/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/



@font-face {
    font-family: 'GilroyBold';
    src: url('fonts/Gilroy-ExtraBold.eot');
    src: url('fonts/Gilroy-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Gilroy-ExtraBold.woff2') format('woff2'),
        url('fonts/Gilroy-ExtraBold.woff') format('woff'),
        url('fonts/Gilroy-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'GilroyLight';
    src: url('fonts/Gilroy-Light.eot');
    src: url('fonts/Gilroy-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/Gilroy-Light.woff2') format('woff2'),
        url('fonts/Gilroy-Light.woff') format('woff'),
        url('fonts/Gilroy-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face { font-family: 'AvenirNext-Regular'; src: url('fonts/AvenirNext-Regular.ttf') format('truetype'); }


#menu-primary_menu li.menu-item a ,#menu-primary_menu li.menu-item , .fusion-megamenu-title{
    font-family: 'GilroyBold'  !important;
    text-transform: uppercase;
}
.fusion-main-menu .fusion-main-menu-search a .title, .search-results a.button.product_type_simple{
    font-family: "PT Sans"!important;
}

.fusion-main-menu .fusion-main-menu-search a:after{display:none;}
.fusion-main-menu .fusion-main-menu-search a.fusion-main-menu-icon:after,
.fusion-mobile-menu-icons a.fusion-main-menu-icon:after{border-radius:50% 50% 50% 50%;content:"\f002"; display: inline-block;}

.fusion-header-wrapper {
    border-bottom: 1px solid #ddd;
}
.general_headding {
    padding-left: 40px;
}
.general_headding h3,
.general_headding h4{
    margin: 0px;
    padding: 0px;
    line-height: 46px;
    color: #000000 !important;
    font-family: "GilroyLight" !important;
    font-size: 46px !important;
}
.general_headding h3{
    margin-top: 40px;
}
.general_headding h4{
    font-family: "GilroyBold" !important;
    margin-bottom: 40px;
}

.pic1{
    margin-top: 2vw;
    height: 770px;
}
.pic2 {
    margin-top: 2vw;
    height: 650px;
    width: 100%;
}

.pic1 img, .pic2 img {
    height: 100%;
    max-width: none;
    width: auto;
    position: absolute;
    left: 0%;
}

.onetestimonial {
    margin: 60px 0 30px 0;
    padding: 19px;
    border: 2px solid #00abec;
}
.onetestimonial blockquote q {
    font-size: 18px !important;
    color: #000 !important;
    font-style: normal !important;
}

.onetestimonial .author {
    padding: 6px 23px !important;
    color: #999 !important;
    font-size: 14px;
}

.onetestimonial .author span {
    display: block;
}
.onetestimonial .testimonial-thumbnail {
    display: none !important;
}

.onetestimonial .reviews .review {
    display: flex !important;
    flex-wrap: wrap;
}
.onetestimonial .reviews .review blockquote {
    order: 2;
}

.blue_bordered_box{
    border-radius: 3px;
    background: #fff;
    height: 35px;
    line-height: 35px;
    padding: 0 19px;
    border: 2px solid #00abec;
    color: #000000;
    font-family: "GilroyBold";
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
}

.blue_filled_box{
    border-radius: 3px;
    background: #00abec;
    height: 35px;
    line-height: 35px;
    padding: 0 19px;
    border: 2px solid #00abec;
    color: #fff;
    font-family: "GilroyBold";
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
}
.white_filled_box{
    border-radius: 3px;
    background: #fff;
    height: 35px;
    line-height: 35px;
    padding: 0 19px;
    border: 2px solid #fff;
    color: #000;
    font-family: "GilroyBold";
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
}
.make_relative{
    position: relative;
    width: 100%;
    text-align: center;
}
.make_float {
    position: relative;
    top: -111px;
    z-index: 100;
    left: auto;
    width: auto;
}

.hero_header{
    color: #ffffff!important;
    font-family: "GilroyLight"!important;
    font-size: 60px!important;
    text-align: center!important;
}

.hero_section{
    position: relative;
    background-position: center 56%;
}
.hero_section:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
}
.text-center{
    text-align: center;
}

.text_d{
    display: inline-block;
    padding: 0 20px;
    color: #000000;
    font-family: "GilroyLight"!important;
    font-size: 18px;
}

@media screen and (min-width:800px){
    .fusion-gallery.fusion-gallery-container.fusion-grid-4.fusion-columns-total-0.fusion-gallery-layout-grid.fusion-gallery-1 {
        height: 400px !important;
    }
 }

.testimoni_star{
    background: url(images/mutestar.png) 0 0 repeat;
    width: 65px;
    height: 13px;
    position: relative;
}

.testimoni_star .activestar{
    background: url(images/blingstar.png) 0 0 repeat;
     position: absolute;
     left: 0;
     top: 0;
     width: 13px;
     height: 13px;
}

.testimonial-listing li{
    background: #fff;
    padding: 30px;
    list-style: none;
    min-height: 300px;
}

.bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    background: transparent;
}

.testimonial-listing li .mutetext{
    color: #999 !important;
    font-size: 14px;
    font-style: italic;
}
.testimonial-listing li .gentext{
    color: #000;
    line-height: 22px;
    font-size: 17px;
}

.bx-wrapper .bx-prev {
    left: -40px;
    background: url(images/controls1.png) no-repeat 0 0px;
}
.bx-wrapper .bx-next {
    right: -40px;
    background: url(images/controls2.png) no-repeat 0 0px;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}

.bx-wrapper .bx-controls-direction a {
    height: 50px;
}

.partner_logo .fusion-gallery-image{
    text-align: center;
}

.hero_down_section {
    background: transparent;
    border: 2px solid #00abec;
    padding: 60px;
    text-align: center;
}
.hero_down_section h3{
    color: #ffffff !important;
    font-family: 'GilroyLight' !important;
    font-size: 46px !important;
}

.hero_down_section h3 span{
    font-family: 'GilroyBold';
}

.hero_down_section .content-container{
    color: #ffffff !important;
    font-size: 17px;
}


.action_section{
    text-align: center;
}

.action_section h3{
    color: #ffffff !important;
    font-family: 'GilroyLight' !important;
    font-size: 46px !important;
    display: inline-block;
    margin: 0;
}

.action_section h4{
    font-family: 'GilroyBold' !important;
    color: #ffffff !important;
    font-size: 46px !important;
    display: inline-block;
    margin: 0;
}

.text_gen{
    display: inline-block;
    padding: 20px;
    color: #fff;
    font-size: 15px;
    vertical-align: middle;
}

.action_section .fusion-layout-column {
    margin-bottom: 0 !important;
}

.fusion-copyright-notice {
    display: inline-block;
}

.fusion-copyright-content {
    display: table;
    width: 100%;
    padding: 20px 0 10px;
    border-top: 1px solid #fff;
}

.footer_about {
    font-size: 18px;
    line-height: 23px;
    color: #fff;
}

.footer_address {
    line-height: 26px;
    font-size: 12px;
    font-family: "GilroyLight";
    color: #fff;
}

.fusion-widget-area .widget .recentcomments::before,
.fusion-widget-area .widget_archive li a::before,
.fusion-widget-area .widget_categories li a::before,
.fusion-widget-area .widget_links li a::before,
.fusion-widget-area .widget_meta li a::before,
.fusion-widget-area .widget_nav_menu li a::before,
.fusion-widget-area .widget_pages li a::before,
.fusion-widget-area .widget_recent_entries li a::before{
    content: "";
}

.fusion-widget-area .widget_nav_menu li{
    border: none;
    font-family: "GilroyLight";
}


.picholder {
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 100%;
    height: 300px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    position: relative;
    z-index: 2;
    /*background-size: 100% 100%;*/
    overflow: hidden;
}
.picholder img{
    width: 100%;
    height: 100%;
}
.picholder .ovelay_pic{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(9,0,0,0.3);
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}

.picholder h3{
    color: #ffffff !important;
    font-size: 25px !important;
    font-weight: 400 !important;
    width: 100%;
    padding: 10px;
    text-align: center;
}

.picholder p{
    width: 100%;
    text-align: center;
}

.text_holder {
    padding: 30px 0;
    font-size: 17px;
    color: #000;
}

.black_link{
    color: #000;
    font-weight: 700;
}

.fusion-footer-widget-column {
    margin-bottom: 20px;
}

.product .images .flex-viewport {
    width: calc(100% - 90px);
    float: right;
}

.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    width: 100% !important;
}

.woocommerce-product-gallery .flex-control-thumbs {
    width: 80px !important;
    float: left;
}


.avada-single-product-gallery-wrapper{
    margin-bottom: 30px !important;
}

.collection_name{
    color: #000000;
    font-family: 'GilroyBold'!important;
    font-size: 30px;
    /*font-weight: bold;*/
    
}
.single-product #main .product h3.product_title {
    display: block !important;
    color: #000000 !important;
    font-family: 'GilroyLight' !important;
    font-size: 23px !important;
    font-weight: 300 !important;
    
}

.product_tablink {
    text-transform: uppercase;
    color: #000000;
    font-family: 'GilroyBold';
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0.99px;
    border-bottom: 1px solid #ddd;
    display: block;
    padding: 10px 0;
    position: relative;
    
}

.product_tablink:before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 2px;
    width: 100px;
    height: 3px;
    background: #efddcb;
    
}

.pro_tab_cont{
    color: #000000;
    font-size: 14px;
    font-family: 'GilroyLight';
    
}

.pro_tab_cont h2{
    visibility: hidden;
    
}

.shop_attributes tr {
    border-bottom: 0px solid #e0e0e0 !important;
    
}

.shop_attributes tr th {
    color: #000000 !important;
    font-size: 10px;
    font-family: 'GilroyBold';
    
}
/*.shop_attributes tr td{
    font-family: 'GilroyBold';
     color: #888 !important;
    font-size: 10px;
    ==========added @ 1162===================
}*/

.fusion-body .fusion-content-sep.sep-solid,
.fusion-body .fusion-separator.sep-solid,
.fusion-body .fusion-separator .fusion-separator-border.sep-solid {
    border-bottom-style: solid;
    border-top-style: solid;
    display: none;
}

.single-product .price{
    display: block !important;
    
}
.single-product .price span.others{
    font-size: 12px;
    color: #666;
    
}
.single-product .price .amount{
    color: #000000;
    font-family: 'GilroyLight';
    font-size: 18px;
    font-weight: 300;
    
}


@media screen and (min-width:1178px){
 
    #main {
      padding: 0px 0 0 !important;
  } 
  }
  @media screen and (max-width:480px){
   
    #main {
      padding: 0px 0 0 !important;
  } 
  }
  @media screen and (min-width:870px) and (max-width:1024px){
    #primary #main {
        padding: 0px 0 0 !important;
    }   
    #primary #sidebar {
        padding-right: 10px !IMPORTANT;
    }
   ul.products>li{
        margin-right: 15px!important;
    }
  }
 
    @media screen and (max-width:768px) and (min-width:700px){
        .products>li{
            height:415px!important;
        }
    }
