.the-options {
    width: 100%
}

.the-options .customize-title {
    background: #4C7FA6;
    width: 100%;
    text-align: center;
    padding: 0.5rem 0;
    text-transform: uppercase;
    margin-bottom: 0.5rem
}

.the-options .customize-title span {
    font-size: 1rem;
    display: block;
    color: #fff
}

.the-options .slick-list {
    margin-left: -1px
}

.the-options .product-option-title {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0.5rem 0
}

.the-options .product-option-title span {
    font-size: 1rem
}

.the-options .product-option-title .icon {
    width: 0.75rem;
    height: 0.75rem;
    margin-left: 0.25rem
}

.the-options .product-option-title .icon svg {
    width: 100%;
    height: 100%;
    display: block;
    fill: #4C7FA6
}

.the-options .product-options {
    position: relative;
    width: 100%
}

.the-options .product-options .options {
    width: 100%;
    width: -webkit-calc(100% - 1.5rem);
    width: calc(100% - 1.5rem);
    margin-left: 0;
    margin-right: auto;
    opacity: 0
}

.the-options .product-options .options.slick-initialized {
    visibility: visible;
    opacity: 1
}

.the-options .product-options .options.slick-initialized .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.the-options .product-options .options .input-hidden {
    position: absolute;
    height: 0;
    opacity: 0
}

.the-options .product-options .options .option {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.25rem;
    margin: 0 0.1rem;
    border: 2px solid #f1f1f1;
    cursor: pointer;
    height: auto
}

.the-options .product-options .options .option .option-img img {
    width: 100%
}

.the-options .product-options .options .option .option-image {
    text-align: center
}

.the-options .product-options .options .option .option-image .image {
    width: 100%;
    height: 2.5rem;
    display: block;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 100%
}

.the-options .product-options .options .option .option-title {
    text-align: center
}

.the-options .product-options .options .option .option-title span {
    font-size: 0.65rem;
    display: block
}

@media (min-width: 0px) and (max-width: 565px) {
    .the-options .product-options .options .option .option-title span {
        font-size: 1rem
    }
}

.the-options .product-options .options .option .option-price {
    text-align: center;
    margin-top: 0.25rem
}

.the-options .product-options .options .option .option-price span {
    font-size: 0.65rem;
    display: block
}

@media (min-width: 0px) and (max-width: 565px) {
    .the-options .product-options .options .option .option-price span {
        font-size: 1rem
    }
}

.the-options .product-options .options .option._selected {
    border-color: #4C7FA6
}

.the-options .product-options .controls {
    position: absolute;
    background: #4C7FA6;
    width: 1.5rem;
    height: 100%;
    z-index: 100;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.the-options .product-options .controls._next {
    top: 0;
    right: 0
}

.the-options .product-options .controls._prev {
    top: 0;
    left: -1px
}

.the-options .product-options .controls .icon {
    width: 1.5rem;
    height: 1.5rem;
    display: block;
    margin: 0
}

.the-options .product-options .controls .icon svg {
    width: 100%;
    height: 100%;
    fill: #fff
}

.the-options .product-options .controls._hidden {
    display: none !important
}

.the-options .product-options .controls:hover {
    background: #31526c
}

.the-options .product-options .controls:hover .icon svg {
    fill: #fff
}

.the-options .popup-toggle-desktop {
    display: block
}

@media (min-width: 0px) and (max-width: 565px) {
    .the-options .popup-toggle-desktop {
        display: none !important
    }
}

.the-options .popup-toggle-desktop-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media (min-width: 0px) and (max-width: 565px) {
    .the-options .popup-toggle-desktop-flex {
        display: none !important
    }
}

.the-options .popup-toggle-mobile {
    display: none
}

@media (min-width: 0px) and (max-width: 565px) {
    .the-options .popup-toggle-mobile {
        display: block
    }
}

.option-popup {
    width: 20rem
}

.option-popup .option-img {
    width: 100%;
    height: 10rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.option-popup .option-img img {
    display: block;
    margin: auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%
}

.option-popup .option-title {
    text-align: center
}

.option-popup .option-title span {
    font-size: 0.8rem;
    color: #545050
}

.option-popup .option-price {
    margin: 0.5rem 0;
    text-align: center
}

.option-popup .option-price span {
    color: #545050;
    font-size: 0.8rem
}

.option-popup .option-cta {
    text-align: center;
    margin-bottom: 1rem
}

.option-popup .option-cta button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none
}
