

:root {
	
	input:-webkit-autofill,
	input:-webkit-autofill:hover,
	input:-webkit-autofill:focus,
	textarea:-webkit-autofill,
	textarea:-webkit-autofill:hover,
	textarea:-webkit-autofill:focus,
	select:-webkit-autofill,
	select:-webkit-autofill:hover,
	select:-webkit-autofill:focus,
	textarea:-internal-autofill-selected,
	input:-internal-autofill-selected {
		border: 1px solid #575a68;
		background-color: transparent !important;
		transition: background-color 5000s ease-in-out 0s;
	}
}

a:focus {
	color: inherit;
}
a:hover {
	text-decoration: none;
	cursor: pointer;
}
.button:hover {
	color: #fff;
}
.btn:focus,
.btn:active:focus {
	outline: 0;
}

.slick-prev,
.slick-next {
	z-index: 10;
}
h1 {
	font-size: 26px;
}
.violet-color {
	color: #03a685;
}
.desktop-badge {
	background-color: var(--theme-color);
	white-space: nowrap;
	text-align: center;
	line-height: 18px;
	padding: 0 6px;
	height: 18px;
	background: var(--theme-color);
	position: absolute;
	border-radius: 50%;
	font-size: 12px;
	color: #fff;
	left: 29px;
	top: -2px;
	font-weight: 700;
}
.valid-message {
	color: #3c763d;
}
.pending{
	color: #f8ac59;
}

.navbar-nav .nav-link.active a {
	border-bottom: 4px solid var(--theme-color);
	background: none;
}

.navbar-nav > li.sub-menu .dropdown-menu ul li.active a {
	color: #ed155c;
}

.couponsForm-base-applyButton {
	cursor: pointer;
}

.address-icon.active {
	// background-color: #282c3f;
	color: #fff;
	background-color: #000;
	cursor: pointer;
	font-size: 14px;
}

.address-icon {
	border: 1px solid #ccc;
}

.addressList {
	display: block;
}
.serviceability-base-container.address-page {
	display: block;
}

.item-size-qty {
	width: 150px;
}

.priceDetail-base-striked {
	text-decoration: none;
}
.onepage-checkout.product-section {
	margin-top: 0;
}
.onepage.itemContainer-base-sizeAndQty {
	width: 100%;
}
.onepage .itemComponents-base-price {
	float: right;
}

.coupon.delete {
	float: none;
	position: relative;
}
.add-cart-green {
	background-color: #009d00;
	margin-right: 15px;
}

.cart-button {
	width: 100%;
	float: left;
}
.size-message {
	width: 100%;
	float: left;
	text-align: center;
}

// popup-container for mobile product detail page

.popup-container .overlay.active {
	display: block;
	opacity: 1;
	visibility: visible;
}

.popup-container .overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, 0.5);
	visibility: hidden;
	z-index: 110;
	opacity: 0;
	-webkit-transition: opacity 225ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
	transition: opacity 225ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.popup-container .drawer.active {
	-webkit-transform: none;
	transform: none;
}

.popup-container .bottom {
	bottom: 0;
}

.popup-container .drawer {
	position: fixed;
	top: auto;
	left: 0;
	right: 0;
	bottom: 0;
	height: auto;
	max-height: 100%;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 225ms cubic-bezier(0, 0, 0.2, 1) 0s;
	transition: -webkit-transform 225ms cubic-bezier(0, 0, 0.2, 1) 0s;
	transition: transform 225ms cubic-bezier(0, 0, 0.2, 1) 0s;
	transition: transform 225ms cubic-bezier(0, 0, 0.2, 1) 0s, -webkit-transform 225ms cubic-bezier(0, 0, 0.2, 1) 0s;
}

.popup-container .bottom {
	bottom: 0;
}

.popup-container .popup-content {
	background-color: #fff;
	overflow-y: auto;
	scroll-behavior: smooth;
}

.pdp-main-container .card-header {
	margin-bottom: 20px;
	position: relative;
}

.grid {
	background: #fff;
}

.padding-md-left {
	padding-left: 18px !important;
}

.padding-md-right {
	padding-right: 18px !important;
}

.padding-md-top {
	padding-top: 18px !important;
}

.clearfix:after,
.clearfix:before {
	content: " ";
	display: table;
}

.col-2-3 {
	width: 66.66%;
}

[class*="col-"] {
	float: left;
	padding-right: 16px;
}

