/** Shopify CDN: Minification failed

Line 2420:0 Unexpected "@media"
Line 2526:25 Expected identifier but found "."

**/




/*============================================================================
Get font-families from theme settings
==============================================================================*/





/*$light-color: lighten($color-text-top, 20%);
$dark-color: darken($main-color, 20%);
$dark-bg-menu-top: darken($bg-menu-top, 20%);*/
.oneline {
  display: block;
  word-wrap: break-word;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  position: absolute;
  width: 100%;
  text-align: center;
  border-radius: 0;
  height: 40px;
  line-height: 40px;
  padding: 0px;
  margin-bottom: 0px;
}

.alert {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  text-align: center;
  height: 40px;
  line-height: 40px;
}

/*@keyframes rotateWordsFirst {
0% { opacity: 1; animation-timing-function: ease-in; height: 0px; }
8% { opacity: 1; height: 60px; }
19% { opacity: 1; height: 60px; }
25% { opacity: 0; height: 60px; }
100% { opacity: 0; }
}
@keyframes rotateWordsSecond {
0% { opacity: 1; animation-timing-function: ease-in; height: 0px; }
10% { opacity: 0.3; height: 0px; }
20% { opacity: 1; height: 60px; }
27% { opacity: 0; height: 60px; }
100% { opacity: 0; }
}*/
.full-width {
  margin: 0 !important;
  padding: 0;
}

.full-width > .container {
  width: 100% !important;
  padding: 0px 15px;
  /* padding:0px; */
}

.full-width > .container > .row,
.full-width > .container > .row > .col-sm-12 > .row {
  padding: 0;
  margin: 0 !important;
}

.full-width > .container > .row > .col-sm-12,
.full-width > .container > .row > .col-sm-12 > .row > .col-sm-12 {
  padding: 0;
}

.container{
  width:100%;
  max-width:1400px;
  margin:auto;
}

.page-width{
  padding:0px 15px !important;
}

/*.full-width > .container > .col-sm-12{
padding: 0;
}
div[class^="row-"] > .container{
padding: 0;
}
div[class^="row-"]{clear: both;}
*/
body {
  font: normal 16px/18px "Roboto", "HelveticaNeue", "Helvetica Neue", sans-serif;
}

a, button {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

a:active, a:focus, a:hover, button:active, button:focus, input:actice, input:focus, button:visited, input:visited {
  outline: none !important;
  box-shadow: none !important;
}

a, a:visited, a:focus, a:active, a:hover {
  outline: none !important;
}

/* home **************************************************************************************************/
/* top **************************************************************************************************/
/* top **************************************************************************************************/
header.hd2 {
  text-align: center;
}

header.hd2 .text-top-header {
  line-height: 40px;
  text-align: left;
  border-bottom: 1px solid #ddd;
  font-size: 12px;
}

@media only screen and (max-width: 991px) {
  header.hd2 .text-top-header {
    text-align: center;
  }
}

header.hd2 .block-phone {
  color: #666666;
  line-height: 60px;
  display: block;
  margin: 26px 0px;
  text-align: left;
}

@media only screen and (max-width: 991px) {
  header.hd2 .block-phone {
    line-height: 40px;
    margin: 0px;
    text-align: center;
  }
}

header.hd2 .block-phone {
  color: #666666;
}

@media only screen and (max-width: 991px) {
  header.hd2 .block-phone {
    padding-right: 20px;
  }
  header.hd2 .block-phone span.hidden-lg.hidden-md.visible-xs.visible-sm {
    display: inline-block !important;
  }
}

@media only screen and (min-width: 1200px) {
  header.hd2 .block-phone {
    margin-right: 30px;
  }
}

#logo {
  float: left;
  margin: 26px 102px;
}

#logo.layout2 {
  float: none;
  margin: 26px 0px;
  text-align: center;
}

#logo.layout2 a {
  display: inline-block;
}

@media only screen and (max-width: 479px) {
  #logo {
    float: none;
    text-align: center;
  }
}

nav .content-left {
  float: left;
  width: 80%;
  margin: 10px 0px;
  padding-right: 30px;
  border-right: 1px solid #eee;
}

nav.layout2 .content-left {
  float: right;
  margin: 36px 0px;
  width: 100%;
  padding-right: 0px;
  border-right: 0px;
}

nav .content-left .first-block {
  display: block;
  float: left;
  width: 100%;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  line-height: 40px;
}

nav.layout2 .content-left .first-block {
  display: block;
  float: right;
  width: 100%;
  border-bottom: 0px;
  padding-bottom: 0px;
}

nav .content-left .first-block span {
  display: block;
  /*height: 40px;*/
  float: left;
  /*line-height: 40px;*/
}

nav .content-left .first-block .top-currency .fa, nav .content-left .first-block .top-language .fa {
  font-size: 12px; 
  padding: 0 2px; 
}
nav .content-left .first-block span button {
  padding: 0px 5px;
  border: 0px;
  line-height: 40px;
  color: #292929;
}

nav .content-left .first-block .block-phone {
  color: #666666;
}

@media only screen and (max-width: 767px) {
  nav .content-left .first-block .block-phone {
    padding-right: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  nav .content-left .first-block .block-phone {
    margin-right: 30px;
  }
}

nav .content-left .first-block .block-currency, nav .content-left .first-block .block-language {
  display: inline-block;
  /*height: 40px;
  line-height: 40px;*/
  float: left;
  color: #4c4c4c;
  padding: 0px 5px;
}

nav .content-left .first-block .block-currency .btn-group button, nav .content-left .first-block .block-language .btn-group button {
  text-decoration: none;
  float: none;
  padding: 0px;
  color: #4c4c4c;
}

nav .content-left .first-block .block-currency .btn-group button:hover, nav .content-left .first-block .block-language .btn-group button:hover {
  text-decoration: none;
  color: #b48c6b;
}

nav .content-left .first-block .block-currency .btn-group button img, nav .content-left .first-block .block-language .btn-group button img {
  padding-right: 3px;
  margin-top: 2px;
  float: left;
}

@media only screen and (max-width: 767px) {
  nav .content-left .first-block .block-currency, nav .content-left .first-block .block-language {
    padding: 0px 5px;
  }
}

nav .content-left .first-block .block-currency .dropdown-menu, nav .content-left .first-block .block-language .dropdown-menu {
  min-width: 100px !important;
  padding: 0px !important;
}

nav .content-left .first-block .block-currency .dropdown-menu button, nav .content-left .first-block .block-currency .dropdown-menu a, nav .content-left .first-block .block-language .dropdown-menu button {
  line-height: 30px;
  padding: 0px;
  font-weight: 500;
  color: #4c4c4c;
}

nav .content-left .first-block .block-currency .dropdown-menu button:hover, nav .content-left .first-block .block-currency .dropdown-menu a:hover, nav .content-left .first-block .block-language .dropdown-menu button:hover {
  text-decoration: none;
  color: #b48c6b;
}

nav .content-left .first-block .block-currency .dropdown-menu button img, nav .content-left .first-block .block-language .dropdown-menu button img {
  padding-right: 3px;
  margin-top: -2px;
  float: none;
}

nav .content-left .first-block .block-search {
  float: right;
  display: block;
  width: 30%;
}

nav.layout2 .content-left .first-block .block-search {
  float: right;
  display: block;
  width: 65%;
}

nav .content-left .first-block .block-search .input-group {
  width: 100%;
}

nav .content-left .first-block .block-search .input-group input.input-lg {
  height: 30px !important;
  border-radius: 30px !important;
  box-shadow: none;
  background: #ededed;
  margin: 5px 0px;
  color: #666666;
  padding: 0px 35px 0px 15px;
  border-color: #f1f1f1;
}

nav.layout2 .content-left .first-block .block-search .input-group input.input-lg {
  height: 30px !important;
  border-radius: 30px !important;
  box-shadow: none;
  background: #ededed;
  margin: 5px 0px;
  color: #666666;
  padding: 0px 35px 0px 15px;
  border-color: #f1f1f1;
  outline: none !important;
}

nav .content-left .first-block .block-search .input-group input::-webkit-input-placeholder {
  color: #999;
}

nav .content-left .first-block .block-search .input-group input:-moz-placeholder {
  color: #999;
}

nav .content-left .first-block .block-search .input-group input::-moz-placeholder {
  color: #999;
}

nav .content-left .first-block .block-search .input-group input:-ms-input-placeholder {
  color: #999;
}

nav .content-left .first-block .block-search .input-group .input-group-btn {
  position: absolute;
  top: 0px;
  right: 30px;
  color: #fff;
}

nav .content-left .first-block .block-search .input-group .input-group-btn button {
  background: transparent !important;
  border: 0 !important;
  outline: none !important;
  box-shadow: none;
  color: #666666;
}

@media only screen and (max-width: 991px) {
  nav .content-left .first-block .block-search {
    width: 40%;
  }
}
@media only screen and (max-width: 760px) {
  nav .content-left .first-block .block-search {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  nav .content-left .first-block .block-search {
    width: 100%;
  }
}

nav .content-left .secon-block {
  display: block;
  width: 100%;
  float: left;
}

.layout2 .content-right {
  float: right;
  width: auto;
  height: 40px;
  margin: 0px;
  line-height: 40px;
  position: absolute;
  top: -20px;
  right: 20px;
}

.layout2 .content-right .btn-group button {
  background: #b48c6b url(//www.dsavory.com/cdn/shop/t/2/assets/top_cart_white.png?v=665524850137925331765801476) no-repeat 20px center;
  text-shadow: none;
  border: 0;
  border-radius: 40px;
  box-shadow: none;
  padding: 0px 45px;
  height: 40px;
  min-width: 40px;
  position: relative;
}

.layout2 .content-right .btn-group button #cart-total .count-item {
  position: absolute;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  border-radius: 100%;
  border: 0;
  background: #6d604c;
  color: #fff;
  font-size: 12px;
  display: inline-block;
  top: 10px;
  right: 17px;
}
nav .content-right {
  float: left;
  width: auto;
  height: 90px;
  margin: 10px 0 10px 20px;
  line-height: 90px;
}

nav .content-right .btn-group button {
  background: transparent url(//www.dsavory.com/cdn/shop/t/2/assets/top_cart.png?v=9863129887384504661765801476) no-repeat center center;
  text-shadow: none;
  border: 0;
  box-shadow: none;
  padding: 0px;
  height: 40px;
  width: 40px;
  position: relative;
}

nav .content-right .btn-group button #cart-total .count-item {
  position: absolute;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  border-radius: 100%;
  border: 0;
  background: #6d604c;
  color: #fff;
  font-size: 12px;
  top: -5px;
  right: -5px;
}

nav .content-right .btn-group button #cart-total .f-text {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}

nav .content-right .btn-group button #cart-total .s-text {
  display: block;
  font-size: 12px;
  color: #ababab;
}

nav .content-right .btn-group button #cart-total .s-text em {
  position: absolute;
  height: 20px;
  width: 20px;
  font-size: 12px;
  background: #e65951;
  border-radius: 100%;
  text-align: center;
  font-weight: 600;
  bottom: 0px;
  line-height: 20px;
  left: 25px;
  color: #fff !important;
}

nav .content-right #cart .dropdown-menu {
  min-width: 260px;
  margin-top: 0px;
  border-radius: 0;
  border-top: 3px solid #b48c6b;
  max-height: 450px;
  overflow: auto;
  -moz-overflow: auto;
  -moz-overflow-x: hidden;
  overflow-x: hidden;
}

nav .content-right #cart .dropdown-menu .text-center {
  padding: 20px 15px;
  line-height: 1;
}

nav .content-right #cart .dropdown-menu li .div-sdiviped {
  padding: 0 10px;
}

nav .content-right #cart .dropdown-menu li .div-sdiviped .row-cart {
  margin: 10px 0;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
}

nav .content-right #cart .dropdown-menu li .div-sdiviped .row-cart .image-cart {
  float: left;
  max-width: 70px;
}

nav .content-right #cart .dropdown-menu li .div-sdiviped .row-cart .cart-content {
  padding: 5px 0 0 90px;
  position: relative;
  min-height: 110px;
}

nav .content-right #cart .dropdown-menu li .div-sdiviped .row-cart .cart-content .product-name, nav .content-right #cart .dropdown-menu li .div-sdiviped .row-cart .cart-content .product-layout.product-grid .item-inner .caption h4, .product-layout.product-grid .item-inner .caption nav .content-right #cart .dropdown-menu li .div-sdiviped .row-cart .cart-content h4 {
  float: left;
  width: 100%;
  display: block;
  line-height: 25px;
}

nav .content-right #cart .dropdown-menu li .div-sdiviped .row-cart .cart-content .product-name a, nav .content-right #cart .dropdown-menu li .div-sdiviped .row-cart .cart-content .product-layout.product-grid .item-inner .caption h4 a, .product-layout.product-grid .item-inner .caption nav .content-right #cart .dropdown-menu li .div-sdiviped .row-cart .cart-content h4 a {
  color: #333;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

nav .content-right #cart .dropdown-menu li .div-sdiviped .row-cart .cart-content .cart-price {
  color: #a08d7c;
  font-weight: 600;
  font-size: 15px;
  text-decoration: underline;
}

nav .content-right #cart .dropdown-menu li .div-sdiviped .row-cart .cart-content .box-cart-price {
  float: left;
  line-height: 30px;
}

nav .content-right #cart .dropdown-menu li .div-sdiviped .row-cart .cart-content .cart-button.button-remove {
  position: absolute;
  right: -10px;
  top: 5px;
}

nav .content-right #cart .dropdown-menu li .div-sdiviped .row-cart .cart-content .cart-button.button-remove button.btn {
  border: none;
  background: transparent;
  text-align: center;
  outline: none;
  box-shadow: none;
  padding: 0;
}

nav .content-right #cart .dropdown-menu li .box-total {
  display: none;
}

nav .content-right #cart .dropdown-menu li .row2-cart .box-cart {
  height: 30px;
  line-height: 30px;
}

nav .content-right #cart .dropdown-menu li .row2-cart .box-total {
  color: #333;
  display: inline-block;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  padding: 0px 10px 10px;
  border-bottom: 1px solid #e3e3e3;
}

nav .content-right #cart .dropdown-menu li .row2-cart .box-total .text1 {
  float: right;
}

nav .content-right #cart .dropdown-menu li .row2-cart .button-cart {
  display: inline-block;
  background: #fff;
  width: 100%;
}

nav .content-right #cart .dropdown-menu li .row2-cart .button-cart a {
  color: #fff;
  background: #3a3a3a;
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  text-shadow: none;
  margin: 0px 15px;
  text-align: center;
  border-radius: 0px;
  border: 1px solid #fff;
}

@media only screen and (max-width: 479px) {
  nav .content-right {
    margin: 10px 0 10px 10px;
    line-height: 150px;
  }
  nav .content-right .top-cart-content {
    line-height: 1;
  }
}

header.hd3 {
  text-align: center;
}

header.hd3 .text-top-header {
  line-height: 40px;
  text-align: left;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
}

@media only screen and (max-width: 991px) {
  header.hd3 .text-top-header {
    text-align: center;
  }
}

header.hd3 .block-phone {
  color: #666666;
  line-height: 40px;
  display: block;
  text-align: left;
}

@media only screen and (max-width: 991px) {
  header.hd3 .block-phone {
    line-height: 40px;
    margin: 0px;
    text-align: center;
  }
}

header.hd3 .block-phone {
  color: #666666;
}

@media only screen and (max-width: 991px) {
  header.hd3 .block-phone {
    padding-right: 20px;
  }
  header.hd3 .block-phone span.hidden-lg.hidden-md.visible-xs.visible-sm {
    display: inline-block !important;
  }
}

@media only screen and (min-width: 1200px) {
  header.hd3 .block-phone {
    margin-right: 30px;
  }
}

.hd3 #logo {
  float: none;
  margin: 26px 0px;
  text-align: center;
}

.hd3 #logo a {
  display: inline-block;
}

@media only screen and (max-width: 991px) {
  .hd3 #logo {
    margin: 10px 0px;
  }
}

@media only screen and (max-width: 479px) {
  .hd3 #logo {
    float: none;
  }
}

.hd3 nav .content-left {
  float: none;
  width: 100%;
  margin: 0px;
  padding-right: 0px;
  border-right: 0px;
}
.hd3 nav .content-left .first-block {
  text-align: right;
  margin: 35px 0px;
  float: none;
  padding-bottom: 0px;
  border-bottom: 0px;
  line-height: 20px;
}

.hd3 nav .content-left .first-block span {
  display: inline-block;
  height: 40px;
  float: none;
  line-height: 40px;
}

.hd3 nav .content-left .first-block span button {
  padding: 0px 5px;
  border: 0px;
  /*line-height: 40px;*/
  color: #292929;
}

.hd3 nav .content-left .first-block .block-phone {
  color: #666666;
  font-size: 13px;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .hd3 nav .content-left .first-block .block-phone {
    padding-right: 20px;
  }
  .hd3 nav .content-left .first-block .block-phone span.hidden-lg.hidden-md.visible-xs.visible-sm {
    float: left;
  }
}

@media only screen and (min-width: 1200px) {
  .hd3 nav .content-left .first-block .block-phone {
    margin-right: 30px;
  }
}

.hd3 nav .content-left .first-block .block-currency, .hd3 nav .content-left .first-block .block-language {
  display: inline-block;
  /*        height: 40px;
  line-height: 40px;*/
  float: none;
  color: #4c4c4c;
  margin-left: 15px;
  padding: 0px 5px;
  /*margin: 25px 0px 25px 25px;*/
}

.hd3 nav .content-left .first-block .block-currency .btn-group button, .hd3 nav .content-left .first-block .block-language .btn-group button {
  text-decoration: none;
  padding: 0px;
  color: #4c4c4c;
}

.hd3 nav .content-left .first-block .block-currency .btn-group button:hover, .hd3 nav .content-left .first-block .block-language .btn-group button:hover {
  text-decoration: none;
  color: #b48c6b;
}

.hd3 nav .content-left .first-block .block-currency .btn-group button img, .hd3 nav .content-left .first-block .block-language .btn-group button img {
  padding-right: 3px;
  margin-top: -2px;
}

@media only screen and (max-width: 767px) {
  .hd3 nav .content-left .first-block .block-currency, .hd3 nav .content-left .first-block .block-language {
    padding: 0px 5px;
  }
}

