:root {
  --primary-color:#e3c483;
  --mysecondary-color:#3e3e3e;
  --body-bgcolor:#625a52;
}
body{font-family:'Nunito Sans', sans-serif;font-weight:400;color:#242828;font-size:15.5px;line-height:25px;width:100%;background:var(--body-bgcolor);background-image:url('../../../image/web/body-bg4.jpg');background-repeat:repeat;}
/* @media (min-width:768px){
  body::-webkit-scrollbar{width:15px;}
  body::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0, 0, 0, .3)}
  body::-webkit-scrollbar-thumb{background-color:#bd8d4c;border:1.5px solid #f5f5f5;border-radius:5px}
  body::-webkit-scrollbar-thumb:hover{background:#be9d56}
} */

h1, h2, h3, h4, h5, h6 {color:#333;}
/* Override the bootstrap defaults */
h1{font-size:32px;}
h2{font-size:26px;}
h3{font-size:20px;}
h4{font-size:18px;}
footer h5{font-size:16px;}
h6{font-size:10.2px;}
a{color:#856110;/*c28700*/text-decoration:none;}
a:hover{text-decoration:none;}
/* Chrome border line */
button:focus{outline:none !important;}
legend {
  font-size: 18px;
  padding: 7px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
label{font-size:15px;font-weight:600;}
.list-unstyled a {
  text-decoration: none;
}
.nav-tabs {
  margin-bottom: 15px;
}
div.required .col-form-label:before, div.required .form-label:before {
  content: "* ";
  color: #F00;
  font-weight: bold;
}
.form-switch-lg {
  font-size: 20px;
  min-height: 30px;
  line-height: 30px;
}
@media (min-width: 768px) {
  .col-form-label {
    text-align: right;
  }
}
#alert {
  z-index: 9999;
  pointer-events: all;
}
#alert .alert {
  min-width: 400px;
  position: relative;
  margin-bottom: 15px;
}
@media (min-width: 1300px) {
  #alert .alert {
    right: 50px;
  }
}
@media (min-width: 1400px) {
  #alert .alert {
    right: 0px;
  }
}
@media (min-width: 1600px) {
  #alert .alert {
    right: 100px;
  }
}
@media (min-width: 1800px) {
  #alert .alert {
    right: 200px;
  }
}
@media (min-width: 2000px) {
  #alert .alert {
    right: 300px;
  }
}
@media (min-width: 2200px) {
  #alert .alert {
    right: 400px;
  }
}
@media (min-width: 2400px) {
  #alert .alert {
    right: 500px;
  }
}
@media (min-width: 2600px) {
  #alert .alert {
    right: 600px;
  }
}
@media (min-width: 2800px) {
  #alert .alert {
    right: 700px;
  }
}
@media (min-width: 3000px) {
  #alert .alert {
    right: 800px;
  }
}
@media (min-width: 3200px) {
  #alert .alert {
    right: 900px;
  }
}
@media (min-width: 3400px) {
  #alert .alert {
    right: 1000px;
  }
}
@media (min-width: 3600px) {
  #alert .alert {
    right: 1100px;
  }
}
@media (min-width: 3800px) {
  #alert .alert {
    right: 1200px;
  }
}
@media (min-width: 4000px) {
  #alert .alert {
    right: 1300px;
  }
}

main{padding-bottom:40px;}

