/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 5 version
*/

@charset "UTF-8";
/*!

Theme Name: WP Lewis

Theme URI: 

Author: Dev lewis Corporation

Author URI:

Description: "WP lewis" là 1 theme wordpress được phát triển và xây dựng bởi đội ngũ kỹ thuật của lewis. Theme được xây dựng dựa trên nền tảng là css boostraps 4 mới nhất. 

Version: 1.0.1

License: GNU General Public License v3 or later

License URI: https://www.gnu.org/licenses/gpl.html

Text Domain: wp-lewis

Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, two-columns, left-sidebar, right-sidebar, custom-colors, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, blog



This theme, like WordPress, is licensed under the GPL.

Use it to make something cool, have fun, and share what you've learned with others.



WP lewis is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.

Underscores is distributed under the terms of the GNU GPL v2 or later.

*/

@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;600;700&display=swap');

/*BASIC CSS*/
@font-face {
    font-family: "Manrope";
    src: url("assets/fonts/manrope/Manrope-Regular.ttf");
}
@font-face {
    font-family: "Manrope-Medium";
    src: url("assets/fonts/manrope/Manrope-Medium.ttf");
}
@font-face {
    font-family: "Manrope-SemiBold";
    src: url("assets/fonts/manrope/Manrope-SemiBold.ttf");
}
@font-face {
    font-family: "Manrope-Bold";
    src: url("assets/fonts/manrope/Manrope-Bold.ttf");
}

@font-face {
    font-family: "Manrope-ExtraBold";
    src: url("assets/fonts/manrope/Manrope-ExtraBold.ttf");
}

:root {
    --primary-color: #ed1c24;
    --second-color: #ffdd00;
    --primary-font: "Manrope";
    --second-font: "Manrope-Bold";
    --third-font: "Manrope-Medium";
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    word-wrap: break-word;
}

html {
    font-size: 62.5%;
}

body {
    font-family: var(--primary-font);
    background-color: #fff;
    font-size: 1.5rem;
    color: #000;
    -ms-text-size-adjust: 100%;
}


h1, h2, h3, h4, h5, h6, strong {
    font-family: var(--second-font);
    font-weight: normal;
}

.header-main-logo img {
    max-width: 100px;
}


.top-bar {
    background-color: var(--second-color);
    color: #000;
    padding: 10px 0;
}

.top-bar-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.top-bar-right span {
    margin-left: 25px;
}

.top-bar-right span svg {
    margin-right: 5px;
    font-size: 16px;
}

.v-header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.v-header-wrapper .header-main-logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    padding-left: 10%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.header-main-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    padding-right: 10%;
    background-color: var(--primary-color);
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.header-main-right:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 65px 120px 0;
    border-color: transparent var(--primary-color) transparent transparent;
    left: -65px;
    top: 0;
}


.header-main-right_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 10px;
    margin-top: 10px;
}

.header-main-right-cart {
    width: 130px;
    margin-left: 170px;
}

.header-main-right-search form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.header-main-right-search form input {
    width: 350px;
    font-size: 14px;
    height: 40px;
    border: none;
    border-radius: 0;
    padding-left: 15px;
}

.header-main-right-search form button {
    height: 40px;
    border: none;
    background-color: var(--second-color);
    padding: 0 20px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.header-main-right-search form button:hover {
    background: #000;
    color: #fff;
    cursor: pointer;
}

.wrapper-menu ul#menu-main>li.current-menu-item>a, 
.wrapper-menu ul#menu-main>li>a:hover, 
.wrapper-menu ul#menu-main>li.menu-item-has-children:hover:after, 
ul#menu-main>li.menu-item-has-children.current-menu-item:after {
    color: #000;
}

ul#menu-main>li>ul.sub-menu>li>a:hover {
    background-color: var(--primary-color);
    color: #fff;
}


/*ABOUT*/

section.about {
    padding: 5rem 0;
}

