/*
	Theme Name: Floris (Child Theme)
    Theme URI: http://floris.azelab.com
    Description: Floris WordPress Theme
	Author: Azelab
    Author URI: azelab.com
	Version: 1.0.1.2
    Text Domain: Floris
    License: Themeforest Split License.
    License URI: http://themeforest.net/licenses
    Tags: custom-background, threaded-comments, custom-menu
    Template: floris
*/

/************************************************** 
******************   FONTS    *********************
***************************************************/

@font-face {
    font-family: 'e-fontello';
    src: url('./assets/fonts/e-fontello.eot');
    src: url('./assets/fonts/e-fontello.eot') format('embedded-opentype'),
        url('./assets/fonts/e-fontello.woff') format('woff'),
        url('./assets/fonts/e-fontello.ttf') format('truetype'),
        url('./assets/fonts/e-fontello.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.hover-icon i:after {
    color: #fe6f61 !important;
}

.hover-light:after {
    color: #fe6f61 !important;
}

html{
    overflow-x: hidden !important;
}

[class^="eicon-"]:before,
[class*=" eicon-"]:before {
    font-family: "e-fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
}

.eicon-wish:before {
    content: '\e800';
}

.wish-menu:after {
    content: "\e800" !important;
    margin-left: -10px !important;
    /*color: #3c3c3c;*/
    color: #72595f;
    font-family: "e-fontello" !important;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
}




/************************************************** 
******************   GLOBAL    *********************
***************************************************/


.button-style:before {
    transition: all .5s ease-out !important;
    -webkit-transition: all .5s ease-out !important;
    -ms-transition: all .5s ease-out !important;
}

.z-little-txt {
    font-size: 13px !important;
}

.contact-box p, .contact-box a {
    color: #909097 !important;
}

.contact-box a:hover {
    color: #fe6f61 !important;
}

* {
	scrollbar-color: rgba(75, 61, 61, 0.2); /#F5F5F5;
	scrollbar-width: thin;
}
::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar
{
    width: 7.5px;
    background-color: #F5F5F5;
}

@media screen and (max-width: 1200px) {
	::-webkit-scrollbar
	{
		width: 3.5px;
	}
}

@media screen and (max-width: 900px) and (max-height: 600px),
screen and (max-width: 600px) {
	::-webkit-scrollbar
	{
		width: 1.5px;
	}
}

::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: rgba(75, 61, 61, 0.2);
}

::-webkit-input-placeholder {
    color: #909097 !important;
    opacity: 1 !important;
}

::-moz-placeholder {
    color: #909097 !important;
    opacity: 1 !important;
}

/* Firefox 19+ */
:-moz-placeholder {
    color: #909097 !important;
    opacity: 1 !important;
}

/* Firefox 18- */
:-ms-input-placeholder {
    color: #909097 !important;
    opacity: 1 !important;
}

.form-box-input, .form-box-textarea {
    color: #4b3d3d;
}
.z-little-btn span {
    line-height: 35px !important;
}


.form-box-input,
.form-box-textarea {
    /*color: #afadad !important;*/

}

.share-link>a>i {
    color: #afadad;
}

.aa-fix a,
p,
h1,
h2,
h3 {
    -webkit-font-smoothing: subpixel-antialiased !important;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale !important;
    font-smoothing: antialiased;
}

.o-flow-fix {
    overflow: visible !important;
}

.about-info2 {
    padding-top: 200px;
}

p {
    color: #4b3d3d !important;
}

.z-padding {
    padding-top: 15% !important;
    padding-right: 5% !important;
    padding-bottom: 15% !important;
    padding-left: 5% !important;
}

.z-link {
    text-align: right;
    font-size: 14px !important;
    color: #4b3d3d !important;
}

.z-link:hover,
.z-link-inst:hover {
    color: #fe6f61 !important;
}


.z-link-inst {
    text-align: right;
    font-size: 18px !important;
    color: #4b3d3d !important;
    font-weight: 400 !important
}


/*.border-top, .border-bottom{
    background-color:#f5f5f5 !important;
}*/

.ferr-contact-heading {
    margin-bottom: 50px;
}

.copyright {
    text-align: right;
    float: right;
    /* z-index: -1; */
    min-width: 280px;
}

.e-credits {
    padding-left: 5%;
}


.top-slider.sm {
    height: 100vmin;
}

.z-large-row {
    padding-left: 5%;
    padding-right: 5%;
}


.about-title-z {
    margin-bottom: 45px;
}


.z-banner {

    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: 5%;
    margin-bottom: 15%;
}

.z-banner-height {
    height: 100vmin;
}


.contact-box h6 {
    margin-bottom: 8%;
}

.contact-box a {
    display: block;
    margin-bottom: 2%;
}

.top-slider {
    height: 80vmin;
}

.z-taglio-fix {
    background-size: 100%;
}

#jarallax-container-0 div {
    background-size: 100% !important;
}



.footer-folow {

    z-index: 1;
}

.lab-box {
    margin-top: 100px;
    padding-right: 5%;
}

/************************************************** 
******************   HEADER    ********************
***************************************************/

.menu-folow.share-link i {
    color: #a9a9b1;
}

.menu-folow a {
    margin: 0 10px;
}

.clear-input img {
    width: 70% !important;
}

.input-field input {
    font-size: 42px;
    line-height: 42px;
}

.burger-menu.circle {
    border-radius: 0;
    background: white;
}

.burger-menu.circle span,
.burger-menu.circle span:after,
.burger-menu.circle span:before {
    background: black;
}

.shop-menu:before {
    content: '';
    position: absolute;
    right: -10px;
    top: 0;
    height: 100%;
    width: 1px;
    background: #72595f;
}

.login-menu:before {
    content: none !important;
}


.scrol .menu-icon .hover-light.wish-menu i {
    /*color: #3c3c3c;*/
    color: #72595f;
}

.slide-menu.slide {
    opacity: 1 !important;
    transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transform: translate3d(0%, 0%, 0px);
    z-index: inherit !important;
}

.slide-menu {
    transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transform: translate3d(-100%, 0%, 0px);
    border: 0px;
    overflow-x: hidden;
    /*overflow-y: hidden;*/
    width: 100vw;
    height: 100vh;
    background: #f5f5f5 !important;
    z-index: 1;
}

.z-menu-list {
    margin-left: 20%;
}

.z-menu-item:hover {
    overflow: visible !important;
}

.z-menu-item:hover span {
    color: #fe6f61 !important;

}

.z-menu-item:hover:before {
    width: 80px;
}

.z-menu-item:before {
    content: '';
    position: absolute;
    width: 0px;
    height: 1px;
    background: #fe6f61;
    right: 100%;
    top: 15px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transition: transform 0s, width 0.2s ease-out 0.1s;
    -webkit-transition: transform 0s, width 0.2s ease-out 0.1s;
    -ms-transition: transform 0s, width 0.2s ease-out 0.1s;
}

.z-menu-list.list-menu {
    margin: 0 0 12px 20%;
}

.list-menu>li:before {
    display: none;
}

.checkbox-gdpr label {
    transform: translateY(0px) !important;
}

.slider-menu-icons{
    width: 100%;
    position: absolute;
    top: 40px;
    right: 40px;
    text-align: right;
    z-index: 99999;
    display: none;
}

.slider-menu-icons a {
    margin: 0 10px;
}

.slider-menu-icons i{
    font-size: 24px !important;
    color: #afadad;
}

.slider-menu-icons a:after{
    display: none !important;
}

.slider-menu-icons a.hover-icon i, .slider-menu-icons a.hover-light i {
    margin-top: 2px;
    font-size: 20px;
    /*color: #3c3c3c;*/
    color: #72595f;
    display: block;
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
}
/************************************************** 
****************   HOME BANNER   ******************
***************************************************/

.hm-main-banner {
    height: 93vh;
    position: relative;
    overflow: hidden;
    /*height: calc(100vh - 20px);*/
}

.hm-bg {
    height: 93vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    width: 100vw;
    transition-duration: 0.96s;
    -webkit-transition-duration: 0.96s;
    -moz-transition-duration: 0.96s;
    -o-transition-duration: 0.96s;
    -ms-transition-duration: 0.96s;
    /*height: 100vh;*/
}

.hm-btn {
    position: absolute;
    bottom: 0;
    z-index: 49;
    color: white;
    font-size: 7vw;
    opacity: 0.5;
    line-height: 50%;
}

.hm-btn a {
    color: white;
}

.btn-lft {
    left: 0;
}

.btn-rght {
    right: 0px;
}

.second-bg {
    transform: translate3d(-100%, 0px, 0px);
    -webkit-transform: translate3d(-100%, 0px, 0px);
    transition: 1s;
    opacity: 0;
}

.third-bg {
    transform: translate3d(0%, -100%, 0px);
    -webkit-transform: translate3d(0%, -100%, 0px);
    transition: 1s;
    opacity: 0;
}

.second-bg,
.third-bg {
    /* display: none;
    opacity: 0;*/
}

.btn-lft:hover {
    opacity: 1;
    font-size: 9vw;
}

.btn-rght:hover {
    opacity: 1;
    font-size: 9vw;

}

.btn-lft:hover~.second-bg {
    opacity: 1;
    display: block;
    z-index: 10;
    transform: translate3d(0%, 0px, 0px);
    -webkit-transform: translate3d(0%, 0px, 0px);
    transition: 1.5s;
}


.btn-rght:hover~.third-bg {
    z-index: 10;
    transform: translate3d(0%, 0%, 0px);
    -webkit-transform: translate3d(0%, 0px, 0px);
    transition: 1.5s;
    opacity: 1;
}

.blur {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}


.main-bg-hover {
    background: white;
    opacity: 0.2;
    z-index: 11;
}

.hm-clmn {
    position: absolute;
    height: 100vh;
    width: 30%;
    z-index: 49;
}

.clmn-lft {
    left: 0;
}

.clmn-rght {
    right: 0;
}

.clmn-lft:hover~.second-bg {
    opacity: 1;
    display: block;
    z-index: 10;
    transform: translate3d(0%, 0px, 0px);
    transition: 1.5s;
}

.clmn-rght:hover~.third-bg {
    opacity: 1;
    display: block;
    z-index: 10;
    transform: translate3d(0%, 0px, 0px);
    transition: 1.5s;
}



.clmn-lft:hover~.btn-lft {
    opacity: 1;
    font-size: 9vw;
}

.clmn-rght:hover~.btn-rght {
    opacity: 1;
    font-size: 9vw;

}

.hm-btn>a {
    font-weight: 400;
}

.hm-arrow {
    top: 40%;
    position: absolute;
    font-size: 40px;
    opacity: 0.7;
    color: white;
}

.hm-arrow.left {
    left: 20px;
    transition: 0.5s;
}

.hm-arrow.right {
    right: 20px;
    transition: 0.5s;
}

.clmn-lft:hover .hm-arrow.left {
    font-size: 30px;
    opacity: 0.2;
    transition: 0.5s;
}

.clmn-rght:hover .hm-arrow.right {
    font-size: 30px;
    opacity: 0.2;
    transition: 0.5s;
}

.home-title{
    text-align: center;
    text-transform: inherit !important;
}

/************************************************** 
****************   HOME POST   ******************
***************************************************/

.blog-item .simple-text p {
    font-size: 18px !important;
}

.blog-item .title {
    background: #f5f5f5;
    padding: 70px 72px 70px;
    height: 400px;
    /*animation-fill-mode:both !important;
    top: 50% !important;
    -webkit-transform: translateY(-50%) !important;
    -moz-transform: translateY(-50%) !important;
    -o-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;*/
   /* transition: all 3s ease-in-out;
    -webkit-transition: all 3s ease-in-out; /** Chrome & Safari **/
    /*-moz-transition: all 3s ease-in-out;*/ /** Firefox **/
    /*-o-transition: all 3s ease-in-out; /** Opera **/
}

.blog-item a {
    padding-bottom: 0;
}

.z-title {
    color: #a9a9b1;
    font-size: 42px;
    font-weight: 300;
    line-height: 42px;
    padding-bottom: 25px;
    top: 50px;
}

.z-title>a {
    color: #a9a9b1;
    font-size: 42px;
    font-weight: 300;
    line-height: 42px;
    padding-bottom: 25px;
}

.blog-item .animated {
    /* -webkit-animation-fill-mode: initial !important;
    animation-fill-mode: unset !important;*/

}

.blog-item {
    max-height: 500px;
}


/************************************************** 
********************   MENU    ********************
***************************************************/

.z-right-img {
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    right: 0;
    width: 50%;
    position: absolute;
    /*transform: translate3d(+100%, 0%, 0px);*/
    transition: 0.5s;
    transition: all 1s ease-in-out;
    opacity: 0;
}

.list-menu>li {
    position: unset;
}


.list-menu,
.list-menu li a>span {
    position: unset;
}

.z-menu-item:hover~.z-right-img {
    z-index: 10;
    /*transform: translate3d(0%, 0%, 0px);
    transition: 0.5s;*/
    transition: all 1s ease-in-out;
    opacity: 1;
}






/************************************************** 
********************   HOME    ********************
***************************************************/



.yikes-mailchimp-form-title {
    color: #72595f;
    padding-bottom: 5%;
}

.yikes-easy-mc-submit-button:before {
    background-color: #fe6f61 !important;
}

.yikes-easy-mc-submit-button:hover span {
    color: white !important;
}

.z-view {
    font-size: 0;
    height:100vh;
}


.z-menu {
    font-size: initial;
    display: inline-block;
}

.z-menu-lft {
    vertical-align: top;
    width: 50%;
    padding-top: 5%;

    padding-right: 1%;
}

.z-menu-rght {
    height: 100vh;
    width: 50%;
    /* background: red; */
    /*background-image: url(./img/menu2.jpg);*/
    /*background-size: 100%;*/
    background-repeat: no-repeat;
    background-size: cover;
}


.z-menu-list>li:hover .z-menu-rght {
    background: blue !important;
}


/************************************************** 
********************   BUTTON    ********************
***************************************************/

.z-btn {
    margin-top: 10%;
    border-color: #72595f !important;
    background-color: #72595f !important;
}

.z-btn:hover {
    border-color: #fe6f61 !important;
}

.z-btn:hover:before {
    background: #fe6f61;
}

.z-btn span {
    color: white !important;
    font-weight: 400 !important;
}

.z-btn:hover span {
    color: white !important;
}

.button-style {
    border: 0px solid #f7ebeb;
    line-height: 57px;
}

/************************************************** 
*****************   LABORATORIO    *****************
***************************************************/

.z-lab-block .about-info2 {
    padding-left: 10%;
    padding-right: 10%;
}

.z-lab-block-down .about-info {
    padding-left: 85px;
    padding-top: 0px;
}

.box-image-lab .about-info-img{
    padding-top: 200px;
}

.box-image-lab .about-info{
    padding-top: 0;
}

.lab-foto-bottom-wrap{
    position: relative;
    z-index: 9;
    margin-bottom: -35% !important;
}

.lab-foto-bottom .about-info2{
    padding-top: 0 !important;
}

.lab-description{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
}

.lab-description > p{
    font-weight: 400;
    color: white !important;
    font-size: 20px;
    line-height: 100%;
}

.z-lab .image:hover > .lab-description{
    opacity: 1;
}


.z-lab .image:hover > img{
    opacity: 0.6;
    filter: blur(3px);
}

.z-lab .images-block-title{
    padding: 60px 0;
}

.z-lab .images-block-title > h3{
    width: 95%;
    margin: auto;
    padding-bottom: 0;
}

.z-hidden-title{
    text-align: center;
}

.top-navigation{
    width: 100%;
    padding-bottom: 15%;
    font-size: 0;
}

.nav-box {
    width: 50%;
    position: relative;
    display: inline-block;
    font-size: initial;
    padding: 0 1.5%;
}

.nav-box > img{
    width: 100%;
    height: auto;
    filter: contrast(40%);
    transition: all .4s ease-out!important;
    -webkit-transition: all .4s ease-out!important;
    -ms-transition: all .4s ease-out!important;
}

.nav-box:hover > img {
    filter: contrast(100%);
    transition: all .4s ease-out!important;
    -webkit-transition: all .4s ease-out!important;
    -ms-transition: all .4s ease-out!important;
}

.z-lab{
    margin-top: -7%;
}
.z-nav-title{
    position: absolute;
    bottom: 0;
}

