/* 
--------------------------------
MR.FIX FRAMEWORK
--------------------------------
Verde 1    #6FC729
Verde 2    #9CCC65
Morado 1   #8e44ad
Morado 2   #5e35b1
Azul       #29b6f6
Rojo       #EF5350
--------------------------------
- BREAKPOINTS
- BOOTSTRAP OVERRIDE
- TOOLS 
------------------ BANNER (m_b_)
- BANNER
- COMPONENTES
- DETAIL-FULL
- DETAIL-ICONS
- DETAIL-SIDES
- MAIN
- MARKETING
- PRESUPUESTO
- SECTION
------------ CONFIGURADOR (m_c_)
- COMPONENT-DETAIL
- FOOTER
- GRID-SUMMARY
- GRID-VISUAL
- GRID-NO-VISUAL
- HEADER
- LAYOUT
- SUMMARY
- TABS
- TECNOLOGY
- TECNOLOGY-HEADER
----------------- GENERAL (m_g_)
- BUTTON
- FORM
- ITEM
- MODAL
- RADIUS
- SIDENAV
------------------ TIENDA (m_t_)
- CART
- CART-RELATED
- CART-SUMMARY
- CHECKOUT-FORM
- CHECKOUT-HEADER
- CHECKOUT-STEPS
- CHECKOUT-SUMMARY
- CONFIGURATIONS
- DETAIL
- FILTER
- GALLERY
- GRID
- USER
------------------WEBSITE (m_w_)
- CAROUSEL
- FOOTER
- HEADER
- LOGIN
- MAP
- MENU-DROP
- MENU-MOBILE
- REGISTER
- SECTION
- SERIES
- SUMMARY
- TOP
--------------------------------
José María Sánchez Escoto
--------------------------------
*/

/* ---------------------------------------------------------- BREAKPOINTS */

/* XL Large desktops - No media query No upper bound*/

/* Lg Desktops */
@media (max-width: 1499.98px) {}

/* Md Tablets*/
@media (max-width: 1099.98px) {}

/* SM landscape phones */
@media (max-width: 767.98px) {}

/* XS Portrait phones */
@media (max-width: 575.98px) {}

/* --------------------------------------------------- BOOTSTRAP OVERRIDE */

body {
	background:#232323;
	color:#FAFAFA;
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
}

a,
a:link,
a:active,
a:focus,
a:hover,
a:visited {
	outline:none;
	text-decoration:none;
}

input,
input:focus,
input:hover,
input:active {
	outline:none;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
*:focus {
    outline:none;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

.pagination {
   justify-content: center;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }


  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }m_w_footer
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem);
	  background-color: black;
    }

	.m_loading {
		z-index: 99999 !important;
		background-color: #000000; /* Fondo negro */
		position: fixed;
		margin-left: -300px;
		margin-top: -100px;
		border: 1px solid #8e44ad; 
		color: white; 
		border-radius: 10px; 
	}


  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem); }

  .modal-sm {
    max-width: 300px; } }
@media (min-width: 1100px) {
  .modal-lg,
  .modal-xl {
    max-width: 1100px; } }
@media (min-width: 1500px) {
  .modal-xl {
    max-width: 1140px; } }

/* Md Tablets*/
@media (max-width: 1099.98px) {
	.modal-xl {
    max-width: 600px; } 
}

/* ---------------------------------------------------------------- TOOLS */

body.m_tools_body {
	background:#121212;
	color:#FAFAFA;
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
}

.m_tools_header {
	background-color: #000000;
	padding: 30px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 20px;
}

.m_tools_title {
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 1px;
	margin-top: 30px;
}

.m_tools_subtitle {
	font-weight: bold;
	font-size: 16px;
	margin: 20px 0 10px 0;
}

.m_tools_option,
.m_tools_option:link,
.m_tools_option:visited {
	color: #FAFAFA;
	display: block;
	padding: 2px 0 2px 0;
}
.m_tools_option:active,
.m_tools_option:focus,
.m_tools_option:hover {
	color: #000000;
	text-decoration: underline;
}

.m_tools_block {
	background: #1E1E1E;
	padding: 0 30px 30px 30px;
	margin-bottom: 30px;
	margin-top: 30px;
}

.m_tools_nota {
	background: #000000;
	padding: 10px;
	color: #121212;
	margin-top: 10px;
	border-radius: 5px;
	width: 75%;
}

/* --------------------------------------------------------------- BANNER */

.m_b_title {
	font-size: 35px;
	line-height: 40px;
	color: #121212;
	font-weight:bold;
	letter-spacing: 1px;
	text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
}

.m_b_subtitle {
	font-size: 30px;
	color: #121212;
	letter-spacing: 1px;
	text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
}

/* Lg Desktops */
@media (max-width: 1499.98px) {

.m_b_title {
	font-size: 28px;
	line-height: 35px;
	margin-bottom: 15px;
}

.m_b_subtitle {
	font-size: 23px;
	margin-bottom: 15px;
}

}

/* SM landscape phones */
@media (max-width: 767.98px) {

.m_b_title {
	font-size: 25px;
	line-height: 30px;
	margin-bottom: 10px;
}

.m_b_subtitle {
	font-size: 21px;
	margin-bottom: 5px;
}

}

/* -------------------------------------------------- BANNER: COMPONENTES */

.m_b_componentes {
	background: #29b6f6;
	background-size: cover;
	background-position: center;
	height: 400px;
	padding-top: 70px;
}

.m_b_componentes_case {
	background-image:url(../img/banners/componentes_case.jpg)}
.m_b_componentes_disco {
	background-image:url(../img/banners/componentes_ssd.jpg)}
.m_b_componentes_fuente {
	background-image:url(../img/banners/componentes_fuente.jpg)}
.m_b_componentes_madre {
	background-image:url(../img/banners/componentes_madre.jpg)}
.m_b_componentes_perifericos {
	background-image:url(../img/banners/componentes_perifericos.jpg)}
.m_b_componentes_procesador {
	background-image:url(../img/banners/componentes_procesador.jpg)}
.m_b_componentes_ram {
	background-image:url(../img/banners/componentes_ram.jpg)}
.m_b_componentes_video {
	background-image:url(../img/banners/componentes_video.jpg);
}

.m_b_componentes_block {
	height: 50px;
	border-radius: 6px;
	background: #121212;
}

.m_b_componentes_block-fixed-1 {
	position: fixed;
	z-index: 999;
	width: 100%;
	display: none;
}

.m_b_componentes_block-fixed-2 {
	height: 51px;
	border-radius: 6px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background: #121212;
	border: 1px solid #CCCCCC;
	border-top:0;
}

.m_b_componentes_left,
.m_b_componentes_left:link,
.m_b_componentes_left:visited {
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	text-align: center;
	background: #121212;
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px;
	color: #666666;
}
.m_b_componentes_left:active,
.m_b_componentes_left:focus,
.m_b_componentes_left:hover {
	background: #1E1E1E;
	color: #FAFAFA;
}

.m_b_componentes_right,
.m_b_componentes_right:link,
.m_b_componentes_right:visited {
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	text-align: center;
	background: #121212;
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px;
	color: #666666;
}
.m_b_componentes_right:active,
.m_b_componentes_right:focus,
.m_b_componentes_right:hover {
	background: #1E1E1E;
	color: #FAFAFA;
}

.m_b_componentes_option,
.m_b_componentes_option:link,
.m_b_componentes_option:visited {
	background: #121212;
	height: 50px;
	line-height: 50px;
	display: block;
	text-align: center;
	font-size: 16px;
	flex:1;
	color: #999999;
}
.m_b_componentes_option:active,
.m_b_componentes_option:focus,
.m_b_componentes_option:hover {
	background: #1E1E1E;
	color: #FAFAFA;
}

.m_b_componentes_selected,
.m_b_componentes_selected:link,
.m_b_componentes_selected:visited {
	background: #6FC729;
	color: #121212;
	font-weight: bold;
	position: relative;
}

.m_b_componentes_option-marker {
	width: 100%;
	background-color: rgba(255, 255, 255, 0.25);
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #FAFAFA;
	font-style: italic;
	text-align: center;
	position:absolute;
	top: -40px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	font-weight: normal;
}

.m_b_componentes_info {
	padding: 55px 0 0 0;
}

.m_b_componentes_title {
	color: #FAFAFA;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 15px;
	letter-spacing: 1px;
}

.m_b_componentes_text {
	color: #fafafa;
	font-size: 16px;
	font-style: italic;
}