.header-title {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.header-title h2 {
    text-transform: uppercase;
    font-family: 'Manrope-ExtraBold';
    font-size: 28px;
    margin-bottom: 5px;
}

.title-icon {
    margin-bottom: 5px;
}

.title-icon span {
    position: relative;
    color: var(--primary-color);
    font-size: 20px;
}

.title-icon span:before,.title-icon span:after {
    position: absolute;
    content: "";
    width: 35px;
    height: 1px;
    background: var(--primary-color);
    top: 13px;
}

.title-icon span:before {
    left: -42px;
}

.title-icon span:after {
    right: -42px;
}


.header-title p {
    color: #000;
    font-size: 26px;
    font-family: 'Dancing Script', cursive;
    font-weight: 700;
}

.about-content h2:after {
    width: 50px;
    bottom: -15px;
}
.about-content h2:before {
    width: 90px;
    bottom: -10px;
}
.about-content h2:before, .about-content h2:after {
    position: absolute;
    content: "";
    height: 1px;
    left: 0;
    background: var(--second-color);
}
.about-content h2 {
    text-transform: uppercase;
    font-size: 24px;
    font-family: 'Manrope-ExtraBold';
    color: var(--primary-color);
    margin-bottom: 35px;
    position: relative;
}

.about-content p {
    color: #000;
    line-height: 28px;
}

.about-content {
    padding-right: 20px;
}

a.about-content-btn {
    display: inline-block;
    background: var(--primary-color);
    color: #fff;
    padding: 8px 25px;
    border-radius: 4px;
    margin-top: 20px;
}

section.about .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

a.about-content-btn:hover,.product-btn a:hover {
    background: var(--second-color);
    color: #000;
}

/*PRODUCT*/

.product-item-thumb a {
    display: block;
    overflow: hidden;
    position: relative;
}

.product-item-thumb a img {
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
}

.product-item-content h3 {
    text-align: center;
    margin-top: 15px;
    font-size: 16px;
    margin-bottom: 5px;
}

p.product-item-price {
    text-align: center;
    margin-bottom: 0;
}

p.product-item-price span {
    font-family: 'Manrope-ExtraBold';
    color: var(--primary-color);
}

.product-item {
    margin-bottom: 30px;
}

.product-btn {
    text-align: center;
}

.product-btn a {
    display: inline-block;
    background: var(--primary-color);
    color: #fff;
    padding: 10px 25px;
    border-radius: 4px;
    font-size: 14px;
}

.product-btn a svg {
    margin-left: 3px;
}

.product-item-thumb a:before {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
        transform: skewX(-25deg);
    cursor: pointer;
}

.product-item:hover .product-item-thumb a:before {
    -webkit-animation: shine 1.1s;
    animation: shine 1.1s;
}

.product-item:hover .product-item-thumb a img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

.product-item:hover .product-item-content h3 a {
    color: var(--second-color);
}

a.btn-detail {
    display: block;
    background: var(--primary-color);
    color: #fff;
    font-size: 13px;
    padding: 5px 15px;
    border-radius: 4px;
    margin: 0 auto;
    margin-top: 8px;
    text-align: center;
    width: 105px;
}

a.btn-detail:hover {
    background: var(--second-color);
    color: #000;
}

@-webkit-keyframes shine {
  100% {
    left: 125%; } }

@keyframes shine {
  100% {
    left: 125%; } }

/*BANNER*/

section.banner-home {
    margin: 5rem 0;
}

section.banner-home a {
    display: block;
    overflow: hidden;
    position: relative;
}

section.banner-home a img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
}

section.banner-home a:before, section.banner-home a:after {
    position: absolute;
    z-index: 9;
    content: "";
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
section.banner-home a:before {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
}

section.banner-home a:after {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
}

section.banner-home a:hover:before, section.banner-home a:hover:after {
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}
section.banner-home a:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-filter: brightness(0.8);
            filter: brightness(0.8);
}

/*CẨM NANG*/

.camnang-large-thumb a {
    display: block;
    overflow: hidden;
    position: relative;
}

.camnang-large-thumb a img {
    width: 100%;
    height: 350px;
    -o-object-fit: cover;
       object-fit: cover;
}

.camnang-large-content h3 {
    margin-top: 20px;
    font-size: 20px;
    margin-bottom: 10px;
}

.camnang-large-content h3 a {
    display: -webkit-box;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;    
}

.camnang-large-content span {
    font-size: 14px;
    color: #a2a2a2;
}