.hd3 nav .content-left .first-block .block-currency .dropdown-menu, .hd3 nav .content-left .first-block .block-language .dropdown-menu {
  min-width: 100px !important;
  padding: 0px !important;
}

.hd3 nav .content-left .first-block .block-currency .dropdown-menu button, .hd3 nav .content-left .first-block .block-language .dropdown-menu button {
  line-height: 30px;
  padding: 0px;
  font-weight: 500;
  color: #4c4c4c;
}

.hd3 nav .content-left .first-block .block-currency .dropdown-menu button:hover, .hd3 nav .content-left .first-block .block-language .dropdown-menu button:hover {
  text-decoration: none;
  color: #b48c6b;
}

@media only screen and (max-width: 479px) {
  .hd3 nav .content-left .first-block .block-language {
    text-align: left;
  }
}

.hd3 nav .content-left .first-block .block-search {
  float: none;
  display: inline-block;
  width: 80%;
  max-width: 200px;
  margin-left: 20px;
  vertical-align: middle;
  /*margin: 25px 0px;*/
}

.hd3 nav .content-left .first-block .block-search .input-group {
  width: 100%;
}

.hd3 nav .content-left .first-block .block-search .input-group input.input-lg {
  height: 30px !important;
  border-radius: 30px !important;
  box-shadow: none;
  background: #ededed;
  margin: 5px 0px;
  color: #666666;
  padding: 0px 35px 0px 15px;
  border-color: #f1f1f1;
  outline: none !important;
}

.hd3 nav .content-left .first-block .block-search .input-group input::-webkit-input-placeholder {
  color: #999;
}

.hd3 nav .content-left .first-block .block-search .input-group input:-moz-placeholder {
  color: #999;
}

.hd3 nav .content-left .first-block .block-search .input-group input::-moz-placeholder {
  color: #999;
}

.hd3 nav .content-left .first-block .block-search .input-group input:-ms-input-placeholder {
  color: #999;
}

.hd3 nav .content-left .first-block .block-search .input-group .input-group-btn {
  position: absolute;
  top: 0px;
  right: 30px;
  color: #fff;
}

.hd3 nav .content-left .first-block .block-search .input-group .input-group-btn button {
  background: transparent !important;
  border: 0 !important;
  outline: none !important;
  box-shadow: none;
  color: #666666;
}

@media only screen and (max-width: 991px) {
  .hd3 nav .content-left .first-block .block-search {
    max-width: 300px;
  }
}

@media only screen and (max-width: 767px) {
  .hd3 nav .content-left .first-block .block-search {
    width: 100%;
    max-width: 200px;
    margin-left: 0px;
  }
}

@media only screen and (max-width: 991px) {
  .hd3 nav .content-left .first-block {
    margin: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .hd3 nav .content-left .first-block {
    text-align: center;
  }
}

.hd3 nav .content-left .secon-block {
  display: block;
  width: 100%;
  float: left;
}

@media only screen and (max-width: 991px) {
  .hd3 nav .content-left {
    float: none;
    margin: 10px 0px;
    display: inline-block;
    width: 100%;
  }
}

.hd3 .content-right {
  float: none;
  width: auto;
  height: 40px;
  margin: 0px 0 0px 20px;
  line-height: 20px;
  display: inline-block;
}

.hd3 .content-right .btn-group button {
  background: transparent url(//www.dsavory.com/cdn/shop/t/2/assets/top_cart.png?v=9863129887384504661765801476) no-repeat center center;
  text-shadow: none;
  border: 0;
  box-shadow: none;
  padding: 0px;
  height: 40px;
  width: 40px;
  position: relative;
}

.hd3 .content-right .btn-group button #cart-total .count-item {
  position: absolute;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  border-radius: 100%;
  border: 0;
  background: #6d604c;
  color: #fff;
  font-size: 12px;
  top: -5px;
  right: -5px;
}

.hd3 .content-right .btn-group button #cart-total .f-text {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}

.hd3 .content-right .btn-group button #cart-total .s-text {
  display: block;
  font-size: 12px;
  color: #ababab;
}

.hd3 .content-right .btn-group button #cart-total .s-text em {
  position: absolute;
  height: 20px;
  width: 20px;
  font-size: 12px;
  background: #e65951;
  border-radius: 100%;
  text-align: center;
  font-weight: 600;
  bottom: 0px;
  line-height: 20px;
  left: 25px;
  color: #fff !important;
}

.hd3 .content-right #cart .dropdown-menu {
  min-width: 260px;
  margin-top: 0px;
  border-radius: 0;
  border-top: 3px solid #b48c6b;
  max-height: 350px;
  overflow: auto;
  -moz-overflow: auto;
  -moz-overflow-x: hidden;
  overflow-x: hidden;
}

.hd3 .content-right #cart .dropdown-menu .text-center {
  padding: 20px 15px;
  line-height: 1;
}

.hd3 .content-right #cart .dropdown-menu li .div-sdiviped {
  padding: 0 10px;
}

.hd3 .content-right #cart .dropdown-menu li .div-sdiviped .row-cart {
  margin: 10px 0;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
}

.hd3 .content-right #cart .dropdown-menu li .div-sdiviped .row-cart .image-cart {
  float: left;
  max-width: 70px;
}

.hd3 .content-right #cart .dropdown-menu li .div-sdiviped .row-cart .cart-content {
  padding: 5px 0 0 90px;
  position: relative;
  min-height: 110px;
}

.hd3 .content-right #cart .dropdown-menu li .div-sdiviped .row-cart .cart-content .product-name, .hd3 .content-right #cart .dropdown-menu li .div-sdiviped .row-cart .cart-content .product-layout.product-grid .item-inner .caption h4, .product-layout.product-grid .item-inner .caption .hd3 .content-right #cart .dropdown-menu li .div-sdiviped .row-cart .cart-content h4 {
  float: left;
  width: 100%;
  display: block;
  line-height: 25px;
}

.hd3 .content-right #cart .dropdown-menu li .div-sdiviped .row-cart .cart-content .product-name a, .hd3 .content-right #cart .dropdown-menu li .div-sdiviped .row-cart .cart-content .product-layout.product-grid .item-inner .caption h4 a, .product-layout.product-grid .item-inner .caption .hd3 .content-right #cart .dropdown-menu li .div-sdiviped .row-cart .cart-content h4 a {
  color: #333;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.hd3 .content-right #cart .dropdown-menu li .div-sdiviped .row-cart .cart-content .cart-price {
  color: #a08d7c;
  font-weight: 600;
  font-size: 15px;
  text-decoration: underline;
}

.hd3 .content-right #cart .dropdown-menu li .div-sdiviped .row-cart .cart-content .box-cart-price {
  float: left;
  line-height: 30px;
}

.hd3 .content-right #cart .dropdown-menu li .div-sdiviped .row-cart .cart-content .cart-button.button-remove {
  position: absolute;
  right: -10px;
  top: 5px;
}

.hd3 .content-right #cart .dropdown-menu li .div-sdiviped .row-cart .cart-content .cart-button.button-remove button.btn {
  border: none;
  background: transparent;
  text-align: center;
  outline: none;
  box-shadow: none;
}

.hd3 .content-right #cart .dropdown-menu li .box-total {
  display: none;
}

.hd3 .content-right #cart .dropdown-menu li .row2-cart .box-cart {
  height: 30px;
  line-height: 30px;
}

.hd3 .content-right #cart .dropdown-menu li .row2-cart .box-total {
  color: #333;
  display: inline-block;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  padding: 0px 10px 10px;
  border-bottom: 1px solid #e3e3e3;
}

.hd3 .content-right #cart .dropdown-menu li .row2-cart .box-total .text1 {
  float: right;
}

.hd3 .content-right #cart .dropdown-menu li .row2-cart .button-cart {
  display: inline-block;
  background: #fff;
  width: 100%;
}

.hd3 .content-right #cart .dropdown-menu li .row2-cart .button-cart a {
  color: #fff;
  background: #3a3a3a;
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  text-shadow: none;
  margin: 0px 15px;
  text-align: center;
  border-radius: 0px;
  border: 1px solid #fff;
}

@media only screen and (max-width: 479px) {
  .hd3 .content-right {
    margin: 10px 0 10px 10px;
  }
  .hd3 .content-right .top-cart-content {
    line-height: 1;
  }
}

/* menu fixed top */
.nav-container.fix-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9995;
  margin: 0;
  background: #fff;
  padding: 10px 0px;
  -moz-box-shadow: 1px 5px 20px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 5px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 5px 20px rgba(0, 0, 0, 0.2);
}
.hd4.nav-container.fix-nav {
  background: #485f27
}
.nav-container.fix-nav .pt_custommenu {
  width: 1170px;
  margin: auto;
  float: none;
  display: block;
  padding: 0 15px;
}

.nav-container.fix-nav .parentMenu a {
  text-transform: uppercase;
}

.nav-container.fix-nav .parentMenu a span {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  text-transform: uppercase;
}

.nav-container.fix-nav .parentMenu a:hover span {
  color: #b48c6b !important;
}

.nav-container.fix-nav .act a span {
  color: #b48c6b;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

@media (min-width: 992px) {
  .quick-access.fix-header {
    position: fixed;
    top: 0px;
    right: 50%;
    margin-right: -570px;
    z-index: 9996;
  }
  .quick-access.fix-header.block-search {
    width: 200px !important;
    z-index: 9997;
    margin-right: -500px;
    margin-top: 9px;
  }
  .quick-access.fix-header #cart {
    padding: 0px;
    width: auto;
    margin-right: 0px;
  }
  .quick-access.fix-header.content-right {
    line-height: 1;
    margin: 0px -570px 0px 0px;
    height: 40px;
    margin-top: 8px;
  }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .quick-access.fix-header {
    position: fixed;
    top: 0px;
    right: 50%;
    margin-right: -470px;
    z-index: 9996;
  }
  .quick-access.fix-header.block-search {
    width: 200px !important;
    z-index: 9997;
    margin-right: -400px;
    margin-top: 10px;
  }
  .quick-access.fix-header #cart {
    padding: 0px;
    width: auto;
    margin-right: 0px;
  }
  .quick-access.fix-header.content-right {
    line-height: 1;
    margin: 0px -470px 0px 0px;
    height: 40px;
    margin-top: 10px;
    z-index: 9997;
  }
}

.horizon-menu-top {
  background: #485f27;
  height: 55px;
}

/* end-top **********************************************************************************************************************************************************************************************************/
/* content **********************************************************************************************************************************************************************************************************/
.cmsblock {
  display: block;
}

.cmsblock .block-img .col {
  display: block;
  width: 50%;
  float: left;
}

.cmsblock .block-img .f-img a, .cmsblock .block-img .s-img a {
  position: relative;
  display: block;
}

.cmsblock .block-img .f-img a:before, .cmsblock .block-img .s-img a:before, .cmsblock .block-img .f-img a:after, .cmsblock .block-img .s-img a:after {
  bottom: 20px;
  content: "";
  left: 20px;
  opacity: 0;
  position: absolute;
  right: 20px;
  top: 20px;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  z-index: 1;
}

.cmsblock .block-img .f-img a:before, .cmsblock .block-img .s-img a:before {
  border-bottom: 1px solid white;
  border-top: 1px solid white;
  transform: scale(0, 1);
}

.cmsblock .block-img .f-img a:after, .cmsblock .block-img .s-img a:after {
  border-left: 1px solid white;
  border-right: 1px solid white;
  transform: scale(1, 0);
}

.cmsblock .block-img .f-img a:hover::after, .cmsblock .block-img .s-img a:hover::after, .cmsblock .block-img .f-img a:hover::before, .cmsblock .block-img .s-img a:hover::before {
  opacity: 1;
  transform: scale(1);
}

.cmsblock .block-img1 {
  margin-top: 100px;
}

.cmsblock .block-img1 .col {
  display: block;
  /*width: 50%;*/
  float: left;
}

.cmsblock .block-img1 .f-img a, .cmsblock .block-img1 .s-img a {
  position: relative;
  display: block;
}

.cmsblock .block-img1 .f-img a:before, .cmsblock .block-img1 .s-img a:before, .cmsblock .block-img1 .f-img a:after, .cmsblock .block-img1 .s-img a:after {
  bottom: 20px;
  content: "";
  left: 20px;
  opacity: 0;
  position: absolute;
  right: 20px;
  top: 20px;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  z-index: 1;
}

.cmsblock .block-img1 .f-img a:before, .cmsblock .block-img1 .s-img a:before {
  border-bottom: 1px solid white;
  border-top: 1px solid white;
  transform: scale(0, 1);
}

.cmsblock .block-img1 .f-img a:after, .cmsblock .block-img1 .s-img a:after {
  border-left: 1px solid white;
  border-right: 1px solid white;
  transform: scale(1, 0);
}

.cmsblock .block-img1 .f-img a:hover::after, .cmsblock .block-img1 .s-img a:hover::after, .cmsblock .block-img1 .f-img a:hover::before, .cmsblock .block-img1 .s-img a:hover::before {
  opacity: 1;
  transform: scale(1);
}


.cmsblock img {
  max-width: 100%;
}

.cmsblock .block-img .f-img img, .cmsblock .block-img .s-img img {
  width: 100%; 
}
.cmsblock .static-block {
  background: #f4f4f4;
  border-bottom: 1px solid #ddd;
  padding: 50px 0px;
  margin-top:60px;
}

@media(max-width:767px){
  .cmsblock .static-block{

    padding:30px 0px;
    margin-top:30px;
  }
}


.cmsblock .static-block .icon {
  padding-right: 10px;
}

.cmsblock .static-block .icon .fa {
  font-size: 30px;
  color: #90815b;
}

.cmsblock .static-block .first-text {
  font-size: 12px;
  text-transform: uppercase;
  width: 80px;
  font-weight: 500;
  word-wrap: break-word;
  display: inline-block;
  line-height: 14px;
  color: #90815b;
}

.cmsblock .static-block .secon-text {
  font-size: 20px;
  line-height: 40px;
  vertical-align: bottom;
}

@media only screen and (max-width: 1199px) {
  .cmsblock .static-block .secon-text {
    display: block;
  }
}

.cmsblock .static-block .first-col .secon-text {
  font-size: 28px;
  margin-left: 10px;
}

@media only screen and (max-width: 1199px) {
  .cmsblock .static-block .first-col {
    text-align: center;
  }
}

