aside.modal-popup.customer-popup header.modal-header {
    padding: 8px 15px;
    border-bottom: #000;
    background: #000;
    margin-bottom: 15px;
}
/*
.modal-popup._show .modal-inner-wrap button {
    margin:0 ;
}*/
.modal-popup.confirm._show .modal-inner-wrap button.action-dismiss {
    margin-right: 10px;
}

aside.modal-popup.customer-popup header.modal-header h1 {
    border-bottom: 0;
    padding: 0;
    color: #fff;
    font-family: 'Playfair display';
    font-weight: normal;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 1px;
}

.modal-popup.confirm .modal-inner-wrap header.modal-header button.action-close:before {
    color: #000;
}
.modal-custom .action-close:before, .modal-popup .action-close:before, .modal-slide .action-close:before{
    color: #fff;
}

body.cms-home.cms-index-index .modal-slide .action-close {
    margin: 14px 15px; 
} 

.customer-popup .modal-slide .action-close {
    margin: 11px 15px;
    padding: 0;
}


aside.modal-popup.customer-popup * {
    font-family: "TTNorms-Regular";
}

aside.modal-popup.customer-popup div.modal-content {
    padding:0 20px 25px;
}

aside.modal-popup.customer-popup div.modal-content .field.note {
    margin-bottom: 15px;
    font-size: 13px;
}
aside.modal-popup.customer-popup a#customer-popup-registration {
    color: #fff;
    background: transparent;
    padding: 9px 10px;
    margin: 0 0 0 8px;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
}
aside.modal-popup.customer-popup button {
    background: #000;
    border: 0;
    border-radius: 0;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: normal;
    padding: 7px;
    letter-spacing: 1px;
    height: 40px;
        line-height: 23px;
}
html .action.primary:hover {
    background: #000;
    border: 0;
    color: #fff;
}
aside.modal-popup.customer-popup a#customer-popup-registration {
    color: #fff;
    background: #000;
    padding: 9px 10px;
    margin: 0 0 0 8px;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
}

aside.modal-popup.customer-popup input {
    height: 40px;
    font-size: 13px;
}

aside.modal-popup.customer-popup .primary {
    width: 100%;
    padding: 10px 0;
}

aside.modal-popup.customer-popup .or-another-selection {
    display: block;
    width: 100%;
    text-align: center;
    float: left;
    margin-bottom: 5px;
}

div#customer-popup-register .btn-social>:first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0,0,0,.2);
    border-radius: 4px;
} 

aside.modal-popup.customer-popup .secondary {
    width: 100%;
    margin-left:0;
    margin-top:0;
}

aside.modal-popup.customer-popup .secondary a#customer-popup-registration {
    width: 100%;
    margin: 0;
    text-align: center;
    height: 40px;
    line-height: 25px;
}
html .action.primary:focus, 
html .action.primary:active {
    background: #000;
    border: 0;
    color: #fff;
}
.block-content .block.social-login-authentication-channel .actions-toolbar.social-btn a.btn.btn-facebook:hover {
    color: #4457a4;
    background: #ffffff;
    border: 1px solid;
}

.block-content .block.social-login-authentication-channel .actions-toolbar.social-btn a.btn span {
    border-radius: 5px;
}
aside.modal-popup.customer-popup {
    transition: all 1s ease-in-out;
    z-index: 999999 !important;
    transform: scale(.5);
}
.block-content .block.social-login-authentication-channel .actions-toolbar.social-btn a.btn.btn-google:hover {
    color: #dd4b39;
   background: #ffffff;
   border: 1px solid;
}

aside.modal-popup.customer-popup div#email-login-error {
    font-size: 12px;
    margin-top: 0;
}
aside.modal-popup.customer-popup._show {
    transform: scale(1);
}

aside.modal-popup.customer-popup div#pass-login-error {
    font-size: 12px;
    margin-top: 0;
}

aside.modal-popup.customer-popup aside.modal-popup.customer-popup div {
    font-size: 13px;
    text-transform: uppercase;
}

aside.modal-popup.customer-popup .message.message-error.error {
    padding: 6px 40px;
    background: #dedede;
	padding-right: 0;
}

aside.modal-popup.customer-popup .message.message-error.error div {
    font-size: 12px;
/*    text-transform: uppercase;*/
    color: #000;
}

