.product-item .product-thumb img{
    object-fit: contain !important;
}

@media only screen and (min-width: 1200px) {
    .header-category-title {
        padding: 10px 0  !important;
        color: #7da8b8 !important;
        text-align: left;
        font-size: 14px;
        display: inline !important;
    }
    .product-item .product-thumb img{
        height: 450px;
    }
}


@media only screen and (max-width: 1199px){
    .product-item .product-thumb img{
        height: 280px;
    }
}


@media only screen and (max-width: 991px){
    .product-item .product-thumb img{
        height: 370px;
    }
}

@media only screen and (max-width: 950px){
    .product-item .product-thumb img{
        height: 350px;
    }
}

@media only screen and (max-width: 910px){
    .product-item .product-thumb img{
        height: 320px;
    }
}

@media only screen and (max-width: 825px){
    .product-item .product-thumb img{
        height: 300px;
    }
}
@media only screen and (max-width: 767px){
    .product-item .product-thumb img{
        height: 400px;
    }
}

@media only screen and (max-width: 720px){
    .product-item .product-thumb img{
        height: 320px;
    }
}

@media only screen and (max-width: 575px){
    .product-item .product-thumb img{
        height: 100%;
    }
}

.sort-field{
    border: 1px solid #ebebeb;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    height: 40px;
    padding: 5px 10px;
    width: 100%;
    background: transparent;
    color: inherit;
}

.hideSection {
    display: none;
}

#customer_details .col-1{
    margin: 50px 0 !important;
}

.change-pass-btn {
    margin-top: 40px;
    margin-left: 30px;
    width: 130px;
    cursor:pointer;
    right: 0;
    padding: 0 15px;
    min-width: 130px;
    background: #7da8b8;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-radius: 0 30px 30px 0;
}

.change-pass-btn::before {
    position: absolute;
    top: 0;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-45deg);
    -moz-transform: skewX(-45deg);
    -o-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    transform: skewX(-45deg);
}


.change-pass-btn:hover::before
{
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

.downloadApp {
    color: white;
    margin: 15px 30px;
    font-size: 10px;
    width: 130px;
}

.getAppButton {
    float: right;
    right:20px;
    font-size: 10pt;
    position: absolute;
    border: 0;
    color: white;
    padding: 5px;
    margin: 10px;
    border-radius: 0 30px 30px 0;
    background: #7da8b8;
    text-align: center;
    line-height: 20px;
    width: 70px;
}
.getAppButton::before{
    position: absolute;
    top: 0;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-45deg);
    -moz-transform: skewX(-45deg);
    -o-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    transform: skewX(-45deg);

}

.getAppButton:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

.getAppContainer {
    height:50px;
    background: linear-gradient(90deg, rgb(4 40 41 / 99%) 0%, rgb(3 30 62) 100%);
    color: white;
    width: 100%;
    margin: 0;

}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .home-best-prod img {
        height: 200px !important;
        object-fit: contain;
    }

    .grid-prod img {
        height: 200px !important;
        object-fit: contain;
    }

    .list-prod img{
        height: 300px !important;
        object-fit: contain;
    }

    .img-home img {
        height: 200px !important;
        object-fit: contain;
    }

}

@media only screen and (min-width: 480px) and (max-width: 2500px) {

    .home-best-prod img {
        height: 300px !important;
        object-fit: contain;
    }
    .grid-prod img {
        height: 300px !important;
        object-fit: contain;
    }

    .list-prod img{
        height: 300px !important;
        object-fit: contain;
    }

    .img-home img{
        height: 300px !important;
        object-fit: contain;
    }


}




.home-top-prod-sm img {
    width: 88px !important;
    height: 130px !important;
    object-fit: contain;
}

.akasha-products .border-gray-300{
    border:0 !important;
}
.akasha-products svg{
    width: 40px;
    height: 40px;
    border: 1px solid #f4f4f4;
    border-radius: 30px;
    background-color: #e4e4e4;
    padding:8px;
}

.akasha-products .leading-5{
    border: 1px solid #dadada;
    padding: 0 20px;
    max-width: 100%;
    background-color: transparent;
    font-size: 14px;
    color: #868686;
    height: 40px;
    line-height: 40px;
    border-radius: 30px;
    text-align: center;

}

.remove-btn{
    background: white !important;
    border:0 !important;
}

.remove-btn:hover{
    color: #7da8b8 !important;
    cursor: pointer;
}

.bordered {
    border: 3px solid #7da8b8;
    padding: 10px !important;
}

.lastchance-img{
    /*width: 193px !important;*/
    height: 276px !important;
    object-fit: contain !important;
}

.wish-disabled{
    text-decoration: line-through;
    cursor: not-allowed;
    pointer-events: none;
}

.remove-button{
    color: #222;
    background-color: white;
    cursor: pointer;
}

.add-to-cart-link{
    color: white;
}
.add-to-cart-link:hover{
    color: white;
}

.akasha-banner .banner-new-size img {
    height: 209px !important;
    min-height: 209px !important;
    object-fit: cover;
}

.akasha-banner .second-banner-new-size img {
    height: 274px !important;
    min-height: 274px !important;
    object-fit: cover;
}

.home-images-size {
    height: 362px !important;
    width: 362px !important;
    object-fit: cover;
}

.about-images-size-xl {
    height: 362px !important;
    width: 362px !important;
    object-fit: cover;
}

.about-images-size-lg {
    height: 260px !important;
    width: 260px !important;
    object-fit: cover;
}


.about-images-size-md {
    height:240px !important;
    width: 240px !important;
    object-fit: cover;
}

.about-images-size-sm {
    height:250px !important;
    width:250px !important;
    object-fit: cover;
}

