@import "variable.css";

body {
	font-family: var( --font-family) !important;
	padding-right: 0 !important;
	background-color: var(--background) !important;
}

a {
		/* color: var(--bgWhite) !important; */;
}
a:focus{
	outline:none;
}
a{
	text-decoration: none !important;
}

.nav-bar__link {
	font-weight: 500;
}

.popularCat .bgColr {
	/* background: white; */;
}

.trendingPro .bgColr {
	/* background: white; */;
}

.product-item__image-wrapper {
	position: r;
}

/* .noRadius .collection-item__image-wrapper--rounded {
	border-radius: 8px;
} */

/* .dealZone .collection-item__image-wrapper--rounded {
	border-radius: 8px;
} */


.headerTitle {
	display: flex;
	flex-direction: column;
}

.innerTxt {
	text-align: left;
	display: table;
	width: 100%;
}

.bold {
	font-size: 28px;
	font-weight: 500;
}

.collection .descp_txt {
	font-size: 16px;
	color: var(--primary);
	text-align: center;
	display: table;
	width: 100%;
}

.imageCss {
	position: relative !important;
	position: relative !important;
	width: 250px !important;
	top: unset !important;
	left: unset !important;
	transform: none !important;
}

.aspect-ratio--square {
	padding-bottom: 0% !important;
}

.product-item {
	padding: 0 !important;
}

.product-list {
	background: transparent;
}


/* start rating */


.star-rating {
	display: flex;
	flex-direction: row-reverse;
	font-size: 25px;
	justify-content: space-around;
	padding: 0;
	text-align: center;
	width: 5em;
}

.star-rating input {
	display: none;
}

.star-rating label {
	color: #ccc;
	cursor: pointer;
}

.star-rating :checked~label {
	color: var(--yellow);
}

.star-rating label:hover,
.star-rating label:hover~label {
	color: var(--yellow);
}


/* add to favourite */

.addTofav {
	position: absolute;
	bottom: 10px;
	right: 15px;
	cursor: pointer;
}

.add-fav {
	display: inline-block;
	padding: 5px;
	cursor: pointer;
	border: 1px solid transparent;
	background: var(--bgWhite);
	position: relative;
	transition: all 0.5s ease;
	border-radius: 20px;
	box-shadow: inset 0 -1px 1px #eee;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
	width: 40px;
	height: 40px;
}

.add-fav:hover {
	/* background: -webkit-linear-gradient(top, #fff, #ccc) #ddd; */;
}

.bfc-outlineheart:before {
	font-size: 20px;
	padding-top: 6px;
	padding-left: 4px;
}

.add-fav .bfc-outlineheart {
	font-size: 24px;
	color: #666;
	position: relative;
	transition: all 0.5s ease-in-out;
}

.add-fav .icon-plus-sign {
	font-size: 10px;
	color: #333;
	background: #fff;
	border-radius: 100%;
	position: absolute;
	bottom: 2px;
	right: 2px;
	height: 11px;
	width: 11px;
	line-height: 11px;
	text-align: center;
	transition: all 1s ease-in-out;
}

.add-fav input[type="checkbox"] {
	position: absolute;
	opacity: 0;
}

.add-fav input[type="checkbox"]:checked+.bfc-outlineheartt {
	color: var(--yellow);
}

.add-fav input[type="checkbox"]:checked+.bfc-outlineheart .icon-plus-sign {
	display: none;
}

.header__action-item-content:before {
	width: 0;
}
.owl-nav{
	/* display: none; */
}

.section {
    margin: 40px 0;
}


.color-swatch{
	cursor: pointer;
}
.trendingPro .owl-carousel .owl-item img, .dealCat .owl-carousel .owl-item img  {
	border-radius: 8px !important;
}
.trendingPro .collection-item__image-wrapper--rounded {
	border-radius: 0;
}

.trendingPro .collection-item {
	width: 100%;
}
.popularCat .collection-item__image-wrapper--rounded {
	border-radius: 0;
}

