/*
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;
    font-size: 12px;
}
.title-gallery {
    text-transform: uppercase;
    font-size: 20px;
    border-bottom: 1px solid;
    color: #333;
}
.flexslider-gallery {
    margin-bottom: 0px;
}
.slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
}
.flexslider-gallery .slick-prev {
    left: 6px;
    font-size: 20px;
    color: #fff;
    background-color: #000;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.flexslider-gallery .slick-next {
    right: 6px;
    font-size: 20px;
    color: #fff;
    background-color: #000;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.row-small>.col.product-small {
    padding: 0 35px 19.6px;
}
@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;
    }
}


/* */
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;
}
.page-title-bar {
    padding: 15px 0;
    background: #000;
}
.page-title-bar .title {
    margin-bottom: 0;
}
.page-title-bar * {
    color: #fff;
}
/* Sidebar */
.post-sidebar.col.right-sidebar {
    padding-left: 0;
}
.post-sidebar.col.left-sidebar {
    padding-right: 0;
}
#shop-sidebar .widget-title,
#product-sidebar .widget-title,
.post-sidebar .widget-title  {
    display: block;
    background: #000;
    color: #fff;
    padding: 12px 20px;
}
#shop-sidebar .is-divider,
#product-sidebar .is-divider,
.post-sidebar .is-divider {
    display: none;
}
#shop-sidebar .widget,
#product-sidebar .widget,
.post-sidebar .widget {
    box-shadow: 0 0 0 1px #e1e1e1;
}
.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;
}
/* */
.blog-single .article-inner > .entry-header {
    display: 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;
    font-size: 12px;
}
.product-small.box .box-image img {
    height: 268px;
    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;
}
/* */
.ses-home {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
body .nav-spacing-xlarge>li {
    margin: 0 17px;
} 
.title-blog {
    color: #333;
    font-size: 20px;
}
.col.post-item .is-divider {
    display: none !important;
}
.post-title {
    font-size: 12px;
    color: #333;
    font-weight: normal;
}
/* */
.product-small.col.instock {
    top: 10px;
}
#related-post {
	text-align: center;
}
#related-post h4  {
    margin-bottom: 0;
}
.row-dmtl h4 {
    font-size: 12px;
    font-weight: normal;
}
#related-post h4 span {
    border-bottom: 1px solid #ddd;
    padding-bottom: 1px;
    font-weight: normal;
    font-size: 12px;
}
#related-post .driver {
	position: absolute;
	width: 10000000px;
	height: 1px;
	background: #ddd;
	left: -1000000px;
}
#related-post .row {
	max-width: 1000px;
	padding-top: 20px;
}
.date-time {
    font-size: 12px;
}
.mota-slider {
	overflow: hidden;
	margin-bottom: 50px; 
}
.mota-slider h4{
	margin-bottom: 0;
	margin-top: 10px;
    font-size: 12px;
}
.mota-slider p {
	margin-bottom: 0;
    line-height: 9px;
    font-size: 12px;
}
.woocommerce-tabs .tabs {
	display: none;
}
#related-post.product-section {
	border: none;
}
#related-post.product-section .row {
	max-width: 100%;
    text-align: center;
    display: block;
}
#related-post.product-section  .row-small>.flickity-viewport>.flickity-slider>.col {
	padding: 0 15px 19.6px;
}
#related-post.product-section .product-small.box .box-image img {
	height: 160px;
}
.shop-page-title.category-page-title {
    display: none;
}

