/*
* CATEGORY AND PRODUCT PAGE
*/

/**-----pagination---**/

nav.nav-pagination{
    background: transparent;
    text-align: center;
    margin-top: 50px;
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 10px;
}

.pagination .page-item{
    border-top: 1px solid #cccccc;
}

.pagination .page-item.active .page-link{
    color:#aaaaaa;
    border: none;
    background-color: transparent;
    padding-top: 20px;
}

.pagination .page-item.active .page-link.sel{
    z-index: 3;
    color: #000000;
    background-color: transparent;
    border: none;
}

.more-results{
    margin-top: 12px;
    color: #808080;
}

.visual-std{
    background-image: url(../images/ico/ico-list-disabled.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    margin: 2px;
    border: 0;
    box-shadow: none;
}

.visual-std.active{
    background-image: url(../images/ico/ico-griglia.svg);
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    margin: 2px;
    border: 0;
    box-shadow: none;
}


.visual-alt{
    background-image: url(../images/ico/ico-list-hero-disabled.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    margin: 2px;
    border: 0;
    box-shadow: none;
}

.visual-alt.active{
    background-image: url(../images/ico/ico-list-hero-active.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    margin: 2px;
    border: 0;
    box-shadow: none;
}


#close-search.close-mobile-filter {
    background-image:url(../images/ico/_ico_close.svg);
    background-size: 23px;
    background-position:bottom right;
    background-repeat: no-repeat;

}

.modal-footer{
    border-top: 0;
}

/* slider arrows */

.slick-next::before{
    content: url(../images/ico/Freccia_destra.png);
}

.slick-prev::before{
    content: url(../images/ico/Freccia_sinistra.png);
}

.slick-dots li button::before{
    color: #9CAB95;
    opacity: 1;
    font-size: 50px;
}


.slick-dots li.slick-active button::before{
    border: 0;
    border-radius: 0;
    color: #000000;
    width: 18px;
    height: 1px;
    margin-top: 1px;
}

.slick-dots li button::before{
    content: url(../images/ico/linea-slider.svg);
    width: 10px;
}

/**-----product box calatolg_list ---**/

.top-box-product  {
    position: relative;
}


/*.top-box-product img {
    width: 100%;
}*/

.top-box-product  img.img-hover {
    display: none;
}

.top-box-product .wl {
    position: absolute;
    top:0%;
    right:0%;
    background-image: url(../images/ico/Ico_wishlist_lista.svg);
    background-repeat: no-repeat;
    width: 49px;
    height: 49px;
}

.p-name {
    text-transform: none;
    font-size: 18px;
}

.p-name a{
    color: #000000;
}

.short-desc{
    font-style: italic;
    color:#777777;
    max-width: 560px;
    font-size: 18px;
    margin: 0 auto;
}

.price{
    margin-top:10px;
}

.price-bar {
    text-decoration: line-through;
}


/**-----product box calatolg_list_2 ---**/

.product-block{
    padding: 0;
}
#std-layout-list .product-block {
    padding: 0 8px;
}

.product-block .top-box-product {
    position: relative;
}

.product-block .p-name {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    padding-top: 10px;
    margin-bottom:0 ;
    height: 102px;
    line-height: 30px;
    position: relative;
}

.product-block .p-name span{
    padding-top: 4px;
    position: relative;
    left: 0;
    bottom: 0;
}

.vertical-parure .p-name span{
    padding-top: 4px;
    position: relative;
}

.product-block .p-name a{
    text-transform: none;
    font-size: 18px;
    color:#000000;
}

.product-block .p-name a:hover{
   text-decoration: underline;
}

.product-block .short-desc{
    font-style: normal;
    color:#AAAAAA;
    font-size: 15px;
    height: 35px;
    line-height: 18px;
    overflow: hidden;
   /* max-width: 130px;*/
}

.product-block .price-bar {
    text-decoration: line-through;
    color: #AAAAAA;
}

.product-block .price, .product-block .discount {
    color: #808080;
    font-size: 18px;
}


.product-block .top-box-product .label-1 {
    position: absolute;
    top:5px;
    right:10px;
    font-family: 'Playfair';
    font-size: 20px;
    font-weight: 400;
    z-index: 1001;
   /* background-image: url(../images/ico/Ico_partner_lista.svg);
    background-repeat: no-repeat;
    width: 165px;
    height: 49px;*/
}

.product-block .top-box-product .label-2 {
    position: absolute;
    top:60px;
    left:0;
    /*background-image: url(../images/ico/ico-time.png);
    background-repeat: no-repeat;
    width: 111px;
    height: 40px;*/
}

.product-block .top-box-product .label-3 {
    position: absolute;
    top:120px;
    left:0;
   /* background-image: url(../images/ico/ico-new.png);
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;*/
}



.product-block .top-box-product .card {
    position: absolute;
    top:0;
    right:0;
    background-image: url(../images/card-logo.svg);
    background-repeat: no-repeat;
    border: 0;
    width: 50px;
    height: 50px;
    background-color: transparent;
    background-size: contain;
}

.product-block .top-box-product .wl {
    position: absolute;
    left:10px;
    top:10px;
    background-image: url(../images/ico/wishlist.svg);
    background-repeat: no-repeat;
    width: 21px;
    height: 20px;
    z-index: 1001;
}

.product-block .top-box-product .wl:hover {
    left:10px;
    top:10px;
    background-image: url(../images/ico/wishlist-mouse-hover.svg);
    background-repeat: no-repeat;
    width: 21px;
    height: 20px;
    z-index: 1003;
}

.product-block .top-box-product .edit {
    position: absolute;
    top:49px;
    right:0;
    background-image: url(../images/ico/Ico_personalizzazione_lista.svg);
    background-repeat: no-repeat;
    width: 49px;
    height: 49px;
}


.product-block .top-box-product .qb {
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
}

/*.product-block .top-box-product .qb:hover {
    position: absolute;
    bottom: 0;
    right:0;
    background-image: url(../images/ico/ico-cart-pl-hover.png);
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
}*/



/**-----product box calatolg_list_3 section with hero product ---**/
.top-box-product.hero-product{
    height: calc(100% - 120px);
}
.top-box-product.hero-product .img-hero-hover, .top-box-product.hero-product .img-hero-out{
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.top-box-product.hero-product a:hover { cursor: pointer;}

.top-box-product.hero-product a .img-hero-hover{
    display:none;
    clear: both;
}

.product-block.hero .top-box-product{
    padding-top:0;
    padding-bottom:0;
    background-color:white;
    border-radius: 8px;
}


.row .desk-view > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

.product-detail .price {
    color: #000000;
    font-size: 18px;
}

.text-product{
    height: 160px;
}

/**--- product detail page ---**/
.detail #next-product a{
    width: 38px;
}

.detail .partner {
    position: absolute;
    top:10px;
    left:10px;
    background-image: url(../images/ico/Ico_partner_lista.svg);
    background-repeat: no-repeat;
    width: 165px;
    height: 49px;
    z-index: 999;
}
.detail .to-zoom{
    position: relative;
    display: block;
}

.detail .to-zoom:hover{
    cursor: pointer;
}

.detail .to-zoom:hover::after{
    position: absolute;
    top: 5%;
    right: 4%;
    content: url('../images/ico/ico_search.svg');
    z-index: 1;
    width: 49px;
    height: 49px;
}

.product-detail .p-code {
    color:#AAAAAA;
    font-size: 12px;
    margin-bottom: 10px;
}

.product-detail .p-name,.product-detail h2,.product-detail h3 {
    color:#000000;
    font-size: 40px;
    font-family: 'Playfair', sans-serif;
    line-height: 53px;
    font-style: normal;
    text-transform: none;
    font-weight: normal;
}

.product-detail .short-desc{
    color:#777777;
    font-size: 16px;
    padding: 20px;
    font-style: italic;
    line-height: 25px;
}

.product-detail .attribute-taglia{
    font-size: 16px;
    position: relative;
    color: #aaaaaa;
    line-height: 10px;
    width: auto;
}

.product-detail .custom-select{
    width: auto !important;
}

.product-detail .attribute-taglia select{
    /* margin:0 10px 0 10px;
    height: 25px;
    width: 150px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    background-position: right;
    padding-left: 37px;
    background-image: url(../images/ico/ico-arrow-down.png);*/
    text-align: left;
    text-align-last:left;
    border:none !important;
    color: #000000;
    padding-left: 0;
    font-size: 16px;
}

.product-detail .attribute-taglia select.btn-new{
    border: none;
    outline: 0;
    scroll-behavior: smooth;
}

.product-detail .select-items div{
    background-color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-shadow: 0 2px 2px 2px rgba(214,214,214, 0.5);
    width: 250px;
}

.product-detail .select-items div, .select-selected {
    font-size: 16px;
}

.product-detail .select-items div:hover {
    background: lightgray;
}


.product-detail .qty{
    width: 100%;
    display: inline-block;
    color: #000000;
}

.product-detail .qty a{
    color:#000000;
}

.product-detail .qty a:hover{
    color:#000000;
    text-decoration: none;
}

.product-detail .qty select{
    background-color: #ffffff;
    width: 70px;
    color: #AAAAAA;
}

.product-detail .slick-slider .slick-list{
    margin-left: -60px;
}

.product-detail .slick-slider .slick-list{
    margin-left: 0;
}

.product-detail .slick-slide img{
    width: 71px;
}

.vertical-parure h2{
    font-family: 'Playfair', sans-serif;
    margin-bottom: 20px;
}

.vertical-parure .p-name {
    color:#000000;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    line-height: 22px;
    font-style: normal;
    text-transform: none;
    font-weight: normal;
    height: unset;
}

.vertical-parure .price{
    font-size: 16px;
    margin-top: 0;
}

.vertical-parure select{
    margin-bottom: 0;
}

.social-share-kidult{
    display: none;
    margin-left: 0;
    background: white;
    position: absolute;
    right: 80px;
}

.share-kidult{
    display: flex;
}

.product-detail .shop-btn{
    width: 100%;
    position: relative;
}


.product-detail .btn-primary{
    width: calc(100% - 58px);
    padding-top: 10px;
    padding-bottom: 10px;
}

.product-detail .btn-primary.int{
    width: calc(100% - 58px);
    padding-top: 6px;
    padding-bottom: 6px;
    height: 44px;
}


.product-detail .btn-wl{
    background: url(../images/ico/wishlist-scheda.svg) #000000 no-repeat center center ;
    width: 52px;
    height: 52px;
    border-radius: 0;
    border:1px solid black;
}

.product-detail .btn-wl.int{
    background: url(../images/ico/wishlist-scheda.svg) #000000 no-repeat center center;
    width: 44px;
    height: 44px;
    border-radius: 0;
    border:1px solid black;
}

.product-detail .btn-wl:hover{
    background: url(../images/ico/wishlist-scheda-mouse-hover.svg) #ffffff no-repeat center center !important;
    width: 52px;
    height: 52px;
    border-radius: 0;
    border:1px solid black;
}

.product-detail .btn-wl.int:hover{
    background: url(../images/ico/wishlist-scheda-mouse-hover.svg) #ffffff no-repeat center center !important;
    width: 44px;
    height: 44px;
    border-radius: 0;
    border:1px solid black;
}

.product-detail .qty input{
    border:0;
    width: 50px;
    text-align: center;
    font-size: 14px;

}

.product-detail .modal-dialog-scrollable .modal-content{
    overflow: auto;
    max-height: unset;
}

.product-detail .modal-dialog{
    max-width: unset;
    background-color: white;
}

.product-detail .modal-body{
    padding: 1rem 0 1rem 0;
}
.link a{
    color: #000000;
    text-decoration: none;
    padding-right: 50px;
}

.link a:hover{
    color: #808080;
    text-decoration: underline;
}

.share-btn{
    display: flex;
    justify-content: center;
}

.share-btn a img {
    background-color:#ffffff;
    padding:6px;
    margin-left: 10px;
}

.share-btn a:hover  {
   text-decoration: none;
}

/*a.wish-list:active{
    content: url(../images/ico/ico_mondo.svg);
}*/

.letters {
    width: 97%;
    margin:25px 0;
}

.box-letter {
    text-align: center;
}

.box-letter a{
    margin-top: 5px;
    text-align: center;
    background-color: white;
    color: #000000;
    width: 41px;
    height: 41px;
    padding-top: 6px;
    padding-bottom: 6px;
    display: block;
    border:0.5px solid #B8B8B8;
    font-size: 18px;
    font-family: Playfair;
    font-weight: normal;
}
.box-letter a.active {
    color: #ffffff !important;
    background-color: black;
}
.box-letter a:hover {
    background-color: #f7f7f7;
    color: #000000;
    text-decoration: none;
}

.varianti {
    margin: 0;
}

.varianti .title {
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 10px;
}

.box-varianti-images img {
    margin-top: 30px;
    width: 95px;
    padding-bottom: 10px;
}

.intro-related{
    line-height: 50px;
    margin-top: 100px;
}


.content-related{
    margin: -350px 0 0 0;
    width: 100%;
}

.content-related .box-title{
   font-size: 40px;
}

.parure-row{
    border-top: 1px solid #F3F3F3;
    border-bottom: 1px solid #F3F3F3;
    padding: 0;
}

.parure-row .title a{
    font-size: 16px;
}

/* The Modal generic */

#myModal {
    z-index: 9999;
}

