/* @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap'); */
:root{
  --blue: #142E92;
  --green: #5BCBCC;
  --bg: #EEEEEE;
  --sale: #951717;
  --white: #FEFEFE;
  --star: #F38500;
  --new: #173595;
  --text-gradient: linear-gradient(270deg, #142E92 1.78%, #58C5CA 97.11%);
  --roboto: 'Roboto', sans-serif;
  --text: #555;
  --bg-gradient: linear-gradient(90deg, #5FC6CC 0%, #153093 100%);

}
.bg-gradient {
  background: var(--bg-gradient);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style-type: none;
  font-family: var(--roboto);
}
h5 {
  text-transform: none;
}
p {
  font-size: 16px;
  line-height: 18.75px;
}
.header-container .col-xs-1, .header-container .col-xs-2, .header-container .col-xs-3, .header-container .col-xs-4, .header-container .col-xs-5, .header-container .col-xs-6, .header-container .col-xs-7, .header-container .col-xs-8, .header-container .col-xs-9, .header-container .col-xs-10, .header-container .col-xs-11, .header-container .col-xs-12 {
  position:relative;width:100%;padding-right:15px;padding-left:15px;
}
.header-container .col-xs-1 {
  -ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}
.header-container .col-xs-2 {
  -ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%
}
.header-container .col-xs-3 {
  -ms-flex:0 0 25%;flex:0 0 25%;max-width:25%
}
.header-container .col-xs-4 {
  -ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%
}
.header-container .col-xs-5 {
  -ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%
}
.header-container .col-xs-6 {
  -ms-flex:0 0 50%;flex:0 0 50%;max-width:50%
}
.header-container .col-xs-7 {
  -ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%
}
.header-container .col-xs-8 {
  -ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%
}
.header-container .col-xs-9 {
  -ms-flex:0 0 75%;flex:0 0 75%;max-width:75%
}
.header-container .col-xs-10 {
  -ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%
}
.header-container .col-xs-11 {
  -ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%
}
.header-container .col-xs-12 {
  -ms-flex:0 0 100%;flex:0 0 100%;max-width:100%
}
#page .cbp-hrmenu-tab .cbp-hrsub {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

div#iqitmegamenu-horizontal .col-xs-2 {
  width: auto;
}
/*Mobile Menu animation*/
.menu{
  height: 50px;
  padding: 30px;
  /* background-image: url(../../img/header/mobile-bg-s.jpg); */
  /* background-repeat: no-repeat; */
  /* background-position: center; */
  /* filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.25)); */
  background-color: #fff;
  box-shadow: 0 5px 7px -7px #000;
  border-radius: 10px;
}
.menu:before{
  content: url(../../img/header/mobile-bg-s.jpg);
  position: absolute;
  left: calc(50% - 45px);
  top: 16px;
}
.menu__trigger{
  position: absolute;
  top: 45px;
  left: calc(50% - 25px);
  width: 50px;
  height: 50px;
  background-color: var(--blue);
  border-radius: 50%;
  cursor: pointer;
  transition: .35s ease;
  object-fit: contain;
  object-position: center;
  padding: 5px;
}
.menu__base {
  width: 25px;
  height: 25px;
  object-fit: contain;
}
.menu__item {
  position: absolute;
  width: 35px;
  height: 35px;
  top: 70px;
  border-radius: 50%;
  padding: 5px;
  background-color: var(--white);
  border: none;
  z-index: -1000;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu__item > img {
  width: 100%;
}
.menu__item--0{ transition: .35s ease; left: calc(50% - 30px);}
.menu__item--1{ transition: .35s ease .1s; left: calc(50% - 30px);}
.menu__item--2{ transition: .35s ease .2s; right: calc(50% - 30px);}
.menu__item--3{ transition: .35s ease .3s; right: calc(50% - 30px);}

.is-rotate {
  transform: rotateZ(225deg);
  background-color: var(--green);
}
.item-0 { top: 75px; left: calc(50% - 75px); opacity: 1;}
.item-1 { top: 105px; left: calc(50% - 45px); opacity: 1;}
.item-2 { top: 105px; right: calc(50% - 45px); opacity: 1;}
.item-3 { top: 75px; right: calc(50% - 75px); opacity: 1;}



/* Custom Icons Here */
.icon-shoptech-contact::before{
  content: '';
  background-image: url(/themes/shoptech/img/icon-contact.png);
  background-size: 15px;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  display: flex;
}
.icon-shoptech-user::before{
  content: '';
  background-image: url(/themes/shoptech/img/icon-user.png);
  background-size: 15px;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  display: block;
  position: relative;
}
.icon-shoptech-cart::before{
  content: '';
  background-image: url(/themes/shoptech/img/header/icon-cart.png);
  background-size: 20px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  display: flex;
}
.icon-shoptech-cam::before{
  content: '';
  background-image: url(/themes/shoptech/img/header/icon-cart.png);
  background-size: 20px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  display: flex;
}
.icon-shoptech-search::before{
  content: '';
  background-image: url(/themes/shoptech/img/header/icon-search.png);
  background-size: 20px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  display: flex;
}
.icon-shoptech-wishlist::before{
  content: '';
  background-image: url(/themes/shoptech/img/header/icon-wishlist.png);
  background-size: 20px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  display: flex;
}
/* Body Changes */
body .container{
  max-width: 1320px !important;
}
body .container-header{
  background-color:  transparent !important;
}

/* Header */
.header-container header .nav{
  border-bottom: 1px solid;
  border-image-source: linear-gradient(270deg, #5BCBCC 0%, #132D91 100%);
  border-width: 1px;
  border-image-slice: 1;
}
.header-container header .row #header_logo{
  height: unset !important;
}
.header-container header .nav{
  background-color: white !important;
}
#header .shopping_cart{
  margin-top: 45px;
}
/* Nav/Mega Menu */
.iqitmegamenu-wrapper #iqitmegamenu-horizontal{
  background-color: transparent !important;
}
.header-container .cbp-hrmenu > ul{
  justify-content: center;
  display: flex;
}
.header-container .cbp-hrmenu > ul > li{
  padding: .5rem 0;
}
.header-container .cbp-hrmenu > ul > li a span.cbp-tab-title{
  text-transform: none;
}
.header-container .cbp-hrmenu > ul > li a{
  background-color: transparent !important;
  color: #000 !important;
  font-size: 16px !important;
}

