@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



******************************/

/***********
1. Fonts
***********/

/*@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,900');*/
 @import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&display=swap');

/*********************************
2. Body and some general stuff
*********************************/

*
{
	margin: 0;
	padding: 0;
}
body
{
	font-family:    'Oswald', 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:    'Oswald', 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;
	 cursor:hover;
}

p a:active
{
	position: relative;
	color: #FF6347;
}
p a:hover
{
	font-weight:500;
	/*background: #fde0db;*/
	cursor:hover;
}
p a:hover::after
{
	opacity: 0.2;
}
::selection
{
	background: #fde0db;
	color: #FF6347;
}
p::selection
{
	background: #fde0db;
}
h1{font-size: 72px;}
h2{font-size: 40px;}
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: 16px !important;
	font-weight: 500;
	color: #777777 !important;
}
:-moz-placeholder 
{
	font-size: 16px !important;
	font-weight: 500;
	color: #777777 !important;
}
::-moz-placeholder 
{
	font-size: 16px !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: #db5246;
}
section
{
	display: block;
	position: relative;
	box-sizing: border-box;
}
.clear
{
	clear: both;
}
.clearfix::before, .clearfix::after
{
	content: "";
	display: table;
}
.clearfix::after
{
	clear: both;
}
.clearfix
{
	zoom: 1;
}
.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;
}

/*********************************
3. Home
*********************************/

.header
{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 10;
}
.top_nav
{
	width: 100%;
	height: 50px;
	background: #OOO;
}
.top_nav_left
{
	height: 50px;
	line-height: 50px;
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
}

/*********************************
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%;
    margin: 0;
    height:145px;
	background-color:white;
}
.navbar
{
	width: auto;
	height: auto;
	float: right;
	padding:0px;
	margin:0px;
	height:60px;
}

.sendsearchdiv
{
	width: auto;
	height: auto;
	float: left;
	padding:0px;
	margin:0px;
	height:60px;	

}
button#search_query_advButton:hover{
	border: 1px solid  #f7f7f7;
	background-color:white;
}
button#search_query_advButton{
	cursor:pointer;
	border: 1px solid  #f7f7f7;
    height: 40px;
    /* padding: 10px 45px 10px 10px; */
    width: 40px;
    line-height: 40px;
    background: transparent;
    border-radius: 4px;
    color: #003663;
    text-shadow: 0 0 0 #7d7d7d;
    -webkit-text-fill-color: transparent;
    font-size: 18px;
    transition: .3s;
    border: none;
    margin-top: 20px;
    margin-left: -40px;
    float: left;
}
input#search_query_adv {
    height: 40px;
    padding: 10px 45px 10px 10px;
    width: 400px;
    line-height: 40px;
    border-radius: 4px;
    color: #003663;
    text-shadow: 0 0 0 #7d7d7d;
    -webkit-text-fill-color: transparent;
    font-size: 14px;
    transition: .3s;
    border: none;
    margin-top: 20px;
    margin-left: 30px;
	float:left;
	background:transparent;
	border: 1px solid;
}

.navbar_user {
    margin-left: 37px;
    position: absolute;
    right: 60px;
    top: 22px;
}
.navbar_menu {
    /* float: right; */
    position: absolute;
    right: 160px;
    top: 22px;
	display:flex;
}
.navbar_menu li
{
	display: inline-block;
}
.navbar_menu li a
{
    display: block;
    color:white;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 20px;
    -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;
    background-color: #cd1719;
    padding: 10px 15px;
}

.bajadalogin {
    color: black;
    max-width: 800px;
    margin: 0 auto;
	font-family: 'montserrat', sans-serif;
    font-size: 17px;
}

.navbar_menu li.link_chico a
{
    display: block;
    color:black;
    font-size: 15px;
    font-weight: 500;
    text-transform: none;
    -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;
    background-color: white;
    padding: 10px 0px;
	margin-right:5px;
	float:left;
}

.navbar_menu li a:hover
{
	color: white;		
	background-color:black;
}
.navbar_user
{
	margin-left: 37px;
}
.navbar_user li
{
	display: inline-block;
	text-align: center;
}
.navbar_user li a
{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 40px;
	height: 40px;
	color: #1e1e27;
	-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;
	line-height: 60px;
    font-size: 36px;
	
}
.navbar_user li a:hover
{
	color: #b5aec4;
	cursor:hover;
}
.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: 30px;
	height: 30px;
	border-radius: 50%;
	background: black /*#1ec69f*/;
	font-size: 12px;
	color: #FFFFFF;
}

/*********************************
3.5 Hamburger Menu
*********************************/

div#sendsearchdiv {
    margin-left: 50px;
}

.hamburger_container
{
    float: left;
    align-items: center;
    align-content: center;
    height: 60px;
    padding-right: 20px;
    line-height: 60px;
    font-size: 35px;
	position:absolute;
	left:40px;	
    top: 6px;
}
.hamburger_container i
{
	font-size: 31px;
	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;
	cursor:pointer;
}
.hamburger_container:hover i
{
	cursor:hover;
	color: #b5aec4;
}
.hamburger_menu
{
	position: fixed;
	top: 0;
	left: -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;
}
.hamburger_menu.active
{
	left: 0;
}
.fs_menu_overlay
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	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: 16px;
    right: 20px;
    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: 70px;
	width: 100%;
	height: 100%;
	padding-right: 20px;
	padding-left: 20px;
}

.hamburger_menu  li.menu_item.finalizar {
    background-color: black /*#1ec69f*/;
    color: white;
    width: 90%;
    text-align: center;
    color: white;
    margin: 10px 5%;
}

