@charset "utf-8";
/* CSS Document */

/******************************

COLOR PALETTE




[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Home
	3.1 Currency
	3.2 Language
	3.3 Account
	3.4 Main Navigation
	3.5 Hamburger Menu
	3.6 Logo
	3.7 Main Slider
4. Banner
5. New Arrivals
	5.1 New Arrivals Sorting
	5.2 New Arrivals Products Grid
6. Deal of the week
7. Best Sellers
	7.1 Slider Nav
8. Benefit
9. Blogs
10. Newsletter
11. Footer
12. Product Page



******************************/

/***********
1. Fonts
***********/

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700');


/*********************************
2. Body and some general stuff
*********************************/

*
{
	margin: 0;
	padding: 0;
}
body
{
	font-family:  'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 23px;
	font-weight: 400;
	background: #FFFFFF;
	color: #1e1e27;
}
div
{
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul
{
	list-style: none;
	margin-bottom: 0px;
}
p
{
	font-family:  'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 1.7;
	font-weight: 500;
	color: #989898;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a
{
	display: inline;
	position: relative;
	color: inherit;
	border-bottom: solid 2px #fde0db;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
a, a:hover, a:visited, a:active, a:link
{
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
/*li a:hover {transform: scale(1.05);}*/
i:hover {transform: scale(1.05);}   
p a:active
{
	position: relative;
	color: #FF6347;
}
p a:hover
{
	color: #FF6347;
	background: #fde0db;
}
p a:hover::after
{
	opacity: 0.2;
}
::selection
{
	background: black;
	color: white;
}
p::selection
{
	background: black;
	color: white;
}
h1{font-size: 40px;}
h2{font-size: 26px;}
h3{font-size: 28px;}
h4{font-size: 24px;}
h5{font-size: 16px;}
h6{font-size: 14px;}
h1, h2, h3, h4, h5, h6
{
	color: #282828;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection
{

}
::-webkit-input-placeholder
{
	font-size: 12px !important;
	font-weight: 500;
	color: #777777 !important;
}
:-moz-placeholder /* older Firefox*/
{
	font-size: 12px !important;
	font-weight: 500;
	color: #777777 !important;
}
::-moz-placeholder /* Firefox 19+ */
{
	font-size: 12px !important;
	font-weight: 500;
	color: #777777 !important;
}
:-ms-input-placeholder
{
	font-size: 16px !important;
	font-weight: 500;
	color: #777777 !important;
}
::input-placeholder
{
	font-size: 16px !important;
	font-weight: 500;
	color: #777777 !important;
}
.form-control
{
	color: #131a2c;
}
section
{
	display: block;
	position: relative;
	box-sizing: border-box;
	margin-top: 20px;
	clear:both;
	width:100%;
}

.imagethumblink {
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.imagethumblink img {	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: all 0.3s ease;}
.imagethumblink:hover img {transform: scale(1.01);transform-origin: 50% 50%;}

.imagethumb {
    max-width: 100%;
    max-height: 200px;
    margin: 0 auto;
    text-align: center;
    display: block;
}
.clear
{
	clear: both;
}
.clearfix::before, .clearfix::after
{
	content: "";
	display: table;
}
.clearfix::after
{
	clear: both;
}
.clearfix
{
	zoom: 1;
}
.center
{
	text-align:center;
	float:left;
}
.float_left
{
	float: left;
}
.float_right
{
	float: right;
}
.trans_200
{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.trans_300
{
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.trans_400
{
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.trans_500
{
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.fill_height
{
	height: 100%;
}
.super_container
{
	width: 100%;
	overflow: hidden;
}
#spinnercheckout {
	position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
	font-size:120px;
	z-index:10000;
}
/*********************************
3. Home
*********************************/
.categoriasdestacadas {    float: left;
    width: 100%;
	display: flex;
    flex-wrap: wrap;
    margin-bottom: 70px;}
.categoriadestacada {float:left;max-width:33.33%;padding: 5px;}
.categoriadestacada img {	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: all 0.3s ease;}
.categoriadestacada:hover img {transform: scale(1.02);transform-origin: 50% 50%;}

.categoriadestacada:nth-child(4n) {max-width:50%}
.categoriadestacada:nth-child(5n) {max-width:50%}
.categoriadestacada img {max-height: 444px;}
.header
{
	/*position: fixed;
	top: 0;
	left: 0;*/
	width: 100%;
	/*background: transparent;*/
	z-index: 10;
}
/*#homepage  .logo_container  {display:none}*/

/*#megacategorypage .logo_container  {display:none}*/
#homepage .sticky .logo_container  {display:block}
#homepage h1 {
    font-size: 20px;
    text-align: center;
    margin: 15px;
}
header.sticky #searchform {height:30px}
header.sticky  .navbar_user .fa {font-size:18px}

header.sticky .logo_container img {height: 64px;}
header.sticky .top_nav {display: none;} 
header.sticky .logo_container {top:40px}
header.sticky {height: 80px;background-color: #131A2C;z-index:333333}
header.sticky .navbar{margin-top:0}		

header.sticky .navbar_user{height: 40px;width: 70%;    margin-top: -15px;}
header.sticky .navbar_user .col-12 {max-width: 50%!important;float: right;clear: none;}
header.sticky #search {margin-top: -11px;padding: 0;}
header.sticky .header2 {max-width: 73%!important; float: right;text-align: right!important;position: absolute;    top: 40px;right: 0;margin:5 0 0 0 ;padding:0}
header.sticky .navbar_menu::after { display:none }
header.sticky  .navbar_menu li a{font-size:12px}
.top_nav
{
	padding:0;
	width: 100%;
	height: 50px;
	background: #131A2C;	
	line-height: 45px;
}

.top_nav a {color:white}
 
#texto-top a {margin-right:15px; text-transform: uppercase;font-size:14px;font-weight:500; color:white}
#texto-top a strong {font-size:16px}
.destaquescategoria  {      flex-wrap: wrap;  justify-content: center; display:flex; margin: 10px 0 0}
.destaquescategoria a:hover{font-weight:800}
.destaquescategoria a { max-width: calc(33.33% - 30px);
    margin: 0 10px;
    font-weight: 500;
    
    color: white;
    padding: 3px 10px;
    width: calc(33.33% - 30px);
    text-align: center;}
.top_nav_left {font-size:15px;font-weight:400;color:white}
.top_nav_right { font-size:15px;font-weight:400;color:white}
.top_nav_right a:hover{background-color:#00b034}
.top_nav_center a {font-size:14px;font-weight:500; color:white}
.top_nav_right a {padding:10px ; font-size:13px;font-weight:400;color:white;margin-right:15px}
.top_nav_right a .fa{font-size:18px}
.top_nav .top_nav_right i {padding-right: 10px;}

.top_nav_left a {font-size: 15px;font-weight: 400;background-color: white;border-radius: 25px;padding: 5px 7px;margin-right:10px;}
.top_nav_left a .fa{font-size:18px;color: black;line-height: 26px}
.top_nav_left .top_nav_left  i {padding:4px}


	
/*********************************
3.1 Currency
*********************************/

.currency
{
	display: inline-block;
	position: relative;
	min-width: 50px;
	border-right: solid 1px #33333b;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
	vertical-align: middle;
	background: #1e1e27;
}
.currency > a
{
	display: block;
	color: #fe7c7f;
	font-weight: 400;
	height: 50px;
	line-height: 50px;
	font-size: 13px;
	text-transform: uppercase;
}
.currency > a > i
{
	margin-left: 8px;
}
.currency:hover .currency_selection
{
	visibility: visible;
	opacity: 1;
	top: 100%;
}
.currency_selection
{
	display: block;
	position: absolute;
	right: 0;
	top: 120%;
	margin: 0;
	width: 100%;
	background: #FFFFFF;
	visibility: hidden;
	opacity: 0;
	z-index: 1;
	box-shadow: 0 0 25px rgba(63, 78, 100, 0.15);
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: all 0.3s ease;
}
.currency_selection li
{
	padding-left: 10px;
	padding-right: 10px;
	line-height: 50px;
}
.currency_selection li a
{
	display: block;
	color: #232530;
	border-bottom: solid 1px #dddddd;
	font-size: 13px;
	text-transform: uppercase;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: all 0.3s ease;
}
.currency_selection li a:hover
{
	color: #fe7c7f;
}
.currency_selection li:last-child a
{
	border-bottom: none;
}

/*********************************
3.2 Language
*********************************/

.language
{
	display: inline-block;
	position: relative;
	min-width: 50px;
	border-right: solid 1px #33333b;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
	vertical-align: middle;
	background: #1e1e27;
}
.language > a
{
	display: block;
	color: #fe7c7f;
	font-weight: 400;
	height: 50px;
	line-height: 50px;
	font-size: 13px;
}
.language > a > i
{
	margin-left: 8px;
}
.language:hover .language_selection
{
	visibility: visible;
	opacity: 1;
	top: 100%;
}
.language_selection
{
	display: block;
	position: absolute;
	right: 0;
	top: 120%;
	margin: 0;
	width: 100%;
	background: #FFFFFF;
	visibility: hidden;
	opacity: 0;
	z-index: 1;
	box-shadow: 0 0 25px rgba(63, 78, 100, 0.15);
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: all 0.3s ease;
}
.language_selection li
{
	padding-left: 10px;
	padding-right: 10px;
	line-height: 50px;
}
.language_selection li a
{
	display: block;
	color: #232530;
	border-bottom: solid 1px #dddddd;
	font-size: 13px;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: all 0.3s ease;
}
.language_selection li a:hover
{
	color: #b5aec4;
}
.language_selection li:last-child a
{
	border-bottom: none;
}

/*********************************
3.3 Account
*********************************/

.account
{
	display: inline-block;
	position: relative;
	min-width: 50px;
	padding-left: 20px;
	text-align: center;
	vertical-align: middle;
	background: #000;
}
.account > a
{
	display: block;
	color: #fff;
	font-weight: 400;
	height: 50px;
	line-height: 50px;
	font-size: 13px;
}
.account > a > i
{
	margin-left: 8px;
}
.account:hover .account_selection
{
	visibility: visible;
	opacity: 1;
	top: 100%;
}
.account_selection
{
	display: block;
	position: absolute;
	right: 0;
	top: 120%;
	margin: 0;
	width: 100%;
	background: #FFFFFF;
	visibility: hidden;
	opacity: 0;
	z-index: 1;
	box-shadow: 0 0 25px rgba(63, 78, 100, 0.15);
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: all 0.3s ease;
}
.account_selection li
{
	padding-left: 10px;
	padding-right: 10px;
	line-height: 50px;
}
.account_selection li a
{
	display: block;
	color: #000;
	border-bottom: solid 1px #dddddd;
	font-size: 14px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.account_selection li a:hover
{
	color: #fe7c7f;
}
.account_selection li:last-child a
{
	border-bottom: none;
}
.account_selection li a i
{
	margin-right: 10px;
}

/*********************************
3.4 Main Navigation
*********************************/

.main_nav_container
{
	
	width: 100%;
	background: transparent;
}
/*#productpage .main_nav_container {background-color:#131a2c}
#productpage .main_slider {display:none}*/

#megacategorypage h2.cateName, #megacategorypage h1.cateName {display:none}
#megacategorypage .product-item {width:20%;margin-bottom:40px;height:auto; /*600px!important*/;padding:5px;}
.header1 {height: 100px;display: flex;justify-content: space-between;}
header.sticky .header1 {height:80px}
.navbar
{
	width: 100%;
	/*height: 50px;*/
	float: right;
	padding-left: 0px;
	padding-right: 0px;
	/*margin-top:30px;*/
}

.navbar_menu::after {    content:"";position: absolute;bottom: 0;left: 0;right: 0;height: 0.5em; border-top: 1px solid white;z-index: -1;}

 
.navbar_menu {    /* background: rgb(19 26 44 / 50%); */ width: 100%;display: flex; justify-content: space-between}
.navbar_menu li
{  position:relative;
	display: inline-block;
}
.navbar_menu li ul { 
	display:none;background-color: white ; border:1px solid #131a2c;padding: 20px;
	width: auto;z-index: 100000;width: 500px;height: auto;
	list-style: none;position: absolute;clear: left;
	text-align: left;font-size: 0.8em; 
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: all 0.3s ease;
	/*border: 1px solid transparent;*/
	left:-200px;
   }
   .sticky .navbar_menu li ul { background-color: white }

   #megacategorypage .section_title {background-color: black;}
   #megacategorypage .section_title ,
   .categorybanner {    /* height: 120px;
    max-height: 120px;*/
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: contain;
    background-blend-mode: soft-light;
    background-position: right;}

	#megacategorypage .section_title ,
	.categorybanner a {
		display: flex;
		justify-content: space-around;
		align-items: center;
		color:white;
		
	}

   .navbar_menu li ul.subc489 {    left: 0;}
   .navbar_menu li ul.subc278{    right: 0!important;   left: auto;   width: 300px;}

.navbar_menu li ul.subc473  {width:500px}
.navbar_menu li ul li {width:50%; float:left;line-height: 1.2em;overflow: hidden;font-size:0.8em; ;padding-bottom:5px}

.navbar_menu li:hover ul { display:block; }
.navbar_menu li:hover  a{background-color:#131A2C; padding:0 10px;  color:white!important}


.navbar_menu li:hover  a {color:white}

.navbar_menu li:hover  li a{background-color:white;}

.navbar_menu li:hover li a:hover {color: #00b034!important;}
.navbar_menu li:hover a {color: white!important;}


.navbar_menu li a
{
	display: block;
	color: black;	
	font-size: 15px;
	font-weight: 400;
	font-family:  'Montserrat', sans-serif;
	text-transform: uppercase;
	padding: 0px;   
	line-height:30px;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
	padding:0 10px;
}

.header.sticky .navbar_menu li a.compramayor {margin-top: -8px;}
.navbar_menu li a.compramayor {    background-color: #00b034;
    padding: 0 10px;
    border-radius: 10px;
    font-weight: 600;
    margin-bottom: 3px;
}

.navbar_menu li a.compramayor:hover{
	color: #00b034;
	background-color:white!important;
}
/*.navbar_menu li:hover ul li a:hover{color:black!important}*/

.navbar_menu li:hover ul li a, .navbar_menu li ul li a
{    line-height: 14px;
	width:100%;
	float:left;
	color: black!important;
	background-color:transparent;
	font-size: 14px!important;
	font-weight: 500;
	text-transform: none;
	padding: 6px 0px;
}


.navbar_menu li ul li ul {width:100%;float:left;
	box-shadow: none !important;
    float: left;
	border:none;
    margin-top: 0px;
    z-index: 100000;
    height: auto;
    list-style: none;
    position: relative;
    text-align: left;
    float: left;
    display: block;
    top: 0;
    margin: 0;
    clear: none;
	margin-left:0px;
	margin-right:0px;
	/*border-bottom:1px solid #ccc;*/
	padding:5px 0 0 0 ;
}
.navbar_menu li ul li ul li {    padding-top: 0px; width:auto;float:left;border:none;margin:0;margin-right:5px;margin-bottom:3px}

.navbar_menu li:hover ul li ul li a:hover{
	color:#131a2c!important;
}

.solicitaracceso {
	background-color: #00b034;
	padding: 0 10px;
	border-radius: 10px;
	font-weight: 600;
	line-height: 30px;
}
.solicitaracceso:hover {
	background-color: black;
	padding: 0 10px;
	border-radius: 10px;
	font-weight: 600;
	line-height: 30px;
}

.navbar_menu li:hover ul li ul li a , .navbar_menu li ul li ul li a {
	/*width:auto!important;
	float:left!important; 
	color: #737175!important;
	border-bottom:none;
	font-size: 12px!important;
	font-weight: 400!important;
	text-transform: none!important;
	padding: 2px 12px 2px 0px;
	*/
}
	
.navbar_menu li a:hover
{
	color: #00b034;
}
.navbar_user
{
	display:flex;
	display: flex;
    align-items: center;
    /*position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;*/
}
.navbar_user li
{
	display: flex;
	text-align: center;
	justify-content: end;
	margin-left: auto;
}

#searchform {    background: transparent;color: white;border: 1px solid white;height: 40px;width:100%;}
#searchform #search_query_adv {    background: transparent;    color: black;    border: 1px solid #00b034;    border-radius: 10px;    font-size: 12px;    height: 30px;    width: 100%;	}


#searchform {color:#949495}
#SearchTabProducts {   width:100%; float: left;}
#searchform .form-control::placeholder {color:white!important;}
#searchform .form-control:placeholder {color:white!important;}
#searchform .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */color: white!important;}
#searchform .form-control::-ms-input-placeholder { /* Microsoft Edge */color: white!important;}
.navbar_user .fa-search {    cursor: pointer;border-left: 1px solid white!important;padding-left: 8px;line-height: 24px;}
.navbar_user li a
{
	font-size:14px;
	display: block;	
	position: relative;
	color: black;
	-webkit-transition: color 0.1s ease;
	-moz-transition: color 0.1s ease;
	-ms-transition: color 0.1s ease;
	-o-transition: color 0.1s ease;
	transition: color 0.1s ease;
	float:left;
	margin-left:20px;
}
.navbar_user li a.solicitaracceso {color:white}
.navbar_user li a i {font-size:24px}
.navbar_user  li a.searchbutton
{
	margin: -15px;
}
.navbar_user li fa {font-size: 25px;    margin-left: 6px;line-height: 25px;}

.navbar_user li a:hover{color: #00b034;}
.navbar_user li a.solicitaracceso:hover {color:white}
.checkout a
{
	background: #eceff6;
	border-radius: 50%;
}
.checkout_items
{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -9px;
	left: 22px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #131A2C;
	font-size: 12px;
	color: #FFFFFF;
}	
/*********************************
3.5 Hamburger Menu
*********************************/

.hamburger_container
{
	display: none;
	margin-left: 40px;
}
.hamburger_container i
{
	font-size: 24px;
	color: #1e1e27;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.hamburger_container:hover i
{
	color: #b5aec4;
}
.hamburger_menu
{
	position: fixed;
	top: 0;
	right: -400px;
	width: 400px;
	height: 100vh;
	background: rgba(255,255,255,0.95);
	z-index: 10;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	overflow:hidden;
}
.hamburger_menu.active
{
	right: 0;
}
.fs_menu_overlay
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	overflow:scroll;
	min-height: 100vh;
	z-index:9;
	background: rgba(255,255,255,0);
	pointer-events: none;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;

}
.hamburger_close
{
	position: absolute;
	top: 26px;
	right: 10px;
	padding: 10px;
	z-index: 1;
}
.hamburger_close i
{
	font-size: 24px;
	color: #1e1e27;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.hamburger_close:hover i
{
	color: #b5aec4;
}
.hamburger_menu_content
{
	padding-top: 100px;
	width: 100%;
	height: 100%;
	padding-right: 20px;
	overflow-y:scroll;
}
.menu_item
{
	display: block;
	position: relative;
	border-bottom: solid 1px #b5aec4;
	vertical-align: middle;
}
.menu_item > a
{
	display: block;
	color: #1e1e27;
	font-weight: 500;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	text-transform: uppercase;
}
.menu_item > a:hover
{
	color: #b5aec4;
}
.menu_item > a > i
{
	margin-left: 8px;
}
.menu_item.active .menu_selection
{
	display: block;
	visibility: visible;
	opacity: 1;
}
.menu_selection
{
	margin: 0;
	width: 100%;
	max-height: 0;
	overflow: hidden;
	z-index: 1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.menu_selection li
{
	padding-left: 10px;
	padding-right: 10px;
	line-height: 50px;
}
.menu_selection li a
{
	display: block;
	color: #232530;
	border-bottom: solid 1px #dddddd;
	font-size: 13px;
	text-transform: uppercase;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: all 0.3s ease;
}
.menu_selection li a:hover
{
	color: #b5aec4;
}
.menu_selection li:last-child a
{
	border-bottom: none;
}

/*********************************
3.6 Logo
*********************************/

.logo_container
{
	/*position: absolute;
	top: 58%;*/
	/*-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0px;*/
}
.logo_container img {    max-height: 90px;width: auto;}
.logo_container a
{
	font-size: 24px;
	color: #1e1e27;
	font-weight: 700;
	text-transform: uppercase;
}
.logo_container a span
{
	color: #131a2c;
}

/*********************************
3.7 Main Slider
*********************************/

.main_slider
{
	width: 100%;
	height: auto;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	margin-top: 0;
    margin-bottom: 0px;
	top:0;	
	left:-1px;	
}
.main_slider_content
{
	width: 60%;
}
.main_slider_content h6
{
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.main_slider_content h1
{
	font-weight: 400;
	line-height: 1;
}
.red_button
{
	display: -webkit-inline-box;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: auto;
	height: 40px;
	background: #00b034;
	border-radius: 3px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-weight:500;
}
.red_button:hover
{
	background-color:black;
}
.red_button a
{
	display: block;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	line-height: 40px;
	width: 100%;
}
.shop_now_button
{
	width: 140px;
	margin-top: 32px;
}

/*********************************
4. Banner
*********************************/

.banner
{
	width: 100%;
	margin-top: 2%;
   
}
.banner_item
{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 265px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}



/*********************************
4. Banner

.banner_category
{
	height: 50px;
	background: #fff;
	min-width: 180px;
	padding-left: 25px;
	padding-right: 25px;
}

.banner_category a
{
	display: block;
	color: #000;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	line-height: 50px;
	width: 100%;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
.banner_category a:hover
{
	color: #b5aec4;
}
*********************************/




/*********************************
5. New Arrivals
*********************************/

.new_arrivals
{
	width: 100%;
	z-index:0;
}
.new_arrivals_title
{
	/*margin-top: 74px;*/
}

/*********************************
5.1 New Arrivals Sorting
*********************************/

.new_arrivals_sorting
{
	display: inline-block;
	border-radius: 3px;
	margin-top: 59px;
	overflow: visible;
}
.grid_sorting_button
{
	height: 40px;
	min-width: 102px;
	padding-left: 25px;
	padding-right: 25px;
	cursor: pointer;
	border: solid 1px #ebebeb;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	background: #FFFFFF;
	border-radius: 3px;
	margin: 0;
	float: left;
	margin-left: -1px;
}
.grid_sorting_button:first-child
{
	margin-left: 0px;
}
.grid_sorting_button:last-child
{

}
.grid_sorting_button.active:hover
{
	background: #FE7C7F !important;
}
.grid_sorting_button.active
{
	color: #FFFFFF;
	background: #131a2c;
}

/*********************************
5.2 New Arrivals Products Grid
*********************************/


.product-grid
{
	width: 100%;
	margin-top: 27px;
	display:flex;
	flex-wrap: wrap;
	width:100%;
}
.product-item .product_name a {text-transform: uppercase;}
.product-item
{
	height: 400px;
	cursor: pointer;
	float:left;
}
.moduloproductos .product-item
{
}

.product-item::after
{
	/*display: block;
	position: absolute;
	top: 0;
	left: -1px;
	width: calc(100% + 1px);
	height: 100%;
	pointer-events: none;
	content: '';
	border: solid 2px rgba(235,235,235,0);
	border-radius: 3px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;*/
}
.product-item:hover::after
{
	box-shadow: 0 25px 29px rgba(63, 78, 100, 0.15);
	border: solid 2px rgba(235,235,235,1);
}
.product
{
	width: 100%;
	padding-bottom:10px;
	border: solid 1px #e9e9e9;
}
.product_image
{
	width: 100%;
	clear:both;
}
img.cucardaenviogratis{position:absolute;z-index:1000}
.cucardaimagen
{
    position: relative;
    top: 200px;
    z-index: 10;
    opacity: 0.8;
	width:100%!important;
	padding: .5rem;
	margin:0;
}

.soldout {
    position: absolute;
    right: 0;
    background-color: #00000073;
    color: white;
    padding: 2px 10px;
    z-index: 11;
    font-size: 8px;
}
.brand_image
{
	width: 100%;
}
.product_image img
{
		max-width:100%;
	    width: auto;
    max-height: 200px;
    text-align: center;
    margin: 0 auto;
    display: block;
}

.brand_image img
{
	max-width:100%;
	width: auto;
    height: 200px;
    text-align: center;
    margin: 0 auto;
    display: block;
}
.owl-carousel .owl-item img{height:auto;max-height:200px;width:auto}
.product_info
{
	width:100%; 
	text-align: center;
	padding-left: 2px;
	padding-right: 2px;
	clear:both;
}

.product_name
{
	margin-top: 27px;
    min-height: 55px;
}

.product_name a
{
    color: #3c3c3b;
    line-height: 1.5em;
    font-size: 12px;
}
.product_name:hover a
{
	color: #b5aec4;
}


.discount .product_info .product_price
{
	font-size: 14px;
}
.product_price_line
{
   color: #3c3c3b;
    line-height: 1.5em;
    font-size: 22px;
	line-height:25px;
	font-weight:500;
}
.product_price
{
    color: #3c3c3b;
    line-height: 1.5em;
    font-size: 24px;
	line-height:25px;
	font-weight:600;	
}

.product_bubble
{
position: absolute;
    top: 15px;
    width: auto;
    height: 22px;
    border-radius: 3px;
    text-transform: uppercase;
    z-index: 3333;
    padding: 0 13px;
}
.product_bubble span
{
	font-size: 12px;
	font-weight: 600;
	color: #FFFFFF;
}

.product_bubble_red
{
	background: #00b034;
}
.product_bubble_green
{
	background: #131a2c;
}
.product_bubble_left
{
	left: 15px;
}
.product_bubble_right
{
	right: 15px;
}
.add_to_cart_button
{
	text-align:center;
	margin-top:10px;
	height:40px;
}

.ver_button {
    text-align: center;
    margin: 5px auto;
}
.ver_button a
{
	background-color:transparent;
    font-size: 12px;
    font-weight: 400;
    padding: 5px 12px;
    color: black;
    text-align: center;
}
.ver_button a:hover {color:#00b034;
}

.add_to_cart_button:hover a , .add_to_cart_button a:hover {background-color:black}
.add_to_cart_button a
{
    color: white;
    font-size: 14px;
    font-weight: 500;
    color: white;
    text-align: center;
    width: 80%;
    font-weight: 500;
    margin: 10px 10%;
    float: left;
    background-color: #00b034;
    padding: 0 10px;
    border-radius: 10px;
    font-weight: 600;
    line-height: 30px;
}


.product-item:hover .add_to_cart_button
{
	visibility: visible;
	opacity: 1;
}
.favorite
{
	position: absolute;
	top: 15px;
	right: 15px;
	color: #b9b4c7;
	width: 17px;
	height: 17px;
	visibility: hidden;
	opacity: 0;
}
.favorite_left
{
	left: 15px;
}
.favorite.active
{
	visibility: visible;
	opacity: 1;
}
.product-item:hover .favorite
{
	visibility: visible;
	opacity: 1;
}
.favorite.active::after
{
	font-family: 'FontAwesome';
	content:'\f004';
	color: #ffffff;
}
.favorite::after
{
	font-family: 'FontAwesome';
	content:'\f08a';
}
.favorite:hover::after
{
	color: #ffffff;
}

/*********************************
6. Deal of the week
*********************************/

.deal_ofthe_week
{
	width: 100%;
	margin-top: 41px;
	background: #f2f2f2;
}
.deal_ofthe_week_img
{
	height: 540px;
}
.deal_ofthe_week_img img
{
	height: 100%;
}
.deal_ofthe_week_content
{
	height: 100%;
    background: #f2f2f2;
}
.section_title
{
	display: inline-block;
	text-align: left;
}
.subtituloh2,
.section_title .title
{
	display: inline-block;
	
	font-size:22px;
}
.section_title .title h2 {font-size:22px; font-weight:600}
.section_title::after
{
    display: block;
    position: absolute;
    top: calc(100% - 4px);
    left: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 200px;
    height: 2px;
    background: black;
    content: '';	
}
.timer
{
	margin-top: 66px;
}
.timer li
{
	display: inline-block;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: #FFFFFF;
	margin-right: 10px;
}
.timer li:last-child
{
	margin-right: 0px;
}
.timer_num
{
	font-size: 48px;
	font-weight: 600;
	color: #131a2c;
	margin-top: 10px;
}
.timer_unit
{
	margin-top: 12px;
	font-size: 16px;
	font-weight: 500;
	color: #131a2c;
}
.deal_ofthe_week_button
{
	width: 140px;
	background: #131a2c;
	margin-top: 52px;
}
.deal_ofthe_week_button:hover
{
	background: #2b2b34 !important;
}

/*********************************
7. Best Sellers
*********************************/

.product_slider_container
{
	width: 100%;
	height: 400px;
	margin-top: 73px;
}
.product_slider_container::after
{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background: #FFFFFF;
	content: '';
	z-index: 1;
}
.product_slider
{
	overflow: visible !important;
}
.product_slider_item .product-item
{
	height: 390px;
}
.product_slider_item
{
	width: 20%;
}
.product_slider_item .product-item
{
	width: 100% !important;
}

/*********************************
7.1 Slider Nav
*********************************/

.product_slider_nav, .brand_slider_nav
{
	position: absolute;
	width: 30px;
	height: 70px;
	background: #d3d3d6;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
	cursor: pointer;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.product_slider_container:hover .product_slider_nav,
.brand_slider_container:hover .brand_slider_nav
{
	visibility: visible;
	opacity: 1;
}
.product_slider_nav i,
.brand_slider_nav i
{
	color: #FFFFFF;
	font-size: 12px;
}
.product_slider_nav_left,  .brand_slider_nav_left
{
	top: 50%;
	left: 0;
}
.product_slider_nav_right, .brand_slider_nav_right
{
	top: 50%;
	right: 0;
}

/*********************************
8. Benefit
*********************************/

.benefit
{
	clear: left;
    background: black;
    padding: 10px

}
.benefit_row
{
	padding-left: 15px;
	padding-right: 15px;
}
.benefit_col
{
    padding-left: 0px;
    padding-right: 0px;
    background-color: #ffffff;
    border-radius: 8px;
    width: 31%;
    border: 1px solid black;
}
.benefit_item
{
	/*height: 150px;	*/    
}
.benefit_col:first-child 
{
	margin-right:3.5%;
}

.benefit_col:last-child 
{
	margin-left:3.5%;
}

.benefit_icon img {
    width: 92px;
}
.benefit_icon {
    text-align: center;
}


.benefit_content
{
	padding: 0 22px;
}
.benefit_content h6
{
    text-transform: uppercase;
    line-height: 18px;
    font-weight: 500;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 600;
    width: 100%;
    color: #3c3d49;
}
.benefit_content p
{
	font-size: 15px;
    line-height: 18px;
    margin-bottom: 0px;
    color: black;
    text-align: center;
    font-weight: 300;
    line-height: 1.4em;
    margin: 10px;
}
}

/*********************************
9. Blogs
*********************************/

.blogs
{
	margin-top: 72px;
}
.blogs_container
{
	margin-top: 53px;
}

.posteo_container .blogs , .posteo_container .blogs_container
{
	margin-top: 0px;
}
.blog_item
{
	height: 255px;
	width: 100%;
}
.blog_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.blog_content
{
	position: absolute;
	top: 30px;
	left: 30px;
	width: calc(100% - 60px);
	height: calc(100% - 60px);
	background: rgba(255,255,255,0.9);
	padding-left: 10px;
	padding-right: 10px;
	visibility: hidden;
	opacity: 0;
	transform-origin: center center;
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	-o-transform: scale(0.7);
	transform: scale(0.7);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.blog_item:hover .blog_content
{
	visibility: visible;
	opacity: 1;
	transform: scale(1);
}
.blog_title
{
	font-weight: 500;
	line-height: 1.25;
	margin-bottom: 0px;
}
.blog_meta
{
	font-size: 12px;
	line-height: 30px;
	font-weight: 400;
	text-transform: uppercase;
	color: #131a2c;
	margin-bottom: 0px;
	margin-top: 3px;
	letter-spacing: 1px;
}
.blog_more
{
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	color: #131a2c;
	border-bottom: solid 1px #131a2c;
	margin-top: 12px;
}
.blog_more:hover
{
	color: #FE7C7F;
}


.blog_text p{
    margin-top: 5%;
    
}

. blog_item_col h1{
    font-size: 36px;
    margin-top: 5%;
    
}

/*********************************
10. Newsletter
*********************************/

.newsletter
{
	width: 100%;
	background: #f2f2f2;
	margin-top: 81px;
}
.newsletter_text
{
	height: 120px;
}
.newsletter_text h4
{
	margin-bottom: 0px;
	line-height: 24px;
}
.newsletter_text p
{
	margin-bottom: 0px;
	line-height: 1.7;
	color: #131a2c;
}
.newsletter_form
{
	height: 120px;
}
#newsletter_email
{
	width: 300px;
	height: 46px;
	background: #FFFFFF;
	border: none;
	padding-left: 20px;
}
#newsletter_email:focus
{
	border: solid 1px #7f7f7f !important;
	box-shadow: none !important;
}
:focus
{
	outline: none !important;
}
#newsletter_email::-webkit-input-placeholder
{
	font-size: 14px !important;
	font-weight: 400;
	color: #b9b4c7 !important;
}
#newsletter_email:-moz-placeholder /* older Firefox*/
{
	font-size: 14px !important;
	font-weight: 400;
	color: #b9b4c7 !important;
}
#newsletter_email::-moz-placeholder /* Firefox 19+ */
{
	font-size: 14px !important;
	font-weight: 400;
	color: #b9b4c7 !important;
}
#newsletter_email:-ms-input-placeholder
{
	font-size: 14px !important;
	font-weight: 400;
	color: #b9b4c7 !important;
}
#newsletter_email::input-placeholder
{
	font-size: 14px !important;
	font-weight: 400;
	color: #b9b4c7 !important;
}
.newsletter_submit_btn
{
	width: 160px;
	height: 46px;
	border: none;
	background: #131a2c;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	cursor: pointer;
}
.newsletter_submit_btn:hover
{
	background: #FE7C7F;
}

/*********************************
11. Footer
*********************************/

.boton_whastapp_fixed {
    position: fixed;
    bottom: 30px;
    right: 12px;
    z-index: 9999;
}
.boton_whastapp_fixed img {
    height: 90px;
}
.blackFoot {
    width: 100%;
    background-color: #131A2C;
    padding: 10px;
    text-align: right;
	color:white;
}

footer {
    background-color:  #3c3c3b;
    color: #fff;
    font-size: 13px;
    display: block;
	/*margin-top:70px;*/
    padding-bottom: 65px;
    padding-top: 30px;
}

footer .titulo {
    color: #ebeded!important;
    font-size: 17px;
	font-weight:600;
text-transform:uppercase;
line-height: 1.2em;
    padding-bottom: 5px;
}
footer li, footer li a {
    display: block;
    color: #ebeded;
    font-size: 14px;
	font-weight:500;
	line-height: 1.2em;
    margin-bottom: 6px;
}

footer p a:hover {
    color: #fe7c7f;
	background-color:transparent;
}
footer p a {
    display: block;
    color: #fff;

    display: inline;
    color: #fff;
    border: none;
    
}
    

footer ul {
    padding-bottom: 15px;
    
}

.flex{
    display:  flex;
    
}

.flex li{
    margin-right: 15px;
    margin-left: 15px;
}

footer a:hover { 
   color:#00b034;
   text-decoration: none;
}

footer img{
    padding-bottom: 15px;
}

footer li a:hover
{
	color:#00b034;
	text-decoration: none;
}

footer .line{
    width: 100%;
    height: 15px;
    background-color: #717171;
    padding-top: 30px;
    margin-bottom: 30px;
    
}
 
footer .seguro{
    display: flex;
    padding-bottom: 0px;
}

footer .texto{
    margin-left: 5px;
    color: #fff;
    font-size: 12px;
}



/*********************************
12. PRODUCT PAGE & POST PAGE
*********************************/
.mlvariationitemgroup{margin-top:20px;margin-bottom:20px}
.mlvariationitemli   {    margin-top: 20px;
    float: left;
    width: 65px;
    border: 1px solid transparent;
    margin: 20px 2px -2px;}
.mlvariationitemimage {width:auto;max-height:60px;padding:1px}
.mlvariationitemli.Selected {border:1px solid #131a2c}
.mlvariationitemimage:hover{cursor:pointer;  opacity:0.9;transform:scale(1.05);}

#productpage p.freeshipingtext {
    font-weight: 700;
	width:100%;
	float:left;
}

#productpage p,  #postpage p
{
	color: #51545f;

}

#productpage h1{font-size: 32px;font-weight:500;text-transform:uppercase}

#postpage .posteo_container h1{font-size:36px}
#postpage .posteo_container h2{font-size:26px}
#postpage .posteo_container h3{font-size:20px}

#postpage  p{
	color:#51545f;
    font-size: 14px;
    line-height: 1.7;
}

#productpage  .currency > a
{
	display: block;
	color: #b5aec4;
}

#productpage .currency_selection li a:hover
{
	color: #b5aec4;
}

#productpage  .language > a
{
	color: #b5aec4;
}

#productpage .red_button a
{
	font-size: 12px;
	background-color:transparent;
}
#productpage .section_title
{
	display: inline-block;
	text-align: center;
}
#productpage .section_title h2
{
	display: inline-block;
}
#productpage .section_title::after
{
	display: none;
	content: '';
} 
/*#productpage .product_details_title p
{
	color: #;
}*/

/*********************************
13 Breadcrumbs
*********************************/

.breadcrumbs
{
    width: 100%;
    height: auto;
    border-bottom: solid 1px #ebebeb;
    margin-bottom: 38px;
	/*display:none!important;*/
				
}
.breadcrumbs ul li
{
	display: inline-block;
	margin-right: 17px;
}
.breadcrumbs ul li.active a
{
	color: black;
	font-weight: 500;
}
.breadcrumbs ul li i
{
	margin-left: 17px;
}
.breadcrumbs ul li a
{
	color: #51545f;
	text-transform:lowercase;
}

/*********************************
14. Single Product Section & POST PAGE
*********************************/


.single_product_container, .posteo_container
{
}
.single_product_thumbnails
{
	height: 527px;
}
.single_product_thumbnails ul{
	height: 100%;
    overflow: scroll;
	.element { -ms-overflow-style: none; }
}
.single_product_thumbnails ul::-webkit-scrollbar { 
                display: none; 
            } 
			
.single_product_thumbnails ul li
{
	position: relative;
	height: 95px;
	margin-bottom: 2px;
	cursor: pointer;
	overflow:hidden;
}
.single_product_thumbnails ul li::after
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: solid 1px #131a2c;
	content: '';
	visibility: hidden;
}
.single_product_thumbnails ul li.active::after,
.single_product_thumbnails ul li:hover::after
{
	visibility: visible;
}
.single_product_thumbnails ul li img
{
	height:100px;
	text-align: center;
    margin: 0 auto;
    display: block;
	/*width: 100%;*/
}
.image_col
{
	padding-right: 30px;
}
.single_product_image
{
	width: 100%;
	height: 527px;
	overflow:hidden;
}

.single_product_image_img
{
    overflow: hidden;
    height: auto;
    text-align: center;
    margin: 0 auto;
    display: block;
    max-height: 100%;
    width: auto;
    max-width: 100%;
}

.single_product_image_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

/*********************************
15. Product Details
*********************************/
.product_details h3 {
	
		font-family: 'Montserrat', sans-serif;
		font-size: 14px;
		line-height: 1.7;
		font-weight: 500;}
.product_details_descripcion  {
    margin-bottom: 30px;
}
.product_details_descripcion br {
    display:none;
}
.product_details_descripcion p {
    margin: 0;
}
.product_details .product {border:none}
.product_details
{
	width: 100%;
}
.product_details_title
{
	font-weight: 500px;
	line-height: 30px;
}

.ventaxbulto  {margin-top:10px;}
.ventaxbulto #add-to-cart-button {font-size:16}
.ventaxtitle {line-height: 41px;}
.ventaxbulto  .add_to_cart_button  {margin-top:0}
.ventaxbultoqty { max-width:100%;height: 40PX;width: 100PX;padding: 13PX;}
.product_details_title p
{
	margin-top: 12px;
}
.free_producto
{
	background: #f5f5f5;
	margin-top: 3px;
	margin-bottom:3px;
	padding: 10px;
	color: #282828;
	font-size:13px;
}
.free_producto .celeste
{
	color: #131a2c;
	font-size:15px;
	font-weight:600;
}

.free_delivery
{
	background: #f5f5f5;
	margin-top: 53px;
}
.free_delivery i
{
	display: inline-block;
}
.free_delivery span:last-child
{
	display: inline-block;
	height: 40px;
	line-height: 40px;
	text-transform: uppercase;
}
.free_delivery span:first-child
{
	display: inline-block;
	margin-right: 19px;
	font-size: 16px;
	-webkit-transform: translateY(-1px);
	-moz-transform: translateY(-1px);
	-ms-transform: translateY(-1px);
	-o-transform: translateY(-1px);
	transform: translateY(-1px);
}
.original_price
{
    font-weight: 500;
    color: black;
    text-decoration: line-through;
    line-height: 30px;
    margin-top: 21px;
	font-size: 17px;
	margin-left:20px;
}

.star_rating
{
	display: inline-block;
	margin-left: 33px;
}
.star_rating li
{
	display: inline-block;
	margin-right: -2px;
	cursor: pointer;
}
.star_rating li i
{
	color: #fac451;
}
.product_color
{
	margin-top: 27px;
}
.product_color ul
{
	display: inline-block;
	margin-left: 26px;
}
.product_color ul li
{
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	margin-right: 29px;
	cursor: pointer;
}
.quantity
{
	width: 100%;
	height: 40px;
	margin: 10px 0;
}
#add-to-cart-button {
    background-color: transparent;
    border: none;
    color: white;
    font-size: 20px;
	padding: 5px 20px;
	text-transform:uppercase;
	cursor:pointer;
}
.quantity_selector
{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 132px;
	height: 40px;
	border: solid 1px #e5e5e5;
	margin-left: 0px;

}
.quantity_selector input
{
	font-weight: 500;
	color: #232530;
	border:none;
	width: 60px;
}

.quantity_selector_cantidad input[type="number"]::-webkit-inner-spin-button,
.quantity_selector_cantidad input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity_selector_cantidad input[type="number"] {
  -moz-appearance: textfield; /* Firefox */
}
.quantity_selector span
{
	font-weight: 500;
	color: #232530;
}
.plus,
.minus
{
	padding-left: 14px;
	padding-right: 14px;
	cursor: pointer;
}
.plus:hover,
.minus:hover
{
	color: #b5aec4;
}
#productpage .add_to_cart_button
{
	width: auto;
	margin-left: 0px;
	font-size: 14px !important;
	opacity:1;
	visibility:visible;
	text-transform:uppercase;
} 
#productpage  .product_favorite
{
	width: 40px;
	height: 100%;
	margin-left: 22px;
	border: solid 1px #e5e5e5;
	border-radius: 2px;
	cursor: pointer;
}
.product_favorite:hover::after
{
	color: #131a2c;
}
.product_favorite::after
{
	font-family: 'FontAwesome';
	content:'\f08a';
	font-size: 14px;
}
.product_favorite.active::after
{
	content:'\f004';
	color: #131a2c;
}

/*********************************
16. Tabs
*********************************/

.tabs_section_container
{
	width: 100%;
	padding-bottom: 80px;
	border-bottom: solid 1px #ebebeb;
}
.tabs_container
{
	margin-top: 66px;
	margin-bottom: 66px;
}
.tabs
{

}
.tab
{
	margin-right: 50px;
	cursor: pointer;
}
.tab:last-child
{
	margin-right: 0px;
}
.tab span
{
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	font-weight: 500;
	color: #1e1e27;
}
.tab:hover span
{
	color: #b5aec4;
}
.tab.active span
{
	color: #131a2c;
	border-bottom: solid 1px #131a2c;
}
.tab_container
{
	width: 100%;
	display: none;
}
.tab_container.active
{
	display: block;
}

/*********************************
17 Description
*********************************/

.desc_col
{

			  
				  
				  
					
}
.tab_title
{
	margin-bottom: 98px;
}
.tab_title h4
{
	display: inline-block;
	color: #131a2c;
	border-bottom: solid 1px #131a2c;
}
.tab_text_block
{
	margin-bottom: 133px;
}
.tab_text_block p
{
	font-weight: 400;
	margin-top: 10px;
}
.tab_image
{
	width: 100%;
	margin-bottom: 131px;
}
.tab_image img
{
	width: 100%;
}
.desc_last
{
	margin-bottom: 0px;
}

/*********************************
18. Additional Info
*********************************/

.additional_info_col p span
{
 
				
			 
	margin-left: 22px;
}
.additional_info_title
{
	margin-bottom: 48px;
}

/*********************************
19 Reviews
*********************************/

.reviews_title
{
	margin-bottom: 58px;
}
.user_review_container
{
	width: 100%;
	margin-bottom: 37px;
									 
								  
								 
								
}
.reviews_col
{
	padding-right: 30px;
}
.user_pic
{
	width: 70px;
	height: 70px;
	background: #ebebeb;
	border-radius: 50%;
}
.user_rating .star_rating
{
	margin-left: 5px;
	margin-top: 13px;
}
.user_rating .star_rating li
{
	margin-right: -3px;
}
.user_rating .star_rating li i
{
	font-size: 12px;
}
.review
{
	padding-left: 30px;
}
.review_date
{
	color: #131a2c;
	margin-top: -4px;
}
.user_name
{
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 18px;
}
.review p
{
	font-weight: 400;
}

/*********************************
20. Add Review
*********************************/

.add_review
{
	margin-top: 94px;
}
#review_form > div
{
	margin-bottom: 40px;
}
#review_form div:nth-child(2) h1
{
	display: inline-block;
}
#review_form div:nth-child(2)
{
	margin-bottom: 20px;
}
#review_form > div:last-child
{
	margin-bottom: 0px;
}
.add_review h1
{
	font-size: 18px;
	font-weight: 500;
}
.form_input
{
	display: block;
	width: 100%;
	height: 50px;
	border: solid 1px #e5e5e5;
	padding-left: 20px;
}
.input_name
{
	margin-bottom: 19px;
	margin-top: 31px;
}
.input_review
{
	display: block;
	width: 100%;
	border: solid 1px #e5e5e5;
	margin-top: 23px;
	padding-left: 20px;
	padding-top: 13px;
}
.user_star_rating
{
	display: inline-block;
	margin-left: 18px;
}
.user_star_rating li
{
	display: inline-block;
	margin-right: -3px;
	cursor: pointer;
}
.user_star_rating li i
{
	color: #f5c136;
	font-size: 18px;
}
.review_submit_btn
{
	width: 170px;
	border: none;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
}


/*********************************
21. Best Sellers
*********************************/

.product_slider_container
{
	width: 100%;
	height: 400px;
	margin-top: 73px;
}
.product_slider_container::after
{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background: #FFFFFF;
	content: '';
	z-index: 1;
}
.product_slider
{
	overflow: visible !important;
}
.product_slider_item .product-item
{
	height: 390px;
}
.product_slider_item
{
	width: 20%;
}
.product_slider_item .product-item
{
	width: 100% !important;
}

/*********************************
22. BRANDS
*********************************/
.brand_slider_container   {height:auto!important}
.brand_slider_container .product ,
.brand_slider_container .product_slider_item .product-item {height: auto;}


/*********************************
23. FAQS Y TEXTO
*********************************/

#paginaestatica .faq p{color: #989898;}
#paginaestatica .faq h1{font-size: 42px;}
#paginaestatica .faq h2{font-size: 40px;}
#paginaestatica .faq h3{font-size: 28px;}
#paginaestatica .faq h4{font-size: 24px;}
#paginaestatica .faq h5{font-size: 16px;}
#paginaestatica .faq h6{font-size: 14px;}
#paginaestatica .faq h2, #paginaestatica .faq h3, #paginaestatica .faq h4, 
#paginaestatica .faq h5, #paginaestatica .faq h6
{
	color: #282828;	
}
/*#paginaestatica h1{
    color: #131a2c;
    margin-bottom: 20px;
}*/
#paginaestatica .faq {
    
    padding-bottom: 70px;
    border-bottom: solid 1px #ebebeb;
}

.p-0{padding: 0}
.m-0{margin: 0}
.float-right{float:right;}
.float-left{float:left;}


/*********************************
24. Sidebar
*********************************/

.product_section_container
{
	padding:0 20px;
	/*margin-top: 150px;*/
}
/*.product_section
{
	margin-top:70px;
	float:left;
}*/
.sidebar .showsection{display:none}
.sidebar
{
	margin-top:30px;
	float: left;
	width: 250px;
	/*padding-right: 17px;*/
}
.sidebar_section
{
	padding-bottom: 35px;
	margin-bottom: 50px;
    border-radius: 5px;
	float:left;
	width:100%;
	background-color:#131A2C;
}
/*
.sidebar_section
{
	background-color:#CD3B30;
}*/

.sidebar_title h5 {
    font-size: 18px;

    color: white;
    text-align: left;
    padding-top: 20px;
    padding: 20px 11px;
    margin: 0;
}
.sidebar_categories li.active a
{
    color: black;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 1px solid white;
    margin-left: 7%;
    width: 86%;
    margin-right: 7%;
    float: left;
    line-height: 1.2em;
	padding: 20px 0;
}
.sidebar_categories li.active:hover a
{
	color: #131a2c;
}
a.Kits.Fitness {font-weight: 600;font-size: 1.1em;}
.sidebar_categories li a
{
    color: white;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    border-bottom: 1px solid white;
    margin-left: 7%;
    width: 86%;
    margin-right: 7%;
    float: left;
    line-height: 1.2em;
	padding:10px 0;
}
.sidebar_categories li a:hover
{
	color: #b5aec4;
}
.sidebar_categories li a span
{
	margin-right: 5px;
}
#slider-range
{
	margin-left: 7px !important;
}
#amount
{
	margin-top: 8px;
	color: #1e1e27 !important;
	font-size: 16px !important;
	font-weight: 500 !important;
}
.filter_button
{
	width: 100%;
	height: 30px;
	background: #1e1e27;
	text-align: center;
	margin-top: 25px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.filter_button:hover
{
	background: #34343f;
}
.filter_button span
{
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 30px;
	color: #FFFFFF;
}
.checkboxes li
{
	height: 40px;
	line-height: 40px;
}
.checkboxes li.active i
{
	color: #131a2c;
	margin-right: 21px;
}
.checkboxes li.active i::after
{
	display: block;
	position: absolute;
	top: 1px;
	left: 1px;
	font-family: 'FontAwesome';
	font-size: 10px;
	content: '\f00c';
	color: #FFFFFF;
}
.checkboxes
{
	height: 200px;
	overflow: hidden;
}
.checkboxes.active
{
	height: auto;
}
.checkboxes li i
{
	position: relative;
	color: #b3b7c8;
	cursor: pointer;
	margin-right: 22px;
				 
				  
						   
					 
					
		   
			 
				   
}
.checkboxes li span
{
	font-family:  'Montserrat', sans-serif;
	color: #51545f;
}
.show_more
{
	display: inline-block;
	cursor: pointer;
}
.show_more span
{
	height: 40px;
	line-height: 40px;
	color: #131a2c;
}
.show_more span:first-child
{
	margin-right: 11px;
					 
}

/*********************************
25. Main Content #categorypage
*********************************/
#megacategorypage h2, h2.cateName , h1.cateName {
      font-family: 'Roboto Condensed', sans-serif;
    color: white;

    font-size: 45px;
	
  /*  position: absolute;
    top: 50%;
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -o-transform: translatey(-50%);
    transform: translatey(-50%);	

	-webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);

    left: 50%;*/
    text-transform: uppercase;
	font-weight:600;
/	padding:5px; 
	margin:0;
}


#categorypage .main_content
{
	float: left;
	width: calc(100% - 250px);
	padding-left: 34px;
	z-index:0;
}

#categorypage .product-grid2
{
	display:flex;
	flex-wrap:wrap;
	margin-top:30px;
}
#categorypage .product-grid
{
	width: 100%;
	margin-top: 57px;
	
}
#categorypage .product-item form {
    width: 100%;
}
.product-item form {
    width: 100%;
}
#categorypage .product-item
{
	width: 25%;
    padding:0 10px 20px; 
	cursor: pointer;
	display:flex;
	height:auto;
}

#categorypage  .product-item:hover::after
{
	box-shadow: 0 25px 29px rgba(63, 78, 100, 0.15);
	border: solid 2px rgba(235,235,235,1);
}
#categorypage .product
{
	width: 100%;
	display:flex;
	flex-direction: column;
}
#categorypage  #SearchTabProducts  .product_image {height:auto;}
#categorypage .product_image
{
	width: 100%;
	height: 200px;
}
#categorypage .product_image img
{
    max-width: 100%;
    width: auto;
    height: auto;
    text-align: center;
    margin: 0 auto;
    display: block;
    max-height: 200px;
}
#categorypage .product_info
{
	margin-bottom:10px;
	text-align: center;
	padding-left: 2px;
	padding-right: 2px;
}

.iva {font-size:0.8em}
#categorypage .product_name
{
	margin-top: 27px;
	min-height:75px;
}

#categorypage .product_name a
{
    color: #3c3c3b;
    line-height: 1.5em;
    font-size: 14px;
}
#categorypage .product_name:hover a
{
	color: #b5aec4;
}
#categorypage  .discount .product_info .product_price
{
	font-size: 16px;
}
#categorypage .product_price
{
    color: #3c3c3b;
    line-height: 1.5em;
    font-size: 20px;
	font-weight:600;	
}

#categorypage .product_bubble
{
position: absolute;
    top: 15px;
    width: auto;
    height: 22px;
    border-radius: 3px;
    text-transform: uppercase;
    z-index: 3333;
    padding: 0 13px;

}
#categorypage .product_bubble span
{
	font-size: 12px;
	font-weight: 600;
	color: black;
}


#categorypage .product_bubble_red
{
	background: #ffffffd9;
    border: #55187f 2px solid;
}
#categorypage .product_bubble_green
{
	background: #fe7c7f;
}
#categorypage .product_bubble_left
{
	left: 0;
    width: 100%;
}
#categorypage .product_bubble_right
{
	right: 0px;
    width: 100%;
}
#categorypage .add_to_cart_button
{
	text-align:center;
	margin-top:auto
}

#categorypage .add_to_cart_button a:hover{background-color:black}
#categorypage  .add_to_cart_button a
{
	color:white;
    font-size: 14px;
    font-weight: 500;    
    color: white;
    text-align: center;
	width:80%;
	font-weight:500;
	margin: 10px 10%;
	float:left;

	background-color: #00b034;
    padding: 0 10px;
    border-radius: 10px;
    font-weight: 600;
    line-height: 30px;
	
}
#categorypage .product-item:hover .add_to_cart_button
{
	visibility: visible;
	opacity: 1;
}
#categorypage  .favorite
{
	position: absolute;
	top: 15px;
	right: 15px;
	color: #b9b4c7;
	width: 17px;
	height: 17px;
	visibility: hidden;
	opacity: 0;
}
#categorypage  .favorite_left
{
	left: 15px;
}
#categorypage  .favorite.active
{
	visibility: visible;
	opacity: 1;
}
#categorypage .product-item:hover .favorite
{
	visibility: visible;
	opacity: 1;
}
#categorypage  .favorite.active::after
{
	font-family: 'FontAwesome';
	content:'\f004';
	color: #131a2c;
}
#categorypage  .favorite::after
{
	font-family: 'FontAwesome';
	content:'\f08a';
}
#categorypage  .favorite:hover::after
{		  
	color: #131a2c;
}

/*********************************
26. Products #categorypage
*********************************/

#categorypage .products_iso
{
	width: 100%;
}
#categorypage  .section_title
{
	display: inline-block;
	text-align: center;
}
#categorypage  .section_title h2
{
	display: inline-block;
}
#categorypage  .section_title::after
{
	display: block;
	position: absolute;
	top: calc(100% + 13px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 60px;
	height: 5px;
	background: #131a2c;
	content: '';
}

/*********************************
27 Product Sorting
*********************************/

#categorypage .product_sorting_container_bottom
{
	margin-top: 24px;
}
#categorypage .product_sorting_container_bottom .product_sorting
{
	float: right;
}
#categorypage .product_sorting
{
	display: inline-block;
}
#categorypage .product_sorting > li
{
	display: inline-block;
	position: relative;
	width: 225px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	border: solid 1px #ecedee;
	padding-left: 20px;
	padding-right: 7px;
	margin-right: 16px;
}
#categorypage .product_sorting_container_bottom .product_sorting > li
{
	width: 144px;
	margin-right: 0px;
	padding-right: 12px;
}
#categorypage .product_sorting_container_bottom .product_sorting li span:nth-child(2)
{
	margin-left: 24px;
}
#categorypage .product_sorting li i
{
	float: right;
	line-height: 40px;
	color: #51545f;
}
#categorypage .product_sorting li ul
{
	display: block;
	position: absolute;
	right: 0;
	top: 120%;
	margin: 0;
	width: 100%;
	background: #FFFFFF;
	visibility: hidden;
	opacity: 0;
	z-index: 1;
	box-shadow: 0 15px 25px rgba(63, 78, 100, 0.15);
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: all 0.3s ease;
}
#categorypage .product_sorting > li:hover ul
{
	visibility: visible;
	opacity: 1;
	top: calc(100% + 1px);
}
#categorypage .product_sorting li ul li
{
	display: block;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}
#categorypage .product_sorting li ul li span
{
	display: block;
	height: 40px;
	line-height: 40px;
	border-bottom: solid 1px #dddddd;
	color: #51545f;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: all 0.3s ease;
}
#categorypage .product_sorting li ul li span:hover
{
	color: #b5aec4;
}
#categorypage .product_sorting li ul li:last-child span
{
	border-bottom: none;
}
#categorypage .product_sorting li span:nth-child(2)
{
	margin-left: 71px;
}
#categorypage .pages
{
	display: inline-block;
	float: right;
}
#categorypage .product_sorting_container_bottom .pages
{
	float: left;
}
#categorypage .page_current
{
	display: inline-block;
	position: relative;
	width: 40px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	text-align: center;
	border: solid 1px #ecedee;
	margin-right: 16px;
}
#categorypage .product_sorting_container_bottom .pages .page_current
{
	background: #131a2c;
	border: none;
}
#categorypage .page_current span
{
	color: #51545f;
}
#categorypage .product_sorting_container_bottom .pages .page_current span
{
	color: #FFFFFF;
}
#categorypage .page_selection
{
	display: block;
	position: absolute;
	right: 0;
	top: 120%;
	margin: 0;
	width: 100%;
	background: #FFFFFF;
	visibility: hidden;
	opacity: 0;
	z-index: 1;
	box-shadow: 0 15px 25px rgba(63, 78, 100, 0.15);
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: all 0.3s ease;
}
#categorypage .page_selection li
{
	display: block;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}
#categorypage .page_selection li a
{
	display: block;
	height: 40px;
	line-height: 40px;
	border-bottom: solid 1px #dddddd;
	color: #51545f;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: all 0.3s ease;
}
#categorypage .page_selection li a:hover
{
	color: #b5aec4;
}
#categorypage .page_current:hover .page_selection
{
	visibility: visible;
	opacity: 1;
	top: calc(100% + 1px);
}
#categorypage .page_total
{
	display: inline-block;
	line-height: 40px;
	margin-right: 31px;
}
#categorypage .page_total span
{
	margin-right: 14px;
}
#categorypage .page_next
{
	display: inline-block;
	line-height: 40px;
	cursor: pointer;
}
#categorypage .page_next:hover i
{
	color: #b5aec4;
}
#categorypage .page_next i
{
	font-size: 18px;
	color: #51545f;
}
#categorypage .showing_results
{
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	float: right;
	margin-right: 34px;
}

/*********************************
28 Cart Content
*********************************/
#cartcontent .logo_container img {    max-height: 70px;}
/*#cartcontent .product_section_container{margin-top:65px;}*/
#cartcontent {background-color:#f2f2f2}
#cartcontent .navbar_menu, #cartcontent .navbar_user {display:none}
#cartcontent .fondocart  {    float: left;
    margin: 20px 0px;
    background-color: white;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 30px;
}

#cartcontent .fondodiscount{    float: left;
    margin: 20px 0px;
    background-color: white;
    border-radius: 10px;
    min-height: 200px;
    box-sizing: border-box;
    padding: 30px;
	float:right;
}
#cartcontent .tabletitle{    font-size: 13px;
    color: black;
    font-weight: 600;
	letter-spacing:-0.6px;
    /*padding: 0 5px;*/
	}
	
#cartcontent .title{color:#131a2c;font-size:30px}	
#cartcontent .subtitle{color:black;font-size:17px;width:100%;text-align:center}	
#cartcontent .titulocupon{color:#131a2c;font-size:14px;margin-top:20px}
#cartcontent #couponcode {float:left;height:30px}
#cartcontent .cuponboton {color:white;background-color:#131a2c;font-size:14px;height:30px;float:right;    border: none;
    border-radius: 4px;}
#cartcontent .subtotal {float:left}
#cartcontent .subtotalprice {float:right;font-size:1.2em}
#cartcontent .totalPrice {padding:0; margin:20px 0 10px 0}
#cartcontent .subtotal {float: left;text-align:left;line-height: 30px;color:black}
#cartcontent .subtotalprice  {float: right;text-align:right;line-height: 30px;color:black}
/*#cartcontent .benefit_item {background-color:white}*/
#cartcontent .benefit {margin-top:20px}
/*#cartcontent footer .container {display:none}*/
#cartcontent .iniciarcompra:hover{opacity:0.8;transform:scale(1.05);}
.seguicomprando {
    text-align: center;
    width: 100%;
    margin-top: 20px;
	color: black;
	font-size:12px;
}
#cartcontent .iniciarcompra {
    color: white;
    background-color: #00b034;
    font-size: 16px;
    border: none;
    border-radius: 4px;
    height: 40px;
	font-weight:500;
    text-align: center;
    line-height: 40px;
}
#cartcontent .title .fa{font-size:40px}
#cartcontent .cartrow {
    margin-top: 30px;
    /* border-top: 1px solid #ccc; */
    border-bottom: 2px solid #ccc;
    padding-bottom: 19px;
}
#cartcontent .cartrow .cantidad_producto  span {display:none}
#cartcontent .cartrow .quantity_selector  {    margin: 0;width: 100%;height: 30px;}
#cartcontent .cartrow .quantity_selector  span  {display:block;padding-left:8px;padding-right:8px}
#cartcontent .titlerow {
    margin-top: 30px;
    /* border-top: 1px solid #ccc; */
    border-bottom: 2px solid #ccc;
    padding-bottom: 19px;
}
#cartcontent .borrar {
    float: right;
}
#cartcontent .quantityInput {width: 80px; max-width:100%;}
#cartcontent .imagen_carrito img{width:auto;max-width:70px;height:70px}
#cartcontent .nombre_carrito {color:black;font-size:14px}
#cartcontent .nombre_carrito a{color:black;font-size:14px} 

#cartcontent .nombre_carrito_variacion {color:black;font-size:12px}
#cartcontent .nombre_carrito_variacion a{color:black;font-size:12px}

#cartcontent .precio_carrito {color:#91a2b6;font-size:12px}
#cartcontent .precio_carritotachado {color:#91a2b6;font-size:10px}
#cartcontent .CartRemoveLink {color:#ff6477; float:right;}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
 
 opacity: 1;
}

/*********************************
29 Checkout
*********************************/
#CloseMapPickit {display:none;
    z-index: 1111132;
    position: relative;
    top: 30px;
    left: 95%;
    font-size: 30px;
    border: none!important;
    background: none;
    text-align: right;
	cursor:pointer;
	}

#Checkout .logo_container img {    max-height: 70px;}
/*#Checkout .product_section_container{margin-top:130px;}*/
#Checkout .navbar_user {display:none}
.graciacomprasubtitulo {margin:40px}
#Checkout #checkoutpaso3EnviarDatosFacturaA {margin-left: 1%;padding: 0px 10px!important;line-height: 30px!important;height: 30px!important;width: auto;}
#Checkout .direccionsucursal .sucursaldireccion,
#Checkout .direccionsucursal .sucursalname  {  margin-top:5px 0;  float: left;    clear: left;    width: 100%;    padding-left: 0;    font-size: 14px;}
#Checkout  select#integralpacksucursal {height:37px;margin-top:10px;}
#Checkout .totalPrice {padding:0; margin:20px 0 10px 0}
#Checkout .subtotal {float: left;text-align:left;line-height: 30px;color:black;font-size:12px}
#Checkout .subtotalprice  {float: right;text-align:right;line-height: 30px;color:black;font-size:12px}

#Checkout .total {float: left;text-align:left;line-height: 30px;color:black;font-size:14px}
#Checkout .totalprice  {float: right;text-align:right;line-height: 30px;color:black;font-size:14px}



#Checkout .cartrow {margin-top: 30px;border-bottom: 2px solid #ccc;padding-bottom: 19px;}
#Checkout .imagen_carrito img{width:auto;width:100%;height:auto}
#Checkout .nombre_carrito {color:black;font-size:12px}
#Checkout .items_carrito {color:black;font-size:12px}

#Checkout .nombre_carrito_variacion {color:black;font-size:10px;padding:0;}



#Checkout .nombre_carrito a{color:black;font-size:12px} 
#Checkout .precio_carrito {    color: black;font-size: 12px;font-weight: bold;}
#Checkout .precio_carritotachado {color:#91a2b6;font-size:10px}
#Checkout .CartRemoveLink {color:#ff6477; float:right;}

#Checkout .subtitle{color:black;font-size:17px;width:100%;text-align:center}	
#Checkout .fondocart  {    float: left;
    margin: 20px 0px;
    background-color: white;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 30px;
	border:1px solid #131a2c;
}
#Checkout  .pasoapagado.fondocart{border:1px solid transparent;}

#Checkout .fondoizquierda{   
 float:left;
}

#Checkout .fondoderecha{   

    margin: 20px 0px;
    background-color: white;
    border-radius: 10px;
    min-height: 200px;
    box-sizing: border-box;
    padding: 30px;
	float:right;
}


#Checkout .fondoderecha{   

    margin: 20px 0px;
    background-color: white;
    border-radius: 10px;
    min-height: 200px;
    box-sizing: border-box;
    padding: 30px;
	float:right;
}

