/*
* CATEGORY AND PRODUCT PAGE
*/

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

nav.nav-pagination{
    text-align: center;
    width: 200px;
    cursor: pointer;
    background: transparent;
    margin: 0 auto;

}


.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;
}

#load-more-btn{
    color: #ffffff;
    width: 200px;
    background: black;
    margin:50px auto 20px auto;
    padding: 10px;
}

.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-list-active.png);
    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;
}

/* slider arrows */

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

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

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


.slick-dots li.slick-active button::before{
    border: 4px #9CAB95 solid;
    border-radius: 20px;
    color: transparent;
    width: 18px;
    height: 18px;
    margin-top: 1px;
}

/**-----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: uppercase;
    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 .top-box-product {
    position: relative;
}

.product-block .p-name {
    padding-top: 10px;
    margin-bottom:0 ;
    /*height: 40px;
    line-height: 30px;*/
    overflow: hidden;
    height: 50px;
    line-height: 20px;
}

.product-block .p-name a{
    text-transform: uppercase;
    font-size: 15px;
    color:#847F7F;
}

.product-block .short-desc{
    font-style: normal;
    color:#AAAAAA;
    font-size: 15px;
    height: 25px;
    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: #AAAAAA;
}


.product-block .top-box-product .label-1 {
    position: absolute;
    top:0;
    left:0;
   /* background-image: url(../images/ico/Ico_partner_lista.svg);
    background-repeat: no-repeat;
    width: 165px;
    height: 49px;*/
}

.detail .label-1{
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 6;
    width: auto;
}

.detail .label-2 {
    position: absolute;
    bottom: 14px;
    left: 10px;
    z-index: 6;
    width: auto;
}

.product-block .top-box-product .label-1{
    z-index: 1000;
}

.product-block .top-box-product .label-2 {
    position: absolute;
    bottom: 0;
    left:0;
    z-index: 1000;
    /*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:10px;
    background-image: url(../images/card-logo.svg);
    background-repeat: no-repeat;
    border: 0;
    width: 50px;
    height: 50px;
    background-color: transparent;
    background-size: contain;
    z-index: 1000;
}


.product-block .top-box-product .card:hover{
    position: absolute;
    top:0;
    right:10px;
    background-image: url(../images/card-logo_verde.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;
    right:0;
    top:75%;
    background-image: url(../images/ico/ico-wishlist-pl.png);
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    z-index: 1000;
}

.product-block .top-box-product .wl:hover {
    position: absolute;
    right:0;
    top:75%;
    background-image: url(../images/ico/ico-wish_hover.png);
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
}

.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;
    bottom: 0;
    right:0;
    background-image: url(../images/ico/ico-cart-pl.png);
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    z-index: 1000;
}

.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: 120px;
}

/**--- product detail page ---**/
.detail{
    position: relative;
}

.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: 9;
    width: 49px;
    height: 49px;
}

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

.product-detail .p-name {
    color:#000000;
    font-size: 20px;
    font-family:Gotham-Medium,Figtree;
    line-height: 30px;
    font-style: normal;
}

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


.select_label_pp {
    position: absolute;
    left: 15px;
    top: 11px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-bottom: 0;
    z-index: 99;
}

/* The container must be positioned relative: */
.custom-select-pp {
    position: relative;
    display: inline-block;
}
.custom-select-pp select {
    display: none; /*hide original SELECT element: */
}
.select-selected-pp {
    background-color: #fff;
    position: relative;
    box-shadow: 0px 0px 6px #00000029;
    border-radius: 7px;
    max-width: 350px;
    margin: 0 auto;
    text-align: left;
    padding: 11px 0 11px 90px !important;
    min-width: 300px;
}
/* Style the arrow inside the select element: */
.select-selected-pp:after {
    position: absolute;
    content: "";
    background: url("../images/ico/select-pp-arrow-down.png");
    background-position: right;
    background-repeat: no-repeat;
    top: 17px;
    right: 10px;
    width: 15px;
    height: 15px;
    border: 0;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected-pp.select-arrow-active:after {
    background: url("../images/ico/select-pp-arrow-up.png");
    background-position: right;
    background-repeat: no-repeat;
    top: 17px;
}

/* style the items (options), including the selected item: */
.select-items-pp div,.select-selected-pp {
    color: #000;
    padding: 8px 16px;
    border: 0;
    cursor: pointer;
    font-size: 16px;
}
.select-items-pp div {
    padding: 4px 16px;
    text-align: center !important;
}

/* Style items (options): */
.select-items-pp {
    position: absolute;
    background-color: #fff;
    box-shadow: 0px 0px 6px #00000029;
    top: 110%;
    left: 0;
    right: 0;
    z-index: 99999;
    max-width: 350px;
    min-width: 300px;
    margin: 0 auto;
}

/* Hide the items when the select box is closed: */
.select-hide {
    display: none;
}

.select-items-pp div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}


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


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

