:root{
    --text-dark:#112433;
    --text-light:#797979;
    --primary:#53720b !important;
    --primary-hover:#cfb784 !important;
    --back-light:#eadeb8;
    --green:#cc723f !important;

}
body{
    font-family:  tahoma , serif !important;
    overflow-x: hidden;
    font-size:14px;
    color:#333;
    font-weight: 300 !important;
    line-height: 30px !important;
    text-align: left;
}
#header_menu_desktop{
    float: left;
    direction: ltr;
}
.woocommerce-page .sidebar-add_to_cart{
    display: none;
}
#page_sidebar_menu .sidebar-wrap a {
    color: #fff !important;
    border-bottom: 1px solid #48620c !important;
}
#page_sidebar_menu .sidebar-wrap {
    background: var(--primary);
}
#page_sidebar_menu .sidebar-wrap a {
    color: #fff !important;
    border-bottom: 1px solid #48620c !important;
}
#page_sidebar_menu .sidebar-wrap {
    background: var(--primary);
}
#page_sidebar_menu .social-icons{
    justify-content: center;
}
#page_sidebar_menu .social-icons a{
    color: var(--primary)
}
#page_sidebar_menu .social-icons a:hover i{
    color:#fff;
}
/* style */
.header-menu_desktop li.mega_menu > ul > li {
    flex: 0 0 25%;
    max-width: 25%;
    margin-bottom: 20px;
    padding: 0 10px 10px;
    text-align: left;
}
@media (max-width: 991px) {

    .woocommerce .columns-4  {
        flex: 0 0 90% !important;
        max-width: 90% !important;
    }
    .header-contact .contact-items {
        margin-left:0px !important;
    }
    .woocommerce div.product div.images.woocommerce-product-gallery {
        position: relative;
        width: 100% !important;
        max-width: 100% !important;
    }
    .header-contact .social-icons{
        display: none !important;
    }
    .header-buttons , .header-logo{
        display: flex;
        justify-content: center !important;
        align-items: center;

    }
    .header-buttons a{
        font-size: 16px !important;
    }
    .header-buttons i{
        font-size: 20px !important;
    }
    .header-buttons .btn_menu-mob i{
        font-size: 20px !important;
        font-weight: 900;

    }
    .btn_menu-mob{
        display: block !important;
    }
}

@media (min-width: 1366px){
    .container{
        max-width: 1306px;
    }
}

.btnsignweb{
    border-radius: 0;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 15px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    z-index: 1;
    background: var(--primary);
    margin-right: 15px;
    border-radius: 5px;
    color: #fff;

}
.page-template-page-about .about-us{
    background: #fff;
    
}
.page-template-page-about .about-us .wrap-desc{
    color: #000;
    
}
.page-template-page-about .about-us .sec-title .title-heading{
    color: var(--primary);
    text-align: left;
}
.btnsignweb:after{
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background:#fff;
}
.btnsignweb:hover:after{
    width: 100%;
}
.sec-title{
    margin-bottom: 30px;
}
.back-light{
    background: var(--back-light);
}
.title-heading{
    font-weight: 800;
    color: var(--primary);
    font-size: 30px;
    position: relative;
    margin-bottom: 10px;
}
/*.sec-title:after{*/
/*    position: relative;*/
/*    display: inline-block;*/
/*    content: "";*/
/*    background-image: url("../img/heading-img.png");*/
/*    width: 78px;*/
/*    height: 48px;*/
/*    background-size: auto;*/
/*    background-repeat: no-repeat;*/
/*    background-position: center;*/
/*}*/
/*.img-after .title-heading:before{*/
/*    position: relative;*/
/*    display: inline-block;*/
/*    content: "";*/
/*    background-image: url("../img/heading-img.png");*/
/*    width: 77px;*/
/*    height: 44px;*/
/*    background-size: auto;*/
/*    background-repeat: no-repeat;*/
/*    background-position: center;*/
/*    line-height: 34px;*/
/*}*/
.img-after:after{
    display: none;
}
a{
    color: var(--primary);
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    outline: 0 none;
}
a:hover{
    text-decoration: none;
    color: var(--primary-hover);
}
.section-solid{
    position: relative;
    z-index: 1;
    padding-top: 8rem;
    padding-bottom: 8rem;
    color: #fff;
}
.section-solid a{
    color: #fff;
}
.section-title{
    text-transform: capitalize;
    font-family: "Rubik";
}
.padding-custom{

    position: relative;
    z-index: 1;
    padding-top: 5rem;
    padding-bottom: 5rem;

}
h1{
    font-size:30px;
}
h2{
    font-size:25px;
}
h3{
    font-size:20px;
}
h4{
    font-size:16px;
}
h5{
    font-size:16px;
}
h6{
    font-size:18px;
}
img{
    max-width: 100%;
    height: auto;
}