.single.single-product #main {
    padding: 40px 0 0 !important;
    
}
.related_pro_section {
    background: #f7f7f7;
    
}

.product .entry-summary .woocommerce-product-rating {
    margin-left: 0 !important;
    margin-top: 30px !important;
    
}

.ratingtest{
    font-size: 12px;
    font-style: italic;
    color: #000000;
    font-weight: bold;
    font-family: 'GilroyLight';
    margin: 3px 0;
}

.ratingtest a{
    font-family: 'GilroyBold';
    color: #000000;
}

.product_meta {
    padding-top: 0px !important;
    color: #666;
    font-size: 11px;
}

.btn_type_border {
    padding: 0 20px;
    min-width: 100px;
    margin: 19px 4px 7px;
    background: transparent;
    border: 1px solid #0099df;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    font-family: 'GilroyBold';
    color: #000000;
}
.tp-bgimg.defaultimg{
    position: relative;
}
.tp-bgimg.defaultimg::before {
    content: "";
    background: rgba(0,0,0,0.4);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}


@media (min-width: 0px){
    .container {
        width: 100% !important;
        overflow: visible;
        box-sizing: border-box;
    }
}
@media (min-width: 768px){
    .container{
        width: 750px !important;
    }
    .col-sm-6.commit-right{
        height: auto !important;
    }
    .commit-right p{ width: 100% !important; }

}
@media (min-width: 992px){
    .container{
        width: 970px !important;
    }
}

@media (min-width: 1200px){
    .container{
            width: 1170px !important;
        }
    .fusion-logo-link img{
        max-height:37px;
        height:37px !important;      
    }
   .col-sm-6.commit-right {
        padding: 40px 100px 245px !important;
        height: auto;
    }

}



.custom_propanel_1 h3{
    color: #000000;
    font-family: 'GilroyLight';
    font-size: 46px;
    font-weight: 300;
    padding: 10px 0px 0px;
    margin: 0;
        display: inherit;
}
.gap1{
    padding: 30px 0;
}
.custom_propanel_1 .qn ,
.custom_propanel_1 .ans {
    width: calc(100% - 42px);
    display: inline-block;
    vertical-align: top;
    padding: 3px;
    margin: 0;
    line-height: 25px;
}          

.custom_qn{
    margin: 10px 0;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

.custom_propanel_1 h3 .small {
    font-size: 13px;
    font-weight: bold;
    display: inherit;
}

.custom_qn span {
    padding-top: 6px;
    display: inline-block;
}

.custom_propanel_2 .row{
    display: flex;
}
@media (max-width: 767px){
.custom_propanel_2 .row{
    display: block;
}
}
.custom_propanel_2 .col-sm-6{
    padding: 0px;
}

.custom_propanel_2 .col-sm-6 img{
    width: 100%;
}

.custom_propanel_2 .col-sm-6.series_on_product{
    padding: 7vw 40px 40px;
    background: #6396ac;
}

.series_on_product h3 {
    color: #fff;
    font-size: 40px;
    font-family: 'GilroyLight';
    margin: 0px;
}
.series_on_product p {
    color: #fff;
}
.custom_propanel_3 .row.gap1 {
    display: flex;
}

.custom_propanel_3 .row.gap1 .col-md-6 {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
a.compare.button {
    /*display: none;*/
}
.woocommerce.product.compare-button{
	display:inline-block;
}
.btn_type_border{
	text-align:center;
	text-transform:uppercase;
}
.questions-section > h3 {
     display: none;
}

.answer-content {
    display: none;
}
a.example-image-link {
    DISPLAY: block;
}
a.example-image-link img {
    width: 200%;
}
body{
     position: relative;

}
.find_retailer_wrpar {
    /* position: fixed;
     width: 100%;
     height: 100%;
     background: #00000047;
     z-index: 10035;
     top: 0;
     display:none;*/
 }
 .find_retailer_container {
   /*  width: 400px;
     background: #fff;
    
     height: auto;
     margin: 65px auto;
     padding-bottom:20px;
     position: relative;*/
 }
 .find_retailer_wrpar_single_page .heading{
 
     text-transform: uppercase;
     font-size: 18px;
     margin: 19px 4px 7px;
     line-height: 35px;
     display: inline-block;
     font-family: 'GilroyBold';
     color: #000000;
 }
 a.retailerLink{
     width: 21% !important;
 }
 .find_retailer_wrpar_single_page  ._retailers a {
     width: 66%;color: #0099df;
 }
.font-weight900{
font-weight:900;
}
.ruvati_category_heading_sec {
    padding: 10px 0;
    border-top: 1px solid #ececf1;
    border-bottom: 1px solid #ececf1;
    margin-top: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #343435;
    font-size: 17px;font-family: "GilroyLight" !important;
}
.ruvati_category_heading_sec h1{font-size: 60px; text-transform: capitalize; line-height: 66px;
    font-family: "GilroyLight" !important; font-weight: 100;
}
span.find_retailer_close {
    position: absolute;
    right: -33px;
    top: -52px;
    color: #ffff;
    font-size: 50px;
    cursor: pointer;
}
h3.find_retailer_heading {
    margin: 0;
    background: #796f6f;
    text-align: center;
    margin-bottom: 5px;
    padding: 10px 0;
}
._retailers a {
    display: inline-block;
    width: 32%;
    text-align: center;
}
.archive.woocommerce.woocommerce-page aside#sidebar{
    padding-left: 0;
    padding-right: 20px;
}
.archive.woocommerce.woocommerce-page aside#sidebar ul{
    list-style:none;
}
.archive.woocommerce.woocommerce-page main#main.site-main {
    /*width: 72%;*/
    width: 77%;
    display: inline-block;
   
}


.ruvati_category_header {
    height: 500px;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
}
h4.ruvati_category_heading {
    padding: 0;
    margin: 0;
    line-height: 200px;
    text-align: center;
    font-size: 50px;
    color: #ffff;
    font-weight: 900;
}
.ruvati_custom_att h2 {
    font-size: 25px;
    font-weight: 900;
}
.ruvati_custom_att {
    margin: 35px 0;
}
a.shop_all {
    font-size: 11px;
    font-weight: 700;
    margin-left: 20px;
}
.ruvati_custom_single_att {
    width: 31.33%;
    display: inline-block;
}

.ruvati_custom_single_att h4 {
    font-size: 20px;
}
a.shop_link {
    font-size: 14px;
    font-weight: 900;
}

.ruvatiattr_color_demo_sec1 {
    width: 48%;
    display: inline-block;
    padding-right:1%;
   
}

.lower_sec1 img {
    width: 100%;
}
.ruvatiattr_color_demo_sec2 {
    width: 48%;
    display: inline-block;
    padding-left: 1%;
    float: right;
}
.text_upper_sec2 img {
    width: 100%;
}
.text_upper_sec1, .lower_sec2{
    height:344px;
     
    text-align: center;
}
.ruvatiattr_color_demo {
    overflow: hidden;
    margin: 50px 0;
}
.text_upper_sec1{
    font-size:30px;
}
.text_upper_sec1 {
    font-size: 30px;
    padding-top: 67px;
}
.lower_sec2 span {
    width: 160px;
    height: 45px;
    background: #bc3131fa;
    display: inline-block;
    padding: 0;
    margin: 24px 5px;
}
.lower_sec1, .text_upper_sec2 {
    position: relative;
}

button.catshop.catshopbtn2 {
    position: absolute;
    bottom: 16px;
    width: 100PX;
    height: 46px;
    background: transparent;
    border: 2px solid #0085ef;
    display: block;
    margin: 0 auto;
    left: 41%;
    color:#fff;
    font-weight:16px;
}

button.catshop.catshopbtn2.bg{
 background:#0085ef;
}
.ruvati_category_header.product_collection {
    position: relative;
}

h4.ruvati_category_heading.product_collection_heading {
    position: inherit;
    width: 100%;
    bottom: 0;
    border-top: 1px solid #ececf1;
    border-bottom: 1px solid #ececf1;
    margin-top: 20px;
    color: #343435;
    line-height: 170px;
    /* margin-bottom: 50px; */
}




textarea#questin_from_front, textarea.faq_comentarea {
    width: 100%;
}
.new_tab_style.col-md-6 {
    min-height: 300px;
}
.sort_by.extendons-action-block {
    DISPLAY: NONE;
}
.container .holder {
    overflow: hidden;
}

.document_sec h3 {
    color: #000 !important;
   
}
.document_sec{
    display:none;
}
div#reviews {
    width: 80%;
    margin: 0 auto;
}



@media (max-width: 990px){
    .custom_propanel_3 .row.gap1 {
        display: block;
    }
}
.onetestimonial, .testimonial-listing li{
cursor:pointer;
}
h3.find_retailer_heading {
   
    background: #00abec;
    color:#fff;
}


@media (min-width: 1024px){
    .product.type-product .container {
        height: 600px;
    }
.product .images {
    width: 60% !important;
}
.product .summary.entry-summary{
    width: 40% !important;
}
.product .images .flex-viewport{
    width: 550px !important;
    height: 550px !important;
}
.woocommerce-product-gallery__image a img {
    height: 550px !important;
    object-fit: cover;
    width: 550px !important;

}
/* .product.featured .container{
    height:600px;
} */


.woocommerce-product-gallery .flex-control-thumbs {
    width: 110px !important;
    min-height:380px;
     width: 110px !important;
    float: left;
   
    /*overflow: scroll;*/
    position:relative;
   
}
.woocommerce-product-gallery .flex-control-thumbs::-webkit-scrollbar {
display: none;
}

.flex-control-thumbs img {
    width: 86px;
    }
.woocommerce-product-gallery .flex-control-thumbs li {
   
    height: 95px;
}
.flex-control-thumbs-wrap {
    width: 100px;
    /*height: 550px;*/
    margin: 0;
    position: relative;
    padding: 25px 0;
    height: 330px;
}
.flex-control-thumbs-wrap:before {
    content: '';
    position: absolute;
    width: 11px;
    height: 33px;
    top: -28px;
    left: 72px;
    text-align: center;
    z-index: 999;
    font-size: 36px;
    cursor: pointer;
    background: url(images/controls1.png) no-repeat 0 0px;
    transform: rotate(88deg);
}
.flex-control-thumbs-wrap:after {
    content: '';
    position: absolute;
    width: 11px;
    height: 33px;
    bottom: -68px;
    left: 63px;
    text-align: center;
    z-index: 99999;
    background: #fff;
    font-size: 36px;
    cursor: pointer;
    background: url(images/controls1.png) no-repeat 0 0px;
    transform: rotate(-88deg);
}
/*.flex-control-thumbs img {
    width: 90px !important;
    display: block;
    opacity: .7;
    cursor: pointer;
    ------ar-----
}*/
.flex-control-thumbs img {
    width: 60px !important;
    height: 69px;
    display: block;
    opacity: .7;
    cursor: pointer;
    float: right;
}
.woocommerce-product-gallery .flex-control-thumbs li {
    /*height: 106px;*/
    height: 76px;
}


.flex-control-thumbs-wrap_before{
    width: 100px;
    height: 40px;
    display: block;
    position: absolute;
    top: -40px;
   cursor: pointer;
    z-index: 999999999999999;
}

.flex-control-thumbs-wrap_after{
    width: 100px;
    height: 40px;
    display: block;
    position: absolute;
    bottom: -78px;
    cursor: pointer;
    z-index: 9999999999999;
}
.video_holders{
    margin-top: 100px;
    cursor: pointer;
        margin-bottom: 10px; margin-left: 28px;
}
li.yith_featured_thumbnail img {
    /*width: 70px;*/
    width: 61px;
    height: 57px;
}
.video_holders li{
    list-style:none;
    margin-left: 15px;
}
.pro_tab_cont, a.product_tablink , .pro_tab_cont td, .pro_tab_cont th {
    font-size: 18px !important
}
.btn_type_border {
    padding: 0 9px;
    }
.woocommerce-product-gallery .flex-control-thumbs {
    margin: -28px -4px 0 !important;}


}


