/*
Theme Name: Flatsome
Theme URI: http://flatsome.uxthemes.com/
Author: UX-Themes
Author URI: http://www.uxthemes.com/
Description: Multi-Purpose Responsive WooCommerce Theme
Version: 3.3.4
Text Domain: flatsome
License:
License URI:
*/

/***************
All custom CSS should be added to Flatsome > Advanced > Custom CSS,
or in the style.css of a Child Theme.
***************/
.slider-nav-light .flickity-prev-next-button svg, .slider-nav-light .flickity-prev-next-button .arrow { 
    border-radius: 50%;
    background: linear-gradient(124deg, #ff2400, #e81d1d, #e8b71d, #e3e81d, #1de840, #1ddde8, #2b1de8, #dd00f3, #dd00f3);
    background-size: 1800% 1800%;

-webkit-animation: rainbow 18s ease infinite;
-z-animation: rainbow 18s ease infinite;
-o-animation: rainbow 18s ease infinite;
  animation: rainbow 18s ease infinite;}

@-webkit-keyframes rainbow {
    0%{background-position:0% 82%}
    50%{background-position:100% 19%}
    100%{background-position:0% 82%}
}
@-moz-keyframes rainbow {
    0%{background-position:0% 82%}
    50%{background-position:100% 19%}
    100%{background-position:0% 82%}
}
@-o-keyframes rainbow {
    0%{background-position:0% 82%}
    50%{background-position:100% 19%}
    100%{background-position:0% 82%}
}
@keyframes rainbow { 
    0%{background-position:0% 82%}
    50%{background-position:100% 19%}
    100%{background-position:0% 82%}
}
.vt03 .tabbed-content .nav-tabs>li {
    margin: 0 8px!important;
    margin-bottom: 0px!important;
}
.vt03 .nav-tabs>li>a {
    border: #ec2a8c solid 1px!important ;
    border-bottom: #fff solid 0px!important ;
    background: #ffeaf4!important;
    border-radius: 5px 5px 0 0;
}
.vt03 .nav-tabs>li.active>a{
    border: #ec2a8c solid 2px!important ;
    border-bottom: #fff solid 0px!important ;
    background: #ffeaf4!important;
    margin-bottom: -3px!important;
}
.vt03 .nav-tabs+.tab-panels {
    border: none !important;
    border-radius: 0px !important;
    background: #fff !important;
    padding: 0px !important;
}
.vt03 .tab-panels .panel.active {
    display: block !important;
    border: 2px solid #ec2a8c !important;
    border-radius: 5px !important;
    background: #ffeaf4 !important;
    padding: 30px 30px 20px 30px !important;
}
.vt03 .tabbed-content .nav-tabs>li:nth-of-type(2)>a {
    border: #00adef solid 1px!important ;
    border-bottom: #fff solid 0px!important ;
    background: #ebf6fe!important;
}
.vt03 .tabbed-content .nav-tabs>li:nth-of-type(2).active>a{
    border: #00adef solid 2px!important ;
    border-bottom: #fff solid 0px!important ;
    background: #ebf6fe!important;
    margin-bottom: -3px!important;
}
.vt03 .tab-panels .panel:nth-of-type(2).active {
    display: block !important;
    border: 2px solid #00adef !important;
    border-radius: 5px !important;
    background: #ebf6fe !important;
    padding: 30px 30px 20px 30px !important;
}
.tabbed-content .nav-tabs>li:nth-of-type(3)>a {
    border: #ffd526 solid 1px!important ;
    border-bottom: #fff solid 0px!important ;
    background: #fffbec!important;
}
.vt03 .tabbed-content .nav-tabs>li:nth-of-type(3).active>a {
    border: #ffd526 solid 2px!important ;
    border-bottom: #fff solid 0px!important ;
    background: #fffbec!important;
    margin-bottom: -3px!important;
}
.vt03 .tab-panels .panel:nth-of-type(3).active {
    display: block !important;
    border: 2px solid #ffd526 !important;
    border-radius: 5px !important;
    background: #fffbec !important;
    padding: 30px 30px 20px 30px !important;
}
.vt03 .tabbed-content .nav-tabs>li:nth-of-type(4)>a {
    border: #8BC34A solid 1px!important ;
    border-bottom: #fff solid 0px!important ;
    background: #ddedcb!important;
}
.vt03 .tabbed-content .nav-tabs>li:nth-of-type(4).active>a {
    border: #8BC34A solid 2px!important ;
    border-bottom: #fff solid 0px!important ;
    background: #ddedcb!important;
    margin-bottom: -3px!important;
}
.vt03 .tab-panels .panel:nth-of-type(4).active {
    display: block !important;
    border: 2px solid #8BC34A !important;
    border-radius: 5px !important;
    background: #ddedcb !important;
    padding: 30px 30px 20px 30px !important;
}
#wide-nav .flex-right {
    display: none!important;
}
.woocommerce-tabs ul li a{
    color: #000!important;
    font-size: 16px !important;
}
.woocommerce-tabs ul li{
    margin: 0 5px !important;
    background: #f3f3f3;
    padding: 0 20px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    border: solid 2px #c41e12!important;
    border-top: none!important;
    padding-bottom: 15px;
}
footer.entry-meta{
    display: none!important;
}
@media screen and (min-width: 1250px){
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
        width: 1190px!important;
    }
}
@media screen and (max-width: 850px){
    .vt03 .tabbed-content .nav-tabs>li {
        margin: 0 5px !important;
        margin-bottom: 0px !important;
    }
}
@media screen and (max-width: 567px){
    .vt03 .tab-panels .panel.active {
        padding: 25px 15px 15px 15px !important;
    }
    .vt03 .nav-tabs>li>a, .vt03 .nav-tabs>li{
        width: 80vw;
        text-align: center;
        display: block;
    }
}