@font-face {
	font-family: 'Montserrat-Bold';
	src: url('fonts/Montserrat-Bold.eot');
	src: local('Montserrat Bold'), local('Montserrat-Bold'),
		url('fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/Montserrat-Bold.woff') format('woff'),
		url('fonts/Montserrat-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat-Medium';
	src: url('fonts/Montserrat-Medium.eot');
	src: local('Montserrat Medium'), local('Montserrat-Medium'),
		url('fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
		url('fonts/Montserrat-Medium.woff') format('woff'),
		url('fonts/Montserrat-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat-Light';
	src: url('fonts/Montserrat-Light.eot');
	src: local('Montserrat Lignt'), local('Montserrat-Light'),
		url('fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'),
		url('fonts/Montserrat-Light.woff') format('woff'),
		url('fonts/Montserrat-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat-Regular';
	src: url('fonts/Montserrat-Regular.eot');
	src: local('Montserrat Regular'), local('Montserrat-Regular'),
		url('fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/Montserrat-Regular.woff') format('woff'),
		url('fonts/Montserrat-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'manroperegular';
    src: url('fonts/manrope-regular-webfont.woff2') format('woff2'),
         url('fonts/manrope-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  font-display: swap;
}
@font-face {
    font-family: 'manrope-bold';
    src: url('fonts/manrope-bold-webfont.woff2') format('woff2'),
         url('fonts/manrope-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
  
  
:root {
--typeHeaderPrimary: 'Montserrat-Regular';
--typeHeaderFallback: Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
--typeHeaderSize: 34px;
--typeHeaderWeight: 400;
--typeHeaderLineHeight: 1;
--typeHeaderSpacing: 0.0em;
/*  --typeBasePrimary:"Open Sans"; */
--typeBasePrimary:'Montserrat-Regular';
--typeBaseFallback:sans-serif;
--typeBaseSize: 18px;
--typeBaseWeight: 400;
--typeBaseSpacing: 0.025em;
--typeBaseLineHeight: 1.5;
--typeCollectionTitle: 20px;
--iconWeight: 2px;
--iconLinecaps: round;
--buttonRadius: 50px;
--colorGridOverlayOpacity: 0.1;
}
h2 {
    margin-top: 20px;
}
.placeholder-content {
background-image: linear-gradient(100deg, #ffffff 40%, #f7f7f7 63%, #ffffff 79%);
}
.site-nav__link,
  .site-nav__dropdown-link:not(.site-nav__dropdown-link--top-level) {
    font-size: 18px;
}
.site-header {
      box-shadow: 0 0 1px rgba(0,0,0,0.2);
    }

    .toolbar + .header-sticky-wrapper .site-header {
      border-top: 0;
    }.header-sticky-wrapper .page-width{
        max-width: 1700px;
  }
  .header-layout--left-center .header-item--icons{
    flex: 0 0 auto;
        min-width: fit-content;
  }
@media screen and (max-width: 1497px) and (min-width: 1230px){
      .header-item--navigation .site-nav .site-nav__item {
    margin: 0!important;
}
}
@media only screen and (max-width: 768px) {
     .header-item--icons .site-nav{
               position: absolute;
     }
     .site-header__logo {
    margin-right: 0!important;
}
   .header-item--navigation{
     display: none;
   }
   .site-nav__link--icon+.site-nav__link--icon {
    margin-left: 0;
}
}
#t4s-hsticky__sentinel {
    height: 0px;
}
  
  .site-header {
    padding: 11px 0;
}
  .announcement-bar{
    /* background:#333; */
     background-color:#4a8ffe;
     height: 40px;
    /* font-family: 'manroperegular'; */
    padding: 0.521vw 0;
    position: relative;
    overflow: hidden;
        display: flex;
    align-items: center;
  }

   .announcement-bar .swiper-wrapper,.announcement-bar .swiper-slide{
        width: 100%!important;
  }
  
  .announcement-bar .announcement-link{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    text-decoration: none;
    color: inherit;
  }
  .announcement-bar .announcement-link:hover{
        color: #fff;
  }
  
  .announcement-link .announcement-link-text{
    text-decoration: none;
    background-color: #469f69;
    padding: 0.4vw 0.8vw;
    border-radius: 100px;
    margin-left: 0.8vw;
    font-family: "Montserrat-Regular";
    line-height: 1.2;
    /* display: none !important; */
  }
  
  .announcement-text{
    font-size: 14px;
    white-space: nowrap;
  }
  
  /* 垂直轮播容器 */
  .swiper-vertical-container {
    height: 2.396vw;
    width: 100%;
        overflow: hidden;
  }
  
  /* 倒计时样式保持不变 */
  .announcement-bar .countdown{
    display: inline-block;
    margin: -0.3vw 0.5vw 0;
    display:none;
  }
  
  .announcement-bar .countdown .uk-grid{
    display: flex;
    align-items: center;
  }
  
  .announcement-bar .countdown .uk-countdown-number,
  .announcement-bar .countdown .uk-countdown-separator{
    font-size: 1.2vw;
  }
  
  .announcement-bar .countdown .uk-grid{
    margin: 0;
  }
  
  .announcement-bar .countdown .uk-grid-small > * {
    padding: 0 0.208vw;
  }
  
  .announcement-bar .countdown .tm-time{
    display: flex;
    position: relative;
    width: 1.875vw;
    height: 1.563vw;
    justify-content: center;
    align-items: center;
  }
  
  .announcement-bar .countdown .uk-text-xsmall {
    position: absolute;
    bottom: -0.573vw;
    left: calc(50%);
    font-size: 0.573vw;
    transform: translate(-50%, 0);
  }

   .announcement-bar .slideshow-wrapper{
        width: 100%;
  }

  .sale-banner {
    display: flex;
    align-items: center;
    column-gap: 1vw;
        font-size: 0.85vw;
  }

  .sale-banner img{
        width: 2vw;
        margin: 0 1vw;
  }
.shop-now {
  background: linear-gradient(to right, #00acf6, #00e3ac);
  -webkit-background-clip: text;
  color: transparent;
  position: relative;
  font-family: 'Montserrat-Bold';
  z-index: 1;
      margin: 0 0 0 1vw;
}

.shop-now::after {
  content: attr(data-content);
  -webkit-text-stroke: 4px #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  mix-blend-mode: multiply;
}
@media only screen and (max-width: 768px){
.announcement-bar{
  padding: 6px 0;
}

.swiper-vertical-container {
  height: 50px;
}

.announcement-bar .countdown{
  margin-top: -2vw;
}

.announcement-bar .countdown .tm-time{
  height: 30px;
  width: 30px;
}

.announcement-bar .countdown .uk-countdown-number, 
.announcement-bar .countdown .uk-countdown-separator{
  font-size: 19.2px;
  padding: 0;
}

.announcement-bar .countdown .uk-grid {
  flex-direction: row;
}

.announcement-bar .countdown .uk-text-xsmall{
  font-size: 11px;
  bottom: -11px;
}

.announcement-bar .countdown .uk-grid-small > *{
  padding: 0 4px;
}

.announcement-text{
  letter-spacing: 0;
		  width: 53%;
	white-space: break-spaces;
  font-size: 13px;
}

.announcement-bar .swiper-wrapper .swiper-slide:nth-of-type(2) .announcement-text{
  letter-spacing: 1px;
}

.announcement-link .announcement-link-text{
  padding: 0.5vw 2vw;
  height: 7vw;
  margin-left: 1vw;
  letter-spacing: normal;
  display: flex;
  align-items: center;
}

  .sale-banner {
column-gap: 1.3vw;
font-size: 2.2vw;
}
.sale-banner img {
width: 4.5vw;
}
.shop-now{
	  margin: 0 0 0 2vw;
}
.shop-now::after{
  -webkit-text-stroke: 3px #fff;
}
}
.header-item--logo,
.header-layout--left-center .header-item--logo,
.header-layout--left-center .header-item--icons {
  -webkit-box-flex: 0 1 120px;
  -ms-flex: 0 1 120px;
  flex: 0 1 120px;
}

@media only screen and (min-width: 769px) {
  .header-item--logo,
  .header-layout--left-center .header-item--logo,
  .header-layout--left-center .header-item--icons {
	-webkit-box-flex: 0 0 130px;
	-ms-flex: 0 0 130px;
	flex: 0 0 130px;
  }
}

.site-header__logo a {
  width: 120px;
}
.is-light .site-header__logo .logo--inverted {
  width: 120px;
}
@media only screen and (min-width: 769px) {
  .site-header__logo a {
	width: 130px;
  }

  .is-light .site-header__logo .logo--inverted {
	width: 130px;
  }
}

@media screen and (min-width: 769px) {

#MainContent .index-section:first-child {
	margin: 0;
}


.header-item--navigation .site-nav .site-nav__item {
	margin: 0px 0.108vw;
}

.site-navigation .megamenu {
	display: none !important;
}

.site-nav--has-dropdown.is-focused>a,
.site-nav--has-dropdown:hover>a,.site-nav__item:hover>a {
	color: #00A1E7 !important;
}

.site-nav--has-dropdown .site-nav__link--underline:after {
	border-bottom-color: #00A1E7;
}

.site-nav__dropdown>li:hover>a{
color: #00A1E7 !important;
}

.site-nav__link--underline:after {
	border-bottom-color: #00A1E7 !important;
}

.site-nav__link--underline:after {
	bottom: -10px;
}

/* .header-wrapper--sticky {
background: white;
}  */
}

@media screen and (min-width: 769px) and (max-width: 1507px) {
	.header-item--navigation .site-nav .site-nav__item {
margin: 0 0.25vw;
}

	}

@media screen and (max-width: 769px) {
.drawer__contents .mobile-nav .collapsible-content.is-open {
	background: #FAFAFB;
	height: auto;
}


.drawer__contents .mobile-nav .mobile-nav__item .collapsible-content__inner .mobile-nav__grandchildlist {
	background: #F5F5F5;
}

}

ul {
	margin-block-start: initial;
	margin-block-end: initial;
	list-style-type: initial;
}

ul {
	/*     margin: initial !important; */
	padding-inline-start: 0;
	margin-top: initial;
	margin-bottom: initial;
}

figure {
	display: block;
	margin-block-start: initial;
	margin-block-end: initial;
	margin-inline-start: initial;
	margin-inline-end: initial;
}

.theme-v2-header .nav {
	flex: 6;
}

.theme-v2-header .nav-collection {
	max-height: 0;
	background-color: #fff;
	overflow: hidden;
	position: absolute;
	top: 66px;
	transition: all .3s;
	width: 100%;
	left: 0;
}

.header-sticky-wrapper .site-navigation li:hover .nav-collection {
	max-height: 590px;
	box-shadow: 0 5px 5px rgba(0, 0, 0, .05);
}

.header-sticky-wrapper .site-navigation li:nth-child(1):hover .is-light .site-nav__item:not(.site-nav--has-dropdown) .site-nav__link--underline:after {
	border-bottom-color: #000;
}



/* .header-sticky-wrapper .site-navigation li:hover .header-wrapper--sticky {

background: white;
} */



.theme-v2-header .nav>li {
	height: 100%;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}

.theme-v2-header .nav>li>.nav-item {
	font-weight: bold;
}

.theme-v2-header .nav-item {
	height: 66px;
	line-height: 66px;
	font-size: 14px;
	color: #333;
	margin: 0 20px;
	display: inline-block;
	position: relative;
	cursor: pointer;
}

.theme-v2-header .nav-item::before {
	content: "";
	width: 100%;
	height: 2px;
	background-color: #333;
	position: absolute;
	bottom: 0;
	left: 0;
	transform: scale(0, 1);
	transition: all 0.5s;
}

.theme-v2-header li.on .nav-item::before,
.theme-v2-header .nav>li:hover>.nav-item::before {
	transform: scale(1, 1);
}

.theme-v2-header .nav-collection,
.theme-v2-header .nav-child-item {
	/*     max-height: 590px; */
	max-height: 0;
	background-color: #fff;
	overflow: hidden;
	position: absolute;
	top: 62.4px;
	transition: all 0.3s;
}

.theme-v2-header .nav-collection {
	width: 100%;
	left: 0;
  content-visibility: auto;
}

.nav-collection .layer-container {
	display: flex;
	display: -webkit-flex;
}

.nav-collection .left-nav {
	width: 100%;
	text-align: left;
	flex: 2;
}

.nav-collection .left-nav li {
	width: 136%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.nav-collection .left-nav li::after {
	content: ">";
	font-family: Manrope-Regular;
	font-size: 12px;
	transform: translateY(-4px);
	  margin-top: 10px;
}

.nav-collection .left-nav li:hover::after,
.nav-collection .left-nav li.on::after {
	color: black;
}

.new-tag {
	color: #fa4500;
}


.nav-collection .nav-item {
	height: inherit;
	line-height: 1.4;
    padding: 12px 10px 12px 0;
	color: #333;
	font-size: 13px;
	margin: 0;
	text-decoration: none;
	letter-spacing: .3px;
}

.nav-collection .nav-item::before {
	height: 1px;
	background-color: transparent;
	bottom: 10px;
	transform: scale(1, 1);
}

.nav-collection .left-nav li:hover .nav-item::before,
.nav-collection .left-nav li.on .nav-item::before {
	background-color: black;
}

.nav-collection .left-nav li.on .nav-item,
.nav-collection .left-nav li:hover .nav-item {
	color: black;
}

.nav-collection .right-product {
	/* flex: 8; */
	font-size: 14px;
	text-align: center;

}

.nav-collection .right-product li {
	list-style: none;
  width: 157.44px;
}

.nav-collection .right-product li a {
	text-decoration: none;
	font-size: 13px;
	line-height: 1.2;
	color: black;
}
  .nav-collection .right-product li a .parameter{
	font-size: 11px;
color:#000;
}

.nav-collection .viewAll {
	width: 100%;
	height: 100%;
	text-decoration: underline;
	font-size: 14px;
	color: #ff5000;
}

.nav-collection .child-style {
	position: relative;
	display: none;
	opacity: 0;
	transform: translateX(80px);
}

/* .nav-collection .right-product li:nth-child(1){
position: absolute;
top: -30px; 
} */


.nav-collection .child-style.on {
	display: grid;
	animation: nav-child-open 0.3s forwards;
}

.nav-collection .child-style-1 {
	grid-template-columns: repeat(4, 1fr)!important;
	grid-gap: 25px;
	margin: 4px 0 5px 20px;
}

.right-product .child-style-1:nth-child(2) {
	width: 110%;

}
/* .child-style.child-style-1:first-child {
	grid-template-columns: repeat(auto-fit, minmax(0px, 1fr));
} */

.nav-collection .child-style-1 li:hover a {
	color: #00A1E7;
}

.nav-collection .child-style-2 .item {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-gap: 20px;
}

.nav-collection .child-style-2 .item:last-child {
	margin-top: 20px;
}

/* .nav-collection .child-style-2 .item li {
position: relative;
} */

.nav-collection .child-style-2 .offline1::before {
	content: "*Shopping Offline";
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	position: absolute;
	top: -10px;
}

@keyframes nav-child-open {
	from {
		opacity: 0;
		/*         transform: translateX(50px); */
	}

	to {
		opacity: 1;
		/*         transform: translateX(0); */
	}
}

.theme-v2-header .nav-child-item {
	width: auto;
	text-align: center;
}

.theme-v2-header .nav-child-item a {
	line-height: 44px;
	font-size: 14px;
	padding: 0 20px;
	display: inline-block;
}

.theme-v2-header .nav-child-item a:hover {
	color: #ff5000;
}

.nav-collection .child-style.on {
	display: grid;
	animation: nav-child-open .3s forwards;
}

.layer-container {
	width: calc(100% - 80px);
	max-width: 884px;
	margin: 0 auto 0 19.5vw;
}

.distance {
	padding: 60px 0;
	padding-top: 16px;
}

.nav-collection .right-product li a img {
	max-width: 100%;
	  /* width: 7.044vw; */
}


.nav-collection .right-product li .viewAll {
	width: 100%;
	height: 100%;
	text-decoration: underline;
	font-size: 14px;
	color: black;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	font-size: 16px !important;
}


.nav-collection .left-nav .nav-item:hover {
	color: #00A1E7 !important;
}

.nav-collection .left-nav .nav-item:hover::after {
	color: #00A1E7 !important;
}

.nav-collection .left-nav .nav-item:hover .nav-item::before {
	color: #00A1E7 !important;
}

.nav-collection .left-nav li:hover .nav-item::before {
	background-color: #00A1E7 !important;
}

.nav-collection .left-nav li:hover::after {
	color: #00A1E7 !important;

}


/** ================================ desktop and portable style, start ================================ */
@media screen and (min-width: 769px) {

	.theme-v2-header .nav li:hover .nav-collection,
	.theme-v2-header .nav li:hover .nav-child-item {
		max-height: 590px;
		box-shadow: 0 5px 5px rgba(0, 0, 0, .05);
	}


	.site-nav__item:nth-child(1) {
		position: inherit;
		display: inline-block;
		margin: 0;
	}

	li {
		margin-bottom: initial;
	}

	/* body{
font-family: inherit;
letter-spacing: inherit;
line-height: inherit;
}
*/



}

@media only screen and (min-width: 770px) {
	.theme-v2-header .nav {
		margin-left: calc(20px * -1);
	}
}

@media only screen and (min-width: 1024px) {
	.theme-v2-header .nav>li {
		margin-right: 20px;
	}

	.theme-v2-header .nav>li:last-child {
		margin-right: 0;
	}
}

@media screen and (min-width: 1770px) and (max-width: 1850px){
 .layer-container {
margin: 0 auto 0 18.5vw;
 }
}
@media screen and (min-width: 1700px) and (max-width: 1770px){
 .layer-container {
margin: 0 auto 0 17.5vw;
 }
}
@media screen and (min-width: 1620px) and (max-width: 1700px){
 .layer-container {
margin: 0 auto 0 16vw;
 }
}
@media screen and (min-width: 1224px) and (max-width: 1620px){
 .layer-container {
margin: 0 auto 0 15vw;
 }
 .site-header .site-nav__link{
padding: 7.5px 11px;
}
}

@media screen and (min-width: 769px) and (max-width: 1400px) {
	.site-nav__link {
		font-size: 1.2vw;
	}

	.header-item--navigation .site-nav .site-nav__item {
		margin: 0px 0.5vw;
	}

	.site-nav__link--icon .icon {
		width: 1.7vw;
		height: 1.7vw;
	}
}

.Header_hotWrap {
  position: absolute;
  /* right: -3px;
  top: -2px; */
  height: 18px;
  width: 18px;
will-change: transform;
transform: translate(157px, -48px);
}
.Header_hotWrap img{
	height: 100%;
	width: 100%;
	object-fit: contain;
}

#mysearch {
	cursor: pointer;
}
.overlay-new {
  display: none;
  position: fixed;
  top: 72px;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
  z-index: 998;
  backdrop-filter: blur(3px);
}
.overlay-new.show {
  display: block;
}
.search-wrap {
  position: fixed;
  width: 100%;
  top: -135px;
  left: 0;
  height: 135px;
  background: #fff;
  z-index: 999;
  transition: top 0.5s ease;
}

.search-wrap.open {
  top: 0;
}
.search-content {
    padding: 0;
}
.close-search {
    position: absolute;
    top: 32px;
    right: 18px;
    cursor: pointer;
    font-size: 26px;
    color: #666;
}
.search-wrap .aws-container .aws-search-form {
	height: 50px;
	max-width: 517px;
	margin: 40px auto;
}
.search-wrap .aws-container .aws-search-form .aws-wrapper {
	order: 1;
}
.search-wrap .aws-container .aws-search-form .aws-form-btn {
	order: 2;
	background: #333;
    position: absolute;
    right: 8px;
    top: 8px;
    z-index: 99;
    border: none;
    opacity: 1;
    height: 36px;
    width: 36px;
	border-radius: 50% !important;
    transition: all .3s;
}
/*.search-wrap .aws-container .aws-search-form.aws-focus .aws-form-btn {
	opacity: 0;
}*/
.search-wrap .aws-container .aws-search-form .aws-form-btn:hover, .search-wrap .aws-container .aws-search-form .aws-form-btn:active {
	background: #649f7b;
	border: none;
}
.search-wrap .aws-container .aws-search-field {
	border: 1px solid #E3E3E3;
	border-radius: 4px !important;
	padding-left: 15px;
	font-size: 16px;
}
.search-wrap .aws-container .aws-search-field, .search-wrap .aws-container .aws-search-field:focus {
    background: #F9F9F9 !important;
}
.search-wrap .aws-container .aws-search-form .aws-search-btn_icon {
	width: 36px;
    color: #ffffff;
}
@media screen and (max-width: 767px) {
	.overlay-new {
		top: 0;
	}
}

.site-nav__icons .uk-navbar-toggle{
    width: 26px;
    height: 26px;
    min-height: auto;
    padding: 0;
      box-sizing: content-box;
    padding-left: 12px;
    padding-right: 12px;
}

.site-nav__icons .uk-dropdown-nav>li>a>img{
  border-radius: 50%;
  width:26px;
  height:26px;
  overflow: hidden;
      padding: 0;
}
  .site-nav__icons .uk-dropdown-nav>li{
        list-style-type: none;
  }
  .site-nav__icons .uk-transition-toggle{
        display:none;
    padding:0;
  }
    .uk-transition-toggle {
    display: none;
    position: absolute;
    z-index: 1020;
    --uk-position-offset: 10px;
    box-sizing: border-box;
    min-width: 200px;
    max-width: 100vw;
    padding: 25px;
    background: #fff;
    color: #101010;
      box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}
   .uk-animation-slide-top-small {
    animation-name: uk-fade, uk-slide-top-small;
}
  @keyframes uk-slide-top-small {
    0% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}
  .site-nav__icons {
    position: relative;
}
  .uk-navbar-toggle:hover, .uk-navbar-toggle[aria-expanded="true"] {
    color: #222;
    text-decoration: none;
}

.uk-dropdown.uk-open{
  display:block;
}
  .uk-padding-small {
    padding: 15px;
}
  .uk-dropdown-nav, .uk-nav-default, .uk-nav-header {
        margin: 0;
}
  .uk-nav > li > a {
    padding: 5px 0;
        display: flex;
    align-items: center;
    text-decoration: none;
}
  .uk-dropdown-nav > li > a {
    color: #636363;
}
  .uk-margin-small-left {
    margin-left: 10px !important;
    font-size:14px;
}
  .uk-dropdown-nav .uk-nav-divider {
    border-top: 1px solid #e5e5e5;
        margin: 5px 0;
}
    .cart_icon{
        display: inline-block;
    width: 23px;
    height: 23px;
    vertical-align: middle;
  }
  [data-icon=bag-minimal] .cart-link__bubble--visible{
        top: 0;
    right: -10px;
  }
   @media screen and (max-width: 1229px) and (min-width: 769px){
     .site-nav__link{
           padding: 7.5px;
     }
   }
    @media screen and (max-width: 768px){
     .cart_icon{
    width: 27px;
    height: 27px;
  }
      .site-nav__icons .uk-navbar-toggle{
                padding-left: 7.5px;
        padding-right: 7.5px;
      }
  }
  
#shopify-section-template--20476940222784__a08cb910-3875-4042-8f59-887a64b085dc{
    margin: 0;
}
.swiper-txt .desc p{
    font-family: 'Montserrat-Regular';
    font-size: 1.042vw;
}
.mzt-swiper{
      overflow: hidden;
  position: relative;
}

   .mzt-swiper .countdown{
    position:absolute;
      transform: translate(-50%, -50%);
        top: 61.3%;
        left: 26.5%;
        z-index: 2;
         display: flex;
         column-gap: 1.2vw;
        display:none; 
  }
 .countdown .time-icon{
        width: 5.3vw;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
        font-size: 1.01vw;
        margin-right: 1.5vw;
        row-gap: 0.6vw;
  }
   .time-box {
       text-align: center;
    display: flex;
    flex-direction: column;
    row-gap: 0.8vw;
        }
     .countdown .dots{
           color: #fff;
    font-size: 2.8vw;
       line-height: 1;
     }

        .time-number {
           display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    width: 3.1vw;
    height: 3.1vw;
    background: #ffffff;
    font-family: 'Montserrat-Bold';
    font-size: 1.75vw;
    color: #171717;
        }

        .time-text {
               font-size: 0.67vw;
    color: #fff;
        }
  
  .mzt-swiper .swiper-slide{
      cursor: pointer;
  }
   .mzt-swiper .swiper-slide img{
     width:100%;
     height: 100%;
   }
  
.mzt-container{
    margin: 0 auto;
    max-width: 62.5vw;
    text-align: center;
}

    .mzt-swiper .icon_text{
        position: absolute;
      top: 11%;
    left: 35%;
    transform: translate(0, -50%);
        align-items: center;
    z-index: 2;
    display:none;
   }

  .mzt-swiper .icon_text img{
        width: 2.8vw;
    display: inline-block;
    margin-right: 0.5vw;
  }
  .icon_text>span {
    font-size: 0.88vw;
    font-family: 'Montserrat-Medium';
        color: #fff;
        margin-left: 1.5vw;
}
  .icon_text span span{
    color:#00a1e7;
  }
  
.swiper-txt{
    position: absolute;
    top: 24%;
    left: 0;
    width: 100%;
    transform: translate(0, -50%);
}
.swiper-txt .title{
    font-size: 2.708vw;
    line-height: 102%;
    font-family: "Montserrat-Medium";
    font-weight: 600;
}
  .swiper-txt .subtitle{
        font-family: "Montserrat-Light";
    font-weight: normal;
  }

p{
    color: inherit;
    margin: 0;
}
.swiper-txt .desc{
    font-size: 1.198vw;
     line-height: 1;
  margin: 1vw 0;
    color: #363636;
}

.more{
    margin-top: 0.083vw;
    display: flex;
    justify-content: center;
    column-gap: 0.6vw;

}
.more a{
    padding: 0.3vw 1.7vw;
    font-size: 0.75vw;
    border-radius: 1.5vw;
}

.more a span{
  margin-left: 0.256vw;
      font-family: 'manroperegular';
}

.more a:hover{
      border: 1px solid #00A1E7 !important;
    /* color: #00A1E7 !important; */
    
}
    
   .mzt-swiper .swiper-button-prev, .mzt-swiper .swiper-button-next{
  z-index: 0;
/* transition: all 0.4s linear; */
 padding: 2.5vw 1.3vw;
        font-size: 2vw;
        color: #fff;
         background-image: none;
     top: 46%;
         text-rendering: auto;
  }
  
    .mzt-swiper:hover .swiper-button-prev{
     z-index: 10;
       left: 0;
        border-radius: 0px 10px 10px 0px;
}
      .mzt-swiper:hover .swiper-button-next{
   z-index: 10;
         right: 0;
        border-radius: 10px 0 0 10px;
}
  .mzt-swiper .swiper-button-next:after,
    .mzt-swiper .swiper-button-prev:after {
        font-size: 1.042vw;
        font-weight: 600;
        color: #fff;
    }

    .mzt-swiper .swiper-button-next:hover,
    .mzt-swiper .swiper-button-prev:hover {
        background: rgba(0, 0, 0, .3);
    }
  
  
 .mzt-swiper .swiper-pagination {
         display: flex;
        /* flex-direction: column; */
           transform: translateX(-50%);
    left: 50% !important;
    bottom: 8% !important;
        row-gap: 0.5vw;
            width: fit-content !important;
    }

   .mzt-swiper .swiper-pagination-bullet {
       border-radius: 0;
        font-size: 0.83vw;
           height: 3px;
    width: 50px;
        opacity: .5;
        background: #fff;
     border: none;
    }

   .mzt-swiper .swiper-pagination-bullet-active {
        opacity: 1;
        background: #fff;
        color: #fff;
     border: none;
    }

   .mzt-swiper .bullet-text {
        margin-left: 1.563vw;
        width: 9vw;
        display: block;
        text-align: left;
        color: #fff;
    }
  
   .phone-swiper{
        display: none;
    }
  

@media (max-width: 768px){
    .pc-swiper{
        display: none;
    }
   .phone-swiper{
        display: block;
    }
    .swiper-txt{
        top: 72px;
        transform: none;
        /* padding: 0 15px; */
    }
    .swiper-txt .title{
       line-height: 1.2;
    font-size: 7.6vw;
    text-align: center;
    width: 95%;
    margin: 0 auto;
          letter-spacing: normal;
    }
    .swiper-txt .desc{
     font-size: 4.1vw;
    line-height: inherit;
    text-align: center;
    }

    .more{
        margin: 0 auto;
        margin-top: 10px;
        width: 100%;
        height: auto;
        overflow: hidden;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
    }
    .more a{
      padding: 0.6vw 6vw;
    border-radius: 3vw;
    font-size: 3.3vw;
    }
    .mzt-swiper .swiper-button-next,.mzt-swiper .swiper-button-prev{
        display: none;
    }
       .swiper-wrapper .swiper-slide .swiper-txt{
        
    left: 0%;
        }       
  .swiper-wrapper .swiper-slide .more a:nth-child(2){
      margin-right: 0px;
        margin-left: 2.5vw;
  }   
  .mzt-container {
    margin: 0 auto;
    max-width: 1200px;
}

 .mzt-swiper .swiper-pagination {
    flex-direction: row;
       left: 50%!important;
    bottom: 7%!important;
    transform: translateX(-50%);
    width: fit-content!important;
}
  .mzt-swiper .bullet-text {
    display: none;
}
  
  .mzt-swiper .swiper-pagination-bullet {
       width: 4.2vw;
    height: 0.5vw;
    border: none;
}
  
.more{
      margin-top: 3.6vw;
  /* column-gap: 3.4vw; */
}
  .more a span{
  margin-left: 2.256vw;
}
.swiper-txt .desc p {
    padding-top: 1.2vw;
  font-size:3.4vw;
}
 
  .mzt-swiper .icon_text {
    left: 8%;
        top: 10.2%;
        align-items: end;
}

  .mzt-swiper .icon_text img {
    width: 9vw;
}
  .icon_text>span {
    font-size: 2.35vw;
    margin-left: 5.5vw;
}

    .mzt-swiper .countdown{
        top: 35.3%;
    left: 50%;
        column-gap: 2.2vw;
  }
  .countdown .time-icon{
    width: 11.8vw;
     font-size: 2.1vw;
        margin-right: 3vw;
  }
  .time-box{
    row-gap: 1.7vw;
  }
.time-number {
    border-radius: 6px;
    width: 6.6vw;
    height: 6.6vw;
    font-size: 4vw;
}
  .time-text{
    font-size: 1.45vw;
  }
  .countdown .dots{
        font-size: 6vw;
  }
}

.home_container_child{
 overflow-x: scroll;
}

.home_container_child::-webkit-scrollbar { 
    width: 0px;
    height: 0px;
}
   
.home_grid_container .grid {
    list-style: none;
    padding: 0;
    margin: 0 0 0 -22px;
}
  .home_grid_container .grid--uniform{
      display:flex;
  }
.home_grid_container .grid__item {
    float: initial;
    padding-left: 22px;
    width: 100%;
    min-height: 1px;
    display: inline-block;
  flex:0 0 33.33333%;
}
.grid__image-ratio{
	  transition: all .3s ease-in-out;
}
.grid__image-ratio:hover{
	 transform: scale(1.05);
}

.home_grid_container .small--two-thirds{
        float: left;
}
[data-center-text=true] .article__grid-meta {
    text-align: center;
    width: 100%;
}
.article__grid-meta .article__title{
        white-space: pre-wrap;
}

.page-width>.section-header>.section-header__title{
	 font-weight: 600;
}
   
.slide-arrow {
	opacity:0;
	font-size: 3.2vw;
	line-height: 1;
	position: absolute;
	top: 36%;
	transform: translateY(-56%);
	width: 50px;
	height: 50px;
	background-color: rgba(255, 255, 255, 0.6);
	color: #2e2e2e;
	text-align: center;
	cursor: pointer;
	font-family: 'manroperegular';
	z-index:10;
	transition: all .3s;
}
.slide-arrow.left {
	left: 1vw;
}
.slide-arrow.right {
	right: 1vw;
}
.my-news-swiper:hover .slide-arrow {
	opacity:1;
}
@media only screen and (max-width: 768px){
  .home_grid_container{
    transform: scale(0.9);
  }
  .home_grid_container .medium-up--one-third {
    width: 100%;
        flex: 0 0 100%;
}
    .slide-arrow {
	font-size: 10vw;
    color: #000;
    position: absolute;
    top: 42%;
    transform: translateY(-56%);
    width: 10vw;
    height: 10vw;
    background-color: #ffffff9e;
    text-align: center;
    cursor: pointer;
    line-height: 10vw;
}
    .slide-arrow.left {
		left: 0;
			z-index: 1000;
	}
	.slide-arrow.right {
		right: 0;
			z-index: 1000;
	}
	.home_grid_container .grid--uniform {
		overflow: hidden;
	}
   .grid .grid__item {
	   width: 100%;
   }
}    

.breadcrumbs_link {
    margin-bottom: 15px;
}
.breadcrumbs_link span, .breadcrumbs_link a {
    font-size: 14px;
    color: #686868;
}

/* footer */
footer {
	display: inline-block;
	height: auto;
	width: 100%;
	background-color: #20344b;
	color: #fff;
}

footer a {
	color: #fff;
	font-size: 14px;
}

footer a:hover {
	color: #fff;
}

.footer_title {
	color: #fff;
	line-height: 24px;
	font-weight: 500;
	letter-spacing: 0px;
	font-size: 1.2em;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.footer_title:first-letter {
	font-size: 1.3em;
}

footer ul {
	list-style: square outside;
	margin: 0;
	padding: 0 0 0 1em;
}

footer ul li {
	margin-bottom: .4em;
}

footer hr {
	border-color: rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 768px) {
	footer h4 {
		margin-top: 1em;
	}
}

/* shop */
.product-single__meta .product__policies{
  display:none;
}
.sales-point .icon-and-text span{
	text-align: left;
}

.promotion_time{
   margin:10px 0 20px; 
   display:none;
}
.countdown .uk-countdown{
	 display: flex;
	 font-family: "Montserrat-Medium";
}
.promotion_time .time_text{
	   margin-bottom: 0.5vw;
font-size: 16px;
color: #f0506e;
font-family: "Montserrat-Bold";
letter-spacing: normal;
}
.countdown .uk-countdown-number > span {
display: inline-block;
text-align: center;
font-size: 1.6rem;
width: 30px;
font-weight: 700;
margin-right: 4px;
line-height: 40px;
border-radius: 6px;
color: #ffffff;
background-color: #f83b09;
}
.countdown .uk-countdown-separator {
color: #f83b09;
line-height: 1;
font-size: 1.9rem;
margin: 0 10px 0 8px;
line-height: 1.2;
}
.countdown .uk-text-xsmall {
color: #f83b09;
font-size:11px;
text-align: center;
}
	 
.product-block--price{
margin-top: 10px;
display: flex;
align-items: center;
}
.product__price-savings{
font-size: 14px;
padding: 4px 12px;
background-color: #d25a55;
font-weight: bold;
color: #fff;
	font-family: "Montserrat-Medium";
  }
.product__quantity{
display: flex;
justify-content: space-between;
align-items: center;
}
.shopify-payment-button__more-options{
margin-bottom:1em;
}
.product-single__title{
 font-family: "Montserrat-Bold";
line-height: 1.2;
	font-size: 32px;
}
.label, label:not(.variant__button-label):not(.text-label) {
text-transform: none;
letter-spacing: normal;
font-size: 20px;
font-family: "Montserrat-Medium";
font-weight: 600;
}
.variant-input-wrap label {
border-radius: 4px;
}
.variant-input-wrap input[type=radio]:checked+label {
box-shadow: 0 0 0 2px #00a1e7;
}
.product-block .payment-buttons .btn--full {
background-color: #00a1e7;
color: #fff;
border: none;
}
.product-block .payment-buttons .btn--full:hover{
opacity:0.9;
}
.js-qty__num {
border-radius: 4px;
}
.shopify-cleanslate .h7OYsWHrW5495r9beh2n {
border-radius: 100px;
}
.product-block>.rte ul,.product-block>.rte>p{
font-size: 14px;
/* color: #666; */
line-height: 1.6;
padding: 16px 24px 9px;
background: #f8f8f8;
/* margin-bottom: 20px; */
border-radius: 8px;
margin-left: 0;
  }

.product-block>.rte ul li strong{
font-family: "Montserrat-Medium";
}

.product-block--sales-point+.product-block--sales-point{
	margin-top: 0;
}

@media screen and (min-width: 768px) {
	.product-block .payment-buttons .btn--full {
		width: 100%;
		transition: none;
		padding: 13px 20px;
	}
	.product-block .payment-buttons .shopify-payment-button .shopify-payment-button__button--unbranded {
		display: block;
		width: 100%;
		transition: none;
	}
 
	.product__price.on-sale {
	   color: #000;
		font-weight: 600;
		font-size: 28px;
		  font-family: "Montserrat-Bold";
	}
	.product__price--compare {
		font-size: 16px;
	}
		 
	.template-product .page-width .medium-up--one-half:nth-child(2){
		width: 43%;
	}

}  
@media screen and (max-width: 768px) {
	.product .page-width .grid .grid__item {
		padding-left: 0px;
	}
      .product-single__title{
            font-size: 30px;
      }
      
	.template-product .page-content--product .grid {
		margin-left: -5px;
	}
      .product__price.on-sale {
       font-weight: 600;
	}
	.promotion_time .time_text{
		text-align: center!important;
		margin-bottom:2.5vw!important;
	}
    .promotion_time_block {
		justify-content: center;
	}
    .countdown .uk-countdown {
		justify-content: center;
	}
   .promotion_tips{
    font-size: 14px;
   margin-top: 1.5vw;
  }
  .product-block--price{
		justify-content: center;
  }
}

.shopify-payment-button .shopify-payment-button__button--unbranded{
background: #00A1E7;
  
}
[data-button_style^=round] .shopify-payment-button .shopify-payment-button__button--unbranded:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):not(.btn--static):hover{
 background: #00A1E7; 
}

.shopify-payment-button__button{
	width: auto;
	border-radius: 100px;
}
.sales-point .icon-and-text{
		justify-content: flex-start;
}

.quant_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.quantity input:not([type="submit"]) {
    margin-bottom: 0;
    width: 80px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #e8e8e1;
    font-size: 18px;
}
span.woocommerce-Price-amount.amount {
    color: #000;
    font-weight: 600;
    font-size: 28px;
    font-family: "Montserrat-Bold";
}
.products span.woocommerce-Price-amount.amount, .related span.woocommerce-Price-amount.amount {
    font-size: 20px;
}

.preim {
    background-color: #f5f5f7;
    padding: 20px 0;
}
@media screen and (min-width: 992px) {
	.preim_item {
		justify-content: center;
	}
}
.preim_img {
    width: 50px;
}
.preim_text {
    padding-left: 10px;
    font-size: 15px;
}
@media screen and (max-width: 768px) {
	.preim_item {
		margin-bottom: 10px;
	}
	.preim_img {
		width: 33px;
	}
}

.shop-swiper .slide-arrow {
    opacity: 1;
}
.section {
    margin-top: 60px;
}
.products-inner {
    padding: 20px;
    /*background: #f6f5f8;*/
    text-align: center;
    border-radius: 15px;
}
.products-split.row {
    justify-content: center;
}
.products-name {
    font-size: 15px;
    line-height: 1.2;
    margin: 15px 0;
}
.products-add_inner span {
	display: inline-block;
    background-color: #00a1e7;
    color: #fff;
    border-radius: 20px;
    padding: 5px 12px;
}

.vid-flexbox.row {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	justify-content: center;
    -webkit-justify-content: center;
}
.vid-block {
    position: relative;
}
.vid-block {
    margin-bottom: 25px;
}
.vid-item {
    padding: 0;
    height: 100%;
    min-height: 100%;
    position: relative;
}
.vid-image {
	position: relative;
    overflow: hidden;
	border-radius: 3px;
}
.vid-img_inner {
	transition: transform ease 0.8s;
}
.vid-item:hover .vid-title-inner {
    margin-bottom: 10px;
}
.vid-img_inner span {
	width: 100%;
	display: block;
    background-size: cover;
	background-repeat: no-repeat;
	min-height: 280px;
	background-position: top center;
	opacity: 1;
    transition: opacity 300ms;
}
.vid-inner-text {
    position: absolute;
    z-index: 11;
    left: 20px;
    right: 20px;
	bottom: 20px;
	padding: 25px 10px 0px;
	-webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.vid-title-inner {
    transform: translateY(-2px);
	margin-bottom: 0px;
    transition: all ease 0.2s;
    max-height: 72px;
    overflow: hidden;
	color: #fff;
}
.vid-title-inner a {color: #fff;}
.vid-top-text {
    opacity: 0.8;
	padding-bottom: 10px;
	font-size: .867em;
    line-height: 1.3em;
    text-transform: uppercase;
    letter-spacing: .8px;
}
.vid-font_mlg {
	overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px;
    line-height: 1.4;
}
.vid-font_mlg a:hover {
	text-decoration:none;
	color:#fff;
}
.hover_zoom:hover .shine>*, .hover_zoom .shine:hover>* {
    transform: scale(1.1);
	transition: transform ease 0.8s;
}
.vid-img_inner span:before {
    opacity: 0;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0,0,0,0.5);
    transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    z-index: 11;
}
.vid-item:hover .vid-img_inner span:before {
	opacity: 1;
}
.vid-item .vid-img_inner span:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 40%;
    transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    z-index: 1;
    background: -moz-linear-gradient(90deg, rgba(0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -o-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.vid-item:hover .vid-img_inner span:after {
    opacity: 0;
}
.vid-item .vid-inner-text .vid-previewtext {
    margin: 0px;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    transform: translateY(2px);
    transition: all ease 0.2s;
	opacity: 0.7;
	font-size: 16px;
    line-height: 1.4;
	color: #fff;
}
.vid-item:hover .vid-inner-text .vid-previewtext {
    visibility: visible;
    height: auto;
    transform: translateY(-6px);
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
	.vid-inner-text {bottom: 32px;}
}
@media only screen and (min-width: 768px) {
	.vid-image, .vid-image * {
		height: 100%;
	}
}
@media only screen and (max-width: 767px) {
	.vid-flexbox .mcb-wrap-inner {
		display: flex;
		justify-content: normal;
	}
	.vid-item {
		padding-bottom: 10px;
	}
	.vid-item .vid-inner-text {
		bottom: 30px;
		left: 14px;
		padding-top: 15px;
	}
}

.subhead {
	padding: 50px 0;
    background-size: cover;
    background-repeat: no-repeat;
}
.sub_info {
    max-width: 500px;
    text-align: left;
    border-radius: 5px;
    background-color: #00000085;
    padding: 30px;
}
.sub_title h1 {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    opacity: 1;
    font-family: "Montserrat-Medium";
    margin-bottom: 10px;
    line-height: 1.5;
}
#breadcrumbs a, #breadcrumbs span {
    font-size: 14px;
    color: #fff;
}
@media only screen and (max-width: 767px) {
	.sub_info {
		text-align: center;
	}
}

.after-text {
    margin-bottom: 60px;
}
.intro-heading {
	text-align: center;
}
.intro-heading h2 {
	word-wrap: break-word;
	text-transform: inherit;
	letter-spacing: 1px;
	font-size: 36px;
	line-height: 44px;
	color: #212121;
	margin-bottom: 15px;
	font-weight: 600;
	margin-top: 12px;
}
.specs-section .specs-inner {
        border-bottom: 1px solid #e0e0e0;
        padding: 15px 0 15px 15px;
    }
.specs-section .specs-inner h2 {
	text-transform: inherit;
	letter-spacing: 1px;
	margin: 0;
	font-weight: bold;
	font-size: 18px;
	line-height: 30px;
	color: #212121;
}
@media screen and (max-width: 1400px) {
.tech_specs_nav {
	font-size: 1.2vw;
}

.tech_specs_img {
	margin-bottom: 5vw !important;
}
.section_twenty h3 {
	color: #000;
	font-size: 3vw;
	text-align: center;
	padding-top: 0;
	font-weight: bolder;
}
.section_twenty p {
	color: black;
	font-size: 1.142vw;
	text-align: center;
	line-height: 1.4vw;
	position: absolute;
	bottom: 2vw;
	left: 16vw;
	letter-spacing: 0.5px;
}
}

@media screen and (max-width: 768px) {
.tech_specs {
	padding-top: 17vw;
	margin-top: -10vw;
}

.jdgm-rev-widg.jdgm-rev-widg {
	padding-top: 16vw !important;
	margin-top: -16vw !important;
}

.tech_specs_tabs {
	width: 100%;
}

.tech_specs_nav {
	font-size: 2.95vw;
	padding: 1vw;
	width: 31vw;
}
.intro-heading h2 {
	word-wrap: break-word;
	text-transform: inherit;
	letter-spacing: 1px !important;
	font-size: 32px !important;
	line-height: 44px !important;
	color: #212121;
	margin-bottom: 12px !important;
	font-weight: 600;
	margin-top: 12px;
}
.section_twenty h3 {
	color: #000;
	font-size: 7vw;
	text-align: center;
	padding-top: 0;
	font-weight: bolder;
}
.section_twenty p {
	color: black;
	font-size: 3.5vw;
	text-align: left;
	line-height: 4.4vw;
	position: absolute;
	bottom: 2vw;
	left: 7vw;
	width: 94%;
}
.row2 {
max-width: fit-content;
margin-left: -15px;
margin-right: -15px;
}

.row2 h1 {
	margin: 8.604vw 3vw 2.563vw;
}
.row2 .box {
	flex-wrap: wrap;
}
.row2 .box .item {
	width: 100%;
	border-bottom: 1px solid #e0e0e0;
	padding: 15px;
}
}

.products .product {
    margin-bottom: 20px;
}
.products .product a.button {
    display: block;
    text-align: center;
    border-radius: 25px;
    background-color: #0897ef;
    color: #fff;
    font-size: 16px;
    padding: 8px 15px;
	transition: all .2s;
}
.products .product a.button:hover {
	background-color: #00a1e7;
}
h2.woocommerce-Reviews-title {
    text-align: center;
}
h2.woocommerce-loop-product__title {
    font-size: 20px;
	min-height: 60px;
	margin-top: 15px;
}
ul.page-numbers {
    list-style: none;
    margin: 20px 0 30px;
    padding: 0;
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
}
ul.page-numbers li {
	margin: 0 5px;
}
ul.page-numbers li a, ul.page-numbers li span {
    display: inline-block;
    padding: 6px 15px;
    border-radius: 8px;
	transition: all .3s;
}
ul.page-numbers li a:hover, span.page-numbers.current {
    background-color: #00a1e7;
    color: #fff;
}
p.form-submit {
    text-align: center;
}

.contacts--map {
    border-radius: 10px;
    overflow: hidden;
	width: 100%;
}
.contacts--inner {
    background: #fff;
    padding: 22px;
    border-radius: 10px;
}
.contacts--top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 22px;
}
.contacts--top-inform {
    display: flex;
    margin-right: 15px;
}
.contacts--info {
    margin-left: 12px;
}
.contacts--top .btn--block a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    white-space: nowrap;
    line-height: 1.3;
    padding: 14px 30px 14px 30px;
    background: rgba(14, 118, 189, 0.10);
    transition: .3s;
    border: 1px solid;
    outline: none;
    text-align: center;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    box-shadow: none;
    color: #0E76BD;
    max-width: 160px;
}
.contacts--info-name {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 500;
    margin-bottom: 4px;
}
span.contacts--info-adress {
    color: #535F70;
    font-size: 14px;
}
.contacts--item {
    margin-left: -9px;
    display: flex;
    margin-right: -9px;
    flex: 0 0 100%;
    max-width: 100%;
	flex-wrap: wrap;
}
.contacts--item_inner {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 9px;
    padding-right: 9px;
    margin-bottom: 18px;
	font-size: 18px;
}
.contacts--item_inner label {
    font-size: 16px !important;
}
ul.soc--block {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
	align-items: center;
    gap: 5px;
}
ul.soc--block a {
    display: inline-block;
}
ul.soc--block svg {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}
@media screen and (max-width: 768px) {
	.contacts--top {
		display: block;
	}
	.contacts--inner {
		margin-top: 30px;
	}
	.contacts--top-inform {
		margin-right: 0;
		margin-bottom: 10px;
	}
	.contacts--item_inner label {
		font-size: 14px !important;
	}
	.contacts--item_inner {
		font-size: 12px;
	}
}

.col-rev-form {
    background-color: #ffffff;
    padding: 20px;
    border: 1px solid #e5e5e5;
    max-width: 600px;
    margin: 0 auto;
	text-align: center;
}
.section-revform.section-preset--bgc-10:before {
    z-index: -1;
}
.section-revform.section-preset--bgc-10 {
    background: #edefda;
    margin-top: 0;
    margin-bottom: 0;
	padding: 40px 0;
}
.col-rev-form .wpcf7-spinner {
    width: 100%;
}
.col-rev-form [type=submit] {
    display: inline-block;
    padding: 11px 20px;
    margin-bottom: 15px;
    cursor: pointer;
    margin-right: 7px;
    border: 0;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    background: #3960ff;
    color: #fff;
	font-size: 14px;
}
.rev-col {
    background-color: #ffffff;
    padding: 15px;
    -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
    border-radius: 10px;
	margin-bottom: 25px;
}
.rev-col-img svg, .rev-col-img img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.rev-col-top {
    display: flex;
	align-items: center;
}
.rev-col-inner {
    padding-left: 10px;
}
.rev-col-date {
    font-size: 12px;
}
.rev-col-name {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 5px;
}
.rev-col-text {
    margin-top: 15px;
	font-size: 16px;
}
.wpcf7 label:not(.variant__button-label):not(.text-label) {
    font-weight: normal;
    font-size: 12px;
    text-align: left;
    display: inline-block;
}
.wpcf7 .gal label:not(.variant__button-label):not(.text-label) {
    display: flex;
    align-items: flex-start;
}
.wpcf7 .gal input[type=checkbox] {
    margin-top: 3px;
}
.wpcf7 .gal label:not(.variant__button-label):not(.text-label) a.pers {
    text-decoration: underline;
}

.homeimg .homeimg-wrap {
    max-width: 395px;
}
.homeimg .homeimg-bg {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    padding-bottom: 100%;
    position: relative;
}
.homeimg .homeimg-bg::after {
    content: '';
    position: absolute;
    left: 20px;
    top: 20px;
    bottom: -20px;
    right: -20px;
    border: 3px solid #00A1E7;
}
.about_info p {
    margin-bottom: 10px;
    font-size: 16px;
}
@media screen and (max-width: 767px) {
	.about_info {
		margin-top: 25px;
	}
}

#popup__toggle{bottom:25px;right:10px;position:fixed;z-index:999;}
.img-circle{background-color:#29AEE3;box-sizing:content-box;-webkit-box-sizing:content-box;}
.circlephone{box-sizing:content-box;-webkit-box-sizing:content-box;border: 2px solid #29AEE3;width:150px;height:150px;bottom:-25px;right:10px;position:absolute;-webkit-border-radius:100%;-moz-border-radius: 100%;border-radius: 100%;opacity: .5;-webkit-animation: circle-anim 2.4s infinite ease-in-out !important;-moz-animation: circle-anim 2.4s infinite ease-in-out !important;-ms-animation: circle-anim 2.4s infinite ease-in-out !important;-o-animation: circle-anim 2.4s infinite ease-in-out !important;animation: circle-anim 2.4s infinite ease-in-out !important;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
.circle-fill{box-sizing:content-box;-webkit-box-sizing:content-box;background-color:#29AEE3;width:100px;height:100px;bottom:0px;right:35px;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;-webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;-moz-animation: circle-fill-anim 2.3s infinite ease-in-out;-ms-animation: circle-fill-anim 2.3s infinite ease-in-out;-o-animation: circle-fill-anim 2.3s infinite ease-in-out;animation: circle-fill-anim 2.3s infinite ease-in-out;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
.img-circle{box-sizing:content-box;-webkit-box-sizing:content-box;width:72px;height:72px;bottom: 14px;right: 49px;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;opacity: .7;}
.img-circleblock{box-sizing:content-box;-webkit-box-sizing:content-box;width:72px;height:72px;background-image:url(/wp-content/uploads/2025/11/mini.png);background-position: center center;background-repeat:no-repeat;animation-name: tossing;-webkit-animation-name: tossing;animation-duration: 1.5s;-webkit-animation-duration: 1.5s;animation-iteration-count: infinite;-webkit-animation-iteration-count: infinite;}
.img-circle:hover{opacity: 1;}
@keyframes pulse {0% {transform: scale(0.9);opacity: 1;}
  50% {transform: scale(1); opacity: 1; }   
  100% {transform: scale(0.9);opacity: 1;}}
 @-webkit-keyframes pulse {0% {-webkit-transform: scale(0.95);opacity: 1;}
  50% {-webkit-transform: scale(1);opacity: 1;}   
  100% {-webkit-transform: scale(0.95);opacity: 1;}}
@keyframes tossing {
  0% {transform: rotate(-8deg);}
  50% {transform: rotate(8deg);}
  100% {transform: rotate(-8deg);}}
@-webkit-keyframes tossing {
  0% {-webkit-transform: rotate(-8deg);}
  50% {-webkit-transform: rotate(8deg);}
  100% {-webkit-transform: rotate(-8deg);}}
@-moz-keyframes circle-anim {
  0% {-moz-transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;-moz-opacity: .1;-webkit-opacity: .1;-o-opacity: .1;}
  30% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;-moz-opacity: .5;-webkit-opacity: .5;-o-opacity: .5;}
  100% {-moz-transform: rotate(0deg) scale(1) skew(1deg);opacity: .6;-moz-opacity: .6;-webkit-opacity: .6;-o-opacity: .1;}}
@-webkit-keyframes circle-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.5) skew(1deg);-webkit-opacity: .1;}
  30% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);-webkit-opacity: .5;}
  100% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);-webkit-opacity: .1;}}
@-o-keyframes circle-anim {
  0% {-o-transform: rotate(0deg) kscale(0.5) skew(1deg);-o-opacity: .1;}
  30% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);-o-opacity: .5;}
  100% {-o-transform: rotate(0deg) scale(1) skew(1deg);-o-opacity: .1;}}
