/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


.woocommerce-product-attributes-item--attribute_optional, .woocommerce-product-attributes-item--attribute_pa_custom_price_available, .woocommerce-product-attributes-item--attribute_standard-features{display:none;}

.call-button a{color:#fff;}

.wcvat-toggle-button-incl {
    color: #fff;
    background-color: #e28b03!important;
    border-color: rgba(0,0,0,0.05);
position: relative;
    display: inline-block;
    background-color: transparent;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .03em;
    -ms-touch-action: none;
    touch-action: none;
    cursor: pointer;
    font-weight: bolder;
    text-align: center;
    color: currentColor;
    text-decoration: none;
    border: 1px solid transparent;
    vertical-align: middle;
    border-radius: 0;
    margin-top: 0;
    margin-right: 1em;
    text-shadow: none;
    line-height: 2.4em;
    min-height: 2.5em;
    padding: 0 1.2em!important;
    max-width: 100%;
    transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
    text-rendering: optimizeLegibility;
    box-sizing: border-box;
}


 .wcvat-toggle-button-excl {
    color: #fff;

    border: #e28b03 1px solid;
position: relative;
    display: inline-block;
    background-color: transparent;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .03em;
    -ms-touch-action: none;
    touch-action: none;
    cursor: pointer;
    font-weight: bolder;
    text-align: center;
    color: currentColor;
    text-decoration: none;

    vertical-align: middle;
    border-radius: 0;
    margin-top: 0;
    margin-right: 1em;
    text-shadow: none;
    line-height: 2.4em;
    min-height: 2.5em;
    padding: 0 1.2em!important;
    max-width: 100%;
    transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
    text-rendering: optimizeLegibility;
    box-sizing: border-box;
}

#wcvat-toggle.on {
	background:rgba(255, 0, 0, 0)!important;
}
.call-button {
    color: #fff;
    background-color: #e28b03!important;
    border-color: rgba(0,0,0,0.05);
  
}

.product-summary .woocommerce-Price-currencySymbol {
    font-size: INHERIT;
    vertical-align: initial;
    display: inline-block;
    margin-top: .05em;
}
.wording-before, .wording-after {   white-space: nowrap;
    color: #111;
    font-weight: bold; text-transform: capitalize;}


.header-main {
    /* height: 91px; */
    min-height: 120px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.top-divider {
    margin-bottom: -1px;
    border-top: 0px solid currentColor;
    opacity: 0.1;
}
.slick-prev:before, .slick-next:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    line-height: 0;
    opacity: .75;
    color: #ffffff!important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#tdt-slider-82 .slick-next:before {
    color: #ffffff !important;
    font-size: 30px !important;
}


.footer-wrapper {
    width: 100%;
    position: relative;
    margin-top: 10px;
}
.slide-footer {     background-color:#272727;
 
   
    left: 0px;
    right:0px;
    bottom: 20px;
    
    position: absolute;
}

.new-footer {background-color: #272727;
       position:absolute;
       bottom: 0px;
       height:20px;
       width: 100%;       
       left: opx;       
       right: 0px;
      Z-INDEX: 99;
      
       display: inline-block;       
       cursor:pointer;
         
    }

.footer-content{
padding: 10px 0 15px;
    font-size: .9em;
  color: #e2e2e2;}

.footer-content h5{color: #e2e2e2;}
.footer-content a{color: #e2e2e2;}
.footer-content a:hover{color: #ffa02f;}

.dark .payment-icon svg {
    fill: #000;
}
.absolute-footer.dark {
    color: rgb(232, 232, 232);
}
.absolute-footer, html {

    background-color: #272727;
}

/* Fix: PNG hover images with transparency showing front image through */
.box-image img.back-image {
    background-color: #fff;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}