#Checkout .sucursaltitle {    width: 100%;    float: left;    font-size: 14px;    margin-top: 20px;}

#Checkout  .h40 {height: 37px;}
#Checkout .expresotextbox {margin-top:15px;position:relative}
#Checkout .expresolabel {margin:0;width:100%}
#Checkout input {border: 1px solid black;border-radius: 5px; color:black}
#Checkout input:focus {border: 1px solid #131a2c;border-radius: 5px;}

#Checkout select {border: 1px solid black;border-radius: 5px; color:black}
#Checkout select:focus {border: 1px solid #131a2c;border-radius: 5px;}
#Checkout .shippingmethoddiv{float: left;    padding: 0;    margin: 0;    margin-bottom: 13px;}

#Checkout .labelenvio{float:left;cursor: pointer;}
#Checkout .labelenvio:hover{opacity:0.8;}


#Checkout .benefit_item {background-color:white}
#Checkout .benefit {margin-top:20px}
#Checkout footer .container {display:none}
#Checkout {background-color:#f2f2f2}
#Checkout .navbar_menu, #cartcontent .navbar_user {display:none}


#Checkout .fondocart.checkoutlogin {
	/*margin-left: 15%;width: 70%;*/
	width: 70%;
	}
#Checkout .titleContainer{ float: left;margin: 20px 0px;background-color: white;border-radius: 10px;box-sizing: border-box;padding: 27px;float:left;}
#Checkout .titleContainer h2{    text-transform: none;font-size:18px;color: #131a2c;}
#Checkout .titleSection{     text-transform: none;font-size: 16px;color: black;line-height: 2em;height: auto;padding: 0;margin: 10px 0px;}
#Checkout .titleSection3Pasos{margin-bottom:20px;border-bottom:1px solid #dddddd;    text-transform: none;font-size: 16px;color: black;line-height: 2em;height: auto;padding: 0;margin: 0;}
#Checkout .checkoutlogin .titleSection {margin-bottom:20px}

