/**
 * 2007-2017 Leotheme
 *
 * NOTICE OF LICENSE
 *
 * Leo Quick Login And Social Login For Prestashop 1.7 
 *
 * DISCLAIMER
 *
 *  @Module Name: Leo Quick Login
 *  @author    leotheme <leotheme@gmail.com>
 *  @copyright 2007-2017 Leotheme
 *  @license   http://leotheme.com - prestashop template provider
 */
/*******************DONGND CSS FOR QUICKLOGIN FORM BEGIN*****************************/
/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
@keyframes "cssload-spin" {
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes "cssload-spin" {
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-ms-keyframes "cssload-spin" {
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes "cssload-spin" {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes "cssload-spin" {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/******************* CSS FOR QUICKLOGIN SLIDEBAR END *****************************/
.leo-dropdown-wrapper {
  visibility: hidden;
  border: none;
  padding: 1.25rem 1.25rem 0 1.25rem;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.dropdown .leo-dropdown-wrapper {
  margin-top: 3.125rem;
  right: 0;
  left: auto;
}

.dropdown.open .leo-dropdown-wrapper {
  visibility: visible;
  margin-top: 0.625rem;
  opacity: 1;
  filter: alpha(opacity=100);
}

.dropup .leo-dropdown-wrapper {
  margin-bottom: 3.125rem;
}

.dropup.open .leo-dropdown-wrapper {
  visibility: visible;
  margin-bottom: 0.625rem;
  opacity: 1;
  filter: alpha(opacity=100);
}

.leo-form {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.leo-form.leo-form-inactive {
  position: absolute;
  visibility: hidden;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}

.leo-form.full-width {
  width: 100%;
}

.leo-form.full-width .lql-callregister {
  display: block;
}

.leo-form.full-width .lql-calllogin {
  display: block;
}

.leo-quicklogin-form {
  position: relative;
  overflow: initial;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.leo-quicklogin-form.html {
  max-width: 100%;
}

.lql-form-bt .leoquicklogin-icon {
  margin: 0;
}

.leo-login-form,
.leo-register-form {
  width: 100%;
}

.leo-login-form.leo-form-inactive {
  right: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

.leo-register-form.leo-form-inactive {
  left: 0;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

.leo-resetpass-form,
.lql-callregister,
.lql-calllogin,
.leoquicklogin-loading,
.leoquicklogin-icon {
  display: none;
}

.leoquicklogin-cssload-speeding-wheel {
  margin: 0 auto;
  border: 2px solid #FFFFFF;
  border-left-color: transparent;
  border-right-color: transparent;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: cssload-spin 800ms infinite linear;
  -moz-animation: cssload-spin 800ms infinite linear;
  animation: cssload-spin 800ms infinite linear;
}

.lql-form-content input {
  border: 1px solid transparent;
}

.lql-form-content .leo-has-error input {
  border-color: red;
}

.lql-form-content label {
  margin-bottom: 0.3125rem;
  font-weight: 400;
  color: #666666;
  line-height: 1.42857143;
}

.lql-form-content .form-group {
  margin-bottom: 0.9375rem;
}

.lql-form-content .form-group .input-group-addon {
  border-style: solid !important;
  border-color: #d8d8d8 !important;
  border-width: 1px 1px 1px 0;
}

.lql-form-content input.form-control {
  height: 2.563rem;
  padding: 0.375rem 0.75rem;
  font-size: 0.9375rem;
  color: #555555;
  background-color: #FFFFFF;
  background-image: none;
  border: 1px solid #d8d8d8;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -ms-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

.lql-form-content input.form-control:-webkit-autofill {
  -moz-box-shadow: inset 0 0 0 30px white;
  -webkit-box-shadow: inset 0 0 0 30px white;
  -o-box-shadow: inset 0 0 0 30px white;
  -ms-box-shadow: inset 0 0 0 30px white;
  box-shadow: inset 0 0 0 30px white;
}

.lql-form-content input.form-control:focus {
  border-color: #19881d;
  outline: 0;
}

.lql-form-content .form-checkbox {
  margin-bottom: 0.625rem;
}

.lql-form-content .form-checkbox .custom-checkbox input[type="checkbox"]+span {
  border-color: #666666;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 15px;
  -moz-flex: 0 0 15px;
  -ms-flex: 0 0 15px;
  flex: 0 0 15px;
  vertical-align: top;
  margin: 0 0.3125rem 0 0;
}

.rtl .lql-form-content .form-checkbox .custom-checkbox input[type="checkbox"]+span {
  margin: 0 0 0 0.3125rem;
}

.lql-form-content .form-control-label {
  padding: 0;
  margin: 0;
  text-align: left;
  display: inline-block;
}

.rtl .lql-form-content .form-control-label {
  text-align: right;
}

.lql-form-content .form-group-email,
.lql-form-content .form-group-password {
  position: relative;
  display: table;
  border-collapse: separate;
}

.lql-form-content .form-group-email .form-control,
.lql-form-content .form-group-email .input-group-addon,
.lql-form-content .form-group-password .form-control,
.lql-form-content .form-group-password .input-group-addon {
  display: table-cell;
}

.lql-form-content .form-group-email .input-group-addon,
.lql-form-content .form-group-password .input-group-addon {
  padding-left: 1.375rem;
  padding-right: 1.375rem;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

.lql-form-content .form-group-email .input-group-addon.user,
.lql-form-content .form-group-password .input-group-addon.user {
  background: url("../../../../../img/modules/leoquicklogin/img/user-icon-sm.png") no-repeat center;
}

.lql-form-content .form-group-email .input-group-addon.key,
.lql-form-content .form-group-password .input-group-addon.key {
  background: url("../../../../../img/modules/leoquicklogin/img/key-icon.png") no-repeat center;
}

.lql-form-mesg {
  display: none;
  margin: 0;
}

.lql-form-mesg label {
  text-align: left;
}

.rtl .lql-form-mesg label {
  text-align: right;
}

.full-width .leo-login-title .title-both {
  display: none;
}

.full-width .leo-login-title .title-only {
  display: block;
}

.leo-login-title .title-only {
  display: none;
}

.leo-login-title .title-both {
  display: block;
}

.leo-register-title {
  color: #FFFFFF;
}

.leo-login-title,
.leo-register-title {
  position: relative;
  min-height: 3.5rem;
  margin: 0 -0.9375rem 0.9375rem;
  border-bottom: 1px solid #e5e5e5;
  background: #19881d;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  text-align: left;
  padding: 0.5rem 3.438rem 0.5rem 0.9375rem;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}

.rtl .leo-login-title,
.rtl .leo-register-title {
  text-align: right;
}

.rtl .leo-login-title,
.rtl .leo-register-title {
  padding: 0.5rem 0.9375rem 0.5rem 3.438rem;
}

.leo-login-title span,
.leo-register-title span {
  color: #FFFFFF;
  width: 100%;
}

.leo-login-title button.close,
.leo-register-title button.close {
  display: none;
}

.leo-login-title span,
.leo-register-title {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
}

.lql-rememberme {
  position: relative;
  top: 2px;
  margin-right: 0.25rem;
}

.rtl .lql-rememberme {
  margin-left: 0.25rem;
  margin-right: inherit;
}

.leoquicklogin-forgotpass,
.lql-callregister-action {
  color: #666666;
  line-height: 1.42857143;
  font-weight: 400;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.leoquicklogin-forgotpass:hover,
.lql-callregister-action:hover {
  color: #ffc600;
}

.lql-login-bt,
.lql-register-bt {
  display: block;
  width: 100%;
  background-color: #c36b01;
  border-color: #c36b01;
  font-weight: 700;
  line-height: 1.42857143;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.lql-login-bt:hover,
.lql-register-bt:hover {
  background-color: #ffc600;
  border-color: #ffc600;
}

.leoquicklogin-mask {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.leoquicklogin-mask.active {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.leoquicklogin-slidebar-wrapper {
  margin: 0 auto;
  padding: 0 0.9375rem;
  position: relative;
  background: #FFFFFF;
  width: 100%;
}

.leoquicklogin-slidebar {
  z-index: 9999;
  position: fixed;
  visibility: hidden;
  display: none;
  width: 25rem;
  margin: auto;
  padding: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 480px) {
  .leoquicklogin-slidebar {
    width: auto;
    margin: 1.25rem 0.625rem;
  }
}

.leoquicklogin-slidebar .leoquicklogin-slidebar-top,
.leoquicklogin-slidebar .leoquicklogin-slidebar-bottom {
  position: absolute;
  top: 13px;
  z-index: 9;
  margin: 0;
  outline: none;
}

.leoquicklogin-slidebar .leoquicklogin-slidebar-top button,
.leoquicklogin-slidebar .leoquicklogin-slidebar-bottom button {
  background: url("/themes/leo_esport/assets/img/modules/leoquicklogin/img/close.png") 0 0 transparent;
  padding: 0;
  display: block;
  border: none;
  cursor: pointer;
  font-size: 0px;
  color: transparent;
  z-index: 99;
  outline: 0;
  width: 1.875rem;
  height: 1.875rem;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.leoquicklogin-slidebar .leoquicklogin-slidebar-top button:hover,
.leoquicklogin-slidebar .leoquicklogin-slidebar-top button:focus,
.leoquicklogin-slidebar .leoquicklogin-slidebar-bottom button:hover,
.leoquicklogin-slidebar .leoquicklogin-slidebar-bottom button:focus {
  background-position: 0 -30px;
}

.leoquicklogin-slidebar .leoquicklogin-slidebar-top button span,
.leoquicklogin-slidebar .leoquicklogin-slidebar-top button i,
.leoquicklogin-slidebar .leoquicklogin-slidebar-bottom button span,
.leoquicklogin-slidebar .leoquicklogin-slidebar-bottom button i {
  display: none;
}

.leoquicklogin-slidebar.slidebar_left {
  display: block;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0px;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

.leoquicklogin-slidebar.slidebar_left .leoquicklogin-slidebar-top {
  display: block;
  right: 0.9375rem;
}

.rtl .leoquicklogin-slidebar.slidebar_left .leoquicklogin-slidebar-top {
  left: 0.9375rem;
  right: auto;
}

.leoquicklogin-slidebar.slidebar_left .leoquicklogin-slidebar-wrapper {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.leoquicklogin-slidebar.slidebar_left.active {
  visibility: visible;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -moz-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.17);
  -o-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.17);
  -ms-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.17);
  box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.17);
}

.leoquicklogin-slidebar.push_slidebar_left {
  display: block;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

.leoquicklogin-slidebar.push_slidebar_left .leoquicklogin-slidebar-top {
  display: block;
}

.leoquicklogin-slidebar.push_slidebar_left.active {
  visibility: visible;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.leoquicklogin-slidebar.slidebar_right {
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  margin: 0px;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

.leoquicklogin-slidebar.slidebar_right .leoquicklogin-slidebar-top {
  display: block;
  left: 0.9375rem;
}

.rtl .leoquicklogin-slidebar.slidebar_right .leoquicklogin-slidebar-top {
  right: 0.9375rem;
  left: auto;
}

.leoquicklogin-slidebar.slidebar_right .leoquicklogin-slidebar-wrapper {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.leoquicklogin-slidebar.slidebar_right .leo-login-title,
.leoquicklogin-slidebar.slidebar_right .leo-register-title {
  text-align: right;
  padding: 0.5rem 0.9375rem 0.5rem 3.438rem;
}

.rtl .leoquicklogin-slidebar.slidebar_right .leo-login-title,
.rtl .leoquicklogin-slidebar.slidebar_right .leo-register-title {
  text-align: left;
}

.rtl .leoquicklogin-slidebar.slidebar_right .leo-login-title,
.rtl .leoquicklogin-slidebar.slidebar_right .leo-register-title {
  padding: 0.5rem 3.438rem 0.5rem 0.9375rem;
}

.leoquicklogin-slidebar.slidebar_right.active {
  visibility: visible;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -moz-box-shadow: -5px 5px 5px 0 rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: -5px 5px 5px 0 rgba(0, 0, 0, 0.17);
  -o-box-shadow: -5px 5px 5px 0 rgba(0, 0, 0, 0.17);
  -ms-box-shadow: -5px 5px 5px 0 rgba(0, 0, 0, 0.17);
  box-shadow: -5px 5px 5px 0 rgba(0, 0, 0, 0.17);
}

.leoquicklogin-slidebar.push_slidebar_right {
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

.leoquicklogin-slidebar.push_slidebar_right .leoquicklogin-slidebar-top {
  display: block;
}

.leoquicklogin-slidebar.push_slidebar_right.active {
  visibility: visible;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.leoquicklogin-slidebar.slidebar_top {
  display: block;
  top: 0;
  left: 50%;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transform: translate(-50%, -200%);
  -moz-transform: translate(-50%, -200%);
  -ms-transform: translate(-50%, -200%);
  -o-transform: translate(-50%, -200%);
  transform: translate(-50%, -200%);
}

.leoquicklogin-slidebar.slidebar_top .leoquicklogin-slidebar-bottom {
  display: block;
  right: 0.9375rem;
}

.rtl .leoquicklogin-slidebar.slidebar_top .leoquicklogin-slidebar-bottom {
  left: 0.9375rem;
  right: auto;
}

.leoquicklogin-slidebar.slidebar_top.active {
  visibility: visible;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.leoquicklogin-slidebar.push_slidebar_top {
  display: block;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.leoquicklogin-slidebar.push_slidebar_top .leoquicklogin-slidebar-bottom {
  display: block;
}

.leoquicklogin-slidebar.push_slidebar_top.active {
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.leoquicklogin-slidebar.slidebar_bottom {
  display: block;
  bottom: 0;
  left: 50%;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transform: translate(-50%, 200%);
  -moz-transform: translate(-50%, 200%);
  -ms-transform: translate(-50%, 200%);
  -o-transform: translate(-50%, 200%);
  transform: translate(-50%, 200%);
}

.leoquicklogin-slidebar.slidebar_bottom .leoquicklogin-slidebar-top {
  display: block;
  right: 0.9375rem;
}

.rtl .leoquicklogin-slidebar.slidebar_bottom .leoquicklogin-slidebar-top {
  left: 0.9375rem;
  right: auto;
}

.leoquicklogin-slidebar.slidebar_bottom.active {
  visibility: visible;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.leoquicklogin-slidebar.push_slidebar_bottom {
  display: block;
  width: 100%;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(200%);
  -moz-transform: translateY(200%);
  -ms-transform: translateY(200%);
  -o-transform: translateY(200%);
  transform: translateY(200%);
}

.leoquicklogin-slidebar.push_slidebar_bottom .leoquicklogin-slidebar-top {
  display: block;
}

.leoquicklogin-slidebar.push_slidebar_bottom.active {
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.leoquicklogin-slidebar-top {
  margin-bottom: 0.625rem;
  text-align: right;
  display: none;
}

.leoquicklogin-slidebar-bottom {
  display: none;
}

.leo-quicklogin-modal .modal-content {
  overflow: hidden;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

.leo-quicklogin-modal .modal-dialog {
  width: 25rem;
  margin: 6.25rem auto;
}

@media (max-width: 480px) {
  .leo-quicklogin-modal .modal-dialog {
    width: auto;
    margin: 1.25rem 0.625rem;
  }
}

.leo-quicklogin-modal .modal-body {
  padding: 0 0.9375rem;
}

.leo-quicklogin-modal .modal-header,
.leo-quicklogin-modal .modal-footer {
  display: none;
}

.leo-quicklogin-modal .leo-login-title button.close,
.leo-quicklogin-modal .leo-register-title button.close {
  position: absolute;
  top: 0.8125rem;
  background: url("../../../../../img/modules/leoquicklogin/img/close.png") 0 0 transparent;
  display: block;
  border: none;
  cursor: pointer;
  font-size: 0px;
  color: transparent;
  z-index: 99;
  outline: 0;
  width: 1.875rem;
  height: 1.875rem;
  @incldue rtl-right($large-space/2);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.leo-quicklogin-modal .leo-login-title button.close:hover,
.leo-quicklogin-modal .leo-login-title button.close:focus,
.leo-quicklogin-modal .leo-register-title button.close:hover,
.leo-quicklogin-modal .leo-register-title button.close:focus {
  background-position: 0 -30px;
}

.leo-quicklogin-modal .leo-login-title button.close span,
.leo-quicklogin-modal .leo-register-title button.close span {
  display: none;
}

.lql-social-login {
  margin-top: 0.625rem;
  padding-top: 1.875rem;
  border-top: 2px dashed #eee;
}

.lql-social-login .lql-social-login-title {
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0.9375rem;
}

.lql-social-login .social-login-bt {
  margin-bottom: 0.625rem;
  display: block;
  width: 100%;
  position: relative;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  color: #FFFFFF;
  text-align: right;
  padding: 0.625rem 0.625rem 0.625rem 3.438rem;
}

.rtl .lql-social-login .social-login-bt {
  text-align: left;
}

.rtl .lql-social-login .social-login-bt {
  padding: 0.625rem 3.438rem 0.625rem 0.625rem;
}

.lql-social-login .social-login-bt .fa {
  position: absolute;
  top: 50%;
  width: 2.813rem;
  text-align: center;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.rtl .lql-social-login .social-login-bt .fa {
  right: 0;
  left: auto;
}

.lql-social-login .social-login-bt.facebook-login-bt {
  background: #3b5998;
}

.lql-social-login .social-login-bt.facebook-login-bt .fa {
  border-right: 1px solid #4163a9;
}

.rtl .lql-social-login .social-login-bt.facebook-login-bt .fa {
  border-left: 1px solid #4163a9;
  border-right: inherit;
}

.lql-social-login .social-login-bt.facebook-login-bt:hover {
  background: #314a92;
}

.lql-social-login .social-login-bt.google-login-bt {
  background: #e74c3c;
}

.lql-social-login .social-login-bt.google-login-bt .fa {
  border-right: 1px solid #de372a;
}

.rtl .lql-social-login .social-login-bt.google-login-bt .fa {
  border-left: 1px solid #de372a;
  border-right: inherit;
}

.lql-social-login .social-login-bt.google-login-bt:hover {
  background: #ea362f;
}

.lql-social-login .social-login-bt.twitter-login-bt {
  background: #1DA1F2;
}

.lql-social-login .social-login-bt.twitter-login-bt .fa {
  @incldue rtl-border-right(1px solid #1589d1);
}

.lql-social-login .social-login-bt.twitter-login-bt:hover {
  background: #3ca6e8;
}

.lql-social-modal .modal-dialog {
  margin: 15.63rem auto;
}

.lql-social-modal .modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

.lql-social-modal-mesg {
  display: none;
  text-align: center;
}

.lql-social-modal-mesg.active {
  display: block;
}

.lql-social-modal-mesg.active span {
  display: block;
  border-top-color: #414141;
  border-bottom-color: #414141;
}

.lql-social-modal-mesg.error-email i,
.lql-social-modal-mesg.error-login i {
  color: #f0ad4e;
}

.lql-social-modal-mesg.success i {
  color: #5cb85c;
}

/******** CSS OF LOGIN FORM *********/
.ApQuicklogin {
  float: left;
}

.rtl .ApQuicklogin {
  float: right;
}

.ApQuicklogin>.dropdown .leo-login-title,
.ApQuicklogin>.dropdown .leo-register-title,
.ApQuicklogin>.dropup .leo-login-title,
.ApQuicklogin>.dropup .leo-register-title {
  padding: 0 0.9375rem;
}

.ApQuicklogin>.dropdown button.close,
.ApQuicklogin>.dropup button.close {
  display: none;
}

.ApQuicklogin>.dropdown .leo-dropdown-wrapper,
.ApQuicklogin>.dropup .leo-dropdown-wrapper {
  width: 25rem;
  overflow: hidden;
  margin-top: 0.125rem;
  padding: 0 0.9375rem;
  right: 0;
  left: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.24);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.24);
  -o-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.24);
  -ms-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.24);
}

@media (max-width: 480px) {

  .ApQuicklogin>.dropdown .leo-dropdown-wrapper,
  .ApQuicklogin>.dropup .leo-dropdown-wrapper {
    width: auto;
    margin: 1.25rem 0.625rem;
  }
}

.page-authentication #content .lql-social-login+hr,
body#checkout #content .lql-social-login+hr {
  border: none;
}

.page-authentication #content .social-login-bt,
body#checkout #content .social-login-bt {
  width: auto;
  display: inline-block;
  vertical-align: middle;
}

.ApQuicklogin a.popup-title {
  color: #000000;
}

.ApQuicklogin a.popup-title:hover {
  color: #ffc600;
}

.leo-quicklogin {
  position: relative;
  float: left;
  padding: 0;
}

.rtl .leo-quicklogin {
  float: right;
}

.lql-action.lql-inactive .lql-action-bt .lql-bt {
  display: none;
}

.leo-form-chk.lql-form-content input {
  position: relative;
  top: 2px;
}

/*# sourceMappingURL=front.css.map */