body.show-modal{
    overflow: hidden;
}
.wrap-dsf-swatches-plugin{
    width: 100%;
    padding: 0em 1.5em 1em;
}
.wrap-dsf-swatches-plugin h2{
    font-size: 24px;
    font-weight: 700;
    margin: 0.5em 0;
    text-align: center;
}
.wrap-dsf-swatches-plugin h2 span{
    color:#00B090;
}
.paginate-detail{
    color: #797979;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}
.paginate-detail.all-selected{
    color: #00B090;
}
.paginate-detail.all-selected .detail-selected:after{
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg"  viewBox="0 0 72 72" ><path fill="white" d="M57.658,12.643c1.854,1.201,2.384,3.678,1.183,5.532l-25.915,40c-0.682,1.051-1.815,1.723-3.064,1.814   C29.764,59.997,29.665,60,29.568,60c-1.146,0-2.241-0.491-3.003-1.358L13.514,43.807c-1.459-1.659-1.298-4.186,0.36-5.646   c1.662-1.46,4.188-1.296,5.646,0.361l9.563,10.87l23.043-35.567C53.329,11.971,55.806,11.442,57.658,12.643z"/></svg>');
    display: inline-block;
    width: 19px;
    height: 19px;
    background-color: #00B090;
    border-radius: 50%;
    padding: 0;
    border: 4px solid #00B090;
    line-height: 0em;
    margin: 0px 0 0 4px;
    vertical-align: middle;
}
.radio-button{
    opacity:0;
    width: 1px!important;
    height: 1px;
    margin: 0!important;
    padding: 0!important; 
    position: absolute;     
}
.icon-radio {
    cursor: pointer;
    border: 2px solid #979696;
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 50%;
    position: absolute;
    left: 12px;
    top: 25px;  
}
.icon-radio:after{
    content: '';
    width: 25px;
    height: 25px;
    background-color: white;
    border-radius: 50%;
    border: 5px solid white;
    display: block;
}
.radio-button:checked + .icon-radio:after {
    background-color: #00B090;
}
.title-option{
    font-size: 20px;
    font-weight: 800;
    display: block;
    margin-bottom: 1em;
    line-height: 1.2em;
}
.detail-option{
    font-size: 18px;
    display: block;
    line-height: 1.2em;
}
.featured{
    color: #00B090;
    font-size: 16px;
    margin-bottom: 0.3em;
    display: block;    
}
#step-2 label{
    border: 2px solid #979696;
    border-radius: 10px;
    padding: 1em 1em 1em 3em;
    display: block;
    margin: 1em 0;
    position: relative;
}
#step-2 input{
    position: absolute;
    left: 1em;
    top: 2em;    
}
#step-2{
    min-height: 100vh;
    position: relative;
}
/*
#step-2 .wrap-paginate{
    width: 100%;
    position: absolute;
    bottom: 2em;    
}*/
#step-3{
    min-height: 100vh;
    position: relative;
}
/*
#step-3 .wrap-paginate{
    width: 100%;
    position: absolute;
    bottom: 2em;    
}*/
.step {
    margin-bottom: 20px;
    position: relative;
}

.step h2{
    color: #797979;
}
.swatches-container {
    display: block;
    margin-bottom: 5em;
}
.swatches-container.hidden-checkbox .swatch label{
    display: none;
}
.swatches-item{
    background-color: #f2f2f2;
    padding: 10px;
    margin-bottom: 1em;
}
.wrap-item-cat{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
}
.wrap-detail .detail p{
    margin: 0;
}
.wrap-detail h2{
    text-align: left;
    position: relative;
    font-size: 20px;
    color: var(--dark-grey);
    margin-bottom:16px;
}
.wrap-detail h2 span{
    position: absolute;
    right: 0;
    top:0;
    color: #00B090;
    display: inline-block;
    cursor: pointer;
}
.wrap-detail h2 span:after{
    content: '';
    width: 17px;
    height: 17px;
    background-image: url(../images/angle-right-solid.svg);
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    transition: transform 0.3s ease; 
    transform: rotate(90deg);
    transform-origin: 50% 50%;
    margin-bottom: -2px;
    margin-left: 3px;
}
.wrap-detail .open-info span:after{
    transform: rotate(270deg);    
}
.wrap-detail  .detail{
    padding: 0 0 1em 0;    
}
.swatch {
    flex: 0 0 calc(33.3% - 7px);
    position: relative;
    line-height: 0;
}
.swatch  label{
    position: absolute;
    display: block;
    line-height: 0;
    top: -20px;
    right: -20px;
    padding: 15px;     
}

