* {
    box-sizing: border-box !important;
}

body, header, footer {
    font-family: "Open Sans", sans-serif;
}

.poppins {
    font-family: "Poppins", sans-serif;
}

.open-sans {
    font-family: "Open Sans", sans-serif;
}

footer .social {
    margin-bottom: 24px;
}
@media (max-width: 767px) {
    footer .social {
        margin-bottom: 0;
    }
}

.link-item-footer {
    color: #CFCFCF;
}
.link-item-footer .item:after {
    content: "";
    width: 1px;
    height: calc(100% - 56px);
    position: absolute;
    background: rgba(255, 255, 255, 0.1490196078);
    right: 0;
    bottom: 0;
}
@media (max-width: 767px) {
    .link-item-footer .item:after {
        display: none;
    }
}
.link-item-footer .item:last-child:after {
    display: none;
}
.link-item-footer ul li {
    margin-bottom: 12px;
}
.link-item-footer ul li:last-child {
    margin-bottom: 0;
}

.header-menu .content-sub-megamenu {
    top: 48px;
}
@media (min-width: 1024px) {
    .header-menu > ul > li:hover > a {
        background: #45C2E7;
        opacity: 1;
    }
    .header-menu > ul > li:hover > a img {
        transform: rotate(0);
    }
    .header-menu > ul > li:hover .content-sub-megamenu {
        opacity: 1;
        pointer-events: unset;
    }
}
.header-menu a {
    gap: 0 4px;
    color: #fff;
    height: 48px;
    padding: 0 10px;
}
.header-menu a.menu-parent {
    opacity: 0.5;
}
@media (max-width: 1023px) {
    .header-menu a.menu-parent {
        opacity: 1;
    }
}
@media (max-width: 1023px) {
    .header-menu a.menu-parent .icon-item-img img {
        filter: brightness(0);
        -webkit-filter: brightness(0);
    }
}
@media (max-width: 1023px) {
    .header-menu a {
        color: #000000;
        justify-content: flex-start;
        height: auto;
        gap: 0 12px;
        box-sizing: border-box !important;
        position: relative;
    }
}
@media (min-width: 1024px) {
    .header-menu a:hover, .header-menu a.active {
        background: #45C2E7;
    }
    .header-menu a:after {
        content: "";
        width: 2px;
        height: 16px;
        background: rgba(255, 255, 255, 0.5019607843);
        position: absolute;
        right: -1px;
        top: calc(50% - 8px);
    }
}
.header-menu a .icon-item-img {
    flex: 0 0 auto;
    max-width: unset;
}
.header-menu .item-banner-menu a {
    height: auto;
}

.main-menu.active {
    background: transparent;
}
@media (max-width: 1023px) {
    .main-menu .container {
        padding: 0;
    }
}

.item-product .add-to-cart a {
    border: 1px solid #45C2E7;
}
.item-product .add-to-cart a:hover {
    color: #45C2E7 !important;
}
.item-product .add-to-cart a:hover img {
    filter: brightness(0) saturate(100%) invert(72%) sepia(26%) saturate(7494%) hue-rotate(165deg) brightness(93%) contrast(101%);
}

.h-menu-logo ul li {
    position: relative;
}
.h-menu-logo ul li:hover > a {
    color: #000000;
}
.h-menu-logo ul li:hover > a img {
    transform: rotate(180deg);
}
.h-menu-logo ul li:hover .submenu {
    top: 35px;
    opacity: 1;
    pointer-events: unset;
}
.h-menu-logo a {
    color: rgba(0, 0, 0, 0.3);
    padding: 10px 25px;
}
@media (max-width: 1200px) {
    .h-menu-logo a {
        padding: 10px 16px;
    }
}
@media (max-width: 1100px) {
    .h-menu-logo a {
        padding: 10px;
    }
}
.h-menu-logo a:hover, .h-menu-logo a.active {
    color: #000000;
}
.h-menu-logo a img {
    filter: brightness(0);
    -webkit-filter: brightness(0);
}
.h-menu-logo .submenu {
    background: #000000;
    right: 0;
    left: unset;
    font-size: 14px;
}
.h-menu-logo .submenu ul li {
    position: relative;
}
.h-menu-logo .submenu ul li:hover .submenu {
    opacity: 1 !important;
    pointer-events: unset !important;
}
.h-menu-logo .submenu a {
    color: #ffffff;
}
.h-menu-logo .submenu a:hover {
    background: #45C2E7;
}
.h-menu-logo .submenu .submenu {
    top: 0;
    right: 220px;
    pointer-events: none !important;
    opacity: 0 !important;
}