@media only screen and (max-width: 1199px) {
  .cmsblock .static-block .secon-col, .cmsblock .static-block .third-col {
    text-align: center;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .cmsblock .static-block .secon-col, .cmsblock .static-block .third-col, .cmsblock .static-block .first-col {
    text-align: left;
    margin-left: 15px;
  }
}

@media only screen and (max-width: 991px) {
  .cmsblock .block-img .f-img, .cmsblock .block-img .s-img {
    width: 100%;
    display: block;
  }
  .cmsblock .block-img .f-img img, .cmsblock .block-img .s-img img {
    width: 100%;
  }
}

.cmsblock .banner-right .f-img, .cmsblock .banner-right .s-img {
  margin-bottom: 34px;
}

.cmsblock .banner-right .f-img a, .cmsblock .banner-right .s-img a {
  position: relative;
  display: block;
}

.cmsblock .banner-right .f-img a:before, .cmsblock .banner-right .s-img a:before, .cmsblock .banner-right .f-img a:after, .cmsblock .banner-right .s-img a:after {
  bottom: 20px;
  content: "";
  left: 20px;
  opacity: 0;
  position: absolute;
  right: 20px;
  top: 20px;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  z-index: 1;
}

.cmsblock .banner-right .f-img a:before, .cmsblock .banner-right .s-img a:before {
  border-bottom: 1px solid white;
  border-top: 1px solid white;
  transform: scale(0, 1);
}

.cmsblock .banner-right .f-img a:after, .cmsblock .banner-right .s-img a:after {
  border-left: 1px solid white;
  border-right: 1px solid white;
  transform: scale(1, 0);
}

.cmsblock .banner-right .f-img a:hover::after, .cmsblock .banner-right .s-img a:hover::after, .cmsblock .banner-right .f-img a:hover::before, .cmsblock .banner-right .s-img a:hover::before {
  opacity: 1;
  transform: scale(1);
}

@media only screen and (max-width: 991px) {
  .cmsblock .banner-right .f-img, .cmsblock .banner-right .s-img {
    display: block;
    text-align: center;
    margin: 30px 0px;
  }
  .cmsblock .banner-right .f-img a, .cmsblock .banner-right .s-img a {
    display: inline-block;
  }
}

.cmsblock .block-img-middle {
  margin-top: 50px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .cmsblock .block-img-middle .f-img, .cmsblock .block-img-middle .block-img .s-img, .cmsblock .block-img .block-img-middle .s-img {
    min-height: 250px;
    overflow: hidden;
  }
  .cmsblock .block-img-middle .f-img img, .cmsblock .block-img-middle .block-img .s-img img, .cmsblock .block-img .block-img-middle .s-img img {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    margin-top: 25px;
  }
}

@media only screen and (max-width: 479px) {
  .cmsblock .block-img-middle .f-img, .cmsblock .block-img-middle .block-img .s-img, .cmsblock .block-img .block-img-middle .s-img {
    min-height: 300px;
    overflow: hidden;
  }
  .cmsblock .block-img-middle .f-img img, .cmsblock .block-img-middle .block-img .s-img img, .cmsblock .block-img .block-img-middle .s-img img {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    margin-top: 50px;
  }
}

.cmsblock .block-img-middle .des-content {
  position: absolute;
  top: 50px;
  right: 50%;
  margin-right: -600px;
  width: 600px;
  text-align: center;
}

.cmsblock .block-img-middle.alt .des-content {
  position: absolute;
  right: inherit;
  margin-right: inherit;
  width: 95%;
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  top: 10%;
  min-height: 300px;
  overflow: hidden;
}

@media only screen and (max-width: 1199px) {
  .cmsblock .block-img-middle .des-content {
    top: 30px;
    margin-right: -500px;
    width: 500px;
  }
  .cmsblock .block-img-middle.alt .des-content {
    /*top: 20px;*/
    margin-right: inherit;
    width: 95%;
  }
}

@media only screen and (max-width: 991px) {
  .cmsblock .block-img-middle .des-content {
    top: 10px;
    margin-right: -350px;
  }
  .cmsblock .block-img-middle.alt .des-content {
    margin-right: inherit;
    width: 95%;
  }
  .cmsblock .block-img-middle.alt .col-md-6 {
    margin-bottom: 20px;
  }
  
}

@media only screen and (max-width: 767px) {
  .cmsblock .block-img-middle .des-content {
    width: 450px;
    margin-right: -225px;
  }
  .cmsblock .block-img-middle.alt .des-content {
    margin-right: inherit;
    width: 90%;
  }
}

@media only screen and (max-width: 479px) {
  .cmsblock .block-img-middle .des-content {
    width: 280px;
    margin-right: -140px;
  }
  .cmsblock .block-img-middle.alt .des-content {
    margin-right: inherit;
    width: 90%;
  }
}

.cmsblock .block-img-middle .des-content .rw-wrapper {
  position: relative;
}
.cmsblock .block-img-middle.alt .des-content .rw-wrapper {
  position: relative;
  min-height: 300px;
  overflow: hidden;
}

.cmsblock .block-img-middle .des-content .rw-wrapper .rw-sentence span {
  white-space: initial;
}

.cmsblock .block-img-middle .des-content .rw-wrapper .rw-sentence {
  margin: 0;
  text-align: left;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
}
.cmsblock .block-img-middle.alt .des-content .rw-wrapper .rw-sentence {
  text-align: center;
}
.cmsblock .block-img-middle .des-content .rw-wrapper .rw-sentence span {
  white-space: initial;
}

.cmsblock .block-img-middle .des-content .rw-wrapper .rw-words {
  display: inline;
  text-indent: 5px;
  font-style: normal;
}

.cmsblock .block-img-middle .des-content .rw-wrapper .rw-words span {
  position: absolute;
  opacity: 1;
  overflow: hidden;
}

.cmsblock .block-img-middle .des-content h2 {
  display: inline-block;
  width: 250px;
  text-transform: uppercase;
  padding: 10px 0px 10px 23px;
  border: 2px solid #6d604c;
  color: #6d604c;
  font-weight: 700;
}

.cmsblock .block-img-middle.alt .des-content h2 {
  text-transform: initial;
  padding: 10px 0px 10px 10px;
  border: none;
  width: initial;
}

@media only screen and (max-width: 767px) {
  .cmsblock .block-img-middle .des-content h2 {
    font-size: 16px;
    padding: 5px 0px 5px 12px;
    width: 150px;
  }
  .cmsblock .block-img-middle.alt .des-content h2 {
    font-size: 15px;
    padding: 5px 0px 5px 8px;
    width: initial;
  }
}

.cmsblock .block-img-middle .des-content .text-top {
  font-size: 28px;
  line-height: 60px;
  color: #6d604c;
  letter-spacing: 10px;
  text-decoration: underline;
  text-transform: capitalize;
  margin: 0px;
}

.cmsblock .block-img-middle.alt .des-content .text-top {
  font-size: 20px;
  line-height: 20px;
}

@media only screen and (max-width: 1199px) {
  .cmsblock .block-img-middle .des-content .text-top {
    font-size: 24px;
    line-height: 50px;
    letter-spacing: 7px;
  }
  .cmsblock .block-img-middle.alt .des-content .text-top {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 7px;
  }
}

@media only screen and (max-width: 991px) {
  .cmsblock .block-img-middle .des-content .text-top {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 5px;
  }
  .cmsblock .block-img-middle.alt .des-content .text-top {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 5px;
  }
}

.cmsblock .block-img-middle .des-content .content-title {
  font-size: 140px;
  line-height: 80px;
  font-family: 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif, cursive;
  color: #b48c6b;
  text-transform: capitalize;
  margin-bottom: 60px;
}
.cmsblock .block-img-middle.alt .des-content .content-title {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1199px) {
  .cmsblock .block-img-middle .des-content .content-title {
    font-size: 80px;
    line-height: 50px;
    margin-bottom: 30px;
  }
  .cmsblock .block-img-middle.alt .des-content .content-title {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 991px) {
  .cmsblock .block-img-middle .des-content .content-title {
    font-size: 50px;
    line-height: 30px;
    margin-bottom: 15px;
    margin: 10px 0px !important;
  }
  .cmsblock .block-img-middle.alt .des-content .content-title {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 10px;
    margin: 5px 0px !important;
  }
}

.cmsblock .block-img-middle .des-content h3 {
  margin-top: 30px !important;
  font-size: 17px;
  color: #bbb;
  line-height: 25px;
  font-weight: 400;
}
.cmsblock .block-img-middle.alt .des-content h3 {
  margin-top: 20px !important;
  font-size: 15px;
  line-height: 20px;
}

@media only screen and (max-width: 1199px) {
  .cmsblock .block-img-middle .des-content h3 {
    font-size: 15px;
    line-height: 20px;
    margin-top: 15px !important;
  }
}

@media only screen and (max-width: 767px) {
  .cmsblock .block-img-middle .des-content h3 {
    font-size: 13px;
    line-height: 1;
  }
}

@media only screen and (max-width: 479px) {
  .cmsblock .block-img-middle .des-content h3 {
    line-height: 20px;
  }
}

.cmsblock .block-img-middle .des-content a {
  display: inline-block;
  border: 2px solid #ccc;
  padding: 5px 13px;
  margin-top: 30px;
  font-size: 14px;
  text-transform: uppercase;
  color: #6d604c;
  border-radius: 40px;
}

.cmsblock .block-img-middle.alt .des-content a {
  display: inline-block;
  border: 1px solid #ccc;
  padding: 5px 8px;
  margin-top: 20px;
  font-size: 12px;
  text-transform: uppercase;
  color: #6d604c;
  border-radius: 40px;
}

.cmsblock .block-img-middle .des-content a:hover {
  border-color: #b48c6b;
  background: #b48c6b;
  color: #fff;
}

@media only screen and (max-width: 1199px) {
  .cmsblock .block-img-middle .des-content a {
    margin-top: 15px;
  }
}

.cmsblock .block-img-middle .des-content a i {
  padding-left: 10px;
}

/* home3 */
.static-block-3 {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  line-height: 60px;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  color: #6d604c;
}

.static-block-3 .col {
  border-right: 1px solid #ddd;
}

.static-block-3 .col:first-child {
  border-left: 1px solid #ddd;
}

.static-block-3 .col i {
  font-size: 28px;
  color: #b48c6b;
  vertical-align: middle;
  padding-right: 10px;
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .static-block-3 span {
    display: block;
    text-align: center;
    line-height: 1;
    padding: 20px 0px;
  }
  .static-block-3 span.text {
    font-size: 12px;
    padding: 0px 0px 20px 0px;
  }
}

.block-img-top {
  margin-bottom: 50px;
}

.block-img-top .f-block {
  height: 600px;
  background: #f6f7fb;
  display: block;
  padding-top: 100px;
}

.block-img-top .f-block .img-content {
  float: left;
  padding: 0 70px;
  z-index: 8;
}

@media only screen and (max-width: 991px) {
  .block-img-top .f-block .img-content {
    display: block;
    width: 100%;
    text-align: center;
  }
}

.block-img-top .f-block .line-1 {
  display: inline-block;
  position: relative;
}

.block-img-top .f-block .line-1:before, .block-img-top .f-block .line-1:after {
  content: "";
  position: absolute;
  width: 570px;
  height: 3px;
  right: -70px;
  top: 30px;
  background: #fff;
  z-index: unset;
}

.block-img-top .f-block .line-1:after {
  bottom: 80px;
  top: auto;
  z-index: 9;
}

.block-img-top .f-block .line-1 .line-2:before, .block-img-top .f-block .line-1 .line-2:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 430px;
  right: -70px;
  top: 30px;
  background: #fff;
}

.block-img-top .f-block .line-1 .line-2:after {
  right: auto;
  left: -70px;
}

.block-img-top .f-block .text-content {
  padding-left: 700px;
  padding-right: 70px;
}

.block-img-top .f-block .text-content h1 {
  font-size: 35px;
  line-height: 100px;
  margin: 0px;
  font-family: 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif, cursive;
}

.block-img-top .f-block .text-content h2 {
  font-size: 20px;
  line-height: 24px;
  color: #ababab;
  margin: 0px;
}

.block-img-top .f-block .text-content .secon-text {
  margin-top: 40px;
  margin-bottom: 80px;
  font-size: 16px;
  line-height: 24px;
  color: #ababab;
  display: inline-block;
}

@media only screen and (max-width: 991px) {
  .block-img-top .f-block .text-content .secon-text {
    margin-bottom: 40px;
  }
}

.block-img-top .f-block .text-content .readmore {
  display: inline-block;
  color: #ababab;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 16px;
  font-weight: 400;
}

.block-img-top .f-block .text-content .readmore:hover {
  color: #b48c6b;
}

@media only screen and (max-width: 991px) {
  .block-img-top .f-block .text-content .readmore {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 1199px) {
  .block-img-top .f-block .text-content {
    padding-left: 600px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 991px) {
  .block-img-top .f-block .text-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .block-img-top .f-block {
    height: auto;
  }
}

.block-img-top .s-block .text-bottom {
  margin-left: -60px;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 70px;
  letter-spacing: 30px;
  color: #ababab;
}

@media only screen and (max-width: 1199px) {
  .block-img-top .s-block .text-bottom {
    letter-spacing: 15px;
  }
}

@media only screen and (max-width: 991px) {
  .block-img-top .s-block .text-bottom {
    margin-left: 30px;
    letter-spacing: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .block-img-top .s-block .text-bottom {
    margin-left: 30px;
    letter-spacing: 15px;
  }
}

@media only screen and (max-width: 479px) {
  .block-img-top .s-block .text-bottom {
    margin-left: 30px;
    letter-spacing: 5px;
  }
}

.static-block-bottom {
  background: url(../image/cms_03.jpg) no-repeat center center;
  margin: 50px 0px;
}

.static-block-bottom .col {
  text-align: center;
  padding: 100px 0px;
  margin: 30px 0px;
  position: relative;
  z-index: 1;
}

.static-block-bottom .col:before {
  content: "";
  position: absolute;
  height: 450px;
  width: 360px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
  top: 0px;
  left: 15px;
  z-index: -1;
}

.static-block-bottom .col:hover:before {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.9);
}

.static-block-bottom h2.title {
  color: #fff;
  font-size: 24px;
  line-height: 34px;
  font-family: 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif, cursive;
  text-transform: capitalize;
  position: relative;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.static-block-bottom h2:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background: #fff;
  left: 50%;
  margin-left: -25px;
  bottom: 0px;
}

.static-block-bottom .text {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  display: block;
}

.static-block-bottom a.readmore {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  line-height: 34px;
  color: #6d604c;
  letter-spacing: 5px;
  text-transform: uppercase;
  padding: 3px 20px;
  border: 2px solid #6d604c;
  border-radius: 40px;
  margin: 30px 0px 15px 0px;
  text-decoration: none;
  cursor: pointer;
  z-index: 9;
  font-weight: 500;
}

.static-block-bottom a.readmore:hover {
  color: #fff;
  background: #b48c6b;
  border-color: #b48c6b;
}

@media only screen and (max-width: 1199px) {
  .static-block-bottom .col {
    padding: 100px 20px;
  }
  .static-block-bottom .col:before {
    height: 410px;
    width: 300px;
  }
}

@media only screen and (max-width: 991px) {
  .static-block-bottom {
    background-size: auto 100%;
  }
  .static-block-bottom .col {
    padding: 20px;
    max-width: 300px;
    margin: 30px auto;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
  }
  .static-block-bottom .col:before {
    display: none;
  }
  .static-block-bottom .col:hover {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.9);
  }
}

@media only screen and (max-width: 767px) {
  .static-block-bottom .col {
    max-width: 450px;
  }
}

@media only screen and (max-width: 479px) {
  .static-block-bottom .col {
    max-width: 300px;
  }
}


/* home-5 */
.block-image-5 .text-content {
  text-align: center;
}

.block-image-5 .text-content .title {
  font-size: 36px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 100px;
  display: block;
}

.block-image-5 .text-content span {
  font-size: 14px;
  font-weight: normal;
  color: #ababab;
  line-height: 28px;
  margin-bottom: 20px;
  display: block;
}

/*home-6*/
.block-image-6 {
  margin: 50px 0px 0px;
}

.block-banner-right .col {
  margin-top: 30px;
  text-align: center;
}

.block-banner-right .col img {
  margin-bottom: 20px;
}

@media only screen and (max-width: 991px) {
  .image.first, .image.secon, .image.third, .image.fourth {
    text-align: center;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 991px) {
  .block-image-cate3, .block-image-cate2, .block-image-cate1 {
    text-align: center;
  }
  .productTabContent .product-thumb {
    border-bottom: 1px solid #ddd;
  }
}

/*end-static-block*/
/**/

.item {
  margin: 0 15px;
}

.item .item-inner {
  position: relative;
}

.item .item-inner .label-pro-sale, .item .item-inner .label-pro-new {
  position: absolute;
  padding: 5px 13px;
  background: #b48c6b;
  color: #fff;
  left: 20px;
  top: 20px;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 20px;
  z-index: 9;
}

.item .item-inner .images-container {
  position: relative;
}

.item .item-inner .images-container img {
  max-width: 100%;
}

.item .item-inner .images-container .img2 {
  display: none;
}

.item .item-inner .images-container .btn-quickview {
  width: 150px;
  text-align: center;
  color: #6d604c;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 40px;
  height: 40px;
  line-height: 36px;
  border: 2px solid #b48c6b;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -75px;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
  -moz-transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
  -o-transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
  transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
}

.item .item-inner .images-container .btn-quickview:hover {
  color: #fff;
  background: #b48c6b;
  border-color: #b48c6b;
}

.item .item-inner .des-container {
  text-align: center;
}

.item .item-inner .des-container .product-name a, .item .product-layout.product-grid .item-inner .des-container .caption h4 a, .product-layout.product-grid .item .item-inner .des-container .caption h4 a, .item .product-layout.product-grid .item-inner .caption .des-container h4 a, .product-layout.product-grid .item .item-inner .caption .des-container h4 a {
  font-size: 18px;
  text-transform: uppercase;
  color: #292929;
  font-weight: 400;
}

.item .item-inner .des-container .product-name:hover, .item .product-layout.product-grid .item-inner .des-container .caption h4:hover, .product-layout.product-grid .item .item-inner .des-container .caption h4:hover, .item .product-layout.product-grid .item-inner .caption .des-container h4:hover, .product-layout.product-grid .item .item-inner .caption .des-container h4:hover {
  color: #b48c6b;
}

.item .item-inner .des-container .price-box {
  color: #b48c6b;
  font-size: 16px;
  font-family: 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif, cursive;
}

.item .item-inner .des-container .price-box span {
  line-height: 40px;
}

.item .item-inner .des-container .price-box p {
  font-size: 16px;
  font-family: 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif, cursive;
  display: inline-block;
  padding-right: 10px;
  margin-bottom: 0px;
}

.item .item-inner .des-container .price-box .old-price .price {
  text-decoration: line-through;
  color: #ababab;
}

.item .item-inner .rating {
  padding-bottom: 5px;
}

.item .item-inner .button-group {
  display: block;
  position: relative;
}

.item .item-inner .button-group button {
  height: 40px;
  line-height: 36px;
  border: 2px solid #ababab;
  max-width: 150px;
  font-size: 14px;
  color: #fff;
  background: transparent;
}

.item .item-inner .button-group .btn-addtocart, .item .item-inner .product-layout .button-group .btn-addcart, .product-layout .item .item-inner .button-group .btn-addcart, .item .product-layout.product-grid .item-inner .caption .button-group .btn-addcart, .product-layout.product-grid .item .item-inner .caption .button-group .btn-addcart {
  padding: 0 20px;
  text-align: center;
  color: #6d604c;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 40px;
}

.item .item-inner .button-group .btn-wishlist, .item .item-inner .button-group .btn-compare {
  width: 40px;
  line-height: 36px;
  border-radius: 100%;
  background: transparent;
  color: #b48c6b;
  position: absolute;
  left: 50%;
  margin-left: -110px;
  opacity: 0;
}

.item .item-inner .button-group .btn-compare {
  margin-left: 70px;
}

.item .item-inner .button-group button:hover {
  color: #fff;
  background: #b48c6b;
  border-color: #b48c6b;
}

.item:hover .button-group .btn-wishlist {
  opacity: 1;
}

.item:hover .button-group .btn-compare {
  opacity: 1;
}

.item:hover .images-container .btn-quickview {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}


.small-item .item .item-inner {
  display: inline-block;
  width: 100%;
}

.small-item .item .item-inner .images-container {
  max-width: 150px;
  float: left;
}

.small-item .item .item-inner .images-container img {
  max-width: 100%;
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .small-item .item .item-inner .images-container {
    max-width: 100px;
  }
}

@media only screen and (max-width: 767px) and (min-width: 480px) {
  .small-item .item .item-inner .images-container {
    max-width: 100%;
  }
}

@media only screen and (max-width: 374px) {
  .small-item .item .item-inner .images-container {
    max-width: 100px;
  }
}

.small-item .item .item-inner .des-container {
  text-align: left;
  padding-left: 150px;
}

.small-item .item .item-inner .des-container .product-name a, .small-item .item .product-layout.product-grid .item-inner .des-container .caption h4 a, .product-layout.product-grid .small-item .item .item-inner .des-container .caption h4 a, .small-item .item .product-layout.product-grid .item-inner .caption .des-container h4 a, .product-layout.product-grid .small-item .item .item-inner .caption .des-container h4 a {
  overflow: hidden;
  white-space: nowrap;
}

.dc .small-item .item .item-inner .des-container .product-name a{
  overflow: hidden;
  white-space: normal;
}

.small-item .item .item-inner .des-container .product-name a, .small-item .item .product-layout.product-grid .item-inner .des-container .caption h4 a, .product-layout.product-grid .small-item .item .item-inner .des-container .caption h4 a, .small-item .item .product-layout.product-grid .item-inner .caption .des-container h4 a, .product-layout.product-grid .small-item .item .item-inner .caption .des-container h4 a
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .small-item .item .item-inner .des-container {
    padding-left: 100px;
  }
}

@media only screen and (max-width: 767px) and (min-width: 480px) {
  .small-item .item .item-inner .des-container {
    padding: 10px 10px;
    text-align: center;
  }
}

@media only screen and (max-width: 374px) {
  .small-item .item .item-inner .des-container {
    padding-left: 100px;
  }
}

.small-item .item .item-inner .button-group .btn-compare, .small-item .item .item-inner .button-group .btn-wishlist {
  display: none;
}

.module-title {
  display: block;
  text-align: center;
}

.module-title h3 {
  font-family: 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif, cursive;
    text-align: center;
    font-size: 38px;
    font-weight: 700;
    color: #0f3d2e;
    margin-bottom: 50px;
    padding-top: 0px;
}


@media(max-width:767px){
  .module-title h3{
         font-size: 28px;
        margin-bottom: 30px;
    
  }
}
#instagram_block_home{
  padding-bottom:60px !important;
}

@media(max-width:767px){
  #instagram_block_home{
      padding-bottom:30px !important;
  }
}

