a, button
{
    touch-action: manipulation;
}

a:hover
{
    color: unset;
}

.chin-border
{
    color: #2a2a2a !important;
    background-color: #fff !important;
    border: 2px solid #2a2a2a !important;
    border-right-color: #B79971 !important;
    border-bottom-color: #B79971 !important;
}

.nav
{
    font-family: 'Oswald', sans-serif;
}

/*header*/
.sticky-header.sticky
{
    background-color: #fff;
}

.sticky-header.sticky .main_menu nav > ul > li > a{
    color: #000;
}

.sticky-header.sticky.blog-page
{
    /*background-color: #f3f5f7;*/
}

@media only screen and (min-width: 900px)
{
    .main_header
    {
        padding: 15px 0;
    }

    .sticky-header.sticky .main_header
    {
        padding: 10px 0;
    }

    .header_logo img
    {
        max-height: 90px;
        transition: .3s all;
    }

    .sticky-header.sticky .header_logo img
    {
        max-height: 48px;
    }

    .sticky-header.sticky.blog-page nav > ul > li > a
    {
        /*color: #111;*/
    }

    .sticky-header.sticky.blog-page nav > ul > li:hover > a
    {
        /*color: var(--sub-color);*/
    }

    .bottom-line-shape::after
    {
        bottom: -15px;
        left: -35px;
        right: -35px;
    }
}

@media only screen and (max-width: 900px)
{
    .header_logo img
    {
        height: 40px;
    }

    /*.sticky-header.sticky, .sticky-header.sticky:hover*/
    /*{*/
    /*    background-color: var(--main-color);*/
    /*}*/
    .sticky-header.sticky .main_header
    {
        padding: 7px 0;
    }

    /*.sticky-header.sticky .canvas_open a*/
    /*{*/
    /*    color: #fff;*/
    /*}*/
}

/*end header*/

/*banner*/
.hero_banner_section
{
    background-color: rgba(0, 0, 0, 0.55);
    background-blend-mode: darken;
}

/*end banner*/

/*about us*/
.testimonial_section
{
    padding: 100px 0;
    margin: 0;
}

@media only screen and (max-width: 767px)
{
    .testimonial_section
    {
        padding: 70px 0 50px;
    }
}

/*end about us*/

/*pricing*/
.business_section
{
    padding: 100px 0 0;
    background-color: var(--main-color);
}

.business_section .section_title h2 span
{
    color: #fff;
}

.pricing_box_header > .pricing_box_title
{
    font-size: 14px;
    line-height: 20px;
    color: var(--main-color);
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 12px;
    display: inline-block;
}

.pricing_box_header > .pricing_box_title
{
    /*font-size: 20px;*/
    /*line-height: 1.5;*/
}

.pricing_box_header h3
{
    font-size: 30px;
}

.pricing_box_menu li
{
    padding-left: 20px;
    position: relative;
    line-height: 1.5 !important;
    margin-bottom: 10px;
}

.pricing_box_menu li:before
{
    position: absolute;
    content: '\4e';
    color: var(--sub-color);
    font-family: 'ElegantIcons';
    top: 0;
    left: 0;
}

@media only screen and (max-width: 767px)
{
    .business_section
    {
        padding: 70px 0;
    }
}

/*pricing*/

/*feedback*/
.feedback_section
{
    background-color: #F8F4F0;
    background-blend-mode: lighten;
    background-attachment: fixed;
}

.feedback_section .testimonial_content h3
{
    color: var(--sub-color);
}

.feedback_section .testimonial_footer h4
{
    font-weight: 600;
}

.feedback_section .swiper-buttons
{
    position: relative;
    width: 100%;
    height: 30px;
    top: 30px;
}

.testimonial_slick .swiper-button-next
{
    left: calc(50% + 20px);
    transform: translateX(-50%);
}

.testimonial_slick .swiper-button-prev
{
    left: calc(50% - 20px);
    transform: translateX(-50%);
}

/*end feedback*/
/*menu section*/
@media only screen and (min-width: 768px)
{
    .menu_section
    {
        padding: 100px 0;
    }
}

@media only screen and (max-width: 767px)
{

    .menu_section
    {
        padding: 50px 0;
    }
}

/*end menu section*/
/*blog section*/

