/* desktop */

body {
    color: #000000;
    line-height: 1.75;
}

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;
    background-color: #000000;
    color: #ffffff;
}

#main_index {
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0 !important;
}

/* menu */

.navbar_ecommerceDropdown {
    background-color: #000000;
    padding: 0;
}

.navbar_ecommerceDropdown .container.d-flex.justify-content-between {
    padding: 0;
    align-items: center;
}

.nav_logo {
    padding: 1vw;
}

.nav_logo a {
    display: flex;
}

.navbar_ecommerceDropdown .nav_search {
    padding: 1vw;
    justify-content: center;
}

.nav_bottom {
    background-color: transparent;
}

.nav_bottom .menu {
    gap: 2.5vw;
    flex-wrap: nowrap;
}

.nav_bottom .menu .nav_item:hover {
    background-color: transparent;
}

.nav_bottom .menu .nav_item .dropdown a {
    padding: 0;
    color: #ffffff;
    font-size: 1vw;
    position: relative;
}

.nav_bottom .menu .nav_item .dropdown a:after {
    content: '';
    background-color: #f3d13c;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    transition: all 0.50s;
    opacity: 0;
}

.nav_bottom .menu .nav_item:hover .dropdown a:after {
    opacity: 1;
    width: 100%;
}

.nav_bottom .menu .nav_item .dropdown a strong {
    font-weight: normal;
}

.hp_search {
    padding: 0.325vw 1vw;
}

.hp_search form button {
    border: 0;
    background-color: transparent;
    color: #ffffff;
    top: 50%;
    transform: translateY(-50%);
    padding: 5px 15px;
    transition: all 0.50s;
}

.hp_search form button:hover {
    color: #f3d13c;
}

.hp_search form input {
    border: 0;
    background-color: #333333;
    color: #f3d13c;
    border-radius: 5px;
    padding: 5px 15px 5px 50px;
}

.hp_search form input::placeholder {
    color: #ffffff;
}

/* dropdown */

.nav_bottom .menu .nav_item .dropdown .dropdown_menu {
    top: 100%;
    border-top: 5px solid transparent;
    max-width: 100%;
}

.nav_bottom .menu .nav_item .dropdown .dropdown_menu .dropdown_body {
    background-color: #f3d13c;
    box-shadow: none;
    padding: 5px 15px;
    border-radius: 5px;
}

.nav_bottom .menu .nav_item .dropdown .dropdown_menu .dropdown_body ul li a {
    padding: 0 !important;
    color: #000000;
}

.nav_bottom .menu .nav_item .dropdown .dropdown_menu .dropdown_body ul li a:hover {
    color: #ffffff;
}

.nav_bottom .menu .nav_item .dropdown .dropdown_menu .dropdown_body ul li a:after {
    display: none;
}

/* banner */

.slider_banner .banner_content {
    overflow: hidden;
}

/* about */

.index_wrapper_3 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #000000;
}

.index_wrapper_3 #index_3 {
    padding-right: 0;
    padding-left: 0;
}

.hp_title {
    font-size: 55px;
    line-height: normal;
    color: #f3d13c;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
}

.hp_title strong {
    font-weight: 900;
}

.hp_subtitle {
    font-size: 25px;
    line-height: normal;
    text-transform: uppercase;
}

.hp_about_video {
    z-index: 1;
}

.hp_about_video iframe {
    width: 100%;
    display: flex;
}

.hp_about_box {
    background-color: #333333;
    padding: 100px 50px 100px 100px;
    border-radius: 15px;
    gap: 15px;
    margin-left: -100px;
}

.hp_about_box p b {
    color: #f3d13c;
}

/* category */

.index_wrapper_4 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #333333;
}

.index_wrapper_4 #index_4 {
    padding-right: 0;
    padding-left: 0;
}

.hp_category_box {
    gap: 15px;
}

.hp_category_box_content {
    z-index: 0;
    padding: 15px;
}

.hp_category_box_content:before {
    content: '';
    background-color: #f3d13c;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    border-radius: 15px;
    z-index: -1;
}

.hp_category_box_content img {
    transition: all 0.50s;
}

.hp_category_box:hover .hp_category_box_content img {
    transform: translateY(-15px);
}

