@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=Raleway:300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900');


/*********************************
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;*/
}
p a:active
{
	position: relative;
	color: #FF6347;
}
p a:hover
{
	color: black;
	background: transparent;
}
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: 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: 12px !important;
	font-weight: 500;
	color: #777777 !important;
}
::input-placeholder
{
	font-size: 12px !important;
	font-weight: 500;
	color: #777777 !important;
}
.form-control
{
	color: #db5246;
	display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin-bottom: 20px;
}
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;
}
.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
*********************************/

.header
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #000;
	z-index: 20000;
}
.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: 80%;
    overflow: hidden;
    padding: 0;
    margin-left: 10%;
    margin-right: 10%;
    text-align: center;
    display: block;;
}
.navbar
{
    width: 100%;
    height: 100px;
    float: left;
}


.navbar_menu li ul.brands{width:700px;right:-50px} 
.navbar_menu li ul.brands a:hover {transform:scale(1.05); opacity:0.9}


.navbar_menu li
{
	display: inline-block;
}
.navbar_menu li ul {
	display:none;background-color: white;padding: 4px 20px;
	width: auto;z-index: 100000;width: 400px;height: auto;
	list-style: none;position: absolute;clear: left;top: 80px;
	text-align: left;font-size: 0.9em; 
	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;
   }
.navbar_menu li ul.subc473  {width:500px}
.navbar_menu li ul li {width:100%; float:left;line-height: 1.2em;overflow: hidden;font-size:0.9em; border-bottom: 1px solid #ccc;padding-bottom:5px}

.navbar_menu li:hover ul { display:block; }
.navbar_menu li:hover  a{}
.navbar_menu li:hover  li a{}
.navbar_menu li a .fab {line-height:80px}
.navbar_menu li a
{
    display: block;
    color: white;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 8px;
    -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: all 0.3s ease;
	line-height:80px;
	
}
.navbar_menu li:hover ul li a:hover{}

.navbar_menu li:hover ul li a, .navbar_menu li ul li a
{
	width:100%;
	float:left;
	color: black!important; /*#10c6ba!important;*/ ;
	background-color:white!important;
	/*border-bottom:1px solid #ccc;*/
	font-size: 13px!important;
	font-weight: 500;
	text-transform: none;
	padding: 10px 0px 2px;
	text-transform:uppercase;
}


.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:black; /*#10c6ba!important;*/;
}


.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::after
{
 color:#c0c0c0;
 content: "|";
 margin-left:20px;
}
.navbar_user
{
	margin-left: 37px;
}
.navbar_user li
{
	display: inline-block;
	text-align: center;
}

.navbar_user .fa-search {cursor:pointer}
.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;
}

.navbar_user li a:hover
{
	color: #b5aec4;
}
.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: #10c6ba;
	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-y: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;
	vertical-align: middle;
}





.menu_item > a
{
	display: block;
	color: #1e1e27;
	font-weight: 500;
	height: 50px;
	line-height: 50px;
	font-size: 22px;
	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_item.icons a {
       float: left;
    padding: 0;
    margin: 0;
}

.navbar_menu li a.facebook_icon::after{content:""}
.menu_item.icons a.facebook_icon {margin-left: 8px;}
.menu_item.portal a:after{content:""}
.menu_item.portal a:before{content:""}
.menu_item.portal a.portal {margin-left: -12px;float: right;padding-top: 8px; }
.menu_item.portal .portal img {float:right;  -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: all 0.3s ease;}
.menu_item.portal .portal img:hover{transform:scale(1.05)}

.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 img {max-height:85px;width:auto}
.logo_container
{
	position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    /* left: 50%; */
    /* margin-left: -50px !important; */
    display: block;
    text-align: center;
}
.logo_container a
{
	font-size: 24px;
	color: #1e1e27;
	font-weight: 700;
	text-transform: uppercase;
}
.logo_container a span
{
	color: #10c6ba;
}

/*********************************
3.7 Main Slider
*********************************/

.main_slider
{
	float:left;
	width: 100%;
	height: auto;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	/*margin-top: 8%;*/
    margin-bottom: 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;
}
.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: #10c6ba;
	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;
}
.red_button:hover
{
	background: #FE7C7F !important;
}
.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: 80px;
	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: 30px;
}

/*********************************
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: #10c6ba;
}

/*********************************
5.2 New Arrivals Products Grid
*********************************/


.product-grid
{
	width: 100%;
	margin-top: 57px;
}
.product-item
{
	width: 25%;
	height: auto;
	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%;
	
	border-right: solid 1px #e9e9e9;
}
#productdetails .row {margin-bottom:50px}
#productdetails .boxgrafica {order:1}
#productdetails .boxdatos {order:2}

#productdetails .product_image img
{
/*	transform: scale(1.4);*/
    overflow: hidden;
    max-width: 100%;
}
#productdetails .product_image img:hover{
	transform: scale(1.02);
}

