#qcld_wootab-product-modal{
  z-index: 999999999;
  top: 50;
  width: 900px !important;
  height: 400px !important;
  max-height: 400px !important;
  overflow: auto;
  background-color: #fff !important;
  margin: 0 auto;
  position: relative;

}

.mfp-inline-holder .mfp-content {
  position: relative;
  background: #fff;
  padding: 0px  !important;
  width: auto;
  max-width: 100% !important;
  margin: 0px auto  !important;
}

/* Scroll bar design css  */

#qcld_wootab-product-modal::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
}

#qcld_wootab-product-modal::-webkit-scrollbar
{
  width: 10px;
  background-color: #F5F5F5;
}

#qcld_wootab-product-modal::-webkit-scrollbar-thumb
{
  background-color: #626262;
  border: 2px solid #555555;
}

/* product details css */

.qcld_wootab-product-details .qcld-express-quick-left {
  width: 45%;
  float: left;
  height: 400px;
  background: #fff;
}
.qcld_wootab-product-details .qcld-express-quick-right {
  width: 55%;
  float: left;
  padding: 15px 30px 0px 30px;
  height: 400px;
  background: #fff;
}
.qcld_wootab-product-details .qcld-express-quick-right p{
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 5px 0px;
}

.qcld_wootab-product-details .qcld-express-quantity {
  border: 1px solid #e2e2e2;
  font-size: 16px;
  color: #555555;
  margin: 0 10px 0 0;
  display: flex;
  width: 100px !important;
  align-items: center;
  justify-content: center;
  height: 45px;
}
.qcld_wootab-product-details .qcld_express_button, .qcld_wootab-product-details .single_add_to_cart_button  {

  display: flex;
  width: 140px !important;
  padding: 9px 20px;
  font-size: 18px;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.qcld_wootab-product-details .qcld-express-carts-sec {
  margin: 15px 0px;
  display: flex;
}

.qcld_wootab-product-details .qcld-express-quantity .qcld-express-qty-decrease {
  padding-right: 5px;
  cursor: pointer;
  color:#222;
}

.qcld_wootab-product-details .qcld-express-quantity .qcld-express-qty-increase {
  padding-left: 5px;
  cursor: pointer;
  color:#222;
}


.qcld_wootab-product-details .qcld-express-quantity input, .qcld_wootab-product-details .qcld-express-quantity button {
    border: 0;
    background: none;
    height: 33px;
    width: auto;
    text-align: center;
}
.qcld_wootab-product-details .qcld_express_button, .qcld_wootab-product-details .single_add_to_cart_button  {
  height: 45px;
  background: #eb5037;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  cursor: pointer;
}

.qcld_wootab-product-details .single_add_to_cart_button  {
  margin-top:15px;
}

.qcld_wootab-product-details .qcld-express-quick-right .single_add_to_cart_button  {
  margin-top:0px;
}

.qcld_wootab-product-details .qcld-express-quantity .qcld_express_button, .qcld_wootab-product-details .single_add_to_cart_button {
  padding: 0 10px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.qcld_wootab-product-details .qcld_express_button:hover , .qcld_wootab-product-details .single_add_to_cart_button:hover{
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  background: #eb5037;
  color: #000;
}

.qcld_wootab-product-details .qcld-express-popup-row {
  display: block;
  width: 100%;
  clear: both;
  border-bottom: 1px solid transparent;
}

.qcld_wootab-product-details .qcld-express-popup-col-12 {
  display: inline-block;
  float: left;
  padding: 5px 0px;
  min-height: 1px;
  box-sizing: border-box;
}
.qcld_wootab-product-details .qcld-express-out-of-stock {
  color:red;
}
.qcld_wootab-product-details .qcld-express-ratting {
  display: block;
}
.qcld_wootab-product-details .woocommerce .star-rating {
  float: left !important;
  /*width:100% !important;*/
  margin-bottom: 10px !important;
  margin-top: -10px !important;
}

.qcld_wootab-product-details .qcld-express-product-img{
  width:100%;
  height:auto;
}

.qcld_wootab-product-details .qcld-express-quick-left .qcld-express-product-img 
{
  
  max-height: 400px;
  height:auto;
  width:100%;
}

.qcld_wootab-product-details .qcld-express-quick-left .qcld-express-product-img .lSSlideOuter .gallery li 
{
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 400px;
  height:auto;
  overflow:hidden;
}
.qcld_wootab-product-details .lSSlideOuter .lSPager.lSGallery li {
  border-radius: 5px;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 58px;
  overflow:hidden;
}


.qcld_wootab-product-details .lSSlideOuter .lSPager.lSGallery{
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto !important;
}
.qcld_wootab-product-details .lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 5px;
  border: 1px solid #ddd;
 
}

.qcld_wootab-product-details .lSSlideOuter .lSPager.lSGallery li.active{
  border-radius: 5px;
  border:1px solid #A46497;
}
.qcld_wootab-product-details .qcld_ex_cat_name{
  display: inline;
}

.qcld_wootab-product-details .qcld-express-quick-left .qcld-express-product-img .lSGallery{
  display: none !important;

}

.qcld_wootab-product-details .qcld-express-quick-left:hover .qcld-express-product-img .lSGallery{
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom:0;
  
}

.qcld_wootab-product-details .qcld-express-product-img .lSSlideWrapper img{
  max-width: none !important;
}
.mfp-wrap {
    z-index: 9999999999999999;
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
    background: rgba(0,0,0,0.6);
}

@media screen and (min-width: 981px) {

    .qcld_wootab-product-details  .qcld-express-quick-left .qcld-express-product-img .lSSlideOuter .gallery li 
    {
      display: flex;
      align-items: center;
      justify-content: center;
      max-height: 400px;
      height:auto;
      overflow:hidden;
    }
    .qcld_wootab-product-details  .lSSlideOuter .lSPager.lSGallery li {
      border-radius: 5px;
      border: 1px solid #ddd;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 58px;
      overflow:hidden;
    }


    .qcld_wootab-product-details .lSSlideOuter .lSPager.lSGallery{
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto !important;
    }
    .qcld_wootab-product-details .lSSlideOuter .lSPager.lSGallery li:hover {
      border-radius: 5px;
      border: 1px solid #ddd;
     
    }

    .qcld_wootab-product-details .lSSlideOuter .lSPager.lSGallery li.active{
      border-radius: 5px;
      border:1px solid #A46497;
    }
    .qcld_wootab-product-details .qcld_ex_cat_name{
      display: inline;
    }

    .qcld_wootab-product-details .qcld-express-quick-left .qcld-express-product-img .lSSlideOuter .lSGallery{
      display: flex !important;
      align-items: center;
      justify-content: center;
      position: absolute;
      bottom:0px;
      height:0px;
      transition: 0.3s ease all;
    }

    .qcld_wootab-product-details .qcld-express-quick-left:hover .qcld-express-product-img .lSGallery{
     display: flex !important;
      bottom:0;
      height:60px;
      transition: 0.3s ease all;
      
    }


}

@media screen and (max-width: 767px) {

   
    .qcld_wootab-product-details .woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
        opacity: 1 !important;
        padding-bottom:30px;
    }
    .qcld_wootab-product-details .woocommerce-product-gallery__wrapper {
       float: none !important;
    }
    .woocommerce div.product form.cart .button {
        width: 100%;
        margin-top: 10px;
    }
    .qcld_wootab-product-details .woocommerce #content div.product form.cart div.quantity, .woocommerce div.product form.cart div.quantity, .woocommerce-page #content div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity {

        margin: 0 0px 0 0 !important;
    }
    .qcld_wootab-product-details .woocommerce .quantity .qty {
        width: 100%;
    }

  #qcld_wootab-product-modal {
    width: 100vw !important;
    height: 90vh !important;
  }

  #qcld_wootab-product-modal .qcld_wootab-product-details .qcld-express-quick-left {
    width: 100%;
    float: none;
    margin-bottom: 45px;
  }
  #qcld_wootab-product-modal .qcld_wootab-product-details .qcld-express-quick-right {
      width: 100%;
      float: none;
      padding-left: 15;
      padding-top: 30px;
  }

  .qcld_wootab-product-details .lSSlideOuter .lSPager.lSGallery li {
    border-radius: 5px;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    overflow:hidden;
  }


  .qcld_wootab-product-details .lSSlideOuter .lSPager.lSGallery{
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto !important;
  }
  .qcld_wootab-product-details .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 5px;
    border: 1px solid #ddd;
   
  }

  .qcld_wootab-product-details .lSSlideOuter .lSPager.lSGallery li.active{
    border-radius: 5px;
    border:1px solid #A46497;
  }

}