.pdp-main-container .card-header .card-title {
	color: #3e4152;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: -6px;
	line-height: 1.33;
}

.pdp-size-chart .select-size,
.product-sizes-container .select-size {
	margin-bottom: 5px;
	display: inline-block;
}

.grid [class*="col-"]:last-of-type {
	padding-right: 0;
}
.col-1-3 {
	width: 33.33%;
}

.pdp-size-chart .size-chart-button,
.product-sizes-container .size-chart-button {
	position: absolute;
	right: 6px;
	top: 5px;
}

.ripple-container {
	position: relative;
	overflow: hidden;
}

.btn.primary.flat,
.btn.primary.outline {
	color: var(--theme-color);
}

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 600;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	outline: 0;
	padding: 10px 12px;
	font-size: 13px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.clearfix:after {
	clear: both;
}

.clearfix:after,
.clearfix:before {
	content: " ";
	display: table;
}
.grid:after {
	content: "";
	display: table;
	clear: both;
}

.pdp-size-chart .sizes-list-ctn,
.product-sizes-container .sizes-list-ctn {
	overflow: hidden;
}

.pdp-size-chart .sizes-list,
.product-sizes-container .sizes-list {
	padding-top: 0;
	margin: 0;
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
	display: block;
}
.list-inline {
	padding-left: 0;
	list-style: none;
	margin-left: 0;
}
.list-unstyled {
	padding-left: 0;
	list-style: none;
}
.padding-md-left {
	padding-left: 18px !important;
}

.pdp-size-chart .sizes-list li,
.product-sizes-container .sizes-list li {
	vertical-align: top;
}

.col-2-3 h4 {
	margin-top: 0;
}
.list-inline > li {
	display: inline-block;
	padding-left: 0;
	padding-right: 10px;
}

.btn.default.flat,
.btn.default.size-btn {
	color: #3e4152;
}

.pdp-size-chart .size-btn,
.product-sizes-container .size-btn {
	min-width: 50px;
	height: 50px;
	border-radius: 50px;
	font-weight: 400;
	color: #535766;
	border-color: #535766;
	position: relative;
}
.btn.outline {
	border: 1px solid #eaeaec;
}
.btn.outline {
	border-color: #ccc;
	background-color: #fff;
}
.btn.default {
	color: #3e4152;
	background-color: #fff;
	border-color: #ccc;
}

.pdp-size-chart .size-btn > span,
.product-sizes-container .size-btn > span {
	vertical-align: text-top;
	font-weight: 600;
}

.pdp-size-chart .size-confirm-ctn,
.product-sizes-container .size-confirm-ctn {
	width: 50%;
	max-width: 190px;
	margin: 0 auto;
}
.text-center {
	text-align: center;
}
.padding-md-bottom {
	padding-bottom: 18px !important;
}

.ripple-container {
	position: relative;
	overflow: hidden;
}

.btn.block {
	display: block;
	width: 100%;
}

.btn.primary {
	color: #fff;
	background-color: var(--theme-color);
	border-color: #ff2459;
}
.btn.flat {
	border-color: transparent;
	background-color: #fff;
}
.outline .size-btn {
	font-weight: 600;
}

.sizes-list li.active .btn.default.size-btn,
.sizes-list li:hover .btn.default.size-btn {
	background-color: #535766;
	color: #fff;
}

.leftItem {
	color: #ff905a;
	text-align: center;
	font-size: 11px;
	margin-top: 5px;
	font-weight: 600;
	padding-top: 0;
	width: 40px;
	height: 21px;
	border-radius: 2px;
	border: 1px solid #ff905a;
	margin-left: 5px;
}

// Coupan Modal
.couponsForm-base-couponsContainer {
	height: 200px;
	overflow: auto;
}

.coupon-base-validCouponContainer {
	width: 100%;
  padding: 15px 20px 0px;
	background: #fff;
	margin-bottom: 1px;
	    display: inline-block;
}

.coupon-base-customCheckbox {
	display: flex;
	position: relative;
	cursor: pointer;
	font-size: 14px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: middle;
}

.coupon-base-selectedCheckboxIcon {
	fill: #ff3f6c;
	font-size: 20px;
	position: relative;
	margin-top: 8px;
}

.coupon-base-labelChecked {
	color: #ff3f6c;
	border: 1px dashed #ff3f6c;
}

.coupon-base-labelUnchecked {
	color: #282c3f;
	border: 1px dashed #282c3f;
}

