@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap');

html,body {
    font-family: 'DM Sans', sans-serif;
}
body {
    background-color: #ffff;
}
.columns, .container  {
    padding-right: 10px;
    padding-left: 10px;
}

.w-85 {
    width: 80%;
}

.w-80 {
    width: 80%;
}

.gap-20 {
    gap: 20px;
}
.mt-60 {
    margin-top: 60px;
}

.mb-20 {
    margin-bottom: 20px;
}
.mr-20 {
    margin-right: 20px;
}
.pb-30 {
    padding-bottom: 30px;
}
.rounded-5 {
    border-radius: 5px;
}
.border-r {
    border-right-width: 1px;
}

.text-35px {
    font-size: 24px;
    line-height: 45px;
}

.pl-50 {
    padding-left: 50px;
}
/*product & slider homepage*/
/*.slider-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 9999px;
  padding: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  opacity: 0;
  transition: opacity 0.3s ease;
  cursor: pointer;
  z-index: 10;
}*/
/*.slider-wrapper:hover .slider-nav-btn {
  opacity: 1;
}*/
.slider-nav-btn.left {
    left: 8px;
}
.slider-nav-btn.right {
    right: 8px;
}
.pr-12 {
    padding-right: 4rem;
}
.bg-orange {
    background-color: #f26522;
}
.border-orange {
    border-color: #f26522;
}
.bg-green {
    background-color: #339966;
}
.border-green {
    border-color: #339966;
}
.bg-gray-s {
    background-color: #6c6856;
}
.border-gray-s {
    border-color: #6c6856;
}
/*end*/

.btn-primary {background-color: #76B900;}
.btn-primary:hover{background-color: #76b900db;}

#header{
    background-color: #000000;
}
.text-color-gcc {
    color: #f26522;
}
.preloading {
    display: none;
}

.pt-8 {
    padding-top: 2rem ;
}

.hover-bt-blue:hover {
    background-color: #084BA6;
    border-radius: 22px;
}
#search {
    padding: 15px 20px;
    border: none;
    border-radius: 5px;
}
#search::placeholder {
    font-size: 15px;
    font-weight: 500;
    line-height: 16px;
}
#menu-search-icon {
    position: absolute;
    right: 30px;
    top: 20px;
}

.main-nav span {
    line-height: 22px;
}
.currency-d button {
    display: flex;
    padding: 10px 10px !important;
    font-size: 13px;
    border-radius: 5px;
    border: none;
}

.main-nav .custom-number-qty {
    line-height: 1;
    left: 5px;
}

.currency-d .invisible svg {
    width: 18px;
    height: 18px;
}

.currency-flag {
    width: 18px;
    height: 18px;
    margin-right: 5px;
}

.main-nav {
    gap: 5px;
}

.custom-logo img {
    max-width: 140px;
}

.main-menu,.help-center {
    gap: 5px;
}

.main-menu ul span {
    color: #5E5E5E;
    font-size: 14px;
    line-height: 22px;
}

.main-menu span {
    font-weight:700;
}

.main-menu {
    width: fit-content;
    padding: 4px 15px;
    border-radius: 22px;
}

.main-menu:hover,.main-menu:hover svg,.main-menu.text-white {
    color: #ffffff;
    background: #084BA6;
    cursor: pointer;
}

.menu-list-container {
    min-width: 250px;
    overflow-x: auto;
}
.menu-list-container ul {
    background-color: #FFFFFF;
    border-radius: 5px;
}
.menuTop div[x-ref="nav-desktop"] {
    top: 35px;
}

.main-menu .menu-list-container .absolute {
    top: 35px;
}

li.lv2:hover ul {
    display: block;
    background: #ffffff;
    z-index: 99;
    width: max-content;
    border: 1px solid #ebebeb;
}

.help-center span {
    font-size: 12px;
    line-height: 22px;
    color: #5E5E5E;
}
/*menu-banner*/
.cms-demo1 main#maincontent:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1800px;
    z-index: -1;
    background-image: linear-gradient(180deg, #92E49B 6%, #fff 100%);
}
.location-img {
    max-width: 1240px;
}

.product-slider .item-dot,.slider-wrapper.blog .item-dot,.top-categories .item-dot  {
    flex-wrap: nowrap;
    overflow: auto;
    scrollbar-width: none;
    justify-content: left;
}
.product-slider .item-dot::-webkit-scrollbar,.slider-wrapper.blog .item-dot::-webkit-scrollbar,.top-categories .item-dot::-webkit-scrollbar {
    display: none;
}

.slider-wrapper.blog img {
    max-width: 600px;
    max-height: 300px;
}
.slider-wrapper.blog a {
    line-height: 30px;
}

.slider-wrapper.blog .text-xs {
    color: #8C96A2;
    line-height: 22px;
}

.product-slider .js_slide {
    max-height: 570px;
}

.product-slider .product-info.flex.flex-col.grow {
    max-height: 206px;
}

.product-slider .focus-within\:ring-2:focus-within, .product-slider .active\:ring-0:active {
    box-shadow: none;
}
/*.menu-list-container {
    background: linear-gradient(180deg, #05225E 0%, #295591 100%);
}*/
/*category-brand on homepage*/
.img-gray-hover img {
    transition: filter 0.3s ease-in-out;
}

.img-gray-hover:hover img {
    filter: grayscale(100%);
}