.hamburger_menu  li.menu_item.finalizar  a {color:white;line-height:40px;    height: auto;}

.hamburger_menu  .menu_item
{
	display: block;
	position: relative;
	border-bottom: solid 1px #b5aec4;
	vertical-align: middle;
}
.hamburger_menu  .menu_item > a
{
	display: block;
	color: #1e1e27;
	font-weight: 500;
	height: auto;
	line-height: 2em;
	font-size: 20px;
	text-transform: uppercase;
}
.hamburger_menu .menu_item > a:hover
{
	color: #b5aec4;
}
.hamburger_menu  .menu_item > a > i
{
	margin-left: 8px;
}
.hamburger_menu   .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;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: 50%;
	top:80px;
    transform: translate(-50%, -50%);
}
.logo_container img {  /*  max-height: 160px;*/height: auto;width: auto;}
.logo_container a
{
	font-size: 24px;
	color: #1e1e27;
	font-weight: 700;
	text-transform: uppercase;
}
.logo_container a span
{
	color: #10c6ba;
	float:left;
}

/*********************************
3.7 Main Slider
*********************************/

.main_slider
{
	width: 100%;
	height: auto;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	display:block;
    margin-bottom: 0px;
	margin-top:0px;
}
.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;
}

.main_slider .midnight {    display: block; text-align: center;font-size: 4em;}

.main_slider .vineta {    display: block;text-align: center;font-size: 2em;font-weight: 800;}
.main_slider .pedidoonline {display: block;text-align: center;font-size: 1.5em;}
.main_slider .elegi {
    font-size: 1.2em;
    margin-bottom: 30px;
	display: block;
    text-align: center;
}
.main_slider  .btn {
	margin-top:20px;
    display: inline-block;
    border: none;
    color: white;
    font-size: 1.5em;
    line-height: 1;
    padding: 20px 20px;
    background-color: black;
    font-weight: 800;
    text-transform: uppercase;
	display: block;
    text-align: center;
    margin: 0 auto;
	width:200px;
	
}
.main_slider .textobanner {
	text-shadow: 0px 3px 7px rgba(0, 0, 0, 1); 
	    text-transform: uppercase;
    position: absolute;
    left: 7%;
    top: 50%;
    color: white;
    transform: translateY(-50%);
    z-index: 2;
    width: 86%;
	line-height: 1.5;
}
.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: 100%;
	color: white;
	height: 28px;
	background: #003663;
	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;
	 margin: 10px 0;
	font-weight:600;
}
.red_button:hover
{
	background:  black !important;
	color:white;
}
.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;
}
*********************************/


.bannersmiddle {display:flex}

/*********************************
5. New Arrivals & CategoryContent
*********************************/
.department .sidebar_categories li {
    width: auto;
	padding: 10px 30px;
    
}
.department .sidebar_categories {
    display: flex;
    flex-wrap: wrap;
	  align-items: center;
}
.department .sidebar_categories li a {
    font-size: 20px;
    
}

.categorycontent
{
	background-color:white;	 
    display: inline-block;
    position: relative;
    width: 100%;
	padding:20px;
	/*margin-top: 100px;*/
	margin-top: 10px;  
}
.new_arrivals 
{
	background-color:white;	 
    display: inline-block;
    position: relative;
    width: 100%;
	padding:20px;
	/*margin-top:40px;*/
}

.categorycontent .container {background-color:white;padding:35px;}
.new_arrivals .container {background-color:white;padding:35px;}

.categorycontent .new_arrivals_title h1
{
	font-size: 21px;
    display: inline-block;
    text-align: left;
    /*max-width: 320px;*/
    white-space: nowrap;
    overflow: hidden;
    color: #333;
    font-weight: 700;
}
.new_arrivals .new_arrivals_title h3
{
	display: inline-block;
    font-size: 30px;
    margin: 0px auto 10px;
    color: #003663;
    text-transform: uppercase;
}
.categorycontent  .new_arrivals_title
{
	font-size: 21px;
    
    display: inline-block;
    text-align: left;
    /*max-width: 320px;*/
    white-space: nowrap;
    /*text-overflow: ellipsis;*/
    overflow: hidden;
    color: #333;
    font-weight: 700;
}
.new_arrivals .new_arrivals_vertodos
{
	float:right;
	line-height:30px;	
    color: #003663;
    font-weight:400;

}
.new_arrivals .new_arrivals_title
{
	font-size: 21px;
    
    display: inline-block;
    text-align: left;
    /*max-width: 320px;*/
    white-space: nowrap;
    
    overflow: hidden;
    color: #333;
    font-weight: 700;
}

/*********************************
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: black /*#1ec69f*/ ;
}

/*********************************
5.2 New Arrivals Products Grid
*********************************/
.cucardas {
    position: absolute;
    top: 0;
    right: 13px;
    color: white;
    background: #cd1719;
    font-size: 17px;
    width: 60px;
    padding: 10px 10px;
    border-radius: 72px;
    text-align: center;
    line-height: 1.2em;
}
.cucardas.cucardastexto{width: 130px;}
.product-grid
{
	width: 100%;
	margin-top: 4px;
}
.product-item
{
	height: 400px;
	cursor: pointer;
}
.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%;
	height: 350px;
	border:none!important;
	
}
.product_image
{
	width: 100%;
	margin-top:6px;
	text-align:center;
}
.product_image img
{
	max-width: 100%;
	max-height: 242px;
}
.product_info
{
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	float:left;
	width:100%;
}
.product_descripcion
{
    font-size: 11px;
    text-align: left;
    margin-bottom: 5px;
    color: #333;
    overflow: hidden;
    height: 50px;
    text-align: left;
    line-height: 11px;
    height: 100px;
}
.product_name
{
	font-weight:700;
	font-size: 12px;
    text-align: left;
    color: #333;    
    overflow: hidden;
	height:30px;
	line-height: 15px;
	font-family: 'montserrat', sans-serif;
    
}
.product_name a 
{
	color: #1e1e27;
	line-height: 20px;
}
.product_name:hover a
{
	color: #b5aec4;
}
.product .product_info .product_price
{
	font-size: 16px;
    font-weight: 600;
    text-align: left;
    display: inline-block;
    color: #333;
    width: 100%;
    margin-bottom: 3px;
}
.product_price
{
font-size: 14px;
    font-weight: 600;
    text-align: left;
    display: inline-block;
    color: #333;
    width: 100%;
    margin-bottom: 3px;
}