.popularCat .collection-item {
	width: 100%;
}
.dealCat .collection-item__image-wrapper--rounded {
	border-radius: 0;
}

.dealCat .collection-item {
	width: 100%;
}
.trendingPro .collection-item__image-wrapper--rounded{
border-radius: 0;
}
.trendingPro .slide-box img{
border-radius: 0;
}
.viewAll:hover {
	color: var(--accent-color);
}

.mega-menu__image-heading {
	margin-bottom: 0;
}

.product-list .product-item {
	padding: 20px !important;
}

.collection__toolbar-item--sort {
	margin-right: 0;
}


/** collections**/

.quick-links {
	background: transparent;
	border: 0;
}

.quick-links .quick-links__link {
	background: var(--secondary-background);
	border: 0.5px solid var(--border-color);
}

.quick-links__link .quick-links__image-ie-fix {
	max-width: 100px;
}

@media screen and (min-width: 641px) {
	.quick-links__link .quick-links__image-ie-fix {
		max-width: 140px;
	}
}


#owl-demo .item{
	margin: 3px;
  }
  #owl-demo .item img{
	display: block;
	width: 100%;
	height: auto;
  }

/* slider css */
.carousel-indicators li{
	width: 10px !important;
	height: 10px !important;
	border:1px solid white !important;
	border-radius: 100% !important;
	background-clip: unset !important;
    border-top: none !important;
}
.stretch-card>.card {
	width: 100%;
	min-width: 100%
}


.flex {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

@media (max-width:991.98px) {
	.padding {
		padding: 1.5rem
	}
}

@media (max-width:767.98px) {
	.padding {
		padding: 1rem
	}
}

.padding {
	padding: 3rem
}

.owl-carousel .item {
	margin: 3px
}

.owl-carousel .item img {
	display: block;
	width: 100%;
	height: auto
}

.owl-carousel .item {
	margin: 3px
}

.owl-carousel {
	margin-bottom: 15px
}
  /* Input Css */

  /* https://codepen.io/AdrianBece/pen/KKKZQOY */
:root {
	--field__background: #f5f5f5;
	--field__background--hover: #e9e9e9;
	--input__border: rgba(0, 0, 0, 0.42);
	--input__border--hover: rgba(0, 0, 0, 0.62);
	--label__color: #222;
	--font__size: 16px;
	--font__family: Roboto, Arial, sans-serif;
}

.floating {
	margin-bottom: 12px;
	background-color: var(--bgWhite	);
	transition: background-color 0.2s ease;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.floating:hover,
  .floating:focus-within {
	background-color: var(--bgWhite	);
}

.floating__input {
	background: var(--input-background);
	padding: 12px 12px;
	padding: 1.1rem 1rem 0.6rem;
	font-size: 1rem;
	border: 1px solid var(--form-border-color);
	transition: border-color 0.2s ease;
	caret-color: var(--primary);
}

.floating:hover .floating__input {
	border-color: var(--input__border--hover);
}

.floating__input::placeholder {
	color: rgba(0, 0, 0, 0);
}

.floating__label {
	display: block;
	position: relative;
	max-height: 0;
	font-weight: 500;
	pointer-events: none;
}

.floating__label::before {
	color: var(--label__color);
	content: attr(data-content);
	display: inline-block;
	filter: blur(0);
	backface-visibility: hidden;
	transform-origin: left top;
	transition: transform 0.2s ease;
	left: 12px;
	position: relative;
	color: var(--text-color);
	font-weight: 300;
}

.floating__label::after {
	bottom: 1rem;
	/* content: ""; */
	height: 0.1rem;
	position: absolute;
	transition: transform 180ms cubic-bezier(0.4, 0, 0.2, 1),
	  opacity 180ms cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s ease;
	opacity: 0;
	left: 0;
	top: 100%;
	margin-top: -0.1rem;
	transform: scale3d(0, 1, 1);
	width: 100%;
	background-color: var(--primary);
}

.floating__input:focus {
	border-color: var(--accent-color)!important;
}

.floating__input:focus + .floating__label::after {
	transform: scale3d(1, 1, 1);
	opacity: 1;
}

.floating__input:placeholder-shown + .floating__label::before {
	transform: translate3d(0, -2.4rem, 0) scale3d(1, 1, 1);
}

.floating__label::before,
  .floating__input:focus + .floating__label::before {
	transform: translate3d(0, -3.12rem, 0) scale3d(0.82, 0.82, 1);
}

.floating__input:focus + .floating__label::before {
	color: var(--primary);
}

input {
	background: none;
	border-width: 0;
	display: block;
	width: 100%;
}

fieldset {
	padding: 3rem 2rem 1.5rem;
}

legend {
	padding: 0 0.5rem;
}
  


  /* Modal css */

.loginModal {
	position: relative;
	font-family: var(--heading-font-family);
	padding: 0 !important;
}

.modal-dialog {
	max-width: 320px !important;
}

.modal-header {
	flex-direction: column;
	align-self: center !important;
	border: none !important;
	align-items: center !important;
}

.modal-content {
	padding: 15px 25px 15px 25px;
}

.modal-title {
	margin-bottom: 15px !important;
	line-height: 25px !important;
}

.modal-body {
	padding: 0 !important;
}

.bodySection {
}

.sub-Title {
	margin: 0;
	color: var(--text-color);
}

.closeIcon {
	position: absolute;
	top: 15px;
	right: 15px;
}

.customBtn {
	margin-top: 20px;
	width: 100% !important;
	padding: 0;
	background: var(--primary-button-background);
	color: var(--bgWhite);
}

.modal-footer {
	justify-content: start !important;
	padding: 0 !important;
	margin-top: 16px;
	border: 0 !important;
	justify-content: center !important;
}

.popover__secondary-action p {
	color: var(--text-color);
	padding-bottom: 5px;
}

/* Header css */




#headerMenu {
	background: #ffffff;
	width: 100%;
	position: relative;
}

#headerMenu:after {
	content: "";
	clear: both;
	display: block;
}