#Checkout .titleContainer p{    text-transform: none;font-size:14px;color: #8d8d8d;}
#Checkout .titleContainer h2 fa{font-size:24px}
/*password de checkout*/
#Checkout #CheckoutcreateuserForm{display:none}

/*login*/
#Checkout  #CheckoutloginForm2  {display:none;}
#Checkout #CheckoutloginForm2Error{	display:none;    clear: both;    width: 100%;    margin-top: 20px;    color: red;	    width: 100%;    float: left}
#Checkout #CheckoutloginForm2Recordar{	clear: both;    width: 100%;    margin-top: 20px;    	    width: 100%;    float: left}

#Checkout .vtLoginButton:hover{opacity:1;background:black;transform:scale(1.05);}
#Checkout .vtLoginButton{	color: white;    background-color: #00b034;    font-size: 16px;    border: none;    border-radius: 4px;    height: 40px;   text-align: center;    line-height: 50px;height: 50px;}
/*botones*/
#Checkout img.selectorformadepagoaclaracionImg {width: 90%; float:right}
#Checkout .selectorformadepago input {      float: left;width: 10%;height: 15px;margin-top: 6px;}


#Checkout .BigButton:hover{opacity:1;background:black;transform:scale(1.0);}
#Checkout .BigButton{	cursor:pointer;color: white;    background-color: #00b034;    font-size: 16px;    border: none;    border-radius: 4px;    height: 40px;   text-align: center;    line-height: 50px;height: 50px;    padding: 0px 50px;}
#Checkout .SmallButton{color: white;background-color: #606060;font-size: 16px;border: none;border-radius: 4px;height: 40px;text-align: center;line-height: 30px;height: 30px;padding: 0px 10px;width: 50%;margin-left: 25%;font-size: 14px;cursor:pointer} 
#Checkout .SmallButton:hover{opacity:0.8;transform:scale(1.05);}

