/* Global */
.bg-dark-blue {
    background: #0E3750;
}
.bg-dark-red {
    background: #FF2800;
}
h1, .h1 {
    font-size: 1.75063rem;
}
h3, .h3 {
    font-size: 1.39844rem;
}
h4, .h4 {
    font-size: 1rem;
    line-height: 1.7em;
}
body {
    font-size: max(13px, min(15px, calc(13px + 0.15vw)));
}
@media (min-width: 992px) {
    .row {
        margin-left: 0;
        margin-right: 0;
    }
}

/*Listing Element*/
.list-of-1,.list-of-2,.list-of-3,.list-of-4,.list-of-5,.list-of-6,.list-of-7,.list-of-8,.list-of-9,.list-of-10,.list-of-11,.list-of-12,
.list-sm-of-1,.list-sm-of-2,.list-sm-of-3,.list-sm-of-4,.list-sm-of-5,.list-sm-of-6,.list-sm-of-7,.list-sm-of-8,.list-sm-of-9,.list-sm-of-10,.list-sm-of-11,.list-sm-of-12,
.list-md-of-1,.list-md-of-2,.list-md-of-3,.list-md-of-4,.list-md-of-5,.list-md-of-6,.list-md-of-7,.list-md-of-8,.list-md-of-9,.list-md-of-10,.list-md-of-11,.list-md-of-12,
.list-lg-of-1,.list-lg-of-2,.list-lg-of-3,.list-lg-of-4,.list-lg-of-5,.list-lg-of-6,.list-lg-of-7,.list-lg-of-8,.list-lg-of-9,.list-lg-of-10,.list-lg-of-11,.list-lg-of-12,
.list-xl-of-1,.list-xl-of-2,.list-xl-of-3,.list-xl-of-4,.list-xl-of-5,.list-xl-of-6,.list-xl-of-7,.list-xl-of-8,.list-xl-of-9,.list-xl-of-10,.list-xl-of-11,.list-xl-of-12
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.list-of-1 > * {
  	-webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.list-of-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.list-of-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
}
.list-of-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.list-of-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.list-of-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66%;
    flex: 0 0 16.66%;
    max-width: 16.66%;
}
.list-of-7 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.28%;
    flex: 0 0 14.28%;
    max-width: 14.28%;
}
.list-of-8 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
}
.list-of-9 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 11.11%;
    flex: 0 0 11.11%;
    max-width: 11.11%;
}
.list-of-10 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
}
.list-of-11 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 9.09%;
    flex: 0 0 9.09%;
    max-width: 9.09%;
}
.list-of-12 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33%;
    flex: 0 0 8.33%;
    max-width: 8.33%;
}