aside.modal-popup.customer-popup .message.message-error.error div:before {
    color: #000;
    line-height: 1;
    top: 18px;
}
aside.modal-popup.customer-popup form#customer-popup-form-register p {
    text-align: center;
    font-size: 14px;
    margin-bottom: 15px;
}
aside.modal-popup.customer-popup form#customer-popup-form-register .field-name-lastname label.label, aside.modal-popup.customer-popup form#customer-popup-form-register .field-name-firstname label.label {
    display: none;
}
.field.choice.newsletter label.label {
    vertical-align: top;
    font-size: 12px;
    text-transform: none;
}

.field.choice.newsletter input#popup-is_subscribed {
    line-height: 1;
    vertical-align: top;
    height: auto;
}

.form-create-account .fieldset.create.account:after {
    margin-top: 2px;
    font-size: 12px;
}
aside.modal-popup.customer-popup form#customer-popup-form-register .field-name-lastname label.label, aside.modal-popup.customer-popup form#customer-popup-form-register .field-name-firstname label.label {
    display: none;
}

.field.choice.newsletter label.label {
    vertical-align: top;
    font-size: 12px;
    text-transform: none;
    padding:0;
}

.field.choice.newsletter input#popup-is_subscribed {
    line-height: 1;
    vertical-align: top;
    height: auto;
}

aside.modal-popup.customer-popup fieldset.fieldset.create.info {
    margin-bottom: 5px;
}

aside.modal-popup.customer-popup fieldset.fieldset.create.info .field {
    width: calc(50% - 10px);
    display: inline-block;
    margin-bottom: 10px;
}

aside.modal-popup.customer-popup fieldset.fieldset.create.info .field:nth-child(2) {
    margin-left: 20px;
}

.field.choice.newsletter {
    padding: 9px 10px;
    background: #dcdcdc;
    margin-left: 20px;
}

aside.modal-popup.customer-popup fieldset.fieldset.create.account .field {
    width: calc(50% - 10px);
    display: inline-block;
    margin-bottom:15px;
    vertical-align: top;
}

aside.modal-popup.customer-popup fieldset.fieldset.create.account .field.password.required {
    margin-bottom: 0;
}

aside.modal-popup.customer-popup fieldset.fieldset.create.account .field:nth-child(2) {
    margin-left: 20px;
}

aside.modal-popup.customer-popup div#password-strength-meter {
    position: absolute;
    bottom: -22px;
}

aside.modal-popup.customer-popup .control {
    position: relative;
}

aside.modal-popup.customer-popup div#password-strength-meter {
    position: absolute;
    bottom: -16px;
}

aside.modal-popup.customer-popup .fieldset>.field:not(.choice)>.control {
    position: relative;
    width:100%;
}

aside.modal-popup.customer-popup span#password-strength-meter-label {
    text-transform: none;
    font-size: 11px;
}

aside.modal-popup.customer-popup div#password-strength-meter-container #password-strength-meter {
    /* font-size: 11px;
    padding: 3px 10px; */
    display: none;
}
aside.modal-popup.customer-popup fieldset.fieldset.create.account .field.confirmation.required, aside.modal-popup.customer-popup fieldset.fieldset.create.account .field.choice.newsletter {
    margin-bottom: 5px;
}

aside.modal-popup.customer-popup fieldset.fieldset.create.account {
    margin-bottom: 20px;
}
aside.modal-popup.customer-popup a#customer-popup-sign-in {
    width: 100%;
    margin: 0;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #000;
    color: #fff;
    padding: 10px;
}

aside.modal-popup.customer-popup div#popup-email_address-error, 
div#password-error, div#password-confirmation-error, div#password-error {
    font-size: 11px;
    margin-top: 0;
    position: absolute;
    bottom: -15px;
    z-index: 9;
    background: #fff;
    width: 100%;
}
div#password-error{
	position: static;
	    line-height: 1.2;	
	    font-size: 10px;
}
.form-create-account .fieldset.create.account:after {
    display:none;
}

aside.modal-popup.customer-popup form#customer-popup-login-form {
    width: 60%;
    display: table-cell;
    vertical-align: middle;
    padding: 0 50px 0 10px;
    position: relative;
}

.block.block-customer-login .block-content {
    display: table;
}

