@font-face {
    font-family: 'Krub';
    src: url('../fonts/Krub-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Krub';
    src: url('../fonts/Krub-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Krub';
    src: url('../fonts/Krub-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Krub';
    src: url('../fonts/Krub-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Krub';
    src: url('../fonts/Krub-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

html, body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	min-height: 100%;
	overflow-x: hidden;
}

body {
	font-family: 'Krub';
	color: #21252e;
    font-weight: normal;
    font-style: normal;
	font-size: 15px;
	background: #FFF ;
}

a, a:link, a:visited {
    outline: none;
	text-decoration: none;	
	-moz-tap-highlight-color: transparent; 
	-webkit-tap-highlight-color: transparent; 
}

img {
	border: none;
	margin: 0px;
	max-width: 100%;
}


h1 {
	font-family: 'Krub';
    font-weight: normal;	
    font-size: 50px;
    margin: 0px;
    padding: 0px;
    color: #ffffff;
    font-weight: bold;
    padding-bottom: 15px
}

h2 {
	font-family: 'Krub';
	font-weight: normal;
	font-size: 24px;
	margin: 0px;
	padding: 0px;
}

h3, h4, h5, h6 {
	font-family: 'Krub';
    font-weight: bold;
	font-size: 26px;
	margin: 0px;
	padding: 0px;	
}

form, input, select, textarea, p {
	margin: 0px;
	padding: 0;
}

textarea {
	resize: none;
}

input:focus, textarea:focus {
	outline: none;
}

input::-moz-focus-inner { 
    border: 0;
    padding: 0;
}

article, aside, details, figcaption, figure,  
footer, header, hgroup, menu, nav, section, time {  
	display: block; 
	margin: 0px;
	padding: 0; 
} 

.customClear {
	clear: both;
	font-size: 0em;
	line-height: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
}

/*IE below 9*/
#ieWrapper {
	background: #000;
	position: fixed;
	z-index: 100;
	top: 0;	left: 0;
	width: 100%;
	height: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.ieHolder {
	position: relative; 
	width: 555px;
	padding: 20px;
	margin: 200px auto 0 auto;
	background: #FFF;
	border: 7px solid #2b2927;
}

.btnIeUpdate {
	background: url(../images/btnIeUpdate.jpg) 0 0 no-repeat;
	width: 144px;
	height: 37px;
	position: absolute;
	right: 20px;
	bottom: 20px;
	color: #fff;
	line-height: 37px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.ieLogo {
	float: left;
	width: 134px;
	height: 139px;
	background: url(../images/ieLogo.jpg) no-repeat 0 0;
}

.ieContent {
	float: right;
	margin: 0;
	padding: 0;
	width: 350px;
	color: #666;
	font-size: 15px;
	line-height: 18px;
}

.ieContent strong {
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #cccccc;
	display: block;
	font-size: 18px;
	color: #333;
	font-weight: normal;
}
/*End IE below 9*/
* {
	box-sizing: border-box;
}
section.header-top-bar {
    background-color: #ee1c25;
    border-top: 6px solid #0053a0;
}
.page-center{
	max-width: 1310px;
	width: 100%;
	margin: 0 auto;
    /*padding: 0 60px*/
}
section.header-top-bar  ul {
    display: flex;
    list-style: none;
    justify-content: flex-end;
    padding: 17px;
    margin: 0;
}
header#page_header {
    padding: 37px 0 0;
    position: relative;
    box-shadow: 0px 30px 10px -15px #f8f8f9;
}
header .page-center{
	display: flex;
    gap: 48px;
    align-items: center;
    padding: 0;
    justify-content: space-between;
}
figure.logo {
    max-width: 254px;
    width: 100%;
    /*max-height: 48px;*/
    height: 100%;
}
.search-header {
    max-width: 655px;
    width: 100%;
}
.search-header form {
    width: 100%;
}
.search-header form  input[type="text"] {
    border: 1px solid #ced4da;
    padding: 13px;
    border-radius: 10px;
    width: 100%;
    box-shadow: 0px 4px 3px -3px #ced4da
}
header form{
	position: relative;
}
header form button {
    position: absolute;
    right: 11px;
    background-color: #f0f8ff00;
    border: 0;
    top: 10px;
    cursor: pointer;
}
header select {
    border: 0;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Krub';
    background-color: #ffffff00;
}
header .cart{
	display: flex;
    align-items: center;
    max-width: 107px;
    width: 100%;
}
.cart span.count{
    position: absolute;
    right: -10px;
    top: -8px;
    width: 25px;
    height: 25px;
    background-color: #ee1c25;
    border-radius: 50%;
    color: white;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: normal;
    border: 2px solid white;
}
.header-top-bar ul li a{
	color: #ffffff
}
.header-top-bar ul li a:hover{
	color: #0053a0
}
.header-top-bar ul li {
    padding-left: 30px;
}
::placeholder {
	font-family: 'krub';
	font-size:14px;
	color:#6f737c;
}

header p {
    font-size: 14px;
    font-weight: 300;
    font-family: 'Krub';
    padding: 5px 6px 0;
}
p.cart-rate{
    font-size: 16px;
    font-weight: bold;
    padding: 2px 7px 0;
}
.cart a{
	position: relative;
}
.cart-price {
    padding-left: 8px;
}

header .page-center.menu{
	display: flex;
	justify-content: flex-end;
	position: relative;
}

nav.main-nav ul {
    display: flex;
    justify-content: right;
    list-style: none;
    padding: 25px 0;
}
nav.main-nav {
	flex-grow: 1;
}

nav.main-nav li {
    font-size: 15px;
    font-weight: 500;
    position: relative;
    padding-left: 35px;
    position: relative;
}	
nav.main-nav li a{
	color: #212529;
}
nav.main-nav ul li::before{
	content: "";
	position: absolute;
    right: -14px;
    top: 7px;
	width: 9px;
	height: 5px;
	background: url(../images/icon-chevron.png) no-repeat;
}
nav.main-nav li:last-child::before{
	background: none;
}
a.more{
	color: #ee1c25!important
}
nav.main-nav li a:hover {
	color:  #ee1c25
}
.dropdown-menu {
    position: absolute;
    left: 0;
    top: 100%;
    box-shadow: 0px 3px 18px -1px #80808026;
    width: 150px;
    padding: 15px;
    display: none;
    background-color: #ffff;
    z-index: 1;
}
.dropdown-menu ul{
    display: block!important;
    padding-top: 0 !important;
    padding: 0;
    text-align: right;
    padding: 0 !important;
}
.dropdown-menu ul li{
	padding-left: 0;
    padding: 10px 0;
}
 .dropdown-menu ul li::before{
 	content: ""!important;
 	background: none!important;
 }
 nav.main-nav li:hover .dropdown-menu{
 	display: block;
 }
.owl-banner .owl-dots button {
    background: #696262 !important;
    width: 12px;
    height: 12px;
    font-size: 0;
    margin: 2px;
    text-align: center;
    border-radius: 50%;
}
.owl-banner .owl-dots button.active {
	background: #ffffff !important;
    box-shadow: 0px 4px 10px 6px #7c76766b;
}
.owl-banner .owl-dots {
    text-align: right;
    padding:20px;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 8;
}
.owl-banner .owl-prev {
	width: 71px;
	height: 68px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	display: block !important;
	border: 0;
	outline: 0;
	background: url(../images/left-arrow.png) no-repeat !important;
	z-index: 1;
	transition: all .2s ease-in;
}
.owl-banner .owl-next {
	width: 71px;
	height: 68px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	display: block !important;
	border: 0;
	outline: 0;
	background: url(../images/right-arrow.png) no-repeat !important;
	z-index: 1;
	transition: all .2s ease-in;
}
.owl-banner .owl-next span,
.owl-banner .owl-prev span {
	font-size: 0;
}

section.banner-wrapper .page-center{
	display: flex;
    gap: 30px;
    justify-content: flex-end;
}
.categories {
    max-width: 325px;
    width: 100%;
    background-color: #ffffff;
    border-radius: 14px;
    box-shadow: 0px 0px 9px 2px #ced4da7d;
    position: absolute;
    left: 0;
    top: 41px;
    border: 1px solid #ced4da;
}
.owl-banner{
	/* max-width: 954px ;923px */
    width: 100%;
    max-height: 525px;
    height: 100%;
	padding-left: 345px;
	
}
.banner-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, #000000b5 , #0000001f);
	
}
.owl-carousel.owl-banner .owl-item img{
	max-width: 954px;
    width: 100%;
    max-height: 525px;
    height: 100%;
}
.owl-carousel .owl-stage-outer {
    border-radius: 17px;
}
.owl-banner .slider-content p {
    color: #ffffff;
    font-size: 15px;
    font-weight: normal;
    max-width: 478px;
    line-height: 25px;
    width: 100%;
    padding-bottom: 40px;
}
.slider-content {
    padding: 0 75px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.banner-button {
    background-color: #ef233c;
    font-size: 16px;
    color: #ffffff;
    padding: 16px 0;
    display: block;
    width: 152px;
    text-align: center;
    border-radius: 13px;
}
.banner-button:hover{
	background-color: #0053a0
}
section.banner-wrapper {
    background-color: #f6f8fc;
    padding: 27px 0 55px;
}
.categories h3{
    background-color: #0053a0;
    padding: 18px 25px;
    border-radius: 10px 10px 0 0;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
	cursor: pointer;
}
.categories ul {
    list-style: none;
    padding: 14px 25px;
    z-index: 999
}
.categories ul a{
	color: #212529;
    font-size: 14px;
}
.categories ul li {
    padding-bottom: 27px;
    position: relative;
}
.categories ul li::after{
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	background: url(../images/icon-right-arrow.png) no-repeat;
	width: 12px;
	height: 13px;
}
section.most-order-products {
    padding: 60px 0 114px;
}
.most-order-products p{
	position: relative;
	padding: 0 28px;
}
.ordered-select {
    display: flex;
    align-items: center;
    max-width: 50%
}
.most-order-products a{
    font-weight: 600;
    color: #212529;
    display: block;
}
.most-order-products .most-order-products-tile a::after{
	content: "";
	position: absolute;
	right: 0;
	top:6px;
	width:13px;
	height: 8px;
	background: url(../images/icon-view.png) no-repeat;
}

.most-order-products .most-order-products-tile{
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
    gap: 10px;
}	
.most-order-products-tile .ordered-title{
	max-width: 50%
}
.ordered-title p {
    color: #62696f;
    font-size: 15px;
    line-height: 25px;
    padding: 10px 0;
}
.most-order-products select {
    color: #212529;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #ced4da;
    max-width: 420px;
    width: 100%;
    min-width: 420px;
    padding: 16px;
    border-radius: 10px;
    position: relative;
   -webkit-appearance: none;
   -moz-appearance: none;
   background: url(../images/select-arrow-down.png) no-repeat;
   background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - .5em) .5em;
  background-repeat: no-repeat;
}

.product-box h4 {
    color: #16181b;
    font-size: 17px;
    font-weight: 600;
    text-align: left;
	padding: 35px 0 5px;
}
.product-box figure{
  	max-width: 176px;
    width: 100%;
    max-height: 183px;
    height: 100%;
    margin: 0 auto;
}
.product-box figure img{
  	max-width: 176px;
    width: 100%;
    max-height: 183px;
    height: 100%;
    object-fit: contain;
    min-height: 183px;
}
.price-buy {
    display: flex;
    justify-content: flex-start;
    gap: 15px;
    align-items: center;
    padding: 8px 0;
}
.price-buy p {
    color: #0053a0;
    font-size: 17px;
    font-weight: bold;
    padding: 0
}
.price-buy a{
    color: #ef233c;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #ef233c;
    border-radius: 29px;
    padding: 7px 10px;
    display: block;
    max-width: 88px;
    text-align: center;
}
.price-buy a:hover{
	background-color: #0053a0;
	border:0;
	color: #ffff
}
.product-box {
    border: 1px solid #ced4da;
    border-radius: 17px;
    max-width: 232px;
    width: 100%;
    max-height: 500px;
    height: 100%;
    padding: 22px;
}
.product-box:hover{
	border:1px solid #0053a0;
	box-shadow: 0px 3px 19px 7px #f0f0f3
}
.product-area {
    display: flex;
    justify-content: center;
    gap: 35px;
    flex-wrap: wrap;
}
section.multilingual-wrapper {
    background-color: #0053a0;
    padding: 67px 0 80px;
}
section.multilingual-wrapper h3 {
    color: #ffffff;
}
section.multilingual-wrapper .multilingual-custom-signs-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.multilingual-wrapper .page-center .multilingual-custom-signs-title a {
    color: #ffffff;
    font-size: 17px;
    font-weight: 500;
}
.multilingual-wrapper .page-center p{
	position: relative;
    text-align: center;
    padding: 0 70px 0 0;
}
.multilingual-box p{
	padding: 0!important
}
.multilingual-wrapper .page-center .multilingual-custom-signs-title a::after {
    content: "";
    position: absolute;
    right: 0;
    top: -13px;
    background: url(../images/icon-right.png) no-repeat;
    width: 40px;
    height: 40px;
    background-color: white;
    padding: 6px 6px;
    border-radius: 100%;
    background-position: center;
}
.multilingual-area {
    justify-content: center!important;
    padding-top: 50px;
    display: flex;
    gap: 25px;
}
.multilingual-left-side h4{
	font-size: 20px;
    color: #16181b;
    font-weight: 600;
    text-align: center;
    padding: 25px 0 15px;
}
.multilingual-left-side h4 a{
	color: #16181b
}
.multilingual-right-side {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}
.multilingual-right-side .multilingual-content p, .multilingual-right-side .multilingual-content h4{
	text-align: left;
}
.multilingual-area .multilingual-right-side  h4 {
    font-size: 18px;
    font-weight: 600;
    color: #16181b;
    text-align: center;
    padding: 35px 0 15px;
    text-align: left;
}
.multilingual-area .multilingual-right-side  h4 a{
	color: #16181b
}
.multilingual-area p{
    font-size: 16px;
    color: #16181b;
    font-weight: normal;
}
.multilingual-left-side .multilingual-box {
    max-width: 345px;
    max-height: 100%;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    border-radius: 15px;
    padding: 45px 28px;
}
.multilingual-left-side .multilingual-box figure {
    max-width: 252px;
    width: 100%;
    max-height: 198px;
    height: 100%;
    margin: 0 auto;
}
.multilingual-left-side .multilingual-box figure img{
	object-fit: contain;
}
.multilingual-right-side .multilingual-box {
    display: flex;
    background-color: #ffffff;
    border-radius: 15px;
    max-width: 456px;
    width: 100%;
    max-height: 100%;
    /*height: 100%;*/
    padding: 15px 30px;
    gap: 20px;
}
.multilingual-right-side .multilingual-box  figure{
    max-width: 140px;
    width: 100%;
    position: relative;
}
.multilingual-right-side .multilingual-box  figure img{
    max-width: 140px;
    width: 100%;
    max-height: 105px;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.multilingual-left-side {
    max-width: 346px;
    width: 100%;
}
/* -----------------DEVELOPMENT 1------------------------------------------------- */
section.sign-caregories {
    padding: 77px 0 60px;
}
.sign-categories-wrapper {
    padding-top: 58px;
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}
.sign-categories-wrapper figure {
    max-width: 147px;
    width: 100%;
    margin: 0 auto;
 }
.sign-categories-wrapper img {
    max-width: 147px;
    width: 100%;
    max-height: 127px;
    height: 100%;
    object-fit: contain;
}
.category-box {
    max-width: 308px;
    width: 100%;
    max-height: 500px;
    height: 100%;
    background-color: #f8eeef;
    padding: 30px;
    border-radius: 18px;
    min-height: 380px;
}
.category-box:nth-child(1),.category-box:nth-child(7),.category-box:nth-child(10){
	background-color: #f8eeef
}
.category-box:nth-child(2),.category-box:nth-child(5),.category-box:nth-child(8),.category-box:nth-child(11){
	background-color: #e9eef3
}
.category-box:nth-child(3),.category-box:nth-child(6),.category-box:nth-child(9){
	background-color: #e4f1ef
}
.category-box:nth-child(4){
	background-color: #f2e8e4
}
.category-box:nth-child(12){
	background-color: #f2f0e6
}

.category-box h4 {
    font-size: 22px;
    font-weight: bold;
    color: #212529;
    padding: 16px 0 10px;
}
.category-box h4 a{
	color: #212529
}
.category-box p {
    color: #555c63;
    padding-bottom: 15px;
}
.category-box a.shop-btn {
    font-size: 13px;
    color: #feffff;
    font-weight: 500;
    background-color: #ef233c;
    padding: 7px;
    display: block;
    max-width: 90px;
    border-radius: 25px;
    text-align: center;
}
.category-box a.shop-btn:hover {
    background-color: #0053a0;
}
.banner-left-block {
    max-width: 325px;
    width: 100%;
}
/* -----------------DEVELOPMENT 1 END------------------------------------------------- */

/* -----------------DEVELOPMENT 2------------------------------------------------- */
footer {
    padding: 90px 0 60px;
    background: #0053a0;
    color:#ffffff;
}
.footer-top {
    display: flex;
    gap: 83px;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    padding-bottom: 60px;
}

.footer-top h5 {
    color:#ffffff;
    font-size: 17px;
    font-weight: bold;
    line-height: 32px;
    margin-bottom: 30px;
}

.footer-top ul {
    padding: 0;
    margin: 0;
}

.footer-top ul li, .footer-top ul li a {
    list-style: none;
    font-size: 14px;
    font-weight: normal;
    line-height: 29px;
    cursor: pointer;
}
.footer-top ul li:hover, .footer-top ul li a{
	color: #ee1c25
}
.footer-middle {
    display: flex;
    padding: 30px 0;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    justify-content: space-between;
}

.footer-social, .footer-shippments, .footer-payments {
    display: flex;
    align-items: center;
}

.footer-social ul, .footer-shippments ul, .footer-payments ul {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
}

.footer-social li, .footer-shippments li, .footer-payments li {
    list-style: none;
    padding-right: 15px;
}

.footer-social label, .footer-shippments label, .footer-payments label {
    padding-right: 15px;
    font-weight: 500;
}

.footer-bottom {
    padding-top: 30px;
    text-align: center;
    font-size: 15px;
    line-height: 35px;
    font-weight: normal;
}

/* .footer-website-info-list, .footer-resource-list, .footer-account-order-list, .footer-distributors-list, .footer-news-articles-list {
    padding-top: 50px;
} */

.home-contactus {
    padding: 100px 0;
    background: #f6f8fc;
}

.home-contactus-wrapper {
    display: flex;
}

.home-contactus-right {
    padding-left: 120px;
    border-left: 1px solid #ccc;
    max-width: 510px;
    width: 100%;
    
}

.home-contactus-left {
    padding-right: 165px;
    max-width: 620px;
    width: 100%;
}

.home-contactus-right h2, .home-contactus-left h2 {
    color: #333c5c;
    font-size: 50px;
    font-weight: bold;
    line-height: 56px;
}
.home-contactus-left h2 span {
    color: #ef233c;
    padding-left: 15px;
}

.home-subscribe-form input[type=email] {
    padding: 0 0 25px 30px;
    border: none;
    background: url(../images/mail-envelope.png) no-repeat 0 7px;
    background-size: 20px;
    font-size: 18px;
    font-family: 'Krub';
}

.home-subscribe-form {
    border-bottom: 1px solid #cccc;
}

.home-subscribe-form form {
    display: flex;
    justify-content: space-between;
}

.home-subscribe-form input[type=submit] {
    border: none;
    background: none;
    font-size: 18px;
    color: #ef233c;
    padding-bottom: 30px;
    text-transform: uppercase;
    font-weight: normal;
    cursor: pointer;
    font-family: 'Krub';
}


.home-contactus-form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #c6c8d2;
    font-size: 18px;
    line-height: 32px;
    font-weight: normal;
    font-family: 'Krub';
   
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #c6c8d2;
    font-size: 18px;
    line-height: 32px;
    font-weight: normal;
    font-family: 'Krub';
  }
  
  ::-ms-input-placeholder { /* Microsoft Edge */
    line-height: 32px;
    font-weight: normal;
    font-family: 'Krub';
  }

  .home-contactus-left p {
    color:#333c5c;
    font-size: 18px;
    line-height: 36px;
    font-weight: normal;
    padding: 70px 0 65px;
  }

  .home-contactus-form input[type=text], .home-contactus-form input[type=email] { 
    padding: 0 0 25px;
    border: none;
    background: none;
    font-size: 18px;
    position: relative;
    border-bottom: 1px solid #ccc;
    margin-bottom: 28px;
    max-width: 510px;
    width: 100%;
    font-family: 'Krub';
  }

  .home-contactus-right h2 {
    padding-bottom: 50px;
  }

  .home-contactus-form input[type=submit]{
    background: #ef233c;
    padding: 15px 15px;
    border: none;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    border-radius: 8px;
    height: 53px;
    max-width: 175px;
    width: 100%;
    cursor: pointer;
  }
  .home-contactus-form input[type=submit]:hover{
  	background-color: #0053a0
  }
	.most-order-products .ordered-title p {
		padding: 10px 0;
	}
.login-reg-wrapper{
    display: flex;
    gap: 0;
    padding-top: 70px;
    border-bottom: 1px solid #e5e1e1;
    padding-bottom: 10%;
}
.log-or-reg {
    position: relative;
    border: 1px solid #dcdcdd;
}
.log-or-reg p {
    border: 1px solid #b9b9bb;
    border-radius: 100%;
    padding: 15px;
    display: flex;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
   /* z-index: 9;*/
    background-color: white;
}
.login-reg-wrapper .u-column1.col-1 {
    width: 50%!important;
    padding-right: 100px;
}
.login-reg-wrapper .u-column2.col-2 {
    width: 50%!important;
    padding-left: 100px;
}
.login-reg-wrapper  input{
    border: 1px solid #ced4da;
    border-radius: 10px;
    padding: 20px 15px;
}
.login-reg-wrapper  label {
    font-size: 16px;
    color: #0a0e1a;
    font-weight: normal;
    padding-bottom: 15px;
    display: inline-block!important;
}
.login-reg-wrapper h2 {
    color: #0a0e1a;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 34px;
}
.login-reg-wrapper button{
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    background-color: #175892;
    border: 0;
    padding: 14px 49px;
    border-radius: 8px;
    float: left;
    margin-right: 3em;
    cursor: pointer;
}
p.woocommerce-LostPassword.lost_password {
    font-size: 14px;
    font-weight: 300;
    text-decoration: underline;
    text-underline-offset: 5px;
    padding-top: 30px;
}
p.woocommerce-LostPassword.lost_password a{
	color: #0a0e1a
}
form.login p.woocommerce-form-row,form.register p.woocommerce-form-row{
    padding: 10px 0;
}
.form-sub-btn {
    padding-top: 25px!important;
}
.form-sub-btn  label{
	padding-top: 25px
}
span.password-hide-icon img {
    position: absolute;
   right: 15px;
    top: 23px;
}
span.password-input {
    position: relative;
}
.register .woocommerce-privacy-policy-text p{
	font-size: 14px;
	line-height: 24px
}
.register .woocommerce-privacy-policy-text p a{
	color: #175892
}
.register-fields {
    display: flex;
    gap: 20px;
}
form.login p.woocommerce-form-row, form.register p.woocommerce-form-row {
    padding: 10px 0;
    width: 100%;
}
span.required {
    color: #ff4800;
}
.home-subscribe-form input::placeholder{
	font-size: 18px;
	color: #c6c8d2
}
.bg-overlay {
    background: #172e43;
    width: 100%;
    height: 100%;
    z-index: 9;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    opacity: 21%;
}

.inner-banner-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 99%;
    background-image: linear-gradient(to right, #000000b5 , #0000001f);
    border-radius: 23px;
}
.inner-banner-wrapper {
    position: relative;
    padding: 40px 0 10px;
    margin: 0 auto;
    max-width: 1310px;
    width: 100%;
}
.inner-banner-wrapper img{
    max-width: 1310px;
    width: 100%;
    border-radius: 23px;
    max-height: 305px;
    height: 100%;
    object-fit: cover;
    min-height: 305px;
}	
.inner-banner-overlay{
	position: relative;
	max-height: 307px;
    height: 100%;
    min-height: 306px;
}
.woocommerce {
    max-width: 1310px;
    width: 100%;
    margin: 0 auto;
}
.banner-content p{
    color: #ffffff;
    max-width: 488px;
    width: 100%;
    line-height: 25px;
}
/*popup search start*/
.search-area-mobile {
    display: none;
}
#search {
  align-items: center;
  background: rgba(0, 0, 0, 0.975);
  height: 0;
  display: flex;
  justify-content: center;
  opacity: 0;
  position: fixed;
  transition: all 0.5s;
  width: 100vw;
  will-change: transform, opacity;
  z-index: -1;
  top: 0;
}
#search:target {
  height: 100vh !important;
  opacity: 1;
  width: 100vw !important;
  z-index: 9999;
}
#search:target .close-btn {
  display: block;
}
#searchbox {
  background: transparent;
  border: 0;
  color: #fff;
  flex: 1 0 auto;
  font-size: 2rem;
  height: 2rem;
  max-width: 100%;
  width: 100%;
  outline: 0;
  padding: 2rem 1rem;
}
.search-area  input::placeholder{
	font-size: 20px!important
}
.close-btn {
  display: none;
  color: #fff;
  font-size: 2rem;
  position: absolute;
	top: 7.5rem;
	right: 7rem;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(343deg) brightness(109%) contrast(101%);
}


