/******* Products *******/
.banner{
	overflow:hidden;
	background:#333;
	background-size:cover;
	position:relative;
	z-index:5;
	box-shadow:0 1px 50px rgba(0 0 0 / 25%);
	margin:0 0 15px;
}
.product-page{
}
.products-list{
    position:relative; 
    margin:0;
}
.products-list .item{
    background: #fff/*linear-gradient(45deg, #fff, #ffecec)*/;
	color:#222;
    text-decoration: none;
    text-align:left;
    /*box-shadow: 0 0 5px rgba(0,0,0,0.15);*/
    transition: all .7s ease;
    position:relative;
    top:0;
	margin:8px;
    overflow:hidden;
    border-radius:8px;
	border: 1px solid #ddd;
    padding: 15px;
}
.products-list .item:hover {
    top: -5px;
	box-shadow:0 0px 5px rgb(0 0 0 / 18%);
    transition: all .5s ease;
    border: 1px solid #efefef;
}
.products-list .item a{
	color: #555;
    font-weight: 500;
    text-align: left;
    font-size: 13px;
}
.swiper-slide .item .img, .products-list .item .img {
    width: 100%;
	margin:0 0 10px;
	display:block;
}
.products-list .item .img img {
    width: 100%;
    height: auto;
}
.product-item-logo{
    position: absolute;
    width: 50px;
    top: 3px;
    right: 3px;
    background: rgb(255 255 255 / 100%);
    border-radius: 8px;
}
.products-list .item h6{
    font-size: 19px;
    font-weight: 700;
    color: #000;
    padding: 0 0;
    margin: 3px 0 8px;
    display: block;
    text-transform:uppercase;
    /*text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;*/
}
.products-list span {
    font-size: 13px;
    color: #000;
    font-weight: 500;
}
.products-list .item .price{
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    margin: 10px 0 5px;
    text-align: right;	
}
.products-list .item .price .old-price{
    position: relative;
    display: inline-block;
    font-weight:400;
    color: rgb(161, 162, 164);
    font-size: 20px;
    color:#000;
}
.products-list .item .price .old-price::after {
    content: '';
    position: absolute;
    top: 50%;
    left: -5%;
    width: 110%;
    height: 2px;
    background: rgba(0,0,0,0.2);
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
}
.prod-btns .btn:nth-child(1){
    background:#fff5f5;
}
.prod-btns .btn:nth-child(2){
    background:#eba7a4;
}

.cat-desc{
    text-align:justify;
    color: #000;
}
.cat-desc h1{
    font-size:25px;
    margin:0 0 20px;
}
.cat-desc ul, .cat-desc ol{
    padding:0 0 0 15px;
}

.product-detail{
	width:100%;
	margin:auto;
}
.product-detail .summary{
    padding: 15px 0;
    /*box-shadow: 0 0 25px rgb(0 0 0 / 15%);*/
    border-radius: 8px;
    height: 100%;
    position: relative;
}
.product-detail ul, .product-detail ol{
    padding:0 0 0 15px;
}
.product-detail h1{
	font-size:24px;
	font-weight:600;
	margin:0 0 10px;
	color: #fa8685;
}

.product-detail b{
	font-weight: 600;
    color: #000;
}

.product-detail span{
	font-weight: 400;
    color: #000;
    font-size: 13px;
}


.product-detail .price{
	font-size: 33px;
    font-weight: 600;
    margin: 0 0 20px;
    color: #fa8685;
}
.product-detail .old-price {
    text-decoration: line-through;
    color: #999;
    font-weight: 400;
    font-size: 33px;
}
.product-detail .additional-images{
	max-height:650px;
	overflow:hidden;
}

.additional-images{}
.additional-images .main-row{
	display:block;
	width:100%;
	overflow-x:scroll;
}
.additional-images .main-row .row-cell{
	display:table-cell;
}
.additional-images .main-row .row-cell a{
	display:block;
	width:100px;
	margin:0 10px 10px 0;
}

.tabs .tab-content{
    letter-spacing: 1.5px;
    font-size: 14px;
    color: #000;
    padding:10px;
    box-shadow: 0 1px 20px rgba(0 0 0 / 5%);
    border-radius: 8px 0 15px 0;
}
.tabs .nav-link{
	text-transform:capitalize;
	color:#666;
    font-weight: 400;
    font-size: 14px;
	padding:8px 0;
}
.tabs .nav-link.active{
    font-weight: 500;
    color: #000;
    letter-spacing: 1.5px;
    font-size: 16px;
}
.tabs .tab-pane{
	padding:8px 0;
}
.tabs .table{
	border:1px solid #ddd;
}
.tabs .table tr{
	border-bottom:1px solid #ddd;
}
.tabs .table tr:nth-child(2n+1){
	background:#f6f6f6;
}

