.skeleton {
	-webkit-animation: skeleton-glow 1s linear infinite alternate;
	animation: skeleton-glow 1s linear infinite alternate;
	background: rgba(206,217,224,.2);
	background-clip: padding-box!important;
	border-color: rgba(206,217,224,.2)!important;
	border-radius: 0 !important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	color: transparent!important;
	cursor: default;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
 @-webkit-keyframes skeleton-glow {
	0% {
		background:rgba(206,217,224,.2);
		border-color:rgba(206,217,224,.2);
	}
	to {
		background: rgba(92,112,128,.2);
		border-color: rgba(92,112,128,.2);
	}
}
@keyframes skeleton-glow {
	0% {
		background:rgba(206,217,224,.2);
		border-color:rgba(206,217,224,.2);
	}
	to {
		background: rgba(92,112,128,.2);
		border-color: rgba(92,112,128,.2);
	}
}
.youtube-iframe {
	background-color: #000;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	display: block;
	min-height: 267px;
}
.youtube-iframe .img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.8;
}
.youtube-iframe .play-button {
	cursor: pointer;
	width: 90px;
	height: 60px;
	background-color: #333;
	box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
	z-index: 1;
	opacity: 0.9;
	border-radius: 6px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d( -50%, -50%, 0 );
}
.youtube-iframe .play-button:before {
	content: "";
	border-style: solid;
	border-width: 15px 0 15px 26.0px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d( -50%, -50%, 0 );
}
.youtube-iframe iframe {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
.loading #forgotpassword-popup-modal, .loading #register-popup-modal, .loading #login-popup-modal {
	margin-bottom: 0 !important;
	margin-left: -30px;
	margin-right: -30px;
}
/* .custom-popup-login {
	margin-top: -20px;
} */
.custom-popup-login label.noPadding {
	padding : 0px!important;
}
.custom-popup-login a {
	color: #484848;
	text-decoration: underline;
}
.custom-popup-login a:hover {
	color: #27a9e6;
}
.custom-popup-login .custom-social-login a, .custom-popup-login .custom-social-login a:hover {
	color: #FFFFFF !important;
}
.custom-popup-login .fieldset.create.info {
	margin: 0;
}
.custom-popup-login div.field {
	margin: 0 0 15px 0;
}
.custom-popup-login .fieldset {
	margin: 0 0 20px;
}
.custom-popup-login .fieldset>.field:before, .custom-popup-login .fieldset>.field::after {
	content: '';
	display: table;
	clear: both;
}
.custom-popup-login .control {
	float: left;
	width: 85% !important;
}
.custom-popup-login .action.primary {
	border-radius: 50px;
	background-color: #0c5d8f;
	border-color: #0c5d8f;
	width: 100%;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	transition: .3s;
	margin-bottom: 10px;
	line-height: 30px;
	text-align: center;
}
.custom-popup-login .action.primary .ic {
	font-size: 18px;
	vertical-align: text-bottom;
	margin-left: 4px;
}
.custom-popup-login .action.primary:hover {
	background-color: #1188d1;
	border-color: #1188d1;
}
.custom-popup-login #remember-me-box {
	display: none;
}
.custom-popup-login .header-icon {
	margin-top: 20px !important;
	border: 2px solid #d9d9d9;
	border-radius: 50%;
	margin: auto;
	width: 80px;
	height: 80px;
	line-height: 100px;
	font-weight: 400;
	font-style: normal;
}
.custom-popup-login .new-header h3 {
	margin-top: 25px;
	margin-bottom: 0;
	font-weight: 700;
}
.custom-popup-login .new-header .title {
	margin-top: 25px;
	margin-bottom: 0;
	font-weight: 700;
	display: block;
	font-size: 1.8rem;
}
.custom-popup-login .new-header {
	margin: 0 0 15px 0;
}
.custom-popup-login .create-new-panel {
	margin: 0 auto;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	width: 600px;
	padding: 0px 30px;
}
.custom-popup-login label.label::after {
	display: none;
	content: "";
}
.custom-popup-login label.label::before {
	display: inline-block;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: attr(for);
	font-family: 'Material Design Icons';
}
.custom-popup-login label.label[for=email_address]::before, .custom-popup-login label.label[for=email]::before {
	content: "\f2e5";
}
.custom-popup-login label.label[for=email_forgotpassword]::before, .custom-popup-login label.label[for=pass]::before, .custom-popup-login label.label[for=password]::before {
	content: "\f432";
}
.custom-popup-login label.label[for=password-confirmation]::before {
	content: "\f433";
}
.custom-popup-login label.label[for=phone_number]::before {
	content: "\f216";
}
.custom-popup-login label.label[for=state]::before {
	content: "\f330";
}
.custom-popup-login label.label[for=city]::before {
	content: "\f23c";
}
.custom-popup-login .control select {
	height: 42px;
}
.custom-popup-login label.label[for=company]::before {
	content: "\f599";
}
.custom-popup-login label.label[for=lastname]::before, .custom-popup-login label.label[for=firstname]::before {
	content: "\f112";
}
.custom-popup-login label.label {
	text-align: center !important;
	position: relative;
	border: 1px solid #d9d9d9;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	line-height: 34px;
	padding: 3px !important;
	border-right: none;
	margin: 0 !important;
	float: left;
	width: 15% !important;
	overflow: hidden;
	height: 42px;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 20px;
	box-sizing: border-box;
}
.custom-popup-login input.input-text {
	border: 1px solid #d9d9d9;
	height: 42px;
}
.custom-popup-login label.label span {
	display: none;
}
.custom-popup-login .password-strength-meter {
	height: auto;
	font-size: 12px;
	background: none;
	padding: 0;
	margin-left: -16%;
	margin-top: 0;
	color: #9b9b9b;
	line-height: 24px;
}
.custom-popup-login .password-strength-meter::before {
	background: none;
}
 .custom-popup-login input.input-text::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #212121;
}
.custom-popup-login input.input-text::-moz-placeholder { /* Firefox 19+ */
 color: #212121;
}
.custom-popup-login input.input-text:-ms-input-placeholder { /* IE 10+ */
 color: #212121;
}
.custom-popup-login input.input-text:-moz-placeholder { /* Firefox 18- */
 color: #212121;
}
.custom-popup-login .fieldset:after {
	display: none;
}
.custom-popup-login .control div.mage-error {
	margin-left: -16%;
	margin-top: 0;
}
.custom-popup-login .new-logo {
	padding: 30px 0;
	max-width: 300px;
	text-align: center;
	margin: 0 auto;
	width: 100%;
}
.custom-popup-login .new-body {
	min-height: auto;
	align-items: center;
	webkit-align-items: center;
	-ms-flex-align: center;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.custom-popup-login .new-footer {
	text-align: center;
	color: rgba(255,255,255, 0.3);
	font-size: 12px;
	margin-top: 20px;
}
.custom-popup-login .new-footer a {
	color: rgba(255,255,255, 0.3);
}
.dark-head.center-head footer.modal-footer {
	text-align: right;
}
.modal-popup .modal-content {
	overflow: hidden;
}
.custom-block-customer-login {
        z-index: 1000 !important;
}
.custom-block-customer-login+.modals-overlay {
        z-index: 999 !important;
}
.modal-popup.custom-block-customer-login .modal-inner-wrap, .modal-popup.custom-block-customer-register .modal-inner-wrap {
	box-shadow: none;
	background-color: transparent !important;
	width: 679px;
	overflow-y: hidden;
	overflow-x: hidden;
}
 #register-popup-modal .create-new-panel::-webkit-scrollbar {
 width: 5px;
}
 #register-popup-modal .create-new-panel::-webkit-scrollbar-track {
 background: #f1f1f1;
}
 #register-popup-modal .create-new-panel::-webkit-scrollbar-thumb {
 background: #888;
}
 #register-popup-modal .create-new-panel::-webkit-scrollbar-thumb:hover {
 background: #555;
}
.modal-popup form.custom-popup-login.form, .modal-popup form.custom-popup-login.form.create.account {
	position: relative;
	/* margin-top: -20px; */
	width: 100%;
	min-width: 300px;
}
#forgotpassword-popup-modal-success {
	position: relative;
}
.modal-popup.custom-block-customer-login .modal-header {
	display: none;
}
.modal-content .popup-custom-close-btn {
	/*margin-top: -10px;*/
	position: absolute;
}
.modal-content .popup-custom-close-btn .action-close {
	background: #fff;
	padding: 0;
}
.custom-popup-login .action.primary:after {
	content: "\f152";
	display: inline-block;
	font-weight: 400;
	font-style: normal;
	font-family: "Material Design Icons";
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
}
.modal-popup.custom-block-customer-register {
	overflow-y: scroll;
}
.modal-popup.custom-block-customer-register .modal-inner-wrap {
	max-height: 920px;
	background-color: transparent !important;
}
.btnDisabled {
	pointer-events: none;
	background-color: #484848!important;
}
.login-registeration-title {
	font-size: 12px;
	border-bottom: 1px solid rgba(200,200,200,1);
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.login-registeration-title.social {
/*margin: 0px 22px !important;*/
}
.grecaptcha-badge {
	display: none !important;
}
/* Popup Modal Enhancement GROWTH-2298 STARTS */

/* Form Filed Adjustment */
.tabsWrapper input::-ms-reveal,.tabsWrapper input::-ms-clear {
	display: none;
}
.modal-popup .tabsWrapper .tab-content form.form.create.account.custom-popup-login .signup-option{
        display: none;
    }
.modal-popup.custom-block-customer-register .action-close {
        z-index: 100;
    }
.tabsWrapper .tab-content .custom-popup-login label.label {
	background-color: #e8f0fe;
	width: 8% !important;
	line-height: 45px;
	height: 50px;
	text-align: right !important;
}
.tabsWrapper .tab-content .custom-popup-login .control {
	width: 92% !important;
	position: relative;
}
.tabsWrapper .tab-content .custom-popup-login input.input-text,  .tabsWrapper .tab-content .custom-popup-login .control select {
	border-left: 0;
	background-color: #e8f0fe;
	box-shadow: none;
	height: 50px;
	border-radius: 0 4px 4px 0;
}
.tabsWrapper .tab-content input[type="text"]:not(#search) {
	border-left: 0;
	border-radius: 0 4px 4px 0;
	margin: 0;
}
/* .tabsWrapper .tab-content div[data-placeholder="loginAggreement"] {
	float: right;
} */
.tabsWrapper .tab-content .secondary {
	float: left;
}
.tabsWrapper .tab-content .signup-option:not(.tabsWrapper .tab-content #register-popup-modal .signup-option ) {
	float: right;
}
.tabsWrapper .tab-content .custom-popup-login .action.primary {
	border-radius: 5px;
	height: 60px;
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 800;
	letter-spacing: initial;
}
.tabsWrapper .tab-content .custom-popup-login .action.primary:after {
	display: none;
}
.tabsWrapper .tab-content .custom-popup-login .create-new-panel {
	box-shadow: none;
}
.tabsWrapper .tab-content .login-registeration-title.social {
	text-align: center;
	font-weight: 600;
	font-size: 14px;
	padding-bottom: 10px;
	padding-top: 20px;
}
.tabsWrapper .tab-content .custom-popup-login label.label:before {
	color: #d3d3d3;
}
.tabsWrapper .tab-content .custom-popup-login .control div.mage-error {
	margin-left: -8%;
	margin-top: 3px;
}
/* .tabsWrapper .tab-content .custom-popup-login .create-new-panel div[data-placeholder="regAggreement"] {
	float: left;
}
.tabsWrapper .tab-content .custom-popup-login .create-new-panel div[data-placeholder="keeploggedin-reg"] {
	float: right;
} */
.tabsWrapper .tab-content .pwd-toggle-btn {
	position: absolute;
	right: 15px;
	z-index: 100;
	top: 20px;
	border-left: 1px solid #b6b6b6;
	padding-left: 10px;
	font-size: 10px;
	color: #343642;
	cursor: pointer;
}
/* Social Icons */

.tabsWrapper .tab-content .social-login-authentication-channel.account-social-login {
	margin-bottom: 15px;
}
.tabsWrapper .tab-content .block.social-login-authentication-channel.account-social-login .block-content {
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.tabsWrapper .tab-content .btn-social > :first-child {
	font-size: 23px;
	margin: 0 auto;
	right: 0;
	top: 3px;
	border: 0;
}
.tabsWrapper .tab-content .custom-popup-login .custom-social-login a {
	font-size: 0 !important;
	height: 40px;
	padding: 0 !important;
	width: 40px;
}
body .tabsWrapper .tab-content .account-social-login .actions-toolbar.social-btn {
	width: auto;
}
/*  POUPS TABS */


.modal-popup.custom-block-customer-login .modal-content,  .modal-popup.custom-block-customer-register .modal-content {
	overflow: visible;
}
.modal-popup.custom-block-customer-login .modal-inner-wrap,  .modal-popup.custom-block-customer-register .modal-inner-wrap {
	overflow-y: visible;
	overflow-x: visible;
}
.modal-popup.custom-block-customer-register .action-close {
	background: #fff;
    border-radius: 100%;
    padding: 0;
    box-shadow: rgb(100 100 111 / 20%) 0px 0px 8px 1px;
    top: 25px;
    right: 15px;
}
.tabsWrapper {
	max-width: 600px;
	margin: 0 auto;
}
.tabsWrapper .tabs-list {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	list-style: none;
	padding: 0;
	margin: 0;
}
.tabsWrapper .popup-custom-close-btn {
	right: 20px;
	top: -16px;
}
.tabsWrapper .popup-custom-close-btn .action-close {
	border-radius: 100%;
	box-shadow: rgb(100 100 111 / 20%) 0px 0px 8px 1px;
}
.tabsWrapper .tabs-list li {
	width: 50%;
	margin: 0;
}
.tabsWrapper .tabs-list li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 70px;
	background-color: #d2d8d8;
	padding: 10px;
	font-size: 16px;
	color: #809191;
	font-weight: 400;
	text-decoration: none;
	box-sizing: border-box;
}
.tabsWrapper .tabs-list li:first-of-type a {
	border-radius: 5px 0 0 0;
}
.tabsWrapper .tabs-list li:last-of-type a {
	border-radius: 0 5px 0 0;
}
.tabsWrapper .tabs-list li.active a {
	color: #0A3956;
	background-color: #fff;
	font-weight: 600;
}
.tabsWrapper .tab-content {
	display: none;
	background-color: #fff;
	border-radius: 0 0 5px 5px;
}
.tabsWrapper .tab-content > div {
	margin-bottom: 15px;
}
.tabsWrapper .tab-content.active {
	display: block;
}
.tabsWrapper .block-customer-login .signup-option {
	display: none;
}
.forgotpassword-modal .custom-popup-login .create-new-panel {
	padding-bottom: 30px;
}
.forgotpassword-modal .popup-custom-close-btn {
	right: -20px;
	top: -16px;
}
.forgotpassword-modal .popup-custom-close-btn .action-close {
	border-radius: 100%;
	box-shadow: rgb(100 100 111 / 20%) 0px 0px 8px 1px;
}
.forgotpassword-modal .custom-popup-login .control {
	width: 92% !important;
	position: relative;
}
.forgotpassword-modal .custom-popup-login input.input-text {
	border-left: 0;
	box-shadow: none;
	height: 50px;
	border-radius: 0 4px 4px 0;
	background-color: #e8f0fe;
}
.forgotpassword-modal .custom-popup-login label.label {
	background-color: #e8f0fe;
	width: 8% !important;
	line-height: 45px;
	height: 50px;
	text-align: right !important;
}
.forgotpassword-modal .custom-popup-login .action.primary {
	border-radius: 5px;
	height: 60px;
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 800;
	letter-spacing: initial;
}
.forgotpassword-modal .custom-popup-login .action.primary:after {
	display: none;
}
.forgotpassword-modal .custom-popup-login .control div.mage-error {
	margin-left: -8%;
	margin-top: 3px;
}
 @media only screen and (max-width: 767px) {
	.modal-popup.custom-block-customer-register .action-close {
		top: 0;
	}
}
 @media only screen and (max-width: 1550px) {
	.custom-block-customer-login .modal-inner-wrap {
		margin: 2rem auto;
	}
	.tabsWrapper .tab-content .custom-popup-login {
		margin-top: 5px !important;
	}
	.tabsWrapper .tab-content .social-login-authentication-channel.account-social-login {
		margin-bottom: 0;
	}
	.tabsWrapper .tabs-list li a {
		height: 60px;
	}
	.tabsWrapper .tab-content .custom-popup-login input.input-text,  .tabsWrapper .tab-content .custom-popup-login .control select {
		height: 45px;
	}
	.tabsWrapper .tab-content .custom-popup-login label.label {
		height: 45px;
	}
	.tabsWrapper .tab-content .pwd-toggle-btn {
		top: 15px;
	}
	.tabsWrapper .tab-content .custom-popup-login .action.primary {
		height: 45px;
	}
	.tabsWrapper .tab-content .custom-popup-login label.label {
		line-height: 40px
	}
}
 @media only screen and (max-width: 600px) {
	.modal-popup form.custom-popup-login.form,  .modal-popup form.custom-popup-login.form.create.account {
		min-width: inherit !important;
	}
	.tabsWrapper .tab-content .custom-popup-login .create-new-panel {
		padding: 0;
	}
	.tabsWrapper .tab-content .custom-popup-login label.label,  .forgotpassword-modal .custom-popup-login label.label {
		width: 15% !important;
	}
	.tabsWrapper .tab-content .custom-popup-login .control,  .forgotpassword-modal .custom-popup-login .control {
		width: 85% !important;
	}
	.tabsWrapper .tab-content .custom-popup-login .control div.mage-error {
		align-self: flex-start;
	}
	.tabsWrapper .tab-content div[data-placeholder="loginAggreement"] {
		float: none;
		text-align: left;
	}
	.tabsWrapper .tab-content div[data-placeholder="keeploggedin"] {
		text-align: left;
	}
	.tabsWrapper .tab-content .custom-popup-login .create-new-panel div[data-placeholder="keeploggedin-reg"] {
		float: left;
	}
}	
/* Popup Modal Enhancement GROWTH-2298 END */	
 @media only screen and (max-width: 600px) {
	.modal-popup.modal-slide {
		text-align: center;
	}
	.modal-popup.modal-slide {
		left: 0px;
	}
	.modal-popup.custom-block-customer-login .modal-inner-wrap {
		width: 100%!important;
		transform: translateX(0%) !important;
		display: inline-block;
		text-align: center;
	}
	.modal-popup.custom-block-customer-login .modal-content {
		width: 60%;
		display: inline-block;
		position: relative;
	}
	.modal-popup.custom-block-customer-login .custom-popup-login .create-new-panel {
		width: 100%;
	}
}
 @media only screen and (max-width: 550px) {
	.modal-popup.custom-block-customer-login .modal-content {
		width: 90% !important;
	}
	.modal-popup.custom-block-customer-register .modal-inner-wrap {
		width: 100%!important;
	}
	.social-adj {
		flex-direction: column;
	}
}