.hp_category_box_content h3 {
    font-size: 20px;
    line-height: normal;
    font-family: "Oswald", sans-serif;
}

.hp_button a button {
    transition: all 0.50s;
    background-color: #f3d13c;
    color: #000000;
    padding: 5px 15px;
    border-radius: 5px;
    border: 0;
    opacity: 0;
}

.hp_category_box:hover .hp_button a button {
    opacity: 1;
}

.hp_button a:hover button {
    background-color: #000000;
    color: #f3d13c;
}

/* why */

.index_wrapper_5 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #000000;
}

.index_wrapper_5 #index_5 {
    padding-right: 0;
    padding-left: 0;
}

.hp_why {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 25px;
}

.hp_why_box {
    color: #f3d13c;
    gap: 15px;
    transition: all 0.50s;
}

.hp_why_box:hover {
    transform: scale(1.05);
}

.hp_why_box img {
    max-width: 100px;
    max-height: 100px;
    margin: 0 auto;
}

.hp_why_box h3 {
    font-size: 20px;
    line-height: normal;
    font-family: "Oswald", sans-serif;
}

.hp_why_box p {
    opacity: 0;
    transition: all 0.50s;
}

.hp_why_box:hover p {
    opacity: 1;
}

/* location */

.index_wrapper_6 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #333333;
}

.index_wrapper_6 #index_6 {
    padding-right: 0;
    padding-left: 0;
}

.hp_location {
    margin-bottom: 0 !important;
}

.hp_location .slick-dots {
    bottom: 0;
    display: flex;
    padding: 0 15px;
}

.hp_location .slick-dots li {
    width: 100%;
    height: auto;
    margin: 0;
}

.hp_location .slick-dots li button {
    width: 100%;
    height: 5px;
    padding: 0;
    background-color: #ffffff;
}

.hp_location .slick-dots li.slick-active button {
    background-color: #f3d13c;
}

.hp_location .slick-dots li button:before {
    display: none;
}

.hp_location_item {
    padding: 15px;
}

.hp_location_item_box_content {
    gap: 15px;
    padding: 15px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.50s;
}

.hp_location_item_box:hover .hp_location_item_box_content {
    transform: translate(-50%, calc(-50% - 15px));
}

.hp_location_item_box_content h3 {
    font-size: 50px;
    line-height: normal;
    font-family: "Oswald", sans-serif;
}

.hp_location_item_box_content h3 strong {
    font-weight: 900;
}

.hp_location_item_box_content h4 {
    font-size: 25px;
    line-height: normal;
    color: #f3d13c;
}

.hp_location_item_box .hp_button {
    gap: 15px;
    width: max-content;
    opacity: 0;
    transition: all 0.50s;
}

.hp_location_item_box:hover .hp_button {
    opacity: 1;
    margin-top: 15px;
}

.hp_location_item_box .hp_button div a button {
    transition: all 0.50s;
    border: 0;
    padding: 5px 15px;
    border-radius: 5px;
    opacity: 1;
}

.hp_location_item_box .hp_button div:first-child a button {
    background-color: #f3d13c;
    color: #000000;
}

.hp_location_item_box .hp_button div:first-child a:hover button {
    background-color: #333333;
    color: #f3d13c;
}

.hp_location_item_box .hp_button div:last-child a button {
    background-color: #333333;
    color: #ffffff;
}

.hp_location_item_box .hp_button div:last-child a:hover button {
    background-color: #f3d13c;
    color: #000000;
}

/* product 1 */

.index_wrapper_7 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #000000;
}

.index_wrapper_7 #index_7 {
    padding-right: 0;
    padding-left: 0;
}

.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: #ffffff;
    transition: all 0.50s;
}

.productSlider-1 .product_img .slick-arrow:hover:before {
    color: #f3d13c;
}

.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;
    padding: 15px;
}

.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 img {
    border-radius: 0;
}

.productSlider-1 .product_img .product_box .content {
    text-align: center !important;
    margin-top: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.productSlider-1 .product_img .product_box .content a:first-child {
    display: none;
}

.productSlider-1 .product_img .product_box .content a h6 {
    font-weight: bold !important;
    font-size: 16px;
    margin-bottom: 0;
    line-height: normal;
    transition: all 0.50s;color: #000000;
}

.productSlider-1 .product_img .product_box .content a h6:hover {
    color: #f3d13c;
}

.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;
    color: #000000;
}