.couponsForm .checkboxes {
	width: auto;
}

.coupon-base-labelChecked,
.coupon-base-labelUnchecked {
	display: flex;
	margin-left: 2px;
	padding: 8px 12px;
	padding-left: 15px;
	padding-right: 15px;
	font-weight: 600;
	border-radius: 3px;
	cursor: pointer;
}

.coupon-base-infoContainer {
	margin-left: 36px;
}

.coupon-base-benefit {
	color: #282c3f;
	font-weight: 600;
	font-size: 14px;
	padding-top: 12px;
}

.coupon-base-amount {
	color: #282c3f;
}

.coupon-base-rupeeIcon {
	font-weight: 600;
	font-size: 11px;
}

.coupon-base-extraInfo {
	margin-top: 4px;
	margin-right: 20px;
	color: #282c3f;
	font-size: 14px;
}

.readmore-base-mainContainer {
	min-height: 20px;
	position: relative;
}

.readmore-base-expandedContainer {
	width: 100%;
}

.coupon-base-extraInfo .coupon-base-expiryDate {
	font-weight: 600;
}

.animated-background {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: placeHolderShimmer;
	animation-name: placeHolderShimmer;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	background: #f6f7f8;
	/* background: #eee; */
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		color-stop(8%, #eee),
		color-stop(18%, #ddd),
		color-stop(33%, #eee)
	);
	/* background: -webkit-linear-gradient(left,#eee 8%,#ddd 18%,#eee 33%); */
	/* background: linear-gradient(to right,#eee 8%,#ddd 18%,#eee 33%); */
	-webkit-background-size: 800px 104px;
	/* background-size: 800px 104px; */
	height: 170px;
	position: relative;
}

.profile .label-base {
	position: unset;
}

.cancel-modal .input-base {
	height: auto;
}

.cancel-modal .label-base {
	position: inherit;
	left: 0;
	color: inherit;
}

.cancel-title {
	margin-left: 16px;
}

.static-page h3 {
	font-size: 24px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.atc-mobile {
	display: none;
}

.f-right {
	float: right;
}
.f-left {
	float: left;
}

.item-cancelled {
	color: #ff5a5a;
}

.pointer {
	cursor: pointer;
}
.wd45 {
  width: 45%;
  margin-right: 20px;
}
.mr0 {
  margin-right: 0;
}
.capitalize{
  text-transform: capitalize;
}
label[for]{
  cursor: pointer;
}
.checkout-addresses {
	min-width: 475px;
}
.modal-open .modal {
  overflow-y: hidden;
}
.modal-title {
	text-transform: uppercase;
}
.modal-body {
    max-height: calc(100vh - 210px);
    overflow-y: auto;
}
.return-policy {
	font-size: 12px;
	font-weight: 600;
	width: 100%;
	display: inline-block;
}
.free{
	text-decoration: line-through;
	color: #282c3f
}

.error{
	color: #FF0000;
}


@media only screen and (max-width: 767px) {
	h1 {
		margin-top: 0;
	}
  .checkout-addresses {
    min-width: 0;
  }
  .wd45 {
    width: 100%;
    margin-right: 0;
  }
	.atc-mobile {
		display: inline-block;
	}
	.addressBlocks-base-btns {
		display: block;
	}

	.addressDesktop-base-right {
		display: block;
	}

	.addressServiceability-base-container,
	.addressList-base-addBlock {
		display: block;
	}

	.button-base-button.address-continue-btn {
		display: block;
	}

	.address-modal .form-base:last-of-type {
		border-top: 0px;
	}

	.modal-dialog.item-size-qty {
		margin: auto;
		top: 20%;
	}

	.home-page .product-name {
		padding: 0;
	}

	// mobile header
	.sidenav {
		line-height: 48px;
	}
	.subheader {
		padding: 0 20px;
		font-weight: 600;
		font-size: 18px;
		color: var(--theme-color);
	}
	.sidenav .close {
		top: 5px;
		right: 10px;
	}

	.coupon-base-validCouponContainer {
		padding: 10px 0 0 0;
	}

	.couponsForm-base-applyCouponContainer .invalid-message {
		padding-left: 5px;
	}

	.desktop-badge {
		left: 25px;
	}

	.btn.place-order {
		position: fixed;
		bottom: 0;
		margin: 0;
		width: 100%;
		left: 0;
	}
	.modal-body {
  		overflow-y: scroll;
	}
}