.product_image
{
	width: 100%;
    max-width: 100%;
    overflow: hidden;
}
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;
}
.brand_image
{
	width: 100%;
}
.product_image img
{
    height: auto;
    border-radius: 15px;
    width: 100%;
    transition: all .2s ease-in-out;
}
.product_image img:hover{
    transform: scale(1.02);
    overflow: hidden;
    max-width: 100%;
	}

.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;border-radius:15px;width:auto;transition: all .2s ease-in-out;max-width:100%}
.owl-carousel .owl-item img:hover{    transform: scale(1.02);overflow: hidden;max-width: 100%;}


.product_info
{
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}
.product_name
{
    margin-top: 0;
    margin-bottom: 0;
    height: 55px;
}
.product_name a
{
	color: #1e1e27;
	line-height: 20px;
}
.product_name:hover a
{
	color: #b5aec4;
}
.discount .product_info .product_price
{
	font-size: 14px;
}
.product_price
{
	font-size: 16px;
	color: #10c6ba;
	font-weight: 600;
}
.product_price span
{
	font-size: 14px;
	margin-left: 10px;
	color: black;/*#b5aec4;*/
	text-decoration: line-through;
}
.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 #10c6ba;
}
.product_bubble_left::after
{
	border-color: #10c6ba #10c6ba transparent transparent;
}
.product_bubble_red
{
	background: #10c6ba;
}
.product_bubble_green
{
	background: #10c6ba;
}
.product_bubble_left
{
	left: 15px;
}
.product_bubble_right
{
	right: 15px;
}
.add_to_cart_button
{
	width: 100%;
	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: 12px;
	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 .h2
{
	display: inline-block;
    font-weight: 600;
    font-size: 30px;
}

.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: #10c6ba;
	margin-top: 52px;
}
.deal_ofthe_week_button:hover
{
	background: #2b2b34 !important;
}

/*********************************
7 Slider Nav
*********************************/

.product_slider_nav, .brand_slider_nav
{
	position: absolute;
	width: 30px;
	height: 70px;
	z-index: 2;
	cursor: pointer;

}
.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: black;
	font-size: 40px;
}
.product_slider_nav_left,  .brand_slider_nav_left
{
	top: 40%;
	left: -60px;
}
.product_slider_nav_right, .brand_slider_nav_right
{
	top: 40%;
	right: -60px;
}

/*********************************
8. Benefit
*********************************/

.benefit
{
	margin-top: 74px;
}
.benefit_row
{
	padding-left: 15px;
	padding-right: 15px;
}
.benefit_col
{
	padding-left: 0px;
	padding-right: 0px;
}
.benefit_item
{
    height: 150px;
    background: #f3f3f3;
    border-right: solid 1px #FFFFFF;
    padding-left: 25px;
}
.benefit_col:last-child .benefit_item
{
	border-right: none;
}
.benefit_icon i
{
	font-size: 30px;
	color: #10c6ba;
}
.benefit_content
{
	padding-left: 22px;
}
.benefit_content h6
{
	text-transform: uppercase;
	line-height: 18px;
	font-weight: 500;
	margin-bottom: 0px;
}
.benefit_content p
{
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 0px;
	color: #10c6ba;
}

/*********************************
9. Blogs
*********************************/
.pagination{  color:black;  justify-content: center;   line-height:20px; margin: 20px;font-size:16px;    width: 100%;}
.pagination span, .pagination strong , .pagination a {color:black;margin:0 5px}

#blog #menucategorias {display:none}
#blog #bannerblog {    width: 100%;padding: 0;margin: 100px 0 40px;}
#blog #bannerblog img{    width: 100%;}
.blogs
{
	margin-top: 72px;
}
.blogs_container,.faqs_container
{
	margin-top: 53px;
}