.insta {
  display: block;
  text-align: center;
}

.insta h2 {
    text-align: center;
    font-size: 38px;
    font-weight: 700;
    color: #0f3d2e;
    margin-bottom:50px;
}


@media(max-width:767px){
  .insta h2{
    font-size:28px;
    margin-bottom:30px;
    margin-top:0px;

  }
}

/* .occountdown_module {
  background-color:none !important;
  clear: both;
} */

.occountdown_module .container{
  background-color:#f6f7fb;
  padding-bottom: 20px;
}

.occountdown_module .module-title {
  text-align: center;
  position: relative;

}

/*
.occountdown_module .module-title:before {
position: absolute;
content: "";
height: 2px;
width: 150px;
background: #b48c6b;
left: 0px;
bottom: 0px;
}
*/
.countdown-tab-content  ..owl-wrapper{
  display:unset!important;
}

.occountdown_module .module-title h3 {
  text-align: center;
    font-size: 38px;
    font-weight: 700;
    color: #0f3d2e;
    margin-bottom: 50px;
    padding-top:0px;
}

@media only screen and (max-width: 767px) {
 .occountdown_module .module-title h3{
        font-size: 28px;
        margin-bottom: 30px;
     
  
 }
}

/* .occountdown_module .countdown-tab-content {
  margin: 0px -15px 0px 15px;
} */

@media only screen and (max-width: 767px) {
  .occountdown_module .countdown-tab-content {
    margin: 0 0px;
  }
}

.occountdown_module .item {
  /* border: 1px solid #ddd;
  margin: 0px; */
}

@media only screen and (max-width: 767px) {
  .occountdown_module .item {
    margin: 0 15px;
  }
}

.occountdown_module .box-timer {
  text-align: center;
}

.occountdown_module .box-timer .countdown-row {
  display: inline-block;
  padding: 16px 10px;
  background: #b48c6b;
  margin: 10px 0px 20px;
  /* min-width: 360px; */
  border-radius: 100px;
  width:90% !important;
}

.occountdown_module .box-timer .countdown-row .countdown-section {
  padding: 5px;
  width: 25%;
  float: left;
  font-size: 0px;
  line-height: 1;
  position: relative;
  border-right: 1px solid #6a6a6a;
  font-weight: 300;
}

.occountdown_module .box-timer .countdown-row .countdown-section:last-child {
  border: 0px;
}

.occountdown_module .box-timer .countdown-row .countdown-section .countdown-amount {
  font-size: 24px;
  color: #fff;
  display: block;
}

@media(max-width:767px){
  .occountdown_module .box-timer .countdown-row .countdown-section .countdown-amount {
  font-size: 18px;
  }
}

.occountdown_module .box-timer .countdown-row .countdown-section .countdown-period {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  display: block;
}


@media(max-width:767px){
.occountdown_module .box-timer .countdown-row .countdown-section .countdown-period {
  font-size: 12px;
}

}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .occountdown_module .box-timer .countdown-row {
    padding: 12px 10px;
    background: #b48c6b;
    margin: 10px 0px 15px;
    /* min-width: 300px; */
  }
}

@media only screen and (max-width: 767px) {
  .occountdown_module .box-timer .countdown-row {
    padding: 15px 0px;
    margin: 10px 0px;
   width:100% !important;
  }
  .occountdown_module .box-timer .countdown-row .countdown-section .countdown-amount {
    font-size: 18px;
  }
  .occountdown_module .box-timer .countdown-row .countdown-section .countdown-period {
    font-size: 12px;
  }
}

.dc .occountdown_module {
  /*  background: $bkg-1;*/
  clear: both;
}

.dc .occountdown_module .module-title {
  background-color: #fff;
  text-align: left;
  position: relative;
}

.dc .occountdown_module .module-title:before {
  position: absolute;
  content: "";
  height: 2px;
  width: 150px;
  background: #b48c6b;
  left: 0px;
  bottom: 0px;
}

.dc .occountdown_module .module-title h3 {
  margin: 50px 0px 20px;
  text-transform: initial;
  font-size: 28px;
  font-weight: 600;
}

.dc .occountdown_module .countdown-tab-content {
  margin: 0px -15px 0px 15px;
  background: #fff;
}

@media only screen and (max-width: 767px) {
  .dc .occountdown_module .countdown-tab-content {
    margin: 0 0px;
  }
}

.dc .occountdown_module .item {
  border: 1px solid #ddd;
  margin: 0px;
}

@media only screen and (max-width: 767px) {
  .dc .occountdown_module .item {
    margin: 0 15px;
  }
}

.dc .occountdown_module .box-timer {
  text-align: center;
}

.dc .occountdown_module .box-timer .countdown-row {
  display: inline-block;
  padding: 16px 10px;
  background: #b48c6b;
  margin: 10px 0px 20px;
  min-width: 360px;
  border-radius: 100px;
}

.list-unstyled.dc .occountdown_module {
  background: transparent;
}

.dc .occountdown_module .box-timer .countdown-row .countdown-section {
  padding: 5px;
  width: 25%;
  float: left;
  font-size: 0px;
  line-height: 1;
  position: relative;
  border-right: 1px solid #6a6a6a;
  font-weight: 300;
}

.dc .occountdown_module .box-timer .countdown-row .countdown-section:last-child {
  border: 0px;
}

.dc .occountdown_module .box-timer .countdown-row .countdown-section .countdown-amount {
  font-size: 24px;
  color: #fff;
  display: block;
}

.dc .occountdown_module .box-timer .countdown-row .countdown-section .countdown-period {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  display: block;
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .dc .occountdown_module .box-timer .countdown-row {
    padding: 12px 10px;
    background: #b48c6b;
    margin: 10px 0px 15px;
    min-width: 300px;
  }
}

@media only screen and (max-width: 767px) {
  .dc .occountdown_module .box-timer .countdown-row {
    padding: 15px 5px;
    margin: 10px 0px;
    /* min-width: 280px; */
  }
  .dc .occountdown_module .box-timer .countdown-row .countdown-section .countdown-amount {
    font-size: 24px;
  }
  .dc .occountdown_module .box-timer .countdown-row .countdown-section .countdown-period {
    font-size: 12px;
  }
}

.ocfeaturedproductslider.bmargin {
  margin-bottom: 50px;
}

.dc .ocfeaturedproductslider .module-title {
  background-color: #fff;
  text-align: left;
  position: relative;
}

.dc .ocfeaturedproductslider .module-title:before {
  position: absolute;
  content: "";
  height: 2px;
  width: 150px;
  background: #b48c6b;
  left: 0px;
  bottom: 0px;
}

.dc .ocfeaturedproductslider .module-title h3 {
  margin: 50px 0px 20px;
  text-transform: initial;
  font-size: 28px;
  font-weight: 600;
}

.dc .ocfeaturedproductslider .owl-wrapper-outer {
  border: 1px solid #ddd;
}

.dc .ocfeaturedproductslider .owl-wrapper-outer .item {
  margin: 0 0px;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.dc .ocfeaturedproductslider .owl-wrapper-outer .item .button-group {
  margin-bottom: 30px;
  margin-top: 15px;
}

@media only screen and (max-width: 1199px) {
  .dc .ocfeaturedproductslider .owl-wrapper-outer .item .button-group {
    margin-bottom: 15px;
    margin-top: 5px;
  }
}

.dc .ocfeaturedproductslider .owl-wrapper-outer .item .item-inner .images-container {
  max-width: 200px;
}

@media only screen and (max-width: 1199px) {
  .dc .ocfeaturedproductslider .owl-wrapper-outer .item .item-inner .images-container {
    max-width: 150px;
  }
}

@media only screen and (max-width: 767px) and (min-width: 480px) {
  .dc .ocfeaturedproductslider .owl-wrapper-outer .item .item-inner .images-container {
    max-width: 100%;
  }
}

@media only screen and (max-width: 479px) {
  .dc .ocfeaturedproductslider .owl-wrapper-outer .item .item-inner .images-container {
    max-width: 100%;
  }
}

@media only screen and (max-width: 479px) {
  .dc .ocfeaturedproductslider .owl-wrapper-outer .item .item-inner .des-container {
    text-align: center;
    padding: 0px 10px;
  }
}

.dc .ocfeaturedproductslider .owl-wrapper-outer .item:last-child {
  border-bottom: 0;
}

.dc .ocfeaturedproductslider .owl-wrapper-outer .owl-item:first-child .item {
  border-left: 0px solid #ddd;
}

.product-tabs-container-slider .tab_container.box .owl-wrapper-outer {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}

.product-tabs-container-slider .tab_container.box .owl-wrapper-outer .item {
  border: 1px solid #eee;
  border-right: 0px;
  margin: 0px;
}

.product-tabs-container-slider .tab_container.box .owl-wrapper-outer .item .des-container {
  padding-bottom: 30px;
}

.ocfeaturedproductslider .module-title h3 {
  padding-top: 0px;
}

.dc .ocfeaturedproductslider .module-title h3 {
  padding-top: 50px;
}

.dc .ocfeaturedproductslider {
  margin-bottom: 100px;
}

.occountdown_module {
 
  clear: both;
}

.occountdown_module .box-timer {
  text-align: center;
}

.occountdown_module .box-timer .countdown-row {
  display: inline-block;
  padding: 16px 10px;
  background: #fff;
  margin: 50px 0px;
}

@media(max-width:767px){
.occountdown_module .box-timer .countdown-row {
  margin:20px 0px;
}
}


.occountdown_module .box-timer .countdown-row .countdown-section {
  padding: 0px;
}

.occountdown_module .box-timer .countdown-row .countdown-section .countdown-amount {
  font-size: 24px;
  color: #90815b;
}

.occountdown_module .box-timer .countdown-row .countdown-section .countdown-period {
  font-size: 14px;
  text-transform: uppercase;
  color: #ababab;
}

@media only screen and (max-width: 767px) {
  .occountdown_module .box-timer .countdown-row {
    padding: 15px 0px;
    margin: 30px 0px;
  
  }
  .occountdown_module .box-timer .countdown-row .countdown-section .countdown-amount {
    font-size: 18px;
  }
  .occountdown_module .box-timer .countdown-row .countdown-section .countdown-period {
    font-size: 12px;
  }
}

.product-tabs-container-slider {
  clear: both;
}

.product-tabs-container-slider .title-product-tabs .container{
  padding:0px;
}
.product-tabs-container-slider .title-product-tabs ul {
  padding:30px 0px;
  text-align: center;
  gap:30px;
  border-top: 2px solid #eee;
}
@media only screen and (max-width: 767px) {
.product-tabs-container-slider .title-product-tabs ul{
  gap:10px;
}
}

.product-tabs-container-slider .title-product-tabs ul li {
  display: inline-block;
}

.product-tabs-container-slider .title-product-tabs ul li h3 {
  font-size: 28px;
  padding: 0 0px;
  cursor: pointer;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  margin:0px;
}

@media only screen and (max-width: 767px) {
.product-tabs-container-slider .title-product-tabs ul li h3{
  font-size:18px;
}
}

.product-tabs-container-slider .title-product-tabs ul li.active h3, .product-tabs-container-slider .title-product-tabs ul li:hover h3 {
  color: #b48c6b;
  text-decoration: underline;
}

.product-tabs-container-slider .tab_container {
  margin-bottom:60px;
}

@media(max-width:767px){
  .product-tabs-container-slider .tab_container{
    margin-bottom:30px;
  }
}

/*.product-tabs-category-container-slider*/
.block-image-cate1, .block-image-cate2, .block-image-cate3 {
  margin-right: -30px;
  margin-bottom: 0px;
  margin-top: 100px;
}

@media only screen and (max-width: 767px) {
  .block-image-cate1, .block-image-cate2, .block-image-cate3 {
    margin-right: 0px;
  }
}

.product-tabs-category-container-slider {
  margin-top: 50px;
}

.product-tabs-category-container-slider ul {
  padding: 0px;
}

.product-tabs-category-container-slider ul li {
  list-style: none;
}

.product-tabs-category-container-slider .module-title h3 {
  margin: 0px 0px 0px;
  padding: 0px 0px 10px;
  border-bottom: 2px solid #b48c6b;
}



.product-tabs-category-container-slider .product-thumb {
  border-left: 0px !important;
  margin-bottom: 0px !important;
}

.product-tabs-category-container-slider .product-thumb .rating {
  padding-bottom: 30px;
}

.product-tabs-category-container-slider .item {
  overflow: hidden;
}

.product-tabs-category-container-slider .item .item-inner {
  text-align: center !important;
}

@media only screen and (max-width: 1199px) {
  .product-tabs-category-container-slider .item .item-inner .images-container {
    max-width: 102px;
    display: inline-block;
    text-align: center;
  }
  .product-tabs-category-container-slider .item .item-inner .images-container a {
    display: inline-block;
  }
}

.product-tabs-category-container-slider .item .product-name, .product-tabs-category-container-slider .item .product-layout.product-grid .item-inner .caption h4, .product-layout.product-grid .item-inner .caption .product-tabs-category-container-slider .item h4 {
  margin-top: 15px;
  margin-bottom: 3px;
}

.product-tabs-category-container-slider .owl-wrapper-outer {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.product-tabs-category-container-slider .item .item-inner .des-container .product-name a {
  font-size: 16px;
  text-transform: lowercase;
}

.cmsblock .block-image-cate1 img {
  max-width: 100%;
  max-height: 297px;
  float: right;
}
/*end-.product-tabs-category-container-slider*/
#column-left .ocbestsellerproduct-title {
  text-align: left;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

#column-left .ocbestsellerproduct-title h3 {
  margin: 0px;
  padding-top: 20px;
  font-size: 28px;
  text-align:left !important;
}

#column-left .bestseller-products-slider .item {
  margin: 0px;
  float: left;
  width: 100%;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}

#column-left .bestseller-products-slider .item .images-container {
  max-width: 120px;
  max-width: 120px;
  float: left;
}

#column-left .bestseller-products-slider .item .des-container {
  text-align: left;
  /* padding-left: 120px; */
}

#column-left .bestseller-products-slider .item .item-inner .des-container .product-name a {
  text-transform: none;
}
.multi_bg {
  background-image: url(../image/cms_04.jpg), url(../image/cms_05.jpg);
  background-repeat: no-repeat, no-repeat;
  background-position: left center, right center;
  background-size: 63% 100%, 38% 100%;
  clear: both;
}

@media only screen and (min-width: 1200px) {
  .multi_bg {
    max-height: 539px;
    overflow: hidden;
  }
}

@media only screen and (max-width: 991px) {
  .multi_bg {
    background-image: none !important;
    background-color: #ededed;
  }
  .newletter-home .newletter-container {
    padding: 0 0 50px 0 !important;
    text-align: center;
  }
  .newletter-home .newletter-container table {
    margin: 0px auto;
  }
}
.testimonial-container .owl-carousel {
  margin: 0px; 
}

@media only screen and (max-width: 991px) {
  .testimonial-container {
    background: url(../image/cms_04.jpg) no-repeat center center;
  }
}

.testimonial-container .testimonial-content {
  text-align: center;
}

.testimonial-container .testimonial-content .testimonial-images {
  max-width: 110px;
  display: inline-block;
  margin-top: 90px;
  margin-bottom: 30px;
  border: 4px solid #b48c6b;
  border-radius: 100%;
}

.testimonial-container .testimonial-content .testimonial-images img {
  max-width: 102px;
  border-radius: 100%;
  border: 4px solid #fff;
}

.testimonial-container .testimonial-content .media-body {
  padding: 0 100px;
}

.testimonial-container .testimonial-content .media-body .testimonial-text {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 35px;
}

.testimonial-container .testimonial-content .media-body .testimonial-author {
  display: block;
  font-family: 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif, cursive;
  color: #b48c6b;
  font-size: 22px;
  text-align: center;
  margin: 30px 0px 90px 0px;
}

@media only screen and (max-width: 479px) {
  .testimonial-container .testimonial-content .media-body {
    padding: 0px;
  }
}

.testimonial-container .owl-theme .owl-controls .owl-buttons div {
  top: 0px !important;
  margin-top: 135px !important;
  left: 50% !important;
  margin-left: -12.5px !important;
  background: transparent !important;
  border: 0 !important;
}

.testimonial-container:hover .owl-theme .owl-controls .owl-buttons div.owl-prev {
  margin-left: -82.5px !important;
  opacity: 1;
  left: 50% !important;
  right: auto !important;
  background: transparent !important;
}

.testimonial-container:hover .owl-theme .owl-controls .owl-buttons div.owl-next {
  margin-left: 62.5px !important;
  opacity: 1;
  left: 50% !important;
  right: auto !important;
  background: transparent !important;
}

.testimonial-container .owl-carousel .owl-controls {
  position: initial !important;
}

.testimonial-container .owl-carousel .owl-controls .owl-buttons {
  position: initial !important;
}

.testimonial-container .owl-carousel .owl-controls .owl-buttons div {
  width: 25px !important;
  height: 20px !important;
  line-height: 20px !important;
  border-radius: 40px !important;
  opacity: 0;
}

.testimonial-container .owl-carousel .owl-controls .owl-buttons div:before {
  line-height: 20px !important;
  font-size: 14px;
}

.testimonial-container .owl-carousel .owl-controls .owl-buttons div:hover {
  background: #b48c6b !important;
  border-color: #b48c6b !important;
}

.testimonial-container .owl-carousel .owl-controls .owl-buttons .owl-prev:before {
  content: "\f104" !important;
}

.testimonial-container .owl-carousel .owl-controls .owl-buttons .owl-next:before {
  content: "\f105" !important;
}


