@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css');

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Kanit", sans-serif;
    background: #F8F8F8;
    line-height: normal;
    color: #000;
    padding-right: 0 !important;
}

body main {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

body main footer {
    margin-top: auto;
}

a {
    color: #000;
}

a:hover,
a:focus {
    color: inherit;
}

.container-small {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/*elementor*/
.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1150px;
}

.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
    padding: 15px;
}

.elementor-button:disabled {
    opacity: 0.5;
}

.elementor-button.btn-small {
    padding: 10px 15px;
    font-size: 12px;
    line-height: 14px;
}

.elementor-button-red .elementor-button-wrapper {
    margin-top: 10px;
}

.elementor-button-red.mt-0 .elementor-button-wrapper {
    margin-top: 0;
}

#manufacturer .elementor-button-red .elementor-button-wrapper {
    margin-top: 0;
    white-space: nowrap;
}

.elementor-button-red .elementor-button {
    background: #E0091B;
    border: 1px solid #E0091B;
    color: #FFF;
}

.elementor-button-red .elementor-button:hover, .elementor-button-red .elementor-button:focus {
    color: #E0091B !important;
    background: #FFFFFF;
}

@media (min-width: 576px) {
    .container {
        width: 540px;
        max-width: 100%
    }

    .container-small {
        width: 540px;
        max-width: 100%
    }
}

@media (min-width: 768px) {
    .container {
        width: 720px;
        max-width: 100%
    }

    .container-small {
        width: 720px;
        max-width: 100%
    }
}

@media (min-width: 992px) {
    .container {
        width: 960px;
        max-width: 100%
    }

    .container-small {
        width: 960px;
        max-width: 100%
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1780px;
        width: 100%;
    }

    .container-small {
        max-width: 1150px;
        width: 100%;
    }

    .container, .container-small, .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }

    .row {
        margin-right: -15px;
        margin-left: -15px;
    }

    .col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
        padding-right: 15px;
        padding-left: 15px;
    }

    .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
        padding: 15px;
    }
}

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    color: #000;
    text-transform: none;
}

h1.elementor-heading-title,
.h1 .elementor-heading-title,
h1, .h1 {
    font-size: 35px;
    line-height: 50px;
}

h2.elementor-heading-title,
.h2 .elementor-heading-title,
h2, .h2 {
    font-size: 30px;
    line-height: normal;
}

h3.elementor-heading-title,
.h3 .elementor-heading-title,
h3, .h3 {
    font-size: 25px;
    line-height: normal;
}

h4.elementor-heading-title,
.h4 .elementor-heading-title,
h4, .h4 {
    font-size: 25px;
    line-height: normal;
}

h5.elementor-heading-title,
.h5 .elementor-heading-title,
h5, .h5 {
    font-size: 25px;
    line-height: normal;
}

p, .page-content.page-cms ul, .p, .elementor-widget-text-editor {
    color: #000;
    font-weight: 300;
    font-size: 15px;
    line-height: normal;
    margin-bottom: 10px;
}

.elementor-widget-text-editor p:last-child {
    margin-bottom: 0;
}

.wyziwig ul {
    list-style: disc;
    font-weight: 300;
    font-size: 15px;
    line-height: 25px;
    padding-left: 15px;
}

.wyziwig ol {
    font-weight: 300;
    font-size: 15px;
    line-height: 25px;
    padding-left: 15px;
}

.page-header ul,
.product-description-wrapper ul {
    list-style: disc;
    padding-left: 19px;
}


.input-group.focus {
    outline: .1875rem solid #1D2CF6;
}

.text-primary {
    color: #1D2CF6 !important;
}

a.text-primary:focus,
a.text-primary:hover {
    color: #1D2CF6 !important;
}

@media screen and (max-width: 767px) {
    h1.elementor-heading-title,
    .h1 .elementor-heading-title,
    h1, .h1 {
        font-size: 30px;
        line-height: normal;
    }

    h2.elementor-heading-title,
    .h2 .elementor-heading-title,
    h2, .h2 {
        font-size: 25px;
        line-height: normal;
    }

    h3.elementor-heading-title,
    .h3 .elementor-heading-title,
    h3, .h3 {
        font-size: 20px;
        line-height: normal;
    }

    h4.elementor-heading-title,
    .h4 .elementor-heading-title,
    h4, .h4 {
        font-size: 20px;
        line-height: normal;
    }

    h5.elementor-heading-title,
    .h5 .elementor-heading-title,
    h5, .h5 {
        font-size: 20px;
        line-height: normal;
    }

    p, .page-content.page-cms ul, .p, .elementor-widget-text-editor {
        font-size: 12px;
        line-height: normal;
    }

    .wyziwig ul {
        font-size: 12px;
        line-height: normal;
    }

    .wyziwig ol {
        font-size: 12px;
        line-height: normal;
    }
}

a:focus, a:focus-visible {
    text-decoration: none;
    outline: none;
}

.bg-blue {
    background: #1D2CF6;
}

.txt-white {
    color: #FFF;
}

#wrapper {
    padding-top: 0;
    background: transparent;
    flex: 1;
}

/*button*/
.btn,
.elementor-button {
    padding: 8px 20px;
    font-family: "Ubuntu", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    border-radius: 10px;
}

.btn:disabled,
.elementor-button:disabled {
    opacity: 0.5;
}

.btn.btn-small {
    padding: 10px 15px;
    font-size: 12px;
    line-height: 14px;
}

.btn-blue,
.btn-el-blue .elementor-button,
.btn.wishlist-product-addtocart {
    background: #1D2CF6;
    border: 1px solid #1D2CF6;
    color: #FFF;
}

.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-el-blue a.elementor-button:not(#e):focus,
.btn-el-blue a.elementor-button:not(#e):hover,
.btn-el-blue a.elementor-button:not(#e):active,
.btn.wishlist-product-addtocart:hover,
.btn.wishlist-product-addtocart:focus,
.btn.wishlist-product-addtocart:active {
    color: #FFF;
    background: #0A1272 !important;
    border-color: #0A1272 !important;
}

.btn-light-blue,
.btn-el-light-blue .elementor-button {
    background: #1AC9FD;
    border: 1px solid #1AC9FD;
    color: #FFF;
}

.btn-light-blue:hover,
.btn-light-blue:focus,
.btn-light-blue:active,
.btn-el-light-blue a.elementor-button:not(#e):focus,
.btn-el-light-blue a.elementor-button:not(#e):hover,
.btn-el-light-blue a.elementor-button:not(#e):active {
    color: #FFFF;
    background: #1D2CF6;
}

.blue-title span {
    color: #1AC9FD;
}

.img-round img {
    border-radius: 20px;
}

/*icon*/
#i-phone {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 11.46px;
}

/*Header*/
#header .header-top {
    padding: 25px 0;
    background: #EDEDED;
}

#header .header-top > .container-fluid > .row:first-of-type {
    flex-wrap: wrap;
    align-items: center;
}

#header #_desktop_logo a {
    display: flex;
}

#header .contact-header {
    margin-left: 30px;
}

#header .contact-header a {
    color: #FFF;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

#header .contact-header a:hover,
#header .contact-header a:focus {
    color: #FFF;
    background: #0A1272;
    border-color: #0A1272;
}

#header .contact-header a:hover i,
#header .contact-header a:focus i {
    color: #FFF;
    background: #0A1272;
    border-color: #0A1272;
}

#header .contact-header a svg {
    color: #FFF;
    margin-right: 7px;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

#header .header-top-center .top-center {
    display: flex;
    justify-content: center;
}

#header .header-top-center .top-center #search_widget {
    min-width: 290px;
    color: #1D2CF6;
}

#header .header-top-center .top-center #search_widget form i {
    right: 25px;
    padding: 0;
    top: calc(50% - 10px);
    font-size: 19px;
}

#header .header-top-center .top-center #search_widget form input {
    padding: 8px 44px 8px 25px;
    background: #FFF;
    border-radius: 10px;
    color: #1D2CF6;
    font-size: 13px;
    font-style: italic;
    font-weight: 300;
}

#header .header-top-center .top-center #search_widget form input::placeholder {
    color: #1D2CF6;
}

.header-top .search-widgets {
    max-width: unset;
}

#header .header-top-right {
    display: flex;
    justify-content: right;
    align-items: center;
    font-family: "Ubuntu", sans-serif;
    color: #1D2CF6;
}