/*.blogs_container .newsNoticeImage {width: 70%;margin: 30px 15%;}*/
.blogs_container .newsNoticeImage {    width: auto;    margin: 30px 15%;    max-width: 70%;    max-height: 500px;    text-align: center;    margin: 0 auto;}
.blogs_container .newsNoticeContent{width: 70%;margin: 30px 15%;}
.blogs_container .newsNoticeTags{width: 100%;margin: 30px 0; border-top: 1px solid #ccc;border-bottom: 1px solid #ccc;     padding: 15px 10px;}
.newsNoticeAutor {text-align:center!important}
.blogs_container h31{    font-size: 20px;margin-top: 15px;}
.faqs_container h1 ,.blogs_container h1{text-transform:uppercase;   text-align: center;font-size: 38px;font-weight: 600;width:100%;margin-bottom:20px}
.sucursales_container h1{    text-align: center;font-size: 38px;font-weight: 600;width:100%;margin-bottom:20px}

.blogs_more {width: 70%;margin: 30px auto; border-top: 1px solid #ccc;border-bottom: 1px solid #ccc;     padding: 15px 10px;}

.blogs_container .blog_tag {color:black;cursor:pointer;font-weight:bold; margin:0 20px;}
.blogs_container .blog_tag:hover {transform:scale(1.05)}
.blogs_container h2 {
    text-align: left;
    font-size: 24px;
    font-weight: 500;
    width: 100%;
    margin-top: 20px;
}

.blogs_container p{  color: black;     text-align: left;font-size: 16px;font-weight: 400;width: 100%;line-height: 1.2em;}
.blogs_container ul{ margin-top: 20px;     list-style: disc;}	
.blogs_container  .sharethis-inline-share-buttons { margin-top: 40px;}
.blogs_container li{         margin-left: 30px;  text-align: left;font-size: 16px;font-weight: 400;width: 100%;line-height: 2em;}	
.blogs_container span{       text-align: left;font-size: 16px;font-weight: 400;}	


.faqs_container  h2{    text-align: left;font-size: 24px;font-weight: 500;width:100%}

.faqs_container p{       text-align: left;font-size: 16px;font-weight: 400;width: 100%;line-height: 1.2em;}

	    
.faq_container .faqs_container, .posteo_container .blogs_container, .posteo_container .blogs , .posteo_container .blogs_container {margin-top: 0px;}

.blog_item
{
	height: auto; /*255px;*/
	width: 100%;
	margin-bottom: 20px;
}
.blog_item img:hover { transform: scale(1.0.5);overflow: hidden;max-width: 100%;}
/*.blog_item img {	max-width: 100%;    max-height:auto;    height: auto;	width:auto;transition: all .2s ease-in-out;max-width:100%}*/
.blog_item img {  position: absolute;  top: -9999px;  left: -9999px;  right: -9999px;  bottom: -9999px;margin: auto;}
.blog_background
{
position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    max-width: 100%;
    height: 180px;
    overflow: hidden;
    border-radius: 20px;
}
.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 h3 {
font-size: 17px;
text-align:center;
margin-bottom: 20px;
}

.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: #10c6ba;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	cursor: pointer;
}
.newsletter_submit_btn:hover
{
	background: #FE7C7F;
}

/*********************************
11. Footer
*********************************/


footer blackFoot a:hover {text-transform:none}
.blackFoot p{	margin-left: 10%; float: left;color: white;line-height: 30px;}
.blackFoot .sourcingup {display:flex; align-items:center;margin-right: 10%;    margin-top: 0px; float: right; color:white} 
.blackFoot .sourcingup img {height:26px; padding: 0px;}
.blackFoot .sourcingup img:hover {transform:scale(1)}
.blackFoot  a:hover{text-transform:none}
.blackFoot {
    width: 100%;

    background-color: black;
    padding: 10px;
    text-align: right;
	float: left;
	height:40px;
}

footer {
    background-color:  rgb(56, 56, 56);
    color: #fff;
    font-size: 13px;
    display: block;
	padding-top: 15px;
    padding-bottom: 0px;
    width:100%;
	float:left;
}
footer .footeritems {float:left}
footer .footeritems a:hover {  color: white;
    font-size: 12px;
    font-weight: 600;
    transform: none;
	}
footer .fab {
    color: white;
    font-size: 43px;
    padding-bottom: 5px;
    text-align: left;
    line-height: 1em;
    margin: 0;
}
footer a:hover{
	transform:scale(1.15);
}

footer a img:hover{
	transform:scale(1.15);
}

footer .textofooter {
       color: white!important;
    font-size: 16px;
    padding-bottom: 5px;
    text-align: right;
    line-height: 1em;
    margin: 0;
}


footer li a {
    display: block;
    color: #fff;
 
}
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: yellow;
}

footer img{
    padding-bottom: 15px;
	max-height:120px;
	width:auto;
}

footer li a:hover
{
	color: #fe7c7f;
}

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 #10c6ba}
.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{
text-align: center;
    font-size: 28px;
    font-weight: 600;
    color: white;
    height: 70px;
    line-height: 70px;
    /* margin: 0 10%; */
    width: 100%;}
#productpage  h2{font-size: 36px;}
#productpage .productdesc {padding: 20px 58px;}
/*#productpage .videocontainer {     float: left;width: 100%;/*margin: 0px 10% 50px;*/} */
#productpage .productcontenidostitle {font-weight:bold;text-transform: uppercase; font-size: 21px;line-height: 1.2em;text-align: left;    margin: 20px 0 5px;}
#productpage .productcontenidos {    padding: 0;font-size: 15px;    line-height: 1.2em;    text-align: left;font-weight: 400;}
#productpage .productcontenidos ul,#productpage .productcontenidos ol{list-style: none;}
#productpage .productcontenidos ul li,#productpage .productcontenidos ol li{   color: #51545f; font-size: 15px;line-height: 1.2em;text-align: left;font-weight: 400;font-family: 'Montserrat', sans-serif;}
 
#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;
}
#productpage .section_title
{
	display: inline-block;
	text-align: center;
}
#productpage .section_title .h2
{
	display: inline-block;
}

