/*================
GENERAL SETTINGS
=================*/
.gdpr-cookies {
    z-index: 9000000000;
}

.banner-set img {
    width: 100%;
}

#co-payment-form #checkout-payment-method-load #dt_method_banktransfer {
    display: none;
}

.products-grid .product-actions .configurable-swatch-list {
    display: none;
}

.blog-layout-2 .postWrapper .content-bottom-blog .postBookmarks > a:last-child {
    display: none;
}

.to-top {
    bottom: 120px
}

.blog-post-view .blog-layout-2 .postContent  a,
.cms-page-view .std a
.tab .description .std a {
    text-decoration: underline;
    font-weight: 600
}

.blog-post-view .blog-layout-2 .postContent .products-widget a,
.cms-page-view .std .products-widget a {
    text-decoration: initial;
}

.catalog-category-view .category-intro  .category-image {
    display: none;
}

.page-main{
    overflow: hidden;
}

.cms-contact .std h2:not(.product-name) {
    color: #183b5b;
}

.account-login form p.required, .account-create p.required, .my-account p.required {
    color: #EB001B;
    font-size: 13px;
    line-height: 20px;
    font-style: normal;
}

.account-create>form input[type=checkbox]+label, .form-add-review .form-list label {
    font-size: 13px;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0;
    color: #183B5B;
}

.account-create>form label:first-child, label, .my-account .my-wishlist table .label {
    font-weight: 500;
    margin-bottom: 4px;
    font-size: 13px;
    text-transform: none;
    letter-spacing: 0;
    color: #183B5B;
}

.account-create h1, .account-create h2 {
    font-family: "Poppins";
    color: #183b5b;
    font-weight: 600;
    font-size: 26px;
    line-height: 38px;
    letter-spacing: 0;
    text-transform: none;
    margin-top: 32px;
}

/* inputs */

.form-list .input-text, .form-list select,
.multiple-checkout .step .form-list .input-text, .multiple-checkout .step .form-list select, 
.opc .step .form-list .input-text, .opc .step .form-list select, .my-wishlist table textarea {
    border: 1px solid #D9DFE4;
    border-radius: 4px;
    font-weight: 500;
    color: #183B5B;
    font-size: 14px;
}

.form-list .input-text:hover, .form-list select:hover,
.multiple-checkout .step .form-list .input-text:hover, .multiple-checkout .step .form-list select:hover, 
.opc .step .form-list .input-text:hover, .opc .step .form-list select:hover, .my-wishlist table textarea:hover {
    border: 1px solid #B4C0CA;
}

.form-list .input-text:focus, .form-list select:focus,
.multiple-checkout .step .form-list .input-text:focus, .multiple-checkout .step .form-list select:focus, 
.opc .step .form-list .input-text:focus, .opc .step .form-list select:focus, .my-wishlist table textarea:focus {
    border: 2px solid #183B5B;
    background-color: #fff;
}

* {
    -o-transition: 0.5s color ease;
    -moz-transition: 0.5s color ease;
    -webkit-transition: 0.5s color ease;
    transition: 0.5s color ease;
    
    -o-transition: 0.5s background-color ease; 
    -moz-transition: 0.5s background-color ease;
    -webkit-transition: 0.5s background-color ease;
    transition: 0.5s background-color ease;
}

.ajaxcart-modal-footer .button {
    background-color: #3176B7;
}

.page-container-wrapper.desktop:first-of-type {
    order: 1;
}

.cms-home .page-main {
    padding-top: 0;
    padding-bottom: 0;
}
.product-view .product-shop .product-name h1 {
    display: block;
    width: 100%;
    margin-top: 0;
    float: left;
}
.my-account a {
    color: #3176B7;
}
.my-wishlist table h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    font-family: Poppins;
    text-transform: uppercase;
}
.my-wishlist table {
    background-color: #fff;
}
.my-wishlist table .add-to-cart-alt input {
    height: 36px;
}

/* primary button */

.over-main-banner a, .page-footer .marketing-box--newsletter .button, .product-view .product-shop .add-to-cart button,
.ajaxcart-modal-footer .button, .block-cart .block-cart-aside .actions a.proceed-checkout, .cart-totals .checkout-types .btn-checkout,
.opc .buttons-set button.button, .multiple-checkout .buttons-set button.button,
.product-view .product-shop .add-to-cart #product-addtocart-button-fixed, .cart-totals .checkout-types #btn-proceed-checkout-fixed.btn-checkout-fixed,
.account-login form .buttons-set button.button, .account-create>form .buttons-set button.button,
.my-account .my-wishlist table .add-to-cart-alt button, .my-account .buttons-set button.button.btn-add,
.gdpr-cookies .col-12 .gdpr-content .gdpr-buttons .button#accept-all-cookies,
.page-header .desktop .header-wishlist-count .actions a, .page-main button.button, .dock-open .header-wishlist-count .block-wishlist .actions a,
.category-box-image a.button.category-box-link {
    background: rgba(255, 209, 102, 1);
    color: #183B5B;
    font-weight: 600;
    font-size: 14px;
    border-radius: 4px;
    text-transform: uppercase;
    padding: 14px 32px;
    display: inline-block;
    border: 0;
    height: auto;
}

.over-main-banner a:hover, .page-footer .marketing-box--newsletter .button:hover, .product-view .product-shop .add-to-cart button:hover,
.ajaxcart-modal-footer .button:hover, .block-cart .block-cart-aside .actions a.proceed-checkout:hover,
.cart-totals .checkout-types .btn-checkout:hover, .opc .buttons-set button.button:hover, .multiple-checkout .buttons-set button.button:hover,
.product-view .product-shop .add-to-cart #product-addtocart-button-fixed:hover,
.cart-totals .checkout-types #btn-proceed-checkout-fixed.btn-checkout-fixed:hover, .account-login form .buttons-set button.button:hover,
.account-create>form .buttons-set button.button:hover, .my-account .my-wishlist table .add-to-cart-alt button:hover,
.my-account .buttons-set button.button.btn-add:hover, .gdpr-cookies .col-12 .gdpr-content .gdpr-buttons .button#accept-all-cookies:hover,
.page-header .desktop .header-wishlist-count .actions a:hover, .page-main button.button:hover,
.dock-open .header-wishlist-count .block-wishlist .actions a:hover,
.category-box-image a.button.category-box-link:hover {
    background: #ffd87e;
    color: #183B5B;
    text-decoration: none;
}

/* secondary button */