.block.block-customer-login .block-content .block.social-login-authentication-channel {
    width: 40%;
    vertical-align: middle;
    position: relative;
    display: table-cell;
    float: none;
    padding-left: 5%;
}
form#customer-popup-login-form:after {content: '';height: 100%;position: absolute;width: 1px;background: #ccc;right: 0;color: black;top: 0;bottom: 0;display: block;}

.block.block-customer-login .block-content .block.social-login-authentication-channel:before {content: 'Or';background: #fff;position: absolute;left: -13px;top: 50%;transform: translateY(-50%);text-transform: uppercase;}
.social-btn .btn-social {
    border: 1px solid transparent;;
    border-radius: 0;
    width:200px;
}
.modals-overlay {
    z-index: 990 !important;
}
 .block-content .block.social-login-authentication-channel .actions-toolbar.social-btn a.btn {
    text-transform: uppercase;
    font-size: 12px;
    width: 220px;
    font-weight: normal;
    padding: 8px 0px 8px 40px;    
    transition: 0.3s all ease-in-out;
}

body.cms-home.cms-index-index div#customer-popup-login .btn-social>:first-child {
    position: absolute;
    left: 0px;
    top: 0;
    bottom: 0;
    border-radius: 4px;
    width: 30px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0,0,0,.2);
} 


 .block-content .block.social-login-authentication-channel .block-title {
    text-align: center;
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: 'Playfair display';
}

/* .modal-popup._inner-scroll .modal-inner-wrap {
    max-width: 700px !important;
} */

.block-content .block.social-login-authentication-channel .actions-toolbar.social-btn.google-login {
    margin-top: 20px;
}  

.btn-facebook .fa-facebook:before {
    content: "\f09a";
    opacity: 0;
}


aside.modal-popup.customer-popup div#customer-popup-register {
    display: table;
    width: 100%;
}

aside.modal-popup.customer-popup div#customer-popup-register form#customer-popup-form-register {
    width: 60%;
    display: table-cell;
    float: none;
    vertical-align: middle;
    padding-right:30px;
    position: relative;
}
aside.modal-popup.customer-popup div#customer-popup-register form#customer-popup-form-register:before {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    background: #ccc;
    right: -4px;
    top: 0;
}

aside.modal-popup.customer-popup div#customer-popup-register .block.social-login-authentication-channel {
    display: table-cell;
    width: 40%;
    float: none;
    vertical-align: middle;
    padding-left: 30px;
    position:relative;
}
aside.modal-popup.customer-popup div#customer-popup-register .block.social-login-authentication-channel:before {
    content: 'OR';
    left: -8px;
    position: absolute;
    background: #fff;
    top: 50%;
    transform: translateY(-50%);
}

aside.modal-popup.customer-popup .field-error, 
aside.modal-popup.customer-popup div.mage-error[generated] {
    font-size: 12px;
    margin-top: 0;
}
aside.modal-popup.customer-popup div#customer-popup-register .block.social-login-authentication-channel * {
    text-align: center;
}

aside.modal-popup.customer-popup div#customer-popup-register .block.social-login-authentication-channel .block-content a.btn {
    display: inline-block;
    margin-bottom: 15px;
    text-transform: uppercase;
    width: 220px;
    font-size: 12px;
    padding: 8px 0px 8px 40px;
}

aside.modal-popup.customer-popup div#customer-popup-register .block.social-login-authentication-channel .block-title {
    text-align: center;
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 20px;
   font-family: 'Playfair display';
}

.btn-google {
    color: #fff;
    background-color: #dd4b39;
    border-color: rgba(0, 0, 0, 0.2);
    }
    .social-btn .btn-social {
    display: block;
    text-decoration: none;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 6px 12px 6px 44px;
    font-family: 'Roboto', sans-serif;
    }
    .btn-google .fa-google {
    background: url(images/g-logo.png) no-repeat;
    }
    .btn-facebook {
        color: #fff;
        background-color: #3b5998;
        border-color: rgba(0, 0, 0, 0.2);
        }
        .social-btn .btn-social {
        display: block;
        text-decoration: none;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.42857143;
        vertical-align: middle;
        touch-action: manipulation;
        cursor: pointer;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        padding: 6px 12px 6px 44px;
        font-family: 'Roboto', sans-serif;
        }
        .btn-facebook .fa-facebook {
        background: url(images/f-logo.jpg) no-repeat;
        }
        .btn-social > :first-child {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 32px;
        line-height: 34px;
        font-size: 1.6em;
        text-align: center;
        border-right: 1px solid rgba(0, 0, 0, 0.2);
    }

    .btn-social {
        position: relative;
    }
    aside.modal-popup.customer-popup .primary button#send2-login {
        height: 40px;
    }
    .fieldset>.field {
    margin: 0 0 20px;
    }
