/*
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.   ***************/
body {
	max-width: 100%;
	overflow: hidden;
}
/* */
body.nav-dropdown-has-border .nav-dropdown {
    border: none;
    padding: 0;
}
body.nav-dropdown-has-border .nav-dropdown a {
    margin: 0 !important;
    border-radius: 0;
}
.post_comments  {
    display: none;
}
.page-title-bar {
    padding: 15px 0;
    background: #000;
}
.page-title-bar .title {
    margin-bottom: 0;
}
.page-title-bar * {
    color: #fff;
}
/* Sidebar */

.post-sidebar.col.left-sidebar {
    padding-right: 0;
}
#shop-sidebar .widget-title,
#product-sidebar .widget-title,
.post-sidebar .widget-title  {
    display: block;
    font-size: 20px;
    color: #000;
    margin-bottom: 10px;
}
.widget>ul>li+li, ul.menu>li+li {
    border-top: none;
}
#shop-sidebar .is-divider,
#product-sidebar .is-divider,
.post-sidebar .is-divider {
    display: none;
}
#shop-sidebar .widget,
#product-sidebar .widget,
.post-sidebar .widget {
    
}
.product_list_widget,
.post-sidebar .widget .recent-blog-posts {
    padding: 10px;
}
#shop-sidebar .widget ul.menu li > a,
#product-sidebar .widget ul.menu li > a,
.post-sidebar .widget ul.menu li > a {
    display: block;
    padding: 8px 10px;
}
#product-sidebar .widget ul.menu li > a:before,
.post-sidebar .widget ul.menu li > a:before {
    content: "\f105";
    font-family: 'fl-icons' !important;
    font-size: 15px;
    margin-right: 10px;
    color: #000;
    font-weight: bold;
}

.widget_layered_nav li {
    display: block;
}
.widget_layered_nav li a {
    display: inline-flex !important;
    align-items: center !important;
    position: relative;
    padding-left: 22px !important;
}
.widget_layered_nav li a:before {
    content: '';
    font-size: 12px;
    color: #222;
    width: 15px;
    height: 15px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #ddd;
    display: inline-block;
    margin-right: 5px;
    font-family: FontAwesome;

    position: absolute;
    top: 50%;
    left: 0;
    margin: 0;
    margin-top: -7.5px;
}
.widget_layered_nav li.chosen a::before, 
.widget_layered_nav li:hover a::before {
    content: '\f00c';
    color: #dc0021;
    font-size: 12px;
    border-color: #dc0021;
    line-height: 15px;
    text-align: center;
    font-family: FontAwesome;
    border-radius: 3px;
    position: absolute;
    display: block;
    top: 0;
    width: 15px;
    height: 15px;
    opacity: 1;
    top: 50%;
    border: 1px solid #ddd;
    background: none;
}
/* */

/* */
.product-small.box ins *,
.product-small.box .price > .amount * {
    color: red;
    font-size: 16px;
}
.product-small.box del * {
    color: #333;
}
.product-small.box .product-title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 22px;
    height: 44px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    color: #333;
    margin-bottom: 10px;
}
.product-small.box:hover .product-title a {
    color: var(--primary-color);
}
.product-small.box del * {
    text-decoration: line-through;
}

.col-info-1 .price ins {
    font-size: 32px;
}
.col-info-1 .price del {
    text-decoration: none;
}
.col-info-1 .price del * {
    font-size: 18px;
    color: #686868;
    text-decoration: line-through;
    opacity: 1;
}
.col-info-2 h1.product-title {
    font-size: 22px;
}
.col-info-2 .price ins {
    font-size: 20px;
}
.col-info-2 .price del {
    text-decoration: none;
}
.col-info-2 .price del * {
    font-size: 16px;
    color: #686868;
    text-decoration: line-through;
    opacity: 1;
}
.col-info-2 .btn_cart {
    display: block;
}
.col-info-2 .btn_cart a {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
}
.col-info-2 .post-item .box-text {
    padding-bottom: 0;
}
.col-info-2 .post-item .is-divider {
    display: none;
}
.product-short-description {
    font-size: 14px;
}
.product-short-description ul li {
    list-style: none;
    margin-left: 0;
    margin-bottom: 6px;
}
.product-short-description ul li:before {
    content: '\f058';
    font-family: FontAwesome;
    color: var(--primary-color);
    margin-right: 10px;
}
.tag_pro {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
}
.tag_pro li {
    width: 25%;
    list-style: none;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 0 !important;
}
.tag_pro li a {
    display: block;
    border: 1px solid #ddd;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    padding: 5px;
}
.tag_pro li a:before {
    content: '';
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-right: 5px;
    border: 1px solid #C4C4C4;
    border-radius: 100%;
}
.btn_cart a {
    text-transform: uppercase;
    padding: 12px 10px;
    line-height: normal;
    height: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 2px;
    width: calc(50% - 5px);
    margin-right: 10px;
    text-align: center;
    color: #FFF;
    background: #00A3FF;
    font-weight: 700;
    font-size: 14px;
}
.btn_cart a:last-child {
    margin-right: 0;
}
.btn_cart a span {
    text-transform: none;
    font-weight: normal;
}
a.devvn_buy_now_style {
    width: 100%;
    margin-bottom: 10px;
    display: block;
    max-width: 100%;
    padding: 15px 0;
}
p {
    margin-bottom: 10px;
}
.woocommerce-tabs .nav > li > a {
    font-size: 16px;
}
.woocommerce-result-count, .woocommerce-ordering {
    display: none;
}


