.product_color{
    display: block;
    width: auto;
    padding: 8px 12px;
    border: 1px solid #cccccc;
    border-radius: 10px;
    text-align: center;
    margin: 5px;
}
label{
    cursor: pointer;
	font-size: 12px !important;
}
.option_variation_radio{
    cursor: pointer;
    border: 1px solid #ddd;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding: 10px 15px;
    margin: 5px;
    background: #f8f8f8;
    border-radius: 5px;
    font-size: 13px;
}
.variationSelected{
    border-bottom: 3px solid #f00;
}
.my-5{
    margin: 5rem 0;
}
.m-0{
    margin: 0 !important;
}
.p-2{
    padding: 1rem !important;
}
.p-3{
    padding: 3rem !important;
}
.p-4{
    padding: 4rem;
}
.text-danger{
    color: red;
}
.d-flex{
    display: flex !important;
}
.justify-content-between{
    justify-content: space-between !important;
}
.align-center{
    align-items: center !important;
}
.font-9{
    font-size: 9pt!important;
}
.ml-1{
    margin-left: 1rem;
}

/*-- Sidebar Price --*/
.sidebar-price {
    overflow: hidden;
}

.sidebar-price #price-range {
    position: relative;
    width: 100%;
    height: 5px;
    margin: 7px 0;
    border-radius: 50px;
    background-color: #ccc;
    border: 0;
}

.sidebar-price #price-range .ui-slider-range {
    position: absolute;
    top: 0;
    height: 100%;
    background-color: #fcc600;
}

.sidebar-price #price-range .ui-slider-handle {
    position: absolute;
    top: 50%;
    display: block;
    width: 15px;
    height: 15px;
    cursor: pointer;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    border: 0;
}

.sidebar-price .price-amount {
    width:100%;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    padding: 0;
    color: #333333;
    border: none;
    background-color: transparent;
    display: block;
}

.sidebar-price button {
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 13px;
}
.product-details{
    height: auto !important;
}
.img-variations {
    width: 15px !important;
    height: 15px !important;
    border-radius: 50% !important;
    border: 1px solid black;
    margin: 1px;
}
.mt-3{
    margin-top: 3rem;
}
.fa-shopping-cart{
    cursor: pointer;
}
.fa-trash{
    cursor: pointer;
}
#compare_count{
    position: absolute;
    width: 1.9rem;
    height: 1.9rem;
    border-radius: 50%;
    font-style: normal;
    z-index: 1;
    left: 20px;
    top: 5px;
    font-family: IRANSans;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.8rem;
    background: #8d38b9;
    color: #fff;
    text-align: center;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}
.customLogo {background: #fff; border: 1px solid #f00; border-radius: 10px;}

.bg-light-gray {
    background-color: #f2f2f2 !important;
}

.w-30 {
    width: 30%;
    display: block;
}

.w-70 {
    width: 70%;
    display: block;
}

.ml-5 {
    margin-left: 5px;
}
.tab-content{
    padding: 20px;
}
.my-1{
    margin: 1rem 0;
}
/*//search box*/
#divParent {
    /* You need to set a size */
    max-height: 200px;
    /* Enable the scrollbar to do not go over the text when growing */
    position: absolute;
    width: 100%;
    top: 50px;
    left: 0;
    background-color: white;
    overflow-y: scroll;
    z-index: 99999;
}
#divParent_mobile {
    /* You need to set a size */
    max-height: 280px;
    /* Enable the scrollbar to do not go over the text when growing */
    position: absolute;
    width: 100%;
    top: 60px;
    left: 0;
    background-color: #222;
    overflow-y: scroll;
    z-index: 99999;
    padding: 2rem 1.5rem;
}
#product_search_box {
    display: none;
}
#product_search_box > a {
    border-bottom: 1px solid #dee2e6;
    padding: 10px;
}
#product_search_box > a:hover {
    background-color: #a5c7fd;
}
#product_search_box_mobile {
    display: none;
}
#product_search_box_mobile > a {
    border-bottom: 1px solid #dee2e6;
    padding: 10px;
}
#product_search_box_mobile > a >span{
    color: white !important;
}
#product_search_box_mobile > a:hover {
    background-color: #a5c7fd;
}
#order_status_header {
    position: absolute;
    top: 50px;
    left: 5px;
    background-color: #333 !important;
    text-align: center;
    z-index: 999;
    padding: 11px;
    display: none;
}
#mobile_close_icon{
    display: none;
}
#check_order_status_input {
    display: none;
}
#search_input_mobile{
    z-index: 1 !important;
}
.user_normil_price{
    font-size: 14px;
    display: block;
    margin: 10px 0;
}

.product-slideup-content{
    height:495px !important;
    background: white;
}
.product {
  position: relative;
  height: 100%;
  background: white;
}
.product-label{
      position: absolute;
  z-index: 99;
  width: auto;
  padding: 0 !important;
  top:0;
  left: 0;
}
.custom_label{
    background-color: #ad0000;
width: auto;
display: block;
padding: 7px;
text-align: center;
}
.attr_group_tab{
    cursor: pointer;
}
.product_attribute_icon{
    width: 30px !important;
    height: 30px;
}
.product_attribute{
    width: 100%;
    height: 40px;
  	padding-bottom: 40px;
}
.new-price{
    margin-bottom: 0 !important;
	font-size: 17px;
}
.d-none{
    display: none !important;
}
.product-countdown {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 1rem;
    border-radius: 0.3rem;
    background-color: #4e4e4e;
    color: #fff;
    padding: 30px 0;
}
.product-countdown-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 1rem;
}
.products_old_price{
  	position: relative;
    font-size: 13px;
	margin-top: -22px;
}
.product_list_discount {
    width: 42px;
    height: 27px;
    background: #8d38b9;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: -10px;
    bottom: -14px;
    z-index: 999;
    font-size: 16px;
    font-family: arial;
  direction: ltr;
}

