/*Modify images path from core main css */

/*.c-shop-locator-map-controls .control--filter-favourites .icon:after {
  background: url("../../assets/icons/icon-favourite.svg") 0 0 transparent no-repeat;
}
.c-shop-map-label .eta:after {
  background: url("../../assets/icons/icon-arrow-small-right.svg") 0 0 transparent no-repeat;
}
.ua-no-touch .c-zoom-overlay .c-image,.ua-no-touch .c-zoom-overlay .c-image-responsive {
  cursor: url(../../assets/images/cursors/cursor-zoom-out.png) 28 0, auto;
}
.ua-no-touch .m-hero .carousel-prev {
  cursor: url(../../assets/images/cursors/cursor-pointer-arrow-left.png) 0 6, auto;
}
.ua-no-touch .m-hero .carousel-next {
  cursor: url(../../assets/images/cursors/cursor-pointer-arrow-right.png) 43 6, auto;
}
.ua-no-touch .c-product-images .c-image,.ua-no-touch .c-product-images .c-image-responsive {
  cursor: url(../../assets/images/cursors/cursor-zoom-in.png) 20 20, auto;
}
.ua-no-touch .c-product-moreinfo>.toggler {
  cursor: url(../../assets/images/cursors/cursor-expand.png) 0 6, auto;
}
.ua-no-touch .c-product-moreinfo.is-expanded>.toggler {
  cursor: url(../../assets/images/cursors/cursor-collapse.png) 0 6, auto;
}
.ua-no-touch .c-tile .carousel-prev {
  cursor: url(../../assets/images/cursors/cursor-pointer-arrow-left.png) 0 6, auto;
}
.ua-no-touch .c-tile .carousel-next {
  cursor: url(../../assets/images/cursors/cursor-pointer-arrow-right.png) 43 6, auto;
}
.c-shop-locator-map-controls .control--locate-user .icon {
  background: url("../../assets/icons/icon-locate-user.svg") 0 0 transparent no-repeat;
}
.c-shop-locator-map-controls .control--filter-favourites .icon:before {
  background: url("../../assets/icons/icon-favourite-selected.svg") 0 0 transparent no-repeat;
}
.c-shop-locator-map-controls .control--filter-favourites .icon:after {
  background: url("../../assets/icons/icon-favourite.svg") 0 0 transparent no-repeat;
}*/

/*END Modify images path from core main css */

/* FIX BARRA BUSCADOR */ 
.c-secondary-nav[data-current-theme="light"] .search-input-line svg circle, .c-secondary-nav[data-current-theme="light"] .search-input-line svg path {
  stroke: #fff !important
}
/* FIX BARRA BUSCADOR */ 

/* Contact */
.p-contact-us a {
    border: none;
}
.p-contact-us a:hover {
    text-decoration: underline;
}
.p-contact-us button {
    border: 1px solid black;
    padding: 10px;
    min-width: 200px;
    cursor: pointer;
	background-color: white;
}
.p-contact-us button:hover {
    background-color: #eee;
}
.p-contact-us .red {
    color: #ff496a;
}
/* End Contact*/

