@font-face {
	font-display: swap;
	font-family: "Firasansextralight"; 
	src: url("../fonts/Firasansextralight.woff") format("woff"), 
	url("../fonts/Firasansextralight.woff2") format("woff2"), 
	url("../fonts/Firasansextralight.ttf") format("truetype"); 
	font-style: normal; 
	font-weight: normal; 
}
@font-face {
	font-display: swap;
	font-family: "Firasansextrabold"; 
	src: url("../fonts/Firasansextrabold.woff") format("woff"), 
	url("../fonts/Firasansextrabold.woff2") format("woff2"), 
	url("../fonts/Firasansextrabold.ttf") format("truetype"); 
	font-style: normal; 
	font-weight: normal; 
}
@font-face {
	font-display: swap;
	font-family: "DigitalStrip"; 
	src: url("../fonts/DigitalStrip.ttf") format("truetype"); 
	font-style: normal; 
	font-weight: normal; 
}
body {
	overflow-x: hidden;
	cursor: url('../img/rocket-pointer.svg'), default;
}
#countdown {
	padding:0;
	position:relative;
	padding: 10px 0 20px;
}

.item {
	display: inline-block;
	position: relative;
	text-align:center;
	margin:0 10px;
	padding: 2%;
	text-transform:uppercase;
	font-size: 16px;
	color: #fff;
	width: 148px;
}
.item p { 
	text-align:center;
	margin:0;
	font-size: 54px;
	padding:0;
}
#countdown .item:nth-child(1){background: #bf1238;}
#countdown .item:nth-child(2){background: #CC3B42;}
#countdown .item:nth-child(3){background: #C9363E;}
#countdown .item:nth-child(4){background: #DE4E55;}

