
body {
    background: #f4f4f4;
    font-family: Arial, Helvetica, sans-serif;
}

/* ================= HEADER ================= */
.header {
    position: relative;
    top: 0;
    width: 100%;
    padding: 30px 35px;
    background: #FFFFFF;
    /*z-index: 10;*/
}

.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.logo .img-logo {
    height: 25px;
    margin-right: 15px;
}

.logo .logo-name {
    height: 22.5px;
}

.menu {
    display: flex;
    align-items: center;
    gap: 20px;
}

.menu a {
    color: #000000;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 500;
}

.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 4px;
}

.hamburger span {
    width: 20px;
    height: 3px;
    background: #00000066;
    display: block;
}

.product-box {
    background: white;
    border-radius: 10px;
    padding: 40px;
}

.footer-section {
    background: #1f3553;
    padding: 45px 0;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-text {
    color: #a7b3c7;
    font-size: 13px;
    margin-top: 5px;
}

.footer-right a {
    color: white;
    margin-left: 20px;
    font-size: 18px;
    transition: 0.3s;
}

.footer-right a:hover {
    color: #ddd;
}

.product-slider .carousel-indicators li::before, .product-slider .carousel-indicators li::after {
    display: none;
}

.product-slider .carousel-inner {
    height: 638px;
    border: 1px solid #0000001F;
    border-radius: 18px;
}

.product-slider .carousel-indicators li {
    width: 134px;
    height: 134px;
    border-radius: 16px;
    text-align: center;
    background: #D4D4D433;
    padding: 0.313rem;
    margin: 0 0.313rem;
    border: 0.063rem solid transparent;
    transition: 0.4s ease all;
    overflow: hidden;
    display: inline-block;
}

.product-slider .carousel-indicators li img {
    display: block;
    height: 100%;
    margin: auto;
    transition: 0.4s ease all;
    transform: scale(1);
    padding: 10px;
}

.product-slider .carousel-indicators .active img {
    transform: scale(1.2);
}

.product-slider .carousel-item {
    text-align: center;
    margin-top: 17vh;
}

.product-slider .carousel-item img {
    max-height: 20rem;
}

.product-slider .carousel-indicators {
    position: static;
    width: 100%;
    left: 0;
    right: auto;
    margin: 1rem 0 1rem;
    align-items: center;
    justify-content: center;
    display: block;
    white-space: nowrap;
    overflow: auto;
}

.product-slider .carousel-indicators .active {
    border-color: var(--primary-color);
    border-radius: 16px;
    box-shadow: 0 0 0.438rem rgba(0, 0, 0, 0.09);
}

.banner-img .carousel-item {
    height: 100%;
    overflow: hidden;
}

.banner-img .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-caption {
    bottom: auto;
    top: 25%;
    left: auto;
    right: 16%;
}

.carousel-caption h4, .carousel-caption p {
    color: var(--primary-dark-color);
}


.carousel-indicators li {
    width: 0.688rem;
    height: 0.688rem;
    border-radius: 50%;
    margin: 0 0.438rem;
}

.banner-img-slider .carousel .carousel-indicators li {
    border: 0;
    width: 15px;
    height: 15px;
    background: #333333;
    opacity: 0.5;
}

.banner-img-slider .carousel .carousel-indicators li.active {
    opacity: 1;
}

.banner-img-slider .carousel .carousel-inner .carousel-item img {
    height: auto;
    width: 100%;
}

.carousel-custom {
    overflow: hidden;
}

.banner-img-slider .carousel .carousel-control-prev,
.banner-img-slider .carousel .carousel-control-next {
    background: rgba(255, 255, 255, 0.5);
    width: 36px;
    height: 140px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.banner-img-slider .carousel .carousel-control-prev:hover,
.banner-img-slider .carousel .carousel-control-next:hover,
.banner-img-slider .carousel .carousel-control-prev:focus,
.banner-img-slider .carousel .carousel-control-next:focus {
    background-color: #ffffff;
}

.banner-img-slider .carousel .carousel-control-prev {
    left: 0;
}

.banner-img-slider .carousel .carousel-control-next {
    right: 0;
}

#slideBack.scroll-arrow {
    left: 0;
}

#slide.scroll-arrow {
    right: 0;
}

.indicator-div {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 0 20px;
}

.scoll-pane {
    width: 100%;
    height: auto;
    overflow: auto;
    outline: none;
    overflow-y: hidden;
    padding-bottom: 15px;
    -ms-overflow-style: auto;
}


.scoll-pane::-webkit-scrollbar {
    display: none;
}

.scroll-arrow {
    background: transparent;
    border: none;
    padding: 0;
    position: absolute;
    top: 45%;
}

.scroll-arrow:hover, .scroll-arrow:focus {
    box-shadow: none;
    outline: none;
}

#slideBack.scroll-arrow {
    left: 0;
}

#slide.scroll-arrow {
    right: 0;
}

.scroll-arrow i {
    font-size: 35px;
    color: #b2b2b2;
}

.show-arrow .scroll-arrow {
    display: block;
}

.product-colour .color-container {
    width: 40%;
    display: inline-block;
}

.color-option {
    display: inline-block;
    float: left;
}

.color-option input[type="radio"] {
    display: none;
}

