/* desktop */

body {
    color: #3d291f;
    line-height: 1.75;
    background-color: #f8f7f6;
}

a {
    text-decoration: none !important;
    transition: all 0.50s;
}

.all_functional_page {
    padding-top: 100px;
    padding-bottom: 100px !important;
    min-height: auto;
    font-size: 1rem;
}

#main_index {
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0 !important;
}

/* menu */

#main_index .navbar_ecommerceDropdown {
    height: 0;
    z-index: 1;
    background-color: transparent;
}

.navbar_ecommerceDropdown {
    padding: 0;
    background-color: #848587;
}

.navbar_ecommerceDropdown .container.d-flex.justify-content-between {
    padding: 0;
    align-items: center;
}

.nav_logo {
    padding: 15px;
}

.nav_logo a {
    display: flex;
}

.navbar_ecommerceDropdown .nav_search {
    padding: 15px;
    justify-content: flex-end;
}

.nav_bottom {
    background-color: transparent;
}

.nav_bottom .menu {
    gap: 80px;
    letter-spacing: 0.05em

}

.nav_bottom .menu .nav_item:hover {
    background-color: transparent;
}

.nav_bottom .menu .nav_item .dropdown a {
    padding: 0;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1vw;
    position: relative;
}

.nav_bottom .menu .nav_item:hover .dropdown .title {
    color: #ffffff;
}

.nav_bottom .menu .nav_item .dropdown a:after {
    content: '';
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2.5px;
    opacity: 0;
    transition: all 0.50s;
}

.nav_bottom .menu .nav_item:hover .dropdown a:after {
    width: 100%;
    opacity: 1;
}

.nav_bottom .menu .nav_item .dropdown a strong {
    font-weight: normal;
}

.hp_sticky {
    position: fixed;
    width: 100%;
    height: auto !important;
    z-index: 10 !important;
    background-color: rgba(61, 41, 31, 0.75) !important;
}

/* banner */

/*
.slider_banner .item img {
    filter: brightness(0.50);
}
*/

.slider_banner .banner_content {
    overflow: hidden;
    opacity: 1 !important;
}

.hp_table {
    height: 80%;
}

.hp_banner_content {
    gap: 50px;
}

.hp_banner_content h2 {
    font-size: 16px;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.hp_banner_content h2 strong {
    font-weight: 300;
}

/* category */

.index_wrapper_3 {
    padding-top: 100px;
}

.index_wrapper_3 #index_3 {
    padding-right: 0;
    padding-left: 0;
}

/* slide 1 */

.index_wrapper_4 #index_4 {
    padding-right: 0;
    padding-left: 0;
}

.hp_title {
    font-size: 26px;
    line-height: normal;
    /*font-family: "Playfair Display", serif;*/
    letter-spacing: 1px;
}
.hp_category_title {
    font-size: 18px;
    line-height: normal;
    letter-spacing: 0.9px;
}

.productSlider-1 .product_img .slick-arrow {
    width: auto;
    height: auto;
}

.productSlider-1 .product_img .slick-arrow::before {
    padding: 15px;
    text-shadow: none;
    font-size: 16px;
    line-height: normal;
    opacity: 1;
    color: #3d291f;
    transition: all 0.50s;
}

.productSlider-1 .product_img .slick-arrow:hover:before {
    color: #b34823;
}

.productSlider-1 .product_img .slick-prev {
    left: 0;
    transform: translate(-50%, -50%);
}

.productSlider-1 .product_img .slick-next {
    right: 0;
    transform: translate(50%, -50%);
}

.productSlider-1 .slick-track .slick-slide {
    margin: 15px;
    border-radius: 15px;
    box-shadow: none;
    min-height: auto;
    background-color: transparent;
}

