/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

body {

    font-family: 'Poppins', sans-serif;

    background: url("../img/bg_logo1.svg") no-repeat 5vw 35vh, url("../img/bg_2.svg") no-repeat 80vw 65vh, url("../img/bg_3.svg") no-repeat 5vw 155vh, url("../img/bg_2.svg") no-repeat 80vw 195vh;
    background-color: #EFFAFE;
}

#wrapper {
    box-shadow: none;
    padding-top: 0.563rem;
}

#header .header-nav {
    border-bottom: none;
    margin-bottom: 0;
}

#header {
    background: transparent;
}

.header-links {
    display: flex;
}

.header-links li {
    border-right: 1px solid rgba(0,29,87,0.1);
}

#header .header-links a {
    color: #001D57;
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
    padding: 0 15px;
}

#_desktop_top_menu {
    width: 100%;
    position: relative;
}

#_desktop_top_menu #top-menu {
    width: 100%;
    background: #3975C4;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    align-content: stretch;
}

#_desktop_top_menu .top-menu > li {
    flex: 1;
}

#header .top-menu a[data-depth="0"] {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    padding: 30px 28px;
    border-right: 1px solid rgba(255,255,255, 0.15);
    text-align: center;
    transition: all 0.4s ease;
}

#header .top-menu a[data-depth="0"]:hover {
    background: #FFBE00;
    color: #3E2F00;
}

#header .top-menu > li:last-child a {
    border-right: none;
}

.header-top-columns {
    display: flex;
    padding-top: 10px;
}

.header-top-columns #_desktop_logo {
    flex: 0 0 180px;
}


.header-top-rows {
    display: flex;
    flex-direction: column;
    flex: 0 0 calc(100% - 180px);
    justify-content: center;
}

.header-search-cart {
    display: flex;
    justify-content: space-between;
}

.header-top {
    background: #FFFFFF;
    border-radius: 8px;
    border:1px solid #D2E2E8;
    padding: 20px;
}

.header-search-cart {
    align-items: center;

}

.product-container {
    border-radius: 8px;
    border: 1px solid #D2E2E8;
    background: #fff;
    padding: 20px;
}

.product-cover img {
    box-shadow: none;
    background: none;
}

#product #content {
    max-width: none;
}

.header-phone-social {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}

.header-phone-social li {
    padding-left: 30px;
    padding-right: 15px;
    margin-left: 15px;
    position: relative;

}

.header-phone-social li a {
    font-size: 13px;
    color: #001D57;
    font-weight: 500;
}

.header-phone-social li:after {
    content: "";
    display: block;height: 100%;
    width: 1px;
    background: rgba(0,29,87,0.1);
    position: absolute;
    right: 0;
    top: 0;
}

.header-phone-social .phone {
    background: url("../img/phone_ico.svg") no-repeat;
}

.header-phone-social .facebook {
    background: url("../img/facebook_ico.svg") no-repeat;
}

.header-phone-social .youtube {
    background: url("../img/youtube_ico.svg") no-repeat;
}

.header-phone-social .hours {
    padding-left: 5px;
}

.header-top .search-widget form input[type=text] {
    background-color: #F8FDFF;
    border-radius: 8px;
    border: 1px solid #D2E2E8;
    height: 56px;
    line-height: 56px;
    padding-left: 20px;
}

.search-widget form button[type=submit] {
    height: 40px;
    background: #FFBE00;
    color: #3E2F00;
    font-weight: 700;
    font-size: 13px;
    position: absolute;
    border-radius: 202px;
    width: 120px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
}

#header .header-top .search-widget {
    float: none;
    position: relative;
    flex: 0 0 45%;
}

#wrapper.wrapper-home {
    padding-top: 0;
}

#_desktop_cart i, #_mobile_cart i {
    color: transparent;
    font-size: 0;
    display: inline-block;
    height: 50px;
    width: 51px;
    background: url("../img/cart_ico.svg") no-repeat center;
}

