/**
 * These values will not show up in content, but can be 
 * queried by JavaScript (stl-custom.js) to know which breakpoint is active.
 * Add or remove as many breakpoints as you like.
 */

@media (min-width: 992px) {
	#modal-ww {
		max-width: 600px;
		width: 600px;
		min-height: 300px;
	}
	#modal-ww .inner {
		overflow-y: visible;
	}
}

#modal-terms-chshoelove, #modal-privacy-policy, #modal-legal-notice {
    min-height: 10vh;
    max-width: 1020px;
}

body:before {
	content: "smartphone";
	display: none;
	/* Prevent from displaying. */
}

@media (min-width: 768px) {
	body:before {
		content: "tablet";
	}
}

@media (min-width: 992px) {
	body:before {
		content: "desktop";
	}
}


/* BEGIN EMSPOT's: CH_Spot_Privacy_Policy,CH_Spot_Term_And_Conds,CH_Spot_Legal_Notice  */

@media (min-width: 20px) {
	#modal-terms,
	#modal-privacy-policy,
	#modal-legal-notice,
	#modal-banner {
		max-width: 100%;
		width: 100%;
		margin: 0px;
		padding: 20px 0px 20px;
	}
	
	
	    
}

@media (min-width: 768px) {
	#modal-terms,
	#modal-privacy-policy,
	#modal-legal-notice,
	#modal-banner {
		padding: 40px;
	}
	
}

@media (min-width: 992px) {
	#modal-terms,
	#modal-privacy-policy,
	#modal-legal-notice,
	#modal-banner {
		padding: 60px;
		margin: 40px auto;
		max-width: 1020px;
		min-height: 0;
	}
}

#modal-terms,
#modal-privacy-policy,
#modal-legal-notice {
	min-height: 100vh;
}

#home-custom-banner-popup{
	max-width: 80%;
}

@media only screen and (max-width: 768px) {
  #home-custom-banner-popup{
	max-width: 100%;
}
}

@media screen and (max-width: 767px) {
	.terms,
	.privacy-policy,
	.legal-notice {
		padding-left: 20px;
		padding-right: 20px;
	}
}


#modal-nosale {
  max-width: 760px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px;
}

div.nosale {
  width: 80%;
  margin: 0 auto;
}

div.terms p.link,
div.privacy-policy p.link,
div.legal-notice p.link {
	text-align: left;
}

div.terms p,
div.privacy-policy p,
div.legal-notice p {
	text-align: justify;
}

div.terms a:hover,
div.privacy-policy a:hover,
div.legal-notice a:hover {
	text-decoration: underline;
}

.modal div.terms,
.modal div.privacy-policy,
.modal div.legal-notice {
	width: 100%;
}

div.terms,
div.privacy-policy,
div.legal-notice {
	width: 80%;
	margin: 0 auto;
}

div.terms table,
.terms td,
.terms th,
div.privacy-policy table,
.privacy-policy td,
.privacy-policy th,
div.privacy-policy table,
.privacy-policy td,
.privacy-policy th {
	border: 1px solid #ddd;
	text-align: left;
}

div.terms table,
div.privacy-policy table,
div.legal-notice table {
	border-collapse: collapse;
	width: 100%;
}

div.terms th,
.terms td,
div.privacy-policy th,
.privacy-policy td,
div.legal-notice th,
.legal-notice td {
	padding: 5px;
}


/* END EMSPOT's: CH_Spot_Privacy_Policy,CH_Spot_Term_And_Conds,CH_Spot_Legal_Notice  */


/* BEGIN Product: Tab content*/

div.tab-content>span[name='infoProduct']>p {
	line-height: inherit !important;
}

div.tab-content,
div.tab-content>span[name='infoProduct']>ul {
	line-height: inherit !important;
	letter-spacing: initial !important;
}


/* END Product: Tab content*/


/* BEGIN: CH_Spot_MyAccount_Main_Menu*/

.buyingGuide-menu ul li a.active {
	font-weight: bold;
}


/* END: CH_Spot_MyAccount_Main_Menu*/


/* BEGIN: HOME */

.no-padding-no-margin-bottom {
	/*	padding:0px;
	margin-bottom:-6px !important;*/
	margin-top: 1.7% !important;
}


/* END: HOME */


/* BEGIN: CH_Spot_Footer*/

.footerContainer .options {
	padding-left: 20px;
}


/* END: CH_Spot_Footer*/

.table-responsive {
	min-height: .01%;
	overflow-x: auto;
}


/* INI: Select size myBag */

.myBag-table>thead>tr>td.myBag-size .input-container,
.myBag-table>tbody>tr>td.myBag-size .input-container,
.myBag-table>tfoot>tr>td.myBag-size .input-container {
	width: auto;
}

@media screen and (max-width: 767px) {
	.myBag-table>thead>tr>td.myBag-size,
	.myBag-table>tbody>tr>td.myBag-size,
	.myBag-table>tfoot>tr>td.myBag-size {
		width: auto;
	}
}


/* FIN: Select size myBag */


/* BEGIN: CH_Spot_Shopping_Guide_Menu_Content*/

#modal-buying-guide,#modal-customer-care a:hover {
	text-decoration: underline;
}


/* END: CH_Spot_Shopping_Guide_Menu_Content*/

@media (min-width: 20px) {
	ul.categoryList>li a {
		padding: 3px 0px 3px 30px;
	}
	ul.categoryList>li>.subcategoryList {
		padding: 3px 0px 3px 42px;
	}
}

