.ps-header.ps-header--sticky .ps-logo .sticky-logo {
    display: block;
    width: 180px;
}

.product-image-modal {
    height: 300px !important;
    object-fit: contain;
}

.ps-addcart .ps-addcart__body {
    min-height: auto;
}

.ps-categogy--detail .ps-product--standard .ps-product__thumbnail .ps-product__actions .ps-product__item {
    display: flex;
    text-align: center;
    justify-content: center;
}

#popupAddcart {
    z-index: 1060 !important;
}

.ps-quickview .ps-product__quantity .ps-btn {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.modal-open .modal {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.ps-product__group-mobile {
    justify-content: center !important;
}

@media screen and (max-width:720px) {
    .ps-product__quantity {
        width: 100%;
    }
}

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

.bg-theme {
    background-color: #FD8D27 !important;
}

.color-circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-left: 5px;
    margin-right: 5px;
    /* border: 1px solid #000; */
}


.banner-hero {
    background: linear-gradient(to left, #a5d9fb6b, #c4c8cb99), url(../../public/img/back.jpg);
    background-repeat: no-repeat;
    background-position: unset;
    background-size: cover;
}

.ps-banner .ps-banner__desc {
    line-height: 40px;
}

@media screen and (max-width: 767px) {
    .banner-hero {
        background: linear-gradient(to left, #df8d41, #fd8d27ba), url(../../public/img/back.jpg);
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: cover;
    }
    .ps-banner {
        position: relative;
        min-height: 373px;
        /* padding-bottom: 15px; */
    }
    .ps-section--banner {
        min-height: 127px;
        position: relative;
    }
    
    .intro-vedio{
        height: 100% !important;
        width: 100%;
    }

    .vedio-bg{
        margin: 70px 0;
    }

}

.payment-logo {
    width: 50px;
    height: 25px;
    object-fit: cover;
    border-radius: 3px;
    margin: 0px !important;
}

.payment-logo-paypal {
    width: 100%;
    height: 25px;
}

.payment-logo-qi {
    object-position: top;
}

@media screen and (min-width: 767px) {
    .w-md-50 {
        width: 50%;
    }
}

.ps-widget--product .ps-widget__block .ps-widget__content {
    max-height: 280px !important;
}

.bg-category {
    background-color: #f0f2f5;
}

.vedio-bg{
    background-color: #fff;
    border-radius: 15px;
    padding: 10px;
    display:table;
    width:auto;
    position:relative;
}

.intro-vedio{
    position: relative;
    width: 569px;
    height: 322px;
    border-radius: 5px;
    left: 0;
    right: 0;
    width: 100%;
}
.vedio-bg .playpause{
    background-image:url(/assets/public/img/play.png);
    background-repeat:no-repeat;
    width:50%;
    height:50%;
    position:absolute;
    left:0%;
    right:0%;
    top:0%;
    bottom:0%;
    margin:auto;
    background-size:contain;
    background-position: center;
}

.deal-text{
    line-height: 40px;
}

.ps-home .ps-home__banner .ps-banner{
    height: 100% !important;
    min-height: auto !important;
}

#uat-message{
    background-color: red;
    position: fixed;
    z-index: 9999999;
    left: 0;
    top: 5px;
    width: 130px;
    height: 30px;
    text-align: center;
    color: #fff;
    border-radius: 0 25px 25px 0;
    padding: 5px;
}


.form-control-theme{
    border: 1px solid #fd8d27;
    border-radius: 15px;
}

.overflow-hidden{
    overflow: hidden;
}
.overflow-y-clip{
    overflow-y:clip ;
}

.ps-login--modal{
    z-index: 9999;
}

.ps-widget--product .ps-widget__block .ps-widget__content{
    max-height: none !important;
}

.ps-product__image img{
    width: 100% !important;
    height: 240px !important;
    object-fit: contain;
}