




.cat-inner {
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 1rem;
    height: 83px;
    width: 100%;
    margin: 0 auto;
}

img.cat-img {
    height: 50px;
    width: 100%;
    object-fit: contain;
}

.catheader {
    background: #ccc;
    margin: 1rem 0;
}

section#cart-total {
    position: fixed;
    bottom: 0;
    margin: 0 !important;
    padding: 2rem;
    width: 100%;
}

p#total-cart-para {
    margin: 0;
    text-align: center;
    /* flex: 0 0 85%; */
}

.custom-div {
    margin-top: 20px;
    ;
    border: 1px solid #00A19C;
    border-radius: 10px;
    background-color: white;
    padding: 15px;

    gap: 10px;
}

.custom-input {
    flex: 1;
    border: 1px solid #ced4da;
    border-radius: 5px;
    padding: 10px;
    margin: 0px !important;
}

.custom-upload {
    background-color: #00A19C;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 10px 15px;
    cursor: pointer;
    width: 100%;
    margin-top: 10px;
}

.custom-upload:hover {
    background-color: #00A19C;
}

/* accordion  */

/* .acc {
margin: 0 auto;
max-width: 800px;}
*/
.acc__card {
    margin: 2em;
    position: relative;
}

.acc__title {
    background: white;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    color: grey;
    display: flex;
    padding: 1rem;
    position: relative;
    text-align: left;
    font-size: 1.25rem;
    color: #000;
    font-weight: 500;
    align-items: center;
    gap: 2rem;
}

.acc__title::after {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.2s ease-in-out;
    font-size: 2rem;
}

.acc__title img {
    width: 80px;
}

.acc__panel {
    background: white;
    color: grey;
    display: none;
    margin: 0;
    padding: 2em;
    text-align: left;
}

.capBox {
    text-align: center;
}

.capBox p {
    width: 100%;
    margin: 1rem auto;
    font-size: 1.125em;
    line-height: 1.67;
    text-align: justify;
}

.priceTable {
    width: 100%;
    border-collapse: collapse;
    margin: 0 auto;
    background: #f9f9f9;
}

.priceTable td,
.priceTable th {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
    background: #f3f3f3;
    color: #000;
    font-weight: 600;
}

.priceTable tr:nth-child(even) {
    background-color: #f2f2f2;
}

.priceTable tr:hover {
    background-color: #eaeaea;
}

.priceTable .priceTableHeader td {
    font-weight: bold;
    background-color: #4CAF50;
    color: white;
}

.priceTable .currentPriceTier {
    background-color: #d9edf7;
    font-weight: bold;
}

.priceTable .titleHeader {
    font-weight: bold;
    text-align: left;
    background-color: #f7f7f7;
    color: #333;
    font-size: 1.25rem;
}

.priceTable .currentPriceTierText {
    color: #d9534f;
    font-weight: bold;
    display: block;
    text-align: left;
    margin-top: 10px;
    font-size: 13px;
}

.priceTable .selectedCarrot {
    width: 10px;
    height: 10px;
    margin: 5px auto;
    background: #4CAF50;
    border-radius: 50%;
}

.priceTable .hlShow td {
    background: #ffffff;
    color: #000;
    font-weight: bold;
    text-align: center;
}

.tableBox h6 {
    background: #f3f3f3;
    color: #000000;
    padding: 10px 2rem;
    border-radius: 5px;
    text-align: center;
    font-size: 1.85rem;
}

.tableBox h6 span {
    display: block;
    padding-top: 11px;
    font-size: 14px;
    color: #7d7d7d;
}

.tableBox p {
    font-size: 14px;
    font-style: italic;
    text-align: center;
    margin: 10px 0 2rem;
}

.tableBox {
    margin-top: 2rem;
}

/* Product Box */
.product-box {
    width: 200px;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    text-align: center;
    padding: 10px;
}

.product-box img {
    width: 100%;
    max-height: 100px;
    object-fit: contain;
}

.product-box h3 {
    margin: 10px 0;
    font-size: 16px;
    color: #333;
}

.product-box p {
    margin: 5px 0;
    color: #777;
    font-size: 14px;
}

