/*-- Google Font --*/
@import url("https://fonts.googleapis.com/css?family=Nunito:300,400,600,700,800&amp;display=swap");
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,600&display=swap');

/*
font-family: 'Open Sans', sans-serif;
font-family: "Nunito", Open Sans;*/ 

*, *::after, *::before {
  box-sizing: border-box;
}


body {
  background-color: #ffffff;
  line-height: 24px;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  visibility: visible;
  font-family: "Nunito", Open Sans;
  color: #000;
  position: relative;
  letter-spacing: 0.050em;
}
ul { 
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

a:hover {
    text-decoration: none;
}


h1, h2, h3, h4, h5, h6 {
  color: #202020;
  font-family: "Nunito", Open Sans;
  font-weight: 400;
  margin-top: 0;
}

h1 {
  font-size: 30px;
  line-height: 36px;
}

h2 {
  font-size: 24px;
  line-height: 30px;
}

h3 {
  font-size: 20px;
  line-height: 26px;
}

h4 {
  font-size: 18px;
  line-height: 24px;
}

h5 {
  font-size: 14px;
  line-height: 18px;
}

h6 {
  font-size: 12px;
  line-height: 14px;
}

p:last-child {
  margin-bottom: 0;
}

a, button {
  color: inherit;
  display: inline-block;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}

a, button {
  transition: all 0.3s ease 0s;
}

img {
  max-width: 100%;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
header {
    position: sticky;
    top: -70px;
    z-index: 999;
    box-shadow: 0 2px 18px #0000001a;
}
.header-top-left > li {
    display: inline-block;
}
.header-top-left > li a {
    color: #000;
    font-size: 15px;
}
.header-top-left > li a:hover {
    color: #148a41;
}
.header-top ul.header-top-left .login::after {
    content: "|";
}
.header-top {
    border-bottom: 1px solid #ebebeb;    
}
.hearder-search .col-md-2 a > img {
    padding: 4px 0;
    object-fit: contain;
    max-height: 55px;
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 60%;
}
#search {
    margin: 15px auto;
    /* width: auto; */
    width: 100%;
    /*    width: 530px;*/
    float: left;
    display: block !important;
    margin-left: 00px;
}
.header-search #search .input-lg {
    height: 40px;
    line-height: 20px;
    border: none;
    font-size: 17px;
    border-radius: 5px;
    border: 1px solid #ebebeb;
    float: left;
    width: 100%;
    padding: 0 50px 0 15px;
}
#search .btn-lg {
    font-size: 16px;
    line-height: 18px;
    padding: 0px;
    color: #ffcc33;
    width: 40px;
    height: 38px;
    border-radius: 5px;
    background: #fff0;
    position: relative;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    border: none;
    z-index: 4;
}
input#search-input {
    padding-left: 44px;
    border-radius: 4px;
    background: #f5f5f5;
    border: 1px solid #ebebeb;
}
.w-100 {
    width: 100% !important;
}
.hearder-search {
    align-items: center;
}
.hearder-search .col-md-4 {
/*    padding: 0 3%;*/
/*    padding-left: 2%;*/
}
.navbar-brand {
    display: none;
}
nav .navbar-nav .nav-item {
    font-size: 4px;
    margin: auto;
    font-weight: 600;
    padding: 0px 0px;
    transition: all 0.3s ease 0s;
    /*    padding: 10px 0px;*/
}
.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-size: 14px;
}
.navbar-light .navbar-nav .nav-link i.fa {
    color: #fc3;
}
.cart a {
    padding: 3px 9px;
    display: flex;
    align-items: center;
    font-size: 14px;
}
.cart a:hover, .cart a:focus, .cart a:active {
    border: 0px;
    outline: 0px;
    box-shadow: none;
} 
.btn-primary:focus, .btn-primary.focus {
    box-shadow: none;
}
.btn-primary {
    border: 0px solid #fff0 !important;
}
.btn-primary:not(:disabled):not(.disabled):active {
    background-color: #f2f2f2;
    border-color: #f2f2f2;
    outline: 0px;
    box-shadow: none !important;
    color: #000;
}
.cart a.btn-primary img {
    margin-right: 20px;
}
.cart a.btn-primary img.image1 {
    display: none;
}
.cart a.btn-primary img.image2 {
    display: block;
    width: 30px;
}
.cart a.btn-primary.collapsed img.image1 {
    display: block;
}
.cart a.btn-primary.collapsed img.image2 {
    display: none;
}
.text-left.product-name a {
    padding: 0px;
}
.nav-item.cart:hover #collapseExample {
    display: block;
}
.btn-primary:hover {
    color: #000;
    background-color: #f2f2f2;
    border-color: #f2f2f2;
}
.hearder-search {
    position: relative;
}
.hearder-search .col-md-1 {
    margin: 10px 0 10px 15px;
}
#collapseExample {
    width: 500px;
    right: 15px;
    top: 90%;
    position: absolute;
    z-index: 9;
}