@media (max-width: 480px){
    .home .bx-wrapper {
        max-width: 75% !important;
    }
    .mobile-padding-left-20{
    padding-left: 20px;
    }
    #talk_to_town_sec .general_headding h3 {
   
    padding-left: 20px;
   
    font-size: 38px !important;
    }
    .talk_to_town_sec_gallary .fusion-gallery-image img{
    padding-left: 20px;
    }
    .text_d.Ruvative_style_open_popup {
    padding-left: 40px;
}
.demo-gallery{
 padding:0 40px;
}
.demo-gallery img{
width:100% !important;
}
.product .images .flex-viewport{
    width: 300px !important;
    height:300px !important;
}
.product .images {
 
    overflow: hidden;
}
.product .images .flex-viewport{
float: none !important;
}
#primary{
    width: 100%;
    overflow: hidden;
}
.woocommerce-product-gallery .flex-control-thumbs {
    width: 100% !important;
    float: left;
}
.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    width: 100px !important;
}
.find_retailer_container {
    width: 78%;
    }

.products>li{
    width: 100%;
}

}
/* maruf 08-14-20 fix WP Store Locator */
#wpsl-gmap img [role="presentation"] {
display: block !important;
}

/*wc disbale zoom effect

img[role="presentation"] {
    display: none !important;
}*/
/*arpita 26-08-19*/
.pro_tab_cont th{ font-size: 14px !important;}
.pro_tab_cont .shop_attributes tr td {

    color: #888 !important;
    font-size: 10px;
    font-size: 16px !IMPORTANT;
    margin-left: 10px;
    float: left;
    font-family: 'GilroyLight' !important;
}
div#reviews {
    display: none;
}

.woocommerce-product-gallery .flex-control-thumbs {
    /*margin:0 -4px 0 !important;*/
    width: auto;
    text-align: inherit;
    height: 380px;}

#bbpress-forums #bbp-user-wrapper h2.entry-title, #main .post h2, #main .reading-box h2, #main h2, .cart-empty, .ei-title h2, .fusion-modal h2, .fusion-title h2, .fusion-widget-area h2, .main-flex .slide-content h2, .post-content h2, .title h2{font-family: "PT Sans" !IMPORTANT;}

#primary ul#sidebar{ padding:0; }
#primary ul#sidebar > li{ padding: 15px; box-shadow: 0 0 6px #dadada; background: #fff; color: #666;}
#primary ul#sidebar h2.widgettitle {
    border-bottom: 1px solid #ccc;
    background: url(images/widget-title-bg.png) no-repeat scroll left center transparent;
    border-bottom: 1px solid #DADADA;
    font-size: 16px !important;
    font-weight: normal !important;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-top: 0;
    font-family: "GilroyLight" !important;
}
input#amount {
    padding: 0;
}

.products>li {
    float: left;
    width: 31% !important;
    margin: 0 29px 30px 0 !important;
    padding: 10px !important;
    min-height: 408px;
    height: 500px;
}
.products h2.woocommerce-loop-product__title,.products h3.product-title {
    font-size: 14px !important;
    padding: 10px 0 !important;
    color: #666 !important;
}
.products a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart{
    cursor: pointer;
    background: #00AEEF;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    padding: 5px 20px;
}
.products {    display: block;
    margin-bottom: 20px;}
ul.products{display: block;
    margin-bottom: 20px;}
.last_row {
    background: #fff !IMPORTANT;
   
    overflow: hidden;
    display: block;
    clear: both;
   
    padding: 40px 0 20px;
}
.last_row .faq_block ul {
    list-style: none;
    margin: 0px;
    padding: 10px 0;
    padding-bottom: 10px;
}
.last_row .holder a {
    padding: 2px 10px;}
.last_row a.example-image-link img {
    width: 200%;
    border: 1px solid #dedede;
}
.woocommerce-ordering {
    display: block !important;
    float: left;
}
.fusion-gallery .fusion-gallery-column .fusion-gallery-image {
    overflow: hidden;
    opacity: 1;
}
nav.woocommerce-pagination{justify-content: flex-start !important; border:0; margin-bottom: 30px; margin-top: 0;}
ul.page-numbers li {
    float: left;
    list-style: none;
}
.woocommerce-pagination ul.page-numbers{ padding: 0 !important; margin: 0; }
.pagination-next:after{ content: none!important; }
.woocommerce-pagination .current, .woocommerce-pagination .page-numbers:not(.prev):not(.next) {
    border-radius: 0px;
    /*padding: 8px 0px !important;*/
    padding:10px 12px !important;
    -webkit-border-radius: 0px;
}
.fusion-pagination .next:after, .pagination-next:after, .single-navigation a[rel=next]:after, .woocommerce-pagination .next:after{ display: none !important; }
a.next.page-numbers {
    background: #f1f1f1;
    padding: 10px;
    display: block;
    width: 32px;
    height: 34px;
    font-size: 22px;
}

.fusion-pagination .prev:before, .pagination-prev:before, .single-navigation a[rel=prev]:before, .woocommerce-pagination .prev:before
{ display: none !important; }
a.prev.page-numbers {
    background: #f1f1f1;
    padding: 10px;
    display: block;
    width: 32px;
    height: 34px;
    font-size: 22px;
}
/*arpita 26-08-19*/
/*arpita 27-08-19*/
.post-type-archive-product .product.type-product a img{margin: 0 auto;
    display: block;}
.post-type-archive-product h2.collection_name {
    font-size: 20px;
    color: #666 !important;
    margin: 10px 0 0;
    line-height: 26px;
}
.post-type-archive-product .shop_loop_sku_wrapper {
    font-size: 11px;
    margin-bottom: 10px;
}
.post-type-archive-product .price>.amount {
    color: #999999 !important;
    float: left;
    font-size: 26px !important;
    font-weight: normal;
    width: 76px;
    overflow: hidden;
}
.post-type-archive-product .product.type-product .button {
    background: none repeat scroll 0 0 #00AEEF;
    border-radius: 0;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    display: inline-block;
    float: right;
    padding: 7px 12px;
    color: #fff;
}
.post-type-archive-product .sidebar .widget li {
    padding: 5px 0 !IMPORTANT;
    padding: 0;
    display: block;
    border-bottom: 1px solid #e9e9e9;
}
.post-type-archive-product .sidebar .widget li:last-child{ border:0; }
.post-type-archive-product header.woocommerce-products-header {
    display: none;
}
.post-type-archive-product p.woocommerce-result-count {
    float: left; margin: 40px 0; color: #697578;
}
.post-type-archive-product select.orderby-custom {
    height: 20px;
    color: #545252;
    border: 1px solid #acacac;
    float: left;
    margin: 40px 55px 40px 0;
    font-size: 11px;
    background: #f2f1f1;
}
select#per_page{height: 20px;
    color: #545252;
    border: 1px solid #acacac;
    float: left;
    margin: 40px 0;
    font-size: 11px; background: #f3f1f1;}
.ruvati_ordering_wrapper{ float: right; color: #697578; margin-bottom: 50px; margin-top: 35px;}
.woocommerce-ordering:before {
    content: "Sort by:";
    margin-right: 5px;
    float: left;
    margin: 40px 10px;
}
.ruvati_ordering_wrapper:after {
    content: "Show";
    margin-right: 5px;
    float: left;
    margin: 40px 20px;
    position: absolute;
    left: 200px;
}
.ruvati_ordering_wrapper{ position: relative; }
.woocommerce-ordering{position: relative;}
.post-type-archive-product .product.type-product .button:hover { background:#4cd8f8;}
.post-type-archive-product aside#sidebar {
    margin: 15px 0 0 0;
}
.post-type-archive-product ul.page-numbers{ border:0 !important; }
.post-type-archive-product span.page-numbers, a.page-numbers {
    width: 32px;
}

.post-type-archive-product #sidebar .Wpf_widget_content h2{
    border-bottom: 1px solid #ccc;
    background: url(images/widget-title-bg.png) no-repeat scroll left center transparent;
    border-bottom: 1px solid #DADADA;
    font-size: 16px !important;
    font-weight: normal !important;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-top: 0;
    font-family: "GilroyLight" !important;
}
.post-type-archive-product li#wpf_other_atts_widget-2 h2.widgettitle{ border: 0 !important; margin: 0; }
.post-type-archive-product #sidebar .widget {
    margin-bottom: 20px;}
.post-type-archive-product ul.other_attribute_single.thickness {
    margin: 30px 0 0;
}
.grid.tinyMasonryLoaded .gridItem img {
padding: 3px;
}

.post-type-archive-product #primary li#wpf_other_atts_widget-2 {
box-shadow: none !important;
background: #fff;
color: #666;
padding: 0 !important;
}
.post-type-archive-product ul.other_attribute_single{
padding: 15px !important;
box-shadow: 0 0 6px #dadada;
background: #fff;
color: #666;
}
li.ruvati_style_home.col-xs-6.col-sm-4.col-md-3.col-lg-3 {
    padding: 0 3px !important;
}
a.shop_compare_button.compare {
    color: #333;
    border-radius: 0;
    font-size: 12px;
    font-weight: normal;
    text-align: right;
    text-transform: uppercase;
    width: 100%;
    float: right;
}
.company-name{font-style: italic;}

div#slide-1-layer-1 {
    font-family: "GilroyLight" !important;
}
div#slide-1-layer-2{font-family: "GilroyBold" !important;}
div#slide-1-layer-3{   font-family: "PT Sans" !important;}
div#slide-1-layer-6{   font-family: 'GilroyBold' !important;}

div#slide-2-layer-2 {
    font-family: "GilroyLight" !important;
}
div#slide-2-layer-2{font-family: "GilroyBold" !important;}
div#slide-2-layer-3{   font-family: "PT Sans" !important;}
div#slide-2-layer-6{   font-family: 'GilroyBold' !important;}

div#slide-3-layer-1 {
    font-family: "GilroyLight" !important;
}
div#slide-3-layer-2{font-family: "GilroyBold" !important;}
div#slide-3-layer-3{   font-family: "PT Sans" !important;}
div#slide-3-layer-6{   font-family: 'GilroyBold' !important;}