.swatch img {
    width: 100%;
    border: 2px solid transparent;
}
.swatch input{
    position: absolute;
    opacity: 0;
}
.swatch input:checked + label img {
    border-color: #00B090;
}
.swatch input:checked + label:after{
    background-color: #00B090;
    color: white;
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg"  viewBox="0 0 72 72" ><path fill="white" d="M57.658,12.643c1.854,1.201,2.384,3.678,1.183,5.532l-25.915,40c-0.682,1.051-1.815,1.723-3.064,1.814   C29.764,59.997,29.665,60,29.568,60c-1.146,0-2.241-0.491-3.003-1.358L13.514,43.807c-1.459-1.659-1.298-4.186,0.36-5.646   c1.662-1.46,4.188-1.296,5.646,0.361l9.563,10.87l23.043-35.567C53.329,11.971,55.806,11.442,57.658,12.643z"/></svg>');
    padding: 0;
}

.swatch  label:after{
    content: '';
    width: 27px;
    height: 27px;
    border: 3px solid #00B090;
    display: block;
}
.swatch a{
    display: block;
    position: relative;
}
.swatches-container.hidden-checkbox .swatch a:after{
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="white" d="M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM184 296c0 13.3 10.7 24 24 24s24-10.7 24-24l0-64 64 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-64 0 0-64c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 64-64 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l64 0 0 64z"/></svg>');;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    transform: translate(-50%, -50%);
}

@media only screen and (max-width: 480px) {
   .wrap-detail h2{
      text-align: center;
   }
   .wrap-detail span{
       position: relative;
       margin-left: 5px;
   }
}

/*  cloned element*/
.wrap-thumb-selected{
    display: flex;
    gap: 5px;
    margin-bottom: 10px;
}
.wrap-thumb-selected a{
    flex: 0 0 28px;
    pointer-events: none;
}
.wrap-date, .wrap-input{
    margin: 1.5em 0;
}
.wrap-date input{
    text-align: center;
    color: #797979;
}
.wrap-date input, .wrap-date select, .wrap-input input, .wrap-input textarea{
    width: 100%;
    font-size: 20px;
    padding: 10px;
    border-radius: 5px;
    border: 2px solid #979696;    
}
.wrap-date input:focus, .wrap-date select:focus, .wrap-input input:focus, .wrap-input textarea:focus{
    border: 2px solid #00B090;
    outline: none;
}
.ui-datepicker td, .ui-datepicker th{
    min-width: auto;
}
.wrap-date label{
    font-size: 20px;
    color: #979696;
    margin-bottom: 1em;
    display: block;
}
input#reservation_date::placeholder {
    color: #797979;
}
#selected-count {
    font-weight: bold;
    color: #00B090;
}
.wrap-paginate{
    width: 100%;
}
.status-bar{
   --radius-bar:10px;
    width: 100%;
    background-color: #CDCDCD;
    height: 10px;
    border-radius: var(--radius-bar);
}
.status-bar .bar{
    background-color: #00B090;
    width: 20%;
    height: 10px;
    display: block;
    border-radius: var(--radius-bar);
}
#submit-response{
    display: none;
}
.step-success #submit-response{
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    font-size: 26px;
    background-color: #00B090;
    color: #fff;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
}
#submit-response p{
    color: white;
    text-align: center;
    font-size: 23px;
    font-weight: 700;    
}
button.next-step, button.prev-step, button[type="submit"] {
    background-color: #00B090;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    text-align: center;
    width: 100%;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
button.submit-button.disabled{
    background-color: #dddddd;
}
button.next-step.disabled{
    background-color: #dddddd;
    pointer-events: none;
}
button.prev-step {
    background-color: #fff !important;
    color: #797979;
    text-align: left;
    padding: 10px 0;
    font-weight: 700;
    justify-content: flex-start;
}

button:disabled {
    background-color: #dddddd;
    cursor: not-allowed;
}

.final-notice{
    color: #00B090;
    opacity: 0.5;
    text-align: center;
}
.final-notice.valid{
    opacity: 1;
}
#free-samples-text{
    position: relative;
    z-index: 9999;
    background-color: white;
}
/**CUSTOM SELECT**/
/* override  frontpage*/
.tab-custom-section {
    position: relative;
    z-index: 9999;
    background-color: white;
}
body.fixed-menu-customize .header-wrapper-primary{
    z-index: 99999!important;
}
.tab-custom-section {
    position: relative;
    z-index: 9999;
    background-color: white;
}
/*----*/
.custom-select-wrap {
    position: relative;
    width: 100%;
}