.widget-prod a.widget-link, .main-aside .block .actions a, .no-rating a, .ajaxcart-modal-footer .button.ajaxcart-modal-close,
.block-cart .block-cart-aside .actions a.view-cart, .cart-table tfoot button.btn-update,
.my-account .buttons-set button.button.btn-update, .box-account .box-title a, .box-account .box-content a, .box-account .box-head a,
.header-wishlist-count .block-wishlist .block-content .mini-products-list .product-details .link-cart,
.my-account .buttons-set button.button, a.livrare, .product-view .share-icons p {
    color: #3176B7;
    background-color: #fff;
    font-weight: 600;
    font-size: 14px;
    border-radius: 4px;
    text-transform: uppercase;
    padding: 12px 32px;
    border: 2px solid #3176B7;
    -o-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    position: relative;
    display: inline-block;
    height: auto;
}

.widget-prod a.widget-link:after, .box-account .box-title a:hover:after {
    position: absolute;
    content: "";
    right: 45px;
    top: 50%;
    transform: translateY(-50%);
    height: 10px;
    width: 10px;
    background: url(/media/wysiwyg/arrow.png) 50% 50% no-repeat;
    background-size: contain;
}

.widget-prod a.widget-link:hover, .main-aside .block .actions a:hover, .no-rating a:hover, .ajaxcart-modal-footer .button.ajaxcart-modal-close:hover,
.block-cart .block-cart-aside .actions a.view-cart:hover, .cart-table tfoot button.btn-update:hover,
.filters-mobile-trigger, .my-account .buttons-set button.button.btn-update:hover, .box-account .box-title a:hover,
.box-account .box-content a:hover, .box-account .box-head a:hover, .header-wishlist-count .block-wishlist .block-content .mini-products-list .product-details .link-cart:hover,
.my-account .buttons-set button.button:hover, a.livrare:hover, .product-view .share-icons p:hover {
    background-color: #DEE9F4;
    color: #3176B7;
    text-decoration: none;
    -o-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    font-weight: 600;
    font-size: 14px;
    border-radius: 4px;
    text-decoration: none;
}

.page-main button.button {
    padding: 11px 32px;
}

.page-header .desktop .header-wishlist-count .actions a {
    display: block;
}

.page-header .header-wishlist-count a .count-wish span {
    font-size: 10px;
    font-weight: 500;
}

.ajaxcart-modal-footer .button.ajaxcart-modal-close{
    margin-bottom: 0;
}

.categories-grid > .item {
    max-width: calc(33.3333% - 10px);
    float: left;
    text-align: center;
    margin-bottom: 32px;
}

.category-image {
    display: inline-block;
}

.ajaxcart-modal-footer{ 
    margin-top: 20px;
}

.ajaxcart-modal-footer .button {
    margin: 8px 10px 0;
}

.product-view .product-shop .add-to-cart #product-addtocart-button-fixed {
    padding: 0;
    left: 4px;
    right: 4px;
    bottom: 4px;
}

.cart-totals .checkout-types #btn-proceed-checkout-fixed.btn-checkout-fixed {
    left: 4px;
    right: 4px;
    bottom: 4px;
}

.block-account .block-content li a {
    padding: 20px 15px;
    letter-spacing: 0;
}

.block-account .block-content li:hover {
    background-color: #F6F7F8;
}

.block-account .block-content li {
    border-bottom: 1px solid #D9DFE4;
}

.hello-user {
    text-align: right;
    padding: 0;
    margin-bottom: -15px;
}

.buttons-set {
    margin: 0 0 15px;
}

/*================
HEADER
=================*/

.block-cart>a>i em {
    background-color: #5A91C5;
    font-weight: 500;
    border: 0;
}

.page-header .desktop .list--links .list__item--selected, 
.page-header .desktop .list--links a:hover {
    text-decoration: underline;
}

.form-search input {
    font-size: 14px;
    color: #183B5B;
}

.form-search input::placeholder {
    color: #3176B7;
    font-size: 14px;
}

.block-cart .block-cart-aside .block-content,
.page-header .desktop .mini-account>ul, .page-header .page-container-wrapper--sticky .mini-account>ul,
.header-wishlist-count .block-wishlist .block-content {
    background-color: #fff;
    box-shadow: 1px 1px 10px #0C1D2D14;
}

.block-cart .block-cart-aside .block-content:after,
.page-header .desktop .mini-account>ul:after, .page-header .page-container-wrapper--sticky .mini-account>ul:after {
    border-bottom: 10px solid #ADBAC0;
}

/* .page-header .page-container-wrapper--nav {
    position: relative;
    z-index: 10;
    border-bottom: none;
    border-top: none;
}

.page-header .desktop .logo,
#nav-wrapper,
.nav-container>ul {
    z-index: 11;
    position: relative;
} */

.form-search button {
    right: 3px;
}

.page-header .desktop .block-cart {
    border-left: none;
    padding: 8px;
    margin-left: 0;
}

.page-header .desktop .form-search input {
    border: 2px solid #CDDEEE;
    border-radius: 4px;
}

/*================
BANNER
=================*/

.main-banner-wrapper,
.main-banner-image {
    position: relative;
}

.main-banner-image > a {
    display: block;
}

.main-banner-image > a::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.2);
}

.over-main-banner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10%;
    z-index: 2;
}

.over-main-banner .main-banner-title {
    color: #fff;
    font-size: 64px;
    line-height: 72px;
    margin-bottom: 8px;
    font-weight: 600;
    max-width: 376px;
    text-align: left;
}

.over-banner-content {
    text-align: left;
    max-width: 375px;
    margin: 0 auto;
}

.over-main-banner p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    color: #ffffff;
    margin-bottom: 24px;
}

/*================
PROMO
=================*/

.row-wrapper:nth-child(2) {
    margin-top: 0;
}

.banner-set {
    display: inline-block;
    width: 100%;
}

.product-view .product-shop .tax-details {
    font-size: 0;
}

.banner-wrapper1 {
    float: left;
    position: relative;
    width: calc(48% - 10px);
}

.banner-wrapper2 {
    display: inline-block;
    float: right;
    width: calc(52% - 10px);
}

.over-banner > a {
    display: grid;
    position: relative;
}

.over-banner > a:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.23);
}
.over-banner a:hover {
    text-decoration: none;
}

.over-banner a img.mobile {
    display: none;
}

.over-banner.set2 {
    margin-bottom: 12px;
}

.over-banner.set1 .over-banner-content {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    width: 100%;
}

