/*===============================================
	[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: #0f1159;
}
.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-15 .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-15 {
  /*=====SEARCH ======*/
  /*BLOCK CART*/
  /*MENU MEGA*/
}
.typeheader-15 .setting {
  float: right;
  position: relative;
  padding-right: 15px;
  margin-top: 6px;
}
.typeheader-15 .setting .fa {
  margin: 6px 0;
  cursor: pointer;
  margin-left: 5px;
}
.typeheader-15 .setting:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  margin: 0;
  display: block !important;
}
.typeheader-15 .setting .account {
  clear: both;
  padding-top: 10px;
}
.typeheader-15 .setting .account .dropdown-menu, .typeheader-15 .setting .box-lang-cunrent .dropdown-menu {
  display: none;
  opacity: 1;
  visibility: visible;
  position: relative;
  box-shadow: none;
}
.typeheader-15 .setting .dropdown-menu {
  padding: 10px;
  transition: all 0s ease-out;
  -moz-transition: all 0s ease-out;
  -webkit-transition: all 0s ease-out;
}
.typeheader-15 .setting .dropdown-menu .dropdown, .typeheader-15 .setting .dropdown-menu .dropdown-menu {
  padding: 0;
  padding-left: 20px;
}
.typeheader-15 .setting > .dropdown-toggle {
  cursor: pointer;
  margin-bottom: 0px;
  color: #262626;
  padding: 0;
  height: 35px;
  position: relative;
  padding-left: 40px;
}
.typeheader-15 .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-15 .setting span.dropdown-toggle {
  text-transform: uppercase;
  color: #222;
  font-weight: bold;
}
.typeheader-15 .setting .btn-link {
  text-transform: uppercase;
  color: #222;
  font-weight: bold;
  padding: 5px 0;
  padding-bottom: 0;
}
.typeheader-15 .setting .btn-link img {
  margin-right: 5px;
  margin-top: -2px;
}
.typeheader-15 .setting .btn-link span {
  display: inline-block !important;
}
.typeheader-15 .setting ul.dropdown {
  padding-left: 15px;
  margin-bottom: 10px;
}
.typeheader-15 .block-cart {
  float: right;
  position: relative;
  padding-left: 15px;
}
.typeheader-15 .block-cart .title {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  color: #222222;
}
.typeheader-15 .block-cart .handle {
  background: url(../../images/icon-image.png) no-repeat -13px -13px;
  width: 36px;
  height: 34px;
}
.typeheader-15 .block-cart .total-shopping-cart {
  font-size: 12px;
  color: #0f1159;
  margin-bottom: 0;
  margin-top: -9px;
}
.typeheader-15 .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-15 .block-cart .shoppingcart-box:before {
  content: "";
  display: block;
  background: transparent;
  height: 25px;
  position: absolute;
  top: -25px;
  width: 100%;
}
.typeheader-15 .block-cart .shoppingcart-box p.empty {
  padding-top: 15px;
}
.typeheader-15 .block-cart .shoppingcart-box .minicart-title {
  background: #666666;
  padding: 0 25px;
}
.typeheader-15 .block-cart .shoppingcart-box .minicart-title span {
  font-size: 12px;
  color: #fff;
  line-height: 41px;
}
.typeheader-15 .block-cart .shoppingcart-box .minicart-title span.price-title {
  float: right;
}
.typeheader-15 .block-cart .shoppingcart-box li.content-item {
  background: #f2f2f2;
  margin-bottom: 15px;
  padding: 0 15px;
}
.typeheader-15 .block-cart .shoppingcart-box li.content-item table {
  margin-bottom: 0;
}
.typeheader-15 .block-cart .shoppingcart-box li.content-item .table-striped > tbody > tr:nth-of-type(odd) {
  background: none;
}
.typeheader-15 .block-cart .shoppingcart-box .checkout {
  padding: 0 15px;
  margin-bottom: 15px;
}
.typeheader-15 .block-cart .shoppingcart-box .table > tbody > tr > td, .typeheader-15 .block-cart .shoppingcart-box .table > tbody > tr > th, .typeheader-15 .block-cart .shoppingcart-box .table > tfoot > tr > td, .typeheader-15 .block-cart .shoppingcart-box .table > tfoot > tr > th, .typeheader-15 .block-cart .shoppingcart-box .table > thead > tr > td, .typeheader-15 .block-cart .shoppingcart-box .table > thead > tr > th {
  border: none;
}
.typeheader-15 ul.top-link {
  list-style: none;
  margin: 0;
  float: right;
}
.typeheader-15 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-15 ul.top-link > li i {
  padding-right: 5px;
}
.typeheader-15 ul.top-link > li.language {
  min-height: 23px;
}
.typeheader-15 ul.top-link > li .fa-caret-down {
  font-size: 12px;
}
.typeheader-15 ul.top-link > li > a {
  font-size: 12px;
  color: #898989;
  line-height: 40px;
}
.typeheader-15 ul.top-link > li > a:hover {
  color: #fff;
}
.typeheader-15 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-15 .welcome-msg {
  line-height: 40px;
}
.typeheader-15 .lang-curr {
  float: right;
}
.typeheader-15 .lang-curr > li {
  float: left;
  padding: 0;
  position: relative;
  padding-left: 18px;
  margin-left: 18px;
}
.typeheader-15 .lang-curr > li:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 12px;
  background-color: #818181;
  top: 14px;
  left: 0;
}
.typeheader-15 .lang-curr > li.currency:before {
  display: none;
}
.typeheader-15 .lang-curr > li .btn-group {
  padding: 0;
}
.typeheader-15 .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-15 .lang-curr > li .dropdown-menu {
  left: auto;
  right: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .typeheader-15 .lang-curr > li .dropdown-menu img {
    position: relative;
    top: -2px;
  }
}
.typeheader-15 .navbar-logo .logo {
  margin-top: 2px;
}
.typeheader-15 .help-icon {
  margin-right: 48px;
  float: left;
}
.typeheader-15 .help-icon span {
  color: #262626;
  margin-left: 6px;
}
.typeheader-15 .help-icon:hover span {
  color: #0f1159;
}
.typeheader-15 div.banner15 {
  float: left;
}
.typeheader-15 .searchbox {
  position: absolute;
  top: 35px;
  left: 0px;
  margin-right: 0;
  padding: 0;
  width: 212px;
  border: none;
}
.typeheader-15 .searchbox .search {
  display: none;
}
.typeheader-15 #sosearchpro .dropdown-menu .media-body .box-price span {
  float: left;
  padding-left: 0px;
  padding-right: 10px;
}
.typeheader-15 .search-header-w {
  float: left;
  padding: 0px 0;
  margin-top: 2px;
  position: relative;
  /*=====SEARCH ======*/
}
.typeheader-15 .search-header-w .icon-search {
  cursor: pointer;
}
.typeheader-15 .search-header-w .icon-search i {
  font-size: 19px;
  margin-right: 8px;
}
.typeheader-15 .search-header-w .icon-search span {
  color: #262626;
  text-transform: capitalize;
}
.typeheader-15 .search-header-w .icon-search:hover i, .typeheader-15 .search-header-w .icon-search:hover span {
  color: #0f1159;
}
.typeheader-15 .search-header-w #sosearchpro {
  padding: 0;
  width: 100%;
}
.typeheader-15 .search-header-w #sosearchpro .search {
  position: relative;
  margin: 0;
  width: 100%;
  border-radius: 3px;
}
.typeheader-15 .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-15 .search-header-w #sosearchpro .search .select_category select {
  height: 30px;
  line-height: 30px;
  color: #666666;
  font-size: 12px;
  padding: 0 15px;
}
.typeheader-15 .search-header-w #sosearchpro .search .select_category select:hover {
  cursor: pointer;
}
.typeheader-15 .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-15 .search-header-w #sosearchpro .search .input-group-btn {
  width: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.typeheader-15 .search-header-w #sosearchpro .search .search {
  width: 200px;
}
.typeheader-15 .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-15 .search-header-w #sosearchpro .search button:hover i {
  color: #0f1159;
}
.typeheader-15 .search-header-w #sosearchpro .search button i {
  font-size: 16px;
  color: #444;
}
.typeheader-15 .search-header-w #sosearchpro .search button span {
  display: none;
}
.typeheader-15 .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-15 .search-header-w #sosearchpro .search input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.typeheader-15 .search-header-w #sosearchpro .search input:-ms-input-placeholder {
  color: #999;
}
.typeheader-15 .search-header-w #sosearchpro .search input::-webkit-input-placeholder {
  color: #999;
}
.typeheader-15 .search-header-w #sosearchpro .search input:focus {
  z-index: 0;
}
.typeheader-15 .main-menu-w {
  text-align: center;
}
.typeheader-15 .shopping_cart {
  float: right;
  position: relative;
}
.typeheader-15 .shopping_cart .btn-shopping-cart .top_cart {
  position: relative;
}
.typeheader-15 .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-15 .shopping_cart .btn-shopping-cart .top_cart .icon-c i {
  font-size: 18px;
  color: #252525;
}
.typeheader-15 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner {
  float: left;
  height: 40px;
  line-height: 40px;
}
.typeheader-15 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .text-shopping-cart {
  font-size: 14px;
  color: #262626;
  margin: 0;
}
.typeheader-15 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .total-shopping-cart {
  font-size: 12px;
  float: left;
  line-height: 100%;
  font-weight: 700;
}
.typeheader-15 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .total-shopping-cart .items_carts, .typeheader-15 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .total-shopping-cart .items_cart2 {
  display: none;
}
.typeheader-15 .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: #0f1159;
}
.typeheader-15 .shopping_cart .dropdown-menu {
  top: 100%;
  right: -15px;
  left: auto;
  color: #666;
}
.typeheader-15 .shopping_cart .shoppingcart-box:before {
  right: 50px;
}
.typeheader-15 .megamenu-style-dev .navbar-default {
  background: transparent;
}
.typeheader-15 .megamenu-pattern .container {
  width: auto;
}
@media (min-width: 992px) {
  .typeheader-15 .container-megamenu.horizontal ul.megamenu > li {
    margin-right: 40px;
    float: none;
    display: inline-block;
    text-align: left;
  }
}
.typeheader-15 .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-15 .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-15 .container-megamenu.horizontal ul.megamenu > li > a .caret {
  display: none;
}
.typeheader-15 .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: #0f1159;
  bottom: 0;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.typeheader-15 .container-megamenu.horizontal ul.megamenu > li > a strong {
  font-weight: 500;
}
.typeheader-15 .container-megamenu.horizontal ul.megamenu > li > a strong img {
  display: none;
}
@media (min-width: 992px) {
  .typeheader-15 .container-megamenu.horizontal ul.megamenu > li:hover > a, .typeheader-15 .container-megamenu.horizontal ul.megamenu > li.active > a, .typeheader-15 .container-megamenu.horizontal ul.megamenu > li.menu_active > a {
    color: #0f1159;
  }
  .typeheader-15 .container-megamenu.horizontal ul.megamenu > li:hover > a:after, .typeheader-15 .container-megamenu.horizontal ul.megamenu > li.active > a:after, .typeheader-15 .container-megamenu.horizontal ul.megamenu > li.menu_active > a:after {
    width: 100%;
  }
  .typeheader-15 .container-megamenu.horizontal ul.megamenu > li:hover > a:before, .typeheader-15 .container-megamenu.horizontal ul.megamenu > li.active > a:before, .typeheader-15 .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-15 .header-bottom, .typeheader-15 .header-top {
  background: #fff;
  border-bottom: 1px solid rgba(235, 235, 235, 0.5);
}
.typeheader-15 .header-top {
  border-bottom: 1px solid rgba(235, 235, 235, 0.5);
  padding: 20px 49px;
}
.typeheader-15 .header-top .top-left {
  margin-top: 5px;
}
.common-home .typeheader-15 .header-bottom {
  border-bottom: none;
}
/*====================update opencart4===================*/
.typeheader-15 .setting .box-lang-cunrent .btn-group {
  display: block;
}
.typeheader-15 .setting .box-lang-cunrent .btn-group button {
  border: none;
}
.typeheader-15 .search-header-w #sosearchpro .search .select_category {
  display: none;
}