.timer {
	/*position: absolute;*/
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 22.6vh 0;
}
.category {
	display: flex;
	flex-direction: column;
	padding: 0 2rem;
	position: relative;
	min-width: 100vw;
}
.category-box {
	display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 50px 20px;
    max-width: 96vw;
    margin: 0 auto;
    margin-bottom: 20px;
}
.category-box.category-flex {
	display: flex;
}
.category-box.category-slider {
	display: block;
	grid-template-columns: unset;
	grid-gap: unset;
	margin-bottom: 20px;
}
.category-name {
	text-align: center;
}
.category-name span {
	background-color: #FFF;
	padding: 0 20px;
}
.title_simple {
  color: #bf1238;
  font: normal 2rem 'Firasansextrabold', sans-serif;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (max-width: 990px) {
    .title_simple {
      font-size: 1.5rem;
      margin-bottom: 30px; } }
  @media (max-width: 576px) {
    .title_simple {
      font-size: 1.125rem; } }
  .title_simple span {
    color: #bf1238;
    margin: 0 5px; }

 .subtitle_simple {
  font: 1.75rem "DigitalStrip";
  text-align: center;
  color: #424242;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 45px; }
  @media (max-width: 990px) {
    .subtitle_simple {
      font-size: 1.25rem;
      margin-bottom: 30px; 
      margin-top: 20px;} }
  @media (max-width: 576px) {
    .subtitle_simple {
      font-size: 1rem;
      margin-bottom: 20px; } }
.catalog_box_page {
	padding: 10px;
	position: relative;
}
.category-box.category-slider .catalog_box_page {
	max-width: calc(100vw / 5);
}
.text-simple {
	max-width: 90%;
	margin: 2rem auto;
  	font: 300 1.125rem/150% 'DigitalStrip', sans-serif; 
  	text-align: center;
 }
.text-simple strong {
 	font-weight: bold;
 	font-family: 'Firasansextrabold', sans-serif;
 	font-size: 8rem;
 	line-height: 8rem;
    color: #bf1238;
}
#primary .text-simple strong {
	font-size: 2.5rem;
	line-height: 2.5rem;
}
.brands_carouser a img {
	max-width: 100%;
	transform: scale(.8);
    opacity: .6;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.brands_carouser a:hover img {
	opacity: 1;
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	transform: scale(1);
}
.brands_carouser a.slick-slide {
	display: flex;
	height: 188px;
	justify-content: center;
	align-items: center;
}
@media (max-width: 990px) {
    .text-simple {
    	max-width: 90%;
      	font-size: .87rem; 
      	margin: 0 auto;
	} 
}
@media (max-width: 650px) {
	.brands_carouser {
		padding: 0 10%!important;
	}
	.brands_carouser .fa-arrow-square-left {
		left: 10px;
	}
	.brands_carouser .fa-arrow-square-right {
		right: 10px;
	}
}
.thankyou-simple {
	max-width: 100%;
  	font: 300 1.125rem/150% 'DigitalStrip', sans-serif; 
  	text-align: center;
}
.thankyou-simple h1 {
	color: #bf1238;
    font: normal 3rem 'Firasansextrabold', sans-serif;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.thankyou-simple p {
	max-width: 90%;
	margin: 0 auto;
  	font: 300 1.125rem/150% 'DigitalStrip', sans-serif; 
  	text-align: center;
}
.thankyou-simple img {
	max-width: 100%;
}
.thankyou-simple-abs {
	position: absolute;
	width: 100%;
	margin-top: 10vh;
}
.product-price {
	font: bold 1.75rem "Firasansextralight";
	text-align: center;
}
.product-name {
	color: #000;
	text-align: center;
	font: normal 1rem "Firasansextralight";
	font-weight: bold;
}
a.nav-link {
	font: normal 1.25rem "Firasansextralight";
}
.dropdown-toggle::after {
	vertical-align: 0.155rem;
}
.navbar-light .navbar-nav .nav-link {
	color: #424242;
}

.catalog_box_page img {
  max-width: 100%;
  width: 100%;
  max-height: 330px;
  -o-object-fit: cover;
     object-fit: cover; 
}
.product-buy:visited {
	color: #424242;
}
.product-buy {
	font-size: 1.5rem;
	flex: 1 1 auto;
	margin: 10px;
	padding: 10px;
	border: 2px solid #f7f7f7;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	overflow: hidden;
	transition: .3s;
	color: #424242;
	display: block;
	text-decoration: none;
	border: 1px solid #424242;
}
.product-buy:after {
	position: absolute;
	transition: .3s;
	content: '';
	width: 0;
	left: 50%;
	bottom: 0;
	height: 3px;
	background-color: #bf1238;
	height: 130%;
	left: -10%;
	transform: skewX(15deg);
	z-index: -1;
}
.product-buy:hover {
    cursor: pointer;
    color: #FFF;
    border: 1px solid #bf1238;
    text-decoration: none;
}
.product-buy:hover:after {
	/*left: -10%;*/
	width: 120%;
}
.top-box {
	background-color: #bf1238;
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
	padding: 2vh 0;
}
.social-icons, .contact-icons {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.social-icons a, .contact-icons a {
	text-decoration: unset;
	color: #FFF;
}
.bottom-box {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
    margin: 2rem 0;
}
.location-icon i {
	color: #bf1238;
}
.address-block {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.company-name {
	font-weight: bold;
	text-align: center;
}
.company-city {
	text-align: center;
}
.company-city a {
	text-decoration: unset;
	color: #424242;
}
.company-city .city-name {
	font-weight: bold;
}
.company-name .city-name {
	font-weight: normal;
}
.btn-callback:visited {
	color: #424242;
}
.btn-callback {
	font-size: 1rem;
	margin: 10px;
	padding: 10px;
	border: 2px solid #f7f7f7;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	overflow: hidden;
	transition: .3s;
	color: #424242;
	display: block;
	text-decoration: none;
	border: 1px solid #424242;
	min-width: 250px;
}
.another-btn {
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.catalog_box_info .top-sales.catalog-more-btn.btn-callback {
	margin-bottom: unset;
	min-width: unset;
    font-size: 70%;
}
header {
	max-width: 100%;
	margin: 0 auto;
}
.navbar-brand {
	min-width: 250px;
    display: flex;
    justify-content: center;
}
.navbar-brand img {
	max-width: 100px;
}
.btn-callback:after {
	position: absolute;
	transition: .3s;
	content: '';
	width: 0;
	left: 50%;
	bottom: 0;
	height: 3px;
	background-color: #bf1238;
	height: 120%;
	left: -10%;
	transform: skewX(15deg);
	z-index: -1;
}
.btn-callback:hover {
    cursor: pointer;
    color: #FFF;
    border: 1px solid #bf1238;
    text-decoration: none;
}
.btn-callback:hover:after {
	left: -10%;
	width: 120%;
}
#contact_form_pop input, #contact_form_pop textarea, #contact_form_pop22 input, #contact_form_pop22 textarea {
	min-width: 310px;
}
#contact_form_pop .wpcf7-submit:visited, #contact_form_pop22 .wpcf7-submit:visited {
	color: #424242;
}
#contact_form_pop .wpcf7-submit, #contact_form_product .btn-submit, #contact_form_product .btn-submit-green, #contact_form_pop22 .wpcf7-submit {
	border: 1px solid;
	transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
	color: #424242;
	background: unset;
	background-color: #FFF; 
	cursor: pointer;
	font-size:16px;
	font-weight: 400;
	line-height: 45px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	width: auto;
	border-radius: unset;
}
#contact_form_pop .wpcf7-submit:hover, #contact_form_product .btn-submit:hover, #contact_form_pop22 .wpcf7-submit:hover {
	border: 1px solid #bf1238;
	background-color: #bf1238; 
	color: #FFF;
	text-decoration: none;
}
#contact_form_product .btn-submit-green:hover {
	border: 1px solid rgb(139, 195, 74);
	background-color: rgb(139, 195, 74);
}
@media(min-width: 600px) {
	#contact_form_pop .wpcf7-submit, #contact_form_product .btn-submit, #contact_form_product .btn-submit-green, #contact_form_pop22 .wpcf7-submit { 
    	padding: 0 1rem;
    }
}