/* IqitContent */
.iqitcontent-element-id-44 .iqitcontent-column-inner > div.d-flex,
.iqitcontent-element-id-44,
.iqitcontent-element-id-37,
.iqitcontent-element-id-38{
  margin-top: 0 !important;
}
.iqitcontent-element-id-39,
.iqitcontent-element-id-43{
  height: 100%;
  margin-top: 0 !important;
}
.iqitcontent-element-id-42 .iqitcontent-column-inner > div.d-flex{
  background: #B8E1E2;
}
.iqitcontent-element-id-39 .iqitcontent-column-inner > div.d-flex{
  background: #95B7D1;
  height: 100%;
}
.iqitcontent-element-id-40 .iqitcontent-column-inner > div.d-flex{
  background: #A2ACD1;
}
.iqitcontent-element-id-39{
  margin-bottom: 10px !important;
}
.iqitcontent-element-id-40{
  margin-top: 10px !important;
}
.iqitcontent-element-id-42{
  padding-right: 5px;
}
.iqitcontent-element-id-43 .banner-img{
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.iqitcontent-element-id-38{
  display: flex;
  flex-direction: column;
}
.iqitcontent-element-id-38 .iqitcontent-column-inner{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.iqitcontent-element-id-44 .banner-img{
  justify-content: center;
  display: flex;
}
.banner-information{
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  width: 50%;
  padding: 0 10px;
}
.banner-img{
  width: 50%;
}
.banner-information h1{
  font-size: 34px;
  font-weight: 700;
  line-height: 40px;
  text-transform: none;
  color: white;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.banner-information p{
  font-size: 19px;
  text-align: center;
  line-height: 22px;
  font-weight: 400;
  color: #555;
}
.banner-information .banner-btn a{
  background: #5BCBCC;
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
  color: #000000 !important;
  font-size: 16px;
  padding: 10px 15px;
  font-weight: 700;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  text-transform: none !important;
}
.banner-information .banner-btn{
  height: 20%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

/*Header section*/
.st-list-row {
  padding: 0;
}
.st-icon-list {
  list-style-type: none;
  font-size: 16px;
  line-height: 16px;
}

/*Cube animation*/
@media(max-width: 999px) {
  .screen {
    margin: 0;
    /* border-radius: 1em; */
    /* background: #f2f2f2; */
    width: 100%;
    /* height: 100vh; */
    position: relative;
    /* perspective: 1000px; */
    /* overflow: hidden; */
    box-shadow: 0px 10px 30px 0 rgba(0,0,0,0.2);
  }
  #header {
    background: #fff;
  }
  body header#header > div:nth-child(3) {
      border-bottom: 0;
      box-shadow: none;
  }
/*       
  .shadow{
    position: absolute;
    margin: -5px auto;
    left :0; right:0;
    border-radius: 100%;
    box-shadow: 0px 0px 30px 30px rgba(0,0,0,0.2);
    width: 360px;
    height: 10px;
    background: rgba(0,0,0,0.2);
    z-index: -1;
  }
   */
  #cube_page {
    width: 100%;
    position: absolute;
    transform-style: preserve-3d;
    /* transform: translateZ(-260px) rotateY(0deg); */
    transition: all 0.5s ease;
}
  
  #cube_page figure {
  /*   margin-top: 40px; */
    width: 100%;
    margin: 0;
    min-height: 250px;
    display: block;
    position: absolute;
    transition: all 0.5s ease;
  }
  
  figure:nth-child(2){
    opacity: 1; 
    /* transform: rotateY(0deg) translateZ(260px) ; */
  }
  
  figure:nth-child(1){
    opacity: 0;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    color: var(--white);
    background: var(--blue);
    /* transform: rotateY(-90deg) translateZ(260px); */
  }
  label.select-label {
    display: block;
    text-transform: uppercase;
    padding: 1.1em 1.5em;
    letter-spacing: 1px;
    text-align:right;
    background : #40C8C4 ;
    color: #f2f2f2;
    cursor: pointer;
    box-shadow: 0 0px 20px 0 rgba(25, 42, 119, 0.4) ;
  }
  label.select-label .glyphicon {
    font-size: 0.9em;
    text-align: right;
    margin-right:20px;
  }
  ul {
    list-style-type: none;
  }
  #mobile_menu_list li {
    padding: 0.7em 2.5em;
    letter-spacing: 1px;
    text-align: left;
    margin: 0 auto;
    color: #f2f2f2;
    font-size: 1.3em;
    cursor: pointer;
    transition: all 0.5s ease;
  }
  #mobile_menu_list li:hover {
    color: #4974A7;
  }
  
  #mobile_menu_list .close_menu {
    /* background: #fff;*/
    color: #fff; 
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    line-height: 22px;
    position: sticky;
    top: 0;
  }
  #mobile_menu_list:nth-child(2n+1) a {
    font-family: var(--roboto);
    font-weight: 300;
    font-size: 16px;
    line-height: 40px;
    color: #FFFFFF !important;
  }
  #mobile_menu_list > li:nth-child(2) {
    font-family: var(--roboto);
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    padding-left: 40px;
    padding-top: 30px;
  }
  #mobile_menu_list .has-submenu > .list-drop {
    content: "+";
    padding: 30px 30px 0 0;
    font-size: 21px;
    color: #fff;
  }
  figure:nth-child(1)::-webkit-scrollbar-track
  {
    /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
    border-radius: 10px;
    background-color: #fff;
  }
  
  figure:nth-child(1)::-webkit-scrollbar
  {
    width: 12px;
    background-color: #fff;
  }
  
  figure:nth-child(1)::-webkit-scrollbar-thumb
  {
    border-radius: 10px;
    /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); */
    background-color: #58C4CA;
  }
  
  #mobile_menu_list li.has-submenu ul {
    height: 0;
    overflow: hidden;
  }
  #mobile_menu_list .has-submenu.drop-show ul {
    height: 100%;
    overflow: visible;
  }
      
  /* #mobile_menu_list li:nth-child(2) {
    margin-left: 100px;
    opacity: 0.9;
  }
  
  #mobile_menu_list li:nth-child(3) {
    margin-left: 200px;
    opacity: 0.7;
  }
  #mobile_menu_list li:nth-child(4) {
    margin-left: 300px;
    opacity: 0.5;
  }
  #mobile_menu_list li:nth-child(5) {
    margin-left: 400px;
    opacity: 0.3;
  } */
  #mobile_menu_list > li {
    margin-left: 500px;
    opacity: 0.1;
  }
  
  .move-left {
    margin-left: 0px !important;
    opacity: 1 !important;
  }
  .mobile-condensed-header.mobile-style.mobile-style1 {
    border-bottom: 0;
  }
  #header_links {
    display: none !important;
  }
  body .header-container header .nav {
    border: 0;
    text-align: center;
  }
  body .header-container header .nav p {
    width: 100%;
  }

}
figure:nth-child(1) {
  display: none;
}
.tnt-search-mobile {
  margin: 0 auto;
  opacity: 0;
  max-height: 0;
  transition: all 0.5s ease-out;
  background: #fff;
  /* overflow: hidden; */
}
.tnt-search-mobile #search_tnt_top {
  margin: 0 auto;
}
.tnt-search-mobile #search_tnt_top #tntSearchQuery {
  border-radius: 22px;
  padding: 10px 20px;
  box-shadow: 0 5px 7px -7px #000;
  border: 1px solid var(--blue);
}
.search_show {
  max-height: 50px !important;
  opacity: 1 !important;
  transition: all 0.5s ease-out;
  padding-top: 5px;
  padding-bottom: 5px;
}
#desktop-header #tntSearchQuery {
  border-radius: 16px !important;
  border-color: var(--blue) !important;
}
.tnt-search-desktop.hide-desktop-search {
  /* max-width: 0; */
  opacity: 0;
  transition: all 0.2s ease-out;
}
.tnt-search-desktop {
  transition: all 0.5s ease-out;
  padding-left: 10px;
  max-width: 320px;
  max-height: 100%;
  top: -5px;
}
#iqitmegamenu-horizontal.cbp-sticky {
  opacity: 1;
  background: #fff !important;
}
.transform-none {
  transform: none !important;
  transform-style: unset !important;
}


