/* Less Variables */
/* Font */
/*Color */
/*Background */
/*Font-weight*/
/*Footer */

.btn-primary {
    color: #fff;
    background-color: #8dbe44;
    border-color: #8dbe44;
}
img {
    vertical-align: inherit !important;
}
.flex {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
}
.grid-layout {
    display: grid;
}
.fixed-right ul li.fixed_wishlist a:before {
    content: "\e08a" !important;
}
.messages {
    text-align: center;
    display: inline-block;
    margin-bottom: 30px;
    margin-top: 0px;
}
.page.messages .message.success {
    margin-bottom: 0;
    margin-top: 45px;
    background: #7ac13a;
    color: #fff;
}

@media (min-width: 768px) {
    .grid-layout.two-col {
        grid-template-columns: 1fr 1fr;
    }
}

.flex-layout {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
}
.banner-slider {
    width: 95%;
    max-width: 1800px;
    margin: auto;
    padding: 0 15px;
}
@media (max-width: 767px) {
    .banner-slider {
        width: 100%;
    }
}
@media (min-width: 1399px) {
    .container {
        max-width: 1800px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 95%;
    }
}

@media (min-width: 768px) {
    .container {
        width: 95%;
    }
}

body.cms-homepage7 {
    background: #f5f5f5;
}
.header-container {
    margin-bottom: 30px;
}
.header-container .top-block img {
    width: 100%;
}
.top-block {
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #8dbe44;
    color: #fff;
}
.header-container .block-search {
    width: 90%;
    max-width: 1000px;
    padding: 0;
    margin-right: 20px;
}
@media (max-width: 1800px) {
    .header-container .block-search {
        flex: 1;
        width: auto;
        max-width: 65%;
    }
}
@media (max-width: 1500px) {
    .header-container .block-search {
        max-width: 75%;
    }
}
@media (max-width: 991px) {
    .header-container .block-search {
        max-width: 80%;
    }
}

