/*
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-Medium';
    src: url(fonts/Roboto-Medium.ttf);
}
@font-face {
    font-family: 'Roboto-Bold';
    src: url(fonts/Roboto-Bold.ttf);
}

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

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

:root{
    --family :'Roboto' !important;
    --family-Medium :'Roboto-Medium'!important;
    --family-Bold :'Roboto-Bold'!important;
    --family-Oswald :'Oswald-Bold'!important;
    --family-Merriweather :'Merriweather'!important;
    --color-hover: #c7a17a;
}



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


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

.sidebar-menu.no-scrollbar{
    background: var(--color-hover);
} 
.sidebar-menu.no-scrollbar li a {
    color: #fff;
    font-family: var(--family-Bold);
}
.sidebar-menu.no-scrollbar li .toggle {
    color: #fff;
}

.header-wrapper.stuck .header-nav-main li a {
    color: #000;
}
.header-nav-main li {
    padding: 0px 10px;
}
.header-nav-main li a {
    color: #fff;
    font-size: 16px;
    font-family: var(--family-Oswald) !important;
}
.header-nav-main li.active a,
.header-nav-main li:hover a {
    color: var(--color-hover);
}

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

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

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


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

.cart-item a  {
    color: #fff;
}

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

.title-home h2 {
	font-size: 35px;
	font-family: var(--family-Oswald);
}
.title-home p {
	color: var(--color-hover);
	font-size: 17px;
    font-family: var(--family-Merriweather);
}

p.name.product-title a {
    font-family: var(--family-Oswald);
    color: #000;
    font-size: 20px;
    margin:15px 0px;
}
p.name.product-title a:hover {
    color: var(--color-hover);
}
span.amount,
ins span.amount {
    font-size: 20px;
    font-weight: 400 !important;
    color: var(--color-hover);
    font-family: var(--family-Oswald);
}
del span.amount {
    font-size: 20px;
    color: #cfcfcf;
    font-weight: 400 !important;
    font-family: var(--family-Oswald);

}

h5.post-title.is-large {
    font-family: var(--family-Oswald);
    margin: 20px 0px;
    font-size: 20px;
}
h5.post-title.is-large:hover {
    color: var(--color-hover);
}

.product-small.box:hover .add-cat{
    display: block !important;
}

.add-cat{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 115px;
    width: 100%;
    background-color: var(--color-hover);
    text-align: center;
    line-height: 50px;
    -moz-transition: all .45s ease;
    -webkit-transition: all .45s ease;
    -o-transition: all .45s ease;
    -ms-transition: all .45s ease;
    transition: all .45s ease;
    display: none;
    text-transform: uppercase;
}
.add-cat a {
    color: #fff;
    font-family: var(--family-Oswald);
}
.add-cat a i {
    margin-right: 10px
}

.sec-silder h3 {
	font-size: 45px;
	font-family: var(--family-Oswald);
}
.sec-silder p {
	font-size: 17px;
	font-family: var(--family-Oswald);
}

.sec-silder .button.primary {
	background: transparent;
	border: 2px solid #fff;
	padding: 5px 20px;
}

.edgtf-title-with-number .edgtf-twn-number {
    color: var(--color-hover);
    font-style: italic;
    margin: 0 15px 0 0;
    vertical-align: middle;
    display: inline-block;
    text-transform: none;
    font-size: 60px;
    letter-spacing: -3px;
    font-weight: 400;
    vertical-align: baseline;
}
.edgtf-title-with-number {
	font-family: var(--family-Oswald);
	font-size: 25px;
	text-transform: uppercase;
}

.sec-application .section-bg {
    background-attachment: fixed !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 500px;
}
.sec-application .row {
    margin-top: 5%;
}

.sec-application p.edgtf-section-subtitle {
    font-family: var(--family-Merriweather);
    font-size: 17px;
}
.sec-application h2 {
    font-family: var(--family-Oswald);
    text-transform: uppercase;
    font-size: 30px;
}
.sec-application h2:after {
    content: "";
    display: block;
    clear: both;
    width: 100px;
    padding-top: 20px;
    border-bottom: 2px solid #fff;
}
.sec-application .button.primary {
    background: var(--color-hover);
    font-family: var(--family-Oswald);
    padding: 10px 40px;
}
.sec-product {
    margin-top: 5%;
}

.sec-try .cot-6-1 {
    background-image: url(img/home-1.jpg);
    background-size: 100%;
}
.sec-try .cot-6-1 .col-inner {
    padding: 50px 30px;
}

.edgtf-pp-text-cell h2 {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    font-family: var(--family-Oswald);
}
.edgtf-pp-text-cell p {
    color: #fff;
}
.sec-try .cot-6-1 .button.primary {
    color: #fff;
    font-family: var(--family-Oswald);
}

.sec-try .col {
    padding: 0px;
}
.sec-menu .title-home h2 {
   color: #fff;
}
.edgtf-cml-price-holder h3,
.edgtf-cml-title-holder h3 {
    color: #fff;
    font-size: 25px;
    font-family: var(--family-Oswald);
}

.edgtf-cml-line {
    height: 3px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    display: table-cell;
    width: 98%;
    z-index: 1;
    position: relative;
    bottom: 2px;
    border-bottom: 1px solid rgba(255,255,255,.25);
}
.edgtf-cml-title-holder {
    display: table-cell;
    width: 1%;
    white-space: nowrap;
    padding-right: 5px;
}
.edgtf-cml-price-holder {
    display: table-cell;
    width: 1%;
    padding-left: 7px;
    white-space: nowrap;
}

.edgtf-cml-bottom-holder {
    position: relative;
    top: 5px;
}
.edgtf-cml-description-holder {
    color: var(--color-hover);
    float: left;
    width: 70%;
    line-height: 1.2em;
}
.edgtf-cml-label-holder {
    float: right;
    position: relative;
    width: 30%;
    text-align: right;
}
 .edgtf-cml-label-holder .edgtf-cml-label {
    background-color: var(--color-hover);
    color: #fff;
    font-family: var(--family-Merriweather);
    font-style: italic;
    padding: 3px 13px;
    text-align: center;
}


.btn-view-menu a {
    background: var(--color-hover);
    color: #fff;
    padding: 10px 30px;
    text-transform: uppercase;
    font-family: var(--family-Oswald);
}

.sec-about .featured-box h3 {
    font-family: var(--family-Oswald);

}

.sec-news .post-meta {
    color: var(--color-hover);
    font-family: var(--family-Merriweather);
    font-style: italic;
    margin-bottom: 10px;
    font-size: 17px;
}
.sec-news .button {
    color: var(--color-hover);
    font-family: var(--family-Merriweather);
    font-size: 15px;
    border: 0px;
    padding: 0px;
    margin: 0px;
}
.sec-news .button:after{
    content: "\f178";
    font-family: "FontAwesome";
    padding-left: 10px;
}

.menu-menu h3{color: #000}

.sec-contact .wpcf7-form .col {
    padding: 0px 10px 10px;
}

.sec-contact input.wpcf7-form-control {
    height: 55px;
    font-style: italic;
    background: #f6f4ef;
    color: var(--color-hover);
    font-family: var(--family-Merriweather);
}
.sec-contact textarea.wpcf7-textarea {
   background: #f6f4ef;
}
.sec-contact textarea::placeholder,
.sec-contact input::placeholder {
   color: var(--color-hover);
}
.sec-contact .wpcf7-submit {
    background: var(--color-hover) !important;
    color: #fff !important;
    font-style: normal !important;
    padding: 10px 25px !important;
}

/*******************************************/
.archive.category .header-wrapper {
    background-image: url(img/shop-title-area.jpg);
    background-size: 100%;
}
.archive.category .header-bg-container.fill{
    position: unset !important;
}