ul,li{
    list-style:none;
    padding:0px;
    margin:0px;
}
.last-product .owl-nav .owl-next , .last-product .owl-nav .owl-prev{
    width: 40px !important;
    height: 40px !important;
    border-radius: 50px !important;
    border: 1px solid var(--primary) !important;
    border-radius: 5px;
    transition: 0.3s;
    display: flex;
    margin-right: 10px !important;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
    color: var(--primary) !important;
}
.last-product .owl-nav .owl-prev{


    border-radius: 5px;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;

}
.last-product .owl-nav .owl-prev i:before ,
.last-product .owl-nav .owl-next i:before
{
    font-size: 22px !important;
}
.last-product .owl-nav .owl-next:hover,
.last-product .owl-nav .owl-prev:hover {
    background:var(--primary-hover) !important;
    border-color: var(--primary-hover) !important;
    color: #fff;

}
.last-product .owl-nav .owl-next:hover i,
.last-product .owl-nav .owl-prev:hover i {

    color: #fff;

}
.last-product .owl-nav .owl-next i:before,
.last-product .owl-nav .owl-prev i:before{
    font-size: 30px !important;

}
/* Header */

.lang span{
    padding-right: 5px;
}
.header-buttons .badge_wrap::before{
    display: none;
}
.page_header a {
    color: #000 !important;
}
.page_header .social-icons a{
    color: var(--primary) !important;
    border: solid 1px var(--primary) !important;
}
.page_header .social-icons a:hover{
    background: var(--primary-hover) !important;
    color: #fff !important;
}
.header-menu_desktop  a:hover {
    color: var(--primary) !important;
}
.btn_menu-mob {
    display: none;
}
.header-buttons a{
    font-size: 17px;
}
.header-buttons .dropdown-menu a{
    font-size: 13px;
}
.woocommerce-Price-amount{
    color: var(--primary) !important;
}
.sidebar-mini_cart .foot .buttons a{
    background: var(--primary) !important;
}
.sidebar-mini_cart .foot .buttons .current-btn{
    background: var(--primary-hover) !important;
}
/* last product */

.last-product .owl-nav{
    /*! display: none */
    justify-content: center;
    display: flex;
    padding-top: 50px;
    margin: 0 auto;
}

.last-product .item-detail img{
    width: 100%;
    height: auto;
    transition: all 0.5s ease 0s;

}

.last-product .item-detail:hover{
    box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
}

.last-product .item-detail .product-full-view{
    color: #fff;
    background-color: var(--primary);

    height: 45px;
    width: 45px;
    border-radius: 50%;
    border: 4px solid #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    opacity: 0;
    transform: translateX(-50%) translateY(-50%) scale(0);
    position: absolute;
    left: 50%;
    top: 50%;
    transition: all 0.3s ease 0s;
}
.last-product .item-detail .product-full-view i{
    font-size: 20px;
    justify-content: center;
    text-align: center;
    display: flex;
    line-height: 35px;
}
.last-product .item-detail:hover .product-full-view{
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) scale(1);
}
.last-product .item-detail:hover img{
    transform-origin: top center;
    transform: scale(1.3);
}
.last-product .item-detail .products-thumb{
    overflow: hidden;
    position: relative;
}
.bg-image-product{
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 90px;
    padding-bottom: 90px;
    background-attachment: fixed;
    background-repeat: repeat;
    background-position: 60% 12%;
    background-attachment: scroll !important;
    background-size: cover;
    background-image: url("../img/product-section-bg.jpg");

}
.last-product .item-detail{
    border: 2px solid transparent;
    box-shadow: 0 0 13px 0 rgba(0,0,0,.06);
    position: relative;
    transition: all 0.4s ease 0s;
    background: #fff;
    margin: 5px;
}
.woocommerce .columns-3 div.product {
    flex: 0 0 33.333%;
    max-width: 31.333% !important;
}
.woocommerce .columns-2 div.product {
    flex: 0 0 50%;
    max-width: 48% !important;
}
.woocommerce .columns-4 div.product {
    flex: 0 0 25%;
    max-width: 23% !important;
}
.last-product .product div{
    margin: 10px;
}

