

/*------------------------------------------------
Basic Layout
-----------------------------------------------*/
.express-shop-wrapper {
    margin: 0 auto;
    max-width: 100%;
}

.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;
    display: table-cell;
    vertical-align: middle;
}

.qcld-express-row .qcld-express-sku-cell {
    max-width: 130px;
}
.qcld-express-row .qcld-express-audio-cell {
    max-width: 130px;
    padding: 5px 5px;
    text-align: center;
}
.qcld-express-row .qcld-express-video-cell {
    max-width: 130px;
    padding: 5px 5px;
    text-align: center;
}

.qcld-express-row .qcld-express-sku-cell input{
    max-width: 46%;
    text-align: center;
    border:none;
}
.qcld-express-row .qcld-express-title-cell input{
    max-width: 50%;
    text-align: center;
    border:none;
    display: inline-block;
}
.qcld-express-row .qcld-express-price-cell input{
    max-width: 30%;
    text-align: center;
    border:none;
    padding: 2px;
}
.qcld-express-price-cell .qcld-express-price{
    color:#F8474E;
    font-size:14px ;
    font-style: italic;
    font-weight: 600;
}
.qcld-express-avail-cell .qcld-express-avail{
    font-size: 14px;
}
.qcld-express-row.qcld_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.qcld_header button#submit_search {
		vertical-align: middle;
		height: 38px;
		padding: 10px 15px !important;
		-moz-transform: rotate(-90deg) translateY(26px);
		-webkit-transform: rotate(-90deg) translateY(26px);
		-o-transform: rotate(-90deg) translateY(26px);
		-ms-transform: rotate(-90deg) translateY(26px);
		transform: rotate(-90deg) translateY(26px);
        color:#fff;
        background: #F8474E;
		border: none;
		font-size: 12px;
		cursor: pointer;
	}

.qcld-express-simple-p-qnty{
    position: relative;
    display: inline-block;
    width: 30%!important;
    padding:2px 0px !important;
    text-align:center;
}
.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;
}

.express-shop-wrapper .slick-slider span {
  font-size: 18px;
}

.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.qcld_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.qcld_header button#submit_search {
	  margin-left: 5px;
	  transform: rotate(0deg) translateY(0px);
	  width: 57%;
	}
	.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: 57%;
	  max-width:100%;
	}
	.qcld-express-cell.qcld-express-action-cell {
		display: flex;
		align-items: center;
		justify-content: center;
	}

}

.qcld-express-action-cell .qcld-express-action{
  padding-right:5px;
  padding-bottom: 0px !important;
}

.qcld-express-action-cell .qcld-express-action-heading{
 /*  float:left !important; */
}

/*.is-sticky .category-carousel{
    background:#ddd !important;
    z-index:999999999999 !important;
}*/
.is-sticky .category-carousel{
    background: rgba(67,62,62,0.9) !important;
    z-index:999999999999 !important;
}

.is-sticky .category-carousel .slick-slide a {
    color: #f5f5f5 !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;
}

/* action button design change */
.qcld-express-action {
    border: 1px solid #666666;
    border-radius: 30px;
}
.qcld-express-simple-p-qnty {
    position: relative;
    display: inline-block;
    width: 38% !important;
    padding: 2px 0px !important;
    text-align: center;
}

/* .qcld-express-action i, .qcld-express-desc i {
    color: #8b91dd;
} */

.qcld-express-action-cell .qcld-express-action {
    padding-right: 5px;
    text-align: center;
    max-width: 120px;
    margin: 0 auto !important;
}

.qcld-express-action input{
    margin-bottom: 3px;

}

/*.qcld-express-action-cell {
    position: relative;
}

.qcld-express-popup-tooltip {
    width: 500px;
    height: auto;
    border: 1px solid #cccccc;
    background-color: #fff;
    position: absolute;
    right: 10px;
    z-index: 999;
    box-shadow: 4px 6px 10px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    padding: 0px 5px 10px 5px;
    margin-top: 3px;
    border-radius: 4px;
}
.qcld-express-popup-tooltip table.variations{
    width: 60%;
    margin: 0 0 0px 0;
    border: 1px solid transparent;
    text-align: left;
    float: left;
}
.qcld-express-popup-tooltip table.variations select {
    height: 30px;
    width: 100%;
}
.qcld-express-popup-tooltip .single_variation_wrap{
    width: 36%;
    float: right;
}
.qcld-express-popup-tooltip .single_variation_wrap .quantity {
    width: 35%;
    float: left;
}
.qcld-express-popup-tooltip .single_variation_wrap .quantity input{
    width:100%;
    height: 35px;
}

.qcld-express-popup-tooltip table.variations tr td {
    margin: 0px;
    padding: 0px 0px;
    border-top: 1px solid transparent;
    width: 50%;
    float: left;
    display: inline;
    font-size: 14px;
    padding-bottom: 8px;
}

.qcld-express-popup-tooltip .single_add_to_cart_button {
    width: 110px !important;
    height: 35px !important;
    background: #eb5037 !important;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    -webkit-border-radius: 0;
    border-radius: 0;
    text-transform: uppercase;
    cursor: pointer;
    border: 0px !important;
}*/