.testimonial-container1 {
  background: no-repeat center center;
  /*height: 760px;*/
  padding: 100px 0px;
}

.testimonial-container1 .testimonial-content {
  text-align: center;
}

.testimonial-container1 .testimonial-content .testimonial-images {
  max-width: 110px;
  display: inline-block;
  margin-top: 50px;
  margin-bottom: 50px;
  border: 4px solid #b48c6b;
  border-radius: 100%;
}

.testimonial-container1 .testimonial-content .testimonial-images img {
  max-width: 102px;
  border-radius: 100%;
  border: 4px solid #fff;
}

.testimonial-container1 .testimonial-content .media-body {
  padding: 0 20%;
}

.testimonial-container1 .testimonial-content .media-body .testimonial-text {
  font-size: 16px;
  color: #4c4c4c;
  font-weight: 400;
  line-height: 35px;
}

.testimonial-container1 .testimonial-content .media-body .testimonial-author {
  display: block;
  font-family: 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif, cursive;
  color: #b48c6b;
  font-size: 22px;
  text-align: center;
  margin: 50px 0px 0px 0px;
}

@media only screen and (max-width: 479px) {
  .testimonial-container1 .testimonial-content .media-body {
    padding: 0px;
  }
}

.testimonial-container1 .owl-theme .owl-controls .owl-buttons div {
  top: 0px !important;
  margin-top: 100px !important;
  left: 50% !important;
  margin-left: -90px !important;
  background: transparent !important;
  border: 0 !important;
  color: #4c4c4c !important;
}

.testimonial-container1:hover .owl-theme .owl-controls .owl-buttons div.owl-prev {
  margin-left: -82.5px !important;
  opacity: 1;
  left: 50% !important;
  right: auto !important;
  background: transparent !important;
}

.testimonial-container1:hover .owl-theme .owl-controls .owl-buttons div.owl-next {
  margin-left: 62.5px !important;
  opacity: 1;
  left: 50% !important;
  right: auto !important;
  background: transparent !important;
}

.testimonial-container1 .owl-carousel .owl-controls {
  position: initial !important;
}

.testimonial-container1 .owl-carousel .owl-controls .owl-buttons {
  position: initial !important;
}

.testimonial-container1 .owl-carousel .owl-controls .owl-buttons div {
  width: 25px !important;
  height: 20px !important;
  line-height: 20px !important;
  border-radius: 40px !important;
  opacity: 0;
}

.testimonial-container1 .owl-carousel .owl-controls .owl-buttons div:before {
  line-height: 20px !important;
  font-size: 14px;
}

.testimonial-container1 .owl-carousel .owl-controls .owl-buttons div:hover {
  background: #b48c6b !important;
  border-color: #b48c6b !important;
}

.testimonial-container1 .owl-carousel .owl-controls .owl-buttons .owl-prev:before {
  content: "\f104" !important;
}

.testimonial-container1 .owl-carousel .owl-controls .owl-buttons .owl-next:before {
  content: "\f105" !important;
}

.row-testimonials {
  display: block;
  float: left;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  width: 100%;
}

.row-testimonials .box1 {
  position: relative;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.1) inset;
  min-height: 100px;
  padding: 10px 15px;
  overflow: visible;
}

.row-testimonials .testimonial-name h2 {
  margin-top: 5px;
}

.row-testimonials .testimonial-images {
  margin: 10px 0px;
}

.row-testimonials:nth-child(2n+0) .box1 {
  background-color: #EDE89A;
}

.row-testimonials:nth-child(2n+1) .box1 {
  background-color: #EBA39E;
}

.row-testimonials .shadow1:before, .row-testimonials .shadow1:after {
  position: absolute;
  content: "";
  bottom: 18px;
  left: 0px;
  top: 70%;
  width: 50%;
  background: #9B7468;
  z-index: -1;
  -webkit-box-shadow: 0 20px 15px #9B7468;
  -moz-box-shadow: 0 20px 15px #9B7468;
  box-shadow: 0 20px 15px #9B7468;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.row-testimonials .shadow1:after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 0px;
  left: auto;
}


.newletter-home1 {
  background: #b48c6b no-repeat center center;
  padding: 50px 0px;
  margin-top: 50px;
}

.newletter-home1 .social-footer .link-follow {
  padding-left: 0px;
  margin-bottom: 0px;
}

.newletter-home1 .social-footer .link-follow li {
  display: inline-block;
  text-align: left;
  float: left;
  width: 50px;
}

.newletter-home1 .social-footer .link-follow li a {
  width: 34px;
  display: inline-block;
  height: 34px;
  line-height: 34px;
  background: transparent;
  text-align: center;
  border-radius: 100%;
  padding-left: 0;
  color: #6d604c;
  margin-bottom: 0px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.newletter-home1.wbg .social-footer .link-follow li a {
  color: #fff;
}

.newletter-home1 .social-footer .link-follow li a:hover {
  color: #333;
}

.newletter-home1 .social-footer .link-follow li a span {
  display: none;
}

.newletter-home1 .social-footer .link-follow li a i {
  font-size: 28px;
  line-height: 34px;
}

@media only screen and (max-width: 991px) {
  .newletter-home1 .social-footer {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 0px 0px 15px;
  }
  .newletter-home1 .social-footer .link-follow {
    display: inline-block;
  }
}

.newletter-home1 .newletter-title {
  float: left;
  min-width: 300px;
}

.newletter-home1 .newletter-title h2 {
  font-size: 24px;
  line-height: 34px;
  color: #6d604c;
  text-transform: initial;
  font-weight: 400;
  margin: 0px;
  position: relative;
}

.newletter-home1.wbg .newletter-title h2 {
  color: #fff;
}

.newletter-home1 .newletter-title h2:before {
  content: "";
  height: 35px;
  width: 2px;
  background: #ccc;
  left: -20px;
  top: 0px;
  position: absolute;
}

.newletter-home1.wbg .newleter-content form a.button {
  position: absolute;
  top: 0px;
  right: -120px;
  height: 35px;
  line-height: 31px;
  border: 2px solid #6d604c;
  background: #6d604c;
  color: #fff;
  padding: 0px 10px;
  border-radius: 40px;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
}

input#subscribe_email {
  padding: 10px;
  color: #4c4c4c;
}

@media only screen and (max-width: 767px) {
  .newletter-home1 .newletter-title {
    display: block;
    float: none;
    margin-bottom: 15px;
    text-align: center;
  }
  .newletter-home1 .newletter-title h2 {
    display: inline-block;
  }
  .newletter-home1 .newletter-title h2:before {
    opacity: 0;
  }
}

.newletter-home1 .newleter-content {
  float: left;
  width: 250px;
}

.newletter-home1 .newleter-content form table {
  position: relative;
  width: 100%;
}

.newletter-home1 .newleter-content form table input {
  height: 35px;
  width: 100%;
  border: 1px solid #e1e1e1;
}

.newletter-home1 .newleter-content form a.button {
  position: absolute;
  top: 0px;
  right: -140px;
  height: 35px;
  line-height: 31px;
  border: 2px solid #b48c6b;
  color: #4c4c4c;
  padding: 0px 20px;
  background: #fff;
  border-radius: 40px;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
}

.newletter-home1 .newleter-content form a.button:hover {
  color: #fff;
  background: #b48c6b;
}

@media only screen and (max-width: 767px) {
  .newletter-home1 .newleter-content form a.button {
    position: initial;
    display: inline-block;
    margin-top: 15px;
  }
}

.newletter-home1 .newleter-content form a.button i {
  padding-left: 10px;
}

@media only screen and (max-width: 1199px) {
  .newletter-home1 .newleter-content {
    width: 250px;
  }
}

@media only screen and (max-width: 767px) {
  .newletter-home1 .newleter-content {
    display: inline-block;
    float: none;
    width: 100%;
    text-align: center;
  }
}

.newletter-home1 #notification_normal {
  position: relative;
}

.newletter-home1 #notification_normal .warning {
  position: absolute;
  line-height: 30px;
}

@media only screen and (max-width: 767px) {
  .newletter-home1 {
    background-size: auto 100%;
  }
}

@media only screen and (max-width: 479px) {
  .newletter-home1 .box {
    text-align: center;
    display: block;
  }
}

.newletter-home1 .box-content {
  text-align: center;
}


.newletter-home {
  margin-left: -30px;
}

@media only screen and (max-width: 991px) {
  .newletter-home {
    background: url(../image/cms_05.jpg) no-repeat center 75%;
    margin-left: 0px;
  }
}

.newletter-home .newletter-container {
  padding: 90px 0px 90px 90px;
}

.newletter-home .newletter-container .first-text {
  font-size: 30px;
  font-family: 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif, cursive;
  color: #fff;
  float: left;
  width: 100%;
  line-height: 40px;
}

.newletter-home .newletter-container .secon-text {
  font-size: 80px;
  color: #fff;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 80px;
}

.newletter-home .newletter-container h2 {
  font-size: 50px;
  color: #fff;
  display: block;
  font-family: 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif, cursive;
  text-transform: capitalize;
  line-height: 50px;
  font-weight: 700;
  margin: 0px 0px 3px 0px;
}

@media only screen and (max-width: 479px) {
  .newletter-home .newletter-container {
    padding: 90px 0px 90px 15px;
  }
}

.newletter-home .newleter-content form input {
  height: 45px;
  background: transparent;
  border: 1px solid #fff;
  width: 250px;
  margin: 20px 0px;
  padding: 0 10px;
}

.newletter-home .newleter-content .button {
  font-size: 16px;
  padding: 5px 13px;
  border: 1px solid #fff;
  background: #fff;
  color: #292929;
  border-radius: 30px;
  display: inline-block;
  cursor: pointer;
}

.newletter-home .newleter-content .button:hover {
  border-color: #b48c6b;
  background: #b48c6b;
  color: #fff;
}

.newletter-home .newleter-content .button i {
  padding-left: 10px;
}


.newletter-home2 {
  background: url(../image/cms_15.jpg) no-repeat center center;
  padding: 50px 0px;
  margin-top: 50px;
}

.newletter-home2 .window {
  text-align: center;
}

.newletter-home2 .window .box {
  display: inline-block;
  margin-left: -120px;
}

@media only screen and (max-width: 767px) {
  .newletter-home2 .window .box {
    margin: 15px 0px;
    text-align: center;
  }
}

.newletter-home2 .newletter-title {
  float: left;
  min-width: 300px;
}

.newletter-home2 .newletter-title h2 {
  font-size: 24px;
  line-height: 34px;
  color: #6d604c;
  text-transform: initial;
  font-weight: 400;
  margin: 0px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .newletter-home2 .newletter-title {
    width: 100%;
  }
}

.newletter-home2 .newleter-content {
  float: left;
  width: 300px;
}

.newletter-home2 .newleter-content form table {
  position: relative;
  width: 100%;
}

.newletter-home2 .newleter-content form table input {
  height: 35px;
  width: 100%;
}

@media only screen and (max-width: 479px) {
  .newletter-home2 .newleter-content form table input {
    width: 80%;
  }
}

.newletter-home2 .newleter-content form a.button {
  position: absolute;
  top: 0px;
  right: -120px;
  height: 35px;
  line-height: 31px;
  border: 2px solid #b48c6b;
  color: #4c4c4c;
  padding: 0px 10px;
  border-radius: 40px;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
}

.newletter-home2 .newleter-content form a.button:hover {
  color: #fff;
  background: #b48c6b;
}

.newletter-home2 .newleter-content form a.button i {
  padding-left: 10px;
}

@media only screen and (max-width: 767px) {
  .newletter-home2 .newleter-content form a.button {
    position: initial;
    margin: 15px 0px 0px;
    display: inline-block;
  }
}

@media only screen and (max-width: 1199px) {
  .newletter-home2 .newleter-content {
    width: 250px;
  }
}

@media only screen and (max-width: 767px) {
  .newletter-home2 .newleter-content {
    width: 100%;
    margin: 15px 0px;
  }
}

.newletter-home2 #notification_normal {
  position: relative;
}

.newletter-home2 #notification_normal .warning {
  position: absolute;
  line-height: 30px;
}

@media only screen and (max-width: 767px) {
  .newletter-home2 {
    background-size: auto 100%;
  }
}

#blog_home .articles-inner {
  margin: 10px 15px;
  text-align: center;
}

#blog_home .articles-inner .articles-image img {
  max-width: 100%;
  width: 100%;
}


#blog_home .articles-inner .articles-date {
  margin: 20px 0px 0px;
  color: #ababab;
}

#blog_home .articles-inner .articles-name {
  font-size: 20px;
  font-family: 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif, cursive;
  color: #4c4c4c;
  line-height: 40px;
  text-transform: capitalize;
}

#blog_home .articles-inner .articles-name:hover {
  color: #b48c6b;
}

#blog_home .articles-inner .articles-intro {
  font-size: 14px;
  color: #2a2929;
  line-height: 20px;
  padding: 0 20px;
}

#blog_home .articles-inner .readmore {
  margin: 15px 0px 50px;
  width: 100%;
  display: inline-block;
}

#blog_home .articles-inner .readmore a {
  text-transform: uppercase;
  color: #4c4c4c;
  letter-spacing: 3px;
  font-size: 16px;
}

#blog_home .articles-inner .readmore a:hover {
  color: #b48c6b;
}

#blog_home .articles-inner .readmore a i {
  padding-left: 10px;
}

#blog_home .articles-inner:hover {
  -webkit-box-shadow: 1px 1px 14px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 14px 1px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 1px 1px 14px 1px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 1px 1px 14px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 14px 1px rgba(0, 0, 0, 0.2);
}


#blog_home1 .articles-inner {
  margin: 10px 15px;
  text-align: center;
}

#blog_home1 .articles-inner .articles-image img {
  max-width: 100%;
  width: 100%;
  vertical-align:unset !important;
}

#blog_home1 .articles-inner .articles-content {
  display: inline-block;
  width: 76%;
  margin-left: 30px;
  position: relative;
  text-align: left;
  /*blog-home3*/
}

#blog_home1 .articles-inner .articles-content .articles-action {
  height: 100%;
  background: #fff;
  top: 0;
  position: absolute;
  left: 0;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  -webkit-transform: perspective(600px) rotateX(-90deg);
  -moz-transform: perspective(600px) rotateX(-90deg);
  -ms-transform: perspective(600px) rotateX(-90deg);
  -o-transform: perspective(600px) rotateX(-90deg);
  transform: perspective(600px) rotateX(-90deg);
  overflow: hidden;
  padding: 0px 15px;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

#blog_home1 .articles-inner .articles-content .article-author {
  display: block;
  font-size: 12px;
  line-height: 34px;
  display: none;
}

#blog_home1 .articles-inner .articles-content .article-author em {
  color: #b48c6b;
  text-transform: capitalize;
}

@media only screen and (max-width: 479px) {
  #blog_home1 .articles-inner .articles-content {
    width: 100%;
    margin: 0px;
  }
}

#blog_home1 .articles-inner:hover .articles-action {
  opacity: 1;
  -webkit-transform: perspective(600px) rotateX(0deg);
  -moz-transform: perspective(600px) rotateX(0deg);
  -ms-transform: perspective(600px) rotateX(0deg);
  -o-transform: perspective(600px) rotateX(0deg);
  transform: perspective(600px) rotateX(0deg);
}

#blog_home1 .articles-inner .articles-date {
  color: #fff;
  background: #b48c6b;
  width: 100px;
  float: left;
  padding: 20px;
  border-radius: 20px;
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
  #blog_home1 .articles-inner .articles-date {
    padding: 8px;
    width: auto;
  }
}

@media (max-width: 650px) and (min-width: 480px) {
  #blog_home1 .articles-inner .articles-date {
    padding: 8px;
    width: auto;
  }
}

@media only screen and (max-width: 479px) {
  #blog_home1 .articles-inner .articles-date {
    float: none;
    margin-bottom: 15px;
    display: inline-block;
  }
}

#blog_home1 .articles-inner .articles-date span {
  display: block;
  text-align: center;
}

#blog_home1 .articles-inner .articles-date .date-added {
  font-size: 60px;
  line-height: 40px;
  font-family: 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif, cursive;
}

@media only screen and (max-width: 1199px) {
  #blog_home1 .articles-inner .articles-date .date-added {
    font-size: 40px;
  }
}

#blog_home1 .articles-inner .articles-date .date-added-year {
  font-size: 12px;
  line-height: 24px;
  margin-top: 20px;
  font-weight: 600;
}

@media only screen and (max-width: 1199px) {
  #blog_home1 .articles-inner .articles-date .date-added-year {
    margin-top: 0px;
  }
}

#blog_home1 .articles-inner .articles-name {
  font-size: 20px;
  font-family: 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif, cursive;
  color: #4c4c4c;
  line-height: 40px;
  text-transform: capitalize;
  padding-bottom: 10px;
  display: block;
}

#blog_home1 .articles-inner .articles-name:hover {
  color: #b48c6b;
}

#blog_home1 .articles-inner .articles-intro {
  font-size: 14px;
  color: #ababab;
  line-height: 20px;
    display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;

}

#blog_home1 .articles-inner .readmore {
  margin: 15px 0px 50px;
  width: 100%;
  display: inline-block;
}

#blog_home1 .articles-inner .readmore a {
  text-transform: uppercase;
  color: #4c4c4c;
  letter-spacing: 3px;
  font-size: 16px;
}

#blog_home1 .articles-inner .readmore a:hover {
  color: #b48c6b;
}

#blog_home1 .articles-inner .readmore a i {
  padding-left: 10px;
}

.blog-blog .article-item-inner {
  margin-bottom: 30px;
}

.blog-blog .article-item-inner .article-image img {
  max-width: 100%;
}

.blog-blog .article-name h3 a {
  font-size: 24px;
  font-weight: 600;
  font-family: 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif, cursive;
  text-transform: capitalize;
  text-decoration: none;
  color: #4c4c4c;
}

.blog-blog .article-name h3 a:hover {
  color: #b48c6b;
}

.blog-blog .intro-content {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 24px;
}

.blog-blog .articledate {
  padding: 10px 0px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}

.blog-blog .readmore-page {
  color: #4c4c4c;
  font-weight: 600;
  font-size: 14px;
  line-height: 30px;
}

.blog-blog .readmore-page:hover {
  color: #b48c6b;
}