#productpage .product_details_title p
{
	color: #;
}

/*********************************
13 Breadcrumbs
*********************************/

.breadcrumbs
{
    width: 100%;
    height: 60px;
    /*border-bottom: solid 1px #ebebeb;*/
    margin-bottom: 10px;
				
}
.breadcrumbs ul li
{
	display: inline-block;
	margin-right: 17px;
}
.breadcrumbs ul li.active a
{
	color: #b9b4c7;
}
.breadcrumbs ul li i
{
	margin-left: 17px;
}
.breadcrumbs ul li a
{
	color: #51545f;
}

/*********************************
14. Single Product Section & POST PAGE
*********************************/
.single_product_container {float:left}
.single_product_container {padding-bottom: 80px;background-color: white;float: left;margin: 0 10%;width: 80%;}
.single_product_container  .nombreproductobox{height:80px;width:100%}
.single_product_container h1 {    text-align: center;
    font-size: 40px;
    font-weight: 600;
    color: white;
    height: 80px;
    line-height: 80px;
    margin: 0 10%;
    width: 80%;}
.single_product_container, .posteo_container
{
	
/*	padding-bottom: 80px;*/
	background-color:white;
	/*float:left;*/
}


#productpage .single_product_container .contenido80{    width: 80%;margin: 30px 10% 30px 10%;max-width: 80%;}
#productpage .single_product_container .boxcontenidos {width:48%;margin:1%;background-color: white;border:1px solid #ccc;border-radius:10px;padding: 30px;height: auto;float: left;}
#productpage .single_product_container .boxcontenidos  .form-group div {margin-top: 5px;}
#productpage .single_product_container .boxcontenidos  .form-control {   display: block;    width: 100%;    padding: .375rem .75rem;    font-size: 1rem;    line-height: 1.5;    color: #495057;    background-color: #fff;    background-image: none;    background-clip: padding-box;    border: 1px solid #ced4da;    border-radius: .25rem;    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;font-size: 14px;color: black!important;}
#productpage .single_product_container .boxcontenidos ul li {    font-size: 14px;float: left;width: 50%;padding: 2px 5px;}
#productpage .single_product_container  .boxtitle{ margin: 0;   font-size: 20px;color: black;font-weight: 600;}
.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: 120px;
	margin-bottom: 10px;
	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 #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
{
	height:100px;
	text-align: center;
    margin: 0 auto;
    display: block;
	/*width: 100%;*/
}
.image_col
{
	padding-right: 30px;
}
.single_product_image
{
	width: 100%;
	height: 300px;
	overflow:hidden;
}

.single_product_image_img
{
    overflow: hidden;
    height: auto;
    text-align: center;
    margin: 0 auto;
    display: block;
    width: 100%;
	margin: -50% 0;
}

.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
{
	width: 100%;
}
.product_details_title
{
	font-weight: 500px;
	line-height: 30px;
}
.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: #10c6ba;
	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;
}
.product_price
{
	display: inline-block;
	font-size: 24px;
	color: #10c6ba;
	font-weight: 500;
	line-height: 30px;
	margin-top: 2px;
}
.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;
}
#add-to-cart-button {
    background-color: transparent;
    border: none;
    color: white;
    font-size: 14px;
}
.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 input
{
	font-weight: 500;
	color: #232530;
	border:none;
	width: 60px;
}
.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: 160px;
	margin-left: 19px;
	font-size: 12px !important;
	opacity:1;
	visibility:visible;
} 
#productpage .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;
}

/*********************************
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: #10c6ba;
	border-bottom: solid 1px #10c6ba;
}
.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: #10c6ba;
	border-bottom: solid 1px #10c6ba;
}
.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: #10c6ba;
	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: auto;
	margin-top: 30px;
	margin-bottom: 40px;
}
.owl-carousel .owl-stage-outer {z-index:4000}
/*.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
{
	    width: 25%;

}*/

/*.recomendar  {width: 33.33%!important;}*/

.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: #10c6ba;
    margin-bottom: 20px;
}
#paginaestatica .faq {
    /*margin-top: 150px;*/
    padding-bottom: 80px;
    border-bottom: solid 1px #ebebeb;
}

.p-0{padding: 0}
.m-0{margin: 0}
.float-right{float:right;}
.float-left{float:left;}


/*********************************
24. Sidebar
*********************************/
.posteo_container  ,.faq_container
{
	
    float: left;
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-bottom: 0px;
    max-width: 100%;
    background-color: white;
    
    
}
#productGalleryImage  .owl-item{display:none}
#productGalleryImage  .owl-item.active{display:block}

.product_section_container
{
		
    float: left;
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-bottom: 0px;
    max-width: 100%;
    background-color: white;
    
}
.product_section
{

}
.contenido80 {
    width: 80%;
    margin: 0 10%;
}

