/*
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;
}
b, strong {
    font-weight: 600;
}
.nav-spacing-xlarge>li {
    margin: 0 20px;
}
.sidebar-wrapper > li {
    margin-left: 0 !important;
}
.widget_nav_menu .menu li {
    padding: 0 20px;
    background-color: #eee;
    margin-bottom: 3px;
}
.widget_nav_menu .menu > li > a  {
    font-size: 14px;
}
.menu li.current-menu-parent,
.menu li.current-menu-item,
.menu li:hover,
.widget_nav_menu .menu li.current-menu-item,
.widget_nav_menu .menu li:hover {
    background-color: var(--primary-color);
}
.menu li.current-menu-parent a,
.menu li.current-menu-item a,
.menu li:hover a,
.widget_nav_menu .menu li.current-menu-item a,
.widget_nav_menu .menu li:hover a {
    color: #fff;
}
.product-category .box-image {
    /*background-color: #f2f2f9;*/
    padding: 0px;
    border-radius: 4px;
}
.product-category .box-image img {
    border-radius: 4px;
}

.product-small.box .box-image {
    /*background-color: #f2f2f9;*/
    padding: 8px;
    border-radius: 4px;
}
.product-small.box .box-image img {
    border-radius: 4px;
}
.woocommerce-product-gallery__wrapper {
    border: 1px solid #eee;
    padding: 10px;
}
.product-thumbnails a {
    border: 1px solid #eee;
}
.tab-panels .product-tags-list {
    margin-bottom: 0;
}
.tab-panels .product-tags-list li {
    list-style: none;
    display: inline-block;
    margin-left: 6px;
}
.tab-panels .product-tags-list li:hover a {
    text-decoration: underline;
}
.product-tags-list li:first-child {
    margin-left: 0;
}
.product-tags-list li a {
    background: #77a5d6 none repeat scroll 0 0;
    border-left: 4px solid #0068de;
    color: #fff;
    display: inline-block;
    margin: 3px 5px 3px 0;
    padding: 3px 10px;
    text-transform: capitalize;
}

.widget.widget_media_image img {
    width: 100%;
}
h1.page-title {
    text-align: left;
    font-size: 32px;
    color: #3B5F99;
    text-transform: none;
}
.taxonomy-description {
    text-align: left;
}

.category .col.post-item .box-image .image-cover {
    padding-top: 75% !important;
}
.category .col.post-item .badge {
    display: none;
}
.category .col.post-item .is-divider, 
.category .col.post-item p.from_the_blog_excerpt {
    display: none;
}
.category .col.post-item .box-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #0088ff;
    color: #fff;
    padding: 10px 15px;
}
.category .col.post-item .box-text .post-title {
    color: #fff;
}
/* */
body.nav-dropdown-has-border .nav-dropdown {
    border: none;
    padding: 0;
}
body.nav-dropdown-has-border .nav-dropdown a {
    padding: 10px !important;
    margin: 0 !important;
    border-radius: 0;
}
.post_comments  {
    display: none;
}

/* Sidebar */

/* */

/* */
.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;*/
    font-size: 20px;
}
.product-small.box .box-image img {
    height: 350px;
    object-fit: contain;
}

.slider-for {
    margin-bottom: 20px;
}
.slider-for img {
    height: 430px;
    object-fit: cover;
}
.slider-nav .slick-track {
    margin: 0 -5px;
}
.slider-nav .slider-nav-item {
    padding: 0 5px;
}
.slider-nav img {
    height: 125px;
    object-fit: cover;
    border-radius: 5px;
}
/* */
@-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;
}

.shop-page-title.category-page-title.page-title {
    display: none;
}
.page-title-bar {
    background-color: #f7fbfe;
    font-size: 14px;
}
.row-contact .col {
}
.row-contact textarea,
.row-contact input {
    background-color: #f5f5f5;
    border-radius: 4px;
    box-shadow: none;
    border: none;
    margin-bottom: 0;
}
.row-contact input.wpcf7-submit {
    display: block;
    margin: auto;
}
h1.title-single {
    font-size: 30px;
    text-transform: uppercase;
}
.text-box-content .breadcrumb {
    font-size: 14px;
}
.custom-radius .text-box-content {
    border-top-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
}
.mn_bg_cont {
    margin-bottom: 0;
}
.mn_bg_cont li {
    list-style: none;
    display: inline-block;
    position: relative;
    margin-bottom: 0;
}
.mn_bg_cont > li::after {
    content: "";
    width: .1rem;
    height: 1rem;
    background-color: rgba(255, 255, 255, .7);
    position: absolute;
    top: 5px;
    right: -12px;
}
.mn_bg_cont > li:last-child::after {
    display: none;
}

.box-cs .box-text {
    padding: 15px;
}
.box-cs:hover .box-text {
    background-color: #0088ff;
    color: #fff;
}
.box-cs:hover .box-text p,
.box-cs:hover .box-text h4,
.box-cs:hover .box-text a {
    color: #fff;
}
.woocommerce-breadcrumb.breadcrumbs {
    display: none;
}
.tab-video iframe  {
    width: 90%;
    height: auto;
    min-height: 600px;
}
.woocommerce-Tabs-panel p {
	margin-bottom: 0;
}
@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 only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    .blog-archive .post-sidebar.col {
        padding: 0 15px !important;
    }
    .slider-nav img {
        height: 80px;
    }
    .product-small.box .box-text {
        position: relative;
    }
    .product-small.box .box-image img {
        height: 200px;
    }
    .product-small.box .product-title a {
        font-size: 13px;
    }
    .tab-video iframe {
        min-height: 250px;
    }
}
.products  > .large-columns-3 {
    margin: auto !important;
}
.product-category.col:hover .box-text,
.product-small.box:hover .box-text {
    background-color: rgba(102, 156, 215, 1) !important;
}
.woocommerce-Tabs-panel table {
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}

.woocommerce-Tabs-panel table td {
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    padding-left: 10px;
}