.productSlider-1 .product_img .product_box .content .align-top a {
    color: #000000;
    display: block;
}

.productSlider-1 .product_img .product_box .content .align-top a:hover {
    color: #f3d13c;
}

.productSlider-1 .product_img .product_box .cut_price {
    display: none;
}

/* product 2 */

.index_wrapper_8 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #333333;
}

.index_wrapper_8 #index_8 {
    padding-right: 0;
    padding-left: 0;
}

/* footer */

.footer_type13 {
    background-color: #000000;
    padding-top: 100px !important;
}

.footer_type13 .top_row {
    background: inherit;
}

.footer_type13 .row.mb-3 {
    margin-bottom: 0 !important;
}

.footer_type13 .col-12.col-lg-2.mb-md-0.pt-5 {
    padding: 15px !important;
}

.footer_type13 .logo {
    margin-top: 0;
    margin-bottom: 0;
    width: 150px;
    height: auto;
    padding-top: 0;
}

.footer_type13 .title {
    min-height: auto;
}

.footer_type13 .logo img {
    position: static;
    max-height: 100%;
}

.footer_type13 .col-12.col-lg-4.mb-md-0.pt-5 {
    padding: 15px !important;
}

.footer_type13 .sub_title p {
    font-weight: 900 !important;
    padding-bottom: 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #f3d13c;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
}

.footer_type13 .text {
    margin-bottom: 0;
}

.footer_type13 .col-12.col-lg-4.mb-md-0.pt-5 div.mb-3 {
    margin-bottom: 0 !important;
}

.footer_type13 .col-12.col-lg-2.mb-md-0.pt-5 {
    padding: 15px !important;
}

.footer_type13 .list-unstyled {
    margin-bottom: 0;
}

.footer_type13 a:hover {
    color: #f3d13c !important;
}

.footer_type13 .list-unstyled li a p {
    margin-bottom: 0 !important;
}

.footer_type13 .bottom_row {
    background-color: #000000;
}

.footer_type13 .text-light {
    color: #ffffff !important;
}

.footer_type13 .row.my-3 {
    margin: 0 !important;
}

.footer_type13 .col-12.col-lg-6 {
    padding: 15px;
}

.footer_type13 p.mb-1 {
    margin-bottom: 0 !important;
}

.footer_type13 .col-12.d-flex.px-0:first-child p.mb-1 b, .footer_type13 .col-12.d-flex.px-0:first-child small {
    color: #f3d13c;
}

.footer_type13 .col-12.px-0.my-1 {
    margin: 0 !important;
}

.footer_type13 .social_media {
    gap: 15px;
}

.footer_type13 .social_media a {
    margin-left: 0;
    display: flex;
}

.footer_type13 .social_media a .icon_s i {
    transition: all 0.50s;
}

.footer_type13 .social_media a:hover .icon_s i {
    color: #f3d13c;
}

.footer_type13 .social_media a:hover .icon_s img {
    filter: brightness(0) saturate(100%) invert(87%) sepia(93%) saturate(5136%) hue-rotate(324deg) brightness(97%) contrast(97%);
}

/* page */

.page_title {
    text-align: center !important;
}

.page_title b {
    font-size: 35px;
    color: #f3d13c;
    font-weight: 900;
    text-transform: uppercase;
}

.wspages {
    padding: 0;
    min-height: auto !important;
    font-size: 1rem;
}

.ai_image_search .search-container {
    background-color: #ffffff;
}

.category_menu_3 .main_title {
    color: #ffffff;
}

.category_menu_3 .brand_panel li a {
    color: #ffffff;
}

.mobile_ecommerce_filter_tool .mobile_ecommerce_filter_title {
    background-color: #333333;
}

.mobile_ecommerce_filter_tool .sort_active {
    color: #000000 !important;
}

.price_range_filter .filter_button {
    color: #000000;
}

.mobile_ecommerce_filter_tool #mobile_ecommerce_filter_tool_id {
    background-color: #333333;
}

.remove_filter a {
    color: #000000;
}

.recent_view_product .recent_view_product_item a {
    color: #ffffff;
}