@media (min-width: 576px) {
	.list-sm-of-1 > * {
	  	-webkit-box-flex: 0;
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}
	.list-sm-of-2 > * {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 50%;
	    flex: 0 0 50%;
	    max-width: 50%;
	}
	.list-sm-of-3 > * {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 33.33%;
	    flex: 0 0 33.33%;
	    max-width: 33.33%;
	}
	.list-sm-of-4 > * {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 25%;
	    flex: 0 0 25%;
	    max-width: 25%;
	}
	.list-sm-of-5 > * {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 20%;
	    flex: 0 0 20%;
	    max-width: 20%;
	}
	.list-sm-of-6 > * {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 16.66%;
	    flex: 0 0 16.66%;
	    max-width: 16.66%;
	}
	.list-sm-of-7 > * {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 14.28%;
	    flex: 0 0 14.28%;
	    max-width: 14.28%;
	}
	.list-sm-of-8 > * {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 12.5%;
	    flex: 0 0 12.5%;
	    max-width: 12.5%;
	}
	.list-sm-of-9 > * {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 11.11%;
	    flex: 0 0 11.11%;
	    max-width: 11.11%;
	}
	.list-sm-of-10 > * {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 10%;
	    flex: 0 0 10%;
	    max-width: 10%;
	}
	.list-sm-of-11 > * {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 9.09%;
	    flex: 0 0 9.09%;
	    max-width: 9.09%;
	}
	.list-sm-of-12 > * {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 8.33%;
	    flex: 0 0 8.33%;
	    max-width: 8.33%;
	}
}
@media (min-width: 769px) {
	.list-md-of-1 > * {
	  	-webkit-box-flex: 0;
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}
	.list-md-of-2 > * {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 50%;
	    flex: 0 0 50%;
	    max-width: 50%;
	}
	.list-md-of-3 > * {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 33.33%;
	    flex: 0 0 33.33%;
	    max-width: 33.33%;
	}
	.list-md-of-4 > * {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 25%;
	    flex: 0 0 25%;
	    max-width: 25%;
	}
	.list-md-of-5 > * {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 20%;
	    flex: 0 0 20%;
	    max-width: 20%;
	}
	.list-md-of-6 > * {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 16.66%;
	    flex: 0 0 16.66%;
	    max-width: 16.66%;
	}
	.list-md-of-7 > * {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 14.28%;
	    flex: 0 0 14.28%;
	    max-width: 14.28%;
	}
	.list-md-of-8 > * {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 12.5%;
	    flex: 0 0 12.5%;
	    max-width: 12.5%;
	}
	.list-md-of-9 > * {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 11.11%;
	    flex: 0 0 11.11%;
	    max-width: 11.11%;
	}
	.list-md-of-10 > * {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 10%;
	    flex: 0 0 10%;
	    max-width: 10%;
	}
	.list-md-of-11 > * {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 9.09%;
	    flex: 0 0 9.09%;
	    max-width: 9.09%;
	}
	.list-md-of-12 > * {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 8.33%;
	    flex: 0 0 8.33%;
	    max-width: 8.33%;
	}
}
@media (min-width: 992px) {
	.list-lg-of-1 > * {
	  	-webkit-box-flex: 0;
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}
	.list-lg-of-2 > * {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 50%;
	    flex: 0 0 50%;
	    max-width: 50%;
	}
	.list-lg-of-3 > * {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 33.33%;
	    flex: 0 0 33.33%;
	    max-width: 33.33%;
	}
	.list-lg-of-4 > * {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 25%;
	    flex: 0 0 25%;
	    max-width: 25%;
	}
	.list-lg-of-5 > * {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 20%;
	    flex: 0 0 20%;
	    max-width: 20%;
	}
	.list-lg-of-6 > * {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 16.66%;
	    flex: 0 0 16.66%;
	    max-width: 16.66%;
	}
	.list-lg-of-7 > * {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 14.28%;
	    flex: 0 0 14.28%;
	    max-width: 14.28%;
	}
	.list-lg-of-8 > * {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 12.5%;
	    flex: 0 0 12.5%;
	    max-width: 12.5%;
	}
	.list-lg-of-9 > * {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 11.11%;
	    flex: 0 0 11.11%;
	    max-width: 11.11%;
	}
	.list-lg-of-10 > * {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 10%;
	    flex: 0 0 10%;
	    max-width: 10%;
	}
	.list-lg-of-11 > * {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 9.09%;
	    flex: 0 0 9.09%;
	    max-width: 9.09%;
	}
	.list-lg-of-12 > * {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 8.33%;
	    flex: 0 0 8.33%;
	    max-width: 8.33%;
	}
}
@media (min-width: 1200px) {
	.list-xl-of-1 > * {
	  	-webkit-box-flex: 0;
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}
	.list-xl-of-2 > * {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 50%;
	    flex: 0 0 50%;
	    max-width: 50%;
	}
	.list-xl-of-3 > * {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 33.33%;
	    flex: 0 0 33.33%;
	    max-width: 33.33%;
	}
	.list-xl-of-4 > * {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 25%;
	    flex: 0 0 25%;
	    max-width: 25%;
	}
	.list-xl-of-5 > * {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 20%;
	    flex: 0 0 20%;
	    max-width: 20%;
	}
	.list-xl-of-6 > * {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 16.66%;
	    flex: 0 0 16.66%;
	    max-width: 16.66%;
	}
	.list-xl-of-7 > * {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 14.28%;
	    flex: 0 0 14.28%;
	    max-width: 14.28%;
	}
	.list-xl-of-8 > * {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 12.5%;
	    flex: 0 0 12.5%;
	    max-width: 12.5%;
	}
	.list-xl-of-9 > * {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 11.11%;
	    flex: 0 0 11.11%;
	    max-width: 11.11%;
	}
	.list-xl-of-10 > * {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 10%;
	    flex: 0 0 10%;
	    max-width: 10%;
	}
	.list-xl-of-11 > * {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 9.09%;
	    flex: 0 0 9.09%;
	    max-width: 9.09%;
	}
	.list-xl-of-12 > * {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 8.33%;
	    flex: 0 0 8.33%;
	    max-width: 8.33%;
	}
}

.bg-light-gray {
    background-color: #f8f9fa;
}
.bg-dark-blue {
    background-color: #0E3750;
}