.head-search .txt_field {
    width: 325px;
    height: 56px;
    border-radius: 8px;
    font-size: 12px;
    background: #F5F5F5;
    border: 0;
    color: #fff;
    padding-left: 48px;
}
@media (max-width: 1200px) {
    .head-search .txt_field {
        width: 140px;
    }
}
.head-search .txt_field::placeholder {
    color: #656565;
}

.btn-main a.\!bg-blue {
    border: 1px solid #45C2E7;
}

.mega-menu-v2 {
    position: absolute;
    width: 100%;
    background: transparent;
    left: 0;
    top: 48px;
    transition: 0.4s all !important;
    opacity: 0;
    pointer-events: none;
}
@media (max-width: 1023px) {
    .mega-menu-v2 {
        opacity: 1;
        pointer-events: unset;
        top: 0;
        position: relative;
        z-index: 10;
    }
    .mega-menu-v2 .container {
        padding: 0;
        height: 100%;
    }
}
.mega-menu-v2.active {
    opacity: 1;
    pointer-events: unset;
}

.bg-menu-v2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    opacity: 0;
}

.content-mg-v2 {
    padding: 24px;
    background: #fff;
    box-shadow: 0px 16px 26px 0px rgba(170, 127, 127, 0.1019607843);
    border-radius: 10px;
    position: relative;
    z-index: 2;
}
@media (max-width: 1023px) {
    .content-mg-v2 {
        box-shadow: none;
        padding: 0;
        height: 100%;
    }
    .content-mg-v2 .col-md-3 {
        display: none;
    }
    .content-mg-v2 .col-md-9 {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
        height: 100%;
    }
}
.content-mg-v2 .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
@media (max-width: 1023px) {
    .content-mg-v2 .row {
        margin: 0;
        display: block;
        height: 100%;
    }
}
.content-mg-v2 .col-md-4 {
    padding: 0 15px;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}
@media (max-width: 1023px) {
    .content-mg-v2 .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0 !important;
        padding: 20px 0 0 0;
        position: unset;
    }
    .content-mg-v2 .col-md-4:first-child {
        padding-top: 0;
    }
}
@media (max-width: 767px) {
    .content-mg-v2 .col-md-4 {
        padding-top: 16px;
    }
}
.content-mg-v2 ul {
    list-style: none;
}
.content-mg-v2 .item-mg-link .h-mg {
    margin-bottom: 16px;
    font-weight: bold;
    display: block;
}
@media (max-width: 1023px) {
    .content-mg-v2 .item-mg-link .h-mg {
        margin-bottom: 0;
        position: relative;
        font-size: 14px;
        font-weight: 600;
    }
}
@media (max-width: 767px) {
    .content-mg-v2 .item-mg-link .h-mg {
        font-size: 13px;
    }
}
.content-mg-v2 .item-mg-link .h-mg:after {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../images/arrow-right-dark.png) no-repeat center;
    position: absolute;
    top: calc(50% - 10px);
    right: 0;
    transition: 0.3s all !important;
    opacity: 0;
}
@media (max-width: 1023px) {
    .content-mg-v2 .item-mg-link .h-mg:after {
        opacity: 1;
    }
}
.content-mg-v2 .item-mg-link .h-mg.active:after {
    transform: rotate(90deg);
}
.content-mg-v2 .item-mg-link .h-mg a {
    color: #000000;
    display: block;
    background: transparent;
}
@media (max-width: 1023px) {
    .content-mg-v2 .item-mg-link .h-mg a {
        display: inline-flex;
        padding: 0;
    }
}
@media (max-width: 1023px) {
    .content-mg-v2 .item-mg-link ul {
        display: none;
    }
}
.content-mg-v2 .item-mg-link ul li {
    margin-bottom: 8px;
}
@media (max-width: 1023px) {
    .content-mg-v2 .item-mg-link ul li {
        margin: 0;
        padding: 10px 0;
        border-bottom: 1px solid #ddd;
    }
}
.content-mg-v2 .item-mg-link ul li:last-child {
    margin-bottom: 0;
}
.content-mg-v2 .item-mg-link ul li a {
    display: flex;
    align-items: center;
}
.content-mg-v2 .item-mg-link ul li a .icon {
    margin-right: 6px;
    flex: 0 0 20px;
    max-width: 20px;
}
.content-mg-v2 .h-mg a {
    color: #000000;
}