#fancybox-outer {
	box-shadow: 0 0 20px #bf1238!important;
    -moz-box-shadow: 0 0 20px #bf1238!important;
    -webkit-box-shadow: 0 0 20px #bf1238!important;
}
#contact_form_pop p, #contact_form_pop22 p {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.buy-form, #contact_form_product_desc .popup-product-view {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 2rem;
}
.product, .field-box, .product-info, .product-description {
	width: 20vw;
}
.buy-form .product-name, .buy-form .product-price, #contact_form_product_desc .product-name, #contact_form_product_desc .product-price {
	text-align: center;
}
.product-image img {
	max-width: 100%;
	height: auto;
}
.field-box .field {
	display: flex;
	flex-direction: column;
	margin-bottom: 1rem;
}
.field-box .field input.error {
	border: 1px solid #bf1238;
    color: #bf1238;
}
.field-box .field.img {
	flex-direction: row;
    justify-content: center;
    margin-bottom: unset;
    margin-top: 1rem;
}
.field-box .field img {
	max-width: 100px;
	height: auto;
}
.btn-submit.btn-disable, .btn-submit-green.btn-disable {
	pointer-events: none;
}
.success-send {
	color: #bf1238;
	font: normal 1.5rem "Firasansextralight";
	text-align: center;
    width: 80%;
    margin: 0 auto;
}
.navbar-expand-md .navbar-nav {
	/*width: 50%;*/
	justify-content: space-around;
}
.description {
	display: none!important;
}
.catalog-more-btn.btn-callback {
	width: max-content;
	margin: 0 auto;
	margin-bottom: 2rem;
}
.language-chooser {
	list-style-type: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}
.product-price span.old-price {
	color: grey;
	text-decoration: line-through;
}
.catalog_box_page .catalog_box_info.info {
	position: absolute;
	bottom: 0px;
	/*margin-left: 10px;*/
	opacity: 0;
	-webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #FFF;
    max-width: 330px;
    width: 100%;
}
.catalog_box_page:hover .catalog_box_info.info {
	opacity: 1;
	bottom: 100px;
}
.category.not-before .catalog_box_page:hover .catalog_box_info.info {
	bottom: 160px;
}
.catalog_box_page:hover img {
	/*height: 330px;*/
}
.catalog_box_page:hover img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    opacity:1;
}
.m-t-1-rem {
	margin-top: 1rem;
}
.banner {
	height: 40vh;
}
#top {
	position: relative;
	overflow: hidden;
	min-height: 70vh; 
	height: unset;
}