.product_price span
{
	font-size: 22px;
	color: #b5aec4;
	text-decoration: line-through;
	margin-left:20px;
}
.product_minqty {font-size:12px;font-weight:400; color: #bc1d1b}
.product_bubble
{
	position: absolute;
	top: 15px;
	width: 50px;
	height: 22px;
	border-radius: 3px;
	text-transform: uppercase;
}
.product_bubble span
{
	font-size: 12px;
	font-weight: 600;
	color: #FFFFFF;
}
.product_bubble_right::after
{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 6px;
	right: auto;
	top: auto;
	bottom: -6px;
	border: 6px solid;
}
.product_bubble_left::after
{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: auto;
	right: 6px;
	bottom: -6px;
	border: 6px solid;
}
.product_bubble_red::after
{
	border-color: transparent transparent transparent black /*#1ec69f*/ ;
}
.product_bubble_left::after
{
	border-color: black /*#1ec69f*/  black /*#1ec69f*/  transparent transparent;
}
.product_bubble_red
{
	background: black /*#1ec69f*/ ;
}
.product_bubble_green
{
	background: black /*#1ec69f*/ ;
}
.product_bubble_left
{
	left: 15px;
}
.product_bubble_right
{
	right: 15px;
}
.sin_stock_button {background-color:white;color:black}
.sin_stock_button:hover {background-color:white;color:black}
.add_to_cart_button
{
	width: 100%;
	text-transform:uppercase;
/*	visibility: hidden;
	opacity: 0;
	-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;*/
}
.add_to_cart_button a
{
	font-size: 15px;
	font-weight: 600;
}
.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: center;
}
.section_title h1
{
    display: inline-block;
    font-size: 30px;
    margin: 20px auto;
    color: #003663;
    text-transform: uppercase;
}

/*.section_title::after
{
	display: block;
	position: absolute;
	top: 80%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100px;
	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: #10c6ba;
	margin-top: 10px;
}
.timer_unit
{
	margin-top: 12px;
	font-size: 16px;
	font-weight: 500;
	color: #10c6ba;
}
.deal_ofthe_week_button
{
	width: 140px;
	background: black /*#1ec69f*/ ;
	margin-top: 52px;
}
.deal_ofthe_week_button:hover
{
	background: #2b2b34 !important;
}

/*********************************
7. Best Sellers
*********************************/

.product_slider_container
{
	width: 100%;
	/*height: 340px;
	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: 340px;
}
.product_slider_item
{
	width: 20%;
}
.product_slider_item .product-item
{
	width: 100% !important;
}

/*********************************
7.1 Slider Nav
*********************************/

.product_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
{
	visibility: visible;
	opacity: 1;
}
.product_slider_nav i
{
	color: #FFFFFF;
	font-size: 12px;
}
.product_slider_nav_left
{
	top: 50%;
	left: 0;
}
.product_slider_nav_right
{
	top: 50%;
	right: 0;
}

/*********************************
8. Benefit
*********************************/

.benefit
{
/*	margin-top: 74px;*/
	width: 100%;
	float:left;
    margin: 20px 0 70px 0;
}
}
.benefit_row
{
	padding-left: 15px;
	padding-right: 15px;
}
.benefit_col
{
/*	padding-left: 0px;
	padding-right: 0px;*/
}

.benefit_item
{
	height: auto;
	background: transparent;/* #dfddde;*/
	border:none;
	padding: 20px 25px;
}

.benefit_icon img {
    max-width: 99px;
}
.benefit_icon {
    width: 100%;
    text-align: center;
	padding-top:20px;
}
.benefit_icon i
{
	font-size: 30px;
	color: #b7ce73;
}
.benefit_content
{
	padding: 0;
}
.benefit_content h6
{
    text-transform: uppercase;
    line-height: 1.5em;
    font-weight: 700;
    margin-bottom: 0px;
    color: #003663;
    font-size: 21px;
    text-align: center;
    width: 80%;
    margin-top: 25px;
    padding-bottom: 22px;
    margin-left: 10%;
    height: 81px;
}
.benefit_content p
{
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0px;
    color: #5d5d5d;
}

/*********************************
9. Blogs
*********************************/

.blogs
{
	margin-top: 72px;
}
.blogs_container
{
	margin-top: 53px;
}
.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: #10c6ba;
	margin-bottom: 0px;
	margin-top: 3px;
	letter-spacing: 1px;
}
.blog_more
{
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	color: #10c6ba;
	border-bottom: solid 1px #10c6ba;
	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: #10c6ba;
}
.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: black /*#1ec69f*/ ;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	cursor: pointer;
}
.newsletter_submit_btn:hover
{
	background: #FE7C7F;
}

/*********************************
11. Footer
*********************************/
.boton_whastapp_fixed img {
    height: 90px;
}

