
#index #carousel ul li a figure,
#index #carousel ul li a,
#index #carousel ul li,
#index #carousel ul {
    width: 100%;
}

#index .carousel .carousel-inner {
    height: auto !important;
}

#index #wrapper {
    padding-top: 0px;
}

.header-top-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding-right: 0px; */
    padding-left: 20%;
}

.header-top-right-content {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header-top-menu {
    padding-top: 15px;
}

.header-top-menu .menu.js-top-menu {
    padding-left: 0px !important;
}

.header-top-menu .top-menu li:first-child  a{
    padding-left: 0px;
}

.header-nav #contact-link {
    margin-top: 0px !important;
    padding: 10px 0px;
}

#header .header-top a[data-depth="0"] {
    padding-top: 4px;
    padding-bottom: 4px;
}

@media (max-width: 992px) {
    .header-top-right {
        padding-left: 12%;
    }
}

@media (max-width: 767px) {
    .header-top-right {
        padding-right: 15px;
        padding-left: 15px;
        display: block;
    }

    #search_widget {
        width: 100%;
        margin-bottom: 0px;
    }

    .header-top .search-widgets {
        max-width: unset !important;
    }

    #_mobile_cart {
        margin-right: 15px;
    }

    .header-top {
        padding-top: 15px !important;
        padding-bottom: 0px !important;
    }
}

#checkout #thecheckout-confirm #confirm_order {
    margin-bottom: 100px;
    background: rgb(62, 192, 0) !important;
}

#checkout #conditions-to-approve label.js-terms::before{
    float: right;
    margin-left: 5px;
    content: '*';
    color: red;
}

#checkout .cart-summary .cart-detailed-totals .card-block:nth-of-type(3) {
    width: 100% !important;
    margin-top: 15px;
}