#_mobile_cart {
    margin-right: 15px;
}

#_desktop_user_info i {
    color: transparent;
    font-size: 0;
    display: inline-block;
    height: 50px;
    width: 51px;
    background: url("../img/login_ico.svg") no-repeat center;
}

.tabs-header {
    margin-top: 30px;
}

.tabs {
    padding: 0;
    background: none;
    box-shadow: none;
}

.tabs .nav-tabs, .tabs-header {
    background: #EEEEEE;
    border: 1px solid #D2E2E8;
    border-radius: 8px;
    overflow: hidden;
    display: flex;

}

.tabs .nav-tabs li {
    flex: auto;
}

.tabs .nav-tabs .nav-link, .tabs-header > div {
    padding: 29px 70px;
    color: #001D57;
    border-right: 1px solid #D2E2E8;
    text-align: center;
}

.tabs-header > div {
    flex: 0 0 100%;
    width: 100%;
    text-align: center;
    color: #001D57;
    font-weight: 700;
}

.tabs .nav-tabs > li:last-child .nav-link {
    border-right: none;
}

.tab-content, .reviews-content {
    background: #fff;
    border: 1px solid #D2E2E8;
    border-radius: 8px;
    margin-top: 20px;
    padding: 30px 50px;
}

.tabs .nav-tabs .nav-link.active, .tabs .nav-tabs .nav-link:hover {
    background: #3975C4;
    color: #fff;
    border-bottom: none;

}

.delivery-cost-short {
    color: #001D57;
    font-size: 14px;
    font-weight: 600;
}

.product-quantities {
    color: #001D57;
    font-size: 16px;
    margin: 10px 0;
    font-weight: 700;
}

.product-quantities.zero {
    color: #CD2A36;
}

#product-availability {
    display: none;
}

.product-minimal-quantity {
    display: none;
}

.green-b {
    font-weight: 700;
    color: #62C439;
}

.delivery-ico {
    background: url("../img/delivery_ico.svg");
    height: 16px;
    width: 27px;
    display: inline-block;
    loat: left;
    margin-right: 10px;
}

.tabs h2 {
    color: #001D57;
    font-size: 21px;
    font-weight: 600;
    line-height: 31px;
    margin-bottom: 20px;
}

#product #block-reassurance {
    box-shadow: none;
}

.carousel .carousel-inner {
    height: 448px;
}

#products .product-miniature, .featured-products .product-miniature, .product-accessories .product-miniature, .product-miniature .product-miniature {
    border-radius: 8px;
    border: 1px solid #D2E2E8;
    overflow: hidden;
    background: #fff;
    height: 456px;
    flex: 1 30%;
    padding: 2%;
    margin-bottom: 2.5%;
}

.featured-products .product-miniature {
    flex: 1 21%;
}

#products .thumbnail-container, .featured-products .thumbnail-container, .product-accessories .thumbnail-container, .product-miniature .thumbnail-container {
    width: 100%;
}

#products .thumbnail-container, .featured-products .thumbnail-container, .product-accessories .thumbnail-container, .product-miniature .thumbnail-container {
    box-shadow: none;
    height: 464px;
    margin-bottom: 0;
    padding: 15px;
}

.product-cover {
    padding: 2rem;
}

.tv-ad {
    position: absolute;
    right: 10px;
    top: 10px;
    background: #CD2A36;
    color: #fff;
    display: inline-block;
    padding: 5px 13px;
    z-index: 10;
    font-size: 14px;
}

.carousel .carousel-inner {
    height: auto;
}

.tv-ad i {
    font-size: 21px;
    margin-right: 3px;
}

#products .product-description, .featured-products .product-description, .product-accessories .product-description, .product-miniature .product-description {
    width: 100%;
    left: 0;
}

#products .product-description, .featured-products .product-description, .product-accessories .product-description, .product-miniature .product-description {
    height: 185px;
}