.boton_whastapp_fixed {
    position: fixed;
    bottom: 80px;
    right: 12px;
}


.legal {font-family: montserrat;width:100%;text-align:center;float:left}	
footer .fa {font-size:25px;margin-right:18px}

footer p,
footer a {
    font-weight: 300;
    font-size: 13px;
    line-height: 20px;
    color: white;
    border: none;
    text-decoration: none;
    font-family: 'montserrat', sans-serif;
}

footer {
    background-color:  #003663;
    color: white;
    font-weight: 300;
    font-size: 14px;
    line-height: 26px;
	margin-top:70px;
    display: block;
    width: 100%;
    padding-bottom: 35px;
	float:left;
	
    
}
.blackFoot {
    width: 100%;
    background-color: black;
    padding: 10px;
    text-align: left;
	margin:0; 
	float:left;
	color:white;
	padding: 20px 60px;
	font-family: montserrat;
}
footer h3 {    
    padding-bottom: 5px;
	font-weight: 300;
    font-size: 18px;
	font-family: 'montserrat', sans-serif;
	color:white;
}


footer li a {
    display: block;
    color: black;
    
}

footer ul {
    padding-bottom: 15px;
    
}

.flex{
    display:  flex;
    
}

.flex li{
    margin-right: 15px;
    margin-left: 15px;
}

footer a: hover { 
  color: yellow;
}

footer img{
    padding-bottom: 15px;
}

footer li a:hover
{
	color: #fe7c7f;
}

footer .line{
    width: 100%;
    height: 15px;
    padding-top: 10px;
    margin-bottom: 10px;
    
}
 
footer .seguro{
    display: flex;
    padding-bottom: 0px;
}

footer .texto{
    margin-left: 5px;
    color: #fff;
    font-size: 12px;
}





/*********************************
JULIAN : BRANDS	
*********************************/
.brand_slider_container   {height:auto!important}
.brand_slider_container .product ,
.brand_slider_container .product_slider_item .product-item {height: auto;}


/*********************************
JULIAN : FAQ_style.css
*********************************/

#paginaestatica p
{
	color: #989898;
}

#paginaestatica h1{font-size: 42px;}
#paginaestatica h2{font-size: 40px;}
#paginaestatica h3{font-size: 28px;}
#paginaestatica h4{font-size: 24px;}
#paginaestatica h5{font-size: 16px;}
#paginaestatica h6{font-size: 14px;}
#paginaestatica h2, #paginaestatica h3, #paginaestatica h4, 
#paginaestatica h5, #paginaestatica h6
{
	color: #282828;	
}
#paginaestatica h1{
    color: #10c6ba;
    margin-bottom: 20px;
}
#paginaestatica .faq {
    padding-top: 4em;
}

.p-0{padding: 0}
.m-0{margin: 0}
.float-right{float:right;}
.float-left{float:left;}


/*********************************
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, .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: #09d;
border: solid 1px #09d;
font-family: inherit;
font-size: inherit;
color: white;
border-radius: 4px;
padding: 6px 12px;
margin-left: 4px;
cursor: pointer;
}

.alertable-ok:hover,
.alertable-ok:focus,
.alertable-ok:active {
background-color: #08c;
}

/* 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;
}



/***********
CARRITO
***********/
#CartContent .cupondescuentotexto{    font-family: 'montserrat', sans-serif;
    font-size: 13px;
    line-height: 1.7;
    font-weight: 500;
    color: black;
    max-width: 600px;
    text-align: left;
    margin: 0 auto;
    margin-bottom: 10px;
    font-weight: 400;}
 #CartContent .remove_item .fas{font-size:16px}

#CartContent input#takeaway,
#CartContent input#enviodomicilio {
    height: 30px!important;
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

#CartContent .container 
{
    padding: 35px;
    text-align: center;
    margin: 0px auto;
    background-color: #dfdfdf;

}

#CartContent .carritocontenido {
    display: inline-block;
    clear: left;
    text-align: center;
    margin: 10px auto;
    background-color: white ; /*#f7f7f7;*/
    padding: 35px;
    border-radius: 2px;
    float: left;
    clear: both;
    width: 80%;
    margin: 0% 10%;
	margin-top:20px;
}
#CartContent .returnCart :hover{}
#CartContent .returnCart {
    /*background-color: #FFF;*/
    color: #003663;
    margin-bottom: 10px;
    text-align: right;
    float: left;
    width: 100%;
    margin-right: 0;
    padding: 5px 0;
    text-transform: uppercase;
}

#CartContent #cartForm, .totalPrice {
    float: left;
    width: 100%;
    border-bottom: 2px solid #ababab;
    padding-bottom: 11px;
    margin-bottom: 11px;
}
#CartContent{     background-color: white; /*#f7f7f7;*/
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 20px 3px;
	}
 
#CartContent .row_itemcart {
    position: relative;
    padding-bottom: 11px;
    margin-bottom: 11px;
    float: left;
    width: 100%;
    text-align: left;
    margin-bottom: 2px;
}
#CartContent  .programadoopciones{font-size:20px;float:left; line-height: 30px;}
#CartContent  .programadotitle{font-size:20px; float:left; line-height: 30px;   margin-left: 40px;    margin-right: 5px;}
#CartContent  .img_producto img {width:50px}
#CartContent .img_producto {float:left; width: 13%;font-size:18px; line-height: 1;}
#CartContent .nom_producto{    float: left;width: 87%;font-size:20px; font-weight: 400; line-height: 23px; }
#CartContent  .nom_producto span{font-size:18px; line-height: 1;}