/* Border Color */
.border-color-gray {
    border-color: #EEEEEE2B !important;
}
.border-color-light-gray {
    border-color: #E5E5E5 !important;
}
/* Font Color */
.text-dark-blue {
    color: #0E3750;
}
.text-dark-red{
    color: #FF2800;
}
.text-black {
    color: #000;
}
/* Header */
.main-header-container {
    background-color: #fff;
    transition: all 0.5s ease;
}
.main-header-container.scroll-header .main-navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99999;
}
.main-header-container.scroll-header header.container{
    padding-top: 20px !important;
}
.main-header-container.scroll-header .pd-search-results {
    display: none !important;
}
.main-header-container .pd-search-results {
    z-index: 1001;
}
.brand-dropdown-container .image-wrapper {
    height: 100%;
    position: relative;
}
.brand-dropdown-container .image-wrapper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
    position: absolute;
    left: 0;
}
.brand-content-block {
    position: absolute;
    top: 43%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 2.5rem;
    font-weight: 700;
    text-shadow: 0 0 5px #000;
}
/* .brand-content-block a {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 700;
    text-shadow: 0 0 5px #000;
} */
header .header-logo a img {
    max-width: 250px;
}
header.container {
    max-width: 1245px;
    transition: all 0.5s ease;
}
.navbar-nav.container {
    max-width: 1280px;
}
.shipping-au a {
    color: #ffffff;
    display: flex;
    align-items: center;
}
@media (min-width: 1231px) {
    .shipping-au a:hover {
        background-color: #0E3750;
        border-radius: 20px;
    }
}
.shipping-au .nav {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
}
.shipping-au .nav-item {
    flex-shrink: 0;
    white-space: nowrap;
}
.navbar-dark .navbar-nav .nav-link {
    font-weight: 500;
    font-size: .9rem;
    font-family: 'Open Sans';
    cursor: pointer;
}
.navbar-nav .nav-item.active div.nav-link {
    opacity: .7;
}
@media (max-width: 767.98px) {
    .main-header-container .dropdown-item:hover, .main-header-container .dropdown-item:focus {
        background: transparent !important;
    }
    .main-header-container .navbar ul {
        justify-content: unset;
    }
    .main-header-container .dropdown-item {
        padding: 7px 20px;
        font-size: 14px;
    }
}
.main-navbar {
    position: relative;
}
.mega-menu-title {
    color: #0E3750;
    font-family: Ruda;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
}
.mega-menu-link {
    color: #898989;
    font-family: Ruda;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 161%;
}
.mega-menu .list-inline a {
    color: #898989;
    font-family: Ruda;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
}
.mega-menu.main-dropdown-container a.lv2 {
    color: #0E3750 !important;
    font-family: Ruda;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 700;
}
.mega-menu .nav .d-block.bg-secondary{
    border: 20px solid #ffffff;
}
.header-svg {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
}
.header-svg-left {
    position: absolute;
    left: -19%;
    bottom: 0;
    width: 50%;
}
.header-svg-right {
    position: absolute;
    right: -19%;
    bottom: 0;
    width: 50%;
}
.svg-header-overflow {
    margin-top: -61px;
    z-index: -0;
    position: relative;
}
span#currency_select::after {
    content: "(";
    position: absolute;
    height: 20px;
    width: 20px;
    left: 0;
    margin-top: 3px;
}
span#currency_select::before {
    content: ")";
    position: absolute;
    height: 20px;
    width: 20px;
    left: 36px;
    margin-top: 3px;
}
.brand-dropdown-block a img {
    max-width: 100px;
}
.main-dropdown-container {
    width: 100%;
}
.icon-aumap {
    content: url(../img/icon-aumap-1.png) !important;
}
.icon-click {
    content: url('/assets/images/icons/click-hand.webp') !important;
    margin-right: 8px;
}
.icon-human {
    content: url(../img/icon-aumap-1.png) !important;
    margin-right: 8px;
}
header #pd-main-searchbox #pd-main-search-input,
header .input-group-append, header .input-group-append button  {
    background-color: #ECEFF1;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    height: 41px;
}
#pd-main-searchbox .input-group-append button {
    padding-left:  1.5rem;
    padding-right:  1.5rem;
}
.navbar-nav .fa-user {
    padding: 2px 3px 2px 3px;
    font-size: 17px;
}
.a2c_item_count {
    background-color: #FF2800;
    border-radius: 50%;
    padding: 3px 7px 1px 7px;
    color: #fff;
    margin: 0 5px;
    font-size: 12px;
    margin-top: -4px;
}
#cartcontentsheader {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #0e3750;
    font-size: 1rem;
}
#cartcontentsheader:active:focus,
#cartcontentsheader.btn:focus, #cartcontentsheader.btn.focus {
    box-shadow: none;
}
header .navbar-nav .nav-link {
    font-size: 1.1rem;
}
header .main-nav-cur .nav-link {
    font-size: .9rem;
}
.main-nav-cur {
    padding-top: 2px !important;
}
.cur-select-drop, .cur-select-mob {
    position: relative;
}
.cur-select-drop::after, .cur-select-mob::after {
    right: 0;
    top: 5px;
    position: relative;
}
.cur-select-drop.flag-nzd::after, .cur-select-mob.flag-nzd::after {
    content: url(/assets/images/icons/social/NZ.svg);
    display: inline-block;
    width: 29px;
    height: auto;
}
.cur-select-drop.flag-aud::after, .cur-select-mob.flag-aud::after {
    content: url(/assets/images/icons/social/AU.svg);
    display: inline-block;
    width: 29px;
    height: auto;
}
@media (max-width: 768px) {
    #currency_select {
        position: relative;
    }
    span#currency_select::before {
        right: 8px;
        margin-top: 2px;
        z-index: 1;
        left: unset;
    }
    span#currency_select::after {
        left: -8px;
        margin-top: 2px;
        z-index: 1;
    }
    #currency_select select {
        background-color: transparent;
        border-color: transparent;
        color: #fff;
        position: relative;
        z-index: 3;
    }
    #currency_select select option {
        color: #000;
    }
}
.header-bottom li i {
    font-size: 16px;
}
.mega-menu-top-brand {
    padding-bottom: 20px;
}
.mega-menu-top-brand img {
    object-fit: contain;
    object-position: center;
    height: 80px;
}
.inner-container-full-h {
    height: 100%;
}
.link-text {
    position: relative;
    text-decoration: none !important;
}
.link-text::after {
    content: "";
    position: absolute;
    width: 104px;
    border-bottom: 1px solid #FF2800;
    bottom: -7px;
    left: calc(50% - 52px);
}
.link-text-white {
    color: #fff;
    position: relative;
    text-decoration: none !important;
}
.link-text-white::after {
    content: "";
    position: absolute;
    width: 104px;
    border-bottom: 1px solid #fff;
    bottom: -7px;
    left: calc(50% - 52px);
}
.testimonial-content {
    quotes: "“" "”";
    font-style: italic;
}
.testimonial-content:before {
    content: open-quote;
    font-size: 15px;
    color: #000000;
    position: relative;
    left: -3px;
}
.testimonial-content:after {
    content: close-quote;
    font-size: 15px;
    color: #000000;
}

