/**/
:root {
    --gold: #c7b199;
    --bck-gio: #DEE7EC;
    --btn-gio : #8EBBDC;
    --blue-gio: #2A4675;
}

#menutop,
#topheader,
.block_newsletter{
    background: var(--bck-gio);
}
html .action.primary, html .action-primary, html .action.primary:focus, html .action-primary:focus, html .action.primary:active, html .action-primary:active{
    color: var(--btn-gio);
    border-color: #d9d9d9 !important;
}
html .action.primary:hover, html .action-primary:hover{
    color: white;
    background: var(--btn-gio);
    border-color: var(--btn-gio);
}

.amcheckout-step-container .amcheckout-title > .amcheckout-icon:before,
html .amcheckout-step-container .amcheckout-title>.amcheckout-icon{
    border-color: var(--btn-gio);
}

html .amcheckout-step-container .primary .action.checkout, html .amcheckout-step-container .action.checkout.amasty,
html .cart-summary .checkout-methods-items .action.primary.checkout,
.block-minicart .block-content > .actions > .primary .action.primary,
html .product-info-main .box-tocart .action.tocart{
    color: white;
    background: var(--btn-gio) !important;
    border-color: var(--btn-gio);
}

html .minicart-wrapper .action.showcart .counter.qty{
    background: var(--blue-gio);
}
html .fotorama__thumb-border{
    border-color: var(--blue-gio);
}

#catfeature ul a:hover, #catfeature ul a.active,
.box_image .action.towishlist,
#menutopdf .submenu .indexmenu .box_menu_col .subtitle a:hover,
html body #menutopdf li.level0:hover a.level-top, html body #menutopdf li.level0:hover{
    color: var(--blue-gio) !important;
}
#maincontent {
    max-width: 100%;
}

.txt_img_zone {
    background: white;
    display: inline-block;
    position: absolute;
    bottom: 0;
    /*padding: 1rem;*/
    padding-bottom: 0;

    height: 25%;
    width: 57%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0.4rem 0;
    margin-left: 0.4rem;
    font-weight: 200;
    z-index: 4;
    display: inline-flex;
    visibility: visible;
    border: 1px solid #c7b199;
    /*pointer-events: none;*/
    width: fit-content;
    padding: 8px 23px;
    height: fit-content;
}
.img_block_fit_gt {
    width: 100%;
    /*height: 300px;*/
    height: auto;
    object-fit: cover;
    transition: all 2.5s ease 2s;
    -webkit-transition: all 0.5s ease 0s;
}

html .col_img {
    position: relative;
    height: fit-content;
    padding: 0;
}
.title_block {
    font-size: 22px;
    font-weight: 200;
}

.scopri_di_piu {
    color: #c7b199;
    background: white;
    padding: 6px 14px;
    margin-top: 1rem;
    font-weight: 200;
    border: 1px solid;
}

.scopri_di_piu:hover {
    background: #c7b199;
    color: white;
}

.middle_little_child .txt_img_zone {
    top: 0;
}

.sub_title {
    font-weight: 200;
}

.img_block_gt {
    object-fit: cover;
    width: 100%;
    padding-right: 0;
    transition: all 2.5s ease 2s;
    -webkit-transition: all 0.5s ease 0s;
}

html .col_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    /*background: #ebebeb;*/
    margin: 3rem 0;
    border: 1px solid;
    border-color: #c7b199;
}

html .col_wrap.left {
    border-left: 0;
}

html .col_wrap.right {
    border-right: 0;
}

html .container.ff .col_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    background: #ebebeb;
    margin: 2rem 0;
    border: none;
}

html a:hover {
    color: var(--blue-gio);
    text-decoration: none;
}

html .row_negative {
    margin-top: -2rem;
}

.titolo_img_block_gt {
    font-weight: 200;
    font-size: 20px;
    /*color: #c7b199;*/
}

html .sottotitolo_img_block_gt:hover,
html .titolo_img_block_gt:hover,
.title_block:hover,
.sub_title:hover {
    color: var(--blue-gio) !important;
}

