/*===============================================
	[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: #F04d6a;
}
.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);
  }
}
/*EFFECT fadeInDown*/
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  animation-duration: 1.5s;
}
/*EFFECT fadeInUp*/
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  animation-duration: 1.5s;
}
/*EFFECT fadeInLeft*/
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  animation-duration: 1.5s;
}
/*EFFECT fadeInRight*/
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  animation-duration: 1.5s;
}
.rtl .fadeInRight {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.rtl .fadeInLeft {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
/*EFFECT zoomIn*/
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  animation-duration: 1.5s;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
/*EFFECT jumpping*/
@keyframes jumpping {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  40% {
    transform: translate3d(0, var(--jump-y, 20px), var(--jump-x, 0));
  }
}
.jump {
  animation: jumpping 6s infinite linear;
}
/*===============================================
    [SASS DIRECTORY ]

    [1] BLOCK HEADER


==============================================*/
.common-home #content {
  clear: both;
}
.common-home .typeheader-46 .container-megamenu.horizontal ul.megamenu > li.home > a:before {
  width: 100%;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}
.typeheader-46 {
  /*=====SEARCH ======*/
  /*BLOCK CART*/
  /*MENU MEGA*/
}
.typeheader-46 .setting {
  float: right;
  position: relative;
  padding-right: 15px;
  margin-top: 6px;
}
.typeheader-46 .setting .fa {
  margin: 6px 0;
  cursor: pointer;
  margin-left: 5px;
}
.typeheader-46 .setting:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  margin: 0;
  display: block !important;
}
.typeheader-46 .setting .account {
  clear: both;
  padding-top: 10px;
}
.typeheader-46 .setting .account .dropdown-menu, .typeheader-46 .setting .box-lang-cunrent .dropdown-menu {
  display: none;
  opacity: 1;
  visibility: visible;
  position: relative;
  box-shadow: none;
}
.typeheader-46 .setting .dropdown-menu {
  padding: 10px;
  transition: all 0s ease-out;
  -moz-transition: all 0s ease-out;
  -webkit-transition: all 0s ease-out;
}
.typeheader-46 .setting .dropdown-menu .dropdown, .typeheader-46 .setting .dropdown-menu .dropdown-menu {
  padding: 0;
  padding-left: 20px;
}
.typeheader-46 .setting > .dropdown-toggle {
  cursor: pointer;
  margin-bottom: 0px;
  color: #262626;
  padding: 0;
  height: 35px;
  position: relative;
  padding-left: 40px;
}
.typeheader-46 .setting > .dropdown-toggle:before {
  content: "";
  position: absolute;
  width: 31px;
  height: 31px;
  background: url(../../images/icon-account.png) no-repeat left top;
  left: 0;
  top: -2px;
}
.typeheader-46 .setting span.dropdown-toggle {
  text-transform: uppercase;
  color: #222;
  font-weight: bold;
}
.typeheader-46 .setting .btn-link {
  text-transform: uppercase;
  color: #222;
  font-weight: bold;
  padding: 5px 0;
  padding-bottom: 0;
}
.typeheader-46 .setting .btn-link img {
  margin-right: 5px;
  margin-top: -2px;
}
.typeheader-46 .setting .btn-link span {
  display: inline-block !important;
}
.typeheader-46 .setting ul.dropdown {
  padding-left: 15px;
  margin-bottom: 10px;
}
.typeheader-46 .block-cart {
  float: right;
  position: relative;
  padding-left: 15px;
}
.typeheader-46 .block-cart .title {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  color: #222222;
}
.typeheader-46 .block-cart .handle {
  background: url(../../images/icon-image.png) no-repeat -13px -13px;
  width: 36px;
  height: 34px;
}
.typeheader-46 .block-cart .total-shopping-cart {
  font-size: 12px;
  color: #F04d6a;
  margin-bottom: 0;
  margin-top: -9px;
}
.typeheader-46 .block-cart .shoppingcart-box {
  min-width: 300px;
  top: 110% !important;
  position: absolute;
  background-color: #fff;
  border: none;
  border-radius: 0;
  box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.255);
  -webkit-box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.255);
}
.typeheader-46 .block-cart .shoppingcart-box:before {
  content: "";
  display: block;
  background: transparent;
  height: 25px;
  position: absolute;
  top: -25px;
  width: 100%;
}
.typeheader-46 .block-cart .shoppingcart-box p.empty {
  padding-top: 15px;
}
.typeheader-46 .block-cart .shoppingcart-box .minicart-title {
  background: #666666;
  padding: 0 25px;
}
.typeheader-46 .block-cart .shoppingcart-box .minicart-title span {
  font-size: 12px;
  color: #fff;
  line-height: 41px;
}
.typeheader-46 .block-cart .shoppingcart-box .minicart-title span.price-title {
  float: right;
}
.typeheader-46 .block-cart .shoppingcart-box li.content-item {
  background: #f2f2f2;
  margin-bottom: 15px;
  padding: 0 15px;
}
.typeheader-46 .block-cart .shoppingcart-box li.content-item table {
  margin-bottom: 0;
}
.typeheader-46 .block-cart .shoppingcart-box li.content-item .table-striped > tbody > tr:nth-of-type(odd) {
  background: none;
}
.typeheader-46 .block-cart .shoppingcart-box .checkout {
  padding: 0 15px;
  margin-bottom: 15px;
}
.typeheader-46 .block-cart .shoppingcart-box .table > tbody > tr > td, .typeheader-46 .block-cart .shoppingcart-box .table > tbody > tr > th, .typeheader-46 .block-cart .shoppingcart-box .table > tfoot > tr > td, .typeheader-46 .block-cart .shoppingcart-box .table > tfoot > tr > th, .typeheader-46 .block-cart .shoppingcart-box .table > thead > tr > td, .typeheader-46 .block-cart .shoppingcart-box .table > thead > tr > th {
  border: none;
}
.typeheader-46 ul.top-link {
  list-style: none;
  margin: 0;
  float: right;
}
.typeheader-46 ul.top-link > li {
  float: left;
  position: relative;
  list-style: outside none none;
  padding-left: 20px;
  margin-left: 20px;
  padding-right: 0;
  border-left: 1px solid #333;
  font-size: 12px;
}
.typeheader-46 ul.top-link > li i {
  padding-right: 5px;
}
.typeheader-46 ul.top-link > li.language {
  min-height: 23px;
}
.typeheader-46 ul.top-link > li .fa-caret-down {
  font-size: 12px;
}
.typeheader-46 ul.top-link > li > a {
  font-size: 12px;
  color: #898989;
  line-height: 40px;
}
.typeheader-46 ul.top-link > li > a:hover {
  color: #fff;
}
.typeheader-46 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-46 .welcome-msg {
  line-height: 40px;
}
.typeheader-46 .lang-curr {
  float: right;
}
.typeheader-46 .lang-curr > li {
  float: left;
  padding: 0;
  position: relative;
  padding-left: 18px;
  margin-left: 18px;
}
.typeheader-46 .lang-curr > li:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 12px;
  background-color: #818181;
  top: 14px;
  left: 0;
}
.typeheader-46 .lang-curr > li.currency:before {
  display: none;
}
.typeheader-46 .lang-curr > li .btn-group {
  padding: 0;
}
.typeheader-46 .lang-curr > li .btn-group .btn-link {
  padding: 0;
  line-height: 40px;
  padding-right: 0;
  border: none;
  color: #1c1c1c;
  font-size: 14px;
  font-weight: 400;
}
.typeheader-46 .lang-curr > li .dropdown-menu {
  left: auto;
  right: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .typeheader-46 .lang-curr > li .dropdown-menu img {
    position: relative;
    top: -2px;
  }
}
.typeheader-46 .navbar-logo .logo {
  margin-top: 2px;
}
.typeheader-46 .help-icon {
  margin-right: 48px;
  float: left;
}
.typeheader-46 .help-icon span {
  color: #262626;
  margin-left: 6px;
}
.typeheader-46 .help-icon:hover span {
  color: #F04d6a;
}
.typeheader-46 div.banner15 {
  float: left;
}
.typeheader-46 .searchbox {
  position: absolute;
  top: 35px;
  left: 0px;
  margin-right: 0;
  padding: 0;
  width: 212px;
  border: none;
}
.typeheader-46 .searchbox .search {
  display: none;
}
.typeheader-46 #sosearchpro .dropdown-menu .media-body .box-price span {
  float: left;
  padding-left: 0px;
  padding-right: 10px;
}
.typeheader-46 .search-header-w {
  float: left;
  padding: 0px 0;
  margin-top: 2px;
  position: relative;
  /*=====SEARCH ======*/
}
.typeheader-46 .search-header-w .icon-search {
  cursor: pointer;
}
.typeheader-46 .search-header-w .icon-search i {
  font-size: 19px;
  margin-right: 8px;
}
.typeheader-46 .search-header-w .icon-search span {
  color: #262626;
  text-transform: capitalize;
}
.typeheader-46 .search-header-w .icon-search:hover i, .typeheader-46 .search-header-w .icon-search:hover span {
  color: #F04d6a;
}
.typeheader-46 .search-header-w #sosearchpro {
  padding: 0;
  width: 100%;
}
.typeheader-46 .search-header-w #sosearchpro .search {
  position: relative;
  margin: 0;
  width: 100%;
  border-radius: 3px;
}
.typeheader-46 .search-header-w #sosearchpro .search .select_category {
  border: none;
  border-right: 1px solid #d7d7d7;
  background-color: #f5f5f5;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  width: 22%;
}
.typeheader-46 .search-header-w #sosearchpro .search .select_category select {
  height: 30px;
  line-height: 30px;
  color: #666666;
  font-size: 12px;
  padding: 0 15px;
}
.typeheader-46 .search-header-w #sosearchpro .search .select_category select:hover {
  cursor: pointer;
}
.typeheader-46 .search-header-w #sosearchpro .search .select_category.icon-select:after {
  color: #999;
  background-color: #f5f5f5;
  font-size: 16px;
  line-height: 30px;
  right: 0;
  left: auto;
}
.typeheader-46 .search-header-w #sosearchpro .search .input-group-btn {
  width: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.typeheader-46 .search-header-w #sosearchpro .search .search {
  width: 200px;
}
.typeheader-46 .search-header-w #sosearchpro .search button {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  padding: 0px;
  border-radius: 0;
  background: transparent;
}
.typeheader-46 .search-header-w #sosearchpro .search button:hover i {
  color: #F04d6a;
}
.typeheader-46 .search-header-w #sosearchpro .search button i {
  font-size: 16px;
  color: #444;
}
.typeheader-46 .search-header-w #sosearchpro .search button span {
  display: none;
}
.typeheader-46 .search-header-w #sosearchpro .search input {
  padding: 0 15px;
  border: none;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  background-color: #fff;
  z-index: 0;
  height: 32px;
  font-size: 12px;
  width: 100%;
  color: #999;
  border: 1px solid #dbdbdb;
  border-bottom: 2px solid #dbdbdb;
}
.typeheader-46 .search-header-w #sosearchpro .search input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.typeheader-46 .search-header-w #sosearchpro .search input:-ms-input-placeholder {
  color: #999;
}
.typeheader-46 .search-header-w #sosearchpro .search input::-webkit-input-placeholder {
  color: #999;
}
.typeheader-46 .search-header-w #sosearchpro .search input:focus {
  z-index: 0;
}
.typeheader-46 .main-menu-w {
  text-align: center;
}
.typeheader-46 .shopping_cart {
  float: right;
  position: relative;
}
.typeheader-46 .shopping_cart .btn-shopping-cart .top_cart {
  position: relative;
}
.typeheader-46 .shopping_cart .btn-shopping-cart .top_cart .icon-c {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  float: left;
  text-align: center;
  line-height: 40px;
}
.typeheader-46 .shopping_cart .btn-shopping-cart .top_cart .icon-c i {
  font-size: 18px;
  color: #252525;
}
.typeheader-46 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner {
  float: left;
  height: 40px;
  line-height: 40px;
}
.typeheader-46 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .text-shopping-cart {
  font-size: 14px;
  color: #262626;
  margin: 0;
}
.typeheader-46 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .total-shopping-cart {
  font-size: 12px;
  float: left;
  line-height: 100%;
  font-weight: 700;
}
.typeheader-46 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .total-shopping-cart .items_carts, .typeheader-46 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .total-shopping-cart .items_cart2 {
  display: none;
}
.typeheader-46 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .total-shopping-cart .items_cart {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  position: absolute;
  top: -1px;
  left: 20px;
  font-size: 12px;
  color: #fff;
  background-color: #F04d6a;
}
.typeheader-46 .shopping_cart .dropdown-menu {
  top: 100%;
  right: -15px;
  left: auto;
  color: #666;
}
.typeheader-46 .shopping_cart .shoppingcart-box:before {
  right: 50px;
}
.typeheader-46 .megamenu-style-dev .navbar-default {
  background: transparent;
}
.typeheader-46 .megamenu-pattern .container {
  width: auto;
}
@media (min-width: 992px) {
  .typeheader-46 .container-megamenu.horizontal ul.megamenu > li {
    margin-right: 40px;
    float: none;
    display: inline-block;
    text-align: left;
  }
}
.typeheader-46 .container-megamenu.horizontal ul.megamenu > li > a {
  line-height: 100%;
  color: #333333;
  font-size: 15px;
  font-weight: 500;
  padding: 25px 0;
  position: relative;
  text-transform: capitalize;
}
@media (min-width: 992px) {
  .typeheader-46 .container-megamenu.horizontal ul.megamenu > li > a:after {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    bottom: 10px;
    left: 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;
  }
}
.typeheader-46 .container-megamenu.horizontal ul.megamenu > li > a .caret {
  display: none;
}
.typeheader-46 .container-megamenu.horizontal ul.megamenu > li > a:before {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  content: "";
  height: 4px;
  width: 0;
  position: absolute;
  left: 0;
  background: #F04d6a;
  bottom: 0;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.typeheader-46 .container-megamenu.horizontal ul.megamenu > li > a strong {
  font-weight: 500;
}
.typeheader-46 .container-megamenu.horizontal ul.megamenu > li > a strong img {
  display: none;
}
@media (min-width: 992px) {
  .typeheader-46 .container-megamenu.horizontal ul.megamenu > li:hover > a, .typeheader-46 .container-megamenu.horizontal ul.megamenu > li.active > a, .typeheader-46 .container-megamenu.horizontal ul.megamenu > li.menu_active > a {
    color: #F04d6a;
  }
  .typeheader-46 .container-megamenu.horizontal ul.megamenu > li:hover > a:after, .typeheader-46 .container-megamenu.horizontal ul.megamenu > li.active > a:after, .typeheader-46 .container-megamenu.horizontal ul.megamenu > li.menu_active > a:after {
    width: 100%;
  }
  .typeheader-46 .container-megamenu.horizontal ul.megamenu > li:hover > a:before, .typeheader-46 .container-megamenu.horizontal ul.megamenu > li.active > a:before, .typeheader-46 .container-megamenu.horizontal ul.megamenu > li.menu_active > a:before {
    width: 100%;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
  }
}
.typeheader-46 .header-bottom, .typeheader-46 .header-top {
  background: #fff;
  border-bottom: 1px solid rgba(235, 235, 235, 0.5);
}
.typeheader-46 .header-top {
  border-bottom: 1px solid rgba(235, 235, 235, 0.5);
  padding: 20px 49px;
}
.typeheader-46 .header-top .top-left {
  margin-top: 5px;
}
.common-home .typeheader-46 .header-bottom {
  border-bottom: none;
}
/*====================update opencart4===================*/
.typeheader-46 .setting .box-lang-cunrent .btn-group {
  display: block;
}
.typeheader-46 .setting .box-lang-cunrent .btn-group button {
  border: none;
}
.typeheader-46 .search-header-w #sosearchpro .search .select_category {
  display: none;
}
html, body:not(.common-home), body:not(.common-home) #wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  width: 100%;
}
#content .so-groups-sticky.right {display: none;}
.footer-sec-whatsappIcon {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 20;
}
.footer-sec-whatsappIcon img {
    width: 60px;
    height: 60px;
}
#common-success{  
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  flex: 1;
}
.layout-46 .success-order.success-box {
  background: #fff;
  box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
  padding: 2rem;
}
.layout-46 .success-order.success-box h2 {
  margin-top: -42px;
}
.layout-46 .success-box.success-order .swal2-icon.swal2-success{
  display: flex;
    margin: auto;
    bottom: 55px;
    font-size: 13px;
    position: relative;
    box-sizing: content-box;
    width: 5em;
    height: 5em;
    border: 0.25em solid transparent;
    border-radius: 50%;
}
.layout-46 .success-box.success-order .swal2-success-line-tip{
  background-color: #fff;
  top: 2.875em;
  left: 0.8125em;
  width: 1.5625em;
  transform: rotate(45deg);
  display: block;
  position: absolute;
  z-index: 2;
  height: 0.3125em;
  border-radius: 0.125em;
}
.layout-46 .success-box.success-order .swal2-success-line-long{
  background-color: #fff;
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
    transform: rotate(-45deg);
    display: block;
    position: absolute;
    z-index: 2;
    height: 0.3125em;
    border-radius: 0.125em;
}
.layout-46 .success-order.success-box {
  background: #fff;
  box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
  padding: 2rem;
}
.layout-46 .success-order.success-box h2 {
  margin-top: -42px;
}
.layout-46 .success-box.success-order .tect-center{
  display: grid;
}
.layout-46 .success-box.success-order .tect-center .btn.btn-primary{
padding: 12px 15px;
}
.success-box{
  background: #e7e7e7;
  padding: 40px;
  border-radius: 5px;
  text-align: center;
  margin: 20px 0;
}
.success-box h2{
  font-size: 24px;
  font-weight: 500;
  color: #000;
  margin: 0;
}
.success-box p{
  font-size: 15px;
  margin: 25px 0;  
}
.success-box .tick-icon{
  background: green;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px;
  border-radius: 50%;
  margin: 25px auto;
}
header.typeheader-46 .navbar-logo {
  flex-shrink: 0;
}
header.typeheader-46 .navbar-logo .logo{
  max-height: 70px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
header.typeheader-46 .navbar-logo img{
  width: auto;
  height: auto;
  max-width: 100%;max-height: 70px;
}
.success-box .tick-icon svg{
  stroke: #fff;
}
.checkout-form.form-horizontal {
  padding-left: 0;
  padding-right: 0;
  margin-top: 25px;
}

.checkout-form.form-horizontal .form-group{
  margin-bottom: 5px;
}

.checkout-form.form-horizontal .flex-row{
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

.checkout-form.form-horizontal .control-label {
  text-align: left;
  color: #444;
  font-size: 14px;
  font-weight: 500;
}

.checkout-form.form-horizontal .control-label::before{
  content: none;
}

.checkout-form .form-group .control-label::after {
    content: '';
}

.checkout-form .form-group.required .control-label::after {
    content: ' *';
    color: #f00;
    font-weight: bold;
}

.checkout-form.form-horizontal .text-danger {
  color: #F00 !important;
  display: inline-block;
  background-color: transparent;
  padding: 0;
  margin: 0;
  margin-top: 2px;
  border-radius: 0;
  font-size: 12px;
  line-height: normal;
}

.checkout-form.form-horizontal .form-control {
  border: 1px solid #ddd;
  border-radius: 3px;
  font-family: Inter,sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  outline: none;
  padding: 5px 12px;
  text-align: left;
  background-color: #fff;
}
.ribbon {
  font-size: 14px !important;
  width: 90%;
  position: relative;
  background: #008000;
  color: #fff;
  text-align: center;
  padding: 10px 10px;
  margin: 10px auto 20px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  line-height: 20px;
}

.ribbon:before, .ribbon:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -16px;
  border: 16px solid #256e25;
  z-index: -1;
}

.ribbon:before {
  left: -24px;
  border-right-width: 24px;
  border-left-color: transparent;
}

.ribbon:after {
  right: -24px;
  border-left-width: 24px;
  border-right-color: transparent;
}

.ribbon-content {
  font-weight: 500 !important;
}

.ribbon .ribbon-content:before, .ribbon .ribbon-content:after {
  content: "";
  position: absolute;
  display: block;
  border-style: solid;
  border-color: #094809 transparent transparent transparent;
  bottom: -16px;
}

.ribbon .ribbon-content:before {
  left: 0;
  border-width: 16px 0 0 16px;
}

.ribbon .ribbon-content:after {
  right: 0;
  border-width: 16px 16px 0 0;
}
#content_qs .nopadd {
    padding-left: 15px;
    padding-right: 15px;
}
.grouped_total.fixed .info-headertext {
    display: none;
}
.visible-xs {
    display: none !important;
}
@media(max-width: 768px){
  .success-box h2 {
    font-size: 20px;
  }
   .success-box p {
    font-size: 14px;
  }
  .layout-46 header.typeheader-46 .header-bottom {
    background: transparent;
  }
  .otherThemeQS#quick-shop .grouped_total .totel-box {
    width: 50% !important;
  }
   .hidden-xs {
    display: none !important;
  }
  .visible-xs {
    display: block !important;
  }
  .otherThemeQS#quick-shop #quick_shop_product tbody td.sqty {font-size: 12px;}
  .ribbon {
    font-size: 12px !important;
    width: 85% !important;
    padding: 5px 5px !important;
    line-height: 20px;
  }
}