nav {
	float: left !important;
	width: 100% !important;

}

nav>ul {
	float: left;
	position: relative;
	margin: 0;
	width: 100%;
}

nav li {
	list-style: none;
	float: left;
	padding: 18px;
}

nav .dropdown {
	position: relative;
}

nav li a {
	/* float: left; */
	padding: 0px 15px; 
}

nav li a:hover {
	background: transparent;
}

nav li ul {
	display: none;
}

nav li:hover ul {
	display: inline;


}

nav li li {
	float: none;
}

nav .dropdown ul {
	position: absolute;
	left: 0;
	top: 100%;
	background: #fff;
	padding: 20px 0;
	border-bottom: 3px solid #34495e;
}

nav .dropdown li {
	white-space: nowrap;
}

nav .dropdown li a {
	padding: 10px 35px;
	font-size: 13px;
	min-width: 200px;
}

nav .mega-dropdown {
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	overflow: hidden;
	padding: 0 35px;
	border-top: 2px solid var(--header-background);
	z-index: 1;
}

nav li li a {
	float: none;
	color: #333;
	display: block;
	padding: 8px 10px;
	border-radius: 3px;
	font-size: 13px;
}

nav li li a:hover {
	background: #bdc3c7;
	background: #FAFBFB;
}
.bold{
	font-weight: 400;
	font-size: 20px;
	color:var(--header-background);
}
.mega-col {
	width: 15%;
	float: left;
}
.mainCat{
	padding: 0;
}
.mega-dropdown{

    padding: 0 15px;
}
.catLi{
	padding:0; 	
}
#menu-icon {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -12px;
	margin-right: 30px;
	display: none;
}

#menu-icon span {
	border: 2px solid #fff;
	width: 30px;
	margin-bottom: 5px;
	display: block;
	-webkit-transition: all .2s;
	transition: all .1s;
}