#Checkout .iniciarcompra:hover{opacity:0.8;transform:scale(1.05);}
#Checkout .iniciarcompra {    color: white;    background-color: #00b034;    font-size: 16px;    border: none;    border-radius: 4px;    height: 40px;    text-align: center;    line-height: 40px;}

#Checkout .checkoutvtype .pasoapagado .modificar:hover {color:black}
#Checkout .checkoutvtype .pasoapagado .modificar {
    cursor: pointer;
    float: right;
    font-size: 28px;
    color: #56575a;
    margin-top: -40px;
}


/*tres pasos y otros*/
#Checkout  #trespasos {display:none;}
#Checkout #paso3prendido p {color:black}
#Checkout .divcentered{margin: 0px auto;text-transform: uppercase;  max-width: 100%; /*abril2019: max-width: 1290px;*/position: relative;padding: 0px 0px; /*abril2019:  padding: 0px 15px;*/box-sizing: border-box;clear: left;}



/*recibiro retirar */
#Checkout #shippingmodedetailenviodomicilio-cost-price {color: black;margin: 20px;float: left;}
#Checkout  #shippingmodedetailenviodomicilio-address div {float:left}
#Checkout .hideinput {display:none}
#Checkout .recibiroretirarcontainert1 {font-size:17px;width:100%}
#Checkout .recibiroretirarcontainert2 {font-size:12px;width:100%}
#Checkout .intro {color:black;    width: 100%;    clear: both;    margin: 20px 0;    float: left; padding:0;}

