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


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


:root{
    --color:#db311f;
    --family : "OpenSans";
    --family-OpenSans-Semibold : "OpenSans-Semibold";
    --family-bold : "OpenSans-Bold";
}


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

h1,h2,h3,h4,h5,h6{
    color: #000;
    font-weight: 500;
    font-family: var(--family-Freight) !important;
}


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


.website-option {
    position: fixed;
    right: 7px;
    background: #fff;
    border-radius: 10px;
    width: auto;
    z-index: 150;
    bottom: 60px;
    padding-top:10px;
    border: 1px solid #f2f2f2;
	box-shadow: 5px 5px 5px 0px #eaeaea;
}

.website-option li {
    list-style: none;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 15px;
}

.website-option li:last-child {
	border-bottom:0px;
}

.website-option li a {
    border: none;
    padding: 3px;
    display: block;
    border-radius: 5px;
    text-align: center;
    font-size: 10px;
    line-height: 15px;
    color: #515151;
    font-weight: 700;
    max-width: 72.19px;
    max-height: 54px;
    text-decoration: none;
}
.website-option li a img{
    width: 36px;
    height: 36px;
    display: block;
    margin: 0px 15px;
}

.sidebar-menu.no-scrollbar li a {
    color: #000;
    font-size: 15px;
    font-family: var(--family) !important;
}
.sidebar-menu.no-scrollbar .nav-sidebar-ul {
    background: var(--color);
}

.sidebar-menu.no-scrollbar .nav-sidebar-ul li a {
    color: #fff;
}

.header-button a {background:var(--color);}


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

.header-top {
    background: url(img/bg-top.png) no-repeat;
    background-position-x: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    padding-top: 2.5px;
    padding-bottom: 2.5px;
}
.header-main {
    height: 90px;
    padding-top: 25px;
}

.phone-header a {
    color: #fff;
    font-size: 15px;
    font-family: var(--family) !important;
}

.phone-header a i {
    margin-right: 10px;
    font-size: 25px;
}

.header:not(.transparent) .header-nav-main > li {
    padding: 0px 10px;
}

.header:not(.transparent) .header-nav-main > li a {
   color: #000;
   font-size: 16px;
   font-weight: 600;
   font-family: var(--family-bold) !important;
}


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


.nav-dropdown-default {
    padding: 0px;
    background: var(--color);
}
.nav-dropdown  li {
    border-bottom: 1px solid #eaeaea;
}
.nav-dropdown  li:hover {
    background: #565e56 !important;
}

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


.header:not(.transparent) .nav-column.nav-dropdown-default>li>a,
.header:not(.transparent) .nav-dropdown.nav-dropdown-default>li>a { 
    padding: 10px 20px;
    display: block;
    font-size: 14px;
    border-bottom: 0px;
    font-weight: 300 !important;
    font-family: var(--family) !important;
}


.header:not(.transparent) .nav-column.nav-dropdown-default>li:hover{
    background: #565e56 !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 var(--color); 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 var(--color);
    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 var(--color);
    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}

.nav-right .html_topbar_right:hover {
    background: transparent !important;
}
.nav-right .html_topbar_right a {
    margin-left: 10px;
}

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

h5.post-title.is-large a {
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    font-weight: 500;
    font-family: var(--family-OpenSans-Semibold) !important;
}
h5.post-title.is-large:hover a {
    color: var(--color);
}

.date-time {
    color: rgb(51, 51, 51);
    font-size: 14px;
    font-family: var(--family) !important;
}
.date-time i {
    margin-right: 5px;
    color: var(--color);
}

.title-home {
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 15px;
}

.title-home:before {
    position: absolute;
    bottom: 0;
    width: 98px;
    height: 5px;
    left: calc((100% - 98px) / 2);
    content: '';
    background: url(img/border-title-id.png) no-repeat;
}

.title-home h2 {
    color: var(--color);
    font-size: 28px;
    font-weight: 500;
    line-height: 30px;
    font-family: var(--family-bold) !important;
}
.title-home p {
    color: rgb(91, 91, 91);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0px;
    font-family: var(--family) !important;
}


.sec-htpp .col,
.sec-taxonomy .col,
.sec-news .col {padding-bottom: 0px;}

.list-taxonomy-images .item {
    background: #fff;
    padding: 15px;
}