.article-container .article-description {
  font-size: 14px;
  line-height: 25px;
}

.article-container .article-description img {
  max-width: 100%;
  margin: 0px auto;
  display: block;
  width: 100%;
    height: 600px;
    object-fit: cover;

}

.article-container .article-description .blockquote {
  border-color: #b48c6b !important;
  font-size: 16px !important;
  line-height: 30px !important;
}

.article-container .article-title h3 {
  font-size: 24px;
  font-weight: 600;
  font-family: 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif, cursive;
  text-transform: capitalize;
  text-decoration: none;
  color: #4c4c4c;
}
.article-title {
  text-align:center;
}
.article-container .article-date {
  padding: 10px 0px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  display: none;
}

.newsletter-popup {
  background: #fff !important;
  color: #FFFFFF;
  display: none;
  margin: -170px 0 0 !important;
  min-width: 450px;
  padding: 25px 50px;
  top: 50% !important;
  position: fixed !important;
  text-align: center;
  max-height: 340px;
}

.newsletter-popup .newletter-title h2 {
  font-size: 28px;
  font-weight: 600;
  margin-top: 20px;
  text-transform: uppercase;
  line-height: 30px;
  margin-bottom: 0;
  color: #000;
}

.newsletter-popup .box-content.newleter-content {
  margin: 15px 0;
}

.newsletter-popup .box-content.newleter-content label {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: #7d7d7d;
  margin: 15px 0;
  white-space: pre-line;
  padding: 0;
  vertical-align: top;
  border-radius: 0;
}

.newsletter-popup #subscribe_popup input {
  margin: 0 0 20px;
  width: 380px;
  height: 41px;
  line-height: 40px;
  padding-left: 10px;
  border: 0;
  background: #ebebeb;
  color: #333;
  padding-right: 12px;
}

.newsletter-popup #subscribe_popup .subs-links a {
  background: #5d5d5d;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  text-shadow: none;
  white-space: nowrap;
  line-height: 49px;
  letter-spacing: 2px;
  padding: 0 28px;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.newsletter-popup #subscribe_popup .subs-links a::hover {
  background: #f1b658;
  border: 0;
  text-shadow: none;
  color: #fff;
}

.newsletter-popup .subscribe-bottom input {
  margin-top: 20px;
}

.newsletter-popup div#popup2.btn-close-form {
  position: absolute;
  top: 0;
  right: 5px;
  cursor: pointer;
  color: #000;
}

.newsletter-popup .box-content.newleter-content .warning {
  color: #333;
  padding: 5px 0;
  float: none;
}

@media only screen and (max-width: 767px) {
  .b-modal.__b-popup1__, .newsletter-popup {
    display: none !important;
  }
}

.brand-logo {
  margin: 50px 0px;
}

.brand-logo .owl-wrapper-outer {
  border: 1px solid #e5e5e5;
}

.brand-logo .owl-wrapper-outer .item {
  padding: 30px 0px;
}

.brand-logo .owl-wrapper-outer .item img {
  display: inline-block;
}

.common-home .brand-logo.hidden-home {
  display: none;
  margin: 0px;
}

/* end-content *****************************************************************************************************/
/* footer *****************************************************************************************************/
footer {
  margin-top: 0px;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 0px;
}

footer h5 {
  font-weight:bold;
  color: #4c4c4c;
  font-size: 16px;
  margin: 30px 0px 30px;
  text-transform: uppercase;
}

footer .col {
  border-right: 1px solid #ddd;
  padding: 20px 0px 20px 30px;
}

footer .col li a {
  font-size: 12px;
  color: #848484;
  line-height: 30px;
  text-transform: uppercase;
  
}

footer .col li a:hover {
  color: #95a83f !important;
}

/* footer content */
.contactf {
  margin-top: 10px;
  color: #848484;
  font-size: 14px;
}
.contactf li i {
  display: inline-block;
  text-align: center;
  float: left;
  font-size: 18px;
  margin: 5px 10px 5px 0px;
}

@media only screen and (max-width: 767px) {
  footer .col {
    padding: 0px 0px 0px 30px;
  }
  footer .col-1 {
    padding: 20px 0px 0px 30px;
  }
  footer .col-4 {
    padding: 0px 0px 20px 30px;
  }
}

footer .col-4 {
  border-color: #fff;
}

.end-footer {
  display: block;
  clear: both;
  margin: 10px 0px;
}

.end-footer p {
  padding: 0px;
  margin: 0px;
}

.end-footer .powered {
  line-height: 30px;
}
.powered{
  text-align:center;
  padding-top:10px !important;
}
.end-footer .payment {
  float: left;
}

.end-footer .payment img {
  max-width: 100%;
}

@media (min-width: 992px) {
  .payment {
    float: right !important;
  }
}

/* end-footer ***********************************************************************************************/
/* category ***********************************************************************************************/
.img-category {
  padding: 0px;
  border-radius: 0px;
  width:100% !important;
}

/* layered-panel ***********************************************************************************************/
.layered-panel {
  border-color: #fff;
}

.layered-panel .layered-title {
  display: block;
  border-bottom: 1px solid #eee;
  position: relative;
  background: #fff;
  height: 41px;
}

.layered-panel .layered-title h3 {
  font-size: 22px;
  line-height: 40px;
  display: inline-block;
  color: #b48c6b;
  background: #fff;
  font-weight: 600;
  font-family: 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif, cursive;
  text-transform: initial;
  margin: 0px;
}

.layered-panel .filter-price .slider-values {
  font-family: 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif, cursive;
}

.layered-panel .filter-attribute-container label {
  color: #4c4c4c;
  font-size: 16px;
  font-family: 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif, cursive;
}

.layered-panel .filter-attribute-container label {
  border-bottom: 1px solid #ccc;
  display: block;
  padding: 10px 0px;
}

.layered-panel .list-group-item a.a-filter.add-filter {
  text-transform: capitalize;
  border-bottom: 1px dotted #ddd;
  line-height: 40px;
  color: #4c4c4c;
  font-size: 14px;
  font-weight: 500;
  padding: 0px;
  margin-right: 15px;
}

.layered-panel .list-group-item a.a-filter.add-filter:hover {
  color: #b48c6b;
}

.ui-widget-header {
  background-color: #b48c6b !important;
}

/* back-ground price filter */
.ui-widget-content {
  border: 1px solid #b48c6b !important;
}

/* border price filter */
.ui-slider-horizontal {
  height: 1em !important;
}

/* line height price filter */
.ui-slider .ui-slider-handle {
  width: 1em !important;
  height: 1em !important;
  cursor: pointer !important;
  -ms-touch-action: none !important;
  touch-action: none !important;
  border-radius: 100% !important;
  top: -1.5px !important;
}

#slider-price {
  margin: 10px 5px;
  border-radius: 10px !important;
}

.ui-slider-horizontal .ui-slider-handle {
  margin-left: -0.3em !important;
  outline: none !important;
}

.ui-slider-horizontal .ui-slider-handle:last-child {
  margin-left: -0.7em !important;
}

.ui-state-hover, .ui-widget-content .ui-state-hover,
.ui-state-default, .ui-widget-content .ui-state-default {
  border: 1px solid #b48c6b !important;
  background-color: #b48c6b !important;
}

/* end-layered-panel **************************************************************************************/
/* product-filter  **************************************************************************************/
.product-filter {
  overflow: hidden;
  padding: 10px 0px;
  border-bottom: 1px solid #ddd;
  margin: 20px 0 20px;
  background: #fff;
  width: 100%;
  clear: both;
  float: left;
}

.product-filter .btn-group {
  margin: 1px 0 0;
  display: inherit;
  float: left;
}

.product-filter .btn-group button {
  background: none;
  border: 0 none;
  border-radius: 0;
  float: left;
  height: 17px;
  padding: 0;
  text-indent: -9999px;
  width: 17px;
  margin-right: 10px;
}

.product-filter .btn-group #list-view.selected, .product-filter .btn-group #list-view:hover {
  height: 25px;
  width: 24px;
  float: left;
  background: #b48c6b url(//www.dsavory.com/cdn/shop/t/2/assets/list1.png?v=101977579914517215761765801476) 2px -18px no-repeat;
  border: 0;
  border-radius: 0;
  padding-left: 20px;
  margin: 2px 5px 0 0;
  text-transform: uppercase;
  text-indent: -9999px;
  outline: none;
}

.product-filter .btn-group #grid-view.selected, .product-filter .btn-group #grid-view:hover {
  height: 25px;
  width: 24px;
  float: left;
  background: #b48c6b url(//www.dsavory.com/cdn/shop/t/2/assets/grid1.png?v=36315636479205884101765801476) 2px -18px no-repeat;
  margin: 2px 5px 0 0;
  padding-left: 20px;
  text-transform: uppercase;
  color: #fea238;
  text-indent: -9999px;
  outline: none;
}

.product-filter .btn-group #grid-view {
  height: 25px;
  width: 24px;
  float: left;
  background: #fff url(//www.dsavory.com/cdn/shop/t/2/assets/grid1.png?v=36315636479205884101765801476) 2px 4px no-repeat;
  margin: 2px 5px 0 0;
  padding-left: 20px;
  text-transform: uppercase;
  text-indent: -9999px;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.product-filter .btn-group #list-view {
  height: 25px;
  width: 24px;
  float: left;
  background: #fff url(//www.dsavory.com/cdn/shop/t/2/assets/list1.png?v=101977579914517215761765801476) 2px 4px no-repeat;
  border: 0;
  border-radius: 0;
  padding-left: 20px;
  margin: 2px 5px 0 0;
  text-transform: uppercase;
  text-indent: -9999px;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.product-filter .sort {
  float: right;
  margin: 2px 0 0;
  padding: 0 0 0 20px;
}

.product-filter .btn-group, .product-filter .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.product-filter label {
  color: #777;
  font-size: 14px;
  font-weight: normal;
  line-height: 27px;
  text-transform: capitalize;
  float: none;
  display: inline-block;
  margin: 0 10px 0 0;
}

/* .product-filter label {
  color: #777;
  font-size: 14px;
  font-weight: normal;
  line-height: 27px;
  text-transform: capitalize;
  float: none;
  display: inline-block;
  margin: 0 10px 0 0;
} */



.product-filter select {
  background: none repeat scroll 0 0 #fff;
  color: #777;
  font-size: 14px !important;
  padding: 3px;
  vertical-align: middle;
  font-size: 12px;
  border-radius: 0;
  height: auto;
  width: auto;
  float: none;
  display: inline-block;
  border: 1px solid #F1F1F1;
}

.product-filter .limit {
  color: #666;
  float: right;
  padding: 0  20px 0 0;
}

@media(max-width:425px){
  .product-filter .limit{
    width:100%;
    text-align:right;
    padding:0px;
    margin-top:10px;
  }
}

.product-filter .limit #input-limit {
  padding: 5px;
}

.product-filter #input-sort {
  float: right;
  padding: 5px 5px;
  /* width: 60%; */
  width:max-content;
  /* margin: 0px 5px 0px; */
}

.product-filter .btn {
  box-shadow: none;
}

.product-filter .btn.active.focus, .product-filter .btn.active:focus, .product-filter .btn.focus,
.product-filter .btn:active.focus, .product-filter .btn:active:focus, .product-filter .btn:focus {
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.product-filter .btn.focus, .product-filter .btn:focus, .product-filter .btn:hover {
  color: #fff !important;
  text-decoration: none;
}

.product-pagination {
  overflow: hidden;
  padding: 5px 15px;
  border-bottom: 1px solid #ddd;
  margin: 20px 0 20px;
  background: #fff;
  width: 100%;
  clear: both;
  float: left;
}

.product-pagination .product-results {
  padding: 12px 0;
}

.product-pagination .pagination {
  margin: 0px 0px -5px 0px !important;
  padding: 5px 0;
}

.product-pagination .pagination li a {
  margin: 0 2px !important;
  color: #b48c6b;
}

.product-pagination .pagination li span {
  margin: 0 2px !important;
  background-color: #b48c6b;
  border: 1px solid #b48c6b;
}

/* end-product-filter  ****************************************************************************/
.product-layout .price {
  color: #b48c6b;
}

.product-layout .price span {
  font-size: 16px;
  font-family: 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif, cursive;
  display: inline-block;
  padding-right: 10px;
}

.product-layout .price .price-old {
  text-decoration: line-through;
  color: #ababab;
}

.product-layout .price {
  color: #b48c6b;
  font-size: 16px;
  font-family: 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif, cursive;
  line-height: 40px;
}

.product-layout .price span {
  line-height: 40px;
}

.product-layout .price p {
  font-size: 16px;
  font-family: 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif, cursive;
  display: inline-block;
  padding-right: 10px;
  margin-bottom: 0px;
}

.product-layout .price .old-price .price {
  text-decoration: line-through;
  color: #ababab;
}

.product-layout .price .price-old {
  text-decoration: line-through;
  color: #ababab;
}

.product-layout .button-group .btn-addcart:hover span {
  color: #fff;
}

.product-layout.product-grid {
  margin: 0px !important;
  padding: 0px !important;
}

.product-layout.product-grid .product-thumb {
  /* border: 0; */
  overflow: hidden;
  border-radius:10px;
}

.product-layout.product-grid .item-inner .caption {
  padding: 0px 15px 20px;
  background: #fff;
}

.product-layout.product-grid .item-inner .caption h4:hover a {
  color: #b48c6b;
}

.product-layout.product-grid .item-inner .caption .description {
  display: none;
}

.product-layout.product-grid .item-inner .caption .button-group .btn-addcart:hover span {
  color: #fff;
}

.product-layout.product-list {
  padding: 0px;
  background: #fff;
  clear: both;

}

.product-layout.product-list .product-thumb {
   border-width: 0 0 1px 0px;
  border-style: solid;
  border-color: #e5e5e5;


  overflow: hidden;
}

.product-layout.product-list .item-inner .caption {
  text-align: left;
  padding: 0 10px 0px 20px;
 
}

@media(max-width:768px){
  .product-layout.product-list .item-inner .caption{
    padding:0px;
  }
}

.product-layout.product-list .item-inner .caption h4 {
  padding: 20px 0px 10px 0px;
  border-bottom: 1px solid #ddd;
}

.product-layout.product-list .item-inner .caption h4 a {
  color: #4c4c4c;
  font-size: 24px;
  font-family: 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif, cursive;
  font-weight: 600;
  text-transform: capitalize;
}

.product-layout.product-list .item-inner .caption h4 a:hover {
  color: #b48c6b;
}

.product-layout.product-list .item-inner .caption .description {
  display: block;
  color: #ababab;
}

.product-layout.product-list .item-inner .caption .button-group {
  margin-bottom: 30px;
}

.product-layout.product-list .item-inner .caption .button-group button {
  margin-right: 7px;
}

.product-layout.product-list .item-inner .caption .button-group .btn-wishlist, .product-layout.product-list .item-inner .caption .button-group .btn-compare {
  position: initial;
  opacity: 1;
  margin-left: 0px;
}

.product-layout.product-list .item-inner .caption .price {
  font-family: 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif, cursive;
  display: inline-block;
  padding-right: 10px;
  font-size: 24px;
}

.product-layout.product-list .item-inner .caption .price .price-new {
  font-size: 24px;
}

/* end-category *****************************************************************************************/
/* detail-product **************************************************************************************/
.details-product{
  padding:0px;
}

.product-content-1, .product-content-2 {
  background: #fff;
  margin-bottom: 30px;
}

@media(min-width:767px){
.product-content-1 {
  margin-top: 15px;
  padding: 15px 0;
}

}

.product-content-1 .images-content {
  border: 1px solid #ddd;
}

.thumbnails-image .thumbnail {
  padding: 0px !important;
  border: 0px !important;
}

.thumbnails-image .thumbnail img{
  width:100% !important;
}
.detail-product-name {
  font-size: 34px;
  font-weight: 500;
  text-transform: capitalize;
  font-family: 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif, cursive;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
@media(max-width:767px){

  .detail-product-name{
      font-size: 24px;
  }
}

hr.line {
  border-top: 3px solid #b48c6b !important;
}

hr.line-1 {
  border-top: 1px solid  #eee !important;
}

p.short-description {
  font-size: 14px;
  line-height: 24px;
  /* color: #ababab; */
  color: #2a2929;
}

.price span.old-price {
  font-size: 16px;
  float: left;
  line-height: 24px;
  vertical-align: bottom;
  padding-right: 10px;
  font-family: 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif, cursive;
  /* color: #ababab; */
  color: #2a2929;
}

h2.prices, h2.new-price {
  font-size: 28px;
  font-weight: 700;
  color: #000;
  line-height: 24px;
  /* color: #b48c6b; */
  font-family: 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif, cursive;
}

#product .button-group {
  display: block;
  position: relative;
  /* padding-left: 120px; */
}

#product .button-group button {
  height: 40px;
  line-height: 40px;
  border: 2px solid #ababab;
  max-width: 150px;
  font-size: 14px;
  color: #fff;
}

#product .button-group .btn-add-cart {
  padding: 0 20px;
  text-align: center;
  color: #fff;
  background: #b48c6b;
  border-color: #b48c6b;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 40px;
}

#product .button-group .btn-wishlist, #product .button-group .btn-compare {
  width: 40px;
  line-height: 36px;
  border-radius: 100%;
  background: transparent;
  color: #b48c6b;
  position: initial;
  left: 50%;
  opacity: 1;
}

#product .button-group button:hover {
  color: #fff;
  background: #b48c6b;
  border-color: #b48c6b;
}



@media only screen and (max-width: 991px) {
  #product .button-group {
    padding-left: 0px;
    margin-top: 0px;
  }
}

#product .form-quantity-product {
  /* float: left; */
  overflow: visible;
  clear: both;
}

#product .form-quantity-product div {
  display: inline-block;
}

#product .form-quantity .box-input-qty {
  position: relative;
}

#product .form-quantity .box-input-qty input {
  height: 40px;
  width: 80px;
  padding: 0 5px;
  border-radius: 40px;
  font-size: 18px;
  text-align: center;
  z-index: 9;
}

#product .form-quantity div.btn-plus input, #product .form-quantity div.btn-minus input {
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 18px;
  background: #fff;
  border: 0px solid #ccc;
  box-shadow: none;
  outline: none;
  position: absolute;
  font-size: 20px;
}

#product .form-quantity input#plus {
  top: 10px;
  right: 1px;
}

