.user-dashboard .user-sidebar {
    border: 1px solid #e1e1e1;
    padding: 20px 20px;
}

.user-dashboard .user-sidebar .links li {
    transition: all 0.3s;
}

.user-dashboard .user-sidebar .links>li:not(:last-child) {
    border-bottom: 1px dashed #e1e1e1;
}

.user-dashboard .user-sidebar .links li a {
    display: block;
    padding: 7px 0;
}

.user-dashboard .user-sidebar .links li a:hover,
.user-dashboard .user-sidebar .links li a.active {
    color: var(--primary-color);
}

/* sidebar-action-item */
.user-dashboard .user-sidebar .sidebar-action-item a .plus-icon {
    float: right;
    transform: translateY(4px);
}

.user-dashboard .user-sidebar .dropdown-list {
    padding-inline-start: 14px;
    display: none;
}

.user-dashboard .user-sidebar .links .dropdown-list li:not(:last-child) {
    border-bottom: 1px dashed #e1e1e1;
}

.user-dashboard .account-info,
.user-dashboard .order-details {
    border: 1px solid #e1e1e1;
    padding: 30px;
}

.user-dashboard .title {
    padding-bottom: 15px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 20px;
}

.user-dashboard .main-info {
    overflow: hidden;
}

.user-dashboard .main-info h5 {
    margin-bottom: 15px;
}

/* user-dashboard */
.user-dashboard .account-info .main-info ul.list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
    row-gap: 15px;
}

.user-dashboard .account-info .main-info ul.list li {
    padding: 6px 20px;
    background: #f5f5f5;
    display: flex;
}

.user-dashboard .account-info .main-info ul.list li span:first-child {
    font-weight: 500;
    margin-inline-end: 10px;
}

.user-dashboard .account-info .main-info ul.list li span {
    color: #000;
}

.user-dashboard .billing-add-area .main-info ul.list {
    width: 100%;
}

.user-dashboard .main-info ul.list li p span {
    font-weight: 600;
    margin-right: 10px;
}

.user-dashboard .main-table .dataTables_wrapper .row:first-child,
.user-dashboard .main-table .dataTables_wrapper .row:last-child {
    margin-bottom: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.user-dashboard .main-table .dataTables_wrapper .row:last-child {
    margin-top: 20px;
}

.user-dashboard .main-table .dataTables_wrapper input[type="search"] {
    height: 35px;
    outline: none;
}

.user-dashboard .main-table .dataTables_wrapper input[type="search"]:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.user-dashboard .main-table .dataTables_wrapper td span {
    padding: 3px 10px;
    font-size: 14px;
    border-radius: 3px;
}

.user-dashboard .main-table .dataTables_wrapper td span.completed {
    background: #28a745;
    color: #fff;
}

.user-dashboard .main-table .dataTables_wrapper td span.pending {
    background: #ffc107;
    color: #000;
}

.user-dashboard .main-table .dataTables_wrapper td span.rejected {
    background: #dc3545;
    color: #fff;
}

.user-dashboard .main-table .dataTables_wrapper td a.btn {
    border: 1px solid var(--primary-color);
    color: #123212;
    background: transparent;
    padding: 5px 20px;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.user-dashboard .main-table .dataTables_wrapper td a.btn:hover {
    background: var(--primary-color);
    border-color: transparent;
    color: #fff;
}

.user-dashboard .main-table .dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0;
    margin-left: 7px;
}

.user-dashboard .main-table .dataTables_wrapper .dataTables_paginate .paginate_button.active .page-link {
    background-color: var(--primary-color) !important;
    border-color: transparent;
}

.user-dashboard .main-table .dataTables_wrapper .dataTables_paginate .paginate_button.active .page-link,
.user-dashboard .main-table .dataTables_wrapper .dataTables_paginate .paginate_button.active .page-link:hover {
    color: var(--heading-color);
}

.user-dashboard .main-table .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border-color: transparent;
    background: transparent;
    background-color: transparent;
}

.user-dashboard .main-table .dataTables_wrapper .dataTables_paginate .paginate_button .page-link {
    border: 1px solid #e1e1e1;
    color: #123212;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.user-dashboard .main-table .dataTables_wrapper .dataTables_paginate .paginate_button .page-link:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    color: #fff;
    background-color: var(--primary-color) !important;
}

.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:last-child {
    padding-right: 0;
}

.user-dashboard .view-order-page .order-info-area {
    margin-bottom: 40px;
    padding: 20px 30px 0;
    border-radius: 0;
    background: #f5f5f5;
}

.user-dashboard .view-order-page .order-info-area .order-info h3 {
    margin-bottom: 15px;
}