.z-nav-title >p{
    font-size: 4vw;
    line-height: 80%;
    font-weight: 400;
    color: white !important;
    opacity: 0.5;
}

.nav-box p{
    transition: all .4s ease-out!important;
    -webkit-transition: all .4s ease-out!important;
    -ms-transition: all .4s ease-out!important;
}
.nav-box:hover p{
    font-size: 5vw;
    opacity: 1;
    transition: all .4s ease-out!important;
    -webkit-transition: all .4s ease-out!important;
    -ms-transition: all .4s ease-out!important;
}

.z-hidden-title {
    visibility: hidden;
}


/************************************************** 
*****************   CONTACT FORM    ****************
***************************************************/
.z-contact-row {
    width: 100;
    font-size: 0;
}

.z-contact-column {
    font-size: initial;
    width: 50%;
    display: inline-block;
    padding-right: 5%;
}

.z-contact-column input {
    width: 100%;
    height: 40px;
    background-color: transparent !important;
    border-bottom: 1px solid lightgray !important;
    margin: 3% 0;
    font-size: 18px;
}

.z-contact-text {
    font-size: initial;
    width: 100%;
    display: inline-block;
    padding-right: 5%;
}

.z-contact-text textarea {
    width: 100%;
    height: 100px;
    background: none;
    border-bottom: 1px solid lightgray;
    margin: 3% 0;
    /*color: #afadad !important;*/
    font-size: 18px !important;
}

.orolog-ctc-fix .ferretti-form{
    width: 55%;
    margin: auto;
}

.orolog-ctc-fix .contact-form-heading{
    text-align: center;
}

.z-ctc-fix {
    padding-right: 0px;
}

.ctc-padding-fix{
    padding-bottom: calc(110px + 6%)!important;
}

.z-ctc-bnr-fix {
    margin-top: -6%;
}

.z-ctct {
    padding-top: 3%;
}

.z-contact-bottom {
    width: 100%;
    font-size: 0;
}

.z-btm-clm {
    font-size: initial;
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

.z-clm-lft {
    padding-right: 5%;
}

.z-clm-rght {
    padding-left: 5%;
}

.z-upload {
    margin: 10% 0;
}

.z-btn-snd {
    float: right;
    margin-right: 5%;
    height: 57px;

}

.z-btn-snd input {
    line-height: 57px;

}

.z-snd-btn {
    border-color: #afadad !important;
}

.z-snd-btn:before {
    background-color: #afadad !important;
}

.z-snd-btn span {
    opacity: 1;
    background: transparent;
    line-height: 57px;

}

.z-snd-btn:hover span {
    color: white !important;
    z-index: 1;
    cursor: pointer;

}

.z-snd-btn .wpcf7-form-control-wrap {
    display: none;
}


.send-button,
.yikes-easy-mc-submit-button {
    height: 57px !important;
}

.yikes-easy-mc-submit-button,
.z-invrt-2 {
    border-color: #72595f !important;
}

.yikes-easy-mc-submit-button span,
.z-invrt-2 input {
    color: #72595f !important;
    transition: 0.5s;
}

.yikes-easy-mc-submit-button:hover,
.z-invrt-2:hover {
    border-color: #fe6f61 !important;
}

.yikes-easy-mc-submit-button:hover span,
.z-invrt-2:hover input {
    color: white !important;
    transition: 0.5s;
}



.z-invrt {
    border: #72595f;
}


.z-invrt {
    background-color: #72595f !important;
}

.z-invrt-2 {
    border: 1px solid #72595f !important;
}

.z-invrt-2:before {
    /*background-color: transparent !important;*/
    background-color: #fe6f61 !important;
}


.z-invrt.send-button:before {
    transform: translateX(+101%);
    -webkit-transform: translateX(+101%);
    -ms-transform: translateX(+101%);
    background-color: #fe6f61 !important;

}

.z-invrt-2.send-button:before {
    transform: translateX(101%);
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);

}

.z-invrt.send-button:hover:before {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);

}

.z-invrt-2.send-button:hover:before {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    background-color: #fe6f61 !important;
}

.z-invrt.send-button:hover input {
    color: white;
}


.z-invrt.send-button input {
    color: white;
    line-height: 57px;
}

.contact_social ul {
    margin-left: 0;
}







/************************************************** 
****************    DIAMANTI    ******************
***************************************************/

.z-diamond-btn {
    margin: auto;
    width: 200px;
    position: relative;
    min-width: 200px;
}

.z-little-btn label {
    height: 35px !important;
}


.single-line-title{
    overflow: hidden;
    font-size: 0;
}
.single-line-title img{
    transition: all 1s;
}
.single-line-title:hover img{
    transform: scale(1.5);
    transition: all 1.5s;
}

.z-foto-block-2{
    width: 30%;
    float: right;
}
/************************************************** 
******************   CONTATTI    *******************
***************************************************/

.banner-image-txt{
    height: 50vmin;
}

.banner-image-txt .about-info-img{
    display: none;
}

.banner-image-txt .about-info{
    width: 100%;
    text-align: center;
    vertical-align: middle;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-top: 0;
}

.banner-image-txt .z-btn {
    margin-top: 2%;
    border-color: white !important;
    background-color: transparent !important;
    border: 1px solid;
}

.banner-image-txt .z-btn:hover {
    border-color: transparent !important;
}

.contact-banner-heading{
    text-align: center;
    color: white;
    padding-bottom: 2%;
    font-weight: 400;
}

.contact-banner-heading + p{
    text-align: center;
    color: white !important;
}

.z-ctc-bnr-fix .vc_column-inner{
    padding-top: 0 !important;
}



/************************************************** 
****************   WOOCOMMERCE    ******************
***************************************************/
.brands a.only-text:hover {
	outline: 4px solid #fe6f61 !important;
}

/*OROLOGI OCCASIONI DISABLED*/

.shop-areas div:nth-child(2) .subtitle{
    opacity: 1 !important;
}

.btn-save-account{
    width: 100%;
    max-width: 500px;
}


.page-id-29 .section-lg.sm {
    padding: 0;
}


.woocommerce-account .woocommerce-MyAccount-navigation {
    display: inline-block !important;
    float: none !important;
}

.mel-widget-title-p .woocommerce-Price-amount.amount, .mel-widget-title-p .woocommerce-Price-currencySymbol{
    color: #afadad !important;
}

.form-box-input, .form-box-textarea {
    line-height: 17px;
}




.menu-item-2023{
    pointer-events: none !important
}

.shop-areas div:nth-child(2){
    /*pointer-events: none;*/
}

/*OROLOGI OCCASIONI DISABLED*/


.yikes-easy-mc-error-message, .yikes-easy-mc-success-message {
    position: inherit !important;
    margin-bottom: 20px;
}


div.wpcf7-response-output {
    margin: 2em 0.5em 0em;
    padding: 0.2em 1em;
    border: 2px solid #fe6f61;
    position: absolute;
    bottom: -40px;
    /* max-width: 401px; */
    /* margin-top: 10px; */
    left: 50%;
    transform: translate(-50%);
}

span.wpcf7-not-valid-tip {
    color: #fe6f61;
}

.woocommerce {
    /*overflow-x: hidden;*/
}

.woocommerce.singolo-prodotto{
    overflow: visible;
}

.woocommerce {
    overflow-x: hidden;
}

.check-wrap {
    overflow-y: inherit; 
}

.slider-menu-icons .cart_count_header{
    top: -14px;
    position: relative;
    font-size: 17px;
    right: 5px;
}

.soc-item {
    display: inline-block;
    padding: 3%;
}


.soc-item:hover img {
    box-shadow: 0 0 15px #343434;
    transition: all 0.5s ease;
    border-radius: 100%;
}

.soc-item img {
    width: 80%;
}

.z-btn.braun:hover::before{
    background: #fe6f61 !important;
}

.woocommerce-checkout-review-order-table .blockOverlay{
    display: none !important;
}

.z-btn.loading{
    background: #4b3d3d !important;
}

.wpb_animate_when_almost_visible {
    /*animation-delay: 0.3s;*/
}

.page-id-938 .wpb_animate_when_almost_visible, .page-id-1509 .wpb_animate_when_almost_visible {
    animation-delay: 1.1s;
}

.page-id-1718 .product{
    opacity: 1;
}

.loop-brand-title{
    text-transform: capitalize;
    color: #afadad;
}


.quantity .woocommerce-Price-currencySymbol, .quantity .woocommerce-Price-amount.amount, .check-pay .woocommerce-Price-currencySymbol, .check-pay .woocommerce-Price-amount{
    font-weight: 400;
    color: #4b3d3d;
} 

.lost_password a {
    border-bottom: 0 !important;
    font-size: 11px;
}




/*.loop-brand-title:after {
    content: '';
    width: 50%;
    height: 2px;
    display: block;
    margin: 15px auto;
    background: #fe6f61;
}*/

.product-title-price .price:before {
    content: '';
    width: 50%;
    height: 2px;
    display: block;
    margin: 15px auto;
    background: #fe6f61;
}

    
.btn-prd-mobile{
    display: none !important;
}

@media only screen and (min-width: 568px){
.iziToast {
    margin: 2% 0;
    border-radius: 0;
    width: 50%;
}}

.alg-wc-wl-toggle-btn.loading {
    height: initial !important;
    width: initial !important;
    position: unset;
}

.alg-wc-wl-remove-item-from-wl.loading{
    height: initial !important;
    width: initial !important;
    position: unset;
}

.alg-wc-wl-remove-item-from-wl .fa-refresh{
    display: none !important;
}

.guaven_woos_suggestion_list{
    opacity: 1;
    transition: all .5s ease-out !important;
    -webkit-transition: all .5s ease-out !important;
    -ms-transition: all .5s ease-out !important;
}

.woocommerce #respond input#submit.loading, .woocommerce a.button.loading, .woocommerce button.button.loading, .woocommerce input.button.loading {
    /*padding-right: 2.618em !important;*/
}

.woocommerce #respond input#submit.loading::after, .woocommerce a.button.loading::after, .woocommerce button.button.loading::after, .woocommerce input.button.loading::after {
    font-size: 12px;
}

button[disabled], html input[disabled] {
    pointer-events: none;
    opacity: 0.7;
}

.woocommerce-error:before {
    color: #fe6f61 !important;
}

 #order_review td.product-total, #order_review th.product-total, .cart-subtotal td, .order-total td {
    text-align: right;
}

#order_review td.product-name, #order_review th.product-name, .cart-subtotal th, .order-total th {
    text-align: left;
}

.order-total span{
    font-weight: 700;

}


.shop-area-box.current .subtitle{
    font-size: 5vw;
    opacity: 1;
}

.mel-line-button{
    padding-top: 5px;
}
#order_review .woocommerce-Price-amount.amount, .page-id-28 .woocommerce-Price-amount.amount, .page-id-29 .woocommerce-Price-amount.amount, .guaven_woos_titlediv .woocommerce-Price-amount.amount{
    color: #afadad;
    font-weight: 400;

}

.page-id-28 .woocommerce-Price-currencySymbol,  .page-id-29 .woocommerce-Price-currencySymbol, .guaven_woos_titlediv .woocommerce-Price-currencySymbol{
    color: #afadad;
}

.order-total .woocommerce-Price-amount.amount, .order-total .woocommerce-Price-currencySymbol{
    color: #4b3d3d !important;
    font-weight: 700 !important;
}


.cart_item .product-total .woocommerce-Price-currencySymbol{
    color: #afadad;
}

.slider-menu-icons .cart_count{
    font-size: 16px;
    line-height: 7px;
    height: 35px;
    color: #fe6f61;
    background: none;
    font-weight: 400;
    position: absolute;
}

.archive-shop-title{
    text-align: center;
   /* margin-top: 15%;*/
    margin-top: 11%;
    margin-bottom: 10%;

}

.alg-wc-wl-toggle-btn.loading {
    background: transparent !important;
}

.login-modal {
    border-color: #4b3d3d !important;
}

.woocommerce-cart .icon-basket{
    color: #fe6f61 !important;
}

.login-modal.open {
    overflow-x: hidden;
}

span.sb-checkbox {
    padding-left: 40px;
    position: relative;
    cursor: pointer;
    margin-top: 15px;
    display: inline-block;
}

span.sb-checkbox:before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    border: 1px solid #e4e6eb;
    background-color: #e4e6eb;
    top: -6px;
    left: 0;
    transition: all .5s;
}

input:checked+span:after {
    border-color: #23232c;
}

input:checked+span:before {
    border-color: #23232c;
    background-color: #fff;
}

span.sb-checkbox:after {
    content: '';
    position: absolute;
    border-left: 2px solid #e4e6eb;
    border-bottom: 2px solid #e4e6eb;
    width: 12px;
    height: 6px;
    top: 2px;
    left: 7px;
    transform: rotate(-45deg);
    transition: all .5s;
}

.input-number-increment, .input-number-decrement{
    display: none;
}

.mobile-404 {
    display: block;
    z-index: 1;
}

.entry-summary .title{
    display: inline-block;
}

.entry-summary .code-single-text-wish{
    vertical-align: unset;
}

.single_variation_wrap  .code-single-text-wish{
    display: none;
}

.code-single-text-wish{
width: 10px;
display: inline-block;
vertical-align: bottom;
}

.woocommerce-info, .woocommerce-info::before {
    border-top-color: #fe6f61;
}

.mobile-404 > img{
    width: 60vh !important;
}

.alg-wc-wl-toggle-btn.remove i{
    color: #fe6f61
}

.product-icons  .btn-quickview{
    position: unset;
    overflow: visible;
}

.product-icons .btn-quickview:before {
    content: none;

}

.iziToast{
    background: #fe6f61 !important;
}

.alg-wc-wl-toggle-btn {
    margin-top: 0 !important;
    margin-bottom: 15px !important;
    /*padding: 8px 12px !important;*/
    padding: 9px 5px !important;
    float: none !important;
    background: transparent;
    border: 0 !important;
}

.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select, .woocommerce-error {
    border-color: #fe6f61 !important;
}

.add-to-wl-wrap button:hover{
    background:transparent !important;
}
.woocommerce-cart-form{
    margin-top: 15%;
}

.alg-wc-wl-social{
    text-align: center;
    margin-top: 15%;
    margin-bottom: 15%;
}

.alg-wc-wl-social i{
    font-size: 17px;
    color: #afadad;
}

.alg-wc-wl-social i:hover{
    color: #fe6f61;
}

.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {
    margin-bottom: 7% !important;
    padding-bottom: 7%;
    list-style: none;
    border-bottom: 1px solid #fe6f61;
}

.woocommerce a.remove {
    display: block;
    font-size: 1.5em;
    height: 100%;
    width: 100%;
    text-align: right;
    line-height: 1;
    border-radius: 100%;
    color: #fe6f61!important;
    text-decoration: none;
    font-weight: 700;
    border: 0;
}

.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
    display: block;
    font-weight: 400;
    font-size: 24px;
    text-transform: uppercase;
    /* letter-spacing: 1px; */
    color: #4b3d3d !important;
}

.woocommerce ul.cart_list li a:hover, .woocommerce ul.product_list_widget li a:hover {
    color: #fe6f61 !important;
}

.woocommerce a.remove {
    font-size: 50px !important;
    font-weight: 100 !important;
    color: #afadad;
}

.cart-sidebar .quantity {
    font-size: 24px;;
}

.cart-sidebar .woocommerce-Price-amount.amount {
    color: #4b3d3d;
}
.woocommerce a.remove:hover {
    color: #fe6f61!important;
    background: transparent;
}

.cart-sidebar{
    height: 100%;
    overflow-y: scroll;
}
.cart-sidebar-inner{
    margin-top: 10%;
    margin-left: 5%;
    margin-right: 5%;
}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
    float: left;
    margin-right: 24px;
    width: 200px;
    height: auto;
    box-shadow: none;
}

.woocommerce-mini-cart__total strong{
    font-size: 24px;
    font-weight: 400;
    color: #afadad;
}
.woocommerce-mini-cart__total > .woocommerce-Price-amount.amount {
    color: #4b3d3d;
    font-size: 30px;
}

.alg-wc-wl-counter{
    color: #fe6f61;
    font-weight: 400;
}
.wrap_disabled:before {
    content: none !important;
}

.z-btn.checkout{
    float: right;
}

.woocommerce-mini-cart__buttons a:hover{
    color: white !important;
}