#product .form-quantity input#minus {
  top: 10px;
  left: 1px;
}

#product .btn-minus, #product .box-input-qty input#input-quantity, #product .btn-plus {
  float: none;
  margin-right: 0px;
  z-index: 10;
}

#product .btn-minus {
  margin-right: 0px;
}

#product .form-group {
  margin-top: 20px;
}

#product .form-group .d-flex{
  display:flex;
  gap:20px;
}

#product .form-group:first-child {
  margin-top: 0px;
}

.product-content-2 {
  margin-bottom: 0px;
  display: none;
}

.product-content-2 .nav-tabs-products {
  float: left;
  width: 100%;
  border-top: 0px solid #b48c6b;
  margin-bottom: 0;
  height: 50px;
  text-align: center;
}

.product-content-2 .nav-tabs-products li {
  float: none !important;
  display: inline-block !important;
}

.product-content-2 .nav-tabs-products li a {
  background: #fff !important;
  color: #4c4c4c !important;
  display: block !important;
  font-size: 24px !important;
  font-weight: 600 !important;
  font-family: 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif, cursive !important;
  padding: 0 30px !important;
  line-height: 47px !important;
  text-transform: capitalize !important;
  border: none !important;
  border-radius: 0px !important;
  cursor: pointer;
}

.product-content-2 .nav-tabs-products li:hover a, .product-content-2 .nav-tabs-products li.active a {
  color: #b48c6b !important;
}

@media only screen and (max-width: 479px) {
  .product-content-2 .nav-tabs-products {
    float: none !important;
  }
  .product-content-2 .nav-tabs-products li {
    float: left !important;
    width: 100%;
  }
}

.product-content-2 .tab-content-product {
  border: 1px solid #ebebeb;
  clear: both;
  color: #ababab;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  padding: 30px;
  /*max-height: 300px;*/
  overflow: auto;
}

.product-content-2 .title-fx {
  color: #444444;
  font-size: 20px;
  margin: 0 0 30px;
  position: relative;
  font-weight: 600;
  text-transform: capitalize;
}

.product-content-2 .title-fx:before {
  background: #e5e5e5;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 10px;
}

.product-content-2 .title-fx span {
  position: relative;
  z-index: 10;
  padding-right: 15px;
  background: #fff;
}

.view-related {
  margin-bottom: 50px;
}
.view-related .owl-item{
  border:1px solid #ddd;
}

.view-related .owl-wrapper{
  display:inline-flex !important;
  gap:15px;
}
.view-related .item{
  margin:0px;

}

.view-related .item .item-inner .des-container{
  padding:0px 20px 20px;
}

.view-related .price {
  color: #b48c6b;
  line-height: 40px;
  margin-bottom: 0px;
  font-size: 16px;
  font-family: 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif, cursive;
  display: inline-block;
}

.view-related .price .price-old {
  text-decoration: line-through;
  color: #ababab;
}

/*zoom-windown*/
.zoomWindow {
  left: 105% !important;
  border: 4px solid #ddd !important;
  top: -5px !important;
  width: 100% !important;
  height: 100% !important;
}

.zoomLens {
  height: 368px !important;
  width: 300px !important;
}

.zoomContainer {
  top: 5px !important;
  left: 0px !important;
  margin-left: 18px !important;
  z-index: 1000;
}

.quickview-container .zoomWindow, .quickview-container .zoomLens, .quickview-container .zoomContainer {
  display: none;
}

/* end-product-details ***********************************************************************************/
/* back-top **********************************************************************************************/
#back-top {
  display: block;
  position: fixed;
  z-index: 9999;
  width: 0;
  height: 0;
  bottom: 23px;
  right: 23px;
  padding: 0;
  overflow: hidden;
  outline: none;
  border: none;
  border-radius: 2px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  border-radius: 50%;
  background: #b48c6b url("//www.dsavory.com/cdn/shop/t/2/assets/back-top.png?v=62382153875505218731765801476") no-repeat scroll 0px 0px;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
    -ms-transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
    -moz-transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
    -o-transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
    }

#back-top:hover {
  background-color: #FF5313;
  text-decoration: none;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5), 0 3px 15px rgba(0, 0, 0, 0.5);
}

#back-top.show {
  width: 56px;
  height: 56px;
}

.breadcrumb-box{
 background: #f1f1f1;
border: 0;
 border-bottom: 0px solid #000;
  border-radius: 0px;
  padding: 20px 15px;
  margin-bottom: 30px;

}
.breadcrumb {
  all: unset !important;
}

.breadcrumb li a {
  font-size: 14px;
  font-weight: 400;
  color: #4c4c4c;
}

.breadcrumb li a:hover {
  color: #b48c6b;
}

.breadcrumb li:last-child a, .breadcrumb li:last-child span {
  color: #b48c6b;
}

.alert {
  padding: 0 !important;
  z-index: 99;
}
.successMessage.alert.alert-success.alert-dismissible {
  width: 80%;
}
.alert-minimum-qty {
  position: initial;
}

/* checkout-cart **************************************************************************************/
.table-checkout-cart {
  margin-bottom: 30px;
}

.table-checkout-cart .img-thumbnail {
  max-width: 100px;
}

.table-checkout-cart button.btn-remove, .table-checkout-cart a.btn-remove {
  border: 0;
  background: transparent;
  outline: none;
  box-shadow: none;
  vertical-align: middle;
  margin-top: 50%;
}

.table-checkout-cart button.btn-remove i, .table-checkout-cart a.btn-remove i {
  font-size: 18px;
  color: #b48c6b;
}

.table-checkout-cart .input-group .form-control[name^=updates] {
  min-width: 50px;
  text-align: center;
  padding: 0 5px;
  border-radius: 0px;
  height: 40px;
}

.table-checkout-cart span.total-price, .table-checkout-cart span.price-product {
  font-size: 20px;
}

.table-checkout-cart .form-quantity {
  position: relative;
  float: left;
}

.table-checkout-cart .btn-minus {
  position: absolute;
  top: 20px;
  right: 0;
}

.table-checkout-cart .checkout-cart-buttons {
  display: block;
}

.table-checkout-cart .checkout-cart-buttons a, .table-checkout-cart .checkout-cart-buttons button {
  border: 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 0;
  text-shadow: none;
  background: #eeeeee;
  color: #999999;
  transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

.table-checkout-cart .checkout-cart-buttons a:hover, .table-checkout-cart .checkout-cart-buttons button:hover {
  color: #fff;
  background: #b48c6b;
}

.table-checkout-cart .checkout-cart-buttons .button-shopping, .table-checkout-cart .checkout-cart-buttons .button-update-cart {
  float: right;
  margin: 15px 0px 15px 15px;
}

.table-checkout-cart .checkout-cart-buttons.group-btn-1 {
  float: right;
  width: 100%;
  border-bottom: 3px solid #b48c6b;
}

.table-checkout-cart .form-quantity-product {
  float: left;
  overflow: visible;
  clear: both;
}

.table-checkout-cart .form-quantity-product div {
  display: inline-block;
}

.table-checkout-cart .form-quantity .box-input-qty {
  position: relative;
}

.table-checkout-cart .form-quantity .box-input-qty input {
  height: 40px;
  width: 80px;
  padding: 0 5px;
  border-radius: 40px;
  text-align: center;
}

.table-checkout-cart .form-quantity div.btn-plus input, .table-checkout-cart .form-quantity div.btn-minus input {
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 18px;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: none;
  outline: none;
  position: absolute;
}

.table-checkout-cart .form-quantity input#plus {
  top: 0;
  right: -20px;
}

.table-checkout-cart .form-quantity input#minus {
  top: 20px;
  right: -20px;
}

.table-checkout-cart .btn-minus, .table-checkout-cart .box-input-qty input#input-quantity, .table-checkout-cart .btn-plus {
  float: none;
  margin-right: 0px;
}

.table-checkout-cart .btn-minus {
  margin-right: 0px;
}

.checkout-cart-buttons.group-btn-2 {
  display: block;
}

.checkout-cart-buttons.group-btn-2 a, .checkout-cart-buttons.group-btn-2 button {
  border: 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 0;
  text-shadow: none;
  background: #eeeeee;
  color: #999999;
  transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

.checkout-cart-buttons.group-btn-2 a:hover, .checkout-cart-buttons.group-btn-2 button:hover {
  color: #fff;
  background: #b48c6b;
}

.checkout-cart-buttons.group-btn-2 .button-checkout-cart {
  float: right;
  margin: 10px 0px 10px 20px;
}

.box-show-price .table.table-bordered tbody tr td {
  vertical-align: middle;
}

.box-show-price .total-price {
  color: #b48c6b;
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
}

#accordion hd3.module-title-box {
  line-height: 40px;
  font-size: 16px;
}

/*end-checkout-cart **************************************************************************************************/
/* tooltips  **************************************************************************************************/
button .tooltips {
  display: none;
}

/*button.btn-addtocart, button.btn-wishlist, button.btn-compare{position: relative;}
button .tooltips span {
display: block;
}
button .tooltips {
position: absolute;
z-index: 9999;
width: 60px;
left: 50%;
bottom: 100%;
font-size: 12px;
line-height: 1.4;
text-align: center;
font-weight: 400;
color: #fffaf0;
background: transparent;
opacity: 0;
margin: 0px 0 10px -20px;
cursor: default;
pointer-events: none;
-webkit-font-smoothing: antialiased;
-webkit-transition: opacity 0.3s 0.3s;
transition: opacity 0.3s 0.3s;
}
button .text-tooltips {
border-bottom: 3px solid #065A75;
overflow: hidden;
text-transform: capitalize;
-webkit-transform: scale3d(0,1,1);
transform: scale3d(0,1,1);
-webkit-transition: -webkit-transform 0.3s 0.3s;
transition: transform 0.3s 0.3s;
}
button .line-tooltips {
background: rgba(0,169,224,0.8);
padding: 5px 0;
-webkit-transform: translate3d(0,100%,0);
transform: translate3d(0,100%,0);
webkit-transition: -webkit-transform 0.3s;
transition: transform 0.3s;
}
button:hover .tooltips {
opacity: 1;
pointer-events: auto;
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
button:hover .text-tooltips  {
-webkit-transition-delay: 0s;
transition-delay: 0s;
-webkit-transform: scale3d(1,1,1);
transform: scale3d(1,1,1);
}
button:hover .line-tooltips {
-webkit-transition-delay: 0.3s;
transition-delay: 0.3s;
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}*/
/* end-tooltips ****************************************************************************************************/
/* button-owl-carousel ****************************************************************************************************/
.owl-carousel .owl-controls {
  position: initial !important;
}

.owl-carousel .owl-controls .owl-buttons {
  position: initial !important;
}

.owl-carousel .owl-controls .owl-buttons div {
  width: 45px !important;
  height: 70px !important;
  line-height: 70px !important;
  border-radius: 40px !important;
  top: 50% !important;
  margin-top: -35px !important;
  opacity: 0;
}

.owl-carousel .owl-controls .owl-buttons div:before {
  line-height: 70px !important;
  font-size: 18px;
}

.owl-carousel .owl-controls .owl-buttons div:hover {
  background: #b48c6b !important;
  border-color: #b48c6b !important;
}

.owl-carousel .owl-controls .owl-buttons .owl-prev {
  right: auto !important;
  left: 0px !important;
}

.owl-carousel .owl-controls .owl-buttons .owl-prev:before {
  content: "\f177" !important;
}

.owl-carousel .owl-controls .owl-buttons .owl-next {
  left: auto !important;
  right: 0px !important;
}

.owl-carousel .owl-controls .owl-buttons .owl-next:before {
  content: "\f178" !important;
}

.owl-carousel:hover .owl-controls .owl-buttons div {
  opacity: 1 !important;
}

.owl-carousel:hover .owl-controls .owl-buttons div.owl-prev {
  left: 22.5px !important;
}

.owl-carousel:hover .owl-controls .owl-buttons div.owl-next {
  right: 22.5px !important;
}