/* Footer Contact */
@media screen and (min-width: 900px)
{ 
  .m-footer.contact div
  {
    display: inline;
  }
  .m-footer.contact .c-link-list
  {
    padding-left: 10px;
    padding-right: 10px;
  }
  .m-footer.contact .footer-contact-border-right
  {
    border-right: 1px solid black;
  }
  /*.m-footer.contact .header
  {
    font-size: 110%;
  }
  .m-footer.contact .noheader
  {
    font-size: 85%;
  }*/
  .m-newsletter
  {
    margin-bottom: -2px;
  }
}
@media screen and (max-width: 900px)
{ 
  .m-footer.contact .c-link-list
  {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  /*.m-footer.contact .header
  {
    font-size: 120%;
  }
  .m-footer.contact .noheader
  {
    font-size: 90%;
  }*/
}
.m-footer.contact
{
  padding-top: 34px;
  padding-bottom: 34px;
  border-bottom: 1px solid #eee;
}
.m-footer.contact div
{
  text-align: center;
}
.m-footer.contact .title, .m-footer.contact .noheader
{
  font-weight: bold;
}
#footerContactPhone
{
  color: #6fd5a4;
}
#footerContactTimes
{
  font-weight: inherit;
}
/* End Footer Contact */

/* Footer h2 */
.h2 
{
  font-weight: bold;
}
/* End Footer h2 */

/* Popover body font weight */
.c-popover--flexible .popover-content--body 
{
    font-weight: 200;
}
/* End Popover body font weight */

/* Top banner content*/
.m-banner
{
	z-index: 100;
	display: none;
}
@media screen and (max-width: 899px){
	.m-banner
	{
		height: auto;
	}
	.m-banner-category
	{
		margin-bottom: 10px;
	}
}
.no-banner{
	transform: translate3d(0px, 0px, 0px) !important;
}
.m-header{
	transform: translate3d(0px, 0px, 0px);
}
#m-banner-content
{
	font-size: 12px;
	padding: 10px 10%;
	background-color: #f9f9f9;
	font-weight: 300;
}
@media screen and (max-width: 900px)
{
	#m-banner-content
	{
		font-size: 11px;
		line-height: 13px;
		padding: 8px 10%;
	}
}
/* End top banner content */

/* GiftCard images */
#services_02 .section-image--media
{
	background-position: center center;
}
.p-gift-card--buy .gift-card-background
{
	background-image: url('../images/giftcards/physical.jpg');
	background-position: center center;
	background-size: contain;
}
.p-gift-card--buy-virtual .gift-card-background
{
	background-image: url('../images/giftcards/virtual.jpg');
	background-position: center center;
}
/* End GiftCard images */

/* Shopguide payment icons */
#shopGuide4PMIcons
{
    padding: 0px 20px 20px 20px;
}
/* End shopguide payment icons */

/* New privacy policy */
.privacy_policy_brief
{
	display:none;
}
.privacy_policy_brief td
{
	padding-left: 20px;
	padding-top: 20px;
}
.privacy_policy_brief td:first-child
{
	padding-left: 0px;
}
.privacy_policy_brief td:last-child
{
	white-space: nowrap;
}
.privacy_policy_brief a
{
	text-decoration: underline;
}
/* End new privacy policy */

/* New privacy policy footer */
#newPrivacyPolicyFooter
{
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #eee;
    background-color: white;
    z-index: 119;
    position: relative;
}
#newPrivacyPolicyFooterClose
{
  padding: 5px 10px;
  float: right;
  cursor:pointer;
}
#newPrivacyPolicyFooterText
{
  padding: 20px 40px;
}
/* End new privacy policy footer */

/* Duplicated searchstores */
#footerSocial #searchstores
{
	display: none;
}
/* End duplicated searchstores */

.p-worldwide .page { display:none; }

@media screen and (max-width: 700px)
{
  #bottombaranim {  display:none;  }
}




/** barra youPay **/
.side-shopcart .banner_youpay .tooltip .icon-info {
    cursor: pointer;
}

.side-shopcart .banner_youpay .banner_imagen .c-icon img {
    width: 20px !important;
}

.c-side-shopcart .footer-side-shopcart .banner_youpay {
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #e8e8e8;
    height: 55px;
    padding: 0px 20px;
    position: relative
}

.c-side-shopcart .footer-side-shopcart .banner_youpay .banner_imagen {
    display: inline-block
}

.c-side-shopcart .footer-side-shopcart .banner_youpay .banner {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0
}

.c-side-shopcart .footer-side-shopcart .banner_youpay .banner>div {
    position: absolute;
    padding-left: 55px;
    padding-right: 55px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    font-size: 13px
}

.c-side-shopcart .footer-side-shopcart .banner_youpay .tooltip {
    display: inline-block;
    position: relative;
    float: right;
    height: 100%
}

.c-side-shopcart .footer-side-shopcart .banner_youpay .tooltip>div {
    cursor: pointer;
    padding: 10px 0 10px 10px;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute
}

@media screen and (max-width: 899px) {
    .c-side-shopcart .footer-side-shopcart .banner_youpay .tooltip .icon-info svg g path {
        fill:#bbb
    }
	
    .c-side-shopcart .footer-side-shopcart .banner_youpay .banner_imagen .c-icon img {
        width:15px !important
    }
	
	.c-side-shopcart .footer-side-shopcart .banner_youpay {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}
/** FIN barra youPay **/

/* TopHeader popup */
.topHeader_popup {
  position:fixed; width:100%; height:100%; z-index:150; font-family:graphik; top:0px; left:0px; line-height: 22px; font-size:13px;
}
.topHeader_popup_background {
  position:absolute; width:100%; height:100%; opacity:.4; background-color:#000;
}
.topHeader_popup_container {
  position:absolute; background-color: white; font-weight: 300;
}
@media screen and (max-width: 899px)
{
  .topHeader_popup_container {
    position:absolute; bottom:0; padding: 50px; max-height: 100%; overflow-y: auto;
  }
}
@media screen and (min-width: 900px)
{
  .topHeader_popup_container {
    position:absolute; top: 50%; left: 50%; max-width: 600px; padding: 50px; transform: translateX(-50%) translateY(-50%);
  }
}
.topHeader_popup_close {
  position:absolute; top:0px; right:0px; width: 30px; height: 30px; padding: 10px; line-height: 0px; cursor: pointer;
}
/* End TopHeader popup */

.m-bottom-bar.pink:before {
    content: '.';
    width: 100px;
    height: 100px;
    background-image: url(../images/bottombar/pink.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    color: rgba(0,0,0,0);
    float: right;
    margin: 20px;
	background-position-x: right;
}
@media screen and (max-width: 899px){
	.m-bottom-bar.pink:before {
		width: 50px;
		height: 50px;
	}
	.m-header {
		transform: translate3d(0px, 0px, 0px) !important;
	}
}
/* End TopHeader popup */
.solo-product {
  float: none !important;
  display: inline-block;
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:focus
{
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0px 1000px #000 inset;
  transition: background-color 5000s ease-in-out 0s;
}

.m-seo .content-wrapper>h1 {
	font-weight: 550;
}