/*
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.   ***************/

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';
    src: url(fonts/Roboto-Regular.ttf);
} 

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



:root{
    --family :'Roboto' ;
    --family-bold :'Roboto-Bold';
    --color: #3165f1;
}

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;
}



/****************************************/
.header-top {
    border-bottom: 1px solid #eaeaea;
}
.top-info .item {
    float: left;
    color: #fff;
    font-size: 15px;
    padding: 0px 15px;
}
.top-info .item i {
    margin-right: 10px;
}

li.html.custom.html_topbar_left {
    color: #000;
    font-size: 17px;
}

.mxh-footer a {
    padding: 5px;
    text-align: center;
    width: 35px;
    height: 35px;
    display: inline-block;
    /* border-radius: 50%; */
    margin: 0px 5px;
    color: #fff;
    line-height: 25px;
    /* border-left: 1px solid; */
    text-align: center;
    border: 1px solid;
}
/*.mxh-footer a.class-1{
    background: #3A589D;
}
.mxh-footer a.class-2{
    background: #2478BA;
}
.mxh-footer a.class-3{
    background: #FC0000;
}*/

input#woocommerce-product-search-field-0 {
    height: 35px;
    /* background: #fff !important; */
    border-radius: 5px;
    color: #000;
}

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

.header-nav-main  > li {
    padding: 0px 10px;
}
.header-nav-main  > li a {
  font-size: 18px;
  color: #000;
  font-weight: 400 !important;
  font-family: var(--family) !important;
}
.header-nav-main > li.active a,
.header-nav-main > li:hover a {
  color: var(--color);
}


.nav-dropdown-default {
    padding: 0px;
    border: 0px;
}
.nav-dropdown  li {
   border-bottom: 1px solid #eaeaea;
   padding: 5px 0px;

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



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


.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;margin-top: 5px;}

.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;
    color: var(--color) !important;
}


