/* product page  */

.main-productpage {
    width: 100% !important;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.product-page .right-area .main-box,
.more-product-list .main-box {
    height: 100%;
    background-color: #000;
    position: relative;
    transition: all 0.5s;
    overflow: hidden;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border: 1px solid #d3d1cc;
}

.product-page .right-area .main-box:hover,
.more-product-list .main-box:hover {
    box-shadow: none
}

.product-page .right-area .main-box .text-main,
.more-product-list .main-box .text-main {
    display: grid;
    align-content: space-between;
}

.product-page .right-area .main-box .text h3 {
    color: #AC9B6F;
    font-size: 18px;
    padding: 20px 14px 5px;
    font-family: 'Sora-regular';
}

.product-page .right-area .main-box .text h4,
.more-product-list .main-box .text h4 {
    color: #fff;
    font-family: 'Sora-regular';
    font-size: 16px;
    padding: 10px 14px 15px;
}

.product-page .right-area .col-lg-3 {
    padding: 10px;
}

.product-page .product-view-btn {
    text-align: center;
    padding: 16px 14px 24px;
}

.more-product-list .product-view-btn {
    text-align: center;
    padding: 30px 14px 32px;
}

.product-page .product-view-btn a {
    padding: 10px 22px;
    text-align: center;
    border: 1px solid #AC9B6F !important;
    font-size: 15px;
    text-transform: capitalize;
    width: 100%;
    font-family: 'Sora-regular';
    color: #ffffff;
    border-radius: 10px;
}



.more-product-list .product-view-btn a {
    padding: 10px 28px;
    text-align: center;
    border: 1px solid #AC9B6F !important;
    font-size: 15px;
    text-transform: capitalize;
    width: 100%;
    font-family: 'Sora-regular';
    color: #ffffff;
    border-radius: 8px;
}

.product-page .product-view-btn a:hover,
.more-product-list .product-view-btn a:hover {
    background-color: #AC9B6F;
    color: black;
}

.pagination-section {
    display: flex;
    justify-content: center;
    gap: 30px;
    align-items: center;
    padding-top: 35px;
}

.pagination-section a {
    text-decoration: none;
    font-family: 'Sora-regular';
    color: #000;
    font-size: 20px;
}

.pagination-section i {
    font-size: 20px;
}

a.previous,
a.next {
    border: 2px solid #AC9B6F;
    padding: 5px 15px;
}

a.previous:hover,
a.next:hover {
    background-color: #AC9B6F;

}

.number {
    font-size: 20px;
}

.number:hover {
    color: #AC9B6F;
}

/* product-detail */

.product-description-main {
    width: 49%;
    padding-left: 50px;
}

.product-description-inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    margin: 0;
    padding-top: 20px;
    border: 0;
}

.product-detail-page .car-img-main-two-prtfirst a img {
    width: 100% !important;
    height: 390px;
    object-fit: contain;
}

.product-description-main .car-lncr-details h1 {
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 44px;
    font-family: 'Sora-regular';
    color: #000;
}

.product-description-main .car-lncr-details h2 {
    font-size: 32px;
    font-family: 'Gustavo-regular';
    color: #000;
}

p.description {
    margin-top: 15px;
}

.product-description-main .product-description span {
    font-family: 'Sora-regular';
    font-size: 27px;
}

.product-description-inner h3 {
    font-size: 24px;
    font-family: 'Sora-regular';
    color: #000;
    padding-top: 18px;
    border-top: 1px solid #0000002b;
    padding-bottom: 10px;
}

.product-description-inner p {
    font-size: 16px;
    color: #000;
    padding: 4px 0px;
    font-family: 'Sora-regular';
    font-weight: lighter;
}

.main-productpage>.mz-figure:not(.mz-no-rt-width-css)>img {
    width: 100% !important;
    max-width: 100% !important;
}



.main-productpage .car-img-main-two-prtsec {
    padding-top: 14px !important;
}

