/*
 *-----------------------------------------------------------------
 * Licensed Materials - Property of IBM
 *
 * WebSphere Commerce
 *
 * (C) Copyright IBM Corp. 2013, 2015 All Rights Reserved.
 *
 * US Government Users Restricted Rights - Use, duplication or
 * disclosure restricted by GSA ADP Schedule Contract with
 * IBM Corp.
 *-----------------------------------------------------------------
 */

/*** Reset + basic styles ***/

body {
	margin: 0;
	padding: 0;
	color: var(--color-gray-700);
	font-family: "AMX-Regular";
	line-height: 1.45 !important;
}
a {
	color: inherit;
	cursor: pointer;
	text-decoration: none;
}
blockquote, h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
	font-size: inherit;
	font-family: "AMX-Regular";
}
button, input, textarea, select {
	margin: 0;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
fieldset, iframe, img {
	margin: 0;
	padding: 0;
	border: 0;
}
dl, ol, ul {
	margin: 0;
}
#content {
	overflow: hidden;
}
.default_cursor {
	cursor:default;
}

/* Button */

.basicButton {
	display: inline-block;
	position: relative;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fbbb0b), to(#ffb123));
	background-image: linear-gradient(#fbbb0b, #ffb123);
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#fbbb0b', endColorStr='#ffb123')";
	border: 1px solid #bfbfbf;
	border-radius: 4px;
	border-spacing: 0;
	vertical-align: middle;
}
.basicButton:hover {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fed60c), to(#f8af06));
	background-image: linear-gradient(#fed60c, #f8af06);
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#fed60c', endColorStr='#f8af06')";
}
.basicButton > span {
	display: table-cell;
	height: 30px;
	padding: 0 15px;
	border: 1px solid #fdd466;
	border-radius: 3px;
	line-height: normal;
	text-align: center;
	vertical-align: middle;
}

/* Department button */

.departmentButton {
	display: inline-block;
	position: relative;
	margin: 2px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f9f9), to(#e5e8e9));
	background-image: linear-gradient(#f7f9f9, #e5e8e9);
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#f7f9f9', endColorStr='#e5e8e9')";
	border: 1px solid #bfbfbf;
	border-radius: 4px;
	border-spacing: 0;
	vertical-align: middle;
}
.departmentButton:hover {
	background-image: linear-gradient(#f7f9f9, #ced2d3);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f9f9), to(#ced2d3));
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#f7f9f9', endColorStr='#ced2d3')";
}
.departmentButton.selected {
	color: #454545;
	background-image: linear-gradient(#fbbb0b, #ee9505);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fbbb0b), to(#ee9505));
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#fbbb0b', endColorStr='#ee9505')";
}
.departmentButton > span {
	display: table-cell;
	max-width: 196px;
	height: 36px;
	padding: 0 15px;
	border: 1px solid #f1f3f3;
	border-radius: 3px;
	line-height: normal;
	text-align: center;
	vertical-align: middle;
}
.departmentButton.selected > span {
	border-color: #fdd466;
}

/* Menu */

.basicMenu {
	display: none;
}
.basicMenu.active {
	display: block;
	position: absolute;
	top: 100%;
	z-index: 20;
	background-color: #ffffff;
	border: 1px solid #c9cece;
	border-radius: 0 0 4px 4px;
}
.basicMenu > h3, .basicMenu > .closeButton {
	display: none;
}
.basicMenu > ul {
	margin: 0;
	padding: 0 16px 16px 16px;
	list-style: none;
}
.basicMenu > ul > li {
	padding: 8px 0;
	border-bottom: 1px solid #c9cece;
}
.basicMenu > ul > li > a {
	display: block;
	margin: 0 -8px;
	padding: 8px;
}
.basicMenu > ul > li > span {
	display: block;
	padding: 8px 0;
}

/* Underline decoration */

.basicMenu a, .departmentMenu a, #quickLinksBar > li > a, #searchFilterButton {
	text-decoration: none;
}
.basicMenu a:hover, .departmentMenu a:hover, #quickLinksBar > li > a:not(.nohover):hover, #searchFilterButton:hover, .product_info > .product_name > a:hover {
	text-decoration: underline;
}

/* Text color decoration */
#quickLinksBar > li > a.disabled {
 color:#909090;
}

/* Arrow decoration */

.arrow_button_icon{	
	float: right;
	position: absolute;
	width: 7px;
	height: 7px;	
	overflow:hidden;
	right: 3px;
	bottom: 3px;
}
#quickLinksButton .arrow_button_icon {
	bottom: 10px;
}
.arrow_button_icon:before{	
	content: url("../images/responsive/rwdUI.png");	
	position: absolute;
	top: -1px; 
	left: -101px;	
}
#quickLinksButton .arrow_button_icon:before, #widget_minishopcart .arrow_button_icon:before, #departmentsButton .arrow_button_icon:before, #allDepartmentsButton .arrow_button_icon:before{
	content: url("../images/responsive/rwdUI.png");	
	position: absolute;
	top: -1px; 
	left: -121px;		
}
.departmentButton.selected .arrow_button_icon:before {
	content: url("../images/responsive/rwdUI.png");	
	position: absolute;
	top: -21px; 
	left: -21px;	
}
#quickLinksButton.selected .arrow_button_icon:before, #widget_minishopcart.selected .arrow_button_icon:before , #departmentsButton.selected .arrow_button_icon:before, #allDepartmentsButton.selected .arrow_button_icon:before {
	content: url("../images/responsive/rwdUI.png");	
	position: absolute;
	top: -21px; 
	left: -241px;	
}
.pageControlButton:after {
	background-position: -141px -1px;
}


/* Marketing content */

.left_espot {
	position: relative;
	z-index: 0;
}
.left_espot.centered {
	text-align: center;
}
.left_espot.centered > a,
.left_espot.centered > img {
	display: inline-block;
	max-width: 100%;
	vertical-align: top;
}
.left_espot.centered > a > img {
	display: block;
	max-width: 100%;
}

/* Subscribe button */

.subscribeButton {
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 1;
	background-color: rgba(0,0,0,0);
	line-height: 0;
}
.subscribeButton:before {
	content: url("../images/responsive/rss_feed.png");
}



/*** Grid system ***/

/* Row container */

.rowContainer,
.rowContainer > .row { padding: 0px 0; }
.rowContainer > .row.margin-true { padding: 0 5px; }
.row.margin-true > div > div { margin: 10px 5px; }
.row.margin-true > div > div:first-of-type { margin-top: 5px; }
.row.margin-true > div > div:last-of-type { margin-bottom: 18px; }
.row.margin-true > div > .row { margin: 0 !important; }

/* Row */

.row:after {
	content: "";
	display: block;
	clear: both;
}
.row > div { float: left; }
.row > .right { float: right; }

/* Columns */

.col1 { width: 8.333333%; }
.col2 { width: 16.666666%; }
.col3 { width: 25%; }
.col4 { width: 33.333333%; }
.col5 { width: 41.666666%; }
.col6 { width: 50%; }
.col7 { width: 58.333333%; }
.col8 { width: 66.666666%; }
.col9 { width: 75%; }
.col10 { width: 83.333333%; }
.col11 { width: 91.666666%; }
.col12 { width: 100%; }

/*
 * RWD-A - 0-600px
 * RWD-B - 601-1280px
 * RWD-C - 1281px+
 */

/* Grid system - RWD-A */

@media (max-width: 650px) {
	.acol1 { width: 8.333333%; }
	.acol2 { width: 16.666666%; }
	.acol3 { width: 25%; }
	.acol4 { width: 33.333333%; }
	.acol5 { width: 41.666666%; }
	.acol6 { width: 50%; }
	.acol7 { width: 58.333333%; }
	.acol8 { width: 66.666666%; }
	.acol9 { width: 75%; }
	.acol10 { width: 83.333333%; }
	.acol11 { width: 91.666666%; }
	.acol12 { width: 100%; }
	.rowContainer > .row.margin-true {
		padding-left: 0;
		padding-right: 0;
	}
	.row.margin-true > div > div {
		margin-left: 0;
		margin-right: 0;
	}
	#searchDropdown {
		position: absolute;
		left: -150px !important;
		right: -3px !important;
		top: 38px !important;
	}
}

/* Grid system - RWD-C */

@media (min-width: 1281px) {
	.ccol1 { width: 8.333333%; }
	.ccol2 { width: 16.666666%; }
	.ccol3 { width: 25%; }
	.ccol4 { width: 33.333333%; }
	.ccol5 { width: 41.666666%; }
	.ccol6 { width: 50%; }
	.ccol7 { width: 58.333333%; }
	.ccol8 { width: 66.666666%; }
	.ccol9 { width: 75%; }
	.ccol10 { width: 83.333333%; }
	.ccol11 { width: 91.666666%; }
	.ccol12 { width: 100%; }
	.rowContainer,
	.rowContainer > .row { padding: 0px 0; }
	.rowContainer > .row.margin-true { padding: 0 10px; }
	.row.margin-true > div > div { margin: 20px 10px; }
	.row.margin-true > div > div:first-of-type { margin-top: 10px; }
	.row.margin-true > div > div:last-of-type { margin-bottom: 10px; }
}

/* wc/widget/Grid - fluid grid responsive to container width */

.grid {
	margin: 0;
	padding: 0;
	list-style: none;
}
.grid > div > li {
	display: inline-block;
	vertical-align: top;
}



/*** Header ***/

#header {
	position: relative;
	background-color: #ffffff;
	font-size: 14px;
	line-height: normal; /* Needed because of bad CSS reset */
	z-index: 12;
}
#header:before {
	content: "";
	display: block;
	height: 10px;
	background-image: url("../images/responsive/masthead_top_bg.png");
}
#headerRow1 {
	position: relative;
	height: 78px;
}
#headerRow2 {
	position: relative;
	min-height: 44px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e5e8e9), to(#dce2e1));
	background-image: linear-gradient(#e5e8e9, #dce2e1);
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#e5e8e9', endColorStr='#dce2e1')";
	border-top: 1px solid #c9cece;
	border-bottom: 1px solid #c9cece;
}
#headerRow1:after, #headerRow2:after {
	content: "";
	display: block;
	clear: both;
}

/* Logo */

#logo {
	position: absolute;
	z-index: 1;
	height: 100%;
}
#logo .contentRecommendationWidget,
#logo .contentRecommendationWidget > #ci_espot__HeaderStoreLogo_Content,
#logo .contentRecommendationWidget > #ci_espot__HeaderStoreLogo_Content > .left_espot,
#logo .contentRecommendationWidget > #ci_espot__HeaderStoreLogo_Content > .left_espot > a,
#logo .contentRecommendationWidget > #ci_espot__HeaderStoreLogo_Content > .left_espot > a > img,
#logo .genericESpot {
	height: 100%;
	max-width: none;
}

/*** Quick links bar ***/

#quickLinksBar {
	margin: 0;
	padding: 0;
	color: #767676;
	list-style: none;
	text-align: right;
}
#quickLinksBar > li {
	display: inline-block;
	border-right: 1px solid #c9cece;
	text-align: left;
	vertical-align: middle;
}
#quickLinksBar > li.hidden {
	position: absolute;
	visibility: hidden;
}
#quickLinksBar > li.separator-false {
	border-right: 0 none;
}
#quickLinksBar > li > a {
	display: block;
	position: relative;
	max-width: 200px;
	margin: -10px 0;
	padding: 10px 15px;
} 
#quickLinksBar > li > span {
	display: block;
	padding: 0 15px;
}

#quickLinksBar > li > a > br {
	display: none;
}

#quickLinksBar .spanacce {
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
}
#quickLinksMenu.active {
	top: 56px;
	right: 95px;
	width: 298px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
}

/* Mini cart button */
#minishopcart_total {
    background: #DA291C;
    width: 14px;
    font-size: .625rem;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #fff;
    font-weight: 900;
    top: 11px;
    margin-left: 10px;
    z-index: 1;
}
.ico-shopping-cart{
    font-size: 24px;
    display: inline-flex;
    padding: 16px;
	cursor: pointer;
	font-size: 1.7rem;
}

#widget_minishopcart {
	display: block;
    position: relative;
    width: 58px;
    padding: 0 !important;
    overflow: hidden;

}
#widget_minishopcart:before {
	content: '';
    position: absolute;
    left: 15px;
    top: 17px;
    background-size: cover;
    width: 27px;
    height: 22px;
    filter: brightness(1);

}

/**/

/* PayMovil */
#payMovil img {
    transition: filter 0.5s ease, background-color 0.5s ease;
    position: absolute;
    top: 25%;
    left: 39%;
    height: 25px;
    object-fit: contain;
}

/* Mini cart */

#minishopcart_total{
	background-color: #ca4200;
}

#minishopcart_total,
#minishopcart_lock {
	display: block;
	position: absolute;
	right: 10px;
	top: 5px;
	padding: 0 5px;
	border-radius: 4px;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}

#minishopcart_total.nodisplay,
#minishopcart_lock.nodisplay {
	display: none;
}

#widget_minishopcart_popup > .cartDropDown_CSR {
   width:415px;
}

#cartDropdown > h3 {
	margin: 0;
	padding: 15px;
	background-color: #f5f6f7;
	border-bottom: 1px solid #edeff0;
	font-size: inherit;
	font-weight: inherit;
}
#cartDropdown > .closeButton {
	display: block;
	position: absolute;
	top: 15px;
	right: 15px;
}
#cartDropdown > .closeButton:after {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-left: 5px;
	background-image: url("../images/responsive/rwdUI.png");
	background-position: -61px -1px;
	vertical-align: middle;
}
#cartDropdown > .closeButton:hover:after {
	background-position: -241px -1px;
}
#cartDropdown > .content {
	padding: 15px;
}
#cartDropdown > .footer {
	padding: 10px 15px;
	border-top: 1px solid #edeff0;
	text-align: right;
}

/*** Departments bar ***/

#departmentsButton {
	display: none;
}
#departmentsMenu {
	margin: 0 18px;
	padding: 0;
	list-style: none;
}
#departmentsMenu > li {
	display: inline-block;
	position: relative;
}
#departmentsMenu > li.hidden {
	position: absolute;
	visibility: hidden;
}
#departmentsMenu > li > .link,
#departmentsMenu > li > .toggle {
	display: none;
}

/* Department menu */

.departmentMenu {
	display: none;
	position: absolute;
	left: 2px;
	top: 100%;
	width: 360px;
	margin: 0;
	padding: 0 16px;
	background-color: #ffffff;
	border: 1px solid #c9cece;
	border-top: 3px solid #ffa200;
	border-radius: 0 0 4px 4px;
	font-size: 12px;
	list-style: none;
}
.departmentMenu.active {
	display: block;
}
.departmentMenu > .header {
	margin: 0;
	padding: 8px 0;
	border-bottom: 1px solid #ffa200;
	font-size: inherit;
}
.departmentMenu > .header > .link {
	display: block;
	margin: 0 -8px;
	padding: 8px;
	font-weight: bold;
}
.departmentMenu > .header > .toggle {
	display: none;
}
.departmentMenu > li {
	padding: 8px 0;
	border-bottom: 1px solid #ffa200;
}
.departmentMenu > li > a {
	display: block;
	margin: 0 -8px;
	padding: 8px;
	font-weight: bold;
}
#allDepartmentsMenu {
	width: 240px;
	padding-bottom: 16px;
}

/* Category list */

.categoryList {
	margin: 0;
	padding: 8px 0;
	list-style: none;
}
.departmentMenu.active > .categoryList {
	display: block;
}
.categoryList > li {
	display: inline-block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 50%;
	padding-right: 16px;
	vertical-align: top;
}
.categoryList > li.more {
	display: block;
}
.categoryList > li > a {
	display: block;
	margin: 0 -8px;
	padding: 8px;
	font-weight: bold;
	text-transform: uppercase;
}
.categoryList > li > a:last-child {
	font-weight: normal;
	text-transform: none;
}
.categoryList > li.more > a {
	font-weight: bold;
	text-transform: uppercase;
}

/* Subcategory list */

.subcategoryList {
	margin: 0 0 8px 0;
	padding: 0 0 8px 0;
	list-style: none;
}
.subcategoryList > li > a {
	display: block;
	margin: 0 -8px;
	padding: 8px;
}

/* Department menu (1025px+) */

@media (min-width: 1025px) {
	.departmentMenu {
		width: 540px;
	}
	.categoryList > li {
		width: 33.333333%;
	}
}



/*** Search bar ***/

#searchButton {
	display: none;
}
#searchBar {
	position: absolute;
	top: 0;
	width: 33%;
	padding: 2px;
}
#searchBox {
	position: relative;
	height: 38px;
	background-color: #ffffff;
	border: 1px solid #bfbfbf;
	border-radius: 4px;
	text-align: right;
	vertical-align: middle;
}
#searchBox > * {
	text-align: left;
}
#searchTermWrapper {
	position: absolute;
	/*left: 0;*/
	right: 170px;
	height: 18px;
	padding: 6px 10px;
	margin: 4px 0;
}
#searchTermWrapper > .placeholder {
	position: absolute;
	color: #bfbfbf;
	cursor: text;
}
#searchTermWrapper > input {
	position: relative;
	width: 75%;
	height: 18px;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	border: 0 none;
	font-size: inherit;
}
#searchFormLabel {
	display: none;
}
#searchFilterButton {
	display: inline-block;
	position: relative;
	width: 110px;
	padding: 5px 10px;
	border-left: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
	vertical-align: middle;
}
#searchFilterButton:after {
	content: "";
	display: block;
	position: absolute;
	right: 5px;
	bottom: 5px;
	width: 4px;
	height: 4px;
	background-image: url("../images/responsive/rwdUI.png");
	background-position: -201px -1px;
}
#searchFilterButton.selected:after {
	content: " ";
	background-position: -221px -1px;
}
#searchFilterMenu.active {
	right: -1px;
	width: 170px;
}
@media (min-width: 1280px) {
	#searchDropdown {
		left: -42px !important;
		right: 102px !important;
		top: 38px !important;
	}
}
@media (min-width: 651px) and (max-width: 1098px) {
	#searchTermWrapper {
		right: 35px;
	}
	#searchFilterButton {
		display: none;
	}
	#searchFilterMenu.active {
		display: none;
	}
	#searchDropdown {
		left: -72px !important;
		right: 103px !important;
		top: 38px !important;
	}
}
#searchBox > .submitButton {
	display: inline-block;
	position: relative;
	width: 14px;
	height: 14px;
	margin: 4px 4px 4px 0;
	border: 8px solid #ffffff;
	vertical-align: middle;
	overflow: hidden;
}
#searchBox > .submitButton:before {
	display: block;
	position: absolute;
	left: -121px;
	top: -21px;
}
#searchBox > .submitButton:hover:before {
	left: -141px;
}

/* Autocomplete menu */
#AutoSuggestDiv {
	background-color: #ffffff;
	border: 1px solid #c9cece;
}
#AutoSuggestDiv > ul,
.autoSuggestDivNestedList {
	padding: 0;
}
#AutoSuggestDiv > ul > li {
	padding: 0;
	margin: 0;
	list-style: none;
}
#AutoSuggestDiv .list_section li {
	border-bottom: 1px solid #c9cece;
	list-style: none;
}
#AutoSuggestDiv .list_section li > a,
#AutoSuggestDiv #autoSuggestAdvancedSearch > a {
	padding: 15px;
	display: block;
	height: 100%;
}
#AutoSuggestDiv .heading {
	background-color: #f5f6f7;
	text-transform: uppercase;
	padding: 15px;
	border-bottom: 1px solid #c9cece;
	list-style: none;
}
#AutoSuggestDiv #autoSuggestAdvancedSearch {
	border-bottom: 0 none;
	background-color: #fff;
	color: #b54200;
	padding: 0;
}
#AutoSuggestDiv #autoSuggestAdvancedSearch:hover {
	background-color: #d9e9f7;
}
#AutoSuggestDiv #autoSuggestAdvancedSearch > a:hover {
	text-decoration: underline;
}
#autoSuggest_Result_div,
#autoSuggestCachedSuggestions_div {
	display: none;
}

/*** Footer ***/

#footer {
	padding: 10px;
	background-image: url("../images/responsive/footerBG.png");
	text-align: center;
}
#footerRow1 {
	display: inline-block;
	width: 440px;
	text-align: left;
}
@media (max-width: 480px) {
	#footerRow1 {
		width: 220px;
		text-align: center;
	}
}
@media (min-width: 961px) {
	#footerRow1 {
		width: 880px;
		text-align: center;
	}
}
#footerRow1 > .section {
	display: inline-block;
	width: 200px;
	padding: 10px;
	text-align: left;
	vertical-align: top;
}
#footerRow1 > .section > .header {
	position: relative;
	margin-left: 30px;
	padding: 5px 10px;
	border-bottom: 1px solid #bfbfbf;
	border-bottom: 1px solid rgba(185,185,185,0.45);
	color: #e9e9e9;
	font-size: 14px;
	font-weight: bold;
}
#footerRow1 > .section > .header:before {
	content: "";
	display: block;
	position: absolute;
	left: -30px;
	bottom: -1px;
	width: 30px;
	height: 3px;
	background-color: #bfbfbf;
	background-color: rgba(185,185,185,0.45);
	border-radius: 0 0 0 3px;
}
#footerRow1 > .section > .header > .toggle {
	display: none;
}
#footerRow1 > .section > ul {
	margin-left: 30px;
	padding: 10px;
	color: #ffffff;
	font-size: 12px;
	list-style: none;
}
#footerRow1 > .section > ul > li > a {
	display: block;
	margin: 0 -10px;
	padding: 10px;
}

/*** wc/widget/Carousel - fluid, touch-enabled carousel responsive to container width ***/

.carousel {
	position: relative;
}
 
.carousel > h2,
.carousel > .carouselWrapper > h2
{
	position: relative;
	z-index: 1;
	margin: 0;
	padding: 0 50px 10px 10px;
	color: #010f1c;
	font-weight: inherit;
}

.carousel > .content {
	position: relative;
	z-index: 0;
}

.carousel > .carouselWrapper > .content {
	position: relative;
	z-index: 0;
	width: 94%; /* fallback for browsers without support for calc() */
	width:calc(100% - 60px);
	margin-left:3%; /* fallback for browsers without support for calc() */
	margin-left:30px;
	margin-right:3%; /* fallback for browsers without support for calc() */
	margin-right:30px;
}

.carousel > .content > ul,
.carousel > .carouselWrapper > .content > ul {
	display: block;
	position: relative;
	left: 0%;
	margin: 0;
	padding: 0;
	list-style: none;
	white-space: nowrap;
    width: 100%;
}
.carousel > .content > ul > li,
.carousel > .carouselWrapper > .content > ul > li {
	display: inline-block;
	vertical-align: top;
	white-space: normal;
    width: 100%;
}
.carousel > .content > ul > li.hidden,
.carousel > .carouselWrapper > .content > ul > li.hidden {
	visibility: hidden;
}
.carousel .left_espot.centered {
	margin: 0 5px;
}

/* Prev/next page buttons */

.carousel > .prevPageButton,
.carousel > .carouselWrapper > div > .prevPageButton,
.carousel > .nextPageButton,
.carousel > .carouselWrapper > div > .nextPageButton {
	display: block;
	position: absolute;
	top: 50%;
	z-index: 1;
	width: 21px;
	height: 42px;
	margin-top: -21px;
	overflow: hidden;
}
.carousel > .prevPageButton,
.carousel > .carouselWrapper > div > .prevPageButton {
	left: 10px;
}
.carousel > .nextPageButton,
.carousel > .carouselWrapper > div > .nextPageButton {
	right: 10px;
}
.carousel > .prevPageButton.hidden,
.carousel > .carouselWrapper > div > .prevPageButton.hidden,
.carousel > .nextPageButton.hidden,
.carousel > .carouselWrapper > div > .nextPageButton.hidden {
	display: none;
}
.carousel > .prevPageButton:before,
.carousel > .carouselWrapper > div > .prevPageButton:before,
.carousel > .nextPageButton:before,
.carousel > .carouselWrapper > div > .nextPageButton:before {
	content: url("../images/responsive/rwdUI.png");
	display: block;
	position: absolute;
	top: -60px;
}
.carousel > .prevPageButton:before,
.carousel > .carouselWrapper > div > .prevPageButton:before {
	left: -1px;
}
.carousel > .nextPageButton:before,
.carousel > .carouselWrapper > div > .nextPageButton:before {
	left: -81px;
}
.carousel > .prevPageButton:hover:before,
.carousel > .carouselWrapper > div > .prevPageButton:hover:before,
.carousel > .prevPageButton:active:before,
.carousel > .carouselWrapper > div > .prevPageButton:active:before {
	left: -41px;
}
.carousel > .nextPageButton:hover:before,
.carousel > .carouselWrapper > div > .nextPageButton:hover:before,
.carousel > .nextPageButton:active:before,
.carousel > .carouselWrapper > div > .nextPageButton:active:before {
	left: -121px;
}

/* Page control */

.pageControl {
	position: absolute;
	z-index: 1;
	left: 10px;
	right: 10px;
	bottom: 10px;
}
.pageControl.hidden {
	display: none;
}
.pageControl > a {
	display: inline-block;
	vertical-align: top;
}
.pageControl > .hidden {
	display: none !important;
}

/* Page control - dot */

.pageControl.dot {
	text-align: center;
}
.pageControl.dot > a {
	width: 20px;
	height: 20px;
	margin: 0 10px;
	background-color: #22a3e7;
	border-radius: 10px;
	opacity: 0.4;
	border: 1px solid transparent;
}
.pageControl.dot > a:hover {
	opacity: 0.6;
}
.pageControl.dot > a.selected {
	opacity: 0.8;
}

/* Page control - number */

.pageControl.number {
	text-align: center;
}
.pageControl.number > a {
	width: 25px;
	margin: 0 10px;
	background-color: #22a3e7;
	border-radius: 2px;
	color: #ffffff;
	font-size: 14px;
	opacity: 0.4;
}
.pageControl.number > a:hover {
	opacity: 0.6;
}
.pageControl.number > a.selected {
	opacity: 0.8;
}
.pageControl.number > .ellipsis:after {
	content: "\2026";
	color: #4d4d4d;
}

/* Page control - thumbnail */

.pageControl.thumbnail {
	text-align: center;
}
.pageControl.thumbnail > a {
	display: inline-block !important;
	height: 30px;
	margin: 0 10px;
	background-color: #ffffff;
	border: 1px solid #a7daf5;
	border-radius: 2px;
}
.pageControl.thumbnail > a:hover {
	border: 1px solid #79c7f0;
}
.pageControl.thumbnail > a.selected {
	border: 1px solid #22a3e7;
}
.pageControl.thumbnail > a > img {
	height: 100%;
}

/* Options */

.carousel.clip-true > .content {
	overflow: hidden;
}

.carousel.padding-true {
	padding: 10px;
}
.carousel.padding-true > .content {
	margin: 0 30px;
}
.carousel.padding-true .pageControl {
	position: relative;
	left: auto;
	right: auto;
	bottom: auto;
	padding-top: 10px;
}
.carousel.padding-true .pageControl.hidden {
	display: block;
	visibility: hidden;
}

.carousel.background-true {
	background-image: url("../images/colors/color1/widget_carousel/widget_bg.png");
}
.carousel.border-true {
	border: 1px solid #e9e9e9;
	border-radius: 10px;
}



/*** wc/widget/Carousel - vertical orientation ***/

.carousel > .header {
	position: relative;
	padding: 10px;
	line-height: 40px;
}
.carousel > .header:after {
	content: "";
	display: block;
	clear: both;
}
.carousel > .header > h2 {
	display: inline-block;
	margin: 0;
	font-weight: inherit;
	line-height: normal;
	vertical-align: middle;
}
.carousel > .header > .controlBar {
	float: right;
}

/* Prev/next page buttons */

.controlBar > .prevPageButton,
.controlBar > .nextPageButton {
	display: inline-block;
	position: relative;
	width: 6px;
	height: 12px;
	border: 14px solid transparent;
	overflow: hidden;
	vertical-align: middle;
}
.controlBar > .prevPageButton.hidden,
.controlBar > .nextPageButton.hidden {
	display: none;
}
.controlBar > .prevPageButton:before,
.controlBar > .nextPageButton:before {
	content: url("../images/responsive/rwdUI.png");
	display: block;
	position: absolute;
	top: -1px;
}
.controlBar > .prevPageButton:before,
.controlBar > .prevPageButton:hover:before,
.controlBar > .prevPageButton:active:before {
	left: -21px;
}
.controlBar > .nextPageButton:before,
.controlBar > .nextPageButton:hover:before,
.controlBar > .nextPageButton:active:before {
	left: -41px;
}

/* Page control */

.controlBar .pageControl {
	display: inline-block;
	position: static;
	left: auto;
	right: auto;
	bottom: auto;
	line-height: 38px;
	vertical-align: middle;
}
.controlBar .pageControl.hidden {
	display: none;
}

/* Page control - number */

.controlBar > .pageControlWrapper {
	display: inline-block;
	vertical-align: middle;
}
.pageControlButton,
.pageControlMenu > .closeButton {
	display: none;
}
.controlBar .pageControl.number > a {
	width: 38px;
	margin: 0 2px;
	background-color: #ffffff;
	border: 1px solid #a0a0a0;
	border-radius: 5px;
	color: #4d4d4d;
	font-size: 16px;
	text-align: center;
	opacity: 1;
}
.controlBar .pageControl.number > a:hover,
.controlBar .pageControl.number > a.selected {
	background-color: #767676;
	border-color: #767676;
	color: #ffffff;
	opacity: 1;
}

/* Control bar - subscribe button */

.controlBar > .subscribeButton {
	display: inline-block;
	position: static;
	right: auto;
	top: auto;
	margin: 0 2px;
	vertical-align: middle;
}



/*** Widgets ***/

.catalogEntryRecommendationWidget > .header,
.categoryRecommendationWidget > .header {
	border-bottom: 1px solid #e9e9e9;
}

.contentRecommendationWidget {
	position: relative;
}

.contentCarouselWidget > .content {
	width: 125%;
	margin: 0 -12.5%;
}
.contentCarouselWidget .left_espot,
.contentCarouselWidget .left_espot.centered {
	width: 80%;
	margin: 0 auto;
}
.contentCarouselWidget.clip-true > .content {
	width: auto;
	margin: 0;
}
.contentCarouselWidget.clip-true .left_espot,
.contentCarouselWidget.clip-true .left_espot.centered {
	width: auto;
	margin: 0;
}

.contentCarouselWidget > .prevPageButton,
.contentCarouselWidget > .nextPageButton {
	width: 40px;
	height: 72px;
	margin-top: -36px;
}
.contentCarouselWidget > .prevPageButton {
	left: 0;
}
.contentCarouselWidget > .nextPageButton {
	right: 0;
}
.contentCarouselWidget > .prevPageButton:before,
.contentCarouselWidget > .nextPageButton:before {
	content: url("../images/responsive/DirectionalControls_MasterSprite.png");
}
.contentCarouselWidget > .prevPageButton:before {
	left: 0;
	top: 0;
}
.contentCarouselWidget > .prevPageButton:focus:before,
.contentCarouselWidget > .prevPageButton:hover:before {
	left: 0;
	top: -72px;
}
.contentCarouselWidget > .prevPageButton:active:before {
	left: 0;
	top: -144px;
}
.contentCarouselWidget > .nextPageButton:before {
	left: -40px;
	top: 0;
}
.contentCarouselWidget > .nextPageButton:focus:before,
.contentCarouselWidget > .nextPageButton:hover:before {
	left: -40px;
	top: -72px;
}
.contentCarouselWidget > .nextPageButton:active:before {
	left: -40px;
	top: -144px;
}
/* jQuery datepicker */
.ui-datepicker {
	border: solid 1px #cccccc;
    background-color: #fff;
	width: 19.2%;
	min-width:235px;
	text-align: center;  
	font-size: 13px;
}
.ui-datepicker table {
    width: 100%;
}
.ui-datepicker-unselectable .ui-state-default {
    color: #b4b3b3;
}
.ui-datepicker tbody .ui-datepicker-current-day{ 
    background: #F5AA31 ;    
}
.ui-datepicker tbody td a:hover{ 
    background: #F5AA31 ;    
}
.ui-datepicker-prev, .ui-datepicker-next {
    background: url('../images/responsive/rwdUI.png') no-repeat -33px -1px;
	width: 20px;
	height: 20px;
    line-height: 600%;
    overflow: hidden;
	margin:10px;
}
.ui-datepicker-prev {
    float: left;
    background-position: -13px -1px;
}
.ui-datepicker-next {
    float: right;
   
}
.ui-datepicker-title{
	padding:10px;
	font-weight:bold;
	background-color: #cfe5fa;
	font-size: 15px;
	
}
.ui-datepicker tbody .ui-datepicker-today {
	background: none repeat scroll 0 0 #0579F2 !important;
    color: #FFFFFF;
    text-decoration: none;
}


/*** 0 - 1133px ***/

@media (max-width: 1133px) {

	/* Page control - number*/

	.pageControlButton {
		display: inline-block;
		position: relative;
		width: 38px;
		margin: 0 5px;
		/*background-color: #767676;
		border: 1px solid #767676;
		border-radius: 5px;
		color: #ffffff;*/
		font-size: 16px;
		line-height: 38px;
		text-align: center;
	} 
	.pageControlButton.hidden {
		display: none;
	}
	.pageControlMenu.active {
		display: block;
		position: absolute;
		z-index: 20;
		background-color: #ffffff;
		border: 1px solid #a0a0a0;
	}
	.pageControlMenu > .pageControl.number > a {
		display: block;
		margin: 4px;
	}
	.pageControlMenu > .pageControl.number > .ellipsis {
		line-height: normal;
		text-align: center;
	}
	.pageControlMenu > .pageControl.number > .ellipsis:after {
		content: "\22ee";
	}
	.pageControlMenu > .closeButton {
		display: block;
		position: relative;
		width: 14px;
		height: 14px;
		margin: 0 4px 4px 4px;
		border: 13px solid #ffffff;
		overflow: hidden;
	}
	.pageControlMenu > .closeButton:before {
		content: url("../images/responsive/rwdUI.png");
		display: block;
		position: absolute;
		left: -61px;
		top: -1px;
	}
	.pageControlMenu > .closeButton:hover:before {
		left: -241px;
	}

}



/*** RWD-A ***/

@media (max-width: 650px) {

	/* Menu */

	.basicMenu > h3 {
		display: block;
		margin: 0;
		padding: 15px;
		background-color: #687979;
		color: #ffffff;
		font-size: inherit;
	}
	.basicMenu > .closeButton {
		display: block;
		position: absolute;
		top: 5px;
		right: 5px;
		padding: 10px;
		color: #ffffff;
		font-family: monospace;
	}
	.basicMenu > .closeButton > span:before {
		content: "[x]";
	}

	/* Header */

	#header:before {
		height: 5px;
	}
	#headerRow1 {
		height: 53px;
	}

	/* Quick links bar */

	#quickLinksBar > li > a {
		font-size: 12px;
	}
	#quickLinksBar > li > a > br {
		display: inline;
	}
	#quickLinksMenu.active {
		left: 0;
		right: 0;
		top:53px;
		width: auto;
	}

	/* Mini cart button */

	/*#widget_minishopcart {
		margin: 3px 15px;
	}*/
	#payMovil img {
		transition: filter 0.5s ease, background-color 0.5s ease;
		position: absolute;
		top: 25%;
		left: 39%;
		height: 25px;
		object-fit: contain;
	}
	#payMovil a {
		padding: 0px 20px 0px 20px !important;
	}

	/* Mini cart */

	#cartDropdown {
		width: auto;
	}
	
	.nonRWDPage #cartDropdown,
	.nonRWDPageB #cartDropdown{
		width: 360px;
	}
	/* Departments menu */

	#departmentsButton {
		display: block;
		max-width: 300px;
		margin: 2px 90px 2px 15px;
	}
	#departmentsButton > span {
		display: block;
		height: 36px;
		line-height: 36px;
		padding: 0 10px;
		text-align: left;
	}
	#departmentsMenu {
		display: none;
	}
	#departmentsMenu.active {
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		margin: 0;
		padding: 0 15px 15px 15px;
		background-color: #ffffff;
		border: 1px solid #c9cece;
		border-top: 3px solid #ffa200;
		border-radius: 0 0 4px 4px;
		color: #404040;
		font-size: 12px;
		list-style: none;
	}
	#departmentsMenu > li {
		display: block;
	}
	#departmentsMenu > li.hidden {
		position: static;
		visibility: visible;
	}
	.departmentButton {
		display: none;
	}

	/* Department menu */

	.departmentMenu {
		display: block;
		position: relative;
		top: auto;
		width: auto;
		margin: 0;
		padding: 0;
		border: 0 none;
	}
	.departmentMenu > .header > .toggle {
		display: block;
		position: absolute;
		right: -8px;
		top: 0;
		margin: 8px 0;
		padding: 8px;
		font-family: monospace;
	}
	.departmentMenu > .header > .toggle > span:before {
		content: "[+]";
	}
	.departmentMenu > .header > .toggle.selected > span:before {
		content: "[-]";
	}

	/* Category list */

	.categoryList {
		display: none;
		border-bottom: 1px solid #ffa200;
	}
	.departmentMenu.active .categoryList {
		display: block;
	}

	/* Subcategory list */

	.subcategoryList {
		border-bottom: 1px solid #e0dee5;
	}
	.subcategoryList > li {
		display: inline-block;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		width: 50%;
		padding-right: 16px;
		vertical-align: top;
	}

	/* "All departments" menu */

	#allDepartmentsButton {
		display: none;
	}
	#allDepartmentsMenu {
		display: none !important;
	}

	/* Search bar */

	#searchButton {
		display:block;
		position: absolute;
		right: 0;
		top: 0;
		width: 58px;
		height: 38px;
		margin: 2px 15px;
		background-color: #ffffff;
		border: 1px solid #BFBFBF;
		border-radius: 4px;
		vertical-align: middle;
		overflow: hidden;
	}
	#searchButton:before {
		content: url("../images/responsive/rwdUI.png");
		position: absolute;
		left: -99px;
		top: -9px;
		clip: rect(21px, 135px, 35px, 121px);
	}
	#searchButton:hover:before {
		left: -119px;
		clip: rect(21px, 155px, 35px, 141px);
	}
	/*#searchBar {
		display: none;
	}*/
	#searchBar.active {
		display: block;
		position: static;
		right: auto;
		width: auto;
		padding: 2px 15px;
		border-top: 1px solid #c9cece;
	}
	#searchBox > .submitButton {
		width: 10px;
		height: 18px;
		border-width: 6px 10px;
	}
	#searchBox > .submitButton:before {
		left: -181px;
	}
	#searchBox > .submitButton:hover:before {
		left: -201px;
	}

	/* Autocomplete menu */

	/* Footer */

	#footerRow1 > .section > .header:before {
		height: 30px;
		border-radius: 3px 3px 0 3px;
	}
	#footerRow1 > .section > .header > .toggle {
		display: block;
		position: absolute;
		left: -30px;
		bottom: -1px;
		width: 6px;
		height: 12px;
		border-width: 9px 12px;
		border-style: solid;
		border-color: transparent;
		overflow: hidden;
	}
	#footerRow1 > .section > .header > .toggle:before {
		content: url("../images/responsive/rwdUI.png");
		display: block;
		position: absolute;
		left: -161px;
		top: -1px;
	}
	#footerRow1 > .section.active > .header > .toggle {
		width: 12px;
		height: 6px;
		border-width: 12px 9px;
	}
	#footerRow1 > .section.active > .header > .toggle:before {
		left: -181px;
		top: -1px;
	}
	#footerRow1 > .section > ul {
		display: none;
	}
	#footerRow1 > .section.active > ul {
		display: block;
	}

	/* Carousel */

	.contentCarouselWidget {
		overflow: hidden;
	}

}



/*** Mobile (portrait) - 0-400px ***/

@media (max-width: 400px) {

	/* Category list */

	.categoryList > li {
		width: 100%;
		padding-right: 0;
	}

	/* Search bar */

	#searchTermWrapper {
		right: 58px;
		border-right: 1px solid #bfbfbf;
	}
	#searchFilterButton {
		display: none;
	}
	#searchFilterMenu.active {
		display: none;
	}
	#searchBox > .submitButton {
		border-width: 6px 20px;
	}

}



/*** High-resolution displays ***/

@media (-webkit-device-pixel-ratio: 2) {
	.departmentButton:after, #quickLinksButton:after, #widget_minishopcart:after, #departmentsButton:after, #searchButton:after, .pageControlButton:after,
	#cartDropdown > .closeButton:after,
	#searchFilterButton:after {
		background-image: url("../images/responsive/rwdUI@2x.png");
		background-size: 300px 400px;
	}
	#widget_minishopcart:before,
	#searchBox > .submitButton:before,
	.carousel > .prevPageButton:before,
	.carousel > .nextPageButton:before,
	.controlBar > .prevPageButton:before,
	.controlBar > .nextPageButton:before {
		-webkit-transform: scale(0.5);
		-webkit-transform-origin: 0 0 0;
	}
	.contentCarouselWidget > .prevPageButton:before,
	.contentCarouselWidget > .nextPageButton:before {
		content: url("../images/responsive/DirectionalControls_MasterSprite.png");
		-webkit-transform: scale(1);
	}
	#widget_minishopcart:before {
		clip: rect(82px, 54px, 120px, 2px);
	}
}

@media (-webkit-device-pixel-ratio: 2) and (max-width: 1133px) {
	.pageControlMenu > .closeButton:before {
		content: url("../images/responsive/rwdUI@2x.png");
		-webkit-transform: scale(0.5);
		-webkit-transform-origin: 0 0 0;
	}
}

@media (-webkit-device-pixel-ratio: 2) and (max-width: 600px) {
	#searchButton:before,
	#footerRow1 > .section > .header > .toggle:before {
		content: url("../images/responsive/rwdUI@2x.png");
		-webkit-transform: scale(0.5);
		-webkit-transform-origin: 0 0 0;
	}
	#searchButton:before {
		clip: rect(42px, 270px, 70px, 242px);
	}
	#searchButton:hover:before {
		clip: rect(42px, 310px, 70px, 282px);
	}
};/*
 *-----------------------------------------------------------------
 * Licensed Materials - Property of IBM
 *
 * WebSphere Commerce
 *
 * (C) Copyright IBM Corp. 2012, 2016 All Rights Reserved.
 *
 * US Government Users Restricted Rights - Use, duplication or
 * disclosure restricted by GSA ADP Schedule Contract with
 * IBM Corp.
 *-----------------------------------------------------------------
 */

body {
	position: relative;
}

div.hidden_summary{
	position:absolute;
	left: -99999px;
}

#overlay {
	background: rgba(0, 0, 0, 0.3);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 898
}

.lightedSection {
	background: #FFFFFF;
	border: 10px solid #FFFFFF;
	border-radius: 20px;
	margin: auto;
	z-index: 899;
}

.more_info_icon {
	display: inline-block;
	width: 27px;
	height: 27px;
}

.more_info_icon .info_on,
.more_info_icon:hover .info_off{
	display: none;
}

.more_info_icon .info_off,
.more_info_icon:hover .info_on{
	display: block;
}

.verticalAlign_middle {
	vertical-align: middle;
}

.more_info_icon > img{
	max-width: 100%;
	max-height: 100%;
}

.clearFloat, .clear_float{
	clear: both;
}

.left{
	float: left;
}

.right{
	float: right;
}

.bold {
	font-weight: bold;
}

.product_info{
	float: left;
	width: 100%;
}

.list_mode .product_info {
	margin-top: 30px;
	margin-bottom: 10%;
}

.product_image {
	margin: 0px auto;
	padding-top: 0px;
	margin-bottom: 0;
	position: relative;
}

.product > .product_image img {
	width: 100%;
	height: 100%;
	max-width: 200px;
	max-height: 310px;
}

.list_mode .product > .product_image img {
	width: inherit;
	height: 100%;
	max-width: inherit;
	max-height: 248px;
}

.additional_content .left_espot> img{
	width: 100%;
}

/* MiniShoppingCart Widget Popup */
div#widget_minishopcart_popup, div#widget_minishopcart_popup_1 {
	cursor:pointer;
}
div#widget_minishopcart_popup > #cartDropdown .product > .product_image > a {
	height: 87px;
	text-align: center;
}
div#widget_minishopcart_popup > #cartDropdown .product > .product_image > a > img{
	height: 100%;
	width: auto;
}
div#widget_minishopcart_popup_1 > #cartDropdown .product > .product_image > a {
	height: 114px;
	text-align: center;
}
div#widget_minishopcart_popup_1 > #cartDropdown .product > .product_image > a > img{
	height: 100%;
	width: auto;
}
div#widget_minishopcart_popup > #cartDropdown > .content > .products > .product,
div#widget_minishopcart_popup_1 > #cartDropdown > .content > .products > .product {
	min-height: 94px;
	border-bottom: 1px solid #edeff0;
	position: relative;
	padding: 5px 11px 5px 92px;
}
div#widget_minishopcart_popup > #cartDropdown > .content > .products > .product > .product_image,
div#widget_minishopcart_popup_1 > #cartDropdown > .content > .products > .product > .product_image {
	width: 82px;
	height: 94px;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 5px 10px 5px 0;
	overflow: hidden;
}
div#widget_minishopcart_popup > #cartDropdown > .content > .products > .product > .product_name,
div#widget_minishopcart_popup_1 > #cartDropdown > .content > .products > .product > .product_name {
	font-size: 16px;
	color: #666666;
}
div#widget_minishopcart_popup > #cartDropdown > .content > .products > .product > .product_name a,
div#widget_minishopcart_popup_1 > #cartDropdown > .content > .products > .product > .product_name a {
	color: #666666;
}
div#widget_minishopcart_popup > #cartDropdown > .content > .products > .product a,
div#widget_minishopcart_popup_1 > #cartDropdown > .content > .products > .product  a {
	text-decoration: none;
}
div#widget_minishopcart_popup > #cartDropdown > .content > .products > .product a:hover,
div#widget_minishopcart_popup_1 > #cartDropdown > .content > .products > .product  a:hover {
	text-decoration: underline;
}
div#widget_minishopcart_popup > #cartDropdown > .content > .products > .product > .product_image a,
div#widget_minishopcart_popup_1 > #cartDropdown > .content > .products > .product > .product_image a {
	display:block;
}
div#widget_minishopcart_popup > #cartDropdown > .content > .products > .product > .product_quantity,
div#widget_minishopcart_popup_1 > #cartDropdown > .content > .products > .product > .product_quantity {
	font-size: 13px;
	color: #666666;
	margin-right: 14px;
}
div#widget_minishopcart_popup > #cartDropdown > .content > .products > .product > .product_part_number,
div#widget_minishopcart_popup_1 > #cartDropdown > .content > .products > .product > .product_part_number {
	font-size:13px;
	color: #4d4d4d;
}
div#widget_minishopcart_popup > #cartDropdown > .content > .products > .product > .product_price,
div#widget_minishopcart_popup_1 > #cartDropdown > .content > .products > .product > .product_price {
	font-size:13px;
	color: #4d4d4d;
	line-height: 26px;
	float: right;
}
div#widget_minishopcart_popup > #cartDropdown > .content > .products > .product > .product_color,
div#widget_minishopcart_popup_1 > #cartDropdown > .content > .products > .product > .product_color {
	font-size:12px;
	line-height: 16px;
	color: #808080;
}
div#widget_minishopcart_popup > #cartDropdown > .content > .products > .product > .product_size,
div#widget_minishopcart_popup_1 > #cartDropdown > .content > .products > .product > .product_size {
	font-size:12px;
	line-height: 16px;
	color: #808080;
}
div#widget_minishopcart_popup > #cartDropdown > .content > .subtotal,
div#widget_minishopcart_popup_1 > #cartDropdown > .content > .subtotal {
	border-bottom: 1px solid #EDEFF0;
	padding: 8px 11px;
	position: relative;
}
div#widget_minishopcart_popup > #cartDropdown > .content > .subtotal > .product_price,
div#widget_minishopcart_popup_1 > #cartDropdown > .content > .subtotal > .product_price {
	color: #ca4200;
	line-height: 22px;
	font-weight: bold;
	float: right;
}
div#widget_minishopcart_popup > #cartDropdown > .content > .adjustment_price > .product_price,
div#widget_minishopcart_popup_1 > #cartDropdown > .content > .adjustment_price > .product_price {
	color: #4d4d4d;
}
div#widget_minishopcart_popup > #cartDropdown > .content > .view_more,
div#widget_minishopcart_popup_1 > #cartDropdown > .content > .view_more {
	border-bottom: 1px solid #EDEFF0;
	padding: 5px 11px;
	position: relative;
}
div#widget_minishopcart_popup > #cartDropdown > .content > .view_more > .view_more_items,
div#widget_minishopcart_popup_1 > #cartDropdown > .content > .view_more > .view_more_items {
	color: #006ECC;
	font-size: 12px;
	cursor: pointer;
}
div#widget_minishopcart_popup > #cartDropdown > .content > .view_more > .view_more_items:hover,
div#widget_minishopcart_popup_1 > #cartDropdown > .content > .view_more > .view_more_items:hover {
	text-decoration: underline;
}
div#widget_minishopcart_popup > #cartDropdown > .content > .go_to_cart,
div#widget_minishopcart_popup_1 > #cartDropdown > .content > .go_to_cart {
	height: 35px;
	padding: 6px 11px;
	overflow: hidden;
}
div#widget_minishopcart_popup > #cartDropdown > .content > .go_to_cart > .button_primary,
div#widget_minishopcart_popup_1 > #cartDropdown > .content > .go_to_cart > .button_primary {
	float: right;
	margin-top: 5px;
}
/* Added Product */
div#widget_minishopcart_popup > #cartDropdown > .content > .added > .product,
div#widget_minishopcart_popup_1 > #cartDropdown > .content > .added > .product {
	min-height: 112px;
	border-bottom: 1px solid #edeff0;
	position: relative;
	padding: 5px 11px 5px 126px;
}
div#widget_minishopcart_popup > #cartDropdown > .content > .added > .product:last-child,
div#widget_minishopcart_popup_1 > #cartDropdown > .content > .added > .product:last-child {
	border-bottom: none;
}
div#widget_minishopcart_popup > #cartDropdown > .content > .added > .product > .product_image,
div#widget_minishopcart_popup_1 > #cartDropdown > .content > .added > .product > .product_image {
	width: 110px;
	height: 114px;
	position: absolute;
	top: 0px;
	left: 0px;
}
div#widget_minishopcart_popup > #cartDropdown > .content > .empty,
div#widget_minishopcart_popup_1 > #cartDropdown > .content > .empty {
	font-size: 13px;
	padding:15px 7px;
	border-bottom: 1px solid #EDEFF0;
}
div#widget_minishopcart_popup > .bottom,
div#widget_minishopcart_popup_1 > .bottom {
	width: 360px;
	overflow: hidden;
}
div#widget_minishopcart_popup > .bottom > .left_border,
div#widget_minishopcart_popup_1 > .bottom > .left_border {
	float: left;
	width: 3px;
	height: 3px;
	background-color: #a3a3a3;
}
div#widget_minishopcart_popup > .bottom > .middle_tile,
div#widget_minishopcart_popup_1 > .bottom > .middle_tile {
	float: left;
	width: 354px;
	height: 3px;
	background-color: #a3a3a3;
}
div#widget_minishopcart_popup > .bottom > .right_border,
div#widget_minishopcart_popup_1 > .bottom > .right_border {
	float: left;
	width: 3px;
	height: 3px;
	background-color: #a3a3a3;
}

.quick_info_toggle {
	display: none;
}

div.widget_quick_info_popup {
	position:relative;
}

div.widget_quick_info_popup > .top,
div.widget_quick_info_popup > .bottom {
	background: url("../images/colors/color1/widget_quick_info_popup/quick_info_border.png") repeat-x scroll 0 0 transparent;
	overflow: hidden;
	width: auto;
}

div.widget_quick_info_popup > .top > .left_border{
	width:3px;
	height:3px;
	float: left;
}

div.widget_quick_info_popup > .top > .middle_tile{
	width:728px;
	height:3px;
	float: left;
}

div.widget_quick_info_popup > .top > .right_border{
	width:3px;
	height:3px;
	float: left;
}

div.widget_quick_info_popup > .middle > .content_left_border {
	background: url("../images/colors/color1/widget_quick_info_popup/quick_info_border.png") repeat-y scroll 0 0 transparent;
	float: left;
	padding-left: 3px;
}

div.widget_quick_info_popup > .middle > .content_left_border > .content_right_border {
	/* DevStart: changed from transparent to white background,since the popup was transparent */
	background: url("../images/colors/color1/widget_quick_info_popup/quick_info_border.png") repeat-y scroll 0 0 white;
	/* DevEnd */
	background-position:right;
	float: right;
	padding-right: 3px;
}

div.widget_quick_info_popup > .middle > .content_left_border > .content_right_border > .content {
	background-color: #ffffff;
	margin: 23px;

}

div.widget_quick_info_popup > .middle > .content_left_border > .content_right_border > .content > .left_column,
div.widget_quick_info_popup > .middle > .content_left_border > .content_right_border > .content > .right_column {
	width: auto;
	max-width: 330px;
	margin-right: 15px;
	margin-bottom: 15px;
	float: left;
}

div.widget_quick_info_popup > .middle > .content_left_border > .content_right_border > .content > .left_column > .image_container {
		border-bottom: 1px dotted #777777;
		width: 95%;
	}

div.widget_quick_info_popup > .middle > .content_left_border > .content_right_border > .content > .left_column > .image_container > img {
	width: 100%;
}

div.widget_quick_info_popup > .middle > .content_left_border > .content_right_border > .content > .left_column > .other_views{
	margin-right: 15px;
	border-bottom: 1px dotted #eeeeee;
	margin-top: 1px;
	position: relative;
	z-index: 10;
	height: 100%;
}

div.widget_quick_info_popup > .middle > .content_left_border > .content_right_border > .content > .left_column > .other_views ul{
	display: table;
	padding-left: 0px;
}

div.widget_quick_info_popup > .middle > .content_left_border > .content_right_border > .content > .left_column > .other_views ul li.selected{
	border: 3px solid #FAC549;
}

div.widget_quick_info_popup > .middle > .content_left_border > .content_right_border > .content > .left_column > .other_views ul li{
	border: 3px solid #E5E5E5;
	float: left;
	list-style: none outside none;
	margin-right: 8px;
	width: 94px;
	height: 94px;
	text-align: center;
}

div.widget_quick_info_popup > .middle > .content_left_border > .content_right_border > .content > .left_column > .other_views ul li:hover{
	border: 3px solid #FAC549;
}

div.widget_quick_info_popup > .middle > .content_left_border > .content_right_border > .content > .left_column > .other_views ul li > a > img{
	height: 100%;
}

div.widget_quick_info_popup > .middle > .content_left_border > .content_right_border > .content > .left_column > .other_views > h1 {
	padding: 0 5px 0 5px;
	background: #eee;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	font-size: 12px;
	float: left;
}

div.widget_quick_info_popup > .middle > .content_left_border > .content_right_border > .content > .right_column > span.main_header{
	color: #818181;
	display: block;
	font-size: 20px; /*22*/
	line-height: 20px; /*28*/
	margin-top: -3px;
	max-width: 320px;
}

div.widget_quick_info_popup > .middle > .content_left_border > .content_right_border > .content > .right_column > .not_available{
	font-size: 11px;
	line-height: 16px;
	color: #777777;
	font-style:italic;
}

/* DevStart: style for price as configured text*/
div.widget_quick_info_popup > .middle > .content_left_border > .content_right_border > .content > .right_column > span.configured {
	font-size: 14px;
	color: #CCC;
	line-height: 24px;
	float: left;
}
/* DevEnd: style for price as configured text*/

div.widget_quick_info_popup > .middle > .content_left_border > .content_right_border > .content > .right_column > span.old_price{
	color: #777777;
	float: left;
	font-size: 16px;
	line-height: 24px;
	text-decoration: line-through;
	font-weight:bold;
	margin-right: 4px; /* Dev: provides space after list price and before offer price */
}

div.widget_quick_info_popup > .middle > .content_left_border > .content_right_border > .content > .right_column > span.price{
	color: #CA4200;
	display: block;
	font-size: 16px;
	line-height: 24px;
	font-weight:bold;
}

div.widget_quick_info_popup > .middle > .content_left_border > .content_right_border > .content > .right_column > span.sku{
	color: #777777;
	font-size: 10px;
	line-height: 12px;

}

div.widget_quick_info_popup > .middle > .content_left_border > .content_right_border > .content > .right_column > .star_ratings > .single_star{
	background: url("../images/colors/color1/star_rating.png") no-repeat scroll 0 0 transparent;
	display: block;
	float: left;
	height: 16px;
	margin-top: 3px;
	padding-right: 3px;
	width: 16px;
}

div.widget_quick_info_popup > .middle > .content_left_border > .content_right_border > .content > .right_column > .star_ratings > .single_star:hover{
	background-position: 0 -16px;
}

div.widget_quick_info_popup > .middle > .content_left_border > .content_right_border > .content > .right_column > .star_ratings > span.reviews a{
	color: #006ECC;
	float: left;
	font-size: 12px;
	padding-left: 8px;
	text-decoration: none;
	line-height: 25px;
}

div.widget_quick_info_popup > .middle > .content_left_border > .content_right_border > .content > .right_column > .star_ratings > span.reviews a:hover{
	text-decoration: underline;
}

div.widget_quick_info_popup > .middle > .content_left_border > .content_right_border > .content > .right_column > .divider{
	height: 1px;
	background-color: #e5e5e5;
	margin-top: 11px;
	margin-bottom: 11px;
}

/* DevStart: changed class hierarchy to add refresh area div */
div.widget_quick_info_popup > .middle > .content_left_border > .content_right_border > .content > .right_column p{
	font-size: 12px;
	line-height: 14px;
	color: #777777;
}
/* DevEnd: changed class hierarchy to add refresh area div */

div.widget_quick_info_popup > .middle > .content_left_border > .content_right_border > .content > .right_column > a{
	color: #006ECC;
	display: block;
	margin-top: 4px;
	font-size: 11px;
	float: left;
	line-height: 15px;/*Dev for avoiding truncation in other languages*/
}

div.widget_quick_info_popup > .middle > .content_left_border > .content_right_border > .content > .right_column > a:hover{
	text-decoration:underline;
}

/* DevStart: for li elements that lists various product attributes */
div.widget_quick_info_popup > .middle > .content_left_border > .content_right_border > .content > .right_column > li,
div.widget_quick_info_popup > .middle > .content_left_border > .content_right_border > .content > .right_column > ul > li{
	font-size: 11px;
	line-height: 13px;
	color: #777777;
	margin-left: 14px;
}
/* DevEnd */
div.widget_quick_info_popup > .middle > .content_left_border > .content_right_border > .content > .right_column > .color_and_size > .heading{
	font-size: 14px;
	line-height: 14px;
}
div.widget_quick_info_popup > .middle > .content_left_border > .content_right_border > .content > .right_column > .color_and_size > .color_swatch_list > ul > li{
	display: block;
	float: left;
	margin-bottom: 6px;
	margin-right: 6px;
	margin-top: 6px;
}
div.widget_quick_info_popup > .middle > .content_left_border > .content_right_border > .content > .right_column > .color_and_size > .available_size_list{
	margin-top:6px;
}
div.widget_quick_info_popup > .middle > .content_left_border > .content_right_border > .content > .right_column > .color_and_size > .available_size_list a{
	text-decoration: none;
}
/* DevStart: a div was added to position the dropdown as parent to .dropdown_primary,hence .dropdown_primary not immediate child of .purchase_section */
div.widget_quick_info_popup > .middle > .content_left_border > .content_right_border > .content > .right_column > .purchase_section .dropdown_primary > .button > .content{
	min-width: 127px;
}
/* DevEnd */
div.widget_quick_info_popup > .middle > .content_left_border > .content_right_border > .content > .right_column > .purchase_section > span.quantity_label{
	font-size:14px;
	margin-top: 5px;
	line-height: 15px;/*Dev for avoiding truncation in other languages*/
	float:left;
}
div.widget_quick_info_popup > .middle > .content_left_border > .content_right_border > .content > .right_column > .purchase_section > .button_primary > .wide_button{
	width: 110px;
}
div.widget_quick_info_popup > .middle > .content_left_border > .content_right_border > .content > .right_column > .purchase_section > .full_details{
	padding-top: 10px;
	padding-bottom: 10px;
}
div.widget_quick_info_popup > .middle > .content_left_border > .content_right_border > .content > .right_column > .purchase_section > span.full_details a{
	color: #006ECC;
	font-size: 11px;
	text-decoration: none;
}
div.widget_quick_info_popup > .middle > .content_left_border > .content_right_border > .content > .right_column > .purchase_section > span.full_details a:hover{
	text-decoration:underline;
}
/* Dev Start: Add To Cart text was not visible properly in other languages,in quick info.. Made similar changes as done by MDS to fix this issue in product page */
div.widget_quick_info_popup > .middle > .content_left_border > .content_right_border > .content > .right_column > .purchase_section > .button_add_to_cart > .button_text{
	min-width: 120px;
}
/* Dev End*/
div.widget_quick_info_popup > .middle > .content_left_border > .content_right_border > .content > .right_column .button_secondary .button_text{
	min-width: 120px;
}
div.widget_quick_info_popup > .middle > .content_left_border > .content_right_border > .content > .right_column .close_group{
	cursor:pointer;
	position:absolute;
	right:0px;
	top:-4px;
}
div.widget_quick_info_popup > .middle > .content_left_border > .content_right_border > .content > .right_column .close_group:hover .close{
	background-position: 0 -13px;
}
div.widget_quick_info_popup > .middle > .content_left_border > .content_right_border > .content > .right_column .close_group:hover .close_text{
	text-decoration:underline;
}
div.widget_quick_info_popup > .middle > .content_left_border > .content_right_border > .content > .right_column  .close_group .close{
	width: 13px;
	height: 13px;
	background-image: url('../images/colors/color1/widget_quick_info_popup/close_sprite.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}
div.widget_quick_info_popup > .middle > .content_left_border > .content_right_border > .content > .right_column .close_group .close_text{
	position: relative;
	top: 10px;
	font-size: 13px;
	color: #404040;
	text-decoration:none;
	line-height: 15px;/*Dev for avoiding truncation in other languages*/
	width: 100px;
	margin-right: 30px;
	text-align: right;
}

div.widget_quick_info_popup > .bottom > .left_border{
	width:3px;
	height:3px;
	float: left;
}
div.widget_quick_info_popup > .bottom > .middle_tile{
	width:728px;
	height:3px;
	float: left;
}
div.widget_quick_info_popup > .bottom > .right_border{
	width:3px;
	height:3px;
	float: left;
}

#quickInfoPopup {
	top: 0px !important;
}

#quickInfoPopup > div {
	height: 100% !important;
}

#QuickInfoaddToShoppingList {
	line-height: 1.4;
}

.productListingWidget {
	border: 1px solid #e9e9e9;
	border-radius: 5px;
	padding-bottom: 10px;
}

.catPos > .container {
	width: 100%;
	min-width: 0;
	padding: 0;
	background: #f8f8f8;
	text-align: center;
}
.catPos > .container > a {
	display: block;
	padding: 8px 0;
	text-align: center;
}
.catPos > .container > a:hover {
	text-decoration: underline;
}

.product_group_name {
	color: #010f1c;
	font-size: 12px;
	float:none;
}

.catEntryList_border {
	margin: 10px 5%;
	padding-bottom: 15px;
	border-bottom: 1px dotted #c9c9c9;
	position: absolute;
	bottom: 0;
	width: 90%;
}

.catEntryGrid_border {
	display: inline-block;
	margin: 0px 5%;
	border-bottom: 1px dotted #c9c9c9;
	bottom: 0;
	width: 90%;
}

div.widget_articles_videos > .content > .header_bar {
	height: 75px;
	padding: 10px;
	border-bottom: 1px solid #e9e9e9;
	content: "";
	display: block;
	clear: both;
}

div.widget_articles_videos > .content > .header_bar > .title {
	float: left;
	padding: 5px;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}

div.widget_articles_videos > .content{
	width: 100%;
}

div.widget_articles_videos > .content > .header{
	padding-left: 19px;
	padding-right: 19px;
	font-size: 16px;
	padding-top: 14px;
	position: relative;
	height: 60px;
	border-bottom: 1px solid #E5E5E5;
}

div.widget_articles_videos > .content > .header > span.small{
	font-size: 12px;
	float: left;
	margin-left: 4px;
}

div.widget_articles_videos > .content > .header > .title{
	float: left;
}

div.widget_articles_videos > .content > .header > .paging_controls{
	color: #767676;
	font-size: 12px;
	height: 17px;
	line-height: 17px;
	overflow: hidden;
	position: absolute;
	right: 15px;
	top: 16px;
}

div.widget_articles_videos > .content > .header > .paging_controls > .divider{
	background-color: #BFBFBF;
	float: left;
	height: 17px;
	margin: 0 6px;
	width: 1px;
}

div.widget_articles_videos > .content > .header > .paging_controls  .left_arrow{
	background-image: url('../images/colors/color1/left_arrow_sprite.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 17px;
	width: 17px;
	margin: 0 6px;
	float: left;
}

div.widget_articles_videos > .content > .header > .paging_controls  .right_arrow{
	background-image: url('../images/colors/color1/right_arrow_sprite.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 17px;
	width: 17px;
	margin: 0 6px;
	float: left;
}

div.widget_articles_videos > .content > .header > .paging_controls  .active{
	background-color: #EF5305;
	background-position: left top;
	color: #FFFFFF !important;
	cursor: pointer;
}

div.widget_articles_videos > .content > .header > .paging_controls  .inactive{
	background-color: #BFBFBF;
	background-position: left bottom;
	color: #FFFFFF !important;
}

div.widget_articles_videos > .content > .header > .paging_controls > .pages{
	float: left;
	line-height: 17px;
	margin-left: 6px;
}

div.widget_articles_videos > .content > .header > .paging_controls > .pages > ul{
	list-style-type:none;
	overflow:hidden;
}

div.widget_articles_videos > .content > .header > .paging_controls > .pages > ul > li{
	color: #CA4200;
	cursor: pointer;
	display: block;
	float: left;
	margin: 0 2px;
	min-width: 14px;
	padding: 0 2px;
	text-align: center;
}

div.widget_articles_videos > .content > .header > .paging_controls > .view_all{
	float: left;
	line-height: 17px;
	margin-left: 6px;
}

div.widget_articles_videos > .content > .header > .paging_controls > .view_all > a{
	color: #CA4200;
	text-decoration: none;
}

div.widget_articles_videos > .content > .header > .sorting_controls{
	color: #666666;
	font-size: 11px;
	height: 18px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 15px;
	top: 40px;
}

div.widget_articles_videos > .content > .header > .sorting_controls > .sort_by{
	line-height: 18px;
}

div.widget_articles_videos > .content > .header > .sorting_controls > select{
	border: 1px solid #666666;
	font-size: 11px;
	height: 18px;
	min-width: 114px;
}

div.widget_articles_videos > .content > .item{
	padding-left: 19px;
	padding-right: 8px;
	padding-bottom: 17px;
	padding-top: 17px;
}

div.widget_articles_videos > .content > .divider{
	height: 1px;
	border-bottom: 1px solid #e5e5e5;
	margin-left:8px;
	margin-right: 8px;
}

div.widget_articles_videos > .content > .item > .icon{
	height: 32px;
	width: 32px;
	float: left;
}

div.widget_articles_videos > .content > .item > .description{
	font-size: 12px;
	float: left;
	line-height: 14px;
	padding-left: 11px;
	width: 630px;
}

div.widget_articles_videos > .content > .item > .description > .header {
	font-size: 14px;
	margin-bottom: 5px;
	cursor: pointer;
	float:left;
}

div.widget_articles_videos > .content > .item > .description > .header:hover{
	text-decoration:underline;
}

#articleListing {
	list-style-type: none;
	padding: 0 20px 0 20px;
	margin-top: 20px;
}

#articleListing li {
	float: left;
	width: 100%;
	min-height: 107px;
	margin-right: 10px;
	margin-bottom: 30px;
	border-bottom: 1px solid #e9e9e9;
}

#articleListing .icon {
	float: left;
	margin-right: 10px;
}

#articleListing .videoItem .icon .iconPlayOverlay {
	border: 0;
	position: relative;
	top: -86px;
	width: 69px;
	left: 48px;
	height: auto;
}

#videoItemScreen {
	height: auto;
	width: 100%;
	border: solid #ffffff 2px;
}

#videoContentBackground {
	position: fixed;
	top: 0px;
	width: 100%;
	height: 100%;
	padding: 1px 0 0 1px;
	z-index:100;
	background: rgba(0, 0, 0, 0.7);
}

#modelBox {
	position: fixed;
	top: 0px;
	padding: 1px 0 0 1px;
	z-index:101;
}

#videoContentFrame {
	position: fixed;
	top: 100px;
	width: 719px;
	height: 413px;
	left: 50%;
	margin-left: -360px;
}

#modelBoxClose {
	position: absolute;
	top: -10px;
	right: -10px;
	background: #000;
	color: #fff;
	border-radius: 20px;
	width: 23px;
	text-align: center;
	z-index: 10;
	border: 2px solid white;
}

#modelBoxClose:hover {
	cursor: pointer;
}

#video1 {
	width: 718px !important;
	height: 412px !important;
}

#articleListing .icon:hover {
	cursor: pointer;
}

#articleListing li .content {
	padding: 15px 20px 20px 100px;
}

#articleListing li .content h1 {
	font-size: 15px;
	padding: 0px;
}

#articleListing li .content h2 {
	font-size: 11px;
	text-transform: uppercase;
}

.tabButtonContainer {
	margin-bottom: 0px !important;
}

.tab_header {
	margin-right: 20px;
	display: table;
	border-spacing: 6px 0;
	max-width: 670px;
	margin-left: 6px;
}

.tab_header  .tab_container {
	width: 28%;
	float:none;
	padding: 9px 10px 7px 10px;
	text-transform: none;
}

.tab_header  .tab_container > .contentRecommendationWidget {
	border: 1px solid transparent;
}

.tab .productListingWidget {
	border: none;
	border-radius: 0px;
}

.tab_spacer {
	width: 1%;
	float: left;
	height: 32px;
}

.tab_container {
	text-transform: uppercase;
	font-weight: bold;
	color: #ca4000;
	font-size: 12px;
	width: 40%;
	float:left;
	padding: 10px;
	position: relative !important;
	display: table-cell;
	text-align: center;
	border-top: 2px solid #ca4200;
	border-left: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	-moz-border-radius: 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
	outline: 1px solid white;
	vertical-align: middle;
}

.tab_container:hover {
	cursor: pointer;
}

.inactive_tab {
	color: #686868;
	border-top: 2px solid #bbbbbb;
	border-bottom: 1px solid #e9e9e9;
	background-image: linear-gradient(bottom, rgb(221,221,221), rgb(255,255,255) 75%);
	background-image: -o-linear-gradient(bottom, rgb(221,221,221), rgb(255,255,255) 75%);
	background-image: -moz-linear-gradient(bottom, rgb(221,221,221), rgb(255,255,255) 75%);
	background-image: -webkit-linear-gradient(bottom, rgb(221,221,221), rgb(255,255,255) 75%);
	background-image: -ms-linear-gradient(bottom, rgb(221,221,221), rgb(255,255,255) 75%);
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 ); */
}

.tab {
	border: 1px solid #e9e9e9;
	border-radius: 5px;
	margin-top: 0px !important;
	width: 99%;
}

div.widget_title_container {
	width: 100%;
	line-height: 30px;
	margin-bottom:15px;
}

div.widget_title_container > h1 {
	font-size:24px;
	line-height: 28px;
	color: #666666;
	padding-left: 9px;
}

div.widget_title_container .black{
	color: #4d4d4d !important;
}

div#widget_coordinate > .middle > .content > .coordinate_body > .left_column > .cross_image {
	height: 103px;
	width: 16.3333%;
	max-width: 113px;
}

div#widget_coordinate > .middle > .content > .coordinate_body > .left_column > .product {
	width: 33.3333%;
	height: auto;
	max-width: 105px;
}

div#widget_coordinate > .middle > .content > .coordinate_body > .left_column > .product img {
	width: 100%;
	height: auto;
	max-width: 105px;
}

div#widget_coordinate > .middle > .content > .coordinate_body > .right_column {
	margin-left: 0px;
	width: 100%;
}
div#widget_coordinate > .middle > .content > .coordinate_body > .left_column {
	padding-bottom:35px;
	width:100%;
}

div#widget_coordinate {
	width: 100%;
}

div#widget_coordinate > .content  {
	padding-bottom: 10px;
}

div#widget_coordinate > .content > .coordinate_title  {
	width: 20%;
    display: none !important;
}

div#widget_coordinate > .middle {
	width: 100%;
}

div#widget_coordinate > .middle > .content {
	padding: 0px 0px 40px 0px;
	width: 100%;
}

div#widget_coordinate > .middle > .content .down_arrow {
	width: 20px;
	height: 10px;
	position: absolute;
	left: 43%;
	visibility: hidden;
}

div#widget_coordinate > .middle > .content .up_arrow {
	position: absolute;
	top: -17px;
	left: 43%;
	width: 20px;
	height: 10px;
	visibility: hidden;
}

div#widget_coordinate > .middle > .content .down_active {
	visibility: visible;
}

div#widget_coordinate > .middle > .content .up_active {
	visibility: visible;
}

#homePageEspot1,
#homePageEspot2,
#homePageEspot_Left,
#homePageEspot_Middle,
#homePageEspot_Right {
	width: 100%;
}

#homePageEspot1_Slot,
#homePageEspot2_Slot,
#homePageEspot_Left_Slot,
#homePageEspot_Middle_Slot,
#homePageEspot_Right_Slot {
	position:relative;
	z-index: 2;
}

.textContainer .title {
			font-family: arial, helvetica;
			font-weight: bold;
			font-size: 40px;
			color: #073769;
			line-height: 42px;
			margin-bottom: 10px;
			text-transform: uppercase;
	}
.textContainer .bodyText {
		font-family: arial, helvetica;
		font-size:14px;
		color: #073769;
		line-height: 14pt;
		margin-left:1px;
	}
.textContainer .button {
		font-family: Arial, Helvetica, sans-serif;
		text-align: center;
		padding: 9px 20px;
		border-radius: 3px;
		background-color: #c5293e;
		font-size: 20px;
		color: #fff;

		width: 100px;
		margin-top: 15px;
		margin-left:1px;
	}

@media (min-width: 1281px) {
	.tab {
		margin-top: 0px !important;
	}
}
h1 {
	padding: 0;
	font-size: 28px;
	font-weight: inherit;
}
.collapsible > h3 {
	cursor: pointer;
}
.collapsible > .content {
	overflow: hidden;
}

#content .collapsible,
.categoryNavWidget.collapsible,
.linkWidget.collapsible {
	padding: 10px 5%;
	background-color: #f0f0f0;
	border-radius: 5px;
	transition: background-color .2s;
}
#content .collapsible:hover,
.categoryNavWidget.collapsible:hover, 
.linkWidget.collapsible:hover{
	background-color: #e0e0e0;
}
#content .collapsible > h3,
.categoryNavWidget.collapsible > h3,
.linkWidget.collapsible > h3 {
	display: block;
	position: relative;
	margin: -10px -12px;
	padding: 10px 34px;
	font-size: 17px;
	font-weight: inherit;
	overflow: hidden;
	min-height: 1.4em;
}
#content .collapsible > .header,
.categoryNavWidget.collapsible > .header,
.linkWidget.collapsible > .header{
	font-size: 17px;
}
#content .collapsible > h3:before,
.categoryNavWidget.collapsible > h3:before ,
.linkWidget.collapsible > h3:before {
	content: url("../images/responsive/rwdUI.png");
	position: absolute;
	top: -27px;
	left: -49px;
	clip: rect(41px,78px,58px,61px);
}
#content .collapsible[aria-expanded="false"] > h3:before,
.categoryNavWidget.collapsible[aria-expanded="false"] > h3:before ,
.linkWidget.collapsible[aria-expanded="false"] > h3:before {
	left: -29px;
	clip: rect(41px,58px,58px,41px);
}
#content .collapsible > .content > ul, 
.linkWidget.collapsible > .content > ul {
	margin: 10px 0 0 0;
	background-color: #ffffff;
	font-size: 12px;
	list-style-type: none;
}
#content .collapsible > .content > ul > li ,
.linkWidget.collapsible > .content > ul > li {
	padding: 10px;
	border-top: 1px solid #f0f0f0;
}
#content .collapsible > .content > ul > li:first-of-type ,
.linkWidget.collapsible > .content > ul > li:first-of-type {
	border-top-width: 0;
}

#attachmentPaginationContainer .attachment > .attachment {
	float: left;
	max-width: 100px;
	padding-top: 2px;
	padding-right: 15px;
}
#attachmentPaginationContainer .attachment > .attachment > .description  {
	padding-left: 2px;
}
#attachmentPaginationContainer .header {
	text-transform: capitalize;
	font-size: 14px;
	clear:both;
}
#attachmentPaginationContainer .paging_controls .active {
	background-position: left top;
	cursor: pointer;
}
#attachmentPaginationContainer .paging_controls > .pages > ul > li {
	color: #CA4200;
	cursor: pointer;
	display: block;
	float: left;
	margin: 0 2px;
	min-width: 14px;
	padding: 0 2px;
	text-align: center;
}
#attachmentPaginationContainer .title{
	float:left;
}
#attachmentPaginationContainer .paging_controls{
	float:right;
}
#attachmentPaginationContainer .paging_controls .pages{
	float:left;
}
#attachmentPaginationContainer .paging_controls .right_arrow{
	float:left;
	margin: 2px 0 0;
}
#attachmentPaginationContainer .paging_controls .left_arrow{
	float:left;
	margin: 2px 0 0;
}

.searchAssocAssets .showDetails {
	font-size: 10px;
	text-transform: uppercase;
	line-height: 16px;
}

.searchAssocAssets {
	margin-top: 7px;
	background-color: transparent !important;
	padding: 0px !important;
	border-radius: 0px !important;
	transition: background-color .2s;
}

.searchAssocAssets[aria-expanded="true"] > a > .arrow {
	width: 15px;
	margin: 5px 3px 0px 0px;
	background-position: -241px -41px;
}

.searchAssocAssets > a > .arrow {
	float: left;
	background: url('../images/responsive/rwdUI.png') no-repeat;
	width: 10px;
	height: 10px;
	margin: 2px 5px 0px 3px;
	background-position: -221px -41px;
}

.searchAssocAssets > .product_attachment {
	position: relative;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	z-index: 99;
}

.searchAssocAssets > .product_attachment .item_spacer_5px {
	border-bottom: 1px solid #e9e9e9;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.searchAssocAssets > .product_attachment > .icon {
	float: left;
	margin-right: 5px;
}

.searchAssocAssets > .product_attachment > .details p {
	color: #666666;
	font-size: 14px;
	line-height: 14px;
	margin-left: 10px;
	margin-top: 10px;
	text-align:left;
	text-transform: capitalize;
}

.product_page_content  #productSlot56 {
	float: none;
}

.product_page_content #productFullWidthSlot56 {
	float: right;
}

.product_page_content .tab > .content {
	clear: both;
	font-size: 12px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 17px;
	padding-right: 17px;
	color: #4D4D4D;
	line-height: 22px;
}

.product_page_content .tab > .content > div {
	padding-bottom: 10px;
}

.product_page_content .tab > .content > ul {
	padding-top: 2px;
	padding-left: 25px;
	padding-bottom: 10px;
}

.product_page_content .content .merchandisingAssociationWidget .product_info ul {
	padding-left: 0px;
	float: left;
	width: 100%;
}

.product_page_content .content .merchandisingAssociationWidget .product_info .product_option .button {
	width: 97%;
	min-height: 0px;
	line-height: normal;
	padding-bottom: 7px;
	padding-top: 6px;
	word-wrap: break-word;
	position: relative;
	display: inline-block;
	vertical-align: middle;
    background: #f03829;
	color: #fff !important;
}

.product_page_content .content .merchandisingAssociationWidget .product_info .selectWrapper {
	width: 90%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.product_page_content #productSlot56 > div:nth-child(2),
.product_page_content #productFullWidthSlot56 > div:nth-child(2) {
	border-bottom: none;
	display: table-cell;
	display: -moz-groupbox;
}

.product_page_content .widget_product_image_viewer > .content {
	float: right;
	padding-bottom: 20px;
}

.product_page_content .widget_product_image_viewer .image_container {
	width: 95%;
}

div.widget_product_image_viewer {
	width: 100%;
	margin-bottom: 30px;
}

.widget_product_image_viewer .image_container > img {
	width: 100%;
	float: left;
	max-width: 402px;
	max-height: 622px;
	margin-right: 140px;
}

.mobileVisible {
	display: none;
}

.definingAttributes {
	padding: 30px 0px 0px 30px;
	font-size: 14px;
}

.definingAttributes:after {
	clear: both;
	content: "";
	display: block;
}

.definingAttributes .options_dropdown_column {
	float: left;
	min-width: 180px;
	margin-bottom: 20px;
	padding-right: 20px;
}

.definingAttributes .options_dropdown_column .heading {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}

.definingAttributes .options_dropdown_column .selectWrapper {
	padding-top: 4px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 4px;
	height: auto;
}

.definingAttributes .attBorder {
	border-top: 1px solid #e5e5e5;
}

.definingAttributes .color_swatch_label {
	display: inline-block;
	padding-top: 10px;
}

.definingAttributes > div.color_swatch_label:first-child {
	padding-top: 0px;
	border-top: none;
}

.definingAttributes div[id^="swatch_selection_"] {
	display: inline-block;
}

.definingAttributes .currentUsedFilters {
	font-size: 12px;
	padding-bottom: 7px;
	padding-top: 7px;
	margin-bottom: 10px;
}

.definingAttributes .currentUsedFilters .usedFilter {
	display: none;
	margin-right: 10px;
}

.definingAttributes .currentUsedFilters .usedFilter.visible {
	display: inline-block;
}

.definingAttributes .currentUsedFilters .close:before {	
	position:absolute;	
	content: url('../images/responsive/rwdUI.png');
	top: 0px;
	left: -60px;
}

.definingAttributes .currentUsedFilters .close {
	vertical-align: middle;
	margin-top: 1px;
	margin-right: 2px;
	float: left;
	height: 15px;
	width: 15px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

.definingAttributes .currentUsedFilters .close:hover:before {		
	top:0px;
	left:-240px;
}

.definingAttributes .hidden {
	display: none;
}

.color_swatch_list {
	line-height: 35px;
}

.color_swatch_list > ul,
div.product_listing_container .list_mode .product > .product_info > .product_color_swatches > .color_swatch_list > ul {
	padding: 0;
}
.color_swatch_list > ul > li,
div.product_listing_container .list_mode .product > .product_info > .product_color_swatches > .color_swatch_list > ul > li {
	width: 34px;
	text-align: center;
}
.color_swatch_list .color_swatch,
div.product_listing_container .list_mode .product > .product_info > .product_color_swatches > .color_swatch_list .color_swatch {
	border-radius: 100%;
	box-shadow: 0 0 0 1px #ccc;
	vertical-align: middle;
}

/* DevStart: css for list view under Other Custmers Also Purchased */

.product_listing_container .list_mode .product .divider{
	display: none;
}

.product_listing_container .list_mode .product > .product_image {
	position: absolute;
	left: 0;
	top: 0;
	width: 160px;
	height: auto;
	margin: 15px;
}

.product_listing_container .list_mode .product .product_info form select{
	width: 112px;
}
/* DevEnd: css for list view under Other Custmers Also Purchased */

.product_listing_container .list_mode .product > .product_info > .product_name {
	color: #666666;
	font-size: 17px;
}

.product_listing_container .list_mode .product > .product_info > .product_name a:hover{
	text-decoration:underline;
}

.product_listing_container .list_mode .product > .product_info > .attr {
	font-size: 14px;
}

.product_listing_container .list_mode .product > .product_info > .def_attr {
	display: block;
}

.product_listing_container .list_mode .product > .product_info > .product_price {
	color: #CA4200;
	font-size: 14px;
}

.product_listing_container .list_mode .product > .product_info > .product_price .old_price {
	color: #777777;
	text-decoration: line-through;
	margin-right: 4px; /* Dev: provides space after list price and before offer price */
}

.product_listing_container .list_mode .product > .product_info > .not_available{
	color: #4D4D4D;
	font-style: italic;
	line-height: 14px;
	font-size: 13px;
	margin-top: 2px;
}

.product_listing_container .list_mode .product > .product_info > .product_description {
	font-size: 13px;
	line-height: 16px;
	margin-top: 12px;
	padding-right: 15px;
}

.product_listing_container .list_mode .product > .product_info > .product_description a{
	color: #006ECC;
	margin-top: 4px;
	display: inline-block;
	text-decoration:none;
	float: left; /* Dev: To avoid wide outline when focussed,also added a clear_float div in the page */
}

.product_listing_container .list_mode .product > .product_info > .product_description a:hover{
	text-decoration:underline;
}

.product_listing_container .list_mode .product > .product_info > .product_color_swatches {
	clear:left;
	overflow: hidden;
}

.product_listing_container .list_mode .product > .product_info > .product_color_swatches > .color_swatch_list {
	float: left;
}

.product_listing_container .list_mode .product > .product_info > .product_color_swatches > .color_name {
	font-size: 13px;
	float: left;
	line-height: 32px;
}

.product_listing_container .list_mode .product > .product_info > .product_sizes {
	margin-top: 2px;
}

.product_listing_container .list_mode .product > .product_info > .product_quantity_addtolist {
	line-height: 22px;
}

.product_listing_container .list_mode .product > .product_info > .product_quantity_addtolist > .product_quantity .quantity_section .header {
	font-size: 13px;
	position: relative;
	bottom: 2px;
}

.product_listing_container .list_mode .product > .product_info > .product_quantity_addtolist > .product_addtolist select{
	margin-left: 24px;
	height: 22px;
}

.product_listing_container .list_mode .product > .product_info > .product_option {
	margin-top: 7px;
}

.product_listing_container .list_mode .product > .product_info > .searchAssocAssets {
	padding: 20px 0 20px 0;
	font-size: 12px;
	line-height: 16px;
}

.product_listing_container .list_mode .product > .product_info > .searchAssocAssets > .product_attachment > .details{
	float: left;
}

.product_listing_container .list_mode .product > .product_info > .searchAssocAssets > .product_attachment > .details a{
	color: #006ECC;
	text-decoration: none;
}

.product_listing_container .list_mode .product > .product_info > .searchAssocAssets > .product_attachment > .details a:hover{
	text-decoration: underline;
}

.productDescDropMerch {
	margin-top: 7px;
	background-color: transparent !important;
	padding: 0px !important;
	border-radius: 0px !important;
}

.productDescDropMerch > a > .showDetails {
	font-size: 12px !important;
	font-weight: bold;
	color: #767676 !important;
	line-height: 21px !important;
}

.productDescDropMerch .product_info {
	margin: 0px 0px 0px 15px;
}

.productDescDropMerch .product_info > .header {
	font-size: 14px;
}

.productDescDropMerch .product_info .quantity_section {
	margin-top: 0px !important;
}

.productDescDropMerch .product_info > .product_description {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 12px;
}

.productDescDropMerch .product_info > .product_description > .sku {
	font-size: 10px;
	color: #777;
}

.productDescDropMerch > a > .arrow {
	float: left;
	background: url("../images/responsive/rwdUI.png") no-repeat;
	width: 15px;
	height: 15px;
	margin: 3px 5px 0 3px;
	background-position: -80px -40px;
}

.productDescDropMerch[aria-expanded="true"] > a > .arrow {
	background-position: -100px -40px;
}

#widget_coordinate .list_mode .product > .product_image_merch {
	position: relative;
	width: 100%;
	margin: 0px;
}

#widget_coordinate .list_mode .product > .product_name_merch {
	font-size: 16px;
	color: #767676;
    padding: inherit;
}

div.product_listing_container .list_mode .product .product_info > .product_color_swatches {
	clear: left;
	overflow: hidden;
}

.product_listing_container div.col {
	padding-top: 20px;
}
.product_listing_container .list_mode .product {
	max-width: 100%;
	padding: 15px 15px 15px 190px;
	position: relative;
}
.product_listing_container .list_mode .product .product_info > .product_option {
	margin-top: 7px;
}
.color_swatch_list .color_swatch_disabled,
div.product_listing_container .list_mode .product > .product_info > .product_color_swatches > .color_swatch_list .color_swatch_disabled {
	border-radius: 100%;
	box-shadow:0 0 0 1px #c1c1c1;
	vertical-align: middle;
	cursor: default;
}

.color_swatch_list .color_swatch_selected,
.color_swatch_list .color_swatch:hover,
div.product_listing_container .list_mode .product > .product_info > .product_color_swatches > .color_swatch_list .color_swatch_selected,
div.product_listing_container .list_mode .product > .product_info > .product_color_swatches > .color_swatch_list .color_swatch:hover {
	border-radius: 100%;
	box-shadow: 0 0 0 3px #fac549;
	vertical-align: middle;
}

.namePartPriceContainer h1{
	font-size: 22px;
	line-height: 24px;
}

.namePartPriceContainer h2{
	font-size: 13px;
	color:#000000;
	padding-left: 24px;
	line-height:30px;
}

div.namePartPriceContainer > .print_section{
	float: right;
	line-height: 16px;
	font-size: 11px;
	text-decoration: none;
	cursor: pointer;
}

div.namePartPriceContainer > .print_section > span{
float: right;
}

div.namePartPriceContainer > .print_section > .print_icon{
	float: right;
	margin-right: 10px;
	background: url('../images/colors/color1/widget_product_info/print_icon_sprite.png') no-repeat;
	height: 16px;
	width: 16px;
}

div.namePartPriceContainer > .print_section:hover span{
	text-decoration: underline;
}

div.namePartPriceContainer > .print_section:hover > .print_icon{
	background-position: 0px -16px;
}

div.namePartPriceContainer h1.main_header{	
	line-height: 32px;
	display:block;
	padding: 0px;
}

div.namePartPriceContainer > .not_available{
	font-size: 13px;
	color: #767676;
	line-height: 16px;
	font-style:italic;
}

/* DevStart: removed id #price_display since there can be multiple price in the same page */
div.namePartPriceContainer > div > span.configured{
	font-size:16px;
	color: #4d4d4e;
	line-height: 18px;
	margin-top:-2px;
	float: left;
}

div.namePartPriceContainer > div > span.old_price{
	font-size:16px;
	color: #767676;
	line-height: 18px;
	float: left;
	text-decoration: line-through;
	margin-right: 4px; /* Dev: provides space after list price and before offer price */
}

div.namePartPriceContainer > div > span.price{
	font-size:16px;
	color: #CA4200;
	line-height: 18px;
	font-weight: bold;
	display:block;
}

div.namePartPriceContainer > span.sku {
	font-size:10px;
	line-height: 12px;
	color: #767676;
	display: inline-block;
	margin-top: 12px;
	margin-bottom: 10px;
}

div.namePartPriceContainer .promotion{
	font-size: 12px;
	color: #006ECC;
	text-decoration: none;
}

div.namePartPriceContainer .promotion:hover{
	text-decoration: underline;
}

div.namePartPriceContainer {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 4px;
}

div.namePartPriceContainer .single_star,
.product_listing_container .list_mode .product > .product_info > .product_rating > div.star_ratings .single_star {
	display: block;
	float: left;
	height: 16px;
	width: 16px;
	padding-right: 3px;
	margin-top: 3px;
	background: url("../images/colors/color1/star_rating.png") no-repeat 0 0;
}

div.namePartPriceContainer .single_star:hover,
.product_listing_container .list_mode .product > .product_info > .product_rating > div.star_ratings .single_star:hover {
	background-position: 0px -16px;
}

div.namePartPriceContainer > div.star_ratings {
	padding-top: 1px;
	padding-bottom: 7px;
}

div.namePartPriceContainer > div.star_ratings > span.reviews a,
.product_listing_container .list_mode .product > .product_info > .product_rating > div.star_ratings .reviews a{
	color: #006ecc;
	font-size:12px;
	float: left;
	padding-left: 8px;
	text-decoration: none;
	line-height: 22px;
}

div.namePartPriceContainer > div.star_ratings > span.reviews a:hover,
.product_listing_container .list_mode .product > .product_info > .product_rating > div.star_ratings .reviews a:hover{
	text-decoration: underline;
}

div.namePartPriceContainer div.star_ratings div.stars,
.product_listing_container .list_mode .product > .product_info > .product_rating > div.star_ratings div.stars {
	float: left;
}

.widget_product_info_viewer > .top .social{
	padding-top: 4px;
}


.product_text{
	border-bottom: 1px solid #e5e5e5;
	padding-top: 11px;
	padding-bottom: 11px;
	line-height: 22px;
}

.product_text .recurring{
	margin-top: 5px;
}

.product_text .recurring:hover .recurring_text{
	text-decoration:underline;
	cursor:pointer;
}

.product_text .recurring .recurring_icon{
	height: 13px;
	width: 13px;
	background: url("../images/colors/color1/widget_product_info/recurring_icon.png");
	background-repeat: no-repeat;
	float: left;
}

.product_text .recurring .recurring_text{
	float: left;
	margin-left: 3px;
	font-size: 12px;
	color: #006ECC;
	text-decoration:none;
}


.product_text > .subscription > .icon{
	height: 13px;
	width: 9px;
	background: url('../images/colors/color1/widget_product_info/subscription_icon.png');
	float: left;
}

.product_text > .subscription > a{
	font-size: 12px;
	text-decoration: none;
	color: #0030df;
	margin-left: 5px;
}

.product_text p {
	color:#4D4D4D;
	font-size:12px;
	line-height: inherit;
	font-family:Arial, Helvetica, sans-serif;
}

.product_text ul {
	padding-left: 14px;
	list-style-type:disc;

}

.product_text ul li{
	color:#4d4d4d;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: inherit;
}

.color_and_size{
	padding-top: 11px;
	padding-bottom: 11px;
	float:left;
}

.product_desc{
	padding-top: 11px;
	padding-bottom: 11px;
	line-height: 22px;
}

.product_desc p {
	color:#4D4D4D;
	font-size:12px;
	line-height: inherit;
	font-family:Arial, Helvetica, sans-serif;
}

.options_dropdown select{
	height: 23px; /* Dev: to override legacy css style */
	width: 164px;
}

.check_size_chart{

	color: #006ECC;
	float: left;
	font-size: 12px;
	text-decoration: none;
}

.product_listing_container .list_mode .product > .product_info > .product_option .button_secondary {
	margin-top: 7px;
}

.widget_product_info_viewer > .product_options .color_and_size .heading,
.widget_product_info_viewer > .product_options .color_and_size .header{
	font-size:14px;
}

.widget_product_info_viewer > .product_options .color_and_size .vertical_divider{
	height: 11px;
	width: 1px;
	background: #e5e5e5;
	margin-left: 13px;
	margin-right: 13px;
	margin-top: 7px;
}

.color_swatch_list ul li,
div.product_listing_container .list_mode .product > .product_info > .product_color_swatches > .color_swatch_list ul li {
	display: block;
	float: left;
	margin: 0 10px 10px 0;
	cursor: pointer;
}

div.product_listing_container .list_mode .product > .product_info > .product_color_swatches > .color_swatch_list ul li.last_swatch {
	margin-bottom: 0px;
}

.quantity_discount,
div#widget_package_summary .quantity_discount,
div.widget_bundle_package_list .quantity_discount{
	font-size: 14px;
	color: #767676;
	line-height: 16px;
}

div#widget_package_summary .quantity_discount{
	margin-bottom: 12px;
}

.quantity_discount > p > span.price,
div#widget_package_summary .quantity_discount > p > span.price,
div.widget_bundle_package_list .quantity_discount > p > span.price{
	color: #CA4200;
}

.quantity_section{
	padding-top: 16px;
	padding-bottom: 6px;
}

.quantity_section > .quantity_input{
	width: 40px;
	height: 25px;
	padding: 3px;
}

.quantity_input {
	height: 19px;
	width: 50px;
	background-color: #ffffff;
	font-style: normal;
	font-size:14px;
	padding: 1px;
	-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;
	color: #4d4d4d;
	text-align: center;
}

.widget_product_info_viewer > .product_options .divider{
	height: 1px;
	background-color:#E5E5E5;
}

#widget_package_summary > .left_border > .right_border > .content > .item > .available {
	float: none;
	padding-bottom: 20px;
}

.available .header,
.product_listing_container .list_mode .product > .available .header,
#widget_package_summary > .left_border > .right_border > .content > .item > .available .header {
	font-size:14px;
	line-height: 17px;
}

.available .sublist,
.product_listing_container .list_mode .product > .available .sublist,
#widget_package_summary > .left_border > .right_border > .content > .item > .available .sublist {
	line-height: 14px;
}

.available .sublist .text,
.product_listing_container .list_mode .product > .available .sublist .text,
#widget_package_summary > .left_border > .right_border > .content > .item > .available .sublist .text {
	font-size: 12px;
}

.available .sublist a.store_name,
.product_listing_container .list_mode .product > .available .sublist a.store_name,
#widget_package_summary > .left_border > .right_border > .content > .item > .available .sublist a.store_name {
	font-size: 12px;
	color: #006ECC;
	padding-left: 14px;
	text-decoration: none;
}

.available .sublist a:focus.store_name,
.available .sublist a:hover.store_name,
.product_listing_container .list_mode .product > .available .sublist a:hover.store_name,
#widget_package_summary > .left_border > .right_border > .content > .item > .available .sublist a:hover.store_name {
	text-decoration: underline;
}

.available ul,
.product_listing_container .list_mode .product > .product_info > .available ul,
#widget_package_summary > .left_border > .right_border > .content > .item > .available ul {
	list-style-image:url("../images/colors/color1/widget_product_info/checkmark_icon.png");
}

.available .instore_sublist,
.product_listing_container .list_mode .product > .available .instore_sublist,
#widget_package_summary > .left_border > .right_border > .content > .item > .available .instore_sublist {
	margin-left: 40px;
	font-size:12px;
	line-height: 17px;

}

.available a.check_stores,
.product_listing_container .list_mode .product > .available a.check_stores,
#widget_package_summary > .left_border > .right_border > .content > .item > .available a.check_stores {
	color: #006ECC;
	float: left;
	width: 90%;
	font-size: 12px;
	margin-left: 15px;
	text-decoration: none;
	cursor:pointer;
}

.available a:focus.check_stores,
.available a:hover.check_stores,
.product_listing_container .list_mode .product > .available a:hover.check_stores,
#widget_package_summary > .left_border > .right_border > .content > .item > .available a:hover.check_stores {
	text-decoration: underline;
}

.available {
	padding: 11px 0px;
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
	float: left;
}

.available > .text {
	font-size: 12px;
	padding-left: 16px;
}

.available > .sublist {
	max-width: 130px;
	float: left;
	padding-top: 4px;
	padding-left: 15px;
	padding-bottom: 10px;
}

.available .subHeading {
	float: left;
	color: #666;
	font-size: 12px;
	line-height: 14px;
	padding-top: 4px;
	padding-left: 15px;
	padding-bottom: 10px;
}

.available .availabilityBorder {
	margin-left: 15px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
}

.widget_product_info_viewer > .product_options .left_column{
	padding-top: 16px;
	float: left;
	padding-right: 12px;
}

.left_column .quantity_section{
	margin-bottom: 6px;
}

.left_column .quantity_section .header{
	font-size: 16px;
	line-height: 36px;
	padding-right: 10px;
}

.widget_product_info_viewer > .product_options .right_column{
	padding-top: 16px;
}


.widget_product_info_viewer > div.social_commerce{
	padding-top: 11px;
	padding-bottom: 6px;
	border-top: 1px solid #E5E5E5;
}


.widget_product_info_viewer > div.social_commerce .social{
	padding-right: 14px;
}

.widget_product_info_viewer > div.social_commerce .social .social_icon{
	margin-right: 5px;
	height: 25px;
}

.widget_product_info_viewer > div.social_commerce .social .divider{
	width: 1px;
	height: 24px;
	background: #e5e5e5;
	margin-right: 12px;
	margin-left: 7px;
}

.widget_product_info_viewer > div.social_commerce .send_and_print{
	height: 24px;
	line-height: 1px;
	border-left: 1px solid #e5e5e5;
	padding-left: 14px;
}

.widget_product_image_viewer > .content > .other_views {
	margin-right: 15px;
	border-bottom: 1px dotted #eeeeee;
	margin-top: 1px;
	position: relative;
	height: 100%;
}

.widget_product_image_viewer > .content > .other_views > .other_views_text {
	padding: 0 5px 0 5px;
	background: #eee;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	font-size: 12px;
	float: left;
}

.widget_product_image_viewer > .content > .other_views > ul {
	display: table;
	padding-left: 0px;
}

.widget_product_image_viewer > .content > .other_views > ul > li {
	list-style: none;
	float: left;
	width: 94px;
	height: 94px;
	text-align: center;
	border: 1px dotted #e5e5e5;
}

.widget_product_image_viewer > .content > .other_views > ul > li.selected {
	border: 1px solid #FAC549; 
}

.widget_product_image_viewer > .content > .other_views > ul > li > a > img{
	height: 100%;
}

/*--------------------------------------------------------------*/

#widget_language_and_currency_popup {
	height: auto !important;
	font-family: Arial, Helvetica, sans-serif;
}

div.widget_site_popup {
	width: 460px;
	background-color: #ffffff;
	font-size:12px;
}

@media (max-width: 500px) {
	div.widget_site_popup {
		width: 300px;
		background-color: #ffffff;
		font-size:12px;
	}
}

div.widget_site_popup > .middle > .content_left_border > .content_right_border {
	border: 3px solid #a3a3a3;
	border-color: rgba(71,71,71,0.5);
}

div.widget_site_popup > .middle > .content_left_border > .content_right_border > .content {
	width: auto;
	background-color: #ffffff;
}

div.widget_site_popup > .middle > .content_left_border > .content_right_border > .content .product{
	margin-left: 7px;
	margin-top: 7px;
}

div.widget_site_popup > .middle > .content_left_border > .content_right_border > .content .product .product_image{
	float: left;
	margin-right: 15px;
}

div.widget_site_popup > .middle > .content_left_border > .content_right_border > .content .product .product_name{
	float: left;
	font-size: 14px;
}

div.widget_site_popup > .middle > .content_left_border > .content_right_border > .content .product .product_image img {
	max-width: 60%;
}

div.widget_site_popup > .middle > .content_left_border > .content_right_border > .content form input {
	width: auto;
	margin-top: 4px;
	margin-bottom: 4px;
	border: 1px solid #A2A2A2;
	color: #404040;
}

div.widget_site_popup > .middle > .content_left_border > .content_right_border > .content .footer .button_secondary .button_text {
	min-width: 45px;
}

div.widget_site_popup > .middle > .content_left_border > .content_right_border > .content .footer{
	height: 38px;
	border-top: 1px solid #edeff0;
	line-height: 36px;
	padding-left: 10px;
	padding-right: 10px;
}

div.widget_site_popup > .middle > .content_left_border > .content_right_border > .content .footer .button_container{
	margin-top: 7px;
	float: right;
}

div.widget_site_popup > .middle > .content_left_border > .content_right_border > .content .footer .button_container .button_primary,
div.widget_site_popup > .middle > .content_left_border > .content_right_border > .content .footer .button_container .button_secondary{
	display:block;
	float: left;
	margin-left: 10px;
}

div.widget_site_popup > .middle > .content_left_border > .content_right_border > .content .close{
	width: 13px;
	height: 13px;
	position: absolute;
	right: 14px;
	top: 12px;
	background-image: url('../images/colors/color1/close_sprite.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	cursor: pointer;
}

div.widget_site_popup > .middle > .content_left_border > .content_right_border > .content .close:hover{
	background-position: 0 -13px;
}

div.widget_site_popup > .middle > .content_left_border > .content_right_border > .content > .header > .close_acce  {
	position: absolute;
	right: 14px;
	top: 14px;
}

div.widget_site_popup > .middle > .content_left_border > .content_right_border > .content-override-maxwidth {
	width: 455px;
	max-width:460px;
}

#inactivityWarningPopup_body {
	padding-top: 60px;
	padding-bottom: 60px;
}

#inactivityWarningPopup .widget_site_popup > .middle > .content_left_border > .content_right_border > .content > .body .message_icon {
	width: 19px;
}

#inactivityWarningPopup .widget_site_popup > .middle > .content_left_border > .content_right_border > .content > .body .message_text {
	color: #4D4D4D;
	font-size: 12px;
	line-height: 16px;
	margin-left: 10px;
}

#inactivityWarningPopup .widget_site_popup > .middle > .content_left_border > .content_right_border > .content > .footer > .button_container > .button_primary > .button_text {
	min-width: 50px;
}

#inactivityWarningPopup .widget_site_popup > .middle > .content_left_border > .content_right_border > .content > .close_acce  {
	width: 13px;
	height: 13px;
	position: absolute;
	right: 14px;
	top: 12px;
}

div.widget_site_popup > .middle > .content_left_border > .content_right_border > .content .header{
	background-color: #f5f6f7;
	border-bottom: 1px solid #edeff0;
	padding: 7px 20px 9px 20px;
}

div.widget_site_popup > .middle > .content_left_border > .content_right_border > .content .header span{
	font-size: 16px;
	color: #666666;
}


div.widget_site_popup > .middle > .content_left_border > .content_right_border > .content .selector {
	padding: 8px;
}

div.widget_site_popup > .middle > .content_left_border > .content_right_border > .content .selectors {
	padding: 16px 0;
}

div.widget_site_popup > .middle > .content_left_border > .content_right_border > .content .selectors .option_name{
	font-size: 12px;
	color: #666666;
	width: 25%;
		float: left;
		text-align: right;
		padding-right: 5px;
}

div.widget_site_popup > .middle > .content_left_border > .content_right_border > .content .selectors .left_selector{
	width: 350px;
	position: relative;
}

div.widget_site_popup > .middle > .content_left_border > .content_right_border > .content .selectors #language_select{
	width: 150px;
	background-color: #e5e5e5;
	height: 22px;
	font-size: 12px;
	color: #4d4d4d;
	padding-left: 10px;
}

div.widget_site_popup > .middle > .content_left_border > .content_right_border > .content .selectors #language_select #selected_option{
	cursor: pointer;
}

div.widget_site_popup > .middle > .content_left_border > .content_right_border > .content .selectors #language_options{
	width: 148px;
	height: 65px;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	position: absolute;
	top: 22px;
	left: 80px;
	padding-left: 10px;
	overflow:scroll;
}

div.widget_site_popup > .middle > .content_left_border > .content_right_border > .content .selectors select{
	font-size: 12px;
	color: #666666;
	float:left;
}

div.widget_site_popup > .middle > .content_left_border > .content_right_border > .content .selectors .currency{
	width: 92px; /*96*/
}

div.widget_site_popup > .middle > .content_left_border > .content_right_border > .content .body{
	padding-top: 22px;
	padding-bottom: 22px;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 14px;
	font-size: 12px;
}

div.widget_site_popup > .middle > .content_left_border > .content_right_border > .content .body .textinlinewithicon{
	line-height: 23px;
	margin-left: 4px;
	float: left;
}

div.widget_site_popup > .middle > .content_left_border > .content_right_border > .content .body .header{
	font-size: 14px;
	margin-top: 4px;
	margin-bottom: 14px;
}

.dropdown_list{
	position: absolute;
	/*original:: top:85px;*/
	/* DevStart: dropdown list kept relative to the dropdown button,so that it can be used in multiple places */
	top: 23px;
	z-index: 5;
	/* DevEnd */
	min-width: 190px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
}

div.dropdown_list > ul div.divider{
	border-bottom: 0px;
	height: 1px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #b9b9b9;
	margin-top: 7px;
}

.shopperActions .dropdown_list {
	top: 31px;
	min-width: 270px;
	z-index: 1000;
}

.created_list{
	background: url('../images/colors/color1/widget_quick_info_popup/plus_icon.png') no-repeat scroll 10px 50% transparent;
	color: #515151;
	cursor: pointer;
	display:block;
	font-size: 11px;
	line-height: 11px;
	overflow:hidden;
	padding-left: 24px;
	padding-bottom: 8px;
	padding-top: 8px;
}
.created_list_wrapper{
	width: 200px;
	overflow: auto;
	overflow-x: hidden;
	max-height: 100px;
}
.created_list:hover,.created_list_wrapper > .focused {
	background-color: #d9e9f7;
}

.shopperActions .dropdown_list .created_list_wrapper {
	width: auto;
}

.shopperActions .dropdown_list .message {
	font-style: italic;
	padding: 6px;
	border-bottom: 1px solid #e4e4e4;
	line-height: 14px;
}

.shopperActions .button.primary,
.shopperActions .button.secondary {
	width: 97%;
	max-width: 270px;
}

.shopperActions .dropdown_primary {
	background: linear-gradient(rgb(255, 255, 255), rgb(229, 232, 233) 100%);
	border-width: 1px;
	border-style: solid;
	border-color: rgb(191, 191, 191);
	border-radius: 4px;
	position: relative;
	width: 97%;
	max-width: 270px;
	min-height: 29px;
	height: 100%;
}
.shopperActions .dropdown_primary > a {
	padding-bottom: 1px;
	font-size: 14px;
	text-align: center;
	color: rgb(50, 50, 50);
	min-width: 200px;
	width: 100%;
}

.shopperActions .dropdown_primary > .drop  {
	height: 100%;
	width: 30px;
	border-left: 1px solid rgb(191,191,191);
	line-height: 29px;
	right: 0;
	position: absolute;
}

.shopperActions .dropdown_primary > .drop > a {
	padding-left: 9px;
	display: block;
	vertical-align: middle;
	height: 100%;
}

.shopperActions .dropdown_primary > .drop div {
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
}

.shopperActions .dropdown_primary .shoppping_list_content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 65%;
	padding-bottom: 5px;
	padding-top: 5px;
	word-wrap:break-word;
}

.dropdown_primary {
	height: 24px;
	display: inline-block;
	text-decoration:none;
}

.dropdown_primary > .button{
	float: left;
	text-decoration:none;
	cursor: pointer;
}

.dropdown_primary > .button > .left_border {
	width: 2px;
	height: 24px;
	float: left;
	background: url('../images/colors/color1/widget_quick_info_popup/dropdown_left_border.png') top left no-repeat;
}

.dropdown_primary > .button > .right_border,
.dropdown_primary > .drop .right_border {
	width: 2px;
	height: 24px;
	float: left;
	background: url('../images/colors/color1/widget_quick_info_popup/dropdown_right_border.png') top left no-repeat;
}

.dropdown_primary > .button > .content {
	height: 20px;
	padding: 2px 7px;
	float: left;
	background: url('../images/colors/color1/widget_quick_info_popup/dropdown_tile_bg.png') top left repeat-x;
	line-height: 20px;
	color: #49310f;
	text-align: center;
	font-size: 11px;
	overflow:hidden;
	cursor: pointer;
}

.dropdown_primary > .drop{
	float: left;
	cursor: pointer;
}

.dropdown_primary > .drop > .dropdown_arrow{
	height: 24px;
	float: left;
	background: url('../images/colors/color1/widget_quick_info_popup/dropdown_tile_bg.png') top left repeat-x;
	width: 16px;
	text-align: center;
	line-height: 20px;
}

.dropdown_primary > .drop > .white_line{
	background: url('../images/colors/color1/widget_quick_info_popup/dropdown_white.png') top left repeat-x;
	height: 24px;
	width:1px;
	float: left;
}

.dropdown_primary > .button:focus > .left_border{
	background: url('../images/colors/color1/widget_quick_info_popup/dropdown_left_border_active.png') top left no-repeat;
}

.dropdown_primary > .button:focus > .content{
	background: url('../images/colors/color1/widget_quick_info_popup/dropdown_tile_bg_active.png') top left repeat-x;
}

.dropdown_primary > .button:focus > .right_border{
	background: url('../images/colors/color1/widget_quick_info_popup/dropdown_right_border_active.png') top left no-repeat;
}

.dropdown_primary > .button:hover > .left_border{
	background: url('../images/colors/color1/widget_quick_info_popup/dropdown_left_border_active.png') top left no-repeat;
}

.dropdown_primary > .button:hover > .content{
	background: url('../images/colors/color1/widget_quick_info_popup/dropdown_tile_bg_active.png') top left repeat-x;
}

.dropdown_primary > .button:hover > .right_border{
	background: url('../images/colors/color1/widget_quick_info_popup/dropdown_right_border_active.png') top left no-repeat;
}

.dropdown_primary > .drop:focus > .dropdown_arrow{
	background: url('../images/colors/color1/widget_quick_info_popup/dropdown_tile_bg_active.png') top left repeat-x;
}

.dropdown_primary > .drop:focus > .right_border{
	background: url('../images/colors/color1/widget_quick_info_popup/dropdown_right_border_active.png') top left no-repeat;
}

.dropdown_primary > .drop:hover > .dropdown_arrow{
	background: url('../images/colors/color1/widget_quick_info_popup/dropdown_tile_bg_active.png') top left repeat-x;
}

.dropdown_primary > .drop:hover > .right_border{
	background: url('../images/colors/color1/widget_quick_info_popup/dropdown_right_border_active.png') top left no-repeat;
}

div#purchase_options input {
	border: none;
	background-color: none;
	vertical-align: middle;
	margin-top: -2px;
}
div#purchase_options label {
	padding-right: 15px;
}
div#purchase_options label img {
	padding-right: 5px;
	vertical-align: middle;
}

.productSpecTable {
	font-size: 12px;
	padding: 10px;
}

.specTableHeading {
	border-bottom: 1px solid #999;
	padding: 10px 10px 10px 0px;
}

.specTableHeading h1 {
	font-weight: bold;
	font-size: 12px
}

.specTableRow {
	padding: 5px;
	border-bottom: 1px dotted #ccc;
}

.productSpecs {
	font-size: 12px;
	padding: 10px;
}

#productSpecsTab {
	padding: 10px !important;
}

.widget_bundle_package_list {
	margin-right: 0px !important;
}
.widget_bundle_package_list .widget_product_listing {
	width: 100%;
}

.widget_bundle_package_list .list_mode {
	border: 1px solid #e9e9e9;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	margin-top: 0px !important;
}

.widget_bundle_package_list .product_listing_container > .list_mode .product {
	width: auto;
	padding: 12px 0px 0px 0px;
	border-top: 1px solid #e5e5e5;
	margin-bottom: 20px;
	color: #4D4D4D;
	float:none;
}

.widget_bundle_package_list .product_listing_container > .list_mode div:nth-child(2) {
	border-top: none;
}

.widget_bundle_package_list .product_listing_container > .list_mode .product .product_info {
	border-right: none;
	min-width: 100px;
	width: 85%;
}

.widget_bundle_package_list .product_listing_container > .bundle_mode .product .product_info {
	border-right: 1px solid #e5e5e5;
	width: 34%;
	padding-right: 10px;
}

.widget_bundle_package_list .product_listing_container > .package_mode .product .product_info {
	width: 58.333333%;
}

.widget_bundle_package_list .product_listing_container > .package_mode .product .product_info > .product_quantity_addtolist {
	display: none;
}

.widget_bundle_package_list .product_listing_container .list_mode .product > .product_info > .product_price {
	font-weight: normal;
}

.widget_bundle_package_list .product_listing_container .list_mode .product > .product_info > div:nth-child(2) {
	font-size: 10px;
	color: #767676;
	margin-top: 7px;
	margin-bottom: 7px;
}

.widget_bundle_package_list .product_listing_container > .bundle_mode .product .product_info > .product_description {
	line-height: 22px;
}

.widget_bundle_package_list .product_listing_container .list_mode .product {
	background: none;
	max-width: none;
}

.widget_bundle_package_list .product_listing_container .list_mode .product > .product_image {
	margin: 0px;
	position: relative;
	float: left;
	width: 15%;
}

.widget_bundle_package_list .product_listing_container .bundle_mode .product {
	background: url('../images/colors/color1/bundle_product_bg.png') repeat-y;
}

.widget_bundle_package_list .product_listing_container > .bundle_mode .product .product_info {
	width: 300px;
}

.widget_bundle_package_list .product_listing_container .bundle_mode .product > .product_image {
	width: 20%;
}

.widget_bundle_package_list .product_listing_container .bundle_mode .product > .product_image > a{
	width: 90%;
}

.widget_bundle_package_list .product_listing_container .package_mode .product > .product_image {
	width: 41.666666%;
}

.widget_bundle_package_list .product_listing_container .package_mode .product > .product_image > a{
	width: 80%;
	max-width: 285px;
}

.widget_bundle_package_list .product_listing_container .list_mode .product > .product_info > .product_name > a {
	font-size: 16px;
	padding-bottom: 0px;
	line-height: 22px;
}

.widget_bundle_package_list .product_listing_container > .list_mode .product .available {
	padding: 10px;
	border-top: none;
	border-bottom: none;
	width: 38%;
}

.widget_bundle_package_list .product_listing_container > .list_mode .product .product_info .product_sizes .heading {
	font-size: 13px;
}

/* DevStart: inventory availability component is reused,hence using a common class .available instead of .product_availability */
.widget_bundle_package_list .product_listing_container > .bundle_mode .product .available {
	width: 190px; /* Dev: to accommodate select attribute text */
	padding-left: 12px;
}
/* DevEnd */

.list_mode .product_info {
	margin-top: 10px;
	margin-bottom: 0%;
}
.section_recambio {
    font-size: 14px;
    color: #767676;
    width: 90%;
}
.precio_recambio {
    font-size: 14px;
    color: #767676;
    width: 90%;
}

/*For containers which are direct children of 'main_content'*/
.container_margin_5px{
	margin: 5px auto;
}

.container_margin_8px{
	margin: 8px auto;
}

.container_full_width_bundle {
	padding: 5px;
	width: 80%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	font-size: 14px;
	padding-left: 20px;
	max-width: 330px;
	background: #767676;
	color: #fff;
}
.container_full_width_package {
	padding: 5px;
	width: 80%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	font-size: 14px;
	padding-left: 20px;
	max-width: 330px;
	background: #ddd;
	color: #555;
}
.WCTooltip {
	position:absolute;	
	z-index:2000;
	overflow:visible;
}	
.WCTooltip > .container{
	margin-top:12px;
	font-size: 12px;
	border: 1px solid #CA4200;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	text-align: left;	
	background-color: #fafafa;	
	padding: 0.12em;
	max-width:600px;
}
.WCTooltip > .container> .connector
{
	left: 47%;
	top: 0;
	width: 16px;
	position: absolute;
	height: 14px;
	background: url('../images/colors/color1/tooltipConnectorUp.png') no-repeat top left;
}
.WCTooltip > .container> .header
{ 
	font-size: 14px;
	background-color: #f5f6f7;
	border-bottom: 1px solid #edeff0;
	padding: 8px 15px;
}
.WCTooltip > .container> .content
{
	background-color: #ffffff;
	padding:18px;	
	color:black;
	max-width:300px;
	min-width:250px;
}
@media (max-width: 600px) {
	.WCTooltip > .container> .content
	{
		max-width:250px;
		min-width:200px;
	}
	.list_mode .product_info {
		margin-bottom: 10px;
	}
	.widget_bundle_package_list .product_listing_container > .list_mode .product .product_info {
		border:none;
		width: 58.333333%;
		padding: 0px;
	}
	.widget_bundle_package_list .product_listing_container .list_mode .product > .product_image {
		width: 41.666666%;
	}
	.widget_bundle_package_list .product_listing_container > .list_mode .product .available {
		border-top: 1px solid #e5e5e5;
		margin-left: 0px;
		float: none;
		display: block;
		width: auto;
		clear: both;
	}
	.productListingWidget {
		border-top: 1px solid #e9e9e9;
	}
	.tab .productListingWidget {
		border-top: none;
	}
	.widget_product_image_viewer > .content > .other_views > .other_views_text {
		display:none;
	}
	.widget_product_image_viewer > .content > .other_views > ul {
		padding-left: 40px;
	}
	.widget_product_image_viewer > .content > .other_views > ul > li {
		width: 43px;
		height: 50px;
	}
	.widget_product_image_viewer > .content > .other_views > ul > li img {
		width: 32px;
		height: 50px;
	}
	div.namePartPriceContainer > .print_section {
		display:none;
	}
	div.widget_product_image_viewer {
		margin-bottom: 0px;
	}
	.product_page_content #productFullWidthSlot56 {
		float: none;
	}
}
@media (min-width: 601px) {
	.productListingWidget {
		border: 1px solid #e9e9e9;
		border-radius: 5px;
	}
	.tab .productListingWidget {
		border: none;
		border-radius: 0px;
	}
	.product_page_content #productSlot56 > div:nth-child(2),
	.product_page_content #productFullWidthSlot56 > div:nth-child(2) {
		margin: 0px 5px;
	}
}
.productListingWidget > .header_bar {
	padding: 10px;
	border-bottom: 1px solid #e9e9e9;
}
.productListingWidget > .footer_bar {
	padding: 10px;
	border-top: 1px solid #e9e9e9;
}
.productListingWidget > .header_bar > .title {
	float: left;
	padding: 5px;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}
.productListingWidget > .header_bar > .title > .num_products {
	font-weight: normal;
	text-transform: lowercase;
}
.productListingWidget > .header_bar:after, .productListingWidget > .footer_bar:after {
	content: "";
	display: block;
	clear: both;
}
.controls {
	float: right;
}
.controls > * {
	display: inline-block;
	padding: 5px;
}
.productListingWidget > .header_bar .controls .sorting_controls,
.productListingWidget > .header_bar .controls .view_controls {
	float: left;
	margin-left: 4px;
	padding-right: 0px;
}
.paging_controls {
	float: right;
	display: block;
}
.sorting_view_controls_container {
	padding-left: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	float: right;
	margin-left: 4px;
	display: block;
}
.sorting_controls > span, .sorting_controls > span > label ,
.view_controls > span, .sorting_controls > span > label {
	font-size: 11px;
	vertical-align: top;
}
.sorting_controls > span.page_size_label,
.sorting_controls > span.order_by_label {
	display: inline-block;
}
.page_size_label > label,
.order_by_label > label {
	text-transform: uppercase;
}
.productListingWidget #orderByDropdown,
.productListingWidget .orderByDropdown {
	margin-right: 20px;
}
.selectWrapper {
	position: relative;
	display: inline-block;
	background-color: #e9e9e9;
	border: 1px solid #e9e9e9;
	border-radius: 5px;
	height: 39px;
}
.selectWrapper:hover {
	background-color: #e0e0e0;
	border-color: #e0e0e0;
}
.shopperActions .dropdown_primary > .drop {
	overflow: hidden;
}
.shopperActions .dropdown_primary > .drop div:before {
	content: url("../images/responsive/rwdUI.png");
	display: block;
	position: relative;
	width: 12px;
	height: 6px;
	margin: 10px 7px;
	float: right;
	top: -1px;
	left: -1px;
}
.shopperActions .dropdown_primary > .drop div:before {
	top: 1px;
	left: -2px;
}
#pageSize_menu,
.pageSizeSelectMenu {
	width: 70px !important;
}
#orderBy_dropdown > #orderBy_menu,
.orderBySelectMenu,
#orderByContent_dropdown > #orderByContent_menu,
#pageSize_dropdown > #pageSize_menu,
.pageSizeSelectMenu,
div[id^="attrValue_"] > table[id^="attrValue_"],
div[id^="attrName_"] > table[id^="attrName_"] {
	position: relative;
	border: 1px solid #898989;
	background: #FFF;
	z-index: 20;
}
#orderBy_dropdown > #orderBy_menu > tbody tr td,
.orderBySelectMenu > tbody tr td,
#orderByContent_dropdown > #orderByContent_menu > tbody tr td,
#pageSize_dropdown > #pageSize_menu > tbody tr td,
.pageSizeSelectMenu > tbody tr td,
div[id^="attrValue_"] > table[id^="attrValue_"] > tbody tr td,
div[id^="attrName_"] > table[id^="attrName_"] > tbody tr td {
	height: 16px;
	padding: 12px 0;
	font-size: 14px;
	line-height: 16px;
	padding-left: 5px;
	color: #545454;
	border-bottom: 1px solid #898989;
	list-style: none;
}
#pageSize_dropdown > #pageSize_menu > tbody tr td,
.pageSizeSelectMenu > tbody tr td {
	text-align: center;
}

.view_controls > *, .paging_controls > * {
	display: inline-block;
	vertical-align: middle;
}
.paging_controls > .right_arrow  > img,
.paging_controls > .left_arrow  > img {
	padding: 10px;
}
.paging_controls > .left_arrow  > img {
	padding-left: 0px;
}
.paging_controls > .right_arrow  > img {
	padding-right: 0px;
}
.paging_controls > .invisible {
	visibility: hidden;
}
.paging_controls > .invisible_none {
	display: none;
}
.grid_icon, .list_icon {
	display: inline-block;
	border: 1px solid #a0a0a0;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
	padding: 11px;
	width: 17px;
	height: 17px;
}
.grid_icon:before, .list_icon:before {
	content: url("../images/responsive/rwdUI.png");
	position: absolute;
	top: -10px;
}
div.grid_icon, a.grid_icon:hover, div.list_icon, a.list_icon:hover {
	background-color: #767676;
}
a.grid_icon:before {
	left: -30px;
	clip: rect(21px,58px,38px,41px);
}
div.grid_icon:before, a.grid_icon:hover:before {
	left: -50px;
	clip: rect(21px,78px,38px,61px);
}
a.list_icon:before {
	left: -70px;
	clip: rect(21px,98px,38px,81px);
}
div.list_icon:before, a.list_icon:hover:before {
	left: -90px;
	clip: rect(21px,118px,38px,101px);
}

.pages > * {
	display: inline-block;
	vertical-align: middle;
}
.pages > ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.pages > ul > * {
	display: inline-block;
	vertical-align: middle;
}
.pages > ul > .active {
	width: 39px;
	background-color: #767676;
	border: 1px solid #a0a0a0;
	border-radius: 5px;
	color: #ffffff;
	line-height: 39px;
	text-align: center;
}
.controlBar .pageControl {
	list-style: none;
}
.pageControlMenu .controlBar .pageControl.number > a {
	margin: 0px;
}
.hoverover > a {
	display: block;
	width: 39px;
	border: 1px solid #a0a0a0;
	border-radius: 5px;
	line-height: 39px;
	text-align: center;
}
.hoverover > a:hover {
	background-color: #767676;
	color: #fff;
}

.grid > .col {
	float: left;
}
.grid:after {
	content: "";
	display: block;
	clear: both;
}
.product_listing_container > .grid_mode li {
	padding-top: 20px;
}
.product_listing_container > .list_mode > li {
	min-height: 320px;
	height: 100%;
	padding-bottom: 40px;
	position:relative;
}
.product_listing_container > .list_mode > div > li {
	min-height: 280px;
	height: 100%;
	padding-bottom: 40px;
	position:relative;
}
.product {
	max-width: 250px;
	padding: 10px;
	margin: 0 auto;
	line-height: normal;
}
.product_image {
	text-align: center;
	overflow:hidden;
}

.product > .product_image {
	overflow:visible;
}
.catPos >.product_image  {
	border: 1px solid transparent;
}
.catPos >.product_image > a {
	position:relative;
	display:block;
	height: 160px;
	text-align: center;
}
.catPos  > .product_image > a > img {
	position:relative;
	max-height: 160px;
	margin: 0 -100px;
}


.product >.product_image > a {
	display: inline-block;
	max-width: 100%;
}

.product >.product_image > a > img {
	display: block;
	margin: auto;
}

.product_image .image {
  position: relative;
  width: 100%;
}

/* Default background for all ribbon ad's */
.product_image .RibbonAdDefault {
	position:absolute;
	bottom:40px;
	left:0;
	width:110px;
	height:20px;
	background-color:#2C2C2C;
	background: -webkit-gradient(linear, left top, right top, color-stop(0.76, rgba(68, 68, 68, 1)), color-stop(1, rgba(255, 255, 255, 0)));
	background: linear-gradient(to right, rgba(68, 68, 68, 1) 76%, rgba(255, 255, 255, 0) 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(gradientType=1, startColorStr='#FF444444', endColorStr='#00FFFFFF')";
	zoom: 1;
	font-size: 14px;
	line-height:20px;
	font-family: arial, Helvetica, sans-serif;
	color:#FFF;
	padding-left:10px;
	border-radius:3px;
	text-align:left;
	vertical-align:baseline;
	overflow:visible;
	white-space: nowrap;
}
.product_image .RibbonAdDefault.Exclusive {
	background-color:#CA4200;
	background: -webkit-gradient(linear, left top, right top, color-stop(0.76, rgba(202, 67, 0, 1)), color-stop(1, rgba(255, 255, 255, 0)));
	background: linear-gradient(to right, rgba(202, 67, 0, 1) 76%, rgba(255, 255, 255, 0) 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(gradientType=1, startColorStr='#FFCA4300', endColorStr='#00FFFFFF')";
	bottom: 70px;
}
.grid_mode .product_name {
	padding: 5px 0px 0px 15px;
	min-height: 53px;
}
.list_mode .product_info > .product_name > a {
	padding-bottom: 15px;
	font-size: 17px;
	line-height: 18px;
	height: inherit;
	color: #646464;
}
.product_info > .product_name > a {
	display: block;
	color: #646464;
	font-size: 12px;
	line-height: 16px;
	padding-bottom: 5px;
}
.product_info > .product_price {
	color: #ca4200;
	font-size: 14px;
	font-weight: bold;
}
.product_info > .product_price > .old_price {
	color: #767676;
	text-decoration: line-through;
}
.grid_mode .product_price {
	padding: 5px 0px 0px 15px;
	min-height: 24px;
}
.product_info > .header {
	display: inline-block;
	font-size: 11px;
}
.button.primary,
.button.secondary {
	display: inline-block;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FBBB0B), to(#EE9505));
	background-image: linear-gradient(#FBBB0B, #EE9505);
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#FBBB0B', endColorStr='#EE9505')";
	border-radius: 4px;
	min-width: 200px;
	max-width: 100%;
	line-height: 29px;
	min-height: 29px;
	text-align:center;
	border: 1px solid #BFBFBF;
	color: #333333;
	font-size:14px;
}

.button_text {
	text-align: center;
}

.button.secondary {
	background-image: linear-gradient(#f7f9f9, #e5e8e9);
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#f7f9f9', endColorStr='#e5e8e9')";
}

.button.primary:hover {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FED60C), to(#F8AF06));
	background-image: linear-gradient(#FED60C, #F8AF06);
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#FED60C', endColorStr='#F8AF06')";
}
.add2CartButtonDisabled {
	color: #BFBFBF !important;
	cursor: default;
	pointer-events: none;
}
.button.secondary:hover, .requisitionListBox .addRequisitionList .button:hover {
	background-image: linear-gradient(#f7f9f9, #ced2d3);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f9f9), to(#ced2d3));
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#f7f9f9', endColorStr='#ced2d3')";
}

.compare_target {
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	color: #5B5B5B;
	line-height: 15px;
	font-weight: bold;
	min-width: 90px;
	padding: 7px 7px 7px 9px;
	text-align: left;
}
.compare_target[data-state="2"] {
	padding: 0px 0px 0px 9px;
}
.compare_target[data-state="1"], .compare_target[data-state="2"] {
	background-color: #f0f0f0;
	border-radius: 4px;
}
.compare_target > input {
	position: relative;
	cursor: pointer;
	vertical-align: middle;
	top: -1px;
}
.compare_target > label {
	cursor: pointer;
}
.compare_target > a {
	display: none;
	padding: 7px;
	background-color: #767676;
	border-radius: 0 4px 4px 0;
	color: #ffffff;
	text-decoration: none;
	margin-left: 4px;
	padding-left: 10px;
	padding-right: 10px;
}
.compare_target[data-state="2"] > a {
	display: inline-block;
}
.compare_target_hidden {
	visibility: hidden;
}
.compareCheckboxLabels {
	display: none;
}

.catPos {
	width: 90%;
	margin: 0 auto;
	background: #e9e9e9;
	border: 1px solid #cccbcb;
	overflow:hidden;
	position: relative;
	border-radius: 4px;
}

.productListHeader {
	padding: 10px 20px 0 20px;
}

.catPos_catalog {
	width: 90%;
	margin: 0 auto;
	overflow:hidden;
	border-radius: 4px;
}

#quick_cart_container, #MiniShopCartProductAdded {
	left: 214px !important;
	right: 0px !important;
	top: 71px !important;
}

/* Breadcrumb Widget */
div#widget_breadcrumb {
	padding: 0px;
	line-height: 12px;
}
div#widget_breadcrumb > ul {
	padding: 0;
	list-style-type: none;
}
div#widget_breadcrumb > ul li {
	display: inline;
	color: #CA4200;
	font-size: 12px;
	margin:0;
}
div#widget_breadcrumb > ul li a{
	text-decoration: none;
	color: #CA4200;
}
div#widget_breadcrumb > ul li:hover a{
	text-decoration: underline;
}
div#widget_breadcrumb > ul li.current {
	color: #767676;
}
div#widget_breadcrumb > ul span.divider,
div#widget_breadcrumb > ul li.divider {
	margin: 0 6px;
	color: #dedede;
	font-size: 12px;
	font-family: arial, helvetica;
}

/*Facets*/
.facetWidget {
	background:#f0f0f0;
	border-radius: 5px;
}

#content .facetWidget.collapsible {
	padding: 10px 5%;
	position: relative;
}

.facetWidget .dropdownIcon {
	float:left;
	width:16px;
	height:16px;
	background: url('../images/responsive/rwdUI.png');
	background-position: -61px -41px;
	margin: 3px 6px 0 0;
}
.facetWidget[aria-expanded="false"] .dropdownIcon {
	background-position: -41px -41px;
}

.optionContainer > .title {
	min-height: 40px;
	color: #545454;
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;
	margin: 10px 1px 0 1px;
	padding:0 5%;
	border-radius: 5px 5px 0 0;
	background: #FFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F1F1F1));
	background: linear-gradient(#FFFFFF, #F1F1F1);
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#FFFFFF', endColorStr='#F1F1F1')";
	cursor: pointer;
	border-bottom: 1px solid #e3e1e1;
	border-top: 1px solid #e3e1e1;
}

	.optionContainer.vertical .title {
		margin: 10px 5% 0 0;
	}

.optionContainer .arrow {
	width: 14px;
	height: 14px;
	margin: 14px 5px 0 0;
	float:left;
	position: relative;
	overflow: hidden;
}
	.optionContainer .arrow:before {
		content: url('../images/responsive/rwdUI.png');
		position: absolute;
		left: -101px;
		top: -41px;
	}
.optionContainer .arrow_collapsed:before {
	left: -81px;
}

.facetWidget .clearAll {
	float: right;
	text-align: right;
	line-height: 22px;
	font-size: 13px;
	color: #404040;
	position: absolute;
	right: 15px;
	top: 20px;
}

	.facetWidget .clearAll:hover {
		text-decoration: underline;
	}

.facetWidget .close {
	float:left;
	position:relative;
	width: 15px;
	height: 15px;
	overflow:hidden;	
	margin-top: 5px;
	margin-right: 2px;
}

.facetWidget .close:before{	
	position:absolute;	
	content: url('../images/responsive/rwdUI.png');
	top:-1px;
	left:-61px;	
}

	.facetWidget .clearAll:hover .close:before {		
		top:-1px;
		left:-241px;	
	}
	
	.facetWidget .filter_option:hover .close:before {		
		top:-1px;
		left:-241px;	
	}

#facetFilterListWrapper .facetSelectedCont {
	border-top:1px solid #e3e1e1;
	border-bottom:1px solid #e3e1e1;
	margin:7px 5% 0 0;
	padding:3px 0;
	width:95%;
}
	#facetFilterListWrapper .facetSelectedCont .filter_option img {
		border-radius:100%;
		vertical-align:middle;
	}

	#facetFilterListWrapper .facetSelected {
		list-style:none;
		font-size:13px;
		line-height:30px;
	}
		#facetFilterListWrapper .facetSelected:hover {
			text-decoration: underline;
		}
		#facetFilterListWrapper .facetSelected:hover .close{
			background-position: -241px -1px;
		}
	#facetFilterListWrapper .facetSelected.vertical {
		width:95%;
	}
		.facetSelected .close {
			margin:9px 3px 0 0;
		}
	#facetFilterListWrapper .header {
		width:95%;
		margin:0 5% 0 0;
	}

	.facetWidget > .title,  .facetWidget > .facetHeader > .title{
		color:#4D4D4D;
		font-size:17px;
		font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
		text-align:left;
		cursor:pointer;
		float:left;
		position:relative;
	}

	.facetWidget .openTab {
		float:right;
		font-size: 13px;
		margin-right: 20px;
		font-style: normal;
		font-weight: normal;
		cursor: pointer;
	}

	.facetSelectContainer {
		background:#FFF;
		margin:0;
		padding:0 0 10px 0;
		border-radius:0 0 5px 5px;
	}
	.facetSelectContainer > ul {
		padding: 0;
	}
	.facetSelectContainer .facetSelectedHighlight {
		color:#CA4200;
		font-weight:bold;
	}
	.facetSelectContainer .facetSelect li.singleFacet {
		border-bottom:none;
		margin-bottom:2px;
		padding:10px 5%;
		text-align:center;
		width:38px;
		float:left;
	}
	.facetSelectContainer .swatch .outline > span {
		display:table-cell;
		height:34px;
		vertical-align:middle;
	}
	.facetSelectContainer .swatch img,
	.facetSelected > a > div.filter_option > span > img {
		border-radius:100%;
		vertical-align:middle;
		box-shadow:0 0 0 1px #ccc;
	}
	.facetSelectContainer .swatch .outline.facetSelectedHighlight > span > img {
		box-shadow:0 0 0 3px #FAC549;
	}

	.facetSelect .swatch .outline {
		display:inline-block;
		text-align:center;
	}
	.optionContainer.vertical .facetSelectContainer {
		margin-right:5%;
	}
	#catSelectCont,
	.col12 > .facetWidget > #facetLinkSelect {
		margin-right: 5%;
	}

.facetWidget #facetLinkSelect {
	max-height: none;
	overflow-y: inherit;
	margin-right: 20px;
	background: none;
}
#facetFilterListWrapper .facetSelect {
	margin-top: 0;
}
.facetSelect li {
	list-style: none;
	line-height: 16px;
	font-size: 12px;
	color: #565656;
	padding:10px 5%;
	border-bottom: 1px solid #e3e1e1;
}
.facetSelect li a {
	display: block;
	margin: -10px -5%;
	padding: 10px 5%;
}
.facetSelect li a:hover {
	text-decoration: underline;
}
.facetSelect li label {
	display: block;
	margin: -10px -5%;
	padding: 10px 5%;
}
.facetSelect li label:hover {
	cursor: pointer;
}
.facetSelect li label:hover .outline span:first-child {
	text-decoration: underline;
}
.facetSelect > li.more ~ li,
.facetSelect.active > li.more {
	display: none;
}
.facetSelect.active > li.more ~ li {
	display: block;
}

		.showLess,
		.showMore {
			line-height: 16px;
			font-size: 12px;
			color: #565656;
			cursor: pointer;
			text-align: right;
			padding: 5px 5% 0 0;
		}
			
			.showLess:hover,
			.showMore:hover {
				cursor:pointer;
			}

		#facetFilterListWrapper .facetSelect li:first-child {
			padding-top: 0;
		}

		#colorSelect .facetSelect li:first-child {
			padding-top: 10px;
		}

			/*Color Facet Selection Specifics*/

			#fSCColor ul li {
				float:left;
				text-align:center;
				width:30px;
				margin-bottom:2px;
				border-bottom: none;
				padding: 10px 5%;
			}

			#facetLinks ul li {
				border-bottom: none;
			}


			#facetLinks ul li,
			#facetCat ul li {
				padding-left: 10%;
			}

			#facetCat.col8 li {
				padding-left: 4%;
			}

			#facetCat ul li {
				background:#FFF;
			}

			#facetCat.col8 li {
				width:27.3%;
				float:left;
				margin-right:2%;
			}

			#fSCPrice input {
				height: 20px;
				border: 1px solid #767676;
			}

			.facColor {
				width:20px;
				height: 20px;
				border-radius: 10px;
				margin: 0 auto 2px auto;
			}
			.facetSelect .checkBox {
				width: 12px;
				height: 12px;
				margin: 0 5px 0 0;
				border: 1px solid #a5a5a5;
				background-color: #d7d7d7;
				float: left;
				position:relative;
				display: none;
			}
			.singleFacet .facetSelect .checkBox {
				display: block;
			}
			.facetSelect li input:checked + a .checkBox > .checkmark {
				position:absolute;
				background: url('../images/responsive/rwdUI.png');
				background-position: -81px -1px;
				margin-left: 1px;
				margin-top:1px;
				width:12px;
				height:11px;
			}
			
		input:checked ~ .checkBox > .checkmarkMulti {
			position:absolute;
			background: url('../images/responsive/rwdUI.png');
			background-position: -81px -1px;
			margin-left: 1px;
			margin-top:1px;
			width:12px;
			height:11px;
		}
		li[data-additionalvalues="More"]{
			cursor: pointer;
		}
		li[data-additionalvalues="More"] > label{
			cursor: pointer;
		}
		li[data-additionalvalues="More"] > label > span > span:first-child:hover{ 
			text-decoration: underline;
		}
		li[data-additionalvalues="More"]:hover > label > span > span:first-child{ 
			text-decoration: underline;
		}
		input:disabled + label{
			color: #CCCCCC;
		}
	ul.facetSelect li input[type=checkbox] {
		height:1px;
		width:1px;
		position:absolute;
		overflow:hidden;
		left:-30px;
	}
	ul.facetSelect li div.facetCountContainer {
		display:inline-block;
	}

	.optionContainer.fixed{
		min-width: 200px;
		float:left;
	}

	.optionContainer.percent{
		width: 33.33333%;
		float:left;
	}

	.optionContainer.vertical{
		width: 100%;
		float:left;
	}

#facetFilterListWrapper > .facetSelectedCont {
	border-top: 1px solid #E3E1E1;
	border-bottom: 1px solid #E3E1E1;
	margin-top: 7px;
	padding: 0px;
}
#facetFilterList li {
	font-size: 12px;
	list-style: none;
	padding: 3px 0;
	display: inline-block;
	vertical-align: top;
	line-height: 28px;
	min-width: 50%;
}

.homeHero > .textContainer > .button {
	border: 1px solid transparent;
}

.homeHero > .textContainer > .button:focus {
	border: 1px dotted #000000;
}

#pageNumber3, #pageNumber4 {
	display: none;
}

.pages .pageNumber > .arrow,
.pageControl.number > .dropdownToggleButton > .arrow {
	background: url('../images/responsive/rwdUI.png');
	background-position: -141px -1px;
	width: 7px;
	height: 9px;
	position: absolute;
	right: 2px;
	bottom: 2px;
}

.pageOptionsDropdown {
	position: absolute;
	display: none;
	top: 45px;
	left: -5px;
	z-index: 100;
	width: 84px;
	background: #FFF;
	border: 1px solid #A0A0A0;
	padding: 0px 3px 3px 0px;
}

.pageOptionsDropdown > .ellipsis {
	list-style: none;
	width: auto !important;
	text-align: center;
	line-height: 15px;
	margin: 5px 5px 5px 40px !important;
	font-weight: bold;
	border: 0 !important;
	cursor: default;
	/* Safari */
	-webkit-transform: rotate(90deg);
	/* Firefox */
	-moz-transform: rotate(90deg);
	/* IE */
	-ms-transform: rotate(90deg);
	/* Opera */
	-o-transform: rotate(90deg);
	/* Internet Explorer */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.pageOptionsDropdown > .pageDropdownClose {
	list-style: none;
	float: left !important;
	width: 15px !important;
	height: 15px !important;
	border: 0 !important;
	background: url('../images/responsive/rwdUI.png');
	background-position: -61px -1px ;
	margin: 16px 0 0 15px !important;
}

.pageOptionsDropdown > .pageDropdownClose:hover {
	background-position: -241px -1px ;
}

.pageDropdownClose {
	list-style: none;
	float: left;
	width: 15px;
	height: 15px;
	background: url('../images/responsive/rwdUI.png');
	background-position: -61px -1px;
	border: 14px solid #ffffff;
}

.pageNumber:hover, .pageNumber.active {
	border-color: #767676;
	background: #767676;
	color: #FFF;
	cursor: pointer;
}

.pageNumber {
	margin-left: 3px;
	float: left;
	border: 1px solid #A0A0A0;
	background: #FFF;
	width: 37px;
	height: 30px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	padding-top: 8px;
	text-align: center;
	list-style: none;
}

.pagingLeft {
	float: left;
	background-position: -21px -1px;
	width: 6px;
	height: 12px;
	margin-top: 13px;
	margin-right: 17px;
}

.pagingRight {
	float: left;
	background-position: -41px -1px;
	width: 11px;
	height: 12px;
	margin-top: 13px;
	margin-left: 16px;
}

.productListingWidget > .header_bar .pagination_controls {
	clear: left;
}

/* 
 *	css used by AddressForm UI 
 */
.inputField {
	padding: 8px;
	border-radius: 5px;
	border: 1px solid #bfbfbf;
	font-size: 12px;
	width: 80%;
	box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;;
	-webkit-box-sizing: border-box !important;
}

.addrbook_header .inputField {
	width: 250px;
	margin-bottom: 0px !important;
}

#WC_PersonalInfoExtension_mobile_div_mobileCountryCode {
	width: 25%;
}

#WC_PersonalInfoExtension_mobile_div_12 {
	width: 54%;
}

.wcSelectMenu{
	border: 1px solid #E0E0E0;
	background: #FFFFFF;
	box-shadow: 0 2px 13px -4px #000000;
	z-index: 20;
	font-size: 12px;
}

.OrganizationUserInfo #Register .formField {
	margin-bottom: 0px;
}

.sign_in_registration #Register .formField {
	margin-bottom: 25px;
	max-width: 450px;
	min-width: initial;
	position: relative;
}

#Register .description {
	border-bottom: 1px solid #e0e0e0;
	border-top: 3px solid #ef5305;
	margin-bottom: 20px;
	margin-top: 5px;
	padding: 20px 10px;
	position: relative;
}

#Register #registration_arrow {
	left: 6%;
	position: absolute;
	top: -20px;
	transition: all 1s ease 0s;
}

#Register #registration_arrow.right {
	left: 56%;
}

#Register .bulletPoints {
	margin-bottom: 10px;
	margin-right: 100px;
	margin-top: 10px;
	float: left;
}

#Register .bulletPoints .bullet .marker {
	color: #ef5305;
	font-size: 20px;
	line-height: 16px;
	margin-right: 2px;
	vertical-align: middle;
}

#Register .more_info_icon {
	padding-bottom: 3px;
}

#Register .registrationType {
	font-weight: bold;
}

#Register .provideInfo {
	font-weight: bold;
}

#Register .form_2column .column {
	padding-bottom: 10px;
}

/* common classes used by My account list table and my account item table */
.input_field {
	padding: 6px;
	border-radius: 5px;
	border: 1px solid #bfbfbf;
	font-size: 12px;
	outline: 0;
}

.input_field.small {
	width: 60px;
}

.input_field.center {
	text-align: center;
}

.mobileToolbarButton,
.toolbarButton {
	cursor: pointer;
}

.titleNonLink {
	display: none;
}

.button_secondary .button_text,
.button_primary .button_text {
	font-size: 12px;
}

.selectDropdown {
	position: absolute;
	width: 190px;
	border: 1px solid #ccc;
	display: none;
	background: #fff;
	z-index:10;
}

.selectItem {
	border-bottom: 1px solid #e4e4e4;
}

.selectTitle {
	padding: 5px;
	cursor: pointer;
}

.selectItem:last-child {
	border-bottom: 0px;
}

.selectTitle:hover {
	background: #d9e9f7;
}

 /*-- Order Pricing popup START --*/
 
#pricing_popup_main_div {
	display:none;
} 

#pricing_popup {
	width:427px;
	position: absolute;
	display:block;
	z-index: 9999;
}
#pricing_popup .top_left{
	background-image: url('../images/colors/color1/popup_topleft.png');
	background-repeat:no-repeat;
	height:10px;
	width:8px;
	float:left;
}
#pricing_popup .top_right{
	background-image: url('../images/colors/color1/popup_topright.png');
	background-repeat:no-repeat;
	background-position:right;
	height:10px;
	width:419px;
	float:left;
}
#pricing_popup .header {
	border-left: 1px solid #a5aebd;	
	background-repeat:repeat-y;
	background-position: right;
	text-align: right;
	height: 23px;
	clear:left;
}
#pricing_popup .close {
	padding: 5px 15px 2px 0px;
	color: #666666;
}
#pricing_popup .close .icon{
	padding-top: 2px;
	padding-left: 4px;
	float: right;
}
#pricing_popup .pricingTable {
	max-height: 200px;
	width: 95%;
	overflow-x: hidden;
	overflow-y: auto;
}
#pricing_popup .pricingPopupButton {
	margin-left: 5px;
}
#pricing_popup .bodycontent {
	border-left: 1px solid #a5aebd;
	background-image: url('../images/colors/color1/popup_center_tile.png');
	background-repeat:repeat-y;
	background-position: right;
	margin: 0;
	padding: 0 0 10px 0;
}
#pricing_popup .bodycontent h2 {
	font-size: 14px;
	font-weight: bold;
	margin-left: 11px;
}
#pricing_popup .bodycontent div#bopis_table_container {
	margin-left: 5px;
}
#pricing_popup .bodycontent .title {
	padding: 0 17px 0 15px;
}
#pricing_popup .bodycontent_short {
	padding: 12px 17px 12px 15px;
	margin: 0px 1px 0px 1px;
}
#pricing_popup .footer {
	text-align: right;
	height: 14px;
	width: 427px;
}
#pricing_popup .footer .bot_left{
	background-image: url('../images/colors/color1/popup_botleft.png');
	background-repeat:no-repeat;
	height:14px;
	width:8px;
	float:left;
}
#pricing_popup .footer .bot_right{
	background-image: url('../images/colors/color1/popup_botright.png');
	background-repeat:no-repeat;
	background-position:right;
	height:14px;
	width:419px;
	float:left;
}

/* Distributor Pricing Popup Information Table Styles */
	div#distributor_pricing_popup {
		padding-right: 16px;
	}

	div#distributor_pricing_popup div.row div.price_column {	
		width: 100px;
	}

	div#distributor_pricing_popup div.row div.price_column input {
		background-color: transparent;
		border: none;
		margin-bottom: 0; padding: 0;
		vertical-align: text-top;
	}
			
	div#distributor_pricing_popup div.row div.price_range_link {
		display: block;
		margin: 0 0 0 18px;
	}

	div#distributor_pricing_popup div.row div.contract_column {
		width: 250px;
	}
/* -----------------------------------------------------------------------------*/
/* CSS for List Table UI
/* -----------------------------------------------------------------------------*/

.listTable {
	border: 1px solid #E9E9E9;
	border-radius: 5px 5px 5px 5px;
}

.listTable .toolbar {
	background: none repeat scroll 0 0 #F9F9F9;
	margin-bottom: 4px;
	padding: 10px;
}

.listTable .toolbar #quantityAdd {
	margin-top:3px;
}

.listTable .toolbar #uploadListButton, .listTable .toolbar #newListButton, .listTable .toolbar #csr_resetPassword_button  {
	float: right;
	margin-left: 10px;
}

.listTable .toolbar .button_secondary .button_text {
	border-bottom: 0 none;
}

.listTable .toolbar .newList{
	display: inline-block; 
	position: relative; 
	float: right;
}

.listTable .tableHeader {
	background: none repeat scroll 0 0 #F9F9F9;
	padding: 0 10px;
}

.listTable .selected {
	width: 5%;
}

.listTable .creator {
	width: 20%;
}

.listTable .actions {
	float: right;
}

.listTable .selected .cell {
	text-align: center;
}

.listTable .tableHeader .cell {
	font-size: 12px;
	font-weight: bold;
	padding: 5px 5px 5px 0;
}

.listTable .actions .cell {
	padding: 5px 5px 5px 0;
	text-align: right;
}

.listTable .cell {
	font-size: 12px;
	padding: 13px 10px 7px 0;
	word-wrap: break-word;
}

.listTable .cell a, .listTableMobile .cell a {
	color: #006ECC;
}

.listTable a, .listTableMobile a {
	font-size: 12px;
	color: #006ECC;
}

.listTable .cell .field {
	margin-bottom: 8px;
}

.listTable .tableHeader .cell img {
	margin-left: 3px;
	vertical-align: middle;
}

.listTable .entry {
	border-bottom: 1px solid #E9E9E9;
	margin: 0 10px;
}

.listTable .entry .input_field {
	width: 40px;
	text-align: center;
}

.listTable .entry .quantity .cell {
	float: right;
	margin-right: 77%;
}

.listTable .entry .quantity.editable .cell {
   	float: none;
   	margin-right: 0;
}

#RequisitionList_list_table .col2.name {
	width: 30%;
}

#RequisitionList_list_table .col2.quantity {
	width: 13.3333%;
}

#RequisitionList_list_table .col2.type {
	width: 11.33333%;
}

#RequisitionList_list_table .col2.actions {
	width: 10.3333%;
}

.listTable .previewImage img {
	width: 70px;
}

.listTable .eachCost {
	text-align: left;
	width: 10%;
}

.listTable .totalCost {
	text-align: right;
	width: 11%;
}

.listTable .remove {
	text-align: right;
	width: 8%;
}

.listTableMobile {
	display: none;
	font-size: 12px;
}

.listTableMobile .selected { 
	text-align: center;
	padding: 0px 10px 0px 0px;
	width: 20px;
}

.listTableMobile .title {
	float: none;
	clear: both;
}
.listTableMobile .toggle { 
	width: 20px;
	float: right;
	cursor: pointer;
}

.listTableMobile .expandedContent .expandedCol {
	padding: 0px 11px 0px 11px;
	min-width: 200px;
}

.listTableMobile .expandedContent .expandedCol > div {
	min-height: 10px;
	padding: 5px 0 5px 20px;
}

.listTableMobile .expandedContent .expandedCol .leftCol {
	float: left;
	font-weight: bold;
	display: inline-block;
	width: 40%;
	padding-right: 25px;
}

.listTableMobile .expandedContent .expandedCol .rightCol {
	display: inline-block;
	width: 45%;
}

.listTableMobile .actions {
	font-size: 12px;
	padding: 0px 11px 0px 30px;
	float: none;
	display: inline-block;
}

.listTableMobile .actions .button_text {
	padding: 3px 0px !important;
	width: 218px;
}

.listTableMobile .actions .actionImage {
	vertical-align: middle;
}

.listTableMobile .actionDropdown {
	position: absolute;
	right: inherit;
	width: 220px;
}

.withPreviewImage .cell {
	padding-top: 25px;
}

.withPreviewImage .previewImage .cell {
	padding: 5px;
	text-align: center;
}

.withPreviewImage .actions .cell {
	padding-top: 20px;
}

.listTable .withPreviewImage .actions .cell {
	padding-top: 25px;
}

.listTable .withPreviewImage .col1 .cell img {
	width: 100%;
}

.listTable .footer, .listTableMobile .footer {
	padding: 20px 0 20px 10px;
	width: 98%;
}

.listTable .footer .pageCount, .listTableMobile .footer .pageCount {
	font-size: 12px;
}

.listTable .footer .pageButtons, .listTableMobile .footer .pageButtons {
	float: right;
	margin-top: -10px;
}

.listTable .actions .cell {
	padding: 5px 5px 5px 0;
	text-align: right;
}

.listTable .actions .button_text {
	border-bottom: 0 none;
	padding: 5px 5px 0;
}

.listTable .button_secondary .button_text, .listTable .button_primary .button_text {
	font-size: 13px;
}

.listTable .button_primary.disable {
	display: none;
}

#Saved_OrderList_list_table.listTable .order {
	width: 25%;
	text-align: left;
}

#Saved_OrderList_list_table.listTable .name {
	width: 25%;
	text-align: left;
}

#Saved_OrderList_list_table.listTable .updated {
	width: 11%;
	text-align: left;
}

#Saved_OrderList_list_table.listTable .total_price {
	width: 16%;
	text-align: right;
}

#newListDropdown {
	right: 0px;
	width: 220px;
}

#uploadListDropdown {
  right: 21px;
  width: 220px;
}

#csr_resetPassword_dropdown_panel{
  right: 0px;
  width: 220px;
}

.toolbarDropdown .hidden{
	display:none;
}

.toolbarDropdown {
	background: linear-gradient(to bottom, #FFFFFF 46%, #F5F5F5 100%) repeat scroll 0 0 hsla(0, 0%, 0%, 0);
	border: 1px solid #BFBFBF;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
	box-shadow: -5px 5px 20px -6px rgba(191, 191, 191, 0.75);
	display: none;
	font-size: 12px;
	margin-top: 24px;
	padding: 15px;
	position: absolute;
	z-index: 10;
	display:none;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#F5F5F5',GradientType=0 ); /* IE6-9 */
	background-color: #FFFFFF;
}


.toolbarDropdown.active{
	display:block;
}

.createTableList .input_field,
.uploadTableList .input_field {
	margin: 15px 0;
	width: 204px;
}


.createTableList .button_primary,
.createTableList .button_secondary,
.uploadTableList .button_secondary{
	margin: 5px 0;
}

.createTableList .button_secondary > .button_text, 
.createTableList .button_primary > .button_text,
.uploadTableList .button_secondary > .button_text,
.uploadTableList .button_primary > .button_text  {
	width: 175px;
	max-width: 175px;
}

.uploadTableList #uploadButton.button_primary > .button_text{
	width: auto;
}

/* Begin: Upload list drop down menu */
.uploadTableList #uploadSaveButton {
	float: left;
	margin-right: 9px;
}

.uploadTableList .download_link_icon {
  float: left;
  margin-right: 5px;
  vertical-align: middle;
}

.uploadTableList .download_link {
  color: #006ECC;
  position: relative;
  top: 2px;
}

.uploadTableList #uploadButton {
	margin-top: 10px;
	cursor: pointer;
}

.uploadTableList .uploadForm {
	padding-bottom: 15px;
	border-bottom: 1px solid #e9e9e9;
	margin-bottom: 15px;
}

.uploadTableList .uploadForm .formContents {
	background: #eee;
	border-radius: 5px;
	padding: 15px;
	margin-bottom: 15px;
}

.uploadTableList .exampleInfo .exampleTable {
	border-collapse: collapse;
}

.uploadTableList .exampleInfo .exampleTable td {
	border: 1px solid #b7b7b7;
	padding: 5px;
}

/* The first column in the table is 150px wide */
.uploadTableList .exampleInfo .exampleTable td:nth-child(1) {
	width: 150px;
}

/* The second column in the table is 50px wide */
.uploadTableList .exampleInfo .exampleTable td:nth-child(2) {
	width: 50px;
}

.uploadTableList #uploadButtonArea {
	width:100%;
}
.uploadTableList #UpLoadedFile {
	position: absolute;
	left: -150px;
	opacity: 0;
	filter: alpha(opacity=0);
}
.uploadTableList #fileNameBox {
	width:180px;
	background-color:#eee;
}

/* End: Upload list drop down menu */

/* Begin: Upload file status table */
#fileUploadStatus {
	margin-bottom: 20px;
	font-size: 12px;
	margin-top:5px;
	padding-left: 0px;
}

#fileUploadStatus h1 {
	font-size: 18px;
	padding: 0px 0px 10px 0px;
}

#fileUploadStatusBox {
	border-radius: 5px;
	padding: 10px;
	border: 1px solid #e9e9e9;
	overflow-y:auto;
	max-height:126px;	
}

#fileUploadStatusBox .fileUpload {
	border-bottom: 1px solid #e9e9e9;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#fileUploadStatusBox .fileUpload:last-child {
	border-bottom: 0;
	padding-bottom: 0px;
	margin-bottom:0px;
}

@-moz-document url-prefix() {
	#fileUploadStatusBox .fileUpload:last-child {
			border-bottom: 0;
			padding-bottom: 0px;
			margin-bottom:10px;
	}
}

.fileName {
	overflow: hidden;
	text-overflow: ellipsis;
}

#fileUploadStatusBox .fileName {
	float: left;
	width: 32%;
	padding-top: 2px;
}

#fileUploadStatusBox .uploadStatus {
	float: left;
	padding-right: 2%;
	width: 23%;
}

#fileUploadStatusBox .uploadStatus img {
	vertical-align: middle;
	width: 20px;
	margin-right: 5px;
	float:left;
	padding: 0px 4px 0px 4px;
}

#fileUploadStatusBox .uploadStatus span {
	display:inline;
}

#fileUploadStatusBox .uploadStatus .loading {
	font-style: italic;
	padding-top: 2px;
}

#fileUploadStatusBox .uploadStatus .complete {
	padding-top: 2px;
}

#fileUploadStatusBox .timeStamp {
	float: left;
	width: 24%;
	vertical-align: middle;	
	padding-top: 2px;
}

#fileUploadStatusBox .logbtn {
	float: left;
	display: inline-block;
}

#fileUploadStatusBox .columnHead {
	display:none;
}
/* End: Upload file status table */

/* Begin: RequisitionListUploadDetails Widget */
#LogTable {
	height: auto;
	border: 1px solid #e9e9e9;
	border-radius: 5px;
	max-width:100%;
}

#LogTable .row {
	font-size: 12px;
}

#LogTable .toolbar {
	background: none repeat scroll 0 0 #F0F0F0;
	font-size: 12px;
	padding-left: 2px;
}

#LogTable .last {
	border-bottom: 0 none;
}

#LogTable .row .UploadStatus {
	display: inline-block;
	float: none;
	padding-left: 11px;
	position: relative;
	top: 2px;
}
#LogTable .row .UploadStatus img {
	width: 20px;
}
#LogTable .row .UploadStatusText {
	padding-left:5px;
	padding-top:2px;
	float:left;
}
#LogTable .row .UploadStatusDate {
	padding-left:11px;
	padding-top:2px;
	float:left;
}
#LogTable.requisitionList .entry {
	margin: 0 15px;
}

#LogTable #status {
	font-size: 12px;
	padding: 10px 0 10px 14px;
	width: 90%;
}

.logTable {
	display: inline-block;
	float: left;
	width: 50%;
}

.logTable .cell {
	padding: 13px 10px 7px 4px;
}

.logTable:nth-of-type(1)  {
	font-style:bold;
}

#twoTables {
	height: 147px;
	padding-left: 0px;
}

@-moz-document url-prefix() {
	#twoTables {
		height: 150px;
		padding-left: 7px;
	}
}

.requisitionList {
	border: 1px solid #e9e9e9;
	border-radius: 5px;
}

.requisitionList .toolbar {
	background: none repeat scroll 0 0 #F9F9F9;
	margin-bottom: 4px;
	padding: 10px;
}

.requisitionList .entry {
	border-bottom: 1px solid #e9e9e9;
	margin: 0px 10px 0px 10px;
}

.requisitionList .entry .input_field {
	width: 40px;
	text-align: center;
}

.requisitionList .cell {
	padding: 13px 10px 7px 0px;
	font-size: 12px;
}

.requisitionList .cell a,
.requisitionListMobile .cell a {
	color: #006ecc;
}

.UploadStatus .imgStatus {
	padding: 0 4px 0 1px;
	position: relative;
	float:left;
}
 
#suggestedProductsResults .as_thumbnail{
	border: 1px solid #D9D9D9;
	margin-right: 15px;
	padding: 0; 
	float: left;
}

#suggestedProductsResults .as_thumbnail img{
	width:32px; 
	height:32px;  
}

#suggestedProductsResults .partNumber{
	color: #737373;
	font-size: 12px;
	line-height: 140%; 
}

#autoSuggestBySKU_Result_div{
	position:absolute;
}

#MQuickOrderForm .autoSuggestBySKU_QuickOrder{
	margin: 2px 0px 0px 25px;
}

.skuAddSearch {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #B8B8B8;
	display: none;
	font-size: 12px;
	margin-top: -2px;
	position: absolute;
	width: 400px;
	z-index: 20;
}

.skuSearchItem:hover {
	background: none repeat scroll 0 0 #D9E9F7;
	cursor: pointer;
}

.skuSearchItem:nth-child(1) {
	border-top: 0 none;
}
.skuSearchItem {
	border-top: 1px solid #B8B8B8;
}

.skuCode {
	float: left;
	margin-right: 40px;
	padding: 13px;
}

.skuTitle {
	padding: 13px;
}

.formButtonDisabled{	
	cursor: default;
	pointer-events: none;	
}

.formButtonGreyOut{	
	color: #BFBFBF !important;
}

@media screen and (max-width: 1024px) {
	
	#LogTable {
		display:block;
	}
}

@media screen and (max-width: 600px) {
	#LogTable  .last {
		border-bottom: 1px solid rgb(233, 233, 233);
	}
	.logTable {
		position:relative;
		width:100%;
		float:none;
	}
	.logHeader {
		display:none;
	
	}
	#twoTables {
		height:auto;
	}
	
	#LogTable {
		height:auto;
		border-radius:0px;
	}
	
	.sorting_controls > span.page_size_label {
		display: inline-block;
		width: 70px;
	}
	.sorting_controls > span.order_by_label {
		display: inline-block;
		width: 75px;
	}
}
.logHeader .col3
{
	width: 30%;
}
.logColumn .col3
{
	width: 30%;
}


/* End: RequisitionListUploadDetails Widget */

.globalLogin.selectWrapper{
	margin-bottom: 15px;
	height:auto;
	display:block;
}

#WC_B2BMyAccountParticipantRole_select_1_dropdown .orderBySelectMenu > tr td,
#WC_B2BMyAccountParticipantRole_select_2_dropdown .orderBySelectMenu > tr td,
#WC_B2BMyAccountParticipantRole_select_1_alt_dropdown .orderBySelectMenu > tr td,
#WC_B2BMyAccountParticipantRole_select_2_alt_dropdown .orderBySelectMenu > tr td {
	height: 16px;
	padding: 6px 0;
	font-size: 12px;
	line-height: 16px;
	padding-left: 2px;
	color: #545454;
	border-bottom: 1px solid #898989;
	list-style: none;
}

#newListPublicPrivateDropdown.selectWrapper{
	margin-bottom: 15px;
	height:auto;
	display:block;
}

#listType_dropdown .orderBySelectMenu > tr td {
	height: 16px;
	padding: 6px 0;
	font-size: 12px;
	line-height: 16px;
	padding-left: 2px;
	color: #545454;
	border-bottom: 1px solid #898989;
	list-style: none;
}

.contractSelectPanel .selectWrapper{
	margin-bottom: 15px;
	height:auto;
	display:block;
}

#contractSelectDropDown_dropdown .orderBySelectMenu > tr td,
#organizationSelectDropDown_dropdown .orderBySelectMenu > tr td {
	height: 16px;
	padding: 6px 0;
	font-size: 12px;
	line-height: 16px;
	padding-left: 2px;
	color: #545454;
	border-bottom: 1px solid #898989;
	list-style: none;
}

.keyIcon {
	display: none !important;
	padding: 2px;
	z-index: 998;
}

.actionDropdown {
	border: 1px solid #bfbfbf;
	border-radius: 5px;
	-webkit-box-shadow: -5px 5px 20px -6px rgba(0,0,0,0.75);
	-moz-box-shadow: -5px 5px 20px -6px rgba(0,0,0,0.75);
	box-shadow: -5px 5px 20px -6px rgba(0,0,0,0.75);
	position: absolute;
	z-index: 10;
	background: #fff;
	right: 2%;
	margin-top: -2px;
	width: 170px;
	display: none;
	font-size: 12px;
}

.actionDropdownPushContent {
	position: relative;
}

.actionDropdown.active{
	display:block;
}

.actionDropdownAnchorHide{
	border-bottom: 1px solid rgb(191, 191, 191);
	z-index: 0;
}

.actionDropdownAnchorDisplay{
	background: none repeat scroll 0% 0% rgb(255, 255, 255); 
	border-bottom: 1px solid rgb(255, 255, 255); 
	z-index: 12;
}
.actionTitle {
	padding: 13px 12px;
	text-align: left;
}

.actionItem {
	border-bottom: 1px solid #bfbfbf;
}

.actionItem:not(.inactive):hover {
	background: #777;
	color: #fff;
	cursor: pointer;
}

.actionItem.inactive .actionTitle a {
	cursor: default;
	color: #6C6C6C;
}

.actionItem .actionTitle a{
	color: inherit;
}

.listTable a.button_secondary.actionButton.clicked,
.listTable a.button_secondary.toolbarButton.clicked {
	background: #fff;
	border-bottom: 1px solid #fff;
	z-index: 12;
	filter: none !important;/* IE 6- 9*/
}

.noListsMessage {
	padding: 20px !important;
}


/*

	CSS pertaining to the requisition list info widget 

*/
.requisitionList_type_selection {
	height: 27px;
}

.requisitionList_type_selection .button_text {
	height: 27px;
}

.requisitionList_type_selection img {
  position: absolute;
  right: 3px;
  bottom: 3px;
}

#requisitionListCurrentInfo h1,
#editRequisitionListInfo h1 {
	padding-left: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
}

#requisitionListCurrentInfo,
#editRequisitionListInfo {
	padding: 0px 15px;
	margin-bottom: 30px;
	font-size: 13px;
}

#editRequisitionListInfo {
	display: none;
}

#editRequisitionListInfo .fields {
	max-width: 485px;
	min-width: 402px;
	position: relative;
}

#editRequisitionListInfo .input_field {
	width: 65%;
	margin-bottom: 15px;
	margin-right: 10px;
}

#editRequisitionListInfo #updateInfoButton {
	margin-right: 10px;
}

#editRequisitionListInfo .label {
	max-width: 50px;
	min-width: 40px;
	margin-bottom: 10px;
}

#editRequisitionListInfo #actionDropdown4 {
	left: 66.5%;
	top: 30px;
}

#editRequisitionListInfo #actionButton4 .button_text {
	width: 60%;
	padding: 0px 20px;
	min-width: 40px;
}

/* css for OrderDetail_Info widget */

#orderInfo {
	padding: 0px 10px;
	margin: 10px 10px 30px 20px !important;
	font-size: 12px;
}

#orderInfo h1 {
	padding-left: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
}

#orderInfo .entry {
	margin-bottom: 3px;
}

#orderInfo .label {
    display: inline-block;
    min-width: 150px;
}


/*

	CSS pertaining to the saved order details widget 

*/

#savedOrderCurrentInfo h1,
#editSavedOrderInfo h1 {
	padding-left: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
}

#savedOrderCurrentInfo,
#editSavedOrderInfo {
	padding: 0px 15px;
	margin-bottom: 30px;
	font-size: 12px;
}

#savedOrderCurrentInfo .label {
	display: inline-block;
	width: 120px;
}

#savedOrderCurrentInfo .editListInfo {
	font-size: 12px;
}

#savedOrderCurrentInfo .entry {
	margin-bottom: 3px;
}

#editSavedOrderInfo {
	display: none;
}

#editSavedOrderInfo .fields {
	max-width: 550px;
	min-width: 352px;
	position: relative;
}

#editSavedOrderInfo .input_field {
	width: 60%;
	margin-bottom: 15px;
	margin-right: 10px;
}

#editSavedOrderInfo #updateInfoButton {
	margin-right: 10px;
}

#editSavedOrderInfo .label {
	margin-bottom: 10px;
	margin-top: 5px;
	max-width: 93px;
	min-width: 40px;
	width: 75px;
}

#Header_GlobalLogin_signOutQuickLinkUser{
	margin-right: 4px;
}

#quickLinksBar > li > #Header_GlobalLogin_signOutQuickLink{
	max-width: 293px;
	margin-top: -12px;
	padding-right: 20px;	
}

#quickLinksBar > li > #Header_GlobalLogin_signOutQuickLink.Header_GlobalLogin_signOutQuickLink_CSR {
	padding: 10px 15px;
}

#Header_GlobalLogin_desktopExpandArrow{
	bottom: 9px;
	position: absolute;
	right: 7px;
}

#Header_GlobalLogin_loggedInDropdown.menuDropdown {
	right: 203px;
}

.menuDropdown {
	background: linear-gradient(to bottom, #FFFFFF 46%, #F5F5F5 100%) repeat scroll 0 0 hsla(0, 0%, 0%, 0);
	background-color: #FFFFFF;
	border: 1px solid #BFBFBF;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
	color: #4D4D4D;
	display: none;
	font-size: 13px;
	position: absolute;
	right: 299px;
	top: 56px;
	width: 328px;
	z-index: 100;    
}

.menuDropdown_csr {
	right: 299px;
	z-index: 999;
}

.menuDropdown.active{
	display: block;
}

.menuDropdown .panel {
	padding: 20px;
}

.menuDropdown .field {
	margin-bottom: 18px;
}

.menuDropdown .footer {
	border-top: 1px solid #BFBFBF;
	margin-top: 20px;
	padding-top: 20px;
}

.menuDropdown .label {
	margin-bottom: 8px;
}

.loginMenuDropdown {	
	background-color: #FFFFFF;
	background: linear-gradient(to bottom, #FFFFFF 46%, #F5F5F5 100%) repeat scroll 0 0 hsla(0, 0%, 0%, 0);
	border: 1px solid #BFBFBF;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
	color: #4D4D4D;
	display: none;
	font-size: 13px;
	position: absolute;
	right: 202px;
	top: 56px;
	width: 290px;
	z-index: 100;
}

.loginMenuDropdown .panel {
	padding: 20px;
}

.loginMenuDropdown .field {
	margin-bottom: 18px;
}

.loginMenuDropdown .label {
	margin-bottom: 8px;
}

.loginMenuDropdown .input_field {
	width: 233px;
}

.menuDropdown .errorLabel,
.loginMenuDropdown .errorLabel {
	color: #CC4400;
	display: none;
	margin-bottom: 10px;
}

.menuDropdown .errorLabel.active,
.loginMenuDropdown .errorLabel.active {
	color: #CC4400;
	display: block;
	margin-bottom: 10px;
}

.signInForm .button_primary, .signInForm .button_secondary {
	margin-right: 4px;
	width: 117px;
}

.signInForm .button_primary .button_text, .signInForm .button_secondary .button_text {
	width: 105px;
	padding: 0 5px;		
}

.loginMenuDropdown .checkbox{	
	padding: 5px 5px 5px 0px;
	width: auto;
}

.loginMenuDropdown .checkbox .checkedCheckBox{
	display: inline;
	cursor: pointer;
	margin-right: 7px;
	vertical-align: middle;
}

.loginMenuDropdown .field .link {
	color: #006DCC;
	font-size: 12px;
}

.loginMenuDropdown .button_secondary .button_text, 
.loginMenuDropdown .button_primary .button_text {
	font-size: 11px;
}

.loginMenuDropdown .footer {
	border-top: 1px solid #BFBFBF;
	margin-top: 20px;
	padding-top: 20px;
}

.GlobalLoginWidgetAlt{
	display: none;
}

.GlobalLoginWidgetAlt.active{
	display: block;
}

.headerWidgetLink{
	display: block;
	position: relative;
	max-width: 200px;
	margin: -10px 0;
	padding: 10px 15px;
}

.panelLinkSelected.selected{
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: none repeat scroll 0 0 #FFFFFF;
	 border-color: #B8B8B8 #B8B8B8 #FFFFFF;
	border-image: none;
	border-style: solid;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-width: 1px;
	left: 1px;
	z-index: 101;	
}

#signInDropdown{
	top:0px;
	right:299px;
}

.loggedInContractSelectPanel .button_primary, 
.loggedInContractSelectPanel .button_secondary, 
.contractSelectPanel .button_secondary, 
.contractSelectPanel .button_primary, 
.signOutButton {
	width: 285px;
}

.loggedInContractSelectPanel .button_primary .button_text, 
.loggedInContractSelectPanel .button_secondary .button_text, 
.contractSelectPanel .button_secondary .button_text, 
.contractSelectPanel .button_primary .button_text, 
.signOutButton .button_text {
	width: 244px;
}

.loggedInContractSelectPanel .button_secondary .button_text, 
.loggedInContractSelectPanel .button_primary .button_text {
	font-size: 11px;
	line-height: normal;
	text-align: center;
}

.userProfileIcon{
	vertical-align:middle;
	margin-right:3px;
}
#QuickLinks_GlobalLogin_signOutQuickLink.panelLinkSelected.selected:after{
	top: 110px;
}

#QuickLinks_GlobalLogin_signOutQuickLink.panelLinkSelected:after{
	top: 110px;
}

#globalLoginWidget .loginMenuDropdown{
	border: medium none;
	border-radius: 0;
	box-shadow: none;
	position: relative;
	right: 0;
	top: 0;
	width: 100%;
	background: linear-gradient(to bottom, #FFFFFF 46%, #FCFCFC 100%) repeat scroll 0 0 hsla(0, 0%, 0%, 0);		
	color: #4D4D4D;		
	font-size: 13px;		
	z-index: 100;
}

#globalLoginWidget .loginMenuDropdown.active {
	display:block;
}

#QuickLinks_GlobalLogin_signInQuickLink.panelLinkSelected.selected:after {
	right: -34px;
	top: 60px;
}

#QuickLinks_GlobalLogin_signInQuickLink.panelLinkSelected:after {
	right: -34px;
	top: 60px;
}

#globalLoginWidget .panelLinkSelected.selected {
	background: none repeat scroll 0 0 hsla(0, 0%, 0%, 0);
	border: 0 none;
	border-radius: 0;
	left: 1px;
	z-index: 101;
}

#globalLoginWidget .sign_in_registration {
	color: #4D4D4D;
	line-height: 1.1em;
	margin: 0 auto;
	max-width: 773px;
}

#globalLoginWidget .loginMenuDropdown .panel{
	padding: 0 20px 10px 10px;
}
	

.row.footer.savedOrderFooterSection {
	width:99%;
}

.col12.savedOrderFooterColSection {
	width:100%;
}

.col6.orderLabelCol {
	width: 87%;
	position: relative;
	display: inline-block;
	text-align: right;
}

.orderLabelCol .orderLabel{
	text-align: right;
}

.col6.orderValueCol {
	width: 12%;
	position: relative;
	display: inline-block;
	text-align: right;
}

.orderValueCol .orderValue{
	text-align: right;
}

.orderSummary {
	padding-right: 70px;
	text-align: right;
}

.orderSummary .orderField {
	margin-bottom: 5px;
}

.orderSummary .orderLabel {
	display: inline-block;
	margin-right: 20px;
}

.orderSummary .orderValue {
	display: inline-block;
}

.orderFinalAmount {
	color: #CA4200;
	font-weight: bold;
}

/**
 * 		Organizations and buyers page
 *		Create buyer page
**/

#OrganizationAndUsersPageHeading h1{
	padding: 0;
}

#BuyerAdministratorBuyerCommonPageHeading .required-field {
	padding: 0 10px;
	color: #FF0000;
}

/*

	CSS pertaining to the Organization Users list widget 

*/

#OrganizationUsersList_Widget_Heading,
#orgListHeading_2 {
	margin-bottom: 10px;
	font-size: 18px;
}

#OrganizationUsersList_toolbar_form_botton{
	padding: 10px 0;
}

	/* list table toolbar */
.listTable .toolbar.collapsible {
	background: #F9F9F9 !important;
	margin-bottom: 4px !important;
	padding: 10px !important;
}

.listTable .collapsible .toggle .button_text{
	height: 0;
	width: 0;
	padding: 15px;
}

.listTable .collapsible .toggle .button_text:after {
	content: "";
	background-repeat: no-repeat;
	bottom: 4px;
	right: 4px;
	height: 20px;
	width: 20px;
	position: absolute;
}

.listTable .collapsible[aria-expanded="false"] .toggle .button_text:after{
	background-image: url("../images/icon_plus.png"); 
}

.listTable .collapsible[aria-expanded="true"] .toggle .button_text:after{
	background-image: url("../images/icon_minus.png");
}

.listTable .collapsible span{
	font-size: 13px;
}

.listTable .content .field {
	font-size: 13px;
	margin: 15px 0px 0px 0px;
}

.listTable .content .field input {
	font-size: 12px;
	padding: 8px;
	background: #FFFFFF;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #E0E0E0;
	border-radius: 5px 5px 5px 5px;
	width: 80%;
}

.listTable .quantity .input_field {
	padding: 8px;
}

#autoSuggestBySKU_Result_div_skuAdd.autoSuggestBySKU_QuickOrder {
	position: absolute;
}

#RequisitionListItems_table .input_field.small {
	width: 80px;
}

#SavedOrderItems_table .previewImage {
	width: 14%;
}

#SavedOrderItems_table .name {
	width: 20%;
}

#SavedOrderItems_table .availability {
	text-align: center;
	width: 14%;
}

#SavedOrderItems_table .eachCost {
	text-align: right;
	width: 10%;
}

#SavedOrderItems_table .quantity {
	text-align: center;
	width: 14%;
}

#SavedOrderItems_table .quantity #quantityCell_1 {
	padding-right: 0px;
}

#SavedOrderItems_table .totalCost {
	text-align: right;
	padding-right: 0px;
	width: 14%;
}

#SavedOrderItems_table .actions {
	text-align: right;
	width: 14%;
}

#SavedOrderItems_table .eachCost .cell {
	padding-right: 0px;
}

#SavedOrderItems_table .totalCost .cell{
	padding-right: 0px;
}

#SavedOrderItems_table .withPreviewImage .actions .cell {
	padding-top: 25px;
}

#SavedOrderItems_table .entry .input_field {
	float: left;
	left: 32px;
	positon: relative;
	text-align: center;
	 	width: 40px;
}

#SavedOrderItems_table .quantityCellDiv {
	height: 100%;
	margin:0 auto;
	width: 58px;
	position: relative;
}

#SavedOrderItems_table .quantityUpdated {
	/*right: -90px;*/
	height: 16px;
	float: left;
	left: 52px;
	position: relative;
	right: auto;
	top: -33px;
}

#SavedOrderItems_table .quantityUpdated img {
	width: initial;
}

#SavedOrderItems_table .input_field.small {
	width: 70px;
}

#SavedOrderItems_table .info_icon {
	color: #006ecc;
}

#OrganizationUsersList_toolbar_searchForm {
	margin: 0 10px;
}

.col1.status.orgUsersHeader 
{
	width: 14%;
}
.col1.actions.orgUsersHeader 
{
	width: 14%;
}
.col2.logonId.orgUsersHeader 
{
	width: 15%;
}
.col3.name.orgUsersHeader 
{
	width: 22%;
}
.col5.roles.orgUsersHeader
{
	width: 35%;
}
.col1.status.orgUsersColumn
{
	width: 14%;
}
.col1.actions.orgUsersColumn 
{
	width: 14%;
}
.col2.logonId.orgUsersColumn
{
	width: 15%;
}
.col3.name.orgUsersColumn
{
	width: 22%;
}
.col5.roles.orgUsersColumn
{
	width: 35%;
}

.col1.actions.buyerApprovalHeader
{
	width: 9%;
}
.col2.buyerApprovalHeader
{
	width: 16%;
}
.col2.approve.buyerApprovalHeader
{
	width: 19%;
}
.col3.buyerApprovalHeader
{
	width: 22%;
}
.col1.actions.buyerApprovalColumn
{
	width: 9%;
}
.col2.buyerApprovalColumn
{
	width: 16%;
}
.col2.approve.buyerApprovalColumn
{
	width: 19%;
}
.col3.buyerApprovalColumn
{
	width: 22%;
}

/*

	CSS pertaining to the OrganizationUserInfo widget 

*/
#WC_denotesRequiredField {
	font-size: 12px;
}

.required_field:after {
	content: "*";
	color: #ff0000;
}

.row.margin-true > div > div.OrganizationUserInfo,
.row.margin-true > div > div.UserRoleManagement,
.row.margin-true > div > div.UserMemberGroupManagement{
	margin: 0;
}

.pageSection {
	border-bottom: 1px solid #e0e0e0;
	padding: 10px 0px 20px;
	margin: 10px;
}

.pageSection.header {
	border-bottom: 0 none;
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 0;
	padding-top: 0;
}

.pageSection.header .pageSectionTitle {
	margin-bottom: 0;
}

.pageSection .pageSectionTitle {
	font-size: 17px;
	font-weight: normal;
	margin-bottom: 10px;
}

.pageSection .pageSectionTitle .title {
	display: inline-block;
	width: 400px;
}

.pageSection .pageSectionTitle h2 {
	display: inline-block;
	font-weight: inherit;
}

.pageSection .pageSectionTitle h2#addressBookContactDetails {
	margin-top: 10px;
}

.pageSectionTitle .description {
	font-size: 12px;
}

.pageSection .pageSectionTitle > span:not(.spanacce),
.pageSection .pageSectionTitle > p,
.pageSection .pageSectionTitle > h2 {
	display: inline-block;
	width: 340px;
}

.pageSection .pageSectionTitle #memberGroupExpand {
	width: 17px;
}

.pageSection .pageSectionTitle #OrderCommentsSection {
	width: 17px;
}

.pageSection .pageSectionTitle .editIcon {
	cursor: pointer;
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	width: 25px;
	height: 25px;
	text-align: center;
	display: inline-block;
}

.editView {
	position: relative;	
}

.pageSection.editView .pageSectionTitle .editIcon {
	display: none;
}

.editView .readField {
	display: none;
}

.pageSection .pageSectionTitle .editIcon img {
	position: relative;
	right: -2px;
}

.pageSection .field {
	margin-bottom: 15px;
	position: relative;
}

.pageSection .field .link {
	color: #006ECC;
}

.pageSection .field .column_label {
	width: 80%;
}
.pageSection .field .privacy .link {
	float:right;
}

.pageSection .field  .sub_field{
	float: left;
}

.pageSection .field p,
.pageSection .field label,
.pageSection .field span{
	font-size: 12px;
	margin-bottom: 2px;
}

.pageSection .field input{
	border-radius: 5px;
	border: 1px solid #e0e0e0;
	padding: 8px;
	font-size: 12px;
	width: 80%;
	max-width: 300px;
	margin-bottom: 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.editActions .button_primary, .editActions .button_secondary {
	margin-right: 10px;
}

.editActions .button_primary .button_text, .editActions .button_secondary .button_text {
	min-width: 60px;
}

.pageSection .readField {
	font-size: 12px;
}

.pageSection .readField .field {
	margin-bottom: 6px;
}

.pageSection .readField .readValue {
	display: inline-block;
}

.pageSection .readField .readLabel {
	width: 195px;
	display: inline-block;
}

.pageSection .readField .readLabel-NoWidth {
	display: inline-block;
}

.readOnly .editField {
	display: none;
}

.formField {
	min-width: 300px;
}

/*

	CSS pertaining to the UserRoleManagement widget 

*/
#UserRoleManagement_OrgList .row.tableHeader span {
	display: table-cell;
	height: 27px;
	vertical-align: middle;
}

.pageSection.collapsible .content ,
.pageSection.collapsible .pageSectionTitle{
	padding-left: 29px;
}

.pageSection.collapsible .toggle {
	background-image: url("../images/icon_minus.png");
	background-position: center;
	background-repeat: no-repeat;
	content: "";
	height: 25px;
	position: absolute;
	width: 25px;
}

.pageSection.collapsible[aria-expanded='false'] .toggle {
	background-image: url("../images/icon_plus.png");
}

.pageSection.collapsible {
	background-color: transparent !important;
	padding: 10px 0px !important;
}

.roleSelector .orgHeader {
	padding-left: 12% !important;
}

.pageSection .subTitle {
	font-size: 12px;
	margin-bottom: 10px;
}

.roleSelector {
	margin-bottom: 20px;
	display: block !important;
}

.roleSelector .toolbar input {
	width: 250px;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 15px;
}

.roleSelector .toolbar .toolbarButtons {
	float: left;
	margin: 5px 0;
}

.roleSelector .toolbar .toolbarButtons a {
	margin-right:10px;
}

.roleSelector .tableHeader {
	font-weight: bold;
}

.roleSelector .entry #WC_UserRoleManagement_edit_roleSelector > .panel {
	border-left: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
}

.roleSelector .entry .panel {
	height: 320px;
	overflow-y: auto;
	padding: 10px 0px;
	font-size: 12px;
	position: relative;
}

.roleSelector .entry {
	margin: 0px !important;
}

.roleSelector .reportSummary {
	border-bottom: 1px solid #e9e9e9;
	padding: 10px;
	position: relative;
	
}

.roleSelector .highlight{
	background: #f9f9f9;
}

.roleSelector .reportSummary p {
	padding-right: 20px;
}

.roleSelector .reportSummary .icon {
	position: absolute;
	right: 0;
	top: 10px;
	width: 20px;
}

.roleSelector .checkField {
	margin-bottom: 15px;
}

.roleSelector .checkField .checkBoxer {
	float: left;
	margin-right: 10px;
	border-style: none;
	border-width: 0px;
	padding-left: 50px;
	min-height: 30px;
	width: auto;
	height:auto
}

.roleSelector .checkField p {
	font-size: 13px;
	padding-top: 3px;
}

.roleSelector .selectIcon  .cell{
	background: url("../images/star_icon_OFF.png");
	background-repeat: no-repeat;
	background-position: 15px 8px;
	content: "";
	height: 22px;
	width: 22px;
}

.roleSelector .highlight .selectIcon  .cell{
	background: url("../images/star_icon_ON.png");
	background-repeat: no-repeat;
	background-position: 15px 8px;
	content: "";
	height: 22px;
	width: 22px;
}

.roleSelector .checkField .checkBoxer:before{
	content: "";
	height: 30px;
	width: 30px;
	border: 1px solid #C8C8C8;
	border-radius: 5px;
	position: absolute;
	left: 10px;
	margin-bottom: 10px;
}

.roleSelector .checkField  .checkBoxer[aria-checked="true"]:before{
	background-image: url("../images/check_arrow.png");
	background-position: 6px 6px;
	background-repeat: no-repeat;
}

.roleSelector .toolbar .toolbarButtons .filterButton[aria-hidden="true"]{
	display:none;
}

/*

	CSS pertaining to the UserRoleManagement widget 

*/

.UserMemberGroupManagement .memberGroup .entryField[aria-hidden="true"]{
	display: none;
}

.UserMemberGroupManagement .memberGroup .entryField {
	border: 1px solid #999999;
	border-radius: 5px 5px 5px 5px;
	float: left;
	font-size: 12px;
	margin-right: 10px;
	margin-top: 5px;
	maring-bottom: 5px;
	padding: 10px 25px 10px 10px;
	position: relative;
}

.UserMemberGroupManagement .entryField .icon {
	position: absolute;
	right: 5px;
	top: 10px
}

.UserMemberGroupManagement .group {
	margin-bottom: 20px;
}

.UserMemberGroupManagement .group p{
	font-size: 12px;
	margin-bottom: 5px;
}

/*
	CSS pertaining to the BuyerApproval and OrderApproval and OrderDetail_* widgets
*/
#OrderAporovalPageHeading {
		margin-left:10px;
}

#OrderSummaryPageHeading {
	margin-left:10px;
}

#OrderDetail_ItemTable_table {
		margin-top: 20px;
}

#orderSummary {
	background: none repeat scroll 0 0 #F0F0F0;
	border-radius: 5px 5px 5px 5px;
	font-size: 12px;
	margin: 0 10px 10px;
	padding: 10px;
}
#orderSummary .label {
	display: inline-block;
	width: 140px;
}

.orderSummaryReport {
	font-size: 12px;
	margin: 10px 10px 30px 20px !important;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}
.orderSummaryReport h2 {
	font-size: 15px;
	margin-bottom: 4px;
}
.orderSummaryReport h3 {
	cursor: pointer;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 10px;
	text-decoration: underline;
}
.orderSummaryReport .label {
	display: inline-block;
	width: 60%;
}
.orderSummaryReport .value {
	display: inline-block;
	max-width: 80px;
	text-align: right;
	width: 31%;
}

.col1.orderApprovalHeader
{
	width: 9%;
}
.col1.date.orderApprovalHeader
{
	width: 11%;
}
.col1.status.orderApprovalHeader
{
	width: 11%;
}
.col1.actions.orderApprovalHeader
{
	width: 9%;
}
.col1.approve.orderApprovalHeader
{
	width: 11%;
}
.col2.orderApprovalHeader
{
	width: 15%;
}
.col3.orderApprovalHeader
{
	width: 20%;
}
.col1.orderApprovalColumn
{
	width: 9%;
}
.col1.date.orderApprovalColumn
{
	width: 11%;
}
.col1.status.orderApprovalColumn
{
	width: 11%;
}
.col1.actions.orderApprovalColumn
{
	width: 9%;
}
.col1.approve.orderApprovalColumn
{
	width: 11%;
}
.col2.orderApprovalColumn
{
	width: 15%;
}
.col3.orderApprovalColumn
{
	width: 20%;
}

#totalLabel {
	background: none repeat scroll 0 0 #F0F0F0;
	border-radius: 5px 5px 5px 5px;
	margin-top: 20px;
	padding: 10px;
}
#totalLabel .label {
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	padding-left: 0;
	width: 60%;
}

#totalLabel .value {
	color: #CA4200;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	max-width: 91px;
	text-align: right;
	width: 38%;
}
#summaryOfChanges .label, .largeLabel {
	padding-left: 10px;
}

.approvalToolbarButton {
	 margin: 20px 0 10px 0;
}

#orderSummaryContainer {
	border-bottom: 1px solid #E0E0E0;
	border-top: 1px solid #E0E0E0;
	margin: 10px 0 10px 10px;
	padding: 10px 0 0;
}

.selfServiceCal{
	font-size: 12px;
}

/*	
		Common my account item table UI - toolbar section
*/
.listTable .toolbar #skuAdd {
	width: 225px;
}

.listTableMobile .toolbar #skuAddMobile {
	width: 215px;
}

.listTable .toolbar #skuAdd, 
.listTable .toolbar #quantityAdd {
	margin-right: 10px;
}

.listTable .toolbar #toolbarButton1,
.listTable .toolbar #toolbarButton2 {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}

/*	
		Common my account item table UI 
*/
/* Quantity updated message */
.quantityUpdated {
	background: none repeat scroll 0 0 #006ECC;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	color: #FFFFFF;
	display: none;
	font-size: 12px;
	padding: 8px 0 9px;
	position: relative;
	right: -54px;
	text-align: left;
	top: -33px;
	width: 144px;
	z-index: 2;
}

.reqListQuantityUpdated {
	position: relative;
	top: -33px;
	right: -37px;
	background: #006ecc;
	padding: 8px 0 9px;
	font-size: 12px;
	width: 144px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	color: #FFFFFF;
	display: none;
	z-index: 20;
}

.reqListQuantityUpdated img {
	float: left;
	padding-left: 10px;
	padding-right: 4px;
	vertical-align: middle;
}

.quantityUpdated img {
	float: left;
	padding-left: 10px;
	padding-right: 4px;
	vertical-align: middle;
}

@media screen and (max-width: 952px) {
	.productListingWidget > .header_bar .pagination_present {
		min-height: 91px;
	}
	.sorting_view_controls_container {
		clear: both;
		padding-top: 0px;
		padding-right: 0px
	}
	.widget_articles_videos_position .sorting_view_controls_container {
		clear: none;
		padding-top: 5px;
		padding-right: 15px;
	}
	.paging_controls > .left_arrow  > img {
		padding-left: 10px;
	}
	.paging_controls > .right_arrow  > img {
		padding-right: 10px;
	}
}

@media screen and (max-width: 856px) {
	.homePageContainerRow4 > div {
		width: 100%;
	}

	#videoContentFrame {
		width: 461px;
		height: 265px;
		margin-left: -230px;
	}

	div.widget_title_container h1 {
		font-size: 23px;
	}
}

@media screen and (max-width: 770px) {
	.productSpecTable .specTableRow .specTableLabel {
		width: 50%;
	}
	.productSpecTable .specTableRow .specTableValue {
		width: 50%;
	}

	.productDetailTable_csr .specialEntry.row.tableHeader .col1:first-child {
		margin-right: 10px;
	}
}

@media screen and (min-width: 600px) and (max-width: 666px) {
	#section_button_customer_service.optionContainer > .title {
		line-height: 21px;
	}
	#section_button_customer_service.optionContainer .arrow {
		margin: 4px 5px 14px 0;
	}
	.optionContainer > .title {
		padding: 0 6%;
	}
	#registeredCustomersRefreshArea .productDetailTable .fullView .expandedContent .expandedCol,
	#findOrdersRefreshArea .productDetailTable .fullView .expandedContent .expandedCol {
		min-width: 275px !important;
	}
}

@media screen and (max-width: 520px) {
	.productSpecTable .specTableRow .specTableValue {
		text-align: right;
	}

	#videoContentFrame {
		width: 320px;
		height: 183px;
		margin-left: -160px;
	}

	#modelBoxClose {
		top: 12px;
		right: 12px;
	}
}

@media screen and (max-width: 1628px){
	#articleListing li {
		float: left;
		margin-right: 20px;
	}
}

@media screen and (min-width: 1660px) {
	#articleListing li {
		width: 32% !important;
	}
}

/*@BP-C 1281px+*/
@media screen and (min-width: 1281px) {
	#productsFacetsHorizontal > fieldset{
		width: 48%;
		float:left;
		padding: 1%;
		/*margin: 2px 4px 2px 4px;*/
	}

	#articleListing li {
		float: left;
		width: 47%;
		margin-right: 10px
	}
	.product_page_content #productSlot56 > div:nth-child(2),
	.product_page_content #productFullWidthSlot56 > div:nth-child(2) {
		margin: -10px 5px;
		display: block;
		padding: 0px 5px;
	}
	.product_page_content  #productSlot56 {
		float: left;
	}

	#uploadListDropdown {
		right: 31px;
	}
		
	#fileUploadStatus
	{
		margin-top: -10px;
	}
	.requisitionListContent.popup {
		left: 40%;
		width: 325px;
	}
}

/*@BP-B 601px-1280px*/
@media screen and (max-width: 1280px) {
	#productsFacetsHorizontal > fieldset{
		width: 48%;
		/*display: inline-block;*/
		float:left;
		padding: 1%;
		/*margin: 2px 4px 2px 4px;*/
	}
	#orderByDropdown .wcSelect .ui-selectmenu-text,
	.orderByDropdown .wcSelect .ui-selectmenu-text {
		display: none;
	}
	#orderByDropdown .wcSelect,
	.orderByDropdown .wcSelect {
		min-width: 0px !important;
	}
	.sorting_controls .selectWrapper {
		width: 33px;
	}
	.productListingWidget > .header_bar .controls > * {
		float: right;
		display: block;
	}
	.requisitionListContent.popup {
		left: 40%;
		width: 325px;
	}
}

@media screen and (max-width: 1133px) {
	.pageSelection {
		display: block;
	}
	.productListingWidget > .header_bar .controls {
		position: relative;
	}
	.pageControlMenu .controlBar .pageControl.number > a {
		margin: 4px;
	}
	.pageControlButton:focus {
		border: 1px dotted #000000;
	}
}

@media screen and (min-width: 1025px) and (max-width: 1440px) {
	.bundle_package_page .row .slot4 {
		width: 35%;
	}
	.bundle_package_page .row #productSlot56 {
		width: 20%;
		float: left;
	}
	.bundle_package_page .row .slot5, 
	.bundle_package_page .row .slot6,
	.bundle_package_page .row .slot8,
	.bundle_package_page .row .tabbedSlots9_10_11
	{
		width: 100%;
	}
	.bundle_package_page .slot7{
		width: 45%;
	}
	.bundle_package_page .kit_pageDesign_pageGroup #productSlot56 {
		width: 30%;
	}
	.bundle_package_page .kit_pageDesign_pageGroup .slot7{
		width: 35%;
	}
}

@media screen and (max-width: 1024px) {

	#fileUploadStatusBox {
		max-height: 82px;
	}

	#fileUploadStatusBox .fileUpload {
		padding-bottom:20px;
	}
	
	#fileUploadStatusBox .fileName {
		float: left;
		width: 55%;
		margin: 0px 0px 26px 9px;
	}
	
	#fileUploadStatusBox .logbtn {
		display: block;
		float: left;
		width:auto;
	}
	
	#fileUploadStatusBox .uploadStatus {
		float: left;
		width: auto;
		margin: 0px 0px 0px 0px;
	}

	#fileUploadStatusBox .timeStamp {
		float: left;
		width: 55%;
		vertical-align: middle;
		padding: 5px 0px 0px 0px;
		margin: 0px 0px 6px 10px;
	}
}

.widget_subscription_item > .top,
.widget_subscription_item > .bottom{
	background: url("../images/colors/color1/widget_border.png") repeat-x scroll 0 0 transparent;
	overflow: hidden;
	width: 463px;
}

.widget_subscription_item > .top > .left_border,
.widget_subscription_item > .bottom > .left_border{
	float: left;
	height: 3px;
	width: 3px;
}

.widget_subscription_item > .top > .middle,
.widget_subscription_item > .bottom > .middle{
	height: 3px;
	width: 457px;
	float: left;
}

.widget_subscription_item > .top > .right_border,
.widget_subscription_item > .bottom > .right_border{
	float: left;
	height: 3px;
	width: 3px;
}

.widget_subscription_item > .middle{
	width: 463px;
}

.widget_subscription_item > .middle > .content_left_border{
	background: url("../images/colors/color1/widget_border.png") repeat-y scroll 0 0 transparent;
	float: left;
	padding-left: 3px;
	width: 460px;
}

.widget_subscription_item > .middle > .content_left_border > .content_right_border{
	background: url("../images/colors/color1/widget_border.png") repeat-y scroll right center transparent;
	float: right;
	padding-right: 3px;
	width: 457px;
}

.widget_subscription_item > .middle > .content_left_border > .content_right_border > .content{
	background-color: #ffffff;
}

.widget_subscription_item > .middle > .content_left_border > .content_right_border > .content > .header{
	background-color: #F5F6F7;
	border-bottom: 1px solid #EDEFF0;
	height: 38px;
	line-height: 40px;
	padding-left: 10px;
	padding-right: 22px;
}

.widget_subscription_item > .middle > .content_left_border > .content_right_border > .content > .header > span{
	color: #777777;
	font-size: 16px;
}

.widget_subscription_item > .middle > .content_left_border > .content_right_border > .content > .header > .close{
	cursor: pointer;
	height: 13px;
	position: absolute;
	right: 14px;
	top: 0px;
	width: 13px;
}

.widget_subscription_item > .middle > .content_left_border > .content_right_border > .content > .header > .close:hover{
	background-position: 0 -13px;
}

.widget_subscription_item > .middle > .content_left_border > .content_right_border > .content > .input_section{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 25px;
	padding-bottom: 25px;
	line-height: 1em;
}

.widget_subscription_item > .middle > .content_left_border > .content_right_border > .content > .input_section > span{
	font-size: 12px;
	color: #444444;
}

@media screen and (max-width: 535px) {
	.widget_subscription_item > .top,
	.widget_subscription_item > .bottom {
		width: auto;
	}

	.widget_subscription_item > .top > .middle {
		width: auto;
	}

	.widget_subscription_item > .middle {
		width: auto;
	}

	.widget_subscription_item > .middle > .content_left_border {
		width: auto;
	}

	.widget_subscription_item > .middle > .content_left_border > .content_right_border {
		width: auto;
	}
}

div.widget_store_details_popup > .middle > .content_left_border > .content_right_border {
		border: 3px solid #a3a3a3;
		border-color: rgba(71,71,71,0.5);
}

div.widget_store_details_popup > .middle > .content_left_border > .content_right_border > .content {
	background-color: #ffffff;
}

div.widget_store_details_popup > .middle > .content_left_border > .content_right_border > .content > .header{
	background-color: #f5f6f7;
	border-bottom: 1px solid #edeff0;
	padding: 7px 20px 9px 20px;
}

div.widget_store_details_popup > .middle > .content_left_border > .content_right_border > .content > .header > span{
	color: #666666;
	font-size: 16px;
}

div.widget_store_details_popup > .middle > .content_left_border > .content_right_border > .content > .header > .close{
	width: 13px;
	height: 13px;
	position: absolute;
	right: 14px;
	top: 12px;
	background-image: url('../images/colors/color1/close_sprite.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	cursor: pointer;
}

div.widget_store_details_popup > .middle > .content_left_border > .content_right_border > .content > .body{
	font-size: 12px;
	color: #666666;
	line-height: 16px;
}

div.widget_store_details_popup > .middle > .content_left_border > .content_right_border > .content > .body .header{
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 7px;
	border-bottom: 1px solid #edeff0;
}

div.widget_store_details_popup > .middle > .content_left_border > .content_right_border > .content > .body > .container_store_address{
	width: auto;
	float: left;
	padding: 20px 10px;
}

div.widget_store_details_popup > .middle > .content_left_border > .content_right_border > .content > .body > .container_hours{
	width: auto;
	float: left;
	padding: 20px 10px;
}

div.widget_store_details_popup > .middle > .content_left_border > .content_right_border > .content > .body > .container_availability{
	width: auto;
	float: left;
	padding: 20px 10px;
}

div.widget_store_details_popup > .middle > .content_left_border > .content_right_border > .content > .body > .container_availability > .backordered{
	width: 10px;
	height: 10px;
	float: left;
	margin-top: 3px;
	margin-right: 8px;
	background: url("../images/colors/color1/widget_store_locator_popup/backordered_icon.png");
}

/* DevStart: for availability status image div in store details popup */
div.widget_store_details_popup > .middle > .content_left_border > .content_right_border > .content > .body > .container_availability > .status_img_div{
	margin-right: 8px;
}
/* DevEnd */

@media (min-width: 438px) and (max-width: 562px) {
	div.widget_store_details_popup > .middle > .content_left_border > .content_right_border > .content > .body > .container_hours {
		width: 50%;
	}
}

@media screen and (max-width: 563px), screen and (min-width: 601px) and (max-width: 861px) {
	.productListingWidget > .header_bar .pagination_present {
		margin-top: -30px;
	}
}

/* Override the above on wishlist pages */
@media screen and (max-width: 563px), screen and (min-width: 601px) and (max-width: 861px) {
	.productListingWidget.wishlist > .header_bar .pagination_present {
		margin-top: 0px;
	}
}

@media screen and (max-width: 420px), screen and (min-width: 601px) and (max-width: 652px) {
	.product_listing_container .list_mode .product > .product_image {
		width: 180px;
		position: relative;
	}
	.product_listing_container .list_mode .product {
		padding-left: 15px;
	}
	.product_listing_container .list_mode .catEntryList_border {
		margin: 10px 0px;
		width: 100%;
	}
}

@media screen and (max-width: 377px) {
	#articleListing li .content h1 {
		width: 100px;
	}
	.productListingWidget > .header_bar .pagination_present {
		margin-top: 0px;
	}
	.productListingWidget > .header_bar .controls {
		margin-right: -7px;
	}
	.productListingWidget #orderByDropdown, 
	.productListingWidget .orderByDropdown {
		margin-right: 0px;
	}
}

/*@BP-A 0-600px*/
@media screen and (max-width: 600px) {
	#productsFacetsHorizontal > fieldset {
		width: 98%;
	}
	div#widget_coordinate > .middle > .content {
		padding: 0px 0px 40px 0px;
	}

	div#widget_coordinate > .middle > .content > .up_arrow {
		left: 199px;
	}

	div#widget_coordinate > .middle > .content > .down_arrow {
		left: 199px;
	}
	.product_page_content #productSlot56 > div:nth-child(2) {
		display: inline-block;
	}
	.widget_product_image_viewer .image_container > img {
		margin-right: 0px;
	}
	.widget_bundle_package_list .list_mode {
		width: 99%;
	}
	.tab {
		border-radius: 0px;
		border-left: none;
		border-right: none;
		width: 100%;
	}
	.definingAttributes{
		width: 95%;
		padding-left: 10px;
	}
	.definingAttributes .color_swatch_label {
		padding-top: 10px;
	}
	
	.definingAttributes .currentUsedFilters {
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}
	
	.available {
		width: 95%;
		margin-left: 10px;
	}
	.shopperActions {
		padding-left: 10px;
	}
	.textContainer .title {
		font-size: 22px;
		line-height: 18pt;
	}
	.textContainer .bodyText {
		font-size: 12px;
		line-height: 13pt;
	}

	.tabButtonContainer {
		margin-bottom: 0px !important;
	}
	
	.nonRWDPageB #quick_cart_container,
	.nonRWDPageB #MiniShopCartProductAdded,
	.nonRWDPage #quick_cart_container,
	.nonRWDPage #MiniShopCartProductAdded{
		left: auto !important;
		right: 15px !important;
	}

	#quick_cart_container, #MiniShopCartProductAdded {
		left: 0 !important;
		right: 0 !important;
		top: 55px !important;
	}

	#content .collapsible {
		border-radius: 0;
	}

	#contentFacet, #contentProducts {
		float: none;
		width: auto;
	}

	#contentFacet {
		height: 300px !important;
	}

	.changeOrientation {
		display: none;
	}

	#homePageEspot_Left_Slot,
	#homePageEspot_Right_Slot {
		padding-left: 10px;
	}

	div#widget_breadcrumb {
		display: none;
	}
	
	.loginMenuDropdown{
		border: medium none;
		border-radius: 0;
		box-shadow: none;
		position: relative;
		right: 0;
		top: 0;
		width: 100%;
	}

	.loginMenuDropdown.active {
		display:block;
	}
	
	.loggedInContractSelectPanel .button_primary, 
	.loggedInContractSelectPanel .button_secondary, 
	.contractSelectPanel .button_secondary, 
	.contractSelectPanel .button_primary, 
	.signOutButton {
		width: 248px;
	}
	
	#signInDropdown {
		right: 0;
		top: 0;
	}
	
	#Header_GlobalLogin_signInDropdown.loginMenuDropdown {
		background: linear-gradient(to bottom, #FFFFFF 46%, #F5F5F5 100%) repeat scroll 0 0 hsla(0, 0%, 0%, 0);
		border: 1px solid #BFBFBF;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		border-top-left-radius: 10px;
		color: #4D4D4D;
		display: none;
		font-size: 13px;
		position: absolute;
		right: 154px;
		top: 49px;
		width: 290px;
		z-index: 100;
	}
	
	#Header_GlobalLogin_signInQuickLink.panelLinkSelected.selected{
		-moz-border-bottom-colors: none;
		-moz-border-left-colors: none;
		-moz-border-right-colors: none;
		-moz-border-top-colors: none;
		background: none repeat scroll 0 0 #FFFFFF;
		border-color: #B8B8B8 #B8B8B8 #FFFFFF;
		border-image: none;
		border-style: solid;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		border-width: 1px;
		left: 1px;
		z-index: 101;
	}
	
	.panelLinkSelected.selected {
		background: none repeat scroll 0 0 hsla(0, 0%, 0%, 0);
		border: 0 none;
		border-radius: 0;
	}
	
	#Header_GlobalLogin_signOutQuickLink.panelLinkSelected.selected{
		-moz-border-bottom-colors: none;
		-moz-border-left-colors: none;
		-moz-border-right-colors: none;
		-moz-border-top-colors: none;
		background: none repeat scroll 0 0 #FFFFFF;
		border-color: #B8B8B8 #B8B8B8 #FFFFFF;
		border-image: none;
		border-style: solid;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		border-width: 1px;
		left: 1px;
		z-index: 101;
	}	
	
	#Header_GlobalLogin_loggedInDropdown.menuDropdown {
		background: linear-gradient(to bottom, #FFFFFF 46%, #F5F5F5 100%) repeat scroll 0 0 hsla(0, 0%, 0%, 0);
		border: 1px solid #BFBFBF;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		border-top-left-radius: 10px;
		color: #4D4D4D;
		display: none;
		font-size: 13px;
		position: absolute;
		right: 154px;
		top: 43px;
		width: 220px;
		z-index: 100;
	}
	
	.menuDropdown.active{
		display:block;
	}

	#Header_GlobalLogin_loggedInDropdown.menuDropdown.active{
		display:block;
	}
	
	.globalLogin.selectWrapper{
		max-width: 250px;
	}			
	
	#Header_GlobalLogin_loggedInDropdown.menuDropdown .panel {
		padding: 20px;
	}
	
	#QuickLinks_GlobalLogin_signInQuickLink.panelLinkSelected:after{
		top: 60px;
		right: -34px;
	}
	
	#QuickLinks_GlobalLogin_signInQuickLink.panelLinkSelected.selected:after{
		top: 60px;
		right: -34px;
	}
	
	#QuickLinks_GlobalLogin_signOutQuickLink.panelLinkSelected.selected:after{
		top: 110px;
	}
	
	#QuickLinks_GlobalLogin_signOutQuickLink.panelLinkSelected:after{
		top: 110px;
	}
	
	#fileUploadStatusBox .fileName {
		float: none;
		width: 90%;
		margin: 0px 0px 6px 9px;
	}
	
	#fileUploadStatusBox .logbtn {
		display: block;
		float: left;
		margin-left:9px;
	}
	
	#fileUploadStatusBox .uploadStatus {
		float: left;
		width: 90%;
		margin: 0px 0px 7px 5px;
	}

	#fileUploadStatusBox .timeStamp {
		float: left;
		width: 90%;
		vertical-align: middle;
		padding: 0px;
		margin: 0px 0px 6px 10px;
	}
	#fileUploadStatusBox  .fileUpload {
		padding-bottom:31px;
	}
	
	#fileUploadStatusBox {
		max-height: 124px;
	}
	
	#fileUploadStatus {
		margin-left: 10px;
	}

	#uploadListDropdown {
		right: 11px;
	}
	
	.mobileHidden {
		display: none;
	}
	
	.mobileVisible {
		display: none;
	}
	
	.mobileVisible.hidden {
		display: none;
	}
	
	.requisitionListContent.popup {
		left: 15%;
		width: 325px;
	}
}

@media screen and (max-width: 440px) {

	#Header_GlobalLogin_signInDropdown.loginMenuDropdown {
		right: 66px;
	}	
	
	.requisitionListContent.popup {
		left: 0%;
		width: 283px;
	}
		
	#registeredCustomersRefreshArea .productDetailTable .fullView .expandedContent .expandedCol,
	#findOrdersRefreshArea .productDetailTable .fullView .expandedContent .expandedCol {
		min-width: 268px !important;
	}
}

/* Facebook Like Widget */
.facebookLikeWidget {
	padding: 13px 10px 20px;
}

/* Facebook Activity Widget */
.widget_fb_activity > .widget_main {
	display:block;
	border:1px solid #E5E5E5;
}

.widget_fb_activity > .widget_main > .content {
	background-color: #FFFFFF;
	height: 390px;
	position: relative;
}

.widget_fb_activity > .widget_main > .content > .logo_like {
	height: 30px;
	border-bottom: 1px solid #f1f1f1;
	padding-top: 8px;
	padding-left: 12px;
	padding-right: 12px;
}

.widget_fb_activity > .widget_main > .content > .logo_like > .facebook_like {
	height: 34px;
	float: left;
}

.widget_fb_activity > .widget_main > .content > .header {
	height: 34px;
	border-bottom: 1px solid #f1f1f1;
	line-height: 34px;
	text-transform: uppercase;
	color: #666666;
	font-size: 11px;
	padding-left: 12px;
	padding-right: 12px;
}

@media (-webkit-device-pixel-ratio: 2) {
	.searchAssocAssets > a > .arrow,
	.productDescDropMerch > a > .arrow,
	.facetWidget .dropdownIcon,
	.facetWidget .close,
	.facetSelect li input:checked + a .checkBox > .checkmark,
	.pages .pageNumber > .arrow,
	.pageControl.number > .dropdownToggleButton > .arrow,
	.pageOptionsDropdown > .pageDropdownClose,
	.pageDropdownClose {
		background: url('../images/responsive/rwdUI@2x.png');
		background-size: 300px 400px;
	}
	#content .collapsible > h3:before,
	.categoryNavWidget.collapsible > h3:before,
	.grid_icon:before,
	.list_icon:before,
	.optionContainer .arrow:before {
		content: url("../images/responsive/rwdUI@2x.png");
		-webkit-transform: scale(0.5);
		-webkit-transform-origin: 0 0 0;
	}
	#content .collapsible > h3:before,
	.categoryNavWidget.collapsible > h3:before {
		clip: rect(82px,156px,116px,122px);
	}
	#content .collapsible[aria-expanded="false"] > h3:before,
	.categoryNavWidget.collapsible[aria-expanded="false"] > h3:before {
		clip: rect(82px,116px,116px,82px);
	}
	a.grid_icon:before {
		clip: rect(42px,116px,76px,82px);
	}
	div.grid_icon:before, a.grid_icon:hover:before {
		clip: rect(42px,156px,76px,122px);
	}
	a.list_icon:before {
		clip: rect(42px,196px,76px,162px);
	}
	div.list_icon:before, a.list_icon:hover:before {
		clip: rect(42px,236px,76px,202px);
	}
}

.productWishList {
	width: 99%;	
	max-width: 174px;
}

.requisitionList, .productWishList {
	width: 96%;
	max-width: 270px;
}

.requisitionListBox .addRequisitionList .button {
	background-image: linear-gradient(#F7F9F9, #E5E8E9);
   	border: 1px solid #BFBFBF;
   	border-radius: 4px 4px 4px 4px;
   	color: #333333;
   	display: inline-block;
   	font-size: 14px;
   	line-height:29px;
   	text-align: center;
   	vertical-align: middle;
   	max-width: 270px;
   	width: 97%;
   	cursor: pointer;
}

.requisitionListBox .addRequisitionList .button .button_text{
	background-image: linear-gradient(#F7F9F9, #E5E8E9);
	color: #49310F;
	display: table-cell;
	font-size: 14px;
   	height: 29px;
   	overflow: hidden;
   	text-align: center;
   	vertical-align: middle;
   	width: 270px;
}

.requisitionListBox .addRequisitionList .button #quickInfoText {
	font-size: inherit;
	margin: 0;
	padding: 0;
	color: inherit;
	line-height: inherit;
}

.OrderItemMoveToRequisitionLists .requisitionListBox .addRequisitionList .button {
		border-spacing: 0;
	border-radius: 0px;
	cursor: pointer;
		font-size: 11px;
		line-height:20px;
		position: relative;
 	width: 184px;
}

.OrderItemMoveToRequisitionLists .requisitionListBox .addRequisitionList .button .button_text {
		border: 1px solid #F1F3F3;
		font-size: 11px;
		height: 20px;
		line-height: normal;
		width: 184px;
}

.requisitionListBox .addRequisitionList .button:hover > .button_text{
	background-image: linear-gradient(#f7f9f9, #ced2d3);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f9f9), to(#ced2d3));
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#f7f9f9', endColorStr='#ced2d3')";
}

.requisitionListContent {
	display: block;
	font-size: 12px;
}

.requisitionListContent .signIn {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.requisitionListContent .ellipsis {
	font-size:35px;
	width: 30px;
	margin-left: auto;
	margin-right: auto;
}

.requisitionListContent h1 {
	padding: 5px 8px 5px 8px;
	font-size: 14px;
	display: block;
}

.requisitionListContent h2 {
	display: block;
	font-size: 14px;
	padding: 5px 0;
}

.requisitionListContent .signInForm {
	border-top: 1px solid #ddd;
}

.requisitionListContent .signInForm .container {
	padding: 8px;
}

.requisitionListContent input[type="text"], .requisitionListContent input[type="password"] {
	border-radius: 5px;
	border: 1px solid #ccc;
	padding: 7px 5px 7px 5px;
	margin-bottom: 5px;
	width: 96%;
	max-width: 410px;
	font-size: 13px;
}

.requisitionListContent .signInFormFooter {
	margin-top: 5px;
	margin-bottom: 7px;
}

.requisitionListContent .saveButton {
	width: auto;
}

.requisitionListContent .signInFormFooter .forgotPassword {
	text-align: right;
}

.saveButton {
	background-image: -moz-linear-gradient(top, #FBBB0B 0%, #EE9505 100%);
	background-image: -webkit-linear-gradient(top, #FBBB0B 0%, #EE9505 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FBBB0B', endColorstr='#EE9505');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FBBB0B', endColorstr='#EE9505')";
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	height: 29px;
	line-height: 29px;
	text-align:center;
	border: 1px solid #BFBFBF;
	color: #333333;
	font-size:12px;
	width: 95%;
	cursor: pointer;
}

.saveButton:hover {
	background-image: -moz-linear-gradient(top, #FED60C 0%, #F8AF06 100%);
	background-image: -webkit-linear-gradient(top, #FED60C 0%, #F8AF06 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FED60C', endColorstr='#F8AF06');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FED60C', endColorstr='#F8AF06')";
	cursor:pointer;
}

.requisitionListContent .register {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.requisitionListContent .register .cancelButton {
	margin-bottom: 5px;
	margin-top: 5px;
	width: 123px;
}

.requisitionListContent .register .container {
	padding: 8px;
}

.requisitionListContent .listSelect {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
}

.requisitionListContent .listSelect .scroll {
	height: 185px;
	overflow:auto;
}

.requisitionListContent .listSelect .item {
	border-bottom: 1px solid #ddd;
}

.requisitionListContent .listSelect .item .type {
	float: right;
}

.requisitionListContent .listSelect .container {
	padding: 7px;
}
.requisitionListContent .listSelect .container .listName {
	width: 55%;
	word-wrap: break-word;
	display: inline-block;
}

.requisitionListContent .radioButton {
	background: #f3f3f3;
	border: 2px solid #ddd;
	border-radius: 100%;
	width: 16px;
	height: 16px;
	float: left;
	margin-right: 7px;
	cursor: pointer;
}

.requisitionListContent .radioButton .checked {
	background: rgb(246, 73, 73);
	border-radius: 100%;
	float: left;
	width: 8px;
	height: 8px;
	margin-top: 4px;
	margin-left: 4px;
	display: none;
}

.requisitionListContent .listSelect .addNewListFooter {
	border-bottom: 1px solid #ddd;
}

.requisitionListContent .listSelect .newList {
	margin-left: 25px;
	margin-top: 7px;
	display: none;
}

.requisitionListContent input[type="text"], .requisitionListContent input[type="password"] {
	border-radius: 5px;
	border: 1px solid #ccc;
	padding: 7px 5px 7px 5px;
	margin-bottom: 5px;
	width: 96%;
	max-width: 410px;
	font-size: 13px;
}

.sortingDropdown {
	margin-left: 5px;
	float: left;
	width: 23px;
	height: 38px;
	background-color: #E9E9E9;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #E9E9E9;
	color: #545454;
	font-size: 14px;
	line-height: 38px;
	padding-left: 10px;
	text-align: left;
}

.sortingDropdown > .noSort {
	float: left;
	display: none;
}

.requisitionListContent .sortingDropdown {
	width: 125px;
	float: none;
	margin-left: 0;
	height: 29px;
	font-size: 12px;
	line-height: 29px;
}

.requisitionListContent .sortingDropdown > .noSort {
	display: block;
}

.requisitionListContent .sortingDropdown .dropdownArrow {
	margin: 12px 11px;
}

.sortingDropdown > .dropdownArrow {
	float: right;
	background: url('../images/responsive/rwdUI.png');
	background-position: -1px -1px;
	width: 12px;
	margin: 16px 11px;
	height: 6px;
}

.requisitionListContent .sortDropdown {
	height: 81px;
	top: 32px;
}

.sortDropdown {
	width: 156px;
}

.sortDropdown {
	position: relative;
	top: 40px;
	border: 1px solid #898989;
	height: 204px;
	background: #FFF;
	z-index: 20;
	width: 155px;
	left: -10px;
}

.requisitionListContent .sortDropdown ul {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	padding-left: 0px;
}

.sortDropdown ul {
	position: absolute;
	width: 100%;
}

.sortDropdown ul li {
	height: 16px;
	padding: 12px 0;
	font-size: 14px;
	line-height: 16px;
	padding-left: 10px;
	color: #545454;
	border-bottom: 1px solid #898989;
	list-style: none;
}

.sortOption:hover {
	color: #FFF !important;
	background: #767676;
}
.cancelButton {
	background: linear-gradient(#FFFFFF, #E5E8E9 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-color: #BFBFBF;
	border-radius: 4px 4px 4px 4px;
	border-style: solid;
	border-width: 1px;
	height: 29px;
	position: relative;
}

.cancelButton .button {
	background: linear-gradient(#F7F7F7, #EBEDEC 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-color: #FFFFFF;
	border-radius: 4px 4px 4px 4px;
	border-style: solid;
	border-width: 1px;
	color: #323232;
	font-size: 12px;
	height: 26px;
	margin-top: 1px;
	text-align: center;
}

.cancelButton .button:hover {
	background: -webkit-gradient(linear, center top, center bottom, from(#F0F0F0),color-stop(100%, #DCDCDC));
	background: -webkit-linear-gradient(top,#F0F0F0 ,#DCDCDC 100%);
	background: -moz-linear-gradient(top,#F0F0F0 ,#DCDCDC 100%);
	background: -ms-linear-gradient(top,#F0F0F0 ,#DCDCDC 100%);
	background: -o-linear-gradient(top,#F0F0F0 ,#DCDCDC 100%);
	background: linear-gradient(to bottom,#F0F0F0 ,#DCDCDC 100%);
	cursor: pointer;
}

.cancelButton .button p {
	margin-top: 4px;
}

.requisitionListContent .productAdded {
 	border-right: 1px solid #ddd;
 	border-left: 1px solid #ddd;
 	border-bottom: 1px solid #ddd;
 	display: none;
 }

 .requisitionListContent .productAdded .message {
	background: #85b200;
	color: #fff;
	padding: 7px;
	border-bottom: 1px solid #EDEFF0;
	font-weight: bold;
	word-wrap: break-word;
 }

 .requisitionListContent .productAdded .product {
 	padding: 7px;
 }

 .requisitionListContent .productAdded .product img {
 	float: left;
 	height: 75px;
 }

 .requisitionListContent .productAdded .product .productTitle {
 	margin-top: 5px;
 }

 .requisitionListContent .productAdded .footer {
 	padding: 7px;
 }

.requisitionListContent.popup {
	position: fixed;
	z-index: 105;
	top: 25%;
	background: #fff;
	margin-left:auto;
	margin-right:auto;
	border-top: 1px solid #ddd;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 1);
	-moz-box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 1);
	box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 1);
}
.requisitionListContent.popup .listSelect .newList input[type="text"] {
	float: left;
}
#grayOut, #grayOutPopup {
	position: fixed;
	top: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	background: #ccc;
	opacity: 0.6;
	z-index: 100;
	display: none;
}
.requisitionListContent.popup .listSelect .newList .sortingDropdown {
	float: left;
}
.requisitionListContent .close {
	float: right;
	width: 13px;
	height: 13px;
	position:relative;
	overflow:hidden;
	cursor: pointer;
	margin-top: 5px;
	margin-right: 5px;
}

.requisitionListContent .close:before {
	content: url('../images/colors/color1/close_sprite.png');
	position: absolute;
	top:0px;
	left:0px;
}

.requisitionListContent .close:hover:before {	
	left:0px;
	top:-13px;
}

/* SKU List Widget */

.productDetailTable .fullView {
	display: block;
	border: 1px solid #B4B4B4;
	border-radius: 5px;
	font-size: 12px;
	padding: 15px;
	min-width: 500px;
}

.productDetailTable .fullView.expanded {
	border-top: none;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.productDetailTable .row.entry {
	border-bottom: 1px solid #B4B4B4;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.productDetailTable .row.tableHeader {
	border-bottom: 1px solid #b4b4b4;
	margin-bottom: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}

.productDetailTable .row .columnHeader {
	height: 35px;
	position: relative;
}

.productDetailTable .row .columnHeader .cell {
	position: absolute;
	bottom: 0px;
	width: 95%;
	word-wrap: break-word;
}

.productDetailTable .row .input_field {
	text-align: center;
	width: 40px;
}

.productDetailTable .cell {
	padding: 5px;
}

.productDetailTable .fullView .expandedContent {
	padding: 10px 20px 10px 20px;
	background: #eee;
}

.productDetailTable .fullView .expandedContent .expandedCol {
	padding: 0px 15px 0px 15px;
	max-width: 600px;
	min-width: 370px;
	display: none;
}

.productDetailTable .fullView .expandedContent .expandedCol > div {
	min-height: 10px;
	overflow: hidden;
	padding: 5px 0 5px 20px;
	border-bottom: 1px solid #ccc;
}

.productDetailTable .fullView .expandedContent .expandedCol .leftCol {
	float: left;
	font-weight: bold;
	display: inline-block;
	width: 160px;
	padding-right: 25px;
}

.productDetailTable .fullView .expandedContent .expandedCol .rightCol {
	display: inline-block;
	width: 45%;
}

.productDetailTable .fullView .expandedContent .expandedCol .compare_target {
	padding: 0px;
}

.productDetailTable .row.footer {
	padding-top: 8px;
}

.productDetailTable .footerButtons {
	float: right;
}

.productDetailTable .footerButtons a {
	margin-left: 10px;
}

.productDetailTable .gridCell {
	word-wrap: break-word;
}

.productDetailTable .SKU a {
	color: #006ECC;
}

.productDetailTable .anchored {
	min-width: 100px;
}

.productDetailTable .fullView [data-filter="SKU"] {
	min-width: 120px;
	max-width: 200px;
}

.productDetailTable .fullView [data-filter="Quantity"] {
	min-width: 65px;
	max-width: 150px;
	position: relative;
}

.productDetailTable .invalidQuantity {
	position: absolute;
	top: 6px;
	left: 60px;
	width: 100px;
	background: #ca4200;
	padding: 5px;
	font-size: 12px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	color: #fff;
	display: none;
	z-index: 20;
}

.productDetailTable .fullView [data-filter="OnlineAvailability"] {
	min-width: 140px;
	max-width: 180px;
}

.productDetailTable .fullView [data-filter="InStoreAvailability"] {
	min-width: 100px;
	max-width: 180px;
}

.productDetailTable .fullView [data-filter="Compare"] {
	min-width: 50px;
	max-width: 150px;
}

.productDetailTable[data-filter="InStoreAvailability"] .link  {
	text-decoration: underline;
}

.productDetailTable .expandButton {
	min-width: 55px;
	width: 55px;
}

.productDetailTable .dropDownButton {
	background-color: #E9E9E9;
	border: 1px solid #E9E9E9;
	border-radius: 5px 5px 5px 5px;
	color: #545454;
	cursor: pointer;
	font-size: 14px;
	height: 38px;
	line-height: 38px;
	margin-left: 5px;
	padding-left: 10px;
	width: 25px;
}

.productDetailTable .dropDownButton .dropDownArrow {
	overflow:hidden;
	float: right;
	height: 6px;
	margin: 16px 11px;
	width: 12px;
	position: relative;
}

.productDetailTable .dropDownButton .dropDownArrow:before {
	content: url("../images/responsive/rwdUI.png");
	top:-1px;
	left:-1px;
	position:absolute;	
}

.productDetailTable .fullView .dropDownButton .dropDownArrow.expanded {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.skuListExpandArea {
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #b4b4b4;
	background: none repeat scroll 0 0 #e9e9e9;
}

.skuListExpandArea.hide {
	border-radius: 5px 5px 0px 0px;
	border-bottom: none;
}

.skuListExpandArea > h3 {
	position: relative;
	margin: -10px -12px;
	padding: 10px 34px;
	font-size: 12px;
	color: #646464;
	overflow: hidden;
	min-height: 1.4em;
	cursor: pointer;
}

.skuListExpandArea > h3.showSkus:before {
	content: url("../images/responsive/rwdUI.png");
	position: absolute;
	top: -31px;
	left: -28px;
	clip: rect(41px,58px,58px,41px);
}

.skuListExpandArea > h3.hide:before {
	content: url("../images/responsive/rwdUI.png");
	position: absolute;
	top: -31px;
	left: -48px;
	clip: rect(41px,78px,58px,61px);
}

.productDetailTable .mobileView {
	display: none;
	font-size: 12px;
	border-left: 1px solid #b4b4b4;
	border-right: 1px solid #b4b4b4;
}

.productDetailTable .mobileView > .row {
	border-bottom: 1px solid #b4b4b4;
	padding: 20px 15px;
}

.productDetailTable .mobileView > .row:first-child {
	border-top: 1px solid #ccc;
}

.productDetailTable .mobileView > .row.expanded {
	background: none repeat scroll 0 0 #727a7b;
	border-color: #727a7b #727a7b #ffffff;
	border-style: solid;
	border-width: 15px 15px 1px;
	padding: 5px 0 14px;
}

.productDetailTable .mobileView .title {
	display: inline-block;
	width: 100%;
}

.productDetailTable .mobileView .title.expanded {
	color: #fff;
	padding: 0px 0px 18px 0px;
}

.productDetailTable .mobileView .title > .row {
	display: inline-block;
	width: 74%;
	height: 20px;
	padding: 5px 0px 5px 0px;
}

.productDetailTable .mobileView .title > .dropDownButton {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #727a7b;
	float: right;
}

.productDetailTable .mobileView .title > .dropDownButton.expanded {
	background: none repeat scroll 0 0 #727a7b;
	border: 1px solid #fff;
}

.productDetailTable .mobileView .dropDownButton .dropDownArrow.expanded {
	height: 14px;
	margin: 13px 10px;
	width: 13px;
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
}

.productDetailTable .mobileView .title > .dropDownButton .dropDownArrow.expanded:before {
	left:-156px;
}

.productDetailTable .mobileView .skuName {
	font-weight: bold;
	width: 100%;
	display: inline-block;
	padding: 0px 10px 0px 0px;
	word-wrap: break-word;
}
	
.productDetailTable .mobileView .attributes {
	display: inline-block;
	word-wrap: break-word;
}

.productDetailTable .mobileView .mobileExpandedContent {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #333;
	border-radius: 5px;
	margin-top: 20px;
	padding: 10px;
	clear: both;
	float: none;
}

.productDetailTable .mobileView .mobileExpandedContent .expandedCol {
	width: 97%;
	padding: 0px 5px;
}

.productDetailTable .mobileView .mobileExpandedContent .expandedCol > div {
	min-height: 10px;
	overflow: hidden;
	padding: 5px 0 5px 5px;
	border-bottom: 1px solid #ccc;
}

.productDetailTable .mobileView .mobileExpandedContent .expandedCol .leftCol {
	float: left;
	font-weight: bold;
	display: inline-block;
	width: 40%;
	padding-right: 25px;
}

.productDetailTable .mobileView .mobileExpandedContent .expandedCol .rightCol {
	display: inline-block;
}

.productDetailTable .mobileView .mobileExpandedContent .expandedCol .link {
	color: #006ecc;
}

.productDetailTable .mobileView .mobileExpandedContent .expandQuantity {
	padding: 5px 5px;
	font-size: 14px;
	position: relative;
}

.productDetailTable .mobileView .mobileExpandedContent .invalidQuantity {
	position: absolute;
	top: 11px;
	left: 130px;
}

.productDetailTable .mobileView .mobileExpandedContent .button {
	margin: 0px 0px 8px 2%;
	width: 96%;
}

.productDetailTable .mobileView .mobileExpandedContent .button.primary,
.productDetailTable .mobileView .mobileExpandedContent .button.secondary {
	min-width: 120px;
	word-wrap: break-word;
}

/*** RWD-B ***/

@media screen and (max-width: 540px) {
	
	.productDetailTable .fullView {
		display: none;
	}
	
	.productDetailTable .mobileView {
		display: block;
	}
}

#optionButton {
	border: 0px;
	display: inline-block;
	height: auto;
	padding: 0 20px;
	font-size: 12px;
	line-height: normal;
	text-align: center;
	vertical-align: middle;
}

/* Primary and Secondary Button */
.button_primary {
	display: inline-block;
	position: relative;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fbbb0b), to(#ffb123));
	background-image: linear-gradient(#fbbb0b, #ffb123);
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#fbbb0b', endColorStr='#ffb123')";
	border: 1px solid #bfbfbf;
	border-radius: 4px;
	border-spacing: 0;
	vertical-align: middle;
	color: #4d4d4d !important;
}

.button_primary:hover {
	background-image: -webkit-gradient(linear,left top,left bottom,from(#fed60c),to(#f8af06));
	background-image: linear-gradient(#fed60c,#f8af06);
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#fed60c',endColorStr='#f8af06')";
}

.button_primary > .button_text {
	display: table-cell;
	height: 24px;
	margin: 0;
	padding: 0 20px;
	border: 1px solid #fdd466;
	border-radius: 3px;
	font-size: 12px;
	line-height: normal;
	text-align: center;
	vertical-align: middle;
	min-width: 76px;
}

.button_primary > .button_text_csr {
	min-width: 76px;
}

.button_primary > .left_border,.button_primary > .right_border {
	display: none;
}

.button_primary > .button_primary {
	display: block;
	border: 0 none;
}

.button_secondary {
	display: inline-block;
	position: relative;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f9f9), to(#e5e8e9));
	background-image: linear-gradient(#f7f9f9, #e5e8e9);
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#f7f9f9', endColorStr='#e5e8e9')";
	border: 1px solid #bfbfbf;
	border-radius: 4px;
	border-spacing: 0;
	vertical-align: middle;
	color: #4d4d4d !important;
}

.button_secondary:hover {
	background-image: linear-gradient(#f7f9f9,#ced2d3);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#f7f9f9),to(#ced2d3));
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#f7f9f9',endColorStr='#ced2d3')";
}

.button_secondary .arrow {
	background: url('../images/responsive/rwdUI.png');
	background-position: -1px -1px;
	width: 12px;
	/* padding-left: 6px; */
	margin: 11px 11px 10px 23px;
	height: 6px;
	display: inline-block;
	vertical-align: middle;
}

.button_secondary > .button_text {
	display: table-cell;
	height: 24px;
	padding: 0 20px;
	border: 1px solid #f1f3f3;
	border-radius: 3px;
	font-size: 12px;
	line-height: normal;
	text-align: center;
	vertical-align: middle;
}

.button_secondary > .orgActionDropdown {
	border: 1px solid #bfbfbf;
	border-radius: 5px;
	-webkit-box-shadow: -5px 5px 20px -6px rgba(0,0,0,0.75);
	-moz-box-shadow: -5px 5px 20px -6px rgba(0,0,0,0.75);
	box-shadow: -5px 5px 20px -6px rgba(0,0,0,0.75);
	position: absolute;
	z-index: 10;
	background: #fff;
	left: -2%;
	margin-top: 0px;
	width: 370px;
	display: none;
	font-size: 12px;
}

.button_secondary > .left_border,.button_secondary > .right_border {
	display: none;
}

/*Disabled Button for compare button,add "disabled" class to secondary_button's or primary_button's parent div */
.disabled .button_secondary,
.disabled .button_primary {
	cursor: default;
}

.disabled .button_secondary > .button_text,
.disabled .button_primary > .button_text {
	color: #777777;
}

.editField .editActions {
	margin-bottom: 15px;
	margin-top: 15px;
}

#memberGroup h2 {
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 15px;
}


#memberGroup .checkField {
	margin-bottom: 15px;
}

#memberGroup .checkField .checkBoxer {
	float: left;
	margin-right: 10px;
}

#memberGroup .checkField p {
	display: inline-block;
	font-size: 13px;
	margin-top: 5px;
}

#orgRoles p {
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 15px;
}


#orgRoles .checkField {
	margin-bottom: 15px;
	line-height: 1.3;
}

#orgRoles .checkField .checkBoxer {
	float: left;
	margin-right: 10px;
}

#orgRoles .checkField p {
	font-size: 12px;
	margin-top: 5px;
}
.checkBoxer {
	border: 1px solid #c8c8c8;
	border-radius: 5px;
	cursor: pointer;
	height: 30px;
	width: 30px;
}


.checkBoxer .arrow {
	background: url("../images/check_arrow.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
	height: 20px;
	left: 5px;
	position: relative;
	top: 5px;
	width: 20px;
}

.dottedBorder {
	border: 1px dotted #000000;
}

.pageTitleHeader {
	margin: 0 0 5px 10px !important;
}
#WC_createUser_orgDetailsEdit > #organizationSelection {
	margin-bottom: 0;
}
#organizationSelection {
	font-size: 12px;
}
#organizationAddress {
	margin-bottom: 10px;
	margin-top: 10px;
}
#organizationAddress p {
	margin-bottom: 2px;
}
#currentOrganization {
	margin-bottom: 5px;
}
.editButtons a {
	margin-right: 14px;
	width: 131px;
}
.editButtons a .button_text {
	width: 117px;
}
#registerBuyers {
	margin-left: 10px;
}
.editButtons .button_secondary > .button_text {
	border: 1px solid #f1f3f3;
	border-radius: 3px;
	display: table-cell;
	font-size: 13px;
	height: 24px;
	line-height: normal;
	padding: 0 6px;
	text-align: center;
	vertical-align: middle;
}
#orgselect {
	width: 100%;
}
#orgselect .arrow {
	float: right;
}

.required {
	color: #ff0000;
	font-size: 12px;
}


#registerBuyers h2, #organizationSelection h2 {
	font-size: 17px;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 10px;
}

.orgSearchList {
	border: 1px solid #e9e9e9;
	border-radius: 5px;
}

.orgSearchList .toolbar {
	background: none repeat scroll 0 0 #f9f9f9;
	margin-bottom: 4px;
	padding: 10px;
}

.findbar {
	float: left;
	width: 55%;
}

.findbar .input_field {
	background: none repeat scroll 0 0 white;
	float: left;
	width: 45%;
}

.clearFilter {
	float: left;
}

.orgSearchList .toolbar #uploadListButton, .orgSearchList .toolbar .newListButton {
	float: right;
	margin-left: 10px;
}


.orgSearchList .toolbar .button_secondary .button_text {
	border-bottom: 0 none;
}

.orgSearchList .tableHeader {
	background: none repeat scroll 0 0 #f9f9f9;
	padding: 0 10px;
}

.orgSearchList .selected {
	min-width: 25px;
	width: 5%;
}

.orgSearchListMobile .selected, .orgSearchList .selected .cell {
	text-align: center;
}
.orgSearchList .tableHeader .cell {
	font-size: 12px;
	padding: 5px 5px 5px 0;
}
.row .tableHeader .cell {
	font-weight: bold;
	word-wrap: break-word;
}
.orgSearchList .cell {
	font-size: 12px;
	padding: 13px 10px 7px 0;
}

.orgTable .col1.actions {
	float: right;
	width: 10.3333%;
}

.orgSearchList .actions .cell {
	padding: 5px 5px 5px 0;
	position: relative;
	text-align: right;
}

.orgSearchList .entry {
	border-bottom: 1px solid #e9e9e9;
	padding: 0 10px;
}
.orgSearchList .highlight {
	background: none repeat scroll 0 0 #f9f9f9;
}

.orgSearchList .maximized {
	cursor: pointer;
}

.treeview .name {
	cursor: pointer;
	width: 60%;
}


.requisitionListMobile .cell a {
	color: #006ecc;
}

.orgSearchList .actions .button_text {
	border-bottom: 0 none;
	padding: 5px 5px 0;
}

.orgSearchList .children {
	border-bottom: 0 none;
	border-top: 1px solid #e9e9e9;
	display: none;
	margin: 0;
	width: 100%;
}

.orgSearchList .footer, .requisitionListMobile .footer {
	padding: 20px 0 20px 10px;
	width: 98%;
}


.orgSearchList .footer .pageCount, .requisitionListMobile .footer .pageCount {
	font-size: 12px;
}


.orgSearchList .footer .pageButtons, .requisitionListMobile .footer .pageButtons {
	float: right;
	margin-top: -10px;
}

#orgDetailsEdit  .organizationSelectionEditPage {
	margin-left:0px;
}

.menuDropdown .uncheckedCheckBox, 
.menuDropdown .checkedCheckBox {
	cursor: pointer;
	margin-right: 7px;
	vertical-align: middle;
}

.menuDropdown .input_field {
	width: 273px;
}

.menuDropdown .optionDropdown {
	width: 250px;
}

.optionDropdown {
	font-size: 12px;
	position: relative;
}

.optionDropdown.white .selectButton {
	   background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #E9E9E9;
	color: #000000;
	padding: 5px;
	width: 275px;
}
.optionDropdown.white .selectList {
	border: 1px solid #E9E9E9;
	box-shadow: 0 2px 13px -4px #000000;
}
.optionDropdown.white .selectOption {
	border-bottom: 1px solid #E9E9E9;
	padding: 10px;
}
.optionDropdown.white .selectOption.current {
	background: none repeat scroll 0 0 #E0E0E0 !important;
	color: #000000 !important;
}
.optionDropdown.white .selectOption:hover {
	background: none repeat scroll 0 0 #898989;
	color: #FFFFFF;
}

.selectButton {
	background: none repeat scroll 0 0 #E9E9E9;
	border-radius: 5px 5px 5px 5px;
	color: #545454;
	cursor: pointer;
	padding: 7px 10px;
}

#widget_Header_GlobalLogin_WC_B2B_ShopOnBehalf_buyerUserName_dropdown, 
#widget_QuickLinks_GlobalLogin_WC_B2B_ShopOnBehalf_buyerUserName_dropdown {
	border: 1px solid #E9E9E9;
	box-shadow: 0 2px 13px -4px #000000;
	background: #FFFFFF;
	font-size: 12px;
	top: -1px;
}

#Header_GlobalLogin_WC_B2B_ShopOnBehalf_ErrorField, 
#QuickLinks_GlobalLogin_WC_B2B_ShopOnBehalf_ErrorField {
	color: #CA4200;
}

.lockedIcon {
	margin-left: 2px;
	margin-top: 2px;
	position: absolute;
}

#lockOrderButton, #unlockOrderButton, #editOrderButton {
	margin: 17px 0 20px;
}

#addressDetailRead {
	font-weight: bold;
	margin: 10px;
}

.OrganizationListWidget .orgList .entryField[aria-hidden="true"]{
	display: none;
}

.OrganizationListWidget .orgList .entryField {
	border: 1px solid #999999;
	border-radius: 5px 5px 5px 5px;
	float: left;
	font-size: 12px;
	margin-right: 10px;
	margin-top: 5px;
	maring-bottom: 5px;
	padding: 10px 25px 10px 10px;
	position: relative;
}

.OrganizationListWidget .orgList .icon {
	position: absolute;
	right: 5px;
	top: 10px
}

.OrganizationListWidget .group {
	margin-bottom: 20px;
}

.OrganizationListWidget .group p{
	font-size: 12px;
	margin-bottom: 5px;
}

.checkedCheckBox {
	cursor: pointer;
}

.checkedCheckBox.disabled {
	cursor: default;
}

.checkboxLabel {
	left: 30px;
	position: absolute;
	top: 4px;
}

.checkboxField {
	position: relative;
}

.nonRWDPage {
	min-width: 600px;
}

.nonRWDPageB {
	min-width: 1024px;
}

.cartLockedMessageBox {
	border: 1px solid #CA4200;
	border-radius: 5px;
	margin: 10px 0;
	padding: 8px;
	font-size: 13px;
	position: relative;
}

.cartLockedMessageBox .lockedMessage {
	padding-left: 20px;
	padding-bottom: 8px;
	display: block;
}

.cartLockedMessageBox .lockedMessage:before {
	content: "";
	background: url("../images/icon_lock.png") no-repeat;
	width: 15px;
	height: 20px;
	position: absolute;
	left: 8px;
}

.sign_in_registration #WC_AccountDisplay_div_2.title h1 {
	height: auto;
}

.shopping_cart_box {
	min-width: 430px;
}

@media screen and (max-width: 390px) {
	#RequisitionList_list_table .toolbar .uploadList:after, 
	#RequisitionList_list_table .toolbar .newList:after {
		clear: both;
		content: "";
		display: block;
	}
	
	#RequisitionList_list_table .toolbar #uploadListButton .button_text, 
	#RequisitionList_list_table .toolbar #newListButton .button_text {
		min-width: 75px;
	}
	
	#RequisitionList_list_table .toolbar #uploadListButton {
		margin-bottom: 10px;
	}
}

#RegisteredCustomersPageHeading span {
	color: #CA4200;
	font-size: 12px;
}

#RegisteredCustomersList_form_botton {
	border-top: 1px solid #EBEBEB;
	margin-top: 25px;
	padding: 10px 0;
}

a#RegisteredCustomersList_form_botton_1 {
	margin-top: 10px;
}

a#RegisteredCustomersList_form_botton_2 {
	margin-top: 10px;
}


#csrSearchBar {
	margin-bottom: 0 !important;
}

#csrFindOrdersSearchBar {
	margin-bottom: 0 !important;
}


#RegisteredCustomersSearch_searchForm {
	margin: 0;
}


.productDetailTable_csr .special.fullView {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: -moz-use-text-color;
	border-image: initial;
	border-style: none;
	border-width: 0;
	display: block;
	font-size: 12px;
	padding: 0;
	min-width: 100%;
   	width: auto;
}

.productDetailTable_csr .row.tableHeader {
	border-bottom: 0 none;
	font-weight: bold;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.specialEntry.row.tableHeader {
	background: none repeat scroll 0 0 #FFFFFF;
	border-bottom: 1px solid #E9E9E9;
}

.specialEntry.row.tableHeader .cell {
	font-weight: bold;
	position: relative;
	top: 3px;
	word-wrap: break-word;
}

.specialEntry.row.tableHeader .cell {
	font-weight: 100;
}

.specialEntry.row.tableHeader:last-child {
	border-bottom: 0 none;
}

.productDetailTable_csr .dropDownButton {
	border-radius: 5px;
	float: left;
	height: 32px;
	margin: 0;
	padding: 0;
	width: 32px;
}


.listTable .actions .button_text, .customer_detail .button_text {
	border-bottom: 0 none;
	padding: 3px 1px;
}

.productDetailTable_csr .fullView .expandedContent {
	background: none repeat scroll 0 0 #EEEEEE;
	margin-left: 0;
	margin-right: 0;
	margin-top: 11px;
	max-width: none;
	padding: 10px 0;
	width: 100%;
}

.productDetailTable_csr .special.fullView {
	font-size: 12px;
}

.productDetailTable_csr .special.fullView .expandedContent .expandedCol {
	display: block;
	max-width: none;
	width: 45%;
}

.productDetailTable_csr .fullView .expandedContent .expandedCol .rightCol {
	display: inline-block;
	font-weight: 100;
	width: 45%;
}

.registeredCustomersList_table .actions .cell {
	padding: 5px 5px 5px 0;
	position: relative;
	text-align: right;
}
.registeredCustomersList_table .cell {
	font-size: 12px;
	padding: 13px 10px 7px 0;
}

.collapsed {
	display:none;
}

.expanded {
	display:block;
}

.displayInline {
	display:inline;
}
.actionDropdown_csr {
	box-shadow: none;
	right: 3px;
	width: 180px;
}

.show {
	display: block;
}

@media screen and (max-width: 770px) {
	#globalLoginWidget .menuDropdown_csr,
	#globalLoginWidget .menuDropdown {
		position: relative;
		top: 0px;
		right: 0px;
		width: 100%;
		border-radius: 0px;
		box-shadow: none;
		border: none;
	}
}
.menuDropdown_csr .panel {
	padding: 20px;
}
.menuDropdown_csr .field {
	margin-bottom: 18px;
}
.menuDropdown_csr .errorLabel {
	color: #CA4200;
	display: none;
	margin-bottom: 10px;
}
.menuDropdown_csr .label {
	margin-bottom: 8px;
}
.menuDropdown_csr .input_field {
	width: 233px;
}
.menuDropdown_csr .input_field.error {
	border: 1px solid #CA4200;
}
.menuDropdown_csr .optionDropdown {
	width: 250px;
}
.menuDropdown_csr .editableDropdown {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: -moz-use-text-color #E9E9E9 -moz-use-text-color -moz-use-text-color;
	border-image: none;
	border-style: none solid none none;
	border-width: 0 1px 0 0;
	outline: 0 none;
	width: 91%;
}
.menuDropdown_csr .uncheckedCheckBox, .menuDropdown_csr .checkedCheckBox {
	cursor: pointer;
	margin-right: 7px;
	vertical-align: middle;
}
.menuDropdown_csr .footer {
	border-top: 1px solid #BFBFBF;
	margin-top: 20px;
	padding-top: 20px;
}

.listTable_CSR_resetPassword{
	margin:0px;
	padding:0px;
	border:none;
	background:none;
}

.listTable_CSR_resetPassword .toolbar{
	background:none;
}

.csr_errorMsg{
	color:#ca4200;
	padding:5px 0;
}

.userLoggedInQuickLink {
	display: none;
}
.menuDropdown_csr .panel p:not(:first-child) {
	margin-top: 10px;
}
.userProfileIcon {
	background-image: url("../images/user-profile-icon.png");
	background-repeat: no-repeat;
}
.disabledUser {
	background-image: url("../images/user-profile-disabled.png");
	background-repeat: no-repeat;
	padding-right: 20px;
}
#accountDisabledMessage {
	color: #CA4200;
}
.signedInUserName {
	padding-right: 12px;
}
.panelUsername {
	padding-right: 6px;
}
.field ul {
	list-style-type: none;
	padding-left: 0;
}
.field .textLabel {
	border-bottom: 1px solid #BFBFBF;
	line-height: 20px;
	margin-bottom: -20px;
	padding: 10px;
}

.field .quickCSRLinks {
	border-bottom: 1px solid #BFBFBF;
	padding: 10px;
	position: relative;
}
.field .quickCSRLinkOpened {
	padding: 20px 10px 0;
}
.field .quickCSRLinks .arrowDown:before {
	content: url("../images/responsive/rwdUI.png");
	height: 10px;
	margin-top: -2px;
	overflow: hidden;
	position: absolute;
	right: 12px;
	top: 15px;
	width: 15px;
}
.field .quickCSRLinks .arrowUp:before {
	content: url("../images/responsive/rwdUI.png");
	height: 10px;
	margin-top: -2px;
	overflow: hidden;
	position: absolute;
	right: 12px;
	top: 22px;
	transform: rotate(180deg);
	width: 15px;
}
.field .lastElement {
	border: 0 none;
	margin-bottom: -10px;
	padding-bottom: 0;
}
.field .quickCSRLinks .link {
	color: #006ECC;
	font-size: 12px;
}

.loggedInContractSelectPanel .loggedInInputWrapper {
	background: linear-gradient(#F7F9F9, #E5E8E9) repeat scroll 0 0 rgba(0, 0, 0, 0);
	margin: 10px -10px 0;
	padding: 10px;
}
.loggedInContractSelectPanel .button_primary, .loggedInContractSelectPanel .button_secondary, .contractSelectPanel .button_secondary, .contractSelectPanel .button_primary, .signOutButton {
	width: 248px;
}

@media screen and (max-width: 600px) {
	.loggedInContractSelectPanel .button_primary, .loggedInContractSelectPanel .button_secondary, .contractSelectPanel .button_secondary, .contractSelectPanel .button_primary, .signOutButton {
		width: 180px;
	}
}

.loggedInContractSelectPanel .button_primary_CSR {
	width: 228px;
}

.loggedInContractSelectPanel .button_primary .button_text, .loggedInContractSelectPanel .button_secondary .button_text, .contractSelectPanel .button_secondary .button_text, .contractSelectPanel .button_primary .button_text, .signOutButton .button_text {
	width: 224px;
}

.loggedInContractSelectPanel .input_field {
	width: 210px;
}
.loggedInContractSelectPanel .csrClientLogin {
	width: 227px;
}

@media screen and (max-width: 770px) {
	#globalLoginWidget .loggedInContractSelectPanel .button_primary, 
	#globalLoginWidget .loggedInContractSelectPanel .button_secondary, 
	#globalLoginWidget .contractSelectPanel .button_secondary, 
	#globalLoginWidget .contractSelectPanel .button_primary, .signOutButton{
		width: auto;
	}
}
.panelLinkSelected.selected {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: none repeat scroll 0 0 #FFFFFF;
	 border-color: #B8B8B8 #B8B8B8 #FFFFFF;
	border-image: none;
	border-style: solid;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-width: 1px;
	left: 1px;
	z-index: 101;
}
#signInDropdown {
	display: none;
}
#desktopExpandArrow {
	display: inline-block;
	margin-left: 5px;
	vertical-align: bottom;
}
#mobileExpandArrow_alt, #mobileExpandArrow {
	display: none;
	float: right;
	margin-right: 5px;
	vertical-align: middle;
}
.globalError {
	border: 1px solid #CA4200;
	border-radius: 5px;
	display: none;
	margin-bottom: 20px;
	max-width: 221px;
	padding: 10px;
	position: relative;
}
.globalErrorMessage {
	color: #CA4200;
}
#buyingForNameList, #buyingForNameList_alt {
	border: 1px solid #BFBFBF;
	display: none;
	padding: 10px;
	position: relative;
	top: -1px;
	width: 229px;
}
#buyingFor_alt, #buyingFor {
	display: none;
}
.loginPanelStates {
	max-width: 500px;
}
.loginPanelStates h1 {
	padding-bottom: 20px;
}
.loginPanelStates label {
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	margin-right: 15px;
	padding-left: 25px;
	position: relative;
}
.loginPanelState {
	border-bottom: 1px solid #EEEEEE;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-bottom: 10px;
}
.loginPanelStates input[type="radio"] {
	display: none;
}
.loginPanelStates label:before {
	background-color: #CCCCCC;
	border-radius: 10px;
	bottom: 1px;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3) inset, 0 1px 0 0 rgba(255, 255, 255, 0.8);
	content: "";
	display: inline-block;
	height: 18px;
	left: 0;
	margin-right: 10px;
	position: absolute;
	width: 18px;
}
.loginPanelStates input[type="radio"]:checked + label:before {
	color: #F3F3F3;
	content: "�";
	font-size: 30px;
	line-height: 18px;
	padding-right: 1px;
	text-align: center;
}
#mobileLoginPanelStates {
	display: none;
}
@media screen and (max-width: 600px) {
.menuDropdown_csr {
	border: medium none;
	border-radius: 0;
	box-shadow: none;
	position: relative;
	right: 0;
	top: 0;
	width: 100%;
}
.panelLinkSelected.selected {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 0 none;
	border-radius: 0;
}
#desktopExpandArrow {
	display: none;
}
#mobileExpandArrow {
	display: inline-block;
}
#desktopLoginPanelStates {
	display: none;
}
#mobileLoginPanelStates {
	display: block;
}
}

#FindOrdersSearch_table {
	margin:0px;
}

#FindOrdersList_form_botton {
padding: 10px 0;
border-top: 1px solid #ebebeb;
margin-top: 25px;
}

a#FindOrdersList_form_botton_1 {
margin-top: 10px;
}
a#FindOrdersList_form_botton_2 {
margin-top: 10px;
}

.findOrdesResultList_table .actions .cell {
	padding: 5px 5px 5px 0;
	position: relative;
	text-align: right;
}
.findOrdesResultList_table .cell {
	font-size: 12px;
	padding: 13px 10px 7px 0;
}

#findOrdersPageHeading span
{

	font-size:12px;
	
}

#findOrdersPageHeading .successSpan {
font-size: 12px;
color: #767676;
}

.findOrderSearchOption {
padding:10px 0;
background-color:#f5f5f5;
color:#707070;
font-size:12px;
font-weight: bold;
text-align:left;
}

.findOrdersSelfServiceCal{
	font-size: 12px;
}

/* -----------------------------------------------------------------------------*/
/* CSS for FindOrder and Find Customer List Table UI. Also used for Order Comments section
/* -----------------------------------------------------------------------------*/
.findOrderlistTable {
	border: 1px solid #E9E9E9;
	border-radius: 5px 5px 5px 5px;
}

.findOrderlistTable .toolbar {
	background: none repeat scroll 0 0 #F9F9F9;
	margin-bottom: 4px;
	padding: 10px;
}

/* list table toolbar */
.findOrderlistTable .toolbar.collapsible {
	background: #F9F9F9 !important;
	margin-bottom: 4px !important;
	padding: 10px !important;
}

.findOrderlistTable .collapsible .toggle .button_text{
	height: 0;
	width: 0;
	padding: 15px;
}

.findOrderlistTable .collapsible .toggle .button_text:after {
	background-repeat: no-repeat;
	bottom: 4px;
	right: 4px;
	height: 20px;
	width: 20px;
	position: absolute;
}

.findOrderlistTable .collapsible[aria-expanded="false"] .toggle .button_text:after{
	content: url("../images/responsive/rwdUI.png");
	clip: rect(41px,58px,58px,41px);
	height: 61px;
	position: absolute;
	width: 61px;

}

.findOrderlistTable .collapsible[aria-expanded="true"] .toggle .button_text:after{
	content: url("../images/responsive/rwdUI.png");
	clip: rect(41px,78px,58px,61px);
	height: 61px;
	position: absolute;
	width: 81px;

}

.findOrderlistTable .collapsible span{
	font-size: 13px;
}

.findOrderlistTable .content .field {
	font-size: 13px;
	margin: 15px 0px 0px 0px;
}

.findOrderlistTable .content .field input {
	font-size: 12px;
	padding: 8px;
	background: #FFFFFF;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #E0E0E0;
	border-radius: 5px 5px 5px 5px;
	width: 80%;
}

.findOrderlistTable .quantity .input_field {
	padding: 8px;
}

/*--------------*/
/* Order Comments
/*--------------*/

.findOrderlistTable .collapsible .orderCommentsMainHeading {
	font-size:17px;
}
.findOrderlistTable .collapsible .orderCommentsSubHeading {
	font-size:13px;
}
.commentRow {
		border-bottom: 1px solid #e5e5e5;
		margin-left: 10px;
		font-size:15px;
		word-wrap:break-word;
	}
	
	.comment_container {
		clear: both;
	}
	
	.comment_container .commentRow span {
		font-size:13px;
	}
	
.editIconOrderComment {
	float: left; 
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	padding: 5px;
	margin-left: 5px;
}

.orderComment{
	background: white; 
	padding: 10px 5px 10px 5px; 
	margin: 0px; 
	border: 1px solid #e5e5e5;   
}

		

.expandingTextArea {
	resize: none;
	width: 35%;
	min-width: 250px;
	display: inline-block;
	margin:8px;
	height:100px;
}


#orderCommentContent {
	border: 0;
}

#orderCommentForm {
	width: 100%;
}

.addCommentBox {
	float: left; 
	border-bottom: 1px solid #e5e5e5; 
	margin-bottom: 10px; 
	margin-left: 5px; 
	margin-top: 5px;
	font-size:13px;
}


#orderCommentContainer {
	border-bottom: 1px solid #e0e0e0;
	border-top: 1px solid #e0e0e0;
	margin: 10px 0 10px 10px;
	padding: 10px 0 0;
}


#orderCommentContainer .title {
	display: inline-block;
	width: 650px;
}

#orderCommentContent .field input {
	font-size: 12px;
	padding: 8px;
	background: #FFFFFF;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #E0E0E0;
	border-radius: 5px 5px 5px 5px;
}

	/*---------------------------------------------*/
	/* --- Order Comments	Slider Widget ---------*/
	/*---------------------------------------------*/

	#orderCommentsSlider_trigger.orderComments_clean.orderCommentsSlider_trigger_closed.left-top,
	#orderCommentsSlider_trigger.orderComments_clean.orderCommentsSlider_trigger_closed.left-bottom {
		margin-left: 0;
	}

	#orderCommentsSlider_trigger.orderComments_clean.left-top, 
	#orderCommentsSlider_trigger.orderComments_clean.left-bottom {
		margin-left: 400px;
	}

	#orderCommentsSlider_trigger.left-bottom {
		top: 40%;
	
		position: fixed;
	}
	#orderCommentsSlider_trigger.left-top, #orderCommentsSlider_trigger.left-bottom, #orderCommentsSlider_trigger.right-top, #orderCommentsSlider_trigger.right-bottom {
		height: 250px;
	}
	#orderCommentsSlider_trigger {
		background-image: -webkit-gradient(linear, left top, right top, from(#f7f9f9), to(#));
		background-image: linear-gradient($startColor, $endColor);
		-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='$startColor', endColorStr='$endColor')";
		background: rgba(0, 0, 0, 0) linear-gradient(to right, #f7f9f9, #e5e8e9) repeat scroll 0 0;            
	
		border-radius: 4px;
		border-spacing: 0;
		border-left: none;
		cursor: pointer;
		font-size: 12px;
		border-bottom-left-radius: 0;
		border-top-left-radius: 0;
		display: table-cell;
		font-size: 11px;
		height: 24px;
		line-height: normal;
		padding: 0 20px;
		text-align: center;
		vertical-align: middle;
		border-color: #ffa200 #ffa200 #ffa200;
		border-style: solid;
		border-width: 1px 1px 1px 0;
		z-index:99;
	}
	#orderCommentsSlider_content, #orderCommentsSlider_trigger {
		transition: all 500ms ease-in-out 0s;
	}
	.orderComments_clean .orderCommentsSlider_trigger_text {
		left: -90px;
		right:-90px;
		top:120px;	
	}
	.left-top .orderCommentsSlider_trigger_text, .left-bottom .orderCommentsSlider_trigger_text, .right-top .orderCommentsSlider_trigger_text, .right-bottom .orderCommentsSlider_trigger_text {
		filter: none;
		font-size: 14px;
		position: absolute;
		transform: rotate(-90deg);
		white-space: nowrap;
	}

	#orderCommentsSlider_content.left-bottom {
		top: 135px;	
		position: fixed;
	}
	#orderCommentsSlider_content {
		z-index:200;
		height: 80%;
		width: 400px;
		background-color: #f9f9f9;
		border-color: #ffa200 #ffa200 #ffa200;
		border-style: solid;
	   	border-width: 3px 1px 1px 1px;
	}
	#orderCommentsSlider_content, #orderCommentsSlider_trigger {
		transition: all 250ms ease-in-out 0s;
	}

	#orderCommentsSlider_content.orderComments_clean.orderCommentsSlider_content_closed.left-top, 
	#orderCommentsSlider_content.orderComments_clean.orderCommentsSlider_content_closed.left-bottom {
		margin-left: -400px;
	}
	.orderComments_clean .orderCommentsSlider_title {
		padding: 5px 0 0 5px;
	}

	#orderCommentsSliderTitle{
		font-family: sans-serif;
	}

	.orderComments_clean .orderCommentsSlider_title span {
		margin-left: 10px;
	}
	.orderComments_clean .orderCommentsSlider_title  .orderCommentsMainHeading{
		font-size:17px;
	}

	.orderComments_clean .orderCommentsSlider_title  .orderCommentsSubHeading{
		font-size:13px;
	}
	
	#orderCommentsSlider_content ul {
		list-style: outside none none;
		padding-left: 11px;
	}
	#orderCommentsSlider_content ul li {
		margin-bottom: 20px;
		margin-right: 20px;
	}
	#orderCommentsSlider_content label {
		display: inline-block;
	}
	.required_asterisk {
		color: red;
	}
	#orderCommentsSlider_message {
		display: block;
		width: 340px;
	}
	#orderCommentsSlider_submit {
		float: right;
	}

	.saveButton {
		width: 8%;
		margin: 0px 8px;
		font-size: 12px;
		min-width:76px;
	}
	
	.cancelButton {
		width: 8%;
		height: 29px;
		line-height: 29px;
		text-align: center;
		font-size: 12px;
		min-width:76px;
	}

	.addCommentField {
		word-wrap: break-word;
		font-size:13px; 
		border-bottom:1px solid #e9e9e9; 
		 margin: 5px 0 10px 5px;
		float: left; 
		max-width: 80%;
	}

	#commentGroup {
		margin-top: 10px; 
		padding: 10px;
	}

	#commentGroup .row {
		clear: both; 
		font-size:15px; 
		padding: 5px; 
		margin-left: 5px;
	}
	
	.editIconSliderWidget{
		position: relative;
	}

	@media only screen and (max-width: 600px) {
		#orderCommentsSlider_content.left-bottom {
			top: 105px;
			left: 0;
			position: fixed;
			width: 230px;
		}
		
		#orderCommentsSlider_trigger.left-bottom {
			top: 105px;
			left: 0;
			position: fixed;
		}
		
		#orderCommentsSlider_trigger.orderComments_clean.left-bottom {
			margin-left: 230px;
		}
	}

	@media only screen and (max-height: 480px) {
		#orderCommentsSlider_trigger.left-bottom {
			top: 135px;
			left: 0;
			position: fixed;
		}
	}

	@media only screen and (max-height: 480px) and (max-width: 600px) {
		#orderCommentsSlider_trigger.left-bottom {
			top: 105px;
		}
	}
	.orderCommentSliderTable {
		border-radius: 5px 5px 5px 5px;
		margin: 5px;
		max-height: 80%;
		display: block;
		overflow:auto;
	}

	
	.ui-selectmenu-button span.ui-icon {
		background: url("../images/responsive/rwdUI.png");
		display: block;
		position: relative;
		width: 15px;
		height: 10px;
		margin: 8px 4px 0px 4px;
		float: right;
	}
	
	.ui-menu-item {
		position: relative;
	    cursor: pointer;
	    list-style: none;
	}

	#WC_PersonalInfoExtension_birth_date-menu .ui-menu-item,
	#WC_PersonalInfoExtension_birth_month-menu .ui-menu-item,
	#WC_PersonalInfoExtension_birth_year-menu .ui-menu-item{
		margin-left: 0px;
	}
	
	.ui-menu-item-wrapper {
		padding: 9px 8px;
		border-bottom: 1px solid #E0E0E0;	
		background: #FFFFFF;    
	}
	
	.ui-menu {
		border: 1px solid #E0E0E0;
		box-shadow: 0 2px 13px -4px #000000;
	}
	
	li div.ui-state-active {
		background: #898989 !important;
		color: #FFF !important;
	}
	
	li div.ui-state-select {
		background: #E0E0E0 !important;
		color: #000 !important;
	}
	
	#cityTest-menu {
		padding-left: 0;
	}

	/*jquery library*/
	.ui-selectmenu-menu {
		padding: 0;
		margin: 0;
		position: absolute;
		top: 0;
		left: 0;
		display: none;
	}
	.ui-selectmenu-menu .ui-menu {
		overflow: auto;
		/* Support: IE7 */
		overflow-x: hidden;
	}
	.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
		font-size: 1em;
		font-weight: bold;
		line-height: 1.5;
		padding: 2px 0.4em;
		margin: 0.5em 0 0 0;
		height: auto;
		border: 0;
	}
	.ui-selectmenu-open {
		display: block;
	}
	.ui-selectmenu-button {
		display: inline-block;
		overflow: hidden;
		position: relative;
		text-decoration: none;
		cursor: pointer;
		margin-bottom: 10px;
		vertical-align: top;
	}
	.ui-selectmenu-button span.ui-selectmenu-text {
		text-align: left;
		display: block;
		line-height: 1.4;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		padding: 2px;
	}

	.selectWrapper .wcSelect {
		padding: 6px;
		border-radius: 5px;
		color: #545454;
		font-size: 16px;
		cursor: pointer;
		min-width: 140px;
		font-family: 'AMX-Regular';
	}
	
	.orderBySelect span.ui-selectmenu-text {
		padding: 4px;
	}
	.orderBySelect span.ui-icon {
		margin-top: 10px;
	}
	
	.selectWrapperPageSize .wcSelect {
		min-width: 0px;
	}
	.selectWrapperPageSize .wcSelect .ui-selectmenu-text {
		display: none;
	}
	.selectWrapperPageSize span.ui-icon {
		margin-top: 10px;
	}
	
	.definingAttributes .options_dropdown_column .selectWrapper .wcSelect {
		font-size: 12px;
		padding: 0px 6px;
		min-width: 156px;
	}
	.definingAttributes .options_dropdown_column 
	.ui-selectmenu-button span.ui-selectmenu-text {
		padding: 7px 2px;
	}
	.definingAttributes .options_dropdown_column 
	.ui-selectmenu-button span.ui-icon {
		margin-top: 10px;
	}
	.definingAttributes .options_dropdown_column .ui-selectmenu-button {
		margin-bottom: 0px;
	}
	
	.product_info .selectWrapper .wcSelect {
		padding-top: 8px;
	}
	
	#newListPublicPrivateDropdown .wcSelect {
		font-size: 12px;
		min-height: 30px;
		min-width: 208px;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	
	.listTable .toolbar .field .wcSelect {
		padding-right: 20px;
		margin-bottom: 10px;
	}
	.listTable .toolbar .field .wcSelect {
		width: 100%;
	}

	.listTable .toolbar .field .wcSelect {
		font-size: 12px;
		padding: 4px 6px;
		background: #FFFFFF;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		border: 1px solid #E0E0E0;
		border-radius: 5px 5px 5px 5px;
		width: 80%;
	}
	
	.ui-selectmenu-menu li.ui-state-disabled{
		display:none;
	}
	
	.UserMemberGroupManagement .memberGroup .wcSelect {
		border-radius: 5px;
		border: 1px solid #999999;
		padding: 8px;
		font-size: 12px;
		width: 300px;
		margin-bottom: 10px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	
	.globalLogin .wcSelect {
		font-size: 12px;
		min-height: 25px;
		min-width: 274px;
		margin-bottom: 0;
	}
	
	.globalLogin .ui-menu-item {
		margin-left: 0;
	}
	
	.globalLoginCSR .wcSelect {
		min-width: 255px;
	}
	
	.OrganizationListWidget .orgList .wcSelect {
		color: #4d4d4d !important;
		background-image: linear-gradient(#f7f9f9, #e5e8e9);
		border-radius: 5px;
		border: 1px solid #bfbfbf;
		padding: 8px 5px;
		font-size: 12px;
		min-width: 180px;
		max-width: 260px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	
	#Register .inputField.wcSelect,
	#QuickCheckout .inputField.wcSelect,
	#AddressForm .inputField.wcSelect,
	#addressId .inputField.wcSelect {
		padding: 5px 8px;
		margin-bottom: 8px;
	}
	
	#Register input.inputField.wcSelect,
	#QuickCheckout input.inputField.wcSelect,
	#AddressForm input.inputField.wcSelect,
	#addressId input.inputField.wcSelect {
		padding: 8px;
		margin-bottom: 8px;
	}
	
	.findOrderlistTable .toolbar .field .wcSelect {
		padding: 4px 6px;
	}
	
	.pageSection .field .wcSelect {
		border-radius: 5px;
		border: 1px solid #e0e0e0;
		padding: 4px;
		font-size: 12px;
		width: 80%;
		max-width: 300px;
		margin-bottom: 5px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	
	.pageSection .field input.wcSelect {
		padding: 8px;
	}

/* WCDialog */
.ui-dialog.ui-widget {
	position: absolute;
	z-index: 1000;
}

/* ValidationTextbox */
input.wcValidationTextbox.error {
	border: 1px solid red !important;
	background: #FFCECE !important;
}

a.disabled {
	background: grey !important;
	border: 1px solid grey !important;
}

/* Carousel */
div[data-widget-type="wc.Carousel"] .owl-wrapper-outer.overflow-visible {
	overflow: visible
}

/* Autocomplete */
ul.ui-autocomplete {
	z-index: 1000;
	width: 170px;
	font-size: 12px;
}

.ui-autocomplete {
	    max-height: 200px;
        overflow-y: auto;
        overflow-x: hidden;
        position: absolute;
        z-index: 1000;
}
/* -----------------------------------------------------------------------------*/
/* APPLEPAY BEGIN
/* -----------------------------------------------------------------------------*/
	#applePayShopcartButton {
		padding-right: 5px;
	}
	
	.apple-pay-button {
		display: none;
		background-color: white;
		background-image: -webkit-named-image(apple-pay-logo-black);
		background-position: 50% 50%;
		background-repeat: no-repeat;
		background-size: 100% calc(60% + 2px);
		border: 1px solid black;
		box-sizing: border-box;
		height: 30px;
		/*margin: 5px auto;*/
		min-height: 30px;
		min-width: 50px;
		padding: 0px;
		transition: background-color .15s;
		width: 97%;
		border-radius: 5px;
		/*max-width: 200px;*/
		cursor: pointer;
	}
	
	.apple-pay-button.visible {
		display: block;
	}
	.apple-pay-button-clear-float {
		clear: both;
	}
	
	.apple-pay-button:active {
		background-color: rgb(152, 152, 152);
	}
	.apple-pay-checkout {
		max-width: 120px;
	}
	.apple-pay-minicart {
		min-width: 100px;
	}
	.apple-pay-pdp {
		max-width: 270px;
	}
	.apple-pay-plp {
		max-width: 200px;
	}
	.full-width {
		width: 100%;
	}
/* -----------------------------------------------------------------------------*/
/* APPLEPAY END
/* -----------------------------------------------------------------------------*/


/* -----------------------------------------------------------------------------*/
/* Common CSS Begin
/* -----------------------------------------------------------------------------*/

/* GenericError.jsp */
.genericError_message {
	color: #CA4200;
}

/* QuickInfo_UI.jspf */
div.heading > span{
	font-size:13px;
	text-transform:uppercase;
}
div.heading > span.selectedAttribute {
	text-transform:none;
}

/* Search_UI_Mobile.jspf */
.gray_color {
	color: #777777;
}

/* Product Info Add To Cart Button */
.nodisplay {
	display:none;
}
.spanacce {
	height: 1px;
	width: 1px;
	position: absolute;
	overflow: hidden;
	top: -1px;
}
.autoSuggestSelected {
	background-color: #d9e9f7 !important;
}

/* -----------------------------------------------------------------------------*/
/* Configure.jsp
/* -----------------------------------------------------------------------------*/
.configurator_page_content{
	font-size: 12px;
}
.configurator_page_content > .content_box{
	border: 1px solid #e5e5e5;
}
.configurator_page_content > .content_box > .box_header{
	height: 32px;
	background-color: #f5f5f5;
	font-weight: bold;
	font-size: 16px;
	line-height: 32px;
	padding-left: 30px;
}
.configurator_page_content > .content_box > .product_image{
	padding-left: 30px;
}
.configurator_page_content > .content_box > .product_add{
	padding-right:9px;
}
.configurator_page_content > .content_box > .product_add .price{
	font-weight: bold;
}
.configurator_page_content > .content_box > .header{
	font-size: 12px;
	font-weight: bold;
	margin-left: 30px;
	margin-right: 9px;
	border-bottom: 1px solid #e5e5e5;
}
.configurator_page_content > .content_box > .item{
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 9px;
	border-bottom: 1px dashed #C6D0DC;
}
.configurator_page_content > .content_box .no_border{
	border-bottom:none;
}
.configurator_page_content > .content_box > .item > .item_details{
	margin-left: 20px;
}
.configurator_page_content > .content_box > .item > .item_details .item_header{
	font-size: 12px;
	font-weight: bold;
	line-height: 13px;
	margin-bottom: 5px;
}
.configurator_page_content > .content_box > .item > .item_details .form{
	font-size: 11px;
}

/* -----------------------------------------------------------------------------*/
/* Masthead
/* -----------------------------------------------------------------------------*/
#masthead {
	width: 100%;
}

#masthead > .top {
	width: 100%;
	height: 15px;
	background: url('../images/colors/color1/masthead_top_bg.png') repeat-x;
}

#masthead > .content {
	width: 100%;
	height: 78px;
	position: relative;
}

#masthead > .navigation {
	height: 32px;
	padding: 7px 16px 6px 16px;
	position: relative;
	background: url('../images/colors/color1/masthead_navigation_bg.png') repeat-x;
}

div.widget_masthead_logo_position {
	position: absolute;
	left: 0;
	top: 0;
}

div#widget_masthead_logo1 img {
	display:block; /* explicit setting will reduce 3px bug in HTML5,when DOM is <div><img/></div> */
}

/* -----------------------------------------------------------------------------*/
/* Masthead Links Widget
/* -----------------------------------------------------------------------------*/
div.widget_masthead_links_position {
	position: absolute;
	right: 263px;
	top: 19px;
}

div#widget_masthead_links {
	position: relative;
	width: 450px;
	height: 38px;
}

div#widget_masthead_links div.masthead_links {
	position: absolute;
	right: 0px;
	top: 0px;
}

div#widget_masthead_links div.masthead_links span.masthead_links_container {
	float: right;
	font-size: 12px;
	color: #d9dedf;
	line-height: 14px;
}

div#widget_masthead_links div.masthead_links span.masthead_links_container span.masthead_links_item {
	display: inline;
	color: #4D4D4D;
}

div#widget_masthead_links div.masthead_links span.masthead_links_container span.masthead_links_item a{
	text-decoration: none;
	color: #4d4d4d;
}

div#widget_masthead_links div.masthead_links span.masthead_links_container span.masthead_links_item a:hover{
	text-decoration: underline;
}

div#widget_masthead_links div.masthead_links span.masthead_links_container span.special {
	text-decoration: none;
	color: #4D4D4D;
}

div#widget_masthead_links div.masthead_links span.masthead_links_container span.special a,div#widget_masthead_links div.masthead_links span.masthead_links_container span.special a:visited {
	text-decoration: none;
	color: #000000;
}

div#widget_masthead_links div.masthead_social {
	position: absolute;
	right: 0px;
	top: 20px;
}

div#widget_masthead_links div.masthead_social span.masthead_links_container {
	float: right;
	font-size: 12px;
	color: #d9dedf;
	line-height: 14px;
	list-style-type: none;
}

div#widget_masthead_links div.masthead_social span.masthead_links_container span.masthead_links_item {
	display: inline;
	color: #4d4d4d;
}

div#widget_masthead_links div.masthead_social span.masthead_links_container span.masthead_links_item a{
	color: #4d4d4d;
	text-decoration: none;
}

div#widget_masthead_links div.masthead_social span.masthead_links_container span.masthead_links_item a:hover{
	text-decoration: underline;
}

div#widget_masthead_links div.masthead_social span.masthead_links_container span.masthead_links_item span.icon {
	width: 16px;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	margin-top:-2px;
}

div#widget_masthead_links div.masthead_social span.masthead_links_container span.masthead_links_item span.face_icon {
	background: url('../images/colors/color1/widget_masthead_social/social_face_icon.png') no-repeat;
	height: 16px;
}

div#widget_masthead_links div.masthead_social span.masthead_links_container span.masthead_links_item span.face_icon:hover {
	background-position: 0 -16px;
}

div#widget_masthead_links div.masthead_social span.masthead_links_container span.masthead_links_item span.plus_icon {
	background: url('../images/colors/color1/widget_masthead_social/social_plus_icon.png') no-repeat;
}

div#widget_masthead_links div.masthead_social span.masthead_links_container span.masthead_links_item span.yelp_icon {
	background: url('../images/colors/color1/widget_masthead_social/social_yelp_icon.png') no-repeat;
}

div#widget_masthead_links div.masthead_social span.masthead_links_container span.special {
	text-decoration: none;
	color: #4D4D4D;
}

div#widget_masthead_links div.masthead_social span.masthead_links_container span.special a,div#widget_masthead_links div.masthead_social span.masthead_links_container span.special a:visited {
	text-decoration: none;
	color: #000000;
}

/* -----------------------------------------------------------------------------*/
/* IE6 Unsupported Browser Page
/* -----------------------------------------------------------------------------*/
.ie6_Background {
	background-color: #FFFFFF;
	height: 100%;
	position: fixed;
	width: 100%;
}
.ie6_Position {
	position: relative;
	width: 100%;
}
.ie6_Content {
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 50px;
	text-align: center;
}
.ie6_Header {
	color: #A1A1A1;
	font-family: verdana,arial;
	font-size: 20px;
	padding-bottom: 12px;
	padding-top: 38px;
	text-align: center;
}
.ie6_Message {
	color: #444444;
	font-family: verdana,arial;
	font-size: 13px;
	line-height: 16px;
	padding-bottom: 40px;
	padding-left: 12px;
	padding-right: 12px;
	text-align: center;
}
.ie6_Banner {
	background: url("../images/colors/color1/unsupported_browser_bg.png") repeat-x scroll 0 0 white;
	border-bottom: 1px solid #C6D0DC;
	height: 42px;
	padding-top: 5px;
}
.ie6_AuroraLogo {
	position: relative;
}
.orderExpandArea {
	border-top: 1px solid #e0e0e0;
	padding: 5px 0px;
}
.orderExpandArea a p {
	display: inline;
	vertical-align: top;
}
#orderExpandAreaBottom {
	border-bottom: 1px solid #e0e0e0;
}

/* -----------------------------------------------------------------------------*/
/* MessageDisplay.jspf
/* -----------------------------------------------------------------------------*/
div.store_message{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	z-index: 9999;
	min-width: 270px;
	max-width: 550px;
	width:100%;
	display:none; /* Dev -- Hide the error message area by default */
}

.store_message > .content{
	margin-top: 3px;
	background-color: #FFFFFF;
	border-left: 0px solid #e5e5e5;
	border-right: 0px solid #e5e5e5;
	border-bottom: 0px solid #e5e5e5;
	padding: 35px;
	box-shadow: 0 0 10px 2px #888888;
	filter:progid:DXImageTransform.Microsoft.Glow(color='#888888',Strength ='5');
}

.store_message > .content > .close{
	position: absolute;
	top: 10px;
	right: 15px;
}

.store_message > .content > .close > .close_text{
	font-size: 11px;
	color: #777777;
	height: 13px;
	float:left;
}

.store_message > .content > .close > .close_icon{
	margin-left: 4px;
	margin-top: 4px;
	width: 8px;
	height: 8px;
	background-repeat:no-repeat;
	float:left;
}

.store_message > .content > .close:hover > .close_text{
	text-decoration:underline;
}

.store_message > .content > .close:hover > .close_icon{
	background-position: 0 -8px;
}

.store_message > .content > .message .message_icon {
  	float: left;
	height: 18px;
	position: relative;
	width: 18px;
}
.store_message > .content > .message .message_icon .error_icon {
	position:absolute;
	top: -3px;
	left: 1px;
}
.store_message > .content > .message .message_icon > #success_icon.error_icon {
	left: -3px;
}
.store_message > .content > .message .message_text{
	font-size: 12px;
	color: #4D4D4D;
	line-height: 16px;
	margin-left: 25px;
}

/* Page Template */
div#page {
	width: 100%;
	height: 100%;
	position: relative;
}

/* -----------------------------------------------------------------------------*/
/* Progress Bar
/* -----------------------------------------------------------------------------*/
/* For the element containing the actual progress bar */
#progress_bar {
	position: absolute;
	z-index: 9999;
	display: none;
}
/* For the dialog containing the progress bar element */
#progress_bar_dialog {
	position: absolute;
	z-index: 9999;
	/* DevStart: outline was coming for progress bar.
	 * display:none; moved to inline css otherwise dialog.show() won't display the progress bar
	 */
	outline: 0;
	/* DevEnd */
}

#loading_popup {
	width:59px;

}
#loading_popup .top_left{
	background-image: url('../images/colors/color1/popup_topleft.png');
	background-repeat:no-repeat;
	background-position:top;
	height:7px;
	width:8px;
	float:left;
}
#loading_popup .top_right{
	background-image: url('../images/colors/color1/popup_topright.png');
	background-repeat:no-repeat;
	background-position:right top;
	height:7px;
	width:51px;
	float:left;
}
#loading_popup .header {
	background-image: url('../images/colors/color1/popup_center_tile_mini.png');
	background-repeat:repeat-y;
	text-align: right;
	clear:left;
}
#loading_popup .close {
	padding: 5px 15px 2px 0px;
	color: #666666;
}
#loading_popup .close .icon{
	padding:2px 0 0 4px;
	float:right;
}
#loading_popup .bodycontent {
	background-color: transparent;
	background-image: url('../images/colors/color1/popup_center_tile_mini.png');
	background-repeat:repeat-y;
	background-position: right;
	padding:0 5px 0 5px;
	margin:0;
}
#loading_popup .bodycontent h2 {
	font-size: 14px;
	font-weight: bold;
}
#loading_popup .bodycontent p {
	margin: 3px 0 10px 2px;
}
#loading_popup .bodycontent div.form_2column {
	padding: 0;
}
#loading_popup .bodycontent_short {
	padding:12px 17px 12px 15px;
	margin:0px 1px 0px 1px;
}
#loading_popup .footer {
	text-align:right;
	height:20px;
	width:59px;
}
#loading_popup .footer .bot_left{
	background-image: url('../images/colors/color1/popup_botleft.png');
	background-repeat:no-repeat;
	background-position: bottom;
	height:11px;
	width:8px;
	float:left;
}
#loading_popup .footer .bot_right{
	background-image: url('../images/colors/color1/popup_botright.png');
	background-repeat:no-repeat;
	background-position: right bottom;
	height:11px;
	width:51px;
	float:left;
}

div .error_icon {
	float:left;
}

div.item_spacer_10px{
	height: 10px;
}

div.item_spacer_8px{
	height: 8px;
}

div.item_spacer_7px{
	height: 7px;
}

div.item_spacer_5px{
	height: 5px;
}

div.item_spacer_3px{
	height: 3px;
}

div.item_spacer_2px{
	height: 2px;
}

/* -----------------------------------------------------------------------------*/
/* Left Navigation
/* -----------------------------------------------------------------------------*/
div.widget_left_nav div.bottom_border_5px{
	border-bottom: 5px solid #e5e5e5;
}

div.widget_left_nav_position{
	/*Dev: min height for left navigation bar*/
	min-height: 300px;
	margin-right: 10px;
}

div.widget_left_nav{
	margin-bottom: 10px;
}

div.widget_left_nav > div.content_left_border{
	border: 5px solid #e5e5e5;
}

div.widget_left_nav > div.content_left_border > div.content_right_border > div.content div.content_section div.header{
	height: 34px;
	background-color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}

div.widget_left_nav > div.content_left_border > div.content_right_border > div.content div.content_section div.header span.header_title{
	font-size: 11px;
	line-height: 34px;
	font-weight: bold;
	color: #777777;
	float:left;
}

div.widget_left_nav > div.content_left_border > div.content_right_border > div.content div.content_section div.header > span.filter_by_title{
	font-size: 14px;
	font-weight: bold;
	line-height: 34px;
	color: #777777;
	float:left;
}

div.widget_left_nav > div.content_left_border > div.content_right_border > div.content div.content_section div.header > div.clearall{
	font-size:12px;
	line-height:34px;
	float: right;
}

div.widget_left_nav > div.content_left_border > div.content_right_border > div.content div.content_section div.header > div.clearall > a{
	text-decoration: none;
	color: #777777;
}

div.widget_left_nav > div.content_left_border > div.content_right_border > div.content div.content_section div.header > div.clearall > a:hover > div > span{
	text-decoration: underline;
}

div.widget_left_nav > div.content_left_border > div.content_right_border > div.content div.content_section div.header > div.clearall > a > div.clear_all_text > div.filter_sprite{
	float: left;
	display: block;
	position: relative;
	overflow: hidden;
	margin-top:5px;
	margin-right: 5px;
	width: 13px;
	height: 13px;
	margin-top:10px;
}

div.widget_left_nav > div.content_left_border > div.content_right_border > div.content div.content_section div.header > div.clearall > a > div.clear_all_text > div.filter_sprite > img{
	position: absolute;
	width: 13px;
	height: 26px;
}

div.widget_left_nav > div.content_left_border > div.content_right_border > div.content div.content_section div.header > div.clearall > a:hover > div.clear_all_text > div.filter_sprite > img{
	top:-13px;
	left:0;
}

div.widget_left_nav > div.content_left_border > div.content_right_border > div.content div.content_section div.filter_list {
	min-height: 0px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

div.widget_left_nav > div.content_left_border > div.content_right_border > div.content div.content_section div.filter_list > ul > li:first-child {
	padding-top: 8px !important;
}

div.widget_left_nav > div.content_left_border > div.content_right_border > div.content div.content_section div.filter_list > ul > li:last-child {
	padding-bottom: 8px !important;
}

div.widget_left_nav > div.content_left_border > div.content_right_border > div.content div.content_section div.section_list{
	background-color: #fbfbfb;
	/*Dev: min height for left navigation bar*/
	min-height: 25px;
}

div.widget_left_nav > div.content_left_border > div.content_right_border > div.content div.content_section div.section_list > ul {
	padding: 0;
}

div.widget_left_nav > div.content_left_border > div.content_right_border > div.content div.content_section div.section_list > ul > a{
	text-decoration: none;
	color: #777777;
	font-size: 11px;
}

div.widget_left_nav > div.content_left_border > div.content_right_border > div.content div.content_section div.section_list ul li,
div.widget_left_nav > div.content_left_border > div.content_right_border > div.content div.content_section div.section_list div.showMore {
	padding: 10px;
	list-style-type:none;
	font-size:12px;
	text-decoration: none;
	color: #777777;
}

div.widget_left_nav > div.content_left_border > div.content_right_border > div.content div.content_section div.section_list ul li div.facetCountContainer,
ul.facetSelect li div.facetCountContainer {
	display: inline;
}

div.widget_left_nav > div.content_left_border > div.content_right_border > div.content div.content_section div.section_list div.showMore {
	text-align: right;
}

div.widget_left_nav > div.content_left_border > div.content_right_border > div.content div.content_section div.section_list ul li label,
div.widget_left_nav > div.content_left_border > div.content_right_border > div.content div.content_section div.section_list div.showMore label {
	cursor: pointer;
}

div.widget_left_nav > div.content_left_border > div.content_right_border > div.content div.content_section div.section_list ul li label .swatch{
	float: left;
	width: 80px;
	height: 27px;
}

div.widget_left_nav > div.content_left_border > div.content_right_border > div.content div.content_section div.section_list ul li label .swatch img{
	vertical-align: middle;
	border: 3px #E5E5E5 solid;
	height: 18px;
	width: 18px;
}

div.widget_left_nav > div.content_left_border > div.content_right_border > div.content div.content_section div.section_list ul li.singleFacet input,
div.widget_left_nav > div.content_left_border > div.content_right_border > div.content div.content_section div.section_list div.showMore input,
ul.facetSelect li input[type=checkbox] {
	height: 1px;
	width: 1px;
	position: absolute;
	overflow: hidden;
	left: -30px;
}

div.widget_left_nav > div.content_left_border > div.content_right_border > div.content div.content_section div.section_list ul li label:hover,
div.widget_left_nav > div.content_left_border > div.content_right_border > div.content div.content_section div.section_list div.showMore label:hover {
	text-decoration: underline;
}

div.widget_left_nav > div.content_left_border > div.content_right_border > div.content div.content_section div.section_list ul li input:checked + label {
	font-weight: bold;
}

div.widget_left_nav > div.content_left_border > div.content_right_border > div.content div.content_section div.section_list ul li input:focus + label .outline {
		border: 1px dotted #000000;
}

div.widget_left_nav > div.content_left_border > div.content_right_border > div.content div.content_section div.section_list ul li.singleFacet input:checked + label .swatch img{
	border: 3px solid #fac549;
}

div.widget_left_nav > div.content_left_border > div.content_right_border > div.content div.content_section div.section_list ul li.singleFacet input:enabled + label .swatch img:hover {
	border: 3px solid #fac549;
}

div.widget_left_nav > div.content_left_border > div.content_right_border > div.content div.content_section div.section_list ul li input:disabled + label,
ul.facetSelect li input:disabled + label {
	color: #CCCCCC;
	cursor: default;
	text-decoration: none;
}

div.widget_left_nav > div.content_left_border > div.content_right_border > div.content div.content_section div.section_list ul li input:disabled + label,
ul.facetSelect li input:disabled + a {
	color: #CCCCCC;
	cursor: default;
	text-decoration: none;
}

div.widget_left_nav > div.content_left_border > div.content_right_border > div.content div.content_section div.section_list ul li input.range_input,
ul.facetSelect li input.range_input {
	font-size: inherit;
	width: 35px;
	color: #777777;
}

div.widget_left_nav > div.content_left_border > div.content_right_border > div.content div.content_section div.section_list ul li input.go_button,
ul.facetSelect li input.go_button {
	font-size: inherit;
	width: 70px;
	text-align: left;
	border: none;
	background: none;
	color: #CA4200;
}

div.widget_left_nav > div.content_left_border > div.content_right_border > div.content div.content_section div.section_list ul li input.go_button:hover,
ul.facetSelect li input.go_button:hover {
	text-decoration: underline;
}

div.widget_left_nav > div.content_left_border > div.content_right_border > div.content div.content_section div.section_list ul li input.go_button:disabled,
ul.facetSelect li input.go_button:disabled {
	display: none;
}

div.widget_left_nav > div.content_left_border > div.content_right_border > div.content div.content_section div.section_list ul li input.go_button_disabled,
ul.facetSelect li input.go_button_disabled {
	display: none;
}

div.widget_left_nav > div.content_left_border > div.content_right_border > div.content div.content_section div.section_list > ul > li > a{
	text-decoration: none;
	color: #777777;
}

div.widget_left_nav > div.content_left_border > div.content_right_border > div.content div.content_section div.section_list > ul > li > a:hover{
	text-decoration: underline;
}

div.widget_left_nav > div.content_left_border > div.content_right_border > div.content div.content_section div.section_list > ul > li > a:hover > div > span{
	text-decoration: underline;
}

div.widget_left_nav > div.content_left_border > div.content_right_border > div.content div.content_section div.section_list > ul > li > a > div.filter_option > div.filter_sprite{
	float: left;
	display: block;
	position: relative;
	overflow: hidden;
	margin-top: 5px;
	margin-right: 5px;
	width: 13px;
	height: 13px;
}

div.widget_left_nav > div.content_left_border > div.content_right_border > div.content div.content_section div.section_list > ul > li > a > div.filter_option > div.filter_sprite > img{
	position: absolute;
	width: 13px;
	height: 26px;
}

div.widget_left_nav > div.content_left_border > div.content_right_border > div.content div.content_section div.section_list > ul > li > a:hover > div.filter_option > div.filter_sprite > img{
	top:-13px;
	left:0;
}

div.widget_left_nav > div.content_left_border > div.content_right_border > div.content div.content_section div.section_list > ul > li > a > div.filter_option span img{
	vertical-align: middle;
	border: 2px #E5E5E5 solid;
	height: 18px;
	width: 18px;
}

/* -----------------------------------------------------------------------------*/
/* Wish Order List
/* -----------------------------------------------------------------------------*/
.wish_order_list > .message{
	display:block;
	font-style:italic;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 11px;
}

.wish_order_list > .message:hover{
	background-color: #ffffff;
	cursor:auto;
}

/* Main header_wrapper positioning and styles */
div.header_wrapper_position {
	width: 100%;
	background-color: #b4bcbc;
	position: relative;
	z-index:200;
}

/* -----------------------------------------------------------------------------*/
/* Main Content Wrapper
/* -----------------------------------------------------------------------------*/
div.content_wrapper_position {
	width: 100%;
}

div.content_wrapper {
	width: 100%;
	background: #ffffff;
}

/* Shadows */
div.content_wrapper > div.content_left_shadow {
	padding-left: 10px;
	margin-left: auto;
	margin-right: auto;
}

div.content_wrapper > div.content_left_shadow > div.content_right_shadow {
	padding-right: 10px;
}

div.content_wrapper > div.content_left_shadow > div.content_right_shadow > div.main_content {
	max-width: 967px;
	margin: 0 auto;
	background-color: #ffffff;
	min-height: 100px;
	padding: 8px 0;
}

div.content_wrapper > div.content_top {
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	display: none; /*No top borders required in content for Madisons Template */
}

/* For Footer bottom (theme oriented can be hidden if not needed) */
div.content_wrapper > div.content_bottom {
	max-width: 987px;
	height: 10px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

div.content_wrapper > div.content_bottom > div.left_border {
	width: 10px;
	height: 10px;
	float: left;
}

div.content_wrapper > div.content_bottom > div.middle {
	max-width: 967px;
	height: 10px;
	float: left;
}

div.content_wrapper > div.content_bottom > div.right_border {
	width: 10px;
	height: 10px;
}

div.footer_wrapper_position {
	width: 100%;
}

/* -----------------------------------------------------------------------------*/
/* Static Page Content
/* -----------------------------------------------------------------------------*/
/* DevStart: Fixed height value is removed to avoid page overflow*/
.static_page_content{
	padding: 0 20px 20px 20px;
}
/* DevEnd*/
.static_page_content > .page_header{
	font-size: 22px;
	color: #777777;
	line-height: 46px;
}

/* DevStart: Bottom padding is reduced */
.static_page_content > .content_box{
	border-top: 2px solid #f8ad05;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	background-color: #fbfbfb;
	padding-bottom: 9px;
}
/* DevEnd*/

.static_page_content > .white{
	background-color: #ffffff;
}

/* DevStart: Strict Hierarchy removed to accomodate a div */
.static_page_content > .content_box .header_top{
	height: 30px;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	border-bottom: 1px solid #f0f0f0;
	padding-left: 9px;
	padding-right: 9px;
	background-color: #f7f7f7;
}

.static_page_content > .content_box .header{
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	padding-left: 9px;
	padding-right: 9px;
}

.static_page_content > .content_box .info_section{
	color: #4d4d4d;
	font-size: 12px;
	line-height: 16px;
	padding-top: 4px;
	padding-bottom: 15px;
	padding-left: 9px;
	padding-right: 9px;
}

.static_page_content > .content_box .info_section > .indent{
	padding-left: 20px;
}

.static_page_content > .content_box .info_section ol{
	padding-left: 25px;
}

.static_page_content > .content_box .header_solid{
	background-color: #F7F7F7;
	border-bottom: 1px solid #F0F0F0;
	color: #666666;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	padding-left: 9px;
	padding-right: 9px;
}
/* DevStart: Rename to info_table_1 to avoid merging of div.info_table in legacy1_1*/
.static_page_content > .content_box  .info_table_1{
	margin-top: 16px;
	padding-left: 9px;
	padding-right: 9px;
	font-size: 12px;
	font-weight:normal;
	line-height: 22px;
}
.static_page_content .info_table_1 {
	background-color: #FBFBFB;
	border-width: 2px 1px 1px;
	padding-left: 10px;
	padding-right: 10px;
	background: none;
	border: 0;
	padding-bottom: 0;
}
.static_page_content .column_box .column {
	float: left;
	font-size: 12px;
	width: 33%;
}
@media (max-width: 420px) {
	.static_page_content .column_box .column {
		width: 100%;
	}
}
.static_page_content .column_box .column ul {
	list-style: none outside none;
	margin-right: 10px;
	padding: 0;
	text-decoration: none;
}
.static_page_content .column_box .column ul .h1 {
	color: #333333;
	font-size: 15px;
	font-weight: bold;
	margin-top: 15px;
	text-transform: uppercase;
}
.static_page_content .column_box .column ul .h2 {
	color: #333333;
	font-weight: bold;
	margin-top: 15px;
	text-transform: uppercase;
}
.static_page_content .column_box .column ul .h3 {
	color: #4D4D4D;
	font-weight: normal;
	text-transform: none;
}
.static_page_content .column_box .column ul li a {
	display: block;
	padding: 8px;
	text-decoration: none;
}
.static_page_content .column_box .column ul li > div {
	padding: 8px;
}
.static_page_content .column_box .column ul li a:hover {
	text-decoration: underline;
}
.static_page_content .column_box .column ul .no_margin {
	margin-top: 0;
}

.container_static_full_width,.container_configurator_full_width {
	max-width:785px;
}

/* -----------------------------------------------------------------------------*/
/* Search drop down
/* -----------------------------------------------------------------------------*/
div.list_section{
	margin-left: 0px;
	margin-right: 0px;
}

ul div.list_section li{
	list-style-type:none;
}

ul div.list_section li a span.highlight{
	font-weight:bold;
}

ul div.list_section li a:hover,
ul div.list_section li a div:hover{
	text-decoration: underline;
}
ul div.list_section li:hover {
	background-color: #d9e9f7;
}

ul div.list_section li a{
	display:block;
	overflow:hidden;
	cursor:pointer;
	text-decoration:none;
}

ul div.list_section li a div.category_list {
	float:left;
}

/* -----------------------------------------------------------------------------*/
/* Product Compare
/* -----------------------------------------------------------------------------*/
.widget_product_compare {
	color: #404040;
}

.widget_product_compare a {
	color: #006ECC;
	text-decoration:none;
}

.widget_product_compare a:hover{
	text-decoration:underline;
}

.widget_product_compare .row a {
	color: #404040;
}

.widget_product_compare .compare_heading {
	font-size: 20px;
	color: #777777;
}

.widget_product_compare .compare_back {
	font-size: 14px;
	margin-bottom: 5px;
}

.widget_product_compare > .top,.widget_product_compare > .bottom {
	overflow: hidden;
}

.widget_product_compare > .top > .left_border,.widget_product_compare > .bottom > .left_border,
.widget_product_compare > .top > .right_border,.widget_product_compare > .bottom > .right_border {
	width: 1px;
	height: 1px;
	background-color: #e5e5e5;
	float: left;
}

.widget_product_compare > .top > .middle,.widget_product_compare > .bottom > .middle {
	width: 100%;
	height: 1px;
	background-color: #e5e5e5;
	float: left;
}

.widget_product_compare > .middle > .left_border {
	padding-left: 1px;
	background-color: #e5e5e5;
}

.widget_product_compare > .middle > .left_border > .right_border {
	padding-right: 1px;
	background-color: #e5e5e5;
}

.widget_product_compare > .middle > .left_border > .right_border > .content {
	background-color: #ffffff;
	min-height: 100px;
}

.widget_product_compare > .middle > .left_border > .right_border > .content > .heading {
	padding: 0 8px;
	line-height: 32px;
	font-size: 14px;
	color: #777777;
	border-bottom: 1px solid #e5e5e5;
}

/* DevStart: to display compare zone empty message */
.widget_product_compare > .middle > .left_border > .right_border > .content > .message {
	padding: 0 8px;
	line-height: 32px;
	font-size: 14px;
	color: #777777;
}

/* DevEnd: to display compare zone empty message */
.widget_product_compare > .middle > .left_border > .right_border > .content > .compare_main .row_border {
	border-bottom: 1px solid #e5e5e5;
}
.widget_product_compare > .middle > .left_border > .right_border > .content > .compare_main .row {
	overflow: hidden;
	font-size: 12px;
	min-height: 30px;
}

.widget_product_compare > .middle > .left_border > .right_border > .content > .compare_main .height_spacing_top{
	padding-top: 10px;
}

.widget_product_compare > .middle > .left_border > .right_border > .content > .compare_main .height_spacing_bottom{
	padding-bottom: 10px;
}

.widget_product_compare > .middle > .left_border > .right_border > .content > .compare_main .reduce_margins{
	margin-top: -8px;
}
.widget_product_compare > .middle > .left_border > .right_border > .content .zebra {
	background-color: rgb(245,245,245);
}
.widget_product_compare > .middle > .left_border > .right_border > .content > .compare_main .row > .heading {
	float: left;
	color: #777777;
	font-weight: bold;
	padding: 6px 1%;
	line-height: 16px;
}

.widget_product_compare > .middle > .left_border > .right_border > .content > .compare_main .row a:hover {
	text-decoration: underline;
}

.widget_product_compare > .middle > .left_border > .right_border > .content > .compare_main .row .remove {
	width: 7px;
	height: 7px;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 3px;
	margin-right: 3px;
}

.widget_product_compare > .middle > .left_border > .right_border > .content > .compare_main .row > .item {
	float: left;
	padding: 6px 1%;
	line-height: 16px;
}
.widget_product_compare > .middle > .left_border > .right_border > .content > .compare_main .row:first-child > .item > a > img {
	max-width: 100%;
}

/* DevStart: to dynamically select the class based on the number of products to compare */
.widget_product_compare > .middle > .left_border > .right_border > .content > .compare_main .row > .heading {
	width: 18%;
}
.widget_product_compare > .middle > .left_border > .right_border > .content > .compare_main .compare_4 .row > .item {
	width: 18%;
}
.widget_product_compare > .middle > .left_border > .right_border > .content > .compare_main .compare_3 .row > .item {
	width: 24%;
}
.widget_product_compare > .middle > .left_border > .right_border > .content > .compare_main .compare_2 .row > .item {
	width: 37%;
}
.widget_product_compare > .middle > .left_border > .right_border > .content > .compare_main .compare_1 .row > .item {
	width: 78%;
}
.widget_product_compare > .middle > .left_border > .right_border > .content > .compare_main .row > .item > .price{
	color: #CA4200;
	font-weight: bold;
}
.widget_product_compare > .middle > .left_border > .right_border > .content > .compare_main .row > .item > .old_price {
	color: #777777;
	font-weight: normal;
	text-decoration: line-through;
	margin-right: 4px; /* Dev: provides space after list price and before offer price */
}
.widget_product_compare > .middle > .left_border > .right_border > .content > .compare_main:nth-child(3) {
	display: none;
}

@media (max-width: 600px) {
	.widget_product_compare > .middle > .left_border > .right_border > .content > .compare_main > .compare_2 .row {
		padding-left: 16rem;
		overflow-x: auto;
	}
	.widget_product_compare > .middle > .left_border > .right_border > .content > .compare_main > .compare_3 .row {
		padding-left: 26rem;
		overflow-x: auto;
	}
	.widget_product_compare > .middle > .left_border > .right_border > .content > .compare_main > .compare_4 .row {
		padding-left: 36rem;
		overflow-x: auto;
	}
	.widget_product_compare > .middle > .left_border > .right_border > .content > .compare_main {
		overflow: hidden;
	}
	.widget_product_compare > .middle > .left_border > .right_border > .content > .compare_main:nth-child(3) {
		display: inherit;
	}
	.widget_product_compare > .middle > .left_border > .right_border > .content > .compare_main .compare_4,
	.widget_product_compare > .middle > .left_border > .right_border > .content > .compare_main .compare_3 {
		width: 100%;
	}
	.widget_product_compare > .middle > .left_border > .right_border > .content > .compare_main .compare_2,
	.widget_product_compare > .middle > .left_border > .right_border > .content > .compare_main .compare_1 {
		width: 100%;
	}
	.widget_product_compare > .middle > .left_border > .right_border > .content > .compare_main .compare_4 .row > .item {
		width: 23% !important;
	}
	.widget_product_compare > .middle > .left_border > .right_border > .content > .compare_main .compare_3 .row > .item {
		width: 23% !important;
	}
	.widget_product_compare > .middle > .left_border > .right_border > .content > .compare_main .compare_2 .row > .item {
		width: 48% !important;
	}
	.widget_product_compare > .middle > .left_border > .right_border > .content > .compare_main .compare_1 .row > .item {
		width: 98% !important;
	}
	.widget_product_compare > .middle > .left_border > .right_border > .content > .compare_main .row > .heading {
		display: none;
	}
	.widget_product_compare > .middle > .left_border > .right_border > .content > .compare_main .row > .item > .heading_mobile {
		display: inherit;
		font-weight: bold;
	}
}
/* DevEnd: to dynamically select the class based on the number of products to compare */

/* -----------------------------------------------------------------------------*/
/* Search Results Widget
/* -----------------------------------------------------------------------------*/
div.widget_search_results{
	padding-left: 9px; /*16*/
	line-height: 14px;
	font-size: 13px;
}

div.widget_search_results .results_description{
	font-size: 12px;
	margin-top: -5px;
}

div.widget_search_results .black{
	color: #4d4d4d !important;
}

div.widget_search_results .result{
	color: #0042fe;
	cursor:pointer;
	text-decoration:none;
}

div.widget_search_results .result:hover{
	text-decoration:underline;
}

div.widget_search_results ul{
	padding-left: 16px;
	line-height: 20px;
}

/* -----------------------------------------------------------------------------*/
/* Content area with right sidebar
/* -----------------------------------------------------------------------------*/
.container_content_rightsidebar {
	max-width:967px;
	padding:0px 16px;
	overflow: hidden;
}

.container_content_rightsidebar > .left_column {
	width: 69%; /*685*/
	margin-right: 1%;
	float: left;
	padding: 0;
}

.container_content_rightsidebar.shop_cart > .left_column {
	width: 79%;
}

.container_content_rightsidebar > .left_column_5px{
	width: 29%; /*685*/
	margin-right: 1%;
}

.container_content_rightsidebar > .right_column {
	width: 30%; /*237*/
	float: left;
	padding: 0;
}

.container_content_rightsidebar.shop_cart > .right_column {
	width: 20%;
}

.container_content_rightsidebar .right_column .product > .product_image img {
	width: 70%;
	max-width: 200px;
}

/* -----------------------------------------------------------------------------*/
/* Product Info Add To Cart Button
/* -----------------------------------------------------------------------------*/
.button_add_to_cart {
	height: 29px;
	overflow:hidden;
	cursor: pointer;
	display: block;
	text-decoration: none;
	min-width: 164px;
	float: left;
	clear: both;
}

.button_add_to_cart > .left_border {
	width: 2px;
	height: 29px;
	float: left;
	background: url('../images/colors/color1/buttons/add_to_cart_sprite.png') top left no-repeat;
}

.button_add_to_cart > .right_border {
	width: 2px;
	height: 29px;
	float: left;
	background: url('../images/colors/color1/buttons/add_to_cart_sprite.png') top right no-repeat;
}

.button_add_to_cart > .button_text {
	min-width: 120px;
	height: 25px;
	padding: 2px 20px;
	float: left;
	background: url('../images/colors/color1/buttons/add_to_cart_sprite.png') bottom repeat-x;
	line-height: 28px;
	color: #333333;
	text-align: center;
	font-size: 11px;
	font-family:arial;
	font-size:14px;
}

.button_add_to_cart:hover > .left_border {
	background: url('../images/colors/color1/buttons/add_to_cart_hover_sprite.png') top left no-repeat;
}

.button_add_to_cart:hover > .right_border {
	background: url('../images/colors/color1/buttons/add_to_cart_hover_sprite.png') top right no-repeat;
}

.button_add_to_cart:hover > .button_text {
	background: url('../images/colors/color1/buttons/add_to_cart_hover_sprite.png') bottom repeat-x;
	color: #4d4d4d;
}

/* -----------------------------------------------------------------------------*/
/* Sign-in page
/* -----------------------------------------------------------------------------*/
.sign_in_registration {
	margin:0 auto;
	max-width:773px;
	color:#4d4d4d;
	line-height:1.1em;
}
.sign_in_registration .title {
	padding: 17px 0px 0px 0px;
	font-size: 14px;
}

.sign_in_registration .myaccount_error {
	color: #CA4200;
}

.sign_in_registration .myaccount_link {
	color: #006ECC;
}

.sign_in_registration .header_new {
	width:370px;
	max-width:50%;
	float:right;
}
.sign_in_registration .header_return {
	width:370px;
	max-width:50%;
	float:left;
}
@media (max-width: 600px) {
	.sign_in_registration .header_new, .sign_in_registration .header_return {
		width:100%;
		max-width:none;
	}
}

.sign_in_registration .heading {
	padding:17px 5px 0px 59px;
	font-size:12px;
}
.sign_in_registration .content {
	font-size:12px;
}

.sign_in_registration .forgot_password_link_padding {
	padding-bottom:6px;
}

.sign_in_registration .content input, .sign_in_registration .align input, .sign_in_registration .content .column select {
	margin-bottom:8px;
	max-width: 100%;
}

.sign_in_registration .align {
	padding:15px 5px 0px 15px;
	border:solid 1px #e5e5e5;
	min-height:220px;
}

.sign_in_registration .ad {
	padding-top:35px;
	padding-bottom:20px;
	text-align:center;
	width:100%;
}

/* GenericError.jsp */
.generic_error_container {
	margin-left:auto !important;
	margin-right:auto !important;
	margin-top:60px !important;
	width:70% !important;
	min-height:300px !important;
	float:none !important;
	height:300px;
}

/* -----------------------------------------------------------------------------*/
/* Common CSS End
/* -----------------------------------------------------------------------------*/


/* -----------------------------------------------------------------------------*/
/* Extension of jQuery mobile grid to support more than 5 columns
/* -----------------------------------------------------------------------------*/
/* content configurations. */
.ui-grid-e, /* 6 columns */
.ui-grid-f, /* 7 columns */
.ui-grid-g, /* 8 columns */
.ui-grid-h { /* 9 columns */
	overflow: hidden;
}
.ui-block-f, /* 6th column */
.ui-block-g, /* 7th column */
.ui-block-h, /* 8th column */
.ui-block-i { /* 9th column */
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	min-height: 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

ul.ui-grid-e,
ul.ui-grid-f,
ul.ui-grid-g,
ul.ui-grid-h,
li.ui-block-f,
li.ui-block-g,
li.ui-block-h,
li.ui-block-i {
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	list-style: none;
}

/* 6 columns */
.ui-grid-e > .ui-block-a,
.ui-grid-e > .ui-block-b,
.ui-grid-e > .ui-block-c,
.ui-grid-e > .ui-block-d,
.ui-grid-e > .ui-block-e,
.ui-grid-e > .ui-block-f{
	width: 16.66%;
}

/* 7 columns */
.ui-grid-f > .ui-block-a,
.ui-grid-f > .ui-block-b,
.ui-grid-f > .ui-block-c,
.ui-grid-f > .ui-block-d,
.ui-grid-f > .ui-block-e,
.ui-grid-f > .ui-block-f,
.ui-grid-f > .ui-block-g{
	width: 14.28%;
}

/* 8 columns */
.ui-grid-g > .ui-block-a,
.ui-grid-g > .ui-block-b,
.ui-grid-g > .ui-block-c,
.ui-grid-g > .ui-block-d,
.ui-grid-g > .ui-block-e,
.ui-grid-g > .ui-block-f,
.ui-grid-g > .ui-block-g,
.ui-grid-g > .ui-block-h{
	width: 12.5%;
}

/* 9 columns */
.ui-grid-h > .ui-block-a,
.ui-grid-h > .ui-block-b,
.ui-grid-h > .ui-block-c,
.ui-grid-h > .ui-block-d,
.ui-grid-h > .ui-block-e,
.ui-grid-h > .ui-block-f,
.ui-grid-h > .ui-block-g,
.ui-grid-h > .ui-block-h,
.ui-grid-h > .ui-block-i{
	width: 11.11%;
}

/* preset breakpoint to switch to stacked grid styles below 35em (560px) */
@media (max-width: 35em) {
	.ui-responsive > .ui-block-f,
	.ui-responsive > .ui-block-g,
	.ui-responsive > .ui-block-h,
	.ui-responsive > .ui-block-i {
		width: 100%;
		float: none;
	}
}

/*INI Issues MP-001*/

#WC_ShopcartAddress_AddressEntryForm_FormInput_state_1-menu{
	padding: 0px !important;
}

/*END Issues MP-001*/


.hSearchBox{
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-transition:all .5s ease;
    -moz-transition:all .5s ease;
    -ms-transition:all .5s ease;
    transition:all .5s ease;
    position:fixed;
    width:100%;
    height:calc(100vh - 85px);
    z-index:1;
    background-color:#fff;
    pointer-events:none;
    visibility:hidden;
    opacity:0
}
.hSearchBox .closeSearchBox{
    position:absolute;
    top:100px;
    right:8px;
    width:40px;
    height:40px;
    display:block;
    cursor:pointer
}
.hSearchBox .closeSearchBox i{
    font-size:22px;
    font-size:1.375rem;
    position:absolute;
    -webkit-transform:translate(-50%, -50%);
    -moz-transform:translate(-50%, -50%);
    -ms-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    top:50%;
    left:50%
}
.hSearchBox .hSearchBoxComp{
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    width:100%;
    padding:20px;
    padding-top:110px
}
.hSearchBox .hSearchBoxComp>.h2{
    text-align:center;
    margin-bottom:20px;
	font-weight: bold
}
.ico-x-circle {
    position: absolute;
    right: 39px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.divider {
	width: 1px;
	height: 20px;
	background-color: #9d9b9b;
	margin-right: 5px;
	right: 59px;
	position: absolute;
	right: 28px;
	top: 49%;
	transform: translateY(-50%);
	cursor: pointer;
}

.ico-mic {
	position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.hSearchBox .hSearchBoxComp .hSearchBoxForm{
    display:-webkit-box ;
    display:-moz-box ;
    display:-ms-flexbox ;
    webkit-display:-webkit-flex ;
    display:-webkit-flex ;
    display:flex ;
    justify-content:space-between;
    -webkit-justify-content:space-between;
    -ms-flex-pack:space-between;
    -ms-flex-pack:justify
}
.hSearchBox .hSearchBoxComp .hSearchBoxForm .inputSearchAdv{
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    position:relative;
    width:calc(100% - 120px)
}
.hSearchBox .hSearchBoxComp .hSearchBoxForm .inputSearchAdv input{
    padding-right:80px
}
.hSearchBox .hSearchBoxComp .hSearchBoxForm .inputSearchAdv .clearSearch{
    position:absolute;
    right:40px;
    top:0;
    width:40px;
    height:40px;
    cursor:pointer;
    display:none
}
.hSearchBox .hSearchBoxComp .hSearchBoxForm .inputSearchAdv .clearSearch i{
    position:absolute;
    -webkit-transform:translate(-50%, -50%);
    -moz-transform:translate(-50%, -50%);
    -ms-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    top:50%;
    left:50%
}
.hSearchBox .hSearchBoxComp .hSearchBoxForm .inputSearchAdv .clearSearch:after{
    position:absolute;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
    top:50%;
    content:"";
    right:0;
    width:1px;
    height:calc(100% - 16px);
    display:block;
    background-color:#BBB
}
.hSearchBox .hSearchBoxComp .hSearchBoxForm .inputSearchAdv .voiceSearch{
    position:absolute;
    right:0;
    top:0;
    width:40px;
    height:40px;
    cursor:pointer
}
.hSearchBox .hSearchBoxComp .hSearchBoxForm .inputSearchAdv .voiceSearch i{
    position:absolute;
    -webkit-transform:translate(-50%, -50%);
    -moz-transform:translate(-50%, -50%);
    -ms-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    top:50%;
    left:50%
}
.hSearchBox .hSearchBoxComp .hSearchBoxForm [class*="btn"]{
    font-size:12px;
    font-size:.75rem;
    font-weight:700;
    width:100px
}
.hSearchBox .hSearchBoxComp .hSearchBoxResults .hSearchBoxResCurrent{
    margin-top:20px
}
.hSearchBox .hSearchBoxComp .hSearchBoxResults .hSearchBoxResCurrent>.h4{
    font-size:16px;
    font-size:1rem;
    color:#BBB;
    margin-bottom:20px
}
.hSearchBox .hSearchBoxComp .hSearchBoxResults .hSearchBoxResCurrent>ul li a{
    display:block
}
.hSearchBox .hSearchBoxComp .hSearchBoxResults .hSearchBoxResCurrent>ul li a:hover{
    text-decoration:underline
}
.hSearchBox .hSearchBoxComp .hSearchBoxResults .hSearchBoxResCurrent>ul li+li{
    margin-top:8px
}
 .hSearchBox .hSearchBoxComp .hSearchBoxResults .hSearchBoxResType{
    margin-top:20px
}
.hSearchBox .hSearchBoxComp .hSearchBoxResults .hSearchBoxResType>ul li a{
    display:block
}
.hSearchBox .hSearchBoxComp .hSearchBoxResults .hSearchBoxResType>ul li a:hover{
    text-decoration:underline
}
.hSearchBox .hSearchBoxComp .hSearchBoxResults .hSearchBoxResType>ul li+li{
    margin-top:8px
}
.hSearchBox.open{
    pointer-events:auto;
    visibility:visible;
    opacity:1
}
.hSearchBox{
    height: calc(100vh - 300px);
    background: linear-gradient(180deg, rgba(255,255,255,0.9) 0%,rgba(244,244,244,0.9) 100%);
   	backdrop-filter: blur(8px);
   	position: fixed;
    top: 36px;
    z-index: 1;
}
@media only screen and (min-width: 960px){
  .hSearchBox .hSearchBoxComp{
        padding-bottom:40px;
        -webkit-border-bottom-right-radius:12px;
        -webkit-border-bottom-left-radius:12px;
        -moz-border-radius-bottomright:12px;
        -moz-border-radius-bottomleft:12px;
        border-bottom-right-radius:12px;
        border-bottom-left-radius:12px
    }
    .hSearchBox .hSearchBoxComp .hSearchBoxForm{
        width:100%;
        max-width:450px;
        margin:0 auto
    }
    .hSearchBox .hSearchBoxComp .hSearchBoxResults{
        -moz-box-sizing:border-box;
        -webkit-box-sizing:border-box;
        box-sizing:border-box;
        display:-webkit-box ;
        display:-moz-box ;
        display:-ms-flexbox ;
        webkit-display:-webkit-flex ;
        display:-webkit-flex ;
        display:flex ;
        justify-content:space-between;
        -webkit-justify-content:space-between;
        -ms-flex-pack:space-between;
        -ms-flex-pack:justify;
        width:100%;
        max-width:450px;
        margin:0 auto;
        padding:0 12px
    }
    .hSearchBox .hSearchBoxComp .hSearchBoxResults .hSearchBoxResCurrent{
        width:calc(50% - 10px)
    }
    .hSearchBox.v2{
        background-color:transparent
    }
    .hSearchBox.v2 .closeSearchBox{
        display:none
    }
    .hSearchBox.v2 .hSearchBoxComp{
        -webkit-border-radius:12px;
        -moz-border-radius:12px;
        border-radius:12px;
        position:absolute;
        right:96px;
        top:-5px;
        width:320px;
        padding:20px
    }
    .hSearchBox.v2 .hSearchBoxComp>.h2{
        display:none
    }
    .hSearchBox.v2 .hSearchBoxComp .hSearchBoxForm{
        display:none
    }
    .hSearchBox.v2 .hSearchBoxComp .hSearchBoxResults{
        padding:0
    }
    .hSearchBox.v2 .hSearchBoxComp .hSearchBoxResults .hSearchBoxResCurrent{
        width:100%;
        margin-top:0
    }
    .hSearchBox.v2 .hSearchBoxComp .hSearchBoxResults .hSearchBoxResCurrent.hide{
        display:none
    }
    .hSearchBox.v2 .hSearchBoxComp .hSearchBoxResults .hSearchBoxResType{
        width:100%;
        margin-top:0
    }
    .hSearchBox{
        height:calc(100vh - 300px)
    }
}
@media only screen and (min-width: 1280px){
    .hSearchBox.v2 .hSearchBoxComp{
        right:calc(((100% - 1280px) / 2) + 96px)
    }
}
@media only screen and (min-width: 1500px){
    .hSearchBox.v2 .hSearchBoxComp{
        right:calc(((100% - 1440px) / 2) + 96px)
    }
}
.btn-retracto{
	padding: 12px 20px;
	border: 2px solid rgba(60,60,60,1);
	font-weight: 700;
	display: block;
	border-radius: 30px;
}
.container-retracto{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
}
.titulo-retracto-info{
	margin-bottom: 2rem;
	font-size: 18px;
}
.flex-retracto-info{
	display: flex;
	flex-direction: column;
	gap: 2rem;
	text-align: justify;
}
.container-retracto-info{
	border-radius: 24px;
	padding: 24px;
	background-color: rgba(224, 231, 246, 0.32);
	margin-top: 8	rem;
	margin-bottom: 2rem;
}
@media only screen and (max-width: 768px){
	.titulo-retracto-info{
		font-size: 16px;
	}
	.container-retracto-info{
		margin: 1rem;
	}
}
.new-home-container{
	max-width: 1500px;
	margin: 0 auto;
	width: 90%
}
.carouselWrapper.carouselWrapperNewLookAndFeel .owl-carousel{
	width: 100%;
	margin: 0;
}
.new-home-container .carouselWrapper.carouselWrapperNewLookAndFeel .owl-carousel{
	width: 96%;
	margin: 0 auto;
}
.new-home-container .carouselWrapper.carouselWrapperNewLookAndFeel.styleItemsCarrusel .owl-wrapper-outer{
	width: 100% !important;
}
.carouselWrapper.carouselWrapperNewLookAndFeel .owl-wrapper-outer{
	width: fit-content;
	margin: 0 auto;
}
.carouselWrapper.carouselWrapperNewLookAndFeel .owl-wrapper{
	display: flex !important;
	transition: transform 0.5s ease-in-out !important;
	gap: 3rem;
	transform: initial !important;
	margin-bottom: 1rem;
}
.carouselWrapper.carouselWrapperNewLookAndFeel .owl-wrapper:after{
	display: none;
}
.carouselWrapper.carouselWrapperNewLookAndFeel .owl-item{
	float: none;
}
.carouselWrapper.carouselWrapperNewLookAndFeel .owl-item > div, .carouselWrapper.carouselWrapperNewLookAndFeel .owl-item > div > .productNewLookAndFeel{
	height: 100%;
}
.carouselWrapper.carouselWrapperNewLookAndFeel .owl-item .productNewLookAndFeel{
	box-sizing: border-box;
	max-width: 342px;
	min-width: 312px;
	border-radius: 20px;
	text-align: center;
	box-shadow: 0px 2px 12px 0px rgba(156, 161, 191, 0.32);
	overflow: hidden;
	position: relative;
	background: linear-gradient(98.15deg, #FFFFFF 0%, #9CA1BF 100%), white;
	background-size: 100% 300px, 100% calc(100% - 300px);
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 1rem;
	padding-bottom: .5rem;
}
.productNewLookAndFeel .product-image {
	height: 190px;
	object-fit: contain;
	margin-top: 10px;
}
.productNewLookAndFeel .font-product-image{
	margin-inline: auto;
	box-shadow: 0px 10px 6px -4px rgb(0 0 0 / 20%);
}
.discount-product {
	position: absolute;
	width: 44px;
	height: 44px;
	top: 0;
	right: 26px;
	background: linear-gradient(0deg, #FF5463 33.67%, #DA291C 100%);
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	font-size: 14px;
	font-weight: bold;
}
.btn-learn {
	width: 60%;
	background: white;
	color: rgba(218, 41, 28, 1);
	border: 2px solid rgba(218, 41, 28, 1);
	padding: 10px 15px;
	border-radius: 25px;
	font-weight: 700;
	cursor: pointer;
	margin-top: 10px;
	display: inline-block;
	margin-top: auto;
	cursor: pointer;
	font-family: 'AMX-Medium';
}
.btn-learn:hover {
	background: rgba(218, 41, 28, 1);
	color: white;
}
.buttons {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
}
#indicators{
	display: flex;
	margin: 0 1rem;
}
.circle-ind {
	background-color: rgba(219, 219, 219, 1);
	width: 12px;
	height: 12px;
	border-radius: 100%;
	margin: 0 5px;
	cursor: pointer;
}
.circle-ind-selected {
	width: 40px;
	height: 12px;
	border-radius: 46px;
	background: linear-gradient(180deg, #DA291C 0%, #B52217 99%);
}
.arrow {
	width: 24px;
	cursor: pointer;
}
.price-container{
	color: rgba(82, 82, 82, 1);
	margin-top: 1rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 5px;
	height: 110px;
}
.now-from{
	font-weight: 700;
	font-size: 17px;
}
.price {
	font-size: 24px;
	font-weight: 700;
}
.old-price{
	font-size: 14px;
}
.device-container{
	flex-direction: column;
	display: flex;
	gap: 8px;
	color: rgba(60, 60, 60, 1);
	align-items: center;
}
.device-container>.font-title-product{
	font-family: 'AMX-Medium';
}

.device-container>.title-product{
	font-size: 24px;
	font-weight: 500;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	display: -webkit-box;
	width: 181px;
	margin: 0 auto;
	text-align: center;
}
.device-container>.storage{
	font-size: 20px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 20ch;
}
.catalogEntryRecommendationWidget .titleItems{
	font-weight: 700;
	font-size: 24px;
	color: rgba(0, 0, 0, 1);
	font-family: 'AMX-Bold';
}
.section-title{
	display: flex;
	align-items: center;
	gap: 2rem;
}
@media (max-width: 1100px) {
	.carouselWrapper.carouselWrapperNewLookAndFeel .owl-wrapper {
		max-width: 656px;
	}
	.carouselWrapper.carouselWrapperNewLookAndFeel .owl-item .productNewLookAndFeel{
		min-width: 312px;
	}
}
@media (max-width: 740px) {
	.carouselWrapper.carouselWrapperNewLookAndFeel .owl-wrapper {
		max-width: 312px;
	}
}

/* Ficha de Producto Inicio*/
.macro-flujos {
	display: flex;
    justify-content: space-around;
    border-bottom: 2px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 1.5rem;
}
.macro-flujos:has(:nth-child(4)) {
    justify-content: space-between;
}
.macro-flujo {
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	padding: 5px 10px;
	position: relative;
}
.macro-flujo.active::after {
	content: "";
	display: block;
	width: 100%;
	height: 5px;
	background: linear-gradient(to right, rgba(218, 41, 28, 1), rgba(255, 84, 99, 1));
	border-top-left-radius: 1px;
	border-top-right-radius: 1px;
	position: absolute;
	bottom: -12px;
	left: 0;
	box-shadow:
		0px 4px 10px rgba(218, 41, 28, 0.9),
		0px 10px 20px rgba(255, 84, 99, 0.5),
		0px 20px 40px rgba(255, 84, 99, 0.3);
}

.carousel-macro-flujos {
	display: none;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
	position: relative;
	width: 100%;
	flex-direction: column;
}
.carousel-title-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	position: relative;
	padding: 0 10px;
}
.carousel-macro-flujos img {
	width: 15px;
	height: 15px;
	cursor: pointer;
}
.carousel-title {
	font-size: 18px;
	font-weight: bold;
	flex-grow: 1;
	text-align: center;
	position: relative;
}
.text-flujo {
	display: inline-block;
}
.carousel-line-container {
	width: 100%;
	position: relative;
	height: 6px;
	margin-top: 5px;
}
.carousel-line-gray {
	width: 100%;
	height: 2px;
	background: #ddd;
	position: absolute;
	bottom: 0;
	left: 0;
}
.carousel-line-red {
	height: 5px;
	background: linear-gradient(to right, rgba(218, 41, 28, 1), rgba(255, 84, 99, 1));
	border-top-left-radius: 1px;
	border-top-right-radius: 1px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	box-shadow:
		0px 4px 10px rgba(218, 41, 28, 0.9),
		0px 10px 20px rgba(255, 84, 99, 0.5),
		0px 20px 40px rgba(255, 84, 99, 0.3);
}

@media (max-width: 600px) {
	.macro-flujos {
		display: none;
	}

	.carousel-macro-flujos {
		display: flex;
	}
}
/* Ficha de Producto Fin*/;/*
 *-----------------------------------------------------------------
 * Licensed Materials - Property of IBM
 *
 * WebSphere Commerce
 *
 * (C) Copyright IBM Corp. 2011, 2016 All Rights Reserved.
 *
 * US Government Users Restricted Rights - Use, duplication or
 * disclosure restricted by GSA ADP Schedule Contract with
 * IBM Corp.
 *-----------------------------------------------------------------
 */

/* CSS Document */

/* Sign-in page
-------------------------------------------------------------------
*/

/* Used for forgot password page */
.sign_in_registration .forgot_password_container {
	width:100%;
	float:left;
}
.sign_in_registration .forgot_password_container .align {
	height:160px;
}
.sign_in_registration .forgot_password_container #WC_ActivationResendForm_div_7 {
	height:270px;
}
.sign_in_registration .forgot_password_container #WC_PasswordUpdateForm_div_7 {
	height:205px;
}
.sign_in_registration .forgot_password_content {
	width:100%;
	font-size:12px;
}
.sign_in_registration .forgot_password_header_return {
	background: url('../images/colors/color1/forgot_password.png');
	background-repeat:no-repeat;
	width:773px;
	height:44px;
}
.sign_in_registration .forgot_password_align {
	padding:5px 5px 30px 59px;
	border-left:solid 1px #c9d3de;
	border-right:solid 1px #c9d3de;

}
.sign_in_registration .update_password_align {
	padding:5px 5px 10px 59px;
	border-left:solid 1px #c9d3de;
	border-right:solid 1px #c9d3de;
	height:180px;
}

#ResendActivationForm span.strongtext label {
	display:block;

}

/* Align bullets in sign-in page */
#WC_AccountDisplay_div_23 ul {
	padding-left: 15px;
}

.headingtext {
	float:left;
}

.quick_drop {
	float:left;
	width: 44.5%;
}

/* UserRegistrationAddForm.jsp */
.sign_in_registration .form .content .align {
	padding:5px 15px;
	border-left:solid 1px #e5e5e5;
	border-right:solid 1px #e5e5e5;
	height:auto;
}
.sign_in_registration .header_registration {
	background: url('../images/colors/color1/registration_header.png');
	background-repeat:no-repeat;
	width:773px;
	height:44px;
}
.sign_in_registration .heading {
	padding:17px 5px 0px 59px;
}
.registration_header {
	color:#777777;
	font-size:16px;
	font-weight:normal;
}
.checkbox_label_registration{
/* remove this so that the string is wrapped when it is really long.
	float:left; */
	padding-left: 10px;
	vertical-align:middle;
}

.sign_in_registration #resendActivationLink {
	margin: 10px 0px;
}

.checkbox_registration {
	float:left;
}

/* Shopping Cart page
-------------------------------------------------------------------
*/
#box {
	min-height:400px;
	padding:0px 0px 0px 0px;
	margin:0px;
	display:block;
}

#box.myAccountMarginRight{
	margin-bottom: 10px;
	margin-top: 10px;
}
/* box_1 used in address entry form in OrderShippingDetails page */
#box .body, #box_1 .body {
	float:none;
	border-left:solid 1px #e5e5e5;
	border-right:solid 1px #e5e5e5;
	border-bottom:solid 1px #e5e5e5;
	margin:0px 0px 0px 0px;
	padding:0px 8px 0px 8px;
}

#box .body .title {
	font-weight:bold;
	padding-bottom: 2px;
}

#box .content_text {
	font-size:12px;
}

#box .contentgrad_header, #box_1 .contentgrad_header {
	height:33px;
	background:url('../images/colors/color1/box_grad_header_tile.png');
	background-repeat:repeat-x;
	margin:0px auto;
}

#box .contentgrad_header .left_corner, #box_1 .contentgrad_header .left_corner  {
	float: left;
	background: transparent url('../images/colors/color1/box_grad_header_left.png') no-repeat;
	width: 9px;
	height: 33px;
}

#box .contentgrad_header .right_corner, #box_1 .contentgrad_header .right_corner {
	float: right;
	background: transparent url('../images/colors/color1/box_grad_header_right.png') no-repeat;
	width: 10px;
	height: 33px;
}

/* ShopCartDisplay.jsp cost breakdown */
#total_breakdown {
	float:right;
	padding:5px 9px 10px 0px;
	text-align: right;
	display:inline-block;
	vertical-align:top;
}

#total_breakdown #order_total {
	float:left; /* Dev: to maintain the tab order */
	min-width: 165px;
}
#total_breakdown #order_total  .total_details {
	text-align: right;
	padding-right: 14px;
}
#total_breakdown #order_total  .total_figures {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif; /*Fix Japanese Yen */
	font-size:12px;
}
#total_breakdown #order_total .order_total {
	font-weight:bold;
	color:#777777;
}

/* ShopCartDisplay.jsp promotion entry */
#total_breakdown #promotions {
	float:left; /* Dev: to maintain the tab order */
	padding-right:20px;
	padding-top: 20px;
}
#total_breakdown .promotion_code {
	display: inline-block;
	/* float:left; */
	height:23px;
	padding-right:70px;
}
#total_breakdown .promotion_input {
	display: inline-block;
	/* float:left; */
	height:23px;
	padding-right:5px;
}
#total_breakdown .promotion_input input {
	height: 16px;
	font-family: Arial;
	color: #4D4D4D;
	min-width: 115px;
	font-size: 12px;
}
#total_breakdown .promotion_button {
	display: inline-block;
	position: relative;
	top: -1px;
}
#total_breakdown .promotion_button > br {
	display: none;
}
#total_breakdown .promotion_used {
	clear: both;
	float: left;
	padding-right: 5px;
	text-align: left;
	padding-bottom: 20px;
}
#total_breakdown .promotion_used a{
	border: 1px solid #eee;
	padding: 4px 10px;
	text-decoration: none;
}
#total_breakdown .promotion_delete {
	float:right;
	width:80px;
	padding-left:3px;
	text-align:left !important;
}

/* ShopCartDisplay.jsp order item table */
#order_details {
	/*float:left;*/
	clear:both;
	padding-bottom:10px;
	margin-top:5px;
}

#order_details tr th div .italic {
	font-style:italic;
	color: #4d4d4d;
}

#order_details tr th div p {
	 color:#006ECC;
}

.wallet_item_details_link, .remove_address_link {
	 color:#4D4D4D;
}

#order_details .strong_content, .strong {
	color: #777777;
	font-weight:bold;
}

#order_details .align_center {
	text-align:center;
}


#order_details .align_left {
	text-align: left;
}

#order_details .shipAddress{
	min-width: 100px;
	max-width: 150px;
	word-wrap: break-word;
}
#order_details .shipMethod{
	min-width:110px;
	max-width:200px;
}
#order_details .requestedShippingDate {
	width:12%;
	padding-right:4px;
}
#order_details .expedite {
	text-align: left;
	width: 10%;
}
#order_details .received {
	text-align: center;
	padding-right: 8px;
	width: 90px;
}
#order_details .avail {
	text-align: left;
	width:90px;
	padding-right:4px;
}
#order_details .QTY {
	text-align: center;
	width: 40px;
}
#order_details .QTY .short {
	width:20px;
}
#order_details .each {
	font-family: Arial, Helvetica, sans-serif; /*Fix Japanese Yen */
	text-align: right;
	width: 70px;
}
#order_details .each .short {
	width: 50px;
}
#order_details .total {
	font-family:arial,helvetica,sans-serif;
	text-align: right;
	width: 70px;
}
#order_details .total .short {
	width: 50px;
}

#order_details .purchase_date {
	width: 100px;
	padding-left: 8px;
	text-align: left;
}
#order_details .regmemo_textarea{
	margin-bottom:2px;
	margin-right:-7px;
}
#order_details th {
	height:18px;
	vertical-align:top;
	padding:0px;
	font-weight:bold;

}
#order_details tr.nested th {
	border-bottom:1px solid #e5e5e5;
	height:19px;
	vertical-align:top;
	padding-top: 1px;
	padding-bottom: 4px;
	color: #777777;
	line-height:18px;
}

#order_details td {
	border-bottom: 2px dotted #e5e5e5;
	font-weight: normal;
	padding: 8px 0px;
	text-align: left;
	vertical-align: top;
}
#order_details .img {
	float:left;
	padding-right: 11px;
}
#order_details  div[id^="WC_OrderItemDetailsf_div_1_"] ,
#order_details  div[id^="WC_OrderItemDetailsSummaryf_div_1_"],
#order_details  div[id^="WC_OrderItemDetails_div_1_"],
#order_details  div[id^="WC_MSOrderItemDetailsSummaryf_div_1_"],
#order_details  div[id^="WC_MSOrderItemDetails_div_1_"] {
	width: 94px;
	text-align: center;
}
#order_details  div[id^="WC_OrderItemDetailsf_div_1_"] img, 
#order_details  div[id^="WC_OrderItemDetailsSummaryf_div_1_"] img,
#order_details  div[id^="WC_OrderItemDetails_div_1_"] img,
#order_details  div[id^="WC_MSOrderItemDetailsSummaryf_div_1_"] img,
#order_details  div[id^="WC_MSOrderItemDetails_div_1_"] img  {
	width: 100%;
}
#order_details  div[id^="WC_OrderItemDetailsf_div_2_"] {
	width: 220px;
}
#order_details .product_specs {
	margin-left: 16px;
}
.shipping_billing_img_padding {
	overflow-x: scroll;
}
.shipping_billing_img_padding #order_details .itemspecs a.discount {
	padding-left: 0px;
}

#order_details #WC_OrderItemDetailsf_div_1_1.img {
	margin-bottom: 11px;
}
#order_details .itemspecs {
	float:left;
	vertical-align:middle;
}
#order_details .itemspecs a.discount {
	padding-left: 70px;
}
#order_details .itemspecs .icon_link{
	vertical-align:top;
}
.info_icon {
	padding-left:5px;
}

#order_details .th_align_left_normal {
	min-width: 120px;
	border-bottom: 2px dotted #E5E5E5;
	font-weight: normal;
	padding: 6px 0;
	text-align: left;
	vertical-align: top;
}

#order_details .th_align_left_normal .itemspecs {
	padding-right:10px;
}

#order_details .th_align_left_no_bottom {
	border-bottom:0px;
}

#order_details .th_align_left_dotted_top_solid_bottom {
	/*this class is used when there is a discount*/
	border-top:1px dashed #e5e5e5 !important;
	text-align:left;
	font-weight:normal;
	padding:6px 7px 6px 7px;
	vertical-align:top;
	border-bottom:1px solid #e5e5e5 !important;
	text-align:right;
}

#order_details .align_right, .each, .total {
	text-align:right;
	padding-top:10px;
}

#order_details input {
	font-family: Arial;
	color: #4D4D4D
}

.order_details_my_account {
	padding:4px 0px 4px 0px;
}

#box.shopping_cart_box {
	min-height:240px;
	font-size:12px;
	color: #4d4d4d;
	font-family: Arial;
}

#box.shopping_cart_box .espot_checkout_bottom_right {
	margin-left:580px;
}

#box.shopping_cart_box .espot_payment {
	display:inline-block;
}
div#shopping_cart_product_table_tall {
	font-size:12px;
	color: #4d4d4d;
	line-height:0px;
	margin-bottom: 0px;
}

div#scheduling_options {
	line-height:2;
}

/* CheckoutLogon.jsp when an unregistered user views the shopping cart */
#customers_new_or_returning .returning {
	float:left;
	text-align:left !important;
	padding:10px 0px 52px 20px;
	width:220px;
	border-left:2px dotted #e5e5e5;
	position:relative;
}
#customers_new_or_returning .new {
	float:left;
	padding:10px 20px 73px 0px;
	text-align:left !important;
	width:220px;
	position:relative;
}
#customers_new_or_returning .new_returning_button {
	text-align:left !important;
	padding:10px 0px 0px 0px;
	width:220px;
	position:absolute;
	bottom:0px;
}
#customers_new_or_returning h2 {
	font-size:12px;
	font-weight:bold;
	color: #777777;
}

#customers_new_or_returning input {
	font-family: Arial;
	color: #4D4D4D
}

/* Unregistered checkout address form
-------------------------------------------------------------------
*/

#unregistered_form {
	font-size:12px;
}

@media (min-width: 960px) {
	#unregistered_form .col1_bill {
		border-right:2px dotted #e5e5e5;
	}
	#unregistered_form .col2_ship {
		float:left;
	}
}
#unregistered_form .col1_bill {
	float:left;
	width:410px;
	padding-left:8px;
	padding-right:25px;
	margin-right:50px;
}

.col1_bill > h2, .col2_ship > h2 {
	color:#777777;
	font-weight:bold;
	font-size:14px;
	padding-bottom:10px;
}

#unregistered_form .col2_ship {
	width:400px;
	padding-left:8px;
}

.sixpixels{
	float:left;
	height:10px;
	padding-left:6px;
}

.denote_required_field {
	margin:15px 0px;
}

.required-field {
	width: 8px;
	color: #ff0000;
	padding-top:2px;
	display: inline;
}

.form_input {
	width:185px;
}

.button_right_side_message {
	padding:0px 0px 0px 10px;
	display:inline-block;
	vertical-align:middle;
	font-size:14px;
	color:#777777;
}

/* ShippingDetailsDisplay.jsp
-------------------------------------------------------------------
*/

#box .header_element_align {
	display: inline-block;
	margin: 9px 7px;
	vertical-align: middle;
}

#location .location_select {
	margin-right:15px;
	float:left;
}

#location .location_select_form {
	padding-right:0px;
	height:30px;
}

#location .location_select_button {
	padding-top: 13px;
	padding-left:5px;
	margin-left:5px;
	display:block;
}

/* StoreLocator.jsp
-------------------------------------------------------------------
*/
#box .content_header {
	padding: 10px;
	border-right: solid 1px #e5e5e5;
	border-left:solid 1px #e5e5e5;
}

#box .content_header .shipping_info_espot {
	float: left;
}

.instruction {
	font-size: 14px;
	margin-bottom:10px;
}

#box .content_footer, #box_1 .content_footer {
	height:39px;
	background:url('../images/colors/color1/box_footer_tile1.png');
	background-repeat:repeat-x;
	border-right: solid 1px #e5e5e5;
	border-left:solid 1px #e5e5e5;
}

#box .espot_checkout_bottom {
	padding-bottom:20px;
	padding-left:10px;
	font-size:12px;
}

#box .espot_checkout_bottom .espot_checkout_bottom_right {
	margin-left:800px;
}

.content_wrapper .content_left_shadow .content_right_shadow .main_content .container_full_width .espot_checkout_top {
	margin-left:740px;
	padding-top:5px;
	display:block;
	font-size:12px;
}

/* Add to the above so other top espots aren't affected */
.content_wrapper .content_left_shadow .content_right_shadow .main_content .container_full_width .gift_header .espot_checkout_top {
	position:relative;
	top:-35px;
}

#box .content_footer .left_corner, #box_1 .content_footer .left_corner {
	float: left;
	background: transparent url('../images/colors/color1/box_footer_left1.png') no-repeat;
	width: 11px;
	height: 39px;
}

#box .content_footer .right_corner, #box_1 .content_footer .right_corner {
	float: right;
	background: transparent url('../images/colors/color1/box_footer_right1.png') no-repeat;
	width: 11px;
	height: 39px;
}

.button_footer_line {
	padding-top: 18px;
	padding-bottom: 8px;
	float:left;
/*  clear: left; causes button to disappear and a messed up footer in myaccount pages */
}

.button_footer_line_csr {
	float:right;
}

.no_float {
	float:none;
}

.content_footer .button_footer_line {
	padding-top: 2px;
}

.store_locator_title {
	font-size: 22px;
	color: #CA4200;
	padding-bottom:5px;
}

/* SelectedStoreList.jsp
-------------------------------------------------------------------
*/
div#your_store_list .text_padding {
	padding: 10px 0;
	font-size:14px;
}

/* StoreLocatorResults.jsp
-------------------------------------------------------------------
*/

#bopis_table {
	padding-bottom:4px;
	margin-top:5px;
}

#bopis_table th, #bopis_table1 th {
	border-bottom:1px solid #e5e5e5;
	height:18px;
	vertical-align:top;
	text-align:left;
	color: #777777;
	font-weight:bold;

}

#bopis_table td {
	padding:6px 0px;
	vertical-align:top;
}

#bopis_table .dotted_bottom_border {
	border-bottom:1px dotted #E5E5E5;
}

#bopis_table td.avail img{
	vertical-align: middle;
}

#bopis_table1 {
	padding-bottom:4px;
	margin-top:5px;
}
#bopis_table1 .dotted_bottom_border {
	border-bottom:2px dotted #E5E5E5;
}

#bopis_table1 td {
	padding:6px 10px 0 0;
	vertical-align:top;
}
#bopis_table1 td.avail img {
	vertical-align: middle;
}
#bopis_table1 input {
	margin-right: 16px;
	margin-left: 8px;
}

/* CheckoutStoreSelection.jsp - breadcrumb
-------------------------------------------------------------------
*/
#checkout_crumb .crumb {
	color: #59677d;
	font-size: 12px;
	font-weight: normal;
	padding: 15px 7px 7px 0px;
}

#checkout_crumb .crumb a {
	text-decoration:none;
	color: #CA4200;
	font-size: 12px;
	font-weight: normal;
}

#checkout_crumb .crumb h1 {
	font-size: 12px;
}

#checkout_crumb .crumb p{
	color: #4d4d4d;
}

#checkout_crumb .crumb .on {
	color: #59677d;
	font-weight: bold;
	font-size: 12px;
}

#checkout_crumb .continue_shopping {
	float:right;
	padding-right:8px;
	padding-top:15px;
}

.step_on {
	color: #59677d;
	font-weight: bold;
}

.step_arrow {
	background: transparent url('../images/colors/color1/bar.gif') no-repeat;
	height: 12px;
	width: 16px;
	display: inline-block;
}

/* ShippingDetailsDisplay.jsp
-------------------------------------------------------------------
*/

#box .main_header {
	background: url('../images/colors/color1/box_header_tile1.png');
	background-repeat: repeat-x;
}
#box .main_header:after {
	content: "";
	display: block;
	clear: both;
}

#box .main_header .left_corner {
	float: left;
	background: transparent url('../images/colors/color1/box_header_left1.png') no-repeat;
	width: 11px;
	height: 33px;
}

#box .main_header .right_corner {
	float: right;
	background: transparent url('../images/colors/color1/box_header_right1.png') no-repeat;
	width: 11px;
	height: 33px;
}

#box .main_header_text {
	height:33px;
	line-height:33px;
	margin:0px;
	padding:0;
	white-space: nowrap;
	font-size: 16px;
	color:#777777;
}

#shipping {
	padding-left:0px;
	font-size:12px;
}
#shipping .title {
	font-weight: bold;
}

#shipping .shipping_address {
	clear: left;
	float:left;
	padding:10px 50px 5px 0px;
}

#shipping .title {
	color: #777777;
}

#shipping .shipping_method {
	padding:10px 0px 5px 3px;
}

#shipping .shipping_method .dropdown {
	padding-bottom:5px;
}

#shipping .shipping_method .checkbox .element {
	padding:0px 0px 0px 0px;
	margin:0px;
	border:none;
}

#shipping .shipping_method .checkbox .text {
	font-family: Arial;
	font-size:12px;
	vertical-align: 20%;
	padding-bottom:5px;
	color: #4d4d4d;
}

.shopcart_pagination {
	float: left;
	width: 100%;
}

div.free_gifts_block {
	float: left;
	width: 691px;
}

#shipping div.free_gifts_block {
	width: 917px;
}

#box .main_header .left_corner_straight {
	float: left;
	background: transparent url('../images/colors/color1/box_header_left_straight.png') no-repeat;
	width: 11px;
	height: 33px;
}

#box .main_header .right_corner_straight {
	float: right;
	background: transparent url('../images/colors/color1/box_header_right_straight.png') no-repeat;
	width: 11px;
	height: 33px;
}

.editAddressLink, .newShippingAddressButton {
	color:#006ECC;
}

/* CheckoutPaymentsAndBillingAddress.jspf
-------------------------------------------------------------------
*/
.payment_heading {
	font-weight:bold;
	width:150px;
	color:#777777;
	font-size:12px;
	padding-top:5px;
}

#billing .billing_address_container, .billing .billing_address_container {
	float:left;
	min-width: 100px;
	max-width: 200px;
	word-wrap: break-word;
}

.card_info {
	display:inline-block;
	width:300px;
}
.card_info .col1 {
	float:left;
	width:365px;
	padding-top:5px;

}
.card_info .col1 .card_number{
	width:160px;
	float:left;
}
.card_info .col1 .date {
	display:block;
	padding-top:5px;
}

.card_info .col1 span input {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
}
.card_info .month_year {
	float:left;
	padding-right:18px;
}
.card_info select {
	width:63px;
}
.card_info a {
	font-family: Verdana;
	font-size:8pt;
	color: #404040;
	text-decoration:none;
	padding-left:4px;
	line-height:19px;
	vertical-align:top;
}
.card_info a:hover {
	text-decoration:underline;
}

.card_info .payment_amount, .billing_method .payment_amount {
	color:#777777;
	font-weight:bold;
	padding-top:5px;
}

.visaCVV2{
	position:relative;
	bottom:5px;
}

/* Used with CVV2 link */
.order_link {
	color: #006ECC;
}


/* Tooltip popups
-------------------------------------------------------------------
*/
/*All the classes are similar to POPUP except that .tooltip_popup and #popup are different. Tooltip popups position should not be absolute and display should be block.*/

.tooltip_popup_price{
	font-family:arial,helvetica,sans-serif;
}

/* Edit Address on OrderShippingBilling page
-------------------------------------------------------------------
*/
#centered_single_column_form {
	width:240px;
	font-size:12px;
}
#centered_single_column_form h1 {
	color:#777777;
	font-weight:bold;
	font-size:14px;
	padding-bottom:10px;
}
#centered_single_column_form_footer {
	padding-right:25px;
	padding-top:10px;
	text-align:left;
}

/* Shipping and billing on summary page
-------------------------------------------------------------------
*/
#shipping .shipping_address_summary {
	float:left;
	padding:10px 100px 5px 3px;
}
#shipping .shipping_method_summary {
	float:left;
	padding:10px 0px 5px 3px;
}

#box .contentline {
	height:8px;
	background-repeat:repeat-x;
	border-left:solid 1px #e5e5e5;
	border-right:solid 1px #e5e5e5;
}

.billing_border{
	border-top:1px solid #e5e5e5;
}

#billing_summary, .billing_summary, .billing_address, .billing_method, #billing_method {
	padding:10px 30px 0px 0px;
	font-size:12px;

}
#billing_summary .title, .billing_summary .title, .billing_address .title, .billing_method .title, #billing_method, #purchase_order .title {
	color: #777777;
}
#billing_summary .billing_address, .billing_summary .billing_address {
	float:left;
	padding:0px 83px 5px 3px;
	width:170px;
}
#billing_summary .billing_method, .billing_summary .billing_method {
	float:left;
	padding:0px 5px 5px 0px;
	width:320px;
}
.shipping_billing_height {
	height:100%;
}

#purchase_order {
	padding: 0 0 0 3px;
}

#WC_SingleShipmentSummary_div_21, #WC_OrderShippingBillingConfirmationPage_div_21 {
	margin-top:10px;
}
#WC_OrderShippingBillingConfirmationPage_div_4 h1 {
	padding:0px;
}

.itemspecs, .billing_address, .shipping_address_nester, .shipping_address, .shipping_address_content, .description_fixedwidth {
	line-height:18px;
}

#billing summary .profile, .billing_summary .profile, .shipping_address_content .profile, .shipping_address .profile, .shipping_address_nester .profile {
	padding-bottom:10px;
}

.offerprice {
	color: #CA4200;
}

.order_print_signup {
	line-height: 32px;
	padding: 18px 2px 8px;
	font-size:12px;
	color: #4d4d4d;
}

.button_footer_line .left{
	padding-left:5px;
}

.button_side_message {
	padding-left:10px;
	padding-top:6px;
	float:left;
	font-size: 14px;
	color: #777777;
}

#WC_CheckoutPaymentAndBillingAddressSummaryf_div_6, #WC_UnregisteredCheckout_div_9 {
	font-size:12px;
}
#checkoutsms {
	font-size:12px;
}

/* General
-------------------------------------------------------------------
*/

/* Needed by tooltips such as a billing method not selected during checkout */
iframe{
	display:none;
}

.nodisplay {
	display:none;
}

.breadcrumb_current {
	color: #DA291C;
	font-weight: bold;
	font-size: 16px;
}

#breadcrumb .on{
	color: #DA291C;
	font-size: 22px;
}

.top_border {
	border-top:1px solid #e5e5e5;
	float:right;
}

.space {
	height:6px;
}

textarea {
	padding: 2px;
	margin:2px 0px 0px 0px;
	font-size:12px;
	font-family: Arial;
	border: 1px solid #bfbfbf;
	overflow:auto;
	color: #4D4D4D
}

.checkbox {
	padding-bottom:3px;
	margin-top:3px;
	margin-right:4px;
	width:13px;
	height:13px;
	border:none;
	vertical-align:middle;
	line-height:0px;
}

.button_left_padding {
	margin-left:6px;
}

.error_msg {
	color: #FF0000;
	padding-bottom:10px;
	display:block;
}

a.hover_underline:hover, .hover_underline a:hover {
	text-decoration:underline;
}

.no_bottom_border {
	border-bottom:0px;
}

/* Free gift popup - PromotionChoiceOfFreeGiftsPopup
-------------------------------------------------------------------
*/

div.widget_site_popup > .middle > .content_left_border > .content_right_border > .content > .body > #radio_choices {
	padding: 8px 17px 0 9px;
}

div#radio_choices div {
	margin-bottom: 6px;
}

div#radio_choices div input {
	margin: 0;
	vertical-align: top;
}

div.widget_site_popup > .middle > .content_left_border > .content_right_border > .content > .body > #free_gifts_table {
	height: 260px;
	overflow-y: auto;
	overflow-x: hidden;
}

div.widget_site_popup > .middle > .content_left_border > .content_right_border > .content > .footer > .button_container > .button_secondary {
	display:block;
	float: right;
}

div#free_gifts_table div.gifts_wrapper {
	padding-bottom:10px;
	border-top: 1px solid #c6d0dc;
}

div.gifts_wrapper div.gift_item_container {
	border-bottom:1px solid #c9d3de;
}

div.gift_item_container div.selection {
	float: left;
	padding: 34px 5px 6px 5px;
	width: 25px;
}

div.gift_item_container div.image {
	float: left;
	padding: 6px 5px;
	width: 70px;
}

div.gift_item_container div.image > img {
	width: 100%;
}

div.gift_item_container div.product_info {
	float: left;
	padding: 6px 5px;
	width: 250px;
}

div.gift_item_container div.product_info h2 {
	font-size: 10px !important;
}

div.gift_item_container div.price {
	float: left;
	padding: 6px 5px;
	text-align: right;
	width: 50px;
}

.product_info p.online_availability {
	padding-top: 5px;
}

/* MyAccountDisplay.jsp
-------------------------------------------------------------------
*/

.my_account {
	width:100%;
	padding:0px 0px 0px 0px;
	margin:0px;
	float:left;
}

.my_account .info {
	padding: 8px;
}

.my_account .content {
	border-left:solid 1px #e5e5e5;
	border-right:solid 1px #e5e5e5;
	border-bottom:solid 1px #e5e5e5;
	display:block;
}

.my_account_content_bold {
	font-weight: bold;
	color: #777777;
	font-size: 12px;
}

.my_account legend {
	white-space:normal;
	display:table;
}

.status_msg {
	color: #777777;
	font-weight:bold;
}

#box .my_account .body {
	border-left:solid 1px #e5e5e5;
	border-right:solid 1px #e5e5e5;
	border-bottom:solid 1px #e5e5e5;
	margin:0px 0px 0px 0px;
	padding:0px 8px 0px 8px;
	display:block;
	font-size:12px;
	color: #4d4d4d;
	min-height:150px;
}

#Register input, #WC_AccountForm_div_9 input, #my_account_billing input, #shipAddr input {
	margin-bottom:10px;
}


/* General info table   */
div.info_table {
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	border-radius: 5px 5px 5px 5px;
	margin-bottom: 10px;
	display:-moz-inline-block;
	display:inline-block;
	zoom:1;
	*display:inline;
}
div.info_table div.row {
	border-bottom: 1px solid #e5e5e5;
}
div.info_table div.row div.label,
div.info_table div.row div.info_content,
div.info_table div.row div.label1,
div.info_table div.row div.label2,
div.info_table div.row div.info_content1{
	float: left;
	text-align: left;
	padding: 7px 0 3px 5px;
	vertical-align: middle;
}
div.info_table div.row div.label {
	border-right: 1px solid #e5e5e5;
	background-color: #fbfbfb;
	width: 130px;
	padding-left: 8px;
	padding-right: 8px;
	height: auto !important;
	min-height: 23px;
	height: 23px;
	font-size: 12px;
}
div.info_table div.row div.info_content {
	background-color: #fff;
	display:-moz-inline-block;
	display:inline-block;
	zoom:1;
	*display:inline;
	border-right: none;
	padding-right: 7px;
	font-size: 12px;
}
div.info_table div.row div.label1 {
	width: 210px;
	padding-left: 5px;
	padding-right: 5px;
	height: auto !important;
	min-height: 23px;
	height: 23px;
	overflow-x:auto;
}
div.info_table div.label1 {
	overflow-x:auto;
}
div.info_table div.row div.label2 {
	width: 100px;
	padding-left: 5px;
	padding-right: 5px;
	min-height: 23px;
	height: 23px;
}
div.info_table div.row div.info_content1 {
	display:-moz-inline-block;
	display:inline-block;
	zoom:1;
	*display:inline;
	border-right: none;
	padding-right: 7px;
	height: auto !important;
	min-height: 23px;
	height: 23px;
	width: 210px;
}
div.info_table div.row div.info_content input,
div.info_table div.row div.info_content select {
	margin: 0;
	height: 20px
}


/* RegistrationUpdateCommonPage.jsp
-------------------------------------------------------------------
*/

.form_2column {
	padding:15px 0px 0px 0px;
}
.form_2column .align{
	padding-bottom:10px;
}
.form_2column .column {
	width:305px;
	min-width:50%;
	max-width:100%;
	float:left;
	position: relative;
}
.form_2column .column select {
	max-width: 325px;
}
.form_2column .column_registration {
   width:500px;
   float:left;
}
.form_2column .birthdayColumn {
	float:left;
	width: 28.6%;
}
.form_2column .label_spacer {
	padding-bottom: 5px;
}

/* AddressBookForm.jsp
-------------------------------------------------------------------
*/

.addrbook_header {
	display:inline-block;
	vertical-align:middle;
	padding:8px 0;
}

.address input {
	font-size:12px;
	font-family: Arial;
	margin:2px 0 7px;
	padding:2px;
	height:15px;
	color: #4D4D4D
}
#addr_title h2 {
	font-size: 12px;
}

/* MyAccountQuickCheckoutProfileForm.jsp
-------------------------------------------------------------------
*/

.shipping_billing_content {
	padding:0px;
}
.shipping_billing_content:after {
	content: "";
	display: block;
	clear: both;
}
#my_account_billing {
	width:48%;
	float:left;
	margin-bottom:8px;
}
#my_account_shipping {
	width:48%;
	padding-left:2%;
	float:right;
	border-left:solid 1px #c9d3de;
}
#my_account_billing:after, #my_account_shipping:after {
	content:"";
	display:block;
	clear:both;
}
@media (max-width: 720px) {
	#my_account_billing, #my_account_shipping {
		width:100%;
		padding: 0;
		border:0 none;
	}
}

.my_account .myaccount_link {
	color: #006ECC;
}

.quick_checkout_profile_padding {
	padding-bottom: 7px;
}

/* Order Details table
-------------------------------------------------------------------
*/
.order_status_table {
	padding: 8px 0;
	width: 100%;
	border-collapse: collapse;
}

.order_status_table .ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.order_status_table .ul .li {
	float: left;
	padding: 15px 0px;
}

.order_status_table .ul .row {
	min-height:35px;
}

.order_status_table .ul .clear_float {
	float: none;
	font-size: 0;
	padding: 0;
}
.order_status_table .column_heading {
	border-bottom: 1px solid #e5e5e5;
	font-weight: bold;
	color:#777777;
	text-align: left;
}
.order_status_table .column_heading th.li {
	padding-top: 3px;
	padding-bottom: 15px;
}
.order_status_table .row {
	border-bottom: 2px dotted #e5e5e5;
	min-height: 30px;
}
.order_status_table .ul .row .li {
	padding: 6px 5px;
}
.order_status_table .ul .row .clear_float {
	padding: 0;
}
.order_status_table .order_number_column_1 {
	width: 14%;
}

.order_status_table .order_date_column_1 {
	width: 16%;
}

.order_status_table .status_column_1 {
	width: 17%;
	line-height:18px;
}

.order_status_table .status_column {
	width: 17%;
}

.order_status_table .total_price_column_1 {
	text-align: right;
	width: 15%;
}

.order_status_table .order_scheduled_column_1 {
	width: 18%;
}

.order_status_table .next_order_column_1 {
	width: 17%;
}

.order_status_table .order_status_column_1 {
	width: 5%;
}

.order_status_table .order_number_column_1 span {
	display: block;
}

div#PreviouslyProcessed {
	padding-right: 10px;
}
div#WaitingForApproval {
	padding-right: 10px;
}

.order_status_table .purchase_order_column_1 {
	width: 16%;
}
.order_status_table .option_1 {
	width: 22%; /* Increased for g18n */
	float: right !important;
}

@media (max-width: 900px) {
	.order_status_table .option_1  .button_text {
		padding: 0 10px;
	}
}

.order_status_table .order_number_column_2 {
	width: 27%;
}
.order_status_table .last_updated_column_2 {
	width: 27%;
}
.order_status_table .purchase_order_column_2 {
	width: 18%;
}
.order_status_table .total_price_column_2 {
	text-align: right;
	width: 18%;
}

.order_status_table .order_number_column_3 {
	width: 30%;
}
.order_status_table .purchase_order_column_3 {
	width: 20%;
}
.order_status_table .next_order_date_column_3 {
	width: 20%;
}
.order_status_table .total_price_column_3 {
	text-align: right;
	width: 20%;
}
.order_status_table .option_3 {
	width: 24%;
}

.order_status_table .option_button {
	float: right;
}
.order_status_table div.option_button span.primary_button span.button_container span.button_top span.button_bottom a{
	position: static;
}
.order_status {
	padding-bottom:0px;
	width: 100%;
}

.order_status .info {
	padding: 5px 11px 0px 14px;
	line-height: 15px;
}
.order_status .tabfooter {
	height:14px;
}

.order_status_table .options_column span.primary_button span.button_container span.button_top span.button_bottom {
	min-width: 65px;
}

/* Order History Table */
.order_status_table.order_history .status_column {
	width: 26%;
}

.order_status_table.order_history .options_column {
	width: 20%;
	float: right !important;
	padding-right: 0 !important;
}
/*************/

/* Scheduled Orders/Subscription Table */
.order_status_table.subscriptions .status_column,
.order_status_table.scheduled_orders .status_column {
	width: 7%
}

.order_status_table.subscriptions .options_column,
.order_status_table.scheduled_orders .options_column {
	width: 24%; /* Increase for g18n */
	float: right !important;
	padding-right: 0 !important;
}

.order_status_table.subscriptions .options_column div.edit,
.order_status_table.scheduled_orders .options_column div.edit {
	margin-top: 0 !important;
}

/* Newly added from MDS for My Account pages */
.myaccount_header {
	background-color: #F5F5F5;
	border-color: #F8AD05 #E5E5E5 #E5E5E5;
	border-style: solid;
	border-width: 2px 1px 0;
	color: #777777;
	font-size: 16px;
	padding: 8px;
}
.myaccount_header:after {
	content: "";
	display: block;
	clear: both;
}

.myaccount_header.bottom_line {
	background-color: #F5F5F5;
	border-bottom: 1px solid #E5E5E5;
}
.myaccount_header.no_side_lines {
	border-right: none;
	border-left: none;
}

.myaccount_content {
	border:solid 1px #e5e5e5;
	margin:0px 0px 0px 0px;
	padding:0px 8px 0px 8px;
	display:block;
}

.myaccount_content.margin_below {
	margin-bottom: 8px;
}

.myaccount_desc {
	font-size: 12px;
	margin-bottom: 8px;
}

.myaccount_desc_title {
	padding: 10px 0;
	color: #666666;
	font-weight: bold;
	font-size: 12px;
}
.myaccount .bopis_link {
	color: #006ECC;
}

.myaccount_section_header {
	background: none repeat scroll 0 0 #F5F5F5;
	border-bottom: 1px solid #E5E5E5;
	height: 33px;
	margin: 0 auto;
}

.myaccount_subheader,.checkout_subheader {
	background: none repeat scroll 0 0 #FBFBFB;
	border: 1px solid #E5E5E5;
	/* min-height: 33px; */
	margin: 0 auto;
	padding: 0px 8px;
}

.myaccount_subheader:after,.checkout_subheader:after {
	content: "";
	display: block;
	clear: both;
}

.checkout_subheader_content {
	display: inline-block;
	vertical-align: middle;
}

.myaccount_section_header.around_border {
	border: 1px solid #E5E5E5;
}

.my_account .header {
	height:33px;
	line-height:33px;
	margin:0px;
	padding:0px;
	font-size: 14px;
	padding-left:8px;
	color: #666666;
}

.myAccountSubHeading {
	margin-bottom: 10px;
	font-size: 18px;
}

/* OrderShipmentDetails.jsp */
.gift_section {
	border: 1px solid #E5E5E5;
	clear: both;
	margin-bottom: 8px;
}

/* Right navigation for wish list */
#right_nav {
	width: 33.333333%;
	float:right;
}

@media (max-width: 800px) {
	#right_nav {
		width: 100%;
	}
}

/* Personal Wish List
-------------------------------------------------------------------
*/
#wishlist {
	margin-left: 10px;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size:12px;
	color: #59677d;
	border: 3px solid #e7e7e7;
}

@media (max-width: 800px) {
	#wishlist {
		margin-left: 0;
	}
}

#wishlist .header {
	padding: 6px 4px 4px 8px;
}

#wishlist .header_text {
	padding: 6px 0px 0px 0px;
	line-height:14px;
}

#wishlist .contents {
	background:none;
	background-repeat:repeat-y;
	padding:6px 4px 8px 8px;
}

.required-field_wishlist {
	width: 8px;
	color: #d90101;
	position: relative;
	top:2px;
}

.wishlist_side_space {
	padding-left:0px;
}

.my_account_wishlist {
	width:66.666666%;
	float:left;
	font-size:14px;
}

@media (max-width: 800px) {
	.my_account_wishlist {
		width: 100%;
	}
}

.my_account_shared_wishlist {
	font-size:14px;
}

.my_account_shared_wishlist #WishlistDisplay_Widget .body588 {
	border-left:1px solid #E5E5E5;
	border-right:1px solid #E5E5E5;
}

.my_account_shared_wishlist #WishlistDisplay_Widget #four-grid-wishlist {
	padding-left:10px;
}

.shared_wishlist_title {
	padding-bottom:10px;
	font-size:16px;
}

.my_account_wishlist_container {
	padding-left:5px;
	padding-right:5px;
	font-size:12px;
}

.my_account_wishlist .deleteLink, my_account_wishlist .deleteLink a {
	color:#4d4d4d;
	font-size:12px;
}

.my_account_wishlist .remove {
	background: url("../images/colors/color1/remove.png") no-repeat scroll 0
		0 transparent;
	display: inline-block;
	height: 7px;
	margin-bottom: 3px;
	margin-right: 3px;
	vertical-align: middle;
	width: 7px;
	text-decoration:none;
}

.multiple_wishlist_actions_border {
	padding-top: 7px;
	padding-bottom: 12px;
}

.multiple_wishlist_link_divider {
	background-image:url(../images/colors/color1/listdiv.png);
	background-position:center;
	background-repeat:no-repeat;
	height:22px;
	padding-left:5px;
	padding-right:5px;
	width:7px;
}

#box .body588 {
	width:100%;
	box-sizing:border-box;
	border-left:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
}

.left_wishlist {
	padding: 9px 0;
	float: left;
}

#box .subheader_text {
	font-size:12px;
	padding-left:10px;
}

#box .my_account_wishlist #WishlistDisplay_Widget .divider_line_style {
	background-color:#FFFFFF;
	background-position: left;
	clear:both;
	height:1px;
	font-size:0px;
}

#box .views_icon {
	position:relative;
	left:-10px;
	top:10px;
}

div#top_pagination, div .top_pagination {
	padding: 5px 0;
	border-left: solid 1px #e5e5e5;
	border-right: solid 1px #e5e5e5;
	border-bottom: solid 1px #e5e5e5;
}

#getWidgetButton .subscribe_share_controls{
	margin-top: -24px;
	margin-right: 12px;
	color: #777777;
	overflow: hidden;
	cursor:pointer;
}
#getWidgetButton .subscribe_share_controls > .text{
	text-decoration: none;
	line-height: 15px;
	float: right;
	color: #777777;
}
#getWidgetButton .subscribe_share_controls > .icon{
	float: right;
	margin-left: 4px;
}

/* MyAccount Breadcrumb
-------------------------------------------------------------------
*/

#breadcrumb {
	min-height:25px;
	margin:0 auto;
	padding:0px;
	margin-bottom:2px;
}
#breadcrumb .title {
	padding:0px 0px 7px 15px;
}

.myaccount_title {
	color: #222222;
}

#WC_MyAccountDisplay_div_1 .myaccount_breadcrumb {
	color: #59677D;
}
#WC_MyAccountDisplay_div_1 .myaccount_title .landingpage_link {
	color: #CA4200;
	font-size: 22px;
}

#WC_MyAccountDisplay_div_1 .myaccount_title .sub_breadcrumb {
	color: #59677D;
	font-size: 16px;
}

#WC_MyAccountDisplay_div_1 .myaccount_title .current_breadcrumb {
	color: #59677D;
	font-size: 16px;
	font-weight:bold;
}
#WC_MyAccountDisplay_div_1 .myaccount_title .divider {
	vertical-align:16%;
	font-size: 18px;
}

#four-grid,#four-grid-wishlist,#four-grid-espot {
	padding:0px 10px 0px 7px;
	margin: 0px;
	vertical-align: top;
	line-height: normal;
}

#four-grid-wishlist .item .description_fixedwidth {
	height: 45px;
	padding: 4px 0px 0px 4px;
	overflow: auto;
	width: 150px;
}

#four-grid td,#four-grid-wishlist td,#four-grid-espot td {
	width:25%;
}
#four-grid .item,#four-grid-espot .item {
	padding:10px 5px 3px 5px;
	vertical-align:top;
}
#four-grid-wishlist .item {
	padding: 10px 5px 3px 10px;
	vertical-align: top;
	float: left;
}

#four-grid-wishlist .img {
	width: 94px;
	height: 94px;
	text-align: center;
}

#four-grid-wishlist .img > a > img {
	height: 100%;
}

#four-grid .item .description,#four-grid-wishlist .item .description,#four-grid-espot .item .description {
	height:60px;
	padding-top:5px;
	padding-left:5px;
}

#four-grid .item .price,#four-grid-espot .item .price {

	height:35px;
	padding-left:3px;
	font-size:12px;
	font-family: arial, helvetica, sans-serif;
}

#four-grid-wishlist .item .price {
	padding-left: 3px;
	padding-bottom:10px;
	font-size: 12px;
	min-height: 32px;
	font-family: arial, helvetica, sans-serif;
}

#four-grid .item .button .multiple_buttons,#four-grid-wishlist .item .button .multiple_buttons,#four-grid-espot .item .button .multiple_buttons {
   height:24px;
}
#four-grid .divider_line,#four-grid-wishlist .divider_line,#four-grid-espot .divider_line {
	border-top: 1px solid #edeff0;
}

#second_level_category_popup, .cancel_subscription_popup {
	width: 457px !important;
	position: absolute;
	display:block;
	z-index: 9999;
	background-color:#ffffff;
	overflow: hidden;
	border: 3px solid #a2a2a2;
}
#second_level_category_popup .top_left, .cancel_subscription_popup .top_left {
	background-image: url('../images/colors/color1/popup_topleft.png');
	background-repeat:no-repeat;
	height:10px;
	width:8px;
	float:left;
	display:none;
}
#second_level_category_popup .top_right, .cancel_subscription_popup .top_right {
	background-image: url('../images/colors/color1/popup_topright.png');
	background-repeat:no-repeat;
	background-position:right;
	height:10px;
	width:490px;
	float:left;
	display:none;
}
#second_level_category_popup .close, .cancel_subscription_popup .close {
	padding: 12px 15px 9px 0;
	color: #666666;
	background-color: #f5f6f7;
	border-bottom: 1px solid #edefe0;
}
#second_level_category_popup .close .icon, .cancel_subscription_popup .close .icon {
	padding-top: 2px;
	padding-left: 4px;
	float: right;
}
#second_level_category_popup .bodycontent div.clear_float, .cancel_subscription_popup .bodycontent div.clear_float {
	clear: both;
}
#second_level_category_popup .footer {
	text-align: right;
	height: 14px;
	width: 498px;
	display: none;
}
#second_level_category_popup .footer .bot_left {
	background-image: url('../images/colors/color1/popup_botleft.png');
	background-repeat:no-repeat;
	height:14px;
	width:8px;
	float:left;
}
#second_level_category_popup .footer .bot_right {
	background-image: url('../images/colors/color1/popup_botright.png');
	background-repeat:no-repeat;
	background-position:right;
	height:14px;
	width:490px;
	float:left;
}

.multiple_wishlist_actions_border {
	padding-top: 0px;
	padding-bottom: 5px;
	text-align: right;
}

.bopis_link {
	color: #006ECC;
}

/* Override .widget_product_listing classes in order to re-use the espot */
.my_account_wishlist .widget_product_listing > .top {
	width: 523px;
}

.my_account_wishlist .widget_product_listing > .top > .middle_tile {
	width: 521px;
}

.my_account_wishlist .widget_product_listing > .middle {
	width: 521px;
}

.my_account_wishlist .widget_product_listing > .middle > .left_border > .right_border > .content {
	width: 521px;
}

.my_account_wishlist .widget_product_listing > .middle > .left_border {
	width: 521px;
}

.my_account_wishlist .widget_product_listing > .middle > .left_border > .right_border {
	width: 521px;
}

.my_account_wishlist .widget_product_listing > .bottom {
	width: 523px;
}

.my_account_wishlist .widget_product_listing > .bottom > .middle_tile {
	width: 521px;
}

.my_account_wishlist .product_listing_container .grid_mode > .row > .product {
	width: 173px;
}

.clear_both {
	clear: both;
}

/* Wishlist tables */
.my_account_shared_wishlist #horizontal_grid {
	margin: 0 auto;
	padding:0px 10px;
}

.my_account_shared_wishlist #horizontal_grid div.item_container div.divider_line {
	border-top:1px solid #E5E5E5;
}

.my_account_shared_wishlist #horizontal_grid div.item_container div.information {
	width: 400px;
}

.my_account_shared_wishlist #horizontal_grid div.item_container div.information p {
	width: 400px;
	font-size:12px;
}

#horizontal_grid div.item_container_divider div.divider_line {
	border-top:1px solid #E5E5E5;
}

#horizontal_grid div.item_container {
	min-height:106px
}

#horizontal_grid {
	margin: 0 auto;
	padding:0px 10px;
}

#horizontal_grid div.item_container > div[id^="baseContent_soaWishList_"] {
	width: 94px;
	height: 94px;
	text-align: center;
	float: left;
}

#horizontal_grid div.item_container > div > a > img {
	height: 100%;
}

#horizontal_grid div.item_container td {
	padding: 3px 0px;
	vertical-align:top;
}

#horizontal_grid div.item_container div.image {
	padding: 2px 0px 2px 5px;
	text-align: center;
	width: 90px;
}

#horizontal_grid div.item_container td.information {
	width: 71%;
}

#horizontal_grid div.item_container td.information p {
	font-size:12px;
}

#horizontal_grid div.item_container td.information h3 {
	font-size: 12px;
	font-weight: bold;
	padding-right: 7px;
	color: #4d4d4d;
}

#horizontal_grid div.item_container td.price {
	font-weight: bold;
	text-align: right;
	width: 15%;
	white-space: nowrap;
}

#horizontal_grid div.item_container td.price span.price {
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
}

#horizontal_grid div.item_container td.price .price {
	/*fix Japanese YEN */
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	text-align: right;
}
#horizontal_grid div.item_container td.add_to_cart {
	text-align: right;
	width: 35%;
	padding-left:5px;
}

.listPrice {
	/*fix Japense YEN */
	font-family: arial, helvetica, sans-serif;
	text-decoration: line-through;
	font-weight: normal;
}

td.item .listPrice {
	font-weight: bold;
	text-decoration: line-through;
}

/* Workaround for large font issues on IE7 */
.sign_in_registration .container h2 {
	font-size:16px;
	font-weight:normal;
}

.sign_in_registration .right h2 {
	font-size:16px;
	font-weight:normal;
}

.sign_in_registration .title h1 {
	height: 46px;
	line-height: 46px;
	padding: 0px 0px;
}

#SendMsgForm .header h2 {
	font-size:12px;
}
#breadcrumb .title h1 {
	font-size:22px;
}

#my_account_billing h1 {
	font-size:14px;
}
#my_account_shipping h1 {
	font-size:14px;
}

#centered_single_column_form .order_link {
	font-size:16px;
}

/* Pagination for shopping cart */
#box .paging {
	padding-left:12px;
}
.shopcart_pagination {
	float: left;
	width: 100%;
}

#ShopcartPaginationText1 .textfloat {
	float: left;
	padding-top: 10px;
}

#ShopcartPaginationText2 .textfloat {
	float: left;
	padding-top: 5px;
}

#ShopcartPaginationText1 .divpadding {
	float: left;
	padding-left: 12px;
	padding-top: 10px;
}

#ShopcartPaginationText2 .divpadding {
	float: left;
	padding-left: 12px;
	padding-top: 5px;
}


/* CouponWalletDisplay.jsp, CouponWalletTable.jsp
-------------------------------------------------------------------
*/

/* A div to hold the entire couponWallet jsp so that it can be aligned on the page differently in the My Account section. */
.couponWalletContainer {
	float: left;
}
/* Override definition below since this table is shared between My Coupons and Shopping cart pages */
.couponWalletContainer .couponWalletTable_couponName {
	width: 423px;
}
/* Override definition below since this table is shared between My Coupons and Shopping cart pages */
.couponWalletContainer .couponWalletTable_expirationDate {
	width: 151px;
}
/* Override since this table is shared between My Coupons and Shopping cart pages */
#WC_ShopCartDisplay_div_5 #couponWalletTable th, #WC_ShipmentDisplay_div_18 #couponWalletTable th {
	height:28px;
}
/* Override since this table is shared between My Coupons and Shopping cart pages */
#WC_ShopCartDisplay_div_5 #couponWalletTable .button_text, #WC_ShipmentDisplay_div_18 #couponWalletTable .button_text {
	width:39px;
}
/* A div which adds a top border on the checkout page. */
#couponWalletTopBorder {
	border-top: 1px solid #C9D3DE;
	float: right;
	margin-top: 10px;
	width: 100%;
}
/* The coupon wallet table */
#couponWalletTable {
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
}
/* The header columns of the coupon wallet table */
#couponWalletTable th {
	text-align: left;
	padding-left: 7px;
	border-bottom:1px solid #C9D3DE;
	font-size:12px;
	font-weight:bold;
	color: #666666;
}
/* The table dimensions of the coupon wallet table */
#couponWalletTable td {
	border-bottom:1px dotted #C9D3DE;
	padding:6px 7px;
	vertical-align:middle;
	font-size:12px;
}
/* The coupon name column of the coupon wallet table */
.couponWalletTable_couponName {
	width: 247px;
	word-break: break-word;
	color:
}
.couponWalletTable_couponName a {
	font-size:12px;
}
/* The expiration date column of the coupon wallet table */
.couponWalletTable_expirationDate {
	width: 131px;
	word-break: break-word;
	color: #4d4d4d;
}
.couponWalletTable_buttonColumn {
	width: 88px;
}
.couponWallet_NoCouponsMessage {
	padding-top: 7px;
	font-size:12px;
}

/* Scheduled Orders
-------------------------------------------------------------------
*/
#box {
	word-wrap: break-word;
}
#box .order_number_column {
	width: 17%;
}
#box .order_scheduled_column {
	width: 19%;
}
#box .next_order_column {
	width: 17%;
}
#box .order_status_column {
	width: 11%;
}
#box .total_price_column {
	width: 12%;
}
@media (max-width: 900px) {
	#box .options_column .button_text {
		padding: 0 10px;
	}
}

.actions_down_arrow {
	margin: 0px;
	padding: 0px;
	width: 7px;
	height: 5px;
	background-image: url('../images/arrow.png');
	position: absolute;
	bottom: 4px;
	right: 2px;
}
.actions_popup {
	width: 135px;
	padding: 5px 10px 10px 10px;
	margin: -5px;
	background-color: #ffffff;
	z-index: 2;
	border: 1px solid #c0dcf2;
	top: 8px;
	right: 6px;
}

.actions_popup .edit {
	padding-bottom: 4px;
	font-size: 8pt;
	color: #006ECC;
	line-height: 10px;
}

.actions_popup .reorder {
	padding: 4px 0px;
	font-size: 8pt;
	color: #006ECC;
	line-height: 10px;
}

.actions_popup .cancel {
	padding-top: 4px;
	font-size: 8pt;
	color: #006ECC;
	line-height: 10px;
}

.actions_popup .link {
	font-size: 8pt;
	color: #006ECC;
}

/* Cancel Subscription Popup */
.cancel_subscription_popup {
	width:325px !important;
}

.cancel_subscription_popup h2 {
	font-size:14px;
	font-weight:bold;
}

.cancel_subscription_popup .top_right, .cancel_subscription_popup .footer .bot_right   {
	background-position:right center;
	width:317px !important;
}

.cancel_subscription_popup .header {
	background-image: url('../images/colors/color1/popup_center_tile_mini.png');
	background-repeat:repeat-y;
	text-align: right;
	clear:left;
}

.cancel_subscription_actions_border {
	padding-top: 7px;
	padding-bottom: 12px;
}

.cancel_subscription_popup .bodycontent {
	background-repeat:repeat-y;
	padding: 0 25px 0px 25px;
}

.cancel_subscription_popup .footer {
	text-align: right;
	height: 14px;
	width: 325px;
}


/* Tabs for Scheduled Order Details
-------------------------------------------------------------------
*/
.tab_container_top {
	width: 100%;
	height: 27px;
}

.tab_container_top .tab_clear {
	width: 22px;
	height: 27px;
	float: left;
}

.tab_container_top .tab_active_left {
	width: 6px;
	height: 27px;
	float: left;
	background-image: url('../images/colors/color1/tab_active_left.png');
}

.tab_container_top .tab_inactive_left {
	width: 6px;
	height: 27px;
	float: left;
	background-image: url('../images/colors/color1/tab_inactive_left.png');
}

.tab_container_top .tab_active_middle {
	height: 27px;
	float: left;
	background-image: url('../images/colors/color1/tab_active_bg.png');

	line-height:27px;
	margin:0px;
	padding: 0px 10px;
	white-space: nowrap;
	font-size: 14px;
}

.tab_container_top .tab_active_inactive {
	width: 25px;
	height: 27px;
	float: left;
	background-image: url('../images/colors/color1/tab_active_inactive_divider.png');
}

.tab_container_top .tab_inactive_active {
	width: 25px;
	height: 27px;
	float: left;
	background-image: url('../images/colors/color1/tab_inactive_active_divider.png');
}

.tab_container_top .tab_inactive_middle {
	height: 27px;
	float: left;
	background-image: url('../images/colors/color1/tab_inactive_bg.png');
	text-align: bottom;
	line-height:27px;
	margin:0px;
	padding: 0px 10px 0px 10px;
	white-space: nowrap;
	font-size: 14px;
}

.tab_container_top .tab_link {
	line-height:27px;
	margin:0px;
	white-space: nowrap;
	font-size: 14px;
}

.tab_container_top .tab_inactive_right {
	width: 26px;
	height: 27px;
	float: left;
	background-image: url('../images/colors/color1/tab_inactive_right.png');
}

.tab_container_top .tab_active_right {
	width: 26px;
	height: 27px;
	float: left;
	background-image: url('../images/colors/color1/tab_active_right.png');
}

.tab_container_base {
	width: 100%;
	height: 6px;
	padding: 0px;
	background-image: url('../images/colors/color1/tab_container_middle.png');
}

.tab_container_base .tab_container_left {
	width: 7px;
	height: 6px;
	background-image: url('../images/colors/color1/tab_container_left.png');
	float: left;
}

.tab_container_base .tab_container_right {
	width: 7px;
	height: 6px;
	background-image: url('../images/colors/color1/tab_container_right.png');
	float: right;
}

/* Scheduled Order details
-------------------------------------------------------------------
*/
#scheduleOrderInputSection .scheduleOrderAreaInterval {
	clear: left;
	float: left;
	padding: 10px 55px 5px 0px;
	width: 120px;
	font-size:12px;
	color:#777777;
}
#scheduleOrderInputSection .scheduleOrderAreaStartDate {
	float: left;
	width: 176px;
	padding: 10px 5px 5px 0px;
	position: relative;
	font-size:12px;
	color:#777777;
}
#scheduleOrderInputSection .scheduleOrderAreaNextDelivery {
	float: left;
	width: 176px;
	padding: 10px 5px 5px 0px;
	position: relative;
}
#scheduleOrderInputSection .title {
	font-weight: bold;
}

.breadcrumb_item {
	float:right;
	padding:2px 2px 0px 2px;
}
#orderItemDisplay {
	color:#59677D;
	font-size:14px;
	font-weight:normal;
	padding:15px 7px 7px 14px;
}
#orderItemDisplay .breadcrumb_item {
	float:right;
	padding:2px 9px 0px 0px;
}
#discountDetailsSection .info_icon {
	color: #006ECC;
}

#WC_EmptyShopCartDisplayf_div_1 {
	min-height:150px;
}

/* Recurring Orders Table */
.order_status_table.scheduled_orders .order_number_column {
	width: 15%;
}

.order_status_table.scheduled_orders .order_scheduled_column {
	width: 15%;
}

.order_status_table.scheduled_orders .next_order_column {
	width: 15%;
}

.order_status_table.scheduled_orders .order_status_column_history {
	width: 35%;
}

.order_status_table.scheduled_orders .order_status_column {
	width: 10%;
}

.order_status_table.scheduled_orders .total_price_column {
	text-align: right;
	width: 10%;
}

.order_content {
	color:#CA4200;
}


/* Store locator page
-------------------------------------------------------------------
*/
.checkout #box .body, .checkout #box_1 .body {
	border-left:solid 1px #e5e5e5;
	border-right:solid 1px #e5e5e5;
	margin:0px 0px 0px 0px;
	padding:0px 8px 0px 8px;
	display:block;
	width:917px;
}

.checkout_show_icon {
	position: absolute;
	top: 0;
	right: 10px;
}

.checkout_show_icon .hide {
	min-width:50px;
	font-size:12px;
	color:#777777;
}

.content_text_title {
	display: table-cell;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	padding-bottom: 4px;
}

#gift_registry_box {
	margin: 8px auto 0px;
	max-width: 935px;
}

.gift_header {
	position: relative;
	background-color: #f5f5f5;
	border-top: 2px solid #f8ad05;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 0 8px;
	color: #777777;
	font-size: 16px;
	height: 33px;
	line-height: 33px;
	white-space: nowrap;
	font-weight:normal; /* IE7 workaround */
	margin-top: 5px;
}

.gift_content {
	margin:0 auto;
	padding: 8px;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	font-size:12px;
}

.gift_content.no_top_border {
	border-top: none;
}


.gift_content.margin_below {
	margin-bottom: 8px;
}

.remove_store_link {
	color:#006ECC;
	white-space: nowrap;
}

/* QuickOrderForm.jsp
-------------------------------------------------------------------
*/
#quick_order {
	padding:11px;
	white-space:normal;
	line-height:1.4;
	font-size:12px;
	min-width:220px;
}
#quick_order .input_form {
	float:left;
}
#quick_order .error_text {
	color: #CA4200;
}
#quick_order .headers {
	padding-bottom:8px;
}
#quick_order .img {
	float:right;
	padding-right:8px;
}
#quick_order .order_button {
	float:left;
	padding-left:20px;
}
#quick_order .input_form .QTY {
	float:left;
	border-bottom:solid 1px #c9d3de;
	padding-right:5px;
	width:45px;
}
#quick_order .input_form .SKU {
	float:left;
	border-bottom:solid 1px #c9d3de;
	padding-left:25px;
	width:145px;
}
#quick_order .input_form .input .SKU_field {
	width:126px;
	margin-right:7px;	
}
#quick_order .input_form .input .QTY_field {
	width:45px;
}
#quick_order .input_form .input .line_number {
	width:15px;
	display:inline-block;
	margin-right:7px;
	text-align:center;
}
#quick_order .input_form .input .input_sub_fields {	
	display:inline-block;
}

#quick_order .input_fields {
	padding-top: 5px;
	width:100%;
} 

#content710 {
	float:left;
	padding-top:1px;
}

/* Drop down (Selection boxes)
-------------------------------------------------------------------
*/

.drop_down {
	height:23px;
	padding:2px 0px 1px 0px;
	margin-bottom:9px;
}

.drop_down_checkout {
	height:23px;
	padding:1px;
	border:1px solid #BFBFBF;
	margin-bottom:9px;
	width:185px;
}

.drop_down_shipping, .drop_down_billing, .drop_down_address_book {
	height:23px;
	padding:1px;
	border:1px solid #BFBFBF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
}

.drop_down_billing {
	height:23px;
	padding:2px 0px 1px 0px;
	margin-right:5px;
}

.left_drop_down_shipment {
	padding: 7px 0;
}

.drop_down_country {
	height:23px;
	padding:1px;
	margin-bottom:10px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	border:1px solid #BFBFBF;
}

/* Accessibility hide title */
.priceRangeContainer div {
	float: left;
	padding-right: 5px;
}

.priceRangeContainer div.range {
	width: 158px;
	overflow: hidden;
}

.priceRangeContainer input {
	width: 100%;
}

.priceRangeContainer span.inputbox {
	display: block;
	overflow: hidden;
	padding-left: 5px;
	padding-right: 10px;
}

.priceRangeContainer span.label {
	float: left;
}

@media (max-width: 793px) {
	.top_border {
		float: none;
	}
	#customers_new_or_returning .new,
	#customers_new_or_returning .returning {
		float: none;
		padding: 10px 0;
		width: 100%;
	}
	#customers_new_or_returning .returning {
		border-left: none;
		border-top:2px dotted #e5e5e5;
	}
	#customers_new_or_returning .new_returning_button {
		position: static;
	}
}

/* -----------------------------------------------------------------------------*/
/*  Shipping & Billing - ShipCharge
/* -----------------------------------------------------------------------------*/
#B2BShippingChargeExt_shipcharge_table {
	/*float:left;*/
	clear:both;
	padding-bottom:10px;
	padding-top:10px;
	margin-top:5px;
}

#B2BShippingChargeExt_shipcharge_table tr.nested th {
	border-bottom:1px solid #e5e5e5;
	height:19px;
	vertical-align:top;
	padding-top: 1px;
	padding-bottom: 4px;
	color: #777777;
	line-height:18px;
}

#B2BShippingChargeExt_shipcharge_table th {
	height:18px;
	vertical-align:top;
	padding:0px;
	font-weight:bold;

}

#B2BShippingChargeExt_shipcharge_table td {
	border-bottom: 2px dotted #e5e5e5;
	font-weight: normal;
	padding: 8px 0px;
	text-align: left;
	vertical-align: top;
}

#B2BShippingChargeExt_shipcharge_table .th_align_left_no_bottom {
	border-bottom:0px;
}

#B2BShippingChargeExt_shipcharge_table .align_left {
	text-align: left;
}

#B2BShippingChargeExt_shipcharge_table .th_align_left_normal {
	border-bottom:0px;
	min-width: 140px;
	padding: 6px 0px;
	text-align: left;
}

input.wcDatePickerButtonInner {
  background-image: url("../images/colors/color1/commonFormCalendar.png");
  background-position: 70px;
  background-repeat: no-repeat;
  z-index: 1000;
  width: 90px;
  height: 18px;
}

/* Punchout Payment */
div.punchout_pay_button_div {
	margin-top: 10px;
}

/* CSS rules for OrderList */
#Processed_OrderList_list_table.listTable .order {
	width: 22%;
	text-align: left;
}
#Processed_OrderList_list_table.listTable .date {
	width: 18%;
	text-align: left;
}
#Processed_OrderList_list_table.listTable .po {
	width: 16%;
	text-align: left;
}
#Processed_OrderList_list_table.listTable .status {
	width: 18%;
	text-align: left;
}
#Processed_OrderList_list_table.listTable .total_price {
	width: 16%;
	text-align: right;
}

#Waiting_OrderList_list_table.listTable .order {
	width: 27%;
	text-align: left;
}
#Waiting_OrderList_list_table.listTable .last_updated {
	width: 27%;
	text-align: left;
}
#Waiting_OrderList_list_table.listTable .po {
	width: 18%;
	text-align: left;
}
#Waiting_OrderList_list_table.listTable .total_price {
	width: 18%;
	text-align: right;
}

#Recurring_OrderList_list_table.listTable .order {
	width: 22%;
	text-align: left;
}
#Recurring_OrderList_list_table.listTable .scheduled {
	width: 20%;
	text-align: left;
}
#Recurring_OrderList_list_table.listTable .next_order {
	width: 20%;
	text-align: left;
}
#Recurring_OrderList_list_table.listTable .status {
	width: 8%;
	text-align: left;
}
#Recurring_OrderList_list_table.listTable .total_price {
	width: 16%;
	text-align: right;
}

#Subscription_OrderList_list_table.listTable .subscription {
	width: 22%;
	text-align: left;
}
#Subscription_OrderList_list_table.listTable .expiry_date {
	width: 22%;
	text-align: left;
}
#Subscription_OrderList_list_table.listTable .next_order {
	width: 20%;
	text-align: left;
}
#Subscription_OrderList_list_table.listTable .status {
	width: 8%;
	text-align: left;
}
#Subscription_OrderList_list_table.listTable .price {
	width: 16%;
	text-align: right;
}

/* MyAccountSummary */
.my_account_summary a {
	font-size: 12px;
	color: #006ECC;
}

/* Address book widgets */
.addressSelectionEditPage .addrbook_header .wcSelect {
	color: #4d4d4d !important;
	background-image: linear-gradient(#f7f9f9, #e5e8e9);
	border-radius: 5px;
	border: 1px solid #bfbfbf;
	padding: 8px 5px;
	margin-bottom: 0px;
	font-size: 12px;
	min-width: 180px;
	max-width: 260px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.addressSelectionEditPage .addrbook_header {
	margin-right: 30px;
}
#AddressForm {
	display:block;
	font-size:12px;
	color: #4d4d4d;
	min-height:150px;
}
.form_2column.addressBook {
	padding:0px;
};
*:focus {
    outline: none !important;
}

:root {
    /* Principales */
    --color-primary-600: #DA291C;
    --color-primary-700: #C7251A;
    --color-neutral-700: #3C3C3C;

    /* Secundarios */
    --color-secondary-blue-500: #0097A9;
    --color-secondary-yellow-600: #FFC722;
    --color-secondary-yellow-900: #FF8300;
    --color-white: #FFFFFF;

    /* Paleta de Rojo*/
    --color-red-100: #FCF3F3;
    --color-red-200: #FFE3E3;
    --color-red-300: #FFC5C1;
    --color-red-400: #FC867F;
    --color-red-500: #F65041;
    --color-red-600: #DA291C;
    --color-red-700: #C7251A;
    --color-red-800: #B52217;
    --color-red-900: #83170F;

    /* Paleta de Azul */
    --color-blue-100: #C7F9FC; 
    --color-blue-200: #B2F3F6;
    --color-blue-300: #8CDDE1;
    --color-blue-400: #7CCCD0;
    --color-blue-500: #0097A9;
    --color-blue-600: #0093A3;
    --color-blue-700: #00818F;
    --color-blue-800: #006E7A;
    --color-blue-900: #005C66; 

    /* Paleta de Gris */
    --color-gray-100: #F4F4F4;
    --color-gray-200: #DBDBDB;
    --color-gray-300: #B9B9B9;
    --color-gray-400: #989898;
    --color-gray-500: #6C6C6C;
    --color-gray-600: #525252;
    --color-gray-700: #3C3C3C;
    --color-gray-800: #2D2D2D;
    --color-gray-900: #222222;
    --color-gray-200-transparent: rgba(219, 219, 219, 0.44);

    /* Paleta de Amarillo */
    --color-yellow-100: #FFFCE0;
    --color-yellow-200: #FFF9AC;
    --color-yellow-300: #FFF072;
    --color-yellow-400: #FEE458;
    --color-yellow-500: #F4D327;
    --color-yellow-600: #FFC722;
    --color-yellow-700: #FFAD17;
    --color-yellow-800: #FA9C2D;
    --color-yellow-900: #FF8300;
    --color-yellow-1000: #B84D01;

    --green-100: #F3FFFC;
    --green-200: #DDF9ED;
    --green-300: #B2E5D3;
    --green-400: #8AE2C3;
    --green-500: #45CEA4;
    --green-600: #04B58E;
    --green-700: #06A17B;
    --green-800: #008C67;
    --green-900: #006B4F;
}

a:hover {
    text-decoration: none;
}

input:focus,
.inputField:focus,
textarea:focus,
.address input:focus {
    border: 1px solid #1f98af;
}

:focus {
    outline: none !important;
}

div#container_10802 {
    height: 100vh;
}

select {
    background: white;
}

.wcSelect {
    border-radius: 0 !important;
}

.ui-menu {
    box-shadow: none;
}

li div.ui-state-select {
    background: #f2f2f2 !important;
}

/**SITEMAP**/
.sitemap_subtitle {
    font-family: "AMX-Regular" !important;
    font-size: 1.75rem !important;
    color: #000104 !important;
    font-weight: initial;
    text-rendering: optimizeLegibility;
    font: inherit;
    max-width: 967px;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

.content_sitemap_shadow {
    padding: 0 !important;
    padding-top: 20px !important;
}

.main_content_sitemap {
    max-width: 100% !important;
    background: #f2f2f2 !important;
    padding-bottom: 40px !important;
}

.sitemap_container_static_full_width {
    max-width: 967px !important;
    margin: auto !important;
}

.sitemap_static_page_content {
    padding: 0 !important;
}

.sitemap_static_page_content .info_table_1 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.sitemap_static_page_content .column_box .column ul .h2 {
    margin-top: 0px !important;
}

.sitemap_static_page_content .column_box .column ul li a {
    padding-left: 0px !important;
    color: #1F97AE;
    font-size: 14px !important;
    font-weight: bold;
    font-family: "AMX-Regular";
    text-decoration: none !important;
}

/**SITEMAP**/

/**HEADER**/
.store_message > .content {
    font-family: "AMX-Regular";
    text-align: justify;
    padding: 0px 10px 10px 10px !important;
	width: 380px !important;
	margin: 0 auto;
}

.store_message > .content > .message .message_text {
    font-size: 16px;
    margin-left: 0 !important;
    text-align: center !important;
    padding: 15px 35px 20px 35px !important;
}
.store_message > .content > .message .message_text p {
    font-size: 15px;
    margin-left: 0 !important;
    text-align: center !important;
    padding: 0 0 10 !important;
    font-family: 'AMX-Medium';
}
.content-homeB {
    display: block;
    height: 90vh;
}
.main-header {
    background: #DA291C !important;
    position: relative;
}
#headerRow1 {
    max-width: 960px;
    margin: 0 auto;
    width: 100%;
    padding: 0 10px;
    height: 69px;
    position: static;
    /*position: relative;
	display: flex;
    flex-wrap: wrap;*/
}
#header:before,
#logo img {
    display: none;
}
#header {
    width: -webkit-fill-available;
    width: -moz-available;
}
#logo {
    position: relative;
    float: left;
}
#logo .contentRecommendationWidget > #ci_espot__HeaderStoreLogo_Content > .left_espot > a::before {
    content: '';
    display: block;
    background: url(/wcsstore/CLARO_SF_AS/images/claro/logo-claro-blanco.svg) no-repeat;
    width: 98px;
    height: 30px;
    background-size: contain;
    margin-top: 5px;
}
#logo .left_espot a {
    overflow: hidden;
}
#searchBox {
    border: 0;
    border-radius: 2px;
    top: 0;
    width: 220px;
    background: transparent;
}
#searchTermWrapper {
    width: 78%;
  	padding: 7px 6px;
    margin: 3px 0;
    border: 0.8px solid #3C3C3C;
    border-radius: 8px;
    right: 104px;
    background: #fff;
}
#searchTermWrapper > input {
    font-size: 0.9rem;
    font-family: "AMX-Regular";
    vertical-align: top;
}
#searchBox > .submitButton {
    background: linear-gradient(270deg, #b52217 0%,#da291c 100%);
    padding: 10px 0;
    box-shadow: 0px -4px 10px 0px rgb(45 45 45 / 10%) inset, 4px 4px 14px 0px rgb(255 255 255 / 10%) inset, 0px 4px 12px 0px rgb(131 23 15 / 50%);
    margin: 2px;
    border: 2px solid #DA291C;
    font-size: 12px;
    font-size: .75rem;
    font-weight: 700;
    width: 130px;
    height: 13px;
    right: 0px;
    left: 41px;
    border-radius: 23px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    justify-content: center;
}
#searchBox > .submitButton:hover {
    background: #fff;
    box-shadow: 0px -4px 10px 0px rgba(45,45,45,0.1) inset,4px 4px 14px 0px rgba(255,255,255,0) inset,0px 4px 12px 0px rgba(131,23,15,0);
    color: #DA291C;
    border: 2px solid #DA291C;
}
.contentRecommendationWidget.carousel,
.product_listing_container .list_mode .product > .product_info > .not_available {
    display: none;
}
/*jcisneros_311221: nuevo catalogo Inicio*/
.layoutCategory-unificado .button.primary,
.subCat_page_tab_content .button.primary {
    border: 1px solid #DA291C;
    background: transparent;
    color: #DA291C !important;
    padding: 4px 0;
    font-family: "AMX-Regular" !important;
    font-weight: bold;
    width: -webkit-fill-available;
    width: -moz-available;
    padding: 10px 0px;
    line-height: initial;
    height: initial;
    min-height: initial;
    max-width: initial;
    min-width: initial;
    font-size: 1rem;
    transition: all 0.3s;
    border-radius: 20px;
}
.button.primary {
    border: 1px solid #f03829;
    background: transparent;
    color: #f03829;
    padding: 4px 0;
    font-family: "AMX-Regular";
    font-weight: 300;
    width: -webkit-fill-available;
    width: -moz-available;
    padding: 10px 0px;
    line-height: initial;
    height: initial;
    min-height: initial;
    max-width: initial;
    min-width: initial;
    font-size: 16px;
    transition: all 0.3s;
}
.product_description,
.heading.attr,
.product_quantity_addtolist,
.arrow_button_icon {
    display: none;
}
.product_info .product_option {
	width: 100%;
}
.product_listing_container > .list_mode > li {
    min-height: 320px;
    height: 100%;
    padding-bottom: 0;
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc(32% - 10px);
    margin-right: 15px;
}
.product_listing_container .list_mode .product {
    position: relative;
    margin: 0;
    padding: 10px 12px 13px;
    max-width: 297.5px;
    height: auto;
}
.product_listing_container .list_mode .product > .product_image {
    width: 100%;
    margin: 0;
    position: relative;
    height: initial;
    margin-bottom: 5px !important;
    padding: 20px 0;
}
.layoutCategory-unificado .product_listing_container .list_mode .product,
.subCat_page_tab_content .product_listing_container .list_mode .product {
    position: relative;
    margin: 0;
    padding: 10px 12px 13px;
    max-width: 297.5px;
    border-radius: 25px;
    background: #fff;
    box-shadow: 0 4px 8px 0px rgb(0 0 0 / 15%);
}
.button.primary:hover{
    background: #DA291C;
    color: #fff;
}
#logo .contentRecommendationWidget > #ci_espot__HeaderStoreLogo_Content > .left_espot > a > img {
    height: 60%;
    margin-top: 8px;
}
#quickLinksBar {
    position: absolute;
    top: -25px;
    text-align: left;
    font-size: .9em;
    left: initial;
    font-family: 'AMX-Regular';
}
#quickLinksBar > li {
    border: 0;
}
#quickLinksBar > li.hidden {
    position: relative;
    visibility: visible;
}
#minishopcart_total,
#minishopcart_lock {
    background: #DA291C;
    font-family: 'AMX-Bold';
    font-size: 12px;
    width: 29%;
    right: 0;
    padding: 0;
    top: 11px;
    text-align: center;
    border-radius: 50px;
}
#quick_cart_container,
#MiniShopCartProductAdded {
    top: 0 !important;
    position: relative;
    z-index: 1;
    right: 0 !important;
}
.sublink-header {
    display: block;
    height: 40px;
    padding: 0;
    position: relative;
}
#searchBar {
    position: inherit !important;
    padding: 8px 12px;
    width: initial;
}
.option-menu {
    float: right;
}

.Mi-claro {
    background: #B7202E;
    position: absolute;
    right: -3px;
    top: 0;
    width: 97px;
    text-align: center;
    padding: 10px 0;
    color: #fff;
    font-family: 'AMX-Regular';
    font-weight: 700;
    line-height: 1;
}

.Mi-claro .mc {
    font-size: 19px;
}

.Mi-claro .mc-2 {
    font-size: 12px;
}

.precioPospago {
    position: relative;
    bottom: 15px;
    text-align: center;
    color: #1F97AE;
    font-family: "AMX-Regular";
    font-size: 14px;
    line-height: 16px;
}

/**SIGN IN / REGISTER**/
.loginMenuDropdown .field,
.loginMenuDropdown .panel form,
#addressBookListDiv,
#orderDetail_content {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.signInForm .button_primary {
    display: block;
    width: 100%;
    margin: 0;
    order: 2;
    font-family: "AMX-Regular";
}

.loginMenuDropdown .checkbox {
    padding: 5px 5px 5px 0px;
    width: auto;
    order: 4;
    margin: 0;
    display: block;
    position: relative;
    top: -6px;
}

/** SWATCH **/
.color_and_size .heading {
    font-size: 16px;
    font-family: 'AMX-Regular';
    color: #000;
}

.swatchColor-content,
.swatchCapacidad-content {
    display: inline-block;
    width: calc(60% - 10px);
    vertical-align: top;
}

.swatchColor-content {
    width: calc(40% - 10px);
}

.color_and_size .swatchColor-content .color_swatch_list ul li {
    border: 0;
    border-radius: 50%;
    height: initial;
    width: initial;
    padding: 0;
    float: initial;
    display: inline-block;
    margin-right: 3px;
}

.color_and_size .swatchColor-content .color_swatch_list ul li img[id$="_Blanco"] {
    width: 18px;
    border: 2px solid #9e9e9e;
    padding: 0;
    position: relative;
    top: -2px;
}

.color_and_size .swatchColor-content .color_swatch_list ul li img {
    display: block;
    border-radius: 50%;
    padding: 2px;
    width: 18px;
    box-shadow: none;
    transition: all .3s ease;
}

.color_and_size .swatchColor-content .color_swatch_list ul li img:hover,
.color_and_size .swatchColor-content .color_swatch_list ul li img.color_swatch_selected,
.color_and_size .swatchCapacidad-content .color_swatch_list ul li img:hover {
    box-shadow: 0 0 0 2px #1F97AE;
}

.color_and_size .swatchCapacidad-content .color_swatch_list ul li {
    width: 100px;
    height: 37px;
    border: 1px solid #ddd;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 8px;
}

.color_and_size .swatchCapacidad-content .color_swatch_list ul li img {
    display: block;
    width: -webkit-fill-available;
    width: -moz-available;
    margin: 0 auto;
    border: 2px solid #fff;
    padding: 0 4px;
    border-radius: 0;
    box-sizing: border-box;
    height: 100%;
    box-shadow: none;
    transition: all .3s ease;
}

.color_and_size .swatchCapacidad-content .color_swatch_list ul li img.color_swatch_selected {
    box-shadow: 0 0 0 2px #1F97AE;
}

.swatchColor-content .heading::before,
.swatchCapacidad-content .heading::before {
    box-sizing: border-box;
    display: inline-block;
    color: #EF3829;
    text-align: center;
    width: 22px;
    height: 22px;
    margin-right: 10px;
    padding-top: 0px;
    border: #DDD 1px solid;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.swatchColor-content .heading::before {
    content: '1';
}

.swatchCapacidad-content .heading::before {
    content: '2';
}

.product_listing_container .list_mode .product > .product_info > .product_color_swatches > .color_swatch_list[aria-describedby$="_Capacidad"] {
    text-align: right;
    width: 64%;
}
.product_listing_container .list_mode .product > .product_info > .product_color_swatches > .color_swatch_list[aria-describedby$="_Capacidad"] ul li {
    display: inline-block;
    float: initial;
}

.product_listing_container .list_mode .product > .product_info > .product_color_swatches > .color_swatch_list[aria-describedby$="_Capacidad"] ul li img {
    border-radius: 0;
    border: 1px solid #ddd;
    width: 55px;
    height: 26px;
    box-sizing: border-box;
}

.product_listing_container .list_mode .product > .product_info > .product_color_swatches > .color_swatch_list[aria-describedby$="_Capacidad"] ul li img:hover {
    border-radius: 0;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 0px 2px #1f98af;
}

.product_listing_container .list_mode .product > .product_info > .product_color_swatches > .color_swatch_list[aria-describedby$="_Capacidad"] ul li .color_swatch_selected {
    box-shadow: 0 0 0 2px #1f99b0 !important;
}

.color_swatch_list ul li {
    margin-right: 15px;
    width: 20px;
}

.color_and_size .color_swatch_list {
    margin-top: 10px;
}

div.product_listing_container .list_mode .product > .product_info > .product_color_swatches > .color_swatch_list .color_swatch {
    padding: 2px;
    box-shadow: 0 0 0 2px #fff;
    width: 18px;
    transition: all .3s ease;
}

div.product_listing_container .list_mode .product > .product_info > .product_color_swatches > .color_swatch_list .color_swatch_selected {
    box-shadow: 0 0 0 2px #1f98af;
    padding: 2px;
    width: 18px;
}

div.product_listing_container .list_mode .product > .product_info > .product_color_swatches > .color_swatch_list .color_swatch[id$="_Blanco"] {
    border: 1px solid #5a5a5a;
    width: 16px;
}

div.product_listing_container .list_mode .product > .product_info > .product_color_swatches > .color_swatch_list .color_swatch:hover {
    box-shadow: 0 0 0 2px #1f98af;
}

.color_swatch_list .color_swatch_disabled,
div.product_listing_container .list_mode .product > .product_info > .product_color_swatches > .color_swatch_list .color_swatch_disabled {
    border-radius: 0;
    box-shadow: none;
    vertical-align: middle;
    cursor: default;
    border: 1px solid #ddd;
    margin-right: 4px;
}

/**-REVISAR SWATCH CAPACIDAD - MC ESCONDER VALORES RESTANTES**/
div[aria-label=Capacidad] ul li:nth-child(10),
div[aria-label=Capacidad] ul li:nth-child(13) {
    display: none !important;
}

/**-**/
.product_listing_container .list_mode .product > .product_info > .product_color_swatches > .color_swatch_list {
    float: right;
}

.color_swatch_list ul li,
div.product_listing_container .list_mode .product > .product_info > .product_color_swatches > .color_swatch_list ul li {
    display: inline-block;
    float: initial;
    width: initial;
    margin: 0;
    margin-right: 0;
}

div.product_listing_container .list_mode .product .product_info > .product_color_swatches {
    float: initial;
    position: relative;
    top: -25px;
    margin-bottom: -10px;
}

/*jcisneros_311221: nuevo catalogo Inicio*/
.layoutCategory-unificado .product_info > .header {
    display: inline-block;
    font-size: 12px;
    font-family: 'AMX-Regular';
    color: #000;
    font-weight: 300;
    position: relative;
    width: 85px;
}

.product_info > .header {
    display: inline-block;
    font-size: 14px;
    font-family: 'AMX-Regular';
    color: #000;
    font-weight: 300;
    position: relative;
    width: 75px;
}

/*jcisneros_311221: nuevo catalogo Inicio*/
.layoutCategory-unificado .product_listing_container .list_mode .product .product_info > .product_option,
.subCat_page_tab_content .product_listing_container .list_mode .product .product_info > .product_option {
    position: inherit;
    width: 100%;
	margin: auto;
	margin-left: 110px;
	text-align: center;
    padding-bottom: 5px;
    z-index: 9;
}

.product_listing_container .list_mode .product .product_info > .product_option {
    margin: 0;
    position: inherit;
    width: 100%;
    margin-top: 20px;
}

/** LISTA PRODUCTO 
.rowContainer {
    max-width: 980px;
    margin: 0 auto;
    width: 100%;
}**/

.facetWidget,
#content .collapsible,
#content .collapsible:hover {
    background: #f8f8f8;
    border-radius: 0;
}

.col4.acol12.ccol3 {
    width: 23.5%;
}
#widget_left_nav_5_-3004_1017 {
    margin: 0;
}
.rowContainer > .row.margin-true {
    padding: 0;
}
.layoutFicha-unificado .slot10 .contentRecommendationWidget {
    top: 20px;
}
.layoutFicha-unificado .wrapper-fullImage .slot4 {
    margin-bottom: 39px;
}
ul[id^="attrValue_Capacidad_entitledItem_"] > li.ui-state-disabled{
	opacity: 0.5;
    cursor: initial;
	display: block;
}
.layoutFicha-unificado .color_swatch_list a[aria-disabled="true"] {
	cursor: default;
}
.layoutFicha-unificado .color_swatch_list .color_swatch_disabled,
.layoutFicha-unificado div.product_listing_container .list_mode .product > .product_info > .product_color_swatches > .color_swatch_list .color_swatch_disabled {
    border-radius: 100%;
	opacity: 50%;
}
#cameraId, #screenId, #processorId {
    overflow: hidden;
	text-overflow: ellipsis;
    width: 90%;
    display: -webkit-box;
	-webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: black;
    font-size: 15px;
    font-weight: bold;
    font-family: "AMX-Regular";
    margin-left: 10px;
}

.col6.acol12,
#departmentsMenu > li:last-child,
#searchFilterButton {
    display: none;
}

.optionContainer > .title {
    background: none;
    border: 0;
}

.facetSelectContainer {
    background: none;
}

.facetSelect li {
    border: 0;
    padding: 0 5%;
    width: 100%;
}

#content .collapsible > h3 {
    /*border-bottom: 1px solid #ddd;*/
    padding: 0;
    margin: 0;
    padding: 15px 0;
    font-size: 1.1em;
    color: #000;
}

#content .facetWidget.collapsible {
    font-family: "AMX-Regular";
    padding: 20px 20px 0;
}

#content .collapsible > h3:before,
.categoryNavWidget.collapsible > h3:before,
.linkWidget.collapsible > h3:before {
    display: none;
}

/*.optionContainer {
    border-bottom: 1px solid #ddd;
}*/
.optionContainer .arrow::before {
    content: ' ';
    position: absolute;
    right: 0;
    top: 9px;
    left: 0;
    background: url(/wcsstore/CLARO_SF_AS/images/claro/minus.svg);
    width: 15px;
    height: 2px;
    z-index: 1;
    display: block;
    transform: none;
    -webkit-transform: none;
}

/* se quita este icono para catalogo filtro expand
.optionContainer .arrow_collapsed:before {
    content: url(/wcsstore/CLARO_SF_AS/images/claro/plus.svg);
    position: relative;
    width: 14px;
    height: 2px;
    top: -8px;
    left: 0px;
    transform: none;
    -webkit-transform: none;
}
*/


.optionContainer > .title {
    background: none;
    border: 0;
    text-transform: lowercase;
    font-size: 1em;
    color: #000;
    font-weight: 300;
    padding: 0;
    margin: 7px 0;
}

.optionContainer > .title:first-letter {
    text-transform: uppercase;
}

.optionContainer .arrow {
    height: 20px;
    float: right;
    margin: 10px 5px 0 0;
}

.facetSelectContainer > ul {
    padding: 0;
    margin: 0 0 10px 0;
}

.facetSelect li {
    border: 0;
    padding: 5px 0;
}

.facetSelect li input:checked + a .checkBox > .checkmark {
    background-position: -81px -2px;
    width: 12px;
    height: 11px;
}

.facetSelect li a {
    color: #000;
    font-size: 14px;
    padding: 0;
    margin: 0;
}

#PRECIO .facetSelect li a {
    color: #666;
    font-size: 14px;
    padding: 0;
    margin: 0;
}

.productListingWidget {
    border: 0;
    border-radius: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 !important;
}

.selectWrapper:hover {
    background: #fff;
}

.productListingWidget > .header_bar {
    border: 0;
    order: 2;
    font-family: "AMX-Regular";
    padding: 0;
    width: -webkit-fill-available;
    width: -moz-available;
}

.productListingWidget > .foot_bar {
    border: 0;
    order: 2;
    font-family: "AMX-Regular";
    padding: 0;
    width: -webkit-fill-available;
    width: -moz-available;
}

.productListingWidget > .header_bar > .title,
.productListingWidget > .header_bar > .title > .num_products {
    margin-top: 9px;
    margin-right: 0;
    color: #1F97AE;
    font-weight: 300;
    font-family: 'AMX-Regular';
    text-transform: unset;
    font-size: 14px;
    margin-bottom: 7px;
    letter-spacing: -0.3px;
}

.productListingWidget > .foot_bar > .title,
.productListingWidget > .foot_bar > .title > .num_products {
    margin-top: 9px;
    margin-right: 0;
    color: #1F97AE;
    font-weight: 300;
    font-family: 'AMX-Regular';
    text-transform: unset;
    font-size: 14px;
    margin-bottom: 7px;
    letter-spacing: -0.3px;
}

.grid_icon,
.list_icon {
    border-radius: 0;
    border: 1px solid #ddd;
}

div.grid_icon,
a.grid_icon:hover,
div.list_icon,
a.list_icon:hover {
    background-color: #ddd;
}

.sorting_controls > span.page_size_label,
.sorting_controls > span.order_by_label {
    display: inline-block;
    vertical-align: sub;
    margin-right: 0;
    color: #000;
    position: relative;
    top: 4px;
}

.wrapper_sort_items{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.sorting_controls > span.page_size_label label,
.sorting_controls > div > span.order_by_label label {
    font-size: 16px;
    text-transform: capitalize;
    font-family: 'AMX-BOLD';
    vertical-align: initial;
    margin-right: 2px;
    color: black;
}

.sorting_controls > .new_catalog_content {
    display: none;
    vertical-align: sub;
    margin-right: 0;
    color: #000;
    position: relative;
    top: 4px;
    margin-left: 100px;
}
.sorting_controls > .new_catalog_content > .new_catalog_field {
    margin-left: 5px;
    margin-right: 15px;
    width: 15px;
	height: 15px;
	top: 2px;
	left: -1px;
	position: relative;
}
.sorting_controls > .new_catalog_content > .new_catalog_field:after {
    width: 15px;
	height: 15px;
	border-radius: 15px;
	background-color: #F4F4F4;
	content: '';
	display: inline-block;
	visibility: visible;
	border: 2px solid black;
}
.sorting_controls > .new_catalog_content > .new_catalog_field:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background-color: #ffa500;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid black;
}
.sorting_controls > .new_catalog_content > .new_catalog_btn{
    border-radius: 20px;
    font-size: 14px;
    border: 1px solid black;
}
.product_listing_container {
    order: 1;
    width: 100%;
    margin-top: 5px;
}

.ui-block-a {
    clear: initial !important;
}

/*.product_listing_container .grid_mode.grid.ui-grid-a,
.product_listing_container .grid_mode.grid.ui-grid-b,
ul.ui-grid-solo {
    display: grid;
    grid-template-columns: repeat(3,auto);
    grid-gap: 20px;
}*/

.product_listing_container > .grid_mode li {
    padding-top: 5px;
    margin: 0;
    width: calc(32% - 10px);
    margin-right: 15px;
}

.catEntryGrid_border {
    border: 0;
    margin: 0;
    width: initial;
}

.product_info {
    float: initial
}

.layoutCategory-unificado .sorting_controls > .new_catalog_content{
    margin-left: 0px;
}

/*jcisneros_311221: nuevo catalogo Inicio*/
.layoutCategory-unificado .product_info > .product_name > a,
.layoutCategory-unificado .list_mode .product_info > .product_name > a,
.subCat_page_tab_content .product_info > .product_name > a,
.subCat_page_tab_content .list_mode .product_info > .product_name > a  {
    /*font-size: 1.2rem;*/
    font-size: 1rem;
    font-family: "AMX-Regular";
    color: #000;
    line-height: 1.2;
    width: 160px;
    font-weight: bold;
}

.product_info > .product_name > a,
.list_mode .product_info > .product_name > a {
    font-size: 1.2rem;
    font-family: "AMX-Regular";
    color: #000;
    line-height: 1.2;
    width: 95%;
}

.product {
    max-width: 250px;
    padding: 15px;
    margin: 0 auto;
    line-height: normal;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0);
    width: initial;
    position: relative;
    transition: all 1s;
}

.product:hover {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
}

.grid_mode .product_price {
    padding: 0;
    min-height: 24px;
    font-weight: 300;
    display: flex;
    flex-wrap: wrap;
}

.product_listing_container .list_mode .product > .product_info > .product_price {
    min-height: 80px;
}

/*jcisneros_311221: nuevo catalogo Inicio*/
.layoutCategory-unificado .grid_mode .product_price::before,
.layoutCategory-unificado .product_listing_container .list_mode .product > .product_info > .product_price::before {
    color: #000;
    display: block;
    /*font-size: 1.2rem;*/
    /*font-size: 1.25rem;*/
    font-size: 1rem;
    margin-bottom: 10px;
    font-family: "AMX-Regular";
    width: 100%;
    order: 3;
}

.grid_mode .product_price::before,
.product_listing_container .ui-grid-solo .product > .product_info > .product_price::before {
	content: 'Precio del equipo';
    color: #000;
    display: block;
    font-size: 1.25rem;
    margin-bottom: 10px;
    font-family: "AMX-Regular";
    width: 100%;
    order: 3;
}
.layoutCategory-unificado .product_listing_container .ui-grid-solo .product > .product_info > .product_price::before, 
.subCat_page_tab_content .product_listing_container .ui-grid-solo .product > .product_info > .product_price::before {
    content: none;
}

/*jcisneros_311221: nuevo catalogo Inicio*/
.layoutCategory-unificado .product_listing_container .list_mode .product > .product_info > .product_name,
.layoutCategory-unificado .product_info .product_name,
.subCat_page_tab_content .product_listing_container .list_mode .product > .product_info > .product_name,
.subCat_page_tab_content .product_info .product_name{
	padding: 0;
	width: 150px;
	margin-left: 115px;
	height: 80px;
	z-index: 9;
}
.grid_mode .product_name
 {
    top: 0;
    position: absolute;
    padding: 15px 0 10px 0;
}

.product_listing_container .list_mode .product > .product_info > .product_name a:hover,
.basicMenu a:hover,
.departmentMenu a:hover,
#quickLinksBar > li > a:not(.nohover):hover,
#searchFilterButton:hover,
.product_info > .product_name > a:hover {
    text-decoration: none;
}

.product .price,
.product_info > .product_price > .old_price {
    font-family: "AMX-Regular" !important;
    font-size: 1.25rem;
    color: #666;
    font-weight: normal;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    margin-bottom: 10px;
}

.layoutCategory-unificado .product .price,
.layoutCategory-unificado .product_info > .product_price > .old_price,
.subCat_page_tab_content .product .price,
.subCat_page_tab_content .product_info > .product_price > .old_price {
    font-family: "AMX-Regular" !important;
    font-size: 1.25rem;
    color: #666;
    font-weight: normal;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    margin-bottom: 10px;
}

#quickLinksBar > li > a {
    padding: 10px 5px;
}

.product_info > .product_price > .old_price {
    text-decoration: none;
}

.product .price {
    font-size: 26px;
    color: #f03829;
}

.product_listing_container .list_mode .product > .product_info > .product_price .old_price {
    text-decoration: none;
    margin-bottom: 0;
    color: #666;
}

/*jcisneros_311221: nuevo catalogo Inicio*/
.layoutCategory-unificado .product .price, .subCat_page_tab_content .product .price {
    font-size: 24px;
    color: #3C3C3C;
    font-weight: bold;
}
.layoutCategory-unificado .product .textPriceNow, .subCat_page_tab_content .product .textPriceNow {
    margin-top: 2px;
    font-size: 1.125rem;
    color: #3C3C3C;
    font-weight: 700;
    font-family: "AMX-Regular" !important;
}
/*jcisneros_311221: nuevo catalogo Inicio*/
.layoutCategory-unificado .product .price strong,
.subCat_page_tab_content .product .price strong {
	font-weight: 300 !important;
}
/*jcisneros_311221: nuevo catalogo Inicio*/
.layoutCategory-unificado .product_listing_container .list_mode .product > .product_info > .product_price .old_price,
.subCat_page_tab_content .product_listing_container .list_mode .product > .product_info > .product_price .old_price {
    text-decoration: none;
    margin-bottom: 0;
    color: #666666;
    font-size: 1rem;
    display: inline-block;
    font-weight: 600;
}
.layoutCategory-unificado .product .product-prices,
.subCat_page_tab_content .product .product-prices {
    color: #DA291C;
}

.productNewLookAndFeel .product_image{
    overflow: visible;
}

.product > .product_image {
    overflow: visible;
    width: 100%;
    height: 180px;
    padding: 58px 0 0;
    display: block;
}

.product_image .image {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

.product > .product_image img {
    width: 100%;
    height: 100%;
    max-width: initial;
    max-height: initial;
    object-fit: scale-down;
}

.list_mode .product > .product_image img {
    max-height: 180px;
    object-fit: scale-down;
}

.product_page_content {
    width: 100%;
    max-width: initial;
}

.row > .product-info {
    max-width: 980px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    float: initial;
}

.product_page_content #productSlot56 {
    width: calc(49% - 10px);
    font-family: "AMX-Regular";
    order: 2;
    margin: 3px 0 0 8px;
}

.row.margin-true > div > .contentRecommendationWidget {
    margin: 0 !important;
}

.selectWrapper {
    background: #fff;
    border-radius: 0;
    border: 1px solid #ddd;
}

li div.ui-state-select {
    background: #fff !important;
    color: #666 !important;
}
.widget_site_popup > .middle > .content_left_border > .content_right_border > .content .header {
    font-family: 'AMX-Regular';
}

div.widget_site_popup > .middle > .content_left_border > .content_right_border > .content .body {
    font-size: 14px;
    font-family: "AMX-Regular";
    line-height: 16px
}

div.widget_site_popup > .middle > .content_left_border > .content_right_border {
    border: 3px solid #1f98af;
    border-color: rgb(31, 152, 175);
}

div.widget_site_popup > .middle > .content_left_border > .content_right_border > .content .header span {
    color: #000
}

div.widget_site_popup > .middle > .content_left_border > .content_right_border > .content .footer {
    height: 52px;
}

.paging_controls {
    position: relative;
}

.paging_controls > .right_arrow > img,
.paging_controls > .left_arrow > img {
    display: none;
}

.selectWrapperPageSize .wcSelect .ui-selectmenu-text {
    display: block;
}

.productListingWidget #orderByDropdown,
.productListingWidget .orderByDropdown {
    margin-right: 3px;
}

.shop_cart #total_breakdown #order_total tr:first-child {
    text-align: left;
}

.new-look-total-breakdown{
    float: initial !important;
    padding: 10px 20px !important;
}

.stylePrepago .new-look-total-breakdown{
    padding: 0 !important;
}

/**ISSUE 200**/
.rowContainer div[id^="widget_left_nav_"],
.rowContainer div[id*="_ContentCarousel_"] {
    margin-top: 0px !important;
}

.shop_cart #total_breakdown #order_total tr:first-child .total_details,
.shop_cart #total_breakdown #order_total tr:nth-child(3) .total_details {
    float: left;
    width: initial;
    margin-left: calc(35.3% - 10px);
}

.shop_cart #total_breakdown #order_total tr:first-child .total_figures {
    margin-left: calc(40.7% - 10px);
    /* float: right; */
    text-align: right;
    /* width: calc(51.8% - 10px); */
}

.shop_cart #total_breakdown #order_total tr:nth-child(3) .total_figures {
    margin-left: calc(40.7% - 10px);
    /* float: right; */
    text-align: right;
    /* width: calc(51.8% - 10px); */
}

/** **/
#departmentsMenu > li.hidden {
    position: relative;
    visibility: visible;
}

/**MENU*
a[id^="departmentButton_"]::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: -20px;
    border-style: solid;
    border-width: 35px 0 35px 20px;
    border-color: transparent transparent transparent #888888;
    z-index: 110;
    top: 0;
}

.departmentButton {
    border: 0;
    background: #888888;
    padding: 17px 0px;
    margin: 0;
    border-radius: 0;
    color: #fff;
    padding-left: 335px;
    z-index: 1;
}
.departmentButton:hover,
.departmentButton.selected {
    background: #898988;
    color: #fff;
}*/
#departmentsMenu > li:first-child .departmentButton {
    background: #fff;
    color: #f03829;
}

.departmentButton {
    background: #f03829;
    border: 0;
    font-family: 'AMX-Regular';
    color: #fff;
    margin: 0;
    border-radius: 0;
}

.departmentButton:hover {
    background: #f03829;
}

.departmentButton > span {
    font-family: 'AMX-Regular';
    font-size: 1.2rem;
    font-weight: 300;
    border: 0;
    padding: 7px 15px;

}

.departmentButton.selected {
    color: #f03829;
    background: white;
}

/*.departmentButton > span::before {
    content: '';
    background: url(/wcsstore/CLARO_SF_AS/images/claro/iconocel_w.svg) no-repeat center center;
    display: inline-block;
    width: 32px;
    height: 30px;
    background-size: 100%;
    vertical-align: middle;
    margin-right: 7px;
}
.departmentMenu > .header,
div.item_spacer_10px {
    display: none;
}
.departmentMenu {
    width: initial;
    border: 0;
    padding: 0;
    display: block;
    position: absolute;
    top: 0;
    border-radius: 0;
    left: 518px;
    z-index: 0;
    background: transparent;
    font-size: .9em;
    font-family: "AMX-Regular";
}
.categoryList {
    margin: 0;
    padding: 0;
    list-style: none;
    border-radius: 0;
}
.categoryList > li {
    width: 100%;
    padding: 0;
}
.categoryList > li > a {
    padding: 28px 35px 27px 43px;
}
.categoryList > li > a:focus {
    outline: 0;
}
.categoryList > li > a:hover {
    background: rgb(173,35,38);
    color: #fff;
}*/
/*FOOTER*/
footer {
    font-family: "AMX-Regular";
}

.footer-1 {
    background: #444;
    color: #fff;
    padding: 8px 0;
}

.sub-breadcrumb {
    background: #cacaca;
    padding: 10px 0;
}

.footer-2 {
    background: #DDD;
    padding: 20px 0 25px;
}

.footer-3 {
    background: #222;
    font-size: .85em;
    padding: 12px 0;
}

.subfooter ul,
.sub-cp ul {
    padding: 0;
    margin: 0;
}

.subfooter ul li,
.sub-cp ul li {
    list-style: none;
}

.footer-1 p,
.footer-1 ul,
.footer-1 a,
.sub-breadcrumb ul li,
.footer-3 img,
.footer-3 p,
.footer-3 .sub-link {
    display: inline-block;
}

.footer-1 p {
    width: calc(25% - 10px);
    font-size: 1.1rem;
}

.footer-1 ul {
    width: calc(50% - 10px);
}

.footer-1 a {
    background: #1F97AE;
    padding: 10px 20px;
    border-radius: 3px;
    width: 150px;
    text-align: center;
}

.sub-breadcrumb ul li {
    font-size: 0.85rem;
}

.sub-breadcrumb ul li:last-child {
    font-family: 'AMX-Regular';
    color: #222;
}

.link-1 {
    display: inline-block;
    vertical-align: top;
    width: calc(25% - 10px);
}

.link-1 p,
.social-footer p {
    font-family: 'AMX-Bold';
    font-size: .95em;
    margin-bottom: 3px;
}

.social-footer .link-1 {
    margin-top: 5px;
}

.link-1 ul li {
    margin: 6px 0;
    font-size: .9em;
}

.footer-1 ul li::before {
    content: '';
    background: #1F97AE;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 16px;
    border-radius: 50%;
}

.imgfooter a[class^="bt__"] {
    font-size: 2rem;
    margin-top: 3.33333px;
    margin-right: 6px;
    color: #444;
}

.bt__fb:after {
    content: "\f082";
    font-family: "FontAwesome";
}

.bt__tw:after {
    content: "\f081";
    font-family: "FontAwesome";
}

.bt__yt:after {
    content: "\f166";
    font-family: "FontAwesome";
}

.bt__gp::after {
    content: "\f0d4";
    font-family: "FontAwesome";
}

.bt__in::after {
    content: "\f16d";
    font-family: "FontAwesome";
}

.social-footer img {
    width: 150px;
    margin-top: 5px;
}

.footer-3 .sub-link a {
    color: #1F97AE;
    display: inline-block;
    width: 90px;
    vertical-align: middle;
    text-align: left;
    font-size: 0.8125rem;
}

.footer-3 img {
    width: 58px;
}

.footer-3 p {
    color: #fff;
    margin-left: 1.5%;
    vertical-align: text-bottom;
    margin-right: calc(15% - 10px);
}

/**MENU**/
#headerRow2 {
    border: 0;
    height: initial;
    background: none;
    order: 3;
    margin-left: 0;
    width: initial;
    text-align: left;
    float: left;
    position: static;
}

#departmentsMenu {
    margin: 0;
    background: #efefef;
}

/*PAGE PRODUCT*/
.col12.acol12.ccol4.left.slot8,
.col12.acol12.ccol6.left.slot8 {
    display: block;
    width: 98%;
    margin-top: 30px;
    margin: 10px;
    float: initial;
    order: 3;
}
.col12.acol12.ccol6.left.slot7 {
    display: none !important;
}
div#contentRecommendationWidget_8_-3000_1972 {
    background: #f2f2f2;
    width: 100%;
}

.namePartPriceContainer h1.main_header {
    font-family: "AMX-Regular";
    font-size: 2.0em;
    color: #000;
}

.row.margin-true > div > .widget_product_image_viewer {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

.col6.acol6.ccol2.slot4,
.col6.acol6.ccol3.slot4 {
    display: inline-block;
    width: calc(48% - 10px);
    border: 1px solid #dedede;
    vertical-align: top;
    order: 1;
}

.row.margin-true > div > .widget_product_image_viewer {
    margin: 0;
    padding: 0;
    width: 100%;
}

.product_page_content .widget_product_image_viewer .image_container {
    width: 100%;
}

.widget_product_image_viewer .image_container > img {
    width: 100%;
    float: initial;
    max-width: initial;
    max-height: initial;
    margin-right: 0;
    max-height: 340px;
    object-fit: scale-down;
}

.acol12.col12.ccol2 {
    margin: 0;
    margin-left: 18px;
    width: calc(50% - 10px);
    float: initial !important;
}

.col5.acol6.ccol12.left.slot5 {
    margin: 0;
}

div.namePartPriceContainer,
.product_text,
.definingAttributes,
.shopperActions {
    border: 0;
    width: calc(100%);
    position: relative;
    font-family: 'AMX-REGULAR';
    font-size: 18px;
}
.top.namePartPriceContainer span{
    font-size: 18px;
}
[id^="PageHeading_"]{
    margin-top: 20px;
    width: 80%;
}
.shopperActions {
    display: inline-block;
    width: calc(65% - 10px);
    text-align: right;
    position: absolute;
    right: 0;
    bottom: -8px;
}

div.namePartPriceContainer > span.sku {
    font-size: 16px;
    color: #666;
    line-height: 20px;
    font-family: 'AMX-Regular';
}

/** rmorales: Debajo de cada producto de la parrilla mostrar la imagen del atributo descriptivo de banda 
.product_listing_container .list_mode .product > .product_image::after {
    content: '';
    background: url(/wcsstore/CLARO_SF_AS/images/claro/compatible_todas.png) no-repeat center center;
    display: block;
    width: 55%;
    height: 45px;
    margin: 0 auto;
    background-size: 100%;
    top: -20px;
    position: relative;
}
**/
div[id^="price_display_"],
.product_listing_container .list_mode .product > .product_info > .product_price {
    display: flex;
    flex-wrap: wrap-reverse;
    font-family: 'AMX-Regular';
    height: 100px;
    margin-bottom: 20px;
}
/*jcisneros_311221: nuevo catalogo Inicio*/
.layoutCategory-unificado div[id^="price_display_"],
.layoutCategory-unificado .product_listing_container .list_mode .product > .product_info > .product_price,
.subCat_page_tab_content div[id^="price_display_"],
.subCat_page_tab_content .product_listing_container .list_mode .product > .product_info > .product_price {
    font-family: 'AMX-Regular';
    height: 85px;
    margin-bottom: 0;
    margin-top: 60px;
	margin-left: 115px;
}

.layoutCategory-unificado .product_listing_container .list_mode .product > .product_info > .product_price_teamcard,
.subCat_page_tab_content .product_listing_container .list_mode .product > .product_info > .product_price_teamcard {
	font-family: 'AMX-Regular';
    height: 85px;
    margin-bottom: 0;
    margin-top: 30px;
    margin-left: 115px;
}
.layoutCategory-unificado .product .product_price_teamcard .product-prices,
.subCat_page_tab_content .product .product_price_teamcard .product-prices {
    font-size: 24px;
    color: #DA291C;
    font-weight: bold;
}

/*jcisneros_311221: nuevo catalogo Inicio*/
.layoutCategory-unificado div[id^="price_display_"], .layoutCategory-unificado .product_listing_container .list_mode .product > .product_info > .product_price,
.subCat_page_tab_content div[id^="price_display_"], .subCat_page_tab_content .product_listing_container .list_mode .product > .product_info > .product_price {
	display: inline-table;
	z-index: 9;
}

.product_info > .product_price {
    font-weight: 300;
    height: auto;
}

div.namePartPriceContainer > div > span.price {
    font-size: 2.0em;
    color: #f03829;
    margin: 7px 0;
    display: block;
    width: 100%;
    padding-bottom: 13px;
}

div.namePartPriceContainer > div > span.old_price {
    display: block;
    width: 100%;
    font-size: 1.5em;
    color: #777;
    font-weight: normal;
    order: 2;
}

#add2CartBtn.button.primary {
    background: #f03829;
    color: #fff !important;
    width: 100%;
}

.layoutFicha-unificado #add2CartBtn.button.primary:hover{
    background: linear-gradient(to right, #be2c35, #8e1109) !important;
}

.layoutFicha-unificado #add2CartBtn.button.primary {
    width: 250px;
    padding: 10px;
    border-radius: 30px;
    align-self: center;
    box-shadow: 2px 4px 8px rgb(0 0 0 / 40%);
    background: linear-gradient(to right, #be2c35, #d9291d) !important;
    font-family: 'AMX-BOLD';
}
.layoutFicha-unificado .macro-flujos{
	padding-bottom: 0px;
}
.layoutFicha-unificado .macro-flujo.active::after{
	bottom: -2px;
	border-radius: 1px 1px 0px 0px;
}

#add2CartBtnNew.button.primary {
    background: #f03829;
    color: #fff !important;
}
#btnConfirmChip.button.primary {
    background: #f03829;
    color: #fff !important;
}

#add2CartBtn.button.primary .button_text::after {
    content: "\f054" !important;
    font-family: "FontAwesome";
    margin-left: 5px;
	font-size: 12px;
}

#addToShoppingListBtn {
    display: none;
}

.product-p {
    max-width: 980px;
    display: block;
    margin: 0 auto;
    float: initial !important;
    width: 100%;
}

.sub-cp {
    display: inline-block;
    vertical-align: top;
    width: calc(22% - 10px);
    text-align: center;
    border-right: 1px solid silver;
    height: 155px;
    padding: 16px;
}

.sub-cp:last-child {
    border: 0;
}

.description-p {
    font-family: "AMX-Regular";
    padding: 40px 0;
    margin-top: 40px;
    max-width: 960px;
    margin: 0 auto;
}

.sub-cp img {
    height: 35px;
    width: 35px;
    object-fit: scale-down;
}

.title-cp {
    font-weight: 700;
    margin: 10px 0;
    font-size: 1.15em;
}

p.title-desc {
    font-size: 1.7em;
    color: #000;
    margin-bottom: 40px;
}

.desc-cp {
    line-height: 16px;
}

.col12.acol12.ccol4.right.tabbedSlots9_10_11,
.col12.acol12.ccol6.right.tabbedSlots9_10_11 {
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-top: 50px;
}

.row.margin-true > div > .tabButtonContainer {
    margin: 0 !important;
    padding: 0;
}

.tab_header {
    display: block;
    width: 50%;
    margin: 0 auto;
    max-width: initial;
    text-align: center;
}

.tab_header .tab_container {
    background: transparent;
    border-top: 0;
    border-bottom: 2px solid transparent;
    padding: 0;
    font-family: "AMX-Regular";
    font-size: 1.1em;
    font-weight: 300;
    width: initial;
    display: inline-block;
    border-left: 0;
    border-right: 0;
    outline: 0;
    margin: 0 10px;
    color: #000;
    padding: 0px 0 4px;
    z-index: 1;
}

.tab_header .tab_container.active_tab {
    border-bottom: 2px solid #1F97AE;
    color: #000;
}

.tab {
    border: 0;
    border-top: 1px solid #dedede;
    border-radius: 0;
    position: relative;
    top: -1px;
    padding-top: 20px;
    z-index: 0;
    width: 100%;
}

.fullrow,
.newrow {
    color: #666;
    font-family: "AMX-Regular";
    padding: 40px 0;

}

.sub-row,
.row-container img {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 10px);
}

.row-container img {
    width: calc(48% - 10px);
}

.sub-row {
    margin-right: 25px;
}

.title-row {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 15px;
    display: block;
}

.desc-row {
    font-size: 16px;
}

.row.margin-true > div > .tab.left {
    margin: 0;
    width: 100%;
}

.fullrow .row-container,
.newrow .row-container {
    max-width: 920px;
    margin: 0 auto;
}

.product_page_content .tab > .content {
    padding: 0;
    margin-top: 30px;
}

.newrow {
    background: #f2f2f2;
}

.fullrow.newrow .row-container {
    display: flex;
    flex-wrap: wrap;
}

.fullrow.newrow .row-container img {
    order: 1;
    height: 50%;
    margin-right: 15px;
}

.fullrow.newrow .row-container .sub-row {
    order: 2;
    margin: 0;
}

.title-ficha img {
    object-fit: scale-down;
    height: 38px;
    width: 38px;
    object-fit: scale-down;
    margin-right: 20px;
}

.title-ficha p,
.title-ficha img {
    display: inline-block;
}

.title-ficha p {
    font-size: 1.625rem;
    vertical-align: top;
    margin-top: 10px;
    color: #000;
}

.fullrow table {
    margin-left: 60px;
    font-size: 1rem;
    margin-top: 20px;
    width: 94%;
}

.fullrow table .ficha-bold {
    width: 250px;
    font-weight: 700;
    color: #000;
    letter-spacing: .4px;
}

.fullrow table tr {
    border-bottom: 1px solid #ddd;
    display: block;
    padding: 5px 0;
}

div#catalogEntryRecommendationWidget_8_-3002_1974 {
    max-width: 980px;
    overflow: hidden;
    margin: 0 auto;
    display: block;
    float: initial;
}

.titleItems {
    font-size: 1.75rem;
    font-family: "AMX-Bold";
}

.definingAttributes .attBorder,
.product_listing_container .list_mode .product > .product_info > .product_color_swatches > .color_swatch_list[aria-describedby$="_Capacidad"] ul li:nth-child(10),
.product_listing_container .list_mode .product > .product_info > .product_color_swatches > .color_swatch_list[aria-describedby$="_Capacidad"] ul li:nth-child(13) {
    display: none;
}

.definingAttributes div[id^="swatch_selection_"] {
    margin-top: 13px;
    font-size: 15px;
    font-weight: 600;
    color: #000;
}

/**CHECKOUT**/
#breadcrumb .on {
    color: #000;
    font-size: 2rem;
    font-family: "AMX-Regular";
}

.new-look-myaccount_header{
    color: black !important;
    font-size: 18px !important;
}

.myaccount_header.bottom_line,
.right_column div#catalogEntryRecommendationWidget,
#total_breakdown #promotions,
.dropdown_primary,
.remove_address_link img {
    display: none;
    float: right;
}

#promotion_code #bold,
#promotion_used p #bold {
    font-weight: bold;
}

#box.shopping_cart_box {
    font-family: "AMX-Regular";
    position: relative;
    margin-top: 10px;
}

#order_details tr.nested th {
    font-size: 1rem;
    color: #000;
    font-weight: 700;
    letter-spacing: .4px;
    padding: 10px 0;
    border-bottom: 0;
    text-transform: lowercase;
}

#order_details tr.nested th:first-letter {
    text-transform: uppercase;
}

#box .body,
#box_1 .body {
    border: 0;
    padding: 0;
}

.container_content_rightsidebar.shop_cart > .left_column {
    width: 100%;
}

#WC_CheckoutLogonf_div_9 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
}

#continueShoppingButton {
    order: 1;
    padding: 0;
}

#shopcartCheckoutButton {
    order: 2;
    position: absolute;
    right: 0;
}

#order_details .th_align_left_normal,
#order_details td {
    border-bottom: 0;
}

#total_breakdown {
    padding: 0;
    border-top: 1px solid rgb(0 0 0 / 10%);
    width: -webkit-fill-available;
}

#total_breakdown #order_total {
    float: left;
    min-width: initial;
    width: 100%;
}

.button_primary {
    float: right;
}

.button_secondary,
.button_primary {
    border: 0;
    background: transparent;
}

.button_secondary > .button_text,
.button_primary > .button_text {
    display: inline-block;
    height: initial;
    padding: 10px 0px 7px;
    font-size: 16px;
    min-width: 165px;
    font-weight: 300;
    letter-spacing: .3px;
    width: initial;
    line-height: 1;
}

.button_promotion {
    display: inline-block;
    height: initial;
    padding: 5px 9px;
    font-size: 11px;
    font-weight: 300;
    font-family: 'AMX-Regular';
    width: initial;
    line-height: 1;
    display: inline-block;
    position: relative;
    background: #eee;
    border: 1px solid #ddd;
    vertical-align: middle;
    color: #4D4D4D !important;
    border: 1px solid #ddd;
}

.button_secondary > .button_text {
    background: white;
}

.basicButton,
.basicButton:hover {
    background: #EF3829;
    border: 1px solid #EF3829;
    color: #fff;
}

.button_blue{
    background: #1F97AE !important;
    border: 1px solid #1F97AE !important;
}
.basicButton > span {
    border: 0;
    font-family: "AMX-Regular";
    font-size: 13px;
}

#order_details div[id^="WC_OrderItemDetailsf_div_1_"]{
    justify-content: flex-end;
}

#order_details #WC_OrderItemDetailsf_div_1_1.img,
#order_details div[id^="WC_OrderItemDetailsf_div_1_"] {
    width: 210px;
    display: flex;
    flex-wrap: wrap;
}

.option-table {
    order: 2;
    width: 100%;
}

.order_link,
.remove_address_link,
.separator_link_shopcart {
    color: #1F97AE;
    font-size: 13px;
    background-color: white;
}

#order_details #WC_OrderItemDetailsf_div_1_1.img > a img,
#order_details div[id^="WC_OrderItemDetailsf_div_1_"] img {
    width: 55%;
    margin: 5px 0;
}

#total_breakdown #order_total .total_details {
    text-align: left;
    padding-right: 14px;
    font-size: 1rem;
    color: #000 !important;
    display: inline-block;
}

.stylePrepago #total_breakdown #order_total .total_details {
    padding-right: 0px;
}

#order_details tr.nested th#shoppingCart_tableCell_total,
#order_details .total {
    padding-right: 40px;
}

#total_breakdown #order_total tr {
    display: block;
    width: -webkit-fill-available;
    width: -moz-available;
    text-align: right;
    padding: 20px 35px;
    border-top: 1px solid #ddd;
}

#order_details div[id^="WC_OrderItemDetailsf_div_1_"] a {
    margin-right: 30px;
}

#order_details #WC_OrderItemDetailsf_div_1_1.img a {
    margin: 0 auto;
}

#total_breakdown #order_total tr:last-child {
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    background: #f2f2f2;
    border: 0;
}

#total_breakdown #order_total tr:nth-child(2),
#total_breakdown #order_total tr:nth-child(3),
#scheduling_options form,
#order_details div[id^="WC_OrderItemDetailsf_div_2_"] br,
#box .contentline {
    display: none;
}

#total_breakdown #order_total .total_details.order_total {
    font-size: 20px !important;
    font-weight: 300;
    color: black;
    width: 30%;
    margin: 0;
    text-align: left;
    padding-right: 0px;
    font-family: 'AMX-Medium';
}

.new-look-shopping-cart-box #total_breakdown #order_total .total_details.order_total {
	color: #ee392a !important;
}

.new-look-price-total{
    font-size: 20px !important;
    color: #ee392a !important;
    font-weight: bold !important;
}

.content-checkout #total_breakdown #order_total .total_figures {
    margin: 0;
    padding: 0;
    width: 50%;
    font-family: 'Roboto' !important;
    font-size: 16px !important;
    font-weight: bold !important;
}

.new-look-subtotal-quantity-text{
    color: #3C3C3C !important
}
.descriptive_attributes_resume{
    color: #3C3C3C !important
}
.product_type_title{
    color: #3C3C3C !important
}
.p_name_equipment{
    color: #3C3C3C !important
}
.mobile-phone-svg:before{
    background: url(/wcsstore/CLARO_SF_AS/images/Iconos/menu/smartphone.svg);
    background-size: contain;
    content: "";
    display: inline-block;
    width: 20px;
    height: 25px;
    margin: 17px 0px 6px 0px;
}
#total_breakdown #order_total .total_figures {
    font-family: "AMX-Regular";
    color: #000 ;
    font-weight: 300;
    margin: 0;
    font-size: 1.1rem;
    display: inline-block;
}

#total_breakdown #order_total .total_figures .breadcrumb_current {
    font-size: 23px;
	width: 68%;
	padding-right: 0px;
	font-size: 16px !important;
  	font-family: 'Roboto-Bold';
  	color: #DA291C !important;
}

#order_details {
    padding-bottom: 15px;
}

#order_details div[id^="WC_OrderItemDetailsf_div_2_"],
#order_details .avail,
#order_details .QTY,
#order_details .each,
#order_details .total,
#order_details input {
    font-size: 1rem;
    font-family: "AMX-Regular" !important;
    padding-top: 12px;
}

#order_details input {
    padding: 5px 8px;
    margin-top: -5px;
    text-align: center;
}

#order_details tr th div p,
#discountDetailsSection .info_icon {
    color: #000;
}

#order_details tr th div p a:hover {
    text-decoration: none;
}
#order_details div[id^="WC_OrderItemDetailsf_div_2_"] span {
    font-size: 14px;
    color: #666;
}

.top_border {
    border: 0;
    width: 100%;
}

#customers_new_or_returning {
    text-align: right
}

#customers_new_or_returning .new_returning_button {
    width: initial;
}

#customers_new_or_returning .new,
#customers_new_or_returning .returning {
    display: inline-block;
    width: calc(40% - 10px);
    float: initial;
    font-size: 14px;
    vertical-align: top;
    position: relative;
    height: auto;
    margin: 0;
}

#customers_new_or_returning h2 {
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
    font-family: 'AMX-Regular';
    font-weight: normal;
}

#customers_new_or_returning .returning {
    border-left: 1px solid #ddd;
    margin-left: 30px;
}

#customers_new_or_returning input {
    font-family: "AMX-Regular";
    color: #4D4D4D;
    padding: 8px 15px;
    border: 1px solid #ddd;
}

/**PROCESO DE COMPRA**/
.header-checkout {
    display: block;
    height: 60px;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(246, 246, 246, 0.76) 0%, rgba(245, 245, 245, 0.66) 100%);
    backdrop-filter: blur(8px);
	box-shadow: 0px 2px 4px 0px rgba(45, 45, 45, 0.14);
}

.header-checkout .content-group{
	padding: 0px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}
#head-shopping{
    padding: 5px 0px 0px 0px;
    color: #000;
    font-family: "AMX-Regular";
}
.name-type{
    color: #000;
    font-family: 'AMX-Bold';
}

.content-checkout,
.col8.acol12.ccol9.right {
    font-family: 'AMX-Regular';
}

.content-group,
.content-checkout #mainContents,
.content-checkout #checkout_crumb,
.content-foot {
    max-width: 960px;
    margin: 0 auto;
}

/*
.content-checkout #mainContents, 
.content-checkout.c-summary #box {
    margin-top: 50px;
}*/
.content-group {
    height: 90%;
    padding-top: 6px;
}

.title-checkout {
    font-size: 16px;
    color: #3C3C3C;
    font-family: "Roboto";
    line-height: 19px;
}

.content-group img,
.content-group p {
    display: inline-block;
}

.content-group img {
    width: 97px;
}

#box .main_header {
    border: 0;
    background: 0;
}

#box .main_header .left_corner,
#box .main_header .right_corner,
.content-checkout .checkout_subheader,
.content-checkout .step_arrow,
#box .main_header .left_corner_straight,
#box .main_header .right_corner_straight,
.button_right_side_message,
.content-checkout .order_link,
.content-checkout #order_details .avail,
.content-checkout #order_details th.each.short,
.content-checkout #order_details td.each.short,
.content-checkout #order_details td[headers$="_unitPrice"] div#WC_SingleShipmentSummary_div_9,
.content-checkout #order_details td[headers$="_unitPrice"] div#WC_SingleShipmentSummary_div_9,
.billing_summary br,
#WC_OrderShippingBillingConfirmationPage_div_9 {
    display: none;
}

.content-checkout #checkout_crumb .crumb, .crumb_confirmation {
    text-align: center;
}

.content-checkout #checkout_crumb .crumb a,
.content-checkout #checkout_crumb .crumb span {
    color: #1F97AE;
    font-size: 14px;
    font-weight: 300;
}

.content-checkout #checkout_crumb .crumb .step_off, .crumb_confirmation {
    color: #666;
}

.content-checkout #checkout_crumb .crumb .step_off,
.content-checkout #checkout_crumb .crumb .step_on {
    display: inline-block;
    width: calc(24% - 10px);
}

.content-checkout #box .main_header_text {
    color: #000;
    font-size: 1.375rem;
    font-weight: 300;
    letter-spacing: .4px;
    line-height: 1.2;
    margin: 15px 0;
    display: block;
    font-family: 'AMX-Regular';
}

.checkout-information,
.product-checkout,
.c-summary .shipping_billing_height {
    display: inline-block;
    vertical-align: top;
}

.checkout-information {
    width: calc(55% - 10px);
    margin-right: 35px;
}

.c-summary .shipping_billing_height {
    width: calc(42% - 10px);
    border: 1px solid #ddd;
}

.c-summary .shipping_billing_height {
    width: calc(42% - 10px);
    border: 1px solid #ddd;
}

#ClaroChile_CompraPostPago{
	border-top: 1px solid #ddd;
}
.styleConfirmationMultiline #ClaroChile_CompraPostPago{
	border-top: none;
}
.styleConfirmationMultiline #ClaroChile_CompraPostPago .desgloseCompraFin {
    margin: 10px auto 0;
}
.styleConfirmationMultiline > .order-full{
	border-top: 1px solid #ddd;
}
.subtitlePostpagoMulti {
    text-align: center;
    padding: 30px 30px 15px 30px;
    font-size: 15px;
    font-weight: 700;
    color: #000;
}

.product-checkout{
    width: calc(42% - 10px);
}

.resume_title {
    font-family: "AMX-Regular";
    font-size: 1.3em;
    background: #f2f2f2;
    display: block;
    padding: 15px 20px;
    border-bottom: 1px solid #ddd;
    color: #000;
	text-align: left;
}

.content_plan_total{
	font-family: "AMX-Regular";
    font-size: 1.1rem;
    background: #f2f2f2;
	display: block;
    padding: 15px 20px;
    border-bottom: 1px solid #ddd;
	text-align: left;
	position: relative;
	float: left;
	width: calc(100% - 40px);
}

.resume_title_plan {
	color: #f03829;
	float:left;
	position: relative;
	font-weight: 600;
}

.resume_total_plan{
	float:right;
	position: relative;
	font-weight: 600;
}
.content-checkout #order_details div[id^="WC_OrderItemDetails_div_1_"] {
    width: 37px;
    margin: 0 10px;
    height: 100%;
}
.content-checkout #order_details tr.nested th {
    border-top: 0;
}
.c-summary #order_details div[id^="WC_OrderItemDetailsSummaryf_div_1_"] img {
    width: 67%;
}
.content-checkout #total_breakdown #order_total tr {
    width: initial;
    padding: 10px 20px;
    display: none;
    text-align: right;
    border: 1px solid #ddd;
    border-top: 0;
}
#confirmation_rechange #total_breakdown #order_total tr{
	border-left: none;
	border-right: none;
}
.lastRowPlan{
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}
.nomargin{
	border: none !important;
}
.content-shipping-unregistered #total_breakdown #order_total tr:nth-child(5){
    display: none !important;
}
.content-checkout #total_breakdown #order_total tr:first-child,
.content-checkout #total_breakdown #order_total tr:nth-child(3),
.content-checkout .loggedCheckoutPrepago #total_breakdown #order_total tr.existDiscount,
.styleConfirmationPrepago #total_breakdown #order_total tr.existDiscount,
.content-checkout .content-shipping-unregistered #total_breakdown #order_total tr.existDiscount,
.content-checkout #total_breakdown #order_total tr:last-child {
    display: block;
}
.content-checkout #total_breakdown #order_total .totalShippingCharge{
	display: block;
	border-bottom: none;
}
.loggedCheckoutPrepago #total_breakdown #order_total tr:nth-child(3), 
.content-checkout .content-shipping-unregistered #total_breakdown #order_total tr:nth-child(3){
	border-bottom: none;
}
.content-checkout #total_breakdown #order_total .total_details.order_total {
    text-align: left;
    font-size: 16px !important;
    font-family: 'Roboto';
    font-weight: bold;
    color: #3C3C3C !important;
}
.content-checkout #order_details {
    padding: 0;
	margin-top: 0px;
}
.content-checkout #order_details tr.nested th {
    font-size: .75rem;
    font-family: 'AMX-Regular' !important;
    font-weight: 700;
}
.content-checkout .drop_down_shipping,
.content-checkout .drop_down_billing,
.content-checkout .drop_down_address_book,
.content-checkout .card_info .col1 span input {
    height: initial;
    padding: 10px;
    border: 1px solid #ddd;
    font-size: .9em;
    width: 86%;
    color: #666;
    margin: 10px 0;
}

.content-checkout .card_info .col1 span input,
.content-checkout input,
.content-checkout .drop_down {
    width: auto;
}

#shippingAddressDisplayArea,
#billingAddressDisplayArea_1,
.c-summary .billing_method {
    font-size: 1rem;
    color: #000;
}

.content-checkout .billing_method {
    margin: 0;
    display: block;
}

.content-checkout .shipping_address .title label,
#order_details td {
    color: #000;
}

.content-checkout #billing .billing_address_container {
    float: initial;
    min-width: initial;
    max-width: initial;
}

.info_icon {
    padding: 0;
}

.content-checkout .title label,
.content-checkout .title {
    font-size: 0.9rem;
    font-weight: 300;
    color: #000;
    font-family: 'AMX-Regular';
}

.content-checkout #billing_summary,
.content-checkout .billing_summary,
.content-checkout .billing_address,
.content-checkout .billing_method,
.content-checkout #billing_method {
    padding: 0;
    font-size: initial;
}

.content-checkout .editAddressLink,
.content-checkout .newShippingAddressButton {
    color: #1F97AE;
    font-size: 14px;
}

.content-checkout .button_footer_line {
    padding-top: 0;
    position: relative;
    width: 86%;
    margin-top: 15px;
}

.content-checkout .button_secondary > .button_text,
.content-checkout .button_primary > .button_text {
    min-width: 150px;
    border-radius: 30px;
}

.content-checkout .button_left_padding{
	margin-left: 0px;
}

.content-checkout #order_details .total {
    padding-right: 0;
    width: initial;
}

.content-checkout #order_details .th_align_left_normal {
    padding: 20px 10px 20px 20px;
	background-color: white;
}
.contentMP #order_details .th_align_left_normal {
    width: 100%;
}
.contentMP .resume_item #order_details .th_align_left_normal {
	min-height: 150px;
}
.contentMP .resume_item #order_details {
	border: 1px solid #ccc;
    border-radius: 10px;
}

.content-checkout #order_details .th_align_left_normal .itemspecs {
    float: initial;
    font-size: 16px;
    padding: 0;
}

.content-checkout .stylePrepago .th_align_left_normal .itemspecs {
    min-width: 180px;
}

.content-checkout #order_details .th_align_left_normal .itemspecs span {
	font-size: 20px;
    font-family: 'Roboto';
    font-weight: 400;
    color: #3C3C3C !important;
}

.content-checkout #order_details .th_align_left_normal .itemspecs span.product_type_title {
    font-size: 20px;
    color: #3C3C3C !important;
    font-family: "Roboto-Regular";
    margin-bottom: 5px;
    display: block;
    margin-top: 0;
}
.contentMP #order_details .th_align_left_normal .itemspecs span.product_type_title {
    color: #000;
}
.contentMP #order_details .th_align_left_normal .itemspecs span {
	font-size: 18px;
    color: #000;
}

.content-checkout #order_details .th_align_left_normal .itemspecs p span.unit_price_title {
    margin-top: 18px;
    display: block;
    color: #000;
    font-size: 1rem;
}

.content-checkout #order_details .th_align_left_normal .itemspecs p span.unit_price_title .price {
    float: right;
    font-size: 1.25rem;
    color: #fff;
    position: relative;
    top: 1px;
    margin: 0;
}

.content-checkout #order_details .th_align_left_normal .itemspecs br {
    display: none;
}

.content-checkout .card_info .col1 .card_number {
    margin-right: 30px;
}

.content-checkout #box {
    max-width: 960px;
    margin: 0 auto;
	padding: 0 17px;
	min-height: inherit;
}

.content-checkout #order_details th,
.content-checkout #order_details td {
    border: 1px solid #ddd;
}

.content-checkout #order_details tr:first-child {
    border: 0;
}

.c-summary .product-checkout {
    width: 100%;
}

.c-summary .shipping_address_content {
    margin: 15px 0;
    font-size: 15px;
    color: #666;
}

.c-summary #total_breakdown #order_total tr {
    font-size: 12px;
}

.content-checkout #order_details .strong_content,
.content-checkout .strong {
    color: #000;
    font-weight: 300;
    display: block;
    margin-bottom: 5px;
}

.c-summary .shipping_method,
.c-summary .billing_method {
    margin: 10px 0;
}

.c-summary .billing_address .title,
.c-summary .billing_method .title {
    color: #000 !important;
    margin-bottom: 14px;
}

.c-order #checkout_crumb {
    margin-top: 15px;
    margin-bottom: 25px;
}

.c-order #checkout_crumb::before {
    content: '';
    background-size: 100%;
    height: 60px;
    width: 60px;
    display: block;
    margin: 10px auto 20px;
}
.confirmation-page #checkout_crumb::before {
    background: url(/wcsstore/CLARO_SF_AS/images/claro/check-circle.svg) no-repeat center center;
}

.purchaseConfirmationView .new-look-contenedor-box-2.contenedor-box-mobile::before {
    content: '';
    background-size: 100%;
    height: 60px;
    width: 60px;
    display: block;
    margin: 10px auto 20px;
}
.purchaseConfirmationView .new-look-contenedor-box-2.contenedor-box-mobile::before{
	background: url(/wcsstore/CLARO_SF_AS/images/claro/check-circle.svg) no-repeat center center;
}

.pending-page #checkout_crumb::before {
    background: url(/wcsstore/CLARO_SF_AS/images/claro/alert-triangle.svg) no-repeat center center;
}
.confirmation-page #checkout_crumb::before,
.pending-page #checkout_crumb::before {
    background-size: 100%;
}

.crumbAlt {
    height: 60px;
    display: block;
    text-align: center;
}

.c-order #checkout_crumb .crumb h1 {
    font-size: 16px;
    color: #000;
    font-weight: 300;
    margin-bottom: 1.5rem;
}

.c-order #checkout_crumb .crumb a,
.c-order #checkout_crumb .crumb span,
#checkout_crumb .crumb > p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
}

.c-order #box {
    display: flex;
    flex-wrap: wrap;
}

.order-full,
.c-order .product-checkout,
.c-order .button_footer_line {
    display: block;
    width: 100%;
}

.order-full {
    order: 2;
    display: flex;
    flex-wrap: nowrap;
}

.c-order .product-checkout {
    border-left: none;
    border-right: none;
}

.c-order .button_footer_line {
    order: 3;
    margin-bottom: 35px;
}

.c-order .productCheckoutClaroPostPago::before {
    background: transparent;
    border: 0;
    padding: 15px 0 0;
}

.c-order #total_breakdown #order_total tr:last-child {
    background: transparent;
    box-shadow: none;
    border-bottom: 0;
}

.c-order #total_breakdown #order_total td.total_details[id^="WC_SingleShipmentOrderTotalsSummary_"] {
    float: initial !important;
}

.c-order #order_details {
    padding: 0;
}

.c-order #total_breakdown #order_total .total_details.order_total {
    text-align: right;
    width: 100%;
    padding-right: 0px;
}

.c-order #total_breakdown #order_total .total_figures {
    width: initial;
}

.c-order #total_breakdown #order_total tr {
    border-top: 0;
    border-bottom: 1px dotted #ddd;
    padding: 10px 4px;
}

.c-order .shipping-information,
.c-order .billing-information {
    display: inline-block;
    vertical-align: top;
}

/*.c-order .shipping-information, 
.c-order .billing-information {
    width: calc(50% - 10px);
}*/
.c-order .shipping-information {
    width: calc(35% - 10px);
}

.c-order .billing-information {
    width: calc(68% - 10px);
}

.c-order .billing_method div {
    width: calc(50% - 10px);
}

.c-order #WC_SingleShipmentSummary_div_21,
.c-order #WC_OrderShippingBillingConfirmationPage_div_21,
.c-order .shipping_method,
.c-order .billing_method {
    margin: 0;
}

.c-order .title label,
.c-order .title,
.c-order .payment_amount {
    font-size: 15px;
    font-weight: 700;
    color: #000 !important;
    margin-bottom: 10px;
    font-family: 'AMX-Medium';
}

.c-order .shipping_address,
.c-order .shipping_method .text,
.c-order .billing_address,
.c-order .billing_method {
    font-size: 14px;
}

.c-order #billing_summary .billing_method,
.c-order .billing_summary .billing_method,
.c-order .billing_summary .billing_address {
    display: inline-block;
    width: calc(50% - 10px);
    margin: 0;
    float: initial;
    padding: 0;
    vertical-align: top;
}

.c-order #billing_summary .billing_method,
.c-order .billing_summary .billing_method {
    width: 100%;
}

.c-order .continue_shopping {
    float: right;
}

.c-order .button_secondary > .button_text {
    background: #f03829;
    border: 1px solid #f03829;
    color: #fff;
}

.c-order .button_primary > .button_text {
    border: 1px solid #1f99b0;
    background: #fff;
    color: #1f99b0;
}

.c-order #order_details div[id^="WC_OrderItemDetailsSummaryf_div_1_"] img {
    width: 50%;
}

/** UnregisteredCheckoutView **/
#unregistered_form {
    font-size: 14px;
    font-family: "AMX-Regular";
}

.address input,
.drop_down_checkout {
    padding: 10px;
    width: -webkit-fill-available;
    width: -moz-available;
    border: 1px solid #ddd;
    margin: 2px 0 20px;
    height: initial;
    font-family: "AMX-Regular";
    font-size: 14px;
}

.drop_down_checkout {
    margin: 10px 0;
}

/*.drop_down_checkout {
    width: 75.5%;
}*/
.col1_bill > h2,
.col2_ship > h2 {
    color: #000;
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 10px;
}

.myaccount_header {
    border: 0;
    background: #fff;
    height: initial;
    font-family: "AMX-Regular";
    font-size: 1.75rem;
    color: #222;
    font-weight: 300;
    border-bottom: 0;
    padding-left: 0;
    padding-top: 0;
}

#unregistered_form .col1_bill {
    border-right-width: 0px;
    padding: 0;
}

#unregistered_form .col2_ship,
#unregistered_form .col1_bill {
    width: 46%;
}

/**LOGIN**/
.panelLinkSelected.selected {
    border: 0;
    border-radius: 0;
    color: #1F97AE;
    left: 0;
    background: none;
}

.loginMenuDropdown .button_primary .button_text {
    font-size: 14px;
    width: -webkit-fill-available;
    width: -moz-available;
    min-width: initial;
    padding: 11px;
}

.loginMenuDropdown .field .link {
    color: #1F97AE;
    font-size: 13px;
    text-align: right;
    width: 100%;
    margin: 0 0 10px;
    font-weight: 300;
    font-family: 'AMX-Regular';
}

.loginMenuDropdown .footer .field,
.loginMenuDropdown .footer .button_secondary {
    display: inline-block;
    width: initial;
    vertical-align: top;
    margin: 0;
}

.loginMenuDropdown .button_secondary .button_text {
    border: 0;
    padding: 0;
    width: initial;
    min-width: initial;
    font-size: 13px;
}

.loginMenuDropdown,
.menuDropdown {
    top: 25px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 0;
}

.loginMenuDropdown .footer {
    border: 0;
    margin: 0;
    padding: 10px 0;
    display: flex;
}

.loginMenuDropdown .input_field {
    width: 100%;
    border-radius: 0;
    border: 1px solid #ddd;
    padding: 10px 6px;
}

/*.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-draggable.ui-resizable {
    left: 28.5%!important;
    z-index: 2!important;
    top: 50px!important;
}*/
div[aria-describedby="quick_cart_container"],
div[aria-describedby="MiniShopCartProductAdded"] {
    left: 42% !important;
    z-index: 2 !important;
    top: 85px !important;
}

.widget_product_image_viewer > .content > .other_views > .other_views_text,
.product_text .recurring,
.departmentMenu > .header {
    display: none;
}

#widget_breadcrumb {
    max-width: 100% !important;
    margin: 0;
    font-weight: 300;
    font-family: "AMX-Regular";
}

div#widget_breadcrumb > ul li a {
    color: #989898;
}

div#widget_breadcrumb > ul li.current{
	color: #fff;
}

div#widget_breadcrumb > ul{
	background: transparent;
	padding: 10px 0 !important;
}

.layout-compare #widget_breadcrumb > ul{
	width: 90%;
	margin: 0 auto;
}

.widget_product_image_viewer > .content > .other_views {
    display: block;
    width: 100%;
    border: 0;
}

.widget_product_image_viewer > .content > .other_views > ul {
    text-align: center;
    width: 100%;
    margin-bottom: 0px;
}

.widget_product_image_viewer > .content > .other_views > ul > li {
    display: inline-block;
    float: initial;
    margin-right: 10px;
}

.content-checkout .shipping_method,
.content-checkout .billing .billing_address_container,
.c-summary .billing_address,
.shipping_method_summary,
.c-order #billing_summary .billing_address,
.col1.actions,
div[id^="WC_OrderList_TableContent_Action_"] a,
fieldset#MYCOUPONS,
.pageSection .readField .field:nth-child(7),
#orderDetail_content .button_primary {
    display: none;
}

.pageSection .readField .field {
    margin-bottom: 8px;
}

.pageSection .readField .field span {
    font-size: 15px;
    color: #666;
}

.pageSection .readField .field .readLabel {
    width: 100%;
    display: block;
    font-weight: 300;
    color: #000;
}

.pageSection .readField .field .readLabel-readValue {
    font-weight: 300;
    color: #777;
    width: 100%;
    display: block;
}

/** FILTRO**/
.facetSelectContainer .facetSelect:last-child li.singleFacet {
    width: inherit;
    padding: 0 0px !important;
}

.facetSelectContainer .swatch img {
    box-sizing: border-box;
}

.facetSelectContainer .swatch img[alt$="GB"] {
    border-radius: 0;
    width: 100%;
    padding: 0;
    border: 1px solid #fff;
	margin-bottom: 10px;
}

.facetCountContainer {
    font-size: 12px;
    color: #000;
}

.facetSelectContainer .swatch img,
.facetSelected > a > div.filter_option > span > img {
    width: 22px;
}

.facetSelectContainer .swatch img {
    padding: 2px;
    transition: all .3s;
}

.facetSelectContainer .swatch img:hover {
    box-shadow: 0 0 0 1px #1f98af;
}

.loginMenuDropdown.active {
    right: 0;
}

.inputField,
#AddressForm .inputField.wcSelect,
input,
textarea {
    padding: 10px;
    border-radius: 0;
    border: 1px solid #ddd;
    color: #666;
    font-size: 0.9rem;
    margin-top: 5px;
    box-sizing: border-box;
    transition: all .3s ease;
}

.inputField:hover,
#AddressForm .inputField.wcSelect:hover,
input:hover,
textarea:hover {
    border: 1px solid #1F97AE;
}

.pageSection form[action="PersonChangeServiceAddressAdd"] .depaInfo .address_content_info:first-child .column_label,
.pageSection form[action="PersonChangeServiceAddressAdd"] .depaInfo .address_content_info:last-child .column_label{
    padding-bottom: 20px;
}
.pageSection form[action="PersonChangeServiceAddressAdd"] .depaInfo .address_content_info .separata{
    margin: 0px;
}

.form_2column #Register,
#addressBookListDiv #AddressForm {
    width: 65%;
}

#Register input[name="address2"]{
    margin-top: 34px;
}

#Register input,
#Register .inputField.wcSelect,
#AddressForm input,
#AddressForm .inputField.wcSelect {
    width: 100%;
}

.form_2column .column {
    margin-top: 6px;
    width: calc(46% - 10px);
    margin-right: 20px;
    min-width: initial;
    max-width: initial;
}
#Register .form_2column .column {
    padding-bottom: 10px;
}
.form_2column .label_spacer,
.form_2column .column_label,
.form_2column .column > div > label,
.form_2column .column .birthday_label,
.form_2column .column .birthday_content div .form_2column .column .birthday_content div,
#centered_single_column_form .label_spacer,
#billingCreateEditArea1 .label_spacer,
#WC_ShopcartAddressFormDisplay_div_6,
#billingCreateEditArea1 .denote_required_field,
#WC_AccountForm_div_10 {
    font-size: .9rem;
    color: #222;
    font-family: 'AMX-Regular';
}
.form_2column .column > div > label {
    display: block;
}
#addressDetailsEditFormMain .addressShopCartFullContent .address_content_info .column {
    width: -webkit-fill-available;
    width: -moz-available;
}
.form_2column .address_content_info .column {
    width: 100%;
}
#box .content_header,
#box .my_account .body {
    border: 0;
}
#summaryOfChanges .label,
.largeLabel {
    padding: 0;
}
#summaryOfChanges > p:nth-child(4),
#summaryOfChanges > p:nth-child(6),
.facetSelect li#price_range_input {
    display: none;
}
.filterDiv #clear_all_filter {
    font-size: 14px;
    color: #2bb3ce;
    font-family: "AMX-Regular";
    right: 20px;
    top: 21px;
}
.filterDiv {
    border-bottom: 1px solid #ddd;
    padding-bottom: 18px;
}
.filterDiv h3 {
    font-size: 16px;
    color: #000;
    font-weight: 300;
    font-family: "AMX-Regular";
}
.facetSelect .checkBox {
    border: 1px solid #000;
    background-color: #dfdfdf;
    border-radius: 2px;
    width: 10px;
    height: 10px;
    box-shadow: inset 0px 2px 2px 0px #fff;
}
.facetSelectContainer .facetSelectedHighlight {
    color: #666;
    font-weight: 300;
}
#productsFacets fieldset:last-child {
    border: 0;
}

/**SIGN IN FORMULARIO**/
.sign_in_registration {
    font-family: "AMX-Regular";
    max-width: initial;
}

.sign_in_registration .forgot_password_container .align,
.sign_in_registration .forgot_password_container .align,
.sign_in_registration .align {
    border: 0;
}

.sign_in_registration .forgot_password_content form input {
    width: 292px;
}

/** MY ACCOUNT **/
#facet_nav_collapsible_my_account {
    background: #fff !important;
    padding: 0 !important;
    width: calc(470% - 10px);
}

.col8.acol12.ccol9.right #MyAccountDisplayPageHeading,
.col8.acol12.ccol9.right .myaccount_desc,
.col8.acol12.ccol9.right .myAccountSubHeading,
.col8.acol12.ccol9.right .my_account_summary,

#facet_nav_collapsible_my_account h3,
#facet_nav_collapsible_my_account span,
#MYORDERS .optionContainer > .title,
#SETTINGS .optionContainer > .title,
#Subscription_OrderListTable_Widget {
    display: none !important;
}

#MYORDERS .optionContainer,
#SETTINGS .optionContainer {
    border: 0;
}

#SETTINGS .facetSelect li {
    display: inline-block;
    width: calc(50% - 10px);
    margin: 8px 14px 2px 2px;
    position: relative;
}

#SETTINGS .facetSelect li a {
    display: block;
    border: 1px solid #ddd;
    border-radius: 2px;
    padding: 20px 20px 20px 80px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
    font-size: 20px;
    position: relative;
    color: #000;
}

#SETTINGS .facetSelect li a:hover,
.pageSection:hover {
    border: 1px solid #1F97AE;
}

.row.margin-true .myaccount_desc {
    margin: 0 10px;
}

.myaccount_desc_title {
    padding: 10px 0;
    color: #858585;
    font-weight: bold;
    font-size: 16px;
}

.myAccountSubHeading {
    font-size: 18px;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 5px;
}

.my_account_summary a {
    font-size: 13px;
    color: #1F97AE;
    font-weight: 700;
}

#box .my_account .body {
    padding: 0;
}

#box .content_header {
    padding: 10px 0;
}

#box .content_text {
    font-size: 14px;
}

.pageSection .pageSectionTitle .editIcon a::after {
    content: 'Editar';
    color: #1F97AE;
    font-family: "AMX-Regular";
    font-size: 14px;
}

.pageSection .pageSectionTitle .editIcon {
    border: 0;
    width: initial;
    height: initial;
    position: absolute;
    bottom: 15px;
    left: 20px;
    font-weight: 300;
}

.pageSection .pageSectionTitle .editIcon img {
    display: none;
}

.pageSection .pageSectionTitle .deleteIcon a::after {
    content: 'Eliminar';
    color: #1F97AE;
    font-family: "AMX-Regular";
    font-size: 14px;
}

.pageSection .pageSectionTitle .deleteIcon {
    border: 0;
    width: initial;
    height: initial;
}

.pageSection .pageSectionTitle .deleteIcon img {
    display: none;
}

.addressSelectionEditPage .addrbook_header .wcSelect {
    background: white;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.editButtons .button_secondary > .button_text {
    border: 1px solid #1F97AE;
    display: inline-block;
    height: initial;
    line-height: initial;
    padding: 0;
}

.editButtons a {
    margin-right: 14px;
    height: initial;
    width: initial;
}

.editButtons .button_secondary > .button_text {
    border: 1px solid #1F97AE;
    display: inline-block;
    height: initial;
    line-height: 1;
    padding: 0;
    padding: 9px 20px;
    font-size: 16px;
    min-width: initial;
    font-weight: 300;
}

.pageSection .pageSectionTitle > span:not(.spanacce),
.pageSection .pageSectionTitle > p,
.pageSection .pageSectionTitle > h2 {
    color: #000;
}

.pageSection .pageSectionTitle h2 {
    font-size: 16px;
}

.pageSection .pageSectionTitle {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0;
}

.pageSection {
    box-shadow: 0px 2px 5px #ACAEAE;
    border: 1px solid #ddd;
    padding: 15px 18px 50px;
    width: calc(25% - 15px);
    margin: 15px 0;
    position: relative;
}

.pageSection.editView.lightedSection {
    width: 100%;
}

#container_MyAccountDisplayB2B .button_footer_line {
    padding-top: 18px;
    padding-bottom: 8px;
    float: left;
    width: 62%;
}

.button_footer_line .left {
    order: 2;
    padding: 0;
}

.button_footer_line .left .button_primary .button_text,
.editField .editActions .button_primary .button_text,
#WC_UserRegistrationUpdateForm_div_42 .button_primary .button_text,
.myAccountMarginRight .button_footer_line .button_primary .button_text {
    background: #1F97AE;
    border: 1px solid #1F97AE;
}

.button_footer_line .button_secondary {
    margin: 0 20px 0 0;
}

#WC_OrderShipmentDetails_div_31 {
    margin: 0;
    padding: 0;
    float: left;
    /* display: inline-block!important; */
    width: initial;
}

.button_footer_line .order_print_signup .button_primary .button_text {
    background: transparent;
}

.button_footer_line .order_print_signup .button_primary:hover {
    background: none;
}

.hover_underline{
    color: #666;
}

.button_footer_line .order_print_signup .hover_underline {
    display: none;
}

.listTable {
    border: 0;
    border-radius: 0;
}

.listTable .tableHeader {
    padding: 0 40px;
    text-align: left;
    font-weight: 700;
    background: white;
    border-left: 5px solid transparent;
    /*padding: 10px 40px;
    text-align: left;
    font-weight: 700;
    background: #f13829;
    color: #fff;
    box-shadow: 0px 2px 5px #ACAEAE;*/
}

#Processed_OrderList_list_table .tableHeader .col2 .cell span {
    color: #000;
    /*color: #fff;*/
    font-weight: 300;
    font-size: 14px;
    font-family: 'AMX-Regular';
}

#Processed_OrderList_list_table .entry:first-child {
    margin-top: 5px;
}

#Processed_OrderList_list_table .entry {
    border-bottom: 0;
    margin: 20px 0;
    box-shadow: 0px 2px 5px #ACAEAE;
    padding: 20px 40px;
    border: 1px solid #ddd;
    border-left: 5px solid #f03829;
}

#Processed_OrderList_list_table .cell {
    padding: 0;
    color: #666;
    font-size: 16px;
    float: initial;
}

#Processed_OrderList_list_table .cell a,
.listTableMobile .cell a {
    color: #666;
    font-size: 16px;
}

#Processed_OrderList_list_table div[id^="WC_OrderList_TableContent_total_price_"] {
    font-size: 28px;
    color: #000;
}

#totalLabel {
    background: white;
    border-radius: 0;
    margin-top: 20px;
    padding: 0;
}

#totalLabel .label {
    font-size: 25px;
    font-weight: 300;
    width: 60%;
    color: #f03829;
}

.orderSummaryReport #totalLabel .value {
    color: #000000;
    font-size: 25px;
    font-weight: 300;
    max-width: initial;
    float: right;
    position: relative;
    width: initial;
}

#orderSummaryContainer {
    border: 0;
}

#OrderDetail_ItemTable_table .tableHeader .cell {
    font-size: 12px;
    font-weight: 300;
}

#OrderDetail_ItemTable_table_content .cell {
    font-size: 14px;
}

#OrderDetail_ItemTable_table_content .cell a {
    color: #666;
}

#SETTINGS .facetSelect li a:hover,
.facetSelect li a:hover {
    text-decoration: none;
}

#SETTINGS .facetSelect li a#WC_MyAccountSidebarDisplayf_links_5b,
#AddressSelection,
#orderDetail_content .row.pageSection {
    display: none;
}

#container_MyAccountDisplayB2B,
#container_orderHistory_detail {
    margin-bottom: 50px;
}

#container_MyAccountDisplayB2B .col8.acol12.ccol9.right,
#container_orderHistory_detail .col8.acol12.ccol9.right {
    position: relative;
    top: 10px;
    width: -webkit-fill-available;
    width: -moz-available;
    display: block;
    margin: 0 auto;
    float: left;
    padding: 0 1%;
}

#container_MyAccountDisplayB2B .col8.acol12.ccol9.right > div {
    margin: 0;
}

#SETTINGS .facetSelect li a[id^="WC_MyAccountSidebarDisplayf_links_"]::after {
    display: block;
    font-size: 16px;
    color: #666;
    margin-top: 7px;
}

#SETTINGS .facetSelect li a[id^="WC_MyAccountSidebarDisplayf_links_"]::before {
    content: '';
    display: inline-block;
    background-size: 100% !important;
    width: 40px;
    height: 45px;
    margin-right: 10px;
    top: 15px;
    position: absolute;
    left: 22px;
}

#SETTINGS .facetSelect li a#WC_MyAccountSidebarDisplayf_links_0::after {
    content: 'Edita tus datos personales';
}

#SETTINGS .facetSelect li a#WC_MyAccountSidebarDisplayf_links_1::after {
    content: 'Edita tu contraseÃ±a';
}

#SETTINGS .facetSelect li a#WC_MyAccountSidebarDisplayf_links_0::before {
    background: url(/wcsstore/CLARO_SF_AS/images/claro/ico-micuenta-perfil.svg) no-repeat center center;
}

#SETTINGS .facetSelect li a#WC_MyAccountSidebarDisplayf_links_1::before {
    background: url(/wcsstore/CLARO_SF_AS/images/claro/ico_password.svg) no-repeat center center;
}

#SETTINGS .facetSelect li a#WC_MyAccountSidebarDisplayf_links_2::after {
    content: 'Edita o agrega mÃ¡s direcciones';
}

#SETTINGS .facetSelect li a#WC_MyAccountSidebarDisplayf_links_2::before {
    background: url(/wcsstore/CLARO_SF_AS/images/claro/ico-micuenta-direcciones.svg) no-repeat center center;
}

#SETTINGS .facetSelect li a#WC_MyAccountSidebarDisplayf_links_5::after {
    content: 'Rastrea o cancela tus pedidos';
}

#SETTINGS .facetSelect li a#WC_MyAccountSidebarDisplayf_links_5::before {
    background: url(/wcsstore/CLARO_SF_AS/images/claro/ico-micuenta-pedidos.svg) no-repeat center center;
}

#SETTINGS .facetSelect li::after {
    font-size: 20px;
    font-size: 1.25rem;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    content: "ï„…";
    font-family: "FontAwesome";
    color: #1F97AE;
    right: 10px;
}

.form_2column .column .ui-selectmenu-button span.ui-selectmenu-text {
    padding: 0;
}

#Register .inputField.wcSelect,
#QuickCheckout .inputField.wcSelect,
#AddressForm .inputField.wcSelect,
#addressId .inputField.wcSelect {
    padding: 10px;
}

#container_MyAccountDisplayB2B .myAccountMarginRight h2,
#container_MyAccountDisplayB2B h1,
#orderInfo h1 {
    margin-bottom: 15px;
}

.pageSection .pageSectionTitle > span:not(.spanacce),
.pageSection .pageSectionTitle > p,
.pageSection .pageSectionTitle > h2 {
    width: 80%;
}

.pageSection .readField .readLabel {
    width: 60%;
}

.addressSelectionEditPage,
#addressDetailRefreshArea,
#OrderDetailItemTable_Widget {
    display: block;
    width: 100%;
}

.addressSelectionEditPage {
    order: 2;
    text-align: center;
    margin-top: 10px;
}

#addressDetailRefreshArea,
#orderSummaryContainer {
    order: 1;
    width: 100%;
    box-shadow: none;
    padding: 0;
    margin: 0;
}

#orderDetail_content,
#orderInfo,
.orderSummaryReport {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
}

#orderInfo .entry {
    font-size: 1.2rem;
}

#orderSummaryContainer .col1:nth-child(1) {
    width: 4% !important;
    margin-right: 30px;
    position: relative;
    top: -5px;
}

#orderSummaryContainer .withPreviewImage .cell {
    padding: 0;
    font-size: 16px;
    color: #666;
}

#orderSummaryContainer .listTable .row.entry.withPreviewImage {
    padding: 25px 0 12px;
    margin: 0;
    border-top: 1px solid #e9e9e9;
}

#orderSummaryContainer .listTable .entry,
#orderSummaryContainer .listTable .row.entry.withPreviewImage:nth-child(2) {
    border: 0;
}

#orderSummaryContainer .listTable .tableHeader {
    padding: 0;
    border-left: 0;
}

.orderSummaryReport .col4 {
    font-size: 16px;
    color: #666;
}

.orderSummaryReport div[aria-labelledby^="OrderDetail_Shipping_"] {
    width: calc(35% - 10px);
}

.orderSummaryReport .col8 {
    width: calc(65% - 10px);
}

#orderSummaryContainer .listTable .tableHeader div[class*="col"],
#orderSummaryContainer .listTable .row.entry.withPreviewImage div[class*="col"] {
    width: calc(22% - 10px);
}

#orderSummaryContainer .listTable .tableHeader div[class*="col"] > div {
    font-size: 0.875rem;
    font-weight: 300;
    font-family: 'AMX-Regular';
    padding-bottom: 2px;
    color: #000;
}

#orderSummaryContainer .listTable .row.entry.withPreviewImage div[role="gridcell"] > div.cell {
    font-size: 16px;
    font-family: "AMX-Regular";
    font-weight: 300;
    color: #666;
}

#orderSummaryContainer .listTable .row.entry.withPreviewImage div[role="gridcell"]:last-child {
    text-align: right;
    width: calc(30% - 10px);
    float: right;
}

#orderSummaryContainer .listTable .row.entry.withPreviewImage div[role="gridcell"]:last-child > div.cell {
    font-size: 1.25rem;
    text-align: right;
}

#orderSummaryContainer .listTable .tableHeader div[class*="col"]:last-child > div {
    display: none;
}

#orderSummaryContainer .col1:last-child .cell {
    font-size: 25px;
    color: #000;
}

#orderSummaryContainer .withPreviewImage .cell b {
    font-weight: 300;
}

#orderSummaryContainer .listTable .footer,
.list_mode .product_info div[id^="swatch_selection_entitledItem_"] {
    display: none;
}

#order_details div.WCTooltip {
    left: 290px !important;
}

.orderSummaryReport #summaryOfChanges #totalLabel .label {
    width: initial;
}

#orderDetail_content #orderInfo .entry {
    font-size: 1.25rem;
}

#orderSummaryContainer .pageSectionTitle .title {
    font-size: 16px;
    top: -2px;
    position: relative;
}

.orderSummaryReport h2 {
    color: #000;
}

.orderSummaryReport div[class^="col"] > div[id$="_DetailDiv"] {
    margin-bottom: 20px;
}

.orderSummaryReport .value {
    width: initial;
    float: right;
    max-width: initial;
}

#OrderDetailItemTable_Widget {
    margin: 20px 0 0;
}

#order_details div.WCTooltip {
    left: 290px !important;
}

.row.entry.withPreviewImage div[role="gridcell"] > div > p .title_history_detail {
    font-size: 0.875rem;
    font-family: 'AMX-Regular';
    color: #000;
    margin-bottom: 4px;
    display: block;
}

/**MIS DIRECCIONES - MI CUENTA**/
.addressSelectionEditPage .addrbook_header {
    margin-right: 0;
}

.editButtons a {
    margin-right: 0;
}

#addressDetailsEditMain,
#addressDetailsEditFormMain {
    width: 100%;
}

.content_address_list .content_detail_address .pageSection .footerEditSection .deleteIcon {
    display: inline-block;
    left: calc(15% - 10px) !important;
}

#addressDetailsEditFormMain.pageSection{
    max-width: 400px;
}

#addressDetailsEditFormMain {
    padding: 30px 25px;
    max-height: initial;
    max-width: initial;
    width: 600px;
    overflow: hidden;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    box-shadow: none;
    border: none;
    border-radius: 0;
}

#addressDetailsEditFormMain[style="position: absolute;"] {
    position: fixed !important;
    min-height: 260px;
    height: 660px;
}

#addressDetailsEditFormMain .form_2column > div > .column {
    width: calc(50% - 10px);
}

#addressDetailsEditFormMain .editField {
    margin: 0;
}

#addressDetailsEditFormMain .editActions {
    width: -webkit-fill-available;
    width: -moz-available;
    display: flex;
    flex-wrap: wrap-reverse;
    margin: 30px 5px 0;
}

#addressDetailsEditFormMain .form_2column div > .column {
    width: calc(50% - 10px);
    min-width: initial;
    margin: 0 5px;
}

.form_2column .align {
    padding-bottom: 10px;
    width: 48%;
}

.form_2column .align .column {
    width: 100%;
}

#container_MyAccountDisplayB2B .my_account .button_footer_line {
    width: 48%;
}

#addressDetailsEditFormMain #Register input,
#addressDetailsEditFormMain #Register .inputField.wcSelect,
#addressDetailsEditFormMain #AddressForm input,
#addressDetailsEditFormMain #AddressForm .inputField.wcSelect {
    width: 100%;
}

.addressShopCartFullContent .address_content_info:nth-child(2),
#billingCreateEditArea1 .addressShopCartFullContent .address_content_info:nth-child(2) {
    margin-right: 10px;
}

#addressDetailsEditFormMain .editActions .button_primary,
#addressDetailsEditFormMain .editActions .button_secondary {
    margin: 0;
    margin-bottom: 10px;
    width: 100%;
    display: block;
}

#addressDetailsEditFormMain .editActions .button_primary .button_text,
#addressDetailsEditFormMain .editActions .button_secondary .button_text {
    width: -webkit-fill-available;
    width: -moz-available;
}

#Processed_OrderList_list_table.listTable .order,
#Processed_OrderList_list_table.listTable .status,
#Processed_OrderList_list_table.listTable .quantity,
#Processed_OrderList_list_table.listTable .date {
    width: calc(13% - 10px);
    text-align: left;
    padding-right: 20px;
}

#Processed_OrderList_list_table.listTable .order div[row-expand^="OrderList_"],
#Processed_OrderList_list_table.listTable .status div[row-expand^="OrderList_"],
#Processed_OrderList_list_table.listTable .quantity div[row-expand^="OrderList_"],
#Processed_OrderList_list_table.listTable .date div[row-expand^="OrderList_"] {
    width: 90px;
    line-height: 14px;
}

#Processed_OrderList_list_table.listTable .date div[row-expand^="OrderList_"] {
    width: 115px;
}

#Processed_OrderList_list_table.listTable .total_price {
    width: 30%;
    text-align: center;
}

.listTable .entry .quantity .cell {
    margin-right: 0;
}

#Processed_OrderList_list_table div[id^="WC_OrderList_TableContent_total_price_"]::before
/*#orderSummaryContainer .listTable .row.entry.withPreviewImage div[role="gridcell"]:last-child > div.cell::before*/
    {
    content: 'Total:';
    color: #EF3829;
    font-size: 24px;
    padding-right: 5px;
}

#Processed_OrderList_list_table.listTable .link {
    text-align: right;
    width: 70px;
    float: right;
}

#Processed_OrderList_list_table.listTable .link .cell a {
    color: #1F97AE;
    font-size: 16px;
    position: relative;
}

#Processed_OrderList_list_table.listTable .link .cell a:hover {
    text-decoration: underline;
}

#Processed_OrderList_list_table.listTable .link .cell a::after,
#Processed_OrderList_list_table.listTable .link .rightCol a::after {
    color: inherit;
    text-decoration: none;
    content: "ï„…";
    font-family: "FontAwesome";
    position: absolute;
    margin-left: 5px;
    bottom: -1px;
}

#Processed_OrderList_list_table .tableHeader .col2 .cell[row-expand*="_TOTAL_PRICE_"] span {
    display: none;
}

.listTable .footer .pageCount,
.listTableMobile .footer .pageCount {
    font-size: 14px;
    font-family: "AMX-Regular";
    display: inline-block;
}

.listTable .footer .pageCount b {
    font-weight: 300;
    font-family: 'AMX-Regular';
    color: #1F97AE;
    margin-right: 5px;
}

#container_MyAccountDisplayB2B .facetWidget.collapsible {
    border: 0;
}

/**---**/
#WC_AddressEntryForm_div_13,
#WC_PersonalInfoExtension_DOB_div_1,
#WC_OrganizationRegistration_66,
#WC_UserRegistrationAddForm_div_30,
#WC_UserRegistrationAddForm_div_36,
#WC_PersonalInfoExtension_mobile_div_1,
#WC_PersonalInfoExtension_mobile_div_6,
div[id^="WC_UserRegistrationAddForm_sendMeSMS"],
#WC_UserRegistrationAddForm_div_24,
.grid_icon {
    display: none;
}

.pageControl {
    bottom: 4px;
}

.controlBar .pageControl.number > a.selected {
    background: white;
    color: #000;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
    font-family: 'AMX-Bold';
}

.controlBar .pageControl.number > a:hover {
    background: white;
    color: #000;
}

.controlBar .pageControl.number > a {
    margin: 0px;
    width: 18px;
    line-height: initial;
    padding: 5px;
    border-radius: 0;
    border: 0;
    font-family: "AMX-Regular";
    vertical-align: baseline;
}

.pageControl.dot > a.selected {
    opacity: 1;
    height: 12px;
    width: 40px;
    position: relative;
    top: -2px;
    background: #DA291C;
    border-radius: 6px;
    transition: all .5s ease;
}

.pageControl.dot > a {
    opacity: 1;
    border: 1px solid transparent;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0px 10px;
    background-color: #f2f2f2;
    box-shadow: 0px 1px 4px 0px #2d2d2d;
}

.contentCarouselWidget > .prevPageButton {
    left: 0;
    top: 50%;
    font-size: 0px;
    font-size: 0rem;
    width: 32px;
    height: 32px;
    background: #bbb;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 9;
    margin-top: -16px;
}

.contentCarouselWidget > .prevPageButton:before {
    left: 0;
    top: 0;
    content: "";
    font-family: "FontAwesome";
    font-size: 22px;
    font-size: 1.375rem;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    color: white;
    text-indent: 0;
    left: 49%;
}

.contentCarouselWidget > .prevPageButton:hover,
.contentCarouselWidget > .nextPageButton:hover {
    background: #ddd;
}

.contentCarouselWidget > .prevPageButton:focus:before,
.contentCarouselWidget > .prevPageButton:hover:before {
    left: 49%;
    top: 50%;
}

.contentCarouselWidget > .nextPageButton {
    right: 0;
    top: 50%;
    font-size: 0px;
    font-size: 0rem;
    width: 32px;
    height: 32px;
    background: #bbb;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 9;
    margin-top: -16px;
}

.contentCarouselWidget > .nextPageButton:before {
    left: -40px;
    top: 0;
    content: "";
    font-family: "FontAwesome";
    font-size: 22px;
    font-size: 1.375rem;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    color: white;
    text-indent: 0;
    left: 55%;
}

.contentCarouselWidget > .nextPageButton:focus:before,
.contentCarouselWidget > .nextPageButton:hover:before {
    left: 55%;
    top: 50%;
}

.facebookLikeWidget,
.clearFloat,
.clear_float,
#order_details tr.nested th[id$="_availability"],
#order_details tr td.avail {
    display: none;
}

p.title-cr {
    font-weight: 700;
    margin-bottom: 5px;
}

/*.sign_in_registration .content .medium {
	max-width: 89% !important;
}*/
/*CHECKBOX ESTILO*/
.product_listing_container > .list_mode > li .checkBox {
    display: inline-block;
}

.product_listing_container > .list_mode > li .checkBox {
    border: #1F97AE 1px solid;
    background-color: #fff;
    border-radius: 2px;
    width: 13px;
    height: 13px;
    box-shadow: none;
}

.facetSelect li input:checked + a .checkBox {
    background: #e7e7e7;
    color: #fff;
    box-shadow: none;
}

.compare_target > label::before {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 30%;
    left: 0;
    content: "";
    display: block;
    width: 13px;
    height: 13px;
    border: #1F97AE 1px solid;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.compare_target input:checked + label::before {
    content: "ï€Œ";
    font-family: "FontAwesome";
    font-size: 12px;
    font-size: 0.75rem;
    color: white;
    background: #1F97AE;
}

/**/
/*jcisneros_311221: nuevo catalogo Inicio*/
.layoutCategory-unificado .product_listing_container .list_mode .compare_target,
.subCat_page_tab_content .product_listing_container .list_mode .compare_target  {
    position: inherit;
    padding-left: 0;
    color: #666;
	margin: auto;
	width: 100%;
	padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'AMX-Bold';
}

.product_listing_container .list_mode .compare_target {
    position: inherit;
    text-align: center;
    margin-top: 10px;
    padding-left: 0;
    color: #666;
}

.compare_target {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 0;
    font-weight: 300;
    font-size: 14px;
    text-transform: capitalize;
    font-family: 'AMX-Regular';
}
.compare_target > a {
    background: white;
    color: #1f98af;
    text-decoration: none;
    padding: 0 5px;
}

.compare_target > a:hover,
.compare_target[data-state="1"] label:hover,
.compare_target[data-state="2"] label:hover {
    text-decoration: underline;
}

.compare_target > input {
    margin: 0;
    visibility: hidden;
}

.compare_target[data-state="1"],
.compare_target[data-state="2"] {
    background: #fff;
    padding: 0;
}

.compare_target[data-state="1"] label,
.compare_target[data-state="2"] label,
.compare_target > label {
    color: #1F97AE;
    text-decoration: none;
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-left: -20px;
}

.compare_target > label {
    color: #666;
}

#facetFilterListWrapper > .facetSelectedCont {
    margin: 0;
    padding: 0;
    width: 100%;
    border-top: 0;
    border-bottom: 0;
}

.attr-color,
.attr-capacidad {
    display: inline-block;
    vertical-align: top;
    width: calc(48% - 10px);
    margin-right: 10px;
}

/*div[class^="attr-"] .color_swatch_label {
    padding: 0;
    margin: 0!important;
    display: block;
    top: 0;
}
div[class^="attr-"] div.heading,
    display: none!important;
}*/
.product_page_content #productSlot56 > div:nth-child(2) {
    margin: 0;
    padding: 0;
}

.attr-capacidad .color_swatch_list ul li {
    width: calc(33% - 10px);
    margin-right: 10px;
    box-sizing: border-box;
}

.attr-capacidad .color_swatch_list .color_swatch {
    border-radius: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: 1px solid #ddd;
}

.attr-capacidad .color_swatch_list .color_swatch_selected {
    border-radius: 0;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
}

.attr-color ul li {
    width: initial;
    margin-right: 8px;
}

.attr-color .color_swatch_list .color_swatch_selected {
    width: 16px;
    margin: 0;
    vertical-align: top;
}

.attr-color .color_swatch_list .color_swatch {
    width: 23px;
    margin: 0;
    border: 1px solid #cbcbcb;
    vertical-align: top;
    padding: 0;
    position: relative;
    box-sizing: border-box;
}

/*div[class^="attr-"] .color_swatch_label::before, p.title-cr::before {
    box-sizing: border-box;
    display: inline-block;
    color: #EF3829;
    text-align: center;
    width: 22px;
    height: 22px;
    margin-right: 10px;
    padding-top: 0px;
    border: #DDD 1px solid;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}*/
.attr-color .color_swatch_label::before {
    content: '1';
}

.attr-capacidad .color_swatch_label::before {
    content: '2';
}

.product_info > .product_price > .old_price,
div.namePartPriceContainer > div > span.old_price,
.right_column > span.old_price{
    margin-right: 5px;
    font-size: 16px;
    font-family: 'AMX-Regular';
    font-weight: 300;
    position: relative;
    top: -1px;
}

div.namePartPriceContainer > div > span.old_price,
div.widget_quick_info_popup > .middle > .content_left_border > .content_right_border > .content > .right_column > span.old_price {
    text-decoration: none !important;
}

span.new-price {
    text-decoration: line-through;
}

.product .price:first-child {
    color: rgba(82, 82, 82, 1);
    margin-bottom: 8px;
    margin-top: 6px;
}

p.title-cr::before {
    content: '3';
}

.section-cr img {
    margin-top: 10px;
}

.product_text p {
    font-family: "AMX-Regular";
    font-size: 16px;
    color: #666;
    margin-top: 10px;
}

.option_shop .quantity_section {
    width: 100%;
}

.new-look-container-shop-quantity{
    margin-right: 60px;
    display: flex;
    flex-direction: column;
}
.new-look-container-shop-quantity .quantity_rechange{
    border: 1px solid #ddd;
    border-radius: 4px;
    height: 22px;
}

.quantity_section {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    width: 82px;
    display: flex;
    flex-direction: row;
}

.quantity_section > .quantity_input {
    width: 58px;
    height: initial;
    color: #000;
    font-size: 0.9rem;
    border: 1px solid #ddd;
    background: #fff;
    position: relative;
    -webkit-writing-mode: horizontal-tb !important;
}

.quantity_section label {
    color: #777;
    font-size: 15px;
    margin-right: 10px;
}

.new-look-container-shop-price{
    display: flex;
    flex-direction: column;
}

.new-look-text-price,
.new-look-text-quantity{
    font-family: 'AMX-Medium' !important;
    font-size: 12px !important;
    color: black !important;
}

.quantity_section_accesorios {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    width: 160px;
}
.quantity_section_accesorios > .quantity_input_accesorios {
    width: 81px;
    height: initial;
    padding: 4px 10px;
    border-radius: 10px;
    color: #000;
    font-size: 0.9rem;
    border: 1px solid #ddd;
    background: #fff;
    -webkit-appearance: none;
    position: relative;
    -webkit-writing-mode: horizontal-tb !important;
}

.quantity_section_accesorios label {
    color: #777;
    font-size: 15px;
    margin-right: 10px;
}
.option_shop .quantity_section::after {
    right: 2px;
}

div[widgetid="singleShipmentOrderDetails"] .remove_address_link {
    top: -30px;
    right: -82%;
    text-align: right;
    float: right;
}

div#widget_minishopcart_popup > #cartDropdown > .content > .products > .product > .product_part_number {
    color: #777;
    display: block;
    font-size: 12px;
    margin-bottom: 5px;
}

div#widget_minishopcart_popup > #cartDropdown > .content > .products > .product,
div#widget_minishopcart_popup_1 > #cartDropdown > .content > .products > .product {
    min-height: 94px;
    border-bottom: 1px solid #DA291C;
    position: relative;
    padding: 5px 5px 5px 80px;
    width: initial;
    max-width: initial;
}

div#widget_minishopcart_popup > #cartDropdown > .content > .products > .product > .product_quantity,
div#widget_minishopcart_popup > #cartDropdown > .content > .products > .product > .product_price {
    display: inline-block;
    width: calc(50% - 10px);
    float: initial;
}

div#widget_minishopcart_popup > #cartDropdown > .content > .products > .product > .product_price {
    text-align: right;
}

div#widget_minishopcart_popup > #cartDropdown > .content > .subtotal,
div#widget_minishopcart_popup_1 > #cartDropdown > .content > .subtotal {
    padding: 10px 11px;
}

div#widget_minishopcart_popup > #cartDropdown > .content > .subtotal .product_price {
    width: initial !important;
    float: right !important;
    position: relative;
    top: -4px;
}

div#widget_minishopcart_popup > #cartDropdown > .content > .subtotal > .product_price,
div#widget_minishopcart_popup_1 > #cartDropdown > .content > .subtotal > .product_price {
    float: initial;
    font-size: 14px;
    width: calc(63% - 10px);
    display: inline-block;
    text-align: right;
    color: #f03829;
}

#cartDropdown > .footer {
    padding: 15px;
    border-top: 0;
}

/*jcisneros_311221: nuevo catalogo Inicio*/
.layoutCategory-unificado .product > .product_image > a,
.subCat_page_tab_content .product > .product_image > a {
    display: initial;
    max-width: initial;
    position: absolute;
    left: -30px;
    top: 35px;
}
.product > .product_image > a {
    display: initial;
    max-width: initial;
}
div#widget_minishopcart_popup_1 > #cartDropdown .product > .product_image > a {
    height: 100%;
}

div#widget_minishopcart_popup > #cartDropdown > .content > .added > .product > .product_image,
div#widget_minishopcart_popup_1 > #cartDropdown > .content > .added > .product > .product_image {
    width: calc(23% - 10px);
    height: 85%;
}

.button_footer_line.button_footer_line_confirmation_page .left .button_primary .button_text {
    background: #fff;
}

.payment_amount,
#piAmount_1_display {
    display: none;
}

.sorting_view_controls_container {
    padding-right: 20px;
}

/*.sorting_view_controls_container {
    margin-left: 0;
    padding-left: 0;
    float: left;
}
.controls {
    width: 100%;
}*/
div#WC_AjaxAddressBookForm_div_16a {
    display: flex;
}

/*---------------TEMPORAL---------------*/
div#WC_ShopcartAddressFormDisplay_div_5 {
    max-width: 980px;
    margin: 0 auto !important;
    display: block;
}

#centered_single_column_form h1 {
    color: #222;
    font-weight: 300;
    font-size: 1.15rem !important;
    padding-bottom: 10px;
    font-family: "AMX-Regular";
    /* border-bottom: 1px solid #ddd; */
}

#centered_single_column_form {
    width: 46%;
    font-size: 14px;
}

.drop_down_country {
    height: initial;
    padding: 10px;
    margin: 5px 0;
    font-family: "AMX-Regular";
    border: 1px solid #ddd;
    width: 100%;
    font-size: .9em;
    color: #666;
}

#centered_single_column_form_footer, #centered_single_column_form_footer_pieBoleta {
    padding-right: 0;
    padding-top: 0px;
    text-align: left;
    max-width: initial;
    margin: 0;
}

#centered_single_column_form_button{
	position: relative;
    float: left;
    width: 85%;
	margin-top: 20px;
}

#WC_ShopcartAddressFormDisplay_links_1 .button_text::after{
	content: "\f105" !important;
    font-family: "FontAwesome";
    margin-left: 10px;
    font-size: 15px;
}

#box_1 .contentgrad_header,
#OrderConfirmPagingDisplay .each,
.c-order .shipping-information .shipping_address .profile,
.c-order .billing_method .price,
div.widget_quick_info_popup > .top,
div.widget_quick_info_popup > .bottom,
.close_group .close_text,
.right_column > .divider {
    display: none;
}

.content-checkout #total_breakdown #order_total td.total_details[id^="WC_SingleShipmentOrderTotalsSummary_"],
.content-checkout #total_breakdown #order_total td.total_figures[id^="WC_SingleShipmentOrderTotalsSummary_"] {
    width: initial;
    text-align: right;
}

.content-checkout .shipping_billing_height #total_breakdown #order_total td.total_figures[id^="WC_SingleShipmentOrderTotalsSummary_"] {
    width: 9%;
    text-align: right;
}

div.widget_quick_info_popup > .middle > .content_left_border,
div.widget_quick_info_popup > .middle > .content_left_border > .content_right_border {
    background: white;
    padding: 0;
}

div.widget_quick_info_popup > .middle > .content_left_border {
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
    width: 670px;
    padding: 30px;
    border: 1px solid #1f98af;
}

div.widget_quick_info_popup > .middle > .content_left_border > .content_right_border,
.color_and_size {
    width: 100%;
}

div.widget_quick_info_popup > .middle > .content_left_border > .content_right_border > .content {
    margin: 0;
}

div.widget_quick_info_popup > .middle > .content_left_border > .content_right_border > .content > .left_column {
    width: calc(31% - 10px);
    margin-bottom: 0;
    margin-right: 10px;
}

div.widget_quick_info_popup > .middle > .content_left_border > .content_right_border > .content > .right_column {
    width: calc(66% - 10px);
    margin: 0;
    font-family: "AMX-Regular";
    display: flex;
    flex-wrap: wrap;
    max-width: 500px;
}

div.widget_quick_info_popup > .middle > .content_left_border > .content_right_border > .content > .right_column > span.main_header {
    color: #000;
    font-size: 32px;
    line-height: initial;
    order: 1;
    margin-top: 0;
    display: block;
    width: 100%;
}

div.widget_quick_info_popup > .middle > .content_left_border > .content_right_border > .content > .right_column > span.sku {
    font-size: 12px;
    line-height: initial;
    order: 2;
    display: block;
    width: 100%;
}

div.widget_quick_info_popup > .middle > .content_left_border > .content_right_border > .content > .right_column > a {
    color: #1F97AE;
    font-size: 12px;
    order: 6;
}

.color_and_size .selectedAttribute {
    display: none;
}

div.widget_quick_info_popup > .middle > .content_left_border > .content_right_border > .content > .right_column > span.price {
    color: #f13829;
    display: block;
    font-size: 24px;
    line-height: initial;
    font-weight: bold;
    margin-top: 10px;
    padding: 0;
    width: 100%;
    order: 3;
}

div.widget_quick_info_popup > .middle > .content_left_border > .content_right_border > .content > .right_column > span.price,
div.widget_quick_info_popup > .middle > .content_left_border > .content_right_border > .content > .right_column > span.old_price {
    font-weight: 300;
    font-family: 'AMX-Regular' !important;
}

.purchase_section.shopperActions {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    bottom: 0;
    display: inline-block;
    order: 8;
}

#WC_QuickInfo_Link_UpdateCartItem {
    background: #f03829;
    color: #fff !important;
    position: relative;
    width: 75%;
    max-width: initial;
}

div.widget_quick_info_popup > .middle > .content_left_border > .content_right_border > .content > .left_column > .image_container {
    border: 0;
}

.popup-color,
.popup-capacidad {
    display: inline-block;
    width: calc(50% - 10px);
    vertical-align: top;
}

.color_and_size {
    padding-bottom: 0;
    order: 7;
    padding-top: 20px;
    margin-bottom: 30px;
}

/*jcisneros_311221: nuevo catalogo Inicio*/
.layoutCategory-unificado .list_mode .product_info,
.subCat_page_tab_content .list_mode .product_info {
	margin-top: 0px;
	margin-bottom: 0%;
}

.layoutCategory-unificado .product_info #listPrice_teamcard,
.subCat_page_tab_content .product_info #listPrice_teamcard {
	font-family: 'AMX-Bold';
	height: 30px;
	margin-bottom: 0;
	margin-left: 115px;
    font-size: 13px;
    font-weight: bold;
	color: #808080;
}
.layoutCategory-unificado .product_info .price_teamcard,
.subCat_page_tab_content .product_info .price_teamcard {
	font-weight: bold;
    color: #DA291C;
    font-size: 1.125rem;
}
.layoutCategory-unificado .main_features_product,
.subCat_page_tab_content .main_features_product {
	padding: 20px 12px 60px;
	max-width: 297.5px;
	border-radius: 0 0 12px 12px;
	background: #fff;
	border-top-style: outset;
	text-align: center;
	font-family: 'AMX-Bold';
	height: 50px;
	display: flex;
	flex-wrap: wrap;
}
div.main_features_product {
    border: 3px;
}
.layoutCategory-unificado .main_features_product:after,
.subCat_page_tab_content .main_features_product:after {
    content: "";
    display: table;
    clear: both;
}
.layoutCategory-unificado .main_features_product .main_features_column,
.subCat_page_tab_content .main_features_product .main_features_column {
    float: left;
    width: 33.33%;
    height: 100px;
    font-family: 'AMX-Medium' !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
}
.layoutCategory-unificado .main_features_product .main_features_column .main_features_icons,
.subCat_page_tab_content .main_features_product .main_features_column .main_features_icons {
	max-width: 100%;
    max-height: 100%;
}
.layoutCategory-unificado .main_features_product .main_features_column span,
.subCat_page_tab_content .main_features_product .main_features_column span {
	overflow: hidden;
	text-overflow: ellipsis;
    width: 90%;
    display: -webkit-box;
	-webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

div.widget_quick_info_popup > .middle > .content_left_border > .content_right_border > .content > .right_column > span.old_price {
    width: 100%;
    display: block;
    order: 4;
    margin-bottom: 10px;
}

div.widget_quick_info_popup > .middle > .content_left_border > .content_right_border > .content > .right_column p {
    order: 5;
    font-size: 14px;
    display: block;
    width: 100%;
    margin-top: 10px;
}

/**COMPARE**/
.widget_product_compare {
    font-family: "AMX-Regular";
}

.widget_product_compare a {
    color: #1f98af;
    text-decoration: none;
    font-size: 12px;
}

.compare_back #compareBackLink {
    border: 1px solid;
    border-radius: 16px;
    color: #DA291C;
    padding: 10px 15px;
    font-size: 15px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 5px;
    width: initial;
    text-align: center;
    max-width: initial;
    min-width: initial;
    text-transform: lowercase;
}

.widget_product_compare .compare_back{
	float: right;
    margin-bottom: 10px;
    margin-top: 30px;
    margin-right: 5%;
}

.widget_product_compare a:hover{
	text-decoration: none;
}

.compare_back #compareBackLink:first-letter {
    text-transform: uppercase;
}

.widget_product_compare > .top,
.widget_product_compare > .bottom,
.widget_product_compare > .top > .left_border,
.widget_product_compare > .bottom > .left_border,
.widget_product_compare > .top > .right_border,
.widget_product_compare > .bottom > .right_border,
.widget_product_compare > .top > .middle,
.widget_product_compare > .bottom > .middle {
    display: none;
}

.widget_product_compare > .middle > .left_border,
.widget_product_compare > .middle > .left_border > .right_border {
    padding-left: 0;
    background-color: transparent;
}

.widget_product_compare > .middle > .left_border > .right_border > .content .zebra {
    background-color: white;
    color: #000;
    font-size: 14px;
    display: block;
}

.widget_product_compare > .middle > .left_border > .right_border > .content > .compare_main .row a:hover {
    background: none;
}

.row.height_spacing_top .item {
    text-align: center;
}

.widget_product_compare .row a {
    color: #404040;
    float: initial;
    margin: 0 auto;
    display: block;
    text-align: center;
    max-width: 180px;
}

.row.row_border.reduce_margins .item a img {
    display: none !important;
}

.row.row_border,
.row.zebra,
.compare_main .row {
    min-height: initial !important;
    line-height: initial !important;
    padding: 10px;
}

.compare_main .row {
    padding: 10px 0px;
}

.row_border .heading,
.row.zebra .heading,
.compare_main .row .heading {
    font-size: 14px;
    color: #000 !important;
    line-height: initial !important;
}

.row_border .item,
.row.zebra .item,
.compare_main .row .item {
    font-size: 14px;
    color: #666;
}

.row.row_border .item .price {
    color: #f03829 !important;
    font-size: 16px;
}

a[id^="comparePageRemoveItem"] {
    color: #1f98af !important;
}

.row.height_spacing_top .heading {
    color: #000 !important;
    font-size: 14px;
    position: relative;
    top: 150px;
}

.widget_product_compare .compare_heading {
    font-size: 25px;
    color: #000;
    margin-top: 25px;
}

.widget_product_compare > .middle > .left_border > .right_border > .content > .compare_main .compare_3 .row > .item {
    width: calc(25% - 10px);
}

.widget_product_compare > .middle > .left_border > .right_border > .content > .compare_main .compare_2 .row > .item {
    width: calc(37% - 10px);
}

.row .item a[id^="add2CartBtn"] .button_text {
    min-width: initial !important;
}

ul.facetSelect {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#SETTINGS .facetSelect li:nth-child(4) {
    order: 1;
}

#SETTINGS .facetSelect li:nth-child(3) {
    order: 2;
    margin-right: 0;
}

#SETTINGS .facetSelect li:nth-child(2) {
    order: 3;
}

#SETTINGS .facetSelect li:nth-child(1) {
    order: 4;
    margin-right: 0;
}

.fullrow table tr:last-child {
    border: 0;
}

.content_address_list {
    width: 100%;
    display: -webkit-box;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    webkit-display: -webkit-flex !important;
    display: -webkit-flex !important;
    display: flex !important;
    flex-wrap: wrap;
    -webkit-box-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    -ms-flex-pack: justify;
}

.content_address_list .content_detail_address {
    width: calc(21% - 18px);
    float: left;
    border: 1px solid #DDD;
    margin: 10px 0;
    padding: 20px;
    box-shadow: 0px 2px 5px #ACAEAE;
    position: relative;
}

.content_address_list .content_detail_address .pageSection {
    border: none !important;
    box-shadow: none !important;
    margin: 0px !important;
    padding: 0px !important;
}

.content_address_list .content_detail_address .pageSection:hover {
    border: none !important;
}

.content_address_list .content_detail_address .pageSection .readField .readLabel-readValue,
.content_address_list .content_detail_address .pageSection .readField .readLabel {
    font-weight: 300;
    color: #777;
    width: 100%;
    display: block;
    font-size: 14px;
    padding-bottom: 3px;
}

.content_address_list .content_detail_address .pageSection .pageSectionTitle h2#addressBookContactDetails {
    font-size: 14px;
    width: 100% !important;
}

.content_address_list .content_detail_address .pageSection .footerEditSection {
    width: 100%;
    margin-top: 20px;
}

.content_address_list .content_detail_address .pageSection .footerEditSection .editIcon a::after {
    content: 'Editar';
    color: #1F97AE;
    font-family: 'AMX-Regular';
    font-size: 14px;
}

.content_address_list .content_detail_address .pageSection .footerEditSection .editIcon {
    border: 0;
    width: initial;
    height: initial;
    font-weight: 300;
    float: left;
    position: relative;
}

.content_address_list .content_detail_address .pageSection .footerEditSection .editIcon img {
    display: none;
}

.content_address_list .content_detail_address .pageSection .footerEditSection .deleteIcon a::after {
    content: 'Eliminar';
    color: #1F97AE;
    font-family: 'AMX-Regular';
    font-size: 14px;
}

.content_address_list .content_detail_address .pageSection .footerEditSection .deleteIcon {
    border: 0;
    width: initial;
    height: initial;
    position: relative;
    left: calc(30% - 10px);
}

.content_address_list .content_detail_address .pageSection .footerEditSection .deleteIcon img {
    display: none;
}

#addressDetailsEdit #AddressForm {
    width: 100%;
}

.addressShopCartFullContent {
    width: 100%;
    position: relative;
    float: left;
}


.addressShopCartFullContent .address_content_info {
    width: calc(23% - 10px);
    position: relative;
    float: left;
}

/** rmorales:  la vista por defecto es vista lista - Inicio **/
.hidden_grid_icon {
    display: none;
}

/** rmorales:  la vista por defecto es vista lista - Fin **/
/** rmorales: Debajo de cada producto de la parrilla mostrar la imagen del atributo descriptivo de banda - Inicio **/
.product_listing_container .list_mode .product > .product_banda_celular {
    content: '';
    background: url(/wcsstore/CLARO_SF_AS/images/claro/compatible_todas.png) no-repeat center center;
    background-size: 100%;
    display: block;
    width: 55%;
    height: 45px;
    margin: 0 auto;
    padding-bottom: 20px;
}

/** rmorales: Debajo de cada producto de la parrilla mostrar la imagen del atributo descriptivo de banda - Fin **/
/**CARRO DE COMPRA ESTRUCTURA NUEVA**/
#order_details.update-section .nested {
    display: block;
}

#order_details.update-section .nested p {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-size: 1rem;
    font-family: 'AMX-Regular';
}

div#WC_OrderItemDetailsf_td_1_1{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.add-product1 {
    color: #000;
    font-size: 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

#WC_CheckoutLogonf_div_2{
    margin-right: 40px;
}

#WC_CheckoutLogonf_div_1{
    width: 100% !important;
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.add-product1 > div {
    display: inline-block;
    vertical-align: top;
}

#order_details.update-section .add-product1 .price {
    font-size: 14px;
}

.add-title,
#total_breakdown #order_total > div:nth-child(2) {
    display: none;
}

#order_details.update-section .nested p[id$="_availability"],
#order_details .add-product1 div[headers*="_availability"] {
    display: none;
}

#order_details.update-section .nested p:first-child,
#order_details .add-product1 > div:first-child {
    width: calc(55% - 10px);
    text-align: end;
}

#order_details.update-section .nested p,
#order_details .add-product1 > div {
    width: calc(16% - 10px);
    margin: 0;
    text-align: center;
    padding: 0;
}

#order_details.update-section > div:first-child {
    border: 0;
}

#order_details .add-product1 div[id^="WC_OrderItemDetailsf_div_2_"],
#order_details .add-product1 .avail,
#order_details .add-product1 .QTY,
#order_details .add-product1 .each,
#order_details .add-product1 .total,
.add-product1 .price {
    padding-top: 0;
    font-family: "AMX-Regular" !important;
}

#order_details.update-section {
    padding-bottom: 0;
}

#total_breakdown.add-total #order_total > div .total_details,
#total_breakdown.add-total #order_total > div .total_figures {
    display: inline-block;
    width: initial;
}

#total_breakdown.add-total .total_details,
#total_breakdown.add-total .total_figures {
    padding: 0;
    margin: 0 !important;
}

#total_breakdown.add-total #order_total > div:last-child {
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    background: #f2f2f2;
    border: 0;
    padding: 20px 0;
}

#total_breakdown.add-total #order_total > div {
    padding: 10px 0 20px 0;
}

.add-product1 .group-link .order_link {
    top: 50px;
}

;

* {
    padding: 0;
}

#OrderConfirmPagingDisplay .each {
    display: none;
}

.content-checkout #total_breakdown #order_total td.total_details[id^="WC_SingleShipmentOrderTotalsSummary_"] {
    width: initial;
    text-align: right;
    float: left;
}

div#total_breakdown #order_total .total_details {
    display: inline-block;
    text-align: left !important;
    width: 52%;
}

.content-checkout #total_breakdown #order_total td.total_figures[id^="WC_SingleShipmentOrderTotalsSummary_"] {
    width: initial;
    text-align: right;
}

.shipping_address .profile,
.c-order .payment_amount,
.title-bold {
    color: #000;
    margin: 8px 0 0px;
    font-weight: 300;
}

.space_bl {
    height: 15px;
}

#overlay {
    background: rgba(0, 0, 0, 0.75);
}

.content-checkout input {
    padding: 10px;
    font-size: .9em;
    color: #666;
    margin: 5px 0;
}

#bottomContentHeader {
    background: white;
    width: 100%;

}

#bottomContentHeader .content {
    max-width: 960px;
    display: block;
    position: relative;
    margin: auto;
}

#bottomContentHeader .content .page_title {
    position: relative;
    display: inline-block;
    font-weight: 300;
}

#bottomContentHeader .content .page_title h1 {
    font-size: 2rem;
    font-family: "AMX-Regular";
    font-weight: 300;
    color: #000;
}

#bottomContentHeader .content .page_title h1::first-letter {
    text-transform: uppercase;
}

#bottomContentHeader .content .login_information_content {
    position: relative;
    text-align: right;
    vertical-align: middle;
    display: inline-block;
    float: right;
    top: 12px;
}

#order_details.update-section .nested .align_center {
    width: calc(15%);
}

#order_details.update-section .nested p {
    font-weight: 400;
    color: black;
}

.header_new {
    display: none;
}

/**INICIAR SESION - header**/
.login_information_content #Header_GlobalLogin_signOutQuickLink,
.login_information_content #loggedInDropdown_SignOut,
.login_information_content #myAccountQuickLink {
    display: inline-block;
    font-size: 14px;
    padding: 0 8px;
}

.login_information_content #Header_GlobalLogin_signOutQuickLink,
#Header_GlobalLogin_signInQuickLink,
.login_information_content #myAccountQuickLink {
    border-right: 1px solid #ddd;
}

.login_information_content #Header_GlobalLogin_signOutQuickLink span {
    font-family: "AMX-Regular";
}

.login_information_content #Header_GlobalLogin_signOutQuickLink span#Header_GlobalLogin_signOutQuickLinkUser {
    font-family: 'AMX-Regular';
    color: #000;
}

#Header_GlobalLogin_signOutQuickLinkUser {
    margin: 0;
}

.login_information_content #Header_GlobalLogin_signOutQuickLink {
    margin-top: 2px;
}

.login_information_content #loggedInDropdown_SignOut,
.login_information_content #myAccountQuickLink {
    color: #1F97AE;
    font-family: "AMX-Regular";
}

.login_information_content #Header_GlobalLogin_signOutQuickLink img {
    display: none;
}

.login_information_content #Header_GlobalLogin_signOutQuickLink::before,
.login_information_content #loggedInDropdown_SignOut::before,
#Header_GlobalLogin_signInQuickLink::before,
#WC_AccountDisplay_links_3::before {
    display: inline-block;
    position: relative;
    margin-right: 3px;
    font-family: "FontAwesome";
    font-size: 14px;
}

.login_information_content #Header_GlobalLogin_signOutQuickLink::before {
    content: "\f007";
    color: #f03829;
}

.login_information_content #loggedInDropdown_SignOut::before {
    content: "\f00d";
}

#Header_GlobalLogin_signInQuickLink::before {
    content: "\f007";
}

#WC_AccountDisplay_links_3::before {
    content: "\f090";
}

#Header_GlobalLogin_signInQuickLink,
#WC_AccountDisplay_links_3 {
    color: #1F97AE;
    font-family: "AMX-Regular";
    font-size: 14px;
    padding: 0 8px;
    font-weight: 300;
}

#Header_GlobalLogin_signInQuickLink:hover,
#WC_AccountDisplay_links_3:hover,
.login_information_content:hover #loggedInDropdown_SignOut:hover,
.login_information_content #myAccountQuickLink:hover {
    text-decoration: underline;
}

.color_and_size .swatchCapacidad-content .color_swatch_list ul li:nth-child(4),
.color_and_size .swatchCapacidad-content .color_swatch_list ul li:nth-child(5) {
    display: none;
}

.right_column > ul {
    display: none;
}

.add-product1 .price {
    font-size: 22px;
}

/*-USUARIO GUEST-*/
div#billingCreateEditArea1 .address_content_info {
    width: -webkit-fill-available;
    width: -moz-available;
    margin: 0;
}

#billingCreateEditArea1 .addressShopCartFullContent .address_content_info:first-child,
#centered_single_column_form .address_content_info:first-child {
    width: 100%;
}

#billingCreateEditArea1 .addressShopCartFullContent .address_content_info,
#centered_single_column_form .address_content_info {
    width: calc(51% - 10px);
}

#checkout_crumb .crumb,
#checkout_crumb .step_on {
    color: #767676;
}

#checkout_crumb .crumb a {
    color: #1f98af;
}

#WC_UnregisteredCheckout_div_16 {
    width: 46%;
    text-align: center;
}

/**ENVIO Y FACTURACION**/
#formularioFactura .billing_box input,
#formularioFactura textarea,
#formularioFactura div[id$="Div"] > span {
    width: -webkit-fill-available;
    width: -moz-available;
    margin: 2px 0 20px 0;
}

/*.content-checkout #WC_SingleShipmentOrderTotalsSummary_td_9 {
    float: left;
}*/
.title_factura {
    font-family: 'AMX-Regular';
    font-size: 0.9rem;
    color: #000;
    position: relative;
    top: 1px;
}

#seccionFactura {
    margin-top: 15px;
    width: 86%;
}

.c-order .product-checkout #total_breakdown #order_total tr {
    border-top: 0;
}

#formularioFactura .billing_box:first-child {
    font-size: .9rem;
    color: #222;
    font-weight: 400;
    font-family: 'AMX-Regular';
}

#centered_single_column_form input,
#centered_single_column_form div[id$="Div"] > span {
    width: -webkit-fill-available;
    width: -moz-available;
}

.new-look-unit-price-title, 
.new-look-discount-price-title {
    display: flex;
    justify-content: space-between;
    color: black;
    align-items: center;
}

#WC_CampaignManagerDiscount_div {
	margin-top: 5px;
    color: black;
}

#WC_CampaignManagerSubtotal_div {
	color: black;
}

.product-checkout #order_details .price {
    font-size: 14px;
    font-family: 'Roboto';
    font-weight: normal;
    color: #3C3C3C;
}
.stylePrepago .product-checkout #order_details .price {
    font-size: 18px;
}

/**SELECT FORMULARIO**/
.ui-menu-item-wrapper {
    padding: 0px 12px;
    border-bottom: 0;
    color: #666;
    font-family: "AMX-Regular";
}

li div.ui-state-active {
    background: #2e9bea !important;
    color: #FFF !important;
}

.ui-menu {
    border: 1px solid #2c9bec;
}

div[id^="product_longdescription_"] {
    display: none;
}

.product_page_content.rowContainer {
    max-width: initial !important;
    padding: 0 !important;
}

.product_page_content .tab > .content > ul {
    display: none;
}

.fullrow .row-container,
.newrow .row-container {
    max-width: 920px;
    margin: 0 auto;
}

.product_page_content .tab > .content {
    padding: 0;
    margin-top: 30px;
}

.newrow {
    background: #f2f2f2;
}

.fullrow.newrow .row-container {
    display: flex;
    flex-wrap: wrap;
}

.fullrow.newrow .row-container img {
    order: 1;
    height: 50%;
    margin-right: 15px;
}

.fullrow.newrow .row-container .sub-row {
    order: 2;
    margin: 0;
}

.title-ficha img {
    object-fit: scale-down;
    height: 38px;
    width: 38px;
    object-fit: scale-down;
    margin-right: 20px;
}

.title-ficha p,
.title-ficha img {
    display: inline-block;
}

.title-ficha p {
    font-size: 1.625rem;
    vertical-align: top;
    margin-top: 10px;
    color: #000;
}

.fullrow table {
    margin-left: 60px;
    font-size: 1rem;
    margin-top: 20px;
    width: 94%;
}

.fullrow table .ficha-bold {
    width: 250px;
    font-weight: 700;
    color: #000;
    letter-spacing: .4px;
}

.fullrow table tr {
    border-bottom: 1px solid #ddd;
    display: block;
    padding: 5px 0;
}

/**CONFIRMACIÃ“N - ESTATICO**/
.c-order .page_confirmation .content-product1 > div {
    display: inline-block;
    vertical-align: top;
}

.c-order .content-product1 {
    padding: 15px 0;
    border-bottom: 1px dotted #ddd;
}

.c-order .page_confirmation .nested {
    border-bottom: 1px solid #ddd;
}

.c-order .page_confirmation .nested p {
    display: inline-block;
    vertical-align: top;
    font-size: 1rem !important;
    font-family: 'AMX-Regular';
    padding-top: 0 !important;
    margin-bottom: 8px;
    color: #000;
}

.c-order .page_confirmation .strong_content,
.c-order .page_confirmation .strong {
    font-size: 16px;
}
.c-order .page_confirmation .th_align_left_normal,
.c-order .page_confirmation .nested p:first-child {
    width: initial !important;
    padding: 0 !important;
    min-width: initial !important
}
.c-order .page_confirmation .th_align_left_normal .img {
    margin: 0;
    padding: 0 !important;
    width: 75px !important;
}
.page_confirmation_prepre{
    width: 100%;
}
.c-order .page_confirmation .nested p.avail,
.c-order .page_confirmation .nested p.QTY,
.c-order .page_confirmation .avail,
.c-order .page_confirmation .QTY {
    width: calc(8% - 10px) !important;
    padding: 0 !important;
    margin-right: 15px;
}
.c-order #order_details .total {
    width: calc(25% - 10px);
    text-align: right;
    float: right;
}
.c-order #total_breakdown #order_total .total_details,
.c-order #total_breakdown #order_total .total_figures {
    display: inline-block;
    width: initial !important;
    margin: 0;
}
.c-order #total_breakdown #order_total .total_details {
    width: initial;
}
#total_breakdown #order_total div:nth-child(6) {
    display: none;
}
.bold_promotion {
    font-weight: 300;
    font-family: 'AMX-Medium';
}
.c-order #order_details {
    margin-top: 0px;
}
.c-order .cont_attProduct span[class$="_product"] {
    margin-right: 5px;
}
.c-order .price {
    display: block;
    padding: 0;
}
.c-order #order_details .total {
    padding: 0;
}
.c-order .espot_checkout_bottom {
    display: none;
}
.c-order .add-title-qty,
.c-order .add-title-product-type {
    font-size: 0.75rem;
    font-family: 'AMX-Medium';
    font-weight: 300;
    color: #000;
    margin-bottom: 5px;
}
/* CARRUSEL - INICIO */
.bx-controls-direction a {
    border-radius: 0 !important;
    z-index: 0;
}

.bx-controls-direction .bx-prev,
.bx-controls-direction .bx-next {
    background: url(img/arrows-02.png) no-repeat;
    width: 46px;
    height: 46px;
}

.bx-controls-direction .bx-prev {
    background-position: 0 0px;
    left: 20px;
}

.bx-controls-direction .bx-prev:hover {
    background-position: 0 -92px;
}

.bx-controls-direction .bx-next {
    right: 20px;
    background-position: 0 -46px;
}

.bx-controls-direction .bx-next:hover {
    background-position: 0 -138px;
}

.media-container {
    visibility: hidden;
    max-width: initial;
    position: relative;
}

.media-container .bx-wrapper {
    width: 100%;
    border: #DDD 1px solid;
}

.media-container .bx-wrapper img {
    width: 100%;
    max-height: 350px !important;
    object-fit: scale-down;
}

.media-container .bx-slide {
    position: relative;
    width: 100%;
    margin: 20px auto;
    max-width: initial !important;
    overflow: hidden;
    left: 1px;
}

.media-container .bx-slide .bx-viewport {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    min-height: 65px;
    width: calc(100% - 60px) !important;
    overflow: hidden;
    margin: 0 auto
}

.media-container .bx-slide .bx-controls.bx-has-controls-direction .bx-controls-direction .bx-prev,
.media-container .bx-slide .bx-controls.bx-has-controls-direction .bx-controls-direction .bx-next {
    position: absolute;
    top: 35px;
    font-size: 0;
    text-decoration: none;
    width: 20px;
    display: block;
    background: none;
}

.media-container .bx-slide .bx-controls.bx-has-controls-direction .bx-controls-direction .bx-prev.disabled,
.media-container .bx-slide .bx-controls.bx-has-controls-direction .bx-controls-direction .bx-next.disabled {
    display: block;
}

.media-container .bx-slide .bx-controls.bx-has-controls-direction .bx-controls-direction .bx-prev.disabled:before,
.media-container .bx-slide .bx-controls.bx-has-controls-direction .bx-controls-direction .bx-next.disabled:before {
    color: rgba(100, 100, 100, 0.5);
    cursor: default;
}

.media-container .bx-slide .bx-controls.bx-has-controls-direction .bx-controls-direction .bx-prev:before,
.media-container .bx-slide .bx-controls.bx-has-controls-direction .bx-controls-direction .bx-next:before {
    font-size: 40px;
    color: black;
    text-decoration: none;
    line-height: 0;
    display: block;
}

.media-container .bx-slide .bx-controls.bx-has-controls-direction .bx-controls-direction .bx-prev {
    position: absolute;
    left: 0px !important;
}

.media-container .bx-slide .bx-controls.bx-has-controls-direction .bx-controls-direction .bx-prev:before {
    content: "ï„„";
    font-family: "FontAwesome";
    float: left;
}

.media-container .bx-slide .bx-controls.bx-has-controls-direction .bx-controls-direction .bx-next {
    position: absolute;
    right: 0px !important;
}

.media-container .bx-slide .bx-controls.bx-has-controls-direction .bx-controls-direction .bx-next:before {
    content: "ï„…";
    font-family: "FontAwesome";
    float: right;
}

.media-container #bx-pager {
    display: -webkit-box;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    webkit-display: -webkit-flex !important;
    display: -webkit-flex !important;
    display: flex !important;
    flex-wrap: wrap;
    -webkit-box-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}

.media-container #bx-pager a {
    display: block;
    width: 60px !important;
    margin: 5px 20px 5px 0;
    padding: 5px 10px;
    text-align: center;
    border: #DDD 1px solid;
}

.media-container #bx-pager a img {
    max-height: 45px;
}

.media-container .bx-slide #bx-pager a {
    height: 48px;
}

.widget_product_image_viewer {
    width: 450px;
}

.bx-wrapper img {
    margin: 0;
    display: table;
}

/* CARRUSeL - FIN */

/* DESCRIPTIVE ATTRIBUTES - INICIO */
.descriptiveAttributes ul {
    display: none;
}

/* DESCRIPTIVE ATTRIBUTES - FIN*/

/* TOP MENU */
.bloqueMenu {
    display: -webkit-box;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    webkit-display: -webkit-flex !important;
    display: -webkit-flex !important;
    display: flex !important;
    flex-direction: row;
    -webkit-box-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    position: relative;
    float: left;
}

.new-look-shopping-cart-box .content_detail_total{
    border-radius: 10px;
    box-shadow: 0 4px 8px rgb(0 0 0 / 10%);
}

.new-look-shopping-cart-box .new-look-wrapper-order-total{
    padding: 10px 18px 10px;
}

.new-look-shopping-cart-box .total_details order_total{
    font-size: 18px !important;
}

.new-look-shopping-cart-box .new-look-subtotal-quantity-text,
.new-look-shopping-cart-box .new-look-subtotal-text{
    color: #000 !important;
}

.new-look-shopping-cart-box .new-look-total-figures-text{
    font-size: 18px !important;
    color: #ee392a !important;
    font-weight: bold !important;
}

.new-look-shopping-cart-box .new-look-wrapper-shop-box{
    background: linear-gradient(to right, #FFFFFF 0%, #9CA1BF 100%);
    border-radius: 12px 12px 0px 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px 18px 10px;
}

.bloqueMenu .movil {
    display: none;
}

.bloqueMenu .movil > select {
    margin: 0 !important;
    padding: 0 !important;
}

.bloqueMenu fieldset > ul {
    padding-right: 5px;
    margin-right: 5px;
    padding-left: 0;
    border-right: 1px solid black;
}

.bloqueMenu fieldset > ul > li {
    float: left;
    padding-right: 20px;
    font-size: 13px !important;
    font-size: 0.8125rem !important;
    font-weight: 300;
    padding-top: 2px;
    list-style-type: none;
}

.bloqueMenu fieldset > ul > li a {
    color: inherit;
    text-decoration: none;
    color: inherit;
}

.bloqueMenu fieldset > ul > li a.select {
    font-weight: 500;
    position: relative;
}

#quickLinksMenu .bloqueMenu fieldset > ul li:first-child {
    font-family: 'AMX-Medium';
}

.otherSites {
    font-size: 13px;
    font-size: 0.8125rem;
    display: -webkit-box;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    webkit-display: -webkit-flex !important;
    display: -webkit-flex !important;
    display: flex !important;
    flex-direction: row;
    -webkit-box-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    align-items: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    position: relative;
    height: 10px;
    font-weight: 300;
}

#quickLinksMenu h3 {
    display: none;
}

.otherSites a {
    color: black;
    text-decoration: none;
    margin-left: 13.33333px;
}

.otherSites a[href*="claromusica.com"]:before {
    content: "";
    background: url(/wcsstore/CLARO_SF_AS/images/claro/cMusica.svg) no-repeat;
    display: block;
    float: left;
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

.otherSites a[href*="clarovideo.com"]:before {
    content: "";
    background: url(/wcsstore/CLARO_SF_AS/images/claro/cVideo.svg) no-repeat;
    display: block;
    float: left;
    width: 10px;
    height: 13px;
    margin-right: 5px;
}

.otherSites a > a {
    margin-left: initial;
}

.otherSites > fieldset {
    position: relative;
}

.otherSites > fieldset:after {
    top: 0;
}

.otherSites > fieldset:hover ul {
    display: block;
    border-right: 1px solid #fafafa;
    border-left: 1px solid #fafafa;
    border-bottom: 1px solid #fafafa;
    padding-right: 0;
}

.otherSites > fieldset:hover ul li {
    padding-right: 0;
}

.otherSites ul {
    position: absolute;
    background: white;
    z-index: 20;
    margin-left: 13.33333px;
    padding: 0px;
    display: none;
}

.otherSites ul li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: initial;
    min-width: 150px;
    list-style-type: none;
}

.otherSites ul li a {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: initial;
    padding: 10px;
    display: block;
}

.otherSites ul li a:hover {
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -ms-transition: background 0.3s;
    transition: background 0.3s;
    background: #1F97AE;
    color: white;
}

.header__navegation,
.wpthemeHeaderNav {
    display: -webkit-box;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    webkit-display: -webkit-flex !important;
    display: -webkit-flex !important;
    display: flex !important;
    flex-direction: row;
    -webkit-box-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    -ms-flex-pack: justify;
    color: white;
    font-family: 'AMX-Bold';
}

#header .header__navegation li.active,
#header .header__navegation li.hover {
    background: #fff;
    color: #f03829;
}

/***ESTRUCTURA MENU**/
#header [class*="navegation"] li.active.pre > a,
#header .wpthemeHeaderNav li.active.pre > a {
    background: #eee !important;
}

#header [class*="navegation"] .menuHeader,
#header .wpthemeHeaderNav .menuHeader {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: max-height 0.5s;
    -moz-transition: max-height 0.5s;
    -ms-transition: max-height 0.5s;
    transition: max-height 0.5s;
    background: white;
    left: 0;
    margin-top: 50px;
    max-height: 0px;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 110;
}

#header [class*="navegation"] li.hover .menuHeader,
#header .wpthemeHeaderNav li.hover .menuHeader {
    -webkit-transition: max-height 0.5s;
    -moz-transition: max-height 0.5s;
    -ms-transition: max-height 0.5s;
    transition: max-height 0.5s;
    color: black;
    max-height: 780px;
    height: auto;
}

#header [class*="navegation"] .subMenu,
#header .wpthemeHeaderNav .subMenu {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 0 10px;
    max-width: 1255px;
    margin: auto;
    overflow: hidden;
    font-weight: 300;
    height: auto;
    color: #222;
    text-align: left;
    font-family: 'AMX-Bold';
    height: 100%;
    display: flex;
}

.container [class*="g-"],
form.formContrata [class*="g-"],
form.formContrataTodoClaro [class*="g-"],
form.formContrataFormaPago [class*="g-"],
form.webCall [class*="g-"] {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 5px;
    display: inline-block;
    float: left;
    position: relative;
}
#header [class*="navegation"] .subMenu dl:nth-child(2)  .menuImgPromo{
	padding-top: 80px;
}
#header [class*="navegation"] .subMenu dl:nth-child(3)  .menuImgPromo,
#header [class*="navegation"] .subMenu dl:nth-child(4)  .menuImgPromo{
	padding-top: 60px;
}
#header [class*="navegation"] .subMenu dl:first-child .menuImgPromo{
	padding-top: 0px;
	padding-bottom:15px;
}
#header [class*="navegation"] .subMenu dl,
#header .wpthemeHeaderNav .subMenu dl {
    min-height: 250px;
    text-align: initial;
    padding: 0 20px;
}

/*#header .active.alone .subMenu dl,
#header .active.alone.hover .subMenu dl {
    border: 0;
}*/

.g-3 {
    width:  25%;
}

#header [class*="navegation"] .subMenu dt,
#header .wpthemeHeaderNav .subMenu dt {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 10px;
    font-weight: 400;
    position: relative;
}

#header [class*="navegation"] .alone .subMenu dt:before{
    margin-right: 6px;
}

#header [class*="navegation"] .subMenu dt.movil:before,
#header [class*="navegation"] .subMenu dt.hogar:before,
#header [class*="navegation"] .subMenu dt.entretenimiento:before,
#header [class*="navegation"] .subMenu dt.promocion:before,
#header [class*="navegation"] .subMenu dt.claroClub:before,
#header [class*="navegation"] .subMenu dt.iot:before,
#header [class*="navegation"] .subMenu dt.video:before,
#header [class*="navegation"] .subMenu dt.clienteNuevo:before,
#header [class*="navegation"] .subMenu dt.claroUp:before,
#header [class*="navegation"] .subMenu dt.ico_equiposTienda:before,
#header [class*="navegation"] .subMenu dt.ico_planesTienda:before,
#header [class*="navegation"] .subMenu dt.ico_tecnologiaTienda:before,
#header [class*="navegation"] .subMenu dt.ico_seguimientoBus:before,
#header .wpthemeHeaderNav .subMenu dt.movil:before,
#header .wpthemeHeaderNav .subMenu dt.hogar:before,
#header .wpthemeHeaderNav .subMenu dt.entretenimiento:before,
#header .wpthemeHeaderNav .subMenu dt.promocion:before,
#header .wpthemeHeaderNav .subMenu dt.claroClub:before,
#header .wpthemeHeaderNav .subMenu dt.iot:before,
#header .wpthemeHeaderNav .subMenu dt.video:before,
#header .wpthemeHeaderNav .subMenu dt.clienteNuevo:before,
#header .wpthemeHeaderNav .subMenu dt.claroUp:before,
#header .wpthemeHeaderNav .subMenu dt.ico_equiposTienda:before,
#header .wpthemeHeaderNav .subMenu dt.ico_planesTienda:before,
#header .wpthemeHeaderNav .subMenu dt.ico_tecnologiaTienda:before,
#header .wpthemeHeaderNav .subMenu dt.ico_seguimientoBus:before {
	content: " ";
    width: 20px;
    height: 20px;
    left: 0px;
    top: 0px;
	display: inline-block;
}

#header [class*="navegation"] .subMenu dt:first-child, #header .wpthemeHeaderNav .subMenu dt:first-child {
    padding-left: 0px !important;
}

#header [class*="navegation"] .subMenu dt.movil:before, #header .wpthemeHeaderNav .subMenu dt.movil:before {
    background-position: 0 0;
	background: url(/wcsstore/CLARO_SF_AS/images/claro/ico_servMoviles.svg) no-repeat;
}

#header [class*="navegation"] li.miClaro.sucVirtual>a:before{
    content: "";
    position: absolute;
    left: 10px;
    width: 20px;
    height: 29px;
    display: block;
    background: url(https://www.clarochile.cl/portal/recursos_estaticos_claro/claro/css/vector/icono_claro_blanco.svg) no-repeat 0 0;
}

#header [class*="navegation"] .subMenu dt.ico_planesTienda:before, #header .wpthemeHeaderNav .subMenu dt.ico_planesTienda {
    background-position: 0 0;
	background: url(https://www.clarochile.cl/portal/recursos_estaticos_claro/claro/css/vector/ico_planesTienda.svg) no-repeat;
}

#header [class*="navegation"] .subMenu dt.ico_equiposTienda:before, #header .wpthemeHeaderNav .subMenu dt.ico_equiposTienda:before {
    background-position: 0 0;
	background: url(https://www.clarochile.cl/portal/recursos_estaticos_claro/claro/css/vector/ico_equiposTienda.svg) no-repeat;
}

#header [class*="navegation"] .subMenu dt.ico_tecnologiaTienda:before, #header .wpthemeHeaderNav .subMenu dt.ico_tecnologiaTienda:before {
    background-position: 0 0;
	background: url(https://www.clarochile.cl/portal/recursos_estaticos_claro/claro/css/vector/ico_tecnologiaTienda.svg) no-repeat; 
}

#header [class*="navegation"] .subMenu dt.ico_seguimientoBus:before, #header .wpthemeHeaderNav .subMenu dt.ico_seguimientoBus:before {
    background-position: 0 0;
	background: url(https://www.clarochile.cl/portal/recursos_estaticos_claro/claro/css/vector/ico_seguimientoBus.svg) no-repeat; 
}

.icoGral:before {
    content: "";
    background-position: center;
    width: 38px;
    height: 38px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
}

#header [class*="navegation"] .subMenu dt.icoGral:before, #header .wpthemeHeaderNav .subMenu dt.icoGral:before {
    display: inline-block;
    position: absolute;
    left: -50px;
    top: -10px;
    width: 40px;
    height: 40px;
}

#header [class*="navegation"] .subMenu dt.icoGral:before, #header .wpthemeHeaderNav .subMenu dt.icoGral:before {
    float: none;
    height: 17px;
    width: 20px;
    position: static;
    margin-right: 0px;
}

#header [class*="navegation"] .subMenu dt.ico_planesTienda:before, #header .wpthemeHeaderNav .subMenu dt.ico_planesTienda:before {
    width: 26px;
}

#header [class*="navegation"] .subMenu dt.hogar:before, #header .wpthemeHeaderNav .subMenu dt.hogar:before{
    background: url(/wcsstore/CLARO_SF_AS/images/claro/ico_servHogar.svg) no-repeat;
    background-position: 0 0;
}

#header [class*="navegation"] .subMenu dt.claroClub:before, #header .wpthemeHeaderNav .subMenu dt.claroClub:before {
    background-position: 0 0;
	background: url(/wcsstore/CLARO_SF_AS/images/claro/ico_claroClub.svg) no-repeat;
}

#header [class*="navegation"] .subMenu dt.entretenimiento:before, #header .wpthemeHeaderNav .subMenu dt.entretenimiento:before {
    background-position: 0 0;
	background: url(/wcsstore/CLARO_SF_AS/images/claro/ico_entretenimiento.svg) no-repeat;
}

#header [class*="navegation"] .subMenu dt.promocion:before, #header .wpthemeHeaderNav .subMenu dt.promocion:before {
    background-position: 0 0;
	background: url(/wcsstore/CLARO_SF_AS/images/claro/ico_promociones.svg) no-repeat;
}

#header [class*="navegation"] .subMenu dt.iot:before, #header .wpthemeHeaderNav .subMenu dt.iot:before {
    background-position: 0 0;
	background: url(/wcsstore/CLARO_SF_AS/images/claro/ico_iot.svg) no-repeat;
}

#header [class*="navegation"] .subMenu dt.iot:before, #header .wpthemeHeaderNav .subMenu dt.iot:before {
    background-position: 0 0;
	background: url(/wcsstore/CLARO_SF_AS/images/claro/ico_iot.svg) no-repeat;
}

#header [class*="navegation"] .subMenu a, #header .wpthemeHeaderNav .subMenu a {
    padding: initial;
    text-align: left;
	white-space: normal;
}

#header [class*="navegation"] .subMenu dd, #header .wpthemeHeaderNav .subMenu dd {
    margin-top: 10px;
    font-size: 16px;
}

#quickLinksMenu .descktop {
    text-align: left;
    border-right: 1px solid;
}

#quickLinksMenu .bloqueMenu fieldset > ul {
    border-right: 1px solid black;
}

/***/
.header__navegation > ul,
.wpthemeHeaderNav > ul {
    display: -webkit-box;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    webkit-display: -webkit-flex !important;
    display: -webkit-flex !important;
    display: flex !important;
    flex-direction: row;
    -webkit-box-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -ms-flex-pack: start;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    height: 69px;
    padding: 0;
}

.header__navegation > ul#listMenu {
    padding-left: 5px;
}

.header__navegation > ul:last-child li.search,
.wpthemeHeaderNav > ul:last-child li.search {
    width: 50%;
}

.header__navegation > ul:last-child li.search.searchCenam,
.wpthemeHeaderNav > ul:last-child li.search.searchCenam {
    width: 40%;
}

.header__navegation > ul:last-child li.search.searchCenam .contSearch .bt__search,
.header__navegation > ul:last-child li.search.searchCenam .contSearch .bt__searchMap,
.header__navegation > ul:last-child li.search.searchCenam .contSearch .bt__searchCacs,
.header__navegation > ul:last-child li.search.searchCenam .contCacs .bt__search,
.header__navegation > ul:last-child li.search.searchCenam .contCacs .bt__searchMap,
.header__navegation > ul:last-child li.search.searchCenam .contCacs .bt__searchCacs,
.wpthemeHeaderNav > ul:last-child li.search.searchCenam .contSearch .bt__search,
.wpthemeHeaderNav > ul:last-child li.search.searchCenam .contSearch .bt__searchMap,
.wpthemeHeaderNav > ul:last-child li.search.searchCenam .contSearch .bt__searchCacs,
.wpthemeHeaderNav > ul:last-child li.search.searchCenam .contCacs .bt__search,
.wpthemeHeaderNav > ul:last-child li.search.searchCenam .contCacs .bt__searchMap,
.wpthemeHeaderNav > ul:last-child li.search.searchCenam .contCacs .bt__searchCacs {
    border: none;
}

#searchClaro, .header__navegation li,
.wpthemeHeaderNav li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    webkit-display: -webkit-flex !important;
    display: -webkit-flex !important;
    display: flex !important;
    font-size: 19.2px;
    font-size: 1.2rem;
    text-align: center;
    margin-left: -1px;
    height: 100%;
}

.header__navegation li a,
.wpthemeHeaderNav li a {
    color: inherit !important;
    text-decoration: none;
    padding: 14px 11px 13px;
}

.header__navegation li.hover,
.wpthemeHeaderNav li.hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    background: white !important;
    color: #EF3829 !important;
}

.header__navegation li.hover > a,
.wpthemeHeaderNav li.hover > a {
    color: #EF3829 !important;
}

.header__navegation li.hover .menuHeader,
.wpthemeHeaderNav li.hover .menu {
    -webkit-transition: max-height 0.5s;
    -moz-transition: max-height 0.5s;
    -ms-transition: max-height 0.5s;
    transition: max-height 0.5s;
    color: black;
    max-height: 650px;
    height: auto;
}

.header__navegation li.hover.pre.active > a,
.wpthemeHeaderNav li.hover.pre.active > a {
    background: #fff !important;
}

.header__navegation li.active > a,
.wpthemeHeaderNav li.active > a {
    position: relative;
    background: white !important;
    color: #EF3829 !important;
}

.header__navegation li.active.pre > a,
.wpthemeHeaderNav li.active.pre > a {
    background: #eee !important;
}

.header__navegation li.cart,
.wpthemeHeaderNav li.cart {
    background: #d41e05;
    position: relative;
}

.header__navegation li.cart .push,
.wpthemeHeaderNav li.cart .push {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    width: 20px;
    position: absolute;
    top: 8px;
    left: 21px;
    pointer-events: none;
}

.header__navegation li.cart a,
.wpthemeHeaderNav li.cart a {
    padding: 11px;
}

.header__navegation li.cart a:before,
.wpthemeHeaderNav li.cart a:before {
    content: "";
    display: block;
    width: 34px;
    height: 28px;
    background: url(vector/cenam/carrito.svg);
}

.header__navegation li.cart a .textCart,
.wpthemeHeaderNav li.cart a .textCart {
    display: none;
}

.header__navegation li.miClaro,
.wpthemeHeaderNav li.miClaro {
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    background: #B7202E !important;
    min-width: 100px;
}

.header__navegation li.miClaro span,
.wpthemeHeaderNav li.miClaro span {
    display: block;
    font-size: .625rem;
    font-weight: 300;
    padding-top: 4px;
}

.header__navegation li.miClaro a,
.wpthemeHeaderNav li.miClaro a {
    padding: 10px 11px 9px;
}

.header__navegation li.miClaro.autogestion a,
.wpthemeHeaderNav li.miClaro.autogestion a {
    padding: 0px 0px 0px 0px;
    position: relative;
    font-size: .875rem;
    text-align: left;
}

.header__navegation li.miClaro.hover > a,
.wpthemeHeaderNav li.miClaro.hover > a {
    color: #B7202E !important;
}

.header__navegation li.search,
.wpthemeHeaderNav li.search {
    border: none;
    padding: 0px 14px;
}

.header__navegation .menuHeader,
.wpthemeHeaderNav .menu {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: max-height 0.5s;
    -moz-transition: max-height 0.5s;
    -ms-transition: max-height 0.5s;
    transition: max-height 0.5s;
    background: white;
    left: 0;
    margin-top: 50px;
    max-height: 0px;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 110;
    top: 0;
}

.header__navegation .subMenu,
.wpthemeHeaderNav .subMenu {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 0 10px;
    max-width: 1100px;
    margin: auto;
    overflow: hidden;
    font-weight: 300;
    height: auto;
    color: #222;
}

.header__navegation .subMenu a,
.wpthemeHeaderNav .subMenu a {
    padding: initial;
    text-align: left;
}

.header__navegation .subMenu dl,
.wpthemeHeaderNav .subMenu dl {
    min-height: 250px;
    border-right: 1px solid #DDD;
    padding-left: 60px;
    text-align: initial;
    display: inline-block;
    vertical-align: top;
}

.header__navegation .subMenu dl img,
.wpthemeHeaderNav .subMenu dl img {
    width: 100%;
    right: 30px;
    bottom: 20px;
    margin-top: 20px;
    max-width: 200px;
    height: auto;
    top: 5px;
}

[class*="navegation"] .subMenu dl .menuImgPromo, header .wpthemeHeaderNav .subMenu dl .menuImgPromo {
    position: absolute;
    right: 30px;
    bottom: 20px;
    width: auto;
    max-height: 120px;
    margin: 0;
}

[class*="navegation"] .subMenu dl .menuImgPromo{
    position: relative;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
	left: 50%;
	top: 15px;
}

[class*="navegation"] .subMenu dl .linkWithImg img {
    max-width: 200px
}

.header__navegation .subMenu dl p,
.wpthemeHeaderNav .subMenu dl p {
    font-size: 15px;
    font-size: 0.9375rem;
}

.header__navegation .subMenu dl:last-child,
.wpthemeHeaderNav .subMenu dl:last-child {
    border-right: inherit;
}

.header__navegation .subMenu dt + dt,
.wpthemeHeaderNav .subMenu dt + dt {
    margin-top: 30px !important;
}

.header__navegation .subMenu dt:first-child,
.wpthemeHeaderNav .subMenu dt:first-child {
    padding: 0;
}

.header__navegation .subMenu dd,
.wpthemeHeaderNav .subMenu dd {
    margin-top: 10px;
    font-size: 16px;
    margin-left: 0;
    color: inherit;
	font-family: "AMX-Regular";
	font-weight: 300;
}

.header__navegation .subMenu dd > ul,
.wpthemeHeaderNav .subMenu dd > ul {
    display: -webkit-box;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    webkit-display: -webkit-flex !important;
    display: -webkit-flex !important;
    display: flex !important;
    flex-direction: column;
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -ms-flex-pack: start;
    font-size: 13px;
    font-size: 0.8125rem;
    padding-left: 0;
}

.header__navegation .subMenu dd > ul li,
.wpthemeHeaderNav .subMenu dd > ul li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    font-size: 0.8125rem;
    width: 100%;
    padding: 5px;
    text-align: left;
}

.header__navegation img,
.wpthemeHeaderNav img {
    width: 100%;
    height: auto;
}

.header__navegation .slogan,
.wpthemeHeaderNav .slogan {
    font-size: 13px;
    font-size: 0.8125rem;
    background: #1F97AE !important;
    color: white;
    border-bottom: 1px solid #666;
    width: 100% !important;
    max-width: inherit;
    padding: 10px 0px;
}

.header__navegation .slogan span,
.wpthemeHeaderNav .slogan span {
    display: block;
    max-width: 940px;
    text-align: left;
    margin: auto;
}

/*progreso*/
.header-menu {
    position: relative;
    margin-top: 50px;
    overflow: hidden;
    width: 100%;
}

.header-menu.header-menuCenam {
    width: 40%;
    margin: 40px auto;
    position: relative;
}

.header-menu.header-menuCenam + .wrapper {
    box-shadow: none;
}

.header-menu.header-menuCenam:before {
    content: "";
    border: 1px solid #ddd;
    top: 53px;
    left: 100px;
    width: 66%;
    position: absolute;
}

.header-menu.header-menuCenam p {
    margin-bottom: 20px;
}

.header-menu.header-menuCenam span.pasos {
    width: 15px;
    height: 15px;
    background-color: #1F97AE;
    z-index: 2;
}

.header-menu.header-menuCenam span i.active {
    display: block;
    width: 35px;
    height: 35px;
    z-index: 1;
    border-radius: 50%;
}

.header-menu.header-menuCenam ul {
    display: -webkit-box;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    webkit-display: -webkit-flex !important;
    display: -webkit-flex !important;
    display: flex !important;
    flex-direction: row;
    -webkit-box-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
}

.header-menu.header-menuCenam ul li p {
    color: #ACAEAE;
}

.header-menu.header-menuCenam .paso1 {
    color: #1F97AE !important;
}

.header-menu:before {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    border: 3px solid #aaa;
    top: 13px;
    z-index: -1;
}

.header-menu ul {
    display: -webkit-box;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    webkit-display: -webkit-flex !important;
    display: -webkit-flex !important;
    display: flex !important;
    flex-direction: row;
    -webkit-box-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    -ms-flex-pack: justify;
}

.header-menu ul.around {
    justify-content: space-around;
    -webkit-justify-content: space-around;
    -ms-flex-pack: space-around;
    -ms-flex-pack: justify;
}

.header-menu ul li {
    text-align: center;
}

.header-menu ul li span {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    display: block;
    margin: auto;
    padding: 7px 5px;
    border-radius: 50%;
    background: #aaa;
    color: white;
    text-align: center;
}

.header-menu ul li p {
    padding-top: 10px;
}

.header-menu ul li.active span {
    position: relative;
    background: black;
}

.header-menu ul li.active span:before {
    content: "";
    display: block;
    width: 100vw;
    position: absolute;
    border: 3px solid black;
    top: 13px;
    right: 0;
    z-index: -1;
}

.header-menu ul li.view span {
    background: black;
}

.header-menu ul li:last-child.active span {
    position: static;
}

.header-menu-anim {
    width: 580px;
    margin: 0 auto;
    padding: 42px 0 40px 0;
}

.header-menu-anim .container {
    position: relative;
    padding: 0;
}

.header-menu-anim .container ul {
    display: -webkit-box;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    webkit-display: -webkit-flex !important;
    display: -webkit-flex !important;
    display: flex !important;
    flex-wrap: wrap;
    -webkit-box-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    -ms-flex-pack: justify;
    position: relative;
    margin: 0;
    padding: 0;
}

.header-menu-anim .container ul li {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 35px;
    height: 35px;
    z-index: 1;
}

.header-menu-anim .container ul li span {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    display: block;
    padding: 10px;
    background-color: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 10px 0px transparent;
    -moz-box-shadow: 0px 0px 10px 0px transparent;
    box-shadow: 0px 0px 10px 0px transparent;
}

.header-menu-anim .container ul li span:after {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background-color: #DDD;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.header-menu-anim .container ul li p {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    color: #666;
    text-align: center;
    top: -30px;
    width: 200px;
}

.header-menu-anim .container ul li.active {
    width: 35px;
}

.header-menu-anim .container ul li.active span {
    background-color: white;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.7);
}

.header-menu-anim .container ul li.active span:after {
    background-color: #1F97AE;
}

.header-menu-anim .container ul li.active p {
    color: #1F97AE;
}

.header-menu-anim .container .lines {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    display: block;
    width: calc(100% - 30px);
}

.header-menu-anim .container .lines .borderLine {
    content: "";
    display: block;
    width: 100%;
    border-top: #DDD 1px solid;
    border-bottom: #DDD 1px solid;
}

.header-menu-anim .container .lines .progressLine {
    content: "";
    display: block;
    width: 0%;
    margin-top: -2px;
    border-top: #1F97AE 1px solid;
    border-bottom: #1F97AE 1px solid;
}

.ol,
ul {
    list-style: none;
}

.container {
    width: 100%;
    max-width: 960px;
    margin: auto;
}

.container [class*="g-"] {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 5px;
    display: inline-block;
    float: left;
    position: relative;
}

.container > .recomended:first-child {
    padding-top: 0 !important;
}

.container .container {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 5px;
}

.container > p {
    font-size: 1.1rem;
    margin-bottom: 20px;
    color: #666;
    line-height: 1.7rem;
    font-weight: 300;
    padding-bottom: 10px;
    margin: 0;
}

.container > p:last-child {
    padding-bottom: 0;
}

.container > p > div {
    margin-top: 10px;
}

.container > ul {
    list-style-position: inside;
    padding-bottom: 10px;
    margin-left: 10px;
}

.container > ul li {
    font-size: 0.9rem;
    margin: 0;
    padding-bottom: 10px;
    width: 100%;
    color: #666;
    line-height: 1rem;
    font-weight: 300;
}

.container > ul:last-child {
    padding-bottom: 0;
}

/**SEARCH**/
#AutoSuggestDiv {
    border: 0;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}

#AutoSuggestDiv .heading {
    background-color: #f2f2f2;
    font-family: 'AMX-Regular';
    border-bottom: 0;
    color: #000;
    font-size: 14px;
    text-align: left;
}

#AutoSuggestDiv .heading span {
    width: 100%;
    display: block;
}

#AutoSuggestDiv .list_section li {
    font-family: "AMX-Regular";
    color: #666;
    border: 0;
    width: 100%;
    font-size: 14px;
    text-align: left;
}

#AutoSuggestDiv .list_section li a span.highlight {
    font-weight: 300;
    font-family: 'AMX-Medium';
    color: #1f98af;
}

#AutoSuggestDiv > ul > li > div {
    width: 100%;
	background-color: #ffffff;
}

.autoSuggestDivNestedList {
    border-bottom: 1px solid #ddd;
}

.autoSuggestDivNestedList:last-child,
#autoSuggestStatic_1 .autoSuggestDivNestedList {
    border: 0;
}

#AutoSuggestDiv .list_section li > a:hover,
#AutoSuggestDiv #autoSuggestAdvancedSearch > a:hover {
    text-decoration: none;
}

#AutoSuggestDiv #autoSuggestAdvancedSearch {
    border-bottom: 0 none;
    background-color: #f3f3f3;
    color: #1f98af;
    padding: 0;
    font-family: 'AMX-Medium';
}

/**RESULTADO DE BUSQUEDA**/
div.widget_search_results,
div.widget_search_results .results_description {
    font-size: 14px;
    padding: 0;
}

div.widget_search_results .result {
    color: #1F97AE;
}

div.widget_title_container {
    color: #000;
}

.loginMenuDropdown .label {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

#content .collapsible,
.categoryNavWidget.collapsible,
.linkWidget.collapsible {
    padding: 20px 20px;
	margin-bottom: 20px;
}

.container-filters .categoryAccNavWidget.collapsible {
    margin: 0px 0px !important;
    border-radius: 20px 20px 0px 0px !important;
}

.layoutCategory-unificado .container-filters .facetContainer .collapsible{
    border-radius: 0px 0px 20px 20px !important;
    margin: 0% 0px 1% 0px !important;
}

#content .collapsible > h3 {
    font-size: 16px;
    font-family: "AMX-Regular";
}

#content .collapsible .section_list.bottom_border {
    background: none;
}

#content .collapsible .section_list.bottom_border ul li {
    padding: 8px 0;
}

#content .collapsible .section_list.bottom_border ul li a div.facetCountContainer {
    font-size: 14px;
    font-family: "AMX-Regular";
    color: #666;
}

.subCat_page_tab_content #tab2 {
    display: none;
}

/**----**/
.ui-datepicker {
    border: 0;
}

div.footer_wrapper_position {
    width: 100%;
    margin-top: 30px;
}

.bloqueMenu .movil select {
    width: auto;
    min-width: 100px;
    padding-right: 13.33333px;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: black;
    background: transparent;
    border: none;
}

.bloqueMenu > fieldset.select:after {
    content: "";
    font-family: "FontAwesome";
    position: absolute;
    right: 0;
    top: 0;
    margin-top: -2px;
    padding: 2px 5px !important;
}

.box__mobile {
    display: none;
}

.nav__mobile {
    cursor: pointer;
}

.nav__mobile:before {
    content: "";
    font-family: "FontAwesome";
    color: white;
    font-size: 24px;
    font-size: 1.6rem;
}

.nav__mobile .search {
    cursor: pointer;
}

div.forgot_password_content .button_primary {
    float: left;
}

.sign_in_registration .myaccount_link {
    color: #1F97AE;
}

.sign_in_registration .align {
    min-height: 245px;
}

#quickLinksBar li {
    display: none;
}

#quickLinksBar > li.separator-false,
#quickLinksMenu .bloqueMenu fieldset > ul li,
#quickLinksBar > li.separator-false .otherSites ul li {
    display: block;
    color: #000;
}

/** FICHA - INICIO **/
.product_pageDesign_pageGroup .image_container {
    text-align: center;
    vertical-align: middle;
}

.product_pageDesign_pageGroup {
    width: 100%;
    max-width: 960px;
    margin: auto;
    flex-wrap: wrap;
    -webkit-box-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    position: relative;
}

.product_pageDesign_pageGroup .col6.acol6.ccol3.slot4 {
    border: 0 !important;
    margin: 10px;
}

.definingAttributes .Color {
    position: relative;
    float: left;
    width: calc(50% - 10px);
}

.definingAttributes > div:not(.Color) {
    position: relative;
    width: auto;
    float: right;
}

.definingAttributes .Color .color_swatch_label,
.definingAttributes .Capacidad .color_swatch_label {
    width: 100%;
}

.definingAttributes > div:not(.Color) > .color_swatch_list >ul > li > a  > .color_swatch {
    border-radius: 0;
    box-shadow: none;
    vertical-align: middle;
    cursor: pointer;
    box-shadow: 0 0 0 1px #ddd;
    transition: all .3s;
}

.definingAttributes > div:not(.Color) > .color_swatch_list >ul > li > a  > .color_swatch:hover,
.definingAttributes > div:not(.Color) > .color_swatch_list> ul > li > a > .color_swatch_selected {
    box-shadow: 0 0 0 2px #1F97AE;
    box-sizing: border-box;
    border-radius: 0;
}

.definingAttributes div .color_swatch_list ul li,
.definingAttributes div .color_swatch_list ul li {
    width: initial;
    margin-right: 5px;
}
.definingAttributes .Capacidad .color_swatch_list ul li {
    width: 96px;
    height: 36px;
    margin: 0 7px 0 0;
}

.definingAttributes .Capacidad .color_swatch_list ul li:last-child,
.definingAttributes .Capacidad .color_swatch_list ul li:nth-child(3) {
    margin: 0;
}

/* dquisocala : Solucion de issues atributos de definicion - inicio */
.definingAttributes .Capacidad .color_swatch_list ul li a img ,
.definingAttributes .color_swatch_list ul li a img {
    width: 100%;
    display: block;
    height: 100%;
}
/* dquisocala : Solucion de issues atributos de definicion - fin */

.definingAttributes .Color .color_swatch_list ul li img {
    width: 18px;
    margin: 0;
    vertical-align: top;
    padding: 2px;
    box-shadow: 0 0 0 1px #ccc;
    transition: all .3s;
}

.definingAttributes .Color .color_swatch_list ul li img:hover,
.definingAttributes .Color .color_swatch_list ul li img.color_swatch_selected {
    box-shadow: 0 0 0 2px #1F97AE;
}

.definingAttributes .Color .heading,
.definingAttributes .Capacidad .heading {
    display: none !important;
}

.definingAttributes .Capacidad .color_swatch_label {
    display: block !important;
}

.product_info {
    display: flex;
    flex-wrap: wrap;
}

.product_info .price_display {
    position: relative;
    float: left;
    width: 60%;
}

.product_info .option_shop {
    position: relative;
    float: right;
    width: 40%;
    text-align: right;
}

.product_pageDesign_pageGroup .product_info .option_shop .button{
	border-radius: 4px;
}
.product_info .price_display > span.price {
    font-size: 30px;
    color: #f03829;
    margin: 0;
    display: block;
    width: 100%;
    font-family: "AMX-Regular" !important;
    margin-bottom: 2px;
}

.product_info > .price_display {
    font-family: "AMX-Regular";
}

.product_info .price_display > span.old_price {
    display: block;
    width: 100%;
    font-size: 1.5em;
    color: #777;
    font-weight: normal;
    font-family: "AMX-Regular";
}

.product_quota > span.quota_description {
    display: inline;
    width: 100%;
    font-size: 1.1em;
    color: #777;
    font-weight: normal;
    font-family: 'AMX-Regular';
}

.product_quota > span#quotaValue {
    position: relative;
    left: -3px;
}

.product_quota > span.quota_description_red {
    font-size: 1.1em;
    color: #f03829;
    margin: 0;
    display: inline;
    font-family: 'AMX-Regular';
    margin-bottom: 2px;
}

.product_text {
    padding-top: 0;
}

.media-container .bx-wrapper {
    margin-bottom: 20px !important;
    box-shadow: none;
}

.media-container .bx-slide .bx-controls.bx-has-controls-direction .bx-controls-direction .bx-prev.disabled,
.media-container .bx-slide .bx-controls.bx-has-controls-direction .bx-controls-direction .bx-next.disabled {
    border: 0 !important;
    background: none !important;
}

.descriptiveAttributes .heading {
    margin-top: 13px;
    font-size: 15px;
    font-weight: 700;
    color: #000;
}

.definingAttributes .Color .color_swatch_label::before,
.definingAttributes .Capacidad .color_swatch_label::before,
.descriptiveAttributes .heading::before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    color: #EF3829;
    text-align: center;
    width: 22px;
    height: 22px;
    margin-right: 10px;
    padding-top: 0;
    border: #DDD 1px solid;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.descriptiveAttributes .heading::before {
    content: "3" !important;
}

.prefixAttributeIndex{
	box-sizing: border-box;
    display: inline-block;
    color: #EF3829;
    text-align: center;
    width: 22px;
    height: 22px;
    margin-right: 10px;
    padding-top: 0;
    border: #DDD 1px solid;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
#descriptiveAttributes .detalle_caracteristicas ul {
    display: block;
    -webkit-padding-start: 0;
}

.detalle_caracteristicas {
    display: block;
    float: left;
    text-align: left;
    width: 100%;
    margin-top: 20px;
    position: relative;
}

.detalle_caracteristicas::after,
.detalle_caracteristicas::before {
    display: inline-block;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.detalle_caracteristicas li {
    margin-bottom: 25px;
    vertical-align: middle;
    width: 33%;
    float: left;
}

.detalle_caracteristicas span {
    color: #666;
    display: block;
    font-size: .8em;
    font-weight: 300;
    margin-left: 35px;
    width: 70%;
    font-family: 'AMX-Bold';
}

.detalle_caracteristicas span i {
    color: #666;
    display: block;
    font-size: .9em;
    line-height: 1.2;
    margin: 0px;
    font-weight: 100;
    word-wrap: break-word;
    font-family: 'AMX-Regular';
    font-style: normal;
    margin-top: 2px;
}

.detalle_caracteristicas li::before {
    color: #DA262C;
    content: '';
    float: left;
    width: 23px;
    height: 28px;
}

.detalle_caracteristicas li.pantalla:before {
    /*color: #DA262C;
    content: "\e109";
    display: block;
    float: left;
    font-family: "havas-claro-guia-iconos" !important;
    font-size: 35px;*/
    background: url(/wcsstore/CLARO_SF_AS/images/claro/pantalla.jpg);
    background-size: cover;
}

.detalle_caracteristicas li.camara:before {
    /*content: "\e104";*/
    background: url(/wcsstore/CLARO_SF_AS/images/claro/camara.jpg);
    background-size: cover;
}

.detalle_caracteristicas li.memoria:before {
    /*content: "\e108";*/
    background: url(/wcsstore/CLARO_SF_AS/images/claro/memoria.jpg);
    background-size: cover;
}

.detalle_caracteristicas li.sistema_operativo_:before {
    /*content: url(../img/ico-sae.jpg);
    margin-left: 20%;
        display: block;
    margin-top: -7px;*/
    background: url(/wcsstore/CLARO_SF_AS/images/claro/android.jpg);
    background-size: cover;
}

.detalle_caracteristicas li.procesador:before {
    background: url(/wcsstore/CLARO_SF_AS/images/claro/procesador.jpg);
    background-size: cover;
    /*content: "\e10a";*/
}

.detalle_caracteristicas li.sistema_operativo_ANDROID:before {
    /*content: "\e102";*/
    background: url(/wcsstore/CLARO_SF_AS/images/claro/sistema.jpg);
    background-size: cover;
}

.detalle_caracteristicas li.sistema_operativo_IOS:before {
    /*content: "\e107";*/
    background: url(/wcsstore/CLARO_SF_AS/images/claro/pantalla.jpg);
    background-size: cover;
}

.detalle_caracteristicas li.sistema_operativo_WINDOWS_PHONE:before {
    /* content: "\f17a";*/
    background: url(/wcsstore/CLARO_SF_AS/images/claro/pantalla.jpg);
    background-size: cover;

}

.detalle_caracteristicas li.sistema_operativo_BLACKBERRY_OS:before {
    /*content: "\f085";*/
    background: url(/wcsstore/CLARO_SF_AS/images/claro/pantalla.jpg);
    background-size: cover;

}

.detalle_caracteristicas li.sistema_operativo_OTRO:before {
    /* content: "\f085";*/
    background: url(/wcsstore/CLARO_SF_AS/images/claro/pantalla.jpg);
    background-size: cover;

}

.detalle_caracteristicas li.sim:before {
    /*content: "\e105";*/
    background: url(/wcsstore/CLARO_SF_AS/images/claro/pantalla.jpg);
    background-size: cover;
}

.detalle_caracteristicas li.todas:before {
    content: url(../img/compatibilidad/ico_compatibilidad.png);
    margin-left: 7%;
    display: block;
    margin-top: -13px;
}

.detalle_caracteristicas li.dosg:before {
    content: url(../img/compatibilidad/no_3g_4g.png);
    margin-left: 7%;
    display: block;
    margin-top: -13px;
}

.detalle_caracteristicas li.dosgtresg:before {
    content: url(../img/compatibilidad/no_4g.png);
    margin-left: 7%;
    display: block;
    margin-top: -23px;
}

.detalle_caracteristicas li.tresgcuatrog:before {
    content: url(../img/compatibilidad/no_2g.png);
    margin-left: 7%;
    display: block;
    margin-top: -13px;
}

.detalle_caracteristicas li.cuatrog:before {
    content: url(../img/compatibilidad/no_2g_3g.png);
    margin-left: 7%;
    display: block;
    margin-top: -13px;
}

.detalle_caracteristicas li.tresg:before {
    content: url(../img/compatibilidad/no_2g_4g.png);
    margin-left: 7%;
    display: block;
    margin-top: -13px;
}

.detalle_caracteristicas li.dosgcuatrog:before {
    content: url(../img/compatibilidad/no_3g.png);
    margin-left: 7%;
    display: block;
    margin-top: -13px;
}

.detalle_caracteristicas li.ninguna:before {
    content: url(../img/compatibilidad/no_2g_3g_4g.png);
    margin-left: 7%;
    display: block;
    margin-top: -13px;
}

.detalle_Caract_equipo .detalle_caracteristicas li.pantalla:before {
    color: #DA262C;
    content: "\e109";
    display: block;
    float: left;
    font-family: "havas-claro-guia-iconos" !important;
    font-size: 35px;
}

.detalle_Caract_equipo .detalle_caracteristicas li.camara:before {
    color: #DA262C;
    content: "\e104";
    display: block;
    float: left;
    font-family: "havas-claro-guia-iconos" !important;
    font-size: 35px;
}

.detalle_Caract_equipo .detalle_caracteristicas li.memoria:before {
    color: #DA262C;
    content: "\e108";
    display: block;
    float: left;
    font-family: "havas-claro-guia-iconos" !important;
    font-size: 35px;
}

.detalle_Caract_equipo .detalle_caracteristicas li.sae:before {
    content: url(../img/ico-sae.jpg);
    margin-left: 20%;
    display: block;
    margin-top: -7px;
}

.detalle_Caract_equipo .detalle_caracteristicas li.procesador:before {
    color: #DA262C;
    content: "\e10a";
    display: block;
    float: left;
    font-family: "havas-claro-guia-iconos" !important;
    font-size: 35px;
}

.detalle_Caract_equipo .detalle_caracteristicas li.sistema_operativo_ANDROID:before {
    color: #DA262C;
    content: "\e102";
    display: block;
    float: left;
    font-family: "havas-claro-guia-iconos" !important;
    font-size: 35px;
}

.detalle_Caract_equipo .detalle_caracteristicas li.sistema_operativo_IOS:before {
    color: #DA262C;
    content: "\e107";
    display: block;
    float: left;
    font-family: "havas-claro-guia-iconos" !important;
    font-size: 35px;
}

.detalle_Caract_equipo .detalle_caracteristicas li.sistema_operativo_WINDOWS_PHONE:before {
    color: #DA262C;
    content: "\f17a";
    display: block;
    float: left;
    font-family: "FontAwesome" !important;
    font-size: 17px;
    margin-left: 11px;

}

.detalle_Caract_equipo .detalle_caracteristicas li.sistema_operativo_BLACKBERRY_OS:before {
    color: #DA262C;
    content: "\f085";
    display: block;
    float: left;
    font-family: "FontAwesome" !important;
    font-size: 17px;
    margin-left: 11px;

}

.detalle_Caract_equipo .detalle_caracteristicas li.sistema_operativo_OTRO:before {
    color: #DA262C;
    content: "\f085";
    display: block;
    float: left;
    font-family: "FontAwesome" !important;
    font-size: 17px;
    margin-left: 11px;

}

.row.sub-caract {
    margin-top: 40px;
    padding: 30px 0 40px;
    background: #f2f2f2;
}

.row.sub-caract .col6 {
    max-width: 960px;
    margin: 0 auto;
    display: block;
    width: 100%;
    float: initial;
}

.row.sub-caract .col6 h2 {
    font-size: 1.75rem;
    font-family: "AMX-Regular";
    font-weight: 300;
    color: #000;
}

.row.sub-caract .billing_method_div_custom .caracPrinElement h3 {
    font-size: 1.125rem;
    font-family: 'AMX-Regular';
    font-weight: 300;
    color: #000;
    margin-bottom: 10px;
}

.row.sub-caract .billing_method_div_custom .caracPrinElement p {
    font-size: 16px;
    font-family: "AMX-Regular";
    color: #000;
    line-height: 16px;
}

.caracPrinElement:last-child {
    border: 0;
}

/** FICHA - FIN **/
/*iconos*/
#headerPageTittle > h2.MiPerfil:before {
    content: "";
    left: 0;
    width: 36px;
    height: 33px;
    background: url(/wcsstore/CLARO_SF_AS/images/claro/ico-micuenta-perfil.svg) no-repeat center center;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: -6px;
    background-size: cover;
}

#headerPageTittle > h2.MisPedidos:before {
    content: "";
    left: 0;
    width: 37px;
    height: 40px;
    background: url(/wcsstore/CLARO_SF_AS/images/claro/ico-micuenta-pedidos.svg) no-repeat center center;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: -6px;
    background-size: cover;
}

#headerPageTittle > h2.CambiarContraseÃ±a:before {
    content: "";
    left: 0;
    width: 37px;
    height: 40px;
    background: url(/wcsstore/CLARO_SF_AS/images/claro/ico_password.svg) no-repeat center center;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: -6px;
    background-size: cover;
}

#headerPageTittle > h2.MisDirecciones:before {
    content: "";
    left: 0;
    width: 45px;
    height: 36px;
    background: url(/wcsstore/CLARO_SF_AS/images/claro/ico-micuenta-direcciones.svg) no-repeat center center;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: -6px;
    background-size: cover;
}

.footer > a.button_secondary > div.button_text > span {
    padding-left: 3px;
}

/*---HISTORIAL DE PEDIDO----*/
.orderSummaryReport div[id^="OrderDetail_"] h1 {
    color: #000;
    font-size: 1.25rem;
}

.sign_in_registration p#linkPaswword1 {
    text-align: right;
    padding: 5px 60px 6px;
}

.sign_in_registration p#linkPaswword2 {
    padding-top: 15px;
}

.sign_in_registration div.button_align {
    padding-bottom: 20px;
    width: 82%;
}

.sign_in_registration .header_return .button_align .button_primary,
.sign_in_registration .header_return .button_align .button_primary .button_text {
    float: initial;
    width: -webkit-fill-available;
    width: -moz-available;
}

.product_name {
    font-size: 1.25rem;
    min-height: 50px;
    color: #000;
}

.descriptive_attributes_nav {
    width: 100%;
    height: 35px;
}

.descriptive_attributes_nav .Color,
.descriptive_attributes_nav .Capacidad {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

div.product_info > .descriptive_attributes_nav > div:not(.Color) {
    display: none;
}

.descriptive_attributes_nav .Color .product_color_swatches {
    width: 55%;
    text-align: left;
    float: left;
    display: inline-block;
    margin-left: 14px;
}

.descriptive_attributes_nav div[id^="swatch_selection_"] {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 300;
    color: #000;
    width: initial;
    font-family: 'AMX-Regular';
}

.descriptive_attributes_nav .Color .color_swatch_list ul li img {
    width: 17px;
    padding: 2px;
    transition: all .3s;
}

.descriptive_attributes_nav .Color .color_swatch_list ul li img.color_swatch_selected,
.descriptive_attributes_nav .Color .color_swatch_list ul li img:hover {
    box-shadow: 0 0 0 2px #1f98af;
}

#orderItemDisplay .headingtext {
    display: none;
}

#searchBox > .submitButton:before {
    left: 0;
    font-family: "FontAwesome";
    color: white;
    position: inherit;
    font-size: 15px;
    text-align: center;
    top: -1px;
    transform: none;
    -webkit-transform: none;
}

#searchBox > .submitButton:hover:before {
    left: 0;
}

#searchDropdown {
	position: absolute;
    z-index: 100;
    left: -30px;
    right: 110px;
    top: 38px;
}

#myAccountSection,
.usernameQuickLink,
#loggedSection {
    position: relative;
    float: left;
}

.row.margin-true > div > div.filter {
    display: none;
}

.row.margin-true > div > div.filter.show {
    display: none;
}

.row.margin-true > div > div > div.row.facetContainer {
    display: block !important;
}

.product_banda_celular {
    margin-bottom: 20px;
    height: 40px;
}

.product_banda_celular span {
    margin-top: 13px;
    font-size: 16px;
    font-weight: 300;
    color: #000;
    width: 65px;
    font-family: 'AMX-Regular';
    display: inline-block;
}

.product_banda_celular img {
    height: 65px;
    margin-left: 0;
    width: 100px;
}

#productMainImage {
    width: 100%;
    max-height: 350px !important;
    object-fit: scale-down;
}

.product_banda_celular img {
    vertical-align: middle;
}

.factura-lb {
    font-size: .9rem;
    font-family: 'AMX-Regular';
}

.new-look-continue-shop-text{
    width: 240px !important;
    height: 20px !important;
    color: #DA291C;
    border: 2px solid #DA291C !important;
    font-family: 'AMX-Bold';
    border-radius: 26px !important;
}

.new-look-shop-button-text{
    background-color: #DA291C !important;
    font-family: 'AMX-Bold';
    border-radius: 26px !important;
    font-size: 15px !important;
    width: 240px !important;
    height: 20px !important;
    color: white;
    border: 0 !important;
    cursor: pointer;
}

/**flechas por estilos - no se puede hacer a todos los button_primary en general por que algunos que tienen esa clase, en el wireframe no llevan flechas**/
.product_listing_container .product_option .button.primary::after,
.sign_in_registration .button_primary .button_text::after,
.compare_main .button_primary .button_text::after,
#centered_single_column_form_footer .button_primary .button_text::after,
#centered_single_column_form_footer_pieBoleta .button_primary .button_text::after{
    content: "\f105" !important;
    font-family: "FontAwesome";
    margin-left: 10px;
	font-size: 15px;
}

.content-checkout .button_primary > .button_text::after{
	content: none;
    font-family: "FontAwesome";
    margin-left: 10px;
	font-size: 15px;
}

.content-checkout .button_secondary > .button_text::before {
    content: "\f104" !important;
    font-family: "FontAwesome";
    margin-right: 10px;
	font-size: 15px;
}

.widget_product_compare .compare_back #compareBackLink::before {
    content: "\e910";
    font-family: "claroicons";
    background-size: cover;
    display: inline-block;
    width: 25px;
    height: 12px;
    position: relative;
    top: 2px;
}

/*jcisneros_311221: nuevo catalogo Inicio*/
.layoutCategory-unificado .product_listing_container .product_option .button.primary::after,
.subCat_page_tab_content .product_listing_container .product_option .button.primary::after {
	content: none !important;
}

#editAddressContents .button_primary .button_text::after,
#editAddressContents .button_secondary .button_text::before,
.forgot_password_container .button_primary .button_text::after,
#Register .button_primary .button_text::after,
.shopping_cart_box #customers_new_or_returning .new_returning_button .button_text::after,
.c-order .button_footer_line.button_footer_line_confirmation_page .left .button_primary .button_text::after {
    display: none;
}

.namePartPriceContainer h4 {
    font-size: 2.0em;
    font-weight: 500;
    text-transform: capitalize;
    font-family: "AMX-Regular";
    color: #000;
}

.add-title-not-hide {
    display: block;
    font-size: 12px !important;
    font-weight: 300;
    width: 100%;
    font-family: 'AMX-Medium';
    margin-bottom: 3px;
}

.edit-link {
    display: flex;
    justify-content: end;
    width: 100%;
    margin: auto;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}

#WC_OrderItemDetailsf_div_2_1 p {
    font-size: 12px;
    font-weight: 300;
    font-family: 'AMX-Medium';
}

.image_product_shopcart .image_content {
    width: 100% !important;
}

.image_product_shopcart .image_content img {
    max-height: 120px !important;
    width: inherit !important;
}

#shoppingCart_tableCell_productName,
.image_product_shopcart {
    width: 35% !important;
}

#shoppingCart_tableCell_description,
.description_product_shopcart {
    width: 30% !important;
    text-align: left !important;
}
.description_product_shopcart > .product-specs-section p{
    font-size: 12px;
    font-weight: 300;
    font-family: 'AMX-Medium';
}

#shoppingCart_tableCell_quantity {
    width: 12% !important;
    text-align: left !important;
}

#shoppingCart_tableCell_total,
.total_product_shopcart {
    float: right;
    text-align: left !important;
    width: 20% !important;
}

.quantity_product_shopcart{
    width: 100% !important;
    display: flex;
    flex-direction: column;
}

.quantity_product_shopcart,
.total_product_shopcart {
    margin-top: 15px !important;
}

#order_details .nested {
    display: none;
}

.description_product_shopcart .img p:last-child {
    color: #666;
}

#OrderDetail_ItemTable_table .tableHeader {
    display: none;
}

/*DefiniciÃ³n de atributos*/
.swatchMemory-content .color_swatch_list ul li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 300;
    text-align: center;
    float: left;
    color: #666;
    width: 100px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 10px 20px;
    border: 1px solid;
    border-color: #DDD;
    background: white;
    cursor: pointer;
}

.swatchMemory-content .color_swatch_list ul li:last-child {
    margin-right: 0;
}

.swatchMemory-content .color_swatch_list ul li.active {
    color: #333;
    border-color: #1F97AE;
    border-width: 2px;
    padding: 9px 20px;
}

/*Compra realizada*/
.product-checkout .page_confirmation .desgloseCompraFin {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 20px;
}

.product-checkout .page_confirmation .desgloseCompraFin .imgResumenFin {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 55px;
    padding: 0 10px;
}

.product-checkout .page_confirmation .desgloseCompraFin .detalleCompraFin {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
}

.product-checkout .page_confirmation .desgloseCompraFin .detalleCompraFin .dcModule.cantCompraFin {
    width: 35px;
    margin: 0 20px 0 10px;
    display: inline-block;
}

.product-checkout .page_confirmation .desgloseCompraFin .detalleCompraFin .dcModule.desCompraFin {
    width: 100%;
    display: inline-block;
}

.product-checkout .page_confirmation .desgloseCompraFin .detalleCompraFin .dcModule .elementDetalleCompraFin {
    position: relative;
}

.product-checkout .page_confirmation .desgloseCompraFin .detalleCompraFin .dcModule .elementDetalleCompraFin .producto {
    position: relative;
    width: 100%;
}

.product-checkout .page_confirmation .desgloseCompraFin .detalleCompraFin .dcModule .elementDetalleCompraFin .precio {
    text-align: right;
    position: absolute;
    right: 0;
    top: 15px;
    padding-left: 20px;
    background: white;
}

.product-checkout .page_confirmation .desgloseCompraFin .imgResumenFin img {
    width: 100%;
    height: auto;
}

.dcModule.cantCompraFin h3,
.elementDetalleCompraFin h3 {
    font-size: 0.75rem;
    color: #000;
    font-family: 'AMX-Medium';
    font-weight: 300;
}

.dcModule.cantCompraFin p,
.elementDetalleCompraFin .producto p {
    font-size: 1rem;
    text-align: center;
}

.elementDetalleCompraFin .producto p {
    text-align: left;
    position: relative;
    display: table;
    padding-right: 20px;
    background: white;
    z-index: 1;
    color: #000;
}

.elementDetalleCompraFin .producto p strong {
    font-weight: 300;
    color: #666;
    margin-left: 10px;
}

.elementDetalleCompraFin .precio p {
    font-size: 1rem;
}

.dcModule .elementDetalleCompraFin .producto:after {
    content: '';
    border-bottom: #DDD 1px dotted;
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
}

.content-checkout.c-order #total_breakdown #order_total tr td.total_details[id^="WC_SingleShipmentOrderTotalsSummary_"] {
    /* background: silver; */
    float: left !important;
    width: initial;
    margin-left: 115px;
}

.content-checkout.c-order #total_breakdown #order_total tr:last-child td.total_details[id^="WC_SingleShipmentOrderTotalsSummary_"] {
    float: initial !important;
    width: initial !important;
}

.sign_in_registration .myaccount_error {
    text-align: justify;
}

.img-zoom-lens {
    position: absolute;
    border: 1px solid #d4d4d4;
    width: 130px;
    height: 80px;
    cursor: crosshair;
}

.img-zoom-result {
    border: 1px solid #d4d4d4;
    position: absolute;
    right: -432px;
    top: 7px;
    height: 395px;
    width: 400px;
    z-index: 1;
}

.widget_quick_info_popup .quantity_label,
.widget_quick_info_popup .quantity_section {
    display: inline-block;
}

.widget_quick_info_popup .quantity_label {
    float: initial !important;
}

/*SESION EXCEDIDA*/
.my_account .content {
    border: 0;
}

.my_account .info {
    padding: 10px 0 0;
}

#WC_EmptyShopCartDisplayf_div_1 {
    min-height: 150px;
    font-size: 16px;
    color: #666;
    text-align: justify;
    margin-top: 20px;
    display: block;
}

#WC_EmptyShopCartDisplayf_div_1 a {
    color: #1F97AE;
}

#WC_EmptyShopCartDisplayf_div_1 a:hover {
    text-decoration: underline;
}

.listTable .footer .pageButtons,
.listTableMobile .footer .pageButtons {
    float: right;
    margin-top: -8px;
}

div[id^="WC_UserRegistrationAddForm_div_3"] .addressShopCartFullContent .address_content_info:first-child,
.addressShopCartFullContent .address_content_info:first-child {
    width: calc(46% - 10px);
    margin-right: 20px;
}

#addressDetailsEditFormMain .addressShopCartFullContent .address_content_info:first-child {
    width: calc(52% - 10px);
    margin-right: 0;
}

#addressDetailsEditFormMain .addressShopCartFullContent .address_content_info:nth-child(2) {
    margin-right: 0;
}

#addressDetailsEditFormMain .addressShopCartFullContent .address_content_info {
    width: calc(25.6% - 10px);
}

#MiniShopCartProductAddedWrapper #cartDropdown > .content > .products > .product > .product_image {
    padding-right: 0px !important;
    left: 5px !important;
}

div.item_spacer_3px,
div.item_spacer_7px {
    display: none !important;
}

/**IMAGE COMPARE**/
/*.row.height_spacing_top .item {
    height: 300px;
}*/
.row.height_spacing_top .item > a {
    height: 100%;
}

.row.height_spacing_top .item > a > img {
    height: 100%;
    object-fit: scale-down;
}

.billing_method_div_custom {
    display: flex;
}

div.caracPrinElement {
    box-sizing: border-box;
    text-align: center;
    width: 25%;
    padding: 20px;
    border-right: #DDD 1px solid;
}

.caracPrinElement .icoPantalla,
.caracPrinElement .icoDiseno,
.caracPrinElement .icoCamara,
.caracPrinElement .icoRendimiento,
.caracPrinElement .icoConectividad {
    position: relative;
    display: inline-block;
    height: 38px;
    margin-bottom: 5px;
}

.caracPrinElement .icoPantalla::before,
.caracPrinElement .icoDiseno::before,
.caracPrinElement .icoCamara::before,
.caracPrinElement .icoRendimiento::before,
.caracPrinElement .icoConectividad::before {
    content: "";
    display: block;
    height: 38px;
    width: 38px;
}

.icoPantalla::before {
    background: url(/wcsstore/CLARO_SF_AS/images/claro/ico-cenam-pantalla_1.svg) no-repeat center center;
}

.icoDiseno::before {
    background: url(/wcsstore/CLARO_SF_AS/images/claro/ico-cenam-diseno_1.svg) no-repeat center center;
}

.icoCamara::before {
    background: url(/wcsstore/CLARO_SF_AS/images/claro/ico-cenam-camara_1.svg) no-repeat center center;
}

.icoRendimiento::before {
    background: url(/wcsstore/CLARO_SF_AS/images/claro/ico-cenam-rendimiento_1.svg) no-repeat center center;
}

.icoConectividad::before {
    background: url(/wcsstore/CLARO_SF_AS/images/claro/ico-cenam-conectividad_1.svg) no-repeat center center;
}

.orderSummaryReport {
    order: 2;
    margin-top: 0 !important;
    margin-bottom: 30px !important;
    border-top: 1px solid #e9e9e9;
    padding-top: 15px !important;
}

#billing_method_div,
#shipping_method_div_custom {
    width: calc(50% - 10px);
}

#billing_method_div p,
#shipping_method_div_custom p,
.c-order .shipping_address,
.c-order #billing_summary .billing_method p {
    font-family: 'AMX-Regular';
    font-size: 16px;
}

#shipping_method_div_custom .title-bold,
.c-order #billing_summary .billing_method .title-bold,
#billing_method_div .title-bold {
    font-family: 'AMX-Regular';
    font-size: 0.875rem;
}
.c-order #billing_summary .billing_method .title,
.orderSummaryReport .shipping_address .title,
.orderSummaryReport #billing_method_div h2,
.orderSummaryReport #shipping_method_div_custom h2 {
    font-size: 15px;
    font-family: 'AMX-Medium';
    font-weight: 300;
}

.color_swatch_disabled {
    pointer-events: none;
    cursor: default;
}

.widget_product_compare > .middle > .left_border > .right_border > .content > .compare_main .row:first-child > .item > a > img {
    max-width: 100%;
    width: 200px;
    max-height: 180px;
    object-fit: scale-down;
}

.widget_product_compare > .middle > .left_border > .right_border > .content > .compare_main .row_border {
	border-bottom: none;
}

.widget_product_compare > .middle > .left_border > .right_border > .content > .heading{
	border-bottom: none;
	margin-top: 0px;
	padding-left: 3%;
}

div#widget_breadcrumb > ul span.divider{
	background-color: transparent;
    right: 0px;
    position: relative;
}

div#widget_breadcrumb .divider img.icon {
    width: 10px;
    display: inline-block;
}

.wrapperCompare{
	padding: 10px 30px;
    margin: 15px auto;
    border: 2px solid #f4f4f4;
    border-radius: 9px;
    text-align: center;
    position: relative;
    background: linear-gradient(98.15deg, #FFFFFF 0%, #9CA1BF 100%), white;
    background-size: 100% 300px, 100% calc(100% - 300px);
    background-repeat: no-repeat;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
    height: auto !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap:20px;
}

.compare-page{
	margin-top: 90px;
	margin-bottom: 55px;
}

.itemCompare {

    text-align: center;
}

.itemCompare.name-compare{
	color: #000;
	font-size: 24px;
    font-weight: 500;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    width: 181px;
    margin: 0 auto;
}

.itemCompare .price {
    font-size: 16px;
   	color: #DA291C;
}

.itemCompare .attrTitle, .itemCompare .heading_mobile {
    font-weight: 700;
    color: #000;
}

.compare_main .button_primary .button_text::after{
	display: none;
}

.itemCompare .button_primary > .button_text{
	color: rgba(218, 41, 28, 1);
	border: 1px solid rgba(218, 41, 28, 1);
	border-radius: 9px;
	padding: 6px 0px 5px;
    font-size: 14px;
    min-width: 90px;
    letter-spacing: 0px;
}
.itemCompare .button_primary > .button_text:hover {
    background: rgba(218, 41, 28, 1);
    color: white;
}

a#compareBackLink:hover{
	background-color: #DA291C;
    color: #fff;
}

.image-compare a {
	padding-bottom: 10px !important;

}
#compareBackLink:hover i {
    color: #fff;
}

.itemCompare .btn-x .icon {
    width: 15px;
    height: 15px;
    position: relative;
    float: right;
    top: -11px;
    left: 24px;
}
.image-compare img{
    height: 190px;
    object-fit: contain;
    margin-top: 10px;
    box-shadow: 0px 10px 6px -4px rgb(0 0 0 / 20%);
}

.itemCompare img {
    margin: auto;
}

.contentMainCompare{
	display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.pageControlButton {
    background: white;
    color: #000 !important;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
    font-family: 'AMX-Bold';
    border: 0;
    border-radius: 0;
    width: 18px;
    line-height: initial;
    padding: 5px;
    font-size: 16px !important;
}

.productListingWidget > .header_bar .pagination_present {
    margin-top: 0;
}
.layoutCategory-unificado .productListingWidget > .header_bar .pagination_present,
.subCat_page_tab_content .productListingWidget > .header_bar .pagination_present {
    right: 0;
    top: 0;
}

.productListingWidget > .foot_bar .pagination_present {
    margin-top: 0;
}

/*#unregistered_form .drop_down_country {
    width: 75%;
}*/
.header__navegation .menuSupNew {
    display: none !important;
}

div#page {
    position: relative;
}

.editButtons a .button_text.addDir {
    width: 180px;
}

.contentInput {
    display: flex;
    width: 100%;
}

.inputField[type="tel"] {
    display: inline-block;
}

/*
#Register .inputField[type="tel"],
#AddressForm .inputField[type="tel"] {
    width: calc(77.8% - 10px);
}
#addressDetailsEditFormMain #AddressForm .inputField[type="tel"] {
    width: calc(84% - 10px);
}
#centered_single_column_form .form_input[type="tel"] {
    width: calc(59.8% - 10px);
}
.address .form_input[type="tel"] {
    width: calc(59.6% - 10px);
}
.sign_in_registration #Register .content .inputField[type="tel"] {
    width: calc(83.5% - 10px);
}*/
/*PREFIJO*/
.inputField.prefijoTel[type="tel"],
.form_input.prefijoTel[type="tel"] {
    margin-right: 8px;
}

#Register .inputField.prefijoTel[type="tel"],
#AddressForm .inputField.prefijoTel[type="tel"] {
    width: calc(58px - 10px);
}

#addressDetailsEditFormMain #AddressForm .inputField.prefijoTel[type="tel"] {
    width: calc(58px - 10px);
}

#centered_single_column_form .form_input.prefijoTel[type="tel"],
.address .form_input.prefijoTel[type="tel"] {
    width: calc(60px - 10px) !important;
}

.sign_in_registration #Register .content .inputField.prefijoTel[type="tel"] {
    width: calc(58px - 10px) !important;
}

/**/
#modalContainer {
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 10000;
    background-image: url(tp.png);
    /* required by MSIE to prevent actions on lower z-index elements */
}

#alertBox {
    position: relative;
    width: 500px;
    margin-top: 50px;
    background-repeat: no-repeat;
    background-position: 20px 30px;
    background-color: #FFFFFF;
    border-left: 0px solid #e5e5e5;
    border-right: 0px solid #e5e5e5;
    border-bottom: 0px solid #e5e5e5;
    padding: 35px;
    box-shadow: 0 0 10px 2px #888888;
    padding-bottom: 20px;
    left: 50%;
    transform: translate(-50%, 0);
}

#modalContainer > #alertBox {
    position: fixed;
}

#alertBox h1 {
    margin: 0;
    font: bold 0.9em verdana, arial;
    background-color: #3073BB;
    color: #FFF;
    border-bottom: 1px solid #000;
    padding: 2px 0 2px 5px;
    display: none;
}

#alertBox p {
    font-size: 13px;
    height: 100%;
    padding-left: 0;
    margin-left: 0;
    color: #4D4D4D;
    font-family: "AMX-Regular";
    text-align: justify;
    line-height: 16px;
}

#alertBox p::before {
    content: ' ';
    background: url(/wcsstore/CLARO_SF_AS//images/error_icon.png)no-repeat top center;
    display: inline-block;
    width: 20px;
    height: 50px;
    float: left;
    position: relative;
    top: -3px;
    margin-right: 7px;
}

#alertBox #closeBtn {
    display: block;
    position: relative;
    margin: 5px auto;
    padding: 7px;
    border: 0 none;
    width: 70px;
    font: 0.7em verdana, arial;
    text-transform: uppercase;
    text-align: center;
    color: #FFF;
    background-color: #f03829;
    border-radius: 3px;
    text-decoration: none;
    float: right
}

/* unrelated styles */

#mContainer {
    position: relative;
    width: 600px;
    margin: auto;
    padding: 5px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    font: 0.7em verdana, arial;
}


code {
    font-size: 1.2em;
    color: #069;
}

#credits {
    position: relative;
    margin: 25px auto 0px auto;
    width: 350px;
    font: 0.7em verdana;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    height: 90px;
    padding-top: 4px;
}

#credits img {
    float: left;
    margin: 5px 10px 5px 0px;
    border: 1px solid #000000;
    width: 80px;
    height: 79px;
}

.important {
    background-color: #F5FCC8;
    padding: 2px;
}

/**CAMBIOS FINALES*/

div#container_10103,
div#container_10901 {
    max-width: 100% !important;
    margin: 0;
    padding: 0px;
}

div#container_10103 .row,
div#container_10901 .row {
    padding: 0px;
}

li .input-telefono {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}

li .input-telefono span {
    width: 350px;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 38px;
}

li .input-telefono span i {
    padding-left: 10px;
    padding-right: 10px;
    font-family: "AMX-Regular";
    font-size: 14px;
    color: #949494;
}

li .input-telefono span i:after {
    /*content: "+569";
    color: #949494;
    text-align: center;
    font-weight: 400;
    font-size: .85em;
    align-items: center;
    width: 30%;*/
}

li .input-telefono input[type=text] {
    width: 104%;
    padding-top: 10px;
    padding-bottom: 10px;
    float: right;
    border-left: 1px solid #ddd;
    font-family: "AMX-Regular";
    font-size: 13px;
    min-height: 38px;
}

li .input-telefono select {
    width: 30%;
    font-family: "AMX-Regular";
    font-size: 13px;
}

li {
    list-style-type: none;
}

div.check span,
div.check select,
div.check input[type="text"],
div.check input[type="tel"],
fieldset.check input[type="text"],
span.check,
fieldset.check input[type="email"]{
    border: 1px solid #06A17B !important;
    transition: all 300ms ease-in;
    background-color: #DDF9ED !important;
    border-radius: 12px 12px 12px 12px !important;
}

#phone1Prex{
    border-radius: 10px 0 0 10px !important;
}
#WC__ShoppingCartAddressEntryForm_billingAddressCreateEditFormDiv_1_phone1Prex_1{
    border-radius: 10px 0 0 10px !important;
}
#WC__ShoppingCartAddressEntryForm_billingAddressCreateEditFormDiv_1_phone1View_1{
    border-radius: 0 10px 10px 0 !important;
}
#phone1View{
    border-radius: 0 10px 10px 0 !important;
}
#summary_section_custom{
    top: 10px;
}
span.check input[type="text"]{
    background-color: #DDF9ED !important;
}

span.check i,
span.check input{
    border: 0 !important;
}

span.error input[type="text"]{
    background-color: #FFE3E3!important;
}

fieldset.error input[type="text"],
div.error input[type="text"],
div.error input[type="tel"],
div.error select,
span.error,
fieldset.error input[type="email"],
fieldset.error select,
fieldset.error textarea {
    border: 1px solid #DA291C!important;
    transition: all 300ms ease-in;
    background-color: #FFE3E3!important;
    border-radius: 12px 12px 12px 12px;
}

span.error i,
span.error input{
    border: 0 !important;
}

fieldset.error,
span.error {
    position: relative;
}

fieldset.error i,
#i_tel, #i_tel2, #i_tel3,
#i_tel_prepago,
#i_tel_postpago,
#i_tel_otros{
    position: absolute;
    padding: 2px 1em;
}

div.error i{
    text-align: right;
}

fieldset.error i,
div.error i,
div.error + i,
#i_tel, #i_tel2, #i_tel3,
#i_tel_prepago,
#i_tel_postpago,
#i_tel_otros {
    display: block;
    color: #DA291C;
    right: -1px;
    bottom: -19px;
    font-style: normal;
    font-size: .7em;
    font-weight: 500;
    border-radius: 2px;
}

input[type=text] {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

input[type=email] {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

select {
    color: #949494;
    border: 1px solid #ddd;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
}

.espacioFormulario {
    margin-top: 15px;
}

.new-look-espacioFormulario{
    width: 350px;
    margin-right: auto;
    margin-left: auto;
}

.espacioFormularioOtro {
    margin-top: 80px;
}

.new-look-align-left{
    font-size: 15px !important;
    color: black !important;
    font-family: 'AMX-Bold' !important;
}

.contenedor-formulario {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	margin-top: 20px;
}

.contenedor-1{
    width: 550px;
    padding-bottom: 20px;
}

.new-look-titulo-shop-cart,
.contenedor-1 {
    display: inherit;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    justify-content: space-around;
    height: auto;
    background: white;
    box-sizing: border-box;
}

.new-look-contenedor-1{
    width: auto !important;
}

.contenedor-1 .contenedor-captcha {
    background-color: #fafafa;
    box-sizing: border-box;
    padding: 30px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.contenedor-1 .espacio-texto-cliente {
    height: auto;
    margin-top: 20px;
}

.new-look-espacio-texto-cliente {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
}

.contenedor-1 .espacio-texto-postpago {
    height: 82px;
    margin-top: 10px;
    margin-bottom: 40px;
}

.contenedor-1 .espacio-texto-contrato {
    margin-top: 20px;
}

.contenedor-1 li .texto-cliente {
    background-color: #fcf3f3;
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 10px;
	text-align: center;
}

.new-look-texto-cliente{
    background-color: #FCF3F3;
    padding: 15px;
    border-radius: 12px;
    border: 1px solid #FFC5C1;
}

.contenedor-1 li .sub_header{
	margin: 20px 0;
	padding-top: 10px;
	text-align: left;
	font-family: "AMX-Regular";
}
.new-look-sub_header,
.new-look-sub_header-2{
    font-size: 15px;
    margin-top: 0 !important;
    font-family: "AMX-Regular";
    font-weight: 500;
}

.new-look-sub_header-2{
    color: #b52217;
    font-size: 14px;
}
.new-look-sub_header{
    color: #6c6c6c;
    font-size: 16px;
    text-align: center;
}

.contenedor-1 li .texto-postpago {
    background-color: #fafafa;
    box-sizing: border-box;
    padding: 15px;
    text-align: center;
}

.contenedor-1 li .texto-contrato {
    background-color: #fafafa;
    box-sizing: border-box;
    padding: 30px;
}

.contenedor-1 .espacio-alternativa-numero {
    height: 200px;
}

.contenedor-1 .alternativa-numero {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 5%;
    align-items: center;
}

.contenedor-1 .mantener-numero {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 5%;
    align-items: center;
}

.alternativa-numero button {
    width: 220px;
    height: 65px;
    margin-bottom: 10px;
    color: white;
    border-radius: 5px;
    background-color: #DA262D;
    font-size: 20px;
    padding: 10px;
    border: none;
}

.mantener-numero button {
    width: 220px;
    height: 65px;
    margin-bottom: 10px;
    color: white;
    border-radius: 5px;
    background-color: #DA262D;
    font-size: 20px;
    padding: 10px;
    border: none;
}

/* index 3*/
.contenedor-2 {
    display: inherit;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    width: 500px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    background: white;
    box-sizing: border-box;
}

.contenedor-textoplan p {
    margin-top: 10px;
    font-size: 40px;
    text-align: center;
    font-weight: lighter;
    color: #1f97ae;
}

.contenedor-2 .contenedor-sms {
    display: inherit;
    flex-direction: column;
    align-items: center;
    align-items: start;
    background-color: #f0f0f0;
    box-sizing: border-box;
    padding: 30px;
    margin-bottom: 10px;
}

.contenedor-2 .new-look-contenedor-sms{
    margin-top: 0px !important;
}

.contenedor-sms-reduce{
    margin-bottom: 10px !important;
}

.contenedor-button-aumenta{
    margin-top: 25px !important;
}

.contenedor-2 .contenedor-sms input {
    width: 150px;
}

.contenedor-2 .contenedor-sms button {
    width: 150px;
    height: 40px;
    margin-top: 5px;
    margin-bottom: 10px;
    color: white;
    border-radius: 5px;
    background-color: #1f97ae;
    font-size: 20px;
    font-weight: lighter;
    border: none;
    cursor: pointer;
}

.btn-sgte {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}

.contenedor-1 .btn-sgte button {
    width: 250px;
    height: 40px;
    margin-top: 5px;
    color: white;
    border-radius: 5px;
    background-color: #DA262D;
    font-size: 25px;
    border: none;
    cursor: pointer;
}

.contenedor-2 .btn-sgte {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}

.contenedor-2 .btn-sgte button {
    width: 250px;
    height: 40px;
    margin-top: 5px;
    color: white;
    border-radius: 5px;
    background-color: #DA262D;
    font-size: 25px;
    border: none;
    cursor: pointer;
}

.contenedor-2 .btn-sgte a {
    text-align: center;
    padding-top: 5px;
    width: 250px;
    height: 35px;
    margin-top: 5px;
    color: white;
    border-radius: 5px;
    background-color: #DA262D;
    font-size: 25px;
    border: none;
    cursor: pointer;
}

.btn-sgte a {
    text-align: center;
    padding-top: 5px;
    width: 250px;
    height: 35px;
    margin-top: 5px;
    color: white;
    border-radius: 5px;
    background-color: #DA262D;
    font-size: 25px;
    border: none;
    cursor: pointer;
}

.datos-plan {
    width: 100%;
}

.new-look-datos-plan{
    display:none;
}

.datos-plan h2 {
    font-size: 32px;
    font-weight: 400;
    text-align: center;
}

#title-multi-plan{
	display: flex;
}
#title-multi-plan h2{
	display: flex;
	margin: 0 auto;
}

.datos-plan h2 strong {
    color: #EF3829;
}

.datos-plan p {
    color: #666666 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-align: center !important;
	margin-top: 15px;
}

.datos-plan p strong {
    color: #EF3829;
}

.contenedor-sms h2 {
	font-size: 1.3em;
    line-height: 1.5;
}

.contenedor-sms p {
    color: black;
}

input#codigoMensaje,
input#carnetIdentidad, input#iccid {
    font-family: "AMX-Regular";
    font-size: 13px;
    border: 1px solid #ddd;
    min-width: 210px;
    font-weight: 400;
	margin: 0 !important;
    width: 100% !important;
    border-radius: 10px !important;
}
input#codigoMensaje:hover,
input#carnetIdentidad:hover, input#iccid:hover {
    border: 1px solid #ddd !important;
}

input#codigoMensaje:focus,
input#carnetIdentidad:focus, input#iccid:focus {
    border: 2px solid #809fff !important;
}

li#idContenedorSms small{
	margin-top: 20px;
}

p.sms-field-phone{
	margin-bottom: 10px;
}

div.radioRow {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

li.radioCol {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.elementosRow {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.elementosCol {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.new-look-elementosCol{
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 15px;
}

.elementosRow2 {
    display: flex;
    flex-direction: row;
    margin-bottom: 13px;
}

.inputMargin {
    margin-top: 2px;
    margin-right: 5px;
    vertical-align: middle;
}

.new-look-inputMargin-referencia,
.new-look-inputMargin-consentimiento{
    width: 20px;
    height: 20px;
}

.new-look-inputMargin-referencia,
.new-look-inputMargin-consentimiento{
    margin-top: 0px;
    margin-right: 15px;
}

div.operadores {
    display: flex;
    flex-direction: row;
}

.operadores a {
    margin-left: 10px;
    margin-right: 10px;
}

.seleccion {
	opacity:1 !important;
    border-bottom: #ffffff solid 3px;
}

.opradoresColumna {
    display: flex;
    flex-direction: column;
}

.hidde-alternativa-numero {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.close_icon:before {
    content: "\ea12";
    font-family: "claroicons";
    color: red;
}

button.btnDespPostPago {
    width: 317px;
    min-height: 50px;
    margin-top: 5px;
    color: white;
    border-radius: 5px;
    background-color: #1F97AE !important;
    font-size: 16px;
    border: none;
    cursor: pointer;
	font-family: 'AMX-Regular';
}

a.new-look-btnContratar{
    background-color: #DA291C !important;
    font-family: 'AMX-Bold' !important;
    border-radius: 26px !important;
    font-size: 15px !important;
    width: 260px !important;
    height: 40px !important;
    color: white !important;
    border: 0 !important;
}
.new-look-sectionPlanPrepagado a.new-look-btnContratar{
	display: inline-block;
	width: 255px !important;
}

button.new-look-btnNextPostPago{
    background-color: #DA291C !important;
    font-family: 'AMX-Bold';
    border-radius: 26px;
    font-size: 15px;
    width: 260px;
    height: 46px;
    color: white;
    border: 0;
    cursor: pointer;
    margin-top: 15px;
}

button.new-look-btnPostpagoLnPlus,
button.new-look-btnPostpagoMigra,
button.new-look-btnPostPost {
    height: 50px;
}

button.new-look-btnPostpagoLn {
    height: 50px;
}

button.new-look-btnPostpagoLnPlus{
    background:linear-gradient(274deg, #da291c 0%,#b52217 100%) !important;
    font-family: 'AMX-Bold';
    border-radius: 25px;
    font-size: 15px;
    padding: 0 1rem;
    color: white;
    border: 0;
    cursor: pointer;
    min-width: 260px;
    box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 38%);
    height: 66px !important;
}

button.new-look-btnPostpagoMigra,
button.new-look-btnPostPost,
button.new-look-btnPostpagoLn{
    background:linear-gradient(274deg, #da291c 0%,#b52217 100%) !important;
    font-family: 'AMX-Bold';
    border-radius: 25px;
    font-size: 15px;
    padding: 0 1rem;
    color: white;
    border: 0;
    cursor: pointer;
    min-width: 260px;
    box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 38%);
    height: 40px !important;
}

.contenedor-1 li .texto-cliente p{
	font-family: 'AMX-Regular' !important;
    font-size: 16px !important;
}

.new-look-texto-cliente p{
    color: #B52217 !important;
    font-family: 'AMX-Regular' !important;
    font-size: 16px !important;
}

.new-look-contenedor-textoplan-validacion{
    display: none;
}

.new-look-btnNextPostPago{
    font-family: 'AMX-Bold';
    border-radius: 25px !important;
    width: 303px !important;
    height: 40px !important;
}

.new-look-container-validacion{
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

.new-look-icon-check{
    font-size: 25px !important;
    color: #06A17B;
}

.text-progressBar{
    color: black;
    font-family: 'AMX-Bold';
    margin: 10px 0px;
}

.new-look-validacion-header{
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    background-color: #DDF9ED!important;
    border: 2px solid #06A17B!important;
    border-radius: 20px !important;
    width: max-content;
    margin: 20px 0px 10px 0px;
    padding: 13px 15px 13px 15px;
}

.new-look-header-text{
    color: black;
    font-size: 17px;
    font-family: 'AMX-Bold';
    text-align: center;
}

.new-look-btnValidacionDatosIdentidad{
    width: 25%;
}

.new-look-total-container-price{
    display: flex;
    justify-content: space-between;
}
.stylePrepago .new-look-total-container-price .order_total{
    color: #ee392a;
}

.new-look-btnNextPostPagoIdentidad{
    width: 317px !important;
}

.new-look-btnNextPostPagoIdentidad,
.new-look-btnValidacionDatosIdentidad{
    background-color: #DA291C !important;
    font-family: 'AMX-Bold';
    height: 50px !important;
}

.new-look-sectionPlanPrepagado{
    border-radius: 12px;
    margin: auto;
    font-family: "AMX-Regular";
    text-align: center;
    position: relative;
    height: 560px !important;
}
.new-look-sectionPlanPrepagado .wrapperPlan{
	margin-bottom: 20px;
}
.new-look-sectionPlanPrepagado .plan-status {
	padding: 5px 10px 1px 10px;
	display: none;
}
.new-look-sectionPlanPrepagado .plan-title{
    padding-top: 0px;
}

.new-look-supcontenedor{
    border-radius: 12px;
    max-width: 320px;
    font-family: "AMX-Regular";
    text-align: center;
    position: relative;
    margin: auto;
}

.summary-items{
    width: 100%;
    text-align: center;
}

.new-look-supcontenedor .product-checkout{
    margin-bottom: 12px !important;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 100% !important;
    position: relative;
}

.new-look-supcontenedor .plan-status,
.new-look-sectionPlanPrepagado .plan-status {
    padding: 5px 25px 1px 25px;
    line-height: 13px;
    border-radius: 0px 0px 35px 35px;
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 2;
    background: linear-gradient(to left, #FF5463 0%, #DA291C 100%);
    color: white;
    font-family: 'Roboto';
    font-size: 12px;
    width: 166px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
  
  /* Sección superior con fondo celeste */
.new-look-supcontenedor .plan-header,
.new-look-sectionPlanPrepagado .plan-header{
    background: linear-gradient(to right, #FFFFFF 0%, #9CA1BF 100%);
    padding: 18px 10px 10px;
    color: #ffffff;
    border-radius: 12px 12px 0px 0px;
}
  
.new-look-supcontenedor .plan-icon,
.new-look-sectionPlanPrepagado .plan-icon{
    font-size: 0px;
    color: #ffffff;
    margin-bottom: 10px;
    margin-top: 5px;
}
  
.new-look-supcontenedor .plan-title,
.new-look-sectionPlanPrepagado .plan-title{
    font-size: 20px;
    margin: 10px 0;
    font-weight: 400;
    margin: 10px 0;
    text-align: center;
    color: #3C3C3C;
    font-family: 'Roboto';
}
  
.new-look-supcontenedor .plan-subtitle,
.new-look-sectionPlanPrepagado .plan-subtitle{
    margin-top: 5px;
    font-size: 24px;
    font-family: 'Roboto';
    font-weight: 500;
    color: #3C3C3C;
}
  
.new-look-supcontenedor .plan-pricing,
.new-look-sectionPlanPrepagado .plan-pricing{
    background-color: #ffffff;
    padding: 7px 20px;
    text-align: center;
    border-radius: 0px 0px 12px 12px;
}
.new-look-multilineas .price-cargo {
    text-decoration: line-through;
}

.new-look-multilineas .plan-pricing{
    margin-top: 10px;
    padding: 7px 0px 30px 0px;
}

.new-look-multilineas .pricing-title{
    font-family: 'AMX-Medium';
    font-size: 18px !important;
    line-height: normal;
}

.new-look-multilineas .pricing-value{
    font-family: 'AMX-Medium';
    line-height: 25px;
}

.new-look-multilineas .text-cargo{
    margin-top: 10px;
    margin-bottom: 20px;
}

.new-look-multilineas .text-month {
    line-height: 18px;
    font-family: 'AMX-Bold';
}
.new-look-supcontenedor .pricing-title,
.new-look-sectionPlanPrepagado .pricing-title{
    font-size: 16px !important;
    color: #3C3C3C;
    font-family: 'Roboto';
    font-weight: 700;
}
  
.new-look-supcontenedor .pricing-value,
.new-look-sectionPlanPrepagado .pricing-value{
   	font-size: 30px;
    font-family: 'Roboto';
    font-weight: 700;
    color: #DA291C;
}
  
.new-look-supcontenedor .pricing-note,
.new-look-sectionPlanPrepagado .pricing-note{
    font-size: 14px;
    color: #3C3C3C;
    font-weight: bold;
}
  
.new-look-supcontenedor .pricing-regular,
.new-look-sectionPlanPrepagado .pricing-regular{
    font-size: 12px;
    color: #6C6C6C;
    margin-top: 5px;
}
  
.new-look-supcontenedor .pricing-regular span,
.new-look-sectionPlanPrepagado .pricing-regular span{
    text-decoration: line-through;
    color: #6C6C6C;
}

button.btnDespPostPago.btnOkTitularity {
    padding: 5px;
}

.contenedor-1 li .texto-cliente p{
	font-family: Roboto-Regular !important;
    font-size: 16px !important;
}

button.btnNextPostPago, button.btnContinue {
    width: 250px;
    height: 40px;
    margin-top: 5px;
    color: white;
    border-radius: 5px;
    background:linear-gradient(274deg, #da291c 0%,#b52217 100%) !important;
    font-size: 15px;
    border: none;
    cursor: pointer;
    font-family: 'AMX-Bold';
    padding: 0px 15px;
    height: 40px !important;
    box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 38%) !important;
}

button.btnOpcionPostPago {
    width: 200px;
    height: 59px;
    margin-top: 5px;
    color: white;
    border-radius: 5px;
    background-color: #1F97AE !important;
    font-size: 25px;
    border: none;
    cursor: pointer;
}

button.btnDesp {
    width: 317px;
    height: 60px;
    margin-top: 5px;
    color: white;
    border-radius: 5px;
    background-color: #DA262D !important;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

button.btnNext {
    width: 250px;
    height: 60px;
    margin-top: 5px;
    color: white;
    border-radius: 5px;
    background-color: #DA262D !important;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

button.btnOpcion {
    width: 200px;
    height: 59px;
    margin-top: 5px;
    color: white;
    border-radius: 5px;
    background-color: #DA262D !important;
    font-size: 25px;
    border: none;
    cursor: pointer;
}

.contenedor-2 .btn-sgte button {
    width: 250px;
    height: 40px;
    margin-top: 5px;
    color: white;
    border-radius: 5px;
    background-color: #DA262D;
    font-size: 25px;
    border: none;
    cursor: pointer;
}

.contenedor-1 .btn-sgte button {
    width: 250px;
    height: 40px;
    margin-top: 5px;
    color: white;
    border-radius: 5px;
    background-color: #DA262D;
    font-size: 25px;
    border: none;
    cursor: pointer;
}


.contenedor-2 .contenedor-numerovalidado {
    display: inherit;
    flex-direction: column;
    align-items: center;
    background-color: #fafafa;
    box-sizing: border-box;
    padding: 30px;
    /*
    margin-top: 15px;
    margin-bottom: 15px;
    */
    width: 100%;
}

.contenedor-2 .contenedor-preguntas {
    box-sizing: border-box;
    padding: 10px 40px;
    font-size: 18px;
}

.contenedor-2 .contenedor-preguntas2 {
    display: inherit;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    box-sizing: border-box;
    padding: 0px 40px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.contenedor-2 .contenedor-preguntas2 span {
    width: 100%;
    padding-top: 5px;
}

.contenedor-final {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contenedor-3 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 500px;
    height: 100vh;
}

.contenedor-3 .contenedor-textofinal {
    display: inherit;
    flex-direction: column;
    align-items: center;
    background-color: #fafafa;
    box-sizing: border-box;
    padding: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
}

.contenedor-3 .contenedor-textofinal img {
    width: 50%;
    height: auto;
}

/*  Barra Progreso */
.progress {
    list-style: none;
    margin-bottom: 14px;
    z-index: 0;
    padding-top: 20px;
	padding-left: 0px;
    display: table;
    table-layout: fixed;
    width: 100%;
    color: white;
    font-weight: 500;
    position: relative;
    align-items: center;
}

.progress li {
    position: relative;
    display: table-cell;
    text-align: center;
    font-size: 0.8em;
}

.progress li:before {
    content: attr(data-step);
    display: block;
    margin: 0 auto;
    background-color: #B6B6B6;
    width: 3em;
    height: 3em;
    text-align: center;
    margin-bottom: 0.25em;
    line-height: 3em;
    border-radius: 100%;
    position: relative;
    z-index: 1000;
}

.progress li:after {
    content: "";
    position: absolute;
    display: block;
    background-color: #B6B6B6;
    width: 100%;
    height: 0.5em;
    top: 1.25em;
    left: 50%;
    margin-left: 1.5em\9;
    z-index: 0;
}

.progress li:last-child:after {
    display: none;
}

.progress li.is-complete {
    color: #1F97AE;
}

.progress li.is-complete:before,
.progress li.is-complete:after {
    color: #FFF;
    background: #1F97AE;
}

.progress li.is-active {
    color: #EF3829;
}

.progress li.is-active:before {
    color: #FFF;
    background: #EF3829;
}

.progress__last:after {
    display: none !important;
}

.progress--medium {
    font-size: 1.5em;
}

.new-look-titulo-shop-cart .titulo-formulario,
.contenedor-1 .titulo-formulario {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.new-look-titulo-shop-cart .titulo-formulario h1,
.contenedor-1 .titulo-formulario h1 {
    font-size: 36px;
    font-family: 'AMX-Bold';
    color: black;
    margin: 0 auto;
    padding: 0;
}
.new-look-texto-identidad-titulo-formulario,
.new-look-texto-datos-entrega{
    font-family: 'AMX-Bold';
    padding: 15px;
}
.new-look-texto-identidad-titulo-formulario,
.new-look-texto-datos-entrega,
.new-look-texto-titulo-formulario,
.new-look-breadcrumblinea{
    color: #525252 !important;
    margin-top: 15px !important;
    text-align: center;
    font-size: 18px !important;
}
.contenedor-1 .titulo-formulario h3 {
    font-size: 32px;
    font-family: 'AMX-Bold';
    color: black;
    margin: 0 auto;
    padding: 0;
}

.grecaptcha-badge {
    z-index: 1;
}

.noneBorder:hover {
    border: 1px solid #ddd;
}

.autogeneradoazul {
    color: #006ecc;
}

.mensajeColor {
    color: #da262c;
}

label.custom-label {
    font-size: 16px;
    padding: 0;
    align-self: flex-start;
    width: 100%;
    font-family: "AMX-Regular";
    font-weight: bold;
    color: black;
}

.new-look-custom-label-otro-numero,
.new-look-custom-label{
    font-size: 12px !important;
    padding-left: 10px !important;
}

.new-look-custom-label-otro-numero{
    text-align: center;
    margin-bottom: 5px;
    padding-left: 0 !important;
}

input#rut,
input#correo {
    font-family: "AMX-Regular";
    font-size: 13px;
    border: 1px solid #ddd;
}

.new-look-wrapper-telefono,
.new-look-wrapper-otro-telefono{
    margin-top: 5px;
}

.new-look-wrapper-otro-telefono{
    width: 50% !important;
}

.new-look-prefijo,
.new-look-prefijo-otro-numero{
    background-color: #ffffff00;
    padding: 17px 9px 19px 18px !important;
    margin-top: 0px;
    border: 1px solid #b9b9b9;
    border-right: none !important;
    border-radius: 12px 0px 0px 12px;
    font-size: 14px;
    display: inline-block;
    color: transparent;
    transition: color 0.2s ease;
}

.new-look-prefijo-otro-numero.visible,
.new-look-prefijo.visible {
    padding: 9px 9px 9px 18px !important;
    color: #000;
}

.new-look-prefijo-container .visible {
    width: 45px !important;
}

li .new-look-wrapper-telefono span,
li .new-look-wrapper-otro-telefono span{
    border: 0;
    margin-left: 0px;
    width: 100%;
}

li .new-look-wrapper-input-telefono select,
li .new-look-wrapper-telefono select,
li .new-look-wrapper-otro-telefono select{
    display: none;
}

.new-look-input-otro-telefono,
.new-look-input-telefono,
.new-look-otro-telefono-postpago {
    flex: 1;
    padding: 0px !important;
    font-size: 14px !important;
    outline: none !important;
    border: 1px solid #b9b9b9 !important;
    border-left: none !important;
    background-color: #ffffff !important;
    margin-top: 0px !important;
    border-radius: 0px 12px 12px 0px;
}

.new-look-otro-telefono-custom-label{
    align-self: auto !important;
    width: auto !important;
}

.new-look-input-rut,
.new-look-input-correo{
    border-radius: 12px;
    border: 1px solid #b9b9b9 !important;
    font-size: 14px !important;
    padding-left: 20px;
    background-color: white !important;
}

.new-look-input-rut::placeholder,
.new-look-input-correo::placeholder,
.new-look-input-telefono::placeholder{
    color: #B9B9B9;
}

.new-look-espacioFormulario-terminos{
    display: flex;
    align-items: center;
    flex-direction: column;
}

.new-look-container-terminos{
    margin-top: 15px;
    font-family: "AMX-Regular" !important;
}

.new-look-spanTerminosCondicionesPlanes{
    box-shadow: none !important;
    background-color: white !important;
    font-family: "AMX-Regular" !important;
}

input#rut,
input#correo,
input#telefono,
input#otro_telefono_prepago,
input#otro_telefono_postpago,
input#otro_telefono,
input#imei,
select#tipo_tel,
select#tipo_tel_prepago,
select#tipo_tel_postpago,
select#tipo_tel_otros,
select#operador {
    font-family: "AMX-Regular";
    font-size: 13px;
    margin-top: 5px;
    height: 38px;
}

.containerOtros:hover {
    border-bottom: #1F97AE solid 3px;
}
.containerOtros select#operador {
    max-width: 250px;
    text-transform: uppercase;
}

input#imei {
    width: 250px;
    position: relative;
    float: left;
}

input#imei::-webkit-input-placeholder {
    text-align: center;
}

input#imei:-moz-placeholder {
    /* Firefox 18- */
    text-align: center;
}

input#imei::-moz-placeholder {
    /* Firefox 19+ */
    text-align: center;
}

input#imei:-ms-input-placeholder {
    text-align: center;
}

input#rut:hover,
input#correo:hover,
input#imei:hover,
select#tipo_tel:hover,
select#tipo_tel_prepago:hover,
select#tipo_tel_postpago:hover,
select#tipo_tel_otros:hover,
select#operador:hover {
    border: 1px solid #ddd;
}

input#rut:focus,
input#correo:focus,
input#telefono:focus,
input#otro_telefono_prepago:focus,
input#otro_telefono_postpago:focus,
input#otro_telefono:focus,
input#imei:focus,
select#tipo_tel:focus,
select#tipo_tel_prepago:focus,
select#tipo_tel_postpago:focus,
select#tipo_tel_otros:focus,
select#operador:focus {
    border: 1px solid #ddd;
    outline: none;
}

.otronumero {
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.new-look-otronumero{
    display: flex;
    flex-direction: column;
    padding-top: 25px;
    align-items: center;
    margin-bottom: 30px;
}

#field_imei{
	float: left;
	position: relative;
}

button.btnBlue {
    width: 317px;
    height: 60px;
    margin-top: 5px;
    color: 1F97AE;
    border-radius: 5px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    background: white;
    border: 1px solid #1F97AE;
	font-family: 'AMX-Regular';
}

button.new-look-btn_num_otro,
button.new-look-btnModificarNumero{
    height: 50px;
    color: #DA291C;
    border: 2px solid #DA291C;
    font-family: 'AMX-Bold';
    border-radius: 26px;
    background-color: #fff;
    cursor: pointer;
}

button.new-look-btnPostpago{
	background:linear-gradient(274deg, #da291c 0%,#b52217 100%) !important;
    font-family: 'AMX-Bold';
    border-radius: 26px;
    font-size: 15px;
    width: 100%;
    height: 40px;
    color: white;
    border: 0;
    cursor: pointer;
    box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 38%);
}
button.new-look-btnPostpagoSecond{
	width: 100%;
    height: 38px;
    color: #DA291C;
    border: 2px solid #DA291C;
    font-family: 'AMX-Bold';
    border-radius: 26px;
    background-color: #fff;
    cursor: pointer;
}
.new-look-btnPostpago{
	background:linear-gradient(274deg, #da291c 0%,#b52217 100%) !important;
    font-family: 'AMX-Bold';
    border-radius: 26px;
    font-size: 15px;
    width: 100%;
    height: 40px;
    color: white;
    border: 0;
    cursor: pointer;
    box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 38%);
    justify-content: center;
    align-items: center;
    display: flex;
}
.new-look-btnPostpagoSecond{
	width: 100%;
    height: 38px;
    color: #DA291C;
    border: 2px solid #DA291C;
    font-family: 'AMX-Bold';
    border-radius: 26px;
    background-color: #fff;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    display: flex;
}
.btn-back{
    color: #DA291C !important;
    border: 2px solid #DA291C !important;
    font-family: 'AMX-Bold';
    border-radius: 30px !important;
    background-color: #fff !important;
    height: 40px !important;

}
.btn-next{
    background: linear-gradient(274deg, #da291c 0%,#b52217 100%) !important;
    font-family: 'AMX-Bold';
    border-radius: 30px !important;
    color: white !important;
    border: 2px solid #DA291C !important;
    height: 40px !important;
    box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 38%);
}

.opradoresColumna p {
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
}

.opradoresColumna img {
    height: 40px;
    padding-bottom:2px;
}

.loading:not(:required) {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;   
    height: 1em;
    margin-top: -0.5em;
}

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.content-progress {
    display: table-cell;
    width: 100%;
}

.collapse-parent {
    margin: 15px 0 0;
    cursor: pointer;
    border: none;
    background: none;
    cursor: pointer;
}

.collapse-parent .fa {
    font-size: 24px;
    color: #999;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
}

.collapse-parent .fa:hover,
#shopping-bag-total .collapse-parent .fa:active,
#shopping-bag-total .collapse-parent .fa:visited {
    color: #6E357C;
}

.imei_content {
    margin: auto;
}

.help-tip {
    position: relative;
    top: 7px;
    float: left;
    text-align: center;
    background-color: black;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    font-size: 14px;
    line-height: 26px;
    cursor: default;
    left: 10px;
}

.help-tip:before {
    content: '?';
    font-weight: bold;
    color: #fff;
}

.help-tip:hover p {
    display: block;
    transform-origin: 100% 0%;
    -webkit-animation: fadeIn 0.3s ease-in-out;
    animation: fadeIn 0.3s ease-in-out;
}

.help-tip p {
    display: none;
    text-align: left;
    background-color: #ffffcc;
    padding: 20px;
    width: 200px;
    position: relative;
    border-radius: 3px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    right: -4px;
    color: black;
    font-size: 13px;
    line-height: 1.4;
    top: -65px;
    left: 30px;
}

.help-tip p:after {
    width: 100%;
    height: 40px;
    content: '';
    position: absolute;
    top: -40px;
    left: 0;
}


/* CSS animation */

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        transform: scale(0.6);
    }

    100% {
        opacity: 100%;
        transform: scale(1);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 100%;
    }
}

.autogeneradoazul {
    color: #006ecc;
}

.mensajeColor {
    color: #da262c;
}

fieldset i.smsIclass {
    position: absolute;
    padding: initial;
}

/*arojas: [estilos para el footer]  26/04/2019 - inicio */
.classFooter {
    box-sizing: border-box;
    background: #DDD !important;
    padding: 0 !important;
    text-align: left !important;
}
.breadcrumb {
    font-size: 0.85rem;
    width: 100%;
    max-width: 940px;
    overflow: initial;
    display: table;
    padding-top: 6px;
    padding-bottom: 6px;
}
.breadcrumb li:last-child {
    color: #000104;
    font-weight: 400;
}
.breadcrumb li{
    float: left;
    margin-right: 5px;
    position: relative;
}
section.footer-breadcrumb {
    overflow: hidden;
    padding: initial;
    background: #cacaca;
}
footer [class*="superior"] {
    padding-top: 20px;
    padding-bottom: 25px;
}
footer [class^="footer"] {
    width: 100%;
}
.container{
    width: 100%;
    max-width: 1255px;
    margin: auto;
}
footer [class*="superior"] .container dl {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    font-size: .8125rem;
    display: initial;
    float: initial;
    word-wrap: break-word;
    padding-bottom: 10px;
}

footer [class*="superior"] .container {
    display: -webkit-box;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    webkit-display: -webkit-flex !important;
    display: -webkit-flex !important;
    display: flex !important;
    flex-direction: row;
    -webkit-box-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -ms-flex-pack: start;
    align-items: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
}
footer [class*="superior"] .container dt:first-child {
    margin-top: 0px;
}
footer [class*="superior"] .container dt {
    font-size: 15px;
    font-size: .9375rem;
    font-weight: 700;
    color: #444;
    margin-top: 34px;
}
footer [class*="superior"] .container dl.box__rs {
    display: -webkit-box;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    webkit-display: -webkit-flex !important;
    display: -webkit-flex !important;
    display: flex !important;
    flex-direction: row;
    -webkit-box-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -ms-flex-pack: start;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    margin-bottom: initial;
}
footer [class*="superior"] .container dd {
    padding-top: 11.2px;
    padding-top: .7rem;
    font-weight: 300;
    margin: 0;
}
footer [class*="superior"] .container a {
    color: inherit;
    text-decoration: none;
}
section:after {
    content: "";
    display: table;
    clear: both;
}
footer [class*="superior"] .container dl.box__rs dt {
    width: 100%;
}
.g-12 {
    width: 100%;
}
footer [class*="superior"] .container a.bt__fb:after, footer [class*="superior"] .container a.bt__tw:after, footer [class*="superior"] .container a.bt__yt:after, footer [class*="superior"] .container a.bt__gp:after, footer [class*="superior"] .container a.bt__in:after, footer [class*="superior"] .container a.bt__pi:after, footer [class*="superior"] .container a.bt__linked:after {
    font-size: 32px;
    font-size: 2rem;
    margin-top: 3.33333px;
    margin-right: 10px;
    color: #2f2e2e;
}
footer [class$="inferior"] {
    background: #000104
}

footer [class$="inferior"] .container {
    display: -webkit-box;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    webkit-display: -webkit-flex !important;
    display: -webkit-flex !important;
    display: flex !important;
    flex-direction: row;
    -webkit-box-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    -ms-flex-pack: justify;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    min-height: 60px
}

footer [class$="inferior"] .container .footer__foot {
    font-size: 14px;
    font-size: .875rem;
    display: -webkit-box;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    webkit-display: -webkit-flex !important;
    display: -webkit-flex !important;
    display: flex !important;
    flex-direction: row;
    -webkit-box-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -ms-flex-pack: start;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    color: #fff;
    position: relative
}

footer [class$="inferior"] .container .footer__foot [class*="logo"] {
    background: url(/wcsstore/CLARO_SF_AS/images/claro/logo-claro-blanco.svg) no-repeat;
    width: 58px;
    height: 21px;
    margin-right: 10px;
    margin-top: -8px
}

footer [class$="inferior"] .container .footer__foot p {
    font-weight: 100;
    color: white !important;
}

footer [class$="inferior"] .container .footer__menu {
    display: -webkit-box;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    webkit-display: -webkit-flex !important;
    display: -webkit-flex !important;
    display: flex !important;
    flex-direction: row;
    -webkit-box-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    -ms-flex-pack: justify;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center
}

footer [class$="inferior"] .container .footer__menu ul {
    display: -webkit-box;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    webkit-display: -webkit-flex !important;
    display: -webkit-flex !important;
    display: flex !important;
    flex-direction: row;
    -webkit-box-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    -ms-flex-pack: end;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    width: calc(100% - 60px);
}

footer [class$="inferior"] .container .footer__menu ul li {
    padding-left: 15px
}

footer [class$="inferior"] .container .footer__menu li:last-child a {
    margin-right: initial
}

footer [class$="inferior"] .container .footer__menu a {
    color: inherit;
    text-decoration: none;
    font-size: 13px;
    font-size: .8125rem;
    color: #1F97AE;
    font-weight: 300
}

footer [class$="inferior"] .container .footer__menu a.region {
    margin-right: initial
}

footer [class$="inferior"] .container .bloqueRegion {
    display: none;
    margin: 0 auto;
    text-align: right
}

footer [class$="inferior"] .container .bloqueRegion .paises {
    margin-top: -4px
}

footer [class$="inferior"] .container .bloqueRegion .paises select {
    margin-top: -4px;
    font-size: 12px;
    font-size: .75rem;
    color: #fff;
    width: auto;
    margin: 0;
    background: transparent;
    border: none;
    padding: 13px 55px 5px 0 !important
}
/*arojas modal privacidad*/
div#modal {
    border-radius: 5px;
    padding: 0;
    margin:0;
}

#modal h1 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 10px 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid #EF3829;
    font-weight: 300;
    font-size: 1.875rem;
}
#modal div#contenedorPrincipal {
    box-shadow: none;
    min-height: 60vh;
}

#modal ul {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    list-style-type: disc;
    list-style-position: inside;
    margin-bottom: 10px;
    line-height: 1.3;
    font-weight: 300;
    margin: 0;
    padding: 0;
}
#modal ul li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    list-style-type: disc;
    list-style-position: inside;
    margin-bottom: 10px;
    line-height: 1.3;
    font-weight: 300;
}

#disablingDiv,#disablingDivAvatar{
    display: none; 
	z-index:1001;
    position: fixed; 
    top: 0%; 
    left: 0%; 
    width: 100%; 
    height: 100%; 
	background-color: #ccc; 
	opacity:0.5;
}

#idCodigoAct{
	text-align: center;
}

a.TerminosReferencia {
    text-decoration: none;
    color: #1197AF;
}

.contenedor-despacho {
    display: inherit;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    width: 500px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    height: 720px;
    background: white;
    box-sizing: border-box;
}

li.contenedor-numerovalRefe {
    display: inherit;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding: 30px;
    width: 100%;
	text-align: center;
}
li.contenedor-numerovalRefe p{
	padding-top: 10px;
}

.datos-planRefe p{
    padding-left: 10%;
    padding-right: 10%;
    color: #666666 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-align: center !important;    
}

.datos-planRefe h2 strong {
    color: #EF3829;
}

.datos-planRefe h2 {
    font-size: 32px;
    font-weight: 400;
    text-align: center;
}

#equiposRefe.datos-planRefe h2  {
    
    padding-bottom: 0%;
    padding-top: 0%;
    
}

.contenedor-formRefere.content-checkout {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto;
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
    gap: 1rem;
}

.elementosRow3 {
    display: flex;
    flex-direction: row;
    margin-top: 10px;
    margin-bottom: 10px;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.contenedor-term{
    display: inherit;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    box-sizing: border-box;
    padding: 0px 20px;
    margin-top: 15px;
    margin-bottom: 2px;    
}

.btn-sgtRef{
    text-align: center;
    padding-top: 5px;
    width: 250px;
    height: 35px;
    margin-top: 5px;
    color: white;
    border-radius: 5px;
    background-color: #DA262D;
    font-size: 25px;
    border: none;
    cursor: pointer;
    vertical-align: middle;
    display: table-cell;
    font-family: "AMX-Bold";
    padding-bottom: 6px;
}

fieldset .error-checkbox {
    box-shadow: 0px 0px 4px #D8585880;
    color: black;
    background-color: #D8585C33;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
	margin-top: 10px;
    padding: 10px 0;
}

.progress-bottom-margin{
	margin-bottom:50px;
}

#WC_CheckoutLogon_FormInput_logonId{
	width: auto;
}

/* INI: Ticket de compra ClaroPostPago */
#ClaroChile_CompraPostPago{
	display: block;
}

#ClaroChile_CompraPostPago .desgloseCompraFin {
    text-align: center;
    margin: 20px auto 0;
    font-weight: bold;
    display: block;
}

#ClaroChile_CompraPostPago .desgloseCompraFin .headerCompraFinClaroPostPago{
	color: #000;
	font-weight: 500;
	letter-spacing: .4px;
	line-height: 1.2;
	display: block;
	font-family: 'AMX-Regular';
	margin-bottom: 15px !important;
}

#ClaroChile_CompraPostPago .desgloseCompraFin .bodyCompraFinClaroPostPago{
	font-size: 14px;
    font-weight: bold !important;
    letter-spacing: .4px;
    line-height: 1.2;
    display: block;
    font-family: 'AMX-Regular';
    margin: auto;
	width: 250px;
}

#ClaroChile_CompraPostPago .desgloseCompraFin .planPostPago{
	font-size: 1.875rem;				    
    color: #f03829;
}

#ClaroChile_CompraPostPago .desgloseCompraFin .bodyCompraFinClaroPostPago .planPostPagoGb{
	font-size: 0.9rem;				    
    color: #f03829;
}

#ClaroChile_CompraPostPago .desgloseCompraFin .valorMensualCompraFinClaroPostPago{
	font-size: 16px;
	font-family: sans-serif;
	color: #000;	    
}

#ClaroChile_CompraPostPago .desgloseCompraFin .valorMensualCompraFinClaroPostPago .precioValorMensualCompraFinClaroPostPago{
	font-size: 22px;
	color: #f03829;
	font-weight: bold;
}

#productCheckoutClaroPostPago::before {
	content: '';
}

#productCheckoutClaroPostPago.product-checkout{
    border-bottom: 0px;
}

#orderFullClaroPostPago {
    display: block;
    margin-bottom: 2rem;
    width: max-content;
}
				
#claroPlanDatosTextTitle{
	font-size: 20px;
	font-weight: bold;
	padding-top: 9px;
}

.shipping_claroPostPago{
    order: 2;
    display: flex;
    flex-wrap: nowrap;
    padding-left: 40%;    
}

.containerOtros{
	padding-bottom:1px;
}

#ClaroChile_CompraPostPago .terminosPlanesSubTitle{
	font-size: 18px;
	font-family: "AMX-Regular";
	color: #000;
}

.plan_info_title{
	margin: 20px 0 !important;
}

/* END: Ticket de compra ClaroPostPago */

/* INI: ClaroPostPago - FormTransUnion*/
.contenedor-formRefere.content-checkout ul{
	padding: 0 !important;
    place-self: start;
}
.contenedor-formRefere.content-checkout .wrapper-right-cajetin{
    place-self: end;
    align-self: unset;
}
.contenedor-formRefere form{
	text-align: left;
}

#ExamDetails p{
	text-align: left;
    font-family: 'AMX-Medium' !important;
    color: black;
}

.espacioHorizontal span{
    font-family: "AMX-Regular";
    color: gray;
}

.espacioHorizontal p, .espacioHorizontal input {
	font-family: "AMX-Regular" !important;
}

.espacioHorizontal span{
	padding-left: 5px;
}

.contenedor-button-next{
    width: 100%;
	margin-top: 20px;
    text-align: center;
    grid-column: span 2;
}
#ClaroPostPagoTransUnion{
	width: 80%;
	margin: auto;
}
/* END: ClaroPostPago FormTransUnion */

.obligatorio{
    color: #EF3829;
}

.breadcrumblinea{
    text-align: center;
    font-family: 'AMX-Medium';
    margin-top: 30px;
    color: #666666;
}
.breadcrumblinea h1{
	text-align: center !important;
}
.center-text{
    text-align: center;
}

.help-tipAutenti {
    position: relative;
    top: -28px;
    float: right;
    text-align: center;
    background-color: #1F97AE;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 14px;
    cursor: default;
    right: -120px;
    transform: translateY(-40px);
}

.help-tipAutenti:hover p {
    display: block;
    transform-origin: 100% 0%;
    -webkit-animation: fadeIn 0.3s ease-in-out;
    animation: fadeIn 0.3s ease-in-out;
}

.help-tipAutenti:before {       
    content: 'i';
    font-weight: bold;
    color: #fff;        
}

.help-tipAutenti p{    
    display: none;
    text-align: left;
    background-color: #cceeff;
    padding: 20px;
    width: 200px;
    position: relative;
    border-radius: 3px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    right: -4px;
    color: black;
    font-size: 13px;
    line-height: 1.4;
    top: -45px;
    left: 30px;
    z-index: 1;
    position: absolute;
    transform: translateX(-257px) translatey(-88px);
}

.help-tipAutenti p:after {
    width: 100%;
    height: 40px;
    content: '';
    position: absolute;
    top: -40px;
    left: 0;
}

.confirmationTitle{
    font-size: 1.875rem;     
}

#checkout_crumb .crumb_confirmation {
    padding: 20px 20px 0;
}

.text_center{	
	text-align: center !important;	
}

#checkout_crumb .crumb_confirmation p{
	margin-top: 20px;
}

fieldset .spanTerminosCondicionesPlanes.error-checkbox{
	margin-top:0px !important;
    width: calc(100%-20px);
}
.spanTerminosCondicionesPrepago .inputMargin{
    margin-top: -2px;
    margin-right: 5px;
	margin-left: 0px;
    vertical-align: middle;
	margin-bottom: 0px;
}
div.store_message {    
	height: 100%;
	align-items: center;
	justify-content: center;
	min-width: inherit;
    max-width: inherit;
	position: fixed;
}

.new-look-msgpopup-content-wrapper{
    border-radius: 20px;
}

#msgpopup_content_wrapper .message_text a {
    color: #1097AE;
}

#msgpopup_content_wrapper .message_text a:hover{
	color: #1097AE;
}
.button-wrapper {
    width: 70%;
}
.store_message > .content > .close:hover > .closeImgMaxItemRet{
    background-position: bottom;
}
.button-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.new-look-sgt-product{
    width: 260px;
    color: #DA291C;
    border: 1px solid #DA291C;
    font-family: 'AMX-Bold';
    border-radius: 26px;
    background-color: #fff;
    cursor: pointer;
}
.message .btnNormal {
    float: none !important;
    display: block !important;
    text-align: center !important;
    padding: 10px 20px !important;
    text-decoration: none;
    margin-bottom: 15px;
}
.message .btnPrimary {
	background: #f03829;
    color: #fff !important;
    border: 1px solid #f03829 !important;
    float: none !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
    max-width: 65% !important;
    padding: 8px !important;
	margin-bottom: 15px;
}
/** LOADING ICON - INICIO **/
#loading {
    background: url('/wcsstore/CLARO_SF_AS/images/claro/preloaderClaro.gif') no-repeat center center;
	background-size: 60px 80px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999999;
}
/** LOADING ICON - FIN **/
div#cartDropdown .basicButton > span{
	color: white;
}
.product_name a{
	color: black !important;
}
.alertMessageIcon{
	margin: auto; 
	text-align: center;
	margin-top: 15px;
}
.alertMessageIcon img{
	width: 80px;
	margin: auto;
}
.message_title{
	text-align: center;
    font-weight: 300;
    padding: 10px 0 0 0;
    font-size: 20px;
    font-family: 'AMX-Medium';
    color: black;
}

#widgetEvaluateIdentity .checkout-information {
	padding: 0px;
}
#widgetEvaluateIdentity .supcontenedor{
    margin-top: 20px
}
.supcontenedor {
    width: 100%;    
    display: inline-block;
}
			
.content-checkout .breakplan #order_total tbody tr #WC_SingleShipmentOrderTotalsSummary_td_12{
	font-size : 1.1rem;
	font-weight: 600
}
.content-checkout .breakplan #order_total tbody tr #WC_SingleShipmentOrderTotalsSummary_td_13{
	font-size : 1.1rem;
	font-weight: 600
}
#centered_single_column_form {
	position: relative;
    float: left;
	width: 98% !important;
}
.content-shipping .product-checkout{
	width: auto;
	position: relative;
}
.content-checkout #editAddressContents #order_details{
	position: relative;
}
#billingCreateEditArea1 {
	width: 85% !important;
}
.form_input {
	width: 100% !important
}
#WC_UnregisteredCheckout_div_16 {
	width: 85% !important;
}
#price_not_enough{
	margin: 25px auto;
    background: #ffe6e6;
    padding: 20px;
    width: 70%;
    font-family: 'AMX-Medium';
    font-weight: 600;
    border-radius: 5px;
	text-align: center;
}
.encabezado-planes{
	height: auto !important;
}
.contenedor-category-2{
	padding-top: 0px !important;
	height: auto !important;
}
.order-full{
	margin-top : 25px
}
.delivery_date , .billing-information{
	width: 95% !important;
}
.delivery_date_confirmation{
	transform: translateY(25px);
	width: 100%;
	text-align: center;
	margin: 20px 0;
	padding: 20px 0;
	display: block;
	position: relative;
	float: left;
}
.resumenFin{
	margin-bottom: 20px;
}
.messageWarn {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 20px;
	text-align: justify;
}
.messageWarn .container {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	webkit-display: -webkit-flex !important;
	display: -webkit-flex !important;
	display: flex !important;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: flex-start;
	-ms-flex-pack: start;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: flex-start;
	padding: 10px;
	background: #ddf9ed;
	border: 1px #b2e5d3 solid;
	border-radius: 10px;
}
.messageWarn .container p {
	font-size: 14px;
	font-size: 0.875rem;
	color: #006b4f;
	font-family: "AMX-Regular";
}
#idMensajeClicSms, #linkSmsId{
	font-size: 13px;
}
.selected-plan-message{
	font-family: 'AMX-Medium';
    text-align: center;
    margin: 0px 0px 20px 0px;
    padding: 9px 15px 9px 15px;
    background: #D8585C33;
}
.new-look-selected-plan-message-2{
    border-radius: 15px;
    border: 1px solid #FFF072;
    background: #FFFCE0;
    margin: 0px auto 30px auto;
    max-width: 769px;
}
.new-look-selected-plan-message{
    background: none;
}
.ui-helper-hidden-accessible div {
    display: none;
}
.shipping_title{
	font-family: 'AMX-Medium';
    font-size: 1.3em;
    display: block;
    padding: 15px 0px;
	color: #000;
}
#confirmation_prepago{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
#confirmation_prepago tr{
	border-top: none !important;
    border-right: none !important;
    border-left: none !important;
}
.contenedor-sms .text_center small{
	margin-top: 20px;
}
.margin-catalog{
	margin-left: 20px;
	margin-right: 20px;
}

/* dquisocala: [DOC95] Mejora en resumen de compra Carrito - inicio */
.remove_shopcart > a::before {
    content: '';
    display: inline-block;
    background: url(/wcsstore/CLARO_SF_AS/images/claro/ico-azul-eliminar.svg) no-repeat;
    width: 20px;
    height: 20px;
    position: relative;
    top: 5px;
    background-size: contain;
    margin-top: 5px;
}
.edit_shopcart > a::before {
    content: '';
    display: inline-block;
    background: url(/wcsstore/CLARO_SF_AS/images/claro/ico-editar.svg) no-repeat;
    width: 16px;
    height: 16px;
    margin: 2px;
    position: relative;
    top: 2px;
    background-size: contain;
    margin-top: 5px;
}
.select-disabled{
	pointer-events: none;
}
.hide{
	display: none;
}
.content-shipping-unregistered form .myaccount_header{
    padding-bottom: 5px;
}
.content-shipping-unregistered .denote_required_field{
    margin: 0px 0px 15px 0px;
}
.content-shipping .denote_required_field, #AddressForm .denote_required_field {
   	margin-top: 0;
   	font-size: .9rem;
    color: #222;
    font-family: 'AMX-Regular';
}
.sign_in_registration {
    line-height: 1.4;
}
.delivery_date_prepago{
	margin-top: 30px;
}
.styleConfirmationPrepago .delivery_date_prepago{
	order: 1;
	width: calc(70% - 20px) !important;
	margin-top: 20px;
}
.content-checkout #order_details div[id^="WC_OrderItemDetails_div_1_"] {
    height: 95px;
    width: 72px;
    margin: 0;
}
.loggedCheckoutPrepago .spanTerminosCondicionesPrepago{
	width: 95%;
}
#unregistered_form .denote_required_field{
	margin-top: 0px;
}

/* dquisocala: [DOC95] Mejora en resument de compra Carrito - fin */
#header [class*="navegation"] .subMenu a+span, header .wpthemeHeaderNav .subMenu a+span {
    font-size: 12px;
    font-size: .75rem;
    color: #666;
    display: inline-block;
    width: 150%;
}

.dd_image{
	text-align: center;
}

.title-price{
	margin-right: 2px;
    font-size: 1.25rem;
    font-family: 'AMX-Regular';
    font-weight: 300;
}
.title-product-display-oferta{
    margin-right: 3px;
    font-weight: 700;
    font-family: 'AMX-Regular';
    position: relative;
    top: -4px;
    font-size: 18px !important;
}
.title-product-display-normal {
	content: 'Normal:';
    margin-right: 3px;
    font-size: 15px;
    font-weight: 300;
    font-family: 'AMX-Regular';
    position: relative;
    top: -3px;
}
.login_page input[type=text],
.login_page input[type=password]{
	width: 82% !important;
}
.facetSelectContainer .swatch img,
.facetSelected > a > div.filter_option > span > img {
	border-radius: 0;
    width: 100%;
    padding: 0;
    border: 1px solid #fff;
}
#Color ul li a span.swatch span.outline span img{
	vertical-align: middle;
    box-shadow: 0 0 0 1px #ccc;
	border-radius:100%;
	width: 22px;
	margin-bottom: 5px;
}
#Color ul li a span.swatch span.outline span img:hover{
	box-shadow: 0 0 0 1px #1f98af;
}
#Color .facetSelectContainer .facetSelect li.singleFacet {
    padding: 5px 2px;
    width: calc(19% - 5px);
    display: inline-block;
    float: initial;
    text-align: left;
	margin-bottom: 10px;
}
button.btnNextPostPago:disabled {
  cursor: pointer;
}
input#rut:disabled, input#correo:disabled, input#telefono:disabled, input#otro_telefono_prepago:disabled, 
input#otro_telefono_postpago:disabled, input#otro_telefono:disabled, input#imei:disabled, select#tipo_tel:disabled, 
select#tipo_tel_prepago:disabled, select#tipo_tel_postpago:disabled, select#tipo_tel_otros:disabled, select#operador:disabled, 
input#telefono2:disabled, input#telefono3:disabled {
	background-color: rgb(235, 235, 228);
}
#ClaroPostPagoTransUnion{
	width: 100%;
}
li.contenedor-numerovalRefe{
	padding: 20px 0px 10px 0px;
}
.contenedor-button-next button.btnNextPostPago{
	margin-left: 0px;
	margin-right: 0px;
}

.content-checkout .breakplan #order_total tbody tr #WC_SingleShipmentOrderTotalsSummary_td_12, 
.content-checkout .breakplan #order_total tbody tr #WC_SingleShipmentOrderTotalsSummary_td_13,
.content-checkout .breakplan #order_total tbody tr #WC_SingleShipmentOrderTotalsSummary_td_13_2 {
	font-size: 1.1rem;
	font-family: 'AMX-Regular';
	font-weight: 300;
}

#box .WCTooltip .header, .WCTooltip .header{
	font-size: 1rem;
}

.selected-equipo{
	width: 100%;
    max-width: 1000px;
    margin: 10px auto 40px;
	font-family: 'AMX-Medium';
    text-align: center;
}
.linea-pasos {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	max-width: 1040px;
	padding: 80px 60px 40px 15px;
	margin: 0 auto 40px; 
}
.linea-pasos > ul {
	display: -webkit-box;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	webkit-display: -webkit-flex !important;
	display: -webkit-flex !important;
	display: flex !important;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	-ms-flex-pack: justify; 
}
.linea-pasos > ul > li {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	width: 33.33%; 
}
.linea-pasos > ul > li:after {
	position: absolute;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	content: "";
	width: 100%;
	height: 6px;
	background: #E2E2E2; 
}
.linea-pasos > ul > li:last-child {
	width: 0;
	height: 0; 
}
.linea-pasos > ul > li .step {
	position: absolute;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	left: -10px;
	width: 20px;
	height: 20px;
	background-color: #E2E2E2;
	border-radius: 50px;
	display: inline-block;
	text-align: center;
	z-index: 2; 
}
.linea-pasos > ul > li.active .step {
	background-color: #44AF69;
	-webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.25);
	-o-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.25);
	-ms-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.25); 
}
.linea-pasos > ul > li.active .step .icoStep {
	-webkit-filter: grayscale(0) opacity(1);
	filter: grayscale(0) opacity(1); 
}
.linea-pasos > ul > li.active .step p {
	color: #222; 
}
.linea-pasos > ul > li .step p {
	position: absolute;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	left: 50%;
	font-size: 14px;
	font-size: 0.875rem;
	color: #bbb;
	top: 35px;
	width: 111px; 
}
.linea-pasos > ul > li.active:after {
	background: #44af69;
	background: #44af69;
	background: -moz-linear-gradient(left, #44af69 0%, #e2e2e2 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, #44af69), color-stop(100%, #e2e2e2));
	background: -webkit-linear-gradient(left, #44af69 0%, #e2e2e2 100%);
	background: -o-linear-gradient(left, #44af69 0%, #e2e2e2 100%);
	background: -ms-linear-gradient(left, #44af69 0%, #e2e2e2 100%);
	background: linear-gradient(to right, #44af69 0%, #e2e2e2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#44af69', endColorstr='#e2e2e2', GradientType=1 ); 
}
.linea-pasos > ul > li .step:before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50px; 
}
.linea-pasos > ul > li .step .icoStep {
	position: absolute;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	left: 50%;
	bottom: 25px;
	-webkit-filter: grayscale(100%) opacity(0.5);
	filter: grayscale(100%) opacity(0.5); 
}
.ico_compraMovil:before {
	content: "";
	background: url(/wcsstore/CLARO_SF_AS/images/claro/ico_compraMovil.svg) no-repeat;
	background-position: 0 0;
	width: 46px;
	height: 46px;
	display: inline-block;
	background-size: contain; 
}

.ico_datosPersonales{
    display: none;
	font-size: 45px;
}
.ico_agilice:before {
	content: "";
	background: url(/wcsstore/CLARO_SF_AS/images/claro/ico_agilice.svg) no-repeat;
	background-position: 0 0;
	width: 46px;
	height: 46px;
	display: inline-block;
	background-size: contain; 
}
.ico_cargaInicial:before {
	content: "";
	background: url(/wcsstore/CLARO_SF_AS/images/claro/ico_cargaInicial.svg) no-repeat;
	background-position: 0 0;
	width: 46px;
	height: 46px;
	display: inline-block;
	background-size: contain; 
}
.ico_imei:before {
	content: "";
	background: url(/wcsstore/CLARO_SF_AS/images/claro/ico_imei.svg) no-repeat;
	background-position: 0 0;
	width: 46px;
	height: 46px;
	display: inline-block;
	background-size: contain; 
}
.ico_telepresenciaMedida:before {
	content: "";
	background: url(/wcsstore/CLARO_SF_AS/images/claro/ico_telepresenciaMedida.svg) no-repeat;
	background-position: 0 0;
	width: 46px;
	height: 46px;
	display: inline-block;
	background-size: contain; 
}
.ico_informacionSobeUsuario:before {
	content: "";
	background: url(/wcsstore/CLARO_SF_AS/images/claro/ico_informacionSobeUsuario.svg) no-repeat;
	background-position: 0 0;
	width: 46px;
	height: 46px;
	display: inline-block;
	background-size: contain; 
}
.ico_proteccionUsuario:before {
	content: "";
	background: url(/wcsstore/CLARO_SF_AS/images/claro/ico_proteccionUsuario.svg) no-repeat;
	background-position: 0 0;
	width: 46px;
	height: 46px;
	display: inline-block;
	background-size: contain; 
}
.ico_facturacion:before {
	content: "";
	background: url(/wcsstore/CLARO_SF_AS/images/claro/ico_facturacion.svg) no-repeat;
	background-position: 0 0;
	width: 46px;
	height: 46px;
	display: inline-block;
	background-size: contain; 
}
.popupMain {position:fixed;width:70%;max-width:360px;height:auto;min-height:0;padding:30px;top:50%;background-color:#fff;transform: translateY(-50%);border-radius: 5px;text-align:center;margin:auto;}
.popMain2 {
	background-color: #FFFFFF;
    border-left: 0px solid #e5e5e5;
    border-right: 0px solid #e5e5e5;
    border-bottom: 0px solid #e5e5e5;
    padding: 25px 35px 25px 35px;
    box-shadow: 0 0 10px 2px #888888;
    font-family: 'AMX-Regular';
    font-size: 16px;
    line-height: 16px;
}
.popupMain .content_zm {
    padding: 20px 10px 20px 10px;
}
.popupMain a.button {
    margin: 10px;
    color: #1097AE !important;
    border: 1px solid #76c3d1;
    max-width: 70%;
}
.popupMain a.button:hover {
    color: #1097AE !important;
    background: #fff;
    text-decoration: underline;
}
.new-look-button-text{
    padding: 8px 0px;
}
.popupMain #add2CartBtnNew.button.primary, 
.popupMain #btnConfirmChip.button.primary , 
#btnUpdateInfoPrepay.button.primary,  
#btnUpdateInfoMix.button.primary,
#btnCloseMixModal.button.primary,
#btnClosePrepayModal.button.primary,
#btnNextFancyBox.button.primary{
	background: #f03829;
    color: #fff !important;
    border: 1px solid #f03829;
}
.popupMain #add2CartBtnNew.button.primary .button_text::after, 
.popupMain #btnConfirmChip.button.primary .button_text::after, 
#btnUpdateInfoPrepay.button.primary .button_text::after,
#btnClosePrepayModal.button.primary .button_text::after,
#btnNextFancyBox.button.primary .button_text::after{
    content: "\f054" !important;
    font-family: "FontAwesome";
    margin-left: 5px;
    font-size: 12px;
}
.contentButtonModalPcsRecambioBoleta #btnCloseMixModal.button.primary .button_text::after {
	content: none !important;
}
.contentButtonModalPcsRecambioBoleta #btnCloseMixModal.button.primary {
	width: 70%;
}
.quantity_section.quantity_recambio::after{
	content: "";
	border: none;
}
.quantity_recambio{
    text-align: center;
    width: 57%;
    padding: 7px;
}
.productDescDropMerch .product_info{
	font-family: "AMX-Regular";
    line-height: 20px;
    margin-top: 0;
}
#widget_coordinate .list_mode .product > .product_name_merch{
	font-family: "AMX-Regular";
	color: #000;
	cursor: none;
}
span.price_re {
    color: #ca4200;
}
#prepagoModalMessageError, #mixtoModalMessageError{
	max-width: 450px !important;
}

/* POPUP FANCY BOX - STYLES CLAROCHILE - BEGIN */
#modalValidatePcsRecambio,
#popUpTU,
#popUpBlockTU,
#popupTuVf,
#errorGenericPay {
    max-width: 450px !important;
    padding: 25px 35px 25px 35px !important;
    width: 100%;
    text-align: center;
    border-left: 0px solid #e5e5e5;
    border-right: 0px solid #e5e5e5;
    border-bottom: 0px solid #e5e5e5;
    box-shadow: 0 0 10px 2px #888888;
    font-family: 'AMX-Regular';
    font-size: 16px;
    line-height: 16px;
    border-radius: 5px;
    text-align: center;
}
.popUp-content-zm{
    padding: 20px 10px 20px 10px;
}
.popUp-contentButton-close, .popUp-contentButton-action{
    padding: 10px 0;
}
.popUp-contentButton .button{
	max-width: 70%;
}
.popUp-contentButton-close a.button, .popUp-contentButton-close a.button.primary:hover,
.viewOfferButton a.button, .viewOfferButton a.button.primary:hover{
	color: #1097AE;
    border: 1px solid #76c3d1;
    background: transparent;
}
.new-look-closeVerEquipos{
    color: #DA291C !important;
    border: 2px solid #DA291C !important;
    font-family: 'AMX-Bold' !important;
    border-radius: 26px !important;
    cursor: pointer;
}
.new-look-modificarNumero{
    background-color: #DA291C !important;
    font-family: 'AMX-Bold' !important;
    border-radius: 26px !important;
    cursor: pointer;
}
.new-look-SmsModal{
    width: 600px !important;
    padding: 22px !important;
}
.new-look-buttonSms{
    background-color: #DA291C !important;
    font-family: 'AMX-Bold';
    border-radius: 26px;
    font-size: 15px;
    width: 250px;
    height: 40px;
    color: white;
    border: 0;
    cursor: pointer;
}
#errorGenericPay .viewOfferButton{
	float: none;
    display: inline-block;
}
/* POPUP FANCY BOX - STYLES CLAROCHILE - END */
#modalValidatePcsRecambioBoleta {
    max-width: 450px !important;
    text-align: center;
}
.{
	position: relative;
    float: left;
    width: 100%;
}
.contentUpdateButton{
    float: left;
    position: relative;
    width: 45%;
}
.viewOfferButton{
	float: right;
    width: 45%;
}
#SMSModalInteraction fieldset.error i {
    right: 128px;
}
#SMSModalInteraction h2,#SMSModalInteraction, #SMSModalInteraction p {
    font-family: "AMX-Regular";
    text-align: center;
}
#SMSModalInteraction .contenedor-sms-reduce {
    margin-bottom: 15px !important;
}
.subMenu .withImg, .wpthemeHeaderNav .subMenu .withImg {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    webkit-display: -webkit-flex;
    display: -webkit-flex;
    display: flex;
}
/* dquisocala: Recambio postpago - inicio */
#RegisterForm.product_recambio{
	display: inline-flex;
    font-family: "AMX-Regular";
    justify-content: center;
    width: 96%;
}
.product_recambio .supcontenedor, .product_recambio .contenedor-1, .product_recambio .product-checkout{
	display: block;
}
@media screen and (min-width: 769px) {
    .recambio-boleta-resumen {
        display: flex !important;
        width: 380px !important;
        flex-direction: column;
    }
}
.product_recambio #total_breakdown #order_total tr {
    padding: 10px 20px;
}
.product_recambio #total_breakdown #order_total .total_details.order_total, .product_recambio #total_breakdown #order_total .total_figures .breadcrumb_current {
    font-size: 1.1rem;
    width: initial;
}
.product_recambio #total_breakdown #order_total .total_details.order_total{
	float: left;
}
.new-look-catalogEntry-name{
    font-size: 24px;
    font-family: 'Roboto';
    font-weight: 500;
    color: #3C3C3C;
    line-height: 24px;
    margin-bottom: 6px;
    padding-right: 10px;
}
.product_recambio #order_details div[id^="WC_OrderItemDetails_div_1_"] {
    width: 72px;
    margin: 0;
    height: 100px;
}
.product_recambio #order_details .th_align_left_normal .itemspecs span.product_type_title {
    font-size: 20px;
    font-family: 'Roboto';
    font-weight: 400;
    color: #3C3C3C;
    margin-bottom: 5px;
    display: block;
    margin-top: 0;
}
.product_recambio #order_details .th_align_left_normal{
	padding: 30px 10px 20px 20px;
}
.content-checkout #order_details .th_align_left_normal.new-look-th_align-left_normal{
	padding-top: 30px;
}
.new-look-th_align-left_normal{
    display: flex;
    flex-direction: row;
    max-width: 290px;
    width: auto;
}
.product_recambio #order_details .th_align_left_normal .itemspecs span {
    font-size: 16px;
    color: white;
    font-family: 'AMX-Regular';
}
.product_recambio #order_details .th_align_left_normal .itemspecs p span.unit_price_title {
    margin-top: 18px;
    display: block;
    color: #000;
    font-size: 1rem;
}
.product_recambio #order_details .th_align_left_normal .itemspecs p span.unit_price_title .price {
    float: right;
    font-size: 1.25rem;
    color: #000;
    position: relative;
    top: 1px;
    margin: 0;
}
.product_recambio #total_breakdown {
    padding: 10px 20px !important;
}
.product_recambio #order_details .itemspecs {
    float: initial;
}
.product_recambio #order_details .th_align_left_normal .itemspecs {
    padding-right: 0px;
}
.product_recambio #order_details {
    padding-bottom: 0px;
}
.tag_recambio_b {
    padding: 6px 0px;
    display: flex;
    font-weight: 300;
}
.tag_recambio_b2{
	width: 50%;
}
.tag_recambio_b2_key{
	text-align: left;
	width: 60%;
	color: #000;
}
.tag_recambio_b2_val{
	text-align: right;
	width: 40%;
	color: #000;
}
.select-rechange-b{
	font-weight: 100;
	font-size: 1rem;
	color: #000;
}
.tag_recambio_b .wcSelect.inputField.select{
	width: 60px !important;
	padding-top: 3px !important;
    padding-bottom: 3px !important;
	border-radius: 6px !important;
}
.tag_recambio_b .inputField{
	margin: 0px;
}
.re_content{
	font-family: 'AMX-Regular';
	padding: 10px 0px;
	border-top: 1px solid #ccc;
}
.contentTotalPrice, .discountBonus  {
    display: flex;
    justify-content: space-between;
    padding: 6px 0px;
}
.contentTotalPrice {
	font-size: 14px;
    font-family: 'Roboto' !important;
    font-weight: normal;
    color: #3C3C3C;
}
#containerLoyaltyBonusRB {
    color: #000;
}
#confirmation_prepago .re_content{
	box-shadow: none;
	border-top: 1px solid #ccc;
}
#confirmation_prepago .re_content .tag_recambio_b{
	background: #fff;
	border-bottom: 1px dotted #ddd;
	font-size: 1rem;
}
#confirmation_prepago .re_content .tag_recambio_b2_key{
	color: #000;
	margin-left: 115px;
}
#confirmation_prepago .tag_recambio_b {
    padding: 10px 0px;
}
/* dquisocala: Recambio postpago - fin */
.store_message > .content > .close{
	position: relative;
	float: right;
}
.zm_persona_con_giro{
	margin-top: 20px;
}
.order-full .billing-information{
	margin-top: 0 !important;
}
/* jbardales: New Catalog */
.layoutCategory-unificado .horizontal, .subCat_page_tab_content .horizontal {
    box-shadow: 0px 0px 0px 0px #bebebe !important;
}
.layoutCategory-unificado .collapsible,
.subCat_page_tab_content .collapsible {
    background-color: white !important;
    border-radius: 20px !important;
    box-shadow: 0px 0px 0px 1px #e3e3e3;
    margin: 1% 0px 1% 0px;
}
.layoutCategory-unificado .title_filter,
.subCat_page_tab_content .title_filter {
    font-weight: bold !important;
    font-size: 20px !important;
    font-family: "AMX-Regular" !important;
    border-bottom: 1px solid #83170f !important;
    padding: 15px 5px 10px 5px !important;
    margin: 0px 15px !important;
}
.layoutCategory-unificado .optionContainer > .title,
.subCat_page_tab_content .optionContainer > .title {
    font-weight: bold;
    font-family: 'AMX-Regular';
    border-bottom: 1px solid #f4f4f4;
}
.layoutCategory-unificado .container_cleanfilter, .subCat_page_tab_content .container_cleanfilter {
    padding: 12px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.layoutCategory-unificado .facetWidget .clearAll, .subCat_page_tab_content .facetWidget .clearAll {
    color: #0097a9;
    font-weight: bold;
    text-decoration: none;
}
.category_name{
    padding: 10px 0px 10px;
    color: #000;
    font-weight: bold;
    font-size: larger;
}
.layoutCategory-unificado .controlBar .pageControl.number > a, .subCat_page_tab_content .controlBar .pageControl.number > a {
    border: 1px solid #a0a0a0;
    border-radius: 15px;
}
.layoutCategory-unificado .controlBar .pageControl.number > a.selected, .subCat_page_tab_content .controlBar .pageControl.number > a.selected {
    background: white;
    color: #d80707;
    box-shadow: none;
    font-family: 'AMX-Bold';
    border: 1.7px solid #d80707;
}
.layoutCategory-unificado .pageControlButton, .subCat_page_tab_content .pageControlButton{
    background: white;
    color: #d80707 !important;
    box-shadow: none;
    font-family: 'AMX-Bold';
    border-radius: 15px;
    border: 1.7px solid #d80707;
}
.layoutFicha-unificado .optionContainer .arrow{
    width: 23px;
}
.layoutCategory-unificado .optionContainer .arrow::before,
.subCat_page_tab_content .optionContainer .arrow::before {
    background: url(/wcsstore/CLARO_SF_AS/images/claro/up-arrow.svg);
    width: 18px;
    height: 14px;
    top: 4px;
}
.layoutCategory-unificado .optionContainer .arrow_collapsed:before,
.subCat_page_tab_content .optionContainer .arrow_collapsed:before {
    content: url(/wcsstore/CLARO_SF_AS/images/claro/down-arrow.svg);
    top: -14px;
}
.layoutCategory-unificado .productListingWidget > .foot_bar .pagination_present,
.subCat_page_tab_content .productListingWidget > .foot_bar .pagination_present {
    display: flex;
    align-items: baseline;
    flex-direction: row-reverse;
}
.layoutCategory-unificado .text_control_page,
.subCat_page_tab_content .text_control_page{
    font-weight: bold;
    font-family: 'AMX-Regular';
    display: none;
}
/* dquisocala : catalogo unificado */
#productsFacetsHorizontal > fieldset{
	width: 100%;
}
#productsFacetsHorizontal .facetSelect li{
	padding: 0px;
    line-height: 14px;
    display: flex;
    justify-content: space-between;
}
.sorting_controls_mobile{
	display: none;
}
.wrapText-compare .new_catalog_btn{
	background: #DA291C;
    color: #fff !important;
	border: 1px solid #DA291C;
	width: 145px;
    border-radius: 12px 12px 0px 0px;
    opacity: 50%;
    font-family: 'AMX-Bold';
    font-size: 16px;
    cursor: default;
    box-shadow: 0px -1px 10px 1px rgb(0 0 0 / 24%);
}
.selectEquipCompare{
	background: #DA291C;
    color: #fff !important;
	border: 1px solid #DA291C;
	cursor: pointer !important;
	width: 130px;
    border-radius: 12px 12px 0px 0px;
    opacity: 100% !important;
}
#productsFacetsHorizontalWhitoutCarrusel .facetSelect .facetbutton .outline{
	border-radius: 15px;
	padding: 10px 5px;
	color: #000;
	margin: 0px 5px;
	text-align: center;
	font-weight: 500;
	flex-direction: column;
    justify-content: center;
    display: flex;
    min-height: 67px;
}
#productsFacetsHorizontalCarrusel .facetSelect .facetbutton .outline{
	border-radius: 15px;
	padding: 10px 10px;
	color: #000;
	margin: 0px 6px;
	display: block;
	text-align: center;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}
#productsFacetsHorizontal .facetSelect .facetbutton .outline{
	border: 1px solid #ccc;
    border-radius: 15px;
    padding: 12px 10px;
    color: #000;
    margin: 10px 50px;
    display: block;
    text-align: -webkit-center;
    font-weight: 600;
    width: 100px;
}
#productsFacetsHorizontal .facetSelect .facetbutton .outline:hover{
	border: 1px solid #ccc;
    background: linear-gradient(180deg, rgba(255, 227, 227, 0.5) 0%, #FFC5C1 100%);
    color: #000;
    font-weight: 600;
	cursor: pointer;
	box-shadow: 0px 1px 7px 0px rgb(0 0 0 / 10%);
}
#productsFacetsHorizontal .facetSelectContainer{
	padding: 0px;
    max-width: 80%;
    margin: auto;
}
.pageControlMenu{
    margin-right: 8px;
    margin-left: 8px;
}
.pagina-actual{
    font-size: 20px;
    font-weight: 600;
    font-family: ''AMX-Medium'';
}
.left_arrow .lni-arrow-left-circle,
.right_arrow .lni-arrow-right-circle{
    font-size: 40px;
    display: flex;
    align-items: center;
}
.horizontal .facetSelectContainer > ul{
	margin: 0px;
}
.layoutCategory-unificado .orderByDropdown .wcSelect .ui-selectmenu-text, .subCat_page_tab_content .orderByDropdown .wcSelect .ui-selectmenu-text {
    display: block;
}
.layoutCategory-unificado .productListingWidget .orderByDropdown,
.subCat_page_tab_content .productListingWidget .orderByDropdown {
    border-radius: 14px;
}
.layoutCategory-unificado #orderByDropdown .wcSelect, .layoutCategory-unificado .orderByDropdown .wcSelect {
    min-width: 240px !important;
}
.layoutCategory-unificado .facetSelectContainer .swatch img[alt$="GB"] {
    width: 100%;
	margin-bottom: 10px;
}
.layoutCategory-unificado .textManufacturer, .layoutCategory-unificado .textName,
.subCat_page_tab_content .textManufacturer , .subCat_page_tab_content .textName {
	font-size: 1.125rem;
	font-weight: bold;
	margin-bottom:5px;
}
.layoutCategory-unificado .textManufacturer, .subCat_page_tab_content .textManufacturer{
	font-family: "AMX-Regular";
	font-size: 1.2rem;
}
.layoutCategory-unificado .textName, .subCat_page_tab_content .textName{
	color: #6C6C6C;
	overflow: hidden;
    line-height: 21px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-family: "AMX-Regular";
}
.layoutCategory-unificado .textSwatchCapacidad, .subCat_page_tab_content .textSwatchCapacidad {
	font-size: 1.125rem;
	font-weight: bold;
	margin-bottom:5px;
	color: #666666;
	font-family: "AMX-Regular";
}
.layoutCategory-unificado .product_listing_container .list_mode .product > .product_image,
.subCat_page_tab_content .product_listing_container .list_mode .product > .product_image {
    margin-bottom: 0px !important;
    padding: 17px 0;
}
.layoutCategory-unificado .productListingWidget > .header_bar,
.subCat_page_tab_content .productListingWidget > .header_bar {
	order: 0;
    padding: 0px 0px 20px 0px;
}
.layoutCategory-unificado .productListingWidget > .header_bar .title_newcatalog,
.subCat_page_tab_content .productListingWidget > .header_bar .title_newcatalog {
    font-size: x-large;
    font-family: 'AMX-Regular';
    color: black;
    padding: 6px 0px;
}  
.layoutCategory-unificado .productListingWidget > .header_bar .zm_title_newcatalog,
.subCat_page_tab_content .productListingWidget > .header_bar .zm_title_newcatalog {
    max-width: 350px;
    display: inline-block;
}

.layoutCategory-unificado .productListingWidget > .foot_bar,
.subCat_page_tab_content .productListingWidget > .foot_bar {
	order: 0;
    width: 100%;
}

.layoutCategory-unificado .productListingWidget > .header_bar .pagination_present .paging_controls,
.subCat_page_tab_content .productListingWidget > .header_bar .pagination_present .paging_controls {
    display: none;
}

.layoutCategory-unificado .productListingWidget > .header_bar .pagination_present .page_size_label,
.subCat_page_tab_content .productListingWidget > .header_bar .pagination_present .page_size_label {
    display: none;
}

.layoutCategory-unificado .productListingWidget > .header_bar .pagination_present .selectWrapperPageSize,
.subCat_page_tab_content .productListingWidget > .header_bar .pagination_present .selectWrapperPageSize {
    display: none;
}

.layoutCategory-unificado .productListingWidget > .foot_bar .pagination_present .page_size_label,
.subCat_page_tab_content .productListingWidget > .foot_bar .pagination_present .page_size_label {
    display: none;
}

.layoutCategory-unificado .productListingWidget > .foot_bar .pagination_present .selectWrapperPageSize,
.subCat_page_tab_content .productListingWidget > .foot_bar .pagination_present .selectWrapperPageSize {
    display: none;
}

.layoutCategory-unificado .productListingWidget > .header_bar > .title,
.subCat_page_tab_content .productListingWidget > .header_bar > .title {
    display: none;
}

.layoutCategory-unificado .facetSelect .checkBox,
.subCat_page_tab_content .facetSelect .checkBox {
    background-color: white;
}

.layoutCategory-unificado .facetSelect li input:checked + a .checkBox > .checkmark,
.subCat_page_tab_content .facetSelect li input:checked + a .checkBox > .checkmark {
    border-radius: 2px;
    margin-left: 0px;
    margin-top: 0px;
    width: 10px;
    height: 10px;
    color: #ffa500;
    background: #ffa500;
    content: "\f0c8";
}

.layoutCategory-unificado .facetMarca > .vertical > .singleFacet >.facetSelectContainer > ul.facetSelect{
    overflow-y: auto;
    width: 98%;
    height: auto;
}

.layoutCategory-unificado .facetMarca > .vertical > .singleFacet >.facetSelectContainer > ul.facetSelect::-webkit-scrollbar {
    width: 10px;
}

.layoutCategory-unificado .facetMarca > .vertical > .singleFacet >.facetSelectContainer > ul.facetSelect::-webkit-scrollbar-track {
    box-shadow: inset 0 0 1px grey;
    background-color: #e8e8e8a8;
    border-radius: 10px;
}

.layoutCategory-unificado .facetMarca > .vertical > .singleFacet >.facetSelectContainer > ul.facetSelect::-webkit-scrollbar-thumb {
    background: #d1cece;
    border-radius: 10px;
}

.layoutCategory-unificado .facetSelectContainer .facetSelectedHighlight{
    margin-left: 10px;
    font-family: 'AMX-Regular';
    color: #000;
    font-weight: 300;
}

.layoutCategory-unificado .facetSelect li, .subCat_page_tab_content .facetSelect li{
    line-height: 11px;
    padding: 10px 0;
}

.layoutCategory-unificado .sorting_controls .orderBySelect span.ui-selectmenu-text,
.subCat_page_tab_content .sorting_controls .orderBySelect span.ui-selectmenu-text {
    padding: 4px !important;
}

#facetFilterListWrapper .facetSelectedCont{
    border: none;
    display: contents;
}

#MARCA{
    padding: 0px 12px;
}

#PRECIO{
    padding: 0px 12px;
}

#Color{
    padding: 0px 12px;
}

#Capacidad{
    padding: 0px 12px;
}

#productsFacets .itmesFacets{
	padding: 0px 17px;
}

#productsFacets .optionContainer .arrow {
    margin: 10px 0px 0 0;
}

#productsFacets .optionContainer .arrow {
    margin: 10px 0px 0 0;
    width: 0px;
}

.layoutCategory-unificado .facetWidget.collapsible,
.subCat_page_tab_content .facetWidget.collapsible {
    padding: 0px !important;
}

/*jcisneros_311221: nuevo catalogo Inicio*/
.layoutCategory-unificado .oferta_circular, .subCat_page_tab_content .oferta_circular {
	position: absolute;
    overflow: hidden;
    right: 0;
    top: 0;
    height: 70px;
    width: 70px;
    -webkit-border-top-right-radius: 12px;
    -moz-border-radius-topright: 12px;
    border-top-right-radius: 12px;
}
/*jcisneros_311221: nuevo catalogo Inicio*/
.layoutCategory-unificado .oferta_circular span, .subCat_page_tab_content .oferta_circular span {
	background-color: #DA291C;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    position: absolute;
    right: -70px;
    top: -70px;
    width: 140px;
    height: 140px;
}
/*jcisneros_311221: nuevo catalogo Inicio*/
.layoutCategory-unificado .oferta_circular span strong, .subCat_page_tab_content .oferta_circular span strong{
	font-weight: 700;
    position: absolute;
    left: 20px;
    bottom: 30px;
    color: #fff;
}

.newcat-content #content,
.search-result #content {
	background-color: #FFF !important;
}

.layoutCategory-unificado{
	max-width: 100% !important;
}
.subCat_page_tab_content{
	max-width: 100% !important;
}
.search-result {
    margin-top: 6rem;
}
.layoutCategory-unificado .facetWidget:first-child  {
	max-width: 100% !important;
}
.layoutCategory-unificado .facetWidget{
	max-width: 70% !important;
}

.layoutCategory-unificado .productListingWidget, .subCat_page_tab_content .productListingWidget{
    margin-left: 15px !important;
    display: block;
}

.layoutCategory-unificado .compare_target > label::before,
.subCat_page_tab_content .compare_target > label::before { 
	border: #aaa 1px solid !important;
	border-radius: 100%;
}

.layoutCategory-unificado .compare_target input:checked + label::before,
.subCat_page_tab_content .compare_target input:checked + label::before {
	font-size: 12px;
    font-size: 0.75rem;
    color: #ffa500;
    background: #ffa500;
	content: "\f0c8"
}

.layoutCategory-unificado .sorting_controls > .new_catalog_content > .new_catalog_field:after,
.layoutCategory-unificado .sorting_controls > .new_catalog_content > .new_catalog_field:checked:after,
.subCat_page_tab_content .sorting_controls > .new_catalog_content > .new_catalog_field:after,
.subCat_page_tab_content .sorting_controls > .new_catalog_content > .new_catalog_field:checked:after {
    border: 2px solid #757575 !important;
}

.layoutCategory-unificado  .product_image .RibbonAdDefault,
.subCat_page_tab_content  .product_image .RibbonAdDefault {
	display: none;
}

.layoutCategory-unificado  .product_listing_container, .subCat_page_tab_content .product_listing_container {
	max-width: 2560px;
	width: inherit;
}

.layoutCategory-unificado .product_listing_container .list_mode .product,
.subCat_page_tab_content .product_listing_container .list_mode .product{
    text-align: center;
    position: relative;
    background: linear-gradient(98.15deg, #FFFFFF 0%, #9CA1BF 100%), white;
    background-size: 100% 300px, 100% calc(100% - 300px);
    background-repeat: no-repeat;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
    height: 664px !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.layoutCategory-unificado .button.primary:hover{
    background: #FFF !important;
}

.layoutCategory-unificado .button.primary:hover{
	background: #DA291C !important;
    color: #fff !important;
}

.layoutCategory-unificado .list_mode .product > .product_image img ,
.subCat_page_tab_content .list_mode .product > .product_image img{
	max-height: 230px !important;
	max-width: 220px !important;
	margin-left: -20px;
}

.layoutCategory-unificado .row.margin-true > div > div:last-of-type{
	margin: 0 !important;
}

.layoutCategory-unificado .col4.acol12.ccol3{
	max-width: 23.5%;
}
.layoutCategory-unificado .col8.acol12.ccol9.right{
	max-width: 76.5%;
}
.layoutCategory-unificado .col8.acol12.ccol9.right .acol12{
	width: 100%;
}

.layoutCategory-unificado .sorting_view_controls_container,
.subCat_page_tab_content .sorting_view_controls_container {
	padding: 0 !important;
}

.subCat_page_tab_content .product_listing_container > .list_mode > li{
    width: 323px;
}

.layoutCategory-unificado .product_listing_container > .list_mode > li,
.subCat_page_tab_content .product_listing_container > .list_mode > li {
	width: 397px;
    margin-right: 0;
    margin-left: 76px;
    min-height: 360px;
    height: auto !important;
}

.layoutCategory-unificado .facetSelectContainer .facetSelect:last-child li.singleFacet{
    width: inherit;
	margin-bottom: 10px;
}

.layoutCategory-unificado .facetSelectContainer .swatch .outline > span, 
.subCat_page_tab_conten .facetSelectContainer .swatch .outline > span{
	height: inherit;
	min-width: inherit;
}

.subCat_page_tab_content ul.facetSelect {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.layoutCategory-unificado .vertical ul.facetSelect,
.layoutCategory-unifi .subCat_page_tab_content .vertical ul.facetSelect {
    display: flex;
    flex-wrap: wrap;
}

#Capacidad ul.facetSelect,
#Capacidad .subCat_page_tab_content .vertical ul.facetSelect{
	justify-content: inherit;
}

#Capacidad ul.facetSelect .singleFacet{
	margin-right: 15px;
	margin-bottom: 10px;
}

#Color .vertical ul.facetSelect,
#Color .subCat_page_tab_content .vertical ul.facetSelect {
    justify-content: inherit;
	width: 100%;
    margin-left: 10px;
}


.pageControlMenu > .pageControl.number > a {
	display: inline-block;
	margin: 0px;
}

/*----------------------------------*/
/* NUEVO CATALOGO RESPONSIVE INICIO*/
/*---------------------------------*/

@media screen and (min-width: 1105px) and (max-width: 1290px){
	.product_listing_container > .list_mode > li {
    	margin-left: 20px !important;
	}
	.subCat_page_tab_content .product_info > .product_name > a, .subCat_page_tab_content .list_mode .product_info > .product_name > a{
		width: 160px !important;
	}
}

@media screen and (max-width: 1280px) and (min-width: 1101px){
	#editAddressContents {
		padding: 0;
    }
    #header [class*="navegation"] .subMenu{
        max-width: 1060px;
    }
}
/* jcsineros */
@media (min-width: 1281px){
    .row.margin-true > div > div {
        margin: 0px 0px;
    }
}

@media only screen and (max-width: 1280px) {
    #facet_nav_collapsible_my_account {
        width: calc(45% - 10px);
    }
}

@media only screen and (min-width: 1560px) {
    .layoutFicha-unificado .product_pageDesign_pageGroup, .layoutFicha-unificado #widget_breadcrumb{
		max-width: 90%;
    }
}

@media only screen and (min-width: 600px) {
	.layoutFicha-unificado .col3.wrapper-fullImage{
		width: 30%;
	}
	.layoutFicha-unificado .col3.wrapper-definitions{
		width: 25%;
	}
	.layoutFicha-unificado .col6.wrapper-comercial{
		width: 45%;
	}
}

.layoutFicha-unificado #ProductAngleImagesAreaList .slick-slide img{
    width: 65%;
    margin: 0 auto;
}

.layoutFicha-unificado .input-attr-macro{
    margin-top: 0px;
}

.layoutFicha-unificado .selectedAttr .input-attr-macro{
    margin-right: -2px;
}

/*----------------------------------*/
/* NUEVO CATALOGO RESPONSIVE FIN    */
/*---------------------------------*/


/*----------------------------------*/
/* FICHA PRODUCTO RESPONSIVE INICIO */
/*---------------------------------*/
.layoutFicha-unificado .div_slider{
	display: inline-flex;
}
.layoutFicha-unificado .content-input-attr {
    border: 1px solid #ccc;
    font-size: 14px;
    padding: 15px 0px 15px 12px;
    width: 140px;
    border-radius: 10px;
    background-color: white;
    margin: 5px 0px;
    display: inline-flex;
    align-items: center;
}
.layoutFicha-unificado .selectedAttr {
    font-weight: 700;
    border-left: 10px solid #666;
    padding: 15px 0px 15px 5px;
}

.name_macroFlujo {
    display: inline-block;
    margin-left: 10px;
    height: 20px;
}

.layoutFicha-unificado .definingAttributes > div:not(.Color), .layoutFicha-unificado .definingAttributes .options_dropdown_column{
	float: none;
}

.layoutFicha-unificado .definingAttributes div[id^="swatch_selection_"] {
	width: auto;
    display: flex;
    align-items: center;
    margin-top: 0px;
    font-family: 'AMX-Bold';
}

.layoutFicha-unificado .iconImageBandaLegal{
	width: 130px;
    height: 90px;
}
.layoutFicha-unificado .content-attrDescipt {
    display: flex;
    padding: 0px;
    align-items: center;
    flex-direction: row;
    gap: 40px;
}

.layoutFicha-unificado .contentRecommendationWidget{
	display: inline-block;
}

.layoutFicha-unificado .product_page_content .widget_product_image_viewer > .content{
	float: none;
}

.feature_phone .lni-camera-1,
.feature_phone .lni-tab{
    color: red;
    font-size: 30px;
}

/*.layoutFicha-unificado .slick-slide img {
    margin-left: 60px;
}*/

.layoutFicha-unificado .selectedTab{
	background-color: #f96914 !important;
	color: #fff !important;
    z-index: 1;
}

.layoutFicha-unificado #widget_breadcrumb > ul li a{
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0px;
    color: rgba(187, 187, 187, 1);
    margin-right: 10px;
}

.layoutFicha-unificado #widget_breadcrumb > ul li.current{
    color: rgba(218, 41, 28, 1) !important;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0px;
}

.layoutFicha-unificado .icon_image {
    max-height: 32px !important;
    object-fit: scale-down;
    margin-right: 10px;
}

.layoutFicha-unificado .feature_phone {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}

.layoutFicha-unificado .definingAttributes .options_dropdown_column .heading{
	font-size: 15px;
    color: black;
    margin-bottom: 0px;
}

.layoutFicha-unificado .title_plan {
    font-size: 24px;
    color: #000000;
    margin-bottom: 15px;
    font-family: 'AMX-Bold';
}

.layoutFicha-unificado .shopperActions{
	position: relative;
}
.layoutFicha-unificado .title_price, .layoutFicha-unificado .title_planes {
    font-size: 24px;
    color: #000;
    font-family: "AMX-BOLD";
}

.layoutFicha-unificado .definingAttributes .options_dropdown_column .selectWrapper{
    border-radius: 10px;
}

.layoutFicha-unificado .definingAttributes .color_swatch_label {
	padding-top: 0px;
    color: #545454;
    margin: 0px 10px 0px 0px;
}

.layoutFicha-unificado .color_swatch_list .color_swatch_selected,
.layoutFicha-unificado .color_swatch_list .color_swatch:hover,
.layoutFicha-unificado div.product_listing_container .list_mode .product > .product_info > .product_color_swatches > .color_swatch_list .color_swatch_selected,
.layoutFicha-unificado div.product_listing_container .list_mode .product > .product_info > .product_color_swatches > .color_swatch_list .color_swatch:hover {
	border-radius: 100%;
	box-shadow: 0 0 0 1.5px #fa4949;
	padding: 3px;
}

.layoutFicha-unificado .definingAttributes .Capacidad .color_swatch_list ul li a img ,
.layoutFicha-unificado .definingAttributes .color_swatch_list ul li a img {
    width: 48%;
}

.layoutFicha-unificado .definingAttributes .options_dropdown_column .ui-selectmenu-button span.ui-selectmenu-text{
    font-weight: normal;
    font-size: 15px;
    padding: 7px 2px !important;
}

.layoutFicha-unificado .namePartPriceContainer h1.main_header{
   	font-family: "AMX-Regular";
    color: #000;
    width: 100%;
}

.layoutFicha-unificado .color_swatch_list > ul{
    display: flex;
    align-items: center;
}

.layoutFicha-unificado .ui-selectmenu-button span.ui-icon{
    background: url(/wcsstore/CLARO_SF_AS/images/claro/down-arrow.svg);
    width: 18px;
    height: 14px;
}

.layoutFicha-unificado .title_feature{
    font-size: 24px !important;
    line-height: 28px;
    color: #000!important;
    margin-bottom: 6px;
    font-weight: 500 !important;
    font-family: 'AMX-Regular';
}

input[name="financiamiento"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    border: 2px solid rgba(249, 105, 20, 1);
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    display: inline-block;
}

input[name="financiamiento"]:checked::before {
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: rgba(249, 105, 20, 1);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.order-full .wrapperContentPlan {
	margin-bottom: 0px;
}

.order-full .first-column .main_header_text {
	margin-bottom: 25px !important;
    font-size: 18px;
}
#box .button_footer_line.final_line {
	padding: 0px;
}

.wrapper_financia   {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    font-family: "AMX-Regular";
}

#container-boleta, #container-tarjeta{
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    background-color: rgba(255, 255, 255, 1);
    border-radius: 10px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}
.input-label-container{
    display: flex;
    align-items: center;
    gap: 1rem;
    height: 38px;
}
.input-label-container label{
    align-self: end;
    font-weight: 500;
    font-size: 18px;
}
.wrapper_financia .input-label-container label{
    align-self: end;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.8;
    color: #000;
    font-family: 'AMX-Bold';
}
.layoutFicha-unificado .abono-container{
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    font-weight: bold;
    color: #000;
}

.layoutFicha-unificado .wrapper_financia .nav_financia{ 
    padding-left: .3em;
    display: flex;
}
 
.layoutFicha-unificado .nav_financia a {
    text-align: center;
    background: #ffffff;
    border-radius: 10px;
    height: 74px;
    box-shadow: 0px 5px 7px rgb(0 0 0 / 40%);
}

.layoutFicha-unificado .nav_financia a::before {
    margin-bottom: 0;
}

.layoutFicha-unificado .wrapper-modality{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.layoutFicha-unificado .nav_financia{
    position: relative;
	z-index: 1;
    padding-top: 7px;
}

.layoutFicha-unificado .tab_financia{
    position: relative;
    width: 10em;
  	display: inline-block;
  	padding: .7em 2em .5em;
  	color: #979797;
  	text-decoration: none;
  	margin: 0 -.3em;
}

.layoutFicha-unificado .content_price_financia{
    justify-content: space-between;
    position: relative;
    min-height: 70px;
    margin-top: -50px;
    z-index: 2;
    padding: 22px 22px 10px 22px;
}

.layoutFicha-unificado #container-boleta .price,
.layoutFicha-unificado #container-boleta .title-product-display-oferta{
	font-weight: 300;
}

.layoutFicha-unificado .content_financia_card {
    justify-content: space-evenly;
    position: relative;
    min-height: 70px;
    margin-top: -50px;
    z-index: 2;
    padding: 22px 22px 10px 22px;
    display: flex;
}
.layoutFicha-unificado .content_financia_card .card-column {
    width: 100%;
}
.layoutFicha-unificado .content_financia_card .card-column:nth-child(2) {
    width: 60%;
}
.layoutFicha-unificado .card-column .wrapDiscountItem {
    display: flex;
    justify-content: start;
}
.layoutFicha-unificado .card-column .quotaQuantity {
    color: #f96914;
    font-family: 'AMX-Bold';
    font-size: 18px;
    margin-right: 0px;
}
.layoutFicha-unificado .card-column .price_display {
    justify-content: flex-start;
    height: auto;
    display: grid;
    grid-template-rows: 14px 0px 22px 0px;
    direction: rtl;
}
.fichaAcc .card-column .price_display {
    grid-template-rows: 12px 0px 40px 0px;
}
.layoutFicha-unificado .card-column .price {
    display: block;
    align-items: flex-start;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    text-align: left;
}
.layoutFicha-unificado .card-column span.new-price {
    display: initial;
    text-align: right;
    font-family: "AMX-Regular";
    font-size: 17px;
}
.layoutFicha-unificado .card-column .title-product-display-normal {
    top: 20px;
    font-size: 17px;
    font-family: "AMX-Regular";

}

.wrapperAbonoInit{
    display: inline-block;
    float: left;
}

.layoutFicha-unificado .optionContainer > .title {
    text-transform: inherit;
    padding: 30px;
    font-weight: 700;
    font-size: 36px;
    text-align: center;
    color: #3C3C3C;
    margin: 0;
}

#wrapperDiscountCodeContainer .spanDiscountCode {
	align-items: center;
    gap: 1rem;
}

 .content-shipping-discount-code {
    border: 1px solid #ccc;
    border-radius: 12px;
    box-shadow: 0 4px 8px 0px rgb(0 0 0 / 15%);
    padding: 16px;
    margin-bottom: 25px;
}

#wrapperDiscountCode .inputDiscountCodeTxt {
    border-radius: 1rem;
    max-width: 280px;
    padding-left: 1.5rem;
}

#wrapperDiscountCode .inputDiscountCodeAlfa {
	font-size: 14px;
    font-weight: 600;
}

#wrapperDiscountCodeContainer .discount-code-wrapper {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.4s ease;
}

#wrapperDiscountCodeContainer .discount-code-wrapper.show {
    max-height: 200px;
    opacity: 1;
}

#wrapperDiscountCodeContainer .input-error {
    border: 1px solid red;
    background-color: #fff0f0;
}

#wrapperDiscountCodeContainer .error-message {
    color: red;
    font-size: 12px;
    margin-top: 4px;
}

#wrapperDiscountCodeContainer .success-message {
    color: #28a745;
    font-size: 12px;
    margin-top: 4px;
}

#wrapperDiscountCodeContainer .input-success {
     border: 2px solid #28a745; 
    background-color: #d4edda; 
    color: #155724;
}

.layoutFicha-unificado .arrow-custom {
	width: 24px !important;  
    height: 24px !important;
    background-size: cover; 
    background-repeat: no-repeat; 
    background-position: center; 
    display: inline-block; 
    border-radius: 50%; 
    margin-left: 40px;
    background: url(/wcsstore/CLARO_SF_AS/images/claro/minus-circle-new.svg);
}

.layoutFicha-unificado .optionContainer .arrow_collapsed {
	background-size: cover; 
    background-repeat: no-repeat; 
    background-position: center;
	background: url(/wcsstore/CLARO_SF_AS/images/claro/plus-circle-new.svg);
}

.layoutFicha-unificado .spec-content-container {
   	display: flex;
   	gap: 1px;
}

.layoutFicha-unificado .spec-section h2 {
    text-transform: inherit;
    padding: 30px;
    font-weight: 700;
    font-size: 28px;
    text-align: center;
    color: #3C3C3C;
    padding-top: 0;
}

.spec-content {
    width: 100%;
    border-radius: 12px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    background: linear-gradient(180deg, rgba(246, 246, 246, 0.76) 0%, rgba(245, 245, 245, 0.66) 100%);
    border: 1px solid rgba(255, 255, 255, 1);
    backdrop-filter: blur(8px);
    color: rgba(60, 60, 60, 1);
}

.spec-content-details {
	width: 100%;
    border-radius: 12px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.16) 100%);
    border: 1px solid rgba(255, 255, 255, 0.6);
    box-shadow: 0px 2px 4px 0px rgba(45, 45, 45, 0.16);
	backdrop-filter: blur(8px)  
    color: rgba(60, 60, 60, 1);
}

.spec-line {
  border-top: 3px solid rgba(255, 84, 99, 1);
  height: 1px;
  margin: 32px 0;
}

.layoutFicha-unificado .optionContainer_bg_gray {
	background: rgba(224, 231, 246, 0.32);
	box-shadow: 0px 6px 12px 0px rgba(152, 167, 197, 0.32) inset;
	border-top: 5px solid rgba(219, 219, 219, 1) !important;
}

.feature-list {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}

.feature-item {
    padding: 15px;
    font-size: 20px;
    background-color: #fff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.feature-item:nth-child(even) {
    background: rgba(242, 242, 242, 1);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}


.fichaAcc .wrapper_financia {
	padding: 16px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	gap: .5rem;
}

.fichaAcc .wrapper_financia .input-label-container label {
	font-weight: 500;
	font-size: 20px;
	line-height: 21px;
	letter-spacing: 0px;
	color: rgba(0, 0, 0, 1);
	align-self: center;
}

.fichaAcc .wrapper_financia .input-label-container input {
	margin-top: 0 !important;
}

.fichaAcc .wrapper_financia .content_financia_card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0;
	padding-top: 0;
}

.fichaAcc .wrapper_financia .wrapDiscountItem {
	margin-left: 20px;
}

.fichaAcc .wrapper_financia .content_financia_card .title-product-display-normal {
	font-size: 14px;
}

.fichaAcc .wrapper_financia .card-column {
	display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.fichaAcc .wrapper_financia .price_display {
	gap: 0.25rem;
	margin: 0;
}

.fichaAcc .wrapper-comercial .title_feature {
	position: absolute;
	width: auto !important;
}

.fichaAcc .wrapper-comercial .color_swatch_list {
	margin-top:	2.5rem;
}

.fichaAcc .definingAttributes {
	display: flex !important;
}

.fichaAcc .div_top .slot5 {
	margin-top: 65px;
}

.fichaAcc .div_top .title_feature, .fichaAcc .definingAttributes .options_dropdown_column .heading,
.fichaAcc .div_top .quantity_section_accesorios label {
	font-size: 18px !important;
	font-family: 'AMX-REGULAR' !important;
	font-weight: 500;
	line-height: 21px;
	letter-spacing: 0px;
	color: black;
}

.fichaAcc .contentRecommendationWidget {
    padding: 16px 0 !important;
}

.new-home-container .carousel > h2 {
	padding: 0 50px 40px 10px;
}

.new-home-container .title-product {
	font-family: 'AMX-Regular';
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0px;
    text-align: center;
    color: rgba(60, 60, 60, 1);
}

.new-home-container .storage {
	font-family: 'AMX-Regular';
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0px;
    text-align: center;
}

.new-home-container .old_price {
	font-family: 'AMX-Medium';
    font-weight: 500;
    font-size: 15px;
    line-height: 14px;
    letter-spacing: 0px;
}

.new-home-container .btn-learn {
	width: 180px;
	padding: 8px 20px;
}

.new-home-container .carouselWrapper.carouselWrapperNewLookAndFeel .owl-wrapper{
	left: 5px !important;
}

.layout-compare {
    top: -50px;
    position: relative;
}
.layout-compare .widget_breadcrumb_position {
	background: rgba(45, 45, 45, 0.4);
    backdrop-filter: blur(25px);
    position: relative;
    top: -33px;
}

.widget_product_compare > .middle > .left_border > .right_border > .content > .compare_main .row {
	justify-content: center;
    gap: 30px;
    flex-wrap: nowrap;
}

.widget_product_compare > .middle > .left_border > .right_border > .content > .compare_main .row .wrapperCompare {
	margin: 0;
}

.widget_product_comparison_popup {
	font-family: "AMX-Regular";
    text-align: justify;
    padding: 15px !important;
    width: 380px !important;
    box-shadow: 0 0 10px 2px #888888;
    border-radius: 20px;
}

.widget_product_comparison_popup .content_right_border {
	border: none !important;
}

.widget_product_comparison_popup .content_right_border .header {
	background: transparent !important;
	border-bottom: none !important;
	text-align: center;
	padding-bottom: 0 !important;
}

.widget_product_comparison_popup .content_right_border .header > span {
    font-weight: 300;
    font-size: 20px !important;
    font-family: 'AMX-Medium';
}

.widget_product_comparison_popup .content_right_border .content .body {
	font-size: 16px;
    margin-left: 0 !important;
    text-align: center !important;
    color: #4D4D4D;
    line-height: 16px;
    font-family: "AMX-Regular";
}

.widget_product_comparison_popup .content_right_border .content .footer {
	background: transparent;
    border-top: 0 !important;
    display: flex;
    justify-content: center;
}

.widget_product_comparison_popup .content_right_border .content .footer .button_text {
	background-color: #DA291C !important;
    font-family: 'AMX-Bold';
    border-radius: 26px;
    font-size: 15px;
    width: 248px;
    color: white !important;
    padding: 10px 20px !important;
    border: 0;
    cursor: pointer;
}

.content-input-shippingType .contentRecommendationWidget {
	padding-top: 5px !important;
	padding-left: 0 !important;
}

.new-home-container .owl-wrapper-outer {
	padding-right: 12px;
}

.contentMainCompare .wrapperCompare {
	max-width: 220px;
}

.contentMainCompare .image-compare {
	margin: 0;
}

.facet_capacity {
    border: 1px solid #666;
    margin-bottom: 8px;
    color: #666;
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 98px;
    height: 36px !important;
    padding-top: 4px;
}

.facet_capacity:hover {
	box-shadow: 0 0 0 1px #1f98af;
}

.facet_capacity {
	transition: all .3s;
}

.newClaroHeader .headerMain{
	font-family: 'AMX-REGULAR', sans-serif;
}

.newClaroHeader .headerTop {
	font-family: 'Roboto', sans-serif;
}

#cartDropdown .fa-times-circle-o:before {
	font-size: 24px;
}

#cartDropdown {
	position: relative;
}

#quick_cart_overlay {
   position: fixed;
   top: 56px;
   left: 0;
   width: 100vw;
   height: 100vh;
   background: #1B1B1B99;
   z-index: 0;
}

div#widget_minishopcart_popup > #cartDropdown > .content > .products > .product > .product_name a {
	font-family: 'Roboto';
    font-weight: 500;
    font-size: 16px;
    color: #3C3C3C !important;
}

div#widget_minishopcart_popup > #cartDropdown > .content > .products > .product > .product_name {
	min-height: unset;
	margin-bottom: 8px;
}

#quick_cart #cartDropdown > .content .products .product .product_price_content .product_discount {
	background-color: #FC867F !important;
    border-radius: 8px !important;
    color: #da291c !important;
    padding: 2px 10px !important;
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 12px;
}

#quick_cart #cartDropdown > .content .products .product .product_price_content .product_normal_price {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 12px;
    color: #3C3C3C;
}

#quick_cart #cartDropdown > .content .products .product .product_price_content .product_price {
	font-family: 'Roboto';
    font-weight: 500;
    font-size: 16px;
    color: #3C3C3C;
}

div#widget_minishopcart_popup > #cartDropdown > .content > .subtotal {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 16px;
    color: #3C3C3C;
    border-bottom: 1px solid #DA291C !important;
}

div#widget_minishopcart_popup > #cartDropdown > .content > .subtotal > .product_price {
	font-family: 'Roboto';
    font-weight: 500;
    font-size: 16px;
    color: #DA291C;
    top: unset !important;
}

#quick_cart #cartDropdown > .content .products .product .product-quantity {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 16px;
    color: #3C3C3C !important;
}


@media only screen and (max-width: 650px) {
	.layoutFicha-unificado .spec-content-container {
	   	font-size: 12px;
	    overflow-wrap: anywhere;
	}
	
	.layoutFicha-unificado .spec-section h2 {
		font-size: 16px;
	}
	
	.layoutFicha-unificado .optionContainer .title {
		font-size: 24px !important;
		display: flex;
	    align-items: center;
	    justify-content: center;
	    padding: 12px !important;
	}
	
	.layoutFicha-unificado .optionContainer .title span {
		max-width: 160px;
    	line-height: 30px;
	}
	
	.feature-item {
    	font-size: 14px;
	}
	
	.layoutFicha-unificado div.namePartPriceContainer .title_price {
		padding: 15px 25px !important;
	}
	
	.layoutFicha-unificado div.namePartPriceContainer .wrapper_financia {
		margin-top: 1rem;
		padding: 15px 25px !important;
	}
	
	.layoutFicha-unificado .wrapper-attribute .wrapper_planes {
		padding: 0px 25px !important;
	}
	
	.layoutFicha-unificado .subwrapper-plan .section_2_plan {
	    flex-direction: column;
	    gap:15px;
	    align-items: flex-start;
	}

	.layoutFicha-unificado .subwrapper-plan .content_2_plan {
	    margin: 0 !important;
	    align-items: flex-start !important;
	    width: 100%;
	}
	
	.layoutFicha-unificado .data_plan .contentDataPlan {
	    flex-direction: column;
	    gap: 1rem;
	    display: flex;
	}
	
	.layoutFicha-unificado .data_plan .contentDataPlan .minLibre_plan {
	    flex-direction: column;
	    display: flex;
	}
	
	.fichaAcc .wrapper_financia .content_financia_card {
		flex-direction: column;
		gap: .75rem;
	}
	
	.fichaAcc .wrapper_financia .wrapDiscountItem {
		margin-left: 0;
	}
	
	.fichaAcc .div_top .slot5 {
		margin-top: 25px;
		margin-left: 0;
	}
	
	.fichaAcc .wrapper-comercial .acol8, .fichaAcc .div_top {
		padding: 0 24px !important;
		width: auto;
	}
	
	.fichaAcc div.namePartPriceContainer .title_price {
		padding: 15px 0 !important;
		margin-top: 1rem;
	}
	
	.fichaAcc .div_top .slot4 {
		margin: 20px 0px 0px 0px !important;
	}
	
	.fichaAcc .card-column .price {
		font-size: 18px !important;
		line-height: 21px;
		letter-spacing: 0px;
		text-align: center;
	}
	
	.fichaAcc .card-column .old_price {
		font-size: 14px !important;
		line-height: 21px;
		letter-spacing: 0px;
		text-align: center;
	}
	
	.new-home-container .carousel_marcas {
		display: grid;
	    grid-template-columns: repeat(2, 1fr);
	    justify-items: center;
	    padding: 0 !important;
	}
	
	.new-home-container .carousel_marcas img {
		width: 154px !important;
		height: 136px !important;
	}
	
	.order-full .wrapperContentPlan {
		margin-bottom: 0px;
	}
	
	.order-full .first-column .main_header_text {
		margin-bottom: 25px !important;
	    font-size: 18px;
	}
	#box .button_footer_line.final_line {
		padding: 0px;
	}
	
	.facet_capacity {
	    width: 80px;
	    height: 30px !important;
	}
	
	.content-group img {
		width: 85px;
	}
}

/*
.layoutFicha-unificado .optionContainer .arrow::before {
    background: url(/wcsstore/CLARO_SF_AS/images/claro/up-arrow.svg);
    width: 22px;
    height: 23px;
    top: 0px;
}

.layoutFicha-unificado .optionContainer .arrow_collapsed::before {
    content: url(/wcsstore/CLARO_SF_AS/images/claro/down-arrow.svg);
    top: -8px;
    width: 20px;
    height: 9px;
}*/

.layoutFicha-unificado .wrapper_character{
    border-top: 2px solid rgba(219, 219, 219, 1) !important;
    border-bottom: 2px solid rgba(219, 219, 219, 1) !important;
    margin-top: 50px;
}

.layoutFicha-unificado .wrapper_data_sheet{
    margin-top: -1px !important;
    margin-bottom: 25px !important;
    border-top: 2px solid rgba(219, 219, 219, 1);
    border-bottom: 2px solid rgba(219, 219, 219, 1);
}

.layoutFicha-unificado .wrapper_character #mainFeaturesSheet,
.layoutFicha-unificado .wrapper_data_sheet #techniqueSheet {
    width: 100%;
}

.layoutFicha-unificado .optionContainer{
    padding: 0px 10px 0px 10px;
}

.layoutFicha-unificado .facetSelectContainer{
    padding: 25px 30px 25px 30px
}

.layoutFicha-unificado .title_planes{
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
}

.layoutFicha-unificado .subwrapper-plan:last-child{
    border-radius: 0px 0px 15px 15px;
}

.layoutFicha-unificado .subwrapper-plan{
    background-color: white;
    display: flex;
    padding: 24px 40px 24px 20px;
    cursor: pointer;
    width: auto;
    border-top: 1px solid #f0eded;
    justify-content: space-between;
    align-items: center;
}

.layoutFicha-unificado .plan_collapse{
    width: 30px;
}

.toggle-btn {
    color: rgba(218, 41, 28, 1);
    cursor: pointer;
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 95%;
    margin: 0 auto;
    text-decoration: underline;
    font-weight: 500;
    font-size: 14px;
}
.toggle-btn img {
    width: 16px;
    margin-left: 5px;
    transition: transform 0.3s;
}
.plan-separation {
    border: 0;
    height: 1px;
    background-color: rgba(219, 219, 219, 1);
    margin: 1rem 0;
}
.plan_collapse{
    display: block;
}
.planes-container, #subWrapperPlan>.subwrapper-plan{
    border-left: 11px solid;
    border-radius: 10px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    font-family: 'AMX-Regular';
}
.planes-container, #subWrapperPlan>.subwrapper-plan.selectedPlan{
    border-left-color: rgba(249, 105, 20, 1);
}
#subWrapperPlan>.subwrapper-plan{
    border-left-color: rgba(244, 244, 244, 1);
}

.layoutFicha-unificado #subWrapperPlanSelected div[id^="planId"]{
	position: relative;
    z-index: 3;
    justify-content: space-between;
    align-items: center;
    cursor: inherit;
    border-radius: 15px !important;
    border-top: none;
    margin-top: -8px;
    margin-bottom: -8px;
    width: auto;
}
.layoutFicha-unificado .name_plan{
    font-weight: 500;
    font-size: 18px;
}
.layoutFicha-unificado .selectedPlan .name_plan{
    color: black;
    font-family: 'AMX-REGULAR';
    font-weight: 700;
}
.layoutFicha-unificado .section_2_plan .name_plan {
    display: none;
}
.layoutFicha-unificado .hide{
    display: none !important;
}
.layoutFicha-unificado .textPrice_plan{
    font-weight: 400;
}
.layoutFicha-unificado .selectedPlan .gb_plan{
    color: #f96914;
}
.layoutFicha-unificado .gb_plan{
    font-size: 20px;
    font-family: 'AMX-Bold';
    color: #6C6C6C;
}
.layoutFicha-unificado .nav_planes{
    font-size: 16px;
    font-weight: 400;
    font-family: 'AMX-REGULAR';
}

.layoutFicha-unificado .nav_plan{
    display: flex;
    align-items: center;
    flex-direction: column;
    font-family: 'AMX-REGULAR';
}

.layoutFicha-unificado .nav_f{
    display: flex;
    align-self: start;
    gap: 1.5rem;
}
.layoutFicha-unificado .nav_f img{
    width: 16px;
}

.layoutFicha-unificado .wrapper_icon_social{
    margin: 0px 4px;
    display: flex;
    align-items: center;
}

.layoutFicha-unificado .section_1_plan{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 8px;
    margin-right: 28px;
	width: 66%;
}

@media screen and (width: 2560px) {
	.layoutFicha-unificado .section_1_plan {
    	width: 75%;
	}
}

@media screen and (width: 2048px) {
	.layoutFicha-unificado .section_1_plan {
    	width: 69%;
	}
}

.layoutFicha-unificado .content_2_plan{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.layoutFicha-unificado .section_2_plan{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.layoutFicha-unificado .section_3_plan{
    background-color: #bfeef2f7;
    padding: 8px;
    border-radius: 100%;
    cursor: pointer;
}

.layoutFicha-unificado .arrow_collapsed  .iconPlan{
    background: url(/wcsstore/CLARO_SF_AS/images/claro/up-arrow.svg);
}

.layoutFicha-unificado .iconPlan{
    width: 14px;
    height: 14px;
    background: url(/wcsstore/CLARO_SF_AS/images/claro/down-arrow.svg);
    filter: invert(24%) sepia(97%) saturate(2884%) hue-rotate(160deg) brightness(93%) contrast(101%);
}

.layoutFicha-unificado .price_plan{
    font-size: 18px;
    font-weight: 700;
}

.layoutFicha-unificado .icoMas_plan{
    font-size: 14px;
}

.layoutFicha-unificado .icon_social_media{
    width: 20px;
}

.layoutFicha-unificado .titleData{
    margin-bottom: 20px;
    font-weight: 500;
}

.layoutFicha-unificado .data_plan{
    border-radius: 15px;
    padding: 20px 20px 20px 20px;
    background-color: white;
    margin-top: 0 !important;
    width: auto;
    font-family: 'AMX-REGULAR';
}

.layoutFicha-unificado .contentDataPlan{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    margin-right: 3.5rem;
}

.layoutFicha-unificado .minLibres, .layoutFicha-unificado .roaming, .layoutFicha-unificado .ldi{
    font-weight: 500;
}

.layoutFicha-unificado .textDetailPlan{
    display: flex;
    justify-content: center;
    font-family: 'AMX-REGULAR';
}

.layoutFicha-unificado .linkDetailPlan{
    color: #1F97AE;
    font-size: 13px;
    text-decoration: underline;
}

.layoutFicha-unificado .wrapper-comercial{
    background-color: white;
    border-radius: 10px;
    padding: 0px;
    box-shadow: 0px 2px 8px rgb(0 0 0 / 40%);
    height: fit-content;
}

.layoutFicha-unificado .slot11{
    padding: 20px 20px 0px 20px;
}

.layoutFicha-unificado .slot12{
    padding: 0px 20px;
}

.layoutFicha-unificado .slot13{
    margin-bottom: 5px !important;
    padding: 20px 20px 0px 20px;
}

.layoutFicha-unificado .slot14{
    margin-top: 0px !important;
    padding: 0px 20px;
}

.layoutFicha-unificado .wrapper-zm-publicidad{
    display: block;
    margin-top: 20px;
    width: 100%;
    text-align: center;
}

.layoutFicha-unificado .wrapper-zm-publicidad img {
    margin-right: 40px;
}
.acol8.slot7.wrapper-attribute{
    padding: 0;
}
.acol8.slot7.wrapper-attribute > .contentRecommendationWidget{
    width: 100%;
}
.contenedorEquipoImagen>img.equipoImagen{
    margin: 0;
}
.equipoImagen.desktop{
    display: block;
}
.equipoImagen.mobile{
    display: none;
}

.layoutFicha-unificado div.namePartPriceContainer > span.sku{
	margin-bottom: 30px;
}

.layoutFicha-unificado .shopperActions{
    display: flex;
    justify-content: center;
    padding: 12px 0px;
    width: auto;
    padding-bottom: 40px;
    flex-direction: column;
}

.layoutFicha-unificado .shopperActions .button.primary{
    max-width: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px 0px;
    background: #da281c !important;
}

.layoutFicha-unificado .icon-shop-buton{
    height: 33px;
    width: 33px;
    margin-right: 10px;
}

.layoutFicha-unificado .abonoPrecioDisplay{
    font-size: 18px;
    font-family: 'AMX-Bold';
    display: inline-flex;
    color: #000;
}
.layoutFicha-unificado .quotaQuantity{
    color: #f96914;
    font-family: 'AMX-Bold';
    font-size: 18px;
    margin-right: 5px;
}

.layoutFicha-unificado .textQuota{
    font-size: 18px;
    margin-right: 5px;
}

.layoutFicha-unificado .itemQuota{
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}

.layoutFicha-unificado .wrapperPrice{
    display: inline-block;
    float: right;
    text-align: right;
}

.layoutFicha-unificado .old_price, .layoutFicha-unificado .title-product-display-normal{
    top: 0px;
}
.layoutFicha-unificado .old_price{
    display: flex;
    gap: 1rem;
}
.layoutFicha-unificado span.new-price {
    display: block;
    text-align: right;
    font-family: "AMX-Regular";
}

.layoutFicha-unificado .item_spacer_10px{
    display: none;
}

.layoutFicha-unificado .price_display{
    display: flex;
}

.layoutFicha-unificado .price_display.priceNoQuota{
    display: inline-block;
}

.layoutFicha-unificado .price{
    display: flex;
    align-items: flex-start;
    font-size: 18px;
}

.layoutFicha-unificado .title-product-display-oferta{
	top: 0px;
}

.layoutFicha-unificado .discountItem{
    display: inline-block;
    text-align: center;
    background-color: #ffd400;
    border-radius: 14px;
    font-size: 14px;
    line-height: 14px;
    width: 155px;
    font-weight: 700;
    font-family: 'AMX-Bold';
    padding: 6px 0px;
    margin: 8px;
}

.div_top .slot5{
    margin-top: 50px;
    margin-right: 10px;
}

.wrapper_swatchAttrList{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.layoutFicha-unificado .wrapper_icon_share_social{
    display: inline-flex;
    align-items: center;
}

.layoutFicha-unificado .share_ofert{
    margin-bottom: 5px;
}

.layoutFicha-unificado .icon_social_instagram{
    width: 40px;
    margin-right: 30px;
}

.layoutFicha-unificado .icon_social__facebook{
    width: 40px;
}

.layoutFicha-unificado .div_top{
    min-height: 120px;
    margin: 0px !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

.layoutFicha-unificado .slot9, .layoutFicha-unificado .slot10, .layoutFicha-unificado .slot7, .layoutFicha-unificado .slot6{
    margin: 0px !important;
}
.layoutFicha-unificado .wrapper-attribute{
    width: auto;
    padding: 0px 30px 0px 30px;
    color: rgba(60, 60, 60, 1);
}

.layoutFicha-unificado .slick-dots li button::before{
    font-size: 12px !important;
}

.layoutFicha-unificado .slick-dots li.slick-active button:before{
    color: #c32519 !important;
    font-size: 17px !important;
    background: #c32519;
    border-radius: 7px;
    height: 12px;
    width: 40px;
    opacity: 1;
    top: 3px;
    left: -20px;
    margin: 0 10px;
    font-family: "AMX-Regular";
}

.layoutFicha-unificado .slick-dots li{
    width: 55px;
}

.layoutFicha-unificado .slick-dots{
    padding: revert;
    width: 86%;
}

.layoutFicha-unificado .slick-next{
    right: 75px !important;
    width: 0px !important;
}

.layoutFicha-unificado .slick-prev{
    left: 50px !important;
    width: auto !important;
}
.layoutFicha-unificado .slick-track{
    display: flex;
    justify-content: flex-start;
}
.layoutFicha-unificado .button.primary .button_text::after{
    display: none;
}

.layoutFicha-unificado .left_espot{
    flex-direction: column;
}

.layoutFicha-unificado .wrapDiscountItem {
    display: flex;
    justify-content: start;
}

.layoutFicha-unificado div[id^="price_display_"]{
    justify-content: flex-start;
    height: auto;
}

.fancybox-container .fancybox-content{
    padding: 32px;
    border-radius: 10px;
    width: 740px;
}
.planesPrepagado.fancybox-content{
	padding: 25px 32px 32px 32px;
}
.btnx{
	text-align: right;
    line-height: 1;
    color: #DA291C;
}

.fancybox-container .arrow {
    margin-right: -22px;
    width: 9px;
    height: 9px;
    background: url(/wcsstore/CLARO_SF_AS/images/claro/up-arrow.svg);
    cursor: pointer;
}

.fancybox-container .more-info-detail{
    margin-right: -32px;
    margin-left: -32px;
    margin-bottom: -32px;
    background: #F4F4F4;
    padding: 12px 32px 32px;
    margin-top: 32px;
}

.fancybox-container .arrow_collapsed{
    background: url(/wcsstore/CLARO_SF_AS/images/claro/down-arrow.svg);
    top: -8px;
    width: 9px;
    height: 9px;
    cursor: pointer;
}

.fancybox-container .moreInfo{
    color: #3C3C3C;
    display: flex;
    justify-content: space-between;
    font-family: 'AMX-Regular';
    font-size: .875rem;
    position: relative;
    width: 100%;
    padding: 16px 20px;
    padding-right: 45px;
    cursor: pointer;
}

.text-card-product{
    font-size: 14px;
}

.fancybox-container .moreInfo:before{
	position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    content: "";
    top: 42px;
    width: calc(100% - 40px);
    height: 1px;
    display: block;
    background-color: #BBB;
}
#popUpMoreDetailPlan .more-info-detail #section_list_verMasInfo {
	margin-top: 22px;
}

.fancybox-container .titleMoreDetailsPlan{
    padding: 20px;
    width: fit-content;
    border-radius: 0 0 20px 20px;
    box-sizing: border-box;
    position: absolute;
    top: -32px;
    background: #DA291C;
}

.fancybox-container .titleMoreDetailsPlan p{
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 24px;
    color: #fff;
    letter-spacing: 0;
    font-family: ''AMX-Medium'';
}

.fancybox-container .wrapper-title-detail-plan{
    position: relative;
}

.fancybox-container .btnClose{
    font-family: 'AMX-Regular';
    color: #787070;
    font-size: 18px;
}

.fancybox-container .nameMoreDetail{
    color: #DA291C;
    font-size: 1.5rem;
    font-family: ''AMX-Medium'';
    line-height: 32px;
    font-weight: 500;
    letter-spacing: 0;
}

.fancybox-container .nameMoreDetailsPlan{
    padding-top: calc( 32px + 20px + 4px);
}

.fancybox-container .gbMoreDetail{
    font-weight: 400;
    line-height: 16px;
    color: #3C3C3C;
    padding-top: 10px;
    font-family: "AMX-Regular";
}

.fancybox-container .contentAttrMoreDetailsPlan1{
    display: flex;
    padding-top: 24px;
    margin: -20px -8px;
    width: calc(100% + 20px);
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.fancybox-container .textPlanMoreDetail{
    font-size: 0px;
    color: #777777;
    font-family: 'AMX-Bold';
    display: flex;
    align-items: center;
}

.fancybox-container .mServiceHomeFeature p{
    font-weight: 700;
    font-size: .75rem;
    line-height: 12px;
    padding-left: 8px;
    color: #000000;
}

.fancybox-container .icon-internet-buton, .fancybox-container .icon-roaming-buton, .fancybox-container .icon-minute-buton,
.fancybox-container .icon-plan-buton, .fancybox-container .icon-gift-buton {
    width: 16px;
}

.fancybox-container .contentPriceMoreDetailsPlan{
    padding-top: 32px;
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
}

.fancybox-container .textPriceMoreDetail{
    font-weight: 700;
    line-height: 1.4;
    padding-right: 12px;
    font-family: 'AMX-Bold';
}

.fancybox-container .priceMoreDatail{
    color: #DA291C;
    font-size: 2.5rem;
    line-height: 40px;
    font-weight: 600;
    font-family: 'AMX-Bold';
}

.fancybox-container .pricePlanMoreDetail{
    align-items: center;
    padding-top: 0;
    width: calc(100% - 340px);
    display: flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}

.fancybox-container .mServiceHomeFeature{
    margin: 20px 8px;
    width: calc(33.33% - 16px);
}

.fancybox-container .internetMoreDetail, .fancybox-container .minLibresMoreDetail,
.fancybox-container .sharedMoreDetail, .fancybox-container .roamingMoreDetail, .fancybox-container .ldiMoreDetail{
    color: #000000;
    line-height: 14px;
    font-weight: 700;
    font-size: .875rem;
    min-width: 60px;
    margin-top: 10px;
    font-family: "AMX-Regular";
}

.fancybox-container .textIncludePromoMoreDetail{
    font-family: ''AMX-Medium'';
    font-size: .75rem;
    line-height: 12px;
    font-weight: 500;
}

.fancybox-container .promoMoreDetail img{
    object-fit: contain;
    display: block;
    width: 115px;
    aspect-ratio: auto 115 / 22;
    height: 22px;
}

.fancybox-container .promoMoreDetail{
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding-top: 10px;
}

.fancybox-container .icoClaroVideo{
    margin-right: 30px;
}

.fancybox-container .planIncludePromoMoreDetail{
    background: #f4f4f4;
    border-radius: 12px;
    padding: 14px;
    display: block;
    width: 340px;
    max-width: 340px;
}
/* jcisneros_190122 inicio */
.widget_product_image_viewer > .content > .other_views > ul > li{
	width: 9px !important;
    height: 9px !important;
    border: 1px solid rgba(255, 255, 255, 0.8) !important;
    border-radius: 50% !important;
    cursor: pointer !important;
    background: #c0c0c0 !important;
    margin-right: 22px !important;
    margin-left: 22px !important;
}

.widget_product_image_viewer > .content > .other_views > ul > li.selected{
	background-color: red !important;
	width: 12px !important;
	height: 12px !important;
}

.slick-slider{
	display: block !important;
}

.slick-dots li.slick-active button:before{
	color: red !important;
	font-size: 12px !important;
}

.slick-dots li button::before {
	font-size: 9px !important;
}

.slick-prev, .slick-next {
	width: 100px !important;
	top: 98% !important;
}

.slick-prev:before, .slick-next:before {
    font-size: 15px !important; 
    color: #7b8081 !important; 
}
/* jcisneros_190122 Fin */

/*jcisneros_260122: ficha de producto Inicio*/
.col6.acol12{
	display: block !important;
}
/*jcisneros_260122: ficha de producto Fin*/
/*jcisneros_270122: disenio de modalidades Inicio*/
.div_slider{
	display: inline-flex;	
}

.layoutCategory-unificado .productListingWidget > .header_bar,
.subCat_page_tab_content .productListingWidget > .header_bar {
    min-height: 100px;
}
.layoutCategory-unificado .headerFiltersLorem{
    width: 100%;
    max-width: 100%;
    top: 0;
}

.layoutCategory-unificado .zm_filter_content{
	max-width: 60%;
}

.subCat_page_tab_content .header_bar .headerFiltersLorem .left_espot{
	width: 318px;
}
 
/*jcisneros_270122: disenio de modalidades Fin*/
#footer .headerFiltersLorem{
	width: inherit;
}
.product_pageDesign_pageGroup .bx-wrapper{
	max-height: inherit !important;
}
#widgetPostPay .bx-wrapper img{
	margin: auto;
}
.cPlanV2PricesPlaque {
    margin-top: 12px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4px;
    z-index: 1;
    position: relative;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 500;
    line-height: 14px;
    font-style: italic;
	flex-wrap: wrap; 
	display: inline-flex; 
	max-width: fit-content;
}
.cPlanV2PricesPlaque::before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: skewX(-20deg);
    background: #0097A9;
    opacity: .26;
    padding: 4px;
}
/* eterrones:Start: Bono Fidelizacion */
span.label-bonus {
    font-size: 1rem !important;
    color: #000 !important;
    display: block;
    margin-top: 18px;
}
span.value-bonus {
    font-size: 1.25rem !important;
    color: #000 !important;
    float: right;
    font-family: "AMX-Regular";
}
.loyalty-bonus-zm {
    float: left;
    width: 100%;
    padding-top: 10px;
}
.rb-label {
    padding-right: 100px !important;
}
.rb-label-total {
    padding-right: 138px !important;
}
.rb-price {    
    top: 0px !important;
}
.rb-confirm-box {
    margin-bottom: 10px;
}

.layoutFicha-unificado .div_slider .content-input-attr{
	margin: 5px 0px;
}

.layoutFicha-unificado #subWrapperPlan{
	/*position: absolute;*/
    z-index: 2;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.layoutFicha-unificado #subWrapperPlan .nav_f .wrapper_icon_social .fa{
	color: #BBB;
	font-size: 20px;
}

.layoutFicha-unificado #subWrapperPlanSelected .nav_f .wrapper_icon_social .fa,
.layoutFicha-unificado #subWrapperPlan .selectedPlan .nav_f .wrapper_icon_social .fa
{
	color: #0097A8;
	font-size: 20px;
}

.layoutFicha-unificado #subWrapperPlan .gb_plan{
    font-size: 18px;
    color: rgba(249, 105, 20, 1);
    font-weight: 700;
}

.layoutFicha-unificado #subWrapperPlanSelected .gb_plan,
.layoutFicha-unificado #subWrapperPlan .selectedPlan .gb_plan
{
}
/* eterrones:End: Bono Fidelizacion */

.edit_shopcart{
	display: none;
}

.layoutCategory-unificado .categoryAccNavWidget {
    padding: 0px !important;
}
.layoutCategory-unificado #categoriesFacets .acc-categories {
    border-top: 1px solid #ddd;
    padding: 0px 12px;
}
.layoutCategory-unificado #categoriesFacets .vertical ul.facetSelect{
    overflow-y: auto;
    width: 98%;
    height: auto;
}
.layoutCategory-unificado #categoriesFacets li.singleFacet {
    text-align: -webkit-match-parent;
    margin-bottom: 10px;
    padding: 7px 0 !important;
}
.layoutCategory-unificado #categoriesFacets .facetSelectContainer {
    padding: 0px;
}
#content .categoryNavWidget {
    font-family: "AMX-Regular";
    display: none;
}
.row.margin-true > div > div.filterAccesory {
    display: none;
}
.row.margin-true > div > div.filterAccesory.show {
    display: none;
}

.layoutCategory-unificado .botoneraFixedCustom {
	position: fixed !important;
	z-index: 20 !important;
	top: 80px;
}
@media screen and (max-width: 1106px) {
	.layoutCategory-unificado .col8.acol12.ccol9.right{
		max-width: 100%;
	}
}
@media screen and (min-width: 651px) and (max-width: 1106px){
	.layoutCategory-unificado .filters{
		background-color: #ffffff;
		position: absolute;
		width: 100%;
		box-shadow: rgb(190 190 190) 0px 0px 0px 1px; 
		border-radius: 0px 0px 20px 20px !important;
		border-top: 0px !important;
    }
    .search-result .filters {
		background-color: #ffffff;
		position: absolute;
		width: 100%;
		box-shadow: rgb(190 190 190) 0px 0px 0px 1px; 
		border-radius: 0px 0px 20px 20px !important;
		border-top: 0px !important;
	}
	#content .facetWidget.collapsible {
	    z-index: 10;
	}
	.layoutCategory-unificado .col4.acol12.ccol3{
		max-width: 100% !important;
		width: 100% !important;
	}
}

@media screen and (min-width: 651px) {
	
    .swiper-wrapper {
        transform: inherit !important;
    }

    .swiper-slide {
        width: auto !important;
    }
}

.swiper-slide {
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

html, body {
    overflow-x: hidden;
}
#bottomContentHeader .content {
    display: none;
}
.containerImgMacroFlujo img{
	width: 40px;
}
#productsFacetsHorizontal .facetSelect{
	margin: 0px;
}
#productsFacetsHorizontal > fieldset{
	padding: 0;
}

.fichaAcc .wrapper-definitions .wrapper-attribute .shopperActionsAcc {
    margin-bottom: 30px;
    bottom: 0px;
    width: 100%;
}
.fichaAcc .wrapper-definitions .wrapper-attribute .shopperActionsAcc .heading {
    font-size: 15px;
    color: #545454;
    font-weight: bold;
}
.fichaAcc .wrapper-definitions .wrapper-attribute .shopperActionsAcc .quantity_section_accesorios {
    width: 80%;
    display: flex;
    align-items: center;
}
.fichaAcc .wrapper-definitions .wrapper-attribute .shopperActionsAcc .quantity_section_accesorios .quantity_input_accesorios {
    min-width: 148px;
    border-radius: 10px;
}
.fichaAcc .wrapper-definitions .wrapper-attribute .shopperActionsAcc .quantity_section_accesorios span.quantity_input_accesorios {
    margin-bottom: 0;
}
.fichaAcc .wrapper-definitions .wrapper-attribute .shopperActionsAcc .quantity_section_accesorios .quantity_input_accesorios .ui-selectmenu-text {
    text-align: center;
    font-family: "AMX-Regular";
}
.fichaAcc .wrapper-definitions .wrapper-attribute .shopperActionsAcc .ui-selectmenu-icon {
    left: 5px;
    margin: 5px 4px 0px 4px;
}
.fichaAcc .abonoPrecioDisplay, .fichaAcc .title-product-display-oferta, .fichaAcc .old_price, .fichaAcc .title-product-display-normal, .fichaAcc .card-column .price {
    font-size: 18px;
}
.ui-selectmenu-menu li.ui-state-disabled {
    opacity: 0.5;
    cursor: initial;
    display: block;
}
.layoutFicha-unificado .card-column .old_price{
    width: max-content !important;
}
#contentWrapper.layoutFicha-unificado{
    margin-top: 8rem;
}

/* SECCION MACROFLUJO EVITAR QUE SE MUESTRE FUERA DE RESOLUCION ADECUADA - INICIO*/
@media screen and (min-width: 1107px) and (max-width: 3840px) {
	.contentMacroflujoViewWeb{
		display: block;
	}
	.contentMacroflujoViewMobile{
		display: none;
	}
}
/* SECCION MACROFLUJO EVITAR QUE SE MUESTRE FUERA DE RESOLUCION ADECUADA - FIN*/

/* SECCION MACROFLUJO EN FICHA - INICIO*/
@media screen and (min-width: 1281px) and (max-width: 1625px) {
	.layoutFicha-unificado .product_pageDesign_pageGroup .wrapper-comercial .borderModality .swiper-backface-hidden .swiper-wrapper{
		height: 100% !important;
	}
}
/* SECCION MACROFLUJO EN FICHA - FIN*/

.layoutCategory-unificado .acol12 .productListingWidget .product_listing_container .ui-grid-solo{
	display: grid;
	grid-template-columns: repeat(auto-fit, 398px);
	gap: 0px;
}
.layoutCategory-unificado .acol12 .productListingWidget .product_listing_container .ui-grid-a{
	display: grid;
	grid-template-columns: repeat(auto-fit, 398px);
	gap: 0px;
}


@media screen and (max-width: 885px) {
	.layoutCategory-unificado .acol12 .productListingWidget .product_listing_container .ui-grid-solo{
		display: grid;
		justify-content: center;
		grid-template-columns: none;
	}
}
@media screen and (min-width: 3841px) and (max-width: 4096px) {
	.contentMacroflujoViewMobile{
		display: none;
	}
}
/*mejoras responsive catalogo*/
@media screen and (min-width: 651px) and (max-width: 1106px) {
	.newcat-content .layoutCategory-unificado .productListingWidget{
		margin-left: 0px !important;
	}
	.layoutCategory-unificado .product_listing_container > .list_mode > li{
		text-align: -webkit-center;
		width: 397px !important;
		margin-left: 0px !important;
	}
	.layoutCategory-unificado .product_listing_container .list_mode .product{
		margin-left: 0px !important;
	}
	/*ui-grid-solo inicio*/
	.layoutCategory-unificado .acol12 .productListingWidget .product_listing_container .ui-grid-solo .product .product_info .product_name .textManufacturer{
		text-align: left !important;
	}
	.layoutCategory-unificado .acol12 .productListingWidget .product_listing_container .ui-grid-solo .product .product_info .product_name .textName{
	    text-align: left !important;
	}
	.layoutCategory-unificado .acol12 .productListingWidget .product_listing_container .ui-grid-solo .product .product_info .product_name .textSwatchCapacidad{
		text-align: left !important;
	}
	.layoutCategory-unificado .acol12 .productListingWidget .product_listing_container .ui-grid-solo .product .product_info .textPriceNow{
		text-align: left !important;
	}
	/*ui-grid-solo fin*/
	/*ui-grid-a inicio*/
	.layoutCategory-unificado .acol12 .productListingWidget .product_listing_container .ui-grid-a .product .product_info .product_name .textManufacturer{
		text-align: left !important;
	}
	.layoutCategory-unificado .acol12 .productListingWidget .product_listing_container .ui-grid-a .product .product_info .product_name .textName{
	    text-align: left !important;
	}
	.layoutCategory-unificado .acol12 .productListingWidget .product_listing_container .ui-grid-a .product .product_info .product_name .textSwatchCapacidad{
		text-align: left !important;
	}
	.layoutCategory-unificado .acol12 .productListingWidget .product_listing_container .ui-grid-a .product .product_info .textPriceNow{
		text-align: left !important;
	}
	/*ui-grid-a fin*/
}
@media screen and (min-width: 640px) and (max-width: 1280px) {
	.newcat-content .layoutCategory-unificado .productListingWidget .header_bar{
		padding: 0px 0px 20px 0px;
	}
}

/*visualizacion 3 cards angostos - inicio*/
@media screen and (min-width: 1709px) and (max-width: 1901px) {
	.layoutCategory-unificado .product_listing_container > .list_mode > li{
		margin-left: 35px;
	}
	.layoutCategory-unificado .product_listing_container .list_mode .product{
		margin-left: 45px;
	}
}
/*visualizacion 3 cards angostos - fin*/

/*visualizacion 4 cards angostos - inicio*/
@media screen and (min-width: 2270px) and (max-width: 2527px) {
	.layoutCategory-unificado .product_listing_container > .list_mode > li{
		margin-left: 35px;
	}
	.layoutCategory-unificado .product_listing_container .list_mode .product{
		margin-left: 45px;
	}
}
/*visualizacion 4 cards angostos - fin*/

@media screen and (min-width: 1107px) and (max-width: 4096px) {
	.layoutCategory-unificado .grid:after {
    	/*content: none;*/
	}
	.layoutCategory-unificado .product_listing_container .list_mode li{
		height: auto !important;
		margin-bottom: 33px;
	}
}
@media screen and (min-width: 1281px) and (max-width: 1291px) {
	.layoutCategory-unificado .product_listing_container .list_mode .product{
		margin-left: 45px;
	}
}
@media screen and (min-width: 0px) and (max-width: 650px) {
	.layoutCategory-unificado .product_listing_container > .list_mode > li{
		margin-bottom: 20px;
	}
}
@media screen and (min-width: 651px) and (max-width: 1106px) {
	.layoutCategory-unificado .product_listing_container > .list_mode > li{
		margin-bottom: 33px;
	}
}
@media screen and (min-width: 651px) and (max-width: 3152px) {
	.contentCatalogAccesory {
    	margin-top: 1rem;
	}
}
@media screen and (min-width: 280px) and (max-width: 3152px) {
	.itmesFacets{
		padding: 0px 12px;
	}
}

/*-----------------------------------------*/
/* PÃ�GINA DE RESULTADOS RESPONSIVE INICIO */
/*---------------------------------------*/

.subCat_page_tab_content .acol12 .productListingWidget .product_listing_container .ui-grid-solo{
	display: grid;
	grid-template-columns: repeat(auto-fit, 398px);
	gap: 0px;
}

.subCat_page_tab_content .acol12 .productListingWidget .product_listing_container .ui-grid-a{
	display: grid;
	grid-template-columns: repeat(auto-fit, 398px);
	gap: 0px;
}

.subCat_page_tab_content .title_filter{
    border-bottom: 0px !important;
}

.subCat_page_tab_content .container_cleanfilter{
    display: none;
}

@media screen and (max-width: 885px) {
	.subCat_page_tab_content .acol12 .productListingWidget .product_listing_container .ui-grid-solo{
		display: grid;
		justify-content: center;
		grid-template-columns: none;
	}
}

/*mejoras responsive catalogo*/
@media screen and (min-width: 651px) and (max-width: 1106px) {
	.search-result .subCat_page_tab_content .productListingWidget{
		margin-left: 0px !important;
	}
	.subCat_page_tab_content .product_listing_container > .list_mode > li{
		text-align: -webkit-center;
		width: 397px !important;
		margin-left: 0px !important;
	}
	.subCat_page_tab_content .product_listing_container .list_mode .product{
		margin-left: 0px !important;
	}

	/*ui-grid-solo inicio*/
	.subCat_page_tab_content .acol12 .productListingWidget .product_listing_container .ui-grid-solo .product .product_info .product_name .textManufacturer{
		text-align: left !important;
	}
	.subCat_page_tab_content .acol12 .productListingWidget .product_listing_container .ui-grid-solo .product .product_info .product_name .textName{
	    text-align: left !important;
	}
	.subCat_page_tab_content .acol12 .productListingWidget .product_listing_container .ui-grid-solo .product .product_info .product_name .textSwatchCapacidad{
		text-align: left !important;
	}
	.subCat_page_tab_content .acol12 .productListingWidget .product_listing_container .ui-grid-solo .product .product_info .textPriceNow{
		text-align: left !important;
	}
	/*ui-grid-solo fin*/

	/*ui-grid-a inicio*/
	.subCat_page_tab_content .acol12 .productListingWidget .product_listing_container .ui-grid-a .product .product_info .product_name .textManufacturer{
		text-align: left !important;
	}
	.subCat_page_tab_content .acol12 .productListingWidget .product_listing_container .ui-grid-a .product .product_info .product_name .textName{
	    text-align: left !important;
	}
	.subCat_page_tab_content .acol12 .productListingWidget .product_listing_container .ui-grid-a .product .product_info .product_name .textSwatchCapacidad{
		text-align: left !important;
	}
	.subCat_page_tab_content .acol12 .productListingWidget .product_listing_container .ui-grid-a .product .product_info .textPriceNow{
		text-align: left !important;
	}
	/*ui-grid-a fin*/
}

@media screen and (min-width: 640px) and (max-width: 1280px) {
	.search-result .subCat_page_tab_content .productListingWidget .header_bar{
		padding: 0px 0px 20px 0px;
	}
}

/*visualizacion 3 cards angostos - inicio*/
@media screen and (min-width: 1709px) and (max-width: 1901px) {
	.subCat_page_tab_content .product_listing_container > .list_mode > li{
		margin-left: 35px;
	}
	.subCat_page_tab_content .product_listing_container .list_mode .product{
		margin-left: 45px;
	}
}
/*visualizacion 3 cards angostos - fin*/

/*visualizacion 4 cards angostos - inicio*/
@media screen and (min-width: 2270px) and (max-width: 2527px) {
	.subCat_page_tab_content .product_listing_container > .list_mode > li{
		margin-left: 35px;
	}
	.subCat_page_tab_content .product_listing_container .list_mode .product{
		margin-left: 45px;
	}
}
/*visualizacion 4 cards angostos - fin*/

@media screen and (min-width: 1107px) and (max-width: 4096px) {
	.subCat_page_tab_content .grid:after {
    	content: none;
	}
	.subCat_page_tab_content .product_listing_container .list_mode li{
		height: auto !important;
		margin-bottom: 33px;
	}
}

@media screen and (min-width: 1281px) and (max-width: 1291px) {
	.subCat_page_tab_content .product_listing_container .list_mode .product{
		margin-left: 45px;
	}
}

@media screen and (min-width: 0px) and (max-width: 650px) {
	.subCat_page_tab_content .product_listing_container > .list_mode > li{
		margin-bottom: 20px;
	}
}

@media screen and (min-width: 651px) and (max-width: 1106px) {
	.subCat_page_tab_content .product_listing_container > .list_mode > li{
		margin-bottom: 33px;
	}
}

/*----------------------------------*/
/* NUEVO CATALOGO ACCESORIOS RESPONSIVE INICIO */
/*---------------------------------*/
@media screen and (min-width: 1107px) and (max-width: 3152px) {
	.layoutCategory-unificado .contentCatalogAccesory .productListingWidget > .header_bar{
		padding: 0px 0px 0px 0px;
	}
	.layoutCategory-unificado .contentCatalogAccesory .product_listing_container .list_mode li{
		margin-bottom: 21px;
	}
}
@media screen and (min-width: 651px) and (max-width: 1106px) {
	.newcat-content .layoutCategory-unificado .contentCatalogAccesory .productListingWidget .header_bar{
		padding: 0px 0px 0px 0px;
	}
}
@media screen and (min-width: 1107px) and (max-width: 1280px) {
	.layoutCategory-unificado .contentCatalogAccesory .product_listing_container .list_mode li{
		margin-bottom: 33px;
	}
}
/*----------------------------------*/
/* NUEVO CATALOGO ACCESORIOS RESPONSIVE FIN */
/*---------------------------------*/

/* SCROLL EN ITEMS DE FILTRO EN CATALOGO - INICIO */
.scrollMarca{
	 height: 346px;
	 overflow: auto;
	 padding: 0 0 0 0;
	 margin-right: 8px;
	 margin-bottom: 10px;
}
.scrollMarca::-webkit-scrollbar {
    -webkit-appearance: none;
}
.scrollMarca::-webkit-scrollbar:vertical {
    width:10px;
}
.scrollMarca::-webkit-scrollbar-button:increment,.scrollMarca::-webkit-scrollbar-button {
    display: none;
} 
.scrollMarca::-webkit-scrollbar:horizontal {
    height: 10px;
}
@media screen and (min-width: 280px) and (max-width: 1106px) {
	.scrollMarca::-webkit-scrollbar-thumb {
	    background-color: #A9A9A9;
	    border-radius: 20px;
	    border: 2px solid #f1f2f3;
	}
}
@media screen and (min-width: 1107px) and (max-width: 3152px) {
	.scrollMarca::-webkit-scrollbar-thumb {
	    background-color: #A9A9A9;
	    border-radius: 20px;
	    border: 0px;
	}
}
.scrollMarca::-webkit-scrollbar-track {
    border-radius: 10px;  
}
/* SCROLL EN ITEMS DE FILTRO EN CATALOGO - FIN */

@media screen and (min-width: 651px) and (max-width: 959px){
    .filters_category{
        width: -webkit-fill-available;
        max-width: 90% !important;
    }
}
@media screen and (min-width: 960px) and (max-width: 990px){
    .filters_category{
        right: 10px;
        left: 10px;
        width: auto;
    }
}
@media screen and (min-width: 991px) and (max-width: 1099px){
    .filters_category{
        width: -webkit-fill-available;
        max-width: 970px !important;
    }
}
@media screen and (min-width: 1100px) and (max-width: 1106px){
    .filters_category{
        width: -webkit-fill-available;
        max-width: 1070px !important;
    }
}
@media screen and (min-width: 651px) and (max-width: 1106px){
    .filters_category{
        background-color: #ffffff;
        position: absolute;
        z-index: 11;
        border-radius: 0 0 20px 20px !important;
        box-shadow: 0px 0px 0px 1px #bebebe;
    }
}
/*--------------------------------- UPGRADE PLAN - INICIO ---------------------------------*/
.contentUpgradePlan {
    padding: 0px 20px 0px 20px !important;
}
.contentUpgradePlanLeft {
    float: left;
    text-align: left;
    padding: 7px 0px;
}
.contentUpgradePlanRight {
    float: right;
    padding-top: 7px;
}
.contentUpgradePlan .contentUpgradePlanRight .button_primary > .button_text{
    min-width: 127px !important;
}
@media screen and (min-width: 768px) and (max-width: 961px) {
    .contentUpgradePlan .contentUpgradePlanRight .button_primary > .button_text{
        min-width: 115px !important;
        padding-right: 10px;
        padding-left: 10px;
    }
}
/*--------------------------------- UPGRADE PLAN - FIN ---------------------------------*/
#emsPlan_skuPlan{
    position: initial;
    float: left;
    width: 100%;
}
#contentDeliveryOption_delivery .fa-truck {
    padding-left: 1px;
}
.name_deliveryOption{
	display: inline-flex;
}
.wrapper-deliveryOption.swiper-wrapper{
	display: block;
    background-color: #ddd;
    border-radius: 10px;
    padding: 10px;
    width: 96%;
}
.wrapper-shippingType.swiper-wrapper{
	display: block;
    padding: 10px;
}
.title_deliveryOption, .title_shippingType{
    font-weight: 700;
    font-size: 20px;
}
.name_shippingType {
	width: 150px;
    display: inline-flex;
    line-height: 17px;
}
.desc_shippingType, .desc_shippingType p, .delivery-time {
    display: contents;
    color: #bbb;
    font-size: 12px;
}
.desc_shippingType p {
    display: contents;
    color: #bbb;
    font-size: 12px;
}

.price_shippingType {
    display: inline-flex;
    border: 1px solid #ccc;
    padding: 2px 20px 2px 20px;
    border-radius: 10px;
    margin-left: 25px;
    width: 50px;
    text-align: center;
}
.content-shipping-selected{
	border: 1px solid #ccc;
	border-radius: 12px;
	box-shadow: 0 4px 8px 0px rgb(0 0 0 / 15%);
	padding: 10px;
	margin-bottom: 25px;
}
.content-shipping-billing-footer .delivery_date{
	width: 100% !important;
}
.content-selecting-delivery .button_primary > .button_text, 
.content-shipping-billing-footer .button_primary > .button_text, 
.content-shipping-billing-footer .button_secondary > .button_text{
	border-radius: 15px;
}
.content-shipping-billing-footer .button_primary > .button_text::after, 
.content-shipping-billing-footer .button_secondary > .button_text::before{
	content: '' !important;
	margin-right: 0px;
	margin-left: 0px;
}
.content-selecting-delivery .button_primary > .button_text::after {
	content: '\f105' !important;
	margin-right: 0px;
	margin-left: 0px;
}
.content-shipping-billing-footer .button_primary > .button_text, 
.content-shipping-billing-footer .button_secondary > .button_text{
	min-width: 150px;
}
.content-shipping-billing-footer .button_secondary > .button_text{
	background: black;
    color: #FFFFFF;
    border: 1px solid #000000;
}
.content-checkout .button_secondary > .button_text{
	background: black;
    color: #FFFFFF;
    border: 1px solid #000000;
}
.content-shipping-billing-footer .button_secondary:hover{
	background-image: none;
}
.content-shipping-billing-footer .button_footer_line, .content-selecting-delivery .button_footer_line{
	width: 100%;
}
.content-shipping-billing fieldset .error-checkbox {
	box-shadow: none;
    color: #000000;
    background-color: #FFFFFF;
    margin-top: 0px;
}
.shipping-date {
    float: right;
    margin-right: 20px;
    font-weight: 700;
    display: none;
}
.shipping-date .dateFormatString{
	display: flex;
	font-weight: 400;
    margin-top: 7px;
    justify-content: end;
}

#shippingAddressDisplayArea {
    display: inline-block;
    width: 100%;
    padding-top: 7px;
}
.spanTerminosCondicionesPrepago  a.TerminosReferencia {
    font-weight: 700;
}
.title-shipping {
    margin-bottom: 2rem;
    font-weight: 700;
    font-size: 20px;
}
.content-checkout #box {
    padding: 0 0px;
}
.checkout-information{
	width: calc(55% - 10px);
}
#box .espot_checkout_bottom{
	padding-bottom: 40px;
}


/*--------------------------------- UPDATE FORM USER - INICIO ---------------------------------*/
.form_unregistered .content_dateofbirth .inputField{
    padding: 8px 6px 8px 6px !important;
}
.form_unregistered .inputField{
    margin: 7px 0 10px 0px !important;
}
@media screen and (min-width: 922px) and (max-width: 3440px) {
    .content-shipping-information-add .content{
        width: 100% !important;        
    }
}
.address .form_input.prefijoTel[type="tel"] {
    margin-right: 8px !important;
}
@media screen and (min-width: 640px) and (max-width: 3440px) {
	.form_unregistered .field{
		width: 50%; 
		float: left;
	}
    .form_unregistered .field_full{
		width: 100%; 
		float: left;
	}
	.form_unregistered .field_left{
		padding-right: 18px;
	}
	.form_unregistered .field_right{
		padding-left: 18px;
	}
	.form_unregistered .content-checkout .button_secondary > .button_text, .content-checkout .button_primary > .button_text {
	    min-width: 150px !important;
	    border-radius: 30px;
	}
    

    #centered_single_column_form .content-unregistered-row .field_full{
		width: 100% !important; 
		float: left;
	}
}
.form_unregistered .form_unregistered{
	border-radius: 10px;
    border: 1px solid #BDBDBD;
}
.form_unregistered .address input{
	border: 1px solid #BDBDBD;
    margin: 7px 0 5px 0px !important;
    border-radius: 10px;
}
.form_unregistered #WC_PersonalInfoExtension_birth_date-button{
	border-radius: 10px !important;
    width: 100%;
}
.form_unregistered #WC_PersonalInfoExtension_birth_month-button{
	border-radius: 10px !important;
    width: 100%;
}
.form_unregistered #WC_PersonalInfoExtension_birth_year-button{
	border-radius: 10px !important;
}
.form_unregistered .content_dateofbirth{
    display: flex;
    flex-direction: column;
	justify-content: space-between;
}
.form_unregistered .content_addressShopCart{
	display: flex;
	justify-content: space-between;
}
#unregistered_form #billingCreateEditArea1 .addressShopCartFullContent .address_content_info.address_depa{
   	width: calc(33% - 9px) !important;
}
#unregistered_form #billingCreateEditArea1 .addressShopCartFullContent .address_content_info.address_depa {
	width: 100% !important;
}
.checkout-information #billingCreateEditArea1 .addressShopCartFullContent .address_content_info.address_depa.numeracion{
	margin-right: 0px !important;
}
.form_unregistered .button_custom{
	border-radius: 20px !important;
}
.button_primary, .button_secondary{
	border-radius: 20px !important;
}
@media screen and (max-width: 960px) and (min-width: 760px) {
	.numeracion > .label_spacer,
	.interior > .label_spacer{
		margin: 0px !important;
	}
}
@media only screen and (max-width: 1099px){
	.form_unregistered #billingCreateEditArea1 {
	    width: 97% !important;
	}
	.form_unregistered #WC_UnregisteredCheckout_div_16 {
		width: 97% !important;
	}
}
@media screen and (min-width: 1100px) and (max-width: 1560px) {
	.form_unregistered #billingCreateEditArea1 {
	    width: 92% !important;
	}
	.form_unregistered #WC_UnregisteredCheckout_div_16 {
		width: 92% !important;
	}
}
@media screen and (min-width: 1561px) and (max-width: 3440px) {
	.form_unregistered #billingCreateEditArea1 {
	    width: 95% !important;
	}
	.form_unregistered #WC_UnregisteredCheckout_div_16 {
		width: 95% !important;
	}
}
.content-unregistered-row {
	display: inline-block;
	width: 100%;
}
.required-field{
	color: #686968 !important;
}
.new-look-text-form-unregistered{
    color: black !important;
    font-size: 16px;
}
.text-form-unregistered{
	color: #000 !important;
}
.text-bold{
	font-family: 'AMX-Regular' !important;
	font-weight: bold !important;
}
.new-look-text-description{
    display: none;
}
.text-description{
	margin-top: 10px;
    margin-bottom: 10px;
}
.border-grey{
	border: 1px solid #BDBDBD;
}
.form_unregistered .select select{
	border: 1px solid #BDBDBD;
}
/*inputs*/
.form_unregistered #city{
	border: 1px solid #BDBDBD;
    margin: 7px 0 10px 0px !important;
}
.form_unregistered #selectState{
	border: 1px solid #BDBDBD;
    margin: 7px 0 10px 0px !important;
}
/*inputs*/
@media screen and (min-width: 768px) and (max-width: 874px){
    .form_unregistered .col1_bill .form_unregistered_textArea{
        height: 59px;
        min-height: 59px; 
    }
}
.form_unregistered .address .myaccount_header{
	margin-bottom: 10px;
}
@media screen and (min-width: 640px) and (max-width: 3440px){
	.form_unregistered .col1_bill .form_unregistered_textArea{
		border-radius: 10px;
		border: 1px solid #BDBDBD;
	}
    .form_unregistered #WC_UnregisteredCheckout_div_5_shipping{
        margin-top: 13px;
    }
    .container_full_width .form_unregistered .checkout-information{
        width: calc(55% - 10px);
    }
}
.form_unregistered .col1_bill textarea:hover {
    border: 1px solid #BDBDBD;
}
/*seccion : quien recibira pedido - inicio*/
@media screen and (min-width: 640px) and (max-width: 3440px){
	.content-shipping-information-add .content .list .list__item .label--radio input{
		width: auto !important;
		margin-top: 3px !important;
		margin-right: 10px !important;
	}
	.content-shipping-information-add .content .list .list__item{
		display: flex;
	    width: auto;
	    /*float: left;*/
	    margin-right: 24px !important;
	}
	.content-shipping-information-add .header{
		margin-top: 35px !important;
	}
	.content-shipping-information-add .content .list .list__item .label--radio{
		display: -webkit-inline-box;
        width: max-content;
	}
	.receive-order{
		font-family: 'AMX-Regular';
    	font-weight: bold;
	}
	.content-shipping-information-add .sectionNewDataReceptorClass{
		width: 100% !important;
	}
	.content-shipping-information-add .billing_address_container .billing_address{
		font-size: 15px;
	}
}
#typeInstalledRadioGroupDivId .label--radio input[type='radio']:after {
    width: 11px;
    height: 11px;
    border-radius: 15px;
    top: -1px;
    left: -1px;
    position: relative;
    background-color: white;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #dbdbdb;
}
#typeInstalledRadioGroupDivId .label--radio input[type='radio']:checked:after {
    width: 8px;
    height: 8px;
    border-radius: 15px;
    top: 0px;
    left: 1px;
    position: relative;
    background-color: #0097a9;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 3px solid #ffffff;
    outline: 2px solid #dbdbdb;
}
/*seccion : quien recibira pedido - FIN*/
/*--------------------------------- UPDATE FORM USER - FIN ---------------------------------*/

/*--------------------------------- UPDATE FORM USER (EDIT) - INICIO ---------------------------------*/
@media screen and (min-width: 640px) and (max-width: 3440px) {
    /*configuraciones generales*/
    .loggedCheckoutPrepagoStyles .content-unregistered-row .field,
    .content-form-shipping .content-unregistered-row .field {
		width: 50%; 
		float: left;
        height: 80px;
	}
    .loggedCheckoutPrepagoStyles .content-unregistered-row .field_left,
    .content-form-shipping  .content-unregistered-row .field_left {
		padding-right: 18px;
        margin-bottom: 12px;
	}
    .loggedCheckoutPrepagoStyles .content-unregistered-row .field_right,
    .content-form-shipping .content-unregistered-row .field_right {
		padding-left: 18px;
        margin-bottom: 12px;
	}
    .loggedCheckoutPrepagoStyles .content-unregistered-row .form_unregistered_input,
    .content-unregistered-row .form_unregistered_input {
        border-radius: 10px;
        border: 1px solid #BDBDBD;
    }
    .loggedCheckoutPrepagoStyles .content-unregistered-row .form_unregistered_drop_down,
    .content-unregistered-row .form_unregistered_drop_down {
        border-radius: 10px !important;
        border: 1px solid #BDBDBD;
    }
    .loggedCheckoutPrepagoStyles .form_unregistered_textArea,
    #centered_single_column_form .form_unregistered_textArea {
		border-radius: 10px;
		border: 1px solid #BDBDBD;
	}

    /*correciones*/
    .content_botton_form_edit .botton_form_edit .sixpixels{
		display: none;
	}
    .loggedCheckoutPrepagoStyles .content-unregistered-row input{
        margin: 7px 0 1px 0px !important;    
    }
    .loggedCheckoutPrepagoStyles .content-unregistered-row .form_input.prefijoTel[type="tel"] {
        margin-right: 8px !important;
    }
    .loggedCheckoutPrepagoStyles .content-unregistered-row .drop_down_country{
        padding-top: 9px !important;
        padding-bottom: 9px !important;
    }
    .layoutFicha-unificado .shopperActionsAcc .ui-selectmenu-button span.ui-selectmenu-text{
        padding: 7px 2px !important;    
    }
    .loggedCheckoutPrepagoStyles .content-unregistered-row .inputField,
    .content-unregistered-row .inputField {
        margin: 7px 0 10px 0px !important;
        border-radius: 10px !important;
        border: 1px solid #BDBDBD;      
    }
    .loggedCheckoutPrepagoStyles .content_textarea,
    #centered_single_column_form .content_textarea {
        margin-bottom: 12px;
    }
    @media (min-width: 768px) {
        .loggedCheckoutPrepago .content_botton_form_edit {
            width: 100% !important; 
        }
    }
    .content_botton_form_edit {
        width: 100% !important; 
    }
}
@media screen and (min-width: 640px) and (max-width: 884px) {
    .loggedCheckoutPrepagoStyles .form_unregistered_textArea{
        height: 59px;
        min-height: 59px;        
    }
}
.loggedCheckoutPrepagoStyles .body #WC_ShoppingCartAddressEntryForm_div_5_shipping{
    margin-bottom: 10px
}

/*--------------------------------- UPDATE FORM USER (EDIT) - FIN ---------------------------------*/
.content-checkout #box {
    padding: 0 17px !important;
}
/*--------------------------------- UPGRADE PLAN - FIN ---------------------------------*/
#emsPlan_skuPlan{
	position: initial;
	float: left;
	margin-top: 12px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4px;
    z-index: 1;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 500;
    line-height: 14px;
    font-style: italic;
    flex-wrap: wrap;
    display: inline-flex;
    max-width: fit-content;
}
#btnCambiarPlan{
	background-color: rgb(238, 57, 42); 
	border: 1px solid rgb(238, 57, 42); 
	color: rgb(255, 255, 255); 
	font-weight: bold; 
	padding: 6px; 
	border-radius: 50px; 
	cursor: pointer; 
	width: 130px; 
	height: 40px;
}
.fa-gift{
	color: rgb(238, 57, 42);
    font-size: 20px !important;
    padding-right: 3px;
    float: left;
}
.gift-price{
	padding-top:5px;
}
.gift-price-title{
	padding-top:5px;
	font-weight: bold;
}
.gift-plan{
	color: #000;
    font-size: 11pt;
    width: 130px;
    display: grid;
    font-family: "AMX-Regular";
	font-weight: 100;
}
.google_maps_results{
    position: absolute;
    margin-top: -10px;
    width: 100% !important;
}

/*--------------------------------- GOOGLE MAPS - START ---------------------------------*/
@media  screen and (max-width: 768px)  {
	.cont-map-mobile{
        display: block;
    }
    .ems-despacho-mobile{
        display: block;
        padding-top: 25px;
    }
    .ems-despacho{
        display: none;
    }
    .cont-map-mobile div{
        border-radius: 12px;
    }
    .cont-map-web{
        display: none;
    }
    .cont-map-web-eq{
        display: none;
    }
    .ems-despacho.edit{
        display: block;
    }
    .ems-despacho.edit{
        display: block;
    }
}
@media screen and (min-width: 769px) and (max-width: 3440px) {
    .cont-map-mobile{
        display: none;
    }
    .ems-despacho-mobile{
        display: none;
    }
    .ems-despacho{
        display: block;
    }
    .cont-map-web{
        display: block;
    }
    .cont-map-web-eq{
        display: block;
    }
    .cont-map-web div{
        border-radius: 12px;
    }
}
.gm-style-cc{/*url redirect inside map*/
	display: none;
}
.gm-style > div:nth-of-type(14){
	display: none;
}
.gm-style-iw-t{
    visibility: visible;
}
.pac-item-query, .pac-item-query-2{
    font-family: ''AMX-Medium'';
    font-size: 13px;
}
.pac-item-query{
    color: black;
}
.pac-item-query-2{
    color: #DA291C;
    text-decoration:underline;
}
.btnPreview{
    border-radius: 25px;
    border: 1px solid #f03829 !important;
    color: #ff0202 !important;
    background: #ffffff;
    float: none !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
    max-width: 65% !important;
    padding: 8px !important;
    margin-bottom: 15px;
}
.btnNext{
    border-radius: 25px;
}
.btnNumberGoogleMaps{
    background: linear-gradient(92deg, #da291c 0%,#b52217 100%) !important;
    color: white !important;
    border: none !important;
    cursor: pointer;
    font-family: 'AMX-Bold';
    box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 38%) !important;
    border-radius: 50px !important;
    font-weight: bold;
}
.btnContinueGoogleMaps{
    font-size: 16px;
    font-weight: 700;
}
.messagePopupGoogle{
    font-size: 15px;
    font-weight: 700;
    color: black;
}
.form_unregistered .supcontenedor .product-checkout#boxContainerResume{
    grid-row: 2/3;
}
table#order_details, table#order_total{
    margin-left: 0px;
}
.separata-map{
    text-decoration: underline;
    background-color: #FFFFFF;
    color: #1097AE;
    -webkit-appearance: none;
    font-family: 'AMX', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    width: 240px;
    height: 40px;
}
@media screen and (min-width: 768px) and (max-width: 880px){
    .content-shipping-information-add .content .list .list__item{
        width: 100%;
    }
}
.content-shipping-information-add .content .list .list__item .label--radio{
    font-size: 14px;
}
.form_unregistered input{
    box-shadow: none !important;
}
.content-form-shipping input{
    box-shadow: none !important;
    border-radius: 10px;
}

/*--------------------------------- ESTILOS POP UP GOOGLE MAPS  ---------------------------------*/


#modalGoogle{
    height: 100%;
    align-items: center;
    justify-content: center;
    min-width: inherit;
    max-width: inherit;
    position: fixed;
    display: flex;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 9999;
}

.popUpGoogleMap{
    display: flex;
    flex-direction: column;
    font-family: "AMX-Regular";
    border-radius: 15px;

    text-align: justify;
    padding: 15px ;
    width: 380px;
    margin: 0 auto;

    background-color: #FFFFFF;
    border-left: 0px solid #e5e5e5;
    border-right: 0px solid #e5e5e5;
    border-bottom: 0px solid #e5e5e5;
    box-shadow: 0 0 10px 2px #888888;
}

#buttons-google{
    display: inline-block;
    width: 100%;
}

.message_title_google{
    text-align: center;
    font-weight: 300;
    padding: 10px 0 0 0;
    font-size: 20px;
    font-family: 'AMX-Medium';
    color: black;


}

.message_text_google{
    color: #4D4D4D;
    line-height: 16px;
    font-size: 16px;

    margin-left: 0 ;
    text-align: center;
    padding: 15px 35px 20px 35px ;
}

#address_google_maps, input[name="address1"]{
    text-transform: uppercase;
}

@media screen and (min-width: 768px) and (max-width: 3440px){
    #modalGoogle .popUpGoogleMap {
        width: 500px;
        text-align: center;
    }

    #modalGoogle #buttons-google{
        width: 100% ;
    }
}

@media screen and (max-width: 650px){
    #modalGoogle .popUpGoogleMap{
        width: auto ;
    }    
}

@media screen and (max-width: 650px){
    #modalGoogle {
        width: 95%;
    }
}
.textFlagGoogle{
    margin-bottom: 15px;
}
/*--------------------------------- ZM IN FORM SAVE - SART ---------------------------------*/
@media screen and (min-width: 1561px) and (max-width: 3440px){
    .form_unregistered .ems-despacho{
        width: 95% !important;
    }
}
@media screen and (min-width: 1100px) and (max-width: 1560px){
    .form_unregistered .ems-despacho{
        width: 92% !important;
    }
}
@media screen and (min-width: 768px) and (max-width: 1099px){
    .form_unregistered .ems-despacho{
        width: 97% !important;
    }
}
@media screen and (max-width: 767px){
    .form_unregistered .ems-despacho{
        width: 100% !important;
    }
}
/*--------------------------------- ZM IN FORM SAVE - END ---------------------------------*/

/*--------------------------------- ZM IN FORM EDIT - SART ---------------------------------*/
@media screen and (min-width: 640px) and (max-width: 3440px){
    #editAddressContents .ems-despacho{
        width: 100%; 
        margin-bottom: 1rem;
    }
}
@media screen and (max-width: 639px){
    #editAddressContents .ems-despacho{
        width: 100% !important;
    }
}

@media screen and (min-width: 651px) and (max-width: 697px) {
    .content-shipping #WC_ShopcartAddressFormDisplay_div_5 {
		width: 640px;
	}
}

@media screen and (min-width: 698px) and (max-width: 751px) {
    .content-shipping #WC_ShopcartAddressFormDisplay_div_5 {
		width: 660px;
	}
}

@media screen and (min-width: 752px) and (max-width: 775px) {
    .content-shipping #WC_ShopcartAddressFormDisplay_div_5 {
		width: 710px;
	}
}

@media screen and (min-width: 776px) and (max-width: 838px) {
    .content-shipping #WC_ShopcartAddressFormDisplay_div_5 {
		width: 775px;
	}
}

@media screen and (min-width: 839px) and (max-width: 905px) {
    .content-shipping #WC_ShopcartAddressFormDisplay_div_5 {
		width: 835px;
	}
}

@media screen and (min-width: 906px) and (max-width: 1054px) {
    .content-shipping #WC_ShopcartAddressFormDisplay_div_5 {
		width: 900px;
	}
}

@media screen and (min-width:1055px){
	.content-shipping #WC_ShopcartAddressFormDisplay_div_5 {
		width: 960px;
	}
}

/*--------------------------------- ZM IN FORM EDIT - END ---------------------------------*/

/*--------------------------------- GOOGLE MAPS - END ---------------------------------*/

.rutDisplayView .wrapperDisplayRut {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 50vh;
    margin: 0;
  }
  
  .rutDisplayView .containerDisplayRut {
    border: 1px solid #D9D9D9;
    border-radius: 15px;
    width: 350px;
    padding: 20px;
  }
  
  .rutDisplayView .headerDisplayRut {
    display: flex;
    align-items: center;
    color: black;
  }
  
  .rutDisplayView .headerDisplayRut img {
    width: 40px;
    height: 45px;
    margin-right: 10px;
  }
  
  .rutDisplayView .headerDisplayRut h1 {
    margin: 0;
  }
  
  .rutDisplayView .contentRutView {
    text-align: justify;
    margin: 15px 0;
    color: black;
  }
  
  .rutDisplayView input {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    margin-bottom: 10px;
  }
  
  .rutDisplayView input::placeholder {
      color: black;
      font-size: 16px;
      font-family: 'AMX-Regular';
  }
  
  .rutDisplayView .textRut{
      font-size: 16px;
      font-weight: 400;
      color: #303030;
      margin-bottom: 20px;
      line-height: 24px;
      font-family: 'AMX-Regular';
  }
  
  .rutDisplayView .containerButtonRut {
    display: flex;
    justify-content: center;
  }
  
  .rutDisplayView .buttonRut {
    padding: 10px 60px;
    border-radius: 20px;
    color: white;
    border: 1px solid #DDDDDD;
    font-weight: bold;
    background-color: #DDDDDD;
    color: #C3C3C3;
    cursor: not-allowed;
    pointer-events: none;
  }

  .rutDisplayView .contentRutView .errorRut{
    font-family: "AMX-Regular" !important;
    font-size: 0.6em !important;
    bottom: -8px !important;
  }

  .rutDisplayView .buttonRut.active {
    background: #DA291C;
    color: white;
    border: 1px solid #DA291C;
    cursor: pointer;
    pointer-events: inherit;
  }

  .rutDisplayView .footer-inferior {
    display: flex;
    justify-content: center;
    position: fixed;
    bottom: 0; 
    width: 100%; 
  }

  .rutDisplayView #listMenu{
    visibility: hidden;
  }

  .purchaseConfirmationView .wrapperPurchaseConfirmation {
    display: flex;
    justify-content: center;
  }
  
  .purchaseConfirmationView .containerPurchase {
    background-color: #ffffff;
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    width: 550px;
    text-align: center;
  }
  .purchaseConfirmationView .containerPurchase-wrapper {
  	margin-right: 40px;
    margin-left: -40px;
  }
  
  .purchaseConfirmationView .logosPurchase {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .purchaseConfirmationView .logosPurchase .logoClaro {
    width: 70px;
    height: 70px;
    margin: 0 30px;
  }
  
  .purchaseConfirmationView .logosPurchase .logoMercadoPago {
    width: 170px;
    height: 100px;
    margin: 0 30px;
  }
  
  .purchaseConfirmationView .dividerPurchase {
    border: 1px solid #D9D9D9;
    margin-bottom: 0;
  }
  
  .purchaseConfirmationView .titlePurchase {
    margin: 0;
    padding: 20px 0;
    color: #808080;
  }
  
  .purchaseConfirmationView .textcontainerPurchase {
    text-align: justify;
    padding: 0 20px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
   .purchaseConfirmationView .textcontainerPurchase.addText {
   	padding-top: 15px;
  }
  
   .purchaseConfirmationView .textcontainerPurchase .payHere {
   	color: #f03829;
   	font-weight: bold;
   	text-decoration: underline;
  }
  
	.purchaseConfirmationView .textPurchase{
    	color: #808080;
    	line-height: 35px;
    	font-weight: bold;
  	}
  
	#payMovil {
 		background: transparent;
    	width: 50px;
  	}
  	.linkPayment img {
  		width: 40px;
  		height: 50px;
  		cursor: pointer;
  		position: relative;
  		top: -17px;
  	}
  	.header__navegation li.linkPayment a{
		font-size: 0.875rem;
		padding: 17px 8px 11px 0px;
		display: flex;
  	}

  
/*--------------------------------- MERCADO PAGO - START ---------------------------------*/

/*--------------------------------- MERCADO PAGO - PAGE EXCEPTION - BEGIN ---------------------------------*/
#mainContentMP .content-checkout-mp-alert{
	text-align: center;
}


.page_mp_purchase_exception .cont_alert_mercado_pago{
    height: 100px !important;
}

.page_mp_purchase_exception .text_alert {
    color: #808080;
    font-family: 'AMX-Regular';
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}

.page_mp_purchase_exception .text_contact_information{
    color: #808080;
    font-size: 16px;
    font-family: 'AMX-Regular';
}

.page_mp_purchase_exception .button_market_pay{
    width: 200px;
    border-radius: 100px;
    background: #000000;
    color: white;
    padding: 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
}

.page_mp_purchase_exception .button_secondary{
    width: inherit;
}

.page_mp_purchase_exception .cont_description_no_payments, .page_mp_purchase_exception .cont_description_exception{
    margin: 30px 0px 30px 0px;
}

/*--------------------------------- MERCADO PAGO - PAGE EXCEPTION - END ---------------------------------*/

/*--------------------------------- MERCADO PAGO - PAGE PURCHASE SUMMARY - BEGIN ---------------------------------*/
.content-checkout #total_breakdown #order_total_custom tr {
    width: initial;
    padding: 10px 20px;
    text-align: right;
}
#mainContentMP .cont_purchase_summary .column_details .resume_title{
    background: none !important;
    border-bottom: 0px !important;
    color: #808080 !important;
    font-weight: bold;
}
#mainContentMP .cont_purchase_summary .column_details #order_details th{
    border: 0px !important;
}
#mainContentMP{
    display: flex;
    justify-content: center;
}
.contentMP {
    margin-right: 40px;
}
.checkoutMP .cont_customer_data{
	text-align: center;
	margin-bottom: 20px;
}
.checkoutMP #nameClient{
	margin-right: 15px;
}
#mainContentMP .cont_img_mercado_pago{
	height: auto;
    margin-top: 20px;
}
#mainContentMP .cont_purchase_summary{
	margin-top: 10px;
	
}
#mainContentMP .cont_contact_data{
    margin-top: 80px;
    margin-bottom: 35px;
}
#mainContentMP .img_mercado_pago, #imgMercadoPago{
	width: -webkit-fill-available;
    cursor: pointer;
}
#mainContentMP .button_footer_line_MP{
	text-align: center;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
#mainContentMP .columnDataMP{
	width: 50%;
}
#mainContentMP .rut_mp{
	margin-left: 10px;
}
#mainContentMP .img_alerta_mercado_pago{
	max-width: 100px;
}
#mainContentMP .cont_alert_mercado_pago{
	height: auto;
    margin-top: 20px;
    display: flex;
	justify-content: center;
}
#mainContentMP .cont_description_alert{
    margin-top: 15px;
}
#mainContentMP .cont_purchase_summary_mp_alert{
	margin-top: 130px;
	margin-bottom: 130px;
	border: 1px solid #ccc;
	border-radius: 12px;
}
#mainContentMP .total_details{
    float: left;
    padding: 0px;
}
#mainContentMP .total_figures{
    padding: 0px;
    display: inline-block;
}
#mainContentMP #order_total{
    width: 100%;
}
#mainContentMP #order_total tr{
    padding: 10px 20px;
    display: block;
    text-align: right;
}
#mainContentMP #order_total tr:last-child {
    background: #D9F7F3;
    font-family: 'AMX-Bold';
    padding: 16px 20px !important;
    box-shadow: none !important;
    border-radius: 0px 0px 5px 5px;
}
#mainContentMP #order_total_custom{
    width: 100%;
    float: left;
}
#mainContentMP div#total_breakdown #order_total .total_details{
    margin-left: 0px !important;
}
.content_price #total_breakdown #order_total .tr_subtotal{
    display: block !important;
}
.content_price #total_breakdown #order_total .tr_tax{
    display: none !important;
}
.content_price #total_breakdown #order_total .tr_shipping_cost{
    display: block !important;
}
.content-checkout #order_details .th_align_left_normal{
    background-color: unset !important;
}
#mainContentMP .price_total{
    color: #DA291C !important;
    font-weight: 600 !important;
    font-size: 1.1rem !important;
}
#mainContentMP .order_total{
    color: #000 !important;
    font-size: 1.1rem !important;
    font-family: 'AMX-Regular';
    font-weight: 700 !important;
}

.tr_subtotal .total_details{
    font-weight: 400 !important;
    font-size: 14px !important;
}
.tr_subtotal .total_figures{
    font-weight: 400 !important;
    font-size: 14px !important;
}
.tr_shipping_cost .total_details{
    font-weight: 400 !important;
}
.tr_total .total_details{
    font-weight: 600 !important;
    font-size: 16px !important;
}
.stylePrepago .tr_total .total_details{
    color: #CA4200;
}
.tr_shipping_cost .total_figures{
    font-weight: 400 !important;
    font-size: 1rem !important;
}
#mainContentMP .itemspecs .price_label{
    font-weight: 600 !important;
    font-size: 1rem !important;
    color: #000 !important;
}
#mainContentMP .itemspecs .price{
    font-size: 1rem !important;
    color: #808080 !important;
}
.content-checkout .button_secondary > .button_text::before{
    content: none !important;
}
.label_data_client{
    font-weight: 900;
}
.checkoutMP .button_primary > .button_text{
	border-radius: 25px !important;
	padding: 10px 50px !important;
	background-color: var(--color-primary-600);
    border: 1px solid var(--color-primary-600);
    color: var(--color-white);
}
.checkoutMP .button_secondary > .button_text{
	border-radius: 25px !important;
	padding: 10px 50px !important;
	background-color: var(--color-white);
    border: 1px solid var(--color-primary-600);
    color: var(--color-primary-600);
}
.checkoutMP .button_primary{
	float: none;
	margin: 0px 50px 0px 50px;
}
.button_footer_line_MP{
	text-align: center;
    padding: 20px;
    margin-top: 30px;
}
.content-checkout.checkoutMP{
	text-align: center;
}
#mainContentMP .re_content{
    box-shadow: none !important;
}
/*--------------------------------- desktop ---------------------------------*/
@media screen and (min-width: 769px) and (max-width: 3152px){
    #mainContentMP .button_secondary{
        margin-top: 0px;
        margin-right: 10px;
        width: auto;
    }
    #mainContentMP .button_primary{
        margin-top: 0px;
        margin-left: 10px;
        width: auto;
    }
    #mainContentMP .button_footer_line_MP .button_primary{
        float: none;
    }
    #mainContentMP .cont_purchase_summary .resume_plan .resume_title{
        background: none !important;
    }
    #mainContentMP .resume_plan #order_details th{
        border: 0px;
    }
    #mainContentMP .section_resume .resume_title{
        padding: 15px 20px 15px 40px !important;
    }
    #mainContentMP .table_prices{
        position: relative;
    }
    #mainContentMP #total_breakdown{
        border-top: 0px !important;
    }
    #mainContentMP #total_breakdown #order_total tr{
        border: 0px !important;
    }
    #mainContentMP .bordestableproduct{
        width: 100% !important;
    }
    #mainContentMP .section_price_first_column{
        display: none !important;
    }
    #mainContentMP .item_price_column{
        display: block !important;
    }
    #mainContentMP .cont_customer_data{
        display: block !important;
    }
    #mainContentMP .resume_item{
        min-height: 237px;
    }
    #mainContentMP .content_price #total_breakdown #order_total .tr_item_price{
        display: block !important;
    }
    #mainContentMP .content_img{
        width: 60px;
        position: absolute;
    }
    #mainContentMP .content_img .img{
        margin: 20px 10px 0px 10px !important;
    }
    #mainContentMP #total_breakdown #order_total .total_figures{
        width: unset !important;
    }
    #mainContentMP .content_data .resume_title{
        padding: 0px 0px 15px 0px !important;
    }
    #mainContentMP #order_total tr:last-child{
        border: 1px solid #ccc;
        position: relative;
        bottom: -1px;
        right: -1px;
    }
    #mainContentMP #total_breakdown #order_total tr:last-child{
        border: 1px solid #ccc !important;
    }  
}
/*--------------------------------- MERCADO PAGO - PURCHASE SUMMARY - END ---------------------------------*/
/*--------------------------------- MERCADO PAGO - CREATE PREFERENCE - START ------------------------------*/
.modalErrorMercadoPagoCreatePreference>*, .modalErrorMercadoPagoCreatePreference{
    box-sizing: border-box;
}
.icon-error{
    display: block;
    margin-bottom: 1.5rem;
}

.modalErrorMercadoPagoCreatePreference{
    display: flex;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
}

.popUpError{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'AMX-Regular';
    font-size: 1.2rem;
    font-weight: 500;
    text-align: center;
    border-radius: 15px;
    padding: 5rem 9rem;
    width: 60%;
    max-width: 1000px;
    margin: 0 auto;
    background-color: #F4F4F4;
    border: 1px solid #D9D9D9;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.link-error{
    display: block;
    background-color: #DA291C;
    color: #FFF;
    font-size: 16px;
    text-decoration: none;
    padding: 1rem 4rem;
    line-height: 24px;
    border-radius: 12px;
    border: 1px solid #DDD;
}
.paragraph-error{
    line-height: 32px;
}

.layoutFicha-unificado .carousel-macro-flujos {
   	width: unset;
   	padding: 0 25px;
}

.texts{
    margin-bottom: 3rem;
    width: 80%;
}

@media (max-width: 1550px) {
    .popUpError{
        padding: 2rem 3rem;
        width: 75%;
    }
}

@media (max-width: 900px) {
    .popUpError{
        font-size: 1.1rem;
        width: 80%;
        padding: 1rem 1.5rem;
    }
    .texts{
        width: 85%;
    }
}

@media (max-width: 600px) {
    .popUpError{
        font-size: 1rem;
        width: 95%;
        padding: 1rem 1rem;
    }

    .texts{
        margin-bottom: 1rem;
        width: 90%;
    }
    .paragraph-error{
        line-height: 24px;
    }
}

@media (max-width: 300px) {
    .texts{
        font-size: 0.8rem;
    }
    .link-error{
        font-size: 0.8rem;
        padding: 0.5rem 3rem;
    }
}
/*--------------------------------- MERCADO PAGO - CREATE PREFERENCE - END ------------------------------*/
/*--------------------------------- MERCADO PAGO - END ---------------------------------*/

#zm_retiro_en_tienda_x_dias .delivery-time {
    color: #000;
    font-size: 11pt;
}
.hideDespachoExpressNormal {
	display: none !important;
}
#quotas_recambio-menu{
	padding: 0;
}

/*--------------------------------- PLAN PREPAGADO - BEGIN ---------------------------------*/
.sectionPlanPrepagado{
	padding: 5px 40px;
	left: -15px;
    display: inline-flex;
    width: 49%;
}
.sectionPlanPrepagado.swiper-wrapper{
	height: initial;
}
.sectionPlanPrepagado .textPriceOffer {
    font-weight: 700;
    line-height: 16px;
    text-align: center;
}
.sectionPlanPrepagado .priceOffer {
    margin-top: 10px;
    font-size: 25px;
    font-weight: 700;
    color: #DA291C;
    line-height: 24px;
    text-align: center;
}
.sectionPlanPrepagado .textPriceNormal {
    margin-top: 8px;
    font-size: 14px;
    font-size: .875rem;
    line-height: 14px;
    text-align: center;
}
.sectionPlanPrepagado span.priceNormal {
    text-decoration: line-through;
}
.sectionPlanPrepagado .moreInfoPLan {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    webkit-display: -webkit-flex;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    color: #0097A9;
    cursor: pointer;
    margin-bottom: 14px;
}
.wrapperPlan {
    width: 100%;
    position: relative;
    box-shadow: 0 4px 8px 0px rgb(0 0 0 / 15%);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    max-width: 250px;
    min-width: 250px;
}
.fancybox-container .planesPrepagado .arrow_collapsed {
	float: right;
    margin: 10px 10px;
}
.fancybox-container .planesPrepagado .arrow{
	margin-left: 8px;
}
.planesPrepagado .namePlan {
    background: #DA291C;
    border-radius: 12px 12px 0 0;
    padding: 10px 8px 32px 8px;
    position: absolute;
    width: 100%;
    text-align: center;
    color: #fff;
    z-index: 1;
    font-weight: 700;
    top: calc( -15px - 20px);
}
.planesPrepagado .plan {
    border-radius: 12px 12px 0 0;
    background: #fff;
    z-index: 2;
    position: relative;
    padding: 10px 16px;
    border-bottom: 1px solid #E4E4E4;
    display: flex;
}
.planesPrepagado .pricePlan{
	padding: 20px 20px;
	border-bottom: 1px solid #E4E4E4;
}
.planesPrepagado .shopPlan{
	padding: 12px 20px;
}
.sectionZmPlanPrepagado .contentzm, .sectionZmPlanPrepagado .iconError{
	display: block;
	margin: auto;
}
.sectionZmPlanPrepagado .iconError{
    width: 85px;
    height: 80px;
}
.sectionZmPlanPrepagado {
    padding-bottom: 20px;
}
.sectionZmPlanPrepagado h2 {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #DA291C;
}
.sectionZmPlanPrepagado .contentzm > div:last-child{
    text-align: center;
    color: black;
}
.ico-smartphone:before {
    content: "\e9d8";
    font-family: "claroicons";
}
.planesPrepagado .plan .icon i{
	font-size: 50px;
	font-style: normal;
	padding: 0 15px 0 0;
}
.planesPrepagado .plan .icon {
    display: flex;
}
.planesPrepagado .plan .headPlan {
    justify-content: center;
    flex-direction: column;
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    display: flex;
}
.planesPrepagado .plan .textTitle {
    font-weight: 600;
    font-size: 15px;
    line-height: 1;
}
.planesPrepagado .plan .gigas {
    font-weight: 700;
    color: #DA291C;
    line-height: 20px;
    font-size: 18px;
}
.planesPrepagado .message .btnNormal {
    max-width: 35% !important;
    color: #76c3d1;
}
.planesPrepagado .shopPlan .info{
	margin-bottom: 16px;
}
.planesPrepagado i{
	font-style: normal;
}
.planesPrepagado .shopPlan .attrInternet i, .planesPrepagado .shopPlan .attrMinutos i{
	font-size: 24px;
	position: absolute;
	left: 0;
}
.planesPrepagado .shopPlan .attrRedes i{
	font-size: 20px;
}
.planesPrepagado .shopPlan .attrInternet, .planesPrepagado .shopPlan .attrMinutos, .planesPrepagado .shopPlan .attrRedes, .planesPrepagado .shopPlan .attrSms{
	display: flex;
	align-items: center;
}
.planesPrepagado .shopPlan .attrInternet .attrKey, .planesPrepagado .shopPlan .attrMinutos .attrKey{
    font-size: 14px;
    line-height: 24px;
    padding: 2px 0;
    padding-left: 34px;
    position: relative;
    width: 60%;
}
.planesPrepagado .shopPlan .attrRedes .attrKey, .planesPrepagado .shopPlan .attrSms .attrKey{
	font-size: 14px;
    line-height: 14px;
    padding: 2px 0;
    padding-right: 20px;
    position: relative;
    width: 60%;
}
.planesPrepagado .shopPlan .attrInternet .attrVal, .planesPrepagado .shopPlan .attrMinutos .attrVal{
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    width: 40%;
}
.planesPrepagado .shopPlan .attrRedes .attrVal, .planesPrepagado .shopPlan .attrSms .attrVal{
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    width: 41%;
}
.planesPrepagado .shopPlan .attrRedes ul {
    display: flex;
    -webkit-flex-wrap: wrap;
}
.planesPrepagado .shopPlan .attrRedes li {
	margin: 5px;
}
.planesPrepagado .shopPlan .button.primary {
    background: #DA291C;
    color: #fff !important;
}
.planesPrepagado .shopPlan .attrMinutos, .planesPrepagado .shopPlan .attrRedes, .planesPrepagado .shopPlan .attrSms{
	margin-top: 14px;
}
.ico-globe:before {
    content: "\e96d";
    font-family: "claroicons";
}
.ico-clock:before {
    content: "\e939";
    font-family: "claroicons";
}
.ico-facebook-messenger-s:before {
    content: "\ea19";
    font-family: "claroicons";
}
.ico-facebook-s:before {
    content: "\ea1a";
    font-family: "claroicons";
}
.ico-instagram-s:before {
    content: "\ea1c";
    font-family: "claroicons";
}
.ico-whatsapp-s:before {
    content: "\ea26";
    font-family: "claroicons";
}
.ico-chevron-down:before {
    content: "\e92e";
    font-family: "claroicons";
}
.ico-chevron-up:before {
    content: "\e931";
    font-family: "claroicons";
}
/*--------------------------------- PLAN PREPAGADO - END ---------------------------------*/

/*---------------------fix cards of catalog - START---------------------*/
/*web others */
@media screen and (min-width: 769px) and (max-width: 3152px){
    .layoutCategory-unificado .acol12 .productListingWidget .product_listing_container .ui-grid-solo {
        display: block !important;
    }
    .layoutCategory-unificado .product_listing_container {
        position: relative;
        width: 100%;
    }
    .layoutCategory-unificado .acol12 .productListingWidget .product_listing_container .ui-grid-a {
        display: block !important;
    }
    .layoutCategory-unificado .product_listing_container .list_mode li {
        margin-bottom: 0px !important;
        margin-left: 0px !important;
        margin: 0 !important;
        margin: 0px 5% 0 0 !important;
        width: 33.3%;
        display: inline-block;
    }
    .layoutCategory-unificado .product_listing_container .list_mode li:nth-child(4n+5){
        margin-right: 0 !important;
    }
    .layoutCategory-unificado .product_listing_container .list_mode .product{
        max-width: 297.5px;
        min-height: 510px !important;
    }
}

/*web 5 items estaticos */
@media screen and (min-width: 3133px){
    .layoutCategory-unificado .product_listing_container .list_mode li {
        width: 396.33px !important;
        padding-left: 74px;
    }
}

/*web 5 items dinamicos */
@media screen and (min-width: 2870px) and (max-width: 3132px){
    .layoutCategory-unificado .product_listing_container .list_mode li {
        width: 20% !important;
        padding-left: 74px;
    }
}

/*web 4 items estaticos */
@media screen and (min-width: 2510px) and (max-width: 2869px){
    .layoutCategory-unificado .product_listing_container .list_mode li {
        width: 395px !important;
        padding-left: 74px;
    }
}

/*web 4 items dinamicos */
@media screen and (min-width: 2302px) and (max-width: 2509px){
    .layoutCategory-unificado .product_listing_container .list_mode li {
        width: 25% !important;
        padding-left: 74px;
    }
}

/*web 3 items estaticos */
@media screen and (min-width: 1889px) and (max-width: 2301px){
    .layoutCategory-unificado .product_listing_container .list_mode li {
        width: 396px !important;
        padding-left: 74px;
    }
}

/*web 3 items dinamicos*/
@media screen and (min-width: 1733px) and (max-width: 1888px){
    .layoutCategory-unificado .product_listing_container .list_mode li {
        width: 33.3%;
        margin-right: 10px !important;
        padding-left: 74px;
        margin: 0 !important;
    }
}

/*web 2 items estatico*/
@media screen and (min-width: 1107px) and (max-width: 1732px){
    .layoutCategory-unificado .product_listing_container .list_mode li {
        width: 393px !important;
        margin-right: 10px !important;
        padding-left: 74px;
        margin: 0 !important; 
    }
}

/*changes basic*/
.layoutCategory-unificado .compare_target > label{
    margin-left: -16px !important;
    font-family: 'AMX-Regular';
}
.layoutCategory-unificado .product_listing_container .list_mode li:nth-child(4n+4){
    margin-right: 0px !important;
}
.layoutCategory-unificado .product_listing_container .list_mode .product > .product_info > .product_name, .layoutCategory-unificado .product_info .product_name{
    width: auto !important;
}
.layoutCategory-unificado .product_info > .product_name > a, .layoutCategory-unificado .list_mode .product_info > .product_name > a{
    width: auto !important;
}
.layoutCategory-unificado .product_listing_container .list_mode .product {
    margin-left: 0 !important;
    min-width: 265px !important;
    max-width: 297.5px !important;
    min-height: 507px !important;
    max-height: 660px !important;
}
.layoutCategory-unificado .contentCatalogAccesory .product_listing_container .list_mode .product{
	height: 507px !important;
}
.layoutCategory-unificado .product_listing_container .list_mode .compare_target{
    width: auto !important;
}
.layoutCategory-unificado .product_details {
    min-height: 328px;
}
.layoutCategory-unificado .product_info .product_option {
    width: 100%;
}
.layoutCategory-unificado div[id^="price_display_"]{
    min-height: 113px;
    width: -webkit-fill-available;
}
.layoutCategory-unificado .product_info #listPrice_teamcard{
    margin-left: 0px !important;
}
.layoutCategory-unificado .product_info .product_option {
    margin-top: 20px;
    text-align: center;
}
.layoutCategory-unificado .product_listing_container .list_mode li {
    margin: 0 0 20px 0 !important;
    height: auto !important;
}
.layoutCategory-unificado .product_details{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 13px;
    align-items: center;
}
@media only screen and (max-width: 650px){
    .layoutCategory-unificado .list_mode .product_info{
        margin-bottom: 0px !important;
    }
    .layoutCategory-unificado .product_listing_container .list_mode .product .product_info .product_price{
        margin-top: 60px !important;
    }
}

/*fix*/
@media screen and (min-width: 640px) and (max-width: 1280px){
    .layoutCategory-unificado .product_listing_container .list_mode .product .product_info .product_price{
        margin-top: 60px !important;
    }
}
@media screen and (min-width: 1107px) and (max-width: 3152px){
    .layoutCategory-unificado{
        padding: 10px 0 !important;
    }
}
.layoutCategory-unificado .list_mode .product_info{
	margin-top: 0px;
	margin-bottom: 0%;
    margin-left: 0px !important;
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
}

/*page result search - START*/
@media screen and (min-width: 1107px){
    .subCat_page_tab_content .product_listing_container .product_option{
        width: auto;
    }
}
@media screen and (max-width: 1106px){
    .subCat_page_tab_content .product_listing_container .product_details{
        display: flex !important;
        flex-wrap: wrap !important;
    }
    .subCat_page_tab_content .product_listing_container .product_option{
        width: 100%;
    }
}
.subCat_page_tab_content .product_listing_container .product_details{
    width: 100% !important;
}
.subCat_page_tab_content .product_listing_container .product_option{
    position: inherit;
    margin: auto;
    text-align: center;
    padding-bottom: 5px;
    z-index: 9;
}
.detail_postpago{
    font-size: 16px !important;
}
/*page result search - END*/
/*---------------------fix cards of catalog - END---------------------*/
/*---------------------------------Multilinea---------------------------------------------*/
.multilinea_totalamount {
    box-shadow: 0 2px 3px rgb(0 0 0 / 30%);
    background: #f2f2f2;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}
.multilineas_amount{
    box-shadow: none !important;
    background: #ffffff00 !important;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    border: 0px !important;
}
.multilineas_totalamount{
    font-size: 16px !important;
    color: #000 !important;
    margin-left: 0px !important;
    background: #ffffff0d !important;
    border: 0 !important;
    box-shadow: none !important;
}
.div_multilinea{
    border-top: 1px solid #ddd !important;
    display: flex !important;
    justify-content: space-between;
    height: 0% !important;
    background: none;
    border: 0;
}
.resume_title_multilineas{
    font-family: 'Roboto-Regular';
    text-align: center;
    border-bottom: 0;
    background: #f5f5f500;
    padding: 10px;
}
.total_details_multilinea{
    font-size: 16px !important;
    font-weight: bold !important;
    margin-left: 0px !important;
}
.multilinea_totalamounttd {
    font-size: 16px !important;
    color: #000 !important;
    margin-left: 0px !important;
}
.total_figures_multilinea{
    font-size: 18px !important;
    padding: 0px 10px !important;
}
.modal {
    background-color: white;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.modal-multilinea{
	display: none;
    background-color: white;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: fixed; 
  	top: 50%; 
  	left: 50%; 
  	transform: translate(-50%, -50%);
  	border-radius: 10px;
  	z-index: 9999;
  	width: 250px;
}
.multi-load{
	width:50px;
	height: 70px;
	margin: 15px auto;
}
.multi-img{
	width:50px;
    margin: 8px auto;
    display: none !important;
}
.title_message{
    display: none !important;
}
.multi-h2{
	padding-top: 30px !important;
	text-align: center;
    margin-bottom: 15px;
    color: #DA291C !important;
}
#message_multilinea p{
	margin-bottom:10px;	
}
.multi-p{
	font-weight: bold;
	font-size: 15px !important;
	margin-bottom: 20px;
}
#telefono2, #telefono3, #multi_tel{
	margin-top:0px !important
}
#multi_tel{
	margin-right:10px; 
	padding: 9px !important;
	border-radius:5px;
}
li .input-telefono .multi-span {
    width: 100%;
    border: 0px !important;
    display: flex;
    margin-left:0px !important;
    flex-direction: row;
    align-items: center;
    height: 38px;
}
li .telefono-multi {
    border: 1px solid #ddd !important;
}
.message_title.no-padding {
    padding: 0px !important;
}
.store_message > .content > .message .message_text.no-padding-2 {
    padding: 0px !important;
}
.store_message > .content > .message .message_text.no-padding-3 {
    padding: 0px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 10px !important;
    padding-right: 5px !important;
}
.rut-multi, .telefono-multi, .correo-multi{
	border-radius:5px;
}
.multi-input{
	margin-left: 15px !important;
	margin-right: 20px !important;
}
.multi-term{
	border-radius: 8px;
	border:none !important;
	padding: 10px !important;
}
.multi-messa, .multi-sms{
	border-radius:8px;
}
.text-bold-2{
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}
.multi-error-i{
	padding: 2px 0px !important;
	margin: 5px 0px;
	width: 100%;
	
}
.help-multi {
    text-decoration: none;
    color: blue;
    cursor: default;
    position: relative;
}
.help-multi:hover p {
    display: block;
    transform-origin: 100% 0%;
    -webkit-animation: fadeIn 0.3s ease-in-out;
    animation: fadeIn 0.3s ease-in-out;
}
.help-multi p{    
    display: none;
    text-align: left;
    background-color: #cceeff;
    padding: 20px;
    width: 200px;
    position: relative;
    border-radius: 3px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    right: -4px;
    color: black;
    font-size: 13px;
    line-height: 1.4;
    top: -45px;
    left: 187px;
    z-index: 1;
    position: absolute;
    transform: translateX(-257px) translatey(-88px);
}
.help-multi p:after {
    width: 100%;
    height: 40px;
    content: '';
    position: absolute;
    top: -40px;
    left: 0;
}
.field-multi{
	margin-top: 10px;
}
#regisError{
    text-align: left !important;
    margin: 0px 6px !important;
}
#regisError:before {
    content: "\ea0f";
    font-family: claroicons;
    margin: 3px !important;
}
.crumb-multi{
	text-align: center;
    padding: 15px 7px 25px 0px;
    font-weight: normal;
}
.plan-multi{
	font-size: 16px;
    font-weight: normal !important;
    padding: 15px 20px 20px !important
}
.supcontenedor-multi{
	width: 38%;
	margin: auto;
}
.border-multi{
	border-top:none !important;
	border-bottom: none !important;
}
.contenedor-multi{
	margin: auto !important;
}
.btnMultilinea{
    border-radius: 30px !important;
    margin-bottom: 20px;
    width: 287px !important;
    height: 41px !important;
}
.aMultilinea{
	margin-bottom: 20px;
}
.btnMultiPost{
	border-radius: 15px !important;
    padding: 2px;
}
#msgpopup_content_wrapper #ErrorMessageText p {
	margin-bottom: 10px;
}
#msgpopup_content_wrapper #ErrorMessageText a {
	font-family: "AMX-Regular";
}
.contenedor-multilinea{
	padding-right: 0px !important;
}
.content-input-shippingType {
	justify-content: start;
	position: relative;
	min-height: 50px;
	display: flex;
	align-items: center;
}
.content-input-shippingType .input-option-shipping {
	margin-right: 0px;
}
.content-input-shippingType > div:nth-child(2) {
	width: 60%;
    margin-left: 7px;
    margin-top: 15px;
}
.a-multi{
	margin-bottom: 20px;
	display: block;
}
.title_cajetin_multilineas{
    font-family: 'Roboto-Bold';
    font-size: 20px;
    padding: 10px;
    border: 0;
    background: #ffffff00 !important;
}
.table_cajetin_multilineas{
    box-shadow: 0 -1px 4px rgb(0 0 0 / 5%), 
                2px -1px 4px rgb(0 0 0 / 5%), 
                0px 0 0px rgb(0 0 0 / 5%);
    border-radius: 18px 18px 0px 0px;
    background: #f7f7f7;
}
.breakplan_multilineas{
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    border: 0px solid white;
    border-radius: 0px 0px 18px 18px;
    border-top: 0px !important;
    margin-bottom: 10px;
}
.th_multilineas{
    border: 0 !important;
}
.tr_multilinea{
    border-top: 1px solid #ddd !important;
    display: flex !important;
    justify-content: space-between;
    height: 0% !important;
    padding: 14px 4px !important;
}
.tr_description_plan_multilinea{
    background: white;
}
.th_multilineas_resume{
    background: #f3f3f3;
    border-radius: 18px 18px 0px 0px;
}
.items_plan_multilinea{
    border: none !important;
    text-align: center;
}
.recomendationMultilinea{
    width: 40%;
}
.wrapperMultilineaInformation{
    display: flex;
    align-items: center;
    flex-direction: column;
}
/*---------------------------------Multilinea-Fin-----------------------------------------*/
.content_zm_catalog_info_detail{
	width: 100%;
	padding-bottom: 15px;
}
.content_zm_catalog_info_detail .headerFiltersLorem{
	width: 100% !important;
}
.content-shipping-information-add .content{
	padding: 0px;
}
/*---------------------------------Recambio---------------------------------------------*/
.btnNormalEdit{
	border: 1px solid #76c3d1 !important;
    float: none !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
    max-width: 65% !important;
    padding: 8px !important;
	margin-bottom: 15px;
}
/*---------------------------------Recambio-----------------------------------------------*/
.btnNormalLn {
    border: 1px solid #76c3d1 !important;
    float: none !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
    max-width: 100% !important;
    padding: 10px !important;
    margin-bottom: 15px;
}
.msgChilexpressNotFound{
    color: red;
    border: 1px solid #00BFFF;
    padding: 7px;
}
/*---------------------------------Nuevo Look And Feel-----------------------------------------------*/
#autogen-new{
    width: 100% !important;
}
.cod_fieldset_new.error input[type="text"]{
    box-shadow: 0px 0px 0px #d8585c !important;
    border: 1px solid #DA291C !important;
    background-color: #FFE3E3 !important;
    transition: all 300ms ease-in  !important;
}
.field_new.error input[type="text"]{
    box-shadow: 0px 0px 0px #d8585c !important;
    border: 1px solid #FF5657  !important;
    background-color: #FFE3E3!important;
    transition: all 300ms ease-in  !important;
}
.cod_fieldset_new .error input[type="text"]{
    width: 100%;
    font-size: .8em !important;
    position: absolute !important;
    display: block !important;
    background-color: #fff !important;
    color: #F20000 !important;
    padding: 0px 0px !important;
    right: 0px !important;
    bottom: -30px !important;
    font-style: normal !important;
    font-size: .8em !important;
    font-weight: 900 !important;
    border-radius: 0px !important;
}
.check .new-look-smsI,
.check i {
    color: #06A17B;
}
.check .new-look-smsI {
    font-family: "AMX-Regular";
    font-style: normal;
    font-size: .8em;
    font-weight: bold;
}

.new-look-errorMesaggeText{
    font-family: 'AMX-MEDIUM';
}

.new-look-wrapper-button-delete,
.new-look-wrapper-button-close{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.new-look-btnNormal{
    background-color: #DA291C !important;
    font-family: 'AMX-Bold';
    border-radius: 26px;
    font-size: 15px;
    width: 248px;
    color: white;
    border: 0;
    cursor: pointer;
}

.cod_fieldset_new i{
    width: 100%;
    font-size: .8em !important;
    position: absolute !important;
    display: block !important;
    background-color: #fff !important;
    color: #F20000;
    padding: 0px 0px !important;
    right: 0px !important;
    bottom: -22px !important;
    font-style: normal !important;
    font-size: .8em !important;
    font-weight: 900 !important;
    border-radius: 0px !important;  
    text-align: right; 
}

.field_new.error i{
    width: auto;
    font-size: .8em !important;
    position: absolute !important;
    display: block !important;
    background-color: #fff !important;
    color: #F20000 !important;
    padding: 0px 0px !important;
    right: 0px !important;
    bottom: -19px !important;
    font-style: normal !important;
    font-size: .8em !important;
    font-weight: 900 !important;
    border-radius: 0px !important;
}
#ci_fieldset{
    width: 100% !important;
}
.multi-sms{
    padding: 0px !important;
    background-color: #fff !important;
    align-items: center !important;
}
.contenedor-sms {
    background-color: #fff!important;
    padding: 0px !important;
}
.contenedor-sms-reduce-update{
    background-color: #fff!important;
    font-size: 1em !important;
    padding: 15px !important;
    border: 2px solid #ddd !important;
    border-radius: 10px !important;
    width: 90% !important;  
    font-weight: bold !important;  
}
.contenedor-sms-update-iccid{
    background-color: #fff!important;
    font-size: 1em !important;
    padding: 13px 16px 41px 16px !important;
    border: 2px solid #ddd !important;
    border-radius: 10px !important;
    width: 100% !important;
    font-weight: bold !important;
    align-items: center !important;
}
.multi-error-i{
    background-color: #FFF !important;
    bottom: -38px !important;
}
#ci_i{
    position: absolute;
    display: block;
    /* background-color: #E0565B; */
    color: #E0565B;
    padding: 3px 0px;
    /* right: -1px; */
    bottom: -24px;
    font-style: normal !important;
    font-size: .8em !important;
    font-weight: bold !important;
  
}
#ci_i_check{
    display: block;
    color: #06A17B;
    font-style: normal !important;
    font-size: .8em !important;
    font-weight: bold !important;
    text-align: end;
}
.help-tipAutenti-new {
    position: relative;
    display: inline-block;
    text-align: center;
    background-color: #fff;
    border-radius: 50%; /* Mant�n esto si quieres que el icono sea circular */
    width: 17px;
    height: 17px;
    font-size: 17px;
    color: #000;
    font-weight: bold;
    line-height: 19px;
    cursor: default;
    border: 1px solid red;
} 
.help-tipAutenti-new::after::before {
    content: "";
    position: absolute;
    top: 100%; 
    left: 0; 
    margin-left: 5px; 
    border-width: 5px; 
    border-style: solid;
    border-color: #FFFA8A transparent transparent transparent; 
}
.help-tipAutenti-new::before {
    content: "i";         
}
.field_new{
    width: 100% !important;
}
#idMensajeAqui{
    font-weight: bold;
    padding:15px;
    text-align: center;
}
.contenedor-sms-update{
    width: 90% !important;
    margin-bottom: 24px !important;
    margin-top: 8px !important;
}
#sms-h2-update{
    font-size: 1em;
    line-height: 1.4 !important;
    text-align: justify !important;
    padding: 7px 0px;
    color:black !important;
}
.new-look-sms-h2-update{
    padding: 0px !important;
    font-size: 12px !important;
    padding-left: 15px !important;
}
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}
#iccid_i{
    position: absolute;
    display: block;
    /* background-color: #E0565B; */
    color: #E0565B;
    padding: 3px 0px;
    /* right: -1px; */
    bottom: -24px;
    font-style: normal !important;
    font-size: .8em !important;
    font-weight: bold !important;
  
}
#sms-h2-update-sim{
    font-size: 1em !important;
    line-height: 1.4 !important;
    text-align: center !important;
    color:black;
    padding: 7px 0px;
    color:black !important;
}
#nserie {
    width: 49% !important;
    display: flex !important;
    gap: 11px !important;
}
#nserie img{
    width: 100% !important;
    padding: 17px 0px !important;
    padding-top: 10px !important;
    padding-bottom: 12px !important;
}
.cod_fieldset_new{
width: 100% !important;
}
.cod_fieldset_input_new{
    width: 100% !important;
    border-radius: 7px !important;
}
#h2_new{
    font-size: 1em !important;
    line-height: 1.5;
    color:black;
}
.buttonsigauto_new{
    width: 100% !important; 
    text-align: center !important; 
}
#iccid_fieldset{
    padding-top: 15px;
}
#iccid{
    width: 95%  !important; 
}
.btnNextPostPago_new{
    width: 317px;
    border-radius: 50px !important;
    box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 38%);
    height:40px !important;
    font-weight: bold !important;
}
#idContenedorSms {
    align-items: center !important;
}

/* Ranges Provider - Inicio */

.calendar-container {
    max-width: 450px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-align: center;
    padding: 20px;
    background-color: var(--color-gray-100);
    box-sizing: border-box;
    color: var(--color-neutral-700);
    margin: 0 auto;
}

/* Encabezado */
.calendar-header h2 {
    margin: 0 0 20px;
    color: var(--color-gray-700);
    font-family: 'AMX-Bold';
    text-align: center !important;
}

/* Carrusel */
.carousel-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.carousel-container {
    overflow: hidden;
    width: 100%;
}

.carousel {
    display: flex;
    transition: transform 0.5s ease-in-out;
    gap: 1em;
}

.date {
    flex: 0 0 27%;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    border: 1px solid var(--color-gray-200);
    background-color: var(--color-white);
    border-radius: 3px;
    font-weight: 600;
    font-family: 'AMX-Bold';
}

.date.active {
    background-color: var(--color-primary-600);
    color: var(--color-white);
    font-weight: 700;
}

.date .day {
    font-size: 1.63em;
    display: block;
}

.date .label {
    font-size: 0.9em;
}

/* General */
.date.blocked {
    pointer-events: none;
    background-color: var(--color-white);
    cursor: not-allowed;
    color: var(--color-gray-200);
}

/* Flechas */
.arrow {
    background-color: transparent;
    border: none;
    font-size: 2em;
    cursor: pointer;
    padding: 10px;
    transition: color 0.3s;
}

.arrow.left{
    margin-right: 8px;
}

.arrow:disabled {
    color: var(--color-gray-300);
    cursor: not-allowed;
}

/* Opciones de entrega */
.delivery {
    background: var(--color-white);
    color: var(--color-neutral-700);
    padding: 0.5rem 1.5rem;
    border: 1px solid var(--color-gray-300);
    margin-bottom: 10px;
    border-radius: 3px;
    display: flex;
    cursor: pointer;
    transition: transform 0.1s ease-in-out, box-shadow 0.3s ease;
    align-items: center;
    font-family: ''AMX-Medium'';
}

.delivery.selected {
    background-color: var(--color-primary-600);
    color: var(--color-white);
    border: 1px solid var(--color-primary-600);
    transform: scale(1.01);
    font-weight: bold;
}

.delivery-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    text-align: center;
}

.delivery.immediate.selected .title {
    font-weight: bold;
    font-size: 1em;
    color: inherit;
}

.delivery.immediate.selected .subtitle {
    font-weight: initial;
}

.delivery.immediate .subtitle {
    font-size: 0.9em;
}

.delivery.selected .price {
    font-weight: 600;
}

.delivery .price {
    margin-left: auto;
    white-space: nowrap;
}

.delivery.express-programado .time{
    flex: 1;
}

.delivery.standard.selected .subtitle{
    font-weight: bold;
}
.delivery-content .title {
    color: inherit;
    font-family: inherit;
    font-size: initial;
    padding-top: inherit;
    padding-bottom: inherit;
    line-height: inherit;
    page-break-after: inherit;
    orphans: inherit;
    widows: inherit;
    text-align: center;
}
.delivery-content .subtitle {
    padding-top: inherit;
    color: inherit;
    font-size: inherit;
    padding-bottom: inherit;
    font-family: inherit;
    line-height: inherit;
    page-break-after: inherit;
    orphans: inherit;
    widows: inherit;
    text-align: center;
}
.location {
    margin-top: 15px;
    font-size: 0.9em;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 0 1rem;
}

.location .text{
    flex: 1;
    text-align: left;
    font-family: 'AMX-Bold';
}

.pickup-message {
    font-size: 1em;
    font-weight: bold;
    color: var(--color-neutral-700);
    margin-bottom: 1rem;
}

.pickup-header{
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}

.pickup {
    background: var(--color-primary-600);
    color: var(--color-white);
    border-radius: 3px;
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pickup-details{
    display: flex;
    flex-direction: column;
    text-align: left;
}

.pickup-schedule{
    display: flex;
    flex-direction: column;
    text-align: center;
    min-width: max-content;
}

.pickup-schedule, .pickup-details .name{
    font-weight: 600;
}

.pickup-free {
    margin-top: 10px;
    color: var(--color-neutral-700);
    font-weight: bold;
}

/* boton siguiente*/

.btn-next.inactive {
    background-color: var(--color-gray-400);
    cursor: not-allowed;
    border-color: var(--color-gray-400);
}

.error-msg {
    color: red;
    font-size: 0.8em;
    text-align: center;
    margin-top: 10px;
}

.delivery-ranges-header{
    color: var(--color-gray-700);
    margin-bottom: 1.5rem;
    text-align: center;
    font-family: "AMX-Regular";
}

 a.disabled {
    pointer-events: none;
    cursor: not-allowed;
    color: gray;
    text-decoration: none;
  }
  
/* Ranges Provider - Fin */

.shipping-main-content{
    max-width: 90%;
    max-width: 1255px;
    margin: 0 auto;
}
.shipping-container{
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    padding: 0 1rem;
}
.shipping-delivery-options{
    /*max-width: 450px;*/
    width: 62%;
    display: flex;
    flex-direction: column;
}
.shipping-product-description{
    max-width: 320px;
    width: 38%;
    margin: initial;
}
.shipping-information{
    margin-bottom: 2rem;
}
#mainContents #product-details{
    height: max-content;
    width: 100%;
}
.btn-shipping {
    border-radius: 24px;
    height: 50px;
    background-color: var(--color-primary-600);
    border: 2px solid var(--color-primary-600);
    padding: 0.5rem 0;
    color: var(--color-white);
    font-weight: bold;
    width: 100%;
    cursor: pointer;
}
.btn-shipping-container{
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}
.btn-shipping-container .btn-back{
    flex: 1;
    height: 50px;
}
.btn-shipping-container .finalize-purchase-container{
    flex: 1;
    width: 100%;
}
.main-delivery-information{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.delivery-edit-action-container{
    display: flex;
    flex-direction: column;
    cursor: pointer;
}
.delivery-edit-action-container span{
    color: var(--color-primary-600);
    font-weight: bold;
}
.address_tag{
    font-weight: bold;
    margin-right: .2rem;
}
.shipping_address_content{
    padding: 1rem;
}
.delivery_data{
    font-weight: bold;
}
.button_footer_line.final_line{
    display: flex;
    justify-content: center;
    gap: 2rem;
    align-items: center;
}
#WC_OrderShippingBillingConfirmationPage_links_1 > .button_text, #WC_OrderShippingBillingConfirmationPage_Print_Link > .button_text, #payMovilNew > .button_text{
    padding-right: 5rem;
    padding-left: 5rem;
}
#WC_OrderShippingBillingConfirmationPage_links_1 > .button_text{
    background: linear-gradient(271.92deg, #B52217 0%, #DA291C 100%);
    box-shadow: 0px 4px 12px 0px rgb(131 23 15 / 50%);
    border: none;
    color: var(--color-white);
    font-family: 'Roboto';
    font-weight: 500;
    border-radius: 20px;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}
#WC_OrderShippingBillingConfirmationPage_links_1 > .continueShopping{
    border-radius: 17px !important;
    height:15px !important;
}
.button_text_new{
    border-radius: 30px !important;

}

#payMovilNew > .button_text{
    background: linear-gradient(271.92deg, #B52217 0%, #DA291C 100%) !important;
    box-shadow: 0px 4px 12px 0px rgb(131 23 15 / 50%) !important;
    color: var(--color-white);
    font-family: 'Roboto';
    font-weight: 500;
    height: 8px;
    border-radius: 17px !important;
    border: 0px solid var(--color-primary-600);
    display: flex; 
    justify-content: center; 
    align-items: center;
}
#WC_OrderShippingBillingConfirmationPage_Print_Link > .button_text{
    background-color: var(--color-white);
    border: 2px solid var(--color-primary-600);
    color: var(--color-primary-600);
    font-family: 'Roboto';
    font-weight: 500;
    border-radius: 30px !important;
    height: 4px !important;
    display: flex; 
    justify-content: center; 
    align-items: center;
}
.order-full{
    max-width: 1200px;
    margin: 0 auto;
    width: 90%;
    gap: 6rem;
}
.order-info-container{
    padding: 1.5rem;
    background-color: var(--color-white);
    border-radius: 12px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    font-size: 14px;
    color: #666665;
}
.marginTitleConfirm{
    margin-bottom: 12px;
}
#checkout_crumb #WC_OrderShippingBillingConfirmationPage_span_1{
    font-weight: bold;
    margin-bottom: 1.5rem;
}
.order-full .first-column{
    display: flex;
    flex-direction: column;
    gap: 2rem;
    flex-grow: 1;
}
.order-full .second-column{
    flex-grow: 1;
    margin-top: 22px;
}
.order-full .first-column .main_header_text{
    margin-bottom: 0.5rem;
    margin-left: 0.5rem;
    color: rgba(82, 82, 82, 1);
    font-family: 'Roboto';
}

.product-details-card .card-row {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 12px;
    position: relative;
}
.product-details-card .card-label {
    font-size: 14px;
    font-weight: bold;
}
.product-details-card .card-row::before {
    content: '';
    height: 1px;
    background: #666665;
    grid-column: 2;
    grid-row: 1;
}
.product-details-card .card-row:last-child {
    margin-bottom: 0;
}
#wrapperSelectingShipping{
    margin-bottom: 1rem;
}
#checkBoletaFactura{
    display: inline;
}
.force-show {
    display: block !important;
}
.order-confirmation-message{
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin-top: 1rem;
}
.product-details-card {
    order: 1;
}

.shipping-information-container {
    order: 2;
}

.invoice-container {
    order: 3;
}
.zm_container_confirmation_prepago{
    order: 999;
}
.icon-person{
    width: 70px;
}

/* movil */
@media (max-width: 900px) {
    .shipping-container{
        flex-direction: column;
        align-items: center;
    }
    .shipping-delivery-options{
        width: 95%;
    }
}

.new-look-contenedor-box-2{
	max-width: 1040px;
    width: 100%;
    margin: auto;
    padding: 30px 0px 0px 50px;
    text-align: center;
    display: block;
    font-family: 'AMX-Medium' !important;
}
.purchaseConfirmationView .new-look-contenedor-box-2{
    padding: 20px 0px 0px 0px;
}
.progress-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    max-width: 1040px;
    margin: 0px auto 35px auto;
}
.step {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
    position: relative;
}
.circle-line {
    display: flex;
    align-items: center;
    width: 100%;
}
.circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid black;
    background-color: white;
    color: black;
    font-weight: bold;
    z-index: 1;
}
.circle.completed {
    background-color: white;
    border-color: #006B4F;
    color: #006B4F;
}
.line {
    height: 3px;
    background-color: #006B4F;
    flex: 1;
    margin: 0px 10px;
    border-radius: 25px;
}
.line:not(.completed) {
    background-color: black;
}
.text-breadcrum {
    margin-top: 8px;
    font-size: 15px;
    color: black;
    text-align: center;
    white-space: nowrap;
    text-align: left;
    font-family: 'AMX-Bold';
}
.text-breadcrum.completed {
    color: #006B4F;
    font-family: 'AMX-Bold';
}
.content-progressBar{
    display: none;
}

.section-price-newlook {
    box-shadow: 0 4px 8px rgb(0 0 0 / 10%);
    border-radius: 0px 0px 12px 12px;
}
.wrapperContentPlan .plan-pricing{
	box-shadow: 0 4px 8px rgb(0 0 0 / 10%);
}
.wrapperContentPlan {
    margin-bottom: 25px !important;
}
.title-before-page {
   	text-align: center;
    margin-bottom: 20px;
}
.purchaseConfirmationView .title-before-page {
    margin-bottom: 40px;
    color: #525252;
    font-size: 16px;
    font-family: 'AMX-Bold';
}
.purchaseConfirmationView {
    margin-bottom: 150px;
    min-height: 960px;
}
.summary_title_newlook{
    margin-top: 8px;
    font-size: 15px;
    color: black;
    text-align: center;
    white-space: nowrap;
    text-align: left;
    font-family: 'AMX-Bold';
}
.contentMP .resume_plan{
	border: 1px solid #ccc;
	border-radius: 10px;
}
.plan_prices {
    padding: 0px 10px 20px 20px;
    display: flex;
}
.line-plan{
	border-bottom: 1px solid #000;
	width: 58%;
}
.valQuotaMonth .tag_recambio_b2_val{
	color: var(--color-primary-600);
	font-weight: 700;
	font-size: 18px;
}
.valQuotaMonth .tag_recambio_b2_key{
	font-weight: 700;
}
.new-look-supcontenedor img{
	height: 110px;
	width: 60px !important;
}
#total_breakdown.new-look-supcontenedor{
	float: none;
	text-align: left;
}
.stylePrepago .plan-header{
    background: none;
    padding: 15px 10px 20px 20px !important;
}

.stylePrepago .new-look-header-prepago{
    background: linear-gradient(to right, #FFFFFF 0%, #9CA1BF 100%);
    border-radius: 12px 12px 0px 0px;
    padding: 18px;
}

.stylePrepago .img{
    display: flex !important;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
    height: auto !important;
    width: 30% !important;
    justify-content: center;
    padding: 11px;
    border-radius: 12px 12px 12px 12px;
    margin-right: 20px !important;
}

.stylePrepago .unit_price_title {
    margin-top: 5px !important;
    display: flex;
    justify-content: space-between;
}

.stylePrepago #catalogEntry_name_ {
    margin-bottom: 5px;
    font-family: "AMX-Regular";
}

.stylePrepago .price_label{
   font-family: 'AMX-Regular';
}

.stylePrepago .price,
.stylePrepago .price_label {
    font-weight: 600 !important;
    font-size: 16px !important;
}

.stylePrepago .product_type_title{
    font-family: "AMX-Regular";
    margin-bottom: 8px;
    display: block;
    font-size: 18px;
    font-weight: 600;
}

.stylePrepago .new-look-catalogEntry-name,
.stylePrepago .price,
.stylePrepago .price_label,
.stylePrepago .descriptive_attributes_resume,
.stylePrepago #catalogEntry_name_,
.stylePrepago .product_type_title {
    color: black !important;
}

.stylePrepago .section-price-newlook{
    border-top: 1px solid #e6e6e6;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    text-align: left;
}

.stylePrepago .total_details {
    width: 100% !important;
}

.new-look-supcontenedor.stylePrepago .th_align_left_normal {
    padding: inherit !important;
    text-align: left !important;
}

.stylePrepago .new-look-subtotal-container-price, 
.stylePrepago .new-look-discount-container-price {
    display: flex;
    justify-content: space-between;
    padding: 10px 18px;
}
.stylePrepago .total_details .new-look-total-container-price{
    padding: 10px 18px;
    border-top: 1px solid rgb(0 0 0 / 10%);
}

.stylePrepago .new-look-catalogEntry-name{
    font-family: "AMX-Regular";
}

.stylePrepago .new-look-supcontenedor {
    margin-bottom: 0px !important;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
}

.new-look-supcontenedor.stylePrepago{
    max-width: 350px !important;
}

.new-look-supcontenedor.stylePrepago .product-checkout {
    border-radius: 12px 12px 0px 0px;
    box-shadow: 0 0px 8px rgb(0 0 0 / 5%);
    margin-bottom: 0px !important;
}

.new-look-supcontenedor.stylePrepago #total_breakdown {
    box-shadow: 0 0px 11px rgb(0 0 0 / 5%);
    border-radius: 0px 0px 12px 12px;
}

.new-look-supcontenedor.stylePrepago .total_details{
    padding-right: 4px;
}

.new-look-supcontenedor.stylePrepago .plan-header{
    padding: 6px 0px 10px 6px !important;;
}

.new-look-supcontenedor.stylePrepago .new-look-th_align-left_normal{
    max-width: 315px;
}

.stylePrepago .plan-pricing {
    text-align: inherit;
    padding: 10px 20px;
}
.stylePrepago .tr_total,
.stylePrepago .tr_shipping_cost,
.stylePrepago .tr_loyalty_bonus{
	border-top: 1px solid #e6e6e6;
}

.wrapper-right-cajetin{
	display: inline-block;
}
.wrap-plan-newloook{
	max-width: 320px;
	padding-bottom: 5px;
}
.wrap-plan-newloook .plan-pricing{
    width: 290px;
}
.new-look-multilineas .wrap-plan-newloook .plan-pricing{
    width: 100%;
}
.sectionNewDataReceptorClass .content-unregistered-row{
    margin-top: 10px;
}
.p_descriptive_attr {
    margin-top: 15px;
    padding-right: 10px;
    font-size: 20px;
  	font-family: 'Roboto';
  	font-weight: 500;
  	color: #3C3C3C;
}
.p_name_equipment{
	font-weight: 500;
    line-height: 24px;
    padding-right: 10px;
    font-size: 24px;
    font-family: 'Roboto';
}
#boxContainerResume .plan-header{
	padding: 0;
}
.QSIWebResponsive iframe {
	display: inherit;
}
.pac-icon .pac-icon-marker{
    background-color: inherit !important;
    border: inherit !important;
}
.p_price_equip{
	padding-right: 10px;
}
.p_price_equipent{
	padding-right: 20px;
}
div.check span.pac-icon{
	background-color: inherit !important;
    border: none !important;
    border-radius: inherit !important;
}
.content-price_clasic{
	padding: 10px 0px;
	font-size: 14px;
    font-family: 'Roboto-Regular';
    color: #3C3C3C;
}
.newlook-subtitle{
	margin-bottom: 25px;
}
.spanTerminoEquip{
	margin-right: 30px;
}
.delivery-edit-action-container img.icon{
    width: 23px;
    margin: auto;
}
.spanTerminoEquip .new-look-inputMargin-referencia{
	width: 30px;
}
.section-price-newlook .tr_total {
    border-top: 1px solid rgb(0 0 0 / 10%);
    margin-top: 10px;
}
.stylePrepago .section-price-newlook .tr_total {
    margin-top: 0;
}
.d_subtitle_page{
	text-align: center;
	margin-bottom: 10px;
}
.text-info-subtitle{
    border-radius: 15px;
    border: 1px solid #FFF072;
    background: #FFFCE0;
    padding: 12px;
    color: #b52217;
    display: inline-block;
    font-size: 14px;
    width: 769px;
}
.wrap-text-info-subtitle{
	text-align: center;
	margin-bottom: 16px;
	margin-top: 20px;
}
#examDetails {
    width: 90%;
}
.contentButtonRechangeModal{
    display: grid;
}
.contentButtonRechangeModal .contentUpdateButton,
.contentButtonRechangeModal .viewOfferButton {
    margin: auto;
    padding: 10px 0px;
    width: 250px;
}
.section_resume .plan-title{
    padding: inherit !important;
}

.catalogEntryRecommendationWidget.carousel{
	display: inherit;
}
@media screen and (max-width: 820px){
    #otherwise .new-look-elementosCol, #prepago .radioRow .new-look-elementosCol{
        flex-direction: column;
        align-items: center;   
    }    
}

 /* Media query para adaptar el recuadro en vista móvil */
 @media screen and (max-width: 768px) {
    .rutDisplayView .containerDisplayRut {
      width: 80%; /* Ancho del recuadro en vista móvil */
    }

    .main_content .order-full{
        flex-direction: column;
        gap: 2rem;
    }
    .order-full .first-column{
        order: 2;
    }
    .order-full .second-column{
        order: 1;
    }
    #box .button_footer_line.final_line{
        flex-direction: column;
        gap: 1rem;
    }
    .order-full #order_details .th_align_left_normal.plan-header.new-look-th_align-left_normal {
        max-width: initial;
    }
    .button_footer_line.final_line *{
        width: -webkit-fill-available;
    }
    .order-confirmation-message{
        margin-top: 2rem;
        font-size: 18px;
    }
    .text-info-subtitle{
        width: auto;
        margin: 0 1.5rem;
    }
    #WC_OrderShippingBillingConfirmationPage_links_1 > .button_text, #WC_OrderShippingBillingConfirmationPage_Print_Link > .button_text{
        padding-right: 0;
        padding-left: 0;
    }
    .contenedor-formRefere.content-checkout {
        display: flex;
        width: 80%;
    }
    .contenedor-formRefere.content-checkout ul {
        order: 1;
    }
    .contenedor-formRefere.content-checkout .contenedor-button-next {
        order: 2;
    }
    .contenedor-formRefere.content-checkout .wrapper-right-cajetin {
        order: 3;
        width: 100%;
        text-align: center;
    }
    #WC_OrderShippingBillingConfirmationPage_links_1 > .button_text {
    	box-shadow: 0px 4px 9px rgb(135 66 66 / 46%);
    }
    
    #WC_OrderShippingBillingConfirmationPage_Print_Link > .button_text {
    	border: 2px solid var(--color-primary-600);
    }
  }
.button_text_new{
	padding-top: 16px !important;
	padding-bottom: 16px !important;
}
.new_button_text{
	display: inline-block;
    height: initial;
    padding: 10px 0px 7px;
    font-size: 16px;
    min-width: 165px;
    font-weight: 300;
    letter-spacing: .3px;
    width: initial;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
}
.tooltip-text {
    position: absolute;
    bottom: 120%;
    right: 100%;
    transform: translateX(0%);
    background-color: #FFFA8A;
    color: #262626;
    padding: 5px 15px;
    border-radius: 20px 20px 0 20px;
    font-size: 12px;
    white-space: normal;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s;
    width: 132px;
    font-weight: bold;
}

/* Mostrar tooltip al pasar el mouse */
.help-tipAutenti-new:hover .tooltip-text {
    opacity: 1;
    visibility: visible;
}

[data-slot-id="3"] {
    display: flex !important;
    flex-direction: column !important;
}
.rowContainer .row:nth-of-type(2) {
    width: 100vw !important;
    max-width:  100% !important;
}
.carousel{
    margin-top: 0px !important;
}
.tarjeta .tarjeta-link{
    flex-direction: column !important;
}
.tarjeta-txt h3{
    font-family: 'AMX-Bold' !important;
}
.tarjeta-txt{
    align-items: center !important;
    color: black !important;
    margin-top: 6px;
}
.tarjeta{
color: black !important;
background-color: #fff !important;
}
#title_contratar{
    text-align: center !important;
    font-weight: 900 !important;
    font-family: 'AMX-Bold' !important;
    font-size: 35px;
}
.tarjeta-txtP p{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.tarjeta-txtP{
    color: #1F97AE !important;
    font-size: 12px;
}
.contentCarouselWidget .bannerD{
     height: 400px !important;
}
.tarjeta .tarjeta-link img{
    width: 36px !important;
    height: 43px !important;
}
[id*="contentRecommendationWidget_"]{
    padding: 0px !important;
}
.content_zm_catalog [id*="contentRecommendationWidget_"]{
    padding: 0 !important;
}
.wrapText-compare{
	border-radius: 6px;
	bottom: 350px;
	right: -30px;
	padding: 10px 0 0;
	position: fixed;
	text-align: center;
	width: 130px;
	z-index: 15;
	transform: rotate(-90deg);
}
.new-banner{
	display: flex;
	height: 350px;
	margin-bottom: 40px !important;
}
.new-banner-row div , .new-banner-row2 div {
  height: 100%;
}
.new-banner-row a{
  height: 100%;
  width: 97%;
}
.new-banner-row2 a{
  height: 100%;
  width: 95%;
}
.new-banner-row img{
  height: 100%;
  width: 97.5%;
  margin: auto !important;
}
.new-banner-row{
	width: 66.666666% !important;
}

.c24_v3 {
    overflow: hidden;
    padding: 40px 0;
    box-sizing: border-box;
    position: relative;
}
.c24_v3 .container {
    box-sizing: border-box;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}
.c24_v3 .c24_v3Body {
    position: relative;
}
.c24_v3 .c24_v3TextTitle {
    margin-bottom: 24px;
    font-size: 35px;
}
.c24_v3 .container p{
    line-height: 1.4;
    font-family: 'AMX-Regular';
}
.c24_v3 .c24_v3Faq {
    margin-top: 32px;
}
.c24_v3 .c24_v3Btns {
    margin-top: 32px;
    text-align: center;
}
.c24_v3 .c24_v3Btns .btn, .c24_v3 .c24_v3Btns .btni {
    width: 300px;
}
.btni {
    box-sizing: border-box;
    transition: all .3s ease;   
    display: flex;
    align-items: center;
    justify-content: center;    
    border-radius: 40px;
    font-size: 16px;
    font-size: 1rem;
    cursor: pointer;
    font-family: "AMX";
    color: #DA291C;
    position: relative;
    width: 100%;
    height: 40px;
    max-width: 215px;
    min-width: 160px;
    padding: 0 20px;
    overflow: hidden;
   	background-color: transparent;
    border: #DA291C 2px solid;
}
.c24_v3 .c24_v3Bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-color: #E0E7F6;
}
.c24_v3 .c24_v3Bg img {
    width: 100%;
    height: 100%;    
}
.c24_v3 picture img {
    object-fit: cover;
}
.c24_v3 .genAccordion .genAccItem {
    background: rgba(255,255,255,0.6) !important;
    border-radius: 12px;
    font-size: 16px;
    font-size: 1rem;
}
.c24_v3 .genAccordion .genAccItem+.genAccItem {
    margin-top: 12px;
}
.c24_v3 .genAccordion .genAccTitle:after {
    content: "\e9b4" !important;
    font-family: "claroicons";
    font-size: 16px !important;
    font-size: 1rem;
    top: 15px !important;
}
.c24_v3 .genAccordion .genAccTitle.active:after {
    content: "\e997" !important;
    font-family: "claroicons";
}
.c24_v3 .genAccordion .genAccCont:before {
    background-color: #3C3C3C !important;
}
.edit-link .remove_address_link {
    /*margin-right: -143px !important;*/
    margin-right: 15px !important;
}
.pageShopCart{
	margin-top: 6rem;
}

.contentCatalogAccesory .product-image{
    margin-top: 42px !important;
}

@media screen and (min-width: 641px){
	.widget_product_image_viewer > .content > .other_views > ul > li{
		background: none !important;
		width: 45px !important;
    	height: 45px !important;
    	margin-right: 12px !important;
    	margin-left: 12px !important;
    	border: 1px solid #e4e4e4 !important;
    	padding: 7px 7px;
    	border-radius: 0px !important;
    	opacity: 50%
	}
	.widget_product_image_viewer > .content > .other_views > ul > li.selected{
		background: none !important;
		width: 45px !important;
    	height: 45px !important;
    	opacity: 100% !important;
	}
	.widget_product_image_viewer > .content > .other_views > ul > li > a > img{
		width: 54%;
		margin: 0 auto;
	}
	.layoutFicha-unificado .product_page_content .widget_product_image_viewer > .content{
		display: flex;
	}
	.widget_product_image_viewer > .content > .other_views{
		width: 120px;
	    overflow-y: scroll;
	    height: 274px;
	    overflow-x: hidden;
	    transform: rotateY(180deg);
	    margin-left: 20px;
	}
	.widget_product_image_viewer > .content > .other_views::-webkit-scrollbar{
		background-color: #dbdbdb;
		width: 7px;
		height: 10px;
		border-radius: 12px;
	}
	.widget_product_image_viewer > .content > .other_views::-webkit-scrollbar-thumb{
		background-color: #6c6c6c;
		height: 10px;
	}
	.widget_product_image_viewer > .content > .other_views::-webkit-scrollbar-track{
		border-radius: 10px;
		height: 10px;
	}
	.product_page_content .widget_product_image_viewer .image_container{
    	display: inline-block;
	}
	#productMainImage{
		margin-left: -50px;
   		margin-top: -30px;
	}
	.quantity_input{
		height: 22px;
	}
}
.contentCatalogAccesory{
    margin-top: 30px !important;
}
.desc_price_equipment [id*="contentRecommendationWidget_"]{
    padding-left: 0px !important;
    padding-top: 5px !important;
}
.desc_price_equipment [id*="contentRecommendationWidget_"] span {
    font-size: 20px !important;
}
.shipping_info_pdp{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.shipping_info_pdp .time_delivery{
    background-image: url(/wcsstore/CLARO_SF_AS/images/claro/icon_clock.jpeg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    padding-left: 28px;
    font-family: 'AMX-Bold';
    margin-right: 20px;
    padding-top: 2px;
    margin-bottom: 20px;
}
.shipping_info_pdp .cost_delivery{
    background-image: url(/wcsstore/CLARO_SF_AS/images/claro/icon_truck.jpeg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    padding-left: 28px;
    font-family: 'AMX-Bold';
    margin-right: 20px;
    padding-top: 2px;
    margin-bottom: 20px;
}
.footer_wrapper_position [id*="contentRecommendationWidget_"]{
    padding: 0 !important;
}
#idDetailsDelivery {
    display: flex;
    flex-direction: row;
    gap: 5px;
}
.time_delivery,
.cost_delivery{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.wrapper_time_delivery,
.wrapper_cost_delivery{
    margin-right: 5px;
}
.more_banner_title{
    color: #009cb1;
    font-family: 'AMX-REGULAR';
}
#quick_cart, 
#MiniShopCartProductAddedWrapper {
    background: linear-gradient(180deg, rgba(246, 246, 246, 0.86) 0%, rgba(245, 245, 245, 0.76) 100%);
    backdrop-filter: blur(8px);
    font-family:'Roboto';
    border-radius: 10px;
    margin: 0 20px;
}
#quick_cart #cartDropdown > h3, 
#MiniShopCartProductAddedWrapper #cartDropdown > h3 {
    background: inherit;
    font-family: 'Roboto';
    border: none !important;
    color: #3C3C3C;
    font-weight: 500;
    font-size: 16px;
}
#quick_cart #cartDropdown #MiniShopCartCloseButton_1, 
#MiniShopCartProductAddedWrapper #cartDropdown #MiniShopCartCloseButton_1 {
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
}
#quick_cart #cartDropdown > .content, 
#MiniShopCartProductAddedWrapper #cartDropdown > .content {
    padding: 15px 15px 0px !important;
    font-size: 14px !important;
}
#quick_cart #cartDropdown > .content .products  .product:hover,
#MiniShopCartProductAddedWrapper #cartDropdown > .content .products  .product:hover {
    box-shadow: none;
}
#quick_cart #cartDropdown > .content .products  .product .product_price_content,
#MiniShopCartProductAddedWrapper #cartDropdown .products  .product .product_price_content {
    display: flex !important;
    flex-wrap: wrap !important;
    flex-direction: column !important;
    text-align: left !important;
    font-size: 16px;
}
#quick_cart #cartDropdown > .content .products  .product .product_price_content .product_normal_price,
#MiniShopCartProductAddedWrapper #cartDropdown > .content .products  .product .product_price_content .product_normal_price {
    text-decoration: line-through;
    font-size: 12px;
}
#quick_cart #cartDropdown > .content .products  .product .product_price_content .product_discount,
#MiniShopCartProductAddedWrapper #cartDropdown > .content .products  .product .product_price_content .product_discount{
    background-color: #ffc5c1;
    border-radius: 3px;
    color: #da291c;
    font-size: 12px;
    padding: 0 10px 0 10px;
    margin-left: 5px;
}
#quick_cart #cartDropdown .footer .basicButton,
#MiniShopCartProductAddedWrapper #cartDropdown .footer .basicButton{
    color: #da291c !important;
    border: 2px solid #da291c !important;
    border-radius: 30px;
    font-size: 14px !important;
    font-family: 'Roboto';
    font-weight: 500;
    background: transparent;
}
#quick_cart #cartDropdown .footer .basicButton  > span,
#MiniShopCartProductAddedWrapper #cartDropdown .footer .basicButton  > span {
    color: #da291c !important;
    font-family: AMX-BOLD;
    padding: 0 15px 0 15px;
    font-size: 14px;
}
.fa-times-circle-o:before{
    color: #da291c;
}
#quick_cart #cartDropdown > .closeButton:after, 
#MiniShopCartProductAddedWrapper #cartDropdown > .closeButton:after {
    content: none !important;
    display: none !important;
}
#quick_cart #cartDropdown > .footer,
#MiniShopCartProductAddedWrapper #cartDropdown > .footer {
    background: none !important;
    text-align: center;
}
#container-boleta .content_price_financia .abono-container{
    font-size: 18px !important;
}
#container-boleta .price, #container-boleta .title-product-display-oferta{
    font-size: 18px !important;
}
.derecho_retracto{
    font-size: 14px;
    font-family: 'AMX-REGULAR';
    background-color: #f5f7fc;
    padding: 40px;
    margin: 100px 100px 20px 100px;
    border-radius: 10px;
}
.derecho_retracto .title{
    font-size: 14px;
    font-family: 'AMX-BOLD';
}
.derecho_retracto p{
    margin-bottom: 10px;
    text-align: justify;
}
.border_rounded{
    border-radius: 10px;
}
span#textQuotaCard{
    font-size: 18px !important; 
    margin: 4px !important;
}

@media screen and (min-width: 1280px){
	.subMenuWrapLimit{
		padding-left: calc(((100vw - 1280px) / 2) + 20px) !important;
		min-width: calc(100vw * 0.65) !important;
	}
}
@media screen and (min-width: 1500px){
	.subMenuWrapLimit{
		padding-left: calc(((100vw - 1440px) / 2) + 20px) !important;
		min-width: calc(100vw * 0.6) !important;
	}
}
@media screen and (min-width: 769px){
	.subMenuWrapLimit{
		box-sizing: border-box;
	    position: relative;
	    width: auto;
	    min-width: calc(100vw * 0.8);
	    height: 100%;
	    padding: 40px 0;
	    padding-left: 20px;
	    display: inline-block;
	    z-index: 1;
	}
	.subMenuWrapLimit:after{
		content: "";
        position: absolute;
        right: 0;
        top: 0;
        width: 100vw;
        height: 100%;
        background: #DA291C;
        background: linear-gradient(19.75deg, rgba(97, 16, 10, 0.86) 0%, rgba(212, 41, 28, 0.86) 100%);
	}
	.subMenuTitle{
		box-sizing: border-box;
	    font-size: 2.5rem;
	    font-family: "AMX", "Roboto", sans-serif;
	    color: #fff;
	    float: left;
	    position: relative;
	    display: block;
	    max-width: 280px;
	    height: 100%;
	    padding-right: 60px;
	    z-index: 1;
	}
	.subMenuTitle:before {
	    content: "";
	    position: absolute;
	    right: 2px;
	    top: 30px;
	    width: 20px;
	    height: 2px;
	    background-color: #fff;
	    opacity: .12;
		font-size: 2.5rem;
	    font-family: "AMX", "Roboto", sans-serif;
		color: #fff;
	}
	.subMenuTitle:after {
	    content: "";
	    position: absolute;
	    right: 0;
	    top: 0;
	    width: 2px;
	    height: 100%;
	    background-color: #fff;
	    opacity: .12;
		font-size: 2.5rem;
	    font-family: "AMX", "Roboto", sans-serif;
		color: #fff;
	}
}

/*---------------------------------New Style postpago Popup-Begind-----------------------------------------------*/
.message-newpost{
	font-family: "calibri";
}
.btnNewPost{
	border-radius: 15px !important;
	height: 40px !important;
	margin-bottom: 20px;
	width: 210px !important;
	padding: 0px 10px;
}
/*---------------------------------New Style postpago Popup-End-----------------------------------------------*/
.popup-container-multiportability{
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}

#msgpopup_content_wrapper #ErrorMessageText .popup-container-multiportability a#btn_num_new{
    background: linear-gradient(274deg, #da291c 0%,#b52217 100%);
    color: white;
    border-radius: 31px;
    padding: 7px 12px;
    font-family: inherit;
    font-size: 15px;
    width: 265px;
    border: none;
    cursor: pointer;
    font-family: 'AMX-Bold';
    text-decoration: none;
    min-height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup-container-multiportability .buttons_container{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80%;
}
.footnote {
	color: red;
    float: right;
}
.content-checkout #order_details .newDesctipnionPlan {
	padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    border-bottom: none;
    border-top: none;
}


.content-checkout #total_breakdown #order_total .newMultilinea_totalamount #WC_SingleShipmentOrderTotalsSummary_td_12_2{
	with: 70%;
}

.content-checkout #total_breakdown #order_total .newMultilinea_totalamountWithOut {
	height: 40px;
	display: block;
}

.content-checkout #total_breakdown #order_total .newMultilinea_totalamount {
	background: none !important;
    box-shadow: none;
    border: 0px;
}

.content-checkout #order_details .newResume_title {
	text-align: center;
}

.content-sumary-zm-vtr{
	margin-top: 7px;
}
;;* {
	padding: 0;
}

/*--------------------------------- BREADCRUMB - START ---------------------------------*/
@media screen and (max-width: 768px){
	.subMenuTitle{
		display: none;
	}
	.new-home-container .carouselWrapper.carouselWrapperNewLookAndFeel .owl-wrapper{
		gap : 2rem !important;
	}
	.derecho_retracto {
		margin: 100px 20px 20px 20px;
        padding: 20px;
	}
	.content-progressBar{
		display: flex;
    	padding: 10px 10px;
		flex-direction: column;
		width: 94%;
	}
	.content-text-progressBar {
	    display: flex;
	    justify-content: space-between;
		align-items: center;
	}
	.progressBarContainer {
	    background-color: #ccc;
	    width: 100%;
	    height: 15px;
	    border-radius: 12px;
	}
	.progressBar {
	    background-color: #44AF69;
	    height: 100%;
	    border-radius: 12px;
	    display: flex;
	    align-items: center;
	    justify-content:center;
	    color: #44AF69;
	    font-size: 12px;
	}
	.new-look-contenedor-box-2{
		display: none;
	}
	.progress20{
		width: 20%;
	}
	.progress40{
		width: 40%;
	}
	.progress60{
		width: 60%;
	}
	.progress100{
		width: 100%;
	}
	.progress25{
		width: 25%;
	}
	.progress50{
		width: 50%;
	}
	.progress75{
		width: 75%;
	}
	.content-checkout.c-order .content-progressBar{
		display: none;
	}
	#page .breadcrumblinea.new-look-breadcrumblinea{
		display: none;
	}
	.identity-validation-breadcrumb-container{
		display: flex;
		flex-direction: column-reverse;
		width: 80%;
		margin: 0 auto;
	}
	.new-look-container-validacion.info{
		width: 80%;
		margin: 0 auto;
	}
	.contenedor-formRefere{
		flex-direction: column;
		align-items: center;
		padding: 0px 0;
	}
	.new-look-header-text{
		font-size: 14px;
	}
	.ico_datosPersonales{
		display: flex;
    	flex-direction: column;
		align-items: center;
		font-size: 45px;
	}
	#widgetEvaluateIdentity>#box{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	#widgetEvaluateIdentity>#box .buttonsigauto_new{
		order: 2;
		margin-top: 14px;
	}
	#widgetEvaluateIdentity>#box .wrapper-right-cajetin{
		order: 3;
	}
	#add2CartBtn.btnNextPostPago_new{
		width: 80%;
	}
	.equipoImagen.desktop{
		display: none;
	}
	.equipoImagen.mobile{
		display: block;
		object-fit: cover;
		height: max-content;
		width: 100%;
		max-width: 355px;
		margin: 0 auto;
	}
}
/*--------------------------------- BREADCRUMB - END ---------------------------------*/

@media only screen and (max-width: 650px){
	.wrapper-right-cajetin{
		text-align: center;
		width: 100%;
	}
	/*jcisneros nuevo catalogo scroll Inicio*/
	#header{
		z-index: 999999;
	}
	.layoutFicha-unificado .slot11{
		padding: 0 !important;
	}
	.content-input-attr{
		position: relative;
	}
	.content-input-attr input{
		position: absolute;
		width: 100%;
		height: 100%;
		opacity: 0;
		top: 0;
		z-index: 1;
	}
	#add2CartBtn.btnNextPostPago_new{
		margin-left: 0px !important;
		width: 100% !important;
	}
	.name_macroFlujo{
		position: relative;
		margin: 0;
		padding-left: 18px;
	}
	.name_macroFlujo:before {
		content: '';
		display: inline-block;
		width: 12px;
		height: 12px;
		-moz-border-radius: 7.5px;
		-webkit-border-radius: 7.5px;
		border-radius: 13.5px;
		background-color: white;
		border: 1px solid #c0c0c0;
		position: absolute;
		left: 0;
		top: 2px;
	}
	.content-input-attr.selectedAttr .name_macroFlujo:before{
		background-color: dodgerblue;
	}
	.layoutCategory-unificado.rowContainer,
	.subCat_page_tab_content.rowContainer {
		width: 100%;
	}
	.layoutCategory-unificado .facetWidget:first-child,
	.subCat_page_tab_content .facetWidget:first-child {
		max-width: inherit !important;
		width: inherit;
		padding: 10px 16px !important;
	}
	.layoutCategory-unificado .facetWidget:first-child .facetSelect li,
	.subCat_page_tab_content .facetWidget:first-child .facetSelect li {
		margin-left: 10px !important;
		margin-bottom: 20px;
	}
	.layoutCategory-unificado.rowContainer div[id^="widget_left_nav_"],
	.subCat_page_tab_content.rowContainer div[id^="widget_left_nav_"]  {
		padding-bottom: 15px;
	}
	.layoutCategory-unificado .botoneraFixed, 
	.subCat_page_tab_content .botoneraFixed {
		position: fixed !important;
		/*padding: 6px !important;*/
		z-index: 9999 !important;
		top: 0px;
		width: 100%;
	}
	.layoutCategory-unificado .botoneraFixed .facetContainer,
	.subCat_page_tab_content .botoneraFixed .facetContainer {
		margin-top: 45px  !important;
	}
	.layoutCategory-unificado .botoneraFixed .col12,
	.subCat_page_tab_content .botoneraFixed .col12 {
		width: 100%;
	}
	.bottomContentHeaderFixed {
		position: fixed !important;
    	height: 115px !important;
    	z-index: 9 !important;
    	background: white !important;
	}
	
	.layoutCategory-unificado, .subCat_page_tab_content{
	max-width: 100% !important;
	}
	
	.content-input-attr .name_macroFlujo:before{
		content: none;
	}
	
	.name_macroFlujo{
		padding-left: 0;
	}
	/*jcisneros nuevo catalogo scroll Fin*/
	
/*jcisneros_270122: disenio de modalidades Inicio*/
	.div_slider{
		display: block;
	}
	.layoutFicha-unificado .definingAttributes div[id^="swatch_selection_"]{
		display: block;
	    max-width: 100%;
    	margin: 0;
	}
	.layoutFicha-unificado div.namePartPriceContainer > span.sku{
		width: 90%;
		padding-top: 0px;
	    margin-top: 0px;
	}
	
	.layoutFicha-unificado .definingAttributes .options_dropdown_column{
		min-width: 140px;
	}

	.layoutFicha-unificado .definingAttributes .color_swatch_list{
		display: flex !important;
	}

	.layoutFicha-unificado .definingAttributes .color_swatch_label{
		display: inline-block !important;
		margin: 0px 6px 0px 0px !important;
	}
	.layoutFicha-unificado .color_swatch_list > ul{
		display: inline-flex;
	}
	.layoutFicha-unificado .definingAttributes .color_swatch_list.hide{
		display: none !important;
	}
	.wrapper-modality {
		/*display: block !important;*/
		width: 312px !important;
		max-width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.content-input-attr{
		border: none !important;
   		border-radius: initial !important;
   		background: transparent !important;
   		padding: 0 !important;
	}
	.selectedAttr{
		border: none !important;
	}
	.wrapper-modality .content-input-attr.selectedAttr{
		border-bottom: 4px solid #f96914 !important;
		width:104%;
	}
	.wrapper-modality .slick-prev, .wrapper-modality .slick-next{
		width: 10px !important;
	}
	.wrapper-modality .slick-prev{
		left: 15px !important;
	}
	.wrapper-modality .slick-next{
		right: 15px !important;
	}
	.layoutFicha-unificado .content_price_financia{
		text-align: center;
   		display: inline-block;
	}
	.layoutFicha-unificado .wrapperPrice{
		text-align: center;
		float: none;
		margin: 4px;
	}
	.layoutFicha-unificado .wrapperAbonoInit{
		float: none;
	}
	.layoutFicha-unificado .wrapDiscountItem{
		display: inline-block;
	}
	.layoutFicha-unificado .content_financia_card {
		padding: 22px 15px 10px 15px;
		display: inline-block;
    	text-align: center;
	}
	.layoutFicha-unificado .card-column .textQuota, .layoutFicha-unificado .card-column .quotaQuantity,
	.layoutFicha-unificado .card-column .abonoPrecioDisplay {
		padding: 0px;
		font-size: 16px;
	}
	.fichaAcc .abonoPrecioDisplay {
		font-size: 16px !important;
	}
	.layoutFicha-unificado .card-column .title-product-display-oferta, .layoutFicha-unificado .card-column .price,
	.layoutFicha-unificado .card-column .title-product-display-normal {
		font-size: 16px;
	}
	.layoutFicha-unificado .card-column .old_price {
		width: 190px;
	}
	.layoutFicha-unificado .card-column .title-product-display-normal {
		top: 10px;
	}

	.layoutFicha-unificado .product_pageDesign_pageGroup{
	        max-width: 100%;
	}
	.layoutFicha-unificado .slick-dots{
		padding: 0 !important;
	    width: 100% !important;
	    position: relative;
	    display: inline-block;
	    top: 0px;
	}
	.layoutFicha-unificado .slick-dots li{
	    margin-right: 10px;
	    margin-left: 10px;
	    width: auto !important;
	}
	.layoutFicha-unificado .namePartPriceContainer span ,.layoutFicha-unificado .namePartPriceContainer div h1{
		padding: 0px 14px;
	}
	.layoutFicha-unificado .namePartPriceContainer div h1 {
		width: 330px !important;
		margin-bottom: 5px;
	}
	
	.layoutFicha-unificado .namePartPriceContainer .price,
	.layoutFicha-unificado .namePartPriceContainer .title-product-display-oferta,
	.layoutFicha-unificado .namePartPriceContainer .title-product-display-normal,
	.layoutFicha-unificado .namePartPriceContainer .new-price{
		padding: 0px;
	}
	
	.layoutFicha-unificado .shopperActions{
		padding: 0px !important;
		margin-bottom: 0px !important;
	}

    .layoutFicha-unificado .wrapper_financia,
    .layoutFicha-unificado .title_price,
    .layoutFicha-unificado .wrapper_planes{
        padding: 15px !important;
		margin-bottom: 0px !important;
    }

	.layoutFicha-unificado .wrapper_planes{
		padding: 0px 15px !important;
	}

	.layoutFicha-unificado .slick-next:before, .layoutFicha-unificado .slick-prev:before{
		color: black !important;
	}
	
	.layoutFicha-unificado .slick-prev:before{
		content: '';
	    display: block;
	    background: url(/wcsstore/CLAROCL_CAT_AS/images/Iconos/arrow-left-carrusel.svg) no-repeat;
	    width: 24px;
	    height: 24px;
	    opacity: 1;
	    margin-top: -2px;
	}
	
	.layoutFicha-unificado .slick-next:before{
		content: '';
	    display: block;
	    background: url(/wcsstore/CLAROCL_CAT_AS/images/Iconos/arrow-right-carrusel.svg) no-repeat;
	    width: 24px;
	    height: 24px;
	    opacity: 1;
	    margin-top: -2px;
	}

	.layoutFicha-unificado .title_plan{
		padding: 24px 0px 0px 20px;
	}

	.layoutFicha-unificado .wrapper-modality{
		margin-bottom: 0px;
		width: 100% !important;
	}

	.layoutFicha-unificado .section_1_plan{
		display: none;
	}

	.layoutFicha-unificado .section_2_plan{
		align-items: center;
		width: 100%;
	}

	.layoutFicha-unificado .section_3_plan{
		width: fit-content;
	}
	
	.layoutFicha-unificado .plan_collapse{
	    position: absolute;
	    right: 10px;
	    top: 45px;
	}
	.layoutFicha-unificado .section_2_plan .name_plan {
		display: -webkit-box;
		width: 80%;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}
	.layoutFicha-unificado .content_2_plan {
		align-items: flex-end;
		width: 56%;
		margin-right: 35px;
	}
	.layoutFicha-unificado .price_plan {
		font-size: 28px;
	}

	.fichaAcc .tab_financia {
		width: 10em !important;
	}
	.fichaAcc .shopperActions {
		margin-top: 0px;
	}
	.fichaAcc .wrapper-definitions .wrapper-attribute .shopperActionsAcc {
		margin-top: 10px;
	}
	.fichaAcc .wrapper-definitions .wrapper-attribute .shopperActionsAcc .quantity_section_accesorios span.quantity_input_accesorios {
		right: 73px;
		top: 25px;
		min-width: auto;
		padding: 7px 10px 7px 10px;
	}

/*jcisneros_270122: disenio de modalidades Fin*/

	.fancybox-slide--html{
		display: flex !important;
   	 	justify-content: center;
	}

	.fancybox-container .fancybox-content{
		margin: 0;
		max-width: 100%;
		overflow: auto;
		position: relative;
		text-align: left;
		vertical-align: middle;
		display: inline-block;
		margin-top: 54px;
		height: fit-content;
	}

	.fancybox-container .titleMoreDetailsPlan{
		top: -32px;
    	padding: 14px 20px;
		width: fit-content;
	}

	.fancybox-container .titleMoreDetailsPlan p{
		font-size: 1.2rem;
	}

	.fancybox-container .btnClose{
		margin: 0px 8px 0px 8px;
	}

	.fancybox-container .contentAttrMoreDetailsPlan1{
		margin: -12px 0;
	}

	.fancybox-container .mServiceHomeFeature{
		width: 50%;
		margin: 12px 0;
		display: flex !important;
		flex-direction: column;
	}

	.fancybox-container .nameMoreDetailsPlan{
		padding-top: calc( 16px + 20px + 4px);
	}

	.fancybox-container .internetMoreDetail, .fancybox-container .minLibresMoreDetail,
	.fancybox-container .sharedMoreDetail, .fancybox-container .roamingMoreDetail, .fancybox-container .ldiMoreDetail{
    	width: 85%;
	}

	.fancybox-container .textSharedMoreDatail{
		align-items: center;
	}

	.fancybox-container .contentAttrMoreDetailsPlan2{
		flex-direction: column;
	}

	.fancybox-container .icoClaroVideo {
		margin-right: 16px;
	}

	.fancybox-container .textLDIMoreDatail{
		width: 120px;
		margin-right: 2px;
		display: flex;
    	align-items: center;
	}

	.fancybox-container .textInternetMoreDatail, .fancybox-container .textMinLibreMoreDatail{
		margin-right: 54px;
	}

	.fancybox-container .title-detail-plan{
		padding: 0px 0px 0px 12px;
	}

	.fancybox-container .planIncludePromoMoreDetail{
		padding: 16px;
		width: 100%;
	}

	.fancybox-container .contentPriceMoreDetailsPlan{
		padding-top: 24px;
		display: flex;
		justify-content: space-between;
		-webkit-justify-content: space-between;
		flex-direction: column;
	}

	.fancybox-container .pricePlanMoreDetail{
		display: flex;
		justify-content: flex-end;
		padding-top: 20px;
		width: auto;
	}

	.fancybox-container .more-info-detail{
		margin-top: 20px;
	}

/*jcisneros_310122: ocultar botones de flechas Inicio*/
	.layoutCategory-unificado .productListingWidget > .foot_bar,
	.subCat_page_tab_content .productListingWidget > .foot_bar {
		text-align: center;
		margin-left: -12px;
		font-size: 13px;
	}
	.layoutCategory-unificado .productListingWidget > .foot_bar .pagination_present,
	.subCat_page_tab_content .productListingWidget > .foot_bar .pagination_present{
		display: inline-block;
		float: none;
		margin: 0 auto;
	}
	.layoutFicha-unificado .borderModality {
		border: 2px solid #bfbfbf;
		border-left-width: 0px;
		border-right-width: 0px;
		border-top-width: 0px;
	}
	.layoutFicha-unificado .widget_product_image_viewer > .content > .other_views > ul {
		text-align: initial;
		width: 100%;
	}
	.layoutFicha-unificado .slick-list img {
		width: 150px;
	}
/*jcisneros_310122: ocultar botones de flechas Fin*/
	.layoutFicha-unificado .widget_product_image_viewer > .content > .other_views > ul.center_slider{
		text-align: center !important;
		padding: 0 !important;
	}
	.layoutFicha-unificado .slick-slide img{
		margin-left: 0 !important;
	}
	#container_MyAccountDisplayB2B #addnew_content_footer{
		width: 100%;
	}
	#container_MyAccountDisplayB2B .myAccountMarginRight .button_footer_line{
		width: 100%;
	}
	#container_MyAccountDisplayB2B #addnew_content_footer .button_footer_line{
		width: 100%;
	}
	/* dquisocala: [DOC95] Mejora en resument de compra Carrito - inicio */
	.mobile-hide{
		display: none;
	}
	.popupMain a.button {
    	max-width: 80%;
	}
	.popupMain {
		width: 77%;
	}
	.store_message > .content > .message .message_text p{
    	overflow-wrap: break-word;
	}
	/* dquisocala: [DOC95] Mejora en resument de compra Carrito - fin */
	
	#header [class*="navegation"] .subMenu dt.movil:before,
	#header [class*="navegation"] .subMenu dt.hogar:before,
	#header [class*="navegation"] .subMenu dt.entretenimiento:before,
	#header [class*="navegation"] .subMenu dt.promocion:before,
	#header [class*="navegation"] .subMenu dt.claroClub:before,
	#header [class*="navegation"] .subMenu dt.iot:before,
	#header [class*="navegation"] .subMenu dt.video:before,
	#header [class*="navegation"] .subMenu dt.clienteNuevo:before,
	#header [class*="navegation"] .subMenu dt.claroUp:before,
	#header .wpthemeHeaderNav .subMenu dt.movil:before,
	#header .wpthemeHeaderNav .subMenu dt.hogar:before,
	#header .wpthemeHeaderNav .subMenu dt.entretenimiento:before,
	#header .wpthemeHeaderNav .subMenu dt.promocion:before,
	#header .wpthemeHeaderNav .subMenu dt.claroClub:before,
	#header .wpthemeHeaderNav .subMenu dt.iot:before,
	#header .wpthemeHeaderNav .subMenu dt.video:before,
	#header .wpthemeHeaderNav .subMenu dt.clienteNuevo:before,
	#header .wpthemeHeaderNav .subMenu dt.claroUp:before {
		display:none;
	}
	#header [class*="navegation"] .subMenu a+span, header .wpthemeHeaderNav .subMenu a+span{
		display:none;
	}
	.dd_image{
		display: none;
	}
	.product-checkout .page_confirmation .desgloseCompraFin {
		display: block;
		margin-top: 20px;
		border-bottom: 1px solid #ddd;
	}	
	.product-checkout{
		border: none
	}
	.delivery_date{
		margin-top : 10px;
		transform: translateY(0px);
		width: 100% !important;
	}
	#orderFullClaroPostPago {
		padding: inherit;
	}
    .deleteline{
        margin-bottom: 0px !important;
    }
    
    div#containerPlan {
        display: table;
        width: 100%;
        border-top: 1px solid #ddd;
        padding-top: 6%;
    }
    
    div#rowPlan {
        display: table-row;
    }
    
    div#leftPlan {
        display: table-cell;
        width: 0%;
    }
    
    div#leftPlan:after{
        border-bottom: 0px !important;
        
    }
    
    div#rightPlan {
        display: table-cell;
    }
    
    .parchBody{
        min-width: 360px !important;
        max-width: 640px !important;

    }
    .contenedor-2{
        max-width: 640px !important;
        width: inherit;
    }
    .parchFooter{
        min-width: 360px !important;
        max-width: 640px !important;
    }
    .contenedor-1 .titulo-formulario h1 {
        font-size: 32px;
	}
	.contenedor-1{
		width: 100% !important;
	}
    .contenedor-1 .titulo-formulario h3 {
        font-size: 30px;
        text-align: center;
    }
    [data-tip] {
        position: relative;
        font-family: "AMX-Medium", sans-serif;
    }
    [data-tip]:before {
        content: '';
        /* hides the tooltip when not hovered */
        display: none;
        content: '';
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid #cceeff;
        position: absolute;
        top: 43px;
        left: 35px;
        z-index: 8;
        font-size: 0;
        line-height: 0;
        width: 0;
        height: 0;
    }
    [data-tip]:after {
        display: none;
        content: attr(data-tip);
        position: absolute;
        top: 48px;
        left: -15px;
        padding: 5px 8px;
        background: #cceeff;
        color: #0a0a0a;
        z-index: 9;
        font-size: 0.75em;
        height: 18px;
        line-height: 18px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        white-space: nowrap;
        word-wrap: normal;
    }
    [data-tip]:hover:before,
    [data-tip]:hover:after {
        display: block;
    }
    div[dataci_espot^="_CaracteristicasProduct"] img {
		width: 100%!important;
		height: auto!important;
	}
	/**BREADCRUMB ENVIO Y FACTURACION**/
	.header-menu-anim {
		width: calc(80% - 10px);
	}
	.header-menu-anim .container ul li p {
		font-size: 11px;
		font-size: 0.6875rem;
		line-height: 13px;
		width: 90px;
	}
	#Header_GlobalLogin_signInDropdown.loginMenuDropdown::before {
		content: 'Ingresa a tu Cuenta';
		font-family: "AMX-Regular";
		font-weight: 700;
		font-size: 1.2em;
		border-bottom: 1px solid #e4e4e4;
		display: block;
		padding: 30px 15px 15px;
	}
	.loginMenuDropdown .input_field {
		border-radius: 3px;
		width: -webkit-fill-available;
		width: -moz-available;
	}
	/**MI CUENTA**/
	#container_MyAccountDisplayB2B, #container_orderHistory_detail {
		margin-bottom: 0;
	}
	.col4.acol12.ccol3 {
		width: 100%;
	}
	#content {
		overflow: visible;
	}
	#content .facetWidget.collapsible {
		width: initial;
	}
	#SETTINGS .facetSelect li {
		width: 99%;
		margin: 0 auto;
		display: block;
		margin-bottom: 10px;
		margin-right: 2px!important;
	}
	#SETTINGS .facetSelect li a {
		padding: 32px 20px 60px 75px;
	}
	#SETTINGS .facetSelect li a[id^="WC_MyAccountSidebarDisplayf_links_"]::before {
		top: 15px;
	}
	#SETTINGS .facetSelect li a[id^="WC_MyAccountSidebarDisplayf_links_"]::after {
		position: absolute;
		margin-top: 0;
		left: 22px;
		top: 70px;
	}
	#SETTINGS .facetSelect li a[id^="WC_MyAccountSidebarDisplayf_links_"]::before {
		width: 40px;
		height: 44px;
	}
	#container_MyAccountDisplayB2B .col8.acol12.ccol9.right, #container_orderHistory_detail .col8.acol12.ccol9.right {
		display: block;
		margin: 0 auto;
		position: initial;
		float: initial;
		padding: 0;
	}
	.content_address_list .content_detail_address {
		width: 100%;
	}
	#Processed_OrderList_list_table .entry {
		padding: 20px;
		padding-bottom: 30px;
	}
	#Processed_OrderList_list_table.listTable .order {
		width: 45%;
	}
	.listTableMobile .expandedContent .expandedCol {
		padding: 0;
		min-width: initial;
	}
	.listTableMobile .expandedContent .expandedCol > div {
		padding: 0;
	}
	.listTableMobile .expandedContent .expandedCol .leftCol {
		float: left;
		font-weight: initial;
		display: block;
		width: 100%;
		padding-right: 0;
		margin: 15px 0 2px 0;
		font-size: 13px;
		color: #000;
		font-family: "AMX-Regular";
	}
	.listTableMobile > .entry > .row .leftCol {
		font-size: 13px;
		color: #000;
		font-family: "AMX-Regular";
		margin-bottom: 2px;
	}
	.listTableMobile .actions {
		display: none;
	}
	.listTableMobile .expandedContent .expandedCol .rightCol {
		display: inline-block;
		width: 100%;
		font-size: 16px;
	}
	.listTableMobile .expandedContent div:nth-child(4) .leftCol {
		color: #f13829;
		font-size: 1.85em;
		font-family: "AMX-Regular";
		display: inline-block;
		width: initial;
		vertical-align: top;
	}
	.listTableMobile .expandedContent div:nth-child(4) .rightCol {
		color: #000;
		font-size: 2.5em;
		display: inline-block;
		width: initial;
		vertical-align: top;
		margin-top: 9px;
		margin-left: 10px;
		line-height: initial;
	}
	#addressDetailsEditFormMain[style="position: absolute;"] {
		height: 60vh; 
	}
	.pageControlButton {
		background: white;
		color: #000!important;
		box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
		border-radius: 0;
		border: 0;
		font-size: 14px!important;
	}
	.pageSection {
		width: initial;
	}
	.addressSelectionEditPage .addrbook_header {
		margin-right: 0;
		width: 100%;
	}
	.inputField, #AddressForm .inputField.wcSelect,
	.form_2column .column {
		width: 100%;
	}
	.pageControlButton {
		border: 0;
		box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
		background: #fff;
		border-radius: 0;
		width: 27px;
		line-height: 26px;
		height: 25px;
		font-family: "AMX-Bold";
	}
	.listTable a, .listTableMobile a {
		font-size: 12.75px;
		color: #1F97AE;
	}
	.editButtons a {
		margin-right: 10px;
	}
	.editButtons .button_secondary > .button_text,
	.sub-breadcrumb {
		padding: 10px 15px;
	}
	.footer-2,
	.footer-3 {
		padding: 15px 30px;
    }    
    .footer-3 {
        text-align: center;
    }
    .footer-3 p {
        margin:0 0 10px;
    }
    .footer-3 .sub-link a {
        margin-bottom: 5px;
        width: 100%;
	}
	.col8,
	.col5 {
		width: 100%;
	}
    .link-1 {
        width: calc(50% - 10px);
        margin-bottom: 10px;
    }
	.rowContainer {
		width: 100%;
	}
	.content_address_list .content_detail_address .pageSection .footerEditSection .deleteIcon {
		display: inline-block;
		left: calc(4% - 10px)!important;
	}
	#logo .contentRecommendationWidget > #ci_espot__HeaderStoreLogo_Content > .left_espot > a {
		width: 84px;
	}
	#logo {
		order: 1;
		position: relative;
		width: initial;
		display: inline-block;
		padding-left: 20px;
	}
	#quickLinksBar{
		padding-left: 20px;
	}
	#headerRow1 {
		width: initial;
		display: block;
	}
	#headerRow2 {
		display: flex;
		float: right;
		margin: 0;
		flex-wrap: wrap-reverse;
		position: relative;
		top: -87px;
		width: 100%;
	}
	.sublink-header {
		padding: 0;
	}
	.Mi-claro {
		right: 0;
	}
	.media-container .bx-wrapper {
		margin-bottom: 5px !important;
	}
	.media-container{
		visibility: visible;
	}
	.media-container #bx-pager {
		width: 100%;
		margin-top: 0; 
	}
	.media-container #bx-pager a {
		width: 35px !important; 
	}
	.carrusel-catalogo{
		display: block;
		list-style-type: disc;
		-webkit-margin-before: 0px;
		-webkit-margin-after: 0px;
		-webkit-margin-start: 0px;
		-webkit-margin-end: 0px;
		-webkit-padding-start: 0px;
	}
	
	#bottomContentHeader{
		width: -webkit-fill-available;
		width: -moz-available;
		top: 20px;
		position: relative;
		padding-top: 0;
		background: none;
	}
	#bottomContentHeader .content .page_title{
		position: inherit;
		padding: 0 20px;
	}
	#bottomContentHeader .content .newcat {
		top: 10px !important;
	}
	.category_name{
		font-size: 12px;
	}
	#bottomContentHeader .content .page_title h2 {
		font-size: 24px;
	}
	#bottomContentHeader .content .login_information_content {
		padding-left: 20px;
		position: relative;
		vertical-align: middle;
		display: inline-block;
		float: initial;
		text-align: right;
		width: -webkit-fill-available;
		width: -moz-available;
		top: -35px;
		z-index: 1;
	}
	#bottomContentHeader .content .login_information_content.newcat-title {
		top: -20px !important;
	}
	.product_pageDesign_pageGroup .content{
		margin: 0px 10px 0px 10px;
	}
    .widget_bundle_package_list {
		width: 90%;
	}
	.product_pageDesign_pageGroup  .content .image_container{
		padding: 0px;
	}
	.product_listing_container > .grid_mode li,
	.product_listing_container > .list_mode > li,
	.product_page_content #productSlot56 {
		width: 100%;
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
	.product {
		max-width: initial;
	}
	.grid_mode .product_name, .product_listing_container .list_mode .product > .product_info > .product_name, .product_info .product_name {
		width: 90%;
	}
	.product_info > .product_name > a, .list_mode .product_info > .product_name > a,
	.col6.acol6.ccol2.slot4, .col6.acol6.ccol3.slot4,
	.col5.acol6.ccol12.left.slot5 {
		width: 100%;
		font-size: 1.25rem;
	}
	.grid_mode .product_price {
		margin-top: 10px;
	}
	.product > .product_image {
		height: 200px;
	}
	.product_listing_container .list_mode .product {
			padding: 10px 12px 15px;
	}
	.product_listing_container .list_mode .product > .product_image::after {
		width: 40%;
		height: 50px;
		top: -15px;
	}
	.product_listing_container .list_mode .compare_target {
		display: block;
		padding-top: 0;
		margin-top: 10px;
	}
	.button.primary {
		font-size: 16px;
	}
	.productListingWidget > .header_bar .controls {
		margin-right: 0;
		width: 100%;
	}
	.sorting_view_controls_container {
		width: 78%;
		float: initial!important;
		margin: 0;
		padding: 0;
		order: 1;
	}
	.productListingWidget > .header_bar .controls .sorting_controls {
		margin-right: 0;
    	width: 100%;
	}
	.sorting_controls .selectWrapper,
	.paging_controls > .right_arrow > img {
		vertical-align: top;
	}
	.paging_controls {
		position: relative;
		width: 25%;
		padding: 3px 0;
		text-align: right;
		order: 2;
	}
	.sorting_controls > span.order_by_label {
		width: 55px;
	}
	.sorting_controls > span.page_size_label {
		width: 80px;
	}
	.sorting_controls > span.page_size_label label, .sorting_controls > span.order_by_label label {
		margin-right: 0;
	}
	.productListingWidget > .header_bar .pagination_present {
		min-height: initial;
		display: flex;
		flex-wrap: nowrap;
	}
	.shopperActions {
		width: 100%;
		position: relative;
		bottom: 0;
		padding: 0;
		text-align: left;
		margin-top: 10px;
	}
	#add2CartBtn.button.primary {
		width: 100%;
		max-width: initial;
	}
	.layoutFicha-unificado #add2CartBtn.button.primary {
		width: 100%;
	    border-radius: 0px;
	    position: fixed;
	    left: -12px;
	    right: 0;
	    bottom: 0;
	    z-index: 999;
    	padding: 12px;
	}
	.definingAttributes,
	.tab_header {
		padding: 0;
		width: 100%;
	}
	.product_page_content #productSlot56 {
		margin-top: -30px;
		padding: 0 20px;
	}
	.product_info .price_display{
		width: 100%;
		margin-bottom: 0;
	}
	.product_info .option_shop{
		width: 100%;
	}
	.quantity_section{
		text-align: left;
	}
	.attr-color, .attr-capacidad {
		width: 100%;
		margin-bottom: 10px;
	}
	.attr-color ul li {
		margin-right: 12px;
	}
	.attr-color .color_swatch_list .color_swatch_selected {
		width: 13px;
	}
	.attr-color .color_swatch_list .color_swatch {
		width: 20px;
	}
	.section-cr img {
		width: 100%;
	}
	.tab_header .tab_container {
		margin: 0 5px;
		font-size: 14px;
		padding: 5px 0;
	}
	.fullrow table {
		width: 100%;
		margin: 0;
	}
	.fullrow table tr {
		padding: 5px 10px;
	}
	.fullrow table tr td {
		padding: 0;
			width: 100%;
		display: block;
	}
	.fullrow table .ficha-bold {
		padding: 5px 0;
		width: 100%;
	}
	.fullrow.newrow .row-container img {
		height: 100%;
	}
	.title-ficha {
		text-align: left;
		width: 100%;
		margin-bottom: 15px;
	}
	.title-ficha img {
		margin-right: 20px;
		margin-left: 15%;
		vertical-align: text-top;
	}
	.sub-row {
		width: 100%;
		margin: 0;
	}
	.row-container img {
		width: 85%;
		text-align: center;
		margin: 20px auto auto;
		display: block;
	}
	.fullrow.newrow .row-container {
		display: block;
	}
	.product_page_content.rowContainer {
		width: 100%;
	}
	.row > .product-info {
		width: 90%;
		margin: 0 auto;
	}
	.fullrow, .newrow {
		padding: 25px 0;
	}
	.fullrow .row-container, .newrow .row-container {
		margin: 0 auto;
		width: 90%;
	}
	.row-container .title-ficha img {
		display: inline-block;
		width: 38px;
		vertical-align: middle;
		margin: 0 20px 0 8%;
	}
	.title-ficha p {
		margin: 0;
		vertical-align: middle;
	}
	.lista-rwd {
		display: flex;
		flex-wrap: wrap;
	}
	.productListingWidget {
		order: 2;
	}
	.lista-rwd .col4.acol12.ccol3 {
		margin-bottom: 0px;
	}
	#Capacidad .optionContainer {
		border: 0;
	}
	.lista-rwd #content .facetWidget.collapsible {
		padding: 5px 20px;
	}
	#content .collapsible>h3 {
		padding: 10px 0;
		font-size: 1em;
		display: none;
	}
	.facetSelectContainer .facetSelect li.singleFacet {
		width: calc(10% - 10px);
		margin-right: 12px;
	}
	fieldset:not(#Color) .facetSelectContainer .facetSelect:last-child li.singleFacet {
		width: calc(40% - 10px);
		padding: 0 2px;
		margin-right: 5px;
	}
	.optionContainer > .title {
		margin: 2px 0;
	}
	.productListingWidget > .header_bar .controls > * {
		display: inline-block;
		vertical-align: top;
	}
	.selectWrapperPageSize .wcSelect .ui-selectmenu-text {
		display: none;
	}
	div[aria-describedby="quick_cart_container"], div[aria-describedby="MiniShopCartProductAdded"] {
		left: 0%!important;
		z-index: 2!important;
		top: 57px!important;
		width: 100%!important;
	}
	.nonRWDPage,
	.shopping_cart_box {
		min-width: initial;
	}

	#total_breakdown #order_total {
		width: 100%;
	}
	#total_breakdown #order_total tr {
		text-align: left;
	}
	#total_breakdown #order_total tr:first-child {
		padding: 20px 5px;
	}
	#total_breakdown #order_total tr:last-child {
		padding:10px 20px;
		width: initial;
	}
	#total_breakdown #order_total .total_details.order_total {
		width: initial;
		float: initial;
		font-size: 24px;
		font-family: 'AMX-Bold';
	}
	#total_breakdown #order_total .total_figures.breadcrumb_current {
		width: initial;
		margin: 0;
		padding: 0;
		font-size: 1.1rem;
		font-family: "AMX-Medium";
	}	
	.top_border,
	.button_secondary, .button_primary,
	#continueShoppingButton {
		width: 100%;
	}
	#customers_new_or_returning .new, #customers_new_or_returning .returning {
		width: 100%;
		padding: 15px 0;
		height: initial;
		display: flex !important;
		flex-direction: column;
	}
	#customers_new_or_returning #WC_CheckoutLogonf_div_2,
	#customers_new_or_returning #continueShoppingButton{
		flex: 1;
		width: 100%;
		margin-bottom: 20px;
		margin-right: 0px;
	}
	#customers_new_or_returning #WC_CheckoutLogonf_div_2 #guestShopperContinue{
		width: 100% !important;
	}
	#customers_new_or_returning .returning {
		width: 100%;
		border-left: 0;
		border-top: 0;
		margin-top: 10px;
		margin-left: 0;
		padding-bottom: 0;
	}
	.button_primary > .button_text, .basicButton, .basicButton:hover {
		width: 100%;
		padding: 10px 0;
	}
	
	#cartDropdown .basicButton {
		padding: 0 !important;
	}
    .selected-equipo{
        width: 85%;
        max-width: 1000px;
        padding: 15px 20px 15px 20px;
        margin: 10px auto 40px;
        font-family: "AMX-Medium";
        text-align: center;
        background: #D8585C33;
    }
	.sign_in_registration p#linkPaswword1 {
		text-align: right;
		padding-top: 5px;
		padding-bottom: 6px;
	}
	.sign_in_registration #WC_AccountDisplay_div_2.title h1{
		font-size: 25px
	}
	.button_secondary > .button_text {
		width: 100%; 
		padding:  10px 0;
	}
	#customers_new_or_returning input {
		width: 91%;
	}
	#shopcartCheckoutButton {
		display: block;
		width: 100%;
		position: relative;
		float: initial;
		right: 0;
		margin-top: 10px;
	}
	.button_align.left {
		width: 100%;
	}
	.loginMenuDropdown .button_secondary .button_text {
		background: transparent;
	}
	#Processed_OrderList_list_table.listTable .order, 
	#Processed_OrderList_list_table.listTable .status, 
	#Processed_OrderList_list_table.listTable .quantity, 
	#Processed_OrderList_list_table.listTable .date,
	#Processed_OrderList_list_table.listTable .total_price {
		width: -webkit-fill-available;
		width: -moz-available;
	}
	#Processed_OrderList_list_table.listTable .link {
	    width: auto;
		position: relative;
		top: -264px;
		right: 10px;
		padding: 0;
	}
	.listTableMobile {
		position: relative;
	}
	#Processed_OrderList_list_table.listTable .link .rightCol a::after {
		bottom: 2px;
	}
	.row.sub-caract .col6 {
		max-width: initial;
		width: -webkit-fill-available;
		padding: 0 20px;
	}
	.billing_method_div_custom {
		display: block;
	}
	div.caracPrinElement {
		width: 100%;
		display: block;
		border-right: 0;
		border-bottom: 1px solid #ddd;
	}
	.orderSummaryReport div[aria-labelledby^="OrderDetail_Shipping_"],
	.orderSummaryReport .col8 {
		width: 100%;
	}
	/**SHOPPING CART UPDATE**/
	.container_content_rightsidebar.shop_cart #total_breakdown #order_total .total_details {
		float: initial;
		margin: 0;
	}
	#order_details .add-product1 > div:first-child, .description_product_shopcart {
		width: 100%!important;
	}
	#order_details.update-section .nested p[id$="_productName"] {
		display: block;
	}
	.add-title {
		display: block;
		font-family: "AMX-Medium";
		margin-bottom: 0;
		font-weight: 300;
		color: #2b2b2b;
		font-size: 1rem;
	}
	.add-title-not-hide {
		font-size: 0.875rem!important;
	}
	#order_details .add-product1 > div > .img {
		padding: 20px 0 0!important;
	}
	#order_details .add-product1 > div > .img:first-child {
		display: block!important;
		width: 100%;
		margin: 0 auto;
		float: initial;
		padding: 0;
		padding-bottom: 0;
	}
	#shoppingCart_tableCell_quantity, #shoppingCart_tableCell_total {
		width: 100%!important;
	}
	.quantity_product_shopcart, .total_product_shopcart {
		width: calc(50% - 10px)!important;
		padding: 20px 0!important;
	}
	#order_details .add-product1 div[id^="WC_OrderItemDetailsf_div_2_"], 
	#order_details .add-product1 div[headers*="shoppingCart_rowHeader"] {
		display: block;
		width: 100%;
		padding: 0;
		text-align: left;
	}
	.add-product1 .edit-link {
		position: relative;
		width: 100%;
		text-align: center;
		top: 0;
	}
	.edit-link .order_link, .edit-link .remove_address_link {
		display: inline-block;
		top: 0;
	}
	.edit-link .remove_address_link {
		margin-right: 0px !important;
	}
	.edit-link .order_link {
		margin-right: 10px;
	}
	#order_details.update-section .nested p,
	#order_details .add-product1 div[headers*="_availability"] {
		display: none;
	}
	#order_details .add-product1 div[headers*="shoppingCart_rowHeader"] {
		padding: 20px 0;
		border-top: 1px solid #ddd;
	}
	#total_breakdown.add-total #order_total > div {
		text-align: left;
	}
	#total_breakdown.add-total #order_total > div:last-child {
		padding: 20px;
	}
	.quantity_product_shopcart, .total_product_shopcart {
    margin-top: 0!important;
}
	/**MI CUENTA - MIS DIRECCIONES**/
	div#addressFormDetailRefreshArea {
		position: absolute;
	}

	#addressDetailsEditFormMain {
		width: 75%;
		max-width: initial;
		top: 0;
		overflow-x: scroll;
		overflow-y: visible;
	}
	#addressDetailsEditFormMain .editField {
		width: initial;
	}
	#addressDetailsEditFormMain .form_2column div > .column {
		width: 100%!important;
		min-width: initial;
		margin: 0;
	}
	#addressDetailsEditFormMain .editActions {
		margin: 30px 0;
	}
	/**--**/
	div#WC_AjaxAddressBookForm_div_16a {
		display: flex;
		width: 100%;
		flex-wrap: wrap;
	}
	.button_footer_line,
	.form_2column #Register,
	#Register input, #Register .inputField.wcSelect {
		width: 100%;
	}
	.button_footer_line .left, .button_footer_line .button_secondary {
		padding: 0;
		width: 100%;
		margin: 0 0 10px 0;
	}
	.departmentButton {
		display: block;
	}
	.sign_in_registration .content .medium {
		max-width: 100% !important;
	}
	.form_2column br[clear="all"],
	fieldset#MYORDERS {
		display: none;
	}
	#Register .button_footer_line .button_primary {
		margin-bottom: 13px;
	}
	#Header_GlobalLogin_signInDropdown.loginMenuDropdown.active {
		right: 4px;
		border-radius: 0;
		margin-right: 20px;
		width: 85%;
		text-align: left;
		top: 30px;
		/* margin-left: 0; */
	}
	/**--OLVIDAR CONTRASEÃ‘A--**/
	.sign_in_registration {
		margin-top: 30px;
	}
	.sign_in_registration #Register {
		padding: 0 10px;
	}
	.sign_in_registration .forgot_password_container .align, 
	.sign_in_registration .align {
		padding: 10px 15px 15px;
		height: initial;
		min-height: initial;
	}
	
	.sign_in_registration .align input,
	.sign_in_registration div.button_align .button_primary .button_text,
	.button_footer_line .left .button_primary .button_text, .editField .editActions .button_primary .button_text, #WC_UserRegistrationUpdateForm_div_42 .button_primary .button_text, .myAccountMarginRight .button_footer_line .button_primary .button_text{
		width: -webkit-fill-available;
		width: -moz-available;
	}
	.sign_in_registration div.button_align {
		width: -webkit-fill-available;
		width: -moz-available;
	}
	.sign_in_registration .title {
		display: block;
		width: -webkit-fill-available;
		width: -moz-available;
	}
	.sign_in_registration .forgot_password_container {
		margin-top: 10px;
		float: initial;
	}
	.sign_in_registration .title h1 {
		height: initial;
		line-height: normal;
		padding: 0;
		font-size: 26px;
	}
	.forgot_password_container .myaccount_header {
		margin-bottom: 10px;
	}
	.sign_in_registration .forgot_password_content .button_footer_line {
		padding: 0;
		padding-top: 5px;
		float: initial;
	}
	.sign_in_registration .forgot_password_content .button_footer_line .button_primary {
		float: initial;
		width: -webkit-fill-available;
		width: -moz-available;
	}
	.sign_in_registration .forgot_password_content .button_footer_line .button_primary > .button_text{
	width: -webkit-fill-available;
	width: -moz-available;
	}
	
	/**header*/
	
	#departmentsButton {
		display: inline-block;
		max-width: initial;
		margin: 0;
		padding: 0;
		width: initial;
	}
	.addressShopCartFullContent .address_content_info, 
	.addressShopCartFullContent .address_content_info:first-child {
			width: 100%;
			position: relative;
			float: left;
			margin-right: 0;
	}
	.addressShopCartFullContent .address_content_info:last-child {
		margin: 0;
	}
	#Register input, #Register .inputField.wcSelect, #AddressForm input, #AddressForm .inputField.wcSelect {
		width: 100%;
	}
	#container_MyAccountDisplayB2B .myAccountMarginRight h2, #container_MyAccountDisplayB2B h1, #orderInfo h1 {

		margin-top: 20px;
	}
	#addressBookListDiv #AddressForm {
		width: 100%;
	}
	#order_details.update-section > div {
		padding-bottom: 0;
	}
	#total_breakdown #order_total tr:first-child > td:first-child {
		/*display: block;
		padding: 0;
		text-align: left;
		margin-bottom: 7px;*/
		font-size: 24px;
		display: block;
		margin-bottom: 6px;
		font-family: "AMX-Medium";
	}
	#WC_ShopCartDisplay_div_5  #total_breakdown #order_total tr:first-child > td:first-child {
		font-size: 20px;
		display: block;
		margin-bottom: 6px;
		font-family: "AMX-Regular";
		font-weight: 400;
		width: 30%;
		position: relative;
		float: left;
	}
	#WC_ShopCartDisplay_div_5 #total_breakdown #order_total tr:first-child .total_figures{
		font-size: 20px;
		display: block;
		margin-bottom: 6px;
		font-family: "AMX-Regular";
		font-weight: 400;
		width: 100%;
		position:relative;
	}
	#WC_ShopCartDisplay_div_5  #total_breakdown #order_total .total_details.order_total{
		font-size: 24px;
		display: block;
		margin-bottom: 6px;
		font-family: "AMX-Regular";
		width: 30%;
		position: relative;
		float: left;
	}
	#WC_ShopCartDisplay_div_5 #total_breakdown #order_total .total_figures.breadcrumb_current{
		font-size: 24px;
		display: block;
		margin-bottom: 6px;
		font-family: "AMX-Regular";
		width: 100%;
		position:relative;
	}
	
	#order_details .add-product1 > div p a.hover_underline {
		font-size: 17px;
		color: #000;
	}
	#order_details div[id^="WC_OrderItemDetailsf_div_2_"] span {
		font-size: 14px;
		color: #757575;
	}
	.add-product1 .price,
	#total_breakdown #order_total .total_figures {
		font-size: 18px;
	}
	div.header_wrapper_position {
		background: #fff;
	}
	#order_details input {
		margin-top: 0;
	}

	/**CHANGE ATRIBUTE**/
	div.widget_quick_info_popup > .middle > .content_left_border > .content_right_border > .content > .right_column > .color_and_size > .heading {
		display: block;
		float: initial;
		margin: 0;
	}
	.right_column .color_swatch_list {
		line-height: 35px;
		display: block;
		float: initial;
		width: 100%;
		height: 43px;
	}
	div.widget_quick_info_popup > .middle > .content_left_border {
		width: calc(82% - 10px);
		margin-left: calc(4.5%);
		position: relative;
		padding: 30px 20px;
	}
	div.widget_quick_info_popup > .middle > .content_left_border > .content_right_border > .content > .right_column .close_group {
		right: 2%;
		top: 0;
	}
	div.widget_quick_info_popup > .middle > .content_left_border > .content_right_border > .content > .left_column {
		float: initial;
		display: block;
		width: 35%;
		margin: 0 auto;
		margin-bottom: 10px;
	}
	div.widget_quick_info_popup > .middle > .content_left_border > .content_right_border > .content > .left_column {
		float: initial;
		display: block;
		width: 33%;
		margin: 0 auto;
		margin-bottom: 10px;
	}
	div.widget_quick_info_popup > .middle > .content_left_border > .content_right_border > .content > .right_column,
	.purchase_section.shopperActions #WC_QuickInfo_Link_UpdateCartItem {
		width: 100%;
	}
	.color_and_size .swatchCapacidad-content .color_swatch_list ul li {
		width: 88px;
	}
	.color_and_size .swatchCapacidad-content .color_swatch_list ul li img {
		padding: 0 3px;
	}
	/*.right_column .color_and_size .heading:nth-child(6), .right_column .color_and_size div[aria-label="Capacidad"] {
		top: 0
	}
	.right_column .color_and_size div[aria-label="Capacidad"] {
		width: 100%;
		height: initial;
		float: initial;
		text-align: left;
		margin: 0;
		margin-top: 8px;
	}*/
	.swatchColor-content, .swatchCapacidad-content {
		width: 100%!important;
	}
	/**USUARIO GUEST**/
	div#WC_UnregisteredCheckout_div_9 > br {
		display: none;
	}
	#unregistered_form .col2_ship, #unregistered_form .col1_bill {
		width: 100%;
		margin: 0;
		padding: 0 20px;
		width: -webkit-fill-available;
		width: -moz-available;
	}
	.address input, .drop_down_checkout,
	.drop_down_country, .drop_down_checkout,
	#centered_single_column_form input, #centered_single_column_form div[id$="Div"] > span,
	#centered_single_column_form #cityDiv > span {
		width: -webkit-fill-available;
		width: -moz-available;
	}
	#WC_UnregisteredCheckout_links_3 {
		margin: 15px 20px;
		width: -webkit-fill-available;
		width: -moz-available;
	}
	a#WC_UnregisteredCheckout_links_4 {
		margin: 0px 20px;
		width: -webkit-fill-available;
		width: -moz-available;
	}
	#billingCreateEditArea1 .addressShopCartFullContent .address_content_info, #centered_single_column_form .address_content_info {
		width: calc(51% - 10px);
	}
	.content-shipping-unregistered #billingCreateEditArea1{
		width: 100% !important;
	}
	.addressShopCartFullContent .address_content_info:nth-child(2) {
		margin-right: 12px!important;
	}
	form#AjaxLogon br[clear="all"], form#AjaxLogon br:last-child {
		display: none;
	}
	#WC_CheckoutLogonf_div_9 {
		margin-top: 20px;
	}
	/**ENVIO Y FACTURACIÃ“N**/
	.header-checkout::before {
		height: 1px;
	}
	.header-checkout {
		box-shadow: 1px 0px 1px rgba(90, 90, 90, 0.38);
		height: 57px;
	}
	.content-group {
		padding: 0px 20px !important;
	}
	.title-checkout {
		position: relative;
	}
	.content-checkout #checkout_crumb .crumb a, .content-checkout #checkout_crumb .crumb span {
		font-size: 12px;
		padding: 0 15px;
		width: 20px;
	}
	.content-checkout #checkout_crumb .crumb .step_off, .content-checkout #checkout_crumb .crumb .step_on {
		display: inline-block;
		width: calc(29% - 10px);
		vertical-align: top;
		padding: 0;
		margin: 0 3.5%;
	}
	.content-checkout #checkout_crumb .crumb .step_off {
		width: calc(90px - 10px);
	}
	.content-checkout #checkout_crumb .crumb a {
		padding: 0;
		margin: 0;
	}
	.content-checkout #mainContents, .content-checkout.c-summary #box {
		margin-top: 0;
	}
	.checkout-information {
		width: -webkit-fill-available;
		width: -moz-available;
		margin: 0;
	}
	.product-checkout, .c-summary .shipping_billing_height {
		width: -webkit-fill-available;
		width: -moz-available;
		margin-top: 20px;
	}
	.content-checkout #order_details {
		margin-top: 0;
	}
	.content-checkout #order_details .th_align_left_normal {
		padding: 20px 20px 25px
	}
	.content-checkout #order_details div[id^="WC_OrderItemDetails_div_1_"] {
		width: 80px
	}
	.content-checkout #order_details .th_align_left_normal .itemspecs {
		float: initial;
		font-size: 16px;
		padding: 0;
		width: initial;
	}
	.content-checkout #order_details .th_align_left_normal .itemspecs span {
		font-size: 20px;
	}
	
	div[widgetid="singleShipmentOrderDetails"] .remove_address_link {
		right: -145%;
		top: -15px;
	}
	.content-checkout #total_breakdown #order_total tr:first-child {
		padding: 20px;
	}
	.content-checkout #total_breakdown #order_total tr:first-child > td:first-child {
		display: inline;
		    font-size: 1.1rem;
		font-weight: 600;
		font-family: "AMX-Regular";
	}
	/*.billing-information {
		margin-top: 20px;
	}*/
	#centered_single_column_form_footer, #centered_single_column_form_footer_pieBoleta {
		width: -webkit-fill-available;
		width: -moz-available;
		padding: 0 20px;
	}
	#centered_single_column_form {
		width: -webkit-fill-available;
		width: -moz-available;
		font-size: 14px;
		padding: 0 20px;
	}
	.top_border, #centered_single_column_form_footer .button_secondary, #centered_single_column_form_footer .button_primary,
	#centered_single_column_form_footer_pieBoleta .button_secondary, #centered_single_column_form_footer_pieBoleta .button_primary, #continueShoppingButton {
		margin: 0;
	}
	.product_listing_container .list_mode .product > .product_banda_celular {
		width: 50%;
		background-size: contain;
		height: 40px;
	}
	.product_listing_container .product .price {
		font-size: 1.875rem;
	}
	.product_listing_container .list_mode .product > .product_info > .product_price .old_price {
		font-size: 1.2rem;
	}
	.c-order #checkout_crumb .crumb a, .c-order #checkout_crumb .crumb span, #checkout_crumb .crumb > p,
	.c-order #order_details .strong_content, .c-order .strong {
		font-size: 16px;
	}
	.c-order #checkout_crumb .crumb span {
		width: -webkit-fill-available;
		width: -moz-available;
		margin-bottom: 0;
	}
	.c-order #checkout_crumb .crumb span#WC_OrderShippingBillingConfirmationPage_span_1 {
		margin-top: 15px;
	}
	.c-order .product-checkout,
	.c-order .order-full,
	.c-order #checkout_crumb .crumb,
	.c-order .button_footer_line .continue_shopping {
		width: -webkit-fill-available;
		width: -moz-available;
	}
	.c-order #checkout_crumb .crumb {
		padding: 20px 20px 0;
	}
	.c-order .page_confirmation .nested,
    #box .espot_checkout_bottom {
		display: none;
	}
	.c-order .add-title {
		display: block;
	}
	.c-order .page_confirmation .content-product1 > div {
		display: block;
		width: -webkit-fill-available!important;
		width: -moz-available!important;
		margin: 0;
		padding: 0;
		text-align: left!important;
	}
	.c-order .content-product1 div,
	.c-order .shipping-information, 
	.c-order .billing-information {
		display: block!important;
		width: -webkit-fill-available!important;
		width: -moz-available!important;
	}
	.c-order #order_details .img {
		width: 45%!important;
		display: block;
		float: initial;
		margin: 0 auto;
		padding: 0;
	}
	.c-order #total_breakdown #order_total div {
		border-top: 0;
	}
	.c-order  #order_details .th_align_left_normal {
		padding-bottom: 0!important;
	}
	.c-order #order_details .th_align_left_normal .itemspecs, 
	.c-order .page_confirmation .content-product1 > div {
		border-bottom: 1px dotted #ddd;
		padding: 18px 0!important;
	}
	.c-order  #total_breakdown #order_total div {
		border-top: 0;
    }
    .c-order #total_breakdown #order_total tr:first-child, 
    .c-order #total_breakdown #order_total tr:last-child {
        padding: 10px 4px;
    }
	.c-order .button_footer_line,
	.c-order .order-full {
		padding: 0 20px;
		margin-bottom: 20px;
	}
	.c-order #order_details .content-product1 div[id^="WC_OrderItemDetailsSummaryf_div_1_"] img {
		width: 100%;
		max-width: 240px;
	}
	.c-order .price {
		font-family: "AMX-Regular"!important;
	}
	.c-order .order-full .headingtext,
	#billing_method_div, #shipping_method_div_custom {
		width: 100%;
	}
	.content-checkout #box .main_header_text {
		font-size: 1.25rem;
		font-family: "AMX-Medium";
		line-height: normal;
		height: initial;
	}
	.c-order .title {
		font-weight: 300!important;
		color: #000!important;
		font-family: "AMX-Medium";
	}
	.c-order #billing_summary .billing_method, .c-order .billing_summary .billing_method {
		display: block!important;
	}
	.c-order .billing_method div {
		width: 100%;
		display: block;
	}
	.content-checkout .button_footer_line,
	#seccionFactura,
	.content-checkout .drop_down_shipping, .content-checkout .drop_down_billing, .content-checkout .drop_down_address_book, .content-checkout .card_info .col1 span input {
		width: -webkit-fill-available;
		width: -moz-available;
	}
	h1#WC_UnregisteredCheckout_div_5 {
		width: initial;
    }
	.product_pageDesign_pageGroup .col6.acol6.ccol3.slot4{
		margin: 0;
		position: relative;
	}
    .product_pageDesign_pageGroup .col12.acol12.ccol6.left.slot8{
		margin: 0;
		top: -40px;
	}
    .productDescDropMerch .product_info {
        margin: 10px 0;
        width: 98%;
    }
	/**HEADER**/
	.login_information_content #Header_GlobalLogin_signOutQuickLink, .login_information_content #loggedInDropdown_SignOut, .login_information_content #myAccountQuickLink {
		padding: 0 4px;
	}
	
	div.namePartPriceContainer, .product_text, .definingAttributes, .shopperActions{
		width: 100%;
	}
	.quantity_section label{
		font-size: 1.25rem;
	}
	.option_shop .quantity_section {
		width: 181px;
		margin-top: 8px;
	}
	.definingAttributes > div{
		width: 100% !important;
		margin-top: 0;
		padding-top: 0;
	}
	.detalle_caracteristicas li{
		width: 50%;
	}
	#descriptiveAttributes .detalle_caracteristicas ul{
		display: block;
		float: left;
		left: -40px !important;
		position: relative;
		width: 100%;
		-webkit-padding-start: 40px;
	}
	.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-draggable.ui-resizable {
		left: 0;
	}
	#header [class*="navegation"] li.hover .menuHeader {
		max-height: 65vh;
		overflow: auto; 
	}
	#header .header__navegation .menuHeader {
		position: inherit;
		margin-top: inherit;
		background: white;
		color: #ACAEAE; 
	}
	#header .header__navegation .subMenu {
		padding: initial;
		height: auto; 
		display: inline-block;
	}
	#header .header__navegation .subMenu > dl {
		width: 100%;
		float: inherit;
		padding: initial !important;
		min-height: initial;
		margin-left: 1px;
		margin-bottom: 0;
		border-right: none;
	}
	#header .header__navegation .subMenu > dl a {
		padding: 12px 20px;
		border: 1px solid #DDD;
		font-size: 17px; 
	}
	#header .header__navegation .subMenu > dl a:after {
		content: "\f105" !important;
		color: #222;
		right: 20px !important;
		position: absolute;
		right: 20px; 
	}
	#header .header__navegation .subMenu > dl dt {
		margin-top: 0; 
	}
	#header .header__navegation .subMenu > dl dt.movil:before, #header .header__navegation .subMenu > dl dt.hogar:before, #header .header__navegation .subMenu > dl dt.entretenimiento:before, #header .header__navegation .subMenu > dl dt.promocion:before {
		content: initial; 
	}
	#header .header__navegation .subMenu > dl dt.promocion + dd {
		display: none; 
	}
	#header .header__navegation .subMenu > dl dt.promocion.sinImagen + dd {
		display: block; 
	}
	#header .header__navegation .subMenu > dl dd {
		margin: initial !important;
		margin-bottom: -1px;
	}
	#header .header__navegation .subMenu > dl dd a {
		padding-left: 35px !important;
		font-size: 15.3px; 
		font-family: "AMX-Regular";
	}
	#header .header__navegation .subMenu > dl dd a strong{
		font-family: 'AMX-Bold';
	}
	#header .header__navegation .subMenu > dl dd ul {
		display: none !important; 
	}
	#header .header__navegation .slogan {
		display: none; 
	}
	#header .header__navegation li.active > a, #header .header__navegation li.hover > a {
		color: white !important; 
		background: #DA291C;
	}
	#header .header__navegation .menuSupNew .hover >a{
		background: #666 !important;
	}
    #header .header__navegation .subMenu > dl > dt a {
        font-family: "AMX-Regular";
    }
	.header__navegation .subMenu dt + dt, .wpthemeHeaderNav .subMenu dt + dt {
        margin-top: 0!important;
    }
	.main-header:before {
		content: " ";
		width: 100%;
		height: 50px;
		background: #EF3829;
		position: absolute;
		display: block;
		pointer-events: none;
		z-index: -1;
	}
	.otherSites {
		display: none !important;
	}
	.header__navegation {
		-webkit-transition: left 0.5s;
		-moz-transition: left 0.5s;
		-ms-transition: left 0.5s;
		transition: left 0.5s;
		flex-direction: column;
		-webkit-box-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		width: 100%;
		position: absolute;
		z-index: 110;
		border-bottom: 1px solid #DDD;
		top: 50px;
		left: -100%;
	}
	#searchButton{
		display: none;
	}
	.viewSearch .header__navegation > .option-menu > li:nth-child(2), #searchClaro {
		position: fixed;
		top: 85px;
    	left: 1px;
		height: 50px;
		z-index: 999;
	}
	.header__navegation ul {
		display: -webkit-box;
		display: -moz-box !important;
		display: -ms-flexbox !important;
		webkit-display: -webkit-flex !important;
		display: -webkit-flex !important;
		display: flex !important;
		flex-direction: column;
		-webkit-box-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		align-items: flex-start;
		-webkit-align-items: flex-start;
		-ms-flex-align: flex-start;
		height: inherit;
        min-width: inherit !important; 
        padding: 0;
	}
	#header [class*="navegation"] li.miClaro.sucVirtual>a:before{
		display: none;
	}
	.active form  ul > li{
		display: block !important;
	}
	.header__navegation .option-menu > li:first-child{
		display: none !important;
	}
	.header__navegation li, #searchClaro {
		flex-direction: column;
		-webkit-box-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		width: 100%;
		padding: 0;
		border: none;
		text-align: left;
	}
	.header__navegation #listMenu > li{
		background: #DA291C !important;
	}
	.header__navegation li.miClaro span{
		font-size: 0.75rem;
	}
	.header__navegation li.miClaro a{
		padding: 10px 20px 9px !important;
		font-size: 20px !important;
	}
	.header__navegation li a {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		display: table;
		width: 100%;
		padding: 14px 20px;
		border-top: 1px solid white;
        position: relative; 
        font-size: 20px;
	}
	.plus a:after {
		content: "\f067";
		font-family: "FontAwesome";
		position: absolute;
		right: 20px; 
	}
	.hover a:after {
		content: "\f068¨";
		right: 0px;
	}

	.sucVirtual a:after {
		top: 17px;
	}

	.arrow a:after {
		content: "";
		font-family: "FontAwesome";
		position: absolute;
		right: 20px;
	}
	.header__navegation li.select {
		background: #DA291C !important;
		color: white; 
		font-family: "AMX-Regular";
	}
	.box__mobile {
		display: block !important;
		display: -webkit-box;
		display: -moz-box !important;
		display: -ms-flexbox !important;
		webkit-display: -webkit-flex !important;
		display: -webkit-flex !important;
		display: flex !important;
		flex-direction: row;
		-webkit-box-direction: row;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		justify-content: space-between;
		-webkit-justify-content: space-between;
		-ms-flex-pack: space-between;
		-ms-flex-pack: justify;
		width: 110px; 
		position: relative;
		float: right;
		top: 11px;
		padding-right: 20px;
	}
	.box__mobile #miniShopCart{
		top: -10px;
		position: relative;
		left: -60px;
	}
	.box__mobile .mobileLinkPago{
		position: relative;
    	left: -75px;
   	 	top: -4px;
	}
	.box__mobile .search:before {
		content: "\f002";
		font-family: "FontAwesome";
		cursor: pointer;
		font-size: 23px;
	}
	.box__mobile .nav__mobile {
		display: block; 
	}
	.box__mobile .search {
		color: white;
		width: 23px;
	}
	.option-menu{
		top: -50px;
	}
	.option-menu li:nth-child(1){
		float: right;
		position: relative;
	}
	#searchClaroMobile {
		top: 0px;
		width: auto;
		padding: 10px 10px 10px 10px;
	}
	/*#header.show, #header.viewSearch {
		position: fixed; 
	}*/
	#header.show .nav__mobile:before {
		content: "\f00d"; 
	}
	#header.viewSearch .box__mobile .search:before ,
	#headerMain.viewSearch .box__mobile .search:before {
		content: "\f00d";
		font-family: "FontAwesome"; 
	}
	#header.show .header__navegation{
		-webkit-transition: left 0.5s;
		-moz-transition: left 0.5s;
		-ms-transition: left 0.5s;
		transition: left 0.5s;
		left: 0;
	}

	#header .header__navegation .subMenu>dl dd span{
		display: none;
	}

	#header .header__navegation .subMenu>dl a.linkWithImg{
		display: none;
	}
	
	#header .header__navegation .menuSupNew > li {
		background: black !important; 
	}
	#header .header__navegation .menuSupNew > li.select {
		background: black !important; 
	}
	#header .header__navegation .menuSupNew > li:last-child {
		background: #666 !important;
	}
	.bloqueMenu .descktop {
		display: none !important; 
	}
	.bloqueMenu .movil {
		display: -webkit-box;
		display: -moz-box !important;
		display: -ms-flexbox !important;
		-webkit-display: -webkit-flex !important;
		display: -webkit-flex !important;
		display: flex !important; 
	}
	.definingAttributes div .color_swatch_label{
		margin-top: 0;
		padding-top: 0;
	}
	#contentWrapper{
		top: initial;
		position: relative;
	}
	#contentWrapper.newcat-content {
		padding-top: 0 !important;
	}
	div.footer_wrapper_position{
		margin-top: 70px;
	}
	div#quick_cart_container .button_primary > .button_text, .basicButton, .basicButton:hover{
		width: inherit;
	}
	#Header_GlobalLogin_signInQuickLink.panelLinkSelected.selected{
		border: 0;
	}
	.box__mobile #miniShopCart #MiniShopCartProductAddedWrapper{
		display: none !important;	
	}
	.usernameQuickLink{
		flex-wrap:  wrap;
		width: 135px;
		text-align: left;
	}
	.bloqueMenu .movil select{
		font-size: 0.9rem;
		font-family: "AMX", sans-serif !important;
		font-weight: 300;
	}
	div#content .collapsible[aria-expanded="true"] h3::before {
		content: ' ';
		position: absolute;
		right: 0;
		top: 20px;
		left: 0;
		background: url(/wcsstore/CLARO_SF_AS/images/claro/minus.svg);
		width: 15px;
		height: 2px;
		z-index: 100;
		display: none;
	}
	div#content .collapsible[aria-expanded="false"] h3::before{
		content: ' ';
		position: absolute;
		right: 0;
		top: 20px;
		left: 0;
		background: none;
		width: 15px;
		height: 2px;
		z-index: 100;
		display: none;
	}
	div.widget_site_popup > .middle > .content_left_border > .content_right_border > .content .footer .button_container {
		width: -webkit-fill-available;
		width: -moz-available;
	}
	div.widget_site_popup > .middle > .content_left_border > .content_right_border > .content .footer .button_container .button_primary, div.widget_site_popup > .middle > .content_left_border > .content_right_border > .content .footer .button_container .button_secondary {
		margin-left: 0;
	}

	.lista-rwd .row.facetContainer{
		display:none !important;
	}
	.row.margin-true > div > div.filter{
		display: block;
		margin: 10px 15px !important;
    	border-radius: 15px;
		background-color: white;
		font-weight: bold;
	}
	.layoutCategory-unificado .row.margin-true > div > div.filter-show,
	.subCat_page_tab_content .row.margin-true > div > div.filter-show {
		display: block;
		margin-top: 10px!important;
		background: #DA291C;
		font-weight: bold !important;
		font-family: 'AMX-Regular';
		color: white;
		padding: 10px 30px;
	}
	.row.margin-true > .lista-rwd > div> div.filter::after {
		position: absolute;
		right: 10px;
		content: "ïƒ—";
		font-family: "FontAwesome";
	}
	.row.margin-true > .lista-rwd > div> div.filter {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		font-weight: 300;
		border: 1px solid #DDD;
		color: black;
		padding: 10px 20px;
		position: relative;
		text-align: left;
		width: 100%;
		font-family: "AMX-Regular";
	}
	.row.margin-true > .lista-rwd > div> div.filter.show::after {
		content: "ïƒ˜";
	}

	.layoutCategory-unificado .row.margin-true div div.filterAccesory {
		display: block;
		margin-top: 10px!important;
		margin-bottom: 20px !important;
		background-color: white;
	}
	.layoutCategory-unificado .row.margin-true div div.filterAccesory-show {
		display: block;
		margin-top: 10px!important;
		background: #DA291C;
		font-weight: bold !important;
		font-family: 'AMX-Regular';
		color: white;
		padding: 10px 30px;
	}
	.layoutCategory-unificado .categoryAccNavWidget {
		display: none;
		padding: 0;
	}
	.layoutCategory-unificado #categoriesFacets:first-child {
		max-width: inherit !important;
		width: inherit;
		padding: 10px 16px !important;
	}
	.layoutCategory-unificado #categoriesFacets:first-child .facetSelect li {
		margin-left: 10px !important;
		width: 100% !important;
	}
	.layoutCategory-unificado #categoriesFacets .acc-categories .facetSelectContainer {
		padding: 0px;
	}
	.layoutCategory-unificado .container-filters .categoryAccNavWidget.collapsible {
		border-radius: 0 !important;
		margin-bottom: 20px !important;
	}
	.filterAccesory-show, .filterAccesory {
		margin: 0!important;
		padding: 10px 18px;
		border: 1px solid #ddd;
		font-family: "AMX-Regular";
		position: relative;
	}
	.filterAccesory-show::after, .filterAccesory::after {
		position: absolute;
		right: 22px;
		font-family: "FontAwesome";
	}
	.filterAccesory::after {
		content: "\f078";
	}
	.layoutCategory-unificado .filterAccesory-show::after {
		content: "\f00d";
	}

	#searchBar{
		display: none;
		padding: 0;
		background: #DA291C  !important;
	}
	#searchBar.active{
		position: relative !important;
		left: 0px;
		padding: 10px 20px;
		margin: 0;
		border: none;
		z-index: 2;
	}
	#searchBox {
		width: auto;
		height: 38px;
	}
	#searchTermWrapper{
		width: 330%;
    	border: 0.8px solid rgb(201 201 201);
		right: 0px;
	}
	.searchBtn {
		width: 44px;
	}
	.newClaroHeader .headerMain .hMainRight li.searchBtn a {
		padding: 8px !important;
	}
	#searchBox > .submitButton{
		width: 200%;
		left: 140px;
		float: right;
		border: 2px solid #DA291C;
	}
	.hSearchBox .closeSearchBox{
		top: 55px;
	}
	#searchBox > .submitButton:before{
		position: initial !important;
	}
	.filterDiv {
		padding-bottom: 15px;
		margin-bottom: 10px;
	}
	.filter-show, .filter {
		margin: 0!important;
		padding: 10px 18px;
		border: 1px solid #ddd;
		font-family: "AMX-Regular";
		position: relative;
	}
	.row.margin-true > div > div[id^="widget_left_nav_"] {
		margin-top: -1px;
	}
	.filter-show::after, .filter::after {
		position: absolute;
		right: 22px;
		font-family: "FontAwesome";
	}
	.filter::after {
		content: "\f078";
	}
	.filter-show::after {
		content: "\f077";
	}
	.layoutCategory-unificado .filter-show::after,
	.subCat_page_tab_content .filter-show::after {
		content: "\f00d";
	}
	.row.margin-true > div > div[id^="widget_left_nav_"] .row.facetContainer {
		padding: 0;
	}
	.product_listing_container {
		margin-top: 15px;
	}
	.row.margin-true > div > div[id^="widget_left_nav_"] .row.facetContainer .facetWidget.collapsible,
	#content .collapsible, .categoryNavWidget.collapsible, .linkWidget.collapsible {
		border: 1px solid #DDD;
		margin-top: -1px;
	}
	
	.layoutCategory-unificado .horizontal .facetSelect li a,
	.subCat_page_tab_content .horizontal .facetSelect li a{
		font-size: 12px !important;
	}
	.layoutCategory-unificado .col8.acol12.ccol9.right{
		max-width: 100% !important;
	}
	#minishopcart_total, #minishopcart_lock {
		font-size: 16px;
		right: -1px;
	}
	/**CONFIRMACIÃ“N**/
	.product-checkout .page_confirmation .desgloseCompraFin {
		display: block;
		margin-top: 20px;
		border-bottom: 1px dotted #ddd;
	}
	.product-checkout .page_confirmation .desgloseCompraFin .imgResumenFin {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 45%;
		padding: 0 10px;
		display: block;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.product-checkout .page_confirmation .desgloseCompraFin .detalleCompraFin .dcModule .elementDetalleCompraFin .precio {
		position: relative;
		top: 0;
	}
	.product-checkout .page_confirmation .desgloseCompraFin .detalleCompraFin {
		margin-bottom: 20px;
	}
	.content-checkout.c-order  #total_breakdown #order_total tr td.total_details[id^="WC_SingleShipmentOrderTotalsSummary_"] {
		margin-left: 58px;
	}
	.content-checkout.c-order #total_breakdown #order_total tr:last-child td.total_details[id^="WC_SingleShipmentOrderTotalsSummary_"] {
		margin-left: 0;
	}
	.namePartPriceContainer h1.main_header,
	.namePartPriceContainer h4 {
		font-size: 2rem;
	}
	#container_MyAccountDisplayB2B .button_primary {
		margin-bottom: 10px;
	}
	#container_MyAccountDisplayB2B .button_secondary > .button_text {
		width: -webkit-fill-available;
		width: -moz-available;
	}
	/**/
	#orderSummaryContainer .listTable .tableHeader div[class*="col"], #orderSummaryContainer .listTable .row.entry.withPreviewImage div[class*="col"] {
		width: initial;
		display: inline-block;
		float: initial;
		vertical-align: top;
	}
	#orderSummaryContainer .col1:nth-child(1) {
		margin-right: 7px;
		top: 0;
		width: 40px!important;
	}
	#orderSummaryContainer .listTable .row.entry.withPreviewImage div[role="gridcell"]:nth-child(2) {
		width: initial;
		margin-right: 10px;
	}
	#orderSummaryContainer .listTable .row.entry.withPreviewImage div[role="gridcell"]:last-child {
		text-align: right;
		width: -webkit-fill-available;
		width: -moz-available;
		float: initial;
		/*margin-left: 33%;
		/*margin-left: 93px;*/
	}
	.row.entry.withPreviewImage div[role="gridcell"] > div > p .title_history_detail {
		font-size: 12px;
	}
	#Processed_OrderList_list_table div[id^="WC_OrderList_TableContent_total_price_"]::before
	/*#orderSummaryContainer .listTable .row.entry.withPreviewImage div[role="gridcell"]:last-child > div.cell::before*/ {
		font-size: 1.375rem;
	}
	#orderSummaryContainer .listTable .row.entry.withPreviewImage div[role="gridcell"]:last-child > div.cell {
		font-size: 1.25rem;
	}
	.orderSummaryReport .col4 {
		display: block;
		width: -webkit-fill-available;
		width: -moz-available;
	}
	.orderSummaryReport {
		margin-top: 0!important;
	}
	.orderSummaryReport .col4 .shipping_address .title, .orderSummaryReport .col4 > h2, .orderSummaryReport .col4 > .title-bold {
		font-size: 13px;
		color: #000;
		font-family: "AMX-Regular";
		font-weight: 300;
	}
	.orderSummaryReport #summaryOfChanges {
		margin: 30px 0;
	}
	.orderSummaryReport .col4 > .title-bold {
		margin-top: 15px;
	}
	#orderItemDisplay {
		padding: 40px 15px 0;
	}
	#orderItemDisplay #continueShoppingButton {
		padding: 0;
	}
	.button_secondary > .button_text {
		width: -webkit-fill-available!important;
		width: -moz-available!important;
		padding: 10px 0;
	}
	.compare_main .row .item .heading_mobile {
		margin-bottom: 10px;
	}
	.widget_product_compare .compare_back {
		padding: 10px 8px 0;
	}
	/*FLECHAS CAROUSEL*/
	.carousel > .prevPageButton, .carousel > .carouselWrapper > div > .prevPageButton, .carousel > .nextPageButton, .carousel > .carouselWrapper > div > .nextPageButton,
	.pageControl {
		z-index: 0;
	}
	/***/
	.listTable .footer .pageCount {
		width: initial;
		display: inline-block;
	}
	.listTable .footer .pageButtons .paging_controls {
		width: -webkit-fill-available;
	}
	#AutoSuggestDiv {
		height: 65vh;
		overflow-y: scroll;
	}
	.option_shop .quantity_section::after {
		right: 7%;
	}
	.quantity_section::after {
		right: 9px!important;
		padding: 4px 14px;
	}
	.quantity_section {
		width: 87px;
	}
	.shop_cart #total_breakdown #order_total tr:first-child .total_details {
		float: initial;
		margin: 0;
	}
	.shop_cart #total_breakdown #order_total tr:first-child .total_figures {
		margin: 0;
	}
	.widget_quick_info_popup .shopperActions .button.primary, 
	.widget_quick_info_popup .shopperActions .button.secondary,
	#orderSummaryContainer .pageSectionTitle .title {
		width: -webkit-fill-available;
		width: -moz-available
	}
	.widget_quick_info_popup .shopperActions .button.primary {
		margin-top: 10px;
	}
	.listTableMobile .row div .leftCol {
		float: left;
		font-weight: initial;
		display: block;
		width: 100%;
		padding-right: 0;
		margin: 0px 0 2px 0;
		font-size: 13px;
		color: #000;
		font-family: "AMX-Regular";
	}
	.widget_quick_info_popup .purchase_section.shopperActions {
		margin-top: 30px;
		text-align: left;
	}
	.widget_quick_info_popup .shopperActions .button.primary, 
	.widget_quick_info_popup .shopperActions .button.secondary {
		max-width: initial;
	}

	div[id^="WC_UserRegistrationAddForm_div_3"] .addressShopCartFullContent .address_content_info:first-child {
		width: 100%;
	}
	.header__navegation .menuSupNew {
		display: flex!important;
	}
	.header__navegation > ul#listMenu {
		padding-left: 0;
	}
	
    .inputField[type="tel"] {
        display: inline-block;
    }
    #Register .inputField[type="tel"],
    #AddressForm .inputField[type="tel"] {
        width: calc(100% - 10px);
    }
    #addressDetailsEditFormMain #AddressForm .inputField[type="tel"] {
        width: calc(100% - 10px);
    }
    #centered_single_column_form .form_input[type="tel"] {
        width: calc(100% - 10px);
    }
    .address .form_input[type="tel"] {
        width: calc(100% - 10px);
    }
    .sign_in_registration #Register .content .inputField[type="tel"] {
        width: calc(100% - 10px);
    }
    /*PREFIJO*/
	#unregistered_form .drop_down_country {
		width: 100%!important;
	}
	/**/
	#alertBox {
		width: -webkit-fill-available;
		width: -moz-available;
	}
	#alertBox p::before {
		height: 100px;
	}
	#MessageArea {
		width: 95% !important;
	}
    #SMSModalInteraction {
		width: 93% !important;
		margin: auto;
	}
	.new-look-sms-container{
		height: auto !important;
		display: flex !important;
	}
	#idMensajeAqui{
		padding: 0px;
	}
	li#idContenedorSms small {
		margin-top: 0rem;
	}
	.store_message > .content{
		width: auto !important;
	}
	footer [class*="inferior"] .container {
        flex-direction: column;
        -webkit-box-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column
    }

    footer [class*="inferior"] .container .footer__foot {
        flex-direction: column;
        -webkit-box-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        padding: 10px 0 20px;
        align-items: right;
        -webkit-align-items: right;
        -ms-flex-align: right
    }

    footer [class*="inferior"] .container .footer__logo {
        margin: initial !important;
        padding-bottom: 20px
    }

    footer [class*="inferior"] .container p {
        padding-top: 5px;
        font-size: 10px;
        font-size: .625rem
    }

    footer [class*="inferior"] .container .footer__menu {
        flex-direction: column;
        -webkit-box-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column
    }

    footer [class*="inferior"] .container .footer__menu ul {
        flex-wrap: wrap;
        -webkit-box-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: flex-start;
        -ms-flex-pack: start
    }

    footer [class*="inferior"] .container .footer__menu ul li {
        width: 50%;
        margin-bottom: 10px
    }

    footer [class*="inferior"] .container .bloqueRegion {
        display: -webkit-box;
        display: -moz-box !important;
        display: -ms-flexbox !important;
        webkit-display: -webkit-flex !important;
        display: -webkit-flex !important;
        display: flex !important;
        flex-direction: row;
        -webkit-box-direction: row;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        justify-content: flex-end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: flex-end;
        -ms-flex-pack: end;
        position: absolute;
        width: 100%
    }

    footer [class*="inferior"] .container .bloqueRegion .region {
        position: absolute;
        width: auto;
        height: 20px;
        z-index: 100;
        top: 5px
    }

    footer [class*="inferior"] .container .bloqueRegion .region:after {
        content: "ï„‡";
        font-family: "FontAwesome";
        color: #fff;
        position: absolute;
        left: -18px;
        top: 4px
    }

    footer [class*="inferior"] .container .bloqueRegion ul {
        -webkit-transition: max-height .5s;
        -moz-transition: max-height .5s;
        -ms-transition: max-height .5s;
        transition: max-height .5s;
        display: -webkit-box;
        display: -moz-box !important;
        display: -ms-flexbox !important;
        webkit-display: -webkit-flex !important;
        display: -webkit-flex !important;
        display: flex !important;
        flex-wrap: wrap;
        -webkit-box-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-direction: row;
        -webkit-box-direction: row;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        font-size: 12px;
        font-size: .75rem;
        position: absolute;
        background: #000;
        z-index: 2;
        color: #fff;
        width: 100%;
        top: 33px;
        right: -16px;
        margin-bottom: 60px;
        padding: 0 10px;
        overflow: hidden;
        display: none !important
    }

    footer [class*="inferior"] .container .bloqueRegion ul.show {
        -webkit-transition: max-height .5s;
        -moz-transition: max-height .5s;
        -ms-transition: max-height .5s;
        transition: max-height .5s;
        height: auto;
        max-height: 350px;
        display: block !important;
        cursor: pointer
    }

    footer [class*="inferior"] .container .bloqueRegion ul li {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        margin: auto;
        width: 33%;
        padding: 8px;
        text-align: left
    }

    footer [class*="inferior"] .container .bloqueRegion ul li a {
        color: inherit;
        text-decoration: none;
        text-decoration: none;
        display: block;
        width: 100%
    }

    footer [class*="inferior"] .container .bloqueRegion ul li a:active {
        color: #fff
    }

    footer [class*="inferior"] .container .bloqueRegion ul li a:hover {
        -webkit-transition: color .3s;
        -moz-transition: color .3s;
        -ms-transition: color .3s;
        transition: color .3s;
        color: #1F97AE
    }
	#centered_single_column_form_button{
		width: inherit;
		margin: 20px 20px 0px 20px;
	}
	#centered_single_column_form_button.loggedCheckoutPostpagoStyles{
		margin: 0px;
	}
	#WC_OrderShipmentDetails_div_31{
		display: none !important;
	}
	.contenedor-2 {
		padding-bottom: 0px;
        margin: 0px;
	}
	.bordestableproduct {
		margin : 0px
	}

	.supcontenedor {
	   width: 100%;
	   padding: 0px;
	}

	.form_unregistered .ems-despacho, #editAddressContents .ems-despacho {
		width: 100%;
    	overflow: hidden;
	}
	#editAddressContents .ems-despacho {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.content-checkout .breakplan #order_total tbody tr #WC_SingleShipmentOrderTotalsSummary_td_13 {
		font-size: 1.1rem;
		font-family: "AMX-Regular";
		font-weight: 300;
	}
 
	.content-checkout .breakplan #order_total tbody tr #WC_SingleShipmentOrderTotalsSummary_td_12 {
		font-size: 1.1rem;
		font-family: "AMX-Regular";
		font-weight: 300;
	}

	#buttonsigauto {
		margin-top: 0px !important;
	}
	
	#Delivery_Chip{
		width: 100% !important;
	}
	
	#WC_UnregisteredCheckout_div_16 {
		width: 100% !important;
	}
	
	#billingCreateEditArea1 {
		width: -webkit-fill-available !important;
		padding: 0 !important
	}
	
	.myaccount_header {
		font-size: 18px !important;
	}
	#centered_single_column_form h1{
		margin-top: 0px;
	}
	.planes {
		height: auto !important;
	}
	
	/* dquisocala: [DOC95] Mejora - inicio */
	.content_link_item.mobile-hide{
		display: none;
	}
	.shop_cart .btn-register{
		padding-bottom: 42px !important;
    	padding-top: 20px !important;
	}
	.content-shipping-unregistered #billingCreateEditArea1 .addressShopCartFullContent .address_content_info.address_depa,
	#unregistered_form #billingCreateEditArea1 .addressShopCartFullContent .address_content_info.address_depa{
    	width: calc(34% - 9px);
	}
	.content-shipping-unregistered .addressShopCartFullContent .address_content_info:nth-child(2),
	.content-shipping-unregistered .addressShopCartFullContent .address_content_info:nth-child(3),
	#unregistered_form .addressShopCartFullContent .address_content_info:nth-child(2),
	#unregistered_form .addressShopCartFullContent .address_content_info:nth-child(3){
    	margin-right: 0px !important;
	}
	.content-shipping-unregistered .addressShopCartFullContent .address_content_info:nth-child(2) .label_spacer,
	.content-shipping-unregistered .addressShopCartFullContent .address_content_info:nth-child(3) .label_spacer,
	.content-shipping-unregistered .addressShopCartFullContent .address_content_info:nth-child(4) .label_spacer,
	#unregistered_form .addressShopCartFullContent .address_content_info:nth-child(2) .label_spacer,
	#unregistered_form .addressShopCartFullContent .address_content_info:nth-child(4) .label_spacer {
    	padding-bottom: 14px;
	}
	.content-shipping-unregistered .address_depa select[name=tipoInterior]{
		margin: 10px 0px 10px 0px;
	}
	#addressDetailsEditFormMain .addressShopCartFullContent .address_content_info:first-child, #addressDetailsEditFormMain .addressShopCartFullContent .address_content_info{
		width: 100%;
	}
	#AddressForm h1{
		display: inline-block;
	}
	#shippingAddressDisplayArea{
		width: 100%;
	}
	.sign_in_registration .wcSelect.inputField.select, .sign_in_registration .wcSelect.inputField {
    	width: 100% !important;
    	padding: 10px !important;
	}
	#centered_single_column_form {
		padding: 0;
	}
	#editAddressContents .addressShopCartFullContent .address_content_info:nth-child(2), #editAddressContents .addressShopCartFullContent .address_content_info:nth-child(3),
	.addAddressBook .depaInfo .address_content_info:first-child, .addAddressBook .depaInfo .address_content_info:nth-child(2){
		margin-right: 7px!important;
	}
	#centered_single_column_form .address_content_info {
    	width: calc(34% - 8px);
	}
	.checkout-information #tipoInterior {
	    padding: 8px;
	}
	#centered_single_column_form .address_content_info:nth-child(2) .label_spacer, #centered_single_column_form .address_content_info:nth-child(4) .label_spacer{
		padding-bottom: 15px;
	}
	.wcSelect.inputField.select.select-birthday{
		width: 90% !important;
	}
	.wcSelect.inputField.select.year{
		width: 100% !important;
	}
	#AddressForm .addAddressBook .depaInfo .address_content_info {
    	width: calc(34% - 8px);
	}
	#tipoInterior{
		padding: 9px;
	}
	#AddressForm{
		word-wrap: break-word;
	}
	#AddressForm .addAddressBook .depaInfo .address_content_info:first-child .column_label, #AddressForm .addAddressBook .depaInfo .address_content_info:nth-child(3) .column_label {
    	padding-bottom: 20px;
	}
	#container_MyAccountDisplayB2B .wcSelect.inputField.select, #Register .wcSelect.inputField.select{
		padding: 9px !important;
	}

	#Register .depaInfo .address_content_info {
    	width: calc(34% - 7px);
	}
	#Register .depaInfo .address_content_info:first-child .column_label, #Register .depaInfo .address_content_info:nth-child(3) .column_label {
		padding-bottom: 20px;
	}
	#Register .depaInfo .address_content_info:first-child,  #Register .depaInfo .address_content_info.address_depa{
    	margin-right: 6px !important;
	}
	#Register .depaInfo .address_content_info{
    	padding-bottom: 12px;
	}
	#Register .form_2column .column.depaInfo, #Register .form_2column .column.password-input{
		padding-bottom: 0px;
	}
	.content_condition_password_popUp{
		background-color: #C7E5EB;
		font-size: .8rem;
    	color: #222;
    	font-family: "AMX-Regular";
    	padding: 5px 10px;
		line-height: 1.6;
		border-radius: 10px;
	}
	.condition-password-icon {
	    position: relative;
	    top: -75px;
	    float: left;
	    left: 90px;
	    text-align: center;
	    background-color: #1F97AE;
	    border-radius: 50%;
	    width: 20px;
	    height: 20px;
	    font-size: 14px;
	    cursor: default;
	}
	.condition-password-icon:before {       
	    content: 'i';
	    font-weight: bold;
	    color: #fff;        
	}
	.loggedCheckoutPrepago .resume_title{
		text-align: center;
	    background: none;
	    font-size: 1em;
	    color: #777;
	    border-bottom: none;
	    border-top: 1px solid #ddd;
	}
	.loggedCheckoutPrepago #order_details th{
		border: none;
		border-left: 1px solid #ddd;
   		border-right: 1px solid #ddd;
    	border-bottom: 1px solid #ddd;
	}
	.loggedCheckoutPrepago #order_details th.th_resumen_title{
		border-bottom: none;
	}
	.loggedCheckoutPrepago #total_breakdown #order_total tr:first-child{
		border-bottom: none;
	}
	.loggedCheckoutPrepago #total_breakdown #order_total tr:nth-child(5){
		border-bottom: none;
		padding-bottom: 25px;
	}
	.loggedCheckoutPrepago #total_breakdown #order_total tr:last-child{
		background: #D9F7F3;
		box-shadow: none;
	}
	.loggedCheckoutPrepago #total_breakdown #order_total .total_details{
		margin: 0;
		font-size: 1.1rem;
	    color: #000;
	    font-weight: 700;
	}
	.loggedCheckoutPrepago #total_breakdown #order_total .total_figures.breadcrumb_current{
		font-size: 18px;
	}
	.delivery_date.delivery_date_prepago{
		margin-top : 25px;
		width: 100% !important;
	}
	.myAccountChangePassword .form_2column .align, #container_MyAccountDisplayB2B .my_account.myAccountChangePassword .button_footer_line {
    	width: 100%;
	}
	.myAccountChangePassword .alert_mobile_popUp{
		background-color: #C7E5EB;
		font-size: .8rem;
    	color: #222;
    	font-family: "AMX-Regular";
    	padding: 5px 10px;
		line-height: 1.6;
		border-radius: 10px;
		margin-top: 15px;
	}
	#WC_UserPasswordUpdateForm_div_9{
		display: inline-block;
	}
	.form_2column .column > #WC_UserPasswordUpdateForm_div_9 > label{
		display: inline-block;
	}
	.myAccountChangePassword .condition-password-icon {
	    position: relative;
	    top: 0px;
	    float: right;
	    text-align: center;
	    background-color: #1F97AE;
	    border-radius: 50%;
	    width: 20px;
	    height: 20px;
	    font-size: 14px;
	    left: 2px;
	    cursor: default;
	}
	.loggedCheckoutPrepago .spanTerminosCondicionesPrepago{
		width: 100%;
	}
	/* dquisocala: [DOC95] Mejora - fin */
	#summary_section_custom{
		margin-top: 20px;
	}
	button.btnNextPostPago {
        height: 40px;
		
	}
	.contenedor-sms-reduce{
		margin-top: 0px;
	}
	.contenedor-formRefere ul{
		margin: auto;
	}
	#total_breakdown #order_total .total_details.order_total {
		font-size: 18px;
		font-weight: 300;
		color: black;
	}
	/** SECTION QUIEN RECIBIRA EL PEDIDO - INICIO **/
	.content-shipping-information-add .content {
		width: 100%;
	}
	.content-shipping-information-add .list {
		padding: 0;
		margin: 0;
	}
	.content-shipping-information-add .list__item {
		border-radius: 10px 10px 10px 10px;
	    border: 1px solid #ddd;
	    padding: 10px;
	    margin-top: 10px;
	}
	.content-shipping-information-add .label--radio {
		position: relative;
		margin: 8px;
		font-family: Arial, sans-serif;
		line-height: 135%;
		cursor: pointer;
	}
	.content-shipping-information-add .radio  {
		position: relative;
		margin: 0 16px 0 0;
		cursor: pointer;
	}
	.content-shipping-information-add .radio::before  { 
		transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
		transform: scale(0, 0);
		content: "";
		position: absolute;
	    top: 0.0625rem;
	    left: 0.1875rem;
	    z-index: 1;
	    width: 0.625rem;
	    height: 0.625rem;
		background: #81e229;
	    border-radius: 50%;
	}
	.content-shipping-information-add .radio::after   {
		content: "";
		position: absolute;
		top: -0.25rem;
		left: -0.125rem;
		width: 1rem;
		height: 1rem;
	    background: #fff;
	    border: 2px solid #ddd;
	    border-radius: 50%;
	}
	.content-shipping-information-add .radio:checked:before  {
		transform: scale(1, 1);
	}
	#box .header{
		color: #000;
		font-size: 1.25rem;
		font-weight: 300;
		letter-spacing: .4px;
		line-height: normal;
		margin: 15px 0;
		display: block;
		font-family: "AMX-Medium";
		height: initial;
	}
	.sectionNewDataReceptorClass{
		margin-top: 5px;
		width: 95%;
	}
	#formNewDataReceptor .billing_box:first-child,#formNewDataReceptor .required_fields{
		font-size: .9rem;
		color: #222;
		font-weight: 400;
		font-family: "AMX-Regular";	
	}
	#formNewDataReceptor .billing_box input{
		width: -webkit-fill-available;
		width: -moz-available;
		margin: 2px 0 0px 0;
		padding: 10px;
		font-size: .9em;
		color: #666;
	}
	.title-resume{
		font-family: "AMX-Regular";
		font-size: 0.875rem;
		color: #000;
		font-weight: 300
	}
	.marginTitleConfirm{
		margin-bottom: 8px;
	}
	#typeInstalledRadioGroupDivId{
		margin-bottom: 10px;
	}
	.receiver_type{
		margin-bottom: 20px;
	}

	/** SECTION QUIEN RECIBIRA EL PEDIDO - FIN **/
	
	/* dquisocala: Catalogo unificado - inicio */
	.layoutCategory-unificado .horizontal.collapsible{
		border-radius: 0px !important;
	}
	.layoutCategory-unificado .collapsible, .subCat_page_tab_content .facetWidget.collapsible {
    	border-radius: 0px !important;
	}
	.layoutCategory-unificado .sorting_view_controls_container, .subCat_page_tab_content .sorting_view_controls_container{
		display: none !important;
	}
	.layoutCategory-unificado .paging_controls,
	.subCat_page_tab_content .paging_controls {
		width: 100%;
	}
	.sorting_controls_mobile .orderByDropdown .wcSelect .ui-selectmenu-text{
		display: block !important;
	}
	.sorting_controls_mobile .orderByDropdown .wcSelect {
    	width: 95%;
	}
	.sorting_controls_mobile {
    	padding: 0 12px;
    	display: block;
	}
	.sorting_controls_mobile .selectWrapper{
		width: 100%;
		border-radius: 14px;
		margin-bottom: 7px;
	}
	.sorting_controls_mobile .order_by_label {
    	text-transform: none;
    	font-weight: bold;
    	font-size: 1em;
    	line-height: 40px;
    	min-height: 40px;
	}
	
	.layoutCategory-unificado .product_listing_container .list_mode .compare_target {
		padding-top: 10px;
		padding-left: 15px;
		visibility: hidden;
	}
	.layoutCategory-unificado .product_listing_container .list_mode .compare_target,
	.subCat_page_tab_content .product_listing_container .list_mode .compare_target  {
	    visibility: hidden;
	}
	.layoutCategory-unificado .compare_target > input {
    	display: none;
	}
	.layoutCategory-unificado .product_listing_container > .list_mode > li, .subCat_page_tab_content .product_listing_container > .list_mode > li{
		min-height: 360px;
	}
	.layoutCategory-unificado .main_features_product,
	.subCat_page_tab_content .main_features_product {
		padding: 20px 12px 70px;
	}
	.layoutCategory-unificado .main_features_product .main_features_column,
	.subCat_page_tab_content .main_features_product .main_features_column {
		font-size: 14px;
	}
	.layoutCategory-unificado .product_listing_container .list_mode .product .product_info .product_price,
	.subCat_page_tab_content .product_listing_container .list_mode .product .product_info .product_price {
		margin-top: 83px;
	}
	.layoutCategory-unificado .product_listing_container .list_mode .product .product_info .product_price_teamcard,
	.subCat_page_tab_content .product_listing_container .list_mode .product .product_info .product_price_teamcard {
		margin-top: 43px;
	}
	.layoutCategory-unificado .product_info #listPrice_teamcard,
	.subCat_page_tab_content .product_info #listPrice_teamcard {
		margin-bottom: 10px;
	}
	.layoutCategory-unificado .col8.acol12.ccol9.right{
		max-width: 100%;
	}
	.layoutCategory-unificado .productListingWidget > .header_bar {
		min-height: 50px;
		margin-left: 15px;
	}
	.subCat_page_tab_content .searchSummaryWidget {
		margin-left: 20px !important;
	}
	
	/* dquisocala: Catalogo unificado - fin */
	.layoutCategory-unificado .productListingWidget,
	.subCat_page_tab_content .productListingWidget{
		margin-left: 20px !important;
	}
	.layoutCategory-unificado .product_listing_container,
	.subCat_page_tab_content .product_listing_container{
		margin-left: 50px;
	}
	
	#productsFacetsHorizontal .facetSelectContainer {
		margin-left: -5px;
	}
	#productsFacetsHorizontal .facetSelectContainer > ul{
		margin: 0;
	}
	#productsFacetsHorizontal .facetSelectContainer .facetSelectedHighlight {
	    margin-left: 0px;
	}
	#productsFacetsHorizontal .facetSelect li {
	    width: 70px;
	    display: block;
		margin: 2px;
	    margin-left: 0px;
	    margin-right: 0px;
	    border-radius: 8px;
		border: 1px solid #ccc;
	}
	.layoutCategory-unificado #productsFacetsHorizontal .facetSelect li{
		max-width: 83px;
		min-width: 75px;
	}
	#productsFacetsHorizontal .facetSelectedModality{
	    padding: 0px;
	    background-color: #ccc;
	    color: #000;
	    font-weight: 600;
	}
	#productsFacetsHorizontal .facetSelect .facetbutton .outline {
	    border: none;
	    display: block;
	    padding: 15px 0px;
	    line-height: 16px;
	    text-align: center;
	    margin: 0px;
	}
	#productsFacetsHorizontalWhitoutCarrusel .facetSelect .facetbutton .text-macrof {
	    font-size: 12px;
    	line-height: 13px;
    	margin-top: 3px;
	}
	#productsFacetsHorizontal .facetSelect li a .outline {
        margin-left: 0px;
	}
	#content .horizontal.facetWidget.collapsible {
    	padding: 0;
	}
	.layoutCategory-unificado .facetSelect li {
	    padding: 0px;
	}
	.layoutCategory-unificado .product_listing_container .product .price,
	.subCat_page_tab_content .product_listing_container .product .price {
		font-size: 24px;
	}
	#productsFacetsHorizontal > fieldset {
    	padding: 0px;
	}
	#content .horizontal.collapsible {
		border: none;
	}
	.layoutCategory-unificado .col4.acol12.ccol3{
		max-width: 100%;
	}
	.layoutFicha-unificado .nav_financia a{
	    min-height: 30px;
	    height: 100%;
	}
	.layoutCategory-unificado .list_mode .product_info,
	.subCat_page_tab_content .list_mode .product_info {
		margin-bottom: 10%;
	}
	.layoutFicha-unificado .wrapper_character{
		margin: 50px auto 0px;
		width: 100%;
		border: none;
    	border-radius: 0;
		border-top: 1px solid #BBBBBB;
	}
	.layoutFicha-unificado .wrapper_data_sheet{
		width: 100%;
		margin: 5px auto;
		border: none;
		border-radius: 0;
		border-top: 1px solid #BBBBBB;
		border-bottom: 1px solid #BBBBBB;
		margin-bottom: 50px;
	}
	.layoutFicha-unificado .wrapper_character #mainFeaturesSheet, .layoutFicha-unificado .wrapper_data_sheet #techniqueSheet {
		font-size: 15px;
		word-wrap: break-word;
	}
	.layoutFicha-unificado .facetSelectContainer {
		padding: 10px;
	}
}
@media screen and (min-width: 640px) and (max-width: 840px) {
    .shop_cart #total_breakdown #order_total tr:first-child .total_figures {
		/* dquisocala: DOC[95] se comenta estos estilos 
		margin-left: calc(33.5% - 10px); */
    	float: right;
	}
	.shop_cart #total_breakdown #order_total tr:first-child {
		margin-bottom: 24px;
	}
}

@media screen and (min-width: 412px) and (max-width: 915px) {
	.layoutFicha-unificado .card-column .old_price {
		width: 190px;
	}
	.layoutFicha-unificado .card-column .title-product-display-normal {
	    top: 10px;
	}
	.layoutFicha-unificado .tab_financia {
		width: 8.2em !important;
	}
}
@media screen and (min-width: 360px) and (max-width: 740px) {
	.layoutFicha-unificado .card-column .old_price {
		width: 150px;
	}
	.layoutFicha-unificado .tab_financia {
		width: 6.6em;
	}
}
@media screen and (min-width: 375px) and (max-width: 667px) {
	.layoutFicha-unificado .card-column .old_price {
		width: 150px;
	}
	.layoutFicha-unificado .tab_financia {
		width: 7.1em;
	}
}
@media screen and (min-width: 390px) and (max-width: 844px) {
	.layoutFicha-unificado .card-column .old_price {
		width: 150px;
	}
	.layoutFicha-unificado .tab_financia {
		width: 7.6em;
	}
}

@media only screen and (max-width: 1560px) and (min-width: 1281px){
	 .breadcrumb ,.container {
		max-width: 1255px !important;
	}
}
@media only screen and (max-width: 480px){
	footer [class*="superior"] .container dl {
		width: 50%;
		margin-bottom: 10px;
	}
}
@media only screen and (max-width: 480px){
	.container [class^="g-"] {
		width: 100%;
		padding: 5px;
	}	
}
@media only screen and (max-width: 760px){
	footer [class*="superior"] .container dl {
		width: 50%;
		margin-bottom: 10px;
	}

	#header [class*="navegation"] .subMenu dt.movil:before,
	#header [class*="navegation"] .subMenu dt.hogar:before,
	#header [class*="navegation"] .subMenu dt.entretenimiento:before,
	#header [class*="navegation"] .subMenu dt.promocion:before,
	#header [class*="navegation"] .subMenu dt.claroClub:before,
	#header [class*="navegation"] .subMenu dt.iot:before,
	#header [class*="navegation"] .subMenu dt.video:before,
	#header [class*="navegation"] .subMenu dt.clienteNuevo:before,
	#header [class*="navegation"] .subMenu dt.claroUp:before,
	#header [class*="navegation"] .subMenu dt.ico_equiposTienda:before,
	#header [class*="navegation"] .subMenu dt.ico_planesTienda:before,
	#header [class*="navegation"] .subMenu dt.ico_tecnologiaTienda:before,
	#header [class*="navegation"] .subMenu dt.ico_seguimientoBus:before,
	#header .wpthemeHeaderNav .subMenu dt.movil:before,
	#header .wpthemeHeaderNav .subMenu dt.hogar:before,
	#header .wpthemeHeaderNav .subMenu dt.entretenimiento:before,
	#header .wpthemeHeaderNav .subMenu dt.promocion:before,
	#header .wpthemeHeaderNav .subMenu dt.claroClub:before,
	#header .wpthemeHeaderNav .subMenu dt.iot:before,
	#header .wpthemeHeaderNav .subMenu dt.video:before,
	#header .wpthemeHeaderNav .subMenu dt.clienteNuevo:before,
	#header .wpthemeHeaderNav .subMenu dt.claroUp:before,
	#header .wpthemeHeaderNav .subMenu dt.ico_equiposTienda:before,
	#header .wpthemeHeaderNav .subMenu dt.ico_planesTienda:before,
	#header .wpthemeHeaderNav .subMenu dt.ico_tecnologiaTienda:before,
	#header .wpthemeHeaderNav .subMenu dt.ico_seguimientoBus:before {
		display: none;
	}

	#header .header__navegation .menuSupNew>li:last-child{
		background: #666 !important;
	}
}
/*arojas: [estilos para el footer]  26/04/2019 - fin */
@media screen and (max-width: 960px) and (min-width: 760px) {
	#Register  .address_content_info:nth-child(1) .column_label{
		margin: 0px 0px 21px 0px;
	}
	.separata{
		margin: 0px;
		padding-bottom: 20px !important;
	}
	.numeracion > .label_spacer,
	.interior > .label_spacer{
		margin: 0px 0px 21px 0px;
	}
}
@media screen and (max-width: 960px) and (min-width: 640px) {
	.pageSection form[action="PersonChangeServiceAddressAdd"] .depaInfo .address_content_info{
		padding-bottom: 0px !important;
	}
	#widgetEvaluateIdentity div[style*="100%"] .contenedor-2{
		width: 500px;
	}
	.contenedor-2 {
		width: 100%;
	}
	
	.content-checkout .breakplan #order_total tbody tr #WC_SingleShipmentOrderTotalsSummary_td_12 {
		font-size: 0.85rem;
		font-weight: 600;
	}
	
	.content-checkout .breakplan #order_total tbody tr #WC_SingleShipmentOrderTotalsSummary_td_13 {
		font-size: 0.85rem;
		font-weight: 600;
	}
	
	/* dquisocala[DOC95] : se comenta estos estilos
	#total_breakdown #order_total #WC_SingleShipmentOrderTotalsSummary_td_9{
		font-size: 1.675rem;
	}
	*/
	
	#total_breakdown #order_total #WC_SingleShipmentOrderTotalsSummary_td_10{
		font-size: 18px;
	}
	#centered_single_column_form .address_content_info {
    	width: calc(34% - 8px);
	}
}
@media only screen and (max-width: 450px){
	.content-shipping-unregistered .addressShopCartFullContent > .address_depa:nth-child(2) > .label_spacer{
		padding-bottom: 25px !important;
	}
	.pageSection form[action="PersonChangeServiceAddressAdd"] .depaInfo .address_content_info >#WC_AddressEntryForm_div_50 >div{
		padding-bottom: 20px !important;
	}
	.pageSection form[action="PersonChangeServiceAddressAdd"] .depaInfo .address_content_info{
		width: calc(34% - 8px) !important;
	}

	.pageSection form[action="PersonChangeServiceAddressAdd"] .depaInfo .address_content_info:first-child,
	.pageSection form[action="PersonChangeServiceAddressAdd"] .depaInfo .address_content_info:nth-child(2){
			margin-right: 7px !important;
	}

	.pageSection form[action="PersonChangeServiceAddressAdd"] .depaInfo .address_content_info:first-child .column_label,
	.pageSection form[action="PersonChangeServiceAddressAdd"] .depaInfo .address_content_info:last-child .column_label{
		padding-bottom: 0px !important;
	}


	.content-shipping-unregistered .addressShopCartFullContent .address_content_info:nth-child(3) .label_spacer,
	.content-shipping-unregistered .addressShopCartFullContent > .address_depa:nth-child(2) > .label_spacer{
		padding-bottom: 5px !important;
	}
	.content-shipping-unregistered .address_depa select[name=tipoInterior],
	.content-shipping-unregistered .address_depa input[name=addressField2]{	
		margin: 0px;
	}
}
@media only screen and (max-width: 375px){
	.pageSection form[action="PersonChangeServiceAddressAdd"] .depaInfo .address_content_info >#WC_AddressEntryForm_div_50 >div{
		padding-bottom: 0px !important;
	}
}
@media only screen and (max-width: 360px){
	.content-shipping-unregistered .addressShopCartFullContent > .address_depa:nth-child(2) > .label_spacer{
		padding-bottom: 25px !important;
	}
	.pageSection form[action="PersonChangeServiceAddressAdd"] .depaInfo .address_content_info >#WC_AddressEntryForm_div_50 >div{
		padding-bottom: 0px !important;
	}	
	#unregistered_form .addressShopCartFullContent > .address_depa.interior > .label_spacer{
		padding-bottom: 5px !important;
	}
	#unregistered_form .address_depa.interior input[name=addressField3]{
		margin: 0px 0px 10px 0px;
	}
	.content-shipping-unregistered .addressShopCartFullContent > .address_depa:nth-child(4) > .label_spacer{
		padding-bottom: 5px !important;
	}	
	.content-shipping-unregistered .address_depa input[name=addressField2],
	.content-shipping-unregistered .address_depa input[name=addressField3]{
		margin: 0px 0px 10px 0px;
	}
	#editAddressContents .address_content_info input[name=addressField3]{
		margin: 4px 0px 10px 0px
	}
	#AddressForm .addAddressBook .depaInfo .address_content_info:nth-child(3) .column_label,
	#Register .depaInfo .address_content_info:nth-child(3) .column_label,
	#centered_single_column_form .address_content_info:nth-child(4) .label_spacer{
		padding-bottom: 0px !important;
	}
}
@media only screen and (max-width: 650px){
	.layoutFicha-unificado .title-product-display-oferta, .layoutFicha-unificado .namePartPriceContainer span, .layoutFicha-unificado .abonoInitVal,
	.layoutFicha-unificado .abonoPrecioDisplay,.layoutFicha-unificado .old_price
	{
		font-size: 16px !important;
	}
	.content-shipping-unregistered .addressShopCartFullContent > .address_depa:nth-child(2) > .label_spacer{
		padding-bottom: 25px !important;
	}
	.shop_cart .text_shipping{
		padding-top: 52%;
	}
	#widgetEvaluateIdentity .checkout-information {
	    width: 100%;
	}
	#SMSModalInteraction .contenedor-2 {
    	min-width: 100% !important;
    	width: 100%
	}
	#SMSModalInteraction fieldset.error i {
	    right: -1px;
	    width: 100%;
	}
	#SMSModalInteraction button.btnNextPostPago {
	    width: 100%;
	    margin-left: 18px;
	}
	#SMSModalInteraction .contenedor-sms-reduce {
    	margin-bottom: 15px !important;
	}

	.layoutFicha-unificado .nav_financia a{
		background: none;
		box-shadow: none;
	}
	.layoutFicha-unificado .textAbonoInit, .layoutFicha-unificado .quotaQuantity, .layoutFicha-unificado .textQuota{
		font-size: 16px;
	}
	.layoutFicha-unificado .contentDataPlan{
		display: block;
	}
	/*jcisneros_260122: ficha de producto Inicio*/
	.widget_product_image_viewer > .content > .other_views{
		width: 375px !important;
	}
	.layoutFicha-unificado .selectedPlan{
		min-width: auto !important;
		display: flex !important;
	}
	.layoutFicha-unificado .slot12, .layoutFicha-unificado .slot13,
	.layoutFicha-unificado .slot14{
		padding: 0 !important;
	}
	.slick-prev{
	 	left: 24px !important;
	}
	.layoutFicha-unificado .borderModality .slick-slide{
		margin-bottom: 0px !important;
		margin: 0px 21px;
	}
	.layoutFicha-unificado .slick-slide img {
		margin-left: 18px;
	}
	.slick-dots {
		width: 400px !important;
	}

	.layoutFicha-unificado .borderModality .wrapper-modality .content-input-attr.selectedAttr{
		display: flex;
    	justify-content: center;
		width: max-content;
	}

	.layoutFicha-unificado .borderModality .div_slider .content-input-attr{
		margin: 5px -5px;
		width: 72px !important;
		height: 60px;
		vertical-align: middle;
		text-align: center;
		display: flex;
    	flex-direction: row-reverse;
	}

	.layoutFicha-unificado .wrapper-modality{
		flex-wrap: inherit;
	}

	.swiper-button-prev, .swiper-button-next{
		color: black !important;
		right: -15px !important;
    	line-height: 50px;
	}

	.layoutFicha-unificado .div_slider{
		width: 32% !important;
	}

	.swiper-button-prev:after, .swiper-button-next:after{
		font-size: 19px !important;
	}

	.layoutFicha-unificado .wrapper-fullImage #idDetailsDelivery {
		width: 90%;
		display: inherit;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: center;
		margin: 10px;
		font-size: 14px;
		padding: 10px;
		margin-left: 10px;
		margin-right: 10px;
	}
	.layoutFicha-unificado #ProductAngleImagesAreaList .slick-track {
		margin-bottom: 20px;
	}
	.product_page_content .widget_product_image_viewer .content {
		padding-bottom: 0px;
	}
	.layoutFicha-unificado .wrapper-comercial .slot12,
	.layoutFicha-unificado .wrapper-comercial .slot13 {
		width: 100%;
	}
	.layoutFicha-unificado .subwrapper-plan{
	    width: auto;
	}
	.layoutFicha-unificado .content-attrDescipt{
		width: 100%;
	}
	#cameraId, #screenId, #processorId {
		width: 100%;
		-webkit-line-clamp: 1;
	}
	.layoutFicha-unificado .optionContainer .title {
		font-size: 15px;
		font-weight: bold;
		padding: 0 20px 0 25px;
		border: none;
	}
	.layoutFicha-unificado .optionContainer .arrow_collapsed,
	.layoutFicha-unificado .optionContainer .arrow_collapsed::before {
		width: 15px;
	}
	.layoutFicha-unificado .optionContainer .arrow_collapsed_up,
	.layoutFicha-unificado .optionContainer .arrow_collapsed_up::before {
		width: 15px;
		height: 15px;
	}
	.layoutFicha-unificado .wrapper-attribute {
		width: 86%;
		margin: 0px 0px !important;
		padding: 0px !important;
	}
	.layoutFicha-unificado .wrapper-attribute .left_espot {
		padding: 0;
	}
	.layoutFicha-unificado .definingAttributes .color_swatch_list .options_dropdown_column {
		width: 100%;
		padding-right: 0px;
		margin-bottom: 0px;
	}
	.layoutFicha-unificado .title_feature {
		margin-bottom: 10px !important;
	}
	.layoutFicha-unificado .color_swatch_list .options_dropdown_column div:nth-child(4n+2) {
		margin-bottom: 5px;
	}
	.layoutFicha-unificado .definingAttributes .color_swatch_list .options_dropdown_column .selectWrapper {
		width: 100%;
	}
	.layoutFicha-unificado .definingAttributes .color_swatch_list .options_dropdown_column .selectWrapper .wcSelect {
		width: 95%;
	}
/*jcisneros_260122: ficha de producto Fin*/
}
@media screen and (max-width: 1280px) and (min-width: 960px) {
	.checkout-information {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 767px) {
  .linea-pasos {
    padding: 20px 10px 30px 10px;
    margin-bottom: 10px;
    width: calc(100% - 20px); }
  .linea-pasos > ul {
    padding: 0px; }  
  .linea-pasos > ul > li .step p {
    display: none; }
  .linea-pasos > ul > li .step .icoStep {
    display: none; }

  .linea-pasos .paso-actual-movil {
	display: block; }
  .button_footer_line final_line{
	flex-direction: column;
  }
}

.paso-actual-movil {
  margin-bottom: 30px;
  text-align: center;
  display: none; }
.paso-actual-movil p {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300; }
.paso-actual-movil .ico_compraMovil:before, .paso-actual-movil .ico_datosPersonales:before, .paso-actual-movil .ico_agilice:before, .paso-actual-movil .ico_cargaInicial:before, .paso-actual-movil .ico_imei:before, .paso-actual-movil .ico_telepresenciaMedida:before, .paso-actual-movil .ico_informacionSobeUsuario:before, .paso-actual-movil .ico_proteccionUsuario:before, .paso-actual-movil .ico_facturacion:before {
  width: 50px;
  height: 50px;
  background-size: contain; }
  
/* dquisocala: Recambio postpago - inicio */
@media only screen and (max-width: 760px){
	#RegisterForm.product_recambio{
		flex-direction: column;
	}
	.product_recambio .supcontenedor {
	    width: 91%;
	    margin: auto;
	}
	.product_recambio #summary_section_custom {
    	margin-top: 0px;
	}
	.product_recambio #total_breakdown #order_total tr {
	    text-align: right;
	}
	#confirmation_prepago .re_content .tag_recambio_b2_key{
		margin-left: 58px;
	}
	.layoutFicha-unificado .div_top{
    	min-height: 10px;
	}
}
@media only screen and (max-width: 650px){
	[id*="contentRecommendationWidget_"]{
		padding: 0px 0px !important;
	}
	.wrapper-fullImage{
		order: 1;
	}
	.wrapper-comercial{
		margin-top: 0px !important;
	}
	.desc_price_equipment {
    	padding: 0px 25px;
	}
	.fichaAcc .desc_price_equipment{
		padding: 0px;
	}
	.wrapper-definitions{
		order: 3;
		margin-top: 10px;
	}
	.wrapper_character{
		order: 4;
	}
	.wrapper_data_sheet{
		order: 5;
	}
	#contentWrapper.layoutFicha-unificado{
		margin-top: 6rem;
	}
	.layoutFicha-unificado .div_top .slot4{
		margin: 20px 10px 10px 20px;
	}
	.layoutFicha-unificado .content-attrDescipt {
    	width: 90%;
    	margin: 0 auto;
	}
	.layoutFicha-unificado .namePartPriceContainer{
		margin-top: 25px;
	}
}
/* dquisocala: Recambio postpago - fin */

/*----------------------------------*/
/* NUEVO CATALOGO RESPONSIVE INICIO*/
/*---------------------------------*/
@media screen and (max-width: 719px) {
	.product_listing_container > .list_mode > li {
    	/*width: calc(100% - 0px) !important;*/
    	margin-left: 15px !important;
	}
	.layoutCategory-unificado .product_info > .product_name > a, .layoutCategory-unificado .list_mode .product_info > .product_name > a,
	.subCat_page_tab_content .product_info > .product_name > a, .subCat_page_tab_content .list_mode .product_info > .product_name > a {
		width: 100% !important;
	}
	.sorting_controls > .new_catalog_content {
		margin-left: 0px;
	}
	.layoutCategory-unificado .product_listing_container > .list_mode > li, .subCat_page_tab_content .product_listing_container > .list_mode > li {
    	margin-left: -25px !important;
	}
	.header .pageControlMenu {
		display: none;
	}
	.layoutCategory-unificado .header .pageControlMenu,
	.subCat_page_tab_content .header .pageControlMenu {
		display: block;
	}
	.layoutFicha-unificado {
		padding-top: 0 !important;
	}
	.layoutCategory-unificado .product_listing_container .ui-grid-solo .product .product_info .product_price::before,
	.subCat_page_tab_content .product_listing_container .ui-grid-solo .product .product_info .product_price::before {
		content: none;
	}
}

@media only screen and (max-device-width: 480px) {
    .contenedor-formulario {
        align-items: center;
    }

    h1 {
        font-size: 28px;
    }

    .contenedor-1 {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 8px;
        padding-left: 0;
        padding-right: 0;
        justify-content: flex-start;
        height: auto;
    }

    .contenedor-1 p {
        font-size: 1.1em;
        font-weight: 400;
        color: #414141;
    }

    .contenedor-1 li {
        width: 90%;
        align-items: center;
        margin: 0 auto;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    label {
        align-self: flex-start;
    }

    input[type=text] {
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    input[type=email] {
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
	}
	
	.new-look-wrapper-otro-telefono{
		width: 80% !important;
	}

    li .input-telefono fieldset {
        width: 60%;
        border: 1px solid #ddd;
        display: flex;
        align-items: center;
    }

    li .input-telefono fieldset i {
        padding-left: 10px;
        padding-right: 10px;
    }

    li .input-telefono fieldset i:after {
        content: "+569";
        color: #949494;
        text-align: center;
        font-weight: 400;
        font-size: .85em;
        align-items: center;
        width: 30%;
    }

    li .input-telefono select {
        width: 30%;
    }

    .contenedor-1 .texto-cliente {
        background-color: #fafafa;
        box-sizing: border-box;
        padding: 30px;
    }

    .contenedor-1 .alternativa-numero {
        display: inherit;
        flex-direction: row;
        justify-content: space-between;
    }

    .alternativa-numero button {
        width: 45%;
        height: 69px;
        margin-bottom: 10px;
        color: white;
        border-radius: 5px;
        background-color: #DA262D;
        font-size: 14px;
        border: none;
    }

    .alternativa-numero button:hover {
        cursor: pointer;
    }
    
    button.btnOpcionPostPago {
		width: 160px !important;
		margin: 5px 8px 0px 12px !important;
	}
	
	#terminos {
		max-width: -webkit-fill-available !important;
	}
	.contenido {
		display: none;
	}
	.contenidoMobile {
		display: block;
	}
	.contenedor-contenidoMobile {
		width: 100%;
		display: block;
	}
	.plan-contenedor {
		margin: 0 auto;
	}
	.caracteristicas p {
		color: #666666;
		font-size: 14px;
		font-weight: normal;
	}
	.caracteristicas p strong {
		color: #e50515;
		font-size: 14px;
		font-weight: 800;
	}
	.rowIzq {
		display: none;
	}
	.page1 {
		height: 100%;
	}
	.page1 h1 {
		color: #666666;
		font-size: 1.2rem;
	}
	.page1 h2 {
		font-size: 1.6rem;
		font-weight: 300;
	}
	.encabezado {
		height: 150px;
		background-color: white;
	}
	.titulo-encabezado {
		height: auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-content: flex-start;
		padding: 30px;
	}
	.contenedor-contenido {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.rectangulo-rojo h1 {
		color: #ffffff;
		font-size: 2.5rem;
		font-weight: 600;
		padding: 0;
		line-height: 1;
	}
}

@media screen and (min-width: 769px) {
	.product_recambio .contenedor-1{
		width: 520px;
	}
}

@media  screen and (min-width: 641px)  {
	#productsFacetsHorizontal .facetSelectedModality .facetbutton .outline{
		border: 1px solid #ccc;
	    background: linear-gradient(180deg, rgba(255, 227, 227, 0.5) 0%, #FFC5C1 100%);
	    color: #000;
	    font-weight: 600;
	}
	.contentImgMobile{
		display: none;
	}
}

@media  screen and (max-width: 641px)  {
	.map-mobile{
		display: inherit;
	}
	.map-web{
		display: none;
	}
	#title-multi-plan h2{
		display: block;
	}
}

#productsFacetsHorizontalCarrusel .facetSelectedModalityCarrusel .facetbutton .outline{
	border: 1px solid #ccc;
	background-color: #ccc;
	color: #000;
	font-weight: 500;
}

#productsFacetsHorizontalWhitoutCarrusel .facetSelectedModalityWhitoutCarrusel .facetbutton .outline{
	background: linear-gradient(180deg, rgba(255, 227, 227, 0.5) 0%, #FFC5C1 100%);
	color: #000;
	font-weight: 500;
}

@media screen and (min-width: 641px) {
	.wrapper_resumen_shop{
		display: flex;
		width: 80%;
	}
	.wrapper_resumen_shop div#ShopCartPagingDisplay{
		width: 100%;
	}
	.wrapper_resumen_shop #shoppingCart_tableCell_productName{
		width: 55% !important;
	}
	.wrapper_resumen_shop .image_product_shopcart{
		width: 30% !important;
	}
	.wrapper_resumen_shop #shoppingCart_tableCell_description, .wrapper_resumen_shop .description_product_shopcart{
		width: 30% !important;
	}
	.wrapper_resumen_shop #shoppingCart_tableCell_quantity, .wrapper_resumen_shop .quantity_product_shopcart{
		width: 18%;
	}
	.wrapper_resumen_shop #shoppingCart_tableCell_total, .wrapper_resumen_shop .total_product_shopcart{
		width: 20% !important;
	}
	.wrapper_resumen_shop #order_details div[id^="WC_OrderItemDetailsf_div_2_"]{
		width: 100%;
	}
	.wrapper_resumen_shop .free_gifts_block{
		display: none;
	}
	#total_breakdown, #total_breakdown #order_total .total_figures{
		font-family: "AMX-Regular";
	}
	.new-look-shopping-cart-box #total_breakdown, #total_breakdown #order_total .total_figures{
		position: relative;
    	float: right;
	}
	.wrapper_resumen_shop #shopcartCheckoutButton{
		position: relative;
		text-align: center;
		width: 100%;
		display: inline-block;
	}
	.wrapper_resumen_shop div#WC_CheckoutLogonf_div_10{
		display: inline-block;
		float: none;
		margin-top: 10px;
	}
	.wrapper_resumen_shop .text_shipping {
	    padding: 5px;
	    float: left;
	}
	.wrapper_resumen_shop #total_breakdown #order_total tr {
	    width: initial;
	    padding: 10px 10px;
	    text-align: right;
	    border: none;
	    border-top: 0;
	}
	.shop_cart #total_breakdown #order_total tr:first-child .total_figures {
	    margin-left: 0;
	    text-align: right;
	}
	.shop_cart #total_breakdown #order_total tr:last-child {
    	background: #D9F7F3;
    	margin-top: 20px;
    	box-shadow: none;
	}
	.wrapper_resumen_shop .title_detail_total {
    	text-align: center;
    	padding: 12px;
    	font-size: 1rem;
	}
	.shop_cart #total_breakdown #order_total tr:first-child .total_details, .shop_cart #total_breakdown #order_total tr:nth-child(3) .total_details {
		margin: 0;
	}
	.wrapper_resumen_shop .content_detail_total {
	    display: inline-block;
	    width: 100%;
	    float: left;
	}
	.shop_cart #total_breakdown #order_total tr:first-child {
   		text-align: right;
	}
	.shop_cart #WC_CheckoutLogonf_div_9{
		display: inline-block;
    	margin-top: 25px;
    	width: calc(100% - 390px);
	}
	.shop_cart #customers_new_or_returning{
		text-align: center;
	}
	.shop_cart .top_border{
		float: left;
	}
	.shop_cart .btn-register{
		padding-bottom: 60px !important;
	}
	.shop_cart .btn-register .button_text {
    	width: 180px;
	}
	.checkout-information #tipoInterior {
	    width: 100%;
        margin-top: 10px;
        height: 36.6667px;
    }
    .checkout-information #centered_single_column_form .addressShopCartFullContent .address_content_info.interior {
    	width: calc(34% - 9px);
    }
    .checkout-information #centered_single_column_form .addressShopCartFullContent .address_content_info.dpt {
        width: calc(34% - 9px);
        margin-right: 9px;
    }
    .checkout-information #centered_single_column_form .addressShopCartFullContent .address_content_info.numeracion {
        width: calc(34% - 12px);
        margin-right: 9px;
	}
    .checkout-information #billingCreateEditArea1 .addressShopCartFullContent .address_content_info.address_depa.interior {
    	width: calc(34% - 9px);
    }
    .checkout-information #billingCreateEditArea1 .addressShopCartFullContent .address_content_info.address_depa.dpt {
        width: calc(34% - 9px);
        margin-right: 9px;
    }
    .checkout-information #billingCreateEditArea1 .addressShopCartFullContent .address_content_info.address_depa.numeracion {
        width: calc(34% - 12px);
        margin-right: 9px;
	}
	.checkout-information #billingCreateEditArea1 .addressShopCartFullContent .address_content_info.address_depa {
    	width: calc(34% - 7px);
	}
	.content-shipping-unregistered .styleStorePrepago .resume_title{
		text-align: center;
	    background: none;
	    font-size: 1em;
	    color: #777;
	    border-bottom: none;
	    border-top: 1px solid #ddd;
	}
	.content-checkout .content-shipping-unregistered .styleStorePrepago #order_details tr:first-child th{
		border-top: none;
		border-bottom: none;
	}
	.content-checkout .content-shipping-unregistered #order_details th{
		border: none;
		border-left: 1px solid #ddd;
   		border-right: 1px solid #ddd;
    	border-bottom: 1px solid #ddd;
	}
	.content-checkout .content-shipping-unregistered #order_details tr:first-child th{
		border-bottom: none;
        border: 1px solid #ddd;
	}
	.content-checkout .content-shipping-unregistered #total_breakdown #order_total tr:first-child{
		border-bottom: none;
	}
	.content-checkout .content-shipping-unregistered #total_breakdown #order_total tr:nth-child(5){
		border-bottom: none;
		padding-bottom: 25px;
	}
	.content-checkout .content-shipping-unregistered #total_breakdown #order_total tr:last-child{
		background: #e8f4f6;
        box-shadow: none;
        font-family: "AMX-Bold";
	}
	.content-shipping-unregistered div#total_breakdown #order_total .total_details{
		margin: 0;
	}
	#editAddressContents .checkout-information.loggedCheckoutPrepago{
		width: 100%;
	}
	.content-shipping {
    	display: flex;
	}
	.content-form-shipping.loggedCheckoutPrepagoStyles {
    	width: 100%;
	}
	.checkout-information.loggedCheckoutPrepago #WC_ShopcartAddressFormDisplay_div_5{
		width: 100%;
	}
	.content-shipping .resume_title{
	    font-family: "AMX-Regular";
	    font-size: 1.3em;
	    background: #f2f2f2;
	    display: block;
	    padding: 15px 20px;
	    border-bottom: 1px solid #ddd;
	    color: #000;
	    text-align: left;
	}
	#centered_single_column_form {
	    position: relative;
	    float: left;
		margin-right: 35px;
		width: calc(55% - 10px) !important;
	}
	.content-shipping #order_details th{
		border: 1px solid #ddd;
	}
	.content-shipping #total_breakdown #order_total tr:nth-child(5){
		border-bottom: none;
		padding-bottom: 25px;
	}
	.content-shipping #total_breakdown #order_total tr:last-child{
		background: #f2f2f2;
	}
	.content-shipping div#total_breakdown #order_total .total_details{
		margin: 0;
	}
	#centered_single_column_form .address_content_info {
   		width: calc(34% - 6px);
	}
	.addressShopCartFullContent .address_content_info:nth-child(2){
		margin-right: 9px;
	}
	#centered_single_column_form .address_content_info:first-child {
    	width: 100%;
    }
    #editAddressContents .shipping-costo{
        display: none;
    }
	.shipping-costo {
    	font-size: .9rem;
    	font-family: "AMX-Regular";
    	color: #222;
	}
	#AddressForm .myaccount_header{
		margin-bottom: 0px;
	}
	#AddressForm .form_2column .column {
	    width: calc(70% - 7px);
	}
	#AddressForm .inputField.wcSelect.select-birthday, #addressDetailsEditFormMain #AddressForm .inputField.wcSelect.select-birthday, #Register .inputField.wcSelect.select-birthday {
		width: 100% !important;
    }
    .content-shipping-unregistered span.ui-selectmenu-button{
        width: 100% !important;
    }
	.wcSelect.inputField.select {
    	padding-top: 8px !important;
        padding-bottom: 8px !important;
        width: 100%;
	}
	#AddressForm .depaInfo .address_content_info {
    	width: calc(34% - 9px);
	}
	#AddressForm .address_content_info .column {
    	width: 100%;
	}
	#AddressForm .address_content_info:first-child, #addressDetailsEditFormMain .addressShopCartFullContent .address_content_info:first-child  {
    	width: 100%;
	}
	#AddressForm .depaInfo .address_content_info:first-child, #addressDetailsEditFormMain .addressShopCartFullContent.depaInfo .address_content_info:first-child {
    	margin-right: 9px;
    	width: calc(34% - 9px);
	}
	#addressDetailsEditFormMain {
    	overflow: scroll;
    }
    #addressDetailsEditFormMain.pageSection#addressDetailsEditFormMain .form_2column div > .column{
        width: 100%;
    }
	#addressDetailsEditFormMain .form_2column div > .column {
    	width: calc(70% - 7px);
	}
	#addressDetailsEditFormMain .form_2column div > .column.columnAddress {
		margin: 0px 0px;
	}
	select#tipoInterior {
	    width: 100%;
	    margin-top: 4px;
        padding: 8px;
        height: 40px;
    }
    .separata{
        margin: -4px;
    }
	#addressDetailsEditFormMain .addressShopCartFullContent .address_content_info {
   		width: calc(34% - 9px);
	}
	#addressDetailsEditFormMain .addressShopCartFullContent .address_content_info:nth-child(2) {
    	margin-right: 9px;
	}
	.infoRegister .addressShopCartFullContent .address_content_info:first-child {
    	width: 100%;
	}
	.infoRegister .addressShopCartFullContent.depaInfo .address_content_info:first-child {
    	width: calc(34% - 9px);
    	margin-right: 9px;
	}
	.addressShopCartFullContent.depaInfo .address_content_info {
    	width: calc(34% - 9px);
	}
	.myInfoAccount .addressShopCartFullContent.depaInfo .address_content_info {
    	width: calc(34% - 10px);
	}
	div[id^="WC_UserRegistrationAddForm_div_3"] .addressShopCartFullContent .address_content_info:first-child{
    	width: 100%;
	}
	div[id^="WC_UserRegistrationAddForm_div_3"] .addressShopCartFullContent.depaInfo .address_content_info:first-child{
    	width: calc(34% - 10px);
    	margin-right: 9px;
    }
	.form_2column.myInfoAccount #Register{
    	width: 100%;
	}
	.mobile-show{
		display: none;
	}
	.form_2column .content_inputPassword .column {
    	width: calc(50% - 5px);
    	margin-right: 10px;
	}
	.form_2column .content_inputPassword #WC_UserRegistrationAddForm_div_16 {
    	margin-right: 0px;
	}
	.content_condition_password{
		background-color: #C7E5EB;
		font-size: .8rem;
    	color: #222;
    	font-family: "AMX-Regular";
	}
	#Register .form_2column .content_condition_password.column {
		line-height: 1.6;
	}
	.content_condition_pass {
    	margin-left: 10px;
	}
	.title_condition_pass {
    	margin-left: 10px;
    	margin-top: 5px;
	}
	.loggedCheckoutPrepago .resume_title{
		text-align: center;
	    background: none;
	    font-size: 1em;
	    color: #777;
	    border-bottom: none;
	    border-top: 1px solid #ddd;
	}
	.loggedCheckoutPrepago #order_details th{
		border: none;
		border-left: 1px solid #ddd;
   		border-right: 1px solid #ddd;
	}
	.loggedCheckoutPrepago #order_details th.th_resumen_title{
		border-bottom: none;
	}
	.loggedCheckoutPrepago #total_breakdown #order_total tr:first-child{
		border-bottom: none;
	}
	.loggedCheckoutPrepago #total_breakdown #order_total tr:nth-child(5){
		border-bottom: none;
		padding-bottom: 25px;
	}
	.loggedCheckoutPrepago #total_breakdown #order_total tr:last-child{
		background: #D9F7F3;
		box-shadow: none;
	}
	.loggedCheckoutPrepago #total_breakdown #order_total .total_details{
		margin: 0;
	}
	.styleConfirmationPrepago #shipping{
		display: flex;
		width: 100%;
	}
	.styleConfirmationPrepago .orderConfirmPagingDisplayClass{
		width: calc(70% - 20px);
		border-bottom: 1px solid #ccc;
	}
	.styleConfirmationPrepago #total_breakdown{
		border-top: none;
		position: relative;
		z-index: 1;
		float: left;
		max-width: 290px;
		top: -60px;
		left: 40px;
	}
	.styleConfirmationPrepago #confirmation_prepago{
		border: none;
	}
	.styleConfirmationPrepago .shipping_title {
		width: calc(70% - 20px);
		border-top: 1px solid #ccc;
	}
	.styleConfirmationPrepago .content_detail_total {
	    border: 1px solid #ccc;
	    display: inline-block;
	    width: 100%;
	    float: right;
	}
	.styleConfirmationPrepago .title_detail_total {
	    text-align: center;
	    padding: 12px;
	    font-size: 1rem;
	}
	.styleConfirmationPrepago #total_breakdown #order_total tr{
		border: none;
		padding: 10px 10px;
	}
	.content-checkout.c-order .styleConfirmationPrepago #total_breakdown #order_total tr td.total_details[id^="WC_SingleShipmentOrderTotalsSummary_"]{
		margin: 0;
	}
	.styleConfirmationPrepago #total_breakdown #order_total tr:last-child {
	    background: #D9F7F3;
	    margin-top: 20px;
	    box-shadow: none;
	}
	.styleConfirmationPrepago .page_confirmation{
		margin-bottom: 20px;
	}
	.content-checkout.c-order .styleConfirmationPrepago #total_breakdown #order_total tr:last-child td.total_details[id^="WC_SingleShipmentOrderTotalsSummary_"]{
		float: left !important;
	}
	.styleConfirmationPrepago .order-full{
		width: 70%;
	}
	.myAccountChangePassword .content_condition_password{
		width: 80%;
		padding: 5px 0px 10px 0px;
	}
	.wrapper_resumen_shop #total_breakdown {
	    max-width: 266.547px;
	    position: relative;
	    float: right;
	    z-index: 1;
		top: 0px;
	    left: 20px;
	    height: 308px;
	    border: none;
	}
	.wrapper_resumen_shop div#ShopCartPagingDisplay {
    	width: 70%;
	}
	.content-shipping-unregistered .supcontenedor{
		position: relative;
	    z-index: 1;
	}
	.loggedCheckoutPrepago #centered_single_column_form_button{
		width: 45%;
	}
	/** SECTION QUIEN RECIBIRA EL PEDIDO - INICIO **/
	.content-shipping-information-add .content {
		width: 95%;
	}
	.content-shipping-information-add .list {
		padding: 0;
		margin: 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.content-shipping-information-add .list__item {		
		display: inline;
	}
	.content-shipping-information-add .label--radio {
		position: relative;		
		font-family: "AMX-Regular";
		line-height: 18px;
		cursor: pointer;
		color: #000;
	}
	.content-shipping-information-add .radio  {
		position: relative;
		margin: 0 16px 0 0;
		cursor: pointer;
	}
	.content-shipping-information-add .radio::before  { 
		transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
		transform: rotate(-45deg) scale(0, 0);
		content: "";
		position: absolute;
		left: 0.1875rem;
	    top: 0.125rem;
	    z-index: 1;
	    width: 0.75rem;
	    height: 0.375rem;
		border: 2px solid #16a085;
		border-top-style: none;
		border-right-style: none;
	}
	.content-shipping-information-add .radio::after   {
		content: "";
		position: absolute;
		top: -0.125rem;;
		left: 0;
		width: 1rem;
		height: 1rem;
		background: #fff;
		border: 2px solid #f2f2f2;
		cursor: pointer;
	}
	.content-shipping-information-add .radio:checked:before  {
		transform: rotate(-45deg) scale(1, 1);
	}
	#box .header{
		color: #000;
		font-size: 22px;
		font-weight: 300;
		letter-spacing: .4px;
		line-height: 1.2;
		margin: 15px 0;
		display: block;
		font-family: "AMX-Regular"
	}
	#typeInstalledCheckGroupDivId .receiverChecboxLabel{
		font-family: "AMX-Regular";
		color: #000;
		font-size: 0.9rem;
		top: 1px;
	}
	.sectionNewDataReceptorClass{
		margin-top: 5px;
		width: 82%;
	}
	#formNewDataReceptor .billing_box:first-child,#formNewDataReceptor .required_fields{
		font-size: .9rem;
		color: #222;
		font-weight: 400;
		font-family: AMX-Regular;
		margin-bottom: 5px;
	}
	#formNewDataReceptor .billing_box input{
		width: -webkit-fill-available;
		width: -moz-available;
		margin: 2px 0 0px 0;
		padding: 10px;
		font-size: .9em;
		color: #666;
	}
	.title-resume{
		font-family: AMX-Regular;
		font-size: 0.875rem;
		color: #000;
		font-weight: 300
	}
	.marginTitleConfirm{
		margin-bottom: 10px;
	}
	#typeInstalledCheckGroupDivId{
		margin-bottom: 10px;
	}
	/** SECTION QUIEN RECIBIRA EL PEDIDO - FIN **/
	.rowContainer .row{
	    margin: 0 auto;
		width: 90%;
		max-width: 1391px;
	}
	.layoutCategory-unificado .newRowCatalogo {
   		max-width: 85% !important;
   		width: 100% !important;
	}
	.search-result .newRowCatalogo {
   		max-width: 85% !important;
   		width: 100% !important;
	}
}

@media screen and (min-width: 720px) and (max-width: 1100px) {
	.layoutCategory-unificado .product_info > .product_name > a, .layoutCategory-unificado .list_mode .product_info > .product_name > a,
	.subCat_page_tab_content .product_info > .product_name > a, .subCat_page_tab_content .list_mode .product_info > .product_name > a{
		width: 100% !important;
	}
	
}

@media screen and (min-width: 500px) and (max-width: 719px) {
	.layoutCategory-unificado .product_listing_container > .list_mode > li{
		width: 100% !important;
    	margin-left: 14% !important;
	}
}

@media only screen and (max-device-width: 480px) {
    .nav {
        background: url(http://claro.mobext.cl/dev/claro/migracion-postpago-inicio/assets/img/nav_mobile.png);
        width: 100%;
        height: 48px;
        background-position: 50% -2px;
    }

    .foot {
        width: 100%;
        background: url(http://claro.mobext.cl/dev/claro/migracion-postpago-inicio/assets/img/footer_mobile.png);
        height: 657px;
        background-position: 50% 50%;
    }

    .contenedor-2 {
        display: inherit;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        padding-top: 20px;
        padding-left: 2px;
        padding-right: 2px;
        height: auto;
    }

    .contenedor-2 .contenedor-textoplan {
        box-sizing: border-box;
        padding-right: 20px;
        padding-left: 20px;
    }

    .contenedor-2 .contenedor-textoplan p {
        margin-top: 10px;
        font-size: 34px;
        text-align: center;
        font-weight: lighter;
        color: #1f97ae;
    }

    .contenedor-2 .contenedor-sms {
        width: 90%;
        background-color: #0000000d;
    }

    .contenedor-2 .contenedor-numerovalidado {
        width: 90%;
        background-color: #0000000d;
        padding: 30px 10px;
    }

    .contenedor-2 .contenedor-sms label {
        margin-bottom: 10px;
    }

    .contenedor-2 .btn-sgte {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .contenedor-2 .btn-sgte button {
        width: 90%;
        height: 50px;
        margin-top: 5px;
        margin-bottom: 10px;
        color: white;
        border-radius: 5px;
        background-color: #DA262D;
        font-size: 25px;
        border: none;
        cursor: pointer;
    }

    .contenedor-3 {
        width: 100%;
 }
}
li.radioRow {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 15px;
    margin-bottom: 10px;
}

.layoutFicha-unificado .data_plan {
	margin-top: 22px;
}

@media only screen and (min-width: 651px){
	.layoutFicha-unificado .content_financia_card{
		padding: 22px 15px 10px 15px;
	}
}

@media only screen and (max-width: 650px){
	input#codigoMensaje{
		width: 100% !important;
	}
	div.content_wrapper > div.content_left_shadow{
		margin-left: 25px !important;
   		margin-right: 25px !important;
	}
	.new-look-home-container .col8 {
		margin-top: 15px;
	}
	.section-title{
		display: flex;
		align-items: flex-start;
		gap: 0rem;
		flex-direction: column;
	}
	.layoutCategory-unificado .zm_filter_content{
		max-width: 100%;
	}
	.layoutFicha-unificado .col3.wrapper-fullImage {
		width: 100% !important;
        margin: 5px;
	}
	.layoutFicha-unificado .content_financia_card .card-column{
		width: 100% !important;
		display: inline-block !important;
	}
	.layoutFicha-unificado .card-column .wrapDiscountItem{
		display: inline-block !important;
	}
	.layoutFicha-unificado .price_display.priceNoQuota{
		display: flex !important;
	}
	.layoutFicha-unificado .card-column .title-product-display-normal{
		top: 0 !important;
	}
	.shipping-date {
    	float: none;
    	margin-top: 10px;
		display: none;
	}
	.shipping-date .dateFormatString {
		justify-content: normal;
	}
	.new-look-container-terminos{
		width: 100%;
	}
	.new-look-inputMargin{
		width: 40px;
		height: 40px;
	}
	.new-look-inputMargin-referencia{
		width: 41px;
		height: 41px;
	}
	li .input-telefono span {
		width: 100% !important;
	}
	.new-look-inputMargin-consentimiento{
		width: 25px;
		height: 25px;
	}
	.new-look-elementosCol{
		flex-direction: column;
		align-items: center;
	}
	.contenedor-1 .new-look-espacio-texto-cliente{
		width: 90%;
	}
	.new-look-btnNextPostPagoIdentidad{
		margin-right: 0px !important;
	}
	.new-look-supcontenedor .plan-status{
		top: -3px;
	}
	.new-look-contenedor-1{
		width: 100% !important;
	}
	.new-look-supcontenedor .plan-header{
		padding: 18px 30px;
		width: -webkit-fill-available;
	}
	.product_recambio #order_details div[id^="WC_OrderItemDetails_div_1_"]{
		width: 80px;
	}
	div#page{
		height: auto;
	}
	.new-look-th_align-left_normal{
		max-width: 340px;
	}
	#order_details div[id^="WC_OrderItemDetails_div_1_"] img{
		width: 90%;
	}
	.new-look-supcontenedor.stylePrepago .th_align_left_normal{
		max-width: 310px !important;
	}
	.new-look-validacion-header{
		width: auto;
	}
	.new-look-container-validacion{
		text-align: center;
	}
	#examDetails{
		width: 100%;
	}
	.section_resume .plan-title{
		padding: 0px !important;
	}
	
	.wrap-plan-newloook{
		max-width: inherit;
	}
	.new-look-supcontenedor .product-checkout{
		width: 100% !important;
	}
	.wrapperContentPlan .plan-pricing{
		width: -webkit-fill-available;
	}
	.col8{
		display: flex;
    	flex-direction: column;
    	align-items: center;
	}
	.layoutFicha-unificado .wrapper-comercial{
		width: 88%;
	}
	.layoutFicha-unificado .div_top{
		flex-direction: column;
	}
	.slot4, 
	.slot5{
		width: 100%;
	}
	#contentWrapper.layoutFicha-unificado{
		margin-top: 4rem;
	}
	.div_top .slot4 {
		display: flex;
		flex-direction: column;
		margin: 16px 0px 0px 0px;
	}
	.div_top .slot5{
		margin: 30px 0px 20px 30px;
	}
	.layoutFicha-unificado .feature_phone{
		flex-direction: column;
	}
	.layoutFicha-unificado .content-attrDescipt{
		gap: inherit;
		justify-content: space-around;
	}
	.row .col7{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}

/* MACROFLUJO EN NUEVO CATALOGO INICIO*/
#productsFacetsHorizontal .containerImgMacroFlujo{
	height: auto !important;
}
#productsFacetsHorizontal .textNameMacroFlujo{
	padding-top: 14px;
}
#productsFacetsHorizontalWhitoutCarrusel .structureMacroflujo{
	display: flex;
	align-items: center;
	justify-content: space-evenly;
    gap: 8px;
}
#productsFacetsHorizontalWhitoutCarrusel .facetSelect .outline{
	height: 120px;
}
#productsFacetsHorizontalWhitoutCarrusel .facetSelect {
	padding: 0 !important;
	width: 90px !important;
}
.sectionMacroflujo {
	width: 100%;
}
#productsFacetsHorizontalWhitoutCarrusel .facetSelect .outline .imgMacroFlujo{
	height: 36px;
}
#productsFacetsHorizontalWhitoutCarrusel .facetSelect{
	width: 25%;
	font-family: 'AMX-Medium';
    font-size: 16px;
}

/* MACROFLUJO SIN CARRUSEL EN NUEVO CATALOGO INICIO*/
@media screen and (min-width: 280px) and (max-width: 1106px) {
	#productsFacetsHorizontalWhitoutCarrusel .facetSelect .facetbutton{
		padding: 0px 0px !important;
	}
}
@media screen and (min-width: 280px) and (max-width: 399px) {
	#productsFacetsHorizontalWhitoutCarrusel{
		font-size: 10px;
		width:100%;
	}
	#productsFacetsHorizontalWhitoutCarrusel .facetSelect .outline .imgMacroFlujo{
		
	}
	#productsFacetsHorizontalWhitoutCarrusel .facetSelect .outline{
		height: auto !important;
	}
}
@media screen and (min-width: 400px) and (max-width: 1106px) {
	#productsFacetsHorizontalWhitoutCarrusel .facetSelect .outline{
		padding: 10px 0px !important;
	}
	#productsFacetsHorizontalWhitoutCarrusel .facetSelect .outline .imgMacroFlujo{
		
	}
}
@media screen and (min-width: 400px) and (max-width: 549px) {
	#productsFacetsHorizontalWhitoutCarrusel .facetSelect .outline{
		height: auto !important;
	}
}
@media screen and (min-width: 550px) and (max-width: 1106px) {
	#productsFacetsHorizontalWhitoutCarrusel .facetSelect .outline{
		height: auto !important;
	}
}
/* MACROFLUJO SIN CARRUSEL EN NUEVO CATALOGO FIN*/

/* MACROFLUJO CON CARRUSEL EN NUEVO CATALOGO FIN*/
@media screen and (min-width: 280px) and (max-width: 1106px) {
	#productsFacetsHorizontalCarrusel .facetSelect .outline{
		margin: 0px 0px !important;
	}
	#productsFacetsHorizontalCarrusel .facetSelect .outline .textNameMacroFlujo{
		padding-top: 0px;
	}
}
#productsFacetsHorizontalCarrusel #splide01-track{
	padding-left: 1rem !important;
	padding-right: 1rem !important;
}
@media screen and (min-width: 280px) and (max-width: 399px) {
	#productsFacetsHorizontalCarrusel .facetSelect .outline .imgMacroFlujo{
		width: 48px !important;
		height: 48px;
	}
	#productsFacetsHorizontalCarrusel{
		font-size: 10px;
	}
}
/* MACROFLUJO CON CARRUSEL EN NUEVO CATALOGO FIN*/

/* MACROFLUJO EN NUEVO CATALOGO FIN*/

/* MACROFLUJO CON CARRUSEL POSICION FIJA EN NUEVO CATALOGO INICIO*/
@media screen and (min-width: 280px) and (max-width: 639px) {
	.customBotoneraFixed{
		position: fixed;
		top: 50px;
		width: 100% !important;
		z-index: 9999;
		background-color: #f4f4f4;
	}
}
@media screen and (min-width: 640px) and (max-width: 959px) {
	.customBotoneraFixed{
		position: fixed;
		top: 50px;
		width: 90% !important;
		z-index: 9999;
		background-color: #f4f4f4;
	}
}
@media screen and (min-width: 960px) and (max-width: 1099px) {
	.customBotoneraFixed{
		position: fixed;
		top: 50px;
		width: 92% !important;
		z-index: 9999;
		background-color: #f4f4f4;
		max-width: 970px !important;
	}
}
@media screen and (min-width: 1100px) and (max-width: 1106px) {
	.customBotoneraFixed{
		position: fixed;
		top: 50px;
		width: 100% !important;
		z-index: 9999;
		background-color: #f4f4f4;
		max-width: 1070px !important;
	}
}
@media screen and (min-width: 960px) and (max-width: 1053px) {
	.customBotoneraFixed{
		position: fixed;
		top: 50px;
		width: 98% !important;
		z-index: 9999;
		background-color: #f4f4f4;
		max-width: 970px !important;
	}
}
/* MACROFLUJO CON CARRUSEL POSICION FIJA EN NUEVO CATALOGO FIN*/

/* SECCION MACROFLUJO EVITAR QUE SE MUESTRE FUERA DE RESOLUCION ADECUADA - INICIO*/
@media screen and (min-width: 280px) and (max-width: 1106px) {
	.contentMacroflujoViewWeb{
		display: none;
	}
	.contentMacroflujoViewMobile{
		display: flex;
	    justify-content: space-evenly;
	    align-items: center;
		margin-top: 0px !important;
		z-index: 10 !important;
		height: 100px;
    	padding: 8px 0;
    	background: linear-gradient(180deg, rgba(246, 246, 246, 0.86) 0%, rgba(245, 245, 245, 0.76) 100%);
    	backdrop-filter: blur(8px);
	}
}
@media screen and (min-width: 0px) and (max-width: 279px) {
	.contentMacroflujoViewWeb{
		display: block;
	}
	.contentMacroflujoViewMobile{
		display: none;
	}
}
/* SECCION MACROFLUJO EVITAR QUE SE MUESTRE FUERA DE RESOLUCION ADECUADA - FIN*/

/* SECCION FILTROS EN NUEVO CATALOGO INICIO*/
@media screen and (min-width: 651px) and (max-width: 1106px) {
	.layoutCategory-unificado .title_filter{
		padding: 12px 12px 3px !important;
	}
}
/* SECCION FILTROS EN NUEVO CATALOGO FIN*/

@media screen and (max-width: 349px) {
	.layoutFicha-unificado .desc_price_equipment {
		margin: 0 10px;
	}
	.layoutFicha-unificado .content-attrDescipt {
		width: 90%;
	}
	.layoutFicha-unificado #cameraId, .layoutFicha-unificado #screenId, .layoutFicha-unificado #processorId {
		-webkit-line-clamp: 2;
	}
	.layoutFicha-unificado .optionContainer .arrow {
		margin: 10px -5px 0 0;
	}
	.layoutFicha-unificado .content_financia_card {
		display: inline-block;
		padding: 12px 15px 10px 15px;
	}
	.layoutFicha-unificado .wrapDiscountItem {
		display: inline-block;
	}
	.layoutFicha-unificado .content_financia_card .card-column,
	.layoutFicha-unificado .content_financia_card .card-column:nth-child(2) {
		width: 100% !important;
	}
	.layoutFicha-unificado .card-column .price_display {
		display: inline-block;
		margin-bottom: 0px;
	}
	.layoutFicha-unificado .content_financia_card #itemQuota, 
	.layoutFicha-unificado .card-column .wrapDiscountItem {
		margin-bottom: 10px;
	}
	.layoutFicha-unificado .old_price, .layoutFicha-unificado .title-product-display-normal {
		margin-left: 0px;
	}
	.layoutFicha-unificado .wrapperPrice {
		float: none;
		text-align: initial;
	}
	.layoutFicha-unificado .wrapperAbonoInit {
		display: flex;
		flex-direction: row;
		margin-bottom: 50px;
	}
	.layoutFicha-unificado .wrapperAbonoInit #textAbonoInitId {
		margin: 5px;
	}
	.layoutFicha-unificado .content_price_financia .wrapDiscountItem {
		margin: 40px 0px 10px -105px;
		position: absolute;
    	left: 120px;
	}
	.layoutFicha-unificado .abonoPrecioDisplay {
		font-size: 27px;
	}
	.layoutFicha-unificado .top.namePartPriceContainer .price_display {
		justify-content: initial;
	}
	.layoutFicha-unificado .section_2_plan {
		display: initial;
	}
	.layoutFicha-unificado .content_2_plan {
		align-items: flex-start;
    	width: 100%;
	}
	.layoutFicha-unificado .section_2_plan .name_plan {
		margin-bottom: 5px;
	}
	.layoutFicha-unificado .selectedPlan .textPrice_plan {
		margin-bottom: 2px;
	}
}

/*----------------------------------*/
/* NUEVO CATALOGO RESPONSIVE FIN    */
/*---------------------------------*/

/* SECCION MACROFLUJO EN FICHA - INICIO*/
@media screen and (min-width: 651px) and (max-width: 687px) {
	.layoutFicha-unificado .product_pageDesign_pageGroup .wrapper-comercial .borderModality .swiper-backface-hidden .swiper-wrapper{
		height: 100% !important;
	}
}
/* SECCION MACROFLUJO EN FICHA - FIN*/

@media screen and (min-width: 640px) and (max-width: 650px) {
	.layoutCategory-unificado .margin-true .productListingWidget .product_listing_container{
		margin-left: 0px;
	}
}
@media screen and (min-width: 651px) and (max-width: 904px) {
	.layoutCategory-unificado .product_listing_container > .list_mode > li{
		width: 100%;
	}
	.layoutCategory-unificado .acol12 .productListingWidget .product_listing_container .ui-grid-solo .ui-block-a{
		text-align: -webkit-center;
	}
	.layoutCategory-unificado .product_listing_container .list_mode .product{
		margin-left: 0px !important;
	}
	.layoutCategory-unificado .product_listing_container > .list_mode > li{
		margin-left: 0px !important;
	}
	.layoutCategory-unificado .acol12 .productListingWidget .product_listing_container .ui-grid-solo .product .product_info .product_name .textManufacturer{
		text-align: left;
	}
	.layoutCategory-unificado .acol12 .productListingWidget .product_listing_container .ui-grid-solo .product .product_info .product_name .textName{
	    text-align: left;
	}
	.layoutCategory-unificado .acol12 .productListingWidget .product_listing_container .ui-grid-solo .product .product_info .product_name .textSwatchCapacidad{
		text-align: left;
	}
	.layoutCategory-unificado .acol12 .productListingWidget .product_listing_container .ui-grid-solo .product .product_info .textPriceNow{
		text-align: left;
	}
}
@media screen and (min-width: 720px) and (max-width: 1106px) {
	.newcat-content .layoutCategory-unificado .productListingWidget .header_bar{
		margin-left: 0px;
	}
}
@media screen and (max-width: 412px){
	.product_listing_container > .list_mode > li {
	    width: calc(100% - 0px) !important;
	}
}

@media screen and (min-width: 419px) and (max-width: 650px) {
	.layoutCategory-unificado .acol12 .productListingWidget .product_listing_container .ui-grid-solo{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.layoutCategory-unificado .product_listing_container .list_mode .product{
		margin-left: 0px !important;
	}
	.layoutCategory-unificado .acol12 .productListingWidget .product_listing_container .ui-grid-solo .ui-block-a {
	    text-align: -webkit-center;
	}
	.layoutCategory-unificado .productListingWidget{
		margin-left: 0px !important;
	}
	.layoutCategory-unificado .acol12 .productListingWidget .product_listing_container .ui-grid-solo .ui-block-a{
		margin-left: 0px !important;
	}
	.layoutCategory-unificado .product_listing_container{
	    margin-left: 0px;
	}
	.layoutCategory-unificado .productListingWidget .header_bar{
		margin-left: 20px !important;
	}
	.layoutCategory-unificado .acol12 .productListingWidget .product_listing_container .ui-grid-solo .product .product_info .product_name .textManufacturer{
		text-align: left;
	}
	.layoutCategory-unificado .acol12 .productListingWidget .product_listing_container .ui-grid-solo .product .product_info .product_name .textName{
	    text-align: left;
	}
	.layoutCategory-unificado .acol12 .productListingWidget .product_listing_container .ui-grid-solo .product .product_info .product_name .textSwatchCapacidad{
		text-align: left;
	}
	.layoutCategory-unificado .acol12 .productListingWidget .product_listing_container .ui-grid-solo .product .product_info .textPriceNow{
		text-align: left;
	}
}
@media screen and (min-width: 280px) and (max-width: 650px){
    .filters_category{
        width: auto !important;
    }
}

/*--------------------------------- UPDATE FORM USER - INICIO ---------------------------------*/
@media screen and (min-width: 280px) and (max-width: 639px){
	.content-unregistered-row .billing_form_content .billing_box #new_user_nombre{
		margin: 7px 0 10px 0px !important;		
	}
	.content-unregistered-row .billing_form_content .billing_box #new_user_apellido{
		margin: 7px 0 10px 0px !important;
	}
	.content-unregistered-row .billing_form_content .billing_box #new_user_rut{
		margin: 7px 0 10px 0px !important;
	}
	.content-unregistered-row .billing_form_content .billing_box #new_user_telefono{
		margin: 7px 0 10px 0px !important;
	}
	.form_unregistered #billingCreateEditArea1 {
	    width: 100% !important;
	}
	.form_unregistered .field{
		width: 100%; 
		float: left;
	}
	.form_unregistered .label_spacer{
		padding-bottom: 0px !important;
	}
	.addressShopCartFullContent .address_content_info:nth-child(2) {
		margin-right: 0px !important;
		margin-left: 0px !important;
	}
	#unregistered_form .addressShopCartFullContent .address_content_info:nth-child(2){
    	margin-right: 0px !important;
	}
	.form_unregistered .input_numeration{
		margin: 10px 0 !important;
	}
	.form_unregistered .select_dptoCasaOficina{
		margin: 10px 0 !important;
	}
	#unregistered_form .address_depa.interior input[name=addressField3] {
	    margin: 10px 0px 10px 0px !important;
	}
}
@media screen and (min-width: 280px) and (max-width: 650px){
	.form_unregistered #WC_UnregisteredCheckout_div_16 {
		width: 100% !important;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.form_unregistered a#WC_UnregisteredCheckout_links_4 {
	    margin: 0px;
	}
}

@media screen and (min-width: 640px) and (max-width: 768px){
	.form_unregistered .supcontenedor {
		width: 100% !important;
		max-width: 100%;
		position: inherit !important;
	}
	.checkout-information {
    	width: 100% !important;
    	margin-right: 0px !important;
	}
	.form_unregistered #billingCreateEditArea1 {
	    width: 100% !important;
	}
	.form_unregistered #WC_UnregisteredCheckout_div_16 {
	    width: 100% !important;
	}
}

/*seccion quien recibira tu pedido*/
@media screen and (min-width: 280px) and (max-width: 639px){
	.btn-shipping-container{
		flex-direction: column-reverse;
	}
	.content-shipping-billing-footer{
		display: flex;
		flex-direction: column-reverse;
	}
	.product-checkout .wrap-plan-newloook{
		max-width: 100%;
	}
	.newlook-subtitle {
		margin: 25px 25px 0px 25px;
	}
	.product_recambio.postpagoForm .wrapper-right-cajetin {
		width: 100%;
	}
	.form_unregistered .col1_bill .form_unregistered_textArea{
		border-radius: 10px;
		height: 100%;
		border: 1px solid #BDBDBD;
	}
	.content-shipping-information-add .content .list{
		display: flex;	
		justify-content: space-between;	
	}
	.content-shipping-information-add .content .list .list__item{
		display: flex;
	    float: left;
        margin-top: 0px !important;
	    padding: 0px !important;
	    border: 0px !important;
	}
	.content-shipping-information-add .content .list .list__item .label--radio{
		margin: 0px 8px 0px 0px !important;
		display: -webkit-inline-box;
		width: 75%;
	}
	.content-shipping-information-add .content .list .list__item .label--radio input{
		margin: 2px 8px 0 0 !important;
	}
	.content-shipping-information-add .header{
		margin-top: 35px !important;
	}
	.content-shipping-information-add .content{
		margin-bottom: 10px !important;
	}
	.receive-order{
		font-size: initial;
		font-weight: bold;
	}
	.content-shipping-information-add .sectionNewDataReceptorClass{
		width: 100% !important;
		margin-bottom: 5px;
	}
}
@media screen and (min-width: 640px) and (max-width: 650px){
	.content-shipping-information-add .list__item{
		margin-top: 0px !important;
	    padding: 0px;
	    border: 0px !important;
	}
	.content-shipping-information-add .sectionNewDataReceptorClass{
		margin-bottom: 15px;
	}
}
/*correciones*/
@media screen and (min-width: 280px) and (max-width: 639px){
	.checkout-information #unregistered_form #WC_UnregisteredCheckout_div_5_shipping{
		margin-top: 20px;
	}
	#unregistered_form #billingCreateEditArea1{
		margin-bottom: 0px;
	}
	#unregistered_form .required_fields{
		margin-top: 10px;
	}
	div#WC_billingAddressCreateEditFormDiv_1_birthofday_div_40 .inputField{
		width: 100% !important;
	}
}
/*--------------------------------- UPDATE FORM USER - FIN ---------------------------------*/
/*-----------------------------------------*/
/* PAGINA DE RESULTADOS RESPONSIVE INICIO */
/*-----------------------------------------*/

@media screen and (min-width: 651px) and (max-width: 1106px) {
	.subCat_page_tab_content .title_filter{
		padding: 12px 12px 3px !important;
	}
}

@media screen and (max-width: 349px) {
	.subCat_page_tab_content .desc_price_equipment {
		margin: 0 10px;
	}
	.subCat_page_tab_content .content-attrDescipt {
		width: 90%;
	}
	.subCat_page_tab_content .optionContainer .arrow {
		margin: 10px -5px 0 0;
	}
	.subCat_page_tab_content .content_financia_card {
		display: inline-block;
		padding: 12px 15px 10px 15px;
	}
	.subCat_page_tab_content .wrapDiscountItem {
		display: inline-block;
	}
	.subCat_page_tab_content .content_financia_card .card-column,
	.subCat_page_tab_content .content_financia_card .card-column:nth-child(2) {
		width: 100% !important;
	}
	.subCat_page_tab_content .card-column .price_display {
		direction: inherit;
		grid-template-rows: 30px !important;
	}
	.subCat_page_tab_content .content_financia_card #itemQuota, 
	.subCat_page_tab_content .card-column .wrapDiscountItem {
		margin-bottom: 10px;
	}
	.subCat_page_tab_content .old_price, .subCat_page_tab_content .title-product-display-normal {
		margin-left: 0px;
	}
	.subCat_page_tab_content .wrapperPrice {
		float: none;
		text-align: initial;
	}
	.subCat_page_tab_content .wrapperAbonoInit {
		display: flex;
		flex-direction: row;
		margin-bottom: 50px;
	}
	.subCat_page_tab_content .wrapperAbonoInit #textAbonoInitId {
		margin: 5px;
	}
	.subCat_page_tab_content .content_price_financia .wrapDiscountItem {
		margin: 40px 0px 10px -105px;
		position: absolute;
    	left: 120px;
	}
	.subCat_page_tab_content .abonoPrecioDisplay {
		font-size: 27px;
	}
	.subCat_page_tab_content .top.namePartPriceContainer .price_display {
		justify-content: initial;
	}
	.subCat_page_tab_content .section_2_plan {
		display: initial;
	}
	.subCat_page_tab_content .content_2_plan {
		align-items: flex-start;
    	width: 100%;
	}
	.subCat_page_tab_content .section_2_plan .name_plan {
		margin-bottom: 5px;
	}
	.subCat_page_tab_content .selectedPlan .textPrice_plan {
		margin-bottom: 2px;
	}
}

@media screen and (min-width: 640px) and (max-width: 650px) {
	.subCat_page_tab_content .margin-true .productListingWidget .product_listing_container{
		margin-left: 0px;
	}
}
@media screen and (min-width: 651px) and (max-width: 904px) {
	.subCat_page_tab_content .product_listing_container > .list_mode > li{
		width: 100%;
	}
	.subCat_page_tab_content .acol12 .productListingWidget .product_listing_container .ui-grid-solo .ui-block-a{
		text-align: -webkit-center;
	}
	.subCat_page_tab_content .product_listing_container .list_mode .product{
		margin-left: 0px !important;
	}
	.subCat_page_tab_content .product_listing_container > .list_mode > li{
		margin-left: 0px !important;
	}
	.subCat_page_tab_content .acol12 .productListingWidget .product_listing_container .ui-grid-solo .product .product_info .product_name .textManufacturer{
		text-align: left;
	}
	.subCat_page_tab_content .acol12 .productListingWidget .product_listing_container .ui-grid-solo .product .product_info .product_name .textName{
	    text-align: left;
	}
	.subCat_page_tab_content .acol12 .productListingWidget .product_listing_container .ui-grid-solo .product .product_info .product_name .textSwatchCapacidad{
		text-align: left;
	}
	.subCat_page_tab_content .acol12 .productListingWidget .product_listing_container .ui-grid-solo .product .product_info .textPriceNow{
		text-align: left;
	}
}
@media screen and (min-width: 720px) and (max-width: 1106px) {
	.search-result .subCat_page_tab_content .productListingWidget .header_bar{
		margin-left: 0px;
	}
}

@media screen and (min-width: 412px) and (max-width: 650px) {
	.subCat_page_tab_content .acol12 .productListingWidget .product_listing_container .ui-grid-solo{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.subCat_page_tab_content .product_listing_container .list_mode .product{
		margin-left: 0px !important;
	}
	.subCat_page_tab_content .acol12 .productListingWidget .product_listing_container .ui-grid-solo .ui-block-a {
	    text-align: -webkit-center;
	}
	.subCat_page_tab_content .productListingWidget{
		margin-left: 0px !important;
	}
	.subCat_page_tab_content .acol12 .productListingWidget .product_listing_container .ui-grid-solo .ui-block-a{
		margin-left: 0px !important;
	}
	.subCat_page_tab_content .product_listing_container{
	    margin-left: 0px;
	}
	.subCat_page_tab_content .productListingWidget .header_bar{
		margin-left: 20px !important;
	}
	.subCat_page_tab_content .acol12 .productListingWidget .product_listing_container .ui-grid-solo .product .product_info .product_name .textManufacturer{
		text-align: left;
	}
	.subCat_page_tab_content .acol12 .productListingWidget .product_listing_container .ui-grid-solo .product .product_info .product_name .textName{
	    text-align: left;
	}
	.subCat_page_tab_content .acol12 .productListingWidget .product_listing_container .ui-grid-solo .product .product_info .product_name .textSwatchCapacidad{
		text-align: left;
	}
	.subCat_page_tab_content .acol12 .productListingWidget .product_listing_container .ui-grid-solo .product .product_info .textPriceNow{
		text-align: left;
	}
}

/*--------------------------------- UPDATE FORM USER (FORM EDIT) - INICIO ---------------------------------*/
@media screen and (min-width: 280px) and (max-width: 639px){
	.loggedCheckoutPrepagoStyles .content-unregistered-row .form_unregistered_input{
        border-radius: 10px;
        border: 1px solid #BDBDBD;
    }
	.loggedCheckoutPrepagoStyles .content-unregistered-row .form_unregistered_drop_down{
        border-radius: 10px !important;
        border: 1px solid #BDBDBD;
    }
	.loggedCheckoutPrepagoStyles .content-unregistered-row .inputField{
        margin: 7px 0 10px 0px !important;
        border-radius: 10px !important;
        border: 1px solid #BDBDBD;      
    }
	.loggedCheckoutPrepagoStyles .form_unregistered_textArea{
		border-radius: 10px;
		height: 40px;
        border: 1px solid #BDBDBD;
	}
	.body .denote_required_field .text-bold{
		margin-top: 10px;
	}
}
/*Correcciones*/
@media screen and (min-width: 280px) and (max-width: 473px){
	.loggedCheckoutPrepagoStyles .form_unregistered_textArea{
        height: 59px;
		min-height: 59px;        
    }
}
/*--------------------------------- UPDATE FORM USER (FORM EDIT) - FIN ---------------------------------*/
@media screen and (min-width: 280px) and (max-width: 639px){
	.content-checkout #box {
		padding: 0px 0px !important;
		display: flex;
    	flex-direction: column;
    	align-items: center;
	}
	.botton_form_edit{
		padding: 0px !important;
	}
	.content_botton_form_edit{
		margin: 20px 0px 0px 0px !important;
	}
}

/*--------------------------------- GOOGLE MAPS - START ---------------------------------*/
@media screen and (max-width: 767px){
	.first-child-new-box{
		margin-top: 20px;
	}

	#centered_single_column_form {
	    width: 100% !important;
	}

	.supcontenedor {
    	padding: 0px;
    	margin: auto;
	}
}
/*--------------------------------- GOOGLE MAPS - END ---------------------------------*/

/*--------------------------------- MERCADO PAGO - START ---------------------------------*/
@media screen and (min-width: 280px) and (max-width: 640px){
    #mainContentMP #total_breakdown #order_total tr{
        border: 0px !important;
    }
    #mainContentMP #total_breakdown #order_total tr:last-child{
        box-shadow: none !important;
    }
    #mainContentMP #order_total{
        float: none !important;
    }
    #mainContentMP #total_breakdown{
        float: none !important;
    }
    #mainContentMP #order_total tr:last-child{
        border-radius: 0px 0px 5px 5px !important;
    }
    .content-checkout #mainContentMP{
        margin-left: 15px;
        margin-right: 15px;
    }
    #mainContentMP .button_primary{
        margin-top: 10px;
    }
    #mainContentMP .button_footer_line_MP{
        margin: 20px 20px 20px 20px;
    }
    #mainContentMP .button_footer_line_MP .button_primary{
        float: none;
    }
    #mainContentMP .column_details{
        margin-top: 0px !important; 
    }
    /* show price inside item */
    #mainContentMP .cont_purchase_summary .column_details #order_details div[id^="WC_OrderItemDetails_div_1_"]{
        height: 96px !important;
    }
    .section_price_first_column{
        display: block !important;
    }
    #mainContentMP .price_label{
        float: left;
        font-size: 18px !important;
    }
    #mainContentMP .price{
        float: right;
    }
    #mainContentMP .content-checkout #order_details .th_align_left_normal .itemspecs p span.unit_price_title .price{
        font-size: 18px !important;
    }
	.checkoutMP .linea-pasos ul{
		display: none !important;
	}
	.checkoutMP .linea-pasos{
		padding: 20px 10px 0px 10px !important;
	}
	#mainContentMP .content_price #total_breakdown #order_total .tr_item_price{
		display: none !important;
	}
	#mainContentMP .content_img{
        width: 60px;
        position: absolute;
    }
    #mainContentMP .content_img .img{
        margin: 20px 10px 0px 10px !important;
    }
    #mainContentMP .content_data{
        padding-left: 70px;
    }
    #mainContentMP .content_data .resume_title{
        padding: 0px 0px 15px 0px !important;
    }
	#mainContentMP .tr_subtotal{
		padding: 10px 20px 2px 20px !important;
	}
	#mainContentMP .tr_shipping_cost{
	    padding: 2px 20px 10px 20px !important;	
	}
	#mainContentMP .resume_plan #SingleShipment_rowHeader_product1{
		padding: 15px 20px 36px !important;
	}
	.checkoutMP .paso-actual-movil{
		display: flex !important;
		justify-content: center;
	}
	.checkoutMP .icoStep_label{
		width: 120px !important;
	}
	.checkoutMP .paso-actual-movil p{
		font-size: 1rem;
		font-weight: 600;
	}
	#mainContentMP .button_primary > .button_text{
		width: -webkit-fill-available !important;
	}
	.checkoutMP .content-group{
		margin: auto;
    	width: 263px;
	}
	.checkoutMP .header-checkout::before {
		height: 2px !important;
	}
	.contentImgDesktop{
		display: none;
	}
}
/*--------------------------------- MERCADO PAGO - END ---------------------------------*/

/*--------------------------------- PLAN PREPAGADO - START ---------------------------------*/
@media screen and (max-width: 767px){
	.planesPrepagado .swiper-button-prev {
	    left: 0px;
	}
	.sectionPlanPrepagado {
	    left: -20px;
	}
}
/*--------------------------------- PLAN PREPAGADO - END ---------------------------------*/
@media screen and (max-width: 321px) {
	.layoutFicha-unificado .tab_financia {
  		padding: 10px;
	}
}

/*---------------------fix cards of catalog - START---------------------*/
@media screen and (min-width: 0px) and (max-width: 436px){
    .layoutCategory-unificado .acol12 .productListingWidget .product_listing_container .ui-grid-solo{
        display: block !important;
    }
    .layoutCategory-unificado .product_listing_container{
        margin-left: 15px !important;
    }
    .layoutCategory-unificado .product_listing_container .list_mode .product{
        min-width: unset !important;
    }
    .layoutCategory-unificado .product_listing_container > .list_mode > li{
    	margin-left: 0px !important;
	}
}
@media only screen and (max-width: 650px){
	.layoutCategory-unificado .product_listing_container .list_mode .compare_target{
		display: none !important;
	}
}
/*phone*/
@media screen and (max-width: 358px){
    .layoutCategory-unificado .product_listing_container .list_mode .product{
        min-width: auto !important;
    }
}
@media screen and (max-width: 650px) {
    .layoutCategory-unificado .product_listing_container .list_mode li {
        width: 100% !important;
    }
}
/*---------------------fix cards of catalog - END---------------------*/
/*--------------------------------MULTILINEA-STAR-----------------------------------------*/
@media screen and (max-width: 650px) {
	.box-mobile{
		display: flex !important;
		flex-direction: column !important;
	}	
	.multi-messa{
		order:2;
	}
	.text-bold-2 {
    	font-size: 13px;
	}
	.multi-button{
		margin-bottom: 20px;
	}
	.recomendationMultilinea{
		width: 100%;
	}
}
@media only screen and (max-width: 650px){
	.c-order #checkout_crumb .crumb-multi {
	    padding: 20px 20px 0;
	}
	.content-checkout-multilinea{
		width: 100% !important;
	}
	.th_multilineas{
		padding: 0px 0px 0px !important;
	}
	.items_plan_multilinea{
		padding: 10px !important;
	}
	.multilinea_totalamounttd{
	 	width: 75% !important;
	}
	.tr_multilinea{
		display: flex !important;
    	align-items: center;
	}
}
/*--------------------------------MULTILINEA-END-----------------------------------------*/
/*--------------------------------QSERVUS-STAR-----------------------------------------*/
@media screen and (max-width: 600px) {
	#survey_modal.in .qs-modal-dialog {
		width: calc(100% - 100px) !important;
		max-width: 500px;
		min-width: 350px;
	}
}
/*--------------------------------QSERVUS-END-----------------------------------------*/

@media screen and (max-width: 650px) {
	.contenedor-formulario{
		width: 80%;
		margin: 0 auto;
		align-items: center;
	}
	.container_full_width{
		width: 80%;
		margin: 0 auto;

	}
	.container_full_width_compare{
		width: 100% !important;
		margin: 0 auto;
	}
	.btn-shipping {
		width: 100%;		
	}
	.btn-shipping-container .btn-back{
		flex: none;
	}
	button.new-look-btnPostpagoSecond{
		width: 100% !important;
	}
	.new-look-shop-button-text{
		width: 317px !important;
		height: 50px !important;
		padding: 0px !important;
		display: table-cell !important;
	}
	.new_button_text{
		width: 313px !important;
		height: 46px !important;
		padding: 0px !important;
		display: table-cell !important;
	}
	#customers_new_or_returning #WC_CheckoutLogonf_div_2, #customers_new_or_returning #continueShoppingButton{
		width: auto;
	}
	button.new-look-btnPostpago{
		width: 100%;
	}
	#payMovil{
		margin-right: 18px;
		margin-left: -10px !important;
		width: 45px;
	}
}

@media screen and (max-width: 500px) {
	#head-shopping {
		max-width: 180px;		
	}		
}

@media screen and (max-width: 640px){
	.wrapText-compare{
		display: none;
	}
	.carousel_marcas{
		display: flex;
     	gap: 0px !important; 
    	padding: 11px 41px !important;
    	flex-direction: column;
   	 	align-items: center;
	}
	.newClaroHeader .headerTop .hTopRight .hTopRightExtra .hTopRightDrop{
		display: none !important;
	}
	.newClaroHeader .headerMain .hMainLeft nav ul>li a {
		padding: 16px 20px !important;
		background-color:transparent !important;
		color:rgba(255,255,255,0.8) !important;
		font-size: 1.75rem !important;
		font-family: "AMX-Bold",sans-serif !important;
	}
	.newClaroHeader .headerMain .hMainLeft nav .hMainSegmentSel>li a {
		font-size: 1rem !important;
		font-family: "AMX-Medium",sans-serif !important;
		font-weight: 500 !important;
	}
	.newClaroHeader .headerMain .hMainLeft nav ul>li ul.subMenu>li+li a{
		font-size: 1rem  !important;
		line-height: 1.2  !important;
		font-family: "AMX-Regular",sans-serif  !important;
	}
	.edit-link {
		justify-content: center;
	}
}
@media only screen and (min-width: 640px){
	.c24_v3{
    	padding: 60px 0;
    	min-height: 400px;
	}
}

@media only screen and (min-width: 640px){
	.c24_v3 section {
    	padding: 40px 0;
    }
}
@media only screen and (min-width: 640px){
	.c24_v3 .c24_v3Body {
    	max-width: 1200px;
    	margin-inline: auto;
    }
}
@media only screen and (min-width: 640px){
	.c24_v3 .c24_v3Text {
	    width: 50%;
	    float: left;
	    padding-right: 60px;	    
	    box-sizing: border-box;
    }
}
@media only screen and (min-width: 640px){
	.c24_v3 .c24_v3Faq {
	    width: 50%;
	    float: right;
	    margin-top: 0;
    }
}
@media only screen and (min-width: 640px){
	.c24_v3 .c24_v3FaqAcc {
    	max-height: 330px;
    	overflow: auto;
    }
}
@media only screen and (min-width: 640px){
.c24_v3 .c24_v3Btns {
    width: 50%;
    float: left;
    text-align: left;
    padding-right: 60px;    
    box-sizing: border-box;
    }
}
@media only screen and (min-width: 640px){
	.c24_v3 .c24_v3Btns .btn, .c24_v3 .c24_v3Btns .btni {
    	width: 240px;
    }
}
@media only screen and (min-width: 640px){
	.c24_v3 .genAccordion .genAccItem+.genAccItem {
    	margin-top: 16px;
    }
}
@media screen and (max-width: 640px) {
	.c24_v3 .c24_v3Btns .btni {
	    width: 90%;
	    margin: auto;	
	}
	.btni{
		max-width: initial;
	}
	.widget_product_image_viewer .image_container{
		display: none;
	}
	.desc_price_equipment [id*="contentRecommendationWidget_"]{
		padding: 0 0 0 25px !important;
	}
	#idDetailsDelivery {
		margin: 40px 0 0 20px;
		display: flex;
    	flex-direction: column;
		gap: 11px;
		padding-bottom: 28px !important;
	}
	.layoutFicha-unificado .acol8 { 
		width: 100%;
	}
	.pageShopCart #order_details div[id^="WC_OrderItemDetailsf_div_1_"]{
		justify-content: center;
	}
	.pageShopCart #order_details div[id^="WC_OrderItemDetailsf_div_1_"] a {
    	margin-right: 0px;
	}
	.wrapper_resumen_shop .add-product1 {
    	display: block;
	}
	.wrapper_resumen_shop .quantity_input{
		height: 30px;
	}
	.pageShopCart #order_details.update-section .nested p:first-child, #order_details .add-product1 > div:first-child{
		text-align: left;
	}
	.pageShopCart #orderItemDisplay {
    	padding: 0px 15px 0;
	}
	.ico_datosPersonales{
		font-size: 45px;
	}
}
@media (max-width: 600px){
	.icon-uniE903:before {
		display: none;
	}  
  };* {
    padding: 0;
}
@media only screen and (max-width: 1024px) {
	.help-tipAutenti {
        display: block;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    [data-tip] {
        position: relative;
        font-family: "AMX-Medium";
    }

    [data-tip]:before {
        content: '';
        /* hides the tooltip when not hovered */
        display: none;
        content: '';
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid #cceeff;
        position: absolute;
        top: 43px;
        left: 35px;
        z-index: 8;
        font-size: 0;
        line-height: 0;
        width: 0;
        height: 0;
    }

    [data-tip]:after {
        display: none;
        content: attr(data-tip);
        position: absolute;
        top: 48px;
        left: -15px;
        padding: 5px 8px;
        background: #cceeff;
        color: #0a0a0a;
        z-index: 9;
        font-size: 0.75em;
        height: 18px;
        line-height: 18px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        white-space: nowrap;
        word-wrap: normal;
    }

    [data-tip]:hover:before,
    [data-tip]:hover:after {
        display: block;
    }


    #orderFullClaroPostPago.order-full {
        width: 63%;
        margin-left: 37%;
    }
	
	/* dquisocala[DOC95]: Mejora confirmacion - inicio */
	/*
    .c-order .shipping-information {
        width: 400px;
    }
    */
    /* dquisocala[DOC95]: Mejora confirmacion - fin */

    #orderFullClaroPostPago {
        padding-left: 0px;
    }
}
@media screen and (min-width: 640px) and (max-width: 960px) {

    /*TODO EL CONTENIDO*/
    #headerRow1,
    #bottomContentHeader .content,
    div.content_wrapper > div.content_left_shadow > div.content_right_shadow > div.main_content,
    .content-group,
    .content-checkout #mainContents,
    .content-checkout #checkout_crumb {
        padding: 0 10px;
        width: -webkit-fill-available;
		max-width: 728px;
    }

    .content-checkout #mainContents{
        max-width: unset;
    }

	#total_breakdown #order_total .total_details{
		padding-right: 0px;
	}
    .rowContainer {
        padding: 0 0px;
        width: -webkit-fill-available;
        max-width: initial;
    }

    .row.sub-caract .col6,
    .fullrow .row-container,
    .newrow .row-container,
    .content-foot {
        padding: 0 20px;
        width: -webkit-fill-available;
    }

    div#widget_breadcrumb {
        padding: 0;
    }

    /*HEADER*/
    #listMenu {
        padding-left: 10px;
    }
	
	[class*="navegation"] .subMenu dl .menuImgPromo, header .wpthemeHeaderNav .subMenu dl .menuImgPromo{
		display:none;
	}
	
    #searchBar {
        right: 17px;
    }

    #searchBox {
        width: 385px;
    }

    /*LISTA PRODUCTO CONTENIDO*/
    .col8 {
        width: auto;
    }

    .product_listing_container .list_mode .product {
        padding: 10px;
    }

    .product_listing_container .list_mode .main_features_product {
        padding: 20px 10px 60px;
    }

    .product_listing_container > .list_mode > li {
        width: calc(32.8% - 10px);
        margin-right: 10px;
    }

    div[id^="price_display_"],
    .product_listing_container .list_mode .product > .product_info > .product_price {
        height: 180px;
        margin-bottom: 10px;
    }

    .product_banda_celular {
        margin-bottom: 10px;
        height: 65px;
        width: 100%;
    }

    .product_banda_celular span {
        width: initial;
    }

    .product_banda_celular img {
        width: 90px;
    }

    .descriptive_attributes_nav .Color .product_color_swatches {
        width: 40%;
        margin-left: 10px;
        position: relative;
        top: -13px;
    }

    .product_listing_container .list_mode .product .product_info > .product_option {
        margin-top: 5px;
    }

    .facetSelectContainer .facetSelect li.singleFacet {
        width: calc(28% - 10px);
    }

    .loginMenuDropdown.active {
        right: 0;
        left: initial;
    }

    /**MI CUENTA**/
    div#myAccountNavigationWidget {
        margin: 0 3px;
    }

    #facet_nav_collapsible_my_account {
        width: calc(440% - 10px);
    }

    .content_address_list .content_detail_address {
        width: calc(45.5% - 18px);
        margin-bottom: 20px;
    }

    #addressDetailsEditFormMain[style="position: absolute;"] #AddressForm,
    .myAccountMarginRight form[action="PersonChangeServicePasswordReset"] .inputField {
        width: 100%;
    }
    #container_MyAccountDisplayB2B .form_2column #Register{
        max-width: initial;
    }
    .form_2column #Register,
    #addressBookListDiv #AddressForm {
        width: 100%;
        max-width: 650px;
    }

    .form_2column .align {
        width: 100%;
    }

    .myAccountMarginRight .form_2column form[action="PersonChangeServicePasswordReset"],
    .button_footer_line {
        width: 100%;
        max-width: 500px;
    }

    #mainContents>#box .button_footer_line {
        max-width: unset;
    }

    .myAccountMarginRight .form_2column form[action="PersonChangeServicePasswordReset"] .column,
    #container_MyAccountDisplayB2B .my_account .button_footer_line {
        width: 100%;
    }

    .content_address_list .content_detail_address .pageSection .footerEditSection .deleteIcon {
        left: calc(7% - 10px) !important;
    }

    .pageControlButton {
        background: white;
        color: #000 !important;
        box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
        font-family: "AMX-Bold";
        border: 0;
        border-radius: 0;
        width: 18px;
        line-height: initial;
        padding: 5px;
        font-size: 16px !important;
    }

    /*MI CUENTA - HISTORIAL DE PEDIDO*/
    .fullView {
        display: none !important;
    }

    .listTableMobile {
        display: -webkit-box;
        display: -moz-box !important;
        display: -ms-flexbox !important;
        webkit-display: -webkit-flex !important;
        display: -webkit-flex !important;
        display: flex !important;
        flex-wrap: wrap;
        -webkit-box-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        justify-content: space-between;
        -webkit-justify-content: space-between;
    }

    #Processed_OrderList_list_table .entry {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: -webkit-box;
        display: inline-block;
        border: 1px solid #DDD;
        border-left: #EF3829 5px solid;
        padding: 20px 20px;
        width: calc(50% - 10px);
        margin: 10px 0;
        box-shadow: 0px 2px 5px #ACAEAE;
        position: relative;
        margin-left: 0;
    }

    #Processed_OrderList_list_table .entry .row {
        display: block;
        width: 100%;
    }

    #Processed_OrderList_list_table .entry .expandedContent .expandedCol {
        margin: 0;
        width: 100%;
        padding: 0;
    }

    #Processed_OrderList_list_table .entry .expandedContent .row,
    #Processed_OrderList_list_table .entry .row .col9.order {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
        margin-bottom: 15px;
    }

    .listTableMobile .expandedContent .expandedCol .leftCol {
        display: block;
        width: 100%;
    }

    #Processed_OrderList_list_table .entry:first-child {
        margin-top: 10px;
    }

    #Processed_OrderList_list_table .entry .expandedContent .expandedCol.total_price .leftCol {
        width: initial;
        color: #EF3829;
        padding-right: 10px;
        font-size: 1.5rem;
        font-family: "AMX-Regular";
        position: relative;
        top: 5px;
    }

    #Processed_OrderList_list_table .entry .expandedContent .expandedCol.total_price .rightCol {
        width: initial;
        font-size: 1.875rem;
        font-weight: 300;
        color: #222;
    }

    #Processed_OrderList_list_table .entry .expandedContent .row.actions {
        display: none;
    }

    #Processed_OrderList_list_table .entry .expandedContent .expandedCol.link {
        width: initial;
        float: initial;
        width: auto;
        position: absolute;
        top: 20px;
        right: 30px;
        padding: 0;
        min-width: initial;
    }

    #Processed_OrderList_list_table .entry .row .col9.order .leftCol span,
    .listTableMobile .expandedContent .expandedCol .leftCol {
        font-size: 0.875rem;
        font-family: "AMX-Regular";
        color: #000;
        font-weight: 300;
        padding: 0;
    }

    #Processed_OrderList_list_table .cell,
    .listTableMobile .expandedContent .expandedCol .rightCol {
        padding: 0;
        color: #666;
        font-size: 16px;
        width: 100%;
        font-family: "AMX-Regular";
    }

    #Processed_OrderList_list_table .entry .expandedContent .expandedCol.total_price .row {
        margin: 0;
    }

    .listTableMobile .expandedContent .expandedCol.link .rightCol {
        width: 100px;
        position: absolute;
        top: 0px;
        right: 0;
        padding: 0;
    }

    .listTableMobile .expandedContent .expandedCol.link .rightCol a {
        font-size: 16px;
        color: #1F97AE;
    }

    #Processed_OrderList_list_table .entry .expandedContent .row a::after {
        bottom: 0px;
    }

    #content {
        display: block;
        width: 100%;
    }

    /*FICHA PRODUCTO*/
    div[dataci_espot^="_CaracteristicasProduct"] img {
        width: 100% !important;
        height: auto !important;
    }

    .col5.acol6.ccol12.left.slot5,
    .product_info .price_display,
    .product_info .option_shop,
    .product_page_content #productSlot56 > div:nth-child(2) {
        width: 100%;
    }

    .product_info .option_shop {
        margin-top: 5px;
    }

    .option_shop .quantity_section {
        width: initial;
        float: left;
        margin-bottom: 10px;
    }

    .definingAttributes .Color,
    .definingAttributes .Capacidad {
        float: initial !important;
        width: calc(100% - 10px) !important;
    }

    .top.namePartPriceContainer div[id^="price_display_"],
    .product_listing_container .list_mode .product > .product_info > .product_price {
        height: 134px;
    }

    .definingAttributes .color_swatch_label {
        margin-top: 0;
    }

    .container_content_rightsidebar {
        padding: 0;
    }

    .filterDiv #clear_all_filter {
        width: 60px;
        text-align: left;
        line-height: initial;
    }

    .filterDiv h3 {
        width: 50px;
        line-height: initial;
    }

    /*ENVIO Y FACTURACIÓN*/
    .header-checkout::before {
        height: 2px;
    }

    .title-checkout {
        padding: 12px 0;
        padding-left: 15px;
    }

    .checkout-information {
        width: calc(55% - 10px);
		margin-right: 0px;
    }
    #mainContents .product-checkout{
        width: calc(42% - 10px);
    }

    .product-checkout,
    .c-summary .shipping_billing_height {
        width: calc(44% - 10px);
    }

    .content-checkout .button_footer_line,
    .content-checkout .drop_down_shipping,
    .content-checkout .drop_down_billing,
    .content-checkout .drop_down_address_book,
    .content-checkout .card_info .col1 span input,
    #seccionFactura {
        width: 100%;
    }

    #editAddressContents,
    .c-order #box {
        padding: 10px;
    }

    #centered_single_column_form_footer, #centered_single_column_form_footer_pieBoleta {
        padding: 0;
    }

    #centered_single_column_form_footer .button_secondary, #centered_single_column_form_footer .button_primary,
    #centered_single_column_form_footer_pieBoleta .button_secondary, #centered_single_column_form_footer_pieBoleta .button_primary {
        margin: 0;
    }

    .sixpixels {
        padding: 0;
    }

    /*PAGINA DE CONFIRMACIÓN*/
    .c-order .button_footer_line {
        max-width: initial;
    }

    .c-order .button_footer_line .left {
        padding: 0;
    }

    .c-order .button_footer_line .button_secondary {
        margin: 0
    }

    /*FOOTER*/
    .footer-3 p {
        margin-right: calc(12% - 10px);
    }

    .footer-3 .sub-link a {
        width: 80px;
    }

    .inputField[type="tel"] {
        display: inline-block;
    }
    
    /* dquisocala : Tablet carrito de compras - inicio */
    #customers_new_or_returning input{
    	width: 100%;
    }
    #customers_new_or_returning .new{
	    padding: 15px 0 15px 0px;
	}
	#customers_new_or_returning .returning {
		padding: 15px 0 15px 15px;
		margin-left: 15px;
		border-top: none;
	}
	#customers_new_or_returning h2 {
    	margin-bottom: 0;
	}
	.shop_cart .btn-register .button_text {
    	width: 175px;
	}
	.shop_cart .btn-register {
    	padding-bottom: 45px !important;
	}
	.checkout-information {
    	margin-right: 35px;
	}
    /* dquisocala : Tablet carrito de compras - fin */
    
    .layoutCategory-unificado .sorting_controls > .new_catalog_content {
	    margin-left: 10px;
	}
    .subCat_page_tab_content .sorting_controls > .new_catalog_content {
	    margin-left: 10px;
	}
	.layoutCategory-unificado, .subCat_page_tab_content {
    	max-width: 90% !important;
	}
    
}

@media screen and (min-width: 640px) and (max-width: 768px) {
    .col4.acol12.ccol3 {
        width: 29.5%;
    }

    .col8 {
        width: 68%;
    }

    .product_listing_container > .list_mode > li {
        width: calc(47.5% - 10px);
        margin-right: 15px;
    }

    #facet_nav_collapsible_my_account {
        width: calc(350% - 10px);
    }

    .product_page_content #productSlot56 {
        margin-top: 15px;
        padding: 0 20px;
    }

    .product_listing_container > .grid_mode li,
    .product_page_content #productSlot56,
    .col6.acol6.ccol2.slot4,
    .col6.acol6.ccol3.slot4 {
        width: 100%;
        margin: 0;
    }

    .product {
        max-width: initial;
    }

    .definingAttributes,
    .product_pageDesign_pageGroup .product_info {
        display: flex;
        flex-wrap: nowrap;
    }

    .definingAttributes .Color,
    .definingAttributes .Capacidad {
        float: initial;
        width: calc(54% - 10px);
        display: inline-block;
    }

    .top.namePartPriceContainer div[id^="price_display_"] {
        width: calc(71% - 10px);
    }

    .product_info .option_shop {
        width: 32%;
    }

    .productListingWidget > .header_bar .pagination_present {
        width: 100%;
        text-align: right;
    }

    .productListingWidget > .header_bar .controls > * {
        float: initial;
        display: initial;
    }

    .inputField[type="tel"] {
        display: inline-block;
    }
    /* dquisocala[DOC95] : se comenta estos estilos - inicio */
    .myAccountChangePassword .content_condition_password{
		width: 100%;
	}
	/* Mejoras en resumen de compra fixed - inicio */
    .wrapper_resumen_shop #total_breakdown{
		width: 195px;
    }
	.styleConfirmationPrepago #total_breakdown {
	    width: calc(30% - 30px);
	    left: 71%;
	}
	/* dquisocala[DOC95] : se comenta estos estilos - fin */
	
	.layoutFicha-unificado .definingAttributes,
    .layoutFicha-unificado .product_pageDesign_pageGroup .product_info {
        display: block;
    }

    #mainContents .product-checkout#summary_section{
        width: 100%;
    }
}

@media screen and (min-width: 760px) and (max-width: 960px) {
    .header__navegation li.miClaro{
        min-width: 84px;
    }
    li.miClaro.autogestion a{
        padding: 7px 10px 0px 35px !important;
        font-size: .74rem !important;
    }
    #header [class*="navegation"] li.miClaro.sucVirtual>a:before{
        top: 10px;
    }
    .product_page_content #productSlot56 {
        width: calc(41% - 10px);
        box-sizing: border-box;
        padding-right: 20px;
        left: 425px;
    }

    .col6.acol6.ccol2.slot4,
    .col6.acol6.ccol3.slot4 {
        display: inline-block;
        width: 410px;
    }
    .col12.acol12.ccol6.left.slot8 {
        display: inline-block;
        margin: 10px;
    }
    .col12.acol12.ccol6.left.slot7 {
        display: none;
    }

    #add2CartBtn.button.primary {
        width: -webkit-fill-available;
    }

    .productListingWidget > .header_bar .controls > * {
        float: initial;
        display: inline;
    }

    .productListingWidget > .header_bar .pagination_present {
        margin-top: 3px;
    }

    .productListingWidget > .header_bar .controls .paging_controls {
        top: 2px;
        position: relative;
    }

    .selectWrapperPageSize .wcSelect .ui-selectmenu-text {
        display: none;
    }

    .inputField[type="tel"] {
        display: inline-block;
    }
    /* dquisocala[DOC95] : se comenta estos estilos - inicio */
    .myAccountChangePassword .content_condition_password{
		width: 100%;
	}
	
	/* Mejoras en resumen de compra fixed - inicio */
    .wrapper_resumen_shop #total_breakdown{
		max-width: 198px;
    }
	.styleConfirmationPrepago #total_breakdown {
	    width: calc(30% - 30px);
	    left: 71%;
	}
	/* dquisocala[DOC95] : se comenta estos estilos - fin */
    #headerWrapper .header__navegation .option-menu .arrow a {
		padding-top: 10px !important;
		font-size: .74rem !important;
	}
}

/*----------------------------------*/
/* NUEVO CATALOGO RESPONSIVE INICIO*/
/*---------------------------------*/
@media screen and (min-width: 640px) and (max-width: 960px){
	.layoutCategory-unificado .col4.acol12.ccol3,
	.subCat_page_tab_content .col4.acol12.ccol3{
    	width: 100%;
	}
    
    .content-checkout .button_footer_line{
        width: 101%;
    }
    .button_footer_line .button_secondary{
        margin-right: 0;
    }
}

@media screen and (min-width: 640px) and (max-width: 1280px){
	.layoutCategory-unificado .product_listing_container .list_mode .product,
    .subCat_page_tab_content .product_listing_container .list_mode .product {
	    margin-left: 45px;
    }
    .layoutCategory-unificado .product_listing_container .list_mode .main_features_product,
    .subCat_page_tab_content .product_listing_container .list_mode .main_features_product {
		margin-left: -10px;
	}
	.layoutFicha-unificado .div_top{
		min-height: 10px;
    }
    .layoutCategory-unificado .product_listing_container .list_mode .product .product_info .product_price,
    .subCat_page_tab_content .product_listing_container .list_mode .product .product_info .product_price {
        margin-top: 80px;
    }
    .layoutCategory-unificado .product_listing_container .list_mode .product .product_info .product_price_teamcard,
    .subCat_page_tab_content .product_listing_container .list_mode .product .product_info .product_price_teamcard {
        margin-top: 50px;
    }
    .layoutCategory-unificado .product_listing_container .list_mode li,
    .subCat_page_tab_content .product_listing_container .list_mode li {
        height: 565px;
    }
    .layoutCategory-unificado #productsFacetsHorizontal .facetSelectContainer,
    .subCat_page_tab_content #productsFacetsHorizontal .facetSelectContainer {
        margin-left: -7px;
    }
    .layoutCategory-unificado .productListingWidget .header_bar, .subCat_page_tab_content .productListingWidget .header_bar {
        padding: 0px 0px 100px 0px;
	}
}

@media screen and (min-width: 760px) {
	.layoutCategory-unificado .productListingWidget > .header_bar, .subCat_page_tab_content .productListingWidget > .header_bar {
    	margin-left: 70px;
	}
}

@media screen and (min-width: 600px) and (max-width: 1280px){
	.col3.wrapper-fullImage{
		width: 100%;
	}
	.col3.wrapper-definitions{
		width: 40%;
	}
	.col6.wrapper-comercial{
		width: 60%;
    }
    .layoutFicha-unificado .contentDataPlan{
        margin-right: 0;
    }
}

@media screen and (min-width: 651px) and (max-width: 1180px) {
	.layoutFicha-unificado .col3.wrapper-fullImage {
		width: 50%;
        padding: 3px;
	}
	.layoutFicha-unificado .col3.wrapper-definitions {
		width: 48%;
		margin-top: 150px;
	}
	.layoutFicha-unificado .col6.wrapper-comercial {
		width: 100%;
		margin: 30px 10px;
    }
    .layoutFicha-unificado .wrapper_character, .layoutFicha-unificado .wrapper_data_sheet {
        margin: 10px;
    }
	.layoutFicha-unificado .namePartPriceContainer h1.main_header,
    .layoutFicha-unificado .content-attrDescipt,
    .layoutFicha-unificado .content_financia_card .price_display,
    .layoutFicha-unificado .definingAttributes .options_dropdown_column,
    .layoutFicha-unificado .definingAttributes .options_dropdown_column .selectWrapper,
    .layoutFicha-unificado .definingAttributes .options_dropdown_column .selectWrapper .wcSelect,
    .layoutFicha-unificado .definingAttributes {
		width: auto !important;
    }
    .layoutFicha-unificado .wrapper_financia .content_financia_card .price_display {
        height: auto;
        margin-bottom: 30px;
    }
    .layoutFicha-unificado .tab_financia, .fichaAcc .tab_financia {
		width: 10em !important;
    }
    .layoutFicha-unificado .ui-selectmenu-button span.ui-icon {
        margin: 8px 5px 10px 4px;
        height: 14px;
    }
    .layoutFicha-unificado .swiper-button-prev, .layoutFicha-unificado .swiper-button-next {
        display: none !important;
    }
    .layoutFicha-unificado .textPrice_plan {
        width: max-content;
    }
    .layoutFicha-unificado .section_1_plan {
        width: 80%;
    }
    .layoutFicha-unificado .section_2_plan {
        width: 20%;
        display: block;
    }
    .layoutFicha-unificado #subWrapperPlan .subwrapper-plan {
        padding: 24px 20px 24px 30px;
    }
    .layoutFicha-unificado .content_financia_card .card-column:nth-child(2) {
        width: 50%;
    }
}

@media screen and (min-width: 1181px) and (max-width: 1280px) {
	.layoutFicha-unificado .col3.wrapper-fullImage {
		width: 52%;
        margin: 5px;
	}
	.layoutFicha-unificado .col3.wrapper-definitions {
		width: 43%;
		margin-top: 150px;
	}
	.layoutFicha-unificado .col6.wrapper-comercial {
		width: 100%;
		margin-top: 30px;
	}
	.layoutFicha-unificado .namePartPriceContainer h1.main_header,
    .layoutFicha-unificado .content-attrDescipt,
    .layoutFicha-unificado .card-column .old_price,
    .layoutFicha-unificado .content_financia_card .price_display {
		width: 100% !important;
    }
    .layoutFicha-unificado .wrapperPrice .price_display, .layoutFicha-unificado .card-column .title-product-display-normal {
        width: 100% !important;
        height: auto !important;
    }
    .layoutFicha-unificado .wrapper_financia .content_financia_card .price_display {
        height: auto;
        margin-bottom: 20px;
    }
    .layoutFicha-unificado .tab_financia {
		width: 10em !important;
    }
    .layoutFicha-unificado .swiper-button-prev, .layoutFicha-unificado .swiper-button-next {
        display: none !important;
    }
    .layoutFicha-unificado .textPrice_plan {
        width: max-content;
    }
    .layoutFicha-unificado .section_1_plan {
        width: 80%;
    }
    .layoutFicha-unificado .section_2_plan {
        width: 20%;
        display: block;
    }
}

@media screen and (max-width: 650px) {
    .layoutFicha-unificado .namePartPriceContainer h1.main_header,
    .layoutFicha-unificado .wrapper-fullImage #idDetailsDelivery,
    .layoutFicha-unificado .card-column .old_price,
    #searchBox {
        width: auto !important;
        display: inline-block;
    }
    .layoutFicha-unificado .col6.wrapper-comercial {
        width: 100% !important;
    }
    .layoutFicha-unificado .col3.wrapper-definitions {
        width: 100% !important;
        margin-top: 30px;
    }
    .layoutFicha-unificado .definingAttributes .color_swatch_list .options_dropdown_column .selectWrapper {
        width: 80%;
    }
    .layoutFicha-unificado [id*="contentRecommendationWidget_"] {
    	padding: 0px !important;
	}
    .layoutFicha-unificado .definingAttributes .options_dropdown_column .selectWrapper .wcSelect {
        min-width: auto;
    }
    .layoutFicha-unificado .col3.wrapper-fullImage {
        margin: 0px;
    }
    .layoutFicha-unificado .card-column .price_display {
        display: inline-block;
        margin-bottom: 0px;
    }
    .layoutFicha-unificado .ui-selectmenu-button span.ui-icon {
        margin: 8px 5px 10px 4px;
        height: 14px;
    }
    .layoutFicha-unificado .definingAttributes .color_swatch_list .options_dropdown_column .selectWrapper .wcSelect {
        width: 96%;
    }
    .layoutFicha-unificado div#widget_breadcrumb {
        display: none;
    }
    .layoutFicha-unificado .swiper-button-next {
		right: -10px !important;
    }
    .swiper-button-prev {
        left: 20px;
    }
    .layoutFicha-unificado .shopperActions {
        display: inherit;
    }
    .layoutFicha-unificado .selectedPlan {
        display: inherit !important;
    }
    .layoutFicha-unificado .top.namePartPriceContainer .price_display {
        width: auto !important;
        height: auto;
        margin-bottom: 0px;
    }
    .fichaAcc .tab_financia {
		width: 10em !important;
    }
    .fichaAcc .wrapper-definitions .wrapper-attribute .shopperActionsAcc .quantity_section_accesorios span.quantity_input_accesorios {
        top: 35px;
    }
    .fichaAcc .card-column .price_display {
        grid-template-rows: 25px 0px 0px 0px 0px;
    }
    .layoutFicha-unificado .wrapper_financia .nav_financia {
		padding-left: 0.1em;
	}
	.layoutFicha-unificado .tab_financia {
		margin: 0 -0.05em;
	}
    .layoutFicha-unificado .content_financia_card .card-column:nth-child(2) {
        width: 50%;
    }
}

@media screen and (min-width: 651px) and (max-width: 960px) {
	#headerWrapper .option-menu{
		padding-left: 0px !important;
	}   
	#headerWrapper .header__navegation #listMenu li{
		font-size: 1rem  !important;
	}
	#headerWrapper .header__navegation #listMenu li a{
		padding-left: 6px !important;
    	padding-right: 6px !important;
	}
	#headerWrapper .header__navegation .option-menu .arrow a{
		padding-top: 10px !important;
		font-size: .74rem !important;
	}
	#headerWrapper .header__navegation #searchBar{
		padding-left: 6px !important;
    	padding-right: 6px !important;
    }
    #searchTermWrapper > input {
        font-size: 0.8rem;
    }
    .fichaAcc .tab_financia {
		width: 10em !important;
    }
    .linkPayment img {
    	top: -18px;
    }
}

@media screen and (max-width: 480px) {
    .fichaAcc .wrapper-definitions .wrapper-attribute .shopperActionsAcc .quantity_section_accesorios span.quantity_input_accesorios {
        top: 25px;
    }
}

@media screen and (min-width: 350px) and (max-width: 402px) {
    .fichaAcc .card-column .price_display {
        grid-template-rows: 40px 0px 0px 0px 0px;
    }
}
/*----------------------------------*/
/* NUEVO CATALOGO RESPONSIVE FIN    */
/*---------------------------------*/

/*--------------------------------- MERCADO PAGO - START ---------------------------------*/
@media screen and (min-width: 640px) and (max-width: 768px){
    #mainContentMP #total_breakdown #order_total tr{
        border: 0px !important;
    }
    #mainContentMP #total_breakdown #order_total tr:last-child{
        box-shadow: none !important;
    }
    #mainContentMP #order_total{
        float: none !important;
    }
    #mainContentMP #total_breakdown{
        float: none !important;
    }
    #mainContentMP .button_footer_line_MP{
        max-width: 450px;
    }
    #mainContentMP .button_secondary{
        margin-top: 0px;
        margin-right: 10px;
        width: auto;
    }
    #mainContentMP .button_primary{
        margin-top: 0px;
        margin-left: 10px;
        width: auto;
    }
    #mainContentMP .button_footer_line_MP .button_primary{
        float: none;
    }
    #mainContentMP #order_total tr:last-child{
        border-radius: 0px 0px 5px 5px !important;
    }
    /* show price inside item */
    #mainContentMP .cont_purchase_summary .column_details #order_details div[id^="WC_OrderItemDetails_div_1_"]{
        height: 96px !important;
    }
    #mainContentMP .section_price_first_column{
        display: block !important;
    }
    #mainContentMP .price_label{
        float: left;
        font-size: 18px !important;
    }
    #mainContentMP .price{
        float: right;
    }
    #mainContentMP #order_details .th_align_left_normal .itemspecs p span.unit_price_title .price{
        font-size: 18px !important;
    }
    #mainContentMP .item_price_column{
        display: none !important;
    }
    #mainContentMP .cont_customer_data{
        display: block !important;
    }
    #mainContentMP .content_price #total_breakdown #order_total .tr_item_price{
        display: none !important;
    }
    #mainContentMP .content_img{
        width: 60px;
        position: absolute;
    }
    #mainContentMP .content_img .img{
        margin: 20px 10px 0px 10px !important;
    }
    #mainContentMP .cont_purchase_summary .column_details #order_details div[id^="WC_OrderItemDetails_div_1_"]{
        height: 40px !important;
    }
    #mainContentMP .content_data{
        padding-left: 70px;
    }
    #mainContentMP .content_data .resume_title{
        padding: 0px 0px 15px 0px !important;
    }
    #mainContentMP .tr_subtotal{
		padding: 10px 20px 2px 20px !important;
	}
	#mainContentMP .tr_shipping_cost{
	    padding: 2px 20px 10px 20px !important;	
	}
    .checkoutMP .content-group{
		margin: auto;
    	width: 263px;
	}
    .checkoutMP .title-checkout{
        font-size: 1.05em !important;
    }
    .checkoutMP .header-checkout {
        box-shadow: 1px 0px 1px rgb(90 90 90 / 38%) !important;
        height: 57px !important;
    }
    .checkoutMP .icoStep_label{
		width: 120px !important;
	}
    .checkoutMP .paso-actual-movil{
		display: flex !important;
		justify-content: center;
	}
    .checkoutMP .linea-pasos > ul > li .step .icoStep {
        display: none !important;
    }
    .checkoutMP .linea-pasos > ul > li .step p {
        display: none;
    }
    .checkoutMP .linea-pasos {
        margin-bottom: 10px !important;
        padding: 20px 10px 30px 10px !important;
    }
}
/* fix tablet */
@media screen and (min-width: 640px) and (max-width: 666px){
    .content-checkout #mainContentMP{
        margin-left: 15px;
        margin-right: 15px;
    }
}
@media screen and (min-width: 651px) and (max-width: 3152px){
    .page_mp_purchase_confirmation .footer__foot{
        margin-left: 20px;
    }
    .page_mp_purchase_exception .footer__foot{
        margin-left: 20px;
    }
}
@media screen and (min-width: 666px) and (max-width: 715px){
    .content-checkout #mainContentMP {
        margin-left: 15px;
        margin-right: 15px;
    }
}
/*--------------------------------- MERCADO PAGO - END ---------------------------------*/
/*---------------------------------Multilinea-START---------------------------------------------*/
@media screen and (max-width: 767px){
.supcontenedor-multi {
    width: 100%;
    margin: 20px 0px 20px 0px;
	}
}
/*---------------------------------Multilinea-END-----------------------------------------*/

@media screen and (min-width: 651px) and (max-width: 1107px){
	.search-result .col4.acol12.ccol3 {
    	width: 100%;
	}
}

/*---------------------fix cards of catalog - START---------------------*/
/*tablet 2 items*/
@media screen and (min-width: 825px) and (max-width: 1106px){
    .layoutCategory-unificado .product_listing_container .list_mode li {
        width: 49.6% !important;
        padding-left: 74px;
        margin: 0 !important;
        text-align: left !important;
    }
    .layoutCategory-unificado .acol12 .productListingWidget .product_listing_container .ui-grid-a {
        width: 792px !important;
        margin: auto;
    }
    .layoutCategory-unificado .acol12 .productListingWidget .product_listing_container .ui-grid-solo{
        width: 792px !important;
        margin: auto;
    }
}

/*tablet 2 items*/
@media screen and (min-width: 651px) and (max-width: 880px){
    .layoutCategory-unificado .acol12 .productListingWidget .product_listing_container .ui-grid-solo{
        width: auto !important;
    }
}

/*tablet 1 items*/
@media screen and (min-width: 651px) and (max-width: 824px){
    .layoutCategory-unificado .acol12 .productListingWidget .product_listing_container .ui-grid-solo{
        width: 397px !important;
        margin: auto;
    }
}
@media screen and (min-width: 640px) and (max-width: 650px){
    .layoutCategory-unificado{
        max-width: 100% !important;
    }
    .layoutCategory-unificado{
        padding: 0px !important;
    }
    .layoutCategory-unificado .customBotoneraFixed{
        width: 100% !important;
    }
}
@media screen and (min-width: 418px) and (max-width: 824px){
    .layoutCategory-unificado .product_listing_container .list_mode .product .product_info .product_price{
        text-align: start !important;
    }
    .layoutCategory-unificado .list_mode .product_info{
        text-align: initial;
    }
}
/*---------------------fix cards of catalog - END---------------------*/

@media screen and (min-width: 651px) and (max-width: 1280px){
	.bloqueMenu .movil {
		display: flex !important; 
	}
}
@media screen and (max-width: 767px){
	.new-banner {
	    height: auto;
	    flex-direction: column;
        margin-bottom: 0px !important;
        gap: 20px;
	}
	.new-banner-row2{
		width: 100%;
	}
	.new-banner-row2 img, .new-banner-row img{
	    height: 250px;  
	}	
	.new-banner-row a ,.new-banner-row img{
 	    width: 95%;
	}
	.new-banner-row{
		width: 100% !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 1180px){
	.new-banner {
	   height: 250px;
	}		
}
@media only screen and (min-width: 1500px){
	.c24_v3 .container {
    	max-width: 1440px;
    }
};* {
	padding: 0;
}

@media  screen and (min-width: 960px) and (max-width: 1100px) {
    /*TODO EL CONTENIDO*/
    #headerRow1,
    #bottomContentHeader .content,
    div.content_wrapper > div.content_left_shadow > div.content_right_shadow > div.main_content,
    .content-group, .content-checkout #mainContents, .content-checkout #checkout_crumb {
        max-width: 910px !important;
        padding: 0 15px;
        width: -webkit-fill-available;
    }

    [class*="navegation"] .subMenu dl .menuImgPromo{
        transform: translateX(10px);
    }

    .rowContainer {
        width: -webkit-fill-available;
        padding: 0 0px;
        max-width: 100% !important;
    }
    .row.sub-caract .col6,
    .content-foot {
        max-width: 960px;
    }
    .col8 {
        width: 75.6%;
    }
    .col4.acol12.ccol3 {
        width: 23%;
    }
    .loginMenuDropdown.active {
        right: 0;
        left: initial;
    }
    /*MI CUENTA*/
    #facet_nav_collapsible_my_account {
        width: calc(453% - 10px);
    }
    .listTable .footer .pageButtons, .listTableMobile .footer .pageButtons {
        margin-top: -7px;
    }
    .content_address_list .content_detail_address {
        width: calc(46.3% - 18px);
        margin: 10px 0 15px 0;
    }
    #container_MyAccountDisplayB2B .form_2column #Register{
        max-width: 900px;
    }
    .form_2column #Register, #addressBookListDiv #AddressForm {
        width: 66%;
    }
    .content_address_list .content_detail_address .pageSection .footerEditSection .deleteIcon {
        left: calc(6% - 10px)!important;
    }
    .myAccountMarginRight .form_2column form[action="PersonChangeServicePasswordReset"] .column, 
    #addressDetailsEditFormMain[style="position: absolute;"] #AddressForm, 
    .myAccountMarginRight form[action="PersonChangeServicePasswordReset"] .inputField,
    #container_MyAccountDisplayB2B .my_account .button_footer_line {
        width: 100%;
    }
    .myAccountChangePassword .content_condition_password {
    	width: 100%;
	}
    .form_2column .align {
        width: 100%;
    }
    .myAccountMarginRight .form_2column form[action="PersonChangeServicePasswordReset"], 
    .button_footer_line {
        width: 100%;
        max-width: 500px;
    }
    /*LISTA PRODUCTO*/
    .facetSelectContainer .facetSelect li.singleFacet {
        width: calc(25% - 10px);
    }
    .sorting_controls .selectWrapper {
        width: initial;
    }
    /*FICHA PRODUCTO*/
    div[dataci_espot^="_CaracteristicasProduct"] img {
		width: 100%!important;
		height: auto!important;
	}
    .col5.acol6.ccol12.left.slot5,
    .product_info .price_display,
    .product_info .option_shop,
    .product_page_content #productSlot56 > div:nth-child(2) {
        width: 100%;
    }
    .product_info .option_shop {
        margin-top: 5px;
    }
    .option_shop .quantity_section {
        width: initial;
        float: left;
        margin-bottom: 15px;
    }
    .definingAttributes .Color,
    .definingAttributes .Capacidad {
        float: initial !important;
        width: calc(100% - 10px) !important;
    }
    .top.namePartPriceContainer div[id^="price_display_"], .product_listing_container .list_mode .product > .product_info > .product_price {
		height: 100px;
    }
    .definingAttributes .color_swatch_label {
        margin-top: 0;
    }
    .container_content_rightsidebar {
        padding: 0;
    }
    .product_page_content #productSlot56 {
        width: calc(50% - 10px);
    }
    /*ENVIO Y FACTURACIÓN*/
    .header-checkout::before {
        height: 3px;
    }
    .title-checkout {
        padding: 12px 0;
        padding-left: 15px;
    }
    .product-checkout, .c-summary .shipping_billing_height {
        width: calc(40% - 10px);
    }
    .content-checkout .button_footer_line,
    .content-checkout .drop_down_shipping, 
    .content-checkout .drop_down_billing, 
    .content-checkout .drop_down_address_book, 
    .content-checkout .card_info .col1 span input,
    #seccionFactura {
        width: 100%;
        max-width: initial;
    }
    #editAddressContents,
    .c-order #box {
        padding: 0 17px;
    }
    #centered_single_column_form_footer, #centered_single_column_form_footer_pieBoleta {
        padding: 0;
    }
    #centered_single_column_form_footer .button_secondary, #centered_single_column_form_footer .button_primary,
    #centered_single_column_form_footer_pieBoleta .button_secondary, #centered_single_column_form_footer_pieBoleta .button_primary {
        margin: 0;
    }
    .sixpixels {
        padding: 0;
    }
    /*CONFIRMACIÓN*/
    .product-checkout .page_confirmation .desgloseCompraFin {
        margin-left: 1.4%;
    }
    .c-order .button_footer_line .button_secondary {
        margin: 0;
    }
    
    .inputField[type="tel"] {
        display: inline-block;
    }/*
    #Register .inputField[type="tel"] {
        width: calc(78.5% - 10px);
    }
    #AddressForm .inputField[type="tel"] {
        width: calc(77.8% - 10px);
    }
    #addressDetailsEditFormMain #AddressForm .inputField[type="tel"] {
        width: calc(84% - 10px);
    }
    #centered_single_column_form .form_input[type="tel"] {
        width: calc(59.8% - 10px);
    }
    .address .form_input[type="tel"] {
        width: calc(59.5% - 10px);
    }
    .sign_in_registration #Register .content .inputField[type="tel"] {
        width: calc(83.4% - 10px);
    }*/
    /*PREFIJO*/
    
    /* Dquisocala[DOC95] : Mejoras en resumen de compra fixed - inicio */
    .wrapper_resumen_shop #total_breakdown{
		max-width: 220px;
	}
	.styleConfirmationPrepago #total_breakdown {
	    width: calc(25% - 30px);
	    left: 70%;
	}
    /* Dquisocala[DOC95] : Mejoras en resumen de compra fixed - fin */
}

@media  screen and (min-width: 960px) and (max-width: 1280px) {
 	.layoutCategory-unificado .sorting_controls > .new_catalog_content {
	    margin-left: 10px;
	}

    .subCat_page_tab_content .sorting_controls > .new_catalog_content {
	    margin-left: 10px;
	}
}

@media  screen and (min-width: 1280px) and (max-width: 1560px) {
 	.layoutFicha-unificado .product_pageDesign_pageGroup{
 		max-width: 95%;
 	}
}

@media screen and (min-width: 960px) and (max-width: 1100px){
	.wrapper_resumen_shop .totalsSummaryPrepago{
		max-width: 220px !important;
	}
}

@media screen and (min-width: 762px) and (max-width: 959px){
    .wrapper_resumen_shop .totalsSummaryPrepago{
		max-width: 196px !important;
	}
}

@media screen and (min-width: 752px) and (max-width: 761px){
    .wrapper_resumen_shop .totalsSummaryPrepago{
		max-width: 192px !important;
	}
}

/*----------------------------------*/
/* NUEVO CATALOGO RESPONSIVE INICIO*/
/*---------------------------------*/

/*----------------------------------*/
/* NUEVO CATALOGO RESPONSIVE INICIO*/
/*---------------------------------*/;* {
	padding: 0;
}
@media screen and (min-width: 960px) and (max-width: 1100px) {
    #Register  .address_content_info:nth-child(1) .column_label,
    #Register  .address_content_info:nth-child(3) .column_label{
		margin: 0px 0px 21px 0px;
    }
    .separata{
        margin: 0px;
    }
}

@media  screen and (min-width: 1100px) and (max-width: 1280px) {
    /*TODO EL CONTENIDO*/
    #headerRow1,
    #bottomContentHeader .content,
    div.content_wrapper > div.content_left_shadow > div.content_right_shadow > div.main_content,
    .content-group, .content-checkout #mainContents, .content-checkout #checkout_crumb {
        max-width: 1060px !important;
        padding: 0 15px;
        width: -webkit-fill-available;
    }
    .rowContainer {
        width: -webkit-fill-available;
        padding: 0 0px;
        max-width: 100% !important;
    }
    .row.sub-caract .col6,
    .fullrow .row-container, .newrow .row-container,
    .content-foot {
        max-width: 1060px;
    }
    #searchBox {
        width: 385px;
    }
    #facet_nav_collapsible_my_account {
        left: -6px;
    }
    #container_MyAccountDisplayB2B .col8.acol12.ccol9.right, #container_orderHistory_detail .col8.acol12.ccol9.right {
        padding: 0;
    }
    #Processed_OrderList_list_table.listTable .link {
        width: 90px;
        top: 10px;
        position: relative;
    }
    #orderSummaryContainer .listTable .row.entry.withPreviewImage {
        padding: 15px 0 15px 10px;
    }
    .content_address_list .content_detail_address {
        width: calc(21.2% - 18px);
    }
    .form_2column #Register, #addressBookListDiv #AddressForm {
        width: 60%;
    }
    .myAccountMarginRight .form_2column form[action="PersonChangeServicePasswordReset"] .column, 
    #addressDetailsEditFormMain[style="position: absolute;"] #AddressForm, 
    .myAccountMarginRight form[action="PersonChangeServicePasswordReset"] .inputField {
        width: 100%;
    }
    .myAccountChangePassword .content_condition_password {
    	width: 100%;
	}
    .myAccountMarginRight .form_2column form[action="PersonChangeServicePasswordReset"], .button_footer_line {
        width: 100%;
        max-width: 500px;
    }
    /*LISTA PRODUCTO*/
    .col4.acol12.ccol3 {
        width: 23%;
    }
    .facetSelectContainer .facetSelect li.singleFacet {
        width: calc(24% - 10px);
    }
    .col8 {
        width: auto;
    }
    .sorting_controls .selectWrapper {
        width: initial!important;
    }
    /*FICHA PRODUCTO*/
    .product_pageDesign_pageGroup {
        max-width: 1070px;
    }
    .col5.acol6.ccol12.left.slot5,
    .product_info .price_display,
    .product_info .option_shop,
    .product_page_content #productSlot56 > div:nth-child(2) {
        width: 100%;
    }
    .product_info .option_shop {
        margin-top: 5px;
    }
    .option_shop .quantity_section {
        width: initial;
        float: initial;
    }
    .definingAttributes .Color,
    .definingAttributes .Capacidad {
        float: initial;
        width: calc(100% - 10px);
    }
    .top.namePartPriceContainer div[id^="price_display_"], .product_listing_container .list_mode .product > .product_info > .product_price {
		height: 100px;
    }
    .definingAttributes .color_swatch_label {
        margin-top: 0;
    }
    .container_content_rightsidebar {
        padding: 0;
    }
    .product_page_content #productSlot56 {
        width: calc(51% - 10px);
    }
    .top.namePartPriceContainer div[id^="price_display_"] {
        width: calc(58% - 10px);
    }
    .product_info .option_shop {
        width: calc(45% - 10px);
        margin: 0;
    }
    .option_shop .quantity_section {
        margin-bottom: 0px;
    }
    .definingAttributes .Color, .definingAttributes .Capacidad {
        display: inline-block;
        vertical-align: top;
    }
    .definingAttributes .Color {
        width: calc(40% - 10px);
    }
    .definingAttributes .Capacidad {
        width: calc(62% - 10px);
        text-align: left;
        float: right;
    }
    .definingAttributes .Capacidad .color_swatch_label {
        text-align: left;
        margin-left: 0;
    }
    .container_content_rightsidebar {
        max-width: 1060px;
    }
    /*ENVIO Y FACTURACION*/
    #order_details .add-product1 > div:first-child {
        width: calc(31% - 10px)!important;
    }
    #shoppingCart_tableCell_description, .description_product_shopcart {
        width: 32%!important;
    }
    .header-checkout::before {
        height: 2px;
    }
    .title-checkout {
        padding: 12px 0;
        padding-left: 15px;
    }
    .content-checkout #box {
        max-width: 1020px !important;
    }
    .c-summary .shipping_billing_height {
        width: calc(38% - 10px);
    }
    .content-checkout .button_footer_line,
    .content-checkout .drop_down_shipping, 
    .content-checkout .drop_down_billing, 
    .content-checkout .drop_down_address_book, 
    .content-checkout .card_info .col1 span input,
    #seccionFactura {
        width: 100%;
        max-width: initial;
    }
    #editAddressContents,
    .c-order #box {
        padding: 0 17px;
    }
    #centered_single_column_form_footer, #centered_single_column_form_footer_pieBoleta {
        padding: 0;
    }
    #centered_single_column_form_footer .button_secondary, #centered_single_column_form_footer .button_primary,
    #centered_single_column_form_footer_pieBoleta .button_secondary, #centered_single_column_form_footer_pieBoleta .button_primary {
        margin: 0;
    }
    .sixpixels {
        padding: 0;
    }
    /*CONFIRMACIÓN*/
    .product-checkout .page_confirmation .desgloseCompraFin {
        margin-left: 1.4%;
    }
    .c-order .button_footer_line .button_secondary {
        margin: 0;
    }
      
    .inputField[type="tel"] {
        display: inline-block;
    }
    /*
    #Register .inputField[type="tel"],
    #AddressForm .inputField[type="tel"] {
        width: calc(78.8% - 10px);
    }
    #addressDetailsEditFormMain #AddressForm .inputField[type="tel"] {
        width: calc(84% - 10px);
    }
    #centered_single_column_form .form_input[type="tel"] {
        width: calc(60% - 10px);
    }
    .address .form_input[type="tel"] {
        width: calc(60% - 10px);
    }
    .sign_in_registration #Register .content .inputField[type="tel"] {
        width: calc(84.3% - 10px);
    }*/
    /*PREFIJO*/
    
    /* Dquisocala[DOC95] : Mejoras en resumen de compra fixed - inicio */
    .wrapper_resumen_shop #total_breakdown{
		max-width: 220px;
	}
	.styleConfirmationPrepago #total_breakdown {
	    width: calc(25% - 30px);
	    left: 70%;
	}
	#centered_single_column_form .address_content_info {
    	width: calc(34% - 7px);
	}
    /* Dquisocala[DOC95] : Mejoras en resumen de compra fixed - fin */

}
@media screen and (max-width: 1280px){
.sorting_controls .selectWrapper {
    width: initial;
    }
}
@media  screen and (min-width: 1280px) and (max-width: 2560px) {
	#headerRow1,
	#bottomContentHeader .content,
	#widget_breadcrumb,
	div.content_wrapper > div.content_left_shadow > div.content_right_shadow > div.main_content,
    .content-group, .content-checkout #checkout_crumb,
    .content-foot {
		max-width: 1255px;
	}
	.rowContainer {
		max-width: 100%;
    }

    #header [class*="navegation"] .subMenu{
        max-width: 1255px;
    }

    .row.sub-caract .col6,
    .fullrow .row-container, .newrow .row-container {
        max-width: 1255px;
    }
	.product_listing_container > .list_mode > li {
		width: calc(32% - 10px);
	}
	#searchBar {
		right: calc((100% - 1275px)/2);
		top: 8px;
	}
	#searchBox {
		width: 385px;
	}
	.product_pageDesign_pageGroup {
		max-width: 1270px;
	}
	.col6.acol6.ccol2.slot4, .col6.acol6.ccol3.slot4 {
		width: 460px;
	}
	.product_page_content #productSlot56 {
		width: calc(62% - 10px);
	}
	.product_info .price_display {
		width: 68%;
	}
	.product_info .option_shop {
		width: 30%;
	}
	.product_info .price_display > span.price {
		font-size: 2.25rem;
	}
	.product_info .price_display > span.price::before,
	.product_info .price_display > span.old_price::before {
		margin-right: 10px;
	}
	div[id^="price_display_"], .product_listing_container .list_mode .product > .product_info > .product_price {
		height: 100px;
	}
	.definingAttributes .Capacidad {
		width: calc(42% - 10px);
	}
	.definingAttributes .Capacidad .color_swatch_label {
		text-align: left;
	}
	.container_content_rightsidebar {
		max-width: 100%;
		padding: 0px 5px;
	}
	.shop_cart #customers_new_or_returning {
   		text-align: right;
	}
	.wrapper_resumen_shop #total_breakdown{
		width: 30%;
	}
	div[id^="WC_UserRegistrationAddForm_div_3"] .addressShopCartFullContent.depaInfo .address_content_info:first-child{
    	width: calc(34% - 12px);
	}
	#WC_PersonalInfoExtension_DOB_div_44{
    	width: calc(34% - 12px) !important;
	}
	/* Fixed */
	.styleConfirmationPrepago #total_breakdown {
	    width: calc(25% - 30px);
	}
	.infoRegister .addressShopCartFullContent.depaInfo .address_content_info:first-child {
    	width: calc(34% - 10px);
	}
	#AddressForm .depaInfo .address_content_info:first-child, #addressDetailsEditFormMain .addressShopCartFullContent.depaInfo .address_content_info:first-child {
    	width: calc(34% - 12px);
	}
	#centered_single_column_form .address_content_info {
    	width: calc(34% - 7px);
	}
	/* dquisocala: [DOC95] Mejora de disenos - fin */
	#shoppingCart_tableCell_productName, .image_product_shopcart {
		width: 26%!important;
	}
	#shoppingCart_tableCell_description, .description_product_shopcart {
		width: 35%!important;
	}
	#shoppingCart_tableCell_total, .total_product_shopcart {
		width: 18%!important;
	}
	.content-checkout #box {
		max-width: 1020px !important;
	}
	/* dquisocala: [DOC95] Se quita segun nuevo diseno
	.shop_cart #total_breakdown #order_total tr:first-child .total_details {
		margin-left: calc(25.8% - 10px);
	}
	.shop_cart #total_breakdown #order_total tr:first-child .total_figures {
		margin-left: calc(53.3% - 10px);
	}
	 */
	.product-checkout, .c-summary .shipping_billing_height {
		width: calc(38% - 10px);
	}
	.content-checkout .drop_down_shipping, .content-checkout .drop_down_billing, 
	.content-checkout .drop_down_address_book, 
	.content-checkout .card_info .col1 span input,
	#seccionFactura,
	.content-checkout .button_footer_line {
		width: 100%;
	}
	.header-checkout::before {
		height: 4px;
	}
	.button_footer_line .left,
	.button_footer_line .button_secondary {
		padding: 0;
	}
	#facet_nav_collapsible_my_account {
		width: calc(452% - 10px);
	}
	#Processed_OrderList_list_table.listTable .link {
		position: relative;
		right: 12px;
		width: 10%;
		top: 10px;
	}
	#orderSummaryContainer .col1:nth-child(1) {
		width: 3%!important;
	}
	#container_MyAccountDisplayB2B .col8.acol12.ccol9.right, #container_orderHistory_detail .col8.acol12.ccol9.right {
		padding: 0 .7%;
	}
	.content_address_list .content_detail_address {
		width: calc(21.8% - 18px);
	}
	.addressSelectionEditPage .addrbook_header,
	.editButtons a {
		margin: 0;
	}
	.form_2column #Register, #addressBookListDiv #AddressForm {
		width: 60%;
	}
	#addnew_content_footer, 
	#addressDetailsEditFormMain[style="position: absolute;"] #AddressForm {
		width: 100%;
	}
	.button_footer_line {
		width: 40%;
    }
    .inputField[type="tel"] {
        display: inline-block;
    }
}
@media screen and (max-width: 1106px) {
	.col8 {
        width: 100%;
    }
}
@media screen and (min-width: 1401px) {
	div#widget_breadcrumb > ul {
            padding: 10px 8%;
    }
}
@media screen and (min-width: 1792px) {
	div#widget_breadcrumb > ul {
            padding: 10px 14%;
    }
}

@media  screen and (min-width: 651px) and (max-width: 1100px) {
	.layoutFicha-unificado .col5{
		width: 100%;
	}
	.layoutFicha-unificado .col7{
		width: 100%;
	}
}
;/* roboto-300 - latin */
/* roboto-300 - latin */
@font-face {}
@font-face {
  font-family: 'Roboto-Light';
  font-style: normal;
  font-weight: 300;
  src: url('/wcsstore/CLARO_SF_AS/fonts/roboto-v18-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Roboto Light'), local('Roboto-Light'),
       url('/wcsstore/CLARO_SF_AS/fonts/roboto-v18-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/wcsstore/CLARO_SF_AS/fonts/roboto-v18-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('/wcsstore/CLARO_SF_AS/fonts/roboto-v18-latin-300.woff') format('woff'), /* Modern Browsers */
       url('/wcsstore/CLARO_SF_AS/fonts/roboto-v18-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/wcsstore/CLARO_SF_AS/fonts/roboto-v18-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto-Regular';
  font-style: normal;
  font-weight: 400;
  src: url('/wcsstore/CLARO_SF_AS/fonts/roboto-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
       url('/wcsstore/CLARO_SF_AS/fonts/roboto-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/wcsstore/CLARO_SF_AS/fonts/roboto-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/wcsstore/CLARO_SF_AS/fonts/roboto-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/wcsstore/CLARO_SF_AS/fonts/roboto-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/wcsstore/CLARO_SF_AS/fonts/roboto-v18-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto-Medium';
  font-style: normal;
  font-weight: 500;
  src: url('/wcsstore/CLARO_SF_AS/fonts/roboto-v18-latin-500.eot'); /* IE9 Compat Modes */
  src: local('Roboto Medium'), local('Roboto-Medium'),
       url('/wcsstore/CLARO_SF_AS/fonts/roboto-v18-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/wcsstore/CLARO_SF_AS/fonts/roboto-v18-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('/wcsstore/CLARO_SF_AS/fonts/roboto-v18-latin-500.woff') format('woff'), /* Modern Browsers */
       url('/wcsstore/CLARO_SF_AS/fonts/roboto-v18-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/wcsstore/CLARO_SF_AS/fonts/roboto-v18-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto-Bold';
  font-style: normal;
  font-weight: 700;
  src: url('/wcsstore/CLARO_SF_AS/fonts/roboto-v18-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Roboto Bold'), local('Roboto-Bold'),
       url('/wcsstore/CLARO_SF_AS/fonts/roboto-v18-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/wcsstore/CLARO_SF_AS/fonts/roboto-v18-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/wcsstore/CLARO_SF_AS/fonts/roboto-v18-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/wcsstore/CLARO_SF_AS/fonts/roboto-v18-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/wcsstore/CLARO_SF_AS/fonts/roboto-v18-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/wcsstore/CLARO_SF_AS/fonts/slick.eot');
    src: url('/wcsstore/CLARO_SF_AS/fonts/slick.eot?#iefix') format('embedded-opentype'), url('/wcsstore/CLARO_SF_AS/fonts/slick.woff') format('woff'), url('/wcsstore/CLARO_SF_AS/fonts/slick.ttf') format('truetype'), url('/wcsstore/CLARO_SF_AS/fonts/slick.svg#slick') format('svg');
}
/* DMSans */
@font-face
{
    font-family: 'DM-Sans';
    font-weight: bold;
    font-style: bold;

    src: url('/wcsstore/CLARO_SF_AS/fonts/DMSans-Bold.eot');
    src: url('/wcsstore/CLARO_SF_AS/fonts/DMSans-Bold.eot?#iefix') format('embedded-opentype'), url('/wcsstore/CLARO_SF_AS/fonts/DMSans-Bold.woff') format('woff'), url('/wcsstore/CLARO_SF_AS/fonts/DMSans-Bold.ttf') format('truetype'), url('/wcsstore/CLARO_SF_AS/fonts/DMSans-Bold.svg#slick') format('svg');
}

/* claroicons */
@font-face
{
    font-family: 'claroicons';
    font-weight: normal;
    font-style: normal;

    src: url('/wcsstore/CLARO_SF_AS/fonts/claroicons.ttf');
};.planes{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
/*
.content-Planes article {
    width: 100%;
    max-width: 100%;
    display: block;
    float: left;
    border: 1px solid #efefef;
    border-radius: 4px;
    margin: 0px 2% 40px 2%;
    min-height: 716px;
    margin-left: 11px;
}*/
.nav-tabs {
    border-bottom: none;
}
.nav-tabs {
    border-bottom: 1px solid #ddd;
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
    width: 50%;
    text-align: center;
    font-size: 1.2em;
    font-weight: 500;
}
.nav>li {
    position: relative;
    display: block;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #e50515;
    cursor: default;
    background-color: #fff;
    border: none;
    border-bottom-color: transparent;
}
.nav-tabs>li>a {
    margin-right: 0;
    line-height: 1.42857143;
    border-radius: 0;
    background-color: #f2f2f2;
    margin: 0;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.nav-tabs a {
    color: #6d6d6d;
    text-decoration: none;
    font-weight: 600;
}
.titulo-plan {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tab-pane h1 {
    text-align: center;
    font-size: 21px;
    margin: 10px 0;
    width: 70%;
}
.tab-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: auto;
}
.tab-content>.tab-pane {
    display: none;
}
.tab-content>.active {
    display: block;
}

.fade.in {
    opacity: 1;
}
.tab-pane {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.tab-pane h1 strong {
    color: #e40615;
    font-family: AMX-Bold;
    text-align: center;
}

.tab-pane h1 span {
    font-weight: 900;
    font-family: AMX-Bold;
}

.Element-Precio {
    background-color: #e50515;
    color: #fff;
    text-align: center;
    padding: 5px 0px;
    margin-bottom: 15px;
    position: relative;
    width: 100%;
    right: 0;
    box-sizing: content-box;
}
.tab-pane h3 {
    text-align: center;
    margin: 0px 2% 5px;
    font-size: 18px;
    font-family: AMX-Bold;
}
.Element-Precio span {
    font-size: 32px;
    font-weight: 600;
    padding: 0;
    line-height: 1;
}
.Element-Precio span {
    font-size: 32px;
    font-weight: 600;
    padding: 0;
    line-height: 1;
}

.Element-Precio h3 {
    margin: 0;
    font-size: 1.8rem;
    padding-top: 10px;
}
.tab-pane h3 {
    text-align: center;
    margin: 0px 2% 5px;
    font-size: 18px;
}
.redes-sociales-P {
    width: 100%;
    margin: 0px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 9px;
    padding: 0;
    font-size: 57% !important;
    font-weight: 400;
    line-height: 1;
    color: #777;
}
.redes-sociales-P li {
    width: 30px;
    min-height: 40px;
    display: inline-block;
    padding: 0;
}
.redes-sociales-P li img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
.line-plan-min {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 15px 0px;
}
.line-plan-min img {
    max-width: 35px;
    width: 100%;
    display: block;
    margin-left: 0px;
    margin-right: 0;
}
.lineGrey {
    border-top: 1px solid #dedede;
    width: 225px !important;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 5px;
    margin-top: 5px;
}
ul.caractaristicas-min {
    padding: 0 35px;
}

.line-plan-min strong {
    color: #E20515;
}
.tab-pane h2 {
    text-align: center;
    margin: 0px 2% 5px;
    font-size: 2.5rem;
    color: #E70515;
    font-weight: 500;
}
.line-plan-min h2 {
    color: #222;
    font-size: 18px;
    display: block;
    text-align: left;
    font-family: AMX-Bold;
}

.line-plan-min h2 {
    color: #222;
    font-size: 18px;
    display: block;
    text-align: left;
 
}
.tab-pane p {
    text-align: center;
    margin: 0px 2% 5px;
    font-size: 18px;
    color: #222;
    font-family: AMX-Regular;
    font-weight:100 !important;
    line-height: 1
}
h2.precio > div > span {
    margin: 0;
    width: 100%;
    font-size: 25px;
    font-weight: bold;
	font-family: AMX-Regular !important;
}
h2.precio .product_price {
    height: 32px;
    padding: 0;
    margin: 0;
}
.tab-pane .btn-Landing {
    margin: 10px auto;
    margin-bottom: 40px;
}
.btn-Landing {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
    margin: 10px 0px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    display: table;
    border-radius: 3px;
    padding: 15px 40px;
    line-height: 1;
    cursor: pointer;
    background: #1F97AE;
    border: 1px solid transparent;
    color: #fff;
}
.rowIncluye {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin: 0;
    padding: 0;
}
.marginIncluye {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px 0;
}
.rowIncluye li img {
    height: 35px;
}
.incluye-container {
    background-color: #f2f2f2;
    width: 100%;
    height: 245px;
    padding-top:10px;
    /*display: flex;*/
    flex-direction: column;
    justify-content: center;
}
p.black-1 {
    color: #666666 !important;
    font-weight: 400 !important;
    font-size: 15px;
}
.lineGrey2 {
    border-right: 1px solid #dedede;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.product_listing_containerPlanes > .list_mode > li {
    width: 23%;
    min-height: 320px;
    height: 100%;
    padding-bottom: 0;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
}
small {
    font-size: 66% !important;
    font-weight: 400;
    line-height: 1;
    color: #777;
    font-family: AMX-Regular;
}

.product_listing_containerPlanes {
    width: 100%;
    order: 1;
    width: 100%;
    margin-top: 0px;
}
li.rowIncluye p img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}


.lineGrey3 {
    border-right: 1px solid #dedede;
    height: 49px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.plan-link {
    display: block;
    text-align: center;
    margin-bottom: 10px;
    font-size:14px !important;
}
.link-Landing {
    color: inherit;
    text-decoration: none;
    color: #1F97AE;
    font-size: inherit;
    position: relative;
    font-weight: 500;
}
.link-Landing:hover {
    color: #1F97AE;
    text-decoration: underline;
}
/*
.link-Landing:after {
    color: inherit;
    text-decoration: none;
    content: "\f105";
    font-family: "FontAwesome";
    position: absolute;
    margin-left: 5px;
}*/
.tab-content div {
    max-width: 283px;
}
@media screen and (max-width: 960px) and (min-width: 640px){
	.product_listing_containerPlanes > .list_mode > li {
	    width: calc(32.8% - 10px);
	    margin-right: 10px;
	}
	.Element-Precio {
	    left: 0;
	    right: 0;
	    padding:0;
	    margin: 0;
   }
}
@media screen and (max-width: 1025px) and (min-width: 961px){
	.Element-Precio {
	    left: 0;
	    right: 0;
	    padding:0;
	    margin: 0;
   }
   .tab-pane h3 {
	    text-align: center;
	    margin: 0px 2% 5px;
	    font-size: 16px;
	    word-break: break-word;
  }
}
ul.list_mode.grid.ui-grid-c.planes {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    display: inline-flex;
    width: 100%;
}
.rowContainer.planes {
    max-width: 100%;
    font-family: AMX-Regular;
    padding-top: 0px;
}
.rowContainer.planes div.row, .rowContainer.planes div.row > div {
	width: 100% !important;
}

@media only screen and (max-width: 640px){
    .product_listing_containerPlanes > .list_mode > li {
        width: 100%;
        margin: 0;
    }
	div#WC_billingAddressCreateEditFormDiv_1_birthofday_div_40 .inputField{
	   width: 90%;
	}
}

.help-tipPlanes {
    position: relative;
    text-align: center;
    cursor: default;
}

.help-tipPlanes:hover p {
    display: block;
    transform-origin: 100% 0%;
    -webkit-animation: fadeIn 0.3s ease-in-out;
    animation: fadeIn 0.3s ease-in-out;
}

.help-tipPlanes:before {
    content: '*';
    font-weight: bold;
    color: #EF3829
}

.help-tipPlanes p{    
    display: none;
    text-align: center;
    background-color: #333;        
    position: absolute;    
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    right: 0px;
    color: #fff;    
    line-height: 1.4;
    top: -100px;
    left: -180px;    
    border-radius: 4px;
    font-size: .9rem;
    padding: .3rem .6rem;
    max-width: 350px;
    width: 350px;
    z-index: 999;    
}

.help-tipPlanes p:after {
    width: 100%;
    height: 40px;
    content: '';
    position: relative;
    left: 0;
}
/*
.contenedor-category-2 {
    display: inherit;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px;
    background: white;
    box-sizing: border-box;
}
*/
.contenedor-category-2 {
	padding-top: 80px;
	height: 200px;
    background-color: white;
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    justify-content: center;
    max-width: 1255px;
}

.contenedor-category-2 .datos-plan{
    text-align: center;
    font-family: "AMX-Medium", sans-serif;
}

.contenedor-category-2 .datos-plan h1{
    font-size:30px;
    color: #666666;
}

.contenedor-category-2 .datos-plan span{
	font-family: "AMX-Regular", sans-serif;
    font-size: 18px;
    color: #333333;
    font-weight: 300;
}
.planDescription{
	font-family: "AMX-Medium", sans-serif;
}
.planDescription a{
	font-size:17px;
}
.planDescription .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	line-height: 1.1;
}

.encabezado-planes {
    height: 200px;
    background-color: white;
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    justify-content: center;
    max-width: 1255px;
    margin:auto;
}

.titulo-encabezado-planes {
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: flex-start;
    box-sizing: border-box;
    padding: 20px;
}

.pagePlanes{
 	font-family: "AMX", sans-serif;
    margin: 0 auto;
    padding: 0;
}
.content-Planes article{
	min-height: 610px;
}

.flex-container-planes {
  display: flex;
  flex-wrap: wrap;
  background-color: DodgerBlue;
  justify-content: center;
}

.flex-container-planes .plan-destacado-Landing {
  background-color: #f1f1f1;
  width: 285px;
  margin: 10px;
  text-align: center;
  line-height: 75px;
  font-size: 30px;
  color:red !important;
}

.planes {
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
}
.planes-Landing {
    position: relative;
}
.content-Planes article {
    width: 100%;
    max-width: 283px;
    display: block;
    float: left;
    border: 1px solid #efefef;
    border-radius: 4px;
    margin: 20px 2% 40px 2%;
    min-height: 610px;
    margin-left: 11px;
}
article a{
	font-family:AMX-Bold;
	font-size:16.8px;
}

.slick-next {
    right: 13px !important;
    z-index:100;
}
.slick-prev {
    left: 5px !important;
    z-index:100;
}

.slick-slide article{
	border: 1px solid #efefef;
    border-radius: 4px;
    max-width:283px;
    margin:auto;
    min-height:680px;
}    

.slick-slide img {
    display: inline !important;
}
.inputDisabled{
	background-color:rgb(235, 235, 228);
}
@media only screen and (max-width: 640px){
	div.content_wrapper_position.planes{
		height: 1276px;
	}
	/* dquisocala: [DOC95] Mejora - inicio */
	.wcSelect.inputField.select, .wcSelect.inputField.year{
		width: 100% !important;
	}
	#container_MyAccountDisplayB2B .wcSelect.inputField.select{
		width: 100% !important;
	}
	#container_MyAccountDisplayB2B .wcSelect.inputField.select.select-birthday{
		width: 90% !important;
	}
	/* dquisocala: [DOC95] Mejora - fin */
}
.wcSelect.inputField{
	padding: 6px !important;
}
.wcSelect.inputField.year{
	width: 100% !important;
}

.aOperadorMovil{
	opacity: 0.3;	
}
.aOperadorMovil:hover{
	opacity: 1;
	border-bottom: #df1514 solid 3px;
};@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    /*
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    */
    font-family: FontAwesome; 
    font-size: 40px; 
    line-height: 1; 
    color: #1F97AE; 
    opacity: 0.75; 
    -webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: grayscale; 
}

.slick-prev:before { content: "\f053"; }
[dir="rtl"] .slick-prev:before { content: "\f054"; }

[dir="rtl"] .slick-next { left: -10px; top: 70px; right: auto; }
.slick-next:before { content: "\f054"; }
[dir="rtl"] .slick-next:before { content: "\f053"; }

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
;/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	min-width: 1000px; display : flex; justify-content : center;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: center;
}

.slick-track:before, .slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
};
#newClaroHeader, #footerId {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline
}
#footerWrapper a img,
#newClaroHeader a img {
	border: none
}

article, aside, details, figcaption, figure, footer, header, hgroup,
	main, menu, nav, section, summary {
	display: block
}

@font-face {
	font-family: "AMX";
	src: url("/wcsstore/CLARO_SF_AS/fonts/amx/AMX-Bold.woff2") format("woff2"),
		url("/wcsstore/CLARO_SF_AS/fonts/amx/AMX-Bold.woff") format("woff"),
		url("/wcsstore/CLARO_SF_AS/fonts/amx/AMX-Bold.ttf") format("truetype");
	font-weight: bold;
	font-display: swap
}
@font-face {
	font-family: "AMX-Bold";
	src: url("/wcsstore/CLARO_SF_AS/fonts/amx/AMX-Bold.woff2") format("woff2"),
		url("/wcsstore/CLARO_SF_AS/fonts/amx/AMX-Bold.woff") format("woff"),
		url("/wcsstore/CLARO_SF_AS/fonts/amx/AMX-Bold.ttf") format("truetype");
	font-weight: bold;
	font-display: swap
}

@font-face {
	font-family: "AMX-Regular";
	src: url("/wcsstore/CLARO_SF_AS/fonts/amx/AMX-Regular.woff2") format("woff2"),
		url("/wcsstore/CLARO_SF_AS/fonts/amx/AMX-Regular.woff") format("woff"),
		url("/wcsstore/CLARO_SF_AS/fonts/amx/AMX-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: "AMX-Medium";
	src: url("/wcsstore/CLARO_SF_AS/fonts/amx/AMX-Medium.woff2") format("woff2"),
		url("/wcsstore/CLARO_SF_AS/fonts/amx/AMX-Medium.woff") format("woff"),
		url("/wcsstore/CLARO_SF_AS/fonts/amx/AMX-Medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
	font-display: swap
}

[class^="cIco-"]:before, [class*=" cIco-"]:before {
	content: "";
	width: 60px;
	height: 60px;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain
}

[class^="ceIco-"]:before, [class*=" ceIco-"]:before {
	content: "";
	width: 60px;
	height: 60px;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain
}

.cIco-3play:before {
	background-image: url(../images/assets/vector/ico-3play.svg)
}

.cIco-4g:before {
	background-image: url(../images/assets/vector/ico-4g.svg)
}

.cIco-5g:before {
	background-image: url(../images/assets/vector/ico-5g.svg)
}

.cIco-5g-v2:before {
	background-image: url(../images/assets/vector/ico-5g-v2.svg)
}

.cIco-5g-v3:before {
	background-image: url(../images/assets/vector/ico-5g-v3.svg)
}

.cIco-24-horas:before {
	background-image: url(../images/assets/vector/ico-24-horas.svg)
}

.cIco-agendar-cita:before {
	background-image: url(../images/assets/vector/ico-agendar-cita.svg)
}

.cIco-agregar-servicio-movil:before {
	background-image: url(../images/assets/vector/ico-agregar-servicio-movil.svg)
}

.cIco-lap:before {
	background-image: url(../images/assets/vector/ico-lap.svg)
}

.cIco-altas-velocidades:before {
	background-image: url(../images/assets/vector/ico-altas-velocidades.svg)
}

.cIco-bloqueo-sim-card:before {
	background-image: url(../images/assets/vector/ico-bloqueo-sim-card.svg)
}

.cIco-carrito {
	background-image: url(../images/assets/vector/ico-carrito.svg)
}

.cIco-cable-submarino {
	background-image: url(../images/assets/vector/ico-cable-submarino.svg)
}

.cIco-celulares-con-plan:before {
	background-image: url(../images/assets/vector/ico-celulares-con-plan.svg)
}

.cIco-celulares-prepago:before {
	background-image: url(../images/assets/vector/ico-celulares-prepago.svg)
}

.cIco-chat:before {
	background-image: url(../images/assets/vector/ico-chat.svg)
}

.cIco-chat-en-linea:before {
	background-image: url(../images/assets/vector/ico-chat-en-linea.svg)
}

.cIco-chip:before {
	background-image: url(../images/assets/vector/ico-chip.svg)
}

.cIco-cloud:before {
	background-image: url(../images/assets/vector/ico-cloud.svg)
}

.cIco-cobertura:before {
	background-image: url(../images/assets/vector/ico-cobertura.svg)
}

.cIco-cobertura-v2:before {
	background-image: url(../images/assets/vector/ico-cobertura-v2.svg)
}

.cIco-conexion-total:before {
	background-image: url(../images/assets/vector/ico-conexion-total.svg)
}

.cIco-consumo:before {
	background-image: url(../images/assets/vector/ico-consumo.svg)
}

.cIco-contactanos:before {
	background-image: url(../images/assets/vector/ico-contactanos.svg)
}

.cIco-control-parental:before {
	background-image: url(../images/assets/vector/ico-control-parental.svg)
}

.cIco-crear-cuenta:before {
	background-image: url(../images/assets/vector/ico-crear-cuenta.svg)
}

.cIco-decodificador:before {
	background-image: url(../images/assets/vector/ico-decodificador.svg)
}

.cIco-empresas-y-negocios:before {
	background-image: url(../images/assets/vector/ico-empresas-y-negocios.svg)
}

.cIco-encuesta:before {
	background-image: url(../images/assets/vector/ico-encuesta.svg)
}

.cIco-escuelas-conectadas:before {
	background-image: url(../images/assets/vector/ico-escuelas-conectadas.svg)
}

.cIco-factura:before {
	background-image: url(../images/assets/vector/ico-factura.svg)
}

.cIco-fallas-del-servicio:before {
	background-image: url(../images/assets/vector/ico-fallas-del-servicio.svg)
}

.cIco-hogar-inteligente:before {
	background-image: url(../images/assets/vector/ico-hogar-inteligente.svg)
}

.cIco-internet:before {
	background-image: url(../images/assets/vector/ico-internet.svg)
}

.cIco-login:before {
	background-image: url(../images/assets/vector/ico-login.svg)
}

.cIco-menu-telefonico:before {
	background-image: url(../images/assets/vector/ico-menu-telefonico.svg)
}

.cIco-mi-claro:before {
	background-image: url(../images/assets/vector/ico-mi-claro.svg)
}

.cIco-movil-user:before {
	background-image: url(../images/assets/vector/ico-movil-user.svg)
}

.cIco-nuevo-equipo:before {
	background-image: url(../images/assets/vector/ico-nuevo-equipo.svg)
}

.cIco-nuevo-servicio:before {
	background-image: url(../images/assets/vector/ico-nuevo-servicio.svg)
}

.cIco-pagar-factura:before {
	background-image: url(../images/assets/vector/ico-pagar-factura.svg)
}

.cIco-pago-personalizado:before {
	background-image: url(../images/assets/vector/ico-pago-personalizado.svg)
}

.cIco-planes:before {
	background-image: url(../images/assets/vector/ico-planes.svg)
}

.cIco-portabilidad:before {
	background-image: url(../images/assets/vector/ico-portabilidad.svg)
}

.cIco-recarga:before {
	background-image: url(../images/assets/vector/ico-recarga.svg)
}

.cIco-reversa-portabilidad:before {
	background-image: url(../images/assets/vector/ico-reversa-portabilidad.svg)
}

.cIco-saldos-y-consumos:before {
	background-image: url(../images/assets/vector/ico-saldos-y-consumos.svg)
}

.cIco-saldos:before {
	background-image: url(../images/assets/vector/ico-saldos.svg)
}

.cIco-sap:before {
	background-image: url(../images/assets/vector/ico-sap.svg)
}

.cIco-servicio-movil:before {
	background-image: url(../images/assets/vector/ico-servicio-movil.svg)
}

.cIco-servicios-hogar:before {
	background-image: url(../images/assets/vector/ico-servicios-hogar.svg)
}

.cIco-sim:before {
	background-image: url(../images/assets/vector/ico-sim.svg)
}

.cIco-t-resuelve:before {
	background-image: url(../images/assets/vector/ico-t-resuelve.svg)
}

.cIco-tecnologia-y-accesorios:before {
	background-image: url(../images/assets/vector/ico-tecnologia-y-accesorios.svg)
}
.cIco-todo-claro:before {
	background-image: url(../images/assets/vector/ico-todo-claro.svg)
}
.ico-credit-card:before {
    content: "\e94e";
    font-family: "claroicons";
}
.cIco-tv:before {
	background-image: url(../images/assets/vector/ico-tv.svg)
}

.cIco-tv-v2:before {
	background-image: url(../images/assets/vector/ico-tv-v2.svg)
}

.cIco-tv-hd:before {
	background-image: url(../images/assets/vector/ico-tv-hd.svg)
}

.cIco-vehiculo-conectado:before {
	background-image: url(../images/assets/vector/ico-vehiculo-conectado.svg)
}

.cIco-web:before {
	background-image: url(../images/assets/vector/ico-web.svg)
}

.cIco-adquirir-servicio:before {
	background-image: url(../images/assets/vector/ico-adquirir-servicio.svg)
}

.cIco-tienda-en-linea:before {
	background-image: url(../images/assets/vector/ico-tienda-en-linea.svg)
}

.cIco-tv-internet:before {
	background-image: url(../images/assets/vector/ico-tv-internet.svg)
}

.cIco-tv-telefono:before {
	background-image: url(../images/assets/vector/ico-tv-telefono.svg)
}

.cIco-servicios-tienda:before {
	background-image: url(../images/assets/vector/ico-servicios-tienda.svg)
}

.cIco-comunicacion-confirmacion:before {
	background-image: url(../images/assets/vector/ico-comunicacion-confirmacion.svg)
}

.cIco-correo-confirmacion:before {
	background-image: url(../images/assets/vector/ico-correo-confirmacion.svg)
}

.cIco-casa-inteligente:before {
	background-image: url(../images/assets/vector/ico-casa-inteligente.svg)
}

.cIco-computadoras:before {
	background-image: url(../images/assets/vector/ico-computadoras.svg)
}

.cIco-smartphones:before {
	background-image: url(../images/assets/vector/ico-smartphone.svg)
}

.cIco-smart-tv:before {
	background-image: url(../images/assets/vector/ico-smart-tv.svg)
}

.cIco-videojuegos:before {
	background-image: url(../images/assets/vector/ico-videojuegos.svg)
}

.cIco-vigilancia:before {
	background-image: url(../images/assets/vector/ico-vigilancia.svg)
}

.cIco-realiza-pagos:before {
	background-image: url(../images/assets/vector/ico-realiza-pagos.svg)
}

.cIco-redireccionar:before {
	background-image: url(../images/assets/vector/ico-redireccionar.svg)
}

.cIco-check-hexagono:before {
	background-image: url(../images/assets/vector/ico-check-hexagono.svg)
}

.cIco-crear-cuenta2:before {
	background-image: url(../images/assets/vector/ico-crear-cuenta2.svg)
}

.cIco-recargas-internacionales:before {
	background-image: url(../images/assets/vector/ico-recargas-internacionales.svg)
}

.cIco-pago-tarjeta-internacional:before {
	background-image: url(../images/assets/vector/ico-pago-tarjeta-internacional.svg)
}

.cIco-hands-team:before {
	background-image: url(../images/assets/vector/ico-hands-team.svg)
}

.cIco-people-conv:before {
	background-image: url(../images/assets/vector/ico-people-conv.svg)
}

.cIco-podium:before {
	background-image: url(../images/assets/vector/ico-podium.svg)
}

.cIco-teamwork:before {
	background-image: url(../images/assets/vector/ico-teamwork.svg)
}

.cIco-world-hands:before {
	background-image: url(../images/assets/vector/ico-world-hands.svg)
}

.cIco-experiencia-servicio:before {
	background-image: url(../images/assets/vector/ico-experiencia-servicio.svg)
}

.cIco-hiperconectividad:before {
	background-image: url(../images/assets/vector/ico-hiperconectividad.svg)
}

.cIco-menor-latencia:before {
	background-image: url(../images/assets/vector/ico-menor-latencia.svg)
}

.cIco-ultravelocidad:before {
	background-image: url(../images/assets/vector/ico-ultravelocidad.svg)
}

.cIco-miClaro:before {
	width: 100px;
	height: 30px;
	background-image: url(../images/assets/vector/ico-miClaro.svg)
}

.cIco-miClaro-empresas:before {
	width: 100px;
	height: 30px;
	background-image: url(../images/assets/vector/ico-miClaro-empresas.svg)
}

.cIco-chatbot:before {
	background-image: url(../images/assets/vector/ico-chatbot.svg)
}

.cIco-norton:before {
	background-image: url(../images/assets/vector/ico-norton.svg)
}

.cIco-norton2:before {
	background-image: url(../images/assets/vector/ico-norton2.svg)
}

.cIco-miClaro-app:before {
	background-image: url(../images/assets/vector/ico-miClaro-app.svg)
}

.cIco-miClaro-corporaciones:before {
	background-image: url(../images/assets/vector/ico-miClaro-corporaciones.svg)
}

.cIco-claro-musica:before {
	width: 100px;
	height: 30px;
	background-image: url(../images/assets/vector/logo-claro-musica.svg)
}

.cIco-claro-video:before {
	width: 100px;
	height: 30px;
	background-image: url(../images/assets/vector/logo-claro-video.svg)
}

.cIco-claro-drive:before {
	width: 100px;
	height: 30px;
	background-image: url(../images/assets/vector/logo-claro-drive.svg)
}

.cIco-claro-club:before {
	width: 100px;
	height: 30px;
	background-image: url(../images/assets/vector/ico-claro-club.svg)
}

.cIco-claro-club2:before {
	width: 100px;
	height: 30px;
	background-image: url(../images/assets/vector/ico-claro-club2.svg)
}

.cIco-claro-pay:before {
	width: 100px;
	height: 25px;
	background-image: url(../images/assets/vector/logo-claro-pay.svg)
}

.cIco-claro-sport:before {
	width: 100px;
	height: 25px;
	background-image: url(../images/assets/vector/logo-claro-sport.svg)
}

.cIco-tnt-sports:before {
	width: 100px;
	height: 30px;
	background-image: url(../images/assets/vector/logo-tnt-sports.svg)
}

.cIco-netflix:before {
	width: 112px;
	height: 30px;
	background-image: url(../images/assets/vector/logo-netflix.svg)
}

.cIco-spotify:before {
	width: 100px;
	height: 30px;
	background-image: url(../images/assets/vector/logo-spotify.svg)
}

.cIco-hbo:before {
	width: 100px;
	height: 30px;
	background-image: url(../images/assets/vector/logo-hbo.svg)
}

.cIco-star:before {
	width: 100px;
	height: 30px;
	background-image: url(../images/assets/vector/logo-star.svg)
}

.cIco-paquete-total:before {
	width: 100px;
	height: 30px;
	background-image: url(../images/assets/vector/logo-paquete-total.svg)
}

.cIco-golden:before {
	width: 100px;
	height: 30px;
	background-image: url(../images/assets/vector/logo-golden.svg)
}

.cIco-deezer:before {
	width: 120px;
	height: 30px;
	background-image: url(../images/assets/vector/logo-deezer.svg)
}

.cIco-deezer2:before {
	width: 120px;
	height: 30px;
	background-image: url(../images/assets/vector/logo-deezer2.svg)
}

.cIco-zoom:before {
	width: 100px;
	height: 30px;
	background-image: url(../images/assets/vector/logo-zoom.svg)
}

.cIco-google-meet:before {
	width: 120px;
	height: 30px;
	background-image: url(../images/assets/vector/logo-google-meet.svg)
}

.cIco-google-maps:before {
	width: 120px;
	height: 30px;
	background-image: url(../images/assets/vector/logo-google-maps.svg)
}

.cIco-wikipedia:before {
	width: 100px;
	height: 30px;
	background-image: url(../images/assets/vector/logo-wikipedia.svg)
}

.cIco-khan-academy:before {
	width: 120px;
	height: 30px;
	background-image: url(../images/assets/vector/logo-khan-academy.svg)
}

.cIco-uber:before {
	width: 100px;
	height: 30px;
	background-image: url(../images/assets/vector/logo-uber.svg)
}

.cIco-paramount:before {
	width: 120px;
	height: 30px;
	background-image: url(../images/assets/vector/logo-paramount.svg)
}

.cIco-max:before {
	width: 100px;
	height: 30px;
	background-image: url(../images/assets/vector/logo-max.svg)
}

.cIco-rs-facebook:before {
	background-image: url(../images/assets/vector/ico-rs-facebook.svg)
}

.cIco-rs-facebook2:before {
	background-image: url(../images/assets/vector/ico-rs-facebook2.svg)
}

.cIco-rs-instagram:before {
	background-image: url(../images/assets/vector/ico-rs-instagram.svg)
}

.cIco-rs-linkedin:before {
	background-image: url(../images/assets/vector/ico-rs-linkedin.svg)
}

.cIco-rs-messenger:before {
	background-image: url(../images/assets/vector/ico-rs-messenger.svg)
}

.cIco-rs-pinterest:before {
	background-image: url(../images/assets/vector/ico-rs-pinterest.svg)
}

.cIco-rs-skype:before {
	background-image: url(../images/assets/vector/ico-rs-skype.svg)
}

.cIco-rs-snapchat:before {
	background-image: url(../images/assets/vector/ico-rs-snapchat.svg)
}

.cIco-rs-snapchat2:before {
	background-image: url(../images/assets/vector/ico-rs-snapchat2.svg)
}

.cIco-rs-spotify:before {
	background-image: url(../images/assets/vector/ico-rs-spotify.svg)
}

.cIco-rs-telegram:before {
	background-image: url(../images/assets/vector/ico-rs-telegram.svg)
}

.cIco-rs-tiktok:before {
	background-image: url(../images/assets/vector/ico-rs-tiktok.svg)
}

.cIco-rs-tiktok2:before {
	background-image: url(../images/assets/vector/ico-rs-tiktok2.svg)
}

.cIco-rs-twitter:before {
	background-image: url(../images/assets/vector/ico-rs-twitter.svg)
}

.cIco-rs-twitter2:before {
	background-image: url(../images/assets/vector/ico-rs-twitter2.svg)
}

.cIco-rs-whatsapp:before {
	background-image: url(../images/assets/vector/ico-rs-whatsapp.svg)
}

.cIco-rs-whatsapp2:before {
	background-image: url(../images/assets/vector/ico-rs-whatsapp2.svg)
}

.cIco-rs-youtube:before {
	background-image: url(../images/assets/vector/ico-rs-youtube.svg)
}

.cIco-rs-waze:before {
	background-image: url(../images/assets/vector/ico-rs-waze.svg)
}

.cIco-rs-twitch:before {
	background-image: url(../images/assets/vector/ico-rs-twitch.svg)
}

.cIco-rs-prime-video:before {
	background-image: url(../images/assets/vector/ico-rs-prime-video.svg)
}

.cIco-rs-prime-video2:before {
	background-image: url(../images/assets/vector/ico-rs-prime-video2.svg)
}

.cIco-rs-teams:before {
	background-image: url(../images/assets/vector/ico-rs-teams.svg)
}

.cIco-rs-apple-music:before {
	background-image: url(../images/assets/vector/ico-rs-apple-music.svg)
}

.cIco-rs-x:before {
	background-image: url(../images/assets/vector/ico-rs-x.svg)
}

.cIco-rs-x2:before {
	background-image: url(../images/assets/vector/ico-rs-x2.svg)
}

.cIco-rs-threads:before {
	background-image: url(../images/assets/vector/ico-rs-threads.svg)
}

.cIco-rs-zoom:before {
	background-image: url(../images/assets/vector/ico-rs-zoom.svg)
}

.cIco-rs-meet:before {
	background-image: url(../images/assets/vector/ico-rs-meet.svg)
}

.cIco-app-aprende:before {
	background-image: url(../images/assets/vector/ico-app-aprende.svg)
}

.cIco-app-claro-drive:before {
	background-image: url(../images/assets/vector/ico-app-claro-drive.svg)
}

.cIco-app-claro-musica:before {
	background-image: url(../images/assets/vector/ico-app-claro-musica.svg)
}

.cIco-app-claro-video:before {
	background-image: url(../images/assets/vector/ico-app-claro-video.svg)
}

.cIco-app-disney-plus:before {
	background-image: url(../images/assets/vector/ico-app-disney-plus.svg)
}

.cIco-app-espn:before {
	background-image: url(../images/assets/vector/ico-app-espn.svg)
}

.cIco-app-f1-tv:before {
	background-image: url(../images/assets/vector/ico-app-f1-tv.svg)
}

.cIco-app-fifa:before {
	background-image: url(../images/assets/vector/ico-app-fifa.svg)
}

.cIco-app-google-maps:before {
	background-image: url(../images/assets/vector/ico-app-google-maps.svg)
}

.cIco-app-hbo-max:before {
	background-image: url(../images/assets/vector/ico-app-hbo-max.svg)
}

.cIco-app-hugo:before {
	background-image: url(../images/assets/vector/ico-app-hugo.svg)
}

.cIco-app-mlb:before {
	background-image: url(../images/assets/vector/ico-app-mlb.svg)
}

.cIco-app-nba:before {
	background-image: url(../images/assets/vector/ico-app-nba.svg)
}

.cIco-app-netflix:before {
	background-image: url(../images/assets/vector/ico-app-netflix.svg)
}

.cIco-app-strava:before {
	background-image: url(../images/assets/vector/ico-app-strava.svg)
}

.cIco-app-uber:before {
	background-image: url(../images/assets/vector/ico-app-uber.svg)
}

.cIco-app-uber-eats:before {
	background-image: url(../images/assets/vector/ico-app-uber-eats.svg)
}

.cIco-app-deezer:before {
	background-image: url(../images/assets/vector/ico-app-deezer.svg)
}

.ceIco-3play:before {
	background-image: url(../images/assets/vector/ceIco-3play.svg)
}

.ceIco-4g:before {
	background-image: url(../images/assets/vector/ceIco-4g.svg)
}

.ceIco-5g-v2:before {
	background-image: url(../images/assets/vector/ceIco-5g-v2.svg)
}

.ceIco-5g:before {
	background-image: url(../images/assets/vector/ceIco-5g.svg)
}

.ceIco-24-horas:before {
	background-image: url(../images/assets/vector/ceIco-24-horas.svg)
}

.ceIco-accede-servicios:before {
	background-image: url(../images/assets/vector/ceIco-accede-servicios.svg)
}

.ceIco-adquirir-servicio:before {
	background-image: url(../images/assets/vector/ceIco-adquirir-servicio.svg)
}

.ceIco-agendar-cita:before {
	background-image: url(../images/assets/vector/ceIco-agendar-cita.svg)
}

.ceIco-agregar-servicio-movil:before {
	background-image: url(../images/assets/vector/ceIco-agregar-servicio-movil.svg)
}

.ceIco-agricultura:before {
	background-image: url(../images/assets/vector/ceIco-agricultura.svg)
}

.ceIco-altas-velocidades:before {
	background-image: url(../images/assets/vector/ceIco-altas-velocidades.svg)
}

.ceIco-bloqueo-sim-card:before {
	background-image: url(../images/assets/vector/ceIco-bloqueo-sim-card.svg)
}

.ceIco-cambiazo:before {
	background-image: url(../images/assets/vector/ceIco-cambiazo.svg)
}

.ceIco-carrito:before {
	background-image: url(../images/assets/vector/ceIco-carrito.svg)
}

.ceIco-casa-inteligente:before {
	background-image: url(../images/assets/vector/ceIco-casa-inteligente.svg)
}

.ceIco-celulares-con-plan:before {
	background-image: url(../images/assets/vector/ceIco-celulares-con-plan.svg)
}

.ceIco-celulares-prepago:before {
	background-image: url(../images/assets/vector/ceIco-celulares-prepago.svg)
}

.ceIco-chat:before {
	background-image: url(../images/assets/vector/ceIco-chat.svg)
}

.ceIco-chat-en-linea:before {
	background-image: url(../images/assets/vector/ceIco-chat-en-linea.svg)
}

.ceIco-check-hexagono:before {
	background-image: url(../images/assets/vector/ceIco-check-hexagono.svg)
}

.ceIco-chip:before {
	background-image: url(../images/assets/vector/ceIco-chip.svg)
}

.ceIco-cloud:before {
	background-image: url(../images/assets/vector/ceIco-cloud.svg)
}

.ceIco-cobertura:before {
	background-image: url(../images/assets/vector/ceIco-cobertura.svg)
}

.ceIco-compra-paquetes:before {
	background-image: url(../images/assets/vector/ceIco-compra-paquetes.svg)
}

.ceIco-conexion-total:before {
	background-image: url(../images/assets/vector/ceIco-conexion-total.svg)
}

.ceIco-consumo:before {
	background-image: url(../images/assets/vector/ceIco-consumo.svg)
}

.ceIco-contactanos:before {
	background-image: url(../images/assets/vector/ceIco-contactanos.svg)
}

.ceIco-control-parental:before {
	background-image: url(../images/assets/vector/ceIco-control-parental.svg)
}

.ceIco-correo-confirmacion:before {
	background-image: url(../images/assets/vector/ceIco-correo-confirmacion.svg)
}

.ceIco-crear-cuenta:before {
	background-image: url(../images/assets/vector/ceIco-crear-cuenta.svg)
}

.ceIco-decodificador:before {
	background-image: url(../images/assets/vector/ceIco-decodificador.svg)
}

.ceIco-envia-solicitudes:before {
	background-image: url(../images/assets/vector/ceIco-envia-solicitudes.svg)
}

.ceIco-equipo-usuario:before {
	background-image: url(../images/assets/vector/ceIco-equipo-usuario.svg)
}

.ceIco-factura:before {
	background-image: url(../images/assets/vector/ceIco-factura.svg)
}

.ceIco-fallas-del-servicio:before {
	background-image: url(../images/assets/vector/ceIco-fallas-del-servicio.svg)
}

.ceIco-finanzas:before {
	background-image: url(../images/assets/vector/ceIco-finanzas.svg)
}

.ceIco-gobierno:before {
	background-image: url(../images/assets/vector/ceIco-gobierno.svg)
}

.ceIco-internet:before {
	background-image: url(../images/assets/vector/ceIco-internet.svg)
}

.ceIco-login:before {
	background-image: url(../images/assets/vector/ceIco-login.svg)
}

.ceIco-menu-telefonico:before {
	background-image: url(../images/assets/vector/ceIco-menu-telefonico.svg)
}

.ceIco-mi-claro:before {
	background-image: url(../images/assets/vector/ceIco-mi-claro.svg)
}

.ceIco-movil-user:before {
	background-image: url(../images/assets/vector/ceIco-movil-user.svg)
}

.ceIco-nuevo-equipo:before {
	background-image: url(../images/assets/vector/ceIco-nuevo-equipo.svg)
}

.ceIco-nuevo-servicio:before {
	background-image: url(../images/assets/vector/ceIco-nuevo-servicio.svg)
}

.ceIco-pagar-factura:before {
	background-image: url(../images/assets/vector/ceIco-pagar-factura.svg)
}

.ceIco-pago-personalizado:before {
	background-image: url(../images/assets/vector/ceIco-pago-personalizado.svg)
}

.ceIco-planes:before {
	background-image: url(../images/assets/vector/ceIco-planes.svg)
}

.ceIco-portabilidad:before {
	background-image: url(../images/assets/vector/ceIco-portabilidad.svg)
}

.ceIco-realiza-pagos:before {
	background-image: url(../images/assets/vector/ceIco-realiza-pagos.svg)
}

.ceIco-recarga:before {
	background-image: url(../images/assets/vector/ceIco-recarga.svg)
}

.ceIco-redireccionar:before {
	background-image: url(../images/assets/vector/ceIco-redireccionar.svg)
}

.ceIco-reversa-portabilidad:before {
	background-image: url(../images/assets/vector/ceIco-reversa-portabilidad.svg)
}

.ceIco-saldos-y-consumos:before {
	background-image: url(../images/assets/vector/ceIco-saldos-y-consumos.svg)
}

.ceIco-saldos:before {
	background-image: url(../images/assets/vector/ceIco-saldos.svg)
}

.ceIco-salud:before {
	background-image: url(../images/assets/vector/ceIco-salud.svg)
}

.ceIco-sap:before {
	background-image: url(../images/assets/vector/ceIco-sap.svg)
}

.ceIco-servicio-movil:before {
	background-image: url(../images/assets/vector/ceIco-servicio-movil.svg)
}

.ceIco-servicios-tienda:before {
	background-image: url(../images/assets/vector/ceIco-servicios-tienda.svg)
}

.ceIco-sim:before {
	background-image: url(../images/assets/vector/ceIco-sim.svg)
}

.ceIco-tienda-en-linea:before {
	background-image: url(../images/assets/vector/ceIco-tienda-en-linea.svg)
}

.ceIco-tv:before {
	background-image: url(../images/assets/vector/ceIco-tv.svg)
}

.ceIco-tv-internet:before {
	background-image: url(../images/assets/vector/ceIco-tv-internet.svg)
}

.ceIco-tv-telefono:before {
	background-image: url(../images/assets/vector/ceIco-tv-telefono.svg)
}

.ceIco-cloud-services:before {
	background-image: url(../images/assets/vector/ceIco-cloud-services.svg)
}

.ceIco-cyber-security:before {
	background-image: url(../images/assets/vector/ceIco-cyber-security.svg)
}

.ceIco-internet-of-things:before {
	background-image: url(../images/assets/vector/ceIco-internet-of-things.svg)
}

.ceIco-managed-network:before {
	background-image: url(../images/assets/vector/ceIco-managed-network.svg)
}

.ceIco-measurable-results:before {
	background-image: url(../images/assets/vector/ceIco-measurable-results.svg)
}

.ceIco-msp-services:before {
	background-image: url(../images/assets/vector/ceIco-msp-services.svg)
}

.ceIco-return-investment:before {
	background-image: url(../images/assets/vector/ceIco-return-investment.svg)
}

.ceIco-transformational-outcomes:before {
	background-image: url(../images/assets/vector/ceIco-transformational-outcomes.svg)
}

* {
	margin: 0;
	padding: 0
}

.hideH1 {
	font-size: 0;
	width: 1px;
	height: 1px;
	display: inline-block;
	overflow: hidden;
	position: absolute !important;
	border: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	clip: rect(1px, 1px, 1px, 1px)
}

.colorRojo {
	color: #DA291C !important
}

.colorGris {
	color: #3C3C3C !important
}

.colorAzul {
	color: #0097A9 !important
}

.titleSection {
	font-weight: 600;
	margin-bottom: 40px;
	text-align: center
}

.dottedList li {
	position: relative;
	padding-left: 16px
}

.dottedList li:before {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	width: 6px;
	height: 6px;
	display: block;
	background-color: #3C3C3C
}

.dottedList li+li {
	margin-top: 12px
}

.dottedList.red li:before {
	background-color: #DA291C
}

.dottedList.yellow li:before {
	background-color: #FFC721
}

.numberList {
	counter-reset: number-list
}

.numberList li {
	position: relative;
	counter-increment: number-list
}

.numberList li:before {
	content: counter(number-list) ". ";
	font-weight: 600
}

.numberList li+li {
	margin-top: 12px
}

.numberList.red li:before {
	color: #DA291C
}

.numberList.yellow li:before {
	color: #FFC721
}

#contentWrapper {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
}

#contentWrapper.fixed {
	padding-top: 50px
}

section {
	padding: 32px 0;
	background-color: #fff
}

section.light {
	background-color: #F4F4F4
}

section.white {
	background-color: #fff
}

.containerClaro {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 20px
}

a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
	outline: none
}

.iconLink {
	font-weight: 500;
	position: relative;
	color: #0097A9;
	display: inline-block;
	padding-left: 24px;
	text-decoration: underline
}

.iconLink i {
	position: absolute;
	left: 0;
	top: 0
}

.textLink {
	font-weight: 500;
	position: relative;
	color: #0097A9;
	display: inline-block;
}

.onlyTextLink {
	font-weight: 500;
	position: relative;
	color: #0097A9;
	display: inline-block;
	text-decoration: none
}

.onlyTextLink:hover {
	text-decoration: underline
}

.btn {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	font-size: 16px;
	font-size: 1rem;
	font-family: "AMX", sans-serif;
	font-weight: 500;
	color: #fff;
	text-align: center;
	width: auto;
	height: 40px;
	position: relative;
	display: inline-block;
	padding: 11px 20px;
	background-color: transparent;
	border: #DA291C 1px solid;
	cursor: pointer
}

.btn.btnPrimario {
	color: #fff;
	background-color: #DA291C
}

.btn.btnPrimario:hover {
	background-color: #B52217;
	border-color: #B52217
}

.btn.btnTransAzul {
	color: #fff;
	background-color: transparent;
	border-color: #fff
}

.btn.btnTransAzul:hover {
	color: #0097A9;
	background-color: #fff;
	border-color: #0097A9
}

.btn.btnTransRojo {
	color: #fff;
	background-color: transparent;
	border-color: #fff
}

.btn.btnTransRojo:hover {
	color: #DA291C;
	background-color: #fff;
	border-color: #DA291C
}

.btn.btnTransRojo5 {
	color: #fff;
	background-color: #f65041;
	border-color: #f65041
}

.btn.btnTransRojo5:hover {
	color: #f65041;
	background-color: #fff
}

.btn.btnTransRojo8 {
	color: #fff;
	background-color: transparent;
	border-color: #fff
}

.btn.btnTransRojo8:hover {
	color: #B52217;
	background-color: #fff;
	border-color: #B52217
}

.btn.btnTransRojoRojo {
	color: #DA291C;
	background-color: transparent;
	border-color: #DA291C
}

.btn.btnTransRojoRojo:hover {
	color: #fff;
	background-color: #DA291C
}

.btn.btnTransGris {
	color: #3C3C3C;
	background-color: transparent;
	border-color: #3C3C3C
}

.btn.btnTransGris:hover {
	color: #fff;
	background-color: #3C3C3C
}

.btn.btnTransNegro {
	color: #3C3C3C;
	background-color: transparent;
	border-color: #3C3C3C
}

.btn.btnTransNegro:hover {
	color: #fff;
	background-color: #3C3C3C;
	border-color: #3C3C3C
}

.btn.btnTransNegroBlanco {
	color: #3C3C3C;
	background-color: transparent;
	border-color: #3C3C3C
}

.btn.btnTransNegroBlanco:hover {
	color: #3C3C3C;
	background-color: #fff;
	border-color: #fff
}

.btn.btnTransBlancoNegro {
	color: #fff;
	background-color: transparent;
	border-color: #fff
}

.btn.btnTransBlancoNegro:hover {
	color: #3C3C3C;
	background-color: #fff
}

.btn.btnTransBlancoAzul {
	color: #fff;
	background-color: transparent;
	border-color: #fff
}

.btn.btnTransBlancoAzul:hover {
	color: #0097A9;
	background-color: #fff;
	border-color: #0097A9
}

.btn.btnBlancoRojo {
	color: #DA291C;
	background-color: transparent;
	border-color: #DA291C
}

.btn.btnBlancoRojo:hover {
	color: #fff;
	background-color: #DA291C
}

.btn.btnBlancoNegro {
	color: #3C3C3C;
	background-color: #fff;
	border-color: transparent
}

.btn.btnBlancoNegro:hover {
	color: #fff;
	background-color: #3C3C3C;
	border-color: transparent
}

.btn.btnBlancoNegroOut {
	color: #3C3C3C;
	background-color: transparent;
	border-color: #3C3C3C
}

.btn.btnBlancoNegroOut:hover {
	color: #fff;
	background-color: #3C3C3C
}

.btn.btnBlancoOut {
	color: #fff;
	background-color: transparent;
	border-color: #fff
}

.btn.btnBlancoOut:hover {
	color: #3C3C3C;
	background-color: #fff
}

.btn.btnNegro {
	color: #fff;
	background-color: #313131;
	border-color: transparent
}

.btn.btnNegro:hover {
	color: #fff;
	background-color: #6c6c6c;
	border-color: transparent
}

.btn.btnGrisRojo {
	color: #DA291C;
	background-color: #fff;
	border-color: #fff
}

.btn.btnGrisRojo:hover {
	color: #fff;
	background-color: #B52217;
	border-color: #B52217
}

.btn.btnGris {
	color: #3C3C3C;
	background-color: #F4F4F4;
	border-color: transparent
}

.btn.btnGris:hover {
	color: #3C3C3C;
	background-color: #F4F4F4;
	border-color: transparent
}

.btn.withIco {
	padding-left: 50px;
	padding-right: 20px
}

.btn.withIco span {
	display: inline-block
}

.btn.withIco i {
	font-size: 22px;
	font-size: 1.375rem;
	position: absolute;
	top: 8px;
	margin-left: -32px
}

.btn.disabled {
	pointer-events: none;
	cursor: not-allowed;
	background-color: #F0F0F0 !important;
	color: #bfc2c7;
	border-color: transparent
}

img {
	display: block
}

.imgRespMax {
	height: auto;
	width: auto;
	max-width: 100%;
	display: block
}

.centerBlockLR {
	margin-left: auto;
	margin-right: auto
}

#footerWrapper picture img,
#newClaroHeader picture img {
	object-fit: cover
}

.embedVideo {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	margin-bottom: 12px;
	height: 0;
	overflow: hidden
}

.embedVideo.maxW600 {
	max-width: 600px;
	padding-bottom: 52%;
	margin: auto
}

@media only screen and (min-width: 640px) {
	.embedVideo.maxW600 {
		padding-bottom: 400px
	}
}

.embedVideo iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

#footerWrapper textarea,
#newClaroHeader textarea {
	min-height: 130px
}

#footerWrapper span.select,
#newClaroHeader span.select {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	position: relative;
	display: block;
	width: 100%;
	min-width: 180px;
	height: 40px;
	padding: 7px 0;
	border: #BBB 1px solid;
	background-color: #fff;
	cursor: pointer
}

#footerWrapper span.select select,
#newClaroHeader span.select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 16px;
	font-size: 1rem;
	font-family: "AMX", sans-serif;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 0 46px 0 16px;
	background: transparent;
	border: none;
	outline: none
}

#footerWrapper span.select:after,
#newClaroHeader span.select:after {
	content: "\e92e";
	font-family: "claroicons";
	font-size: 18px;
	font-size: 1.125rem;
	position: absolute;
	right: 16px;
	top: 10px;
	pointer-events: none
}

#footerWrapper span.select.big select 
#newClaroHeader span.select.big select {
	font-weight: 700
}

#footerWrapper span.select.big:after 
#newClaroHeader span.select.big:after {
	top: 10px
}

.inputSearch {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	position: relative;
	display: block;
	width: 100%;
	min-width: 180px;
	height: 40px;
	padding: 7px 0;
	border: #BBB 1px solid;
	background-color: #fff
}

.inputSearch input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 16px;
	font-size: 1rem;
	font-family: "AMX", sans-serif;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 0 16px 0 34px;
	background: transparent;
	border: none;
	outline: none
}

.inputSearch:before {
	content: "\e9c8";
	font-family: "claroicons";
	font-size: 18px;
	font-size: 1.125rem;
	position: absolute;
	left: 8px;
	top: 8px;
	pointer-events: none
}

.inputPhone {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	webkit-display: -webkit-flex !important;
	display: -webkit-flex !important;
	display: flex !important;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	position: relative;
	display: block;
	width: 100%;
	min-width: 180px;
	height: 40px;
	padding: 0;
	border: #BBB 1px solid;
	background-color: #fff
}

.inputPhone .phoneCode {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	font-weight: 700;
	width: 100%;
	max-width: 50px;
	padding-top: 10px;
	border-right: #BBB 1px solid
}

.inputPhone .inputField {
	width: calc(100% - 50px)
}

.inputPhone .inputField input[type="text"], .inputPhone .inputField input[type="email"],
	.inputPhone .inputField input[type="number"], .inputPhone .inputField input[type="password"],
	.inputPhone .inputField input[type="date"], .inputPhone .inputField input[type="tel"]
	{
	background-color: transparent;
	border: none
}

.inputPhone.val .inputField input[type="text"], .inputPhone.val .inputField input[type="email"],
	.inputPhone.val .inputField input[type="number"], .inputPhone.val .inputField input[type="password"],
	.inputPhone.val .inputField input[type="date"], .inputPhone.val .inputField input[type="tel"],
	.inputPhone.val .inputField textarea {
	padding-right: 40px !important
}

.inputPhone.val:after {
	font-size: 22px;
	font-size: 1.375rem;
	position: absolute;
	top: 8px;
	right: 12px
}

.inputPhone.val.success {
	border-color: #006B4F;
	background-color: #DDF9ED
}

.inputPhone.val.success:after {
	content: "\e92b";
	font-family: "claroicons";
	color: #006B4F
}

.inputPhone.val.error {
	border-color: #B52217;
	background-color: #fcf3f3
}

.inputPhone.val.error:after {
	content: "\ea0f";
	font-family: "claroicons";
	color: #B52217
}

.checkbox {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	webkit-display: -webkit-flex;
	display: -webkit-flex;
	display: flex;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: flex-start;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 300;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.checkbox input {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 16px;
	margin: 0;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity = 0)
}

.checkbox input:checked ~ .checkmark:after {
	display: block
}

.checkbox .checkmark {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	position: relative;
	height: 16px;
	width: 16px;
	min-width: 16px;
	margin-right: 8px;
	background-color: #fff;
	border: #BBB 2px solid;
	pointer-events: none
}

.checkbox .checkmark:after {
	content: "\e92d";
	font-family: "claroicons";
	font-size: 12px;
	font-size: .75rem;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	color: #006B4F;
	display: none
}

.checkbox a {
	text-decoration: underline
}

.checkbox:hover input ~ .checkmark {
	background-color: #F4F4F4
}

.radio {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	webkit-display: -webkit-flex;
	display: -webkit-flex;
	display: flex;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: flex-start;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.radio input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0
}

.radio input.inputText {
	position: relative;
	opacity: 1;
	cursor: pointer;
	height: auto;
	width: auto
}

.radio input:checked ~ .checkmark {
	background-color: #fff
}

.radio input:checked ~ .checkmark:after {
	display: block
}

.radio .checkmark {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	height: 18px;
	width: 18px;
	min-width: 15px;
	margin-right: 12px;
	background-color: #fff;
	border: #BBB 2px solid;
	border-radius: 50%
}

.radio .checkmark:after {
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	content: "";
	width: 8px;
	height: 8px;
	background-color: #006B4F;
	display: none;
	border-radius: 50%
}

.multipleRadio {
	margin-left: -12px;
	margin-right: -12px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	webkit-display: -webkit-flex;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap
}

.multipleRadio .radio {
	margin: 0 12px 12px
}

.multipleRadio .txtRadioFull {
	width: 100%;
	margin: 0 12px 12px
}

.errorField {
	font-size: 12px;
	font-size: .75rem;
	display: inline-block;
	color: #B52217;
	margin-top: 8px
}

.errorField.light {
	color: #fcf3f3
}

fieldset {
	position: relative;
	border: none
}

fieldset.val input[type="text"], fieldset.val input[type="email"],
	fieldset.val input[type="number"], fieldset.val input[type="password"],
	fieldset.val input[type="date"], fieldset.val input[type="tel"],
	fieldset.val textarea {
	padding-right: 40px !important
}

fieldset.val:after {
	font-size: 22px;
	font-size: 1.375rem;
	position: absolute;
	top: 8px;
	right: 12px
}

fieldset.val.success input[type="text"], fieldset.val.success input[type="email"],
	fieldset.val.success input[type="number"], fieldset.val.success input[type="password"],
	fieldset.val.success input[type="date"], fieldset.val.success input[type="tel"],
	fieldset.val.success textarea {
	border-color: #006B4F;
	background-color: #DDF9ED
}

fieldset.val.success:after {
	content: "\e92b";
	font-family: "claroicons";
	color: #006B4F
}

fieldset.val.error input[type="text"], fieldset.val.error input[type="email"],
	fieldset.val.error input[type="number"], fieldset.val.error input[type="password"],
	fieldset.val.error input[type="date"], fieldset.val.error input[type="tel"],
	fieldset.val.error textarea {
	border-color: #B52217;
	background-color: #fcf3f3
}

fieldset.val.error:after {
	content: "\ea0f";
	font-family: "claroicons";
	color: #B52217
}

.genForm fieldset label {
	color: #6c6c6c;
	font-weight: 600
}

.genForm fieldset label+input[type="text"], .genForm fieldset label+input[type="email"],
	.genForm fieldset label+input[type="number"], .genForm fieldset label+input[type="password"],
	.genForm fieldset label+input[type="date"], .genForm fieldset label+input[type="tel"],
	.genForm fieldset label+.select, .genForm fieldset label+textarea,
	.genForm fieldset label+.fsThreeCols, .genForm fieldset label+[class*="fieldW"]
	{
	margin-top: 12px
}

.genForm fieldset+fieldset, .genForm fieldset+.fsTwoCols, .genForm fieldset+.fsThreeCols,
	.genForm fieldset+.fsRecaptcha {
	margin-top: 20px
}

.genForm .fsTwoCols+fieldset, .genForm .fsTwoCols+.fsTwoCols, .genForm .fsTwoCols+.fsThreeCols,
	.genForm .fsTwoCols+.fsRecaptcha {
	margin-top: 20px
}

.genForm .fsThreeCols+fieldset, .genForm .fsThreeCols+.fsTwoCols,
	.genForm .fsThreeCols+.fsThreeCols, .genForm .fsThreeCols+.fsRecaptcha
	{
	margin-top: 20px
}

.genForm .fsThreeCols.date {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	webkit-display: -webkit-flex;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	-ms-flex-pack: justify
}

.genForm .fsThreeCols.date fieldset {
	width: calc(33.33% - 10px)
}

.genForm .fsThreeCols.date fieldset .select {
	min-width: initial
}

.genForm .fsThreeCols.date fieldset+fieldset, .genForm .fsThreeCols.date fieldset+.fsTwoCols,
	.genForm .fsThreeCols.date fieldset+.fsThreeCols, .genForm .fsThreeCols.date fieldset+.fsRecaptcha
	{
	margin-top: 0
}

.genForm .fsThreeCols+fieldset, .genForm .fsThreeCols+.fsTwoCols,
	.genForm .fsThreeCols+.fsThreeCols, .genForm .fsThreeCols+.fsRecaptcha
	{
	margin-top: 20px
}

.genForm .fieldW50 {
	width: 100%
}

.genForm .formBtn {
	margin-top: 32px
}

.genForm .formBtn [class*="btn"] {
	width: 100%
}

.genForm .formBtn [class*="btn"]+[class*="btn"] {
	margin-top: 20px
}

.genForm span.errorMess {
	font-size: 12px;
	font-size: .75rem;
	color: #DA291C;
	display: inline-block;
	margin-top: 5px
}

.genForm .formHeader {
	padding-bottom: 32px;
	margin-bottom: 32px;
	border-bottom: #F4F4F4 1px solid
}

.genForm .formHeader>h1+p, .genForm .formHeader>h2+p {
	margin-top: 12px
}

.genForm .btn:disabled {
	background-color: #F0F0F0 !important;
	color: #bfc2c7;
	border-color: transparent
}

.genForm .errorInput {
	padding-right: 35px;
	border: 2px solid #DA291C;
	background-image: url(../images/assets/vector/ico-cancel-circle.svg);
	background-position: center right calc(0.375em + 0.1875rem);
	background-repeat: no-repeat;
	background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}

.genForm .errorInput.select {
	background-position: center right 2.5em
}

.genForm .errorInput.select select {
	padding-right: 70px
}

.genForm .successInput {
	padding-right: 35px;
	border: 2px solid #006B4F;
	background-image: url(../images/assets/vector/ico-check-circle.svg);
	background-position: center right calc(0.375em + 0.1875rem);
	background-repeat: no-repeat;
	background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}

.genForm .successInput.select {
	background-position: center right 2.5em
}

.genForm .successInput.select select {
	padding-right: 70px
}

.customInputNumber2 {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	webkit-display: -webkit-flex;
	display: -webkit-flex;
	display: flex;
	width: 106px
}

.customInputNumber2 .btnMin, .customInputNumber2 .btnMax {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	color: #313131;
	width: 26px;
	height: 34px;
	background-color: #fff;
	border: #BBB 1px solid;
	cursor: pointer
}

.customInputNumber2 .btnMin:hover, .customInputNumber2 .btnMax:hover {
	background-color: #6c6c6c;
	color: #fff
}

.customInputNumber2 input {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 20px;
	font-size: 1.25rem;
	-moz-appearance: textfield;
	font-weight: 700;
	width: 50px;
	height: 34px;
	padding: 10px 8px;
	text-align: center;
	border-left: none;
	border-right: none
}

.customInputNumber2 input::-webkit-outer-spin-button,
	.customInputNumber2 input::-webkit-inner-spin-button {
	-webkit-appearance: none
}

.customInputNumber2 .btnMin {
	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px
}

.customInputNumber2 .btnMax {
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px
}

.formValid {
	position: relative
}

.formValid:after {
	position: absolute;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	right: 10px
}

.formValid.success input {
	padding-right: 32px;
	border-color: #006B4F;
	background-color: #DDF9ED
}

.formValid.success .select {
	border-color: #006B4F;
	background-color: #DDF9ED
}

.formValid.success .select:after {
	display: none
}

.formValid.success:after {
	content: "\e92b";
	font-family: "claroicons";
	color: #006B4F
}

.formValid.error input {
	padding-right: 32px;
	border-color: #B52217;
	background-color: #fcf3f3
}

.formValid.error .select {
	border-color: #B52217;
	background-color: #fcf3f3
}

.formValid.error .select:after {
	display: none
}

.formValid.error:after {
	content: "\ea0f";
	font-family: "claroicons";
	color: #B52217
}

.c2cAlerts .textLink {
	margin-top: 20px
}

.notification {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	padding: 8px 40px;
	border: 1px solid
}

.notification:before {
	font-size: 22px;
	font-size: 1.375rem;
	position: absolute;
	top: 6px;
	left: 12px
}

.notification p {
	font-size: 14px !important;
	font-size: .875rem !important;
	color: #3C3C3C !important;
	text-align: left !important;
	font-weight: normal !important;
	margin-bottom: 0 !important
}

.notification span {
	font-size: 22px;
	font-size: 1.375rem;
	position: absolute;
	top: 6px;
	right: 12px;
	cursor: pointer
}

.notification.success {
	color: #006B4F;
	border-color: #006B4F;
	background-color: #DDF9ED
}

.notification.success:before {
	content: "\e92b";
	font-family: "claroicons";
	color: #006B4F
}

.notification.success span {
	color: #006B4F
}

.notification.warning {
	color: #B52217;
	border-color: #FFF072;
	background-color: #FFFCE0
}

.notification.warning:before {
	content: "\e903";
	font-family: "claroicons";
	color: #B52217
}
.icon-uniE903:before {
    content: "\e903";
    font-family: "claroicons";
  }

.notification.warning span {
	color: #B52217
}

.notification.error {
	color: #B52217;
	border-color: #B52217;
	background-color: #fcf3f3
}

.notification.error:before {
	content: "\ea0f";
	font-family: "claroicons";
	color: #B52217
}

.notification.error span {
	color: #B52217
}

.notification.error p {
	color: #B52217 !important
}

.notification+.notification {
	margin-top: 12px
}

.responsiveTable {
	font-size: 14px;
	font-size: .875rem;
	width: 100%;
	min-width: 250px;
	border: #BBB 1px solid
}

.responsiveTable thead {
	border-bottom: #BBB 1px solid
}

.responsiveTable thead tr {
	background: #DA291C
}

.responsiveTable thead th {
	text-align: center;
	color: #fff;
	font-weight: 600;
	padding: 8px 12px;
	border-right: #BBB 1px solid
}

.responsiveTable thead th:last-child {
	border-right: none
}

.responsiveTable tbody tr {
	background-color: #fff;
	border-bottom: #BBB 1px solid
}

.responsiveTable tbody tr:nth-child(even) {
	background-color: #F4F4F4
}

.responsiveTable tbody td {
	color: #3C3C3C;
	text-align: center;
	padding: 8px 12px;
	border-right: #BBB 1px solid
}

.responsiveTable tbody td:last-child {
	border-right: none
}

.fakeTable {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	webkit-display: -webkit-flex;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap
}

.fakeTable .column {
	width: 25%
}

.fakeTable .column p {
	margin: 0 6px
}

.compTable .compTableTitle {
	font-size: 20px;
	font-size: 1.25rem;
	margin-bottom: 16px
}

.compTable .compTableHeader {
	font-size: 16px;
	font-size: 1rem;
	color: #fff;
	font-weight: 500;
	padding: 12px 16px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	background-color: #484848
}

.compTable .compTableHeader h1, .compTable .compTableHeader h2,
	.compTable .compTableHeader h3, .compTable .compTableHeader h4,
	.compTable .compTableHeader h5, .compTable .compTableHeader h6 {
	font-size: 16px;
	font-size: 1rem
}

.compTable table {
	width: 100%
}

.compTable table thead tr td, .compTable table thead tr th, .compTable table tbody tr td,
	.compTable table tbody tr th {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.2;
	position: relative;
	padding: 10px 12px;
	border: #BBB 1px solid;
	background-color: #fff
}

.compTable table thead tr td a, .compTable table thead tr th a,
	.compTable table tbody tr td a, .compTable table tbody tr th a {
	color: #0097A9;
	text-decoration: underline;
	word-break: break-all
}

.compTable table thead tr td.divTitle, .compTable table thead tr th.divTitle,
	.compTable table tbody tr td.divTitle, .compTable table tbody tr th.divTitle
	{
	border-bottom-width: 4px;
	background-color: #F4F4F4
}

.compTable table thead tr td.lastCell, .compTable table thead tr th.lastCell,
	.compTable table tbody tr td.lastCell, .compTable table tbody tr th.lastCell
	{
	border-top-width: 4px
}

.compTable table tbody tr:last-child td:first-child {
	border-bottom-left-radius: 8px
}

.compTable table tbody tr:last-child td:last-child {
	border-bottom-right-radius: 8px
}

.genTablePeWrap {
	padding: 5px;
	overflow-x: auto
}

.genTablePeWrap::-webkit-scrollbar {
	-webkit-appearance: none;
	height: 6px
}

.genTablePeWrap::-webkit-scrollbar-thumb {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: rgba(0, 0, 0, 0.5)
}

.genTablePeWrap .genTablePeTitle {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0 2px 0 8px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
	color: #fff;
	position: relative;
	width: 100%;
	min-width: 640px;
	max-width: 1080px;
	margin: 0 auto;
	padding: 16px 12px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	background-color: #525252;
	z-index: 1
}

@media only screen and (min-width: 640px) {
	.genTablePeWrap .genTablePeTitle {
		padding: 16px 20px
	}
}

.genTablePeWrap .genTablePeTitle h2, .genTablePeWrap .genTablePeTitle h3
	{
	font-size: 16px;
	font-size: 1rem;
	font-family: "AMX", sans-serif;
	font-weight: 500
}

@media only screen and (min-width: 640px) {
	.genTablePeWrap .genTablePeTitle h2, .genTablePeWrap .genTablePeTitle h3
		{
		font-size: 20px;
		font-size: 1.25rem
	}
}

.genTablePeWrap .genTablePe {
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 0;
	overflow: hidden;
	width: 100%;
	min-width: 640px;
	max-width: 1080px;
	border: none;
	margin: 0 auto
}

.genTablePeWrap .genTablePe thead tr td, .genTablePeWrap .genTablePe thead tr th,
	.genTablePeWrap .genTablePe tbody tr td, .genTablePeWrap .genTablePe tbody tr th
	{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.2;
	text-align: center;
	position: relative;
	padding: 16px 12px;
	border: #BBB 1px solid
}

@media only screen and (min-width: 640px) {
	.genTablePeWrap .genTablePe thead tr td, .genTablePeWrap .genTablePe thead tr th,
		.genTablePeWrap .genTablePe tbody tr td, .genTablePeWrap .genTablePe tbody tr th
		{
		font-size: 16px;
		font-size: 1rem;
		padding: 32px 20px
	}
}

.genTablePeWrap .genTablePe thead tr td.alignLeft, .genTablePeWrap .genTablePe thead tr th.alignLeft,
	.genTablePeWrap .genTablePe tbody tr td.alignLeft, .genTablePeWrap .genTablePe tbody tr th.alignLeft
	{
	text-align: left
}

.genTablePeWrap .genTablePe thead tr td.tdTitle, .genTablePeWrap .genTablePe thead tr th.tdTitle,
	.genTablePeWrap .genTablePe tbody tr td.tdTitle, .genTablePeWrap .genTablePe tbody tr th.tdTitle
	{
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	padding: 12px 20px;
	border-top-width: 4px
}

@media only screen and (min-width: 640px) {
	.genTablePeWrap .genTablePe thead tr td.tdTitle, .genTablePeWrap .genTablePe thead tr th.tdTitle,
		.genTablePeWrap .genTablePe tbody tr td.tdTitle, .genTablePeWrap .genTablePe tbody tr th.tdTitle
		{
		font-size: 20px;
		font-size: 1.25rem;
		padding: 20px
	}
}

.genTablePeWrap .genTablePe tbody tr:last-child td:first-child {
	border-bottom-left-radius: 8px
}

.genTablePeWrap .genTablePe tbody tr:last-child td:last-child {
	border-bottom-right-radius: 8px
}

.genTablePeWrap.small .genTablePeTitle {
	max-width: 640px
}

.genTablePeWrap.small .genTablePe {
	max-width: 640px
}

.genTablePeWrap+.genTablePeWrap {
	margin-top: 20px
}

@media only screen and (min-width: 640px) {
	.genTablePeWrap+.genTablePeWrap {
		margin-top: 32px
	}
}

.modalClaro {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 32px !important
}

.fancybox-slide {
	pointer-events: none
}

.fancybox-content {
	pointer-events: auto
}

.modalInitBanner {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 0
}

.modalInitBanner .contModalInitBanner {
	position: relative
}

.modalInitBanner .contModalInitBanner>a {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block
}

.modalInitBanner .contModalInitBanner picture {
	display: block;
	width: 100%;
	max-width: 600px
}

.modalInitBanner .contModalInitBanner img {
	width: 100%;
	height: auto;
	object-fit: contain
}

.modalClaroMid {
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	width: 600px;
	padding: 40px 32px 0 !important
}

.modalPeLegal {
	-webkit-border-radius: 32px;
	-moz-border-radius: 32px;
	border-radius: 32px;
	width: 800px
}

.modalPeLegal .modalPeLegalTitle {
	font-size: 24px;
	font-size: 1.5rem;
	margin-bottom: 20px
}

.modalPeLegal .modalPeLegalCont {
	max-height: 340px;
	overflow-y: scroll
}

.modalPeLegal .modalPeLegalCont p {
	font-size: 14px;
	font-size: .875rem
}

.modalPeLegal .modalPeLegalCont p+p {
	margin-top: 20px
}

.modalPeLegal .modalPeLegalCont::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 7px
}

.modalPeLegal .modalPeLegalCont::-webkit-scrollbar-thumb {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: rgba(0, 0, 0, 0.5)
}

.modalPeLegal .modalPeLegalBtn {
	margin-top: 20px;
	text-align: center
}

.modalPeLegal .modalPeLegalBtn [class*="btn"] {
	max-width: 240px;
	width: 100%
}

.modalPeLegal .fancybox-close-small {
	right: 10px !important;
	top: 10px !important
}

.genTabs {
	position: relative
}

.genTabs .transformer-tabs {
	position: relative;
	width: 100%;
	max-width: 240px;
	margin: -16px auto 0;
	z-index: 6
}

.genTabs .transformer-tabs .currentTab {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 16px 20px 20px;
	cursor: pointer
}

.genTabs .transformer-tabs .currentTab:before {
	content: "\e956";
	font-family: "claroicons";
	font-size: 12px;
	font-size: .75rem;
	position: absolute;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	right: 12px;
	position: absolute;
	pointer-events: none;
	z-index: 1
}

.genTabs .transformer-tabs .currentTab:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 6px;
	display: block;
	background-color: #DA291C
}

.genTabs .transformer-tabs ul {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
	position: absolute;
	left: 0;
	top: 43px;
	width: 100%;
	opacity: 0;
	filter: alpha(opacity = 0);
	pointer-events: none
}

.genTabs .transformer-tabs ul li a {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #3C3C3C;
	display: block;
	width: 100%;
	padding: 12px;
	background-color: #F4F4F4
}

.genTabs .transformer-tabs ul li+li {
	border-top: #BBB 1px solid
}

.genTabs .transformer-tabs ul.open {
	-webkit-transform: translateY(5px);
	-moz-transform: translateY(5px);
	-ms-transform: translateY(5px);
	transform: translateY(5px);
	opacity: 1;
	filter: alpha(opacity = 1);
	pointer-events: initial
}

.genTabs .genTabsCont {
	display: none;
	padding-top: 20px
}

.genTabs .genTabsCont.active {
	display: block !important
}

.genAccordion {
	line-height: 1.4
}

.genAccordion .genAccItem {
	font-size: 14px;
	font-size: .875rem;
	position: relative
}

.genAccordion .genAccItem .genAccTitle {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 16px 20px;
	padding-right: 45px;
	cursor: pointer
}

.genAccordion .genAccItem .genAccTitle:after {
	content: "\e92e";
	font-family: "claroicons";
	position: absolute;
	top: 16px;
	right: 20px
}

.genAccordion .genAccItem .genAccTitle.active:after {
	content: "\e931";
	font-family: "claroicons"
}

.genAccordion .genAccItem .genAccCont {
	position: relative;
	padding: 20px;
	display: none
}

.genAccordion .genAccItem .genAccCont p, .genAccordion .genAccItem .genAccCont ul,
	.genAccordion .genAccItem .genAccCont ol, .genAccordion .genAccItem .genAccCont table
	{
	margin-bottom: 12px
}

.genAccordion .genAccItem .genAccCont ul {
	list-style: initial;
	padding-left: 16px
}

.genAccordion .genAccItem .genAccCont ol {
	list-style: auto;
	padding-left: 16px
}

.genAccordion .genAccItem .genAccCont:before {
	position: absolute;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	left: 50%;
	content: "";
	top: 0;
	width: calc(100% - 40px);
	height: 1px;
	display: block;
	background-color: #BBB
}

.genAccordion .genAccItem:nth-child(even) {
	background-color: #fff
}

.cBreadcrumb {
	padding: 12px 0
}

.cBreadcrumb ul {
	display: none
}

.cBreadcrumb .containerClaro {
	position: relative
}

.cBreadcrumb .cBreadcrumbMobil a {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	webkit-display: -webkit-flex;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	font-size: 14px;
	font-size: .875rem;
	color: #6c6c6c
}

.cBreadcrumb .cBreadcrumbMobil a i {
	padding-right: 12px
}

.cBreadcrumb .cBreadcrumbMobil a i::before {
	font-size: 16px;
	font-size: 1rem
}

.cBreadcrumb .cBreadcrumbMobil a h1 {
	font-size: inherit;
	font-weight: inherit;
	font-family: inherit;
	line-height: inherit;
	display: inherit
}

.cBreadcrumb .cBreadcrumbAlter {
	position: absolute;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	right: 20px
}

.cBreadcrumb .cBreadcrumbAlter .iconLink {
	font-size: 14px;
	font-size: .875rem;
	padding-left: 20px
}

.cBreadcrumb.light {
	background-color: #F4F4F4
}

.cBreadcrumb+.cTitleHeader {
	padding-top: 12px
}

.cTitleHeader+section {
	padding-top: 0
}

.sliderTabs {
	width: 100%
}

.sliderTabs>h2, .sliderTabs>h3 {
	margin-bottom: 2px
}

@media only screen and (min-width: 640px) {
	.sliderTabs>h2, .sliderTabs>h3 {
		margin-bottom: 24px
	}
	.sliderTabs>h2+.menuTabs, .sliderTabs>h3+.menuTabs {
		margin-top: 40px
	}
}

.sliderTabs .menuTabs {
	margin-top: 0
}

.sliderTabs .sliderTabsMenu {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	webkit-display: -webkit-flex;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	width: calc(100% + 40px);
	margin-left: -20px;
	margin-right: -20px
}

@media only screen and (min-width: 640px) {
	.sliderTabs .sliderTabsMenu {
		width: 100%;
		max-width: 960px;
		margin: 0;
		margin-left: auto;
		margin-right: auto
	}
}

.sliderTabs .sliderTabsMenu.onlyOne .stmElement {
	width: 100%
}

.sliderTabs .sliderTabsMenu.pills {
	-webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
	-o-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
	-ms-box-shadow: 0 2px 0 6px rgba(0, 0, 0, 0.25);
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
	margin-top: 20px;
	background-color: #fff
}

@media only screen and (min-width: 640px) {
	.sliderTabs .sliderTabsMenu.pills {
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
		justify-content: flex-start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: flex-start;
		-ms-flex-pack: start;
		padding: 20px;
		margin-top: 40px
	}
}

.sliderTabs .sliderTabsMenu.pills .stmElement {
	font-size: 14px;
	font-size: .875rem;
	height: 50px
}

@media only screen and (min-width: 640px) {
	.sliderTabs .sliderTabsMenu.pills .stmElement {
		-webkit-border-radius: 12px;
		-moz-border-radius: 12px;
		border-radius: 12px;
		width: auto;
		height: auto;
		padding: 12px 32px
	}
}

@media only screen and (min-width: 760px) {
	.sliderTabs .sliderTabsMenu.pills .stmElement {
		font-size: 18px;
		font-size: 1.125rem
	}
}

.sliderTabs .sliderTabsMenu.pills .stmElement:after {
	display: none
}

.sliderTabs .sliderTabsMenu.pills .stmElement.active {
	color: #DA291C
}

@media only screen and (min-width: 640px) {
	.sliderTabs .sliderTabsMenu.pills .stmElement.active {
		background-color: #BBB;
		color: #3C3C3C
	}
}

.sliderTabs .sliderTabsMenu.pills .slick-prev {
	height: 50px
}

.sliderTabs .sliderTabsMenu.pills .slick-prev:after {
	height: 100%;
	background: #fff !important;
	background: -moz-linear-gradient(90deg, #fff 50%, rgba(255, 255, 255, 0)
		100%) !important;
	background: -webkit-linear-gradient(90deg, #fff 50%, rgba(255, 255, 255, 0)
		100%) !important;
	background: linear-gradient(90deg, #ffffff 50%, rgba(255, 255, 255, 0)
		100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",
		endColorstr="#ffffff", GradientType=1) !important
}

.sliderTabs .sliderTabsMenu.pills .slick-next {
	height: 50px
}

.sliderTabs .sliderTabsMenu.pills .slick-next:after {
	height: 100%;
	background: #fff !important;
	background: -moz-linear-gradient(270deg, #fff 50%, rgba(255, 255, 255, 0)
		100%) !important;
	background: -webkit-linear-gradient(270deg, #fff 50%, rgba(255, 255, 255, 0)
		100%) !important;
	background: linear-gradient(270deg, #ffffff 50%, rgba(255, 255, 255, 0)
		100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",
		endColorstr="#ffffff", GradientType=1) !important
}

@media only screen and (min-width: 640px) {
	.sliderTabs .sliderTabsMenu.full {
		max-width: 100%
	}
}

.sliderTabs .sliderTabsMenu .stmElement {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
	font-size: 1rem;
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	webkit-display: -webkit-flex !important;
	display: -webkit-flex !important;
	display: flex !important;
	align-items: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	font-family: "AMX", sans-serif;
	font-weight: 700;
	text-align: center;
	position: relative;
	width: 50%;
	height: 60px;
	padding: 0 12px;
	cursor: pointer;
	color: #6c6c6c
}

@media only screen and (min-width: 640px) {
	.sliderTabs .sliderTabsMenu .stmElement {
		font-size: 18px;
		font-size: 1.125rem;
		height: auto;
		padding-top: 10px;
		padding-bottom: 20px
	}
}

.sliderTabs .sliderTabsMenu .stmElement p span {
	display: inline-block;
	padding-right: 8px
}

.sliderTabs .sliderTabsMenu .stmElement p span i {
	margin-right: 6px;
	display: none
}

@media only screen and (min-width: 640px) {
	.sliderTabs .sliderTabsMenu .stmElement p span i {
		display: inline-block
	}
}

.sliderTabs .sliderTabsMenu .stmElement p span:last-child {
	padding-right: 0
}

.sliderTabs .sliderTabsMenu .stmElement img {
	max-height: 24px;
	margin-right: 8px
}

@media only screen and (min-width: 640px) {
	.sliderTabs .sliderTabsMenu .stmElement img {
		max-height: 30px;
		margin-right: 0;
		margin-botom: 8px
	}
}

.sliderTabs .sliderTabsMenu .stmElement .mixed {
	color: #DA291C
}

.sliderTabs .sliderTabsMenu .stmElement .mixed strong {
	color: #6c6c6c;
	display: none
}

@media only screen and (min-width: 640px) {
	.sliderTabs .sliderTabsMenu .stmElement .mixed strong {
		display: inline-block
	}
}

.sliderTabs .sliderTabsMenu .stmElement:after {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	display: block;
	background-color: #BBB
}

@media only screen and (min-width: 640px) {
	.sliderTabs .sliderTabsMenu .stmElement.withIcon {
		flex-direction: column;
		-webkit-box-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		width: auto;
		padding-left: 20px;
		padding-right: 20px
	}
}

.sliderTabs .sliderTabsMenu .stmElement.active {
	color: #3C3C3C
}

.sliderTabs .sliderTabsMenu .stmElement.active:after {
	height: 8px;
	background-color: #DA291C
}

.sliderTabs .sliderTabsMenu .stmElement.active .mixed strong {
	color: #3C3C3C
}

@media only screen and (min-width: 640px) {
	.sliderTabs .sliderTabsMenu .stmElement {
		width: 25%
	}
}

.sliderTabs .sliderTabsMenu .slick-slide .stmElement {
	pointer-events: none
}

.sliderTabs .sliderTabsMenu .slick-prev, .sliderTabs .sliderTabsMenu .slick-next
	{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
	width: 48px;
	height: 52px;
	z-index: 1
}

.sliderTabs .sliderTabsMenu .slick-prev:before, .sliderTabs .sliderTabsMenu .slick-next:before
	{
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
	font-size: 18px;
	font-size: 1.125rem;
	color: #3C3C3C
}

.sliderTabs .sliderTabsMenu .slick-prev {
	left: 0
}

.sliderTabs .sliderTabsMenu .slick-prev:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: calc(100% - 4px);
	display: block;
	background: #fff;
	background: -moz-linear-gradient(90deg, #fff 50%, rgba(255, 255, 255, 0)
		100%);
	background: -webkit-linear-gradient(90deg, #fff 50%, rgba(255, 255, 255, 0)
		100%);
	background: linear-gradient(90deg, #ffffff 50%, rgba(255, 255, 255, 0)
		100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",
		endColorstr="#ffffff", GradientType=1)
}

.sliderTabs .sliderTabsMenu .slick-prev:before {
	content: "\e92f";
	font-family: "claroicons";
	left: 30%;
	z-index: 1
}

.sliderTabs .sliderTabsMenu .slick-next {
	right: 0
}

.sliderTabs .sliderTabsMenu .slick-next:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: calc(100% - 4px);
	display: block;
	background: #fff;
	background: -moz-linear-gradient(270deg, #fff 50%, rgba(255, 255, 255, 0)
		100%);
	background: -webkit-linear-gradient(270deg, #fff 50%, rgba(255, 255, 255, 0)
		100%);
	background: linear-gradient(270deg, #ffffff 50%, rgba(255, 255, 255, 0)
		100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",
		endColorstr="#ffffff", GradientType=1)
}

.sliderTabs .sliderTabsMenu .slick-next:before {
	content: "\e930";
	font-family: "claroicons";
	left: 70%;
	z-index: 1
}

.sliderTabs .sliderTabsView {
	display: none
}

.sliderTabs .sliderTabsView.active {
	display: block;
	-webkit-animation: fade-in .5s ease;
	-moz-animation: fade-in .5s ease
}

.menuTabs {
	background-color: #fff;
	margin-top: 20px;
	margin-left: -20px;
	margin-right: -20px;
	width: calc(100% + 40px);
	padding: 0 20px;
	-webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
	-o-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
	-ms-box-shadow: 0 2px 0 6px rgba(0, 0, 0, 0.25);
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.menuTabs .menuTabsUl {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	webkit-display: -webkit-flex;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-x: auto;
	scroll-snap-type: x mandatory
}

.menuTabs .menuTabsUl .menuTabsItem {
	scroll-snap-align: center;
	min-width: 60%;
	padding: 16px 8px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	webkit-display: -webkit-flex;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.menuTabs .menuTabsUl .menuTabsItem.active {
	color: #6c6c6c
}

.menuTabs .menuTabsUl .menuTabsItem.active .menuTabsItemLink {
	font-weight: 700
}

.menuTabs .menuTabsUl .menuTabsItemLink {
	display: block;
	font-weight: 500
}

@media only screen and (min-width: 640px) {
	.menuTabs .menuTabsUl .menuTabsItem {
		min-width: 40%
	}
	.menuTabs .menuTabsUl .menuTabsItemLink {
		font-size: 18px;
		font-size: 1.125rem
	}
}

@media only screen and (min-width: 760px) {
	.menuTabs {
		margin-top: 40px;
		margin-left: 0;
		margin-right: 0;
		width: 100%;
		border-radius: 20px;
		padding: 10px 20px
	}
	.menuTabs .menuTabsUl {
		min-height: 70px
	}
}

@media only screen and (min-width: 960px) {
	.menuTabs {
		margin-left: auto;
		margin-right: auto;
		padding: 20px
	}
	.menuTabs .menuTabsUl {
		overflow-x: initial;
		min-height: auto
	}
	.menuTabs .menuTabsUl .menuTabsItem {
		scroll-snap-align: center;
		min-width: initial;
		padding: 0
	}
	.menuTabs .menuTabsUl .menuTabsItem.active {
		font-weight: 700;
		color: #3C3C3C
	}
	.menuTabs .menuTabsUl .menuTabsItem.active .menuTabsItemLink {
		background-color: #BBB;
		border-radius: 12px
	}
	.menuTabs .menuTabsUl .menuTabsItemLink {
		padding: 12px 32px;
		font-weight: 700;
		line-height: 1.1
	}
	div[aria-describedby="quick_cart_container"],
	div[aria-describedby="MiniShopCartProductAdded"] {
		top: 57px !important;
	}
}

.fakeTabs {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	webkit-display: -webkit-flex;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	margin-bottom: 32px
}

@media only screen and (min-width: 640px) {
	.fakeTabs {
		margin-bottom: 40px
	}
}

.fakeTabs .fakeTabElement {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
	font-size: 1rem;
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	webkit-display: -webkit-flex !important;
	display: -webkit-flex !important;
	display: flex !important;
	align-items: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	font-weight: 700;
	text-align: center;
	position: relative;
	width: 50%;
	height: 60px;
	padding: 0 12px;
	cursor: pointer;
	color: #6c6c6c
}

@media only screen and (min-width: 640px) {
	.fakeTabs .fakeTabElement {
		font-size: 18px;
		font-size: 1.125rem;
		height: auto;
		padding-top: 10px;
		padding-bottom: 20px
	}
}

.fakeTabs .fakeTabElement p span {
	display: inline-block;
	padding-right: 8px
}

.fakeTabs .fakeTabElement p span i {
	margin-right: 6px;
	display: none
}

@media only screen and (min-width: 640px) {
	.fakeTabs .fakeTabElement p span i {
		display: inline-block
	}
}

.fakeTabs .fakeTabElement p span:last-child {
	padding-right: 0
}

.fakeTabs .fakeTabElement img {
	max-height: 24px;
	margin-right: 8px
}

@media only screen and (min-width: 640px) {
	.fakeTabs .fakeTabElement img {
		max-height: 30px;
		margin-right: 0;
		margin-botom: 8px
	}
}

.fakeTabs .fakeTabElement .mixed {
	color: #DA291C
}

.fakeTabs .fakeTabElement .mixed strong {
	color: #6c6c6c;
	display: none
}

@media only screen and (min-width: 640px) {
	.fakeTabs .fakeTabElement .mixed strong {
		display: inline-block
	}
}

.fakeTabs .fakeTabElement:after {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	display: block;
	background-color: #BBB
}

@media only screen and (min-width: 640px) {
	.fakeTabs .fakeTabElement.withIcon {
		flex-direction: column;
		-webkit-box-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		width: auto;
		padding-left: 20px;
		padding-right: 20px
	}
}

.fakeTabs .fakeTabElement.active {
	color: #3C3C3C
}

.fakeTabs .fakeTabElement.active:after {
	height: 8px;
	background-color: #DA291C
}

.fakeTabs .fakeTabElement.active .mixed strong {
	color: #3C3C3C
}

@media only screen and (min-width: 640px) {
	.fakeTabs .fakeTabElement {
		width: 25%
	}
}

@
-webkit-keyframes fade-in { 0%{
	opacity: 0
}

100%{
opacity
:
1
}
}
@
-moz-keyframes fade-in { 0%{
	opacity: 0
}

100%{
opacity
:
1
}
}
section.light .sliderTabs .sliderTabsMenu .slick-prev:after {
	background: #f4f4f4;
	background: -moz-linear-gradient(90deg, #f4f4f4 50%, rgba(244, 244, 244, 0)
		100%);
	background: -webkit-linear-gradient(90deg, #f4f4f4 50%, rgba(244, 244, 244, 0)
		100%);
	background: linear-gradient(90deg, #f4f4f4 50%, rgba(244, 244, 244, 0)
		100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",
		endColorstr="#ffffff", GradientType=1)
}

section.light .sliderTabs .sliderTabsMenu .slick-next:after {
	background: #f4f4f4;
	background: -moz-linear-gradient(270deg, #f4f4f4 50%, rgba(244, 244, 244, 0)
		100%);
	background: -webkit-linear-gradient(270deg, #f4f4f4 50%, rgba(244, 244, 244, 0)
		100%);
	background: linear-gradient(270deg, #f4f4f4 50%, rgba(244, 244, 244, 0)
		100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",
		endColorstr="#ffffff", GradientType=1)
}

.pT0Full {
	padding-top: 0 !important;
}

.pB0Full {
	padding-bottom: 0 !important;
}

.fancybox-slide--video .fancybox-content {
	-webkit-border-radius: 10px !important;
	-moz-border-radius: 10px !important;
	border-radius: 10px !important;
	overflow: hidden !important
}

.htmlAvanzado h1+h1, .htmlAvanzado h1+h2, .htmlAvanzado h1+h3,
	.htmlAvanzado h1+h4, .htmlAvanzado h1+h5, .htmlAvanzado h1+h6,
	.htmlAvanzado h1+p, .htmlAvanzado h1+ul, .htmlAvanzado h1+ol,
	.htmlAvanzado h1+table, .htmlAvanzado h2+h1, .htmlAvanzado h2+h2,
	.htmlAvanzado h2+h3, .htmlAvanzado h2+h4, .htmlAvanzado h2+h5,
	.htmlAvanzado h2+h6, .htmlAvanzado h2+p, .htmlAvanzado h2+ul,
	.htmlAvanzado h2+ol, .htmlAvanzado h2+table, .htmlAvanzado h3+h1,
	.htmlAvanzado h3+h2, .htmlAvanzado h3+h3, .htmlAvanzado h3+h4,
	.htmlAvanzado h3+h5, .htmlAvanzado h3+h6, .htmlAvanzado h3+p,
	.htmlAvanzado h3+ul, .htmlAvanzado h3+ol, .htmlAvanzado h3+table,
	.htmlAvanzado h4+h1, .htmlAvanzado h4+h2, .htmlAvanzado h4+h3,
	.htmlAvanzado h4+h4, .htmlAvanzado h4+h5, .htmlAvanzado h4+h6,
	.htmlAvanzado h4+p, .htmlAvanzado h4+ul, .htmlAvanzado h4+ol,
	.htmlAvanzado h4+table, .htmlAvanzado h5+h1, .htmlAvanzado h5+h2,
	.htmlAvanzado h5+h3, .htmlAvanzado h5+h4, .htmlAvanzado h5+h5,
	.htmlAvanzado h5+h6, .htmlAvanzado h5+p, .htmlAvanzado h5+ul,
	.htmlAvanzado h5+ol, .htmlAvanzado h5+table, .htmlAvanzado h6+h1,
	.htmlAvanzado h6+h2, .htmlAvanzado h6+h3, .htmlAvanzado h6+h4,
	.htmlAvanzado h6+h5, .htmlAvanzado h6+h6, .htmlAvanzado h6+p,
	.htmlAvanzado h6+ul, .htmlAvanzado h6+ol, .htmlAvanzado h6+table,
	.htmlAvanzado p+h1, .htmlAvanzado p+h2, .htmlAvanzado p+h3,
	.htmlAvanzado p+h4, .htmlAvanzado p+h5, .htmlAvanzado p+h6,
	.htmlAvanzado p+p, .htmlAvanzado p+ul, .htmlAvanzado p+ol,
	.htmlAvanzado p+table, .htmlAvanzado ul+h1, .htmlAvanzado ul+h2,
	.htmlAvanzado ul+h3, .htmlAvanzado ul+h4, .htmlAvanzado ul+h5,
	.htmlAvanzado ul+h6, .htmlAvanzado ul+p, .htmlAvanzado ul+ul,
	.htmlAvanzado ul+ol, .htmlAvanzado ul+table, .htmlAvanzado ol+h1,
	.htmlAvanzado ol+h2, .htmlAvanzado ol+h3, .htmlAvanzado ol+h4,
	.htmlAvanzado ol+h5, .htmlAvanzado ol+h6, .htmlAvanzado ol+p,
	.htmlAvanzado ol+ul, .htmlAvanzado ol+ol, .htmlAvanzado ol+table,
	.htmlAvanzado table+h1, .htmlAvanzado table+h2, .htmlAvanzado table+h3,
	.htmlAvanzado table+h4, .htmlAvanzado table+h5, .htmlAvanzado table+h6,
	.htmlAvanzado table+p, .htmlAvanzado table+ul, .htmlAvanzado table+ol,
	.htmlAvanzado table+table {
	margin-top: 20px
}

@media only screen and (max-width: 640px) {
	.responsiveTable {
		display: block
	}
	.responsiveTable tbody, .responsiveTable th, .responsiveTable td,
		.responsiveTable tr {
		display: block;
		width: 100%;
		position: relative
	}
	.responsiveTable thead {
		display: none
	}
	.responsiveTable thead.tableCobertRecomendado {
		display: block
	}
	.responsiveTable thead.tableCobertRecomendado tr {
		display: none
	}
	.responsiveTable thead.tableCobertRecomendado tr.recomendado {
		display: block
	}
	.responsiveTable tbody tr {
		border: none !important
	}
	.responsiveTable tbody tr td {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		text-align: left;
		width: 100%;
		padding-left: 0;
		border: none !important;
		border-bottom: #BBB 1px solid !important
	}
	.responsiveTable tbody tr td:before {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		content: attr(data-th) ": ";
		position: relative;
		left: 0;
		width: 50%;
		padding-left: 5px;
		display: inline-block
	}
	.fakeTable .column {
		width: 50%
	}
}

@media only screen and (min-width: 640px) {
	section {
		padding: 0px 0
	}
	h1.borderHeader:after, .h1.borderHeader:after, h2.borderHeader:after,
		.h2.borderHeader:after, h3.borderHeader:after, .h3.borderHeader:after,
		h4.borderHeader:after, .h4.borderHeader:after, h5.borderHeader:after,
		.h5.borderHeader:after, h6.borderHeader:after, .h6.borderHeader:after
		{
		width: 60px;
		height: 6px
	}
	h1, .h1 {
		font-size: 36px;
		font-size: 2.25rem
	}
	h2, .h2 {
		font-size: 32px;
		font-size: 2rem
	}
	h3, .h3 {
		font-size: 28px;
		font-size: 1.75rem
	}
	h4, .h4 {
		font-size: 24px;
		font-size: 1.5rem
	}
	h5, .h5 {
		font-size: 20px;
		font-size: 1.25rem
	}
	h6, .h6 {
		font-size: 18px;
		font-size: 1.125rem
	}
	.cFilter .cFilterItems .cFilterItem {
		min-width: 114px
	}
	.cFilter .cFilterItems .slick-list::before {
		width: 20%
	}
	.cFilter .cFilterItems .slick-list::after {
		width: 20%
	}
}

@media only screen and (min-width: 760px) {
	.genTabs .transformer-tabs {
		position: absolute;
		position: relative;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		transform: none;
		top: initial;
		left: initial;
		max-width: initial
	}
	.genTabs .transformer-tabs .currentTab {
		display: none
	}
	.genTabs .transformer-tabs ul {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		webkit-display: -webkit-flex;
		display: -webkit-flex;
		display: flex;
		justify-content: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		position: relative;
		left: initial;
		top: initial;
		opacity: 1;
		filter: alpha(opacity = 100);
		pointer-events: initial
	}
	.genTabs .transformer-tabs ul li a {
		font-size: 18px;
		font-size: 1.125rem;
		font-weight: 700;
		color: #6c6c6c;
		position: relative;
		padding: 16px 32px 19px;
		border: none;
		background-color: transparent
	}
	.genTabs .transformer-tabs ul li a:after {
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		-ms-transition: all .5s ease;
		transition: all .5s ease;
		content: "";
		display: block;
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 4px;
		background-color: #BBB
	}
	.genTabs .transformer-tabs ul li a:hover, .genTabs .transformer-tabs ul li a.active
		{
		color: #3C3C3C
	}
	.genTabs .transformer-tabs ul li a:hover:after, .genTabs .transformer-tabs ul li a.active:after
		{
		height: 8px;
		background-color: #DA291C
	}
	.genTabs .transformer-tabs ul li+li {
		border: none
	}
	.genTabs .genTabsCont {
		padding-top: 40px
	}
	.cBreadcrumb ul {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		webkit-display: -webkit-flex;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		-webkit-box-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap
	}
	.cBreadcrumb ul li {
		padding-right: 12px
	}
	.cBreadcrumb ul li:last-of-type a::after {
		content: ""
	}
	.cBreadcrumb ul li a {
		font-size: 14px;
		font-size: .875rem;
		color: #BBB
	}
	.cBreadcrumb ul li a::after {
		padding-left: 12px;
		content: "/"
	}
	.cBreadcrumb ul li a.active {
		color: #6c6c6c
	}
	.cBreadcrumb ul li a.active::after {
		color: #6c6c6c
	}
	.cBreadcrumb ul li a.current {
		color: #DA291C
	}
	.cBreadcrumb ul li a.current::after {
		color: #DA291C
	}
	.cBreadcrumb ul li a h1 {
		font-size: inherit;
		font-weight: inherit;
		font-family: inherit;
		line-height: inherit;
		display: inherit
	}
	.cBreadcrumb .cBreadcrumbMobil {
		display: none
	}
	.cBreadcrumb .cBreadcrumbAlter .iconLink {
		font-size: 16px;
		font-size: 1rem;
		padding-left: 24px
	}
	.cBreadcrumb+.cTitleHeader {
		padding-top: 20px
	}
}

@media only screen and (min-width: 960px) {
	body.sticky {
		overflow: visible;
		overflow-x: hidden
	}
	#contentWrapper {
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		-ms-transition: all .5s ease;
		transition: all .5s ease;
	}
	#contentWrapper.fixed {
		padding-top: 56px !important;
	}
	.genTabs .transformer-tabs ul li a {
		padding: 16px 56px 19px
	}
	.genForm .fsTwoCols {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		webkit-display: -webkit-flex;
		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
		-webkit-justify-content: space-between;
		-ms-flex-pack: space-between;
		-ms-flex-pack: justify
	}
	.genForm .fsTwoCols>fieldset {
		width: calc(50% - 10px)
	}
	.genForm .fsTwoCols>fieldset+fieldset {
		margin-top: 0
	}
	.genForm .fsTwoCols.noCols {
		flex-direction: column;
		-webkit-box-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column
	}
	.genForm .fsTwoCols.noCols>fieldset {
		width: 100%
	}
	.genForm .fsTwoCols.noCols>fieldset+fieldset {
		margin-top: 20px
	}
	.genForm .formBtn {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		webkit-display: -webkit-flex;
		display: -webkit-flex;
		display: flex;
		justify-content: flex-start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: flex-start;
		-ms-flex-pack: start
	}
	.genForm .formBtn.right {
		justify-content: flex-end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: flex-end;
		-ms-flex-pack: end
	}
	.genForm .formBtn.right [class*="btn"] {
		max-width: 220px
	}
	.genForm .formBtn.right [class*="btn"]+[class*="btn"] {
		margin-top: 0;
		margin-left: 12px
	}
}

@media only screen and (min-width: 1280px) {
	.genForm .fsTwoCols.noCols {
		flex-direction: row;
		-webkit-box-direction: row;
		-webkit-flex-direction: row;
		-ms-flex-direction: row
	}
	.genForm .fsTwoCols.noCols>fieldset {
		width: calc(50% - 10px)
	}
	.genForm .fsTwoCols.noCols>fieldset+fieldset {
		margin-top: 0
	}
}

@media only screen and (min-width: 1500px) {
	.containerClaro {
		max-width: 1440px
	}
}

.cardSupport {
	-webkit-box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0 4px 0px 8px rgba(0, 0, 0, 0.15);
	box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.15);
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	background-color: #fff;
	overflow: hidden;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	padding: 32px;
	max-width: 380px
}

.cardSupport i {
	display: table;
	margin: 40px auto
}

.cardSupport [class*="btn"] {
	width: 100%;
	max-width: 300px;
	margin-top: 32px
}

.cardSupport .h5 {
	font-family: "AMX", sans-serif
}

@media only screen and (min-width: 640px) {
	.cardSupport {
		padding: 20px
	}
	.cardSupport i {
		margin: 32px auto
	}
}

.cardSupport a {
	margin-top: 8px
}

@media only screen and (min-width: 960px) {
	.cardSupport a {
		margin-top: 12px
	}
}

.cardSupportV2 {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	webkit-display: -webkit-flex;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	-webkit-box-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-wrap: nowrap;
	-webkit-box-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	padding: 10px 4px 6px;
	max-width: 100px;
	min-width: 60px;
	max-height: 60px;
	cursor: pointer
}

@media only screen and (min-width: 480px) {
	.cardSupportV2 {
		padding: 10px 8px 6px
	}
}

@media only screen and (min-width: 640px) {
	.cardSupportV2 {
		-webkit-box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.15);
		-moz-box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.15);
		-o-box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.15);
		-ms-box-shadow: 0 4px 0px 8px rgba(0, 0, 0, 0.15);
		box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.15);
		-webkit-border-radius: 12px;
		-moz-border-radius: 12px;
		border-radius: 12px;
		background-color: #fff;
		overflow: hidden;
		flex-direction: row;
		-webkit-box-direction: row;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		max-width: 250px;
		min-width: auto;
		max-height: none;
		padding: 20px 16px
	}
}

.cardSupportV2 .cardSupportV2Pic {
	width: 25px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	webkit-display: -webkit-flex;
	display: -webkit-flex;
	display: flex;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: flex-start;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	width: 100%
}

@media only screen and (min-width: 640px) {
	.cardSupportV2 .cardSupportV2Pic {
		justify-content: flex-start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: flex-start;
		-ms-flex-pack: start;
		width: 50px
	}
}

.cardSupportV2 .cardSupportV2Pic i::before {
	max-width: 20px;
	max-height: 20px
}

@media only screen and (min-width: 640px) {
	.cardSupportV2 .cardSupportV2Pic i::before {
		max-width: 50px;
		max-height: 50px
	}
}

.cardSupportV2 .cardSupportV2Cont {
	width: 100%;
	padding-top: 8px
}

@media only screen and (min-width: 640px) {
	.cardSupportV2 .cardSupportV2Cont {
		width: calc(100% - 50px);
		padding-left: 16px;
		padding-top: 0
	}
}

.cardSupportV2 .cardSupportV2Cont .h5 {
	font-size: 10px;
	font-size: .625rem;
	font-family: "AMX", sans-serif;
	font-weight: 500;
	text-align: center;
	line-height: 10px
}

@media only screen and (min-width: 640px) {
	.cardSupportV2 .cardSupportV2Cont .h5 {
		padding-bottom: 8px;
		text-align: left;
		font-weight: 600;
		font-size: 16px;
		font-size: 1rem;
		line-height: 16px
	}
}

.cardSupportV2 .cardSupportV2Cont p {
	display: none
}

@media only screen and (min-width: 640px) {
	.cardSupportV2 .cardSupportV2Cont p {
		font-size: 14px;
		font-size: .875rem;
		display: inline-block
	}
}

.cardSupportV2 .cardSupportV2Link {
	display: none
}

@media only screen and (min-width: 640px) {
	.cardSupportV2 .cardSupportV2Link {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		webkit-display: -webkit-flex;
		display: -webkit-flex;
		display: flex;
		align-items: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		display: inline-block;
		padding-top: 12px;
		font-size: 14px;
		font-size: .875rem;
		font-weight: 500;
		color: #0097A9;
		cursor: pointer
	}
}

.cardSupportV2 .cardSupportV2Link i {
	padding-left: 4px
}

.cardSupportV2.relevant {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	webkit-display: -webkit-flex;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	-webkit-box-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	padding-left: 16px;
	padding-right: 16px
}

@media only screen and (min-width: 640px) {
	.cardSupportV2.relevant {
		background: #ff8300
	}
}

.cardSupportV2.relevant .logoBancoEstado {
	margin: 0 auto
}

.cardSupportV2.relevant .logoBancoEstado:before {
	content: "";
	width: 20px;
	height: 20px;
	display: block;
	background: url(../images/assets/vector/logo-banco-estado-m.svg) no-repeat 0 0;
	background-size: cover
}

@media only screen and (min-width: 640px) {
	.cardSupportV2.relevant .logoBancoEstado {
		width: 100%
	}
	.cardSupportV2.relevant .logoBancoEstado:before {
		width: 100%;
		height: 30px;
		background: url(../images/assets/vector/logo-banco-estado.svg) no-repeat 0 0;
		background-position: center center
	}
}

.cardSupportV2.relevant picture {
	margin: 0 auto;
	max-width: 25px
}

@media only screen and (min-width: 640px) {
	.cardSupportV2.relevant picture {
		margin: auto;
		max-width: 220px;
		max-height: 50px
	}
}

.cardSupportV2.relevant picture img {
	width: 20px;
	height: auto;
	object-fit: contain
}

@media only screen and (min-width: 640px) {
	.cardSupportV2.relevant picture img {
		width: 100%
	}
}

.cardSupportV2.relevant .cardSupportV2Cont {
	width: 100%;
	padding-left: 0
}

.cardSupportV2.relevant .cardSupportV2Cont h3 {
	color: #ff8300;
	font-weight: 500
}

@media only screen and (min-width: 640px) {
	.cardSupportV2.relevant .cardSupportV2Cont h3 {
		display: none
	}
}

.cardSupportV2.relevant .cardSupportV2Cont p {
	display: none;
	padding-top: 8px;
	color: #fff
}

@media only screen and (min-width: 640px) {
	.cardSupportV2.relevant .cardSupportV2Cont p {
		display: block;
		text-align: center
	}
}

.cardSupportV2.relevant .cardSupportV2Link {
	padding-top: 12px;
	color: #fff;
	width: 100%;
	text-align: center
}

.cardSupportV3 {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	webkit-display: -webkit-flex;
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
	-webkit-box-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	-webkit-box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0 4px 0px 8px rgba(0, 0, 0, 0.15);
	box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.15);
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	background-color: #fff;
	overflow: hidden;
	max-width: 250px;
	padding: 20px 16px
}

.cardSupportV3 .cardSupportV3Pic {
	width: 25px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	webkit-display: -webkit-flex;
	display: -webkit-flex;
	display: flex;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: flex-start;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	width: 50px
}

.cardSupportV3 .cardSupportV3Pic i:before {
	max-width: 50px;
	max-height: 50px
}

.cardSupportV3 .cardSupportV3Cont {
	width: calc(100% - 50px);
	padding-left: 16px
}

.cardSupportV3 .cardSupportV3Cont .h5 {
	font-size: 16px;
	font-size: 1rem;
	font-family: "AMX", sans-serif;
	font-weight: 600;
	line-height: 16px;
	padding-bottom: 8px
}

.cardSupportV3 .cardSupportV3Cont p {
	font-size: 14px;
	font-size: .875rem;
	display: inline-block
}

.cardSupportV3 .cardSupportV3Link {
	display: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	webkit-display: -webkit-flex;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	font-size: 14px;
	font-size: .875rem;
	display: inline-block;
	padding-top: 12px;
	font-weight: 500;
	color: #0097A9;
	cursor: pointer
}

.cardSupportV3 .cardSupportV3Link i {
	padding-left: 4px
}

.cardService {
	-webkit-box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0 4px 0px 8px rgba(0, 0, 0, 0.15);
	box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.15);
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	background-color: #fff;
	overflow: hidden;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	padding: 32px 20px;
	max-width: 280px
}

.cardService .cardServiceImg {
	margin-top: 32px
}

.cardService .cardServiceImg img {
	display: table;
	margin: 0 auto;
	object-fit: contain
}

.cardService .h5 {
	font-family: "AMX", sans-serif
}

.cardService p {
	margin-top: 32px
}

.cardService [class*="btn"] {
	width: 100%;
	margin-top: 32px
}

.cardShop {
	-webkit-box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0 4px 0px 8px rgba(0, 0, 0, 0.15);
	box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.15);
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	background-color: #fff;
	overflow: hidden;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	padding: 20px 16px 20px 20px;
	width: 100%;
	min-width: 280px;
	max-width: 280px;
	min-height: 360px;
	overflow: visible
}

.cardShop.noShopIcon {
	min-height: 280px
}

.cardShop .promoBubbleWrap {
	position: absolute;
	overflow: hidden;
	right: 0;
	top: 0;
	height: 70px;
	width: 70px;
	-webkit-border-top-right-radius: 12px;
	-moz-border-radius-topright: 12px;
	border-top-right-radius: 12px
}

.cardShop .promoBubbleWrap .promoBubble {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: block;
	position: absolute;
	right: -70px;
	top: -70px;
	width: 140px;
	height: 140px
}

.cardShop .promoBubbleWrap .promoBubble strong {
	font-weight: 700;
	position: absolute;
	left: 20px;
	bottom: 30px;
	color: #fff
}

.cardShop .promoBubbleWrap .promoBubble.rojo {
	background-color: #DA291C
}

.cardShop .promoBubbleWrap .promoBubble.verde {
	background-color: #006B4F
}

.cardShop .promoBubbleWrap .promoBubble.gris {
	background-color: #726C6C
}

.cardShop .cardShopImg {
	position: absolute;
	left: -30px;
	top: 35px
}

.cardShop .cardShopImg img {
	width: 110px;
	height: auto;
	max-height: 230px;
	object-fit: contain
}

.cardShop .cardShopCont {
	margin-top: 20px;
	padding-left: 80px
}

.cardShop .cardShopCont .cardShopTitle {
	padding-right: 50px
}

.cardShop .cardShopCont .cardShopTitle h3 {
	font-family: "AMX";
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 20px;
	font-size: 1.25rem;
	min-height: 90px;
	padding-bottom: 20px;
	font-weight: 500
}

.cardShop .cardShopCont .cardShopTitle h3 strong {
	font-family: "AMX";
	font-size: 18px;
	font-size: 1.125rem;
	color: #6c6c6c;
	display: block;
	padding-top: 8px;
	font-weight: 700
}

.cardShop .cardShopCont .cardShopPrice p.currentPrice {
	font-weight: 700;
	margin-top: 8px;
	font-size: 18px;
	font-size: 1.125rem
}

.cardShop .cardShopCont .cardShopPrice p.currentPrice strong {
	font-size: 24px;
	font-size: 1.5rem;
	display: block;
	line-height: 1;
	padding-top: 8px
}

.cardShop .cardShopCont .cardShopPrice p.currentPrice.rojo {
	color: #DA291C
}

.cardShop .cardShopCont [class*="btn"] {
	width: 100%;
	max-width: 160px;
	margin-top: 12px
}

.cardShop .cardShopIcon {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	padding-left: 75px;
	margin-top: 20px
}

.cardShop .cardShopIcon .iconCircle {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	width: 45px;
	height: 45px;
	left: 0;
	top: 0;
	background-color: #ff8300
}

.cardShop .cardShopIcon .iconCircle i {
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	font-size: 26px;
	font-size: 1.625rem;
	color: #fff
}

.cardShop .cardShopIcon p strong {
	font-weight: 700;
	display: block
}

.cardShop .cardShopIcon p span {
	display: block;
	font-size: 14px;
	font-size: .875rem;
	font-weight: 300;
	padding-top: 8px
}

.cardShop.widthServ .cardShopImg img {
	filter: brightness(110%);
	-webkit-filter: brightness(110%);
	-moz-filter: brightness(110%);
	mix-blend-mode: multiply;
	transform: scale(1.35);
	-webkit-transform: scale(1.35);
	-moz-transform: scale(1.35)
}

.cardPromo {
	-webkit-box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0 4px 0px 8px rgba(0, 0, 0, 0.15);
	box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.15);
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	background-color: #fff;
	overflow: hidden;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	text-align: center;
	max-width: 380px
}

.cardPromo .cardPromoCat {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	font-size: .875rem;
	font-weight: 700;
	color: #fff;
	position: absolute;
	left: 0;
	width: 100%;
	padding: 10px 8px 32px 8px;
	display: block;
	background-color: #0097A9;
	-webkit-border-top-right-radius: 12px;
	-moz-border-radius-topright: 12px;
	border-top-right-radius: 12px;
	-webkit-border-top-left-radius: 12px;
	-moz-border-radius-topleft: 12px;
	border-top-left-radius: 12px
}

.cardPromo .cardPromoCat+.cardPromoImg {
	margin-top: 32px
}

.cardPromo .cardPromoCatV2 {
	color: #06A17B;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	margin-bottom: 16px;
	display: block
}

.cardPromo .cardPromoImg {
	position: relative;
	overflow: hidden
}

.cardPromo .cardPromoImg .promoBubbleWrap {
	position: absolute;
	overflow: hidden;
	right: 0;
	top: 0;
	height: 70px;
	width: 70px;
	-webkit-border-top-right-radius: 12px;
	-moz-border-radius-topright: 12px;
	border-top-right-radius: 12px
}

.cardPromo .cardPromoImg .promoBubbleWrap .promoBubble {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: block;
	position: absolute;
	right: -70px;
	top: -70px;
	width: 140px;
	height: 140px;
	z-index: 1
}

.cardPromo .cardPromoImg .promoBubbleWrap .promoBubble strong {
	font-weight: 700;
	position: absolute;
	left: 20px;
	bottom: 30px;
	color: #fff
}

.cardPromo .cardPromoImg .promoBubbleWrap .promoBubble.rojo {
	background-color: #DA291C
}

.cardPromo .cardPromoImg .promoBubbleWrap .promoBubble.verde {
	background-color: #006B4F
}

.cardPromo .cardPromoImg img {
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	width: 100%;
	height: 180px
}

.cardPromo .cardPromoReadingTime {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	webkit-display: -webkit-flex;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	align-items: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	font-size: 14px;
	font-size: .875rem;
	color: #6c6c6c;
	margin-top: 16px
}

.cardPromo .cardPromoReadingTime i {
	margin-right: 8px
}

.cardPromo .cardPromoCont {
	padding: 20px 20px 32px
}

.cardPromo .cardPromoCont .cardPromoTitle {
	margin-bottom: 20px;
	position: relative
}

.cardPromo .cardPromoCont .cardPromoTitle h3 {
	font-family: "AMX", sans-serif;
	margin-bottom: 12px
}

.cardPromo .cardPromoCont .cardPromoTitle h3.less {
	font-size: 18px;
	font-size: 1.125rem
}

.cardPromo .cardPromoCont .cardPromoTitle p {
	font-size: 14px;
	font-size: .875rem
}

.cardPromo .cardPromoCont .cardPromoHighlight {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	width: 100%;
	padding: 12px 20px 12px 38px;
	margin-bottom: 20px
}

.cardPromo .cardPromoCont .cardPromoHighlight span {
	font-size: 14px;
	font-size: .875rem;
	position: relative
}

.cardPromo .cardPromoCont .cardPromoHighlight span:before {
	font-size: 18px;
	font-size: 1.125rem;
	position: absolute;
	left: -27px;
	top: -1px
}

.cardPromo .cardPromoCont .cardPromoHighlight.success {
	color: #006B4F;
	background-color: #DDF9ED
}

.cardPromo .cardPromoCont .cardPromoHighlight.success span:before {
	content: "\e92b";
	font-family: "claroicons";
	color: #006B4F
}

.cardPromo .cardPromoCont .cardPromoHighlight.error {
	color: #B52217;
	background-color: #fcf3f3
}

.cardPromo .cardPromoCont .cardPromoHighlight.error span:before {
	content: "\e903";
	font-family: "claroicons";
	color: #B52217
}

.cardPromo .cardPromoCont .cardPromoBtnCont {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	webkit-display: -webkit-flex;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	-ms-flex-pack: justify;
	align-items: center;
	-webkit-align-items: center;
	-ms-flex-align: center
}

.cardPromo .cardPromoCont .cardPromoBtnCont .cardPromoDate span {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-size: 10px;
	font-size: .625rem;
	text-align: center;
	padding: 6px 10px;
	background-color: #F4F4F4
}

@media only screen and (min-width: 1102px) {
	.cardPromo .cardPromoCont .cardPromoBtnCont .cardPromoDate span {
		font-size: 14px;
		font-size: .875rem
	}
}

.cardPromo .cardPromoCont .cardPromoBtnCont .btn {
	max-width: 160px
}

.cardPromo .cardPromoCont .btn {
	width: 100%;
	max-width: 240px
}

.cardPromo .cardPromoCont .btn.withIco {
	padding-left: 40px;
	padding-right: 12px
}

@media only screen and (min-width: 960px) {
	.cardPromo .cardPromoCont .btn.withIco {
		padding-left: 50px;
		padding-right: 20px
	}
}

.cardPromo .posBtnBottom {
	padding-bottom: 72px
}

.cardPromo .posBtnBottom>.btn {
	position: absolute;
	bottom: 32px;
	left: 50%;
	transform: translateX(-50%)
}

.cardChannel {
	-webkit-box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0 4px 0px 8px rgba(0, 0, 0, 0.15);
	box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.15);
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	background-color: #fff;
	overflow: hidden;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	max-width: 320px
}

.cardChannel .cardChannelImg {
	position: relative;
	width: 100%;
	height: 120px;
	overflow: hidden
}

.cardChannel .cardChannelImg img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.cardChannel .cardChannelCont {
	padding: 20px 20px 32px
}

.cardChannel .cardChannelCont .cardChannelTitle {
	margin-bottom: 20px
}

.cardChannel .cardChannelCont .cardChannelTitle h3 {
	margin-bottom: 6px
}

.cardChannel .cardChannelCont .cardChannelTitle p {
	font-size: 14px;
	font-size: .875rem
}

.cardChannel .cardChannelCont .cardChannelPrice {
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 600;
	margin-bottom: 20px
}

.cardChannel .cardChannelCont [class*="btn"] {
	width: 100%;
	max-width: 240px;
	margin: 0 auto;
	margin-bottom: 20px
}

.cardBenefits {
	-webkit-box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0 4px 0px 8px rgba(0, 0, 0, 0.15);
	box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.15);
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	background-color: #fff;
	overflow: hidden;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	padding: 20px;
	max-width: 380px;
	height: 100%
}

.cardBenefits i {
	display: table;
	margin: 32px auto 0
}

.cardBenefits .h5 {
	font-family: "AMX", sans-serif
}

.cardBenefits p {
	font-size: 14px;
	font-size: .875rem;
	margin-top: 32px
}

.cardBenefits .cardBenefitsContent {
	margin-top: 32px
}

.cardBenefits .cardBenefitsContent .cBenList li {
	text-align: left;
	position: relative;
	padding-left: 32px
}

.cardBenefits .cardBenefitsContent .cBenList li i {
	font-size: 20px;
	font-size: 1.25rem;
	color: #006B4F;
	position: absolute;
	left: 0;
	top: 3px;
	margin: 0
}

.cardBenefits .cardBenefitsContent .cBenList li span {
	font-size: 14px;
	font-size: .875rem
}

.cardBenefits .cardBenefitsContent .cBenList li+li {
	margin-top: 16px
}

.cardBenefits .cardBenefitsContent .cBenBlock {
	text-align: left;
	line-height: 1.4
}

.cardBenefits .cardBenefitsContent .cBenBlock dt {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700
}

.cardBenefits .cardBenefitsContent .cBenBlock dd {
	font-size: 14px;
	font-size: .875rem
}

.cardBenefits .cardBenefitsContent .cBenBlock+.cBenBlock {
	margin-top: 20px
}

.cardCommon {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	padding: 0 20px;
	max-width: 280px;
	position: relative
}

.cardCommon h3.border {
	position: relative;
	padding-bottom: 20px
}

.cardCommon h3.border:after {
	position: absolute;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	left: 50%;
	content: "";
	bottom: 0;
	width: 90px;
	height: 4px;
	display: block;
	background-color: #ffad17
}

.cardCommon i {
	display: table;
	margin: 0 auto 32px
}

.cardCommon p {
	margin-top: 20px
}

.cardCommon a {
	margin-top: 20px
}

.cardPlan {
	-webkit-box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0 4px 0px 8px rgba(0, 0, 0, 0.15);
	box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.15);
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	background-color: #fff;
	overflow: hidden;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	min-width: 280px;
	max-width: 380px
}

.cardPlan .cardPlanTitle {
	padding: 0 20px;
	margin-bottom: 12px
}

.cardPlan .cardPlanTitle h3 {
	font-family: "AMX", sans-serif
}

.cardPlan .cardPlanTitle h3.cPlanTitleLabel {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	webkit-display: -webkit-flex;
	display: -webkit-flex;
	display: flex;
	font-weight: 700
}

.cardPlan .cardPlanTitle h3.cPlanTitleLabel strong {
	width: 130px
}

.cardPlan .cardPlanTitle h3.cPlanTitleLabel strong>span {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 24px;
	font-size: 1.5rem;
	color: #fff;
	text-align: center;
	display: block;
	padding: 16px 0;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px
}

.cardPlan .cardPlanTitle h3.cPlanTitleLabel>span {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 20px;
	font-size: 1.25rem;
	width: calc(100% - 130px);
	padding: 18px 0 0 20px
}

.cardPlan .cardPlanTitle h3.break {
	flex-direction: column;
	-webkit-box-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: flex-start
}

.cardPlan .cardPlanTitle h3.break>span {
	text-align: center;
	width: 100%;
	margin-top: 16px;
	padding: 0
}

.cardPlan .cardPlanTitle p {
	font-size: 14px;
	font-size: .875rem;
	text-align: center;
	margin-top: 20px
}

.cardPlan .cardPlanContent {
	position: relative;
	padding: 0 20px
}

.cardPlan .cardPlanContent .cardPlanContentDivCat {
	padding-bottom: 20px;
	padding-top: 12px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.cardPlan .cardPlanContent .cardPlanContentDivCat h5 {
	font-family: "AMX", sans-serif;
	color: #DA291C
}

.cardPlan .cardPlanContent .cardPlanContentDivCat h5+p {
	margin-top: 16px
}

.cardPlan .cardPlanContent .cardPlanContentDivCat p {
	font-family: "AMX", sans-serif
}

.cardPlan .cardPlanContent .borderBottom {
	border-bottom: 1px solid #E8E8E8
}

.cardPlan .cardPlanContent .cPlanContBlock {
	position: relative;
	padding: 20px 0
}

.cardPlan .cardPlanContent .cPlanContBlock:after {
	position: absolute;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	left: 50%;
	content: "";
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #F4F4F4
}

.cardPlan .cardPlanContent .cPlanContBlock.withBdr {
	border-bottom: #F4F4F4 1px solid
}

.cardPlan .cardPlanContent .cPlanContBlock .cPlanTitleBlock {
	margin-bottom: 20px
}

.cardPlan .cardPlanContent .cPlanContBlock .cPlanFullDL {
	font-size: 14px;
	font-size: .875rem
}

.cardPlan .cardPlanContent .cPlanContBlock .cPlanDL {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	webkit-display: -webkit-flex;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	line-height: 1.2
}

.cardPlan .cardPlanContent .cPlanContBlock .cPlanDL dt {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	font-size: .875rem;
	position: relative;
	width: 55%;
	padding-right: 20px
}

.cardPlan .cardPlanContent .cPlanContBlock .cPlanDL dt .logo {
	display: block;
	width: 100%;
	height: 20px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: contain
}

.cardPlan .cardPlanContent .cPlanContBlock .cPlanDL dt .logo.claroVideo
	{
	background-image: url(../images/assets/vector/logo-claro-video.svg)
}

.cardPlan .cardPlanContent .cPlanContBlock .cPlanDL dt .logo.claroMusica
	{
	background-image: url(../images/assets/vector/logo-claro-musica.svg)
}

.cardPlan .cardPlanContent .cPlanContBlock .cPlanDL dt .logo.claroDrive
	{
	background-image: url(../images/assets/vector/logo-claro-drive.svg)
}

.cardPlan .cardPlanContent .cPlanContBlock .cPlanDL dt .logo.claroClub {
	background-image: url(../images/assets/vector/ico-claro-club.svg)
}

.cardPlan .cardPlanContent .cPlanContBlock .cPlanDL dt .logo.claroSport
	{
	background-image: url(../images/assets/vector/logo-claro-sport.svg)
}

.cardPlan .cardPlanContent .cPlanContBlock .cPlanDL dt .logo.paramount {
	background-image: url(../images/assets/vector/logo-paramount.svg)
}

.cardPlan .cardPlanContent .cPlanContBlock .cPlanDL dt .logo.max {
	background-image: url(../images/assets/vector/logo-max.svg)
}

.cardPlan .cardPlanContent .cPlanContBlock .cPlanDL dd {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	font-size: .875rem;
	font-weight: 700;
	width: 45%
}

.cardPlan .cardPlanContent .cPlanContBlock .cPlanDL dd.smallText {
	font-size: 14px;
	font-size: .875rem;
	font-weight: 500
}

.cardPlan .cardPlanContent .cPlanContBlock .cPlanDL dd.cPlanRedS ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	webkit-display: -webkit-flex;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	margin: -5px
}

.cardPlan .cardPlanContent .cPlanContBlock .cPlanDL dd.cPlanRedS ul li {
	margin: 5px
}

.cardPlan .cardPlanContent .cPlanContBlock .cPlanDL dd.cPlanRedS ul li span i
	{
	font-size: 20px;
	font-size: 1.25rem
}

.cardPlan .cardPlanContent .cPlanContBlock .cPlanDL dd.cPlanRedS ul li span i[class^="cIco-"]:before,
	.cardPlan .cardPlanContent .cPlanContBlock .cPlanDL dd.cPlanRedS ul li span i[class*=" cIco-"]:before
	{
	width: 20px;
	height: 20px
}

.cardPlan .cardPlanContent .cPlanContBlock .cPlanDL.iconEle dt {
	font-size: 14px;
	font-size: .875rem;
	line-height: 14px;
	padding: 2px 0;
	padding-left: 34px;
	padding-right: 20px
}

.cardPlan .cardPlanContent .cPlanContBlock .cPlanDL.iconEle dt i {
	font-size: 24px;
	font-size: 1.5rem;
	position: absolute;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	left: 0
}

.cardPlan .cardPlanContent .cPlanContBlock .cPlanDL.iconEle.stdText dt {
	font-size: 14px;
	font-size: .875rem
}

.cardPlan .cardPlanContent .cPlanContBlock .cPlanDL.iconEle.stdText dt i
	{
	top: -1px
}

.cardPlan .cardPlanContent .cPlanContBlock .cPlanDL+.cPlanDL {
	margin-top: 20px
}

.cardPlan .cardPlanContent .cPlanContBlock .cPlanDL+.cPlanFullDL {
	margin-top: 20px
}

.cardPlan .cardPlanContent .cPlanContBlock .cPlanDL+.cPlanIconBlock {
	margin-top: 20px
}

.cardPlan .cardPlanContent .cPlanIconBlock {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	webkit-display: -webkit-flex;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	position: relative;
	width: 100%;
	padding: 20px 0
}

.cardPlan .cardPlanContent .cPlanIconBlock .iconCircle {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: relative;
	width: 40px;
	height: 40px;
	margin-right: 20px
}

.cardPlan .cardPlanContent .cPlanIconBlock .iconCircle i {
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	font-size: 24px;
	font-size: 1.5rem;
	color: #fff
}

.cardPlan .cardPlanContent .cPlanIconBlock p {
	font-size: 14px;
	font-size: .875rem
}

.cardPlan .cardPlanContent .cPlanIconBlock p strong {
	font-size: 16px;
	font-size: 1rem;
	display: block
}

.cardPlan .cardPlanContent .cPlanIconBlock p span {
	display: block
}

.cardPlan .cardPlanContent.cPlanViewMore {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-top: -1px;
	padding-top: 20px;
	background-color: #F4F4F4;
	max-height: 100px;
	overflow: hidden
}

.cardPlan .cardPlanContent.cPlanViewMore .cPlanOpen {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
	position: absolute;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	left: 50%;
	top: 0;
	color: #0097A9;
	padding: 12px 20px 12px 0;
	cursor: pointer;
	display: block;
	z-index: 1
}

.cardPlan .cardPlanContent.cPlanViewMore .cPlanOpen:after {
	position: absolute;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	content: "\e92e";
	font-family: "claroicons";
	right: 0
}

.cardPlan .cardPlanContent.cPlanViewMore .cPlanClose {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
	position: absolute;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	left: 50%;
	bottom: -12px;
	color: #0097A9;
	padding: 12px 20px 12px 0;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity = 0);
	pointer-events: none;
	display: block;
	z-index: 1
}

.cardPlan .cardPlanContent.cPlanViewMore .cPlanClose:after {
	position: absolute;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	content: "\e931";
	font-family: "claroicons";
	right: 0
}

.cardPlan .cardPlanContent.cPlanViewMore .cPlanContBlock .cPlanDL dd {
	font-weight: 500
}

.cardPlan .cardPlanContent.cPlanViewMore:after {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	display: block;
	pointer-events: none;
	background: #fff;
	background: -moz-linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, 0)
		58%);
	background: -webkit-linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, 0)
		58%);
	background: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 58%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",
		endColorstr="#ffffff", GradientType=1)
}

.cardPlan .cardPlanContent.cPlanViewMore.openDetails {
	padding-top: 0;
	padding-bottom: 20px;
	max-height: 1200px
}

.cardPlan .cardPlanContent.cPlanViewMore.openDetails .cPlanOpen {
	top: -12px;
	opacity: 0;
	filter: alpha(opacity = 0);
	pointer-events: none
}

.cardPlan .cardPlanContent.cPlanViewMore.openDetails .cPlanClose {
	bottom: 0;
	opacity: 1;
	filter: alpha(opacity = 100);
	pointer-events: auto
}

.cardPlan .cardPlanContent.cPlanViewMore.openDetails:after {
	opacity: 0;
	filter: alpha(opacity = 0)
}

.cardPlan .cardPlanPrice {
	padding: 32px 20px
}

.cardPlan .cardPlanPrice.noBdr {
	border: none
}

.cardPlan .cardPlanPrice p.introText {
	text-align: center
}

.cardPlan .cardPlanPrice p.introText span {
	font-size: 12px;
	font-size: .75rem
}

.cardPlan .cardPlanPrice p.introText+.cPlanPriceBlock {
	margin-top: 6px
}

.cardPlan .cardPlanPrice p.leyend {
	font-size: 14px;
	font-size: .875rem;
	font-weight: 300;
	text-align: center;
	color: #DA291C
}

.cardPlan .cardPlanPrice .cPlanPriceBlock {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	webkit-display: -webkit-flex;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center
}

.cardPlan .cardPlanPrice .cPlanPriceBlock .cPlanCurrentPrice p {
	position: relative;
	font-weight: 700;
	padding-left: 16px
}

.cardPlan .cardPlanPrice .cPlanPriceBlock .cPlanCurrentPrice p.largeSymbol
	{
	padding-left: 42px
}

.cardPlan .cardPlanPrice .cPlanPriceBlock .cPlanCurrentPrice p .symbol {
	font-size: 20px;
	font-size: 1.25rem;
	position: absolute;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	left: 0
}

.cardPlan .cardPlanPrice .cPlanPriceBlock .cPlanCurrentPrice p .cPrice {
	font-size: 32px;
	font-size: 2rem
}

.cardPlan .cardPlanPrice .cPlanPriceBlock .cPlanCurrentPrice p .sup {
	font-size: 20px;
	font-size: 1.25rem;
	vertical-align: super
}

.cardPlan .cardPlanPrice .cPlanPriceBlock .cPlanPrevPrice {
	margin-left: 12px
}

.cardPlan .cardPlanPrice .cPlanPriceBlock .cPlanPrevPrice p {
	font-size: 14px;
	font-size: .875rem;
	color: #6c6c6c;
	text-decoration: line-through
}

.cardPlan .cardPlanPrice .cPlanPriceBlock+p.leyend {
	margin-top: 6px
}

.cardPlan .cardPlanPrice+.cardPlanActions {
	padding-top: 0
}

.cardPlan .cardPlanActions {
	padding: 32px 20px
}

.cardPlan .cardPlanActions [class*="btn"] {
	width: 100%;
	margin-bottom: 20px
}

.cardPlan .cardPlanActions .textLink {
	text-align: center;
	display: table;
	margin: 0 auto
}

.cardPlan .cardPlanActions.topSpace {
	padding-top: 12px
}

.cardPlan .cardPlanActions.colsDir {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	webkit-display: -webkit-flex;
	display: -webkit-flex;
	display: flex;
	flex-direction: row-reverse;
	-webkit-box-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	-ms-flex-pack: justify;
	align-items: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	margin-bottom: 12px
}

.cardPlan .cardPlanActions.colsDir [class*="btn"] {
	margin: 0;
	max-width: 130px
}

.cardPlan .cardPlanActions.colsDir .textLink {
	margin: 0 12px 0 0
}

@media only screen and (min-width: 640px) {
	.cardPlan .cardPlanActions.colsDir {
		flex-direction: column;
		-webkit-box-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column
	}
	.cardPlan .cardPlanActions.colsDir [class*="btn"] {
		max-width: initial;
		margin-bottom: 20px
	}
	.cardPlan .cardPlanActions.colsDir .textLink {
		margin: 0 auto 12px
	}
}

.cardPlan.azul .cardPlanTitle h3.cPlanTitleLabel strong>span {
	background-color: #0097A9
}

.cardPlan.azul .cardPlanTitle h3.cPlanTitleLabel>span {
	color: #0097A9
}

.cardPlan.azul .cardPlanContent .cPlanIconBlock .iconCircle {
	background-color: #0097A9
}

.cardPlan.amarillo .cardPlanTitle h3.cPlanTitleLabel strong>span {
	background-color: #ff8300
}

.cardPlan.amarillo .cardPlanTitle h3.cPlanTitleLabel>span {
	color: #ff8300
}

.cardPlan.amarillo .cardPlanContent .cPlanIconBlock .iconCircle {
	background-color: #ff8300
}

.cardPlan.gris .cardPlanTitle h3.cPlanTitleLabel strong>span {
	background-color: #989898
}

.cardPlan.gris .cardPlanTitle h3.cPlanTitleLabel>span {
	color: #989898
}

.cardPlan.gris .cardPlanContent .cPlanIconBlock .iconCircle {
	background-color: #989898
}

.cardPlan.gris2 .cardPlanTitle h3.cPlanTitleLabel strong>span {
	background-color: #726C6C
}

.cardPlan.gris2 .cardPlanTitle h3.cPlanTitleLabel>span {
	color: #726C6C
}

.cardPlan.gris2 .cardPlanContent .cPlanIconBlock .iconCircle {
	background-color: #726C6C
}

.cardPlan.rojo .cardPlanTitle h3.cPlanTitleLabel strong>span {
	background-color: #DA291C
}

.cardPlan.rojo .cardPlanTitle h3.cPlanTitleLabel>span {
	color: #DA291C
}

.cardPlan.rojo .cardPlanContent .cPlanIconBlock .iconCircle {
	background-color: #DA291C
}

.cPlanV2Wrap {
	padding-bottom: 10px
}

.cPlanV2Wrap.azul .cPlanV2 .cPlanV2Flag {
	background: #0097A9
}

.cPlanV2Wrap.amarillo .cPlanV2 .cPlanV2Flag {
	background: #ff8300
}

.cPlanV2Wrap.rojo .cPlanV2 .cPlanV2Flag {
	background: #DA291C
}

.cPlanV2Wrap.gris .cPlanV2 .cPlanV2Flag {
	background: #989898
}

.cPlanV2Wrap.gris2 .cPlanV2 .cPlanV2Flag {
	background: #726C6C
}

.cPlanV2 {
	-webkit-box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0 4px 0px 8px rgba(0, 0, 0, 0.15);
	box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.15);
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	background-color: #fff;
	overflow: hidden;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	min-width: 280px;
	max-width: 280px;
	position: relative;
	overflow: initial;
	margin-top: 32px;
	z-index: 3
}

@media only screen and (min-width: 640px) {
	.cPlanV2 {
		min-width: 280px;
		max-width: 300px
	}
}

.cPlanV2 .cPlanV2Flag {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #313131;
	padding: 10px 8px 32px 8px;
	position: absolute;
	width: 100%;
	top: calc(-20px - 12px);
	z-index: -1;
	border-radius: 12px 12px 0 0;
	left: 0;
	font-size: 12px;
	font-size: .75rem;
	line-height: 12px;
	color: #fff;
	text-align: center;
	font-weight: 700
}

.cPlanV2 .cPlanV2Head {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	webkit-display: -webkit-flex;
	display: -webkit-flex;
	display: flex;
	border-radius: 12px 12px 0 0;
	background: #fff;
	padding: 20px 20px;
	border-bottom: 1px solid #E4E4E4
}

.cPlanV2 .cPlanV2Head .cPlanV2Icon {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	webkit-display: -webkit-flex;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	align-items: center;
	-webkit-align-items: center;
	-ms-flex-align: center
}

.cPlanV2 .cPlanV2Head .cPlanV2Icon::before {
	font-size: 35px;
	font-size: 2.1875rem
}

.cPlanV2 .cPlanV2Head i {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 50px;
	font-size: 3.125rem;
	padding: 0 20px 0 0
}

.cPlanV2 .cPlanV2Head picture img {
	object-fit: contain
}

.cPlanV2 .cPlanV2Head .cPlanV2HeadCont {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	webkit-display: -webkit-flex;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	-webkit-box-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	padding-left: 8px
}

.cPlanV2 .cPlanV2Head .cPlanV2HeadCont h3, .cPlanV2 .cPlanV2Head .cPlanV2HeadCont .h3
	{
	font-weight: 600;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1;
	font-family: "AMX"
}

.cPlanV2 .cPlanV2Head .cPlanV2HeadCont h3>span, .cPlanV2 .cPlanV2Head .cPlanV2HeadCont .h3>span
	{
	display: block;
	font-weight: 700;
	color: #DA291C;
	line-height: 20px;
	padding-top: 8px;
	font-size: 18px;
	font-size: 1.125rem
}

.cPlanV2 .cPlanV2Head .cPlanV2HeadCont h3+p, .cPlanV2 .cPlanV2Head .cPlanV2HeadCont .h3+p
	{
	margin-top: 8px
}

.cPlanV2 .cPlanV2Head .cPlanV2HeadCont p {
	font-weight: 700;
	color: #DA291C;
	line-height: 20px;
	font-size: 18px;
	font-size: 1.125rem
}

.cPlanV2 .cPlanV2Prices {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	webkit-display: -webkit-flex;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	-webkit-box-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	align-items: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	padding: 20px;
	position: relative;
	border-bottom: 1px solid #E4E4E4
}

.cPlanV2 .cPlanV2Prices .cPlanV2PricesTitle {
	font-weight: 700;
	line-height: 16px;
	max-width: 140px;
	text-align: center
}

@media only screen and (min-width: 960px) {
	.cPlanV2 .cPlanV2Prices .cPlanV2PricesTitle {
		max-width: 170px
	}
}

.cPlanV2 .cPlanV2Prices .cPlanV2PricesTitle img {
	width: auto;
	height: 20px;
	object-fit: contain
}

.cPlanV2 .cPlanV2Prices .cPlanV2PricesPrice {
	margin-top: 10px;
	font-size: 26px;
	font-size: 1.625rem;
	font-weight: 900;
	color: #DA291C;
	line-height: 24px
}

.cPlanV2 .cPlanV2Prices .cPlanV2PricesTime {
	margin-top: 10px;
	font-size: 14px;
	font-size: .875rem;
	font-weight: 500;
	line-height: 14px;
	text-align: center
}

.cPlanV2 .cPlanV2Prices .cPlanV2PricesNote {
	margin-top: 8px;
	font-size: 14px;
	font-size: .875rem;
	line-height: 14px;
	text-align: center
}

.cPlanV2 .cPlanV2Prices .cPlanV2PricesPlaque {
	margin-top: 12px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 4px 12px;
	z-index: 1;
	position: relative;
	text-align: center;
	font-size: 14px;
	font-size: .875rem;
	font-weight: 500;
	line-height: 14px;
	font-style: italic
}

.cPlanV2 .cPlanV2Prices .cPlanV2PricesPlaque span {
	font-size: 12px;
	font-size: .75rem;
	font-weight: 400;
	display: inline-block;
	width: 100%
}

.cPlanV2 .cPlanV2Prices .cPlanV2PricesPlaque::before {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transform: skewX(-20deg);
	background: #0097A9;
	opacity: .26;
	padding: 4px 12px
}

.cPlanV2 .cPlanV2Prices .cPlanV2Tag {
	position: absolute;
	right: -20px;
	top: 8px
}

.cPlanV2 .cPlanV2Prices .cPlanV2Tag picture img {
	object-fit: contain;
	max-width: 86px;
	max-height: 44px
}

.cPlanV2 .cPlanV2Prices .cPlanV2Tag .cPlanV2TagCont {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	webkit-display: -webkit-flex;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	position: absolute;
	top: 0;
	right: 0;
	max-height: 46px;
	padding-right: 3px
}

.cPlanV2 .cPlanV2Prices .cPlanV2Tag .cPlanV2TagCont .cPlanV2TagNumber p
	{
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: 500;
	color: #fff
}

@media only screen and (min-width: 480px) {
	.cPlanV2 .cPlanV2Prices .cPlanV2Tag .cPlanV2TagCont .cPlanV2TagNumber p
		{
		font-size: 40px;
		font-size: 2.5rem
	}
}

.cPlanV2 .cPlanV2Prices .cPlanV2Tag .cPlanV2TagCont .cPlanV2TagPor {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	webkit-display: -webkit-flex;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	-webkit-box-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	padding-right: 2px;
	padding-bottom: 5px
}

.cPlanV2 .cPlanV2Prices .cPlanV2Tag .cPlanV2TagCont .cPlanV2TagPor p {
	color: #fff
}

.cPlanV2 .cPlanV2Prices .cPlanV2Tag .cPlanV2TagCont .cPlanV2TagPor p.disc
	{
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 24px
}

.cPlanV2 .cPlanV2Prices .cPlanV2Tag .cPlanV2TagCont .cPlanV2TagPor p.note
	{
	font-size: 6px;
	font-size: .375rem;
	line-height: 6px;
	font-weight: 600
}

.cPlanV2 .cPlanV2Promo {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #F4F4F4;
	padding: 14px 20px;
	border-bottom: 1px solid #E4E4E4;
	margin-bottom: 1px
}

.cPlanV2 .cPlanV2Promo p {
	font-size: 12px;
	font-size: .75rem;
	line-height: 12px;
	font-weight: 500;
	text-align: center
}

.cPlanV2 .cPlanV2Promo .cPlanV2PromoItems {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	webkit-display: -webkit-flex;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	align-items: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	margin: -8px;
	padding-top: 12px;
	position: relative
}

.cPlanV2 .cPlanV2Promo .cPlanV2PromoItems [class*="cIco"] {
	margin: 8px
}

.cPlanV2 .cPlanV2Promo .cPlanV2PromoItems [class*="cIco"]:before {
	object-fit: contain;
	max-height: 22px;
	max-width: 72px
}

.cPlanV2 .cPlanV2Promo .cPlanV2PromoItems picture {
	margin: 8px
}

.cPlanV2 .cPlanV2Promo .cPlanV2PromoItems picture img {
	object-fit: contain;
	max-height: 22px;
	max-width: 72px
}

.cPlanV2 .cPlanV2Promo .cPlanV2PromoItems i {
	margin: 8px;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 20px
}

.cPlanV2 .cPlanV2Promo .cPlanV2PromoItems .carruselCPV2PromoItems {
	width: 100%;
	margin-top: 8px;
	margin-bottom: 4px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.cPlanV2 .cPlanV2Promo .cPlanV2PromoItems .carruselCPV2PromoItems.carruselCPV2P picture
	{
	display: block;
	height: 30px;
	width: 30px;
	margin: 0 auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.cPlanV2 .cPlanV2Promo .cPlanV2PromoItems .carruselCPV2PromoItems.carruselCPV2P picture img
	{
	object-position: center;
	max-height: initial;
	max-width: initial;
	width: 100%;
	height: 100%;
	display: block
}

.cPlanV2 .cPlanV2Promo .cPlanV2PromoItemsSlider {
	margin-top: 14px;
	margin-bottom: 0
}

.cPlanV2 .cPlanV2Promo .cPlanV2PromoItemsSlider [class*="cIco-"]:before
	{
	width: 30px;
	height: 30px;
	margin: auto
}

.cPlanV2 .cPlanV2Promo .cPlanV2PromoItemsSlider .slick-dots {
	position: static;
	margin-top: 10px;
	margin-bottom: 4px;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 2px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.cPlanV2 .cPlanV2Promo .cPlanV2PromoItemsSlider .slick-dots li {
	width: 4px;
	height: 4px;
	margin: 0 6px
}

.cPlanV2 .cPlanV2Promo .cPlanV2PromoItemsSlider .slick-dots li button {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0;
	background-color: #B9B9B9
}

.cPlanV2 .cPlanV2Promo .cPlanV2PromoItemsSlider .slick-dots li.slick-active button
	{
	background-color: #888
}

.cPlanV2 .cPlanV2Promo .cPlanV2PromoItemsSlider .slick-prev, .cPlanV2 .cPlanV2Promo .cPlanV2PromoItemsSlider .slick-next
	{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
	z-index: 1
}

.cPlanV2 .cPlanV2Promo .cPlanV2PromoItemsSlider .slick-prev:before,
	.cPlanV2 .cPlanV2Promo .cPlanV2PromoItemsSlider .slick-next:before {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
	font-size: 24px;
	font-size: 1.5rem;
	color: #3C3C3C
}

.cPlanV2 .cPlanV2Promo .cPlanV2PromoItemsSlider .slick-prev {
	left: -20px;
	transform: translate(0);
	top: 5px
}

.cPlanV2 .cPlanV2Promo .cPlanV2PromoItemsSlider .slick-prev:before {
	content: "\e92f";
	font-family: "claroicons"
}

.cPlanV2 .cPlanV2Promo .cPlanV2PromoItemsSlider .slick-next {
	right: -15px;
	top: 5px;
	transform: translate(0)
}

.cPlanV2 .cPlanV2Promo .cPlanV2PromoItemsSlider .slick-next:before {
	content: "\e930";
	font-family: "claroicons"
}

.cPlanV2 .cPlanV2Promo .cPlanV2PromoItemsSlider .slick-slide {
	padding: 0 !important
}

.cPlanV2 .cPlanV2Promo .cPlanV2PromoItemsSlider .slick-slide img {
	width: auto;
	height: auto;
	max-height: 30px;
	margin: 0 auto
}

.cPlanV2 .cPlanV2Promo .cPlanV2PromoItemsSlider .slick-slide [class*="ico"]
	{
	font-size: 30px;
	font-size: 1.875rem;
	text-align: center
}

.cPlanV2 .cPlanV2Promo .cPlanV2PromoText {
	text-align: center
}

.cPlanV2 .cPlanV2Promo .cPlanV2PromoText p {
	font-size: 30px;
	font-size: 1.875rem;
	padding: 16px 0
}

.cPlanV2 .cPlanV2Promo .cPlanV2PromoText p strong {
	color: #DA291C
}

.cPlanV2 .cPlanV2Promo .cPlanV2PromoText span {
	font-size: 14px;
	font-size: .875rem;
	font-weight: 500
}

.cPlanV2 .cPlanV2Content {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	webkit-display: -webkit-flex;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	-webkit-box-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-top: -1px;
	padding-top: 16px;
	background-color: #fff;
	max-height: 46px;
	overflow: hidden
}

.cPlanV2 .cPlanV2Content>p {
	color: #0097A9
}

.cPlanV2 .cPlanV2Content .cPlanV2ContentOpen {
	padding: 0 20px 16px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	webkit-display: -webkit-flex;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	align-items: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	color: #0097A9;
	cursor: pointer;
	z-index: 1
}

.cPlanV2 .cPlanV2Content .cPlanV2ContentOpen p {
	font-size: 14px;
	font-size: .875rem;
	line-height: 14px;
	font-weight: 500
}

.cPlanV2 .cPlanV2Content .cPlanV2ContentOpen i {
	margin-left: 5px
}

.cPlanV2 .cPlanV2Content .cPlanV2ContentDetails {
	padding: 12px 20px 0
}

.cPlanV2 .cPlanV2Content .cPlanV2ContentDetails .cPlanV2DL {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	webkit-display: -webkit-flex;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	line-height: 1.2
}

.cPlanV2 .cPlanV2Content .cPlanV2ContentDetails .cPlanV2DL dt {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	font-size: .875rem;
	position: relative;
	width: 60%;
	padding-right: 20px
}

.cPlanV2 .cPlanV2Content .cPlanV2ContentDetails .cPlanV2DL dt .logo {
	display: block;
	width: 100%;
	height: 20px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: contain
}

.cPlanV2 .cPlanV2Content .cPlanV2ContentDetails .cPlanV2DL dt .logo.claroVideo
	{
	background-image: url(../images/assets/vector/logo-claro-video.svg)
}

.cPlanV2 .cPlanV2Content .cPlanV2ContentDetails .cPlanV2DL dt .logo.claroMusica
	{
	background-image: url(../images/assets/vector/logo-claro-musica.svg)
}

.cPlanV2 .cPlanV2Content .cPlanV2ContentDetails .cPlanV2DL dt .logo.claroDrive
	{
	background-image: url(../images/assets/vector/logo-claro-drive.svg)
}

.cPlanV2 .cPlanV2Content .cPlanV2ContentDetails .cPlanV2DL dt .logo.claroClub
	{
	background-image: url(../images/assets/vector/ico-claro-club.svg)
}

.cPlanV2 .cPlanV2Content .cPlanV2ContentDetails .cPlanV2DL dt .logo.claroSport
	{
	background-image: url(../images/assets/vector/logo-claro-sport.svg)
}

.cPlanV2 .cPlanV2Content .cPlanV2ContentDetails .cPlanV2DL dt .logo.paramount
	{
	background-image: url(../images/assets/vector/logo-paramount.svg)
}

.cPlanV2 .cPlanV2Content .cPlanV2ContentDetails .cPlanV2DL dt .logo.max
	{
	background-image: url(../images/assets/vector/logo-max.svg)
}

.ico-claro-user:before {
    content: "\ea28";
    font-family: "claroicons";
}

.cPlanV2 .cPlanV2Content .cPlanV2ContentDetails .cPlanV2DL dd {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	font-size: .875rem;
	font-weight: 500;
	line-height: 16px;
	width: 40%
}

.cPlanV2 .cPlanV2Content .cPlanV2ContentDetails .cPlanV2DL dd span.ddExtra
	{
	font-size: 12px;
	font-size: .75rem;
	color: #6c6c6c;
	display: block
}

.cPlanV2 .cPlanV2Content .cPlanV2ContentDetails .cPlanV2DL dd.smallText
	{
	font-size: 14px;
	font-size: .875rem;
	font-weight: 500
}

.cPlanV2 .cPlanV2Content .cPlanV2ContentDetails .cPlanV2DL dd.cPlanRedS ul
	{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	webkit-display: -webkit-flex;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	margin: -5px
}

.cPlanV2 .cPlanV2Content .cPlanV2ContentDetails .cPlanV2DL dd.cPlanRedS ul li
	{
	margin: 5px
}

.cPlanV2 .cPlanV2Content .cPlanV2ContentDetails .cPlanV2DL dd.cPlanRedS ul li span i
	{
	font-size: 20px;
	font-size: 1.25rem
}

.cPlanV2 .cPlanV2Content .cPlanV2ContentDetails .cPlanV2DL dd.cPlanRedS ul li span i[class^="cIco-"]:before,
	.cPlanV2 .cPlanV2Content .cPlanV2ContentDetails .cPlanV2DL dd.cPlanRedS ul li span i[class*=" cIco-"]:before
	{
	width: 20px;
	height: 20px
}

.cPlanV2 .cPlanV2Content .cPlanV2ContentDetails .cPlanV2DL .cPlanV2DLAction
	{
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	webkit-display: -webkit-flex;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center
}

.cPlanV2 .cPlanV2Content .cPlanV2ContentDetails .cPlanV2DL .cPlanV2DLAction a
	{
	color: #0097A9;
	font-size: 14px;
	font-size: .875rem;
	font-weight: 500
}

.cPlanV2 .cPlanV2Content .cPlanV2ContentDetails .cPlanV2DL .cPlanV2DLAction a:hover
	{
	text-decoration: underline
}

.cPlanV2 .cPlanV2Content .cPlanV2ContentDetails .cPlanV2DL.iconEle dt {
	font-size: 14px;
	font-size: .875rem;
	line-height: 14px;
	padding: 2px 0;
	padding-left: 34px;
	padding-right: 20px
}

.cPlanV2 .cPlanV2Content .cPlanV2ContentDetails .cPlanV2DL.iconEle dt i
	{
	font-size: 24px;
	font-size: 1.5rem;
	position: absolute;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	left: 0
}

.cPlanV2 .cPlanV2Content .cPlanV2ContentDetails .cPlanV2DL.iconEle.stdText dt
	{
	font-size: 14px;
	font-size: .875rem
}

.cPlanV2 .cPlanV2Content .cPlanV2ContentDetails .cPlanV2DL.iconEle.stdText dt i
	{
	top: -1px
}

.cPlanV2 .cPlanV2Content .cPlanV2ContentDetails .cPlanV2DL.totalPrice {
	font-weight: 500;
	width: calc(100% + 40px);
	margin-left: -20px;
	margin-right: -20px;
	padding: 8px 0;
	background-color: #F4F4F4
}

.cPlanV2 .cPlanV2Content .cPlanV2ContentDetails .cPlanV2DL.totalPrice dt,
	.cPlanV2 .cPlanV2Content .cPlanV2ContentDetails .cPlanV2DL.totalPrice dd
	{
	font-size: 12px;
	font-size: .75rem
}

.cPlanV2 .cPlanV2Content .cPlanV2ContentDetails .cPlanV2DL.totalPrice dt
	{
	text-align: right
}

.cPlanV2 .cPlanV2Content .cPlanV2ContentDetails .cPlanV2DL.totalPrice dd
	{
	color: #6c6c6c;
	text-decoration: line-through
}

.cPlanV2 .cPlanV2Content .cPlanV2ContentDetails .cPlanV2DL+.cPlanV2DL {
	margin-top: 16px
}

.cPlanV2 .cPlanV2Content .cPlanV2ContentDetails .cPlanV2DL+.cPlanV2FullDL
	{
	margin-top: 20px
}

.cPlanV2 .cPlanV2Content .cPlanV2ContentDetails .cPlanV2DL+.cPlanV2IconBlock
	{
	margin-top: 20px
}

.cPlanV2 .cPlanV2Content .cPlanV2ContentDetails .catDivCPlan {
	position: relative;
	padding-bottom: 16px
}

.cPlanV2 .cPlanV2Content .cPlanV2ContentDetails .catDivCPlan:after {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #E4E4E4;
	position: absolute;
	bottom: -1px;
	left: 0
}

.cPlanV2 .cPlanV2Content .cPlanV2ContentClose {
	padding: 12px 20px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	webkit-display: -webkit-flex;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	align-items: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	color: #0097A9;
	cursor: pointer
}

.cPlanV2 .cPlanV2Content .cPlanV2ContentClose p {
	font-weight: 500;
	font-size: 14px;
	font-size: .875rem;
	line-height: 14px
}

.cPlanV2 .cPlanV2Content .cPlanV2ContentClose i {
	margin-left: 8px
}

.cPlanV2 .cPlanV2Content.openDetails {
	padding-top: 0;
	padding-bottom: 0;
	max-height: 1200px
}

.cPlanV2 .cPlanV2Content.openDetails .cPlanV2ContentOpen {
	top: -12px;
	opacity: 0;
	filter: alpha(opacity = 0);
	pointer-events: none;
	padding: 0
}

.cPlanV2 .cPlanV2Content.openDetails .cPlanV2ContentClose {
	bottom: 0;
	opacity: 1;
	filter: alpha(opacity = 100);
	pointer-events: auto
}

.cPlanV2 .cPlanV2Content.openDetails:after {
	opacity: 0;
	filter: alpha(opacity = 0)
}

.cPlanV2 .cPlanV2Actions {
	padding: 24px 20px;
	border-top: 1px solid #E4E4E4;
	text-align: center
}

.cPlanV2 .cPlanV2Actions a {
	min-width: 100%
}

.cPlanV2 .cPlanV2Actions+.cPlanV2Compare {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 20px 20px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	webkit-display: -webkit-flex;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	margin-top: -4px
}

.cPlanV2 .cPlanV2Actions+.cPlanV2Compare label {
	font-size: 16px;
	font-size: 1rem;
	line-height: 20px
}

.cPlanV2 .cPlanV2Actions .btn {
	width: 100%;
	max-width: 240px;
	min-width: initial
}

.cPlanV2 .cPlanV2Actions.v2 {
	text-align: center;
	padding: 16px 20px;
	border-bottom: 1px solid #E4E4E4
}

.cPlanV2 .cPlanV2Actions.v2 .textLink {
	font-size: 14px;
	font-size: .875rem
}

.cPlanV2.opened .cPlanV2Content {
	overflow: visible !important;
	max-height: initial !important
}

.cPlanV2.opened .cPlanV2Content .cPlanV2ContentDetails {
	padding: 12px 20px !important
}

.cPlanV2.opened .cPlanV2Content .cPlanV2ContentOpen, .cPlanV2.opened .cPlanV2Content .cPlanV2ContentClose
	{
	display: none !important
}

.cPlanV2.pe .cPlanV2Prices {
	border-bottom: none
}

.cPlanV2.pe .cPlanV2Promo {
	border-top: 1px solid #E3D3D3
}

.cPlanV2.pe .cPlanV2Content .cPlanV2ContentDetails {
	padding: 0
}

.cPlanV2.pe .cPlanV2Content .cPlanV2ContentDetails .cPlanV2Features {
	padding: 12px 20px
}

.cPlanV2.pe .cPlanV2Actions {
	border-top: #E3D3D3 1px solid
}

.cPlanV2Offer {
	display: none
}

.cPlanV2Offer .cPlanV2OfferLeft {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	webkit-display: -webkit-flex;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	align-items: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	width: 50px;
	background: #DA291C;
	color: #fff;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 24px;
	font-weight: 700
}

.cPlanV2Offer .cPlanV2OfferCont {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: calc(100% - 50px);
	padding: 8px 16px
}

.cPlanV2Offer .cPlanV2OfferCont>p {
	font-weight: 500;
	font-size: 12px;
	font-size: .75rem;
	line-height: 14px;
	padding-bottom: 2px
}

.cPlanV2Offer .cPlanV2OfferCont .cPlanV2OfferAction {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	webkit-display: -webkit-flex;
	display: -webkit-flex;
	display: flex;
	padding-top: 4px
}

.cPlanV2Offer .cPlanV2OfferCont .cPlanV2OfferAction a {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	webkit-display: -webkit-flex;
	display: -webkit-flex;
	display: flex;
	color: #0097A9;
	font-size: 10px;
	font-size: .625rem;
	line-height: 10px
}

.cPlanV2Offer .cPlanV2OfferCont .cPlanV2OfferAction a i {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	webkit-display: -webkit-flex;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	font-size: 10px;
	font-size: .625rem;
	line-height: 10px;
	padding-left: 4px;
	color: #0097A9
}

.cPlanV2Offer.cPlanV2OfferShow {
	-webkit-box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0 4px 0px 8px rgba(0, 0, 0, 0.15);
	box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.15);
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	background-color: #fff;
	overflow: hidden;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	webkit-display: -webkit-flex;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	margin-top: 24px;
	min-width: 280px;
	max-width: 280px
}

@media only screen and (min-width: 640px) {
	.cPlanV2Offer.cPlanV2OfferShow {
		min-width: 280px;
		max-width: 300px
	}
}

.autoCenter>div>div {
	margin: 0 auto
}

@media only screen and (min-width: 640px) {
	.autoCenter {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		webkit-display: -webkit-flex;
		display: -webkit-flex;
		display: flex
	}
	.autoCenter>div {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 50%
	}
	.autoCenter.cols1Count>div {
		width: 100%
	}
}

@media only screen and (min-width: 960px) {
	.autoCenter>div {
		width: 33.33%
	}
	.autoCenter.cols2Count>div {
		width: 50%
	}
	.autoCenter.cols1Count>div {
		width: 100%
	}
}

@media only screen and (min-width: 1102px) {
	.autoCenter>div {
		width: 25%
	}
	.autoCenter.cols3Count>div {
		width: 33.33%
	}
	.autoCenter.cols2Count>div {
		width: 50%
	}
	.autoCenter.cols1Count>div {
		width: 100%
	}
	.autoCenter.force3Cols>div {
		width: 33.33%
	}
	.autoCenter.col5>div {
		width: 20%
	}
}

.pagination ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	webkit-display: -webkit-flex;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-flex-align: center
}

.pagination ul li {
	position: relative;
	cursor: pointer;
	margin: 0 6px
}

.pagination ul li.pag {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	border: #BBB 1px solid
}

.pagination ul li.pag span {
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	font-size: 14px;
	font-size: .875rem;
	display: block
}

.pagination ul li.pag.active {
	border: #DA291C 2px solid
}

.pagination ul li.pag.active span {
	font-weight: 700;
	color: #DA291C
}

.pagination ul li.pagWord {
	margin: 0;
	font-weight: 700;
	width: 32px;
	height: 32px
}

@media only screen and (min-width: 640px) {
	.pagination ul li.pagWord {
		width: auto;
		height: auto;
		margin: 0 6px
	}
}

.pagination ul li.pagWord span {
	display: none
}

@media only screen and (min-width: 640px) {
	.pagination ul li.pagWord span {
		display: block
	}
}

.pagination ul li.pagWord i {
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	font-size: 24px;
	font-size: 1.5rem;
	display: block
}

@media only screen and (min-width: 640px) {
	.pagination ul li.pagWord i {
		display: none
	}
}

.pagination ul li.pagArrow {
	margin: 0;
	width: 32px;
	height: 32px
}

.pagination ul li.pagArrow i {
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	font-size: 24px;
	font-size: 1.5rem;
	display: block
}

.stepsPoint {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	webkit-display: -webkit-flex;
	display: -webkit-flex;
	display: flex;
	width: 100%
}

.stepsPoint .stepsPointItem {
	position: relative;
	width: 100%
}

.stepsPoint .stepsPointItem::before {
	content: "";
	position: absolute;
	right: 0;
	top: 20px;
	background: #BBB;
	height: 3px;
	width: calc(50% - 20px)
}

.stepsPoint .stepsPointItem::after {
	content: "";
	position: absolute;
	left: 0;
	top: 20px;
	background: #BBB;
	height: 3px;
	width: calc(50% - 20px)
}

.stepsPoint .stepsPointItem:first-child {
	width: 50%
}

.stepsPoint .stepsPointItem:first-child .stepsPointNumber {
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: flex-start;
	-ms-flex-pack: start;
	padding-left: 0
}

.stepsPoint .stepsPointItem:first-child .stepsPointTitle {
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: flex-start;
	-ms-flex-pack: start
}

.stepsPoint .stepsPointItem:first-child .stepsPointTitle p {
	font-weight: 600;
	text-align: left
}

.stepsPoint .stepsPointItem:first-child::before {
	width: calc(100% - 35px)
}

.stepsPoint .stepsPointItem:first-child::after {
	display: none
}

.stepsPoint .stepsPointItem:last-child {
	width: 50%
}

.stepsPoint .stepsPointItem:last-child .stepsPointNumber {
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: flex-end;
	-ms-flex-pack: end;
	padding-right: 0
}

.stepsPoint .stepsPointItem:last-child .stepsPointTitle {
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: flex-end;
	-ms-flex-pack: end
}

.stepsPoint .stepsPointItem:last-child .stepsPointTitle p {
	text-align: right
}

.stepsPoint .stepsPointItem:last-child::before {
	display: none
}

.stepsPoint .stepsPointItem:last-child::after {
	width: calc(100% - 35px)
}

.stepsPoint .stepsPointItem .stepsPointNumber {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	webkit-display: -webkit-flex;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	padding: 10px 20px
}

.stepsPoint .stepsPointItem .stepsPointNumber::after {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	webkit-display: -webkit-flex;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1px solid #6c6c6c;
	color: #fff;
	content: attr(data-number);
	z-index: 999
}

.stepsPoint .stepsPointItem .stepsPointTitle {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	webkit-display: -webkit-flex;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center
}

.stepsPoint .stepsPointItem .stepsPointTitle p {
	max-width: 80px;
	text-align: center
}

@media only screen and (min-width: 320px) {
	.stepsPoint .stepsPointItem .stepsPointTitle p {
		max-width: 120px
	}
}

@media only screen and (min-width: 480px) {
	.stepsPoint .stepsPointItem .stepsPointTitle p {
		max-width: 140px
	}
}

@media only screen and (min-width: 960px) {
	.stepsPoint .stepsPointItem .stepsPointTitle p {
		max-width: 140px
	}
}

.stepsPoint .stepsPointItem.stepsPointItemPending .stepsPointNumber::after
	{
	background: #fff;
	color: #6c6c6c
}

.stepsPoint .stepsPointItem.stepsPointItemPending .stepsPointTitle p {
	font-weight: 300
}

.stepsPoint .stepsPointItem.stepsPointItemActive .stepsPointNumber::after
	{
	background: #fff;
	border: 2px solid #006B4F;
	color: #006B4F;
	font-weight: 600
}

.stepsPoint .stepsPointItem.stepsPointItemActive .stepsPointTitle p {
	color: #006B4F;
	font-weight: 600
}

.stepsPoint .stepsPointItem.stepsPointItemFinish .stepsPointNumber::after
	{
	background: #fff;
	color: #313131;
	font-weight: 500;
	border: 2px solid #313131
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.slick-track:before {
	display: table;
	content: ""
}

.slick-track:after {
	display: table;
	content: "";
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

[dir='rtl'] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.slick-loading .slick-list {
	background: #fff url("assets/img/ajax-loader.gif") center center
		no-repeat
}

.slick-prev, .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent
}

.slick-prev:hover, .slick-prev:focus {
	color: transparent;
	outline: none;
	background: transparent
}

.slick-next:hover, .slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent
}

.slick-prev:hover:before, .slick-prev:focus:before {
	opacity: 1
}

.slick-next:hover:before, .slick-next:focus:before {
	opacity: 1
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
	opacity: .25
}

.slick-prev:before, .slick-next:before {
	font-family: "slick";
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-prev {
	left: -25px
}

[dir='rtl'] .slick-prev {
	right: -25px;
	left: auto
}

.slick-next {
	right: -25px
}

[dir='rtl'] .slick-next {
	right: auto;
	left: -25px
}

.slick-dotted.slick-slider {
	margin-bottom: 30px
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 8px;
	padding: 0;
	cursor: pointer
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 8px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent
}

.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: 1
}

.slick-dots li button:before {
	font-family: "slick";
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	text-align: center;
	opacity: .25;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: #000
}
/*!HEADER */
.newClaroHeader {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 500
}

.newClaroHeader .headerTop {
	width: 100%;
	height: 35px;
	background-color: #fff
}

.newClaroHeader .headerTop .containerClaro {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	webkit-display: -webkit-flex;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-flex-align: center
}

.newClaroHeader .headerTop .hTopSegment {
	width: 120px;
	position: absolute;
	top: 0;
}

.newClaroHeader .headerTop .hTopSegment .selSegment .currentSegment {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	font-size: .875rem;
	font-weight: 500;
	position: relative;
	height: 35px;
	padding: 12px;
	display: inline-block;
	color: #525252;
}

.newClaroHeader .headerTop .hTopSegment .selSegment .currentSegment:after {
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 4px;
    display: block;
    background: #FFC721;
    background: linear-gradient(271.92deg, #ffc722 0%,#f4d327 100%);
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    box-shadow: 0px 4px 14px 0px rgb(255 199 34 / 90%);
}

.newClaroHeader .headerTop .hTopSegment .selSegment .select {
	height: 35px;
	min-width: 120px;
	border: none
}

.newClaroHeader .headerTop .hTopSegment .selSegment .select select {
	font-size: 14px;
	font-size: .875rem;
	padding: 0
}

.newClaroHeader .headerTop .hTopSegment .selSegment .select:after {
	right: -3px
}

.newClaroHeader .headerTop .hTopSegment .listSegment {
	display: none
}

.newClaroHeader .headerTop .hTopRight {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	webkit-display: -webkit-flex;
	display: -webkit-flex;
	display: flex;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: flex-end;
	-ms-flex-pack: end;
	align-items: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	width: 100%;
}

.newClaroHeader .headerTop .hTopRight .hTopRightLinks {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	webkit-display: -webkit-flex;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-flex-align: center
}

.newClaroHeader .headerTop .hTopRight .hTopRightLinks a+a {
	margin-left: 20px
}

.newClaroHeader .headerTop .hTopRight .hTopRightLinks .iconLink {
	font-weight: 400;
	display: none;
	color: #313131;
	padding-left: 20px
}

.newClaroHeader .headerTop .hTopRight .hTopRightLinks .iconLink span {
	font-size: 12px;
	font-size: .75rem
}

.newClaroHeader .headerTop .hTopRight .hTopRightLinks .iconLink:after {
	background-color: #313131
}

.newClaroHeader .headerTop .hTopRight .hTopPagoExpress {
	color: #525252;
	font-weight: 500;
	line-height: 1.2;
	font-size: 14px;
	margin-right: 15px;
	font-size: .875rem;
}

.newClaroHeader .headerTop .hTopRight .hTopPagoExpress i {
	margin-right: 8px;
	vertical-align: middle
}

@media only screen and (min-width: 960px) {
	.newClaroHeader .headerTop .hTopRight .hTopPagoExpress {
		margin: auto 10px;
		display: inline-block
	}
}

.newClaroHeader .headerTop .hTopRight .hTopRightExtra {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	webkit-display: -webkit-flex;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-flex-align: center
}

.newClaroHeader .headerTop .hTopRight .hTopRightExtra .hTopSearch {
	display: none
}

.newClaroHeader .headerTop .hTopRight .hTopRightExtra .hTopRightLinkOpt {
	display: none
}

.newClaroHeader .headerTop .hTopRight .hTopRightExtra .hTopRightDrop {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	webkit-display: -webkit-flex;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	font-size: 14px;
	font-size: .875rem;
	font-weight: 500;
	position: relative;
	display: block;
	height: 35px;
	padding: 12px;
	margin-right: 12px;
	cursor: pointer
}

.newClaroHeader .headerTop .hTopRight .hTopRightExtra .hTopRightDrop:after {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	content: "\e92e";
	font-family: "claroicons";
	font-size: 10px;
	font-size: .725rem;
	margin-left: 8px;
	display: inline-block
}

.newClaroHeader .headerTop .hTopRight .hTopRightExtra .hTopRightDrop .moreClaro {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .5s cubic-bezier(.47, 1.64, .41, .8);
	-moz-transition: all .5s cubic-bezier(.47, 1.64, .41, .8);
	-ms-transition: all .5s cubic-bezier(.47, 1.64, .41, .8);
	transition: all .5s cubic-bezier(.47, 1.64, .41, .8);
	-webkit-box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0 4px 0px 8px rgba(0, 0, 0, 0.15);
	box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.15);
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	webkit-display: -webkit-flex;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: top;
	-moz-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	position: absolute;
	right: 0;
	top: 35px;
	width: 240px;
	padding: 12px;
	background-color: #fff;
	-webkit-border-bottom-right-radius: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-moz-border-radius-bottomright: 12px;
	-moz-border-radius-bottomleft: 12px;
	border-bottom-right-radius: 12px;
	border-bottom-left-radius: 12px;
	opacity: 0;
	filter: alpha(opacity = 0);
	pointer-events: none;
	z-index: 15
}

.newClaroHeader .headerTop .hTopRight .hTopRightExtra .hTopRightDrop .moreClaro li
	{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%
}

.newClaroHeader .headerTop .hTopRight .hTopRightExtra .hTopRightDrop .moreClaro li a
	{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	display: block;
	padding: 8px
}

.newClaroHeader .headerTop .hTopRight .hTopRightExtra .hTopRightDrop .moreClaro li a i
	{
	display: table;
	margin: 0 auto 2px
}

.newClaroHeader .headerTop .hTopRight .hTopRightExtra .hTopRightDrop .moreClaro li a span
	{
	text-align: center;
	display: block;
	font-weight: 500;
}

.newClaroHeader .headerTop .hTopRight .hTopRightExtra .hTopRightDrop .moreClaro li a:hover
	{
	background-color: #F4F4F4
}

.newClaroHeader .headerTop .hTopRight .hTopRightExtra .hTopRightDrop .moreClaro.open
	{
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	opacity: 1;
	filter: alpha(opacity = 100);
	pointer-events: auto;
	max-height: 650px
}

.newClaroHeader .headerTop .hTopRight .hTopRightExtra .hTopRightDrop.open:after {
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.newClaroHeader .headerTop .hTopRight .hTopRightExtra .hTopRightDrop.hTopRightDropBlog::after
	{
	display: none
}

.newClaroHeader .headerTop .hTopRight .hTopRightExtra .selCountry {
	position: relative
}

#hTopPagoExpress{
	position: relative;
    top: 2px;
}
.selCountry{
	top: 3px !important;
	color: #3C3C3C;
	font-weight: 700;
	line-height: 1.2;
	font-size: 14px;
	font-size: .875rem;
}

.newClaroHeader .headerTop .hTopRight .hTopRightExtra .selCountry .currentFlag span{
    margin: 0px 5px;
    font-weight: 500;
}

.newClaroHeader .headerTop .hTopRight .hTopRightExtra .selCountry .currentFlag {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	webkit-display: -webkit-flex;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	padding: 9px 0;
	position: relative;
	cursor: pointer
}

.newClaroHeader .headerTop .hTopRight .hTopRightExtra .selCountry .currentFlag img
	{
	border-radius: 3px;
	width: 100%;
    height: auto;
}

.newClaroHeader .headerTop .hTopRight .hTopRightExtra .selCountry .currentFlag:after
	{
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	content: "\e92e";
	font-family: "claroicons";
	font-size: 10px;
	font-size: .725rem;
	margin-left: 3px
}

.newClaroHeader .headerTop .hTopRight .hTopRightExtra .selCountry .currentFlag.open:after
	{
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.newClaroHeader .headerTop .hTopRight .hTopRightExtra .selCountry .flagList {
	-webkit-transition: all .5s cubic-bezier(.47, 1.64, .41, .8);
	-moz-transition: all .5s cubic-bezier(.47, 1.64, .41, .8);
	-ms-transition: all .5s cubic-bezier(.47, 1.64, .41, .8);
	transition: all .5s cubic-bezier(.47, 1.64, .41, .8);
	-webkit-box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0 4px 0px 8px rgba(0, 0, 0, 0.15);
	box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.15);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: top;
	-moz-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	position: absolute;
	right: 0;
	top: 33px;
	width: 200px;
	padding-bottom: 8px;
	background-color: #fff;
	-webkit-border-bottom-right-radius: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-moz-border-radius-bottomright: 12px;
	-moz-border-radius-bottomleft: 12px;
	border-bottom-right-radius: 12px;
	border-bottom-left-radius: 12px;
	opacity: 0;
	filter: alpha(opacity = 0);
	pointer-events: none;
	z-index: 1
}

.newClaroHeader .headerTop .hTopRight .hTopRightExtra .selCountry .flagList li a
	{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	webkit-display: -webkit-flex;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	font-size: 14px;
	font-size: .875rem;
	width: 100%;
	padding: 8px 12px
}

.newClaroHeader .headerTop .hTopRight .hTopRightExtra .selCountry .flagList li a img
	{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 20px;
	height: 14px;
	margin-right: 8px
}

.newClaroHeader .headerTop .hTopRight .hTopRightExtra .selCountry .flagList li a:hover
	{
	background-color: #F4F4F4
}

.newClaroHeader .headerTop .hTopRight .hTopRightExtra .selCountry .flagList li+li
	{
	border-top: #F4F4F4 1px solid
}

.newClaroHeader .headerTop .hTopRight .hTopRightExtra .selCountry .flagList.open
	{
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	opacity: 1;
	filter: alpha(opacity = 100);
	pointer-events: auto;
	max-height: 650px;
	z-index: 3;
}

@media only screen and (max-height: 639px) {
	.newClaroHeader .headerTop .hTopRight .hTopRightExtra .selCountry .flagList.open
		{
		max-height: 570px;
		overflow-y: auto
	}
}

.newClaroHeader .headerMain {
    background-color: transparent;
    position: relative;
    z-index: 2;
	box-shadow: 0px 2px 4px 0px rgb(45 45 45 / 14%);
	background: linear-gradient(180deg, rgba(246,246,246,0.76) 0%,rgba(245,245,245,0.66) 100%);
    backdrop-filter: blur(4px);
}

.newClaroHeader .headerMain .containerClaro {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	webkit-display: -webkit-flex;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	-ms-flex-pack: justify;
	position: relative;
	height: 50px
}

.newClaroHeader .headerMain .hMainLeft {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	webkit-display: -webkit-flex;
	display: -webkit-flex;
	display: flex;
	position: relative
}

.newClaroHeader .headerMain .hMainRight .hamburguer {
	position: absolute;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	right: 12px;
	width: 20px;
	height: 14px;
	cursor: pointer
}

.newClaroHeader .headerMain .hMainRight .hamburguer span {
	-webkit-transition: all .15s ease;
	-moz-transition: all .15s ease;
	-ms-transition: all .15s ease;
	transition: all .15s ease;
	position: absolute;
	right: 0;
	top: 6px;
	display: block;
	width: 20px;
	height: 2px;
	background-color: #525252;
}

.newClaroHeader .headerMain .hMainRight .hamburguer span:first-child {
	top: 0
}

.newClaroHeader .headerMain .hMainRight .hamburguer span:last-child {
	top: 12px
}

.newClaroHeader .headerMain .hMainRight .hamburguer:hover span:first-child {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	right: -2px;
	top: 2px;
	width: 13px
}

.newClaroHeader .headerMain .hMainRight .hamburguer:hover span:last-child {
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	right: -2px;
	top: 10px;
	width: 13px
}

.newClaroHeader .headerMain .hMainLeft .logo {
	margin-left: 6px;
	margin-top: -10px;
}

.newClaroHeader .headerMain .hMainLeft .open .logo {
	margin-left: 6px;
	margin-top: -10px;
	position: absolute;
    left: 20px;
    top: 12px;
    display: inline-block;
    padding: 8px 0;
    opacity: .8;
}

.newClaroHeader .headerMain .hMainLeft nav {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
	position: fixed;
	top: 0;
	left: -3000px;
	width: 100%;
	height: 100%;
	padding-top: 56px;
	background-color: #fff;
	overflow: auto;
	z-index: 999;
}

.newClaroHeader .headerMain .hMainLeft nav .closeNav {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	webkit-display: -webkit-flex;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	color: #fff;
	position: absolute;
	right: 8px;
	top: 8px;
	padding: 12px;
	cursor: pointer;
	z-index: 5
}

.newClaroHeader .headerMain .hMainLeft nav .closeNav i {
	font-size: 1.5rem;
}

.newClaroHeader .headerMain .hMainLeft nav .logoMov {
	display: block;
	margin: 20px 0 0 20px
}

.newClaroHeader .headerMain .hMainLeft nav .logoMov img {
	height: 30px
}

.mainMenuComp{
	position: relative;
    width: 100%;
    height: calc(100% - 100px);
    top: 20px;
    overflow-x: hidden;
}

.containerClaro .movMoreMenu{
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    padding-top: 20px;
    background-color: #2D2D2D;
    overflow: hidden;
    z-index: 9;
}
.containerClaro .moreList{
	display: flex;
    padding: 16px 0;
    padding-left: 20px;
    overflow: auto;
    position: relative !important;
    background-color: #2D2D2D !important;
}

.containerClaro .movMoreMenu span {
    font-family: "AMX Medium", "Roboto", sans-serif;
    color: #BBB;
    display: block;
    padding: 0 20px;
}

.newClaroHeader .headerMain .hMainLeft nav .movMoreMenu ul.moreList li a {
    padding: 0 !important;
}

.containerClaro .movMoreMenu .moreList li a img {
    min-height: 20px;
    max-height: 20px;
    filter: brightness(0) invert(1);
    opacity: .7;
}

.newClaroHeader .headerMain .hMainLeft nav .hMainSegmentSel {
	display: flex;
    width: 100%;
    background-color: transparent;
    position: relative;
    width: 100%;
    height: calc(100% - 188px);
    top: 500px;
    overflow-x: hidden;
    flex-direction: column;
}

.newClaroHeader .headerMain .hMainLeft nav .hMainSegmentSel>li {
	width: 50%;
	padding: 0
}

.newClaroHeader .headerMain .hMainLeft nav .hMainSegmentSel>li a {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: 700;
	color: rgba(255,255,255,0.8);;
	text-align: center;
	position: relative;
	display: block;
	width: 100%;
	height: 46px;
	padding: 16px 16px;
	background: transparent;
	text-align: left;
}

.newClaroHeader .headerMain .hMainLeft nav .hMainSegmentSel>li a:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	background-color: transparent
}

.newClaroHeader .headerMain .hMainLeft nav .hMainSegmentSel>li a:after {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 8px;
	background-color: transparent
}

.newClaroHeader .headerMain .hMainLeft nav .hMainSegmentSel>li a.active {
	color: #fff !important;
	text-decoration: underline;
}

.newClaroHeader .headerMain .hMainLeft nav .hMainSegmentSel>li a.active:after {
	width: 100%
}

.newClaroHeader .headerMain .hMainLeft nav .hMainSegmentSel>li+li a {
	border-top: none
}

.newClaroHeader .headerMain .hMainLeft nav .hMainSearch {
	padding: 32px 16px 12px
}

.newClaroHeader .headerMain .hMainLeft nav .hMainSearch .inputSearch {
	height: 45px
}

.newClaroHeader .headerMain .hMainLeft nav .hMainSearch .inputSearch input {
	padding-left: 72px
}

.newClaroHeader .headerMain .hMainLeft nav .hMainSearch .inputSearch:before {
	font-size: 24px;
	font-size: 1.5rem;
	left: 20px;
	top: 12px
}

.newClaroHeader .headerMain .hMainLeft nav ul {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background-color: #fff
}

.newClaroHeader .headerMain .hMainLeft nav ul.liBottom {
	min-height: calc(100% - 254px);
	padding-bottom: 64px
}

@media only screen and (min-width: 960px) {
	.newClaroHeader .headerMain .hMainLeft nav ul.liBottom {
		min-height: auto;
		padding-bottom: 0
	}
}

.newClaroHeader .headerMain .hMainLeft nav ul.liBottom .hMobilePagoExpress {
	color: #fff;
	background-color: #313131;
	font-weight: 500;
	height: 64px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0
}

.newClaroHeader .headerMain .hMainLeft nav ul.liBottom .hMobilePagoExpress a {
	padding: 0;
	background-color: initial;
	height: 100%;
	padding: 15px;
	border: none;
	font-size: 16px;
	font-size: 1rem;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	webkit-display: -webkit-flex;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.newClaroHeader .headerMain .hMainLeft nav ul.liBottom .hMobilePagoExpress i {
	margin-right: 8px;
	width: 34px;
	height: 34px;
	color: #313131;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	webkit-display: -webkit-flex;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	position: relative
}

.newClaroHeader .headerMain .hMainLeft nav ul.liBottom .hMobilePagoExpress i:before
	{
	position: relative;
	z-index: 1;
	color: #313131
}

.newClaroHeader .headerMain .hMainLeft nav ul.liBottom .hMobilePagoExpress i:after
	{
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	border-radius: 50%
}

@media only screen and (min-width: 960px) {
	.newClaroHeader .headerMain .hMainLeft nav ul.liBottom .hMobilePagoExpress {
		display: none
	}
}

.newClaroHeader .headerMain .hMainLeft nav ul>li {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%
}

.newClaroHeader .headerMain .hMainLeft nav ul>li a {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	position: relative;
	display: block;
	width: 100%;
	padding: 20px 16px;
}



.newClaroHeader .headerMain .hMainLeft nav ul>li .subMenuWrap .subMenuWrapCont .subMenuAd
	{
	display: none
}

.newClaroHeader .headerMain .hMainLeft nav ul>li ul.subMenu {
	margin-top: 0;
	z-index: 2;
	display: none
}

.newClaroHeader .headerMain .hMainLeft nav ul>li ul.subMenu.js-masonry-menu {
	align-items: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: flex-start
}

.newClaroHeader .headerMain .hMainLeft nav ul>li ul.subMenu>li {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 0
}

.newClaroHeader .headerMain .hMainLeft nav ul>li ul.subMenu>li a {
	padding: 20px 16px
}

.newClaroHeader .headerMain .hMainLeft nav ul>li ul.subMenu>li a>i {
	display: none
}

.newClaroHeader .headerMain .hMainLeft nav ul>li ul.subMenu>li+li {
	position: relative;
}

.newClaroHeader .headerMain .hMainLeft nav ul>li ul.subMenu>li+li a {
	border-top: none;
}

.newClaroHeader .headerMain .hMainLeft nav ul>li ul.subMenu.sOpen {
	display: block;
	background: transparent;
}

.newClaroHeader .headerMain .hMainLeft nav ul>li ul.subMenu ul.subMenuCat {
	-webkit-transition: inherit;
	-moz-transition: inherit;
	-o-transition: inherit;
	-ms-transition: inherit;
	transition: inherit;
	position: relative;
	left: initial !important;
	top: initial !important;
	display: none;
	margin-top: 0;
	background-color: transparent;
	z-index: 1
}

.newClaroHeader .headerMain .hMainLeft nav ul>li ul.subMenu ul.subMenuCat>li {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 0 20px
}

.newClaroHeader .headerMain .hMainLeft nav ul>li ul.subMenu ul.subMenuCat>li a {
	font-weight: 400 !important;
	padding: 16px
}

.newClaroHeader .headerMain .hMainLeft nav ul>li ul.subMenu ul.subMenuCat>li a>i
	{
	display: block
}

.newClaroHeader .headerMain .hMainLeft nav ul>li ul.subMenu ul.subMenuCat.sOpen {
	display: block
}

.newClaroHeader .headerMain .hMainLeft nav ul .backMenu {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	webkit-display: -webkit-flex !important;
	display: -webkit-flex !important;
	display: flex !important;
	align-items: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	-ms-flex-pack: justify;
	font-size: 16px;
	font-size: 1rem;
	position: relative;
	display: block;
	width: 100%;
	padding: 20px 20px 16px 20px !important;
	cursor: pointer;
	color:#fff;
}

.newClaroHeader .headerMain .hMainLeft nav ul .backMenu span {
	font-size: 18px;
	font-size: 1.5rem;
	font-weight: 700
}

.newClaroHeader .headerMain .hMainLeft nav ul .backMenu strong {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	position: relative;
	color: #fff;
	text-decoration: underline;
    text-decoration-color: white;
}

.newClaroHeader .headerMain .hMainLeft nav ul .backMenu+li {
	border: none !important
}

.newClaroHeader .headerMain .hMainLeft nav ul .backMenu+li a {
	border: none !important
}

.newClaroHeader .headerMain .hMainLeft nav ul .openSubM {
	position: absolute;
	right: 0;
	top: 8px;
	width: 48px;
	height: 48px;
	display: block
}

.newClaroHeader .headerMain .hMainLeft nav ul .openSubM:after {
	content: "\e930";
	font-family: "claroicons";
	font-size: 20px;
	font-size: 1.25rem;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	pointer-events: none
}

.newClaroHeader .headerMain .hMainLeft nav ul .openSubCat {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
	position: absolute;
	right: 0;
	top: 0px;
	width: 48px;
	height: 48px;
	display: block
}

.newClaroHeader .headerMain .hMainLeft nav ul .openSubCat:after {
	content: "\e92e";
	font-family: "claroicons";
	font-size: 18px;
	font-size: 1.125rem;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	pointer-events: none
}

.newClaroHeader .headerMain .hMainLeft nav ul .openSubCat.openAcc {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.newClaroHeader .headerMain .hMainLeft nav ul.noSearchBar {
	background: transparent;
}

.newClaroHeader .headerMain .hMainLeft nav:before {
    background: transparent;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 88px;
    height: 41px;
    background-image: url(/wcsstore/CLARO_SF_AS/images/claro/logo-claro-blanco.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 8px 15px;
}

.newClaroHeader .headerMain .hMainLeft nav.open {
	left: 0 !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: linear-gradient(19.75deg, #61100a 7.44%,#da291c 100%);
}

.newClaroHeader .headerMain .hMainLeft nav.open:before{
	content: "";
    position: absolute;
    left: -15px;
    top: 62px;
    width: 100%;
    height: 1px;
    display: block;
    background-color: #83170F;
}

.newClaroHeader .headerMain .hMainLeft nav.open:after{
	content: "";
    position: absolute;
    left: 0px;
    top: 72px;
    width: 100%;
    height: 1px;
    display: block;
    background-color: #F65041;
}

.newClaroHeader .headerMain .hMainRight {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	webkit-display: -webkit-flex;
	display: -webkit-flex;
	display: flex;
	flex-direction: row-reverse;
	-webkit-box-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	align-items: center;
	-webkit-align-items: center;
	-ms-flex-align: center
}

.newClaroHeader .headerMain .hMainRight li {
	position: relative
}

.hMainRight {
    display: flex;
    flex-direction: row; 
}
@media only screen and (max-width: 767px) {
	.hSearchBox .hSearchBoxComp>.h2{
		font-size: 1.45rem;
	}
	#widget_minishopcart {
		display: block;
		position: relative;
		width: 45px;
		padding: 0 !important;
		overflow: hidden;
	}
	#widget_minishopcart:before {
		content: '';
		position: absolute;
		left: 15px;
		top: 17px;
		background-size: cover;
		width: 27px;
		height: 22px;
		filter: brightness(1);
		transition: filter 0.5s ease;
	}

	#minishopcart_total{
		background: #DA291C;
		width: 14px;
		font-size: .625rem;
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		color: #fff;
		font-weight: 900;
		top: 11px;
		margin-left: 10px;
		z-index: 0;
	}

	.ico-shopping-cart{
		font-size: 24px;
		display: inline-flex;
		padding: 13px 6px;
		cursor: pointer;
	}
    .hMainRight{
        flex-direction: column; 
    }

    #miClaroLiga {
        order: 1;
    }
    #payMovil {
        order: 3;
    }
    #shopCartClaro {
        order: 4;
    }
    .searchBtn {
        order: 3;
    }


	
    .searchBtn a i {
        color: inherit;
        transition: color 0.3s ease;
    }

    .searchBtn.active a i {
        color: #DA291C;
    }
}
#miClaroLiga {
	order: 1;
}
#payMovil {
	order: 3;
}
#shopCartClaro {
	order: 4;
}
.searchBtn {
	order: 3;
}
.newClaroHeader .headerMain .hMainRight li a {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: 700;
	color: #525252;
	position: relative;
	display: block;
	height: 50px;
	padding: 20px;
	background-color: transparent
}

.newClaroHeader .headerMain .hMainRight li a.withIcon i {
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	font-size: 24px;
	font-size: 1.5rem
}

.newClaroHeader .headerMain .hMainRight li a.withIcon span {
	display: none
}

.newClaroHeader .headerMain .hMainRight li a.loginBtn {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	height: 50px;
	padding: 16px 12px;
	white-space: pre
}

.newClaroHeader .headerMain .hMainRight li a.loginBtn i {
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	font-size: 24px;
	font-size: 1.5rem;
	margin-top: -2px;
	display: none
}

.newClaroHeader .headerMain .hMainRight li a.selfservice {
	text-align: center;
	padding: 9px 12px
}

.newClaroHeader .headerMain .hMainRight li a.selfservice strong {
	font-size: 12px;
	font-size: .75rem;
	display: block;
	margin-top: -5px
}

.newClaroHeader .headerMain .hMainRight li a.searchFakeBtn {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	webkit-display: -webkit-flex;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	padding: 16px;
	background-color: #fff;
	cursor: pointer
}

.newClaroHeader .headerMain .hMainRight li a.searchFakeBtn i {
	font-size: 24px;
	font-size: 1.5rem;
	color: #DA291C
}

.newClaroHeader .headerMain .hMainRight li.hasMenuSession .hMainStart {
	position: absolute;
	background: #fff;
	right: -40px;
	top: 50px;
	width: calc(100vw - 50px);
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0px 5px 12px rgba(90, 97, 105, 0.1), 0px 0px 35px
		rgba(90, 97, 105, 0.1);
	display: none
}

.newClaroHeader .headerMain .hMainRight li.hasMenuSession .hMainStart .hMStartBlock,
	.newClaroHeader .headerMain .hMainRight li.hasMenuSession .hMainStart .hMStartBlock2
	{
	padding: 20px 32px;
	border-bottom: 1px solid #BBB;
	position: relative
}

.newClaroHeader .headerMain .hMainRight li.hasMenuSession .hMainStart .hMStartBlock a,
	.newClaroHeader .headerMain .hMainRight li.hasMenuSession .hMainStart .hMStartBlock2 a
	{
	display: inline-block;
	color: #313131;
	font-weight: 700;
	padding: 0;
	height: 0;
	width: 100%
}

.newClaroHeader .headerMain .hMainRight li.hasMenuSession .hMainStart .hMStartBlock a i,
	.newClaroHeader .headerMain .hMainRight li.hasMenuSession .hMainStart .hMStartBlock2 a i
	{
	padding-right: 12px
}

.newClaroHeader .headerMain .hMainRight li.hasMenuSession .hMainStart .hMStartBlock .hMStartPay.active::after,
	.newClaroHeader .headerMain .hMainRight li.hasMenuSession .hMainStart .hMStartBlock2 .hMStartPay.active::after
	{
	content: ".";
	height: 8px;
	width: 8px;
	background-color: #DA291C;
	border-radius: 50%;
	display: inline-block;
	color: #fff;
	top: 6px;
	position: absolute;
	margin-left: 8px
}

.newClaroHeader .headerMain .hMainRight li.hasMenuSession .hMainStart .hMStartBlock .hMStartExp,
	.newClaroHeader .headerMain .hMainRight li.hasMenuSession .hMainStart .hMStartBlock2 .hMStartExp
	{
	color: #DA291C;
	font-weight: 400;
	font-size: 14px;
	font-size: .875rem;
	padding-top: 12px
}

.newClaroHeader .headerMain .hMainRight li.hasMenuSession .hMainStart .hMStartBlock .hMStartExp i,
	.newClaroHeader .headerMain .hMainRight li.hasMenuSession .hMainStart .hMStartBlock2 .hMStartExp i
	{
	font-size: 20px;
	font-size: 1.25rem;
	text-decoration: none
}

.newClaroHeader .headerMain .hMainRight li.hasMenuSession .hMainStart .hMStartBlock .hMStartExp span,
	.newClaroHeader .headerMain .hMainRight li.hasMenuSession .hMainStart .hMStartBlock2 .hMStartExp span
	{
	text-decoration: underline
}

.newClaroHeader .headerMain .hMainRight li.hasMenuSession .hMainStart .hMStartBlock2
	{
	padding: 32px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	webkit-display: -webkit-flex;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	-ms-flex-pack: justify
}

.newClaroHeader .headerMain .hMainRight li.hasMenuSession .hMainStart .hMStartBlock2 a
	{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	webkit-display: -webkit-flex;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	-ms-flex-pack: justify;
	align-items: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	width: 100%;
	height: auto;
	font-size: 20px;
	font-size: 1.25rem
}

.newClaroHeader .headerMain .hMainRight li.hasMenuSession .hMainStart .hMStartBlock2 a::after
	{
	content: "\e912";
	font-family: "claroicons";
	color: #313131 !important;
	font-size: 28px;
	font-size: 1.75rem
}

.newClaroHeader .headerMain .hMainRight li.hasMenuSession.hover .hMainStart {
	display: block
}

.newClaroHeader .headerMain .hMainRight li.hasMenuSession.hover a.loginBtn {
	display: block
}

.newClaroHeader .headerMain .hMainRight li.hasMenuSession.hover a.loginBtn:before
	{
	position: absolute;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	left: 50%;
	content: "";
	bottom: 0;
	width: 0;
	height: 0;
	background-color: transparent;
	border-style: solid;
	border-width: 0;
	border-color: transparent transparent #fff transparent;
	opacity: 0;
	filter: alpha(opacity = 0);
	bottom: -10px;
	border-width: 0 12px 12px 12px;
	opacity: 1;
	filter: alpha(opacity = 100);
	margin-left: 40px
}

.newClaroHeader .headerMain .hMainRight li.searchBtn a {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	webkit-display: -webkit-flex;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	padding: 16px;
	cursor: pointer
}

.newClaroHeader .headerMain .hMainRight li.searchBtn a i {
	font-size: 24px;
	font-size: 1.75rem
}

.newClaroHeader .headerMain .hMainRight li.searchBtn.active a {
	background-color: transparent;
}

.newClaroHeader .headerMain .hMainRight li.searchBtn.active a i {
	color: #DA291C
}

.newClaroHeader .headerMain .hMainRight li.hasSub {
	display: none
}

.newClaroHeader .headerMain .hMainRight li.hasSub a {
	padding-right: 37px
}

.newClaroHeader .headerMain .hMainRight li.hasSub:after {
	content: "\e956";
	font-family: "claroicons";
	font-size: 12px;
	font-size: .75rem;
	color: #fff;
	position: absolute;
	right: 18px;
	top: 22px;
	pointer-events: none
}

.newClaroHeader .headerMain .hMainRight.v2 li a.loginBtn {
	font-size: 12px;
	font-size: .75rem;
	text-align: center;
	width: 100px;
	height: 30px;
	padding: 7px 12px;
	background-color:transparent
}

.newClaroHeader .headerMain .hMainRight.v2 li a.loginBtn:hover {
	background-color: #DA291C;
	color:#fff;
	border: 2px solid #DA291C;
}

.newClaroHeader .headerMain .hMainRight.v2 li:first-child {
	margin-left: 0px;
}

.newClaroHeader .headerMain .hMainRight.v3 li a.loginBtn {
	font-size: 12px;
	font-size: .75rem;
	text-align: center;
	width: 100px;
	height: 30px;
	padding: 7px 12px;
	background-color: transparent
}

.newClaroHeader .headerMain .hMainRight.v3 li a.loginBtn:hover {
	background-color: #fff;
	color:#000;
}

.newClaroHeader .headerMain .hMainRight.v3 li.hSearchForm {
	display: none
}

.newClaroHeader .headerMain .hMainRight.v3 li:first-child {
	margin-left: 8px
}

.newClaroHeader.fixed {
	top: -35px
}

.newClaroHeader.emp .headerTop {
	background-color: #2d2d2d
}

.newClaroHeader.emp .headerTop .hTopSegment .selSegment .currentSegment {
	color: #fff
}

.newClaroHeader.emp .headerTop .hTopRight .hTopRightLinks .iconLink {
	color: #fff
}

.newClaroHeader.emp .headerTop .hTopRight .hTopRightExtra .hTopRightDrop>span {
	color: #fff
}

.newClaroHeader.emp .headerTop .hTopRight .hTopRightExtra .hTopRightDrop:after {
	color: #fff
}

.newClaroHeader.emp .headerTop .hTopRight .hTopRightExtra .selCountry .currentFlag img
	{
	border: #fff 1px solid
}

.newClaroHeader.emp .headerTop .hTopRight .hTopRightExtra .selCountry .currentFlag:after
	{
	color: #fff
}

.newClaroHeader.blog .hTopSearch {
	display: none
}

.newClaroHeader.blog .headerMain .hMainLeft .logo {
	margin-top: 0px
}

@media only screen and (min-width: 960px) {
	.newClaroHeader {
		-webkit-box-shadow: 0px 2px 4px 0px rgba(45, 45, 45, 0.3);
		-moz-box-shadow: 0px 2px 4px 0px rgba(45, 45, 45, 0.3);
		box-shadow: 0px 2px 4px 0px rgba(45, 45, 45, 0.3)
	}
	.newClaroHeader .hideDesktop {
		display: none;
		overflow: hidden;
		width: 0;
		height: 0
	}
	.newClaroHeader .headerTop {
		height: 40px
	}
	.newClaroHeader .headerTop .hTopSegment .selSegment {
		display: none
	}
	.newClaroHeader .headerTop .hTopSegment .listSegment {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		webkit-display: -webkit-flex;
		display: -webkit-flex;
		display: flex
	}
	.newClaroHeader .headerTop .hTopSegment .listSegment li {
		position: relative
	}
	.newClaroHeader .headerTop .hTopSegment .listSegment li a {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 14px;
		font-size: .875rem;
		font-weight: 500;
		color: #525252;
		display: block;
		height: 40px;
		padding: 12px 10px
	}
	.newClaroHeader .headerTop .hTopSegment .listSegment li:after {
		-webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    top: 0;
    content: "";
    display: block;
    width: 0px;
    height: 4px;
    background: linear-gradient(271.92deg, #ffc722 0%,#f4d327 100%);
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    box-shadow: 0px 4px 14px 0px rgb(255 199 34 / 90%);
	}
	.newClaroHeader .headerTop .hTopSegment .listSegment li:hover:after, .newClaroHeader .headerTop .hTopSegment .listSegment li.active:after
		{
		width: 100%
	}
	.newClaroHeader .headerTop .hTopSegment .listSegment li+li {
		margin-left: 12px
	}
	.newClaroHeader .headerTop .hTopRight {
		justify-content: space-between;
		-webkit-justify-content: space-between;
		-ms-flex-pack: space-between;
		-ms-flex-pack: justify;
		width: 100%;
		padding-left: 20px
	}
	.newClaroHeader .headerTop .hTopRight .hTopRightLinks .iconLink {
		font-size: 14px;
		font-size: .875rem;
		display: block;
		padding-left: 24px
	}
	.newClaroHeader .headerTop .hTopRight .hTopRightLinks .iconLink span {
		font-size: 16px;
		font-size: 1rem
	}
	.newClaroHeader .headerTop .hTopRight .hTopRightExtra .hTopRightLinkOpt {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		position: relative;
		height: 39px;
		padding: 10px 12px 12px;
		display: block
	}
	.newClaroHeader .headerTop .hTopRight .hTopRightExtra .hTopRightLinkOpt a {
		font-size: 14px;
		font-size: .875rem;
		font-weight: 500
	}
	.newClaroHeader .headerTop .hTopRight .hTopRightExtra .hTopRightLinkOpt a:hover {
		text-decoration: underline
	}
	.newClaroHeader .headerTop .hTopRight .hTopRightExtra .hTopRightLinkOpt:after {
		position: absolute;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		top: 50%;
		content: "";
		width: 2px;
		height: calc(100% - 18px);
		right: -1px;
		background-color: #3C3C3C
	}
	.newClaroHeader .headerTop .hTopRight .hTopRightExtra .hTopSearch {
		display: block;
		margin-right: 12px
	}
	.newClaroHeader .headerTop .hTopRight .hTopRightExtra .hTopSearch .inputSearch {
		height: 32px;
		min-width: 170px;
		border: none;
		background-color: #f0f0f0
	}
	.newClaroHeader .headerTop .hTopRight .hTopRightExtra .hTopSearch .inputSearch input
		{
		font-size: 14px;
		font-size: .875rem;
		padding-right: 12px
	}
	.newClaroHeader .headerTop .hTopRight .hTopRightExtra .hTopRightDrop {
		height: 39px;
		padding: 12px 12px
	}
	.newClaroHeader .headerTop .hTopRight .hTopRightExtra .hTopRightDrop .moreClaro {
		top: 39px
	}
	.newClaroHeader .headerTop .hTopRight .hTopRightExtra .selCountry .currentFlag {
		padding: 12px 0
	}
	.newClaroHeader .headerTop .hTopRight .hTopRightExtra .selCountry .flagList {
		top: 39px
	}
	.newClaroHeader .headerMain .containerClaro {
		position: inherit;
		height: 56px
	}
	.newClaroHeader .headerMain .hMainLeft {
		width: auto;
		position: inherit
	}
	.newClaroHeader .headerMain .hMainRight .hamburguer {
		display: none
	}
	.newClaroHeader .headerMain .hMainLeft .logo {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		webkit-display: -webkit-flex;
		display: -webkit-flex;
		display: flex;
		height: 50px;
		margin-left: 0;
		margin-top: -1px;
		align-items: center;
		-webkit-align-items: center;
		-ms-flex-align: center
	}
	.newClaroHeader .headerMain .hMainLeft #newLogoNav{
		display: none;
	}
	.mainMenuComp{
		top: 0px;
	}
	.newClaroHeader .headerMain .hMainLeft nav {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		webkit-display: -webkit-flex;
		display: -webkit-flex;
		display: flex;
		flex-direction: row;
		-webkit-box-direction: row;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		position: inherit;
		top: initial !important;
		left: initial !important;
		margin-left: 20px;
		background-color: transparent;
		overflow: visible;
		padding-top: 0
	}
	.newClaroHeader .headerMain .hMainLeft nav .logoMov {
		display: none
	}
	.newClaroHeader .headerMain .hMainLeft nav .closeNav {
		display: none
	}
	.newClaroHeader .headerMain .hMainLeft nav .hMainSegmentSel {
		display: none
	}
	.newClaroHeader .headerMain .hMainLeft nav .hMainSearch {
		display: none
	}
	.newClaroHeader .headerMain .hMainLeft nav ul {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		webkit-display: -webkit-flex;
		display: -webkit-flex;
		display: flex;
		position: inherit;
		margin-top: 0;
		background-color: transparent
	}
	.newClaroHeader .headerMain .hMainLeft nav ul>li {
		width: auto;
		padding: 0
	}
	.newClaroHeader .headerMain .hMainLeft nav ul>li+li {
		margin-left: 6px
	}
	.newClaroHeader .headerMain .hMainLeft nav ul>li a {
		font-weight: 700;
		color: #525252;
		padding: 17px 6px;
		background-color: transparent
	}
	.newClaroHeader .headerMain .hMainLeft nav ul>li a:before {
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		-ms-transition: all .5s ease;
		transition: all .5s ease;
		position: absolute;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		left: 50%;
		content: "";
		bottom: 0;
		display: block;
		width: 0;
		height: 4px;
		background: linear-gradient(19.75deg, rgba(97,16,10,0.86) 0%,rgba(212,41,28,0.86) 100%);
	}
	.newClaroHeader .headerMain .hMainLeft nav ul>li a:hover:before {
		width: 100%
	}
	.newClaroHeader .headerMain .hMainLeft nav ul>li a.active:before {
		width: 100%
	}
	.newClaroHeader .headerMain .hMainLeft nav ul>li .subMenuWrap {
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		-ms-transition: all .5s ease;
		transition: all .5s ease;
		position: fixed;
		left: 0;
		width: auto;
		top: 56px;
    	height: calc(100vh - 96px);
		min-height: 420px;
		background-color: rgba(255, 255, 255, 0.95);
		-webkit-border-bottom-right-radius: 30px;
		-webkit-border-bottom-left-radius: 30px;
		-moz-border-radius-bottomright: 30px;
		-moz-border-radius-bottomleft: 30px;
		border-bottom-right-radius: 30px;
		border-bottom-left-radius: 30px;
		pointer-events: none;
		opacity: 0;
		filter: alpha(opacity = 0);
	}
	.newClaroHeader .headerMain .hMainLeft nav ul>li .subMenuWrap:before {
		transition: all .5s ease;
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100vw;
        height: 100%;
        display: block;
        background-color: rgba(60, 60, 60, 0.6);
        backdrop-filter: blur(3px);
        pointer-events: none;
	}
	.newClaroHeader .headerMain .hMainLeft nav ul>li .subMenuWrap .subMenuWrapCont {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		-ms-transition: all .5s ease;
		transition: all .5s ease;
		display: block;
		width: auto;
		height: 100%;
		margin: 0 auto;
		background: linear-gradient(19.75deg, rgba(97,16,10,0.86) 0%,rgba(212,41,28,0.86) 100%);
	}
	.newClaroHeader .headerMain .hMainLeft nav ul>li .subMenuWrap .subMenuWrapCont ul.subMenu
		{
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: auto;
		display: flex;
		height: 100%;
	    flex-wrap: wrap;
	    flex-direction: column;
	    padding-left: 20px;
	    padding-right: 20px;
	    margin: 0 !important;
	}
	.newClaroHeader .headerMain .hMainLeft nav ul>li .subMenuWrap .subMenuWrapCont .subMenuAd
		{
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		position: relative;
		display: block;
		width: 30%;
		padding: 20px;
		padding-left: 32px
	}
	.newClaroHeader .headerMain .hMainLeft nav ul>li .subMenuWrap .subMenuWrapCont .subMenuAd .iconLink
		{
		font-size: 14px;
		font-size: .875rem;
		position: absolute;
		top: 20px;
		right: 20px;
		color: #3C3C3C;
		padding-left: 16px;
		cursor: pointer
	}
	.newClaroHeader .headerMain .hMainLeft nav ul>li .subMenuWrap .subMenuWrapCont .subMenuAd .iconLink i
		{
		top: 2px
	}
	.newClaroHeader .headerMain .hMainLeft nav ul>li .subMenuWrap .subMenuWrapCont .subMenuAd .iconLink:after
		{
		bottom: -1px;
		margin-left: 8px;
		background-color: #3C3C3C
	}
	.newClaroHeader .headerMain .hMainLeft nav ul>li .subMenuWrap .subMenuWrapCont .subMenuAd .iconLink:hover:after
		{
		width: calc(100% - 16px)
	}
	.newClaroHeader .headerMain .hMainLeft nav ul>li .subMenuWrap .subMenuWrapCont .subMenuAd a
		{
		height: auto;
		padding: 0;
		display: block
	}
	.newClaroHeader .headerMain .hMainLeft nav ul>li .subMenuWrap .subMenuWrapCont .subMenuAd a:before,
		.newClaroHeader .headerMain .hMainLeft nav ul>li .subMenuWrap .subMenuWrapCont .subMenuAd a:after
		{
		display: none
	}
	.newClaroHeader .headerMain .hMainLeft nav ul>li .subMenuWrap .subMenuWrapCont .subMenuAd img
		{
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
		width: 100%;
		height: auto;
		margin-top: 40px
	}
	.newClaroHeader .headerMain .hMainLeft nav ul>li .subMenuWrap .subMenuWrapCont .subMenuAd:before
		{
		content: "";
		position: absolute;
		left: 0;
		top: 20px;
		width: 1px;
		height: calc(100% - 40px);
		display: block;
		background-color: #BBB
	}
	.newClaroHeader .headerMain .hMainLeft nav ul>li .subMenuWrap .subMenuWrapCont.extended ul.subMenu
		{
		width: 100%
	}
	.newClaroHeader .headerMain .hMainLeft nav ul>li .subMenuWrap .subMenuWrapCont.extended .subMenuAd
		{
		display: none
	}
	.newClaroHeader .headerMain .hMainLeft nav ul>li.hover>.subMenuWrap {
		pointer-events: auto;
		opacity: 1;
		filter: alpha(opacity = 100)
	}
	.newClaroHeader .headerMain .hMainLeft nav ul>li.hover>.subMenuWrap .subMenuWrapCont
		{
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		transform: translateY(0px)
	}
	.newClaroHeader .headerMain .hMainLeft nav ul>li ul.subMenu {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		webkit-display: -webkit-flex;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		-webkit-box-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		position: relative;
		left: initial !important;
		top: initial !important;
		width: 100%;
		height: auto;
		margin-top: 0
	}
	.newClaroHeader .headerMain .hMainLeft nav ul>li ul.subMenu>li {
		width: auto;
   		min-width: 240px;
    	display: inline-block;
    	padding: 0px 20px;
	}
	.newClaroHeader .headerMain .hMainLeft nav ul>li ul.subMenu>li+li {
		margin-left: 0;
		border-top: none;
	}
	.newClaroHeader .headerMain .hMainLeft nav ul>li ul.subMenu>li a {
		color: rgba(255,255,255,0.8);
		padding: 12px 0
	}
	.newClaroHeader .headerMain .hMainLeft nav ul>li ul.subMenu>li a i {
		display: block
	}
	.newClaroHeader .headerMain .hMainLeft nav ul>li ul.subMenu>li a:after {
		display: none
	}
	.newClaroHeader .headerMain .hMainLeft nav ul>li ul.subMenu>li a.linkCat {
		display: block;
		align-items: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		font-size: 20px;
		font-size: 1.125rem;
		font-family: "AMX", sans-serif;
		font-weight: 700;
		position: relative;
		text-decoration: underline;
		margin-bottom: 4px;
		padding: 8px 0px 8px 32px;
	}
	.newClaroHeader .headerMain .hMainLeft nav ul>li ul.subMenu>li a.linkCat:hover {
		text-decoration: none;
		color: #fff;
	}
	.newClaroHeader .headerMain .hMainLeft nav ul>li ul.subMenu>li a.linkCat i {
		position: absolute;
		right: 0;
		top: 6px;
    	left: 0;
    	font-size: 1.625rem;
	}
	.newClaroHeader .headerMain .hMainLeft nav ul>li ul.subMenu>li a.linkCat i:before
		{
		width: 30px;
		height: 30px
	}
	.newClaroHeader .headerMain .hMainLeft nav ul>li ul.subMenu>li+li a {
		border: none
	}
	.newClaroHeader .headerMain .hMainLeft nav ul>li ul.subMenu.sOpen {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		webkit-display: -webkit-flex;
		display: -webkit-flex;
		display: flex;
	}
	.newClaroHeader .headerMain .hMainLeft nav ul>li ul.subMenu ul.subMenuCat {
		display: block !important;
		padding-bottom: 8px;
	}
	.newClaroHeader .headerMain .hMainLeft nav ul>li ul.subMenu ul.subMenuCat>li {
		padding: 0 0 0 32px;
	}
	.newClaroHeader .headerMain .hMainLeft nav ul>li ul.subMenu ul.subMenuCat>li+li {
		margin-left: 0;
	}
	.newClaroHeader .headerMain .hMainLeft nav ul>li ul.subMenu ul.subMenuCat>li a {
		font-size: 1rem;
		padding: 5px 0;
		line-height: 1.2;
	}
	.newClaroHeader .headerMain .hMainLeft nav ul>li ul.subMenu ul.subMenuCat>li a:hover {
		color: #fff;
		text-decoration: underline;
	}
	.newClaroHeader .headerMain .hMainLeft nav ul>li ul.subMenu ul.subMenuCat>li a span
		{
		position: relative;
	}
	.newClaroHeader .headerMain .hMainLeft nav ul>li.hasSubMenu a {
		padding-right: 32px
	}
	.newClaroHeader .headerMain .hMainLeft nav > ul > li.hasSubMenu:hover,
	.newClaroHeader .headerMain .hMainLeft nav > ul > li.hasSubMenu > a:hover,
	.newClaroHeader .headerMain .hMainLeft nav > ul > li.hasSubMenu.hover > a,
	.newClaroHeader .headerMain .hMainLeft nav > ul > li.hasSubMenu.hover {
		background: linear-gradient(to bottom, #E04C3B, #CB352A) !important;
		color: #fff !important;
	}
	.newClaroHeader .headerMain .hMainLeft nav ul>li.hasSubMenu a:before {
		position: absolute;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		left: 50%;
		content: "";
		bottom: 0;
		width: 0;
		height: 0;
		background-color: red;
		border-style: solid;
		border-width: 0;
		border-color: transparent transparent #fff transparent;
		opacity: 0;
		filter: alpha(opacity = 0)
	}
	.newClaroHeader .headerMain .hMainLeft nav ul>li.hasSubMenu a:after {
		position: absolute;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		top: 50%;
		content: "\e956";
		font-family: "claroicons";
		font-size: 10px;
		font-size: .625rem;
		right: 12px;
		pointer-events: none
	}
	.newClaroHeader .headerMain .hMainLeft nav ul>li.hasSubMenu a.active .openSubM {
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		-ms-transition: all .5s ease;
		transition: all .5s ease;
		position: absolute;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		left: 50%;
		display: block;
		right: initial;
		top: initial;
		bottom: 0;
		width: 100%;
		height: 4px;
		background-color: #fff
	}
	.newClaroHeader .headerMain .hMainLeft nav ul>li.hasSubMenu a.active .openSubM:after
		{
		display: none
	}
	.newClaroHeader .headerMain .hMainLeft nav ul>li.hasSubMenu:hover>a:before {
		bottom: 0;
		border-width: 0 12px 12px 12px;
		opacity: 0;
		filter: alpha(opacity = 100)
	}
	.newClaroHeader .headerMain .hMainLeft nav ul>li.hasSubMenu:hover>a.active .openSubM
		{
		width: 0;
		opacity: 0;
		filter: alpha(opacity = 0)
	}
	.newClaroHeader .headerMain .hMainLeft nav ul>li.infoSubmenu>a {
		overflow: hidden
	}
}

@media only screen and (min-width: 960px) and (min-width: 960px) {
	.newClaroHeader .headerMain .hMainLeft nav ul>li.infoSubmenu>a {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		webkit-display: -webkit-flex;
		display: -webkit-flex;
		display: flex;
		align-items: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		min-width: 171px;
		padding-right: 22px
	}
}

@media only screen and (min-width: 960px) and (min-width: 1102px) {
	.newClaroHeader .headerMain .hMainLeft nav ul>li.infoSubmenu>a {
		min-width: 237px;
		padding-right: 32px
	}
}

@media only screen and (min-width: 960px) and (min-width: 1200px) {
	.newClaroHeader .headerMain .hMainLeft nav ul>li.infoSubmenu>a {
		min-width: auto
	}
}

@media only screen and (min-width: 960px) {
	.newClaroHeader .headerMain .hMainLeft nav ul>li.infoSubmenu>a>span {
		font-size: 16px;
		font-size: 1rem;
		font-weight: 400
	}
}

@media only screen and (min-width: 960px) and (min-width: 640px) {
	.newClaroHeader .headerMain .hMainLeft nav ul>li.infoSubmenu>a>span {
		font-size: 12px;
		font-size: .75rem;
		font-weight: 400
	}
}

@media only screen and (min-width: 960px) and (min-width: 1102px) {
	.newClaroHeader .headerMain .hMainLeft nav ul>li.infoSubmenu>a>span {
		font-size: 14px;
		font-size: .875rem;
		font-weight: 400
	}
}

@media only screen and (min-width: 960px) and (min-width: 1200px) {
	.newClaroHeader .headerMain .hMainLeft nav ul>li.infoSubmenu>a>span {
		white-space: nowrap
	}
}

@media only screen and (min-width: 960px) {
	.newClaroHeader .headerMain .hMainLeft nav ul>li.infoSubmenu .subMenuWrap .subMenuWrapCont .subMenu
		{
		width: 100%
	}
	.newClaroHeader .headerMain .hMainLeft nav ul>li+li a {
		border-top: 0
	}
	.newClaroHeader .headerMain .hMainLeft nav ul .backMenu {
		display: none !important
	}
	.newClaroHeader .headerMain .hMainLeft nav ul .openSubM {
		display: none
	}
	.newClaroHeader .headerMain .hMainLeft nav ul .openSubCat {
		display: none
	}
	.newClaroHeader .headerMain .hMainLeft nav ul.noSearchBar {
		margin-top: 0
	}
	.newClaroHeader .headerMain .hMainLeft nav:before {
		display: none
	}
	.newClaroHeader .headerMain .hMainRight {
		flex-direction: row;
		-webkit-box-direction: row;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		justify-content: flex-end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: flex-end;
		-ms-flex-pack: end;
		width: auto;
		flex: 1
	}
	.newClaroHeader .headerMain .hMainRight li.hover>.subMenuWrap {
		pointer-events: auto;
		opacity: 1;
		filter: alpha(opacity = 100)
	}
	.newClaroHeader .headerMain .hMainRight li.hover>.subMenuWrap .subMenuWrapCont {
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		transform: translateY(0px)
	}
	.newClaroHeader .headerMain .hMainRight li a {
		height: 56px;
		padding: 15px 15px;
    	width: 56px;
	}
	.newClaroHeader .headerMain .hMainRight li a.withIcon {
		padding-left: 40px;
		white-space: pre
	}
	.newClaroHeader .headerMain .hMainRight li a.withIcon i {
		left: 10px;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		transform: none;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%)
	}
	.newClaroHeader .headerMain .hMainRight li a.withIcon span {
		display: block
	}
	.newClaroHeader .headerMain .hMainRight li a.loginBtn {
		width: auto;
		height: 40px;
		margin-left: 12px;
		padding: 9px 30px 9px 55px;
		background-color: transparent;
		margin-top: 8px;
		margin-bottom: 8px;
		border: 2px solid #525252;
	}
	.newClaroHeader .headerMain .hMainRight li a.loginBtn i {
		left: 26px;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		transform: none;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		display: block
	}
	.newClaroHeader .headerMain .hMainRight li a.selfservice {
		text-align: left;
		padding: 2px 30px 2px 55px
	}
	.newClaroHeader .headerMain .hMainRight li a.selfservice strong {
		margin-top: -5px
	}
	.newClaroHeader .headerMain .hMainRight li a:hover {
		color: #DA291C;
		background-color: transparent
	}
	.newClaroHeader .headerMain .hMainRight .linkPayment a:hover {
		color: #fff;
		background-color: #DA291C;
	}
	.newClaroHeader .headerMain .hMainRight li.hasSub {
		display: block
	}
	.newClaroHeader .headerMain .hMainRight li.hasSub a {
		padding-right: 27px
	}
	.newClaroHeader .headerMain .hMainRight li.hasSub:after {
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		-ms-transition: all .5s ease;
		transition: all .5s ease;
		right: 8px
	}
	.newClaroHeader .headerMain .hMainRight li.hasSub:hover a {
		color: #3C3C3C;
		background-color: #fff
	}
	.newClaroHeader .headerMain .hMainRight li.hasSub:hover:after {
		color: #3C3C3C
	}
	.newClaroHeader .headerMain .hMainRight li.hasMenuSession .hMainStart {
		width: 344px;
		right: 0;
		top: 56px
	}
	.newClaroHeader .headerMain .hMainRight.v2 {
		flex-direction: row-reverse;
		-webkit-box-direction: row-reverse;
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		justify-content: flex-start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: flex-start;
		-ms-flex-pack: start
	}
	.newClaroHeader .headerMain .hMainRight.v2 li a.loginBtn {
		font-size: 16px;
		font-size: 1rem;
		text-align: left;
		width: auto;
		height: 40px;
		padding: 9px 30px 9px 55px;
		margin-top: 8px;
		margin-bottom: 8px
	}
	.newClaroHeader .headerMain .hMainRight.v2 li:first-child {
		margin-left: 0
	}
	.newClaroHeader .headerMain .hMainRight.v3 {
		flex-direction: row-reverse;
		-webkit-box-direction: row-reverse;
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		justify-content: flex-start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: flex-start;
		-ms-flex-pack: start
	}
	.newClaroHeader .headerMain .hMainRight.v3 li a.loginBtn {
		font-size: 16px;
		font-size: 1rem;
		text-align: left;
		width: auto;
		height: 40px;
		padding: 9px 30px 9px 55px;
		margin-top: 8px;
		margin-bottom: 8px
	}
	.newClaroHeader .headerMain .hMainRight.v3 li.searchBtn {
		display: none
	}
	.newClaroHeader .headerMain .hMainRight.v3 li.hSearchForm {
		display: block
	}
	.newClaroHeader .headerMain .hMainRight.v3 li.hSearchForm .hInputSearchAdv {
		position: relative
	}
	.newClaroHeader .headerMain .hMainRight.v3 li.hSearchForm .hInputSearchAdv input
		{
		min-width: 240px;
		border: none;
		padding-right: 40px
	}
	.newClaroHeader .headerMain .hMainRight.v3 li.hSearchForm .hInputSearchAdv .makeSearch
		{
		position: absolute;
		right: 0;
		top: 0;
		width: 40px;
		height: 40px;
		cursor: pointer
	}
	.newClaroHeader .headerMain .hMainRight.v3 li.hSearchForm .hInputSearchAdv .makeSearch i
		{
		position: absolute;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		top: 50%;
		left: 50%
	}
	.newClaroHeader .headerMain .hMainRight.v3 li.hSearchForm .hInputSearchAdv .clearSearch
		{
		position: absolute;
		right: 0;
		top: 0;
		width: 40px;
		height: 40px;
		cursor: pointer;
		display: none
	}
	.newClaroHeader .headerMain .hMainRight.v3 li.hSearchForm .hInputSearchAdv .clearSearch i
		{
		position: absolute;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		top: 50%;
		left: 50%
	}
	.newClaroHeader .headerMain .hMainRight.v3 li:first-child {
		margin-left: 0
	}
	.newClaroHeader.fixed {
		top: -40px
	}
	.newClaroHeader.emp .headerTop .hTopSegment .listSegment li a {
		color: #fff
	}
	.newClaroHeader.emp .headerTop .hTopRight .hTopRightExtra .hTopSearch .inputSearch
		{
		border: #6c6c6c 1px solid;
		background-color: #4C4848
	}
	.newClaroHeader.emp .headerTop .hTopRight .hTopRightExtra .hTopSearch .inputSearch input
		{
		color: #fff
	}
	.newClaroHeader.emp .headerTop .hTopRight .hTopRightExtra .hTopSearch .inputSearch:before
		{
		color: #fff;
		top: 6px
	}
	.newClaroHeader.blog .hTopSearch {
		min-width: 320px;
		display: block
	}
}

@media only screen and (min-width: 1102px) {
	.newClaroHeader .headerMain .hMainLeft nav ul>li a {
		padding: 17px 12px
	}
	.newClaroHeader .headerMain .hMainLeft nav ul>li+li {
		margin-left: 12px
	}
}

@media only screen and (min-width: 1280px) {
	.newClaroHeader .headerTop .hTopRight .hTopRightExtra .hTopSearch .inputSearch {
		min-width: 200px
	}
	.newClaroHeader .headerMain .hMainLeft nav ul>li+li {
		margin-left: 12px
	}
	.newClaroHeader .headerMain .subMenuWrap .subMenuWrapCont ul.subMenu {
		width: 75%
	}
	.newClaroHeader .headerMain .subMenuWrap .subMenuWrapCont .subMenuAd {
		width: 25%
	}
}
/*!FOOTER */
.footer {
	background-color: #282828;
}

.footer .textLink:after {
	background-color: #DBDBDB
}

.footer .container {
	padding: 0
}

.footer .footerCat {
	border-bottom: solid 1px #6c6c6c
}

.footer .footerCat .footerCatHeader {
	color: #FFF;
	font-weight: 700;
	padding: 20px 40px 20px 20px;
	position: relative;
	font-size: 16px;
	font-size: 1rem
}

.footer .footerCat .footerCatHeader:after {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
	content: "\e92e";
	font-family: "claroicons";
	font-size: 24px;
	font-size: 1.5rem;
	position: absolute;
	right: 16px;
	top: 17px;
	font-weight: 400;
	color: #BBB
}

.footer .footerCat .footerCatHeader.open:after {
	font-size: 24px;
	font-size: 1.5rem;
	-webkit-transform: rotateZ(180deg);
	-moz-transform: rotateZ(180deg);
	-ms-transform: rotateZ(180deg);
	transform: rotateZ(180deg);
	top: 16px
}

.footer .footerCat .footerCatHeader.open+.footerCatBody {
	max-height: 400px
}

.footer .footerCat .footerCatBody {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
	max-height: 0;
	overflow: hidden
}

.footer .footerCat .footerCatBody>ul li {
	font-size: 14px;
	font-size: .875rem;
	padding: 12px 20px
}

.footer .footerCat .footerCatBody>ul li a {
	color: #DBDBDB;
	text-decoration: none;
	display: block;
	font-weight: 400;
	padding: 6px 0
}

.footer .footerRS {
	margin-top: 20px
}

.footer .footerRS>dl {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	webkit-display: -webkit-flex;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	gap: 16px 20px;
	padding: 16px 20px 32px;
}

.footer .footerRS>dl dt {
	width: calc(100% + 10px);
	margin: 0 12px;
	color: #fff;
	font-weight: 400;
	position: relative;
	font-size: 1rem;
	text-align: center;
}

.footer .footerRS>dl dd {
	margin: 0 12px
}

.footer .footerRS .icoRs {
	font-size: 0;
	overflow: hidden;
	display: inline-block;
	width: 32px;
	height: 32px;
	background-color: #DBDBDB;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	position: relative
}

.footer .footerRS .icoRs i {
	font-size: 18px;
	font-size: 1.125rem;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%
}

.footer .footerRS.footerRSInfContac>dl {
	padding-bottom: 0
}

.footer .footerRS.footerRSInfContac .footerInfContac {
	padding: 16px 20px 16px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.footer .footerRS.footerRSInfContac .footerInfContac p {
	font-style: normal;
	font-size: 14px;
	line-height: 14px;
	color: #DBDBDB
}

.footer .footerRS.footerRSInfContac .footerInfContac p a {
	color: inherit;
	font-weight: 500
}

.footer.v2 .footerClaro {
	padding: 40px 20px 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.footer.v2 .footerClaro .footerClaroLogo>picture {
	display: inline-block
}

.footer.v2 .footerClaro .footerClaroLogo>picture img {
	width: 122px;
	height: auto;
	object-fit: contain
}

.footer.v2 .footerClaro .footerRS>dl {
	padding: 0;
	width: calc(100% - 24px)
}

.footer.v2 .footerRSTitle {
	color: #FFF;
	font-weight: 700;
	padding: 0 40px 0 20px
}

.footer.v2 .footerClaroCol2 {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	webkit-display: -webkit-flex;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	padding-top: 20px;
	margin: 0 -10px;
	width: calc(100% + 20px)
}

.footer.v2 .footerClaroCol2 .footerClaroCol2Inf {
	margin: 0 10px;
	width: calc(50% - 20px)
}

.footer.v2 .footerClaroCol2 .footerClaroCol2Inf p {
	color: #DBDBDB;
	font-size: 12px;
	font-size: .75rem;
	margin-bottom: 12px
}

.footer.v2 .footerClaroCol2 .footerClaroCol2Inf .textLink {
	font-size: 18px;
	font-size: 1.125rem;
	text-decoration: none
}

.footer.v2 .footerClaroCol2 .footerClaroCol2InfLink picture {
	display: block;
	height: 60px
}

.footer.v2 .footerClaroCol2 .footerClaroCol2InfLink picture img {
	display: inline-block;
	height: 100%;
	max-width: 100%;
	object-fit: contain;
	object-position: left center
}

.footerLower {
	background-color: #3C3C3C;
	color: #DBDBDB;
	padding: 20px 0
}

.footerLower .textLink:after {
	background-color: #DBDBDB
}

.footerLower p {
	text-align: center;
	font-size: 14px;
	font-size: .875rem;
	margin-bottom: 12px
}

.footerLower .listMenu {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	webkit-display: -webkit-flex;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center
}

.footerLower .listMenu li {
	position: relative;
	margin: 0 6px;
	font-size: 14px;
	font-size: .875rem;
}
.footerLower .listMenu li:hover {
	text-decoration: underline;
}

.footerLower .listMenu li+li::before {
	content: "";
	display: inline-block;
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	left: -6px;
	background-color: #BBB
}

.footerLower .listMenu a {
	padding: 6px;
	color: #B9B9B9;
	font-weight: 500;
}

.footerLower.footerMove {
	margin-bottom: 50px
}

.footerLower.v2 .listMenu li+li::before {
	height: 20px;
	top: 6px
}

@media only screen and (min-width: 640px) {
	.footer {
		background-color: #282828;
	}
	.footer .containerClaro {
		padding: 0 20px
	}
	.footer .footerNav {
		padding: 40px 0 0;
		position: relative;
		width: calc(100% + 20px);
		margin-left: -10px;
		margin-right: -10px;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		webkit-display: -webkit-flex;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		-webkit-box-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}
	.footer .footerCat {
		width: calc(33.3333% - 24px);
		border-bottom: none;
		margin: 0 12px 12px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}
	.footer .footerCat .footerCatHeader {
		padding: 12px 0;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}
	.footer .footerCat .footerCatHeader:after {
		display: none
	}
	.footer .footerCat .footerCatBody {
		max-height: initial
	}
	.footer .footerCat .footerCatBody>ul li {
		padding: 16px 0 0
	}
	.footer .footerCat .footerCatBody>ul li a {
		display: inline-block;
		padding: 0 0 6px
	}
	.footer .footerRS {
		margin-top: 20px;
		padding-bottom: 40px
	}
	.footer .footerRS>dl {
		width: 100%;
		padding: 0
	}
	.footer .footerRS>dl dt {
		display: none
	}
	.footer .footerRS>dl dd {
		margin: 0;
		margin-left: 12px
	}
	.footer .footerRS.footerRSInfContac {
		padding-bottom: 16px
	}
	.footer .footerRS.footerRSInfContac .footerInfContac {
		padding: 16px 0 0
	}
	.footer.v2 .footerClaro {
		width: calc(50% - 24px);
		margin: 0 12px 12px;
		padding: 0
	}
	.footer.v2 .footerClaro .footerRS {
		padding-bottom: 0
	}
	.footer.v2 .footerCat {
		width: calc(50% - 24px)
	}
	.footer.v2 .containerClaro>.footerRS {
		display: none
	}
	.footer.v2 .footerClaroCol2 .footerClaroCol2Inf p {
		font-size: 14px;
		font-size: .875rem
	}
	.footer.v2 .footerClaroCol2 .footerClaroCol2Inf .textLink {
		font-size: 16px;
		font-size: 1rem
	}
	.footerLower .containerClaro {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		webkit-display: -webkit-flex;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		-webkit-box-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		align-items: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		justify-content: space-between;
		-webkit-justify-content: space-between;
		-ms-flex-pack: space-between;
		-ms-flex-pack: justify
	}
	.footerLower p {
		margin-bottom: 0
	}
	.footerLower.footerMove {
		margin-bottom: 0px
	}
	.footerLower.v2 .containerClaro {
		flex-wrap: nowrap;
		-webkit-box-wrap: nowrap;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap
	}
	.footerLower.v2 p {
		text-align: left
	}
}

@media only screen and (min-width: 960px) {
	.footer.v2 .footerClaro {
		width: calc(34% - 24px)
	}
	.footer.v2 .footerCat {
		width: calc(22% - 24px)
	}
}

@media only screen and (min-width: 1102px) {
	.footer .footerCat {
		width: calc(16.6666% - 24px)
	}
	.footer .footerCat:first-child {
		padding-bottom: 50px
	}
}

@media only screen and (min-width: 1200px) {
	.footer.v2 .footerClaro {
		width: calc(30% - 24px);
		max-width: 350px
	}
	.footer.v2 .footerCat {
		width: calc(23.3333% - 24px)
	}
}

@media only screen and (min-width: 1500px) {
	.footer.v2 .footerClaro {
		width: calc(25% - 24px)
	}
	.footer.v2 .footerCat {
		width: calc(22% - 12px);
		margin-left: 3%
	}
}
/*!MGeolocation */
.mGeolocation {
	width: 960px
}

.mGeolocation .mGeolocationMain {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	webkit-display: -webkit-flex;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	-webkit-box-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	position: relative
}

@media only screen and (min-width: 640px) {
	.mGeolocation .mGeolocationMain {
		flex-direction: row;
		-webkit-box-direction: row;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		justify-content: flex-end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: flex-end;
		-ms-flex-pack: end
	}
}

.mGeolocation .mGeolocationMain .mGeolocationMap {
	width: calc(100% + 60px);
	height: 280px;
	margin: -32px -32px 32px;
	background-color: #F4F4F4;
	overflow: hidden
}

@media only screen and (min-width: 640px) {
	.mGeolocation .mGeolocationMain .mGeolocationMap {
		position: absolute;
		left: 0;
		top: 0;
		width: 50%;
		height: calc(100% + 60px);
		margin-bottom: 0
	}
}

.mGeolocation .mGeolocationMain .mGeolocationMap .mGeolocationMapImg img
	{
	max-width: 100%
}

.mGeolocation .mGeolocationMain .mGeolocationBGImg {
	width: calc(100% + 64px);
	height: auto;
	margin: -32px -32px 32px;
	background-color: #DA291C;
	overflow: hidden
}

.mGeolocation .mGeolocationMain .mGeolocationBGImg>picture {
	display: block;
	width: 100%;
	height: auto
}

.mGeolocation .mGeolocationMain .mGeolocationBGImg>picture img {
	object-position: center;
	display: block;
	width: 100%;
	height: auto
}

@media only screen and (min-width: 640px) {
	.mGeolocation .mGeolocationMain .mGeolocationBGImg {
		position: absolute;
		left: 0;
		top: 0;
		width: 32.25%;
		height: calc(100% + 64px);
		margin-bottom: 0
	}
	.mGeolocation .mGeolocationMain .mGeolocationBGImg>picture {
		height: 100%
	}
	.mGeolocation .mGeolocationMain .mGeolocationBGImg>picture img {
		height: 100%
	}
	.mGeolocation .mGeolocationMain .mGeolocationBGImg+.mGeolocationBody {
		width: 67.7%
	}
}

.mGeolocation .mGeolocationMain .mGeolocationBody {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	webkit-display: -webkit-flex;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	-webkit-box-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	-ms-flex-pack: justify;
	width: 100%
}

@media only screen and (min-width: 640px) {
	.mGeolocation .mGeolocationMain .mGeolocationBody {
		width: 50%
	}
}

@media only screen and (min-width: 640px) {
	.mGeolocation .mGeolocationMain .mGeolocationBody .mGeolocationCont {
		padding-top: 32px
	}
}

.mGeolocation .mGeolocationMain .mGeolocationBody .mGeolocationCont .mGeolocationTitle p
	{
	font-family: "AMX", sans-serif;
	font-weight: 600;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 32px;
	letter-spacing: 0
}

@media only screen and (min-width: 640px) {
	.mGeolocation .mGeolocationMain .mGeolocationBody .mGeolocationCont .mGeolocationTitle p
		{
		font-size: 32px;
		font-size: 2rem;
		line-height: 34px
	}
}

.mGeolocation .mGeolocationMain .mGeolocationBody .mGeolocationCont .mGeolocationDesc
	{
	padding-top: 20px
}

.mGeolocation .mGeolocationMain .mGeolocationBody .mGeolocationCont .mGeolocationFields
	{
	padding-top: 20px
}

.mGeolocation .mGeolocationMain .mGeolocationBody .mGeolocationCont .mGeolocationFields .mGeolocationField
	{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	webkit-display: -webkit-flex;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap
}

.mGeolocation .mGeolocationMain .mGeolocationBody .mGeolocationCont .mGeolocationFields .mGeolocationField .mGeolocationInfo
	{
	width: 100%
}

.mGeolocation .mGeolocationMain .mGeolocationBody .mGeolocationCont .mGeolocationFields .mGeolocationField .mGeolocationUse
	{
	width: 100%;
	margin-top: 20px
}

.mGeolocation .mGeolocationMain .mGeolocationBody .mGeolocationCont .mGeolocationFields .mGeolocationField .mGeolocationDir
	{
	width: 100%;
	margin-top: 20px
}

.mGeolocation .mGeolocationMain .mGeolocationBody .mGeolocationCont .mGeolocationVal
	{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	webkit-display: -webkit-flex;
	display: -webkit-flex;
	display: flex;
	padding-top: 32px
}

.mGeolocation .mGeolocationMain .mGeolocationBody .mGeolocationCont .mGeolocationVal i
	{
	padding-right: 12px
}

.mGeolocation .mGeolocationMain .mGeolocationBody .mGeolocationActions {
	margin-top: 20px
}

@media only screen and (min-width: 640px) {
	.mGeolocation .mGeolocationMain .mGeolocationBody .mGeolocationActions {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		webkit-display: -webkit-flex;
		display: -webkit-flex;
		display: flex;
		justify-content: flex-end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: flex-end;
		-ms-flex-pack: end
	}
}

.mGeolocation .mGeolocationMain .genForm {
	margin-top: 32px
}

.mGeolocation .mGeolocationMain .genForm .mGeolocationActions {
	text-align: center;
	margin-top: 40px
}

.mGeolocation .mGeolocationMain .genForm .checkbox {
	font-weight: 400;
	color: #283342
}

.mGeolocation .mGeolocationMain .genForm .checkbox span {
	font-size: 14px;
	font-size: .875rem
}

.mGeolocation .mGeolocationMain .genForm .checkbox span a {
	display: inline
}

.mGeolocation .mGeolocationMain .genForm fieldset .checkbox {
	margin-top: 8px
}

.mGeolocation .mGeolocationMain .genForm fieldset+fieldset,
	.mGeolocation .mGeolocationMain .genForm fieldset+.fsTwoCols {
	margin-top: 8px
}

.mGeolocation .mGeolocationMain .genForm fieldset.genFormClient {
	display: inline-flex;
	font-size: 14px;
	font-size: .875rem
}

.mGeolocation .mGeolocationMain .genForm fieldset.genFormClient label {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	webkit-display: -webkit-flex;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-flex-align: center
}

@media only screen and (min-width: 960px) {
	.mGeolocation .mGeolocationMain .genForm .fsTwoCols>fieldset {
		width: calc(50% - 5px)
	}
	.movMoreMenu{
		display: none;
	}
}

@media only screen and (min-width: 960px) {
	.mGeolocation .mGeolocationMain .genForm .fsTwoCols>fieldset+fieldset {
		margin-top: 0
	}
}

.mGeolocation .mGeolocationMain .genForm .fsTwoCols+fieldset,
	.mGeolocation .mGeolocationMain .genForm .fsTwoCols+.fsTwoCols {
	margin-top: 8px
}

.ma5 {
	width: 90% !important;
	max-width: 800px !important
}

@media only screen and (min-width: 640px) {
	.ma5 .mGeolocationMain .mGeolocationBGImg {
		width: 38%
	}
	.ma5 .mGeolocationMain .mGeolocationBGImg+.mGeolocationBody {
		width: 62%
	}
}

.ma5 .mGeolocationMain .mGeolocationBody .mGeolocationCont .mGeolocationTitle
	{
	text-align: center
}

.ma5 .mGeolocationMain .mGeolocationBody .mGeolocationCont .mGeolocationDesc
	{
	text-align: center
}

@media only screen and (min-width: 640px) {
	.ma5 .mGeolocationMain .mGeolocationBody .mGeolocationCont {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}
	.ma5 .mGeolocationMain .mGeolocationBody .mGeolocationCont .mGeolocationTitle
		{
		text-align: left
	}
	.ma5 .mGeolocationMain .mGeolocationBody .mGeolocationCont .mGeolocationTitle p
		{
		font-size: 24px;
		font-size: 1.5rem
	}
	.ma5 .mGeolocationMain .mGeolocationBody .mGeolocationCont .mGeolocationDesc
		{
		text-align: left
	}
}

@media only screen and (min-width: 960px) {
	.ma5 {
		max-width: 800px !important
	}
}

@media only screen and (min-width: 1280px) and (max-width: 1560px){
	#searchBar {
   		right: auto;
    	top: 0px;
	}
}

@media only screen and (max-width: 650px){
	.newClaroHeader .headerTop .hTopRight .hTopRightExtra .selCountry{
		font-weight: 500;
	}
	.newClaroHeader .headerMain .hMainLeft nav ul>li ul.subMenu>li+li a{
		font-weight: 700 !important;
	}
	.newClaroHeader .headerMain .hMainLeft nav ul>li ul.subMenu>li+li+li:before{
	    position: absolute;
	    transform: translateX(-50%);
	    left: 50%;
	    content: "";
	    top: -1px;
	    width: calc(100% - 40px);
	    height: 2px;
	    display: block;
	    background-color: rgba(255, 255, 255, 0.12);
	}
	#textPayDescription {
		display: none;
	}
	.newClaroHeader .hover a:after {
		content: none !important;
		right: 0px;
	}
	.newClaroHeader .hover a:after {
		content: none !important;
		right: 0px;
	}
	#miClaroLiga {
		order: 1;
		display: none;
    }
    #payMovil {
        order: 3;
    }
    #shopCartClaro {
        order: 3;
    }
    .searchBtn {
        order: 4;
    }
}
#payMovil {
  box-sizing: border-box;
  display: flex !important;
  font-size: 1.2rem;
  text-align: center;
  margin-left: -2px;
  height: 100%;
  color: white;
}
#payMovil a {
  font-size: 0.875rem;
  display: flex;
  color: inherit !important;
  text-decoration: none;
}
#quick_cart_container .footer  {
	background: inherit;
}
#shopCartClaro {
	position: inherit;
}
#searchBar .submitButton {
    box-sizing: inherit;
}
#SimpleSearchForm_SearchTerm {
	-webkit-border-radius: inherit;
}
.color_font {
	color: #666
}
#AutoSuggestDiv .list_section li > a, #AutoSuggestDiv #autoSuggestAdvancedSearch > a {
    color: #666;
}
#newClaroHeader {
	position: fixed !important;
}
.ico-c-x-s:before {
    content: "\ea4b";
    font-family: "claroicons";
}
.ico-youtube-s:before {
    content: "\ea27";
    font-family: "claroicons";
}
.ico-x:before {
    content: "\ea12";
    font-family: "claroicons";
}
.tarjeta-txtP p:after{
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	content: "\e911";
	font-family: "claroicons";
	font-size: 10px;
	font-size: .875rem;
	margin-left: 8px;
	display: inline-block
}
.carousel_marcas{
	display: flex;
	gap: 90px; 
	padding: 11px 41px;
	align-items: center;
}

.carousel_marcas img{
   border-style: none !important;
   margin-top: 15px !important;
   box-shadow: 0 3px 8px rgb(0 0 0 / 30%) !important;
   border-radius: 10px;
}
.footer .footerClaroAmericaM {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    gap: 32px;
    padding: 12px 20px 16px;
}
.footer .btnClaroAmericaM {
    position: relative;
}
.footer .btnClaroAmericaM+.btnClaroAmericaM::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: -16px;
    width: 1px;
    height: 100%;
    border-left: 1px solid #fff;
}
.footer .fRSBtns .footerContBtnRS {
    padding: 0 20px 32px;
}
.footer .footerCBRSV2 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 16px;
}

.footer .footerBoxTelInfRecla {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    padding: 8px 16px;
    background: linear-gradient(180deg, #3C3C3C 0%, #393536 100%);
    color: #DBDBDB;
    border-radius: 12px;
    gap: 16px;
    min-width: 340px;
}
.footer .footerBoxTelInfRecla.small {
    min-width: 230px;
}
.footer .footerBoxTelInfReclaWrap {
    display: flex;
    align-items: center;
}
.footer .footerBoxTelInfReclaIco {
    font-size: 24px;
    font-size: 1.5rem;
    margin-right: 16px;
}
.ico-phone:before {
    content: "\e9b0";
    font-family: "claroicons";
}
.footer .footerBoxTelInfReclaTxt .txtInf {
    font-size: 12px;
    font-size: .75rem;
    line-height: 1.2;
    font-weight: 500;
    font-family: "AMX Medium", "Roboto", sans-serif;
}

@media only screen and (min-width: 640px) {
    .footer .footerRS {
        margin-top: 20px;
        padding-bottom: 40px;
    }
    .footer .fRSBtns {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        gap: 20px 0;
    }
    .footer .footerClaroAmericaM {
        padding: 0;
        margin-right: 60px;
        justify-content: left;
    }
    .footer .footerRS>dl {
		width: auto !important;
        justify-content: normal;
		padding: 0;
    }
    .footer .fRSBtns .footerContBtnRS {
        margin-left: 40px;
        margin-top: 0;
        padding: 0;
        flex: 1;
    }
	.footer .footerCBRSV2 {
        justify-content: end;
    }
}

;@font-face{font-family:"claroicons";src:url("claroicons.eot?7yr982#iefix") format("embedded-opentype"),url("claroicons.ttf?7yr982") format("truetype"),url("claroicons.woff?7yr982") format("woff"),url("claroicons.svg?7yr982#claroicons") format("svg");font-weight:normal;font-style:normal;font-display:swap}[class^="ico-"],[class*=" ico-"]{font-family:"claroicons" !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;font-display:swap;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ico-airplay:before{content:"\e900" ;font-family:"claroicons"}.ico-alert-circle:before{content:"\e901" ;font-family:"claroicons"}.ico-alert-octagon:before{content:"\e902" ;font-family:"claroicons"}.ico-alert-triangle:before{content:"\e903" ;font-family:"claroicons"}.ico-align-center:before{content:"\e904" ;font-family:"claroicons"}.ico-align-justify:before{content:"\e905" ;font-family:"claroicons"}.ico-align-left:before{content:"\e906" ;font-family:"claroicons"}.ico-align-right:before{content:"\e907" ;font-family:"claroicons"}.ico-anchor:before{content:"\e908" ;font-family:"claroicons"}.ico-aperture:before{content:"\e909" ;font-family:"claroicons"}.ico-archive:before{content:"\e90a" ;font-family:"claroicons"}.ico-arrow-down-circle:before{content:"\e90b" ;font-family:"claroicons"}.ico-arrow-down-left:before{content:"\e90c" ;font-family:"claroicons"}.ico-arrow-down-right:before{content:"\e90d" ;font-family:"claroicons"}.ico-arrow-down:before{content:"\e90e" ;font-family:"claroicons"}.ico-arrow-left-circle:before{content:"\e90f" ;font-family:"claroicons"}.ico-arrow-left:before{content:"\e910" ;font-family:"claroicons"}.ico-arrow-right-circle:before{content:"\e911" ;font-family:"claroicons"}.ico-arrow-right:before{content:"\e912" ;font-family:"claroicons"}.ico-arrow-up-circle:before{content:"\e913" ;font-family:"claroicons"}.ico-arrow-up-left:before{content:"\e914" ;font-family:"claroicons"}.ico-arrow-up-right:before{content:"\e915" ;font-family:"claroicons"}.ico-arrow-up:before{content:"\e916" ;font-family:"claroicons"}.ico-at-sign:before{content:"\e917" ;font-family:"claroicons"}.ico-award:before{content:"\e918" ;font-family:"claroicons"}.ico-bar-chart-2:before{content:"\e919" ;font-family:"claroicons"}.ico-bar-chart:before{content:"\e91a" ;font-family:"claroicons"}.ico-battery-charging:before{content:"\e91b" ;font-family:"claroicons"}.ico-battery:before{content:"\e91c" ;font-family:"claroicons"}.ico-bell-off:before{content:"\e91d" ;font-family:"claroicons"}.ico-bell:before{content:"\e91e" ;font-family:"claroicons"}.ico-bluetooth:before{content:"\e91f" ;font-family:"claroicons"}.ico-bold:before{content:"\e920" ;font-family:"claroicons"}.ico-book-open:before{content:"\e921" ;font-family:"claroicons"}.ico-book:before{content:"\e922" ;font-family:"claroicons"}.ico-bookmark:before{content:"\e923" ;font-family:"claroicons"}.ico-box:before{content:"\e924" ;font-family:"claroicons"}.ico-briefcase:before{content:"\e925" ;font-family:"claroicons"}.ico-calendar:before{content:"\e926" ;font-family:"claroicons"}.ico-camera-off:before{content:"\e927" ;font-family:"claroicons"}.ico-camera:before{content:"\e928" ;font-family:"claroicons"}.ico-cast:before{content:"\e929" ;font-family:"claroicons"}.ico-channel:before{content:"\e92a" ;font-family:"claroicons"}.ico-check-circle:before{content:"\e92b" ;font-family:"claroicons"}.ico-check-square:before{content:"\e92c" ;font-family:"claroicons"}.ico-check:before{content:"\e92d" ;font-family:"claroicons"}.ico-chevron-down:before{content:"\e92e" ;font-family:"claroicons"}.ico-chevron-left:before{content:"\e92f" ;font-family:"claroicons"}.ico-chevron-right:before{content:"\e930" ;font-family:"claroicons"}.ico-chevron-up:before{content:"\e931" ;font-family:"claroicons"}.ico-chevrons-down:before{content:"\e932" ;font-family:"claroicons"}.ico-chevrons-left:before{content:"\e933" ;font-family:"claroicons"}.ico-chevrons-right:before{content:"\e934" ;font-family:"claroicons"}.ico-chevrons-up:before{content:"\e935" ;font-family:"claroicons"}.ico-chrome:before{content:"\e936" ;font-family:"claroicons"}.ico-circle:before{content:"\e937" ;font-family:"claroicons"}.ico-clipboard:before{content:"\e938" ;font-family:"claroicons"}.ico-clock:before{content:"\e939" ;font-family:"claroicons"}.ico-cloud-drizzle:before{content:"\e93a" ;font-family:"claroicons"}.ico-cloud-lightning:before{content:"\e93b" ;font-family:"claroicons"}.ico-cloud-off:before{content:"\e93c" ;font-family:"claroicons"}.ico-cloud-rain:before{content:"\e93d" ;font-family:"claroicons"}.ico-cloud-snow:before{content:"\e93e" ;font-family:"claroicons"}.ico-cloud:before{content:"\e93f" ;font-family:"claroicons"}.ico-coffee:before{content:"\e940" ;font-family:"claroicons"}.ico-columns:before{content:"\e941" ;font-family:"claroicons"}.ico-command:before{content:"\e942" ;font-family:"claroicons"}.ico-compass:before{content:"\e943" ;font-family:"claroicons"}.ico-copy:before{content:"\e944" ;font-family:"claroicons"}.ico-corner-down-left:before{content:"\e945" ;font-family:"claroicons"}.ico-corner-down-right:before{content:"\e946" ;font-family:"claroicons"}.ico-corner-left-down:before{content:"\e947" ;font-family:"claroicons"}.ico-corner-left-up:before{content:"\e948" ;font-family:"claroicons"}.ico-corner-right-down:before{content:"\e949" ;font-family:"claroicons"}.ico-corner-right-up:before{content:"\e94a" ;font-family:"claroicons"}.ico-corner-up-left:before{content:"\e94b" ;font-family:"claroicons"}.ico-corner-up-right:before{content:"\e94c" ;font-family:"claroicons"}.ico-cpu:before{content:"\e94d" ;font-family:"claroicons"}.ico-credit-card:before{content:"\e94e" ;font-family:"claroicons"}.ico-crop:before{content:"\e94f" ;font-family:"claroicons"}.ico-crosshair:before{content:"\e950" ;font-family:"claroicons"}.ico-database:before{content:"\e951" ;font-family:"claroicons"}.ico-delete:before{content:"\e952" ;font-family:"claroicons"}.ico-disc:before{content:"\e953" ;font-family:"claroicons"}.ico-dollar-sign:before{content:"\e954" ;font-family:"claroicons"}.ico-download:before{content:"\e955" ;font-family:"claroicons"}.ico-dropdown:before{content:"\e956" ;font-family:"claroicons"}.ico-droplet:before{content:"\e957" ;font-family:"claroicons"}.ico-edit-2:before{content:"\e958" ;font-family:"claroicons"}.ico-edit-3:before{content:"\e959" ;font-family:"claroicons"}.ico-edit:before{content:"\e95a" ;font-family:"claroicons"}.ico-external-link:before{content:"\e95b" ;font-family:"claroicons"}.ico-eye-off:before{content:"\e95c" ;font-family:"claroicons"}.ico-eye:before{content:"\e95d" ;font-family:"claroicons"}.ico-facebook:before{content:"\e95e" ;font-family:"claroicons"}.ico-fast-forward:before{content:"\e95f" ;font-family:"claroicons"}.ico-file-minus:before{content:"\e960" ;font-family:"claroicons"}.ico-file-plus:before{content:"\e961" ;font-family:"claroicons"}.ico-file-text:before{content:"\e962" ;font-family:"claroicons"}.ico-file:before{content:"\e963" ;font-family:"claroicons"}.ico-film:before{content:"\e964" ;font-family:"claroicons"}.ico-filter:before{content:"\e965" ;font-family:"claroicons"}.ico-flag:before{content:"\e966" ;font-family:"claroicons"}.ico-folder-minus:before{content:"\e967" ;font-family:"claroicons"}.ico-folder-plus:before{content:"\e968" ;font-family:"claroicons"}.ico-folder:before{content:"\e969" ;font-family:"claroicons"}.ico-frown:before{content:"\e96a" ;font-family:"claroicons"}.ico-game:before{content:"\e96b" ;font-family:"claroicons"}.ico-gift:before{content:"\e96c" ;font-family:"claroicons"}.ico-globe:before{content:"\e96d" ;font-family:"claroicons"}.ico-gps:before{content:"\e96e" ;font-family:"claroicons"}.ico-grid:before{content:"\e96f" ;font-family:"claroicons"}.ico-hard-drive:before{content:"\e970" ;font-family:"claroicons"}.ico-hash:before{content:"\e971" ;font-family:"claroicons"}.ico-headphones:before{content:"\e972" ;font-family:"claroicons"}.ico-heart:before{content:"\e973" ;font-family:"claroicons"}.ico-help-circle:before{content:"\e974" ;font-family:"claroicons"}.ico-help:before{content:"\e975" ;font-family:"claroicons"}.ico-help2:before{content:"\e976" ;font-family:"claroicons"}.ico-hexagon:before{content:"\e977" ;font-family:"claroicons"}.ico-home:before{content:"\e978" ;font-family:"claroicons"}.ico-image:before{content:"\e979" ;font-family:"claroicons"}.ico-inbox:before{content:"\e97a" ;font-family:"claroicons"}.ico-info:before{content:"\e97b" ;font-family:"claroicons"}.ico-instagram:before{content:"\e97c" ;font-family:"claroicons"}.ico-italic:before{content:"\e97d" ;font-family:"claroicons"}.ico-key:before{content:"\e97e" ;font-family:"claroicons"}.ico-layers:before{content:"\e97f" ;font-family:"claroicons"}.ico-layout:before{content:"\e980" ;font-family:"claroicons"}.ico-life-buoy:before{content:"\e981" ;font-family:"claroicons"}.ico-link-2:before{content:"\e982" ;font-family:"claroicons"}.ico-link:before{content:"\e983" ;font-family:"claroicons"}.ico-linkedin:before{content:"\e984" ;font-family:"claroicons"}.ico-list:before{content:"\e985" ;font-family:"claroicons"}.ico-loader:before{content:"\e986" ;font-family:"claroicons"}.ico-lock:before{content:"\e987" ;font-family:"claroicons"}.ico-log-in:before{content:"\e988" ;font-family:"claroicons"}.ico-log-out:before{content:"\e989" ;font-family:"claroicons"}.ico-mail:before{content:"\e98a" ;font-family:"claroicons"}.ico-map-pin:before{content:"\e98b" ;font-family:"claroicons"}.ico-map:before{content:"\e98c" ;font-family:"claroicons"}.ico-maximize-2:before{content:"\e98d" ;font-family:"claroicons"}.ico-maximize:before{content:"\e98e" ;font-family:"claroicons"}.ico-meh:before{content:"\e98f" ;font-family:"claroicons"}.ico-menu:before{content:"\e990" ;font-family:"claroicons"}.ico-message-circle:before{content:"\e991" ;font-family:"claroicons"}.ico-message-square:before{content:"\e992" ;font-family:"claroicons"}.ico-mic-off:before{content:"\e993" ;font-family:"claroicons"}.ico-mic:before{content:"\e994" ;font-family:"claroicons"}.ico-minimize-2:before{content:"\e995" ;font-family:"claroicons"}.ico-minimize:before{content:"\e996" ;font-family:"claroicons"}.ico-minus-circle:before{content:"\e997" ;font-family:"claroicons"}.ico-minus-square:before{content:"\e998" ;font-family:"claroicons"}.ico-minus:before{content:"\e999" ;font-family:"claroicons"}.ico-monitor:before{content:"\e99a" ;font-family:"claroicons"}.ico-moon:before{content:"\e99b" ;font-family:"claroicons"}.ico-more-horizontal:before{content:"\e99c" ;font-family:"claroicons"}.ico-more-vertical:before{content:"\e99d" ;font-family:"claroicons"}.ico-mouse-pointer:before{content:"\e99e" ;font-family:"claroicons"}.ico-move:before{content:"\e99f" ;font-family:"claroicons"}.ico-music:before{content:"\e9a0" ;font-family:"claroicons"}.ico-navigation-2:before{content:"\e9a1" ;font-family:"claroicons"}.ico-navigation:before{content:"\e9a2" ;font-family:"claroicons"}.ico-octagon:before{content:"\e9a3" ;font-family:"claroicons"}.ico-package:before{content:"\e9a4" ;font-family:"claroicons"}.ico-paperclip:before{content:"\e9a5" ;font-family:"claroicons"}.ico-pause-circle:before{content:"\e9a6" ;font-family:"claroicons"}.ico-pause:before{content:"\e9a7" ;font-family:"claroicons"}.ico-pen-tool:before{content:"\e9a8" ;font-family:"claroicons"}.ico-percent:before{content:"\e9a9" ;font-family:"claroicons"}.ico-phone-call:before{content:"\e9aa" ;font-family:"claroicons"}.ico-phone-forwarded:before{content:"\e9ab" ;font-family:"claroicons"}.ico-phone-incoming:before{content:"\e9ac" ;font-family:"claroicons"}.ico-phone-missed:before{content:"\e9ad" ;font-family:"claroicons"}.ico-phone-off:before{content:"\e9ae" ;font-family:"claroicons"}.ico-phone-outgoing:before{content:"\e9af" ;font-family:"claroicons"}.ico-phone:before{content:"\e9b0" ;font-family:"claroicons"}.ico-pie-chart:before{content:"\e9b1" ;font-family:"claroicons"}.ico-play-circle:before{content:"\e9b2" ;font-family:"claroicons"}.ico-play:before{content:"\e9b3" ;font-family:"claroicons"}.ico-plus-circle:before{content:"\e9b4" ;font-family:"claroicons"}.ico-plus-square:before{content:"\e9b5" ;font-family:"claroicons"}.ico-plus:before{content:"\e9b6" ;font-family:"claroicons"}.ico-power:before{content:"\e9b7" ;font-family:"claroicons"}.ico-printer:before{content:"\e9b8" ;font-family:"claroicons"}.ico-radio:before{content:"\e9b9" ;font-family:"claroicons"}.ico-rating-g:before{content:"\e9ba" ;font-family:"claroicons"}.ico-rating-nc-17:before{content:"\e9bb" ;font-family:"claroicons"}.ico-rating-pg-13:before{content:"\e9bc" ;font-family:"claroicons"}.ico-rating-pg:before{content:"\e9bd" ;font-family:"claroicons"}.ico-rating-r:before{content:"\e9be" ;font-family:"claroicons"}.ico-refresh-ccw:before{content:"\e9bf" ;font-family:"claroicons"}.ico-refresh-cw:before{content:"\e9c0" ;font-family:"claroicons"}.ico-repeat:before{content:"\e9c1" ;font-family:"claroicons"}.ico-rewind:before{content:"\e9c2" ;font-family:"claroicons"}.ico-rotate-ccw:before{content:"\e9c3" ;font-family:"claroicons"}.ico-rotate-cw:before{content:"\e9c4" ;font-family:"claroicons"}.ico-rss:before{content:"\e9c5" ;font-family:"claroicons"}.ico-save:before{content:"\e9c6" ;font-family:"claroicons"}.ico-scissors:before{content:"\e9c7" ;font-family:"claroicons"}.ico-search:before{content:"\e9c8" ;font-family:"claroicons"}.ico-send:before{content:"\e9c9" ;font-family:"claroicons"}.ico-server:before{content:"\e9ca" ;font-family:"claroicons"}.ico-settings:before{content:"\e9cb" ;font-family:"claroicons"}.ico-share-2:before{content:"\e9cc" ;font-family:"claroicons"}.ico-share:before{content:"\e9cd" ;font-family:"claroicons"}.ico-shield-off:before{content:"\e9ce" ;font-family:"claroicons"}.ico-shield:before{content:"\e9cf" ;font-family:"claroicons"}.ico-shopping-bag:before{content:"\e9d0" ;font-family:"claroicons"}.ico-shopping-cart:before{content:"\e9d1" ;font-family:"claroicons"}.ico-shuffle:before{content:"\e9d2" ;font-family:"claroicons"}.ico-sidebar:before{content:"\e9d3" ;font-family:"claroicons"}.ico-skip-back:before{content:"\e9d4" ;font-family:"claroicons"}.ico-skip-forward:before{content:"\e9d5" ;font-family:"claroicons"}.ico-slash:before{content:"\e9d6" ;font-family:"claroicons"}.ico-sliders:before{content:"\e9d7" ;font-family:"claroicons"}.ico-smartphone:before{content:"\e9d8" ;font-family:"claroicons"}.ico-smile:before{content:"\e9d9" ;font-family:"claroicons"}.ico-speaker:before{content:"\e9da" ;font-family:"claroicons"}.ico-square:before{content:"\e9db" ;font-family:"claroicons"}.ico-star-full:before{content:"\e9dc" ;font-family:"claroicons"}.ico-star-half:before{content:"\e9dd" ;font-family:"claroicons"}.ico-star:before{content:"\e9de" ;font-family:"claroicons"}.ico-stop-circle:before{content:"\e9df" ;font-family:"claroicons"}.ico-store:before{content:"\e9e0" ;font-family:"claroicons"}.ico-sun:before{content:"\e9e1" ;font-family:"claroicons"}.ico-sunrise:before{content:"\e9e2" ;font-family:"claroicons"}.ico-sunset:before{content:"\e9e3" ;font-family:"claroicons"}.ico-tablet:before{content:"\e9e4" ;font-family:"claroicons"}.ico-tag:before{content:"\e9e5" ;font-family:"claroicons"}.ico-target:before{content:"\e9e6" ;font-family:"claroicons"}.ico-thermometer:before{content:"\e9e7" ;font-family:"claroicons"}.ico-thumbs-down:before{content:"\e9e8" ;font-family:"claroicons"}.ico-thumbs-up:before{content:"\e9e9" ;font-family:"claroicons"}.ico-toggle-left:before{content:"\e9ea" ;font-family:"claroicons"}.ico-toggle-right:before{content:"\e9eb" ;font-family:"claroicons"}.ico-tool:before{content:"\e9ec" ;font-family:"claroicons"}.ico-trash-2:before{content:"\e9ed" ;font-family:"claroicons"}.ico-trash:before{content:"\e9ee" ;font-family:"claroicons"}.ico-trending-down:before{content:"\e9ef" ;font-family:"claroicons"}.ico-trending-up:before{content:"\e9f0" ;font-family:"claroicons"}.ico-triangle:before{content:"\e9f1" ;font-family:"claroicons"}.ico-truck:before{content:"\e9f2" ;font-family:"claroicons"}.ico-tv:before{content:"\e9f3" ;font-family:"claroicons"}.ico-twitter:before{content:"\e9f4" ;font-family:"claroicons"}.ico-type:before{content:"\e9f5" ;font-family:"claroicons"}.ico-umbrella:before{content:"\e9f6" ;font-family:"claroicons"}.ico-underline:before{content:"\e9f7" ;font-family:"claroicons"}.ico-unlock:before{content:"\e9f8" ;font-family:"claroicons"}.ico-upload-cloud:before{content:"\e9f9" ;font-family:"claroicons"}.ico-upload:before{content:"\e9fa" ;font-family:"claroicons"}.ico-user-check:before{content:"\e9fb" ;font-family:"claroicons"}.ico-user-love:before{content:"\e9fc" ;font-family:"claroicons"}.ico-user-minus:before{content:"\e9fd" ;font-family:"claroicons"}.ico-user-monitor:before{content:"\e9fe" ;font-family:"claroicons"}.ico-user-phone:before{content:"\e9ff" ;font-family:"claroicons"}.ico-user-plus:before{content:"\ea00" ;font-family:"claroicons"}.ico-user-x:before{content:"\ea01" ;font-family:"claroicons"}.ico-user:before{content:"\ea02" ;font-family:"claroicons"}.ico-users:before{content:"\ea03" ;font-family:"claroicons"}.ico-video-off:before{content:"\ea04" ;font-family:"claroicons"}.ico-video:before{content:"\ea05" ;font-family:"claroicons"}.ico-voicemail:before{content:"\ea06" ;font-family:"claroicons"}.ico-volume-1:before{content:"\ea07" ;font-family:"claroicons"}.ico-volume-2:before{content:"\ea08" ;font-family:"claroicons"}.ico-volume-x:before{content:"\ea09" ;font-family:"claroicons"}.ico-volume:before{content:"\ea0a" ;font-family:"claroicons"}.ico-watch:before{content:"\ea0b" ;font-family:"claroicons"}.ico-wifi-off:before{content:"\ea0c" ;font-family:"claroicons"}.ico-wifi:before{content:"\ea0d" ;font-family:"claroicons"}.ico-wind:before{content:"\ea0e" ;font-family:"claroicons"}.ico-x-circle:before{content:"\ea0f" ;font-family:"claroicons"}.ico-x-octagon:before{content:"\ea10" ;font-family:"claroicons"}.ico-x-square:before{content:"\ea11" ;font-family:"claroicons"}.ico-x:before{content:"\ea12" ;font-family:"claroicons"}.ico-youtube:before{content:"\ea13" ;font-family:"claroicons"}.ico-zap-off:before{content:"\ea14" ;font-family:"claroicons"}.ico-zap:before{content:"\ea15" ;font-family:"claroicons"}.ico-zoom-in:before{content:"\ea16" ;font-family:"claroicons"}.ico-zoom-out:before{content:"\ea17" ;font-family:"claroicons"}.ico-download-cloud:before{content:"\ea18" ;font-family:"claroicons"}.ico-facebook-messenger-s:before{content:"\ea19" ;font-family:"claroicons"}.ico-facebook-s:before{content:"\ea1a" ;font-family:"claroicons"}.ico-google-plus-s:before{content:"\ea1b" ;font-family:"claroicons"}.ico-instagram-s:before{content:"\ea1c" ;font-family:"claroicons"}.ico-linkedin-s:before{content:"\ea1d" ;font-family:"claroicons"}.ico-pinterest-s:before{content:"\ea1e" ;font-family:"claroicons"}.ico-skype-s:before{content:"\ea1f" ;font-family:"claroicons"}.ico-snapchat-s:before{content:"\ea20" ;font-family:"claroicons"}.ico-spotify-s:before{content:"\ea21" ;font-family:"claroicons"}.ico-telegram-s:before{content:"\ea22" ;font-family:"claroicons"}.ico-tinder-s:before{content:"\ea23" ;font-family:"claroicons"}.ico-twitter-s:before{content:"\ea24" ;font-family:"claroicons"}.ico-waze-s:before{content:"\ea25" ;font-family:"claroicons"}.ico-whatsapp-s:before{content:"\ea26" ;font-family:"claroicons"}.ico-youtube-s:before{content:"\ea27" ;font-family:"claroicons"}.ico-claro-user:before{content:"\ea28" ;font-family:"claroicons"}.ico-smartphone2:before{content:"\ea29" ;font-family:"claroicons"}.ico-1-play-internet:before{content:"\ea2a" ;font-family:"claroicons"}.ico-1-play-telefono:before{content:"\ea2b" ;font-family:"claroicons"}.ico-1-play-tv:before{content:"\ea2c" ;font-family:"claroicons"}.ico-2-play-telefono-internet:before{content:"\ea2d" ;font-family:"claroicons"}.ico-2-play-tv-internet:before{content:"\ea2e" ;font-family:"claroicons"}.ico-2-play-tv-telefono:before{content:"\ea2f" ;font-family:"claroicons"}.ico-3-play:before{content:"\ea30" ;font-family:"claroicons"}.ico-tiktok-s:before{content:"\ea32" ;font-family:"claroicons"}.ico-c-instagram-s:before{content:"\ea35" ;font-family:"claroicons"}.ico-c-snapchat-s:before{content:"\ea36" ;font-family:"claroicons"}.ico-c-telegram-s:before{content:"\ea37" ;font-family:"claroicons"}.ico-c-tiktok-s:before{content:"\ea38" ;font-family:"claroicons"}.ico-c-twitter-s:before{content:"\ea39" ;font-family:"claroicons"}.ico-c-waze-s:before{content:"\ea3a" ;font-family:"claroicons"}.ico-c-whatsapp-s:before{content:"\ea3b" ;font-family:"claroicons"}.ico-c-youtube-s:before{content:"\ea3c" ;font-family:"claroicons"}.ico-c-x-s:before{content:"\ea4b" ;font-family:"claroicons"}.ico-x-s:before{content:"\ea4a" ;font-family:"claroicons"}.ico-twitch-s:before{content:"\e95e" ;font-family:"claroicons"}.ico-facebook-app:before{content:"\e97c" ;font-family:"claroicons"}.ico-teams:before{content:"\e984" ;font-family:"claroicons"}.ico-plane:before{content:"\e9f4" ;font-family:"claroicons"}.ico-cruise:before{content:"\ea13" ;font-family:"claroicons"}.ico-terrestrial:before{content:"\ea31" ;font-family:"claroicons"}.ico-fc-1-play-internet:before{content:"\ea34" ;font-family:"claroicons"}.ico-fc-1-play-movil:before{content:"\ea3d" ;font-family:"claroicons"}.ico-fc-1-play-telefono:before{content:"\ea3e" ;font-family:"claroicons"}.ico-fc-1-play-tv:before{content:"\ea3f" ;font-family:"claroicons"}.ico-fc-2-play-internet-movil:before{content:"\ea40" ;font-family:"claroicons"}.ico-fc-2-play-internet-telefono:before{content:"\ea41" ;font-family:"claroicons"}.ico-fc-2-play-internet-tv:before{content:"\ea42" ;font-family:"claroicons"}.ico-fc-2-play-tv-movil:before{content:"\ea43" ;font-family:"claroicons"}.ico-fc-2-play-tv-telefono:before{content:"\ea44" ;font-family:"claroicons"}.ico-fc-3-play-internet-telefono-movil:before{content:"\ea45" ;font-family:"claroicons"}.ico-fc-3-play-internet-tv-movil:before{content:"\ea46" ;font-family:"claroicons"}.ico-fc-3-play-internet-tv-telefono:before{content:"\ea47" ;font-family:"claroicons"}.ico-fc-3-play-tv-telefono-movil:before{content:"\ea48" ;font-family:"claroicons"}.ico-fc-full-claro:before{content:"\ea49" ;font-family:"claroicons"}.ico-channel-sd:before{content:"\ea4c" ;font-family:"claroicons"}.ico-channel-hd:before{content:"\ea4d" ;font-family:"claroicons"}.ico-ethernet:before{content:"\ea4e" ;font-family:"claroicons"}.ico-family:before{content:"\ea4f" ;font-family:"claroicons"}.ico-militia:before{content:"\ea50" ;font-family:"claroicons"}.ico-doctors:before{content:"\ea51" ;font-family:"claroicons"}