.link_img {
    font-size:23px;
    color:#fff;
}
.row_trick .block_clock{
    padding:6px 6px 6px 30px;
    background-color:rgba(0, 0, 0, 0.08);
    top:20%;
    right:5%;
    text-align:right;
    transform: none;
    left: unset;
    border: 0;
}
html .row_compact {
    margin-top: -17%;
    align-items: flex-end;
}

/*
.middle_little_child:hover:before,
.last_little_child:hover:before {
	content: " ";
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	background: black;
	z-index: 0;
	left: 0;
	bottom: 0;
	opacity: .3;
}
html .middle_little_child:before,
html .last_little_child:before {
	content: " ";
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	background: black;
	z-index: 0;
	left: 0px;
	bottom: 2px;
	opacity: .3;
}

html .middle_little_child:before,
html .last_little_child:before {
	transition: opacity .3s, width .3s;
	opacity: .0;
	width: 0%;
}*/

html a:hover {
    color: black;
}

html .wrapper_img_zoom {
    overflow: hidden;
    display: block;
}

html .wrapper_img_zoom img {
    transition: transform 0.3s;
}

html .wrapper_img_zoom:hover img {
    transform: scale(1.1);
}


html .img_wrapper:before {
    content: " ";

    height: 100%;
    /*display: block;*/
    position: absolute;
    background: black;
    z-index: 0;
    left: 0px;
    bottom: 2px;


    transition: opacity .3s, width .3s;
    opacity: .0;
    width: 100%;
}

html .img_wrapper:hover:before {
    content: " ";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background: black;
    z-index: 1;
    left: 0px;
    bottom: 2px;
    opacity: .6;
}


.img_opa > a:hover:before {
    opacity: .2;
    width: 100%;
    height: 100%;
}

.img_opa:hover a img {
    transform: scale(1);
}
#bigbannerhome .title{
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
}
#bigbannerhome p{
    margin: 0;
}

.img_opa:hover .block_clock.clock {
    display: flex;
}

.img_opa > a:before {
    /*content: " ";*/
    width: 0%;
    height: 100%;
    display: block;
    position: absolute;
    background: white;
    z-index: 1;
    left: 0px;
    bottom: 0px;
    transition: width 1s;
    opacity: .2;
}

.img_opa > a {
    width: 100%;
    overflow: hidden;
    display: block;
}

.block_clock {
    position: absolute;
    display: flex;
    flex-flow: column wrap;
    text-align: center;
    background-color: rgba(255, 255, 255, .2);
    padding: 10px 20px;
    border: solid 1px #b3afaf;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.block_clock.clock,
.inside_rounded_article_img {
    pointer-events: auto;
}

.rounded_article_container .img_opa,
.rounded_article_img,
.rounded_article_img a {
    pointer-events: none;
}

.block_clock.clock {
    background-color: rgba(0, 0, 0, .2);
    padding: 0;
}

.block_clock.clock a {
    padding: 10px 20px;
}

.block_clock:hover {
    display: flex;
}

.block_clock.clock a {
    color: white;
}

.block_clock.clock:hover a {
    color: var(--gold);
}

.img_opa {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 5px !important;
}

.scopri_di_piu:hover {
    color: white !important;
}

/*.article_img:hover {
	background: red;
	z-index: 44;
}*/
.inside_article_img,
.inside_rounded_article_img {
    width: 100%;
}

.inside_rounded_article_img {
    border-radius: 50%;
}

.article_container,
.rounded_article_container {
    text-align: center;
}

.rounded_article_container .img_opa {
    display: flex;
    padding: 0;
}

html .no-cerchio .img_opa {
    padding: 0 3px;
}

.rounded_article_img {
    display: block;
    width: 100%;
}

.rounded_article_img img {
    width: 100%;
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
    transform: scale(.9);
}

html body .product-info-price .price-box .price-container .price,
html .price-box .price-final_price .price{
    color: black;
}
html body .products-grid .product-item-inner{
    display: none !important;
}
html .product-info-main .box-tocart .action.tocart:hover {
    color: white;
    opacity: .9;
}
html .product.data.items>.item.title{
    display: block !important;
}
html .shortdescpdp{
    font-size: 16px;
}
html .product-item-name{
    min-height: 40px;
}
.banner-content {
    color: white;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: rgb(0 0 0 / 20%);
    padding: 10px 20px;
    width: fit-content;
    margin: auto;
    font-size: 22px;
}

html .page-with-filter.page-layout-2columns-left .column.main{
    padding: 0 20px;
}
#show-more-id h3,p,
#show-more-id{
    font-size: 16px;
}

