/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/

.view-address-button:hover{
  background:#fff;
  border:1px solid #000;
  color: #000;
}
.tinvwl-buttons-group .tinvwl_button_view,
.tinvwl-buttons-group .tinvwl_button_close{
    border: 1px solid #000000 !important;
      padding: 11px 19px !important;
    background: #000000 !important;
    color: #fff !important;
    font-size: 16px !important;
    line-height: 21px !important;
    font-weight: 600;
    transition: 0.3s all ease-in-out !important;
    cursor: pointer !important;
}
.tinv-wraper.tinv-wishlist{
    display: none;
    border: 2px solid #000000;
    padding: 12px 15px;
    border-radius: 4px;
	margin-top: 5px;
	position: relative;
    top: -7px;
    left: 5px;
}
.cart .tinv-wraper.tinv-wishlist {
    display: inline-block;
    border: 2px solid #000000;
    padding: 12px 15px;
    border-radius: 4px;
	margin-top: 5px;
	position: relative;
    top: 13px;
    left: 5px;
}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
    margin: 0 !important;
}
.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before{
	    margin-top: -13px !important;
    margin-left: -15px !important;
	font-size: 30px !important;
}




.gb-rating input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.gb-rating label {
    cursor: pointer;
    font-size: 22px;
    margin-right: 10px;
}

.gb-rating input[type="radio"]:checked+span {
    transform: scale(1.2);
    display: inline-block;
}

.gb-rating input[type="radio"]:checked+span svg path {
    fill: #F2B91C !important;
}

.gb-feedback-form textarea {
    width: 100%;
    height: 120px;
    padding: 12px;
    background: #fff;
    color: #000000;
    border: 1px solid #CCCCCC;
    font-size: 16px;
    font-weight: 500;
    margin-top: 8px;
}

p.gb-feedback-desc {
    font-size: 18px;
    font-weight: 400;
    color: #4B4B4B;
    line-height: 26px;
    margin-bottom: 60px;
}

label.gb-label {
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    color: #2B2B2B;
}

.gb-rating {
    margin-bottom: 18px;
    margin-top: 18px;
}

.gb-feedback-type label {
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    color: #000000;
    margin-right: 20px;
    cursor: pointer;
}

.gb-feedback-type {
    margin-top: 35px;
    margin-bottom: 18px;
}

@media (max-width: 768px) {
    .gb-feedback-type {
        display: flex;
        flex-direction: column;
        gap: 25px;
          margin-top: 20px;
    }

    p.gb-feedback-desc {
        margin-bottom: 20px;
    }

}



.custom-cart-table {
    background: #F9F9F9;
    border: 1px solid #CCCCCC;
    padding: 30px;
    margin-bottom: 35px;
}

.custom-cart-header {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 20px;
    font-weight: 500;
    color: #000000;
    font-size: 16px;
    line-height: 25px;
}

.custom-cart-item {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 20px;
    padding: 30px 0;
    border-bottom: 1px solid #e0e0e0;
    align-items: center;
}

.custom-cart-table .custom-cart-item:last-child {
    padding-bottom: 0;
    border-bottom: none;
}


.cart-product-info {
    display: flex;
    gap: 25px;
    align-items: center;
}

.cart-product-image {
    background: #c0c0c0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.cart-product-image img {
    max-width: 102px;
    max-height: 102px;
    object-fit: cover;
    height: 102px;
}


.cart-product-details h3 {
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    color: #333333;
    padding: 0;
}

.cart-remove-link {
    color: #666;
    text-decoration: underline !important;
    font-size: 14px;
    cursor: pointer;
    line-height: 25px;
    font-weight: 500;
}

.cart-remove-link:hover {
    color: #000;
}

.cart-price {
    font-size: 16px;
    color: #333333;
    font-weight: 500;
    line-height: 25px;
}

.cart-quantity-input {
    width: 60px;
    padding: 10px;
    border: 1px solid #999999;
    text-align: center;
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
}

.cart-total {
    font-size: 16px;
    line-height: 25px;
    color: #333333;
    font-weight: 500;
}

