@import "font-awesome.min.css";
@import "font-awesome-ie7.min.css";

.form_group {
    margin-bottom: 5px;
}

.text-center {
    text-align: center !important;
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

.w-100 {
    width: 100% !important;
}

/* fix for mac */
.social-sharing li {
    position: relative;
}

.social-sharing li a {
    position: absolute;
    top: 0;
}

/* fix for mac end */

:focus {
    outline: none !important;
}

.btn:focus,
.btn.focus {
    box-shadow: none;
}

.ocpc_stage {
    position: fixed;
    left: 0;
    top: 0;
    background: #00000080;
    width: 100%;
    height: 100%;
    z-index: 99998;
    padding: 0.625rem 0.6875rem;
}

.one_click_product_checkout {
    z-index: 99999;
}

.one_click_product_checkout>div {
    position: relative;
}

/* width and :after rules removed — handled by ocpc-overlay/ocpc-dialog */

.one_click_product_checkout .column_right {
    padding-top: 10px;
    background: white;
}

.one_click_product_checkout .column_right {
    border-left: 1px dashed #DDDDDD;
}

.one_click_product_checkout .column_right .product-name {
    text-align: center;
    line-height: 1.3;
}

@media (max-width: 767px) {
    .one_click_product_checkout .column_right .product-name {
        margin-top: 0.5rem;
    }
}

.one_click_product_checkout .form_group.states {
    display: none;
}

.one_click_product_checkout .form_group label {
    text-align: left;
}

.one_click_product_checkout .form_group a {
    display: block;
}

.one_click_product_checkout .form_group .custom-checkbox {
    margin-bottom: 0;
}

.one_click_product_checkout .form_group .checkbox input {
    position: absolute;
    margin-top: 18px;
    margin-left: 10px;
}

.one_click_product_checkout .form_group label.ocpc_required {
    cursor: pointer;
    background: #EFEFEF;
    padding: 15px 30px;
    font-size: 14px;
    margin-bottom: 0;

}

/*16*/

.one_click_product_checkout .form_group label.ocpc_required .checker {
    display: inline-block;
}

.one_click_product_checkout .form_group label.ocpc_required .checker+span {
    display: none;
}

@media (max-width: 767px) {}

.one_click_product_checkout .form_group input:focus,
.one_click_product_checkout .form_group input:active {
    outline: none;
}

.one_click_product_checkout .form_group input[type=text] {
    width: 100%;
    line-height: 30px;
    border: 1px solid #B4B4B4;
    font-size: 15px;
    color: #5F5F5F;
    text-indent: 5px;
}

.one_click_product_checkout .form_group select {
    width: 100%;
    overflow: hidden;
    height: 27px;
    line-height: 25px;
    border: 1px solid #B4B4B4;
    font-size: 15px;
    color: #5F5F5F;
    text-indent: 5px;
}

.one_click_product_checkout ._error {
    border: 1px solid #c56656;
    background: #ffd9ca;
    color: #d56e4e;
    font-size: 14px;
    /*text-transform: lowercase;*/
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    padding: 5px 10px;
    margin-bottom: 15px;
}

.one_click_product_checkout ._error ul {
    list-style: none;
    margin-bottom: 0;
}

.one_click_product_checkout ._error ul li {
    line-height: 20px;
}

.one_click_product_checkout .price_block label {
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
}

.one_click_product_checkout .heading {
    padding-bottom: 0;
    margin-bottom: 20px;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 10px;
    background: #4DC9DA;
    position: relative;
    text-transform: uppercase;
    color: #FFFFFF;
    text-indent: 3px;
    font-size: 13px;
}

.one_click_product_checkout .description_short {
    font-size: 16px;
    color: #000000;
}

.one_click_product_checkout .cover_product {
    text-align: center;
}

.one_click_product_checkout .cover_product img {
    margin: auto;
    width: 100%;
}

.one_click_product_checkout .wholesale_price {
    text-decoration: line-through;
    color: #7b7b7b;
    margin-right: 10px;
}

.one_click_product_checkout .submit {
    text-align: right;
    padding-bottom: 15px;
}

.one_click_product_checkout ._loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/loading.gif") no-repeat center center rgba(0, 0, 0, 0.3);
    background-size: 50px;
    z-index: 9999;
}