.logo-sticky {
  position: absolute;
  bottom: 45px;
  z-index: 2;
  width: 160px;
  height: auto;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
#mh-sticky.sticked .logo-sticky {
  display: block;
}
#mh-sticky.sticked .mobile-main-wrapper {
  display: none;
}
header .mobile-condensed-header #mh-sticky.sticked {
  background: transparent;
  box-shadow: none;
}
#shopping_cart_container.stickCart {
    right: unset !important;
}
header#header > div:nth-child(3) {
    background: #fff;
    box-shadow: 0px 2px 10px rgb(228 228 228);
    border-image-source: linear-gradient(270deg, #5BCBCC 0%, #132D91 100%);
    border-bottom: 4px solid;
    border-width: 1px;
    border-image-slice: 1;
}
body #shopping_cart_container .more_info {
    background: var(--blue);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    width: 18px;
    padding: 0;
    height: 18px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    position: absolute;
    top: -7px;
    right: -12px;
}

/*Topbar*/
.top-right-content #languages-block-top, .top-right-content #currencies-block-top {
    float: none;
}
.top-right-content {
    display: flex;
    align-items: center;
}
.top-right-content #languages-block-top div.current div:after, .top-right-content #currencies-block-top div.current div:after {
    content: url(../../img/header/icon-arrow-down.png);
}

/*Footer*/
#page .footer-container .footer-container-inner1 {
  display: none;
}
#page .footer-container {
  margin-top: 30px;
  position: relative;
}
#page .footer-container .footer-container-inner {
  background: linear-gradient(0deg, #F9F9F9 0%, #F8F8F8 90.8%) !important;
  box-shadow: 0px -4px 6px rgb(218 218 218);
  border-top: 0;
}
#page .footer-container .footer-container-inner, #page .footer-container .footer-container-inner #block_contact_infos > div ul li i, #page .footer-container .footer-container-inner h4, #page .footer-container .footer-container-inner h4 a, #page .footer-container .footer-container-inner h4 a:link, #page .footer-container .footer-container-inner h4 a:hover, #page .footer-container .footer-container-inner a, #page .footer-container .footer-container-inner a:link, #page .footer-container .footer-container-inner .bullet li a:before {
  color: var(--text) !important;
  border: 0;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
}
#page .footer-block h4, #page .footer-block h4 a {
  font-weight: 500 !important;
}
.footer-container .toggle-footer {
  margin-top: 30px;
}
#page .footer-container #footer .bullet li {
  border: 0;
}
#page .footer-container #footer .bullet li a, #page .footer-container #footer1 .bullet li a {
  padding-left: 0;
  text-transform: none;
}
#page .footer-container #footer .bullet li a:before, #page .footer-container #footer1 .bullet li a:before {
  display: none;
}
.footer-container:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(270deg, #5BCBCC 0%, #132D91 100%);
  position: absolute;
  top: 60px;
}

