.single-product {
    position: relative;
    border-radius: 20px;
    transition: all .4s;
    margin-bottom: 25px;
    border: 1px solid #E9E9E9;
    overflow: hidden;
}

.single-product img {
    height: 300px;
    margin: 0 auto;
}

/* .single-image {
    transition: all .4s;
    position: relative;
    display: block;
    margin-bottom: 0;
    padding: 0 15px;
} */

.single-image figure {
    text-align: center;
    padding: 35px 15px;
    background: #f4f4f4;
    margin-bottom: 0;
}

.single-top {
    /* margin-bottom: 20px; */
    padding: 20px 30px;
    border-bottom: 1px solid #f4f4f4;
}

.single-top h2 {
    margin-top: 0;
    font-size: px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 4px;
}

.single-top h6 {
    font-family: Lato, sans-serif;
    font-size: 14px;
    text-transform: none;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.single-top h6 a {
    color: #a8a8a8;

}

.single-image h4 {
    margin-top: 15px;
    padding: 0 30px;
    margin-bottom: 15px;
    font-family: Lato, sans-serif;
}

.add-cart {
    /* height: 50px; */
    border: none;
    /* background: #004071; */
    transition: all .4s;
    display: flex;
    width: 100%;
    padding: 20px 30px;
    justify-content: space-between;
    align-items: center;
    /* color: #fff; */
    /* position: absolute;
    transition: all .4s;
    opacity: 0;
    visibility: hidden;
    bottom: -50px; */
    /* padding-top: 0; */
}

/* .single-product:hover .add-cart {
    opacity: 1;
    bottom: 0;
    visibility: visible;
    height: 50px;
} */

/* .single-product:hover .single-image{
    top: -50px;
    transition: all .4s;
} */
.add-cart svg {
    /* color: #fff; */

}

.add-cart:hover {
    /* color: #fff; */
}

.add-cart-left {
    font-size: 18px;
    font-weight: 700;

}

.add-cart:hover .add-cart-right {
    color: #fff;

}

.stars-wrap {
    display: flex;
    gap: 8px;
    align-items: center;
    color: #868686;

}

.stars-wrap i {
    color: #07ae6a;
}

.add-cart-right {
    display: inline-block;
    padding: 5px 15px;
    background: #004071;
    border-radius: 30px;
    font-weight: 500;
    color: #fff;
}

.add-cart-right:hover {
    color: #fff;
}

/* Custom Styling for Range Slider */
.filters input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
    height: 5px;
    border-radius: 5px;
    background: #eee;
    outline: none;
    transition: background 0.15s ease-in-out;
}

.filters input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    background: #07ae6a;
    border: 2px solid #fff;
    border-radius: 50%;
    cursor: pointer;
}

.filters input[type="range"]::-moz-range-thumb {
    width: 18px;
    height: 18px;
    background: #07ae6a;
    border: 2px solid #fff;
    border-radius: 50%;
    cursor: pointer;
}

.filters {
    margin-right: 25px;
    position: sticky;
    top: 70px;
    background: #f4ffff;
    padding: 25px;
    /* border: 1px solid #e5e5e5; */
    border-radius: 10px;
}

.filters h2 {
    padding-bottom: 24px;
    border-bottom: 1px solid #696969;
    margin-bottom: 25px;
    margin-top: 0;
}

