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

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



body{
    font-size: 15px !important;
    font-family: "Roboto" !important;
}
h1,h2,h3,h4,h5,h6,p{
    font-family: "Roboto" !important;
    color: #555;
}
p.category.uppercase.is-smaller.no-text-overflow.product-cat.op-7,
.is-divider,
.entry-category{
    display: none;
}

a.quick-view.quick-view-added {
    background-color: #ed3237;
}

.header-top {
    border-bottom: 1px solid #c1c1c1;
}

#top-bar li.html {
    color: #242424;
}

.header-top .top-bar-nav li a {
    color: #ff0000 !important;
    text-transform: uppercase;
    font-size: 14px;
}

.header-block-block-1 {
    margin-top: 15px;
}

.header-block-block-1 .featured-box{
    border-left: 1px solid #eaeaea;
    padding-left: 20px;
}

.header:not(.transparent) .header-bottom-nav.nav > li {
    padding: 0px 15px;
}
.header:not(.transparent) .header-bottom-nav.nav > li a {
  font-size: 15px;
}
.header:not(.transparent) .header-bottom-nav.nav > li:hover,
.header:not(.transparent) .header-bottom-nav.nav > li.active {
   background-color: #eb3441;
    height: 50px;
    padding-top: 7px;
}


.nav-dropdown-default {
    padding: 0px;
}
.nav-dropdown  li {
    border-bottom: 1px solid #eaeaea;
    /*background: #025ea7 !important;*/
}
.nav-dropdown-default .nav-column li>a,
.nav-dropdown.nav-dropdown-default>li>a { 
    padding: 5px 10px;
    display: block;
    border-bottom: 0px;
    color: #000!important;
    font-weight: 600;
}