.right-menu ul, .righT-menu .navbar-nav {
    justify-content: flex-end;
    align-content: center;
}
.right-menu nav .navbar-nav .nav-item {
    margin: 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.right-menu nav .navbar-nav .nav-item:last-child {
    margin: 0 0px;
}
.right-menu nav .navbar-nav .nav-item.register {
    position: relative;
}
.right-menu nav .navbar-nav .nav-item.register:before {
    content: '/';
    top: 10px;
    left: -8px;
    position: absolute;
    font-size: 18px;
}

.main-menu .navbar-brand {
    display: block;
    border-radius: 5px;
    background-color: #522d1d;
    background-color: #ffcc33;
    padding: 15px 24px 15px 15px;
}
.main-menu .navbar-brand {
    border-right: 1px solid #e9e9e9 !important;
    color: #522d1d;
    text-transform: none;
    font-size: 16px;
    border-radius: 0px;
    font-weight: 600;
}
.main-menu .navbar-brand span {
    color: #000;
    background: #fff;
    padding: 2px 8px;
    font-size: 22px;
    border-radius: 5px;
    margin-left: 3px;
    margin-right: 6px;
}
.main-menu nav {
    background: #ffffff;
    /*    background: #148a41;*/
    border-top: 1px solid #e9e9e9;
    padding: 0 15px 0 0;
}
.main-menu nav .nav-item {
    margin: 0 0px;
    border-radius: 5px;
}
.main-menu nav .nav-item:hover .nav-link  {
    color: #000;
}
.main-menu nav .nav-item:hover {
    background: #f2f2f2;
    color: #000;
}
.main-menu nav .nav-item .nav-link {
    color: #000;
    padding: 10px 14px;
}
.main-menu nav .navbar-nav {
    width: 100%;
    justify-content: flex-start;
}
.main-menu nav .right-main-nav .nav-item {
    background: #522d1d;
    margin: 0 8px;
}
.main-menu nav .right-main-nav .nav-item:hover {
    background: #ffcc33;
    margin: 0 12px;
}
.main-menu nav .right-main-nav .nav-item .nav-link {
    color: #fff;
    padding: 10px 12px;
}
div#navbarNav a.nav-link:hover {
    color: #522d1d;
}
#collapseExample2 {
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: 5;
    width: 234px;
    height: 374px;
    background: #fff;
    box-shadow: 8px 5px 16px -8px #0000001c;
    border: 1px solid #ececec;
}
.offers {
    margin: 20px auto;
}
.offers img {
     width: 100%;
}
.section {
    padding: 30px 15px; 
}
.sec_title {
    font-size: 24px;
    color: #000;
    width: 100%;
    border-bottom: 1px solid #ebebeb;
    padding: 0 0 8px;
    margin: 0 0 16px;
    font-weight: bold;
    text-transform: capitalize;
    text-align: center;
}
.top-categories {
    padding: 15px 15px 0;
}
.top-categories  .product-layout .product-thumb .image {
    width: 36px;
    height: 32px;
}
.top-categories .product-layout .product-thumb {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    padding: 25px 18px;
    background: #552D00;
}
.top-categories .owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: calc(50% - 24px);
    opacity: 0;
    transition: all 0.3s linear;
}
.top-categories .owl-carousel .owl-stage {
    padding-top: 15px;
}
.top-categories:hover .owl-theme .owl-nav [class*=owl-] {
    opacity: 1;
}
.top-categories .owl-theme .owl-nav .owl-prev {
    left: -16px;
}
.top-categories .owl-theme .owl-nav .owl-next {
    right: -16px;
}


