/*
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.   ***************/
.quantity.buttons_added {
    display: none !important;
}
a.button-continue-shopping.button.primary.is-outline {
    color: #fff;
    background-color: #0066ff;
    border: 1px solid #0066ff;
}
button.button.primary.mt-0.pull-left.small {
    background-color: #33CC00;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
}
a.checkout-button.button.alt.wc-forward {
    background-color: #FF0000;
    border-radius: 15px;
    box-shadow: 2px 2px 5px #ddd;
}
.page-checkout h3.widget-title {
    color: #ff6600;
}


div#customer_details {
  border: 3px dashed #e5101d;
  padding: 15px;
  border-radius: 15px;
}

.cart-wrapper.sm-touch-scroll {
  border: 3px dashed #e5101d;
  padding: 15px;
  border-radius: 15px;
}

.cart_totals.calculated_shipping {
    border: 3px dashed #e5101d;
    padding: 15px;
    border-radius: 15px;
}

form.checkout_coupon.mb-0 {
    background-color: #eaeaea;
    padding: 20px;
    border: 3px dashed #ff6600;
}

.woocommerce-billing-fields h3 {
    color: #303030;
}

button#place_order {
    background: #FF0000;
}

h3#order_review_heading {
    color: #303030;
}

.page-checkout span.woocommerce-Price-amount.amount {
    color: #FF0000;
}

@font-face {
    font-family: 'Roboto',sans-serif;
    src: url(fonts/Roboto-Medium.ttf);
} 

@font-face {
    font-family: 'Roboto-Bold' ,sans-serif;
    src: url(fonts/Roboto-Bold.ttf);
}



:root{
    --family :'Roboto',sans-serif;
}
:root{
    --family-bold :'Roboto-Bold',sans-serif;
}



body{
    font-size: 15px !important;
    font-family: var(--family) !important;
    overflow: hidden;
}
h1,h2,h3,h4,h5,h6,p,ul,li,a{
    color: #000;
    font-family: var(--family) !important;
}


p.category.uppercase.is-smaller.no-text-overflow.product-cat.op-7,
.is-divider,
.entry-category,
.display-product a.quick-view,
a.quick-view.quick-view-added {
    display: none;
}

:root {
  --background: #008338;
  --color:#126cb5;
}



/****************************************/