#products .thumbnail-container .product-thumbnail, .featured-products .thumbnail-container .product-thumbnail, .product-accessories .thumbnail-container .product-thumbnail, .product-miniature .thumbnail-container .product-thumbnail {
    position: relative;
    height: calc(100% - 186px);
}

#products .product-title a, .featured-products .product-title a, .product-accessories .product-title a, .product-miniature .product-title a {
    font-weight: 700;
    color: #333333;
    font-size: 16px;
    line-height: 25px;
}

#products .product-price-and-shipping, .featured-products .product-price-and-shipping, .product-accessories .product-price-and-shipping, .product-miniature .product-price-and-shipping {
    font-size: 18px;
    color: #333333;
    font-weight: 700;
    line-height: 30px;

}

.product-price, .has-discount.product-price, .has-discount p {
    font-weight: 700;
    color: #001D57;
    font-size: 27px;

}

.product-discount {
    display: inline;
    font-size: 20px;
    color: #949494;
}

.has-discount .discount {
    background: transparent;
    font-size: 16px;
    color: #F12534;
    font-weight: 400;
    text-transform: none;
    margin-left: 0;
}

.product-prices .tax-shipping-delivery-label, .product-prices div {
    margin-bottom: 0;
}

#loyalty_cart, #loyalty_product {
    border: 1px solid #DDDDDD;
    background: #F1F1F1;
    border-radius: 8px;
    padding: 16px;
    text-align: center;
    font-size: 14px;
    margin-bottom: 0;
}

.points-ico {
    background: url("../img/loyal_points.svg") no-repeat center;
    height: 41px;
    width: 41px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    line-height: 41px;
    display: inline-block;

}

.product-comments-additional-info {
    justify-content: flex-start;
}

.product-comments-additional-info .comments-note {
    margin-right: 15px;
    margin-bottom: 0;
}

.grade-stars .star-content {
    top: 0;
}
.star-content {
    margin: 0;
}

.product-actions .add-to-cart {
    background: #3975C4;
    font-weight: 700;
    color: #fff;
    padding: 16px 60px;
    border-radius: 172px;
    height: auto;
    box-shadow: none;
    text-transform: none;
}

.product-actions .add-to-cart i {
    font-size: 0;
    display: inline-block;
    background: url("../img/add_to_cart_ico.svg") no-repeat center;
    width: 20px;
    height: 18px;
    line-height: 18px;
}

.bootstrap-touchspin {
    box-shadow: none;
    border-radius: 172px;
    border: 1px solid #DDDDDD;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 90px;
}

.bootstrap-touchspin .btn-touchspin {
    border: none;
}

.product-quantity #quantity_wanted {
    text-align: center;
    border: none;
}

.product-list-reviews {
    position: static;
    top: auto;
}

.social-sharing {
    margin-top: 0;
    text-align: center;
    display: flex;
    justify-content: center;
}

.social-sharing li a {
    text-indent: 0;
}

.social-sharing li {
    height: auto;
    width: auto;
    box-shadow: none;
}

div[itemprop=description] p{
    color: #333333;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
}

hr {
    border-color: #D2E2E8;
}

.product-container h1 {
    font-size: 26px;
    color: #001D57;
    line-height: 39px;
    margin-top: 30px;
}


.footer-container {
    background: #001D57;
    box-shadow: none;
    margin-top: 0;
    color: #fff;
}



.footer-container li a, .footer-container {
    color: #fff;
}

.footer-container p.h3, .footer-container p.h4, #footer .footer-container p.h3  a {
    color: #fff;
}

.card, .block-categories, #pagenotfound .page-not-found, #products .page-not-found,#search_filters  {
    border: 1px solid #D2E2E8;
    box-shadow: none;
    border-radius: 8px;
}