div#slide-4-layer-1 {
    font-family: "GilroyLight" !important;
}
div#slide-4-layer-2{font-family: "GilroyBold" !important;}
div#slide-4-layer-3{   font-family: "PT Sans" !important;}
div#slide-4-layer-6{   font-family: 'GilroyBold' !important;}
a.black_link{font-family: 'GilroyBold' !important; font-size: 14px;}
.ovelay_pic h3{   font-family: "PT Sans" !important;}
.lSSlideOuter .lSPager.lSpg {
    margin: 30px 0 30px !important; display: none;
   
}

/*new in town page*/
#boxed-wrapper #side-header{ display: none; }
#boxed-wrapper #content {
    width: 100%;}
#boxed-wrapper h1.title-heading-left {
    font-family: "GilroyLight" !important;
    margin-top: 40px;
    font-size: 46px;
    color: #000;
    line-height: 58px;
}
#boxed-wrapper .title-sep-container {
    display: none;
}
#boxed-wrapper .fusion-layout-column.fusion-spacing-yes.fusion-two-fifth{ width: 30%;}
#boxed-wrapper .fusion-layout-column.fusion-spacing-yes.fusion-three-fifth{ width: 65%}
#boxed-wrapper #content {
    /*max-width: 1100px;*/
    margin: 0 auto;
    float: none;
}

.page-template-Isenberg_PressMentions .fusion-header .fusion-row {
    padding-left: 0;
    padding-right: 0;
    max-width: 1100px !important;
}
.page-template-Isenberg_PressMentions .fusion-main-menu > ul > li {
    padding-right: 45px;
}
.page-template-Isenberg_PressMentions .fusion-main-menu > ul > li > a:hover{ border-color:#fff !important;
    color: #0099df !important;}
    .page-template-Isenberg_PressMentions .fusion-main-menu > ul > li > a.active{ border-color:#fff !important;
    color: #0099df !important;}
.page-template-Isenberg_PressMentions .fusion-main-menu .sub-menu{ border-top-color: #0099df !important; }
.page-template-Isenberg_PressMentions .fusion-body .fusion-main-menu .current-menu-ancestor > a, .fusion-body .fusion-main-menu .current-menu-parent > a{
    border-color:#fff !important;
}
.page-template-Isenberg_PressMentions a.fusion-main-menu-icon{ line-height: 13px; }
.page-template-Isenberg_PressMentions a.fusion-main-menu-icon{ line-height: 13px; }
a.fusion-main-menu-icon:hover{color: #0099df !important;}
.page-template-Isenberg_PressMentions{font-family: "PT Sans" !IMPORTANT;}
.page-template-Isenberg_PressMentions .fusion-footer-widget-area .fusion-row{ max-width: 1100px !important; }
.page-template-Isenberg_PressMentions .fusion-footer-widget-area{ background-color: #000; }
.page-template-Isenberg_PressMentions .fusion-footer-widget-area ul li a {
    display: block;
    padding: 0;
    border-bottom: 0;
    color: #fff !IMPORTANT;
}
.page-template-Isenberg_PressMentions .fusion-footer-copyright-area .fusion-row{ max-width: 1100px !important; }
.page-template-Isenberg_PressMentions .fusion-footer-copyright-area{ border:0; background-color: #000; }
.page-template-Isenberg_PressMentions .fusion-copyright-notice {
    display: inline-block;}
.page-template-Isenberg_PressMentions .fusion-icon-instagram:before {
    content: "\ea92" !IMPORTANT;
}
.page-template-Isenberg_PressMentions .fusion-footer-widget-column {
    margin-bottom: 20px;
}
.page-template-Isenberg_PressMentions .fusion-footer-widget-area{ border-color: #000; }
span.ruvati_press_netions {
    font-family: "GilroyBold" !important; display: block;
}
.page-template-Isenberg_PressMentions a:hover {
    color: #0099df !IMPORTANT;
}
#boxed-wrapper .fusion-column-wrapper strong {
    font-weight: 400;
    color: #000;
    font-style: italic;
}
#boxed-wrapper .post-content h4 {
    font-size: 15px;
    color: #3d3c3c !IMPORTANT;}

.page-template-Isenberg_PressMentions .fusion-main-menu .fusion-main-menu-icon:hover:after {
    color: #0099df !IMPORTANT;
}

.lSSlideOuter h2 {
    margin: 0;
    font-size: 12px;
    width: 148px;
    line-height: 18px;
}
.lSSlideOuter { margin-bottom: 30px; }
/*category*/
.ruvati_custom_single_att{ margin-right: 15px; margin-bottom: 45px;vertical-align: top;}
.ruvati_custom_single_att img{
    width: 100%;
    height: 412px;
    object-fit: cover;
}
.ruvati_custom_single_att h4 {
    font-size: 25px;
    color: #000;
    font-family: "PT Sans" !IMPORTANT;
    font-weight: 400 !IMPORTANT;
    margin-bottom: 0px !IMPORTANT;
}
.ruvati_custom_single_att p{ font-size: 18px; color: #000; font-family: "PT Sans" !IMPORTANT; font-weight: 400 !IMPORTANT; line-height: 23px;}
.ruvati_custom_single_att a{ font-size: 14px; color: #000; font-family: "GilroyBold" !important;}
.ruvati_custom_att_wrap .shop_by{ font-size: 46px;font-family: "GilroyLight" !important; font-weight: 400 !IMPORTANT; }
.ruvati_custom_att_wrap .font-weight900{ font-size: 46px;font-family: "GilroyBold" !important; }
.ruvati_custom_att_wrap a.shop_all {
    font-size: 15px;
    font-weight: 400;
    margin-left: 20px;font-weight: 400 !IMPORTANT;
}
.text_upper_sec1 {
    font-size: 46px;
    font-family: "PT Sans" !IMPORTANT;
    font-weight: 400 !IMPORTANT;
    padding-left: 90px;
    line-height: 52px;
}
.font-weight900{ font-size: 46px;font-family: "GilroyBold" !important; }
h4.ruvati_category_heading{font-weight: 400;font-family: "GilroyLight" !important; font-size: 60px;}
li.yith_featured_thumbnail:before {
    position: absolute !important;
    top: -10px !important;
    left: 29px !important;
    content: "Video" !important;
    font-size: 20px !important;
    color: #000 !important;
    font-family: 'GilroyBold' !important;
    opacity: 1 !important;
}
.commit-left h4, .commit-left h3{
    line-height: 1.2;
   
}
.commit-left p{ font-size: 17px; color: #2b2b2b; }
.commit-right h4, .commit-right h3{
    line-height: 1.2; color: #fff !important;
   
}
.commit-right{
    background: url(images/pattern-bg.png) 0 0 repeat;
}
.commit-right p{ font-size: 17px; color: #fff !important; width: 45% !important;}
.col-sm-4.commit-left.col-md-offset-2 {
    padding: 40px 100px 80px;
}
.col-sm-6.commit-right {
    padding: 40px 100px 80px;
    height: 100vh;
}
.new_tab_style.col-md-6 p a.blue_bordered_box.show_docs{
    display: none;
}
.new_tab_style.col-md-6 h3#ui-id-1 {
    display: none;
}
.new_tab_style.col-md-6 .ui-widget-content{
    border:0;
}
.document_sec h3.woocommerce-product-documents-title{
text-transform: uppercase;
    color: #000000;
    font-family: 'GilroyBold' !important;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.99px;
    border-bottom: 1px solid #ddd;
    display: block;
    padding: 10px 0;
    position: relative;
    transition-property: color,background-color,border-color;
    transition-duration: .2s;
    transition-timing-function: linear;
    cursor: pointer;
}

.document_sec h3.woocommerce-product-documents-title:before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 2px;
    width: 100px;
    height: 3px;
    background: #efddcb;

}

.document_sec .ui-accordion .ui-accordion-content{
    padding:0;
}
.document_sec ul{
    padding: 0;
}
.document_sec ul li{ position: relative; }
.document_sec ul li:before {background: url(images/DownloadIcon.png) 0 0 no-repeat; position: absolute;
left: 0; top: 0; content: ""; width: 15px; height: 15px;background-size: cover;}
.document_sec ul li a{
    color: #0099df;
    font-family: "PT Sans";
    font-size: 14px;
    margin: 7px 0;
    display: block;
    padding-left: 25px;
}
.document_sec ul li a:hover{
    color: #6e7a80;
}
#main h2.single_product_related_product_title{
text-transform: uppercase;
    color: #000000;
    font-family: 'GilroyBold' !important;
    margin-bottom: 30px;
    font-weight: bold;
    letter-spacing: 0.99px;
    border-bottom: 1px solid #ddd;
    display: block;
    padding: 10px 0;
    position: relative;
    transition-property: color,background-color,border-color;
    transition-duration: .2s;
    transition-timing-function: linear;
    cursor: pointer;
    font-size: 18px;
}

#main h2.single_product_related_product_title:before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 2px;
    width: 100px;
    height: 3px;
    background: #efddcb;
}
h3.woocommerce-product-documents-title:hover {
color:#0099df !important;
}
#main h2.single_product_related_product_title:hover {
color:#0099df !important;
}
p.woocommerce-result-count {
    display: inline-block;
    color: #697578;
    font-size: 13px;
    margin: 40px 0;
}
.product-type-simple .summary.entry-summary {
    width: auto !important;
}
.product_meta>span {
    display: block;
    margin: 20px 0;
}
.pro_tab_cont {
    padding: 20px 0;
}
.pro_tab_cont h2{
    display: none;
}
.post-type-archive-product select.orderby-custom {
    height: 29px;
    color: #545252;
    border: 1px solid #d2d2d2;
    float: left;
    margin: 0 55px 40px 0;
    font-size: 11px;
    background: #fff;
}
.post-type-archive-product p.woocommerce-result-count {
    float: left;
    margin: 40px 0;
    color: #697578;
    font-size: 13px;
}
.pro_tab_cont ul li {
   
    font-size: 18px;
    color: #000;
    font-family: "PT Sans" !IMPORTANT;
    font-weight: 400 !IMPORTANT;
    line-height: 23px;
}
.products-4>li:nth-child(4n+1){ clear: none !important; }
#boxed-wrapper{max-width: none !important;}
footer input[type=text]{background-color: transparent;}
.fusion-layout-column.fusion-spacing-yes.fusion-one-sixth{ width: 33%;  display: inline-block;}
#main .fusion-row.press-wrap{ max-width:100%; }
.page-template-Isenberg_PressMentions #main .fusion-row{ max-width: 100%; }
.page-template-Isenberg_PressMentions #main .fusion-row .ruvati_category_heading_sec h1{ line-height: 66px; color: #343435; font-size: 60px; }
.fusion-press-lists {
    max-width: 1100px;
    margin: 50px auto;
}
.fusion-press-lists .fusion-layout-column.fusion-spacing-yes.fusion-one-sixth{ width: 31.33% !important; 
    margin:0 21px 50px 0 !important}
.fusion-press-lists .fusion-imageframe img {
    width: 100%;
    height: 412px;
    object-fit: cover;
}
.fusion-press-lists .fusion-imageframe{ display: block; }
.press-contents a strong, .press-contents a, .press-contents a h4{
    font-weight: 400;
    color: #000;
    font-style: normal !important;
    font-size: 25px !important;
    line-height: 32px;
}
footer .fusion-custom-menu-item-contents {
    display: none;
}
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label{ margin: 15px 0 9px 1px !important;
    font-weight: 700;
    font-size: 13px !important;}
.gform_wrapper .button, .gform_wrapper .gform_button{background: #0099df !important;}
.gform_wrapper .button, .gform_wrapper .gform_button:hover{background:#0099dfad !important;}
.gform_wrapper .gfield select{color: #5f5b5b !important;}
.gform_wrapper .gform_heading {
    width: 100%;
    margin-bottom: 18px;
    margin: 50px 0;
    /* text-align: center; */
    font-size: 25px;
    
}
.gform_wrapper h3.gform_title{font-family: "PT Sans";}

/*div{ border:10px solid black }*/
/*===================Responsive=============================*/
@media (min-device-width: 1200px) {
.lSSlideOuter li.lslide {
    border: 1px solid #ccc;
    padding: 10px; min-height: 420px;
}
#lightSlider h2.woocommerce-loop-product__title{
    min-height:90px;
}
/*about page*/
.fusion-carousel-item {
    border: 1px solid #ccc;
    padding: 0 10px !important;
    min-height: 431px;
}
.woocommerce-message {
    margin: 0 auto 70px;
    width: 1280px;
    border: 1px solid #ccc;
    padding: 20px;
}
.fusion-carousel-title a {
    font-size: 12px !important;
    padding: 10px 0 !important;
    color: #666 !important;
    height: 70px !IMPORTANT;
    font-family: "PT Sans" !IMPORTANT;
    display: block;
}
.fusion-carousel .fusion-carousel-item img {
    vertical-align: middle;
    width: 100%;
    height: 220px !important;
}
.woocommerce-Price-amount.amount{
    color: #999999 !important;
    float: left;
    font-size: 26px !important;
    font-weight: normal;
    width: 92px;
    overflow: hidden;
}
/*about page*/
.lSSlideOuter ul#lightSlider {
    height: auto !IMPORTANT;
    width:100% !important;
    padding-left: 0px;
}
.lSSlideOuter ul#lightSlider  li{
    display: inline-block;
    width: 257px !Important;
}

.lSSlideOuter li.lslide img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}
.products>li:nth-child(3n) {
 margin-right: 0 !important;
}
ul.products img {
    height: 250px;
    width: 100%;
    object-fit: cover;
}
.ywcfav-video-content iframe{ height: 500px !important; }
.ywcfav-video-content{ overflow: visible !important; }

}

@media (min-device-width: 980px) and (max-device-width: 1199px) {

.archive.woocommerce.woocommerce-page aside#sidebar {
    padding-left: 20px;
    padding-right: 20px;
}
.single.single-product .woocommerce-product-gallery__image a img {
    width: 81% !important;
    height: 384px !important;
    object-fit: cover;
    float: right;
}
.home #wrapper{ overflow: hidden; }
.home #main .fullwidth-box .fusion-row {
    padding-left: 45px;
    padding-right: 45px;
}
.ruvati_custom_att_wrap {
    padding: 20px;
}
}

@media (min-device-width: 781px) and (max-device-width: 979px) {
.archive.woocommerce.woocommerce-page aside#sidebar {
    padding-left: 20px;
    padding-right: 20px;
}
.ruvati_style_gallery_all {
    margin: 50px 10px !important;
}
}

@media (min-device-width: 678px) and (max-device-width: 780px) {
/*responsive for home page*/
.home #main .fullwidth-box .fusion-row {
    padding-left: 45px;
    padding-right: 45px;
}
.general_headding h3, .general_headding h4 {
   
    font-size: 26px !important;
}
.pic2 img {
    height: auto;
    max-width: 100%;
    width: auto;
    position: absolute;
    left: 0;
}
.pic1 {
    margin-top: 0;
    height: 400px;
}
.pic2 {
    height: 440px;
    width: 100%;
}
.onetestimonial {
    padding: 19px;
    border: 2px solid #00abec;
    width: 80%;
    margin: 0 auto 20px;
}
.hero_header{ font-size: 30px !important; }
.demo-gallery img {
    width: 49% !important;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    float: left;
    border: 10px solid #fff;
}
.fusion-fullwidth.fullwidth-box.nonhundred-percent-fullwidth.non-hundred-percent-height-scrolling{
margin-bottom: 0 !important;
padding-bottom: 0 !important;
margin-top: 0 !important;
    padding-top: 0 !IMPORTANT;
}
/*.text_d{ margin-left: 20px; }*/
.hero_down_section {
    background: transparent;
    border: 2px solid #00abec;
    padding: 20px;
    text-align: center;
    width: 80%;
    margin: 0 auto !IMPORTANT;
}
.pic1 img, .pic2 img {
    height: 100%;
    max-width: none;
    width: 100%;
    position: absolute;
    left: 0;
}
.fusion-fullwidth.fullwidth-box.action_section.nonhundred-percent-fullwidth.non-hundred-percent-height-scrolling {
    padding: 0;
    width: 100%;
    padding: 20px !IMPORTANT;
    margin: 0 auto;
}
.fusion-fullwidth.fullwidth-box.action_section.nonhundred-percent-fullwidth.non-hundred-percent-height-scrolling h3,
.fusion-fullwidth.fullwidth-box.action_section.nonhundred-percent-fullwidth.non-hundred-percent-height-scrolling h4{
  font-size: 26px !important;  
}

.fusion-copyright-notice {
    padding: 0 0 15px;
    display: inline-block !IMPORTANT;
    text-align:left;
}
.col-md-6.footer_address {
    text-align: left !IMPORTANT;
}
.fusion-footer-widget-area{ padding-bottom: 0 !important; }
.fusion-layout-column.fusion_builder_column.fusion_builder_column_1_1.fusion-builder-column-7.fusion-one-full.fusion-column-first.fusion-column-last.1_1 .text_d{ margin-left: 20px !important; }
.hero_down_section h3 {
    color: #ffffff !important;
    font-family: 'GilroyLight';
    font-size: 30px !important;
}
.talk_to_town_sec_gallary .fusion-gallery-image img {
    padding-left: 0;
    display: block;
    margin: 0 auto;
    /* border-bottom: 1px solid #00abec; */
    padding-bottom: 20px;
    width: 62%;
}
.tp-bullets.hermes.horizontal.nav-pos-hor-center.nav-pos-ver-bottom.nav-dir-horizontal{transform: matrix(1, 0, 0, 1, -44, -36) !important;}
.general_headding {
    padding-left: 40px !important;
    padding-right: 40px;
}
.tp-parallax-wrap{ left: 20px !important; }
.div#slide-1-layer-2{ left: 20px !important; }
.div#slide-1-layer-3{ left: 20px !important; }
.div#slide-1-layer-6{ left: 20px !important; }
.home .demo-gallery {
    padding: 0 40px;
}
.home .mobile-padding-left-20 {
    padding-left: 40px;
}
.home #wrapper {
    width: 100%;
    overflow: hidden;
}
.home ul.procat_carousel {
    /* padding: 0 20px !IMPORTANT; */
    margin: 20px !important;
}
.widget .fusion-social-networks .fusion-social-networks-wrapper {
    margin: 0 -5.5px;
    text-align: left;
}
.fusion-footer-widget-area{border-top-width: thin !important;}
/*responsive for home page*/
.post-type-archive div#primary {
    margin: 0 auto;
}
.archive.woocommerce.woocommerce-page aside#sidebar {
    padding-left: 20px;
    padding-right: 20px;
}
.archive.woocommerce.woocommerce-page main#main.site-main {
    width: 100%;
    display: inline-block;
    padding: 0 20px !important;
}
#main .products li:nth-child(3n){float: left;
    width: 48% !important;
    margin: 0 5px 20px 5px !important;
    padding: 10px 20px !important;
    min-height: 370px;
    display: inline-block;
    vertical-align: top;}