input.search-field {
    margin: 0;
    margin-bottom: 0;
    height: 40px;
    border: 1px solid #e7e8ed;
    outline: none;
    box-shadow: none;
}
.searchform .button.icon {
    background: var(--color);
    color: #fff;
    font-size: 16px;
    padding: 0 25px;
    text-transform: uppercase;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.cart-item a i,
.cart-item a .header-cart-title,
.primary-contact-info a {
    color: var(--color);
    font-weight: 600;
}
.account-item a.nav-top-link,
.account-item a i,
.account-item a .header-account-title {
	color:var(--color);
}

/************************************/

.header-bottom {
    box-shadow: 0 4px 2px -2px rgb(0 0 0 / 10%);
}

.header:not(.transparent) .header-bottom-nav > li a {
  color: var(--color);
  font-size: 15px;
  font-family: var(--family) !important;
}

.header:not(.transparent) .header-bottom-nav > li {
    padding: 6px 5px;
}

.header-bottom-nav > li.menu-item:hover {
    background: var(--color);
}

.header-bottom-nav > li.menu-item:hover a {
    color: #fff;
}

.nav-dropdown-default {
    padding: 0px;
}
.nav-dropdown  li {
    border-bottom: 1px solid #eaeaea;
    background: #fff !important;
}

li.current-dropdown>.nav-dropdown{
    left: 0px;
}


.nav-column.nav-dropdown-default>li>a,
.nav-dropdown.nav-dropdown-default>li>a { 
    padding: 5px 10px;
    display: block;
    border-bottom: 0px;
    color: var(--color) !important;
    font-weight: 600;
}


.nav-dropdown-default .nav-column li:hover,
.nav-dropdown.nav-dropdown-default>li:hover{
    background: var(--color)!important;
}

.nav-dropdown-default .nav-column li:hover>a,
.nav-dropdown.nav-dropdown-default>li:hover>a {
    color: #fff !important; 
}
.nav-dropdown-has-arrow li.has-dropdown:after,
.nav-dropdown-has-arrow li.has-dropdown:before {
    display: none;
}
.nav-dropdown>li.nav-dropdown-col{display:block}

.nav-dropdown{border:1px solid #ddd; padding:0;}

.nav-column.nav-dropdown-default>li>a,
.nav-dropdown .nav-dropdown-col>a,
.nav-dropdown li a{
    font-weight:normal !important;
  text-transform:none !important;
  font-size:15px;
   font-weight:500
}


.nav-dropdown .nav-dropdown-col>ul{
    border: 1px solid #d2d2d2;
    margin-top:-30px;
    box-shadow: 2px 2px 5px #828282;
    display:none;
    position: absolute;
    left: 100%;z-index: 9;
    background: white;
    min-width: 240px;
}

.nav-dropdown>li.nav-dropdown-col{width:100%;border-right:0}

.nav-dropdown .nav-dropdown-col .menu-item-has-children {
   margin-top: 0px;
}

.nav-dropdown .nav-dropdown-col>ul li a{
    padding:10px;  text-transform: none;color:black
}

.nav-column.nav-dropdown-default li.menu-item-has-children ul{
    border: 1px solid #d2d2d2;
    margin-top: -40px;
    box-shadow: 2px 2px 5px #828282;
    display:none;
    position: absolute;
    left: 100%;z-index: 9;
    background: white;
    min-width: 240px;
}

.nav-column.nav-dropdown-default li.menu-item-has-children:hover >ul,
.header-nav li.nav-dropdown-col:hover >ul{display:block !important}





.header-button a {
    background: var(--color) !important;
    color: #fff;
    font-weight: bold;
}
.sidebar-menu.no-scrollbar {
    background: var(--color);
}
.sidebar-menu.no-scrollbar ul li i {
    color: #fff;
}
.sidebar-menu.no-scrollbar ul li a{
    font-weight: 500;
    color: #fff;
    font-family: var(--family) !important;
}

.sidebar-menu.no-scrollbar ul.children {
    background: var(--color);
}
.sidebar-menu.no-scrollbar ul.children li {
    border-bottom: 1px solid #fff;
}

/********************************************************/

.onsale {
    background: var(--color);
    padding: 5px;
    border-radius: 5px;
    color: #fff;
}
.product-small.box:hover .add_cat{
    opacity: 1;
}

.add_cat {
    position: absolute;
    left: 30%;
    top: -120px;
    opacity: 0;
    transition: all 150ms ease-in-out;
}
.add_cat a {
    background: var(--background);
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
}
.product-news span.amount,
.product-nb span.amount {
    font-weight:300;
    color: #757575;
    font-style: italic;
    text-decoration: underline;
    margin-top: 3px;
}
.product-news .add_cat {
    top: 70px;
    left: -50%;
}

.header-notification {
    position: relative;
    margin: 10px 0;
    text-align: center;
    padding: 10px;
    border: 2px solid #e9a100;
    font-weight: 700;
}
.header-notification p {
    margin: 0;
}
.home-menu {
    box-shadow: 3px 6px 6px rgb(0 0 0 / 8%);
    border: 1px solid #e1e1e1;
}
.home-menu .title-menu {
    font-size: 12px;
    background: #f8f7f5;
    padding: 12px 20px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.title-home {
    margin: 10px 0px;
}

.title-home h2 {
    text-transform: uppercase;
}

p.name.product-title a {
    color: #000;
    margin: 10px 0px;
    font-size: 20px;
    font-weight: 600;
}
h5.post-title:hover,
p.name.product-title a:hover{
    color: var(--color);
}

.infomation-product {
    margin-top: 15px;
}

.product-news .infomation-product ul li {
    padding: 0px;
    margin: 0px;
    font-size: 12px;
}

.Product-tab .infomation-product,
.product-nb .infomation-product {display: none;}

.product-news .infomation-product ul {
    overflow: hidden;
    height: 35px;
}

.product-news .infomation-product ul li {
    list-style: none;
}

.custom-product-cat .infomation-product {
    padding-left: 10px;
    overflow: hidden;
    height: 60px;
}
.custom-product-cat .infomation-product ul li {
    text-align: left !important;
    padding: 0px;
    margin: 0px 15px;
}

.product-gallery li {
    list-style: none;
}
.product-gallery li:before {
    content: "\f00c";
    margin-right: 10px;
    color: var(--color);
    font-family: "FontAwesome";
}


.taxonomy-menu ul {
   margin: 0px;
}
.taxonomy-menu ul > li {
    border: 0px solid;
    padding: 10px 15px;
    margin: 0px;
    position: relative;
    list-style: none;
}
.taxonomy-menu ul > li a {
    color: #000;
    font-size: 15px;
}
.taxonomy-menu  ul.sub-menu li:hover > a,
.taxonomy-menu ul > li:hover a{
    color: #fff;
}
.taxonomy-menu ul  li:hover {
    background: var(--color);
}

.taxonomy-menu ul li:hover ul.sub-menu {
    display: block !important;
}
.taxonomy-menu ul li:hover .icon-menu:before {
    color: #fff;
}

.taxonomy-menu li .icon-menu:before {
    content: "\f105";
    font-family: fontAwesome;
    font-size: 20px;
    color: #333;
    position: absolute;
    display: block !important;
    right: 15px;
    top: 5px;
}

.taxonomy-menu li ul.sub-menu {
    position: absolute;
    top: 0px;
    width: 100%;
    left: 100%;
    background: #fff;
    min-height: auto;
    z-index: 9999;
    display: none;
    border: 2px solid #eaeaea;
}

.taxonomy-menu  ul.sub-menu li > a {
    color: #000;
    width: 100%;
    padding: 7px 10px;
    background:none !important;
}
.custom-printing .col{
    padding: 0px 10px 30px;
}
.custom-printing .featured-box {
    background: #f8f7f5;
    padding: 20px 15px;
    height: 100%;
}


.owl-nav {
    float: right;
    top: 0%;
}
.owl-prev {
    float: left;
    left: -15px;
}
.owl-next {
    float: right;
    right: -15px;
}
.owl-prev, .owl-next {
    color: #000;
    font-size: 25px;
    line-height: 27px;
    position: absolute;
    text-align: center;
    top: 35%;
    transition: all .3s ease 0s;
    z-index: 1;
}

.row-banner {
    background-image: url(img/image.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.row-banner .cot-6-2 {
    margin: 12% 0px;
}

.row-banner .cot-6-2 .button.success {
    background: var(--background);
    padding: 10px 20px;
    color: #fff;
}

.home-customer .owl-nav {
    display: none;
}
.home-customer h3 {
    font-weight: 600;
    font-size: 16px;
}
.home-customer p {
    font-size: 13px;
}
.home-customer .star i {
    color: #f2c94c;
}
.home-customer .star {
    margin-bottom: 15px;
}

.Product-tab .nav.nav-line-bottom {
    position: relative;
    text-align: center;
    list-style: none;
    padding: 0;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 15px;
}
.Product-tab .nav.nav-line-bottom li{
    padding: 10px 15px;
}
.Product-tab .nav.nav-line-bottom li a {
    font-size: 17px;
    color: #757575;
}
.Product-tab .nav.nav-line-bottom li:hover a,
.Product-tab .nav.nav-line-bottom li.active a {
    color: #000;
}
.Product-tab .nav-line-bottom>li>a:before{
    background-color: var(--background);
}

.row-contact ul {
   margin-left: -15px;
}

.row-contact li {
    list-style: none;
}
.row-contact b {
    color: var(--color);
}
.row-contact b i {
    margin-right: 10px;
}
.row-contact h1 {
    text-transform: uppercase;
    color: var(--color);
}

.wpcf7-submit {
    border-radius: 5px !important;
    background: var(--color) !important;
    font-family: var(--family) !important;
}


/************************************************/

.blog-archive .box-blog-post.box-text-bottom {
    border: 1px solid #eaeaea;
    border-radius: 10px;
}

.post_related .image-cover,
.blog-archive .image-cover {
    padding-top: 75% !important;
}
.post_related .box-text,
.blog-archive .box-text{
    padding: 10px;
    background: #f1f1f1;
}


.post_related h5.post-title,
.blog-archive h5.post-title{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-flex: 3;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-transform: uppercase;
}
.post_related p.from_the_blog_excerpt,
.blog-archive p.from_the_blog_excerpt {
    height: 70px;
    overflow: hidden;
}

.widget-title {
    background: var(--color);
    color: #fff;
    display: block;
    padding: 10px;
    font-family: var(--family-bold) !important;
}

ul.product-categories {
    border: 1px solid var(--color);
}
.product-categories li {
    padding-left: 10px;
}
.product-categories li:hover {
    background: var(--color);
}
.product-categories li:hover a {
    color: #fff;
}

/*************************************************/

.banner-taxonomy {
    background-color: #a5cbce;
    padding: 30px 0px;
    margin: 20px 0px;
}
.content-taxonomy ul {
    margin-left: 18px;
}

.custom-product-cat .product-small.box {
    position: relative;
    width: 100%;
    text-align: center;
    display: inline-block;
    vertical-align: top; 
    -webkit-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    box-shadow: 0px 2px 6px rgb(0 0 0 / 30%);
} 
.custom-product-cat .product-small.box:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0 -2px 15px rgb(0 0 0 / 40%);
}

.custom-product-cat p.name.product-title a{
    color: var(--color);
}
.custom-product-cat p.name.product-title a:hover{
    color: var(--background);
}

.row-question .accordion .toggle {
    right: 0px !important;
    left: inherit !important;
    
}
.row-question .accordion .toggle i {
    font-size: 15px;
}
.row-question .accordion .active .acc-icon-plus,
.row-question .accordion .toggle  .acc-icon-minus {
    display: none;
}

.row-question .accordion .active .acc-icon-minus {
   display: block !important;
}

.row-question .accordion-item a {
    color: var(--color);
    font-weight: 600;
}
.row-question  .accordion-title span {
    margin-left: -5px;
    margin-right: 10px;
}
.row-question .accordion-inner span {
    float: left;
    color: #000;
    font-size: 17px;
    font-weight: 600;
}
.row-post .box-text h5 {
    color: var(--color);
    font-weight: 300;
    margin: 10px 0px;
    font-size: 14px;
}

.row-product-taxonomy .taxonomy-list li a {
    color: var(--color);
}
.row-product-taxonomy .taxonomy-list li:hover a {
    color: var(--background);
}


.product-info {
    padding: 15px 50px;
    border: 1px solid #eaeaea;
}

.product-info .single_add_to_cart_button {
    background: var(--color);
    color: #fff;
     font-family: var(--family) !important;
}

.product-info .btn-upload {
    background: var(--color);
    border-radius: 5px;
    padding: 10px;
    font-family: var(--family) !important;
}
.product-info .btn-upload:hover {
    background: var(--background);
}

.proof  {
    width: 100%;
    margin: 10px 0;
    display: -ms-flexbox;
    display: flex;
}
.proof li {
    -ms-flex: 1;
    flex: 1;
    white-space: nowrap;
    border: 1px solid #cdcdcd;
    list-style: none;
    margin: 0px;
    padding: 10px;
    text-align: center;
    font-weight: 600;
    color: #000;
    font-family: var(--family) !important;
}
.proof li.active {
    background: var(--color);
}
.proof li.active a {color: #fff;}

.content-area.page-wrapper,
.entry-content.single-page,
.tab-panels {
    text-align: justify;
    color: #000;
    font-family: var(--family) !important;
}


strong {
    font-family: var(--family-bold) !important;
    color: #000;
}
.breadcrumbs,
.breadcrumbs a,
.woocommerce-breadcrumb a {
    color: #000;
    text-transform: none;
}

/***************************************************/

.footer-1 {
    background: #f8f7f5;
    text-align: center;
    padding: 50px 0px;

}

.footer-1 .form-footer.text-center {
    width: 600px;
    margin: 0px auto;
}
.footer-1 input.wpcf7-email {
    width: 75%;
    float: left;
    height: 38px;
}
.menu-footer {
    display: flow-root;
}
.menu-footer li {
    float: left;
    padding: 0px 40px;
}
.menu-footer li a {
    color: var(--color);
    font-size: 20px;
}

.bottom-footer.text-center {
    width: 800px;
    margin: 0px auto;
}

.share-footer  li {
    display: inline-block;
    margin: 30px 0px;
    padding: 0px 15px;
}
.share-footer li a i {
    /* padding: 10px; */
    display: inline-block;
    margin-right: 3px;
    /* text-align: center; */
    vertical-align: middle;
    color: #fff;
    background: var(--color);
    font-size: 30px;
    padding: 3px;
    width: 35px;
    height: 35px;
    border-radius: 5px;
}
.share-footer li a:hover i{
    background: var(--background);
}

.bottom-footer li {
    float: left;
    padding: 0px 10px;
}
.bottom-footer li a {
    color: var(--color);
}

.menu-footer li:hover a,
.bottom-footer li:hover a{
    color: var(--background);
}

.absolute-footer {
    display: none;
}


@media only screen and (max-width: 991px) {
   .form-footer.text-center,
   .bottom-footer.text-center{
      width: 100%;
   }
}

@media only screen and (max-width: 767px) {
   
    .blog-archive .post-item {
        width: 33.3% !important;
        float: left;
    }
    .cot-3-cot {
        display: none;
    }
    .form-footer.text-center,
    .bottom-footer.text-center{
      width: 100% !important;
    }
    .Product-tab .nav.nav-line-bottom li {
        padding: 10px 9px;
    }
    


}

@media only screen and (max-width: 500px) { 
    .blog-archive .post-item {
        width: 50% !important;
    }
    .footer-1 input.wpcf7-email {
        width: 55%;
    }
    .Product-tab .nav.nav-line-bottom li {
        padding: 10px 5px;
    }
    .menu-footer li {
        float: left;
        padding: 0px 20px;
    }
}




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


}