.row_special {
height: 400px;
}

.img_attach1 {
background-image: url(https://store.gioponti.org/themes/jms_4life/assets/img/gio\ ponti\ e\ milano\ .jpg);
background-size: cover;
background-attachment: fixed;
background-position: 50% 50%;
height: 200px;
align-items: center;
}

.img_attach2 {
background-image: url(https://store.gioponti.org/themes/jms_4life/assets/img/TUTTO\ PONTI,\ GIO\ PONTI\ ARCHI-DESIGNER.jpg);
background-size: cover;
background-attachment: fixed;
background-position: 50% 50%;
height: 200px;
align-items: center;
}

.img_attach3 {
background-image: url(https://store.gioponti.org/themes/jms_4life/assets/img/home\ and\ living\ Gio\ Ponti.jpg);
background-size: cover;
background-attachment: fixed;
background-position: 50% 50%;
height: 200px;
align-items: center;
}

.no-cerchio .rounded_article_img img {
width: 100%;
max-height: 650px;
min-height: 650px;
}

.no-cerchio .img_opa:hover a img {
transform: scale(1);
}

.no-cerchio .inside_rounded_article_img {
border-radius: 0;
}

.no-cerchio .rounded_article_img img {
margin: 0;
}

.no-cerchio .block_clock.clock {
height: -webkit-fill-available;
width: -webkit-fill-available;
margin-left: calc(var(--bs-gutter-x) * .5);
margin-right: calc(var(--bs-gutter-x) * .5);
justify-content: center;
align-items: center;
}

.no-cerchio .block_clock.clock a {
color: white;
}
html .page-layout-2columns-left .sidebar-main{
    padding-left: 15px;
    padding-top: 15px;
}

html .no-cerchio .link_img:hover {
color: var(--gold);
background-color: rgba(255, 255, 255, 1);
width: fit-content;
text-align: center;
font-size: 15px;
}
html .text_slider{
    text-align: right;
    right: 5%;
    top: 20%;
    transform: none;
    left: unset;
}
html .title_slider{
    font-size:3.7rem;
    line-height: 37px;
}
html .cta_slider{
    border: solid 2px #fff;
    background: transparent !important;
    color: white !important;
    margin-top: 100px;
}
html .ambrands-letter .ambrands-brand-item .ambrands-inner:hover,
html .ambrands-letter .ambrands-brand-item .ambrands-inner:focus{
    background: transparent;
}
html .ambrands-letter .ambrands-brand-item .ambrands-label{
    font-weight: 400;
}
.text-price{
    display: none;
}
html .cta_slider a {
    color: white;
}
html .no-cerchio .block_clock.clock {
border: none;
}

.swatch-option{
    border-radius: 100%;
    height: 40px !important;
    width: 100% !important;
    max-width: 40px;
    margin: 0 5px 0px 0;
}
.swatch-option.image:not(.disabled):hover, .swatch-option.color:not(.disabled):hover{
    outline: 2px solid black;
}
.stickyheaderdf .dfheader #menutop{
    display: block;
}
.stickyheaderdf #logoheader{
    padding: 5px 0;
}
.amgdprcookie-bar-block {
    display: flex;
    align-items: center;
}
.amgdprcookie-bar-container .amgdprcookie-policy{
    margin: 0;
}
#brandshp {
    padding-top: 50px;
}
#brandshp .title{
    font-size: 20px;
    color: black;
    margin-bottom: 20px;
    display: block;
}
#bigsliderhome .item{
    max-height: 500px;
    min-height: 500px;
    background-size: cover !important;
}
html .image_gio{
    min-height: 600px;
}
.titlegio {
    text-align: center;
    padding: 30px 0;
    font-size: 30px;
    font-weight: bold;
}
html .page-with-filter.page-layout-2columns-left .columns{
    display: flex;
    flex-wrap: wrap;
}
html .page-with-filter.page-layout-2columns-left .sidebar-main{
    width: 100%;
    max-width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    background: #f8f8f8;
    padding: 0 10px;
}
html .page-with-filter.page-layout-2columns-left .column.main {
    width: 100%;
    max-width: 79.16666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
}
html .filter-options-item{
    display: block;
}
.block-content.filter-content{
    /*min-height: 700px;
    background: #f8f8f8;*/
}
html body .filter-options-title{
    background: #f8f8f8;
}
.catalog-category-view #maincontent{
    padding: 0;
}
.titletabpdp{
    padding-top: 0;
}
.box_image{
    text-align: center;
}
html .swatch-attribute-options{
    margin: 0;
}
#narrow-by-list{
    display: block;
    position: sticky;
    top: 92px;
}
#narrow-by-list:before{
    padding-left: 10px;
    padding-top: 20px;
}
html .block.filter .filter-content .filter-options .filter-options-content{
    position: relative;
    background: #f8f8f8;
    top: 0;
    transform: translate(0);
}
#layered-filter-block{
    margin-bottom: 0;
    position: sticky;
    top: 110px;
}
html body.page-products .products-grid .product.details.product-item-details,
html body.page-products .products-grid .product-item{
    text-align: center;
}
html footer a:hover{
    color: var(--blue-gio) !important;
}
html .banner_menu{
    height: 100%;
}
html .columns-banner > .row{
    height: 100%;
}
.cms-index-index h1, .cms-index-index h2{
    margin-bottom: 0;
}
html .text_gio{
    font-size: 16px;
}
.mobile-help-toggle .wishlisttop.icontopdf{
    display: none !important;
}
.ambrand-index-index #maincontent{
    padding: 0;
}
/*MOBILE*/

