

/*------------------------------------------------
Basic Layout
-----------------------------------------------*/
.express-shop-wrapper {
    margin: 0 auto;
    max-width: 100%;
}

.express-shop-wrapper a{
   text-decoration: none !important;
}

.qcld-express-table {
    margin: 0;
    width: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    display: table;
    padding-left: 2px;
    /*overflow: hidden;*/
}

.qcld-express-row {
    /*position: relative;*/
    margin: 2px 0;
    display: table-row;
    background: #fff;
    -webkit-transition: all 0.5s linear; /* Safari 3.2+, Chrome */
    -moz-transition: all 0.5s linear; /* Firefox 4-15 */
    -o-transition: all 0.5s linear; /* Opera 10.5-12.00 */
    transition: all 0.5s linear; /* Firefox 16+, Opera 12.50+ */
}


.qcld-express-row:nth-of-type(odd) {
    background: #f5f5f5;

}

.qcld-express-row:hover {
    box-shadow: 0 4px 2px -2px #b4b4b4;
}

.qcld-express-cell {
    /*padding: 15px 12px;*/
    padding: 15px 5px;
    display: table-cell;
    vertical-align: middle;
}

.qcld-express-row .qcld-express-sku-cell {
    max-width: inherit;
}

.qcld-express-row .qcld-express-sku-cell input{
    max-width: 46%;
    text-align: center;
    border:none;
    padding: 5px 0px !important;
    margin: 0px !important;
}



.qcld-express-row .qcld-express-title-cell input{
    max-width: 50%;
    text-align: center;
    border:none;
    padding: 5px 0px !important;
    margin: 0px !important;
}
.qcld-express-row .qcld-express-price-cell input{
    max-width: 30%;
    text-align: center;
    border:none;
    padding: 5px 0px !important;
    margin: 0px !important;
}
.qcld-express-price-cell .qcld-express-price{
    color:#F8474E;
    font-size:14px ;
    font-style: italic;
    font-weight: 600;
    white-space: nowrap;
}
.qcld-express-avail-cell .qcld-express-avail{
    font-size: 14px;
}
.qcld-express-row.header .qcld-express-cell p {
    margin: 0;
    padding: 0;
    /*text-align: center;*/
    display: inline-block;
}
.qcld-express-action-cell {
    text-align: right;
    min-width: 140px;
}
.qcld-express-row.header button#submit_search {
        vertical-align: middle;
        height: 38px;
        padding: 10px 5px !important;
        -moz-transform: rotate(-90deg) translateY(20px);
        -webkit-transform: rotate(-90deg) translateY(20px);
        -o-transform: rotate(-90deg) translateY(20px);
        -ms-transform: rotate(-90deg) translateY(20px);
        transform: rotate(-90deg) translateY(20px);
        color:#fff;
        background: #F8474E;
        border: none;
        font-size: 12px;
        cursor: pointer;
    }
/*.qcld-express-row.header button#submit_search {
    font-size: 12px;
    line-height: 26px;
    font-weight: normal;
    background-color: #585a59;
    display: block;
    width: 70%;
     float: right;
}*/
.qcld-express-simple-p-qnty{
    position: relative;
    display: inline-block;
    width: 30%!important;
    padding:2px 0px !important;
    text-align:center;
    border: none;
}
.qcld_express_s_p,.qcld_express_v_p{
    position: relative;
    display: inline-block;
    width: 30% !important;
    padding: 2px 9px;
    font-size: 18px;
    cursor: pointer;
}
.qcld_express_product_details{
    position: relative;
    display: inline-block;
    width: 20% !important;
    padding: 2px 9px;
    font-size: 18px;
    line-height: 0.5;
}
/* .qcld_express_product_details:before {
    content: "";
    background: #F8474E;
    position: absolute;
    top: 7px;
    left: -2px;
    height: 50%;
    width: 1px;
} */
.express-shop-wrapper .slick-slider span {
  font-size: 18px;
}

/*.qcld_express_product_details i{
    border-left: 2px #F8474E solid;
}*/
/*.qcld-express-cell p {*/
/*white-space: nowrap;*/
/*width: 12em;*/
/*margin-bottom: 0;*/
/*overflow: hidden;*/
/*text-overflow: ellipsis;*/
/*}*/

.qcld-express-cell h3.qcld-express-title {
    margin: 0;
    padding: 0;
    font-size: 18px;
}

.qcld-express-thumb-cell img, .qlcd-express-list-thumb {
    border-radius: 50%;
    max-width: 80px;
}

/* Styles By Arif*/
.express-shop-wrapper a{
    text-decoration: none;
    box-shadow: 0 0px 0 0 currentColor !important;
}
.qcld-express-action{
    list-style: none;
    padding-left:0px;
}
.qcld-express-action li{
    display: inline;
}
/* End Styles By Arif*/

@media screen and (max-width: 1299px) {
    .qcld-express-cell.qcld-express-action-cell {
      min-width: 140px;
    }
}