.products>li {
    float: left;
    width: 48% !important;
    margin: 0 5px 20px 5px !important;
    padding: 10px 20px !important;
    min-height: 370px;
    display: inline-block;
    vertical-align: top;
}
#main .products li:nth-child(4n){
    float: left;
    width: 48% !important;
    margin: 0 5px 20px 5px !important;
    padding: 10px 20px !important;
    min-height: 370px;
    display: inline-block;
    vertical-align: top;
}

.single.single-product #primary {
    width: 100%;
    overflow: hidden;
}
.single.single-product #main {
    padding: 0 !important;
}
.single.single-product .woocommerce-product-gallery .flex-control-thumbs {
    margin: 0px -4px 0 !important;
    width: auto;
    text-align: inherit;
    height: 400px;
}
.product_tablink{ font-size: 20px; }
.lslide h2 {
    margin: 0;
    font-size: 14px !important;
}
/*category*/
.ruvati_category_heading_sec h1 {
    font-size: 34px;
    line-height: 10px;}
.ruvati_custom_att_wrap {
    padding: 20px;
}
.ruvati_custom_att {
    margin: 0;
}
.ruvati_custom_single_att {
    width: 100%;
    display: inline-block;
    margin: 0 0 20px 0;
}
.ruvati_custom_att_wrap a.shop_all{ display: block; margin-left: 0; }
.ruvatiattr_color_demo_sec2 {
    width: 100%;
    display: inline-block;
    padding-left: 0;
    float: right;
    margin: 20px 0;
}
.ruvatiattr_color_demo_sec1 {
    width: 100%;
    display: inline-block;
    padding-right: 0;
}
.lower_sec2 {
    height: 210px;
    text-align: center;
}
.ruvatiattr_color_demo{ margin:0; }
.text_upper_sec1 {
    font-size: 32px;
    font-family: "GilroyLight" !important;
    font-weight: 400 !IMPORTANT;
    padding-left: 10px;
    line-height: 41px;
    padding-top: 0;
    height: 110px;
}
.lower_sec2 span{ margin: 14px 5px; }
.ruvati_custom_att_wrap .shop_by {
    font-size: 36px;}
/*category*/
.woocommerce-product-gallery__image a img {
    width: 100% !important;
    height: 450px !important;
    object-fit: cover;
}
.product .images .flex-viewport {
    width: calc(100% - 90px);
    float: right;
    height: 420px !important;
}
div#primary {
    width: 100%;
}
.products .product.type-product a img {
    margin: 0 auto;
    display: block;
    height: 165px;
    width: 100%;
    object-fit: cover;
}
.ruvati_style_gallery_all {
    margin: 50px 10px !important;
}
.pic1 img, .pic2 img{ object-fit: cover; }
.fusion-press-lists{ padding:20px; }
.fusion-press-lists .fusion-layout-column.fusion-spacing-yes.fusion-one-sixth {
    width: 30.5% !important;
    margin: 0 10px 30px 10px !important;
}
.fusion-layout-column.fusion-one-fourth {
    margin: 0 11px 20px !IMPORTANT;max-width: 22%;
}
/*div{ border: 10px solid green; }*/
}