@media (min-width: 992px) {
	ul.categoryList .subcategoryList li a {
		padding: 0px 0px 5px;
	}
}

.icon-likes:before,
.icon-header-likes:before {
	content: ""
}

button[data-grid-favourite]>span,
button#btn-favourite>span {
	background-image: url("../img/assets/stl-sprite.png");
	background-position: -297px -106px;
	background-repeat: no-repeat;
	width: 15px;
	height: 12px;
	margin: 0 8px;
}

button[data-grid-favourite]>span:hover,
button#btn-favourite>span:hover {
	background-image: url("../img/assets/stl-sprite.png");
	background-position: -297px -75px;
	background-repeat: no-repeat;
	width: 15px;
	height: 12px;
	margin: 0 8px;
}

button[data-grid-favourite-ch]{
	background: none;
}

/* ICON HEART MENU */
button[data-grid-favourite-ch]>span {
	background-image: url("../img/assets/heart_hover.png");
	background-size: 12px 12px;
	background-repeat: no-repeat;
	width: 12px;
	height: 13px;
	margin: 0px 2px;
}

button[data-grid-favourite-ch]>span:hover {
	background-image: url("../img/assets/heart_hover.png");
	background-size: 12px 12px;
	background-repeat: no-repeat;
	width: 12px;
	height: 13px;
	margin: 0px 2px;
}

@media screen and (max-width: 767px) {
	button[data-grid-favourite-ch]>span {
	background-image: url("../img/assets/heart_hover.png");
	background-size: 14px 14px;
    	background-repeat: no-repeat;
    	width: 16px;
    	height: 20px;
    	margin: 0px 2px;	
	}
	button[data-grid-favourite-ch]>span:hover {
	background-image: url("../img/assets/heart_hover.png");
	background-size: 14px 14px;
    	background-repeat: no-repeat;
    	width: 16px;
    	height: 20px;
    	margin: 0px 2px;	
	}
}
/* ICON HEART MENU */


/* BEGIN: CH_Spot_MyBag_Banner_Content*/

.popover-container.moreHelp .popover-wrapper {
	width: 320px;
}


/* END: CH_Spot_MyBag_Banner_Content*/


/* BEGIN: Fix Iphone 4*/

div.cookie-legal-overlay div.inner p {
	font-size: small;
}


/* END: Fix Iphone 4*/


/* BEGIN: Fix Exclusivo online*/

.rowContainer .grid_mode li.product {
	position: relative;
}

.rowContainer .product-info .tags .tag.online-exclusive {
	display: block;
	padding: 8px;
	margin: 0px;
	position: absolute;
	background-color: white;
	top: 18px;
	right: 0px;
	font-size: 8px;
}

@media (min-width: 20px) .rowContainer .product-info .tags {
	display: inline !important;
}

@media (min-width: 20px) .rowContainer .product-info .tags .tag {
	display: inline !important;
}

@media (min-width:768px) .rowContainer .product-info .tags {
	display: inline-block !important;
}

@media (min-width: 768px) .rowContainer .product-info .tags .tag {
	display: inline-block !important;
}

@media (min-width: 20px) .rowContainer .product-info .tags {
	display: inline !important;
}

@media (min-width: 20px) .rowContainer .product-info .tags {
	display: inline !important;
}

@media (min-width:768px) .rowContainer .product-info .tags {
	display: inline-block !important;
}

@media (min-width: 768px) .rowContainer .product-info .tags {
	display: inline-block !important;
}


/* END: Fix Exclusivo online*/


.menu-mobile .categoryList>li>a:last-child {
	text-transform: uppercase;
}


/* FOOTER FIX BEGIN RM 5269 */

@media screen and (min-width: 992px) and (max-width: 1679px) {
	#footerWrapper {
		padding-left: 200px;
		padding-right: 4.3%;
	}
	#footerWrapper #footer {
		width: 100%;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	#footerWrapper {
		padding-left: 200px;
		padding-right: 30px;
	}
}


/* Anhadir margin-left en vez de right para desktop */

.footerContainer div.optionsFooter ul.options li {
	margin-left: 20px;
	margin-right: 0;
}

@media screen and (max-width: 767px) {
	.footerContainer div.optionsFooter ul.options li {
		margin-right: 10px;
		margin-left: 0;
		display: block;
	}
}

.footerContainer div.optionsFooter ul.options li:first-child {
	margin-left: 0px;
}


.zoom-container .images-container .image-zoom-wrapper { opacity:1;}



/* FOOTER FIX END RM 5269 */


/* HOT FIX RM 6662 */

@media (min-width: 768px) {
.modal#modal-add-wishlist .custom-select .dropdown-container,
.modal#modal-add-wishlist .custom-select .dropdown-container .dropdown, .modal#modal-customer-service .custom-select .dropdown-container,
.modal#modal-customer-service .custom-select .dropdown-container .dropdown,
.modal form.worldwide .custom-select .dropdown-container,
.modal form.worldwide .custom-select .dropdown-container .dropdown {
max-height: 220px !important;
}
}

/* FOOTER FIX RM 6662 */

.adyen-checkout__payment-method__brands, .adyen-checkout__card__cardNumber__brandIcon{
display:block!important;
}

#modal-customer-care {
  min-height: 100%;
}

@media (min-width: 992px) {
  #modal-customer-care {
    max-width: 1020px;
    min-height: 0;
  }
}