.nav-dropdown .nav-dropdown-col>ul{
    border: 1px solid #d2d2d2;
    margin-top:-34px;
    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 a{
    font-weight: 500;
    color: #fff;
    font-family: var(--family) !important;
}

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

.title-mau h2{
    color: var(--color);
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 20px;
}
.custom-heading strong {
    background-color: #fff;
    padding-right: 50px;
}
.custom-heading {
    background-color:#3165f1;
    line-height: 33px;
    font-size: 27px;
}

a.button.primary.is-outline.lowercase {
    border: 1px solid var(--color);
    color: var(--color);
    font-weight: 400;
}



.price del span.amount {
    margin-bottom: 10px;
    color: #000;
}
.price span.amount,
.price ins span.amount {
    color: #FF0000;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}

.product-small.box {
    border: 1px solid #eaeaea;
}



.name.product-title a {
    font-size: 16px;
    font-weight: 500;
    margin: 10px 0px;
    line-height: 25.5px;
    color: var(--color);
}



h5.post-title.is-large {
    margin: 15px 0px;
}
h5.post-title.is-large:hover{
    color: var(--color);
}


.row-contact-lh .col {
    padding-bottom: 0px !important;
}

.row-contact-lh .wpcf7-submit {
    background: var(--color) !important;
    font-weight: 400;
}
 
.owl-dots {
    position: absolute;
    left: 50%;
    margin: 25px auto;
}

.owl-dot.active {
    background: var(--color);
}
.owl-dot {
    background: #fff;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    float: left;
    margin: 0px 5px;
}

.owl-nav .owl-next,
.owl-nav .owl-prev{
    position: absolute;
    top: 40%;
}
.owl-next {
    right: -3%;
}
.owl-prev {
    left: -3%;
}

.owl-nav .owl-next i,
.owl-nav .owl-prev i {
    font-size: 20px;
    color: #000;
}


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

.post-sidebar.large-3.col {
    padding: 0px;
}

.col-divided {
    border-right: 0px solid #ececec;
}
.row-divided>.col+.col:not(.large-12) {
    border-left: 0px solid #ececec;
}
.category-custom-page .col.post-item {
    padding: 0px 0px 20px;
}

.shop-page-title.category-page-title.page-title,
.page-title.shop-page-title.product-page-title {
    background-color: #f0f0f0;
    margin-bottom: 20px;
}
.single .page-title.shop-page-title.product-page-title {
    margin-bottom: 30px;
}

.page-title.shop-page-title .page-title-inner {
    padding-top: 0px;
    min-height: 0px;
}


.blog-archive .image-cover {
    padding-top: 75% !important;
}

.post_related .box-blog-post,
.blog-archive .box-blog-post {
    border: 1px solid #eaeaea;
}

.post_related .box-blog-post .box-text,
.blog-archive .box-blog-post .box-text {
    padding: 10px;
}
.blog-archive .box-blog-post h5 {
    color: #000;
    margin: 10px 0px;
}
.post_related p.from_the_blog_excerpt,
.blog-archive p.from_the_blog_excerpt {
    height: 70px;
}



h1.entry-title {
    font-size: 23px;
    line-height: 28px;
    color: #000;
    font-weight: 600;
}




.widget-title {
    display: block;
    text-transform: uppercase;
    padding: 15px;
    font-size: 16px !important;
    font-family: var(--family-bold) !important;
    background: var(--color);
    color: #fff;
}

.widget_categories ul,
.product-categories {
    width: 100%;
    border: 1px solid #ddd;
}
.widget_categories ul li,
.product-categories li {
    padding: 0px 10px;
}
.widget_categories ul li a,
.product-categories li a {color: #000}

.widget_categories ul li.current-cat.active a,
.product-categories li.current-cat.active a {
    color: var(--color);
    font-weight: 400
}
.product-categories li:hover {
    background: #ddd;
}


.product-info .price span.amount {
    font-size: 24px;
}



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


.page-wrapper.page-left-sidebar,
.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) !important;
    color: #000;
    font-weight: 600;
}

.breadcrumbs a,
.woocommerce-breadcrumb a {
    color: var(--color);
    font-weight: 300;
    text-transform: none;
}
.breadcrumbs {
    color: #000;
    font-weight: 300;
    padding: 10px;
    text-transform: none;
    font-family: var(--family) !important;
 }

 .woocommerce-result-count,
 .woocommerce-ordering {
    display: none;
 } 


 

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

.footer-1{
    background:#F5F5F5;
    color: #000;
}



.logo-footer img {
    margin-bottom: 25px;
}

.home-footer .icon i {
    color: #fff;
    font-weight: 600;
    font-size: 17px;
}

.title-footer {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
    display: inline-block;
}
.list-contact,
.menu-footer {
    margin-top: 50px;
}

.list-contact p  {
    color: #000;
    margin-bottom: 5px;
}
.list-contact p span {
    font-weight: 600;
}

.list-contact li {
    float: left;
    width: 50%;
}
.menu-footer li:before{
    content: "\f105";
    position: absolute;
    left: 0px;
    font-family: FontAwesome;
}

.menu-footer li a{
    color: #000;
    transition: all .4s;
    margin-bottom: 10px;
    font-size: 14px;
    padding-left: 10px;
}

.menu-footer li > a:hover{
    transform: translateX(15px);
    background-color: transparent;
    color: var(--color)
}

.home-footer .mxh-footer {
    margin: 15px 0px;
}
.home-footer .mxh-footer a {
    color: #000;
    border: 1px solid #000;
    border-radius: 50%;
}


.absolute-footer {
    display: none;
}

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






@media only screen and (max-width: 991px) {
    
}

@media only screen and (max-width: 767px) {
     
    .blog-archive .post-item {
        width: 33.3% !important;
        float: left;
    }
    .col-inner.text-right {
        text-align: left !important;
    }
    .list-contact,
    .menu-footer {
        margin-top: 15px;
    }
    .custom-heading {
        background: #fff !important;
        font-size: 21px;
        text-align: center;
    }

 
}

@media only screen and (max-width: 500px) { 
    .blog-archive .post-item {
        width: 50% !important;
        float: left;
    }

}




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


}