.success_message {
    padding: 40px 20px;
    background: #ffffff;
    color: #333;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    position: relative;
}

.success_message p {
    margin: 5px 0;
    line-height: 1.6;
}

.success_message_title {
    color: #0db459;
    font-weight: bold;
    font-size: 18px;
}

.success_message .exclusive {
    display: inline-block;
    margin-top: 10px;
}

.success_message-header .order-top {
    margin: 10px 10px;
}

.btn-siliad:hover,
.btn-siliad:active,
.btn-siliad:focus {
    color: #fff;
}

#cancelCheckoutX {
    position: absolute;
    top: 10px;
    right: 15px;
    font-weight: 300;
    font-size: 24px;
    color: #6b7280;
    text-decoration: none;
    z-index: 50;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

#cancelCheckoutX:hover {
    color: #000;
}

/* #cancelOneClickCheckout old styles removed — replaced by .ocpc-close-btn */

.one_click_product_checkout .wrapper_quantity {
    position: relative;
    z-index: 999;
    display: inline-block;
    box-shadow: none;
}

.one_click_product_checkout .wrapper_quantity .input-group-btn-vertical {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: center;
}

.one_click_product_checkout .product_price .price-label {
    margin-top: 3px;
}

.wrapper_quantity .incrementQuantity {
    margin-left: 0;
}

.wrapper_quantity .incrementQuantity:hover,
.wrapper_quantity .decrementQuantity:hover {
    color: #555;
}

.required-desc {
    margin-top: 5px;
    display: inline-block;
    font-size: 12px;
}

#showOneClickCheckout {
    margin-top: 15px;
    margin-bottom: 15px;
}

#showOneClickCheckout span {
    /*margin-top: 15px;*/
    /*margin-bottom: 15px;*/
    padding: 12px 12px 14px 12px;
    text-align: center;
}

.exclusive-block {
    margin-bottom: 7px;
    clear: both;
    padding: 13px 19px 0;
}

#showOneClickCheckout:before {
    display: none;
}

#showOneClickCheckout:after {
    background: none !important;
}

.field.form_group label {
    width: auto !important;
    text-align: left !important;
}

.field.form_group:not(.price_block) label {
    display: block !important;
}

@media (max-width: 767px) {

    .one_click_product_checkout .form_group input[type=text] {
        width: 100%;
    }

    .one_click_product_checkout .heading {
        margin-top: 0;
        margin-bottom: 0;
        position: absolute;
        top: 10px;
    }

    .one_click_product_checkout .cover_product {
        margin-top: 0;
    }

    .one_click_product_checkout:after {
        content: '';
        display: block;
        clear: both;
    }
}

.payment_html {
    display: none !important;
}

.list_payments {
    padding: 0;
    margin: 0;
}

.list_payments li {
    margin: 0;
    padding: 10px 0;
    padding-right: 20px;
    border-bottom: 1px solid #ccc;
    ;
}

.list_payments li:last-child {
    border-bottom: 0;
}

.list_payments li:hover {
    background: #f7f7f7;
}

.list_payments li:after {
    clear: both;
    display: block;
    content: '';
}

.list_payments li input[type=radio],
.list_payments li .radio,
.list_payments li img,
.list_payments li span {
    float: left;
}

.list_payments li input[type=radio],
.list_payments li .radio {
    margin: 7px 20px;
    cursor: pointer;
}

.list_payments li .radio span {
    top: 0;
}

.list_payments li img {
    width: 32px;
    margin-right: 20px;
}

.list_payments li .payment_name {
    max-width: 160px;
}

.list_payments li label {
    cursor: pointer;
}

.one_click_product_checkout label.attribute_label {
    float: left;
    margin-right: 10px;
    margin-bottom: 0;
}