.blog_section
{
    /*background-color: var(--sub-color);*/
    background-image: url('/public/upload/banner/background-section-index.jpg');
    /*position: relative;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*.blog_section:before, .blog_section:after*/
/*{*/
/*    position: absolute;*/
/*    content: "";*/
/*    width: 18%;*/
/*    height: 100%;*/
/*    opacity: .1;*/
/*    background-size: contain;*/
/*    background-repeat: no-repeat;*/
/*}*/

/*.blog_section:before*/
/*{*/
/*    top: 0;*/
/*    left: 0;*/
/*    background-image: url('/public/upload/banner/blog-bg-left.png');*/
/*    background-position: top left;*/

/*}*/

/*.blog_section:after*/
/*{*/
/*    bottom: 0;*/
/*    right: 0;*/
/*    background-image: url('/public/upload/banner/blog-bg-right.png');*/
/*    background-position: bottom right;*/

/*}*/

.blog_section .section_title h2:before
{
    background-color: #f1f1f1;
}

.blog_section .section_title h2 span
{
    color: #fff;
}

@media only screen and (min-width: 768px)
{
    .blog_section
    {
        padding: 100px 0;
    }
}

@media only screen and (max-width: 767px)
{

    .blog_section
    {
        padding: 50px 0;
    }

    .blog_section .blog_container
    {
        margin: 0 !important;
    }
}

button.owl-prev, button.owl-next
{
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    background-color: #000 !important;

}

button.owl-prev:hover, button.owl-next:hover
{
    background-color: var(--main-color) !important;
}

.owl-carousel .owl-nav button.owl-prev
{
    right: 100%;
    padding: 1px 0 1px 6px !important;
    margin-right: 10px;
}

.owl-carousel .owl-nav button.owl-next
{
    left: 100%;
    padding: 1px 6px 1px 0 !important;
    margin-left: 10px;
}

button.owl-prev i, button.owl-next i
{
    font-size: 37px;
    transition: .3s all;
}

button.owl-prev i:first-of-type
{
    position: absolute;
    left: -1px;
    color: #fff;
}

button.owl-next i:last-of-type
{
    position: absolute;
    right: -1px;
    color: #fff;
}

button.owl-prev:hover i:first-of-type, button.owl-next:hover i:last-of-type
{
    color: #000;
}

button.owl-prev i:last-of-type, button.owl-next i:first-of-type
{
    color: var(--main-color);
}

button.owl-prev:hover i:last-of-type, button.owl-next:hover i:first-of-type
{
    color: #fff;
}

/*end blog section*/
/*gallery*/
.gallery_section
{
    padding: 100px 0;
}

.gallery_section .works_slide_header .section_title
{
    margin-bottom: 40px;
}

.gallery_section .works_slide_header .network-img
{
    height: 300px;
    background-color: rgba(0, 0, 0, 0.71);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    background-blend-mode: darken;
}

.gallery_section .works_slide_header .network-desc
{
    padding: 50px 0;
    margin: 0 auto;
    width: 70%;
    height: 100%;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.gallery_section .works_slide_header .network-desc p
{
    font-size: 17px;
    margin-top: 10px;
}

.gallery_section .works_slide_wrapper
{
    padding: 30px 0px 0px;
}

.gallery_section .glr-img
{
    display: block;
    position: relative;
    height: 250px;
    background-position: center center;
    background-size: auto 250px;
    background-repeat: no-repeat;
}

.gallery_section .glr-img a.glr-fancybox
{
    display: block;
    height: 100%;
}

.gallery_section .store-addr
{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    font-size: 18px;
    text-align: left;
    color: #fff;
    font-weight: 500;
    margin: 0;
    padding: 10% 120px 15px 20px;
    background: linear-gradient(to top, #000, transparent);
}

.store-direction
{
    position: absolute;
    display: flex;
    z-index: 1;
    bottom: 15px;
    right: 10px;
    padding: 8px 8px 0 6px;
    background-color: var(--main-color);
}

.store-direction i
{
    color: #000;
    font-size: 12.4px;
    margin-right: 4px;
    margin-top: -1px;
    transition: .25s all;
}

.store-direction h6
{
    color: #000;
    font-size: 0.68rem;
    margin-bottom: 7px;
    line-height: 1;
    transition: .25s all;
}

.store-direction:hover
{
    background-color: #000;
}

.store-direction:hover h6, .store-direction:hover i
{
    color: #fff;
}

.owl-dots
{
    margin-top: 20px;
    text-align: center;
}

.owl-dots > button
{
    background-color: #939393 !important;
    width: 17px;
    height: 17px;
    border-radius: 100%;
    margin: 0 3px;
}

.owl-dots > button.active
{
    cursor: auto;
    background-color: var(--main-color) !important;
}

@media only screen and (max-width: 767px)
{
    .gallery_section
    {
        padding: 50px 0;
    }

    .gallery_section .works_slide_header .network-img
    {
        height: 380px;
    }

    .gallery_section .works_slide_header .network-desc
    {
        width: calc(100% - 60px);
    }

    .owl-dots > button
    {
        width: 13px;
        height: 13px;
        margin: 0 4px;
    }
}

/*end gallery*/

/*footer*/
.footer_widgets
{
    background-color: #fff;
    border-top: 1px solid;
}

.main_footer
{
    padding: 90px 0 60px;
}

.footer_bottom
{
    padding: 20px 0;
}

.footer_menu.footer_contact
{
    border-left: 1px solid #5f5f5f;
}

.footer_widget_list h4
{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    display: inline-block;
    position: relative;
    color: #000;
    margin-bottom: 15px;
}

.footer_widget_list h4:before
{
    position: absolute;
    /*content: "";*/
    width: 100%;
    height: 1px;
    background: var(--sub-color);
    left: 0;
    bottom: -1px;
    transition: 0.3s;
}

footer ul li a {
    color: #000;
}

.footer_menu ul li a, .footer_menu ul li
{
    color: #000;
    font-weight: 400;
    line-height: 30px;
}

.footer_menu.footer_contact ul li
{
    margin-bottom: 10px;
    line-height: 23px;
    display: flex;
    align-items: center;
}

.footer_menu ul li img
{
    height: 26px;
    margin-right: 10px;
}

.follow-us ul
{
    display: flex;
}

.follow-us ul li
{
    height: 35px;
    width: 35px;
    border-radius: 100%;
    margin: 0 3px 0;
    padding: 2px;
    text-align: center;
    line-height: 35px;
    color: #fff;
}

.follow-us ul li:hover
{
    color: var(--dark-color);
    background-color: var(--main-color);
}

.follow-us ul li i
{
    font-size: 17px;
}

.follow-us img
{
    margin-top: 20px;
    height: 52px;
}

.copyright_left
{
    line-height: 1.5;
}

.copyright_left, .copyright_right a
{
    color: #000;
    line-height: 1;
    padding: 0 10px;
}

.copyright_right a:hover
{
    color: var(--main-color);
}

.copyright_right a:not(:first-of-type)
{
    border-left: 1px solid #ddd;
}

#contact
{

    position: fixed;
    right: 12px;
    top: 60vh;
    transform: translateY(-50%);
    z-index: 999;
    display: flex;
    flex-direction: column;
}

#contact a
{
    background: var(--main-color) none repeat scroll 0 0;
    color: #ffffff;
    cursor: pointer;
    margin: 3px 0;
    font-size: 20px;
    height: 44px;
    line-height: 41px;
    text-align: center;
    width: 44px;
    border-radius: 50%;
    border: 2px solid #fff;
    transition: 0.3s;
    animation: contact_animation 1.3s ease-in-out 0s running normal none infinite;
}

@keyframes contact_animation
{
    0%
    {
        transform: rotate(0deg)
    }
    10%
    {
        transform: rotate(-15deg)
    }
    20%
    {
        transform: rotate(15deg)
    }
    30%
    {
        transform: rotate(-15deg)
    }
    40%
    {
        transform: rotate(15deg)
    }
    50%
    {
        transform: rotate(0deg)
    }
    100%
    {
        transform: rotate(0deg)
    }
}


#scrollUp
{
    color: var(--dark-color);
}

@media screen and (max-width: 767px)
{
    .main_footer
    {
        padding: 60px 0 40px;
    }

    .footer_menu.footer_contact
    {
        border: 0;
    }

    .follow-us img
    {
        height: 35px;
    }

    .footer_menu ul li a, .footer_menu ul li
    {
        line-height: 20px;
        margin-bottom: 4px;
    }

    .copyright_left
    {
        text-align: center;
        margin-bottom: 10px;
    }

    #contact
    {
        right: 5px;
        top: unset;
        bottom: 140px;
        transform: scale(0.85);
    }

    #scrollUp
    {
        right: 5px;
        bottom: 95px;
        transform: scale(0.85);
    }
}

/*end footer*/

/*page product list*/
section.page-banner-section
{
    padding: 170px 0 50px;
    background: rgba(0, 0, 0, 0.46) center center no-repeat;
    background-blend-mode: darken;
    background-size: cover;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5)
{
    section.page-banner-section
    {
        background: rgba(0, 0, 0, 0.57) center center no-repeat;
        background-size: cover;
    }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi)
{
    section.page-banner-section
    {
        background-size: cover;
        padding: 110px 0 20px;
    }

    section.page-banner-section h1
    {
        font-size: 25px !important;
    }
}

.breadcrumb
{
    margin-bottom: 0;
    background-color: #f3f5f5;
}

section.page-banner-section h1
{
    font-size: 32px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0px;
    line-height: 45px;
}

section.page-banner-section span
{
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 0;
    color: #999999;
}

ul.page-ban-list
{
    padding: 16px 0;
}

ul.page-ban-list li
{
    display: inline-block;
    margin-right: 4px;
    font-size: 16px;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    white-space: nowrap;
}

ul.page-ban-list li a
{
    color: #777777;
    font-size: 16px;
    white-space: nowrap;
    font-weight: 500;
    font-family: "Oswald", sans-serif;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

ul.page-ban-list li a:hover
{
    color: var(--sub-color);
    text-decoration: underline !important;
}

ul.page-ban-list li:before
{
    content: '9';
    font-family: 'ElegantIcons';
    font-size: 14px;
    color: #777777;
    margin-right: 6px;
}

.breadcrumb-item + .breadcrumb-item::before
{
    content: '9';
}

ul.page-ban-list li:first-child:before
{
    content: '';
    margin-right: 0;
}

.marg-top
{
    margin-top: 80px;
}

.marg-top ul.page-ban-list
{
    border-top: 1px solid #252428;
}

.ban-line-section
{
    background: #fe1818;
    padding: 70px;
    text-align: center;
}

.ban-line-section h2
{
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
}

.ban-line-section.second-style
{
    background: #fff;
    text-align: center;
}

.ban-line-section.second-style h2
{
    color: #23292c;
}

.ban-line-section.second-style h2 span
{
    display: inline-block;
    margin-right: 100px;
}

.ban-line-section.second-style h2 a
{
    line-height: 20px;
}

/* =  Menu section */
/*------------------------------------------------- */
.menu-section
{
    padding: 40px 0;
}

.menu-section.home-menu
{
    padding: 100px 0;
}

.menu-section.related-menu
{
    padding: 50px 0;
}

.blog_page_bg, .blog_details_bg
{
    padding: 50px 0 0;
}

.menu-section .menu-box .image-holder img
{
    width: 100%;
    height: auto;
}

@media (max-width: 768px)
{
    .menu-section.home-menu
    {
        padding: 50px 0;
    }

    .menu-section .menu-box .image-holder
    {
        margin-bottom: 30px;
    }
}

.menu-section .menu-box .menu-holder h2
{
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e1e1e1;
}

@media (max-width: 768px)
{
    .menu-section .menu-box .menu-holder
    {
        margin-bottom: 30px;
    }
}

.menu-section .menu-box .menu-holder ul.menu-list li
{
    display: flex;
    margin-bottom: 25px;
}

.menu-section .menu-box .menu-holder ul.menu-list li:last-child
{
    margin-bottom: 0;
}

.menu-section .menu-box .menu-holder ul.menu-list li img
{
    max-width: 60px;
    height: auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.menu-section .menu-box .menu-holder ul.menu-list li .img-box
{
    max-width: 60px;
    margin-right: 20px;
}

.menu-section .menu-box .menu-holder ul.menu-list li .menu-cont
{
    width: 100%;
}

.menu-section .menu-box .menu-holder ul.menu-list li .menu-cont h4
{
    color: #23292c;
    font-weight: 600;
    margin-bottom: 0px;
    border-bottom: 1px dotted #a6a6a6;
    line-height: 20px;
}

.menu-section .menu-box .menu-holder ul.menu-list li .menu-cont h4 span
{
    background: #fff;
    padding: 3px 0;
}

.menu-section .menu-box .menu-holder ul.menu-list li .menu-cont h4 span.title-menu
{
    padding-right: 10px;
}

.menu-section .menu-box .menu-holder ul.menu-list li .menu-cont h4 span.price
{
    float: right;
    color: #fe1818;
    padding-left: 10px;
}

.menu-section .menu-box .menu-holder ul.menu-list li .menu-cont p
{
    margin-top: 10px;
}

.menu-section .menu-box div.menu-post
{
    /*padding: 20px 20px 30px;*/
    background: #fff;
    text-align: center;
    box-shadow: 0 8px 20px -10px #999999;
    position: relative;
    overflow: hidden;
    /*box-shadow: 0 10px 20px rgb(0 0 0 / 5%), 0 6px 10px rgb(0 0 0 / 10%);*/
    box-shadow: 0 8px 10px 0 rgb(0 0 0 / 10%);
}

.menu-section .menu-box div.menu-post img.product_img
{
    width: 100%;
    height: auto;
    margin-bottom: 25px;
}

.menu-section .menu-box div.menu-post .badge
{
    background-color: #111;
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    color: var(--main-color);
    line-height: 12px;
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 0;
    padding: 8px 15px 3px 13px;
    text-align: center;
}

.menu-section .menu-box div.menu-post .badge.best-seller
{
    background-color: #ec0000;
    color: #fff;
}


.menu-section .menu-box div.menu-post .badge img
{
    height: 17px;
    margin-bottom: 8px;
}

.menu-section .menu-box div.menu-post h3
{
    font-size: 19px;
    line-height: 25px;
    min-height: 50px;
    margin-bottom: 8px;
    padding: 0 20px;
    transition: .3s all;
    color: var(--sub-color);
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
}

.menu-section .menu-box div.menu-post h3:hover
{
    color: var(--main-color);
}

.menu-section .menu-box div.menu-post p.desc
{
    padding: 0 20px;
    min-height: 72px;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
}

.menu-section .menu-box div.menu-post span.price
{
    color: #f80000;
    display: block;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
    font-family: 'Oswald', sans-serif;
}

@media screen and (max-width: 767px)
{
    .menu-section .menu-box div.menu-post img.product_img
    {
        margin-bottom: 15px;
    }


    .menu-section .menu-box div.menu-post .badge
    {
        font-size: 12px;
        padding: 7px 10px 2px 8px;

    }

    .menu-section .menu-box div.menu-post .badge img
    {
        height: 14px;
        margin-bottom: 5px;
    }

    .menu-section .menu-box div.menu-post h3
    {
        font-size: 16px;
        padding: 0 8px;
        line-height: 1.35;
        -webkit-line-clamp: 2;
        margin-bottom: 7px;
        min-height: 42px;
    }

    .menu-section .menu-box div.menu-post p.desc
    {
        display: none !important;
    }

    .menu-section .menu-box div.menu-post span.price
    {
        margin-bottom: 15px;
        font-size: 17.5px;
    }
}

/*page product list*/
/*****************************************************
29. product single Page start
*******************************************************/
.blog_messonry_button
{
    margin-bottom: 0;
    padding-left: 15px;
    max-width: 100%;
}

.blog_messonry_button button
{
    margin-right: 0;
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
    color: #585858;
    text-align: left;
    padding: 0 2px;
    line-height: 25px;
    margin-bottom: 12px;
    width: max-content;
}

@media screen and (min-width: 769px)
{

    .blog_messonry_wrap
    {
        position: sticky;
        top: 110px;
    }
}

@media screen and (max-width: 767px)
{
    .menu-box .col-md-2, .blog_details .col-md-4
    {
        border: 0 !important;
    }

    .blog_messonry_wrap
    {
        position: relative;
    }

    .blog_messonry_button_wrap.sticky
    {
        position: fixed;
        left: 0;
        z-index: 1000;
        background: #fff;
        padding: 10px 10px 0;
        width: 100%;
    }

    .blog_messonry_button button
    {
        white-space: nowrap;
        margin: 0 10px 12px;
        padding: 5px 10px;
        font-size: 16px;
        border: 1px solid #ccc;
    }

    .blog_messonry_button button.active
    {
        border-color: var(--main-color);
    }

    .blog_messonry_button button:first-child
    {
        margin-left: 0;
    }

    .messonry_overlay
    {
        position: absolute;
        right: -1px;
        font-size: 20px;
        /*height: 40px;*/
        /*width: 70px;*/
        bottom: 0;
        padding: 10px 5px 10px 40px;
        --webkit-background-image: linear-gradient(90deg, rgba(2, 0, 36, 0) 0%, rgba(255, 255, 255, 1) 80%, rgb(255 255 255) 100%);
        background-image: linear-gradient(90deg, rgba(2, 0, 36, 0) 0%, rgba(255, 255, 255, 1) 80%, rgb(255 255 255) 100%);
    }

    .blog_messonry_button
    {
        overflow-x: scroll;
    }

}

.product_single_wrapper
{
    padding: 70px 0;
}

.product_single_wrapper .container, .related_product_wrapper .container
{
    max-width: 1140px;
}

.product_single_wrapper .product_general
{
    padding-bottom: 70px;
}

.related_product_wrapper
{
    padding-top: 70px;
    border-top: 1px solid #ccc;
}

.related_product .product_wrap
{
    padding-bottom: 20px;
}

.fd_pro_thumnail
{
    height: 550px;
    overflow: hidden;
    text-align: left;
}

.product_single_slider .col-lg-3
{
    padding-right: 0px;
}

.product_single_slider .col-lg-9
{
    padding-left: 0px;
}

.fd_pro_thumnail .swiper-container
{
    backface-visibility: hidden;
    height: 100% !important;
}

.fd_pro_thumnail .fd_pro_img_thumnail img, .fd_product_img .fd_pro_img img
{
    border: 1px solid #ebebeb;
    /*border-radius: 10px;*/
    max-width: 100%;
}

.fd_pro_thumnail .swiper-slide.swiper-slide-active .fd_pro_img_thumnail img
{
    border: 2px solid #fec007;
}

.product_single_details
{
    margin-top: 20px;
    font-size: 16px;
}

.product_single_details .product_price_box h2
{
    font-size: 33px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: 600;
    color: #222222;
    margin-bottom: 35px;
}

.product_single_details .rating_section
{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.product_single_details .rating_section > span
{
    color: #fec007;
    margin-right: 10px;
}

.product_single_details > .rating_section > p
{
    margin: 0;
    text-transform: capitalize;
    margin-left: 10px;
}

.product_single_details > .rating_section > ul > li
{
    display: inline-block;
}

.product_single_details > .rating_section > ul > li > a.active
{
    color: #fec007;
}

.product_single_details > .rating_section > ul > li > a
{
    color: #7c7c7c;
}

.product_single_details > .product_code
{
    margin-bottom: 13px;
}

.product_single_details > .product_code > li
{
    display: inline-block;
    padding: 0px 10px;
    position: relative;
}

.product_single_details > .product_code > li:first-child
{
    padding-left: 0;
}

.product_single_details > .product_code > li:first-child:after
{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: 15px;
    background-color: #222222;
}

.product_single_details > .product_code > li > p
{
    margin: 0;
    text-transform: capitalize;
}

.product_single_details > .product_code > li > p span
{
    color: #fec007;
}

.product_prices
{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.product_prices h2
{
    font-size: 28px;
    font-weight: 600;
    color: #f80000;
    margin: 0;
}

.product_prices h3
{
    font-size: 18px;
    font-weight: 600;
    text-decoration: line-through;
    margin-right: 10px;
}

.product_prices span.product_discount
{
    color: #fec007;
}

.product_single_details > .product_desc p
{
    font-weight: 300;
    color: #555;
}

.product_delivery
{
    margin-top: 35px;
    font-family: 'Oswald', sans-serif;
}

.product_delivery span
{
    display: block;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 15px;
}

.product_delivery span a
{
    margin: 0 5px;
    font-size: 18px;
    font-weight: 600;
    color: #FFC800;
}

.product_delivery p
{
    font-style: italic;
    font-weight: 500;
}

.product_delivery p input::placeholder
{
    color: #d4d4d4;
}

.product_delivery p a.pin_check
{
    padding-left: 11px;
    font-size: 18px;
    color: #fec007;
    text-transform: capitalize;
    display: inline-block;
    font-weight: 600;
    position: relative;
}

.product_delivery p a.pin_check:before
{
    position: absolute;
    width: 1px;
    height: 15px;
    background-color: #d4d4d4;
    top: 50%;
    left: 2px;
    content: "";
    transform: translateY(-50%);
}

.product_content
{
    border-top: 1px solid #ccc;
    padding: 70px 0;
    font-size: 17px;
}

.product_content p, .product_content span, .product_content a, .product_content strong
{
    font-family: 'Roboto', sans-serif !important;
}

.product_content img
{
    max-width: 100% !important;
}

.pro_cod
{
    color: #222222;
    text-transform: capitalize;
    margin-bottom: 25px;
}

.pro_cod span
{
    margin-right: 10px;
    color: #fec007;
}

.quantity_wrapper
{
    width: 130px;
    display: inline-block;
    float: left;
}

.quantity_wrapper > .input-group
{
    border: 1px solid #ebebeb;
    border-radius: 5px;
}

.quantity_wrapper > .input-group > span
{
    height: 50px;
    width: 33%;
    text-align: center;
    line-height: 50px;
    position: relative;
    font-size: 26px;
    color: #fec007;
    cursor: pointer;
}

.quantity_wrapper > .input-group > input
{
    max-width: 33%;
    text-align: center;
    color: #707070;
    border: none;
}

.quantity_wrapper > .input-group > span.quantity_minus:after, .quantity_wrapper > .input-group > span.quantity_plus:before
{
    position: absolute;
    width: 1px;
    height: 22px;
    background-color: #ebebeb;
    top: 50%;
    right: 0;
    content: "";
    margin-top: -11px;
}

.quantity_wrapper > .input-group > span.quantity_plus:before
{
    left: 0;
    right: auto;
}

.fd_pro_add_btn
{
    float: left;
    margin-left: 30px;
}

.product_detail_tab
{
    padding-bottom: 80px;
}

.product_detail_tab > .nav-tabs
{
    border: none;
    margin-bottom: 30px;
}

.product_detail_tab > ul > li
{
    margin: 0px 10px;
}

.product_detail_tab > ul > li:first-child
{
    margin-left: 0;
}

.product_detail_tab > ul > li > a
{
    display: inline-block;
    min-width: 130px;
    padding: 9px 10px;
    border-radius: 5px;
    background-color: transparent;
    text-transform: capitalize;
    color: #222222;
    text-align: center;
    font-size: 16px;
}

.product_detail_tab > ul > li > a.active
{
    color: #ffffff;
    background-color: #fec007;
}

.additional_info
{
    width: 86%;
    position: relative;
}

.additional_info > li
{
    width: 50%;
    float: left;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.additional_info > li > span
{
    font-size: 16px;
    color: #222;
    text-transform: capitalize;
    font-weight: bold;
    margin-right: 10px;
}

.fd_review_wrapper .review_heading
{
    font-size: 20px;
    color: #222222;
    font-weight: 800;
    margin-bottom: 35px;
    text-transform: capitalize;
}

.fd_review_wrapper h5
{
    font-size: 20px;
    color: #222222;
    font-weight: 500;
    margin-bottom: 35px;
    text-transform: capitalize;
}

/********************************************************
29. product single Page end
*******************************************************/

/*post list*/
.blog_meta span
{
    color: var(--bs-secondary);
    font-family: 'Oswald', sans-serif;

}

.blog_meta i
{
    color: var(--main-color);
    font-size: 16px;
}

.blog_content
{
    padding: 20px 20px 23px;
}

.blog_content > h3
{
    color: var(--sub-color);
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 500;
    transition: .3s all;
    min-height: 60px;
}

.blog_content h3:hover
{
    color: #ffc800;
}

.blog_content > .blog_desc
{
    min-height: 72px;
    margin-bottom: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
}

/**/
.owl-carousel .single_blog
{
    margin: 0 0 15px;
}

.single_blog_dark .blog_meta span
{
    color: #ddd;
    font-family: 'Oswald', sans-serif;

}

.single_blog_dark .blog_meta i
{
    color: var(--main-color);
    font-size: 16px;
}

.single_blog_dark .blog_content
{
    padding: 20px 20px 23px;
    background-color: var(--dark-color);
}

.single_blog_dark .blog_content > h3
{
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 500;
    transition: .3s all;
}

.single_blog_dark .blog_content h3:hover
{
    color: var(--main-color);
}

.single_blog_dark .blog_content > .blog_desc
{
    color: #cfcfcf;
    min-height: 72px;
    margin-bottom: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
}

/**/
.single_blog
{
    border: 1px solid #d6d6d6;
}

.blog_content > .readmore
{
    font-size: 14px;
    font-family: 'Oswald', sans-serif;
    line-height: 24px;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 20px;
}

.blog_content > .readmore:hover
{
    color: var(--main-color);
}

.blog_content > .readmore i
{
    font-size: 18px;
    margin-left: 4px;
    vertical-align: middle;
}

.pagination_style .page-item
{
    margin: 0;
}

.page-item:first-child .page-link, .page-item:last-child .page-link
{
    border-radius: 0;
}

.page-item.direct:first-child
{
    margin-right: 15px;
}

.page-item.direct:last-child
{
    margin-left: 15px;
}

.page-item.direct:first-child .page-link
{
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    padding: 5px;
}

.page-item.direct:last-child .page-link
{
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    padding: 5px;
}

.pagination_style ul li a:hover, .pagination_style ul li a:hover i
{
    color: var(--main-color);
}

@media only screen and (max-width: 767px)
{
    .blog_content > h3
    {
        color: var(--sub-color);
    }
}

/*post list*/

/*post detail*/
.bread_blog_details .breadcrumb_content h3
{
    font-size: 38px;
    line-height: 48px;
    font-weight: 700;
    color: var(--dark-color);
}

.post_header
{
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.blog_details_meta .meta_post_text
{
    margin-right: 20px;
}

.blog_details_desc
{
    text-align: justify;
}

.blog_details_desc span,
.blog_details_desc p,
.blog_details_desc strong,
.blog_details_desc h1,
.blog_details_desc h2,
.blog_details_desc h3,
.blog_details_desc h4,
.blog_details_desc h5,
.blog_details_desc h6
{
    font-family: 'Roboto' !important;
}

.blog_details_desc img
{
    max-width: 100% !important;
}

.widget
{
    margin-bottom: 40px;
    position: sticky;
    top: 110px;
}

.blog_messonry_wrap .section_title, .blog_details_bg .section_title
{

    margin-bottom: 20px;
}

.blog_messonry_wrap .section_title .widget-title, .blog_details_bg .section_title .widget-title
{
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
    position: relative;
    color: #222;
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 15px;
}

.blog_messonry_wrap .section_title .widget-title:before, .blog_details_bg .section_title .widget-title:before
{
    bottom: -10px;
    left: 0;
    height: 3px;
    width: 35%;
    min-width: 30px;
}

.widget ul
{
    margin: 0;
    margin-bottom: 30px;
    padding: 0;
    display: inline-flex;
    flex-direction: column;
}

.widget ul > li
{
    padding: 0 1px 2px;
    margin-bottom: 10px;
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    color: #585858;
    font-weight: 400;
}

.widget ul > li.active > a
{
    color: var(--main-color);
}

.widget ul li a
{
    font-size: 18px;
    padding: 3px 2px;
    line-height: 25px;
    position: relative;
    text-decoration: none;
    color: #585858;
}

.widget ul li a:before
{
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    background: var(--main-color);
    left: 0;
    bottom: 0;
    transition: 0.3s;
}

.widget ul li.active a:before, .widget ul li:hover a:before
{
    width: 100%;
}

.related_posts
{
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 70px;
    margin-top: 70px;
}

.fb-like a, .fb-like button, .fb-like img, .fb-like input, .fb-like span
{
    transition: unset;
}

@media screen and (max-width: 767px)
{
    .blog_details_bg
    {
        padding: 20px 0 50px;
    }

    .bread_blog_details .breadcrumb_content h3
    {
        font-size: 28px;
        line-height: 1.2;
    }

    .fb-like
    {
        margin-bottom: -10px;
    }

    .widget, .widget ul
    {
        margin-bottom: 0;
    }

    .related_posts
    {
        padding-top: 30px;
        margin-top: 30px;
    }

    .blog_container-2
    {
        padding: 15px 0;
    }
}

/*post detail*/

/*contact*/
.contact_page_section
{
    padding: 70px 0;
    background: #faf7f3;
}

.contact_inner
{
    padding: 20px;
    background-color: #B79971;
}

.contact_info_wrapper
{
    font-size: 16px;
    height: 100%;
}

.contact_info_wrapper .contact_info_title
{
    margin-bottom: 30px;
    font-size: 33px;
    font-weight: 600;
    padding-top: 20px;
    font-family: "Oswald", sans-serif;
}

.contact_info_desc
{
    margin-bottom: 35px;
}

.contact_info_opening
{
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #999;
    margin-bottom: 40px;
    position: relative;
}

.contact_info_opening .opening
{
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    margin-bottom: 3px;
}

.contact_info_opening .store-direction
{
    bottom: 5px;
    right: 0;
    /*padding: 8px 8px 8px 23px;*/
    /*position: relative;*/
}

.contact_info_opening .store-direction:before
{
    /*position: absolute;*/
    /*content: "\e081";*/
    /*font-family: 'ElegantIcons';*/
    /*top: 8px;*/
    /*left: 8px;*/
}

.contact_info
{
    margin-bottom: 0;
}

.contact_info:first-of-type
{
    margin-bottom: 30px;
}

.contact_info_wrapper a.contact_content
{

    font-size: 35px;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
    color: #ffc400;
}

.contact_inner .footer_form
{
    border-radius: 0;
    padding: 50px 50px 65px;
    background: #B79971;
}

@media screen and (max-width: 767px)
{
    .contact_info_wrapper
    {
        font-size: 14.5px;
    }

    .contact_info_opening .opening
    {
        font-size: 16px;
    }

    .contact_info_wrapper .contact_info_title
    {
        font-size: 25px;
    }
}

#blog_slider .blog_content > h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box !important;
    height: 60px;
}

/*end contact*/