.over-banner .over-banner-content {
    text-align: left;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.over-banner.set2 .over-banner-content, .over-banner.set3 .over-banner-content {
    left: 40px;
}

.over-banner.set1 h2 {
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;
    color: #fff;
    text-align: center;
    margin-bottom: -20px;
    text-transform: uppercase;
}

.over-banner.set1 h2 span {
    font-family: "Reenie Beanie";
    font-size: 94px;
    color: #fff;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    text-transform: none;
    display: block;
}

.over-banner.set1 h3 {
    text-transform: uppercase;
    font-weight: 600;
    margin-top: -110px;
    color: #ffffff;
}

.over-banner.set2 h2, .over-banner.set3 h2 {
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;
    color: #fff;
    text-align: center;
    margin-bottom: -20px;
    text-transform: uppercase;
}

.over-banner.set1 h3, .over-banner.set2 h3, .over-banner.set3 h3 {
    font-family: "Reenie Beanie";
    font-size: 120px;
    color: #fff;
    font-weight: 400;
    line-height: 1;
    text-align: center;
}

.over-banner.set2,
.over-banner.set3 {
    float: right;
    position: relative;
}


/*================
WIDGET
=================*/

.widget-title {
    font-family: 'Reenie Beanie', cursive;
    font-size: 60px;
    text-align: center;
}

.widget-title span {
    display: block;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 600;
    margin-top: -30px;
}

.products-grid .product-badges .badge {
    min-width: 72px;
}

.badge {
    padding: 11px;
}

.widget-prod {
    text-align: center;
    margin-top: -20px;
    margin-bottom: 0;
}

.widget-prod .widget-multiproducts {
    margin-bottom: 50px;
}

.add-to-links li:last-child {
    display: none;
}

.products-grid .item-inner {
    background-color: transparent;
    position: relative;
}

.products-grid .item-inner:hover {
    background-color: #F4F8FB;
}
.products-grid.grid-4 li.item,
.products-grid.grid-6 li.item {
    cursor: pointer;
}
.product-grid .product-box .discount {
    display: none;
}
.products-grid .availability, .products-list .availability, a.button, button.button, label.button {
    background-color: transparent;
}

th.label {
    padding-right: 8px;
}

.widget .widget-title {
    margin: 0 0 -8px 0;
}

.cms-home .products-grid .add-to-links {
    display: none;
    height: 0;
}

.products-grid .product-actions {
    margin-top: 0;
}

.products-grid .configurable-swatch-list, .products-list .configurable-swatch-list {
    margin-top: 2px;
}

.products-grid .product-actions .button {
    margin-top: 8px;
}

.products-grid .tax-details {
    display: none;
}

.products-grid .price-box .special-price .price {
    color: #F39B6D;
}

.block-related .slick-dots, .block-upsell .slick-dots, .products-widget .slick-dots {
    left: 0;
}

.slick-dots button {
    opacity: 1;
    width: 8px;
    height: 8px;
    border: 0;
    border-radius: 50%;
    background-color: #ACBAC5;
    box-shadow: none;
}

.slick-dots .slick-active button {
    background-color: #183B5B;
}

.products-grid .slick-prev {
    background: #EFF4FA url(/media/wysiwyg/arrow-left.svg) 50% 50% no-repeat;
    border-radius: 4px;
    width: 40px;
    height: 72px;
    top: 50%;
    transform: translateY(-50%);
    left: -40px;
}

.products-grid .slick-next {
    background: #EFF4FA url(/media/wysiwyg/arrow-right.svg) 50% 50% no-repeat;
    border-radius: 4px;
    width: 40px;
    height: 72px;
    top: 50%;
    transform: translateY(-50%);
    right: -40px;
}

.products-grid .slick-prev:hover, .products-grid .slick-next:hover {
    background-color: #DEE9F4;
}

/*================
NEWSLETTER
=================*/

body:not(.cms-home) .page-footer {
    margin-top: 50px;
}

.page-footer .marketing-box--newsletter .input-text {
    height: 56px;
    border-radius: 4px;
    font-weight: 500;
    padding: 25px 0 25px 18px;
}

.marketing-box.marketing-box--shipping,
.marketing-box.marketing-box--support {
    display: none;
}

.page-footer .marketing-box--newsletter {
    float: none;
}

.page-footer .marketing-box--newsletter input[type=text] {
    height: 60px;
    font-weight: 500;
    font-size: 14px;
    color: #3176B7;
    padding-left: 20px;
    border: 1px solid transparent;
}

.page-footer .marketing-box .box-content {
    width: 550px;
}

.page-footer .marketing-box--newsletter .input-box {
    float: left;
    width: 100%;
}

#footer-newsletter-validate-detail {
    display: inline-block;
    width: 100%;
    position: relative;
}

.page-footer .marketing-box--newsletter .button {
    position: absolute;
    top: 0;
    right: 0;
    width: 140px;
    height: 56px;
}

.page-footer .marketing-box--newsletter em, .page-footer .marketing-box--newsletter i {
    display: none;
}

.page-footer .marketing-box h4 {
    font-weight: 500;
    color: #ffffff;
    font-size: 24px;
    text-transform: lowercase;
    line-height: 32px;
    text-align: center; 
    margin-bottom: -10px;  
}

.page-footer .marketing-box h5 {
    font-size: 60px;
    line-height: 1;
    font-family: 'Reenie Beanie', cursive;
    color: #ffffff;
    text-transform: lowercase;
    font-weight: 400;
}

.page-footer .page-container-wrapper:first-child {
    background-color: #3176B7;
    position: relative;
}

.page-footer .page-container {
    max-width: 100%;
    /*padding: 0;*/
}