.color-option.blue input[type="radio"]:checked + label {
    border-color: #5697AC;
}

.color-option.gray input[type="radio"]:checked + label {
    border-color: #cccccc;
}

.color-option label {
    border: 0;
    display: inline-block;
    width: 23px;
    height: 23px;
    margin-left: 6px;
    margin-bottom: 0;
    cursor: pointer;
    border-radius: 100%;
    overflow: hidden;
    float: left;
    position: relative;
}

.color-option label span {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transition: transform .2s ease-in-out;
}

.color-option label span.blue {
    background: #5697AC;
}

.color-option label span.gray {
    background: #cccccc;
}

.product-cate {
    margin-bottom: 0;
    width: 26%;
}

.lang-select-div {
    display: flex;
    align-items: center;
    padding-left: 10px;
    border-left: 1px solid #00000099;
}

.lang-select-div input {
    background: transparent;
    border: none;
    color: #FFFFFF;
    cursor: pointer;

}

/* ================= DROPDOWN HOVER FIX ================= */

.dropdown {
    position: relative;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    display: block;
    background-color: #FFFFFF;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    border: none;
    padding: 0.5rem 0.5rem;
    text-align: center;
    color: #4F4F4F;
}

.dropdown-content a:hover {
    background-color: #f5f5f5;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown .dropdown-content .dropdown {
    position: relative;
}

.dropdown .dropdown-content .dropdown .dropdown-content {
    right: 100%;
    top: 0;
    display: none;
}

.dropdown .dropdown-content .dropdown:hover .dropdown-content {
    display: block;
}

.navlink, .dropdown-link, .dropdown-content a {
    text-transform: uppercase;
}

.dropdown-content.scrollable {
    max-height: 250px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
}

.dropdown-content.scrollable::-webkit-scrollbar {
    width: 6px;
}

.dropdown-content.scrollable::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.dropdown-content.scrollable::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
}

.dropdown-content.scrollable::-webkit-scrollbar-thumb:hover {
    background: #555;
}



@media only screen and (min-width: 320px) and (max-width: 767px) {
    .header {
        padding: 20px 16px;
    }

    .header .nav {
        flex-wrap: nowrap;
    }


    .logo .img-logo {
        height: 22px;
        margin-right: 15px;
    }

    .logo .logo-name {
        height: 20px;
    }

    .product-slider .carousel-inner {
        height: 440px;
    }

    .product-slider .carousel-indicators li {
        width: 134px;
        height: 134px;
    }

    .product-slider {
        margin-top: 1.5rem;
        margin-bottom: 30px;
    }

    .product-slider .carousel-item img {
        max-height: 210px;
    }

    .product-cate {
        margin-bottom: 0;
        width: 46%;
    }

    .lang-select-div {
        display: none;
    }

    .footer-container {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .footer-right {
        margin-top: 10px;
    }

    .footer-right a {
        margin: 0 10px;
    }

}

@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
    .nav-link{
        padding: 0;
    }
    .banner-img .carousel, .banner-img .carousel-item {
        height: 375px;
    }

    .banner-img .carousel-item img {
        height: 375px;
    }

    .product-cate {
        margin-bottom: 0;
        width: 40%;
    }

    .lang-select-div {
        display: none;
    }

    .footer-container {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .footer-right {
        margin-top: 10px;
    }

    .footer-right a {
        margin: 0 10px;
    }
}


@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .menu {
        gap: 15px;
    }
    .nav-link{
        padding: 0;
    }
    .product-slider .carousel-item img {
        max-height: 17.125rem;
    }

    .product-slider .carousel-inner {
        height: 636px;
    }

    .product-slider {
        /*padding-top: 10%;*/
    }

    .carousel-item {
        height: auto !important;
    }

    .banner-img .carousel {
        height: 400px;
    }

    .banner-img .carousel-item {
        height: 100% !important;
    }

    .carousel-inner {
        height: 100%
    }

    .product-slider .carousel-indicators li {
        width: 134px;
        height: 134px;
    }

    .carousel-inner {
        height: 100%
    }

    .product-cate {
        margin-bottom: 0;
        width: 40%;
    }

    .lang-select-div {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) and (orientation: landscape) {
    .product-slider {
        padding-top: 0;
    }

    .banner-img .carousel-item {
        max-height: 538px;
    }

    .banner-img .carousel {
        height: 538px;
    }
}

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

}

@media only screen and (max-width: 320px) {
    .g-recaptcha {
        transform: scale(0.8);
        padding-left: 0;
        margin-left: -30px;
    }
}

@media (max-width: 1024px) {
    .header {
        padding: 25px 35px;
    }

    .section {
        padding: 100px 40px 60px 40px;
    }

    /* show hamburger */
    .hamburger {
        display: flex;
    }

    .menu {
        position: absolute;
        top: 80px;
        right: 15px;
        background: #FFFFFF;
        width: 200px;
        flex-direction: column;
        padding: 10px;
        display: none;
        z-index: 1;
        border: 1px solid #dbcccc99;
        gap: 15px;
    }

    .menu a {
        /*margin: 10px 0;*/
        color: #00000089;

    }

    /* when active */
    .menu.active {
        display: flex;
    }

    .lang-select-div {
        display: none !important;
    }
}