@media (max-width: 1400px) {
    .link_img {
        font-size: 15px;
    }
}

@media (max-width: 1200px) {
    .block_clock {
        font-size: 12px;
    }

    .link_img {
        font-size: 14px;
    }

    .no-cerchio .rounded_article_img img {
        height: 500px;
        min-height: 500px;
        max-height: 500px;
    }

    .no-cerchio .img_opa {
        margin-top: 2rem;
    }

    html .no-cerchio .link_img {
        font-size: 15px;
    }
}

@media (max-width: 991px) {
    html body .logo img {
        max-width: 130px;
    }
    .middle_little_child .txt_img_zone {
        top: auto;
    }

    .img_block_fit_gt {
        max-height: 500px;
    }

    html .first_little_child,
    html .middle_little_child,
    html .last_little_child {
        margin-top: 1rem;
    }

    html .txt_img_zone {
        visibility: visible !important;
    }

    .block_clock {
        font-size: 16px;
    }

    .link_img {
        font-size: 12px;
    }
    #menutopdf:before{
        background-image: url(logo_gio.jpeg) !important;
        background-size: 100px;
        height: 70px;
        background-position: left !important;
    }
    .page-with-filter .toolbar-amount{
        display: none;
    }
    html .toolbar-sorter.sorter #sorter,
    html .catalog-category-view .sidebar.sidebar-main .filter-title strong{
        border-color: var(--color-blue) !important;
    }
    html body .filter.active .filter-title{
        background: var(--color-blue) !important;
    }
    .page-with-filter .sidebar.sidebar-main .filter.active .filter-title strong:before{
        display: none;
    }
}