.scroll-mb-menu {
    padding: 0 20px;
}

.scroll-mega-mb .row {
    max-height: 68vh;
    overflow: auto;
    overflow-x: hidden;
}
.scroll-mega-mb .row::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #fff;
}
.scroll-mega-mb .row::-webkit-scrollbar {
    width: 4px;
    border-radius: 10px;
    background-color: #fff;
}
@media (max-width: 1023px) {
    .scroll-mega-mb .row::-webkit-scrollbar {
        width: 1px;
    }
}
.scroll-mega-mb .row::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #DD3636;
}
@media (max-width: 1023px) {
    .scroll-mega-mb .row::-webkit-scrollbar-thumb {
        background: transparent;
    }
}
@media (max-width: 1023px) {
    .scroll-mega-mb .row {
        overflow: auto !important;
        max-height: unset;
    }
}
@media (max-width: 1023px) {
    .scroll-mega-mb {
        position: fixed;
        top: 54px;
        left: -450px;
        width: 450px;
        background: #fff;
        padding: 0 20px 20px 20px;
        z-index: 10;
        height: 100%;
        max-height: calc(100vh - 54px);
        overflow: hidden;
    }
    .scroll-mega-mb.active {
        left: 0;
    }
}
@media (max-width: 767px) {
    .scroll-mega-mb {
        position: fixed;
        left: -90%;
        width: 90%;
        background: #fff;
        padding: 0 20px 20px 20px;
        z-index: 10;
        height: 100%;
        max-height: calc(100vh - 54px);
        overflow: hidden;
    }
    .scroll-mega-mb.active {
        left: 0;
    }
}
.scroll-mega-mb .h-megamenu-mb {
    display: none;
    border-bottom: 1px solid #dddddd;
    padding: 10px 20px;
    font-size: 14px;
    gap: 8px;
    font-weight: bold;
    align-items: center;
}
@media (max-width: 1023px) {
    .scroll-mega-mb .h-megamenu-mb {
        position: relative;
        left: -20px;
        width: calc(100% + 40px);
        display: flex;
    }
}
@media (max-width: 1023px) {
    .scroll-mega-mb .row {
        padding: 20px 0;
        max-height: calc(100vh - 97px);
        overflow: hidden;
    }
    .scroll-mega-mb .row::-webkit-scrollbar-track {
        border-radius: 10px;
        background-color: #fff;
    }
    .scroll-mega-mb .row::-webkit-scrollbar {
        width: 1px;
        border-radius: 10px;
        background-color: #fff;
    }
    .scroll-mega-mb .row::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: transparent;
    }
}