.section > .sec_title {
    color: #010000;
    background: rgb(255,255,255);
/*    background: radial-gradient(circle, rgba(231,231,231,1) 0%, rgba(177,177,177,1) 100%);*/
     background: linear-gradient(-90deg, rgba(255,255,255,1) 0%, rgb(234 242 245) 100%);
    padding-top: 15px;
    padding-bottom: 14px;
    width: 99%;
    margin: 0 auto 25px;
    text-align: left;
    color: #282828;
    font-weight: 700;
    font-size: 30px;
    position: relative;
    padding-left: 20px;
    border: 0px;
}
/*
.section > .sec_title:after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 20px;
    width: 72px;
    height: 6px;
    border-radius: 10px;
    background: #522d1d;
}
*/

section.banner {
/*    width: calc(100% - 258px);*/
/*    float: right;*/
    transition: width 0.3s linear;
}
section.banner.width-100 {
    width: 100%;
}
section.banner img {
    height: 480px;
    object-fit: cover;
}
.product-layout .product-thumb {
    padding: 5px;
    float: none;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    margin: 0 0px 16px;
    transition: all 0.3s linear;
}
.product-layout:hover .product-thumb {
    transform: scale(1.01);
    box-shadow: 0 2px 12px #00000017;
    background: #522d1d;
}
.product-layout:hover .product-thumb .caption.categoryname h4 a {
    color: #fff;
}

.product-layout .product-thumb .caption.categoryname h4 {
    background: #53aa1f00;
    padding: 5px;
    width: 100%;
    line-height: 24px;
    text-align: left;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    font-weight: 600;
    margin-left: 12px;
    margin-bottom: 0px;
}
.product-thumb .image {
    text-align: center;
    position: relative;
    border-radius: 5px;
    transition: all 0.3s linear;
}
.product-layout:hover .product-thumb .image {
    transform: scale(1.1);
}
.available-strip {
    background: #efefef;
    padding: 1px 4px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
}
#menu {
    border: medium none;
    border-radius: 0;
    margin: 0;
    text-align: left;
    padding-top: 0;
    z-index: 9;
    position: absolute;
    top: 0px;
    padding: 0;
    left: 0px;
    width: 16.5em;
}
.dropdowniconcss {
    float: right;
    padding-top: 4px;
    font-size: 11px;
}
#menu .navbar-collapse {
    border: none;
    /* padding: 10px 40px; */
    background-color: #ffffff;
    position: relative;
    /* border-radius: 5px 5px 0px 0; */
}
#menu ul.main-navigation {
    list-style: none;
    margin: 0;
    width: 100%;
    display: inline;
}
#menu > div > ul > li {
    padding: 0 20px;
    position: static;
    margin: 0;
    float: left;
    width: 100%;
    border-bottom: 1px solid #e3e3e3;
}
#menu > div > ul > li.active a, #menu > div > ul > li:hover a, #menu > div > ul > li.active .dropdown-menu a:hover  {
    color: #148a41;
}
.dropdown-toggle::after {
    position: absolute;
    right: 12px;
    top: 15px;
}
#menu > div > ul > li.active .dropdown-menu a {
    color: #000;
}
#menu ul > li > a, .more {
    padding: 8px 0;
    display: block;
    font-size: 15px;
    text-transform: capitalize;
    position: relative;
    cursor: pointer;
    line-height: 22px;
    color: #000;
    font-weight: 500;
}
#menu .dropdown.active .dropdown-menu {
    display: inline;
    opacity: 1;
    transition: all 0.3s ease 0s;
    width: 100%;
    padding-top: 0;
    background: #fff;
    /* left: 0; */
    /* top: 100%; */
    left: 14.4em;
    top: 0;
}
#menu .dropdown .dropdown-menu {
    background-color: #fff;
    /* padding: 10px 15px; */
    color: #000;
    text-align: left;
    border: 1px solid #f0f0f0;
    box-shadow: none;
    margin: 0 !important;
    position: absolute;
    opacity: 0;
    /* border-radius: 0px 0px 5px 5px; */
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
#menu .dropdown.active .dropdown-menu li {
    padding:0px 12px;
    border: 1px solid #f0f0f0;
}
 #menu .navbar-collapse ul.nav li .megamenu ul.childs_1 {
    min-width: 225px;
    padding-right: 0px;
}
#menu ul.nav li .megamenu ul.childs_1:first-child {
    padding: 0 15px 0 0;
}
#menu ul li.dropdown .dropdown-inner > ul {
    /* display: table-cell; */
    float: none;
}