.cart-subtotal-section {
    text-align: right;
    margin-bottom: 10px;
}

.cart-subtotal-label {
    color: #333333;
    margin-right: 20px;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
}

.cart-subtotal-amount {
    color: #333333;
    margin-right: 20px;
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
}

.cart-notice {
    text-align: right;
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 20px;
}

.cart-actions {
    display: flex;
    justify-content: flex-end;
    gap: 30px;
    padding-top: 7px;
}

.cart-update-btn {
    padding: 12px 30px;
    border: 1px solid #000;
    background: #fff;
    color: #000;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.3s ease;
}


.cart-update-btn:hover {
    background: #f0f0f0;
}

.cart-checkout-btn {
    padding: 12px 30px;
    border: none;
    background: #000000;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.cart-checkout-btn:hover {
    background: #333;
}

.empty-cart-container {
    text-align: center;
    height: 490px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.empty-cart-container p {
    margin-bottom: 30px;
}

.empty-cart-container a {
    color: #FFFFFF !important;
    border-width: 1px !important;
    border-color: #000000;
    font-size: 16px;
    font-weight: 600 !important;
    background-color: #000000;
    padding: 15px 36px;
}

.woocommerce-message {
    display: none !important;
}

/* @media (max-width: 768px) {

    .custom-cart-header,
    .custom-cart-item {
        grid-template-columns: 1fr;
    }

    .cart-product-info {
        grid-column: 1;
    }

    .custom-cart-header {
        display: none;
    }

    .cart-actions {
        flex-direction: column;
    }

    .cart-update-btn,
    .cart-checkout-btn {
        width: 100%;
    }

    .cart-product-image img {
        max-width: 100%;
        max-height: 100%;
    }
}

@media only screen and (max-width: 767px) {} */





#multiStepForm h1,
#multiStepForm h2 {
    font-size: 40px !important;
    line-height: 40px !important;
    color: #1C1C1C;
    font-weight: 600;
    text-align: center;
}

.form-step {
    display: none;
}

.form-step.active {
    display: block;
}

.refund-header {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 15px;
    justify-content: center;
    position: relative;
}

#prevBtn {
    position: absolute;
    left: 0;
}

.refund-input-field-contaner {
    background: #F9F9F9;
    padding: 40px;
    border: 1px solid #CCCCCC;
    margin-top: 27px;
}

#multiStepForm button {
    background: #000000;
    color: #fff;
    border: 1px solid #000000;
    padding: 8px 19px;
    width: 100%;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

#multiStepForm button:hover {
    background: #fff;
    color: #000000;
}


.return-product-details .product-name {
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    color: #333333;
}
.step1-form-input-field{
    border-top: 1px solid #999999;
    padding-top: 40px;
}
.info-notification {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 23px;
}
.step1-form-input-field p {
    margin-bottom: 14px;
}
.step1-form-input-field textarea{
    height: 150px;
}

.option {
    border: 1px solid #CCCCCC;
    background: #fff;
    padding: 21px 20px;
    margin-bottom: 20px;
    margin-top: 32px;
}
.option input[type="radio"] {
    width: 16px;
    height: 16px;
    cursor: pointer;
    accent-color: #000000;
    position: relative;
    top: 4px;
    margin-right: 10px;
}

.form-step2 label {
    font-size: 16px;
    line-height: 16px;
    color: #000000;
    font-weight: 500;
}

#refund_display {
    display: block;
    padding: 12px;
    border: 1px solid #999999;
    font-size: 16px;
    font-weight: 500;
    margin-top: 8px;
    color: #000000;
    background: #ECECEC;
}
.amount-notification {
    background: rgba(90, 255, 106, 0.2);
    border: 1px solid  rgba(90, 255, 106, 1);
    font-size: 13px;
    line-height: 25px;
    color: rgba(7, 99, 15, 1);
    padding: 5px 12px;
    margin-top: 38px;
}
.label-text {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #333333;
}

@media (max-width: 980px) {
    #prevBtn {
    position: unset;
}
#multiStepForm h1, #multiStepForm h2 {
    font-size: 25px !important;
    line-height: 35px !important;
}
}