/*Homepage*/
.blue-heading {
  color: var(--blue);
  font-weight: 700;
  text-transform: none;
  font-size: 30px;
  line-height: 35.84px;
}
.blue-title {
  color: #153092;
  font-weight: 900;
  text-transform: none;
  font-size: 55px;
  line-height: 70px;
}
#page .green-btn {
  font-family: var(--roboto);
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  background: #5BCBCC;
  border: 2px solid #FFFFFF;
  box-sizing: border-box;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  color: #FFFFFF !important;
  padding: 5px;
  white-space: nowrap;
}
.box-border {
  background: #FAFAFA;
  border: 2px solid #FFFFFF !important;
  box-sizing: border-box;
}
.index-banner:before {
  background-image: url(../../img/home/triangle-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  content: "";
  width: 100vw;
  height: 100%;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 35px;
}
/* .iqitcontent-element-id-22 .nav-tabs {
  background: linear-gradient(270deg, #5BCBCC 0%, #132D91 100%);
  box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.25);
} */
/* .iqitcontent-element-id-22 .iqitcontent-column-inner > .tab-content {
  max-width: 1320px;
  margin: auto;
} */
.iqitcontent-element-id-22 .iqit-fullwidth-content {
  width: 100%;
}
.iqitcontent-element-id-23 {
  padding: 0;
}
#page #columns .iqitcontent-element-id-22 .nav-tabs > li > a {
  color: #fff !important;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  padding: 10px 15px;
}
#page #columns .iqitcontent-element-id-22 .nav-tabs > li {
  text-align: center;
  position: relative;
  z-index: 2;
  width: calc(100%/3);
}
/* #page .iqitcontent-element-id-22 .nav-tabs ul a.active:before {
  content: url(../../img/icon-active.png);
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
} */
.append-arrow {
  content: url(../../img/icon-active.png);
  position: absolute;
  bottom: 0;
  z-index: 2;
  transition: all 0.3s;
}
#page #columns .iqitcontent-element-id-22 .nav-tabs > li > a:hover {
  background: transparent !important;
}
.iqitcontent-element-id-22 .nav-tabs {
  /* background: linear-gradient(270deg, #5BCBCC 0%, #132D91 100%);
  box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.25); */
  display: flex;
  justify-content: space-around;
  padding: 11px;
  border-bottom: 0;
  position: relative;
}
.iqitcontent-element-id-22 .nav-tabs:before {
  content: "";
  background: linear-gradient(270deg, #5BCBCC 0%, #132D91 100%);
  box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.25);
  display: block;
  width: 100vw;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  top: 0;
  z-index: 1;
}

/*Product Listing*/
#page .product_list.grid > li {
  max-width: calc(100%/5);
  width: 100%;
  transition: all 0.3s;
  flex: unset;
  height: 320px;
}
.show-left-column #page .product_list.grid > li, .show-right-column #page .product_list.grid > li {
  max-width: calc(100%/4);
  width: 100%;
  transition: all 0.3s;
  flex: unset;
  height: 320px;
}
.show-left-column.show-right-column #page .product_list.grid > li {
  max-width: calc(100%/3);
  width: 100%;
  transition: all 0.3s;
  flex: unset;
  height: 320px;
}
#page .product_list .product-list-style1 .product-container {
  background: #f7f7f7;
  border: 0 !important;
}
#page .product_list .product-list-style2 .product-container {
  border: 0 !important;
  background: #FFFFFF;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
}
#page .product_list.grid .product-list-style3 .product-container, #page .product_list.grid .product-list-style2, #page .product_list.grid .product-list-style1 .product-container  {
  min-height: 290px;
}
#page .product_list .product-list-style3 .product-container {
  background: #FFFFFF;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
  border: 0 !important;
}
#page .product-container .product_img_link img {
  width: 180px;
  border: 0;
}
#page .product-container .right-block .product-name {
  font-size: 14px;
  line-height: 16px;
  color: var(--text) !important;
}
#page .product-list-style1 .product-container .right-block .product-name-container {
  height: 30px;
}
#page .product-list-style1 .product-container .right-block .product-name-container {
  height: 20px;
}
#page .product-container .right-block .button-container a {
  background: transparent !important;
  /* box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25); */
  /* border-radius: 6px; */
  color: var(--new) !important;
  font-weight: 500;
  margin-bottom: 10px;
  width: 170px;
  margin: 0 auto;
  position: relative;
  height: 30px;
  font-size: 18px;
  line-height: 21px;
  font-weight: 500;
}
#page .product-container .right-block .button-container .add-to-cart-price {
  box-sizing: border-box;
  padding: 0;
  width: 100%;
  background: linear-gradient(#fff, #fff), linear-gradient(to right, #142E92, #5BCBCC);
  border: 3px solid transparent !important;
  background-repeat: no-repeat;
  background-origin: padding-box, border-box;
  display: block;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
}
#page .product-container .right-block .button-container .add-to-cart-price::before {
  content: "";
  position: absolute;
  top: -3px;
  bottom: -3px;
  left: -3px;
  right: -3px;
  border: 5px solid #fff;
  border-radius: 5px;
}
#page .product-container .right-block .button-container .d-flex {
  border-radius: 6px;
  border-width: 4px !important;
  position: relative;
}
#page .product-container .right-block .button-container a .add-to-cart-price {
  position: relative;
  z-index: 2;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* #page .product-container .right-block .button-container a:before {
  content: "";
  width: 167.5px;
  height: 27.5px;
  background: #fff;
  display: block;
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  border-radius: 6px;
} */