#Checkout  .recibiroretirarcontainer  input[type="radio"]:checked >label {background-color: #606060;}
#Checkout  .recibiroretirarcontainer  input[type="radio"]:checked < label {background-color: #606060;}
#Checkout .recibiroretirarcontainerbutton:hover{background-color:#616161; transform:scale(1.02);color:white;}
#Checkout .recibiroretirarcontainerbutton{
float: left;
color:black;
    padding: 9px 0;
    cursor: pointer;
    background: #efeff4;
    border: none;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    outline: none;
    padding: 6px 0;
    transition: 0.3s;
    width: 48%;
    z-index: 1;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    min-height: 40px;
    border-radius: 5px;
    padding: 10px;
    /*margin-right: 40px;
    margin-top: 17px;*/
	margin: 17px 1%;
    margin-top: 17px;
}
	
#Checkout .recibiroretirarcontainerbutton.activo{background-color:#606060;color:white}
/*Pases y Otros Apagados*/
#Checkout #paso3prendidofacturacion{display:none;}
#Checkout .pasoapagado {color: #989898;}
#Checkout #formadepagodetailcheckout_nps{display:none;}
#Checkout #formadepagodetailcheckout_mercadopagonew{display:none;}
#Checkout #formadepagodetailcheckout_bankdeposit{display:none;}
#Checkout #formadepagodetailcheckout_todopago{display:none;}
#Checkout #paso1apagado{display:none;position:relative}
#Checkout #paso2prendido {display:none}
#Checkout #paso3prendido{display:none}
#Checkout .shippingmodedetail{display:none}
#Checkout #shippingmodedetailenviodomicilio-cost{display:none}
#Checkout #shippingmodedetailenviodomicilio-address{display:none}
#Checkout #paso3cuitapagado  {position:relative; display:none}
#Checkout #paso3fapagado  {position:relative; display:none}
#Checkout #paso3prendidomasinfoselectormisma{display:none}
#Checkout #paso3prendido{display:none}
#Checkout  .checkoutvtype #paso3cuitprendido{display:none;}

