@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Merriweather:wght@300;400;700;900&family=Montserrat+Alternates:wght@400;500;600&family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Nunito+Sans:opsz,wght@6..12,200;6..12,300;6..12,400;6..12,500;6..12,600;6..12,700;6..12,800;6..12,900;6..12,1000&family=Open+Sans:wght@300;400;500;600;700;800&display=swap');
:root
{

	--color1:#ee6738;
	--color2:#252525; /*  */
	--color3:#0b0b0b; /*  */
	--color01:#F3DE25;
	--bgl:#FFF2F0;
	--white:#fff;
	--black:#000;
	--red:#fc0000;
	--red:#9398b0;
	--red:#464a5c;

}
/*
	


*/


.textHeightFix{
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.textHeightFix[text-length='2']{
    -webkit-line-clamp: 2;
}
.textHeightFix[text-length='1']{
    -webkit-line-clamp: 1;
}

@media screen and (min-width: 993px)
{
	.navigation .nav-container .navigation-row .logo_area .menuToggle
	{
		display: none;
	}
	.header-area .top-area-logo-serarch-icons .logo .menuToggle
	{
		display: none;
	}
}
@media screen and (max-width: 993px)
{
	.hide_mobile
	{
		display: none;
	}
}
ul
{
	list-style-type: none;
	margin-bottom: 0;
}
a
{
	text-decoration: none;
}
*{
	box-sizing: border-box;
}
body
{
	font-family: "Jost", sans-serif;
	font-size: 16px;
	color: #58585E;
	font-weight: 400;
	overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6
{
	font-family: "Jost", sans-serif;
}
p
{
	text-align: justify;
}
.container
{
	max-width: 95%;
}
.rows
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
@media screen and (max-width: 768px)
{
	.rows
	{
		flex-direction: column;
	}
	.rows .cols1,
	.rows .cols2,
	.rows .cols3,
	.rows .cols4,
	.rows .cols5,
	.rows .cols6,
	.rows .cols7,
	.rows .cols8,
	.rows .cols9,
	.rows .cols10,
	.rows .cols11,
	.rows .cols12
	{
		width: 100%;
		margin: 0 0 20px;
	}
}
.justifyContentCenter
{
	justify-content: center;
}
.justifyContentBetween
{
	justify-content: space-between;
}
.justifyContentEnd
{
	justify-content:flex-end;
}
.alignSelfCenter
{
	align-self: center;
}
.alignItemsCenter
{
	align-items: center;
}
.rows .colsonly
{
	flex: 0 0 auto;
}
.rows .cols1
{
	flex: 0 0 auto;
	width: calc(100% - 30px);
	margin: 0 15px 20px;
}

.rows .cols2
{
	flex: 0 0 auto;
	width: calc(50% - 30px);
	margin: 0 15px 20px;
}

.rows .cols3
{
	flex: 0 0 auto;
	width: calc(33.333% - 30px);
	margin: 0 15px 20px;
}

.rows .cols4
{
	flex: 0 0 auto;
	width: calc(25% - 30px);
	margin: 0 15px 20px;	
}

.rows .cols5
{
	flex: 0 0 auto;
	width: calc(20% - 30px);
	margin: 0 15px 20px;	
}

.rows .cols6
{
	flex: 0 0 auto;
	width: calc(16.666% - 30px);
	margin: 0 15px 20px;	
}

.rows .cols7
{
	flex: 0 0 auto;
	width: calc(14.28% - 30px);
	margin: 0 15px 20px;	
}

.rows .cols8
{
	flex: 0 0 auto;
	width: calc(12.5% - 30px);
	margin: 0 15px 20px;	
}

.rows .cols9
{
	flex: 0 0 auto;
	width: calc(11.11% - 30px);
	margin: 0 15px 20px;	
}

.rows .cols10
{
	flex: 0 0 auto;
	width: calc(10% - 30px);
	margin: 0 15px 20px;	
}

.rows .cols11
{
	flex: 0 0 auto;
	width: calc(9.09% - 30px);
	margin: 0 15px 20px;	
}

.rows .cols12
{
	flex: 0 0 auto;
	width: calc(8.333% - 30px);
	margin: 0 15px 20px;	
}
.rows .colsHalf
{
	flex: 0 0 auto;
	width: calc(50% - 30px);
	margin: 0 15px 20px;
}

.rows .colsThree
{
	flex: 0 0 auto;
	width: calc(33.333% - 30px);
	margin: 0 15px 20px;
}

/*
	==========================================================
*/

#homeCarousel .carousel-item
{
	position: relative;
}
#homeCarousel .carousel-item:before
{
	content:'';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	background-image: linear-gradient(to bottom,rgba(0 0 0  / 90%),rgba(0 0 0  / 70%),rgba(0 0 0  / 20%),rgba(0 0 0  / 20%),rgba(0 0 0  / 20%),rgba(0 0 0  / 20%));
}

/*
	==========================================================
*/

.new-arrivals
{
	margin-top: 50px;
}
.new-arrivals .custom_row_home_products .colom_headings
{
	padding-right: 20px;
}
.new-arrivals .custom_row_home_products .colom_headings .heading-quater-area
{
	background-color: #f1f2df;
	padding:55px 35px;
	height: 100%;
	border-radius: 8px;
}
.new-arrivals .custom_row_home_products .colom_headings .heading-quater-area h4
{
	font-size: 25px;
	font-weight: 500;
	color: #000;
	margin-bottom: 15px;
}
.new-arrivals .custom_row_home_products .colom_headings .heading-quater-area p
{
	font-size: 16px;
	font-weight: 400;
	color: #333;
	line-height: 26px;
	margin-bottom: 15px;
}
.new-arrivals .custom_row_home_products .colom_headings .heading-quater-area .more
{
	margin-top: 25px;
}
.new-arrivals .custom_row_home_products .colom_headings .heading-quater-area .more a
{
	display: flex;
	align-items: center;
	color: var(--red);
	font-weight: 500;
	grid-column-gap: 5px;
}

/*
	==========================================================
*/
.slick_products_scroller
{

}
.slick_products_scroller .slick_product_wrapper .padding-box
{
	padding: 0 7px;
}
.slick_products_scroller .slick_product_wrapper .padding-box .image
{
	position: relative;
}
.slick_products_scroller .slick_product_wrapper .padding-box .image .pro-image-anchor
{
	display: block;
	overflow: hidden;
	/*border:1px solid #111;*/
	position: relative;
}
.slick_products_scroller .slick_product_wrapper .padding-box .image .pro-image-anchor:before
{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0 0 0 / 35%);
	z-index: 2;
	opacity: 0;
	visibility: hidden;
}
.slick_products_scroller .slick_product_wrapper:hover .padding-box .image .pro-image-anchor:before
{
	opacity: 1;
	visibility: visible;
}
.slick_products_scroller .slick_product_wrapper .padding-box .image .pro-image-anchor img
{
	width: 100%;
	height: 293px;
	object-fit: contain;
	object-position: center;
	transition: all .4s;
}
#product_3.slick_products_scroller .slick_product_wrapper .padding-box .image .pro-image-anchor img,

{
	/*height:250px;*/
}
.slick_products_scroller .slick_product_wrapper .padding-box .image:hover .pro-image-anchor img
{
	transform: scale(1.1);
}


.slick_products_scroller .slick_product_wrapper .padding-box .image .pro-image-anchor img
{
	object-fit: contain;
}
.slick_products_scroller .slick_product_wrapper .padding-box .image .icon-store-products
{
	position: absolute;
	right: -100px;
	top: 15px;
	display: flex;
	flex-direction: column;
	grid-row-gap: 10px;
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
	z-index: 3;
}
.slick_products_scroller .slick_product_wrapper .padding-box:hover .image .icon-store-products
{
	opacity: 1;
	visibility: visible;
	right: 15px;
}
.slick_products_scroller .slick_product_wrapper .padding-box .image .icon-store-products a
{
	flex: 0 0 auto;
	width: 38px;
	height: 38px;
	background-color: var(--white);
	color: #000;
	border-radius: 7px;
	text-align: center;
	line-height: 38px;
	transition: all .2s;
}
.slick_products_scroller .slick_product_wrapper .padding-box .image .icon-store-products a:hover
{
	background-color: var(--red);
	color: var(--white);
}
.slick_products_scroller .slick_product_wrapper .padding-box .image .icon-store-products a i
{
	font-size: 17px;
}
.slick_products_scroller .slick_product_wrapper .padding-box .other-details
{
	padding:7px 15px;
}
.slick_products_scroller .slick_product_wrapper .padding-box .other-details h5
{
	text-align: center;
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 4px;
}
.slick_products_scroller .slick_product_wrapper .padding-box .other-details h5 a
{
	color: #222;
}
.slick_products_scroller .slick_product_wrapper .padding-box .other-details .price_01
{
	text-align: center;
	font-weight: 400;
	font-size: 15px;
	color: #000;
	margin-bottom: 4px;
	display: flex;
	justify-content: center;
	grid-column-gap: 10px;
	align-items: center;
	flex-direction: row;
}
.slick_products_scroller .slick_product_wrapper .padding-box .other-details .price_01 .greenofer
{
	color: var(--bs-success);
    font-size: 16px;
    font-weight: 700;
}
.slick_products_scroller .slick_product_wrapper .padding-box .other-details .price_01 .offerPrice
{
	font-size: 15px;
	font-weight: 600;
	color: #333;
}
.slick_products_scroller .slick_product_wrapper .padding-box .other-details .price_01 .offerPrice i
{
	margin-right: -4px;
}
.slick_products_scroller .slick_product_wrapper .padding-box .other-details .price_01 .offerPrice.cutt
{
	font-size: 15px;
	color: #444;
	font-weight: 500;
	/*text-decoration: line-through;*/
}
.slick_products_scroller .slick_product_wrapper .padding-box .other-details .size-display
{
	font-size: 14px;
	color: #444;
	text-align: center;
	font-weight: 400;
}


.slick_products_scroller .slick_product_wrapper .padding-box .other-details .cartbuttons
{
	text-align: center;
	margin-top: 10px;
}
.slick_products_scroller .slick_product_wrapper .padding-box .other-details .cartbuttons a
{
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	background-color:#cfcbcb;
	color: var(--black);
	padding: 5px 14px;
	border:2px solid var(--white);
	outline: 1px solid #cfcbcb;
}
.slick_products_scroller .slick_product_wrapper .padding-box .other-details .cartbuttons:hover a
{
	background-color:var(--red);
	border:2px solid var(--white);
	outline: 1px solid var(--red);
	color: var(--white);

}
/*
	==========================================================
*/

.sections___2
{
	margin-top: 40px;
	margin-bottom: 30px;
}
.sections___2 .page_section_heading
{
	text-align: center;
	margin-bottom: 10px;
}
.sections___2 .page_section_heading h3
{
	font-size: 33px;
	font-weight: 500;
	color: var(--black);
}

.sections___2 .page_section_heading p
{
	font-size: 17px;
	font-weight: 400;
	color: #444;
	max-width: 60%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/*
	==========================================================
*/
.sections___3
{
	padding: 40px 0 60px;
	background-color: #fbfbfb;
	margin-top: 0 !important;
}
.sections___3 .page_section_heading
{
	text-align: center;
	margin-bottom: 10px;
}
.sections___3 .page_section_heading h3
{
	font-size: 33px;
	font-weight: 500;
	color: var(--black);
}

.sections___3 .page_section_heading p
{
	font-size: 17px;
	font-weight: 400;
	color: #444;
	max-width: 60%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.sections___3 .prduct-scoller-wrapper .slick_products_scroller
{
	/*display: grid;*/
	/*grid-template-columns: repeat(5,1fr);*/
	/*grid-column-gap: 15px;*/
	/*grid-row-gap: 20px;*/
}
.sections___3 .prduct-scoller-wrapper .slick_products_scroller .slick_product_wrapper
{
	background-color: var(--white);
}
.sections___3 .prduct-scoller-wrapper .slick_products_scroller .slick_product_wrapper .padding-box
{
	margin: 0 10px;
	padding: 0 0 0px;
}
.sections___3 .prduct-scoller-wrapper .slick_products_scroller .slick_product_wrapper .padding-box .image a img
{
	height: 350px;
}
/*
	==========================================================
*/

.collectionsSectrion .container_row_products .products_area .slick_products_scroller
{
	display: grid;
	grid-template-columns: repeat(4,1fr);
	grid-column-gap: 15px;
	grid-row-gap: 20px;
	padding-left: 20px;
	border-top: 1px solid #e9e9ed;
	padding-top: 20px;	
	border-left:1px solid #e9e9ed;
}

.slick_products_scroller .slick_product_wrapper .padding-box .other-details h5
{
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 4px;
    text-transform: uppercase;
}
.slick_products_scroller .slick_product_wrapper .padding-box .other-details .size-display
{
    font-size: 15px;
    margin-bottom: 4px;	
}
.slick_products_scroller .slick_product_wrapper .padding-box .other-details .price_01 .offerPrice
{
    font-size: 16px;
}
.slick_products_scroller .slick_product_wrapper .padding-box .other-details .price_01 .offerPrice.cutt
{
    font-size: 16px;
    color: #6e6a6a;
}
.slick_products_scroller .slick_product_wrapper .padding-box .image .pro-image-anchor img
{
	height: 261px;
}

/*
=======================================
*/

.icon_box_container
{
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #eaeaea;
}
.icon_box_container .container
{
	max-width: 97%;
}
.icon_box_container .icon_box_col
{
	background-color: #fff;
	height: 100%;
	padding:30px 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	flex-wrap: wrap;
	transition: .3s;
}
.icon_box_container .icon_box_col:hover
{
	transform: scale(1.05);
}
.icon_box_container .icon_box_col i
{
	flex: 0 0 auto;
	font-size: 2em;
	color: var(--white);
	width: 60px;
	height: 60px;
	border-radius: 50%;
	text-align: center;
	line-height: 60px;
	background-color: var(--red);
	background-color: #999999;
	margin-bottom: 15px;
}
.icon_box_container .icon_box_col .vale
{
	flex: 0 0 auto;
	width: calc(100% - 40px);
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	text-transform: capitalize;
	color: #333;
}
.icon_box_container .icon_box_col .vale b
{
	font-weight: 500;
	display: block;	
	font-size: 16px;
	margin-bottom: 8px;
	line-height: 16px;
	color: #000;
}



.icon_box_container.icon_box_container2 .container
{
	max-width: 90%;
}
.icon_box_container.icon_box_container2 .icon_width_box
{
	margin-bottom: 20px;
}
.icon_box_container.icon_box_container2 .icon_box_col .vale{
    flex: 0 0 auto;
    width: calc(100% - 40px);
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    text-transform: capitalize;
}

.icon_box_container.icon_box_container2 .icon_box_col .vale
{
	margin-top: 15px;
	font-size: 17px;
	line-height: 26px;
}
.icon_box_container.icon_box_container2 .icon_box_col .vale b
{
	font-size: 20px;
	font-weight: 700;
	color: #333;
}

.icon_box_container.icon_box_container2 .icon_box_col .image img
{
	width: 50px;
}
/*
	==========================================================
*/
.rugsByStyles.sections___2 #product_2.slick_products_scroller .slick_product_wrapper .padding-box .image .pro-image-anchor img
{
	height: 420px;
}
#product_2.slick_products_scroller .slick_product_wrapper .padding-box
{
	position: relative;
	margin: 0 10px;
	padding: 0 0px;
}
#product_2.slick_products_scroller .slick_product_wrapper .padding-box .other-details
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;	
}
#product_2.slick_products_scroller .slick_product_wrapper .padding-box .other-details h5 a
{
	padding-bottom:20px;
}
#product_2.slick_products_scroller .slick_product_wrapper .padding-box .other-details a
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	color: var(--white);
	font-weight: 400;
	font-size: 22px;
}
#product_2.slick_products_scroller .slick_product_wrapper .padding-box .other-details h5 a:before
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	 background-image: linear-gradient(to bottom,rgba(0 0 0  / 0%),rgba(0 0 0  / 0%),rgba(0 0 0  / 0%),rgba(0 0 0  / 0%),rgba(0 0 0  / 30%),rgba(0 0 0  / 90%));
}
#product_2.slick_products_scroller .slick_product_wrapper .padding-box .other-details a span
{
	position: relative;
	z-index: 2;
}

/*
	==========================================================
*/
.sections___301
{
	margin-top: 30px;
	padding: 30px 0 0;
	background-color: #fff;
}
.sections___301 .page_section_heading
{
	text-align: center;
	margin-bottom: 10px;
}
.sections___301 .page_section_heading h3
{
	font-size: 33px;
	font-weight: 500;
	color: var(--black);
}

