/* 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: 0.95rem;
}
.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 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99999;
}
.main-header-container.scroll-header header.container{
    padding-top: 20px !important;
}
.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: 45%;
    width: 100%;
}
.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;
}
.navbar-dark .navbar-nav .nav-link {
    font-weight: 500;
    font-size: .9rem;
    font-family: 'Open Sans';
}
.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;
}
span#currency_select::before {
    content: ")";
    position: absolute;
    height: 20px;
    width: 20px;
    left: 36px;
}
.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(../img/click-hand.png) !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 {
    position: relative;
}
.cur-select-drop::after {
    content: url(/assets/image/flag.png);
    right: 0;
    top: 5px;
    position: relative;
}
.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: 50px !important;
  }
}

/* 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: 100%;
    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;
    border-radius: 0;
}
#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: auto 100%;
    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;
}

/* 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;
}
.icon-facebook-dark {
    content: url(../img/facebook-dark.png) !important;
}
.icon-ig-dark {
    content: url(../img/ig-dark.png) !important;
}
.icon-email-dark {
    content: url(../img/email-dark.png) !important;
}


.disabled-click {
    pointer-events: none;
}
@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;
    }
}
  
@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: 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;
    }
}


@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: 11px;
    }
    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;
    }

    /* Testimonials */
    .testimonial-container {
        height: 250px;
    }

    .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: 330px !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;
} */