#CartContent #direccionenvio label {    font-size: 18px;
    line-height: 25px;
    padding: 0;
    width: 100%;
    float: left;
    margin-top: 10px;}
#CartContent   .titulocompleta {    font-size: 20px;    float: left;    width: 100%;    line-height: 63px;}
#CartContent h1{font-weight:800; font-size:30px; margin-top: 0; text-transform: uppercase;}
#CartContent h2, .usuario h2, .envios h2{ font-size: 30px; font-weight: 600; margin-top: 5px; width: 100%;}
#CartContent h3 {font-size: 22px; font-weight: 600; margin-top: 5px;float:left; width:100%;    text-align: left;}
#CartContent .envios #direccionenvio h3{text-align: center;}
#CartContent .envios h3{text-align: right;}
#CartContent .titulosenvios{float: left; width: 100%;}
#CartContent .titulosenvios>*{line-height:1.2;  margin-bottom: 10px; width:50%;}
#CartContent .direccionenvio {width:100%;float:left;    text-align: left;}
#CartContent #autocomplete{font-family: sans-serif; width:100%;float:left;height:30px;font-size:15px;line-height:30px;padding:0 10px}
#CartContent .inputsinedicion{float:left;height:30px;font-size:20px;line-height:30px;border:none;background:transparent;}
#CartContent .inputedicion{font-family: sans-serif;clear:none; padding:0 10px; margin:1% 0; width:100%;float:left;height:30px;font-size:14px;line-height:30px}
#CartContent .obligatorio{width: 20px;line-height: 48px;font-size: 23px;float: left; position:absolute; top:0px; text-align: center; right: 20px}
#CartContent .noobligatorio{margin-right: 20px;line-height: 48px;}
#CartContent .inputholder{    
    float: left;    }
	
	
#CartContent  .categorypar {
    line-height: 30px;font-size: 18px;}
#CartContent p.price {
    font-size: 17px;
    line-height: 1em;
    line-height: 20px;
    color: black;
}
#CartContent .usuario input { font-family: sans-serif;  width: 100%;clear:none;float: left;height: 30px;font-size: 15px;line-height: 30px; border:1px solid black;margin-top:5px; padding:0 10px}
#CartContent #programado {display:none;}
#CartContent #programado .fechapedido {margin-left:13px;margin-right:2px; }
#CartContent  #programado #horapedido {  clear:none;;height: 30px;font-size: 15px;line-height: 30px;}
#CartContent .aclaracion{width:100%;line-height:20px;font-size:10px;float:left;clear:left;}
#CartContent .envios .totalenvio{float:right; padding-right: 0;}
#CartContent .envios .envioimg{font-size:24px;background-color: #e0e0e0;margin-right: 10px;padding: 5px 10px 5px 5px;width:48%}
#CartContent .envios .envioimg img{margin-right:30px}
#CartContent .formadepago {float:left; width: 100%; margin: 20px 0; border-bottom: 2px solid #ababab;  padding: 20px 0;}
#CartContent .formadepago>*{float:left; width: auto; line-height: 83px; font-weight: 400; font-size: 30px; padding-right: 10px;}
#CartContent .formadepago .envioimg{font-size:24px;background-color: #e0e0e0;margin-right: 10px;padding: 5px 10px 5px 5px;width:25%}
#CartContent .formadepago .envioimg img{float:left;}

#CartContent .rightproducto{position:absolute; right:0;  top: 0; font-size:23px;}
#CartContent .rightproducto .cantidad_producto input{float:left; border: 1px solid #000; height:26px; line-height: 26px; width: 64px; padding: 2px; font-size:18px; font-weight: 400; margin-right: 0px; text-align: center;}
#CartContent .rightproducto>*{float:left; margin-right: 5px;}
#CartContent .rightproducto .precio_total{font-weight:bold; text-align: right; width: 80px;}
#CartContent .rightproducto .CartRemoveLink{color:#000; font-size:30px; float: left;margin-top:-6px}
#CartContent  .rightproducto .btncompra{ float: right; padding: 0; margin-left: 10px; margin-top:7px;font-weight:bold; text-align: right; width: 101px;color:#000;font-size: 23px;}
#CartContent  .rightproducto .btncompra span {color: white;background-color: black;padding: 5px 10px;margin-top: -5px;font-size: 17px; }
#CartContent .rightproducto .btncompra:hover span{color:#da0019}
#CartContent  .rightproducto .oldPrice{text-decoration: line-through; font-weight: lighter}
#CartContent  #cartForm, #CartContent  .totalPrice{float:left; width: 100%; border-bottom: 2px solid #ababab; padding-bottom: 11px; margin-bottom: 11px;}
#CartContent  .totalesleft{float:left; clear: left; margin-top:5px;text-align: right; width: auto;font-size:25px;}
#CartContent  .totalesleft2{font-size:20px;}
#CartContent  .totalesright{float:right; text-align: right; font-size:23px;}
#CartContent #formadepago .fas {    font-size: 47px; margin: 0 8px;  clear: both;  float: left;   text-align: center; margin: 0 auto; width: 100%;}
#CartContent #frmconfirmapedidodatosenvios .fas { font-size: 47px; margin: 0 8px;  }
	
#CartContent .fa {    font-size: 47px;margin: 0 8px;clear: both;float: left;text-align: center;margin: 0 auto;width: 100%;}