.header-container .header-content, .header-container .header-content .header, .header-control, .top-header {
    background: #231f1f;
}
.header-container .header-content .header .header_main {
    border: 0;
    border-bottom: 1px solid;
    border-color: #423c3c;
}
.header-container .header-content .header .flex-layout {
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    margin-left: auto;
    max-width: 1408px;
}
.header-container .header-content .header .col-header-action {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    align-items: center;
}
@media (max-width: 1440px) {
    .header-container .header-content .header-control .container > .row {
        display: -webkit-box;
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;
        /* TWEENER - IE 10 */
        display: -webkit-flex;
        /* NEW - Chrome */
        display: flex;
        justify-content: space-between;
    }
    .header-container .header-content .header-control .container > .row .menu_primary {
        flex: 1;
    }
    .header-container .header-content .header-control .container > .row > div {
        width: auto;
    }
}
.header-container .mini-carts .minicart-wrapper {
    width: auto;
    height: auto;
    margin: 0;
    padding-left: 20px;
}
@media (max-width: 1024px) {
    .header-container .mini-carts .minicart-wrapper {
        padding-left: 10px;
    }
}
.header-container .mini-carts .minicart-wrapper .block-minicart {
    right: 0;
}
.header-container .mini-carts .header-mini-cart {
    text-transform: capitalize;
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
    color: #ffffff;
}
.header-container .mini-carts .header-mini-cart:before {
    display: block;
}
.header-container .mini-carts .header-mini-cart .qty {
    top: 11px;
    right: -1px;
    background: #ff9300;
}
@media (max-width: 1199px) {
    .header-container .mini-carts .header-mini-cart {
        font-size: 0;
    }
    .header-container .mini-carts .header-mini-cart .qty {
        right: -10px;
    }
}
.header-container .mini-carts .header-mini-cart:hover {
    color: #ff9300;
}
.cms-index-index .header-control {
    border-bottom: 0;
}
.top-info ul {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    flex-direction: row-reverse;
}
.top-info ul li a {
    display: block;
    font-size: 14px;
    line-height: 1.4;
    border: 0;
    position: relative;
    padding: 0 25px;
}
.top-info ul li a .qty {
    position: absolute;
    top: 6px;
    right: 20px;
    background: #ff9300;
    color: #ffffff;
}
@media (max-width: 767px) {
    .top-info ul li a .qty {
        top: 2px;
    }
}
@media (max-width: 1199px) {
    .top-info ul li a {
        font-size: 0;
    }
    .top-info ul li a .qty {
        right: 15px !important;
    }
}
@media (max-width: 1024px) {
    .top-info ul li a .qty {
        right: 0px !important;
    }
}
.top-info ul li a:before {
    font-family: 'simple-line-icons';
    font-size: 30px;
    display: block;
    text-align: center;
}
.top-info ul li.wishlist a:before {
    content: "\e08a";
}
.top-info ul li.wishlist a .qty {
    right: 30px;
}
.top-info ul li.compare a:before {
    content: "\e034";
}
.top-info ul li.compare a .qty {
    right: 20px;
}
.top-info ul li:last-child a {
    padding-right: 25px;
}
.top-info ul li a .qty,
.header-container .mini-carts .header-mini-cart .qty {
    position: absolute;
    display: block;
    min-width: 19px;
    height: 19px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 10px;
}
.cms-index-index .page-main.container {
    display: none;
}
.banner_item_bg {
    margin: 0;
}
.owl-carousel .product_row .item-product:first-child {
    padding-bottom: 27px;
}
.banner-bottom7 {
    margin-bottom: 50px;
}
.footer-container.layout7 {
    border-top: 1px solid #e6e6e6;
}
.footer-container.layout7 .container > .rowFlex.rowFlexMargin {
    padding-bottom: 30px;
    margin: 0 -15px;
}
.velaNewsletterFooter .newsletterDescription span {
    color: #7ac13a;
}
.footer-container.layout7 .velaNewsletterFooter {
    text-align: left;
}
.footer-container.layout7 .velaNewsletterFooter .newsletterDescription .text-subcrib {
    color: #222222;
}
.footer-container.layout7 .newsletter-footer {
    margin: 25px 0 5px;
}
.footer-container.layout7 .newsletter-footer:before {
    display: none;
}
.footer-container.layout7 .newsletter-footer > form {
    display: block;
}
.footer-container.layout7 .newsletter-footer > form .newsletter {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    flex-wrap: wrap;
}
.footer-container.layout7 .newsletter-footer > form .newsletter:after,
.footer-container.layout7 .newsletter-footer > form .newsletter:before {
    content: '';
    display: table;
    clear: both;
}
.footer-container.layout7 .newsletter-footer > form .newsletter .control {
    float: none;
    flex: 1;
}
.footer-container.layout7 .newsletter-footer > form .newsletter input[type="email"] {
    width: 100%;
    border-radius: 3px 0 0 3px;
    border-width: 1px;
    padding-left: 15px;
}
.footer-container.layout7 .newsletter-footer > form .newsletter button {
    border-radius: 0 3px 3px 0;
    font-weight: 400;
}
.footer-container.layout7 .rowFlex > div {
    padding: 0 15px;
}
.footer-container.layout7 .col-first {
    flex: 0 0 30%;
}
@media (max-width: 1550px) {
    .footer-container.layout7 .col-first {
        flex: 0 0 25%;
    }
}
.footer-container.layout7 .col-second {
    flex: 0 0 40%;
}
@media (max-width: 1550px) {
    .footer-container.layout7 .col-second {
        flex: 0 0 45%;
    }
}
.footer-container.layout7 .col-three {
    flex: 0 0 30%;
    background-image: url(../images/bg_newsletter_bottom.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) 30px;
    position: relative;
}
.footer-container.layout7 .col-three:before {
    content: '';
    display: block;
    border-left: 1px solid #e6e6e6;
    position: absolute;
    left: 0;
    top: 25px;
    bottom: 40px;
}
@media (min-width: 1551px) {
    .footer-container.layout7 .col-three:before {
        left: -10px;
    }
}
@media (max-width: 991px) {
    .footer-container.layout7 .col-three:before {
        display: none;
    }
}
@media (max-width: 1199px) and (min-width: 768px) {
    .footer-container.layout7 .container > .rowFlex.rowFlexMargin {
        display: grid;
        grid-template-columns: 40% 60%;
    }
    .footer-container.layout7 .container > .rowFlex.rowFlexMargin .col-second {
        grid-column: 1/3;
    }
    .footer-container.layout7 .container > .rowFlex.rowFlexMargin .col-second .col-xs-12.col-sm-8 {
        width: 66.66666667%;
    }
    .footer-container.layout7 .container > .rowFlex.rowFlexMargin .col-three {
        grid-column: 2/3;
        grid-row: 1/2;
    }
}
@media (max-width: 767px) {
    .footer-container.layout7 .col-first,
    .footer-container.layout7 .col-second,
    .footer-container.layout7 .col-three {
        flex: 0 0 100%;
    }
    .footer-container.layout7 .container > .rowFlex.rowFlexMargin {
        margin: 0 -15px;
    }
    .footer-container.layout7 .rowFlex > div {
        width: 100%;
    }
}
.footer-container.layout7 .rowFlexMargin .velaBlock .contacinfo-logo {
    margin-bottom: 45px;
}
.footer-container.layout7 .rowFlexMargin .velaBlock .velaFooterLinks {
    margin: 0 -5px;
}
.footer-container.layout7 .rowFlexMargin .velaBlock .velaFooterLinks li {
    padding: 9px 5px;
}
.footer-container.layout7 .rowFlexMargin .vela-contactinfo .contactinfo-item {
    margin-bottom: 16px;
}
.footer-container.layout7 .rowFlexMargin .vela-contactinfo .contacinfo-phone.contactinfo-item {
    margin: 20px 0 50px;
    color: #fff;
}
.footer-bottom {
    border-top: 1px solid #e6e6e6;
}
.footer-bottom .copyright {
    color: #fff;
}
.cat_1 .tab_container {
    padding: 30px 15px 0;
}
@media (max-width: 1024px) {
    .top-info ul li:last-child a,
    .top-account ul li a {
        padding: 0 10px !important;
    }
    .minicart-wrapper {
        padding-left: 12px;
    }
}
@media (max-width: 991px) {
    .menu_primary {
        width: 100%;
    }

}
@media (max-width: 767px) {
    .header-main {
        padding: 20px 0;
        margin: 0;
    }
    .header-container .block-search {
        margin-right: 0;
        max-width: 90%;
    }
    .header-container .header-content .wp-header {
        position: relative;
        height: auto;
    }
    .header-container .header-content .wp-header .top-search {
        position: static;
    }
    .header-container .header-content .header .col-header-action {
        position: absolute;
        right: 15px;
        top: -2px;
    }
    .header-container .header-content .minicart-wrapper {
        position: static;
        margin-top: 0;
    }
    .header-mini-cart::before,
    .top-info ul li a:before {
        font-size: 24px;
    }
    .top-info ul li a .qty,
    .header-container .mini-carts .header-mini-cart .qty {
        height: 19px;
        min-width: 19px;
    }
    .menu_primary {
        display: block !important;
        -webkit-overflow-scrolling: touch;
        -webkit-transition: left .3s;
        -moz-transition: left .3s;
        -ms-transition: left .3s;
        transition: left .3s;
        height: 100%;
        left: -100%;
        overflow: auto;
        position: fixed;
        top: 0;
        width: 80%;
        background: #ffffff;
        z-index: 222;
        padding: 0;
    }
}
@media (max-width: 480px) {
    .header-container .block-search {max-width: 85%;}
    .header-container .header-content .col-sm-2 {
        width: 40%;
        float: left;
    }
    .header-container .header-content .header .col-header-action {top: -8px;}
    .header-container .header-content .block-search { margin-top: 0;}
    .top-info ul li:last-child a,
    .top-account ul li a {padding: 0 12px !important;}
    .mini-cart-wrapper {padding-left: 12px;}
    .header-container .header-content .minicart-wrapper {padding-left: 0;}

    .searchsuite-autocomplete {
    left: 20px!important;
    width: 85% !important;
}
}
@media (max-width: 320px) {
    .nav-toggle {
        top: -62px;
    }
}
@media (max-width: 375px) {
    .nav-toggle {
        top: -62px;
    }
}
.contact-index-index #maincontent .column.main {
    margin: 0 -15px;
}
.contact-index-index .header-container {
    margin-bottom: 0;
}
.searchsuite-autocomplete {
    left: 158px;
    width: calc(100% - 288px);
}
body .page.messages {
    max-width: 1800px;
    padding-left: 0;
    padding-right: 0;
}
.catalog-category-view .page.messages {
    padding: 0 15px;
}
.hot-deal .hot-deal-tab-slider.hot-deal-tab-slider-customcss {
    padding-bottom: 0;
}

