/*@import url('//fonts.googleapis.com/css?family=Ubuntu');*/
/**
* Combine the external CSS files
*
*/
/**
*MODULE Codefee
*https://aer-wsale.com/modules/codfee/views/css/codfee_1.6.css
*/

#module-codfee-codfee_payment #left_column {display:none}
#module-codfee-payment #left_column {display:none}
.codfee_show_product {
    border: solid 1px #d6d4d4;
    padding: 10px;
    margin-bottom: 20px;
    background: #fbfbfb;
    clear: both;
}
.codfee_show_product17 {
    padding: 10px!important;
}
.codfee_show_product img{
    float: left;
    max-width: 40px;
    margin-right: 6px;
}
.codfee_show_product17 img{
    float: none;
    max-width: 60px;
    margin-right: 6px;
}
.codfee_show_product_text {
    font-weight: bold;
}
.codfee_show_product_text17 {

}
.codfee_show_product_text:after {
    clear: both;
    float: none;
    content: '';
    display: block;
}

/**
*MODULE Extendedregistration
*https://aer-wsale.com/modules/extendedregistration/views/css/extendedregistration.css
*/

#tab-pane-1 .tab-row .tab {
	width: 150px;
}

.no-float {
	float: none;
}

#pending_customers_block a {
	background: none no-repeat scroll center 25px #F8F8F8;
	background-image: url("../img/icon.png");
}

#account-creation_form .radio span.form_info,#account-creation_form .select span.form_info,#new_account_form .radio span.form_info,#new_account_form .select span.form_info
	{
	font-size: 11px;
	display: block;
	text-align: left;
	padding: 0;
	width: auto;
}

#center_column #account-creation_form p.group_checkbox,#center_column #new_account_form p.group_checkbox
	{
	margin: 0;
	padding: 0
}

/**
*MODULE Newsticker
*https://aer-wsale.com/modules/newsticker/css/newsticker.css
*/

.mWrap {}
.mMove {opacity:0; white-space:nowrap;}
.mWrap.mIni .mMove {opacity:1}
.mWrap,
.mWrap *{
	-moz-user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	user-select: none;      
}
.grab {
	cursor: -moz-grab;
	cursor: -webkit-grab;
	cursor: grab;
}
.grabbing { 
	cursor: -moz-grabbing !important;
	cursor: -webkit-grabbing !important;
	cursor: grabbing !important; 
}
.strTools *,
.strTools *:after,
.strTools *:before {
	box-sizing:border-box !important;
	-moz-user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	user-select: none;   
}

/**
*MODULE Recaptchapro
*https://aer-wsale.com/modules/recaptchapro/views/css/front.css
*/

#contact .contact-form-box .clearfix > div:first-child {
    width: 322px;
}

#contact .contact-form-box .clearfix > div:last-child {
    width: 60%;
}

@media (max-width: 580px) {
    #contact .contact-form-box .clearfix > div:last-child {
        width: 85%;
    }
}

.contact .contact-form-box div.uploader input {
    left: 0;
}

.recaptcha_whitelist {
    margin-top: 10px;
}

#authentication #login_form > section .g-recaptcha > div {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

#authentication #login-form .g-recaptcha > div {
    margin: 0 auto 20px auto;
}

#password .forgotten-password .g-recaptcha > div {
    margin: 0 auto 10px auto;
}

#authentication #customer-form .g-recaptcha > div {
    margin: 0 auto;
}

/**
*MODULE Stlazyloading
*https://aer-wsale.com/modules/stlazyloading/views/css/stlazyloading.css
*/

.is_stlazyloading img.stlazyloading_holder{
  display: inline-block;
}
img.stlazyloading_holder{
  display: none;
  height: auto;
  opacity: 1;
}
img.stlazyloadthis{
  opacity: 0;
  height: 0;
  display: block;
}

/**
*MODULE Themeconfigurator
*https://aer-wsale.com/modules/themeconfigurator/css/font7.css
*/

/**@import url('//fonts.googleapis.com/css?family=Ubuntu'); TOP OF THE DOCUMENT*/

h1, h2, h3, h4, h5 {
	-font-family: 'Ubuntu', serif !important; /* ORIGINAL */
	font-family: 'Roboto', sans-serif !important;
}

/**
*MODULE Blockuserinfo
*https://aer-wsale.com/themes/aer/css/modules/blockuserinfo/blockuserinfo.css
*/

.header_user_info {
  float: right;
  border-left: 0px solid #515151;
  border-right: 0px solid #515151; }
  .header_user_info a {
    -color: #fff;
    font-weight: 500;
    display: block;
    padding: 8px 9px 11px 8px;
    cursor: pointer;
    line-height: 18px; }
    @media (max-width: 767px) {
      .header_user_info {
          width: 20%;
      }
      .header_user_info a {
        font-size: 11px;
        text-align: center;
        padding: 3px;
      } }
    .header_user_info a:hover, .header_user_info a.active {
      background: #3266BA; }

/**
*MODULE Blockviewed
*https://aer-wsale.com/themes/aer/css/modules/blockviewed/blockviewed.css
*/

#viewed-products_block_left li.last_item {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none; }