/*Newsletter*/
#newsletter_block_left:before {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  height: 100%;
  transform: translateX(-50%);
  left: 50%;
  background: linear-gradient(88.85deg, #5BCBCC 0.55%, #132D91 100%);
  box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.25);
  top: 0;
  z-index: 1;
}
#page #newsletter_block_left h4 {
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  font-weight: bold;
  color: #fff !important;
  border-bottom: 0 !important;
}
#page #newsletter_block_left p {
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  color: #FFFFFF;
}
#page #center_column #newsletter-input {
  max-width: 530px;
  height: 40px;
  background: #F7F7F7;
  font-size: 20px;
  line-height: 23px;
  display: block;
  text-align: center;
  color: #555555 !important;
  margin: 0 auto 20px;
}
#index .button.button-small {
  color: #ffffff !important;
  background: var(--green) !important;
  border: 2px solid #FFFFFF !important;
  box-sizing: border-box;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
}
#module-giftcard-choicegiftcard .btn-primary {
  color: #ffffff !important;
  background: var(--blue) !important;
  border: 2px solid #FFFFFF !important;
  box-sizing: border-box;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  margin-bottom: 7px;
}
#page .button.button-small {
  color: #ffffff !important;
  /* background: var(--blue) !important; */
  border: 2px solid #FFFFFF !important;
  box-sizing: border-box;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
}
#page #newsletter_block_left button {
  max-width: 530px;
  width: 100%;
}
#page #newsletter_block_left {
  margin-top: 15px;
  position: relative;
  z-index: 2;
}
#page #newsletter_block_left > div {
  position: relative;
  z-index: 3;
  padding: 30px 0 15px;
}
/*Have a seat*/
.section-have-a-seat .bg-chair {
  background: url(../../img/home/chair.jpg);
  background-size: cover;
  height: 730px;
  width: 100%;
  background-repeat: no-repeat;
}
.bg-chair h3 {
  font-size: 36px;
  line-height: 40px;
  text-align: center;
  color: var(--text);
  max-width: 455px;
  text-transform: none;
}
.text-gradient {
  font-weight: 500;
  font-size: 34px;
  line-height: 40px;
  text-align: center;
  text-transform: none;
    background: linear-gradient(89.91deg, #5BCBCC 41.15%, #142E92 59.59%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.gradient-bg {
    background: linear-gradient(88.85deg, #5BCBCC 0.55%, #132D91 100%);
    box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.25);
    padding: 30px;
}
/*Section brands*/
.section-brands {
  margin-top: 50px;
}

/*Product Listing*/
#page .product-list-style1 .new-label, #page .product-list-style2 .new-label {
  color: #ffffff !important;
  background: var(--new) !important;
  font-size: 14px;
  line-height: 16px;
  position: relative;
  top: 0;
  padding: 5px;
  text-transform: none;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#page .product-list-style1 .sale-label, #page .product-list-style2 .sale-label {
  color: #ffffff !important;
  background: var(--sale) !important;
  font-size: 14px;
  line-height: 16px;
  position: relative;
  top: 0;
  padding: 5px;
  text-transform: none;
  width: 50px;
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#page .star_content {
  width: 80px;
  padding: 0;
}
#page .star {
  width: 14px;
  opacity: 1;
}
#page .star:after {
  content: url(../../img/product-list/icon-star-nofill.png);
}
#page .star.star_on:after {
  content: url(../../img/product-list/icon-star.png);
  opacity: 1;
}
#page .functional-buttons div.quickview a:before {
  background: url(../../img/product-list/icon-view.png);
  width: 17.6px;
  height: 12px;
  font-size: unset;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
#page .functional-buttons div.wishlist a:before {
  background: url(../../img/product-list/icon-wishlist.png);
  width: 18px;
  height: 14px;
  font-size: unset;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
#page .functional-buttons div.compare a:before {
  background: url(../../img/product-list/icon-compare.png);
  width: 15px;
  height: 15px;
  font-size: unset;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
#page .functional-buttons-grid {
  opacity: 1;
  visibility: visible;
  border: 0;
  background: transparent;
  width: 25px;
  position: absolute;
  right: 4px;
  top: 5px;
  height: 85px;
}
#page .functional-buttons > div {
  padding: 1px;
  border: 0 !important;
  position: relative;
  height: 22px;
  width: 22px;
  border-radius: 20px;
  margin: 0 auto 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: unset;
}
#page .functional-buttons > div a {
  display: flex;
}
#page .functional-buttons > div a:before {
  padding: 0;
  border: 0 !important;
  position: relative;
  margin-right: 0;
}
#page .functional-buttons div a span {
  position: absolute;
  left: 0;
}
#page .functional-buttons div a span {
  position: absolute;
  right: 0;
  font-size: 12px;
  line-height: 14px;
  color: #555555;
  width: auto;
  background: rgb(255 255 255 / 0.8);
  z-index: 2;
  padding: 2px 3px;
  top: 3px;
  text-align: right;
  white-space: nowrap;
  opacity: 0;
  transition: all 0.3s;
  left: unset;
}
#page .functional-buttons > div > a:hover span {
  opacity: 1;
  right: 25px;
}
#page .product-list-style1 .price-reduction-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--sale);
  border-radius: 3px;
  width: 170px;
  margin: auto;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  max-height: 0;
  transition: all 0.3s;
  opacity: 0;
  padding: 0 5px;
}
#page .ajax_block_product .button-container {
  overflow: visible;
}
.manufacturer-container a {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--text) !important;
}
/* #page ul.product_list li:hover {
  transform: scale(1.1);
} */

