/* GENERAL */
/* LABEL */
/* OPTIONS */

/* GENERAL */
.single-product-wrapper .product-customizer-wrapper {
    margin-top: 18px;
}

.single-product-wrapper .product-customizer-title {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 15px;
}

.single-product-wrapper .product-customizer-description {
    margin-top: 10px;
    font-size: 16px;
    line-height: 30px;
}


.single-product-wrapper .customizer-price-block {
    margin-top: 18px;
    flex-shrink: 0;   
    position: sticky;
    top: 90px;
}

.single-product-wrapper .product-customizer-content {
    margin-top: 45px;
}


.single-product-wrapper .custom-field {
    margin-top: 25px;
    margin-bottom: 40px;
}

.single-product-wrapper .custom-field.hidden {
    display: none;
}

.single-product-wrapper .custom-field .custom-field-description {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
}



.single-product-wrapper .custom-field .custom-field-errors {
    padding: 20px 10px;
    background-color: #ff000017;
    font-weight: 300;
    color: #900000;
    margin-top: 25px;
}

.single-product-wrapper .custom-field .custom-field-error {
    display: block;
}

.single-product-wrapper .custom-field .custom-field-errors,
.single-product-wrapper .custom-field .custom-field-error.hidden {
    display: none;
}

.single-product-wrapper .custom-field.invalid.modified .custom-field-errors {
    display: block;
}


.single-product-wrapper .custom-field-extra-price {    
    text-align: right;
}

.single-product-wrapper .custom-field-extra-price-inner {
    width: auto;
    display: inline-block;
    padding: 10px;
    font-size: 18px;
}

.single-product-wrapper .custom-field-extra-price b {
    font-weight: 600;
}

.single-product-wrapper .custom-field-extra-price.hidden {
    display: none;
}



.single-product-wrapper .custom-field-extra-info {    
    text-align: right;
}

.single-product-wrapper .custom-field-extra-info-inner {
    width: auto;
    display: inline-block;
    padding: 10px 15px;
    font-size: 16px;
    border: 2px solid #f8cec3;
}

.single-product-wrapper .custom-field-extra-info b {
    font-weight: 600;
}

.single-product-wrapper .custom-field-extra-info.hidden {
    display: none;
}



.single-product-wrapper .custom-field-extra-base {    
    text-align: right;
}

.single-product-wrapper .custom-field-extra-base-inner {
    width: auto;
    display: inline-block;
    padding: 10px;
    font-size: 18px;
}

.single-product-wrapper .custom-field-extra-base b {
    font-weight: 600;
}

.single-product-wrapper .custom-field-extra-base.hidden {
    display: none;
}

.single-product-wrapper .custom-field-price-label {
    font-weight: bold;
    font-size: 16px;
    background-color: #ee815e36;
    padding: 10px;
}

/* GENERAL */


/* LABEL */
.single-product-wrapper .custom-field .custom-field-label {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-self: start;
    gap: 10px
}

.single-product-wrapper .custom-field .custom-field-label .customize-icon {    
    font-size: 19px;
    background-color: #000;
    border-radius: 20px;
    color: #FFF;
    height: 30px;
    line-height: 32px;
    padding: 0px 11px;
}

.single-product-wrapper .custom-field .custom-field-label .custom-field-label-selection {
    font-weight: 300;
    text-transform: uppercase;
}
/* LABEL */




/* OPTIONS */
.single-product-wrapper .custom-field .custom-field-options {
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-wrap: wrap;
    gap: 20px;
}

.single-product-wrapper .custom-field .custom-field-option-price {
    margin-top: 10px;
}

.single-product-wrapper .custom-field .custom-field-option-wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.single-product-wrapper .custom-field .custom-field-option-top-sales {
    font-weight: bold;
    font-size: 15px;
    margin-top: 10px;
    color: #ee815e;
    text-transform: uppercase;
}


.single-product-wrapper .custom-field .custom-field-option {
    width: 60px;
    height: 60px;
    border: 1px solid #CCC;
    display: inline-block;
    padding: 2px;
    cursor: pointer;
}

.single-product-wrapper .custom-field.invalid.modified .custom-field-option {
    border-color: #ff0000;
}

.single-product-wrapper .custom-field.invalid.modified .custom-field-option:hover,
.single-product-wrapper .custom-field .custom-field-option:hover {
    border-color: #1D1D1D;
}

.single-product-wrapper .custom-field .custom-field-option.medium {
    width: 160px;
    height: 160px;
}
.single-product-wrapper .custom-field .custom-field-option.big {
    width: 300px;
    height: 300px;
}

