.panel-products {
    background-color: #FEF9F1;
}

.header .asl_w_container {
    min-width: 180px;
    max-width: 180px;
}

.panel-products .sub-title {
    font-size: 19.5px;
    font-weight: 500;
}

.panel-products span.separator {
    font-weight: 500;
}

.header #ajaxsearchlite1 .probox,
div.asl_w .probox {
    padding: 1px;
}

div.asl_r .results .item .asl_content h3 a {
    color: var(--gold) !important;
}

.header .asl_m .probox .innericon {
    background-color: transparent !important;
}

.panel-products a.nav-link {
    background-color: transparent !important;
    border: 0;
    font-size: 14px;
    color: #000000;
    font-weight: 700;
    height: 100%;
    padding: 0 0 10px;
}

.panel-products a.btns {
    color: #000000;
    background-color: var(--gold);
    font-weight: 600;
    width: 100%;
    display: block;
    padding: 8px;
    border-radius: 6px;
    margin-top: 20px;
}

.panel-products a.btns:hover {
    color: var(--gold);
    background-color: #000000;
}

.panel-products a.nav-link.active {
    border-bottom: 6px solid var(--gold) !important;
    color: var(--gold) !important;
}

.panel-products ul.slick-dots {
    position: relative;
}

.panel-products .slick-slide {
    margin: 0 20px;
}

.panel-products .slick-list {
    margin: 0 -20px;
}

.panel-products .slick-track {
    display: flex !important;
    margin-left: 0;
}

.panel-products .slick-slide {
    height: inherit !important;
}

.panel-products .slick-slide>div {
    height: 100%;
}

.panel-products .product-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.panel-products .slick-dots li.slick-active button:before {
    opacity: 1;
    color: var(--gold);
}

.panel-products .slick-dots li.slick-active button:before {
    font-size: 14px;
}

.panel-products .slick-dots li button:before {
    font-size: 12px;
}

.panel-products .slick-dots li button:before {
    opacity: 1;
    color: black;
}

.panel-products .slick-dots li {
    margin: 0 2px;
}

.panel-products .nav-tabs {
    border-bottom: 2px solid #3E3E3E;
}

.panel-products li.nav-item {
    margin-bottom: -4px;
}

.panel-products .btn-gold-round {
    position: relative;
    color: #151515;
    font-size: 15px;
    font-weight: 600;
    line-height: 0.8;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 16px;
    padding-right: 36px;
    display: inline-block;
    margin-top: 15px;
    background-color: var(--gold);
    border-radius: 15px;
}

.panel-products .btn-gold-round span {
    position: absolute;
    top: 0px;
    right: -10px;
    border-radius: 50%;
    width: 33px;
    height: 33px;
    background-color: #000000;
}

.panel-products .btn-gold-round span:before {
    content: '';
    position: absolute;
    background-image: url(images/arrow.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 10px;
    height: 15px;
    top: 9px;
    left: 12px;
}

.panel-products .container-fluid,
.panel-products .container-fluid img.bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: right top;
}

.panel-products .container-fluid img.logo {
    position: absolute;
    bottom: 20px;
    right: 10px;
    -o-object-fit: cover;
    object-fit: cover;
}

.panel-products .text-container.title {
    padding-bottom: 56px;
}

.panel-products .header .image {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.panel-products .header .image:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.panel-products .header .image img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}