.woocommerce-mini-cart__buttons.buttons{
    margin-bottom: 15%;
}
.popup-button i{
    font-size: 20px;
    transition: all .5s ease-out !important;
    -webkit-transition: all .5s ease-out !important;
    -ms-transition: all .5s ease-out !important;
}

.popup-button {
    font-size: 20px;
    font-weight: 300;
    color: #4b3d3d;
}

.popup-button.open, .popup-button.open i{
    color: #fe6f61;
    transition: all .5s ease-out !important;
    -webkit-transition: all .5s ease-out !important;
    -ms-transition: all .5s ease-out !important;
}


.woocommerce-mini-cart__empty-message{
    font-family: "Josefin Sans";
    font-weight: 300;
    font-style: normal;
    color: #afadad !important;
    /*font-size: 3vw !important;*/
    font-size: 23px !important;
    text-align: center;
}

.single-brand-header {
    position: relative;
    min-height: 500px;
    /*background: rebeccapurple;*/
    -webkit-transform: skewY(-3deg);
    margin-top: -30px;
    margin-bottom: 100px;
    background-position: center !important;
    background-size: cover !important;
}

#login-modal .woocommerce{
    overflow-x: inherit;
}


.search-form2 {
    width: 29%;
    display: inline-block;
    vertical-align: top;
    margin-right: 10%;
    background: transparent;
    padding: 3%;
}

.product-thumb {
    width: 100%;
    height: 200px;
    margin: auto;
    text-align: center;
}


.woocommerce .woocommerce-breadcrumb {
    font-size: .92em;
    color: #777;
    width: 70%;
    display: inline-block;
    padding-bottom: 40px !important;
    margin-top: -18px !important;
    margin: 10px 0 1em -20px !important;
}

.mel-shop-box-collumn-left {
    width: 60%;
    display: inline-block;
    vertical-align: top;
}



.woocommerce div.product div.images,
.woocommerce div.product div.summary {
    margin-bottom: 0 !important;
}

.singolo-prodotto .summary.entry-summary {
    width: 70% !important;
}

.bck-shp {
    background-color: #afadad !important;
}

.summary.entry-summary>* {
    /*width: 50%;
    margin: auto;*/
}

.mel-add-to-cart {
    font-size: 0 !important;
    padding-right: 15%;
}

.summary .price{
    text-align: left;
    padding-top: 10%;

}

.touch .shop-container .products > .product .product-title-price, .shop-container .products > .product:hover .product-title-price {
    margin-bottom: 60px;
}

.price span {
    font-size: 19px;
    /*color: #afadad !important;*/
	color: #aaa9a9 !important;
    font-weight: 400;
    padding-left: 0;
}
.price > ins > span.woocommerce-Price-amount, .price > ins > span.woocommerce-Price-amount > span.woocommerce-Price-currencySymbol {
	color: #fe6f61 !important;
}
.widget.collapsable-box ul li a, .widget.collapsable-box ol li a {
    color: #afadad;
    display: inline-block;
}

.widget.collapsable-box ul li span, .widget.collapsable-box ol li span {
    color: #afadad;
    display: inline-block;
}

.widget.collapsable-box ul li:hover span, .widget.collapsable-box ol li:hover span {
    color: #fff;
}

.widget.collapsable-box ul li:hover, .widget.collapsable-box ol li:hover, .widget.collapsable-box ul li.active {
    color: #fff;
    background-color: #fe6f61;
}
.widget.collapsable-box ul li.active > a {
	color: #fff !important;
}
.collapsable-box .content::before {
    background-color: #afadad;
}

.product_title .title strong {
    font-weight: 400;
    color: #72595f;
}

.sku span {
    font-weight: 400;
    color: #72595f;
}

.sp-btn {
    font-size: initial !important;
    width: 100%;
    display: inline-block;
}

.sp-btn.left > button, .sp-btn.right button {
    width: 100%;
}

.sp-btn.right{
    width: 50%;
}

.btns-block{
    font-size: 0;
}




.mel-single-p-product-brand-image {
    max-width: 300px;
	margin: auto;
}



.woocommerce div.product {
    width: 100%;
}





.singolo-prodotto .product_title.entry-title p {
    font-size: 20px;
}

.share-box {
    font-size: 0;
    padding-top: 15%;
}

.inline {
    font-size: initial;
    display: inline-block;
    width: 50%;
}

.inline.informazioni {
    text-align: right;
}

.single-clm{
    font-size: initial;
    width: 50%;
    display: inline-block;
    padding-top: 150px;
    padding-bottom: 100px;
}

.single-clm.left{
    background: #f5f5f5;
	position: relative;
}

.single-clm.right{
    padding-left: 7%;
}



.woocommerce div.product div.images .flex-control-thumbs li {
    display: inline-block !important;
}



.wc-tabs-wrapper:before, .wc-tabs-wrapper:after{
    content: '';
    height: 1px;
    display: block;
    background-color: #afadad;

}

.tabs.wc-tabs {
    text-align: left;
}

.tabs.wc-tabs > li a {
    color: #72595f  !important;
    margin: 0px !important;
    padding: 0px !important;
    font-weight: normal !important;
    font-size: 14px;
    font-weight: 700 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin: 0px;
}


.tabs.wc-tabs > li:hover::after, .tabs.wc-tabs > li.active::after, .tabs.wc-tabs::after {
    content: none !important;
}

.wc-tabs-wrapper {
    padding-top: 50px;
}

.inline p a i{
    color: #afadad;
    transition: all .5s ease-out !important;
    -webkit-transition: all .5s ease-out !important;
    -ms-transition: all .5s ease-out !important;
}

.product{
    transition: all .5s ease-out !important;
    -webkit-transition: all .5s ease-out !important;
    -ms-transition: all .5s ease-out !important;
}

.brands-container .brands span {
    transition: width 0.3s linear;
    padding: 2%;
    width: 25%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

 .brands-container {
    width: 60%;
    margin: auto;
    padding: 0 0 10% 0;
}

.shop-areas > .shop-area-box {
    display: inline-block;
    vertical-align: bottom;
    width: 33.33%;
    border: 0;
    position: relative;
    cursor: pointer;
    padding: initial;
    flex-basis: 30%;
    opacity: 0.7;
    transition: ease-in-out 0.3s;
}

.shop-areas > .shop-area-box:hover {
    opacity: 1;
    transition: ease-in-out 0.3s;
}

.shop-area-box img, .brands-container img{
    width: 100%;
    height: auto !important;
}

.shop-areas > .shop-area-box.show-animated {
    transform: translateX(0) translateY(0) !important;
    /*opacity: 1;*/
}

.woocommerce-loop-product__title.loop-brand-title{
    min-height: 57px;
}

.guaven_woos_suggestion ul li:nth-child(3n+1) {
    clear: right !important;
}

/*HTML CLASS*/

.h-disabled{
    overflow-y: hidden;
}

/*HTML CLASS END*/
.guaven_woos_suggestion {
    background: white !important;
}

.brands-container.start-hidden.showbrands {
    height: auto;
    visibility: visible;
    opacity: 1;
    transform: translateY(0%);
}

.brands-container.start-hidden {
    height: 0;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-100%);
    transition: height 1s, visibility 1s, transform 1s, opacity 1s ease-in-out .25s;
}

.shop-areas > .shop-area-box > p {
    font-size: initial;
    position: absolute;
    width: 100%;
    margin: 0;
    text-align: center;
    bottom: 0px;
    font-size: 4vw;
    line-height: 38px;
    font-weight: 400;
    color: white !important;
    opacity: 0.5;
    background: none;
    border: none;
    padding: 0;
    transition: all .4s ease-out!important;
    -webkit-transition: all .4s ease-out!important;
    -ms-transition: all .4s ease-out!important;
}

.shop-areas > .shop-area-box:hover > p {
    background: none;
    color: white;
    font-size: 4vw;
    opacity: 1;
    transition: all .4s ease-out!important;
    -webkit-transition: all .4s ease-out!important;
    -ms-transition: all .4s ease-out!important;
}

.shop-areas{
    position: relative;
    top: -110px;
    width: 100%;
    margin: auto;
    flex-direction: row;
    justify-content: space-evenly;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
}

.shop-title{
    font-size: initial;
    text-align: center;
    padding-bottom: 0;
    margin-top: 15%;
    margin-bottom: 10%;
}

.brand-title {
    text-align: center;
    padding-bottom: 8%;
}

.button.added i{
    color: #fe6f61;
}

.brand-title > h6{
    font-size: 20px !important;
    text-transform: uppercase;
}
.brands img {
    outline: 1px solid #afadad;
}

.brands img:hover {
    outline: 4px solid #fe6f61 !important;
}

.single-line .info{
    padding-left: 0;
}

.lines-container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 50%;
    margin: auto;
    transform: skewY(3deg);
    flex-shrink: 38;
    top: -75px;
    position: relative;
}

.single-line {
    width: 29%;
    /* padding: 0 16px; */
    overflow: hidden !important;
    margin-bottom: 50px;
    max-height: 300px;
    margin: 10% 2%;
    margin-top: 0;
}
.lines-container.other-brands {
	width: 70%;
}
.other-brands .single-line {
	width:33%;
	margin: 0;
}
.single-line-title img{
    width: 100%;
    height: auto;
}



.single-brand-title{
    position: absolute;
    top: 60%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) skewY(3deg);
    transform: translate(-50%, -50%) skewY(3deg);
    text-align: center;
    width: 100%;
}

.menu-icon .cart_count_header {
    font-size: 16px;
    line-height: 7px;
    height: 35px;
    color: #fe6f61;
    background: none;
    font-weight: 400;

}

.skew-lines{
    background: #f5f5f5;
    transform: skewY(-3deg);
    -webkit-transform: skewY(-3deg);
    -ms-transform: skewY(-3deg);
    margin-top: 5%;
    
}

.products-btn{
    width: 100%;
    text-align: center;
}

.line-title{
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: #72595f !important;
}

.single-line .info {
    width: 100%;
    text-align: center;
    /*position: absolute;
    bottom: -22px;*/
    transition: all .5s;
	padding-top: 0;
}

.single-line .line-image {
    margin-bottom: 60px;
}

.touch .single-line .info, .single-line:hover .info {
    bottom: 0px;
}
.other-brands .single-line .info {
	display: none !important;
}

.explore, .explore i{
    color:#afadad;
    transition: all .5s;
}

.explore i{
    padding-right: 5px;
}

.explore:hover,.explore:hover i{
    color: #fe6f61;
    transition: all .5s;
}

 .products > .product {
    width: -moz-calc(33% - 50px);
    width: -webkit-calc(33% - 50px);
    width: -o-calc(33% - 50px);
    width: calc(33% - 50px);
}
 .products > .product {
    width: -moz-calc(33% - 50px);
    width: -webkit-calc(33% - 50px);
    width: -o-calc(33% - 50px);
    width: calc(33% - 50px);
    display: inline-block;
    /* border: 1px solid black; */
    margin: 10px 15px;
    top: 0;
    overflow: hidden;
    /* height: 445px; */
    vertical-align: top;
    position: relative;
}

.products > .product > a.woocommerce-LoopProduct-link {
    width: 200px;
    text-align: center;
    margin: auto;
    display: block;
    position: relative;
}

.products > .product > a.woocommerce-LoopProduct-link > img {
    padding: 20px;
    margin: auto;
    max-height: 200px;
    max-width: 200px;
    width: auto;
    object-fit: contain;
    width: 200px;
    height: 200px;
}

div.product > * {
    font-size: 1rem;
}

.product-title-price {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 40px;
    -webkit-transition: margin .5s;
    transition: margin .5s;
}

.woocommerce div.product form.cart .single_variation_wrap {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding-left: 0;
}

.desc-button > .product form.cart {
    display: inline-block;
    font-size: 0px;
    width: 100%;
}

.btn-quickview {
    position: relative;
}

.popup-wraper .check-content.product{
    width: 50%;
}

.popup-wraper form{
    width: 100% !important;
}

.product-icons {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: -60px;
    -webkit-transition: all .5s;
    transition: all .5s;
    max-width: 149px;
    left: 50%;
    transform: translateX(-50%); 
    display: inline-flex;
    justify-content: center;
    overflow: visible;
}

.product-icons > a {
    padding: 10px 3.5px;
}

.product:hover .product-title-price {
    margin-top: -20px;
    margin-bottom: 40px;
}

.products > .product:hover .product-icons {
    bottom: 0;
}

.product-icons > a {
    /*padding: 8px 8.5px;*/
    padding: 8px 2px !important;
}

.search .site-main{
    min-height: 75vh;
}

.search .checkout-showcoupon-page {
    margin-top: 15%;
}

/*.woocommerce-loop-product__title, .woocommerce-loop-product__subtitle, .price{
    text-align: center;
    font-family: inherit;
    font-weight: 400;
    text-transform: uppercase;
    font-style: inherit;
}*/

.woocommerce-loop-product__title, .woocommerce-loop-product__subtitle, .price {
    text-align: center;
    font-family: inherit !important;
    font-weight: 400 !important;
    text-transform: uppercase;
    font-style: inherit;
    font-size: 16px !important;
    line-height: 32px !important;
}


.shop-container .products > .product .price::before {
    content: none;

}

.mel-shop-box{
    width: 80%;
    margin: auto;
    /*padding-top: 150px;*/
}

.product-title-price {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-transition: margin .5s;
    transition: margin .5s;
}

.product:hover .product-title-price {
    margin-top: -20px;
    margin-bottom: 60px;
}

.sidebar-shop-wrapper, .responsive-popup-left{
    display: none;
}

.woocommerce-loop-product__subtitle:after{
    content: '';
    width: 50%;
    height: 2px;
    display: block;
    margin: 15px auto;
    background:#fe6f61;
}

.collapsable-box {
   /* border: 2px solid #afadad;*/
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
    padding-bottom: 0 !important;
    margin-bottom: 30px !important;

}

.collapsable-box.collapsed .title-box > h2 span::after, .ewcs-widget-product-list::before {
    background-color: #afadad;
}

.products .product-thumb img{
    padding: 20px;
    margin: auto;
    max-height: 200px;
    max-width: 200px;
    width: auto;
    object-fit: contain;
    width: 100%;
    height: auto;
    max-height: 200px;
    max-width: 200px;
}

.ewcs-widget-banner img{
    display: none;
}


.ewcs-widget-banner-title{
    font-size: 60px;
    color: #afadad !important;
    text-align: center;
    padding-top: 12%;
}

.widget_recently_viewed_products {
    width: 100%;
}
.ewcs-widget-banner-subtitle{
    text-align: center;
}

.ewcs-widget-banner{
    padding-top: 5%;
}


.brand-info-search:before, .ewcs-widget-banner:before, .ewcs-widget-banner:after{
    content:'';
    height: 2px;
    background: #afadad;
    display: block;
}

.brand-info-search  a{
    display: block;
    text-align: center;
    line-height: 25px;
    font-weight: bold;
    color: #72595f;
    
}

.ewcs-widget-banner-subtitle{
    padding-bottom:12%;
}


.floated-form > .widget_text{
    display: none;
}

.widget_price_filter .widget-title, .widget_recently_viewed_products .widget-title {
    font-size: 13px;
    font-weight: normal;
    margin-left: 0px;
    text-transform: uppercase;
    color: #afadad;
    padding-bottom: 20px;
}

.mel-widget-p > a{
    display:none !important;
}

ul.ewcs-widget-product-list > li {
    display: block;
    height: 100%;
}

.mel-widget-img-p{
    width: 19%;
    display: table-cell;
    vertical-align: middle;
}

.mel-widget-title-p{
    width: 80%;
    display: table-cell;
    vertical-align: top;
}

.mel-widget-title-p span{
    margin-left: 0 !important;
}

.widget_recently_viewed_products > .ewcs-widget-product-list:before{
    content: none;
}


.widget_layered_nav_filters .widget-title{
    display:none;
}

.woocommerce .widget_layered_nav_filters ul li a::before {
    content: "X";
    color: #afadad;
    font-size: 25px;
    border: 0;
    vertical-align: sub;
    font-family: inherit;
    font-weight: bold;
}

.form-shop{
    padding-top: 10%;
    padding-bottom: 10%;
}

.products{
    font-size: 0;
}
.products .product{
    font-size: initial;
}

.add-btn{
    font-size: 17px;
    color:#afadad ;
}

.add-btn:hover{
    color:#fe6f61; 
}

.btn-fix{
    padding: 0 8px;
}

.loading-wrap{
pointer-events: none;
}