/* product details page css */
.details_page_first{
      margin-bottom: 10px;
}
.details_page_second{
      margin-bottom: 10px;
}
.details_page_third{
  margin-bottom: 10px;
}
.details_page_third_Quantity{
  margin-bottom: 10px;
}
.in-stock-message{
      display: none;
}
.readmore{
  padding-bottom: 20px;
}
/* for all product image same size start*/
/* RESET product card height issue */
.product-card {
  height: auto !important;
  min-height: unset !important;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

/* Image wrapper (anchor) */
.product-card > a:first-child {
  height: 233px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  /* background: #fff; */
}

/* Product image */
.product-card img {
  width:100%;
  max-height: 233px;
  height: auto;
  object-fit:cover;
}

/* Remove unwanted spacing */
.product-card h4,
.product-card .price,
.product-card .buy-btn {
  margin-top: 10px;
}

/* FIX grid stretch */
.products-grid {
  align-items: flex-start;
}

/* mobile responsive */
@media (max-width: 768px) {
  .product-card > a:first-child {
    height: 200px;
  }

  .product-card img {
    max-height: 200px;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .product-thumb .image.images-container {
    width: 100%;
    height: 200px;
  }

  .product-thumb .product-image img {
    max-width: 100%;
    max-height: 200px;
  }
}

/* ------------------ */
/* LIST PAGE – product image wrapper */
.product-thumb .image.images-container {
  /* width: 262px; */
  height: 233px; /* client image height */
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #fff;
  padding:0px;
}

/* Anchor as container */
.product-thumb .product-image {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Actual product image */
.product-thumb .product-image img {
  max-width: 262px;
  max-height: 233px;
  width: auto;
  height: auto;
  object-fit: contain;
}
/* -------------------- */
/* ===== FIX PRODUCT IMAGE HEIGHT (HOME + COLLECTION) ===== */

/* Image outer container */
.images-container {
  /* width: 262px; */
  /* height: 233px; */
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #fff;
}

/* Anchor behaves as wrapper */
.images-container .product-image {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Actual image */
.images-container .product-image img {
height: 233px;
  object-fit:cover;
  width:100%;
}

/* Prevent card stretch */
.item-inner,
.product-thumb,
.product-card {
  height: auto !important;
  min-height: unset !important;
}

/* for all product image same size end*/
/*end-button-owl-carousel *********************************************************************************/
/* checkout/checkout **************************************************************************************/
/* SEARCH WRAPPER */
/* ============================= */
.header-search-wrapper {
  position: relative;
  width: 420px;
  max-width: 100%;
}

/* ============================= */
/* SEARCH FORM */
/* ============================= */
.ds-search-form {
  position: relative;
  width: 100%;
}

/* ============================= */
/* SEARCH INPUT */
/* ============================= */
.ds-search-form input {
  width: 100%;
  height: 46px;
  border-radius: 30px;
  border: 1px solid #ddd;
  padding-left: 52px;
  padding-right: 18px;
  font-size: 14px;
  background: #f6f6f6;
  outline: none;
  transition: all 0.3s ease;
}

.ds-search-form input:focus {
  background: #fff;
  border-color: #9bbf45;
}

/* ============================= */
/* SEARCH ICON */
/* ============================= */
.ds-search-icon {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ds-search-icon img {
  width: 18px;
  height: 18px;
  opacity: 0.65;
  transition: opacity 0.3s ease;
  margin-top: 4px;
}

.ds-search-form input:focus ~ .ds-search-icon img {
  opacity: 1;
}

/* ============================= */
/* SEARCH SUGGESTIONS */
/* ============================= */
.search-suggestions {
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 12px 30px rgba(0,0,0,.15);
  border-radius: 8px;
  padding: 8px 0;
  display: none;
  z-index: 9999;
}

.search-title {
  font-weight: 600;
  padding: 10px 16px;
  font-size: 13px;
  color: #444;
}

.search-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 16px;
  text-decoration: none;
  color: #222;
  font-size: 14px;
}

.search-item img {
  width: 42px;
  height: 42px;
  object-fit: cover;
  border-radius: 4px;
}

.search-item:hover {
  background: #f5f5f5;
}

.search-view-all {
  display: block;
  padding: 12px;
  text-align: center;
  font-weight: 600;
  text-decoration: none;
  color: #9bbf45;
  border-top: 1px solid #eee;
}

/* ============================= */
/* MOBILE */
/* ============================= */
@media (max-width: 768px) {
  .header-search-wrapper {
    width: 100%;
  }
}
/* ======================================================
   HEADER 5 – VAIDBAN STYLE (FINAL)
====================================================== */

/* STOP HORIZONTAL OVERFLOW */
html, body {
  overflow-x: hidden;
}

/* TOP BAR */
.h5-topbar {
  background: #16a085;
  color: #fff;
  font-size: 14px;
}

.h5-topbar-inner {
  display: flex;
  /* gap: 30px; */
  align-items: center;
  height: 44px;
}

.h5-topbar a {
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.h5-topbar img {
  width: 18px;
}

/* MAIN HEADER */
.h5-main {
  background: #fff;
  border-bottom: 1px solid #eee;
}

.h5-main-inner {
  display: flex;
  align-items: center;
  /* gap: 30px; */
  /* padding: 16px 15px; */
}

/* LOGO */
.h5-logo img {
  max-height: 58px;
}

/* MENU */
.h5-nav {
  position: relative;
}

.h5-menu {
  display: flex;
  gap: 26px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.h5-item {
  position: relative;
}

.h5-item > a {
  font-weight: 600;
  color: #111;
  padding-bottom: 6px;
}

/* MEGA MENU */
.h5-mega {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  width: 100%;
  background: #fff;
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
  z-index: 99;
}

.h5-item:hover .h5-mega {
  display: block;
}

.h5-mega-inner {
  display: flex;
  gap: 40px;
  padding: 40px 0;
}

/* LEFT LINKS */
.h5-mega-links {
  flex: 1;
  max-width: 320px;
}

.h5-mega-links a {
  display: block;
  padding: 6px 0;
  color: #555;
  font-weight: 500;
}

/* RIGHT IMAGE */
.h5-mega-image {
  flex: 1;
  text-align: right;
}

.h5-mega-image img {
  max-width: 420px;
  width: 100%;
  border-radius: 6px;
}

/* SEARCH */
.h5-search {
  margin-left: auto;
  max-width: 340px;
}

/* ICONS */
.h5-icons {
  display: flex;
  align-items: center;
  gap: 18px;
}

.h5-icon img {
  width: 22px;
}

/* CART */
.h5-cart {
  position: relative;
}

.h5-cart-count {
  position: absolute;
  top: -6px;
  right: -8px;
  background: #000;
  color: #fff;
  font-size: 11px;
  padding: 2px 6px;
  border-radius: 50%;
}

/* MOBILE SAFETY */
@media (max-width: 991px) {
  .h5-nav,
  .h5-mega {
    display: none !important;
  }

  .h5-search {
    max-width: 100%;
  }
}

/* ======================================================
   HEADER 5 – VAIDBAN STYLE (Dynamic & Clean)
====================================================== */

/* --- Wrapper and Basics --- */
.header-5 {
  font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", sans-serif;
  background: #fff;
  width: 100%;
  position: relative;
  z-index: 99;
}

/* --- Top Bar --- */
.h5-topbar {
  background: #b48c6b;
  color: #fff;
  font-size: 14px;
  padding: 10px 0;
}

.h5-topbar-inner {
  display: flex;
  align-items: center;
}

.h5-topbar a {
  color: #fff;
  display: inline-flex;
  align-items: center;
  margin-right: 20px;
  text-decoration: none;
}

/* .h5-topbar i {
  margin-right: 8px;
} */

/* --- Main Header --- */
.h5-main {
  background: #fff;
  border-bottom: 1px solid #eee;
  padding: 15px 0;
}

.h5-main-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* --- Logo --- */
.h5-logo {
  margin-right: 30px;
}

.h5-logo img {
  max-height: 80px;
  width: auto;
  display: block;
}

/* --- Navigation (Using Standard Theme Wrapper) --- */
.h5-nav {
  flex: 1;
}

/* Allow menu to wrap if too many items */
.header-5 .nav-container .nav1 .nav2 {
    display: flex;
    flex-wrap: wrap; 
}

/* 
   Reset critical menu styles only if needed, 
   otherwise rely on .nav-container > .nav1 > .nav2 
   and default theme CSS for correct mega-menu behavior.
*/
.header-5 .pt_menu .parentMenu a {
  display: block;
  padding: 10px 15px; /* Added side padding */
  text-decoration: none;
}
@media(max-width:768px){
  .header-5 .pt_menu .parentMenu a{
    padding:5px 10px;
  }
}

.header-5 .pt_menu .parentMenu a span {
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  display: block;
  font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", sans-serif; /* Ensure font matches */
}

.header-5 .pt_menu:hover .parentMenu a span,
.header-5 .pt_menu.active .parentMenu a span {
  color: #b48c6b;
}

/* Fix popup top offset if needed */
.header-5 .pt_menu .popup {
top: 100% !important; 
width:fit-content!important;

}


/* --- Right Area --- */
.h5-right {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-left: auto;
}

/* --- Search --- */
.h5-search-box {
  width: 260px;
}

.header-5 .header-search-wrapper {
  position: relative;
  width: 100%;
}

.header-5 .ds-search-form {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 80px; /* More rounded */
  background: #fff;
  height: 40px;
  padding: 0 10px;
  /* overflow: hidden; REMOVED to allow dropdowns if any */
}

.header-5 .ds-search-form input[type="text"],
.header-5 .ds-search-form input[type="search"] {
  border: none;
  background: transparent;
  flex-grow: 1;
  padding: 0 10px;
  font-size: 14px;
  height: 100%;
  box-shadow: none;
  width: auto; 
  outline: none;
  text-align: center;
}

/* Ensure placeholder is visible but not duplicating */
.header-5 .ds-search-form input::placeholder {
    color: #999;
}

.header-5 .ds-search-form button {
  background: none;
  border: none;
  color: #555;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-5 .ds-search-form button i {
    font-size: 16px;
}
.header-5 .ds-search-form .ds-search-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Force hide standard search elements we don't want */
.header-5 .input-group-btn {
  display: none !important;
}


/* --- Icons / Account --- */
.h5-icons {
  display: flex;
  align-items: center;
  gap: 15px;
}

.h5-icon-link {
  color: #000;
  font-size: 18px;
  position: relative;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

.h5-icon-link:hover {
  opacity: 0.8;
}

.h5-cart-count {
  position: absolute;
  top: -8px;
  right: -8px;
  background: #ff0000;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Account Dropdown */
.h5-account-wrapper {
  position: relative;
  padding-bottom: 10px; /* Bridge the gap for hover */
  margin-bottom: -10px; /* Compensate for layout */
}

.h5-account-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  border: 1px solid #ddd;
  min-width: 160px;
  display: none;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  z-index: 100;
  margin-top: 0; /* Removed gap */
}

.h5-account-wrapper:hover .h5-account-dropdown {
  display: block;
}

/* Mobile Account Dropdown Overrides */
@media (max-width: 991px) {
    .h5-account-wrapper {
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .h5-account-dropdown {
        display: none; /* Controlled by JS on mobile */
        right: -50px; /* Shift slightly if needed, or keep 0 */
        top: 120%;
    }
    .h5-account-dropdown.active {
        display: block !important;
    }
}

.h5-account-dropdown a {
  display: block;
  padding: 10px 15px;
  color: #333;
  font-size: 13px;
  border-bottom: 1px solid #f5f5f5;
  text-decoration: none;
  white-space: nowrap;
}
.h5-account-dropdown a:last-child { border-bottom: none; }
.h5-account-dropdown a:hover { background: #f9f9f9; }

/* 
   Helpers Scoped to Header 5 
   IMPORTANT: Do not use global .desktop-only / .mobile-only names 
   as they override theme styles!
*/
.h5-desktop-only { display: block; }
.h5-mobile-only { display: none; }

@media (max-width: 991px) {
  .h5-desktop-only { display: none !important; }
  .h5-mobile-only { display: block !important; }
  
  /* Stack things slightly on mobile */
  .h5-right { margin-left: 0; }
  .h5-logo { margin-right: 15px; }
  
  /* --- Mobile Menu Overrides for Header 5 (Fixing the "MENU" block) --- */
  .header-5 .hozmenu, 
  .header-5 .navbar, 
  .header-5 .navbar-inner {
      border: none !important;
      background: transparent !important;
      margin: 0 !important;
      padding: 0 !important;
      min-height: auto !important;
      box-shadow: none !important;
      width: auto !important;
      position: static !important; /* Force static so dropdown connects to main header container */
  }
  
  .header-5 .menu-mobile {
      float: none !important;
      background: transparent !important;
      padding: 0 !important;
      display: flex;
      align-items: center;
      width: auto !important;
      position: static !important;
  }
  
  /* Ensure the dropdown itself has a background */
  .header-5 #ma-mobilemenu {
      background: #fff !important;
      position: absolute;
      top: 100%;
      left: 15px; /* Align with container padding */
      width: calc(100% - 30px); /* Full width minus padding */
      z-index: 999;
      box-shadow: 0 5px 10px rgba(0,0,0,0.1);
      padding: 10px;
  }

  /* Prevent overlapping text with toggle icon */
  .header-5 .menu-mobile .button-view1 a,
  .header-5 .menu-mobile .button-view2 a {
      display: block;
      padding-right: 40px !important; /* Make room for the + icon */
  }

  .header-5 .menu-mobile .brand {
      display: none !important; /* Hide 'MENU' text */
  }
  
  .header-5 .menu-mobile .btn-navbar {
      padding: 5px !important;
      margin: 0 !important;
      background: transparent !important;
      box-shadow: none !important;
      border: none !important;
      float: none !important;
      text-shadow: none !important;
  }
  
  .header-5 .menu-mobile .icon-bar {
      background-color: #000 !important; /* Make bars black */
      display: block;
      width: 22px;
      height: 2px;
      border-radius: 1px;
  }
  .header-5 .menu-mobile .icon-bar + .icon-bar {
      margin-top: 4px;
  }
  
  /* Restore Search Icon */
  .header-5 .ds-search-form .ds-search-icon {
      display: flex !important; /* Restore icon */
      align-items: center;
      justify-content: center;
  }
  
  .header-5 .ds-search-form {
      flex-wrap: nowrap !important; /* Prevent wrapping */
  }

  /* Mobile Account Wrapper Alignment */
  .h5-mobile-account-wrapper {
      position: relative;
      display: inline-flex !important;
      align-items: center;
      flex-wrap: nowrap;
      gap: 2px;
  }
  
  .h5-mobile-account-wrapper .h5-icon-link {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      text-decoration: none;
  }
  
  /* Make the caret slightly subtler */
  .h5-mobile-account-wrapper .fa-caret-down {
      font-size: 12px;
      margin-left: 2px;
  }

  /* Mobile Account Dropdown Position */
  .h5-mobile-account-wrapper .h5-account-dropdown {
      top: 150%; 
      right: -10px;
      width: 180px; 
  }
  
  /* --- Mobile Search Overlay --- */
  .header-5 .mobile-search-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #fff;
      z-index: 1000;
      padding: 10px;
      display: none; /* Toggled via JS */
      align-items: center;
      justify-content: center;
  }
  
  .header-5 .mobile-search-wrapper.active {
      display: flex;
  }
  
  /* Make search input full width in overlay */
  .header-5 .mobile-search-wrapper .header-search-wrapper {
      width: 100%;
  }
  .header-5 .mobile-search-wrapper .ds-search-form {
      border: 1px solid #eee;
      box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  }
  
  /* Add a close button for search overlay? user didn't ask but good UX. 
     For now, toggling same icon closes it. */
}

/* --- Cart Dropdown Styling for Header 5 --- */
.header-5 #header-cart .dropdown-menu {
    border-radius: 0;
    box-shadow: 0 5px 10px rgba(0,0,0,0.15);
    border: 1px solid #eee;
    padding: 10px;
    min-width: 300px;
    margin-top: 0;
}

.header-5 #header-cart .dropdown-menu li {
    display: block;
}

.header-5 #header-cart .image-cart img {
    max-width: 60px;
    border: 1px solid #ddd;
}

.header-5 #header-cart .cart-content {
    padding-left: 10px;
    width: 100%;
}

.header-5 #header-cart .product-name a {
    color: #333;
    font-weight: 600;
    font-size: 13px;
    display: block;
    margin-bottom: 5px;
    margin-right:20px;
}

.header-5 #header-cart .box-cart-price {
    font-size: 13px;
    color: #666;
}

.header-5 #header-cart .cart-price {
    color: #000;
    font-weight: bold;
}

.header-5 #header-cart .button-remove button {
    font-size: 14px !important;
    color: #999 !important; 
    position:absolute;
    top:7px;
    right:0px;

}
.header-5 #header-cart .button-remove button:hover {
    color: #ff0000 !important;
}

.header-5 #header-cart .box-total {
    display: block;
    margin: 10px 0;
    font-weight: bold;
    text-align: right;
    font-size: 14px;
    border-top: 1px solid #eee;
    padding-top: 10px;
}

.header-5 #header-cart .button-cart {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.header-5 #header-cart .button-cart a {
    flex: 1;
    text-align: center;
    background: #333;
    color: #fff;
    padding: 8px 0;
    text-decoration: none;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    display: block; /* Ensure they appear */
}
.header-5 #header-cart .button-cart a:hover {
    background: #b48c6b;
}

.header-5 #header-cart .row-cart {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 10px;
    Position:relative;
}


/* --- Cart Icon Styling Fixes --- */
.header-5 #header-cart .btn {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 5px !important;
    color: #333 !important;
    font-size: 20px !important; /* Larger icon */
    min-width: unset !important;
    width: auto !important;
    display: inline-flex;
    align-items: center;
    position: relative;
    margin-top: -3px; /* Align with other icons */
}

.header-5 #header-cart .btn:hover {
    background: transparent !important;
    color: #b48c6b !important;
    box-shadow: none !important;
}

/* Force the icon */
.header-5 #header-cart .icon_bag_alt {
    display: inline-block;
    font-size: 16px;
    line-height: 1;
}
.header-5 #header-cart .icon_bag_alt:before {
    content: "\f07a"; /* FontAwesome Cart */
    font-family: "FontAwesome";
}

/* Badge Styling */
.header-5 #header-cart .count-item {
    background: #ff0000;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    height: 16px;
    width: 16px;
    line-height: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -5px;
    right: -5px;
}

/* --- Cart integration fixes for Header 5 --- */
.header-5 .h5-cart-wrapper {
    margin-left: 15px; /* Add spacing from wishlist */
}

.header-5 #header-cart {
    margin: 0;
    padding: 0;
    min-width: auto;
}

/* Ensure dropdown aligns correctly */
.header-5 #header-cart .dropdown-menu {
    right: 0;
    left: auto;
    margin-top: 10px;
}

/* Mobile Fixes */
@media (max-width: 991px) {
    /* Ensure Menu Toggle is Visible */
    .h5-mobile-nav, 
    .h5-mobile-only {
        display: block !important;
    }
    
    /* Ensure Desktop elements are Hidden */
    .h5-desktop-only, 
    .h5-search-box {
        display: none !important;
    }

    /* Layout Adjustments */
    .h5-logo {
        display: block !important;
        margin-right: auto; 
        margin-left: 10px;
    }
    
    .header-5 .menu-mobile {
        margin-right: 0 !important;
        float: none !important;
    }
    
    /* Mobile Search Overlay Default State */
    .header-5 .mobile-search-wrapper {
        display: none !important; /* Force hide to override .h5-mobile-only */
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        z-index: 1001; /* Above everything */
        padding: 0 15px;
        align-items: center;
        justify-content: center;
    }
    .header-5 .mobile-search-wrapper.active {
        display: flex !important;
    }
    
    .header-5 .h5-search-inner {
        width: 100%;
        position: relative;
        display: flex;
        align-items: center;
    }
    
    /* Make the search form take full width minus close button */
    .header-5 .h5-search-inner .header-search-wrapper {
        width: 100%;
        padding-right: 40px; /* Space for close button */
    }
    
    .header-5 .h5-close-search {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        background: none;
        border: none;
        font-size: 20px;
        color: #333;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }
}

/* --- Mobile Icon Scaling & Alignment --- */
@media (max-width: 991px) {
    /* Bigger Hamburger */
    .header-5 .menu-mobile .btn-navbar {
        font-size: 26px !important;
        padding: 5px !important;
        line-height: 1;
    }
    
    /* Uniform Icon Sizes */
    .header-5 .h5-icons .h5-icon-link i,
    .header-5 #header-cart .icon_bag_alt {
        font-size: 22px !important;
        line-height: 1;
    }
    
    /* Align Account Wrapper */
    .h5-mobile-account-wrapper {
        display: inline-flex !important;
        align-items: center;
        height: 100%;
    }
    
    /* Adjust Caret Size & Spacing */
    #h5-mobile-account-toggle i {
        font-size: 14px !important; /* Smaller than main icons */
        margin-left: -2px; /* Pull closer to user icon if needed */
        margin-top: 2px;
    }
    
    /* Force proper display for Cart and Wishlist which might be hidden by 'quick-access' or flex issues */
    .header-5 .quick-access, 
    .header-5 .content-right,
    .header-5 .h5-cart-wrapper,
    .header-5 .h5-icon-link {
        display: inline-flex !important;
        align-items: center;
    }
    
    .header-5 .h5-icons {
        display: flex !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
    }

    /* General Spacing between icons */
    .header-5 .h5-icon-link,
    .header-5 .h5-cart-wrapper {
        margin: 0 5px !important; /* Reduced slightly to fit */
    }
    .header-5 .h5-cart-wrapper {
        margin-left: 2px !important;
    }
}


/* --- Sticky Header Header 5 --- */
.header-5 .h5-main.h5-fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1020;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    /* Removed animation to prevent blurriness */
    transform: translateZ(0); /* Hardware accelerate without blur */
    padding: 10px 0;
}

.header-5 .h5-main.h5-fixed-header .h5-logo img {
    max-height: 60px; 
    width: auto;
}

/* Ensure mobile search remains on top of sticky header */
.header-5 .mobile-search-wrapper {
    z-index: 1030 !important; 
}


/* --- Mobile Layout & Icon Visibility Fixes --- */
@media (max-width: 991px) {
    /* Main Container: Strict Flex Row */
    .header-5 .h5-main-inner {
        display: flex !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        justify-content: space-between !important;
        padding-left: 10px;
        padding-right: 10px;
    }

    /* 1. Mobile Menu Toggle */
    .header-5 .h5-mobile-nav {
        flex: 0 0 auto;
        margin-right: 10px !important;
    }
    
    /* 2. Logo (Flexible but constrained) */
    .h5-logo {
        flex: 1 1 auto; /* Allow taking space but shrinkable */
        width: auto !important;
        min-width: 0; /* Allow flex shrink */
        max-width: 140px; /* Cap width */
        margin-right: 0 !important; /* Let flexbox handle spacing */
        display: flex !important;
        align-items: center;
        justify-content: flex-start; /* keep logo near menu or center? User screenshot implies near menu */
    }
    .h5-logo a {
        display: block;
        line-height: 1;
        max-width: 100%;
    }
    .h5-logo img {
        display: block !important;
        visibility: visible !important;
        width: auto !important;
        max-width: 100%;
        max-height: 50px !important;
        height: auto !important;
    }

    /* 3. Right Area (Icons) - Fixed width, do not shrink */
    .header-5 .h5-right {
        display: flex !important;
        flex: 0 0 auto;
        justify-content: flex-end;
        align-items: center;
        width: auto !important;
        white-space: nowrap !important;
        position: static !important;
    }
    
    /* Ensure Icons container takes space */
    .header-5 .h5-icons {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end;
        width: auto !important;
        flex-wrap: nowrap !important;
    }

    /* Force all icon links to be visible blocks */
    .header-5 .h5-icon-link,
    .header-5 .quick-access,
    .header-5 #header-cart {
        display: inline-flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        height: auto !important;
        width: auto !important;
        flex-shrink: 0; 
    }
    
    /* Compact Spacing for Icons */
    .header-5 .h5-icon-link {
        margin: 0 3px !important; 
    }
    .header-5 .h5-cart-wrapper {
        margin-left: 3px !important;
    }
    
    /* Ensure Cart Button itself is visible */
    .header-5 #header-cart .btn {
        padding: 0 !important;
    }

    .header-5 #header-cart .btn #cart-total{
      margin-top:10px;
    }
}
/* for product metafiled css */
.header-5 #header-cart .dropdown-menu:after {
    content: "";
    display: block;
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 20px;
    background: transparent;
}