@font-face {
    font-family: "utm-caviar";
    src: url("../fonts/UTM Caviar.ttf") format("woff"),
    url("../fonts/UTM Caviar.ttf") format("opentype"),
    url("../fonts/UTM Caviar.ttf") format("truetype");
}

.absolute-footer, html {
    background-color: #fff !important;
}

ul, li {
    list-style: none;
    padding-left: 0px !important;
}

li {
    margin-bottom: 0px !important;
}

.noPadding {
    padding-bottom: 0px !important;
}

.row-5 {
    padding: 0px 10px !important;
}

.pd-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
    padding-bottom: 10px !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "utm-caviar" !important;
}

/**header**/
header#header {
    margin: 40px 0;
}

div#masthead .header-inner {
    background: #d70000;
    border-radius: 50px;
    border: 1px solid #fff;
}

div#masthead .header-menu-main ul li {
    float: left;
    padding: 0px 25px;
    border: 0px !important;
}

div#masthead .header-menu-main ul li a {
    font-family: "utm-caviar" !important;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

div#masthead img.header_logo.header-logo {
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translate(-50%, -10%);
    z-index: 999;
    max-height: 120px;
    box-shadow: 0px 2px 16px rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

div#masthead li.cart-item.has-icon.has-dropdown i {
    color: #fff;
    font-size: 16px;
}

div#masthead .header-menu-main ul li a {
    padding: 0px !important;
}

.header.show-on-scroll, .stuck .header-main {
    display: none;
}

/**banner*/
.sec-banner {
    margin-top: -125px;
}

/**title**/
.home__title {
    width: 500px;
    margin: auto;
    text-align: center;
    position: relative;
    height: 2px;
    margin-bottom: 20px;
    background: #d70000;
}

.home__title span {
    color: #000;
    font-family: "utm-caviar" !important;
    font-weight: 700;
    font-size: 23px;
    background: #fff;
    position: absolute;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    top: -20px;
    padding: 0px 20px;
}

/**product**/
article.product-home {
    margin: 20px 0 0 0;
}

.box-product {
    background: #fff;
    width: 100%;
    display: inline-block;
    padding: 10px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    transition: 0.3s ease-in-out;
}

.box-product .box-product-avatar {
    width: 100%;
    height: 230px;
    overflow: hidden;
    position: relative;
}

.box-product .box-product-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box-product .box-product-content {
    margin: 15px 0;
}

.box-product .box-product-content h2 {
    color: #000;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 18px;
    display: -webkit-box;
    margin-bottom: 0px !important;
}

.box-product .box-product-content .price-wrapper ins span {
    color: #d70000;
    font-family: "utm-caviar" !important;
    font-size: 16px;
}

.box-product .box-product-control ul li a {
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    padding: 0px !important;
    text-align: center !important;
}

.box-product .box-product-control {
    position: absolute;
    bottom: -100%;
    width: 100%;
    transition: 0.3s ease-in-out;
}

.box-product .box-product-control ul li {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #363636;
    border-radius: 50%;
    border: 1px solid #fff;
    margin: 0px 5px;
}

.box-product .box-product-control ul {
    text-align: center;
    width: 100% !important;
    display: inline-block;
    background: transparent !important;
    margin-bottom: 0px !important;
}

.box-product .box-product-avatar .pdLabel.sale {
    position: absolute;
    z-index: 9999;
    background: #d70000;
    color: #ffffff;
    right: 20px;
    text-align: center;
    display: block;
    width: 45px;
    height: 45px;
    font-family: "utm-caviar" !important;
    font-weight: 700;
    border-radius: 50%;
    line-height: 45px;
    top: 20px;
    font-size: 15px;
}

.box-product .box-product-avatar .pdLabel.sale:before {
    content: "";
    border-right: 17px solid transparent;
    border-left: 17px solid transparent;
    border-bottom: 17px solid #63c54c;
    border-bottom-color: #d70000;
    position: absolute;
    top: -6px;
    right: -6px;
    transform: rotate(30deg);
}

.box-product:hover .box-product-control {
    transition: 0.3s ease-in-out;
    bottom: 10px !important;
}

/**slider**/
.slide-product .owl-nav button {
    position: absolute;
    border: 1px solid #ddd !important;
    margin: 0px !important;
    width: 40px;
    height: 35px;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
    background: #fff !important;
    top: 40%;
    transform: translateY(-50%);
    transition: 0.3s ease-in-out;
    border-radius: 5px !important;
}

.slide-product .owl-nav button i {
    color: #000;
}

.slide-product .owl-nav button:hover {
    transition: 0.3s ease-in-out;
    box-shadow: unset !important;
}

.slide-product .owl-nav button.owl-prev {
    left: -45px;
}