#header .header-top-right .bloc-logo {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 15px;
}

#header .header-top-right .bloc-logo a {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
}

#header .header-top-right .text {
    display: flex;
    width: 100%;
    justify-content: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2px;
    color: #1D2CF6;
    text-align: center;
    margin-top: 10px;
}


#header .header-top-right i,
#header .header-top-right .cart-products-count {
    color: #1D2CF6;
}

#header .header-top-right .cart-icon {
    display: flex;
    justify-content: center;
    position: relative;
}

#header .header-top-right .cart-icon .shopping-cart {
    width: auto;
    height: auto;
    padding: 0 15px;
}

#header .header-top-right .cart-icon .cart-products-count {
    position: absolute;
    top: 0;
    right: 0;
    background:#1D2CF6;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}

#_mobile_cart .cart-icon {
    position: relative;
}

#_mobile_cart .cart-products-count {
    position: absolute;
    top: 0;
    right: -9px;
    background: #1D2CF6;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}

#header .header-nav {
    background: #1D2CF6;
    max-height: unset;
    border: none;
}

#header .header-nav .menu {
    display: flex;
    justify-content: center;
}

.header-nav #top-menu {
    font-family: "Ubuntu", sans-serif;
}

.header-nav #top-menu a {
    color: #FFF;
    padding: 23px 25px;
}

.header-nav #top-menu .sub-menu a {
    color: #000;
    font-family: "Kanit", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: none;
    padding-top: 5px;
    padding-bottom: 5px;
}

.header-nav .top-menu a[data-depth="0"] {
    font-size: 20px;
    font-weight: 500;
}

.header-nav .top-menu[data-depth="1"] {
    margin-top: 0;
}

.top-menu .sub-menu {
    min-width: unset;
    width: auto;
    margin: 0;
    transform: translateX(-50%);
    left: 50%;
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    border-radius: 0 0 20px 20px;
    padding-top: 15px;
    padding-bottom: 25px;
}


#header .menu #top-menu > li {
    position: relative;
}

/*Footer*/
#footer {
    color: #FFF;
    padding-top: 0;
}

#footer h1, #footer h2, #footer h3, #footer h4, #footer h5,
#footer .h1, #footer .h2, #footer .h3, #footer .h4, #footer .h5 {
    color: #FFF;
}

#main-footer {
    background: #1D2CF6;
    padding-top: 70px;
    padding-bottom: 50px;
}

#contact-infos-footer p {
    color: #FFF;
    font-size: 15px;
    line-height: 22px;
}

#main-footer .footer-bloc {
    text-align: center;
}

#main-footer .footer-title {
    margin-bottom: 10px;
    font-size: 20px;
}

#main-footer .links .bloc-footer-wrapper {
    width: fit-content;
    margin-right: auto;
}

#main-footer .block-contact .bloc-footer-wrapper {
    width: fit-content;
    margin-left: auto;
}

#main-footer .links a {
    color: #FFF;
    font-size: 15px;
    line-height: normal;
    font-weight: 300;
}

#main-footer .logo-footer {
    margin-bottom: 10px;
}

#text-footer p {
    color: #FFF;
}

.block-social ul {
    flex-wrap: wrap;
    justify-content: center;
}

.block-social ul li a {
    text-indent: initial;
    font-size: 15px;
    color: #0A1272;
    background: white;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.block-social ul li {
    background: none;
    width: auto;
    height: auto;
    margin: 0 5px;
}

.block-social ul li:hover {
    background: none;
}

.block-social ul li:before {
    display: none;
}

.block-social ul li a:hover {
    color: #0A1272;
}

#footer-after {
    background: #FFF;
}

#footer-logo-wrapper p {
    color: #FFF;
}

#wrapper-footer-after {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 0;
    padding: 20px 0;
    flex-wrap: wrap;
}

#wrapper-footer-after ul {
    display: flex;
    justify-content: center;
    width: fit-content;
    width: -moz-fit-content;
    margin: 0 auto;
    padding-left: 118px;
}

#wrapper-footer-after .wg-link {
    padding-right: 50px;
}

#wrapper-footer-after ul li a,
#wrapper-footer-after ul li span {
    padding: 0 10px;
    border-right: 1px solid #000;
    display: inline-block;
    font-size: 15px;
    font-weight: 300;
    line-height: 1;
    color: #000;
    font-family: "Kanit", sans-serif;
}

#wrapper-footer-after li.no-border a, #wrapper-footer-after li.no-border span {
    border-right: none;
}

#main_content {
    padding-top: 50px;
    padding-bottom: 100px;
}

body#checkout #footer {
    padding: 0;
}

/*breadcrumb*/
.breadcrumb {
    margin-bottom: 25px;
}

#wrapper .breadcrumb li a,
#wrapper .breadcrumb li::after {
    color: #000;
    font-size: 15px;
    line-height: normal;
    font-weight: 300;
}

#wrapper .breadcrumb li a {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

#wrapper .breadcrumb li:last-child {
    color: #000;
    font-size: 15px;
    line-height: normal;
    font-weight: 300;
    text-decoration-line: none;
}

#wrapper .breadcrumb li::after {
    content: '>';
}

/*categories*/
#search_filters, #search_filters_brands, #search_filters_suppliers {
    background: transparent;
    padding: 0;
}

.category-header-wrapper .block-category {
    text-align: center;
    margin-bottom: 0;
    min-height: unset;
    max-width: 1105px;
}

.category-header-wrapper .block-category h1 {
    font-size: 30px;
    margin-bottom: 10px;
    line-height: 40px;
}

.category-header-wrapper #category-description {
    max-width: 555px;
    margin: 0 auto;
}

#js-product-list-top {
    margin-bottom: 0;
}

#js-product-list {
    margin-top: 100px;
}

#js-product-list-top .sort-by-row .products-sort-order {
    display: flex;
    justify-content: flex-end;
    margin-left: auto;
    background: transparent;
    border: 1px solid #1D2CF6;
    border-radius: 10px;
}

#js-product-list-top .sort-by-row .products-sort-order button {
    display: flex;
    align-items: center;
    border: none;
    background: transparent;
    color: #1D2CF6;
    font-family: "Ubuntu", sans-serif;
    font-size: 15px;
    font-weight: 500;
    padding: 8px 20px;
}

#js-product-list-top .sort-by-row .products-sort-order button i {
    padding-left: 10px;
}

#js-product-list-top .sort-by-row .products-sort-order .dropdown-menu {
    margin-top: 2px;
}

#js-product-list-top .sort-by-row .products-sort-order .dropdown-menu a {
    font-family: "Ubuntu", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #1D2CF6;
}

.products-sort-order .select-list:hover {
    color: #FFF !important;
    background: #1D2CF6;
}

#search_filters > .h4 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 12px;
}

#search_filters .facet {
    padding-top: 0;
}

#search_filters .facet .facet-title {
    font-size: 17px;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px;
}

#search_filters .facet .title .collapse-icons,
#search_filters .facet .facet-title {
    cursor: pointer;
}

#search_filters .facet .facet-label {
    display: flex;
    align-items: center;
}

#_desktop_search_filters_clear_all{
    margin: 15px 0;
}

#_desktop_search_filters_clear_all .btn-blue {
    padding: 7px 15px;
    font-size: 14px;
}

#category #left-column #search_filters .facet .collapse:not(.in),
#left-column #search_filters .facet .collapse:not(.in) {
    display: none;
}

#category #left-column #search_filters .facet .title .collapse-icons .remove,
#category #left-column #search_filters .facet .title[aria-expanded="true"] .collapse-icons .add,
#left-column #search_filters .facet .title .collapse-icons .remove,
#left-column #search_filters .facet .title[aria-expanded="true"] .collapse-icons .add {
    display: none;
}

#category #left-column #search_filters .facet .collapse.in,
#category #left-column #search_filters .facet .title[aria-expanded="true"] .collapse-icons .remove,
#left-column #search_filters .facet .collapse.in,
#left-column #search_filters .facet .title[aria-expanded="true"] .collapse-icons .remove {
    display: block;
}

#search_filters .facet .facet-label .custom-checkbox,
#search_filters .facet .facet-label .custom-radio {
    position: static;
}

#search_filters .facet.facet-type-category .custom-checkbox,
#search_filters .facet.facet-type-manufacturer .custom-checkbox {
    display: none;
}