.sidebar .showsection{display:none}
.sidebar
{
	float: left;
	width: 200px;
	padding-right: 17px;
}
.sidebar_section
{
	padding-bottom: 35px;
	margin-bottom: 50px;
	border-bottom: solid 1px #ebebeb;
}
.sidebar_title h5
{
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 5px;
}
.sidebar_categories li.active a
{
	color: black;
}
.sidebar_categories li.active:hover a
{
	color: black;
}
.sidebar_categories li a
{
	font-size: 14px;
	line-height: 40px;
	color: #51545f;
}
.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: black;
	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: black;
}
.show_more span:first-child
{
	margin-right: 11px;
					 
}

/*********************************
25. Main Content #categorypage
*********************************/
#categorypage h1 {    text-align: center;
    font-size: 40px;
    font-weight: 600;
    color: white;
    height: 80px;
    line-height: 80px;
    margin: 0 10%;
    width: 80%;}
#categorypage .main_content
{
	float: left;
	z-index:0;
	width: 80%;
    margin: 0 10%;
}



#categorypage .product-grid
{
    width: 100%;
    margin: 20px 0px 10px 0;

}

#categorypage .product-item
{
	padding-right: 15px;
    padding-left: 15px;	
    margin-bottom: 15px;
	float:left;
}
 #categorypage #boxrecomendados {margin-left: 16.5%;margin-right: 16.5%;float:left}
 .product_slider_item.recomendar {float:left;}
 #categorypage #categoria-633 #boxrecomendados {margin-left:0;margin-right:0}
 #categorypage #categoria-630 #boxrecomendados {margin-left:0;margin-right:0}
 
/*********************************
26. Products #categorypage
*********************************/

#categorypage  .products_iso
{
	width: 100%;
}
#categorypage  .section_title
{
	display: inline-block;
	text-align: center;
}
#categorypage  .section_title .h2
{
	display: inline-block;
}


/*********************************
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: black;
	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 {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:#01c6bc;font-size:30px}	
#cartcontent .subtitle{color:black;font-size:17px;width:100%;text-align:center}	
#cartcontent .titulocupon{color:#01c6bc;font-size:14px;margin-top:20px}
#cartcontent #couponcode {float:left;height:30px}
#cartcontent .cuponboton {color:white;background-color:#01c6bc;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: #01c6bc;
	font-size:12px;
}
#cartcontent .iniciarcompra {
    color: white;
    background-color: #01c6bc;
    font-size: 16px;
    border: none;
    border-radius: 4px;
    height: 40px;
    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: 50px;}
#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 #checkoutpaso3EnviarDatosFacturaA {margin-left: 1%;padding: 0px 10px!important;line-height: 30px!important;height: 30px!important;width: auto;}
#Checkout .direccionsucursal .sucursaldireccion,
#Checkout .direccionsucursal .sucursalname  {
    float: left;
    clear: left;
    width: 90%;
    padding-left: 5%;
    margin: 0;
    font-size: 12px;
}
#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 #7dcc7d;
}
#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  .h40 {height: 37px;}
#Checkout input {border: 1px solid black;border-radius: 5px; color:black}
#Checkout input:focus {border: 1px solid #7dcc7d;border-radius: 5px;}

#Checkout select {border: 1px solid black;border-radius: 5px; color:black}
#Checkout select:focus {border: 1px solid #7dcc7d;border-radius: 5px;}
#Checkout .shippingmethoddiv{float:left}

#Checkout .labelenvio{float:left;cursor: pointer;}
#Checkout .labelenvio:hover{opacity:0.8;transform:scale(1.03);}


#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: #01c6bc;}
#Checkout .titleSection{     text-transform: none;font-size: 16px;color: black;line-height: 2em;height: auto;padding: 0;margin: 10px 0px;}
#Checkout .titleSection3Pasos{margin-botton: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:0.8;transform:scale(1.05);}
#Checkout .vtLoginButton{	color: white;    background-color: #01c6bc;    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%;
    margin-top: 10%;}


#Checkout .BigButton:hover{opacity:0.8;transform:scale(1.05);}
#Checkout .BigButton{	cursor:pointer;color: white;    background-color: #01c6bc;    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: #01c6bc;    font-size: 16px;    border: none;    border-radius: 4px;    height: 40px;    text-align: center;    line-height: 40px;}

#Checkout .checkoutvtype .pasoapagado .modificar:hover {color:#01c6bc}
#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;}

#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: 33%;
    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 0;
    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 .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:300px }
#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%}


/*********************************
31 banner del medio
*********************************/
.boxinscripcionabierta1{    
	background-color: #f73902;
    position: absolute;
    bottom: 230px;
    border-radius: 15px;
    height: 145px;
    width: 380px;
    box-shadow: 0 0 25px rgba(63, 78, 100, 0.15);
    left: 240px;
    color: white;
    text-align: center;
    font-size: 40px;
    line-height: 50px;
    padding: 20px 40px;
    text-transform: uppercase;
    font-weight: 600;
} 
.boxinscripcionabierta2{    
	
    position: absolute;
    bottom: 80px;
    border-radius: 15px;
    height: 145px;
    width: 380px;
    left: 240px;
    color: white;
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    padding: 20px 40px;
    font-weight: 400;

}  
#middlebanner .extra{display:none}
#middlebanner div:hover .extra{
	font-size:10px;
    display: block;
    position: absolute;
    color: white;
    width: 100%;
    
    z-index: 10000;
}