#myModal .close {
    color:#000000;
    font-weight: normal;
    font-size: 50px;
    position: fixed;
    z-index: 1061;
}

.myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.myImg:hover {opacity: 0.7;}


.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: #ffffff; /* Fallback color */
    /*background-color: rgba(0,0,0,0.9); Black w/ opacity */
}

/* Modal Content (Image) */

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 1200px;
    border: 0;
}

#modalProduct, #modalProduct2, #modalProduct3,#modalProduct4, #size_guide {
    padding-right: 0 !important;
    width: 100% !important;
}

#modalProduct nav,#modalProduct2 nav,#modalProduct3 nav,#modalProduct4 nav, #size_guide nav{
    background: transparent;
}


/* Caption of Modal Image (Image Text) - Same Width as the Image */

#caption {
    margin: auto;
    display: block;
    width: 70%;
    max-width: 600px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */

#myModal .modal-content, #caption {
    /*animation-name: zoom;
    animation-duration: 0.6s;*/
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

/* The Close Button */

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}


/* The Modal product detail */

.modal-product {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: #ffffff; /* Fallback color */
}

.modal-product .modal-header{
    border:0;
    padding: 0;
}

/* Modal Content (Image) */

.modal-product .modal-content {
    margin: auto;
    display: block;
    width: 100%;
    max-width: 100%;
    border: 0;
    padding: 10px;
    font-size: 16px;
    line-height: 30px;
    font-family: 'Lato';
    font-weight: 600;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */

.modal-product #caption {
    margin: auto;
    display: block;
    width: 90%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */

.modal-product .modal-content, .modal-product #caption {
   /* animation-name: zoom;
    animation-duration: 0.6s;*/
}