/* .product-description-main  .product-description-btn{
    text-align: left;
   padding: 16px 0px 24px;
   margin-top: 20px;
} */
.product-description-main .product-description-btn a {
    padding: 12px 40px;
    text-align: center;
    border: 1px solid #AC9B6F !important;
    font-size: 18px;
    text-transform: capitalize;
    font-family: 'Sora-regular';
    border-radius: 10px;
    width: fit-content;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #AC9B6F;
    margin: 0;
    position: relative;
    overflow: hidden;


}

.product-description-btn span {
    position: relative;
}

.product-description-main .product-description-btn a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #AC9B6F;
    left: 0;
    bottom: -100%;
    transition: all ease .7s;
    border-radius: 50%;
}

.product-description-main .product-description-btn a:hover {
    background-color: #000;
}

.product-description-main .product-description-btn a:before:hover {
    bottom: 0;
    border-radius: 0;
}

.main-productpage .car-img-main-two-prtfirst img {
    margin: auto !important;
}

.product-description-main .product-description-btn a:hover {
    background-color: #AC9B6F;
    color: white;
}

.view-more-products {
    padding: 80px 0px 40px;
}

.view-description {
    padding: 65px 0px 0px;
}

.product-detail-page form.cart {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 22px;
    margin-top: 25px;
}

.product-detail-page .more-product-content .d-flex {
    justify-content: center;
    flex-wrap: wrap;
}




.product-detail-page .qib-button-wrapper button.qib-button {
    background-color: #AC9B6F !important;
    color: #000 !important;
    font-size: 25px !important;
    width: 38px !important;
    height: 38px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    border: 0 !important;
    border-radius: 10px !important;
    transition: all 0.5s !important;
    border-radius: 50% !important;
}

.product-detail-page .qib-button-wrapper .quantity input.input-text.qty.text {
    height: 41px;
    color: black;
    padding: 6px 12px 8px;
    text-align: center;
    background: #ffffff;
    border: 0px;
    font-size: 16px;
    line-height: 20px;
    box-shadow: none;
    margin: 0 !important;
    width: 75px;
    font-family: 'Sora-regular';
    font-weight: lighter;
}


.product-description-main .product-description-btn button {
    padding: 10px 20px;
    display: block;
    background-color: black !important;
    color: #fff !important;
    font-family: 'Sora-regular';
    font-size: 16px;
    border-radius: 8px;
    border: 1px solid #AC9B6F !important;
    transition: all 0.5s !important;
}

.product-description-main .product-description-btn button:hover {
    background-color: #AC9B6F !important;
    color: #000 !important;
    border: 1px solid #AC9B6F;

}

.view-more-title {
    text-align: center;
    border-bottom: 3px solid #AC9B6F;
    max-width: fit-content;
    margin: auto;
}

.view-more-title a h3 {
    color: #000;
    font-size: 40px;
    text-transform: capitalize;
    font-family: 'Gustavo-regular';
    margin-bottom: 15px;
}

.prodct-descriotion-title h3 {
    color: #000;
    font-size: 40px;
    text-transform: capitalize;
    font-family: 'Gustavo-regular';
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 10px;
}

.prodct-descriotion-title h3::after {
    position: absolute;
    content: '';
    background-color: #AC9B6F;
    height: 3px;
    width: 400px;
    bottom: -9px;
    left: 0;
}

.product-desc-text p {
    font-size: 16px;
    color: #000;
    padding: 8px 0px;
    font-family: 'Sora-regular';
    font-weight: lighter;

}

.product-desc-text h4 {
    color: #000;
    font-size: 25px;
    text-transform: capitalize;
    font-family: 'Gustavo-regular';
    margin-bottom: 10px;
    letter-spacing: 1px;

}

.more-product-list {
    padding-top: 45px
}

.product-list {
    height: 100%;
}

.more-product-list .main-box .image {
    transition: all 0.5s;
    height: 280px;
    overflow: hidden;
}

.more-product-list .col-md-3 {
    padding: 10px;
}

.more-product-list .main-box .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
    transition: all 0.5s;
}

.more-product-list .main-box .text h3 {
    color: #AC9B6F;
    font-size: 18px;
    padding: 20px 8px 5px;
    font-family: 'Sora-regular';
    text-align: center;
}