.filters .form-check {
    margin-bottom: 15px;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.filters .form-check label span {
    color: #07ae6a;
}

.checkboxes__item {
    margin-bottom: 15px;
}

.checkbox.style-c {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox.style-c input {
    position: absolute;
    cursor: pointer;
    height: 0;
    width: 0;
    opacity: 0;
}

.checkbox.style-c .checkbox__checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #696969;
    transition: background-color .25s;
    border-radius: 5px;
    background-color: #fff;
}

.checkbox.style-c input:checked~.checkbox__checkmark,
.checkbox.style-c:hover input:checked~.checkbox__checkmark,
input:checked+.slider {
    background-color: #07ae6a;
}

.checkbox.style-c .checkbox__checkmark:after {
    content: "";
    position: absolute;
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity .25s;
}

.cater-wrap .cater input[type=checkbox]:checked+label::after,
.cater-wrap .cater input[type=radio]:checked+label::after,
.checkbox.style-c input:checked~.checkbox__checkmark:after,
.fbt-item input[type=checkbox]:checked+label::after {
    opacity: 1;
}

.checkbox_amt {
    color: #07ae6a;
    display: inline-block;
}

.checkbox__body {
    display: inline-block;
    font-size: 16px;
}

.filters p {
    margin-top: 25px;
}

.pricr {
    margin-top: 55px;
}

.product-detail-row .nav-pills {
    display: flex;
    padding-left: 0;
    justify-content: center;
}

.product-detail-row .nav-pills li {
    list-style: none;

    margin-right: 25px;
}

.product-detail-row .nav-pills li .nav-link {
    display: block;
    /* width: 74px; */
    height: 70px;
    padding: 10px;
    aspect-ratio: 1 / 1;
}

.product-detail-row .nav-pills li .nav-link.active {

    border: 2px solid #8d8d8d;
}

.product-detail-row .nav-pills li img {
    height: 100%;
    width: auto;
}

.product-detail-row .tab-pane {
    background: #f4f4f4;
    padding: 50px;
}

.product-detail-row h2 {
    font-size: .416666667in;
    font-weight: 600;
    margin-top: 0;
}

.product-detail-row h4 {
    margin-top: 15px;
    font-weight: 700;
    font-size: 25px;
    font-family: Lato, sans-serif;
    margin-bottom: 30px;
}

.product-detail-row h4 span {
    color: #004071
}

.qty-selector {
    display: flex;
    align-items: center;
    border: 2px solid #ddd;
    border-radius: 30px;
    overflow: hidden;
    width: 100%;
    justify-content: space-between;
}

.qty-selector button {
    background: transparent;
    border: none;
    width: 40px;
    height: 40px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s;
}

.qty-selector button:hover {
    background: transparent;
    color: #07ae6a;
}

.qty-selector input {
    width: 100px;
    height: 40px;
    text-align: center;
    font-size: 16px;
    border: none;
    outline: none;
}

.product-detail-row button.btn {
    width: 100%;
    height: 42px;
    line-height: 42px;
    letter-spacing: .1875pc;
    font-weight: 500;
    padding-left: 3.125pc;
    padding-right: 3.125pc;
    padding-top: 0;
    color: #fff;
    background: #000;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
}

.product-detail-row p {
    margin-bottom: 25px;
}

.bg-grey {
    background: #f4f4f4;
}

.testimonial-block .item {
    padding: 25px !important;
    background: #fff;
    margin: 0 12px;
}

.testimonial-box {
    position: relative;
}

.quote-icn {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 50px;
    line-height: 1;
    opacity: 0.2;
    color: #004071;
}

.variant-type {
    display: flex;
    gap: 20px;
}

.variant-box {
    width: 100px;
    /* height: 150px; */
    padding: 10px;
    text-align: center;
    background: #f4f4f4;
    border: 2px solid #f4f4f4;
    border-radius: 8px;
    cursor: pointer;
}

.variant-box img {
    width: 70%;
    /* height: 100px;
    object-fit: cover; */
}

.variant-box h5 {
    margin-top: 0;
    font-size: 20px;
    font-family: Lato, sans-serif;
    margin-bottom: 0;
}

.variant-box.active {
    border: 2px solid #000;

}

.product-description {
    margin-top: 25px;
}

.form-wrapp-login {
    width: 500px;
    background: #004071;
    padding: 25px;
    color: #fff;
}

.form-wrapp-login h3 {
    text-align: center;
    font-size: 35px;
    margin-bottom: 30px;
}

.form-wrapp-login button {
    height: 42px;
    line-height: 42px;
    letter-spacing: .1875pc;
    font-weight: 500;
    padding-left: 3.125pc;
    padding-right: 3.125pc;
    padding-top: 0;
    color: #fff;
    background: #000;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
}

.form-wrapp-login input {
    background: #fff;
    border: 1px solid #17121930;
}

.form-wrapp-login input:focus {
    border: none;
    border: 1px solid #17121930;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.forgot-btn {
    color: #fff;
    font-size: 14px;
    display: inline-block;
    text-decoration: underline;
    margin-bottom: 25px;
}

.w-100 {
    width: 100% !important;
}

.pt-70 {
    padding-top: 70px;
}

.pb-70 {
    padding-bottom: 70px;
}

.d-flex {
    display: flex;
}

.login-sec {
    background: #f4ffff;
    border-top: .0625pc solid #e5e5e5;
}

.right-nav a i {
    font-size: 18px;
    color: #07ae6a;
}

.right-nav .user {
    margin-left: 10px;
    display: block;
    width: 40px;
    height: 40px;
    border: 1px solid #07ae6a;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
}

.right-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.sidebar-col {
    background: #004071;
    margin-top: 25px;
    margin-left: 15px;
    border-radius: 10px;
    padding: 25px 18px;
}

.sidebar-col ul {
    padding-left: 0;
}

.sidebar-col li {
    padding: 11px 13px;
    display: block;
}

.sidebar-col li a {
    color: #fff;
    font-size: 18px;
}

.sidebar-col li.active {
    background: #07ae6a;
    border-radius: 8px;
}

.cart-table th {
    background: #004071;
    color: #fff;
}

.cart-table h1 {
    margin-top: 0;
    margin-bottom: 0;
    color: #fff;
}

.sidebar-col li a i {
    margin-right: 10px;
    /* font-size: 25px; */
}

.check-btn {
    height: 42px;
    line-height: 42px;
    letter-spacing: .1875pc;
    font-weight: 500;
    padding-left: 3.125pc;
    padding-right: 3.125pc;
    padding-top: 0;
    color: #fff;
    background: #000;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    display: inline-block;
}
.cart-sidebar {
    padding: 25px;
    background: #004071;
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
    color: #fff;
}
.cart-sidebar table tr td {
    border: 1px solid transparent;
    padding: .5rem 0 0;
}
.cart-sidebar table tr td.large-total {
    font-size: 1.5rem;
    font-weight: 700;
}
.avatar-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.avatar-wrapper img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.edit-icon {
    position: absolute;
    bottom: 5px;
    right: 5px;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.profile-avatar {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto 35px;
    border: 1px solid #17121930;
    border-radius: 50%;
}

.quantity {
    display: flex;
    border-radius: 4px;
    overflow: hidden;
    justify-content: space-between;
    background: #fff;
    border: 1px solid #17121930;
    width: 200px;
}

.input-box,
.quantity button {
    border: none !important;
    text-align: center
}

.cart-product {
    display: flex;
    align-items: center;
    gap: 5%;
}
.cart-table td {
    vertical-align: middle;
    background: #fff;
}
.cart-product img {
    width: auto;
    height: 90px;
    flex-shrink: 0;
}

.quantity button {
    background: #fff;
    cursor: pointer;
    width: 40px;
    height: 40px;
    transition: background-color .2s
}

.quantity button:hover {
    background-color: #17121930
}

.input-box {
    font-size: 12px;
    outline: 0
}

.quantity .minus,
.quantity .plus {
    background: #fff;
    color: #171219;
    border: none;
    cursor: pointer;
    font-size: 14px;
    width: 40px;
    height: 40px;
    text-align: center;
    transition: background-color .2s;
    line-height: 40px;
}

.input-box::-webkit-inner-spin-button,
.input-box::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.counter-wrapper .blog-box,
.forgot-btn {
    margin-bottom: 25px
}

.input-box[type=number] {
    -moz-appearance: textfield
}

.cart-table .add-cart {
    padding: 0;
    padding: 2px 10px;
    text-align: center;
    display: block;
}

.cart-product h4 {
    margin-top: 0;
    margin-bottom: 0;
}
.coupon-list {
    display: flex
;
    flex-wrap: wrap;
    gap: 10px;
}
.coupon-item {
    display: flex
;
    align-items: center;
    border: 1px solid #ddd;
    padding: 2px 4px;
    border-radius: 5px;
}
.mb-2 {
    margin-bottom: .5rem !important;
}
.coupon-bx {
    display: flex
;
    width: 100%;
    gap: .5rem;
    margin-top: 8px;
}
.coupon-bx input {
    border: 1px solid #17121930;
}
.coupon-bx input {
    width: 100%;
    background-color: #faf6f2;
    outline: 0;
    box-shadow: none;
    border-radius: 0;
    padding: 0 1rem;
}
.coupon-bx button {
    padding: 10px 25px;
    border: none;
    background: #07ae6a;
    border-radius: 0;
    display: inline-block;
    width: auto;
    font-weight: 800;
    color: #fff;
}
.modal-open .modal{
    z-index: 999999;
}
.login-modal .modal-header {
    justify-content: center;
    border: 0;
    padding: 25px;
    border-radius: 0;
}
.login-modal .modal-body {
    padding: 25px;
}
.login-modal h5{
    font-size: 30px;
}
.login-modal input, .login-modal select {
    width: 100%;
    background-color: #f4ffff;
    outline: 0;
    box-shadow: none;
    border: 1px solid #17121930!important;
    border-radius: 0;
    padding: 0 1rem;
    height: 40px!important;
}
.address-modal .close, .login-modal .close {
    width: 30px;
    height: 30px;
    background: #bf953a;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    right: 0px;
    top: 0px;
    opacity: 1;
    padding: 0;
}
.login-modal .close span{
    display: block;
    line-height: 0;
    font-size: 20px;

}
@media(max-width:600px) {
    .product-detail-row .nav-pills {
        justify-content: flex-start;
    }

    .product-detail-row h2 {
        font-size: 32px;
    }

    .product-detail-row p {
        margin-bottom: 10px;
    }

    .product-detail-row button.btn {
        padding: 0;
    }

    .qty-selector {
        margin-bottom: 10px;
    }

    .filters {
        margin-right: 0;
        margin-bottom: 25px;
    }
}