.widget .widget-title {
    color: #000;
    margin-bottom: 20px;
    display: inline-block;
    font-family: var(--family-Oswald);
}
.widget_product_categories li a,
.recent-blog-posts a {
    font-family: var(--family-Merriweather);
}
.widget_product_categories li:before {
    content: "\f0da";
    font-family: "FontAwesome" !important;
    color: var(--color-hover);
}
.recent-blog-posts a:hover,
.widget_product_categories li:hover a{
    color: var(--color-hover);
}

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

.blog-archive .box-text{
    padding: 10px;
    background: #f1f1f1;
}
.post_related .box-text-bottom {
    padding: 10px;
    border: 1px solid #eaeaea;
}



.woocommerce-tabs .product-tabs li a {
    color: #000;
    font-size: 17px;
    background: transparent !important;
    font-family: var(--family-Oswald) !important;
}
.woocommerce-tabs .product-tabs li:hover a,
.woocommerce-tabs .product-tabs li.active a {
    color: var(--color-hover);
}
.tab-panels strong {
    font-family: var(--family-Oswald) !important;
}
table.woocommerce-product-attributes.shop_attributes {
    border: 1px solid #eaeaea;
}
table.woocommerce-product-attributes.shop_attributes tr th,
table.woocommerce-product-attributes.shop_attributes tr td{
    padding: 15px 25px;
    border-right: 1px solid #efefef;
}