.user-dashboard .view-order-page .order-info-area .download .btn {
    padding: 12px 20px;
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    outline: none;
    font-weight: 600;
    box-shadow: none;
    transition: all 0.3s ease;
}

.user-dashboard .user-profile-details .edit-info-area .btn:hover,
.user-dashboard .user-profile-details .edit-info-area .btn:focus {
    color: var(--primary-color);
    background: transparent;
}

.user-dashboard .view-order-page .order-info-area .download .btn i {
    margin-right: 10px;
}

.user-dashboard .billing-add-area {
    margin-bottom: 40px;
}

.user-dashboard .user-profile-details .edit-info-area {
    margin-top: 50px;
    overflow: hidden;
}

.user-dashboard .user-profile-details .edit-info-area .btn {
    padding: 8px 25px;
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    outline: none;
    font-weight: 500;
    letter-spacing: 0.3px;
    box-shadow: none;
    transition: all 0.3s ease;
}

.user-dashboard .user-profile-details .edit-info-area .btn:hover,
.user-dashboard .user-profile-details .edit-info-area .btn:focus {
    color: var(--primary-color);
    background: transparent;
}

.user-dashboard .user-profile-details .edit-info-area .form_control {
    display: inline-block;
    width: 100%;
    height: 50px;
    padding-left: 23px;
    border: 1px solid #ddd;
    outline: 0;
    border-radius: 1px;
}

.user-dashboard .user-profile-details .edit-info-area .form_control:focus {
    border-color: var(--primary-color);
}

.user-dashboard .user-profile-details .edit-info-area .password-field {
    position: relative;
}

.user-dashboard .user-profile-details .edit-info-area .show-password-field {
    position: absolute;
    right: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}

.user-dashboard .user-profile-details .edit-info-area .show-password-field .show-icon {
    font-family: var(--font-icon);
    font-style: normal;
}

.user-dashboard .user-profile-details .edit-info-area .show-password-field .show-icon::before {
    content: "\f070";
}

.user-dashboard .user-profile-details .edit-info-area .show-password-field .show-icon.show::before {
    content: "\f06e";
}

.user-dashboard .user-profile-details .edit-info-area textarea.form_control {
    min-height: 150px;
    padding-top: 20px;
}

.user-dashboard .user-profile-details .edit-info-area .upload-img {
    margin-bottom: 25px;
}

.user-dashboard .user-profile-details .edit-info-area .upload-img .img-box {
    width: 120px;
    height: 120px;
    position: relative;
    border-radius: 50%;
    border: 5px solid #eaeaea;
    overflow: hidden;
}

.user-dashboard .user-profile-details .edit-info-area .upload-img .img-box img {
    width: 100%;
    border-radius: 50%;
}

.user-dashboard .user-profile-details .edit-info-area .upload-img .img-box>div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.user-dashboard .user-profile-details .edit-info-area .file-upload-area {
    position: relative;
    max-width: 120px;
    padding-bottom: 30px;
}

.user-dashboard .user-profile-details .edit-info-area .file-upload-area .upload-file {
    cursor: pointer;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 16px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    margin-inline: auto;
    border-radius: 50%;
    background: #ddd;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    color: var(--primary-color);
    z-index: 1;
    transition: all 0.3s ease;
}

.user-dashboard .user-profile-details .edit-info-area .file-upload-area .upload-file:hover {
    background: var(--primary-color);
    color: #fff;
}

.user-dashboard .user-profile-details .edit-info-area .file-upload-area input {
    display: none;
}

.user-dashboard .user-profile-details .edit-info-area .file-upload-area input+label {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    margin-bottom: 0;
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

.user-dashboard .user-profile-details .edit-info-area .file-upload-area input+label::after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    content: "\f040";
    font-family: "Font Awesome 5 Pro";
    cursor: pointer;
}

.user-dashboard .user-profile-details .edit-info-area .file-upload-area span {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 40px;
    background: var(--primary-color);
    z-index: -1;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-weight: 600;
}

.user-dashboard .user-profile-details .edit-info-area .nice-select {
    width: 100%;
    height: 50px;
    border-color: #ddd;
    border-radius: 0;
    line-height: 50px;
    margin-bottom: 20px;
}

.user-dashboard .user-profile-details .edit-info-area .nice-select .list {
    width: 100%;
}

.user-dashboard .user-profile-details .edit-info-area .single_radio,
.user-dashboard .user-profile-details .edit-info-area .single_checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.user-dashboard .user-profile-details .edit-info-area .single_radio span,
.user-dashboard .user-profile-details .edit-info-area .single_checkbox span {
    display: inline-block;
    margin-left: 30px;
    margin-top: -4px;
}