.product-desc-text ul {
    list-style: none;
    padding-left: 24px;
}

.product-desc-text ul li {
    position: relative;
    padding-left: 10px;
    font-size: 15px;
    color: #000;
    padding: 7px 0px;
    font-family: 'Sora-regular';
    font-weight: lighter;
}

.product-desc-text ul li::before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background-color: #AC9B6F;
    left: -22px;
    top: 13px;
    transform: rotate(45deg);
    display: inline-block;
}

.product-desc-text strong {
    font-weight: bold;
}

/* cart page */
.cart-main-contain.woocommerce-info {
    border-top-color: #000;
}

.cart-main-contain {
    padding: 100px 0px;
}

.checkout-main-contain {
    padding: 100px 0px;
}

.cart-main-contain .woocommerce table.shop_table {
    border: 1px solid black;
}

.cart-main-contain .woocommerce table.shop_table thead {
    background-color: #AC9B6F !important;
    border-bottom: 1px solid black;
}

.cart-main-contain .woocommerce table.shop_table td {
    border: 1px solid black;
    border-top: 1px solid black !important;
}

.cart-main-contain .woocommerce table.shop_table tr {
    border-bottom: 1px solid black;
}

.cart-main-contain #coupon_code {
    /* width: calc(100% - 150px); */
    width: auto;
    height: 38px !important;
    border: 2px solid #AC9B6F !important;
    padding: 0 15px;
}

.cart-main-contain .woocommerce table.shop_table th {
    font-family: 'Gustavo-regular';
    letter-spacing: 1px;
}

.cart-main-contain .woocommerce table {
    border-radius: 0px !important;
}

.cart-main-contain .coupon button {
    background: #AC9B6F !important;
    color: #000 !important;
    font-family: 'Sora-regular';
    font-weight: 600;
}

.cart-main-contain .woocommerce table.shop_table .product-name a {
    font-family: 'Sora-regular';
    font-size: 16px;
    color: black;
}

.cart-main-contain .woocommerce table.shop_table span.woocommerce-Price-currencySymbol,
.cart-main-contain .woocommerce table.shop_table bdi {
    font-family: 'Sora-regular';
    font-size: 16px;
    color: black;
}

.cart-main-contain .woocommerce table.shop_table tbody:first-child tr:first-child th {

    border-bottom: 1px solid black !important;
    border-top: 1px solid black !important;
}

.cart-main-contain .woocommerce table.shop_table tbody th {
    border: 1px solid black;
}

.cart-main-contain .product-thumbnail img {
    max-height: 300px;
}

.cart-main-contain .woocommerce .cart .button {
    border: 1px solid black;
    height: 38px !important;
    transition: all 0.5s !important;
}

.cart-main-contain .woocommerce .cart .button:hover {
    background-color: #000 !important;
    color: #AC9B6F !important;
}

.cart-main-contain .product-quantity .qib-button {
    background-color: #AC9B6F !important;
    color: #000 !important;
    font-size: 25px !important;
    width: 38px !important;
    height: 38px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    border: 0 !important;
    border-radius: 10px !important;
    transition: all 0.5s !important;
    border-radius: 50% !important;
}

.cart-main-contain .qib-button-wrapper .quantity input.input-text.qty.text {
    height: 41px;
    color: black;
    padding: 6px 12px 8px;
    text-align: center;
    background: #ffffff;
    border: 0px;
    font-size: 16px;
    line-height: 20px;
    box-shadow: none;
    margin: 0 !important;
    width: 45px;
    font-family: 'Sora-regular';
    font-weight: lighter;
}

.cart-main-contain .woocommerce a.remove {
    color: #000 !important;
}

.cart-collaterals .cart_totals h2 {
    font-family: 'Gustavo-bold';
    font-size: 27px;
    letter-spacing: 1px;
    padding: 15px 0px;
}

.cart-collaterals a.shipping-calculator-button {
    color: #584515;
    text-decoration: underline;
}

.cart-collaterals a.shipping-calculator-button:hover {
    text-decoration: none;
}