.camnang-large-content p {
    margin-bottom: 0;
    margin-top: 10px;
    line-height: 25px;
    display: -webkit-box;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

ul.camnang-list-list {
    padding: 0;
    list-style: none;
}

li.camnang-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
}

.camnang-list-item-thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
}

.camnang-list-item-thumb a {
    display: block;
    overflow: hidden;
    position: relative;
}

.camnang-list-item-thumb a img {
    width: 100%;
    height: 145px;
    -o-object-fit: cover;
       object-fit: cover;
}

.camnang-list-item-content {
    padding-left: 20px;
}

.camnang-list-item-content h5 {
    font-size: 16px;
    margin-bottom: 10px;
    display: -webkit-box;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.camnang-list-item-content span {
    font-size: 13px;
    color: #a2a2a2;
}

.camnang-list-item-content p {
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 5px;
    display: -webkit-box;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

ul.camnang-list-list li.camnang-list-item:last-child {
    margin-bottom: 0;
}

.camnang-large-thumb a:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-filter: brightness(0.8);
            filter: brightness(0.8);
}

.camnang-large-content h3:hover a {
    color: var(--second-color);
}

li.camnang-list-item:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-filter: brightness(0.8);
            filter: brightness(0.8);
}

li.camnang-list-item:hover h5 a {
    color: var(--second-color);
}




/*REVIEW*/

section.review {
    padding: 5rem 0;
    margin-top: 5rem;
    background: url(assets/images/home/bg-review.jpg);
    position: relative;
    color: #fff;
}

section.review:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000a8;
}


.review-item-avatar {
    text-align: center;
    margin: 20px 0;
}

.review-item-avatar img {
    max-width: 95px;
    height: 95px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid var(--second-color);
    margin: 0 auto;
}

.review-item {
    text-align: center;
        background: #ffffff85;
    border-radius: 5px;
    padding: 3rem;
}

span.review-item-quote svg {
    font-size: 36px;
    color: var(--second-color);
}

.review-item p {
    max-width: 560px;
    margin: 0 auto;
}

.review-item-info {
    margin-top: 2rem;
}

.review-item-info h4 {
    font-size: 16px;
}

section.review .header-title p {
    color: #fff;
}

div#owl-review .owl-nav button {
    position: absolute;
    top: 45%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

div#owl-review .owl-nav button svg {
    font-size: 30px;
}

div#owl-review .owl-nav button.owl-prev {
    left: -50px;
}

div#owl-review .owl-nav button.owl-next {
    right: -50px;
}

.owl-carousel button.owl-dot {
    background: #858585;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 3px;
}

.owl-dots {
    text-align: center;
}

.owl-carousel button.owl-dot.active {
    background: var(--second-color);
}

div#owl-review .owl-nav button:hover, div#owl-certificate .owl-nav button:hover {
    background: var(--second-color);
    color: #000;
    border-color: var(--second-color);
}

/*CERTIFICATE*/

section.certificate {
    padding: 5rem 0;
}

.certificate-item a {
    display: block;
    overflow: hidden;
    position: relative;
    border: 1px solid var(--second-color);
}

.certificate-item a img {
    height: 290px;
/*    -o-object-fit: cover;
       object-fit: cover;*/
}

div#owl-certificate .owl-nav button {
    position: absolute;
    top: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid;
    border-radius: 50%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

div#owl-certificate .owl-nav button svg {
    font-size: 26px;
}

div#owl-certificate .owl-nav button.owl-prev {
    left: -50px;
}

div#owl-certificate .owl-nav button.owl-next {
    right: -50px;
}

.certificate-item a:hover {
    border-color: var(--primary-color);
}

.certificate-item a:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

/*FOOTER*/

section.footer:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000b8;
}
section.footer {
    background: url(assets/images/home/bg-footer.webp) no-repeat center center;
    padding-top: 5rem;
    padding-bottom: 4rem;
    position: relative;
    color: #fff;
}

.footer-logo img {
    max-width: 90px;
}