.user-dashboard .user-profile-details .edit-info-area .single_radio .single_input,
.user-dashboard .user-profile-details .edit-info-area .single_checkbox .single_input {
    display: none;
}

.user-dashboard .user-profile-details .edit-info-area .single_radio .single_input:checked+.single_input_label:after,
.user-dashboard .user-profile-details .edit-info-area .single_checkbox .single_input:checked+.single_input_label:after {
    opacity: 1;
}

.user-dashboard .user-profile-details .edit-info-area .single_radio .single_input:checked+.single_input_label:before,
.user-dashboard .user-profile-details .edit-info-area .single_checkbox .single_input:checked+.single_input_label:before {
    border-color: var(--primary-color);
}

.user-dashboard .user-profile-details .edit-info-area .single_radio .single_input_label:after,
.user-dashboard .user-profile-details .edit-info-area .single_radio .single_input_label:before {
    border-radius: 50%;
}

.user-dashboard .user-profile-details .edit-info-area .single_radio .single_input_label:after {
    content: "";
    width: 14px;
    height: 14px;
    line-height: 20px;
    top: 3px;
    left: 3px;
}

.user-dashboard .user-profile-details .edit-info-area .single_input_label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    cursor: pointer;
    margin-bottom: 0;
}

.user-dashboard .user-profile-details .edit-info-area .single_input_label:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    display: inline-block;
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.user-dashboard .user-profile-details .edit-info-area .single_input_label:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    width: 20px;
    height: 20px;
    display: block;
    overflow: hidden;
    text-align: center;
    opacity: 0;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

.user-dashboard .user-profile-details .edit-info-area .sigle_input_check:before {
    border-color: #ddd;
}

.user-dashboard .user-profile-details .edit-info-area .sigle_input_check:after {
    background: var(--primary-color);
    color: #ffffff;
    border-color: #ddd;
}

.user-dashboard .card-box .card-info h4 {
    margin-bottom: 10px;
    font-size: 20px;
}

.user-dashboard .card-box {
    padding: 30px;
    border: 1px solid var(--border-2);
    background: var(--color-white);
    box-shadow: 0px 0px 20px 0px rgba(76, 87, 125, 0.1);
    display: flex;
    gap: 15px;
}

.user-dashboard .card-box.color-1 .card-icon {
    color: #f9725f;
    background-color: rgba(249, 114, 95, 0.13);
}

.user-dashboard .card-box.color-2 .card-icon {
    color: #6231f0;
    background-color: rgba(98, 49, 240, 0.13);
}

.user-dashboard .card-box.color-3 .card-icon {
    color: #19d873;
    background-color: rgba(25, 216, 115, 0.13);
}

.user-dashboard .card-box .card-icon {
    max-width: 45px;
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    color: var(--color-primary);
    background: rgba(var(--color-primary-rgb), 0.08);
}

/* radio item desing */
.selectgroup {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 20px;
    background: rgba(var(--primary-rgb-color), 0.5);
    transition: all 0.3s ease;
}

.selectgroup-item {
    flex-grow: 1;
    position: relative;
    font-weight: 400 !important;
    width: 100%;
    max-width: 50%;
}

.selectgroup-item+.selectgroup-item {
    margin-left: -1px;
}