.category_list_type4 .category_box h6 {
    color: #ffffff;
}

.category_list_type4 .category_box p {
    color: #ffffff;
}

.product_list_5 .product_box .product_des .price, .product_list_5 .product_box .product_des .title {
    color: #ffffff;
}

.product_list_5 .product_box .product_des .price a, .product_list_5 .product_box .product_des .title a {
    color: #ffffff;
}

.product_list_5 .product_box .whatsapp_wrapper a {
    color: #ffffff;
}

.product_name h2.all_font_bg {
    color: #f3d13c;
}

.product_detail .title {
    color: #ffffff;
}

.product_detail .product_optional_group.desktop .option {
    border-color: #ffffff;
    background-color: transparent;
}

.product_detail .product_optional_group.desktop .option .option__label {
    color: #ffffff;
}

.product_detail hr {
    border-color: #333333;
}

.product_detail .mainFunction button {
    color: #000000;
}

.product_nav_pill .nav_pill .active {
    color: #000000;
}

.product_detail .product_description_link a {
    border-color: #ffffff;
    color: #ffffff;
}

.product-detail-tab .tab-pane .card {
    background-color: #333333;
}

.nextprev_product .nextprev_product_title a {
    color: #ffffff !important;
}

.related_product_wrapper .text-muted {
    color: #ffffff !important;
}

.breadcrumb_b ol li a {
    color: #ffffff;
}

.breadcrumb_b ol li:after {
    color: #ffffff;
}

.gallerycategory .container-fluid:first-child, .gallerycategory .container-fluid:last-child .row:last-child {
    display: none;
}

.gallerycategory .col-lg-3.col-md-6.col-sm-12.p-0 {
    padding: 15px !important;
}

.latest_new_type6 .news_box {
    background-color: transparent;
}

.latest_new_detail .content {
    color: #ffffff;
}

.latest_new_detail .date::before {
    background-color: #ffffff;
}

.latest_new_detail .related-latest-news-items .post-text a {
    color: #ffffff;
}

.more_sub_image {
    background-color: #000000 !important;
}

#main_custompage776 .hp_map h2 {
    color: #f3d13c;
}

.ex_hpcontact_formonly .subtitle {
    color: #ffffff !important;
}

.ex_hpcontact_formonly .btn {
    color: #000000 !important;
}

#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) {

/* why */

.hp_why_box h3 {
    font-size: 16px;
}

/* location */

.hp_location_item_box .hp_button {
    width: auto;
    flex-direction: column;
}

/* footer */

.footer_type13 .logo {
    width: 100px;
}

}

/* */

/* mobile */

@media only screen and (max-width: 767px) {

/* menu */

.navbar_mobile {
    background-color: #000000;
    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: #ffffff;
    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: #000000;
}

.side_menu input {
    border-radius: 5px;
    height: auto;
    padding: 5px 15px;
    border: none;
    background-color: #ffffff;
    color: #000000;
}

.side_menu input::placeholder {
    color: #000000 !important;
}

.side_menu button {
    right: 15px !important;
    font-size: 16px !important;
    padding: 0;
    color: #000000 !important;
    transition: all 0.50s;
}

.side_menu button:hover {
    color: #f3d13c !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;
}

.side_menu .list-group .list-group-item a:hover {
    color: #f3d13c;
}

.side_menu .social_media a {
    color: #ffffff;
}

.side_menu .social_media a:hover {
    color: #f3d13c;
}

.m_default_member a:hover, .m_default_languagebar a:hover {
    color: #f3d13c;
}

/* banner */

.slider_banner .item img {
    height: 175px !important;
    object-fit: cover;
}


/* about */

.hp_about_box {
    padding: 50px 15px 100px;
    margin-left: 0;
    margin-top: -50px;
}

/* why */

.hp_why {
    grid-template-columns: repeat(1, 1fr);
}

/* product */

.productSlider-1 {
    margin: auto 20px;
}

/* footer */

.footer_type13 .bottom_row {
    padding-bottom: 15px;
}

.footer_type13 .col-12.col-lg-6 {
    text-align: center;
}

.footer_type13 .col-12.d-flex.px-0 {
    justify-content: center;
}

.footer_type13 .social_media {
    justify-content: center;
}

}

/* */