/**KEYIN
 _  __          _
| |/ /         (_)
| ' / ___ _   _ _ _ __
|  < / _ \ | | | | '_ \
| . \  __/ |_| | | | | |
|_|\_\___|\__, |_|_| |_|
           __/ |
          |___/
 */

.hidden-lg, .hidden-xs{
    display: none;
}

.field.sparsh_consent_checkbox.required .label {
    width: 98%;
    white-space: normal;
    margin-left: 2%;
}
.field.sparsh_consent_checkbox.required .control {
    float: left;
    width: auto;
    position: absolute;
}
.field.captcha.required .label {
    width: 100%;
    display: inline-block;
    white-space: normal;
}
.customer-account-forgotpassword .page-main>.page-title-wrapper .page-title {
    display: inline-block;
    text-align: center;
    width: 100%;
}

body {
    background: #f5f5f5!important;
}
p {
    line-height: 22px;
    color: #000;
}
h1 {
    font-size: 46px;
    font-weight: 500 !important;
    color: #000;
    margin-bottom: 10px;
}
h1 span, h2 span, h3 span{ color: #7ac13a;}
h2 {
    color: #000;
    font-weight: 300;
    margin-bottom: 10px;
}
.header-wrapper-sticky.enable-sticky {background: #060606 none repeat scroll 0 0;}
.header-wrapper-sticky.enable-sticky .logo-sticky {width: 10%;}
.header-wrapper-sticky.enable-sticky .top-menu-sticky .custommenu.navigation li.level0 > .level-top {color: #ffffff;}
.header-wrapper-sticky.enable-sticky .top-menu-sticky .custommenu.navigation li.level0 > .level-top:hover {
    color: #7ace2d;
}
.custommenu.navigation li.level0 > .level-top:hover {
    color: #7ace2d;
}
.category-description h2 {
    margin-bottom: 30px;
}
.category-description h2:after {
    display: block;
    content: "";
    position: relative;
    bottom: -10px;
    left: 50%;
    width: 50px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    height: 4px;
    background: #7ac13a;
}
h3 {
    font-size: 24px;
    font-weight: 300 !important;
    color: #987e44;
    margin-bottom: 10px;
}
h5{
    color: #7ace2d;
}

ul, ol {
    margin: 0;
    padding: 0;
    color: #000;
    line-height: 22px;
}
strong {
    font-weight: 600;
}
a:hover, a:visited, .alink:visited, a:hover, a:focus, a:active{
    color: #599a1f;
}
hr {
    border-top: 1px solid #bfbeba;
}
.fixed-right {background: #7ac139;}
.fixed-right ul li a:before{color: #fff;}
.fixed-right ul li a:hover:before {background: #bda059 !important;}

.header-container .mini-carts .header-mini-cart:hover {color: #7ac13a;}
.top-account ul li:hover a {color: #7ac13a;}

.breadcrumbs ul li strong, .breadcrumbs ul li:after {color: #b99949;}
.searchsuite-autocomplete .title {background: #7ac13a;}
#back-top {
    bottom: 75px;
}
#back-top i {background: #7ace2d;}
.navigation li.level0 {
    margin: 0 30px 0 0;
}
.message.global.cookie {
    z-index: 999;
    background: #f0f0f0;
    border-color: #e8e8e8;
    width: 100%;
    max-width: initial;
}
.message.global.cookie span {
    display: inline-block;
}
.message.global.cookie .actions {
    margin-top: 8px;
    float: right;
    display: inline-block;
}
.shipping-address-items .shipping-address-item .osc-edit-button {
    padding: 0px 20px;
}
.rokan-product-heading h2 {
    font-weight: 300;
    font-size: 30px;
}
.rokan-product-heading h2 .sup-title {
    font-size: 30px;
    font-weight: 500;
   text-transform: inherit !important;
}
.rokan-product-heading h2:after{
    display: block;
    content: "";
    position: relative;
    bottom: -10px;
    left: 26px;
    width: 50px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    height: 4px;
    background: #7ac13a;
}
.tab_product .rokan-product-heading h2:after{display: none;}
.hot-deal .countdown_block .title_countdown {
    font-weight: 400;
}
.hot-deal .countdown_block .super-deal-countdown {
    display: inline-block;
    padding: 13px 20px;
    background: #7ac13a;
}
.hot-deal .countdown_block .super-deal-countdown .time_circles > div span.text{ color: #ffffff;}

.addcart-link button:hover, .addcart-link action.tocart.primary:hover {
    background: #7ac13a;
    color: #ffffff;
}
.item-product .product-info-cart button {
    background-color: #7ac13a;
    border-color: #7ac13a;
}
.item-product .product-info .product-name a {
    color: #000;
}
.item-product .product-info .info-price .price,.item-product .product-info .info-price .special-price .price-wrapper .price {
    font-size: 24px;
    color: #222;
    font-weight: 500;
}
.item-product .product-info .info-price .old-price .price {
    font-size: 18px;
}
.item-product .product-info .product-name a:hover {
    color: #a78e52;
}
.item-product .product-extra-link a:hover {
    background: #7ace2d;
    border-color: #7ace2d;
}
.owl-theme .owl-controls .owl-page span {
    background: #7ac13a;
    border: 2px solid #7ac13a;
}
.owl-theme .owl-controls .owl-buttons > div{ background-color: #7ace2d;}
.owl-theme .owl-controls .owl-buttons > div:before {
    color: #fff;
}
.owl-theme .owl-controls .owl-buttons > div:hover {
    background: #000;
    border-color: #000;
}
.rating-summary .rating-result:before {
    color: #ebebeb;
}
.rating-label span .product.info.detailed .product.data.items .review-add .review-fieldset .legend span {
    color: #bb9949;
}
.product-reviews-summary .reviews-actions a {
    color: #bda059;
}
.product.info.detailed .product.data.items .review-add .review-fieldset .field .label {
    font-size: 14px;
}
.bundle-actions .action.primary, .review-form .action.submit.primary, .block-cart-failed .action.continue, .cart-container .form-cart .action.continue, button, .cart.table-wrapper .actions-toolbar > .action, .cart.table-wrapper .action-gift, .action.primary {
    font-size: 14px;
    font-weight: 400;
    background-color: #000;
    color: #ffffff;
    border: 1px solid #000;
    text-transform: uppercase;
}
.wave, .block-customer-login .actions-toolbar .action-login:hover  {
    background-color: #6abb22;
}
.login-container .block.block-new-customer .actions-toolbar .primary a,body .action_button .button:hover, body button:hover, body input[type=submit]:hover,.block-new-customer .actions-toolbar .action.action-register, .block-customer-login .actions-toolbar .action.action-register, .block-new-customer .actions-toolbar .action-login, .block-customer-login .actions-toolbar .action-login {
    background: #7ace2d;
}
.rowFlexMargin .velaBlock .velaFooterLinks li a:hover, .rowFlexMargin .velaBlock .velaFooterLinks li a:focus,.custommenu.navigation li.level0.fullwidth .submenu li.level1 > a:hover, .custommenu.navigation li.level0.staticwidth .submenu li.level1 > a:hover {
    color: #7ace2d;
}
span#wbcomage-yesbtn, span#wbcomage-nobtn {
    font-size: 14px;
    padding: 10px 0;
    margin: 0 5px;
}
/*BLOCCO BANNER HOME*/
.banner_mid_1 .bs-banner {
    margin-top: 30px;
    border-radius: 12px;
}

.bs-banner img {
    width: 100%;
}
.ajaxsuite-popup-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content #mb-ajaxsuite-popup-wrapper .product-name strong {color: #222;}
body .modal-popup .ajaxsuite-buttons button{background: #bda059 !important}

/*TAB PRODUCT: VENDITA SIGARETTE ELETTRONICHE ONLINE IN HOME */
.tab_product {
    padding: 80px 0 100px;
    background: url(../images/fumo-bg-hp.jpg) center 60px no-repeat #dddbd3;
    text-align: center;
    margin-bottom: 40px;
}
.tab_product .list-tab-product {
    margin-top: 0 !important;
}
.tab_product .rokan-product-heading {
    border: 0;
    padding: 0;
    margin-bottom: 30px;
}
.tab_product .vc_tta-tabs-container {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
    border-bottom: 1px solid #b9b4a0;
}
.tab_product .rokan-product-heading h2 .sup-title{
    text-transform: inherit;
    color: #7ac13a;
    font-weight: 700;
}
.tab_product .vc_tta-tabs-container .tabs li {
    float: none;
    display: inline-block;
    margin: 0 15px;
}
.tab_product .vc_tta-tabs-container .tabs li a {
    font-size: 18px;
    position: relative;
    font-weight: 400;
    line-height: 40px;
    padding-bottom: 10px;
    color: #000;
}
.tab_product .vc_tta-tabs-container .tabs li a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 50px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    height: 4px;
    background: 0 0;
}
.tab_product .vc_tta-tabs-container .tabs li.active a {
    font-weight: 500;
    color: #6db130;
}
.tab_product .vc_tta-tabs-container .tabs li.active a:before, .tab_product .vc_tta-tabs-container .tabs li:hover a:before {
    background: #cb101c;
}
.tab_product .item-product.listview .product-thumb {
    float: left;
    width: 30%;
    overflow: hidden;
}
.tab_container {
    position: relative;
    z-index: 99;
}
.tab_product .item-product-parent {
    padding: 0 15px;
    margin-bottom: 30px;
}
.tab_product .item-product {
    padding: 20px;
    background: #fff;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.tab_product .vc_tta-tabs-container .tabs li.active a:before, .tab_product .vc_tta-tabs-container .tabs li:hover a:before {
    background: #7ac13a;
}
.tab_product .owl-pagination {
    bottom: -30px;
}
/*FINE*/

/*FASCIA PRODOTTI DEL MESE IN HOMEPAGE*/
.categorytab-container {
    display: inline-block;
    width: 100%;
}
.categorytab-container.cat_1 .vc_tta-tabs-container .tabs li a{ color: #4a4a4a;}

.block_small {
    width: 16%;
}
.block_small {
    width: 14.4%;
}
.block_big {
    width: 85%;
}
.block_small, .block_big {
    float: left;
}
.categorytab-container.cat_1 .vc_tta-tabs-container .tabs li.active a {
    color: #8ccb46;
}
/*FINE */
.the_blog .blog-image {
    position: relative;
    overflow: hidden;
}

.blog-info .time-conment .date-time {
    color: #7ac13a;
}
.blog-content .blog-info .blog-title a:hover {
    color: #7ace2d;
}
.post-info-bottom a.post-readmore:not(a:hover) {
    background-color: #1d1e23;
    color: #ffffff;
}
.item-testimo{
    background: url(../images/bg-testimonianze.jpg) center top no-repeat;
    padding-bottom: 110px;
}
.item-testimo .author-test-link {
    width: 140px;
    height: 80px;
    margin-top: 0;
}
.testimonialContent {
    background-color: transparent;
}
.testimonialContent:before {
    width: 50px;
    height: 50px;
    content: "";
    background: url(../images/quocte.png) center center no-repeat;
    position: absolute;
    top: 30px;
}
.post-tags-info a:hover {
    color: #7ace2d;
}

.blog-info .time-conment,.post-tags-info a {
    color: #a49777;
    font-weight: 500;
}
.item-testimo .author-test-info span {
    font-size: 12px;
    color: #b2a68b;
}

/*PAGINA COUPON*/
section#main-aboutus {
    margin-top: -110px;
}
#maincontent .page-title-wrapper {
    margin-bottom: 10px;
    padding: 0;
}
.page-title-wrapper {
    margin-top: 0px;
}
.breadcrumbs {
    padding: 0 0 0px 0;
    margin-top: 0px;
}
blockquote {
    margin: 38px 0 40px;
    padding: 0;
    padding-left: 25px;
    padding-right: 0;
    color: #000;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    border-left-width: 4px;
    border-left-style: solid;
    border-left-color: #e6e6e6;
}
/*PAGINA CATEGORIE*/
.col-sidebar, .sidebar-additional1{
    background: #fff;
    padding: 20px 20px;
    border-radius: 20px;
    box-shadow: 3px 1px 5px 0px #ccc;
}
.category-view-move {
    padding: 30px;
    background: #ecebe8;
    border: 1px solid #e6e4dd;
    border-radius: 1px 30px;
}
.container-products-switch .item-product .product-thumb {
    background: #fff;
    position: relative;
    text-align: center;
    overflow: hidden;
    border: 1px solid #ecebe8;
}
.container-products-switch .item-product .product-info, #relate_product_slider .item-product .product-info, #upsell_product_slider .item-product .product-info{
    background: #000;
    padding: 10px;
    display: block;
    border-radius: 1px 1px 30px 0;
    min-height: 100px;
}
.container-products-switch .item-product .product-info .product-name {
    margin-top: 0;
}
.container-products-switch .item-product .product-info .info-price .special-price .price-wrapper .price{
    color: #7ace2d;
}
.container-products-switch  .item-product .product-info .info-price .price, #relate_product_slider .item-product .product-info .info-price .price, #upsell_product_slider .item-product .product-info .info-price .price{ color: #7ace2d;}

#relate_product_slider .item-product .product-info .product-name a, #upsell_product_slider .item-product .product-info a{color: #fff;}

#relate_product_slider .item-product .product-thumb, #upsell_product_slider item-product .product-thumb{
    background: #fff;
}

.hot-onsale {
    max-width: initial;
}
.hot-onsale .onsale.new-lable.arriving{
    background: #9a21c7;
    padding: 0px 8px;
}
.hot-onsale .onsale.new-lable.pre-order {
    top: 39px;
    background: #ff9300;
    padding: 0px 6px;
}
.hot-onsale .onsale.new-lable{
    background: #7ac13a;
}
.hot-onsale .onsale.only-shop-lable {
    background: #007cc3;
}
.page_footer{background: #000;}
.footer-container.footer {padding: 20px 0 0;}
.newsletter-footer:before {background: #3a3a3a;}
.velaNewsletterFooter .velaFooterTitle {
    margin: 0 0 10px;
    color: #fff !important;}

.toolbar-products .modes-mode.mode-grid:hover:before,.toolbar-products .modes .modes-mode.active:before, .toolbar-products .modes .modes-mode:not(.active):hover:before, .toolbar-products .modes-mode.active:before  {
    background: #7ace2d;
}
.grid-mode-show-type-products a:hover, .grid-mode-show-type-products a.actived {
    background: #7ace2d;
}

.stock.unavailable span{
    color: #f00 !important;
    padding: 5px 0px;
}

.container-products-switch .item-product .product-info .product-name a {
    color: #ffffff;
    font-weight: 400;
    font-size: 15px;
}
.container-products-switch .item-product .product-extra-link a:hover {
    color: #fff;
    background: #7ace2d;
    border-color: #7ace2d;
}
/*FILTRI*/
.filter-content .filter-options .filter-options-content ol li a:hover {
    color: #bf996a;
}
.filter-content .filter-options .filter-options-content ol li a span {
    font-weight: 500;
    color: #7ace2d;
}
.block-actions.filter-actions {
    background: #03060b;
    padding: 5px 15px;
    text-align: center;
}
.block-actions.filter-actions a{
    color: #fff;
}
.block-actions.filter-actions:hover{background: #7ace2d;}

.toolbar-products .toolbar-amount {
    color: #000000;
}

.sidebar-shop .widget .widget-title:before {
    height: 4px;
    bottom: -2px;
    background-color: #7ace2d;
}
.sort-pagi-bar-bottom .toolbar-products .pages .pages-items .item.current strong, .sort-pagi-bar-bottom .toolbar-products .pages .pages-items .item a:hover {
    border-color: #7ac13a;
    background: #7ac13a;
}


/*INTERNA PRODOTTO*/
.col-main {
    background: #fff;
    margin: 0px 10px;
    box-sizing: content-box;
    width: 80%;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px 0px;
    border: 1px solid #eaeaea;
    margin-bottom: 30px;
}

.product-view .detail-info-product-view .product-info-stock-sku .stock span, .wrapper_quickview_item .detail-info-product-view .product-info-stock-sku .stock span, .product-view .detail-info-product-view .product.attribute.sku .value, .wrapper_quickview_item .detail-info-product-view .product.attribute.sku .value,
.product-view .detail-info-product-view .price-box .price-container .price, .wrapper_quickview_item .detail-info-product-view .price-box .price-container .price {
    color: #7ac13a;
}

.product.info.detailed .product.data.items .item.title.active a, .product.info.detailed .product.data.items .item.title a:hover {
    color: #fff;
}
.product.data.items > .item.title {
    z-index: 999;
    background: #000;
    border-radius: 10px 10px 0px 0px;
    margin: 0 5px 0 0;
    padding: 0px 10px;
    position: relative;
    left: 20px;
}
.product .value h1{
    margin-top: 0;
    font-size: 30px;
}
.product.info.detailed .product.data.items .item.content {
    border-radius: 0;
    padding: 30px 20px;
    box-shadow: 3px 1px 5px 0px #ccc;
    margin-top: 30px;
    z-index: 0;
    position: relative;
    border-radius: 0px 0px 20px;
}
.product.info.detailed .product.data.items .item.title a {
    font-weight: 300;
    font-size: 20px;
    padding: 0;
}
.product.info.detailed .product.data.items .item.title a:before {
    width: 100%;
    height: 4px;
    background-color: #7ace2d;
}
.product-view .detail-info-product-view .attr-info .addcart-link, .wrapper_quickview_item .detail-info-product-view .attr-info .addcart-link {
    background: #7ace2d;
}

.product-view .detail-info-product-view .attr-info .addcart-link:hover, .wrapper_quickview_item .detail-info-product-view .attr-info .addcart-link:hover {
    background-color: #7ace2d;
    border-color: #7ace2d;
}
.product-info-main .product-social-extra .action.tocompare:hover, .product-info-main .product-social-extra .action.towishlist:hover,.product-view .product-social-extra a:hover, .wrapper_quickview_item .product-social-extra a:hover {
    background: #bb9a4c;
    border: none;
}
.fotorama__stage__frame .fotorama__img {
    width: 70% !important;
}
.fotorama__stage, .fotorama__nav {
    height: 600px!important;
}
.fotorama__arr, .fotorama__thumb__arr {
    background-color: rgb(230 230 230);
}
.fotorama__arr:hover, .fotorama__thumb__arr:hover {
    background-color:#7ace2d;
}
.fotorama__nav {
    height: auto!important;
}
.product-social-extra {
    margin-bottom: 30px;
}
span.counter {
    font-weight: 500;
    color: #7ace2d;
}
.bundle-actions .action.primary:hover, .review-form .action.submit.primary:hover, .block-cart-failed .action.continue:hover,
.cart-container .form-cart .action.continue:hover, button:hover, .cart.table-wrapper .actions-toolbar > .action:hover, .cart.table-wrapper
.action-gift:hover, .action.primary:hover,.product-social-extra a:hover {
    background: #7ace2d;
    border-color: #7ace2d;
}
.action.primary:focus, .action.primary:active{
    background: #7ac13a;
    border: 1px solid #7ac13a;
}

.category-description center {
    margin: 20px 0px;
}
div#product-options-wrapper {
    background: #fff;
    padding: 5px;
    margin-bottom: 20px;
    border: 1px solid #e6e6e6;
}
table.additional-attributes .label {
    display: table-cell;
}
.product.info.detailed .additional-attributes > tbody > tr > th {
    text-align: center;
    padding: 10px;
    background: #efefef;
    font-size: 16px;
    font-weight: 600;
    border-radius: 0px;
}
.product.info.detailed .additional-attributes > tbody > tr > td {
    text-align: center;
    padding: 12px;
}
/*PAGINA CONFRONTO PRODOTTI*/
.catalog-product_compare-index .page-title-wrapper {
    text-align: center !important;
}
a.action.print.hidden-print {
    color: #b1a281;
}
.catalog-product_compare-index .table-comparison  th.cell.label {
    background: #8bc34a;
    text-transform: uppercase;
}
.table-comparison .cell.label .attribute.label{
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}
.table-comparison .cell.remove .action.delete {
    background: red !important;
    border-radius: 9px 9px 0px 0px;
    line-height: 27px;}
.table-comparison .cell.remove .action.delete:before{
    font-size: 26px;
    color: #fff!important;;
    font-weight: 600!important;;
 }
.table-comparison thead td.remove, .table-comparison th.cell.label.remove {
    border: none !important;
    text-align: right !important;
    background: transparent !important;
    padding: 0px!important;
}
.table-comparison .cell.product.info{
    background: #fff;
}
.table-comparison  td.cell.product.attribute div.attribute * {
    font-size: 14px !important;
    line-height: 18px;
    margin: 0px;
}

/*BLOG*/
.post-images {
    display: none;
}
.post-view .post-info .post-title a, .post-list .post-info .post-title a, .post-view .post-content .post-title a, .post-list .post-content .post-title a {
    font-size: 30px;
}
.post-view .post-info-extra {
    color: #bf996f;
}
.post-view .post-info-extra .post-date {
    color: #7ace2d;
}
.post-description p img {
    margin: 10px 20px;
}
.page-layout-1column .product-info-main .product-add-form #product-options-wrapper label {
    font-size: 14px;
    font-weight: 700;
    padding-left: 9px;
    padding-top: 10px;
}
.velaNewsletterFooter .velaFooterTitle img {margin-bottom: 20px;}
#footer .velaNewsletterFooter .newsletterDescription, .rowFlexMargin .vela-contactinfo .contactinfo-item, .rowFlexMargin .velaBlock .velaFooterTitle,.copyright a {color: #fff !important;}

.rowFlexMargin .vela-contactinfo .contacinfo-phone.contactinfo-item .wrap{
    line-height: 66px;
    color: #fff;
}
.rowFlexMargin .vela-contactinfo .contactinfo-item a {
    color: #fff;
    margin-left: 5px;
    margin-right: 5px;
    }
.rowFlexMargin .velaBlock .velaFooterLinks li a{color:#868686;}
.rowFlexMargin .velaBlock .intro-footer {
    line-height: 23px;
    color: #fff;
    display: inline;
}
.footer-bottom {
    background: #599a1f;
    padding: 20px 0 16px;
    color: #fff !important;
    border-top: 1px solid #000000;
}

.rowFlexMargin .vela-contactinfo .contacinfo-phone.contactinfo-item .image_hotline, .velaServicesInner .boxServiceImage {
    background-color: #8bd846 !important;
}
.newsletter-footer button.action, .block-search .block-content button.action {
    background: #7ac13a;
}
.newsletter-footer button.action:hover,.block-search .block-content button.action:hover {background: #447519;}

.copyright a:hover {color: #222!important; }
.header-container .header-content .minicart-wrapper:hover .header-mini-cart::before{color:#7ac13a}
.top-info ul li a .qty, .header-container .mini-carts .header-mini-cart .qty {background: #7ac13a;}

.block-minicart .block-content > .actions .viewcart:hover {
    background: #000000;
    color: #ffffff;
    border-color: #000000;
}

body .primary #top-cart-btn-checkout, body .action_button .button.btn-continue {
    background: #9e872a;
    border-color: #9e872a;
}
.cart-container .checkout-methods-items .action.primary {
    background: #9e872a;
}
.cart.table-wrapper .cart.items .col span.price,.header-container .header-content .minicart-wrapper .minicart-items .product-item-details .price {
    color: #9e872a;
}

.cart thead {
    background: #dddbd3;
    text-transform: uppercase;
}
.header-container .header-content .minicart-wrapper .block-minicart .subtotal .price-container .price {
    font-size: 24px;
    color: #7ac138;
}
.action-toolbar button.action.tocart.primary {
    color: #ffffff;
    font-size: 14px;
    height: auto !important;
    border: 1px solid transparent;
    line-height: 20px !important;
        white-space: unset!important;
}
 /* WISHLIST */
.wishlist-index-index .product-item-info button {
    background: #7bce2d;
    border: none;
}

.actions-toolbar {
    margin-top: 30px;
    border-top: 1px solid #cac8c8;
    padding-top: 30px;
    text-align: center;
}
.products-grid.wishlist .product-item-photo {
    background: #fff;
    margin-bottom: 10px;
    display: block;
    text-align: center;
}

.wishlist-index-index .products-grid .product-item .product-item-info a.product-item-link {
    min-height: 50px !important;
    display: block;
}
span.toolbar-number {
    font-size: 16px;
}
.sidebar-additional1 button.action.tocart.primary {
    white-space: normal !important;
    height: auto;
    line-height: 18px;
    padding: 10px;
}
.account .page-title-wrapper .page-title {
    text-align: center;
}
#shipping_method_step_header, body .one-step-checkout h3 {
    background: #7ac13a;
}
.opcheckout-index-index .payment-method-title label > .action.action-help {
    display: none;
}
body .wrap-col-last-3 .opcheckout-place {
    background: #7ac13a;
    border-color: #7ac13a;
}
.tbay-addon-content {
    margin-bottom: 30px;
    display: flex;
}
.fixed-right {
    display: block;
    right: 0;
}
/*RESPONSIVE*/
@media (max-width: 1366px){
.navigation li.level0 {margin: 0 14px 0 0;}
.custommenu.navigation li.level0 > .level-top {font-size: 13px;}
.container-header-sticky.container {padding: 0px;}
.page-with-filter .col-main {
    margin: 0px 10px;
    width: 73%;
    }
}
@media (max-width: 1199px){
.fixed-right {
    display: block;
    right: 0;
}
}
@media (max-width: 991px) {
        .block-search .block-content button.action {
        min-width: 90px;
    }
    .custommenu.navigation li.level0 > .level-top {
    line-height: 48px !important;
    font-size: 12px !important;
    }
.header-control {
    min-height: 34px;
    }

}
@media (max-width: 768px){
    .header-control.header-nav {
    background: transparent !important;
    }
    .page-with-filter .col-sm-3 {
    width: 99%;
    margin-bottom: 40px;
    }
    .page-with-filter .banner_left_sidebar {
    display: none;
    }
    .page-with-filter .block.filter, .page-with-filter .top_rate {
    margin-bottom: 0px;
    }

    .page-with-filter .col-main {
    margin: 0px 0px;
    width: 99%;
    margin-bottom: 30px;
    }

    .sort-pagi-bar-bottom .toolbar-products {
    margin-bottom: 0;
    margin-top: 0px;
    }
    .account-nav .item.current a, .account-nav .item.current strong {
    border-color: #c3b38c;
    }

}
@media (max-width: 767px){
    .navigation, .breadcrumbs, .page-header .header.panel, .header.content, .footer.content, .page-wrapper > .widget, .page-wrapper > .page-bottom, .block.category.event, .top-container, .page-main {
    max-width: inherit;

    }
    .nav-toggle:hover:before {
    color: #7ac13a;
    }
    a:hover, a:visited, .alink:visited, a:hover, a:focus, a:active {
    color: #599a1f;
    }
    .velaFooterMenu .velaFooterTitle:before {
        color: #599a1f !important;
    }
    .footer-bottom .copyright {
        color: #fff;
        line-height: 20px;
        font-weight: 300;
    }
    .block-search .block-content button.action {
        min-width: 90px;
    }
    .ajaxsuite-popup-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-header .action-close:hover:before {
    color: #bda059;
    }
    .ajaxsuite-popup-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content #mb-ajaxsuite-popup-wrapper .wrapper-success .product-information .product-name .pupup-suc-added-to-your-bag {
    color: #7ac13a;
    }
    .pupup-suc-added-ajax-cart-product-name a {
    color: #000;
    }
    .header-container .header-content .minicart-wrapper .block-minicart {
    border-top: 2px solid #9e872a;
    }
    .ajaxsuite-popup-wrapper .modal-popup._inner-scroll .modal-inner-wrap {
    max-width: 80%;
    min-width: 80%;
    }
    .password-strength-meter {padding: 0 0;
    }
    span#password-strength-meter-label {line-height: 32px;
    }
    .account .message.success {
    color: #f4f4f4;
    background: #7ac13a;
    margin: 0px !important;
    }
}
@media (max-width: 480px) {
    .header-container {
    margin-bottom: 15px;
        }
    .hidden-lg{
    display: block;
    }
    .hidden-xs{display: none;}

    .vc_custom_1552883228263 {
    padding-top: 30px !important;
    padding-right: 25px !important;
    padding-left: 25px !important;
    }

    .cms-page-view #maincontent h2 {
        font-size: 22px;
    }
    h1 {font-size: 34px;}
    h2 {
    font-size: 23px;
    line-height: 25px !important;
    }

    .banner_mid_1{
        margin-top: 15px;
        margin-bottom: 0px;
    }

    .banner_mid_1 .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    }

    .banner_mid_1 .col-md-4.col1 {
        flex: 0 50%;
        margin: 0;
        padding-right: 0px;
        display: flex;
        order: 1;
        flex-direction: row;
        flex-wrap: nowrap;
    }


    .banner_mid_1 .col-md-4.col1 .bs-banner {
    margin-bottom: 10px;
        }

    .banner_mid_1 .col-md-4.col2 {
        padding-right: 15px;
        padding-left: 8px;
        padding-top: 3px;
        order: 3;
        display: flex;
        flex: 0 100%;
        flex-wrap: nowrap;
        flex-direction: row;
    }

.banner_mid_1 .col-md-4.col2 {
        padding-right: 0;
        padding-left: 13px;
        padding-top: 3px;
        order: 3;
        display: flex;
        flex: 0 100%;
        flex-wrap: nowrap;
        flex-direction: row;
    }

.banner_mid_1 .col-md-4.col2 .bs-banner:first-child {
    margin-right: 10px;
}

 .banner_mid_1 .col3 {
        text-align: center;
        padding: 0px 8px 0px;
        display: flex;
        order: 2 !important;
        flex: 0 50%;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .bs-banner {
    margin-bottom: 6px;
        }


    .banner_mid_1 .bs-banner {margin-top: 0;}

    .col_banner1 .bs-banner {
    margin-bottom: 6px !important;
        }

    .cat_1 {
    margin-bottom: 40px;
    margin-top: 10px;
    }

    .rokan-product-heading h2 .sup-title, .rokan-product-heading h2{
    font-size: 26px;
    line-height: 28px;
    margin-top: 10px;
    }
    .block_big {width: 100%;}
    .block_small {display: none;}
    .hot-deal {margin-bottom: 0;}
    .the_blog {margin-bottom: 0px;}
    .testimonialContent {padding: 85px 10px 20px;}
    .item-testimo {padding-bottom: 0;}
    .tab_product {padding: 40px 0 70px; margin-bottom: 0; }
    .tab_product .vc_tta-tabs-container .tabs li {margin: 0 3px;}
    .vc_tta-tabs-container .tabs li a {
    line-height: 17px !important;
    font-size: 14px !important;
    text-align: center;
    display: block !important;
    }
    .custommenu.navigation li.level0.fullwidth .subchildmenu.mega-columns.columns4 > li {
    width: 98%;
    padding: 0px 0px 0px 10px;
    }

   .col-main { width: 95%;}
    .category-view-move {padding: 20px;}
    h2 {
    font-size: 23px;
    line-height: 25px !important;
    }

    .sort-pagi-bar-bottom .toolbar-products {
    margin-bottom: 0px;
    padding-top: 30px;
    }
    .products {margin: 10px 0;
    }
    .products-grid .item-product {
    float: left;
    padding: 0 5px 30px 5px;
    }
    .product.data.items > .item.title {
    padding: 0px 10px;
    left: 0;
    margin-bottom: 3px;
    border-radius: 0px 0px;
    }
    .product.info.detailed .product.data.items .item.content {margin-top: 0;
    }
    .product.info.detailed .product.data.items .review-add {width: 100%;
    }
    /*.page-products .columns.layout-2-col .col-sidebar {order: 1 !important;
    }*/
    .page-with-filter .col-sm-3, .page-with-filter .col-main {
    width: 93%;
    margin-bottom: 40px;
    margin: 0px auto 30px;
    }
    .page-with-filter .col-main{
    background: transparent;
    padding: 0;
    border: none;
    }
    .detail-info-product-view {margin-bottom: 0px;
    }
    .product-social-extra {margin-bottom: 0px;
    }
    .product.pricing {margin-top: 20px;
    }
    .fotorama__stage {height: 250px!important;
    }

    .account .page-main, .cms-privacy-policy .page-main {
    padding-top: 10px;
    }
    .account .col-xs-12 {
    width: 95%;
    margin: 0px auto;
    }
    .account .col-sidebar {
    margin-bottom: 20px;
    }
    .block-dashboard-info {
    margin-bottom: 15px !important;
    }
    .one-step-checkout.three-columns-new-osc.virtualCheckout .opcheckout-shipping-payment-review {
    width: 100%!important;
    margin-right: 0!important;
    }
    .three-columns-new-osc.virtualCheckout .wrap-col-last-3 {
    width: 100%!important;
    }
    .one-step-checkout.virtualCheckout #payment_method_step_header:before {
    display: none;
    }
    .checkout-index-index .page-main.container, .checkout-cart-index .page-main.container {
    margin-top: 0px !important;
    }
    .opcheckout-login-link {
    text-align: left !important;
    padding: 0 !important;
    }
    .opcheckout-login-link a {
    color: #7ac13a;
    }

    body #one-step-checkout-form .checkout-review-load .data-table tbody tr.sub th {
    font-size: 15px;
    text-transform: uppercase;
    color: #b59348;
    }
    .discount span.title {
    text-transform: initial;
    font-size: 14px;
    font-weight: 500;
    }
    tr.excl th.mark strong {
    text-transform: uppercase;
    color: #7ac13a;
    font-size: 15px;
    }
    body #discount-code {
    background: #fff;
    }
    .checkout-onepage-success .actions-toolbar {
    margin-bottom: 30px;
    }
    section#main-aboutus {
    margin-top: -20px;
    }

div[name="shippingAddress.street.1"] .required-symbol,
div[name="shippingAddress.street.2"] .required-symbol {
    display: none;
}

/* aggiunto da daniele crupi 05/03/24 per errata visualizzazione box in homepage */
.item-product .product-info-cart {
    position: relative;
    display: inline-block;
    margin-top: 10px;
}
}


button.action.action-apply {
    display: block !important;
}

/*added by daniele crupi 08/04/24 checkout */
.checkout-index-index button.button.action.continue.primary span, .checkout-index-index button.action.primary.checkout span {
    line-height: 0.5em;
}
.checkout-index-index .payment-method {
    text-align: left!important;
}
.checkout-index-index .payment-method input[type="radio"] {
    float: left;
    margin-right: 10px;
}
.checkout-index-index .payment-option input[type="text"] {
    border-color:#000;
}
.ajaxsuite-popup-wrapper .modal-popup._inner-scroll .modal-inner-wrap {
    min-width: 600px;
    max-width: 100%;
}
@media (max-width: 767px) {
	.ajaxsuite-popup-wrapper .modal-popup._inner-scroll .modal-inner-wrap {
		width:calc(100vw - 4em);
		min-width: auto;
	}
	.contact-index-index .columns #contact-form label[for="sparsh_consent_checkbox_2"]:after {
    		content: ''!important;
	}
	input#sparsh_consent_checkbox_2 {
    		display: inline-block;
    		float: none;
	}
	.contact-index-index .columns #contact-form label, .field.sparsh_consent_checkbox.required .label {
    		width: 85%!important;
    	}
	.field.sparsh_consent_checkbox.required .control {
		position: relative!important;
	}
	.page-products .columns.layout-2-col .col-sidebar {
    		order: 1!important;
	}
}

.opc-progress-bar-item._active > span:before {
    background: #7ac03a!important;
}
.opc-progress-bar-item._active:before, .opc-wrapper .shipping-address-item.selected-item:after {
    background: #8ebe45!important;
}
.minicart-wrapper .action.showcart .counter.qty {
    background: #d22c2c!important;
}
.opc-wrapper .shipping-address-item.selected-item {
    border-color: #8ebe46!important;
}