.last-product .title{
    font-size: 15px;
    text-align: right;
    padding-top: 25px;
}
.last-product .item-price .woocommerce-price  {
    color: var(--primary);
    font-size: 13px;
    margin-right: 5px;
    text-align: center;
}
.last-product .item-price bdi{
    font-size: 20px;
    color: var(--primary);
    font-weight: 800;

}
.last-product .woocommerce-Price-currencySymbol{
    padding-right: 5px;
    font-weight: normal;
}
.last-product .item-content{
    padding-bottom: 15px;
}
/* grid-section */
.grid-product {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    color: #9e9e9e;
    font-size: 16px;
    /*! margin: 10px; */
    position: relative;
    text-align: center;
    width: 100%;
    background-color: #000;
    border-radius: 5px;
    border-top: 5px solid var(--primary);
}
.grid-product *,
.grid-product *:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.grid-product img {
    max-width: 100%;
    vertical-align: top;
}
.grid-product figcaption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.grid-product h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    line-height: 26px;
    background-color:var(--primary);
    margin: 0;
    padding: 0 0 6px;
}

.grid-product i {
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    opacity: 0;
    color:var(--primary);
}

.grid-product a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.grid-product:hover img,
.grid-product.hover img {
    opacity: 0.2;
}

.grid-product:hover i,
.grid-product.hover i {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
}
/* about-us */

.about-us{
    background: #53720b

}
.about-us .sec-title .title-heading{
    color: #fff;
}
.about-us .wrap-desc{
    font-size: 17px;
    text-align: justify;
    direction: ltr;
    color: #fff;
    line-height: 38px;
    font-weight: 400;
}
/* call-to-action */
.call-to-action{
    background: url(../img/backbanner.jpg);
    background-repeat: repeat;
    background-attachment: scroll;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
    background-size: auto;
    position: relative;
    padding: 150px 0 100px;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    color: #000;
    text-align: center;
    background-position: center center;
}
.call-to-action .title{
    font-size: 45px;
    color: var(--primary);
    font-weight: 800;
}
.call-to-action .sub-title{
    font-size: 23px;
    color: #000;
    font-weight: 800;
    padding-top: 5px;
}
.call-to-action .btnsignweb{
    margin-top: 40px !important;
}
/*------------ section-blog------------*/

.section-blog .post-item{
    /*! box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1); */
    /*! border-radius: 15px; */
}
.section-blog .post-item .wrap{
    /*! padding: 30px; */
    background-color: #fff;

}
.section-blog .post-date{
    top: 0;
    left: 0;
    z-index: 10;
    background-color: var(--primary);
    color: #fff;
    padding: 9px 17px;
    text-align: center;
    display: inline-flex;
    flex-direction: column;
    position: absolute;
}
.archive-post .post-item{
    margin-bottom: 20px;
}

.section-blog .image{
    overflow: hidden;
    width: 100%;
    position: relative;
}
.section-blog .post-meta{
    /*! padding: 5px 30px 5px; */
}
.section-blog .wrap img{
    transition: all 0.5s ease 0s;
    width: 100%;
}
.archive-post .sec-title{
    margin-bottom: 0px;
}
.archive-post .sec-title .title-home{
    margin-bottom: 0px;
}
.section-blog .post-item:hover img{
    transform-origin: top center;
    transform: scale(1.3);
}
.section-blog .post-info{
    /*! background-color: #fff; */
    /*! padding: 0px 30px 30px 30px; */
    /*! position: relative; */
    /*! z-index: 1; */
}
.section-blog .post-desc a{
    color: #000;
    font-size: 18px;
}
.section-blog .post-item:hover a{
    color: var(--primary);

}
.section-blog .post-desc{
    text-align: justify;
    padding-top: 25px;
}
.section-blog .post-date span{
    display: block;
    font-size: 40px;
    line-height: 40px;
    font-weight: 800;
    color: #fff;
}
.section-blog .post-item .post-readmore a{
    position: relative;
    font-weight: 600;
    color: var(--primary);
    font-size: 16px;
    z-index: 1;

    transition: 0.5s all ease;
}
.section-blog .post-readmore i{
    transition: 0.5s all ease;
    font-size: 14px;
    padding-right: 5px;
    padding-top: 0px;
}
/* icon */

.icon-section .title{
    font-weight: 400;
    padding-top: 10px;
}

/* contact */
.conatct-address-wrapper {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    padding: 40px 40px 67px;
    position: relative;
    transition: 0.3s;
    border-radius: 5px;
    height: 260px;
}
.whatsapp-icon::before {
    position: absolute;
    content: "\f095";
    font-family: "Font Awesome 5 Pro";
    top: 50%;
    color: #f1f3f5;
    font-size: 180px;
    line-height: 1;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}
.headphones-icon::before {
    position: absolute;
    content: "\f015";
    font-family: "Font Awesome 5 Pro";
    top: 50%;
    color: #f1f3f5;
    font-size: 180px;
    line-height: 1;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}