/* Quantity Selector */
.quantity-selector {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.quantity-selector button {
    background-color: var(--rr-theme-primary);
    color: white;
    border: none;
    padding: 10px 15px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 5px;
}

.quantity-selector button:hover {
    background-color: var(--rr-theme-primary);
}

.quantity-selector input {
    width: 80px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin: 0 30px;
    font-size: 15px;
    height: 40px;
}

.productFlex {
    margin: 3rem 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
}

.productFlex .proWidth {
    flex: 0 0 16%;
}

/* Upload Button */
.upload-section {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 20px 0;
}

.upload-btn {
    background-color: #000000;
    color: white;
    border: none;
    padding: 12px 16px;
    font-size: 15px;
    border-radius: 5px;
    cursor: pointer;
}

.upload-btn:hover {
    background-color: #000000;
}

.file-status {
    font-size: 14px;
    color: #555;
}

/* Checkbox Section */
.checkbox-section {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    font-weight: bold;
    font-size: 14px;
    color: black;
}

.checkbox-section input {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

hr {
    margin: 15px 0;
    border: none;
    border-top: 1px solid #ddd;
}

.nav-tabs {
    justify-content: center;
    border: none;
    margin: 1rem 0;
    gap: 2rem;
}

.nav-tabs .nav-link {
    padding: 1.25rem 3rem;
    font-size: 22px;
    background-color: #e0e1df;
    color: #111;
    border-radius: 10px;
    border: none;
    margin-bottom: 10px !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: #00A19C !important;
    color: white !important;
    border-radius: 10px !important;
    border: none !important;
}

.tab-content {
    border: 4px solid #00A19C;
    padding: 4rem;
    border-radius: 15px;
    background-color: #f6f6f6;
    margin-bottom: 10px;
}

.uploadBox h3 {
    font-weight: bold;
    margin-bottom: 1.25rem;
    font-size: 25px;
}

.uploadBox p {
    font-size: 1.5rem;
    color: #747373;
    line-height: 1.67;
}

#printTypeHolder {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin: 2rem 0 !important;
}

.printTypeSelector {
    border: 3px solid #ccc;
    border-radius: 8px;
    padding: 0;
    cursor: pointer;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}

.printTypeSelector:hover {
    border-color: var(--rr-theme-primary);
    box-shadow: 0 0 10px rgb(255 0 0 / 50%);
}

.printTypeSelector.active {
    border-color: var(--rr-theme-primary);
    box-shadow: 0 0 10px rgb(255 0 0 / 50%);
}

.printTypeHeader {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.printTypeDetails ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.printTypeDetails li {
    margin-bottom: 5px;
    font-size: 1rem;
    padding: 5px 0;
}

.printTypeDetails img {
    margin-right: 8px;
    width: 16px;
    height: 16px;
}

.printTypeExample img {
    width: 100%;
    border-radius: 4px;
    margin-top: 10px;
}

.status {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 12px;
    color: #fff;
    background-color: var(--rr-theme-primary);
    padding: 5px 10px;
    border-radius: 4px;
    display: none;
}

.printTypeSelector.active .status {
    display: block;
}

.printTypeHeaderHolder {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #fff;
    width: 100%;
    background: #000000cc;
    backdrop-filter: blur(6px);
    padding: 2rem 0;
}

.printTypeDetails li i {
    color: #ffffff;
    padding-right: 5px;
}

.formPage h4 {
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 500;
    margin: 10px 0;
}

.formPage p {
    font-size: 1rem;
    line-height: 1.67;
    color: #6e6e6e;
}

.packgeBox {
    border: 2px solid #000;
    border-radius: 10px;
    padding: 1rem 2rem;
    position: relative;
    margin: 1rem 0;
}

.packgeBox h3 {
    font-size: 1.35rem;
}

.packgeBox ul li {
    font-size: 1rem;
    line-height: 1.67;
    color: #6e6e6e;
    padding: 5px 0;
}

.packgeBox .check {
    position: absolute;
    right: 1rem;
    top: 1rem;
    font-size: 1.5rem;
    color: #000;
}

.packgeBox a {
    background: #000;
    color: #fff;
    padding: 10px 1rem;
    border-radius: 10px;
    display: inline-block;
    margin: 1rem 0 0;
}

.packgeBox.active {
    border-color: red;
}

.packgeBox.active .check,
.packgeBox.active ul li i {
    color: red;
}

.option-box.selected {
    border-color: var(--rr-theme-primary);
}

.section-title {
    font-weight: bold;
    margin-bottom: 1.25rem;
    font-size: 25px;
}

.optionThree .price {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 10px;
}

.productForm {
    background: #f6f6f6;
    padding: 4rem;
    border-radius: 10px;
}

.option-box .check {
    position: absolute;
    right: 1rem;
    top: 1rem;
    font-size: 1.5rem;
    color: #ddd;
}

.option-box h5 {
    font-size: 22px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 1rem;
}

.option-box ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px 0;
    font-size: 18px;
    font-weight: 500;
}

.option-box.selected .check,
.option-box.selected ul li i {
    color: var(--rr-theme-primary);
}

.optionBoxFlex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.optionBoxFlex img {
    height: 300px;
    margin-right: 2rem;
    border-radius: 10px;
    object-fit: cover;
}

.optionThree {
    padding: 1rem;
}

.optionThree .imgBox img {
    width: 100%;
    height: 170px;
    object-fit: contain;
    object-position: center;
    border-radius: 8px;
}

.totalPrice ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 3rem;
    background: #555353;
    padding: 12px;
    border-radius: 8px;
}