@media only screen and (max-width: 767px) {
  .testimonial-slider-button-container {
    margin-top: 20px !important;
  }
  body .footer-overflow-svg,
  body .header-svg {
    width: 158%;
  }
}

/* Homepage */
#desktopCarousel {
    overflow: hidden;
}

#desktopCarousel .carousel-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 60%;
    z-index: 1;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
    top: 0;
    display: flex;
    align-items: center;
}
#desktopCarousel .carousel-caption::after {
    content: "";
    position: absolute;
    left: auto;
    top: 0;
    background: linear-gradient(40deg, #fff, #ffffffd9);
    transform: skew(351deg);
    right: -12%;
    border: 0;
    height: 103%;
    width: 120%;
}
#desktopCarousel .carousel-caption > div {
    position: relative;
    z-index: 2;
    max-width: 430px;
    margin-left: 10%;
    text-align: center;
}
#desktopCarousel .carousel-caption h2 {
    font-weight: 800;
    font-size: 50px;
    color: #0E3750;
    text-shadow: none;
}
#desktopCarousel .carousel-caption p {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 25px;
    line-height: 100%;
    color: #000;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    padding: 20px 0 15px;
}
#desktopCarousel .carousel-caption .btn {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
}


.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    background-color: #0e3750;
    border-color: #0e3750;
}

#desktopCarousel .carousel-indicators li {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border: 2px solid #fff;
    opacity: 1;
}
#desktopCarousel .carousel-indicators li.active {
    opacity: 1;
    background-color: #0E3750;
    border: 2px solid #fff;
    width: 8px;
    height: 8px;
}
@media (max-width: 1280px) {
    #desktopCarousel .carousel-caption h2 {
        font-size: 38px;
    }
    #desktopCarousel .carousel-caption p {
        font-size: 22px;
    }
    #desktopCarousel .carousel-caption > div {
        margin-right: 10%;
    }
}
@media (max-width: 1024px) {
    #desktopCarousel .carousel-caption h2 {
        font-size: 38px;
    }
    #desktopCarousel .carousel-caption p {
        font-size: 17px;
        padding: 5px 0 5px;
    }
}
@media (max-width: 768px) {
    #desktopCarousel .carousel-caption h2 {
        font-size: 25px;
    }
    #desktopCarousel .carousel-caption p {
        font-size: 16px;
    }
    #desktopCarousel .carousel-caption .btn {
        font-size: 10px;
    }
}
@media (max-width: 468px) {
    .carousel-item img {
        object-fit: cover;
        object-position: 23%;
        height: 304px !important;
    }
    #desktopCarousel .carousel-caption {
        left: 0;
        position: relative;
        padding-top: 0;
        justify-content: center;
    }
    #desktopCarousel .carousel-caption > div {
        margin: 0;
        padding: 0 20px;
    }
    #desktopCarousel .carousel-caption::after {
        left: 0;
        top: -23%;
        transform: skewY(5deg);
        background: linear-gradient(40deg, #fff, #ffffff);
    }
}