/*placeholder*/
#Checkout .placeholderflotantefijo{left: 14px;    top: -55px;    padding: 5px;    width: 70px;    height: auto;    font-size: 11px;    font-weight: 400;    position: relative; color: #616161;    line-height: 28.39px;    background-color: #ffffff;    padding: 0;    margin: 0;}

#Checkout .placeholderflotante3
{left: -24%;    top: -19px;    padding: 5px;    width: 70px;    height: auto;    font-size: 11px;    font-weight: 400;    position: relative; color: #616161;    line-height: 28.39px;    background-color: #ffffff;    padding: 0;    margin: 0;}

#Checkout .placeholderflotante2
{left: 13px;    top: -49px;    padding: 5px;    width: 70px;    height: auto;    font-size: 11px;    font-weight: 400;    position: relative; color: #616161;    line-height: 28.39px;    background-color: #ffffff;    padding: 0;    margin: 0;}
#Checkout .placeholderflotante
{left: -49%;    top: -19px;    padding: 5px;    width: 70px;    height: auto;    font-size: 11px;    font-weight: 400;    position: relative;    color: #616161;    line-height: 28.39px;    background-color: #ffffff;    padding: 0;    margin: 0;}


/*final pago*/
#Checkout .graciacompratitulo {
    padding: 9px;
    display: inline-block;
    text-align: center;
    width: 100%;
    color: white;
    font-weight: 300;
    font-size: 25px;
    background-color: #2c2c2c;
    text-transform: none;
}

/*web checkout*/
#Checkout .infocompra {
    padding: 9px;
    display: inline-block;
    text-align: center;
    width: 100%;
    color: white;
    font-weight: 300;
    font-size: 18px;
    background-color: black;
    text-transform: none;
}
#Checkout .infocompra {
    padding: 9px;
    display: inline-block;
    text-align: center;
    width: 100%;
    color: white;
    font-weight: 300;
    font-size: 18px;
    background-color: black;
    text-transform: none;
}
#Checkout .graciacompratitleinner {
    max-width: 644px;
    width: 100%;
    display: inline-block;
}
#Checkout .infocompra .totalapagarcol {
    text-align: left;
}
#Checkout .infocompra #totalapagar, #Checkout .infocompra #orderid {
    font-weight: 600;
}