#top .hero {
	top: -20rem;
	bottom: -20rem;
	width: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	position: absolute;
	z-index: 1;
}
nav.pinned {
	position: fixed;
	top: 0;
	background-color: #f5f5f5;
	transition: 0.2s ease background-color;
	-webkit-transition: 0.2s ease background-color;
	width: 100%;
    background-color: white;
    z-index: 2;
    height: 5rem;
}

.timer-section.pinned, .personal-discount.pinned {
	/*padding-top: calc(10vh + 5rem);*/
}
.timer-section {
	margin-bottom: 1rem;
	background-repeat: no-repeat;
	background-size: contain;
}
/*.hero-mob {
	display: none;
}*/
.text-under-timer.Firasansextralight .text-simple p:last-child {
	font-family: Firasansextralight, sans-serif;
}
.text-under-timer a {
	color: black;
	text-decoration: none;
}
.to-next-section {
	display: none;
}
#navbarNavDropdown {
	margin-left: 15%;
}
.navbar-expand-md .navbar-nav.phones-list {
	width: fit-content;
}
.timer.pinned {
	padding: 5vh 0;
}
#qtranslate-chooser .active img {
	border: 2px solid #bf1238;
}
.fa-arrow-square-right, .fa-arrow-square-left {
	position: absolute!important;
	top: 50%;
	cursor: pointer;
	color: #bf1238;
	font-size: 2rem;
	z-index: 1;
}
.fa-arrow-square-right {
	right: 0;
}
.fa-arrow-square-left {
	left: 0;
}
.percent-discount {
	position: absolute;
    right: 10px;
    top: 10px;
    background-color: #bf1238;
    color: white;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 1rem;
    z-index: 1;
}
.product-origin-url {
	text-align: center;
}
.product-origin-url a {
	color: #bf1238;
	text-decoration: none;
}
.category:nth-child(2n):before {
	content: "";
	background-image: url(../img/bg/rocket-right.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	height: 59px;
	position: absolute;
    top: -6px;
    width: 100%;
}
.category:nth-child(2n+1):before {
	content: "";
	background-image: url(../img/bg/rocket-left.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	height: 59px;
	position: absolute;
    top: -6px;
    width: 100%;
}
#category-0:nth-child(2n):before {
	display: none;
}
.category.not-before:before {
	display: none;
}
.product-sku {
	text-align: center;
}
.location {
	margin: 2rem 0;
}
.location-wrapper {
	display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
    align-items: center;
    justify-items: center;
}
.location-box {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
    justify-content: center;
}
.location-box img {
	max-width: 100%;
	height: auto;
}
.location-box iframe {
	height: 100%;
    width: 100%;
    position: absolute;
}
img.mfp-img {
	background-color: white;
}
.grid-column-start-2 {
	grid-column-start: 2;
}
.grid-column-start-3 {
	grid-column-start: 3;
}
.hidden-for-teacher, .hidden-for-student, .hidden-for-wholesale_buyer {
	display: none;
}
.personal-discount form {
	width: 50%;
	display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}
.form-line {
	width: 100%;
	display: flex;
	margin-bottom: 1rem;
	flex-direction: column;
}
/*.form-line label {
	width: 30%;
}*/
.form-line input {
	width: 100%;
}
.form-line.radio-wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	width: 100%;
}
.form-line.radio-wrapper input, .form-line.radio-wrapper label {
	width: auto;
	margin-bottom: unset;
}
.form-line.submit {
	max-width: 400px;
	align-items: center;
    margin: 1rem auto;
}
.form-line.submit a:visited {
	color: #424242;
}
.form-line.submit a {
	font-size: 1rem;
	margin: 10px;
	padding: 10px;
	border: 2px solid #f7f7f7;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	overflow: hidden;
	transition: .3s;
	color: #424242;
	display: block;
	text-decoration: none;
	border: 1px solid #424242;
	min-width: 250px;
}
.form-line.submit a:after {
	position: absolute;
	transition: .3s;
	content: '';
	width: 0;
	left: 50%;
	bottom: 0;
	height: 3px;
	background-color: #bf1238;
	height: 120%;
	left: -10%;
	transform: skewX(15deg);
	z-index: -1;
}
.form-line.submit a:hover {
    cursor: pointer;
    color: #FFF;
    border: 1px solid #bf1238;
    text-decoration: none;
}
.form-line.submit a:hover:after {
	left: -10%;
	width: 120%;
}
.form-line.required-error input {
	border: 2px solid red;
}
.form-line.required-error label {
	color: red;
}
@media (min-width: 1520px) and (max-width: 1550px) {
	.navbar-light .navbar-nav .nav-link, .btn-callback {
		white-space: nowrap;
	}
	#navbarNavDropdown {
		margin-left: unset;
	}
	.catalog_box_info .top-sales.catalog-more-btn.btn-callback {
		font-size: 50%;
	}
	.category.not-before .catalog_box_page:hover .catalog_box_info.info {
		bottom: 120px;
	}
}
@media (max-width: 1440px) {
	/*a.nav-link {
		font-size: 1rem;
	}*/
	#navbarNavDropdown {
		margin-left: unset;
	}
}
@media (max-width: 1440px) {
	a.nav-link {
		font-size: 1rem;
	}
}
@media (min-width: 700px) and (max-width: 768px) {
	.navbar-brand {
		min-width: unset;
	}
	#navbarNavDropdown {
		margin-left: unset;
	}
	.navbar-expand-md {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
	#countdown .item {
		font-size: 1rem;
    	width: 100px;
    	margin: 0 3px;
	}
	#countdown .item p {
		font-size: 1.5rem;
	}
}
@media (max-width: 650px) {
	.category-box {
		display: block!important;
	}

	.personal-discount form { 
		width: 90%;
	}
	.form-line.radio-wrapper {
		grid-template-columns: 1fr;
	}
	.grid-column-start-2 {
		grid-column-start: unset;
	}
	.grid-column-start-3 {
		grid-column-start: unset;
	}
	.catalog_box_page img {
		max-height: unset;
	}
	.category-name span {
		background-color: rgb(255, 255, 255, 0.4);
	}
	.site-main.pinned {
		margin-top: 245px;
	}
	.thankyou-simple.pinned {
		margin-top: 200px;
	}
	.thankyou-simple img {
		max-width: 100%;
	    max-height: 80vh;
	    object-fit: cover;
	    width: 100%;
	    object-position: bottom;
	}
	#contact_form_pop {
		min-width: 90vw;
		margin-left: -2.5vw;
	}
	#contact_form_pop input, #contact_form_pop textarea {
		min-width: unset;
		width: 78vw;
	}
	.location-wrapper {
		display: flex;
		flex-direction: column-reverse;
		grid-gap: unset;
		grid-template-columns: unset;
		align-items: unset;
		justify-items: unset;
	}
	.location-box iframe {
		height: 500px;
	    position: relative;
	    width: 100%;
	}
	.location-box img {
		max-width: 100%;
		height: auto;
		margin-top: 2rem;
	}
	.catalog_box_page .catalog_box_info.info {
		bottom: 100px;
		opacity: 1;
	}
	.category-box.category-slider .catalog_box_page {
		max-width: unset;
	}
	.category:nth-child(2n):before {
		background-image: url(../img/bg/rocket-right-mob.jpg);
		position: absolute;
	    width: 100%;
	    left: 0;
	    top: 20px;
	}
	.category:nth-child(2n+1):before {
		background-image: url(../img/bg/rocket-left-mob.jpg);
		position: absolute;
	    width: 100%;
	    left: 0;
	    top: 20px;
	}
	.timer-section {
		background-repeat: no-repeat;
    	background-position: center;
    	min-height: 250px;
	}
	.timer {
		/*width: 90%;*/
		padding: 5vh 0;
    	/*margin-left: 10%;*/
	}
	#navbarNavDropdown.navbar-expand-md .navbar-collapse {
		margin-left: unset;
	}
	.to-next-section {
		display: block;
		position: absolute;
	    bottom: 8vh;
	    z-index: 1;
	    text-align: center;
	    width: 100%;
	    font-size: 4rem;
	    color: #FFF;
	    cursor: pointer;
	}
	.timer-section.pinned, .personal-discount.pinned {
		padding-top: unset;
		/*margin-top: 275px;*/
	}
	.timer.pinned {
		padding: unset;
		padding-top: 5vh;
	}
	footer.pinned {
		padding-top: 0;
	}
	.banner {
		height: auto;
	}
	#top {
		min-height: 100vh;
		z-index: 99999;
	}
	.hero {
		display: none;
	}
	#top .hero-mob {
		display: block;
		top: -26rem;
		bottom: -20rem;
		width: 100%;
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center center;
		position: absolute;
		z-index: 1;
	}
	.top-box .navbar-brand {
		min-width: unset;
		margin-right: unset;
	}
	.top-box {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.social-icons, .contact-icons {
		align-items: center;
	}
	.bottom-box {
		grid-template-columns: repeat(2, 1fr);
	}
	header {
		max-width: 100%;
	}
	nav.pinned {
		width: 100%;
	}
	nav.pinned.navbar {
		background-color: #FFF;
		height: auto;
	}
	nav.navbar {
		justify-content: center;
		z-index: 2;
	}
	.catalog_box_info .top-sales.catalog-more-btn.btn-callback {
		font-size: 8px;
	}
	#countdown {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
	}
	#countdown .item {
		font-size: .77rem;
    	width: 60px;
    	margin: 0 3px;
	}
	#countdown .item p {
		font-size: 1.25rem;
	}
	.category-box {
		grid-template-columns: 1fr;
	}
	.product, .field-box, .product-info, .product-description {
		width: 100%;
		position: relative;
	}
	.buy-form, #contact_form_product_desc .popup-product-view {
		grid-template-columns: 1fr;
		grid-gap: unset;
		width: 84vw;
	}
	#fancybox-content .product-image {
		max-width: 200px;
		margin: 0 auto;
	}
	#fancybox-content .product-price, #fancybox-content .product-buy {
		font-size: 1rem;
	}
	#fancybox-content .product-description {
		font-size: .87rem;
	}
	.navbar-toggler {
		width: 50px;
		height: 43px;
		position: absolute;
		right: 5%;
		top: 20px;
		cursor: pointer;
		padding: 10px;
	}
	.dropdown-menu {
		padding: .5rem;
	}

	.burger-brick {
		height: 4px;
		background: #000;
		margin-top: 3px;
		-webkit-transition: 0.3s ease-out;
		-moz-transition: 0.3s ease-out;
		-ms-transition: 0.3s ease-out;
		-o-transition: 0.3s ease-out;
		transition: 0.3s ease-out;
	}

	.open .burger-brick:first-child {
		-webkit-transform: rotate(405deg);
		-moz-transform: rotate(405deg);
		-ms-transform: rotate(405deg);
		-o-transform: rotate(405deg);
		transform: rotate(405deg);
		margin-top: 0;
	}

	.open .burger-brick:last-child {
		-webkit-transform: rotate(-405deg);
		-moz-transform: rotate(-405deg);
		-ms-transform: rotate(-405deg);
		-o-transform: rotate(-405deg);
		transform: rotate(-405deg);
		margin-top: -11px;
	}

	.open .middle {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
	}
}
.to-next-section {
  animation-name: blinker;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(1.0,0,0,1.0);
  animation-direction: alternate;
  animation-duration: 2s;
  -webkit-animation-name: blinker;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(1.0,0,0,1.0);
  -webkit-animation-duration: 2s;
}
@media (max-width: 360px) {
	.bottom-box {
		grid-template-columns: 1fr;
	}
	.timer {
		padding: 21vh 0;
	}
	.timer.pinned {
		padding-top: 21vh;
	}
}
@keyframes blinker {
  from { opacity: 1.0; }
  to { opacity: 0.0; }
}
 
@-webkit-keyframes blinker {
  from { opacity: 1.0; }
  to { opacity: 0.0; }
}