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

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

}


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


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

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

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

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

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

.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: #ff9fb1;
    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: #ff9fb1;
    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: #ff9fb1 !important;
    cursor: pointer;
}

.bordered {
    border: 3px solid #ff9fb1;
    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: #ff9fb1;
    color: white;
    border: 1px solid #ff9fb1;
    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: #ff9fb1;
}

.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: #ff9fb1 !important;
}
.selectedBox h3{
    color:#fff !important;
    line-height: 44px !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: #ff9fb1;
    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: #ff9fb1;
}
#payment .input-radio ~ label::before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    background-color: #ff9fb1;
    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: #ff9fb1;
    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;
}

.live-input-form{
    border: none;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-bottom: 1px solid #ccc;
    border-radius: 0 !important;
    background: transparent !important;
}

.light-text-color{
    color: #efefef !important;
}
.m-b-30{
    margin-bottom: 30px;
}
.live-title{
    border: 0 !important;
    margin: 0;
    padding: 0;
    line-height: 30px;
    /*height: 30px;*/
    color:  #efefef;
}
.live-description{
    border: 0;
    color:  #efefef;
    font-size: 12px;
}
.height-150{
    height: 150px !important;
    object-fit: contain;
    width: 100%;
}
.full-height{
    height: 100% !important;
}
.m-t-50{
    margin-top: 50px;
}
.marg-l-10{
    margin-left: 10px !important;
}

.theme-text-color{
    color: #ff9fb1 !important;
}

.header-logo-size{
    height: 70px;
    object-fit: contain;
}
.marg-b-10{
    margin-bottom: 0 !important;
}

.mondial-select-btn{
    background: #ff9fb1 !important;
    border: none !important;
}
.mondial-selected-btn{
    background: #333 !important;
    border: none !important;
    color: #fff !important;
}

.mondial-select-box{
    box-shadow: rgb(14 30 37 / 12%) 0px 2px 4px 0px, rgb(14 30 37 / 32%) 0px 2px 16px 0px;
    cursor: pointer;
    padding: 10px !important;
    height: 185px;
    border-radius: 5px;
}
.mondial-select-box:hover{
    box-shadow: rgb(14 30 37 / 12%) 0px 4px 8px 0px, rgb(14 30 37 / 32%) 0px 4px 32px 0px;
    background: #fff;
    border:none;
}

.mondial-cart-title{
    font-size: 1rem;
    font-weight: 700;
    border-bottom: 1px solid #33333370;
    color: #ff9fb1;
    padding: 10px 0;

}

@media screen and (min-width: 1200px)
{
    .css-1u74ujl {
        font-size: 14px;
    }
}
@media screen and (min-width: 768px) {
    .css-1u74ujl {
        min-height: clamp(0px, 4.80769vw, 60px);
    }
}

.css-1u74ujl {
    background-color: rgb(238, 238, 238);
    min-height: 48px;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    line-height: 1.25;
    text-align: center;
    font-size: 11px;
}
.css-wxytes {
    width: 100%;
    max-width: 1280px;
    padding-left: 16px;
    padding-right: 16px;
    margin-left: auto;
    margin-right: auto;
}
.css-xm71ip {
    padding: 0.5em 1em;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 12px;
}
.css-hu0rhz {
    display: block;
}
.css-hu0rhz > :last-child {
    margin-bottom: 0px;
}
 .css-hu0rhz > :first-child {
     margin-top: 0px;
 }
.header-coupon{
    background-color: rgb(238, 238, 238);
    min-height: 48px;
    display: flex;
    justify-content: center;
    width: 100%;
    line-height: 3;
    font-size: 11px;
    border: 1px solid #ebebeb;
    text-align: center;

}

@media (min-width: 763px){
    #signIn {
        display: contents;
        text-transform: uppercase !important;
    }
    #loginButton .login-icon{
        display: none !important;
    }
}
@media (max-width: 762px){
    #signIn {
        /*display: none !important;*/
        text-transform: uppercase !important;
    }
    .login-icon{
        display: inline !important;
    }
}

.add-to-cart-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    left: 0;
    z-index: 1050;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1199px) {
    .add-to-cart-modal {
        padding: 0 10px;
    }
}
.add-to-cart-modal.active {
    opacity: 1;
    visibility: visible;
}
.add-to-cart-modal.active .product-quick-view-inner {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.add-to-cart-modal .canvas-overlay {
    position: fixed;
    top: 0;
    opacity: 0.5;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.price-input{
    width: 99% !important;
}

.product-item .product-info .live-title{
    font-size: 14px;
    text-transform: uppercase !important;
    letter-spacing: -0.32px;
    line-height: 1;
    margin-bottom: 5px;
}

.product-item .product-info .live-title a {
    color: #333 !important;
}
.login-btn{
    text-transform: uppercase;
}
@media only screen and (max-width: 1199px){
    .login-btn{
        font-size: 13px !important;
    }
}

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