.custom-select {
    background-color: #fff;
    border-radius: 5px;
    border: 2px solid #979696; 
    padding: 10px;
    cursor: pointer;
    font-size: 20px;
    text-align: center;
    color: #797979;
}

.custom-select.not-selectable{
    pointer-events: none;
    background-color: #c1bebe;
}
.wrap-icon-arrow{
    position: relative;
}
.wrap-icon-arrow svg{
    width: 20px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}
.custom-select-options {
    display: none;
    position: absolute;
    top: 80%;
    background-color: #f2f2f2;
    max-height: 265px;
    min-height: 265px;
    overflow-y: auto;
    z-index: 1000;
    padding: 10px !important;
    margin: 0px 0 0 0;
    border-radius: 5px;
    width: 90%;
    list-style-type: none;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.custom-select-option {
    cursor: pointer;
    font-size: 20px;
    padding: 2px 0;  
    margin: 0;
    text-align: center;  
}
.custom-select-option  span{
    font-size: 13px;
}
.custom-select.active{
    border: 2px solid #00B090;
}
.custom-select-option:hover {
    background-color: #f0f0f0;
}

.custom-select-option.unavailable {
    color: #fff;
    pointer-events: none;
    background-color: #8a9795;
    padding: 1px 10px;
    border-radius: 5px;
    margin-bottom: 5px;
}
.custom-select-option.unavailable:before{
    content: 'Unavailable';
    display: inline-block;
    font-size: 13px;
    margin: 0 8px 0 0;
}
.custom-select.active + .custom-select-options {
    display: block;
}


/* *************************************Modal Styles */
.modal {
    display: none; 
    position: fixed; 
    z-index: 99999; 
    padding-top: 0; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgba(250, 245, 242,0.98);
}
.top-right-close{
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    background-color: #333333;
    line-height: 1em;
    padding: 0 5px;   
}
.top-right-close svg{
    width: 17px;
}
.top-left-close{
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    background-color: #333333;
    line-height: 1em;
    padding: 2px 7px;
}
.top-left-close svg{
    height: 17px;
}
.wrap-image-modal{
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 480px;
    left: 50%;
    overflow: hidden;
}
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

.swiper-button-next, .swiper-button-prev{
    color: white!important;
}

.swiper-thumbnail .swiper-slide .wrap-img {
    transition: border 0.5s ease;
    border: 1px solid transparent;
}

.swiper-thumbnail .swiper-slide.swiper-slide-visible.swiper-slide-thumb-active .wrap-img{
    border: 1px solid #797979;

}
.swiper-thumbnail .swiper-slide.swiper-slide-visible.swiper-slide-thumb-active .wrap-img img{
    border: 2px solid rgba(255, 255, 255, 0.5);    
}
.swiper-slide .wrap-img{
    position: relative;
    padding-top: 100%;
    overflow: hidden;
    line-height: 0;
    border-radius: 8px;
}
.swiper-slide .wrap-img img{
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center;
    box-sizing: border-box;
    border-radius: 8px;
}
.wrap-image-modal .swiper{
    overflow: visible;
}
.wrap-image{
    opacity: 1;
    text-align: center;
    position: relative;
    width: calc(100% - 60px);
    margin: 20px auto;  
}
.wrap-image.loading{
    min-height: 300px;
    background-image: url(../images/loading-1.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50px;
    opacity: 0.5;
}
.wrap-image #title-image{
    line-height: 1.2em;
    margin-bottom: 20px;
}
.wrap-image #title-category{
    font-weight: 700;
    line-height: 1.4em;
    font-family: var(--third-font);
}
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 10px;
    margin-top: 0;
    color: #797979;
    font-weight: bold;
    font-size: 35px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    text-decoration: none!important;
    transform: translateY(-50%);
}

.prev {
    left: 0;
    border-radius: 3px 0 0 3px;
}

