/* list */

.discount {
    background: black;
    font-size: 10px;
    color: white;
    font-weight: 100;
    margin-left: 5px;
    padding: 2px 5px 2px 5px;
    border-radius: 10px;
    vertical-align: 2px;
}

.before-discount {
    color: rgba(128, 128, 128, 0.541);
    text-decoration: line-through;
    font-size: 14px;
    font-weight: 500;
}

#filter a {
    padding-left: 20px;
    padding-right: 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
}

#filter nav {
    background-color: white;
}

#filter label {
    font-size: 12px !important;
    font-weight: normal !important;
    text-transform: capitalize !important;
}

#filter li {
    z-index: 2;
}

#filter .dropdown-menu {
    margin-top: 10px;
    border: none;
}

#delete-filter {
    float: right;
    border: none !important;
    opacity: 0.7;
}

@media only screen and (max-width: 560px) {
    .dimension-dropdown-slide {
        margin-left: -95px;
    }

}

.common_selector {
    margin-right: 10px;
    border-radius: 1px;
}

.img-script {
    margin-top: -50px !important;
}

.price-script {
    margin-top: -23px;
}

@media only screen and (min-width: 940px) {
    #filter li {
        z-index: 2;
        width: 200px;
    }
}

@media only screen and (min-width: 768px) {
    #filter li {
        z-index: 2;
        width: 150px;
    }
}

@media only screen and (max-width: 575px) {
    #filter a {
        padding-left: 20px;
        padding-right: 20px;
        font-size: 10px;
    }
}

.filter-select {
    background-color: rgba(233, 231, 231, 0.151);
}

#filter-select button {
    width: 100px;
    margin-right: 10px;
    background-color: rgb(255, 255, 255);
    border: 0.5px solid rgba(71, 70, 70, 0.37);
    color: rgb(51, 51, 51);
    font-weight: 100;
}

/* radio button */

.dropdown-menu label {
    display: block;
    margin-bottom: 10px;
}

input[type=radio] {
    appearance: none;
    background-color: #fff;
    width: 15px;
    height: 15px;
    border: 2px solid #ccc;
    border-radius: 2px;
    display: inline-grid;
    place-content: center;
}

input[type=radio]::before {
    content: "";
    width: 10px;
    height: 10px;
    transform: scale(0);
    transform-origin: bottom left;
    background-color: #fff;
    clip-path: polygon(13% 50%, 34% 66%, 81% 2%, 100% 18%, 39% 100%, 0 71%);
}

input[type=radio]:checked::before {
    transform: scale(1);
}

input[type=radio]:checked {
    background-color: #0075FF;
    border: 2px solid #0075FF;
}


/* detail */
.discount {
    background: black;
    font-size: 10px;
    color: white;
    font-weight: 100;
    margin-left: 5px;
    padding: 2px 5px 2px 5px;
    border-radius: 10px;
    vertical-align: 4px;
}

.before-discount {
    color: rgba(128, 128, 128, 0.541);
    text-decoration: line-through;
    font-size: 14px;
    font-weight: 500;
}

#notifDiv {
    z-index: 1;
    display: none;
    background: green;
    font-weight: 450;
    width: 300px;
    position: fixed;
    top: 80%;
    left: 5%;
    color: white;
    padding: 5px 20px;
}

#wl-alert {
    display: none;
    position: fixed;
    top: 10%;
    float: right;
    z-index: 2;
}

@media only screen and (max-width: 600px) {
    #notifDiv {
        top: 70%;
    }

    #wl-alert {
        top: 0%;
    }
}

@media only screen and (max-width: 991px) {
    .owl-carousel .owl-nav .owl-next {
        margin-right: 0px !important;
    }
}

.owl-next {
    margin-right: 20px !important;
}
