/*
Theme Name: Zella Theme Child
Theme URI: http://zella.nasatheme.com
Description: This is a child theme for Zella Theme
Author: NasaTheme team
Author URI: http://nasatheme.com
Template: zella-theme
Version: 1.0
*/


/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/
/* MENU HEADER */
.nav-wrapper .header-nav li.root-item > a {
	padding: 15px 25px 15px 25px;
}

.menu-item .nav-dropdown {
	max-width: 50%;
}
.nasa-bg-dark .nav-wrapper .header-nav li.root-item.nasa-megamenu > .nav-dropdown {
	left: 25%;
}
/* MENU FOOTER */
h5.section-title{
	font-weight: 500;
	margin-bottom: 0;
}
ul.nasa-menu-wrapper{
	line-height: 0.7;
}
#nasa-footer .nasa-follow .icon i {
	width: 32px;
    height: 32px;
	background: #333e48;
	opacity: 1;
    border: none;
	text-align: center;
    line-height: 32px;
    border-radius: 50%;
}
#nasa-footer .nasa-follow .icon i:hover {
	background: #333e4875;
}
.social-icons.nasa_icon i {
    color: #fff;
}
.nasa-follow .icon i{
	margin-right: 0;
}
a.icon.icon_googleplus {
    display: none;
}
a.icon.icon_email {
    display: none;
}
#nasa-footer .nasa-text-menu{
	font-size: 0.9em;
	
}
#nasa-footer ul.nasa-menu-wrapper a{
	line-height: 0.4;
}
.row .clear-none:nth-of-type(n) {
    clear: none;
}
/* SINGLE PRODUCT DETAIL COLOR*/
.nasa-attr-bg-color {
    display: inline-block;
    padding: 0 12px;
    height: 48px;
    width: 48px;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
    position: relative;
    opacity: 1;
    float: left;
    margin-right: 10px;
    background: #EAEAEA;
    border: 1px solid #ddd;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    transition: all 350ms ease;
}
.nasa-attr-bg-imagen {
    display: inline-block;
    padding: 1px;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    position: relative;
    opacity: 1;
    float: left;
    margin-right: 10px;
    border: 1px solid #ccc;
    overflow: hidden;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    transition: all 350ms ease;
}
#main-content .nasa-gallery-full .nasa-single-product-main-image .nasa-item-main-image-wrap {
	padding: 0;
}
body.nasa-single-product-full-width .product-page .nasa-product-details-page .product-gallery .nasa-single-product-main-image .slick-slide {
    padding: 0;
}
/* TALLAS */
.margin-bottom-16 {
	margin-bottom: 16px;
}
.color-title {
	font-size: 18px;
	color:#000;
}
.nasa-tallas {
	display: inline-block;
}
.nasa-tallas--item {
	display: inline-block;
    position: relative;
    list-style: none;
    margin-right: 11px;
    font-size: 18px;
}

/* COLORS */
.nasa-colors--item {
	display: inline-block;
    position: relative;
    list-style: none;
    margin-right: 11px;
}

/* TOP BAR SOCIAL ICON FOLLOW */
div.social-icons.nasa-follow {
    display: inline-block;
	color: #fff;
}
.nasa-follow {
	margin-top: 0;
}

/* TABS COMPOSICION Y CUIDADO */
.list-item {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
h2.yikes-custom-woo-tab-title.yikes-custom-woo-tab-title-composicion-y-cuidados {
    display: none;
}
.composicion-cuidado{
	display: flex;
	justify-content:space-between;
	align-items: center;
}
.composicion-cuidado--description {
	width:65%;
}
.composicion-cuidado--img-product {
	width:35%;
}
/* SINGLE PRODUCT SLIDER IMAGE */
.slick-track {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: auto !important;
}
@media only screen and (min-width: 768px) {
	.nav-wrapper .header-nav li.root-item > a {
		padding: 15px 26px 15px 26px !important;
	}
	.menu-item .nav-dropdown {
		max-width: 50% !important;
	}
	
}
@media only screen and (max-width: 768px) {
	.wpb_single_image img {
		max-width: 55%;
	}
	
}