#newsletter-block {

    background: rgba(57,117,196,1);
    background: -moz-linear-gradient(left, rgba(57,117,196,1) 0%, rgba(57,117,196,1) 46%, rgba(57,117,196,1) 46%, rgba(42,102,181,1) 46%, rgba(42,102,181,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(57,117,196,1)), color-stop(46%, rgba(57,117,196,1)), color-stop(46%, rgba(57,117,196,1)), color-stop(46%, rgba(42,102,181,1)), color-stop(100%, rgba(42,102,181,1)));
    background: -webkit-linear-gradient(left, rgba(57,117,196,1) 0%, rgba(57,117,196,1) 46%, rgba(57,117,196,1) 46%, rgba(42,102,181,1) 46%, rgba(42,102,181,1) 100%);
    background: -o-linear-gradient(left, rgba(57,117,196,1) 0%, rgba(57,117,196,1) 46%, rgba(57,117,196,1) 46%, rgba(42,102,181,1) 46%, rgba(42,102,181,1) 100%);
    background: -ms-linear-gradient(left, rgba(57,117,196,1) 0%, rgba(57,117,196,1) 46%, rgba(57,117,196,1) 46%, rgba(42,102,181,1) 46%, rgba(42,102,181,1) 100%);
    background: linear-gradient(to right, rgba(57,117,196,1) 0%, rgba(57,117,196,1) 46%, rgba(57,117,196,1) 46%, rgba(42,102,181,1) 46%, rgba(42,102,181,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3975c4', endColorstr='#2a66b5', GradientType=1 );;
}

.block_newsletter:before {
    content: "";
    display: block;
    position: absolute;
    left: -85px;
    background: url("../img/newsletter_bg1.svg") no-repeat center;
    background-position: -10% 10%;
    height: 198px;
    width: 190px;
}



.block_newsletter {
    padding: 60px 60px 60px 0;
    flex: 0 0 50%;
    position: relative;
}

.block_newsletter p {
    color: #fff;
}

.block_newsletter .signup-newsletter {
    font-size: 14px;
    line-height: 50px;
    color:#fff;
    font-weight: 500;
}

.block_newsletter h2 {
    color: #fff;
    font-size: 46px;
    line-height: 59px;
    font-weight: 600;
}

.block_newsletter form input[type=email] {
    border: 1px solid #D2E2E8;
    border-radius: 8px;
    height: 60px;
    line-height: 60px;
    padding-left: 20px;
}

.newsletter-input-container {
    position: relative;
    margin-top: 30px;
    margin-bottom: 15px;
}

.block_newsletter form input[type=submit] {
    position: absolute;
    right: 25px;
    border-radius: 8px;
    background: #FFBE00;
    color: #3E2F00;
    top: 0;
    bottom: 0;
    margin: auto;
    text-transform: none;
    font-weight: 700;

}

#newsletter-cons {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    position: relative;
}

#newsletter-cons:before {
    content: "";
    display: block;
    position: absolute;
    right: -235px;
    top: 20%;
    background: url("../img/newsletter_bg2.svg") no-repeat center;
    /*background-position: -10% 10%;*/
    height: 227px;
    width: 250px;
}

#newsletter-cons > div {
    flex: 0 0 50%;
    height: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
}

#newsletter-cons > div:nth-child(1), #newsletter-cons > div:nth-child(2) {
    border-bottom: 1px solid #3975C4;
}

#newsletter-cons > div:nth-child(1), #newsletter-cons > div:nth-child(3) {
    border-right: 1px solid #3975C4;
}

#newsletter-cons > div:nth-child(2), #newsletter-cons > div:nth-child(4) {
    border-right: 1px solid #3975C4;
}


#newsletter-cons p {
    color: #fff;
}

#newsletter-block i {
    height: 75px;
    width: 75px;
    flex: 0 0 75px;
    margin-right: 15px;
    display: inline-block;
}

#newsletter-block .container > .row {
    display: flex;
    width: 100%;
    align-items: stretch;
}

#newsletter-block .container > .row > div:first-child {
    flex: 0 0 45%;
}

#newsletter-block .container > .row > div:nth-child(2){
    flex: 0 0 55%;
}