.events-sponsor-main-container {
    background-image: url(/assets/images/sport_event_trans.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
/* Banner */

.top-home-banner {
    width: 100%;
}

.top-home-banner img {
    width: 100%;
    max-width: 100% !important;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* Testimonials */
.testimonial-main-container {
    max-width: 1560px !important;
}
.testimonial-item .test-block {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.testimonial-item.slick-slide img {
    width: auto;
    height: auto;
    object-fit: contain;
    object-position: center;
}

@media (max-width: 1366px) { 
    .testimonial-slider {
        max-width: 95%;
        margin: auto;
    }
}




/* Slick Slider Arrows */

.slick-arrow {
    position: absolute;
    top: 50%;
    margin: -20px 0px 0px 0px;
    z-index: 10;
    font-size: 0;
    width: 50px;
    height: 50px;
    border: none;
  }
.slick-arrow.slick-prev {
    left: 0;
    background: url("https://img.icons8.com/ios-filled/100/000000/forward--v1.png") 0 0 / 100% no-repeat;
    transform: scaleX(-1); /* Flips the arrow to face left */
  }
.slick-arrow.slick-next {
    right: 0;
    background: url("https://img.icons8.com/ios-filled/100000000/forward--v1.png") 0 0 / 100% no-repeat;
  }

.arrow-dark .slick-arrow.slick-prev {
    left: -38px;
    background: url("https://img.icons8.com/ios-filled/100/000000/forward--v1.png") 0 0 / 100% no-repeat;
    transform: scaleX(-1); /* Flips the arrow to face left */
    opacity: .7;
    background-position: left;
    width: 30px;
    height:30px;
  }
.arrow-dark .slick-arrow.slick-next {
    right: -38px;
    background: url("https://img.icons8.com/ios-filled/100/000000/forward--v1.png") 0 0 / 100% no-repeat;
    opacity: .7;
    background-position: right;
    width: 30px;
    height: 30px;
}

/* Events & Sponsorship */

.events-sponsor-container {
    column-count: 5;
}
.events-sponsor-container img {
    width: 120px;
}
.events-ad-unit-name {
    min-height: 44px;
}
.events-ad-unit-metadata {
    min-height: 43px;
    display: flex !important;
    align-items: flex-end;
}
.instagram-container .collections img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.instagram-container .container {
    max-width: 1515px;
}
.instagram-content {
    position: relative;
    padding: 12px;
}
.instagram-description {
    display: none;
    background-color: #0E3750;
    color: #fff;
    padding: 20px 20px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
}
.instagram-content:hover .instagram-description {
    display: block;
}
.instagram-description h3 {
    font-family: Open Sans;
    font-weight: 800;
    font-size: 15px;
    line-height: 140%;
    text-align: center;
    color: #FF2800;
}
.instagram-description p {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    text-align: center;
}
.instagram-description a {
    font-size: 23px;
}
.ig-slick-slider,
.ig-slick-slider .slick-list  {
    min-width: 100%;
}
.ig-slick-slider .slick-arrow.slick-prev {
    background: url(./images/arrow-left-2.png) 0 0 / 100% no-repeat;
    transform: none;
    width: 32px;
    height: 32px;
    left: 20px;
}
.ig-slick-slider .slick-arrow.slick-next {
    background: url(./images/arrow-right-1.png) 0 0 / 100% no-repeat;
    width: 32px;
    height: 32px;
    right: 20px;
}

/* Footer */
.footer-svg-left {
    position: absolute;
    left: -37%;
    bottom: 0;
}

.footer-svg-right {
    position: absolute;
    right: -37%;
    bottom: 0;
}
.footer-overflow-svg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    width:100%;
}
#main-footer-container .navbar-nav {
    column-count: 2;
    display: block;
    column-gap: 40px;
}

#main-footer-container .navbar {
    align-items: flex-start;
}
footer .row {
    margin-left: 0;
    margin-right: 0;
}
.wrapper-brand-footer {
    width: 100%;
}

@media (max-width: 1024px) and (min-width: 568px) {
    #main-footer-container .navbar-nav {
        column-count: 3;
    }
}

/* Social Media List */
.list-social a {
   font-size: 4em;
}
.icon-facebook {
    content: url(../img/facebook.png) !important;
}
.icon-ig {
    content: url(../img/ig.png) !important;
}
.icon-email {
    content: url(../img/email.png) !important;
}

/* added new SVGs for FB, IG, YT */
.icon-facebook-dark {
    content: url(/assets/images/icons/social/Fb.svg) !important;
    width: 16px;
    display: inline-block;
}
.icon-youtube {
    content: url(/assets/images/icons/social/Yt.svg) !important;
    width: 23px;
    display: inline-block;
}
.icon-ig-dark {
    content: url(/assets/images/icons/social/Ig.svg) !important;
    width: 16px;
    display: inline-block;
}

.icon-email-dark {
    content: url(../img/email-dark.png) !important;
}

.disabled-click {
    pointer-events: none;
}

/* Mega menu */
.gift-card-image {
    width: 100%;
    border: 20px solid #0e3750;
    border-top: 0;
    height: 280px;
    object-fit: contain;
}

@media (min-width: 1600px) {
    .main-dropdown-container {
        width:70% !important;
        margin-left: 18% !important;
    }
    .icon-email {
        margin-top: 2px;
    }
    .header-bottom li {
        padding: 3px 2px;
    }
    .disabled-xl-click {
        pointer-events: none;
    }
}

@media (min-width: 1280px) {
    .main-dropdown-container {
        width: 78% !important;
        margin-left: 11% !important;
    }
    footer .nav-link, footer p {
        font-size: 16px;
    }
    .main-dropdown-container.gift-menu-container,
    .main-dropdown-container.sale-menu-container {
        width: 65% !important;
        margin-left: 17% !important;
    }
}
  
@media (min-width: 1200px) {
    .container {
        max-width: 1560px; 
    } 
    .collections-slider .slick-slide {
        margin-left: -3%;
        margin-right: 3%;
    }
    .footer-svg-right, .footer-svg-left {
        width: 68%;
    }
    .disabled-lg-click {
        pointer-events: none;
    }
}

@media (min-width: 768px) {
    .header-info-cart {
        display: flex !important;
    }
    footer .h3, footer h3 {
        font-size: 23px;
    }
    .events-sponsor {
        margin-bottom: 0rem !important; 
    }
    .disabled-md-click {
        pointer-events: none;
    }
}
@media (min-width: 280px) {
    .disabled-sm-click {
        pointer-events: none;
    }
}
@media (max-width: 1600px) {
    .header-bottom li a {
        padding-left: 5px;
        padding-right: 5px;
    }
}
@media (max-width: 1366px) {
    .brand-content-block a {
        font-size: 1.5rem;
    }
    .brand-dropdown-container h2 {
        font-size: 1rem;
    }
    .header-bottom li a {
        font-size: 14px;
    }
    .main-navbar .navbar-nav .nav-link img {
        width: 20px;
        height: 20px;
    }
}