.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;
}

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

.share-kidult{
    display: flex;
}


.product-detail .btn-primary{
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    min-width: unset;
    font-family: Gotham-Medium;
}
.btn-primary.wish_pp {
    width: 100%;
    height: 43px;
    padding: 8px 0 0 0;
    display: block;
}
.btn-primary.wish_pp img {
    width: 23px;
}
.customize-prd-config {
    display: block;
    width: 100%;
    padding: 10px 0;
    color: #000;
    font-size: 14px;
    border: 1px solid #000;
    border-radius: 7px;
    font-weight: 500;
    background-color: transparent;
    font-family: Gotham-Medium;
}
.customize-prd-config:hover, .customize-prd-config:focus, .customize-prd-config:active {
    border: 1px solid rgba(0,0,0,0.26);
}

.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-body{
    padding: 1rem 0 1rem 0;
}
.link a{
    color: #847F7F;
    text-decoration: underline;
}

.link a:hover{
    color: #000000;
    text-decoration: none;
}

.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: 90%;
    max-width: 480px;
    margin: auto;
    margin-bottom:25px;
    margin-top: 25px;
}

.box-letter {
    text-align: center;
    margin: 0 auto;
    width: 110px;
}

.box-letter a{
    border-radius: 0;
    margin-top: 5px;
    text-align: center;
    background-color: #f9f9f9;
    color: #777777;
    height: auto;
    display: block;
    font-size: 12px;
    padding: 6px 3px;
}
.box-letter a.active {
   color: black;
}
.box-letter a:hover {
    background-color: #ffffff;
    color: #000000;
    text-decoration: none;
}

.varianti {
    max-width: 100%;
    width: 370px;
    margin: auto;
}

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

.box-varianti-images  {
    max-width: 100%;
    width: 390px;
}

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

.intro-related{
    height: 450px;
    line-height: 50px;
}


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

/* 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: 60%;
    max-width: 1200px;
    border: 0;
}

#modalProduct, #modalProduct2, #modalSizesGuide{
    padding-right: 0 !important;
    width: 100% !important;
    z-index: 999;
}

#modalProduct nav, #modalProduct2 nav, #modalSizesGuide nav {
    background: transparent;
}
#modalSizesGuide .row-header {
    margin: 30px 0 0 0;
}
#modalSizesGuide .row-header .col-4:first-of-type {
    border-left: 1px solid rgba(112, 112, 112, 0.2);
}
#modalSizesGuide .row-header .col-4 {
    border-top: 1px solid rgba(112, 112, 112, 0.2);
    border-left: none;
    border-right: 1px solid rgba(112, 112, 112, 0.2);
    border-bottom: 1px solid rgba(112, 112, 112, 0.2);
    font-weight: bold;
    text-transform: lowercase;
}
#modalSizesGuide .row-header .col-4:first-letter {
    text-transform: capitalize;
}
#modalSizesGuide .row-list {
    border-top: none;
    border-left: 1px solid rgba(112, 112, 112, 0.2);
    border-right: none;
    border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}
#modalSizesGuide .row-list .col-4 {
    border-right: 1px solid rgba(112, 112, 112, 0.2);
    padding: 5px 10px;
}


/* 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;*/
}

.font_man{
    /*font-family: "Triplex-Light" !important;*/
}

@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;
}

/* Modal Content (Image) */

.modal-product .modal-content {
    margin: auto;
    display: block;
    width: 100%;
    max-width: 100%;
    border: 0;
    padding: 10px;
    font-size: 14px;
}

/* 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:20px;
    overflow: auto;
    /*height: 550px;*/
    height: 450px;
}

.concept-gender{
    font-size: 20px;
}

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

.tab-content p{
    color: #A5A5A5;
    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",Figtree ;
    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", Figtree;
    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:#847F7F;
}