.mg-left {
    height: 100%;
    border-right: 1px solid #EEEEEE;
    padding-right: 20px;
    max-height: 68vh;
    overflow: auto;
    overflow-x: hidden;
}
@media (max-width: 1023px) {
    .mg-left {
        max-height: unset;
        display: block;
    }
}
.mg-left::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #fff;
}
.mg-left::-webkit-scrollbar {
    width: 4px;
    border-radius: 10px;
    background-color: #fff;
}
@media (max-width: 1023px) {
    .mg-left::-webkit-scrollbar {
        width: 1px;
    }
}
.mg-left::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #DD3636;
}
@media (max-width: 1023px) {
    .mg-left::-webkit-scrollbar-thumb {
        background: transparent;
    }
}
@media (max-width: 1023px) {
    .mg-left {
        display: none;
    }
}
.mg-left ul li {
    margin-bottom: 0;
}
.mg-left ul li:last-child {
    margin-bottom: 0;
}
.mg-left ul li:hover a {
    opacity: 1;
    color: #DF1111;
    background: #F9ECEE;
}
.mg-left a {
    display: flex;
    align-items: center;
    padding: 11px 20px;
    color: #000000;
    opacity: 0.5;
    position: relative;
    font-size: 16px;
    border-radius: 40px;
    font-weight: 500;
    justify-content: flex-start;
}
.mg-left a:after {
    content: "";
    width: 30px;
    height: 30px;
    background: url(../images/arrow-right-red.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: calc(50% - 15px);
    right: 0;
    opacity: 0;
}
.mg-left a.active {
    opacity: 1;
    color: #DF1111;
    background: #F9ECEE;
}
.mg-left a.active:after {
    opacity: 1;
}

.mg-right {
    height: 100%;
    display: none;
}
@media (max-width: 1023px) {
    .mg-right {
        max-height: unset;
        display: block;
        height: auto;
    }
    .mg-right:last-child .h-item-mg {
        margin-bottom: 0;
    }
}
.mg-right::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #fff;
}
.mg-right::-webkit-scrollbar {
    width: 4px;
    border-radius: 10px;
    background-color: #fff;
}
@media (max-width: 1023px) {
    .mg-right::-webkit-scrollbar {
        width: 1px;
    }
}
.mg-right::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #DD3636;
}
@media (max-width: 1023px) {
    .mg-right::-webkit-scrollbar-thumb {
        background: transparent;
    }
}
.mg-right.active {
    display: block;
}
.mg-right .h-item-mg {
    display: none;
    border-bottom: 1px solid #DDDDDD;
    font-weight: 500;
    font-size: 14px;
    padding: 12px 0;
    position: relative;
}
.mg-right .h-item-mg:after {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    top: calc(50% - 15px);
    right: 0;
    background: url(../images/arrow-right-dark.png) no-repeat center;
    opacity: 0;
}
@media (max-width: 1023px) {
    .mg-right .h-item-mg:after {
        opacity: 1;
    }
}
@media (max-width: 1023px) {
    .mg-right .h-item-mg {
        display: flex;
        align-items: center;
        gap: 12px;
    }
}
.mg-right .h-item-mg .icon_m {
    flex: 0 0 36px;
    max-width: 36px;
}
.mg-right .col-md-4 {
    margin-top: 32px;
}
.mg-right .col-md-4:first-child, .mg-right .col-md-4:nth-child(2), .mg-right .col-md-4:nth-child(3) {
    margin-top: 0;
}

.search-top .txt_search {
    background: #45c2e7;
    color: #000000;
}
.search-top .txt_search::placeholder {
    color: #000000;
}

.content-result-search .overflow-y-auto::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: transparent;
}
.content-result-search .overflow-y-auto::-webkit-scrollbar {
    width: 6px;
    background-color: transparent;
}
.content-result-search .overflow-y-auto::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #45C2E7;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    font-size: 16px;
    background: #fff;
    padding: 2px 10px;
    border-radius: 30px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #000000;
    position: relative;
    top: -1px;
    margin-right: 4px;
}

.select2-container--open .select2-dropdown--below {
    border: 1px solid #ddd;
    border-radius: 10px !important;
    box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.3490196078);
    font-size: 16px;
}

.select2-results__option {
    padding: 8px 16px;
}

.page-customDefault p img, .page-customDefault table img {
    width: auto !important;
    height: auto !important;
}

.marquee ul {
    list-style: none;
    display: flex;
    gap: 12px;
}
.marquee a {
    font-weight: 600;
}

.contact-header a {
    height: 37px;
    font-size: 14px;
}
@media (max-width: 1200px) {
    .contact-header a {
        font-size: 12px;
    }
}
@media (max-width: 767px) {
    .contact-header a {
        font-size: 11px;
        height: 30px;
    }
}
.contact-header svg {
    width: auto;
    height: 12px;
    display: flex;
    align-items: center;
    position: relative;
}
.contact-header ul li {
    position: relative;
}
@media (max-width: 767px) {
    .contact-header ul li {
        position: unset;
    }
}
.contact-header ul li:hover .sub-header-contact {
    opacity: 1;
    pointer-events: unset;
}
.contact-header .head-openingsuren svg {
    top: -2px;
}