@media (max-width: 767px) {
    .box_parallex .img_row_fluid{
        background-attachment: unset !important;
    }
    #show-more-id{
        -webkit-line-clamp: 40;
    }
    html .amgdprcookie-bar-block{
        display: block;
    }
    html .amgdprcookie-bar-container .amgdprcookie-buttons-block .amgdprcookie-button{
        padding: 6px 0px;
        max-width: 50%;
        width: 100%;
        font-size: 12px;
        margin: 0 auto;
    }
    html .amgdprcookie-bar-container .amgdprcookie-buttons-block {
        display: flex;
        flex-direction: unset;
        flex-wrap: wrap;
        gap: 5px;
    }
    html .amgdprcookie-bar-container .amgdprcookie-policy {
        margin: 0;
        font-size: 12px;
        line-height: 15px;
        padding-bottom: 8px;
    }
    .catalog-category-view #maincontent{
        padding: 0 15px;
    }
    #narrow-by-list{
        display: none;
        position: relative;
        top: 0;
    }
    #layered-filter-block.active #narrow-by-list{
        display: block;
        position: fixed;
        top: 27px;
    }
    .article_container, .rounded_article_container{
        padding: 0 !important;
    }
    html .text_slider{
        text-align: center;
    }
    #layered-filter-block{
        position: relative;
        top: 0;
    }
    html .page-with-filter.page-layout-2columns-left .column.main,
    html .page-with-filter.page-layout-2columns-left .sidebar-main {
        width: 100%;
        max-width: 100%;
        background: transparent;
    }
    html .filter .filter-current{
        margin: 0;
    }
    .filter .filter-current .items{
        display: block;
        padding-top: 45px;
    }
    html .row_compact {
        margin-top: 0;
    }

    .img_opa img {
        height: 250px;
    }

    .col_wrap {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .block_clock {
        display: flex !important;
        background: rgba(255, 255, 255, 0.4);
        margin-bottom: 1rem;
        min-width: max-content;
    }

    .img_opa {
        align-items: end;
        -webkit-align-items: flex-end;
        display: block;
    }

    html .col_wrap.left {
        border-left: 2px solid #c7b199;
    }

    html .col_wrap.right {
        border-right: 2px solid #c7b199;
    }

    html .col_wrap {
        border-top: 0;
        margin: 0;

        border-width: 2px;
    }

    .rounded_article_img img {
        height: auto;
        width: 100%;
    }

    .rounded_article_container .img_opa a img {
        transform: none;
        transform: scale(1);
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .block_clock.clock {
        top: 50%;
        bottom: auto;
    }

    .img_row_fluid {
        background-attachment: scroll;
        height: 500px;
    }
    .box_parallex .img_row_fluid {
        min-height: 500px !important;
    }

    .link_img {
        font-size: 16px;
    }

    html .no-cerchio .link_img {
        color: var(--gold) !important;
        background-color: rgba(255, 255, 255, 1);
        width: fit-content;
        text-align: center;
        font-size: 15px;
    }

    .no-cerchio .block_clock.clock {
        top: 0;
        width: inherit;
        height: -webkit-fill-available;
    }

    .no-cerchio .block_clock.clock {
        background-color: rgba(0, 0, 0, 0);
    }

    .no-cerchio .img_opa {
        margin-top: 0;
    }

    html .image_gio {
        min-height: 300px;
    }
    html .text_gio{
        padding-top: 20px;
    }
    .cta_slider {
        max-width: 150px;
        margin: 0 auto;
    }
}
@media (max-width: 575px){
    .mobile-help-toggle .wishlisttop.icontopdf{
        display: block !important;
    }
    .rounded_article_img img{
        margin: 0;
    }
}

@media (max-width: 400px) {
    .img_opa img {

    }

    .rounded_article_container .img_opa img {
        height: auto;
    }

    .link_img {
        font-size: 13px;
    }
}

/*
@media(min-width: 767px) and (max-width: 992px) {
.row_trick {
    display: flex;
    flex-direction: column;
}

.img_opa.a6,.img_opa.a4,.img_opa.a2,.img_opa.a3 {
    margin-top: 2rem !important;
}
html .row_compact {
    margin-top: -90%;
}
}*/