#middlebanner {
    padding-right: 10%;
    padding-left: 10%;
    padding-bottom: 80px;
    padding-top: 80px;	
	margin-left:0;
	margin-right:0;
	background: rgba(64,161,214,1);
	background: -moz-linear-gradient(top, rgba(64,161,214,1) 0%, rgba(30,113,179,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(64,161,214,1)), color-stop(100%, rgba(30,113,179,1)));
	background: -webkit-linear-gradient(top, rgba(64,161,214,1) 0%, rgba(30,113,179,1) 100%);
	background: -o-linear-gradient(top, rgba(64,161,214,1) 0%, rgba(30,113,179,1) 100%);
	background: -ms-linear-gradient(top, rgba(64,161,214,1) 0%, rgba(30,113,179,1) 100%);
	background: linear-gradient(to bottom, rgba(64,161,214,1) 0%, rgba(30,113,179,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40a1d6', endColorstr='#1e71b3', GradientType=0 );
}
#middlebanner  .texto{    color: white;    text-align: center;    font-size: 16px;    padding-left: 20%;    padding-right: 20%;line-height: 1.2em;}
#middlebanner div {transition: all .2s ease-in-out;width:20%}
#middlebanner div:hover{transform:scale(1.15);}
#middlebanner div img{max-width:80%-margin-bottom:10px;}



/*********************************
32 box de instagram
*********************************/

#instagrambox {margin-left:20%;margin-right:20%;margin-bottom:30px;margin-top:30px}
#instagrambox p{color:#383838;     font-weight: 600;
    font-size: 40px;   text-align: center;}


/*********************************
33 best_sellers
*********************************/
#best_sellers {margin: 0% 10%;background-color:white}
.best_sellers {margin: 0% 10%;background-color:white;float:left;    width: 80%;}
/*********************************
33 CategoriasDestacadas
*********************************/
#menucategorias {
width: 90%;
    background-color: white;
    margin-top: 100px;
    overflow: hidden;
    padding: 0;
    margin-left: 5%;
    margin-right: 5%;
    text-align: center;
    display: block;

}
#menucategorias div { width:100px;display:inline-block; text-align: center;padding: 28px 0px}
/*#menucategorias div {transition: all .2s ease-in-out; height:auto;	display: -webkit-box;
	display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;flex-direction: column;justify-content: center;align-items: center;background-repeat: no-repeat;background-size: cover;background-position: center center;float: none;    text-align: center;padding: 28px 0px}*/
#menucategorias div a{padding: 0;margin: 0;width:100px}
#menucategorias img {    transition: all .2s ease-in-out;width: 70px;max-width: 70px;padding: 0;margin: 0;}
#menucategorias div:hover {transform:scale(1.15);}	
#menucategorias span {     font-weight: 600;   color: #363636;    text-align: center;    width: 100%;    float: left;font-size:10px}

/*********************************
33 OWL
*********************************/

.owl-theme .owl-nav {background-color:white;}
.owl-theme .owl-nav  {
    position: relative;
    width: 100%;
    height: 70px;
    z-index: 2;
    cursor: pointer;
	background:transparent;
	   cursor: pointer;
	    border-radius: 0;
	bottom: 140px;		
}

.owl-theme .owl-nav [class*='owl-'] {
	    position: absolute;
    z-index: 2;
    cursor: pointer;

	background:transparent;
	   cursor: pointer;
	    border-radius: 0;
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    color: black;
    font-size: 40px;
}

.owl-prev  {
    left: -60px;
}

.owl-next {
    right: -60px;;
}

.best_sellers .product_slider_container {
    margin-bottom: 0px; 
}

/*********************************
33 categories
*********************************/
.btn.cat-{
    background-color: black!important;
    background-image: none;
}