.cart-collaterals .wc-proceed-to-checkout a.checkout-button {
    background-color: #AC9B6F !important;
    color: black !important;
    font-family: 'Sora-regular';
    font-size: 16px;
    height: 38px;
    transition: all 0.5s !important;
}

.cart-collaterals .wc-proceed-to-checkout a.checkout-button:hover {
    background-color: #000 !important;
    color: #AC9B6F !important;
}

.cart-collaterals .woocommerce-shipping-totals li label,
.cart-collaterals .woocommerce-shipping-totals p {
    font-family: 'Sora-regular';
    font-size: 16px;
    color: black;

}

.cart-main-contain a.button.wc-backward {
    background-color: black;
    color: #AC9B6F;
    font-family: 'Sora-regular';
    font-size: 15px;
    padding: 12px 18px;
}

.cart-main-contain a.button.wc-backward:hover {
    background-color: #AC9B6F;
    color: black;

}

/* checkout page */
.cart-main-contain .woocommerce-info,
.checkout-main-contain .woocommerce-info,
.my-account-main-contain .woocommerce-info {
    border-top-color: #000;
    background-color: #cdc1a490;
    color: black;
}

.checkout-main-contain .woocommerce-info {
    border: 1px solid #000;
    color: #000;
}

.checkout-main-contain .woocommerce-info::before,
.my-account-main-contain .woocommerce-info::before {
    color: #000;
}

.checkout-main-contain .woocommerce-info a,
.my-account-main-contain .woocommerce-info a {
    color: #584515;
    text-decoration: underline;

}

.checkout-main-contain .woocommerce-info a:hover {
    text-decoration: none;
}

.checkout-main-contain .woocommerce form .form-row {
    width: 100% !important;
    display: inline-block;
}

.checkout-main-contain .woocommerce form .form-row label {
    font-size: 16px !important;
    color: black !important;
    font-family: 'Sora-regular' !important;
    margin: 10px 0;
}

.checkout-main-contain .woocommerce-input-wrapper input {
    height: 38px;
    padding: 0 10px;
    border: 1px solid #000;
    border-radius: 5px;
}

.checkout-main-contain .select2-container--default .select2-selection--single {
    height: 38px;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 5px 10px;
}

.checkout-main-contain .select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 3px;
    border-color: #000 transparent transparent transparent;
    border-width: 6px 5px 0 5px;
}

.checkout-main-contain .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 6px;
}

.checkout-main-contain h3 {
    font-size: 30px !important;
    font-family: 'Gustavo-bold';
    letter-spacing: 1px;
    color: #000;
    margin-bottom: 15px;
}

.checkout-main-contain .woocommerce-input-wrapper textarea {
    border: 1px solid #000;
    padding: 5px 10px;
    border-radius: 5px;
}

.checkout-main-contain .checkbox input {
    width: 20px;
    height: 20px;
    accent-color: #AC9B6F;
    margin-right: 8px;
}

.checkout-main-contain .woocommerce .col2-set {
    width: 100%;
    margin: 40px 0px;
}

.checkout-main-contain .woocommerce table.shop_table {
    border: 1px solid black;
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 0px;
}

.checkout-main-contain .checkout-main-custom .woocommerce table.shop_table th,
.checkout-main-contain .checkout-main-custom .woocommerce table.shop_table td {
    font-size: 16px !important;
    color: black !important;
    font-family: 'Sora-regular' !important;
    border: 1px solid black !important;
}

.checkout-main-contain .checkout-main-custom .woocommerce table.shop_table th {
    font-size: 16px !important;
    color: black !important;
    font-family: 'Sora-regular' !important;
}

.checkout-main-contain .checkout-main-custom .woocommerce-privacy-policy-text p {
    padding-bottom: 15px;
}

.checkout-main-contain .woocommerce-privacy-policy-text a.woocommerce-privacy-policy-link {
    color: #584515;
}

.checkout-main-custom .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0px;
    color: #000;
}

/* .checkout-main-custom .select2-container  .select2-dropdown--below {
    border: 1px solid black !important;
} */

.select2-dropdown--below {
    border: 1px solid black !important;
}