@media (min-width: 992px) {
    .topcategories .col-lg-2 {
        max-width: 14%;
        margin: auto;
    }
}
.topcategories .col-lg-2:hover .caption.categoryname h4 {
    background: #148a41;
}
.offers-big img {
    width: 100%;
}

.shipping-outer {
    border-radius: 5px;
    margin: 25px 0;
    float: left;
    width: 100%;
    overflow: hidden;
}
.shipping-outer .shipping-inner {
    border-radius: 5px;
    display: flex;
    align-items: center;
}
.shipping-outer .shipping-inner .col-lg-4, .shipping-outer .shipping-inner .col-lg-3 {
    border-right: 5px solid #fff;
    border-left: 5px solid #fff;
    padding: 25px 20px;
    background-color: #ffcc33;
}
.shipping-outer .shipping-inner .subtitle-part {
    transition: 0.3s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    position: relative;
}
.shipping-outer .shipping-inner .subtitle-part .subtitile {
    font-size: 20px;
    color: #000;
    font-weight: 600;
}
.shipping-outer .shipping-inner .subtitle-part .subtitile .subtitle-part-image {
    margin: 0 15px 0 0;
    background-color: #522d1d;
    box-shadow: 0px 0px 9px 0px rgb(0 0 0 / 15%);
    width: 50px;
    height: 50px;
    float: left;
    transition: 0.3s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    border-radius: 5px;
    color: #ffffff;
    font-size: 26px;
    text-align: center;
    line-height: 50px;
}
.shipping-outer .shipping-inner .subtitle-part .subtitile1 {
    color: #522d1d;
}
.shipping-outer .shipping-inner .subtitle-part .subtitile2 {
    color: #000;
    font-size: 12px;
    font-weight: normal;
}
.shipping-outer .shipping-inner h2 {
    font-size: 28px;
    text-transform: none;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin: 10px;
    color: #fff;
}

.footer.section.pt-40 {
    background: #161616;
}

.footer .footer-title, .footer .footer h4 {
    color: #ffffff;
    font-size: 22px;
    text-align: left;
    position: relative;
}
.footer .footer-block ul li {
    transition: 0.5s;
    padding: 5px 0;
    color: #ffffff;
    font-size: 18px;
    line-height: 30px;
}
.footer .footer-block ul li a {
    color: #fff;
}
.footer .social_icon .d-flex li {
    width: 40px;
    height: 40px;
    border: 1px solid #a2a2a2;
    text-align: center;
    margin: 0 6px;
    border-radius: 5px;
}
.newsletters {
    display: flex;
    align-items: center;
    width: 100%;
    background: #522d1d;
    border-radius: 5px;
    padding: 30px;
    justify-content: center;
    margin-bottom: 30px;
}
.mt-30 {
    margin-top: 30px;
}
.mb-30 {
    margin-bottom: 30px;
}
.newsletters .news-head {
    margin-right: 5%;
}
.newsletters h2 {
    font-size: 28px;
    color: #fff;
    font-weight: 600;
    margin: 5px 0;
}
.newsletters .form-group {
    margin: 0px;
}
.newsletters .news-form.pull-right .form-group {
    margin-bottom: 0;
}
.newsletters input {
    background: #fff;
    border: none;
    color: #808080;
    float: left;
    border-radius: 5px;
    border: 1px solid #ebebeb;
    height: 40px;
    margin: 0 20px 0 0px;
    padding: 0 10px;
    width: 500px;
    font-size: 17px;
}
.newsletters button {
    font-weight: 500;
    border: none;
    background: #ffcc33;
    color: #552d00;
    font-size: 18px;
    padding: 7px 40px;
    box-shadow: none;
    float: right;
    transition: 0.5s;
}
.footer .footer-bottom .section_title {
    border-bottom: none;
}
.footer .footer-bottom .app-icon li {
    display: inline-block;
    margin: 0 5px;
}
.footer .footer-bottom .payment-icon li {
    display: inline-block;
    font-size: 36px;
    color: #ffffff;
    margin: 0 5px;
}
.footer .footer-block ul li:hover {
    list-style: disc;
    margin-left: 10px;
    color: #ffcc33;
    transition: 0.5s;
}
.footer .footer-block ul li a:hover {
    color: #ffcc33;
}
.footer .footer-bottom .social_icon ul li {
    display: inline-block;
}

