.mrt {
    margin-top: 150px;
}

body
{
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height: 23px;
	font-weight: 400;
	background: #FFFFFF;
	color: #1e1e27;
}

html {
    overflow-y: scroll;
  }

/*********************************
5. Breadcrumbs
*********************************/

.breadcrumbs
{
	width: 100%;
	height: 60px;
	border-bottom: solid 1px #ebebeb;
	margin-bottom: 58px;
}
.breadcrumbs ul li
{
	display: inline-block;
	margin-right: 17px;
}
.breadcrumbs ul li.active a
{
	color: #b9b4c7;
}
.breadcrumbs ul li i
{
	margin-right: 17px;
}
.breadcrumbs ul li a
{
	color: #51545f;
}


.top_nav .account{
    
    padding-right: 20px !important;
    padding-left: 10px !important;
}

.top_nav #LiLogin{
    border-right: solid 1px #33333b;
    
}



/* Product details page */

.single_product_thumbnails ul li{
    text-align: center;
    } 
    .single_product_thumbnails ul li img{
        object-fit: contain;
        width: 100px !important;
        padding: 10px;
        text-align: center;
    }
    .single_product_image_background{
        background-size: contain !important;  
    }
    .spc{
        margin-left: 10px;
        width: 102px;
    }
    .product_price span{
        text-decoration: none;
    }

    .productWrapper .caption{
        line-height: 20px;
    }



/* Product details page */



.section-productcat .product-lists{
    margin-top: 30px;
    margin-bottom: 30px;
}
.section-productcat .product-lists .products-card{
    border-right: 1px solid rgb(233, 233, 233);
    padding: 15px;
    position: relative;
    margin-bottom: 30px;
}

 .section-productcat .product-lists .products-card::after
{
    display: block;
    position: absolute;
    top: 0;
    left: -1px;
    width: calc(100% + 1px);
    height: 100%;
    pointer-events: none;
    content: '';
    border: solid 2px rgba(235,235,235,0);
    border-radius: 3px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
 .section-productcat .product-lists .products-card:hover::after
{
    box-shadow: 0 25px 29px rgba(63, 78, 100, 0.15);
    border: solid 2px rgba(235,235,235,1);
}
.section-productcat .product-lists a{
    color: #1e1e27;
    line-height: 20px;
    text-decoration: none;
    font-weight: 500;
}

.section-productcat .product-lists .products-card .title{
    text-align: center;
    margin-top: 15px;
    min-height: 60px;
    font-weight: normal;
font-size: 12px;
}

.section-productcat .product-lists .products-card .product_price{
    text-align: center;
    padding-bottom: 10px;
    font-size: 14px !important;
    color: #000 !important;
}

.section-productcat .product-lists .products-card .allcont{
    text-align: center;
}

.section-productcat .product-lists .products-card .allcont label{
    color: #8b8b8b;
    margin-bottom: 0 !important;
    font-size:12px;
    margin-top: 10px;
}

.section-productcat .product-lists .products-card .btn{
    background-color: #EAC435;
    color: #000;
    font-size:12px;
}

.section-productcat .product-lists .products-card .btn:hover{
    background-color: #eac435bf;
    color: #000;
    font-size:12px;
}

.section-productcat .product-sort .almarg{
        margin-bottom: 15px !important;
        font-size: 14px;
    }

    .section-productcat .product-sort .form-control{
        font-size: 14px;
    }




.product-sort input::placeholder {
    font-size: 14px !important;
}


@media only screen and (max-width: 991px) {
    .mrt{
        margin-top:110px;
    }  

    .spc{
        margin-left: 0;
    }

    .productWrapper .thumbnail{
        margin-bottom: 30px;
    }

    .productWrapper .caption{
        padding: 0 60px;
    }
    
}

@media only screen and (max-width: 991px) {
    .mrt{
        margin-top:80px;
    }  
}


@media only screen and (max-width: 768px) {
            
    .section-productcat .product-sort .col-sm-4{
        margin-bottom: 20px;
    }

    .section-productcat .product-lists .products-card .btn{
        width: 100%;
    }
}