#attributes_ocpc .attr_color,
#attributes_ocpc img {
    width: 20px;
    height: 20px;
    border: 1px solid black;
    display: inline-block;
}

@media (max-width: 991px) {

    #submitOneClickCheckout,
    #showOneClickCheckout {
        font-size: 13px;
    }
}

#cancelCheckoutX {
    text-decoration: none;
}

a.exclusive:hover {
    background-position: left -100%;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;

    left: 50%;
    margin-left: -5px;
    border-width: 10px 10px 0;
    border-top-color: #EFEFEF;
}

/* input */

.one_click_product_checkout .form_group .wrapper_quantity input[type=text] {
    float: left;
    border: 1px solid white;
    line-height: 27px;
    width: 90px;
    height: 35px;
    padding: 0.175rem 0.5rem;
    background: #EFEFEF;
}

.one_click_product_checkout .bootstrap-touchspin .input-group-btn-vertical>.btn {
    padding: 10px;
    width: 100%;
    margin-left: -1px;
    position: relative;
    border: none;
    background: transparent;
}

.one_click_product_checkout .bootstrap-touchspin .input-group-btn-vertical>.btn:before {
    background: transparent;
}

.one_click_product_checkout .bootstrap-touchspin .input-group-btn-vertical i {
    font-size: 16px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
}

.one_click_product_checkout .bootstrap-touchspin .input-group-btn-vertical i.touchspin-up:after {
    content: "\f067";
}

.one_click_product_checkout .bootstrap-touchspin .input-group-btn-vertical i.touchspin-down:after {
    content: "\f068";
}

.wrapper_quantity .incrementQuantity,
.wrapper_quantity .decrementQuantity {
    font-size: 14px;
    line-height: 14px;
    color: black;
    text-shadow: 1px -1px rgba(0, 0, 0, 0.05);
    padding: 0;
    margin-left: 3px;
}

.one_click_product_checkout .icon-plus:before {
    display: none;
}

.one_click_product_checkout .icon-minus:before {
    display: none;
}

.material-icons {
    font-family: 'Material Icons' !important;
}

#showOneClickCheckout,
#submitOneClickCheckout {
    position: relative;
    cursor: pointer;
    font-size: 15px;
    font-family: "Arial", sans-serif;
    background-color: #01796F !important;
    padding: 12px;
    text-align: center;
    color: #fff !important;
    display: block !important;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-image: none;
    max-width: 215px;
    text-transform: uppercase;
    margin-top: 10px;
}

#showOneClickCheckout:hover,
#submitOneClickCheckout:hover {
    background-image: linear-gradient(#00a194, #01796F);
}

.field_name {
    margin-bottom: 1px;
    margin-top: 5px;
}

.product-name {
    margin-top: 10px
}

.attrandprice {
    border-top: 1px solid #ebebeb;
    height: 45px;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* ======================================================
   OCPC Popup — vanilla CSS (replaces Tailwind utilities)
   ====================================================== */

/* Overlay */
.one_click_product_checkout .ocpc-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: rgba(0, 0, 0, 0.5);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    /* Hidden by default — animated via opacity/visibility, NOT parent fadeIn */
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

/* Shown state — toggled by JS */
.one_click_product_checkout .ocpc-overlay.is-open {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 767px) {
    .one_click_product_checkout .ocpc-overlay {
        align-items: flex-start;
    }
}

@media (min-width: 768px) {
    .one_click_product_checkout .ocpc-overlay {
        padding: 1rem;
    }
}

/* Dialog */
.one_click_product_checkout .ocpc-dialog {
    position: relative;
    max-width: 800px;
    width: 100%;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    border: 1px solid #e0e0e0;
    display: flex;
    flex-direction: column;
}

@media (max-width: 767px) {
    .one_click_product_checkout .ocpc-dialog {
        min-height: min-content;
        flex-shrink: 0;
    }
}

/* Close button */
.one_click_product_checkout .ocpc-close-btn {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 50;
    color: #6b7280;
    background: rgba(255, 255, 255, 0.9) !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) !important;
    width: 2rem !important;
    height: 2rem !important;
    border-radius: 9999px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    transition: color 0.2s;
    backdrop-filter: blur(4px);
    padding: 0;
    line-height: 1;
}

