*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
a, button{
	color: inherit;
	text-decoration: navajowhite;
}
a:hover, button:hover{
	text-decoration: none;
	color: inherit;
}
li, ul{
	list-style: none;
	margin: 0;
}
img{
	max-width: 100%;
	object-fit: cover;
}
body{
	font-family: 'Montserrat', sans-serif;
	overflow-x: hidden;
}
body.al_body_template_eight{font-family: 'Montserrat', sans-serif;}
.onhover-show-div{display: none;}
/* header css */
.site_header .topbar{
	align-items: center;
	justify-content: space-between;
	padding: 10px 0;
	border-block: 1px solid #dddddd;
}
.site_header .topbar h4{
	font-size: 12px;
	font-weight: 600;
}
.site_header .topbar ul li{
	padding:0 20px;
	border-right: 1px solid #DDDDDD;
}
.site_header .topbar ul li:last-child{
	border-right: 0;
	padding-right: 0;
}
.main_header .container > .d-flex{
	justify-content: space-between;
	align-items: center;
}
.main_header .cotagory li a{
	display: inline-block;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 25px 23px;
}
/* .main_header{
	padding: 10px 0 0;
} */

.hedaer_search  {
    width: 100%;
    padding: 0 15px;
    max-width: 550px;
}
.hedaer_search input {
    width: 100%;
    padding: 10px;
    background: #FAFAFA;
    border: 1px solid #ddd;
    height: 45px;
    font-size: 12px;
    padding-left: 45px;
    border-radius: 4px;
}
.hedaer_search input:focus{
	outline: none;
	border-color: #010010;

}
.hedaer_search form{
	position: relative;
}
.hedaer_search .form-group{
	margin-bottom: 0;
	position: relative;
}
.hedaer_search .form_cta button{
	background: transparent;
	border: unset;
	position: absolute;
	top: 50%;
    transform: translateY(-50%);
    width: 50px;
}
.hedaer_search .form_cta button img{
	width: 18px;
}
.menu_right ul.d-flex {
    align-items: center;
}
.menu_right ul.d-flex li{
	padding: 0 15px;
}
.menu_right ul.d-flex li a img{
	max-width: 20px;
}
.topbar .d-flex {
    justify-content: space-between;
    align-items: center;
}
.banner_section .image{
	position: relative;
}
.banner_section .image img{
	width: 100%;
}
.banner_section .image .text{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}
.banner_section .image .text h2 {
    color: #fff;
    font-size: 60px;
    text-align: center;
}
.banner_section .image .text a{
	color: #fff;
}
.site_footer{
	background: #E4E4E4;
	padding: 50px;
}
.site_footer .footer_row{
	display: grid;
	grid-template-columns: 1fr 0.8fr 0.8fr 0.8fr 0.9fr;
}
.site_footer .footer_row .item ul li {
    padding: 6px 0px;
}
.site_footer .item h3{
	font-size: 15px;
	line-height: 1.5;
	font-weight: 600;
	margin-bottom:15px;
}
.site_footer .logo {
    padding-bottom: 20px;
}
.site_footer ul a{
	font-size: 14px;
	line-height: 1.5;
	font-weight: 500;
}
.footer_row .item.logo ul.d-flex{
	margin-top: 15px;
}
.footer_row .item.logo ul.d-flex a {
    padding-right: 15px;
    font-size: 18px;
}
.socail_icon{
	padding-top: 15px;
}
.socail_icon ul a {
    padding-right: 10px;
    display: inline-block;
}
.socail_icon ul a img{
	width: 40px;
}