.filter-items{
    border: 1px solid #A2A6AC;
	padding:5px 15px;
    border-radius: 3px;
	background:linear-gradient(to bottom,#f7f8fa,#e7e9ec);
}
.filter-items:hover{	
	background:linear-gradient(to bottom,#e7e9ec,#f7f8fa);
	border: 1px solid #A2A6AC;
	color:#000;
}
.filters {
    position: fixed;
    z-index: 200;
    background: #fff;
    bottom: -800px;
    width: 50%;
    border: 1px solid #ddd;
    box-shadow: 0 -5px 10px rgba(0,0,0,0.10);
	transition:all 0.5s;
	border-radius:8px 8px 0 0;
}
.filters-show {
	bottom:0;
}
.filters-backdrop {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    content: "";
    top: 0;
    left: 0;
	visibility:hidden;
    z-index: 100;
	opacity:0;
	transition:all 0.5s;
}
.filters-backdrop-show {
	visibility:visible;
	opacity:1;
}
.filter-inner {
    height: 300px;
    border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.filters .nav-link{
	padding:15px;
	font-size:15px;
	color:#000;
	border:0 !important;
}
.filters .filter-tabs-div{
	background:#eee;
	padding:15px 0;
}

.cart-box {
	position:relative;
	height:100%;
}
.cart-box .cart-title{
    padding: 20px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.40);
}
.cart-products{
	position: relative;
    padding: 20px 20px;
	max-height:75%;
}
.edit-cart .qty-btn{
	width:auto;
	height:auto;
}
.edit-cart .qty-btn span{
	padding: 13px 7px;
    font-size: 18px;
    line-height: 0;
}
.edit-cart .qty {
    width: 30px;
    height: 28px;
    font-size: 12px;
	border:1px solid #ddd;
	margin:0 -5px 0 -4px;
}
.cart-box .total{
    font-weight:bold;
    font-size:16px;
}
.cart-box .total-div{
    padding: 20px 0 0;
    position: absolute;
    width: 100%;
    bottom: 0px;
	background: #fff;
    box-shadow: 0 -8px 15px -8px rgba(0,0,0,0.40);
}
@media(max-width:1024px){
	.cart-products{
		padding: 20px 20px 280px;
	}
	.cart-box .total-div{
		bottom:0;
	}
}

.qty{
	width: 50px;
    height: 38px;
    padding: 0 5px;
    text-align: center;
    margin: 0 -4px 0 -4px;
	background: #fff !important;
}
.qty-btn {
    width: 38px;
    height: 38px;
    display: inline-block;
    margin: 0;
    position: relative;
    border: 1px solid #ced4da;
    vertical-align: text-bottom;
}
.qty-btn:nth-child(1) {
	border-radius:5px 0 0 5px;
}
.qty-btn:nth-child(3) {
	border-radius:0 5px 5px 0;
}
.qty-btn span {
    position: relative;
    color: #666;
    display: flex;
    align-items: center;
    text-align: center;
    width: 100%;
    padding: 11px 13px;
    font-size: 12px;
    cursor: pointer;
    height: 100%;
}

.single-rating {
    display: block;
    margin: 0 0 10px;
}
.rating-info {
    height: 18px;
    width: 180px;
    display: inline-block;
    vertical-align: middle;
    box-shadow: inset 0 0 3px rgb(0 0 0 / 40%);
    border-radius: 5px;
    overflow: hidden;
}
.rating-color {
    background: #28837a;
    display: block;
    height: 100%;
    position: relative;
}


/* Checkout */
.checkout{
	padding:50px 0;
}
.checkout .summary{
	border-radius:8px;
	border-right:1px solid #ddd;
}
.checkout section{
    display:block;
    padding:20px 20px;
    position:relative;
	border:1px solid #ddd;
	border-radius:8px;
	margin:0 0 25px;
	background: #fff;
}
.checkout section h1 {
	margin: 0 0 10px;
	color: rgb(54, 54, 54);
	font-size: 25px;
	font-weight: 500;
	display: block;
}
.checkout section > p {
	color:#aaa;
	font-size:14px;
	margin:0;
}
.checkout .box-shadow{
	box-shadow:0 0 30px -10px rgba(0,0,0,0.25);
}
.checkout .section-data{	
}
.checkout section.active .section-data{
	padding:20px 0 0;
	box-shadow:inset 0 8px 8px -7px rgba(150,196,255,0.5);
}
.checkout .section-data > span{
	color:#999;
	font-size:14px;
	display:block;
	padding:0 0 10px;
}
.checkout .list-group{
    margin: 0 -20px;
	border-radius:0;
}
.checkout .list-group .list-group-item{
    background: #f6f6f6;
	border:none;
	border-radius:0;
	border-top: 1px solid rgba(0,0,0,.125);
	border-bottom: 1px solid rgba(0,0,0,.125);
	margin-bottom:-1px;
}
.checkout .form-control{
	padding:10px;
	height:auto !important;
	font-size:12px;
}
.checkout section.active {
    border-width: 1px;
	box-shadow:0 0 1px #ccc;
}
.selected-coupon{
	background:#ecf5ff;
	box-shadow:inset 0 0 2px rgb(0 0 0 / 20%);
}

.btn-warning {
    color: #fff;
    background-color: #ea1716;
    border-color: #d82418;
}
.btn-warning:hover {
    color: #ea1716;
    background-color: #fff;
    border-color: #d82418;
}