@media only screen and (max-width: 1170px) {
	nav >ul>li >a {
		/* padding: 35px 15px; */
	}
}

@media only screen and (min-width: 960px) {
	nav {
		display: block!important;
	}
}

@media only screen and (max-width: 959px) {
	nav {
		display: none;
		width: 100%;
		clear: both;
		float: none;
		max-height: 400px;
		overflow-y: scroll;
	}

	#menu-icon {
		display: inline;
		top: 45px;
		cursor: pointer;
	}

	#menu-icon.active .first {
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		margin-top: 10px;
	}

	#menu-icon.active .second {
		transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
		position: relative;
		top: -9px;
	}

	#menu-icon.active .third {
		display: none;
	}

	.search {
		float: none;
	}

	.search input {
		width: 100%;
	}

	nav {
		padding: 10px;
	}

	nav ul {
		float: none;
	}

	nav li {
		float: none;
	}

	nav ul li a {
		float: none;
		padding: 8px;
		display: block;
	}

	#headerMenu nav ul ul {
		display: block;
		position: static;
		background: none;
		border: none;
		padding: 0;
	}

	#headerMenu nav a {
		color: #fff;
		padding: 8px;
	}

	#headerMenu nav a:hover {
		background: #fff;
		color: #333;
		border-radius: 3px;
	}

	#headerMenu nav ul li li a:before {
		content: "- ";
	}

	.mega-col {
		width: 100%;
	}
}




.carousel {
	width: 100%;
  }
  .owl-Items{
	  position: relative;
  }
  .owl-Items .title{
	  text-align: center;
	  padding-top: 10px;
  }
  
  .slide-box img{
	max-width: 100% !important;
	border-radius: 50%;
	height: 212px;
	width: 212px !important;
  }
  .popularCat .title {
  color:var(--mainSecondary);
}

.popularCat button.owl-prev, .popularCat button.owl-next{
    padding: 0!important;
    font: inherit;
    width: 50px !important;
	height: 50px !important;
	border-radius: 50%;
	background: #abb1b4 !important;
	position: absolute;
	top: 30%;
}
.dealCat button.owl-prev, .dealCat button.owl-next{
    padding: 0!important;
    font: inherit;
    width: 40px !important;
	height: 40px !important;
	border-radius: 50%;
	background: #abb1b4 !important;
	position: absolute;
	top: 14%;
}

.dealCat .slide-box img{
	width: 220px !important;
}
.popularCat button.owl-prev{
	left: 0px !important;
}

.popularCat button.owl-next{
	right: 0px !important;
}
.dealCat button.owl-next{
	right: 0px !important;
}
.popularCat button span{
color:#ffffff;
font-size: 33px;
padding:0;
}
.popularCat .owl-dots{
	display: none;
}
.popularCat button.owl-next{
	right: 0px !important;
}
.popularCat .owl-Items{
	margin: 0 auto;
    display: table;
}
.dealCat button span{
color:#ffffff;
font-size: 28px;
padding:0;
}
 .dealCat .slide-box img{
	height:auto;
	border-radius: 0;
	position: relative;
	margin-right: 20px;
  }
  .dealSlider .slide-box img{
	height: 80px;
    width: auto;
    border-radius: 0;
  }
    
  .trendingPro button.owl-prev, .trendingPro button.owl-next{
    padding: 0!important;
    font: inherit;
    width: 40px !important;
	height: 40px !important;
	border-radius: 50%;
	background: #abb1b4 !important;
	position: absolute;
	top: 25%;
}
.trendingPro button.owl-prev{
	left: 0px !important;
}
.trendingPro button.owl-next{
	right: 0px !important;
}