.loading-wrap:after{
    /*content: <i class='fas fa-spinner'></i>;
    display: block;
    position: absolute;
    top: 50%;
    font-size: 20px;
    left: 50%;
    transform: translate(-50%,-50%);*/
}

.button_load {
    top: 50%;
}

.product-loading-wrap{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffffffb3;
}

.loading-wrap > .product-loading-wrap, .loading-wrap > .product-loading-wrap > .button_load {
    display: block !important;
}



.single-brand-title > img{
    width: 25vw;
}


.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    width: 100%;
}


.collapsable-box .title-box > h2 {
    line-height: 22px;
    color: #afadad;
    font-weight: 300;
}


.price_min_max{
    padding: 12px 0;
}

.price_min_max > .price_min{
    padding-bottom: 12px
}

.woocommerce-products-header{
    display: none;
}

.chosen > a:before{
    transition: all .4s ease-out!important;
    -webkit-transition: all .4s ease-out!important;
}

 .chosen > a:hover:before{
    color: #fe6f61 !important;
    transition: all .4s ease-out!important;
    -webkit-transition: all .4s ease-out!important;
}


.woocommerce-cart .menu-icon a.hover-light .icon-basket, .page-id-1718 .menu-icon a.hover-light .eicon-wish{
    color: #fe6f61 !important;
}

.menu-icon a.hover-light i {
    color: #4b3d3d !important;
}

.footer-nav li a {
    color: #afadad;
    font-weight: 400;
}

.collapsable-box .title-box {
    overflow-y: hidden;
}

.copyright span, .copyright span a{
    color: #afadad;
    font-weight: 400;
}


.shop-container > .products-form {
    margin: auto;
}

.wishlist-space {
    width: -webkit-calc(33% - 35px);
    width: -moz-calc(33% - 35px);
    width: -o-calc(33% - 35px);
    width: calc(33% - 35px);
    display: inline-block;
    /* border: 1px solid black; */
    margin: 10px 15px;
    top: 0;
    overflow: hidden;
    /* height: 445px; */
    vertical-align: top;
    position: relative;
    text-align: center;
}

.wishlist-space img {
    margin-top: 50px;
    opacity: 0.3;
    transition: all 0.5s;
    max-width: 35px;
    margin-bottom: 30px;
}

.wishlist-title {
    display: block;
    padding: 50px 0 0;
}

.woocommerce div.product form.cart {
    display: inline-block;
    font-size: 0;
    width: 50%;
}

.wc-proceed-to-checkout a {
    line-height: 56px !important;
}



.mini-cart-empty{
    position: relative !important;
    /*top: 30vh !important;*/
    transition: all .5s ease-out !important;
    -webkit-transition: all .5s ease-out !important;
    -ms-transition: all .5s ease-out !important;
}

.fasion-baner-404 .image {
    max-width: 100% !important;
}
/***************************************************
****************    WISHLIST    ******************
***************************************************/

.button.loading {
    width: initial !important;
    padding-right: 8px!important;
}



.alg-wc-wl-btn:hover i.fa {
    -webkit-transform: translateZ(0) scale(1, 1) !important; 
    transform: translateZ(0) scale(1, 1) !important;
    color: #fe6f61 !important;
}

.products-form.wishlist-form .menu {
    width: 50%;
    text-align: center;
    margin: auto;
    padding-bottom: 50px;
    padding-top: 20px;
}

.page-id-1718 .add-to-wl-wrap{
    display: none;
}

.products-form.wishlist-form .menu span {
    padding: 10px;
    cursor: pointer;
    display: inline-block;
    width: 33%;
    position: relative;
    font-weight: 700;
    color: #72595f;
}
.products-form.wishlist-form .menu span > span.items-in-cart {
    position: absolute;
    left: auto;
    width: 18px;
    padding: 5px;
    /* right: 20%; */
    top: -14px;
    color: #fe6f61;
}


.products-form.wishlist-form .menu span:nth-of-type(1) {
	left: -0.1%;
}
.products-form.wishlist-form .menu span:nth-of-type(3) {
	left: 0.1%;
}

.products-form.wishlist-form .menu span.active,
.products-form.wishlist-form .menu span:hover {
    color: #fe6f61;
}

.products-form.wishlist-form .content {
	display: none;
}
.products-form.wishlist-form .content.active {
	display: block;
}

.products-form.wishlist-form {
	margin-bottom: 100px;
}


.wishlist-space p {
    opacity: 0;
    transition: all 0.5s;
}

.wishlist-space:hover p {
    opacity: 1;
}

.wishlist-space:hover img {
    opacity: 1;
}



.woocommerce table.shop_attributes, .woocommerce table.shop_attributes, .woocommerce table.shop_attributes td, .shop_attributes th {
    border: none;
    border-bottom: 0px;
    text-align: right;
}

.woocommerce table.shop_attributes th {
    border-bottom: 0px dotted rgba(0,0,0,.1);
    text-align: left;
    color: #72595f;
    padding: 0;
    font-weight: 300;
    font-size: 14px;
    width: 200px;
}

.woocommerce table.shop_attributes tr:nth-child(even) td, .woocommerce table.shop_attributes tr:nth-child(even) th {
    background: none;
}

.share-box a {
    padding: 10px;
}

.inline p a i:hover {
    color: #72595f;
    transition: all .5s ease-out !important;
    -webkit-transition: all .5s ease-out !important;
    -ms-transition: all .5s ease-out !important;
}

/***************************************************
****************    POST XTRA FIXES    ******************
***************************************************/

/*.woocommerce span.onsale, span.onsale {
display: none;
}*/

.woocommerce span.onsale, span.onsale {
    left: auto;
    z-index: 5;
    position: absolute;
    right: 20%;
    top: 20%;
    line-height: 62px !important;
    min-width: 42px;
    min-height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,.1);
    overflow: hidden;
    text-align: center;
    line-height: 42px !important;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 20px 5px;
    /* width: 75px; */
    transform: rotate(20deg);
    height: 100px;
}

span.onsale > span {
	display: block;
    color: #fff;
    line-height: 1;
    font-size: 22px;
    font-weight: 600;
}

@media screen and (max-width: 820px) and (max-height: 420px), screen and (max-width: 767px) {
	.woocommerce span.onsale, span.onsale {
		top: 12.5%;
		right: 10%;
	}
}
@media screen and (max-width: 480px) {
	.woocommerce span.onsale, span.onsale {
		top: 10%;
		font-size: 11px;
		padding: 10px 5px;
		height: 80px;
	}
	span.onsale > span {
		font-size: 18px;
	}
}
.brands{
    font-size: 0;
}

.x-fix-placeholder{
    font-size: 40px !important;
    color: white !important;
}

.single-brand-title > img {
    width: 20vw;
}


.app-filter:hover{
    background-color: #fe6f61 !important;
    color: white !important;
}

.shop-areas > .shop-area-box {
    flex-basis: 40% !important;

}


.brands-container.start-hidden {
    height: 0;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-100%);
    transition: height 1s, visibility 1s, transform 1s, opacity 1s ease-in-out .25s;
}

.brands-container.start-hidden.showbrands {
    height: auto;
    visibility: visible;
    opacity: 1;
    transform: translateY(0%);
}

.banner-new-size.promo-banner{
    min-height: 15vh;
}

.checkbox-gdpr{
    margin-top: 5%;
    margin-bottom: 5%;
    font-size: 18px;
}

.woocommerce-privacy-policy-text{
    height: 90px;
    overflow-y: auto;
    margin-bottom: 5%;
}

.form-center-z{
    text-align: center;
}

@media screen and (min-width: 1600px){
.single-line-title img {
    display: block;
    width: auto;
    height: 200px;
    text-align: center;
    margin: auto;
}
}

.gdpr.gdpr-privacy-bar, .gdpr.gdpr-reconsent-bar {
    background: #f5f5f5 !important;

}

.gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-right .gdpr-buttons button.gdpr-preferences, .gdpr.gdpr-reconsent-bar .gdpr-wrapper .gdpr-right .gdpr-buttons button.gdpr-preferences {
    color: #4b3d3d !important;
}

.gdpr.gdpr-privacy-bar .gdpr-accept-x {
    color: #4b3d3d;
    border-radius: 0;
}

.gdpr-agreement{
    border-radius: 0px !important;
    border-bottom: 1px solid #fe6f61 !important;
    background: none !important;
    color: #4b3d3d !important;
    border: 1px solid #fe6f61 !important;
    box-shadow: none !important;
    text-shadow: none !important;

}

.gdpr-accept-x{
    border: none !important;
}

#btt {
    bottom: 21px;

}

.single-p-form .desc-button{
    padding-bottom: 0;
}

.single-p-block .z-btn.bck-shp{
    /*margin-top: 0;*/
}

.single-p-block .right.shop-box{
    vertical-align: bottom;
}


.single-p-btn.loading{
    width: 90% !important;
}

del > span.amount  {
    text-decoration: line-through;
}

/***************************************************
****************    RESPONSIVE    ******************
***************************************************/

@media screen and (max-width: 767px), screen and (max-height: 420px) and (max-width: 820px){
.wishlist-space, .shop-container .products > .product {
   /* width: calc(50% - 35px);
    margin: auto;*/
    width: 100%;
    margin: auto;
    margin-bottom: 10%;
    margin-top: 10%;

}
}

@media screen and (max-width: 480px){
	.product .newsletter-wrap {
		margin-top: 60px;
	}
	
.products-form.wishlist-form .menu span {
    display: inline-block;
    width: 47%;
    margin: auto;
    left: 0;
}


.checkout-page-two-columns .title {
    font-size: 32px !important;
}

.upd-crt-fix{
    width: 100%;
}

.shop-container .products > .product {
    width: calc(100%) !important;
    margin: auto;
}

.products-form.wishlist-form .menu span > span.items-in-cart {
    right: 10%;
}
}

.menu-copy span {
    color: #afadad !important;
}

@media screen and (max-width: 1500px){
    .z-lab .images-block-title{
        display: none;
        padding-bottom: 10%;
    }

    .z-menu-lft {
        width: 100%;
    }

    .z-right-img,
    .z-menu-rght {
        display: none;
    }

    .z-hidden-title {
        visibility: visible;
        padding-bottom: 10%;
    }
    
    .single-line .info {
        bottom: 10px;
    }

    .mel-line-button{
        display: none;
    }

    .z-lab .bottom-img .image:nth-child(1) {
        width: 18.3%;
    }

    .z-lab .bottom-img .image:nth-child(2) {
        width: 18.1%;
    }

    .z-lab .bottom-img .image:nth-child(3) {
        width: 27.3%;
    }

    .z-lab .bottom-img .image:nth-child(4) {
        width: 20.4%;
    }

    .product .product-title-price {
        margin-top: -20px;
        margin-bottom: 60px;
    }


}
@media screen and (min-width: 1100px){
   .page-id-1509 .button-style.z-btn{
        position: absolute;
    }
}

@media screen and (min-width: 1500px){
.hm-main-banner {
    height: calc(100vh - 20px);
}

.hm-bg {
    height: 100vh;
}
}

@media screen and (max-width: 1650px){
    .woocommerce div.product form.cart {
        width: 100%;
    }
    .mel-add-to-cart {
        padding-right: 0;
    }

    .sp-btn.right {
        width: 100%;
    }

    .single-p-btn {
        width: 100% !important;
        margin-top: 5% !important;
    }

}  
    
@media screen and (max-width: 1615px){
    .woocommerce div.product form.cart {
        width: 100%;
    }

    .mel-add-to-cart {
        padding-right: 0;
    }

    .sp-btn.right {
        width: 100%;
    }
    

}    

@media screen and (max-width: 992px) {
    .z-lab-block-down .about-info {
        padding-left: 15px;
    }

    .blog-item.left .image,
    .blog-item.right .image {
        width: 100%;
        float: none;
    }

    .btn-quickview{
        display: none !important;
    }

    .btn-prd-mobile{
        display: block !important;
    }

    .popup-wraper {
        background: white;
    }

    .blog-item .title {
        padding: 65px 40px 60px;
        position: relative;
        width: 100%;
        max-width: 100%;
        top: auto;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
    }

    .single-clm {
        padding-top: 0;
        padding-bottom: 100px;
    }
    


    .responsive-popup-left {
        /*padding-bottom: 20%;*/
        padding-top: 5%;
        display: block;
    }

    .responsive-content-popup {
        display: none;
        transition: all .5s ease-out !important;
        -webkit-transition: all .5s ease-out !important;
        -ms-transition: all .5s ease-out !important;
    }

    .blog-item {
        max-height: unset;
    }

    .blog-item .title {
        height: auto;
    }
    
    .btn-rght {
        left: 0;
        bottom: 120px;
    }

    .hm-btn {
        font-size: 16vw !important;
    }

 

    .z-blockq {
        width: 90% !important;
    }

    .empty-fix {
        height: 50px !important;
    }

    .z-banner {
        margin-top: 0;
        margin-bottom: 0;
    }

    .blog-item .bg a {
        margin-bottom: -1%;
    }

    .single-line {
        width: 46%;
    }

    .search-form2 {
        width: 100%;
        margin-right: 0;
    }

    .mel-shop-box-collumn-left {
        width: 100%;
    }

    .form-shop {
        padding-top: 15%;
        padding-bottom: 15%;
    }


    .mel-contacts-single-p .z-btn {
        margin-top: 5%;
    }



    .product-icons {
        max-width: 100%;
        left: 0;
        transform: none;
    }

    .orolog-ctc-fix .ferretti-form {
        width: 100%;
        padding: 0 15px;
    }
    
    .orolog-ctc-fix .z-contact-column {
        padding-right: 0;
    }

}

@media screen and (min-width: 992px) {
    .menu-folow {
        bottom: 3%;
        /*left: 42%;*/
    }

    .menu-copy {
        bottom: 3%;
    }




    @media screen and (min-width: 1100px) {
        .c-left {
            padding-right: 20px !important;
        }

        .c-right {
            padding-left: 20px !important;
        }

        .lab-left {
            padding-right: 30px !important;
        }


        .lab-right {
            padding-left: 30px !important;
        }
    }

}

@media screen and (min-width: 844px) {
    .z-foto-block img {
        width: 50%;
        position: relative;
        right: 10%;
    }

    .z-foto-block-2 img {
        width: 70%;
        /*position: relative;
        right: 28%;*/
    }
}

@media screen and (min-width: 1462px) {

    .z-foto-block-2 img {
        width: 100%;
    }

    .menu-folow {
        left: 40%;
    }
}

@media screen and (max-width: 844px) {
    .z-tech-css .about-info2 {
        padding-top: 0;
    }

    .z-diamond-btn {
        margin: initial;
    }
}

@media screen and (max-width: 768px) and (min-width: 768px) {
    .about-info {
        padding-top: 200px;
    }
}

@media screen and (max-width: 1400px) {

    .product-icons {
        /*position: inherit;*/
        padding-top: 20px;
        visibility: visible;
    }

    .products > .product-icons {
        bottom: 0;
    
    }
    

    .burger-menu.active:hover span:before {
        transform: rotate(45deg) !important;
        -webkit-transform: rotate(45deg) !important;
        -ms-transform: rotate(45deg) !important;
    }

    .burger-menu.active:hover span:after {
        transform: rotate(-45deg) !important;
        -webkit-transform: rotate(-45deg) !important;
        -ms-transform: rotate(-45deg) !important;
    }

    #btt{
        bottom: 15%;
    }

    .product .product-title-price {
        margin-top: -20px;
        margin-bottom: 60px !important;
    }

    .single-clm.left {
        background: white;
    }

    .singolo-prodotto .summary.entry-summary {
        width: 90% !important;
    }


}

@media screen and (min-width: 768px) and (max-width: 1400px) {
    .single-brand-title > img {
        width: 35vw;
    }

    .product-icons {
        /*position: inherit;*/
        padding-top: 20px;
        visibility: visible;
    }
    
}