.footer_form form  .form-group{
	margin-bottom: 0;
}
.footer_form form  .form-group input{
	width: 100%;
	padding: 10px;
	border: 1px solid #fff;
	padding-right: 35px;
}
.copyright {
    
    background: #E4E4E4;
}
.copyright .container{
	border-top:1px solid #CFCDCD ;
	padding: 20px 0;
	width: 90% !important;
	max-width: 90% !important;
}
.copyright .container  .d-flex{
	justify-content: space-between;
	align-items: center;
}
.copyright .container .bottom_bar ul li {
    font-size: 14px;
}
.copyright .container .d-flex li span {
    display: inline-block;
    padding: 0px 14px;
}
.copyright .container  .d-flex ul li{
	display: inline-block;
	padding-left: 15px;
}
.cotagory li a:hover{
	background: #e4e4e4;
}
.cotagory li.active a {
    background: #e4e4e4;
}
.main_header .logo {
    padding-right: 25px;
}
.category_block{
	background: #000;
}
.category_block ul li a {
    display: inherit;
    padding: 23px;
    color: #fff;
}
.category_block ul li a:hover{
	background:#C81E23;
}
/* .category_block ul li:first-child a{
	padding-left: 0;
} */
.collection_gellry{
	padding: 30px 0;
}
.collection_gellry .grid{
	display: grid;
	grid-template-columns: 1fr 1.1fr;
	grid-gap: 30px;
}
.collection_gellry .inner_grid{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 30px;	
	margin-top: 30px;
}
.collection_gellry .collection_item .image {
    position: relative;
    min-height: 250px;
    background: #e4e0dd;
	height: 100%;
}
.collection_gellry .collection_item .image .text {
    position: absolute;
    bottom: 30px;
    left: 20px;
}
.trendy_product .inner_spacing h3 {
    font-size: 14px;
    font-weight: 400;
}
.trendy_product .inner_spacing {
    padding: 14px 0px;
}
.trendy_product .inner_spacing .product-description_list h6 {
    font-size: 16px;
    padding: 12px 0px;
    font-weight: 200;
}
.trendy_product .inner_spacing .product-description_list span.flag-discount {
    font-size: 14px;
}
.trendy_product .inner_spacing h4 {
    font-size: 16px;
    padding: 6px 0px;
}
.delivery .text {
    padding: 18px 0px;
}
.delivery .text h5 {
    font-size: 14px;
    font-weight: 700;
}
.delivery .text p {
    font-size: 15px;
    font-weight: 400;
}
.collection_item {
    position: relative;
}
.collection_gellry .collection_item .image img {
    display: block;
    height: 100%;
}
.collection_gellry .grid .item:first-child .collection_item, .collection_gellry .grid .item:first-child .collection_item .image {
    height: 100%;
}
.collection_gellry .collection_item .image .text h6{
	color: #222;
	font-size: 14px;
}
.collection_gellry .collection_item .image .text h3 {
    font-size: 18px;
}
.collection_gellry .collection_item .image .text p{
	font-size: 14px;
	padding-right: 10px;
}
.collection_gellry .collection_item .image .text a{
	display: inline-block;
	position: relative;
	font-size: 14px;
	font-weight: 600;
	padding-bottom: 10px;
}
.collection_gellry .collection_item .image .text a::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 80%;
	height: 3px;
	background: #000;
	border-radius: 4px;
}
.trendy_product .image img {
    width: 100%;
}
.trendy_product .image {
	padding-bottom: 16px;
}
.trendy_product .item{
	margin-bottom: 30px;
}
.trendy_product .text h5{
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 0;
}
.trendy_product .text h6{
	font-size: 14px;
	font-weight: 400;
}
.trendy_product .text .price{
	font-size: 14px;
	font-weight: 600;
}
.trendy_product{
	padding: 50px 0;
}
.trendy_product .tab-content {
    display: none;
}
.trendy_product .tabs-content .tab-content:first-child{
	display: block;
}
.tabs-nav{
	display: flex;
	justify-content: center;
}
.tabs-nav{
	margin-bottom: 15px;
}
.tabs-nav a{
	color: #767676;
	font-size: 14px;
	display: inline-block;
	padding: 0 0 15px;
	margin: 0 15px;
	position: relative;
}
.tabs-nav a::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000;
	height: 4px;
	border-right: 4px;
	width: 80%;
	opacity: 0;
}
.tabs-nav .active a {
    color: #000;
    font-weight: 600;
}
.tabs-nav .active a::after{
	opacity: 1;
}
.delivery{
	padding: 50px 0 80px;
}
.delivery h5{
	font-size: 14px;
}
.delivery p{
	font-size: 13px;
}
.deel-of-week .image img{
	width: 100%;
}