.single-product-wrapper .custom-field .custom-field-option.text.mini,
.single-product-wrapper .custom-field .custom-field-option.text.medium,
.single-product-wrapper .custom-field .custom-field-option.text.big {
    width: auto;
    height: auto;
    line-height: 24px;
    font-size: 24px;
    padding: 12px;
    margin-bottom: 10px;
}

.single-product-wrapper .custom-field .custom-field-option.selected {
    border: 3px solid #1D1D1D;
    padding: 0px;
}
.single-product-wrapper .custom-field .custom-field-option .custom-field-option-fill {
    width: 100%;
    height: 100%;
}

.single-product-wrapper .custom-field .custom-field-option.image .custom-field-option-fill {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}



/* OPTIONS */




/* INPUTS */

.single-product-wrapper .custom-field .custom-field-input-price {
    display: flex;
    justify-content: end;
    margin-bottom: 10px;
}


.single-product-wrapper .custom-field .custom-field-input {
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.single-product-wrapper .custom-field textarea {
    width: 100%;
    height: 80px;
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid #000;
}

.single-product-wrapper .custom-field .custom-field-input input[type=file] {
    padding: 10px;
    border: 1px solid #ccc;
    display: flex;
    width: fit-content;
}

.single-product-wrapper .custom-field .custom-field-select,
.single-product-wrapper .custom-field .custom-field-select {
    margin-top: 15px;
    margin-bottom: 15px;
}

.single-product-wrapper .custom-field input,
.single-product-wrapper .custom-field select {
    width: 100%;
    height: 50px;    
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid #000;
    background-color: #FFF;
}

.single-product-wrapper .custom-field input[type=file] {
    border: none;
    font-size: 15px;
}


.single-product-wrapper .custom-field .custom-field-extra {
    text-align: left;
    margin-top: 15px;
    margin-bottom: 15px;
}

.single-product-wrapper .custom-field .custom-field-extra .custom-field-extra-checkbox-wrapper {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}

.single-product-wrapper .custom-field .custom-field-extra input[type=checkbox] {
    height: 30px;
    width: 30px;
    display: inline;
    vertical-align: middle;
}
.single-product-wrapper .custom-field .custom-field-extra .custom-field-extra-label {
    display: inline-block;
    font-size: 20px;
    margin-left: 7px;
    vertical-align: middle;
    line-height: 28px;
}
/* INPUTS */



/* MAP */
.single-product-wrapper .custom-field .custom-field-map-action {
    display: flex;
    justify-content: start;
    align-items: start;    
}
.single-product-wrapper .custom-field .custom-field-map-action .custom-field-map-action-explore {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    border: 1px solid #CCC;
    padding: 10px;
    padding-right: 20px;
}

.single-product-wrapper .custom-field .custom-field-map-action .custom-field-map-action-explore.hidden {
    display: none;
}

.single-product-wrapper .custom-field .custom-field-map-action .custom-field-map-action-explore:hover {
    border-color: #000;
}

.single-product-wrapper .custom-field .custom-field-map-action .custom-field-map-action-explore img {
    width: 40px;
}

.single-product-wrapper .custom-field.custom-field-map .custom-field-map-result {
    width: 200px;
    height: 200px;
    border: 3px solid #000;
    box-sizing: content-box;
}

.single-product-wrapper .custom-field.custom-field-map .custom-field-map-result .custom-map-overlay {
    width: 200px;
    height: 200px;
    position: absolute;
    z-index: 99;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.single-product-wrapper .custom-field.custom-field-map .custom-field-map-result img {
    width: 100%;
    height: 100%;
}

.single-product-wrapper .custom-field.custom-field-map .custom-field-map-result-change {
    margin-top: 10px;
    display: flex;
    justify-content: start;
    gap: 0px;
    align-items: center;
    cursor: pointer;
}

.single-product-wrapper .custom-field.custom-field-map .custom-field-map-result-change img {    
    width: 30px;
    aspect-ratio: 1 / 1;
    object-fit: contain;
}
/* MAP */

/*MAP SELECTOR*/
.single-product-wrapper .custom-field-map-selector-wrapper {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}
.single-product-wrapper .custom-field-map-selector-wrapper.hidden {
    display: none;
}
.single-product-wrapper .custom-field-map-selector-wrapper .custom-field-map-selector {
    padding: 40px 30px;
}

.single-product-wrapper .custom-field-map-selector .custom-map-search-input input {
    height: 40px;
    font-size: 16px;
}

.single-product-wrapper .custom-field-map-selector .custom-map-content-wrapper {
    margin-top: 15px;
}

.single-product-wrapper .custom-field-map-selector .custom-map-content {
    height: 400px;
    width: 400px;
    margin: auto;
}

.single-product-wrapper .custom-field-map-selector .leaflet-control-attribution {
	display: none;
}

.single-product-wrapper .custom-field-map-selector .custom-map-content .custom-map-overlay {
	width: 400px;
    height: 400px;
    position: absolute;
    z-index: 999;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
    pointer-events: none;
}

.single-product-wrapper .custom-field-map-selector .custom-map-reset {
    cursor: pointer;
    font-weight: 500;
    margin-top: 20px;
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 5px;
}

.single-product-wrapper .custom-field-map-selector .custom-map-reset img {
    width: 30px;
    height: 30px;    
}

.single-product-wrapper .custom-field-map-selector .custom-map-actions {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}

.single-product-wrapper .custom-field-map-selector .custom-map-actions .custom-map-actions-cancel {
    padding-top: 10px;
    padding-bottom: 10px;
}

.single-product-wrapper .custom-field-map-selector .custom-map-actions .custom-map-actions-ok {
    padding-top: 10px;
    padding-bottom: 10px;
}
/*MAP SELECTOR*/


/* ADD TO CART */
.single-product-wrapper form.cart .default-buttom-container {
    text-align: right;
    pointer-events: auto;
}

.single-product-wrapper form.cart .woocommerce-add-to-cart-wrapper {
    display: flex;
    justify-content: right;
    align-items: center;
    gap: 10px;   
}

.single-product-wrapper form.cart .default-buttom-container .quantity {
    float: none;
    margin: 0;
    padding: 0;
}

.single-product-wrapper form.cart .default-buttom-container .quantity input,
.single-product-wrapper form.cart .default-buttom-container #quantity-alt {
    width: 46px;
    height: 46px;
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid #000;
    background-color: #FFF;
    color: #000;
    font-size: 20px;
    font-weight: 900;
    text-align: center;
}

.single-product-wrapper form.cart .default-buttom-container .quantity input.hidden,
.single-product-wrapper form.cart .default-buttom-container #quantity-alt.hidden {
    display: none;
}