.select2-results>.select2-results__options::-webkit-scrollbar-thumb {
    box-shadow: none;
    background-color: #AC9B6F;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: black !important;
    color: #AC9B6F !important;
}

/* my-account page */
.my-account-main-contain {
    padding: 80px 0;
}


.my-account-main-contain .woocommerce-MyAccount-navigation ul {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    list-style: none;
    gap: 5px;
    padding-left: 0px;
}

.my-account-main-contain .woocommerce-MyAccount-navigation ul li.is-active a {
    border-color: #AC9B6F;
    background-color: #AC9B6F;
    color: white !important;
}

.my-account-main-contain .woocommerce-MyAccount-navigation ul li {
    line-height: 1;
    box-shadow: 5px 6px 20px 0px #eeeeee87;
    border: 1px solid #AC9B6F;
    width: 210px;
    margin: 0 10px;
    transition: all 0.5s !important;
    color: #000;
}

.my-account-main-contain .woocommerce-MyAccount-navigation ul li a {
    color: #000;
    font-family: 'Sora-regular';
    font-size: 16px;
    text-decoration: none;
    line-height: 20px;
    padding: 10px 22px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.my-account-main-contain .woocommerce-MyAccount-navigation ul li:hover {
    background-color: #AC9B6F;
    color: #fff !important;

}

.my-account-main-contain .woocommerce-MyAccount-navigation ul li a:hover {
    color: white;
}

.my-account-main-contain .woocommerce-MyAccount-content p {
    color: #000;
    font-family: 'Sora-regular';
    font-size: 16px;
    padding: 0px 0px 5px 0px;
}

.my-account-main-contain .woocommerce-MyAccount-content p a {
    color: #584515;
}

/* my account - orders */
.my-account-main-contain .woocommerce-MyAccount-content {
    padding-top: 20px;
}

.my-account-main-contain .woocommerce table.my_account_orders {
    border: 1px solid black;
    border-radius: 0px;
}

.my-account-main-contain .woocommerce-orders-table.woocommerce-MyAccount-orders thead th {
    font-size: 17px;
    font-family: 'Sora-regular';
    color: #000;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    border-top: 1px solid #000 !important;
    padding: 6px 14px;
    background-color: #AC9B6F;
    border-left: 0;
    border-bottom: 1px solid black;
    text-align: center;
}

.my-account-main-contain .woocommerce table.shop_table tbody th {
    border: 1px solid black;
    text-align: center;
}

.my-account-main-contain .woocommerce table.shop_table tbody th a {
    font-size: 15px;
    font-family: 'Sora-regular';
    color: #000;

}


.my-account-main-contain table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
    border: 1px solid black;
}

.my-account-main-contain .woocommerce table.my_account_orders td {
    font-size: 15px;
    font-family: 'Sora-regular';
    color: #000;
    border: 1px solid black;
    text-align: center;
    padding: 6px 8px;
}

.my-account-main-contain .woocommerce table.my_account_orders .button {
    white-space: nowrap;
    background: #AC9B6F;
    color: #000;
    font-size: 15px;
    font-family: 'Sora-regular';
    transition: all 0.5s !important;
}

.my-account-main-contain .woocommerce table.my_account_orders .button:hover {
    background-color: #000;
    color: #AC9B6F;
}

.my-account-main-contain a.button.wc-forward {
    background-color: black;
    color: #AC9B6F;
    font-family: 'Sora-regular';
    font-size: 15px;
    padding: 12px 18px;
    transition: all 0.5s !important;
}

.my-account-main-contain a.button.wc-forward:hover {
    background-color: #AC9B6F;
    color: #000;
}

.my-account-main-contain .u-columns.woocommerce-Addresses.col2-set.addresses {
    padding: 10px 0px;
}

.my-account-main-contain .woocommerce-Address-title h2 {
    font-size: 30px !important;
    font-family: 'Gustavo-bold' !important;
    color: #000;
    margin: 20px 0 10px !important;
    letter-spacing: 1px !important;
    text-align: left !important;
    padding-bottom: 15px !important;
    padding-top: 10px !important;
}

