html {
  scroll-behavior: smooth;
}
.nav__primary .sf-menu > li > a:hover {
    color: #fff !important;
}
.nav__primary .sf-menu > li > a {
    color: #F2A102 !important;
}
.mini_cart_item a {
    color: #000 !important;
}
body #motopress-main.main-holder .content-holder .product div .tabs .active a {
    color: #F2A102 !important;
    background: #ffffff;
    border: 1px solid #e6e6e6;
    cursor: default;
}

body #motopress-main.main-holder a.button,
.reset_variations {
  background: #F2A102 !important;  
}

div.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart > button.disabled {
    background: #ddd !important;
    margin-left: 20px !important;
}

div.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart > button {
    background: #F2A102 !important;
}

body #motopress-main.main-holder input.button,
body #motopress-main.main-holder #respond #submit,
body #motopress-main.main-holder #content input.button,
body #motopress-main.main-holder input[type="submit"],
body #motopress-main.main-holder input[type="reset"],
body #motopress-main.main-holder .button-alt {
    display: inline-block !important;
    background: #F2A102 !important;
    text-transform: uppercase;
    text-shadow: none;
    color: #fff;
    box-shadow: none;
    border: none;
    font-size: 23px !important;
    line-height: 25px !important;
    font-weight: bold;
    padding: 20px 40px;
    margin-top: 50px;
    position: relative;
    transition: none !important;
}

body #motopress-main.main-holder input.button:before,
body #motopress-main.main-holder #respond button#submit:before,
body #motopress-main.main-holder #content input.button:before,
body #motopress-main.main-holder input[type="submit"]:before,
body #motopress-main.main-holder input[type="reset"]:before,
body.single-product a.button.product_type_variable.add_to_cart_button:before,
body #motopress-main.main-holder .button-alt:before {
    content: '';
    background: url(https://donrosariocigars.com/wp-content/themes/theme51355/images/button_rt.png) no-repeat top center;
    width: 14px;
    height: 25px;
    display: inline-block;
    position: absolute;
    right: -14px;
    top: 19px;
    transition: none;
}

body.single-product a.button.product_type_variable.add_to_cart_button {
    line-height: unset !important;
}

body #motopress-main.main-holder input.button:after,
body #motopress-main.main-holder #respond button#submit:after,
body #motopress-main.main-holder #content input.button:after,
body #motopress-main.main-holder input[type="submit"]:after,
body #motopress-main.main-holder input[type="reset"]:after,
body.single-product a.button.product_type_variable.add_to_cart_button:after,
body #motopress-main.main-holder .button-alt:after {
    content: '';
    background: url(https://donrosariocigars.com/wp-content/themes/theme51355/images/button_lf.png) no-repeat top center;
    width: 14px;
    height: 25px;
    display: inline-block;
    position: absolute;
    left: -14px;
    top: 19px;
    transition: none;
}
body.home a.button.product_type_variable.add_to_cart_button:before {
    content: '';
    background: url(https://donrosariocigars.com/wp-content/themes/theme51355/images/button_rt.png) no-repeat top center;
    width: 14px;
    height: 25px;
    display: inline-block;
    position: absolute;
    right: 25px;
    bottom: 14px;
    transition: none;
}
body.home a.button.product_type_variable.add_to_cart_button:after {
    content: '';
    background: url(https://donrosariocigars.com/wp-content/themes/theme51355/images/button_lf.png) no-repeat top center;
    width: 14px;
    height: 25px;
    display: inline-block;
    position: absolute;
    left: 25px;
    bottom: 14px;
    transition: none;
}