@charset "UTF-8";
/*===============================================
	[SASS DIRECTORY ]
	
    [1] Minxin Link
    [2] Minxin Button
    [3] Minxin Triangle
    [4] Minxin LABEL PRODUCT
    [5] Minxin Scrollbars
    [6] Minxin Dev Custom
  
==============================================*/
.no-margin {
  margin: 0 !important;
}
/*Dev Custom */
/*====================================================*/
.lib-list-item-product2 {
  border: none;
}
.lib-list-item-product2 .image-dev .list-button-dev {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
}
.lib-list-item-product2 .image-dev .list-button-dev li {
  display: inline-block;
  float: left;
  height: 40px;
  width: 40px;
  background: #fff;
  position: relative;
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: #ddd;
  opacity: 0;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.lib-list-item-product2 .image-dev .list-button-dev li:nth-child(1) {
  transform: translateX(40px);
  -moz-transform: translateX(40px);
  -webkit-transform: translateX(40px);
  -ms-transform: translateX(40px);
  z-index: 1;
  transition-delay: 0s;
}
.lib-list-item-product2 .image-dev .list-button-dev li:nth-child(2) {
  transition-delay: 0.2s;
  z-index: 2;
}
.lib-list-item-product2 .image-dev .list-button-dev li:nth-child(3) {
  transition-delay: 0.2s;
  z-index: 2;
}
.lib-list-item-product2 .image-dev .list-button-dev li:nth-child(4) {
  transform: translateX(-40px);
  -moz-transform: translateX(-40px);
  -webkit-transform: translateX(-40px);
  -ms-transform: translateX(-40px);
  z-index: 1;
  transition-delay: 0s;
}
.lib-list-item-product2 .image-dev .list-button-dev li:first-child {
  border-left: 1px solid #ddd;
}
.lib-list-item-product2 .image-dev .list-button-dev li a, .lib-list-item-product2 .image-dev .list-button-dev li button {
  background: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  line-height: 40px;
  text-align: center;
  box-shadow: none;
  border: none;
  color: #555;
  width: 40px;
  padding: 0;
}
.lib-list-item-product2 .image-dev .list-button-dev li:hover {
  background: #f6412d;
}
.lib-list-item-product2 .image-dev .list-button-dev li:hover a, .lib-list-item-product2 .image-dev .list-button-dev li:hover button {
  color: #fff;
}
.lib-list-item-product2 .caption-dev {
  text-align: center;
  padding: 0 15px;
}
.lib-list-item-product2 .caption-dev .rating-dev {
  margin: 5px 0;
}
.lib-list-item-product2 .caption-dev .rating-dev .fa-stack-2x {
  font-size: 11px;
}
.lib-list-item-product2 .caption-dev .title-dev {
  color: #444;
  font-size: 13px;
}
.lib-list-item-product2 .caption-dev .price-dev .price.product-price {
  font-size: 16px;
}
.lib-list-item-product2 .caption-dev .price-dev .price-new {
  font-size: 16px;
}
.lib-list-item-product2 .caption-dev .price-dev .price-old {
  font-size: 12px;
}
.lib-list-item-product2 .caption-dev .add-cart-dev {
  background: #fff;
  border: 1px solid #ddd;
  font-size: 12px;
  text-transform: uppercase;
  color: #999;
  font-weight: bold;
  box-shadow: none;
  border-radius: 0;
  padding: 6px 20px;
  margin: 0 0 30px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.lib-list-item-product-over2 .image-dev .list-button-dev li {
  opacity: 1;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(1) {
  transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transition-delay: 0.2s;
}
.lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(2) {
  transition-delay: 0s;
}
.lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(3) {
  transition-delay: 0s;
}
.lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(4) {
  transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transition-delay: 0.2s;
}
/*EFECT PRODUCT NUMBER*/
.lib-two-img {
  position: relative;
  display: block;
}
.lib-two-img .img-1 {
  opacity: 1;
  position: relative;
  transition: all 0.5s ease-in-out;
}
.lib-two-img .img-2 {
  position: absolute;
  z-index: 0;
  top: 0;
  opacity: 0;
  display: block;
  transition: all 0.5s ease-in-out;
  left: 50%;
  transform: translateX(-50%);
}
.lib-two-img-over .img-1 {
  opacity: 0;
  transform-style: inherit;
  transition: all 0.5s ease-in-out;
}
.lib-two-img-over .img-2 {
  opacity: 1;
  transform-style: inherit;
  transition: all 0.5s ease-in-out;
}
/*EFFECT SLIDERHOME*/
@keyframes myeffect-slideshow {
  0% {
    opacity: 0;
    transform: translateY(-300px);
    -webkit-transform: translateY(-300px);
    -moz-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    -o-transform: translateY(-300px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
@-webkit-keyframes myeffect-slideshow {
  0% {
    opacity: 0;
    transform: translateY(-300px);
    -webkit-transform: translateY(-300px);
    -moz-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    -o-transform: translateY(-300px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
@-moz-keyframes myeffect-slideshow {
  0% {
    opacity: 0;
    transform: translateY(-300px);
    -webkit-transform: translateY(-300px);
    -moz-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    -o-transform: translateY(-300px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
/*===============================================
    [SASS DIRECTORY ]
    
    [1] BLOCK HEADER

    
==============================================*/
/*====================*/
/* BUZZ OUT
/*====================*/
@-webkit-keyframes buzz-out-on-hover {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes buzz-out-on-hover {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
.buzz-out-on-hover {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.buzz-out-on-hover:hover, .buzz-out-on-hover:focus, .buzz-out-on-hover:active {
  -webkit-animation-name: buzz-out-on-hover;
  animation-name: buzz-out-on-hover;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@media (min-width: 1650px) {
  .wrapper-full .container {
    max-width: 1230px;
    padding: 0 15px;
    width: 100%;
  }
}
.common-home .typeheader-33 {
  border: none;
}
.typeheader-33 {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  /*=====SEARCH ======*/
  /*BLOCK CART*/
  /*MENU MEGA*/
  /*-- MEGA MENU VERTICAL --*/
}
.typeheader-33.navbar-compact .header-middle {
  padding: 10px 0;
}
.typeheader-33.navbar-compact #cart {
  margin-top: 3px;
}
.typeheader-33 .header-top {
  font-size: 13px;
  color: #fff;
  background-color: #333;
display:none;
}
.typeheader-33 .header-top .module {
  display: table-cell;
  margin-bottom: 0;
}
.typeheader-33 .header-top .dropdown-menu li {
  line-height: 22px;
}
.typeheader-33 .telephone ul li {
  font-size: 13px;
  line-height: 40px;
  display: inline-block;
  position: relative;
  list-style: outside none none;
  padding-right: 18px;
  margin-right: 18px;
  padding-left: 0;
}
.typeheader-33 .telephone ul li i {
  margin-right: 5px;
}
.typeheader-33 .telephone ul li a {
  color: #fff;
}
.typeheader-33 .telephone ul li:first-child:after {
  background-color: #fff;
  content: "";
  height: 11px;
  position: absolute;
  right: 0;
  top: 15px;
  width: 1px;
}
.typeheader-33 .lang-curr {
  float: right;
}
.typeheader-33 .lang-curr .btn-group {
  display: block;
}
.typeheader-33 .lang-curr .dropdown-menu {
  min-width: 130px;
}
.typeheader-33 ul.top-link > li.language .btn-link img {
  margin-top: -3px;
  margin-right: 6px;
}
.typeheader-33 ul.top-link {
  list-style: none;
  margin: 0;
  vertical-align: top;
  float: right;
  display: inline-flex;
}
.typeheader-33 ul.top-link > li {
  position: relative;
  list-style: outside none none;
  padding-left: 20px;
  margin-left: 20px;
  padding-right: 0;
  line-height: 40px;
}
.typeheader-33 ul.top-link > li .btn-group .btn-link {
  padding: 0;
  border: none;
  color: #fff;
  font-size: 13px;
}
.typeheader-33 ul.top-link > li:after {
  background-color: #fff;
  content: "";
  height: 11px;
  position: absolute;
  left: 0;
  top: 15px;
  width: 1px;
}
.typeheader-33 ul.top-link > li > a {
  font-size: 13px;
  color: #fff;
  padding: 0;
}
.typeheader-33 ul.top-link > li i {
  padding: 0 3px;
}
.typeheader-33 ul.top-link > li.account:hover ul.dropdown-link {
  top: 34px;
  z-index: 9999;
  opacity: 1;
  border-top: 1px solid rgba(200, 199, 199, 0.3);
}
.typeheader-33 ul.top-link > li.currency:after {
  display: none;
}
 .typeheader-33 .header-middle .compare {
  float: left;
}
 .typeheader-33 .header-middle .compare {
  text-align: center;
  
}
.typeheader-33 .header-middle .link-lg a, .typeheader-33 .header-middle .compare a {
  color: #222;
}
.typeheader-33 .header-middle .link-lg i, .typeheader-33 .header-middle .compare i,i.fa.fa-shopping-bag {
  font-size: 32px;
color: #8f755e;
}
.typeheader-33 .header-middle .link-lg span, .typeheader-33 .header-middle .compare span {
  font-weight: 600;
  display: block;
  line-height: 100%;
}
.link-lg a {
display: flex;
    justify-content: unset;
    align-items: end;
    font-size: 16px;
font-weight: 600 !important;
    color: #8f755e !important;
gap:2px;
}
.shopping_cart span {
    font-size: 16px;
    font-weight: 600;
    color: #8f755e;
}

.typeheader-33 .chosen-container-single .chosen-single div {
  display: none;
}
.typeheader-33 #sosearchpro .search {
  position: relative;
  margin: 0;
  border: 1px solid transparent;
  border-radius: 5px;
  width: 100%;
}
.typeheader-33 #sosearchpro .search .select_category {
  border: none;
  width: 180px;
  background-color: #fff;
  border-right: 1px solid #ddd;
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
display: none;
}
.typeheader-33 #sosearchpro .search .select_category select {
  height: 40px;
  line-height: 40px;
  color: #484848;
  font-size: 13px;
  padding: 0 15px;
}
.typeheader-33 #sosearchpro .search .select_category select:hover {
  cursor: pointer;
}
.typeheader-33 #sosearchpro .search .select_category.icon-select:after {
  color: #484848;
  font-size: 14px;
  line-height: 40px;
  right: 0;
  left: auto;
  font-family: "FontAwesome";
  content: "ïƒ—";
  position: absolute;
  height: 100%;
  width: 25px;
}
.typeheader-33 #sosearchpro .search button {
  position: absolute;
  top: 0px;
  right: 0px;
  height:50px;
  text-align: center;
  line-height: 50px;
  padding: 0 15px;
  font-size: 14px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.typeheader-33 #sosearchpro .search button i {
  font-size: 16px;
  color: #000;
}
.typeheader-33 #sosearchpro .search button span {
  display: none;
}
.typeheader-33 #sosearchpro .search input {
  border: none;
  border-radius: 5px;
  background-color: #fff;
  z-index: 0;
  height: 50px;
  padding-left: 20px;
  width: 100%;
  background-color: #fff;
  color: #000 !important;
    font-size: 16px;
    font-weight: 600;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.typeheader-33 #sosearchpro .search input::-moz-placeholder {
  color: #888888;
  opacity: 1;
}
.typeheader-33 #sosearchpro .search input:-ms-input-placeholder {
  color: #888888;
}
.typeheader-33 #sosearchpro .search input::-webkit-input-placeholder {
  color: #888888;
}
.typeheader-33 #sosearchpro .search input:focus {
  z-index: 0;
}
.typeheader-33 .shopping_cart {

  position: relative;
}
.typeheader-33 .shopping_cart .btn-shopping-cart .top_cart {
  position: absolute;
}
.typeheader-33 .shopping_cart .btn-shopping-cart .top_cart .icon-c {
  width: 20px;
  height: 18px;
  background: url(../../images/icon/id33-cart.png) no-repeat center 1px;
  position: relative;
  display: inline-block;
  width: 100%;
}
.typeheader-33 .shopping_cart .btn-shopping-cart .top_cart .icon-c i {
  display: none;
}
.typeheader-33 .shopping_cart .btn-shopping-cart .top_cart .shopcart {
  text-align: center;
}
.typeheader-33 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner {
  color: #222;
}
.typeheader-33 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .text-shopping-cart {
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 0;
  line-height: 100%;
  text-transform: capitalize;
    display: none;
}
.typeheader-33 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .total-shopping-cart {
  line-height: 100%;
}
.typeheader-33 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .total-shopping-cart .items_carts, .typeheader-33 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .total-shopping-cart .items_cart2 {
  display: none;
}
.typeheader-33 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .total-shopping-cart .items_cart {
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  position: absolute;
    top: 9px;
    left: 2.8px;
    font-size: 14px;
  color: #ff106c;
}
.typeheader-33 .shopping_cart .dropdown-menu {
  top: 120%;
  right: -15px;
  left: auto;
  color: #888;
}
.typeheader-33 .shopping_cart .shoppingcart-box:before {
  right: 50px;
}
.sub-menu .html h3 {
 color: #000;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    border-bottom: 1px solid #c29f76;
    margin-bottom: 15px;
    padding: 0px 0px 10px 0px;
    width: 40%;
    overflow: visible;
    text-wrap: nowrap;
}

.sub-menu li a {
   
    font-size: 15px;
color: #7d7b7b !important;
    font-weight: 500;
    line-height: 28px;
padding:10px 0px;
text-transform: capitalize;
}

.typeheader-33 .megamenu-style-dev .navbar-default {
  background: transparent;
}
.typeheader-33 .container-megamenu.horizontal ul.megamenu > li {
  margin-right: 0px !important;
}
.typeheader-33 .container-megamenu.horizontal ul.megamenu > li > a {
    line-height: 100%;
    padding: 14px 0 16px 0;
    color: #222;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 0;
    position: relative;
}
.typeheader-33 .container-megamenu.horizontal ul.megamenu > li > a:before {
  position: absolute;
  content: "";
  width: 0%;
  height: 2px;
  top: -1px;
  left: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.typeheader-33 .container-megamenu.horizontal ul.megamenu > li > a strong {
  font-weight: 600;
}
.typeheader-33 .container-megamenu.horizontal ul.megamenu > li:hover > a::before, .typeheader-33 .container-megamenu.horizontal ul.megamenu > li.active > a::before, .typeheader-33 .container-megamenu.horizontal ul.megamenu > li.menu_active > a::before {
  width: 100%;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.typeheader-33 .container-megamenu.vertical {
  position: relative;
}
.typeheader-33 .container-megamenu.vertical #menuHeading .megamenuToogle-wrapper {
  background-color: transparent;
}
.typeheader-33 .container-megamenu.vertical #menuHeading .megamenuToogle-pattern .container {
  color: #222;
  background-color: transparent;
  padding: 0 !important;
  text-shadow: none;
  line-height: 100%;
}
.typeheader-33 .container-megamenu.vertical #menuHeading .megamenuToogle-pattern .container > div {
  padding-top: 0;
  margin-right: 15px;
}
.typeheader-33 .container-megamenu.vertical #menuHeading .megamenuToogle-pattern .container > div span {
  background-color: #222;
}
.typeheader-33 .container-megamenu.vertical #menuHeading .megamenuToogle-pattern .container:after {
  font-family: "FontAwesome";
  content: "ï„‡";
  font-size: 16px;
  color: #222;
  position: absolute;
  right: 20px;
  top: 0;
  font-weight: 400;
}

.header-middle .html .row {
    align-items: unset !important;
    display: flex;
    padding: 20px 20px;
}

.shopping_wishlist {
    padding-top: 7px;
}


.header-middle .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
padding: 0 8%;
}