#newsletter-block > div:nth-child(1) i {
    background: url("../img/returns_ico.svg") no-repeat center;
}

#header .blockcart {
    position: relative;
}

#header .cart-products-count {
    background: #CD2A36;
    height: 20px;
    width: 20px;
    border-radius: 20px;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    position: absolute;
    top: 7px;
    left: 25px;
    text-align: center;
}

#footer {
    overflow: hidden;
}

.carousel-control .icon-next, .carousel-control .icon-prev {
    top: calc(50% - 35px);
}

.left.carousel-control {
    left: -35px;
}

.left.carousel-control i {
    background: url("../img/slider_arrow_left.png");
    font-size: 0 !important;
    height: 74px;
    width: 74px;
    display: block;
}
.right.carousel-control {
    right: -35px;
}

.right.carousel-control i {
    background: url("../img/slider_arrow_right.png");
    font-size: 0 !important;
    height: 74px;
    width: 74px;
    display: block;
}

.carousel .carousel-control .icon-next {
    right: 3.5rem;
}

.grade-stars[data-grade="0"] .star-full{
    display: none;
}

.grade-stars[data-grade="0"] .star-content.star-empty > .star {
    visibility: visible !important;
}

table {
    width: 100%;
    border: 1px solid #D2E2E8;
    border-collapse: collapse;
}

table tr td {
    padding: 20px;
    color: #333333;
    font-size: 14px;
    border: 1px solid #D2E2E8;
    text-align: center;
}

table tbody > tr:first-child {
    background: #D2E2E8;

}

table tbody > tr:first-child > td {
    display: table-cell;
    color: #001D57;
    font-weight: 600;
    font-size: 15px;
    padding: 20px;
    text-align: center;
}

#delivery-product-list {
    display: table;
    width: 100%;
    border: 1px solid #D2E2E8;
    border-collapse: collapse;
}

#delivery-product-list .dpl-item {
    display: table-row;
    border: 1px solid #D2E2E8;
}

#delivery-product-list .dpl-item > div {
    display: table-cell;
    padding: 20px;
    color: #333333;
    font-size: 14px;
    border: 1px solid #D2E2E8;
    text-align: center;

}

#delivery-product-list > .dpl-item > div:first-child {
    text-align: left;
}

#delivery-product-list > .dpl-item > div:last-child {
    font-weight: 700;
}

#delivery-product-list > .tab-head {
    display: table-row;
    background: #D2E2E8;

}

#delivery-product-list > .tab-head > div {
    display: table-cell;
    color: #001D57;
    font-weight: 600;
    font-size: 15px;
    padding: 20px;
    text-align: center;
}

#delivery-product-list > .tab-head > div:first-child {
    text-align: left;
}

#products .highlighted-informations, .featured-products .highlighted-informations, .product-accessories .highlighted-informations, .product-miniature .highlighted-informations {
    box-shadow: none;
}

#wrapper .breadcrumb {
    background: url(../img/home_ico.svg) no-repeat center left;
    padding-left: 35px;
    min-height: 18px;
    line-height: 18px;
}

#left-column {
    padding-left: 0;
}

#content-wrapper {
    padding-right: 0;
}

.page-content.page-cms{
    padding: 1.25rem 2.25rem;
}

.page-content h3 {
    margin: 30px 0 20px;
    color: #001D57;
    font-weight: 600;
    font-size: 21px;
}

.page-content p, .page-content li {
    color: #333333;
    font-size: 16px;
    line-height: 24px;
}

.page-content li {
    margin: 8px 0;
}

footer .block-contact {
    color: #fff;
}

footer .block-contact a {
    color: #fff;
    text-decoration: underline;
}

.top-menu[data-depth="2"] {
    display: none;
}

.top-menu[data-depth="1"] {
    margin: 0;
    padding: 1.5rem 1.75rem;
    display: grid;
    grid-template-columns: repeat(4, minmax(180px, 1fr));
    gap: 0.75rem 2rem;
    align-items: start;
}