.selectgroup-item:not(:first-child) .selectgroup-button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.selectgroup-item:not(:last-child) .selectgroup-button {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.selectgroup-input {
    opacity: 0;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}

.selectgroup-button {
    display: block;
    text-align: center;
    padding: 12px 16px;
    position: relative;
    cursor: pointer;
    border-radius: 3px;
    color: #fff;
    user-select: none;
    font-size: 16px;
    line-height: 1.5rem;
    min-width: 2.375rem;
    margin: 0;
}

.single-hero-slider .selectgroup {
    background: rgba(var(--primary-rgb-color), 0.5);
    margin-bottom: 40px;
    transition: all 0.3s ease;
}

.selectgroup-input:checked+.selectgroup-button {
    border-color: var(--primary-color);
    z-index: 1;
    color: #fff;
    background: var(--primary-color);
}

.selectgroup-input:focus+.selectgroup-button {
    border-color: var(--primary-color);
    z-index: 2;
    color: #fff;
}

/* success page design */
.purchase-message,
.booking-message {
    padding: 120px 0px;
    max-width: 780px;
    margin: 0 auto;
}

.purchase-success,
.booking-success {
    background: #f1f1f1;
    padding: 40px 0px;
    text-align: center;
    border-radius: 15px;
}

.purchase-success .icon,
.booking-success .icon {
    display: block;
    margin-bottom: 20px;
}

.purchase-success .icon i,
.booking-success .icon i {
    font-size: 60px !important;
}

.purchase-success h2,
.booking-success h2 {
    margin-bottom: 15px;
    text-transform: uppercase;
}

.purchase-success p,
.booking-success p {
    line-height: 26px;
}

/* request loader css start */
.front-loader {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #0000007a;
    z-index: 10000;
    display: none;
}

.front-loader img {
    position: fixed;
    display: none;
    width: 60px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    filter: brightness(0) invert(1) contrast(50%);
}

.front-loader.show {
    display: block;
}

.front-loader.show img {
    display: block;
}

/* Loader Styles */
.calculation-list {
    position: relative;
}

.price-list-div::before {
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    border-top: 4px solid #3498db;
    animation: spin 1s linear infinite;
    display: none;
    /* opacity: 0; */
    z-index: 10;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.price-list-div.loading::before {
    display: block;
}

.cart-table-header {
    display: flex;
    justify-content: space-between;
    padding-bottom: 12px;
}

.products-details-section .variation-name {
    font-size: 19px;
}

.products-details-section .variation_modal_group_btn {
    width: unset !important;
}

/* ------------------------- */
/*  Shipping Methods Start */
/* ------------------------*/
.shipping-methods {
    margin-top: 30px;
    border: 1px solid #e8e6f4;
    padding: 20px 20px 10px 20px;
    line-height: 1.5;
}

.shipping-option {
    display: flex;
    align-items: flex-start;
    transition: border-color 0.3s;
    padding-bottom: 2px;
    border-bottom: 1px solid #e8e6f4;
    margin-bottom: 8px;
}

.shipping-methods .shipping-option:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}

.shipping-option label {
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    cursor: pointer;
}

.shipping-option.custom-radio .form-radio-label {
    padding-inline-start: 30px;
}

.shipping-methods .custom-radio .form-radio-label::before {
    top: 50%;
    transform: translateY(-50%);
    height: 15px;
    width: 15px;
}

.method-title {
    font-weight: bold;
    font-size: 16px;
    color: #222;
    flex-basis: 100%;
}

.method-details {
    font-size: 14px;
    color: #555;
    flex-basis: 70%;
}

.method-cost {
    font-size: 16px;
    font-weight: bold;
    color: #111;
    text-align: left;
}


/* ------------------------- */
/*  Shipping Methods End */
/* ------------------------*/

/*  Order Summery Start */
.checkout-area-section .order-summery {
    border: 1px solid #eaeaea;
    line-height: 1.4;
}

.checkout-area-section .order-summery .order-summery-title {
    padding: 10px;
}

.checkout-area-section .order-summery .order-summery-item-wrapper {
    height: 100%;
    max-height: 332px;
    overflow-y: auto;
    position: relative;
}

.checkout-area-section .order-summery .order-summery-item-wrapper .item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 15px 15px;
    border-top: 1px solid var(--border-color);
}

.checkout-area-section .order-summery .order-summery-item-wrapper .item .product-img {
    flex: 0 0 auto;
    max-width: 80px;
    position: relative;
    border: 1px solid var(--border-color);
}

.checkout-area-section .order-summery .order-summery-item-wrapper .item .product-img .image {
    width: 100%;
}

.checkout-area-section .order-summery .order-summery-item-wrapper .item .product-img .product-qty {
    position: absolute;
    left: -8px;
    top: -8px;
    width: 22px;
    height: 22px;
    border-radius: 999px;
    background-color: var(--primary-color);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    z-index: 1;
}

.order-summery .show-variation {
    cursor: pointer;
    color: #707070;
    font-weight: 500;
    text-decoration: underline;
    font-size: 15px;
    transition: all 0.3s ease;
}

/*------ order-summery-item-wrapper Scrollbar--------*/
.order-summery .order-summery-item-wrapper::-webkit-scrollbar {
    width: 5px;
}

.order-summery .order-summery-item-wrapper::-webkit-scrollbar-track {
    background-color: #eaeaea;
}

.order-summery .order-summery-item-wrapper::-webkit-scrollbar-thumb {
    border-radius: 30px;
    background: #cecece;
}

/*  Order Summery End */


/* Order Total Start*/
.order-total {
    border: 1px solid #e8e6f4;
}

.order-total .order-total-title {
    border-bottom: 1px solid #e8e6f4;
    margin-bottom: 15px;
    padding: 15px 20px 15px 20px;
}