.footer .footer-bottom .social_icon ul li a {
    border: 0px solid #e5e5e5;
    border-radius: 5px;
    margin: 0px 0px;
    color: #ffcc33;
    padding-top: 0px;
    display: block;
    font-size: 20px;
    height: 36px;
    width: 36px;
    text-align: center;
}
.footer .footer-bottom .copyright-part {
    border-top: 1px solid #ebebeb;
    font-size: 17px;
}

.footer.section, .footer.section {
    padding-bottom: 0px;
    background: #f8f8f8;
}

.footer-block {
    padding: 15px;
}


.footer-block.contact-details i.fa {
    color: #ffcc33;
}

.footer-block.contact-details {
    padding-right: 50px;
}
.footer-block.contact-details ul li:hover {
    list-style: none;
    color: #000;
    margin-left: 0px;
}

.product-details .caption {
    display: block;
}
.product-details .caption h4 a {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    display: block;
    line-height: 25px;
/*    white-space: nowrap;*/
    text-overflow: ellipsis;
    overflow: hidden;
    color: #000;
    display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; 
}
.product-details .caption .price {
    color: #333;
    vertical-align: middle;
    margin: 0;
    text-align: right;
    margin-bottom: 10px;
    margin-top: 10px;
    clear: right;
    line-height: 21px;
    letter-spacing: 0;
    font-weight: 700;
    font-size: 17px;
}
.product-details .caption .price .price-tax {
    display: none;
}
.product-details .caption .product_option {
    min-height: 28px;
    width: 92%;
    position: absolute;
    left: 4%;
    border-radius: 4px;
    background: #522d1d;
    padding: 1px 15px;
    opacity: 0;
    visibility: hidden;
    display: none;
    transition: all 0.3s linear;
}
.product-details .caption .line2.active .product_option {
    opacity: 1;
    visibility: visible;
    display: block;
}
.product-details .caption .product_option .control-label {
    line-height: 34px;
    margin-right: 15px;
    color: #fff;
}
.product-details .caption .product_option .input-group {
    /* display: block; */
}
.control-label {
    font-weight: bold;
    margin: 0;
    float: left;
}
.product-details .caption .product_option .input-group .form-control {
    height: 26px;
    padding: 0 5px;
    font-size: 14px;
    float: left;
    width: 47px;
        margin: 0 6px;
}
.product-details .caption .addtocart {
    font-size: 16px;
    width: 100%;
    border: none;
    height: 35px;
    padding: 5px 40px 5px 14px;
    color: #ffffff;
    font-weight: 500;
    float: right;
    background: url(../images/cart.png) no-repeat scroll 83% 11px #552d00;
    border-radius: 4px;
}
.product-details .caption .addtocart:hover {
   background: url(../images/cart.png) no-repeat scroll 84% 11px #522d1d;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: #522d1d;
}
.product-details {
    margin: 10px 0 0;
    position: absolute;
    width: 100%;
    background-color: #fff;
    padding: 6px 12px 8px;
    overflow: auto;
    border-top: 0px solid #ebebeb;
    bottom: 5px;
}
.product_box {
    position: relative;
    padding: 0;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    box-shadow: 0 0 12px #00000017;
    min-height: 393px;
    position: relative;
}
.product_box.empty {
    box-shadow: none;
    min-height: 1px;
    height: 1px;
}
.owl-carousel .owl-stage {
    padding-bottom: 15px;
}
.product_box span.type {
    position: absolute;
    top: 2px;
    left: 2px;
    color: #522d1d;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 14px;
    background: #ffcc33;
    border-radius: 4px;
    padding: 2px 8px;
}
.product_box img{
    padding: 58px;
    transition: all 0.3s linear;
}
.product_box:hover img{
    transform: scale(1.08);
}
.owl-theme .owl-nav [class*=owl-] {
    background: #ffcc33;
}
.cart table .input-group {
    width: 100%;
}

 #cart-dropdown ul {
    /* padding: 20px; */
    padding-bottom: 20px;
    display: inline-table;
}
.table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}
.table td {
    font-size: 16px;
    line-height: 30px;
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
#cart-dropdown {
    color: #000;
    padding: 10px;
}
#cart-dropdown .product-name .price {
    display: block;
    font-weight: 700;
}
table, .table th, .table td {
    font-size: 16px;
    line-height: 30px;
    vertical-align: middle;
}
.table td {
    padding: 4px;
}
.btn-successcss {
    font-weight: 500;
    border: none;
    background: #010000;
    color: #fff;
    font-size: 18px;
    padding: 6px 18px;
    box-shadow: none;
    transition: 0.5s;
}
.btn-dangercss {
    font-weight: 500;
    border: none;
    background: #ffcc33;
    color: #fff;
    font-size: 18px;
    padding: 6px 18px;
    box-shadow: none;
    transition: 0.5s;
}
input.cart-qty {
    width: 70px;
}
.close-cart i {
    color: red;
}
input[type="button"] {
    cursor: pointer;
}
/*
ul.nav li.main_cat.dropdown .dropdown-menu {
    display: none;
}
ul.nav li.main_cat.dropdown:hover .dropdown-menu {
    display: block;
}*/
.input-group .button-minus,
.input-group .button-plus {
  font-weight: bold;
  height: 38px;
  padding: 0;
  width: 28px;
  position: relative;
  border: 1px solid #c6c6c6;
}