#Checkout .graciacompramensaje {
    text-align: center;
    color: black;
    font-family: 'Montserrat',Arial,Helvetica,sans-serif;
    font-size: 14px;
}
#Checkout .graciacompramensajeinner {
    max-width: 644px;
    width: 100%;
    display: inline-block;
    padding: 15px;
    background-color: white;
}

#pay select { float: left;
    





    margin-bottom: 27px;
    /* width: 100%; */
    height: 38px;
    border-color: #ddd;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-style: solid;
    border-width: 0 0 1px;
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 1.17;
    z-index: 3;}
	
#pay select:hover,#pay input:hover {
    border-bottom: 1px black solid!important;
}

#pay #docType{ width: 63px;  }
#pay ul {list-style-type: none;text-align:left;}
#pay li {margin-bottom:15px}
#pay label {width:100%;text-transform: none; margin-top:15px; font-size: 12px;font-weight: 400;}
#pay input {    margin-bottom: 27px;width:100%;    height: 27px;border-color: #ddd;-webkit-border-radius: 0;border-radius: 0;border-style: solid;border-width: 0 0 1px;margin: 0;padding: 0;font-size: 18px;line-height: 1.17;z-index: 3;}
#pay input:focos{border-color: #ff2b2b}
#pay select {width:300px;height: 27px;}
#pay div {font-size: 14px;margin:10px 0px; font-weight:600}
#pay #impuestos {margin:0;float:left}
#pay #impuestos div{text-transform:none;font-weight:300}
#pay .mp-text-cft, #pay .mp-text-tea {float:left;margin-right:10px;}
#pay  #docNumber {width: calc(100% - 80px);float: right;}
#pay  #cardExpirationMonth { width: 45%; float: left;    margin-right: 5%;}
#pay  #cardExpirationYear  { width: 45%; float: left;    margin-left: 5%;}
#pay  #cardNumberImg{display:none; width:auto; height:15px;position: absolute;right: 30px;top: 42px;}
.footmp {text-transform:none;margin-top:20px ; font-weight:400;font-size:12px}
#pay #pagar{cursor: pointer;    border: none;    text-transform: uppercase;    margin-top: 20px;    color: white;    background-color: black;    width: 100%;    font-size: 20px;font-weight: 400;    box-sizing: border-box;    padding: 10px;    height: auto;     float: right;    line-height: 20px;    text-align: center;}	
#pay  .mp-form__hint { box-sizing: border-box;  text-transform: none;color: #999;font-size: 12px;font-weight: 300;clear:both}
#pay #seguro {color:#727272;font-size:17px}
#pay #seguro .fa {font-size:20px}