.next {
    right: 0;
    border-radius: 0 3px 3px 0;
}



.modal-checkbox {
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 18px;   
    font-size: 14px; 
    flex-direction: column;
    max-width: 200px;
    margin: 30px auto 0;    
}

.modal-checkbox input {
    margin-right: 0;
    width: 1px;
    height: 1px;
    opacity: 0;
    position: absolute;
}
.wrap-close .close-modal{
    cursor: pointer;
    border-bottom: 1px solid #333333;
}


.wrap-select label {
    font-size: 16px;
    font-weight: 300;
    cursor: pointer;
    color: #fff;
    position: relative;
    padding: 12px 20px;
    line-height: 1em;
    display: block;
    background-color: #00B090;
    text-align: center;
    margin: auto;
    border-radius: 8px;
}
/*
.wrap-select input:checked + label:after{
    background-color: #00B090;
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg"  viewBox="0 0 72 72"><path fill="white" d="M57.658,12.643c1.854,1.201,2.384,3.678,1.183,5.532l-25.915,40c-0.682,1.051-1.815,1.723-3.064,1.814   C29.764,59.997,29.665,60,29.568,60c-1.146,0-2.241-0.491-3.003-1.358L13.514,43.807c-1.459-1.659-1.298-4.186,0.36-5.646   c1.662-1.46,4.188-1.296,5.646,0.361l9.563,10.87l23.043-35.567C53.329,11.971,55.806,11.442,57.658,12.643z"/></svg>');
    padding: 2px 0 0 0px;
}

.wrap-select label:after{
    width: 45px;
    height: 45px;
    display: inline-block;
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg"  viewBox="0 0 72 72"><path fill="white" d="M57.658,12.643c1.854,1.201,2.384,3.678,1.183,5.532l-25.915,40c-0.682,1.051-1.815,1.723-3.064,1.814   C29.764,59.997,29.665,60,29.568,60c-1.146,0-2.241-0.491-3.003-1.358L13.514,43.807c-1.459-1.659-1.298-4.186,0.36-5.646   c1.662-1.46,4.188-1.296,5.646,0.361l9.563,10.87l23.043-35.567C53.329,11.971,55.806,11.442,57.658,12.643z"/></svg>');
    padding: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
*/
.wrap-deselect label {
    font-size: 16px;
    font-weight: 300;
    cursor: pointer;
    color: #fff;
    position: relative;
    padding: 12px 20px;
    line-height: 1em;
    display: block;
    background-color: red;
    text-align: center;   
    margin: auto;
    border-radius: 8px;
}
/*
.wrap-deselect input:checked + label:after{
    background-color: #797979;
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg"  viewBox="0 0 72 72" ><path fill="white" d="M 19 15 C 17.977 15 16.951875 15.390875 16.171875 16.171875 C 14.609875 17.733875 14.609875 20.266125 16.171875 21.828125 L 30.34375 36 L 16.171875 50.171875 C 14.609875 51.733875 14.609875 54.266125 16.171875 55.828125 C 16.951875 56.608125 17.977 57 19 57 C 20.023 57 21.048125 56.609125 21.828125 55.828125 L 36 41.65625 L 50.171875 55.828125 C 51.731875 57.390125 54.267125 57.390125 55.828125 55.828125 C 57.391125 54.265125 57.391125 51.734875 55.828125 50.171875 L 41.65625 36 L 55.828125 21.828125 C 57.390125 20.266125 57.390125 17.733875 55.828125 16.171875 C 54.268125 14.610875 51.731875 14.609875 50.171875 16.171875 L 36 30.34375 L 21.828125 16.171875 C 21.048125 15.391875 20.023 15 19 15 z"/></svg>');
    padding: 0px 0 0 1px;
}

.wrap-deselect label:after{
    width: 45px;
    height: 45px;
    display: inline-block;
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg"  viewBox="0 0 72 72" ><path fill="white" d="M 19 15 C 17.977 15 16.951875 15.390875 16.171875 16.171875 C 14.609875 17.733875 14.609875 20.266125 16.171875 21.828125 L 30.34375 36 L 16.171875 50.171875 C 14.609875 51.733875 14.609875 54.266125 16.171875 55.828125 C 16.951875 56.608125 17.977 57 19 57 C 20.023 57 21.048125 56.609125 21.828125 55.828125 L 36 41.65625 L 50.171875 55.828125 C 51.731875 57.390125 54.267125 57.390125 55.828125 55.828125 C 57.391125 54.265125 57.391125 51.734875 55.828125 50.171875 L 41.65625 36 L 55.828125 21.828125 C 57.390125 20.266125 57.390125 17.733875 55.828125 16.171875 C 54.268125 14.610875 51.731875 14.609875 50.171875 16.171875 L 36 30.34375 L 21.828125 16.171875 C 21.048125 15.391875 20.023 15 19 15 z"/></svg>');
    padding: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
*/
.wrap-image-modal .close{
    padding: 0;
    border: 0;
    box-sizing: border-box;
    position: absolute;
    right: 17px;
    top: -41px;
}

