/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

body{
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-size:17px; 
	color: var(--e-global-color-text);
	padding: 0;
	margin: 0;
}

p{
    text-align: justify;
  }

img {
	width: auto\9;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}

h1, h2, h3, h4, h5{
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
	font-weight: 700;       
}

h1{			
	color: var(--e-global-color-primary);
}
h2{	
	color: var(--e-global-color-secondary);
}
h3{	
	color: var(--e-global-color-69eb26f);
}
h4{	
	color: var(--e-global-color-secondary);
}
h5{	
	color: var(--e-global-color-secondary);
}
h6{	
	color: var(--e-global-color-secondary);
}

.head_prod{
    font-family: var(--e-global-typography-primary-font-family);
    font-size: 35px;
}
.head_prod strong{
    font-family: var(--e-global-typography-secondary-font-family);
    font-size: 55px;
}

ul.menushop {
    display: flex;
    flex-direction: column;    
    align-content: flex-start;
    list-style: none;
	position: relative;
    margin: 0;
    padding: 0;
}
.menushop li {
	display: flex;
    flex-direction: column;	
	list-style: none;
    text-align: right;
}
.menushop a {
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	outline: none;
	z-index: 10;
}
.menushop > li > a {
	font-family: var(--e-global-typography-primary-font-family);
	color: #fff;
	text-decoration: none;
	display: inline-block;
}
.menushop > li:hover > a, .menushop > li.current-menu-item > a {	
	color: var(--e-global-color-accent);
}
.menushop > li > a {
    font-size: 20px;   
    padding: 15px 20px;
    text-align: center;
    border-bottom: dotted 2px rgba(255,255,255,0.2);
}



ul.mainmenu {
    display: flex;        
    align-content: flex-start;
    list-style: none;
	position: relative;
    margin: 0;
    padding: 0;
}
.mainmenu li {
	display: flex;    	
	list-style: none;   
}
.mainmenu a {
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	outline: none;
	z-index: 10;
}
.mainmenu > li > a {
	font-family: var(--e-global-typography-primary-font-family);
    text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	display: inline-block;
}
.mainmenu > li:hover > a, .mainmenu > li.current-menu-item > a {	
	color: var(--e-global-color-7d0569c);
}


.prod-desc .price{
    color: #FF9800 !important;
    font-size: 30px !important;
    font-weight: 700;
    padding: 30px 0;
    display: block;
    text-align: center;
}
.prod-desc .price small{
    font-size: 16px !important;
}


.prod-desc .single_variation{
    padding: 30px !important;
    background: #fff;
}
.btn-wsp{
    width: 192px;
    height: 87px;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 5;
}




/* Small devices  */
@media only screen and (min-width: 300px) {
    h1{
        font-size: 35px;
    }
    h2{
        font-size: 30px;
    }
    h3{
        font-size: 25px;
    }
    h4{
        font-size: 20px;
    }
    h5{
        font-size: 18px;
    }
    h6{
        font-size: 16px;
    }  
    ul.mainmenu {
        flex-direction: column;
    }
    .mainmenu li {
        flex-direction: column;
    }
    .mainmenu > li > a {
        font-size: 21px;   
        padding: 16px 20px;
        text-align: center;    
    }
    .producto .categoria{
        font-size: 18px !important;
        font-weight: 700;
    }
    .producto h3{
        font-size: 28px !important;
    }
    .producto .precio{
        font-size: 20px;
    }
    
   
}
/* Tablet */
@media only screen and (min-width: 768px) {
    h1{
        font-size: 40px;
    }
    h2{
        font-size: 40px;
    }
    h3{
        font-size: 35px;
    }
    h4{
        font-size: 25px;
    }
    h5{
        font-size: 18px;
    }
    h6{
        font-size: 16px;
    }
    .logo_site{
        position: absolute;  
        left: 0;
        top: 0;  
    } 
     
    .aside{          
        width: 40%;       
        overflow: hidden auto;        
    }
    .bodyer{
        width: 60%;
    }
    .producto .categoria{
        font-size: 16px !important;
        font-weight: 700;
    }
    .producto h3{
        font-size: 16px !important;
    }
    .producto .precio{
        font-size: 18px;
    }
    
  
}
/* Laptop */
@media only screen and (min-width: 1366px) {
    h1{
        font-size: 40px;
    }
    h2{
        font-size: 37px;
    }
    h3{
        font-size: 35px;
    }
    h4{
        font-size: 25px;
    }
    h5{
        font-size: 18px;
    }
    h6{
        font-size: 16px;
    }
    ul.mainmenu {
        flex-direction: row;
    }
    .mainmenu li {
        flex-direction: row;
    }
    .mainmenu > li > a {
        font-size: 18px;   
        padding: 15px 20px;
        text-align: center;    
    }
    .aside{          
        width: 25%;       
        overflow: hidden auto;        
    }
    .bodyer{
        width: 75%;
    }
    .producto .categoria{
        font-size: 13px !important;
        font-weight: 700;
    }
    .producto h3{
        font-size: 19px !important;
    }
    .producto .precio{
        font-size: 23px;
    }
    
}
/* desktop */
@media only screen and (min-width: 1400px) {
    .producto h3{
        font-size: 19px !important;
    }
    
}




/* Works on Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: var(--e-global-color-accent) #E5E5E5;
  }
  
  /* Works on Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 12px;
  }
  
  *::-webkit-scrollbar-track {
    background: #E5E5E5;
  }
  
  *::-webkit-scrollbar-thumb {
    background-color: var(--e-global-color-accent);
    border-radius: 20px;
    border: 3px solid #E5E5E5;
  }
