@import url('colors.css');

body {
    font-family: "Inter" !important;
    font-style: normal;
    color: var(--text-primary);
}
.ec-shop-rightside .ec-pro-list-top {
    background: var(--bg-secondary) !important;
    border: none !important;
}

.ec-gl-btn p {
    font-weight: 400;
    font-size: 18px;
    line-height: 143%;
}
.ec-sort-select {
    font-weight: 400;
    font-size: 15px;
    line-height: 143%;
}

.ec-pro-image .image img {
    width: 200px;
    height: 155px !important;
}
.ec-product-inner .ec-pro-content .ec-price span.old-price {
    font-size: 11px !important;
    margin-right: 3px !important;
    text-decoration: line-through;
    color: var(--text-secondary);
}

.ec-product-inner .ec-pro-content .ec-price span.new-price {
    color: var(--text-dark);
    font-weight: 700;
    font-size: 14px !important;
}
.button-size .btn {
    font-size: 12px !important;

    width: 70px !important;
    height: 29px !important;
    line-height: 30px !important;
    padding-left: 10px !important;
}

.pagination {
    width: 227px;
    height: 56px;
    border: 1px solid var(--bg-secondary);
    box-shadow: 0px 0px 3px var(--shadow-medium);
    border-radius: 12px;
    padding: 10px;
}
.pagination .btn-dark-light {
    color: var(--text-light);
    background-color: var(--text-secondary);
}
.pagination p {
    margin-top: 17px;
    padding: 10px;
}

.ec-product-inner {
    border: none;
}
.hr-border {
    margin-top: 48px;
    border-bottom: 1px solid var(--border-medium);
}

/* most popular section  */

.wishlist-shop {
    border-radius: 50% !important;
    background-color: var(--text-primary);
    color: var(--text-light);
    padding: 8px 10px 5px 10px;
}
.wishlist-shop i:hover,
a:hover {
    color: var(--primary-color) !important;
}
.shop-end {
    display: flex;
    justify-content: end;
}
.ec-pro-title-shop {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 16px !important;
    line-height: 150%;
}

.group-btn-shop {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 100%;
    color: #787885;
    background-color: #ffffff;
    height: 21px;
}
.ec-product-inner .ec-pro-image {
    display: flex !important;
    justify-content: center !important;
}
.ec-product-inner {
    padding: 0 !important;
}
.shop-cards {
    padding: 15px 0 !important;
    background: #f5f5f5;
}
.shop-card {
    padding: 15px 0 !important;
}
.continue a:hover {
    color: #ffff !important;
}
.rating-sm {
    font-size: 15px !important;
}
.shop-pro-inner .ec-product-inner .ec-pro-actions .quickview {
    right: 10px !important;
    bottom: 25px !important;
}
.height-shops {
    height: 80px !important;
}
.wrapper {
    padding: 30px;
    margin: auto;
}
.h3 {
    font-weight: 900;
}
.views {
    font-size: 0.85rem;
}
.btn:hover {
    color: #61b15a;
}
.green-label {
    background-color: #defadb;
    color: #48b83e;
    border-radius: 5px;
    font-size: 0.8rem;
    margin: 0 3px;
}
.radio,
.checkbox {
    padding: 6px 10px;
}
.border {
    border-radius: 12px;
}
.options {
    position: relative;
    padding-left: 25px;
}
.radio label,
.checkbox label {
    display: block;
    font-size: 14px;
    cursor: pointer;
    margin: 0;
}
.options input {
    opacity: 0;
}
.checkmark {
    position: absolute;
    top: 0px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    border-radius: 50%;
}
.options input:checked ~ .checkmark:after {
    display: block;
}
.options .checkmark:after {
    content: "";
    width: 9px;
    height: 9px;
    display: block;
    background: white;
    position: absolute;
    top: 52%;
    left: 51%;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: 300ms ease-in-out 0s;
}
.options input[type="radio"]:checked ~ .checkmark {
    background: #61b15a;
    transition: 300ms ease-in-out 0s;
}
.options input[type="radio"]:checked ~ .checkmark:after {
    transform: translate(-50%, -50%) scale(1);
}
.count {
    font-size: 0.8rem;
}
label {
    cursor: pointer;
}
.tick {
    display: block;
    position: relative;
    padding-left: 23px;
    cursor: pointer;
    font-size: 0.8rem;
    margin: 0;
}
.tick input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.check {
    position: absolute;
    top: 1px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    border-radius: 3px;
}
.tick:hover input ~ .check {
    background-color: #f3f3f3;
}
.tick input:checked ~ .check {
    background-color: #61b15a;
}
.check:after {
    content: "";
    position: absolute;
    display: none;
}
.tick input:checked ~ .check:after {
    display: block;
    transform: rotate(45deg) scale(1);
}
.tick .check:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg) scale(2);
}
#country {
    font-size: 0.8rem;
    border: none;
    border-left: 1px solid #ccc;
    padding: 0px 10px;
    outline: none;
    font-weight: 900;
}
.close {
    font-size: 1.2rem;
}
div.text-muted {
    font-size: 0.85rem;
}
.category {
    font-size: 0.9rem;
    cursor: pointer;
}
.list-group-item {
    border: none;
    padding: 0.3rem 0.4rem 0.3rem 0rem;
}
.badge-primary {
    background-color: #defadb;
    color: #48b83e;
}
.brand .check {
    background-color: #fff;
    top: 3px;
    border: 1px solid #666;
}
.brand .tick {
    font-size: 1rem;
    padding-left: 25px;
}
.rating .check {
    background-color: #fff;
    border: 1px solid #666;
    top: 0;
}
.rating .tick {
    font-size: 0.9rem;
    padding-left: 25px;
}
.rating .fas.fa-star {
    color: #ffbb00;
    padding: 0px 2px;
    font-size: 12px;
}
.rating .far.fa-star {
    padding: 0px 2px;
    font-size: 12px;
}
.brand .tick:hover input ~ .check,
.rating .tick:hover input ~ .check {
    background-color: #f9f9f9;
}
.brand .tick input:checked ~ .check,
.rating .tick input:checked ~ .check {
    background-color: #000;
}

.clear {
    clear: both;
}

@media (min-width: 992px) {
    .filter,
    #mobile-filter {
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .radio,
    .checkbox {
        padding: 6px 10px;
        width: 49%;
        float: left;
        margin: 5px 5px 5px 0px;
    }
    .filter,
    #mobile-filter {
        display: none;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    #sidebar {
        width: 35%;
    }

    #mobile-filter {
        display: none !important;
    }
    .h3 + .ml-auto {
        margin: 0;
    }
}
@media (max-width: 575px) {
    .wrapper {
        padding: 10px;
    }
    .h3 {
        font-size: 1.3rem;
    }
    #sidebar {
        display: none;
    }

    .clear {
        float: left;
        width: 80%;
    }

    .green-label {
        width: 50%;
    }
    .btn.text-success {
        padding: 0;
    }
    .content,
    #mobile-filter {
        clear: both;
    }
}
