h1 {
    font-size: 25px !important;
    font-weight: 600;
    color: #f79b5a;
    text-shadow: 0 0 7px #2c2b2a;
}

h1 span {
    font-size: 40px;
    color: white;
    line-height: 95px;
}

h2 {
    font-size: 22px !important;
    wont-weight: bold;
}

@media screen and (max-width: 576px){
    h1 span {
        line-height: 65px;
    }

    h2 {
        font-size: 18px !important;
    }

    section#offer .subtitle {
        font-size: 35px;
    }
}

.btn-wholesale {
    font-weight: 600;
    color: #282827;
    background-color: #f79b5a;
    border-radius: 0;
    padding: 0 20px;
    display: inline-block;
    transition: .3s;
}

.btn-wholesale:hover {
    background-color: #fb8735;
    transition: .3s;
}

.modal-title,
.modal-body {
    color: #282827;
    text-align: justify !important;
}

/* Header section */
header {
    width: 100%;
    min-height: 50px;
    background-color: black;
    position: fixed;
    z-index: 999;
}

header .navbar {
    min-height: 50px;
    background-color: black !important;
    z-index: 1;
}

header .navbar ul {
    margin-right: 0 !important;
}

header .navbar .nav-item {
    padding: 0 7px;
}

header .navbar .nav-item .nav-link {
    color: #cccccc;
}

header .navbar .nav-item .nav-link:hover {
    color: white;
}
/* /Header section */

/* Hero section */
section#hero {
    min-height: 449px;
    background: rgb(38,38,38);
    background: linear-gradient(90deg, rgba(38,38,38,1) 0%, #585455 100%);
}

section#hero #hero-right-bg {
    background-image: url(../../../../assets/images/wholesale-page/hero-right.png);
    background-position: top 4px right;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 481px;
    top: 0;
}

section#hero #hero-left-bg {
    background-image: url(../../../../assets/images/wholesale-page/hero-left.png);
    background-position: top 4px left;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 481px;
    top: 0;
}

@media screen and (max-width: 991px){
    section#hero #hero-right-bg {
        background: none;
    }

    section#hero #hero-left-bg {
        opacity: .15;
    }
}

@media screen and (max-width: 1200px){
    section#hero #hero-right-bg {
        height: 569px;
    }

    section#hero #hero-left-bg {
        height: 569px;
    }
}

section#hero .category {
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    color: #282827;
    background: #FFFFFF;
    padding: 10px 0;
    box-shadow: none;
    transition: .3s;
}

section#hero .category:hover {
    background: #f0f0f0;
    box-shadow: 3px 3px 10px darkslategray;
    transition: .3s;
}

section#hero .category h2 {
    font-size: 13px !important;
    display: inline;
}


section#hero .category img {
    padding-left: 10px;
}
/* /Hero section */

/* Showcase section */
section#showcase {
    min-height: 300px;
}

section#showcase .product-box {
    border: 1px solid #ECECEC;
    box-shadow: none;
    transition: .3s;
}

section#showcase .product-box:hover {
    border: 1px solid #f79b5a;
    box-shadow: 0 0 7px #dadada;
    transition: .3s;
}

section#showcase .product-box img {
    border-bottom: 1px solid #ECECEC;
}

section#showcase .product-box h3 {
    font-size: 13px;
}

section#showcase .product-box .price,
section#showcase .product-box .woocommerce-Price-amount {
    font-size: 11px;
    font-weight: bold;
}
/* Showcase section */

/* Services section */
section#services {
    min-height: 100px;
}

section#services .service {
    font-size: 18px !important;
    text-align: center;
    background-color: #D9D9D9;
    padding: 30px 0;
    border: 1px solid white;
    box-shadow: none;
    transition: .3s;
}

section#services .service:hover {
    background-color: #e1e1e1;
    border: 1px solid #f79b5a;
    box-shadow: 0 0 7px #dadada;
    transition: .3s;
}
/* /Services section */

/* Offer section */
section#offer {
    min-height: 454px;
    background: rgb(38,38,38);
    background: linear-gradient(90deg, rgba(38,38,38,1) 0%, rgba(107,107,107,1) 100%);
}

section#offer h2 {
    font-size: 30px !important;
    font-weight: 600;
    color: #f79b5a;
    text-shadow: 0 0 7px #2c2b2a;
}

section#offer .subtitle {
    font-size: 40px;
    color: white;
    line-height: 65px;
    padding-bottom: 24px;
}

@media screen and (max-width: 576px){
    section#offer {
        min-height: 375px;
    }
    section#offer h2 {
        font-size: 18px !important;
    }

    section#offer .subtitle {
        font-size: 35px;
    }
}

section#offer #offer-right-bg {
    background-image: url(../../../../assets/images/wholesale-page/offer-right.png);
    background-position: top right;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 454px;
    margin-top: -48px;
}

section#offer #offer-left-bg {
    background-image: url(../../../../assets/images/wholesale-page/offer-left.png);
    background-position: top left;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 454px;
    margin-top: -48px;
}

@media screen and (max-width: 991px){
    section#offer #offer-right-bg {
        background: none;
    }

    section#offer #offer-left-bg {
        height: 382px;
        opacity: .1;
    }
}

section#offer .countdown-timer .counter-box {
    background-color: white;
    display: inline-block;
    padding: 25px 0 10px 0;
    margin: 10px;
    min-width: 90px;
    line-height: 27px;
}

section#offer .countdown-timer .counter-box span {
    font-size: 42px;
    font-weight: bold;
}