.single-product-wrapper form.cart .default-buttom-container #quantity-alt {
    vertical-align: top;
}
.single-product-wrapper form.cart .default-buttom-container #quantity-alt:disabled {
    background-color: #CCC;
}


.single-product-wrapper form.cart .default-buttom-container button.single_add_to_cart_button {
    padding: 10px 20px;
    font-size: 16px;
}


.single-product-wrapper form.cart .addtocart-price-base p.price {
    font-size: 40px;
    font-weight: 900;
    text-align: right;
    margin-bottom: 0px;
    color: #000;
}



.single-product-wrapper #addtocart-container-wrapper-sentinel {
    height: 1px;
    width: 100%;    
}

.single-product-wrapper #addtocart-container-wrapper {
    transition: bottom 0.4s ease, opacity 0.4s ease, transform 0.4s ease;
}


.single-product-wrapper #addtocart-container-wrapper.bottom-sticky {
    position: fixed;
    bottom: 0px;
    width: 100%;
    left: 0;    
    transform: translateY(0);
    opacity: 1;
    pointer-events: all;
    z-index: 99;
}

.single-product-wrapper #addtocart-container-wrapper.bottom-sticky .addtocart-container-wrapper-inner {
    max-width: 1500px;
    margin: auto;
}

.single-product-wrapper #addtocart-container-wrapper.bottom-sticky .addtocart-container-details-wrapper {
    float: right;
    padding: 15px;
    border: 3px solid #000;
    background-color: #ffffffc7;
    margin-bottom: 5px;
}



@media screen and (max-width: 650px) {
    .single-product-wrapper #addtocart-container-wrapper.bottom-sticky .addtocart-container-details-wrapper {
        margin-right: 5px;
    }    

    .single-product-wrapper .custom-field-map-selector-wrapper .custom-field-map-selector {
        padding: 40px 0px;
        top: 50%;
        overflow: scroll;
        text-align: center;
        min-width: 400px;
    }

    .modal-wrapper-bg .custom-map-search {
        padding-left: 20px;
        padding-right: 20px;
    }

    .single-product-wrapper .custom-field-map-selector .custom-map-reset {
        padding-right: 20px;
    }

    .single-product-wrapper .custom-field-map-selector .custom-map-actions {
        gap: 5px;
        padding-right: 20px;
        padding-left: 20px;
    }
    
}

