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

@font-face {
    font-family: 'UTM';
    src: url(fonts/UTM-A&S-Signwriter.ttf);
}



:root{
    --family :'Montserrat' !important;
    --family-utm:'UTM' !important;
    --color: #fbd2d3;
    --color-hover:#eb5886;
}






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


.top-like {
    margin-top: 45px;
}
.header-top .flex-row.container {
    margin-bottom: -30px;
    margin-top: -30px;
}
li.cart-item a {
    color: #000;
}

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


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

.header:not(.transparent) .header-bottom-nav > li:hover{
    background: var(--color-hover);
    border-radius: 5px;
}
.header:not(.transparent) .header-bottom-nav > li:hover a {
    color: #fff;
}

.nav-dropdown-default {
    padding: 0px;
    border: 0px !important;
}
.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;
    text-transform: uppercase !important;
    font-family: var(--family) !important;
}

.nav-dropdown li:hover {
    background: var(--color-hover);
}

.nav-dropdown-default .nav-column li:hover>a,
.nav-dropdown.nav-dropdown-default>li:hover>a {
    color: #fff;
}


.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: #fff;
}

.sidebar-menu.no-scrollbar ul li a{
    font-weight: 700;
    color: #000;
    font-family: var(--family) !important;
}



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

.title-home h1 {
    font-size: 40px;
    font-family: var(--family-utm) !important;
}

p.name.product-title a {
    color: #000;
    overflow: hidden;
    height: 32px;
    margin: 10px 0px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}
h5.post-title:hover,
p.name.product-title a:hover{
    color: var(--color-hover);
    font-family: var(--family-bold) !important;
}

.owl-nav {
    float: right;
    top: 0%;
}
.owl-prev {
    float: left;
    left: -50px;
}
.owl-next {
    float: right;
    right: -50px;
}
.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;
}
.home-partner .owl-prev, 
.home-partner .owl-next {
    top: 50%;
}

.home-customer .box-text.text-left {
    background: #fff;
    text-align: justify;
    font-size: 13px;
    padding: 20px;
    margin-top: -25px;
    margin-left: 25px;
}   
.home-customer  .box-text i {
    font-size: 40px;
    display: block;
    color: #d58688;
    margin-top: -37px;
}

.owl-nav i {
    font-size: 40px;
    display: block;
    color: #d58688;
}


.about-us-4 .row {
   margin-bottom: -4%;
}

.box-info-contact {
    margin-left: -20px;
}
.box-heading-contact {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    border-right: 1px solid #ededed;
    height: 120vh; 
    padding: 0;
}

.box-heading-contact iframe {
    height: 120vh!important;
}

.wrapbox-content-page-contact .col-inner {
    padding: 50px;
}
.box-info-contact li {
    margin-bottom: 30px;
    list-style: none;
}
.wpcf7-submit {
    background: var(--color) !important;
}

/************************************************/
.nav-pagination>li>a {
    border: 2px solid var(--color);
}
.nav-pagination>li>.current, 
.nav-pagination>li>span:hover, 
.nav-pagination>li>a:hover{
    background-color: var(--color);
    font-family: var(--family) !important;
    border: 0px;
}
.post_related .badge-inner {display: none;}

.blog-archive h5 {
    text-transform: uppercase;
    margin-bottom: 10px;
}


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


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

.widget-title {
    background: var(--color);
    color: #fff;
    display: block;
    padding: 15px;
    font-family: var(--family) !important;
}
.flatsome_recent_posts ul {
    border: 1px solid #eaeaea;
    padding: 5px;
}

.entry-content.single-page {
    color: #000;
    text-align: justify;
}

.product-categories {
    border: 1px solid #eaeaea;
}
.product-categories li a {
    padding-left: 15px !important;
    color: #000;
    text-transform: uppercase;
}
.product-categories li:hover {
    background: var(--color-hover);
}
.product-categories li:hover a {
    color: #fff;
}
.product-info ins span.amount,
.product-info span.amount {
    color: #f00;
}
.product-info del span.amount {
    color: #000;
}

.woocommerce-tabs .tab-panels {
    max-height: 230px;
    overflow-y: scroll;
}

.woocommerce-tabs li a {
    color: #000;
    font-size: 17px;
}

.custom-product {
    margin-bottom: 20px;
}
.custom-product .featured-box {
    margin-bottom: 15px;
}
.custom-product .featured-box h3 {
    font-size: 14px;
    margin-bottom: 0px;
}
.custom-product .featured-box p {
    font-size: 12px;
}

.nav-line>li.active>a:before, 
.nav-line>li:hover>a:before {
    opacity: 0;
}

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


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

/***************************************************/
.absolute-footer {
    display: none;
}


.title-footer h3 {
    padding-bottom: 5px;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
}

.home-footer input.wpcf7-text{
    float: left;
    width: 62%;
    height: 40px;
}

.home-footer .wpcf7-submit{
    background: #d2988d !important;
    height: 40px;
}
.share-kn li {
    float: left;
    padding-right: 10px;
}
.share-kn li a {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 3px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    line-height: 30px;
    border-radius: 50%;
}
.share-kn .share-1 a {
    background: #3c5a99;
}
.share-kn .share-2 a {
    background: #ff0000;
}
.content-footer p{
    color: #000;
    font-size: 14px;
    margin-bottom: 
}

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




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

}

@media only screen and (max-width: 767px) {
    .home-footer input.wpcf7-text {
        float: left;
        width: 59%;
        height: 40px;
    }

}

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




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


}