@media screen and (max-width: 576px){
    section#offer .countdown-timer .counter-box {
        padding: 10px 0 10px 0;
        margin: 0;
        min-width: 67px;
        line-height: 27px;
    }

    section#offer .countdown-timer .counter-box span {
        font-size: 22px;
        font-weight: bold;
    }
}
/* /Offer section */

/* Products section */
section#products {
    min-height: 300px;
}

section#products .product-box {
    border: 1px solid #ECECEC;
    box-shadow: none;
    transition: .3s;
}

section#products .product-box:hover {
    border: 1px solid #f79b5a;
    box-shadow: 0 0 7px #dadada;
    transition: .3s;
}

section#products .product-box img {
    width: 30%;
    display: inline;
    float: right;
}

@media screen and (max-width: 576px){
    section#products .product-box img {
        width: 85px;
        display: inline;
        float: right;
    }
}

section#products .product-box .product-content {
    width: 68%;
    min-height: 85px;
    border-right: 1px solid #ECECEC;
    display: inline-block;
}

section#products .product-box h3 {
    font-size: 13px;
    padding: 5px 10px;
    min-height: 55px;
}

section#products .product-box .price {
    border-top: 1px solid #ECECEC;
    padding: 5px 10px;
}

section#products .product-box .price,
section#products .product-box .woocommerce-Price-amount {
    font-size: 11px;
    font-weight: bold;
}
/* /Products section */

/* Testimonials section */
section#testimonials {
    min-height: 300px;
}

section#testimonials .owl-nav {
    font-size: 13px;
    display: inline-flex;
}

section#testimonials .owl-prev,
section#testimonials .owl-next{
    padding: 10px 10px !important;
}

figure.snip1232 {
    position: relative;
    overflow: hidden;
    margin: 0; /* 10px */
    width: 100%;
    max-width: 100%;
    min-height: 250px;
    color: #333;
    text-align: right;
}

figure.snip1232 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

figure.snip1232 img {
    max-width: 100%;
    height: 80px;
    width: 80px;
    border: 1px solid lightgray;
    margin-left: 5px;
    display: block;
    z-index: 1;
    position: absolute;
    left: 50%;
}

figure.snip1232 blockquote {
    display: block;
    position: relative;
    background-color: #F7F7F7;
    padding: 65px 50px 35px 50px;
    font-size: 0.8em;
    font-weight: 500;
    margin: -40px 0 0;
    line-height: 1.6em;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    min-height: 264px;
}

figure.snip1232 blockquote:before,
figure.snip1232 blockquote:after {
    font-family: 'FontAwesome';
    content: "\201C";
    position: absolute;
    font-size: 50px;
    opacity: 0.3;
    font-style: normal;
}

figure.snip1232 blockquote:before {
    top: 55px;
    left: 20px;
}

figure.snip1232 blockquote:after {
    content: "\201D";
    right: 20px;
    bottom: 5px;
}

figure.snip1232 .author {
    margin: 0;
    height: 80px;
    display: block;
    text-align: right;
    padding: 0 35px;
    position: relative;
    z-index: 1;
}

figure.snip1232 .author h5,
figure.snip1232 .author span {
    right: 44px; /* 50% */
    position: absolute;
    opacity: 0.8;
    padding: 3px 5px;
}

figure.snip1232 .author h5 {
    text-transform: uppercase;
    bottom: 50%;
    margin: 0;
    font-weight: 800;
    color: #ffffff;
}

figure.snip1232 .author span {
    font-size: 15px;
    color: #000000;
    top: 60%;
    font-weight: bold;
}
/* /Testimonials section */

/* FAQ section */
section#faq {
    min-height: 300px;
    background-color: #f7f7f7;
}

section#faq .accordion-item:first-of-type .accordion-button {
    border-radius: 10px;
}

section#faq .accordion-button:not(.collapsed) {
    background-color: #FFFFFF;
    box-shadow: none;
}

section#faq .accordion-button:focus {
    box-shadow: none;
}

section#faq .accordion-button::after {
    background-color: #F79B5A;
    border-radius: 50%;
    padding: 12px;
    background-position: center 6px;
    background-size: 14px;
}

section#faq .accordion-button:not(.collapsed)::after {
    background-color: #D9D9D9;
}
/* /FAQ section */

/* Consultation section */
section#consultation {

}

section#consultation #form-box {
    min-height: 300px;
    background: rgb(38,38,38);
    background: linear-gradient(90deg, rgba(38,38,38,1) 0%, rgba(107,107,107,1) 100%);
}

section#consultation #form-box input[type=text] {
    width: 100%;
    padding: 5px 0;
}

section#consultation #form-box input[type=submit] {
    font-weight: 600;
    color: #282827;
    background-color: #f79b5a;
    border-radius: 0;
    padding: 7px 20px;
    display: inline-block;
    float: left;
    transition: .3s;
}

section#consultation #form-box input[type=submit]:hover {
    background-color: #fb8735;
    transition: .3s;
}

section#consultation #form-box .wpcf7-not-valid-tip {
    color: #ffc688;
    font-size: 10px;
}

section#consultation #form-box .wpcf7 form .wpcf7-response-output {
    margin: 10px;
}
/* /Consultation section */

/* Text section */
section#text {
    text-align: justify;
}

section#text .accordion {
    --bs-accordion-border-color: white;
}

section#text .accordion-body {
    padding: 0;
}

section#text .accordion-button:not(.collapsed) {
    background-color: #fffdef;
}
/* /Text section */