.page-footer .marketing-box--newsletter {
    float: none;
    max-width: 910px;
    margin: 0 auto;
    padding: 35px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page-footer .marketing-box--newsletter > div {
    width: 50%;
}

/*================
FOOTER LINKS
=================*/

.footer-links {
    max-width: 1090px;
    margin: 0 auto;
    padding-top: 48px;
    padding-bottom: 96px;
}

.page-footer a {
    color: inherit;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 6px;
}

.page-footer .legals {
    display: none;
}
.page-footer .col-2 {
    width: 100%;
    order: 2;
}

.page-footer .col-4 {
    width: 100%;
}

.page-footer .footer-links ul {
    width: 25%;
    float: left;
}

.page-footer .footer-links ul.list--social {
    width: 100%;
    padding-right: 0;
}

.branding {
    font-size: 12px;
    font-weight: 600;
}

.branding li {
    font-size: 12px;
    line-height: 22px;
    font-weight: 500;
}

.branding a {
    font-weight: 600;
    color: #3176B7;
}

.branding img {
    height: 36px;
    margin-bottom: 16px;
}

.page-footer .footer-links ul.social-media {
    width: 100%;
    margin-top: 20px;
}

.page-footer .copyright {
    display: none;
}

.page-footer .footer-links ul.social-media a:hover {
    color: #ffffff;
    background-color: #3176B7;
}

.social-media li {
    float: left;
    margin-right: 5px;
}

.social-media li a:hover {
    text-decoration: none;
    opacity: .7;
}

.page-footer .marketing-box .box-title {
    text-align: center;
}

.page-footer .footer-links .social-media {
    display: inline-block;
    margin-top: 16px;
    width: 100%;
}

.page-footer .payment li {
    display: block;
    float: none;
    width: 100%;
    text-align: right;
}

.page-footer .payment li img {
    max-height: 34px;
    margin-left: 4px;
}

.page-footer .payment li small {
    font-size: 12px;
    line-height: 22px;
    color: #5C758B;
    margin-bottom: 8px;
    display: block;
}

/*================
CATEGORY PAGE
=================*/

.products-grid .add-to-links {
    text-align: left;
}

.add-to-links li a.link-wishlist:before {
    height: 34px;
    width: 34px;
    margin-right: 0;
    background-color: #EFF4FA;
    border-radius: 50%;
    padding: 3px;
    background-position: 50%;
}

.add-to-links li a.link-wishlist:hover:before {
    background-color: #DEE9F4;
}

.toolbar .view-mode {
    background-color: transparent;
}

.toolbar .sort-by select {
    border: 1px solid #D9DFE4;
    border-radius: 4px;
    padding-bottom: 0;
    background: url(/media/wysiwyg/chevron-down.svg) 95% 50% no-repeat;
    height: 40px;
}

.category-intro {
    padding: 0;
}

.toolbar .sort-by a.sort-by-switcher--asc {
    display: none;
}

.products-grid .add-to-links li a {
    font-size: 0;
    text-decoration: none!important;
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 20px;
}

/*================
DETAIL PAGE
=================*/

.form-add-review {
    border: 0;
    background: #F6F7F8;
    border-radius: 4px;
}

.product-shop .add-to-links li a.link-wishlist:before {
    height: 50px;
    width: 50px;
}

.tabs-nav > li a {
    font-size: 14px;
    line-height: 18px;
}

.tabs-nav > li a:hover {
    text-decoration: none;
    color: #183B5B;
}

.tabs-nav > li.activeli {
    border-radius: 4px 4px 0 0;
}

.tabs-nav > li.activeli a {
    font-weight: 600;
}

.product-view.gallery-orientation-1 .more-views .slick-next {
    background: transparent url(/media/wysiwyg/chevron-right.svg) 50% 50% no-repeat;
    opacity: .5;
    width: 40px;
}

.product-view.gallery-orientation-1 .more-views .slick-prev {
    background: transparent url(/media/wysiwyg/chevron-left.svg) 50% 50% no-repeat;
    opacity: .5;
    width: 40px;
}

.product-view.gallery-orientation-1 .more-views .slick-next:hover,
.product-view.gallery-orientation-1 .more-views .slick-prev:hover {
    opacity: 1;
}

.tabs-nav .ratings {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.product-shop  .add-to-links li a {
    font-size: 0 !important;
    text-decoration: none !important;
}

.product-view .product-shop .add-to-links {
    margin-top: 0;
}

.product-view .product-shop .add-to-cart {
    margin-right: 24px;
}

.product-view .add-to-links li {
    padding: 0;
}

.product-essential {
    padding-bottom: 10%;
}
#block-related  .products-grid .product-actions .button:after {
    display: none;
}

.product-view .product-shop .price-box .price, .product-view .product-shop .price-box-suggested .price {
    font-weight: 600;
    font-size: 20px;
}

.product-view .product-shop .breadcrumbs {
    margin-bottom: 24px;
}

.product-view .page-title {
    margin-bottom: 4px;
}

.price-box .price-label {
    display: none;
}

.product-view .product-shop .add-to-box {
    margin: 24px 0;
}

.product-view .product-shop .add-to-cart button {
    font-size: 14px;
}

.product-view.gallery-orientation-1 .more-views .item-image {
    background-color: transparent;
}

.catalog-product-view h2.subtitle {
    text-align: center;
}

.catalog-product-view .products-grid.grid-6 li.item {
    width: 25%;
}

.tabs-nav {
    padding: 0;
    border-bottom: 1px solid #f5f5f5;
}

.tab {
    padding: 30px 0;
}

.product-view .product-img-box .product-image {
    background-color: transparent;
}

.catalog-product-view .product-badges {
    top: 20px;
    right: 20px;
}

.product-view .product-shop .add-to-cart input, .my-wishlist table .add-to-cart-alt input {
    border: 2px solid #CDDEEE;
    border-right: 2px solid #CDDEEE;
    margin-right: 4px;
    border-radius: 4px;
    height: 50px;
    width: 50px;
}

.product-view .product-img-box .discount-percentage span {
    padding: 0;
    font-weight: 600;
    font-size: 14px;
    background-color: transparent;
}

.product-view .product-img-box .discount-percentage {
    background: #F39B6D;
    padding: 5px;
}

.product-view .product-img-box .discount-percentage span {
    color: #fff;
}

.product-view .product-shop .price-box .old-price .price, .product-view .product-shop .price-box-suggested .old-price .price {
    color: #5C758B;
    font-weight: 400;
}

.product-view .product-shop .price-box .special-price .price, .product-view .product-shop .price-box-suggested .special-price .price {
    color: #F39B6D;
}

.product-view .product-shop .availability { width: 100%; }

.product-view .share-icons {
    display: flex;
    flex-flow: column-reverse;
    float: none;
    transition: .3s linear;
    margin-top: 10px;
}

.product-view .share-icons a {
    flex: 1;
    font-size: 26px;
    margin-right: 20px;
    color: #2d3436;
    text-align: center;
    transform: translateX(-100%);
    opacity: 0;
    transition: .3s linear;
}

.product-view .share-icons:hover a {
    opacity: 1;
    transform: translateX(0);
}

.product-view .share-icons p {
    max-width: fit-content;
}

.product-usp {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
}

.product-usp > div {
    display: flex;
    align-items: center;
}

.product-usp > div img {
    margin-right: 8px;
}

.product-usp p {
    font-size: 14px;
    line-height: 18px;
    max-width: 160px;
}

.product-usp p strong {
    font-weight: 600;
}

.product-usp > div:first-child {
    padding-right: 24px;
    border-right: 1px solid #D9DFE4;
    margin-right: 24px;
}

.product-usp > div:first-child p strong {
    display: none;
}

.product-usp > div:first-child p:after {
    content: "Transport gratuit peste 250 lei.";
    font-weight: 600;
}

/*================
CART + CHECKOUT
=================*/

.multiple-checkout .step #billing-new-address-form #shipping-address-wrapper input[type=radio]+label, .multiple-checkout .step #co-payment-form #shipping-address-wrapper input[type=radio]+label, .opc .step #billing-new-address-form #shipping-address-wrapper input[type=radio]+label, .opc .step #co-payment-form #shipping-address-wrapper input[type=radio]+label {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    border: 1px solid #183B5B;
}