@media (min-device-width: 480px) and (max-device-width: 676px) {
/*responsive for home page*/
.general_headding h3, .general_headding h4 {
   
    font-size: 26px !important;
}
.pic2 img {
    height: auto;
    max-width: 100%;
    width: auto;
    position: absolute;
    left: 0;
}
.pic1 {
    margin-top: 0;
    height: 400px;
}
.pic2 {
    height: 440px;
    width: 100%;
}
.onetestimonial {
    padding: 19px;
    border: 2px solid #00abec;
    width: 80%;
    margin: 0 auto 20px;
}
.hero_header{ font-size: 30px !important; }
.demo-gallery img {
    width: 49% !important;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    float: left;
    border: 10px solid #fff;
}
.fusion-fullwidth.fullwidth-box.nonhundred-percent-fullwidth.non-hundred-percent-height-scrolling{
margin-bottom: 0 !important;
padding-bottom: 0 !important;
margin-top: 0 !important;
    padding-top: 0 !IMPORTANT;
}
/*.text_d{ margin-left: 20px; }*/
.hero_down_section {
    background: transparent;
    border: 2px solid #00abec;
    padding: 20px;
    text-align: center;
    width: 80%;
    margin: 0 auto !IMPORTANT;
}
.pic1 img, .pic2 img {
    height: 100%;
    max-width: none;
    width: 100%;
    position: absolute;
    left: 0;
}
.fusion-fullwidth.fullwidth-box.action_section.nonhundred-percent-fullwidth.non-hundred-percent-height-scrolling {
    padding: 0;
    width: 100%;
    padding: 20px !IMPORTANT;
    margin: 0 auto;
}
.fusion-fullwidth.fullwidth-box.action_section.nonhundred-percent-fullwidth.non-hundred-percent-height-scrolling h3,
.fusion-fullwidth.fullwidth-box.action_section.nonhundred-percent-fullwidth.non-hundred-percent-height-scrolling h4{
  font-size: 26px !important;  
}

.fusion-copyright-notice {
    padding: 0 0 15px;
    display: inline-block !IMPORTANT;
    text-align:left;
}
.col-md-6.footer_address {
    text-align: left !IMPORTANT;
}
.fusion-footer-widget-area{ padding-bottom: 0 !important; }
.fusion-layout-column.fusion_builder_column.fusion_builder_column_1_1.fusion-builder-column-7.fusion-one-full.fusion-column-first.fusion-column-last.1_1 .text_d{ margin-left: 20px !important; }
.hero_down_section h3 {
    color: #ffffff !important;
    font-family: 'GilroyLight';
    font-size: 30px !important;
}
.talk_to_town_sec_gallary .fusion-gallery-image img {
    padding-left: 0;
    display: block;
    margin: 0 auto;
    /* border-bottom: 1px solid #00abec; */
    padding-bottom: 20px;
    width: 62%;
}
.tp-bullets.hermes.horizontal.nav-pos-hor-center.nav-pos-ver-bottom.nav-dir-horizontal{transform: matrix(1, 0, 0, 1, -44, -36) !important;}
.general_headding {
    padding-left: 40px !important;
    padding-right: 40px;
}
.tp-parallax-wrap{ left: 20px !important; }
.div#slide-1-layer-2{ left: 20px !important; }
.div#slide-1-layer-3{ left: 20px !important; }
.div#slide-1-layer-6{ left: 20px !important; }
.home .demo-gallery {
    padding: 0 40px;
}
.home .mobile-padding-left-20 {
    padding-left: 40px;
}
/*responsive for home page*/
/*responsive for product page*/
/*.post-type-archive{ border:2px solid red; }*/
.post-type-archive div#primary {
    margin: 0 auto;
}
.archive.woocommerce.woocommerce-page aside#sidebar {
    padding-left: 20px;
    padding-right: 20px;
}
.archive.woocommerce.woocommerce-page main#main.site-main {
    width: 100%;
    display: inline-block;
    padding: 0 20px !important;
}
.post-type-archive .products>li {
    float: left;
    width: 48% !important;
    margin: 0 5px !important;
    padding: 10px 20px !important;
    min-height: 420px;
    display: inline-block;
    vertical-align: top;
}
.single.single-product #primary {
    width: 100%;
    overflow: hidden;
}
.single.single-product #main {
    padding: 0 !important;
}
.single.single-product .woocommerce-product-gallery .flex-control-thumbs {
    margin: 0px -4px 0 !important;
    width: auto;
    text-align: inherit;
    height: 400px;
}
.product_tablink{ font-size: 20px; }
.lslide h2 {
    margin: 0;
    font-size: 14px !important;
}
/*category*/
.ruvati_category_heading_sec h1 {
    font-size: 34px;
    line-height: 10px;}
.ruvati_custom_att_wrap {
    padding: 20px;
}
.ruvati_custom_att {
    margin: 0;
}
.ruvati_custom_single_att {
    width: 100%;
    display: inline-block;
    margin: 0 0 20px 0;
}
.ruvati_custom_att_wrap a.shop_all{ display: block; margin-left: 0; }
.ruvatiattr_color_demo_sec2 {
    width: 100%;
    display: inline-block;
    padding-left: 0;
    float: right;
    margin: 20px 0;
}
.ruvatiattr_color_demo_sec1 {
    width: 100%;
    display: inline-block;
    padding-right: 0;
}
.lower_sec2 {
    height: 210px;
    text-align: center;
}
.ruvatiattr_color_demo{ margin:0; }
.text_upper_sec1 {
    font-size: 32px;
    font-family: "GilroyLight" !important;
    font-weight: 400 !IMPORTANT;
    padding-left: 10px;
    line-height: 41px;
    padding-top: 0;
    height: 110px;
}
.lower_sec2 span{ margin: 14px 5px; }
.ruvati_custom_att_wrap .shop_by {
    font-size: 36px;}
/*category*/
.woocommerce-product-gallery__image a img {
    width: 100% !important;
    height: 450px !important;
    object-fit: cover;
}
.product .images .flex-viewport {
    width: calc(100% - 90px);
    float: right;
    height: 400px !important;
}
.ruvati_style_gallery_all {
    margin: 50px 10px !important;
}

}

@media (max-device-width: 479px) {
    .general_headding {
        display: block !important;
        text-align: center;
        margin-bottom: 40px;
    }
.general_headding h3, .general_headding h4 {
   
    font-size: 26px !important;
}
.pic2 img {
    height: auto;
    max-width: 100%;
    width: auto;
    position: absolute;
    left: 0;
}
.pic1 {
    margin-top: 0;
    height: 530px;
}  
.pic2 {
    height: 500px;
    width: 100%;
}
.onetestimonial {
    padding: 19px;
    border: 2px solid #00abec;
    width: 80%;
    margin: 0 auto 20px;
}
.hero_header{ font-size: 30px !important; }
.demo-gallery img {
    width: 49% !important;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    float: left;
    border: 10px solid #fff;
}
.fusion-fullwidth.fullwidth-box.nonhundred-percent-fullwidth.non-hundred-percent-height-scrolling{
margin-bottom: 0 !important;
padding-bottom: 0 !important;
margin-top: 0 !important;
    padding-top: 0 !IMPORTANT;

}
/*.text_d{ margin-left: 20px; }*/
.hero_down_section {
    background: transparent;
    border: 2px solid #00abec;
    padding: 20px;
    text-align: center;
    width: 80%;
    margin: 0 auto !IMPORTANT;
}
.pic1 img, .pic2 img {
    height: 100%;
    max-width: none;
    width: 100%;
    position: absolute;
    left: 0;
}
.fusion-fullwidth.fullwidth-box.action_section.nonhundred-percent-fullwidth.non-hundred-percent-height-scrolling {
    padding: 0;
    width: 100%;
    padding: 20px !IMPORTANT;
    margin: 0 auto;
}
.fusion-fullwidth.fullwidth-box.action_section.nonhundred-percent-fullwidth.non-hundred-percent-height-scrolling h3,
.fusion-fullwidth.fullwidth-box.action_section.nonhundred-percent-fullwidth.non-hundred-percent-height-scrolling h4{
  font-size: 26px !important;  
}

.fusion-copyright-notice {
    padding: 0 0 15px;
    display: inline-block !IMPORTANT;
    text-align:left;
}
.col-md-6.footer_address {
    text-align: left !IMPORTANT;
}
.fusion-footer-widget-area{ padding-bottom: 0 !important; }
.fusion-layout-column.fusion_builder_column.fusion_builder_column_1_1.fusion-builder-column-7.fusion-one-full.fusion-column-first.fusion-column-last.1_1 .text_d{ margin-left: 20px !important; }
.hero_down_section h3 {
    color: #ffffff !important;
    font-family: 'GilroyLight';
    font-size: 30px !important;
}
.talk_to_town_sec_gallary .fusion-gallery-image img {
    padding-left: 0;
    display: block;
    margin: 0 auto;
    /* border-bottom: 1px solid #00abec; */
    padding-bottom: 20px;
    width: 62%;
}
.tp-bullets.hermes.horizontal.nav-pos-hor-center.nav-pos-ver-bottom.nav-dir-horizontal{transform: matrix(1, 0, 0, 1, -44, -36) !important;}
/*.general_headding {
    padding-left: 40px;
    padding-right: 40px;
}*/
/*responsive for product page*/
.archive.woocommerce.woocommerce-page aside#sidebar {
    padding-left: 20px;
    padding-right: 20px;
}
.archive.woocommerce.woocommerce-page main#main.site-main {
    width: 100% !IMPORTANT;
    display: block;
    padding: 20px !IMPORTANT;
}
.post-type-archive-product .products>li {
    float: left;
    width: 100% !important;
    margin: 0 30px 30px 0 !important;
    padding: 10px !important;
    min-height: 500px;
}
.product-template-default .single.single-product #main {
    padding: 10px 0 0 !important;
}
.product .images .flex-viewport {
    width: 400px !important;
    height: 100% !important;
    margin: 0 auto;
}
.product .images .flex-viewport img{ width: 100vw; height: 100%; object-fit: cover; }
.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    width: 25% !important;
}
.woocommerce-product-gallery .flex-control-thumbs{ height: auto; }
.last_row .holder a {
    padding: 1px 10px;
}
.lslide h2 {
    margin: 0;
    font-size: 12px !important;
}
span.sku_wrapper {
    font-size: 10px;
}
.container h2{ font-size: 20px; }
ul#lightSlider {
    min-height: 120px !important;}
.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 20px;
    padding: 0;
    text-align: center;
}
.single.single-product #main {
    padding: 10px 0 0 !important;
}
.single.single-product .product_tablink{ font-size: 14px; }
.fusion-fullwidth.fullwidth-box.fusion-parallax-none.nonhundred-percent-fullwidth.non-hundred-percent-height-scrolling .text_d a{ padding-left: 25px; }
#boxed-wrapper {/* padding: 20px; */}
/*category*/
.ruvati_category_heading_sec h1 {
   font-size: 24px;
    line-height: 30px;}