.mysecondarybtn{background:#e3c483;color:#000;border-color:#c7aa6d;font-weight:800;}
.mysecondarybtn:hover{background:#f2d290;color:#000;}

.mysecondarybtn-2{background:#c09d53;color:#fff;border:none;box-shadow:rgba(149, 157, 165, 0.2) 0px 8px 24px;display:flex-inline;padding-top:7px;}
.mysecondarybtn-2 i{margin-left:4px;margin-top:4px;}

/* TOP NAVIGATION */
#top{border-bottom:1px solid #6c6c6b;padding:8px 0;margin:0 0 8px 0;min-height:40px;position:relative;}
#top .top-currency strong{color:var(--primary-color);}

#top .nav > .list-inline > .list-inline-item, #top .nav > .list-inline .list-inline-item > a, #top .nav > .list-inline .list-inline-item .dropdown > a {
  color: #cfc2b5;  
}

#top .nav > .list-inline .list-inline-item > a:hover, #top .nav > .list-inline .list-inline-item .dropdown > a:hover {
  color: #fff;}


#top li.list-inline-item{margin-right:25px;}
#top li.list-inline-item:nth-last-child(1){margin-right:0px;}
#top li.list-inline-item i{margin-right:3px;font-size:13px;color:#fff;}
#top  li.list-inline-item i.fa-caret-down{color:#fff;}
#top .btn-link{color:#c6ad6b;text-decoration:none;}
#top .btn-link:hover{color:#444;}
#top a{text-decoration:none;}
#top .dropdown-menu{margin-top:8px!important;background:#3e3e3e;}
#top .dropdown-menu li{border-bottom:1px solid #5e5e5e;}
#top .dropdown-menu li:nth-last-child(1){border-bottom:none;}
#top .dropdown-menu a{color:#fff;font-size:15px;}
#top .dropdown-menu a:hover{background:#000;}

/* logo */
#logo{margin:2px 0px 5px 0px;}

/* search */
#search{margin:22px 10px 10px 10px;width:85%;}
#search .form-control-lg{height:45px;font-size:14px;line-height:24px;padding:0 10px 0 20px;border-radius:60px 0px 0px 60px;background:#fff;}
#search .btn-lg {font-size:16px;line-height:19px;padding:0.57rem 25px;background:#f8f8f8;color:#a3773f;border-color:#dee2e6;border-radius:0px 60px 60px 0px;}
#search .form-control-lg:focus{box-shadow:none;}

/* cart */
#header-cart{margin-bottom:10px;}
#header-cart .btn-lg{color:#000;height:40px;padding:0 1rem;font-weight:600;background:#f1e99a;border-radius:60px;}
#header-cart .btn-lg .fa-cart-shopping{color:#b79652;}
#header-cart .btn:hover{color:#bb9137;}
#header-cart .dropdown-menu{background:#fff;box-shadow:rgba(149, 157, 165, 0.2) 0px 8px 24px;}
#header-cart .text-start a{font-size:15px;line-height:19px;color:#785f2c;font-weight:600;}
#header-cart .text-start small{font-size:13px;}
#header-cart .totalcart{font-weight:700;color:#9b7931;}
#header-cart .btn-dark{background:#d1ac5e;color:#000;padding-top:10px;}
#header-cart .btn-dark:hover{background:#efc66e;color:#000;}
#header-cart .btn-outline-secondary{padding-top:10px;}
#header-cart .btn-outline-secondary:hover{background:#fff;}
#header-cart p.text-end{margin-bottom:2px;}
#header-cart .dropdown-menu li {
  min-width: 427px;
}

#cartbtnid{margin-top:24px;max-width:200px;min-width:200px;float:right}


@media (max-width: 768px) {
  #header-cart .dropdown-menu li {
    min-width: 100%;
  }
}
@media (min-width:1100px) {
  .cart-dropdown{min-width:510px;}
} 
.mcart-hide{min-width:70px;}
.mcart-img,.cartqty{display:none;}
main.mainopecity{position:relative;}
main.mainopecity::before{content:" ";background:rgba(0, 0, 0, .7);width:100%;height:100%;position:absolute;left:0;z-index:100;}