.my-account-main-contain .woocommerce-Address-title a.edit {
    font-family: 'Sora-regular';
    font-size: 16px;
    color: black;
    font-weight: bold;
}

.my-account-main-contain .woocommerce-Address address {
    font-family: 'Sora-regular';
    font-size: 16px;
    color: black;
    font-weight: lighter;
}

.my-account-main-contain .woocommerce form .form-row label {
    font-family: 'Sora-regular';
    font-size: 16px;
    color: #000;
    margin-top: 10px;
    padding-bottom: 5px;
}

.my-account-main-contain .woocommerce form .form-row input.input-text,
.checkout-main-custom .woocommerce form .form-row input.input-text {
    font-family: 'Sora-regular';
    font-size: 15px;
    color: #000;
    font-weight: lighter;
    padding: 10px 12px 7px;

}

.my-account-main-contain button.woocommerce-Button.button {
    background-color: black;
    color: #AC9B6F;
    font-family: 'Sora-regular';
    font-size: 15px;
    padding: 13px 20px;
    margin-top: 20px;
}

.my-account-main-contain button.woocommerce-Button.button:hover,
.my-account-main-contain button.woocommerce-button.button.woocommerce-form-login__submit:hover,
.checkout-main-contain .woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover {
    background-color: #AC9B6F;
    color: black;
    transition: all 0.5s !important;

}

.my-account-main-contain legend {
    font-family: 'Gustavo-regular';
    font-size: 26px;
    margin-top: 30px;
    color: #000;
    letter-spacing: 1px;
}

/* logout page */
.my-account-main-contain .woocommerce h2 {
    max-width: 1000px;
    font-size: 38px;
    font-family: 'Gustavo-bold';
    color: #000;
    margin: 20px 0 19px;
    letter-spacing: 1px;
    text-align: center;
    margin: auto;
    padding-bottom: 20px;
    padding-top: 35px;
}

.my-account-main-contain button.woocommerce-button.button.woocommerce-form-login__submit,
.checkout-main-contain .woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    background-color: black;
    color: #AC9B6F;
    font-family: 'Sora-regular';
    font-size: 15px;
    padding: 13px 20px;
    margin-top: 8px;

}

.my-account-main-contain .woocommerce form.login,
.checkout-main-contain .woocommerce form.login {
    border: 1px solid #000;
    padding: 20px;
    margin: 2em 0;
    text-align: left;
    border-radius: 5px;
    max-width: 1000px;
    margin: auto;
}

.my-account-main-contain .lost_password a,
.checkout-main-contain .lost_password a {
    font-family: 'Sora-regular';
    font-weight: bold;
    font-size: 15px;
    color: #000;
}

.my-account-main-contain .woocommerce-table.woocommerce-table--order-details.shop_table.order_details th {
    font-weight: 700;
    color: #000;
    font-family: 'Gustavo-bold';
}

.my-account-main-contain .woocommerce-table__line-item.order_item td a {

    color: #000;
    font-family: 'Sora-regular';
    font-size: 15px;
    text-decoration: underline;
}

.my-account-main-contain .woocommerce-customer-details address {
    border: 1px solid #000 !important;
    padding: 20px !important;
    line-height: 28px;
}

.woocommerce form .form-row-first {
    width: 49.5% !important;
}

.checkout-main-contain p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {

    color: #000;
    font-family: 'Sora-regular';
    font-size: 15px;
    padding-bottom: 10px;
}


.my-account-main-contain a.woocommerce-button.woocommerce-button--next.woocommerce-Button.woocommerce-Button--next.button,
.my-account-main-contain a.woocommerce-button.woocommerce-button--previous.woocommerce-Button.woocommerce-Button--previous.button,
.my-account-main-contain .woocommerce-address-fields p button.button {
    background-color: black;
    color: #AC9B6F;
    font-family: 'Sora-regular';
    font-size: 15px;
    padding: 13px 20px;
    margin-top: 8px
}

