header.main-header .main-menu .list>.list-item:hover>a {
    color: #ffffff !important;
    z-index: 9999;
}

header.main-header .main-menu .list>.list-item>a::before {
    height: 47px;
    bottom: -3px;
    transition: unset;
    transform: skew(-20deg);
    z-index: -1;
}

header.main-header .main-menu .list>.list-item>a {
    transition: 0.3s;
    padding-left: 18px;
    padding-right: 18px;
    padding: 8.5px;
}

header.main-header .main-menu .list>.list-item-has-children>a::after {
    left: unset;
}

header.main-header .nav-item.account {
    border: unset;
}

.Language {
    border: unset;
}

.main-header .search-area {
    width: 50%;
}

.header-phone i {
    font-size: 22px;
}

.header-phone {
    display: flex;
    align-items: center;
}

.main-slider .carousel-indicators li {
    border-radius: unset;
    height: 15px;
    width: 15px;
}

.main-slider .carousel-indicators li.active {
    border-radius: unset;
    width: 15px;
    background: #e47876;
}

.bk-icons-footer .footer-services .service-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bk-icons-footer {
    padding: 4px 0px 0px;
    background-color: #f8f0e1;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 6px 0 rgb(51 73 94 / 10%);
    box-shadow: 0 2px 6px 0 rgb(51 73 94 / 10%);
    display: flow-root;
}

.footer-services .service-item img {
    width: auto;
    height: 30px;
    margin-bottom: 7px;
}

.title-wide h2:before {
    background: unset;
}

.custom-category .item .collections-text {
    position: absolute;
    bottom: 13px;
    left: 0;
    right: 0;
    text-align: center;
}

.custom-category .item .collections-text h4 {
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 1.3;
    transition: 0.5s;
    padding-bottom: 3px;
    border-radius: 5px;
}

.custom-category .item .collections-text h4:hover {
    margin-bottom: 15px;
    background: #001fffc7;
}

.custom-category .promotion-category-name {
    background: #1a0cef78;
    width: 75%;
    margin: 0 auto;
}

.video-section .text-video {
    background-color: #f9f1e2;
    padding: 150px 0 250px;
    -webkit-box-flex: 0 0 40%;
    -moz-box-flex: 0 0 40%;
    -webkit-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    display: flex;
    justify-content: center;
    clip-path: polygon(0 12%, 100% 0, 100% 100%, 4% 85%);
    clip-path: polygon(0 0, 94% 6%, 100% 93%, 0 100%);
}

.video-section .video {
    clip-path: polygon(0 12%, 100% 0, 100% 100%, 3% 85%);
    transform: scaleX(1.075);
    align-items: center;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.video-section .text-video h2 {
    display: inline-block;
    padding: 0px 6px 8px 6px;
    color: white;
}

.title-breadcrumb-special {
    background-color: #f9f2e0;
}

.box-comments {
    margin: 0px auto;
}

.box-comments .text-comment h6 {
    white-space: nowrap;
}

.style-carousel.product-carousel .owl-nav button {
    box-shadow: unset !important;
}

.style-carousel.product-carousel .owl-nav button.owl-next {
    background-color: unset !important;
}

.style-carousel.product-carousel .owl-nav button.owl-prev {
    right: -85px;
    cursor: pointer;
}

.style-carousel.product-carousel .owl-nav button.owl-next {
    left: -85px;
    cursor: pointer;
}

.style-carousel.product-carousel .owl-nav button.owl-prev {
    background-color: unset !important;
}

.box-comments .carousel-comments .item img {
    width: 110px;
    border-radius: 4px;
}

.product-card .product-thumb>img {
    max-width: 95%;
}

header.main-header .main-menu .list>.list-item>a,
header.main-header .main-menu .list>.list-item>span {
    font-size: 15px;
}

.product-card .product-title {
    height: 36px;
}

.socials .social-network {
    font-size: 16px;
    font-weight: 500;
}

.title-wide h2:before {
    background: url(../img/theme/title-circles.png) right no-repeat;
    right: -5px;
    left: auto;
    margin-right: 15px;
    margin-left: auto;
}

.category-section-title {
    color: #000000;
    opacity: 1;
    font-weight: bold;
}

@media (max-width: 991px) {
    .video-section .video {
        clip-path: unset;
        padding: 150px 0 120px;
    }
}

@media (max-width: 576px) {
    .footer-services .service-item {
        max-width: unset;
        margin-bottom: 5px;
    }
}

@media (max-width: 340px) {
    header.main-header .nav-link span.label-dropdown {
        display: unset;
    }
}

@media (max-width: 460px) {
    header.main-header .nav-link span.label-dropdown {
        display: none;
    }
}