.input-group .quantity-field {
  position: relative;
  height: 38px;
  text-align: center;
  width: 34px;
  display: inline-block;
  font-size: 13px;
  margin: 0 0 0px;
  resize: vertical;
  border: 1px solid #c6c6c6;
  font-weight: 700;
}

.product_option label + .input-group {
    width: auto;
    display: inline-flex !important;
    margin-left: 5px;
}
.product_option .input-group .button-minus, .product_option .input-group .button-plus {
    width: 24px;
}

.product_option .input-group .button-minus, .product_option .input-group .button-plus, .product_option .input-group .quantity-field {
    height: 35px;
}


/*view cart page*/
/*
.view-cart .card .card-header h4 a {
    width: 100%;
}
.view-cart .card .card-header h4 a:hover {
    color: #148a41;
}
.view-cart .card .card-header h4 a i {
    float: right;
}*/
.view-cart .table thead {
    background: #522d1d;
    color: #fff;
}
.table.even-stripe tbody tr:nth-of-type(even) {
    background: #f8f8f8;
}

.checkout .details-wrapper {
    border: 1px solid rgba(0,0,0,.125);
}
@media screen and (min-width:1792px) {
    .checkout .container-fluid {
        width: 1500px;
    }
    .main-menu nav .nav-item .nav-link {
        padding: 15px 20px;
    }
    .main-menu nav .nav-item .nav-link, .product-layout .product-thumb .caption.categoryname h4 {
        font-size: 16px;
    }
    .top-categories .product-layout .product-thumb .image {
        width: 50px;
        height: 48px;
    }
} 

.checkout h3 {
    padding: .5rem 1rem;
    margin-bottom: 0;
    background-color: #522d1d;
    color: #fff;
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.checkout form {
    padding: 20px;
}
.parent {
    height: 100%;
}
.order-summary {
    border-radius: 4px;
    padding: 20px 15px;
    border: 1px solid rgba(0,0,0,.125);
}

.order-summary-container .order-summary {
    padding: 25px 30px;
    border: 1px solid #e5e5e5;
}
.order-summary label.btn.btn-outline-success {
    margin-bottom: 10px;
    border-radius: 4px;
    font-size: 13px;
    padding: 8px 5px;
    border: 1px solid #53aa1f!important;
    color: #148a41;
}
.order-summary label.btn.btn-outline-success.active, .order-summary label.btn.btn-outline-success:hover {
    background:  #53aa1f;
    color: #fff;
}
.order-summary .d-flex {
    justify-content: space-between;
}
.order-summary .row {
    margin-bottom: 8px;
}
.order-summary #grand-total-detail {
    margin-top: 15px;
    padding-top: 15px;
    margin-bottom: 25px;
    border-top: 1px solid #e5e5e5;
}
a.w-theme-btn {
    width: 100%;
    display: block;
    z-index: 10;
    border: none;
    cursor: pointer;
    font-weight: 600;
    padding: 10px 20px;
    vertical-align: top;
    border: 1px solid transparent;
    color: #fff!important;
    background-color: #522d1d;
    /*    background-color: #148a41;*/
    border-radius: 4px;
}
a.w-theme-btn:hover {
    background: #522d1d;
    color: #fff;
}
.custom-form {
    padding: 20px;
}
@supports (position: sticky) {
  .is-sticky {
    position: sticky;
    top: 0; // Threshold is required
  }
}