@media (max-width: 1024px) and (min-width: 768px) {
  .brand-dropdown-block .img-grid .col-3 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }

  .brand-content-block {
    top: 36%;
    font-size: 1.5rem;
}

.main-dropdown-container .brand-dropdown-block .px-3 {
    padding-left: 0 !important;    
}

.main-dropdown-container .brand-dropdown-block .text-left {
    padding-left: 0 !important;    
} 

}


/* @media (max-width: 1280px) {
  .card-title a {
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      text-overflow: ellipsis;
      word-break: break-word; 
  }
} */


  .card-title a {
    text-overflow: ellipsis;
  }


@media (max-width: 1280px) {
  .card-title a {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
  }

  .card-title {
    height: auto; 
  }
}

@media (max-width: 1342px) and (min-width: 990px) {
    .card-title a {
    display: -webkit-box;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;

  }
}

@media (max-width: 991px) {
    .main-navbar {
        padding-left: 10px;
        padding-right: 10px;
    }
    .main-navbar .navbar-nav .nav-link img {
        width: 15px;
        height: 15px;
    }
}

@media (max-width: 767px) {
      .card-title a {
    display: -webkit-box;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
      }

    .main-header-container.scroll-header .header-second-innner-container {
        display: none;
    }
    .price #convert {
        font-size: 17px;
    }
}


@media (max-width: 1199px) {
    footer .container {
        max-width: 100%;
    }
    #main-footer-container .navbar {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .events-sponsor {
        margin-bottom: 2rem !important;
    }
}
@media (max-width: 1190px) {
    header .navbar-nav .nav-link {
        font-size: .9rem;
    }
    header .header-logo a img {
        max-width: 188px;
    }
    .main-nav-cur .navbar-nav {
        justify-content: end !important;
        margin-right: 12%;
    }
}

@media (max-width: 990px) {
    .brand-content-block a {
        font-size: 1rem;
    }
    .main-navbar .navbar-nav .nav-link {
        font-size: 14px;
    }
    header.container {
        padding-bottom: 4em !important;
        padding-top: 2em !important;
    }
}

@media (max-width: 767px) {
    /*  Header */
    .navbar.navbar-dark .dropdown-menu {
        background-color: transparent;
        box-shadow: none;
        padding: 10px 0;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        border-radius: 0;
        width: 100%;
    }

    /* Popular Collections */

    .header-svg-right {
        width: 70% !important;
    }

    .header-svg-left { 
        width: 70% !important;
    }

    .navbar.navbar-dark .navbar-nav .nav-link {
        color:#fff !important;
    }
    /* .top-home-banner img {
        max-height: 100px;
    } */
    .collections-slider  {
        max-height: 400px;
    }
    header.container {
        padding-bottom: 5em !important;
    }
    header .header-logo a img {
        max-width: 270px;
        margin: auto;
    }
    .header-search-container {
        margin: 0 !important;
        padding: 0 10px !important;
    }
    footer .pl-5 {
         padding-left: 15px !important;
    }
     footer .pl-3 {
         padding-left: 0px !important;
    }
    footer .list-social {
        justify-content: center !important;
        padding-left: 0 !important;
    }
} 