.list-taxonomy-images .item {
    background: #fff;
    padding: 15px;
    border-radius: 5px;
}
.list-taxonomy-images .item h4 {
    color: #000;
    font-size: 16px;
    font-family: var(--family-bold) !important;
}
.list-taxonomy-images .item:hover h4 {
    color: var(--color);
}
.list-taxonomy-images .owl-next, .list-taxonomy-images .owl-prev {
    position: absolute;
    top: 37%;
}
.list-taxonomy-images .owl-prev {
    left: -2%;
}
.list-taxonomy-images .owl-next {
    right: -2%;
}
.list-taxonomy-images .owl-nav i {
    font-size: 45px;
    color: #000;
}

.cot-6-2 {
    margin-top: 75px;
}

.list-htpp {margin-top: 30px;}

.list-htpp .item {
    float: left;
    padding-right: 15px;
    font-size: 14px;
    color: rgb(51, 51, 51);
    text-transform: uppercase;
    font-family: var(--family) !important;
}

.list-htpp .item i {
    margin-right: 5px;
    color: var(--color);
}


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

.breadcrumbs,
.breadcrumbs a {
    color: #000;
    font-family: var(--family) !important;
}



.row-divided>.col+.col:not(.large-12) {
    border-left: 0px solid #ececec;
}

.pagination-category .page-numbers  {
    color: #000;
    font-size: 15px;
    border-color: #000;
    font-family: var(--family-OpenSans-Semibold) !important
}
.pagination-category .page-number.current {
    background: var(--color);
}

.tit-post h2 {
    font-size: 16px;
    color: rgb(51, 51, 51);
    padding-bottom: 10px;
    border-bottom: 1px solid #dadada;
    text-transform: uppercase;
    font-family: var(--family-bold) !important;
}
.blog-post-category .item-category {
    border-bottom: 2px dotted #8c8c8c;
    padding-top: 20px;
    margin-bottom: 20px;
}
.blog-post-category h3 {
    color: #000;
    font-size: 16px;
    line-height: 20px;
    font-family: var(--family-bold) !important;
}
.blog-post-category h3:hover {
    color: var(--color);
}

.blog-post-category .blog-description {
    margin-bottom: 5px;
    color: #000;
    font-family: var(--family) !important;
}

.btn-post span {
    background: var(--color);
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
    padding: 5px 15px;
    font-family: var(--family-bold) !important;
}

.btn-post:hover span {
    background: #000;
}


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

.widget_product_categories .product-categories,
.widget_nav_menu .menu,
.widget .textwidget {
    border: 2px solid #eaeaea;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.widget_product_categories .product-categories,
.single-news-post {
    padding: 10px;
}
.single-news-post .col {padding-bottom:10px;}

.single-news-post .item {
    border-bottom: 1px dotted #8c8c8c;
	padding-top: 10px;
}

.single-news-post h4 {
    color: #000;
    font-size: 14px;
    line-height: 25px;
    font-family: var(--family-OpenSans-Semibold) !important;
}
.single-news-post .item .cot-88 {
    padding-right: 0px;
}

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


.widget_nav_menu .menu {
    padding: 5px 10px;
}
.widget_product_categories .product-categories a
.widget_nav_menu .menu a {
    color: #000;
    font-size: 16px;
    font-family: var(--family) !important;
}
.widget_product_categories .product-categories a:hover,
.widget_nav_menu .menu a:hover {
    color: var(--color);
    font-family: var(--family-bold) !important;
}

.entry-header .entry-title {
    color: rgb(51, 51, 51);
    font-size: 15px;
    line-height: 25px;
    border-bottom: 1px solid #dadada;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-family: var(--family-bold) !important;
}

.entry-content.single-page h1,
.entry-content.single-page h2,
.entry-content.single-page h3,
.entry-content.single-page h4 {
    color: #000;
    font-size: 15px;
    font-family: var(--family-bold) !important;
}

.entry-content.single-page {
    color: rgb(91, 91, 91);
    text-align: justify;
    font-size: 14px;
    padding-top: 0px;
    font-family: var(--family) !important; 
}

.related-post h3 {
    color: rgb(51, 51, 51);
    font-size: 16px;
    text-transform: uppercase;
    font-family: var(--family-bold) !important;
}
.related-title {margin-bottom: 10px;}
.related-title a {
    color: #000;
    font-size: 15px;
    font-family: var(--family) !important;
}
.related-title a i {
    margin-right: 10px;
}

.related-title a:hover {
    color: var(--color);
}

.product-small.box .box-image {
    border: 1px solid #cccccc;
    padding: 10px;
}

.product-small.box:hover .box-image:before {
    background: rgba(236, 236, 236, 0.7);
}
.product-small.box .box-image:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(236, 236, 236, 0);
    top: 0;
    left: 0;
    z-index: 9;
    content: '';
    transition: all 0.5s ease;
}