.productSlider-1 .product_img .product_box {
    margin: 0;
    border: none;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.productSlider-1 .product_img .product_box .product_img_frame {
    padding-top: 0;
    height: 350px;
}

.productSlider-1 .product_img .product_box .product_img_frame img {
    border-radius: 0;
}

.productSlider-1 .product_img .product_box .content {
    margin-top: 0 !important;
}

.productSlider-1 .product_img .product_box .content a:first-child {
    display: none;
}

.productSlider-1 .product_img .product_box .content a h6 {
    font-weight: normal !important;
    font-size: 16px;
    margin-bottom: 0;
    line-height: normal;
    transition: all 0.50s;
}

.productSlider-1 .product_img .product_box .content a h6:hover {
    color: #b34823;
}

.productSlider-1 .product_img .product_box .content p {
    display: none;
}

.productSlider-1 .product_img .product_box .content .align-top {
    font-weight: normal !important;
    font-size: 16px;
    margin-bottom: 0;
    line-height: normal;
}

.productSlider-1 .product_img .product_box .content .align-top a {
    color: #3d291f;
}

.productSlider-1 .product_img .product_box .content .align-top a:hover {
    color: #b34823;
}

.productSlider-1 .product_img .product_box .cut_price {
    display: none;
}

.index_wrapper_4 .hp_button a button {
    border: 0;
    border-bottom: 1px solid #3d291f;
}

/* slide 2 */

.index_wrapper_5 {
    padding-bottom: 100px;
}

.index_wrapper_5 #index_5 {
    padding-right: 0;
    padding-left: 0;
}

.index_wrapper_5 .hp_button a button {
    border: 0;
    border-bottom: 1px solid #3d291f;
}

/* running */

.index_wrapper_6 #index_6 {
    padding-right: 0;
    padding-left: 0;
}

.hp_running_box {
    background-color: #e2d9d0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    padding: 100px 0;
}

.hp_running_box:before, .hp_running_box:after {
    content: '';
    background-color: #e2d9d0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.hp_running_box:before {
    left: -50%;
}

.hp_running_box:after {
    right: -50%;
}

.hp_running_box div.d-flex.align-items-center.justify-content-center p {
    font-size: 50px;
    line-height: normal;
    color: #b34823;
}

.hp_running_box_content {
    gap: 15px;
    border-right: 1px solid #3d291f;
}

.hp_running_box_content:last-child {
    border-right: 0;
}

.hp_running_box_content h3 {
    font-size: 50px;
    line-height: normal;
    font-weight: bold;
    color: #b34823;
    /*font-family: "Playfair Display", serif;*/
}

/* about */

.index_wrapper_7 .row.innerRow_7 {
    position: relative;
}

.index_wrapper_7 #index_7 #index_7_2 {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}

.hp_about {
    background-color: #e2d9d0;
    padding: 100px 125px;
}

.hp_about_content {
    gap: 50px;
}

.hp_about_content .hp_title {
    color: #3d291f;
}

.hp_about_content .hp_title:before {
    content: '';
    background-color: #946b48;
    position: absolute;
    top: 0;
    left: -25px;
    width: 5px;
    height: 100%;
}

.hp_about_content p {
    /*font-size: 20px;*/
    max-width: calc(100% - 30%);
}

.hp_button a button {
    transition: all 0.50s;
    background-color: transparent;
    color: #3d291f;
    border: 1px solid #3d291f;
    padding: 10px 50px;
}

.hp_button a:hover button {
    background-color: #3d291f;
    color: #e2d9d0;
}

/* what */

.index_wrapper_8 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.index_wrapper_8 .row.outerRow_8 {
    align-items: center;
}

.index_wrapper_8 #index_8 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.index_wrapper_8 #index_9 {
    padding-right: 0;
    padding-left: 0;
}

.hp_what {
    background-color: #e2d9d0;
    padding: 100px 125px;
}