.my-account-main-contain a.woocommerce-button.woocommerce-button--next.woocommerce-Button.woocommerce-Button--next.button:hover,
.my-account-main-contain a.woocommerce-button.woocommerce-button--previous.woocommerce-Button.woocommerce-Button--previous.button:hover,
.my-account-main-contain .woocommerce-address-fields p button.button:hover {
    background-color: #AC9B6F;
    color: #000;
}

.woocommerce-message {
    margin: 20px 0px !important;
}

.woocommerce-message a.button {
    float: right;
    padding: 5px 20px;
    display: block;
    background-color: black !important;
    color: #fff !important;
    font-family: 'Sora-regular';
    font-size: 16px;
    border-radius: 8px;
    border: 1px solid #AC9B6F !important;
    transition: all 0.5s !important;
    margin-top: 5px;
}



div#submittedFormsDiv {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;

}

/* car-insurance-renewal page 05-08-25 A   */
.car-insurance-main
{
    background-color: #000;
}

.car-insurance-main .top-content h2 {
    font-size: 42px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Gustavo-bold';
    text-align: center;
    margin-bottom: 10px;
}

.car-insurance-main .top-content h3 {
    text-align: center;
    font-size: 25px;
      color: #fff;
    font-family: 'Sora-regular';

    margin-bottom: 30px;
}

.car-insurance-main .top-content p {
    font-size: 16px;
    line-height: 32px;
       color: #fff;
    font-family: 'Sora-regular';
    margin: 10px 0;
    text-align: center;
    max-width: 900px;
    margin: 20px auto 20px;
}

.car-insurance-main .features-content {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
}

.features-content .feature-card {
    width: 32.33%;
    border: 1px solid #AC9B6F;
    border-radius: 0;
    padding: 28px;
    /* padding: 41px; */
    height: 300px;
    text-align: center;
    margin-bottom: 20px;
    transition: all 0.5s;
    display: grid;
    align-content: center;
}

.features-content .feature-card img {
    width: 100%;
    height: 95px;
    object-fit: contain;
    margin-bottom: 10px;

}

.features-content .feature-card:hover {
    transform: translateY(-5px);
}

.features-content .feature-card h4 {
    text-align: center;
    font-size: 20px;
      color: #fff;
    font-family: 'Gustavo-bold';

}

.features-content .feature-card p {
    font-size: 16px;
    line-height: 32px;
       color: #fff;
    font-family: 'Sora-regular';
    margin: 10px 0;
    text-align: center;
}


.how-it-works {
    padding: 60px 20px;
    background-color: #000;
    text-align: center;
}

.how-it-works h2 {
    font-size: 42px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Gustavo-bold';
   
    margin-bottom: 30px;
}

.how-it-works .steps {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin: 0 auto;
}

.how-it-works .step {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    text-align: left;
   background-color: #111;
    padding: 30px 20px; 
    width: 60%;
    border: 1px solid #6e6e6e;
    border-radius: 15px;
    
}
.how-it-works .step:nth-child(1),
 .how-it-works .step:nth-child(3)
{
    position: relative;
}

.how-it-works .step:nth-child(1)::after,
 .how-it-works .step:nth-child(3)::after{
    position: absolute;
    content: "";
    background-image: url("../images/arrow_11.png");
    background-repeat: no-repeat;
    height: 120px;
    width: 127px;
    background-size: 145px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%) hue-rotate(141deg) brightness(103%) contrast(101%);
    right: -120px;
    top: 30px;
}
.how-it-works .step:nth-child(2),
.how-it-works .step:nth-child(4)
{
    margin-left: 40%;
    position: relative;
}

.how-it-works .step:nth-child(2)::before {
    position: absolute;
    content: "";
    background-image: url("../images/arrow_11.png");
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%) hue-rotate(141deg) brightness(103%) contrast(101%);
    background-repeat: no-repeat;
    height: 120px;
    width: 127px;
    background-size: 145px;
    left: -118px;
    top: 30px;
    transform: rotateY(165deg);
}

.how-it-works .step:nth-child(4)
{
    margin-left: 40%;
}



.step-number img
{
    width: 100%;
    height: 40px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(90%) sepia(17%) saturate(5886%) hue-rotate(343deg) brightness(103%) contrast(96%);
}
.step-content h4 {

    font-size: 25px;
       color: #fff;
    font-family: 'Sora-regular';

}

