.is-duplicate-product-code {
    background-color: #f7f7f7;
}
.logo-uploaded-wrap {
    display: flex;
}
.application-item {
    display: flex;
    margin-bottom: 21px;
    gap: 10px;
    background-color: #ffffff;
}
.application-item .image-wrap {
    width: 131px;
}
.custom-application-logo .dropdown-item-wrap {
    width: 100%;
    padding: 10px;
    font-weight: bold;
}
.custom-application-logo .dropdown-item-wrap p {
    margin-bottom: 10px;
}
.custom-application-logo .type-dropdown select {
    width: 100%;
}
.setup-fee-wrap {display: flex;justify-content: end;gap: 10px;font-size: 12px;}
.woologo-main-wrapper .upload-logo-total {
    width: 20%;
    flex: 0 0 20%;
    text-align: right;
}
.customization-item {
    position: relative;
}
.customization-item.loading-active:before {
    content: '';
    height: 100%;
    width: 100%;
    background-color: #ffffffc9;
    position: absolute;
    z-index: 1;
}
.uploaded-logo-item.no-logo {
    justify-content: center;
}
.step-wrap.three .uploaded-logo-item {
    width: 100% !important;
    max-width:  100%;
}
.step-wrap.three .remove-uplodaed-image {
    position: relative;
}
#add-to-cart-popup {
	position: fixed;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background: rgba(0,0,0,0.6);
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 99999;
}
.popup-content {
	background: #fff;
	padding: 20px 30px;
	border-radius: 8px;
	width: 100%;
    max-width: 512px;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 30%;
}
.action-wrap {
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: space-between;
}
.action-wrap a {
	padding: 10px 29px;
	background-color: #D85A10;
	color: #ffffff;
}
button.close-popup {
	position: absolute;
	top: 12px;
	right: 9px;
	background-color: #D85A10;
	color: #ffffff;
	border: 0;
	padding: 3px 10px;
}
.popup-content-item p {
	margin: 0;
}
.product-data-content {
	margin-bottom: 30px;
}
p.qty-wrap {font-size: 22px;color: #000000;}
.customization-wrap {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.customization-item {
    flex: 0 0 50%;
    max-width: 50%;
}
.product-details {
    display: flex;
    align-items: center;
    gap: 17px;
}
.product-image {
    width: 100px;
}
.product-information {
    padding: 13px;
    background-color: #ffffff;
}
td.woologo-main-wrapper {
    padding: 10px 0px !important;
}
.woologo-main-wrapper .upload-logo-information {
    /* flex: 0 0 75%;
    max-width: 75%; */
    width: 100%;
}
.woologo-main-wrapper .logo-summary {
    display: flex;
    gap: 10px;
    color: #000;
}
.woologo-main-wrapper p.logo-type-wrap {
    font-weight: 500;
    color: #000;
}
.woologo-main-wrapper .logo-action {
    display: flex;
    gap: 10px;
    color: #d85a10;
}
.wooplogo-logo-display-wrap {
    padding: 10px;
    background: #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 20px;
    margin-bottom: 10px;
}
.woologo-main-wrapper .upload-logo {
    height: 50px;
    width: 50px;
    min-width: 50px;
    padding: 0;
    border: none;
}
.woologo-main-wrapper .upload-logo img {
    height: 50px !important;
    width: 50px !important;
}
.woologo-main-wrapper .upload-logo-total {
   color: #2e86ab
}
.woologo-main-wrapper p.position-wrap {
    color: #333;
}
.woocommerce-cart th.product-price,
.woocommerce-cart th.product-quantity,
.woocommerce-cart th.product-subtotal,
.woocommerce-cart td.product-quantity,
.woocommerce-cart td.product-price,
.woocommerce-cart td.product-subtotal {
    text-align: right !important;
}
.woocommerce-cart td.product-name {
    font-size: 16px;
}
.woologo-main-wrapper .add-logo-btn {
    color: #d85a10;
    margin-left: 10px;
}
.woocommerce-cart a.remove {
    font-size: 16px;
    padding: 2px 8px;
    background: #d85a10;
    color: #fff;
    border-radius: 999px;
    line-height: 1 !important;
}
.woocommerce-cart td.actions .coupon {
    margin-bottom: 20px;
}
.woocommerce-cart td.actions button {
    background: #d85a10;
    border: none;
    border-radius: 6px;
}
.woocommerce-cart td.actions .coupon input[type="text"] {
    border-radius: 6px !important;
}
.woocommerce-cart .wc-proceed-to-checkout .btn {
    border-radius: 6px;
    background: #d85a10;
}
.woocommerce-cart .wc-proceed-to-checkout .btn:hover {
    background: #2e86ab;
}

.uploaded-logo-wrap label.active {
    border: 3px solid blue;
}

.woocommerce-MyAccount-content p.mb-4,
.woocommerce-MyAccount-content p.m-b-xl {
    display: none;
}

.uploaded-logo-wrap.loading {
    position: relative;
}
.uploaded-logo-wrap.loading:before {
    content: '';
    position: absolute;
    background-color: #ffffffe6;
    height: 100%;
    width: 100%;
    text-align: center;
}
.uploaded-logo-wrap.loading:after{
    content: 'Upload Processing..';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
}
.selected-application-main-wrap {
    width: 100%;
}

/* ----------------------------------------- New Added Styles ----------------------------------------- */
    .customization-wrap .cstm-content h2 {
        font-size: 26px;
        margin-bottom: 20px;
        line-height: 1;
    }

    .customization-wrap .cstm-content h3 {
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 1;
    }

    .buttons button {
        font-size: 14px;
        background: #d85a10;
        color: #FFF;
        line-height: 1.1;
        padding: 12px 15px;
        border: none;
        border-radius: 6px;
        transition: background .3s ease-in-out;
    }

    .buttons button:hover {
        background: #2e86ab;
    }

    .step-wrap {
        padding: 20px;
        background: #ececec !important;
    }
    #multiStepForm {
        position: relative;
    }
    .label-wrap h4 {
        margin-bottom: 0;
    }
    #multiStepForm.loading:before {
        content: '';
        background-color: #ffffffc7;
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 1;
    }
    .step-wrap.two label {
        display: flex;
        flex-direction: row;
        gap: 10px;
        cursor: pointer;
        border: 1px solid #bdbdbd;
        background: #ffffff;
        color: #000;
    }

    .step-wrap.two label:has(input:checked) {
        border: 1px solid #2e86ab;
        box-shadow: 0 6px 16px rgba(46, 134, 171, 0.1);
    }

    .radio-btn-title .title {
        font-weight: 600;
    }

    /* Shared radio system */
    .custom-radio label,
    .custom-radio {
        display: flex;
        align-items: center;
        gap: 10px;
        cursor: pointer;
        position: relative;
        line-height: 1.4;
    }
    .custom-radio input[type="radio"] {
        position: absolute;
        opacity: 0;
        pointer-events: none;
    }
    .custom-radio .radio-ui {
        width: 22px;
        height: 22px;
        border: 2px solid #bdbdbd;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        transition:
            border-color 0.25s ease,
            background-color 0.25s ease,
            box-shadow 0.25s ease;
        color: #fff;
    }
    .custom-radio .radio-ui svg {
        width: 15px;
        height: 15px;
        opacity: 0;
        transform: scale(0.5);
        transition: all 0.2s ease;
    }
    .custom-radio input[type="radio"]:checked+.radio-ui {
        background-color: #2e86ab;
        border-color: #2e86ab;
    }
    .custom-radio input[type="radio"]:checked+.radio-ui svg {
        opacity: 1;
        transform: scale(1);
    }
    .custom-radio label:hover .radio-ui {
        border-color: #2e86ab;
    }

    .logo-option-wrap.custom-radio {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .left-col {
        width: 150px;
        min-width: 150px;
        height: auto;
        display: flex;
    }

    .right-col {
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding: 8px 8px 8px 0px;
    }

    .options-wrap {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    .options-wrap label {
        border: 1px solid #bdbdbd;
        background-color: #ffffff;
    }

    .options-wrap span.checkbox-ui {
        position: absolute;
        top: 20px;
        left: 20px;
        background: #2e86ab;
        color: #fff;
        padding: 2px;
        width: 22px;
        height: 22px;
        border: 1px solid #2e86ab;
        display: flex;
        border-radius: 999px;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.2s ease;
    }

    .options-wrap .checkbox-ui svg {
        height: auto;
        width: 100%;
    }

    .options-wrap .position-visual {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        background: #ffffff;
        gap: 10px;
        padding-bottom: 10px;
    }

    .options-wrap .position-title {
        font-size: 16px;
        font-weight: 500;
        color: #111;

    }

    .options-wrap label input[type="checkbox"] {
        display: none;
    }

    .options-wrap label:has(input:checked) .checkbox-ui {
        opacity: 1;
    }

    .options-wrap label:has(input:checked) {
        border-color: #2e86ab;
        box-shadow: 0 6px 16px rgba(46, 134, 171, 0.1);

    }

    /* right side */
    .customization-item.product-info {
        width: 100%;
        max-width: 30%;
    }

    .customization-wrap .product-cart-item {
        padding: 20px;
        background: #ececec;
    }

    .customization-wrap .product-cart-item p {
        margin: 0;
        color: #111;
    }

    .customization-wrap .product-cart-item h3 {
        font-size: 20px;
        line-height: 1;
    }

    .customization-wrap .product-details-item h4 {
        font-size: 16px;
        margin-bottom: 5px;
        line-height: 1;
    }

    .customization-wrap .product-details-item p {
        font-size: 14px;
        color: #777;
        text-transform: capitalize;
    }

    .other-details {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 10px
    }

    .customization-wrap .product-image {
        width: 80px;
        height: 80px;
        min-width: 80px;
        margin-right: 10px;
        display: flex;
    }

    .customization-wrap .product-details-item {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }

    /* Upload section styles */
    .upload-section {
        padding: 20px;
        background: #ececec;
        border-radius: 8px;
        text-align: center;
    }

    .btn-add-logo {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        background: #d85a10;
        color: #fff;
        padding: 12px 25px;
        border-radius: 6px;
        cursor: pointer;
        text-decoration: none;
        font-weight: 600;
    }

    .btn-add-logo span.btn-text {
        font-size: 15px;
        line-height: 1.1;
        font-weight: 400;
    }

    .btn-add-logo svg {
        width: 22px;
        height: 22px;
    }

    .btn-add-logo .btn-icon {
        display: inline-block;
        font-size: 18px;
        line-height: 1;
    }

    .upload-desc {
        margin-top: 10px;
        color: #666;
        font-size: 14px;
        margin-bottom: 0;
    }

    .uploaded-logo-item {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        border: 1px solid #e6e6e6;
        background: #ffffff;
        margin-bottom: 10px;
        padding: 15px;
        min-height: 125px;
        gap: 14px;
        flex-wrap: wrap;
    }

    .uploaded-logo-item p {
        margin: 0;
        color: #d60000;
        cursor: pointer;
    }

    .uploaded-logo-item img {
        border: 2px solid transparent;
        border-radius: 4px;
        transition: all 0.2s ease;
        padding: 5px;
        height: 80px !important;
        object-fit: contain;
        object-position: center center;
    }

    .uploaded-logo-item label.active img {
        border-color: #2e86ab !important;
        padding: 2px;
    }

    .uploaded-logo-wrap label.active {
        border: none !important;
    }

    .logo-total-wrap h5 {
        font-size: 16px;
        margin: 20px 0 10px;
        color: #222529;
    }

    .logo-total-wrap tr {
        color: #222529;
        border-bottom: 1px solid #cecece;
    }

    .logo-total-wrap tr:last-child {
        border-bottom: 1px solid transparent;
    }

    .logo-total-wrap tr th,
    .logo-total-wrap tr td {
        padding: 5px 0px;
    }

    .logo-total-wrap tr td {
        text-align: right;
    }

    .logo-total-wrap th {
        display: flex;
    }
    .logo-total-wrap .position-rate-list {
        list-style: none;
    }

    .logo-total-wrap.loading {
        position: relative;
    }
    .logo-total-wrap.loading:before {
        content: '';
        background-color: #ffffff94;
        height: 100%;
        width: 100%;
        position: absolute;
    }

    .wooplogo-checkout-cart-item .upload-logo {
    width: 50px;
}
.wooplogo-checkout-cart-item .wooplogo-logo-display-wrap {
    justify-content: flex-start;
}

.logout-wrap {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.logout-wrap a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #d85a10;
    color: #fff;
    padding: 12px 25px;
    border-radius: 6px;
    cursor: pointer;
    text-decoration: none;
    font-weight: 600;
}
.account-upload-file {
    margin: 21px 0px;
}
.account-upload-file a {
    background: #d85a10;
    border: none;
    border-radius: 6px;
    color: #ffffff;
    padding: 10px;
}
.uploaded-item-wrap {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 15px;
}
.uploaded-logo-item {
    flex: 0 0 15%;
    max-width: 15%;
    position: relative;
    display: flex;
    align-items: center;
}
.remove-uplodaed-image {
    position: absolute;
    top: 0;
    right: 0;
}
.account-user-upload .remove-uplodaed-image {
    background: #d85a10;
    color: #ffffff;
    padding: 0px 8px;
    border-radius: 50%;
    font-size: 7px;
    right: 6px;
    top: 6px;
    line-height: 3;
    cursor: pointer;
}

.account-upload-file a {
    display: block;
}
.account-user-upload .account-upload-file {
    display: flex;
    justify-content: flex-end;
}
.account-user-upload .uploaded-logo-item {
    border: 1px solid #3333;
    padding: 12px;
    aspect-ratio: 1/1;
    width: 100%;
    max-width: calc(16.667% - (75px/6));
    flex: unset;
}
.account-user-upload .uploaded-logo-item img {
    width: 100%;
    height: auto !important;
}
.woocommerce-account .account-user-upload .remove-uplodaed-image i {
    font-size: 10px;
}
.woocommerce-account .account-user-upload .remove-uplodaed-image {
    height: 22px;
    width: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px;
    line-height: 1;
}
.woocommerce-account .account-upload-file a {
    padding: 10px 15px;
}
.woocommerce-account .account-upload-file a:hover {
    color: #fff;
}
.normal-cat-menu .categories-menu-wrap ul {
    column-count: 4;
}
.categories-menu-wrap ul {
    list-style: none;
    padding-left: 0;
}
.categories-menu-wrap ul li{
    border-left: 1px solid #333;
    padding: 3px 15px;
}
.categories-menu-wrap ul li a {
    color: #333333;
}
@media (max-width: 1366px) {
    .normal-cat-menu .categories-menu-wrap ul {
        column-count: 2;
    }
    .categories-menu-wrap ul li{
        border: 0;
        padding: 2px 5px;
    }
}
@media (max-width: 1160px) {
    .customization-item,
    .customization-item.product-info {
        max-width: 48%;
    }
    .customization-wrap {
        gap: 20px;
    }
        .options-wrap {
        gap: 10px;
    }
    .options-wrap span.checkbox-ui {
        top: 10px;
        left: 10px
    }
    span.position-title {
        font-size: 14px !important;
        text-align: center;
    }
}
@media screen and (max-width: 1024px) {
    .woocommerce-account .account-user-upload .uploaded-logo-item {
        max-width: calc(20% - (60px/5));
    }
}
@media (max-width: 768px) {
    .customization-wrap {
        flex-direction: column;
    }
    .customization-item,
    .customization-item.product-info {
        width: 100%;
        max-width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .woocommerce-account .account-user-upload .uploaded-logo-item {
        max-width: calc(33% - (30px/3));
    }
}
@media (max-width: 552px) {
    .popup-content {
        width: 100%;
        max-width: 420px;
    }
    .logo-option-group {flex-direction: column;}
}
@media (max-width: 460px) {
    .popup-content {
        width: 100%;
        max-width: 320px;
    }
    .action-wrap,.total-information-wrap {
        flex-direction: column;
        align-items: flex-start !important;
    }
    .popup-content h2 {
        margin-top: 30px;
        font-size: 30px;
        margin-bottom: 20px;
    }
    .total-information-wrap {
        gap: 10px;
    }
    .action-wrap a {
        width: 100%;
        text-align: center;
    }
}
@media (max-width: 425px) {
    .options-wrap {
        grid-template-columns: repeat(2, 1fr);
    }
    .woocommerce-account .account-user-upload .uploaded-logo-item {
        max-width: calc(50% - (15px/2));
    }
}
