span#cart-count{
    background-color: #ffc107;
    border-radius: 50%;
    width: 21px;
    display: flex;
    height: 21px;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: -2px;
    right: -6px;
}

.pointermouse{
    cursor: pointer;
}

.center-flex-column{
    align-items: center;
    display: flex;
    flex-direction: column;
}

.h20mr10block{

}

.fullwidth{
    width: 100%;
}

.fullheight{
    height: 100%;
}

.redtext{
    color:red;
}

.mil {
    margin-top: 10px;
    border-radius: 5px;
    border: 2px solid black;
    width: 100px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.centerflexfullb20{
    display: flex;
    align-items: center;
    justify-content: center;
	bottom: 20px;
    position: absolute;
	width: 100%;
}

.notopmargin{
    margin-top: 0px;
}

.custable{
    width: 100%;
    vertical-align: top;
    margin-bottom: 40px;
    padding:0;
}

.font-bt40{
    font-family: 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
    margin-bottom: 40px;
}

.custd{
    font-family: 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
    border:0;
    padding:0;
}

.hideit{
    display:none;
}

.flex-rev-cen{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.quantity, .reset_variations, .variations th.label{
	display: none!important;
}
.woocommerce-variation.single_variation, table.variations{
	position: absolute;
}form.cart table.variations{
	top: -66px;
    right: 0;
	width: 110%!important;
} 
.woocommerce-variation.single_variation{
	top: -105px;
    right: auto;
    width: 139px;
    display: flex;
    justify-content: center;
}   
.home .single_variation_wrap{
margin-top: 0!important;
}
.home form.cart table.variations{
	top: -70px;
    right: -26px;
    width: 130%!important;
    transform: scale(0.75);
}

.woocommerce-notices-wrapper{
    display: none;
}
.ali-col3{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    text-align: center;
}
@media (max-width:992px){
    .ali-col3{
    grid-template-columns: repeat(2,1fr);
    }
    .woocommerce-loop-product__title {
        height: 70px;
        display: flex;
        overflow: hidden;
    }
}

div.price span.price {
    display: flex;
    flex-direction: column;
    line-height: 1.25rem;
    align-items: center;
}

li.outofstock span.variable-item-span {
    text-decoration: line-through;
    text-decoration-color: red;
    text-decoration-thickness: 3px;
}

.br15h300fullcover{
    border-radius: 15px;
    width:100%;
    object-fit:cover;
}

.discontent{
    display: contents
}

.h300{
    height: 300px;
}

.h80{
    height: 80px;
}

.br15{
    border-radius:15px;
}

li.outofstock {
    border: 2px solid red;
}

span.sale-khchi {
    position: absolute;
    left: 15px;
    top: 15px;
}

.no-margin-and-padding-1280{
    max-width: 1280px;
    padding:0;
    margin:0 auto;
}

.flex-justify-rev{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.justify{
    text-align:justify;
}

.woocommerce-notices-wrapper {
    display: none;
  }

.ali-col3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
}

.ali_filter_page .col-4{
    width: 20%;
    padding: 25px;
    border-radius: 10px;
    border: 1px solid rgb(224 224 226);
    margin: 10px;
}

.ali_filter_page .col-4 .sticky{
    position: sticky;
    top: 150px;
}

.ali_filter_page .col-8{
    width: 80%;
}
  
@media (max-width: 992px) {
    .ali-col3 {
      grid-template-columns: repeat(2, 1fr);
    }
    .woocommerce-loop-product__title {
      height: 70px;
      display: flex;
      overflow: hidden;
    }

    .ali_filter_page{
      flex-direction: column;
    }
    
    .ali_filter_page .col-8{
      width: 100%;
    }
    .ali_filter_page .col-4 .sticky{
      position: relative;
      top:0;
      }
      .ali_filter_page main{
          maring-top:0;
      }

}

@media (min-width:1000px){
    .ali_filter_page main.single-product-main{
        margin-top: 0!important;
    }
}
 
  
div.price span.price {
    display: flex;
    flex-direction: column;
    line-height: 1.25rem;
    align-items: center;
}
  
span.sale-khchi {
    position: absolute;
    left: 15px;
    top: 15px;
}

.fw600-fs24{
    font-weight:600;
    font-size:24px;
}