#CartContent  .discountTotalContent, .extras>div{float:left; width: 100%; padding: 15px;  border: 1px solid #cdcdcd; margin-bottom: 20px;}
/*#CartContent  .discountTotalContent input[type="text"], .discountTotalContent input[type="email"]*/
/*{border:1px solid #000; font-size:30px; line-height: 45px; height: 45px; padding: 2px; max-width: 100%; clear: left; position: relative; top: 5px;}*/
#CartContent  .discountTotalContent .botonsubmit{    color: #FFF !important; border: none; text-transform: uppercase; clear: both; 
  display: inline-block; 
width: auto;
  font-size: 16px;
  padding: 18px 9px;
  margin-bottom: 2px;
  line-height: 20px;
  cursor: pointer; background-color: #000;}
  

#CartContent #formadepago span {    font-size: 16px;float: left;line-height: 42px;}
#CartContent #couponcode{height:33px}
#CartContent .botonsubmit{
	border:none;
	color:white;
    background-color: black;
    padding: 5px 10px;
    margin-top: -5px;
    font-size: 17px;
	
}
	
#CartContent input#transferencia,
#CartContent input#todopago,
#CartContent  input#efectivo {
    float: left;
    height: 42px;
    margin-right: 10px;
    margin-left: 10px;
}
#CartContent .btnCheckout {
    background-color: #de3b41;
    text-align: center;
    float: right;
    width: 100%;
    margin-left: 1%;
    text-transform: uppercase;
	    color: #FFF!important;
    float: left;
    width: 100%;
    font-size: 16px;
    padding: 18px 9px;
    margin-bottom: 2px;
    line-height: 20px;
    cursor: pointer;
}
#CartContent .discountTotalContent .botonsubmit:hover{ background-color:#bc1614}
#CartContent .extras,  #CartContent .cupon, #CartContent .discountTotalContent, #CartContent .ProceedToCheckout  {float:left;}
#CartContent .extras .columna1{width:70%;float:left; clear: left; font-weight: 500; font-size:21px; padding-right: 10px; text-align: left}
#CartContent .extras .columna2{width:15%; padding-right: 10px; font-size: 15px; font-weight: 100;text-align: center; float: left;}
#CartContent .extras .columna2 input, .extras .columna1 select{font-size:18px; border:1px solid #000; line-height: 38px; height: 38px; text-align: center; width: 100%; margin-bottom: 15px;} 
#CartContent .extras .columna3{width:15%; font-size: 23px; font-weight: 600;text-align: right; float: left;}
#CartContent .aclaraciones .aclaracionestxt{float:left; width: 90%;margin-left:5%; text-align: left; font-size: 16px; line-height: 1.2; border:1px solid #000; max-width: 100%; height:90px; max-height: 153px; resize: none;}

.envios  {float:left; width: 100%; margin: 20px 0; border-bottom: 2px solid #ababab; border-top: 2px solid #ababab; padding: 20px 0;}
.envios>*{float:none; width: auto; line-height: 83px; font-weight: 400; font-size: 30px; padding-right: 10px;}
.enviospar {line-height: 20px;font-size: 20px;}
.usuario  {float:left; width: 100%; margin: 20px 0; border-bottom: 2px solid #ababab; border-top: 2px solid #ababab; padding: 20px 0;}
.usuario>*{float:left; width: auto; line-height: 83px; font-weight: 400; font-size: 30px; padding-right: 10px;}




/*********************************
5. Single Product Section
*********************************/

.single_product_container
{
	margin-top: 150px;
	padding-bottom: 80px;
	border-bottom: solid 1px #ebebeb;
}
.single_product_thumbnails
{
	height: 527px;
}
.single_product_thumbnails ul li
{
	position: relative;
	height: 136px;
	margin-bottom: 30px;
	cursor: pointer;
}
.single_product_thumbnails ul li::after
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: solid 1px #10c6ba;
	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
{
	width: 100%;
}
.image_col
{
	padding-right: 30px;
}
.single_product_image img,
.single_product_image
{
	width: 100%;
	height: auto;
}
.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;
}

/*********************************
6. Product Details
*********************************/

.product_details
{
	width: 100%;
}
.product_details_title
{
	font-weight: 500px;
	line-height: 30px;
}
.product_details_title p
{
	margin-top: 12px;
}
.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: #b9b4c7;
	text-decoration: line-through;
	line-height: 30px;
	margin-top: 21px;
}
.product_price
{
	display: inline-block;
	font-size: 22px;
	color: black;
	font-weight: 500;
	line-height: 30px;
	margin-top: 2px;
	padding: 0;
	font-family: montserrat;
}
.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-top: 23px;
}
.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: 100%;
	border: solid 1px #e5e5e5;
	margin-left: 29px;
}
.quantity_selector span
{
	font-weight: 500;
	color: #232530;
}
.plus,
.minus
{
	padding-left: 14px;
	padding-right: 14px;
	cursor: pointer;
}
.plus:hover,
.minus:hover
{
	color: #b5aec4;
}
.add_to_cart_button
{
	width: 100%;
	/*margin-left: 19px;*/
	font-size: 12px !important;
}
.product_favorite
{
	width: 40px;
	height: 100%;
	margin-left: 22px;
	border: solid 1px #e5e5e5;
	border-radius: 2px;
	cursor: pointer;
}
.product_favorite:hover::after
{
	color: #10c6ba;
}
.product_favorite::after
{
	font-family: 'FontAwesome';
	content:'\f08a';
	font-size: 14px;
}
.product_favorite.active::after
{
	content:'\f004';
	color: #10c6ba;
}




#CartStatusMessage {
  margin: 10px 0px;
  float: left;
  width: 100%;
  font-size: 14px;
}
.ErrorMessage {
  background-color: red;
  color: white;  
  padding: 20px;
  text-align: center;  
}