.custom-checkbox input[type="checkbox"] + span {
    border-radius: 4px;
    position: relative;
}

#search_filters .facet .facet-label a,
#search_filters .facet a {
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 25px;
    color: #272727;
    margin: 0;
}

#search_filters .facet a.active,
#search_filters .facet.facet-type-category .active a,
#search_filters .facet.facet-type-manufacturer .active a {
    font-weight: 700;
    color: #E0091B;
}

#search_filters .h4 {
    margin-bottom: 20px;
}

#search_filters .facet.facet-type-feature .active a {
    font-weight: 600;
}

#search_filters .facet ul {
    margin-bottom: 20px;
    padding-left: 20px;
}

#search_filters .facet ul.faceted-slider {
    padding-right: 20px;
}

#search_filters .facet ul li:not(:last-child) {
    margin-bottom: 10px;
}

#search_filters_wrapper.hidden-sm-down {
    padding-right: 30px;
    margin-top: 50px;
}

.custom-checkbox input[type="checkbox"] {
    width: 16px;
    height: 16px;
    margin-top: 0;
}

.product-actions .add-to-cart {
    padding: 8px 20px;
    height: auto;
}

.product-miniature .thumbnail-container {
    width: 100%;
    background: transparent;
    margin-bottom: 35px;
    filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.15));
}

#_desktop_search_filters_clear_all .material-icons {
    font-size: inherit;
}

.product-miniature .thumbnail-container .thumbnail-top {
    background: #FFF;
    border-radius: 20px;
    padding: 23px;
    aspect-ratio: 1 / 1;
    max-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-miniature .thumbnail-container .product-thumbnail {
    height: auto;
}

.product-miniature .product-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wishlist-modal .modal-title{
    color: #000 !important;
}

.product-miniature .product-title,
.product-miniature .product-price-and-shipping {
    text-align: left;
    margin: 0;
}

.product-miniature .product-title a {
    font-size: 17px;
    color: #000;
    font-weight: 700;
}

.product-flags li.product-flag.discount,
.product-flags li.product-flag.discount-amount,
.product-flags li.product-flag.discount-percentage,
.has-discount .discount {
    background: #1D2CF6;
    min-width: unset;
    min-height: unset;
    font-size: 11px;
}

.has-discount .page-content.page-cms ul,
.has-discount p,
.has-discount.product-price,
.page-content.page-cms .has-discount ul {
    color: #1D2CF6;
}

.product-miniature .product-price-and-shipping {
    color: #1D2CF6;
    font-size: 17px;
    display: flex;
    align-items: center;
    font-weight: bold;
}

.product-miniature .highlighted-informations {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.20);
    display: none;
}

.product-miniature .highlighted-informations .highlight-content {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.product-miniature .highlighted-informations .highlight-content > div {
    margin-bottom: 10px;
}

.product-miniature .highlighted-informations .highlight-content a.quick-view,
.product-miniature .highlighted-informations .highlight-content a.product_link {
    background: #1AC9FD;
    border-radius: 10px;
    padding: 8px 14px;
    font-size: 12px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    line-height: normal;
    color: #FFF;
}

.product-miniature .highlighted-informations .highlight-content a.quick-view {
    background: #1D2CF6;
}

.product-miniature .highlighted-informations .highlight-content a.quick-view:hover,
.product-miniature .highlighted-informations .highlight-content a.product_link:hover {
    color: #FFF;
}

.quickview .images-container .product-images > li.thumb-container .thumb {
    margin-bottom: 0;
}

#blockcart-modal .product-name {
    color: #1D2CF6;
}

.no-account a:hover,
#login-form a:hover {
    color: #1D2CF6;
}

.page-authentication #content,
.page-registration #content {
    max-width: unset;
}

.product-miniature .thumbnail-container:focus .highlighted-informations,
.product-miniature .thumbnail-container:hover .highlighted-informations {
    display: block;
}

.product-miniature .thumbnail-container:focus .highlighted-informations,
.product-miniature .thumbnail-container:hover .highlighted-informations,
.product-miniature .thumbnail-container:focus .highlighted-informations.no-variants,
.product-miniature .thumbnail-container:hover .highlighted-informations.no-variants {
    top: 0;
    pointer-events: none;
}

.product-miniature .thumbnail-container:focus .product-description::after,
.product-miniature .thumbnail-container:hover .product-description::after {
    display: none;
}

.product-miniature .highlighted-informations a {
    pointer-events: auto;
}

.product-prices {
    display: flex;
    align-items: center;
    margin-top: 0;
    font-size: 25px;
    font-family: "Ubuntu", sans-serif;
}

.product-prices div {
    margin-bottom: 0;
}

.product-prices .has-discount.product-price,
.product-prices .tax-shipping-delivery-label {
    color: #1D2CF6;
    font-family: "Ubuntu", sans-serif;
    font-size: 25px;
    font-weight: 400;
    line-height: normal;
}

.product-prices .tax-shipping-delivery-label {
    margin-left: 5px;
}

#product h1 {
    margin-bottom: 15px;
}

.product-prices .product-discount {
    color: #000;
    margin-left: 10px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    line-height: normal;
}

.product-discount .regular-price {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    line-height: normal;
}

.product-reference,
.product-manufacturer-line {
    font-family: "Ubuntu", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 10px;
}

.product-information .product-description p{
    font-size: 16px;
}

.product-information {
    color: #000;
    font-size: 20px;
    margin-top: 35px;
}

.product-variants > .product-variants-item {
    display: flex;
    align-items: center;
}

.product-variants > .product-variants-item span.control-label {
    width: auto;
    margin-bottom: 0;
    margin-right: 20px;
    font-family: "Ubuntu", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
}

.product-variants > .product-variants-item > *,
.product-variants > .product-variants-item ul label,
.product-variants > .product-variants-item ul label span {
    margin-bottom: 0;
}

.product-variants > .product-variants-item ul label span,
.product-variants > .product-variants-item ul label {
    display: flex;
    align-items: center;
}

.product-variants > .product-variants-item select {
    border: 1px solid #1D2CF6;
    border-radius: 10px;
    background: transparent url('../img/arrow_down.svg') no-repeat right 20px center;
    color: #1D2CF6;
    padding: 7px 38px 7px 20px;
}

.product-delivery-wrapper {
    font-family: "Ubuntu", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 15px;
}

.product-availability-wrapper {
    margin-bottom: 15px;
}

.product-availability-wrapper #product-availability {
    font-family: "Ubuntu", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    margin-top: 0;
    display: flex;
    align-items: center;
}

.product-availability-wrapper #product-availability svg {
    margin-right: 10px;
}

#pagenotfound .page-not-found,
#products .page-not-found {
    background: transparent;
    max-width: unset;
}

/*touchspin*/
.input-group-btn-vertical {
    display: none !important;
}

.quantity-container {
    display: flex;
    align-items: center;
    gap: 5px;
}

.quantity-container button {
    height: 100%;
    padding: 0 10px;
}

.quantity-container input {
    text-align: center;
}

/*touchspin*/

.product-quantity {
    align-items: center;
}

.product-quantity .qty {
    margin-right: 20px;
    margin-bottom: 0;
    border: 1px solid #1D2CF6;
    border-radius: 10px;
    padding: 8px 15px;
}

.product-quantity .qty > *,
.product-quantity #quantity_wanted {
    color: #1D2CF6;
}

.product-quantity #quantity_wanted {
    height: auto;
    background: transparent;
    border: none;
    text-align: center;
    font-family: "Ubuntu", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    width: 45px;
    padding-left: 0;
    padding-right: 0;
}

.product-quantity .btn-touchspin {
    height: auto;
    padding: 0;
    background: transparent;
    display: flex;
    align-items: center;
}

.product-quantity .add {
    margin-bottom: 0;
}

.product-title-wrapper {
    display: flex;
    align-items: flex-start;
}

.product-title-wrapper .wishlist-button-add {
    margin-left: auto;
    background: transparent;
    box-shadow: none;
    padding: 0;
    margin-top: 3px;
}

.product-accessories .title {
    margin-bottom: 35px;
}

#product #content {
    max-width: unset;
}

.product-cover {
    background: #FFF;
    border-radius: 20px;
    padding: 23px;
    aspect-ratio: 1 / 1;
    max-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.15));
}