.totalPrice ul li h3 span {
    display: block;
    font-weight: 700;
    font-size: 1.65rem;
    color: #ffffff;
}

.totalPrice ul li h3 {
    font-size: 1.125rem;
    text-align: center;
    color: #ffffff;
    margin: 0;
}

.paraWhite {
    background: #00A19C;
    padding: 2rem;
    color: white;
    border-radius: 10px;
    margin: 1rem 0;
}

.paraWhite p {
    margin: 0;
    color: white;
}

.container {
    /* max-width: 1340px !important; */
}

.embroideryoption {
    display: block;
}

.embroideryoption p {
    text-align: left;
    font-size: 11px;
    line-height: 15px;
}

.embroideryoption img {
    width: 100%;
    height: 100px;
}

#txtPlacementNotes {
    margin: 0;
    border: 2px solid #D3D0CE;
    border-radius: 10px;
    padding: 10px;
    height: 150px !important;
}

.pointer-events-none {
    pointer-events: none;
    cursor: not-allowed;
}

.mode-section.active {
    display: block;
}

.mode-section {
    display: none;
}

div#header-sticky {}

section.accodieSec {
    /* padding-top: 10rem; */
}

.catheader {
    background: #ccc;
    /* margin: 10rem 0 0rem; */
}

section#cart-total {
    position: fixed;
    bottom: 0;
    margin: 0 !important;
    padding: 2rem;
    width: 100%;
    z-index: 2;
}

.variation-color-group {
    width: 100%;
}

.item-var .card {
    padding: 2rem;
}

.item-var img {
    width: 100%;
    height: 100%;
}

figure.card-img {
    margin: 0 auto;
    display: flex;
    width: 150px;
    justify-content: center;
    height: auto;
}

.product-box.var-box {
    width: 100%;
    margin-bottom: 2rem;
}

.card-var-content {
    margin-top: 2rem;
}

.acc__title::after {
    position: absolute;
    right: 10px;
    /* content: ' \f067'; */
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.2s ease-in-out;
    font-size: 2rem;
}

.priceTable .hlShow td {
    background: #ffffff;
    color: #000;
    font-weight: 400;
    text-align: center;
    font-size: 13px;
    padding: 10px !important;
    !i;
    !;
}

.option-box {
    border: 3px solid #ddd;
    padding: 30px;
    border-radius: 8px;
    text-align: center;
    display: block !important;
    !i;
    !;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #fff;
    position: relative;
    z-index: 0;
}

.option-box ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px 0;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
}

.firstBox {
    align-items: center;
    gap: 2rem;
}

.firstBox .ShirtBox {
    width: 400px;
}

.firstBox .ShirtBox .optionBoxFlex {
    width: 100%;
    height: 280px;
}

.firstBox .ShirtBox .optionBoxFlex img {
    height: 215px;
    object-fit: cover;
}

.checkArea input {
    width: 20px;
    height: 30px;
}

.checkArea label {
    font-size: 1.75rem;
    color: #000;
    margin: 0;
}

.checkArea {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 1rem 0;
    border-bottom: 1px solid #0000001f;
}

.uploadBox {
    flex: 0 0 100%;
    width: unset;
}

.firstBox {
    flex-wrap: wrap;
    padding: 2rem 0;
}

.option-box.selected span.option-name {
    padding: 0;
    color: white;
    justify-content: center;
    background: #00A19C;
    padding: 0px 1rem;
    border-radius: 5px;
}

.shirt_option img {
    width: auto;
}

section.coupon-area {
    margin-top: 5rem;
}