#_desktop_top_menu .sub-menu {
    padding: 0;
}

.top-menu[data-depth="1"] > li {
    min-width: 0;
}

.top-menu[data-depth="1"] a[data-depth="1"] {
    display: block;
    padding: 0;
    color: #222222;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.35;
    text-transform: uppercase;
    transition: color 0.25s ease;
    word-break: break-word;
}

.top-menu[data-depth="1"] a[data-depth="1"]:hover {
    color: #2fb5d2;
}

.top-menu[data-depth="1"] .collapse {
    display: none;
}

.top-menu a[data-depth="2"] {
    padding: 0;
}

@media screen and (max-width: 1399px) {
    .top-menu[data-depth="1"] {
        grid-template-columns: repeat(3, minmax(180px, 1fr));
    }
}

@media screen and (max-width: 1099px) {
    .top-menu[data-depth="1"] {
        grid-template-columns: repeat(2, minmax(180px, 1fr));
    }
}

body#checkout section.checkout-step .payment-options label {
    display: table-cell;
    font-size: 18px;
    line-height: 23px;
}

.payment-option {
    margin-bottom: 2em !important;
    width: 105%;
}

@media screen and (max-width: 1300px) {
    #newsletter-cons {
        overflow: hidden;
    }
}

@media (min-width: 1200px){
    .container {
        width: 1300px;
        max-width: 100%;
    }
}


@media screen and (max-width: 993px) {

    .carousel .carousel-inner {
        height: auto;
    }

    #newsletter-block {
        background: rgba(57,117,196,1);
        background: -moz-linear-gradient(left, rgba(57,117,196,1) 0%, rgba(57,117,196,1) 50%, rgba(57,117,196,1) 50%, rgba(42,102,181,1) 50%, rgba(42,102,181,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(57,117,196,1)), color-stop(50%, rgba(57,117,196,1)), color-stop(50%, rgba(57,117,196,1)), color-stop(46%, rgba(42,102,181,1)), color-stop(100%, rgba(42,102,181,1)));
        background: -webkit-linear-gradient(left, rgba(57,117,196,1) 0%, rgba(57,117,196,1) 50%, rgba(57,117,196,1) 50%, rgba(42,102,181,1) 50%, rgba(42,102,181,1) 100%);
        background: -o-linear-gradient(left, rgba(57,117,196,1) 0%, rgba(57,117,196,1) 50%, rgba(57,117,196,1) 50%, rgba(42,102,181,1) 50%, rgba(42,102,181,1) 100%);
        background: -ms-linear-gradient(left, rgba(57,117,196,1) 0%, rgba(57,117,196,1) 50%, rgba(57,117,196,1) 50%, rgba(42,102,181,1) 50%, rgba(42,102,181,1) 100%);
        background: linear-gradient(to right, rgba(57,117,196,1) 0%, rgba(57,117,196,1) 50%, rgba(57,117,196,1) 50%, rgba(42,102,181,1) 50%, rgba(42,102,181,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3975c4', endColorstr='#2a66b5', GradientType=1 );
    }

    #newsletter-block .container > .row > div:first-child {
        flex: 0 0 100%;
    }
    #newsletter-block .container > .row > div:nth-child(2) {
        flex: 0 0 100%;
    }

    #newsletter-block .container > .row {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        align-items: stretch;
    }
}