.trendingPro button span{
	color:#ffffff;
	font-size: 28px;
	padding:0;
}

  
  @media (min-width: 576px) and (max-width: 767.98px) {
	.slide-box img {
	  -ms-flex: 0 0 50%;
	  flex: 0 0 50%;
	  max-width: 50%;
	}
  }
  
  @media (min-width: 768px) and (max-width: 991.98px) {
	.slide-box img {
	  -ms-flex: 0 0 33.3333%;
	  flex: 0 0 33.3333%;
	  max-width: 33.3333%;
	}
  }
  
  @media (min-width: 992px)
  {
	.slide-box img {
	  -ms-flex: 0 0 25%;
	  flex: 0 0 25%;
	  max-width: 25%;
	}
  }
  
  .carousel-caption {
	background-color: rgba(0, 0, 0, 0.5);
	padding: 20px;
	border-radius: .5rem;
  }
  

  @media (min-width: 1200px){  
	  .container{
			max-width: 1480px !important;
			padding:0 40px !important;


  }
}



/* inner page */
.smallcolor{
	margin-bottom: 12px;
}
.smallcolor .color-swatch{
	width: 18px;
	height: 18px;
	margin: 3px;
	
}
a.product-item__title.text--strong.link {
	margin-bottom: 12px;
}
.card{
	border:none !important;
	margin-bottom: 0 !important;
}
.card-header {
    padding:0 !important;
    margin-bottom: 0;
    background-color: transparent !important;
    border-bottom: none !important;
}
.card-body{
	padding: 10px 0 !important;
}

.card__section--tight{
	background-color: #ffffff !important;
}

.layout{
	padding-top: 60px;
}
.color-swatch {
	width: 35px;
	height: 35px;
	/* border:1px solid black; */
}
.collection__filter-link {
    padding: 2px 0;
    color: #677279;
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
}

.pagination__inner{
	width: 100%;
}






/* view cart */
.page__header {
    margin-top: 34px !important;
}
.page__description{
	margin-bottom: 34px !important;
}
.card.viewCart{
	margin-bottom: 30px !important;
}
.cart-recap__secure-payment {
    display: flex;
	flex-direction: column;
	margin-top: 20px;
}
.cart-recap__secure-payment-title{
    height: 1em;
    fill: currentColor;
    vertical-align: middle;
    background: none;
    pointer-events: none;
	overflow: visible;
	color:var(--text-color);
	display: flex;
	justify-content: center;
	padding-bottom: 25px;
}
.cart-recap__secure-payment-title svg{
	display: inline-block;
    height: 1em;
    width: 1em;
    fill: currentColor;
    vertical-align: middle;
    background: none;
    pointer-events: none;
	overflow: visible;
	color:var(--text-color)
}

.cart-recap__scroller .card.rightSide{
	margin-bottom: 30px!important;
}


.cart-recap__note{
	margin-top: 20px;
}


/* brand section */
.brandSection{
	display: flex;
	flex-direction: row;
	list-style: none;;
}

li.brandName {
    display: flex;
    margin-right: 10px;
}


/* profile section */

ul.profilelist {
    display: flex;
	flex-direction: row;
	list-style: none;
	justify-content: center;
	margin-bottom: 60px;
}
li.profileItem {
    display: flex;
	margin-right: 10px;
    border-radius: 4px;
    border: 1px #ddd solid;
	background-color: #fff;
	padding: 14px 28px;
}

.iconCss{
	font-size: 40px;
	color:var(--secondary);
}
.profileListing .text{
	color: #111;
    font-size: 17px;
}

.profileListing .boxSection {
    display: flex;
    justify-content: center;
    align-items: center;
}
.profileListing .boxInner {
    padding-right: 20px;
}