.sub-menu ul {
    padding: 0px !important;
}

.midde-right {
    display: flex;
    justify-content: space-between;
align-items: center;
    padding: 0;
    gap: 25px;}

.header-bottom.hidden-compact .container {
    width: 100% !important;
}


span.labelhot {
    display: none;
}




.header-bottom.hidden-compact.stickyHead {
    display: block !important;
    position: fixed !important;
    top: 0px;
    z-index: 100;
    background: #fff;
    width: 100%;
}


@media (min-width: 992px) {
  .typeheader-33 .container-megamenu.vertical .vertical-wrapper {
    visibility: hidden;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    position: absolute;
    width: 100%;
    top: 60px;
  }
  .typeheader-33 .container-megamenu.vertical:hover .vertical-wrapper {
    visibility: visible;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    top: 40px;
  }
}
.common-home .typeheader-33 .container-megamenu.horizontal ul.megamenu > li.menu-layouts > a::before {
  width: 100%;
}
/*====================update opencart4===================*/
.typeheader-33 #sosearchpro .search {
  flex-wrap: nowrap;
}
.typeheader-33 #sosearchpro .search input {
  margin: 0 0px;
}
.typeheader-33 #sosearchpro .search .input-group-btn {
  margin: 0;
}
.typeheader-33 ul.top-link > li .btn-group .fa-caret-down:before {
  content: "ï„‡";
}
.typeheader-33 .header-middle > .container:before, .typeheader-33 .header-middle > .container:after, .typeheader-33 .header-bottom > .container:before, .typeheader-33 .header-bottom > .container:after {
  content: "";
  display: table;
  clear: both;
}