.hp_what:after {
    content: '';
    background-color: #e2d9d0;
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.hp_what_content {
    gap: 50px;
}

.hp_what_content .hp_title:before {
    content: '';
    background-color: #946b48;
    position: absolute;
    top: 0;
    left: -25px;
    width: 5px;
    height: 100%;
}

.hp_what_content p {
    /*font-size: 20px;*/
}

/* touch */

.index_wrapper_10 {
    padding-top: 150px;
    padding-bottom: 150px;
    background-image: url(https://cdn1.npcdn.net/userfiles/23159/image/f-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.index_wrapper_10 #index_10 {
    padding-right: 0;
    padding-left: 0;
}

.hp_touch_content {
    gap: 25px;
}

.hp_touch_content p {
    /*font-size: 20px;*/
}

.hp_touch_content .hp_button a button {
    border-color: #ffffff;
    color: #ffffff;
}

.hp_touch_content .hp_button a:hover button {
    background-color: #ffffff;
    color: #3d291f;
}

/* subscribe */

.index_wrapper_11 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #f8f7f5;
}

.index_wrapper_11 #index_11 {
    padding-right: 0;
    padding-left: 0;
}

.subscribe_new {
    background-color: transparent;
    color: #3d291f;
    padding-top: 0;
    padding-bottom: 0;
}

.subscribe_new .row {
    align-items: center;
}

.subscribe_new .col-12.col-md-6.mb-0.mb-lg-3 {
    padding: 15px;
    margin-bottom: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.subscribe_new .all_font_md {
    font-size: 0 !important;
    margin-top: 0 !important;
    font-weight: bold;
    line-height: normal;
    /*font-family: "Playfair Display", serif;*/
    text-transform: uppercase;
}

.subscribe_new .all_font_md:before {
    content: 'Stay Inspired';
    font-size: 30px;
}

.subscribe_new p {
    color: #6c757d;
    max-width: calc(100% - 20%);
}

.subscribe_new .col-12.col-md-6.mb-0.mb-lg-3.d-flex {
    flex-direction: row;
    align-items: center;
    gap: 0;
}

.subscribe_new .input {
    background-color: #ffffff;
    border-color: #3d291f;
    color: #6c757d;
    caret-color: #3d291f;
    font-size: 16px !important;
    margin-top: 0 !important;
    padding: 15px;
    line-height: normal;
}

.subscribe_new .search {
    position: static;
    top: 0;
    right: 0;
    color: #3d291f;
    border: 1px solid #3d291f;
    font-size: 16px !important;
    margin-top: 0 !important;
    padding: 15px;
    line-height: normal;
    background-color: #ffffff;
}

.subscribe_new .search:hover {
    border: 1px solid #3d291f;
    background-color: #3d291f;
}

/* footer */

.footer_type7 {
    background-color: #e2d9d0;
    color: #3d291f;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    padding-right: 0;
    padding-left: 0;
    overflow: hidden;
}

.footer_type7 .title {
    min-height: auto;
}

.footer_type7 .logo {
    height: 50px;
    padding-top: 0;
}

.footer_type7 .logo img {
    position: static;
    transform: none;
    max-height: 100%;
}

.footer_type7 p {
    margin-bottom: 0;
}

.footer_type7 .title h5 {
    font-weight: bold;
    line-height: normal;
    /*font-family: "Playfair Display", serif;*/
}

.footer_type7 .col-12.col-md-3.mb-md-0.p-3 .title h5 {
    font-size: 0;
}

.footer_type7 .col-12.col-md-3.mb-md-0.p-3 .title h5:after {
    content: 'Business Hour';
    font-size: 1.25rem;
}

.footer_type7 ul.list-unstyled {
    margin-bottom: 0;
}

.footer_type7 .col-12.col-md-3.mb-md-0.p-3 ul {
    display: none;
}

.footer_type7 a {
    color: #3d291f;
}

.footer_type7 a:hover {
    color: #946b48;
}

.footer_type7 ul.list-unstyled li a p {
    margin-bottom: 0 !important;
}

.footer_type7 .location {
    margin-bottom: 0 !important;
}

.footer_type7 .location .d-flex {
    align-items: baseline;
    gap: 22.5px;
}

.footer_type7 .location i {
    margin-top: 0;
    margin-right: 0;
}

.footer_type7 ul.list-unstyled li.mb-1 {
    margin-bottom: 0 !important;
}

.footer_type7 ul.list-unstyled li.mb-1 a.w-100 {
    display: flex;
    align-items: center;
    gap: 15px;
}

.footer_type7 .col-12.col-md-6.mb-3.mb-md-0 {
    padding: 15px;
    border-top: 1px solid #ffffff;
    margin-top: 50px;
}

.footer_type7 .copy_right.text-center.text-md-left p.mb-1 {
    margin-bottom: 0 !important;
}

.footer_type7 .col-12.col-md-6.pb-5.pb-md-0 {
    padding: 15px !important;
    border-top: 1px solid #ffffff;
    margin-top: 50px;
}

.footer_type7 .social_media {
    padding-right: 0 !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
}

.footer_type7 .social_media a {
    margin-left: 0;
    display: flex;
}

.footer_type7 .social_media a:hover {
    color: #946b48;
}

/* page */

.page_title {
    text-align: center !important;
}

.page_title b {
    font-size: 35px;
    color: #3d291f;
    font-weight: bold;
    /*font-family: "Playfair Display", serif;*/
}

.wspages {
    padding: 100px 0;
    min-height: auto !important;
    font-size: 1rem;
}

#main_category .product_list_5 .product_box .img_frame {
    padding-top: calc(100% - 50%);
}

