/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

 .img-responsive {
	 display: block;
    height: auto;
    max-width: 100%;
 }

.text-center { text-align:center; }
.text-left { text-align:left; }
.text-right { text-align:right; }

 .msgAccessAlert { font-weight:700; text-align:center; }
 
 /* ACCESS PAGE */
  .cssHidden {display:none !important;}
.cssClear { clear: both; }
.full-width {width:100%; float:left;}
.no-padding {padding-left:0px; padding-right:0px;}
.no-padding-right {padding-right:0px;}
.no-padding-left {padding-left:0px;}
.no-border {border:0px !important;}
.pos-relative {position:relative;}
.pos-absolute {position:absolute;}
.pos-fixed {position:fixed;}
.pos-static {position:static;}
.blk-block-top-0 {margin-top:0px;}
.blk-block-top-5 {margin-top:5px;}
.blk-block-top-10 {margin-top:10px;}
.blk-block-top-15 {margin-top:15px;}
.blk-block-top-20 {margin-top:20px;}
.blk-block-top-25 {margin-top:25px;}
.blk-block-top-30 {margin-top:30px;}
.blk-block-top-35 {margin-top:35px;}
.blk-block-top-40 {margin-top:40px;}
.blk-block-top-45 {margin-top:45px;}
.blk-block-top-50 {margin-top:50px;}
.blk-block-top-100 {margin-top:100px;}
.blk-block-0 {margin-bottom:0px;}
.blk-block-5 {margin-bottom:5px;}
.blk-block-10 {margin-bottom:10px;}
.blk-block-15 {margin-bottom:15px;}
.blk-block-20 {margin-bottom:20px;}
.blk-block-25 {margin-bottom:25px;}
.blk-block-30 {margin-bottom:30px;}
.blk-block-35 {margin-bottom:35px;}
.blk-block-40 {margin-bottom:40px;}
.blk-block-45 {margin-bottom:45px;}
.blk-block-50 {margin-bottom:50px;}

.bold { font-weight:700 !important;}
.bold a { font-weight:700 !important; text-decoration:none;}
.bold a:hover { font-weight:700 !important; text-decoration:underline;}
.bold b { font-weight:700 !important;}
.bold strong { font-weight:700 !important;}
.bold p { font-weight:700 !important;}
.bold span { font-weight:700 !important;}

.img-in-text {float:left; margin-right:15px; margin-bottom:15px;}
.img-center {margin-left: auto; margin-right: auto;}

 .container-login {padding-left:15px; padding-right:15px; width:100%; margin-left: auto; margin-right:auto; background:#F4F4F4; padding-top:30px; padding-bottom:30px;}
@media (min-width: 768px) {
  .container-login {width: 570px;}
}


.accesspage {
	background-color:#f4f4f4;
}

.tab-content > .active {
    opacity: 1;
}


#border-frame-top, #border-frame-left, #border-frame-bottom, #border-frame-right { display:none; }

/*

#border-frame-top {
    top: 0;
    padding-left: 10px;
    background-image: url(/img/cms/border-frame-top-left.png);
    background-position: 0 0;
}

#border-frame-top, #border-frame-bottom {
    left: 0;
    right: 0;
    background-repeat: no-repeat;
}
.border-frame {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-transition: opacity 125 ms ease-in;
    -o-transition: opacity 125ms ease-in;
    -webkit-transition: opacity 125ms ease-in;
    transition: opacity 125ms ease-in;
    position: fixed;
    z-index: 20;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: translateZ(0);
}

*/
.context-background-color {
    background-color: #000;
}

#border-frame-right {
    right: 0;
    padding-top: 10px;
    background-image: url(/img/cms/border-frame-top-right.png);
    background-position: 0 0;
}
#border-frame-left, #border-frame-right {
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
}
.border-frame {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-transition: opacity 125 ms ease-in;
    -o-transition: opacity 125ms ease-in;
    -webkit-transition: opacity 125ms ease-in;
    transition: opacity 125ms ease-in;
    position: fixed;
    z-index: 20;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: translateZ(0);
}


#border-frame-bottom {
    bottom: 0;
    padding-right: 10px;
    background-image: url(/img/cms/border-frame-bottom-right.png);
    background-position: 100% 0;
}