.envelope-icon::before {
    position: absolute;
    content: "\f0e0";
    font-family: "Font Awesome 5 pro";
    top: 50%;
    color: #f1f3f5;
    font-size: 180px;
    line-height: 1;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}

.conatct-address-wrapper .wrap-icon {
    margin-bottom: 18px;
    position: relative;
    z-index: 9;
}
.contact-address-text {
    position: relative;
    z-index: 9;
}
.contact-address-icon i {
    line-height: 55px;
    text-align: center;
    color: #333;
    font-size: 20px;
}
.contact-address-text span {
    color: #333;
    font-size: 18px;
    font-weight: 400;
}
.conatct-address-wrapper a{
    font-size: 16px;
    font-weight: 700;
}
.contact-address-text h3 {
    margin-bottom: 0;
    font-size: 19px;
    font-weight: 500;
    color: #333;
    margin-top: 7px;
    letter-spacing: -0.3px;
    position: relative;
}
.conatct-address-wrapper .wrap-icon i {
    background:var(--primary);
    height: 55px;
    width: 55px;
    line-height: 55px;
    text-align: center;
    color: #ffffff;
    border-radius: 50%;
    font-size: 25px;
    transition: 0.3s;
}
.form-contact label{
    font-size: 13px;
}
.form-contact input{
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    border: none !important;
    background-color: #fff;
    -webkit-box-shadow: 0 .5rem 1.5rem rgba(204,204,204,0.5) !important;
    box-shadow: 0 .5rem 1.5rem rgba(204,204,204,0.5) !important;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 15px;
    color: #2b3c6b;
    transition: all 500ms ease;
    direction: rtl;
}

.custom-box{
    width: 50%;
}

.form-contact input:hover:focus{
    border-color: #ff7162 !important;
}
.form-contact textarea{
    width: 100% !important;
    border: none !important;
    background-color: #fff;
    border-radius: 10px;
    height: 200px;
    -webkit-box-shadow: 0 .5rem 1.5rem rgba(204,204,204,0.5) !important;
    box-shadow: 0 .5rem 1.5rem rgba(204,204,204,0.5) !important;
    border-radius: 20px;
    padding: 10px 20px;
}
.form-contact .wpcf7-submit{
    background:var(--primary) !important;
    color: #fff !important;
    width: 20% !important;
    border-radius: 5px;
    padding: 10px !important;
    font-size: 13px !important;
    box-shadow: none;
    border: none;
    margin: 0 auto;
}
.form-contact .wpcf7-submit:hover{
    background: var(--primary-hover) !important;
}
/* faq */
.faq summary{
    background: #f7f9fa;
    padding:5px 10px 5px 10px;
    margin: 8px;
    font-size: 18px;

    border-left:4px solid var(--primary);
    line-height: 40px;
    border-radius: 10px;
}
.faq details p{
    font-size: 16px;
    background: #fff;
    line-height: 40px;
    padding-left:10px
}
.faq summary:hover{
    border-left:4px solid  var(--primary-hover);
}
/************ logo home   ************/
.logohome{
    background: #f5f5f5;
}
.logohome img{
    padding-left: 15%;
    transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -webkit-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    opacity: .6;
    filter: alpha(opacity=70);
}
.logohome img:hover{
    opacity: 1;
    -webkit-transform: scale(2);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1.1);
}