.multiple-checkout .step #billing-new-address-form #shipping-address-wrapper input[type=radio]:checked+label, .multiple-checkout .step #co-payment-form #shipping-address-wrapper input[type=radio]:checked+label, .opc .step #billing-new-address-form #shipping-address-wrapper input[type=radio]:checked+label, .opc .step #co-payment-form #shipping-address-wrapper input[type=radio]:checked+label {
    border: 2px solid #183B5B;
    background-color: #ECEFF2;
}

.multiple-checkout .step .payment-title:hover, .multiple-checkout .step input[type=radio]+label:hover, .opc .step .payment-title:hover, .opc .step input[type=radio]+label:hover {
    background: #ECEFF2;
}

.multiple-checkout .active .step-title, .opc .active .step-title {
    background-color: #D9DFE4;
}

.multiple-checkout .step-title, .opc .step-title {
    border-bottom: 2px solid #F6F7F8;
}

#opc-billing .step #co-billing-form ul .chose-entity input[type=radio]:checked+label {
    border-bottom: 4px solid #3176b7;
}

.cart-table td input {
    width: 48px;
    height: 48px;
    border: 2px solid #CDDEEE;
    text-align: center;
    border-radius: 4px;
}

.cart-table tr:nth-child(odd) td {
    border-top: 1px solid #d9dfe4;
}

.multiple-checkout .step-title, .opc .step-title {
    border-bottom: 2px solid #f5f5f5;
}

.cart-totals .checkout-types {
    margin-top: 16px;
}

.cart-totals strong {
    font-weight: 600;
}

#opc-billing .step #co-billing-form ul .chose-entity input[type=radio]:checked+label {
    border-bottom: 4px solid #F39B6D;
}

.multiple-checkout .step .payment-title.selected:before, .multiple-checkout .step input[type=checkbox]:checked+label:before, .multiple-checkout .step input[type=radio]:checked+label:before, .opc .step .payment-title.selected:before, .opc .step input[type=checkbox]:checked+label:before, .opc .step input[type=radio]:checked+label:before,
.multiple-checkout .step .payment-title.selected:before, .multiple-checkout .step input[type=checkbox]:checked+label:before, .multiple-checkout .step input[type=radio]:checked+label:before, .opc .step .payment-title.selected:before, .opc .step input[type=checkbox]:checked+label:before, .opc .step input[type=radio]:checked+label:before,
.multiple-checkout .step .payment-title:hover:before, .multiple-checkout .step input[type=radio]+label:hover:before, .opc .step .payment-title:hover:before, .opc .step input[type=radio]+label:hover:before {
    background-color: #F39B6D;
}

.form-list .input-box, .form-list .input-text, .form-list select {
    margin-bottom: 8px;
}

/*================
BLOG
=================*/
.blog-wrapper {
    position: relative;
}

.blog-wrapper img.mobile {
    display: none;
}