.product-images > li.thumb-container {
    background: #FFF;
    border-radius: 20px;
    padding: 20px;
    aspect-ratio: 1 / 1;
    max-height: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    border: 2px solid #FFF;
}

.product-images > li.thumb-container .thumb.selected,
.product-images > li.thumb-container .thumb:hover {
    border: none;
}

.product-images > li.thumb-container.wg-selected,
.product-images > li.thumb-container:hover {
    border: 2px solid #1D2CF6;
}

.images-container .product-images > li.thumb-container .thumb {
    margin: 0;
}

.hi-faq-question span.hi-faq-question-link,
h2.hi-faq-question-link {
    cursor: pointer;
}

h2.hi-faq-question-link {
    margin-bottom: 0;
}

.hi-faq-question .material-icons {
    font-size: inherit;
}

.product-flags {
    top: 10px;
    left: 10px;
}

.product-miniature .product-description {
    background: transparent;
    padding: 20px 0 0 0;
}

.product-miniature .product-description .product-name-wrapper {
    display: flex;
    align-items: center;
}

.product-miniature .regular-price {
    color: #000;
    font-size: 10px;
    font-weight: 400;
    margin: 0 5px;
}

.products.row {
    margin-left: -17px;
    margin-right: -17px;
}

.products.row > .product {
    padding-right: 17px;
    padding-left: 17px;
}

#js-product-list {
    max-width: 1105px;
}

#products .pagination {
    max-width: 1105px;
}

#products .pagination-wrapper {
    margin: 0 auto;
    width: fit-content;
}

.pagination .page-list {
    display: flex;
    align-items: center;
    background: transparent;
    width: fit-content;
    margin: 0 auto;
}

.pagination .current a,
.pagination .disabled,
.pagination a {
    color: #1D2CF6;
}

.pagination .current a {
    font-size: 15px;
}

.pagination .disabled {
    opacity: 0.7;
}

.pagination a {
    font-weight: 300;
    font-size: 15px;
    line-height: normal;
}

.pagination > div {
    line-height: unset !important;
}

.pagination li {
    padding-right: 19px;
}

.pagination li.current {
    padding: 5px 14px;
    border: 2px solid #1D2CF6;
    border-radius: 10px;
    margin-right: 19px;
    font-weight: 300;
}

.no-product-block {
    max-width: 1050px;
    background: #FFFFFF;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    margin-bottom: 40px;
    padding: 50px;
}

.no-product-block #search_widget {
    width: 100%;
    float: none;
}

/*products*/
#product-blocks {
    padding-top: 100px;
    padding-bottom: 60px;
}

.tabs-content {
    margin-top: 60px;
}

#product-blocks .block_main_title {
    margin-bottom: 50px;
}

.wg_subtitle {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #192638;
}

.elementor-element .wg_subtitle {
    margin-bottom: 10px;
}

.product-accessories {
    margin-top: 60px;
}

#product-blocks-wrapper .product-block-card {
    background: #FFFFFF;
    box-shadow: 0 4px 35px rgba(0, 0, 0, 0.15);
    padding: 45px;
    height: calc(100% - 40px);
    margin-bottom: 40px;
}

#product-blocks-wrapper .block_title {
    margin-bottom: 10px;
}

#product-blocks-wrapper .product-block-cta {
    margin-top: 10px;
}

.header-inner .manufacturer-name {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.1em;
}

.header-inner .wg_subtitle {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
}

.product-header-more {
    margin-top: 15px;
    margin-bottom: 20px;
}

.product-header-more a {
    font-size: 12px;
    line-height: 25px;
    color: #2F6AE4;
    text-decoration: underline;
}

.product-header-buy {
    margin-top: 20px;
}

#wrapper .content-header .product-header-wrapper:not(.no-highlight) {
    padding-bottom: 210px;
}

#wrapper .content-header .product-header-wrapper .product-description-top {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

#product-top-picture {
    margin-top: -168px;
}

#product-top-picture img {
    box-shadow: 0 4px 35px rgba(0, 0, 0, 0.15);
}

#product-content-wrapper {
    margin-top: 70px;
    margin-bottom: 100px;
}

#product-content-wrapper .images-container {
    background: white;
    box-shadow: 0 4px 35px rgba(0, 0, 0, 0.15);
    padding: 65px 60px;
}

#product-content-wrapper .product-cover {
    margin-bottom: 25px;
}

#product-content-wrapper .product-images {
    margin-bottom: 0;
    display: flex;
}

#product-content-wrapper .product-images > li.thumb-container:not(:last-child) {
    margin-right: 21px;
}

.wg-arrows {
    display: flex;
    justify-content: center;
}

.wg-arrows i {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #272727;
    border-radius: 50%;
    font-size: 28px;
    transition: ease-out 300ms;
    cursor: pointer;
}

.wg-arrows i:hover {
    background: #e0091b;
    border-color: #e0091b;
    color: #FFF;
}

.wg-arrows i.next {
    margin-left: 20px;
}

.wg-arrows i.previous {
    rotate: 180deg;
}

#product-content-wrapper .images-container .product-images > li.thumb-container > .thumb {
    margin-right: 0;
    margin-bottom: 0;
}

#product-content-wrapper .wg-arrows {
    margin-bottom: 40px;
}

.product-images > li.thumb-container > .thumb.selected, .product-images > li.thumb-container > .thumb:hover {
    border: none;
}

#product-details {
    background: #FFF;
    padding: 20px;
    border-radius: 20px;
    margin-left: -15px;
    margin-right: -15px;
}

.product-container #attachments {
    background: #FFFFFF;
    box-shadow: 0 4px 35px rgba(0, 0, 0, 0.15);
    margin-top: 40px;
    padding: 40px 60px;
}

.product-container .title-attachments {
    margin-bottom: 15px;
}

.product-container .wishlist-button-product svg {
    width: 33px;
    height: 25px;
}

#attachments .icon-download {
    font-size: 13px;
    margin-right: 20px;
    color: #000;
}

#attachments a {
    color: #192638;
    font-size: 15px;
    line-height: 25px;
    font-weight: 300;
}

#attachments .attachment:not(:last-child) {
    margin-bottom: 10px;
}

.product-description-wrapper {
    margin-top: 40px;
    padding: 40px 60px;
    background: #FFF;
    box-shadow: 0 4px 35px rgba(0, 0, 0, 0.15);
}

.product-description-wrapper > *:last-child {
    margin-bottom: 0;
}

#description_long .title-description {
    margin-bottom: 15px;
}

.anchor-scroll {
    scroll-margin-top: 241px;
}

#product-movies {
    background: #FFF;
    padding: 100px 0;
}

#product-movies .swiper-slide iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
}

#product-movies .swiper-button-next, #product-movies .swiper-button-prev {
    color: #FFF;
}

#product-movies .block_movie_title {
    margin-bottom: 45px;
}

/*homepage*/
#carousel.carousel {
    margin-bottom: 0;
    padding-bottom: 0;
}

#carousel.carousel .carousel-inner {
    height: auto;
    margin-bottom: 0;
}

#carousel.carousel .carousel-inner li,
#carousel .carousel-item > a {
    max-height: 100%;
}

#carousel .carousel-item > a {
    display: flex;
}

#carousel .carousel-item > a figure {
    width: 100%;
}

#carousel.carousel .carousel-item img {
    height: 570px;
    max-height: 100%;
    object-fit: cover;
}

#carousel.carousel .carousel-item .caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: unset;
    top: 0;
}

#carousel.carousel .carousel-control .icon-prev {
    left: 0;
    margin-left: 15px !important;
    width: auto;
    height: auto;
}

#carousel.carousel .carousel-control .icon-next {
    right: 0;
    margin-right: 15px !important;
    width: auto;
    height: auto;
}

#carousel.carousel .carousel-item .caption .container,
#carousel.carousel .carousel-item .caption .content-center {
    height: 100%;
}

#carousel.carousel .carousel-item .caption .content-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

#carousel.carousel .carousel-item .caption .carousel-content-wrapper {
    text-align: center;
    max-width: 685px;
}

#carousel .caption-title {
    color: #FFF;
}

#carousel .caption-button {
    margin-top: 35px;
}

#carousel .caption-description,
#carousel .caption-description p {
    font-size: 15px;
}

.carousel-control {
    width: 75px;
}

#carousel.carousel .carousel-indicators {
    display: block;
}