/*detail page*/
.detail_page {
    position: relative;
}
.detail_page .col-md-5 {
    padding: 15px 25px;
}
.owl-thumb-item {
    width: auto;
    border: 1px solid #0a408682;
        margin: 0 8px;
    
}
    
.owl-thumb-item img {
    max-width: 100%;
    height: 100px;
    padding: 8px;
    margin: auto;
}

    .owl-thumbs {
        position: absolute;
        bottom: -10.5em;
        left: 0;
        display: table;
        width: 100%;
        text-align: center;
        padding: 5% 5px;
    }

    .owl-thumb-item {
        display: table-cell;
/*        border: none;*/
        background: none;
        padding: 0;
        opacity: .4;
    }

    .owl-thumb-item.active {
        opacity: 1;
    }

section.detail_page {
    padding: 50px 15px 100px;
}
section.detail_page .product .owl-item > .item {
    padding: 20px;
    height: 400px;
    vertical-align: middle;
    display: table-cell;
    width: 72em;
}
section.detail_page .owl-carousel .owl-item img {
    width: 80%;
    display: block;
    margin: auto;
}
.product-slide.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 68px;
    background-color: #fff;
}
.detail_page .product-slide .owl-carousel .owl-stage-outer {
    border: transparent !important;
    box-shadow: rgb(0 0 0 / 25%) 0px 0px 5px 0px !important;
}
.product-slide .product .owl-nav .owl-next, .product-slide .product .owl-nav .owl-prev {
    position: absolute;
    background: #522d1d;
    padding: 10px !important;
    font-size: 14px;
    top: 44%;
    color: #fff;
}
.detail_page .product-slide .product .owl-nav .owl-prev {
    left: 7px !important;
}
.detail_page .product-slide .product .owl-nav .owl-next {
    right: 7px !important;
}
.detail_page .add-cart a {
    padding: 5px 20px;
    font-size: 14px;
    background-color: #53aa1f!important;
    background-color: #522d1d!important;
    color: #fff !important;
    border-radius: 4px;
    min-width: 150px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 15px;
    font-weight: 700;
}
.detail_page .add-cart a:hover {
    background-color: #ffcc33 !important;
}
button.active.disable-box-shadow {
    background: #53aa1f!important;
    border-radius: 4px;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: default;
    padding: 2px 10px;
    margin: 12px auto;
}
.detail_page .product-price span {
    font-size: 22px !important;
    font-weight: 600;
    color: #148a41;
    margin: 15px 0;
    display: block;
}
.detail_page .number p {
   float: left;
    padding: 5px 15px 10px 0;
    color: #000;
}
.detail_page .number .input-group {
   float: left;
    width: auto;
}
.clearflix {
    float: none;
    clear: both;
}
.pd-2 table td {
    color: #000;
}

element.style {
}
.detail_page .product-slide .product .owl-nav .owl-prev {
    left: 7px !important;
}
.product-slide .product .owl-nav .owl-prev {
    left: 0px;
}
#collapseExample3 form input, #collapseExample3 form textarea {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}
#collapseExample3 form .btn {
    background: #148a41;
    color: #fff;
}

/*product listing page*/
.filter-opt button {
    padding: 5px 20px;
    display: block;
    width: 100%;
    font-size: 15px;
    background-color: #53aa1f!important;
    color: #fff !important;
    border-radius: 4px;
    text-align: left;
    text-transform: uppercase;
    margin-top: 15px;
    letter-spacing: 1px;
    border-color: #148a41;
}
.filter-opt button i {
    margin-right: 10px;
}