.checkout-form-list select {
    background: #ffffff;
    border: 1px solid #E2E2E2;
    border-radius: 4px;
    height: 60px;
    line-height: 60px;
    padding: 0 0 0 20px;
    width: 100%;
    outline: none;
    margin-left: 0;
}

figure.fig-img {
    height: 100px;
    width: 100px;
}

figure.fig-img img {
    width: 100%;
    object-fit: cover;
}

td.variants {
    /* width: 100% !important; */
    /* display: flex; */
    align-items: start;
}

td.variants .pro-title {
    font-weight: 600;
}

i.fa-solid.fa-caret-down {
    position: absolute;
    right: 40px;
}

figure.step-fig {
    width: 45px;
    height: 50px;
    margin: 0;
}

figure.step-fig img {
    width: 100%;
}

ul.steps {
    display: flex;
    one;
    list-style: none;
    flex: 0 0 70%;
}

ul.steps li {
    background: #00A19C;
    margin-right: 1rem;
    display: flex;
    align-items: center;
    color: white;
    padding: 3px 16px;
    border-radius: 13px;
}

figure.step-fig {}

ul.steps li span {
    display: block;
    margin-left: 1rem;
}

ul.steps li.active {
    background: #000;
}

.flex-parent-shop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.board-premimum {
    display: flex;
}

.board-premimum .price {
    margin-top: 2px;
    margin-left: 2rem;
    color: #ff0000;
    font-weight: 500;
    font-size: 18px;
}

.events-none {
    pointer-events: none;
}

.space-y {
    padding: 5rem 0;
}

.myaccount-tab-menu a {
    display: block;
    padding: 1rem 1rem;
    background: #f6f6f6;
    font-size: 1.55rem;
}

.myaccount-tab-menu a.active {
    background: #00A19C;
    color: white;
}

.myaccount-tab-menu a:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.myaccount-tab-menu a:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

div#card-element {
    width: 100%;
}

.shop-header {
    position: sticky;
    top: 0;
    z-index: 1;
}

.shop-box {
    margin-bottom: 2rem;
    background: #F6F6F6;
}

.banner-shop {
    padding: 2rem 0;
}

section.inner-banner {
    padding: 5rem 0;
    background: #ECECEC;
    text-align: center;
    margin-bottom: 3rem;
}

.shop-filter li {
    background: #ececec;
    width: 100px;
    font-size: 14px !important;
    border-radius: 6px;
}

.shop-filter li.active {
    border: 2px solid var(--rr-theme-secondary);
}

.inner-pro td.price-break {
    padding: 0;
}

.inner-pro table.priceTable.stitchTable td {
    padding: 0;
}

.inner-pro .priceTable .hlShow td {
    /* padding: 0; */
    font-weight: 400;
    text-align: center;
    font-size: 13px;
    padding: 10px !important;
}

.variation-back {
    padding: 3rem 2rem;
    border: 3px solid var(--rr-theme-primary);
    background: #F7F7F8;
    margin: 3rem 0;
    border-radius: 13PX;
}

ul.error-list {
    list-style: none;
}

.shirt_option {
    display: block !important;
}

.priceTable {
    width: 100%;
    border-collapse: collapse;
    margin: 0 auto;
    background: #f9f9f9;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.firstBox {
    flex-wrap: wrap;
}

figure.step-fig img {
    width: 100%;
}

h3.product-title {
    font-size: 2.5rem;
    font-weight: 600;
}

textarea#reason-order {
    margin: 0;
}
.step.active {
    background: var(--rr-theme-primary);
}
.step{
    border-right: 1px solid #fff;
}

div#cart-icon {
    display: flex;
    flex: 0 0 50%;
    justify-content: flex-end;
    align-items: center;
}

button.btn-cart {
    width: 35px;
    height: 35px;
    background: black;
    color: white;
    margin-right: 0.5rem;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.offcanvas-body tfoot {
    position: fixed;
    bottom: 0;
}

.find-your-vibe span {
    display: block;
    font-size: 10rem;
}
.find-your-vibe {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
}.cta-3__content.find-your-vibe {}



.banner-all-shape-wrapper {
    display: none;
}

a.web-button {
    padding: 5px 5px;
    background: #00a19c;
    font-size: 13px;
    border-radius: 5px;
    color: white;
}

img {}img {}

figure.product-image {
    width: 150px;
    margin: 0 auto;
    height: 150px;
    border: 1px solid #ccc;
}

figure.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.mainorder {
    padding: 5rem 0;
}