.about-images-size-xs {
    height:187px !important;
    width:187px !important;
    object-fit: cover;
}


.container-login100 {
    background: #ebebeb !important;
}

.download_invoice_button{
    margin: -33px 0;
    border: 0;
    background-color: rgba(0, 0, 0, -0.97);
    color: #222;
    cursor: pointer;
    float: right !important;
}

.additional_info_order {
    width: 100%;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.03);
    color: #222;
    border: 1px solid #ebebeb
}

.continue_button{
    background-color: #7da8b8;
    color: white;
    border: 1px solid #7da8b8;
    border-radius: 2.25rem;
    float: right;
    padding: 5px;
    margin-top: -5px !important;
    font-size: 12px;
}

.continue_button:hover{
    border: 1px solid whitesmoke;
    background-color: white;
    color: #7da8b8;
}

.my-profile{
    margin-left: 30px;
    margin-bottom: 10px;
    font-weight: bold;
}

.redTitle{
    color: #222 !important;
}

.myProfile-container{
    margin: 10px 20px 40px;
    font-family: "Montserrat", sans-serif !important;
}
.myProfile-title {
    cursor: pointer;
    font-weight: bold;
    font-family: "Montserrat ", sans-serif !important;
    font-size: 16px;
    text-decoration: none !important;
    text-transform: uppercase;

}

.myProfile-description{
    font-size: 12px !important;
}

.category-sidebar{
    border: 1px solid #e8e8e8;
    border-radius: 5px;
}

.category-sidebar .category-title {
    padding: 20px 25px;
    border-bottom: 1px solid #e8e8e8;
}

.category-sidebar .category-title .title {
    font-size: 18px;
    font-weight: 600;
    color: #222;
}

.category-sidebar .category-menu li a {
    padding: 0 25px;
    line-height: 40px;
    color: #555;
    transition: all .3s linear;
    font-weight: 600;
    font-family: Montserrat,sans-serif;
    font-size: 14px;
}

.el-upload--picture-card {
    background-color: transparent !important;
}

.selectedBox{
    background: #7da8b8 !important;
}
.selectedBox h3{
    color:#fff !important;
}
.boxWhite {
    background: #fff;
    cursor:pointer;
}

.paragraph-mp{
    padding: 30px 0;
    margin: 30px 0;
}

#order_review_heading {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #fff;
    background-color: #7da8b8;
    padding: 25px;
    margin: 0;
}
.no-sidebar #order_review_heading {
    float: right;
    width: 450px;
}

.no-sidebar #order_review {
    float: right;
    width: 100%;
    padding-left: 0 !important;
}
form.akasha-checkout::after {
    clear: both;
}

form.akasha-checkout::after, form.akasha-checkout::before {
    content: '';
    display: table;
}
.no-sidebar form.akasha-checkout {
    overflow: hidden;
}
form.akasha-checkout {
    position: relative;
}
#order_review .shop_table {
    background-color: #f6f6f6;
    border: 0;
    margin-bottom: 30px;
}
#payment {
    background-color: #f6f6f6;
    border-radius: 0;
}
#payment ul {
    padding: 30px 30px 20px 30px;
    list-style: none;
}
.wc_payment_method:not(:last-child) {
    padding-bottom: 20px;
}
#payment .input-radio ~ label {
    position: relative;
    padding-left: 26px;
    color: #000;
    margin-bottom: 0;
    cursor: pointer;
}
#payment .input-radio:checked + label::before, #payment .input-radio:hover + label::before {
    background-color: #7da8b8;
}
#payment .input-radio ~ label::before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    background-color: #7da8b8;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 2px;
}
#payment .input-radio:checked + label::after, #payment .input-radio:hover + label::after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    left: 6px;
    top: 8px;
}
.main-container {
    padding-top: 70px;
    padding-bottom: 70px;
}

#checkout-form h4{
    font-size: 24px;
    letter-spacing:0px;
    font-family: "Montserrat", sans-serif !important;
}

.right{
    text-align: right !important;
}
#payment {
    background-color: #f6f6f6;
    border-radius: 0;
}
#payment ul {
    padding: 30px 30px 20px 30px;
    list-style: none;
}
.wc_payment_method:not(:last-child) {
    padding-bottom: 20px;
}
#payment .input-radio {
    display: none;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
#payment .input-radio ~ label {
    position: relative;
    padding-left: 26px;
    color: #000;
    margin-bottom: 0;
    cursor: pointer;
}
#payment .input-radio ~ label::before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    background-color: #7da8b8;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 2px;
}
#payment .input-radio:checked + label::after, #payment .input-radio:hover + label::after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    left: 6px;
    top: 8px;
}
.form-row:last-child {
    margin-bottom: 0;
}
.place-order {
    text-align: center;
}
.form-row {
    margin-bottom: 30px;
    display: block;
    margin-left: 0;
    margin-right: 0;
}
.place-order .akasha-terms-and-conditions-wrapper {
    padding: 0 30px;
}
#place_order {
    width: 100%;
    background-color: #000;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    border-radius: 0;
}

form.akasha-checkout::after {

    clear: both;

}

.status-badge{
    font-size: 10px !important;
    padding: 3px !important;
    height: 18px;
    color: white !important;
    border: 0 !important;
    border-radius: 0.5rem;
}

.added_to_cart.disabled,
.added_to_cart:disabled,
.button.disabled,
.btn-black.disabled,
.btn-theme.disabled,
.button:disabled,
button.disabled,
button:disabled,
input[type="button"].disabled,
input[type="button"]:disabled,
input[type="reset"].disabled,
input[type="reset"]:disabled,
input[type="submit"].disabled,
input[type="submit"]:disabled {
    opacity: 0.65 !important;
    cursor: not-allowed;
}