@keyframes circle-anim {
  0% {transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;}
  30% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;}
  100% {transform: rotate(0deg) scale(1) skew(1deg);
opacity: .1;}}
@-moz-keyframes circle-fill-anim {
  0% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);opacity: .2;}
  100% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-webkit-keyframes circle-fill-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;  }
  50% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;  }
  100% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-o-keyframes circle-fill-anim {
  0% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-o-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@keyframes circle-fill-anim {
  0% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}

.skidka-popup {
    text-align: center;
	line-height:110%;
	max-width: 500px;
}

.skidka-popup img {
	width:230px;
	text-align: center;
}

.skidka-popup .telephon {
	margin: 0 0 0 10%;
	width: 40%; 
	float: left;
}
.skidka-popup .button_skidka {
	float: left; 
	margin: 0 0 0 5%;
	width: 40%; 
	text-align: left;
}
.skidka-popup input[type="submit"] {
    background-color: #00a1e7 !important;
	height: 41px;
    line-height: 1;
}
.skidka-popup .gal {
    margin-left: 7%;
}
@media screen and (max-width: 767px) {
	.skidka-popup .telephon {
		margin: 0 0 5%;
		width: 100%; 
		text-align: center;
	}
	.skidka-popup .button_skidka {
		margin: 0 0 5%;
		width: 100%; 
		text-align: center;
	}
	.skidka-popup img {
		width:70%;
	}
}

@media only screen and (max-width: 767px) {
	#popup__toggle {
	display:none;
	bottom: 65px;
    right: 0px;
	-moz-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -webkit-transform: scale(0.4);
    -o-transform: scale(0.4);
    transform: scale(0.4);
	}
	.mobile-bar-menu{display:flex !important;bottom:0;position:fixed;z-index:9999;width:100%;justify-content:space-around;background:#fff;padding:10px 0;box-shadow:2px -2px 8px #0000005c}
	.mobile-bar-menu div,.mobile-bar-menu a{display:flex;flex-direction:column;justify-content:center;align-items:center}
	.mobile-bar-menu svg{max-width:30px}.mobile-bar-menu div svg path,.mobile-bar-menu a svg path{fill:#00A1E7}
	.mobile-bar-menu a.mobile-bar-menu__order svg path{stroke:#00A1E7;fill:#fff}
	.mobile-bar-menu h5{font-size:14px;line-height:12px;margin-bottom: 0;text-transform: none;letter-spacing: 0;}
	.mobile-bar-menu > strong {
		display: flex !important;
		width: 100%;
		justify-content: space-around;
		background: #fff;
	}
	.skidka-popup > div p:first-child {
		font-size: 18px !important;
		line-height: 1.2 !important;
		margin-top: 10px;
	}
}

.lwpcngNotice_accept.js-lwpcngAccept {
    color: #00A1E7;
}