.m_b_componentes_highlight {
	color: #FAFAFA;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}

/* Lg Desktops */
@media (max-width: 1499.98px) {
	
.m_b_componentes {
	height: 340px;
}

.m_b_componentes_info {
	padding: 30px 0 0 0;
}

.m_b_componentes_title {
	font-size: 22px;
	margin-bottom: 10px;
}

.m_b_componentes_text {
	font-size: 15px;
}
	
.m_b_componentes_highlight {
	font-size: 17px;
}

}

/* Md Tablets*/
@media (max-width: 1099.98px) {

.m_b_componentes_option,
.m_b_componentes_option:link,
.m_b_componentes_option:visited {
	font-size: 16px;
}

.m_b_componentes_option-marker {
	font-size: 16px;
}
	
.m_b_componentes_title {
	font-size: 22px;
}

.m_b_componentes_text {
	font-size: 15px;
}

.m_b_componentes_highlight {
	font-size: 17px;
}

}

/* SM landscape phones */
@media (max-width: 767.98px) {

.m_b_componentes {
	height: 375px;
	background-position: bottom;
}
	
.m_b_componentes_case {
	background-image:url(../img/banners/componentes_case-movil.jpg)}
.m_b_componentes_disco {
	background-image:url(../img/banners/componentes_ssd-movil.jpg)}
.m_b_componentes_fuente {
	background-image:url(../img/banners/componentes_fuente-movil.jpg)}
.m_b_componentes_madre {
	background-image:url(../img/banners/componentes_madre-movil.jpg)}
.m_b_componentes_perifericos {
	background-image:url(../img/banners/componentes_perifericos-movil.jpg)}
.m_b_componentes_procesador {
	background-image:url(../img/banners/componentes_procesador-movil.jpg)}
.m_b_componentes_ram {
	background-image:url(../img/banners/componentes_ram-movil.jpg)}
.m_b_componentes_video {
	background-image:url(../img/banners/componentes_video-movil.jpg)}
	
.m_b_componentes_info {
	padding: 30px 0 30px 0;
}

}

/* -------------------------------------------------- BANNER: DETAIL-FULL */

.m_b_detail-full {
	height: 700px;
	background-size: cover;
	background-position: top;
}

.m_b_detail-full_back_tarjeta {
	background-image: url(../img/banners/detail_full_video.jpg)}

.m_b_detail-full_half {
	width: 50%;
	float: left;
	height: 700px;
}

.m_b_detail-full_block {
	width: 80%;
	height: 100%;
	padding: 90px;
	background: rgba(0, 0, 0, 0.75);
	color: #121212;
}

.m_b_detail-full_image {
	width: 60%;
	margin-left: 20%;
	margin-right: 20%;
	margin-bottom: 60px;
}

.m_b_detail-full_title {
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 1px;
}

.m_b_detail-full_text {
	font-size: 16px;
	margin-bottom: 30px;
}

/* Md Tablets*/
@media (max-width: 1099.98px) {

.m_b_detail-full_block {
	width: 100%;
	height: 100%;
	padding: 30px;
	background: rgba(0, 0, 0, 0.75);
	color: #121212;
}

}

/* SM landscape phones */
@media (max-width: 767.98px) {

.m_b_detail-full {
	height: 700px;
	padding-top: 150px;
}
	
.m_b_detail-full_half {
	width: 100%;
	float:none;
	height: auto;
}

.m_b_detail-full_block {
	width: 100%;
	height:auto;
	padding: 30px;
	background: rgba(0, 0, 0, 0.75);
	border-radius: 6px;
}

.m_b_detail-full_image {
	width: 40%;
	margin-left: 30%;
	margin-right: 30%;
	margin-bottom: 50px;
	margin-top: 30px;
}

.m_b_detail-full_title {
	font-size: 20px;
}

.m_b_detail-full_text {
	font-size: 14px;
	margin-bottom: 15px;
}

}

/* ------------------------------------------------- BANNER: DETAIL-ICONS */

.m_b_detail-icons {
	background: #121212;
	padding: 40px 0 100px 0;
	text-align: center;
}

.m_b_detail-icons_icon {
	width: 50%;
	margin-left: 25%;
	margin-right: 25%;
	margin-bottom: -20px;
}

.m_b_detail-icons_title {
	text-align: center;
	font-size: 25px;
	line-height: 25px;
	font-weight: bold;
	margin-bottom: 10px;
}

.m_b_detail-icons_text {
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	font-size: 16px;
}

/* Md Tablets*/
@media (max-width: 1099.98px) {

.m_b_detail-icons_icon {
	width: 70%;
	margin-left: 15%;
	margin-right: 15%;
	margin-bottom: -10px;
}

}

/* SM landscape phones */
@media (max-width: 767.98px) {

.m_b_detail-icons {
	padding: 30px 0 30px 0;
}
	
.m_b_detail-icons_icon {
	width: 70%;
	margin-left: 15%;
	margin-right: 15%;
	margin-bottom: -30px;
}

.m_b_detail-icons_title {
	font-size: 20px;
	margin-top: 0;
}

.m_b_detail-icons_text {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	font-size: 14px;
	margin-bottom: 30px;
}

}

/* ------------------------------------------------- BANNER: DETAIL-SIDES */

.m_b_detail-sides {
	width: 100%;
	background: #2A2A2A;
}

.m_b_detail-sides_text {
	float: left;
	width: 50%;
	height: 375px;
}

.m_b_detail-sides_image {
	float: left;
	width: 50%;
	height: 375px;
}

.m_b_detail-sides_left {
	width: 505px;
	margin-right: 200px;
	float: right;
	padding: 80px 0 0 0;
	height: 375px;
}

.m_b_detail-sides_right {
	width: 505px;
	margin-left: 200px;
	padding: 80px 0 0 0;
	height: 375px;
}

.m_b_detail-sides_component {
	background-size:cover;
}

.m_b_detail-sides_procesador {
	background-image:url(../img/banners/detail_derecha_procesador.jpg);
	background-position: left;
}
.m_b_detail-sides_videocard {
	background-image: url(../img/banners/detail_izquierda_ram.jpg);
	background-position: right;
}

.m_b_detail-sides_title {
	font-size: 25px;
	font-weight: bold;
	width: 100%;
}

.m_b_detail-sides_info {
	font-size: 16px;
	margin-bottom: 30px;
	width: 100%;
}

/* Lg Desktops */
@media (max-width: 1499.98px) {

.m_b_detail-sides_left {
	margin-right: 85px;
}
	
.m_b_detail-sides_right {
	margin-left: 110px;
}

}

/* Md Tablets*/
@media (max-width: 1099.98px) {
	
.m_b_detail-sides_left {
	width: 100%;
	margin-right: 0;
	float: right;
	padding: 30px;
}
	
.m_b_detail-sides_right {
	width: 100%;
	margin-left: 0;
	padding: 30px;
	height: 375px;
}

}

/* SM landscape phones */
@media (max-width: 767.98px) {

.m_b_detail-sides {
	padding-bottom: 1px;
}
	
.m_b_detail-sides_text {
	float:none;
	width: 100%;
	height:auto;
}

.m_b_detail-sides_image {
	float:none;
	width: 100%;
	height: 250px;
}
	
.m_b_detail-sides_left {
	width: 100%;
	margin-right: 0;
	float:none;
	padding: 15px;
	height: auto;
}
	
.m_b_detail-sides_right {
	width: 100%;
	margin-left: 0;
	padding: 15px;
	height: auto;
}
	
.m_b_detail-sides_title {
	font-size: 20px;
}

.m_b_detail-sides_info {
	font-size: 14px;
	margin-bottom: 15px;
}

}

/* --------------------------------------------------------- BANNER: MAIN */

.m_banner_marketing {
	width: 100%;
	height: 1000px;
	overflow: hidden;
	text-align: center;
	position: relative;
	vertical-align: middle;
	background-position: center;
	background-size: cover;
}

.m_banner_marketing_ejemplo-a {
	background-image: url(../img/banners/marketing_ejemplo-a.jpg);
}
.m_banner_marketing_ejemplo-b {
	background-image: url(../img/banners/marketing_ejemplo-b.jpg);
}

.m_banner_marketing img {
	width: 100%;
	vertical-align: middle;
	display: inline-block;
}

.m_b_marketing_fix {
	display: inline-block;
	vertical-align: middle;
	width: 0;
}

/* Lg Desktops */
@media (max-width: 1499.98px) {

.m_banner_marketing {
	height: 700px;
	padding-top: 40px;
}

}

/* Md Tablets*/
@media (max-width: 1099.98px) {

.m_banner_marketing_ejemplo-a {
	background-image: url(../img/banners/marketing_ejemplo-a-movil.jpg);
}
.m_banner_marketing_ejemplo-b {
	background-image: url(../img/banners/marketing_ejemplo-b-movil.jpg);
}

}

/* SM landscape phones */
@media (max-width: 767.98px) {

.m_banner_marketing {
	height: 375px;
	padding-top: 30px;
	text-align: center;
}

}

/* --------------------------------------------------------- BANNER: MAIN */

.m_banner_main {
	width: 100%;
	height: 1000px;
	background-size: cover;
	background-position: center;
	padding-top: 80px;
}

.m_banner_main-a-gaming {
	background-image:url(../img/banners/mercado-a_gaming.jpg)}
.m_banner_main-p-gaming {
	background-image:url(../img/banners/mercado-p_gaming.jpg)}
.m_banner_main-a-profesional {
	background-image:url(../img/banners/mercado-a_profesional.jpg)}
.m_banner_main-p-profesional {
	background-image:url(../img/banners/mercado-p_profesional.jpg)}
.m_banner_main-a-hogar {
	background-image:url(../img/banners/mercado-a_hogar.jpg)}
.m_banner_main-p-hogar {
	background-image:url(../img/banners/mercado-p_hogar.jpg)}

.m_b_main-button,
.m_b_main-button:link,
.m_b_main-button:visited {
	width: 100%;
	height: 80px;
	vertical-align: top;
	padding: 18px 25px 0 25px;
	float: left;
	color: #121212;
	margin-top: 20px;
	display: block;
	border-radius: 6px;
	background-color: #6FC729;
	font-weight: bold;
}
.m_b_main-button:active
.m_b_main-button:focus,
.m_b_main-button:hover {
	background-color:#9CCC65;
}

.m_b_main-button-title {
	color: #121212;
	font-size: 22px;
	line-height: 25px;
	font-weight: bold;
	letter-spacing: 1px;
}

.m_b_main-button-text {
	font-size: 18px;
	line-height: 20px;
	font-style: italic;
	letter-spacing: 1px;
	font-weight: normal;
}

/* Lg Desktops */
@media (max-width: 1499.98px) {

.m_banner_main {
	height: 700px;
	padding-top: 40px;
}
	
.m_b_main-button-title {
	font-size: 20px;
	line-height: 25px;
	letter-spacing: 1px;
}

.m_b_main-button-text {
	font-size: 15px;
	line-height: 18px;
	letter-spacing: 0;
}

}

/* SM landscape phones */
@media (max-width: 767.98px) {

.m_banner_main {
	height: 650px;
	padding-top: 30px;
	text-align: center;
}

.m_banner_main-p-gaming {
	background-image:url(../img/banners/mercado-p_gaming-movil.jpg)}
.m_banner_main-p-profesional {
	background-image:url(../img/banners/mercado-p_profesional-movil.jpg)}
.m_banner_main-p-hogar {
	background-image:url(../img/banners/mercado-p_hogar-movil.jpg)}

}

/* -------------------------------------------------- BANNER: PRESUPUESTO */

.m_b_presupuesto {
	width: 100%;
	height: 600px;
	background-image:url(../img/banners/presupuesto.jpg);
	background-size: cover;
	background-position: center;
	padding-top: 80px;
}

.m_b_presupuesto_select {
	width: 100%;
	height: 40px;
	background: #121212;
	margin-bottom: 30px;
	font-size: 18px;
	letter-spacing: 1px;
	color: #FAFAFA;
	font-style: italic;
	border: 0;
}

.m_b_presupuesto_button,
.m_b_presupuesto_button:link,
.m_b_presupuesto_button:visited {
	display: block;
	border-radius: 6px;
	background-color: #6FC729;
	color: #121212;
	font-weight: bold;
	width: 100%;
	height: 60px;
	text-align: center;
	line-height: 60px;
	margin-left: auto;
	margin-right: auto;
	font-size: 22px;
	letter-spacing: 1px;
}
.m_b_presupuesto_button:active,
.m_b_presupuesto_button:focus,
.m_b_presupuesto_button:hover {
	background-color:#9CCC65;
}

/* SM landscape phones */
@media (max-width: 767.98px) {

.m_b_presupuesto {
	height: 600px;
	padding-top: 40px;
	text-align: center;
}

}

/* ------------------------------------------------------ BANNER: SECTION */

.m_b_section {
	width: 100%;
	height: 400px;
	background-size: cover;
	background-position: center;
	position: relative;
}

.m_b_section_nosotros {
	background-image:url(../img/banners/secciones_nosotros.jpg)}
.m_b_section_productos {
	background-image:url(../img/banners/secciones_productos.jpg)}
.m_b_section_servicios {
	background-image:url(../img/banners/secciones_servicios.jpg)}
.m_b_section_contacto {
	background-image:url(../img/banners/secciones_contacto.jpg)}

.m_b_section_position-1 {
	height: 400px;
	position: relative;
}

.m_b_section_position-2 {
	width: 100%;
	padding: 30px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	color: #121212;
	background: rgba(0, 0, 0, 0.5);
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.m_b_section_title {
	font-weight: bold;
	font-size: 35px;
	line-height: 35px;
	margin-bottom: 5px;
	letter-spacing: 1px;
}

.m_b_section_subtitle {
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 1px;
	font-style: italic;
}

/* Lg Desktops */
@media (max-width: 1499.98px) {
	
.m_b_section_title {
	font-size: 28px;
	line-height: 28px;
}

.m_b_section_subtitle {
	font-size: 16px;
	line-height: 16px;
}
	
}

/* SM landscape phones */
@media (max-width: 767.98px) {

.m_b_section_position-2 {
	padding: 20px;
}
	
.m_b_section_title {
	font-size: 25px;
	line-height: 25px;
	margin-bottom: 5px;
}

.m_b_section_subtitle {
	font-size: 14px;
	line-height: 14px;
}

}

/* --------------------------------------------------------- CONFIGURADOR */

body.m_config {
	background: #2A2A2A;
}

/* ---------------------------------------- CONFIGURADOR: COMPONENT-DETAIL */

.m_c_component-detail_image {
	text-align: center;
	padding: 30px;
	height: 425px;
}

.m_c_component-detail_image img {
	height: 100%;
	width:auto;
}

.m_c_component-detail_carousel {
	width: 100%;
	height: 100px;
	text-align: center;
	overflow: hidden;
}

.m_c_component-detail_chevron,
.m_c_component-detail_chevron:active,
.m_c_component-detail_chevron:link,
.m_c_component-detail_chevron:focus,
.m_c_component-detail_chevron:hover,
.m_c_component-detail_chevron:visited {
	width: 20px;
	height: 100px;
	line-height: 100px;
	color: #FAFAFA;
	float: left;
	text-align: center;
}

.m_c_component-detail_thumbnail {
	display: inline-block;
	width: 100px;
	height: 100px;
	padding: 10px;
	border: 1px solid #CCCCCC;
	text-align: center;
	border-radius: 6px;
	margin-right: 5px;
	margin-left: 5px;
}

.m_c_component-detail_thumbnail img {
	height: 100%;
	max-width: 100%;
}

.m_c_component-detail_name {
	color: #007FFF;
	font-size: 20px;
	margin-bottom: 15px;
	font-weight: bold;
}

.m_c_component-detail_tabs {
	height: 50px;
}

.m_c_component-detail_tabs-info,
.m_c_component-detail_tabs-info:link,
.m_c_component-detail_tabs-info:visited {
	height: 50px;
	float: left;
	color: #FAFAFA;
	text-align: center;
	line-height: 50px;
	width: 49%;
	margin-right: 1%;
	background: #007FFF;
	font-size: 16px;
}
.m_c_component-detail_tabs-info:active,
.m_c_component-detail_tabs-info:focus,
.m_c_component-detail_tabs-info:hover {
}

.m_c_component-detail_tabs-specs,
.m_c_component-detail_tabs-specs:link,
.m_c_component-detail_tabs-specs:visited {
	height: 50px;
	float: left;
	color: #666666;
	text-align: center;
	line-height: 50px;
	width: 49%;
	margin-left: 1%;
	background: #2A2A2A;
	font-size: 16px;
}
.m_c_component-detail_tabs-specs:active,
.m_c_component-detail_tabs-specs:focus,
.m_c_component-detail_tabs-specs:hover {
	color: #FAFAFA;
}

.m_c_component-detail_info {
	background: #007FFF;
	padding: 30px;
	min-height: 350px;
	color: #FAFAFA;
	font-size: 18px;
	font-style: italic;
	margin-bottom: 30px;
}

.m_c_component-detail_info-text {
	font-size: 16px;
	margin-bottom: 15px;
}

.m_c_component-detail_info-highlight {
	font-weight: bold;
	font-size: 18px;
	
}

.m_c_component-detail_specs {
	background: #2A2A2A;
	padding: 30px;
	min-height: 350px;
	color: #FAFAFA;
	font-size: 18px;
	margin-bottom: 30px;
}

.m_c_component-detail_specs-frame {
	height: 290px;
	overflow-y: scroll;
	overflow-x: hidden;
}

.m_c_component-detail_specs-title {
	font-size: 13px;
	font-weight: bold;
}

.m_c_component-detail_specs-text {
	font-size: 13px;
}

.m_c_component-detail_specs-divider {
	height:1px;
	background: #CCCCCC;
	margin: 10px 0 10px 0;
}

/* Md Tablets*/
@media (max-width: 1099.98px) {

.m_c_component-detail_image {
	height: 350px;
	padding-top: 0;
}
	
.m_c_component-detail_carousel {
	margin-bottom: 30px;
}
	
.m_c_component-detail_info {
	min-height: auto;
	font-size: 18px;
	margin-bottom: 30px;
}

.m_c_component-detail_specs {
	min-height: auto;
	font-size: 18px;
	margin-bottom: 15px;
}

}

/* SM landscape phones */
@media (max-width: 767.98px) {
	
.m_c_component-detail_carousel {
	height: 50px;
}

.m_c_component-detail_chevron,
.m_c_component-detail_chevron:active,
.m_c_component-detail_chevron:link,
.m_c_component-detail_chevron:focus,
.m_c_component-detail_chevron:hover,
.m_c_component-detail_chevron:visited {
	width: 20px;
	height: 50px;
	line-height: 50px;
}

.m_c_component-detail_thumbnail {
	width: 50px;
	height: 50px;
	padding: 5px;
	margin-right: 2px;
	margin-left: 2px;
}

.m_c_component-detail_thumbnail img {
	height: 100%;
	max-width: 100%;
}

.m_c_component-detail_tabs-info,
.m_c_component-detail_tabs-info:link,
.m_c_component-detail_tabs-info:visited {
	font-size: 12px;
}
	
.m_c_component-detail_tabs-specs,
.m_c_component-detail_tabs-specs:link,
.m_c_component-detail_tabs-specs:visited {
	font-size: 12px;
}

.m_c_component-detail_info {
	padding: 20px;
}

.m_c_component-detail_specs {
	padding: 20px;
}
	
}

/* XS Portrait phones */
@media (max-width: 575.98px) {

.m_c_component-detail_image {
	text-align: center;
	padding: 20px;
	height: 300px;
	padding-top: 0;
}

.m_c_component-detail_image img {
	height:100%;
	width:auto;
}

}


/* ------------------------------------------------- CONFIGURADOR: FOOTER */

.m_c_footer {
	height: 30px;
	margin:60px 0 60px 0;
}

.m_c_footer_data {
	color: #666666;
	font-size: 13px;
	display: inline-block;
	margin-right: 20px;
}

.m_c_footer_option,
.m_c_footer_option:link,
.m_c_footer_option:visited {
	display: inline-block;
	font-size: 13px;
	color: #666666;
	padding-left: 20px;
}
.m_c_footer_option:active,
.m_c_footer_option:focus,
.m_c_footer_option:hover {
	color: #000000;
}

/* Md Tablets*/
@media (max-width: 1099.98px) {

.m_c_footer {
	height:auto;
	margin:60px 0 60px 0;
}
	
.m_c_footer_option,
.m_c_footer_option:link,
.m_c_footer_option:visited {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
}

}

/* XS Portrait phones */
@media (max-width: 575.98px) {

.m_c_footer {
	height:auto;
}
	
.m_c_footer_data {
	display: block;
	margin: 5px 0 5px 0;
}
	
.m_c_footer_option,
.m_c_footer_option:link,
.m_c_footer_option:visited {
	display: block;

}

}

/* ------------------------------------------- CONFIGURADOR: GRID-SUMMARY */

.m_c_grid-summary_top {
	background: #0A0A0A;
	padding: 20px;
}

.m_c_grid-summary_title {
	font-weight: bold;
	font-size: 18px;
}

.m_c_grid-summary_price {
	font-size: 20px;
	color: #6FC729;
	font-weight: bold;
}

.m_c_grid-summary_message {
	color: #29b6f6;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}

.m_c_grid-summary_progresssbar {
	margin-bottom: 30px;
}

.m_c_grid-summary_progresstitle {
	color: #29b6f6;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}

.mm_c_grid-summary_image {
	float: left;
	width: 50%;
	text-align: center;
}

.mm_c_grid-summary_image img {
	height: 160px;
}

.m_c_grid-summary_options {
	float: left;
	width: 50%;
}

.m_c_grid-summary_option-header,
.m_c_grid-summary_option-header:link,
.m_c_grid-summary_option-header:visited {
	color: #9500cd;
	font-weight: bold;
	display: block;
	padding: 8px 0 8px 0;
	font-size: 16px;
}
.m_c_grid-summary_option-header:active,
.m_c_grid-summary_option-header:focus,
.m_c_grid-summary_option-header:hover {
	color: #67008D;
}

.m_c_grid-summary_option,
.m_c_grid-summary_option:link,
.m_c_grid-summary_option:visited {
	color: #FAFAFA;
	border-top: 1px solid #2A2A2A;
	padding: 8px 0 8px 0;
	display: block;
	font-size: 14px;
}
.m_c_grid-summary_option:active,
.m_c_grid-summary_option:focus,
.m_c_grid-summary_option:hover {
	font-weight: bold;
}

.m_c_grid-summary_button,
.m_c_grid-summary_button:link,
.m_c_grid-summary_button:visited {
	display: block;
	background: #8e44ad;
	height: 60px;
	border-radius: 6px;
	color: #FAFAFA;
	padding: 0 20px 0 20px;
	letter-spacing: 1px;
}
.m_c_grid-summary_button:active,
.m_c_grid-summary_button:focus,
.m_c_grid-summary_button:hover {
	background: #5e35b1;
}

.m_c_grid-summary_button-1 {
	float: left;
	font-weight: bold;
	font-size: 16px;
	height: 60px;
	line-height: 60px;
}

.m_c_grid-summary_button-2 {
	float: right;
	font-weight: bold;
	font-size: 16px;
	height: 60px;
	line-height: 60px;
}

.m_c_grid-summary_button-outline,
.m_c_grid-summary_button-outline:link,
.m_c_grid-summary_button-outline:visited {
	display: block;
	background: #121212;
	height: 60px;
	border-radius: 6px;
	color: #8e44ad;
	padding: 0 20px 0 20px;
	letter-spacing: 1px;
	border: 3px solid #8e44ad;
}
.m_c_grid-summary_button-outline:active,
.m_c_grid-summary_button-outline:focus,
.m_c_grid-summary_button-outline:hover {
	background: #121212;
	color: #5e35b1;
	border: 3px solid #5e35b1;
}

.m_c_grid-summary_button-outline-1 {
	float: left;
	font-weight: bold;
	font-size: 16px;
	height: 60px;
	line-height: 56px;
}

.m_c_grid-summary_button-outline-2 {
	float: right;
	font-weight: bold;
	font-size: 16px;
	height: 60px;
	line-height: 50px;
}

/* Warning  */

.m_c_grid-summary_message-warning {
	color:#EF5350;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}

.m_c_grid-summary_warning-block {
	background: #EF5350;
	padding: 20px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	color: #121212;
}

.m_c_grid-summary_warning-left {
	float: left;
	width: 70%;
}

.m_c_grid-summary_warning-right {
	float: left;
	width: 30%;
	text-align: right;
}

.m_c_grid-summary_warning-divider {
	height: 1px;
	background:#F18394;
	margin: 10px 0 10px 0;
}

.m_c_grid-summary_warning-link,
.m_c_grid-summary_warning-link:link,
.m_c_grid-summary_warning-link:visited,
.m_c_grid-summary_warning-link:active,
.m_c_grid-summary_warning-link:focus,
.m_c_grid-summary_warning-link:hover {
	color: #121212;
	font-weight: bold;
	font-size: 12px;
}

/* SM landscape phones */
@media (max-width: 767.98px) {
	
.mm_c_grid-summary_image img {
	height: 130px;
}

}
/*---------------------------------------------Modal con los ajustes ---*/

body.modal-open {
	overflow-y: auto; 
	padding-right: 0 !important; 
}

.modal-dialog {
	margin: auto;
}

.modal-content {
	overflow-y: auto;
	background-color: #000000;
}

/* -------------------------------------------- CONFIGURADOR: GRID-VISUAL */

.m_c_grid-visual_filters {
	min-height: 40px;
	margin-bottom: 30px;
	padding: 20px 20px 0 20px;
}

.m_c_grid-visual_filter,
.m_c_grid-visual_filter:link,
.m_c_grid-visual_filter:visited {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	padding: 0 25px 0 25px;
	font-size: 16px;
	background: #FAFAFA;
	color: #2A2A2A;
	border-radius: 6px;
	margin-right: 5px;
}
.m_c_grid-visual_filter:active,
.m_c_grid-visual_filter:focus,
.m_c_grid-visual_filter:hover {
	color: #888888;
	background: #FAFAFA;
}

.m_c_grid-visual_filter-selected {
	background-color: #6FC729 !important;
	color: #121212 !important;
	font-weight: bold;
}

.m_c_grid-visual_item {
	width:33.3%;
	box-sizing:border-box;
	float:left;
	position:relative;
	padding: 20px;
}

.m_c_grid-visual_image {
	text-align: center;
}

.m_c_grid-visual_image img {
	height: 160px;
	margin-bottom: 15px;
}

.m_c_grid-visual_name {
	font-size: 14px;
	line-height: 18px;
	min-height: 40px;
}

.m_c_grid-visual_info-icon,
.m_c_grid-visual_info-icon:active,
.m_c_grid-visual_info-icon:focus,
.m_c_grid-visual_info-icon:hover,
.m_c_grid-visual_info-icon:link,
.m_c_grid-visual_info-icon:visited {
	display: block;
	color: #29b6f6;
	font-size: 30px;
	margin-right: 10px;
}

.m_c_grid-visual_info-text {
	color: #29b6f6;
	font-size: 14px;
	line-height: 19px;
	min-height: 55px;
	font-style: italic;
	font-weight: bold;
}

.m_c_grid-visual_select,
.m_c_grid-visual_select:link,
.m_c_grid-visual_select:visited {
	display: block;
	width: 100%;
	border: 3px solid #6FC729;
	color: #6FC729;
	text-align: center;
	height: 50px;
	line-height: 46px;
	border-radius: 6px;
	font-weight: bold;
	font-size: 16px;
	background: #121212;
}
.m_c_grid-visual_select:active,
.m_c_grid-visual_select:focus,
.m_c_grid-visual_select:hover {
	border: 5px solid #6FC729;
	line-height: 42px;
	color: #6FC729;
}

.m_c_grid-visual_selected {
	background: #6FC729 !important;
	color: #121212 !important;
	font-size: 25px !important;
	border:none !important;
	line-height: 46px !important;
	line-height: 50px !important;
}

/* Lg Desktops */
@media (max-width: 1499.98px) {

.m_c_grid-visual_item {
	width:33.2%;
	padding: 20px;
	margin-bottom: 15px;
}
	
}

/* Md Tablets*/
@media (max-width: 1099.98px) {
	
.m_c_grid-visual_name {
	min-height: 55px;
}

.m_c_grid-visual_info-text {
	min-height: 65px;
}
	
}

/* SM landscape phones */
@media (max-width: 767.98px) {
	
.m_c_grid-visual_filter,
.m_c_grid-visual_filter:link,
.m_c_grid-visual_filter:visited {
	padding: 0 10px 0 10px;
	font-size: 14px;
}
	
.m_c_grid-visual_item {
	width:50%;
	padding:15px;
	margin-bottom: 15px;
}
	
.m_c_grid-visual_image img {
	height: 110px;
	margin-bottom: 15px;
}
	
.m_c_grid-visual_name {
	font-size: 12px;
	line-height: 14px;
	min-height: 45px;
	text-align: center;
	padding: 0;
}
	
.m_c_grid-visual_info-icon,
.m_c_grid-visual_info-icon:active,
.m_c_grid-visual_info-icon:focus,
.m_c_grid-visual_info-icon:hover,
.m_c_grid-visual_info-icon:link,
.m_c_grid-visual_info-icon:visited {
	margin-right:auto;
	margin-left: auto;
	padding: 0;
	margin-bottom: 0;
	margin-top: 0;
}

}

/* ----------------------------------------- CONFIGURADOR: GRID-NO-VISUAL */

.m_c_grid-novisual_columns-1 {
	width: 160px;
	padding: 20px 30px 20px 20px;
}

.m_c_grid-novisual_columns-2 {
	flex: 1;
	background:#333333;
	padding: 20px;
}

.m_c_grid-novisual_columns-image {
	width: 100%;
}

.m_c_grid-novisual_filterblock {
	min-height: 40px;
	margin-bottom: 30px;
	padding:0;
}

.m_c_grid-novisual_line {
	border-top: 1px solid #CCCCCC;
	padding: 30px 0 30px 0;
}

.m_c_grid-novisual_data {
	float: left;
	width: 80%;
}

.m_c_grid-novisual_select {
	float: left;
	width: 20%;
}

.m_c_grid-novisual_itemname {
	font-size: 14px;
}

.m_c_grid-novisual_moreinfo,
.m_c_grid-novisual_moreinfo:active,
.m_c_grid-novisual_moreinfo:focus,
.m_c_grid-novisual_moreinfo:hover,
.m_c_grid-novisual_moreinfo:link,
.m_c_grid-novisual_moreinfo:visited {
	display: block;
	color: #29b6f6;
	font-size: 30px;
	line-height: 30px;
	margin-right: 10px;
	vertical-align: top;
}

.m_c_grid-novisual_info {
	color: #29b6f6;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	vertical-align: top;
	height: 30px;
	line-height: 30px;
}

/* SM landscape phones */
@media (max-width: 767.98px) {
	
.m_c_grid-novisual_data {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.m_c_grid-novisual_select {
	float: left;
	width: 100%;
}
	
.m_c_grid-novisual_itemname {
	margin-bottom: 5px;
}
	
.m_c_grid-novisual_info {
	height: 40px;
	line-height: 18px;
}

}

/* ------------------------------------------------- CONFIGURADOR: HEADER */

.m_c_header {
	background: #232323;
	font-size: 25px;
	color: #FFFFFF;
	text-align: left;
	height: 60px;
	line-height: 60px;
	letter-spacing: 1px;
	position: fixed;
	width: 100%;
	z-index: 2000;
}

.m_c_header_left {
	float: left;
	width: 70%;
}

.m_c_header_right {
	float: right;
	text-align: right;
	height: 60px;
	width: 30%;
}

.m_c_header_market {
	font-weight: bold;
	color: #6FC729;
	height: 60px;
}

.m_c_header_logo {
	display: inline-block;
	vertical-align: top;
	padding: 0 10px 0 10px;
}

.m_c_header_logo img {
	height: 40px;
	margin-top: 10px;
	vertical-align: top;
}

.m_c_header_bars,
.m_c_header_bars:link,
.m_c_header_bars:visited {
	display: inline-block;
	height: 60px;
	width: 60px;
	line-height: 60px;
	text-align: center;
	color: #232323;
	background: #6FC729;
	font-size: 22px;
	vertical-align: top;
}
.m_c_header_bars:active,
.m_c_header_bars:focus,
.m_c_header_bars:hover {
	color: #FFFFFF;
}

/* XS Portrait phones */
@media (max-width: 575.98px) {

.m_c_header {
	font-size: 18px;
	height: 60px;
	line-height: 20px;
	letter-spacing: 1px;
}
	
.m_c_header_left {
	width: 50%;
	padding-top: 10px;
}

.m_c_header_right {
	width: 50%;
}
	
.m_c_header_bars,
.m_c_header_bars:link,
.m_c_header_bars:visited {
	margin-right: -15px;
}
	
}

/* ------------------------------------------------- CONFIGURADOR: LAYOUT */

.m_c_layout {
	background: #0A0A0A;
	padding: 30px 0 0 0;
}

.m_c_layout_workarea {
	background: #333333;
	padding: 10px;
	border-radius: 6px;
}

.m_c_layout_workarea-group {
	background: #121212;
	padding: 10px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

.m_c_layout_summary {
	background: #333333;
	padding: 10px;
	border-radius: 6px;
}

.m_c_layout_extrapad {
	padding: 20px;
}

/* SM landscape phones */
@media (max-width: 767.98px) {

.m_c_layout {
	padding: 0;
}
	
.m_c_layout_pad {
	padding: 0;
}

.m_c_layout_workarea {
	padding: 0;
	border-radius: 0;
}
	
.m_c_layout_workarea-group {
	padding: 0;
	border-radius: 0;
}

.m_c_layout_summary {
	border-radius: 0;
}

}

/* ---------------------------------------------- CONFIGURADOR: MARKET */

.m_c_market_hogar {
	width: 100%;
	background-image:url("../img/banners/ind_mark_hogar.png");
	background-size: cover;
	background-position: center;
	height: 450px;
	border-radius: 6px;
	overflow: hidden;
	position: relative;
}

.m_c_market_gaming {
	width: 100%;
	background-image:url("../img/banners/ind_mark_gaming.png");
	background-size: cover;
	background-position: center;
	height: 450px;
	border-radius: 6px;
	overflow: hidden;
	position: relative;
}

.m_c_market_profesional {
	width: 100%;
	background-image:url("../img/banners/ind_mark_profesional.png");
	background-size: cover;
	background-position: center;
	height: 450px;
	border-radius: 6px;
	overflow: hidden;
	position: relative;
}


/* Md Tablets*/
@media (max-width: 1099.98px) {
	
	.m_c_market_profesional {
		margin-top: 30px;
	}
	
}

/* SM landscape phones */
@media (max-width: 767.98px) {
	
	.m_c_market_hogar {
		margin-top: 0;
		margin-bottom: 0;
	}
	
	.m_c_market_gaming {
		margin-top: 15px;
		margin-bottom: 0;
	}
	
	.m_c_market_profesional {
		margin-top: 15px;
		margin-bottom: 0;
	}
	
}

/* XS Portrait phones */
@media (max-width: 575.98px) {
	
	.m_c_market_hogar {
		margin-top: 15px;
		margin-bottom: 0;
	}
	
}

/* ------------------------------------------------ CONFIGURADOR: SUMMARY */

.m_c_summary {
	width: 700px;
	background: #333333;
	min-height: 100vh;
	padding: 18px 30px 30px 30px;
	border-left: 1px solid #CCCCCC;
}

.m_c_summary_close,
.m_c_summary_close:active,
.m_c_summary_close:focus,
.m_c_summary_close:hover,
.m_c_summary_close:link,
.m_c_summary_close:visited {
	display: block;
	font-weight: bold;
	padding: 0 20px 20px 20px;
	font-size: 28px;
	line-height: 28px;
	color: #FAFAFA;
}

.m_c_summary_image {
	float: left;
	width: 30%;
	text-align: center;
}

.m_c_summary_image img {
	height: 150px;
	width: auto;
}

.m_c_summary_item-options {
	float: left;
	width: 70%;
}

.m_c_summary_title {
	font-weight: bold;
	font-size: 18px;
}

.m_c_summary_price {
	font-size: 20px;
	color: #6FC729;
	font-weight: bold;
}


.m_c_summary_message {
	color: #29b6f6;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 30px;
}

.m_c_summary_progressbar {
	margin-bottom: 30px;
}

.m_c_summary_progrestitle {
	color: #29b6f6;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}

.m_c_summary_block {
	background: #0A0A0A;
	padding: 30px;
}

.m_c_summary_specs-header {
	height: 40px;
}

.m_c_summary_specs-title {
	font-size: 18px;
	font-weight: bold;
	float: left;
	color: #6FC729;
	line-height: 40px;
}

.m_c_summary_specs-option,
.m_c_summary_specs-option:link,
.m_c_summary_specs-option:visited {
	color: #8e44ad;
	display: block;
	height: 40px;
	line-height: 40px;
	margin-left: 20px;
	float: right;
}
.m_c_summary_specs-option:active,
.m_c_summary_specs-option:focus,
.m_c_summary_specs-option:hover {
}

.m_c_summary_line {
	font-size: 12px;
	width: 85%;
	float: left;
}

.m_c_summary_change,
.m_c_summary_change:link,
.m_c_summary_change:visited {
	display: block;
	color: #6FC729;
	font-weight: bold;
	font-size: 12px;
	float: right;
}
.m_c_summary_change:active,
.m_c_summary_change:focus,
.m_c_summary_change:hover {
	color: #6FC729;
}

.m_c_summary_divider {
	height: 1px; 
	background: #2A2A2A;
	margin: 10px 0 10px 0;
}

/* Md Tablets*/
@media (max-width: 1099.98px) {

.m_c_summary {
	width: 100%;
	padding-top: 30px;
	border: 0;
}
	
.m_c_summary_image {
	width: 25%;
}

.m_c_summary_image img {
	height: 150px;
}

.m_c_summary_item-options {
	width: 75%;
}

}

/* SM landscape phones */
@media (max-width: 767.98px) {

.m_c_summary {
	padding: 15px;
}
	
.m_c_summary_main {
	padding: 15px;
}

.m_c_summary_image {
	width: 31%;
	margin-bottom: 15px;
	text-align: center !important;
}
	
.m_c_summary_image img {
	height: 90px;
}

.m_c_summary_item-options {
	width: 69%;
}

.m_c_summary_message {
	margin-bottom: 15px;
}

.m_c_summary_specs-header {
	height:auto;
}

.m_c_summary_specs-title {
	font-size: 18px;
	font-weight: bold;
	float: none;
	color: #6FC729;
	line-height:normal;
	display: block;
	width: 100%;
}

.m_c_summary_specs-option,
.m_c_summary_specs-option:link,
.m_c_summary_specs-option:visited {
	color: #8e44ad;
	display: block;
	line-height:30px;
	margin-left: 0;
	float:none;
	height: auto;
}
.m_c_summary_specs-option:active,
.m_c_summary_specs-option:focus,
.m_c_summary_specs-option:hover {
	font-weight: bold;
}

.m_c_summary_line {
	font-size: 12px;
	width: 100%;
	float: left;
}

.m_c_summary_change,
.m_c_summary_change:link,
.m_c_summary_change:visited {
	color: #6FC729;
	font-weight: bold;
	font-size: 12px;
	float: none;
	display: block;
	width: 100%;
}
.m_c_summary_change:active,
.m_c_summary_change:focus,
.m_c_summary_change:hover {
	color: #9CCC65;
}

.m_c_summary_divider {
	height: 1px; 
	background: #2A2A2A;
	margin: 10px 0 10px 0;
}

.m_c_summary_bottom {
	background-color: aqua;
	position:fixed;
	bottom: 0;
	width: 100%;
}

}

/* --------------------------------------------------- CONFIGURADOR: TABS */

.m_c_tabs {
	height: 50px;
	width: 100%;
}

.m_c_tabs_left,
.m_c_tabs_left:link,
.m_c_tabs_left:visited {
	display: block;
	width: 50px;
	height: 50px;
	background: #6FC729;
	color: #121212;
	text-align: center;
	font-size: 16px;
	padding: 12px 0 10px 0;
	border-top-left-radius: 6px;
}
.m_c_tabs_left:active,
.m_c_tabs_left:focus,
.m_c_tabs_left:hover {
	background: #9CCC65;
}

.m_c_tabs_right,
.m_c_tabs_right:link,
.m_c_tabs_right:visited {
	display: block;
	width: 50px;
	height: 50px;
	background: #6FC729;
	color: #121212;
	text-align: center;
	font-size: 16px;
	padding: 12px 0 10px 0;
	border-top-right-radius: 6px;
}
.m_c_tabs_right:active,
.m_c_tabs_right:focus,
.m_c_tabs_right:hover {
	background: #9CCC65;
}

.m_c_tabs_option,
.m_c_tabs_option:link,
.m_c_tabs_option:visited {
	display: block;
	width: 15%;
	background: #6FC729;
	color: #121212;
	text-align: center;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	flex:1;
}
.m_c_tabs_option:active,
.m_c_tabs_option:focus,
.m_c_tabs_option:hover {
	font-weight: bold;
}

.m_c_tabs_option_selected {
	background: #9CCC65 !important;
	font-weight: bold;
}

.m_c_tabs_info {
	background: #29b6f6;
	padding: 30px;
	color: #121212;
}

/* SM landscape phones */
@media (max-width: 767.98px) {

.m_c_tabs_left,
.m_c_tabs_left:link,
.m_c_tabs_left:visited {
	border-top-left-radius: 0;
}

.m_c_tabs_right,
.m_c_tabs_right:link,
.m_c_tabs_right:visited {
	border-top-right-radius: 0;
}

}

/* ---------------------------------------------- CONFOGURADOR: TECNOLOGY */

.m_c_tecnology {
	position: relative;
	top: -110px;
	margin-bottom: -110px;
}

.m_c_tecnology_intel {
	width: 100%;
	background-image: url(../img/banners/tecnologia_intel.png);
	background-size: cover;
	background-position: center;
	height: 450px;
	border-radius: 6px;
	overflow: hidden;
	position: relative;
}

.m_c_tecnology_ryzen {
	width: 100%;
	background-image: url(../img/banners/tecnologia_adm.jpg);
	background-size: cover;
	background-position: center;
	height: 450px;
	border-radius: 6px;
	overflow: hidden;
	position: relative;
}

.m_c_tecnology_block {
	height: 110px;
	background: rgba(0, 0, 0, 0.75);
	color: #FAFAFA;
	padding: 25px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.m_c_tecnology_title {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
}

.m_c_tecnology_infoicon,
.m_c_tecnology_infoicon:link,
.m_c_tecnology_infoicon:visited {
	display: block;
	color: #FAFAFA;
	font-size: 30px;
	line-height: 25px;
	margin-right: 10px;
	text-align: left;
}
.m_c_tecnology_infoicon:active
.m_c_tecnology_infoicon:focus,
.m_c_tecnology_infoicon:hover {
}

.m_c_tecnology_info {
	display: block;
	font-style: italic;
	font-size: 16px;
	padding-top: 3px;
}

.m_c_tecnology_button,
.m_c_tecnology_button:link,
.m_c_tecnology_button:visited {
	display: block;
	background: #8e44ad;
	height: 60px;
	width: 50%;
	margin-left: 25%;
	margin-right: 25%;
	border-radius: 6px;
	color: #FAFAFA;
	padding: 0 20px 0 20px;
	position: absolute;
	bottom: 40px;
	letter-spacing: 1px;
}
.m_c_tecnology_button:active,
.m_c_tecnology_button:focus,
.m_c_tecnology_button:hover {
	background: #5e35b1;
}

.m_c_tecnology_button-v2,
.m_c_tecnology_button-v2:link,
.m_c_tecnology_button-v2:visited {
	display: block;
	background: #8e44ad;
	height: 60px;
	width: 70%;
	margin-left: 15%;
	margin-right: 15%;
	border-radius: 6px;
	color: #FAFAFA;
	padding: 0 20px 0 20px;
	position: absolute;
	bottom: 40px;
	letter-spacing: 1px;
}
.m_c_tecnology_button-v2:active,
.m_c_tecnology_button-v2:focus,
.m_c_tecnology_button-v2:hover {
	background: #5e35b1;
}

.m_c_tecnology_button-1 {
	float: left;
	font-weight: bold;
	font-size: 16px;
	height: 60px;
	line-height: 60px;
}

.m_c_tecnology_button-2 {
	float: right;
	font-weight: bold;
	font-size: 16px;
	height: 60px;
	line-height: 60px;
}

/* Md Tablets*/
@media (max-width: 1099.98px) {

.m_c_tecnology {
	top: -120px;
	margin-bottom: -120px;
}
	
.m_c_tecnology_block {
	height: 120px;
	padding: 20px;
}
	
.m_c_tecnology_info {
	font-size: 14px;
}
	
.m_c_tecnology_button,
.m_c_tecnology_button:link,
.m_c_tecnology_button:visited {
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
}

}

/* XS Portrait phones */
@media (max-width: 575.98px) {

.m_c_tecnology {
	top: 0;
	margin-bottom: 0;
}
	
.m_c_tecnology_intel {
	width: 100%;
	background-size: cover;
	background-position: center;
	height: 375px;
	border-radius: 6px;
	overflow: hidden;
	position: relative;
	margin-top: 15px;
}

.m_c_tecnology_ryzen {
	width: 100%;
	background-size: cover;
	background-position: center;
	height: 375px;
	border-radius: 6px;
	overflow: hidden;
	position: relative;
	margin-top: 15px;
}

}

/* --------------------------------------- CONFIGURADOR: TECNOLOGY-HEADER */

.m_c_tecnology-header {
	background-color: #007FFF;
	color: #FFFFFF;
	height: 290px;
	padding-top: 60px;
}

.m_c_tecnology-header_title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
	letter-spacing: 1px;
}

.m_c_tecnology-header_infoicon,
.m_c_tecnology-header_infoicon:link,
.m_c_tecnology-header_infoicon:visited {
	display: block;
	color: #FFFFFF;
	font-size: 30px;
	line-height: 30px;
	margin-right: 10px;
	text-align: left;
}
.m_c_tecnology-header_infoicon:active
.m_c_tecnology-header_infoicon:focus,
.m_c_tecnology-header_infoicon:hover {
}

.m_c_tecnology-header_info {
	display: block;
	font-style: italic;
	font-size: 18px;
	padding-top: 3px;
}

/* Md Tablets*/
@media (max-width: 1099.98px) {
	
.m_c_tecnology-header_title {
	font-size: 18px;
}
	
.m_c_tecnology-header_info {
	font-size: 16px;
}

}

/* SM landscape phones */
@media (max-width: 767.98px) {

.m_c_tecnology-header {
	height: 260px;
	padding: 30px;
}

}

/* XS Portrait phones */
@media (max-width: 575.98px) {

.m_c_tecnology-header {
	height: auto;
}

.m_c_tecnology-header_title {
	font-size: 16px;
}
	
.m_c_tecnology-header_info {
	font-size: 14px;
	padding-top: 3px;
}

}

/* ------------------------------------------------------ GENERAL: BUTTON */

.m_g_button-select,
.m_g_button-select:link,
.m_g_button-select:visited {
	display: block;
	width: 100%;
	border: 3px solid #6FC729;
	color: #6FC729;
	text-align: center;
	height: 50px;
	line-height: 46px;
	border-radius: 6px;
	font-weight: bold;
	font-size: 16px;
	background: #121212;
}
.m_g_button-select:active,
.m_g_button-select:focus,
.m_g_button-select:hover {
	border: 5px solid #9CCC65;
	line-height: 42px;
	color: #9CCC65;
}

.m_g_button_purple-solid,
.m_g_button_purple-solid:link,
.m_g_button_purple-solid:visited {
	display: block;
	background: #8e44ad;
	height: 50px;
	line-height: 50px;
	text-align: center;
	width: 100%;
	border-radius: 6px;
	border: 0;
	font-size: 16px;
	color: #FAFAFA;
	letter-spacing: 1px;
	font-weight: bold;
}
.m_g_button_purple-solid:active,
.m_g_button_purple-solid:focus,
.m_g_button_purple-solid:hover {
	background: #5e35b1;
}

.m_g_button_purple-solid-sm,
.m_g_button_purple-solid-sm:link,
.m_g_button_purple-solid-sm:visited {
	display: block;
	background: #8e44ad;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 100%;
	border-radius: 6px;
	border: 0;
	font-size: 12px;
	color: #FAFAFA;
	letter-spacing: 1px;
	font-weight: bold;
}
.m_g_button_purple-solid-sm:active,
.m_g_button_purple-solid-sm:focus,
.m_g_button_purple-solid-sm:hover {
	background: #5e35b1;
}

.m_g_button_purple-outline,
.m_g_button_purple-outline:link,
.m_g_button_purple-outline:visited {
	display: block;
	border: 3px solid #8e44ad;
	height: 50px;
	line-height: 44px;
	font-size: 16px;
	text-align: center;
	width: 100%;
	border-radius: 6px;
	color: #8e44ad;
	letter-spacing: 1px;
	font-weight: bold;
	background: #121212;
}
.m_g_button_purple-outline:active,
.m_g_button_purple-outline:focus,
.m_g_button_purple-outline:hover {
	color: #5e35b1;
	border: 5px solid #5e35b1;
	line-height: 40px;
}

/* -------------------------------------------------------- GENERAL: FORM */

.m_g_form_title {
	font-weight: bold;
	font-size: 25px;
	color: #6FC729;
	text-align: center;
	letter-spacing: 1px;
	width: 100%;
}

.m_g_form_captcha {
	border: 1px solid #2A2A2A;
	border-radius: 6px;
	min-height: 50px;
	padding: 15px;
	text-align: center;
	width: 100%;
}

.m_g_form_adcolor {
	background: #FAFAFA;
	border: 1px solid #FAFAFA;
}
.m_g_form_adcolor:focus {
	outline: none;
	background: #EFEFEF;
	border:1px solid #999999;
}

.m_g_form_validate-box {
	position: relative;
}

.m_g_form_validate-icon {
	position: absolute;
	right: 10px;
	top: 4px;
	color: red;
	font-size: 20px;
}

/* -------------------------------------------------------- GENERAL: ITEM */

.m_g_item_border {
	padding: 0 40px 0 40px;
	border-left: 1px solid #DFDFDF;
	border-right: 1px solid #DFDFDF;
	margin-left: -1px;
}

.m_g_item_imageframe {
	width: 100%;
	text-align: center;
	padding: 30px 0 30px 0;
	height: 210px;
}

.m_g_item_image {
	max-width: 150px;
	max-height: 150px;
	text-align: center;
}

.m_g_item_title {
	font-size: 18px;
	font-weight: bold;
	height: 50px;
	overflow: hidden;
}

.m_g_item_data {
	font-size: 14px;
	margin-bottom: 15px;
	height: 105px;
	overflow: hidden;
}

.m_g_item_requeriment {
	font-size: 16px;
}

.m_g_item_price {
	font-weight: bold;
	color: #6FC729;
	font-size: 20px;
	margin-bottom: 20px;
}

.m_g_item_info-icon,
.m_g_item_info-icon:active,
.m_g_item_info-icon:focus,
.m_g_item_info-icon:hover,
.m_g_item_info-icon:link,
.m_g_item_info-icon:visited {
	display: block;
	color: #29b6f6;
	font-size: 30px;
	margin-right: 10px;
}

.m_g_item_info-text {
	max-height: 40px;
	padding-top: 3px;
	color: #29b6f6;
	font-size: 14px;
	line-height: 19px;
	min-height: 55px;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 15px;
}

.m_g_item_buttons {
	height: 50px;
}

.m_g_item_button-left,
.m_g_item_button-left:link,
.m_g_item_button-left:visited {
	height: 50px;
	width: 48%;
	margin-right: 2%;
	float: left;
	line-height: 44px;
	font-size: 14px;
	text-align: center;
	display: block;
	border-radius: 6px;
	background-color: #121212;
	border: 3px solid #8e44ad;
	color: #8e44ad;
	font-weight: bold;
}
.m_g_item_button-left:active,
.m_g_item_button-left:focus,
.m_g_item_button-left:hover {
	color: #5e35b1;
	border: 5px solid #5e35b1;
	line-height: 41px;
}

.m_g_item_button-right,
.m_g_item_button-right:link,
.m_g_item_button-right:visited {
	height: 50px;
	width: 48%;
	margin-left: 2%;
	float: left;
	line-height: 46px;
	font-size: 14px;
	text-align: center;
	display: block;
	border-radius: 6px;
	background-color: #8e44ad;
	color: #121212;
	font-weight: bold;
	padding-top: 2px;
}
.m_g_item_button-right:active,
.m_g_item_button-right:focus,
.m_g_item_button-right:hover {
	background-color:#5e35b1;
}

/* Lg Desktops */
@media (max-width: 1499.98px) {

.m_g_item_border {
	padding: 0 25px 0 25px;
}
	
}

/* Md Tablets*/
@media (max-width: 1099.98px) {

.m_g_item_border {
	padding: 0 20px 0 20px;
}
	
.m_g_item_button-left,
.m_g_item_button-left:link,
.m_g_item_button-left:visited {
	font-size: 12px;
}
	
.m_g_item_button-right,
.m_g_item_button-right:link,
.m_g_item_button-right:visited {
	font-size: 12px;
}
	
}

/* XS Portrait phones */
@media (max-width: 575.98px) {

.m_g_item_imageframe {
	width: 100%;
	padding: 15px 0 15px 0;
	height: 250px;
}
	
.m_g_item_image {
	max-width: 250px;
	max-height: 250px;
	text-align: center;
}
	
.m_g_item_title {
	font-size: 18px;
	font-weight: bold;
	height:auto;
	overflow:auto;
}

.m_g_item_data {
	font-size: 14px;
	margin-bottom: 15px;
	height:auto;
	overflow:auto;
}

.m_g_item_border {
	padding: 0 10px 0 10px;
	border-left: 0;
	border-right: 0;
	margin-left: 0;
}
	
.m_g_item_buttons {
	height:auto;
}
	
.m_g_item_button-left,
.m_g_item_button-left:link,
.m_g_item_button-left:visited {
	font-size: 12px;
	width: 100%;
	margin: 0 0 10px 0;
	float: none;
}
	
.m_g_item_button-right,
.m_g_item_button-right:link,
.m_g_item_button-right:visited {
	font-size: 12px;
	width: 100%;
	margin: 0;
	float: none;
}

}

/* ------------------------------------------------------- GENERAL: MODAL */

.m_g_modal_header-close {
	height: 20px;
	margin-bottom: 10px;
	margin-top: 15px;
}

.m_g_modal_close,
.m_g_modal_close:link,
.m_g_modal_close:visited {
	display: block;
	font-size: 20px;
	color: #FAFAFA;
	padding: 0 0 10px 10px;
}
.m_g_modal_close:active,
.m_g_modal_close:focus,
.m_g_modal_close:hover {
	color: #000000;
}

.m_g_modal_pad {
	padding-bottom: 30px;
}

.m_g_modal_title {
	color: #FAFAFA;
	font-weight: bold;
	font-size: 20px;
}

.m_g_modal_component {
	font-size: 18px;
}

.m_g_modal_info {
	color: #29b6f6;
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
}

.m_g_modal_subtitle {
	font-size: 18px;
	font-style: italic;
}

.m_g_modal_spiner {
	width: 5rem; 
	height: 5rem;
}

/* ----------------------------------------------------- GENERALS: RAIDUS */

.m_g_radius_all {
	border-radius: 6px;
}

.m_g_radius_bottom {
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

.m_g_radius_top {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.m_g_radius_left {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

.m_g_radius_right {
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px;
}

/* Md Tablets*/
@media (max-width: 1099.98px) {

.m_g_radius_no-md {
	border-radius: 0 !important;
}
	
}

/* SM landscape phones */
@media (max-width: 767.98px) {

.m_g_radius_no-sm {
	border-radius: 0 !important;
}

}

/* XS Portrait phones */
@media (max-width: 575.98px) {

.m_g_radius_no-xs {
	border-radius: 0 !important;
}

}

/*-------------------------------------------------- SIDENAV (OFF-CANVAS) */

/* MENÚ */
.m_g_sidenav {
    height: 100%;
    width: 0; /* 0 width - Cambiar con JavaScript */
    position:fixed; /* Stay in place fixed */
    z-index: 1; /* Stay on top */
    top: 0;
    right: 0; /* Posición de menú a cambiar según el lado preferido */
    background-color: #121212; /* Fondo */
    overflow-x: hidden; /* Quitar scroll horizontal */
    padding-top: 0; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav_offcanvas */
	margin: 0;
}

/* SITIO */
#MainMenuMovil {
	position:absolute;
    transition: margin-left .5s;
    padding: 0;
	width: 100%; /* Quitar para comprimir */
}

/* SITIO */
#MainResumen {
	position:absolute;
    transition: margin-left .5s;
    padding: 0;
	width: 100%; /* Quitar para comprimir */
}

/* SM landscape phones */
@media (max-width: 767.98px) {}

/* --------------------------------------------------------- TIENDA: CART */

.m_t_cart {
	padding: 30px 0 30px 0;
	background: #2A2A2A;
}

.m_t_cart_title {
	color: #6FC729;
	font-weight: bold;
	font-size: 30px;
	height: 30px;
	line-height: 30px;
	margin-bottom: 30px;
	letter-spacing: 1px;
}

.m_t_cart_block {
	background: #121212;
	border-radius: 6px;
	padding: 30px;
	margin-bottom: 30px;
}

.m_t_cart_block div:last-child {
	border-bottom: 0;
}

.m_t_cart_table {
	padding: 15px 0 15px 0;
	border-bottom: 1px solid #2A2A2A;
}

.m_t_cart_table-image {
	width: 10%;
	float: left;
	vertical-align: middle;
}

.m_t_cart_table-image img {
	height: 70px;
	
}

.m_t_cart_table-data {
	width: 60%;
	float: left;
	vertical-align: middle;
}

.m_t_cart_table-qty {
	width: 15%;
	float: left;
	vertical-align: middle;
	padding: 0 15px 0 15px;
}

.m_t_cart_table-price {
	width: 15%;
	float: left;
	color: #6FC729;
	font-weight: bold;
	text-align: right;
	vertical-align: middle;
	padding-top: 37px;
	font-size: 16px;
}

.m_t_cart_table-type {
	font-size: 13px;
	font-weight: bold;
}

.m_t_cart_table-name {
	font-size: 16px;
}

.m_t_cart_table-option,
.m_t_cart_table-option:link,
.m_t_cart_table-option:visited {
	color: #8e44ad;
	font-size: 12px;
	display: inline-block;
	margin-right: 15px;
	font-weight: bold;
	padding: 5px 0 5px 0;
}
.m_t_cart_table-option:active,
.m_t_cart_table-option:focus,
.m_t_cart_table-option:hover {
	color: #5e35b1;
}

.m_t_cart_table-qty-input {
	margin-bottom: 0;
	text-align: center !important;
}

.m_t_cart_subtitle {
	width: 100%;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
}

/* Lg Desktops */
@media (max-width: 1499.98px) {

.m_t_cart_table-image {
	width: 12%;
	float: left;
	vertical-align: middle;
}

.m_t_cart_table-data {
	width: 58%;
	float: left;
	vertical-align: middle;
}

}

/* Md Tablets*/
@media (max-width: 1099.98px) {

.m_t_cart_block {
	margin-bottom: 30px;
}
	
.m_t_cart_table-image {
	width: 13%;
	float: left;
	vertical-align: middle;
}

.m_t_cart_table-data {
	width: 57%;
	float: left;
	vertical-align: middle;
}
	
.m_t_cart-summary {
	margin-top: 15px;
}
	
}

/* SM landscape phones */
@media (max-width: 767.98px) {

.m_t_cart {
	padding: 15px 0 30px 0;
}
	
.m_t_cart_title {
	font-size: 25px;
	height: 25px;
	line-height: 25px;
	margin-bottom: 15px;
	text-align: center;
}
	
.m_t_cart_block {
	margin-bottom: 15px;
}
	
}

/* XS Portrait phones */
@media (max-width: 575.98px) {

.m_t_cart {
	padding: 15px 0 0 0;
}
	
.m_t_cart_block {
	border-radius: 0;
	padding: 0 15px 0 15px;
}
	
.m_t_cart_table {
	padding: 30px 0 30px 0;
}
	
.m_t_cart_table-image {
	width: 100%;
	float: none;
	vertical-align: middle;
	margin-bottom: 15px;
}

.m_t_cart_table-image img {
	width: 40%;
	margin-left: 30%;
	margin-right: 30%;
	height: auto;
}

.m_t_cart_table-data {
	width: 100%;
	float: none;
	text-align: center;
	margin-bottom: 0;
}
	
.m_t_cart_table-qty {
	width: 100%;
	float: none;
	vertical-align: middle;
	padding: 0 15px 0 15px;
	text-align: center;
}

.m_t_cart_table-price {
	width: 100%;
	float: none;
	text-align: center;
	padding-top: 15px;
}
	
.m_t_cart_table-option,
.m_t_cart_table-option:link,
.m_t_cart_table-option:visited {
	margin-right: 10px;;
	margin-left: 10px;
	padding: 15px 0 15px 0;
}
	
.m_t_cart_table-qty-input {
	margin-bottom: 0;
	text-align: center !important;
	width: 40%;
	margin-left: 30%;
	margin-right: 30%;
}

}

/* ------------------------------------------------- TIENDA: CART-RELATED */

.m_t_cart-related_carousel {
	width:100%;
	height:auto;
	overflow:hidden;
	padding:0 30px 0 30px;
	margin: 15px 0 30px 0;
}

.m_t_cart-related_item {
	width: 31.9%;
	margin-left: 1%;
	margin-right: 1%;
	height:auto;
	counter-increment: gallery-cell;
	background: #121212;
	border-radius: 6px;
	padding: 20px !important;
}

.m_t_cart-related_image {
	width: 100%;
	margin-bottom: 15px;
}

.m_t_cart-related_image img {
	width: 50%;
	margin-left: 25%;
	margin-right: 25%;
}

.m_t_cart-related_name {
	font-weight: bold;
	text-align: center;
	height: 35px;
	line-height: 16px;
}

.m_t_cart-related_price {
	color: #6FC729;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}

/* SM landscape phones */
@media (max-width: 767.98px) {

.m_t_cart-related_item {
	width: 49%;
	margin-left: 1%;
	margin-right: 1%;
}
	
}

/* XS Portrait phones */
@media (max-width: 575.98px) {

.m_t_cart-related_carousel {
	width:90%;
	padding:0 30px 0 30px;
	margin-left: 5%;
	margin-right: 5%;
}
	
.m_t_cart-related_item {
	width: 100%;
}

}

/* ------------------------------------------------- TIENDA: CART-SUMMARY */

.m_t_cart-summary {
	background: #121212;
	border-radius: 6px;
	padding: 30px;
	margin-top: 60px;
}

.m_t_cart-summary_title {
	color: #6FC729;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 15px;
}

.m_t_cart-summary_left {
	float: left;
	width: 50%;
	padding: 5px 0 5px 0;
}

.m_t_cart-summary_right {
	float: left;
	width: 50%;
	text-align: right;
	padding: 5px 0 5px 0;
}

.m_t_cart-summary_continue,
.m_t_cart-summary_continue:link,
.m_t_cart-summary_continue:visited {
	color: #8e44ad;
	display: block;
	text-align: center;
	padding: 10px;
	margin-top: 15px;
}
.m_t_cart-summary_continue:active,
.m_t_cart-summary_continue:focus,
.m_t_cart-summary_continue:hover {
	color: #5e35b1;
	font-weight: bold;
}

/* Md Tablets*/
@media (max-width: 1099.98px) {
	
.m_t_cart-summary {
	margin-top: 15px;
}
	
}

/* SM landscape phones */
@media (max-width: 767.98px) {

.m_t_cart-summary {
	margin-top: 0;
}
	
}

/* XS Portrait phones */
@media (max-width: 575.98px) {
	
.m_t_cart-summary {
	border-radius: 0;
}

}

/* ------------------------------------------------ TIENDA: CHECKOUT-FORM */

.m_t_checkout-form {
	border-radius: 6px;
	padding: 30px;
	background: #121212;
}

.m_t_checkout-form-title {
	color: #6FC729;
	font-weight: bold;
	margin-bottom: 15px;
	font-size: 18px;
}

/* SM landscape phones */
@media (max-width: 767.98px) {

.m_t_checkout-form {
	border-radius: 0;
}

}

.card_deliverymethod {
	margin-bottom: 10px;
	padding-bottom: 50px;
	background-color: #232323;
}

.card-body {
	color: #121212;
	background-color: #D3D3D3;
}
/* ---------------------------------------------- TIENDA: CHECKOUT-HEADER */
.m_t_checkout-header {
	background: #232323;
	font-size: 25px;
	color: #FFFFFF;
	height: 60px;
	line-height: 60px;
	letter-spacing: 1px;
	position: fixed;
	width: 100%;
	z-index: 2000;
	text-align: center;
}

.m_t_checkout-header_secure {
	float: left;
	height: 60px;
	line-height: 60px;
	font-size: 10px;
	color: #FFFFFF;
	width: 30%;
	text-align: left;
}

.m_t_checkout-header_market {
	font-weight: bold;
	color: #6FC729;
	height: 60px;
}

.m_t_checkout-header_logo {
	display: inline-block;
	vertical-align: top;
	padding: 0 10px 0 10px;
	float: right;
	width: 30%;
	text-align: right;
}

.m_t_checkout-header_logo img {
	height: 40px;
	margin-top: 10px;
	vertical-align: top;
}

/* SM landscape phones */
@media (max-width: 767.98px) {

.m_t_checkout-header_secure {
	width: 15%;
}
	
.m_t_checkout-header_logo {
	width: 15%;
	padding: 0 0 0 10px;
}
	
}

/* ----------------------------------------------- TIENDA: CHECKOUT-STEPS */

.m_t_checkout-steps {
	height: 50px;
	margin: 30px 0 30px 0;
}

.m_t_checkout-steps_step {
	height: 50px;
	width: 23%;
	color: #666666;
	border-radius: 6px;
	overflow: hidden;
	font-size: 18px;
	float: left;
}

.m_t_checkout-steps_step-number {
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 50px;
	background: #CCCCCC;
	font-weight: bold;
}

.m_t_checkout-steps_step-number-selected {
	background:#0062C6;
	color: #121212;
	font-weight: bold;
}

.m_t_checkout-steps_step-text {
	height: 50px;
	line-height: 50px;
	width: 20%;
	flex:1;
	background: #121212;
	padding-left: 15px;
}

.m_t_checkout-steps_step-text-selected {
	background: #29b6f6;
	color: #121212;
	font-weight: bold;
}

.m_t_checkout-steps_space {
	float: left;
	width: 2.666666666666667%;
}

/* Md Tablets*/
@media (max-width: 1099.98px) {

.m_t_checkout-steps {
	height: 40px;
}

.m_t_checkout-steps_step {
	height: 40px;
	font-size: 12px;
}

.m_t_checkout-steps_step-number {
	height: 40px;
	width: 30px;
	line-height: 40px;
}

.m_t_checkout-steps_step-text {
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
}

}

/* SM landscape phones */
@media (max-width: 767.98px) {

.m_t_checkout-steps {
	height: 40px;
	margin: 15px 0 15px 0;
}

}

/* XS Portrait phones */
@media (max-width: 575.98px) {

.m_t_checkout-steps {
	height: auto;
	margin: 15px 0 15px 0;
}
	
.m_t_checkout-steps_step {
	width: 100%;
	float: none;
}
	
.m_t_checkout-steps_space {
	float: none;
}

}

/* --------------------------------------------- TIENDA: CHECKOUT-SUMMARY */

.m_t_checkout-summary_1 {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	padding: 30px;
	background:#CCE2FA;
	color:#29b6f6;
	font-size: 18px;
	line-height: 18px;
	font-style: italic;
	border:1px solid #121212;
}

.m_t_checkout-summary_2 {
	padding: 10px 30px 10px 30px;
	background: #121212;
}

.m_t_checkout-summary_2 div:last-child {
	border-bottom: 0;
}

.m_t_checkout-summary_3 {
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	padding: 30px;
	background: #333333;
	border:1px solid #121212;
}

.m_t_checkout-summary_item {
	border-bottom: 1px solid #2A2A2A;
	padding: 15px 0 15px 0;
}

.m_t_checkout-summary_item-image {
	width: 30%;
	float: left;
}

.m_t_checkout-summary_item-image img {
	height: 90px;
}

.m_t_checkout-summary_item-data {
	width: 70%;
	float: left;
}

.m_t_checkout-summary_item-type {
	font-size: 14px;
	font-weight: bold;
}

.m_t_checkout-summary_item-namee {
	font-size: 16px;
}

.m_t_checkout-summary_item-price {
	font-size: 14px;
	font-weight: bold;
	color: #6FC729;
}

/* SM landscape phones */
@media (max-width: 767.98px) {

.m_t_checkout-summary_1 {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border: 0;
}

.m_t_checkout-summary_2 div:last-child {
	border-bottom: 0;
}

.m_t_checkout-summary_3 {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border: 0;
}

}

/* ----------------------------------------------- TIENDA: CONFIGURATIONS */

.m_t_configurations {
	padding: 60px 0 60px 0;
	background: #2A2A2A;
}

.m_t_configurations_title {
	color: #6FC729;
	font-weight: bold;
	font-size: 25px;
	margin-bottom: 30px;
	text-align: center;
}

.m_t_configurations_row-1 {
	background: #121212;
	border-radius: 6px;
	padding: 30px;
}

.m_t_configurations_row-2 {
	border-radius: 6px;
	padding: 30px;
}

.m_t_configurations_component {
	color: #6FC729;
	font-weight: bold;
	font-size: 16px;
}

.m_t_configurations_option {
	font-size: 16px;
	line-height: 16px;
	display: block;
	padding: 10px 0 10px 0;
}

/* SM landscape phones */
@media (max-width: 767.98px) {

.m_t_configurations {
	padding: 15px 0 30px 0;
}
	
.m_t_configurations_title {
	font-size: 20px;
	margin-bottom: 15px;
}

.m_t_configurations_row-1 {
	border-radius: 0;
	padding: 20px 0 20px 0;
}

.m_t_configurations_row-2 {
	border-radius: 0;
	padding: 20px 0 20px 0;
}

.m_t_configurations_component {
	font-size: 16px;
}

.m_t_configurations_option {
	font-size: 14px;
	padding: 5px 0 5px 0;
}

}

/* ------------------------------------------------------- TIENDA: DETAIL */

.m_t_detail {
	background: #121212;
	padding-top: 60px;
}

.m_t_detail_left {
	float: left;
	width: 30%;
}

.m_t_detail_right {
	float: right;
	width: 70%;
	text-align: center;
}

.m_t_detail_title {
	color: #6FC729;
	font-size: 25px;
	font-weight: bold;
}

.m_t_detail_name {
	color: #6FC729;
	font-size: 60px;
	line-height: 60px;
	font-weight: bold;
	margin-bottom: 15px;
}

.m_t_detail_text {
	font-size: 16px;
	margin-bottom: 30px;
}

.m_t_detail_from {
	font-size: 20px;
}

.m_t_detail_price {
	font-size: 30px;
	color: #6FC729;
	font-weight: bold;
	margin-bottom: 30px;
}

.m_t_detail_image {
	height: 650px;
}

/* Lg Desktops */
@media (max-width: 1499.98px) {

.m_t_detail_left {
	width: 40%;
}

.m_t_detail_right {
	width: 60%;
}
	
.m_t_detail_image {
	height: 550px;
}

}

/* Md Tablets*/
@media (max-width: 1099.98px) {

.m_t_detail {
	padding-top: 30px;
}
	
.m_t_detail_left {
	width: 100%;
}

.m_t_detail_right {
	width: 100%;
}
	
.m_t_detail_image {
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	height: auto;
	margin-top: 30px;
}

}

/* SM landscape phones */
@media (max-width: 767.98px) {

.m_t_detail {
	padding-top: 15px;
}
	
.m_t_detail_title {
	font-size: 18px;
}

.m_t_detail_name {
	font-size: 35px;
	line-height: 35px;
	margin-bottom: 10px;
}

.m_t_detail_text {
	font-size: 14px;
	margin-bottom: 15px;
}

.m_t_detail_from {
	font-size: 18px;
	line-height: 18px;
}

.m_t_detail_price {
	font-size: 20px;
	margin-bottom: 10px;
}

}

/* ------------------------------------------------------ WEBSITE: FILTER */

.m_t_filter {
	width: 325px;
	background: #121212;
	min-height: 100vh;
	border-left: 1px solid #CCCCCC;
}

.m_t_filter_main {
	padding: 18px 30px 10px 30px;
}

.m_t_filter_close,
.m_t_filter_close:active,
.m_t_filter_close:focus,
.m_t_filter_close:hover,
.m_t_filter_close:link,
.m_t_filter_close:visited {
	display: block;
	font-weight: bold;
	padding: 0 20px 20px 0;
	font-size: 28px;
	line-height: 28px;
	color: #FAFAFA;
}

.m_t_filter_title {
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 1px;
	color: #6FC729;
	margin-bottom: 15px;
}

.m_t_filter_header,
.m_t_filter_header:active,
.m_t_filter_header:focus,
.m_t_filter_header:hover,
.m_t_filter_header:link,
.m_t_filter_header:visited {
	display: block;
	font-weight: bold;
	border-top: 1px solid #DDDDDD;
	padding: 10px 0 10px 0;
	color: #232323;
}

.m_t_filter_option,
.m_t_filter_option:link,
.m_t_filter_option:visited {
	display: block;
	padding: 5px 0 5px 0;
	color: #232323;
}

.m_t_filter_option:active
.m_t_filter_option:focus,
.m_t_filter_option:hover {
	font-weight: bold;
}

/* ------------------------------------------------------ TIENDA: GALLERY */

.m_t_gallery {
	background: #121212;
	padding: 90px 90px 0 90px;
}

.m_t_gallery_carousel {
	width:100%;
	height:auto;
	overflow:hidden;
}

.m_t_gallery_item {
	width: 33.333333333333333%;
	height:auto;
	counter-increment: gallery-cell;
	text-align: center;
}

.m_t_gallery_item img {
	width: 90%;
	
}

/* Md Tablets*/
@media (max-width: 1099.98px) {

.m_t_gallery {
	background: #121212;
	padding: 30px 30px 0 30px;
}

}

/* SM landscape phones */
@media (max-width: 767.98px) {
	
.m_t_gallery_item {
	width: 100%;
}
	
.m_t_gallery_item img {
	width: 80%;
	
}

}

/* --------------------------------------------------------- TIENDA: GRID */

.m_t_grid {
	background: #0A0A0A;
	padding: 30px 0 60px 0;
}

.m_t_grid_title {
	color: #6FC729;
	font-weight: bold;
	font-size: 25px;
}

.m_t_grid_subtitle {
	font-size: 20px;
	margin-bottom: 15px;
}

.m_t_grid_menu {
	height: 70px;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 1px;
	margin-bottom: 50px;
}

.m_t_grid_menu-option-1,
.m_t_grid_menu-option-1:link,
.m_t_grid_menu-option-1:visited {
	height: 70px;
	float: left;
	width: 33.333333%;
	text-align: center;
	background: #1E1E1E;
	color: #999999;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	padding-top: 15px;
	font-weight: bold;
	position: relative;
}
.m_t_grid_menu-option-1:active,
.m_t_grid_menu-option-1:focus,
.m_t_grid_menu-option-1:hover {
	color: #999999;
	background: #121212;
}

.m_t_grid_menu-option-2,
.m_t_grid_menu-option-2:link,
.m_t_grid_menu-option-2:visited {
	height: 70px;
	float: left;
	width: 33.333333%;
	text-align: center;
	background: #1E1E1E;
	color: #999999;
	padding-top: 15px;
	font-weight: bold;
	position: relative;
}
.m_t_grid_menu-option-2:active,
.m_t_grid_menu-option-2:focus,
.m_t_grid_menu-option-2:hover {
	color: #999999;
	background: #121212;
}

.m_t_grid_menu-option-3,
.m_t_grid_menu-option-3:link,
.m_t_grid_menu-option-3:visited {
	height: 70px;
	float: left;
	width: 33.333333%;
	text-align: center;
	background: #1E1E1E;
	color: #999999;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	padding-top: 15px;
	font-weight: bold;
	position: relative;
}
.m_t_grid_menu-option-3:active,
.m_t_grid_menu-option-3:focus,
.m_t_grid_menu-option-3:hover {
	color: #999999;
	background: #121212;
}

.m_t_grid_menu-option-selected {
	background: #6FC729 !important;
	font-weight: bold !important;
	color: #121212 !important;
	text-align: center !important;
}

.m_t_grid_menu-option-arrow {
	width: 0; 
	height: 0; 
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #6FC729;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	bottom: -20px;
}

.m_t_grid_menu-option-text {
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
}

.m_t_grid_tools {
	height: 40px;
	margin-bottom: 30px;
}

.m_t_grid_tools-option,
.m_t_grid_tools-option:link,
.m_t_grid_tools-option:visited {
	display: inline-block;
	border-radius: 6px;
	background: #121212;
	color: #FAFAFA;
	height: 40px;
	line-height: 40px;
	padding: 0 10px 0 10px;
	width: 180px;
}
.m_t_grid_tools-option:active,
.m_t_grid_tools-option:focus,
.m_t_grid_tools-option:hover {
	font-weight: bold;
}


.m_t_grid_tools-select {
	height: 40px;
	margin-left: 20px;
	width: 180px;
	border: none;
	background: #FFFFFF;
	border-radius: 6px;
	padding-left: 15px;
}

.m_t_grid_margin-fix {
	margin-left: -10px;
	margin-right: -10px;
}



.m_t_grid_item {
	width: 33.333333333%;
}

.m_t_grid_item-block {
	background: #333333;
	padding: 30px;
	padding-top: 15px;
	margin: 10px;
}

.m_t_grid_pagination {
	margin: 30px 0 30px 0;
}

/* Md Tablets*/
@media (max-width: 1099.98px) {

.m_t_grid_menu {
	height: 40px;
	font-size: 18px;
	line-height: 18px;
	letter-spacing:normal;
	margin-bottom: 40px;
}
	
.m_t_grid_menu-option-1,
.m_t_grid_menu-option-1:link,
.m_t_grid_menu-option-1:visited {
	height: 40px;
	padding-top: 10px;
}

.m_t_grid_menu-option-2,
.m_t_grid_menu-option-2:link,
.m_t_grid_menu-option-2:visited {
	height: 40px;
	padding-top: 10px;
}

.m_t_grid_menu-option-3,
.m_t_grid_menu-option-3:link,
.m_t_grid_menu-option-3:visited {
	height: 40px;
	padding-top: 10px;
}
	
.m_t_grid_item {
	width: 50%;
}

}

/* SM landscape phones */
@media (max-width: 767.98px) {

.m_t_grid {
	padding: 15px 0 30px 0;
}

}

/* XS Portrait phones */
@media (max-width: 575.98px) {
	
.m_t_grid_menu {
	font-size: 12px;
}	

.m_t_grid_tools-option,
.m_t_grid_tools-option:link,
.m_t_grid_tools-option:visited {
	width: 120px;
	font-size: 12px;
}

.m_t_grid_tools {
	margin-bottom: 15px;
}
	
.m_t_grid_tools-select {
	margin-left: 10px;
	width: 120px;
	padding-left: 10px;
	font-size: 12px;
}

.m_t_grid_item {
	width: 100%;
}

.m_t_grid_item-block {
	padding: 30px;
	margin: 0 0 15px 0;
}	

.m_t_grid_margin-fix {
	margin-left: 0;
	margin-right: 0;
}
	
}

/* --------------------------------------------------------- TIENDA: USER */

.m_t_user {
	background-color:#2A2A2A;
	padding: 40px 0 40px 0;
}

.m_t_user_menu {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 16px;
}

.m_t_user_option,
.m_t_user_option:link,
.m_t_user_option:visited {
	border-top: 1px solid #CCCCCC;
	padding: 10px;
	color: #FAFAFA;
	display: block;
	width: 90%;
}
.m_t_user_option:active,
.m_t_user_option:focus,
.m_t_user_option:hover {
	color: #000000;
	font-weight: bold;
}

.m_t_user_option-selected {
	background: #CCCCCC;
	font-weight: bold;
}

.m_t_user_block {
	background: #121212;
	padding: 40px;
	border-radius: 6px;
	min-height: 600px;
}

.m_t_user_title {
	font-size: 28px;
	font-weight: bold;
	color: #6FC729;
	letter-spacing: 1px;
	margin-bottom: 5px;
}

.m_t_user_subtitle {
	font-size: 18px;
	letter-spacing: 1px;
	font-style: italic;
	margin-bottom: 15px;
}

/* SM landscape phones */
@media (max-width: 767.98px) {

.m_t_user {
	background-color:#2A2A2A;
	padding: 0;
}	
	
.m_t_user_pad {
	padding: 0;
}
	
.m_t_user_block {
	padding: 15px 15px 30px 15px;
	border-radius: 0;
	min-height:auto;
}

.m_t_user_mobile,
.m_t_user_mobile:active,
.m_t_user_mobile:focus,
.m_t_user_mobile:hover,
.m_t_user_mobile:link,
.m_t_user_mobile:visited {
	display: block;
	width: 100%;
	border-top: 1px solid #1E1E1E;
	padding: 20px 0 20px 0;
	font-size: 16px;
	color: #FAFAFA;
	font-weight: bold;
	vertical-align: middle;
	line-height: 20px;
}
	
.m_t_user_mobile-bars {
	font-size: 20px;
	line-height: 20px;
	vertical-align: middle;
	margin-right: 5px;
}
	
}

/* ----------------------------------------------------- WEBSITE: CAROUSEL */

.m_w_carousel {
	width:100%;
	height:auto;
	overflow:hidden;
	padding:0 30px 0 30px;
	margin-top: 60px;
	margin-bottom: 30px;
}

.m_w_carousel-2 {
	width:100%;
	height:auto;
	overflow:hidden;
	padding:0 30px 0 30px;
	margin-top: 40px;
	margin-bottom: 30px;
}

.m_w_carousel_item {
	width: 33.333333333333333%;
	height:auto;
	counter-increment: gallery-cell;
}

.m_w_carousel_item-4 {
	width: 25%;
	height:auto;
	counter-increment: gallery-cell;
	text-align: center;
}

/* Md Tablets*/
@media (max-width: 1099.98px) {
	
.m_w_carousel_item {
	width: 50%;
}
	
	.m_w_carousel_item-4 {
		width: 33.33333%;
	}

}

/* SM landscape phones */
@media (max-width: 767.98px) {

.m_w_carousel {
	padding:0 30px 0 30px;
	margin-top: 30px;
	margin-bottom: 60px;
}
	
.m_w_carousel_item {
	width: 100%;
}
	
}

/* XS Portrait phones */
@media (max-width: 575.98px) {

	.m_w_carousel_item-4 {
		width: 100%;
	}
	
}

/* ------------------------------------------------------ WEBSITE: FOOTER */

.m_w_footer {
	background: #232323;
	z-index: 100;
	padding: 90px 0 90px 0;
	color: #FFFFFF;
}

.m_w_footer_logo {
	height: 60px;
	margin-bottom: 20px;
}

.m_w_footer_contact-1 {
	font-size: 13px;
	font-weight: bold;
}

.m_w_footer_contact-2 {
	font-size: 13px;
	margin-bottom: 15px;
}

.m_w_footer_header,
.m_w_footer_header:link,
.m_w_footer_header:visited {
	font-weight: bold;
	color: #61AF24;
	display: block;
	letter-spacing: 1px;
}
.m_w_footer_header:active,
.m_w_footer_header:focus,
.m_w_footer_header:hover {
	color: #6FC729;
}

.m_w_footer_option,
.m_w_footer_option:link,
.m_w_footer_option:visited {
	color: #EEEEEE;
	display: block;
	letter-spacing: 1px;
	padding: 4px 0 4px 0;
}
	.m_w_footer_option:active,
	.m_w_footer_option:focus,
	.m_w_footer_option:hover {
		color: #FFFFFF;
	}

.m_w_footer_divider {
	height: 1px;
	width: 100%;
	background: #333333;
	margin: 30px 0 30px 0;
}

.m_w_footer_suscribe-text {
	display: inline-block;
	color: #FFFFFF;
	letter-spacing: 1px;
	margin-right: 15px;
	vertical-align: middle;
}

.m_w_footer_suscribe-field {
	display: inline-block;
	width: 250px;
	color: #FFFFFF;
	margin-right: 15px;
	background: #333333;
	border-radius: 6px;
	border: none;
	height: 40px;
	vertical-align: middle;
	padding: 5px 5px 5px 15px;
}
.m_w_footer_suscribe-field:focus {
	background: #393939;
}

.m_w_footer_suscribe-plane,
.m_w_footer_suscribe-plane:link,
.m_w_footer_suscribe-plane:visited {
	display: inline-block;
	color: #61AF24;
	vertical-align: middle;
}
.m_w_footer_suscribe-plane:active,
.m_w_footer_suscribe-plane:focus,
.m_w_footer_suscribe-plane:hover {
	color: #6FC729;
}

.m_w_footer_social,
.m_w_footer_social:link,
.m_w_footer_social:visited {
	color: #EEEEEE;
	display: inline-block;
	text-align: right;
	font-size: 2.3em;
	margin-left: 10px;
	margin-right: 10px;
}
.m_w_footer_social:active,
.m_w_footer_social:focus,
.m_w_footer_social:hover {
	color: #FFFFFF;
}

.m_w_footer_footlink,
.m_w_footer_footlink:link,
.m_w_footer_footlink:visited {
	color: #EEEEEE;
	display: inline-block;
	font-size: 13px;
	padding: 10px;
}
.m_w_footer_footlink:active,
.m_w_footer_footlink:focus,
.m_w_footer_footlink:hover {
	color: #FFFFFF;
}

/* Md Tablets*/
@media (max-width: 1099.98px) {

.m_w_footer {
	padding: 60px 0 60px 0;
}
	
.m_w_footer_suscribe-text {
	margin-bottom: 5px;
}

}

/* SM landscape phones */
@media (max-width: 767.98px) {
	
.m_w_footer {
	text-align: center;
}

	.m_w_footer_option,
	.m_w_footer_option:link,
	.m_w_footer_option:visited {
		padding: 6px 0 6px 0;
		position: relative; /* Asegúrate de que el z-index tenga efecto */
		z-index: 5; /* Ajusta según sea necesario */
	}
	
.m_w_footer_footlink,
.m_w_footer_footlink:link,
.m_w_footer_footlink:visited {
	display: block;
	font-size: 13px;
	padding: 8px;
}

}

/* ------------------------------------------------------ WEBSITE: HEADER */

.m_w_header_pad {
	padding: 0;
	display: flex;
}

.m_w_header {
	background: #232323;
	height: 80px;
	position: fixed;
	width: 100%;
	top: 45px;
	z-index: 2000;
}

.m_w_header_logott {
	height: 34px;
	display: block;
	margin-top: 23px;
	vertical-align: top;
	float: left;
	margin-right: 15px;
}

.m_w_header_logood {
	height: 80px;
	display: block;
	margin-top: 0;
	vertical-align: top;
	float: left;
}

.m_w_header_logo {
	height: 34px;
	display: block;
	margin-top: 23px;
	vertical-align: top;
	float: left;
	margin-right: 25px;
}

.d_w_header_buttons {
	flex: 1;
	text-align: center;
}

.m_w_header_option,
.m_w_header_option:link,
.m_w_header_option:visited {
	min-width: 25%;
	height: 58px;
	display: inline-block;
	vertical-align: top;
	padding: 11px 15px 0 15px;
	color: #6FC729;
	background-color: #313131;
	border-radius: 5px;
	margin: 10px 5px 10px 5px;
	border: 1px solid #4B4B4B;
	text-align: left;
}
.m_w_header_option:active,
.m_w_header_option:focus,
.m_w_header_option:hover {
	background-color: #232323;
}

.m_w_header_option-1 {
	color: #FFFFFF;
	font-size: 16px;
	line-height: 17px;
	font-weight: bold;
	letter-spacing: 1px;
}

.m_w_header_option-2 {
	font-size: 12px;
	font-style: italic;
}

.m_w_header_cart,
.m_w_header_cart:link,
.m_w_header_cart:visited {
	display: block;
	float: right;
	width: 60px;
	height: 80px;
	line-height: 80px;
	font-size: 25px;
	color: #6FC729;
	text-align: center;
}
.m_w_header_cart:active,
.m_w_header_cart:focus,
.m_w_header_cart:hover {
	color: #FFFFFF;
}

.m_w_header_cart-items {
	background: #D23134;
	color: #FFFFFF;
	font-size: 11px;
	text-align: center;
	width: 40px;
	height: 20px;
	line-height: 20px;
	padding: 0 3px 0 3px;
	border-radius: 5px;
	position: absolute;
	top: 5px;
	right: 5px;
	letter-spacing: 1px;
}

.m_w_header_user,
.m_w_header_user:link,
.m_w_header_user:visited {
	display: block;
	float: right;
	width: 60px;
	height: 80px;
	line-height: 80px;
	font-size: 25px;
	color: #6FC729;
	text-align: center;
}
.m_w_header_user:active,
.m_w_header_user:focus,
.m_w_header_user:hover {
	color: #FFFFFF;
}

.m_w_header_bars,
.m_w_header_bars:link,
.m_w_header_bars:visited {
	display: block;
	float: right;
	width: 80px;
	height: 80px;
	line-height: 80px;
	font-size: 25px;
	color: #6FC729;
	text-align: center;
}
.m_w_header_bars:active,
.m_w_header_bars:focus,
.m_w_header_bars:hover {
	color: #FFFFFF;
}

.m_w_header_fix {
	height: 125px;
}

.m_w_header_fix-small {
	height: 60px;
}

/* Md Tablets*/
@media (max-width: 1099.98px) {

	.m_w_header_logott {
		margin-top: 13px;
		margin-right: 7px;
	}
	
	.m_w_header_logo {
		height: 34px !important;
		margin-top: 13px;
		float: left;
		margin-right: 40px;
	}
	
	.m_w_header_logood {
		height: 60px;
		display: block;
		margin-top: 0;
		vertical-align: top;
		float: left;
		margin-left: 20px;
	}

	
	.m_w_header_fix {
		height: 60px;
	}

	.d_w_header_buttons {
		display: none;
	}
	
	.m_w_header_pad {
		padding: 0;
		display:block;
	}

}

/* SM landscape phones */
@media (max-width: 1099.98px) {

	.m_w_header_logott {
		margin-top: 13px;
		margin-right: 7px;
		margin-left: 15px;
	}
	
.m_w_header {
	top: 0;
	height: 60px;
}
	
.m_w_header_pad {
	padding: 0;
}

.m_w_header_logo {
	height: 40px;
	margin-right:0;
	margin-left: 10px;
}
	
.m_w_header_cart,
.m_w_header_cart:link,
.m_w_header_cart:visited {
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 20px;
}

.m_w_header_bars,
.m_w_header_bars:link,
.m_w_header_bars:visited {
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 20px;
}
.m_w_header_bars:active,
.m_w_header_bars:focus,
.m_w_header_bars:hover {
	color: #FFFFFF;
}
	
.m_w_header_fix {
	height: 60px;
}
	
}

/* XS Portrait phones */
@media (max-width: 575.98px) {
	
.m_w_header {
	height: 60px;
}
	
.m_w_header_pad {
	padding: 0;
}
	
	.m_w_header_logott {
		margin-top: 18px;
		margin-right: 0px;
		margin-left: 15px;
		height: 25px;
	}
	
	.m_w_header_logood {
		display: none;
		height: 60px;
		margin-top: 0;
		vertical-align: top;
		float: left;
		margin-left: 20px;
	}
	
.m_w_header_logo {
	height: 40px;
	margin-right:0;
	margin-left: 10px;
}
	
.m_w_header_cart,
.m_w_header_cart:link,
.m_w_header_cart:visited {
	width: 50px;
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	margin-right: 15px;
}

.m_w_header_bars,
.m_w_header_bars:link,
.m_w_header_bars:visited {
	width: 50px;
	height: 60px;
	line-height: 60px;
	font-size: 20px;
}
.m_w_header_bars:active,
.m_w_header_bars:focus,
.m_w_header_bars:hover {
	color: #FFFFFF;
}

}

/* ------------------------------------------------------- WEBSITE: LOGIN */

.m_w_login {
	width: 325px;
	background: #1E1E1E;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	-webkit-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.15);
	box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.15);
}

.m_w_login-top {
	width: 100%;
	background: #121212;
	padding: 30px;
}

.m_w_login-bottom {
	padding: 30px;
	width: 100%;
}

.m_w_login_title {
	font-size: 18px;
	color: #6FC729;
	font-weight: bold;
	margin-bottom: 15px;
}

.m_w_login_enter,
.m_w_login_enter:link,
.m_w_login_enter:visited {
    height: 50px;
	width: 100%;
	line-height: 46px;
	font-size: 14px;
	text-align: center;
	display: block;
	border-radius: 6px;
	background-color: #121212;
	border: 3px solid #8e44ad;
	color: #8e44ad;
	font-weight: bold;
}
.m_w_login_enter:active,
.m_w_login_enter:focus,
.m_w_login_enter:hover {
	color: #5e35b1;
	border: 5px solid #5e35b1;
	line-height: 43px;
}

.m_w_login_forgot,
.m_w_login_forgot:link,
.m_w_login_forgot:visited {
	color: #FAFAFA;
	display: block;
	width: 100%;
	text-align: center;
	padding: 10px;
}
.m_w_login_forgot:active,
.m_w_login_forgot:focus,
.m_w_login_forgot:hover {
	text-decoration: underline;
}

.m_w_login_register,
.m_w_login_register:link,
.m_w_login_register:visited {
	height: 50px;
	width: 100%;
	line-height: 46px;
	font-size: 14px;
	text-align: center;
	display: block;
	border-radius: 6px;
	background-color: #8e44ad;
	color: #121212;
	font-weight: bold;
	padding-top: 2px;
}
.m_w_login_register:active,
.m_w_login_register:focus,
.m_w_login_register:hover {
	background-color:#5e35b1;
}

/*---------------------------------------------------------- WEBSITE: MAP */

.m_w_map {
	position:relative;
}

.map {
	display:block;
	width:100%;
	height:87.5vh;
}

.m_w_map_locations {
	width:300px;
	height:67.5vh;
	background:#121212;
	position:absolute;
	top:10vh;
	left:10vh;
	padding:30px;
	overflow:scroll;
	border-radius:6px;
	overflow-y: scroll;
	overflow-x: hidden;
}

.m_w_map_title {
	color: #6FC729;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 18px;
	margin-bottom: 10px;
}

.m_w_map_region,
.m_w_map_region:link,
.m_w_map_region:visited {
	display:block;
	color:#666666;
	padding:10px 0 10px 0;
	border-bottom:1px solid #1E1E1E;
	font-size: 12px;
}
.m_w_map_region:active,
.m_w_map_region:focus,
.m_w_map_region:hover {
	color:#000000;
	font-weight: bold;
}

.m_w_map_region:last-child {
	border-bottom:none;
}

.m_w_map_stores {
	padding:10px 0 10px 0;
	margin-left:30px;
}

.m_w_map_store,
.m_w_map_store:link,
.m_w_map_store:visited {
	display:block;
	color:#666666;
	padding:10px 0 10px 0;
	border-bottom:1px solid #1E1E1E;
	font-size: 12px;
}
.m_w_map_store:active,
.m_w_map_store:focus,
.m_w_map_store:hover {
	color:#000000;
	font-weight: bold;
}

.m_w_map_selected {
	font-weight:bold;
	color:#6FC729 !important;
}

.m_w_map_details {
	font-size:12px;
	padding:10px;
	background:#1E1E1E;
	position:relative;
	top:-1px;
	border-radius: 6px;
	margin-bottom: 15px;
}

.m_w_map_route,
.m_w_map_route:active,
.m_w_map_route:link,
.m_w_map_route:focus,
.m_w_map_route:hover,
.m_w_map_route:visited {
	display: block;
	font-weight:bold;
	color:#9CCC65;
	margin-top: 10px;
}

/* Lg Desktops */
@media (max-width: 1499.98px) {

.map {
	display:block;
	width:100%;
	height:82.5vh;
}

.m_w_map_locations {
	width:300px;
	height:72.5vh;
	background:#121212;
	position:absolute;
	top:5vh;
	left:5vh;
	padding:30px;
	overflow:scroll;
	border-radius:6px;
	overflow-y: scroll;
	overflow-x: hidden;
}

}

/* SM landscape phones */
@media (max-width: 767.98px) {

.m_w_map_locations {
	width:100%;
	height:auto;
	background:#121212;
	position:relative;
	top:auto;
	left:auto;
	padding:30px 15px 30px 15px;
	overflow:auto;
	border-radius:0;
}

.m_w_map_region:link {
	padding:10px 0 10px 0;
}

.m_w_map_store:link {
	padding:10px 0 10px 0;
}

}

/* ------------------------------------------------- WEBSITE: MENU - DROP */

.m_w_menu-drop {
	width: 325px;
	padding: 30px;
	background: #121212;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	-webkit-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.15);
	box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.15);
}

.m_w_menu-drop a:last-child {
	border-bottom: 0;
}

.m_w_menu-drop_option,
.m_w_menu-drop_option:link,
.m_w_menu-drop_option:visited {
	font-size: 16px;
	line-height: 16px;
	color: #FAFAFA;
	display: block;
	border-bottom: 1px solid #2A2A2A;
	letter-spacing: 1px;
	padding: 15px;
}
.m_w_menu-drop_option:active,
.m_w_menu-drop_option:focus,
.m_w_menu-drop_option:hover {
	font-weight: bold;
}

/* ------------------------------------------------- WEBSITE: MENU-MOBILE */

.m_w_menu-mobile {
	width: 325px;
	background: #121212;
	min-height: 100vh;
	border-left: 1px solid #CCCCCC;
}

.m_w_menu-mobile_main {
	padding: 18px 30px 10px 30px;
}

.m_w_menu-mobile_close,
.m_w_menu-mobile_close:active,
.m_w_menu-mobile_close:focus,
.m_w_menu-mobile_close:hover,
.m_w_menu-mobile_close:link,
.m_w_menu-mobile_close:visited {
	font-weight: bold;
	padding: 20px 20px 20px 0;
	font-size: 28px;
	line-height: 28px;
	color: #FAFAFA;
}

.m_w_menu-mobile_field {
	padding: 20px 30px 20px 30px;
	background-color: #1E1E1E;
}

.m_w_menu-mobile_login {
	padding: 10px 30px 8px 30px;
	background-color: #121212;
}

.m_w_menu-mobile_sub {
	padding: 20px 30px 20px 30px;
	background-color: #1E1E1E;
}

.m_w_menu-mobile_contactdata {
	padding: 30px 30px 20px 30px;
	background-color: #121212;
}

.m_w_menu-mobile_mainoption,
.m_w_menu-mobile_mainoption:active,
.m_w_menu-mobile_mainoption:focus,
.m_w_menu-mobile_mainoption:hover,
.m_w_menu-mobile_mainoption:link,
.m_w_menu-mobile_mainoption:visited {
	display: block;
	color: #FAFAFA;
	padding: 20px 0 20px 0;
	border-bottom: 1px solid #2A2A2A;
}

.m_w_menu-mobile_fix {
	height: 3px;
	background: #121212;
	position: relative;
	top: -2px;
}

.m_w_menu-mobile_mainoption-1 {
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 1px;
}

.m_w_menu-mobile_mainoption-2 {
	font-style: italic;
	color: #9CCC65;
}

.m_w_menu-mobile_wrap {
	position: relative;
	display: inline-block;
	height: 50px;
	width: 100%;
	vertical-align: top;
	text-align: right;
}

.m_w_menu-mobile_search {
	width: 100%;
	height: 40px;
	border: 2px solid #000000;
	border-radius: 20px;
	padding: 8px 35px 10px 15px;
	font-style: italic;
	font-weight: bold;
	font-size: 15px;
	margin-top: 5px;
	box-sizing: border-box;
}

.m_w_menu-mobile_icon {
	position: absolute;
	right: 16px;
	top: 17px;
}

.m_w_menu-mobile_accesoption,
.m_w_menu-mobile_accesoption:active,
.m_w_menu-mobile_accesoption:focus,
.m_w_menu-mobile_accesoption:hover,
.m_w_menu-mobile_accesoption:link,
.m_w_menu-mobile_accesoption:visited {
	color: #FAFAFA;
	display: block;
	padding: 20px 0 20px 0;
	border-bottom: 1px solid #2A2A2A;
}

.m_w_menu-mobile_aicon {
	color: #6FC729;
	margin-right: 5px;
}

.m_w_menu-mobile_suboption,
.m_w_menu-mobile_suboption:active,
.m_w_menu-mobile_suboption:focus,
.m_w_menu-mobile_suboption:hover,
.m_w_menu-mobile_suboption:link
.m_w_menu-mobile_suboption:visited {
	color: #FAFAFA;
	display: block;
	padding: 8px 0 8px 0;
}

.m_w_menu-mobile_contact-1 {
	font-weight: bold;
	font-size: 13px;
}

.m_w_menu-mobile_contact-2 {
	font-size: 13px;
	margin-bottom: 10px;
}

/* ---------------------------------------------------- WEBSITE: REGISTER */

.m_w_register_buttons-block {
	width: 40%;
	margin-left: 30%;
}

.m_w_register_divider {
	height: 1px;
	background: #2A2A2A;
	margin: 15px 0 15px 0;
}

.m_w_register_facebook,
.m_w_register_facebook:link,
.m_w_register_facebook:visited {
	display: block;
	background:#3b5998;
	height: 50px;
	line-height: 50px;
	text-align: center;
	width: 100%;
	border-radius: 6px;
	border: 0;
	font-size: 16px;
	color: #121212;
	letter-spacing: 1px;
	font-weight: bold;
}
.m_w_register_facebook:active,
.m_w_register_facebook:focus,
.m_w_register_facebook:hover {
	background:#2C467E;
}

/* Md Tablets*/
@media (max-width: 1099.98px) {

.m_w_register_buttons-block {
	width: 80%;
	margin-left: 10%;
}

}

/* SM landscape phones */
@media (max-width: 767.98px) {

.m_w_register_buttons-block {
	width: 100%;
	margin-left: 0;
}

}

/* ----------------------------------------------------- WEBSITE: SECTION */

.m_w_section {
	background: #121212;
	padding: 60px 0 60px 0;
}

.m_w_section_menu {
	font-weight: bold;
	margin-bottom: 10px;
	letter-spacing: 1px;
	font-size: 18px;
}

.m_w_section_option,
.m_w_section_option:link,
.m_w_section_option:visited {
	border-top: 1px solid #1E1E1E;
	padding: 10px;
	color: #FAFAFA;
	display: block;
	width: 90%;
}
.m_w_section_option:active,
.m_w_section_option:focus,
.m_w_section_option:hover {
	color: #000000;
	font-weight: bold;
}

.m_w_section_selected {
	background: #EFEFEF;
	font-weight: bold;
}

.m_w_section_title {
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 20px;
	color: #6FC729;
}

.m_w_section_text {
	margin-bottom: 30px;
}

/* Md Tablets*/
@media (max-width: 1099.98px) {

.m_w_section_option,
.m_w_section_option:link,
.m_w_section_option:visited {
	width: 90%;
}

}

/* SM landscape phones */
@media (max-width: 767.98px) {

.m_w_section {
	background: #121212;
	padding: 30px 0 30px 0;
}
	
.m_w_section_mobile,
.m_w_section_mobile:active,
.m_w_section_mobile:focus,
.m_w_section_mobile:hover,
.m_w_section_mobile:link,
.m_w_section_mobile:visited {
	display: block;
	width: 100%;
	text-align: center;
	border-top: 1px solid #1E1E1E;
	padding: 30px 0 10px 0;
	font-size: 18px;
	color: #FAFAFA;
	margin-bottom: 30px;
	font-weight: bold;
}
	
.m_w_section_option,
.m_w_section_option:link,
.m_w_section_option:visited {
	width: 100%;
}

}

/* ------------------------------------------------------ WEBSITE: SERIES */

.m_w_series {
	background: #121212;
	padding: 20px 0 20px 0;
}

.m_w_series-2 {
	background: #121212;
	padding: 20px 0 20px 0;
}

.m_w_series_title {
	font-size: 28px;
	color: #6FC729;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
}

.m_w_series_subtitle {
	font-size: 14px;
	margin-bottom: 60px;
	text-align: center;
}

.m_w_series_subtitle-2 {
	color: #000000;
}

.m_w_series_nav {
	height: 60px;
	font-size: 20px;
	letter-spacing: 1px;
}

.m_w_series_navop-1,
.m_w_series_navop-1:link,
.m_w_series_navop-1:visited {
	height: 60px;
	line-height: 60px;
	float: left;
	width: 33.333333%;
	text-align: center;
	background: #1E1E1E;
	color: #999999;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	position: relative;
}
.m_w_series_navop-1:active,
.m_w_series_navop-1:focus,
.m_w_series_navop-1:hover {
	color: #000000;
	background: #E1E1E1;
}

.m_w_series_navop-2,
.m_w_series_navop-2:link,
.m_w_series_navop-2:visited {
	height: 60px;
	line-height: 60px;
	float: left;
	width: 33.333333%;
	text-align: center;
	background: #1E1E1E;
	color: #999999;
	position: relative;
}
.m_w_series_navop-2:active,
.m_w_series_navop-2:focus,
.m_w_series_navop-2:hover {
	color: #000000;
	background: #E1E1E1;
}

.m_w_series_navop-3,
.m_w_series_navop-3:link,
.m_w_series_navop-3:visited {
	height: 60px;
	line-height: 60px;
	float: left;
	width: 33.333333%;
	text-align: center;
	background: #1E1E1E;
	color: #999999;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	position: relative;
}
.m_w_series_navop-3:active,
.m_w_series_navop-3:focus,
.m_w_series_navop-3:hover {
	color: #000000;
	background: #E1E1E1;
}

.m_w_series_navop-selected {
	background: #6FC729 !important;
	font-weight: bold !important;
	color: #121212 !important;
	text-align: center !important;
}

.m_w_series_arrow {
	width: 0; 
    height: 0; 
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #6FC729;
	position: absolute;
	left: 50%;
	margin-left: -20px;
}

.m_w_series-button,
.m_w_series-button:link,
.m_w_series-button:visited {
	display: block;
	border-radius: 6px;
	background-color: #6FC729;
	color: #121212;
	font-weight: bold;
	width: 26%;
	height: 60px;
	text-align: center;
	line-height: 60px;
	margin-left: auto;
	margin-right: auto;
	font-size: 22px;
	letter-spacing: 1px;
}
.m_w_series-button:active,
.m_w_series-button:focus,
.m_w_series-button:hover {
	background-color:#9CCC65;
}

/* Lg Desktops */
@media (max-width: 1499.98px) {

.m_w_series {
	padding: 60px 0 60px 0;
}
	
.m_w_series-2 {
	padding: 20px 0 20px 0;
}
	
.m_w_series_title {
	font-size: 25px;
}

.m_w_series_subtitle {
	font-size: 21px;
	margin-bottom: 30px;
}
	
.m_w_series-button,
.m_w_series-button:link,
.m_w_series-button:visited {
	font-size: 20px;
}
	
}

/* Md Tablets*/
@media (max-width: 1099.98px) {

.m_w_series_nav {
	height: 60px;
	font-size: 16px;
	letter-spacing: 1px;
}

.m_w_series-button,
.m_w_series-button:link,
.m_w_series-button:visited {
	font-size: 18px;
}

}

/* SM landscape phones */
@media (max-width: 767.98px) {

.m_w_series_nav {
	height: 60px;
	font-size: 12px;
	letter-spacing: 0;
}

.m_w_series-button,
.m_w_series-button:link,
.m_w_series-button:visited {
	font-size: 18px;
	width: 100%;
}
	
}

/* ----------------------------------------------------- WEBSITE: SUMMARY */

.m_w_summary {
	width: 325px;
	background: #1E1E1E;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	-webkit-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.15);
	box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.15);
}

.m_w_summary_top {
	width: 100%;
	background: #121212;
	padding: 30px;
}

.m_w_summary_bottom {
	padding: 30px;
	width: 100%;
}

.m_w_summary_frame {
	display: inline-block;
	width: 30%;
	min-height: 70px;
	vertical-align: top;
}

.m_w_summary_image {
	height: 70px;
}

.m_w_summary_data {
	width: 68%;
	display: inline-block;
	min-height: 70px;
	vertical-align: top;
}

.m_w_summary_type {
	font-weight: bold;
	font-size: 14px;
}

.m_w_summary_name {
	font-size: 13px;
}

.m_w_summary_price {
	font-size: 13px;
	font-weight: bold;
	color: #6FC729;
}

.m_w_summary_divider {
	height: 1px;
	margin: 15px 0 15px 0;
	width: 100%;
	background: #2A2A2A;
	float: left;
}

.m_w_summary_totals {
	margin-bottom: 15px;
}

.m_w_summary_totals-left {
	float: left;
	width: 50%;
	margin-bottom: 5px;
}

.m_w_summary_totals-right {
	float: left;
	width: 50%;
	text-align: right;
	margin-bottom: 5px;
}

.m_w_summary_button-left,
.m_w_summary_button-left:link,
.m_w_summary_button-left:visited {
	height: 50px;
	width: 48%;
	margin-right: 2%;
	float: left;
	line-height: 46px;
	font-size: 14px;
	text-align: center;
	display: block;
	border-radius: 6px;
	background-color: #121212;
	border: 3px solid #8e44ad;
	color: #8e44ad;
	font-weight: bold;
}
.m_w_summary_button-left:active,
.m_w_summary_button-left:focus,
.m_w_summary_button-left:hover {
	color: #5e35b1;
	border: 5px solid #5e35b1;
	line-height: 43px;
}

.m_w_summary_button-right,
.m_w_summary_button-right:link,
.m_w_summary_button-right:visited {
	height: 50px;
	width: 48%;
	margin-left: 2%;
	float: left;
	line-height: 46px;
	font-size: 14px;
	text-align: center;
	display: block;
	border-radius: 6px;
	background-color: #8e44ad;
	color: #121212;
	font-weight: bold;
	padding-top: 2px;
}
.m_w_summary_button-right:active,
.m_w_summary_button-right:focus,
.m_w_summary_button-right:hover {
	background-color:#5e35b1;
}

/* --------------------------------------------------------- WEBSITE: TOP */

.m_w_top {
	background: #DDDDDD;
	height: 45px;
	position: fixed;
	width: 100%;
	z-index: 2000;
}

.m_w_top_left {
	float: left;
	width: 50%;
}

.m_w_top_right {
	float: right;
	text-align: right;
	width: 50%;
}

.m_w_top_contact {
	font-size: 12px;
	line-height: 45px;
	margin-right: 10px;
	color: #000000;
}

.m_w_top_option,
.m_w_top_option:link,
.m_w_top_option:visited {
	display: inline-block;
	height: 45px;
	line-height: 45px;
	font-size: 12px;
	color: #232323;
	padding: 0 8px 0 8px;
	text-decoration: none;
	vertical-align: top;
}
.m_w_top_option:active,
.m_w_top_option:focus,
.m_w_top_option:hover {
	color: #FAFAFA;
}

.m_w_top_wrap {
	position: relative;
	display: inline-block;
	height: 45px;
	vertical-align: top;
	text-align: right;
	margin-left: 10px;
}

.m_w_top_search {
	width: 300px;
	height: 30px;
	border:none;
	border-radius: 20px;
	padding: 8px 35px 10px 15px;
	font-style: italic;
	font-size: 14px;
	margin-top: 7px;
	box-sizing: border-box;
}
.m_w_top_search:focus {
	background:#F5F5F5;
}

.m_w_top_icon {
	position: absolute;
	right: 13px;
	top: 13px;
}

/* ---------------------------------------------------------- TECH TAILOR */

.m_tt_bg {
	background: #000000;
	padding: 10px;
}

/* -----------------------------------------------------------  TT BANNER */

.m_ttbanner {
	position: relative;
}

.m_ttbanner_padding {
	padding: 10px;
}

.m_ttbanner_position {
	position: absolute;
	width: 70%;
	margin-left: 15%;
	margin-right: 15%;
	top:22%;
	left: 0
}

.m_ttbanner_half {
	width: 50%;
	float: left;
}

.m_ttbanner_amd,
.m_ttbanner_amd:active,
.m_ttbanner_amd:focus,
.m_ttbanner_amd:hover,
.m_ttbanner_amd:link,
.m_ttbanner_amd:visited {
	font-family: 'Barlow Semi Condensed', Arial, Helvetica, sans-serif;
	background: #121212;
	display: block;
	padding: 10px;
	width: 97.5%;
	border-radius: 5px;
	margin-right: 2.5%;
	height: 80px;
	overflow: hidden;
	color: #0A0A0A;
	font-size: 20px;
	font-style: italic;
	margin-top: 25px;
	box-shadow: -3px 3px 10px #000000;
	background-color: #121212;
	background-image: linear-gradient(to right, #FFFFFF, #ead1b7);
}

.m_ttbanner_intel,
.m_ttbanner_intel:active,
.m_ttbanner_intel:focus,
.m_ttbanner_intel:hover,
.m_ttbanner_intel:link,
.m_ttbanner_intel:visited {
	font-family: 'Barlow Semi Condensed', Arial, Helvetica, sans-serif;
	background: #121212;
	display: block;
	padding: 10px;
	width: 97.5%;
	border-radius: 5px;
	margin-left: 2.5%;
	height: 80px;
	overflow: hidden;
	color: #0A0A0A;
	font-size: 20px;
	font-style: italic;
	margin-top: 25px;
	box-shadow: -3px 3px 10px #000000;
	background-color: #121212;
	background-image: linear-gradient(to right, #FFFFFF, #aff3ff);
}

.m_ttbanner_b1 {
	width: 70%;
	float: left;
	text-align: left;
	line-height: 60px;
	padding-left: 10px;
}

.m_ttbanner_b2 {
	width: 30%;
	float: left;
	text-align: center;
}

.m_ttbanner_icon {
	height: 50px;
	margin-top: 5px;
}

/* Lg Desktops */
@media (max-width: 1499.98px) {
	
	.m_tt_bg {
		background: #121212;
		padding: 5px;
	}
	
	.m_ttbanner_padding {
		padding: 5px;
	}
	
	.m_ttbanner_position {
		width: 70%;
		margin-left: 15%;
		margin-right: 15%;
		top:18%;
		left: 0
	}
	
	.m_ttbanner_amd,
	.m_ttbanner_amd:active,
	.m_ttbanner_amd:focus,
	.m_ttbanner_amd:hover,
	.m_ttbanner_amd:link,
	.m_ttbanner_amd:visited {
		padding: 0;
		height: 60px;
		font-size: 15px;
		margin-top: 15px;
	}
	
	.m_ttbanner_intel,
	.m_ttbanner_intel:active,
	.m_ttbanner_intel:focus,
	.m_ttbanner_intel:hover,
	.m_ttbanner_intel:link,
	.m_ttbanner_intel:visited {
		padding: 0;
		height: 60px;
		font-size: 15px;
		margin-top: 15px;
	}
	
	.m_ttbanner_b1 {
		width: 65%;
		float: left;
		text-align: left;
		line-height: 60px;
		padding-left: 15px;
	}

	.m_ttbanner_b2 {
		width: 35%;
		float: left;
		text-align: center;
	}
	
	.m_ttbanner_icon {
		height: 40px;
		margin-top: 10px;
	}

}

/* Md Tablets*/
@media (max-width: 1099.98px) {}

/* SM landscape phones */
@media (max-width: 767.98px) {
	
	.m_tt_bg {
		background: #121212;
		padding: 5px;
	}
	
	.m_ttbanner_padding {
		padding: 5px;
	}
	
}

/* XS Portrait phones */
@media (max-width: 575.98px) {
	
	.m_ttbanner_half {
		width: 100%;
		float: left;
	}
	
	.m_ttbanner_amd,
	.m_ttbanner_amd:active,
	.m_ttbanner_amd:focus,
	.m_ttbanner_amd:hover,
	.m_ttbanner_amd:link,
	.m_ttbanner_amd:visited {
		width: 100%;
		margin-left: 0;
	}

	.m_ttbanner_intel,
	.m_ttbanner_intel:active,
	.m_ttbanner_intel:focus,
	.m_ttbanner_intel:hover,
	.m_ttbanner_intel:link,
	.m_ttbanner_intel:visited {
		width: 100%;
		margin-left: 0;
	}
		
}

/* ------------------------------------------------------------ TT SERIES */

.m_ttseries_title {
	font-family:'Barlow Semi Condensed', Arial, Helvetica, sans-serif;
	font-size: 33px;
	line-height: 34px;
	color: #6FC729;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
}

.m_ttseries_title-2 {
	color: #FAFAFA;
}

.m_ttseries_subtitle {
	font-family:'Barlow Semi Condensed', Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-bottom: 30px;
	text-align: center;
	font-style: italic;
}

.m_ttseries_series > div {
	font-family:'Barlow Semi Condensed', Arial, Helvetica, sans-serif;
	border-right: 1px solid #CCCCCC;
}

.m_ttseries_series div:last-child {
	border-right:none;
}

.m_ttseries_serie,
.m_ttseries_serie:active,
.m_ttseries_serie:link,
.m_ttseries_serie:hover,
.m_ttseries_serie:focus,
.m_ttseries_serie:visited {
	text-align: center;
	display: block;
	color: #FAFAFA;
}

.m_ttseries_market {
	font-weight: bold;
	font-size: 22px;
}

.m_ttseries_price {
	font-size: 16px;
	color: #9CCC65;
}

.m_ttseries_image {
	height: 200px;
	margin-top: 20px;
}

/* Lg Desktops */
@media (max-width: 1499.98px) {
	
	
	.m_ttseries_title {
		font-size: 30px;
		line-height: 31px;
	}

	.m_ttseries_subtitle {
		font-size: 15px;
		margin-bottom: 30px;
	}
	
	.m_ttseries_market {
		font-size: 20px;
	}

	.m_ttseries_price {
		font-size: 14px;
	}
	
	.m_ttseries_image {
		height: 150px;
		margin-top: 10px;
	}
	
}

/* Md Tablets*/
@media (max-width: 1099.98px) {
	
	.m_ttseries_image {
		height: 110px;
		margin-top: 10px;
	}
	
}

/* SM landscape phones */
@media (max-width: 767.98px) {

	
}

/* XS Portrait phones */
@media (max-width: 575.98px) {
	
	.m_ttseries_series > div {
		border-right: none;
	}

	.m_ttseries_image {
		height: 250px;
		margin-top: 0;
		margin-bottom: 30px;
		
	}
	
}

/* ----------------------------------------------------------- TT MARKETS */
.m_ttbanner_icon_amd {
	background-image: url("../img/logos/amd_w.png");
}

.m_ttbanner_icon_intel {
	background-image: url("../img/logos/intel_w.png");
}

.m_componentes {
	width: 135px;
	height: 135px;
	background-size: cover;
	background-position: center;
	vertical-align: middle;
	border-style: none;
	box-sizing: border-box;
}

.m_tt_font {
	font-family:'Barlow Semi Condensed', Arial, Helvetica, sans-serif;
}

.m_ttmarkets {
	margin-top: 30px;
	font-family:'Barlow Semi Condensed', Arial, Helvetica, sans-serif;
}

.m_ttmarkets_text {
	float: left;
	width: 50%;
	height: 650px;
	background-image:url("../img/interfaz/bg_market-1.png");
	background-repeat: repeat-x;
	background-position: top;
	background-size: auto;
}

.m_ttmarkets_text-2 {
	float: left;
	width: 50%;
	height: 650px;
	background: #000000;
}

.m_ttmarkets_text-3 {
	float: left;
	width: 50%;
	height: 650px;
	background-image:url("../img/interfaz/bg_market-2.png");
	background-repeat: repeat-x;
	background-position:bottom;
	background-size: auto;
}

.m_ttmarkets_home {
	display: block;
	float: left;
	width: 50%;
	height: 650px;
	background-image: url("../img/banners/hbanner_hog.png?v=1202410245");
	background-size: cover;
	background-position: center left;
}

.m_ttmarkets_home-m {
	display: block;
	float: left;
	width: 100%;
	height: 175px;
	background-image:url("../img/banners/hbanner_hog-m.png");
	background-size: cover;
	background-position: center bottom;
}

.m_ttmarkets_profesional {
	display: block;
	float: left;
	width: 50%;
	height: 650px;
	background-image:url("../img/banners/hbanner_pro.png");
	background-size: cover;
	background-position: center left;
}

.m_ttmarkets_profesional-m {
	display: block;
	float: left;
	width: 100%;
	height: 175px;
	background-image:url("../img/banners/hbanner_pro-m.png");
	background-size: cover;
	background-position: center bottom;
}

.m_ttmarkets_gaming {
	display: block;
	float: left;
	width: 50%;
	height: 650px;
	background-image:url("../img/banners/hbanner_gam.png");
	background-size: cover;
	background-position: center right;
}

.m_ttmarkets_gaming-m {
	display: block;
	float: left;
	width: 100%;
	height: 175px;
	background-image:url("../img/banners/hbanner_gam-m.png");
	background-size: cover;
	background-position: center bottom;
}

.m_ttmarkets_pos {
	display: block;
	float: left;
	width: 50%;
	height: 650px;
	background-image:url("../img/banners/hbanner_pos.png");
	background-size: cover;
	background-position: center right;
}

.m_ttmarkets_pos-m {
	display: block;
	float: left;
	width: 100%;
	height: 175px;
	background-image:url("../img/banners/hbanner_pos-m.png");
	background-size: cover;
	background-position: center bottom;
}

.m_ttmarkets_position {
	width: 50%;
	margin-left: 25%;
	margin-right: 25%;
	margin-top: 18%;
}

.m_ttmarkets_tex-market {
	font-weight: bold;
	font-size: 65px;
	line-height: 75px;
}

.m_ttmarkets_tex-copy {
	font-size: 25px;
	margin-bottom: 15px;
	font-style: italic;
}

.m_ttmarkets_series,
.m_ttmarkets_series:active,
.m_ttmarkets_series:hover,
.m_ttmarkets_series:focus,
.m_ttmarkets_series:link,
.m_ttmarkets_series:visited {
	display: block;
	background: #121212;
	border: solid 3px #FAFAFA;
	text-align: center;
	height: 50px;
	line-height: 44px;
	width: 95%;
	border-radius: 5px;
	margin-right: 2.5%;
	color: #FAFAFA;
	font-weight: bold;
	font-size: 20px
}

.m_ttmarkets_customize,
.m_ttmarkets_customize:active,
.m_ttmarkets_customize:hover,
.m_ttmarkets_customize:focus,
.m_ttmarkets_customize:link,
.m_ttmarkets_customize:visited {
	display: block;
	background: #FAFAFA;
	border: solid 3px #FAFAFA;
	text-align: center;
	height: 50px;
	line-height: 44px;
	width: 95%;
	border-radius: 5px;
	margin-left: 2.5%;
	color: #121212;
	font-weight: bold;
	font-size: 20px
}

.m_ttmarkets_divder {
	height: 1px;
	background: #D7D7D7;
	margin: 10px 0 10px 0;
	display: none;
}

/* Lg Desktops */
@media (max-width: 1499.98px) {
	
	.m_ttmarkets_text {
		height: 325px;
	}

	.m_ttmarkets_text-2 {
		height: 325px;
	}

	.m_ttmarkets_text-3 {
		height: 325px;
	}

	.m_ttmarkets_home {
		height: 325px;
	}

	.m_ttmarkets_profesional {
		height: 325px;
	}

	.m_ttmarkets_gaming {
		height: 325px;
	}

	.m_ttmarkets_pos {
		height: 325px;
	}
	
	.m_ttmarkets_position {
		width: 65%;
		margin-left: 17.5%;
		margin-right: 17.5%;
		margin-top: 15%;
	}

	.m_ttmarkets_tex-market {
		font-size: 45px;
		line-height: 55px;
	}

	.m_ttmarkets_tex-copy {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.m_ttmarkets_series,
	.m_ttmarkets_series:active,
	.m_ttmarkets_series:hover,
	.m_ttmarkets_series:focus,
	.m_ttmarkets_series:link,
	.m_ttmarkets_series:visited {
		height: 40px;
		line-height: 34px;
		font-size: 18px
	}

	.m_ttmarkets_customize,
	.m_ttmarkets_customize:active,
	.m_ttmarkets_customize:hover,
	.m_ttmarkets_customize:focus,
	.m_ttmarkets_customize:link,
	.m_ttmarkets_customize:visited {
		height: 40px;
		line-height: 34px;
		font-size: 18px
	}
	
}

/* Md Tablets*/
@media (max-width: 1099.98px) {
	
	
	.m_ttmarkets_position {
		width: 70%;
		margin-left: 15%;
		margin-right: 15%;
		margin-top: 20%;
	}

	.m_ttmarkets_tex-market {
		font-size: 40px;
		line-height: 55px;
	}

	.m_ttmarkets_tex-copy {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 10px;
	}

	.m_ttmarkets_series,
	.m_ttmarkets_series:active,
	.m_ttmarkets_series:hover,
	.m_ttmarkets_series:focus,
	.m_ttmarkets_series:link,
	.m_ttmarkets_series:visited {
		height: 40px;
		line-height: 34px;
		font-size: 16px
	}

	.m_ttmarkets_customize,
	.m_ttmarkets_customize:active,
	.m_ttmarkets_customize:hover,
	.m_ttmarkets_customize:focus,
	.m_ttmarkets_customize:link,
	.m_ttmarkets_customize:visited {
		height: 40px;
		line-height: 34px;
		font-size: 16px
	}
	
}

/* SM landscape phones */
@media (max-width: 767.98px) {
	
	.m_ttmarkets {
		margin: -10px;
		margin-top: 20px;
	}
	
	.m_ttmarkets_position {
		margin-top: 25%;
	}
	
	.m_ttmarkets_series,
	.m_ttmarkets_series:active,
	.m_ttmarkets_series:hover,
	.m_ttmarkets_series:focus,
	.m_ttmarkets_series:link,
	.m_ttmarkets_series:visited {
		font-size: 13px
	}

	.m_ttmarkets_customize,
	.m_ttmarkets_customize:active,
	.m_ttmarkets_customize:hover,
	.m_ttmarkets_customize:focus,
	.m_ttmarkets_customize:link,
	.m_ttmarkets_customize:visited {
		font-size: 13px
	}	
	
}

/* XS Portrait phones */
@media (max-width: 575.98px) {
	
	.m_ttmarkets_text {
		width: 100%;
		height: 175px;
		background:none;
		text-align: center;
	}

	.m_ttmarkets_text-2 {
		width: 100%;
		height: 175px;
		background:none;
		text-align: center;
	}

	.m_ttmarkets_text-3 {
		width: 100%;
		height: 175px;
		background:none;
		text-align: center;
	}
	
	.m_ttmarkets_position {
		margin-top: 2.5%;
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
	}
	
	.m_ttmarkets_divder {
		display: block;
		height: 1px;
		width: 100%;
		background: #CCCCCC;
		margin: 0 0 20px 0;
	}
	
}

.btn-mode-dark {
	background-color: white; /* Fondo blanco en modo oscuro */
	color: black; /* Texto negro */
	padding: 10px 15px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}