#page .sizesmobile_toggle {
  display: none;
}
/*Product list 1*/
#page .product_list.grid .product-list-style1 .addToCartFormWrapper {
  padding: 0;
  background: transparent;
  max-height: 0;
  opacity: 0;
  transition: all 0.3s ease-out;
}
#page ul.product_list.grid li.has_variant.product-list-style1:hover .addToCartFormWrapper {
  max-height: 40px;
  opacity: 1;
  transition: all 0.3s ease-out;
}
#page .product-list-style1 .addToCartFormWrapper li {
  border: 0 !important;
  margin: 0 5px;
}
#page .product-list-style1 .addToCartFormWrapper li a {
  width: 30px;
  height: 30px;
}
/*Product list 2*/
#page .product_list.grid .product-list-style2 .addToCartFormWrapper {
  padding: 0;
  background: transparent;
  transition: all 0.3s ease-out;
  width: 30px;
  height: 100%;
  top: 15px;
  position: absolute;
  opacity: 0;
  max-height: 170px;
}
.product-list-style2 .right-block {
  min-height: 80px;
  position: relative;
}
.product-list-style2 .button-container {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
/* #page .product_list.grid .product-list-style2 .addToCartFormWrapper .addToCartForm {
  margin-top: 0;
} */
#page .product-list-style2 .price-reduction-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--sale);
  border-radius: 3px;
  width: 170px;
  margin: auto;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  transition: all 0.3s;
  /* opacity: 0; */
  padding: 0 5px;
  /* max-height: 0; */
}
#page .product_list.grid .product-list-style2.is_onsale:hover .product-name-container{
  /* max-height: 0; */
  opacity: 0;
  transition: all 0.3s ease-out;
}
#page .product_list.grid .product-list-style2.is_onsale:hover .content_price {
  position: absolute;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
}
#page .product_list.grid .product-list-style2.is_onsale .product-name-container {
  transition: all 0.3s ease-out;
  /* max-height: 30px; */
  opacity: 1;
}
#page .product-list-style2.is_onsale:hover .price-reduction-content{
  opacity: 1;
  max-height: 14px;
  transition: all 0.3s ease-out;
}
#page .product-list-style2 .functional-buttons > div {
  background: #fff;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
}
#page ul.product_list.grid li.has_variant.product-list-style2:hover .addToCartFormWrapper {
  opacity: 1;
  transition: all 0.3s ease-out;
}
#page .product_list.grid .product-list-style2 .addToCartFormWrapper li {
  border:0 !important;
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.25));
  margin: 4px;
}
#page .product-list-style2 .addToCartFormWrapper li a {
  width: 30px;
  height: 30px;
}
/*Product list 3*/
#page .product-list-style3 .functional-buttons > div {
  background: #fff;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
}
.product-list-style3 .addToCartFormWrapper .product-variants-item {
  margin-top: 0;
}
#page .product-list-style3 .new-label {
  background: url(../../img/product-list/label-angle-new.png) !important;
  height: 31px;
  width: 31px;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  box-shadow: none;
  position: absolute;
  top: -10px;
  left: -1px;
  display: flex;
  padding: 4px;
}
#page .product-list-style3:hover .product-container, #page .product-list-style2:hover .product-container, #page .product-list-style1:hover .product-container {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border: 0;
  z-index: 4;
}
#page .product-list-style3 .product-container .right-block .product-name-container {
  max-height: 20px;
  transition: all 0.3s ease-in;
}
/* #page .product-list-style3.has_variant:hover .right-block, #page .product-list-style2.has_variant:hover .right-block, #page .product-list-style1.has_variant:hover .right-block {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
} */
/* #page .product-list-style3.has_variant:hover .left-block, #page .product-list-style2.has_variant:hover .left-block, #page .product-list-style1.has_variant:hover .left-block {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
} */
#page .product_list.grid .product-list-style3.has_variant:hover .right-block, #index #page .product_list.grid .product-list-style2.has_variant:hover .right-block {
  background: #fff !important;
}
/* #page .product-list-style3.is_onsale:hover .right-block, #page .product-list-style2.is_onsale:hover .right-block, #page .product-list-style1.is_onsale:hover .right-block {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
} */
#page .product-list-style1 .comments_note, #page .product-list-style2 .comments_note, #page .product-list-style3 .comments_note {
  padding-top: 3px;
}
#page .product-list-style3 .new-label > span {
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
  transform: rotate(-45deg);
  position: absolute;
}
#page .product-list-style3 .sale-label {
  background: url(../../img/product-list/label-angle-sale.png) !important;
  height: 31px;
  width: 31px;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  box-shadow: none;
  position: absolute;
  top: -12px;
  right: -8px;
  padding: 4px;
  font-size: 18px;
  padding-left: 10px;
}
#page .product-list-style3 .functional-buttons-grid {
  top: 25px;
}
#page .product-list-style3 .sale-label > span {
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
  position: absolute;
}
#page .product_list.grid .product-list-style3 .addToCartFormWrapper {
  padding: 0;
  background: transparent;
  transition: all 0.3s ease-out;
  width: 30px;
  height: 100%;
  top: 30px;
  left: 5px;
  position: absolute;
  opacity: 0;
  max-height: 170px;
}
#page ul.product_list li.has_variant.product-list-style3:hover .addToCartFormWrapper {
  opacity: 1;
  transition: all 0.3s ease-out;
}
#page .product-list-style3 .addToCartFormWrapper li {
  border: 0 !important;
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.25));
  margin: 2px;
}
#page .product-list-style3 .addToCartFormWrapper li a {
  width: 30px;
  height: 30px;
}
/* #page .product_list.grid > li:hover .product-container {
  position: absolute;
  background: #f7f7f7;
  /* width: 100%;
  z-index: 4;
} */
#page .product_list.grid > li .product-container {
  transition: all 0.3s ease-out;
}
#page .product_list.grid > .product-list-style1:hover .price-reduction-content {
  max-height: 14px;
  opacity: 1;
  transition: all 0.3s;
}
#page .price-countdown {
  display: none !important;
}
.product-list-style3 .product_name_discount span {
  font-size: 12px;
  line-height: 14px;
  background: var(--sale);
  color: #fff;
  padding: 2px 3px;
  opacity: 0;
  transition: all 0.3s ease-out;
  white-space: nowrap;
}
.product-list-style3:hover .product_name_discount span {
  opacity: 1;
}
#page .ajax_block_product.product-list-style3 .button-container {
  margin-top: 8px;
}
.product_name_discount > div:first-child {
  text-align: left;
}
.product_name_discount > div:last-child {
  text-align: right;
}
.iqitcontent-column-inner .tab-content .tab-pane.active {
  transition: all 0.5s;
}

/*Responsive switcher*/
.responsive_switcher {
  position: fixed;
  top: 25%;
  right: 0;
  display: block;
  z-index: 99999999;
  background: #153093;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  overflow: hidden;
  text-align: center;
  width: 50px;
  transition: all 0.5s ease-in;
}
.responsive_switcher:hover {
  width: 212px;
  transition: all 0.3s ease-out;
}
.responsive_switcher .responsive-options {
  display: flex;
  align-items: center;
  margin: 0;
}
.responsive_switcher .responsive-options li {
  padding: 10px 15px;
  cursor: pointer;
}
.responsive_switcher .responsive-options li img {
  max-width: none;
}