@media screen and (max-width: 768px) {
    .header-top-rows {
        flex: 0 0 100%;
    }

    #mobile_top_menu_wrapper {
        background: #3975C4;
    }


    #header .header-nav .blockcart.active, #header .header-nav .blockcart {
        background: transparent;
        padding: 0;
        position: relative;
    }

    #header .header-nav .blockcart.active i {
        color: transparent;
        font-size: 0;
        display: inline-block;
        height: 50px;
        width: 51px;
        background: url("../img/cart_ico.svg") no-repeat center;
    }

    #header .header-nav .blockcart .cart-products-count {
        background: #CD2A36;
        height: 20px;
        width: 20px;
        border-radius: 20px;
        color: #fff;
        font-size: 14px;
        display: inline-block;
        position: absolute;
        top: 7px;
        right: 7px;
    }

    #header .header-nav .user-info {
        margin-top: 0;
    }

    #header .header-nav .user-info i {
        color: transparent;
        font-size: 0;
        display: inline-block;
        height: 50px;
        width: 51px;
        background: url("../img/login_ico.svg") no-repeat center;
    }

    #header .header-nav #menu-icon .material-icons {
        line-height: 50px;
        color: #3975C4;
        font-size: 33px;
    }

    #header .header-nav .top-logo {
        padding-top: 0;
    }

    #header .header-top .search-widget {
        flex: 0 0 100%;
        position: relative;
    }

    .header-top {
        border: none;
        padding: 0;
    }

    #header {
        background: #fff;
        padding-bottom: 15px;
    }

    .header-top .search-widget form input[type=text] {
        height: 56px;
        line-height: 56px;
        font-size: 14px;
        padding-left: 20px;
    }

    .search-widget form button[type=submit] i.search {
        font-size: 0;
        height: 20px;
        width: 20px;
        display: inline-block;
        background: url("../img/search_ico.svg") no-repeat center;
    }

    .search-widget form button[type=submit] {
        position: absolute;
        right: 10px;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    #newsletter-block {
        background: rgba(57, 117, 196, 1);
    }

    .block_newsletter {
        padding: 0;
        text-align: center;
    }

    .block_newsletter {
        padding: 0;
        flex: 0 0 100%;
    }

    #newsletter-cons > div {
        flex: 0 0 100%;
        height: auto;
    }

    .footer-container .links .h3 {
        color: #fff;
    }

    .footer-container .links ul {
        background: none;
    }

    .footer-container .links ul>li a {
        color: #fff;
        font-weight: 400;
    }

    .block_newsletter h2 {
        color: #fff;
        font-size: 38px;
        line-height: 45px;
        font-weight: 600;
    }

    .tab-content, .reviews-content {
        margin-top: 20px;
        padding: 5px 15px;
    }

    .tabs .nav-tabs .nav-link, .tabs-header > div {
        padding: 17px 48px;
    }

    .tabs .nav-tabs, .tabs-header {
        flex-direction: column;
    }

    .featured-products {
        margin-top: 20px;
    }

    .delivery-cost-short {
        text-align: center;
    }

    #newsletter-block .container > .row {
        padding-left: 30px;
    }

    .products.row {
        margin-left: 0;
        margin-right: 0;
    }

    .card, .block-categories, #pagenotfound .page-not-found, #products .page-not-found, #search_filters {
        border: 1px solid #D2E2E8;
        background: #EFFAFE;
    }
}

@media screen and (max-width: 568px) {
    #products .product-miniature, .featured-products .product-miniature, .product-accessories .product-miniature, .product-miniature .product-miniature {
        flex: 1 100%;
    }

    .bootstrap-touchspin {
        width: 100%;
    }

    .product-quantity {
        flex-direction: column;

    }

    #loyalty_cart, #loyalty_product {
        padding: 7px;
    }

    #delivery-product-list .dpl-item {
        display: flex;
        flex-direction: column;
         border: none;
    }

    #delivery-product-list > .tab-head {
        display: none;
    }

    #delivery-product-list > .dpl-item > div:first-child {
        text-align: center;
        font-weight: 700;
    }

    #delivery-product-list > .dpl-item > div:last-child {
        font-weight: 400;
    }

    .product-cover {
        padding: 0rem;
    }

    .product-container h1 {
        font-size: 22px;
        color: #001D57;
        line-height: 30px;
        margin-top: 10px;
    }

    .btn {
        white-space: normal;
    }

    .btn-comment-big {
        height: auto;
    }
}