#main_category .product_list_5 .product_box .whatsapp_wrapper a {
    display: none;
}

#main_showproducts {
    padding-top: 0;
}

#main_showproducts .showproducts_wrapper_1 {
    background-image: url(https://cdn1.npcdn.net/userfiles/23159/image/product_bg_copy.jpg);
    background-repeat: no-repeat;
    background-position: 50% 70%;
    background-size: cover;
    padding: 500px 0 0;
    margin-bottom: 50px;
    position: relative;
}

#main_showproducts .showproducts_wrapper_1:before {
    content: '';
    background-color: rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#main_showproducts .breadcrumb_b ol li a, #main_showproducts .breadcrumb_b ol li:after {
    color: #ffffff;
}

#main_category .product_list_5 .product_box .img_frame img {
    transition: all 0.50s;
}

#main_category .product_list_5 .product_box .img_frame img:hover {
    filter: brightness(0.75);
    transform: translate(-50%, -50%) scale(1.25);
}

#main_contactus {
    padding-top: 100px;
    padding-bottom: 100px;
    font-size: 1rem;
}

#main_contactus #contactus_1_1 .ws_contact {
    display: flex;
    flex-direction: column-reverse;
}

#main_contactus #contactus_1_1 .col-12.col-md-4.ws_contact {
    margin-bottom: 15px !important;
}

#main_contactus #contactus_1_1 .ws_contact .col-12.p-0.contact_map.mb_10 {
    display: flex;
    margin-bottom: 0;
}

#main_contactus #contactus_1_1 .ws_contact .col-12.p-0.contact_map.mb_10 iframe {
    height: 500px;
    max-width: 1240px;
    margin: 0 auto;
    padding: 15px;
}

/* */

/* tablet */

@media only screen and (min-width: 768px) and (max-width: 1140px) {

/* slide */

.productSlider-1 .product_img .product_box .product_img_frame {
    height: 300px;
}

/* about */

.hp_about {
    padding: 50px;
}

.hp_about_content p {
    max-width: 100%;
}

/* what */

.hp_what {
    padding: 50px;
}

/* page */

#main_showproducts .showproducts_wrapper_1 {
    padding: 350px 0 0;
}

}

/* */

/* mobile */