#CartItems{
    padding: 15px;
    max-height: 73%;
    overflow-x: hidden;
    overflow-y: auto;
}
.page_description{
    background: white;
    padding: 30px;
    height: 300px;
    overflow: hidden;
    position: relative;
    transition: all ease 3s;
}
.page_description2{
    background: white;
    padding: 30px;
    height: auto;
    overflow: hidden;
    position: relative;
    transition: all ease 3s;
}
.page_description:before {
    content:'';
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    background:linear-gradient(transparent 150px, white);
}
.company_label{
    background: #cccccc;
    padding: 15px;
}
.radio_btn{
    width: auto !important;
}
input[name='company_type']{
    cursor: pointer;
}
.invalid-feedback{
    color: red;
    font-size: 9pt;
}

.product_attr_short_text{
    position: relative;
}
.product_attr_short_text::after {
    content: "";
    display: block;
    width: 1px;
    height: 18px;
    background: #b39b63;
    position: absolute;
    bottom: 0;
}

.product_attr_short_text:first-child::after {
    display: none !important;
    width: 1px;
    height: 18px;
    background: #b39b63;
    position: absolute;
    bottom: 0;
}
.short_text{
    font-size: 9pt;
}
.product_attr_short_text >span:first-child{
    display: block;
  height:20px;
}
.quantity-finished-text{
  border: 1px solid #8d38b9 ;
    border-radius: 5%;
    width: 100%;
    display: block;
    margin-top:5px;
    font-size: 14px;
    padding: 6px;
}

.product_colors{
    position: absolute !important;
    right: 5px;
    top: 20px;
    display: flex !important;
    flex-direction: column;
    z-index: 1;
}
.sticky-content.fixed.fix-top {
 z-index:99999 !important; 
}
@media only screen and (max-width: 900px){
    .special-offer .banner-wrapper img {
         min-height: 1rem !important;
    }
  .shop-default-banner {
    width: 100% !important;
    height: 220px !important;
    margin-top: 30px;
}
  .shop-default-banner {
    min-height: 1rem;
}
}
@media only screen and (max-width: 600px){
    .grid .banner, .grid .category, .grid .category > a, .grid figure, .grid .banner img, .grid .category img {
        height: auto !important;
        width: 100% !important;
    }
      .special-offer .banner-wrapper img {
         min-height: 1rem !important;
    }
    .shop-default-banner {
    width: 100% !important;
    height: 84px !important;
    margin-top: 30px;
}
  .shop-default-banner {
    min-height: 1rem;
}
}

.my-3{
 	margin: 3rem 0; 
	}

.product-over{
  		margin-top:28px;
	}

.dropdown-box{
z-index:99999;
}

.compare-dropdown{
 margin-top:4px; 
}
.cart-count{
  display:flex;
  justify-content: center;
  align-items: center;
}
.pswp__zoom-wrap{
    transform: none !important;
}

.pswp__img{
    /* display: block; */
    width: auto;
    height: 436px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 20px auto;
}
#product-tab-description li:before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #9b59b6;
    border-radius: 100%;
    margin-left: 10px;
    display: inline-block;
}
.swiper-wrapper .product{
 max-height:1000px; 
}

.oldPrice{
  text-align: center;
  margin-bottom: ;
  margin: 15px;
  font-size: 17px;
  color: red; 
}
.product-wrap > .product {
      border: 2px solid #8d38b9;
    border-radius: 8px;
    overflow: hidden;
}

.swiper-wrapper .product-wrap > .product {
 margin-left: 6px; 
      margin: 0 0 20px 12px !important;
}
.product-wrap{
  transition: all 0.3s ease;
  flex: 0 0 20% !important;
}
.product-wrap:hover{
  transform: translateY(-12px);
    cursor: pointer;
}


@media screen and (max-width: 768px){
    .product_list_discount{
        width: 34px !important;
        bottom: -56px;
    }
}



@media screen and (max-width: 568px) {
.ggheaddesk {
    width:100% !important;
    height: auto;
    display: none
    
}
    .product-wrap{
  transition: all 0.3s ease;
  flex: 0 0 100% !important;

}
.ggheadmobile {
    width:100% !important; height: auto; display: block}
    .product-wrap{
    transition: all 0.3s ease;
    flex: 0 0 100% !important;

}
}
@media screen and (min-width: 569px) {
.ggheaddesk {width:100% !important; height: auto; display: block;}
.ggheadmobile {width:100% !important; height: auto; display: none;}
}

.zoom {transition: all 500ms ease 0s;
   }

.zoom:hover {
    transform :  scale(1.1, 1.1);
    -moz-transform :  scale(1.1, 1.1);
    -o-transform :  scale(1.1, 1.1);
    -webkit-transform :  scale(1.1, 1.1);
    -ms-trnasform :  scale(1.1, 1.1);
}

.product_has_sale .product_list_discount{
        width: 34px !important;
        bottom: -80px;
 		left : 1px ;
    }
.product:not(.product-single):hover .product-countdown-container {
  opacity: 1 !important;
	visibility: visible !important;
}
.product-countdown-container{
  direction:ltr;
}
p.regular-price{
  color:#8d38b9 !important
}

.btn-qesta {background: none; padding: 16px 30px; border-radius: 7px; color: #30357c !important; transition: all 500ms ease 0s; border-color: #30357c;}
.btn-qesta:hover {background: #30357c; padding: 16px 30px; border-radius: 7px; color: #ffffff !important; transition: all 500ms ease 0s;}
.PriceStyle {color: #8d38b9; font-weight: normal; padding: 5px; font-size: 24px; text-align: center;}