.order-total .order-total-list {
    padding: 0px 20px 20px 20px;
}

.order-total .order-total-list li {
    display: flex;
    justify-content: space-between;
}

.order-total .order-total-list li .title {
    font-weight: 500;
    font-size: 16px;
    color: #222;
}

.order-total hr {
    margin-top: .3rem;
    margin-bottom: .3rem;
    border: 0;
    border-top: 1px solid #e8e6f4;
}

/* Order Total End */

.go-top {
    --size: 40px;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
    right: 0;
    left: 0;
    margin-inline-start: auto;
    margin-inline-end: 0;
    width: var(--size);
    height: var(--size);
    opacity: 0;
    cursor: pointer;
    text-decoration: none;
    color: var(--text-white);
    font-size: 20px;
    background-color: var(--color-primary);
    transition: 0.4s;
    transform: translateX(15%);
    z-index: 100;
}

.go-top.active {
    opacity: 1;
    transform: none;
}

/* custom-page-area privacy-policy Start */
.custom-page-area.privacy-policy {
    padding: 100px 0;
    background: #f9fafb;
}

@media (max-width: 767px) {
    .custom-page-area.privacy-policy {
        padding: 50px 0;
        background: #f9fafb;
    }
}

/* custom-page-area privacy-policy End */
@media (min-width: 992px) {
    .float-lg-end {
        float: right;
    }
}

@media (min-width: 768px) {
    .float-md-end {
        float: right;
    }
}

@media (min-width: 575px) {
    .float-sm-end {
        float: right;
    }
}

.badge {
    padding: 7px 12px;
    font-size: 12px;
}

/* custom offcanvas css start */
.offcanvas-custom .offcanvas-header {
    display: flex;
    align-items: center;
    padding: 15px 15px;
}

.offcanvas-custom .btn-close {
    padding: 0;
    margin-left: auto;
    background: transparent;
    font-size: 24px;
}

@media (min-width: 992px) {
    .offcanvas-custom .offcanvas-header {
        display: none;
    }
}

@media (max-width: 992px) {
    .offcanvas-custom {
        position: fixed;
        top: 0;
        left: -300px;
        width: 300px;
        height: 100%;
        display: flex;
        flex-direction: column;
        max-width: 100%;
        background: #fff;
        z-index: 1050;
        transition: left 0.3s ease-in-out;
        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
    }

    .offcanvas-custom.show {
        left: 0;
    }

    .offcanvas-backdrop {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1040;
        display: none;
    }

    .offcanvas-body {
        flex-grow: 1;
        padding: 15px;
        overflow-y: auto;
    }

    .offcanvas-backdrop.show {
        display: block;
    }
}

/* -----------------------------------------
    Social Link CSS
----------------------------------------- */
.social-link {
    --size: 36px;
    --white: #fff;
    /* display: flex; */
    align-items: center;
    gap: 10px;
}

.social-link a {
    text-align: center;
    width: var(--size);
    height: var(--size);
    line-height: var(--size);
    background-color: var(--color-primary);
    color: var(--white);
    font-size: var(--font-base);
}

.social-link a:last-child {
    margin: 0;
}

.social-link a:hover {
    color: var(--white);
    background-color: var(--color-primary);
}

.social-link.rounded a {
    border-radius: 50%;
}

/** product details section **/
.products-details-section .title{
    font-size: 28px !important;
    margin-bottom: 10px;
}
.products-details-section .product-info .social-link a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    background-color: var(--heading-color);
    font-size: 14px;
    color: var(--white);
    transition: all 0.3s;
}

.products-details-section .product-info .social-link a:hover {
    background-color: var(--primary-color);
    color: var(--white);
}

.products-details-section .product-info .custom-radio .form-radio-label::before {
    top: 7px;
}

.products-details-section .product-info .variation-name {
    font-weight: 500 !important;
    color: var(--primary-color);
}

.products-details-section .product-info .price,
.products-details-wrapper .product-info p  {
    margin-bottom: 15px !important;
}

.products-details-section .product-info .rating-div {
    display: flex;
    align-items: center;
    gap: 5px;
}
.products-details-section .product-info .total-rating {
    padding-top: 3px;
}


.products-details-section .product-action .variation_modal_group_btn{
    margin: unset !important;
}
.products-details-section .product-action{
    display: flex;
    gap: 30px;
    align-items: center;
    margin:15px 0px;
}
.products-details-section .product-action .button a{
    margin-right: unset !important;
    margin-bottom: unset !important;
    padding: 7px 29px !important;
}
.products-details-section .social-link{
     margin-top: 20px !important;
}
/* Custom offcanvas End */