.product_list_widget .del span.amount,
.product_list_widget span.amount, 
.product_list_widget ins span.amount {
    font-size: 15px;
}

/*****************************************/
.absolute-footer {
    display: none;
}
.title-footer h3 {
    text-transform: uppercase;
    font-family: var(--family-Oswald);
    color: #fff;
    margin: 20px 0px;
}
.post-footer ul li {
    margin: 0px;
    padding: 10px 0px;
    border-bottom: 1px solid rgba(168,164,161,.25);
}
.post-footer ul li a {
    color: #fff;
    font-size: 16px;
    font-family: var(--family-Merriweather);
}
.post-footer ul li span {
    color: var(--color-hover);
    font-style: italic;
    font-family: var(--family-Merriweather);
}

.edgtf-wh-holder-inner br {
    display: none;
}
.edgtf-wh-holder-inner .edgtf-wh-day {
    padding-right: 6px;
    display: table-cell;
    width: 1%;
    white-space: nowrap;
    font-family: var(--family-Merriweather);
    font-size: 15px;
    line-height: 45px!important;
    color: #fff;
    text-transform: uppercase;
}
.edgtf-wh-holder-inner .edgtf-wh-hours {
    padding-left: 7px;
    display: table-cell;
    width: 1%;
    white-space: nowrap;
    color: #acacac;
    font-family: var(--family-Merriweather);
    font-size: 13px;
    line-height: 45px;
}
.edgtf-wh-holder-inner .edgtf-wh-line {
    height: 3px;
    display: table-cell;
    width: 98%;
    z-index: 1;
    position: relative;
}
.edgtf-wh-line .edgtf-wh-line-inner {
    display: block;
    border-bottom: 1px solid rgba(168,164,161,.25);
}

.address-1 p,
.content-contact {
    color: #acacac;
    font-family: var(--family-Merriweather);
}
.address-1 h4 {
    color: #fff;
    text-transform: uppercase;
    font-family: var(--family-Oswald);
}

.content-form input.wpcf7-email {
    background: #000;
    color: #acacac;
    border: 1px solid;
    float: left;
    width: 60%;
}
.content-form .wpcf7-submit {
    float: left;
    background: var(--color-hover);
    font-family: var(--family-Oswald);
}
@media only screen and (max-width: 991px) {
    .header-button a {
        background: #fff !important;
        color: var(--color-hover) !important;
        border-radius: 5px;
    }
    h5.post-title.is-large {
        font-size: 17px;
    }

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

@media only screen and (max-width: 500px) {
    .blog-archive .post-item {
        width: 50% !important;
        float: left;
    }
    .sec-application .section-bg {
        height: 600px;
    }
    .edgtf-cml-price-holder h3,
    .edgtf-cml-title-holder h3 {
        font-size: 18px;
    }

}

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


}