/*
GERAL
*/
body{padding-top: 96px;}
.content{width: 95%;}

.section_header{
    background-image: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 1) 0%, rgba(0, 172, 236, 1) 100%); background-image: -moz-linear-gradient(45deg, rgba(0, 0, 0, 1) 0%, rgba(0, 172, 236, 1) 100%); background-image: -ms-linear-gradient(45deg, rgba(0, 0, 0, 1) 0%, rgba(0, 172, 236, 1) 100%); background-image: -o-linear-gradient(45deg, rgba(0, 0, 0, 1) 0%, rgba(0, 172, 236, 1) 100%); background-image: linear-gradient(to right, #000, #00ACEC);
    text-align: center;
    margin-bottom: 0px;
    margin-top: 10px;
    padding: 10px;
}

.section_header h2{
    text-transform: uppercase;
    color: #fff;
    font-size: 1.5em;
}

.section_header p{
    text-transform: uppercase;
    font-weight: 300;
    color: #fff;
    font-size: 1.5em;
}
/*
PARCEIROS = FABIO
*/

.clientes_inicio{
    text-align:center;
}

.clientes_inicio h1{
    font-size: 1.7em;
    font-weight: bold;
    text-transform: uppercase;
    color: #666;
}
parceiros_home{
    display: inline-block;
}
.clientes_inicio p{
    text-transform: uppercase;
    font-weight: 300;
}
.clientes_inicio img{
    width: 80%;
    filter:grayscale(100%);
    -webkit-filter:grayscale(100%);
    -moz-filter:grayscale(100%);
    -o-filter:grayscale(100%);
    transition:0.4s;
}
.clientes_inicio a > img:hover{
    filter: none;
    opacity:1;
}
/*PAGE BLOG - Fábio */
	.blog_main{
		background: #f5f5f5;
	}
	.articles_main_post{
		color: #fff;
		background-size: cover;
		background-position:center center;
		background-repeat: no-repeat;
		background-attachment: fixed;
		height: 300px;
		width: 100%;
	}
	.articles_main_post img{
		width: 100%;
	}
	.articles_main_post_false{
		background: rgba(0,0,0,0.2) url(images/image_texture.png);
		position: relative;
		height: 100%;
	}
	.articles_main_post_content_blog{
		text-align: left;
		padding-top: 0px;
	}
	.articles_main_post_content_blog h1{
		color: #f5f5f5;
		font-size: 1.9em;
		font-weight: bold;
		text-transform: uppercase;
		text-shadow: 1px 1px #000;
		margin-top: 30px;
	}
	.articles_main_post_content_blog p{
		font-size: 0.9em;
		text-transform: uppercase;
		font-weight: 300;
		padding-left: 30px;
	}
	.articles_main_post .breadcrumb{
		display: block;
		width: 100%;
		margin-top: 30px;
	}
	.articles_main_post .breadcrumb a{
		font-size: 0.7em;
		color: #eee;
		font-weight: 300;
		text-shadow: 0 1px #000;
		text-transform: uppercase;
		margin: 0 10px 0 5px;
		text-decoration: none;
	}
	.articles_main_post .breadcrumb a:hover{
		color: #fff;
		text-decoration: underline;
	}
	.articles_main_post .breadcrumb a:first-child{
		margin-left: 0;
	}
	.logo_text{
		position: absolute;
		left: -99px;
		top: -99px;
		text-indent: -9999px;
	}
	.main_blog{
		float: right;
		width: 67%;
		margin-top: 30px;
	}
	.main_blog_post{
		background: #fff;
		margin-bottom: 30px;
	}
	.main_blog_post img{
		width: 100%;
	}
	.main_blog_post header{
		padding: 30px;
	}
	.main_blog_post h1{
		font-weight: 400;
		font-size: 2em;
		margin-bottom: 15px;
	}
	.main_blog_post a{
		color: #518327;
		text-decoration: none;
	}
	.main_blog_post a:hover{
		text-decoration: underline;
	}
	.main_blog_post .tagline{
		font-size: 0.9em;
		color: #555;
	}
	
	.post_list_artigos{
		background: #fff;
	}
	.post_list_artigos:hover{
		box-shadow: 0 0 10px 0 #ccc;
	}
	.post_list_artigos_thumb{
		position: relative;
	}
	.post_list_artigos_content{
		padding: 25px;
	}
	.post_list_artigos_content h2{
		font-size: 1.3em;
	}
	.post_list_artigos_content a{
		font-weight: 400;
		text-shadow: 1px 1px #fff;
		text-decoration: none;
		color: #18270C;
	}
	.post_list_artigos_content a:hover{
		color: #990000;
	}
	.post_list_artigos_content p{
		margin-top: 10px;
		font-weight: 300;
		font-size: 0.8em;
	}
	.post_list_artigos_breadcrumb{
		display: block;
		font-size: 0.875em;
		text-transform: uppercase;
		color: #999;
		margin-bottom: 15px;
	}
	.post_list_artigos_author{
		display: block;
		width: 100%;
		font-size: 0.7em;
		text-transform: capitalize;
		color: #555;
		padding: 20px;
		border-top: 1px solid #eee;
	}
	.post_list_artigos_author_date,
	.post_list_artigos_author_info{
		display: inline-block;
		width: 50%;
		vertical-align: middle;
	}
	.post_list_artigos_author_date{
		text-align: right;
	}
	.post_list_artigos_comments{
		display: inline-block;
		margin-right: 20px;
	}
	
	.post_list_artigos_author_info_thumb{
		display: inline-block;
		width: 20%;
		vertical-align: middle;
	}
	
	.post_list_artigos_author_info_name{
		font-weight: 500;
		display: inline-block;
		width: 80%;
		padding-left: 10px;
		vertical-align: middle;
	}
	.main_sidebar{
		float: left;
		width: 30%;
		padding: 20px;
		background: #fff;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.main_sidebar_widget{
		display: block;
		width: 100%;
		margin-bottom: 30px;
	}
	.main_sidebar_widget > h1{
		font-size: 1.5em;
		font-weight: 300;
		margin-bottom: 25px;
		border-bottom: 1px solid #ccc;
		color: #555;
	}
	.main_sidebar_widget > h1 span{
		border-bottom: 5px solid #ccc;
	}
	.main_sidebar_widget a{
		padding: 15px 0;
		text-decoration: none;
		font-weight: bold;
		color: #333;
		font-size: 1em;
	}
	.main_sidebar_widget a:hover{
		color: #990000;
	}
	.main_sidebar_widget ul{
		display: block;
		width: 100%;
		padding: 15px 0;
	}
	.main_sidebar_widget ul li{
		display: block;
		width: 100%;
		background: #fbfbfb;
		padding: 20px 15px;
		border-bottom: 5px solid #fff;
		text-transform: uppercase;
		font-size: 0.875em;
		font-weight: 300;
	}
	.main_sidebar_widget_post{
		display: block;
		width: 100%;
		margin-bottom: 25px;
	}
	.main_sidebar_widget_post h1{
		font-size: 0.7em;
		font-weight: 600;
		margin: 20px 0 10px 0;
	}
	.main_sidebar_widget_post .tagline{
		font-size: 0.8em;
		color: #ccc;
	}
	.search_form{
		width: 100%;
		margin-bottom: 20px;
		padding: 20px;
		background: #fbfbfb;
		text-align: center;
	}
	.search_form input{
		margin-bottom: 10px;
	}
	.search_form button{
		text-transform: uppercase;
		font-size: 0.8em;
	}
	.post_list{
		background: #f5f5f5;
	}
	.post_list:hover{
		box-shadow: 0 0 20px 0 #ccc;
	}
	.post_list_thumb{
		position: relative;
	}
	.post_list_content{
		padding: 5px;
	}
	.post_list_content h2{
		font-size: 1.3em;
		text-align: center;
	}
	.post_list_content a{
		font-weight: 600;
		color: #555;
		text-shadow: 1px 1px #fff;
		text-decoration: none;
	}
	.post_list_content a:hover{
		color: #990000;
	}
	.post_list_content p{
		margin-top: 15px;
		font-weight: 300;
		font-size: 0.8em;
	}
	.post_list_breadcrumb{
		display: block;
		font-size: 0.7em;
		text-transform: uppercase;
		color: #ccc;
		margin-bottom: 25px;
	}
	.post_list_author{
		display: block;
		width: 100%;
		font-size: 0.7em;
		text-transform: capitalize;
		color: #555;
		padding: 20px;
		border-top: 1px solid #eee;
	}
	.post_list_author_date,
	.post_list_author_info{
		display: inline-block;
		width: 50%;
		vertical-align: middle;
	}
	.post_list_author_date{
		text-align: right;
	}
	.post_list_comments{
		display: inline-block;
		margin-right: 20px;
	}
	.post_list_author_info_thumb{
		display: inline-block;
		width: 20%;
		vertical-align: middle;
	}
	.post_list_author_info_name{
		font-weight: 500;
		display: inline-block;
		width: 80%;
		padding-left: 10px;
		vertical-align: middle;
	}
	/*PAGINA PESQUISA - Fábio*/
	
	.post_list_author_info_thumb_pesquisa{
		display: inline-block;
		width: 10%;
		vertical-align: middle;
	}
	
	/*SINGLE POST - Fábio*/
	.single_post{

}
.single_post_header{
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    width: 100%; 
}
.single_post_header_false{
    background: rgba(0,0,0,0.5) url(images/image_texture.png);
    padding-bottom: 235px;
}
.single_post_header h1{
    font-size: 2em;
    margin-bottom: 10px;
    padding-top: 20px;
}
.single_post_header p{
    font-size: 1em;
    font-weight: 400;
    text-shadow: 0 1px #000;
}
.single_post_header .breadcrumb{
    display: block;
    width: 100%;
    margin-top: 25px;
}
.single_post_header .breadcrumb a{
    font-size: 0.75em;
    color: #eee;
    font-weight: 400;
    text-shadow: 0 1px #000;
    text-transform: uppercase;
    margin: 0 10px 0 5px;
    text-decoration: none;
}
.single_post_header .breadcrumb a:hover{
    color: #fff;
    text-decoration: underline;
}
.single_post_header .breadcrumb a:first-child{
    margin-left: 0;
}
.single_post_content{
    background: #f5f5f5;
}
.single_post_content_thumb{
    width: 100%;
}
.single_post_content .content{
    padding-top: 0;
}
.single_post_content .post_content{
    margin-top: -150px;
    background: #fff;
    padding: 0;
}
.single_post_content .htmlchars{
    font-size: 1.1em;
    padding: 30px;
}
.single_post_content_comments{
    margin-top: 30px;
    padding: 30px;
    background: #fff;
}
.single_post_more{
    display: block;
    width: 100%;
    margin-top: 30px;
}
.single_post_more_post{
    position: relative;
    font-size: 0.7em;
}
.single_post_more_post a{
    color: #eee;
    text-decoration: none;
    text-transform: uppercase;
}

.single_post_more_post a:hover{
    color: #fff;
    text-decoration: underline;
}