@media only screen and (max-width: 767px){
    aside.modal-popup.customer-popup div#customer-popup-register form#customer-popup-form-register:before {
        display: none;
    }
    .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
        height: 100%;
        margin-top: 0;
    }
	aside.modal-popup.customer-popup form#customer-popup-login-form, .block.block-customer-login .block-content .block.social-login-authentication-channel{
        width: 100%;
        display: block; 
	}
	aside.modal-popup.customer-popup form#customer-popup-login-form{
		    padding: 0 10px 0 10px;
		    order: 2;
            margin-top: 10px;
	}
	.customer-popup.modal-popup.modal-slide._inner-scroll .modal-inner-wrap{
		min-height: auto; 
    }
    form#discount-form .actions-toolbar>.primary .action:last-child {
        font-size: 14px;
        line-height: 1;
        border-radius: 0;
        font-family: "TTNorms-Regular";
    }
	.block.block-customer-login .block-content{
		    display: flex;
    flex-direction: column-reverse;
	}
	form#customer-popup-login-form:after{
		    top: -15px;
		    height: 1px;
		    width: 100%;
            margin-top: 0;
	}
	.block.block-customer-login .block-content .block.social-login-authentication-channel:before{
		left: 45%;
        bottom: -49px;
        background: #f4f4f4;
        top: auto;
        display: none;
	}
	.block-content .block.social-login-authentication-channel .block-title{
		margin-bottom: 15px;
        font-size: 16px;
        margin-top: 15px;
	}
	.block-content .block.social-login-authentication-channel .actions-toolbar.social-btn.google-login{
        margin-top: 0px;
        margin-bottom: 10px;
	}
	.fieldset>.field, .fieldset>.fields>.field{
		    margin: 0 0 15px;
	}
	aside.modal-popup.customer-popup .or-another-selection{
		float: none;	
	}
	aside.modal-popup.customer-popup .secondary a#customer-popup-registration{
		    display: block;
	}
	.block.block-customer-login .block-content .block.social-login-authentication-channel{
		padding: 0 10px;
	}
	.block-content .block.social-login-authentication-channel .actions-toolbar.social-btn a.btn{
		width: 100%;
	}
	.modal-popup.modal-slide .modal-inner-wrap{
		margin: 1rem auto; 

	}
	.customer-popup-login .block.block-customer-login{
		margin-bottom: 0;
	}
	aside.modal-popup.customer-popup.modal-slide._inner-scroll._show{
		    left: 20px;
		    right: 20px;
	}
	.fieldset:last-child{
			margin-bottom: 0px;
	}
	aside.modal-popup.customer-popup input{
		height: 30px;
	}
	.fieldset>.field{
		    margin: 0 0 10px;
	}
    
    aside.modal-popup.customer-popup div#customer-popup-register form#customer-popup-form-register {
        width: 100%;
        display: block;
        padding-right: 0;
        position: relative;
    } 
    
    aside.modal-popup.customer-popup div#customer-popup-register .block.social-login-authentication-channel {
        display: block;
        width: 100%;
        padding-left: 0;
        position: relative;
    }
    
    aside.modal-popup.customer-popup div#customer-popup-register .block.social-login-authentication-channel:before{
        display: none;
    }
    
    aside.modal-popup.customer-popup div#customer-popup-register {
        display: block;
        width: 100%;
    }
    
    .modal-popup.modal-slide .modal-inner-wrap {
        margin: 10px auto;
    }
    
    aside.modal-popup.customer-popup header.modal-header h1 {
        font-size: 16px;
        line-height: 1;
        padding: 5px 0;
     }
    
    .modal-slide .action-close {
        margin: 0px 5px;
    }
    
    aside.modal-popup.customer-popup .field-error, aside.modal-popup.customer-popup div.mage-error[generated] {
        font-size: 10px;
     }
    
    input[type=text], input[type=password], input[type=password], input[type=url], input[type=tel], input[type=search], input[type=number], input[type=datetime], input[type=email], .checkout-index-index select {
        margin-bottom: 0 !important;
    }
    
    aside.modal-popup.customer-popup fieldset.fieldset.create.info .field:nth-child(2) {
        margin-left: 5px;
    }
    
    aside.modal-popup.customer-popup fieldset.fieldset.create.account .field:nth-child(2) {
    margin-left: 5px;
}
    
    .field.choice.newsletter {
        margin-left: 5px;
    }
    
    aside.modal-popup.customer-popup fieldset.fieldset.create.info .field {
        width: calc(50% - 3px);
    }
    
    aside.modal-popup.customer-popup fieldset.fieldset.create.account .field {
    width: calc(50% - 3px);
}
    aside.modal-popup.customer-popup form#customer-popup-form-register p {
    text-align: center;
    font-size: 12px;
    margin-bottom: 5px;
    line-height: 16px;
}
    
    aside.modal-popup.customer-popup fieldset.fieldset.create.info {
    margin-bottom: 0px;
}
    
    aside.modal-popup.customer-popup fieldset.fieldset.create.account {
    margin-bottom: 15px;
}
    
    aside.modal-popup.customer-popup fieldset.fieldset.create.account .field.confirmation.required, aside.modal-popup.customer-popup fieldset.fieldset.create.account .field.choice.newsletter {
    margin-bottom: 5px;
    float: left;
}
    
    div#customer-popup-register .field.choice.newsletter input#popup-is_subscribed {
    width: 10%;
    line-height: 1;
    vertical-align: top;
    height: auto;
    display: inline-block;
}
    
    div#customer-popup-register .field.choice.newsletter label.label {
    width: 85%;
    vertical-align: top;
    font-size: 10px;
    text-transform: none;
    display: inline-block;
}
    
    div#customer-popup-register .block.social-login-authentication-channel {
    clear: both;
}
    
    div#customer-popup-register .primary {
    width: 50%;
    margin-bottom: 5px;
    float: left;
    margin-left: 0;
}
    
    div#customer-popup-register aside.modal-popup.customer-popup .primary button.action.submit.primary {
    width: 100%;
    text-transform: none;
}
    
    div#customer-popup-register .or-another-selection {
    float: none;
    display: none;
}
    
    div#customer-popup-register .secondary {
        width: calc(50% - 8px);
    margin-left: 5px;
    margin-top: 0;
    float: left;
}
    
    div#customer-popup-register a#customer-popup-sign-in {
    width: 100%;
    font-size: 12px;
    text-transform: capitalize;
    letter-spacing: 0;
    background: #000;
    color: #fff;
    padding: 9px 46px;
    display: inline-block;
} 
    
    aside.modal-popup.customer-popup.modal-slide._inner-scroll._show {
    left: 20px;
    right: 0;
        top: 0;
}
    
 aside.modal-popup.customer-popup div.modal-content{
        padding: 0 10px 0;
    }
    
html .modal-popup._show .modal-inner-wrap button {
        margin: 0px;
    }
    .block-content .block.social-login-authentication-channel .actions-toolbar.social-btn {
        text-align:center;
    }
    .social-btn .btn-social {
        display: inline-block;
        width: 200px !important;
    }
    div#customer-popup-register .primary button.action.submit.primary {
    width: 100%;
    text-transform: none;
    letter-spacing: 0;
    font-size: 12px;
}
    
    .field.choice.newsletter {
        padding: 8px 4px;
    }
    
    body.cms-home.cms-index-index .modal-slide .action-close {
    margin: 0px 5px;
}
    
    aside.modal-popup.customer-popup div#customer-popup-register .block.social-login-authentication-channel .block-title {
        font-size: 15px;
        margin-top: 15px;
        display: block;
        margin-bottom: 20px;
        float: left;
        width: 100%;
    }
    
    aside.modal-popup.customer-popup header.modal-header {
       margin-bottom: 5px;
    }
     
}
aside.modal-popup.customer-popup form#customer-popup-login-form fieldset.fieldset.login .field.email.required {
    margin-bottom: 15px;
}
