#carousel .carousel-indicators .active {
    background-color: #1D2CF6;
    border-color: #1D2CF6;
    width: 45px;
}

#carousel .carousel-indicators li {
    background-color: #FFF;
    border-color: #FFF;
}

.box-wg-icon .elementor-widget-icon-box .elementor-icon-box-wrapper {
    text-align: left;
}

.elementor-widget-image-brand-carousel .swiper .swiper-slide {
    width: 120px;
    border-radius: 20px;
    background: #FFF;
    padding: 15px;
}

.elementor-widget-image-brand-carousel .swiper-pagination {
    margin-top: 40px;
    position: static;
}


.elementor-widget-image-brand-carousel .swiper-pagination .swiper-pagination-bullet {
    border: 1px solid #0A1272;
    opacity: 1;
    background-color: transparent;
}

.elementor-widget-image-brand-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #0A1272;
}

/*page generic*/
#main .page-content,
#main .page-footer,
#main .page-header {
    margin-bottom: 0;
}

/*panier*/
body#checkout section.checkout-step .address-item.selected {
    border-color: #1D2CF6;
}

.custom-radio input[type="radio"]:checked + span {
    background-color: #1D2CF6;
}

body#checkout section.checkout-step .address {
    font-weight: 300;
}

.text-muted {
    color: #000 !important;
}

.product-price,
body#checkout a:hover {
    color: #1D2CF6;
}

#header .top-menu a[data-depth="0"]:hover {
    color: #FFF;
}

#header .top-menu a[data-depth="0"]:hover {
    text-decoration: underline;
    text-underline-offset: 13px;
}

.page-content a:not(.btn):not(.hi-faq-question-link):hover,
.page-footer a:not(.btn):not(.hi-faq-question-link):hover {
    color: #1D2CF6;
}

.carousel .carousel-control .icon-next:hover i,
.carousel .carousel-control .icon-prev:hover i,
.dropdown:hover .expand-more,
.page-my-account #content .links a:hover i,
.search-widget form button[type="submit"] .search:hover,
.top-menu .sub-menu a:hover {
    color: #1D2CF6;
}

#subcategories ul li .subcategory-name:hover,
.block-categories .arrows .arrow-down:hover,
.block-categories .arrows .arrow-right:hover,
.block-categories .collapse-icons .add:hover,
.block-categories .collapse-icons .remove:hover,
.cart-grid-body a.label:hover {
    color: #1D2CF6;
}

.block-promo .promo-input {
    width: 100%;
}
.block-promo .promo-input + button {
    border: 1px solid #1D2CF6;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

.block-promo .promo-input + button:hover,
.block-promo .promo-input + button:focus {
    border-color: #0A1272;
}

.block-promo .promo-code-button.cancel-promo {
    color: #1D2CF6;
}

body#checkout section.checkout-step.-reachable.-current .step-number {
    background-color: #1D2CF6;
}

.block_newsletter {
    max-width: 595px;
    background: #0A1272;
    border-radius: 20px;
    padding: 26px;
    color: #FFF;
}

#module-hifaq-faq h1 {
    margin-bottom: 30px;
}

#newsletter_wrapper {
    max-width: 375px;
    margin: 0 auto;
    text-align: center;
}

#newsletter_wrapper .conditions {
    color: #FFF;
}

.block_newsletter #block-newsletter-label {
    font-family: "Ubuntu", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    color: #FFF;
    text-align: center;
}

#newsletter_wrapper input[type="email"] {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background: #FFF;
}

#newsletter_wrapper input[type="submit"] {
    margin-left: -10px;
}

.block_newsletter form .input-wrapper {
    display: flex;
}

#index #wrapper {
    padding-bottom: 100px;
}


#index #bg-wrapper {
    background: url(../img/bg-index.png) right top no-repeat;
}

#index #wrapper {
    background-image: url(../img/bg-index-bottom.png);
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: calc(50% - 570px);
}

#category #bg-wrapper {
    background: url(../img/bg-list.png) right 66px no-repeat;
}

#category #wrapper {
    background: url(../img/bg-list-bottom.png) left 50% no-repeat;
}

#product #wrapper {
    background: url(../img/bg-product.png) right top no-repeat;
}

#product #bg-wrapper {
    content: '';
    background-image: url(../img/bg-bottom.png);
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: bottom;
}

body #bg-wrapper {
    background: url(../img/bg-product.png) right top no-repeat;
}

body:not(#product, #index) #wrapper {
    background-image: url(../img/bg-bottom.png);
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: bottom;
}

/*mon compte*/
#order-return-infos .thead-default th,
.page-addresses .addresses-footer a,
.page-addresses .addresses-footer a:hover,
.page-my-account #content .links a:hover {
    color: #000;
}

.forgotten-password .form-fields .center-email-fields {
    gap: 20px;
}

/*error & 404*/
#products #main .page-content, #pagenotfound #main .page-content {
    max-width: unset;
    margin-bottom: 0;
}

#products .page-not-found h4, #pagenotfound .page-not-found h4 {
    font-size: 25px;
    line-height: 35px;
}

/*elementor page*/
#cms-content > .elementor > .elementor-section-wrap > section:first-child,
.article-wrapper > .elementor > .elementor-section-wrap > section:first-child {
    padding-top: inherit;
}

#cms-content > .elementor > .elementor-section-wrap > section:last-child,
.article-wrapper > .elementor > .elementor-section-wrap > section:last-child {
    padding-bottom: 80px;
}

#cms-content .elementor-text-editor ul {
    list-style: disc;
    padding-left: 19px;
}

.block-img-right .elementor-row .elementor-column:first-child {
    z-index: 2;
}

.block-img-right .elementor-row .elementor-column:first-child .elementor-column-wrap {
    margin-top: 47px;
    margin-bottom: 47px;
}

.block-img-right .elementor-row .elementor-column:last-child {
    width: 70%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

.block-img-right .elementor-column:last-child .elementor-element,
.block-img-right .elementor-column:last-child .elementor-widget-container,
.block-img-right .elementor-column:last-child .elementor-image,
.block-img-right .elementor-column:last-child img {
    height: 100%;
}

.block-img-right .elementor-column:last-child img {
    object-fit: cover;
}

/*block img left*/
.block-img-left .elementor-row .elementor-column:last-child {
    z-index: 2;
    margin-left: auto;
}

.block-img-left .elementor-row .elementor-column:last-child .elementor-column-wrap {
    margin-top: 47px;
    margin-bottom: 47px;
}

.block-img-left .elementor-row .elementor-column:first-child {
    width: 70%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

.block-img-left .elementor-column:first-child .elementor-element,
.block-img-left .elementor-column:first-child .elementor-widget-container,
.block-img-left .elementor-column:first-child .elementor-image,
.block-img-left .elementor-column:first-child img {
    height: 100%;
}

.block-img-left .elementor-column:first-child img {
    object-fit: cover;
}

/*section icon*/
.block-icon-section {
    width: calc(100% - 80px) !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: -128px;
}

.block-icon-section .block-box > .elementor-column-wrap > .elementor-widget-wrap {
    padding: 40px;
}

.block-icon-section .elementor-widget-image-box .elementor-image-box-title {
    text-transform: uppercase;
    font-family: "Rubik", sans-serif;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 0;
}

.elementor-inner-section.block-box > .elementor-container > .elementor-row .elementor-column {
    background: #FFFFFF;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
    padding: 60px;
}

.block-icon-main-section .elementor-inner-section.block-box > .elementor-container > .elementor-row .elementor-column {
    padding-top: 40px;
    padding-bottom: 118px;
}

/*block image text bottom*/
.block-image-text-bottom .block-box {
    margin-top: -83px;
}

/*block text bottom section*/
.block-text-bottom-section .elementor-inner-section.block-box > .elementor-container > .elementor-row .elementor-column {
    padding-top: 40px;
    padding-bottom: 118px;
}

.block-text-bottom-wrapper {
    width: calc(100% - 80px) !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: -128px;
}

/*block img box*/
.block-img-box figcaption {
    background: #FFFFFF;
    box-shadow: 0 4px 35px rgba(0, 0, 0, 0.15);
    padding: 30px;
    width: calc(100% - 20px);
    margin-left: auto;
    margin-right: auto;
    margin-top: -38px;
    z-index: 2;
    position: relative;
    font-size: 16px;
    line-height: 25px;
}

/*contact us*/
.form-control:focus {
    outline-color: #1D2CF6;
}

#map_wrapper > iframe {
    width: 100%;
    height: 350px;
}

#contact_form_wrapper {
    margin-top: 40px;
}