.slide-product .owl-nav button.owl-next {
    right: -45px;
}

/**tab**/
.productPadding {
    padding: 40px 0 !important;
}

.tab-product ul li a:before {
    display: none;
}

.tabbed-content.tab-product ul {
    margin-bottom: 0px !important;
    width: auto;
    margin: auto;
    background: #363636;
    border-radius: 50px;
}

.tabbed-content.tab-product ul li a {
    color: #fff !important;
    text-align: center;
    padding: 8px 20px;
}

.tabbed-content.tab-product ul li.active a {
    background: #d70000;
    color: #363636;
    border-radius: 50px;
}

/**footer**/
footer#footer {
    background: url(../images/bg-footer].jpg) no-repeat;
    background-size: cover !important;
    padding: 40px 0;
    margin-top: 20px;
}

footer#footer .footer-top {
    width: 100%;
    display: inline-block;
}

footer#footer .footer-top p {
    color: #fff;
    margin-bottom: 10px !important;
    font-family: "utm-caviar" !important;
    font-size: 15px;
    font-weight: 600;
}

footer#footer .footer-top h2.company {
    color: #fff;
    font-size: 25px;
}

footer#footer .borderTop:before {
    border-top: 4px solid #d70000;
    content: '';
    display: inline-block;
    width: 20%;
}

footer#footer nav.footer {
    padding-top: 0px !important;
    margin-top: 20px !important;
}

footer#footer nav.footer ul li {
    border-color: rgba(255, 255, 255, 0.2)
}

footer#footer nav.footer ul li a {
    color: #fff;
    font-family: "utm-caviar" !important;
    font-size: 15px;
    text-transform: uppercase;
}

footer#footer .footer-social ul li {
    float: left;
    margin-right: 15px;
}

footer#footer .footer-social ul li a .social-icon {
    background: url(../images/icon.svg);
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

footer#footer .footer-social ul li a {
    width: 30px;
    height: 30px;
    display: block;
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
    overflow: hidden;
    position: relative;
    text-indent: -9999px;
    transition: 0.3s ease-in-out;
}

footer#footer .footer-social ul li a .facebook {
    background-position: 55.900621118012424% 68.4931506849315%;
}

footer#footer .footer-social ul li a .instagram {
    background-position: 16.149068322981368% 68.4931506849315%;
}

footer#footer .footer-social ul li a .youtube {
    background-position: 83.85093167701864% 65.75342465753425%;
}

footer#footer .footer-social ul li a .pinterest {
    background-position: 63.75% 0;
}

footer#footer .footer-social ul li a:hover {
    transition: 0.3s ease-in-out;
    transform: translateY(-5px);
}

footer#footer .form-content-register {
    width: 100%;
    display: inline-block;
    margin: 20px 0 0 0;
}

footer#footer .form-content-register h2 {
    color: #fff;
    font-size: 15px;
    margin-bottom: 15px !important;
    font-weight: normal;
}


footer#footer input.wpcf7-form-control.wpcf7-submit.btn-register {
    margin: 0px !important;
    float: left !important;
}

footer#footer span.wpcf7-form-control-wrap.email {
    float: left;
    display: inline-block !important;
    width: 65%;
    margin-right: 10px;
}

footer#footer .form-content-register .input-email {
    width: 100% !important;
    border-radius: 50px !important;
    box-shadow: unset !important;
    border: 0px !important;
    padding: 5px 10px !important;
    height: 35px !important;
    font-size: 14px !important;
}

footer#footer .btn-register {
    background: #ffcf00 !important;
    box-shadow: unset !important;
    border-radius: 50px !important;
    height: 35px !important;
    min-height: 35px !important;
    font-family: "utm-caviar" !important;
    color: #000 !important;
    line-height: 35px !important;
    font-size: 15px !important;
}

footer#footer .fanpage-fb {
    margin: 20px 0;
}

/**product featured**/
article.product-featured {
    margin: 20px 0 0 0;
}

.product-grid {
    width: 100%;
    display: inline-block;
}

.product-grid .product-grid-avatar {
    width: 120px;
    height: 100px;
    float: left;
}

.product-grid .product-grid-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-grid .product-grid-content {
    width: calc(100% - 120px);
    float: left;
    padding-left: 10px;
}

.product-grid .product-grid-content h2 {
    color: #000;
    margin-bottom: 10px !important;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 18px;
    display: -webkit-box;
}

.product-grid .product-grid-content .price-wrapper ins span {
    color: #d70000;
    font-family: "utm-caviar" !important;
    font-size: 16px;
}

.product-grid .product-grid-content .box-grid-control {
    margin: 10px 0 0 0;
}