/*----------------------------------
// MENU
-----------------------------------*/
.menu-row{background:#e19766}
.menusicky{position:-webkit-sticky; position:sticky;top:0;z-index:600;padding-top:4px;}/*padding-top:1px;padding-bottom:1px;border-top:1px solid #eff1f6;border-bottom:1px solid #eff1f6;background:rgba(255,255,255,0.98);*/
#menu .navbar-collapse{padding-left:0px; padding-right:0px;}
#menu .nav > li{margin-right:15px;}
#menu .nav > li > a{color:#fff;padding:15px 10px 12px 10px;font-weight:600;font-size:16px;}
#menu .nav > li > a:hover{color:#fff;/*color:#a58238;*/}
#menu .nav > li > a > i.fa-caret-down{color:#fff;font-size:12px;}/*888888*/
#menu .nav > li > a:hover, #menu .nav > li.open > a{background-color:#3b3b3b;/*background-color:rgba(255, 240, 208, 1);*/}
#menu .nav > li:nth-child(1) a{padding-left:0px;}
#menu .dropdown-menu{padding-bottom:0;border-radius:0px;border-top:none;top:8.5px;border-color:#ddd;}
@media only screen and (min-width:1100px){
  #menu .dropdown-menu{max-height:450px;overflow-y:auto;}
}
#menu .dropdown-inner{display:table;}
#menu .dropdown-inner ul{display:table-cell;}
#menu .dropdown-inner ul li{border-bottom:1px solid #dbdbdb;margin-right:5px;margin-left:5px;}
#menu .dropdown-inner ul li:nth-last-child(1){border-bottom:none;}
#menu .dropdown-inner a{min-width:265px;display:block;padding:5px 15px;clear:both;line-height:24px;color:#222;font-size:15px;font-weight:500;}
#menu .dropdown-inner li a:hover{color:#2298c6;}
#menu .see-all{display:block;margin-top:0.5em;border-top:1px solid #DDD;padding:3px 15px;-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 3px 3px;font-weight:500;font-size:14px;color:#fff;background:#8f7644;}
#menu .see-all:hover, #menu .see-all:focus{text-decoration:none;color:#ffffff;background-color:#000;background-image:linear-gradient(to bottom, #222, #000);background-repeat:repeat-x;}
#menu #category{float:left;padding-left:15px;font-size:16px;line-height:40px;color:#fff;text-shadow:0 1px 0 rgba(0, 0, 0, 0.2);}
#menu .btn-navbar{font-size:15px;font-stretch:expanded;color:#FFF;padding:2px 18px;float:right;background-color:#ff8383;background-image:linear-gradient(to bottom, #23a1d1, #1f90bb);background-repeat:repeat-x;border-color:#1f90bb #1f90bb #145e7a;}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled]{color:#ffffff;background-color:#ff8383;}
#menu .topsubmenu{display:none;}
/*#menu .nav > li:nth-last-child(2) > a{animation: blinker 1.5s linear infinite; font-weight:bold; font-size:15px; text-shadow:none; color:#ff0;}
@keyframes blinker {  
  50% {opacity:0.2;}
}*/

#menu ul.menu3level{padding:0px; margin:0px; list-style:none;}
#menu ul.menu3level li{border-bottom:none; padding-left:10px;}
#menu ul.menu3level li a{padding:5px 10px;}
#menu ul.menu3level li:hover a{background:#fff; color:#1a6581;}

@media (min-width:768px){#menu .dropdown:hover .dropdown-menu{display:block;}
}
@media (max-width:767px){
/*#menu{border-radius:4px;}*/
#menu .navbar-nav{/*margin-bottom:0px; margin-top:0px;*/ margin:0px;}
#menu .navbar-collapse{padding:10px 10px;border-radius:5px;/*background:#fff;*/}
#menu .nav > li{border-left:none;border-right:none;margin-right:0px;border-bottom:1px solid #877853;/*f5e1ad*/padding:7px 0px;}
#menu .nav > li:nth-last-child(1){border-bottom:none;}
#menu .nav > li > a{padding-left:0px;}
#menu li.dropdown{border-bottom:1px solid #877853;/*30a9d7*/}
#menu li.dropdown a{padding:0px; transition:all 0.2s}
#menu li.dropdown a:hover{background-color:#60cbf4;}
#menu li.dropdown a:after{content:"\f107"; float:right; width:25px; height:25px; display:inline-block; font-size:22px; border:1px solid #2898c3; text-align:center; line-height:20px; vertical-align:middle; margin-top:-2px; background:#3fa8d0; color:#9fddf5; font-family:'FontAwesome';}
#menu li.dropdown:nth-last-child(1){border-bottom:none;}
#menu div.dropdown-inner{background:#7b642d;}
#menu div.dropdown-inner > ul.list-unstyled{display:block;}
#menu div.dropdown-menu{margin-left:0!important;padding-bottom:10px;background-color:rgba(0, 0, 0, 0.1);padding:2px;border-radius:0px;border:none;}
#menu .dropdown-inner{display:block;}
#menu .dropdown-inner ul li{border-bottom:1px solid #dbbd74;margin-right:0px;margin-left:0px;}
/*#menu .dropdown-inner ul li a{padding:5px;}*/
#menu .dropdown-inner ul li a:after{content:""; border:none; background:#1a779a; width:0px; height:0px;}
#menu .dropdown-inner a{width:100%;color:#fff;padding: 5px 10px!important;background:#af9149;}
#menu .dropdown-menu a:hover,#menu .dropdown-menu ul li a:hover{background:rgba(0, 0, 0, 0.1);}
#menu .see-all{margin-top:0;border:none;border-radius:0;color:#fff; background:#3e3e3e;padding:5px 10px!important;}
#menu .dropdown-menu a.see-all:hover{background:#000;}
#menu .dropdown-menu a.see-all:after{content:"\f101";font-family:'FontAwesome';}
.conthead h1{font-size:18px!important;}
#menu.subnavbar .homewellnessli{display:none;}
#menu.subnavbar span#category{color:#103e5a;}
#menu.subnavbar .nav > li > a{color:#fff!important;}
#menu.subnavbar .nav > li{border-bottom:1px solid #30a9d7;}
#menu ul.menu3level{width:100%;display:block;}
#menu ul.menu3level li{padding-left:0px;}
#menu .dropdown-inner a.level3list{background:#776029;}
#menu .dropdown-inner a.level3list2{background:#957b3c;}
}

/* SubMenu */
#menu.subnavbar{margin-top:0px; border-radius:0px 0px 4px 4px;background-color:#cae4ee;background-image:linear-gradient(to bottom, #d7eaf1, #d7eaf1); margin-bottom:10px; border:none; display:block;}
#menu.subnavbar .nav > li{border-left:none;border-right:none;}
#menu.subnavbar .nav > li > a{color:#2a6488;text-shadow:none; font-size:15px;}
#menu.subnavbar a.homewellness{background:#9fcedf; color:#103e5a; border-radius:0px 0px 0px 4px; font-size:17px;}
#menu.subnavbar a.homewellness::after{content:'\25ba'; position:absolute; right:-12px; color:#9fcedf;}
#menu.subnavbar .dropdown-inner a{min-width:200px!important;}


/* content */
#content{min-height:600px;}

/* Slider Banner */
#carousel-banner-0{background:#e3c483;}
#carousel-banner-0 img{max-width:1400px; margin:0 auto;}
#htmlcontent-0 h2{display:none;}
.top-8banners{background:#ebd094;}
.top-8banners .tpimage{border:0px solid #c9bb9f;margin-bottom:20px;}
.top-8banners .tpimage a{position:relative;display:block;padding-bottom:20px;border-radius:4px;overflow:hidden;}
.top-8banners .tpimage a span{background:#836a34;color:#fff;font-size:18px;position:absolute;left:0px;bottom:0px;width:100%;text-align:center;padding:5px 5px;}
.top-8banners .tpimage a span i{font-size:14px;}
.top-8banners .tpimage a:hover span{background:rgba(0, 0, 0, 1);}


/* HIGHLIGHT SECTION */
.highlight-sec{background:#f7e0af;padding-top:30px;padding-bottom:30px;}
.highlight-sec .col-md-3{display:flex;}
.highlight-sec .hicon{width:60px;height:50px;background:#fff;border-radius:5px;text-align:center;padding:5px;margin-right:15px;}
.highlight-sec .htext{color:#000;font-weight:700;font-size:16px;}
.highlight-sec .htext b{font-size:24px;color:#957c43;width:100%;display:block;font-weight:800;}

.highlight-banner-sec-1 .col-md-3{padding:10px 10px; height:230px;text-transform:uppercase;color:#fff;background-repeat:no-repeat;background-position:left bottom; position:relative;background-color:#c3ac76;border:1.5px solid #67511f;border-top:none;border-right:none;}
.highlight-banner-sec-1 .bg-color-1{background-color:#c3ac76;}
.highlight-banner-sec-1 .bg-color-2{background-color:#ad945b;}
.highlight-banner-sec-1 a{display:block;width:100%;height:100%;}
.highlight-banner-sec-1 a .btext{font-size:20px;font-weight:700;line-height:28px;color:#fff;}
.highlight-banner-sec-1 .blink{position:absolute; right:15px; bottom:15px;}
.highlight-banner-sec-1 .blink {color:#fff;font-size:14px;font-weight:600;background:rgba(0, 0, 0, .8);padding:5px 10px 3px 10px;border-radius:4px;transition:all 0.2s ease;}
.highlight-banner-sec-1 a:hover .blink{background:rgba(0, 0, 0, .9);}
.highlight-banner-sec-1 .bbnone{border-bottom:none;}

.highlight-banner-sec .col-md-3{padding:15px 15px; height:280px;text-transform:uppercase;color:#fff;background-repeat:no-repeat;background-position:left bottom; position:relative;background-color:#c3ac76;}
.highlight-banner-sec .btext{font-size:22px;font-weight:600;line-height:30px;}
.highlight-banner-sec .blink{position:absolute; right:20px; bottom:20px;}
.highlight-banner-sec .blink a{color:#fff;font-size:15px;font-weight:600;background:rgba(0, 0, 0, .8);padding:5px 10px;border-radius:4px;transition:all 0.2s ease;}
.highlight-banner-sec .blink a:hover{background:rgba(0, 0, 0, .9);}
.highlight-banner-sec .col-md-3:nth-child(2){background-color:#ad945b;text-align:right;}
.highlight-banner-sec .col-md-3:nth-child(3){background-color:#c4ac76;text-align:right;}
.highlight-banner-sec .col-md-3:nth-child(4){background-color:#ad945b;text-align:right;}

/*------------ footer ----------------*/
footer .ftr-subscribe{background:#ffbc8f;padding-top:40px;padding-bottom:40px;color:#030303;font-weight:700;font-size:16px;border-top:1px solid #fdf4e5;}
footer .ftr-subscribe .subsc-icon{font-size:42px;margin-right:15px;}
footer .ftr-subscribe b{font-size:26px;display:block;font-weight:800;}

.scrollup{background:#212529;border-radius:50%;bottom:30px;height:45px;line-height:45px;overflow:hidden;position:fixed;right:20px;text-align:center;width:45px;z-index:9}
.scrollup:before{content:'\f102';display:inline-block;font-family:'FontAwesome'; font-weight:900;font-style:normal;font-variant:normal;font-synthesis:weight style;font-stretch:normal;font-size-adjust:none;font-language-override:normal;font-kerning:auto;font-feature-settings:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:center;font-size:18px;color:#fff}
.scrollup:hover{background-color:#960}
.socialnetwork{list-style:none;float:left;padding-left:0px}
.socialnetwork li.facebook{float:left;padding-top:3px;margin-left:4px;margin-right:4px}
.socialnetwork li.facebook a{background:#356ca5;width:45px;height:45px;border-radius:50px;display:block;cursor:pointer;text-align:center;padding:10px; line-height:26px;vertical-align:middle}
.socialnetwork li.facebook a i{font-size:20px;color:#FFFFFF}
.socialnetwork li.facebook a.twitter{background:#44ccf6}
.socialnetwork li.facebook a.googleplus{background:#d13f2d}
.socialnetwork li.facebook a.linkedin{background:#0275b6}

footer{background-color:#635d56;color:#fff;}
footer h5 {font-size:18px;font-weight:bold;color:#efd193;margin-top:30px;margin-bottom:10px;text-transform:uppercase;}

.btlist{font-size:16px;}
.btlist li{padding:2px 0px;}
.btlist li::before{content:"\f105"; font-family:"Font Awesome 6 Free"; width:20px; height:20px;display:inline-block;font-size:15px;font-weight:600;}
.btlist a{color:#fff;}
.btlist a:hover{color:#e3c483;}

.ftrcontact li{padding:2px 0px;}
.ftrcontact li i{width:20px;}
.ftrcontact li a{color:#fff;}

.ftrend{background:#030303;color:#a9a9a9;margin-top:20px;}
.ftrend a{color:#fff;}
.ftrend span{color:#fff;}

/* CATEGORY PAGE */
.catheader{background-color:#3e3528;padding:30px 0px 20px 0px;}
.catheader h1{font-weight:600;color:#f8ffea;}
.breadcrumbrow{background:#504637;margin-bottom:30px;}

/* breadcrumb */
.breadcrumb{margin:0 0 0px 0;padding:8px 0;background:#504637;}
.breadcrumb i{font-size:14px;color:#a69b8a;}
.breadcrumb > li.breadcrumb-item{padding:0 20px;position:relative;white-space:nowrap;}
.breadcrumb > li.breadcrumb-item > a {text-decoration:none;color:#e9e2db;}
.breadcrumb > li.breadcrumb-item:after {
  content:"";display:block;position:absolute;top:8px;right:0px;width:10px;height:10px;border-right:1px solid #c3b089;border-bottom:1px solid #c3b089;-webkit-transform: rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform: rotate(-45deg);transform:rotate(-45deg);
}
.breadcrumb > li.breadcrumb-item + li:before {
  content: "";
  padding: 0;
}
.pagination {
  margin: 0;
}
/* buttons */
.btn-light {
  color: #777;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
  background-repeat: repeat-x;
  border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light.active, .btn-light.disabled, .btn-light[disabled] {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
  background-position: 0;
}
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  background-position: 0;
}
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #e06342, #dc512c);
  background-repeat: repeat-x;
  border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}
.btn-link {
  border-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: #23A1D1;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  box-shadow: none;
}
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
  background-color: #222222;
  background-image: linear-gradient(to bottom, #333333, #111111);
}

/* PRODUCT THUMB */
.product-thumb{background:#fff;border:1px solid #ece8df;margin-bottom:15px;border-radius:5px;overflow:hidden;box-shadow:rgba(149, 157, 165, 0.2) 0px 8px 24px;}
.product-thumb .image{text-align:center;margin:5px 5px 5px 5px;border-bottom:1px solid #efe4e4;}

.product-thumb h4{font-weight:700;font-size:15.5px;line-height:23.5px;display:inline-block;position:relative;min-height:70px;}
.product-thumb a:hover h4{color:#8c6d2d;}
.product-thumb a h4:after{
  content:'';position:absolute;width:100%;transform:scaleX(0);height:2px;bottom:0;left:0;background-color:#8c6d2d;transform-origin:bottom right;transition:transform 0.25s ease-out;
}
.product-thumb a h4:hover:after {
  transform: scaleX(1);transform-origin: bottom left;
}
.product-thumb .image a:hover{opacity:0.8;}
.product-thumb .description{padding:6px 15px 15px 15px;text-align:left;}

.product-thumb .button-group {
  display: flex;
  border-top: 1px solid #ddd;
  background-color: #eee;
}
.product-thumb .button-group button {
  flex: 33%;
  border-radius: 0;
  display: inline-block;
  border: none;
  background-color: #eee;
  color: #888;
  line-height: 38px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.product-thumb .button-group button:hover {
  color: #444;
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer;
}
.product-thumb .button-group button + button {
  border-left: 1px solid #ddd;
}
@media (min-width: 960px) {
  .product-list .product-thumb {
    display: flex;
  }
  .product-list .product-thumb .image {
    flex-direction: column;
    margin-bottom: 0px;
  }
  .product-list .product-thumb .content {
    flex-direction: column;
    flex: 75%;
    position: relative;
  }
  .product-list .product-thumb .button-group {
    position: absolute;
    bottom: 0px;
    width: 100%;
    border-left: 1px solid #ddd;
  }
}

.product-thumb .rating{text-align:left;padding-left:12px;}
.rating{text-align:left;}
.rating .fa-stack{width:15px;}
.rating.fa-star{color:#999;font-size:14px;}
.rating .fa-star{color:#FC0;font-size:14px;}
.rating .fa-gray{color:#d9d9d9;}
.review-link{color:#a38341;}
.review-link:hover{color:#000;}
.review-link2{color:#97762e;border:1px solid #eedab1;padding:1px 10px 1px 3px;margin-left:8px;}

/* product list */
.price{color:#8f743c;font-size:20px;}

.price-new{font-weight:600;}
.price-old{color:#a69b8a;text-decoration:line-through;font-size:18px;}
.price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}
/* BS4 Changes */
.navbar-light .navbar-toggler{color:#FFF;padding:18px 24px 18px 18px;background-color:var(--mysecondary-color);}
.form-check .form-check-input {
  margin-top: 0.25rem;
}
/* font-size:22px;font-stretch:expanded;*/ 
/* Theme Custom CSS */
#display-control #compare-total.a {
  margin-top: -2px;
  padding: 0.35rem 0.565rem;
}
#product-product h1 {
  margin-top: 20px;
  margin-bottom: 10px;
}
#information-contact .card {
  margin-bottom: 20px;
}
#cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 9999;
  opacity: 0.95;
  color: #ecf0f1;
  background: #343a40;
}
#cookie div {
  font-size: 16px;
  color: #FFFFFF;
}

.myheading h2{font-size:30px;font-weight:600;color:#e9d1a1;}
.myheading h2::before{content:"";width:58px;height:20px;display:inline-block;background-image:url('../../../image/web/left-arrow.png');background-repeat:no-repeat;margin-right:10px;}
.myheading h2::after{content:"";width:58px;height:20px;display:inline-block;background-image:url('../../../image/web/right-arrow.png');background-repeat:no-repeat;margin-left:10px;}
/*--------------------------
// FEATURED SEC
---------------------------*/
.featured-sec{padding-top:10px;}

.home-half-banner .hbleft{border-radius:10px;background:#f7e2b7;overflow:hidden;border:1px solid #e1d2b2;box-shadow:rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;}
.home-half-banner .hbright{border-radius:10px;background:#fffcf6;overflow:hidden;border:1px solid #cdcccb;box-shadow:rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;}
.home-half-banner .hbtext{padding:16px 5px 0px 2px;font-size:16px;}
.home-half-banner .hbtext .text-uppercase{font-weight:500;}
.home-half-banner .hbtext h3{font-size:27px;font-weight:600;margin-top:10px;}
.home-half-banner .hbprice{font-size:20px;font-weight:600;border-top:3px solid #d7b671;padding-top:10px;margin-top:10px;}
.home-half-banner .hbprice b{color:#927435;font-weight:600;}
.home-half-banner .hbleft .hbtext{padding-left:20px;}
.home-half-banner .hbprice-btn{font-size:16px;margin-right:10px;margin-top:10px;}

/* SHOP BY CATEGORIES */
.shopcate-sec{background:#feecc7;padding-top:35px; padding-bottom:35px;margin-bottom:20px;}
.shopcate-boxs a:hover figure{opacity:0.8;}
.shopcate-boxs img{border-radius:10px;}
.shopcate-boxs a{color:#000;}
.shopcate-boxs a:hover{color:#9a7935;}
.shopcate-boxs figcaption{font-size:16px;font-weight:600; text-align:center;}
.shopcate-boxs figcaption:after{content:"\f105"; font-family:"Font Awesome 6 Free"; width:20px; height:20px;display:inline-block;font-size:15px;font-weight:600;}
.homeabout-sec img{border-radius:10px;}
.homeabout-sec{text-align:justify;font-size:16px;background:#f7efe5;}
.homeabout-sec h2{color:#212529;}


.left-catheader{background:#3a3530;color:#fff;font-size:18px;font-weight:700;padding:10px 0px;border-radius:6px 6px 0px 0px;}
.left-catheader i{color:#a88845;}
.leftcategory-area{background:#ffd5b9;padding:0px;position:-webkit-sticky;position:sticky;top:50px;border-radius:4px;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
/* .category-left-panel{background:#f6e2b8;padding:3px;} */
.leftcategory-area .lftcathead{line-height:20px;}
.leftcategory-area .lftcathead b{font-size:15px;color:#040404;line-height:20px;}
.lftcathead ul{border-left:2px solid #dbba75; margin-left:15px; padding-left:0px;}
.lftcathead ul a{color:#735b29;font-weight:600;padding:6px 0px;line-height:20px;}
.lftcathead ul a i{color:#c9aa6b;margin-right:6px;}
.lftcathead ul a:hover{color:#000;}
.lftcathead ul a:hover i{color:#000;}
.leftcatscroll{overflow-y:auto;}
.leftcatscroll::-webkit-scrollbar{width:12px;background:transparent}
.leftcatscroll::-webkit-scrollbar-track{background:#ffefcd;border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0, 0, 0, .3)}
.leftcatscroll::-webkit-scrollbar-thumb{background:#cbad6f;border-radius:10px;border:.2em solid #f5f5f5;}
.leftcatscroll::-webkit-scrollbar-thumb:hover{background:#b28f44}

.lftcatheadx a{color:#735b29;font-weight:650;padding:6px 0px;line-height:20px;}
.lftcatheadx a:hover{color:#000;}
.lftcatheadx i{color:#a88845;}

.catloopBox{border-bottom:2px dashed #9b8e81;margin-bottom:20px;padding-bottom:15px; float:left; width:100%;color:#fff;}

.catloopBox h3{font-weight:700;margin-left:12px;color:#fff;}
.catloopBox .card{width:280px;float:left; margin:10px; border:1px solid #fff;box-shadow:rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;border-radius:8px;}
.catloopBox .card figure{border-radius:10px;overflow:hidden;position:relative;}
.catloopBox .card figure figcaption{position:absolute;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;top:0;left:0;width:100%;height:100%}
.catloopBox .card figure figcaption a{display:none;z-index:10;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transition:background-color 400ms linear;-moz-transition:background-color 400ms linear;-o-transition:background-color 400ms linear;-ms-transition:background-color 400ms linear;transition:background-color 400ms linear;background:transparent;border-radius:3px}
.catloopBox .card:hover figcaption a {display:flex;justify-content:center;align-items:center;text-decoration:none}
.catloopBox .card:hover figcaption a span {font-size:14px;line-height:18px;font-weight:700;border-radius:5px;color:#000;padding:10px 18px;background:#f6e2b8;}
.catloopBox .card:hover figcaption a span:hover{background:#000;color:#fff;}
.catloopBox .card-body{position:relative;padding-top:5px;}
.catloopBox .card:hover figcaption a:hover{background-color:rgba(0, 0, 0, 0.5)}
.catloopBox .roundarrow{background:#c09d53;color:#fff;border:2px solid #fff;width:35px;height:35px;display:inline-block;text-align:center;border-radius:100%;line-height:32px;position:absolute;left:45%;top:-35px;z-index:100;}
.catloopBox .roundarrow i{font-size:14px;}
.catloopBox .card-body a{font-weight:650; text-align:center;}
.catloopBox .card-body:hover a{color:#c09d53;}
.catloopBox .catedec{margin-bottom:15px;margin-left:12px;}
.catloopBox .catedec .table-responsive{margin-top:20px;}
.catloopBox .catedec table{max-width:100%;}
.catloopBox .catedecfloat-left{width:65%}

.catesec-2{padding-left:15px;}
.category-data{padding-left:30px;}

.readmore{position:relative;max-height:260px;overflow:hidden;width:100%;padding-bottom:4px;transition:max-height 0.15s ease-out;}
.readmore.expand{max-height:5000px!important;transition:max-height 0.35s ease-in-out;}
.readmore-link{
  position:absolute;bottom:0;right:0;display:block;width:100%;height:70px;text-align:center;color:#896e35;font-weight:bold;font-size:16px;padding-top:40px;background:linear-gradient(0deg, rgba(94,85,77,1) 0%, rgba(108,99,90,0.8) 30%, rgba(0,0,0,0.1) 100%);
  cursor: pointer;
}
.readmore-link.expand{position:relative;background-image:none;padding-top:0px;height:25px;}

.readmore-link:after{content:"+ Read more";border:1px solid #b1aeaa;background:#e5e5e5;padding:2px 10px;border-radius:4px;}
.readmore-link.expand:after{content:"- Read less";border:1px solid #e3c483;background:#fff;padding:2px 10px;border-radius:6px;}

/*-----------------------------
// FILTERS
-------------------------------*/
.myleftcategory{margin:5px;position:-webkit-sticky;position:sticky;top:50px;}
.filter-head{background:#ffdf9c;color:#6a562a;font-weight:600;text-transform:uppercase;}
.myleftcategory .item-heading{font-weight:600;text-transform:uppercase;background:#ffecc5;}
.myleftcategory .form-check{display:flex;justify-content:flex-start;}
.myleftcategory label{font-size:14.5px;font-weight:500;letter-spacing:0.5px;margin-left:10px;}
.myleftcategory .form-check-input{border:1px solid #bdacac;}
.close-cat{width:30px;height:30px;line-height:30px;float:right;font-size:22px;border:1px solid #b79d66;margin-right:18px;margin-top:-2px;display:none;}
.close-filter{width:30px;height:30px;line-height:30px;float:right;font-size:22px;border:1px solid #b79d66;margin-right:0px;margin-top:0px;text-align:center;display:none;}

.footcatsticky{background:#e3c483;padding:10px;text-align:center;font-weight:700;width:100%;border-top:1px solid #8b764a;display:none;}
#mobilecat-popup{background:#f6e2b8;position:fixed;left:0;top:0;height:95vh;width:100%;z-index:999;display:none;}
#mobilecat-popup .leftcategory-area{top:0;}

.catepdesc{border-radius:6px;padding:10px 5px;color:#fff}

/*-----------------------------
// PRODUCT DETAIL PAGE
-------------------------------*/
.prodetail-col{background:#fff;border-radius:5px;padding-top:10px;}
.product-imgm{border-radius:8px;overflow:hidden;background:#fff;}
.magnific-popup{position:-webkit-sticky;position:sticky;top:50px;}
.relatedimg{width:100px;max-height:510px;overflow-y:auto;margin-right:10px;}
.relatedimg::-webkit-scrollbar{width:9px;background:transparent}
.relatedimg::-webkit-scrollbar-track{background:#cee0ea;border-radius:10px}
.relatedimg::-webkit-scrollbar-thumb{background:#e3c483;border-radius:10px}
.relatedimg::-webkit-scrollbar-thumb:hover{background:#be9d56}
.relatedimg a{display:block;margin-bottom:10px;height:100px;border-radius:8px;overflow:hidden;}

h1.productH1{font-weight:800;font-size:26px;margin-top:10px;}
.modaltext{color:#997834;}
.dividerhr{color:#d3ae5f;}

.product-detail-pr .price-new{font-weight:800;font-size:36px;}
.product-detail-pr .price-old{color:#b8954b;text-decoration:line-through;font-size:24px;}

.available-head{background:#fae8c1;color:#907844;padding:8px 15px;border-radius:3px;position:relative;}
.available-head:after {content:" ";width:0px;height:0px;position:absolute;left:20px;bottom:-10px;margin-left:-8px;border-top-color:#fae8c1;
  border-style:solid;border-width:18px 18.5px 0 18.5px;border-color:#fae8c1 transparent transparent transparent;}

#form-product label.form-label{font-size:15px;font-weight:700;width:100%;margin-bottom:5px;}
#form-product .form-check{width:190px;height:240px;margin:8px;margin-bottom:20px;padding:0px;}
#form-product .form-check img{width:182px;height:166px;object-fit:cover;}
.theone{background-color:red;}
#form-product .invalid-feedback{background:#f00;color:#fff;font-weight:700;padding:2px 10px;}
#form-product .form-select{border-radius:0px;font-size:14px;}
#form-product input[type="radio"]{display:none;}
#form-product label.form-check-label {
  display:inline-block;background-color:#fff;cursor:pointer;width:100%;border:2px solid #f5e4bf;padding:2px;
}

#form-product input[type="radio"]:checked+label {
  background-color:#fff;border-color:#c8b07c;
}

#form-product .option-caption{padding:5px 10px;font-size:15px;line-height:24px;}
#form-product .option-caption b{color:#000;font-size:16px;}

.addtocart-row{border:1px solid #ddd;background:#f8f9fa;padding:15px 15px;}
.sp-quantity{width:180px;height:40px;border:0px solid #000;float:left}
.sp-quantity-tag{float:left;width:30px;line-height:38px;vertical-align:middle;margin-right:10px;}
.sp-input{width:130px;height:37px;float:left}
.sp-input input{width:50px;height:44px;text-align:center;border:none;font-weight:bold;font-size:15px;border:1px solid #ddd;float:left}
.sp-minus,.sp-plus{background:#f8f9fa;float:left;width:40px;text-align:center;display:inline-block;padding-top:10px;padding-bottom:12px;border:1px solid #ddd;}
.sp-minus{border-radius:0px 0px 0px 0px;border-right:0px;}
.sp-plus{border-radius:0px 0px 0px 0px;border-left:0px;}
.sp-input input:focus{border:1px solid #e1e1e1}
.sp-minus:hover,.sp-plus:hover{background:#fde3af;}
.sp-minus a, .sp-plus a{display:block;text-decoration:none;color:#fff;background:#000;border-radius:100%;width:20px;height:20px;font-weight:bold;font-size:18px;line-height:18px;vertical-align:middle; margin-left:auto; margin-right:auto;}
#form-product .btn-pcart{padding-bottom:4px;}
#button-buycart{margin-left:10px;}
.descbox{padding:15px 20px;background:#fff;border-radius:8px;}
.reviewForm{background:#efefef;padding:25px;border-radius:10px;}
.optionalert{border:2px solid #ff0000;}

/* CHECKOUT PAGE */
#checkout-cart h1{font-weight:700;font-size:22px;color:#fff;}
#checkout-cart thead{text-transform:uppercase;font-weight:700;font-size:14px;background:#ffeec9;}
#checkout-cart td.text-wrap a{font-weight:600;}
#checkout-cart button[type="submit"] i{font-size:16px;margin-top:5px;}
#shopping-cart{background:#fff;border-radius:10px;margin-bottom:20px;}
.cartbeet, .cartbeet h2{color:#fff;}

.opcitycol{opacity:0.2;}
#checkout-checkout h1{color:#fff;}
#checkout-checkout legend{font-size:16px;font-weight:700;padding:7px 10px 7px 15px;background:#ffc29a;border-radius:4px;}
#checkout-confirm .table-responsive{background:#f2f2f5;padding:10px;margin-bottom: 15px;}
#checkout-confirm .table-responsive thead{text-transform:uppercase;font-weight:700;font-size:14px;background:#d3d3d3;}
#checkout-confirm .btn-primary{background:#af8b45;border:none;border-radius:5px;color:#fff;font-weight:bold;font-size:18px;text-shadow:none;}
.mratlist-img{display:none;}
.unit-price{display:none;}
.mtfootcart-yes{display:none;}
#checkout-shipping-method{margin-top:40px;}
#account-register .form-control{padding:10px 15px;}
.account-side-list i{color:#9f7d35;border:1px solid #dfdfdf;padding:8px 8px;display:inline-block;width:34px;margin-left:-8px;
  margin-right:5px !important;border-radius:5px;}
#checkout-register, #ordercol{background:#fff;border-radius:10px;padding:20px;}

.hideproducts{display:none;}