.banner-home h4 {
    margin: 0;
    font-weight: 500;
}
.banner-home p {
    margin: 0;
}
.term-description {
    max-width: 600px;
    margin:55px auto 40px;
}
.term-description * {
    font-size: 12px;
}
.term-description h2 {
    position: relative;
    padding-bottom: 3px;
    margin-bottom: 3px;
    font-size: 16px;
}
.term-description h2:before {
    content: '';
    display: block;
    width: 10000%;
    height: 1px;
    background: #ddd;
    position: absolute;
    left: -9999px;
    top: -40px;
}
/*.gallery-small ul.slides {
    text-align: center;
}
.gallery-small ul.slides li {
    display: inline-block !important;
    float: initial !important;
}*/
body .gallery-big .slides img {
    height: 650px;
    width: auto !important;
    margin: auto;
    object-fit: contain;
    padding: 10px;
}
body  .gallery-big  .flex-direction-nav a {
    top: 38% !important;
}
.splq .row-small>.col.product-small {
    padding: 0 15px 19.6px;
    display: inline-block;
}
.full-divider {
    width: 10000%;
    left: -99999px;
    position: absolute;
    background: #e1e1e1;
    height: 1px;
}
.woocommerce-Tabs-panel,
.woocommerce-Tabs-panel h2,
.woocommerce-Tabs-panel h3,
.woocommerce-Tabs-panel h4,
.woocommerce-Tabs-panel h5 {
    font-size: 10px;
}
#wide-nav .flex-row {
    padding-left: 0;
}
#wide-nav {
    margin-bottom: 45px;
}
#header {
    padding-top: 70px;
}
#header .container  {
    max-width: 700px;
}
.woocommerce-Tabs-panel h3 {
    border-bottom: 1px solid #ddd;
}
.single-page h2 *,
.single-page h2 {
    font-size: 16px;
    margin-bottom: 0;
}
.single-page {
    font-size: 12px;
}
.single-page p {
    margin-bottom: 0;
}
.flexslider-gallery img {
    height: 490px;
    margin: auto;
    object-fit: contain;
    padding: 0 10px;
}
.blog-archive .col.post-item {
    padding: 0 45px 30px;
}
.single-content-text {
    max-width: 770px;
    margin: auto;
    padding-top: 0px;
	border-top: 1px solid #ddd;
}
.form-lienhe p {
    font-size: 12px;
    color: #808080;
}
.form-lienhe p label  {
    color: #808080;
}
.gallery-big .flex-direction-nav {
    min-width: 70px;
}
.gallery-big .flex-direction-nav a{
    opacity: 1 !important;
    width: 60px;
    height: 60px;
    /*box-shadow: 0px 0px 10px 0px #00000052;*/
    border-radius: 100px;
    text-align: center;
    background: url(images/left.png) center center no-repeat;
    background-size: 60px;
}
.gallery-big .flex-direction-nav a.flex-next {
    background: url(images/right.png) center center no-repeat;
    background-size: 60px;
}
/*.gallery-big .flex-direction-nav .flex-next {
    right: 20px;
    display: block;
    width: 100px;
    height: 100px;
}
.gallery-big .flex-direction-nav .flex-next:before {
    background: url(images/but-right.png) center center no-repeat;
    content: '';
    width: 105px;
    height: 98px;
    display: block;
    position: absolute;
    right: 0;
    z-index: 1;
}
.gallery-big .flex-direction-nav .flex-prev {
    left: 20px;
    display: block;
    width: 100px;
    height: 100px;
}
.gallery-big .flex-direction-nav .flex-prev:before {
    background: url(images/but-left.png) center center no-repeat;
    content: '';
    width: 105px;
    height: 98px;
    display: block;
    position: absolute;
    right: 0;
    z-index: 1;
}*/
.gallery-small {
    max-width: 70%;
    margin: auto !important;
}
.flex-direction-nav > li {
    min-width: 100px;
}
.slider-gallery {
    padding: 0 100px;
}
.slider-gallery .flex-direction-nav a:before {
    font-size: 24px;
}
.flex-direction-nav .flex-prev {
    left: -60px !important;
}
body .gallery-big .flex-direction-nav a {
    right: -60px !important;
}
.full-di .is-divider{
    position: absolute;
    left: -99999px;
    width: 99999999px;
    max-width: initial !important;
}
body .flexslider-gallery .slick-prev i,
body .flexslider-gallery .slick-next i {
    visibility: hidden;
}
body .flexslider-gallery .slick-prev,
body .flexslider-gallery .slick-next {
    color: #000;
    background-color: #fff;
    /*box-shadow: 0 0 9px 3px #e1e1e1;*/
    background: url(images/left.png) center center no-repeat;
    background-size: 60px;
    width: 62px;
    height: 62px;
}
body .flexslider-gallery .slick-next {
    background: url(images/right.png) center center no-repeat;
    background-size: 60px;
}
body.nav-dropdown-has-border .cus-menu .nav-dropdown {
    padding-top: 45px;
    background: rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 ;
}
body.nav-dropdown-has-border .cus-menu .nav-dropdown > .row-collapse {
    background: rgba(0, 0, 0, 0.442);
}
.gallery-big .slides li {
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
}
.gallery-small .flex-direction-nav .flex-prev {
    height: 40px;
    opacity: 1;
}
.gallery-small .flex-direction-nav .flex-prev:before {
    display: inline-block;
    font: normal normal normal 40px/1 FontAwesome;
    content: "\f053";
    color: #000;
}
.gallery-small .flex-direction-nav .flex-next {
    height: 40px;
    opacity: 1;
    right: -50px !important;
}
.gallery-small .flex-direction-nav .flex-next:before {
    display: inline-block;
    font: normal normal normal 40px/1 FontAwesome;
    content: "\f054";
    color: #000;
}
body .flexslider-gallery .slick-prev {
    left: -10%;
    top: 47%;
}
body .flexslider-gallery .slick-next {
    right: -10%;
    top: 47%;
}

.blog-single .post {
    margin: 0 0 90px;
}

.gtranslate_wrapper a:nth-child(2) {
    padding-left: 10px;
    position: relative;
}
.gtranslate_wrapper a:nth-child(2):before {
    content: '/';
    position: absolute;
    left: 0;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    .blog-archive .post-sidebar.col {
        padding: 0 15px !important;
    }
    .mota-slider {
        margin-bottom: 0;
    }
    .row-small>.col.product-small {
        padding: 0 5px 5px;
    }
    /*.product-small.box .box-image img {
        height: 172px;
    }*/
    #header {
        padding-top: 20px;
    }
    body .gallery-big .slides img {
        height: 380px;
    }
    .flexslider.gallery-small {
        padding: 0 15px
    }
    .slider-gallery {
        padding: 0 60px;
    }
    .gallery-small .flex-direction-nav .flex-prev:before,
    .gallery-small .flex-direction-nav .flex-next:before {
        font-size: 20px;
    }
    .term-blog-1 .col.post-item .box-image .image-zoom {
        padding-top: 295px !important;
    }
    .product-small.box .box-image img {
        height: 355px;
    }
    .header-main li.html.custom {
        display: block;
    }
    .flexslider-gallery img {
        height: 225px;
    }
    body .flexslider-gallery .slick-prev, body .flexslider-gallery .slick-next {
        background-size: 40px;
    }
    body .flexslider-gallery .slick-prev {
        left: 0;
        top: 38%;
    }
    body .flexslider-gallery .slick-next {
        right: 0;
        top: 38%;
    }
    .row-dmtl .box-image .image-cover{
        padding-top: 345px !important;
    }
}