.product-grid .product-grid-content .box-grid-control ul li a {
    color: #fff;
    text-align: center;
    display: block;
    font-size: 15px;
    line-height: 30px;
}

.product-grid .product-grid-content .box-grid-control ul li {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #363636;
    border-radius: 50%;
    border: 1px solid #fff;
    margin: 0px 5px 0 0;
}

/**caption**/
article.box-caption {
    padding: 40px 0;
}

article.box-caption .box-cap-avatar {
    width: 90%;
    margin: auto;
    background: #fff;
    padding: 10px;
}

article.box-caption .box-cap-content {
    width: 100%;
    padding-top: 30px;
    display: inline-block;
}

article.box-caption .box-cap-content .box-cap-logo {
    width: 250px;
    margin-bottom: 10px;
}

article.box-caption .box-cap-content .box-cap-group {
    font-family: "utm-caviar" !important;
    color: #000;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 10px;
}

article.box-caption .box-cap-content a {
    color: #d70000;
    font-family: "utm-caviar" !important;
}

.marginTop {
    margin-top: -55px;
}

.box-process {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.box-process .box-process-avatar {
    width: 100px;
    margin: 0 auto 15px;
    border: 1px solid #ddd;
    border-radius: 50%;
    background: #fff;
    padding: 4px;
}

.box-process .box-process-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover !important;
}

.box-process-content h2 {
    color: #765112;
    font-size: 18px;
}

.box-process-content p {
    margin-bottom: 0px !important;
    color: #765112;
    font-weight: 700;
    font-size: 15px;
    font-family: "utm-caviar" !important;
}

/**product**/
section.banner-system {
    margin-top: -125px;
    height: 400px;
}

section.banner-system img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/**category**/
.shop-page-title.category-page-title.page-title {
    display: none;
}

section.page-category {
    margin: 20px 0 0 0;
}

.alert-message {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.woocommerce-tabs.wc-tabs-wrapper.container.tabbed-content {
    display: none;
}

.page-title.shop-page-title.product-page-title {
    display: none;
}

.product-info {
    padding-top: 0px !important;
}

.product-main {
    margin: 20px 0;
}

.product-main {
    padding-bottom: 10px !important;
}

h1.product-title.product_title.entry-title {
    color: #000;
}

.is-divider.small {
    display: none;
}

.product-main .price-wrapper {
    margin: 20px 0;
}

.product-main .price-wrapper ins span {
    font-family: "utm-caviar" !important;
    color: #d70000;
}

button.single_add_to_cart_button.button.alt {
    display: block;
    background: #d70000 !important;
    box-shadow: unset !important;
    border-radius: 50px !important;
    font-family: "utm-caviar" !important;
    color: #fff !important;
    text-transform: capitalize;
    margin: 10px 0;
}

section.box-caption-content {
    background: url(../images/bg_03.jpg);
    width: 100% !important;
    display: inline-block;
    background-size: cover !important;
    margin-top: 40px;
    padding: 30px 0 !important;
}

.box-product .box-product-control i:after, .product-grid .product-grid-content .box-grid-control i:after {
    display: none;
}

li.cart-item.has-icon {
    margin-left: 0px !important;
}

li.cart-item.has-icon a i {
    font-size: 16px !important;
}

li.cart-item.has-icon a {
    color: #fff;
    font-size: 14px !important;
    margin-left: 0px !important;
}

.woocommerce-billing-fields p input, textarea#order_comments {
    box-shadow: unset !important;
    border-radius: 5px !important;
}

.woocommerce-billing-fields p {
    width: 100% !important;
}

.contact-form {
    width: 500px;
    margin: auto;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 15px;
}

.input-text, .textarea-text {
    box-shadow: unset !important;
    border-radius: 5px !important;
}

.contact-form input.wpcf7-form-control.wpcf7-submit {
    background: #363636;
    box-shadow: unset !important;
}

/**MOBILE**/

@media only screen and (max-width: 900px) {
    .mb-3 {
        padding-bottom: 20px !important;
    }

    .home__title {
        width: 100%;
        margin-bottom: 0px !important;
    }

    .home__title span {
        font-size: 18px !important;
    }

    .box-product .box-product-avatar {
        height: 150px;
    }

    .box-product .box-product-content h2 {
        margin-bottom: 10px !important;
    }

    .sec-banner {
        margin-top: 0px !important;
    }

    div#masthead .header-inner {
        border-radius: 0px !important;
    }

    header#header {
        margin: 0px !important;
    }

    div#masthead img.header_logo.header-logo {
        top: 10px !important;
        height: 90px !important;
    }

    article.box-caption .box-cap-avatar {
        width: 100%;
    }

    .contact-form {
        width: 95%;
    }
}