.collection_block{
	padding: 50px 0;
}
.collection_block .title{
	margin-bottom: 60px;
}
.collection_block .title h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 1.5;
    margin: 10px 0 0;
}
.breadcrumbs  li {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    padding-right: 10px;
    position: relative;
}
.breadcrumbs  li:after{
	content: '/';
	padding-left: 10px;
	font-size: 14px;
}
.breadcrumbs  li:last-child{
	padding: 0;
}
.breadcrumbs  li:last-child:after{
	content: unset;
	padding: 0;
}
.collection_fillter ul li a{
	display: inline-block;	
	font-size: 14px;
	font-weight: 600;
}
.collection_fillter ul li{
	border-right:1px solid #E4E4E4;
	padding: 2px 15px;	
	font-size: 14px;
	font-weight: 600;
}
.collection_fillter ul li:last-child{
	padding-right: 0;
	border: unset;
}
.collection_fillter ul li i{
	padding-left: 10px;
	font-size: 18px;
	line-height: 1.5;
	font-size: 600;
	color: #000;
}
.collection_fillter ul li img{
	padding-right: 5px;
}
.collection_fillter ul li span{
	display: inline-block;
	margin: 0 5px;
}
.collection_fillter ul li:nth-of-type(2) span:last-child{
	border-bottom: 2px solid #000	;
}
.collection_grid .item .text {
    padding-top: 14px;
}
.collection_grid .item .text h6{
	color: #767676;
	font-size: 14px;
}
.collection_grid .item .text h5{
	font-size: 16px;
	color: #020202;
	line-height: 1.5;
	margin-bottom: 0;
}
.collection_grid .item .text .price{
	font-size: 15px;
	font-weight: 500;
}
.collection_grid .item{
	margin-bottom: 40px;
}
.collection_grid .item .image{
	position: relative;
}
.collection_grid .item .image .offer{
	position: absolute;
	top: 10px;
	right: 10px;
	color: #fff;
	background: #D6001C;
	font-size: 14px;
	line-height: 1.4;
	padding: 5px 10px;
}
.collection_grid .item .image .new_product {
    position: absolute;
    left: 10px;
    top: 10px;
    background: #fff;
    color: #000;
    border: 1px solid #ddd;
    border-radius: 2px;
    padding: 5px 10px;
    font-size: 14px;
}
.collection_grid .item .image  span.sale_product {
    background: #222;
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
    padding: 5px 10px;
    position: absolute;
    top: 10px;
    left: 10px;
}
.single_product{
	padding: 50px 0;
}
.single_product .product_left{
    display: grid;
    grid-template-columns: 90px 1fr;
    grid-gap: 0 25px;
}
.single_product .product_left li img{
	margin-bottom: 10px;
	cursor: pointer;
}
.single_product_content h2{
	font-size: 26px;
	font-weight: 400;
}
.single_product_content p{
	font-size: 14px;
	line-height: 24px;
}
.single_product_content span.product_price {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 15px;
    display: inline-block;
}
.size_variants {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.size_variants label{
	margin-bottom: 0;
}

.size_variants span {
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    padding-right: 35px;
}
.size_variants ul li{
	position: relative;
    margin-right: 11px;
}
.size_variants ul li input{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}
.size_variants ul li label {
    display: inline-block;
    font-size: 14px;
    line-height: 1.5;
    padding: 5px 13px;
    border: 1px solid #E4E4E4;
}
.size_variants ul li input:checked + label{
	border-color:#000;
	font-weight: 600;
}
.color_variants{
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.color_variants span {
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    padding-right: 35px;
}
.color_variants li{
	margin-right: 10px;
	position: relative;
}
.color_variants li input{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
	z-index: 9	;
}
.color_variants li:first-child label:after{
	background: #000;
}
.color_variants li:nth-of-type(2) label:after{
	background: #C93A3E	;
}
.color_variants li:nth-of-type(3) label:after{
	background: #E4E4E4;
}
.color_variants li label:after{
	content: '';
	width: 16px;
	height: 16px;
	border-radius:50%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.color_variants li label{
	display: inline-block;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	margin-bottom: 0;
	position: relative;
}
.color_variants li label::before {
    content: '';
    position: absolute;
    width: 28px;
    height: 28px;
    border: 2px solid #000;
    border-radius: 50%;
    top: 0;
    left: 0;
    opacity: 0;
}
.color_variants li input:checked + label::before{
	opacity: 1;
}
.add_wishlist span{
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	margin: 20px 0;
}
.add_wishlist span i{
	padding-right: 5px;
	font-size: 16px;
}
ul.product_list li {
    font-size: 15px;
    line-height: 1.5;
    padding-bottom: 5px;
    color: #000;
    font-weight: 500;
}
ul.product_list li span {
    color: #767676;
    display: inline-block;
    padding-right: 5px;
}
/* .tabs_content div:not(:first-child) {
  display: none;
} */

/*===== responsives css ====*/

@media (min-width:1400px){
	.container, .container-lg, .container-md, .container-sm, .container-xl{
		max-width: 1400px!important;
		width: 1400px!important;
	}
	.banner_section .image .text h2 {	    
	    max-width: 80%;
	    margin: 0 auto 15px;
	}
	.single_product .container {
	    max-width: 1400px!important;
	    width: 1400px!important;
	}
	.site_header .container, .site_footer .container {
	    max-width: 90%!important;
	    width: 90%!important;
	}
}
@media(max-width:767px) {
	.look_layout .trendy_product .col-md-6.col-lg-3 {
		width: 50%;
	}
	header.site_header.look_header  .navbar-toggler {
		border: 1px solid #000;
	}
	header.site_header.look_header  .navbar-expand-lg .navbar-nav-scroll {
		margin-left: 0 !important;
	}
	header.site_header.look_header nav.navbar.navbar-expand-lg {
		padding: 10px 15px !important;
	}
	body.look_layout section.breadcrum ul li {
		margin: 7px 15px 5px 0 !important;
	}
	body.look_layout section.breadcrum ul{justify-content: flex-start !important;}
	header.site_header.look_header .navbar-expand-lg .navbar-collapse {
		justify-content: space-between;
		position: absolute;
		z-index: 9999;
		background: #fff;
		height: auto;
		top: 86px;
		left: 0;
		width: 100%;
		padding: 25px;
		border-top: 1px solid#ccc;
	}
	header.site_header.look_header .container {
		padding: 0 !important;
	}
	.site_header .topbar{padding:10px 15px;}
	header.site_header.look_header .navbar-expand-lg .navbar-nav .nav-link {
		padding: 0px 0 25px !important;
	}
	header.site_header.look_header .menu_right {
		margin: 0;
	}
	.look_header .hedaer_search{display:none;}
	.look_header .menu_right ul.d-flex li {
		padding: 0 20px 0 0 !important;
	}
	section.category_block.custom_category .container {
		width: 100% !important;
		max-width: 100% !important;
	}
	section.category_block.custom_category ul li a {
		padding: 10px;
		width: 110px;
		text-align: center;
	}




    .site_footer {
        background: #E4E4E4;
        padding: 50px 15px;
        margin: 0;
    }
   .site_footer .footer_row {
        display: grid;
        grid-template-columns: 1fr;
    }
   .copyright .container .d-flex li span {
        display: inline-block;
        padding: 0;
    }
	.banner_section .image .text h2 {
		font-size: 24px;
	}
	
}

@media(max-width:767px) {
	#fillter_modal.left .modal-dialog, #fillter_modal.right .modal-dialog{width:100% !important;}
   .look_header .hedaer_search {
		width: 100% !important;
		padding: 0 !important;
		max-width: max-content !important;
	}
	.look_header .main_header .container > .d-flex {
		justify-content: flex-start;
		align-items: center;
		flex-wrap: wrap;
		text-align: left;
		margin-bottom: 20px;
	}
	
    /* .look_header .menu_right ul.d-flex li {
        padding: 0 10px !important;
    } */
	.collection_gellry .grid{display:block;}
	.collection_gellry .inner_grid{display:block;}
	.category_block {
		overflow-x: scroll;
	}
	.category_block ul li a {
		padding: 10px;
		/* width: 100px; */
		text-align: center;
	}
	.look_header .main_header .logo {
		width: 15%;
	}
	.collection_item {
		margin-bottom: 20px;
	}
	.custom_category ul li:hover .dropdown-content {
		display: block;
		position: absolute;
		z-index: 99;
		width: 90%;
		min-height: 400px;
		height: 400px;
		overflow-y: scroll;
		z-index:999;
	}
	.custom_category li.dropdown_menu .dropdown-content ul li a {
		width: 100%;
		text-align: left;
	}
}
section.inner_banner .image img {
    width: 100%;
    object-fit: cover;
}
.custom_category li.dropdown_menu .dropdown-content {
    background: #FFF;
    box-shadow: 0px 10px 25px 0px rgba(34, 34, 34, 0.05);
    width: 60%;
    padding: 20px;
	display:none;
}
.custom_category li.dropdown_menu .dropdown-content h4 {
    color: var(--color-second, #767676);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
}
.custom_category li.dropdown_menu .dropdown-content ul li a {
    color: #000;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: block;
    padding: 10px 0;
}

.custom_category ul li:hover .dropdown-content {
    display: block;
    position: absolute;
    left: 50%;
    margin: 0 auto;
    width: 80%;
    transform: translate(-50%, 0px);
	z-index:9999;
}
.custom_category ul li:hover .dropdown-content ul li a:hover{
	background-color:transparent;
	color:#767676;
}
.custom_category ul li:hover .dropdown-content img {
    width: 100%;
    height: 300px;
    object-fit: cover;
} 
.custom_category li.dropdown_menu .dropdown-content ul.brand li {
    width: 25%;
}

.custom_category li.dropdown_menu .dropdown-content ul.brand {
    display: flex;
    flex-wrap: wrap;
}
body.look_layout section.inner_banner .image {
    /* height: 650px; */
    overflow: hidden;
}

/*---------sub categories page css template 8-------------*/
body.look_layout section.breadcrum {
    padding: 20px 0;
    margin-top:20px;
}
body.look_layout section.breadcrum ul {
    display: flex;
    justify-content: right;
    flex-wrap: wrap;
    padding: 0;
}
body.look_layout section.breadcrum a {
    color: var(--color-head, #222);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
body.look_layout section.breadcrum ul li {
    margin: 0 15px;
}
body.look_layout section.breadcrum ul li select {
    border: none;
    text-decoration: underline;
    color: var(--color-head, #222);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
	outline:0;
}
body.look_layout section.breadcrum ul li a {
    padding: 0 5px;
}
body.look_layout section.subcatogries {
    padding: 40px 0;
}

body.look_layout section.subcatogries h3 {
    color: var(--color-head, #222);
    font-family: Montserrat;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    /* margin-bottom: 40px; */
}
body.look_layout section.subcatogries .categories_block {
    position: relative;
    overflow: hidden;
	margin-bottom:30px;
}
body.look_layout section.subcatogries .categories_block .sale span {
    background-color: #222;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    display: inline-block;
    padding: 2px 10px;
    position: absolute;
    top: 10px;
    left: 10px;
}
body.look_layout section.subcatogries .categories_block .new span {
    background-color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #222;
    display: inline-block;
    padding: 2px 10px;
    position: absolute;
    top: 10px;
    left: 10px;
}
body.look_layout section.subcatogries .categories_block img {
    width: 100%;
    height: 380px;
    object-fit: cover;
}
body.look_layout section.subcatogries .categories_block .categories_text .product-type span {
    color: #767676;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
body.look_layout section.subcatogries .categories_block .categories_text .product-type {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 5px;
}
body.look_layout section.subcatogries .categories_block .categories_text .product-name p {
    color: #222;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
body.look_layout section.subcatogries .categories_block .categories_text .product-name span {
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #767676;
}
body.look_layout section.subcatogries .categories_block .categories_text .product-name strong {
    color: #D6001C;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-left: 10px;
}
body.look_layout section.subcatogries .show_more {
    color: var(--color-head, #222);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    display: inline-block;
    margin: 30px;
    text-decoration: underline;
}
/*---------------look header  css---------*/
header.site_header.look_header .navbar-expand-lg .navbar-collapse {
    justify-content: space-between;
}
header.site_header.look_header .navbar-expand-lg .navbar-nav .nav-link {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 25px 23px;
}
header.site_header.look_header  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
    margin-left: 5rem;
}
body.look_layout .category_block ul li a:hover i {
    transform: rotate(180deg);
}
header.site_header.look_header nav.navbar.navbar-expand-lg {
    padding:  0;
}
section.category_block.custom_category .container {
    width: 90% !important;
    max-width: 90% !important;
}
header.site_header.look_header .navbar-expand-lg .navbar-nav .nav-link:hover {
   background-color: #F1F1F1;
} 

header.site_header.look_header .navbar-expand-lg .navbar-nav .nav-link.active {
    background-color: #F1F1F1;
 } 

 section.category_block.custom_category ul li a.active {
    background: #C81E23;
}

/*-------------------fillter css---------------*/
#fillter_modal.right.fade.show .modal-dialog {
    right: 0;
}
#fillter_modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}
#fillter_modal.left .modal-dialog, #fillter_modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 370px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}
#fillter_modal .modal-content, #fillter_modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
	border-radius: 0;
	border: none;
}
#fillter_modal .modal-header {
    background: var(--background-primary, #FAF9F8);
    border: none;
}
#fillter_modal .modal-header h4 {
    color: #222;
    font-family: 'Montserrat';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
#fillter_modal .modal-header .close {
    opacity: 1;
    font-size: 30px;
}
.fillter_data .card-header {
    padding: 0;
    border: none;
    background: none;
}
.fillter_data .card {
    border: none;
	position: relative;
	margin-bottom: 15px;
}
.fillter_data .card-header button {
    padding: 0;
    margin: 0 0 10px;
    color: #222;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
	text-decoration: none !important;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow:none !important;
}
.fillter_data .card-header button i {
    font-size: 22px;
	margin-right:15px;
}
.fillter_data .card-header button:hover{text-decoration:none;}

.fillter_data .card-body {
    padding: 10px;
}
/* .fillter_data .card-body ul {
    display: flex;
    flex-wrap: wrap;
} */
.fillter_data .card-body ul li{margin-bottom:10px;width:50%;font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
	color:#222;
}




.fillter_data .jumbotron {
	margin: 0;
	padding: 5rem;
	background: #A2A2A2;
	color: #F2F2F2;
  }
  .fillter_data .jumbotron h1 {
	color: #fff;
  }
  .fillter_data .swatch {
	position: relative;
	margin: 0;
	width: 35px;
	height: 35px;
	border-radius: 60px;
	line-height: 35px;
	display: inline-block;
	flex-shrink: 0;
  }
  .fillter_data .swatch > [type=radio],
  .fillter_data .swatch > [type=checkbox] {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: 1;
  }
  .fillter_data .swatch > [type=radio] + label,
  .fillter_data .swatch > [type=checkbox] + label {
	width: 35px;
	height: 35px;
	border-radius: 60px;
	line-height: 35px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
  }
  .fillter_data .swatch > [type=radio] + label i,
  .fillter_data .swatch > [type=checkbox] + label i {
	opacity: 0;
	font-size: 1rem;
  }
  .fillter_data .swatch > [type=radio]:checked + label i,
  .fillter_data  .swatch > [type=checkbox]:checked + label i {
	opacity: 1;
  }
  .fillter_data .swatch.orange > [type=radio] + label,
  .fillter_data .swatch.orange > [type=checkbox] + label {
	background-color: #e67e22;
	color: #fff;
  }
  .fillter_data .swatch.red > [type=radio] + label,
  .fillter_data .swatch.red > [type=checkbox] + label {
	background-color: #e74c3c;
	color: #fff;
  }
  .fillter_data .swatch.yellow > [type=radio] + label,
  .fillter_data .swatch.yellow > [type=checkbox] + label {
	background-color: #f1c40f;
	color: #fff;
  }
  .fillter_data .swatch.purple > [type=radio] + label,
  .fillter_data .swatch.purple > [type=checkbox] + label {
	background-color: #9b59b6;
	color: #fff;
  }
  .fillter_data .swatch.green > [type=radio] + label,
  .fillter_data .swatch.green > [type=checkbox] + label {
	background-color: #2ecc71;
	color: #fff;
  }
  .fillter_data .swatch.blue > [type=radio] + label,
  .fillter_data .swatch.blue > [type=checkbox] + label {
	background-color: #3498db;
	color: #fff;
  }
  
  .fillter_data .swatch > [type=radio]:checked + label,
  .fillter_data .swatch > [type=checkbox]:checked + label {
	width: 35px;
	height: 35px;
	border-radius: 60px;
	line-height: 35px;
	top: 0;
	left: 0;
	border: 3px solid #000 !important;
	box-shadow: 0 0 0 2px #fff, 0 0 0 4px #000;
  }
  .fillter_data .swatch > [type=radio]:checked + label i,
  .fillter_data .swatch > [type=checkbox]:checked + label i {
	opacity: 1;
	color: #fff !important;
	text-shadow: 0 1px 2px rgba(0,0,0,0.5);
	font-weight: bold;
  }
  /* Dark checkmark for light/white colors */
  .fillter_data .swatch.light-color > [type=radio]:checked + label i,
  .fillter_data .swatch.light-color > [type=checkbox]:checked + label i {
	color: #000 !important;
	text-shadow: 0 1px 2px rgba(255,255,255,0.8);
  }
  .fillter_data .color_select label{margin:0 !important;}
  
  /* Checkbox indicator for selected colors */
  .fillter_data .color-swatch-wrapper {
	position: relative;
	display: inline-flex;
	align-items: center;
	margin: 0.5rem;
	margin-right: 10px;
	margin-bottom: 10px;
  }
  .fillter_data .color-checkbox-indicator {
	display: none;
	margin-left: 8px;
	font-size: 20px;
	color: #28a745;
	vertical-align: middle;
	line-height: 1;
  }
  .fillter_data .color-checkbox-indicator i {
	font-size: 20px;
	text-shadow: 0 1px 2px rgba(0,0,0,0.1);
  }
  .fillter_data .swatch > [type=radio]:checked ~ .color-checkbox-indicator,
  .fillter_data .swatch > [type=checkbox]:checked ~ .color-checkbox-indicator {
	display: inline-block;
  }



  .product-size input[type="radio"].btn-check:checked + label {
    /* Add your CSS styles here for the checked label */
    background-color: #000;
    color: #FFF;
    /* Add any other styles you want */
}
.product-size input {
    display:none;
}
.product-size {
    display: flex;
    flex-wrap: wrap;
}
.product-size label {
    border: 1px solid var(--background-footer, #E4E4E4);
    margin:0 10px 10px 0;
}



.brands_fillter .form-group {
	display: block;
	margin-bottom: 0;
  }
  
  .brands_fillter .form-group input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
  }
  
  .brands_fillter .form-group label {
	position: relative;
	cursor: pointer;
  }
  
  .brands_fillter .form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #000000;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}
.brands_fillter .form-group input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: 7px;
    width: 5px;
    height: 10px;
    border: solid #000000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.brands_fillter ul li:nth-child(odd) {
	text-align:left;
  }
  
  .brands_fillter ul li:nth-child(even) {
    /* text-align: right; */
    padding-right: 10px;
}
.card-body.brands_fillter .form-group.position-relative input {
    width: 100%;
    display: block;
    padding: 10px 30px 10px 10px;
    border: 2px solid var(--background-footer, #E4E4E4);
	outline:0;
}
.card-body.brands_fillter .form-group.position-relative svg {
    position: absolute;
    right: 20px;
    top: 14px;
}







.price-range {
	width: 300px;
	position: relative;
	margin: 20px auto;
}

.price-range input[type="range"] {
	-webkit-appearance: none;
	width: 100%;
	height: 10px;
	border-radius: 5px;
	background: #ccc;
	outline: none;
}

.price-range input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #000;
	cursor: pointer;
}

.price-range input[type="range"]::-webkit-slider-thumb:hover {
	background: #000;
}

.price-range .price-label {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}
body.al_body_template_eight .btn-solid:hover {
    background-position: 100%;
    color: #000!important;
    background-color: #fff;
    box-shadow: 0 4px 14px 0 rgb(0 0 0 / 50%);
}
body.al_body_template_eight .box-account.box-info .col-md-4.text-md-right.text-center button {
    font-size: 12px !important;
}
body.al_body_template_eight button#submitRegister {
    display: inline-block !important;
    width: auto !important;
}
/*----------look design css----------*/
body.look_layout section.cart_tabs {
    padding: 40px 0 0 !important;
}
body.look_layout section.cart_tabs h3 {
    color: #222;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    font-family: 'Montserrat';
}
body.look_layout section.cart_tabs ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 30px 0;
	border-bottom: 2px solid#E4E4E4 !important;
}
body.look_layout section.cart_tabs ul li {
    width: 33%;
}
body.look_layout section.cart_tabs ul li a strong {
    color: #222;
    font-family: 'Montserrat';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-left: 12px;
}
body.look_layout section.cart_tabs ul li a span {
    color: #222;
    font-family: 'Montserrat';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
body.look_layout section.cart_tabs ul li a p {
    color: #767676;
    font-family: 'Montserrat';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-left: 32px;
}
body.look_layout section.cart_tabs ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 30px 0;
    border-bottom: 2px solid#E4E4E4;
}
body.look_layout section.cart_tabs ul li a.active {
    border-bottom: 2px solid#000;
}
body.look_layout .cart-design.custom_tabcart .row.mb-md-1.alFourTemplateCartButtons.mt-2.pt-2 {
    display: none;
}
body.look_layout section.cart_tabs .nav-tabs .nav-link:hover {
    border-left: 0 !important;
    border-right: 0 !important;
    border-top: 0 !important;
    border-bottom: 2px solid#000 !important;
}
body.look_layout section.cart_tabs .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
	border-left: 0 !important;
    border-right: 0 !important;
    border-top: 0 !important;
    border-bottom: 2px solid#000 !important;
}
body.look_layout section.cart_tabs .nav-tabs .nav-link {
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
}
body.look_layout section.cart_tabs ul li.nav-item.active {
    border-bottom: 2px solid#000;
}
body.look_layout .row.mb-md-1.alFourTemplateCartButtons.mt-2.pt-2 {
    display: none;
}
body.look_layout section.cart_tabs .final-total ul {
    margin: 0 !important;
}
body.look_layout section.cart_tabs .final-total ul li{font-weight: bold;}
.order-success-sec {
    border: 1px solid #222;
    background: #fff;
}

.look_layout .category_block ul li a {
    text-transform: capitalize;
}

.look_layout .menu_right ul.d-flex li {
    padding: 8px;
}
.look_layout .dropdown-item.active, .dropdown-item:active {
    color: #000;
    text-decoration: none;
    background-color: #e9ecef !important;
}
.look_layout .banner_section .image img {
    width: 100%;
    height: 700px;
    position: relative;
}
.look_layout .banner_section .image:before {
    content: "";
    background: #0000004f;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
}
.look_layout .banner_section .image {
    position: relative;
}
.look_layout .banner_section .image .text{z-index:999;}
body.look_layout .site_footer .item ul li {
    display: block;
}
body.look_layout .site_footer .footer_row {
    display: grid;
    grid-template-columns: 1fr 0.8fr 0.8fr 0.8fr;
}
body.look_layout .cart-checkout_btn #order_placed_btn {
    height: 60px;
}
footer.site_footer {
    direction: ltr;
}