:root {
	--primaryColor:#c4122f;
}

body{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 500;
	background-color: #f3f3f3;
}
header{
	background-color: var(--primaryColor);
	padding: 20px 0;
}
header p{
	font-size: 16px;
	color: #fff;
	margin-top: 10px;
	font-weight: normal;
}
.detail-section{
	background-color: #f3f3f3;
	color: #707071;
	border-bottom: 1px solid #cccccc;
}
.detail-section p{
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 0;
}
.detail-section .col-6{
	padding: 10px 0;
	border-right: 1px solid #ccc;
}
.detail-section .col-4:last-child{
	border-right: 0;
}
.search-section{
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
	background-color: #fff;
}
.search-area{
	position: relative;
}
.search-area input{
	height: 50px;
	border-radius: 10px !important;
	border: 1px solid #ccd4da !important;
	padding-left: .75rem !important;
}
.search-area i{
	position: absolute;
	background-color: var(--primaryColor);
	color: #fff;
	height: 100%;
	top: 0;
    right: 0;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 10px 10px 0;
    font-size: 20px;
    cursor: pointer;
}
.category-section{
	background-color: #fff;
	border-bottom: 1px solid #ddd;
}
#filters {
	padding: 0;
	list-style:none;
	display: flex;
	align-items: center;
	overflow-x: auto;
	margin-bottom: 0;
}
#filters li {
	float:left;
}
#filters li span {
	display: block;
	padding: 10px 20px;		
	text-decoration:none;
	color:var(--primaryColor);
	cursor: pointer;
	margin: 10px 0;
}
#filters li span.active {
	background: var(--primaryColor);
	color:#fff;
	border-radius: 20px
}
#portfoliolist .portfolio {
	margin:15px 0;
	display:none;
}
.portfolio img {
	-webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition:         all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
	border-radius: 10px;		
}
.portfolio .label {
	-webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.portfolio-wrapper {
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
}
.portfolio .label-text {
	color: #000;
	position: relative;
	z-index:500;
	padding:5px 8px;
}
.portfolio .text-category {
	display:block;
	font-size:9px;
}
.portfolio:hover .label {
    bottom:0;
}
.portfolio:hover img {
    top:-30px;
}  
.category-section1{
	background-color: #f3f3f3;
	padding: 10px 0;
}
.category-section1 h3, .recomend-section h3{
	color: #707070;
}
#portfoliolist .btn-group{
	border: 1px solid #ccc;
	display: flex;
    justify-content: center;
    align-items: center;
}
#portfoliolist .btn-group .sort, #portfoliolist .btn-group #list, #portfoliolist .btn-group #list_offer{
	border-right: 1px solid #ccc;
}
#portfoliolist .btn-group .sort button{
	font-size: 14px;
}
#portfoliolist .btn-group .btn:focus{
	outline: 0;
	box-shadow: none;
}
#portfoliolist .btn-group a{
	font-size: 17px;
	transition: 0.5s all;
}
#portfoliolist .btn-group a:hover{
	background-color: var(--primaryColor);
	color: #fff;
}
#portfoliolist .dropdown-menu{
	min-width: 4rem;
	text-align: center;
	padding: 0;
}
#portfoliolist .dropdown-menu a{
	color: #000;
	font-size: 14px;
	display: block;
    text-decoration: none;
    padding: 5px 0;
}
.item.list-group-item
{
    float: none;
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    background-color: transparent;
    margin-bottom: 10px;
    border: none;
    padding: 0 15px;
}
.item.list-group-item .list-group-image
{
    margin-right: 10px;
}
.item.list-group-item .thumbnail
{
    margin-bottom: 0px;
}
.item.list-group-item .caption
{
    padding: 9px 9px 0px 9px;
}
.item.list-group-item:before, .item.list-group-item:after
{
    display: table;
    content: " ";
}
/*.item.list-group-item img
{
    float: left;
}*/
.item.list-group-item:after
{
    clear: both;
}
.list-group-item-text
{
    margin: 0 0 11px;
}
.list-group-item .portfolio-wrapper{
	width: 100%;
	display: inline-block;
}
.list-group-item .portfolio-wrapper .img-wrapper{
	width: 25%;
	float: left;
}
.list-group-item .portfolio-wrapper .col-4, .list-group-item .portfolio-wrapper .col-8{
	flex: 0 0 100%;
    max-width: 100%;
}
.list-group-item .portfolio-wrapper .mzr-cart-spinner .col-4, .list-group-item .portfolio-wrapper .mzr-cart-spinner .col-8{
	flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.list-group-item .portfolio-wrapper .col-8 .float-right{
	float: left !important;
}
.img-wrapper{
	position: relative;	
}
.list-group-item .portfolio-wrapper .img-wrapper{
	max-height: 150px;
	min-height: 150px;
}
.img-wrapper span{
	position: absolute;
    top: 10px;
    /*z-index: 9;*/
    left: 10px;
    background-color: var(--primaryColor);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 5px;
    font-size: 12px;
}
.img-wrapper img{
	height: 150px;
    width: 150px !important;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}
.product-name{
	font-size: 14px;color: #717070;text-transform: capitalize;
}
.label-text i{
	font-size: 18px;
}
.label-text i.fa-heart-o{
	color: #bbbbbb;
}
.portfolio-wrapper{
	transition: 0.5s all;
}
.portfolio-wrapper:hover{
	box-shadow: 0 0 10px #ddd;
}
.portfolio-wrapper a:hover{
	text-decoration: none;
}
.label-text i.fa-heart{
	color: #f02756;
}
.order-btn{
	color: #f02756;
	transition: 0.5s all;
}
.order-btn:hover{
	color: #f02756;
	text-decoration: none;
}
.order-btn i{
	background-color: #f02756;
    width: 25px;
    color: #fff;
    height: 25px;
    border-radius: 50%;
    padding: 4px 10px;
    margin-right: 5px;
    font-size: 18px;
}
.list-group-item .price{
	display: block;
	margin-bottom: 20px;
}
.list-group-item.portfolio{
	margin-bottom: 0 !important;
}
.list-group-item .portfolio-wrapper .label-text{
	padding: 0 8px;
}
.recomend-img{
	width: 100%;
	height: 150px;
	background-position: center;
	background-size: cover;
	border-radius: 10px;
}
.recomend-area {
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 30px;
}
.recomend-section{
	background-color: #f3f3f3
}
.recomend-area h4{
	font-size: 16px;
	color: #727070;
}
.recomend-area i.fa-heart, .recomend-area i.fa-heart-o{
	color: #f02756;
	float: right;
	font-size: 20px;
}
.recomend-area span{
	color: #7f7f7f;
	display: block;
	margin-bottom: 15px;
}
span.price{
	color: #000;
	font-size: 14px;
}
footer{
	background-color: var(--primaryColor);
	padding: 30px 0;
	color: #fff;
	font-size: 16px
}
.product-section{
	background-color: #fff;
	margin: 20px;
    border-radius: 10px;
    padding: 15px 0;
	padding-bottom:50px;
}
.product-section img{
	border-radius: 10px;
}
/*.carousel.carousel-fade .carousel-item {
    display: block;
    opacity: 0;
    transition: opacity ease-out 1.7s;
    left: 0;
    top: 0;
    position: absolute;
}*/
.carousel.carousel-fade .carousel-item.active {
    opacity: 1 !important;
}
.carousel.carousel-fade .carousel-item:first-child {
    top: auto;
    position: relative;
    transition: opacity ease-out 1.7s;
}
.carousel.carousel-fade .carousel-item:second-child {
    top: auto;
    position: relative;
    transition: opacity ease-out 1.7s;
}
.carousel i{
	background-color: var(--primaryColor);
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 18px;
}
.carousel a{
	opacity: 1;
}
.product-section h4{
	color: #727070;
}
.favourite{
	color: #f02756;
	font-size: 18px;
}
.product-info{
	color: #7f7f7f;
	margin-top: 15px;
}
.product-price h4{
	color: var(--primaryColor);
}
.product-price span{font-size: 16px;}
.product-section .icheck-danger>input:first-child:checked+label::before{
	background-color: transparent;
}
.product-section [class*=icheck-]>input:first-child:checked+label::after{
	left: 1px;
	width: 6px;
	height: 12px;
	border: 2px solid #f02756;
	border-left: none;
    border-top: 0;
}
.product-section [class*=icheck-]>input[type=radio]:first-child+label::before{
	border-radius: 0;
}
.product-section label{
	color: #707070;
	font-weight: bold;
}
.btn-product {
    background-color: var(--primaryColor);
    color: #fff;
    border-radius: 20px;
    padding: 10px 0;
    text-align: center;
    border: none;
}
.btn-product:hover{
	color: #fff;
	text-decoration: none;
}
.btn-current{
	color: var(--primaryColor);
	font-size: 18px;
	font-weight: normal;
}
.btn-current i{
	font-size: 22px;
}
.product-section form label{
	color: #747070;
	font-weight: normal;
	font-size: 16px;
}
.product-section form .form-control{
	border: none;
    border-bottom: 1px solid #ccd4da;
    border-radius: 0;
    padding-left: 0;
    color: #000;
    resize: none;
}
.cart-items form .form-control{
	border: 1px solid #ccd4da;
	padding: .375rem .75rem;
}
.product-section form .form-control:focus{
	outline: 0;
	box-shadow: none;
}
@media(max-width: 1199px){
	.order-btn{
		font-size: 12px;
	}
	.price{
		font-size: 15px;
	}
	.order-btn i{
		font-size: 18px;
	}
}
@media(max-width: 575px){
	.recomend-img{
		margin-bottom: 15px;
		height: 250px;
	}
	.detail-section span{
		font-size: 12px;
	}
}
@media(max-width: 545px){
	#filters li span{
		padding: 5px 15px;
		text-align: center;
		font-size: 13px;
	}
	#filters .sub-menu li a span{
		text-align: left;
	}
}
@media(max-width: 494px){
	.category-section1 h3, .recomend-section h3{
		font-size: 20px;
	}
}
@media(max-width: 474px){
	#filters li span{
		padding: 5px 10px;
	}
}
.top-header {
    background-color: #444;
    padding: 5px 0;
}
.top-header a{
	background-color: var(--primaryColor);
    width: 40px;
    height: 40px;
    display: inline-block;
    color: #fff;
    border-radius: 50%;
    padding: 10px;
    font-size: 16px;
    text-decoration: none;
}
.top-header .backend-btn{
	background-color: transparent;
	color: #fff;
}
.quantity-col{
	width: 120px;
}
.remove-col{
	width: 35px;
	text-align: right;
}
.product-col .product {
    display: flex;
    align-items: center;
    margin: 0;
    box-shadow: none;
    padding-right: 2rem;
}
.product-col .product-media {
    display: inline-block;
    margin: 0 1rem 0 0;
    flex-shrink: 0;
    min-width: 60px;
    position: relative;
}
.product-media img {
    width: 70px;
}
.table td{
	padding: 1.4rem .75rem;
	border-bottom: 1px solid #dee2e6;
	border-top: 0;
	vertical-align: middle;
}
.product-title{
	display: inline-block;
    color: #333;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.25;
    margin: 0;
}
.cart-items {
    background-color: #fff;
    border-radius: 30px 30px 0 0;
    padding: 30px 0;
    margin-top: 40px;
}
.form-control:focus, .btn:focus {
    box-shadow: none;
    outline: none;
}
.form-control {
    font-size: 14px;
}
.btn-view {
    background-color: var(--primaryColor);
    padding: 10px 30px;
    text-transform: uppercase;
    font-size: 14px;
}
.sub-menu{
	padding: 0;
    list-style: none;
    display: block;
}
#filters .sub-menu li{
	display: block;
    float: none;
}
.sub-menu li a{
	color: #000;
	display: block;
	transition: 0.5s all;
}
.sub-menu li a:hover{
	background-color: var(--primaryColor);
}
#filters .sub-menu li a span{
	margin: 0;
}
.sub-menu li a:hover span{
	transition: 0.5s all;
}
.sub-menu li a:hover span{
	color: #fff !important;
}
.product-section .table thead th{
	border-top: 0;
}
.summary-cart {
    border: 1px dashed #ddd;
    padding: 1.5rem 1rem 1rem;
    background-color: #f9f9f9;
    border-radius: 5px;
}
.summary-title {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0;
    padding-bottom: 1rem;
    border-bottom: .1rem solid #ccc;
    margin-bottom: 0;
}
.no-border{
	border: 0 !important;
	color: #000;
}
.table-summary td{
	padding: 1rem .75rem;
}
@media(max-width: 575px){
	.product-table td, .product-table th{
		display: block;
		border-bottom: 0;
		padding: .4rem .75rem;
	}
	.table{
		position: relative;
		border: 1px solid #dee2e6;
	}
	tr.mzr-cart-item-row {
	    position: relative;
	    display: block;
	    padding-top: 3rem;
	    padding-bottom: 3rem;
	    border-bottom: 1px solid #dee2e6;
	}
	tr.mzr-cart-item-row:last-child{
		border-bottom: 0;
	}
	.product-col .product{
		display: block;
		padding-right: 0;
	}
	.product-col .product-media{
		display: block;
		margin: 0 auto;
		margin-bottom: 1rem;
		max-width: 80px;
	}
	.product-title, .product-price{
		display: block;
		text-align: center;
	}
	.product-price h4{
		font-size: 18px;
	}
	.quantity-col {
	    width: 100%;
	}
	td.remove-col {
	    position: absolute;
	    top: 0;
	    right: 0;
	}
	.item-price h2 {
	    font-size: 20px;
	}
	.a-btn-product{
		width: 100% !important;
	}
	.list-group-item .portfolio-wrapper .img-wrapper {
		max-height: 125px;
		min-height: 125px;
	}
	.list-group-item .portfolio-wrapper .img-wrapper span{
		bottom: 25px;
		top: auto;
	    left: 0;
	    width: 100%;
	    border-radius: 10px;
	}
	.product-header{
		display: none;
	}
	.table-summary{border: none;}
	.table-summary td{
		padding: 1rem .75rem;
	}
}
@media (max-width: 414px){
	.item-price h2 {
	    font-size: 16px;
	}
}
.btn-cart{
	position: fixed;
    z-index: 999;
    bottom: 75px;
    right: 25px;
    background-color: var(--primaryColor);
    color: #fff;
    /* display: flex; */
    width: 60px;
    height: 60px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 0 10px #ddd;
    text-align: center;
    padding: 5px 0;
}
.btn-cart:hover{
	text-decoration: none;
	color: #fff;
}
.btn-cart i {
    font-size: 25px;
}
.btn-cart small {
    font-size: 12px;
}
.wa {
	position: fixed;
    z-index: 999;
    bottom: 10px;
    right: 25px;
    background-color: #55cd6c;
    color: #fff;
    display: flex; 
    justify-content: center;
    align-items: center;
    font-size: 35px;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 0 10px #ddd;
    text-align: center;
    padding: 5px 0;
}
.wa:hover{
	text-decoration: none;
	color: #fff;
}
.social-links a {
    background-color: #fff;
    width: 25px;
    display: inline-block;
    height: 25px;
    border-radius: 50%;
    color: #000;
    padding: 3px;
    margin: 0 3px;
}

.icheck-danger>input:first-child:checked+input[type=hidden]+label::before, .icheck-danger>input:first-child:checked+label::before{
	background-color: var(--primaryColor);
	border-color: var(--primaryColor);
}

.product-section [class*=icheck-]>input:first-child:checked+label::after{
	border-color: var(--primaryColor);
}

.border-mzr-primary{
	border:1px solid var(--primaryColor);
}

.text-mzr-primary{
	color:var(--primaryColor) !important;
}
.mzr-dropdown-menu{
	z-index: 99;
}
.logo-img {
    border: 1px solid #ddd;
    box-shadow: 0px 0px 5px #ddd;
    padding: 10px;
    max-height: 200px;
    min-height: 200px;
    transition: 0.5s ease-in;
    transform: scale(1);
    margin-bottom: 30px;
}
.logo-img:hover{
	transform: scale(1.1);
}

.fa.fa-instagram {
color: transparent;
background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
background-clip: text;
-webkit-background-clip: text;
}

@media(max-width: 1199px){
	.logo-img{
		min-height: 150px;
	}
}
@media(max-width: 991px){
	.logo-img{
		min-height: 120px;
	}
}