@media only screen and (max-width: 767px) {

/* menu */

.navbar_mobile {
    background-color: #848587;
    border-bottom: 0;
    height: auto;
}

.navbar_mobile .row_1 {
    flex-direction: row-reverse;
    margin-bottom: 0;
    padding-top: 0 !important;
}

.navbar_mobile .row_1 .col.pl-4 {
    padding: 15px !important;
    justify-content: flex-end;
}

.navbar_mobile .btn-outline-light {
    border-radius: 0 !important;
    border: 0;
    font-size: 16px !important;
    padding: 0;
    line-height: normal;
    display: flex;
}

.navbar_mobile .btn-outline-light:hover {
    color: #e2d9d0;
    background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show>.btn-outline-light.dropdown-toggle {
    color: transparent;
    background-color: transparent;
    border-color: transparent;
}

.navbar_mobile .row_1 .col.text-center {
    padding: 15px;
}

/*
.navbar_mobile .logo_img {
    max-height: 35px;
}
*/

.navbar_mobile .row_1 .col {
    padding: 15px;
}

.side_menu {
    background-color: #3d291f;
}

.side_menu input {
    border-radius: 0;
    height: auto;
    padding: 5px 15px;
    border: none;
    background-color: #ffffff;
    color: #3d291f;
}

.side_menu input::placeholder {
    color: #3d291f !important;
}

.side_menu button {
    right: 15px !important;
    font-size: 16px !important;
    padding: 0;
    color: #3d291f !important;
    transition: all 0.50s;
}

.side_menu button:hover {
    color: #e2d9d0 !important;
}

.side_menu .list-group .list-group-item {
    border-color: rgba(255, 255, 255, 0.25);
}

.side_menu .list-group .list-group-item a {
    color: #ffffff;
    text-transform: uppercase;
}

.side_menu .list-group .list-group-item a:hover {
    color: #e2d9d0;
}

.side_menu .social_media a {
    color: #ffffff;
}

.side_menu .social_media a:hover {
    color: #e2d9d0;
}

.m_default_member a:hover, .m_default_languagebar a:hover {
    color: #e2d9d0;
}

.hp_mobile_sticky {
    position: fixed;
    background-color: rgba(61, 41, 31, 0.75);
}

.hp_mobile_sticky .btn-outline-light {
    color: #ffffff;
}

/* banner */

.slider_banner, .slider_banner .item {
    height: auto !important;
}

.slider_banner .item img {
    height: 80vh !important;
    object-fit: cover;
}

.hp_banner_content {
    width: 100% !important;
}

/* slide 1 */

.index_wrapper_3 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.productSlider-1 {
    margin: auto 20px;
}

.productSlider-1 .product_img .product_box .product_img_frame {
    height: 500px;
}

/* slide 2 */

.index_wrapper_5 {
    padding-bottom: 50px;
}

/* running */

.hp_running_box {
    grid-template-columns: repeat(2, 1fr);
}

.hp_running_box_content:nth-child(2) {
    border-right: 0;
}

/* about */

.index_wrapper_7 #index_7 #index_7_1 img {
    height: 500px;
    object-fit: cover;
}

.index_wrapper_7 #index_7 #index_7_2 {
    position: static;
    transform: none;
}

.hp_about {
    padding: 100px 50px;
}

.hp_about_content .hp_title strong br {
    display: none;
}

.hp_about_content p {
    max-width: 100%;
}

/* what */

.index_wrapper_8 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.hp_what {
    padding: 100px 50px;
}

.hp_what_content .hp_title strong br {
    display: none;
}

/* touch */

.index_wrapper_10 {
    padding-top: 50px;
    padding-bottom: 50px;
}

/* subscribe */

.index_wrapper_11 {
    padding-top: 50px;
    padding-bottom: 50px;
}

/* footer */

.footer_type7 .col-12.col-md-6.mb-3.mb-md-0 {
    margin-bottom: 0 !important;
}

.footer_type7 .col-12.col-md-6.pb-5.pb-md-0 {
    border-top: 0;
    margin-top: 0;
}

.footer_type7 .social_media {
    justify-content: center;
}

/* page */

#main_showproducts .showproducts_wrapper_1 {
    padding: 350px 0 0;
}

}

/* */