.SuccessMessage {
  background-color: black; 
  color: white;  
  padding: 20px;
  text-align: center;    
}


#CartContent footer .container {
background-color: white;
    color: black;
    font-size: 13px;
    display: block;
    width: 100%;
    padding-bottom: 65px;
    float: left;
}

/*main menu desktop*/
#MenuDesktop {     text-align: center;   background-color: #003663;}
#MenuDesktop ul {line-height: 50px;    display: inline-flex;}
#MenuDesktop li {color: white;padding: 0 10px;position:relative;text-transform:uppercase}
#MenuDesktop li:hover {  font-weight:400}
#MenuDesktop li:hover span {color: white;} 
#MenuDesktop li a::after{	font-family: 'FontAwesome'; content:'\f107';color: #ffffff;}
#MenuDesktop li:hover ul li  a::after{	font-family: 'FontAwesome'; content:'';color: #ffffff;}

#MenuDesktop li ul li:hover span {color: #003663;} 
#MenuDesktop li:hover ul li span {color: white;font-weight:300;line-height:42px;font-size;17px}  
#MenuDesktop li:hover ul li ul li span {color: #003663;font-weight:600;font-size:12px} 
#MenuDesktop li:hover ul li ul li:hover span {color: #003663;font-weight:700} 

#MenuDesktop li:hover ul li span:hover {color: white;font-weight:400} 
#MenuDesktop li span {color:white;font-size: 18px;}
#MenuDesktop ul li ul {line-height: 12px;display:none}
#MenuDesktop ul li ul li ul{line-height: 12px;display:none}
#MenuDesktop ul li:hover ul li{width:50%;float:left;padding: 0;font-size:14px}
#MenuDesktop ul li:hover ul li:hover{font-weight:bold}
	
#MenuDesktop ul li:hover ul {display:block; background-color: white;
       display: block;
    background-color: rgba(0, 54, 99, 0.8);
    /*padding: 10px 20px;*/
    z-index: 100000;
    list-style: none;
    text-align: center;
    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;
    position: absolute;
    width: 470px;
    left: 0;
    /*height: 42px;*/
    /*display: flex;*/
	font-weight:600;
	color:white;
	left:-200px;
    /*justify-content: space-between;*/
}
#MenuDesktop ul li:hover ul li ul {display:none}
#MenuDesktop ul li ul li:hover ul{display:block; background-color: white;
    display: block;
    background-color: white;
  /*  padding: 10px 20px;*/
    z-index: 100000;
    list-style: none;text-align: center; 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;
    position: absolute;    width: 100%;    left: 0;  max-height: auto; overflow:hidden;  height: auto;    display: flex;	font-weight:600;	color:#003663;    justify-content: space-between;
}
/*mobile menu desktop*/
#MenuMobile { }
#MenuMobile li {}
#MenuMobile li:hover {}
#MenuMobile li:hover span }
#MenuMobile li span {}
#MenuMobile ul li ul {display:none}
#MenuMobile ul li:hover ul  li{font-size: 18px;color: black;    line-height: 2em;}
#MenuMobile ul li:hover ul  li:hover{font-weight:bold}
#MenuMobile ul li:hover ul  li span{color:black}
#MenuMobile ul li:hover ul {display:block; }


/*sidebar*/
.sidebar .showsection{display:none}
.sidebar
{
	float: left;
	/*width: 250px77 
    margin: 0px 5px;*/
}
.sidebar_section
{    
	padding: 0;
    margin: 0;
}
.sidebar_box {    border: 5px solid white;
    background-color: rgb(249, 249, 251);
    padding: 10px;
    margin-bottom: 20px;
    width: 100%;
    float: left;}