/*Left Sidebar*/
#page #left_column .block {
  background-color: transparent;
}
#page #left_column {
  background: #FFFFFF;
  box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.25);
}
#page #left_column .block .title_block {
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: var(--text) !important;
  border: 0 !important;
}
#page #left_column .block li, #page #left_column .block li a {
  font-size: 16px;
  line-height: 19px;
  border: 0;
  /* padding-left: 0; */
  color: var(--text);
  padding-bottom: 0;
  margin-bottom: 5px;
}
#page #left_column .block li a:before {
  display: none;
}
#category #page .product_list.grid > li {
  max-width: calc(100%/4);
}
#page #left_column .block_content.products-block ul li {
  width: 148px;
  text-align: center;
  display: inline-block;
}
#page #left_column .block_content.products-block ul li .product-name{
  font-size: 14px;
  line-height: 16px;
  text-transform: unset;
}
#page #left_column .price-reduction-block {
  font-size: 12px;
  line-height: 14px;
  background: var(--sale);
  border-radius: 3px;
  display: flex;
  justify-content: space-between;
  color: #FFFFFF;
  padding: 0 4px;
  align-items: center;
  margin-bottom: 4px;
}
#page #left_column .price-reduction-block .price-percent-reduction {
  background: transparent !important;
  padding: 0;
}
#page #left_column .price-box .price {
  box-sizing: border-box;
    padding: 0;
    width: 100%;
    background: linear-gradient(#fff, #fff), linear-gradient(to right, #142E92, #5BCBCC);
    border: 3px solid transparent;
    background-repeat: no-repeat;
    background-origin: padding-box, border-box;
    display: block;
    margin-top: 2px;
    margin-bottom: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
}

#page #left_column  .product-price, #page #left_column  .special-price {
  border-radius: 6px;
  border-width: 4px !important;
  position: relative;
}

#page #left_column  .product-price a, #page #left_column  .special-price a {
  font-weight: 500;
  font-size: 18px !important;
  line-height: 21px !important;
  color: var(--new) !important;
}

#page #left_column .block_content {
  padding: 0;
}

#page #left_column  .product-price::before, #page #left_column  .special-price::before {
  content: "";
  position: absolute;
  top: -3px;
  bottom: -3px;
  left: -3px;
  right: -3px;
  border: 5px solid #fff;
  border-radius: 5px;
}
#page #left_column #special_block_right li, #page #left_column #new-products_block_right li, #page #left_column #viewed-products_block_left li {
  padding: 0 7px;
}
#page #left_column #layered_block_left_wrapper .layered_price, #page #left_column #layered_block_left > .title_block {
  display: none !important;
}
#page #left_column .block .products-block .product-name {
  font-size: 16px !important;
  line-height: 19px  !important;
  color: var(--text) !important;
  text-transform: unset !important;
  display: block;
  overflow: hidden;
  height: 20px;
}

.not-index #page .product_list .product-list-style2 .product-container {
  background: #f7f7f7;
  box-shadow: none;
}

/*Page heading*/
#page .page-heading {
  font-weight: bold;
  font-size: 34px !important;
  line-height: 40px  !important;
  color: var(--blue)  !important;
  border: 0;
  display: block;
  width: 100%;
}
#page .page-heading span.heading-counter {
  display: block;
  text-align: right;
  font-size: 12px;
  line-height: 14px;
  color: #6F6F6F;
}
/*Page description*/
#page .cat_desc.cat_desc_container {
  background: #FFFFFF;
  box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.25);
  border: 0;
  padding: 25px 30px;
  font-size: 16px;
  line-height: 19px;
  color: var(--text);
}
/*bottom pagination*/
#page .bottom-pagination-content {
  border: 0;
}
/*Breadcrumbs*/
#page .breadcrumb {
  font-size: 12px;
  line-height: 14px;
  color: #6F6F6F !important;
  background: transparent !important;
}
#page .breadcrumb a:after {
  display: none;
}
#page #productsnavpn {
  display: none;
}
#page .breadcrumb .navigation-pipe {
  width: 10px;
  display: inline-block;
  text-indent: unset;
  margin-left: 5px;
}
/*sort pagibar*/
#page .content_sortPagiBar .sortPagiBar {
  border: 0;
}
#page .productsSortForm {
  display: block !important;
}
.product_sort_btn ul {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
}
.product_sort_btn ul li p, #page .view-and-count ul li p {
  font-size: 12px;
  line-height: 14px;
  color: #6F6F6F;
  padding-top:3px;
  margin-bottom: 0;
}
.product_sort_btn ul li {
  text-align: center;
  cursor: pointer;
}
#page .productsSortForm {
  display: none !important;
}
#page .content_sortPagiBar .sortPagiBar {
  border: 0;
  display: flex;
}
#page .content_sortPagiBar .view-and-count {
  float: none;
  width: 20%;
}
#page .content_sortPagiBar .view-and-count ul {
  display: flex;
  justify-content: space-around;
}
.product_sort_btn {
  width: 80%;
}
.text-underline {
  text-decoration: underline;
}
/*List*/
#page .product_list.list .addToCartFormWrapper {
  background: transparent;
}
#page .product_list.list > li {
  width: 100%;
}
#page .product_list.list > li .functional-buttons {
  display: flex;
  justify-content: center;
}
#page .product_list.list > li .functional-buttons > div {
  margin: 0 10px 15px;
}
#page .product_list.list .functional-buttons div a span {
  top: -20px;
  left: 50% !important;
  transform: translateX(-50%);
  right: unset;
}
#page .product_list.list .product-container {
  padding: 0;
  margin: 5px 0;
}
#page ul.product_list.list > li .comments_note .empty_comments {
  display: block;
}
#page .product_list.list .star_content {
  margin-left: 5px;
}
#page ul.product_list.list > li .product-container .price-percent-reduction {
  display: none;
}
#page ul.product_list.list .price-reduction-content {
  max-height: 14px;
  opacity: 1;
  padding: 5px 5px 0;
}
#page .product_list.list .addToCartFormWrapper .combinationUl {
  display: inline-block;
}
#page .product_list.list .addToCartFormWrapper li.colorLi {
  border: 0 !important;
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.25));
  margin: 4px;
}
.hasMoreVariants {
  transition: all 0.3s;
  position: absolute;
  padding: 0 !important;
  text-transform: capitalize;
  background: #fff;
  width: 100%;
  right: 0;
  top:0;
  opacity: 0;
  pointer-events: none;
  font-size: 15px;
}
.product_list > li.has_more_variants:hover .hasMoreVariants{
  opacity: 1;
  pointer-events: auto;
}
.ajax_block_product .add-to-cart-price > div:last-child {
  overflow: hidden;
}
/*Inputs*/
#page .radio span.checked:before {
  background: #142E92;
  content: "";
  border-radius: 7px;
  height: 7px;
  width: 7px;
  margin: 0;
  padding: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#page div.radio, #page div.radio span, #page div.radio input {
  width: 12px;
  height: 12px;
}
#page .attribute_label {
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
}
#page .tnt-search-desktop input {
  padding: 5px 30px 5px 5px;
}
#page .tnt-search-desktop, #page .tnt-search-mobile {
  position: relative;
}
#page .tnt-search-desktop .stnt_search_btn {
  color: #142e92;
  border: 0;
  position: absolute;
  top: 1px;
  right: 8px;
  height: 28px;
  width: 23px;
  background: transparent;
}
#page .tnt-search-mobile input {
  width: 100%;
}
#page .tnt-search-mobile .stnt_search_btn {
  top: 5px;
  color: #142e92;
  border: 0;
  position: absolute;
  right: 8px;
  height: 28px;
  width: 23px;
  background: transparent;
}
.tnt-search-mobile #search_tnt_top {
  max-width: 335px;
}
.tnt-search-mobile #search_tnt_top .stnt-input-c {
  position: relative;
}
.trigger-desktop-search {
  cursor: pointer;
}
.trigger-hide-desktop-seach {
  font-size: 35px;
  color: #616161;
}
#desktop-header .st-search {
  height: 40px;
}
.mw-160 {
  max-width: 160px;
}
.mw-400 {
  max-width: 400px;
}
.font-14 {
  font-size: 14px !important;
  line-height: 16px !important;
}