.cats-list {
    border: 1px solid rgba(0,0,0,.15);
    overflow: hidden;
    border-radius: 4px;
}
.cats-list .headind-droup {
    padding: 8px 20px;
    border-bottom: 1px solid rgba(0,0,0,.15);
}
.cats-list .headind-droup h3 {
    margin-bottom: 0px;
    font-weight: 700;
    font-size: 20px;
}
.cats-list .dropdown-list, .cats-list {
    overflow: visible;
}
.cats-list .dropdown-list {
    display: block;
    width: 100%;
    position: relative;
    z-index: 99;
    box-shadow: none;
    border: transparent;
    background: #fff;
    max-height: 250px;
    overflow-y: auto !important;
    scrollbar-width: thin !important;
}
.dropdown-list {
    font-size: 14px !important;
}
.dropdown-list li {
    border: 1px solid rgba(0,0,0,.15);
}
.dropdown-list .dropdown-item {
    padding: 5px 10px;
    color: #000;
}
.cats-list li label {
    padding: 5px 15px;
    margin-bottom: 0px;
}

.prod-listing .col-md-2 {
    flex: 0 0 auto;
    max-width: 260px;
    width: 100%;
    float: left;
    margin-bottom: 50px;
}
.prod-listing .col-md-10 {
    flex: 0 0 auto;
    max-width: calc(100% - 260px);
    width: 100%;
    float: left;
}
.all-products {
    flex-wrap: wrap;
    
}
.all-products .product_box {
    flex-grow: 1;
    width: 12.4rem;
    margin: 10px 5px;
}
@media screen and (min-width:1980px) {
    
    .all-products .product_box {
        flex-grow: 1;
        width: 14.4rem;
        margin: 10px 5px;
    }
}
.all-products .product_box.empty {
    border: 0px;
}
.all-products .product-details .caption h4 a {
    font-size: 16px;
}
.inputs-group.button-group {
    display: flex;
        justify-content: space-between;
}
/*
.product_option .inputs-group label.control-label {
    display: none;
}
*/
.dropdown-toggle:hover, .dropdown-toggle:focus, .dropdown-toggle.active {
    outline: 0px;
    box-shadow: none;
}
.fillter-drop {
    padding: 15px;
    width: 100%;
    box-shadow: 11px 10px 17px 0 rgb(0 0 0 / 21%);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus, .main-menu nav .nav-item:hover {
    color: #fff;
    background: #522d1d;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus, .main-menu nav .nav-item:hover .nav-link {
    color: #fff;
}
.line2 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.p-box {
    cursor: pointer;
    border-radius: 4px;
}

.p-box {
    margin: 15px 0;
    padding: 5px 10px;
    border: 1px solid #ffcc33;
}
.p-box.active, .p-box:hover {
    background: #ffcc33;
    border: 1px solid #ffcc33;
}
.p-box.active .special-price, .p-box:hover .special-price {
    color: #fff;
}
.special-price {
    color: #522d1d;
    font-weight: 600;
    width: 70%;
    font-size: 18px !important;
    font-family: sans-serif;
}
table .input-group {
    width: 80%;
}
.collapsing{height:0;overflow:hidden;transition:height .35s ease}

@media screen and (max-width:1360px) {
    
    .main-menu nav .nav-item .nav-link, .product-layout .product-thumb .caption.categoryname h4 {
        font-size: 12px;
    }
    .main-menu nav .right-main-nav .nav-item {
        margin: 0 5px;
    }
}

@media screen and (max-width:1380px) {
    .main-menu nav {
        padding: 0px;
    }
    .main-menu .navbar-brand {
        padding: 14px 15px 14px 8px;
        font-size: 14px;
    }
    .main-menu .navbar-brand span {
        font-size: 15px;
    }
    .main-menu nav .right-main-nav .nav-item .nav-link, 
    .main-menu nav .nav-item .nav-link {
        padding: 8px;
    }
    li.nav-item.login i.fa {
        display: none;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 12px;
    }
    .product-details .caption h4 a, .footer .footer-block ul li, .footer .footer-block p {
        font-size: 16px;
    }
    .product_box img {
        padding: 22px;
    }
    .top-categories .product-layout .product-thumb {
        padding: 24px 10px;
    }
    .hearder-search .col-md-2 a img {
        height: 50px;
        width: auto;
        object-fit: contain;
    }
} 