.footer .partners a img {
    object-fit: contain;
    height: 62px;
}

.grayscale {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
}

.product-image-change {
    font-weight: bold;
    font-size: 2.5rem;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    padding: 0px;
    cursor: pointer;
    background: #000;
}

.carousel-button-wrapper {
    padding: 12px;
    background: #000;
    border-radius: 50%;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

span.item-remove {
    cursor: pointer;
    float:left;
    padding: 25px 17px;
}

.remove {
    cursor: pointer;
    float:left;
    padding: 25px 17px;
}


.del-check {
    width: 10px;
}

.del-price {
    float: right;
}

.delivery-text {
    display: block;
    margin: 0px;
    padding: 15px 20px;
    margin-top: 10px;
    margin-bottom: 10px !important;
    background: #ececec;
}

.continue-shopping {
    text-align: right;
}

label.item {
    margin: 10px 0px 10px 0px;
}

.product-title {
    margin-left: 20px;
}

.handy-helper {
    position: absolute;
    top: 100%;
    right: 26vw;
    padding: 20px;
}

.font-settings {
    border-left: 1px solid #c5c5c5;
}

html {
    -webkit-transition: font-size 0.2s;
    -moz-transition: font-size 0.2s;
    -o-transition: font-size 0.2s;
    transition: font-size 0.2s;
}


/* custom - added later */
.more-link {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    color: var(--primary-color);
    cursor: pointer;
}

.display-none {
    display: none;
    transition: all 200ms ease-in;
}

.info-spot-content p {
    margin-bottom: 50px;
}

.info-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}

.info-img {
    width: 100%;
    max-width: 500px;
    margin-bottom: 10px;
    /* max-height: 400px; */
    height: 300px;
    object-fit: cover;
}

.image-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    grid-gap: 20px;
}

.image-and-text {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}

.h-300 {
    height: 300px;
}

.h-450 {
    height: 450px;
}

.column {
    max-width: 33.3%;
    padding: 0 4px;
    display: flex;
    flex-direction: column;
}

.column a {
    flex: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none !important;
}

.footer-partners-top {
    max-width: 25%;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    align-items: center;
}
.footer-partners-bottom {
    max-width: 25%;
    display: flex;
    flex-direction: column;
}

.footer-partners-top a,
.footer-partners-bottom a {
    border: none !important;
}

.footer-partners-bottom a {
    height: 100%;
    justify-content: center;
}

.badge.tag {
    padding: 5px !important;
    margin: 0px !important;
}

.slide-content .description  {
    color: #fff !important;
}

#slider {
    top: 5rem;
    position: relative;
    z-index: 5;
}

.slider-h-100 {
    min-height: 1070px;
}

.pdf-container {
    text-align: center;
    margin-bottom: 40px;
}

.pdf-container a {
    margin: 20px;
}

.pdf-container img {
    box-shadow: 2px 2px 10px var(--primary-color);
}

.gray-border {
    border: 3px solid var(--primary-color);
    padding: 20px;
    max-width: 500px;
    margin-bottom: 2rem;
    font-size: 1.2rem;
    background-color: var(--primary-color);
}

.slider-content {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 86vh;
    min-height: 900px;
    color: #fff !important;
}

.calendar-container{
    display: flex;
}

.w200 {
    width: 200px;
    align-self: center;
}

@media(max-width: 1000px) {
    .calendar-container{
        flex-direction: column;
    }
}

@media(max-width: 767px) {
    .header-main-links a {
        height: 30px;
    }

    .header-main-links {
        display: flex;
        flex-direction: column;
    }

    .navbar-nav.icons {
        display: flex !important;
    }

    /* SLIDER FOR MOBILE */
    .slider-content {
        height: 86vh;
        min-height: 1000px;
    }

    .slider-links {
        position: absolute;
        top: 0%;
        left: 50%;
        transform: translateX(-50%);
    }

    .slider-text {
        margin-top: 250px;
    }

    .slider-links a {
        margin: 2px !important;
        font-size: 0.8rem;
    }

    .slider-h-100 {
        min-height: 1209px;
    }

    .header-links {
        flex-wrap: wrap;
    }
}

@media(max-width: 425px) {
     .slider-text {
        margin-top: 350px;
    }
}

.logo-text {
    display: flex;
    flex-direction: column;
}

.logo-text ~ div {
    font-size: 0.75rem !important;
    text-align: center;
    margin-top: -10px;
}

.logo-text >img {
    max-height: 100px;
}

.highlights-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 20px;
}

.card {
    max-width: 300px;
}

.empty-div {
    height: 60px;
    width: 60px;
}

.slider-text {
    margin-left: 100px;
}

@media(max-width: 1540px) {
    .slider-text {
        margin-left: 0px;
    }
}

@media(max-width: 1340px) {
    .full-slider .inner .left {
        width: 70%;
    }
}

.full-slider .inner {
    justify-content: space-between;
}

.slider-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: flex-start;
}

.header-links {
    position: absolute;
    right: 50px;
    top: 100px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    align-self: flex-start;
    margin-bottom: 20px;
}

.slider-links a {
    margin: 10px;
    width: 100%;
}
.header-links a {
    margin: 10px;
    width: 200px;
}

.confirm-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.swiper-wrapper .swiper-slide img {
	height: 100%;
    width: 100%;
    object-fit: cover;
}

header .navbar-expand {
    z-index: 7;
}

@media(max-width: 1660px) {
    .header-links {
        flex-direction: row;
        position: relative;
        right: 0px;
    }

    #slider {
        top: 0rem;
    }
}

@media(max-width: 960px) {
    .header-links a {
        margin: 2px !important;
        font-size: 0.8rem;
    }
}