.nav-dropdown-default .nav-column li:hover,
.nav-dropdown.nav-dropdown-default>li:hover{
    background: #DD0000!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;margin-top: 5%;}
.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 li:hover{background:#db0000}
.nav-dropdown-default>li:hover>a, .nav-dropdown .nav-dropdown-col>ul li:hover>a{color:white}
.nav-dropdown-default>li:hover{background:#fbae3c}
.nav-dropdown-default>li>a{border-bottom:0 !important}.nav-dropdown-has-arrow li.has-dropdown:before{border-width: 10px;
    margin-left: -10px;}
.nav-dropdown .nav-dropdown-col>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-dropdown>li.nav-dropdown-col{width:100%;border-right:0}
.nav-dropdown .nav-dropdown-col>ul li a{padding:10px;  text-transform: none;color:black}
.header-nav li.nav-dropdown-col:hover >ul{display:block !important}

/************************************************************************************/
.alert {
    background-color: #ec0000;
}
.success {
    background-color: #0099f8;
}



h5.post-title.is-large {
	color: #555;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
.price-wrapper {
    margin-bottom: 15px;
}

.price-wrapper span {
    color: #ee3237;
    font-size: 17px;
}

span.amount {
    color: #ee3237;
}

p.product-title a {
    color: #242424;
    height: 55px;
    font-size: 16px;
}

p.product-title a:hover {
  color: #ed3237;
}


.product-small.box {
    background: #fff;
    padding: 5px;
    border: 1px solid #e3e3e3;
}


.product-small.box:hover {
    box-shadow: 2px 2px 7px 3px #ccc;
}


.sec-1 {
    padding-bottom: 20px;
}

.sec-1 .col-divided {
    border-color: rgb(220, 220, 220) !important;
    border-width: 0px 1px 0px 0px;
}

.sec-2 .cot-6-2 .col-inner{
    background-color: rgb(249, 249, 249);
    border-radius: 15px;
    padding: 15px;
    border: 1px solid #eaeaea;
}

.sec-2 p.title-form {
    font-size: 17px;
}

.sec-2 input:not([type="submit"]) {
    background-color: rgba(0,0,0,0.03);
    box-shadow: none;
    border-color: rgba(0,0,0,0.09);
    color: currentColor !important;
    border-radius: 99px;
}

.sec-2 .wpcf7-submit {
    border-radius: 99px;
    background-color: #ec0000;
}

.sec-2 .button.primary {
    background-color: #ed3237;
}

.sec-3 .featured-box {
   margin: 10px 0px 10px 0px;
}
.sec-3 .featured-box p {
    font-size: 17px;
}

.sec-4 h2,.sec-4 h5,.sec-4 h6 {
    color: #fff;
    font-weight: 700;
}
.sec-5 .icon-box-text h5 {
    font-size: 14px;
}

.sec-5 .icon-box-text h6 {
    font-weight: 500;
    text-transform: inherit;
    letter-spacing: 0;
     font-size: 14px;
}
.section-title-normal {
    border-bottom: 0px;
}
.section-title-normal b {
    display: none;
}
.sec-6 .row {
    margin-bottom: 10%;
}
.sec-7  .section-content .large-6 h2 span {
    margin-right: 15px;
    margin-left: 25px;
    border-bottom: 0px;
    line-height: 25px;
    padding-bottom: 2px;
    margin-bottom: -10px;
}

.sec-7 .section-content .large-6 h2:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    height: 16px;
    background: #d52d38;
    width: 16px;
}

.sec-7 .align-middle {
    background-color: #fff;
    border: 1px solid #eaeaea;
    border-radius: 10px;
    padding:15px;
    margin-top: -10%;
    margin-bottom: -10%;
}

.sec-8 .slider-wrapper {
    margin-top: 10%;
}

.sec-9 .txt_dk_email {
    width: 30%;
    float: left;
}

.sec-9 .txt_dk_email p {
    color: #fff;
}

.sec-9 .mc4wp-form-fields {
    width: 70%;
    float: right;
}
.sec-9 .mc4wp-form-fields input.wpcf7-email {
    width: 70%;
    float: left;
    margin-right: 10px;
    height: 36px;
}

.sec-9 .mc4wp-form-fields .wpcf7-submit {
    background: #191919;
}
.sec-9 .social-icons.follow-icons {
    margin-top: 18px;
}
.sec-9 .social-icons.follow-icons a {
    color: #fff;
    border: 1px solid #fff;
}
.sec-9 .social-icons.follow-icons  span {
    color: #fff;
    font-size: 19px;
}

.contact-lh .section-title-normal {
    border-bottom: 2px solid #ececec;
}

.contact-lh .cot-6-2 .section-title-normal {
    border-color: rgba(255,255,255,0.2);
}

.contact-lh .cot-6-2 .section-title-main {
    color: #fff;
    border-color: rgba(255,255,255,0.2);
}
.contact-lh .cot-6-2 p ,.contact-lh .cot-6-2 label {
    color: #fff;
}

.contact-lh .cot-6-2 .wpcf7-submit {
    background-color: #ec0000;
}

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

/*.widget ul li+li {
	border-bottom: 1px solid #eaeaea;
}*/

.footer-1 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.footer-1 .section-title {
	display: block;
	color: #fff;
	text-align: left !important;
	padding: 0px !important;
	margin-bottom: 20px;
    font-weight: bold !important;
	font-family: "Roboto-Bold" !important;
	background: transparent !important;
    padding-bottom: 4px !important;
    border-bottom: 2px solid rgba(0,0,0,0.1);
}

.footer-1 .section-title-normal span {
    border-bottom: 2px solid rgba(255,255,255,0.2);
}

.footer-1 .section-title-normal {
    border-bottom: 2px solid #ececec;
}

.footer-1 .section-title-normal {
    border-color: rgba(255,255,255,0.2);
}

.footer-1 ul li a , .footer-1 p{
	color: #fff;
    font-size: 17px;
}

.wishlist-link {
    border: 1px solid #000;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin-right: 3px;
}
.wishlist-link i {
    display: inline-block;
    margin-top: -5px;
    font-size: 16px !important;
}

.wishlist-link:hover {
    background-color: #eb3441;
    border: 1px solid #eb3441;
}
.wishlist-link:hover i  {
    color: #fff;
}
.header-wishlist-title {
    display: none;
}


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

#main .row .large-3 {
    padding: 0 10px 10px;
}

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

.blog-archive .box-text{
	padding: 10px;
}
.post_related .box-text-bottom {
    padding: 10px;
    margin-bottom: -25%;
    border: 1px solid #eaeaea;
}
.entry-content.single-page {
    text-align: justify;
    font-size: 17px;
    color: #000;
}


.widget_product_categories .widget-title, .widget .widget-title {
	background: #eb3441;
	color: #fff;
	padding: 10px;
	display: block;
	text-align: center;
	font-family: "Roboto-Bold";
}
ul.product-categories,
ul.product_list_widget,
.flatsome_recent_posts ul {
	border: 1px solid #ececec;
}
ul.product-categories li,
.flatsome_recent_posts ul li {
	padding: 0px 10px;
}
ul.product-categories li a,
ul.product_list_widget li a,
.flatsome_recent_posts ul li a {
   color: #000;
   font-weight: 400;
}

ul.product-categories li:hover a {
	color: #211600;
	font-weight: bold;
}

h3.product-section-title,h1.product-title,ul.product-tabs li a {
	color: #211600;
	font-weight: 400;
}
.product-short-description,.tab-panels {
    text-align: justify;
    color: #000;
}


.product-gallery .product-images {
	border: 1px solid #eaeaea;
	border-radius: 10px;
}

.product-info .single_add_to_cart_button.button {
	background: #211600;
	border-radius: 10px;
	font-weight: 400;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    input.search-field::-webkit-input-placeholder ,
    .submit-button i,
    select.search_categories option { 
      color: #fff;
    }
    .wishlist-link i {
        margin-top: -10px;
        padding: 5px;
    }
    .sec-9 .txt_dk_email {
        width: 100%;
        float: none;
        text-align: center;
    }
    .sec-9 .mc4wp-form-fields {
        width: 100%;
        float: right;
    }
    .sec-9 .mc4wp-form-fields input.wpcf7-email {
        width: 60%;
    }

}