/*===============================================
	[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: #82b236;
}
.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 Down*/
@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;
}
/*EFFECT scrolling*/
@keyframes scrolling {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@media (max-width: 600px) {
  :root {
    --marquee-width: 100vw;
    --marquee-height: 16vh;
    --marquee-elements-displayed: 3;
  }
  .marquee:before, .marquee:after {
    width: 5rem;
  }
}
@keyframes elementor-animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes dynamic {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes radiate {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(2);
    opacity: 0;
  }
}
/*===============================================
    [SASS DIRECTORY ]
    
    [1] BLOCK HEADER  
==============================================*/
.typeheader-1 {
  background-color: #fff;
  /*=====SEARCH ======*/
  /*BLOCK Wishlist*/
  /*BLOCK CART*/
  /*MENU*/
  /*MENU MEGA*/
}
.typeheader-1.navbar-compact {
  box-shadow: none;
  background-color: #fff;
}
.typeheader-1 .container-full {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.typeheader-1 .header-top {
  font-size: 13px;
  border-bottom: 1px solid #ebebeb;
}
.typeheader-1 .header-top > .row {
  margin: 0 30px;
}
.wrapper-boxed .typeheader-1 .header-top > .row {
  margin: 0 15px;
}
.typeheader-1 .header-top .module {
  display: table-cell;
  margin-bottom: 0;
}
.typeheader-1 .header-top .dropdown-menu li {
  line-height: 22px;
}
.typeheader-1 .header-bottom {
  padding: 19px 0;
}
.typeheader-1 .header-bottom > .row {
  margin: 0 30px;
}
.wrapper-boxed .typeheader-1 .header-bottom > .row {
  margin: 0 15px;
}
.typeheader-1 .header-logo {
  position: relative;
}
.typeheader-1 .dropdown-menu {
  margin-top: 1px;
}
.typeheader-1 .dropdown-menu li {
  margin-bottom: 0px;
}
.typeheader-1 .dropdown-menu li > a {
  padding: 4px 0px;
  font-size: 12px;
  color: #495057;
  display: block;
}
.typeheader-1 .dropdown-menu li > a:hover {
  color: #82b236;
}
.typeheader-1 .dropdown-menu li > a img {
  vertical-align: -1px;
  margin-right: 5px;
}
.typeheader-1 .dropdown-menu li:last-child {
  margin-bottom: 0;
}
.typeheader-1 ul.top-link {
  list-style: none;
  margin: 0;
  vertical-align: top;
  float: right;
  display: inline-flex;
}
.typeheader-1 ul.top-link > li {
  line-height: 44px;
  position: relative;
  list-style: none;
  margin-left: 10px;
  padding-right: 0px;
  padding-left: 10px;
  margin-right: 0px;
}
.typeheader-1 ul.top-link > li:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 16px;
  top: 15px;
  left: 0;
  background-color: #e1e1e1;
}
.typeheader-1 ul.top-link > li .btn-group {
  line-height: 44px;
}
.typeheader-1 ul.top-link > li .btn-group .btn-link {
  padding: 0;
  border: none;
  color: #545454;
  font-size: 12px;
}
.typeheader-1 ul.top-link > li .btn-group .btn-link img {
  vertical-align: -1px;
}
.typeheader-1 ul.top-link > li > a {
  color: #545454;
  font-size: 12px;
}
.typeheader-1 ul.top-link > li > a i {
  margin-right: 5px;
  color: #b3b3b3;
}
.typeheader-1 ul.top-link > li.currency {
  padding-right: 0px;
  margin-right: 0px;
}
.typeheader-1 ul.top-link > li.currency .dropdown-menu {
  min-width: 100px;
}
.typeheader-1 .top-log li {
  line-height: 44px;
}
.typeheader-1 .top-log li:first-child {
  padding-right: 0;
}
.typeheader-1 .top-log li i {
  margin-right: 5px;
}
.typeheader-1 .compare, .typeheader-1 .top-link-wishlist {
  width: 44px;
  height: 44px;
  border: 2px solid #e5e5e5;
  font-size: 18px;
  color: #282828;
  border-radius: 5px;
  display: block;
  text-align: center;
  line-height: 44px;
}
.typeheader-1 .welcome-msg {
  line-height: 44px;
}
.typeheader-1 .telephone {
  float: right;
  line-height: 44px;
}
.typeheader-1 .telephone p {
  margin: 0;
}
.typeheader-1 .telephone {
  color: #545454;
  margin-left: 5px;
}
.typeheader-1 .search-header-w {
  margin: 10px 5px;
  position: relative;
  float: right;
  width: 25px;
  height: 25px;
}
.typeheader-1 .search-header-w:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 20px;
  background-color: #f6eadc;
  top: 2px;
  right: -8px;
}
.typeheader-1 .search-header-w .icon-search {
  width: 20px;
  height: 20px;
}
.typeheader-1 .search-header-w .icon-search i {
  font-size: 20px;
  color: #777;
  font-weight: 700;
}
.typeheader-1 .search-header-w .icon-search:hover {
  cursor: pointer;
}
.typeheader-1 .search-header-w #sosearchpro .search {
  display: none;
  position: absolute;
  z-index: 99;
  top: -8px;
  right: 0px;
  left: auto;
  margin-right: 0;
  padding: 0;
  width: 270px;
}
.typeheader-1 .search-header-w #sosearchpro .search button {
  padding: 0 15px;
}
.typeheader-1 #sosearchpro .text-keyword {
  padding-left: 20px;
  margin-top: 5px;
}
.typeheader-1 #sosearchpro .text-keyword .title-key b {
  font-weight: 400;
  color: #545454;
}
.typeheader-1 #sosearchpro .text-keyword .item-key a {
  color: #898989;
  text-decoration: underline;
}
.typeheader-1 #sosearchpro .search {
  position: relative;
  margin: 0;
  width: 270px;
  border: 1px solid #ebebeb;
}
.typeheader-1 #sosearchpro .search .select_category {
  display: none;
}
.typeheader-1 #sosearchpro .search button {
  position: absolute;
  top: 1px;
  right: 1px;
  height: 36px;
  text-align: center;
  line-height: 40px;
  padding: 0 8px;
  font-size: 14px;
  color: #ddd;
  border-radius: 0;
  background-color: #fff;
}
.typeheader-1 #sosearchpro .search button i {
  font-size: 18px;
  color: #444;
  font-weight: 600;
}
.typeheader-1 #sosearchpro .search button span {
  display: none;
}
.typeheader-1 #sosearchpro .search input {
  border: none;
  border-radius: 0px;
  background-color: #fff;
  z-index: 0;
  height: 38px;
  padding-left: 20px;
  font-size: 12px;
  width: 100%;
  background-color: #fff;
  color: #999;
}
.typeheader-1 #sosearchpro .search input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.typeheader-1 #sosearchpro .search input:-ms-input-placeholder {
  color: #999;
}
.typeheader-1 #sosearchpro .search input::-webkit-input-placeholder {
  color: #999;
}
.typeheader-1 #sosearchpro .search input:focus {
  z-index: 0;
}
.typeheader-1 #sosearchpro .search .input-group-btn {
  width: auto;
  margin: 0;
}
.typeheader-1 .search-header-w #sosearchpro .search.nav-open {
  display: block;
}
.typeheader-1 .search-screen {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.typeheader-1 .search-screen.nav-open {
  opacity: 1;
  visibility: visible;
}
.typeheader-1 ul.signin-w > li {
  position: relative;
}
.typeheader-1 ul.signin-w > li > a {
  display: inline-block;
  padding: 7px 0;
}
.typeheader-1 ul.signin-w > li > a i {
  font-size: 16px;
  display: none;
}
.typeheader-1 ul.signin-w .lbl-or {
  color: #898989;
}
.typeheader-1 .wishlist > a {
  display: flex;
  padding: 0;
  border: 1px solid #eee;
  width: 50px;
  height: 50px;
  color: #222;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.typeheader-1 .wishlist > a:hover {
  border-color: #222;
}
.typeheader-1 .shopping_cart {
  margin: 5px 15px;
  padding: 0;
  float: right;
  position: relative;
}
.typeheader-1 .shopping_cart .btn-shopping-cart .top_cart {
  line-height: 100%;
}
.typeheader-1 .shopping_cart .btn-shopping-cart .top_cart .icon-c {
  float: left;
}
.typeheader-1 .shopping_cart .btn-shopping-cart .top_cart .icon-c svg {
  width: 25px;
  height: 25px;
  fill: #777;
}
.typeheader-1 .shopping_cart .btn-shopping-cart .top_cart .shopcart {
  display: inline-flex;
}
.typeheader-1 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner {
  display: inline-block;
  line-height: 40px;
}
.typeheader-1 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .text-shopping-cart {
  display: none;
}
.typeheader-1 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .total-shopping-cart .items_cart2, .typeheader-1 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .total-shopping-cart .items_carts {
  display: none;
}
.typeheader-1 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .total-shopping-cart .items_cart {
  background-color: #82b236;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  font-size: 12px;
  color: #fff;
  display: block;
  text-align: center;
  line-height: 20px;
  position: absolute;
  top: -10px;
  right: -10px;
}
.typeheader-1 .shopping_cart .dropdown-menu .empty {
  font-size: 13px;
}
.typeheader-1 .main-menu-w {
  padding-right: 8%;
}
.typeheader-1 .megamenu-style-dev .navbar-default {
  background: transparent;
}
.typeheader-1 .megamenu-style-dev .megamenu i.fa {
  padding-right: 5px;
  padding-left: 0px;
  font-size: 18px;
}
.typeheader-1 .container-megamenu.horizontal ul.megamenu > li > a {
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  position: relative;
  padding: 15px 20px;
  font-weight: 500;
  line-height: 100%;
  color: #222;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.typeheader-1 .container-megamenu.horizontal ul.megamenu > li > a img {
  height: auto;
  margin-right: 10px;
}
.typeheader-1 .container-megamenu.horizontal ul.megamenu > li > a:hover {
  color: #82b236;
}
.typeheader-1 .container-megamenu.horizontal ul.megamenu > li .sub-menu .content {
  border-radius: 0 0 0px 0px;
  box-shadow: 0 0 7px #00000012;
}
.typeheader-1 .container-megamenu.horizontal ul.megamenu > li.item-special > a {
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
}
.typeheader-1 .container-megamenu.horizontal ul.megamenu > li.item-special > a:before {
  display: none;
}
.typeheader-1 .container-megamenu.horizontal ul.megamenu > li.item-special > a:hover {
  color: #82b236;
}
.typeheader-1 .container-megamenu.horizontal ul.megamenu > li.style-full > .sub-menu {
  right: 0 !important;
  left: 0 !important;
}
@media (min-width: 1367px) {
  .typeheader-1 .container-megamenu.horizontal ul.megamenu > li > .sub-menu {
    max-width: 100%;
  }
  .typeheader-1 .container-megamenu.horizontal ul.megamenu > li.style-mega > .sub-menu {
    margin-left: -76px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .typeheader-1 .container-megamenu.horizontal ul.megamenu > li > .sub-menu {
    max-width: 150%;
  }
  .typeheader-1 .container-megamenu.horizontal ul.megamenu > li.style-mega > .sub-menu {
    margin-left: -76px;
  }
}