/* product details css here. */

.qcld_wootab-product-details .qcld-express-quantity, .qcld_wootab-product-details .input-text.qty {
  border: 1px solid #e2e2e2;
  font-size: 16px;
  color: #555555;
  margin: 0 10px 0 0;
  display: flex;
  width: 100px !important;
  align-items: center;
  justify-content: center;
  height: 45px;
}
.qcld_wootab-product-details .qcld_express_button {

  display: flex;
  width: 140px !important;
  padding: 9px 20px;
  font-size: 18px;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.qcld_wootab-product-details .qcld-express-carts-sec {
  margin: 15px 0px;
  display: flex;
  width: 100%;
}

.qcld_wootab-product-details .qcld-express-quantity .qcld-express-qty-decrease {
  padding-right: 5px;
  cursor: pointer;
  color:#222;
}

.qcld_wootab-product-details .qcld-express-quantity .qcld-express-qty-increase {
  padding-left: 5px;
  cursor: pointer;
  color:#222;
}


.qcld_wootab-product-details .qcld-express-quantity input, .qcld_wootab-product-details .qcld-express-quantity button{
  border: 0;
  background: none;
  height: 33px;
  width: auto;
  padding: 0px 0px;
}

.qcld_wootab-product-details .qcld_express_button {
  height: 45px;
  background: #eb5037;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  cursor: pointer;
}

.qcld_wootab-product-details .qcld-express-quantity .qcld_express_button {
  padding: 0 10px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.qcld_wootab-product-details .qcld_express_button:hover {
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  background: #eb5037;
  color: #000;
}

.qcld_wootab-product-details .qcld-express-popup-row {
  display: block;
  width: 100%;
  clear: both;
  border-bottom: 1px solid transparent;
}


.qcld_wootab-product-details .qcld-express-popup-row select {
    display: block;
    width: 100%;
    box-sizing: border-box;
    height: 35px;
    border: 1px solid #e4e4e4;
}

.qcld_wootab-product-details .qcld-express-popup-col-12 {
  display: inline-block;
  float: left;
  padding: 5px 0px;
  min-height: 1px;
  box-sizing: border-box;
   width: 100%;
}

.qcld_wootab-product-details .qcld-express-product-img{
  width:100%;
  height:auto;
}

.qcld_wootab-product-details .qcld-express-out-of-stock {
  color:red;
}
.qcld_wootab-product-details .qcld-express-ratting {
  display: block;
}
.qcld_wootab-product-details .woocommerce .star-rating {
  float: left !important;
  margin-bottom: 10px !important;
  margin-top: -10px !important;
}

/* quick view css */
.qcld_wootab-product-details .single_variation_wrap .quantity,
.qcld_wootab-product-details .single_variation_wrap .quantity{
    font-size: 16px;
    color: #555555;
    margin: 0 10px 0 0;
    display: flex;
    width: 130px !important;
    align-items: center;
    justify-content: center;
    height: 45px;
    float:left  !important;
}

.qcld_wootab-product-details .single_variation_wrap .quantity .qty,
#qcld-express-modal .single_variation_wrap .quantity .qty{
    border: 1px solid #e2e2e2;
    font-size: 16px;
    color: #555555;
    margin: 0 10px 0 0;
    display: flex;
    width: 130px !important;
    align-items: center;
    justify-content: center;
    height: 45px  !important;
}
.qcld_wootab-product-details .single_variation_wrap .single_add_to_cart_button,
#qcld-express-modal .single_variation_wrap .single_add_to_cart_button{
    width:170px !important;
    height: 45px  !important;
    background: #eb5037  !important;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    -webkit-border-radius: 0;
    border-radius: 0;
    text-transform: uppercase;
    cursor: pointer;
    float:left  !important;
    border:0px !important;
    margin-bottom: 30px;
}
.qcld_wootab-product-details .single_variation_wrap .single_add_to_cart_button:hover,
#qcld-express-modal .single_variation_wrap .single_add_to_cart_button:hover{
    background: #eb5037  !important;
}

