/*
Theme Name: LuxBeautyLashes
Description: ThietKeWebChuyen
Author: UX Themes
Template: flatsome
Version: 2.0
*/




#wide-nav .header-nav a.nav-top-link {
    padding: 18px;
    font-size: 16px;
    font-weight: 400;
    color: #181818;
    text-transform: uppercase
}

#wide-nav .sub-menu.nav-dropdown {
    border-radius: 0
}

#wide-nav .ux-menu.ux-menu--divider-solid .ux-menu-link:not(:last-of-type) .ux-menu-link__link {
    border: transparent
}

#wide-nav a.nav-top-link:hover,#wide-nav .current-menu-item>a {
    color: var(--primary-color) !important
}

#wide-nav a.nav-top-link:hover:after,#wide-nav .current-menu-item>a:after {
    content: "";
    display: block;
    width: 100%;
    border-bottom: 3px solid var(--primary-color);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}





.polylang-gtranslate .image-icon {
    margin-right: 6px
}

#masthead .polylang-gtranslate li:hover a {
    background: 0 0
}

#masthead .polylang-gtranslate li a:hover {
    font-weight: 600;
    color: #000
}

#masthead .polylang-gtranslate>ul li:hover a {
    color: #000!important
}


.featured-box h3 {
    font-size: 16px;
    margin: 0px;
}


.BlockAttributed p strong label{
    font-size: 18px;
}
ul.curl-variable-woo li {
    display: inline-block;
    margin: 0 10px 10px 0;
}
ul.curl-variable-woo button {
    padding: 6px 0;
    width: 45px;
    border-radius: 4px;
    border: 1px solid #4a4a4a;
    margin-right: 0
}

ul.curl-variable-woo button img {
    display: block;
    height: 34px;
    margin: 0 auto;
    padding: 0!important
}
ul.curl-variable-woo button span.text{
    font-weight: normal;
}
ul.curl-variable-woo button:hover {
    border: 1px solid #c91682;
    color: #c91682
}



.single-product .product-info{
    padding-top: 0px;
}
.single-product .product-info h1.product-title{
    color: black;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.row-5 .box .box-text.text-left {
    padding: 10px!important;
}
.row-5 .box .box-text .box-text-inner h4 {
    margin: 0!important;
}



.AccProduct .accordion-item .accordion-inner{
    padding: 15px 0px;
}


h3.single-t {
    font-size: 20px;
    font-weight: 700;
    color: #000!important;
    margin-bottom: 15px!important;
}

.single-product .page-title{
    display: none;
}


.BlockContactUsProduct{

}



.pagination {
    width: 100%;
    display: inline-block;
    margin-bottom: 30px
}

.pagination a,.pagination span {
    color: #4a4a4a!important;
    font-size: 16px!important;
    padding: 5px 15px!important
}

.pagination span.page-numbers.current,.pagination a:hover {
    color: var(--primary-color)!important;
    border-bottom: 1px solid var(--primary-color)!important
}




.frmNewsletter .form-flat button, .frmNewsletter  .form-flat input{
    border-radius: 0px;
}


.term-condition-box .icon-box-center .icon-box-img {
    margin: 0 auto;
}
.term-condition-box .icon-box-text p {
    margin-bottom: 2px;
}




a#top-link {
    border: 1px solid #fff!important;
    background: #101010;
    width: 50px;
    height: 50px
}

a#top-link i {
    color: #fff;
    font-size: 34px;
    line-height: 45px
}


.ntg-call {
    position: fixed;
    bottom: 80px;
    right: 22px;
    z-index: 999
}

.ntg-call a {
    width: 50px;
    height: 50px;
    background: #e48bc1;
    display: block;
    border-radius: 50%;
    text-align: center;
    line-height: 45px
}

.ntg-call a:not(:last-child) {
    margin-bottom: 15px
}

@-webkit-keyframes phone-ring {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        transform: rotate(-20deg) scale(1) skew(1deg)
    }

    20% {
        transform: rotate(20deg) scale(1) skew(1deg)
    }

    30% {
        transform: rotate(-20deg) scale(1) skew(1deg)
    }

    40% {
        transform: rotate(20deg) scale(1) skew(1deg)
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}

@keyframes phone-ring {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        transform: rotate(-20deg) scale(1) skew(1deg)
    }

    20% {
        transform: rotate(20deg) scale(1) skew(1deg)
    }

    30% {
        transform: rotate(-20deg) scale(1) skew(1deg)
    }

    40% {
        transform: rotate(20deg) scale(1) skew(1deg)
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}

.ntg-call a img {
    -webkit-animation: phone-ring 1.5s infinite;
    animation: phone-ring 1.5s infinite
}

.ntg-call a img {
    width: 25px;
    text-align: center
}

.ntg-call a:last-child {
    background: #1163e8
}
.ntg-call a:hover {
    cursor: pointer;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: reverse
}

@keyframes shake {
    0%,100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    20%,40%,60%,80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px)
    }
}




.single-post .entry-header .entry-header-text-top{
    padding-bottom: 0px;
}
.single-post .entry-header .entry-header-text-top h1.entry-title{
    margin-bottom: 0px;
    color: black;
}

.single-post .entry-header h6.entry-category , .is-divider{
    display: none;
}



.formContact input[type=text] , .formContact input[type=tel]  {
    height: 45px!important;
    border: 1px solid #b0b0b0!important;
    background: 0 0!important;
    border-radius: 0!important
}
.formContact textarea  {
    height: 100px!important;
    border: 1px solid #b0b0b0!important;
    background: 0 0!important;
    border-radius: 0!important;
    resize: none;
}
.formContact select {
    height: 45px!important;
    border: 1px solid #b0b0b0!important;
    background-color: transparent!important;
    border-radius: 0!important
}


.contact-us::before , .contact-us .BlockFrmContactUS::before{
    content: '';
    background: #fff;
    width: 50%;
    position: absolute;
    height: 100%;
    right: 0;
    bottom: 0;
}
.contact-us div.social-icons > a{
    display: inline-block;
}
.contact-us div.social-icons > a > img{
    display: block;
    vertical-align: middle;
    margin: 0 auto;
    background: white;
    padding: 2px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
}


.product-small .product-title a{
    font-weight: bold;
}



.red{
    color: red !important;
}



footer .wpcf7 form .ml-half {
    margin-left: 0px;
}
footer .wpcf7 form .ml-half input[type="submit"]{
    margin-right: 0px;
    border: 1px solid white;
}

@media only screen and (max-width: 48em) {
    #top-bar{
        display: block;
    }
    .single-product .row-5 .box-vertical .box-image {
        width: 30% !important;
    }
    .single-product .row-5 .box-vertical .box-text .box-text-inner {
        text-align: center;
    }
    .single-product .product-info h1.product-title {
        padding: 15px 0px;
    }

    ul.curl-variable-woo{
        margin-bottom: 10px;
    }
    ul.curl-variable-woo li {
        margin: 0 7px 10px 0;
    }
    .BlockContactUsProduct .button.primary:not(.is-outline){
        margin-right: 2px;
        font-size: 10px;
    }

    .contact-us::before{
        display: none;
    }
    .contact-us .BlockFrmContactUS::before{
        display: block;
        width: 100%;
    }

}