.xt-nav-item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.square-box {
    background: none;
    width: 120px;
    height: 120px;
    border: none;
}

.square-box img {
    height: 60px;
    max-width: 100%;
    width: 80px !important;
}

.square-box-text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #00205B;
}

.square-box-content {
    text-align: -webkit-center;
    overflow-x: auto;
}

.category-image-style{
    border-radius: 10px;
}

.xstore-accordin .accordion-button{
    font-weight: bold;
    font-size: 17px;
    color: #00205B;
    height: 50px;
    padding:0rem !important;
    background: #FAFAFA !important;
}

.xstore-accordin .accordion-button:not(.collapsed){
    background-color: transparent;
    box-shadow: none;
}

.xstore-filter-form .accordion .accordion-item{
    background: #FAFAFA !important;
}

.xstore-accordin .accordion-button:focus {
    box-shadow:none;
}

.xstore-accordin .accordion-button::after{
    background-image:url(/custom_ximplethings_xstore/static/src/img/down-arrow.svg);
    height: 12px;
}

.xt-form-check-label {
    font-size: 14px;
    color: #00205B;
    margin-top:6px !important;
    font-weight:600;
}

.inc_x_p_label {
    color: rebeccapurple !important;
}

.xt-form-check-input:focus{
    box-shadow:none;
    border:1px solid rgba(0,0,0,.25);
}

.xt-form-check-input:checked {
    background-color: #FF7500;
    border-radius: 5px;
    border: #FF7500 !important;
}

.inc_x_p_label_input:checked {
    background-color: rebeccapurple !important;
    border:rebeccapurple !important;
}

.price_left_nav_bar {
    background: #FAFAFA;
    border-radius: 10px;
}

.xstore-filter-form{
    background: #FAFAFA;
    border-radius: 10px;
    padding: 10px 20px;
}

.xstore-product-card {
    border: 1px solid #ffffff;
    border-radius: 10px;
}

.xt-card-xstore-img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.xstore-product-riban{
    display: inline-block;
    position: absolute;
    top: 10px;
}
.xstore-product-riban p{
    font-size: 10px;
    padding: 4px 10px;
    margin: 0;
    background: #FE7602;
    color: #fff;
}

.xstore-prd-card-content-box{
    margin: 0 auto;
    position: relative;
}
.xstore-prd-card-content-box:hover{
    box-shadow: 0px 0px 5px rgb(172 173 174);
    border-radius: 8px;
}
.xstore-prd-card-img-box{
    text-align: center;
    height: 200px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 15px;
}
.xstore-prd-card-img-box img{
    max-height: 160px;
    height: auto;
    width: auto;
    max-width: 100%;
}

.display-set-prd-ribbon{
    display: inline-block;
    position: absolute;
    top: 10px;
}

.display-set-prd-ribbon p{
    font-size: 11px;
    padding: 6px 16px;
    margin: 0;
    background: #FE7602;
    color: #fff;
    border-radius: 0px 0px 8px 0px;
}

.xstore-prd-card-title h4{
    font-size: 14px;
    height: 2.7rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #00205B;
    font-weight: bold;
    line-height: 22px;
}

.x-membership-xstore {
    background: linear-gradient(180deg, #699EFF 0%, #6900A9 100%);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff;
    font-size: 12px;
    padding-top: 8px;
    font-weight: bold;
    display: inline-block;
    height: 28px;
    width: 100%;
    opacity:0.8;
}

.x-elligible {
    background: linear-gradient(180deg, #00205B 0%, #6900A9 100%);
    border-radius: 5px;
    color: #fff;
    font-size: 10px;
    padding-right: 8px;
    padding-left: 8px;
    padding-top: 8px;
    font-weight: bold;
    display: inline-block;
    height: 28px;
}

.x-eligible-value{
    background: linear-gradient(180deg, #00205B 0%, #6900A9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 12px;
}

.xt-model-sub-text {
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    color: #00205B;
}

.prd-star-rating-yellow {
    color: #FFC338;
    border-radius: 0.75px;
}

.prd-star-rating-black{
    color:#00000078;
    border-radius: 0.75px;
}

.prd-rating-div{
    height: 30px;
    margin-bottom: -15px;
}

.custom-price-text {
    color: #FE7602;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 5px;
}

.custom-free-membership-text{
    font-weight: 400;
    font-size: 13px;
    color: #6900A9;
}

.custom-free-membership-text ul{
	list-style: disc;
}

.custom-free-membership-text li{
	position: relative;
    left: 20px;
}

.cart-loading{
    opacity:25%;
    pointer-events: none;
}

.xstore-prd-card-info-box, .x-store-shop-btn-sec{
    padding: 3px 15px 10px 15px;
}

.xstore-prd-card-info-box{
    height:235px;
    margin-top: 5px;
}

.xstore-add-to-cart{
    background: #FE7602;
    color: white;
    height: 35px;
    font-weight: bold;
    font-size:14px;
}

.xstore-sold-out{
    height: 35px;
    font-weight: bold;
    font-size:14px;
}

.load-more-btn{
    color:#FE7602
}

.xt-offer-price{
    color:#8A8A8A;
    font-weight:600;
}

.xstore-prd-search-div{
    height: 45px;
}

.xstore-search-box-container{
    border: none;background: none;
    background-color: #FAFAFA;
}

.xstore-search-box-container span{
    background-color: #FAFAFA;
    border: none;
}

.xstore-prd-search-div input, .xstore-prd-search-div input:focus {
    background-color: #FAFAFA;
    border: none;
    color: #8A8A8A;
    border-radius: 0 5px 5px 0;
}

.form-select.search-prd-box-info {
    color: #00205B;
    font-weight: 700;
    border: none;
    background-color: #FAFAFA;
    border-radius: 5px;
    height: 45px;
    padding: 0 20px;
}

.form-select.search-prd-box-info option{
    color: #00205B;
    font-weight: 700;
}

.form-select.search-prd-box-info{
    box-shadow:none;
}

.reset-fileter-span{
    text-align: center;
    justify-content: center;
    display: flex;
    color: #00A2D9;
    margin-bottom: 20px;
    margin-top: 20px;
}

.reset-fileter-span i{
    font-size: 25px;
    padding: 0;
}

.reset-fileter-span button, .reset-fileter-span button:focus {
    padding: 0;
    margin-top: -2px;
    color: #00A2D9;
    text-decoration: underline;
    box-shadow:none;
}

#load-more-product:focus{
    box-shadow: none;
}

.x-store-accordin-body{
    max-height: 305px;
    overflow: auto;
}

.xstore-price-slider .irs-bar{
    background-color: #FF7500 !important;
}

.xstore-price-slider .irs-handle, .xstore-price-slider .irs-handle:hover{
    top: 31px !important;
    width: 14px !important;
    height: 14px !important;
    border: #FF7500 !im1;
    background-color: #FF7500 !important;
    border-radius: 24px !important;
    border:none !important;
}

.xstore-price-slider .irs-from, .xstore-price-slider .irs-to, .xstore-price-slider .irs-single{
    background-color: #FF7500 !important;
    font-size: 12px !important;
}

.xstore-price-slider .irs-from:before, .xstore-price-slider .irs-to:before, .xstore-price-slider .irs-single:before{
    border-top-color:#FF7500 !important;
}


@media (max-width: 575px) {
    .xstore-prd-card-content-box {
        box-shadow: none;
        border:1px solid #ced4da;
        border-radius:10px;
    }
}

@media (max-width: 1200px){
    .xstore-category-sec{
        overflow-x: scroll;
    }
    .xstore-category-sec .categ-div-box{
        width: max-content;
    }
}