.sub-header-contact {
    font-size: 11px;
    position: absolute;
    top: 37px;
    left: 0;
    width: 260px;
    z-index: 2;
    background: #f9f9f9;
    padding: 20px;
    border-radius: 4px;
    transition: 0.4s all !important;
    opacity: 0;
    pointer-events: none;
}
.sub-header-contact ul {
    background: #fff;
}
.sub-header-contact ul li {
    padding: 6px 8px;
    display: flex;
    align-items: center;
}
.sub-header-contact ul li:nth-child(2n) {
    background: #f9f9f9;
}
.sub-header-contact ul li.vandaag {
    background: #ddd;
}
.sub-header-contact ul li .left {
    flex: 0 0 96px;
    max-width: 96px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sub-header-contact ul li .right {
    flex: 0 0 calc(100% - 96px);
    max-width: calc(100% - 96px);
    width: 100%;
    text-align: right;
}

.home-new {
    font-family: "Open Sans";
    font-size: 16px;
    background: #fff;
}
@media (max-width: 1023px) {
    .home-new {
        font-size: 14px;
    }
}

.arrow-slide {
    display: flex;
    align-items: center;
    gap: 16px;
}
.arrow-slide > div {
    background: transparent;
    position: unset;
    width: auto;
    height: auto;
    margin: 0;
}
.arrow-slide > div:after {
    display: none;
}

.title-new {
    font-size: 29px;
    font-weight: 300;
    margin-bottom: 30px;
}
@media (max-width: 1023px) {
    .title-new {
        margin-bottom: 24px;
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .title-new {
        font-size: 20px;
    }
}

.padd-main-new {
    padding: 80px 0;
}
@media (max-width: 1023px) {
    .padd-main-new {
        padding: 60px 0;
    }
}
@media (max-width: 767px) {
    .padd-main-new {
        padding: 32px 0;
    }
}

.box-service-home {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
    font-size: 14px;
}
@media (max-width: 767px) {
    .box-service-home {
        font-size: 10px;
    }
}

.list-cate-home .swiper-slide {
    padding: 1px;
}

.item-slide-category {
    border: 1px solid transparent;
    background: #F5F6F3;
    height: 100%;
    padding: 36px 12px;
}
@media (max-width: 767px) {
    .item-slide-category {
        padding: 28px 12px;
    }
}
.item-slide-category:hover {
    border: 1px solid #45C2E7;
    background: #fff;
}
.item-slide-category .icon {
    margin-bottom: 6px;
}

.btn-button a {
    display: inline-flex;
    align-items: center;
    font-weight: bold;
    padding: 16px 32px;
    border-radius: 40px;
    background: #45C2E7;
    color: #000000;
    border: 1px solid #45C2E7;
}
@media (max-width: 1023px) {
    .btn-button a {
        padding: 12px 24px;
    }
}
.btn-button a:hover {
    background: #fff;
    color: #45C2E7;
}

.tab-product-main a {
    display: inline-flex;
    align-items: center;
    color: #909090;
    border-bottom: 1px solid transparent;
    padding-bottom: 4px;
}
.tab-product-main a.active {
    color: #000000;
    border-bottom: 1px solid #45C2E7;
}

.item-product-main {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.item-product-main .avarta {
    margin-bottom: 16px;
    position: relative;
    padding-top: 75%;
}
.item-product-main .avarta img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.item-product-main h3 a {
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
.item-product-main .price-cart {
    border-top: 1px solid rgba(0, 0, 0, 0.1019607843);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
    font-weight: bold;
    font-size: 20px;
}
.item-product-main .price-cart del {
    color: #909090;
}
.item-product-main .price-cart .hot {
    color: #909090;
}
.item-product-main .price-cart .cart button {
    width: 35px;
    height: 35px;
    border-radius: 8px;
    background: #45C2E7;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #45C2E7;
}
.item-product-main .price-cart .cart button:hover {
    background: #fff;
}
.item-product-main .price-cart .cart button:hover path {
    fill: #45C2E7;
}
.item-product-main .cashback {
    margin-bottom: 12px;
}
.item-product-main .cashback .cash span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    padding: 0 12px;
    line-height: normal;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    border-radius: 30px;
    background: #DD3636;
    text-transform: uppercase;
}
.item-product-main .favorite-vergelijken {
    border-top: 1px solid rgba(0, 0, 0, 0.1019607843);
}
.item-product-main .vergelijken {
    font-size: 12px;
    font-weight: 600;
}
.item-product-main .vergelijken a:hover {
    color: #DD3636;
}
.item-product-main .vergelijken a:hover path {
    fill: #DD3636;
}
.item-product-main .vergelijken a:hover circle {
    stroke: #DD3636;
}
.item-product-main .btn-favorite.active path, .item-product-main .btn-favorite:hover path {
    stroke: #DD3636;
    fill: #DD3636;
}
.item-product-main .winkel {
    margin-top: 16px;
}

.stt-opop {
    position: absolute;
    z-index: 3;
    transform: rotate(45deg);
    top: 13px;
    right: -26px;
}
.stt-opop a {
    background: #ffa500;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    padding: 2px 24px;
}

.tag-percent {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.wrap-label-product-item {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.tab-content-product {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.tab-content-product.active {
    opacity: 1;
    pointer-events: unset;
    position: relative;
}

.list-feedback-home .swiper-slide:after {
    content: "";
    width: 1px;
    height: 100%;
    background: #D9D9D9;
    position: absolute;
    right: -65px;
    top: 0;
}
@media (max-width: 1200px) {
    .list-feedback-home .swiper-slide:after {
        right: -40px;
    }
}
@media (max-width: 1023px) {
    .list-feedback-home .swiper-slide:after {
        display: none;
    }
}

.box-logo-partner {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
    border-top: 1px solid rgba(0, 0, 0, 0.1019607843);
}

@media (max-width: 1023px) {
    .item-feedback-home {
        background: #F5F6F3;
        padding: 24px;
        border-radius: 12px;
    }
}

.sidebar-account a:hover {
    border: 1px solid #DD3636;
    color: #DD3636;
}
.sidebar-account a.active {
    background: #DD3636;
    border: 1px solid #DD3636;
}

.top-tab-user a:hover {
    border: 1px solid #DD3636;
    color: #DD3636;
}
.top-tab-user a.active {
    background: #DD3636;
    border: 1px solid #DD3636;
    color: #fff;
}

.swiper-banner .btn-main a {
    background: #45C2E7;
    border: 1px solid #45C2E7;
}
.swiper-banner .btn-main a:hover {
    color: #45C2E7;
}

.content-detail-product button.bg-blue, .btn_add_cart .add-winkelkar button {
    border: 1px solid #45C2E7;
}

.sticky-product button.add-cart {
    background: #45C2E7;
}

.sticky-product button.icon-heart {
    border: 1px solid #45C2E7;
}
.sticky-product button.icon-heart:hover {
    background: #45C2E7;
}
.sticky-product button.icon-heart path {
    fill: #45C2E7;
    stroke: #45C2E7;
}

.bg-blue a.bg-blue {
    border: 1px solid #45C2E7;
}

.title-tab {
    justify-content: center;
}
.title-tab ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 32px;
}
@media (max-width: 767px) {
    .title-tab ul {
        gap: 8px;
    }
}
.title-tab ul li {
    margin: 0;
}
.title-tab .clc-tab-prd {
    display: inline-flex;
    align-items: center;
    color: #909090;
    border: 0 !important;
    border-radius: 0 !important;
    border-bottom: 1px solid transparent !important;
    font-weight: 600;
    height: auto;
    padding: 0 0 4px 0 !important;
}
.title-tab .clc-tab-prd.active {
    color: #000000;
    border-bottom: 1px solid #45C2E7 !important;
}

.item-news {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.item-news .avarta {
    position: relative;
    padding-top: 61.4678899083%;
}
.item-news .avarta img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.item-blog .info a svg rect {
    fill: #45C2E7 !important;
}
.item-blog .info a svg path {
    stroke: #45C2E7 !important;
}

.box-subscribe {
    padding-bottom: 60px !important;
    margin-bottom: -30px;
}

/*# sourceMappingURL=style.css.map */