.one_click_product_checkout .ocpc-close-btn:hover {
    color: #000;
}

@media (min-width: 768px) {
    .one_click_product_checkout .ocpc-close-btn {
        background: transparent !important;
        box-shadow: none !important;
        backdrop-filter: none;
    }
}

.ocpc-close-icon {
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1;
}

/* Content row */
.one_click_product_checkout .ocpc-content-row {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex-grow: 1;
    position: relative;
}

@media (min-width: 768px) {
    .one_click_product_checkout .ocpc-content-row {
        flex-direction: row;
    }
}

/* Left column */
.one_click_product_checkout .ocpc-col-left {
    width: 100%;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #e0e0e0;
    max-height: 100vh;
    overflow-y: auto;
}

@media (min-width: 768px) {
    .one_click_product_checkout .ocpc-col-left {
        width: 50%;
        padding: 2rem;
        border-bottom: none;
        border-right: 1px solid #e0e0e0;
    }
}

/* Right column */
.one_click_product_checkout .ocpc-col-right {
    width: 100%;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    position: relative;
}

@media (min-width: 768px) {
    .one_click_product_checkout .ocpc-col-right {
        width: 50%;
    }
}

/* Left inner */
.ocpc-left-inner {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

/* Cover wrap */
.one_click_product_checkout .ocpc-cover-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 2.5rem;
}

.one_click_product_checkout .ocpc-product-img {
    object-fit: contain;
}

/* Row */
.one_click_product_checkout .ocpc-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Labels */
.ocpc-label {
    color: #4b5563;
    font-size: 15px;
}