.qcld_wootab-product-details .product_meta,#qcld-express-modal .product_meta {
    border-top: 0px solid transparent !important;
    color: #666;
    font-size: 14px;
    width: 100%;
    clear: both;
}
.qcld_wootab-product-details .variations,
#qcld-express-modal .variations {
    margin-bottom:15px !important;
}
.qcld_wootab-product-details .variations .label,#qcld-express-product-modal .variations .value ,
#qcld-express-modal .variations .label,#qcld-express-modal .variations .value{
    width:50% !important;
    margin-bottom:5px !important;
}


.qcld_wootab-product-details .variations td select {
    padding: 4px 8px;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #666!important;
    background-color: #ececec;
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 12px;
    font-weight: 500;
}

.qcld_wootab-product-details .woocommerce-Price-amount {
    background: inherit;
    font-family: "Open Sans",Arial,sans-serif;
    font-weight: 700;
    font-size: 1.25em;
}

.qc_quantity input {
  cursor: pointer;
}

.express-shop-product-variation-container{
  margin-top: 15px;
}

.express-shop-product-variation-container .product{
  margin: 0px 0px;
  padding: 0px 0px;
}
.qcld_wootab-product-details .reset_variations {
    padding-left:8px;
}

.qcld_wootab-product-details .qcld-express-quick-right ul.woocommerce {
    margin-bottom: 0px !important;
    display: block;
    width: 100%;
    height: 10px;
    margin-top: 10px;
}