@media (max-width: 768px) {
    .z-padding {
        padding-right: 5% !important;
        padding-left: 5% !important;
    }

    .shop-areas > .shop-area-box {
        flex-basis: 95% !important;
    }

    .archive-shop-title{
        margin-top: 15%;
    }

    .z-lab-block .about-info2 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .copyright {
        text-align: center;
    }

    .z-right-img,
    .z-menu-rght {
        display: none;
    }

    .z-menu-lft {
        width: 100%;
    }

    .z-contact-column {
        width: 100%;
    }

    .z-btm-clm {
        width: 100%;
    }

    .z-clm-rght {
        padding-left: 0;
    }

    .z-clm-rght>span>span>span {
        margin-left: 0;
    }

    .lab-box {
        margin-top: 0px !important;
        padding-right: 15px !important;
    }

    .z-clm-rght {
        padding-bottom: 50px;
    }

    .service-clm {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .shop-areas > .shop-area-box {
        width: 100%;
        flex-basis: 100%;
        padding-top: 20px;
    }

    .shop-areas > .shop-area-box > p {
        font-size: 10vw !important;
    }

    .shop-areas > .shop-area-box:hover > p {
        font-size: 13vw;

    }

    .brands-container .brands span {
        width: 100% !important;
        margin-bottom: 60px;
    }

    .single-line {
        width: 100%;
        padding: 0;
        max-height: 100%;
    }


    .brand-title > h6 {
        padding-bottom: 25%;
    }

    .products > .product {
        width: 50% !important;
        margin: 0;
    }

    .form-shop {
        padding-top: 25%;
        padding-bottom: 25%;
    }

    .home-title{
        text-align: left;
        text-transform: inherit !important;
    }

    .z-ctc-bnr-fix{
        background-size: cover !important;
    }

    .banner-image-txt {
        height: 70vmin;
    }

    .banner-image-txt .z-btn {
        margin-bottom: 2%;
    }

    .single-brand-title > img{
        width: 55vw;
    }

    .single-brand-header {
        min-height: 252px;
        background-size: 150% !important;
        background-repeat: no-repeat !important;
        margin-bottom: 50px;
}

    #ewcs_layered_nav_filters-2{
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }

}

@media (min-width: 991px) {
    .hm-clmn .hm-arrow {
        display: none;
    }
}

@media (max-width: 600px) {
    .shop-menu:before {
        content: none;
    }

    .woocommerce-mini-cart__buttons.buttons a{
        width: 100%;
    }
}

@media (max-width: 480px) {
    .menu-icon {
        top: initial;
    }

    .z-link {
        font-size: 12px !important;
    }

    .single-brand-title > img{
        width: 70vw;
    }

    .z-title>a,
    h1 {
        font-size: 32px !important;
    }

    .blog-item .title {
        padding: 25px !important;
    }

    .hm-btn {
        font-size: 16vw !important;
    }

    .btn-rght {
        left: 0;
        bottom: 70px;
    }

    .hm-main-banner {
        height: 87vh;
    }

	.single-clm { 
		padding-bottom: 35px;
	}
    .clmn-lft:hover~.btn-lft {
        font-size: 19vw !important;
    }

    .clmn-lft:hover~.btn-rght {
        font-size: 10vw !important;
    }

    .clmn-rght:hover~.btn-rght {
        font-size: 19vw !important;
    }

    .clmn-rght:hover~.btn-lft {
        font-size: 10vw !important;
    }

    #btt {
        bottom: 66px;
    }

    .header-style-1:not(.type-2) .menu-copy {
        margin-bottom: 60px;
    }

    .menu-folow {
        bottom: 45px;
    }

    .contact-box h6 {
        margin-bottom: 2% !important;
    }

    .contact-box {
        padding-top: 10px;
    }

    .space-mobile {
        height: 0px !important;
    }

    .z-ctct {
        width: 100% !important;
    }

    .products > .product {
        width: 100% !important;
        margin: 0;
    }

    .slider-menu-icons {
        top: 17px;
        right: 20px;
    }

    .slider-menu-icons{
        display: block;
    }

    .menu-icon  .login-menu, .menu-icon .wish-menu{
        display: none;
    }

    .menu-icon i{
        font-size: 24px !important;
        margin-top: 0px !important;
    }

    .menu-icon a {
        width: 50px !important;
    }

    .lines-container .button-style {
        line-height: 2.5vh;
        height: 100%;
        padding: 0px 5%;
    }

    .lines-container .button-style span {
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .menu-icon .cart_count_header {
        top: 1px;
    }

    .align-scroll img, .scrol .align-scroll img {
        max-width: 100px;
}

.share-box a {
    padding: 4px;
}

}

@media screen and (max-width: 667px) and (max-height: 375px) {
    .slide-menu {
        overflow-y: visible !important;
    }

    .contact-box h6 {
        margin-bottom: 2% !important;
    }

    .contact-box {
        padding-top: 10px;
    }

    .space-mobile {
        height: 0px !important;
    }

    .z-ctct {
        width: 100% !important;
    }

}


@media screen and (max-width: 1100px) {
    .mobile-clm {
        width: 100% !important;
    }

    .c-left {
        padding-bottom: 5%;
    }




    .container-menu.z-menu {
        margin: 0px auto;
    }

    .z-menu-lft {
        padding-top: 0;
    }

    .about-info {
        width: 100% !important;
        padding-top: 100px;
        padding-left: 0px !important;
    }

    .about-info2 {
        padding-left: 0% !important;
        padding-right: 0% !important;
        padding-top: 200px !important;
    }

    .about-info-img-right {
        padding-left: 0px !important;
    }

    .lab-foto-bottom .about-info-img-right {
        float: right;
        margin: auto;
    }

    .lab-foto-bottom-wrap {
         margin-bottom: initial !important; 
    }

    .z-tech-css .about-info-img-right {
        padding-top: 100px;
    }

    .z-tech-css .about-info2 {
        padding-top: 100px !important;
    }

    .box-image-lab .about-info-img{
        padding-top: 0px;
        float: none;
        margin: auto;
        padding-right: 0;
        padding-bottom: 15%;
    }

    .lab-description > p {
        font-size: 14px;
    }

    .z-lab-block .about-info-img-right{
        padding-top: 200px;
    }


    .single-line {
        overflow: visible !important;
    }

    .product-icons {
        /*position: inherit;*/
        padding-top: 20px;
        visibility: visible;
    }

    .products > .product:hover .product-icons {
        visibility: visible;
    }

    .lab-foto-bottom{
        margin-top: -40vh;
        position: relative;
        bottom: -40vw;
    }


    .brands-container .brands {
        font-size: 0;
    }

    .brands-container .brands span {
        width: 50%;
    }

    .popup-wraper .left-part{
        width: 100%;
        background: white;
    }

    .popup-wraper .woocommerce{
        display: none;
    }

    .popup.active .left-part {
        top: 50%;
        transform: translateY(-50%);
    }
    
}

@media (max-width: 1000px){
.btn-quickview {
    display: block;
}
}
@media screen and (max-width: 992px) {
    .about-info-img {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .single-clm.left {
        width: 100%;
    }

    .single-clm.right {
        padding-left: 7%;
        width: 100%;
        padding-right: 7%;
    }

    .singolo-prodotto .summary.entry-summary {
        width: 100% !important;
    }
}

@media screen and (max-width: 768px) {

    .about-info,
    .about-info2,
    .about-info-img-right {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    table tbody td {
        font-size: 12px !important;
    }
    
    


    .about-info {
        /*padding-top: initial !important;*/

    }

     .z-lab .bottom-img .image, .z-lab .top-img .image {
        width: 100% !important;
        display: block;
    }

    .lab-description > p {
        font-size: 4vh;
    }

    .nav-box {
        width: 100%;
        padding: 0 2.5%;
        margin-bottom: 6%;
    }

    .z-nav-title >p {
        font-size: 10vw;
    }

    .nav-box:hover p {
        font-size: 11vw;
    }

    .lab-foto-bottom .about-info-img-right {
        float: unset;
    }

    .lab-foto-bottom{
        margin-top: 0;
        bottom: 0;
    }


}

@media screen and (max-width: 1200px){

    .products > .product {
        width: 50%;
        margin: 0;
    }

    .mel-shop-box {
        padding-top: 0px;
    }


}

@media screen and (min-width: 993px) {
	.mel-shop-box {
		width: 95%;
	}
}

@media screen and (min-width: 1101px){
    .dmnds-ring-fix {
        position: absolute !important;
        left: 0 !important;
        margin-top: -30%;
        z-index: 49;
    }

}

@media screen and (max-width: 480px) {
	.single-clm.right {
        padding-left: 0;
        padding-right: 0;
		padding-bottom: 0;
    }
	.wc-tabs-wrapper {
		padding-bottom: 20px;
	}
}

.grecaptcha-badge { display: none !important; }

.newsletter-wrap {
	width: 100%;
	padding-bottom: 7.5%;
}

p.stock.in-stock {
	display: none !important;
}

.widget_text {
	margin-bottom: 0;
}

/**************    END    *************/


.home-box > a {
	display: block;
	width: 100%;
}
.home-box img {
	
	position: relative;
	width: 100%;
}
.home-box.pink img {
	border: 3px solid #87ABB0;
}
.home-box.gray img {
	border: 3px solid #7d7d7d;
}
.home-box.brown img {
	border: 3px solid #b2a09c;
}
.home-box.black img {
	border: 3px solid #7d7d7d;
}
.home-box.unset img{
    border: 0px;
}

.home-box:hover .vc_single_image-wrapper::after {
	content: ' ';
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 10px;
	background-color: #87ABB0;
}
.home-box.black:hover .vc_single_image-wrapper::after {
	background-color: #7d7d7d;
}
.home-box.pink:hover .vc_single_image-wrapper::after {
	background-color: #87ABB0;
}
.home-box.gray:hover .vc_single_image-wrapper::after {
	background-color: #7d7d7d;
}
.home-box.brown:hover .vc_single_image-wrapper::after {
	background-color: #b2a09c;
}
.home-box.unset:hover .vc_single_image-wrapper::after {
    background-color: transparent;
}
.home-box .wpb_wrapper {
	position: relative;
}
.home-box .tomasi-button-parent {
	position: absolute;
	bottom: 4px;	
  margin: auto;
  width: 100%;
  text-align: center;
}

.home-box-text{
    position: relative;
    top: -60px;
    width: 90%;
    margin: auto;
    transition: all .4s ease-out!important;
    -webkit-transition: all .4s ease-out!important;
    -ms-transition: all .4s ease-out!important;
}

.home-box-text p {
    text-align: center;
    padding: 42px;
    background: whitesmoke;
    color: #a9a9b1 !important;
    font-size: 36px;
    font-weight: 300;
    line-height: 42px;
    padding-bottom: 25px;
    transition: all .4s ease-out!important;
    -webkit-transition: all .4s ease-out!important;
    -ms-transition: all .4s ease-out!important;
}

.home-box:hover p{
    color: #fe6f61 !important;
    transition: all .4s ease-out!important;
    -webkit-transition: all .4s ease-out!important;
    -ms-transition: all .4s ease-out!important;
}

.home-box:hover .home-box-text{
    transform: translateY(-20%);
    transition: all .4s ease-out!important;
    -webkit-transition: all .4s ease-out!important;
    -ms-transition: all .4s ease-out!important;
}

.home-box.img-wrapper{
    overflow: hidden;
}

.home-box.img-wrapper img{
    display: block;
    transition: all .4s ease-out!important;
    -webkit-transition: all .4s ease-out!important;
    -ms-transition: all .4s ease-out!important;
}

.home-box:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
}



.cell-view.z-view{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 24em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}



.list-menu>li {
    padding-bottom: 23px !important;

}

#btt {
    z-index: 8 !important;

}

.open-search {
    z-index: 7;
}

.header-search-close{
    top:0; 
    right:0;
    display: none;
    width: 40px;
    height: 24px;
    margin: 0px 10px;
    position: relative;
}

.close-popup.header-search-close span{
    width: 24px;
    height: 24px;
    display: block;
    margin: auto;
    text-align: center;
    position: relative;
    left: 50;
}

.menu-icon a.search-menu:before {
    content: unset !important;
}

.search-block {
    transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transform: translate3d(100%, 0%, 0px);
    z-index: 9 !important;
    padding: 100px 0;
}

.search-block.open-search{
    transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transform: translate3d(0%, 0%, 0px);

}

#login-modal{
    z-index: 7 !important;
    background: transparent;
}

.banner-new-size{
    z-index: 6;
}

.login-modal-inner{
    background: white;
height: 100%;
width: 50%;
position: fixed;
right: 0;
-webkit-transition: all 1.8s cubic-bezier(.425,.375,.15,1);
-moz-transition: all 1.8s cubic-bezier(.425,.375,.15,1);
-o-transition: all 1.8s cubic-bezier(.425,.375,.15,1);
transition: all 1.8s cubic-bezier(.425,.375,.15,1);
transform: translateX(100%);
opacity: 1!;
padding-top: 80px;
}

.password-input input{
background: transparent;
}

.login-modal.woocommerce-account.open .login-modal-inner{
transform: translateX(0%);
-webkit-transition: all 1.8s cubic-bezier(.425,.375,.15,1);
-moz-transition: all 1.8s cubic-bezier(.425,.375,.15,1);
-o-transition: all 1.8s cubic-bezier(.425,.375,.15,1);
transition: all 1.8s cubic-bezier(.425,.375,.15,1);
}

#login-modal{
    /*display: block !important;*/
    /*opacity: 1 !important;*/
}

.mark-popup-2 {
    z-index: 7;
    padding-top: 80px;
}


.login-modal.woocommerce-account .login-modal-inner{
    transform: translateX(100%);
    display: block !important;
    -webkit-transition: all 1.8s cubic-bezier(.425,.375,.15,1);
    -moz-transition: all 1.8s cubic-bezier(.425,.375,.15,1);
    -o-transition: all 1.8s cubic-bezier(.425,.375,.15,1);
    transition: all 1.8s cubic-bezier(.425,.375,.15,1);
    }


    .search-form2 {
        width: 29%;
        display: inline-block;
        vertical-align: top;
        margin-right: 0;
        background: transparent;
        padding: 0;
        height: 100vh;
        overflow: hidden;
        left: 0;
        position: relative;
        padding: 85px;
    }

    .search-form-inner.floated-form {



    }

    .search-form-inner.floated-form {

        display: block!important;
        max-height: 645px;
        overflow-x: hidden;
        overflow-y: auto;
        z-index: 5;

    }



    .floated-form::-webkit-scrollbar { 
        width: 0 !important
     }

     .floated-form { 
         overflow: -moz-scrollbars-none; 
    }

    .floated-form { 
        -ms-overflow-style: none;
     }

     .cart-popup-inner .close-popup{
         top: 100px;
     }

     .floated-form.on-footer{
         top: 100px !important;
         max-height: 60vh;
    /*     -webkit-box-shadow: 0 8px 6px -12px black;
    -moz-box-shadow: 0 8px 6px -12px black;
    box-shadow: 0 8px 6px -12px black;*/
     }


    .search-form-inner.floated-form.is-fixed {
 
        width: inherit;
        top: 150px !important;
        padding: 85px;
        left: 0;

    }

    .popup_product_details.show .single-clm.right{
        max-height: 80vh !important;
        overflow: auto !important;
    }

    .popup_product_details.show .single-clm.left {
        margin-bottom: 50px;
    }


    .popup_product_details.show .single-clm.right::-webkit-scrollbar { 
       /* width: 0 !important*/
     }

     .popup_product_details.show .single-clm.right { 
         /*overflow: -moz-scrollbars-none; */
    }

    .popup_product_details.show .single-clm.right { 
        /*-ms-overflow-style: none;*/
     }







    .floated-form::-webkit-scrollbar { 
        width: 0 !important
     }

     .floated-form { 
         overflow: -moz-scrollbars-none; 
    }

    .floated-form { 
        -ms-overflow-style: none;
     }

     .single-clm.left {
        background: transparent !important;
        position: relative;
    }

@media screen and (min-width: 993px){
    .mel-shop-box {
        width: 100%;
    }
}


@media (max-width: 480px){
.slider-menu-icons {
    top: 50px;
    right: 28px;
}

.slider-menu-icons .cart_count_header {
    top: -38px;
    position: relative;
    font-size: 17px;
    right: -13px;
}

.menu-folow {
    position: absolute;
    bottom: 0;
}
}

@media screen and (max-width:991px) and (orientation:landscape){
    .z-view {
        font-size: 0;
        height: 100%;
        padding-top: 50px;
    }
}

@media screen and (max-width:1200px){
    .product_list_widget{
        line-height: 1 !important;
    }
}