.sidebar_title h5
{
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.sidebar_categories .imagefiltro {width:80px}
.sidebar_categories .imagefiltro:hover {transform:scale(1.1)}
.sidebar_categories li.active a
{
	color: black /* #10c6ba*/;
}
.sidebar_categories li.active:hover a
{
	color: black /* #10c6ba*/;
}
.sidebar_categories li{    float: left;margin: 2px 1%; width:100%}
.sidebar_categories li.active{font-weight:700; } 
.sidebar_categories li.active:after{content:""}
.catdesc p{font-family: 'montserrat', sans-serif;}
.sidebar_categories li a
{
	font-size: 12px;
	line-height: 1.2em;
	color: #51545f;
	font-family: 'montserrat', sans-serif;
	
}
.sidebar_categories li a:hover
{
	opacity: 0.9;
    color: black;
}
.sidebar_categories li a span
{
	margin: 4px 3px;
}




/**
* EasyZoom core styles
*/


/**
* EasyZoom core styles
*/
.easyzoom {
position: relative;
min-height:242px;
/* 'Shrink-wrap' the element */
display: inline-block;
*display: inline;
*zoom: 1;
}

.easyzoom img {
vertical-align: bottom;
}

.easyzoom.is-loading img {
cursor: progress;
}

.easyzoom.is-ready img {
cursor: crosshair;
display:block!important;
}

.easyzoom.is-error  img {
cursor: not-allowed;
}

.easyzoom-notice {
position: absolute;
top: 50%;
left: 50%;
z-index: 150;
width: 10em;
margin: -1em 0 0 -5em;
line-height: 2em;
text-align: center;
background: #FFF;
box-shadow: 0 0 10px #888;
}

.easyzoom-flyout {
position:absolute;
z-index: 10022222;
overflow: hidden;
background: #FFF;
width: 100%;
height: 100%;
}

/**
* EasyZoom layout variations
*/

.easyzoom--overlay .easyzoom-flyout {
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: red;
}

.easyzoom--adjacent .easyzoom-flyout {
top: 0;
left: 100%;
width: 100%;
height: 100%;
margin-left: 20px;
}
@media (min-width:601px)
{
  
  .easyzoom-flyout {display: none; }
  .featuredProduct .images:hover .easyzoom-flyout{display:block;}
}


/* Slider */
.slick-slider {
	position: relative;
  
	display: block;
	box-sizing: border-box;
  
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
  }
  
  .slick-list {
	position: relative;
  
	display: block;
	overflow: hidden;
  
	margin: 0;
	padding: 0;
  }
  .slick-list:focus {
	outline: none;
  }
  .slick-list.dragging {
	cursor: pointer;
	cursor: hand;
  }
  
  .slick-slider .slick-track,
  .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
  }
  
  .slick-track {
	position: relative;
	top: 0;
	left: 0;
  
	display: block;
	margin-left: auto;
	margin-right: auto;
  }
  .slick-track:before,
  .slick-track:after {
	display: table;
  
	content: "";
  }
  .slick-track:after {
	clear: both;
  }
  .slick-loading .slick-track {
	visibility: hidden;
  }
  
  .slick-slide {
	display: none;
	float: left;
  
	height: 100%;
	min-height: 1px;
  }
  [dir="rtl"] .slick-slide {
	float: right;
  }
  .slick-slide img {
	display: block;
  }
  .slick-slide.slick-loading img {
	display: none;
  }
  .slick-slide.dragging img {
	pointer-events: none;
  }
  .slick-initialized .slick-slide {
	display: block;
  }
  .slick-loading .slick-slide {
	visibility: hidden;
  }
  .slick-vertical .slick-slide {
	display: block;
  
	height: auto;
  
	border: 1px solid transparent;
  }
  .slick-arrow.slick-hidden {
	display: none;
  }
  
  /* SLICK CUSTOM */
  
  /* Arrows */
  .slick-prev,
  .slick-next {
	z-index: 1;
	font-size: 0;
	line-height: 0;
  
	position: absolute;
	top: calc(50% - 20px);
  
	display: block;
  
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
  
	cursor: pointer;
  
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
  }
  .slick-prev:hover,
  .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
  }
  .slick-prev:hover:before,
  .slick-prev:focus:before,
  .slick-next:hover:before,
  .slick-next:focus:before {
	opacity: 1;
  }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
	opacity: 0.25;
  }
  
  .slick-prev:before,
  .slick-next:before {
	font-family: "fontawesome";
	font-size: 35px;
	line-height: 1;
  
	opacity: 0.75;
	color: #000000;
  
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  }
  
  .slick-prev {
	left: -15px;
  }
  [dir="rtl"] .slick-prev {
	right: -15px;
	left: auto;
  }
  
  .slick-prev:before {
	content: "\f053";
  }
  [dir="rtl"] .slick-prev:before {
	content: "\f054";
  }
  
  .slick-next {
	right: -15px;
  }
  
  #bannertop .slick-prev {left:30px}
  #bannertop .slick-next {right:30px}
  [dir="rtl"] .slick-next {
	right: auto;
	left: -15px;
  }
  .slick-next:before {
	content: "\f054";
  }
  [dir="rtl"] .slick-next:before {
	content: "\f053";
  }
  
  /* Dots */
  .slick-dotted.slick-slider {
	margin-bottom: 30px;
  }
  
  .slick-dots {
	position: absolute;
	bottom: -25px;
  
	display: block;
  
	width: 100%;
	padding: 0;
	margin: 0;
  
	list-style: none;
  
	text-align: center;
  }
  .slick-dots li {
	position: relative;
  
	display: inline-block;
  
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
  
	cursor: pointer;
  }
  .slick-dots li button {
	font-size: 0;
	line-height: 0;
  
	display: block;
  
	width: 20px;
	height: 20px;
	padding: 5px;
  
	cursor: pointer;
  
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
  }
  .slick-dots li button:hover,
  .slick-dots li button:focus {
	outline: none;
  }
  .slick-dots li button:hover:before,
  .slick-dots li button:focus:before {
	opacity: 1;
  }
  .slick-dots li button:before {
	font-family: "fontawesome";
	font-size: 6px;
	line-height: 20px;
  
	position: absolute;
	top: 0;
	left: 0;
  
	width: 20px;
	height: 20px;
  
	content: "•";
	text-align: center;
  
	opacity: 0.25;
	color: black;
  
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  }
  .slick-dots li.slick-active button:before {
	opacity: 0.75;
	color: black;
  }
  

  #LayoutAccount2 {margin-bottom: 0px;}
  #LayoutAccount2 .AccountOrderStatusList h3 {font-size:18px}
  #LayoutAccount2 ul.AccountOrderStatusList { font-family: "Montserrat", sans-serif; float: left;  margin: 0;  padding: 0;}
  #LayoutAccount2 .AccountOrderStatusList> li {font-family: "Montserrat", sans-serif;  padding: 20px;  border: 1px solid #ccc;  list-style: none;  margin: 30px 0;  width: 100%;  float: left;}
  #LayoutAccount2 .HowToPay { margin: 0 20px; font-family: "Montserrat", sans-serif; float: left;  width: 100%;}
  #LayoutAccount2 .HowToPay .pagar {font-family: "Montserrat", sans-serif; background-color: #2ead55;  border: 1px solid #2ead55;  font-size: 14px;  font-weight: 800;  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;}
  #LayoutAccount2 .HowToPay .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;}
  #LayoutAccount2 .HowToPay .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;}
  
  #LayoutAccount2  ul.OrderItemList {  margin-left: 20px;  margin-top: 10px;}