.product-small.box .product-title a {
    color: rgb(47, 47, 47);
    font-size: 14px;
    line-height: 20px;
    font-family: var(--family) !important;
}
.product-small.box:hover .box-image {
    border: 1px solid var(--color);
}
.product-small.box:hover .product-title a {
    color: var(--color);
    font-family: var(--family-bold) !important;
}

.product-link {
    position: absolute;
    left: 38%;
    top: -310%;
    opacity: 0;
    z-index: 999;
}
.product-link a {
    background: var(--color);
    color: #fff;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 5px;
    font-family: var(--family) !important;
}
.product-small.box:hover .product-link {
    opacity: 1;
}

.page-wrapper.page-left-sidebar,
.woocommerce-tabs {
    color: #000;
    font-size: 15px;
    text-align: justify;
    font-family: var(--family) !important;
}

.page-wrapper.page-left-sidebar li {
    list-style: none;
}

.page-wrapper.page-left-sidebar h1,
.page-wrapper.page-left-sidebar h2,
.page-wrapper.page-left-sidebar h3,
.page-wrapper.page-left-sidebar h4,
.page-wrapper.page-left-sidebar strong,
.woocommerce-tabs h1,
.woocommerce-tabs h2,
.woocommerce-tabs h3,
.woocommerce-tabs h4,
.woocommerce-tabs strong {
    font-family: var(--family-bold) !important;
}

.woocommerce-tabs .product-tabs li a {
   font-size: 14px;
   color: #555;
   text-transform: uppercase;
   font-family: var(--family-bold) !important;
}
.woocommerce-tabs .product-tabs li:hover a,
.woocommerce-tabs .product-tabs li.active a {
    color: rgb(35, 82, 124);
}

.woocommerce-tabs .product-tabs {
    border-bottom: 1px solid #ddd;
}
.nav-line>li>a:before {display: none;}
.nav-line>li>a:after {
    background-color: var(--color);
    content: " ";
    height: 3px;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 40px;
    transform: translateX(-50%);
    transition: all .3s;
    width: 100%;
}
.nav-line>li.active>a:after{
    opacity: 1;
}

.row-contact .left-ct h3 {
    font-family: var(--family-bold) !important;
    text-transform: uppercase;
}
.row-contact ul li {
    list-style: none;
    margin-left: 0px;
}
.form-home-home {
    padding: 15px;
}
.form-home-home .form-submit {
    background: var(--color);
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
}

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

.logo-parner {
    padding-top: 30px;
}
.logo-parner .list-logo-parner .owl-nav {
    display: none;
}

.contact-mxh {
    background: var(--color);
    padding-top: 15px;
}
.contact-mxh .col {padding-bottom: 0px;}

.contact-mxh .textemail {
    float: left;
}
.contact-mxh .textemail p {
    color: #fff;
    margin-bottom: 0px;
    font-size: 14px;
    text-transform: uppercase;
    margin-right: 10px;
    margin-top: 7px;
    font-family: var(--family-bold) !important;
}

.contact-mxh .input-group input {
    border-radius: 5px;
    float: left;
}

.contact-mxh span#basic-addon2 {
    float: right;
    margin-top: -54px;
    margin-right: -15px;
}


.social-mxh li {
    list-style: none;
    display: inline-block;
}

.social-mxh  li a {
    width: 34px;
    height: 34px;
    display: block;
    color: var(--color);
    background: #fff;
    border-radius: 30px;
    margin-right: 5px;
    text-align: center;
    padding-top: 5px;
    transition: all 0.5s ease;
}

.footer-bottom {
    padding-top: 30px;
}

.info-bottom h3 {
    font-family: var(--family-bold) !important;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    text-transform: uppercase;
}

.info-bottom p strong {
    font-family: var(--family) !important;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: rgb(51, 51, 51);
}
.info-bottom p {
    font-family: var(--family) !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: rgb(51, 51, 51);
    margin-bottom: 0px;
}

.footer-footer {
    padding-top: 20px;
    border-top: 1px solid #e3e3e3;
}

.menu-left .item  {
   float: left;
   padding-right: 20px;
}
.Copyright-footer,
.menu-left .item  a {
    font-size: 14px;
    color: #3c3c3c;
    font-family: var(--family) !important;
}
.menu-left .item:hover  a{
    color: var(--color);
}

.absolute-footer {
   display: none;
}




@media only screen and (min-width: 1600px) {
   
}

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

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

}

@media only screen and (max-width: 500px) {
     
    .text-social.flex,
    .text-form.flex {
        display: block;
        text-align: center;
    }
    .contact-mxh .textemail {
        float: none;
        margin-bottom: 10px;
    }

}




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


}