.modal-product @keyframes zoom {
    /*from {transform:scale(0)}
    to {transform:scale(1)}*/
}

/* The Close Button */

.modal-product .modal-header .btn-close {
    opacity: 1;
    width: 42px;
    height: 42px;
    margin-right: 0;
}

.modal-product .modal-header .btn-close span {
    color: #ffffff;
    text-align: center;
}



/** Modal */

.modal-backdrop.show{
    opacity: 0;
    display: none;
}
/* fix boostrap modal */
.modal-open {
    overflow: auto !important;
    padding-right: 0 !important;
}



/* Tabs */

.nav-tabs .nav-link, .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus-visible, .nav-tabs .nav-link:focus {
    border:0 !important;
}

.nav-tabs, .nav-tabs .nav-link, .nav-tabs .nav-link.active {
    border:0 !important;
}

.nav-tabs .nav-link span.last{
    border-right: 0;
    padding-right: unset;
}

.nav-tabs {
    border-bottom: 1px solid  #dee2e6 !important;
    padding-bottom: 10px;
}


.nav-tabs .nav-link.active {
    color:#0C0C0C;
}

.nav-tabs .nav-link {
    color:#AAAAAA;
}

.page-link:focus{
    box-shadow: none;
}


.tab-content {
    padding-top:40px;
    overflow: auto;
    height: 616px;
    margin-top: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
    margin-bottom: 30px;
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}