/* Sticky sidebar will be hidden initially */
.col-info-2  {
    
}
.col-info-2 > .col-inner {
    
}
/*.product-small.box .box-image img {
    height: 200px;
    object-fit: cover;
}*/
/* */
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}
.pulse {
    transition: all 150ms linear 0s;
    animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

blockquote {

    font-size: 110%;
    color:#666;

    margin: 0 auto;
    border-left:0px;
    margin-left: 20px;
    padding-bottom: 50px;
}
blockquote h1 {
    font-size: 3rem;
}
blockquote p {
    font-style: italic;
    margin-bottom: 0;
}
blockquote p::before,
blockquote p::after {
    content: "“";
    font-family: Georgia;
    font-size: 6rem;
    margin: -3rem 0 0 -4rem;
    position: absolute;
    opacity: 0.5;
    color:var(--primary-color);
}
blockquote p::after {
    content: "”";
    margin: -2rem -3rem 0 0;
}
blockquote cite {
    font-size: 1.5rem;
}
/* */
.hotline_header a {
    display: inline-flex;
    align-items: center;
    margin-right: 27px;
}
.hotline_header a i {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #BA2D00;
    border-radius: 100%;
    border: 1px solid #BA2D00;
    margin-right: 9px;
}
.hotline_header a>span>span {
    display: block;
    font-weight: 700;
}
/* */
.title_site h2 {
    position: relative;
}
.title_site h2:before {
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background: #a64c06;
    position: absolute;
    left: 0;
    bottom: -24px;
    display: block;
}
.title_site h2:after {
    content: '';
    width: 80px;
    height: 2px;
    background: #a64c06;
    position: absolute;
    left: 15px;
    bottom: -18px;
    display: block;
}
/* */
.section3 .item a:before {
    content: "\f002";
    font-family: "Font Awesome 5 Pro";
    width: 90px;
    height: 90px;
    background: #BB0B0B;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .3s;
    opacity: 1;
}
/* */
.ses-dmsp .button span {
    display: none;
}
.ses-dmsp .button {
    width: 80px;
    height: 80px;
    line-height: 80px;
}
.ses-dmsp .button i {
    font-size: 4em;
    margin-left: 0 !important;
}

.section > .section-content > .row > .col {
    padding-bottom: 0;
}

.nav-dropdown .ux-menu.ux-menu--divider-solid .ux-menu-link:not(:last-of-type) .ux-menu-link__link {
    padding: 5px 0 !important;
    font-size: 15px;
    min-height: auto;
}

.subcategory-list {
    margin: 0 -1px;
    margin-bottom: 30px;
    overflow: hidden;
}
.subcategory-list li {
    list-style: none;
    padding: 0 1px;
    float: left;
    width: 16.666666%;
}
.subcategory-list li a {
    display: block;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    padding: 5px;
    height: 100%;
    text-align: center;
}
.subcategory-list li a:hover {
    border: 1px solid var(--primary-color);
}
.subcategory-list li a img {
    height: 70px;
    width: auto;
}
.subcategory-list li a h4 {
    font-size: 14px;
    font-weight: normal;
    height: 40px;
    line-height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 0;
}

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

.custom-tab-home > .nav > li {
    margin: 2px 25px;
}
.custom-tab-home > .nav > li a {
    font-size: 15px;
}
.count_line .item {
    margin-bottom: 32px;
}
.count_line .item .title {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-style: italic;
    margin-bottom: 5px;
    position: relative;
    padding-right
}
.count_line .item .title:after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background: #6F7071;
    position: absolute;
    right: 0;
    bottom: -5px;
}
.count_line .item .line {
    height: 7px;
    width: 100%;
    background: #EEE;
    position: relative;
}
.count_line .item .line span {
    background: #6F7071;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1;
}
.dhoa ul {
    display: flex;
    flex-wrap: wrap;
}
.dhoa ul li {
    list-style: none;
    margin-bottom: 14px;
    display: inline-block;
    width: 50%;
    color: #6F7071;
    border-left: 1px solid #6F7071;
    padding-left: 15px;
    line-height: 132.5%;
    margin-left: 0;
}
.box-img-cus .box-text {
    width: 220px;
    display: block;
}