.ruvati_custom_att_wrap {
    padding: 20px;
}
.ruvati_custom_att {
    margin: 0;
}
.ruvati_custom_single_att {
    width: 100%;
    display: inline-block;
    margin: 0 0 20px 0;
}
.ruvati_custom_att_wrap a.shop_all{ display: block; margin-left: 0; }
.ruvatiattr_color_demo_sec2 {
    width: 100%;
    display: inline-block;
    padding-left: 0;
    float: right;
    margin: 20px 0;
}
.ruvatiattr_color_demo_sec1 {
    width: 100%;
    display: inline-block;
    padding-right: 0;
}
.lower_sec2 {
    height: 210px;
    text-align: center;
}
.ruvatiattr_color_demo{ margin:0; }
.text_upper_sec1 {
    font-size: 32px;
    font-family: "GilroyLight" !important;
    font-weight: 400 !IMPORTANT;
    padding-left: 10px;
    line-height: 41px;
    padding-top: 0;
    height: 110px;
    margin-bottom: 30px;
}
.lower_sec2 span{ margin: 14px 5px; }
.ruvati_custom_att_wrap .shop_by {
    font-size: 36px;}
h4.ruvati_category_heading{ font-size: 40px; }
.ruvati_custom_att_wrap .font-weight900 {
    font-size: 36px;
    font-family: "GilroyBold" !important;
}
/*category*/
.tp-mask-wrap{ text-align: center; }

.post-type-archive-product p.woocommerce-result-count{ margin:0; }
.woocommerce-ordering:before{ margin: 10px 10px 0 0; }
.post-type-archive-product select.orderby-custom{ margin: 0 0;}
.ruvati_ordering_wrapper:after {
    content: "Show";
    margin-right: 5px;
    float: left;
    margin: 40px 10px 0 0;
    position: absolute;
    left: 0;
}
select#per_page {
    height: 20px;
    color: #545252;
    border: 1px solid #acacac;
    float: left;
    margin: 0 52px 30px 52px;
    font-size: 11px;
    background: #f3f1f1;
}
/*.tax-product_collection select.orderby-custom{ margin:10px 0; }*/
.tax-product_collection p.woocommerce-result-count{ margin:0; }
.tax-product_collection .products>li {
    float: left;
    width: 100% !important;
    margin: 0 30px 30px 0 !important;
    padding: 10px !important;
    min-height: 500px;
}
/*added on -11-09-19*/
.grid.tinyMasonryLoaded > div {
    width: 100% !IMPORTANT;
}
.grid.tinyMasonryLoaded .gridItem img {
    padding: 3px;
    height: 300px;
    object-fit: cover;
    margin-bottom: 10px;
}
.ruvati_style_gallery_all {
    margin: 50px 10px !important;
}
/*added on -11-09-19*/
.col-sm-4.commit-left.col-md-offset-2 {
    padding: 20px;
}
.col-sm-6.commit-right {
    padding: 20px;
    height: auto;
    margin-bottom: 0;
}
.commit-right p{ width: 100% !important; }

.ruvatiattr_color_demo{ padding: 20px; }
.fusion-copyright-content{ display: none; }

}
.fusion-main-menu ul li a span.fusion-menu-description{
    display: none;
}


.fusion-column-wrapper .title-heading-left {
    text-transform: uppercase;
    color: #000000 !IMPORTANT;
    font-family: 'GilroyBold' !important;
    margin-bottom: 30px !IMPORTANT;
    font-weight: bold !important;
    letter-spacing: 0.99px !IMPORTANT;
    border-bottom: 1px solid #ddd;
    display: block;
    padding: 10px 0 !IMPORTANT;
    position: relative;
    transition-property: color,background-color,border-color;
    transition-duration: .2s;
    transition-timing-function: linear;
    cursor: pointer;
    font-size: 18px !IMPORTANT;
    width: 100%;
}
.fusion-column-wrapper .title-heading-left:before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 2px;
    width: 100px;
    height: 3px;
    background: #efddcb;
}
.fusion-column-wrapper ul.fusion-carousel-holder{
    min-height: 420px;
}
.fusion-column-wrapper .fusion-carousel-wrapper{
    min-height: 430px;
}
.fusion-image-wrapper .fusion-rollover{
    background: none !important;
}

.fusion-search-field.search-field label{
    margin-bottom: 0;
}
a.blue_filled_box:hover {
    color: #d6ecf6;
}
button.catshop.catshopbtn2 a {
    color: #fff;
}
button.catshop.catshopbtn2:hover{
        border: 2px solid #0085ef;
        background: #0085ef;
        color: #fff;
}
p {
    font-size: 18px;
    /*color: #000;*/
    font-family: "PT Sans" !IMPORTANT;
    font-weight: 400 !IMPORTANT;
    line-height: 23px;
   
}
h2{
    font-family: "PT Sans" !IMPORTANT;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0px;
    font-style: normal;
    font-size: 46px;
   
}
h4{
   
    font-size: 25px;
    color: #000;
    font-family: "PT Sans" !IMPORTANT;
    font-weight: 400 !IMPORTANT;
    margin-bottom: 0px !IMPORTANT;
}
.ruvati_ordering_wrapper .woocommerce-ordering {
    position: relative;
    margin-right: 70px;
}
.ruvati_ordering_wrapper .woocommerce-ordering:before{
    margin:5px 10px;
}
.ruvati_ordering_wrapper select#per_page {
    height: 29px;
    border: 1px solid #d2d2d2;
    background: transparent;
    margin: 0;
}
.ruvati_ordering_wrapper:after {
    content: "Show";
    margin-right: 5px;
    float: left;
    margin: 0;
    position: absolute;
    right: 140px;
    top: 5px;
    left: inherit;
}
select.orderby-custom {
    color: #545252 !IMPORTANT;
    font-size: 11px;
}
.products li a.button {
    background: none repeat scroll 0 0 #00AEEF;
    border-radius: 0;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    display: inline-block;
    float: right;
    padding: 7px 12px;
    color: #fff;
}
.fusion-text.about_banner {
    height: 500px;
}
.fusion-text.about_banner p{
    display: none !important;
}
.page-id-194 .fusion-text.about_content p {
    text-align: left !important;
    margin-bottom: 50px;
    margin-top: -20px;
}
.page-id-194 .fusion-column-wrapper img{
 width: 100%;
 /*height: 400px;*/
     object-fit: cover;
}
.page-id-194 h4{
        font-size: 25px !important;
    color: #000;
    font-family: "PT Sans" !IMPORTANT;
    font-weight: 400 !IMPORTANT;
    margin-bottom: 0px !IMPORTANT;
}
.page-id-194 p{
    margin-top: 20px;
}
._retailer img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border: 1px solid #c9c5c5;
    padding: 5px;
}
h4._retailer_name {
    font-size: 14px;
    text-transform: capitalize;
}
.shop_table{
    margin-top: 20px;
}
.shop_table th{
    font-family: "PT Sans" !IMPORTANT;
}
.product-info{
    font-family: "PT Sans" !IMPORTANT;
}
.shop_table thead tr th{
    padding-top: 15px;
}

.add_cart {
    float: right;
    margin-right: 8px;
}
.add_cart a {
    min-width: 100px;
    margin: 0 0 7px;
    background: transparent;
    border: 1px solid #0099df;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    font-family: 'GilroyBold';
    color: #000000;
    text-align: center;
}
.page-id-194 .fusion-column-wrapper .about-top-text h1.title-heading-left{
    font-size: 60px !important;
    text-transform: capitalize !important;
    line-height: 66px !important;
    font-family: "GilroyLight" !important;
    font-weight: 100 !important;
}
.page-id-194 .fusion-column-wrapper .about-top-text h1.title-heading-left:before{
    display: none;
}
.page-id-194 .fusion-column-wrapper .about-top-text h1.title-heading-left {
    font-size: 60px !important;
    text-transform: capitalize !important;
    line-height: 66px !important;
    font-family: "GilroyLight" !important;
    font-weight: 100 !important;
    margin: 30px 0 0!IMPORTANT;
    text-align: center;
    color: #343435 !IMPORTANT;
    padding-bottom: 50px !IMPORTANT;
    border-top: 1px solid #ececf1;
    padding-top: 50px !IMPORTANT;
        border-bottom: 1px solid #ececf1;
}
.fusion_view_details a.button {
    background: none repeat scroll 0 0 #00AEEF;
    border-radius: 0;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    display: inline-block;
    float: right;
    padding: 7px 12px;
    color: #fff;
}
@media (max-width: 480px){
.fusion-body .products li{
    width: 100% !important;
    height: 560px;
}
.ruvati_ordering_wrapper select#per_page {
    height: 29px;
    border: 1px solid #d2d2d2;
    background: transparent;
    margin: 20px 0 0 62px;
    width: 145px;
}
.ruvati_ordering_wrapper:after {
    content: "Show";
    margin-right: 5px;
    float: left;
    margin: 0;
    position: absolute;
    right: inherit;
    top: 52px;
    left: 12px;
}

.page-id-194 .fusion-fullwidth.fullwidth-box.nonhundred-percent-fullwidth.non-hundred-percent-height-scrolling,
.page-id-25259 .fusion-fullwidth.fullwidth-box.nonhundred-percent-fullwidth.non-hundred-percent-height-scrolling,
.page-id-37176 .fusion-fullwidth.fullwidth-box.nonhundred-percent-fullwidth.non-hundred-percent-height-scrolling,
.page-id-30933 .fusion-fullwidth.fullwidth-box.nonhundred-percent-fullwidth.non-hundred-percent-height-scrolling{
    margin-left: 0;
    margin-right: 0;
}
.page-id-194 h4 {
    font-size: 13px !important;}
.page-id-194 .fusion-carousel .fusion-carousel-item {
    display: block;
    float: left;
    padding: 10px;
    border: 1px solid #ccc;
    min-height: 200px !IMPORTANT;
    height: 437px;
}