.concept-gender .tab-content {
    height: auto !important;
}

.tab-content p{
    color: #000000;
    text-align: left;
}

.releated{
    margin-top: 100px;
}

/* Filter catalog */

.filter{
    padding: 20px;
    margin-bottom: 10px;
}

a.filter-single{
    display:inline-block;
    position: relative;
    background: #ABA5A3;
    border-radius: 30px;
    min-width: 130px;
    height: 44px;
    font-size: 32px;
    border: 0;
    font-style: normal;
    color:#ffffff;
    text-decoration: none;
    /*padding-left: 20px;
    padding-right: 20px;*/
    margin: 5px;
    font-family: "hummingbird",sans-serif ;
    opacity: 0.4;
}

a.filter-single.disabled{
    opacity:1;
}
a.filter-single.disabled:hover{
    opacity: 0.4;
}

.filter-close{
    position: absolute;
    right: 15px;
    color: white;
    font-size:14px;
    font-family: "LibreFranklin", sans-serif;
    content: url('../images/ico/ico-filter-check.svg');
    z-index: 1;
    width: 12px;
    height: 8px;
    margin-top: 8px;
}

/* filter second level */
.btn-secondary, .btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover  {
    border-radius: 0;
    color:#000000;
    background-color: transparent;
    border: none;
}