@media screen and (max-width:991px){
    .search-form2{
    width: 100%;
    position: relative;
    position: relative;
    width: 100%;
    padding: 0;
    }

    .hidden-resp{
        display: none;
    }

    .search-form-inner.floated-form.is-fixed {
        width: 100% !important;
        /* top: 150px !important; */
        padding: 85px;
        left: 0;
        position: static !important;
        padding: 0;
        padding-top: 50px;
    }

    .search-form-inner.floated-form{
        max-height: unset;
        padding-top: 50px;
        height: 100% !important;
        padding-bottom: 0 !important;
       
    }



    .search-form2{
        height: 100%;
        padding-bottom: 0 !important;
    }

    .login-modal-inner {
        width: 100%;
    }

    .ewcs-widget-banner-content{
        display: none;
    }






}

@media screen and (max-width:768px){
    .popup_product_details.show .single-clm.right {
        max-height: 100% !important;
        overflow: visible;
    }

    .woocommerce.singolo-prodotto{
        width: 100% !important;
    }

    .header-search-close {
        top: 4px;
        right: -2px;
        display: none;
        width: 30px;
        height: 24px;
        margin: 0px 10px;
        position: relative;
    }
}







section#ewcs_layered_nav_filters-2 {
    margin-bottom: 10px;
}

ul.product_list_widget .mel-widget-title-p {
    padding-left: 20px;
}

section#ewcs_layered_nav-2 .count {
    display: none !important;
}

@media screen and (max-width:1200px) and (orientation: landscape){
	.ewcs-widget-banner-title {
		font-size: 30px;
	}
}


@media screen and (max-width: 1450px){
	#home-shop-buttons > .wpb_column {
		width: 50% !important;
    }
    
    .home-box-text p {
 
        font-size: 33px;

    }

    .popup_product_details {
        overflow-y: scroll !important;
        -webkit-overflow-scrolling: touch;
      
    }

    .popup_product_details.show .single-clm.right {
        max-height: 100% !important;

    }

        .list-menu>li {
        padding-bottom: 5px !important;
        font-size: 22px;
    }

    .login-modal-inner{
        overflow: auto;
    }

    .search-form-inner.floated-form.is-fixed {
        top: 25px !important;
    }
    



}

.popup_product_details.show{
    visibility: visible;
    transform: translate(0);

}


@media screen and (max-width: 768px){
	#home-shop-buttons > .wpb_column {
		width: 100% !important;
    }

}

@media screen and(max-width: 991px){
    .woocommerce.singolo-prodotto{
        height: 100% !important;
    }


    
    .woocommerce.singolo-prodotto::-webkit-scrollbar {

    }

}

@media screen and (max-width: 1200px){
 /*   body{
        overflow-y: visible !important;
    }

    html{
        overflow-y: visible !important;
    } */
}

@media screen and (min-width: 1451px) and (max-width: 1761px){

    .home-box-text p {
        padding: 0;
        color: #a9a9b1 !important;
        font-size: 36px;
        padding-bottom: unset;
        padding: 30px 0px;
        line-height: 36px;
    }

}

@media screen and (max-width: 1500px){

.z-title>a {
    color: #a9a9b1;
    font-size: 36px;
    font-weight: 300;
    line-height: 42px;
    padding-bottom: 25px;

}

.z-menu {
    display: flex !important;
    width: auto !important;
}

}


@media screen and (max-width: 468px){
    .z-menu #menu-menu-main {
        -moz-column-count: 1 !important;
        -webkit-column-count: 1 !important;
        column-count: 1 !important;
    }
}

.z-menu #menu-menu-main{
    margin: auto;
    -moz-column-count: 2;
    -moz-column-gap: 0px;
    -webkit-column-count: 2;
    -webkit-column-gap: 0px;
    column-count: 2;
    column-gap: 0px;
}



html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow-x: hidden;
}


.shop-areas .shop-areas-box-OROLOGI {
    display: none !important;
}

#shop_area_4185_brands{
    display: none;
}

html{
    box-sizing: border-box;
}

section#ewcs_widget_product_tag-2 .count {
    display: none;
}


.guaven_woos_suggestion, .guaven_woos_suggestion.fadeIn{
    display: none !important;
}

nav.woocommerce-pagination {
    margin-bottom: 90px;
    margin-top: 90px;
    font-size: 20px;
}

nav.woocommerce-pagination > span:nth-child(1) {
    display: none;
}

.clear-input {
    position: absolute;
    right: 0;
    bottom: 20px;
    width: 51px;
    height: 51px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
}

.cell-view input.search-submit {
    text-align: right;
    float: right;
    width: fit-content;
}
.ep-search-input{
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width:1000px){
    input.ep-search-field {
        font-size: 20px;
    }

    input.ep-search-submit.search-submit {
        font-size: 20px;
    }

    span.clear-input.ep-clear-input {
        width: 30px;
        height: 40px;
    }
}
@media screen and (max-width:680px){
    .ep-search-input{
        flex-wrap: wrap;
    }

    input.search-submit {
        width: 100%;
        padding: 0;
        margin-top: 100px;
    }
    
    span.clear-input {
        display: none;
    }

    input.ep-search-field {
        text-align: center;
        padding: 0;
    }
}

.product-template-default #backToShop{
    display: none;
}



/*WCB extension*/

.wcb-wrapper {
    position: sticky;
   
    z-index: 9999;
    transform: translateX(50px);
    width: calc(100% - 50px);
}

.wcb-inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.wcb-icon {
    width: 70px;
    height: 70px;
    background: #72595f;
    display: flex;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    overflow: hidden;
    cursor: pointer;
}

.wcb-icon i {
    font-size: 36px;
    color: white;
    text-align: center;
    width: 100%;
}

.wcb-expander{
    position: absolute;
    width: 370px;
    bottom: 35px;
    background: #ffffff;
    left: 35px;
    border: 1px solid #72595f;
    /* display: none; */
    z-index: 999999;
    /* border-radius: 8px;*/
}
.wcb-expander-title {
    font-size: 20px;
    text-align: center;
    padding: 31px 0;
    background: #72595f;
    color: white;
    text-transform: uppercase;
}

.wcb-voice-inner {
    width: 100%;
    color: #4c3e3e;
    font-weight: 400;
}

a.wcb-voice {
    width: 100%;
    text-align: left;
    padding: 20px;
    font-size: 13px;
    background: #f5f5f5;
    /* border-radius: 10px; */
    margin: 10px;
    text-transform: uppercase;
    font-family: 'Josefin Sans';
    font-weight: 400 !important;
}

.wcb-expander-voices {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    z-index: 9999;
    /* position: absolute; */
    /* z-index: 99999999; */
    max-height: 350px;
    overflow-y: auto;
}

a.wcb-voice:hover {
    outline: 1px solid #fe6f61;
}

span.wcb-voice-icon {
    margin-right: 20px;
    margin-left: 20px;
}

.wcb-button {
    position: relative;
    z-index: 99999999;
}

.wcb-animated{
    transition: all .3s ease-in;
}

a.wcb-voice .wcb-voice-icon i {
    transition: all .3s ease-in;
}

a.wcb-voice:hover .wcb-voice-icon i {
    color: #fe6f61;
    transform: scale(1.3);
    transition: all .3s ease-in;
}


a.wcb-voice:hover .wcb-voice-inner {
    color: #fe6f61;
}

.wcb-expander-closure {
    position: absolute;
    font-size: 23px;
    top: -19px;
    right: -20px;
    background: #72595f;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wcb-expander-closure i {
    color: white;
}

.wcb-hidden{
    display: none;
}

.wcb-wrapper.active .wcb-whatsapp, .wcb-wrapper .wcb-close{
   /* display: none;*/
}

/*.wcb-wrapper.active .wcb-close{
    display: block;
}*/

.wcb-expander{
    display: none;
}

.wcb-whatsapp {
    transform: translateY(45%);

}

.wcb-close {
    transform: translateY(100%);
}

@media screen and (max-width:491px){
    .wcb-wrapper{
        transform: translateX(0);
        bottom: 10px;
        width: auto;
    }

    .wcb-inner {
        justify-content: center;
    }

     .wcb-expander {
        left: 50%;
        transform: translateX(-50%);
        bottom: 50px;
    }
}


/*Loop brand integration*/

.mel-single-p-product-brand-image.loop-view {
    max-width: 150px;
}

/*Shop banner page integration*/

.single-brand-title span {
    padding: 50px;
    background: white;
}






/* New Home bottom*/

.eas-wrapper {
    width: 100%;
}

.eas-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 70px 0;
    max-width: 65%;
    margin: auto;
}

.eas-icon-circle {
    max-width: 9vw;
    max-height: 9vw;
    min-width: 9vw;
    min-height: 9vw;
    background: #72595f;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: 0.5s;
    margin: auto;
    border-radius: 100%;
}

.et-icon-wrapper.advantages-icon {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.eas-title-wrapper {
    text-align: center;
    margin: 25px 0;
}

.eas-title-wrapper p{
    font-weight: 300 !important;
    font-size: 18px;
}

.class-eplay-advantages-section .wpb_content_element {
background-color: whitesmoke;
margin-bottom: 100px;
}

p.eas-title-text{
    margin-bottom: unset;
}

.eas-icon-column {
    width: 100%;
    height: 207px;
}

.eas-icon-inner a{
    display: contents;
}

@media screen and (max-width:1200px){
    .eas-inner{
        max-width: 84%;
    }
}

@media screen and (max-width:1100px){
    .eas-icon-circle{
        max-width: 11vw;
        max-height: 11vw;
        min-width: 11vw;
        min-height: 11vw;
    }
}

@media screen and (max-width:960px){
    .eas-inner{
        max-width: 100%;
    }
}

@media screen and (max-width: 820px){
    .eas-inner {
        flex-wrap: wrap;
        justify-content: center;
    }

    .eas-icon-column {
        width: 50%;
        margin-bottom: 50px;
    }

    .eas-icon-circle {
        min-height: 20vw;
        min-width: 20vw;
    }
}

@media screen and (max-width:500px){
    .eas-inner{
        flex-direction: column;
        flex-wrap: unset;
    }

    .eas-icon-circle {
        min-height: 25vw;
        min-width: 25vw;
    }
}


i.fab.fa-whatsapp, i.fas.fa-shipping-fast, i.fas.fa-calendar-alt{
    color: #fff;
}

.eas-icon-circle:hover i{
    transform: scale(1.1);
}

.eas-icon-circle i{
    transition: 0.3s;
}

.text-shadow{
	color: #72595f;
	font-size: 60px;
	text-shadow:0px 0px 0px rgb(76, 51, 57) ,
	1px 1px 0px rgb(76, 51, 57) ,
	2px 2px 0px rgb(77, 52, 58) ,
	3px 3px 0px rgb(77, 52, 58) ,
	4px 4px 0px rgb(77, 52, 58) ,
	5px 5px 0px rgb(78, 53, 59) ,
	6px 6px 0px rgb(78, 53, 59) ,
	7px 7px 0px rgb(78, 53, 59) ,
	8px 8px 0px rgb(78, 53, 59) ,
	9px 9px 0px rgb(79, 54, 60) ,
	10px 10px 0px rgb(79, 54, 60) ,
	11px 11px 0px rgb(79, 54, 60) ,
	12px 12px 0px rgb(80, 55, 61) ,
	13px 13px 0px rgb(80, 55, 61) ,
	14px 14px 0px rgb(80, 55, 61) ,
	15px 15px 0px rgb(81, 56, 62) ,
	16px 16px 0px rgb(81, 56, 62) ,
	17px 17px 0px rgb(81, 56, 62) ,
	18px 18px 0px rgb(82, 57, 63) ,
	19px 19px 0px rgb(82, 57, 63) ,
	20px 20px 0px rgb(82, 57, 63) ,
	21px 21px 0px rgb(83, 58, 64) ,
	22px 22px 0px rgb(83, 58, 64) ,
	23px 23px 0px rgb(83, 58, 64) ,
	24px 24px 0px rgb(84, 59, 65) ,
	25px 25px 0px rgb(84, 59, 65) ,
	26px 26px 0px rgb(84, 59, 65) ,
	27px 27px 0px rgb(85, 60, 66) ,
	28px 28px 0px rgb(85, 60, 66) ,
	29px 29px 0px rgb(85, 60, 66) ,
	30px 30px 0px rgb(86, 61, 67) ,
	31px 31px 0px rgb(86, 61, 67) ,
	32px 32px 0px rgb(86, 61, 67) ,
	33px 33px 0px rgb(86, 61, 67) ,
	34px 34px 0px rgb(87, 62, 68) ,
	35px 35px 0px rgb(87, 62, 68) ,
	36px 36px 0px rgb(87, 62, 68) ,
	37px 37px 0px rgb(88, 63, 69) ,
	38px 38px 0px rgb(88, 63, 69) ,
	39px 39px 0px rgb(88, 63, 69) ,
	40px 40px 0px rgb(89, 64, 70) ,
	41px 41px 0px rgb(89, 64, 70) ,
	42px 42px 0px rgb(89, 64, 70) ,
	43px 43px 0px rgb(90, 65, 71) ,
	44px 44px 0px rgb(90, 65, 71) ,
	45px 45px 0px rgb(90, 65, 71) ,
	46px 46px 0px rgb(91, 66, 72) ,
	47px 47px 0px rgb(91, 66, 72) ,
	48px 48px 0px rgb(91, 66, 72) ,
	49px 49px 0px rgb(92, 67, 73) ,
	50px 50px 0px rgb(92, 67, 73) ,
	51px 51px 0px rgb(92, 67, 73) ,
	52px 52px 0px rgb(93, 68, 74) ,
	53px 53px 0px rgb(93, 68, 74) ,
	54px 54px 0px rgb(93, 68, 74) ,
	55px 55px 0px rgb(94, 69, 75) ,
	56px 56px 0px rgb(94, 69, 75) ,
	57px 57px 0px rgb(94, 69, 75) ,
	58px 58px 0px rgb(94, 69, 75) ,
	59px 59px 0px rgb(95, 70, 76) ,
	60px 60px 0px rgb(95, 70, 76) ,
	61px 61px 0px rgb(95, 70, 76) ,
	62px 62px 0px rgb(96, 71, 77) ,
	63px 63px 0px rgb(96, 71, 77) ,
	64px 64px 0px rgb(96, 71, 77) ,
	65px 65px 0px rgb(97, 72, 78) ,
	66px 66px 0px rgb(97, 72, 78) ,
	67px 67px 0px rgb(97, 72, 78) ,
	68px 68px 0px rgb(98, 73, 79) ,
	69px 69px 0px rgb(98, 73, 79) ,
	70px 70px 0px rgb(98, 73, 79) ,
	71px 71px 0px rgb(99, 74, 80) ,
	72px 72px 0px rgb(99, 74, 80) ,
	73px 73px 0px rgb(99, 74, 80) ,
	74px 74px 0px rgb(100, 75, 81) ,
	75px 75px 0px rgb(100, 75, 81) ,
	76px 76px 0px rgb(100, 75, 81) ,
	77px 77px 0px rgb(101, 76, 82) ,
	78px 78px 0px rgb(101, 76, 82) ,
	79px 79px 0px rgb(101, 76, 82) ,
	80px 80px 0px rgb(102, 77, 83) ,
	81px 81px 0px rgb(102, 77, 83) ,
	82px 82px 0px rgb(102, 77, 83) ,
	83px 83px 0px rgb(102, 77, 83) ,
	84px 84px 0px rgb(103, 78, 84) ,
	85px 85px 0px rgb(103, 78, 84) ,
	86px 86px 0px rgb(103, 78, 84) ,
	87px 87px 0px rgb(104, 79, 85) ,
	88px 88px 0px rgb(104, 79, 85) ,
	89px 89px 0px rgb(104, 79, 85) ,
	90px 90px 0px rgb(105, 80, 86) ,
	91px 91px 0px rgb(105, 80, 86) ,
	92px 92px 0px rgb(105, 80, 86) ,
	93px 93px 0px rgb(106, 81, 87) ,
	94px 94px 0px rgb(106, 81, 87) ,
	95px 95px 0px rgb(106, 81, 87) ,
	96px 96px 0px rgb(107, 82, 88) ,
	97px 97px 0px rgb(107, 82, 88) ,
	98px 98px 0px rgb(107, 82, 88) ,
	99px 99px 0px rgb(108, 83, 89) ,
	100px 100px 0px rgb(108, 83, 89) ,
	101px 101px 0px rgb(108, 83, 89) ,
	102px 102px 0px rgb(109, 84, 90) ,
	103px 103px 0px rgb(109, 84, 90) ,
	104px 104px 0px rgb(109, 84, 90) ,
	105px 105px 0px rgb(110, 85, 91) ,
	106px 106px 0px rgb(110, 85, 91) ,
	107px 107px 0px rgb(110, 85, 91) ,
	108px 108px 0px rgb(110, 85, 91) ,
	109px 109px 0px rgb(111, 86, 92) ,
	110px 110px 0px rgb(111, 86, 92) ,
	111px 111px 0px rgb(111, 86, 92) ,
	112px 112px 0px rgb(112, 87, 93) ,
	113px 113px 0px rgb(112, 87, 93) ,
	114px 114px 0px rgb(112, 87, 93) ,
	115px 115px 0px rgb(113, 88, 94) ,
	116px 116px 0px rgb(113, 88, 94) ,
	117px 117px 0px rgb(113, 88, 94) ,
	118px 118px 0px rgb(114, 89, 95) ,
	119px 119px 0px rgb(114, 89, 95);
}

.shop-single-product-banner .wpb_animate_when_almost_visible{
    opacity: 1;
}

.shop-single-product-banner .blog-item .bg a{
    display: contents;
}

.shop-single-product-banner .blog-item .image:hover .bg {
    transform: unset;
}

.shop-single-product-banner .blog-item .bg img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.shop-single-product-banner .blog-item {
    max-height: fit-content;
    width: fit-content;
    display: flex;
    margin: auto;
    justify-content: flex-end;
    margin-bottom: 100px !important;
}

.shop-single-product-banner .blog-item .bg img {
    transition: all .55s ease-out;
    -webkit-transition: all .55s ease-out;
}

.shop-single-product-banner .title.z-title.vertical-align.wpb_animate_when_almost_visible {
    top: 50%;
    transform: translateY(-50%);
}

rs-fullwidth-wrap#rev_slider_4_1_forcefullwidth .tparrows:before{
    color: #4b3d3d;
}