#page_main .bannerhome{
    background: url(../img/backbanner.jpg);
    background-repeat: repeat;
    background-attachment: scroll;
    background-size: auto;
    position: relative;
    padding: 150px 0 100px;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    color: #000;
    text-align: center;
}
.bannerhome h2{
    margin-bottom: 30px;
    font-size: 40px;
}
.bannerhome h6{
    margin-bottom: 30px;
    font-size: 25px;
}
.bannerhome .theme-btn{
    background:#11998e;
    background: -webkit-linear-gradient(to right, #38ef7d, #11998e);
    background: linear-gradient(to right, #38ef7d, #11998e);
    padding: .618em 1em;
    color: #fff;
    margin-top: 20px;
    border-radius: 5px;
}
.bannerhome .theme-btn:hover{
    background: #ffcc29;
    color: #fff !important;
}
/************  footer  ************/

footer{
    position: relative;
    background: url(../img/footer-bg.jpg);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-size: cover;
    background-position: 65%;
    background-repeat: no-repeat;
}
footer .container{
    direction: ltr;
}
footer .contact{
    direction: ltr;
}
footer:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .7;
}
footer a{
    color: #fff;
}
footer .title{
    color: #fff;
    font-size: 18px !important;
    position: relative;
    padding-bottom: 10px;
    text-align: left;
}
footer h3:after{
    position: absolute;
    content: "";
    height: 2px;
    width: 30px;
    background: var(--primary-hover);
    left: 0px;
    bottom: 0px;
}
footer li{
    list-style-type: none;
    line-height: 30px;

}
footer .contact li{
    line-height: 40px;
    font-size: 16px;
    float: left;
    text-align: left;
}
footer .contact .phone h4{
    font-size: 26px;
}
footer .contact{
    color: #fff;
}
footer .menufooter a{
    display: block;
    font-size: 15px;
    line-height: 25px;
    padding: 10px 15px;
    color: #fff;
    border-bottom: 1px dashed rgba(79, 84, 95, 0.6);
    text-align: left;
}
footer .contact i{
    font-size: 20px;
    padding-right: 10px;
}
footer .menufooter a:hover{
    color: var(--primary-hover);
}
footer .contact h4{
    direction: ltr;
    line-height: 50px
}
footer .tel span{
    color: #00a54f;
    font-weight: bold;
}
footer .namad img{
    background: #fff;
    margin: 5px;
    padding: 20px;
    border-radius: 10px;
}
footer .footerbottom{
    padding-top: 5%;
}
footer .footerbottom .container{
    border-top: 1px solid rgba(79, 84, 95, 0.6);
    padding-top: 2%;
}
footer{
    padding-bottom: 0px !important;
}
footer .container{
    max-width: 1300px !important;
}
footer .copyrightsite{
    float: left !important;
    color: #fff
}
footer .copyright a{
    color: var(--primary-hover);
}
footer .copyrightsite a:hover{
    color: var(--primary-hover) !important;
}
footer .social-list a{
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 15px;
    display: inline-block;
    margin-right: 12px;
    background: #393f53;
    color: #ffffff;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
footer .social-list a:before{
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    height: 100%;
    width: 0%;
    background: var(--primary-hover);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    z-index: -1;
    transform: rotate(90deg);
}
footer .social-list a:hover:before{
    width: 100%;
}
footer .social-list a:hover i:before{
    transform: rotate(360deg);
}
footer .social-list a:hover i{
    color: #fff;
}
/************  woocomerce  ************/
.woocommerce-page div.product h1.product_title {
    color: var(--primary);
    border-color: var(--primary-hover) !important;
    text-align: left;
}
.entry-summary .product_meta{
    float: left;
}
.woocommerce-product-details__short-description{
    font-size: 16px;
}
.woocommerce-product-details__short-description h1{
    font-size: 18px;
}
.woocommerce-product-details__short-description .param-title{
    color: var(--green1);
    font-weight: bold;
    margin:5px 0px 5px;
}
.woocommerce-product-details__short-description .grid-100{
    color: var(--green1);
    font-weight: bold;
}
.woocommerce-product-details__short-description .grid-70{
    color: #212529;
    padding-right: 5px;
}
.woocommerce-product-details__short-description .grid-parent{
    color: #212529;

}
.woocommerce .button{
    background:var(--primary) !important;


}
.woocommerce .button:hover{
    background:var(--primary-hover) !important;
}
.sidebar-add_to_cart .woocommerce-Price-amount{
    color: var(--green1) !important;
    font-size: 20px;
    font-weight: bold;
}
.woocommerce-notices-wrapper .woocommerce-message a{
    color: #fff;
    font-size: 16px !important;
}
.woocommerce-notices-wrapper .woocommerce-message a:hover{
    color: #fff !important;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover{
    color: #fff !important;
}
.woocommerce-info{
    border-top-color:var(--orange) !important;
}
.whatsapp{
    width: 70px;
    height: 70px;
    position: fixed;
    left: 50px;
    bottom: 23px;
    border: 0;
    border-radius: 50%;
    z-index: 100;
    background: var(--primary);
    cursor: pointer;
    z-index: 9999;
    display: block !important;
    text-align: center;
    line-height: 62px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.whatsapp span{
    color: #fff;
    font-size: 40px;
    line-height: 45px;
    padding-top: 10px;
}
#scrollUp {
    position: fixed;
    right:30px;
    bottom: 30px;
    width: 42px;
    height: 42px;
    color: #fff;
    text-align: center;
    line-height: 47px;
    border-radius: 50%;
    z-index: 99;
    font-size: 2em;
    cursor: pointer;

    opacity: 1;
    transition: left 0.3s , opacity 0.2s linear;
}
#scrollUp {
    background-color: var(--primary) !important;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 0px !important;
}
#scrollUp i {
    line-height: 40px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}