:root { --bs-body-color: #021347; }
html, *, select, option { font-family: Barlow, Helvetica, Arial; }
body { background: #f0f4f5; }
h1, .h1 { font-size: 30px; line-height: 34px; margin-bottom: 24px; }
h2, h2 > span { font-size: 22px; line-height: 30px; }
h1, h2, .h1, .h2, h3, .h3 { color: #021347; }
h3, .h3 { font-size: 16px; line-height: 24px; }
h4, .h4 { font-size: 18px; line-height: 24px; }
p, ul li, ol li { line-height: 24px; font-size: 16px; }
a { color: #0054A6; }
a:hover { color: #0054a6; }
.clearfix { clear: both; }
.theme-container { max-width: 1320px !important; }
.theme-container-slide { max-width: 1480px !important; }
.text-md-uppercase { text-transform: uppercase; }
.backdrop { position: fixed; top: 0; width: 100%; height: 100vh; background: black; z-index: 4; opacity: 0.5; display: none; }
body.menu-open .backdrop { display: none; }
.wrapper-mobile-menu { display: none; }
.body-cointainer { max-width: 1720px; margin: 0 auto; }
.wrapper-header { position: fixed; width: 100%; top: 0; z-index: 5; }
.wrapper-body { padding-top: 144px; }
.w-33 { width: 33%; }
.table { color: #021347; }
.btn-check:focus + .btn, .btn:focus { box-shadow: none; }
.d-table-tbody { display: table-row-group; }

.wrapper-mobile-side { position: absolute; position: fixed;  width: 100%; top: 0; z-index: 6; }
.wrapper-notice { color: white; position: fixed; top: 0; width: 100%; height: auto; font-size: 14px;font-size: 14px; line-height: 20px; z-index: 7;}
.wrapper-notice .wrapper-notice-body { max-width: 1720px;	margin: 0 auto;	background: #ee5a00;	padding: 10px;}
.wrapper-notice .wrapper-notice-content { }
.wrapper-notice .wrapper-notice-content .info { position: relative; padding-left: 28px; }
.wrapper-notice .wrapper-notice-content .info::before { content: 'i'; display: inline-block; text-align: center; width: 18px; height: 18px; border-radius: 30px; background: white; color: #021347; font-size: 11px; padding: 0; line-height: 16px; position: absolute; top: 1px; left: 0; font-weight: 600; padding: 1px 0 0 1px; }
.wrapper-notice .wrapper-notice-content a {color: #FFC000; text-decoration: underline; }
.wrapper-notice .wrapper-notice-content a:hover {text-decoration: none; }
.wrapper-notice .container {position: relative; padding-right: 35px;}
.wrapper-notice .container button {top: 1px;}

.container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm { padding-right: var(--bs-gutter-x, 15px);    padding-left: var(--bs-gutter-x, 15px); }
.row { --bs-gutter-x: 30px; }
.g-0, .gx-0 { --bs-gutter-x: 0; }
.g-1, .gx-1 { --bs-gutter-x: 10px; }
.g-1, .gy-1 { --bs-gutter-y: 10px; }

.pill { border-radius: 100px; }
.pos-up-1 { position: relative; top: -1px; }
.pos-up-2 { position: relative; top: -2px; }
.pos-down-1 { position: relative; top: 1px; }
.pos-down-2 { position: relative; top: 3px; }
.pos-left-1 { position: relative; left: -1px; }
.mt-t2 { margin-top: 15px; }
.mt-t3 { margin-top: 25px; }
.ms-t2 { margin-left: 15px; }
.me-t1 { margin-right: 10px; }
.me-t2 { margin-right: 15px; }
.g-t1 { --bs-gutter-y: 10px;  --bs-gutter-x: 10px; }
.nowrap { white-space: nowrap; }
.btn { height: 39px; padding: 12px 30px 10px 30px; font-size: 14px; font-weight: 500; height: 40px; border-radius: 3px; line-height: 16px; }
/*.btn:hover { border: none !important; }*/
.btn-next { position: relative; }
.btn-next:after { background-image: url(../images/shapes/arrow-right.svg); background-position: center right; background-repeat: no-repeat !important; content:" "; width: 20px; height: 20px; display: block; position: absolute; right: 0; top: 15px; }
.btn-lg { min-height: 50px; padding: 17px 30px; height: auto; }
.btn-lg.btn-next { padding-right: 60px; }
.btn-lg.btn-next:after { right: 25px; }

.btn-warning {background-color: #ffc000;border-color: #ffc000;box-shadow: 0 1px 0 0 #D4A001, 0 1px 3px 0 rgba(0,0,0,0.3); color: #021347; }
.btn-warning:hover, .btn-warning:focus { background-color: #d4a001;	border-color: #d4a001;	box-shadow: 0 1px 0 0 #D4A001, 0 1px 3px 0 rgba(0,0,0,0.3) !important; }
.btn-warning:active { background-color: #021347; box-shadow: 0 1px 0 0 #021347, 0 1px 3px 0 rgba(0,0,0,0.3) !important; color: #ffffff; }
.btn-warning.btn-next:active:after { background-image: url(../images/shapes/arrow-right-inverse.svg); }

.btn-primary {	background-color: #0054A6;	border-color: #0054A6;	box-shadow: 0 1px 0 0 #003A72, 0 1px 3px 0 rgba(0,0,0,0.3); color: #ffffff; }
.btn-primary:hover, .btn-primary:focus {	background-color: #034383;	border-color: #034383;	box-shadow: 0 1px 0 0 #003A72, 0 1px 3px 0 rgba(0,0,0,0.3) !important; }
.btn-primary:active {	background-color: #021347;	box-shadow: 0 1px 0 0 #021347, 0 1px 3px 0 rgba(0,0,0,0.3) !important; color: #ffffff; }
.btn-primary.btn-next:after, .btn-primary.btn-next:active:after { background-image: url(../images/shapes/arrow-right-inverse.svg); }

.btn-success {	background-color: #89AA00;	border-color: #89AA00;	box-shadow: 0 1px 0 0 #6A8400, 0 1px 3px 0 rgba(0,0,0,0.3); }
.btn-success:hover, .btn-success:focus {	background-color: #6A8400;	border-color: #6A8400;	box-shadow: 0 1px 0 0 #6A8400, 0 1px 3px 0 rgba(0,0,0,0.3) !important; }
.btn-success:active {	background-color: #455500;	box-shadow: 0 1px 0 0 #455500, 0 1px 3px 0 rgba(0,0,0,0.3) !important;  }

.bg-dark { background: #021347 !important; }
.bg-primary { background: #0054a6 !important; }
.bg-success { background: #89aa00 !important; }
.bg-warning { background: #ffc000 !important; }
.bg-secondary { background: #e1e9eb !important; }
.bg-light { background: #f0f4f5 !important; }
.bg-white { background: #ffffff !important; }
.bg-default { background: #e1e9eb !important; }
.bg-secondary { background: #064b8d !important; }
.bg-primary-extra { background: #1983eb !important; }

.text-light { color: #f0f4f5 !important; }
.text-dark { color: #021347 !important; }
.text-primary { color: #0054a6 !important; }
.text-muted { color: #80889F !important; }
.text-success { color: #268C00 !important; }
.text-warning { color: #ffc000 !important; }
.text-success-extra { color: #89AA00 !important; }
.text-primary-extra { color: #1983EB; }
.text-danger-extra { color: #FF8500; }

.fw-500 { font-weight: 500; }
.fw-600 { font-weight: 600; }
a.nodecoration { text-decoration: none; }
a.nodecoration:hover { text-decoration: underline; }
a.text-underline:hover { text-decoration: none; }
.thin { width: 1%; }
.col-side { flex: 0 0 auto; width: 282px; }
.col-main { flex: 0 0 auto; width: 1038px; max-width: calc(100vw - 298px); }

header::before { content:' '; display: block; height: 0; border-top: 4px solid #89aa00; z-index: 10; position: relative; }
header { z-index: 9; }
header .dropdown-toggle::after { display: inline-block; margin-left: 10px; vertical-align: 2px; content: ""; background-color: transparent; background-image: url(../images/shapes/btn-dropdown.svg); background-position: center middle; width: 8px; height: 5px; background-repeat: no-repeat !important; border: none !important; }
header .header-line { height: 80px; }
header .align-logo { padding-top: 10px; }
header .btn-lang, header .btn-account { border: 1px solid #064b8d !important; }
header .btn-lang img, header .btn-account img { position: relative; top: -1px; }
header .satisfied { min-height: 80px; font-size: 16px; line-height: 20px; width: 240px; }
header .btn-lang .dropdown-item { font-size: 14px; font-weight: 600 !important; }
header .btn-lang img, header .btn-account img { margin-right: 8px; }
header .search-field { height: 50px; border-radius: 5px; padding: 5px; background-color: #023568; background-image: url(../images/shapes/search.svg); background-repeat: no-repeat; background-position: 20px center; color: white !important;  padding-left: 55px; border: 1px solid #023568; padding-right: 130px; }
header .search-field:focus { background-color: #023568; box-shadow: 0 2px 3px 0 rgba(0,84,166,0.1); outline: none; border: 1px solid #023568; }

header .search { position: relative; width: 530px; padding-left: 10px; top: 0px;}
header .search .search-field-wrp { width: 100%; }
header .search .btn:not(.search-results .btn) { position: absolute; top: 5px; right: 5px; }
header .search .btn:not(.search-results .btn).btn-warning:active { background-color: #d4a001; box-shadow: 0 1px 0 0 #D4A001, 0 1px 3px 0 rgba(0,0,0,0.3) !important; color: #021347; }

.nav-trust { font-size: 14px; line-height: 20px; color: #ffffff; background: #064b8d !important; height: 40px; white-space: nowrap; position: relative; width: 365px; padding-left: 10px; padding-top: 10px; padding-right: 10px; border-radius: 5px; margin-top: 10px; }
.nav-trust img { position: absolute; top: 9px; left: 10px; }

header .account { font-size: 14px; min-width: 138px; }
header .with-badge { position: relative; display: inline-block; }
header .with-badge .badge { border-radius: 50px; position: absolute; line-height: 16px; right: -8px; top: -8px; font-size: 12px; height: 20px; min-width: 21px; border: #064b8d solid 2px !important; padding: 0 5px; font-weight: 500; font-size: 11px; text-align: center; }
header .btn-cart { background-image: url(../images/shapes/cart.svg) !important; background-repeat: no-repeat; background-position: 18px center; padding-left: 45px; padding-right: 20px; }
header .cart .cart-popover { display: none; }
header .cart:hover .cart-popover { display: block; }

header .discountInfo a { font-size: 22px; color: #FFC000 !important; text-decoration: none; font-weight: 500; background-image: url(../images/shapes/discount.svg); background-repeat: no-repeat; background-position: 0 8px; padding-left: 28px;}

.header-sub { height: 60px; background: linear-gradient(90deg, rgba(255,255,255,1) 50%, rgba(0,84,166,1) 50%); font-size: 16px; line-height: 24px; }
.header-sub .col-side { height: 60px; background: white; background-image: url(../images/shapes/apps.svg); background-position: 12px 24px; background-repeat: no-repeat; padding-left: 36px; padding-top: 19px; font-weight: bold; font-size: 16px; }
.header-sub .col-main { background: #0054a6; height: 60px; }
.header-sub .col-main a { color: white; font-size: 16px; display: inline-block; float: left; padding-top: 19px; padding-left: 36px; padding-right: 36px; font-weight: 500; height: 60px; }
.header-sub .col-main a:hover { color: white; text-decoration: underline; height: 60px; }
.header-sub:after { content: ' '; display: block; border-top: 1px solid rgb(225 234 236 / 53%); }
.header-sub .col-main a:first-child { margin-left: 24px; }

.body { background: linear-gradient(90deg, rgba(255,255,255,1) 50%, rgba(240,244,245,1) 50%); background: white; }
.body .col-main { background: #f0f4f5; }
.body .col-side { background: #ffffff; border-right: 1px solid #e8eff1; }
.body .col-side .cat-box { border-top: 1px solid #e1eaec; margin-right: -15px; padding-top: 25px; }
.body .col-side .cat-box:first-child {  border-top:none; }
.body .col-side .cat-box a:hover { text-decoration: underline; }
.body .col-side a.cat-title { position: relative; display: block; padding-right: 24px; }
.body .col-side a.cat-title, .body .col-side a.cat-title h2 { text-decoration: none; font-size: 18px; font-weight: 500px; color: #0054A6; line-height: 24px; }
.body .col-side a.cat-title h2 { display: inline-block; padding-left: 40px; position: relative; margin-bottom: 15px; padding-bottom: 0px; text-transform: uppercase; }
.body .col-side a.cat-title:hover h2 { text-decoration: underline; }
.body .col-side a.cat-title .cat-img { position: absolute; overflow: visible; top: 50%; transform: translateY(-50%); margin-top: -8px;  width: 30px; text-align: center; }
.body .col-side .cat-box ul li a { color: #0054A6; font-size: 14px; line-height: 24px; text-decoration: none; }
.body .col-side .cat-box ul { list-style-type: none; padding-left: 0px; }
.body .col-side .cat-box ul li { background-image: url(../images/cats/cat-dot.svg); background-repeat: no-repeat; background-position: 0 8px; padding-left: 20px; padding-bottom: 10px; padding-right: 35px;}

section.blog { padding-top: 80px; padding-bottom: 70px; background: #e1e9eb; }
section.blog .blog-img { position: relative; }
section.blog img { max-width: 100%; width: 100%; border-radius: 10px; }
.item-cat { position: absolute; top: 10px; left: 10px; font-size: 12px; line-height: 18px; margin:0; padding: 3px 7px 5px 7px;  min-height: 20px; font-weight: 600; border-radius: 3px; }
.blog-link { display: inline-block; text-decoration: none; padding-right: 45px; white-space: nowrap; background-image: url(../images/shapes/blog-read-more.svg); background-position: center right; background-repeat: no-repeat !important; font-size: 14px; line-height: 20px; font-weight: 600; color: #0054a6; }
.blog-link:hover { text-decoration: underline; }
section.blog h2 { margin-bottom: 30px; color: #021347; }
section.blog h3 { color: #0054a6; padding: 20px 0 10px 0; margin: 0; }
.blog-date { margin-bottom: 10px; font-weight: 600; }

section.about h2 { margin-bottom: 30px; }
section.about { background: #011142 url(../images/content/about-bg.png) no-repeat; background-size: cover; color: #ffffff; padding-top: 80px; padding-bottom: 70px; }
section.about p, .about h2, .about strong { color: #ffffff; }
section.about h2 > span { color: #FFC000; }
section.about p, section.about strong { font-size: 18px; line-height: 30px; }
section.about .about-col-1 { padding-top: 5px; padding-right: 100px;}
section.about .about-col-2 { padding-top: 5px; }
section.about .about-row { padding-left: 100px; position: relative; }
section.about .about-row img { position: absolute; top: 0; left: 0; }

section.services { background: #e1e9eb; }
section.services h2 { margin-bottom: 30px; }
section.services p { font-size: 16px; line-height: 24px; }
section.services .col-question-wrp { background: url(../images/content/services-question-bg-wall.png); }
section.services .col-question { padding-right: 250px; background-image: url(../images/content/services-question-bg.png); background-position: right top; background-repeat: no-repeat; color: white; }
section.services .col-question { font-size: 16; line-height: 24px; }
section.services .col-question .col-question-inner { max-width: 728px; float:right; width: 100%; padding-left: 82px; }
section.services .col-question .col-question-inner h2 { color: white; }
section.services .col-newsletter { padding-left: 80px; background: #D0DDE1; }
section.services .col-newsletter, section.services .col-question { padding-top: 80px; padding-bottom: 0px; height: 348px; }
section.services .col-newsletter .col-newsletter-inner { max-width: 650px; float:left; width: 100%; padding-right: 82px; }

.form-control-lg { min-height: 51px; font-family: Barlow; }
.form-control.newsletter-field { border: 1px solid white; background: #ffffff url(../images/shapes/newsletter-mail.svg) no-repeat; background-position: 17px 18px; padding-left: 50px !important; }
.form-control-lg:focus { box-shadow: none; box-shadow: 0 2px 3px 0 rgba(0,84,166,0.1); outline: none; border: 1px solid #ADB4C9; }
.form-control.newsletter-field:focus { border-color: white; box-shadow: 0 0 1px #023568; }

footer { padding-top: 60px; padding-bottom: 60px; }
footer h2 { font-size: 18px; line-height: 30px; height: 18px; font-weight: 500; margin-bottom: 30px }
footer ul { list-style-type: none; padding-left: 0px; }
footer li { display: block; }
footer li a { color: #0054A6; font-size: 15px; font-weight: 500; line-height: 20px; text-decoration: none; line-height: 30px; }
footer li a:hover { text-decoration: underline; }
footer .trust { background: #ffffff; border-radius: 10px; position: relative; padding-top: 60px; padding-bottom: 40px; margin-top: 20px; }
footer .trust p, footer .trust strong { font-size: 16px; line-height: 20px; }
footer .trust-badge { position: absolute; top: 0; display: inline-block; width: 90px; height: 90px; background: #f0f4f5; border-radius: 90px; margin-left: -45px; transform: translateY(-50%); font-size: 40px; line-height: 40px; color: #00B67A; padding-top: 25px; }
footer .trust-brand { margin-bottom: 20px; }

.main { margin-left: -15px; margin-right: -15px; padding-right: 15px; }
.main .main-inner { padding-left: 60px; }

.main #main-carousel.carousel { margin-top: 60px; }
.main #main-carousel .carousel-controls a { background: #e1e9eb; }
.main #main-carousel .carousel-controls a.active { background: #ffffff; }
.main #main-carousel .carousel-indicators { position: relative; width: 100%; left: 0; top: 0; right: 0; bottom: 0; padding: 0; margin: 0; }
.main #main-carousel .carousel-indicators [data-bs-target] { height: inherit; margin: 0; text-indent: inherit; text-align: center;  opacity: 1; background: #E1E9EB; text-decoration: none; color: #0054a6; font-size: 15px; line-height: 20px; padding: 10px; border-bottom: none; width: inherit; display: table-cell; vertical-align: middle; padding: 15px 30px; position: relative; border-top: none; font-weight: 500; }
.main #main-carousel .carousel-indicators [data-bs-target]:not(:first-child) { border-left: 1px solid #ffffff; }
.main #main-carousel .carousel-indicators .active[data-bs-target] { background: #ffffff; color: #021347; }
.main #main-carousel .carousel-indicators .active[data-bs-target]:after { content:" "; position: absolute; width: 15px; height: 15px; position: absolute; top: -5px; left: 50%; background: white; transform: rotate(45deg); }
.main #main-carousel .carousel-indicators .d-table { table-layout: fixed; }
.main #main-carousel .carousel-indicators .d-table-cell { height: 70px; vertical-align: middle; }

.main .main-shipping { margin-top: 40px; }
.main .main-shipping .main-shipping-icon { width: 60px; height: 60px; background: white; border-radius: 60px; display: inline-block; position: absolute; top: 0; left: 0; }
.main .main-shipping .main-shipping-icon img { position: absolute; transform: translate(-50%,-50%); top: 30px; left: 30px; margin-top: 0; }
.main .main-shipping .main-shipping-item { padding-left: 80px;  font-size: 16px; font-weight: 500; line-height: 24px; color: #021347; padding-top: 7px;}
.main .main-categories { background: white; margin-top: 40px; border-radius: 10px; }
.main .main-categories .row.gx-0:not(:first-child) { border-top: 1px solid #e8eef0; }
.main .main-categories .row.gx-0 .col:not(.col:first-child) { border-left: 1px solid #e8eef0; }
.main .main-categories .main-category { display: table; width: 100%; font-size: 18px; font-weight: 500; color: #0054A6; text-decoration: none; }
.main .main-categories .main-category .d-table-row { width: 100%; height: 100px;  }
.main .main-categories .main-category .d-table-cell { vertical-align: middle; }
.main .main-categories .main-category .main-category-img { width: 90px; text-align: center; }
.main .main-categories .main-category:hover { text-decoration: underline; }

.main .main-promo { background: #e1e9eb; background-image: url(../images/content/top-products-bg.jpg); background-position: top right; height: 286px; background-repeat: no-repeat; padding-top: 60px; color: #021347; margin-top: 60px; padding-left: 60px; padding-right: 60px; }
.main .main-promo h2 { margin-bottom: 30px; color: #021347; }
.main .main-promo .main-promo-item { display: inline-block; background: white; text-decoration: none; width: 310px; height: 110px; padding: 20px 15px 20px 115px; border-radius: 10px; float: left;  margin-right: 10px; position: relative; }
.main .main-promo .main-promo-item strong, .main .main-promo .main-promo-item { font-size: 16px; line-height: 24px; }
.main .main-promo .main-promo-item .main-promo-img { position: absolute; left: 12px; top: 25px; width: 100px; height: 80px; text-align: center; }
.main .main-promo .main-promo-item .main-promo-img img { margin-top: -50%; transform: translateY(40px); display: inline-block; }
.main .main-promo .main-promo-item:hover { box-shadow: 1px 1px 15px rgba(0,0,0,0.1); text-decoration: underline; }

.main .main-products, .main .content-description { padding-top: 60px; margin-bottom: 0px; }
.main .main-products h2 { margin-bottom: 30px; color: #021347;}

footer .footer-about p { font-size: 14px; line-height: 20px; }

.products-list { padding-bottom: 30px; }
.products-list .product-item { padding-bottom: 30px; position: relative; }
.products-list .product-item .product-image { border-radius: 10px; background: white; text-align: center; padding: 30px; display: block; border:1px solid white; }
.products-list .product-item .product-image img { max-width: 100%; }
.products-list .product-item .product-title { font-size: 16px; line-height: 24px; font-weight: 600; color: #0054A6; padding-top: 20px; display: block; text-decoration: none; }
.products-list .product-item .product-title:hover { text-decoration: underline; }
.products-list .product-item .product-stock { font-size: 14px; line-height: 24px; font-weight: 600; margin-bottom: 15px; }
.products-list .product-item p { font-size: 14px; line-height: 20px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}
.products-list .product-item .product-price { color: #021347; font-size: 18px; font-weight: 600; line-height: 24px; }
.products-list .product-item .product-cart { margin-top: 20px; }
.products-list .product-item .product-image:hover { box-shadow: 1px 1px 30px #e1e9eb; }

.crumbs { font-size: 14px; line-height: 20px; padding: 25px 0 40px 0; }
.crumbs a { background-image: url(../images/shapes/crumbs-arrow.svg); background-position: right center; background-repeat: no-repeat; display: inline-block; padding-right: 15px; margin-right: 5px; }
.crumbs a:hover { text-decoration: none; }

.product-detail-thumbs { margin-top: 10px; }
.product-detail-thumbs a { display: inline-block; padding: 8px; background: white; border-radius: 4px; margin-right: 5px; margin-top: 10px; }
.product-detail-thumbs a.active { box-shadow: 0 2px 7px rgba(0,0,0,0.25); }
.product-detail-thumbs a:not(.active):hover { box-shadow: 0 0 1px 1px #ADB4C9 }
.content-detail p { color: #59627B; }

.content-detail .product-availability { /*height: 40px;*/ position: relative; display: inline-block; border-radius: 3px; padding: 8px 15px 8px 45px; font-size: 14px; line-height: 24px; font-weight: 600; }
.content-detail .product-availability:before { content: ' '; position: absolute; left: 10px; top: 8px; width: 25px; height: 25px; background-color: #ffffff; background-image: url(../images/shapes/availability-stock.svg); background-position: center center; background-repeat: no-repeat; border-radius: 25px; }
.content-detail .product-availability.product-availability-success { color: #268C00; background: rgba(38,140,0,0.1); }
.content-detail .product-availability.product-availability-danger:before { background-image: url(../images/shapes/availability-no-stock.svg); background-position: center center; background-repeat: no-repeat; }
.content-detail .product-availability.product-availability-danger { background: #f9e5e8; color: #F02945; }

.content-detail .product-shipping {  padding: 10px 0px 10px 35px; font-size: 14px; line-height: 24px; }
.content-detail .product-shipping { background-image: url(../images/shapes/product-shipping.svg); background-position: left center; background-repeat: no-repeat; }

.content-detail .product-question { font-size: 14px; line-height: 24px; }

.product-detail-img img { max-width: 100%; }

.content-detail .product-attributes { margin-top: 40px; font-size: 14px; line-height: 24px; }
.content-detail .product-attribute-label { color: #59627B; font-weight: 500; padding-top: 2px; padding-bottom: 2px; }
.content-detail .product-attribute-value { color: #021347; font-weight: 600; padding-top: 2px; padding-bottom: 2px; }
.product-variants { margin-top: 60px; }
.product-variants input[type="number"] { height: 41px; }
.product-variants + .main-shipping { margin-top: 60px; }
.product-variants strike,  .cart-table strike{ font-size: 12px; line-height: 16px; display: block; }
.product-variants input[type="number"] { width: 80px; text-align: center; }
.product-variants .expiring-soon-header { font-size: 12px; font-weight: bold; line-height: 18px;  }
.product-variants .expiring-soon-header div { background: #ffdc1c; height: 25px; padding-top: 3px; border-top-left-radius: 3px; border-top-right-radius: 3px; }
.product-variants .expiring-soon td:first-child { border-left: 2px solid #ffdc1c; }
.product-variants .expiring-soon td:last-child { border-right: 1px solid #e3ebed; }
.product-variants .expiring-soon { box-shadow: 2px 3px 5px rgba(0,0,0,0.1); }
.product-variants form.add-to-cart { display: flex; white-space: nowrap; }
.product-variants form.add-to-cart input, .product-variants form.add-to-cart button { display:  inline-block; vertical-align: middle; height: 40px; }
.product-variants form.add-to-cart button { margin-left: 1rem; }
.product-about { padding-bottom: 60px; color: #021347; margin-top: 60px; }
/* .product-about { margin-right: calc(max(-212px, (100vw - 1318px) / (0 - 2))); /*calc(max(-212px, 1720px - 100vw - 212px));  }*/
.product-about h2, .content-description h2 { margin-bottom: 30px; }
.product-about strong { font-weight: 600; }
.bg-infinite { box-shadow: 216px 0px 0px 0px #f0f4f5; background: #f0f4f5; }
.product-comments { background: #e1e9eb; padding: 32px; border-radius: 10px; margin-bottom: 20px; }
.comment-item { margin-bottom: 20px; }
.comment-item .comment-bubble { background: white; padding: 20px; border-radius: 5px; position: relative; }
.comment-item .comment-bubble .comment-review { margin: 10px 0 0 0; }
.comment-item .comment-stars { margin-right: 10px; }
.comment-item .comment-score { font-size: 14px; line-height: 16px; color: #59627B; font-weight: 600; display: inline-block; }
.comment-item .comment-bubble:after { content: ' '; position: absolute; width: 20px; height: 25px; bottom: -5px; left: 0;
	background: white; transform: skewY(-45deg); }

.comment-item.comment-item-reply .comment-bubble:after { top: -5px !important; right: 0px !important; left: unset !important; background-color: #fffaea;}
.comment-item.comment-item-reply .comment-bubble { border-left: 3px solid #064b8d; background-color: #fffaea;}
.comment-item.comment-item-reply .comment-bubble .comment-review {margin: 0px !important;}

.comment-author { display: inline-block; padding: 10px 20px; font-weight: 600; font-size: 14px; line-height: 16px; }
.comment-date { display: inline-block; float: right;  padding: 10px 0px; font-size: 14px; line-height: 16px; color: #59627B; }
.comment-all a { font-size: 14px; line-height: 16px; display: inline-block; position: relative; background: #e1e9eb; z-index: 1; padding-right: 20px;}
.comment-all { position: relative; }
.comment-all:after { content: ' '; display: block; border-bottom: 1px solid #bac1d1; position: absolute; top: 14px; width: 100%; }
.comment-action { margin-top: 30px; }

.btn-cart { background-image: url(../images/shapes/cart-sm.svg); background-repeat: no-repeat; background-position: 25px center; padding-left: 50px; }
.btn-cart.btn-loading { padding-left: 40px; padding-right: 40px; }

.table thead th { color: #59627B; font-size: 14px; font-weight: 500; }
.table-nohead tbody tr:first-child td { border-top: 1px solid #e3ebed !important; }
.table th, .table td { padding-left: 15px; padding-right: 15px; padding-top: 10px; padding-bottom: 10px; vertical-align: middle;  border-bottom: 1px solid #e3ebed !important; background: white; }
.badge { height: 25px; padding-left: 10px; padding-right: 10px;  padding-top: 6px; }
.badge-square { width: 25px; text-align: center; padding-left: 0; padding-right: 0; display: inline-block; padding-top: 6px; }
.text-content { margin-bottom:  80px; }
.text-content .attachements { padding: 0; margin-bottom: -10px;  }
.text-content .attachements li { list-style-type: none; padding: 0 0 10px 0; }
.text-content .attachements li a { text-decoration: none; }
.text-content .attachements li a .label { text-decoration: underline; }
.text-content .attachements li a .file {  font-size: 11px; font-weight: bold; color: #898D97;  background: white; border-radius: 3px; display: inline-block; height: 30px; width: 30px; text-align: center; margin-right: 10px; padding-top: 3px; }
.text-content .attachements a:hover .label { text-decoration: none; }
.text-content h3 { font-size: 18px; line-height: 24px; margin-bottom: 10px; }
.text-content p { font-size: 16px; line-height: 24px; font-weight: normal; margin-bottom: 26px; }
.text-content ul, .text-content ol { margin-bottom: 26px; }
.text-content + .text-content-relate { margin-top: -20px; }
.text-content h2 { margin-bottom: 24px; }

.nav-title { background: #F0F4F5; padding: 18px; }
.nav-title h2 { margin: 0; padding: 0; color: #021347; font-size: 16px; font-weight: 600; line-height: 24px; }
.nav-title .nav-box-account { background-image: url(../images/shapes/nav-account.svg); background-repeat: no-repeat; background-position: left center; padding-left: 28px; }
.nav-box { margin-top: 20px; }
.nav-box ul { list-style-type: none; padding: 0; margin: 0; margin-right: -15px }
.nav-box ul li { display: block; }
.nav-box ul li a { display: block; padding: 20px 0px; text-decoration: none; border-bottom: 1px solid #e8eff1; font-size: 16px; line-height: 18px; }
.nav-box ul li a.active { font-weight: 600; color: #021347; }
.nav-box ul li a:hover { text-decoration: underline; }

.main-inner h1, .main-inner h2 { color: #021347; }
.main-inner.no-crumbs { padding-top: 50px; padding-bottom: 80px; }

.form-control { border: 1px solid #D1D7DF; border-radius: 3px; font-size: 16px; line-height: 22px; padding: 8px 19px; border-radius: 3px; }
.form-control:focus { border-color: #ADB4C9; box-shadow: none; }

.form-field { position: relative; }
.form-field label:not(.input-group-text) { position: absolute; top: 10px; left: 20px; font-size: 11px; line-height: 12px; color: #59627B; transition-duration: 0.2s; }
.req { color: #FFC000; }
.form-field-text input, .form-field-text textarea { border: 1px solid white; border-radius: 5px; height: 54px; padding: 20px 19px 5px 19px; color: #021347;  }
.form-field-text input, .form-field-text textarea { height: auto; }
.form-field-text input:placeholder-shown:not(:focus) + label, .form-field-text textarea:placeholder-shown:not(:focus) + label { font-size: 16px; line-height: 22px; top: 16px; color: #021347; }
.form-field-text input.form-control-nolabel, form-field-text textarea.form-control-nolabel { padding: 7px 19px 7px 19px;  }

.form-field-text select { border-color: #ADB4C9 !important; border: 1px solid white; border-radius: 5px; height: 54px; color: #021347; padding-bottom: 8px; color: #021347; position: relative; }
.form-field label.input-group-text { background: white; border: 1px solid white; padding-left: 20px; padding-right: 20px; color: #021347; }

.form-field-text select { background-image: url(../images/shapes/btn-dropdown-dark.svg); background-repeat: no-repeat !important; background-position: right 20px center }

.alert-account { padding: 12px 20px 12px 20px; border-radius: 5px; }
.alert-account { background-image: url(../images/shapes/alert-account.svg) !important; background-position: 20px 14px !important; background-repeat: no-repeat !important; padding: 12px 20px 12px 55px; }

.btn.btn-remove { background-image: url(../images/shapes/cart-remove.svg); background-position: center center; background-repeat: no-repeat; width: 30px; height: 30px; border-radius: 50px; padding: 0 !important; }
.btn.btn-remove:hover { background-color: #f0f4f5; box-shadow: none !important; }
.btn.btn-remove:focus, .btn.btn-remove:active { background-color: #ffffff !important; box-shadow: none !important; }
.btn.btn-remove:hover:active { background-color: #e1e9eb !important; box-shadow: none !important; }

.main-full { padding-left: 15px important; padding-right: 0px !important; width: 100% important; margin-left: 0; margin-right: 0; padding-bottom: 80px; }

.cart-table { color: #021347; border-top: 1px solid #e3ebed !important; }
.cart-table.no-border { border: 0 !important; }
.cart-table-head > .d-table-row > .d-table-cell { padding-left: 15px; padding-right: 0px; padding-top: 10px;  padding-bottom: 10px;  vertical-align: middle; background: white; color: #59627B; font-size: 14px; font-weight: 500;}
.cart-table input { width: 80px; }
.cart-table .input-group.bootstrap-touchspin { padding-left: 10px; }
.cart-table .cart-variant { font-size: 14px; line-height: 20px; }
.cart-table > .d-table-row > .d-table-cell { padding: 15px 0 15px 15px; border-bottom: 1px solid #e3ebed !important; }
.cart-table .cart-availability, .cart-table-head .cart-availability { width: 200px; min-width: 200px;}
.cart-table .cart-amount-group, .cart-table-head .cart-amount-group { width: 440px; min-width: 440px; }
.cart-table-head .cart-amount-group .d-table-cell {white-space: nowrap;}
.cart-table .cart-remove, .cart-table-head .cart-remove { width: 50px; }
.cart-table-head .cart-remove button { visibility: hidden; }
.cart-table .cart-item-title { padding-right: 30px; }
.cart .cart-variant { height: 16px; font-size: 12px; }
.cart-table input:disabled { border: 1px solid white !important; background: none; }

.order-table-head.cart-table-head > .d-table-row > .d-table-cell { background: transparent; }

.cart-summary { margin-bottom: 60px; }
.cart-total-label { font-size: 22px; line-height: 30px; }
.cart-total { padding-right: 50px; font-size: 22px; font-weight: 600; line-height: 30px; }

.cart-gifts { max-width: 360px; }
.cart-gifts .btn {
	color: #021347;
	background: white;
	border:  1px solid #D1D7DF;
	border-radius: 5px;
	height: auto;
	width: 100%;
	text-align: left;
	background-image: url(../images/shapes/gift.svg) !important;
	background-repeat: no-repeat;
	background-position: 0px center;
	padding: 15px 30px 15px 50px;
}

.cart-gifts .btn.is-invalid:focus { box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25) !important; }
.cart-gifts .btn:after { position: absolute; right: 15px; top: 23px; }
.cart-gifts .btn:hover { border: 1px solid #ADB4C9 !important; }
.cart-gifts .dropdown-menu { padding: 0; font-size: 0.9rem !important; width: 100%; color: #021347 !important; }
.cart-gifts .dropdown-item { padding: 0.75rem; }
.cart-gifts .dropdown-item:not(:first-child) { border-top: 1px solid #D1D7DF; }
.cart-gifts .dropdown-item.active { background: white; color: #0054A6 !important; }
.cart-gifts .dropdown-item img { width:  50px; max-width: 50px; float: left; margin-right: 10px; }
.cart-gifts .dropdown-item .desc { float: left; margin-right: 10px; }
.cart-gifts .dropdown-item .price { float: right; text-align: right; }
.cart-gifts .dropdown-item input[type="radio"] { display: none; }

@media (max-width: 767px)
{
	.cart-gifts { width: 100%; max-width: 100%; }
}

.voucher-box form, .voucher-box.active .alert { display: none !important; }
.voucher-box .alert { display: inline-block !important; }
.voucher-box.active form { display: block !important; }
.voucher-box .input-group .form-field-text { position: relative;flex: 1 1 auto;width: 1%; min-width: 0; height: 50px; }
.voucher-box .input-group button { border-radius: 3px !important; }

@media (max-width: 767px)
{
	.voucher-box .alert { display: block !important; }
}

.form-white textarea.form-control,
.form-white input.form-control,
.form-white .form-field label.input-group-text
{ background-color: #f0f4f5 !important; border-color: #f0f4f5; }

.form-white select.form-control { background-color: #ffffff !important; border-color: #ADB4C9; }
.form-white input.form-control-focused,
.form-white textarea.form-control:focus,
.form-white input.form-control:focus
{ border-color: #ADB4C9; background-color: #ffffff !important; }

.form-control-focused-white
{
	border-color: #ADB4C9 !important; background-color: #ffffff !important; border-left-width: 1px !important;
}

.input-group.sel-in-t input {margin-left: 0px !important; border-left-width: 0;}
.input-group.sel-in-t input:focus {border-left-width: 0; /*border-left-color: #ffffff !important*/}

.table-shipping { margin-bottom: 60px; }
.table-payment { margin-bottom: 8px; }
.table-shipping td, .table-payment td { padding-top: 15px; padding-bottom: 15px; }
.table-shipping td img { top: -2px; position: relative; margin-right: 10px; }

.cart-form-summary { background: #F0F4F5; padding: 30px; }
.cart-form-summary h2 { font-size: 30px; line-height: 34px; font-weight: normal; }
.cart-form-summary .cart-form-total { font-size: 30px; line-height: 34px; font-weight: 500; }
.cart-form-summary h3 { padding: 0; margin: 0; display: inline; }
.cart-form-summary .cart-form-summary-alt { border-radius: 3px; padding: 15px 15px; margin-top: 15px; }
.cart-form-summary h3, .cart-form-summary .cart-form-total-alt { font-size: 16px; font-weight: 600; line-height: 24px; }
.cart-form-summary-decor i { display: inline-block; width: 20px; height: 20px; background: #f0f4f5; transform: translateY(-14px) rotate(45deg); float: left; white-space: nowrap; overflow: hidden; margin-bottom: 40px;  }
.cart-form-summary-decor { height: 15px; overflow: hidden; padding: 0 15px; }
.cart-form-summary-decor-inner { height: 15px; margin: 0 -45px;}
.cart-terms { margin-top: 20px; }
.cart-terms form-check-label { font-size: 14px; line-height: 20px; }
.cart-submit { margin-top: 40px; }
.cart-form-back { font-size: 14px; margin-top: 14px; display: inline-block; }
.category-tips { padding: 40px 40px 30px 40px; border-radius: 10px; }
.category-tips ul { list-style-type: none; padding: 0; }
.category-tips ul li { position: relative; margin-left: 17px; padding: 0; font-size: 16px; line-height: 24px; margin-top: 10px;  }
.category-tips ul li::before { position: absolute; content: '•'; color: #ffc000; left: -17px; top: -2px; font-size: 25px; }

.content-detail + .products-list { margin-top: 60px; }

.text-content table { margin-top: 30px; margin-bottom: 30px; width: 100%; }
.text-content table td { background: transparent; padding: 15px 20px; font-size: 16px; line-height: 20px;  border-bottom: 1px solid #e3ebed !important; }
.text-content table th { border: none !important; font-size: 16px; line-height: 20px; color: #021347; padding: 20px 20px; background: #f0f4f5; }
.text-content table th:first-child { border-top-left-radius: 5px; border-bottom-left-radius: 5px; }
.text-content table th:last-child { border-top-right-radius: 5px; border-bottom-right-radius: 5px; }
.text-content ul { list-style-type: none; padding: 0; display: block; }
.text-content ol { list-style-type: none; padding: 0 0 0 10px; display: block; }
.text-content ol li { counter-increment: inst; }
.text-content:not(.ignore-counter) ol li::before { content: counter(inst) '.'; color: #0054A6; font-weight: 600; display: block; position: absolute; left: -25px; }

.bg-infinite .text-content table th  { background: white }

.text-content ul li, .text-content ol li { position: relative; margin-left: 16px; padding: 0; font-size: 16px; line-height: 30px;  }
.text-content ul li::before { position: absolute; content: '•'; color: #ffc000; left: -17px; top: -2px; font-size: 25px; }
.text-content img { max-width: 100%; margin-bottom: 30px; }
.text-content blockquote { margin-top: 60px; margin-bottom: 40px; background: #ffffff; padding: 42px; font-size: 18px; font-style: italic; line-height: 30px; border-radius: 10px; position: relative; }
.text-content blockquote:before { content: ' '; display: block; width: 50px; height: 40px; position: relative; top: -14px; left: 20px; position: absolute; background: transparent url(../images/shapes/quote.svg) left top no-repeat; }
.text-content .gallery-item { flex: 0 0 auto; width: 20%; }

.orders-table { color: #021347; border-top: 1px solid #e3ebed !important; margin-bottom: 20px; }
.orders-table-head > .d-table-row > .d-table-cell { padding-left: 15px; padding-right: 15px; padding-top: 10px;  padding-bottom: 10px;  vertical-align: middle; border-bottom: none !important; background: transparent; color: #59627B; font-size: 14px; font-weight: 500;}
.orders-table > .d-table-row > .d-table-cell { padding: 15px; border-bottom: 1px solid #e3ebed !important;  }
.orders-table-head  .orders-number-group, .orders-table .orders-number-group { width: 40%; }
.orders-table-head  .orders-amount-group, .orders-table .orders-amount-group { width: 40%; }
.orders-table-wrapper { margin-bottom: 30px; }

.modal-content { border-radius: 5px; border: none; position: relative; }
.btn-close { background: transparent url(../images/shapes/modal-close.svg) center center no-repeat; opacity: 1; position: absolute; top: 5px; right: 5px; border-radius: 50px; }
.btn-close:hover { background-color: #f0f4f5; box-shadow: none !important; }
.btn-close:focus, .btn.btn-remove:active { background-color: #ffffff !important; box-shadow: none !important; }
.btn-close:hover:active { background-color: #e1e9eb !important; box-shadow: none !important; }

.modal-header { padding:20px 30px 15px 30px; border: none; }
.modal-body { padding: 0 30px; }
.modal-body.nofooter { padding: 0px 30px 30px 30px; }
.modal-footer { padding: 30px 30px 30px 30px; border: none; justify-content: flex-start; }
.modal-footer > * { margin: 0; }
.modal-content .modal-col-right { border-top-right-radius: 5px; border-bottom-right-radius: 5px; padding: 30px; }
ul.checks { padding: 0; margin: 0; list-style-type: none; font-size: 16px; line-height: 24px; margin-bottom: 72px;  }
ul.checks li { background: transparent url(../images/shapes/availability-stock.svg) left top 8px no-repeat; display: block; padding: 0 0 0 20px; }
.modal-col-right .modal-title { font-size: 18px; line-height: 24px; margin-bottom: 15px; }
.modal-dialog { max-width: 530px; }
.modal-dialog.modal-lg { max-width: 860px; }
.modal-dialog.modal-md { max-width: 640px; }
.modal-title { font-size: 22px; line-height: 30px; }
.modal.modal-static .modal-dialog { transform: none; }

.modal-table { border-top: 1px solid #e3ebed !important; }
.modal-table.noborder { border-top: none !important; }
.modal-table-nofoot { border-bottom: 1px solid #e3ebed !important; }
.modal-table tbody tr:last-child td { border: none !important; }
.modal-table tbody tr td { font-size: 14px; line-height: 20px; }
.modal-table tfoot tr td { border: none !important; line-height: 20px; font-size: 16px; }
.modal-table .item-info { font-size: 12px; line-height: 16px; }

.search-results:before { content: ' '; width: 20px; height: 20px; display: block; transform: rotate(45deg) translateX(-2px); position: absolute; left: 50%; background: #f0f4f5 !important; }
.search-results { width: calc(100% - 10px); position: absolute; background: white; border-radius: 5px; text-align: left; box-shadow: 0 0 20px 0 rgba(2,19,71,0.4); transform: translateY(10px)}
.search-results a { color: #021347; text-decoration: none; }
.search-results .search-group { padding: 10px 15px; font-size: 14px; line-height: 20px; text-align: left; border-top: 1px solid #e3ebed; font-weight: 500; }
.search-results .search-group:first-child { border-top-right-radius: 5px; border-top-left-radius: 5px; }
.search-results .item-title { color: #0054A6; font-size: 14px; line-height: 18px !important; display: block; }
.search-results .item-price { font-size: 14px; line-height: 20px; }
.search-results a:hover .item-title { color: #0054A6; }
.search-results .result-with-images .d-table-cell { padding-top: 10px; padding-bottom: 10px; line-height: 20px; }
.search-results .result-links { padding: 10px 0px; }
.search-results .result-links a { padding: 5px 20px; display: block;  width: 100%; }
.results-all { padding: 20px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; }

.result-with-images .search-item:focus, .result-links a.search-item:focus { border: none; box-shadow: none; outline: none; }
.result-with-images .search-item:focus .item-title { text-decoration: underline; border: none; box-shadow: none; outline: none; }
.result-links a.search-item:focus {  text-decoration: underline;  }
.result-links a.search-item:hover, .result-with-images .search-item:hover .item-title { text-decoration: underline; color: #0054a6; }
.result-links, .result-with-images .search-item .d-table-cell { border-top: 1px solid #e3ebed;  }
.result-with-images .search-item:first-child .d-table-cell { border-bottom: none; }
.results-all { border-top: 1px solid #e3ebed; }

.order-data { padding: 30px; font-size: 14px; font-weight: 500; line-height: 24px; border-radius: 10px; margin-top: 10px; }
.order-data label {line-height: 14px !important;}

.cart { position: relative; }
.cart-popover {  position: absolute;  z-index: 6; border-radius: 5px; text-align: left; right: 0; box-shadow: 0 0 20px 0 rgba(2,19,71,0.4); background: white; width: 530px; transform: translateY(10px); padding: 20px; }
.cart-popover:before { content: ' '; width: 20px; height: 20px; display: block; transform: rotate(45deg) translateX(-2px); position: absolute; top:0; right: 40px; background: #ffffff !important; }
.cart-popover-empty p { color: #021347;  font-size: 16px; line-height: 20px; }
.cart-empty-box { width: 530px; display: inline-block; margin: auto; text-align: left; border-radius: 5px; }
.cart-empty-box p.perex { font-size: 18px; font-weight: 500; line-height: 26px; margin-bottom: 12px; }
.cart-empty-box p { font-size: 16px; line-height: 24px; padding-right: 40px;  }
.cart-empty-box-wrapper { margin-top: 15px; padding-right: 172px; background: transparent url(../images/content/cart-empty-corner.png) right center no-repeat; margin-bottom: 80px; }

.full-message { max-width: 720px; }
.full-message-icon { margin-bottom: 35px; }
.full-message p { padding: 0 100px; font-size: 16px; line-height: 24px; }

.site-item { border: 1px solid #F0F4F5; background: #F0F4F5; border-radius: 3px; display: inline-block; text-decoration: none; padding: 8px 20px; color: #0054A6; margin-right: 5px; margin-bottom: 5px;}
.site-item.active { border: 1px solid #D1D7DF; background: white; color: #021347; }
.site-items { padding-bottom: 55px; }
section.blog.articles { padding-top: 60px; }
section.blog.articles .blog-item { padding-bottom: 50px; }
.site-item:not(.active):hover { background: #D0DDE1; }
section.offer { padding-top: 80px; padding-bottom: 30px; }
section.offer h2 { margin-bottom: 40px; }

.pagination { padding-bottom: 20px; }
.pagination .page-item { display: inline-block; width: 34px; height: 34px; background: #E1E9EB; float: left; margin: 0 3px;  border-radius: 34px; font-size: 14px;
  font-weight: 500; line-height: 20px; text-decoration: none; padding: 6px 0; }
.pagination .page-item-placeholder { width: 34px; height: 34px; float: left; padding: 3px 0; height: 34px; color: #80889F; }
.pagination .page-item.page-item-next, .pagination .page-item.page-item-prev { border-radius: 5px; background-image: url(../images/shapes/blog-read-more-primary.svg); background-position: center center; background-repeat: no-repeat !important; width: 62px; }
.page-item.page-item-prev { transform: rotate(180deg)}
.page-item.active { background: white; color; #021347; }
.page-item:hover { background: #D0DDE1; }

.blog-header-info { font-size: 16px; line-height: 24px; margin-bottom: 15px; }
.blog-main-img { border-radius: 10px; width: 100%; margin-bottom: 60px; }

.gallery-items img { padding: 0; margin: 0; border-radius: 5px; }
.article-head { padding-bottom: 290px; }
.article-head + .article-image { margin-top: -270px; }
.blog-main-img { margin-bottom: 40px; }

.categories-list .cat-img { padding: 15px; }
.categories-list .cat-img img { max-width: 40px; max-height: 30px; }
.categories-list .cat-item { margin-bottom: 30px; border-radius: 10px; text-decoration: none; font-size: 18px; font-weight: 500; line-height: 24px; }
.categories-list a.cat-item:hover { text-decoration: underline;  box-shadow: 1px 1px 30px #e1e9eb; }

.lang-box { border-top: 1px solid #C1CFD2; margin: 20px -20px -20px -20px; padding: 30px; text-align: center; }
.lang-box-item { text-decoration: none !important; display: inline-block; font-weight: 600; padding: 5px; font-size: 14px; line-height: 20px; border-radius: 3px; position: relative; }
.lang-box-item img { margin-right: 4px; }
.lang-box-item span { position: relative; top: 1px; }
.lang-box-item:hover { background: white; color: black; text-decoration: none; }
.lang-box-item :hover span { text-decoration: none !important;  }

.col-question-right { padding: 30px; border-radius: 10px; background-image: url(../images/content/services-question-bg.png); background-position: right -80px top; background-repeat: no-repeat; color: white; }
.col-question-right h2 { font-size: 22px; font-weight: normal; line-height: 30px; color: white; margin-bottom: 20px; }
.col-question-right p { font-size: 16px; font-weight: normal; line-height: 24px; margin-bottom: 20px; padding-right: 50px; }
.col-question-right .col-question-inner { max-width: 260px; }

.faq-items { margin-top: 20px; }
.faq-item { background-color: #F0F4F5; border-radius: 10px; margin-top: 10px; }
.faq-item-question { padding: 20px 40px 20px 20px; display: block; text-decoration: none; font-size: 18px; letter-spacing: 0; line-height: 24px; color: #021347; border-top-left-radius: 10px; border-top-right-radius: 10px; }
.faq-item-question { background-image: url(../images/shapes/faq-plus.svg); background-position: center right 20px; background-repeat: no-repeat !important;  }
.faq-item-question:hover { background-color: rgba(255,255,255,0.15); color: #021347; }
.faq-item.faq-item-open .faq-item-question { background-image: url(../images/shapes/faq-minus.svg); font-weight: 500; border-bottom: 1px solid #E1EAEC; }
.faq-item-answer { padding: 20px; display: none; }
.faq-item.faq-item-open .faq-item-answer { display: block; }
.faq-items + h2 { margin-top: 60px; }
a.contact-block { font-size: 22px; line-height: 30px; margin-bottom: 40px; }
a.contact-block .contact-icon { background: #F0F4F5; width: 50px; height: 50px; text-align: center; border-radius: 50px; font-size: 0; position: relative; padding: 0; }
a.contact-block .contact-icon img { display: block; position: relative; transform: translate(-50%, -50%); top: 50%; left: 50%; }
a.contact-block:hover { text-decoration: none; }
.col-form-right { padding: 30px; border-radius: 10px; }
.text-content .payment-page-item img { max-width: 100vw; }

.arrow-btn { width: 50px; height: 50px; display: inline-block; border-radius: 50px; background: white; background-repeat: no-repeat; background-image: url(../images/shapes/arrow-right.svg); background-position: center center; }
.arrow-btn:hover { background-color: #d0dde1; background-image: url(../images/shapes/arrow-right-inverse.svg); }

.carousel-offer { position: relative; }
.carousel-offer .arrow-btn.arrow-btn-prev { position: absolute; left: 0; top: 50%; transform: translateY(-50px) rotate(180deg); }
.carousel-offer .arrow-btn.arrow-btn-next { position: absolute; right: 0; top: 50%; transform: translateY(-50px); }

.carousel-offer { padding-left: 70px;  padding-right: 70px; }
.carousel-inner { max-width: calc(100vw); margin: auto; position: relative; }

.content-loader { position: absolute; z-index: 1000; top: 0; right: 0; bottom: 0; left: 0; background: rgba(255,255,255,0.9); display: block !important; }
.content-loader  .content-loader-content { position: absolute; top: 50%; left: 50%; -webkit-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); text-align: center; }
.content-loader  .content-loader-content .loader { display: inline-block; position: relative; width: 32px; height: 32px; }
/*
.carousel-offer { border: 1px solid red; padding: 0 70px; margin-left: -70px; margin-right: -70px; max-width: calc(100vw - 140px); }
*/

.p-15 {padding: 15px;}
.mt-60 {margin-top: 60px;}
.mt-20 {margin-top: 20px;}

.nav-transport-free img {
	position: absolute;
}
.nav-transport-free div {
	position: relative;
	padding-left: 34px;
	display: block;
}
.nav-transport-free {
	font-size: 13px;
	line-height: 15px;
	color: #ffffff;
	background: #064b8d !important;
	height: 40px;
	position: relative;
	width: 242px;
	padding-left: 10px;
	padding-top: 4px;
	padding-right: 10px;
	border-radius: 5px;
	margin-top: 10px;
}
.nav-transport-free:before {
	content: ' ';
	width: 20px;
	height: 20px;
	display: block;
	transform: rotate(45deg) translateX(-6px);
	position: absolute;
	top:0;
	right: 40px;
	background: #064b8d  !important;
}
.full-message-table
{
	text-align: -moz-center !important;
}
.full-message-table .d-table {
	max-width: 640px;
}

.full-message-table .d-table-row:first-child .d-table-cell,
.full-message-table .d-table-row:first-child .d-table-cell
{
	border-top: 1px solid #D1D7DF !important;
}

.full-message-table .d-table-cell
{
	color: #021347;
	font-size: 16px;
	line-height: 25px;
	border-bottom: 1px solid #D1D7DF !important;
	padding-bottom: 13px;
	padding-top: 13px;
}

.full-message-table .d-table-row .d-table-cell:last-child
{
	font-weight: bold;
}

.full-message-table-gray .d-table, .qr-payment-block
{
	width: 210px;
	padding: 30px;
	border-radius: 10px;
	background-color: #F0F4F5;
}

textarea.form-control::placeholder,
input.form-control::placeholder {
	opacity: 0;
}
textarea.form-control:focus::placeholder,
input.form-control:focus::placeholder {
	opacity: 1;
}

.product-alternative-detail {
	border: 10px solid #F0F4F5;
	height: 108px;
	padding: 10px;
}

.product-alternative img {
	margin: 4px 14px 4px 0px;
}

.product-alternative .product-alternative-title {
	height: 24px;
	color: #0054A6;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 24px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}
.product-alternative .product-alternative-packung {
	height: 20px;
	color: #021347;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 20px;
}
.product-alternative .product-alternative-stock {
	height: 24px;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 24px;
}
.product-alternative .product-alternative-price {
	/*height: 24px;*/
	/*width: 53px;*/
	color: #021347;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 24px;
	/*margin-top: 22px;*/
}
section.about a { color: #8CC6FF; }
section.about a:hover { color: #8CC6FF; }
.stars-container {
    display: flex;
    align-items: center;
}

.stars-container.mini .stars { max-width: 120px !important; }
.stars-container.mini .stars svg { height: 22px; padding: 3px}
.stars-container.mini .star-rating { padding: 0px 10px 0px 10px; width: 60px;}

.stars {
    display: flex;
    max-width: 220px !important;
    flex: 1;
}
.stars svg {
    float: left;
    margin: 1px;
    color: #fff;
    font-size: 1.2rem;
    background: #dcdce6;
    text-align: center;
    padding: 5px;
	height: 42px;
}
form .stars svg {
    cursor: pointer;
}
.star-rating {
    font-size: 16px;
    font-weight: 400;
    padding: 10px;
}

.stars.small { max-width: 160px !important; }
.stars.small svg { height: 30px; padding: 4px}

.r0 {background: #c8c8c8 !important;}
.r1 {background: #e12729 !important;}
.r1h {background: linear-gradient(90deg, #e12729 0%, #e12729 50%, #c8c8c8 50%, #c8c8c8 100%) !important;}
.r2 {background: #f37324 !important;}
.r2h {background: linear-gradient(90deg, #f37324 0%, #f37324 50%, #c8c8c8 50%, #c8c8c8 100%) !important;}
.r3 {background: #f8cc1b !important;}
.r3h {background: linear-gradient(90deg, #f8cc1b 0%, #f8cc1b 50%, #c8c8c8 50%, #c8c8c8 100%) !important;}
.r4 {background: #72b043 !important;}
.r4h {background: linear-gradient(90deg, #72b043 0%, #72b043 50%, #c8c8c8 50%, #c8c8c8 100%) !important;}
.r5 {background: #007f4e !important;}

.main .main-reviews { background: white; margin-top: 40px; border-radius: 10px; }
.main .main-reviews .row.gx-0:not(:first-child) { border-top: 1px solid #e8eef0; }
.main .main-reviews .row.gx-0 .col:not(.col:first-child) { border-left: 1px solid #e8eef0; }
.main .main-reviews .main-review {text-align: center; padding: 15px;}
.main .main-reviews .main-review a {color: #000; text-decoration: none;}
.main .main-reviews .main-review .review-score {font-size: 1.8rem;}
.main .main-reviews .main-review .review-info {font-size: 0.8rem; font-weight: 200;}
.main .main-reviews .main-review .review-info a {color: #000; font-weight: 600; text-decoration: underline;}
.main .main-reviews .stars-container{
	justify-content: center;
}

.main #review-carousel.carousel {
	width: 100%; height: 100%;
}

.main #review-carousel.carousel .carousel-inner{
	padding: 0px 10px 0px 30px;
}

.main #review-carousel.carousel .review-carousel-item {
	padding: 20px;
}
.main #review-carousel.carousel .review-carousel-item-date {
	font-size: 0.85rem;
	line-height: 1rem;
	font-weight: 200;
	clear: both;
	margin-bottom: 5px;
}

.main #review-carousel.carousel .review-carousel-item-stars {
	margin-bottom: 5px;
}
.main #review-carousel.carousel .review-carousel-item-text {
	font-size: 0.85rem;
	line-height: 1rem;
	font-weight: 200;
	clear: both;
	max-height: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	margin-bottom: 5px;
}
.main #review-carousel.carousel .review-carousel-item-name {
	font-size: 0.8rem;
	color: #888;
	width: 100%;
	clear: both;
}

.main #review-carousel.carousel .carousel-control-prev {width: 25px;}
.main #review-carousel.carousel .carousel-control-next {width: 25px;}

.blog-product-row-section.products-list img {margin-bottom: 0px !important;}
.blog-product-row-section.products-list .product-image {padding: 5px; width: 90px;}

.blog-product-row-section.products-list,
.blog-product-col-section .products-list {padding-bottom: 0px !important;}
.blog-product-col-section .products-list .product-item .product-image {padding: 5px;}
.blog-product-col-section .products-list .product-item .product-image img {margin-bottom: 0px;}
.blog-product-col-section .products-list .product-item .product-title {font-size: 13px;line-height: 18px;padding-top: 10px;}
.blog-product-col-section .products-list .product-item .product-stock {margin-bottom: 10px;margin-top: 10px;}
.blog-product-col-section .products-list .product-item .product-price {font-size: 14px;}
.blog-product-col-section .products-list .product-item .product-cart {margin-top: 15px;}

.td-bb-0 td {border-bottom: 0px !important; padding-bottom: 0px!important;}