/*manufacturer*/
#manufacturer .facet-type-category {
    display: none;
}

.brand-row {
    display: flex;
    align-items: center;
    padding: 20px;
    margin: 40px 0;
    background: #FFF;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.brand-row .brand-img {
    margin-right: 40px;
}

.brand-row .brand-infos {
    width: 100%;
}

.brand-row .brand-link {
    margin-left: 40px;
}

.elementor-flex > .elementor-container > .elementor-row > .elementor-column {
    width: auto;
}

.elementor-manufacturer .elementor-image img {
    max-width: 133px;
}

.page-content.page-cms {
    padding: 0;
    text-align: unset;
    background: transparent;
}

.page-content.page-cms .elementor {
    margin-left: -15px;
    margin-right: -15px;
}

.cart-grid-right .promo-discounts .cart-summary-line .label .code {
    color: #1D2CF6;
}

/*HP*/

#blog_latest:not(.elementor-blog-block) {
    padding-top: 100px;
    padding-bottom: 100px;
}

.blog-card .block_top img {
    border-radius: 20px;
}

.blog-card .block_top a {
    display: block;
    margin-bottom: 20px;
    text-align: center;
}

.el-img-full-height .elementor-widget-image,
.el-img-full-height .elementor-widget-container,
.el-img-full-height .elementor-image {
    height: 100%;
}

.el-img-full-height img {
    object-fit: cover;
    height: 100%;
}

#blog_latest .prestablog {
    position: relative;
}

#blog_latest .prestablog .subblock-title {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

#blog_latest .prestablog .subblock-title .prestablog-link {
    margin-left: auto;
}

#blog_latest .prestablog .prestablog-category-link {
    margin-top: 25px;
}

#blog_latest .prestablog .swiper-pagination-wrapper {
    display: inline-flex;
    width: 81px;
    height: 33px;
    margin-left: 20px;
}

#blog_latest .swiper-button-next,
#blog_latest .swiper-container-rtl .swiper-button-prev {
    position: static;
    background: #1D2CF6;
    width: 33px;
    height: 33px;
    border: 1px solid #1D2CF6;
    border-radius: 50%;
    margin-left: auto;
    margin-top: 0;
}

#blog_latest .swiper-button-next::after,
#blog_latest .swiper-container-rtl .swiper-button-prev::after,
#blog_latest .swiper-button-prev::after,
#blog_latest .swiper-container-rtl .swiper-button-next::after {
    font-size: 13px;
    color: #FFF;
}

#blog_latest .swiper-button-prev,
#blog_latest .swiper-container-rtl .swiper-button-next {
    position: static;
    background: #1D2CF6;
    width: 33px;
    height: 33px;
    border: 1px solid #1D2CF6;
    border-radius: 50%;
    margin-right: auto;
    margin-top: 0;
}

#swiper_blog {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.ybc-menu-toggle {
    display: none;
}

#menu-icon .icon-burger {
    font-size: 21px;
}

#toolbar-container {
    position: fixed;
    right: 80px;
    top: 85%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    transform: translateY(-50%);
    justify-content: space-evenly;
    z-index: 1000;
}

#toolbar-container .toolbar-column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    background-color: #1AC9FD;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    cursor: pointer;
}

#toolbar-container .toolbar-column a.modal_chat_link {
    padding: 15px;
    display: flex;
}

#toolbar-container .toolbar-column p {
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.02em;
    font-family: "Roboto", sans-serif;
    line-height: 1;
    margin: 0;
    transition: padding-right .3s;
}

body.modal-chat-open {
    overflow: visible !important;
}

body.modal-chat-open .modal-backdrop {
    display: none !important;
}

#modal_chat {
    top: auto;
    left: auto;
}

#modal_chat .modal-dialog {
    margin: 0;
    max-width: 450px;
}

#modal_chat .wpcf7 .clearfix {
    display: none;
}

#modal_chat .modal-header {
    display: flex;
    align-items: flex-start;
}

#modal_chat .modal-header button {
    margin-left: auto;
    opacity: 1;
    padding-left: 10px;
    padding-right: 10px;
    outline: none !important;
}

#modal_chat p {
    color: #000 !important;
    margin: 0;
}

#modal_chat.modal.fade .modal-dialog {
    transform: translateY(0);
    transition: transform 0.3s ease-out;
}

#modal_chat.modal.fade.show .modal-dialog {
    transform: translateY(0);
}

#toolbar-container .toolbar-column p a {
    text-decoration: none;
    color: #192638;
    font-size: .75rem;
}

#toolbar-container .toolbar-column p a span {
    display: block;
    text-align: center;
}

#toolbar-container .toolbar-column:hover {
    transform: translateX(0);
}

.custom-checkbox span.ps-shown-by-js {
    position: relative;
}

i.checkbox-checked {
    background: #1D2CF6;
    position: absolute;
    left: 3px;
    right: 3px;
    top: 3px;
    bottom: 3px;
    width: auto;
    height: auto;
}

.custom-checkbox input[type="checkbox"]:checked + span .checkbox-checked {
    border-radius: 4px;
    color: transparent;
}

#header.header_omg_im_scrolled {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .11);
}

.omg_im_fixed #wrapper {
    padding-top: 241px;
}

@media screen and (max-width: 991px) {

    .carousel .carousel-item .caption .caption-description .page-content.page-cms ul,
    .carousel .carousel-item .caption .caption-description h3, .carousel .carousel-item .caption .caption-description p,
    .page-content.page-cms .carousel .carousel-item .caption .caption-description ul {
        color: #FFF;
    }

    .carousel .direction .carousel-control i {
        background: transparent;
    }

    .category-header-wrapper .block-category h1 {
        font-size: 25px;
        line-height: 32px;
    }

    #js-product-list-top .sort-by-row .products-sort-order button {
        font-size: 13px;
    }

    .elementor-button,
    .btn {
        font-size: 13px;
    }

    .wg_subtitle {
        font-size: 12px;
        line-height: 14px;
    }

    #blog_latest:not(.elementor-blog-block) {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    #header .header-top > .container {
        width: 100%;
    }

    #header .header-top > .container .search-wrapper {
        width: 100%;
        padding: 0;
    }

    #header .header-top > .container .search-wrapper #search_widget form input[type="text"] {
        background: #F0F0F0;
        border: none;
    }

    #header .header-top > .container .search-wrapper #search_widget form i {
        right: 15px;
    }

    #header .logo-wrapper {
        display: flex;
        justify-content: center;
        padding-bottom: 10px;
    }

    #toolbar-container {
        right: 15px;
    }

    #header .logo-wrapper .mobile {
        position: absolute;
        top: calc(50% - 11px);
        left: 30px;
        cursor: pointer;
    }

    .block-contact {
        padding-left: 0;
    }

    #cms-content > .elementor > .elementor-section-wrap > section:last-child,
    .article-wrapper > .elementor > .elementor-section-wrap > section:last-child {
        padding-bottom: inherit;
    }

    #products .pagination {
        margin: 0;
    }

    .omg_im_fixed #wrapper {
        padding-top: 171px;
    }

    .anchor-scroll {
        scroll-margin-top: 171px;
    }

    #product-top-picture {
        margin-top: -108px;
    }

    #wrapper .content-header .product-header-wrapper:not(.no-highlight) {
        padding-bottom: 150px;
    }

    #product-content-wrapper .images-container,
    .product-container #attachments,
    .product-description-wrapper {
        padding: 25px;
    }

    #mobile-filter-wrapper {
        margin-top: -53px;
    }

    #close_filter {
        padding: 20px;
        position: absolute;
        top: 0;
        left: 0;
        cursor: pointer;
    }

    #carousel.carousel .carousel-item img {
        height: 480px;
    }

    #index #bg-wrapper {
        background-size: 60vw;
    }

    #index #wrapper {
        background-size: 13vw;
    }

    #category #bg-wrapper {
        background-size: 25vw;
    }

    #category #wrapper {
        background-size: 13vw;
    }

    #product #bg-wrapper {
        background-size: 13vw;
    }

    body #bg-wrapper {
        background-size: 13vw;
    }

    body #wrapper {
        background-size: 35%;
        background-position-y: bottom;
    }

    #product #wrapper {
        background-size: 13vw;
    }
}

