/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
@font-face {
  font-family: SVN-Steady;
  src: url(fonts/SVN-Steady.otf);
}
/*************** ADD CUSTOM CSS HERE.   ***************/
body {
	max-width: 100%;
	overflow: hidden;
}
@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;
    }

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

/* */
.entry-header-text-top {
    padding-bottom: 0;
}
.entry-content {
    padding-top: 0;
}
.widget>ul>li+li, ul.menu>li+li {
    border-top: 1px solid #3e2e2e1a;
}
/* */
.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;
}
.product-small.box .box-image img {
    height: 245px;
    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;
}

.header-main .nav > li > a {
    font-size: 14px;
    font-weight: normal;
}
.icon-box-left {
    display: flex;
    align-items: center;
}
.wpcf7 .form-flat input.wpcf7-form-control {
    background-color: #fff !important;
    color: #757575 !important;
}
.wpcf7 .form-flat input.wpcf7-form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #757575;
}
.wpcf7 .form-flat input.wpcf7-form-control::-moz-placeholder { /* Firefox 19+ */
  color: #757575;
}
.wpcf7 .form-flat input.wpcf7-form-control:-ms-input-placeholder { /* IE 10+ */
  color: #757575;
}
.wpcf7 .form-flat input.wpcf7-form-control:-moz-placeholder { /* Firefox 18- */
  color: #757575;
}
.wpcf7 .form-flat input.wpcf7-submit {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    box-shadow: none;
    text-indent: -9999px;
    background-image: url(images/Input.png);
    background-position: center;
    background-repeat: no-repeat;
}
.product-short-description {
    margin-bottom: 20px;
}
.product-short-description p {
    color: #4A3029;
    font-size: 14px;
}
.product-info .price span.amount, 
.product-info .price ins span.amount {
    font-size: 18px;
    color: #ee0d0d;
    font-weight: 700;
}
.product-info .price del {
    text-decoration: none;
}
.product-info .price del span.amount {
    font-size: 14px;
    color: #ccc;
    font-weight: 400;
    text-decoration: underline;
}
.woocommerce-tabs .nav-pills > li > a {
    background: #ebebeb;
    border: 0 !important;
    font-size: 14px !important;
    line-height: 36px;
    padding: 0 15px;
    color: #333;
    border-radius: 0;
}
.woocommerce-tabs .nav-pills > li.active > a {
    background-color: #f4a712;
    color: #fff;
}
.breadcrumb {
    font-size: 15px;
}
.woocommerce-breadcrumb {
    display: none;
}
h1.shop-page-title {
    font-family: SVN-Steady;
    color: #e74c3c;
    font-size: 40px;
    font-weight: 400;
}
.gioithieu-section {
    margin-top: -15px;
}
.btn-button.button {
    background-color: transparent !important;
    background-image: url(images/bg_btn.png);
    width: 208px;
    height: 66px;
    line-height: 66px;
    background-size: 100% 100%;
    font-weight: normal;
    box-shadow: none !important;
    opacity: 1;
    font-size: 18px;
    border: none !important;
}
.btn-button.button:hover {
    opacity: 1;
}