/*********************************
30 banner principal
*********************************/
#bannertop .carousel-control-next-icon, #bannertop .carousel-control-prev-icon{
	color: #d3d3d6;
    height: 58px;	 
}

#bannertop .carousel-control-next, #bannertop  .carousel-control-prev {opacity:0.9;width:10%}




.section
{
		margin-top: 30px;
		margin-bottom: 30px;

}


.gateway h1 {
	width: 100%;
	    font-size: 30px!important;
}

.gateway .titleContainer {
    width: 100%!important;
    text-align: center;
}


button#singlebutton{
    border: none;
    color: white;
    font-size: 20px;
    padding: 5px 20px;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    background: #00b034;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
button#singlebutton:disabled{background-color:#ccc}

.formlogin{
	max-width:600px;
    margin: 0 auto;
}

iframe#launcher {bottom: 100px!important;}


/*mega ofertas*/

.product__listprices {
    height: 138px;
}
.product__listprices__row {
	justify-content: space-between;
	display: flex;
   border : 2px solid transparent;
	line-height: 40px;
  }
  .product__listprices__row__selected {
  
	border : 2px solid black;
   }
  
  .product__listprices__titulo {
	text-align: left;
	padding: 3px 5px;
	color: black;
	
	font-size: 14px;
	line-height:18px;
  }
  
  .product__listprices__leyenda {
	text-align: left;
	padding: 3px 5px;
	color: #cfbeb5;
	font-size: 14px;
	line-height:18px;
	font-weight: 400;
  }
  .product__listprices__megaoferta {    font-weight: 600;	background-color: #fff038;	align-items: center;}
  .product__listprices__megaoferta  .product__listprices__precio {font-size:14px;    font-weight: 800;}
  .product__listprices__precio_leyenda {font-weight: 400;    font-size: 12px;}
  .product__listprices__precio {
	text-align: right;
	padding: 3px 5px;
	color: black;
	font-weight: 600;
	font-size: 14px;
	line-height:18px;
  }
  .mensajecategoria  { margin-top:30px; padding:10px; text-align:center;border-bottom :1px solid #666; border-top :1px solid #666; }
  .mensajecategoria .titulocategoria {font-size:20px}
  .mensajecategoria p { padding:2px; text-align:center; color:black;font-size:14px}
	#megacategorypage .product__qty {
	  display: flex;
	  flex-direction: row;
	  justify-content: center;
	  margin: 10px 0;
	  line-height: 40px;
	  flex-wrap:wrap;
	  width:100%;
  }

  #megacategorypage .product__qty .quantity_selector {margin:0}
  
  .quantity_selector_cantidad {
	display: flex;
	justify-content: left;
	color: black;
	height:38px;
  }
  .product__add-to-cart:hover {    background-color: black;}
  .product__add-to-cart {cursor:pointer;width:100%;background-color:#00b034;color:white;font-size:18px;line-height:40px}
  .quantityInput {width:100px;     padding: 0 0px 0 10px; height:35px} 
  .product__qty .quantityInput2 {
	text-align: left;
	height: 40px;
	width: 120px;
	border: none;
	font-size: 29px;
	color: black;
	background-color:transparent;
	/*border: 1px solid #fd04b8;*/
	text-align: center;
	padding: 0 11px;
	margin-right: 10px
  }
  .quantity_total {
	width: 100%;
	margin-top: 8px;
  }
  .product__name {height:60px;margin-top:10px}
  .quantity_total_center{    width: 100%;
	display: flex;
	justify-content: center;
	text-align: center;
	align-items: center;}
  .quantity_selector_total { margin-right: 18px;color:black;font-size: 22px}
  .quantity_selector_totalvalor {font-weight:bold;font-size: 32px;color: black}
  .quantity_selector_totalvalor_oferta {text-decoration:line-through; font-weight:bold;font-size: 22px;color:rgb(83, 56, 56)}
  .quantity_selector_totalcuotas{    color: black;
	font-size: 22px;
	line-height: 24px;
	text-align: right;
	margin-right: 18px;}
  .quantity_selector_totalcuotasvalor{font-size: 29px;color: black;font-weight:300};
  .quantity_total {
	width: 100%;
	margin:10px ;	display: flex;
	justify-content: center;}
  
   .quantity_selector {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	/*height: 100%;*/
	max-width: 372px;
  }
  
  .quantity_selector .plusbottom {
	font-size: 20px;
	border: 1px solid black;
	width: 35px;
	color:white;
	background-color:black;
	height: 35px;
	line-height: 35px;
	cursor: pointer;
	text-align: center;
	display: flex;
    justify-content: center;
    align-items: center;
}
  

/*********************************
ALERTABLE
*********************************/

.alertable {
	position: fixed;
	z-index: 9999;
	top: 38vh;
	left: 50%;
	width: 400px;
	background: white;
	border-radius: 4px;
	padding: 20px;
	margin: 0 auto;
	max-width: 90%;
	transform: translate(-50%);
  }
  
  /* Overlay */
  .alertable-overlay {
	position: fixed;
	z-index: 9998;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
  }
  
  /* Message */
  .alertable-message {
	margin-bottom: 20px;
  }
  
  /* Prompt */
  .alertable-prompt {
	margin-bottom: 20px;
  }
  
  .alertable-input {
	width: 100%;
	border-radius: 4px;
	box-shadow: none;
	border: solid 1px #ccc;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	padding: 6px 12px;
	display: block;
	box-sizing: border-box;
	margin-bottom: 10px;
  }
  
  /* Button group */
  .alertable-buttons {
	text-align: right;
  }
  
  /* OK button */
  .alertable-ok {
	background: #00b034;
	border: solid 1px #00b034;
	font-family: inherit;
	font-size: inherit;
	color: white;
	border-radius: 4px;
	padding: 6px 12px;
	margin-left: 4px;
	cursor: pointer;
	font-weight:500;
  }
  
  .alertable-ok:hover,
  .alertable-ok:focus,
  .alertable-ok:active {
	background-color: #b1aeaf;
  }
  
  /* Cancel button */
  .alertable-cancel {
	border: solid 1px #ddd;
	background: white;
	font-family: inherit;
	font-size: inherit;
	color: #888;
	border-radius: 4px;
	padding: 6px 12px;
	margin-left: 4px;
	cursor: pointer;
  }
  
  .alertable-cancel:hover,
  .alertable-cancel:focus,
  .alertable-cancel:active {
	background-color: #f2f2f2;
  }


#cuenta .box {  max-width: 850px;  margin: 20px auto 30px;  display: block;}
#cuenta .sidebar_menu {width: 100%;}
#cuenta .sidebar_account li { padding:5px 20px;display: block;  font-size: 15px;  border-bottom: 0;}
#cuenta .sidebar_account li a {color:black}
#cuenta .sidebar_account {list-style: none;  width: 100%;  display: flex;  justify-content: center;  border-top: 1px solid #ccc;  border-bottom: 1px solid #ccc;  max-width: 850px;  margin: 0 auto;}
#cuenta .pageContent {margin-bottom:40px;}
#cuenta .categorytitle {width: 100%;    text-align: center!important;    font-family: Montserrat;    font-size: 30px;    color: #222222;    line-height: 1.2;    font-weight: bold;text-transform: uppercase; margin-top:20px}
#cuenta .ProductList {    width: 100%;    padding: 5px;    display: flex;    flex-wrap: wrap;	margin-bottom: 50px;}
#cuenta .product-item {height:auto}
#cuenta .AccountOrderStatusList {  width: 100%;  padding: 5px;}

#cuenta .AccountOrderStatusList> li {  font-family: "Montserrat", sans-serif;  padding: 20px;  border: 1px solid #ccc;  list-style: none;  margin: 30px 0;  width: 100%;  float: left;}
#cuenta .repetir { margin: 0 10px;  font-family: "Montserrat", sans-serif;  background-color: black;  border: 1px solid black;  font-size: 14px;  font-weight: 400;color: white;  text-transform: uppercase;  text-decoration: none;  text-align: center;  transition: all 300ms;line-height: 32px;  float: left;  border-radius: 0;  padding: 0 20px;}
#cuenta .cancelar {  margin: 0 10px;  font-family: "Montserrat", sans-serif;  background-color: #e30613;  border: 1px solid #e30613;  font-size: 14px;  font-weight: 400;  color: white;  text-transform: uppercase;  text-decoration: none;  text-align: center;  transition: all 300ms;  line-height: 32px;  float: left;  border-radius: 0;  padding: 0 20px;}
#cuenta ul.OrderItemList { list-style: none; margin-left: 20px;  margin-top: 10px;}
#cuenta .HowToPay {  margin: 20px 0;  font-family: "Montserrat", sans-serif;  float: left;  width: 100%;}
#cuenta  .registracion {margin-bottom:30px}
#cuenta .btn-primary {background-color:#00b034;cursor:pointer}
#cuenta .account_container {padding: 0 30px; min-height: calc(100vh - 300px);}
#cuenta .account_texto {color:black; width:600px;max-width:100%; font-size:14px}
#cuenta .account_texto p {color:black; width:600px;max-width:100%; font-size:14px}
#cuenta .account_texto a {color:black; width:600px;max-width:100%; font-size:14px}
.pre_compra p{color:white; margin:0; padding:0; color:white; font-size:15px}
.pre_compra {
    width: auto;
    display: flex;
    text-align: center;
	padding: 10px;
	color:white;
    background: #55187f;
    border: #55187f 2px solid;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
}

a.btn-whatsapp {color:white}
.btn-whatsapp {padding:0;width:100%;height:30px;line-height: 30px; background-color: black; font-size:12px}

.localtitle {margin: 20px 0 0px ; background-color: black; color:white; width:100%; padding: 5px 10px}
.localtext { font-size: 20px;
    text-align: center;
    margin:15px;
	width:100%; text-align:center;color:black; font-size: 20px; font-weight: 600;}

.localtitle h1 , .localtitle h2 {    font-size: 20px;
    text-align: center;
    margin:15px;
	width:100%; text-align:center;color:white; font-size: 20px; font-weight: 600;}

	.formcontacto {
		display: block;
		padding: 30px;
		border: 1px solid #ccc;
	}	
	

	.blanco {color:white!important}
	.bajada {width:100%; margin-top:15px;font-size: 14px;text-align: center;}
	#landingpage .sidebar {display:none!important;}
	#categorypage #landingpage .main_content
{
	width: calc(100% );
	padding-left: 34px;
}