@media screen and (max-width: 767px) {

    .header-top-center {
        padding: 0;
    }

    #header .header-top-center .top-center #search_widget {
        width: 100%;
        margin: 0;
        display: block;
    }

    #header .header-top-center .top-center #search_widget form input {
        background: #1D2CF6;
        border-radius: 0;
        color: #FFF;
    }

    #header .header-top-center .top-center #search_widget form i,
    #header .header-top-center .top-center #search_widget form input::placeholder {
        color: #FFF;
    }

    #header .header-top-right {
        display: none;
    }

    #header .top-logo {
        justify-content: center;
    }

    #_mobile_user_info {
        display: none;
    }

    #header .header-top .mobile-row {
        display: flex;
        align-items: center;
        padding-bottom: 5px;
    }

    #header .header-top .mobile-row #_mobile_logo {
        width: 100%;
    }

    #header .header-top .mobile-row #_mobile_cart {
        white-space: nowrap;
    }

    #header .header-top .mobile-row #_mobile_cart a {
        color: #1D2CF6;
    }

    #header .header-top .mobile-row #_mobile_logo a {
        line-height: 1;
        display: block;
    }

    #mobile_top_menu_wrapper {
        min-height: calc(100vh - 95px);
        padding: 0;
    }

    #mobile_top_menu_wrapper .js-top-menu-bottom {
        margin-top: auto;
        width: 100%;
        background: #EDEDED;
        padding: 25px;
    }

    #mobile_top_menu_wrapper .js-top-menu-bottom .mobile-menu-icon {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #mobile_top_menu_wrapper .js-top-menu-bottom .mobile-menu-icon .bloc-logo a {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    #mobile_top_menu_wrapper .js-top-menu-bottom .mobile-menu-icon .bloc-logo a span {
        width: 100%;
        text-align: center;
        margin-top: 5px;
    }

    #mobile_top_menu_wrapper .js-top-menu-bottom .bloc-logo {
        padding: 0 5px;
    }

    #mobile_top_menu_wrapper .js-top-menu-bottom .bloc-logo.contact-header {
        margin-left: 0;
    }

    #mobile_top_menu_wrapper .js-top-menu-bottom .mobile-menu-icon .bloc-logo.contact-header a {
        padding: 8px 20px;
    }

    #mobile_top_menu_wrapper .js-top-menu-bottom .mobile-menu-icon .bloc-logo.contact-mobile a {
        padding: 14px 20px;
    }

    #mobile_top_menu_wrapper #_mobile_top_menu {
        width: 100%;
    }

    #mobile_top_menu_wrapper #_mobile_top_menu {
        padding: 25px;
    }

    #header .header-top a[data-depth="0"] {
        color: #000;
        border: none;
        font-family: "Ubuntu", sans-serif;
        font-size: 18px;
        font-weight: 500;
        line-height: normal;
    }

    #login-form .js-input-column,
    .js-customer-form .js-input-column,
    .js-address-form .js-input-column {
        width: 100%;
    }

    #module-psgdpr-gdpr #content > .container {
        padding: 0;
    }

    #module-psgdpr-gdpr .psgdprinfo17 a {
        margin-bottom: 10px;
    }

    #header .top-menu a[data-depth="0"]:hover {
        color: inherit;
        text-decoration: none;
    }

    #header #_mobile_cart {
        padding-left: 25px;
    }

    #header #menu-icon svg.close {
        display: none;
        opacity: 1;
        margin-right: 4px;
    }

    #header.is-open #menu-icon svg.burger {
        display: none;
    }

    #header.is-open #menu-icon svg.close {
        display: inline;
    }

    #header #menu-icon {
        padding-right: 25px;
    }

    .top-menu .sub-menu {
        transform: none;
    }

    #mobile_top_menu_wrapper .top-menu .sub-menu li > a {
        font-size: 12px;
        font-weight: 300;
        line-height: 20px;
        color: #000;
    }

    #mobile_top_menu_wrapper .js-top-menu-bottom a {
        color: #1D2CF6;
    }

    #carousel .caption-description,
    #carousel .caption-description p {
        font-size: 12px;
        line-height: 20px;
    }

    #category #left-column #search_filters_wrapper,
    #left-column #search_filters_wrapper {
        margin: 0;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: white;
        z-index: 10000;
        max-height: 100vh;
        overflow: auto;
    }

    #category #search_filter_toggler {
        width: auto;
    }

    #category #left-column #search_filters,
    #left-column #search_filters {
        padding: 1.563rem 1.25rem;
        margin-bottom: 0;
        background: #fff;
        border: none;
    }

    #search_content {
        margin-top: 40px;
    }

    #category #left-column #search_filters .facet {
        border-bottom: none;
    }

    #category #left-column #search_filters .facet ul li {
        border-top: none;
        padding: 0;
    }

    #category #left-column #search_filters .facet ul {
        margin-bottom: 20px;
        padding-left: 20px;
    }

    #js-product-list {
        margin-top: 25px;
    }

    .pagination .current a,
    .pagination a {
        font-size: 12px;
    }

    .footer-main-info {
        order: 1;
        margin-bottom: 35px;
    }

    #main-footer .links {
        order: 2;
    }

    #main-footer .links .footer-bloc {
        text-align: left;
    }

    #main-footer .footer-help .footer-bloc {
        text-align: right;
    }

    .block-social ul {
        justify-content: flex-end;
    }

    .footer-help {
        order: 3;
    }

    #main-footer .footer-title {
        font-size: 16px;
    }

    #main-footer .links a {
        font-size: 12px;
    }

    #contact-infos-footer p {
        font-size: 12px;
        line-height: 20px;
    }

    #category #left-column #search_filters .facet .facet-title {
        text-transform: none;
        color: #000;
        font-size: 15px;
    }

    #category #left-column #search_filters .facet .facet-label a {
        font-size: 12px;
    }

    #wrapper .breadcrumb li a, #wrapper .breadcrumb li::after {
        font-size: 13px;
    }

    #main_content {
        padding-top: 10px;
        padding-bottom: 70px;
    }

    #header .header-top {
        padding-bottom: 0;
        padding-top: 5px;
    }

    .hi-faq-question-link {
        font-size: 18px;
    }

    .hi-faq-question {
        padding: 15px 25px;
    }

    #wrapper-footer-after .wg-link {
        width: 100%;
        text-align: center;
        padding-right: 0;
        margin-top: 15px;
    }

    #wrapper-footer-after ul {
        padding-left: 0;
        flex-wrap: wrap;
    }

    #wrapper-footer-after ul li a,
    #wrapper-footer-after ul li span {
        font-size: 12px;
    }

    .product-cover {
        margin-bottom: 10px;
    }

    #main .images-container .js-qv-mask.scroll {
        width: calc(100vw - 78px);
    }

    .product-images > li.thumb-container {
        padding: 14px;
        margin-right: 3px;
    }

    .images-container .product-images > li.thumb-container .thumb {
        max-height: 55px;
        max-width: 55px;
    }

    .product-prices {
        font-size: 22px;
    }

    .product-prices .tax-shipping-delivery-label {
        font-size: 22px;
    }

    .block-img-right .elementor-row .elementor-column:last-child,
    .block-img-left .elementor-row .elementor-column:first-child {
        display: block;
        position: static;
        width: 100%;
    }

    .block-img-right .elementor-row .elementor-column:last-child > .elementor-column-wrap,
    .block-img-left .elementor-row .elementor-column:first-child > .elementor-column-wrap {
        padding-bottom: 0;
    }

    .block-img-right .elementor-row .elementor-column:first-child .elementor-column-wrap,
    .block-img-left .elementor-row .elementor-column:last-child .elementor-column-wrap {
        margin: 0;
        padding-top: 0;
    }

    #module-prestablog-blog #blog_list_1-7 .col-xs-12 {
        margin-bottom: 15px;
    }

    body:not(.elementor-editor-active) .elementor-swip .elementor-top-column {
        flex-wrap: wrap;
    }

    body:not(.elementor-editor-active) .el-pagination {
        position: static;
        width: 100%;
    }

    body:not(.elementor-editor-active) .el-pagination > .elementor-widget-container {
        display: flex;
        justify-content: center;
    }

    body:not(.elementor-editor-active) .el-pagination > .elementor-widget-container > * {
        position: static;
        margin: 0;
    }

    body:not(.elementor-editor-active) .el-pagination > .elementor-widget-container > .swiper-button-next {
        margin-left: 15px;
    }

    #main-footer {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .elementor-timeline .elementor-top-column,
    .timeline-left .elementor-top-column,
    .timeline-right .elementor-top-column {
        z-index: 2;
    }

    .timeline-left .elementor-row > .elementor-top-column:first-child > .elementor-column-wrap,
    .timeline-dual-left .elementor-row > .elementor-top-column:first-child > .elementor-column-wrap,
    .timeline-dual-right .elementor-row > .elementor-top-column:first-child > .elementor-column-wrap {
        margin-right: 0;
    }

    .timeline-right .elementor-row > .elementor-top-column:last-child > .elementor-column-wrap,
    .timeline-dual-left .elementor-row > .elementor-top-column:last-child > .elementor-column-wrap,
    .timeline-dual-right .elementor-row > .elementor-top-column:last-child > .elementor-column-wrap {
        margin-left: 0;
    }

    /*left dot*/
    .timeline-left .elementor-row > .elementor-top-column:first-child > .elementor-column-wrap > .elementor-widget-wrap::before,
    .timeline-dual-left .elementor-row > .elementor-top-column:first-child > .elementor-column-wrap > .elementor-widget-wrap::before,
    .timeline-dual-right .elementor-row > .elementor-top-column:first-child > .elementor-column-wrap > .elementor-widget-wrap::before {
        display: none;
    }

    .timeline-left .elementor-row > .elementor-top-column:first-child > .elementor-column-wrap::before,
    .timeline-dual-left .elementor-row > .elementor-top-column:first-child > .elementor-column-wrap::before,
    .timeline-dual-right .elementor-row > .elementor-top-column:first-child > .elementor-column-wrap::before {
        top: 10px;
        left: calc(50% - 6px);
        right: auto;
    }

    .timeline-left .elementor-row > .elementor-top-column:first-child > .elementor-column-wrap::after,
    .timeline-dual-left .elementor-row > .elementor-top-column:first-child > .elementor-column-wrap::after,
    .timeline-dual-right .elementor-row > .elementor-top-column:first-child > .elementor-column-wrap::after {
        top: 1px;
        left: calc(50% - 15px);
        right: auto;
    }

    /*right dot*/
    .timeline-right .elementor-row > .elementor-top-column:last-child > .elementor-column-wrap > .elementor-widget-wrap::before,
    .timeline-dual-right .elementor-row > .elementor-top-column:last-child > .elementor-column-wrap > .elementor-widget-wrap::before,
    .timeline-dual-left .elementor-row > .elementor-top-column:last-child > .elementor-column-wrap > .elementor-widget-wrap::before {
        display: none;
    }

    .timeline-right .elementor-row > .elementor-top-column:last-child > .elementor-column-wrap::before,
    .timeline-dual-right .elementor-row > .elementor-top-column:last-child > .elementor-column-wrap::before,
    .timeline-dual-left .elementor-row > .elementor-top-column:last-child > .elementor-column-wrap::before {
        top: 10px;
        left: calc(50% - 6px);
        right: auto;
    }

    .timeline-right .elementor-row > .elementor-top-column:last-child > .elementor-column-wrap::after,
    .timeline-dual-right .elementor-row > .elementor-top-column:last-child > .elementor-column-wrap::after,
    .timeline-dual-left .elementor-row > .elementor-top-column:last-child > .elementor-column-wrap::after {
        top: 1px;
        left: calc(50% - 15px);
        right: auto;
    }

    #wrapper .content-header {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #wrapper .content-header header {
        padding: 48px 30px;
    }

    .main-category-card-wrapper {
        padding: 20px;
    }

    .main-category-card-wrapper img {
        height: 80px;
        width: auto;
    }

    .main-category-card-wrapper .subcategory-name {
        font-size: 16px;
    }

    #category-section-main-card .main-card:first-of-type {
        margin-bottom: 20px;
    }

    #category-section-main-card {
        margin-top: -85px;
    }

    #wrapper .content-header .header-inner {
        text-align: left;
    }

    #category-section-listing .category-listing-wrapper {
        padding: 50px 0;
    }

    #category-section-listing .list-category-card-wrapper {
        padding: 13px;
    }

    #category-section-listing .family-name {
        margin-bottom: 30px;
    }

    #category-section-listing .subcategory-name {
        font-size: 16px;
        margin-top: 8px;
    }

    #category-section-listing .subcategory-name i {
        font-size: 23px;
    }

    #category-section-listing .list-card:not(:last-child) {
        margin-bottom: 15px;
    }

    #category-section-listing .list-card:last-child {
        margin-bottom: 0;
    }

    #category-section-listing .category-subtitle p {
        line-height: 14px;
    }

    .products-row .product-miniature .img-container {
        max-width: 150px;
    }

    .header-inner .manufacturer-name {
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 17px;
    }

    #wrapper .content-header .product-header-wrapper .h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 15px;
    }

    .product-header-more {
        margin-top: 5px;
        margin-bottom: 10px;
    }

    .omg_im_fixed .modal-dialog {
        margin-top: 130px !important;
    }

    #product-top-picture > .row > .col-md-6:not(:last-child) {
        margin-bottom: 20px;
    }

    #product-top-picture {
        margin-top: -160px;
    }

    #wrapper .content-header .product-header-wrapper:not(.no-highlight) {
        padding-bottom: 210px;
    }

    #product-content-wrapper {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    #cms-content > .elementor > .elementor-section-wrap > section:first-child,
    .article-wrapper > .elementor > .elementor-section-wrap > section:first-child {
        padding-top: inherit;
    }

    .block-icon-main-section .elementor-inner-section.block-box > .elementor-container > .elementor-row .elementor-column {
        padding: 25px 10px;
    }

    .block-icon-section {
        width: 100% !important;
        margin-top: 5px;
    }

    .block-icon-section .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
        padding: 10px 0;
    }

    .block-icon-section .elementor-widget-image-box .elementor-image-box-title {
        font-size: 15px;
    }

    .block-box.block-box-small > .elementor-column-wrap > .elementor-widget-wrap {
        padding: 25px;
    }

    .block-text-bottom-section .elementor-inner-section.block-box > .elementor-container > .elementor-row .elementor-column {
        padding: 25px 10px;
    }

    .block-text-bottom-wrapper {
        width: 100% !important;
        margin-top: 10px;
    }

    .block-text-bottom-wrapper > .elementor-container > .elementor-row > .elementor-element > .elementor-column-wrap {
        padding: 10px 0;
    }

    .block-img-box figcaption {
        margin: 0;
        width: 100%;
        text-align: left;
        font-size: 15px;
    }

    .header-inner .wg_subtitle {
        font-size: 12px;
        line-height: 14px;
    }

    .block-ext-small .block-box.block-box-small > .elementor-column-wrap > .elementor-widget-wrap {
        padding: 10px;
    }

    .elementor-button-red .elementor-button-wrapper {
        margin-top: 0;
    }

    .block-image-text-bottom .elementor-top-column > .elementor-column-wrap {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .block-image-text-bottom .elementor-top-column > .elementor-column-wrap .elementor-column-wrap {
        padding-left: 25px;
        padding-right: 25px;
    }

    .block-box.block-box-logo > .elementor-column-wrap > .elementor-widget-wrap {
        height: auto;
        padding: 25px 0;
    }

    .block-box.block-box-logo > .elementor-column-wrap > .elementor-widget-wrap img {
        width: auto;
        height: 65px;
    }

    .product-container #attachments {
        margin-top: 30px;
    }

    .product-container .product-information {
        margin-top: 10px;
    }

    .product-variants > .product-variants-item span.control-label {
        font-size: 16px;
    }

    .product-variants > .product-variants-item select {
        font-size: 13px;
    }

    .product-information {
        font-size: 12px;
    }

    .product-delivery-wrapper {
        font-size: 13px;
    }

    #product-movies {
        padding: 50px 0;
    }

    #product-blocks {
        padding-top: 80px;
        padding-bottom: 40px;
    }

    .brand-row {
        flex-wrap: wrap;
    }

    .brand-row > * {
        width: 100%;
    }

    .brand-row .brand-img {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .brand-row .brand-link {
        margin-top: 30px;
        margin-left: 0;
    }
}