@font-face {
    src: url('../fonts/Inter-Regular.ttf') format('truetype');
    font-family: 'Inter';
    font-weight: 400;
    font-style: normal;
}

@font-face {
    src: url('../fonts/Inter-Light.ttf') format('truetype');
    font-family: 'Inter';
    font-weight: 300;
    font-style: normal;
}

.rnc_lpsp_main_container {
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
}

.btn-xanlite-primary {
    color: #fff;
    /*background-color: var(--xanlite-text-red) !important;*/
    background-color: #ED2037 !important;
    font-size: 12px;
    padding: 20px 50px;
}

.button-info {
    cursor: pointer;
}

.btn-xanlite-primary:hover {
    color: #fff;
    background-color: #ED2037 !important;
}

.postcode-input {
    border: none;
    border-bottom: 0.5px solid #B8B9BA;
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    width: 182px;
    padding: 6px 0;
    text-align: center
}

.postcode-input::placeholder {
    text-align: center;
    font-family: 'Inter', sans-serif;
    color: black;
}

/* or, for legacy browsers */

.postcode-input::-webkit-input-placeholder {
    text-align: center;
    font-family: 'Inter', sans-serif;
    color: black;
}

.postcode-input:-moz-placeholder { /* Firefox 18- */
    text-align: center;
    font-family: 'Inter', sans-serif;
    color: black;
}

.postcode-input::-moz-placeholder { /* Firefox 19+ */
    text-align: center;
    font-family: 'Inter', sans-serif;
    color: black;
}

.postcode-input:-ms-input-placeholder {
    text-align: center;
    font-family: 'Inter', sans-serif;
    color: black;
}

.rnc_lpsp_container-slider .slick-list {
    /*padding-left: 0px !important;*/
    padding-left: 15px !important;
    width: 100%;
}

/* start */
.rnc_lpsp_container-slider .slick-track {
    margin-left: 0px;
}

.rnc_lpsp_container-slider .slick-slide {
    /*text-align: left !important;*/
    max-width: 235px !important;
}

.rnc_lpsp_container-slider .slick-dots {
    position: absolute;
    bottom: -40px;
    display: block;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none;
    text-align: center;
}

.rnc_lpsp_container-slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.rnc_lpsp_container-slider .slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
    font-size: 85px;
    transition: font-size .1s;
}

.rnc_lpsp_container-slider .slick-dots li button:before {
    font-family: 'slick';
    font-size: 40px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.rnc_lpsp_container-slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 30px;
    height: 30px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.rnc_lpsp_product_container, .rnc_lpsp_product_container h3, .rnc_lpsp_product_container h4 {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}

.rnc_lpsp_product_container h3 {
    font-size: 26px;
}

.rnc_lpsp_product_container h4 {
    font-size: 22px;
}

.rnc_lpsp_product {
    width: 199px;
    max-width: 228px;
    height: 582px;
    border-radius: 10px;
    margin: 18px;
    padding: 25px 7px;
    box-shadow: 0px 0px 10px 0px #0a0a0a;
    border: none;
    background-color: #ffffff;
    /*display: flex;*/
}

.rnc_lpsp_container-slider {
    display: flex;
    margin-bottom: 30px;
}

.rnc_lpsp_product_title {
    text-align: center
}

.rnc_lpsp_product_thumbnail {
    margin-top: 23px;
}

.rnc_lpsp_product_thumbnail .cover {
    padding: 10px;
    width: 184px;
    height: 123px;
    background: #F0F0F0;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rnc_lpsp_carousel {
    padding-left: 5px;
    padding-right: 0px !important;
}

.rnc_lpsp_left_side {
    max-width: 333px;
    margin: 15px 0;
}

.rnc_lpsp_xanlite_red_arrow {
    position: absolute;
    z-index: 1;
    overflow: hidden;
    top: -38px;
    left: -46px
}

.rnc_lpsp_postcode_form {
    width: 100%;
    text-align: center;
    margin-top: 106px;
}

.d-flex {display: flex;}
.justify-content-center {justify-content: center;}
.align-items-center {align-items: center;}
.d-none {display: none;}
.position-relative {position: relative;}
.position-absolute {position: absolute;}
.z-10 {z-index: 10;}
.bg-white {background-color: #FFF;}
.w-100{width: 100%;}
.h-100{height: 100%;}
.t-0{top: 0;}
.l-0{left: 0;}
.opacity-95{opacity: 95%;}
.max-w-100px{max-width: 100px;}
.rnc_lpsp_loader {}
.rnc_lpsp_loader img {max-width: 100px;}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .rnc_lpsp_main_container {
        flex-direction: column;
    }

    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
        position: relative;
        display: flex;
        flex-direction: column;
        width: 100%;
        pointer-events: auto;
        background-color: #fff;
        background-clip: padding-box;
        outline: 0;
    }

    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto;
        position: relative;
        flex: 1 1 auto;
        padding: 1rem;
    }

    .postcode-input {
        font-size: 27px;
        width: 219px;
    }

    .btn-xanlite-primary {
        font-size: 14px;
        width: 310px;
    }

    .rnc_lpsp_left_side {
        margin: 15px auto;
    }

    .rnc_lpsp_container-slider .slick-track{
        margin-left: 20px;
    }

    .rnc_lpsp_carousel {
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        width: 100vw !important;
        position: relative;
        padding: 0px;
    }

    .rnc_lpsp_container-slider{
        margin-top: 40px;
    }

    .rnc_lpsp_xanlite_red_arrow {
        top: -89px;
        left: -88px;
    }

    .rnc_lpsp_xanlite_red_arrow svg{
        width: 130px;
        height: 160px;
    }

    .rnc_lpsp_postcode_form {
        margin-top: 81px;
    }

    .rnc-lpsp-description {
        font-size: 17px;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .rnc_lpsp.col-sm-12 {
        position: relative;
        width: 100vw;
        padding-right: 0;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

}