.sections___301 .page_section_heading p
{
	font-size: 17px;
	font-weight: 400;
	color: #444;
	max-width: 60%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/*
	==========================================================
*/
.sections___301
{
	background-color: #f6f4ef;
	padding: 45px 0;
}
.shopBySizeRows
{
	max-width: 95%;
	margin-left: auto;
	margin-right: auto;
	/*display: grid;*/
	/*grid-template-columns: repeat(5,1fr);*/
	/*grid-row-gap: 25px;*/
	/*grid-column-gap: 15px;*/
}
.shopBySizeRows .size_colom_box
{
}
.shopBySizeRows .size_colom_box .wrapper
{
	display: flex;
	flex-direction: column;
	grid-row-gap: 10px;
	position: relative;
	margin:0 6px;
/*	border-left: 5px solid #f6f4ef;
	border-right: 5px solid #f6f4ef;*/
}
.shopBySizeRows .size_colom_box .wrapper .global_anchors:before
{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.shopBySizeRows .size_colom_box .wrapper .image
{
	text-align: center;
}
.shopBySizeRows .size_colom_box .wrapper .title
{
	text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #222;
}
/*
	==========================================================
*/

.sections___301 .slick_products_scroller .slick_product_wrapper .padding-box .image .pro-image-anchor img
{
	height: 366px;
}
/*
	==========================================================
*/

.section____5
{
	background-color: #fff;
	padding: 45px 0 0;
}

.section____5 .page_section_heading
{
	text-align: center;
	margin-bottom: 10px;
}
.section____5 .page_section_heading h3
{
	font-size: 33px;
	font-weight: 500;
	color: var(--black);
}

.section____5 .page_section_heading p
{
	font-size: 17px;
	font-weight: 400;
	color: #444;
	max-width: 60%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.custom_row_shop_color
{
	margin-top: 20px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: grid;
	grid-column-gap: 7px;
	/*grid-template-columns: repeat(10,1fr);*/
	/*grid-row-gap: 12px;*/
	/*grid-column-gap: 8px;*/
}
.custom_row_shop_color .shop_color_color
{
	/*background-color: #efefef;*/
	padding: 8px;
	border-radius: 8px;
	border:1px solid transparent;
	transition: all .2s;
}
.custom_row_shop_color .shop_color_color:hover,
.custom_row_shop_color .shop_color_color.active
{
	border:1px solid #233956;
}
.custom_row_shop_color .shop_color_color .wrapper
{
	display: flex;
	flex-direction: column;
	grid-row-gap: 10px;
	position: relative;
}
.custom_row_shop_color .shop_color_color .wrapper .global_anchors:before
{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.custom_row_shop_color .shop_color_color .wrapper .image
{
	text-align: center;
}
.custom_row_shop_color .shop_color_color .wrapper .image img
{
	background-color: var(--white);
	padding-top: 5px;
	border-radius: 5px 5px 0 0;
	padding: 0 7px;
}
.custom_row_shop_color .shop_color_color .wrapper .title
{
	text-align: center;
	font-size: 15px;
	font-weight: 500;
	color: #222;
}
.custom_row_shop_color .shop_color_color .wrapper
{
	display: flex;
	flex-direction: column;
	grid-row-gap: 10px;
	position: relative;
}
.custom_row_shop_color .shop_color_color .wrapper .global_anchors1:before
{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
/*
	==========================================================
*/
	footer
	{
		background-color: #1a1817;
	}
	footer .footer-container
	{
		max-width: 90%;
		padding: 70px 0 10px;
		margin-left: auto;
		margin-right: auto;
	}
	footer .footer-container .custom_row_footer
	{
		display: grid;
		grid-template-columns: repeat(5,1fr);
	}
	footer .footer-container .custom_row_footer .footer_custom_coloms
	{
		width: 100%;
	}
	footer .footer-container .custom_row_footer .footerLinks
	{

	}
	footer .footer-container .custom_row_footer .footerLinks h6
	{
		font-size: 17px;
		margin-bottom: 15px;
		color: var(--white);
		font-weight: 500;
		text-transform: uppercase;
	}
	footer .footer-container .custom_row_footer .footerLinks ul{
		padding-left: 0;
	}
	footer .footer-container .custom_row_footer .footerLinks ul li{
		margin-bottom: 4px;
	}
	footer .footer-container .custom_row_footer .footerLinks ul li a
	{
		font-size: 16px;
		margin-bottom: 8px;
		color: #afaeae;
		font-weight: 400;
		text-transform: capitalize;
		transition: all .2s;
	}
	footer .footer-container .custom_row_footer .footerLinks ul li:hover a
	{
		text-decoration: underline;
	}
/*
	==========================================================
*/


footer .footer-container .social-media
{
	margin-top: 20px;
}
footer .footer-container .social-media a
{
	display: inline-flex;
	margin-right: 3px;
}
footer .footer-container .social-media a img
{
	width: 35px;
}


footer .footer-container .contact_row
{
	display: flex;
	margin-bottom: 10px;
	grid-column-gap: 5px;
	align-items: center;
}
footer .footer-container .contact_row .icon
{

}
footer .footer-container .contact_row .icon i
{	
	width: 35px;
	height:35px;
	background-color: #2c2b2b;
	text-align: center;
	line-height: 35px;
	border-radius: 50%;
	color: #fff;
}
footer .footer-container .contact_row .vals a
{
	color: var(--white);
	font-weight: 400;
	font-size: 17px;
}
footer .footer-container .details.footer_custom_coloms
{
	width: 294px;
}
footer .footer-container .copyright
{
	border-top: 1px solid #323131;
	padding-top: 15px;
	margin-top: 30px;
	text-align: center;
	font-size: 18px;
    margin-bottom: 8px;
    color: #fff;
    font-weight: 300;
}

footer .footer-container .social-media a.whatsapp
{
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 5;
}
footer .footer-container .social-media a.whatsapp img
{
	width: 55px;
}

/*
	==========================================================
*/

body.collection_gallery .carousel_inner .carousel-item
{

}
body.collection_gallery .carousel_inner .carousel-item img
{
	object-position: top;
	height: 85px;
	object-position:50% 70%;
	object-fit: cover;
}

/*
	==========================================================
*/
.heading-breadcrumbs
{
	margin-top: 35px;
	margin-bottom: 30px;
}
.heading-breadcrumbs.heading-breadcrumbs2
{
	padding-top: 50px;
    padding-bottom: 0px;
    margin-bottom: 0;
    background-color: #edebeb;
    margin: 0 0;
}
.heading-breadcrumbs.heading-breadcrumbs2 h6
{
	margin-bottom: 0;	
}
.heading-breadcrumbs.heading-breadcrumbs3
{
	padding-top: 50px;
    padding-bottom: 0px;
    margin-bottom: 0;
    background-color:#f7f7f7;
    margin: 0 0;
}
.heading-breadcrumbs.heading-breadcrumbs3 h6
{
	margin-bottom: 0;	
}
.heading-breadcrumbs .breadcrumbs
{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	grid-column-gap: 7px;
	margin-bottom: 12px;
}
.heading-breadcrumbs .breadcrumbs a
{
	font-size: 14px;
	font-weight: 400;
	text-transform: capitalize;
	color: #555;
}
.heading-breadcrumbs .breadcrumbs a:last-child{
	color: var(--red);
	font-weight: 500;
	pointer-events: none;
}
.heading-breadcrumbs .breadcrumbs a i
{
	margin-left: 5px;
}
.heading-breadcrumbs  h6
{
	text-align: center;
	font-weight: 400;
	font-size: 32px;
	color: #222;
	letter-spacing: 1px;
}
/*
	==========================================================
*/

.collectionsSectrion
{
	max-width: 95%;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	/*border-top: 1px solid #e9e9ed;*/
	/*padding-top: 15px;*/
}
/*
	***************************************
*/

.container_row_products
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.container_row_products .filter
{
	flex: 0 0 auto;
    width: 320px;
    position: relative;
    z-index: 2;
}
.container_row_products .filter .filter_area
{
	position: sticky;
	top: 0px;
}
.container_row_products .products_area
{
    flex: 0 0 auto;
    width: calc(100% - 320px);
    padding-left: 00px;
    padding-right: 20px;
    padding-top: 0px;
}
body.collection_gallery .container_row_products .products_area
{

}
body.products section.collectionsSectrion .customer_container .home_product_colom
{
    flex: 0 0 auto;
    width: calc(25% - 12px);
    margin: 0 6px 10px;
    padding-bottom: 0;
}
body.products section.collectionsSectrion .customer_container .home_product_colom:hover .details h5 a
{
	text-decoration: underline;
}
/*
	********************************
*/


.container_row_products .filter .filter_heading
{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 8px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
	border-bottom:1px solid #e9e9ed;
}
.container_row_products .filter .filter_heading h6
{
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	color: #222;
	text-transform: uppercase;
	margin-bottom: 3px;
}
.container_row_products .filter .filter_heading a.cleanall
{
	font-size: 13px;
	line-height: 25px;
	font-weight: 400;
	color: #336699;
}
.container_row_products .filter .filter_block
{
	padding-left: 25px;
	padding-right: 25px;
	/*margin-bottom: 10px;*/
	padding-bottom: 10px;
	border-bottom: 1px solid #e9e9ed;
	padding-top: 10px;
}
.container_row_products .filter .filter_block .filtersubheading
{
	display: flex;
	justify-content: space-between;
	align-items: center;
	/*border-bottom: 1px solid #eaeaea;*/
	margin-bottom: 8px;
	cursor: pointer;
}
.container_row_products .filter .filter_block .filtersubheading span:nth-child(1)
{
	/*border-bottom: 2px solid #333;*/
	font-size: 14px;
	font-weight: 500;
	line-height: 19.2px;
	color: #222;
	padding: 3px 2px;
	font-family: "Jost", sans-serif;
	text-transform: uppercase;
}
.container_row_products .filter .filter_block .filtersubheading span:nth-child(2)
{
	font-size: 18px;
	font-weight: 600;
	color: #222;
	cursor: pointer;
}
.container_row_products .filter .filter_block .list_filter ul
{
	/*max-height: 210px;*/
	/*overflow-y: hidden;*/
	padding-left: 0;
}
/*.container_row_products .filter .filter_block .list_filter ul::-webkit-scrollbar
{
	width: 5px;
}
.container_row_products .filter .filter_block .list_filter ul::-webkit-scrollbar-track
{
	background-color: #eee;
	border-radius: 8px;
}
.container_row_products .filter .filter_block .list_filter ul::-webkit-scrollbar-thumb
{
	background-color: #ccc;
	border-radius: 8px;
}*/
.container_row_products .filter .filter_block .list_filter ul li label
{
	display: block;
    margin: 3px 0;
    padding: 4px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    color: #333;
    cursor: pointer;
}
.container_row_products .filter .filter_block .list_filter ul li:hover > label
{
	color: var(--red);
}
.container_row_products .filter .filter_block .list_filter ul li label input
{
	margin-right: 2px;
}

.container_row_products .filter .filter_block .list_filter ul li label span span
{
    width: 15px;
    height: 15px;
    display: inline-block;
    border: 1px solid #d1cfcf;
    margin-right: 4px;
    border-radius: 50%;
}


.container_row_products .filter .filter_block .psotion-list-filter-wrapper ul li label span span
{
    width: 15px;
    height: 15px;
    display: inline-block;
    border: 1px solid #d1cfcf;
    margin-right: 4px;
    border-radius: 50%;
}

/*
	==========================================================
*/





/*
.container_row_products .filter .filter_area .new-parents
{
	position: relative;
}
.container_row_products .filter .filter_area .new-parents  .psotion-list-filter-wrapper
{
	position: absolute;
    top: 0;
    left: 0;
    width: 600px;
    background: #fff;
    z-index: 3;
    box-shadow: 0 1px 8px rgba(0, 0, 0, .1);
    border: 1px solid #eaeaec;
    padding:0px 20px 15px;
    padding-top: 15px;
    opacity: 0;
    visibility: hidden;
    min-height: 550px;
    z-index: 2;
}*/


.container_row_products .filter .filter_block
{
	position: relative;
}
.container_row_products .filter .filter_block  .psotion-list-filter-wrapper
{
	/*position: absolute;*/
    top: 0;
    left: 0;
    /*width: 600px;*/
    width: 100%;
    background: #fff;
    z-index: 3;
    /*box-shadow: 0 1px 8px rgba(0, 0, 0, .1);*/
    /*border: 1px solid #eaeaec;*/
    /*padding:0px 20px 15px;*/
    /*padding-top: 15px;*/
    padding: 0 0;
    /*opacity: 0;*/
    /*visibility: hidden;*/
    /*min-height: 550px;*/
    display: none;
    z-index: 2;
}


.container_row_products .filter .filter_block  .psotion-list-filter-wrapper.hide_filter_list
{
/*	opacity: 1;
	visibility: visible;*/
	display: block;
}
.container_row_products .filter .filter_block  .psotion-list-filter-wrapper .close_filter_modal
{
	cursor: pointer;
}
.container_row_products .filter .filter_block  .psotion-list-filter-wrapper .close_filter_modal i
{
	font-size: 30px;
	color: #888;
}
.container_row_products .filter .filter_block  .psotion-list-filter-wrapper .heading-close
{
	display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e9e9ed;
    margin-bottom: 12px;
}
.container_row_products .filter .filter_block  .psotion-list-filter-wrapper .heading-close h4
{
	font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #222;
    padding: 0px 0px;
    margin-bottom: 0;
    font-family: "Jost", sans-serif;
    text-transform: uppercase;
}
.container_row_products .filter .filter_block  .psotion-list-filter-wrapper ul
{
	padding-left: 0;
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-template-columns: repeat(1,1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.container_row_products .filter .filter_block  .psotion-list-filter-wrapper ul li label
{
    display: flex;
    margin: 1px 0;
    padding: 4px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    color: #333;
    cursor: pointer;
    grid-column-gap: 6px;
}
.container_row_products .filter .filter_block  .psotion-list-filter-wrapper ul li:hover > label
{
	color: var(--red);
}
.container_row_products .filter .filter_block  .psotion-list-filter-wrapper ul li label input
{
	margin-right: 2px;
}



/*
	==========================================================
*/




.container_row_products .filter .filter_block
{
	position: relative;
}
.container_row_products .filter .filter_block  .psotion-list-filter-wrapper2
{
	width: 100%;
    background: #fff;
    z-index: 3;
    /*box-shadow: 0 1px 8px rgba(0, 0, 0, .1);*/
    /*border: 1px solid #eaeaec;*/
    /*padding:0px 20px 15px;*/
    /*padding-top: 15px;*/
    opacity: 0;
    visibility: hidden;
    min-height: auto;
    z-index: 2;
    display: none;
    transition: .1s all;
}


.container_row_products .filter .filter_block  .psotion-list-filter-wrapper2.hide_filter_list
{
	opacity: 1;
	visibility: visible;
    display: block;
}
.container_row_products .filter .filter_block  .psotion-list-filter-wrapper2 .close_filter_modal
{
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
}
.container_row_products .filter .filter_block  .psotion-list-filter-wrapper2 .close_filter_modal
{
	opacity: 1;
	visibility: visible;
}
.container_row_products .filter .filter_block  .psotion-list-filter-wrapper2 .close_filter_modal i
{
	font-size: 30px;
	color: #888;
}
.container_row_products .filter .filter_block  .psotion-list-filter-wrapper2 .heading-close
{
	display: flex;
    justify-content: space-between;
    align-items: center;
    /*border-bottom: 1px solid #e9e9ed;*/
    /*margin-bottom: 12px;*/
}
.container_row_products .filter .filter_block  .psotion-list-filter-wrapper2 .heading-close h4
{
	font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #222;
    padding: 0px 0px;
    margin-bottom: 0;
    font-family: "Jost", sans-serif;
    text-transform: uppercase;
}
.container_row_products .filter .filter_block  .psotion-list-filter-wrapper2 ul
{
padding-left: 0;
	/*	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;*/
}
.container_row_products .filter .filter_block  .psotion-list-filter-wrapper2 ul li label
{
    display: flex;
    margin: 1px 0;
    padding: 4px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    color: #333;
    cursor: pointer;
    grid-column-gap: 6px;
}
.container_row_products .filter .filter_block  .psotion-list-filter-wrapper2 ul li:hover > label
{
	color: var(--red);
}
.container_row_products .filter .filter_block  .psotion-list-filter-wrapper2 ul li label input
{
	margin-right: 2px;
}



/*
	==========================================================
*/
.container_row_products .filter .filter_block .list_filter.color-filters ul li label
{
	display: flex;
	flex-direction: row;
	align-items: center;
}
.container_row_products .filter .filter_block .list_filter.color-filters ul li label span
{
	display: flex;
	align-items: center;
	padding-left: 7px;
	grid-column-gap: 5px;
}
.container_row_products .filter .filter_block .list_filter.color-filters ul li label span img
{
	/*width: 20px;*/
	/*height: 20px;*/
	/*border-radius: 50%;*/
	width: 40px;
}
.container_row_products .filter .filter_block .list_filter.color-filters ul li label span b
{
	font-weight: 400;
	color: #000;
	line-height: 18px;
}
/*
	==========================================================
*/


.container_row_products .filter .new-parents
{
	border-right: 1px solid #e9e9ed;
    height: 95vh;
    overflow-y: auto;
    overflow-x: hidden;
}
.container_row_products .filter .new-parents::-webkit-scrollbar
{
	width: 4px;
}
.container_row_products .filter .new-parents::-webkit-scrollbar-track {
  background-color: #eee;
}
 
.container_row_products .filter .new-parents::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 20px;
}

.container_row_products .filter .filter_block
{
	/*position: relative;*/
}
.container_row_products .filter .filter_block .viewMoreFilterButtons
{
	margin-top: 5px;
}
.container_row_products .filter .filter_block .viewMoreFilterButtons
{
    font-size: 14px;
    font-weight: 400;
    color: #ff0000;
}
.container_row_products .filter .filter_block .viewMoreFilterButtons:hover
{
	text-decoration: underline;
}



.container_row_products .filter .filter_block .viewMoreFilterButtons2
{
	margin-top: 5px;
}
.container_row_products .filter .filter_block .viewMoreFilterButtons2
{
    font-size: 14px;
    font-weight: 400;
    color: #ff0000;
}
.container_row_products .filter .filter_block .viewMoreFilterButtons2:hover
{
	text-decoration: underline;
}

/*
	********************************
*/


.sorting_row
{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 10px;
	margin-top: 0px;
	padding-left: 20px;
}
.sorting_row .left_sorting
{
	display: inline-flex;
	align-items: center;
	margin-right: 5px;
}
.sorting_row .left_sorting label
{
	font-size: 14px;
	line-height: 21px;
	font-weight: 500;
	color: #333;
	white-space: nowrap;
	float: left;	
	margin-right:10px;
	font-family: 'Montserrat', sans-serif;
}
.sorting_row .left_sorting select
{
	width: 190px;
    max-width: none;
    border-radius: 3px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    color: #000;
    padding:4px 27px 4px 14px;
}
.sorting_row .left_sorting select:focus
{
	box-shadow: none;
	border-color: #888;
}

.sorting_row .right_sorting
{
	display: inline-flex;
	align-items: center;
}
.sorting_row .right_sorting .showitem
{
	margin-right: 10px;
}
.sorting_row .right_sorting .showitem label
{
	font-size: 14px;
	line-height: 21px;
	font-weight: 600;
	color: #333;
	white-space: nowrap;
	float: left;	
	margin-right:10px;
}

.sorting_row .right_sorting .showitem select
{
	width: 100px;
    max-width: none;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 400;
    padding: 9px 27px 9px 14px;
}



.sorting_row .right_sorting .showing_colom{
	display: flex;
	flex-wrap: wrap;
	grid-column-gap: 7px;
	grid-row-gap: 7px;
}
.sorting_row .right_sorting .showing_colom > div{
	border:1px solid #eaeaea;
	display: flex;
	padding:5px 10px;
	border-radius: 38px;
	font-size: 13px;
	color: #222;
	font-weight: 400;
}
.sorting_row .right_sorting .showing_colom > div i
{
    cursor: pointer;
    margin-left: 3px;
    font-size: 16px;
    height: 20px;
}



.sorting_row .right_sorting .grid_list
{
	display: inline-flex;
	flex-direction: row;
}
.sorting_row .right_sorting .grid_list a
{
	flex: 0 0 auto;
	margin-left: 5px;
}
.sorting_row .right_sorting .grid_list a img
{
	height: 25px;
}
.sorting_row .right_sorting .grid_list a.active img.image01
{
	display: block;
}
.sorting_row .right_sorting .grid_list a.active img.image02
{
	display: none;
}

.sorting_row .right_sorting .grid_list a img.image01
{
	display: none;
}
.sorting_row .right_sorting .grid_list a img.image02
{
	display: block;
}
.showing-items-paginations .showing_colom span
{
	font-size: 13px;
	font-weight: 400;
	line-height: 19.5px;
	color: #aaa;
}
/*
	==========================================================
*/

.collectionsSectrion .container_row_products .filter .sticky_area
{
	position: sticky;
	top: 0px;
}

/*
	==========================================================
*/

.collectionsSectrion .container_row_products .products_area .paginations_customize
{
	margin-top: 20px;
}
.collectionsSectrion .container_row_products .products_area .paginations_customize
{
	display: flex;
	justify-content: center;
	grid-column-gap: 8px;
}
.collectionsSectrion .container_row_products .products_area .paginations_customize a
{
	background-color: #eaeaea;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #333;
}
.collectionsSectrion .container_row_products .products_area .paginations_customize a.active,
.collectionsSectrion .container_row_products .products_area .paginations_customize a:hover
{
	background-color: #918f8f;
	font-weight: 500;
	color: #fff;
}

.slick_products_scroller .slick_product_wrapper .padding-box .image .badge1
{
	z-index: 1;
	position: absolute;
	top: 7px;
	left: 7px;
	background-color: var(--white);
	line-height: 18px;
	font-size: 13px;
    color: #222;
    padding: 2px 10px;
    border-radius: 20px;
    font-weight: 500;
}
.slick_products_scroller .slick_product_wrapper .padding-box .image .badge2
{
	z-index: 1;
	position: absolute;
	top: 30px;
	left: 7px;
	background-color: var(--white);
	line-height: 18px;
	font-size: 13px;
    color: #222;
    padding: 2px 10px;
    border-radius: 20px;
    font-weight: 500;
}
/*
	==========================================================
*/
body.product__details .product-detail-page-section
{
	margin-top: 50px;
	margin-bottom: 50px;
}
body.product__details .product-detail-page-section .container
{
	max-width: 1280px;
}
body.product__details .product-detail-page-section .detail_wrapper .breadcrumbs
{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	grid-column-gap: 7px;
	margin-bottom: 7px;
}
body.product__details .product-detail-page-section .detail_wrapper .breadcrumbs a
{
	font-size: 16px;
	font-weight: 400;
	text-transform: capitalize;
	color: #000;
}
body.product__details .product-detail-page-section .detail_wrapper .breadcrumbs a:last-child{
	color: var(--red);
	font-weight: 500;
	pointer-events: none;
}
body.product__details .product-detail-page-section .detail_wrapper .breadcrumbs a i
{
	margin-left: 5px;
}
body.product__details .product-detail-page-section .detail_wrapper h6
{
	text-align: left;
	font-weight: 400;
	font-size: 37px;
	color: #222;
	letter-spacing: 1px;
}

/*
	==========================================================
*/

.product-detail-page-section .product-detail-row .product-detail-image .product-features-images
{
	position: sticky;
	top: 30px;
	z-index: 5;
}


/*
	==========================================================
*/

.product-detail-page-section .product-detail-content .detail_wrapper
{
	margin-top: 20px;
}

/*hide click to view largers*/
.gc-overlay-gcontainer
{
	display: none !important;
}
.gc-overlay-area
{
	display: none !important;
}
.gc-icon-download
{
	display: none !important;
}
.gc-noscroll
{
	overflow: inherit !important;
}
.gc-zoom
{

}
/*
	==========================================================
*/


.product-detail-page-section .product-detail-content .detail_wrapper .other_details
{

}
.product-detail-page-section .product-detail-content .detail_wrapper .other_details .small_text
{
	font-size: 14px;
	font-weight: 400;
	color: #000;
	text-transform: capitalize;
}
.product-detail-page-section .product-detail-content .detail_wrapper .other_details .small_text b
{
	font-weight: 500;
	text-transform: uppercase;
}



.product-detail-page-section .product-detail-content .detail_wrapper .price
{
	margin-top: 10px;
	margin-bottom: 15px;
	text-align: center;
	font-weight: 400;
	font-size: 32px;
	color: #000;
	margin-bottom: 4px;
	display: flex;
	align-items: center;
	grid-column-gap: 10px;
}
.product-detail-page-section .product-detail-content .detail_wrapper .price .offerPrice
{
	font-weight: 600;
	color: #000;
}
.product-detail-page-section .product-detail-content .detail_wrapper .price .offerPrice i
{
	margin-right: -4px;
}
.product-detail-page-section .product-detail-content .detail_wrapper .price .offerPrice.cutt
{
	color: #888;
	font-weight: 500;
	font-size: 27px;
}
.product-detail-page-section .product-detail-content .detail_wrapper .price .tax
{
	color: #888;
	font-weight: 400;
	font-size: 17px;
}

/*
	==========================================================
*/


.product-detail-page-section .product-detail-content .detail_wrapper .custom_row_shop_color
{
	grid-template-columns: repeat(6, 1fr);
	padding: 7px 7px;
}
.product-detail-page-section .product-detail-content .detail_wrapper .custom_row_shop_color .shop_color_color .wrapper .title
{
	font-size: 14px;
	/*margin-top: -7px;*/
}
.product-detail-page-section .product-detail-content .detail_wrapper .custom_row_shop_color .shop_color_color .wrapper .image img
{
	margin-left: auto;
	margin-right: auto;
	max-width: 63px;
	padding: 0 0;
	height: 98px;
	object-position: center;
	object-fit: cover;
}

/*
	==========================================================
*/
.product-detail-page-section .product-detail-content .detail_wrapper .shopBySizeRows
{
	max-width: 100%;    
	grid-template-columns: repeat(6, 1fr);
}

.product-detail-page-section .product-detail-content .detail_wrapper .shopBySizeRows .size_colom_box
{
	background-color: #f6f4ef;
	border-radius: 8px;
	border:1px solid transparent;
	transition: all .2s;
}
.product-detail-page-section .product-detail-content .detail_wrapper .shopBySizeRows .size_colom_box:hover{
	border:1px solid #233956;
}
.product-detail-page-section .product-detail-content .detail_wrapper .shopBySizeRows .size_colom_box .image img
{
	width: 80px;
	height: 80px;
	object-fit: contain;
	object-position: center;
}
.product-detail-page-section .product-detail-content .detail_wrapper .shopBySizeRows .size_colom_box .wrapper .title
{
	font-size: 15px;
}
/*
	==========================================================
*/


.product-detail-page-section .product-features-images .addtocart-buynow
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 20px;
	margin-top: 20px;
}
.product-detail-page-section .product-features-images .addtocart-buynow a
{
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    padding:12px 10px;
    border-radius: 4px;
    text-decoration: none;
}
.product-detail-page-section .product-features-images .addtocart-buynow .cartbutton
{
	flex: 0 0 auto;
	width: 47%;
	margin-right: 1%;
    border: 2px solid var(--red);
	background-color: var(--red);
	color: var(--white);
}
.product-detail-page-section .product-features-images .addtocart-buynow .buynowbutton
{
	flex: 0 0 auto;
	width: 47%;
	margin-left: 1%;
	font-weight: 400;
	color: var(--white);
    border: 2px solid var(--black);
	background-color:var(--black);
}
.product-detail-page-section .product-features-images .addtocart-buynow .bulkOrder
{
	flex: 0 0 auto;
	width: 32.333%;
	margin-left: 1%;
	font-weight: 600;
	color: #fff;
	border-color: var(--black);
	background-color:var(--black);
	line-height: 24px;
}
.product-detail-page-section .product-features-images .addtocart-buynow .bulkOrder:hover
{
	background-color: #222;
	border-color: #222;
	color: #fff;
}


/*
	==========================================================
*/

.border_row
{
	width: 100%;
	height: 1px;
	background-color: #ccc;
	margin: 15px 0;
}

/*
	==========================================================
*/

.product-detail-page-section .product-detail-content .detail_wrapper .all-overindia-shopping
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
}
.product-detail-page-section .product-detail-content .detail_wrapper .all-overindia-shopping .icon
{
	flex: 0 0 auto;
	width: 70px;
}
.product-detail-page-section .product-detail-content .detail_wrapper .all-overindia-shopping .icon img
{
	width: 60px;
}
.product-detail-page-section .product-detail-content .detail_wrapper .all-overindia-shopping .values
{
	flex: 0 0 auto;
	width:calc(100% - 70px);
	padding-left: 5px;
	font-size: 15px;
	font-weight: 400px;
	color: #000;
}
.product-detail-page-section .product-detail-content .detail_wrapper .all-overindia-shopping .values b
{
	display: block;
	font-size: 15px;
	font-weight: 600;
	text-transform: capitalize;
	color: #222;
	line-height: 20px;
}



/*
	*******************************
	*******************************
*/

.accordion_for_detail .accordionspro .accordion_block
{
	margin-bottom: 7px;
	border-bottom: 1px solid #e5e5e5;
}
.accordion_for_detail .accordionspro .accordion_block .headings
{
	background-color: transparent;
	padding:12px 15px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	border-radius: 8px 8px 0 0;
	cursor: pointer;
}
.accordion_for_detail .accordionspro .accordion_block .left
{
	font-weight: 500;
	font-size: 16px;
	text-transform: uppercase;
	color: #000;
}
.accordion_for_detail .accordionspro .accordion_block .right
{
	color: #000;
	cursor: pointer;
	transition: .2s;
	transform:rotate(0deg);
}

.accordion_for_detail .accordionspro .accordion_block .right.rotateicon
{
	transform:rotate(180deg);
}
.accordion_for_detail .accordionspro .accordion_block .accordion__body
{
	padding:5px 10px;
	/*border:1px solid #eee;*/
	border-radius: 0 0 0px 0px;
	display: none;
	/*transition: .2s;*/
}
.accordion_for_detail .accordionspro .accordion_block:nth-child(1) .accordion__body
{
	display: block;
}
.accordion_for_detail .accordionspro .accordion_block .accordion__body p
{
	font-size: 16px;
	text-align: justify;
	font-weight: 400;
	color: #222;
}
.accordion_for_detail .accordionspro .accordion_block .accordion__body .chartimage
{
	/*width: 100%;*/
}
.accordion_for_detail .accordionspro .accordion_block .accordion__body .body_content p
{
	font-size: 14px;
	font-weight: 400;
	text-align: justify;
	line-height: 22px;
}
.accordion_for_detail .accordionspro .accordion_block .accordion__body .body_content ul
{
	padding-left: 20px;
}
.accordion_for_detail .accordionspro .accordion_block .accordion__body .body_content ul li
{
	list-style-type: disc;
	font-size: 14px;
	font-weight: 400;
	text-align: justify;
	margin-bottom: 5px;
	color: #000;
	text-transform: capitalize;
}

/*
	========================================
*/

.collectionsSectrion.collectionsSectrion__detail_page .container_row_products .products_area
{
	width: calc(100% - 0px);
    padding-left: 0px;
}
.collectionsSectrion.collectionsSectrion__detail_page .container_row_products .products_area .slick_products_scroller
{
	grid-template-columns: repeat(5, 1fr);
	grid-column-gap: 10px;
    grid-row-gap: 20px;
}
.collectionsSectrion.collectionsSectrion__detail_page .container_row_products .products_area .slick_products_scroller .slick_product_wrapper .padding-box
{
	padding: 0 8px;
}
.collectionsSectrion.collectionsSectrion__detail_page .slick_products_scroller .slick_product_wrapper .padding-box .image .pro-image-anchor img
{
	height: 300px;
}
/*
	***********************************
*/
section.shoping-cart-section
{
	margin-top: 30px;
}
.heading_left-right
{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.heading_left-right .heading01 h4
{
	margin-left: 35px;
	font-size: 30px;
}
.heading_left-right .continue_shoping
{
	color: #444;
	font-size: 16px;
	font-weight: 500;
}



/*
	***************************
*/


.cart_sidebar_page2 .contaienr_cart
{
	padding: 15px;
	padding-right: 20px;
}

.cart_sidebar_page2 .contaienr_cart .heading_close
{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 15px;
}
.cart_sidebar_page2 .contaienr_cart .heading_close h5
{
	font-size: 22px;
	line-height: 31px;
	font-weight: 400;
	color: #333;
	margin-bottom: 0;
}
.cart_sidebar_page2 .contaienr_cart .heading_close .close_icon
{
	cursor: pointer;
	font-size: 30px;
}
.cart_sidebar_page2 .contaienr_cart .subheading
{
/*	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;*/
}
.cart_sidebar_page2 .contaienr_cart .subheading span
{
	font-size: 12px;
	line-height: 12px;
	color: #666;
	text-transform: uppercase;
}
.cart_sidebar_page2 .contaienr_cart .cart_block_wrapper .cart_block
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eaeaea;
}
/*==================================*/
.cart_sidebar_page2 .contaienr_cart .cart_block_wrapper .cart_block.subheading
{

}
.cart_sidebar_page2 .contaienr_cart .cart_block_wrapper .cart_block.subheading
{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 10px;
    padding-bottom: 16px;
    border-bottom: 1px solid #eaeaea;
}
.cart_sidebar_page2 .contaienr_cart .cart_block_wrapper .cart_block.subheading span
{
	font-weight: 500;
    text-transform: uppercase;
    margin-right: 3px;
    font-size: 14px;
    color: #444;
}
.cart_sidebar_page2 .contaienr_cart .cart_block_wrapper .cart_block.subheading .span1
{
	flex: 0 0 auto;
	width: 100px;
}
.cart_sidebar_page2 .contaienr_cart .cart_block_wrapper .cart_block.subheading .span2
{
	flex: 0 0 auto;
	width: 56%;
	padding-left: 0px;
}
.cart_sidebar_page2 .contaienr_cart .cart_block_wrapper .cart_block.subheading .span3
{
	flex: 0 0 auto;
	width: 20%;
}
.cart_sidebar_page2 .contaienr_cart .cart_block_wrapper .cart_block.subheading .span4
{
	flex: 0 0 auto;
	width: 15%;
}
.cart_sidebar_page2 .contaienr_cart .cart_block_wrapper .cart_block.subheading .span5
{
	flex: 0 0 auto;
	width: 10%;
}
/*==================================*/
.cart_sidebar_page2 .contaienr_cart .cart_block_wrapper .cart_block .image
{
	flex:0 0 auto;
	width: 90px;
}
.cart_sidebar_page2 .contaienr_cart .cart_block_wrapper .cart_block .image img
{
	height: 100px;
}
.cart_sidebar_page2 .contaienr_cart .cart_block_wrapper .cart_block .product-detail
{
	flex:0 0 auto;
	width: 45%;
	padding-left: 15px;
	padding-top: 10px;
}
.cart_sidebar_page2 .contaienr_cart .cart_block_wrapper .cart_block .product-detail .single-row
{
	display: inline-flex;
	grid-column-gap: 15px;
}
.cart_sidebar_page2 .contaienr_cart .cart_block_wrapper .cart_block .qty-colorm
{
	flex:0 0 auto;
	width: 20%;
	text-align: center;
}
.cart_sidebar_page2 .contaienr_cart .cart_block_wrapper .cart_block .product-detail h6
{
	font-size: 17px;
	line-height: 19.5px;
	letter-spacing: 0.6px;
	color: #333;
	margin-bottom: 5px;
}
.cart_sidebar_page2 .contaienr_cart .cart_block_wrapper .cart_block .product-detail h6 a
{
	color: #333;
}
.cart_sidebar_page2 .contaienr_cart .cart_block_wrapper .cart_block .product-detail .price
{
	font-size: 14px;
	line-height: 21px;
	color: #325769;
	font-weight: 400;
	margin-bottom: 5px;
}
.cart_sidebar_page2 .contaienr_cart .cart_block_wrapper .cart_block .product-detail .price b
{
	font-weight: 500;
	text-transform: uppercase;
	margin-right: 3px;
}
.cart_sidebar_page2 .contaienr_cart .cart_block_wrapper .cart_block .product-detail .size
{
	font-size: 14px;
	line-height: 21px;
	color: #325769;
	font-weight: 400;
}
.cart_sidebar_page2 .contaienr_cart .cart_block_wrapper .cart_block .product-detail .size b
{
	font-weight: 500;
	text-transform: uppercase;
	margin-right: 3px;
}


.cart_sidebar_page2 .contaienr_cart .cart_block_wrapper .cart_block .qty_holder
{
	flex: 0 0 auto;
	width: 154px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	border: 1px solid  #ccc;
	border-radius: 3px;
	color: #666;
	margin-top: 12px;

}
.cart_sidebar_page2 .contaienr_cart .cart_block_wrapper .cart_block .qty_holder .values
{
	flex: 0 0 auto;
	width:63px;
	padding-left: 10px;
	background-color: transparent;
	border: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
}
.cart_sidebar_page2 .contaienr_cart .cart_block_wrapper .cart_block .qty_holder .values:focus
{
	box-shadow: none;
}
.cart_sidebar_page2 .contaienr_cart .cart_block_wrapper .cart_block .qty_holder .minus
{
	flex: 0 0 auto;
	width: 44px;
	height:44px;
	border-radius: 0;
	border: 0px;
	line-height: 35px;
	border-right: 1px solid #ccc;
    background-color: #eee;
    text-align: center;
    font-size: 25px;
    cursor: pointer;
    background-color: #eee;
}
.cart_sidebar_page2 .contaienr_cart .cart_block_wrapper .cart_block .qty_holder .plus
{
    flex: 0 0 auto;
	width: 44px;
	height:44px;
    border-radius: 0;
    border: 0px;
    line-height: 35px;
    background-color: #eaeaea;
	border-left: 1px solid #ccc;
    text-align: center;
    font-size: 25px;
    cursor: pointer;
    background-color: #eee;
}
.cart_sidebar_page2 .contaienr_cart .cart_block_wrapper .cart_block .remove-colorm
{
	flex: 0 0 auto;
	text-align: center;
	width: 15%;
	margin-top: 15px;
}
.cart_sidebar_page2 .contaienr_cart .cart_block_wrapper .cart_block .product_price
{
	flex:0 0 auto;
	width: 10%;
	display: flex;
	flex-direction: column;
	align-items:flex-start;
	margin-top: 15px;
}
.cart_sidebar_page2 .contaienr_cart .cart_block_wrapper .cart_block .product_price .price
{
	font-size: 17px;
	color: #555;
	margin-bottom: 20px;
	font-weight: 500;
}
.cart_sidebar_page2 .contaienr_cart .cart_block_wrapper .cart_block .product_price .remove a
{
  display: block;
  width: 35px;
  height:35px;
  background-color: #555;
  color: var(--white);
  text-align: center;
  line-height: 35px;
  border-radius: 5px;
}

.cart_sidebar_page2 .contaienr_cart .cart_block_wrapper .cart_block .remove-colorm
{
	text-align: left;
}
.cart_sidebar_page2 .contaienr_cart .cart_block_wrapper .cart_block .remove-colorm span.remove
{
	display: flex;
    flex-direction: column;
    align-items: center;
    /*width: 70px;*/
}

.cart_sidebar_page2 .contaienr_cart .subTotal_totalPrice
{
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: 15px;
}
.cart_sidebar_page2 .contaienr_cart .subTotal_totalPrice .subtotal
{
	width: 50%;
	flex: 0 0 auto;
	font-size: 16px;
	font-weight: 500;
	color: #333;
	text-transform: uppercase;
}
.cart_sidebar_page2 .contaienr_cart .subTotal_totalPrice .totalprice
{
    width: 50%;
    flex: 0 0 auto;
    text-align: right;
    font-size: 18px;
    font-weight: 400;
    color: #000;
}
.cart_sidebar_page2 .contaienr_cart .subTotal_totalPrice .textall
{
	flex:0 0 auto;
	width: 100%;
	color: #666;
	font-size: 13px;
}
.cart_sidebar_page2 .contaienr_cart .checkout_buttons
{
	margin-top: 10px;
	width: 30%;
}
.cart_sidebar_page2 .contaienr_cart .checkout_buttons a
{
	display: block;
	width: 100%;
	font-size: 15px;
	font-weight: 500;
	padding: 10px 20px;
	text-align: center;
	background-color: var(--gold_color);
	color: #000;
}
.cart_sidebar_page2 .contaienr_cart .cart_block_wrapper .cart_block .remove-colorm a
{
	color: #333;
}
.cart_sidebar_page2 .contaienr_cart .cart_block_wrapper .cart_block .remove-colorm .removeText
{
	display: block;
	text-align: center;
	color: #333;
	font-weight: 500;
	font-size: 14px;
}

/*
	**************************
*/

.table_checkout
{
	border: 1px solid #eaeaea;
	padding: 5px 15px;
	border-radius: 5px;
}
.table_checkout table tr td
{
	vertical-align: middle;
}
.table_checkout table tr td:nth-child(1)
{
	width: 25%;
	font-weight: 500;
	color: #555;
	font-size: 14px;
}
.table_checkout table tr td:nth-child(2)
{
	font-weight: 500;
	color: #666;
	font-size: 14px;
}
.table_checkout table tr td .form-address-select select
{
	border: 0px;
	font-size: 14px;
	padding-left: 0;
	font-weight: 500;
	color: #666;
}
.table_checkout table tr td .form-address-select select:focus
{
	box-shadow: none;
	border: 0px;
}


/*
	==========================================================
*/


.shoping-cart-section .addtocart-buynow
{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 40px;
	margin-top: 10px;
}
.shoping-cart-section .addtocart-buynow a
{
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    padding:12px 10px;
    border-radius: 4px;
    text-decoration: none;
}
.shoping-cart-section .addtocart-buynow .cartbutton
{
	flex: 0 0 auto;
	width: 239px;
	margin-right: 1%;
    border: 2px solid var(--red);
	background-color: var(--red);
	color: var(--white);
}
.shoping-cart-section .addtocart-buynow .buynowbutton
{
	flex: 0 0 auto;
	width: 239px;
	margin-left: 1%;
	font-weight: 400;
	color: var(--white);
    border: 2px solid var(--black);
	background-color:var(--black);
}
.shoping-cart-section .addtocart-buynow .bulkOrder
{
	flex: 0 0 auto;
	width: 32.333%;
	margin-left: 1%;
	font-weight: 600;
	color: #fff;
	border-color: var(--black);
	background-color:var(--black);
	line-height: 24px;
}
.shoping-cart-section .addtocart-buynow .bulkOrder:hover
{
	background-color: #222;
	border-color: #222;
	color: #fff;
}
/*
	=======================================------------------------------------===============================
*/


/*
	======================================
*/

section.checkout .checkout_container
{
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	border-top: 1px solid #faf3f3;
	margin-top: 0px;
}
section.checkout .checkout_container .check_colom_left
{
	flex: 0 0 auto;
	width: 55%;
	background-color: var(--white);
	padding-left: 80px;
	padding-right: 50px;
	padding-top: 60px;
	padding-bottom: 30px;
}
section.checkout .checkout_container .check_colom_right
{
	flex: 0 0 auto;
	width: 45%;
	background-color:#fbfbfb;
	padding-top: 60px;
	padding-bottom: 30px;
	padding-left: 40px;
	padding-right: 80px;
	border-left: 1px solid #efefef;
}
section.checkout .checkout_container .check_colom_right .right_side_checkout
{
	position: sticky;
    top: 30px;
}


section.checkout .checkout_container .check_colom_left .form-area1 .form-create-account .block-input
{
	margin-bottom: 20px;
}
section.checkout .checkout_container .check_colom_left .form-area1 .form-create-account .block-input .flex_label
{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 15px;
}
section.checkout .checkout_container .check_colom_left .form-area1 .form-create-account .block-input .flex_label label
{
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	color: #222;
	text-transform: uppercase;
}
section.checkout .checkout_container .check_colom_left .form-area1 .form-create-account .block-input .flex_label .allreadyaccount
{
	font-size: 16px;
	line-height: 21px;
	font-weight: 400;
	color: #000;
}
section.checkout .checkout_container .check_colom_left .form-area1 .form-create-account .block-input .myinput01
{
	padding: 10px 15px;
}
section.checkout .checkout_container .check_colom_left .form-area1 .form-create-account .block-input .myinput01:focus
{
	box-shadow: none;
}
section.checkout .checkout_container .check_colom_left .form-area1 .form-create-account .block-input .myinput01::-webkit-input-placeholder { /* Edge */
  color: #666;
  font-size: 13px;
}

section.checkout .checkout_container .check_colom_left .form-area1 .form-create-account .block-input .myinput01:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #666;
  font-size: 13px;
}

section.checkout .checkout_container .check_colom_left .form-area1 .form-create-account .block-input .myinput01::placeholder {
  color: #666;
  font-size: 13px;
}

section.checkout .checkout_container .check_colom_left .form_heading
{
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	color: #222;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 20px;
}

section.checkout .checkout_container .check_colom_left .form-area1 .block-input label
{
	font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    color: #000;	
	margin-bottom: 7px;
}

.block-input.blockrow
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.block-input.blockrow .block-left
{
	flex: 0 0 auto;
	width: 49%;
	margin-right: 1%;
}
.block-input.blockrow .block-right
{
	flex: 0 0 auto;
	width: 49%;
	margin-left: 1%;
}
.block-input.blockrow .block-fullrow
{
	flex: 0 0 auto;
	width: 100%;
}
.mb_for_inputs
{
	margin-bottom: 12px;
}
.block-input.blockrow .block-colom3
{
	width: 31.33%;
	flex: 0 0 auto;
}
.block-input.blockrow .block-colom3.two
{
	margin-left: 2%;
	margin-right: 2%;
}

.submit_buttons_cart_button
{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.submit_buttons_cart_button .returntocart
{
	flex: 0 0 auto;
	font-size: 13px;
	line-height: 21px;
	font-weight: 500;
	color: #1053e2;
}
.submit_buttons_cart_button .continue_shipping
{
	flex: 0 0 auto;	
	background-color: var(--red);
	color: var(--white);
	padding: 12px 25px;
	border-radius: 5px;
	font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/*
	***************************
*/

section.checkout .checkout_container .check_colom_right .right_side_checkout .checkoutRow
{	
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	border-left: 1px solid #dfdede;
	border-right: 1px solid #dfdede;
	border-top: 1px solid #dfdede;
	padding: 7px;
}
section.checkout .checkout_container .check_colom_right .right_side_checkout .rowWrapper .checkoutRow:nth-child(odd)
{
	background-color: #f3f2f2;
}
section.checkout .checkout_container .check_colom_right .right_side_checkout .rowWrapper .checkoutRow:nth-child(even)
{
	background-color: var(--white);
}
section.checkout .checkout_container .check_colom_right .right_side_checkout .rowWrapper .checkoutRow:last-child
{
	border-bottom: 1px solid #dfdede;
}
section.checkout .checkout_container .check_colom_right .right_side_checkout .checkoutRow .image_content
{
	display: inline-flex;
	flex-direction: row;
	flex-wrap: wrap;
}
section.checkout .checkout_container .check_colom_right .right_side_checkout .checkoutRow .image_content .image
{
	position: relative;
	flex: 0 0 auto;
	width: 70px;
}
section.checkout .checkout_container .check_colom_right .right_side_checkout .checkoutRow .image_content .image .badge_checkout{
	position: absolute;
	top: -5px;
	right: -5px;
	background-color: #333;
	color: var(--white);
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	font-size: 13px;
	font-weight: 500;
	border-radius: 50%;
}
section.checkout .checkout_container .check_colom_right .right_side_checkout .checkoutRow .image_content .content_detail
{
	padding-top: 12px;
	/*align-self: center;*/
	flex: 0 0 auto;
	padding-left: 30px;
}
section.checkout .checkout_container .check_colom_right .right_side_checkout .checkoutRow .image_content .content_detail h6
{
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 500;
	color: #333;
	margin-bottom: 10px;
	text-transform: uppercase;
}

section.checkout .checkout_container .check_colom_right .right_side_checkout .checkoutRow .image_content .content_detail span
{    
	font-size: 15px;
    line-height: 21px;
    color: #325769;
    font-weight: 400;
	display: block;
	margin-bottom: 4px;
}
section.checkout .checkout_container .check_colom_right .right_side_checkout .checkoutRow .image_content .content_detail span b
{
	font-weight: 500;
	text-transform: uppercase;
    margin-right: 3px;
}
section.checkout .checkout_container .check_colom_right .right_side_checkout .checkoutRow .price
{
	flex: 0 0 auto;
	padding-top: 12px;
	font-size: 16px;
	font-weight: 500;
	color: #000;
	padding-right: 20px;
}

/*
	=============================
*/

.subtotal-price-row
{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 0px;
	background-color: var(--white);
	border-left: 1px solid #dfdede;
	border-right: 1px solid #dfdede;
	padding-left: 9px;
	padding-right: 9px;
	padding-top: 10px;
}
.subtotal-price-row .span1
{
	font-size: 16px;
	color: #000;
	font-family: 'Roboto';
	font-weight: 400;
	text-transform: uppercase;
}
.subtotal-price-row .span2
{
	font-size: 17px;
	color: #222;
	font-family: 'Roboto';
	font-weight: 500;
}
.subtotal-price-row.subtotal-price-row2
{
	/*margin-top: 14px;*/
	padding-bottom: 10px;
	border-bottom: 1px solid #dfdede;
}
.subtotal-price-row2.subtotal-price-row .span1,
.subtotal-price-row2.subtotal-price-row .span2
{
	color: #000;
	font-weight: 500;
	font-size: 15px;
}
.subtotal-price-row2.subtotal-price-row .span1 .nextline
{
	display: block;
	font-size: 13px;
	font-weight: 400;
}

body.checkout footer
{
	margin-top: 0;

}
/*
	***********************************
*/
section.shoping-cart-section
{
	margin-top: 50px;
}
.heading_left-right
{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.heading_left-right .heading01 h4
{
	margin-left: 35px;
	font-size: 30px;
}
.heading_left-right .continue_shoping
{
	color: #444;
	font-size: 16px;
	font-weight: 500;
}

/*
	***************************
*/


.cart_sidebar_page2 .contaienr_cart
{
	padding: 15px;
	padding-right: 20px;
}

.cart_sidebar_page2 .contaienr_cart .heading_close
{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 15px;
}
.cart_sidebar_page2 .contaienr_cart .heading_close h5
{
	font-size: 22px;
	line-height: 31px;
	font-weight: 400;
	color: #333;
	margin-bottom: 0;
}
.cart_sidebar_page2 .contaienr_cart .heading_close .close_icon
{
	cursor: pointer;
	font-size: 30px;
}
.cart_sidebar_page2 .contaienr_cart .subheading
{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
}
.cart_sidebar_page2 .contaienr_cart .subheading span
{
	font-size: 12px;
	line-height: 12px;
	color: #666;
	text-transform: uppercase;
}
.cart_sidebar_page2 .contaienr_cart .cart_block_wrapper .cart_block
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eaeaea;
}
.cart_sidebar_page2 .contaienr_cart .cart_block_wrapper .cart_block .image
{
	flex:0 0 auto;
	width: 100px;
}
.cart_sidebar_page2 .contaienr_cart .cart_block_wrapper .cart_block .product-detail
{
	flex:0 0 auto;
	width: 45%;
	padding-left: 15px;
}
body.paymentPage .cart_sidebar_page2 .contaienr_cart .cart_block_wrapper .cart_block .product-detail
{
	width: 56%;
}
.cart_sidebar_page2 .contaienr_cart .cart_block_wrapper .cart_block .qty-colorm
{
	flex:0 0 auto;
	width: 15%;
	text-align: center;
}
.cart_sidebar_page2 .contaienr_cart .cart_block_wrapper .cart_block .product-detail h6
{
	font-size: 17px;
	line-height: 19.5px;
	letter-spacing: 0.6px;
	color: #333;
	margin-bottom: 10px;
}
.cart_sidebar_page2 .contaienr_cart .cart_block_wrapper .cart_block .product-detail h6 a
{
	color: #333;
}
.cart_sidebar_page2 .contaienr_cart .cart_block_wrapper .cart_block .product-detail .price
{
	font-size: 15px;
	line-height: 21px;
	color: #325769;
	font-weight: 400;
	margin-bottom: 5px;
}
.cart_sidebar_page2 .contaienr_cart .cart_block_wrapper .cart_block .product-detail .price b
{
	font-weight: 500;
}
.cart_sidebar_page2 .contaienr_cart .cart_block_wrapper .cart_block .product-detail .size
{
	font-size: 15px;
	line-height: 21px;
	color: #325769;
	font-weight: 400;
}
.cart_sidebar_page2 .contaienr_cart .cart_block_wrapper .cart_block .product-detail .size b
{
	font-weight: 500;
}


.cart_sidebar_page2 .contaienr_cart .cart_block_wrapper .cart_block .qty_holder
{
	flex: 0 0 auto;
	width: 156px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	border: 1px solid  #ccc;
	border-radius: 3px;
	color: #666;
	margin-top: 12px;

}
.cart_sidebar_page2 .contaienr_cart .cart_block_wrapper .cart_block .qty_holder .values
{
	flex: 0 0 auto;
	width:65px;
	padding-left: 20px;
	background-color: transparent;
	border: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
}
.cart_sidebar_page2 .contaienr_cart .cart_block_wrapper .cart_block .qty_holder .values:focus
{
	box-shadow: none;
}
.cart_sidebar_page2 .contaienr_cart .cart_block_wrapper .cart_block .qty_holder .minus
{
	flex: 0 0 auto;
	width: 44px;
	height:44px;
	border-radius: 0;
	border: 0px;
	line-height: 35px;
	border-right: 1px solid #ccc;
    background-color: #eee;
    text-align: center;
    font-size: 25px;
    cursor: pointer;
    background-color: #eee;
}
.cart_sidebar_page2 .contaienr_cart .cart_block_wrapper .cart_block .qty_holder .plus
{
    flex: 0 0 auto;
	width: 44px;
	height:44px;
    border-radius: 0;
    border: 0px;
    line-height: 35px;
    background-color: #eaeaea;
	border-left: 1px solid #ccc;
    text-align: center;
    font-size: 25px;
    cursor: pointer;
    background-color: #eee;
}
.cart_sidebar_page2 .contaienr_cart .cart_block_wrapper .cart_block .remove-colorm
{
	flex: 0 0 auto;
	text-align: center;
	width: 15%;
	margin-top: 15px;
}
.cart_sidebar_page2 .contaienr_cart .cart_block_wrapper .cart_block .product_price
{
	flex:0 0 auto;
	width: 15%;
	display: flex;
	flex-direction: column;
	align-items:flex-end;
}
.cart_sidebar_page2 .contaienr_cart .cart_block_wrapper .cart_block .product_price .price
{
	font-size: 17px;
	color: #555;
	margin-bottom: 20px;
}
.cart_sidebar_page2 .contaienr_cart .cart_block_wrapper .cart_block .product_price .remove a
{
  display: block;
  width: 35px;
  height:35px;
  background-color: #555;
  color: var(--white);
  text-align: center;
  line-height: 35px;
  border-radius: 5px;
}

.cart_sidebar_page2 .contaienr_cart .subTotal_totalPrice
{
/*	width: 30%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: 25px;*/
}
.cart_sidebar_page2 .contaienr_cart .subTotal_totalPrice .subtotal
{
	width: 50%;
	flex: 0 0 auto;
	font-size: 16px;
	font-weight: 500;
	color: #666;
}
.cart_sidebar_page2 .contaienr_cart .subTotal_totalPrice .totalprice
{
	width: 50%;
	flex: 0 0 auto;
	text-align: right;	
	font-size: 18px;
	font-weight: 400;
	color: #555;
}
.cart_sidebar_page2 .contaienr_cart .subTotal_totalPrice .textall
{
	flex:0 0 auto;
	width: 100%;
	color: #666;
	font-size: 13px;
}
.cart_sidebar_page2 .contaienr_cart .checkout_buttons
{
	margin-top: 10px;
	width: 30%;
}
.cart_sidebar_page2 .contaienr_cart .checkout_buttons a
{
	display: block;
	width: 100%;
	font-size: 15px;
	font-weight: 500;
	padding: 10px 20px;
	text-align: center;
	background-color: var(--gold_color);
	color: #000;
}
.cart_sidebar_page2 .contaienr_cart .cart_block_wrapper .cart_block .remove-colorm a
{
	color: #333;
}
.cart_sidebar_page2 .contaienr_cart .cart_block_wrapper .cart_block .remove-colorm .removeText
{
	display: block;
	text-align: center;
	color: #333;
	font-weight: 500;
	font-size: 14px;
}

/*
	**************************
*/

.table_checkout
{
	border: 1px solid #eaeaea;
	padding: 5px 15px;
	border-radius: 5px;
}
.table_checkout table tr td
{
	vertical-align: middle;
}
.table_checkout table tr td:nth-child(1)
{
	width: 25%;
	font-weight: 500;
	color: #555;
	font-size: 14px;
}
.table_checkout table tr td:nth-child(2)
{
	font-weight: 500;
	color: #666;
	font-size: 14px;
}
.table_checkout table tr td .form-address-select select
{
	border: 0px;
	font-size: 14px;
	padding-left: 0;
	font-weight: 500;
	color: #666;
}
.table_checkout table tr td .form-address-select select:focus
{
	box-shadow: none;
	border: 0px;
}

/*
	===================================
*/

.checkout-address-sections
{
	background-color: #fafafa;
	padding: 50px 0;
}
.checkout-address-sections .checkout____address
{	
    background: #fff;
    padding: 20px 20px 30px;
    border-radius: 8px;
    border: 1px solid #e9e9e9;
    margin-bottom: 20px;
}
.checkout-address-sections .checkout____address .form-group label
{
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #333;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.checkout-address-sections .checkout____address .form-group .form-select
{
	padding: 12px 15px;
	padding-right: 25px;
}
.checkout-address-sections .checkout____address .form-group .form-select:focus
{
	box-shadow: none;
}
.checkout-address-sections .checkout____address .goto-check-out-page a
{
	font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    padding: 12px 20px;
    border-radius: 4px;
    text-decoration: none;
}
.checkout-address-sections .checkout____address .goto-check-out-page.text-start a
{
	border: 2px solid var(--red);
    background-color: var(--red);
    color: var(--white);	
}
.checkout-address-sections .checkout____address .goto-check-out-page.text-end a
{
    color: var(--white);
    border: 2px solid var(--black);
    background-color: var(--black);
}
/*
	============================
*/
.cart_sidebar_page2 .contaienr_cart .cart_block_wrapper .cart_block .qty_holder.qty_holder2
{
	border:0px;
	color: #444;
	font-size: 17px;
	font-weight: 500;
}
.payments.shoping-cart-section .addtocart-buynow
{
	justify-content: flex-end;
}
.payments.shoping-cart-section .addtocart-buynow .cartbutton,
.payments.shoping-cart-section .addtocart-buynow .buynowbutton
{
	padding-left: 20px;
	padding-right: 20px;
	width: auto;
}


/*
	============================================
*/

section.thankyousection
{
	margin-bottom: 25px;
}
section.placeorder-section .custom_row
{
	justify-content: center;
}
section.thankyousection .custom_row
{
	max-width: 80%;
	margin: auto;
	flex-direction: column;
}
section.thankyousection .custom_row .thankyouText
{
	text-transform: capitalize;
    text-align: center;
    padding: 18px 15px;
    border: 1px dashed #9e9fa1;
    font-size: 17px;
    font-weight: 500;
    color: #222;
    border-radius: 8px;
    box-shadow: 0 0 5px 5px rgb(0 0 0 / 5%);
    margin-bottom: 40px;
}
section.thankyousection .custom_row .order_detail_row
{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}
section.thankyousection .custom_row .order_detail_row span
{
	text-transform: capitalize;
	font-weight: 400;
	font-size: 16px;
}
section.thankyousection .custom_row .order_detail_row span b
{
	text-transform: uppercase;
	font-weight: 500;
}

section.thankyousection .thankyou_order_table
{
	margin-top: 40px;
}
section.thankyousection .thankyou_order_table table tbody
{
	border-top: 0px;
}
section.thankyousection .thankyou_order_table table thead
{
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
section.thankyousection .thankyou_order_table table thead th
{
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	padding:15px 20px;
	background-color: var(--black);
}
section.thankyousection .thankyou_order_table table tbody tr td
{
	color: #666;
	font-weight: 400;
	padding:15px 20px;
	border-right: 1px solid #eaeaea;
}
section.thankyousection .thankyou_order_table table tbody tr td:nth-child(1)
{
	width: 60%;
	border-left: 1px solid #eaeaea;
}
section.thankyousection .thankyou_order_table table tbody tr td:nth-child(2)
{
	width: 40%;
}
section.thankyousection .thankyou_order_table table tbody tr td:nth-child(1) span
{
	display: block;
	font-weight: 500;
	color: #000;
	font-size: 16px;
}
section.thankyousection .thankyou_order_table table tbody tr td:nth-child(1) span b
{
	font-weight: 500;
}
section.thankyousection .thankyou_order_table table tbody tr.pro td:nth-child(1) span
{
	display: block;
	font-weight: 400;
	color: #000;
	font-size: 16px;
}
section.thankyousection .thankyou_order_table table tbody tr td .price
{
    display: block;
    font-weight: 400;
    color: #000;
    font-size: 17px;
}

section.thankyousection .single-row
{
    display: inline-flex;
	grid-column-gap: 15px;
	margin-top: 5px;
}


section.thankyousection .single-row .price
{
	font-size: 14px;
	line-height: 21px;
	color: #325769 !important;
	font-weight: 400;
	margin-bottom: 5px;
}
section.thankyousection .single-row .price b
{
	font-weight: 500;
	text-transform: uppercase;
	margin-right: 3px;
	color: #325769 !important;
}
section.thankyousection .single-row .size
{
	font-size: 14px;
	line-height: 21px;
	color: #325769;
	font-weight: 400;
}
section.thankyousection .single-row .size b
{
	font-weight: 500;
	text-transform: uppercase;
	margin-right: 3px;
}
section.thankyousection .contiune-shopping
{
	text-align: center;
}
section.thankyousection .contiune-shopping a{
	display: inline-block;
	font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    padding: 12px 20px;
    border-radius: 4px;
    text-decoration: none;
    border: 2px solid var(--red);
    background-color: var(--red);
    color: var(--white);
}


/*
======================================
*/


.contact-information
{
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #edebeb;
}
.contact-information .contact-info-row
{	
	display: grid;
	grid-template-columns:40% 30% 27%;
	grid-column-gap: 20px;
}
.contact-information .contact-info-row .contact-info-box
{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding:25px 25px;
    border: 1px solid #edecec;
    box-shadow: 0 0 27px 5px rgb(0 0 0 / 5%);
    border-radius: 8px;
}
.contact-information .contact-info-row .contact-info-box.colom01
{
	background-color: var(--white);
}
.contact-information .contact-info-row .contact-info-box.colom02
{
	background-color: var(--white);
}
.contact-information .contact-info-row .contact-info-box.colom03
{
	background-color: var(--white);
}
.contact-information .contact-info-row .contact-info-box.colom02,
.contact-information .contact-info-row .contact-info-box.colom03
{
	/*align-items: center;*/
}
.contact-information .contact-info-row .contact-info-box .icon
{
	flex: 0 0 auto;
	width: 70px;
	border-radius: 8px;
}

.contact-information .contact-info-row .contact-info-box .values
{
	flex: 0 0 auto;
	width: calc(100% - 80px);
	padding-left: 13px;
}
.contact-information .contact-info-row .contact-info-box .values h5
{
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	color: #646464;
}
.contact-information .contact-info-row .contact-info-box .values span
{
	line-height: 27px;
	font-size: 17px;
	text-transform: capitalize;
	font-weight: 400;
	color: var(--black);
}

.contact-information .contact-info-row .contact-info-box .values span.c_infots
{
	font-size: 18px;
	font-weight: 400;
}

.contact-information .contact-info-row .contact-info-box.colom01 .icon
{
    padding: 0px 0px !important;
    background-repeat: no-repeat;
    display: inline-block;
    background-size: cover;
    text-align: center;
}
.contact-information .contact-info-row .contact-info-box.colom02 .icon
{
    padding: 0px 00px !important;
    background-repeat: no-repeat;
    display: inline-block;
    background-size: cover;
}
.contact-information .contact-info-row .contact-info-box.colom03 .icon
{
    padding: 0px 00px !important;
    background-repeat: no-repeat;
    display: inline-block;
    background-size: contain;
}


.contact-information .contact-info-row .contact-info-box .icon i
{
    color: var(--red);
    font-size: 30px;
    line-height: 68px;
    width: 70px;
    height: 70px;
    border: 2px solid var(--red);
    border-radius: 50%;
    text-align: center;
}
/*
============================================================
*/

section.contact {
     padding-top: 55px;
     padding-bottom: 55px;
 }

 section.contact .backgrond-texture-container {
     margin: 0 auto;
     max-width: 90%;
     background-color: var(--white);
     box-shadow: 0px 2px 50px 5px rgb(0 0 0 / 12%);
     transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
     padding: 0 0;
     border-radius: 10px;
 }

 section.contact.career-forms .backgrond-texture-container {
    max-width: 75%;
 }

 section.contact.career-section .backgrond-texture-container {
     max-width: 70%;
 }

 section.contact .backgrond-texture-container .input-group {
     margin-bottom: 22px;
     position: relative;
 }

 section.contact .backgrond-texture-container .input-group label {
     font-weight: 500;
     left: 10px;
     font-size: 15px;
     top: 5px;
     /*font-family: "Archivo", sans-serif;*/
     position: absolute;
     z-index: 5;
     color: #666;
     pointer-events: none;
     padding: 3px 7px;
     transition: .2s;
 }

 section.contact .backgrond-texture-container .input-group .form-select {
     width: 100%;
 }
 section.contact .backgrond-texture-container .input-group .form-control:focus,
 section.contact .backgrond-texture-container .input-group .form-select:focus{
 	border:1px solid #ccc;
 }
 section.contact .backgrond-texture-container .input-group .inputs {
     padding: .6rem 1rem;
 }

 section.contact .backgrond-texture-container .input-group .inputs:focus {
     box-shadow: none;
     outline: none;
 }

 section.contact .backgrond-texture-container .input-group .inputs:focus+label {
     top: -11px;
     background-color: var(--white);
     font-size: 13px;
     color: var(--color02);
     font-weight: 600;
 }

 section.contact .backgrond-texture-container .input-group .inputs:valid+label {
     top: -11px;
     background-color: var(--white);
     font-size: 13px;
     color: var(--color02);
     font-weight: 600;
 }

 section.contact .backgrond-texture-container .input-submit .submit-form {
	display: inline-block;

	font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 40px;
    border-radius: 4px;
    text-decoration: none;
    border: 2px solid var(--red);
    background-color: var(--red);
    color: var(--white);
 }

 .contact-form .heading h5
 {
  line-height: 40px;
  margin-bottom: 20px;

  font-size: 30px;
    font-weight: 500;
    color: var(--black);
 }



 /*
==================================================
 */

.contact-page-row
 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: 100%;
 }
.contact-page-row .cols-8
  {
    flex: 0 0 auto;
    width: 60%;
    padding:40px 35px;
  }
.contact-page-row .cols-12
  {
    flex: 0 0 auto;
    width: 100%;
    padding:40px 35px;
  }
.contact-page-row .cols-4
  {
    flex: 0 0 auto;
    width: 40%;
    background-color: #0e67a0;
    height: 100%;
  }
  .map-container
  {
    line-height: 0;
  }
  .map-container iframe
  {
    width: 100%;
    height: 100%;
  }

  /*
	=====================================
  */

body.innerPage .about-us-section
{
	margin-top: 30px;
}
body.innerPage .about-us-section .contents_box_area .wrapper
{

}
body.innerPage .about-us-section .contents_box_area .wrapper p
{
	font-size: 17px;
	font-weight: 400;
	color: var(--black);
	line-height: 27px;
}
body.innerPage .about-us-section .contents_box_area .wrapper p.first
{
	font-size: 20px;
	color: #333;
	font-style: italic;
	line-height: 35px;
}
body.innerPage .about-us-section .contents_box_area .wrapper h6
{
	font-size: 20px;
	font-weight: 500;
	color: var(--black);
	line-height: 27px;
	margin-bottom: 15px;
}
body.innerPage .about-us-section .contents_box_area .wrapper ul
{
	padding-left: 0;
}
body.innerPage .about-us-section .contents_box_area .wrapper ul li
{
	font-size: 17px;
	font-weight: 400;
	color: var(--black);
	line-height: 27px;
	margin-bottom: 10px;
	background-image: url(../img/check-mark.png);
	background-repeat: no-repeat;
	background-size: 20px;
	padding-left: 28px;
	background-position:2px 50%;
}

  /*
	=====================================
  */

.about-us-section .container
{
	max-width: 1280px;
}
.about-us-section .side__image
{
	padding-left: 25px;
	margin-bottom: 30px;
}
.about-us-section .side__image img
{
	box-shadow: 10px 10px 0px 0px var(--red);
	border-radius: 8px;
}



/*
	====================================
*/
.key_highlights
{
	margin-top: 30px;
	background-color: #f6f4ef;
	padding: 50px 0;
}
.why-us-box-row .why-us-colom.why-us-colom2,
.why-us-box-row .why-us-colom.why-us-colom4{
	/*margin-top: 30px;*/
}
.why-us-box-row .why-us-colom .wrapper{
	    /*border-style: dashed;*/
    /*border-width: 1px 1px 1px 1px;*/
    /*border-color: #03a9f4;*/
    box-shadow: 7px 23px 8px 0px #00000008;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    --e-column-margin-right: 14px;
    --e-column-margin-left: 14px;
    padding: 2em 1.8em 2em 1.8em;
    background-color: var(--white);
    height: 100%;
}
.why-us-box-row .why-us-colom .wrapper p
{
	margin-bottom: 0;
	color: #333;
	font-size: 17px;
	line-height: 26px;
}
.why-us-box-row .why-us-colom .wrapper .icon
{
    flex: 0 0 auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    max-width: 85px;
    height: 85px;
    background-color: #d8dadd;
    border-radius: 50%;
}
.why-us-box-row .why-us-colom .wrapper .icon img
{
	padding: 20px;
}
.why-us-box-row .why-us-colom .wrapper h5{
	color: var(--color1);
    font-size: 25px;
    line-height: 1.3em;
    text-align: center;
    color: #333;
    margin-bottom: 10px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 500;
}
.key_highlights .page_section_heading
{
	margin-bottom: 40px;
}
.key_highlights .page_section_heading h3 {
    font-size: 33px;
    font-weight: 500;
    color: var(--black);
    text-align: center;
}


/*
	=====================================
*/
.vision-missino-team-section .custom-product-row
{
	grid-row-gap: 25px;
}
.vision-missino-team-section .custom-product-row .custom-product-colom
{

}
.vision-missino-team-section .custom-product-row .custom-product-colom .wrapper
{
	background-color: var(--white);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 0px 0px 0px 0px;
    height: 100%;
}
.vision-missino-team-section .custom-product-row .custom-product-colom .wrapper
{
	border-radius: 8px 8px 0 0;
}
.vision-missino-team-section .custom-product-row .custom-product-colom .wrapper .image
{
	overflow: hidden;
	border-radius: 8px 8px 0 0;
}
.vision-missino-team-section .custom-product-row .custom-product-colom .wrapper .image img
{
 	width: 100%;
 	transition: .4s;
}
.vision-missino-team-section .custom-product-row .custom-product-colom:hover .wrapper .image img
{
	transform: scale(1.1);
}
.vision-missino-team-section .custom-product-row .custom-product-colom .wrapper .text-contener
{
 	padding: 25px;
}
.vision-missino-team-section .custom-product-row .custom-product-colom .wrapper .text-contener h5
{
	color: var(--black);
    /*font-family: "Roboto Slab", serif;*/
    font-size: 22px;
    font-weight: 500;
    line-height: 1.3em;
    text-align: center;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.vision-missino-team-section .custom-product-row .custom-product-colom .wrapper .text-contener .read
{
	text-align: center;
}
.vision-missino-team-section .custom-product-row .custom-product-colom .wrapper .text-contener .read a
{
	display: inline-block;
	/*font-family: "Inter", sans-serif;*/
    font-size: 14px;
    font-weight: 500;
    line-height:1em;
    color: var(--white);
    background-color: #4553F0;
    box-shadow: 5px 5px 0px 0px #009AF0;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: #4553F0;
    border-radius: 0px 0px 0px 0px;
    padding: 10px 20px;
    transition: all .3s;
}
.vision-missino-team-section .custom-product-row .custom-product-colom .wrapper .text-contener .read a:hover
{
    box-shadow: 0px 0px 0px 0px #009AF0;
}


.more-products .read
{
	text-align: center;
	margin-top: 30px;
}
.more-products .read a
{
	display: inline-block;
	/*font-family: "Inter", sans-serif;*/
    font-size: 16px;
    font-weight: 500;
    line-height:1em;
    color: var(--white);
    background-color: #4553F0;
    box-shadow: 5px 5px 0px 0px #009AF0;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: #4553F0;
    border-radius: 0px 0px 0px 0px;
    padding: 15px 30px;
    transition: all .3s;
}
.more-products .read a:hover
{
    box-shadow: 0px 0px 0px 0px #009AF0;
}

.vision-missino-team-section .custom-product-row .custom-product-colom p
{
	margin-bottom: 0;
	color: #333;
	font-size: 17px;
	line-height: 26px;
}

/*
	===========================
*/

.vision-missino-team-section
{
	margin-top: 50px;
	margin-bottom:50px;
}
/*
	===========================
*/

.our-clients-section
{
	margin-top: 40px;
}
.our-clients-section .page_section_heading
{
	text-align: center;
	margin-bottom: 25px;
}
.our-clients-section .page_section_heading h3
{
	font-size: 33px;
    font-weight: 500;
    color: var(--black);
}
.our-clients-section .page_section_heading p
{
    font-size: 17px;
    font-weight: 400;
    color: #444;
    max-width: 60%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.our-clients-section .page_section_heading .textWithButtonText b
{
    font-size: 19px;
    font-weight: 500;
    color: #222;
    display: block;
    margin-bottom: 10px;
}
.our-clients-section .page_section_heading .textWithButtonText span
{
	margin-right: 7px;
	border:1px solid #d7d8df;
	background-color: #e7e7eb;
	padding: 9px 20px;
	display: inline-block;
	color: #333;
	font-weight: 500;
	line-height: 20px;
	border-radius: 20px;
}
/*
	=====================================
*/

.our-clients-section
{
	margin-bottom: 35px;
}

/*
	================================
*/

.clients-section-row
{
	display: grid;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
	grid-template-columns: repeat(7,1fr);
}
.clients-section-row .single-info .image 
{
	overflow: hidden;
	border: 1px solid #eaeaea;
}

.clients-section-row .single-info .image img
{
	width: 100%;
	/*height: 250px;*/
	object-fit: contain;
	object-position: center;
	transition: all .7s;
	padding: 12px;
}
.clients-section-row .single-info:hover .image img
{
	transform: scale(1.1);
}
.clients-section-row .single-info
{
	position: relative;
}
.clients-section-row .single-info .overlay:before
{
	content: '';
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-color: rgba(255 255 255 / 85%);
	transform: scale(.8);
	transition: all .4s;
	opacity: 0;
}
.clients-section-row .single-info:hover .overlay:before
{
	transform: scale(1);
	opacity: 1;
}


.clients-section-row .single-info .text-area
{
	position: absolute;
	bottom: 0%;
	text-align: center;
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
	z-index: 6;
	transition: all .6s;
	background-color: rgba(0 0 0 / 80%);
	height: 45px;
	padding-top: 5px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.clients-section-row .single-info:hover .text-area
{

}
.clients-section-row .single-info .text-area h6
{
    font-weight: 500;
    font-size: 14px;
    color: var(--white);
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    text-shadow: 1px 1px 1px rgba(0 0 0 / 30%);
    margin-bottom: 0;
}

/*
==========================================
*/

body.franchise .why-us-box-row .why-us-colom .wrapper h5
{
 text-transform: capitalize;
}


/*
	==========================================
*/

.become_franchise_sectios
{
	background-color: #f1f1f1;
	padding: 60px 0;
}
body.franchise .key_highlights
{
	background-color: transparent;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}
body.franchise .key_highlights:before
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image:linear-gradient(to bottom,rgba(0 0 0 / 90%),rgba(0 0 0 / 70%),rgba(0 0 0 / 30%),rgba(0 0 0 / 30%),rgba(0 0 0 / 30%),rgba(0 0 0 / 30%),rgba(0 0 0 / 20%));
}
body.franchise .key_highlights .container
{
	position: relative;
	z-index: 3;
}
body.franchise .key_highlights .container .page_section_heading h3
{
	color: var(--white);
}

/*
	================================
*/

.become_franchise_sectios
{

}
.become_franchise_sectios .head h4
{	
    font-size: 33px;
    font-weight: 500;
    color: var(--black);	
}
.become_franchise_sectios .head p
{
    font-size: 17px;
    font-weight: 400;
    color: #111;
    max-width: 60%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
/*
	=============================================
*/

.myformDesign
{
	margin-top: 45px;
}
.myformDesign form .form-group
{
	margin-bottom: 13px;
}
.myformDesign form .form-group label
{
	/*font-family: "Inter", sans-serif;*/
	font-size: 15px;
	font-weight: 500;
	color: #222;
	margin-bottom: 5px;
}
.myformDesign form .form-group .form-control
{
    padding: 9px 10px;
	/*box-shadow: 2px 2px 5px 5px rgba(0 0 0 / 5%);*/
}
.myformDesign form .form-group .form-control:focus
{
	box-shadow: none;
}

.myformDesign form .form-group .capatcha-image
{
	margin-top: 25px;
}
.myformDesign form .submit-btn
{
	text-align: center;
	width: 100%;
	margin-top: 20px;
}
.myformDesign form .submit-btn .btn-theme2{
	    display: inline-block;
	    /*font-family: "Inter", sans-serif;*/
	    font-size: 16px;
	    text-transform: uppercase;
	    font-weight: 400;
	    line-height: 1em;
	    color: var(--white);
	    background-color: var(--black);
	    /*box-shadow: 5px 5px 0px 0px #009AF0;*/
	    border-style: solid;
	    border-width: 0px 0px 0px 0px;
	    border-color: #4553F0;
	    border-radius: 0px 0px 0px 0px;
	    padding: 15px 30px;
	    transition: all .3s;
	    border-radius: 5px;
	    letter-spacing: 2px;
}
.myformDesign form .submit-btn .btn-theme2:hover
{
    /*box-shadow: 0px 0px 0px 0px #009AF0;*/
}

/*
	==========================================
*/

.howItWorkSections
{
	margin-bottom: 40px;
}
.howItWorkSections .customRowHITW
{
	display: grid;
	grid-template-columns: repeat(5,1fr);
	grid-column-gap: 20px;
}
.howItWorkSections .customRowHITW .colom_HITW
{
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}
.howItWorkSections .customRowHITW .colom_HITW .image img
{
	width: 200px;
	height: 200px;
	object-position: center;
	object-fit: cover;
	border-radius: 50%;
	box-shadow: 9px 9px 7px -4px #3232344a;
}
.howItWorkSections .customRowHITW .colom_HITW .image
{
	position: relative;
}
.howItWorkSections .customRowHITW .colom_HITW .image .steps
{
	position: absolute;
	top: 40px;
	right: 25px;
	background-color: var(--red);
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: var(--white);
	font-weight: 400;
	font-size: 21px;
	border: 2px solid var(--red);
	outline: 4px solid var(--white);
	box-shadow: 0 0 5px 8px rgba(0 0 0 / 5%);
}
.howItWorkSections .customRowHITW .colom_HITW .detils
{
	margin-top: 20px;
}
.howItWorkSections .customRowHITW .colom_HITW .detils h5
{
	font-size: 22px;
	font-weight: 400;
	color: var(--black);
	text-transform: capitalize;
}

/*
	==================================================
*/
/*
#refrence_design
{
	display: none;
}
#refrence_design2
{
	display: none;
}*/

.customFileType .fileStyleDesign
{
	display: block;
	margin-top: 10px;
	background-color: var(--white);
	padding: 25px;
	border-width: 3px;
	border-style: dashed;
	border-color: #888;
	border-radius: 7px;
	cursor: pointer;
}
.customFileType .fileStyleDesign
{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.customFileType .fileStyleDesign .icon
{
	font-size: 30px;
}
.customFileType .fileStyleDesign .heads
{
	font-size: 22px;
	font-weight: 400;
	color: #888;
}
.customFileType .fileStyleDesign .subhead
{
	font-size: 16px;
	font-weight: 500;
	color: #888;
}

/*
	=====================================
*/
.career-opeinings
{
	margin-bottom: 40px;
}
.career-opeinings .customRowCareer
{

}
.career-opeinings .customRowCareer .custom_colom_career
{

}
.career-opeinings .customRowCareer .custom_colom_career .wrapper
{
	background-color: var(--white);
	box-shadow: 0 0 20px 5px rgba(0 0 0 / 5%);
	border-radius: 8px 8px 0 0;
	border: 1px solid #eaeaea;
}
.career-opeinings .customRowCareer .custom_colom_career .wrapper .headign
{
	background-color: var(--red);
	padding: 12px 15px;
	border-radius: 8px 8px 0 0;
}
.career-opeinings .customRowCareer .custom_colom_career .wrapper .headign h5
{
	color: var(--white);
	text-transform: uppercase;
	margin-bottom: 0;
	font-weight: 400;
}
.career-opeinings .customRowCareer .custom_colom_career .wrapper .details-box
{
	padding: 10px;
}
.career-opeinings .customRowCareer .custom_colom_career .wrapper .details-box p
{
	margin-bottom: 0;
}
.career-opeinings .customRowCareer .custom_colom_career .wrapper .details-box .table tr:last-child td
{
	/*border-bottom: 0px;*/
}
.career-opeinings .customRowCareer .custom_colom_career .wrapper .details-box .table
{
	margin-bottom: 5px;
}
.career-opeinings .customRowCareer .custom_colom_career .wrapper .details-box .table tr td
{
	/*border-right: 1px solid #ccc;*/
}
.career-opeinings .customRowCareer .custom_colom_career .wrapper .details-box .table tr td.td1
{
	width: 120px;
	font-weight: 500;
	/*border-left: 1px solid #ccc;*/
}
.career-opeinings .customRowCareer .custom_colom_career .wrapper .details-box .apply
{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.career-opeinings .customRowCareer .custom_colom_career .wrapper .details-box .apply a
{
	display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1em;
    color: var(--white);
    background-color: var(--red);
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: #4553F0;
    border-radius: 20px;
    padding: 15px 30px;
    transition: all .3s;
    letter-spacing: 2px;
}

#form-apply .myformDesign .input_fields{
	height: 44px;
	font-size: 16px;
}

body.innerPage.privacyPage .about-us-section
{
	margin-bottom: 20px;
}
body.innerPage.privacyPage .about-us-section .contents_box_area .wrapper p.first
{
    font-size: 18px;
    color: #333;
    font-style: normal;
    line-height: 28px;
}
body.innerPage.privacyPage .about-us-section .contents_box_area .wrapper h4
{
    font-size: 21px;
    color: #000;
    font-weight: 400;
    margin-bottom: 12px;
}

/*
	=======================================
*/


.search-box-wrapper
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: var(--white);
	z-index: 45;
	transition: .3s;
	opacity: 0;
	visibility: hidden;
}
.search-box-wrapper.show-Box-Wrapper
{
	opacity: 1;
	visibility: visible;
}

.search-box-wrapper .wrapper
{
	padding: 25px;
}
.search-box-wrapper .wrapper .search-icon-input-wrapper
{
	max-width: 53%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.search-box-wrapper .wrapper .search-icon-input-wrapper form
{
	display: flex;
	flex-direction: row;
}
.search-box-wrapper .wrapper .search-icon-input-wrapper form .input-searc
{
	border-radius: 3px;
	font-size: 17px;
	padding: 10px 15px;
	border-right: 0px;
	border-radius: 5px 0 0 8px;
}
.search-box-wrapper .wrapper .search-icon-input-wrapper form .input-searc:focus
{
	box-shadow: none;
	outline: 0px;
	border-color: #ced4da;
}
.search-box-wrapper .wrapper .search-icon-input-wrapper form .search-submit
{
	border-radius: 3px;
	font-family: 'FontAwesome';
	font-size: 18px;
	border:0px;
	background-color: transparent;
	color: var(--red);	
	width: 55px;
	border-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border: 1px solid #ced4da;
	border-left: 0px;
}
.search-box-wrapper .wrapper .search-icon-input-wrapper form .resetbuttons
{
	margin-left: 5px;
	border-radius: 3px;
	font-family: 'FontAwesome';
	font-size: 16px;
	border:0px;
	background-color: var(--color3);	
	color: var(--white);
	width: 55px;
}
.search-box-wrapper .wrapper .search-icon-input-wrapper.show-search-results form .resetbuttons
{
	/*opacity: 1;*/
	/*visibility: visible;*/
}

.search-box-wrapper .wrapper .search-icon-input-wrapper form .input-searc::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-size: 17px;
}
.search-box-wrapper .wrapper .search-icon-input-wrapper form .input-searc::-moz-placeholder { /* Firefox 19+ */
	font-size: 17px;
}
.search-box-wrapper .wrapper .search-icon-input-wrapper form .input-searc:-ms-input-placeholder { /* IE 10+ */
	font-size: 17px;
}
.search-box-wrapper .wrapper .search-icon-input-wrapper form .input-searc:-moz-placeholder { /* Firefox 18- */
	font-size: 17px;
}



.search-box-wrapper .wrapper .search-icon-input-wrapper .search-results
{
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background-color: var(--white);
	border: 1px solid #ccc;
	border-top:0px;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
.search-box-wrapper .wrapper .search-icon-input-wrapper.show-search-results .search-results
{
	opacity: 1;
	visibility: visible;
}
.search-box-wrapper .wrapper .search-icon-input-wrapper .search-results .search-results-wrapper
{
	padding: 15px;
	max-height: 500px;
	overflow-y: auto;
}

.search-box-wrapper .wrapper .search-icon-input-wrapper .search-results .search-results-wrapper .wrappers
{
	display: grid;
	grid-template-columns: repeat(4,1fr);
	grid-column-gap: 15px;
	grid-row-gap: 15px;
}
.search-box-wrapper .wrapper .search-icon-input-wrapper .search-results .search-results-wrapper::-webkit-scrollbar
{
	width: 5px;
}

.search-box-wrapper .wrapper .search-icon-input-wrapper .search-results .search-results-wrapper::-webkit-scrollbar-track
{
	background-color: #eaeaea;
}
.search-box-wrapper .wrapper .search-icon-input-wrapper .search-results .search-results-wrapper::-webkit-scrollbar-thumb
{
	background-color: #888;
}

.search-box-wrapper .wrapper .search-icon-input-wrapper .search-results .search-results-wrapper .list-flex-display
{
	display: flex;
	flex-direction: column;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 4px;
	padding-bottom: 4px;
}
.search-box-wrapper .wrapper .search-icon-input-wrapper .search-results .search-results-wrapper .list-flex-display .image
{
	flex: 0 0 auto;
	margin-bottom: 5px;
}
.search-box-wrapper .wrapper .search-icon-input-wrapper .search-results .search-results-wrapper .list-flex-display .image img
{
	width: 100%;
	max-height: 140px;
	object-fit: contain;
	object-position: center;
}

.search-box-wrapper .wrapper .search-icon-input-wrapper .search-results .search-results-wrapper .list-flex-display .details 
{
	flex: 0 0 auto;
	width:100%;
	text-align: center;
}
.search-box-wrapper .wrapper .search-icon-input-wrapper .search-results .search-results-wrapper .list-flex-display .details h3
{
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 4px;
    text-transform: uppercase;
}
.search-box-wrapper .wrapper .search-icon-input-wrapper .search-results .search-results-wrapper .list-flex-display .details h3 a
{
    color: #333;
}
.search-box-wrapper .wrapper .search-icon-input-wrapper .search-results .search-results-wrapper .list-flex-display .details h6
{
	font-size: 17px;
    color: #111;
    margin-bottom: 3px;
}
.search-box-wrapper .wrapper .search-icon-input-wrapper .search-results .search-results-wrapper .list-flex-display .details .price
{
	font-size: 18px;
    color: #555;
    display: flex;
    flex-direction: column;
    grid-row-gap: 1px;
}
.search-box-wrapper .wrapper .search-icon-input-wrapper .search-results .search-results-wrapper .list-flex-display .details .price span.offerPrice{
	display: block !important;
	font-size: 15px;
}
.search-box-wrapper .wrapper .search-icon-input-wrapper .search-results .search-results-wrapper .list-flex-display .details .price .offerPrice b
{
	font-weight: normal;
	color: #222;
	font-size: 16px;
	font-weight: 600;
}
.search-box-wrapper .wrapper .search-icon-input-wrapper .search-results .search-results-wrapper .list-flex-display .details .price .price1
{
	display: inline-block;
	margin-left: 5px;
	font-size: 13px;
	color: #333;
	font-weight: 500;
}
.search-box-wrapper .wrapper .search-icon-input-wrapper .search-results .search-results-wrapper .list-flex-display .details .price .price2
{
	display: inline-block;
	margin-left: 8px;
	color: #222;
	text-decoration: line-through;
	font-size: 16px;
	font-weight: 600;
}


/*
	====================================
*/



/*=========================================*/
.my_account .container
{
	max-width: 95%;
}
.my_account .container .customRowDashboard
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.my_account .container .customRowDashboard .colom_sidebar
{
	flex: 0 0 auto;
	width: 27%;
	margin-right: 1%;
}
.my_account .container .customRowDashboard .colom_right_bar
{
	flex: 0 0 auto;
	width: 71%;
	margin-left: 1%;
}
.my_account .container .customRowDashboard .colom_right_bar .right h4{
	   padding-bottom: 8px;
	   color: #333;
       font-weight: 500;
	   font-size: 19px;
}
/*=========================================*/
.my_account {
	margin: 40px 0;
}
.my_account .left{
	height: 100%;
    padding: 25px 25px 25px 20px;
    box-shadow: rgb(0 0 0 / 10%) 0px 3px 8px;
    border: 1px solid #dcdada;
    border-radius: 7px;
}
.my_account .left ul li{
	padding-bottom: 2px;
	list-style: none;
	margin: 6px 0;
}
.my_account .left h4{
    padding-bottom: 8px;
    font-weight: 500;
    font-size: 17px;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.my_account .left ul li a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #615f5f;
    font-weight: 400;
}

.my_account .left ul{
	border-bottom: 1px solid lightgrey;
	padding: 0;
	margin: 0;
	padding-bottom: 3px;
}
.my_account .left ul li .fa{
	color: var(--black);
	margin-right: 8px;
	font-size: 14px;
}
.my_account .left ul li span:nth-child(1)
{
	font-weight: 400;
	font-size: 15px;
	color: #000;
}
.my_account .left ul li span:nth-child(1) .fa
{
	width: 25px;
	height: 25px;
	background-color: var(--red);
	text-align: center;
	line-height: 25px;
	border-radius: 50%;
	color: var(--white);
}
.my_account .right{
	padding: 25px 25px 25px 20px;
	height: 100%;
	box-shadow: rgb(0 0 0 / 10%) 0px 3px 8px;
    border: 1px solid #dcdada;
    border-radius: 7px;
}
.my_account .right h4
{

}
.my_account .right p
{
    font-size: 17px;
    text-align: justify;
    font-weight: 400;
    color: #000;
    line-height: 27px;
}
.my_account .right .input_box .form-select:focus
{
	box-shadow: none;
}
.my_account .right .input_box .form-control{
	padding: 9px 10px;
}
.my_account .right .input_box label{
    font-size: 15px;
    font-weight: 500;
    color: #222;
    margin-bottom: 5px;
}
.my_account .right .input_box input:focus{
	box-shadow: none;
}
.my_account .right .input_box input::placeholder{
	color: lightgrey;
	font-size: 12px;
}
.my_account .right .input_box{
	margin-bottom: 20px;
}
.my_account .right .update{
	margin-top: 0px;
}
.my_account .right .update .update_button_address{
	display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1em;
    color: var(--white);
    background-color: var(--black);
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: #4553F0;
    border-radius: 0px 0px 0px 0px;
    padding: 15px 30px;
    transition: all .3s;
    border-radius: 5px;
    letter-spacing: 2px;
}
.my_account .right .update .update_button_address:hover
{
	/*background-color: transparent;*/
	/*color: var(--color2);*/
}
/*============*/

.my_account .img-box{
position: relative;
}
.my_account .img-box a.add-cart{
position: absolute;
bottom: 0;
left: 0;
width: 100%;
display: block;
background-color:var(--color1);
text-decoration: none;
font-size: 13px;
text-transform: uppercase;
color: white;
padding: 5px;
opacity: 0;
transition: 0.6s;
}
a{
text-decoration: none;
}
.my_account .img-box img{
width: 100%;
height: 200px;
object-position: center;
object-fit: cover;
}
.my_account .main-box{
position: relative;
transition: .3s;
}

.my_account .main-box:hover  .img-box a{
opacity: 1;
}

.my_account .head-top{
position: absolute;
top: 10px;
left: 10px;
background-color: #7dd2ea;
color: white;
padding: 2px 12px;
display: none;
}
.my_account .head-top-2{
position: absolute;
top: 10px;
left: 10px;
background-color: #ef837b;
color: white;
padding: 2px 12px;
}
.my_account .head-top-3{
position: absolute;
top: 10px;
left: 10px;
background-color: #a6c76c;
color: white;
padding: 2px 12px;
}
.my_account .details{
margin: 10px 0 20px;
}
.my_account .details .Be
{
display: inline-block;
margin-bottom: 3px;
}
.my_account .details .Be a{
color: #333;
font-weight: 500;
font-size:18px;
text-transform: capitalize;
/*font-family: 'mulish';*/
}
.my_account .details .Be a:hover
{
color: var(--bs-blue);
}
.my_account .cut-price{
font-size: 15px;
color: #8b8989;
font-weight: 400;
}
.my_account .original-price{
font-size: 17px;
font-weight: 600;
}
.my_account .details .rating{
color: #fcb941;
padding: 0px 0 10px;
}
.my_account .details .grey{
color: #c7c7c7;
}
.my_account .details .review{
color: grey;
}
.my_account .main-box .woman{
color: inherit;
text-transform: capitalize;
font-size: 15px;
color: #555;
display: inline-block;
margin-bottom: 3px;
font-weight: 400;
}
.my_account .box_color a {
margin:  0px 7px;
width: 50px;
height: 50px;
}

/*===================================*/

.my_account .main_accordion .table img{
	width: 100px;
	object-fit: cover;
	object-position: center;
}
.my_account .main_accordion .table td{
	font-size: 15px;
	font-weight: 500;
	vertical-align: middle;
}
.my_account .main_accordion .order_heading{
	display: flex;
	width:92%;
	justify-content: space-between;
	
}
.my_account .main_accordion .order_heading span{
	color: black;
}
.main_accordion .accordion .accordion-button:not(.collapsed){
	background-color: var(--color1);
}
.main_accordion .accordion .accordion-button:focus{
	box-shadow: none;
	outline: none;
}
.main_accordion .accordion .accordion-button:not(.collapsed)::after{
	background-image: url(../img/category/arrow-down.png);
}
.my_account .right .Default_billing{
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.my_account .right .Default_billing .heading h4{
	font-size: 20px;
	font-weight: 600;

}
.my_account .right .Default_billing .address_btn a{
	padding: 7px 25px;
	display: inline-block;
	color: black;
	border-radius: 50px;
	font-weight: 500;
	font-size: 13px;
	color: var(--white);
	background-color: var(--color1);
}
.my_account .right .address_show{
	background-color: #f5f5f5;
	padding: 15px 20px;
	margin: 21px 0;
}
.my_account .right .address_show ul{
	margin: 5px 0;
	padding: 0;
}
.my_account .right .address_show ul li{
	list-style: none;
	/*border-bottom: 1px solid #d7d7d7;*/
	padding-bottom: 3px;
	/*margin-bottom: 10px;*/
	font-size: 16px;
	font-weight: 400;
}
.my_account .right .address_show ul li span
{
	font-size: 20px;
	font-weight:400;
	display: block;
	color: #000;
	margin-bottom:3px;
}
.my_account .right  .input_box-2
{
	margin-bottom: 10px;
}
.my_account .right  .input_box-2 label{
	font-size: 15px;
    font-weight: 600;
    /*font-family: 'Mulish';*/
    margin-bottom: 3px;
}
.my_account .right  .input_box-2 input:focus{
	box-shadow: none;
}
.my_account .right  .input_box-2 textarea:focus{
	box-shadow: none;
}

.my_account .right .address_button input{
	display: inline-block;
	background-color: var(--color3);
	color: white;
	padding: 4px 25px;
	font-weight: 500;
	font-size: 14px;
	border-radius: 50px;
	margin-top: 12px;
	border: 1px solid var(--color1);
	text-transform: uppercase;
}


.my_account .customRowDashboard .colom_right_bar form .input_box .show_hide_psw
{
  position: relative;
}
.my_account .customRowDashboard .colom_right_bar form .input_box .show_hide_icon
{
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  line-height: 36px;
  cursor: pointer;
}
/*
	***********************************
*/

section.my_account .customRowDashboard .heads_addnewaddress
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}
section.my_account .customRowDashboard .heads_addnewaddress a
{
	flex: 0 0 auto;
	font-weight: 400;
    font-size: 15px;
    color: var(--white);
    padding: 9px 20px;
    background-color: var(--red);
    text-decoration: none;
    border-radius: 5px;
    text-transform: uppercase;
}
.my_account .container .customRowDashboard .heads_addnewaddress h4
{
	padding-bottom: 0 !important;
}

.my_account .container .customRowDashboard .address_show{
	background-color: #fff;
	border:1px solid #eaeaea;
	padding: 8px 20px;
	margin: 10px 0 0;
	border-radius: 5px;
}
.my_account .container .customRowDashboard .address_show ul{
	margin: 5px 0;
	padding: 0;
	position: relative;
}
.my_account .container .customRowDashboard .address_show ul .delete-address
{
	display: inline-block;
	position: absolute;
	right: 5px;
	top: 5px;
	background-color: var(--color2);
	width: 30px;
	height: 30px;
	cursor: pointer;
	color: var(--white);
	border-radius: 5px;
	text-align: center;
	line-height: 28px;
}
.my_account .container .customRowDashboard .address_show ul li{
	list-style: none;
	padding-bottom: 3px;
	font-size: 16px;
	font-weight: 400;
	width: 90%;
	color: #222;
}
.textarea-boxshadow:focus
{
	box-shadow: none;
}
/*
	****************************************
*/

.my_account .customRowDashboard .colom_right_bar #new_arrival2 .product_home_colom
{
	width: calc(25% - 10px);	
}
.my_account .customRowDashboard .product_home_row .product_home_colom .product_home_colom_container .other_details h6 a
{
	font-size: 14px;
	height: 40px;
	overflow: hidden;
}


/*
=====================================================
*/

body.orderPage .my_account .container
{
	max-width: 95%;
}
body.orderPage .my_account .customRowDashboard .colom_sidebar
{
	width: 25%;
}
body.orderPage .my_account .customRowDashboard .colom_right_bar
{
	width: 73%;
}
.my-custom-accordion .accordion-block
{
	margin-bottom: 20px;
	box-shadow: 0 20px 20px 5px rgba(0 0 0 / 5%);
	border-radius: 8px;
}
.my-custom-accordion .accordion-block .header-accordion
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	background-color: #ccc;
	padding: 6px 20px;
	border-radius: 8px 8px 0 0;
	cursor: pointer;
}
/*.my-custom-accordion .accordion-block .header-accordion:hover,*/
.my-custom-accordion .accordion-block[show-accordion-body="true"] .header-accordion
{
	background-color: var(--color2);
}
.my-custom-accordion .accordion-block[show-accordion-body="false"] .header-accordion
{
	color: var(--black);
}
.my-custom-accordion .accordion-block .header-accordion h5
{
	margin: 0 0;
	font-size: 15px;
	font-weight: 400;
	text-transform: capitalize;
	flex: 0 0 auto;
	align-self: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 90%;
}
.my-custom-accordion .accordion-block .header-accordion h5 span
{
	/*color: #000;*/
}
.my-custom-accordion .accordion-block[show-accordion-body="true"] .header-accordion h5 span a
{
	color: var(--white);
}
.my-custom-accordion .accordion-block .header-accordion h5 span a
{
	color: var(--black);
}
.my-custom-accordion .accordion-block .header-accordion span.icons{

	flex: 0 0 auto;
	align-self: center;
	font-size: 25px;
	font-weight: 500;
}
.my-custom-accordion .accordion-block[show-accordion-body="true"] .header-accordion h5,
.my-custom-accordion .accordion-block[show-accordion-body="true"] .header-accordion span.icons
{
	color: var(--white);
}
.my-custom-accordion .accordion-block .accordion-body
{
	border: 1px solid #f1f1f1;
	border-top: 0;
	border-radius: 0 0 8px 8px;
	transition: .3s;
}
.my-custom-accordion .accordion-block[show-accordion-body="false"] .accordion-body
{
	display: none;
}
.my-custom-accordion .accordion-block[show-accordion-body="true"] .accordion-body
{
	display: block;
}
.my-custom-accordion .accordion-block .accordion-body
{
	padding: 15px;
}
.my-custom-accordion .accordion-block .accordion-body p
{
	text-align: justify;
	font-size: 14px;
	font-weight: 500;
}
.my-custom-accordion .accordion-block .accordion-body p:last-child
{
	margin-bottom: 0;
}
.my-custom-accordion .accordion-block .accordion-body ul
{
	padding-left: 15px;
	margin-bottom: 10px;
}
.my-custom-accordion .accordion-block .accordion-body ul li
{
	list-style-type: disc;
	font-size: 14px;
	font-weight: 500;
}

/*
	******************************************
*/

.my-custom-accordion .accordion-block .accordion-body .orderTable tbody
{
	border-top: 0px;
}
.my-custom-accordion .accordion-block .accordion-body .orderTable tfoot
{
	border-top: 0px;
}
.my-custom-accordion .accordion-block .accordion-body .orderTable thead
{
	border: 1px solid #dedcdc;
}
.my-custom-accordion .accordion-block .accordion-body .orderTable tfoot
{
	border: 1px solid #dedcdc;
}
.my-custom-accordion .accordion-block .accordion-body .orderTable thead tr th
{
	background-color: #eaeaea;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    text-align: center;
}
.my-custom-accordion .accordion-block .accordion-body .orderTable tfoot tr th
{
    background-color: #eaeaea;
	font-weight: 600;
	font-size: 15px;
}
.my-custom-accordion .accordion-block .accordion-body .orderTable tfoot tr th:nth-child(2)
{
	text-align: center;
}
.my-custom-accordion .accordion-block .accordion-body .orderTable tbody tr td
{
	border-right: 1px solid #dedcdc;
	border-bottom: 1px solid #dedcdc;
}
.my-custom-accordion .accordion-block .accordion-body .orderTable tbody tr:last-child td
{
	border-bottom: 0px solid #dedcdc;
}
.my-custom-accordion .accordion-block .accordion-body .orderTable tbody tr td:first-child
{
	border-left: 1px solid #dedcdc;
}
.my-custom-accordion .accordion-block .accordion-body .orderTable tbody tr td
{
	text-align: center;
	color: #000;
    font-size: 17px;
    font-weight: 400;
    padding-top: 25px;
}
.my-custom-accordion .accordion-block .accordion-body .orderTable tbody tr td:nth-child(1)
{
	padding-top: 5px;
}
.my-custom-accordion .accordion-block .accordion-body .orderTable tbody tr td[data-head="Image"] a
{
	display: inline-block;
}
.my-custom-accordion .accordion-block .accordion-body .orderTable tbody tr td[data-head="Image"] a img
{
	width: 90px;
}
.my-custom-accordion .accordion-block .accordion-body .orderTable tbody tr td[data-head="Product"]
{
	color: #000;
    font-size: 17px;
    font-weight: 400;
    line-height: 23px;
    width: 27%;
}
.my-custom-accordion .accordion-block .accordion-body .orderTable tbody tr td[data-head="Status"] a
{
	flex: 0 0 auto;
	background-color:var(--red);
	display: block;
	max-width: 30px;
	height: 30px;
	margin: auto;
	margin-bottom: 5px;
}
.my-custom-accordion .accordion-block .accordion-body .orderTable tbody tr td[data-head="Status"] a i
{
	text-align: center;
	line-height: 30px;
	color: var(--white);
}
.my-custom-accordion .accordion-block .accordion-body .orderTable tbody tr td[data-head="Status"] span
{
	color: #000;
    font-size: 17px;
    font-weight: 400;
}

.trackorderparagraph
{

}
.trackorderparagraph a
{
	font-weight: 600;
	text-decoration: underline;
}

.trackorder.my_account .update .update_button_address
{
	margin-top: 0;
}


body.customizePage.innerPage .about-us-section .contents_box_area .wrapper p.first
{
	margin-bottom: 20px;
	padding-left: 5px;
	padding-right: 5px;
}
body.customizePage.innerPage .about-us-section .contents_box_area .wrapper p.first
{
	font-size: 18px;
	line-height: 27px;
}


body.franchise .key_highlights.key_highlights2
{
	padding: 0 0 0;
	margin-top: 0;
}
body.franchise .key_highlights.key_highlights2:before
{
	display: none;
}
body.franchise .key_highlights.key_highlights2 .container .page_section_heading h3
{
	color: #000;
	font-size: 28px;
}
body.franchise .key_highlights.key_highlights2 .why-us-box-row{
	flex-direction: column;
}
body.franchise .key_highlights.key_highlights2 .why-us-box-row .why-us-colom
{
	width: 100%;
	text-align: center;
}
body.franchise .key_highlights.key_highlights2 .why-us-box-row .why-us-colom .wrapper
{
	box-shadow: none;
}
body.franchise .key_highlights.key_highlights2 .why-us-box-row .why-us-colom .wrapper p
{
	text-align: center;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    line-height: 30px;
}


body.franchise .why-us-box-row .why-us-colom .wrapper .icon
{
	background-color: #F9F9F9;
}
body.franchise .why-us-box-row .why-us-colom .wrapper h5
{
    font-size: 23px !important;
}
body.franchise .why-us-box-row .why-us-colom .wrapper{
	padding:2em 1.8em 3em 1.8em;
	position: relative;
}
body.franchise .why-us-box-row .why-us-colom .wrapper:after
{
	content: '';
	position: absolute;
	bottom: -10px;
	z-index: 5;
	left: 50%;
	transform: translateX(-50%);
	width: 1px;
	height: 40px;
	background-color: #000;
}
body.franchise .why-us-box-row .why-us-colom:last-child .wrapper:after
{
	display: none;
}
body.franchise .myformDesign {
    margin-top: 45px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}


body.franchise .customRowForColomsns
{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-column-gap: 10px;
}

body.franchise .customRowForColomsns .colmns
{
	flex: 0 0 auto;
}
body.franchise .customRowForColomsns .colmns
{
	display: flex;
	flex-direction: row;
}
body.franchise .customRowForColomsns .colmns .width_size
{
	flex: 0 0 auto;
	width: 69%;
	margin-right: 7px;
}
body.franchise .customRowForColomsns .colmns .width_mesure
{
	flex: 0 0 auto;
	width: 29%;
}
body.franchise .customRowForColomsns .colmns .width_mesure:focus
{
	box-shadow: none;
}



/*
	============================
*/
.text-with-image
{
	margin-top: 30px;
}
.text-with-image .custom-contianer
{
	max-width: 90%;
	margin: auto;
	display: grid;
	grid-template-columns: repeat(2,1fr);
}
.text-with-image .custom-contianer .right-text
{
	background-color: #f9f8f8;
	display: flex;
	align-items: center;
}
.text-with-image .custom-contianer .right-text .wrapper
{
	padding:30px 50px;
}
.text-with-image .custom-contianer .right-text .wrapper h4
{
    font-size: 34px;
    color: #444444;
    font-weight: 500;
    /*font-family: "Roboto Condensed", sans-serif;*/
    margin-bottom: 25px;
}
.text-with-image .custom-contianer .right-text .wrapper p
{
	color: #000000;
    line-height: 31px;
    font-size: 20px;
    margin-bottom: 0;
    font-style: italic;
}
.custom_row_shop_color .shop_color_color .wrapper
{
	margin-top: -10px;
}
.custom_row_shop_color .shop_color_color
{
	padding: 5px;
}
.product-detail-page-section .product-detail-content .detail_wrapper .custom_row_shop_color .shop_color_color .wrapper .image img
{
	max-width: 100%;
}
.product-detail-page-section .product-detail-content .detail_wrapper .custom_row_shop_color .shop_color_color .wrapper .image img
{
	height: 72px;
	object-fit: cover;
}
.product-detail-page-section .product-detail-content .detail_wrapper .custom_row_shop_color
{
	grid-template-columns: repeat(10, 1fr);
}
.product-detail-page-section .product-detail-content .detail_wrapper .shopBySizeRows
{
	grid-column-gap: 5px;
}
.product-detail-page-section .product-detail-content .detail_wrapper .shopBySizeRows .size_colom_box
{
	background-color: transparent;
}
.product-detail-page-section .shopBySizeRows
{
	max-width: 55%;
	margin-left: auto;
	margin-right: auto;
	display: grid;
	grid-template-columns: repeat(5,1fr) !important;
	grid-row-gap: 5px;
	grid-column-gap: 15px;
}


.text-with-image .custom-contianer .left-image .image_wrapper
{
	position: relative;
}
.text-with-image .custom-contianer .left-image .image_wrapper .image_title
{
	position: absolute;
	bottom:0;
	width: 100%;
	left: 0;
	background-color: rgba(0 0 0 / 70%);
	color: var(--white);
	text-align: center;
	font-size: 22px;
	padding: 10px;
	font-weight: 400;
	text-transform: capitalize;
	letter-spacing: 1px;
	line-height: 20px;
	text-shadow: 2px 2px 5px rgba(0 0 0 / 20%);
}

.product-detail-page-section .product-detail-content .detail_wrapper .shopBySizeRows
{
	max-width: 80%;
	margin-left: 0;
	margin-right: 0;
	grid-row-gap: 8px;
}
.product-detail-page-section .shopBySizeRows .size_colom_box .wrapper
{
	grid-row-gap: 0px;
	margin: 0 0;
}
.product-detail-page-section .product-detail-content .detail_wrapper .shopBySizeRows .size_colom_box .image img
{
	height: 68px;
}
.product-detail-page-section .product-detail-content .detail_wrapper .shopBySizeRows .size_colom_box .wrapper .title
{
	font-size: 12px;
}

/*
	=====================================
*/

.viewallbutton
{
	text-align: center;
	margin-top: 30px;
}
.viewallbutton a
{
	display: inline-block;
	font-size: 18px;
	font-weight: 400;
	color: #111;
	/*text-decoration: underline;*/
}
.viewallbutton a:hover
{
	text-decoration: underline;
}

/*
	============================================]
*/



.price______block .price-range-block {
	margin: 0 0;
}

.price______block .ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}

.price______block .ui-slider-horizontal {
	margin-bottom: 15px;
}

.price______block .ui-slider-horizontal {
	height: 0.6em;
}

.price______block #slider-range .ui-slider-handle {
	border-radius: 50%;
	border: 0px;
	border: 4px solid #555;
    width: 1em;
    height: 1em;
}
.price______block #slider-range .ui-slider-handle:focus,
.price______block #slider-range .ui-slider-handle:active
{
	background-color: #fff;
}

.price______block .price-range-block .input_value_holder {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.price______block .price-range-block .input_value_holder input.value {
	flex: 0 0 auto;
	width: 75px;
	height: 33px;
	min-width: auto;
	border: 1px solid #eaeaea;
	border-radius: 0;
	text-align: left;
	padding-right: 0;
	margin-right: 2px !important;
	margin-left: 2px !important;
	background-color: transparent;
	padding-left: 10px;
}

.price______block input.value {
	font-family: "Jost", sans-serif;
	font-weight: 400 !important;
	font-size: 14px !important;
}

.price______block #price-range-submit {
	flex: 0 0 auto;
	display: block !important;
	height: 33px;
	border-radius: 0px;
	width: 70px;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	padding-left: 7px;
	padding-right: 7px;
	margin-bottom: 0;
	background-color: red;
	border-color: red;
	font-weight: 500;
	font-size: 13px;
}

/*
	============================================]
*/

.color_dots_area
{
	display: flex; 
	flex-wrap: wrap;
	grid-column-gap: 15px;
	margin-top: 7px;
}
.color_dots_area .color_div
{
	display: flex;
	grid-column-gap: 3px;
	align-items: center;
}
.color_dots_area .color_div span:nth-child(1)
{
	width: 18px;
    height: 18px;
    display: inline-block;
    border: 1px solid #d1cfcf;
    margin-right: 4px;
    border-radius: 50%;
}
.color_dots_area .color_div span:nth-child(2)
{
	color: #666;
	font-weight: 500;
	font-size: 15px;
}


/*
	============================================]
*/

.color_dots_area2
{
	display: flex; 
	flex-wrap: wrap;
	grid-column-gap: 7px;
	margin-top: 10px;
}
.color_dots_area2 .color_div
{
    display: flex;
    grid-column-gap: 3px;
    align-items: center;
    border: 1px solid #555;
    padding: 3px 11px;
    border-radius: 38px;
}
.color_dots_area2 .color_div span:nth-child(1)
{
	color: #222;
	font-weight: 400;
	font-size: 13px;
}

.color_dots_area2 .color_div:hover,
.color_dots_area2 .color_div.actives
{
	background-color: #eaeaea;
	border-color: #bab4b4;
}
.color_dots_area2 .color_div.actives span
{
	font-weight: 500;
}

/*
	=================================================
*/

.table_details
{
	margin-top: 10px;
}
.table_details .table
{
	
}
.table_details .table thead
{
	
}
.table_details .table thead tr th
{
	background-color: #464A5C;
	border-left:1px solid #464A5C;
	border-right:1px solid #464A5C;
	font-weight: 400;
	color: #fff;
	padding: 10px 20px;
}
.table_details .table tbody tr:nth-child(even)
{
	background-color: #eaeaea;
}
.table_details .table tbody tr td
{
	font-weight: 500;
	color: #555;
	font-size: 15px;
	padding: 7px 20px;
	border-right: 1px solid #ccc;
}
.table_details .table tbody tr td:nth-child(1)
{
	border-left: 1px solid #ccc;
}


body.product__details .collectionsSectrion
{
	max-width: 95%;
}
body.collection_gallery .collectionsSectrion .container_row_products .products_area .slick_products_scroller
{
	border-left: 0;
	border-top: 0;
	padding-left: 20px;
	padding-top: 10px;
	border-top: 1px solid #e9e9ed;
}
body.collection_gallery .collectionsSectrion.collectionsSectrion__detail_page .container_row_products .products_area .slick_products_scroller
{
	border-top: 0px;
	padding-top: 0;
}
.product-detail-page-section .product-detail-content .detail_wrapper .price .offerPer {
    margin-left: 0px;
    color: var(--bs-success);
    font-size: 18px;
    font-weight: 500;
}

.mrp_price
{
	display: flex;
	grid-column-gap: 10px;
	margin-bottom: 10px;
	justify-content:center;
}
.mrp_price .cuttprice{
    font-size: 14px;
    font-weight: 500;
    line-height: 28.8px;
    letter-spacing: 0px;
    color: #767474;
    text-transform: uppercase;
}
.mrp_price .cuttprice small
{
	font-size: 100% !important;
	text-decoration: line-through;
}


.mrp_price3
{
	display: flex;
	grid-column-gap: 10px;
	margin-bottom: 10px;
	margin-top: -12px !important;
}
.mrp_price3 .cuttprice{
    font-size: 15px;
    font-weight: 600;
    line-height: 28.8px;
    letter-spacing: 0px;
    color: #333;
}
.mrp_price3 .cuttprice small
{
	font-size: 100% !important;
	text-decoration: line-through;
}


.mrp_price2
{
	display: flex;
	grid-column-gap: 10px;
	margin-bottom: 10px;
	margin-top: -10px;
}
.mrp_price2 .cuttprice{
    font-size: 17px;
    font-weight: 400;
    line-height: 28.8px;
    letter-spacing: 0px;
    color: #222;
}
.mrp_price2 .cuttprice small
{
	font-size: 100% !important;
	text-decoration: line-through;
}


.mrp_price4
{
	display: flex;
	grid-column-gap: 10px;
	margin-bottom: 0px;
	margin-top: 10px;
}
.mrp_price4 .cuttprice b{
	font-weight: 500;
}
.mrp_price4 .cuttprice{
    font-size: 16px;
    font-weight: 400;
    line-height: 28.8px;
    letter-spacing: 0px;
    color: #222;
}
.mrp_price4 .cuttprice small
{
	font-size: 100% !important;
	text-decoration: line-through;
}


.other_details_inlne
{
	display: inline-flex;
	align-items: center;
	grid-column-gap: 15px;
}

.other_details_inlne .color_dots_area
{
	margin-top: 0;
}



.message-submit-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 260;
    display: none;
}
.message-submit-popup .text-container {
    position: absolute;
    top: 150px;
    left: 50%;
    font-weight: 600;
    transform: translateX(-50%);
    padding: 20px 30px;
    border-radius: 5px;
    background-color: #9bf693;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    color: #255016;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
    font-size: 15px;
}
.message-submit-popup .text-container .close-popups {
    position: absolute;
    top: 7px;
    right: 7px;
    color: #255016;
    width: 25px;
    height: 25px;
    text-align: center;
    cursor: pointer;
}
.message-submit-popup .text-container .close-popups i {
    font-size: 1.1em;
}


/*
	=========================================
*/

.psw-content
{
	position: relative;
}
.psw-content .my__input__field
{

}
.psw-content .show_hide_icon
{
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.psw-content .my__input__field .show_hide_icon
{
	cursor: pointer;
}



.show_hide_psw
{
	position: relative;
}
.show_hide_psw .my__input__field
{

}
.show_hide_psw .show_hide_icon
{
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.show_hide_psw .my__input__field .show_hide_icon
{
	cursor: pointer;
}

/*
	===========================================
*/

body.paynowPages .thankyou3
{
	margin-top: 40px;
	margin-bottom: 40px;
}
body.paynowPages .thankyou3 .custom_thankyou_row_container
{
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
}
body.paynowPages .thankyou3 .custom_thankyou_row_container .thankyou_conainer
{

}
body.paynowPages .thankyou3 .custom_thankyou_row_container .thankyou_conainer .header
{
	font-size: 33px;
    font-weight: 500;
    color: var(--black);
    margin-bottom: 20px;
    text-align: center;
}
body.paynowPages .thankyou3 .custom_thankyou_row_container .input_box
{
}
body.paynowPages .thankyou3 .custom_thankyou_row_container .input_box,
body.paynowPages .thankyou3 .custom_thankyou_row_container .input-area
{
	margin-bottom: 15px;
}
body.paynowPages .thankyou3 .custom_thankyou_row_container .input_box label,
body.paynowPages .thankyou3 .custom_thankyou_row_container .input-area label
{
    line-height: 12px;
    margin-bottom: 15px;
    font-weight: 400;
    color: #000;
    font-size: 16px;
}
body.paynowPages .thankyou3 .custom_thankyou_row_container .input_box .form-control,
body.paynowPages .thankyou3 .custom_thankyou_row_container .input-area .form-control
{
    border-radius: 2px;
    font-size: 15px;
    font-weight: 400;
    padding: 10px 15px;
    font-family: "Jost", sans-serif;
}
body.paynowPages .thankyou3 .custom_thankyou_row_container .input_box .form-control:focus,
body.paynowPages .thankyou3 .custom_thankyou_row_container .input-area .form-control:focus
{
	box-shadow: none;
}
body.paynowPages .thankyou3 .custom_thankyou_row_container .dual-buttons
{
    display: flex;
    flex-direction: row;
    justify-content: center;
    grid-row-gap: 15px;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 40px;
    margin-top: 10px;
}
body.paynowPages .thankyou3 .custom_thankyou_row_container .dual-buttons .btn__01
{
	flex: 0 0 auto;
    width: 239px;
    margin-right: 1%;
    border: 2px solid var(--red);
    background-color: var(--red);
    color: var(--white);
    border-radius: 0px;
}
body.paynowPages .thankyou3 .custom_thankyou_row_container .dual-buttons .btn__02
{
    flex: 0 0 auto;
    width: 239px;
    margin-left: 1%;
    font-weight: 400;
    color: var(--white);
    border: 2px solid var(--black);
    background-color: var(--black);
    border-radius: 0px;
}

/*
	==========================
*/

body.realThankyou .custom_thankyou_row_container
{
	margin-top: 40px;
	margin-bottom: 40px;
}
body.realThankyou .custom_thankyou_row_container .thankyou_conainer
{
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: center;
	flex-direction: column;
	grid-row-gap: 10px;
}
body.realThankyou .custom_thankyou_row_container .thankyou_conainer .icon
{
	text-align: center;
}
body.realThankyou .custom_thankyou_row_container .thankyou_conainer .icon img
{
	width: 120px;
}
body.realThankyou .custom_thankyou_row_container .thankyou_conainer .header
{

}
body.realThankyou .custom_thankyou_row_container .thankyou_conainer .header
{
	font-weight: 600;
    font-size: 22px;
    text-transform: uppercase;
    color: #000;
    text-align: center;
}
body.realThankyou .custom_thankyou_row_container .thankyou_conainer .some_text
{
	font-size: 18px;
    text-align: justify;
    font-weight: 400;
    color: #222;
    text-align: center;
}
body.realThankyou .custom_thankyou_row_container .thankyou_conainer .goToHome
{
	display: inline-block;
	width: 239px;
	padding: 8px 25px;
    font-weight: 400;
    color: var(--white);
    border-radius: 5px;
    border: 2px solid var(--black);
    background-color: var(--black);
}


#size_wrapper.color_dots_area2 .color_div
{
	cursor: pointer;
}

/*==================================*/


.modal-data-update
{
  position: fixed;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 90%;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 10px 5px rgba(0 0 0 / 10%);
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
}
.modal-data-update.show_data_modal{
  opacity: 1;
  visibility: visible;
    max-height: 87vh;
}
.modal-data-update .modal-update--date--container
{
    padding: 30px 25px;
    position: relative;
    max-height: 87vh;
    overflow-y: auto;
    overflow-x: hidden;
}
.modal-data-update .modal-update--date--container
{

}
.modal-data-update .modal-update--date--container::-webkit-scrollbar {
  width: 4px;
}

.modal-data-update .modal-update--date--container::-webkit-scrollbar-track {
  background-color: #fff;
}
.modal-data-update .modal-update--date--container::-webkit-scrollbar-thumb {
  background-color: #0098B2;
  border-radius: 12px;
}


.modal-data-update .modal-update--date--container .close_modal
{
  position: absolute;
  right: 10px;
  top: 10px;
  cursor:pointer;
  background-color: #555;
  color: var(--white);
  width: 35px;
  height: 35px;
  text-align: center;
  border-radius: 50%;
}
.modal-data-update .modal-update--date--container .close_modal i
{
  font-size: 1em;
  line-height: 35px;
}


/*
	=================================================
*/

#priceupdate .mrp_price
{
	justify-content: flex-start;
}
.products_filter .filter_area .new-parents
{

}
.products_filter .filter_area .new-parents .filter_block
{

}
.products_filter .filter_area .new-parents .filter_block .price-range-block .input_value_holder
{
	/*display: none !important;*/
}
.price______block #price-range-submit
{
	/*display: none !important;*/
}
.price______block .price-range-block .input_value_holder input.value
{
	padding-left: 0;
	border: 0px;
	height: 20px;
}

.price______block .price-range-block .input_value_holder input.value.maxVVal
{
	text-align: right;
}
@media screen and (min-width: 993px)
{
	.container_row_products .filter
	{
		width: 250px;
	}
	.container_row_products .products_area
	{
		width: calc(100% - 250px);
	}
	.slick_products_scroller .slick_product_wrapper .padding-box .image .pro-image-anchor img
	{
		height: 292px;
	}
	body.collection_gallery .collectionsSectrion .container_row_products .products_area .slick_products_scroller
	{
		grid-column-gap: 0;
	}

	#filterButtons
	{
		display: none;
	}
}

.sorting_row .right_sorting .showing_colom.showing_colom2 > div
{
	border:0px;
	font-size: 15px;
}
.sorting_row .right_sorting .showing_colom.showing_colom2 > div strong
{
	font-weight: 500;
}

.customFileType .fileStyleDesign .subhead.subhead2
{
	margin-top: 10px;
	color: rgb(220 53 69);
}

/*
	=======================================
*/

body.collection_gallery .heading-breadcrumbs
{
	margin-top: 20px;
	margin-bottom: 15px;
}
body.collection_gallery .padding-box .other-details h5
{
	margin-bottom: 0 !important;
}
body.collection_gallery .padding-box .other-details .size-display
{
	margin-bottom: 0 !important;
}
body.collection_gallery .padding-box .other-details .price_01
{
	margin-bottom: 0 !important;
	line-height: 20px !important;
}
body.collection_gallery .collectionsSectrion .container_row_products .products_area .slick_products_scroller
{
	grid-row-gap: 0px;
}
body.collection_gallery .collectionsSectrion .container_row_products .mrp_price
{
	margin-bottom: 0;
}


/*
	==============================
*/

.addmoreButton
{
	position: relative;
}
.addmoreButton .buttonMore
{
	position: absolute;
	left: 103%;
	top: 40px;
	white-space: nowrap;
	font-size: 13px;
	border: 0px;
	background-color: #888;
	color: #fff;
	cursor: pointer;
	padding: 5px 10px;
	border-radius: 3px;
}

#box2,#box3,#box4,#box5
{
	display: none;
}
#size_wrapper.color_dots_area2
{
	grid-column-gap: 25px;
}
#size_wrapper.color_dots_area2 .color_div
{
	position: relative;
}
#size_wrapper.color_dots_area2 .color_div .badges1
{
	  position: absolute !important;
	  right: -13px;
	  top: -10px;
	  width: 22px;
	  height: 22px;
	  background: #464A5C;
	  text-align: center;
	  line-height: 22px;
	  border-radius: 50%;
	  color: #fff;
}