.single_post_more_post_false{
    background: rgba(0,0,0,0.7);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.single_post_more_post_content{
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 25px;
    text-align: center;
    color: #eee;
}

.single_post_more_post_content_img{
    width: 100px;
    margin-bottom: 15px;
    box-shadow: 0 2px 2px 0 #000;
}

.single_post_sidebar{
    padding-top: 30px;
    float: right;
}

.single_post_sidebar_widget{
    background: #fff;
    margin-bottom: 10px;
}

.single_post_sidebar_widget .title{
    color: #000;
    font-weight: 300;
    text-transform: uppercase;
}

.single_post_sidebar_widget .subtitle{
    font-size: 0.875em;
    font-weight: 300;
    margin-top: 20px;
}

.single_post_sidebar_widget .title span{
    display: block;
}

.single_post_sidebar_widget_header .lineboth{
    display: block;
    width: 20%;
    height: 5px;
    background: #018EC0;
    margin: 10px 0 20px 0;
}

.single_post_sidebar_widget_content{
    padding: 30px;
}

.single_post_sidebar_widget_fanpage{
    text-align: center;
}

.single_post_sidebar_widget_fanpage img{
    display: block;
    max-width: 50%;
    margin: 0 auto 20px auto;
}

.single_post_sidebar_widget_fanpage_like{
    text-align: center;
    border-top: 1px solid #eee;
    margin-top: 20px;
    padding-top: 20px;
}

.single_post_sidebar_widget_fanpage_yt{
    text-align: center;
    margin-bottom: 20px;
}

.single_post_sidebar_widget_navigation_ul{
    display: block;
    list-style: none;
}

.single_post_sidebar_widget_navigation_ul > li{
    margin-bottom: 10px;
}

.single_post_sidebar_widget_navigation_ul > li:last-child{
    margin-bottom: 0;
}

.single_post_sidebar_widget_navigation_ul a{
    color: #333;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    display: block;
    padding: 5px 20px;
    background: #fbfbfb;
    font-size: 0.8em;
}

.single_post_sidebar_widget_navigation_ul a:hover{
    background: #eee;
}

.single_post_sidebar_widget_navigation_ul_li_a{
    font-size: 1em;
    font-weight: bold !important;
    padding: 15px !important;
}

.single_post_sidebar_widget_vip{
    background: #008BBF;
}
.single_post_sidebar_widget_vip h1{
    font-size: 1em;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.single_post_sidebar_widget_vip header{
    text-align: center;
}

.single_post_sidebar_widget_vip .title{
    font-weight: bold;
    color: #fff;
    text-shadow: 0 1px #000;
}

.single_post_sidebar_widget_vip .subtitle_nome{
    margin: 10px 0 5px 0;
    font-weight: bold;
}

.single_post_sidebar_widget_vip .subtitle{
    margin: 0px 0 15px 0;
}

.single_post_sidebar_widget_vip header span{
    font-size: 2.5em;
    text-shadow: 0 1px #000;
}

.single_post_sidebar_widget_vip .btn{
    box-shadow: 0 2px 2px #555;
}

/*
PAGINAS fábio
*/

.single_page{
    
}
.logo_text{
    position: absolute;
    left: -99px;
    top: -99px;
    text-indent: -9999px;
}
.single_page_header{
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    width: 100%;
}
.single_page_header_false{
    background: rgba(0,0,0,0.6) url(images/image_texture.png);
    padding-bottom: 235px;
}
.single_page_header h1{
    font-size: 2.2em;
    margin-bottom: 10px;
    padding-top: 20px;
}
.single_page_header p{
    font-size: 1.2em;
    font-weight: 400;
    text-shadow: 0 1px #000;
}
.single_page_header .breadcrumb{
    display: block;
    width: 100%;
    margin-top: 15px;
}
.single_page_header .breadcrumb a{
    font-size: 0.75em;
    color: #eee;
    font-weight: 400;
    text-shadow: 0 1px #000;
    text-transform: uppercase;
    margin: 0 10px 0 5px;
    text-decoration: none;
}
.single_page_header .breadcrumb a:hover{
    color: #fff;
    text-decoration: underline;
}
.single_page_header .breadcrumb a:first-child{
    margin-left: 0;
}
.single_page_content{
    background: #fff;
}
.single_page_content_thumb{
    width: 100%;
}
.single_page_content .content{
    padding-top: 0;
}

.single_page_content .page_content{
    margin-top: -170px;
    background: #fff;
    padding: 0;
}
.single_page_content .htmlchars{
    font-size: 1.1em;
    padding-top: 15px;
    padding-bottom: -220px !important
        background: #008BBF;

}
.single_page_sidebar{
    padding-top: 30px;
    background: #006699;
}
.single_post_sidebar{
    padding-top: 30px;
    float: right;
}
.single_post_sidebar_widget{
    background: #575757;
    margin-bottom: 10px;
}
.single_post_sidebar_widget .title{
    color: #4080FF;
    font-weight: 300;
    text-transform: uppercase;
}

.single_post_sidebar_widget .subtitle{
    font-size: 0.875em;
    font-weight: 300;
    margin-top: 20px;
    color: #ffffff;
}

.single_post_sidebar_widget .title span{
    display: block;
}

.single_post_sidebar_widget_header .lineboth{
    display: block;
    width: 20%;
    height: 5px;
    background: #018EC0;
    margin: 10px 0 20px 0;
}

.single_post_sidebar_widget_content{
    padding: 30px;
}

.single_post_sidebar_widget_fanpage{
    text-align: center;
}

.single_post_sidebar_widget_fanpage img{
    display: block;
    max-width: 50%;
    margin: 0 auto 20px auto;
}

.single_post_sidebar_widget_fanpage_like{
    text-align: center;
    border-top: 1px solid #eee;
    margin-top: 20px;
    padding-top: 20px;
}

.single_post_sidebar_widget_fanpage_yt{
    text-align: center;
    margin-bottom: 20px;
}

.single_post_sidebar_widget_navigation_ul{
    display: block;
    list-style: none;
}

.single_post_sidebar_widget_navigation_ul > li{
    margin-bottom: 10px;
}

.single_post_sidebar_widget_navigation_ul > li:last-child{
    margin-bottom: 0;
}

.single_post_sidebar_widget_navigation_ul a{
    color: #333;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    display: block;
    padding: 5px 20px;
    background: #fbfbfb;
    font-size: 0.8em;
}

.single_post_sidebar_widget_navigation_ul a:hover{
    background: #eee;
}

.single_post_sidebar_widget_navigation_ul_li_a{
    font-size: 1em;
    font-weight: bold !important;
    padding: 15px !important;
}

.single_post_sidebar_widget_vip{
    background: #008BBF;
}
.single_post_sidebar_widget_vip h1{
    font-size: 1em;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.single_post_sidebar_widget_vip header{
    text-align: center;
}

.single_post_sidebar_widget_vip .title{
    font-weight: bold;
    color: #fff;
    text-shadow: 0 1px #000;
}

.single_post_sidebar_widget_vip .subtitle_nome{
    margin: 10px 0 5px 0;
    font-weight: bold;
}

.single_post_sidebar_widget_vip .subtitle{
    margin: 0px 0 15px 0;
}

.single_post_sidebar_widget_vip header span{
    font-size: 2.5em;
    text-shadow: 0 1px #000;
}

.single_post_sidebar_widget_vip .btn{
    box-shadow: 0 2px 2px #555;
}

/*
PRODUCTS sidebar Fábio
*/
.products_sidebar .content_sidebar{padding: 30px 0; width: 100%;}

/*products_sidebar => heading*/
.products_sidebar .products_heading_sidebar{margin-bottom: 30px;  background: #fff;}
.products_sidebar .products_heading_sidebar h1{font-size: 1.125em; color: #008BBF; font-weight: 600; text-transform: uppercase; text-align: center; position: relative;}
.products_sidebar .products_heading_sidebar h1:before{content: ""; display: block; width: 100%; height: 1px; position: absolute; top: 50%; margin-top: 0.5px; background-color: #008BBF; z-index: -1;}
.products_sidebar .products_heading_sidebar h1 > span{background-color: #ffffff; padding: 20px 20px;}
.products_sidebar .products_heading_sidebar h1 span span{color: #4B7D2D; font-weight: bold;}

/*products => item*/
.products_sidebar .products_item{border: 1px solid #f4f4f4; margin-bottom: 10px; text-align: center; padding: 10px 10px 20px 10px; -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05); -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05); -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05); -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05); box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);}
.products_sidebar .products_item:hover .products_item_image img{-webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05);}

/*products => item => image*/
.products_sidebar .products_item .products_item_image{margin-bottom: 15px; position: relative; min-height: 445px; overflow: hidden;}
.products_sidebar .products_item .products_item_image img{width: auto !important; height: 100%; max-width: 445px; position: absolute; right: -50%; left: -50%; margin: 0 auto; -webkit-transition: transform 0.3s ease-in-out; -moz-transition: transform 0.3s ease-in-out; -ms-transition: transform 0.3s ease-in-out; -o-transition: transform 0.3s ease-in-out; transition: transform 0.3s ease-in-out;}

/*products => item => image => new*/
.products_sidebar .products_item .products_item_image .new_product{width: 115px; height: 100px; line-height: 160px; position: absolute; top: -50px; right: -50px; background-color: #5F9E38; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg);}
.products_sidebar .products_item .products_item_image .new_product p{-webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg);}
.products_sidebar .products_item .products_item_image .new_product p a{display: block; width: 100%; height: 100%; font-size: 0.8125em; color: #ffffff; font-weight: bold; text-transform: uppercase; text-decoration: none;}

/*products => item => image => wishlist*/
.products_sidebar .products_item .products_item_image .actions_wishlist{right: 10px; bottom: 10px; -webkit-transition: bottom 0.4s ease-in-out; -moz-transition: bottom 0.4s ease-in-out; -ms-transition: bottom 0.4s ease-in-out; -o-transition: bottom 0.4s ease-in-out; transition: bottom 0.4s ease-in-out;}

/*products => item => image => browsing history*/
.browsing_history .browsing_history_remove_all{text-align: center; margin-bottom: 10px}
.browsing_history .browsing_history_remove_all span{display: inline-block; font-size: 0.7em; color: #666666; font-weight: bold; background-color: #eeeeee; padding: 7px 12px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px; border-radius: 10px; -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out; -moz-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out; -ms-transition: background-color 0.3s ease-in-out; -o-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out; transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out; cursor: pointer;}
.browsing_history .browsing_history_remove_all span:hover{color: #ffffff; background-color: #5F9E38;}
.browsing_history .browsing_history_remove_this{-webkit-display: -webkit-box; -webkit-display: -webkit-flex; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-justify-content: center; -webkit-box-pack: center; -moz-justify-content: center; -moz-flex-pack: center; -ms-justify-content: center; -ms-flex-pack: center; -o-justify-content: center; justify-content: center; -webkit-align-items: center; -webkit-box-align: center; -moz-align-items: center; -ms-align-items: center; -ms-flex-align: center; -o-align-items: center; align-items: center; width: 40px; height: 40px; position: absolute; top: 5px; right: 5px; background-color: #f1f1f1; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .2); -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .2); -ms-box-shadow: 0 0 5px rgba(0, 0, 0, .2); -o-box-shadow: 0 0 5px rgba(0, 0, 0, .2); box-shadow: 0 0 5px rgba(0, 0, 0, .2); -webkit-transition: transform 0.3s ease-in-out; -moz-transition: transform 0.3s ease-in-out; -ms-transition: transform 0.3s ease-in-out; -o-transition: transform 0.3s ease-in-out; transition: transform 0.3s ease-in-out;}
.browsing_history .browsing_history_remove_this:hover{-webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05);}
.browsing_history .browsing_history_remove_this span{font-size: 1.875em; color: #5F9E38; text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); cursor: pointer;}

/*products => item => image => discount*/
.products_sidebar .products_item .products_item_image .discount_product{min-width: 70px; height: 40px; line-height: 40px; position: absolute; top: 70%; left: 0; margin-top: -20px; background-color: #592704;}
.products_sidebar .products_item .products_item_image .discount_product p a{display: block; width: 100%; height: 100%; font-size: 0.75em; color: #ffffff; font-weight: bold; text-transform: uppercase; text-decoration: none;}
.products_sidebar .products_item .products_item_image .discount_product p a i{font-size: 50px; color: #ffffff; position: absolute; top: 50%; left: 50%; margin-top: -25px; margin-left: -25px;}

/*products => item => image => actions*/
.products_sidebar .products_item .products_item_image .btn_actions{-webkit-display: -webkit-box; -webkit-display: -webkit-flex; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-align-items: center; -webkit-box-align: center; -moz-align-items: center; -ms-align-items: center; -ms-flex-align: center; -o-align-items: center; align-items: center; width: 100%; height: 40px; position: absolute; bottom: -40px; padding: 10px 5px; opacity: 0; -webkit-transition: bottom 0.4s ease-in-out, opacity 0.5s ease-in-out; -moz-transition: bottom 0.4s ease-in-out, opacity 0.5s ease-in-out; -ms-transition: bottom 0.4s ease-in-out, opacity 0.5s ease-in-out; -o-transition: bottom 0.4s ease-in-out, opacity 0.5s ease-in-out; transition: bottom 0.4s ease-in-out, opacity 0.5s ease-in-out;}
.products_sidebar .products_item:hover .products_item_image .btn_actions{bottom: 10px; opacity: 1;}
.products_sidebar .products_item:hover .products_item_image .actions_wishlist{bottom: 60px;}
.products_sidebar .products_item .products_item_image .btn_actions li{flex-grow: 1; width: 47%; padding: 0 1.5%;}
.products_sidebar .products_item .products_item_image .btn_actions li a{display: block; font-size: 0.8125em; color: #ffffff; font-weight: bold; text-decoration: none; text-transform: uppercase; padding: 10px 5px; -webkit-transition: background-color 0.3s ease-in-out; -moz-transition: background-color 0.3s ease-in-out; -ms-transition: background-color 0.3s ease-in-out; -o-transition: background-color 0.3s ease-in-out; transition: background-color 0.3s ease-in-out;}
.products_sidebar .products_item .products_item_image .btn_actions li a.view_product{background-color: rgba(0, 0, 0, 0.7); border: 1px solid #ffffff;}
.products_sidebar .products_item .products_item_image .btn_actions li a.view_product:hover{background-color: rgba(0, 0, 0, 0.9);}
.products_sidebar .products_item .products_item_image .btn_actions li a.purchase_product{background-color: #5F9E38;}
.products_sidebar .products_item .products_item_image .btn_actions li a.purchase_product:hover{background-color: #447328;}
.products_sidebar .products_item .products_item_image .btn_actions li a i{margin-right: 5px;}

/*products => item => title*/
.products_sidebar .products_item .products_item_title{margin-bottom: 15px;}
.products_sidebar .products_item .products_item_title a{font-size: 0.875em; color: #111111; font-weight: 600; text-decoration: none;}

/*products => item => price*/
.products_sidebar .products_item .products_item_price a{font-size: 1.2em; color: #447328; font-weight: 600; text-decoration: none;}
.products_sidebar .products_item .products_item_price span.old_price{display: block; font-size: 0.75em; color: #f23550; text-decoration: line-through;}
.products_sidebar .products_item .products_item_price span.installment{display: block; font-size: 0.9125rem; color: #666;}

/*products => carousel*/
.products_sidebar .owl-nav{width: 100%; position: absolute; top: 35%;}
.products_sidebar .owl-nav .owl-prev, .products .owl-nav .owl-next{display: inline-block; width: 35px; height: 35px; line-height: 35px; font-size: 2em; color: #5F9E38 !important; text-align: center; background-color: #f8f8f8; -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); -webkit-transition: background-color 0.2s ease-out, color 0.2s ease-out; -moz-transition: background-color 0.2s ease-out, color 0.2s ease-out; -ms-transition: background-color 0.2s ease-out, color 0.2s ease-out; -o-transition: background-color 0.2s ease-out, color 0.2s ease-out; transition: background-color 0.2s ease-out, color 0.2s ease-out;}
.products_sidebar .owl-nav .owl-prev{position: absolute; left: 0;}
.products_sidebar .owl-nav .owl-next{position: absolute; right: 0;}
.products_sidebar .owl-nav .owl-prev:hover, .products .owl-nav .owl-next:hover{background-color: #f8f8f8; color: #ffffff;}

/*products => paginator*/
.products_sidebar .paginator{margin-top: 40px;}
.products_sidebar .paginator a, .products .paginator span{font-size: 0.8em; color: #592704; font-weight: bold; text-shadow: none; background-color: transparent; border: 1px solid #5F9E38;}
.products_sidebar .paginator a:hover, .products .paginator span.active{cursor: pointer; background-color: transparent; color: #00751E; border-color: #00751E;}

/*products => modal*/
.products_modal{-webkit-display: -webkit-box; -webkit-display: -webkit-flex; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-justify-content: center; -webkit-box-pack: center; -moz-justify-content: center; -moz-flex-pack: center; -ms-justify-content: center; -ms-flex-pack: center; -o-justify-content: center; justify-content: center; -webkit-align-items: center; -webkit-box-align: center; -moz-align-items: center; -ms-align-items: center; -ms-flex-align: center; -o-align-items: center; align-items: center; width: 100vw; height: calc(100vh - 96px); position: fixed; background-color: rgba(0, 0, 0, 0.7); z-index: 998;}
.products_modal .products_modal_content{display: none; width: 90%; height: 90%; position: relative; background-color: #ffffff;}

.products_modal .products_modal_content .product{max-height: calc(100% - 45px); overflow-y: auto; border-top: 10px solid #ffffff; border-bottom: 10px solid #ffffff;}
.products_modal .products_modal_content .product::-webkit-scrollbar{width: 5px; background-color: #ffffff;}
.products_modal .products_modal_content .product::-webkit-scrollbar-thumb{background-color: transparent; -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3); -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3); -ms-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3); -o-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3); box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3); -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px;}
.products_modal .products_modal_content .product .content{width: 95%; padding: 0;}

.products_modal .products_modal_content .products_modal_content_close.modal_pdt_mobile{background-color: #5F9E38; padding: 10px; text-align: center;}
.products_modal .products_modal_content .products_modal_content_close.modal_pdt_mobile span{display: inline-block; font-size: 0.8em; color: #5F9E38; font-weight: bold; text-decoration: none; text-transform: uppercase; background-color: #ffffff; padding: 5px 20px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px;}
.products_modal .products_modal_content .products_modal_content_close.modal_pdt_mobile span:hover{cursor: pointer;}

.products_modal .products_modal_content .products_modal_content_close.modal_pdt_desktop{display: none; -webkit-justify-content: center; -webkit-box-pack: center; -moz-justify-content: center; -moz-flex-pack: center; -ms-justify-content: center; -ms-flex-pack: center; -o-justify-content: center; justify-content: center; -webkit-align-items: center; -webkit-box-align: center; -moz-align-items: center; -ms-align-items: center; -ms-flex-align: center; -o-align-items: center; align-items: center; width: 40px; height: 40px; position: absolute; top: -20px; left: -20px; background-color: #f1f1f1; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; -webkit-transition: transform 0.3s ease-in-out; -moz-transition: transform 0.3s ease-in-out; -ms-transition: transform 0.3s ease-in-out; -o-transition: transform 0.3s ease-in-out; transition: transform 0.3s ease-in-out;}
.products_modal .products_modal_content .products_modal_content_close.modal_pdt_desktop:hover{-webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05); cursor: pointer;}
.products_modal .products_modal_content .products_modal_content_close.modal_pdt_desktop i{font-size: 1.875em; color: #5F9E38;}

/*
WIDGETS
*/

/*one input*/
.one_input{position: relative;}
.one_input_field{height: 50px; border: 1px solid #d1d1d1; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; padding: 10px 15px; -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); -ms-box-shadow: 0 0 5px rgba(2, 0, 0, 0.1); -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); outline: none;}
.one_input_field:focus{-webkit-box-shadow: 0 0 7px rgba(102, 102, 102, 0.5); -moz-box-shadow: 0 0 7px rgba(102, 102, 102, 0.5); -ms-box-shadow: 0 0 7px rgba(102, 102, 102, 0.5); -o-box-shadow: 0 0 7px rgba(0, 153, 255, 0.5); box-shadow: 0 0 7px rgba(102, 102, 102, 0.5);}
.one_input_button{-webkit-display: -webkit-box; -webkit-display: -webkit-flex; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-justify-content: center; -webkit-box-pack: center; -moz-justify-content: center; -moz-flex-pack: center; -ms-justify-content: center; -ms-flex-pack: center; -o-justify-content: center; justify-content: center; -webkit-align-items: center; -webkit-box-align: center; -moz-align-items: center; -ms-align-items: center; -ms-flex-align: center; -o-align-items: center; align-items: center; height: 50px; padding: 14px 20px; position: absolute; top: 0; right: 0; font-size: 1.125em; color: #ffffff; background-color: #666; border: 3px solid #666; -webkit-border-radius: 0 5px 5px 0; -moz-border-radius: 0 5px 5px 0; -ms-border-radius: 0 5px 5px 0; -o-border-radius: 0 5px 5px 0; border-radius: 0 5px 5px 0; -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out; -moz-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out; -ms-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out; -o-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out; transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out; outline: none;}
.one_input_button:hover{cursor: pointer; background-color: #00ACEC; border-color: #00ACEC;}

/*real time search*/
.realtime_search{display: none; width: 100%; position: absolute; margin-top: 10px; padding: 10px 5px 10px 10px; background-color: #ffffff; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: 0 2px 4px 0 rgba(216, 216, 216, 0.5); -moz-box-shadow: 0 2px 4px 0 rgba(216, 216, 216, 0.5); -ms-box-shadow: 0 2px 4px 0 rgba(216, 216, 216, 0.5); -o-box-shadow: 0 2px 4px 0 rgba(216, 216, 216, 0.5); box-shadow: 0 2px 4px 0 rgba(216, 216, 216, 0.5); z-index: 99;}
.realtime_search ul{max-height: 300px; overflow-y: auto;}
.realtime_search ul::-webkit-scrollbar{width: 7px; background-color: #ffffff;}
.realtime_search ul::-webkit-scrollbar-thumb{background-color: transparent; -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3); -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3); -ms-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3); -o-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3); box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3); -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px;}
.realtime_search li a{-webkit-display: -webkit-box; -webkit-display: -webkit-flex; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; align-items: flex-start; text-decoration: none; padding: 10px; -webkit-transition: background-color 0.2s ease-in-out; -moz-transition: background-color 0.2s ease-in-out; -ms-transition: background-color 0.2s ease-in-out; -o-transition: background-color 0.2s ease-in-out; transition: background-color 0.2s ease-in-out;}
.realtime_search li a:hover{background-color: #f6f6f6;}
.realtime_search li a img{width: 50px; margin-right: 20px;}
.realtime_search li a p{font-size: 0.9em; color: #000000; font-weight: 600;}
.realtime_search li a p .old_price{font-size: 0.75em; text-decoration: line-through;}
.realtime_search li a p .new_price{color: #008C00; font-weight: bold;}

/*actions wishlist*/
.actions_wishlist{-webkit-display: -webkit-box; -webkit-display: -webkit-flex; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-justify-content: center; -webkit-box-pack: center; -moz-justify-content: center; -moz-flex-pack: center; -ms-justify-content: center; -ms-flex-pack: center; -o-justify-content: center; justify-content: center; -webkit-align-items: center; -webkit-box-align: center; -moz-align-items: center; -ms-align-items: center; -ms-flex-align: center; -o-align-items: center; align-items: center; width: 50px; height: 50px; position: absolute; -webkit-transition: right 0.4s ease-in-out; -moz-transition: right 0.4s ease-in-out; -ms-transition: right 0.4s ease-in-out; -o-transition: right 0.4s ease-in-out; transition: right 0.4s ease-in-out;}
.actions_wishlist span{font-size: 40px; color: #008BBF; -webkit-text-shadow: 0 0 5px rgba(255, 255, 255, 1); -moz-text-shadow: 0 0 5px rgba(255, 255, 255, 1); -ms-text-shadow: 0 0 5px rgba(255, 255, 255, 1); -o-text-shadow: 0 0 5px rgba(255, 255, 255, 1); text-shadow: 0 0 5px rgba(255, 255, 255, 1); cursor: pointer;}
.actions_wishlist span.active{color: #F40000;}

/*countdown*/
.countdown{-webkit-display: -webkit-box; -webkit-display: -webkit-flex; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; justify-content: space-around; -webkit-align-items: center; -webkit-box-align: center; -moz-align-items: center; -ms-align-items: center; -ms-flex-align: center; -o-align-items: center; align-items: center; padding: 10px; margin-bottom: 5px; background-color: #ffffff; -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); -webkit-box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.1); -moz-box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.1); -ms-box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.1); -o-box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.1); box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.1);}
.countdown div{-webkit-display: -webkit-box; -webkit-display: -webkit-flex; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex;}
.countdown div > span{font-size: 1em; color: #555555; font-weight: bold; text-align: left; line-height: 15px;}
.countdown div > span .countdown_legend{font-size: 0.65em; text-transform: uppercase;}

/*
HEADER
*/

/*header mobile*/
.header_mobile{position: fixed; top: 0; right: 0; left: 0; -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); z-index: 999999;}
.header_mobile .content{padding: 10px 0;}
.header_mobile .header_mobile_logo{text-align: center; background-color: #fff;}

/*header mobile => nav*/
.header_mobile .header_mobile_nav{text-align: center; background-color: #9A0000;}
.header_mobile .header_mobile_nav .content{padding: 0;}
.header_mobile .header_mobile_nav ul li{display: inline-block;}
.header_mobile .header_mobile_nav ul li a{display: block; padding: 10px 12px;}
.header_mobile .header_mobile_nav ul li a.active{background-color: #9A0000;}
.header_mobile .header_mobile_nav ul li a i{position: relative; font-size: 1.6625em; color: #ffffff;}
.header_mobile .header_mobile_nav ul li a i span{display: none; width: 20px; height: 20px; position: absolute; top: -5px; font-size: 0.5em; font-weight: bold; line-height: 20px; background-color: #469aa8; opacity: 0.9; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.9); -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.9); -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.9); -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.9); box-shadow: 0 0 3px rgba(0, 0, 0, 0.9);}
.header_mobile .header_mobile_nav ul li a i span.active{display: inline-block;}

/*header mobile => search*/
.header_mobile .header_mobile_search{display: none; background-color: #ccc;}
.header_mobile .header_mobile_search form input{height: 35px; border: none;}
.header_mobile .header_mobile_search form button{height: 35px; background-color: #ffffff; color: #4DC247; border: none; padding: 0 10px;}
.header_mobile .header_mobile_search form button:hover{background-color: #f1f1f1;}
.header_mobile .header_mobile_search .realtime_search{background-color: #fff; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; -webkit-box-shadow: 0 3px 4px 0 rgba(216, 216, 216, 0.5); -moz-box-shadow: 0 3px 4px 0 rgba(216, 216, 216, 0.5); -ms-box-shadow: 0 3px 4px 0 rgba(216, 216, 216, 0.5); -o-box-shadow: 0 3px 4px 0 rgba(216, 216, 216, 0.5); box-shadow: 0 3px 4px 0 rgba(216, 216, 216, 0.5);}
.header_mobile .header_mobile_search .realtime_search ul{background-color: #ffffff;}

/*header mobile => categories*/
.header_mobile_categories{display: none; height: 100vh; background-color: rgba(0, 0, 0, 0.8);}

.header_mobile_categories .header_mobile_categories_ul{max-height: 350px; overflow-y: auto; background-color: #ffffff; border: 5px solid #e9e9e9; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px;}
.header_mobile_categories .header_mobile_categories_ul::-webkit-scrollbar{width: 8px; background-color: #ffffff;}
.header_mobile_categories .header_mobile_categories_ul::-webkit-scrollbar-thumb{background-color: #9A0000; border-right: 2px solid #ffffff; border-left: 2px solid #ffffff;}

.header_mobile_categories .header_mobile_categories_ul li > div{position: relative; font-size: 0.9em; color: #555555; font-weight: 600; background-color: #fafafa; margin-bottom: 1px; border: 1px solid #d9d9d9; -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);}
.header_mobile_categories .header_mobile_categories_ul li > div div{-webkit-display: -webkit-box; -webkit-display: -webkit-flex; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-justify-content: center; -webkit-box-pack: center; -moz-justify-content: center; -moz-flex-pack: center; -ms-justify-content: center; -ms-flex-pack: center; -o-justify-content: center; justify-content: center; -webkit-align-items: center; -webkit-box-align: center; -moz-align-items: center; -ms-align-items: center; -ms-flex-align: center; -o-align-items: center; align-items: center; width: 50px; height: 100%; position: absolute; top: 0; left: 0; padding: 10px; background-color: #e9e9e9; cursor: pointer;}
.header_mobile_categories .header_mobile_categories_ul li > div div i{font-size: 1.2em; color: #999999; font-weight: bold; -webkit-transition: transform 0.3s ease-in-out; -moz-transition: transform 0.3s ease-in-out; -ms-transition: transform 0.3s ease-in-out; -o-transition: transform 0.3s ease-in-out; transition: transform 0.3s ease-in-out;}
.header_mobile_categories .header_mobile_categories_ul li > div div i.active{ -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg);}
.header_mobile_categories .header_mobile_categories_ul li > div a{display: block; font-size: 0.8em; color: #303030; font-weight: bold; text-transform: uppercase; text-decoration: none; padding: 15px 15px 15px 70px;}
.header_mobile_categories .header_mobile_categories_ul li ul{display: none; padding-left: 40px;}

/*header desktop*/
.header_desktop{display: none;}

/*header desktop => access*/
.header_desktop .header_access{border-bottom: 1px solid #eeeeee; background: #f4f4f4;}
.header_desktop .header_access .content{padding: 5px 0;}
.header_desktop .header_access p{display: inline-block; font-size: 0.7875em; color: #666;}
.header_desktop .header_access p a{color: #00ACEC; font-weight: bold; text-decoration: none; -webkit-transition: color 0.2s ease-in-out; -moz-transition: color 0.2s ease-in-out; -ms-transition: color 0.2s ease-in-out; -o-transition: color 0.2s ease-in-out; transition: color 0.2s ease-in-out;}
.header_desktop .header_access p a:hover{color: #0000FF;}
.header_desktop .header_access p .contact{color: #00ACEC; font-weight: bold; padding: 0 5px;}

.header_desktop .header_access ul{float: right;}
.header_desktop .header_access li{display: inline-block; margin: 0 10px;}
.header_desktop .header_access li:last-child{margin-right: 0;}
.header_desktop .header_access li a{font-size: 0.7875em; color: #999; font-weight: bold; text-transform: uppercase; text-decoration: none; -webkit-transition: color 0.2s ease-in-out; -moz-transition: color 0.2s ease-in-out; -ms-transition: color 0.2s ease-in-out; -o-transition: color 0.2s ease-in-out; transition: color 0.2s ease-in-out;}
.header_desktop .header_access li a:hover{text-decoration: underline;}
.header_desktop .header_access li a.active{position: relative; padding: 3px 10px 3px 35px; background-color: #f1f1f1; -webkit-border-radius: 10px 0 0 10px; -moz-border-radius: 10px 0 0 10px; -ms-border-radius: 10px 0 0 10px; -o-border-radius: 10px 0 0 10px; border-radius: 10px 0 0 10px;}
.header_desktop .header_access li a .notification{display: none; width: 30px; height: 30px; position: absolute; top: 50%; left: 0; margin-top: -15px; text-align: center; line-height: 30px; border-radius: 50%; background-color: #f1f1f1;}
.header_desktop .header_access li a.active .notification{display: inline-block;}

/*header desktop => logo*/
.header_desktop .header_desktop_logo{display: inline-block; width: 35%; vertical-align: bottom;}
.header_desktop .header_desktop_logo span{position: absolute; top: -9999px; left: -9999px; text-indent: -9999px;}

/*header desktop => search*/
.header_desktop .header_desktop_search{display: inline-block; width: 40%; position: relative; vertical-align: bottom;}

/*header desktop => cart*/
.header_desktop .header_desktop_cart{display: inline-block; width: 25%; text-align: right; vertical-align: bottom;}
.header_desktop .header_desktop_cart_button{display: inline-block; font-size: 0.7em; color: #ffffff; font-weight: bold; text-transform: uppercase; text-decoration: none; text-align: left; padding: 10px 20px 10px 70px; background: #999 url(images/cart.png) no-repeat 20px 50%; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; -webkit-transition: background-color 0.2s ease-in-out; -moz-transition: background-color 0.2s ease-in-out; -ms-transition: background-color 0.2s ease-in-out; -o-transition: background-color 0.2s ease-in-out; transition: background-color 0.2s ease-in-out;}
.header_desktop .header_desktop_cart_button:hover{cursor: pointer; background-color: #666;}
.header_desktop .header_desktop_cart_button p{text-transform: initial;}

/*header desktop => categories*/
.header_desktop .header_desktop_categories{background-image: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 1) 0%, rgba(0, 172, 236, 1) 100%); background-image: -moz-linear-gradient(45deg, rgba(0, 0, 0, 1) 0%, rgba(0, 172, 236, 1) 100%); background-image: -ms-linear-gradient(45deg, rgba(0, 0, 0, 1) 0%, rgba(0, 172, 236, 1) 100%); background-image: -o-linear-gradient(45deg, rgba(0, 0, 0, 1) 0%, rgba(0, 172, 236, 1) 100%); background-image: linear-gradient(to right, #000, #00ACEC);}

.header_desktop .header_desktop_categories .header_desktop_categories_ul{-webkit-display: -webkit-box; -webkit-display: -webkit-flex; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex;}
.header_desktop .header_desktop_categories .header_desktop_categories_ul > li{position: relative; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1;}
.header_desktop .header_desktop_categories .header_desktop_categories_ul > li:nth-child(-n+3) > div{left: 0;}
.header_desktop .header_desktop_categories .header_desktop_categories_ul > li:nth-child(n+4) > div{right: 0;}
.header_desktop .header_desktop_categories .header_desktop_categories_ul > li:hover > div{display: block;}
.header_desktop .header_desktop_categories .header_desktop_categories_ul > li > a{display: block; font-size: 0.8em; color: #ffffff; font-weight: bold; text-transform: uppercase; text-decoration: none; padding: 18px 0; text-align: center; -webkit-transition: background-color 0.2s ease-in-out; -moz-transition: background-color 0.2s ease-in-out; -ms-transition: background-color 0.2s ease-in-out; -o-transition: background-color 0.2s ease-in-out; transition: background-color 0.2s ease-in-out;}
.header_desktop .header_desktop_categories .header_desktop_categories_ul > li > a:hover{background-color: #008BBF;}

/*header desktop => categories => sub categories*/
.header_desktop .header_desktop_categories .header_desktop_categories_ul > li > div{display: none; width: 600px; max-height: 300px; overflow-y: auto; position: absolute; padding-right: 5px; border: 10px solid #ffffff; border-right-width: 5px; background-color: #ffffff; -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); z-index: 9999;}
.header_desktop .header_desktop_categories .header_desktop_categories_ul > li > div::-webkit-scrollbar{width: 7px; background-color: #ffffff;}
.header_desktop .header_desktop_categories .header_desktop_categories_ul > li > div::-webkit-scrollbar-thumb{background-color: transparent; -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3); -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3); -ms-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3); -o-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3); box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3); -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px;}
.header_desktop .header_desktop_categories .header_desktop_categories_ul > li > div div{display: inline-block; vertical-align: top;}
.header_desktop .header_desktop_categories .header_desktop_categories_ul > li > div div:first-child{width: 55%;}
.header_desktop .header_desktop_categories .header_desktop_categories_ul > li > div div:last-child{width: 45%;}

.header_desktop .header_desktop_categories .header_desktop_categories_ul > li > div div:first-child ul{display: inline-block; width: auto; min-width: 150px; padding: 5px;}
.header_desktop .header_desktop_categories .header_desktop_categories_ul > li > div div:first-child ul li{display: block; line-height: 17px;}
.header_desktop .header_desktop_categories .header_desktop_categories_ul > li > div div:first-child ul li:first-child{margin-bottom: 5px;}
.header_desktop .header_desktop_categories .header_desktop_categories_ul > li > div div:first-child ul li a{font-size: 0.75em; color: #4d4d4d; text-decoration: none;}
.header_desktop .header_desktop_categories .header_desktop_categories_ul > li > div div:first-child ul li:first-child > a{font-size: 0.7em; font-weight: bold; text-transform: uppercase;}
.header_desktop .header_desktop_categories .header_desktop_categories_ul > li > div div:first-child ul li a:hover{text-decoration: underline;}

/*
CAROUSEL
*/
.carousel .content{width: 100%;}
.carousel .owl-theme .owl-dots{position: absolute; right: 0; bottom: 0;}
.carousel .owl-theme .owl-dots .owl-dot span{background-color: #828282; border: 3px solid #828282; padding: 3px;}
.carousel .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{background-color: #ffffff; border-color: #008BBF;}

/*
QUALITY
*/
.quality{display: none; background-color: #f4f4f4;}
.quality .content{padding: 10px 0;}
.quality .quality_item{display: inline-block; width: 23.5%; margin: 1% 2% 1% 0; vertical-align: top;}
.quality .quality_item:nth-of-type(4n+0){margin-right: 0;}
.quality .quality_item img{float: left; margin-right: 5px;}
.quality .quality_item .quality_item_text{text-align: left; line-height: 16px;}
.quality .quality_item .quality_item_text p{font-size: 0.875em; color: #666; font-weight: bold; text-transform: uppercase;}
.quality .quality_item .quality_item_text span{font-size: 0.75em; color: #555555;}

/*
PRODUCTS
*/
.products .content{padding: 30px 0;}

/*products => heading*/
.products .products_heading{margin-bottom: 10px;}
.products .products_heading h1{font-size: 1.2em; color: #666; font-weight: 300; text-transform: uppercase; text-align: center; position: relative;}
.products .products_heading h1:before{content: ""; display: block; width: 100%; height: 1px; position: absolute; top: 50%; margin-top: 0.5px; background-color: #666; z-index: -1;}
.products .products_heading h1 > span{background-color: #ffffff; padding: 0 20px;}
.products .products_heading h1 span span{color: #666; font-weight: bold;}

/*products => item*/
.products .products_item{border: 2px solid #f4f4f4; text-align: center; padding: 10px 10px 20px 10px; -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05); -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05); -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05); -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05); box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);}
.products .products_item:hover .products_item_image img{-webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05);}

/*products => item => image*/
.products .products_item .products_item_image{margin-bottom: 15px; position: relative; min-height: 445px; overflow: hidden;}
.products .products_item .products_item_image img{width: auto !important; height: 100%; max-width: 445px; position: absolute; right: -50%; left: -50%; margin: 0 auto; -webkit-transition: transform 0.3s ease-in-out; -moz-transition: transform 0.3s ease-in-out; -ms-transition: transform 0.3s ease-in-out; -o-transition: transform 0.3s ease-in-out; transition: transform 0.3s ease-in-out;}

/*products => item => image => new*/
.products .products_item .products_item_image .new_product{width: 100px; height: 100px; line-height: 160px; position: absolute; top: -50px; right: -50px; background-color: #008BBF; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg);}
.products .products_item .products_item_image .new_product p{-webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg);}
.products .products_item .products_item_image .new_product p a{display: block; width: 100%; height: 100%; font-size: 0.875em; color: #ffffff; font-weight: bold; text-transform: uppercase; text-decoration: none;}

/*products => item => image => wishlist*/
.products .products_item .products_item_image .actions_wishlist{right: 10px; bottom: 10px; -webkit-transition: bottom 0.4s ease-in-out; -moz-transition: bottom 0.4s ease-in-out; -ms-transition: bottom 0.4s ease-in-out; -o-transition: bottom 0.4s ease-in-out; transition: bottom 0.4s ease-in-out;}

/*products => item => image => browsing history*/
.browsing_history .browsing_history_remove{text-align: center; margin-bottom: 10px}
.browsing_history .browsing_history_remove span{display: inline-block; font-size: 0.7em; color: #666666; font-weight: bold; background-color: #eeeeee; padding: 7px 12px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px; border-radius: 10px; -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out; -moz-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out; -ms-transition: background-color 0.3s ease-in-out; -o-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out; transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out; cursor: pointer;}
.browsing_history .browsing_history_remove span:hover{color: #ffffff; background-color: #238C00;}

/*products => item => image => close*/
.products .products_item .products_item_image .products_close{-webkit-display: -webkit-box; -webkit-display: -webkit-flex; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-justify-content: center; -webkit-box-pack: center; -moz-justify-content: center; -moz-flex-pack: center; -ms-justify-content: center; -ms-flex-pack: center; -o-justify-content: center; justify-content: center; -webkit-align-items: center; -webkit-box-align: center; -moz-align-items: center; -ms-align-items: center; -ms-flex-align: center; -o-align-items: center; align-items: center; width: 40px; height: 40px; position: absolute; top: 5px; right: 5px; background-color: #f1f1f1; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .2); -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .2); -ms-box-shadow: 0 0 5px rgba(0, 0, 0, .2); -o-box-shadow: 0 0 5px rgba(0, 0, 0, .2); box-shadow: 0 0 5px rgba(0, 0, 0, .2); -webkit-transition: transform 0.3s ease-in-out; -moz-transition: transform 0.3s ease-in-out; -ms-transition: transform 0.3s ease-in-out; -o-transition: transform 0.3s ease-in-out; transition: transform 0.3s ease-in-out;}
.products .products_item .products_item_image .products_close:hover{-webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05);}
.products .products_item .products_item_image .products_close span{font-size: 1.875em; color: #238C00; text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); cursor: pointer;}

/*products => item => image => discount*/
.products .products_item .products_item_image .discount_product{min-width: 70px; height: 40px; line-height: 40px; position: absolute; top: 70%; left: 0; margin-top: -20px; background-color: #238C00;}
.products .products_item .products_item_image .discount_product p a{display: block; width: 100%; height: 100%; font-size: 0.75em; color: #ffffff; font-weight: bold; text-transform: uppercase; text-decoration: none;}
.products .products_item .products_item_image .discount_product p a i{font-size: 50px; color: #ffffff; position: absolute; top: 50%; left: 50%; margin-top: -25px; margin-left: -25px;}

/*products => item => image => actions*/
.products .products_item .products_item_image .btn_actions{-webkit-display: -webkit-box; -webkit-display: -webkit-flex; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-align-items: center; -webkit-box-align: center; -moz-align-items: center; -ms-align-items: center; -ms-flex-align: center; -o-align-items: center; align-items: center; width: 100%; height: 40px; position: absolute; bottom: -40px; padding: 10px 5px; opacity: 0; -webkit-transition: bottom 0.4s ease-in-out, opacity 0.5s ease-in-out; -moz-transition: bottom 0.4s ease-in-out, opacity 0.5s ease-in-out; -ms-transition: bottom 0.4s ease-in-out, opacity 0.5s ease-in-out; -o-transition: bottom 0.4s ease-in-out, opacity 0.5s ease-in-out; transition: bottom 0.4s ease-in-out, opacity 0.5s ease-in-out;}
.products .products_item:hover .products_item_image .btn_actions{bottom: 10px; opacity: 1;}
.products .products_item:hover .products_item_image .actions_wishlist{bottom: 60px;}
.products .products_item .products_item_image .btn_actions li{flex-grow: 1; width: 47%; padding: 0 1.5%;}
.products .products_item .products_item_image .btn_actions li a{display: block; font-size: 0.8125em; color: #ffffff; font-weight: bold; text-decoration: none; text-transform: uppercase; padding: 10px 5px; -webkit-transition: background-color 0.3s ease-in-out; -moz-transition: background-color 0.3s ease-in-out; -ms-transition: background-color 0.3s ease-in-out; -o-transition: background-color 0.3s ease-in-out; transition: background-color 0.3s ease-in-out;}
.products .products_item .products_item_image .btn_actions li a.view_product{background-color: rgba(0, 0, 0, 0.7); border: 1px solid #ffffff;}
.products .products_item .products_item_image .btn_actions li a.view_product:hover{background-color: rgba(0, 0, 0, 0.9);}
.products .products_item .products_item_image .btn_actions li a.purchase_product{background-color: #238C00;}
.products .products_item .products_item_image .btn_actions li a.purchase_product:hover{background-color: #2BA800;}
.products .products_item .products_item_image .btn_actions li a i{margin-right: 5px;}

/*products => item => title*/
.products .products_item .products_item_title{margin-bottom: 20px;}
.products .products_item .products_item_title a{font-size: 0.9375em; color: #333; font-weight: 600; text-decoration: none;}

/*products => item => price*/
.products .products_item .products_item_price a{font-size: 1em; color: #238C00; font-weight: 600; text-decoration: none;}
.products .products_item .products_item_price span.old_price{display: block; font-size: 0.75em; color: #f23550; text-decoration: line-through;}
.products .products_item .products_item_price span.installment{display: block; font-size: 0.875em; color: #666;}

/*products => carousel*/
.products .owl-nav{width: 100%; position: absolute; top: 35%;}
.products .owl-nav .owl-prev, .products .owl-nav .owl-next{display: inline-block; width: 35px; height: 35px; line-height: 35px; font-size: 2em; color: #008BBF; text-align: center; background-color: #f8f8f8; -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); -webkit-transition: background-color 0.2s ease-out, color 0.2s ease-out; -moz-transition: background-color 0.2s ease-out, color 0.2s ease-out; -ms-transition: background-color 0.2s ease-out, color 0.2s ease-out; -o-transition: background-color 0.2s ease-out, color 0.2s ease-out; transition: background-color 0.2s ease-out, color 0.2s ease-out;}
.products .owl-nav .owl-prev{position: absolute; left: 0;}
.products .owl-nav .owl-next{position: absolute; right: 0;}
.products .owl-nav .owl-prev:hover, .products .owl-nav .owl-next:hover{background-color: #238C00; color: #ffffff;}

/*products => paginator*/
.products .paginator{margin-top: 40px;}
.products .paginator a, .products .paginator span{font-size: 0.8em; color: #008BBF; font-weight: bold; text-shadow: none; background-color: transparent; border: 1px solid #008BBF;}
.products .paginator a:hover, .products .paginator span.active{cursor: pointer; background-color: transparent; color: #238C00; border-color: #238C00;}

/*products => modal*/
.products_modal{-webkit-display: -webkit-box; -webkit-display: -webkit-flex; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-justify-content: center; -webkit-box-pack: center; -moz-justify-content: center; -moz-flex-pack: center; -ms-justify-content: center; -ms-flex-pack: center; -o-justify-content: center; justify-content: center; -webkit-align-items: center; -webkit-box-align: center; -moz-align-items: center; -ms-align-items: center; -ms-flex-align: center; -o-align-items: center; align-items: center; width: 100vw; height: calc(100vh - 96px); position: fixed; background-color: rgba(0, 0, 0, 0.7); z-index: 998;}
.products_modal .products_modal_content{display: none; width: 90%; height: 90%; position: relative; background-color: #ffffff;}

.products_modal .products_modal_content .product{max-height: calc(100% - 45px); overflow-y: auto; border-top: 10px solid #ffffff; border-bottom: 10px solid #ffffff;}
.products_modal .products_modal_content .product::-webkit-scrollbar{width: 5px; background-color: #ffffff;}
.products_modal .products_modal_content .product::-webkit-scrollbar-thumb{background-color: transparent; -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3); -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3); -ms-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3); -o-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3); box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3); -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px;}
.products_modal .products_modal_content .product .content{width: 95%; padding: 0;}

.products_modal .products_modal_content .products_modal_content_close.modal_pdt_mobile{background-color: #008BBF; padding: 10px; text-align: center;}
.products_modal .products_modal_content .products_modal_content_close.modal_pdt_mobile span{display: inline-block; font-size: 0.8em; color: #008BBF; font-weight: bold; text-decoration: none; text-transform: uppercase; background-color: #ffffff; padding: 5px 20px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px;}
.products_modal .products_modal_content .products_modal_content_close.modal_pdt_mobile span:hover{cursor: pointer;}

.products_modal .products_modal_content .products_modal_content_close.modal_pdt_desktop{display: none; -webkit-justify-content: center; -webkit-box-pack: center; -moz-justify-content: center; -moz-flex-pack: center; -ms-justify-content: center; -ms-flex-pack: center; -o-justify-content: center; justify-content: center; -webkit-align-items: center; -webkit-box-align: center; -moz-align-items: center; -ms-align-items: center; -ms-flex-align: center; -o-align-items: center; align-items: center; width: 40px; height: 40px; position: absolute; top: -20px; left: -20px; background-color: #f1f1f1; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; -webkit-transition: transform 0.3s ease-in-out; -moz-transition: transform 0.3s ease-in-out; -ms-transition: transform 0.3s ease-in-out; -o-transition: transform 0.3s ease-in-out; transition: transform 0.3s ease-in-out;}
.products_modal .products_modal_content .products_modal_content_close.modal_pdt_desktop:hover{-webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05); cursor: pointer;}
.products_modal .products_modal_content .products_modal_content_close.modal_pdt_desktop i{font-size: 1.875em; color: #008BBF;}

/*
BANNERS
*/
.banners h1{position: absolute; top: -9999px; left: -9999px; text-indent: -9999px;}
.banners .banners_item{-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); -webkit-transition: transform 0.1s ease-in-out; -moz-transition: transform 0.1s ease-in-out; -ms-transition: transform 0.1s ease-in-out; -o-transition: transform 0.1s ease-in-out; transition: transform 0.1s ease-in-out;}
.banners .banners_item:hover{-webkit-transform: scale(1.01); -moz-transform: scale(1.01); -ms-transform: scale(1.01); -o-transform: scale(1.01); transform: scale(1.01);}
.banners .banners_item img{width: 100%;}

/*
CATEGORIES
*/
.categories .content{padding: 50px 0;}

/*
PRODUCT
*/
.product .content{padding: 30px 0;}

/*product => images*/
.product .product_image{position: relative; margin-bottom: 10px;}
.product .product_image .product_image_focus{margin-bottom: 5px;}
.product .product_image .product_image_gallery{max-width: 100%; max-height: 100%; overflow-x: auto; white-space: nowrap; padding-bottom: 5px;}
.product .product_image .product_image_gallery::-webkit-scrollbar{width: 5px; height: 5px; background-color: #ffffff;}
.product .product_image .product_image_gallery::-webkit-scrollbar-thumb{background-color: transparent; -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3); -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3); -ms-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3); -o-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3); box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3); -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px;}
.product .product_image .product_image_gallery img{display: inline-block; width: 60px; margin-right: 5px; -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);}
.product .product_image .product_image_gallery img:last-child{margin-right: 0;}
.product .product_image .product_image_gallery img:hover{cursor: pointer;}

/*product => images => wishlist*/
.product .product_image .actions_wishlist{top: 10px; right: 10px;}

/*product => info*/
.product .product_info{padding-top: 10px;}

/*product => info => heading*/
.product .product_info .product_info_heading{margin-bottom: 10px; line-height: 25px;}
.product .product_info .product_info_heading h1{font-size: 1.2em; color: #333333; font-weight: 400;}

/*product => info => countdown*/
.product .product_info .countdown{max-width: 300px;}

/*product => info => rating*/
.product .product_info .product_info_rating{margin-bottom: 10px;}
.product .product_info .product_info_rating li{display: inline-block; font-size: 0.8em; color: #fed384;}

/*product => info => price*/
.product .product_info .product_info_price{margin-bottom: 10px;}
.product .product_info .product_info_price .old_price{font-size: 0.9em;}
.product .product_info .product_info_price .old_price span{font-weight: 600; text-decoration: line-through;}
.product .product_info .product_info_price .price_heading{-webkit-display: -webkit-box; -webkit-display: -webkit-flex; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-align-items: center; -webkit-box-align: center; -moz-align-items: center; -ms-align-items: center; -ms-flex-align: center; -o-align-items: center; align-items: center; line-height: 15px; margin-bottom: 5px;}
.product .product_info .product_info_price .price_heading .by{font-size: 0.7em; color: #000000; text-transform: uppercase; margin-right: 5px;}
.product .product_info .product_info_price .price_heading .by span{font-size: 1.375em; color: #238C00; font-weight: bold;}
.product .product_info .product_info_price .price_heading .price{font-size: 2.5em; color: #238C00; font-weight: bold;}
.product .product_info .product_info_price p.discount{font-size: 0.875em; color: #000000; font-weight: 600;}
.product .product_info .product_info_price p.discount > span{font-size: 0.8125em; color: #008BBF; font-weight: 400;}
.product .product_info .product_info_price p.discount > span span{font-size: 1em; color: #008BBF; font-weight: bold;}

/*product => description*/
.product .product_footer .content{padding: 20px 0;}
.product .product_footer ul{margin-bottom: 30px; background-color: #f9f9f9; padding: 10px; text-align: center; -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05); -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05); -ms-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05); -o-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05); box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);}
.product .product_footer ul li{display: inline-block;}
.product .product_footer ul li a{display: block; font-size: 0.8125em; color: #165900; font-weight: bold; text-transform: uppercase; text-decoration: none; background-color: transparent; padding: 10px 10px; border: 1px solid #165900; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px;}
.product .product_footer ul li a.wc_active{color: #ffffff; background-color: #165900;}

.product .product_footer .product_footer_description{max-height: 100px; overflow-y: auto; padding-right: 10px;}
.product .product_footer .product_footer_description::-webkit-scrollbar{width: 10px; background-color: #ffffff;}
.product .product_footer .product_footer_description::-webkit-scrollbar-thumb{background-color: transparent; -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3); -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3); -ms-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3); -o-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3); box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3); -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px;}
.product .product_footer .product_footer_description p{font-size: 0.875em; color: #222222; line-height: 25px;}
.product .product_footer .product_footer_description p:not(:last-child){margin-bottom: 10px;}
.product .product_footer .product_footer_description p span{display: block; color: #111111; font-weight: 600;}

.product .product_footer .product_footer_reviews textarea{resize: none;}
.product .product_footer .product_footer_reviews select{background-size: auto 60%;}

/*
WISHLIST
*/
.wishlist .content{padding: 50px 0;}
.wishlist .products .products_item .products_item_image .actions_wishlist{width: 40px; height: 40px; top: 5px; right: 5px; background-color: #f1f1f1; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .2); -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .2); -ms-box-shadow: 0 0 5px rgba(0, 0, 0, .2); -o-box-shadow: 0 0 5px rgba(0, 0, 0, .2); box-shadow: 0 0 5px rgba(0, 0, 0, .2); -webkit-transition: transform 0.3s ease-in-out; -moz-transition: transform 0.3s ease-in-out; -ms-transition: transform 0.3s ease-in-out; -o-transition: transform 0.3s ease-in-out; transition: transform 0.3s ease-in-out;}
.wishlist .products .products_item .products_item_image .actions_wishlist:hover{-webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05);}
.wishlist .products .products_item .products_item_image .actions_wishlist span{font-size: 1.875em; color: #238C00;}

/*
COMBO
*/

.combo .content{padding: 50px 0;}

/*combo => purchase*/
.combo .combo_purchase{padding: 10px; margin: 10px 0; text-align: center; background-color: #f9f9f9;}
.combo .combo_purchase .combo_purchase_title{font-size: 1.5em; color: #555555; font-weight: 300;}
.combo .combo_purchase .combo_purchase_title span{color: #238C00; font-weight: bold;}
.combo .combo_purchase .combo_purchase_price{font-size: 1.5em; color: #238C00; font-weight: bold;}
.combo .combo_purchase .combo_purchase_price span{font-size: 0.8em; color: #555555; font-weight: 300;}
.combo .combo_purchase .combo_purchase_button{font-size: 0.9em; color: #ffffff; font-weight: bold; text-transform: uppercase; text-decoration: none; padding: 10px 20px; background-color: #238C00; border: none; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; -webkit-transition: background-color 0.3s ease-in-out; -moz-transition: background-color 0.3s ease-in-out; -ms-transition: background-color 0.3s ease-in-out; -o-transition: background-color 0.3s ease-in-out; transition: background-color 0.3s ease-in-out; outline: none;}
.combo .combo_purchase .combo_purchase_button:hover{background-color: #00751E; cursor: pointer;}
.combo .combo_purchase .combo_purchase_button i{margin-right: 5px;}

/*combo => restore*/
.combo .combo_restore{display: none; text-align: center; margin-bottom: 10px}
.combo .combo_restore span{display: inline-block; font-size: 0.7em; color: #666666; font-weight: bold; background-color: #eeeeee; padding: 7px 12px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px; border-radius: 10px; -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out; -moz-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out; -ms-transition: background-color 0.3s ease-in-out; -o-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out; transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out; cursor: pointer;}
.combo .combo_restore span:hover{color: #ffffff; background-color: #813eb3;}

/*combo => auto height*/
.combo .auto_height{margin-bottom: 20px;}

/*combo => attributes*/
.combo .combo_cart_add{padding: 20px 0; background-color: #f9f9f9;}

.combo .combo_cart_add .color_content{margin-bottom: 10px;}
.combo .combo_cart_add .color_content p{font-size: 0.9375em; color: #000000; font-weight: 300; text-transform: uppercase; margin-bottom: 10px;}
.combo .combo_cart_add .color_content p span{font-weight: bold;}

.combo .combo_cart_add .color_content.has_relatives a{display: inline-block; width: 35px; height: 35px; position: relative; text-align: center; cursor: pointer; -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);}
.combo .combo_cart_add .color_content.has_relatives a input{display: none; width: 20px; height: 20px; position: absolute; top: 50%; left: 50%; margin-top: -10px; margin-left: -10px; cursor: pointer;}
.combo .combo_cart_add .color_content.has_relatives a .selected_color{display: none; width: 100%; height: 100%; position: absolute; top: 0; right: 0; bottom: 0; left: 0;}
.combo .combo_cart_add .color_content.has_relatives a .selected_color i{font-size: 1.5em; color: #ffffff; -webkit-text-shadow: 0 0 5px rgba(0, 0, 0, 0.5); -moz-text-shadow: 0 0 5px rgba(0, 0, 0, 0.5); -ms-text-shadow: 0 0 5px rgba(0, 0, 0, 0.5); -o-text-shadow: 0 0 5px rgba(0, 0, 0, 0.5); text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);}
.combo .combo_cart_add .color_content.has_relatives a.active .selected_color{-webkit-display: -webkit-box; -webkit-display: -webkit-flex; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-justify-content: center; -webkit-box-pack: center; -moz-justify-content: center; -moz-flex-pack: center; -ms-justify-content: center; -ms-flex-pack: center; -o-justify-content: center; justify-content: center; -webkit-align-items: center; -webkit-box-align: center; -moz-align-items: center; -ms-align-items: center; -ms-flex-align: center; -o-align-items: center; align-items: center;}

.combo .combo_cart_add .color_content.no_relatives .boxing_loading{display: none;}
.combo .combo_cart_add .color_content.no_relatives .boxing_loading label{display: inline-block; width: 35px; height: 35px; position: relative; text-align: center; cursor: pointer; -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);}
.combo .combo_cart_add .color_content.no_relatives .boxing_loading label input{display: none; width: 20px; height: 20px; position: absolute; top: 50%; left: 50%; margin-top: -10px; margin-left: -10px; cursor: pointer;}
.combo .combo_cart_add .color_content.no_relatives .boxing_loading label .selected_color{display: none; width: 100%; height: 100%; position: absolute; top: 0; right: 0; bottom: 0; left: 0;}
.combo .combo_cart_add .color_content.no_relatives .boxing_loading label .selected_color i{font-size: 1.5em; color: #ffffff; -webkit-text-shadow: 0 0 5px rgba(0, 0, 0, 0.5); -moz-text-shadow: 0 0 5px rgba(0, 0, 0, 0.5); -ms-text-shadow: 0 0 5px rgba(0, 0, 0, 0.5); -o-text-shadow: 0 0 5px rgba(0, 0, 0, 0.5); text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);}
.combo .combo_cart_add .color_content.no_relatives .boxing_loading label.active .selected_color{-webkit-display: -webkit-box; -webkit-display: -webkit-flex; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-justify-content: center; -webkit-box-pack: center; -moz-justify-content: center; -moz-flex-pack: center; -ms-justify-content: center; -ms-flex-pack: center; -o-justify-content: center; justify-content: center; -webkit-align-items: center; -webkit-box-align: center; -moz-align-items: center; -ms-align-items: center; -ms-flex-align: center; -o-align-items: center; align-items: center;}

.combo .combo_cart_add .size_content .boxing_loading{display: none;}
.combo .combo_cart_add .size_content .boxing_loading p{font-size: 0.9375em; color: #000000; font-weight: 300; text-transform: uppercase; margin-bottom: 10px;}
.combo .combo_cart_add .size_content .boxing_loading p span{font-weight: bold;}
.combo .combo_cart_add .size_content .boxing_loading label{display: inline-block; position: relative; color: #ffffff; font-weight: bold; text-transform: uppercase; text-decoration: none; text-align: center; padding: 5px 15px; margin-bottom: 3px; background-color: #813eb3; cursor: pointer; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px;}
.combo .combo_cart_add .size_content .boxing_loading label.active{color: #ffffff; background-color: #469aa8;}
.combo .combo_cart_add .size_content .boxing_loading label input{display: none; width: 20px; height: 20px; position: absolute; top: 50%; left: 50%; margin-top: -10px; margin-left: -10px; cursor: pointer;}
.combo .combo_cart_add .size_content .boxing_loading label span{display: none; -webkit-justify-content: center; -webkit-box-pack: center; -moz-justify-content: center; -moz-flex-pack: center; -ms-justify-content: center; -ms-flex-pack: center; -o-justify-content: center; justify-content: center; -webkit-align-items: center; -webkit-box-align: center; -moz-align-items: center; -ms-align-items: center; -ms-flex-align: center; -o-align-items: center; align-items: center; width: 15px; height: 15px; position: absolute; bottom: -7.5px; right: 0; background-color: #813eb3; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%;}
.combo .combo_cart_add .size_content .boxing_loading label span i{font-size: 0.5em;}
.combo .combo_cart_add .size_content .boxing_loading label.active span{-webkit-display: -webkit-box; -webkit-display: -webkit-flex; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex;}
.combo .combo_cart_add .size_content .image_loading.invisible{display: none;}

/*
404
*/
.not_found{text-align: center;}
.not_found .content{padding: 50px 0 20px 0;}
.not_found h1{font-size: 4.6875em; color: #990000; font-weight: bold; text-transform: uppercase; -webkit-text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2); -moz-text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2); -ms-text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2); -o-text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2); text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);}
.not_found .tagline{display: block; font-size: 1em; color: #990000; font-weight: 300; margin-bottom: 20px;}

/*
NEWSLETTER
*/
.alert_newsletter{text-align: right; padding: 0 5px; margin-bottom: 5px; overflow-x: hidden;}
.alert_newsletter .alert_newsletter_content{display: inline-block; width: 300px; max-width: 100%; font-size: 0.8em; color: #ffffff; font-weight: 600; text-align: center; padding: 5px; margin-right: -310px; background-color: #238C00; -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); cursor: default;}
.alert_newsletter .alert_newsletter_content.error{background-color: #F45563;}

.newsletter{background-color: #008BBF; text-align: center;}
.newsletter .content{padding: 15px 0;}
.newsletter h1{position: absolute; top: -9999px; left: -9999px; text-indent: -9999px;}

.newsletter_title{margin-bottom: 15px;}
.newsletter_title_content i{font-size: 2em; color: #ffffff; margin-bottom: 10px;}
.newsletter_title_content p{font-size: 0.9em; color: #ffffff; font-weight: bold; line-height: 20px;}
.newsletter_title_content p span{font-size: 0.9em; font-weight: normal;}

.newsletter_area_form form{max-width: 500px; margin: 0 auto;}
.newsletter_area_form form input{height: 40px; border: none;}
.newsletter_area_form form button{height: 40px; border: none; background-color: #ffffff; color: #666; padding: 0 15px;}
.newsletter_area_form form button:hover{background-color: #f1f1f1;}

/*
FOOTER
*/
.footer{background-color: #f1f1f1;}
.footer .content{padding: 20px 0;}
.footer header h1{position: absolute; top: -9999px; left: -9999px; text-indent: -9999px;}

/*footer => links*/
.footer .footer_links{height: 220px; padding: 0 20px; overflow-y: auto;}
.footer .footer_links::-webkit-scrollbar{width: 5px; background-color: #ffffff;}
.footer .footer_links::-webkit-scrollbar-thumb{background-color: #666;}
.footer .footer_links h1{font-size: 0.9375em; color: #008BBF; font-weight: bold; margin-bottom: 20px;}
.footer .footer_links ul li{margin: 5px 0;}
.footer .footer_links ul li a{font-size: 0.8125em; color: #333; text-decoration: none;}
.footer .footer_links ul li a:hover{color: #333; text-decoration: underline;}

/*footer => contact*/
.footer .footer_contact .footer_contact_content{background-color: #ffffff; padding: 20px; box-shadow: 2px 2px 5px #999;}

.footer .footer_contact h1{font-size: 1em; color: #008BBF; font-weight: bold; margin-bottom: 5px;}
.footer .footer_contact span{font-size: 0.9125em; color: #666; font-weight: 300;}
.footer .footer_contact .footer_contact_whatsapp{font-size: 1.5em; color: #238C00; font-weight: 600; text-transform: uppercase; margin-top: 10px;}
.footer .footer_contact .footer_contact_suport{margin: 10px 0; line-height: 15px;}
.footer .footer_contact .footer_contact_suport p{font-size: 0.75em; color: #666; font-weight: normal;}
.footer .footer_contact .footer_contact_suport p a{font-size: 1.085em; color: #008BBF; font-weight: bold;}

/*footer => about*/
.footer .footer_about{vertical-align: bottom; padding: 0 20px;}
.footer .footer_about .footer_about_company{margin-bottom: 20px;}
.footer .footer_about .footer_about_company a{display: inline-block; margin-bottom: 20px;}
.footer .footer_about .footer_about_company p{font-size: 0.8125em; color: #48525b; margin-bottom: 10px; text-align: justify;}
.footer .footer_about .footer_about_company span{font-size: 0.8125em; color: #48525b; font-weight: bold;}

/*footer => about => social*/
.footer .footer_about .footer_about_social a{text-decoration: none;}
.footer .footer_about .footer_about_social a i{width: 50px; height: 50px; font-size: 1.875em; color: #666; text-align: center; padding: 7px 0; border: 2px solid; margin-right: 5px;}

/*footer => payments and security*/
.footer .footer_payments_and_security_content{background-color: #ffffff; padding: 20px; box-shadow: 2px 2px 5px #999;}
.footer .footer_payments_and_security_content article:not(:last-child){margin-bottom: 20px;}
.footer .footer_payments_and_security_content h1{font-size: 1em; color: #666; font-weight: bold; margin-bottom: 15px;}

/*footer => copy*/
.footer .footer_copy{text-align: center; background-color: #ffffff;}
.footer .footer_copy p{font-size: 0.8em; color: #696969;}

/*
MEDIA QUERIES
*/

/*400px*/
@media (min-width: 25em){
    /*
    PRODUCTS
    */
    .products .products_wrap{width: 85%; margin: 0 auto;}
}

/*500px*/
@media (min-width: 31.25em){
    /*
    PRODUCTS
    */
    .products .products_wrap{width: 80%;}

    /*
    PRODUCT
    */

    /*product => images*/
    .product .product_image{display: inline-block; width: 49%; margin: 1% 2% 1% 0; vertical-align: top; margin-bottom: 10px;}

    /*product => info*/
    .product .product_info{display: inline-block; width: 49%; margin: 1% 0 1% 0; vertical-align: top;}
}

/*544px and 768px*/
@media (min-width: 34em) and (max-width: 48em){
    /*
    FOOTER
    */

    /*footer => links*/
    .footer .footer_links article{width: 100%; margin: 15px 0 15px 0 !important;}

    /*footer => contact*/
    .footer .footer_contact .footer_contact_whatsapp{font-size: 1.3em;}

    /*footer => social*/
    .footer .footer_about .footer_about_social a i{width: 40px; height: 40px; font-size: 1.5em;}
}

/*550px*/
@media (min-width: 34.375em){
    /*
    GERAL
    */
    body{padding-top: 51px;}

    /*
    HEADER
    */

    /*header => mobile*/
    .header_mobile .header_mobile_wrap{-webkit-display: -webkit-box; -webkit-display: -webkit-flex; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-align-items: center; -webkit-box-align: center; -moz-align-items: center; -ms-align-items: center; -ms-flex-align: center; -o-align-items: center; align-items: center; background-color: #ccc;}
    .header_mobile .header_mobile_logo{display: inline-block; width: 40%;}
    .header_mobile .header_mobile_nav{display: inline-block; width: 60%; background-color: #ccc;}

    /*
    PRODUCTS
    */
    .products .products_wrap{width: 100%;}

    /*products => modal*/
    .products_modal{height: calc(100vh - 51px);}

    /*
    CATEGORIES
    */
    .categories .products .products_item{display: inline-block; vertical-align: top;}

    /*
    WISHLIST
    */
    .wishlist .products .products_item{display: inline-block; vertical-align: top;}

    /*
    COMBO
    */
    .combo .products .products_item{display: inline-block; vertical-align: top;}
}

/*550px and 849px*/
@media (min-width: 34.375em) and (max-width: 53.0625em){
    /*
    CATEGORIES
    */
    .categories .products .products_item{width: 49%; margin: 1% 2% 1% 0;}
    .categories .products .products_item:nth-of-type(2n+0){margin-right: 0;}

    /*
    WISHLIST
    */
    .wishlist .products .products_item{width: 49.5%; margin: 1% 1% 1% 0;}
    .wishlist .products .products_item:nth-of-type(2n+0){margin-right: 0;}

    /*
    COMBO   
    */
    .combo .products .products_item{width: 49.5%; margin: 1% 1% 1% 0;}
    .combo .products .products_item:nth-of-type(2n+0){margin-right: 0;}
}

/*850px*/
@media (min-width: 53.125em) {
    /*
    PRODUCTS
    */

    /*products => carousel*/
    .products .owl-nav{display: block; width: 75px; background-color: #ffffff; top: -37px; right: 0; text-align: right;}
    .products .owl-nav .owl-prev, .products .owl-nav .owl-next{display: inline-block; width: 30px; height: 30px; line-height: 30px; font-size: 1.875em; color: #813eb3; text-align: center; background-color: #f8f8f8; -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);}
    .products .owl-nav .owl-prev{position: initial; margin-right: 5px;}
    .products .owl-nav .owl-next{position: initial;}

    /*
    WISHLIST
    */
    .wishlist .products .products_item{width: 32.6%; margin: 1% 1.1% 1% 0;}
    .wishlist .products .products_item:nth-of-type(3n+0){margin-right: 0;}

    /*
    COMBO   
    */
    .combo .products .products_item{width: 32.6%; margin: 1% 1.1% 1% 0;}
    .combo .products .products_item:nth-of-type(3n+0){margin-right: 0;}
}

/*850px and 991px*/
@media (min-width: 53.125em) and (max-width: 61.9375em) {
    /*
    CATEGORIES
    */
    .categories .products .products_item{width: 32%; margin: 1% 2% 1% 0;}
    .categories .products .products_item:nth-of-type(3n+0){margin-right: 0;}
}

/*992px and 1099px*/
@media (min-width: 62em) and (max-width: 68.6875em){
    /*
    CATEGORIES
    */
    .categories .products .products_item{width: 49%; margin: 1% 2% 1% 0;}
    .categories .products .products_item:nth-of-type(2n+0){margin-right: 0;}
}

/*992px*/
@media (min-width: 62em){
    /*
    GERAL
    */
    body{padding-top: 0;}

    /*
    HEADER
    */

    /*header => mobile*/
    .header_mobile{display: none;}

    /*header => desktop*/
    .header_desktop{display: block;}

    /*
    QUALITY
    */
    .quality{display: block;}

    /*
    NEWSLETTER
    */	
    .newsletter{background-image: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 1) 0%, rgba(0, 172, 236, 1) 100%); background-image: -moz-linear-gradient(45deg, rgba(0, 0, 0, 1) 0%, rgba(0, 172, 236, 1) 100%); background-image: -ms-linear-gradient(45deg, rgba(0, 0, 0, 1) 0%, rgba(0, 172, 236, 1) 100%); background-image: -o-linear-gradient(45deg, rgba(0, 0, 0, 1) 0%, rgba(0, 172, 236, 1) 100%); background-image: linear-gradient(to right, #000, #00ACEC); text-align: initial;}
    .newsletter .content{padding: 20px 40px;}

    .newsletter_title{display: inline-block; width: 45%; margin-bottom: 0; vertical-align: top;}
    .newsletter_title_content{-webkit-display: -webkit-box; -webkit-display: -webkit-flex; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; align-items: flex-end;}
    .newsletter_title_content i{font-size: 3em; margin-right: 30px; margin-bottom: 0;}
    .newsletter_title_content p{font-size: 1.125em;}
    .newsletter_title_content p span{font-size: 0.77em;}

    .newsletter_area_form{display: inline-block; width: 55%; vertical-align: top;}
    .newsletter_area_form form input{height: 50px; border: 1px solid #fff;}
    .newsletter_area_form form button{height: 50px; border: 3px solid #238C00; background-color: #238C00; color: #ffffff; padding: 14px 20px;}
    .newsletter_area_form form button:hover{background-color: #1D7100; border-color: #1D7100;}

    /*
    PRODUCTS
    */

    /*products => modal*/
    .products_modal{height: 100vh;}

    .products_modal .products_modal_content .product{max-height: 100%;}
    .products_modal .products_modal_content .product::-webkit-scrollbar{width: 10px;}

    .products_modal .products_modal_content .products_modal_content_close.modal_pdt_mobile{display: none;}
    .products_modal .products_modal_content .products_modal_content_close.modal_pdt_desktop{-webkit-display: -webkit-box; -webkit-display: -webkit-flex; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex;}

    /*
    PRODUCT
    */

    /*product => info*/
    .product .product_info .product_info_heading h1{font-size: 1.5em; font-weight: 300;}

    /*product => description*/
    .product .product_footer .product_footer_description{max-height: none; overflow-y: visible; padding-right: 0;}

    /*
    CATEGORIES
    */
    .categories .products{padding-left: 240px;}
}

/*1100px*/
@media (min-width: 68.75em) {
    /*
    CATEGORIES
    */
    .categories .products .products_item{width: 32%; margin: 1% 2% 1% 0;}
    .categories .products .products_item:nth-of-type(3n+0){margin-right: 0;}

    /*
    WISHLIST
    */
    .wishlist .products .products_item{width: 24.25% !important; margin: 1% 1% 1% 0 !important;}
    .wishlist .products .products_item:nth-of-type(4n+0){margin-right: 0 !important;}

    /*
    COMBO
    */
    .combo .products .products_item{width: 24.25% !important; margin: 1% 1% 1% 0 !important;}
    .combo .products .products_item:nth-of-type(4n+0){margin-right: 0 !important;}
}

/*1200px*/
@media (min-width: 75em){
    /*
    GERAL
    */
    .content{width: 90%;}

    /*
    PRODUCTS
    */

    /*products => modal*/
    .products_modal .products_modal_content .product .content{width: 90%;}

    /*
    PRODUCT
    */

    /*product => images*/
    .product .product_image{width: calc(49% + 75px); margin: 1% 2% 1% 0;}

    /*product => info*/
    .product .product_info{width: calc(49% - 75px); margin: 1% 0 1% 0;}

    /*product => images*/
    .product .product_image{position: relative;}
    .product .product_image .product_image_focus{margin-bottom: 0; padding-left: 75px;}
    .product .product_image .product_image_gallery{position: absolute; top: 0; left: 0; padding: 0 3px 0 0; border-right: 2px solid #ffffff; background-color: #ffffff;}
    .product .product_image .product_image_gallery img{display: block; width: 70px; margin-right: 0; margin-bottom: 5px;}
    .product .product_image .product_image_gallery img:last-child{margin-bottom: 0;}
}

/*Hacks CSS*/
_:-ms-lang(x), .products .products_item .products_item_title{line-height: 27px;}
_:-ms-lang(x), .products .products_item .products_item_title a{font-size: 0.55em; color: #333333; line-height: 0;}

@media (max-width: 79em){
    .desc_info .content h1{
        font-size: 1.1em;
    }
    .desc_info .content h1 span{
        font-size: 1.5em;
    }
}
@media (max-width: 74em){
    .articles_main_post{
        background-position:center center;
        height: 390px;
    }
}
@media (max-width: 66em){
    .articles_main_post{
        background-position:center;
        height: 380px;
    }
    .desc_item{
        padding: 10px;
        min-height: 90px;
    }
    .desc_item h2{
        font-size: 1.2em;
    }

    .desc_item p{
        font-size: 0.875em;
    }
}
@media (max-width: 64em){
    .main_blog{
        width: 53%;
    }
    .post_list_artigos{
        width: 100%;
    }
    .main_sidebar{
        width: 44%;
    }
    .main_sidebar_widget a{
        font-size: 1em;
    }
    .post_list_artigos{
        width: 100%;
    }
    .post_list_artigos{
        width: 100%;
    }
}
@media (max-width: 58em){
    .articles_main_post_content_blog h1{   
        font-size: 1.1em;
    }

    .articles_main_post_content_blog p{
        font-size: 0.7em;
    }
    .articles_main_post .breadcrumb{
        display: block;
        width: 100%;
        margin-top: 20px;
    }
}
@media (max-width: 56em){
       
}
@media (max-width: 48em){
    .main_blog{
        width: 100%;
    }
    .post_list_artigos{
        background: #fff;
    }
    .main_sidebar{
        width: 100%;
    }
    .main_sidebar_widget a{
        font-size: 1em;
    }
    .post_list_artigos{
        width: 100%;
    }
    .post_list_breadcrumb{
        font-size: 0.6em;
        margin-bottom: 10px;
    }
}
@media (max-width: 38em){
    .articles_main_post .breadcrumb{
        display: block;
        width: 100%;
        margin-top: 10px;
    }
}
@media (max-width: 34em){
    
}
@media (max-width: 30em){   
    .articles_main_post_content_blog h1{
        font-size: 1.3em;
    }
}