.border-frame {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-transition: opacity 125 ms ease-in;
    -o-transition: opacity 125ms ease-in;
    -webkit-transition: opacity 125ms ease-in;
    transition: opacity 125ms ease-in;
    position: fixed;
    z-index: 20;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: translateZ(0);
}


#border-frame-left {
    left: 0;
    top: 10px;
    padding-bottom: 10px;
    background-image: url(/img/cms/border-frame-bottom-left.png);
    background-position: 0 100%;
}
#border-frame-left, #border-frame-right {
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
	z-index:999;
}
.border-frame {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-transition: opacity 125 ms ease-in;
    -o-transition: opacity 125ms ease-in;
    -webkit-transition: opacity 125ms ease-in;
    transition: opacity 125ms ease-in;
    position: fixed;
    z-index: 20;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: translateZ(0);
}



#border-frame-left .stripes, #border-frame-right .stripes {
    background-image: url(/img/cms/border-frame-vertical.png);
    background-repeat: repeat-y;
    background-position: 0 0;
    width: 10px;
    height: 100%;
}

#border-frame-top .stripes, #border-frame-bottom .stripes {
    background-image: url(/img/cms/border-frame-horizontal.png);
    background-repeat: repeat-x;
    background-position: 0 0;
    height: 10px;
}



.FooterBottomLinks { margin-bottom:0 !important; }

/*
#header { margin-top:10px !important; }
#footer { margin-bottom: 10px !important; }
*/

#header .header-top {
    margin-top: 10px !important;
}

span.h3.product-title {
    height: 50px;
    line-height: 22px;
	overflow: hidden;
}

.free-shipping-advice { 
font-weight:700;
}

.rss_logo_left {
	text-align:right;
}
.rss_logo_right {
	text-align:left;
}

.LegalInfoAccess p {
	font-style:italic;
}

.LegalInfoAccess p a {
	text-decoration:underline;
}


.lbl_use_same_address { text-align:left; }
.lbl_use_same_address strong { font-weight:700; }

.LegalCompliance { margin:20px 10px; font-weight:600; }


#cart-subtotal-shipping { 
	/* display:none !important; */
}

.carrier-price {
	display:none !important;
}







@media (max-width: 468px) {
    #ttcmsfooterservice {
        width:100%;
        float:none;
    }
  #ttcmsfooterservice .title { display:none; }
  
  .FooterBottomLinks {
      display:block;
      width:100%;
      padding:0;
      margin:0;
  }
  
  
}

.IngredientesAdvice .DescHolder .card {
    border:none;
}

.IngredientesAdvice .DescHolder .card .card-header {
    padding:0;
    background:none;
    border:none;
}

.IngredientesAdvice .DescHolder .card .card-header .btn {
    font-size: 13px;
    color:#888;
    font-weight:700;
    padding :0; 
}


.condition-label a {
    font-weight: 700;
}


.free-shipping-advice {
	display: none !important;
}




.NewAddressLegalHolder {
	clear:both;
	text-align:left;
	margin:20px 0;
}

.NewAddressLegalHolder a {
	font-weight:700;
}



.MGMBannerPC, .MGMBannerMobile { margin:10px auto; display: none !important; }

@media (min-width: 468px) {
.MGMBannerPC { display:block; }
.MGMBannerMobile { display:none; }
}
@media (max-width: 467px) {
.MGMBannerPC { display:none; }
.MGMBannerMobile { display:block; }
.ShipInfoHeader{
	text-align:center;
}
}

.blockreassurance_product {
    /* display: none; */
}

.ShipInfoHeader {
    line-height: 26px;
    padding: 7px 0;
    color: #FFF;
}


.BasketShipFreeProposal{
	padding-top: 20px;
    color: #ff8100 !important;
	text-align:center;
}



.rmkMGM {
    background: #ffffff;


    font-size: 13px;
    line-height: 1.25;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;

    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
	
	    color: #777777;
    border: 1px solid #f0f0f0;
    padding: 0.5rem 1rem;
	
}

.ttspecial-products .product-miniature .discount-percentage.discount-percentage,
.products .product-miniature .discount-percentage.discount-percentage,
.products .product-price-and-shipping .regular-price,
.product-prices .product-discount,
.has-discount.product-price .product-discount,
.has-discount .discount {
    display: none;
}