.wrap-image-modal .close:after{
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path fill="grey" d="M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3 297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256 342.6 150.6z"/></svg>');
    width: 30px;
    height: 30px;
    border: 0;
    display: inline-block;
    margin: 0 0 0 1px;
    line-height: 0;
}

/***** FIXED STYCKY                ****/

.head-step h2{
   margin: 0.5em 0 0.5em 0;
   color: #797979;
}
.head-step h2 span{
   color: #00B090;
}
.head-step{
   padding: 1em 0 0em;
   background-color: #fff;
}
.head-step>*{
   max-width: 700px;
   width: 100%;
   margin-left: auto !important;
   margin-right: auto !important;
}
.head-step.sticky {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: white; /* Asegura que el fondo sea visible cuando se fija */
    display: block;
    padding: 1em 0 0em;
}
.icon-arrow-prev{
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: left;
}
.icon-arrow-prev svg{
    width: 10px;
}
.icon-arrow-prev svg path{
    fill: #797979;
}
.icon-arrow-next{
    width: 20px;
    height: 20px;
    display: inline-block;
}
.icon-arrow-next svg{
    width: 10px;
}
.icon-arrow-next svg path{
    fill: white;
}
.footer-step-fixed {
    position: sticky;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: #fff; /* O el color que prefieras */
    padding: 7px 10px 2em 10px;
}
.fixed-menu-customize .footer-step-fixed {
    position: fixed;
    width: 90%;
    margin: auto; 
    max-width: 900px;
}

/** FORMAT VALIDATE INPUT*/

.input-container {
    position: relative;
}

.input-field {
    outline: none;
}

.floating-label {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    font-size: 16px;
    color: #999;
    transition: all 0.2s ease;
    pointer-events: none;
    background-color: white;
    padding: 0 5px;
    z-index: 1;
}

.focused .floating-label, .filled .floating-label {
    top: 0px;
    font-size: 14px;
    color: #797979;
}

.validation-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
}

.valid .validation-icon {
    background-image: url('../images/check.svg');
    background-color: #00B090;
    border-radius: 50%;
    border: 3px solid #00B090;
}

.invalid .validation-icon {
    background-image: url('../images/warning.svg?v=1'); 
    background-color: transparent;
    border-radius: 50%;
}
.ui-widget-content{
    left: 0!important;
    right: 0!important;
    margin: auto;
}
.ui-state-default.ui-state-active, .ui-widget-content .ui-state-default.ui-state-active, .ui-widget-header .ui-state-default.ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{
    border: 1px solid #00B090!important;
    background: #00B090!important;    
}
.ui-widget-header{
    border: 1px solid var(--third-color)!important;
    background: var(--third-color)!important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
    border: 1px solid var(--secondary-color)!important;
    background: var(--secondary-color)!important;
    color: #fff!important;
}

.ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid var(--secondary-color)!important;
    background: var(--secondary-color)!important;
    color: #000!important;
}

.ui-widget.ui-widget-content{
    z-index: 999 !important;
}
.comment-text{
   text-align: center;
    margin-top: -20px;
    font-size: 17px;
}
/*-------Section Swatch --------------*/
.step-swatch-section .am-column-1-1{
   padding-top: 0;
   padding-left: 0;
   padding-right: 0;
   display: block;
   max-width: 900px;
   width: 100%;
   margin: auto;
}
.step-swatch-section .wrap-dsf-swatches-plugin{
   padding-left: 0;
   padding-right: 0;
}
@media only screen and (max-width: 480px) {
   .step-swatch-section{
      padding-top: 0 !important;
   }
}
/*-------eo Section Swatch --------------*/