#nav ul.left {
  left: 0;
  height: 100vh;
  width: 0;
}
#search.right,
#nav ul.right {
  height: 100vh;
  width: 0;
  right: 0;
  left: auto !important;
}
#search.bottom.left,
#nav ul.bottom.left,
#search.bottom.right,
#nav ul.bottom.right,
#search.top.left,
#nav ul.top.left,
#search.top.right,
#nav ul.top.right {
  height: 0;
}
#search.bottom,
#nav ul.bottom {
  bottom: 0;
  top: auto !important;
}
#search.fade,
#nav ul.fade {
  height: 100vh;
  width: 100vw;
  transition: opacity 0.5s;
}
.woocommerce-notices-wrapper {
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
}
#search button {
    background: none;
    color: white;
    font-size: 26px;
    cursor: pointer;
    border: 0;
    position: absolute;
    right: 3px;
    top: 20px;
}
.search-area {
    border-bottom: 1px solid #fff;
    position: relative;
    width: 48%;
}
#search button img{
	filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(339deg) brightness(103%) contrast(102%);
}
/*searchbox popup end*/

.banner-content {
    padding: 0 94px;
    position: absolute;
    top: 50%;
    transform: translateY( -50%);
}
ul.breadcrumbs {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-end;
}
ul.breadcrumbs li a {
    color: #727785;
    font-size: 14px;
}
ul.breadcrumbs li{
	color: #0a0e1a;
	font-size: 14px;
    font-family: 'Krub';
    padding: 0 10px;
}
.category-title {
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
    gap: 10px;
    align-items: center;
}
.category-title a{
    font-weight: 600;
    color: #212529;
    display: block;
}
.category-title  p{
	position: relative;
	padding: 0 28px 0 0;
}
.category-title a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 6px;
    width: 13px;
    height: 8px;
    background: url(../images/icon-view.png) no-repeat;
}
.inner-category-box {
    border: 1px solid #ced4da;
    border-radius: 10px;
    max-width: 237px;
    max-height: 276px;
    width: 100%;
    height: 100%;
    min-height: 276px;
    padding: 19px 0;
}
.inner-category-box figure {
    max-width: 153px;
    max-height: 160px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding-bottom: 29px;
    min-height: 153px
}
.inner-category-box figure img {
    max-width: 153px;
    max-height: 160px;
    width: 100%;
    height: 100%;
    min-height: 160px;
    object-fit: contain;
}
.inner-category-box .cat-title p {
    font-size: 17px;
    font-weight: 600;
    color: #16181b;
    text-align: center;
}
.cat-title {
    background-color: #eef0f4;
    max-width: 210px;
    max-height: 59px;
    height: 100%;
    border-radius: 10px;
    min-height: 59px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 29px auto 0;
}
.inner-caregory-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding-bottom: 130px;
    justify-content: center;
}
.inner-category-box:hover{
	border:1px solid #0053a0;
    box-shadow: 0px 0px 37px 5px #9494ad38
}
.inner-category-box:hover .cat-title{
	background-color: #0053a0;
	color: #ffffff
}
.inner-category-box:hover .cat-title p{
	color: #ffffff
}
.category-title .ordered-title {
    max-width: 70%;
}
/*mobile menu*/
.mobile-menu {
    display: none;
}
.mobile-menu {
    position: absolute;
    width: 100%;
    max-width: 350px;
    height: auto;
    background: #ffffff;
    top: 0;
    right: 0;
    z-index: 99;
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 30%);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transform: translateX(110%);
}
/* -----------------DEVELOPMENT 2------------------------------------------------- */
/* ---------------------------MEDIA QUERY--------------------------------------------------------- */
/* --------------------------DEVELOPMENT-1-------------------------------------- */
 @media only screen and (max-width: 1500px) {
	/*.page-center {
	    padding: 0 3vw;
	}*/
	.banner-wrapper .page-center {
	    padding: 0;
	}
	.woocommerce{
		padding: 0 3vw
	}
	header .page-center{
		padding: 0 0
	}
	.categories {
		/*max-width: 278px;*/
		left: 0;
	}
	/*.owl-banner{
		max-width: 62vw
	}*/
	.product-area {
	    gap: 1vw;
	}
	.most-order-products .most-order-products-tile .ordered-select p {
	    padding: 0px 17px 0 0
	}
	.price-buy{
		gap:10px;
	}
	.multilingual-right-side .multilingual-box{
		max-width: 416px;
		padding: 15px;
		gap:10px;
	}
	.multilingual-left-side .multilingual-box {
	    max-width: 330px;
        padding: 45px 20px;
        min-height: 448px
	}
	.multilingual-area{
		gap:1vw;
	}
	.multilingual-right-side{
		gap:1vw;
	}
	.multilingual-left-side {
	    max-width: 24vw;
	}
	.sign-categories-wrapper{
		gap: 1vw
	}
	.category-box {
	    max-width: 280px;
	}
	.sign-categories-wrapper{
		justify-content: center;
	}
	::placeholder {
		font-size:12px;
	}
	.home-contactus-right h2, .home-contactus-left h2 {
	    font-size: 3.5vw;
	    line-height: 4vw;
	}
	.banner-left-block {
	   /* max-width: 278px;*/
	}
	.footer-top {
	    gap: 50px;
	}

 }

 @media only screen and (max-width: 1338px) {
	.page-center .icon-nav {
		display: block;
	}
	.mobile-menu {
	    display: block;
	}
	.mobile-menu.active {
	    transform: translateX(0);
	}
	.menu-content {
		position: relative;
		padding: 45px 30px;
		z-index: 9999;
		height: 100vh
	}
	header .icon-nav span {
		display: block;
		position: absolute;
		height: 5px;
		width: 100%;
		background: #0053a0;
		border-radius: 9px;
		opacity: 1;
		left: 0;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .25s ease-in-out;
		-moz-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
	}
	header .icon-nav span:nth-child(1) {
		top: 0px;
	}
	header .icon-nav span:nth-child(2),
	header .icon-nav span:nth-child(3) {
		top: 10px;
	}
	header .icon-nav span:nth-child(4) {
		top: 20px;
	}
	header .icon-nav.open span:nth-child(1) {
		top: 18px;
		width: 0%;
		left: 50%;
	}
	.icon-nav.open span:nth-child(2) {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.icon-nav.open span:nth-child(3) {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.icon-nav.open span:nth-child(4) {
		top: 18px;
		width: 0%;
		left: 50%;
	}
	.icon-nav {
		width: 40px;
		height: 26px;
		position: relative;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: translateY(-50%);
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		position: absolute;
		top: 70%;
		right: 0;
		z-index: 10;
		display: none;
	}
	nav.main-nav {
		display: none;
		flex-direction: column;
		position: absolute;
		bottom: 0;
		transform: translateY(100%);
		right: 0;
		width: 240px;
		padding: 0;
		background: #0053a0;
		z-index: 9999;
		-webkit-box-shadow: 0px 2px 9px 0px rgb(0 0 0 / 75%);
		-moz-box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.75);
		box-shadow: 0px 2px 9px 0px rgb(0 0 0 / 75%);
	}

	.main-mobile-menu li {
		padding: 0 15px;
		margin: 0 15px;
		border-bottom: solid 1px #fff;
		list-style: none;

	}
	.main-mobile-menu li a {
		padding: 15px 0;
		color: #fff;
		display: block;
		box-sizing: border-box;
	    text-align: left;
	}
	.main-mobile-menu li:last-child {
		border-bottom: 0
	}
	.main-mobile-menu li a {
		color: #212529
	}
	.main-mobile-menu ul {
		display: block;
	}
	.main-mobile-menu {
		padding: 0 0;
	}
	.page-center.menu {
	    list-style: none;
	    padding: 50px 7vw;
	}
	.main-mobile-menu ul {
	    display: block;
        padding: 0px 15px;
        list-style: none;
        position: relative;
	}
	.main-mobile-menu ul li::before {
	    content: "";
	    position: absolute;
	    right: -2px;
	    top: 23px;
	    width: 9px;
	    height: 5px;
	    background: url(../images/icon-chevron.png) no-repeat;
/*	    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7432%) hue-rotate(102deg) brightness(112%) contrast(115%);
*/	}
	/* .owl-banner {
	    max-width: 68vw;
	} */
	header#page_header {
	    padding: 2vw 3vw 0;
	}
	.banner-wrapper .page-center {
	    padding: 0 30px;
	}
	.page-center {
	    padding: 0 3vw 0;
	}

}
 /* --------------------------DEVELOPMENT-1 end-------------------------------------- */