.page-id-194 .fusion-column-wrapper .about-top-text h1.title-heading-left{
    font-size: 34px !important;
    line-height: 40px !important;
    padding: 10px 0 !important;
}
select#per_page {
    height: 29px;
    border: 1px solid #d2d2d2;
    background: transparent;
    margin: 20px 0 0 62px;
    width: 145px;
}
.woocommerce-ordering:before {
    margin: 10px 10px 0 0;
}
#sidebar{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
main#main.site-main {
    width: 100% !important;
    display: inline-block;
    padding: 20px !important;
}
.has-sidebar #sidebar {
    order: 0 !important;
    margin-top: 20px !important;
    margin-left: 14px !important;
}
.pswp.pswp--supports-fs.pswp--open.pswp--notouch.pswp--css_animation.pswp--svg.pswp--animated-in.pswp--zoom-allowed.pswp--visible {
    z-index: 999999;
}
.vendor_register {
    padding: 20px;
}
.ask_enable{
    left: 0 !important;
}
body:not(.page-id-30) .fusion-content-boxes{background: #000000a8;}
.font-weight900 {
    font-size: 26px;}
.text_upper_sec1 {
    font-size: 24px;}
/*.general_headding {
    padding-left: 0;
}*/
.fusion-title.title.fusion-title-1.fusion-title-text.fusion-title-size-one.about-top-text.fusion-border-below-title h1{font-size: 34px !important;
    line-height: 40px !important;
    padding: 10px 0 !important;
}
.fusion-imageframe{ margin: 0 auto;
    text-align: center;
    display: block !important;}
.about-wrap {
    padding: 0 20px;
}
/*.about-wrap .fusion-layout-column {
    width: 27%!important;
    margin: 10px !important;
    min-height: 51px;
    border: 1px solid red;
}*/
.fusion-body .about-wrap .fusion-layout-column{
    width: 27%!important;
    margin: 10px !important;
    min-height: 55px;
}
ul.page-numbers {
    width: 100%;}
.fusion-press-lists .fusion-layout-column.fusion-spacing-yes.fusion-one-sixth {
    width: 100% !important;}
.page-template-Isenberg_PressMentions #main .fusion-row .ruvati_category_heading_sec h1 {
    line-height: 40px;
    color: #343435;
    font-size: 34px;
}
.rs-parallax-wrap {
    text-align: center;
}
.about-wrap-slide li.fusion-carousel-item{ padding: 0 20px !important; }
/*.fusion-layout-column .fusion-column-wrapper{ padding: 0 20px !important; }*/
/*.logged-in #main{ padding: 0 20px !important; border: 10px solid red }*/
.gf_browser_chrome.gform_wrapper {
    padding: 0 20px;
}
/*div{ border: 10px solid red 480}*/
}
/*responsive end*/
.sidebar .widget li {
    margin: 0;
    padding: 0;
    display: block;
    padding: 5px 0;
    border-bottom: 1px solid #f2f1f1;
}
.sidebar .widget li:last-child{
    border: 0;
}

#sidebar {
        padding-left: 0 !IMPORTANT;
    padding-right: 20px !IMPORTANT;
}
ul#sidebar > li {
    padding: 15px;
    box-shadow: 0 0 6px #dadada;
    background: #fff;
    color: #666;
    list-style: none;
}
ul#sidebar h2.widgettitle {
    border-bottom: 1px solid #ccc;
    background: url(images/widget-title-bg.png) no-repeat scroll left center transparent;
    border-bottom: 1px solid #DADADA;
    font-size: 16px !important;
    font-weight: normal !important;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-top: 0;
    font-family: "GilroyLight" !important;
}
ul#sidebar input[type='checkbox']{
    float: left;
    margin: 3px 8px 0 0;
}

.fusion-sidebar-right {
display: none;
}
.image-up{
width: 77%;
display: inline-block;
}
.search p.woocommerce-result-count {
display: none;
}
p.woocommerce-result-count.count_prod {
    display: inline-block !IMPORTANT;
}
.fusion-mobile-menu-design-modern.hide_navigation {
    display : none;
}
img.attachment-blog-large.size-blog-large.wp-post-image {
    margin-bottom: 30px;
    border: 1px solid #ccc;
    padding: 10px;
}
.about-top-text h1.title-heading-left {
    font-size: 60px !important;
    text-transform: capitalize !important;
    line-height: 66px !important;
    font-family: "GilroyLight" !important;
    font-weight: 100 !important;
    margin: 30px 0 0!IMPORTANT;
    text-align: center !important;
    color: #343435 !IMPORTANT;
    padding-bottom: 50px !IMPORTANT;
    border-top: 1px solid #ececf1;
    padding-top: 50px !IMPORTANT;
    border-bottom: 1px solid #ececf1;
}
.about-top-text h1.title-heading-left:before{
    display: none;
}
.fusion-fullwidth.fullwidth-box.fusion-builder-row-1.nonhundred-percent-fullwidth.non-hundred-percent-height-scrolling {
    margin-left: calc(-100vw / 2 + 500px / 2);
    margin-right: calc(-100vw / 2 + 500px / 2);
}
.fusion-fullwidth.fullwidth-box.fusion-builder-row-1.nonhundred-percent-fullwidth.non-hundred-percent-height-scrolling .fusion-row{
    max-width: 100% !important;
}
    .ask_enable {
        display: block !Important;
        position: absolute;
        left: 30.5%;
        top: 48%;
    }
    .new_btn_section {
        margin: 50px 0 15px;/*50px 0*/;
    }
    .add_cart {
        float: right;
        margin-right: 8px;
        margin-top: 68px;
    }
    .product .summary.entry-summary{
        position:relative;
    }
    a.ext_have_questoin:hover {
        border: 1px solid #0099df;
        background: #fff;
        color: #0099df;
    }
    .faq_block .ask_enable.mainhave_a_quest {
        display:none !important;
    }
    .faq_block .ask_enable {
            width: 180px;
        top: 65px;
        text-align: center;
    }
    .pro_tab_cont h2 {
        text-align: right;
        height: 38px;
        font-size: 0;
    }
    .pro_tab_cont h2 {
        visibility: visible;
        display:block !important;
        position:relative;
    }
    .faq_block p{
        margin-top:0;
    }
    .faq_block h2 a.ask_enable{
        display: block !Important;
        position: absolute;
        left: inherit;
        top: 20%;
        right: 0;
    }
    #form-faq-main{
        margin-top:8px !important;
    }

    /*wc_product_filter jquery.ui.css */
    .ui-helper-hidden {
    display: none;
}


.Wpf_widget h4 {
    padding-right: 0px !important;
}


.wfp_toggle_widget {
    float: right;
    height: 49px;
    line-height: 49px !important;
    width: 50px;
    text-align: center;
    cursor: pointer;
}


span.color_skin {
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 50%;
     float: left;
     margin:0 10px;
}

ul.Wpf_widget_content.wpf_pa_colour_list li {
    overflow: hidden;
}
input#wpf_pa_colour {
    float: left;
}
.bx-wrapper {
    position: relative;
    margin: 0 auto 60px;
    padding: 0;
    *zoom: 1; 
}
.bx-wrapper img {
    max-width: 100%;
    display: block;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}
.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(images/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}
.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000;
}
.bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
    background-position: 0 0;
}
.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    text-indent: -9999px;
    z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}
.bx-wrapper .bx-controls-auto {
    text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(images/controls.png) -86px -11px no-repeat;
    margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(images/controls.png) -86px -44px no-repeat;
    margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}
.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
   /* background: #666\9;*/
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}
.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
}
/* lightbox.css */
body.lb-disable-scrolling {
  overflow: hidden;
}



ul li{
    font-size: 18px;
    /*color: #000;*/
    font-family: "PT Sans" !IMPORTANT;
    font-weight: 400 !IMPORTANT;
    line-height: 23px;
}
body.term-30.layout-wide-mode #main .fusion-row{    max-width: 1100px!important;}
h2.collection_name{
    margin-bottom: 0px;
}
.single #content{
    padding-bottom: 30px !Important;
    /*padding-top: 30px !Important;*/
}  
.page #content{
    padding-bottom: 30px !Important;
}  
.single.single-product .pro_tab_cont h2,.custom_propanel_1, span.question-symbol, span.answer-symbol{
    display: none !Important;   
}
.shop_attributes {
    margin-top: 13px;
}
.pro_tab_cont[aria-labelledby="tab-title-questions"]{
    padding-top:0px;
}
.fusion-column-wrapper .title-heading-left, .fusion-title{
    margin-bottom: 0px!important;
}

.asKQuestion{
    cursor: pointer;
}
@media screen and (max-width:1024px){

.col-sm-4.commit-left.col-md-offset-2 {
    margin-left: 0%!important;
    width: 50%!important;
}
.commit-right p{
    width:100%!important;
}
}
@media screen and (min-width:800px) and (max-width:869px){
    body.has-sidebar #main .sidebar {
        width: 30%!important;
    }
    #primary #main {
        padding: 0px 0 0 !important;
    }
    .archive.woocommerce.woocommerce-page main#main.site-main {
        width: 70%!important;
    }
    .products>li {
        width: 46% !important;
        margin-right: 15px!important;
    }
}  

@media screen and (min-width:475px)  and (max-width:800px){
    .archive.woocommerce.woocommerce-page aside#sidebar{
        padding-right: 0px!important;
    }
    .archive.woocommerce.woocommerce-page main#main.site-main{
        padding:0px!important;
    }
}
@media screen /*and (min-width:800px) */ and (max-width:475px){
    .archive.woocommerce.woocommerce-page aside#sidebar{
        padding-right: 20px!important;
    }
    .general_headding {
        padding-left: 0px!important;
    }
}
@media only screen and (max-width: 768px){
    .find_retailer_wrpar{
        padding-top: 13%;
    }
    .hero_section .parallax-inner{
        height: 610px!important;
        width: 100%!important;
        background-size: contain!important;
    }
    .hero_section .fusion-layout-column:not(.fusion-flex-column){
        
    margin-top: 94px!important;
    margin-bottom: 94px!important;
    }
  body .about-wrap .fusion-layout-column{
        margin-bottom: 20px!important;
    }
    .page-id-194 h4 {
        font-size: 14px !important;
    }
    .fusion-carousel .fusion-carousel-item .fusion-image-wrapper{
        min-height: 167px;
    }
    .col-sm-4.commit-left.col-md-offset-2{
        width: 100%!important;
    }
}

@media screen and (max-width:500px){
.fusion-carousel .fusion-carousel-item .fusion-image-wrapper {
    min-height: 125px;
}
.fusion-carousel-item-wrapper h2.collection_name{
    font-size: 24px!important;
    line-height: 1.2!important;
}

}
@media screen and (max-width:375px){
    .ruvati_ordering_wrapper .woocommerce-ordering{
        margin-right: 0px!important;
    }

    .fusion-body .products li {
        height: 500px;
    }
}
.single-product .product_meta {
    color: #0099df;
    font-size: 22px;
}

.single-product .woocommerce-Price-amount.amount{
    width: auto;;
}
#custom-bg {
    margin-bottom: 12px;
}
#custom-bg img{
    border: 2px solid rgba(0,0,0,0.1);
    border-radius: 50%;
}
.testimonials {
    border-bottom:1px solid #ccc;
    margin-bottom: 25px;
}
.mutetext.title{
    font-size: 22px;
    font-weight: 500;
    color: #0099df;
}
body.error404 #main{
    padding-top: 50px!important;
    padding-bottom: 50px!important;
}
@media (min-device-width: 1200px){
.single-product .ywcfav-video-content iframe {
 height: 100% !important;
}
}
.post-content.woocommerce-product-details__short-description {
    display: none;
}

body.single-product .tc_video_slide.nslick-slide.nslick-current.nslick-active .product_video_iframe {
    height: 575px!important;
}

@media (max-width: 767px){
    a.retailerLink {
        width: 32% !important;
    }
    .find_retailer_wrpar_single_page ._retailers a {
        width: 100%;
    }
    .btn_type_border {
        padding: 0 8px;
        margin: 4px 4px 4px;
    }
}