#center_column .bottom-pagination-content {
  opacity: 0;
}
.font-18 {
  font-size: 18px !important;
  line-height: 21px !important;
}
.add_to_cart_wrapper {
  position: relative;
  max-width: 170px;
  margin: 0 auto;
}

body #page .product-container .right-block .button-container .add_to_cart_wrapper .additionalbtns {
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
}

body #page .product-container .right-block .button-container .add_to_cart_wrapper .additionalbtns a.chkout {
  position: absolute;
  left: -200px;
  top: 0;
  color: #fff !important;
  background: #5BCBCC !important;
  padding: 7px;
  width: 50%;
  border-radius: 0;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  transition: .3s;
  font-weight: 600;
  box-shadow: none;
  font-size: 14px;
  line-height: 1.3;
}

body #page .product-container .right-block .button-container .add_to_cart_wrapper .additionalbtns a.cont {
  position: absolute;
  right: -300px;
  top: 0;
  color: #fff !important;
  background: #142e92 !important;
  padding: 7px;
  width: 50%;
  border-radius: 0;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  transition: .3s;
  font-weight: 600;
  box-shadow: none;
  font-size: 14px;
  line-height: 1.3;
}

body #page .product-container .right-block .button-container .add_to_cart_wrapper.added .additionalbtns a:before {
  display: none;
}

#page .product_list.grid > li .product-container .right-block .button-container .add_to_cart_wrapper.added .additionalbtns a.chkout {
  left: 0;
  z-index: 999999;
}

#page .product_list.grid > li .product-container .right-block .button-container .add_to_cart_wrapper.added .additionalbtns a.cont {
  right: 0;
  z-index: 999999;
}
#page .product_list.grid > li .product-container .right-block .button-container .add_to_cart_wrapper.added .additionalbtns {
  display: block;
  visibility: visible;
  opacity: 1;	
}
/*Blockcart*/
#page #header .cart_block {
  top: 35px;
  border: 0 !important;
}
#page #header #button_order_cart {
  color: #173595 !important;
  background: #fff !important;
  font-weight: 500;
  border-image-source: linear-gradient(270deg, #5BCBCC 0%, #132D91 100%) !important;
  border-width: 2px;
  border-image-slice: 2 !important;
  border: 1px solid !important;
  border-radius: 5px;
}

/*header footer opacity*/
#page #header, footer {
  opacity: 1 !important;
}

/*Buttons*/
body .button.button-small, body .button.button-medium {
  background: var(--blue) !important;
  color: #ffffff !important;
  border: 2px solid #FFFFFF !important;
  box-sizing: border-box;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
}
body .button.button-small:hover, body .button.button-medium:hover {
  background: var(--blue) !important;
}
body div.star:after {
  color: #F38500 !important;
}

#page ul.footer_links {
  border: 0;
}

/*Wishlist*/
#mywishlist .box {
  box-sizing: border-box;
  background: linear-gradient(#fff, #fff), linear-gradient(to bottom, #58C5CA, #fff);
  border: 1px solid transparent !important;
  background-repeat: no-repeat;
  background-origin: padding-box, border-box;
  padding: 15px;
  box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.25);
}
#mywishlist h3 {
  border: 0;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #555555 !important;
}
#mywishlist .form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #58C5CA !important;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  max-width: unset !important;
  margin-bottom: 10px;
}
#page input:focus, #page textarea:focus, #page select:focus {
  outline: none !important;
  box-shadow: none !important;
}
.fixed-desktop-menu {
  position: fixed;
  width: 100%;
  top: -190px;
  z-index: 2;
  animation: slidebottom 0.2s ease-out forwards;
}
.slide-fixed-menu {
  top: 0;
  background: #fff !important;
  animation: slidetop 0.2s ease-out forwards;
}
.addcart-scroll {
  position: relative !important;
  top: 0 !important;
}
.hidden {
  display: none;
}
@keyframes slidebottom {
  to {
    top: 0;
    position: fixed;
  }
}
@keyframes slidetop {
  to {
    top: -175px;
  }
}
body #toTop {
  background: #143092;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  width: 40px;
  right: 5px;
}
body #toTop:before {
  font-size: 20px;
  top: -7px;
  position: relative;
}
#toTop.totop-showed {
  opacity: 1 !important;
}
#page .product-list-style1 .sale-label.reduced-label, #page .product-list-style2 .sale-label.reduced-label {
  font-size: 11px;
  line-height: 10px;
}
.paymants_logos {
  padding-right: 55px;
}