.lf_lvmh #search_query_top{
    border-right: 1px solid #e2e2e2 !important;
}
.lf_lvmh .button-search{
    background: #FEFEFE !important;
    border: 0  !important;
    padding: 5px 7px !important;
    color: black !important;
    position: absolute;
    margin-right: 0;
    margin-top: 2px;
    right: 2px !important;
}

#search_block_top #search_query_top{
    border: 1px solid #e2e2e2 !important;
}

#header .header-top{
    box-shadow: none !important;
}

#ttcmsheaderservices{
    display: none !important;
}

#content-wrapper .products-selection .total-products{
    display: none !important;
}

.mobile_account I{
    color: #000000 !important;
    left: 0 !important;
    right: initial !important;
    position: relative !important;
    top: 5px !important;
    z-index: 99;
}

@media (min-width: 768px) {
    .mobile_account{
        display: none !important;
    }
}

@media (max-width: 767px) {
    .logo{
        margin: 0 auto !important;
    }

    #header{
        margin-bottom: 0 !important;
    }

    .header-nav .mobile{
        display: none !important;
    }

    .header-top .menu-title{
        /*background: #fefefe;*/
        display: none !important;
    }

    .header-top #menu-icon{
        background-color: #FEFEFE !important;
        height: 40px !important;
        width: 60px !important;
    }

    #menu-icon i{
        color: #000000 !important;
        left: 0 !important;
        right: initial !important;
        position: relative !important;
        top: 5px !important;
        z-index: 99;
    }

    #header .blockcart .header a::after{
        background: none !important;
    }
    .header i.shopping-cart{
        position: relative;
        width: 65px;
        height: 45px;
        display: block !important;
        color: #000000 !important;
        z-index: 999;
        top: 5px;
    }
    #header .header-top .blockcart span.cart-products-count {
        background: #000000 !important;
        color: #FEFEFE !important;
        right: -4px !important;
        top: -31px !important;
        font-size: 10px;
    }

    #header #_mobile_cart {
        background: #FEFEFE;
        border-radius: 0;
        top: auto;
        height: 40px;
        position: relative;
        right: initial;
        width: auto;
        z-index: 1;
        bottom: initial;
        margin: 0;
    }

    #_mobile_cart .blockcart .header a{
        width: 30px !important;
        display: inline-block;
        height: initial;
        vertical-align: top;
    }

    #search_block_top #search_query_top {
        width: 100% !important;
        /*margin-left: 40px;*/
    }

    #search_block_top .btn.button-search:before{
        display: none !important;
    }

    #search_block_top .btn.button-search{
        /*top: -18px !important;*/
        background: transparent !important;
    }

    #search_block_top #searchbox{
        background: transparent !important;
    }

    #search_block_top {
        width: 55% !important;
    }

    body{
        background: #FEFEFE !important;
    }

    #header .header-top > .container{
        padding-bottom: 5px !important;
        border-bottom: 1px solid #f8f8f8 !important;
    }

    #mobile_top_menu_wrapper #top-menu{
        padding-left: 10px !important;
    }
}

#header .cart-preview .shopping-cart{
    width: 0 !important;
}


.block-category{
	min-height: initial !important;
}

/* Solo en plantillas de tiendas LVMH (No Loewe) */
#content-wrapper .breadcrumb {
    width: 49%;
    padding-right: 0 !important;
}

.products-selection .sort-by{
    width: 90px;
    text-align: left;
    padding: 0;
    display: inline-block;
}

.products-selection{
    float: none;
    width: 100%;
    padding-top: 0;
    display: inline-block;
}

.products-selection .col-md-4{
    width: 40%;
    float: right;
    display: inline-block;
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 767px) {
    .block-category{
        text-align: center;
        margin-bottom: 0;
    }
    .products-selection .sort-by{
        display: inline-block !important;
    }

    .products-sort-order{
        display: inline-block;
        float: right;
        width: 50%;
    }

    .products-selection .col-md-4{
        width: 100% !important;
    }
}
/* Fin Solo para tiendas LVMH (No Loewe) */