rs-fullwidth-wrap#rev_slider_4_1_forcefullwidth {
    margin-bottom: 50px !important;
}

.z-contact-row .z-contact-column:nth-child(5){
    width: 100%;
}

.blog-item .z-title>a{
    font-size: 28px;
}

@media screen and (max-width:992px){
    .shop-single-product-banner .blog-item{
        display: block;
    }

    .shop-single-product-banner .title.z-title.vertical-align.wpb_animate_when_almost_visible{
        top: unset;
        transform: unset;
    }
}

.additional_information_tab{
    pointer-events: none !important;
} 

.epl-wc-lazyloader {
    text-align: center;
    max-width: 150px;
    margin: auto;
}

.coupon-inner {
    cursor: pointer;
}

.woocommerce-cart .woocommerce-error{
    position: relative;
    width: 100%;
    top: unset;
    left: unset;
    transform: unset;
}

@media screen and (max-width:600px){
    .woocommerce-error li{
        text-align: left;
    }
}

.header-loop-product {
    top: 120px;
    position: sticky;
    background: white;
    z-index: 99;
    padding-bottom: 15px;
    padding-top: 15px;
    width: calc(100% - 40px);
    margin: auto;
}

.inner-image-archive-product img {
    width: 100%;
}

ul.xfrm-product.products {
    overflow: unset;
}

.alg-wc-wl-thumb-btn-abs {
    z-index: 10;
}

ul#sidebar.inner-filter-new {
    overflow: visible;
}

.header-loop-product {
    top: 0px;
    position: static;
}

.xfrm-filters-column {
    top: 132px;
}

.collapsable-box {
    width: fit-content;
}

.xfrm-loop-thumbnail {
    min-height: 40vh;
    align-items: flex-start;
}

.woocommerce ul.products li.product a img {
    margin-top: 0 !important;
}

.xfrm-filters-column {
    top: 100px;
}

.woocommerce div.product div.images img {
    width: 100% !important;
    height: auto !important;
    max-height: 100% !important;
}

h1.product_title.entry-title.xframe-product-title {
    letter-spacing: 2px;
    font-size: 28px !important;
    line-height: 24px;
    font-weight: 300;
    text-align: left;
    font-family: "Josefin Sans";
    color: #72595f;
    line-height: 1;
    letter-spacing: 1px;
    margin: 0;
}

.singolo-prodotto .summary.entry-summary {
    width: 100% !important;
}

.xfrm-price-element.xfrm-price bdi {
    color: #4b3d3d;
    font-size: 18px !important;
}

span.woocommerce-Price-currencySymbol {
    color: #4b3d3d !important;
    font-size: 18px !important;
}

.xfrm-attr-row p {
    font-size: 12px;
}

.xfrm-summary-wrapper {
    display: flex;
   /* width: calc(100% - 40px);*/
}

.xfrm-summary-wrapper, .shop-single-product-banner, .xfrm-product-specifications {
    width: 77%;
}


.xfrm-product-spec-heading {
    top: 0px;
}

.xfrm-product-specification-row {
    border-radius: 20px 0;
    box-shadow: 1px 2px 8px #cbcbcb !important;
}


@media screen and (min-width:768px){
    .summary.entry-summary {
        position: sticky;
        top: 0;
        left: 0;
    }

    .popup_product_details.show .single-clm.right {
        max-height: unset !important;
        height: unset !important;
    }

    .popup_product_details.show .single-clm.right {
        overflow: unset !important;
    }
}

.woocommerce button.button.added span:after {
    position: absolute;
    right: 6px;
    width: 10px;
    height: 10px;
    font-size: 10px;
    color: white;
}

.wcb-button button {
    background: unset !important;
}

.ajax_add_to_cart.added .wcb-icon {
    background: #fe6f61 !important;
    transition: all ease-in .2s;
}

.wcb-button .wcb-icon {
    margin: auto !important;
}

.wcb-icon {
    position: relative;
}

.wcb-wrapper .wcb-icon.already-in-cart {
    background: #fe6f61 !important;
}

.xfrm-product-extra-information {
    width: 100% !important;
}

li.information-item a {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

span.information-content {
    display: flex;
    flex-direction: column;
}

span.information-title {
    font-weight: 800;
}

button.alg-wc-wl-btn.button {
    background: unset;
}

/* #72595f !important */

span.information-title {
    font-size: 13px;
    font-weight: 700 !important;
    text-transform: uppercase;
    color: #72595f !important;
}

.single-clm.right .xfrm-product-brand.xfrm-product-brand-text {
    padding-bottom: 5px;
}

h1.product_title.entry-title.xframe-product-title {
    font-weight: 400;
    color: #72595f;
}

span.sku_wrapper, span.sku_wrapper > * {
    color: #72595f;
    font-weight: 300;
}

span.woocommerce-Price-currencySymbol {
    color: #72595f !important;
    font-size: 17px !important;
    font-weight: 400;
}

span.xfrm-vat {
    font-size: 14px;
    color: #72595f !important;
    font-weight: 500 !important;
}

.additional-description-div {
    font-size: 14px;
    font-weight: 300 !important;
}

span.alg-wc-wl-btn-text {
    font-size: 14px;
}

.xfrm-product-extra-information.has-extra-info {
    margin-bottom: 20px;
}

.woocommerce .woocommerce-breadcrumb::after, .woocommerce .woocommerce-breadcrumb::before {
    
    display: none !important
}

span.information-text {
    font-size: 14px !important;
    font-weight: 300 !important;
}

.product_meta {
    padding-top: 15px;
}

.xfrm-price-element.xfrm-price bdi {
    color: #72595f !important;
    font-size: 18px !important;
    font-weight: 700 !important;
}

.information-image span {
    color: #72595f;
}

.wcb-icon {
    background: #72595f !important;
}

.alg-wc-wl-view-state i {
    color: #72595f;
}

button.alg-wc-wl-btn.button.add.alg-wc-wl-toggle-btn {
    background: unset !important;
}

.xfrm-attr-label {
    color: #72595f !important;
}

.wcb-button .wcb-icon {
    background: #72595f !important;
}

.wpgs-for .slick-arrow::before, .wpgs-nav .slick-prev::before, .wpgs-nav .slick-next::before {
    color: #72595f !important;
}

.wpgs-nav .slick-current {
    border-color: #eeeeec !important;
}

.wpgs-nav .slick-current {
    border: 2px solid !important;
}

nav.woocommerce-breadcrumb * {
    padding: 0 10px;
    color: #72595f;
}

nav.woocommerce-breadcrumb > a {
    font-weight: 600;
    color: #72595f !important;
}

li.information-item {
    margin-bottom: 20px;
}

.xframe-widget-sidebar.widget.collapsable-box ul li a {
    color: #131313 !important;
    width: 200px;
    justify-content: center;
    padding: 12px 0 !important;
    margin: 0 10px !important;
    background-color: #f5f5f5;
    border-radius: 0px;
    display: flex;
    text-transform: lowercase;
    /* border: 1px solid #a9a38f; */
    box-shadow: 1px 2px 8px #cbcbcb !important;
    text-transform: uppercase;
    font-weight: 500;
    border: unset !important;
}

ul#sidebar.inner-filter-new .collapsable-box .content {
    background: unset;
}

.xfrm-product-specification-row {
    background: #f5f5f5;
}

#ewcs_widget_orderby-4 .content {
    position: static;
    overflow: hidden;
}

.widget.collapsable-box ul li:hover, .widget.collapsable-box ol li:hover, .widget.collapsable-box ul li.active {
    color: #fff;
    background-color: unset !important;
}

.xframe-widget-custom-loop-sidebar li.wc-layered-nav-term a:hover {
    color: initial !important;
    font-weight: 400;
}

.xfrm-ams-block-text {
    position: absolute;
    top: 60%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) skewY(3deg);
    transform: translate(-50%, -50%) skewY(3deg);
    text-align: center;
    width: 100%;
    max-width: 330px;
}

pre {
    display: none;
}

.brands-container .brand-title h2 {
    font-family: inherit;
}

.brands-container {
    width: 60%;
    margin: auto;
    padding: 0;
}

html .brands-container .brands img {
    outline: unset !important;
    box-shadow: 1px 2px 8px #cbcbcb !important;
    border-radius: 20px 0;
}

.brands-container .brands {
    margin-bottom: 0 !IMPORTANT;
}

ul#sidebar.inner-filter-new {
    left: 0 !important;
}

.header-loop-product {
    z-index: 4;
}

.alg-wc-wl-thumb-btn-abs {
    z-index: 1;
}

.xfrm-filters-column {

    z-index: 3;

}

.woocommerce .widget_layered_nav_filters ul li a::before{
    display:none !important;
}

.xfrm-filters-inner.visual-desktop .xframe-widget-sidebar-active-filter ul li a span {
    font-size: 21px !important;
    font-weight: 600;
    border-radius: 100% !important;
    background: #72595f !important;
    width: 30px;
    height: 30px;
    color: white;
    line-height: 1.5;
    align-items: center;
    text-align: center;
}

.xfrm-filters-inner.visual-desktop .xframe-widget-sidebar-active-filter ul li a p {
    line-height: 1;
    margin-left: 7px;
    font-size: 14px;
}

.collapsable-box .title-box > h2 {
    font-size: 14px !important;

}

.xfrm-filters-inner.visual-desktop .xframe-widget-sidebar-active-filter {
    padding: 0;
}

.xfrm-filters-inner.visual-desktop .xframe-widget-sidebar-active-filter ul li {
    padding: 20px 0 !important;
}

.xfrm-filters-inner.visual-desktop .xframe-widget-sidebar-active-filter ul li {
    padding: 20px 0 !important;
    padding-bottom: 0 !important;
    padding-top: 5px !important;
}

.xfrm-filters-inner.visual-desktop .xframe-widget-sidebar-active-filter ul li {
    padding: 20px 0 !important;
    padding-bottom: 0 !important;
    padding-top: 5px !important;
    margin-right: 20px;
}

.xframe-widget-sidebar.widget.collapsable-box ul li a {
    padding: 12px 22px !important;
    margin: 0 10px !important;
    font-size: 14px !important;
    width: fit-content;
}

.widget.collapsable-box ul li.active > a {
    color: inherit !important;
}

.alg-wc-wl-btn.add i, .alg-wc-wl-btn2.add i {
    opacity: 1;
}

.alg-wc-wl-btn.remove i:first-child, .alg-wc-wl-btn2.remove i:first-child {
    color: #fe6f61;
}

.ewcs-mini-item-qty span {
    color: white;
}

.ewcs-mini-item-qty {
    background: #72585f;
}

span.woocommerce-Price-amount.amount bdi {
    font-size: 18px;
    font-weight: 600;
    color: #72585f;
}

.price-total.font-fam-2 {
    font-size: 15px;
    font-weight: 400;
    color: #72585f;
}

.woocommerce ul.products li.product .price del bdi {
    font-size: 13px;
}

.price span.woocommerce-Price-currencySymbol {
    color: #72585f !important;
}

.summary.entry-summary del {
    display: none;
}

.new-row-filter .xframe-widget-sidebar.widget.collapsable-box li.wc-layered-nav-term.chosen a {
    background: #72585f !important;
    color: white !important;
}

.chosen > a:before {
    transition: all .4s ease-out!important;
    -webkit-transition: all .4s ease-out!important;
    border: unset !important;
    font-size: 24px !important;
    font-weight: 200;
}

.xfrm-bottom-open-product a{
    display: flex;
    align-items: center;
    font-weight: 400 !important;
    color: #72585f !important;
    margin-right: 20px;
}

.xfrm-compare-button {
    background: unset !important;
    color: #72585f !important;
    font-weight: 400 !important;
    padding: 0 !important;
    margin-top: 0 !important;
}

.xfrm-bottom-loop-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    margin-bottom: 15px;
}

.xfrm-bottom-loop-controls span{
    color: #72585f !important;
}

.woocommerce ul.products li.product .price {
    margin-bottom: 0 !important;
}

.xfrm-description-open {
    padding-bottom: 0 !important;
}

h6.product_title.entry-title.xframe-loop-product-title {
    min-height: 50px;
}


button.xfrm-compare-button.button.addonify-cp-button.icon-position-left.selected, button.xfrm-compare-button.button.addonify-cp-button.icon-position-left.selected span{
    color: #fe6f61 !important;
    opacity: 1 !important;
}

.button.xfrm-compare-button.button.addonify-cp-button.icon-position-left.selected span,.button.xfrm-compare-button:hover span {
    transform: rotate(90deg);
    transition: all .3s ease-in;
}

.button.xfrm-compare-button.button.addonify-cp-button.icon-position-left span {
    transform: rotate(0deg);
    transition: all .3s ease-in;
}

.xfrm-bottom-loop-controls > *, .xfrm-bottom-loop-controls > span {
    font-size: 15px !important;
}

.xfrm-bottom-loop-controls span {
    color: #72585f !important;
    font-size: 20px;
}

.xfrm-loop-thumbnail {
    position: relative;
    padding-top: 100%;
}

.xfrm-loop-single-thumbnail.main-thumb {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 100%;
    width: 100%;
}

.woocommerce ul.products li.product a img {
    height: 100%;
}

.xfrm-bottom-open-product a:hover, .xfrm-bottom-open-product a:hover span, .xfrm-compare-button:hover, .xfrm-compare-button:hover span {
    color: #fe6f61 !important;
}

.xfrm-bottom-open-product a:hover span {
    transform: translateX(5px);
    transition: all .3s ease-in;
}

.xfrm-bottom-open-product a span {
    transform: translateX(0px);
    transition: all .3s ease-in;
}

.xfrm-compare-button:hover span{
    transform: rotate(90deg) !important;
    transition: all .3s ease-in;
}

.xfrm-compare-button span{
    transform: rotate(90deg);
    transition: all .3s ease-in;
}

button.addonify-remove-compare-products.addonify-compare-table-remove-btn span {
    color: white;
    font-weight: 300;
}

button.addonify-remove-compare-products.addonify-compare-table-remove-btn {
    border-radius: 100%;
    background: #72585f !important;
    color: white !important;
    border: 0;
}

.adfy-compare-products-td-field-title a {
    font-size: 20px;
    font-weight: 600 !important;
}

.adfy-compare-products-table-row-content .price span {
    font-size: 20px;
    /* color: #afadad !important; */
    color: #72585f !important;
    font-weight: 400;
    padding-left: 0;
}

.adfy-compare-products-table-row-content {
    font-weight: 600;
}

.adfy-compare-products-table-row-content p {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    background: #efefef;
    padding: 15px;
}