.location-content {
    padding-bottom: 50px;
}

.location-content div {
    max-width: 305px;
}

.location-img img {
    object-fit: cover;
}

.button-cs {
    padding: 10px 35px;
    background-color: #EB6324;
    color: #FFFF;
    font-size: 14px;
    border-radius: 5px;
}
.blog-post-i .overlay  {
    top: 50%;
    left: 50%;
    background: rgb(237 232 232 / 50%);
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 1.2s ease, width 1.2s ease, height 1.2s ease, border-radius 1.2s ease;
    pointer-events: none;
}

.blog-post-i:hover .overlay  {
    width: 200%;
    height: 200%;
    border-radius: 0;
    transform: translate(-50%, -50%) scale(1);
}
/*footer*/
footer {
    background-color: #EEEEEE;
}
footer a, footer p {
    color: #5E5E5E;
}
footer h5 {
    color: #000000;
}
footer .logo {
    padding-bottom: 18px;
}
footer .grid {
    gap: 20px;
}

.footer.content h5.text-base{
    line-height: 28px;
}

.footer.content ul.text-base span  {
    line-height: 22px;
}

.border-b-4 {
    border-bottom-width: 4px;
}
.group:hover .group-hover\:translate-x-2 {
    transform: translateX(0.5rem);
}

li a:hover, .slider-wrapper.blog a:hover{
    color: #e06e38;
}

.ft-tab button {
    padding: 10px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin-right: 2px;
    background-image: linear-gradient(rgb(251 246 245 / 21%), transparent);
    box-shadow: inset 0 0 3px rgb(193 193 193 / 4%);
    border-bottom: none;
    cursor: pointer;
    color: rgb(187 187 187 / 80%);
    transition: all 0.036s linear;
}
.ft-tab button.ft-tab-active {
    font-weight: bold;
    background-image: linear-gradient(rgba(224, 110, 56, 0.36), transparent) !important;
    box-shadow: inset 0 0 3px rgba(36, 9, 5, 0.036);
    text-shadow: 0 1px rgba(255, 255, 255, 0.18);
    color: rgb(253 116 73 / 81%) !important;
}

.bt-app {
    background: #000;
    color: #ffff;
}
.bt-app:hover {
    background: #f26522;
    border-color: #fff;
    transform: scale(1.01) translate3d(0, -1px, 0);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.footer.content {
    padding: 90px 0px;
}

/* Small devices (≥576px) */
@media (min-width: 576px) {
    .grid-cols-20-80 {
        grid-template-columns: 100%;
    }
    .columns, .container  {
        padding-right: 15px;
        padding-left: 15px;
    }

    .custom-logo img {
        max-width: auto;
    }
}
/* Medium devices (≥768px) */
@media (min-width: 768px) {
    .grid-cols-20-80 {
        grid-template-columns: 35% 65%;
    }
    .columns, .container  {
        max-width: 100%;
    }

    .columns, .container  {
        padding-right: 40px;
        padding-left: 40px;
    }

    #search-content {
        width: 40%;
    }

    .md\:order-2 {
        order: 2
    }

    .md\:order-3 {
        order: 3
    }

    .md\:flex-nowrap {
        flex-wrap: nowrap
    }

    .location-content {
        padding: 30px;
    }

    .currency-d button {
        padding: 10px 15px !important;
        font-size: 16px;
        min-width: 117px;
    }

    .currency-flag {
        width: 22px;
        height: 22px;
        margin-right: 8px;
    }

    .main-nav {
        gap: 10px;
    }
}
/* Large devices (≥992px) */
@media (min-width: 992px) {
    .grid-cols-20-80 {
        grid-template-columns: 30% 70%;
    }

    #search-content {
        width: 65%;
    }

    .location-content {
        padding: 50px;
    }

    .text-35px {
        font-size: 35px;
    }

    footer .lg\:grid-cols-6 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (min-width: 1200px) {

    .grid-cols-20-80 {
        grid-template-columns: 25% 75%;
    }

    .xl\:w-1\/5 {
        width: 20%
    }

    .cms-demo1 .slider-wrapper  .xl\:w-1\/5 {
        width: calc(20% - 13px);
    }

    footer .lg\:grid-cols-6 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

}

@media (min-width: 1400px) {
    #search-content {
        width: 68%;
    }

    .grid-cols-20-80 {
        grid-template-columns: 23.5% 76.5%
    }
    .columns, .container  {
        max-width: 100%;
    }

    .js_slide .btn {
        padding-right: 30px;
        padding-left: 30px;
        min-height: 46px;
        gap: 10px;
    }
    .js_slide .btn svg {
        width: 18px;
        height: 18px;
    }
    .js_slide .btn span {
        font-size: 14px;
        font-weight: 500;
        line-height: 22px;
    }

    button[data-addto="wishlist"], button[data-addto="compare"] {
        min-width: 40px;
        min-height: 40px;
    }

    .lg\:justify-center {
        justify-content: center;
    }

    .lg\:pl-0 {
        padding-left: 0px;
    }

    .product-slider .js_slides {
        overflow: hidden;
    }

    footer .lg\:grid-cols-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}

@media (min-width: 1920px) {
    .product-slider .js_slide {
        min-width: 352px;
        min-height: 575px;
    }
    .menu-list-container {
        overflow-x: visible;
    }
}