.single-product-wishlist{
    padding-left: 20px;
}

.filter-second-level{
    margin-bottom:10px;
    margin-top: 10px;
   /*height: 30px;*/
    display: flex;
    flex-direction: row;
}

.filter-second-level .btn.btn-secondary.btn-sm.dropdown-toggle{
   /* text-transform:capitalize;*/
}

.filter-second-level .dropdown-menu {
    border:none;
    border-radius: 0;
    width: 100%;
    box-shadow: #aaaaaa;
    -moz-box-shadow:0 2px 2px 0 rgba(214,214,214, 0.5);
    -webkit-box-shadow:0 2px 2px 0 rgba(214,214,214, 0.5);
    z-index: 9999;
}

.filter-second-level .dropdown-item {
    color: #000000;
    height: 40px;
    font-size: 14px;
    padding-top: 8px;
}


.filter-second-level .dropdown-item:hover {
    text-decoration: none;
    opacity: 1;
    color: #847F7F;
}


.dropdown-item.sel {
    background-color:#ffffff;
    text-decoration: none;
    color: #847F7F;
}

.filter-second-level .dropdown-menu .reset-filter{
    margin-top: 15px;
    color: #847F7F;
    text-decoration: underline;
}


.filter-second-level .dropdown-menu .reset-filter .dropdown-item:hover {
    background-color:#ffffff;
    text-decoration: none;
    color: #000000;
}

.filter-close {
    position: absolute;
    right: 15px;
    color: white;
    font-size: 14px;
    font-family: "LibreFranklin", sans-serif;
    content: url('../images/ico/ico-filter-check.svg');
    z-index: 1;
    width: 12px;
    height: 8px;
    margin-top: 8px;
}


.dropdown-item.sel:hover .filter-close{
    position: absolute;
    right: 13px;
    color: white;
    font-size:14px;
    font-family: "LibreFranklin", sans-serif;
    content: url('../images/ico/ico-filter-del.svg');
    z-index: 1;
    width: 12px;
    height: 12px;
    margin-top: 5px;
}

#detail-container .btn-primary{
    font-size: 20px;
    background: black;
    color: white;
    border:1px solid #000000;
    border-radius: 0;
    font-weight: normal;
    font-family: 'Playfair',sans-serif;
}

#detail-container .btn-primary:hover{
    background: #ffffff;
    color: black;
    border:1px solid #000000;
    text-decoration: none;
}

.dropdown-toggle::after{
    /*border: 0;*/
}

.btn-secondary::after {
    content: url(../images/ico/ico-arrow-down.png);
    width: 8px;
    height: 5px;
    padding-left: 5px;
}

.btn-secondary::after {
    content: url(../images/ico/ico-arrow-down.png);
    width: 8px;
    height: 5px;
    padding-left: 5px;
}

.product_frase {
    background: #F9F9F9;
    position: absolute;
    top:0;
    width: 100%;
    height: 100%;
    padding: 2%;
    z-index: 1005;
}