.adfy-compare-products-table-row-content {
    font-weight: 400;
    font-size: 12px;
}

#addonify-compare-products-table td, #addonify-compare-products-table th {
    border-color: #f5f5f5;
    padding: 15px;
    text-align: left;
    vertical-align: middle !important;
}

td.adfy-compare-products-td-field-title:not(:first-child) {
    position: sticky;
    top: 0;
    background: white;
}



table#addonify-compare-products-table tr td:nth-child(1) > div {
    font-weight: 600 !important;
    font-size: 15px;
    text-transform: uppercase;
    padding: 20px;
}

button#addonify-compare-close-button {
    height: 50px;
    width: 50px;
    border-radius: 0;
    /* font-size: 25px; */
    background: #72585f;
    /* fill: white !important; */
}

div#addonify-compare-dock {
    z-index: 8;
}

table#addonify-compare-products-table tr td * {
    color: #72585f !important;
}

table#addonify-compare-products-table tr td button.addonify-remove-compare-products.addonify-compare-table-remove-btn span {
    color: white !important;
    font-weight: 300;
}

button#addonify-compare-close-button span {
    color: white;
}

html .xfrm-loop-single-thumbnail.main-thumb {
    min-height: unset !important;
}

.xfrm-loop-thumbnail {
    min-height: unset !important;
}

.mark-popup-2 {
    z-index: 10;

}

.popup_product_details {
    z-index: 9;
}

.wcb-button p {
    text-align: center;
}

.wcb-wrapper {
    
}

.xfrm-product-spec-heading {
    top: 20px;
}

.slick-track {
    display: flex !important;
}

.wpgs-nav .slick-active img {
    opacity: 1;
}

.prd-gallery-icon.prd-left {
    left: -23px !important;
}

.prd-gallery-icon.prd-right {
    right: -23px;
}

.prd-gallery-icon {
    background: white;
    color: #72585f;
    font-size: 42px;
    border-radius: 100%;
}

span.prd-gallery-icon.slick-disabled {
    pointer-events: none;
    color: #c1c1c1;
}

.fancybox-bg {
    background: #1e1e1e !important;
}

button.fancybox-button svg path {
    fill: white;
}

.slick-dots li button:before {
    background: #72585f;
}

.alg-wc-wl-btn.loading {
    background: unset !important;
}

.xfrm-product-loop .alg-wc-wl-view-state {
    display: none;
    position: absolute;
    right: 0;
    z-index: 2;
}



.fancybox-button {
    background: #72585f;
    border: 2px white;
    box-shadow: none;
    cursor: pointer;
    /* border-radius: 100% !important; */
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

/*Single product page fixes*/

body.product-template-default.single.single-product .xfrm-summary-wrapper {
    margin: auto;
}

body.product-template-default.single.single-product .single-clm.left {
    padding-top: 0 !important;
}

body.product-template-default.single.single-product .xfrm-summary-wrapper {
    margin: auto;
    margin-top: 150px;
}

body.product-template-default.single.single-product .xfrm-product-specifications, body.product-template-default.single.single-product .shop-single-product-banner {
    margin: auto;
}


body.product-template-default.single.single-product .single-clm.left .alg-wc-wl-btn {
    display: none !important;
}

body.product-template-default.single.single-product .extended-options .wcb-button {
    pointer-events: none;
    opacity: 0.5;
}

/*End single product page fixes*/


.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: unset !important;
}

div#customer_login input[type=text], div#customer_login input[type=email], div#customer_login input[type=password] {
    background-color: whitesmoke;
    border: unset;
}

.xfrm-preload-product {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: 0;
    background: #3f3f3fa1;
    z-index: 2;
}


.product-loader {
    width: 50%;
    height: 50%;
    /* transform: rotate(-90deg) translate(70%, -40%); */
    stroke-linecap: round;
    stroke-width: 1.5px;
    fill: none;
    position: absolute;
    z-index: -2;
    opacity: 0;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    top: 50%;
}

.xfrm-preload-product{
    display: none;
}

.internal-circle, .external-circle {
    stroke: #fe6f61;
    stroke: white;
    stroke-dashoffset: 0;
    transform-origin: center;
}
    
    .external-circle {
        stroke-dasharray: 311;
        animation: external 4s linear infinite;
        opacity: 1;
    }
    
    .external-circle {
        stroke-dasharray: 312;
        animation: external 2s linear infinite;
        opacity: .9;
    }

    @keyframes external {
        0% {
          stroke-dashoffset: 312;
          transform: rotate(70deg);
        }
        60% {
          stroke-dashoffset: 0;
        }
        100% {
          stroke-dashoffset: -312;
          transform: rotate(450deg);
        }
      }


@media screen and (max-width:468px){
    .xfrm-product-loop li.product.four-column-display {
        width: 100% !important;
        max-width: 100% !important;
    }

    .xfrm-filters-column {
        top: 48px !important;
    }

    .wcb-button {
        margin: 0 13px;
    }
    
    .wcb-button p {
        display: none;
    }



    .xfrm-summary-wrapper, .shop-single-product-banner, .xfrm-product-specifications {
        width: calc(100% - 15px);
        margin: auto;
    }
    .woocommerce .popup_product_details .woocommerce-breadcrumb {
        width: 100% !important;
        margin-left: 0 !important;
    }

    .popup_product_details.show .close {
        display: none;
    }

    /*.popup_product_details.show {
        top: 50px !important;
        height: calc(100vh - 42px) !important;
    }*/

    .woocommerce .popup_product_details .woocommerce-breadcrumb span {
        width: 100% !important;
        margin-top: 5px;
        line-height: 1.5;
    }

    .wcb-icon.close {
        top: 0 !important;
        display: flex !important;
    }

    .wcb-button {
        margin: 0 10px !important;
    }

    .wcb-icon span {
        width: 100%;
        text-align: center;
        font-weight: 400;
    }

    .header-style-1 {
        z-index: 9999999 !important;
        }
    
}


.xfrm-product-loop li.product.four-column-display {
    max-width: calc(20% - 30px) !important;
    width: calc(20% - 30px) !important;
}

.xfrm-product-loop {
    display: flex;
    flex-wrap: wrap;
    width: 94%;
    margin: auto;
    padding-top: 30px;
}


.xfrm-product-extra-information.has-extra-info {
    padding: 20px;
    background: whitesmoke;
    border-radius: 20px 0;
    /* box-shadow: 1px 2px 8px #cbcbcb !important; */
}

.xfrm-summary-wrapper, .shop-single-product-banner, .xfrm-product-specifications {
    width: 80%;
    box-shadow: unset !important;
}

.brand-view-banner {
    width: 80%;
    margin-top: 100px;
}

.wcb-wrapper {
    width: 80% !important;
    border-radius: 20px;
}

.summary.entry-summary {
    padding: 0;
}

.specification-button span {
    color: #72595f;
    /* font-weight: 600 !important; */
}

@media screen and (max-width:1500px){

    .xfrm-product-loop li.product.four-column-display {
        max-width: calc(25% - 30px) !important;
        width: calc(25% - 30px) !important;
    }

    .xfrm-summary-wrapper, .shop-single-product-banner, .xfrm-product-specifications {
        width: 90%;
        box-shadow: unset !important;
    }


}

.xfrm-similar-price-products {
    margin: 10px 0;
}

.alg-wc-wl-btn-wrapper button {
    padding: 0 !important;
    margin: 10px 0 !important;

}

.alg-wc-wl-btn-wrapper button {
    padding: 0 !important;
    margin: 10px 0 !important;

}.alg-wc-wl-btn-wrapper button span {
    font-size: 16px;
}

a.xfrm-similar-price-link {
    display: flex;
    align-items: center;
}

a.xfrm-similar-price-link span {
    margin-right: 10px;
}


section.related.products .product {
    list-style: none;
    overflow: hidden;
    border: unset;
    box-shadow: 1px 2px 8px #cbcbcb !important;
    /* border-radius: 10px !important; */
    border-radius: 40px 0px 40px 0 !important;
    margin: 0 10px;
}

.inner-releted-products {
    width: 98%;
    margin-bottom: 100px;
}

#addonify-compare-products-table tr td {
    width: 200px !IMPORTANT;
}

#addonify-compare-products-table tr td:nth-child(1) {
    max-width: 150px !important;
    width: 150px !important;
}

section.related.products h2 {
    font-size: 28px !important;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 50px !important;
    /* font-family: 'Thasadith' !important; */
    font-weight: 400;
    color: #72595f;
}

.eplay-header-loop {
    width: 93%;
}

.xfrm-filters-column-wrapper {
    width: 92%;
}

.xfrm-commerce-banner.has-banner .xfrm-ams-title {
    padding: 20px 30px !important;
    background: white;
    text-shadow: unset !important;
}
.brands-container .brand-title {
    text-align: center;
    padding-bottom: 20px;
}

.brands-container .button-style {
    margin-top: 20px !important;
}

.xfrm-ams-block-text {
    top: 100%;
}

.material-symbols-outlined {
    font-family: 'Material Symbols Outlined' !important;
}

table#addonify-compare-products-table tr td * {
    color: #72585f !important;
    text-align: center;
}

div#addonify-compare-dock-message {
    color: #72585f;
    font-size: 15px;
    font-weight: 400;
    padding-left: 5px;
}


.swiper-scrollbar-drag {
    background: rgb(114 88 95);
}


.custom-element-new-products .header-loop-product, .custom-element-new-products .xfrm-filters-column {
    display: none;
}

.custom-element-new-products .xfrm-product-loop li.product.four-column-display {
    max-width: calc(33% - 30px) !important;
    width: calc(33% - 30px) !important;
}



@media screen and (max-width:1200px){
    .xfrm-product-loop li.product.four-column-display {
        max-width: calc(33% - 30px) !important;
        width: calc(33% - 30px) !important;
    }
}

@media screen and (max-width:800px){
    .xfrm-product-loop li.product.four-column-display {
        max-width: calc(50% - 30px) !important;
        width: calc(50% - 30px) !important;
    }
}

@media screen and (max-width:520px){
    .xfrm-product-loop li.product.four-column-display {
        max-width: calc(100% - 30px) !important;
        width: calc(100% - 30px) !important;
    }

    .summary.entry-summary {
        padding: 0 !important;
    }
}


@media screen and (max-width:468px){
    .wcb-icon span {
        font-size: 23px !important;
    }

    .wcb-button {
        margin: 10px 10px !important;
    }

    .wcb-button button {
        padding: 0 !important;
    }
            
    .popup_product_details.show {
        overflow-x: hidden !important;
    }

    .xfrm-product-spec-heading{
        display: none;
    }

    .xfrm-product-specification-row {
        box-shadow: unset !important;
        padding: 20px;
    }

    .xfrm-related-product-inner {
        margin-top: 100px;
        width: calc(100% - 20px);
        margin: auto;
    }

    .related.products {
        width: calc(100% - 20px);
        margin: auto;
    }
}


@media (max-width: 991px){
    #addonify-compare-products-table-wrapper #addonify-compare-products-table.has-header tbody tr td:first-child, #addonify-compare-products-table.has-header tbody tr td:first-child {
        /* display: none; */
        display: flex !important;
    }
    
}

@media (max-width: 575px){
    #addonify-compare-products-table-wrapper #addonify-compare-products-table tbody tr {
        grid-column-gap: 20px;
        border: none;
        display: grid;
        grid-auto-columns: 230px;
        grid-auto-flow: column;
        margin: 0;
        padding: 0;
    }
}


@media screen and (max-width:1024px){
    .xfrm-filters-column {
        z-index: 7;
    }

    .xfrm-filters-inner.visual-mobile {
        top: 40px !important;
    }

    .visual-mobile.active-filter .collapsable-box .content ul {
        max-height: unset !important;

    }

    .xfrm-filters-inner.visual-mobile li.wc-layered-nav-term a {
        font-size: 14px !important;
    }

    .visual-mobile.active-filter .collapsable-box .content ul {
        width: 100% !important;
    }

    .xfrm-filters-inner.visual-mobile .collapsable-box .title-box > h2 {
        padding-left: 10px !important;
        font-weight: 600;
    }

    .xfrm-filters-inner.visual-mobile .widget.collapsable-box ul li span,  .xfrm-filters-inner.visual-mobile .widget.collapsable-box ol li span {
        color: #afadad;
        display: inline-block;
        display: none;
    }

    .xfrm-filters-inner.visual-mobile .content, .xfrm-filters-inner.visual-mobile .more-popup {
        background: unset !important;

    }

    .xfrm-filters-inner.visual-mobile.active-filter {
        width: calc(100% - 12px);
        margin: auto;
        margin: 6px;
    }

    .wrapper-close-filter {
        display: flex;
        align-items: center;
        justify-content: end;
        padding-right: 0px;
        flex-direction: row-reverse;
    }

    .wrapper-close-filter span, .wrapper-close-sorting span {
        text-transform: uppercase;
        padding-right: 15px;
        font-size: 16px;
        color: #5d5955;
    }
    
    .header-loop-product {
        top: unset !important;
        z-index: 7 !important;
    }




}

body div.loading{

}

.header-style-1 {

    -webkit-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
}

.alg-wc-wl-thumb-btn-abs {
    position: absolute !important;
    right: 20px !important;
    left: unset !important;
}


@media screen and (max-width:900px){
    .custom-element-new-products .xfrm-product-loop li.product.four-column-display {
        max-width: calc(50% - 30px) !important;
        width: calc(50% - 30px) !important;
    }

    .woocommerce .widget_layered_nav_filters ul li a {
        text-decoration: none;
        display: flex;
        align-items: center;
    }

    .xfrm-filters-inner.visual-mobile ul li.chosen a span {
        font-size: 21px !important;
        font-weight: 600;
        border-radius: 100% !important;
        background: #72595f !important;
        width: 30px;
        height: 30px;
        color: white;
        line-height: 1.5;
        align-items: center;
        text-align: center;
        margin-left: 5px !important;
    }




}


@media screen and (max-width:768px){
    .custom-element-new-products .xfrm-product-loop li.product.four-column-display {
        max-width: calc(100% - 30px) !important;
        width: calc(100% - 30px) !important;
    }

}

@media screen and (max-width:468px){
    .check-item .text .h5.sm {
        padding-bottom: 0 !important;
    }

    .check-item .text .h5.sm a {
        font-size: 11px;

    }

    .cart-popup-inner .close-popup {
        top: 50px;
    }

    .xfrm-commerce-banner.no-banner {
        height: 40px !important;
    }

}

.xfrm-commerce-banner.no-banner {
    height: 170px !important;
}






.zironi-closing-info .iziToast-texts p.iziToast-message {
    margin-top: 10px !important;
}

.zironi-closing-info .iziToast-texts {
    display: flex !important;
    flex-direction: column;
}

.zironi-closing-info .iziToast-body img.iziToast-icon {
    top: 19px !important;
}

.zironi-closing-info {
    background: #f5f5f5 !important;
    border: unset;
    box-shadow: 0 0px 8px rgba(0, 0, 0, .2);
}

.zironi-closing-info::after {
    content: unset !important;
}

.zironi-closing-info strong.iziToast-title {
    font-weight: 600;
}

.zironi-closing-info .iziToast-body {
    padding-left: 40px !important;
}

.iziToast-wrapper {
    z-index: 9999999 !important;
}

.zironi-closing-info .iziToast-texts p.iziToast-message a strong {
    font-weight: 600;
    color: rgb(114, 89, 95);
    transition: all .4s ease-out !important;
    -webkit-transition: all .4s ease-out !important;
    -ms-transition: all .4s ease-out !important;
}

.zironi-closing-info p.iziToast-message a i {
    font-size: 25px;
    padding-right: 10px;
    font-family: 'Font Awesome 5 Brands';
    transition: all .4s ease-out !important;
    -webkit-transition: all .4s ease-out !important;
    -ms-transition: all .4s ease-out !important;
    color: rgb(114, 89, 95);
}

.zironi-closing-info p.iziToast-message a {
    margin: 10px 0 !important;
    display: flex;
    align-items: center;
}

.zironi-closing-info p.iziToast-message span {
    margin-bottom: 10px !important;
    display: block;
}

.zironi-closing-info p.iziToast-message a:hover strong, .zironi-closing-info p.iziToast-message a:hover i {
    color: #fe6f61 !important;
}

@media only screen and (min-width: 568px) {
    .iziToast-wrapper {
        padding: 10px 20px !important;
    }
}