/* Price values */
.ocpc-price-values {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.ocpc-strike-price {
    color: #9ca3af;
    font-size: 15px;
    text-decoration: line-through;
}

.one_click_product_checkout .price.product-price {
    font-weight: bold;
    font-size: 15px;
}

/* Total */
.ocpc-total-label {
    color: #000;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.one_click_product_checkout .ocpc-total-price {
    color: #000 !important;
    font-weight: bold;
    font-size: 15px;
}

/* Quantity */
.one_click_product_checkout .ocpc-qty-wrap {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    border: 1px solid #e0e0e0;
}

.one_click_product_checkout .ocpc-qty-btn {
    width: 2.25rem;
    height: 2rem;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s;
    flex-shrink: 0;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
}

.one_click_product_checkout .ocpc-qty-btn:hover {
    background-color: #f9fafb;
}

.ocpc-qty-symbol {
    font-size: 1rem;
    font-weight: normal;
    color: #374151;
}

.one_click_product_checkout .ocpc-qty-input {
    width: 3rem !important;
    height: 2rem;
    text-align: center;
    border: none !important;
    border-left: 1px solid #e0e0e0 !important;
    border-right: 1px solid #e0e0e0 !important;
    background: transparent;
    padding: 0;
    margin: 0;
    font-size: 15px;
    color: #000;
    flex-shrink: 0;
    display: block !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    outline: none;
}

.one_click_product_checkout .ocpc-qty-input:focus {
    box-shadow: none;
    outline: none;
}

/* Error override */
.one_click_product_checkout ._error {
    width: 100%;
    background: #fde9e7;
    color: #d9534f;
    font-weight: normal;
    padding: 1rem;
    border: 1px solid #e8a39c;
    font-size: 13px;
    margin-bottom: 2rem;
    position: relative;
    border-radius: 0 !important;
}

/* Product name */
.one_click_product_checkout .ocpc-product-name {
    font-size: 20px;
    line-height: 1.375;
    font-weight: normal;
    color: #000;
    margin-bottom: 1.25rem;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-top: 20px;
}

/* Form content */
.one_click_product_checkout .ocpc-form-content {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.one_click_product_checkout .ocpc-form-content>*+* {
    margin-top: 1.25rem;
}

/* Field */
.ocpc-field-wrap {
    position: relative;
    width: 100%;
}

.ocpc-field-label {
    display: block;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #90959a;
    margin-bottom: 0.5rem;
    text-align: left !important;
}

.ocpc-required-star {
    color: #f87171;
    font-size: 0.75rem;
    margin-left: 0.25rem;
    vertical-align: middle;
}

.one_click_product_checkout .ocpc-field-input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #e0e0e0;
    background: transparent;
    padding: 0.5rem 0;
    transition: border-color 0.2s;
    font-size: 15px;
    color: #000;
    box-shadow: none !important;
    border-radius: 0 !important;
    outline: none;
}

.one_click_product_checkout .ocpc-field-input:focus {
    border-bottom-color: #000;
    box-shadow: none;
    outline: none;
}

.one_click_product_checkout .ocpc-field-select {
    width: 100%;
    border: none;
    border-bottom: 1px solid #e0e0e0;
    background: transparent;
    padding: 0.5rem 0;
    transition: border-color 0.2s;
    font-size: 15px;
    color: #000;
    box-shadow: none !important;
    border-radius: 0 !important;
    outline: none;
}

.one_click_product_checkout .ocpc-field-select:focus {
    border-bottom-color: #000;
    box-shadow: none;
    outline: none;
}

/* Sections */
.ocpc-section {
    position: relative;
    width: 100%;
    padding-top: 0.5rem;
}

.ocpc-section-label {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #9ca3af;
    margin-bottom: 0.5rem;
}

/* Checkbox */
.ocpc-checkbox-label {
    display: flex;
    align-items: flex-start;
    cursor: pointer;
    font-size: 0.875rem;
    color: #4b5563;
    gap: 0.5rem;
}

.one_click_product_checkout .ocpc-checkbox {
    margin-top: 0.25rem;
    border: 1px solid #e0e0e0;
    border-radius: 0;
}

.ocpc-terms-link {
    font-weight: 500;
    color: #000;
}

.ocpc-terms-link:hover {
    text-decoration: underline;
}

.ocpc-newsletter-small {
    font-size: 0.75rem;
    color: #9ca3af;
}

/* Submit */
.ocpc-submit-wrap {
    width: 100%;
}

.one_click_product_checkout #submitOneClickCheckout {
    width: 100% !important;
    max-width: none !important;
    background-color: #007f6e !important;
    color: #fff !important;
    padding: 14px 1rem;
    transition: all 0.3s;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.02em;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    cursor: pointer;
    text-transform: uppercase;
    display: block !important;
    text-align: center;
    background-image: none;
}

.one_click_product_checkout #submitOneClickCheckout:hover {
    background-color: #006b5d !important;
    background-image: none;
}

/* Footer note */
.ocpc-footer-note {
    font-size: 10px;
    color: #90959a;
    margin-top: 1rem;
    text-align: center;
}

/* Scrollbar */
#attributes_ocpc::-webkit-scrollbar,
.ocpc_left_col::-webkit-scrollbar {
    width: 4px;
}

#attributes_ocpc::-webkit-scrollbar-track,
.ocpc_left_col::-webkit-scrollbar-track {
    background: transparent;
}

#attributes_ocpc::-webkit-scrollbar-thumb,
.ocpc_left_col::-webkit-scrollbar-thumb {
    background: #e0e0e0;
}

/* Material Symbols */
.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
}

/* Placeholder & spin buttons */
.one_click_product_checkout input::placeholder {
    color: #a1a1a1;
}

.one_click_product_checkout input[type=number]::-webkit-inner-spin-button,
.one_click_product_checkout input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* price_block text size */
.ocpc-text-15 {
    font-size: 15px;
}

/* Attribute values */
.ocpc-attr-value {
    color: #000;
    font-size: 15px;
    text-align: right;
    margin-left: auto;
}

/* Attribute color swatch */
.ocpc-attr-color {
    width: 1.5rem;
    height: 1.5rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    margin-left: auto;
    display: inline-block;
}

/* Attribute color image */
.ocpc-attr-color-img {
    background-size: cover;
    background-position: center;
}