.product_frase p{
    background: #FFFFFF;
    width: 100%;
    height: 100%;
    font-size: 24px;
    color: #847F7F;
    font-family: Dearjoe, 'sans-serif';
    padding-left: 10%;
    padding-right: 10%;
    text-align: center;
    line-height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product_frase .close-product-message {
    position: absolute;
    top: 10px;
    right: 10px;
    background: url(../images/ico/ico-close-mob.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 28px;
    width: 28px;
}
.product_frase_mobile .close-product-message {
    position: absolute;
    top: 60px;
    right: 20px;
    background: url(../images/ico/ico-close-mob.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 28px;
    width: 28px;
}

.detail .product_frase {
    background: #F9F9F9;
    position: relative;
    top:0;
    width: 100%;
    height: 100%;
    padding: 10%;
}

.detail .product_frase p{
    background: #FFFFFF;
    width: 100%;
    height: 100%;
    font-size:30px;
    color: #847F7F;
    font-family: Dearjoe, 'sans-serif';
    padding: 20%;
    text-align: center;
    line-height: 30px;
    min-height: 290px;

}

.nav-tabs .nav-link.active{
    background: none;
}

#message-search {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

#message-search .message{
    padding: 15px 0 15px 0;
    max-width: 800px;
    margin: 0 auto;
}

#message-search .message a{
    text-align: center;
}

span.collection_woman{
    color: #cc3c8e;
    text-transform: uppercase;
    float: left;
    width: 100%;
}

span.collection_man{
    color: #133fac;
    text-transform: uppercase;
    float: left;
    width: 100%;
}

span.collection_junior{
    color: #CC3C8E;
    text-transform: uppercase;
    float: left;
    width: 100%;
}

@media (min-width: 1400px) {
    #detail-container {
        overflow: hidden;
        background-color: #FFFFFF;
        /*width: 624px;*/
        min-width: 500px;
        width:40%;
    }
}
@media (min-width: 1024px) {
    .sticky-detail #modalProduct,.sticky-detail #modalProduct2,.sticky-detail #modalProduct3,.sticky-detail #modalProduct4, .sticky-detail #size_guide{
        width: 100% !important;
        margin-left: 5px;
        margin-right:20px;
        background: #ffffff;
    }

    .sticky-detail #modalProduct .modal-content,.sticky-detail #modalProduct2 .modal-content,.sticky-detail #modalProduct3 .modal-content,.sticky-detail #modalProduct4 .modal-content,.sticky-detail #size_guide .modal-content{
        background: transparent;
    }

    .sticky-detail #modalProduct .modal-content .nav-tabs .nav-link.active,.sticky-detail #modalProduct2 .modal-content .nav-tabs .nav-link.active,.sticky-detail #modalProduct3 .modal-content .nav-tabs .nav-link.active,.sticky-detail #modalProduct4 .modal-content .nav-tabs .nav-link.active,.sticky-detail #size_guide .modal-content .nav-tabs .nav-link.active{
        background: transparent;
    }

    .sticky-detail-fix #modalProduct,.sticky-detail-fix #modalProduct2,.sticky-detail-fix #modalProduct3,.sticky-detail-fix #modalProduct4,.sticky-detail-fix #size_guide{
        padding-right: 0 !important;
        width: 100% !important;
        margin-left: 0;
        margin-right:0;
        background: #ffffff;
    }

    .modal-product .modal-header .btn-close{
        margin: -.1rem -1.1rem -.1rem auto;
        margin-right: 1px;
    }

    .product-block .short-desc{
        max-width: unset;
    }

    .detail{
       /* max-height:1200px;*/
        overflow: hidden;
        position:relative !important;
        display: flex;
    }

    #detail-container{
        overflow: hidden;
        background-color:#FFFFFF ;
    }

    #modalProduct, #modalProduct2, #modalProduct3, #modalProduct4, #size_guide{
        width: 100% !important;
        padding-top: 0;
        height: 843px;
    }


    .sticky-detail-fix{
        position: absolute;
        bottom: 0;
    }

    .modal-product .modal-dialog{
        margin-top: 0 !important;
        background: #ffffff;
    }
    .modal-product .modal-content{
        background: #ffffff;
    }

    .modal-product .modal-header .btn-close {
        margin: -.1rem -1.1rem -.1rem auto;
    }

    .nav-tabs .nav-link span{
        border-right: 0;
        padding-right: 20px;
        padding-left: 20px;
    }

    .box-total-products{
        padding-top:0;
        padding-bottom: 20px;
    }

    .box-hp-content .box-single a {
        position: relative;
        display: block;
        color: #A02084;
    }


    .top-box-product a.wl {
        cursor:pointer;
    }

    .top-box-product .img-effect {
       display: none;
    }

    .top-box-product .img-effect img.img-hover {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

    .box-hp-content .box-single .img-effect img.img-hover {
        display: block;
        position: absolute;
        top: 0;
    }

    .box-hp-content .box-single a:hover img.img-hover {
        display: block;
        position: absolute;
        top: 0;
    }

    .top-box-product.hero-product a:hover .img-hero-hover{
        display: block !important;
    }

    .top-box-product.hero-product a:hover .img-hero-out{
        display:none !important;
    }
}