.archive-page-header h1.page-title {
    font-size: 28px;
    text-align: left;
    margin-bottom: 0;
    color: #000;
}

.block_post {
    margin: 0 -15px;
}
.block_post .post-item {
    width: 33.3333333%;
    float: left;
    padding: 0 15px;
    margin-bottom: 30px;
}
.block_post .post-item .post-thumbnail img {
    height: 278px;
    width: 100%;
    object-fit: cover;
}
.block_post .post-item .post-cont {
    padding: 16px 18px;
    box-shadow: 1px 1px 10px rgba(27, 127, 197, .2);
}
.block_post .post-item .post-title {
    font-size: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 25px;
}
.block_post .post-item .post-excerpt {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.post-author {
    margin-bottom: 10px;
    font-size: 13px;
    color: #626262;
}
.post-author .fa {
    margin-right: 5px;
}
.block_post .post-item .read-more {
    border-top: 1px solid #D9D9D9;
    margin-top: 10px;
    padding-top: 10px;
}

.block_post .project-item {
    width: 33.3333333%;
    float: left;
    padding: 0 15px;
    margin-bottom: 30px;
}
.block_post .project-item .project-thumbnail {
    position: relative;
}
.block_post .project-item .project-thumbnail img {
    height: 400px;
    object-fit: cover;
}
.block_post .project-item .box-cont {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    background-color: #000000a8;
    display: flex;
    align-items: end;
}
.block_post .project-item .box-cont > div {
}
.block_post .project-item:hover .box-cont {
    opacity: 1;
    visibility: visible;
}
.block_post .project-item h3.project-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
}
.block_post .project-item .project-excerpt {
    color: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.project_info {
    padding: 15px 15px 15px 25px;
    border-left: 5px solid #000;
    font-size: 16px;
    border-radius: 10px;
    background: #f6f6f6;
    margin-bottom: 30px;
}
td:first-child, th:first-child {
    padding-left: 10px;
}
.row-contact input {
    margin-bottom: 0;
}
.row-contact input.wpcf7-submit {
    width: 100%;
}
.row-contact textarea {
    margin-bottom: 0;
}
.wpcf7-spinner {
    position: absolute;
}
@media (min-width: 850px) {
    .custom-tab-home > .nav {
        position: absolute;
        right: 0;
        top: 0;
    }
}
.widget li {
    position: relative;
}
.widget ul.menu > li > a {
    padding-left: 0 !important;
}
.widget .toggle {
    position: absolute;
    right: 0;
    top: 0;
}
.widget li.current-menu-item > a,
.widget li:hover > a {
    color: #ff6d00;
}

/*@media only screen and (min-width: 1024px) {
    .widget ul.menu > li {
        position: relative;
    }
    .widget ul > li.has-child:hover >.sub-menu{
        display:block !important;
    }
    .widget ul.menu ul.sub-menu {
        display: none !important;
        position: absolute;
        width: 100%; 
        left:99%;
        top: 0;
        z-index: 999;
        border: 1px solid #e1e1e1 !important;
        background: #fff;
        margin: 0;
        padding: 0;
    }
    .widget .toggle{
        transform: rotate(-90deg);
        margin-right: 10px;
    }
    .widget ul.menu>li li {
        padding: 2px 0;
        border-bottom: 1px solid #e1e1e1;
    }
}*/

@media (max-width: 820px) {
    .block_post .post-item {
        width: 50%;
    }
    .block_post .project-item .project-thumbnail img {
        height: 238px;
    }
}

@media only screen and (max-width: 480px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    .blog-archive .post-sidebar.col {
        padding: 0 15px !important;
    }
    .block_post .project-item, .block_post .post-item {
        width: 100%;
    }
    .block_post .project-item .project-thumbnail img {
        height: 350px;
    }

}
/* */
.woocommerce-tabs .tabs {
	overflow: hidden;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	padding: 15px 15px;
	margin-bottom: 15px;
}
.woocommerce-tabs .nav > li.active > a {
	background: none !important;
	color: #ff6d00;
}
.category-description-custom ul,
.term-description ul {
	margin-left: 25px;
}
.category-description-custom ul li,
.term-description ul li {	
	position: relative;
	list-style: none;
}
.term-description ul:not(.myaccount-menu) li:before,
.category-description-custom ul:not(.myaccount-menu) li:before {
    content: "";
    width: 8px;
    height: 8px;
    background-image: url(images/icon_arrow.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: -20px;
    top: 6px;
}