.step-content p {

    font-size: 16px;
    line-height: 32px;
        color: #fff;
    font-family: 'Sora-regular';
    margin: 10px 0px 0px;
    max-width: 900px;
 
}

 .comparison-table {
    padding: 60px 20px;
    background: #fff;
    text-align: center;
  }
  .comparison-table h2 {
     font-size: 42px;
    color: #000;
    text-transform: uppercase;
    font-family: 'Gustavo-bold';
    margin-bottom: 30px;
}
    
  
  .comparison-table table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 auto;
    max-width: 100%;
    background: white;
    /* box-shadow: 0 4px 12px rgba(0,0,0,0.05); */
    border-radius: 10px;
    overflow: hidden;
    text-align: left;
  }
  .comparison-table thead {
    background-color: #AC9B6F;
    color:#000;
  }
  .comparison-table th
  {
 padding: 15px 10px;
     font-size: 18px;
    line-height: 32px;
        color: #000;
    font-family: 'Sora-regular';
    border-bottom: 1px solid #AC9B6F;
  }
   
  .comparison-table td {
    padding: 15px 10px;
     font-size: 16px;
    line-height: 32px;
        color: #000;
    font-family: 'Sora-regular';
    border-bottom: 1px solid #AC9B6F;

  }
  .comparison-table th {
    font-weight: 600;
  }
  .col-comprehensive {  }
  .col-tpft {  }
  .col-tpo {  }
  .comparison-table td:first-child {
     font-size: 18px;
    line-height: 32px;
        color: #000;
    font-family: 'Sora-regular';
  }
.comparison-table .note {
    font-size: 15px;
    line-height: 28px;
    color: #000;
    font-family: 'Sora-regular';
    margin-top: 35px;
}
.comparison-table .note a
{
     color: #000;
     font-weight: bold;
}

.why-trust-section
{
    background-color: #000;
      padding: 60px 0px 30px;
}

  .why-trust-inner h2 {
     font-size: 42px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Gustavo-bold';
    margin-bottom: 30px;
     text-align: center;
}
 .why-trust-inner ul
 {
    list-style: none;
    padding-left: 0px;
    display: flex;
    gap: 8px;
 }
.why-trust-inner ul li
 {
    font-size: 17px;
    color: #fff;
    font-family: 'Sora-regular';
    line-height: 26px;
    padding: 20px 5px;
    display: flex;
    border: 1px solid #AC9B6F;
    gap: 15px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    transition: all 0.5s;
}
.why-trust-inner ul li span
{
   border: 1px solid #AC9B6F;
    padding: 14px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    box-shadow: 0px 0px 13px -2px #AC9B6F;
}
.why-trust-inner ul li img {
    width: 50px;
    min-width: 50px;
    height: 50px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(100%) sepia(4%) saturate(0%) hue-rotate(219deg) brightness(103%) contrast(103%);
}

.why-trust-inner ul li:hover {
    background-color: #fff;
    transform: scale(1.01);
    box-shadow: 0px 0px 7px 5px #ac9b6f6e;
    color: black;
}

.why-trust-inner ul li:hover img {
   filter:unset;
}

.call-action-inner  h2 {
     font-size: 42px;
   color: #fff;
    text-transform: uppercase;
    font-family: 'Gustavo-bold';
    margin-bottom: 25px;
    text-align: center;
}

 .call-action-inner h3 {
    text-align: center;
    font-size: 25px;
    color: #fff;
    font-family: 'Sora-regular';
    margin-bottom: 15px;
}

.call-action-inner 
{
 text-align: center;
}
.call-action-inner   p
{
    font-size: 17px;
    color: #fff;
    font-family: 'Sora-regular';
    line-height: 26px;
    padding: 5px 0;
    margin-bottom: 45px;
}

/* 12-08-25 A  */

.service-detail-right h3
{
     text-align: center;
    font-size: 30px;
    color: #fff;
    font-family: 'Sora-regular';
    margin-bottom: 15px;
}