@media (max-width: 991px) {
    .product-detail .custom-select{
        width: 250px;
    }
    #detail-container {
        /*margin-top: 40px !important;*/
    }

    .modal-product .modal-header{
        position: absolute;
        width: 96%;
        z-index: 10;
    }

    .filter-second-level .btn.btn-secondary {
        padding-left: 0;
    }

    .text-product{
        height: auto;
        margin-bottom: 10px;
    }

    .nav-tabs {
        border-bottom: 1px solid  #000000 !important;
        padding-bottom: 10px;
    }

    .share-btn{
        margin-top: 30px;
    }

    #filterMob {
        background: #ffffff;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999990;
        height: auto;
        min-height: 100%;
        overflow-y: scroll;
    }

    #filterMob .close-mobile-filter-text,#my-search .close-mobile-filter-text {
        position: absolute;
        top: 13px;
        right: 40px;
    }

    #filterMob .close-mobile-filter,#my-search .close-mobile-filter {
        position: absolute;
        top: 16px;
        right: 10px;
        background-image: url(../images/ico/_ico_close.svg);
        background-position: top right;
        background-repeat: no-repeat;
        background-size: cover;
        height: 21px;
        width: 21px;
    }

    #my-search .input-group{
        margin-top: 60px;
    }

    #filterMob .list {
        position: absolute;
        top: 50px;
        left: 0;
        width: 100%;
    }

    #filterMob .accordion-button{
        border-top: 0;
        border-bottom:0;
        border-radius: 0;
        color: #000000;
    }
    #filterMob .accordion-button:focus{
        border: 0;
        box-shadow: none;
    }
    .accordion-item {
        border: 0;
    }
    #accordionFilter h2{
        font-family: Playfair;
        font-size: 30px;
        padding: 1rem 1.25rem;
    }

    #filterMob .accordion-body {
        padding: 1rem 1.25rem;
        background: #fff;
        font-size: 1rem;
        color: #212529;
        text-align: left;
        list-style: none;
    }

    #filterMob .accordion-button::after{
        background: url(../images/ico/ico-arrow-down-mob.svg);
        width: 8px;
        height: 4px;
        background-size: contain;
    }

    #filterMob .accordion-button:not(.collapsed) {
        color: #847F7F;
        background-color: #fff;
    }
    #filterMob .accordion-button:not(.collapsed)::after{
        background: url(../images/ico/ico-arrow-down-mob.svg);
        width: 8px;
        height: 4px;
        background-size: contain;
    }

    #filterMob li{
        list-style: none;
    }

    .filter-second-level .dropdown-item:hover{
        background: transparent;
    }

    .social-share-kidult{
        right: 10px;
    }


    .visual-std{
        background-image: url(../images/ico/ico-grigliahover.svg);
        background-repeat: no-repeat;
        width: 16px;
        height: 16px;
        margin: 2px;
        border: 0;
        box-shadow: none;
        vertical-align: middle;
    }

    .visual-std.active{
        background-image: url(../images/ico/ico-griglia.svg);
        background-repeat: no-repeat;
        width: 16px;
        height: 16px;
        margin: 2px;
        border: 0;
        box-shadow: none;
        vertical-align: middle;
    }


    .visual-alt{
        background-image: url(../images/ico/ico-griglia2hover.svg);
        background-repeat: no-repeat;
        width: 16px;
        height: 16px;
        margin: 2px;
        border: 0;
        box-shadow: none;
        vertical-align: middle;
    }

    .visual-alt.active{
        background-image: url(../images/ico/ico-griglia2.svg);
        background-repeat: no-repeat;
        width: 16px;
        height: 16px;
        margin: 2px;
        border: 0;
        box-shadow: none;
        vertical-align: middle;
    }
    .tab-content {
        border-top: 1px solid #000000;
        border-bottom: 0;
        height: 100%;
    }
    .slick-dots {
        position: absolute;
        bottom: 25px !important;
    }

    .nav.nav-pagination {
        margin-top: 30px;
    }

}