.filter-second-level{
    margin-bottom:30px;
    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);
}

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


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

.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;
}


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

#detail-container .btn-primary{
    font-size: 14px;
    background: black;
    color: white;
}
#detail-container .btn-primary.more-p {
    padding: 11px 0;
}

#detail-container .btn-primary:hover{
    background: #9CAB95;
}

#detail-container .btn-primary.no-hover:hover{
    background: #000000;
}

.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: 18px;
    color: #847F7F;
    font-family:Gotham-Book,Figtree !important;
    padding-left: 10%;
    padding-right: 10%;
    text-align: center;
    line-height: 26px;
    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: 220px;
    right: 35px;
    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:18px;
    color: #847F7F;
    font-family:Gotham-Book,Figtree !important;
    padding: 10%;
    text-align: center;
    line-height: 26px;
    min-height: 290px;
}

.product_frase p span.special-font{
    font-family:Dearjoe,Figtree !important;
    font-size: 27px;
    line-height: 0;
}

.product_frase p span.special-font-kby{
    font-family:Gotham-BoldItalic,Figtree !important;
    font-size: 19px;
}

.oc_link{
    text-decoration: underline;
}

.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;
}

/*@media (min-width: 1441px) {
    #modalProduct, #modalProduct2, #modalSizesGuide {
        height: 600px;
    }
}*/


@media (min-width: 1024px) {

    .sticky-detail #modalProduct, .sticky-detail #modalProduct2, .sticky-detail #modalSizesGuide {
        padding-right: 0 !important;
        width: 100% !important;
        margin-left: 0px;
        margin-right:20px;
        background: #F9F9F9;
    }

    .sticky-detail #modalProduct .modal-content, .sticky-detail #modalProduct2 .modal-content, .sticky-detail #modalSizesGuide .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 #modalSizesGuide .modal-content .nav-tabs .nav-link.active {
        background: transparent;
    }

    .sticky-detail-fix #modalProduct,.sticky-detail-fix #modalProduct2, .sticky-detail-fix #modalSizesGuide {
        padding-right: 0 !important;
        width: 100% !important;
        margin-left: 0px;
        margin-right:20px;
        background: #F9F9F9;
    }

    #image-container{
        min-height: 950px;
    }

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

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

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

    #detail-container{
        /*overflow: hidden;*/
        background-color:#FFFFFF ;
        border-radius: 10px;
        padding-bottom: 40px;
    }

    #modalProduct, #modalProduct2, #modalSizesGuide{
        padding-right: 0 !important;
        width: 100% !important;
      /*  margin-top: 7px; */
        padding-top: 0;
    }

  /*  .sticky-detail{
        position: fixed;
        top:110px;
        right: 10px;
    }

    .sticky-detail-fix{
        position: absolute;
        top: 0;
        right: 0;
    } */

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

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

    .nav-tabs .nav-link span{
        /*border-right: 1px solid #dee2e6;*/
        padding-right: 20px;
        padding-left: 20px;
    }

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

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

    .top-box-product a:hover img.img-hover {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 8px;
    }

    .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) {
    #detail-container {
        /*margin-top: 40px !important;*/
    }

    .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 {
        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;
    }

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

    #filterMob .accordion-button{
        border-top: 1px solid #CCCCCC;
        border-bottom: 1px solid #CCCCCC;
        border-radius: 0;
        color: #847F7F;
    }

    #filterMob .accordion-button:focus{
        border-top: 1px solid #CCCCCC;
        border-bottom: 1px solid #CCCCCC;
        border-right:0;
        border-left:0;
        box-shadow: none;
    }

    #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;
    }

    .link a{
        font-size: 12px;
    }

    .shop-btn{
        position: fixed;
        bottom: 0;
        width: 100%;
        height: 70px;
        background: #ffffff;
        text-align: center;
        box-shadow: 10px 10px 8px 10px #888888;
        z-index: 1006;
        right: 0;
        left:0;
    }

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

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


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

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


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

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

    .box-hp-content .box-single {
        position: relative;
    }

    .box-hp-content .box-single a .label-1 {
        display: block;
        position: absolute;
        width: 45px;
    }

    .box-hp-content .box-single a .label-2 {
        position: absolute;
        bottom: 147px;
        height: 40px;
        width: auto;
    }

    .box-hp-content .box-single .label-2 img{
        width: auto;
    }

    .btn-secondary.btn.btn-sm.dropdown-toggle.show:active:focus, .btn-secondary.btn.btn-sm.dropdown-toggle:active:focus{
        font-size: 14px;
    }

    .box-sl{
        margin-bottom: 20px;
    }

    .pl .box-title{
        padding-top: 25px;
    }


}

