

.express-shop-wrapper .slick-slider {
    background: #eeeef6;
    border-bottom: 0px solid #eeeef6;
}
.category-carousel .category-carousel-arrow {
    background-color: #eeeef6 !important;
    color: #666;
}
.category-carousel .slick-slide a {
    color: #666;
}
.category-carousel {
    margin-bottom: 0px;
}
.slick-active .qcld-express-active-category, .category-carousel .slick-slide a:hover {
    border-bottom: 0px !important;
    color: #4f5adc !important;
}

.qcld-express-shop-float-cart i {
    color: #ffd0e0;   
}

/*------------------------------------------------
Style 03 Layout
-----------------------------------------------*/
.qcld-express-row #sku-sort, .qcld-express-row #title-sort, .qcld-express-row #price-sort {
	color: #666 !important;
}

.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;
    /*overflow: hidden;*/
}

.qcld-express-table .qcld-express-row.qcld_header{
	background:#e3e3ee;
}

.qcld-express-row {
	overflow:hidden;
    position: relative;
    margin: 2px 0;
    display: table-row;
    box-shadow:0 1px 0px 0 #eceff8;
    -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) {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f86a78+0,dd4b89+100 */


}
a{
    text-decoration:none;
}
.qcld-express-sku-cell {
    position: relative;
}
.qcld-express-row .qcld-express-sku-cell::before {
    content: "";
    width: 2px;
    height: 100%;
	left:0;
	top:0;
    position: absolute;
}
.qcld-express-row:hover .qcld-express-sku-cell::before {
    background: #8b91dd;
}
.qcld-express-row:hover {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
  -webkit-box-shadow: 2px 0 40px 2px rgba(0,0,0,.1);
	box-shadow: 2px 0 40px 2px rgba(0,0,0,.1);
}

.qcld-express-cell {
    padding: 15px 12px;
    display: table-cell;
    vertical-align: middle;
}

.qcld-express-title-cell {
  min-width: 130px;
}

.qcld-express-row p{
    color:#666;
}

.qcld-express-row a{
    color:#666;
}


/* .qcld-express-row .qcld-express-sku-cell {
    max-width: 125px;
} */
.qcld-express-row input{
    height:30px;
}
.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;
}
.qcld-express-row .qcld-express-price-cell input{
    max-width: 30% !important;
    text-align: center;
    border:none;
    padding: 2px;
    background:#ffd9da;
}
.qcld-express-price-cell .qcld-express-price{
    color:#666;
    font-size:16px ;
    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(28px);
    -webkit-transform: rotate(-90deg) translateY(28px);
    -o-transform: rotate(-90deg) translateY(28px);
    -ms-transform: rotate(-90deg) translateY(28px);
    transform: rotate(-90deg) translateY(28px);
/*  color: #fff;*/
	background: #8b91dd;
    border: none;
    font-size: 12px;
    cursor: pointer;
}
/*.qcld-express-row.qcld_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;
}
.qcld_express_s_p,.qcld_express_v_p{
    position: relative;
    display: inline-block;
    width: 30% !important;
    padding: 2px 9px;
    font-size: 18px;
}
.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: #fff;
    position: absolute;
    top: 7px;
    left: -2px;
    height: 50%;
    width: 1px;
} */
.express-shop-wrapper .slick-slider span {
  font-size: 18px;
}



.qcld-express-cell h3.qcld-express-title {
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #fff;
}

.qcld-express-thumb-cell img, .qlcd-express-list-thumb {
    border-radius: 50%;
    max-width: 80px;
}
/* Header Menu Styles*/

/* .qcld_header P {
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
  text-shadow: 1px 1px 1px #777;
  text-transform: uppercase;
} */



/* ul.qcld-express-action li {
  display: inline-block;
  margin: 12px 0 0;
  width: 23%;
}


ul.qcld-express-action{
    margin:0;
    padding:0;
} */

/* ul.qcld-express-action .qcld-express-simple-p-qnty {
  border: medium none;
  display: inline-block;
  padding: 2px 0;
  position: relative;
  text-align: center;
 width: 50px !important;
  position: relative;
  margin: 0 100px 0 0;
}
 */

/* Responsive Styles */


@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: 1250px) {
    .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;
    }
	
	.qcld-express-shop-right-float-cart .qcld-remove-cart-item i,
	.qcld-remove-cart-item i {
		color: #fff;
	}
}

@media screen and (max-width: 860px) {
    .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% !important;
    }
    .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%;
    }
    ul.qcld-express-action li {   
      width: 10%;
    }
	
	.qcld-express-shop-right-float-cart .qcld-remove-cart-item i,
	.qcld-remove-cart-item i {
		color: #fff;
		float: none;
	}
	.qcld-express-cell.qcld-express-action-cell {
		display: flex;
		align-items: center;
		justify-content: center;
	}


}


.qcld-express-row .qcld-express-price-cell input {
    /* max-width: 28% !important; */
}

.qcld-express-action-cell .qcld-express-action {
	padding-right: 5px;
	text-align: center;
	max-width: 120px;
	margin: 0 auto !important;
}
.qcld-express-action {
	border: 1px solid #8b91dd;
	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-row .qcld-express-sku-cell {
    max-width: 130px;
}
.qcld-remove-cart-item i {
	color: #fff;

}

.qcld-express-action-cell .qcld-express-action-heading{
  /* float:left !important; */
}

.qcld-express-action li {
    display: inline;
}

.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;
}

.qcld-express-action input{
    margin-bottom: 3px;
    
}