/*
 Theme Name:   Solo Super Ofertas
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Twenty Fifteen Child Theme
 Author:       Katodica Estudio
 Author URI:   http://example.com
 Template:     salient
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  salient
*/





/* TYPE */


.white h1,h2,h3  {
  color: white;
}



/* MEGA MENU */

#header-outer nav>ul>.megamenu ul li a, .sf-menu>li ul a {
    padding: 3px 3px;
}


/* NAV  */ 

    #header-outer #logo, #header-outer .logo-clone, #header-outer .logo-spacing {
        margin-top: 10px;
        margin-bottom: 0px;
        position: relative;
    }


/* TOP NAV */

.top-nav {
    padding: 3px 0px;
    font-size: 13px;
   text-align: center;
	color: white;
	font-weight: 400;
}

/* WOO */

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    line-height: 23px;
    font-size: 16px;
    margin-top: 10px;
	font-weight: 400;
}

.woocommerce ul.products li.product .price, .woocommerce ul.products li.product .price ins, .woocommerce ul.products li.product .price ins .amount {
    font-size: 16px;
    line-height: 22px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 700;
}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
    width: 80px;
}

.woocommerce .woocommerce-breadcrumb {
    margin: 0 0 1em;
    padding: 0;
    font-size: 14px;
    color: #767676;
}

.woocommerce-checkout p.woocommerce-notice {
    font-size: 24px;
    font-weight: 800;
    color: #222222;
}

.woocommerce-checkout p.thankyou-note {
    margin-bottom: 40px;
    padding: 0 0 5px 20px;
    border-left: solid 1px #222;
}

.single-product div.product h1.product_title {
        font-size: 32px;
        line-height: normal;
        padding-bottom: 1em;
    }


/* AWS */


element.style {
}
.aws-container .aws-search-form {
    position: relative;
    width: 600px;
    float: none !important;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    align-items: stretch;
    height: 44px;
    margin: 0 auto;
	background-color: #FFFFFF;
}

.aws-search-field {
	background-color: #FFF;
	font-size: 16px;
	}

.aws-container .aws-search-form .aws-wrapper {
    flex-grow: 1;
    position: relative;
    vertical-align: top;
    padding: 0;
    width: 100%;
    background-color:  #FFF;
}

.aws-container .aws-search-field {
    width: 100%;
    max-width: 100%;
    color: #313131;
    padding: 6px;
    line-height: 30px;
    display: block;
    font-size: 12px;
    position: relative;
    z-index: 2;
    -webkit-appearance: none;
    height: 100%;
    margin: 0 !important;
    border: 1px solid #d8d8d8;
    outline: 0;
    background-color: #FFF;
}

.aws-container .aws-search-form .aws-form-btn {
	background-color: #FFFFFF;
	}

.aws-container .aws-search-field {
    width: 100%;
    max-width: 100%;
    color: #222;
    padding: 10px;
    line-height: 30px;
    display: block;
    font-size: 14px;
    position: relative;
    z-index: 2;
    -webkit-appearance: none;
    height: 100%;
    margin: 0 !important;
    border: 1px solid #d8d8d8;
    outline: 0;
    background-color: #FFF;
}

.aws-search-result .aws_result_title {
    display: block;
    font-weight: normal;
    margin-bottom: 3px;
    color: #222;
    font-size: 14px;
}

/* FOOTER */


#footer-outer #footer-widgets .widget h4 {
	color: #FFFFFF;
	font-size: 16px;
	font-weight:600;
}

#footer-outer a {
	color: #FFFFFF;
	font-size: 14px;
	font-weight:400;
}

/* USER REGISTRATION */ 

.ced_hpul_login_link {
    margin-left: 0px;
	font-family: 'Work Sans', sans-serif;
	font-weight: 600;
	padding-bottom: 1em;
}


@media (max-width: 600px) {
  
	.aws-container .aws-search-form {
    max-width: 100% !important;
	background-color: #FFFFFF;
	}
	
	h1 {
		font-size: 2.5em !important;
		line-height: 1.2em;
		text-align: inherit;
  	}
	
	h2 {
    	font-size: 2em !important;
		line-height: 1.25em;
	}
	
	h3 {
    	font-size: 1.5em !important;
		line-height: 1.25em;
  	}
	
	h4 {
    	font-size: 1.25em !important;
		line-height: 1.25em;
  	}
	
	.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 16px !important;
   }

	

}