.newsletter {
    background: var(--second-color);
    position: relative;
    color: #000;
    padding: 20px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.newsletter-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.newsletter-icon span {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 18%;
            flex: 0 0 18%;
}

.newsletter-icon span svg {
    font-size: 48px;
    color: #fff;
}

.newsletter-icon h4 {
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 15px;
}

.newsletter-form form p {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
}

.newsletter-form form p span input {
    height: 40px;
    padding-left: 15px;
    font-size: 15px;
    border: none;
}

.newsletter-form form p input.wpcf7-submit {
    height: 40px;
    border: none;
    background: var(--primary-color);
    color: #fff;
    padding: 0 20px;
    font-size: 14px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.newsletter-form form p input.wpcf7-submit:hover {
    background-color: #000;
    cursor: pointer;
}

.newsletter-form form p span.wpcf7-spinner {
    position: absolute;
    bottom: -24px;
    right: 0;
}

.newsletter {
    margin-top: -9.5rem;
    margin-bottom: 5rem;
}

.newsletter-form .wpcf7-not-valid-tip {
    position: absolute;
    top: 12px;
    font-size: 12px;
    right: 20px;
}

.newsletter-form .wpcf7 form .wpcf7-response-output {
    margin: 0;
    font-size: 12px;
    margin-top: 5px;
    color: #000;
}


footer#footer {
    margin-top: 5rem;
}

.footer-logo {
    text-align: center;
}

.footer-logo h3 {
    margin-top: 10px;
    text-transform: uppercase;
    color: var(--second-color);
    font-family: 'Manrope-ExtraBold';
}

.footer-company-text {
    margin: 10px 0;
}

.footer-company-social {
    text-align: center;
    margin-top: 20px;
}

.footer-company-social ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-company-social ul li {
    display: inline-block;
}

.footer-company-social ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 35px;
    width: 35px;
    background: var(--second-color);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #000;
    margin: 0 3px;
}

.footer-company-social ul li a:hover {
    background: var(--primary-color);
    color: #fff;
}

.footer-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-info ul li {
    margin-bottom: 10px;
}

.footer-info ul li:last-child {
    margin-bottom: 0;
}

.footer-company-text p {
    font-size: 14px;
    text-align: center;
}

.copyright {
    background: var(--second-color);
    padding: 8px 0;
}

.copyright p {
    margin: 0;
    text-align: center;
    font-size: 14px;
}

/*ARCHIVE*/

.wrapper-archive.wrapper-blogs, .wrapper-single.wrapper-post {
    background: #f8f8f8;
    margin-bottom: -50px;
    padding-bottom: 100px;
}


/*SINGLE*/

.v-single-thumbnail-feature {
    margin-bottom: 3rem;
}

.v-single-thumbnail-feature img {
    width: 100%;
}

.images.wpgs-wrapper .wpgs-image {
    border: 1px solid #86868633;
}

.form-cart-group {
    clear: both;
    margin-top: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.form-cart-group>a {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    height: 40px;
}

.product-hotline {
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
}

.product-hotline p {
    margin-bottom: 10px;
}

.product-hotline a {
    color: #f02757;
}

.social-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    list-style: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
}

.social-media .social-media__item {
    display: inline-block;
    margin-left: 5px;
    width: 30px;
}

.product-hotline a svg.icon--facebook {
    color: #213aca;
}

.product-hotline a svg.icon--pinterest {
    color: #E91E63;
}

.product-hotline a svg.icon--twitter {
    color: #03A9F4;
}

.product_meta {
    display: none;
}

.summary.entry-summary .quantity input[type="button"] {
    padding: 0 15px;
}


.summary.entry-summary .quantity .qty {

    width: 5.5em;
    text-align: center;
    border: 1px solid #000;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-left: 0;
    border-right: 0;

}

.woocommerce-product-details__short-description {
    background: #f7f7f7;
    padding: 2rem;
    padding-bottom: 10px;
    border: 1px dashed #f443363d;
    margin-bottom: 2rem;
}

section.related.products > h2:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    background: var(--primary-color);
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -10px;
}
section.related.products > h2 {
    margin-bottom: 40px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Manrope-ExtraBold';
    font-size: 22px;
    position: relative;
}

.form-cart-group>a:hover {
    background: var(--primary-color);
    color: #fff;
}

.woocommerce div.product form.cart .button:hover {
    background: var(--second-color);
    color: #000; 
}