@media screen and (max-width: 1199px) {
    .qcld-express-cell.qcld-express-action-cell {
      min-width: 140px;
    }
}

@media screen and (max-width: 991px) {
    .qcld-express-product-container .qcld-express-desc-cell, .qcld-express-product-container .qcld-express-avail-cell, .qcld-express-product-container .qcld-express-sku-cell {
       /* display: none;*/
    }
}

@media screen and (max-width: 767px) {
    .qcld-express-show-cart-data .qcld-express-table .qcld-express-row:first-child, .qcld-express-row.header .qcld-express-thumb-cell, .qcld-express-action-cell .qcld-express-action-heading {
        display: none;
    }

    .qcld-express-action-cell button {
        margin: 10px 0;
    }

    .qcld-express-table {
        display: block;
    }

    .qcld-express-row {
        padding: 8px 0;
        display: block;
    }

    .qcld-express-cell {
        padding: 2px 12px;
        display: block;
        text-align: center;
    }

    .qcld-express-thumbnail {
        text-align: center;
    }

    .qcld-express-thumb-cell img, .qlcd-express-list-thumb {
        margin: 0 auto;
        max-width: 100px;
    }
    .qcld-express-row.header button#submit_search {
      margin-left: 5px;
      transform: rotate(0deg) translateY(0px);
      width: 100%;
    }
    .qcld_express_s_p, .qcld_express_v_p, .qcld_express_product_details {
      display: inline;
    }
    .qcld-express-cell h3.qcld-express-title {
      padding: 10px 0;
    }
    .qcld-express-shop-cart .qcld-express-cell.qcld-express-quantity-cell {
      max-width: 100%;
    }
    .qcld-express-title-heading > a, .qcld-express-price-heading > a, .qcld-express-action-heading {
      display: none;
    }
    .qcld-express-cell {
      padding: 6px 12px;      
    }
    .qcld-express-action-heading {
      display: none !important;
    }
    .qcld-express-row .qcld-express-title-cell input {
      width: 100%;
      max-width:100%;
    }
.qcld-express-desc-heading {
    display: none !important;
}
.qcld-express-avail-heading {

    display: none !important;

}

.qcld-express-action-cell .qcld-express-action {
    text-align: center;
}
.qcld-express-row .qcld-express-sku-cell input {

    max-width: 100%;
    text-align: center;
    border: none;
    padding: 5px 0px !important;
    margin: 0px !important;
    display: block;
    width: 100%;

}
}

.qcld-express-action-cell .qcld-express-action{
    padding-right:5px;
    padding-bottom: 0px !important;
    white-space: nowrap;
    margin: 0px !important;
}

.qcld-express-action-cell .qcld-express-action-heading{
  float:left !important;
}

.is-sticky .category-carousel{
    background:#ddd !important;
    z-index:999999999999 !important;
}

@media screen and (max-width: 860px) {
   
  

}

.qcld-express-shop-right-float-cart .qcld-remove-cart-item i {
  color: #e02a2a !important;
}

.qcld-express-shop-float-cart .qcld-cart-item-qnty {
    border: 1px solid #dfdfdf;
}

.qcld-express-row .qcld-express-price-cell{
    max-width:175px;
   /* justify-content: center;
    display: flex;*/
}

.qcld-express-table .qcld-express-action-cell {
    text-align:right !important;
}

.qcld-express-row #sku-sort, .qcld-express-row #title-sort, .qcld-express-row #price-sort {
    color: #F8474E !important;
}

.qcld-express-action-cell {
    min-width: 100px !important;
}

@media screen and (min-width: 981px){
    .qcld-express-price-cell .qcld-express-price {
        float: right !important;
    }

    .qcld-express-avail-cell .qcld-express-avail {
        float: right !important;
    }

}

.qcld-express-action input[type=number] {
    border: 1px solid #ddd;
    outline: none !important;
    padding: 5px !important;
    margin: 0px !important;
}
.qcld-express-simple-p-qnty {
    position: relative;
    display: inline-block;
    width: 34px !important;
    padding: 4px 0px !important;
    text-align: center;
}
.qcld-express-action input {
    margin-bottom: 3px;
}


.express-shop-wrapper a:focus,.express-shop-wrapper  button:focus,
.express-shop-wrapper input:focus,.express-shop-wrapper  textarea:focus,
#qcld-express-cart-area a:focus,#qcld-express-cart-area button:focus,
#qcld-express-cart-area input:focus,#qcld-express-cart-area textarea:focus {
    outline: none !important;
}

.qcld-express-row.header .qcld-express-cell p.qcld-express-price-heading {
    display: flex;
    justify-content: center;
}

.express-shop-wrapper .add_to_cart_button {
    opacity: 1 !important;
    background: transparent;
}

.express-shop-wrapper .add_to_cart_button:not(.product_type_variable):before {
    display: none;
   
}