.qcld_wootab-product-details .woocommerce-product-details__short-description {
  margin-top: 0px !important;
  margin-bottom: 5px !important;
}

.qcld_wootab-product-details .woocommerce-product-details__short-description::-webkit-scrollbar{
    width: 8px;
    background-color: #F5F5F5;
}

.qcld_wootab-product-details .woocommerce-product-details__short-description::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}
.qcld_wootab-product-details .qcld-express-popup-price {
   padding-bottom:0px !important;
}

.qcld_wootab-product-details .woocommerce-product-details__short-description::-webkit-scrollbar-thumb {
    background-color: #626262;
    border: 2px solid #555555;
}

.qcld_wootab-product-details .woocommerce-product-details__short-description {
    height: auto;
    max-height: 150px;
    overflow-y: auto;
}

.qcld_wootab-product-details .woocommerce .star-rating {
    float: left !important;
    margin-bottom: 0px !important;
    margin-top: -10px !important;
}

.qcld_wootab-product-details #qcld_epress_product_title {
    font-size: 22px !important;
    padding-bottom: 5px !important;
}

.qcld_wootab-product-details .woocommerce-product-details__short-description p, 
.qcld_wootab-product-details .woocommerce-Tabs-panel p {
    font-size: 15px !important;
    line-height: 18px !important;
}

.qc-tabs-style1 ul.qc_nav_style_1 li {
    height: 38px !important;
}

.qcld-express-quick-right .single_add_to_cart_button.disabled{
  cursor: no-drop !important;
  opacity: 0.6 !important;
}

@media screen and (max-width:767px) {

  #qcld_wootab-product-modal {
    width: 100%!important;
  }


}


.qc-wootabs-sorting-sections-top{
    height:50px !important;
}


@media screen and (max-width:480px) {
.qc-tabs-style1 ul li.slick-slide .qcld_category_image,
.qc-tabs-style2 ul li.slick-slide .qcld_category_image {
    display: inline-block !important;
}

.qc-tabs-style1 ul.qc_theme_five li.slick-slide, .qc-tabs-style1 ul.qc_nav_style_1 li.slick-slide {
    padding: 0px 0px !important;
}


.qc-tabs-style1 ul.qc_nav_style_1 li {
    height: 38px !important;
    line-height:38px;
}


.qc-wootabs-sorting-sections {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}


}