.blog-wrpp {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 910px;
    margin: 0 auto;
}
.blog-info {
    text-align: center;
    font-family: 'Reenie Beanie', cursive;
    z-index: 15;
    color: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.blog-info span {
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
    color: #183B5B;
    font-weight: 600;
    font-family: "Poppins";
    max-width: 180px;
    display: block;
    text-align: left;
    margin-right: 0;
    margin-left: auto;
}
.blog-wrapper .blog-info p a {
    font-size: 300px;
    font-weight: 400;
    color: #3176B7;
    margin-top: 35px;
}
.blog-wrapper .blog-info p a:hover {
    text-decoration: none;
}

.blog-index-list .blog-wrap h1 {
    text-align: center;
    font-family: "Reenie Beanie";
    font-size: 60px;
    line-height: 72px;
    margin-bottom: 32px;
}

.blog-index-list .breadcrumbs ul, .blog-post-view .breadcrumbs ul {
    display: flex;
    justify-content: center;
}

.blog-index-list .blog-layout-2 .postWrapper {
    background: #fff;
}

.blog-index-list .blog-layout-2 .postWrapper:hover {
    background: #EFF4FA;
}

.blog-index-list .postWrapper .postTitle > div:not(.image-box) {
    order: 3;
    margin: 8px 20px 0;
    font-size: 13px;
    color: #5C758B;
}

.blog-post-view .postWrapper .postTitle > div:not(.image-box) {
    order: 2;
    margin-bottom: 16px;
    font-weight: 400;
    font-size: 12px;
    color: #8B9CAC;
}

.blog-index-list .blog-layout-2 .postWrapper .postTitle h2, .blog-index-list .blog-layout-3 .postWrapper .postTitle h2 {
    padding-top: 20px;
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
}

.blog-layout-1 .postWrapper .postContent p, .blog-layout-1 li.item .postContent p, .blog-layout-2 .postWrapper .postContent p, .blog-layout-2 li.item .postContent p, .blog-layout-3 .postWrapper .postContent p, .blog-layout-3 li.item .postContent p {
    font-size: 14px;
    color: #5C758B;
    line-height: 22px;
}

.blog-index-list .blog-layout-2 .postWrapper .aw-blog-read-more, .blog-index-list .blog-layout-3 .postWrapper .aw-blog-read-more {
    border-bottom: 0;
    padding: 0;
    margin: 0;
    color: #3176B7;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    text-transform: none;
    letter-spacing: 0;
    background: transparent;
}

.blog-index-list .blog-layout-2 .postWrapper .aw-blog-read-more:hover, .blog-index-list .blog-layout-3 .postWrapper .aw-blog-read-more:hover {
    text-decoration: underline;
    padding: 0;
}

.blog-index-list .blog-layout-2 .postWrapper .postTitle h2 a:hover, .blog-index-list .blog-layout-3 .postWrapper .postTitle h2 a:hover {
    text-decoration: none;
}

.blog-index-list .postWrapper .postContent {
    text-align: justify;
    line-height: 24px;
}

.main-aside .products-grid .item-inner {
    border: 1px solid #f2f2f2;
}

.cms-page-view .std p {
    line-height: 24px;
}

.cms-page-view .std li {
    list-style-type: none;
}

.postWrapper .postTitle h1, .postWrapper .postTitle h2 {
    font-size: 30px;
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
}

.blog-layout-1 .postWrapper .postContent p, .blog-layout-1 li.item .postContent p, .blog-layout-2 .postWrapper .postContent p, .blog-layout-2 li.item .postContent p, .blog-layout-3 .postWrapper .postContent p, .blog-layout-3 li.item .postContent p {
    font-size: 14px;
    color: #5C758B;
    line-height: 24px;
}

.blog-post-view .blog-layout-2 .postWrapper .postTitle h1, .blog-post-view .blog-layout-3 .postWrapper .postTitle h1 {
    margin: 0 0 4px;
}

.blog-layout-1 .postWrapper .postDetails strong, .blog-layout-1 li.item .postDetails strong, .blog-layout-2 .postWrapper .postDetails strong, .blog-layout-2 li.item .postDetails strong, .blog-layout-3 .postWrapper .postDetails strong, .blog-layout-3 li.item .postDetails strong {
    color: #42494E;
    font-weight: 400;
}

.blog-layout-1 .postWrapper .postDetails strong a, .blog-layout-1 li.item .postDetails strong a, .blog-layout-2 .postWrapper .postDetails strong a, .blog-layout-2 li.item .postDetails strong a, .blog-layout-3 .postWrapper .postDetails strong a, .blog-layout-3 li.item .postDetails strong a,
.blog-layout-1 .postWrapper .postDetails .poster, .blog-layout-1 li.item .postDetails .poster, .blog-layout-2 .postWrapper .postDetails .poster, .blog-layout-2 li.item .postDetails .poster, .blog-layout-3 .postWrapper .postDetails .poster, .blog-layout-3 li.item .postDetails .poster {
    color: #5A91C5;
}

.account-login form .registered-users {
    background-color: #F6F7F8;
}

body:not(.cms-home) .page-main .page-container {
    padding: 40px 20px 0;
}

.form-list .control, .form-list .field, .form-list .wide, .form-list > li:not(.fields) {
    margin-bottom: 0;
}

.content-popup-text {
    margin: 0 30px;
}

/* DISCIUNT POPUP */
.mfp-wrap .blugento-popup {
    padding: 12px 0 48px 0;
}

.discount-popup-info {
    max-width: 85%;
    margin: 0 auto;
    margin-top: 15px;
    font-size: 18px;
}

/* GDPR */
.gdpr-cookies .col-12 p {
    font-size: 13px;
    margin-bottom: 0;
}

.gdpr-cookies .page-container {
    padding-top: 0;
    padding-bottom: 0;
}

.gdpr-cookies .page-container .col-12 {
    padding-top: 12px;
    padding-bottom: 12px
}

.gdpr-cookies .col-12 .gdpr-title {
    font-size: 16px;
}

.gdpr-cookies .col-12 .gdpr-box.gdpr-personalize .gdpr-header {
    width: 60%;
    padding-right: 16px;
}

.gdpr-cookies .col-12 .gdpr-box.gdpr-personalize .gdpr-content {
    width: 40%;
}

.gdpr-modal-personalize .gdpr-wrapper .gdpr-buttons {
    margin-bottom: 24px;
}

.gdpr-modal-personalize .gdpr-wrapper .gdpr-buttons {
    border-radius: 4px;
}

.gdpr-modal-personalize .gdpr-wrapper .gdpr-buttons .button.accept-all-cookies {
    background-color: #ffd166;
}

.gdpr-modal-personalize .gdpr-wrapper .gdpr-buttons .button.accept-all-cookies:hover {
    color: #183b5b;
}

.gdpr-modal-personalize .gdpr-wrapper .gdpr-buttons .button.accept-selected-cookies {
    color: #3176B7;
    border: 2px solid #3176B7;
}

.gdpr-modal-personalize .gdpr-wrapper .gdpr-buttons .button.accept-selected-cookies:hover {
    background-color: #DEE9F4;
    color: #3176B7;
}

.gdpr-modal-personalize .gdpr-wrapper .gdpr-buttons {
    gap: 16;
}

/*================
RESPONSIVE
=================*/

@media (min-width: 996px) {   
    .header-wishlist-count .block-wishlist .block-content {
        border: 0;
    }
    
    .page-header .desktop .mini-account>ul:after, 
    .page-header .page-container-wrapper--sticky .mini-account>ul:after, 
    .header-wishlist-count .block-wishlist .block-content:after {
        border-bottom: 10px solid #D9DFE4;
    }
    
    .page-header .header-wishlist-count {
        margin: 0 0 0 8px;
    }
    
    .page-header .page-container--nav {
        padding-right: 0;
    }
    
    .cms-home .page-header {
        border-bottom: 0;
    }
       
    .page-header .desktop .logo img {
        max-height: 60px;
    }
    
    .page-header .desktop .form-search input {
        min-width: 520px;
    }
    
    .page-header .desktop .form-search input:focus {
        border-color: #3176B7 !important;
    }
    
    .links-after li>a:hover, .links-before li>a:hover, .nav--primary a.level0:hover, .nav--primary-button:hover {
        color: #3176B7;
    }
    
    .nav--primary {
        min-width: 300px;
    }
    
    .links-after li>a:hover, .links-before li>a:hover, .nav--primary a.level0:hover, .nav--primary-button:hover {
        background-color: #E6EEF6;
    }
    
    .nav--primary ul>li {
        border: 1px solid #f7f7f7;
        background-color: #fff;
    }
    
    .main-aside h2.subtitle {
        font-size: 20px;
    }
    
    .main-aside .products-grid.grid-4 li.item, .main-aside .products-grid.grid-6 li.item {
        width: 100%;
    }

    .page-header .mini-wrapper-2 > div + div {
        border-right: none;
        margin-right: 0;
    }

    .page-header .page-container-wrapper.desktop .page-container:first-child {
        padding-top: 0;
    }
    
    .page-header .desktop .block-cart {
        padding: 8px 0;
    }
    
    .page-header .desktop .header-wishlist-count {
        padding: 8px 0px 8px 0;
    }
    
    .page-header .desktop .mini-account {
        padding: 8px 10px 8px 0;
        margin-right: 0
    }

    .page-header .page-container-wrapper--nav {
        border-top: 1px solid #D9DFE4;
        border-bottom: 1px solid #D9DFE4;
    }
}

@media (min-width: 1180px) {
    .page-header .desktop .nav-container {
        margin-left: 80px;
    }
}

@media (max-width: 1366px) {
    .bn-wrapper:after {
        font-size: 860px;
    }
    .footer-links {
        max-width: 100%;
        padding: 20px;
    }
}

@media (max-width: 1180px) {    
    .page-footer .marketing-box--newsletter {
        max-width: 100%;
    }
    
    .blog-wrapper .blog-info p a {
        font-size: 280px;
    }
    
    .blog-info {
        left: 120px;
    }
    
    .page-footer .marketing-box .box-content {
        width: auto;
        min-width: 350px;
    }
    
    .products-grid .slick-next {
        right: 0;
    }
    
    .products-grid .slick-prev {
        left: 0;
    }
}

@media (min-width: 996px) and (max-width: 1180px) {
    .page-header .desktop .form-search input {
        min-width: 475px;
    }
}

@media (max-width: 1024px) {
    .over-main-banner a {
        float: none;
    }
    
    .over-main-banner p {
        margin-bottom: 55px;
    }
}

@media (max-width: 995px) {
    .nav--primary.expanded li.parent a.has-children:after {
        top: -38px;
        color: #183B5B;
    }
    
    .icon--menu {
        width: 26px;
    }
    
    .tab.ratings {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    
    .tab-nav {
        background: #F6F7F8 url(/media/wysiwyg/chevron-down.svg) 95% 50% no-repeat;
        background-size: 24px;
        padding: 14px 20px;
        border-radius: 4px;
        font-weight: 600;
        text-transform: none;
    }
    
    .tab-nav.active {
        background: #F6F7F8 url(/media/wysiwyg/chevron-up.svg) 95% 50% no-repeat;
        background-size: 24px;
    }
    
    .links-after li, .links-before li, .nav--primary li, .nav-item--mobile {
        border-bottom: 1px solid #ECEFF2;
    }
    
    .links-after li>a, .links-before li>a, .nav--primary li>a, .nav--primary-button--mobile, .nav--primary a.level0 {
        font-weight: bold;
        text-transform: uppercase;
    }
    
    .page-header .mobile-trigger, .page-container-wrapper.on-mobile.mobile .mini-cart, .page-header .mobile .block.header-wishlist-count {
        border-left: 1px solid #ECEFF2;
        height: 34px;
    }
    
    .page-container-wrapper.desktop .mini-cart {
        display: none;
    }
    
    .icon--menu .horizontal {
        margin-top: 4.5px;
    }
    
    .icon--menu .diagonal.part-2 {
        margin-top: 4.5px;
    }
    
    .page-header .mobile .tablet-logo a, .page-header .mobile .tablet-logo img {
        height: 40px;
    }
    
    .icon--menu span {
        height: 3px;
    }
    
    .hello-user {
        margin-bottom: 0;
    }
    
    .breadcrumbs {
        white-space: unset;
    }
    
    .breadcrumbs {
        padding: 0;
        background-color: #fff;
    }
    
    .block-layered-nav li a {
        color: #183B5B;
    }
    
    .nav-container, .dock {
        border-right: 0;
        background-color: #fff;
        color: #183B5B;
    }
    
    .nav--primary a.level0 {
        color: #183B5B;
        font-size: 14px;
        text-transform: uppercase;
    }
    
    .page-overlay {
        background-color: rgba(0,0,0,.5);
    }
    
    .block-cart .mini-cart {
        min-height: 34px;
    }
    
    .row-wrapper+.row-wrapper {
        margin-top: 0;
    }
    
    .over-banner.set3 .over-banner-content {
        bottom: 10px;
    }
    
    .block-cart>a>i {
        height: 30px;
    }
    .block-layered-nav .block-subtitle, .block-layered-nav dt {
        color: #5CBEF0;
    }
    .page-overlay {
        z-index: 1;
    }
    .page-container-wrapper.on-mobile.mobile {
        position: relative;
        z-index: 111;
        width: 100%;
    }
    
    .page-header .mobile .tablet-logo {
        height: 54px;
    }
    
    .bn-wrapper:after {
        font-size: 500px;
    }
    
    .over-banner.set1 h3 {
        font-size: 87.83px;
    }
    .over-main-banner p {
        margin-bottom: 36px;
    }
    
    .page-footer .marketing-box--newsletter {
        padding: 35px 20px;
    }
    
    .blog-wrapper .blog-info p a {
        font-size: 145px;
    }
    
    .blog-info span {
        font-size: 16px;
        line-height: 22px;
        max-width: 110px;
    }
    
    .blog-info {
        right: unset;
        left: 50%;
    }
    
    .products-grid .slick-next {
        right: 0;
    }
    
    .products-grid .slick-prev {
        left: 0;
    }
    

    body.nav-modal-open .icon--menu .diagonal.part-2, 
    body[data-dock=".nav-container"] .icon--menu .diagonal.part-2 {
        margin-top: -11px;
    }

    .gdpr-cookies .col-12 .gdpr-box.gdpr-personalize .gdpr-header,
    .gdpr-cookies .col-12 .gdpr-box.gdpr-personalize .gdpr-content {
        width: 100%;
    }

    .gdpr-cookies .col-12 .gdpr-box.gdpr-personalize .gdpr-header {
        padding-right: 0;
    }

    .gdpr-cookies .col-12 .gdpr-box.gdpr-personalize {
        display: block;
    }
}

@media (max-width: 767px) {    
    .product-view .product-shop .add-to-links {
        margin-top: 17px;
    }
    
    .page-footer .footer-links ul.list--social {
        display: flex;
        justify-content: center;
    }
    
    .my-wishlist table .add-to-cart-alt button {
        padding: 10px 5px;
    }
    
    .bn-wrapper:after {
        font-size: 330px;
    }
    
    .page-footer .footer-links ul {
        width: 100%;
        padding-right: 0;
        text-align: center;
    }
    
    .page-footer .footer-links ul.social-media {
        width: 100%;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        margin-bottom: 20px;
    }
    .page-footer .footer-links ul.social-media li ul {
        display: flex;
        justify-content: center;
    }
    
    .payment li {
        float: left;
        width: 100%;
    }
    
    .over-main-banner {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .catalog-product-view .products-grid.grid-6 li.item {
        width: 50%;
    }
    
    .over-banner.set2 h3, .over-banner.set3 h3 {
        font-size: 100px;
    }
    
    .over-banner.set3 h2 span {
        margin-top: -25px;
        font-size: 54px;
    }
    .over-banner.set1 h3 {
        font-size: 70px;
    }
    
    .page-footer .payment li {
        text-align: center;
        margin-top: 16px;
    }
    
    .over-main-banner .main-banner-title {
        font-size: 50px;
        line-height: 50px;
    }
}

@media (max-width: 640px) {
    .banner-wrapper1 img {
        width: 100%;
    }
    
    .over-banner.set2  {
        top: 5px;
    }
    
    .over-banner.set3 .over-banner-content {
        bottom: 0;
    }
    
    .banner-wrapper1,
    .banner-wrapper2 {
        width: 100%;
    }
    
    .banner-wrapper1 {
        float: none;
        text-align: center;
        width: 50%;
        margin: 0 auto;
        margin-bottom: 0;
    }
    
    .banner-wrapper2 {
        text-align: center;
        width: 100%;
        margin: 0 auto;
    }
    
    .over-banner.set2, .over-banner.set3 {
        float: none;
        display: inline-block;
    }
    
    .banner-wrapper1 {
        width: 100%;
    }
    .page-footer .marketing-box .box-content {
        width: 100%;
    }
    .page-footer .marketing-box--newsletter input[type=text] {
        height: 40px;
    }
    
    .blog-wrapper .blog-info p a {
        font-size: 115px;
    }
    
    .over-main-banner .main-banner-title {
        font-size: 40px;
    }
    
    .over-main-banner p {
        margin-bottom: 24px;
    }
    
    .page-footer .marketing-box--newsletter {
        padding: 0 20px 20px;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .blog-info span {
        font-size: 13px;
        line-height: 15px;
        max-width: 80px;
        margin-bottom: -30px;
    }
    
    .blog-info {
        right: 50%;
        left: unset;
    }
    
    .catalog-category-view .main-content .subcategory-products .categories-grid li.item{
        min-width: 50%;
        max-width: 50%;
    }
}

@media (max-width: 479px) {
    .dock-open .header-wishlist-count .block-wishlist .block-content .mini-products-list .product-details {
        flex-wrap: wrap;
    }
    
    .header-wishlist-count .block-wishlist .block-content .mini-products-list .product-cart-details, .block-wishlist .product-name {
        width: 100%;
        padding-left: 0;
    }
    
    .block-cart .block-cart-aside .sidebar-bottom, .block-cart .block-cart-aside-quote .sidebar-bottom {
        padding: 20px 10px 0;
    }
    
    .block-cart .block-cart-aside .actions a.view-cart {
        display: block;
    }
    
    .block-cart .block-cart-aside .actions a.proceed-checkout {
        margin-top: 8px;
        display: block;
    }
    
    .banner-wrapper1 {
        margin-bottom: 10px;
    }
    
    .product-view .product-shop .add-to-cart {
        margin-right: 0;
    }
    
    /*  .over-banner a img.mobile {
        display: grid;
    }
    
    .over-banner a img:not(.mobile) {
        display: none;
    } */
    
    .over-main-banner p {
        padding: 0 10px;
    }
    .over-main-banner {
        position: relative;
        right: 0;
        padding: 20px;
        top: 0;
        left: 0;
        transform: none;
    }
    
    .bn-wrapper:after {
        display: none;
    }
    
    .page-footer .marketing-box .box-content, .page-footer .marketing-box .box-title {
        display: block;
    }
    
    .products-grid .product-box,
    .products-grid .product-actions .button {
        text-align: center;
    }
    
    .products-grid .product-actions .button:after {
        display: none;
    }
    
    .blog-index-list .toolbar .sort-by {
        min-width: 200px;
    }
    
    .page-footer .marketing-box h4 {
        font-size: 20px;
    }
    
    .over-banner.set2, .page-footer .marketing-box .box-content, .page-footer .marketing-box .box-title {
        width: 100%;
    }
    
    .widget-prod a.widget-link {
        padding: 20px;
    }
    
    .widget-prod a.widget-link:after {
        display: none;
    }
    
    .catalog-product-view .products-grid.grid-6 li.item {
        width: 100%;
    }
    
    #block-related .products-grid .add-to-links {
        text-align: center;
    }
    
    .blog-wrapper .blog-info p a {
        font-size: 180px;
        line-height: 80px;
    }
    
    .page-footer .marketing-box--newsletter .button {
        width: 100px;
        font-size: 15px;
    }
    
    .over-main-banner .main-banner-title {
        font-size: 31px;
        color: #183B5B;
    }
    
    .over-main-banner p {
        color: #183B5B;
        padding: 0;
    }
    
    .page-footer .marketing-box--newsletter .button {
        padding: 15px 10px;
    }
    
    .ajaxcart-modal-footer .button.ajaxcart-modal-close {
        width: 100%;
    }
    
    .ajaxcart-modal-footer .button {
        margin: 8px 0 0;
    }
    
    .cart-table tfoot button.btn-update {
        padding: 15px 10px;
    }
    
    .products-grid .add-to-links {
        text-align: center;
    }
    
    .page-header .mobile .phone-logo {
        height: 40px;
    }
    
    .blog-wrapper img.mobile {
        display: grid;
    }
    
    .blog-wrapper img.desktop {
        display: none;
    }
    
    .blog-wrpp {
        width: 100%;
    }
    
    .blog-info span {
        font-size: 16px;
        line-height: 20px;
        max-width: 100px;
        margin-bottom: -30px;
        font-weight: bold;
    }
    
    .blog-info {
        right: unset;
        left: 50%;
        transform: translateX(-50%) translateY(-95%);
    }
    
    .page-footer .marketing-box .box-content {
        min-width: 280px;
    }
    
    .branding li:last-child {
        margin-top: 32px;
    }
    
    .page-footer .footer-links .social-media {
        margin-bottom: 32px;
    }
    
    .page-footer .payment li {
        margin-top: 32px;
    }
    
    .page-footer .payment li:last-child {
        margin-top: 8px;
    }
    
    .product-view .product-shop {
        float: left;
    }
    
    .product-view .product-shop .availability, .blog-post-view .blog-layout-2 .postWrapper .postDetails, .blog-post-view .blog-layout-3 .postWrapper .postDetails,
    .blog-post-view .blog-layout-2 .postWrapper, .blog-post-view .blog-layout-3 .postWrapper {
        margin-bottom: 0;
    }
    
    .product-collateral {
        margin-top: 44px;
    }
    
    .blog-post-view .blog-layout-1 .postWrapper .content-bottom-blog .content-right-blog, .blog-post-view .blog-layout-2 .postWrapper .content-bottom-blog .content-right-blog, .blog-post-view .blog-layout-3 .postWrapper .content-bottom-blog .content-right-blog {
        margin-top: 0;
    }
    
    .blog-post-view .blog-layout-1 .postWrapper .content-bottom-blog, .blog-post-view .blog-layout-2 .postWrapper .content-bottom-blog, .blog-post-view .blog-layout-3 .postWrapper .content-bottom-blog {
        padding: 0;
    }
    
    .blog-post-view .blog-layout-1 .comments-form, .blog-post-view .blog-layout-1 .content-bottom-blog, .blog-post-view .blog-layout-1 .postContent, .blog-post-view .blog-layout-2 .comments-form, .blog-post-view .blog-layout-2 .content-bottom-blog, .blog-post-view .blog-layout-2 .postContent, .blog-post-view .blog-layout-3 .comments-form, .blog-post-view .blog-layout-3 .content-bottom-blog, .blog-post-view .blog-layout-3 .postContent {
        margin: 0;
    }
    
    .catalog-category-view .main-content .subcategory-products .categories-grid li.item{
        min-width: 100%;
        max-width: 100%;
    }

    .gdpr-cookies .col-12 .gdpr-box.gdpr-personalize .gdpr-content .gdpr-buttons > .gdpr-manage-cookies {
        display: block;
        margin: 16px 0;
    }

    .gdpr-cookies .col-12 .gdpr-content .gdpr-buttons .button#accept-all-cookies {
        width: 100%;
        margin-left: 0;
    }
}