@media (min-width: 576px) and (max-width: 991px) {
    .popular-collections {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .collections {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
    }
  
    .collections > .col-6 {
      flex: 0 0 33.33%;
      max-width: 33.33%;
      margin-bottom: 1rem;
    }
  
    .collections > .col-6:nth-child(4),
    .collections > .col-6:nth-child(5) {
      flex: 0 0 45%; 
      max-width: 34%;
      margin-left: 0.5%;
      margin-right: -0.5%;
      padding-top: 20px;
    }
  }


.checkout-payment[name="seltyp-paypalcheckout"] label span::after {
  content: " or Pay in 4";
  display: inline;
  font-style: italic;
  margin-left: 4px;
}


@media (max-width: 575px) {
    .popular-collections {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}


ul.navbar-nav > li:last-of-type .main-dropdown-container 
  .brand-dropdown-block .row > div.col-md-4.col-6.pl-0.pr-0 {
    height: 244px !important;
  }

@media (max-width: 1024px) {
  ul.navbar-nav > li:last-of-type .main-dropdown-container 
  .brand-dropdown-block .row > div.col-md-4.col-6.pl-0.pr-0 {
      height: unset !important; 
  }
}
  
/* #payment_63_title img.float-right {
    margin-left: 10px;
}

#payment_63_title img.float-right::after {
    content: url('//assets.netostatic.com/assets/neto-cdn/payment-icons/1.0.0/paypal_checkout.svg');
    margin-left: 10px;
} */

/* Dropdown container - Close button */

.dropdown-close-btn {
    position: absolute;
    bottom: -44px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 20;
    pointer-events: none;
}

.close-dropdown-btn {
  background-color: #0E3750;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  width: 54px;
  height: 55px;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.2s ease;
  text-decoration: none !important;
  pointer-events: auto; 
  border: 5px solid #fff !important;
}

.close-dropdown-btn i {
  font-size: 16px;
}

.btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus {
    box-shadow: none !important;
}
.btn-primary,
.btn-success,
.btn-secondary,
.btn-danger {
    background: #ff2800;
    border-color: #ff2800;
    padding-top: 14px;
    padding-bottom: 14px;
}
.btn-primary:hover,
.btn-danger:hover,
.btn-success:hover,
.btn-primary:hover {
    background: #0e3750;
    border-color: #0e3750;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    background-color: #0e3750;
    border-color: #0e3750;
}
.btn-info{background: #0e3750;}
.btn-info:hover {
    background: #08212f;}
.btn-warning{background: #ffc107;}
.btn-warning:hover {
    background: #e0a800;}
.btn-light{background: #f8f9fa;}
.btn-light:hover {
    background: #e2e6ea;}
.btn-dark{background: #343a40;}
.btn-dark:hover {
    background: #23272b;}

.bg-gradient-primary {
  background: #ff2800 !important; }

.bg-gradient-secondary {
  background: #0e3750 !important; }

.bg-gradient-success {
  background: #ff2800 !important; }

.bg-gradient-info {
  background: #0e3750 !important; }

.bg-gradient-warning {
  background: #ffc107 !important; }

.bg-gradient-danger {
  background: #dc3545 !important; }

.bg-gradient-light {
  background: #f8f9fa !important; }

.bg-gradient-dark {
  background: #343a40 !important; }
.alert-green {
  background: #d4edda;}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background: #ff5333; }

a.wishlist_toggle {
    background-color: #0e3750;
    border-color: #0e3750;
    color: #fff;
}
a.wishlist_toggle:hover {
    background-color: transparent;
    color: #0e3750;
}
.btn, .btn-lg, .btn-group-lg > .btn {
    padding: 0.7rem 1rem;
    box-shadow: none !important;
}
.form-control-lg {
    height: calc(1.8em + 1rem + 2px);
}
@media (max-width: 1024px) and (min-width: 568px) {
    body#n_product .products-row .price {
        height: 92px !important;
    }
}

a.wishlist_toggle {
    background-color: #0e3750;
    border-color: #0e3750;
    color: #fff;
}
a.wishlist_toggle:hover {
    background-color: transparent;
    color: #0e3750;
}

.btn, .btn-lg, .btn-group-lg > .btn {
padding: 0.7rem 1rem;
}

.form-control-lg {
height: calc(1.8em + 1rem + 2px);
}

.main-header-container .sale-menu {position: relative;}
.main-header-container .sale-menu > * {
    position: relative;
    z-index: 2;
}
.main-header-container .sale-menu::before {
    background-color: #ff2800;
    border-radius: 27px;
    position: absolute;
    content: "";
    width: 100%;
    height: 74%;
    z-index: 0;
    top: 16%;
    left: 0;
}

.neto-instagram-addon-widget .text {
    word-break: normal !important;
}

@media (min-width: 1840px){
    .neto-instagram-addon-widget{
        overflow: visible !important;
    }
    .neto-instagram-addon-widget .glide__arrows .glide__arrow.glide__arrow--right{
        right: -5em;
        border-color: #0E3750;
    }
    .neto-instagram-addon-widget .glide__arrows .glide__arrow.glide__arrow--left{
        left: -5em;
        border-color: #0E3750;
    }
    .neto-instagram-addon-widget .glide__arrows .glide__arrow svg path:nth-child(1){
        fill: #0E3750;
    }
}
 






/* Make the brand link container relative for positioning */
.brands-list .brand-link {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

/* Style for the hidden brand name - will become popup */
.brands-list ._brand-name {
  display: none;
  position: absolute;
  top: calc(100% - 5px); /* Slightly overlap or sit right at bottom */
  left: 50%;
  transform: translateX(-50%);
  
  /* Popup styling */
  background-color: rgba(0, 0, 0, 0.9);
  color: white;
  padding: 6px 12px;
  border-radius: 4px;
  white-space: nowrap;
  z-index: 100;
  font-size: 13px;
  font-weight: 500;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

/* Optional: Make arrow smaller or remove it */
.brands-list ._brand-name::before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent rgba(0, 0, 0, 0.9) transparent;
}

.brands-list .brand-link:hover ._brand-name {
  display: block;
}

/* Animation from bottom */
.brands-list ._brand-name {
  animation: slideUp 0.2s ease;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(5px);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}


.button-product-menu {
    position: absolute;
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: hidden;
    bottom: -84px;
}
.circle-btn:focus{
    outline: unset !important;
}
.circle-btn {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    background-color: transparent;
    border: 3px solid transparent;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    transition: all 0.3s ease;
    top: -42.5px;
}
.circle-btn::before {
    height: 50%;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #0E3750;
    z-index: -1;
    transition: height 0.3s ease;
}
.button-product-menu i {
    position: relative;
    top: 16px;
}

/* New Menu Design  */
@media (min-width: 1200px) {
	div.main-menu .menu-list {
		position: absolute;
		top: 0;
		height: 100vh;
	}
	.menu-panel {
		padding: 0 30px;
	}
}
.menu-panel {
    background-color: #FFFFFF;
}
.menu-slide {
    visibility: visible !important;
	-webkit-animation: slideLeft 0.5s forwards;
    animation: slideLeft 0.5s forwards;
}

.menu-slide-out {
	-webkit-animation: slideLeftOut 0.5s forwards;
    animation: slideLeftOut 0.5s forwards;
}
.menu-panel {
    height: 100vh;
    position: fixed;
    top: 0;
	left: -100%;
    z-index: 9999;
    color: #000;
    background-color: #fff;
    visibility: hidden;
    will-change: transform;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
    transition: visibility .5s;
}

@-webkit-keyframes slideLeft {
    100% { left: 0; }
}
@keyframes slideLeft {
    100% { left: 0; }
}
@-webkit-keyframes slideLeftOut {
    100% { left: -100%; }
}
@keyframes slideLeftOut {
    100% { left: -100%; }
}
.menu-title {
    margin: 45px 0 15px;
    text-transform: uppercase;
    font-weight: 700;
}
i#menu-close, .submenu-close {
	cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    padding: 8px;
}
.submenu-back{
	cursor: pointer;
    position: absolute;
    top: 10px;
    right: 42px;
    font-size: 20px;
    padding: 8px;
}
.menu-level-content {
    padding: 0 30px;
	overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
}
div.main-menu .menu-level > a {
    display: block;
    padding: 8px 3vw 8px 0;
	position: relative;
	text-transform: uppercase;
    text-wrap: nowrap;
    border-bottom: 1px solid #0E3750;
}
div.main-menu .has-child {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 100%;
    padding: 6px 0;
    text-align: right;
}
div.main-menu .has-child::after {
    content: "\f105";
    /* position: absolute; */
    right: 0;
    font-family: "Font Awesome 6 Pro";
	color: #0E3750;
	font-size: 16px;
}

div.main-menu a.active {
	color: #0E3750;
	text-decoration: underline;
}
div.main-menu .menu-list {
    left: 100%;
    background-color: #fff;
}
#shadow-layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9998;
    cursor: pointer;
    background-color: #aaa;
    visibility: hidden;
    transition: visibility .5s, opacity .5s;
    opacity: 0;
}

#shadow-layer.show {
    visibility: visible !important;
    opacity: .6 !important;
}


@media (max-width: 1199px) {
	.menu-panel{
		max-width: 90vw;
		width: 500px;
	}
	div.main-menu a{
		text-wrap: unset;
	}
	.menu-list {
		position: absolute;
		top: 0;
		left: 0 !important;
		width: 100%;
		height: 100vh;
		z-index: 3;
	}
}

@media (max-width: 767px) {
    .mega-menu-newsform {
        padding: 0;
    }
    .mega-menu-newsform > * {
        padding-left: 0 !important;
    }
    .mega-menu-newsform .input-group-append, 
    .mega-menu-newsform button.btn.btn-primary {
        width: 100%;
    }
    .mega-menu-newsform input#subscriber_email {
        width: 100%;
        margin-bottom: 7px;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    header.container {
        padding-top: 8px !important;
    }
    .header-logo a {
        background-image: url(/assets/images/logo/website_logo.webp);
        height: 85px;
        width: 87px;
        display: inline-block;
        background-size: cover;
    }
    .header-logo a > img {
        display: none !important;
    }
    .navbar-secondary .navbar-nav .nav-link {
        font-size: 26px !important;
        padding-top: 0 !important;
        padding-bottom: 0;
    }
    .header-second-innner-container #header-cart > a > i {
        font-size: 26px;
    }
    .header-second-innner-container #header-cart .a2c_item_count {
        /* display: none; */
    }
    .navbar-secondary .navbar-nav .nav-link #currency_select::after,
    .navbar-secondary .navbar-nav .nav-link #currency_select::before {
        display: none;
    }
    .navbar-secondary .navbar-nav .nav-link #currency_select select {
        color: #0e3750;
        width: 90px;
        appearance: none !important;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"></polyline></svg>');
        background-repeat: no-repeat;
        background-position: right -3px center;
        background-size: 41px 29px;
        padding-right: 31px;
    }
    .navbar-secondary .navbar-nav .nav-link #currency_select select option {
        font-size: 14px;
    }
    .header-second-innner-container .navbar-nav .cur-select-drop::after, 
    .header-second-innner-container .navbar-nav .cur-select-mob::after {
        top: 2px;
        width: 37px;
    }
    
    .main-navbar .navbar-nav .nav-link {
        padding-top: 14px !important;
        padding-bottom: 14px !important;
    }
    .main-header-container .sale-menu::before {
        height: 60%;
        top: 19%;
        left: 2px;
        border-radius: 8px;
    }
    .main-navbar .navbar-nav .nav-link > img,
    .main-navbar .navbar-nav .nav-link > i {
        display: none;
    }
    .main-navbar .navbar-nav .nav-link {
        font-weight: bold;
    }
}
@media (max-width: 567px) {
    .header-logo {
        width: 100%;
    }
}