@media (min-width:992px) and (max-width: 1199px) {
    .product-block .p-name {
        height: 70px;
        line-height: 20px;
        overflow: hidden;
    }
}

@media (min-width:992px) and (max-width: 1399px) {
    .product_frase p {
        padding: 20% 6%;
        line-height: 20px;
    }

    .product-detail .shop-btn {
        width: 91%;
    }

    .product-detail .modal-dialog {
        /*max-width: 500px;*/
        width: 100% !important;
    }


    #detail-container {
        overflow: hidden;
        background-color: #FFFFFF;
        max-width: 50%;
    }
}


@media (min-width :992px){
    .filter-second-level .dropdown-menu.show{
        width: 270px;
        z-index: 1002;
        max-height: 300px;
        overflow-y: scroll;
    }
    .filter-second-level .dropdown-item {
        height: 40px;
        width: 250px;
    }

    .filter-second-level button.btn.btn-secondary{
        padding-right: 20px !important;
    }

    .filter-second-level .dropdown-menu.show::-webkit-scrollbar {
        width: 3px;
    }

    /* Track */
    .filter-second-level .dropdown-menu.show::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        border-radius: 10px;
    }

    /* Handle */
    .filter-second-level .dropdown-menu.show::-webkit-scrollbar-thumb {
        background: #847F7F;
        border-radius: 10px;
    }




    #open-search.nav-link.search{
        content: url("../images/icons/ico-search.svg");
        position: relative;
        bottom: -1px;
    }
    .product-block.hero .top-box-product .wl, .product-block.hero .top-box-product .wl:hover{
        position: absolute;
        top: 86%;
    }

    #search_results{
        margin-top: 20px;
    }

    #modalProduct4 img {
        max-width: 150px;
    }

}



@media (max-width: 767px) {
    .filter-second-level {
        height: 45px;
    }
    .filter-second-level .btn-secondary {
        font-size: 14px;
        background: none;
        border:0;
    }

    .filter-second-level .btn-secondary.last {
        border-right: 0;
        border-radius: 0;
    }

    .family-filter{
        width: 100%;
        overflow-y: hidden;
        height: 80px;
        white-space: nowrap;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }

    .filter{
        padding: 20px;
        margin-bottom: 10px;
        overflow-x: scroll;

    }

    a.filter-single.disabled{
        opacity:1;
        background: #ABA5A3;
    }

    .p-name a{
        font-size: 16px;
    }

    .dropdown-item {
        padding: 1.25rem 1rem;
    }
    .dropdown-menu.show{
       /* position: absolute;
        top: 14px !important;*/
    }
    .short-desc{
        font-size: 16px;
    }

    .price{
        margin-top: 0;
    }

    .pl .row.featurette {
        margin: 10px auto 50px auto;
    }

    .detail .price{
        margin-top: 0;
    }
    .product-detail .p-name{
        line-height: 50px;
        margin-bottom: 0;
    }
    .releated{
        margin-top: 80px;
    }

    .modal-product{
        padding-top: 0;
    }


    .product-block .top-box-product .wl, .product-block .top-box-product a.wl:hover {
        position: absolute;
        left:10px;
        top: 10px;
        width: 13px;
        height: 12px;
        background-size: contain;
    }
    .product-block .top-box-product .qb , .product-block .top-box-product a.qb:hover {
        /*position: absolute;
        right:0;
        bottom:0;
        width: 35px;
        height: 35px;
        background-size: contain;*/
        display: none;
    }

    .product-block .top-box-product .label-1{
        font-size: 14px;
    }

    .product-block .price{
        font-size: 16px;
    }

    .product-block .p-name{
        height: 72px;
        line-height: 20px;
    }

    .product-block .p-name a{
        font-size: 16px;
    }

    .parure-row .title a{
        font-size: 14px;
    }

}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-product .modal-content, .modal-content {
        width: 100%;
    }

    .letters {
        width: 91%;
    }

    .box-letter a{
        width: 30px;
    }

}