/* --------------------------DEVELOPMENT-2-------------------------------------- */

@media only screen and (max-width: 1200px) {
    .footer-website-info, .footer-resource, .footer-account-order, .footer-distributors, .footer-news-articles {
        max-width: 215px;
        width: 100%;
    }
    .footer-middle {
        flex-wrap: wrap;
        justify-content: center;
        gap: 40px;
    }

	.owl-banner {
		padding-left: 313px;
	}
/* --------------------------DEVELOPMENT-2-------------------------------------- */
/* --------------------------DEVELOPMENT-1-------------------------------------- */
    .most-order-products select{
    	max-width: 290px;
    	min-width: 290px
    }
	figure.logo {
	    max-width: 180px;
	}
	/* .owl-banner {
	    max-width: 64vw;
	} */
	.categories {
	    max-width: 293px;
	}
	.login-reg-wrapper .u-column2.col-2{
		padding-left: 70px
	}
	.login-reg-wrapper .u-column1.col-1{
		padding-right: 70px
	}
	.banner-left-block {
	    max-width: 260px;
	}
	.categories ul {
	    padding: 5px 25px 0;
	}
	.categories ul li {
	    padding-bottom: 20px;
	}

}
@media only screen and (max-width: 1224px) {
.multilingual-right-side .multilingual-box {
    max-width: 335px;
    padding: 15px;
}

}
 @media only screen and (max-width: 1024px) {
	.product-area {
	    gap: 30px;
	}
	.register-fields {
	    gap: 0;
	    flex-direction: column;
	}
	.slider-content {
	    padding: 0 30px
	}
	h1{
		font-size: 40px
	}
	.woocommerce{
		padding: 0 40px
	}

    /* --------------------------DEVELOPMENT-2-------------------------------------- */
    .footer-top {
        flex-wrap: wrap;
    }
    .footer-website-info, .footer-resource, .footer-account-order, .footer-distributors, .footer-news-articles {
        padding-bottom: 30px;
    }
    .page-center {
        padding: 0 40px;
    }
    /* --------------------------DEVELOPMENT-2-------------------------------------- */
}
@media only screen and (max-width: 1014px) {
.multilingual-right-side .multilingual-box {
    max-width: 325px;
    padding: 15px;
}
}
@media only screen and (max-width: 992px) {
	 .icon-nav {
		width: 40px;
		height: 26px;
		position: relative;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform:  translateY(-50%);
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		position: absolute;
		top: 70%;
		right: 0;
		z-index: 10;
		display: none;
	}
	.main-nav ul {
		padding: 0 0;
	}   
	.most-order-products select {
	    max-width: 250px;
	    min-width: 200px;
	}
	.ordered-select {
		display: flex;
		align-items: center;
		max-width: 60%;
		width: 100%;
		justify-content: flex-end;
	}
	.multilingual-area{
		flex-direction: column;
		gap:25px
	}
	.multilingual-right-side {
	    gap: 25px;
	    justify-content: center;
	}
	.multilingual-left-side {
	    max-width: 100%;
	}
	.multilingual-right-side .multilingual-box {
	    max-width: 350px;
	    padding: 15px;
	}
	.multilingual-left-side .multilingual-box {
	    max-width: 429px;
	    margin: 0 auto;
	}
	.sign-categories-wrapper {
	    gap: 25px;
	}
	.most-order-products-tile .ordered-title {
	    max-width: 100%;
	}
	.most-order-products .most-order-products-tile{
		flex-direction: column;
	}
	.ordered-select{
		max-width: 100%;
		gap: 11px;
	}

	.banner-button {
	    font-size: 15px;
	    padding: 13px 0;
	    width: 138px;
	}
	.home-contactus-wrapper {
	    flex-direction: column;
	}
	.home-contactus-left{
		max-width: 100%;
		padding-right: 0
	}
	.home-contactus-right {
	    padding-left: 0;
	    border-left: 0px solid #ccc;
	    max-width: 100%;
	    width: 100%;
	    padding-top: 50px;
	}
	.home-contactus-right h2, .home-contactus-left h2 {
	    font-size: 30px;
	    line-height: 40px;
	}
	.home-contactus-left p {
	    padding: 40px 0 65px;
	}
	.categories ul {
	    display: none;
	}
	.categories h3::after {
	    content: "";
	    background: url(../images/icon-drop-down.png) 0 0 no-repeat;
	    position: absolute;
	    right: 10px;
	    top: 25px;
	    width: 9px;
	    height: 5px;
	    padding: 5px;
	    cursor: pointer;
	}
	.owl-banner {
	    max-width: 100%;
	}
	.banner-left-block{
		display: none;
	}
	.categories{
		z-index: 1;
		left: 0
	}
	header#page_header {
	    padding: 2vw 7vw 0;
	}
	.categories.home-category {
	    z-index: 99;
	}
	header#page_header {
	    padding: 2vw 20px 0;
	}
	.home-contactus-form input[type=text], .home-contactus-form input[type=email]{
		max-width: 100%
	}
	.banner-content {
	    padding: 0 30px;
	}

	.owl-banner {
		padding-left: 0;
	}

}
@media only screen and (max-width: 805px) {
	.multilingual-right-side .multilingual-box {
	    max-width: 100%;
	    padding: 15px;
	}
}
@media screen and (max-width:768px) {
	.product-box figure img {
	    max-width: 150px;
	}
	.multilingual-area{
		flex-direction: column;
	}
	.multilingual-left-side .multilingual-box {
        min-height: 355px;
	}
	.multilingual-left-side {
	    max-width: 100%;
	}

	.multilingual-left-side .multilingual-box figure {
	    max-width: 200px;
	}
	.multilingual-left-side .multilingual-box {
	    max-width: 100%;
	}
	header .page-center {
	    display: flex;
	    gap: 20px;
	}	
	h1 {
	    font-size: 30px;		
	}
	.search-header form button img{
		max-width: 13px;
		padding-top: 4px;
	}
	h3, h4, h5, h6 {
	    font-size: 22px;
	}
	.category-box h4 {
	    font-size: 18px;
	    line-height: 28px;
	}
	.login-reg-wrapper{
		flex-direction: column;
	}
	.login-reg-wrapper .u-column1.col-1 {
	    width: 100%!important;
	    padding-right: 0;
	    padding-bottom: 60px;
	}
	.login-reg-wrapper .u-column2.col-2{
	    width: 100%!important;
	    padding-left: 0;
	    padding-top: 60px;
	}
}
@media screen and (max-width:650px) {
	.category-box {
	    max-width: 100%;
	}
	header select {
	    font-size: 13px;
	}
	header .cart {
	    max-width: 92px;
	}
	.cart span.count {
	    right: -8px;
	    top: -6px;
	    width: 20px;
	    height: 20px;
	}
	figure.logo {
	    max-width: 150px;
	}
	header p {
	    font-size: 13px;
	    padding: 2px 6px 0;
	}
	p.cart-rate {
	    font-size: 14px;
	}
	.search-header {
	    max-width: 186px;
	}
	.ordered-title p{
		font-size: 14px
	}


}
@media screen and (max-width:600px) {
	.product-box{
		max-width: 300px
	}
	.multilingual-right-side .multilingual-box {
	    flex-direction: column;
	}
	.multilingual-right-side .multilingual-box figure img {
	    max-width: 140px;
	    width: 100%;
	    max-height: 105px;
	    height: 100%;
	    object-fit: contain;
	    position: initial;
	    transform: translateY(0);
	}
	.multilingual-right-side .multilingual-box {
	    max-height: 355px;
	    min-height: 355px;
	    gap: 20px;
        padding: 36px 25px;
	}	
	.multilingual-right-side .multilingual-box figure{
		margin: 0 auto
	}
	.multilingual-area .multilingual-right-side h4 {
	    padding: 15px 0 15px;
	}
	section.header-top-bar ul {
	    padding: 17px 0;
	    font-size: 13px;
        flex-wrap: wrap;
	    gap: 10px 15px;
	}
	.header-top-bar ul li {
	    padding-left: 0;
	}
	header .page-center {
	    flex-wrap: wrap;
	    justify-content: center;
	}
	figure.logo {
	    max-width: 175px;
	}
	.search-header {
	    max-width: 230px;
	    display: none;
	}
	h1 {
	    font-size: 26px;
	    line-height: 32px;
	}
	.owl-banner .slider-content p {
	    padding-bottom: 22px;
	}
	.banner-button {
	    font-size: 14px;
	    padding: 10px 0;
	    width: 122px;
	}
	.owl-carousel.owl-banner .owl-item img {
	    min-height: 301px;
	    object-fit: cover;
	}
	.home-contactus-right h2, .home-contactus-left h2 {
	    font-size: 24px;
	    line-height: 34px;
	}
	.home-contactus-left p {
	    font-size: 16px;
	    line-height: 27px;
	    padding: 24px 0 65px;
	}
	.home-subscribe-form input[type=submit]{
		font-size: 15px
	}
	.home-subscribe-form input::placeholder{
		font-size: 15px!important;
	}
	.home-contactus-right h2 {
	    padding-bottom: 29px;
	}
	.home-contactus-form input::placeholder {
	    font-size: 15px;
	    line-height: 25px;
	}
	.home-contactus-form input[type=submit] {
	    padding: 12px 15px;
	    font-size: 16px;
	    height: 50px;
	    max-width: 150px;
	}
	/*searchbox popup start*/
	.search-area-mobile {
		display: block;
		padding: 8px 15px;
	}
	.category-title {
	    align-items: flex-end;
	    flex-direction: column;
	}
	.category-title .ordered-title {
	    max-width: 100%;
	}

}
@media screen and (max-width:500px) {
	.most-order-products select{
		font-size: 15px
	}
	.most-order-products select {
	    max-width: 200px;
	    min-width: 195px;
	}
	.sign-categories-wrapper img {
	    max-width: 110px;
	}
	.multilingual-right-side .multilingual-box figure img {
	    max-width: 115px;
	}
	.multilingual-left-side .multilingual-box figure {
	    max-width: 150px;
	}
	.categories {
	    max-width: 240px;
	}
	.owl-banner .slider-content p{
		font-size: 14px;
		line-height: 20px
	}
	h1 {
	    font-size: 22px;
	    line-height: 27px;
	}
	.header-top-bar .page-center {
	    padding: 0 20px;
	}


}
@media screen and (max-width:400px) {
	.header-top-bar .page-center a {
		margin-left: 5px;
	}
	.main-header .icon-nav span:nth-child(1) {
	    top: 6px;
	}
	.main-header .icon-nav span:nth-child(2), .main-header .icon-nav span:nth-child(3) {
	    top: 13px;
	}
	.main-header .icon-nav span:nth-child(4) {
	    top: 20px;
	}
	.main-header .icon-nav span {
	    height: 4px;
	}
	.icon-nav {
	    width: 30px;
	}
	.most-order-products select {
	    max-width: 160px;
	    min-width: 160px;
	}
	section.header-top-bar ul {
	    gap: 8px 9px;
	    font-size: 11px
	}
	.home-subscribe-form input[type=email]{
		max-width: 148px
	}
}