.search-header-w {
    height: 0px;
        transition: height 1s ease;
    overflow: hidden;
display: flex;
    justify-content: center;

    flex-wrap: wrap;
}

.search-header-w.toggle-class {
    display: flex !important;
visibility: visible;
    transition: all .5s;
    height: 400px;
    padding: 20px 0px;
}

button.searchToggleCloseBtn {
    height: fit-content;
    background: none;
    border: none;
    position: absolute;
    right: 50px;
    top: 20px;
    font-size: 40px;
    font-weight: 700;
    color: #8f755e;
}


header.typeheader-33 #sosearchpro .search {
    
    border: none;
    border-radius: 5px;
    background-color: #fff;
    z-index: 0;
    height: 50px;
    padding-left: 20px;
    width: 90%;
    background-color: #fff;
    color: #000 !important;
    font-size: 16px;
    font-weight: 600;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-top: 100px;
    box-shadow: 0px 5px 13px -3px;
    margin-left: auto;
    margin-right: auto;
}


header.typeheader-33 #sosearchpro .search button {
    background-color: unset !important;
}

h3.searchTitle {
    font-size: 40px;
    color: #000;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.searchToggle {
    padding-top: 5px;
}
.shopping_cart {
    padding-top: 5px;
}
shopping_wishlist {
    padding-top: 5px;
}


header.typeheader-33 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .total-shopping-cart .items_cart {
    background-color: unset;
}

.header-middle {
    padding-top: 10px;
}

.megamenu-pattern .container {
    width: unset !important;
}