@media (min-width: 1280px) {
    .intro-related{
        background: #E2E8E1;
    }
}

@media (min-width:1200px) and (max-width: 1399px) {
    .detail .product_frase p{
        min-height: unset;
        padding: 10%;
    }
}

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

    .detail .product_frase p{
        font-size: 16px;
        line-height: 26px;
        min-height: unset;
        padding: 10%;
    }

    .detail .product_frase p span.special-font{
        font-family:Dearjoe,Figtree !important;
        font-size: 25px;
        line-height: 0;
    }
}

@media (min-width:992px) and (max-width: 1399px) {
    .product-block .top-box-product .wl, .product-block .top-box-product a.wl:hover {
        position: absolute;
        top: 65%;
    }

    .product_frase p {
        padding: 20% 6%;
        line-height: 20px;
    }

}

@media (min-width:992px) and (max-width: 1023px) {
  .modal-product {
      padding-top: 0px;
  }

  .modal-dialog{
        margin: 0;
    }
}


@media (min-width :992px){

  #modalProduct, #modalProduct2, #modalSizesGuide {
      height: calc(100% - 8px);
      min-height: 565px;
  }

    /*label on desktop */
    .box-hp-content .box-single a .label-1 {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        width: 40px;
    }

    .box-hp-content .box-single a .label-2 {
        display: block;
        position: absolute;
        bottom: 14px;
        left: 10px;
        z-index: 10;
        width: auto;
        height: 40px;
    }
    .box-hp-content .box-single .label-2 img{
        width: auto;
    }

    .filter-second-level .dropdown-menu.show{
        width: 270px;
        z-index: 1002;
    }
    .filter-second-level .dropdown-item {
        height: 40px;
        width: 250px;
    }

    .product-block.hero .top-box-product .wl, .product-block.hero .top-box-product .wl:hover{
        position: absolute;
        top: 90%;
    }

    #search_results{
        margin-top: 20px;
    }
    #product-search img{
        max-width: 276px;
    }


}



@media (max-width: 767px) {
    .filter-second-level {
        height: 45px;
        border-bottom: 1px solid #cccccc;
    }
    .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;
    }

    .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: 40px;
        margin-bottom: 0;
    }
    product-block .p-name{
        margin-bottom: 14px;
    }
    .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;
        right:0;
        bottom: 0;
        top:auto;
        width: 35px;
        height: 35px;
        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;
    }
    .intro-related {
       /* height: 370px;*/
        height: 70px;
    }

    .product_frase p{
        font-size: 16px;
        line-height: 26px;
    }

    .product_frase p span.special-font{
        font-family:Dearjoe,Figtree !important;
        font-size: 25px;
        line-height: 0;
    }

    .detail .product_frase p{
        font-size:16px;
    }

    .concept-gender {
        font-size: 14px;
    }
    #detail-container .btn-primary {
        padding: 10px 0;
    }
    #detail-container .btn-primary.more-p {
        padding: 11px 0;
    }
}

@media (max-width :992px){
    #detail-container .wishlist-login-msg {
        width: 120%;
    }
}

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

}





.filter-second-level .dropdown-menu.show{
    max-height: 300px;
    overflow-y: scroll;
}
.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;
}

@media (max-width :991px){
  .custom-scalapay{
    width: 100%;
    margin-bottom: 25px;
  }
}

@media (max-width :400px){
  .custom-scalapay{
    overflow:hidden;
    transform: scale(0.95);
    transform-origin: left;
    min-width: max-content;
    margin-bottom: 25px;
  }

  .box-newsletter .btn {
    max-width: 200px;
}
}

@media (max-width :370px){
  .custom-scalapay{
    transform: scale(0.9);
  }
}

@media (max-width :350px){
  .custom-scalapay{
    transform: scale(0.85);
  }
}

@media (max-width :335px){
  .custom-scalapay{
    transform: scale(0.8);
  }
}

@media (max-width :318px){
  .custom-scalapay{
    transform: scale(1);
    min-width: auto;
  }
}