.breadcrumb{
	background: transparent !important;
	padding: 0 !important;
	margin: 0
}
.breadcrumb__item{
	padding: 0;
}
.breadcrumb__link{
padding: 0 10px;
}
.page__header{
	margin: 0;
}
.breadcrumb, .breadcrumb__list{
	margin-bottom: 0 !important;
}
.addressPage h1.page__title.heading.h1 {
    font-weight: 400;
    font-size: 28px;
    line-height: 1.2;
}
.dashedBorder {
    border-style: dashed;
    height: 266px;
    width: 320px;
    border-width: 2px;
    box-sizing: border-box;
    border-color: #C7C7C7;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
.addressListing{
	display: flex;
	list-style: none;
	margin-bottom: 100px;
}
.addressListing .iconCss{
	font-size: 50px;
	font-weight: 500;
}
p.addText {
    /* font-weight: 700; */
	font-size: 21px;
	color: var(--text-color);
	
    padding-top: 10px;

}
.address-template .container{
	padding: 0 !important;
	padding-bottom: 20px !important;
}

.addressModal .modal-dialog {
    max-width: 500px !important;
}
li.addressItem {
    width:25%;
    margin-right: 15px;
	margin-bottom: 10px;
	position: relative;
}
.dashedBorder.noBorder {
    border: none;
    height: 0;
    text-align: left;
}
p.nameBold {
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    padding: 0;
}
.btnSection {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: baseline;
    position: absolute;
	bottom: 0;
	width: 100%;
}
.halfBtn{
	width: 100%;
	padding-left: 20px;
}
.halfBtn button{
	width: 45%;
	float: left;
	background: #6c757d;
    color: white;
    padding: 4px 7px;
	border-radius: 8px;
	margin-right: 10px;
	font-size: 14px;
}
button.fullBtn {
    margin: 0 auto;
    width: 100%;
    background: #6c757d;
    color: white;
    padding: 6px 7px;
	border-radius: 8px;
	margin-bottom: 8px;
}
.custDropdown button{
	background: transparent !important;
	color:var(--form-border-color) !important;
	border:1px solid var(--form-border-color);
	width: 100% !important;
	text-align: left;
}
.custDropdown button:hover{
	border:1px solid var(--form-border-color);
}

.profile-template .page__header{
	margin: 30px 0;
}


.Reviewrating {
	/* width: 226px; */
	margin: 0 auto 1em;
	font-size: 25px;
	overflow:hidden;
}
.Reviewrating input {
float: right;
opacity: 0;
position: absolute;
}
.Reviewrating a,
.Reviewrating label {
	float:right;
	color: #aaa;
	text-decoration: none;
	-webkit-transition: color .4s;
	-moz-transition: color .4s;
	-o-transition: color .4s;
	transition: color .4s;
}
.Reviewrating label:hover ~ label,
.Reviewrating input:focus ~ label,
.Reviewrating label:hover,
.Reviewrating a:hover,
.Reviewrating a:hover ~ a,
.Reviewrating a:focus,
.Reviewrating a:focus ~ a		{
	color: orange;
	cursor: pointer;
}
.rating2 {
	direction: rtl;
}
.rating2 a {
	float:none
}


/* refund policy */

.refundPolicy .modal-dialog{
	max-width: 580px !important;
}
.refundPolicy .modal-content{
	height: 580px;
    overflow: hidden;
    overflow-y: scroll;
}


/* whishlist */
.whishlist .page__title.heading{
	padding-bottom: 40px;
}

.whishlist .cart-wrapper__inner-inner{
	width: 100%;
}
.whishlist .table tbody tr{
	display: flex;
	justify-content: space-between;
    align-items: center;
}
.whishlist .table td{
	border: none;
}
.whishlist .table td{
	padding-right: 60px;
}
.removeTag{
	color: black;
}
.whishlist .quantity-selector{
	height: 30px;
}
.whishlist .quantity-selector .quantity-selector__button{
	padding: 0 40px;
	background: var(--heading-color);
	color: white;
	border-radius: 4px;
	font-size: 14px;
}

/* ZOOM image */

.xzoom-gallery {
    margin-top: 10px
}

.xzoom {
	margin-top: 40px;
	box-shadow:none !important;
}
.xzoom-container .xzoom{
	width: 400px;
}


.product-block-list{
	margin-top: 35px;
}
/* brand section */

.brandsSection .page__header{
	margin-bottom: 30px;
}