/*.cat- {background-image: linear-gradient(cyan, magenta);} */
.cat-622 {background-color: #f59e19;} /*cosme */
.cat-623 {background-color: #b41a6c;} /* depi*/
.cat-640 {background-color: #a480cf;} /* depi*/
.cat-624 {background-color: #e37a7d;} /*este */
.cat-625 {background-color: #e5112d;} /* mani*/
.cat-626 {background-color: #eb5e26;} /* maqui*/
.cat-627 {background-color: #e6106b;} /* maso*/

.cat-628 {background-color: #41287a;} /* podo*/
.cat-629 {background-color: #90a624;} /* tec*/
.cat-638 {background-color: #a480cf;} /* tec*/

.cat-633 {background-color: #08324d;} /*barberia*/
.cat-632,.cat-634,.cat-635,.cat-631, .cat-630 {background-color: #2da8e0;} /*peluqeuria*/

#productpage p.productcontenidostitle.txt-622 {color: #f59e19!important;} /*cosme */
#productpage p.productcontenidostitle.txt-623 {color: #b41a6c} /* depi*/
#productpage p.productcontenidostitle.txt-624 {color: #e37a7d} /*este */
#productpage p.productcontenidostitle.txt-625 {color: #e5112d} /* mani*/
#productpage p.productcontenidostitle.txt-626 {color: #eb5e26} /* maqui*/
#productpage p.productcontenidostitle.txt-627 {color: #e6106b} /* maso*/
#productpage p.productcontenidostitle.txt-638 {color: #a480cf} /* maso*/

#productpage p.productcontenidostitle.txt-628 {color: #41287a} /* podo*/
#productpage p.productcontenidostitle.txt-629 {color: #90a624} /* tec*/

#productpage p.productcontenidostitle.txt-633 {color: #08324d;} /*barberia*/
#productpage p.productcontenidostitle.txt-632,#productpage p.productcontenidostitle.txt-634,#productpage p.productcontenidostitle.txt-635,#productpage p.productcontenidostitle.txt-631, #productpage p.productcontenidostitle.txt-630 {color: #2da8e0!important;margin:10px 0 0px 0} /*peluqeuria*/


#featuredthings {padding: 20px;}
#featuredthings img {height:35px;margin-bottom:17px;margin-top:10px}
#featuredthings div  {    width: auto;display: inline-block;}
#featuredthings div span {color:white; width:100%;float:left; text-transform:capitalize}

/*********************************
34 contacto
*********************************/

.formcontactomensaje {text-align: center;
    font-weight: 800;
    font-size: 20px;}
.formcontacto{
    height: 500px;
    float: right;
    width: 425px;
    padding: 0px 77px 0 60px;
	background: url(/templates/acp/images/formulario.png);
}
.formcontacto .fondo
{
	    position: absolute;
		    right: 0;
}
.formcontacto  select.form-control {height: auto!important;font-size: 12px !important;font-weight: 500;color: #777777 !important;}


.formcontacto #singlebutton{
	
    width: 150px;
    border-radius: 15px;
    margin-top: 50px;
    font-weight: 600;
	color:white;
	cursor:pointer;
}
.formcontacto .form-group {margin-bottom:5px}
.formcontacto label {margin:0}
.formcontacto .form-control {
    color: #db5246;
    display: block;
    width: 100%;
    padding: .275rem .75rem;
    font-size: 15px;
    line-height: 1em;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin-bottom: 0px;
}


/*********************************
35 mapa
*********************************/
#map_container {
    float: left;
    width: 100%;
}
#map {
    width: 100%;
    min-height: 350px;
    margin-bottom: 50px;
    float: left;
}

#mapinfo {
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;	
	position: absolute;
    z-index: 200;
    background-color: white;
    padding: 10px 20px;
    right: 0;
	display:none;
	width: 300px;
}
#mapinfo .dir {    font-size: 11px;}
#mapinfo .tel {    font-size: 10px;}
#mapinfo .wht {    font-size: 10px;}
#mapinfo .fac {    font-size: 10px;}

#mapinfo .com {    font-size: 11px;}

#mapinfo span {float:left;width:100%}
#mapinfo span a{color:black}


#listadosucursales  a {    background-repeat: no-repeat;
		margin: 7px 0;
		-moz-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
		float: left;
		clear: left;    
		line-height: 1;
		cursor: pointer;
		font-size: 12px;
		
		
}
#listadosucursales  a:hover{transform:scale(1.05)} 
.productdesc .dir a,#listadosucursales .dir a {   color: #009688;}
.productdesc .tel a,#listadosucursales .tel a{    }
.productdesc .wht a,#listadosucursales .wht a {   color: #4cc561}
.productdesc .fac a,#listadosucursales .fac a {   color: #3B5998     }
.productdesc .ins a,#listadosucursales .ins a {   color: #DE1b85     }

.productdesc .com a,#listadosucursales .com  a{}
.productdesc .nombre ,#listadosucursales .nombre {    font-size: 20px;    margin: 0px;    letter-spacing: 1px;    float: left;    clear: left;    line-height: 1;    color: #FFF;    text-transform: none;    font-weight: 600;}
.productdesc .nombre a,#listadosucursales .nombre a {    font-size: 21px; }

#listadosucursales span {float:left;width:100%}
#listadosucursales span a{color:black;font-size:14px;line-height:1.3em}



#sucursalpage h1{
text-align: center;
    font-size: 28px;
    font-weight: 600;
    color: white;
    height: 70px;
    line-height: 70px;
    background-color: black;
    width: 100%;}
#sucursalpage  h2{font-size: 36px;}
#sucursalpage .productdesc {padding: 20px 58px;}
#sucursalpage .productdesc  span{float:left;width:100%; line-height:2em;font-size:16px}
#sucursalpage #productdetails .row {margin-bottom:0}
/*#productpage .videocontainer {     float: left;width: 100%;/*margin: 0px 10% 50px;*/} */
#sucursalpage .productcontenidostitle {font-weight:bold;text-transform: uppercase; font-size: 21px;line-height: 1.2em;text-align: left;    margin: 20px 0 5px;}
#sucursalpage .productcontenidos {    padding: 0;font-size: 15px;    line-height: 1.2em;    text-align: left;font-weight: 400;}
#sucursalpage .productcontenidos ul,#productpage .productcontenidos ol{list-style: none;}
#sucursalpage .productcontenidos ul li,#productpage .productcontenidos ol li{    font-size: 15px;line-height: 1.2em;text-align: left;font-weight: 400;font-family: 'Montserrat', sans-serif;}

#headersucursales #searchsucursales:hover{opacity:0.8 } 
#headersucursales #searchsucursales{
	
	text-align:center;
	display: block;
	width: 100px;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #ebebeb;
	background-color: #111;
	background-image: none;
	background-clip: padding-box;
	border: 1px solid #111;
	border-radius: .25rem;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	margin-bottom: 20px;
	position: absolute;
	right: 0;
	top: 0px;
	cursor:pointer;
}



/*PREINSCRIPCION*/
.modal-dialog {
    max-width: 700px;    
}
.modal { top:100px}
/*#preinscripcionContainer {
    max-width: 100%;
    background-size: auto 100%;
    background-position: left top;
    background-image: url(images/fondo-inscripcion.png);
    background-repeat: no-repeat;
    border-radius: 20px 20px;
    float: left;
    background-color: white;
    position: fixed;
    top: 10%;
    width: 640px;
    height: 440px;
    margin: 5% auto;
    left: 0;
    right: 0;
    z-index: 100000000000000002;
} 
*/
.modal-content {    background-size: auto 100%;    background-position: left top;    background-image: url(../images/fondo-inscripcion.png);    background-repeat: no-repeat;    border-radius: 20px 20px;   padding-left: 15px;}
.modal-header {padding-bottom: 0;}
.productcontenidostitle {font-size: 20px;color: black;margin: 0;}
#preinscripcionContainer #singlebutton {    text-transform: uppercase;background-color: #f73902!important;border-radius: 15px;color: white;margin-top: 20px;float: right;width: 300px;}
#preinscripcionContainer  select {    font-size: 12px;}
#preinscripcionContainer label {color: black;}
#preinscripcionContainer #paso2{display:none}
#preinscripcionContainer .titulo {float:left;font-size:30px;font-weight:600}
#preinscripcionContainer .subtitulo{width: 100%;float: left;text-align: left;font-size: 16px;font-weight: 400;}
#preinscripcionContainer .inputtext{    background-color: #ededed;height: 36px;width: 100%;border: none;border-radius: 7px;}
#preinscripcionContainer .inputselect{    background-color: #ededed;height: 36px;width: 100%;border: none;border-radius: 7px;}
#preinscripcionContainer .radioinscripcion {display:none}
#preinscripcionContainer .checkboxinscripcion {display:none}

#preinscripcionContainer .disponibilidad {     color:#6e7479;  background-color: #ededed;height: 30px;width: auto;font-size: 14px;padding: 9px;border-radius: 5px;}
#preinscripcionContainer .enviar { cursor: pointer;   border: none; background-color: #ff3900;    font-size: 27px;    color: white;    float: right;    font-weight: 400;    padding: 5px 28px;border-radius: 10px;}
#preinscripcionContainer .enviar:hover {opacity:0.8}
#preinscripcionContainer  #cerrarpopup{cursor:pointer;position: absolute;right: 40px;font-size: 14px;top: 15px;}
#preinscripcionContainer  .label {float:left;margin-right:5px}
#preinscripcionContainer  input[type="radio"]:checked+span{ background-color: black; color:white}  
#preinscripcionContainer  input[type="checkbox"]:checked+span{ background-color: black; color:white}  
#preinscripcionContainer #paso2 {padding:120px 30px 0px 30px}
#preinscripcionContainer #gracias{font-size: 32px;width: 100%;float: left;font-weight: 600;}
#preinscripcionContainer #mensaje{font-size:20px;width:100%;float:left;margin-top:30px}

.apertura_image img {height: auto;border-radius: 15px;width: auto;transition: all .2s ease-in-out;max-width: 100%;}

.apertura_consulta {
	background: black;
    padding: 5px 10px;
    width: auto;
    border-radius: 15px;
    font-weight: 600;
    color: white;
    cursor: pointer;
    text-align: center;
    width: 120px;
    margin: 20px auto;
	display: block;
	border:1px solid black;
}

.apertura_consulta:hover {background-color:white; color:black}

.graciascontent{    font-size: 16px;
    text-align: center;
    margin-bottom: 120px!important}