﻿/*Themeing*/

@import "root.css";
@import "footer.css";
@import "header.css";

@font-face {
  font-family: "BR cobane";
  src: url("../fonts/Brink - BR Cobane Medium.otf") format("opentype");
  font-weight: 500;
}

@font-face {
  font-family: "BR cobane";
  src: url("../fonts/Brink - BR Cobane Regular.otf") format("opentype");
  font-weight: normal;
}

@font-face {
  font-family: "BR cobane";
  src: url("../fonts/Brink - BR Cobane Regular.otf") format("opentype");
  font-weight: 400;
}

/*@font-face {
    font-family: 'BR cobane';
    src: url('../fonts/Brink - BR Cobane Bold.otf') format('opentype');
    font-weight: bolder;
}*/

@font-face {
  font-family: "BR cobane";
  src: url("../fonts/Brink - BR Cobane Bold.otf") format("opentype");
  font-weight: 700;
}

@font-face {
  font-family: "BR cobane";
  src: url("../fonts/Brink - BR Cobane SemiBold.otf") format("opentype");
  font-weight: 600;
}

@font-face {
  font-family: "BR cobane";
  src: url("../fonts/Brink - BR Cobane Light.otf") format("opentype");
  font-weight: 300;
}

@font-face {
  font-family: "BR cobane";
  src: url("../fonts/Brink - BR Cobane ExtraLight.otf") format("opentype");
  font-weight: 200;
}

body {
  font-family: "BR cobane", sans-serif !important;
  font-weight: 300;
  line-height: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: "BR cobane", sans-serif !important;
  margin: 0;
}

input,
textarea,
select,
button {
  font-size: 14px;
  font-family: "BR cobane", sans-serif !important;
  font-weight: 300;
  line-height: 1;
}

.btn {
  line-height: 1;
}

input:focus,
textarea:focus,
button:focus {
  outline: none;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

a,
a:hover {
  text-decoration: none !important;
  color: var(--text-primary-color);
}

b,
strong {
  font-weight: bold;
}

ul {
  padding: 0;
  margin: 0;
}

ul li {
  padding-left: 0;
  padding-right: 0;
  list-style: none;
}

.form-control {
  appearance: auto !important;
  -webkit-appearance: auto !important;
  -moz-appearance: auto !important;
}

.flex-1{
    flex:1
}

.gap10 {
    gap: 10px;
}

.title_head {
    font-size: 1.625rem;
    font-weight: 600;
    color: var(--text-primary-color);
}

.btn.btn-primary {
    background-color: var(--bg-primarymain);
    border: 1px solid var(--border-primary-color);
    color: var(--text-white);
    font-size: 13px;
    font-weight: 300;
    border-radius: 20px;
    --padding: var(--padding);
}

.btn.btn-primary:hover {
  background-color: var(--primary-hover-color);
  border: 1px solid var(--primary-hover-color);
}

.btn.btn-danger {
  background-color: var(--btn-danger);
  border: 1px solid var(--btn-danger);
  color: var(--text-white);
  font-size: 13px;
  font-weight: 300;
  border-radius: 20px;
  --padding: var(--padding);
}

.btn.btn-danger:hover {
  background-color: var(--btn-danger-hover);
  border: 1px solid var(--btn-danger-hover);
}

.black-icon-button {
  background-color: var(--btn-dark);
  border: 1px solid var(--btn-dark);
  color: var(--text-white);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  border-radius: 50%;
  cursor: pointer;
}

.black-icon-button:hover {
  background-color: var(--btn-dark-hover);
  border: 1px solid var(--btn-dark-hover);
  color: var(--text-btn-black-color);
  transition: all 0.3s ease;
  border-radius: 50%;
}

.icon-button {
    border-radius: 50%;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    width: 27px;
    cursor: pointer;
}
.xs-icon-button {
    border-radius: 50%;
    height: 20px;
    display: grid;
    place-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    width: 20px;
    font-size: 11px !important;
    padding: 0;
    cursor: pointer;
}

.xs-icon-button i {
    line-height: 20px;
}

.btn.btn-dark {
  background: var(--btn-dark);
  border: 1px solid var(--btn-dark);
  color: var(--text-white);
  border-radius: 2px;
  font-weight: 300;
  font-size: 13px;
  transition: all 0.3s ease;
}

.btn.btn-dark:hover {
  border-color: var(--btn-dark-hover);
  background: var(--btn-dark-hover);
}

.breadcrumb li a {
  color: var(--text-primary-color);
}

.picture_show_modal .modal-dialog {
  max-width: 450px;
}

.picture_show_modal .modal-body img {
  max-height: 250px;
}

.picture_show_modal .modal-content {
  border: none;
}

.master-wrapper-content {
  width: 100%;
  margin: auto;
}

/*Themeing*/
.banner_sec .banner_img {
  height: 450px;
  background-image: url("../figma_images/Banner-1.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/*SIDEBAR*/
.home_page_sec {
  display: grid;
  grid-template-columns: 390px 1fr;
}

.page_wrapper_sec {
    display: grid;
    /*grid-template-columns: 390px 1fr;*/
    grid-template-columns: 320px 1fr;
}

.page_wrapper_sec.bundleProduct_wrapper {
  grid-template-columns: 1fr 390px;
}

.page_wrapper_sec.bundleProduct_wrapper .sidebar_main {
  order: 2;
}

.page_wrapper_sec .sidebar_main {
  height: 100%;
}

.page_wrapper_sec .main_content {
    flex: 1;
    height: 100%;
    /*padding: 30px 100px 30px 22px;*/
    padding: 30px 22px 30px 22px;
    background: var(--bg-pagewrapper);
}

.page_wrapper_sec.bundleProduct_wrapper .main_content {
  padding: 30px 22px 30px 14%;
}

.home_page_sec .sidebar_main {
  height: 100%;
}

.home_page_sec .products_list_main {
  flex: 1;
  height: 100%;
}

.aside-frontend {
  background: var(--bg-sidebar);
  padding: 30px 30px 60px 80px;
  height: 100%;
}

.aside-frontend.bundle-aside-frontend {
   background: transparent;
}

.aside-frontend.bundle-aside-frontend {
  padding: 0px;
}

.aside-frontend.bundle-aside-frontend .bundle_heading {
  padding: 0px;
  background-image: url("../figma_images/bundle_bg.png");
  background-color: #10aad7;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 30px 80px 30px 30px;
}

/* .aside-frontend.bundle-aside-frontend .bundle_timeline {
    padding: 20px 80px 30px 30px;
} */

.aside-frontend.bundle-aside-frontend .bundle_heading .title_search h4 {
  color: var(--text-white);
  font-weight: 500;
}

.aside-frontend.bundle-aside-frontend .bundle_heading .bundle_form_part h4 {
  color: var(--text-white);
  font-size: 15px;
}

.aside-frontend .logo {
  padding-bottom: 1.9rem;
}

.aside-frontend .title_search {
  padding-bottom: 1.25rem;
}

.aside-frontend .title_search h4 {
  color: var(--text-primary-color);
  font-weight: 700;
  font-size: 22px;
  line-height: normal;
  margin-bottom: 0.8rem;
}

.aside-frontend .title_search .search_box {
  position: relative;
}

.aside-frontend .title_search .search_box input {
  width: 100%;
  box-sizing: border-box;
  border-radius: 20px;
  border: 1px solid var(--border-gray);
  padding: 0px 20px 0px 12px;
  height: 32px !important;
  font-size: 14px;
  line-height: 20px;
  background: #e6e7e7;
}

.aside-frontend .title_search .search_box input:focus {
  outline-color: none;
  outline: none;
}

.aside-frontend .title_search .search_box input::-webkit-input-placeholder {
  color: var(--text-input);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.14px;
}

.aside-frontend .title_search .search_box i {
  position: absolute;
  right: 14px;
  top: 8px;
  font-size: 14px;
  color: #33363f;
}

/*accordions*/
.aside-frontend .accordians_part .accordion.accordion-flush .accordion-item .accordion-button {
  background: var(--bg-sidebar);
  color: #6a6763;
  font-size: 14px;
  line-height: 1;
  font-weight: 300;
  padding: 15px 2px;
}

.aside-frontend .accordians_part .accordion.accordion-flush .accordion-item {
  border: none;
  background-color: var(--bg-sidebar);
}

.aside-frontend .accordians_part .accordion.accordion-flush .accordion-item .accordion-header {
  border-bottom: 1px solid #6a676375;
}

.aside-frontend .accordians_part .accordion.accordion-flush .accordion-item .accordion-button:focus {
  box-shadow: none;
}

.aside-frontend .accordians_part .accordion.accordion-flush .accordion-item .accordion-button::after {
  background-image: url("../figma_images/accoridion_collapse.svg");
  background-size: 10px;
  width: 10px;
  position: relative;
  top: 4px;
}

.aside-frontend .accordians_part .accordion.accordion-flush .accordion-item .accordion-button.not-accordion::after {
  display: none;
}

.aside-frontend .accordians_part .accordion.accordion-flush .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: url("../figma_images/accoridion_collapse.svg");
  background-size: 10px;
  width: 10px;
  position: relative;
  top: 2px;
  transform: rotate(90deg);
}

.aside-frontend .accordians_part .accordion.accordion-flush .accordion-item .accordion-button:not(.collapsed) {
  color: #6a6763;
}

.aside-frontend .accordians_part .accordion.accordion-flush .accordion-item .accordion-body {
  padding: 15px 0px 15px 15px;
  display: flex;
  background-color: var(--bg-sidebar) !important;
  width: 100%;
  justify-content: flex-end;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
}

.aside-frontend .accordians_part .accordion.accordion-flush .accordion-item .accordion-body ul {
  display: flex;
  gap: 10px;
  flex-direction: column;
}

.aside-frontend .accordians_part .accordion.accordion-flush .accordion-item .accordion-body ul li {
  text-align: end;
}

.aside-frontend .accordians_part .accordion.accordion-flush .accordion-item .accordion-body ul li a {
  color: #6a6763;
  line-height: normal;
  font-style: italic;
  font-size: 14px;
  line-height: 1.3;
}

.custom-tooltip {
  border: none !important;
}

.responive_category_btn {
  background-color: var(--bg-sidebar);
  padding: 12.5px 30px 12.5px 25px;
  color: var(--text-black-color);
  display: none;
}
@media (max-width: 767px) {
    .responive_category_btn {
        display: block;
    }
}

.aside-frontend .fa.fa-times {
    position: absolute;
    top: 4px;
    right: 8px;
    font-size: 22px;
    cursor: pointer;
}

/* BUNDLE SUMMARY ASIDE */

.form-bundle .form-group {
  margin-bottom: 0.75rem;
}

.form-bundle .form-group label {
  display: block;
  color: var(--text-white);
  font-size: 15px;
}

.form-bundle .form-group input {
  width: auto;
  border: 1px solid var(--text-white);
  border-radius: 4px;
  padding: 0.325rem 1rem;
  background-color: var(--bg-white);
  width: 100%;
  height: 40px;
}

.form-bundle .form-group input:focus {
  outline-color: var(--text-white);
  box-shadow: none;
}

.form-bundle .timeline .total {
  border-top: 1px solid var(--border-color);
}

/*register page*/
.required {
    margin: 0 8px 0 0 !important;
}

    
.inputs label {
    display: inline-block;
    width: auto;
    margin: 0 10px 0 0;
    text-align: right;
}

@media (min-width: 1001px) {
    .inputs {
        text-align: left;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .inputs label {
        display: inline-block;
        width: auto;
        margin: 0 10px 0 0;
        text-align: right;
    }
    .address-list-page .section, .order-list-page .section, .return-request-list-page .section {
        display: block;
        width: 100%;
        margin: 20px 1%;
        vertical-align: top;
    }
}
@media (max-width: 991px) {
    .address-list-page .section, .order-list-page .section, .return-request-list-page .section {
        display: block;
        width: 100%;
        margin: 20px 1%;
        vertical-align: top;
    }
    .inputs input[type="email"], .inputs input[type="password"], .inputs input[type="tel"], .inputs input[type="text"], .inputs select, .inputs textarea {
        width: 100%;
        max-width: 100%;
        background-color: #fff;
    }

    .inputs input[type="email"], .inputs input[type="password"], .inputs input[type="tel"], .inputs input[type="text"], .inputs textarea {
        max-width: 300px;
    }
    .inputs {
        text-align: left;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .fieldset .inputs {
        text-align: center;
    }
    .fieldset .inputs label {
        text-align: center;
        margin-bottom:0px;
    }
    .fieldset .inputs .date-picker-wrapper {
        display: flex;
        gap: 7.5px;
        flex-direction: row;
        justify-content:center;
    }
}

    /* timeline */

    #conference-timeline {
        position: relative;
        width: 100%;
        margin: 0 auto;
    }

        #conference-timeline .conference-center-line {
            position: absolute;
            width: 1px;
            height: calc(100% - 25px);
            top: 25px;
            left: 34px;
            border-right: 1px dashed var(--bg-primarymain);
            margin-left: 0px;
            z-index: 1;
        }

    .timeline-article {
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
        padding: 20px 30px;
    }

        .timeline-article .content-left-container,
        .timeline-article .content-right-container {
            max-width: 100%;
            width: 100%;
            padding-left: 30px;
        }

        .timeline-article .timeline-author {
            display: block;
            font-weight: 300;
            font-size: 13px;
            line-height: 16px;
        }

        .timeline-article .content-left,
        .timeline-article .content-right {
            position: relative;
            width: auto;
        }

        .timeline-article p {
            margin: 0 0 0 0px;
            padding: 0;
            font-weight: 500;
            color: var(--text-black-color);
            font-size: 16px;
            line-height: 20px;
            position: relative;
        }

        /*.timeline-article .edit_price button {
  width: 30px;
  height: 30px;
  border-radius: 6px;
  background-color: var(--bg-white);
  color: var(--text-primary-color);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}*/

        .timeline-article .content-right-container {
            float: right;
        }

        .timeline-article .content-left:before,
        .timeline-article .content-right:before {
            position: absolute;
            top: 20px;
            font-size: 23px;
            font-family: "FontAwesome";
            color: #fff;
        }

        .timeline-article .meta-date {
            position: absolute;
            top: 16px;
            left: 20px;
            width: 30px;
            height: 30px;
            overflow: hidden;
            /* margin-left: -31px; */
            border: 1px dashed var(--border-primary-color);
            color: #fff;
            border-radius: 100%;
            background: var(--bg-white);
            z-index: 2;
        }

            .timeline-article .meta-date .date,
            .timeline-article .meta-date .month {
                display: block;
                text-align: center;
                font-weight: 900;
            }

            .timeline-article .meta-date .date {
                font-size: 13px;
                line-height: 32px;
                color: var(--text-black-color);
                font-weight: 400;
            }

            .timeline-article .meta-date .month {
                font-size: 18px;
                line-height: 10px;
            }

    .cart_payButton {
        padding: 0px 30px;
    }

    .bundle_timeline {
        background: #E9EEEF
    }

    .timeline_limit {
        max-height: 210px;
        overflow-y: auto;
    }

    [data-tab-content] {
        display: none;
    }

    .active[data-tab-content] {
        display: block;
    }

    .tab .date {
        color: var(--text-primary-color) !important;
    }

    .tab.active .date, .tab:hover .date {
        background-color: var(--border-primary-color);
        color: #fff !important;
    }

    .tab, .tab .date {
        cursor: pointer;
    }

    .tab-content .active {
        animation: fadeEffect 1s;
    }

    .tablinkBgactive {
        background: #C6E4EA;
    }

    /* Fade in tabs */
    @-webkit-keyframes fadeEffect {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    .form-bundle .total {
        padding-inline-start: 30px;
        padding-inline-end: 30px;
    }

    /*===== // Vertical Timeline =====*/

    /*===== Resonsive Vertical Timeline =====*/
    @media only screen and (max-width: 830px) {
        #conference-timeline .timeline-start,
        #conference-timeline .timeline-end {
            margin: 0;
        }

        #conference-timeline .conference-center-line {
            margin-left: 0;
            left: 50px;
        }

        .timeline-article .meta-date {
            margin-left: 0;
            left: 20px;
        }

        .timeline-article .content-left-container,
        .timeline-article .content-right-container {
            max-width: 100%;
            width: auto;
            float: none;
            margin-left: 110px;
            min-height: 53px;
        }

        .timeline-article .content-left-container {
            margin-bottom: 20px;
        }

        .timeline-article .content-left,
        .timeline-article .content-right {
            padding: 10px 25px;
            min-height: 65px;
        }

            .timeline-article .content-left:before {
                content: "\f0d9";
                right: auto;
                left: -8px;
            }

            .timeline-article .content-right:before {
                display: none;
            }
    }

    @media only screen and (max-width: 400px) {
        .timeline-article p {
            margin: 0;
        }

            .timeline-article p span.article-number {
                display: none;
            }
    }

    /* timeline */

    /* BUNDLE SUMMARY ASIDE */

    /*SEARCH BOX*/
    .productsappend ul {
        width: 100% !important;
        border: none !important;
        border-radius: 12px !important;
        background-color: white;
        top: 60px !important;
    }

        .productsappend ul li {
            border-top: 1px solid var(--grey50-border-color);
        }

            .productsappend ul li a {
                padding: 7px 10px !important;
            }

                .productsappend ul li a img {
                    width: 40px;
                    height: 40px;
                    object-fit: contain;
                }

                .productsappend ul li a span {
                    font-size: 14px;
                    line-height: 24px;
                    color: var(--text-primary-color);
                    font-weight: 400;
                }

    /*SEARCH BOX*/

    /*SIDEBAR*/

    /* Products */

    .products_list_main {
        background-color: var(--bg-pagewrapper);
    }

        .products_list_main h2.title {
            font-size: 22px;
            font-weight: 700;
            letter-spacing: 0.22px;
            color: var(--text-primary-color);
            text-align: left;
        }

    .products_list .products_list_row {
        display: grid;
        grid-gap: 15px 8px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        margin-top: 25px;
    }

    @media (max-width: 1199px) {
        .products_list .products_list_row {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }
    }

    @media (max-width: 450px) {
        .products_list .products_list_row {
            grid-template-columns: repeat(1, minmax(0, 1fr));
        }

        .page_wrapper_sec .main_content {
            padding: 30px 12px;
        }
    }

    .products_list h2 {
        text-transform: capitalize
    }

    .products_list .products_list_row .products_box {
        background: var(--bg-white);
        transition: all 0.4s ease;
    }

        .products_list .products_list_row .products_box .image img {
            width: 100%;
            height: 200px;
            object-fit: cover;
        }

        .products_list .products_list_row .products_box .title {
            padding: 15px;
            display: flex;
            gap: 10px;
            justify-content: space-between;
            align-items: baseline;
        }

            .products_list .products_list_row .products_box .title h4 {
                font-size: 12px;
                line-height: 16px;
                letter-spacing: 0.13px;
                margin-bottom: 0;
                font-weight: 400;
                color: var(--textcolor);
            }

            .products_list .products_list_row .products_box .title .sale {
                height: 20px;
                width: 65px;
                display: flex;
                align-items: center;
                justify-content: center;
                background-color: var(--bg-danger);
                border-radius: 15px;
                font-size: 8px;
                font-weight: 700;
                color: var(--text-white);
                letter-spacing: 0.08px;
            }

        .products_list .products_list_row .products_box .content {
            padding: 0px 15px 15px 15px;
        }

            .products_list .products_list_row .products_box .content p {
                font-size: 11px;
                font-weight: 300;
                line-height: 1.5;
                letter-spacing: 0.08px;
                margin-bottom: 0.5rem;
            }

            .products_list .products_list_row .products_box .content .btn {
                padding: 0px 25px;
                background-color: var(--bg-primarymain);
                border-radius: 20px;
                color: var(--text-white);
                font-size: 12px;
                font-weight: 300;
                height: 25px;
                line-height: 25px;
                border-color: var(--border-primary-color);
            }

                .products_list .products_list_row .products_box .content .btn:hover {
                    background-color: var(--primary-hover-color);
                    border-color: var(--primary-hover-color);
                }

        .products_list .products_list_row .products_box:hover {
            transform: translateY(-2px);
            box-shadow: 0px 5px 10px 0px #3b3a3a1f;
            transition: all 0.4s ease;
        }

    /*--category--*/

    .product-category-box {
        border-radius: 5px;
        box-shadow: 3px 3px 10px 0px #0000002b;
        background: var(--bg-white);
        border: none;
        position: relative;
        overflow: hidden;
    }

        .product-category-box .picture img {
            width: 100%;
            height: 200px;
            object-fit: contain;
        }

        .product-category-box .picture {
            height: 200px;
        }

            .product-category-box .picture a {
                height: 200px;
            }

        .product-category-box .content {
            padding: 15px;
            background: var(--bg-fade);
        }

            .product-category-box .content h2 {
                color: var(--text-black-color);
                font-size: 18px;
                font-family: var(--default-font);
                font-weight: bold;
                margin-bottom: 0px;
                text-align: left;
            }

                .product-category-box .content h2 a {
                    padding-bottom: 8px;
                }

            .product-category-box .content p {
                color: var(--text-black-color);
                font-size: 12px;
                font-family: var(--default-font);
                font-weight: 400;
            }

            .product-category-box .content .button_link button.cart_btn {
                width: 120px;
                height: 35px;
                background: var(--bg-primarymain);
                border: 1px solid var(--bg-primarymain);
                color: var(--text-white);
                border-radius: 5px;
                -webkit-transition: all 0.4s ease;
                transition: all 0.4s ease;
                -moz-transition: all 0.4s ease;
            }

                .product-category-box .content .button_link button.cart_btn:hover {
                    background: transparent;
                    border: 1px solid var(--bg-primarymain);
                    color: var(--bg-primarymain);
                    -webkit-transition: all 0.4s ease;
                    transition: all 0.4s ease;
                    -moz-transition: all 0.4s ease;
                }

        /*BADGING*/
        .product-category-box .starburst_badge {
            background: var(--starbust-badge);
            width: 45px;
            height: 45px;
            text-align: center;
            color: var(--menu-active-color);
            z-index: 10;
            position: absolute;
            top: 15px;
            right: 15px;
        }

            .product-category-box .starburst_badge,
            .product-category-box .starburst_badge span {
                display: flex;
                align-items: center;
                justify-content: center;
            }

                .product-category-box .starburst_badge span {
                    width: 100%;
                    height: 100%;
                    background: inherit;
                    transform: rotate(45deg);
                    font-size: 11px;
                    color: var(--menu-active-color);
                    font-weight: 500;
                }

                    .product-category-box .starburst_badge:before,
                    .product-category-box .starburst_badge:after,
                    .product-category-box .starburst_badge span:before,
                    .product-category-box .starburst_badge span:after {
                        content: "";
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 100%;
                        height: 100%;
                        background: inherit;
                        z-index: -1;
                        transform: rotate(30deg);
                    }

                .product-category-box .starburst_badge:after {
                    transform: rotate(-30deg);
                }

                .product-category-box .starburst_badge span:after {
                    transform: rotate(30deg);
                }

                .product-category-box .starburst_badge span:before {
                    transform: rotate(-30deg);
                }

                .product-category-box .starburst_badge span b {
                    transform: rotate(-45deg);
                }

    .example {
        position: absolute;
        top: 50%;
        margin-top: -1.25em;
        margin-left: -1.25em;
    }

    .product-category-box .cross_label_badge {
        width: 200px;
        height: 40px;
        background: rgb(190, 114, 32);
        background: linear-gradient(180deg, rgba(190, 114, 32, 1) 23%, rgba(234, 149, 44, 1) 69%);
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 15px;
        right: -41px;
        transform: rotate(37deg);
        z-index: 5;
    }

        .product-category-box .cross_label_badge span {
            color: var(--text-white);
            font-weight: 500;
            font-size: 14px;
        }

.product-category-box .ribbon_badge {
    width: 110px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(31, 97, 141);
    background: linear-gradient(90deg, rgba(31, 97, 141, 1) 30%, rgba(88, 173, 195, 1) 93%);
    position: absolute;
    top: 15px;
    left: 0px;
    z-index: 10;
}

        .product-category-box .ribbon_badge::after {
            position: absolute;
            content: "";
            height: 0;
            width: 0;
            border-top: 20px solid transparent;
            border-bottom: 20px solid transparent;
            border-left: 15px solid #58adc3;
            right: -14px;
        }

    .ribbon_badge span {
        font-size: 14px;
        color: var(--text-white);
        font-weight: 500;
    }

    .product-category-box .triangle_badge {
        width: 58px;
        height: 47px;
        background: rgb(117, 0, 11);
        background: linear-gradient(180deg, rgba(117, 0, 11, 1) 19%, rgba(178, 34, 47, 1) 76%);
        top: 0px;
        right: 25px;
        position: absolute;
        z-index: 10;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .product-category-box .triangle_badge span {
            font-size: 13px;
            color: var(--text-white);
            font-weight: 500;
        }

        .product-category-box .triangle_badge::after {
            content: "";
            position: absolute;
            height: 0;
            width: 0;
            border-left: 29px solid #b2222f;
            border-right: 29px solid #b2222f;
            border-bottom: 29px solid transparent;
            bottom: -29px;
            left: 0px;
        }

    .product-category-box .corner_badge {
        width: 180px;
        height: 65px;
        background: #5bb55b;
        border: #5bb55b;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: -9px;
        right: -65px;
        transform: rotate(45deg);
        z-index: 5;
    }

        .product-category-box .corner_badge span {
            color: var(--text-white);
            font-weight: 500;
            font-size: 14px;
            padding-top: 13px;
        }

    .bundle_item_count {
        background-color: #0fb7eb24;
        width: fit-content;
    }

        .bundle_item_count span {
        }

    /*ARTWORK IMPLEMENTATION CSS*/
    .artwork_module_main_part {
        margin-bottom: 30px;
    }

        .artwork_module_main_part .heading h2 {
            color: var(--text-primary-color);
            font-size: 24px;
            line-height: 30px;
            margin: 0;
            border-bottom: 1px solid var(--text-primary-color);
            padding-bottom: 5px;
            width: fit-content;
        }

        .artwork_module_main_part .buttons_link {
            width: 100%;
        }

    .btn_groups {
        margin-top: 20px;
        display: flex;
        align-items: start;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 20px 15px;
    }

        .btn_groups button,
        .btn_groups a {
            height: 62px;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: flex-start;
            flex-direction: row;
            background: transparent;
            padding: 0px 15px;
            border-radius: 5px;
            -ms-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -webkit-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
            gap: 12px;
            text-align: left;
        }

            .btn_groups button .icon i,
            .btn_groups a .icon i {
                font-size: 40px;
            }

            .btn_groups button .details,
            .btn_groups a .details {
                flex: 1;
            }

                .btn_groups button .details p,
                .btn_groups a .details p {
                    margin: 0;
                    font-weight: 600;
                    font-size: 1rem;
                    -ms-transition: all 0.3s ease-out;
                    -moz-transition: all 0.3s ease-out;
                    -webkit-transition: all 0.3s ease-out;
                    -o-transition: all 0.3s ease-out;
                    transition: all 0.3s ease-out;
                }

        /*form button-1*/

        .btn_groups .buttons_link.btn-1 button {
            border: 1px solid #464444;
        }

            .btn_groups .buttons_link.btn-1 button .details p {
                color: #464444;
                line-height: 1.3;
            }

            .btn_groups .buttons_link.btn-1 button icon i {
                color: #464444;
            }

            .btn_groups .buttons_link.btn-1 button:hover .details p {
                color: #fff;
            }

            .btn_groups .buttons_link.btn-1 button:hover {
                background-color: #464444;
            }

        /*form button-2*/

        .btn_groups .buttons_link.btn-2 a {
            border: 1px solid var(--border-primary-color);
        }

            .btn_groups .buttons_link.btn-2 a .details p {
                color: var(--text-primary-color);
            }

            .btn_groups .buttons_link.btn-2 a .icon i {
                color: var(--text-primary-color);
            }

            .btn_groups .buttons_link.btn-2 a:hover .details p {
                color: red;
            }

            .btn_groups .buttons_link.btn-2 a:hover {
                background-color: var(--bg-primarymain);
            }

        /*form button-3*/

        .btn_groups .buttons_link.btn-3 a {
            border: 1px solid #cf2969;
        }

            .btn_groups .buttons_link.btn-3 a .details p {
                color: #cf2969;
            }

            .btn_groups .buttons_link.btn-3 a .icon i {
                color: #cf2969;
            }

            .btn_groups .buttons_link.btn-3 a:hover {
                background-color: #cf2969;
            }

        .btn_groups button .details span,
        .btn_groups a .details span {
            font-size: 12px;
            line-height: 16px;
            color: var(--grey-light-color);
            font-weight: 400;
            -ms-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -webkit-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
            margin-top: 0px;
            display: block;
        }

        .btn_groups button:hover .details span,
        .btn_groups a:hover .details span {
            color: var(--text-white);
            -ms-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -webkit-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
        }

        .btn_groups button:hover .details p,
        .btn_groups .buttons_link a:hover .details p {
            color: var(--text-white) !important;
            -ms-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -webkit-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
        }

        .btn_groups button:hover i,
        .btn_groups a:hover i {
            color: var(--text-white) !important;
        }

    .modal {
        background: rgba(0, 0, 0, 0.34);
    }

    .modal-backdrop {
        display: none !important;
    }

    .custom-modal-content {
        border: none !important;
    }

    .modal-body::-webkit-scrollbar {
        background-color: rgb(190, 190, 190) !important;
        width: 8px;
        height: 7px;
    }

    .modal-body::-webkit-scrollbar-track {
        background-color: #fff;
    }

        .modal-body::-webkit-scrollbar-track:hover {
            background-color: #f4f4f4;
        }

    .modal-body::-webkit-scrollbar-thumb {
        background-color: #babac0;
        border-radius: 8px;
        border: 1px solid #fff;
    }

        .modal-body::-webkit-scrollbar-thumb:hover {
            background-color: #a0a0a5;
            border: 1px solid #f4f4f4;
        }

    .modal-body::-webkit-scrollbar-button {
        display: none;
    }

    .modal-custom-body .card {
        border: 1px solid var(--light-border-color);
        border-radius: 5px;
    }

        .modal-custom-body .card .card-header {
            background: var(--bg-primarymain);
            padding: 10px 15px;
            border-bottom: 1px solid var(--border-primary-color);
        }

            .modal-custom-body .card .card-header h3 {
                font-size: 18px;
                margin: 0;
                color: var(--text-white);
                line-height: 24px;
            }

        .modal-custom-body .card .card-body {
            padding: 15px;
        }

        .modal-custom-body .card .form-group input:focus,
        .modal-custom-body .card .form-group select:focus,
        .modal-custom-body .card .form-group textarea:focus {
            box-shadow: none;
            outline: none;
            border: 1px solid var(--border-primary-color);
        }

        .modal-custom-body .card .form-group input[type="text"],
        .modal-custom-body .card .form-group input[type="email"],
        .modal-custom-body .card .form-group select {
            height: 40px;
            border-radius: 4px;
            font-size: 14px;
        }

        .modal-custom-body .card .form-group textarea {
            height: 80px;
            border-radius: 4px;
            font-size: 14px;
        }

        .modal-custom-body .card .form-group .label_group label {
            font-size: 16px;
            color: var(--text-black-color);
            font-weight: 500;
        }

        .modal-custom-body .card .form-group .label_group {
            text-align: left;
        }

        .modal-custom-body .card .form-group .input_group label {
            font-size: 14px;
            color: var(--grey-heading-color);
            font-weight: 500;
        }

        .modal-custom-body .card .form-group .input_group {
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .modal-custom-body .card .card-body .form-group .input_group input {
            flex: 1;
        }

        .modal-custom-body .card .card-body .form-group .input_group .plusbtn {
            width: 25px;
            height: 25px;
            border-radius: 4px;
            background: var(--bg-primarymain);
            border: 1px solid var(--border-primary-color);
            color: var(--text-white);
            font-size: 12px;
            padding: 0;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .modal-custom-body .card .card-body .form-group .input_group .plusbtn:hover {
                background: var(--primary-hover-color);
            }

            .modal-custom-body .card .card-body .form-group .input_group .plusbtn.crossbtn {
                width: 25px;
                height: 25px;
                border-radius: 4px;
                background: var(--btn-danger);
                border: 1px solid var(--btn-danger);
                color: var(--text-white);
                font-size: 12px;
                padding: 0;
                display: flex;
                align-items: center;
                justify-content: center;
            }

                .modal-custom-body .card .card-body .form-group .input_group .plusbtn.crossbtn:hover {
                    background: var(--btn-danger-hover);
                }

    .mens_section .heading h5 {
        font-size: 16px;
        font-weight: 500;
        line-height: 22px;
        color: var(--text-primary-color);
        margin: 0;
    }

    .mens_section .heading {
        border-bottom: 1px solid var(--border-primary-color);
        padding-bottom: 10px;
    }

    .mens_section .upper_part {
        display: flex;
        align-items: baseline;
        justify-content: space-between;
        gap: 15px;
        flex-wrap: wrap;
        padding: 5px 0;
    }

        .mens_section .upper_part .right h3 {
            font-size: 18px;
            margin: 0;
            color: var(--grey-heading-color);
        }

        .mens_section .upper_part .right p {
            font-size: 12px;
            margin: 0;
            font-weight: 400;
            color: var(--text-black-color);
            margin-top: 5px;
        }

    .custom-modal-content .modal-footer {
        text-align: right;
    }

        .custom-modal-content .modal-footer .button_groups {
            display: flex;
            align-items: center;
            gap: 12px;
            justify-content: flex-end;
        }

            .custom-modal-content .modal-footer .button_groups button.savebtn {
                background: var(--bg-primarymain);
                border: 1px solid var(--border-primary-color);
                color: #fff;
                border-radius: 5px;
            }

                .custom-modal-content .modal-footer .button_groups button.savebtn:hover {
                    background: var(--primary-hover-color);
                    border: 1px solid var(--primary-hover-color);
                }

            .custom-modal-content .modal-footer .button_groups button.ContinueBtn {
                background: var(--secondary-btn-color);
                border: 1px solid var(--secondary-btn-color);
                color: #fff;
                border-radius: 5px;
            }

                .custom-modal-content .modal-footer .button_groups button.ContinueBtn:hover {
                    background: var(--secondary-btn-hover-color);
                    border: 1px solid var(--secondary-btn-hover-color);
                }

            .custom-modal-content .modal-footer .button_groups button:focus {
                box-shadow: none;
                outline: none;
            }

    .upload_artwork_body .content p.text-error {
        color: var(--danger-color);
    }

    .upload_artwork_body .content p {
        color: var(--text-black-color);
        font-size: 14px;
    }

        .upload_artwork_body .content p b {
            color: var(--grey-heading-color);
        }

    .upload_artwork_body {
        max-height: 600px;
    }

    /*Upload artwork card*/

    .upload_artwork_card .form-group input:focus,
    .upload_artwork_card .form-group select:focus,
    .upload_artwork_card .form-group textarea:focus {
        box-shadow: none;
        outline: none;
        border: 1px solid var(--border-primary-color);
    }

    .upload_artwork_card .form-group input[type="text"],
    .upload_artwork_card .form-group input[type="email"],
    .upload_artwork_card .form-group select {
        height: 40px;
        border-radius: 4px;
        font-size: 14px;
    }

    .upload_artwork_card .form-group textarea {
        height: 80px;
        border-radius: 4px;
        font-size: 14px;
    }

    .upload_artwork_card .form-group .label_group label {
        font-size: 16px;
        color: var(--text-black-color);
        font-weight: 500;
    }

    .upload_artwork_card .form-group .input_group label {
        font-size: 14px;
        color: var(--grey-heading-color);
        font-weight: 500;
    }

    .upload_artwork_card .form-group .input_group {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .upload_artwork_card .form-group {
        column-gap: 15px;
    }

    .upload_artwork_body .card-body .upload_file_card {
        align-items: start;
        flex-wrap: wrap;
        flex-direction: column;
    }

        .upload_artwork_body .card-body .upload_file_card .upoad_btndiv h4 {
            color: var(--text-black-color);
            font-size: 16px;
            font-weight: 500;
            line-height: 22px;
            margin-bottom: 10px;
            text-align: left;
        }

        .upload_artwork_body .card-body .upload_file_card .upload_btn {
            width: 100%;
            background: #e6eaeb;
            color: var(--text-primary-color);
            padding: 20px;
        }

        .upload_artwork_body .card-body .upload_file_card .upload_image_div {
            width: 100%;
            background: #ebebeb;
            color: var(--text-primary-color);
            padding: 20px;
            display: none;
        }

            .upload_artwork_body .card-body .upload_file_card .upload_image_div .image_div {
                background: var(--bg-white);
            }

                .upload_artwork_body .card-body .upload_file_card .upload_image_div .image_div img {
                    width: 100%;
                    height: 250px;
                    object-fit: cover;
                    object-position: center;
                }

    .upload_artwork_body .card-body .upload_file_main .notes p {
        font-size: 12px;
        line-height: 1.5;
        font-weight: 300;
    }

    .upload_artwork_body .card-body .upload_file_main .notes {
        margin-top: 25px;
    }

    .add-to-cart-panel .add-to-cart-button,
    .cart_button {
        background: var(--bg-primarymain);
        border: 1px solid var(--border-primary-color);
        border-radius: 20px;
        font-size: 13px;
        font-weight: 300;
        color: var(--text-white);
        text-transform: capitalize;
        padding: 12px 25px;
    }

    .add-to-cart-panel .remove-to-cart-button {
        text-transform: capitalize;
        padding: 12px 20px;
    }

    .add-to-cart-panel .add-to-cart-button:hover,
    .cart_button {
        background: var(--primary-hover-color);
        border: 1px solid var(--border-primary-color) !important;
        opacity: 1;
        cursor: pointer;
        pointer-events: auto;
        color: var(--text-white) !important;
        border-radius: 20px !important;
        border-color: #0fb7eb !important;
    }

    .upload_artwork_body .card-body .upload_file_main .notes button {
        background: var(--bg-success);
        border: 1px solid var(--border-success-color);
        border-radius: 15px;
        font-size: 12px;
        font-weight: 300;
        color: var(--text-white);
        padding: 10px 25px;
    }

        .upload_artwork_body .card-body .upload_file_main .notes button:hover {
            background: var(--hover-success-color);
            border: 1px solid var(--hover-success-color);
        }

    .upload_artwork_body .card-body .upload_file_card .upload_btn .inner_content {
        border: 1px dashed var(--border-color);
        display: flex;
        height: 250px;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        cursor: pointer;
    }

        .upload_artwork_body .card-body .upload_file_card .upload_btn .inner_content img {
            width: 65px;
        }

    .upload_artwork_body .card-body .upload_file_card .upload_image_div .default_div i.fa-cloud-upload {
        font-size: 30px;
        color: var(--grey-main-color);
        line-height: 36px;
        text-align: center;
    }

    .upload_artwork_body .card-body .upload_file_card .upload_image_div {
        position: relative;
    }

    .upload_artwork_body .card-body .upload_file_card .rmv {
        position: absolute;
        top: -9px;
        right: -8px;
        background: var(--btn-danger);
        border: 1px solid var(--btn-danger);
        width: 25px;
        height: 25px;
        display: grid;
        place-items: center;
        color: var(--text-white);
        font-size: 15px;
        border-radius: 50%;
        display: block !important;
    }

    .upload_artwork_body .skip_upload {
        border: 1px solid var(--light-border-color);
        padding: 20px;
        margin-top: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

        .upload_artwork_body .skip_upload p {
            font-size: 14px;
            line-height: 1.3;
            font-weight: 400;
            text-align: center;
        }

            .upload_artwork_body .skip_upload p span {
                color: var(--text-primary-color);
            }

        .upload_artwork_body .skip_upload button {
            padding: 8px 30px;
            font-size: 13px;
            line-height: 1;
            font-weight: var(--font-500);
            border-radius: 5px;
            background-color: var(--bg-pink);
            border-color: var(--border-pink-color);
            color: var(--text-white);
        }

            .upload_artwork_body .skip_upload button:hover {
                background-color: var(--bg-pink);
                border-color: var(--border-pink-color);
            }

    .btn-rmv {
        display: none;
    }

    .upload_artwork_card .card-body button.addmore_btn {
        background: var(--bg-primarymain);
        border: 1px solid var(--border-primary-color);
        border-radius: 15px;
        font-weight: 300;
        color: var(--text-white);
        padding: 12px 20px;
    }

        .upload_artwork_card .card-body button.addmore_btn:focus {
            box-shadow: none;
            outline: none;
        }

        .upload_artwork_card .card-body button.addmore_btn:hover {
            background: var(--primary-hover-color);
            border: 1px solid var(--primary-hover-color);
        }

    .product-category-seclist .top_menu_header ul {
        column-gap: 10px;
    }

        .product-category-seclist .top_menu_header ul li a {
            color: var(--grey-main-color);
            font-weight: 500;
            font-size: 18px;
        }

            .product-category-seclist .top_menu_header ul li a.active {
                color: var(--text-primary-color);
            }

        .product-category-seclist .top_menu_header ul li + li:before {
            color: #ccc;
            content: "\f105";
            display: inline-block;
            position: static;
            font: normal normal normal 14px/1 FontAwesome;
            padding: 0 0.6rem;
            font-weight: 600;
        }

    .product-category-seclist .card .card-header {
        padding: 10px 15px;
    }

    .product-category-seclist .card .card-body {
        padding: 20px 15px;
        border-radius: 5px;
    }

    .product-category-seclist .card .card-header .form-group input,
    .product-category-seclist .card .card-header .form-group select {
        height: 40px;
        border-radius: 4px;
        font-size: 14px;
    }

    .product-category-seclist .card .card-header .form-group {
        gap: 10px;
        justify-content: flex-end;
    }

        .product-category-seclist .card .card-header .form-group input {
            width: 175px;
        }

        .product-category-seclist .card .card-header .form-group select {
            width: 120px;
        }

            .product-category-seclist .card .card-header .form-group input:focus,
            .product-category-seclist .card .card-header .form-group select:focus {
                box-shadow: none;
                outline: none;
                border: 1px solid var(--border-primary-color);
            }

        .product-category-seclist .card .card-header .form-group .searchbtn {
            background: var(--bg-primarymain);
            border: 1px solid var(--border-primary-color);
            border-radius: 4px;
            height: 40px;
            width: 40px;
            color: var(--text-white);
        }

        .product-category-seclist .card .card-header .form-group button:focus {
            outline: none;
            box-shadow: none;
        }

        .product-category-seclist .card .card-header .form-group .searchbtn:hover {
            background: var(--primary-hover-color);
        }

    .grid_card {
        border-radius: 5px;
        box-shadow: 0px 1px 6px -1px #bbbbbbd1;
        border: 1px solid #e2e2e2;
        margin: 15px 0;
    }

        .grid_card .image_content img {
            height: 180px;
        }

        .grid_card .image_content {
            height: 180px;
            border-top-left-radius: 6px;
            border-top-right-radius: 6px;
            overflow: hidden;
        }

        .grid_card .body_content {
            padding: 15px 10px;
        }

            .grid_card .body_content h4 {
                color: var(--text-black-color);
                font-size: 18px;
                font-weight: 600;
            }

            .grid_card .body_content p {
                color: var(--menu-default-color);
                font-size: 14px;
                margin-bottom: 15px;
            }

            .grid_card .body_content button {
                background: var(--bg-primarymain);
                border: 1px solid var(--border-primary-color);
                border-radius: 4px;
                padding: 5px 15px;
                color: var(--text-white);
            }

                .grid_card .body_content button:hover {
                    background: var(--primary-hover-color);
                    border: 1px solid var(--primary-hover-color);
                }

                .grid_card .body_content button:focus {
                    outline: none;
                }

    .add_more {
        text-align: left;
    }

    .upload_artwork_card .form-group .label_group {
        text-align: left;
    }

    .product-essential.custom-product-essential {
        display: grid !important;
        grid-gap: 50px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-bottom: 0px !important;
    }

        .product-essential.custom-product-essential::after {
            display: none;
        }

    .product-collateral {
        margin: 0 !important;
    }

    .product-details-header .product-name h1 {
        font-weight: 600;
        font-size: 22px;
        color: var(--text-primary-color);
        margin-bottom: 0.5rem;
        line-height: 1.5;
    }

    /*.product-essential .left_slider_part {
    flex: 0 0 40%;
    max-width: 40%;
}

.product-essential .right_overview_part {
    flex: 0 0 60%;
    max-width: 60%;
    padding-left: 30px;
}*/
    .left_slider_part .information .content h3 {
        font-size: 16px;
        color: var(--text-black-color);
        margin-bottom: 10px;
        font-weight: 400;
    }

    .left_slider_part .information .content h2 {
        font-size: 20px;
        color: var(--text-black-color);
        margin-bottom: 10px;
        font-weight: 500;
    }

    .left_slider_part .information .content p {
        font-size: 13px;
        margin: 0;
        line-height: 2;
        color: var(--text-black-color);
        font-weight: 300;
    }

    .product-essential .left_slider_part .picture {
        border-radius: 0px;
        box-shadow: var(--light-box-shadow);
    }

    .product-essential {
        border-bottom: none !important;
        margin-bottom: 0px !important;
    }

    .product_details_down_part .pricing_part {
        border: 1px solid var(--grey50-border-color);
        border-radius: 5px;
    }

        .product_details_down_part .pricing_part .heading_bar {
            background: var(--bg-primarymain);
            border-bottom: 1px solid var(--border-primary-color);
            padding: 10px 15px;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
        }

    .product_details_down_part .tabcontent .heading_bar h3 {
        color: var(--text-white);
        font-size: 17px;
        font-weight: 600;
        margin: 0;
        text-align: left;
    }

    /*.product_details_down_part .tabcontent .body {
    padding: 10px 15px 15px 15px;
}*/

    .product_details_down_part .tabcontent .table_body table {
        margin-bottom: 0;
    }

        .product_details_down_part .tabcontent .table_body table thead th {
            /*border: none !important;*/
            color: var(--text-black-color);
            padding: 10px 12px;
            font-weight: 400;
            font-size: 13px;
        }

        .product_details_down_part .tabcontent .table_body table tbody td {
            font-weight: 400;
            padding: 10px 12px;
            font-size: 13px;
        }

            .product_details_down_part .tabcontent .table_body table tbody td a.btn {
                background: var(--bg-primarymain);
                border: 1px solid var(--border-primary-color);
                color: var(--bg-white);
                font-weight: 300;
                font-size: 14px;
                padding: 3px 8px;
                box-shadow: var(--light-box-shadow);
            }

                .product_details_down_part .tabcontent .table_body table tbody td a.btn:hover {
                    background: var(--primary-hover-color);
                    border: 1px solid var(--primary-hover-color);
                }

    .product_details_down_part .tab {
        overflow: hidden;
        /*border: 1px solid #ccc;
  background-color: #f1f1f1;*/
        display: flex;
        gap: 0px;
        border-bottom: 1px solid #aaa;
    }

        /* Style the buttons inside the tab */
        .product_details_down_part .tab button {
            background-color: inherit;
            float: left;
            border: none;
            outline: none;
            cursor: pointer;
            padding: 7px 17px;
            transition: 0.3s;
            font-size: 14px;
            position: relative;
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
            font-weight: 500;
            color: var(--menu-default-color);
        }

            /* Create an active/current tablink class */
            .product_details_down_part .tab button.active {
                color: var(--bg-white);
                background: var(--bg-primarymain);
            }

    /* Style the tab content */
    .product_details_down_part .tabcontent {
        display: none;
        padding: 6px 0px;
        border: none;
        border-top: none;
        animation: fadeEffect 1s;
        padding: 10px;
        max-height: 300px;
        overflow-y: scroll;
        box-shadow: rgb(0 0 0 / 52%) 0px 0px 1px 0px;
        margin-top: 10px;
        background: var(--bg-white);
    }

    @keyframes fadeEffect {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    /*Product Review*/
    .product_rating {
        margin-bottom: 25px;
    }

        .product_rating .title h2,
        .be_like_product .title h2 {
            color: var(--text-primary-color);
            font-size: 22px;
            font-weight: 600;
            line-height: 1.5;
            text-transform: capitalize;
            text-align: left;
        }

        .product_rating .content {
            border: 1px solid var(--light-border-color);
            border-radius: 8px;
        }

            .product_rating .content .star i {
                color: #dee22c;
                text-shadow: 1px 2px 1px #0000006b;
            }

            .product_rating .content .review_content h6 {
                font-size: 16px;
            }

            .product_rating .content .review_content p {
                font-size: 14px;
            }

            .product_rating .content .review_header .date span {
                font-size: 14px;
            }

    .be_like_product .products img {
        height: 100px;
    }

    .be_like_product {
        padding-top: 15px;
    }

        .be_like_product .products p {
            font-size: 12px;
            line-height: 1.3;
            font-weight: 400;
        }

    .picture.product_picture::before {
        display: none;
    }

    .
    /*Product Review*/
    /*Product Review*/
    .gallery .product_picture::before {
        padding-top: inherit !important;
    }

    .gallery .picture img {
        position: inherit;
        width: 100%;
        object-fit: contain;
        text-align: center;
        height: 350px;
    }

    .gallery .product_picture .default_picture,
    .gallery .product_picture .one_picture,
    .gallery .product_picture .slider_picture {
        height: 350px;
    }

    .slider_picture .carousel {
        position: initial;
    }

        .slider_picture .carousel .carousel-control-prev {
            left: 6px;
            height: 35px;
            width: 35px;
            background: var(--grey-light-color);
            border-radius: 50%;
            top: 50%;
            bottom: 50%;
            margin: auto 0;
        }

        .slider_picture .carousel .carousel-control-next {
            right: 6px;
            height: 35px;
            width: 35px;
            background: var(--grey-light-color);
            border-radius: 50%;
            top: 50%;
            bottom: 50%;
            margin: auto 0;
        }

    .slider_picture .carousel-control-next-icon,
    .slider_picture .carousel-control-prev-icon {
        width: 17px;
        height: 17px;
    }

    .quote_price_calculator {
        margin: 25px 0;
    }

        .quote_price_calculator .heading_bar h4 {
            color: var(--text-primary-color);
            font-size: 22px;
            line-height: 28px;
            font-weight: 600;
            margin: 0;
            border-bottom: 1px solid var(--lightgrey-border-color);
            padding-bottom: 5px;
        }

        .quote_price_calculator .heading_bar {
            margin-bottom: 15px;
        }

        .quote_price_calculator .body .input_group.additional-input-group {
            display: flex;
            gap: 7.5px 12px;
            align-items: center;
            flex-wrap: wrap;
        }

        .quote_price_calculator .body .input_group select,
        .quote_price_calculator .body .input_group input[type="text"],
        .quote_price_calculator .body .input_group input[type="number"] {
            height: 40px;
            font-size: 14px;
            border-radius: 14px;
            border-color: var(--border-color);
            background: transparent;
        }

    /*.image_dropdown .ui.selection {
    height: 40px;
    font-size: 14px;
    border-radius: 14px !important;
    border-color: var(--border-color);
    background: transparent;
    border-bottom-left-radius: 14px !important;
    border-bottom-right-radius: 14px !important;
    border-top-left-radius: 14px !important;
    border-top-right-radius: 14px !important;
}*/
    .image_dropdown .ui.selection {
        height: 40px;
        font-size: 14px;
        border-radius: 30px !important;
        border-color: var(--border-color);
        background: transparent;
        color: #000000 !important;
        font-weight: 400;
    }

    .image_dropdown .ui.active.selection.dropdown {
        /*border-bottom-left-radius: 14px !important;
    border-bottom-right-radius: 14px !important;
    border-top-left-radius: 14px !important;
    border-top-right-radius: 14px !important;*/
        border-radius: 30px !important;
    }

    .image_dropdown .ui.upward.selection.dropdown {
        /*border-bottom-left-radius: 14px !important;
    border-bottom-right-radius: 14px !important;
    border-top-left-radius: 14px !important;
    border-top-right-radius: 14px !important;*/
        border-radius: 30px !important;
    }

    .image_dropdown .ui.selection.dropdown > .text {
        color: var(--text-black-color);
        cursor: pointer !important;
    }

    .image_dropdown .ui.selection:hover {
        border-color: var(--border-color);
    }

    .image_dropdown .ui.selection.active {
        border-color: var(--border-primary-color)
    }

        .image_dropdown .ui.selection.active:hover {
            border-color: var(--border-primary-color);
        }

    .ui.selection.active.dropdown .menu {
        border: 1px solid var(--border-primary-color) !important;
        border-radius: 30px !important;
        margin: 7px 0;
    }

.image_dropdown .ui.selection.dropdown > .dropdown.icon {
    top: 22px;
    right: 24px !important;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    color: var(--textcolor);
}

        .image_dropdown .ui.selection.dropdown > .dropdown.icon::before {
            content: "\f107";
            font-family: FontAwesome;
        }


    .quote_price_calculator .body .input_group select:disabled,
    .quote_price_calculator .body .input_group input[type="text"]:disabled,
    .quote_price_calculator .body .input_group input[type="number"]:disabled {
        opacity: 0.6;
    }

    .quote_price_calculator .body .form-group textarea {
        height: 80px;
        border-radius: 5px;
        font-size: 14px;
        border-radius: 6px;
        border-color: var(--border-color);
        background: transparent;
    }

        .quote_price_calculator .body .input_group select:focus,
        .quote_price_calculator .body .input_group input:focus,
        .quote_price_calculator .body .form-group textarea:focus {
            box-shadow: none;
            outline: none;
            border: 1px solid var(--border-primary-color);
        }

    .quote_price_calculator .body .lable_group {
        text-align: left;
    }

    .quote_price_calculator .body .form-group {
        margin-bottom: 0.75rem;
    }

    .quote_price_calculator .body .lable_group label {
        font-size: 14px;
        color: var(--text-black-color);
        font-weight: 500;
        text-align: left;
        margin-bottom: 0.375rem;
    }

    .quote_price_calculator .body .total_gst {
        margin-top: 15px;
        padding-top: 10px;
        border-top: 1px solid var(--border-color);
    }

        .quote_price_calculator .body .total_gst h3 {
            font-size: 14px;
            color: var(--text-black-color);
            font-weight: 300;
            margin: 0;
            text-align: right;
        }

        .quote_price_calculator .body .total_gst h3 {
            display: flex;
            align-items: center;
            gap: 10px;
            justify-content: space-between;
        }

        .quote_price_calculator .body .total_gst span {
            font-size: 20px;
            font-weight: 600;
        }

    .estimated_shipping_cost .heading_bar {
        padding-bottom: 8px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid var(--border-primary-color);
    }

    .estimated_shipping_cost {
        margin: 30px 0 10px 0;
    }

        .estimated_shipping_cost .heading_bar h4 {
            font-size: 18px;
            margin-bottom: 0;
            color: var(--text-primary-color);
        }

        .estimated_shipping_cost .heading_bar span {
            width: 25px;
            height: 25px;
            display: grid;
            place-items: center;
            background: var(--border-primary-color);
            border-radius: 5px;
            color: var(--text-white);
            cursor: pointer;
            -ms-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -webkit-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
        }

            .estimated_shipping_cost .heading_bar span:hover {
                background: var(--primary-hover-color);
                -ms-transition: all 0.3s ease-out;
                -moz-transition: all 0.3s ease-out;
                -webkit-transition: all 0.3s ease-out;
                -o-transition: all 0.3s ease-out;
                transition: all 0.3s ease-out;
            }

            .estimated_shipping_cost .heading_bar span i {
                font-size: 14px;
            }

    .custom-form-group.form-group .label_group label {
        font-size: 16px;
        color: var(--text-black-color);
        font-weight: 500;
    }

    .custom-form-group.form-group .label_group {
        text-align: left !important;
    }

    .custom-form-group.form-group .input_group input[type="text"],
    .custom-form-group.form-group .input_group select {
        height: 40px;
        border-radius: 5px;
        font-size: 14px;
    }

        .custom-form-group.form-group .input_group input[type="text"]:focus,
        .custom-form-group.form-group .input_group select:focus {
            box-shadow: none;
            outline: none;
            border: 1px solid var(--border-primary-color);
        }

    .custom-form-group.form-group .input_group {
        display: flex;
        align-items: center;
        gap: 12px;
    }

        .custom-form-group.form-group .input_group label {
            font-size: 14px;
            color: var(--grey-heading-color);
            font-weight: 500;
        }

    .custom-form-group.form-group .shipping_btn {
        background: var(--bg-primarymain);
        border: 1px solid var(--border-primary-color);
        border-radius: 5px;
        color: var(--text-white);
        -ms-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

        .custom-form-group.form-group .shipping_btn:hover {
            border: 1px solid var(--primary-hover-color);
            background: var(--primary-hover-color);
            -ms-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -webkit-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
        }

        .custom-form-group.form-group .shipping_btn:focus {
            box-shadow: none;
            outline: none;
        }

    .total_gst {
        margin-top: 15px;
        padding-top: 10px;
        border-top: 1px solid var(--border-primary-color);
    }

        .total_gst h3 {
            font-size: 18px;
            color: var(--text-black-color);
            font-weight: 500;
            margin: 0;
            text-align: right;
        }

    .shippingcostBody {
        max-height: 0;
        transition: all 0.3s ease-out;
        opacity: 0;
        pointer-events: none;
    }

        .shippingcostBody.active {
            opacity: 1;
            max-height: 100%;
            transition: all 0.3s ease-in-out;
            pointer-events: auto;
        }

    /*CATEGORY-LIST*/
    .product-category-box {
        border-radius: 5px;
        box-shadow: 0px 0px 6px 0px #0000002b;
        background: var(--bg-white);
        border: none;
        position: relative;
        overflow: hidden;
    }

        .product-category-box .picture img {
            width: 100%;
            height: 180px;
            object-fit: contain;
            margin: 0px !important;
        }

        .product-category-box .picture {
            height: 200px;
            margin: 0;
            padding: 10px;
        }

        /*.product-category-box .picture a {
height: 200px;
}*/

        .product-category-box .content {
            padding: 15px;
            background: var(--bg-primarymain);
        }

            .product-category-box .content h2 {
                color: var(--text-black-color);
                font-size: 18px;
                font-family: var(--default-font);
                margin-bottom: 0px;
                text-align: left;
                min-height: auto;
            }

                .product-category-box .content h2 a {
                    padding-bottom: 0px;
                    font-size: 15px;
                    font-weight: var(--font-500);
                    color: var(--text-white);
                }

                    .product-category-box .content h2 a:hover {
                        color: var(--text-white);
                    }

    .product-category-box {
        width: 31.33333%;
        margin: 0 1% 25px;
    }

    /*BUNDLE PRODUCT TEMPLATE*/
    .also-purchased-products-grid.product-grid {
        display: none;
    }

    .bundle_product_template .continue_button a {
        color: var(--text-white);
        padding: 7.5px 40px;
        font-weight: 400;
        font-size: 14px;
    }

    .bundle_product_template .heading_bar_main {
        border-bottom: 1px solid #ccc;
        margin-bottom: 50px;
        position: relative;
    }

        .bundle_product_template .heading_bar_main::after {
            content: "";
            position: absolute;
            bottom: -3px;
            height: 4px;
            width: 40%;
            background-color: var(--main-line-border);
            left: 0;
        }

        .bundle_product_template .heading_bar_main h1 {
            color: var(--text-main-heading);
            padding: 0px;
            font-size: 35px;
            line-height: 1.5;
            font-weight: 600;
        }

    .bundle_product_template .product_name h3 {
        color: var(--text-black-color);
        font-size: 24px;
        line-height: 1.2;
        font-weight: 500;
        margin-bottom: 10px;
    }

    .bundle_product_template .right_overview_part .description .description_box p {
        font-size: 13px;
        line-height: 1.7;
        font-weight: 300;
        margin: 0;
    }

    .bundle_product_template .right_overview_part .description .description_box {
        padding: 10px 15px;
        background:#fff;
        border-radius: 7px
    }

        .bundle_product_template .right_overview_part .description .description_box:not(:last-child) {
            border-bottom: 1px solid var(--grey50-border-color);
        }

    .summary_page_bundle_products {
        padding: 30px 0;
    }

        .summary_page_bundle_products .title h2 {
            font-weight: 600;
            font-size: 22px;
            color: var(--text-primary-color);
            margin-bottom: 1rem;
            text-align: left;
            line-height: 1.5;
        }

    /*BUNDLE PRODUCT TEMPLATE*/

    /*ORDER REVIEW PAGE*/
    .productOrderReview_section .title h2 {
        font-size: 22px;
        color: var(--text-primary-color);
        line-height: 1.5;
        font-weight: 700;
    }

        .productOrderReview_section .title h2 span {
            font-weight: 300;
            font-size: 16px;
        }

    .productOrderView_content .image-part img.image {
        cursor: pointer;
        min-height: 180px;
        max-width: 300px;
    }

    .productOrderView_content .product_details .title_sec h2 {
        color: var(--text-black-color);
        font-size: 22px;
        line-height: 1.4;
        font-weight: 700;
        margin-bottom: 0.8rem;
    }

    .productOrderView_content .product_details .title_sec p {
        font-size: 15px;
        color: var(--text-black-color);
        font-weight: 300;
        margin-bottom: 0.6rem;
    }

    .productOrderView_content .product_details .title_sec span {
        font-size: 13px;
        color: var(--text-black-color);
        margin-bottom: 0.6rem;
        font-weight: 300;
    }

    .productOrderView_content .product_details .content_row {
        border-bottom: 1px solid var(--border-color);
    }

        .productOrderView_content .product_details .content_row .content {
            display: flex;
            gap: 4px;
        }

            .productOrderView_content .product_details .content_row .content label {
                width: 250px;
                font-size: 14px;
                color: var(--text-black-color);
                font-weight: 300;
            }

            .productOrderView_content .product_details .content_row .content p {
                font-size: 14px;
                margin-bottom: 0.75rem;
            }

    .productOrderView_content .product_details .total_row h6 {
        font-size: 14px;
        font-weight: 300;
        color: var(--text-black-color);
    }

    .productOrderView_content .product_details .total_row h3 {
        font-size: 20px;
        font-weight: 700;
        color: var(--text-black-color);
    }

    .productOrderView_content .image-part .redirect_icon_buttons a {
        width: 27px;
        height: 27px;
    }

        .productOrderView_content .image-part .redirect_icon_buttons a img {
            width: 15px;
            opacity: 0.8;
        }

    .productOrderReview_section .productOverView_footer {
        margin-top: 150px;
    }

    .productOverView_footer .notes p {
        font-size: 14px;
        font-weight: 300;
        line-height: 1.4;
        color: var(--text-black-color);
    }

    .productOverView_footer .btn-cart {
        line-height: 1;
        width: 200px;
        height: 40px;
    }

        .productOverView_footer .btn-cart:disabled {
            background: var(--btn-dark);
            border-color: var(--btn-dark);
            color: var(--text-white);
        }

    .productOverView_footer .checkbox-part .form-group {
        position: relative;
    }

        .productOverView_footer .checkbox-part .form-group input {
            padding: 0;
            height: initial;
            width: initial;
            margin-bottom: 0;
            display: none;
            cursor: pointer;
        }

        .productOverView_footer .checkbox-part .form-group label {
            font-size: 15px;
            font-weight: 300;
            color: var(--text-primary-color);
            cursor: pointer;
        }

            .productOverView_footer .checkbox-part .form-group label:before {
                content: "";
                -webkit-appearance: none;
                background-color: transparent;
                border: 1px solid #cacaca;
                box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
                padding: 8px;
                display: inline-block;
                position: relative;
                vertical-align: middle;
                cursor: pointer;
                margin-right: 8px;
                border-radius: 3px;
            }

    .productOverView_footer .form-group input:checked + label:after {
        content: "";
        display: block;
        position: absolute;
        top: 4px;
        left: 7px;
        width: 6px;
        height: 12px;
        border: solid var(--bg-success);
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
    }

    /*ORDER REVIEW PAGE*/

    /*sbcss*/
    

    .radio_bx .form-control {
        width: 12px;
    }

.estimator-section select, .estimator-section input[type="checkbox"] {
    border-radius:5px !important
}
/*ARTWORK IMPLEMENTATION CSS*/
/*bundle_product_template_main*/
.bundle_product_template_main .main_content .title h2 {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.22px;
    color: var(--text-primary-color);
    text-align: left;
}

    .bundle_product_template_main .product_content {
        margin-top: 35px;
    }

        .bundle_product_template_main .product_content .title h3 {
            font-size: 20px;
            color: var(--text-primary-color);
            font-weight: 400;
            margin-top: 5px;
        }

        .bundle_product_template_main .product_content .title p {
            font-size: 14px;
            font-weight: 300;
        }

        .bundle_product_template_main .product_content .content_caption p {
            font-size: 14px;
            font-weight: 300;
        }

        .bundle_product_template_main .product_content .content_caption li,
        .bundle_product_template_main .product_content .content_caption a {
            font-size: 14px;
            font-weight: 300;
        }

    .summary_page_bundle_products .btn.btn-primary {
        padding: 12px 35px;
    }

    .summary_page_bundle_products .main_content table.cart tr td {
        padding: 0.75rem;
    }

    /*bundle_product_template_main*/

    /*Shopping Cart*/
    .shopping-cart-page-main {
        background: var(--bg-pagewrapper);
        padding: 25px 0;
    }

        .shopping-cart-page-main .title {
            text-align: start;
        }

            .shopping-cart-page-main .title h1 {
                color: var(--text-primary-color);
                font-size: 22px;
                font-weight: 700;
                padding-top: 0.5rem;
                text-transform: capitalize;
                margin-bottom: 0;
            }

        .shopping-cart-page-main .cart_details-part .order-details {
            margin-top: 40px;
        }

            .shopping-cart-page-main .cart_details-part .order-details h2 {
                color: var(--text-black-color);
                font-weight: 700;
                font-size: 20px;
                margin-bottom: 1.25rem;
            }

            .shopping-cart-page-main .cart_details-part .order-details table thead th,
            .shopping-cart-page-main .cart_details-part .order-details table tbody td,
            .shopping-cart-page-main .cart_details-part .order-details table tfoot td {
                background: transparent;
            }

            .shopping-cart-page-main .cart_details-part .order-details table thead th {
                font-size: 14px;
                border-color: var(--border-color);
                font-weight: 600;
            }

            .shopping-cart-page-main .cart_details-part .order-details table thead th {
                background: var(--bg-pagewrapper);
            }

            .shopping-cart-page-main .cart_details-part .order-details table tbody td,
            .shopping-cart-page-main .cart_details-part .order-details table tfoot td {
                font-size: 14px;
                font-weight: 300;
            }

            .shopping-cart-page-main .cart_details-part .order-details table tfoot td {
                padding: 0.25rem 1rem;
            }

            .shopping-cart-page-main .cart_details-part .order-details table tfoot tr:not(:last-child) td {
                border: none;
            }

            .shopping-cart-page-main .cart_details-part .order-details table tfoot tr:last-child td {
                padding-top: 0.65rem;
                padding-bottom: 0.65rem;
            }

            .shopping-cart-page-main .cart_details-part .order-details table tbody td:first-child,
            .shopping-cart-page-main .cart_details-part .order-details table thead th:first-child,
            .shopping-cart-page-main .cart_details-part .order-details table tfoot td:first-child {
                padding-left: 0px;
            }

            .shopping-cart-page-main .cart_details-part .order-details table tbody td:last-child,
            .shopping-cart-page-main .cart_details-part .order-details table thead th:last-child,
            .shopping-cart-page-main .cart_details-part .order-details table tfoot td:last-child {
                padding-right: 0px;
            }

            .shopping-cart-page-main .cart_details-part .order-details table tbody td {
                padding-bottom: 10px !important;
                border-bottom: 1px solid var(--border-color);
                padding-top: 1rem;
            }

            .shopping-cart-page-main .cart_details-part .order-details table tfoot td {
                border-width: 1px 0px 1px 0px;
                border-color: var(--border-color);
                border-style: solid;
            }

    .cartTableorder_details_div .product_img img.image {
        width: 250px;
        min-height: 150px;
        cursor: pointer;
        max-height: 200px;
        object-fit: cover;
    }

    .cartTableorder_details_div .product_img .icon-button img {
        width: 15px;
        opacity: 0.8;
    }

    .cartTableorder_details_div .product_details h3 {
        font-size: 18px;
        font-weight: 700;
        color: var(--text-black-color);
    }

    .cartTableorder_details_div .product_details .content_row .content {
        display: flex;
        gap: 4px;
    }

        .cartTableorder_details_div .product_details .content_row .content label {
            min-width: 150px;
            font-size: 14px;
            color: var(--text-black-color);
            font-weight: 300;
        }

        .cartTableorder_details_div .product_details .content_row .content p {
            font-size: 14px;
            margin-bottom: 0.25rem;
        }

    .shopping-cart-page-main .cart_details-part .order-details table tfoot .form-group {
        display: flex;
        gap: 5px;
        align-items: center;
    }

        .shopping-cart-page-main .cart_details-part .order-details table tfoot .form-group label {
            font-weight: 600;
            color: var(--text-black-color);
        }

        .shopping-cart-page-main .cart_details-part .order-details table tfoot .form-group input {
            background: transparent;
            border: 1px solid var(--border-color);
            height: 35px;
            width: 320px;
        }

        .shopping-cart-page-main .cart_details-part .order-details table tfoot .form-group button {
            height: 35px;
            width: 150px;
        }

    .cart-additional-details .title h2 {
        color: var(--text-black-color);
        font-size: 20px;
        font-weight: 700;
    }

    .cart-additional-details .main_additional_part {
        display: flex;
        gap: 30px;
    }

        .cart-additional-details .main_additional_part .form-part label {
            font-size: 14px;
            font-weight: var(--font-300);
            display: block;
            margin-bottom: 0.5rem;
        }

        .cart-additional-details .main_additional_part .form-part textarea {
            height: 200px;
            width: 500px;
            background: transparent;
            border: 1px solid var(--border-color);
            border-radius: 3px;
        }

        .cart-additional-details .main_additional_part .note_part {
            margin-top: 35px;
            width: 370px;
        }

            .cart-additional-details .main_additional_part .note_part p {
                font-size: 13px;
                line-height: 1.4;
                font-weight: 300;
            }

    .cart_details-part .cart_footer {
        margin-top: 80px;
        margin-bottom: 20px;
    }

        .cart_details-part .cart_footer button.btn {
            width: 200px;
            border-radius: 25px;
            height: 38px;
            font-weight: 300;
            font-size: 14px;
            color: var(--text-white);
            background: var(--bg-primarymain);
            border-color: var(--border-primary-color);
            transition: all 0.3s ease;
        }

            .cart_details-part .cart_footer button.btn:hover {
                transition: all 0.3s ease;
                background: var(--primary-hover-color);
                border-color: var(--primary-hover-color);
            }

    .bundleProducts_list .terms_condition {
        font-size: 14px;
        font-weight: 300;
        line-height: 1.2;
    }

        .bundleProducts_list .terms_condition ul li {
            list-style: disc;
        }

    /*Shopping Cart*/

    /*SHIPPING PAGE*/
    .cart_main_page {
        width: 100%;
        display: flex;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

        .cart_main_page :where(h2) {
            font-size: 24px;
            font-weight: 700;
            letter-spacing: 0.22px;
            color: var(--text-primary-color);
            text-align: left;
        }

        .cart_main_page :where(h3, h4) {
            color: var(--text-black-color);
            font-size: 22px;
            line-height: 1.4;
            font-weight: 700;
            margin-bottom: 0.8rem;
        }

        .cart_main_page :where(h5) {
            color: var(--text-black-color);
            font-size: 16px;
            line-height: 1.4;
            font-weight: 700;
            margin-bottom: 0.8rem;
        }

        .cart_main_page .left_part {
            grid-column: span 2 / span 2;
            background: var(--bg-white);
            padding: 30px 25px 50px 10%;
            width: 53%;
        }

        .cart_main_page .right_part {
            background: var(--bg-grey);
            padding: 100px 50px 50px 25px;
            width: 47%;
        }

    .delivery_details .ui.form .inline.fields label {
        font-size: 12px;
        font-weight: 600;
        color: var(--text-black-color);
    }

    .delivery_details .ui.form .inline.fields.checkbox_fields > label {
        font-size: 12px;
        width: 125px;
    }

    .delivery_details .ui.form .inline.fields .checkbox label {
        line-height: 20px;
    }

    .shipping_address input.form-control[type="text"],
    .shipping_address input.form-control[type="number"],
    .shipping_address textarea.form-control {
        padding: 0.65rem 1rem;
        border-radius: 5px;
        border: 1px solid var(--border-color);
        font-weight: 500;
        font-size: 14px;
        height: auto;
    }

    .shipping_address textarea.form-control {
        height: 60px;
    }

    .shipping_address .form-floating select {
        height: auto;
        min-height: auto;
        padding-top: 17px;
        padding-bottom: 5px;
    }

    .shipping_address .form-floating > label {
        padding: 5px 0.75rem;
    }

    .delivery_details label {
        color: var(--text-black-color);
    }

    .shiopping_billing_options .ui.radio.checkbox label {
        padding-left: 1.5em;
    }

    .shiopping_billing_options .checkbox_fields {
        display: flex;
    }

    .shipping_address .form-floating > label::after {
        background: transparent;
    }

    .shipping_address input.form-control::placeholder,
    .shipping_address textarea.form-control::placeholder {
        font-size: 14px;
        font-style: italic;
        font-weight: 500;
    }

    .shipping_address input.form-control::placeholder {
        font-style: italic;
    }

    .shipping_address input.form-control:focus,
    .shipping_address textarea.form-control:focus,
    .shipping_address select:focus {
        box-shadow: none;
        border: 1px solid var(--border-primary-color);
    }

    .shipping_options_post h4 {
        font-weight: 500;
    }

    .shipping_options_post div {
        border: 1px solid var(--border-color);
        padding: 20px;
        border-radius: 3px;
    }

        .shipping_options_post div h5 {
            font-weight: 500;
        }

    .summary_details .image_part {
        width: 122px;
    }

    .summary_details .table_part {
        flex: 1;
    }

    .order_summary .summary_details {
        margin-bottom: 150px;
    }

    .payment_method_alert {
        max-width: 400px;
    }

    .payment_accordions_options .accordion-header {
        padding: 12px 15px;
        background: #f4f5f5;
    }

    .payment_accordions_options .accordion-body {
        background-color: var(--bg-white-grey);
    }

    .payment_accordions_options .accordion-header label {
        font-weight: 600;
        color: var(--text-black-color);
    }

    .payment_accordions_options .accordion-header {
        padding: 12px 15px;
        background: #fcfeff;
    }

    .payment_calculate .calculate {
        border-top: 1px solid var(--border-color);
    }

    .payment_calculate .list p {
        font-weight: 400;
    }

    .payment_calculate .calculate h4 {
        font-size: 20px;
        color: var(--text-primary-color);
    }

    .payment_calculate p {
        margin-bottom: 0.25rem;
    }

    .payment_accordions_options .accordion-item .accordion-body .ui input {
        height: 45px;
    }

        .payment_accordions_options .accordion-item .accordion-body .ui input::placeholder {
            color: var(--text-black-color);
            font-weight: 500;
        }

    .payment_accordions_options .accordion-item .accordion-body .ui > i {
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 17px;
        color: var(--text-black-color);
        z-index: 2;
    }

    /*SHIPPING PAGE*/
    /*RESPONSIVE CSS*/
    @media (max-width: 1440px) {
        .product-category-seclist .card-body .row {
            margin-left: 0;
            margin-right: 0;
        }

            .product-category-seclist .card-body .row .col-lg-4 {
                padding-left: 8px;
                padding-right: 8px;
            }
    }

    @media (max-width: 1000px) {
        .custom-product-essential {
            flex-direction: column;
        }

            .custom-product-essential .left_slider_part:not(.bundle_product_template_main .custom-product-essential .left_slider_part) {
                flex: 0 0 100%;
                width: 88vw !important;
                max-width: 100%;
            }

            .custom-product-essential .right_overview_part {
                flex: 0 0 100%;
                max-width: 100%;
                margin-top: 30px;
                padding-left: 0px;
            }

        .artwork_module_main_part .heading h2 {
            margin: 0 auto;
        }

        .artwork_module_main_part .btn_groups {
            align-items: center;
            justify-content: center;
        }
    }

    @media (max-width: 991px) {
        .custom-modal-content .modal-footer .button_groups {
            flex-wrap: wrap;
            justify-content: center;
        }

        .product-category-seclist .card .card-header .form-group {
            justify-content: flex-start;
        }
    }

    @media (max-width: 575px) {
        .upload_artwork_card .form-group .input_group {
            flex: 1;
        }

        .btn_groups button,
        .btn_groups a {
            width: 320px;
        }
    }

    /*loader*/
    .cartloader {
        position: fixed;
        z-index: 999;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        background-color: rgb(12, 12, 12, 0.16);
        display: none;
        align-items: center;
        justify-content: center;
    }

    .spinner {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        display: inline-block;
        border-top: 3px solid var(--border-primary-color);
        border-right: 3px solid transparent;
        animation: rotation 1s linear infinite;
    }

    @keyframes rotation {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

    /*BUNDLE PRODUCT*/

    .edit-item.bundle_product_list .btn {
        padding: 10px 35px;
        font-size: 16px;
    }

    /*BUNDLE PRODUCT*/
    /*.trigger {
    text-align: center;
    padding: 7px 13px;
    background: #3e3e3e;
    color: #fff;
    font-size: 15px;
    outline: none;
    border: none;
    border-radius: 5px;
    font-family: cursive;
}



.close-button {
    float: right;
    width: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    cursor: pointer;
    border-radius: 0.25rem;
    background-color: lightgray;
}*/
    .cart_modal {
        position: fixed;
        z-index: 10000;
        /* 1 */
        top: 0;
        left: 0;
        visibility: hidden;
        width: 100%;
        height: 100%;
    }

        .cart_modal.is-visible {
            visibility: visible;
        }

    .modal-overlay {
        position: fixed;
        z-index: 10;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: hsla(0, 0%, 0%, 0.5);
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s linear 0.3s, opacity 0.3s;
    }

    .cart_modal.is-visible .modal-overlay {
        opacity: 1;
        visibility: visible;
        transition-delay: 0s;
    }

    .modal-wrapper {
        position: absolute;
        z-index: 9999;
        top: 0;
        left: 50%;
        transform: translate(-50%, 25px);
        width: 60rem;
        margin-left: 0;
        background-color: #fff;
        box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
    }

    .modal-transition {
        transition: all 0.3s 0.12s;
        opacity: 0;
    }

    .cart_modal.is-visible .modal-transition {
        opacity: 1;
    }

    .cart_modal .modal-header,
    .cart_modal .modal-content {
        padding: 1em;
    }

    .cart_modal .modal-header {
        position: relative;
        background-color: #fbfbfb;
        border-bottom: 1px solid #e8e8e8;
    }

    .cart_modal .modal-close {
        position: absolute;
        top: 0;
        right: 0;
        padding: 1em;
        color: #aaa;
        background: none;
        border: 0;
    }

        .cart_modal .modal-close:hover {
            color: #777;
        }

    .modal-heading {
        font-size: 1.125em;
        margin: 0;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .modal-content > *:first-child {
        margin-top: 0;
    }

    .modal-content > *:last-child {
        margin-bottom: 0;
    }

    button.view_product_modal_btn {
        background: var(--bg-primarymain);
        border: 1px solid var(--border-primary-color);
        font-size: 15px;
        font-weight: 500;
        border-radius: 5px;
        padding: 6px 16px;
        color: var(--text-white);
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
    }

        button.view_product_modal_btn:hover {
            background: var(--primary-hover-color);
            border: 1px solid var(--primary-hover-color);
            transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
        }

    .table_cart_main {
        margin-bottom: 60px;
        max-height: 400px;
        overflow-y: auto;
        position: relative;
    }

        .table_cart_main::-webkit-scrollbar {
            background-color: rgb(190, 190, 190) !important;
            width: 8px;
            height: 7px;
        }

        .table_cart_main::-webkit-scrollbar-track {
            background-color: #fff;
        }

    ::-webkit-scrollbar-track:hover {
        background-color: #f4f4f4;
    }

    .table_cart_main::-webkit-scrollbar-thumb {
        background-color: #babac0;
        border-radius: 8px;
        border: 1px solid #fff;
    }

        .table_cart_main::-webkit-scrollbar-thumb:hover {
            background-color: #a0a0a5;
            border: 1px solid #f4f4f4;
        }

    .table_cart_main::-webkit-scrollbar-button {
        display: none;
    }

    .cart_table thead {
        position: sticky;
        top: 0;
        z-index: 2;
    }

        .cart_table thead tr th {
            padding: 0.75rem 1rem;
            background: var(--bg-primarymain);
            text-align: left;
            color: var(--text-white);
            font-weight: 600;
        }

    .cart_table tbody tr td {
        padding: 1rem;
        text-align: left;
        color: var(--text-black-color);
        font-weight: 500;
    }

    .cart_table tbody tr.product_details td .product_image {
        width: 150px;
        height: 130px;
        overflow: hidden;
        border-radius: 5px;
    }

    .cart_table tbody tr.product_details td .details span {
        display: block;
        margin-bottom: 7.5px;
    }

    .cart_table tbody tr.product_details td .product_image img {
        width: 100%;
        object-fit: cover;
        object-position: center;
        cursor: pointer;
    }

    .cart_table tbody tr td button.edit_btn {
        padding: 0.325rem 0.5rem;
        border-radius: 3px;
        background: var(--bg-primarymain);
        border: 1px solid var(--border-primary-color);
        color: white;
    }

        .cart_table tbody tr td button.edit_btn:hover {
            background: var(--primary-hover-color);
            border: 1px solid var(--primary-hover-color);
        }

    .cart_table tbody tr td button.delete_btn {
        padding: 0.325rem 0.5rem;
        border-radius: 3px;
        background: var(--btn-danger);
        border: 1px solid var(--border-danger-color);
        color: white;
        margin-right: 5px;
        transform: scale(1);
    }

        .cart_table tbody tr td button.delete_btn:hover {
            background: var(--btn-danger-hover);
            border: 1px solid var(--btn-danger-hover);
            transform: scale(1);
        }

    .cart_table tbody tr.sub_total_products td {
        padding: 0.5rem 1rem 1rem 1rem;
        border-bottom: 1px solid #e1e1e1;
        color: var(--text-black-color);
    }

    @media (min-width: 1440px) {
        .table_cart_main {
            max-height: 500px;
        }
    }

    @media (min-width: 1680px) {
        .table_cart_main {
            max-height: 600px;
        }
    }

    @media (min-width: 1800px) {
        .table_cart_main {
            max-height: 700px;
        }
    }

    .product_template .accordians_part .accordion.accordion-flush .accordion-button {
        background: transparent;
        color: var(--text-black-color);
        font-size: 15px;
        line-height: 1;
        font-weight: 400;
        padding: 15px 2px;
    }

    .product_template .accordians_part .accordion.accordion-flush .accordion-header {
        border-bottom: 1px solid var(--border-color);
    }

        .product_template .accordians_part .accordion.accordion-flush .accordion-header:last-child {
            border-bottom: 1px solid transparent !important;
        }

    .product_template .accordians_part .accordion.accordion-flush .accordion-button:focus {
        box-shadow: none;
        outline: none;
    }

    .product_template .accordians_part .accordion.accordion-flush .accordion-item {
        border: none;
        background-color: var(--bg-pagewrapper);
    }

    .product_template .accordians_part .accordion.accordion-flush .accordion-item .accordion-header {
        border-bottom: 1px solid #6a676375;
    }

    .product_template .accordians_part .accordion.accordion-flush .accordion-item .accordion-button:focus {
        box-shadow: none;
    }

    .product_template .accordians_part .accordion.accordion-flush .accordion-button::after {
        background-image: url("../figma_images/accoridion_collapse.svg");
        background-size: 10px;
        width: 10px;
        position: relative;
        top: 4px;
    }

    .product_template .accordians_part .accordion.accordion-flush .accordion-button.not-accordion::after {
        display: none;
    }

    .product_template .accordians_part .accordion.accordion-flush .accordion-button:not(.collapsed)::after {
        background-image: url("../figma_images/accoridion_collapse.svg");
        background-size: 10px;
        width: 10px;
        position: relative;
        top: 2px;
        transform: rotate(90deg);
    }

    .product_template .accordians_part .accordion.accordion-flush .accordion-button:not(.collapsed) {
        color: var(--text-primary-color);
    }

    .product_template .accordians_part .accordion.accordion-flush .accordion-body {
        --bg-accordion: #e7e7e726;
        padding: 0px;
        margin: 10px 0;
        display: flex;
        background-color: var(--bg-accordion) !important;
        width: 100%;
        justify-content: flex-end;
        font-size: 15px;
        font-weight: 500;
        line-height: normal;
    }

    .template_upload_work .image_div {
        height: 300px;
        width: 100%;
        padding: 12.5px;
        box-shadow: var(--light-box-shadow);
    }

        .template_upload_work .image_div a.icon-button {
            top: -9px;
            right: -8px;
            color: var(--text-white);
            background-color: var(--bg-danger);
            border-color: var(--btn-danger);
            position: absolute;
        }

        .template_upload_work .image_div img {
            height: 100%;
            width: 100%;
        }

        .template_upload_work .image_div canvas {
            height: 100%;
            width: 100%;
        }

        .template_upload_work .image_div iframe {
            height: 100%;
            width: 100%;
        }

    /* basic search */

    @media (max-width: 475px) {
        .inputs input[type="text"],
        .inputs input[type="email"],
        .inputs input[type="tel"],
        .inputs input[type="password"],
        .inputs select,
        .inputs textarea {
            width: 100% !important;
        }
    }

    /* QUOTE PAGE */
    .main_quote_page {
        margin: 75px 0;
    }


    .c-card {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        visibility: hidden;
    }
        /* Base card styles */
        .cardContent, .c-card:checked + .cardContent {
            display: block;
            font-size: 12px;
            line-height: 16px;
            font-weight: 700;
            text-align: center;
            border-radius: 3px;
            transition: all 500ms ease-out;
            cursor: pointer;
        }
    /* NOT checked styles */
    .cardContent {
        border: 1px solid var(--border-gray);
        color: var(--text-black-color);
    }

    .cardContent {
        width: 125px;
        height: 110px;
        padding: calc(0.5rem*1) calc(0.5rem*2);
        font-size: 16px;
        line-height: 20px;
        position: relative;
    }

        .cardContent:hover {
            border: 1px solid var(--primary-hover-color);
        }
    /* Checked styles */
    .c-card:checked + .cardContent {
        background-color: #036;
        border: 1px solid #036;
        color: #fff;
    }

    .cardContent img {
        height: 100%;
        object-fit: contain;
    }

    .c-card:checked + .cardContent {
        width: 125px;
        padding: calc(0.5rem*1) calc(0.5rem*2);
        font-size: 16px;
        line-height: 20px;
    }

        .c-card:checked + .cardContent:hover {
            border: 1px solid var(--primary-hover-color);
        }

    .image_checkbox_group label {
        width: 100%;
    }

    .image_checkbox_group .card-input-element {
        display: none;
    }

    .image_checkbox_group .card-input {
        padding: 10px;
        height: 110px;
        margin-bottom: 10px;
        background-color: transparent;
        border: 1px solid var(--border-gray);
        border-radius: 4px;
        -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
        box-shadow: 0 1px 1px rgba(0,0,0,.05);
        position: relative;
        transition: all 0.3s ease;
    }

        .image_checkbox_group .card-input .fa.fa-check-circle {
            position: absolute;
            color: var(--text-primary-color);
            font-size: 19px;
            right: -2px;
            bottom: -9px;
            background: #f1f4f5;
            opacity: 0;
            transition: all 0.3s ease;
        }

        .image_checkbox_group .card-input img {
            object-fit: contain;
            height: 90px;
        }

        .image_checkbox_group .card-input:hover {
            cursor: pointer;
        }

    .image_checkbox_group .card-input-element:checked + .card-input {
        box-shadow: 0 0 1px 1px var(--border-primary-color);
        transition: all 0.3s ease;
    }

        .image_checkbox_group .card-input-element:checked + .card-input .fa.fa-check-circle {
            opacity: 1;
            transition: all 0.3s ease;
        }

    /*Customize CSS (just additional css)*/

    .required_box {
        padding: 3px 8px 2px 8px;
        border-radius: 10px;
        font-size: 12px;
        font-weight: 500;
        border: 1px solid #db7272;
        color: #ba3333;
        background: #ffe2e2;
        display: inline;
        margin: 0px 8px;
        letter-spacing: 0.4px;
    }



/*Customize CSS (just additional css)*/
/*bikram 05-04-2024*/
.custom_imgsize .owl-nav {
    position: absolute;
    width: 100%;
    top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: -1;
}

        .custom_imgsize .owl-nav .owl-prev {
            position: relative;
            left: -20px;
        }

        .custom_imgsize .owl-nav .owl-next {
            position: relative;
            right: -20px;
        }

        .custom_imgsize .owl-nav button {
            font-size: 20px !important;
        }

    /* Abhijit Das 25-06-2024 */
    .total_globalOptionWeight {
        margin-top: 15px;
        padding-top: 10px;
        border-top: 1px solid var(--border-color);
    }

        .total_globalOptionWeight h3 {
            font-size: 14px;
            color: var(--text-black-color);
            font-weight: 300;
            margin: 0;
            text-align: left;
        }

    .packaging-details {
        margin-top: 15px;
        padding-top: 10px;
        border-top: 1px solid var(--border-color);
    }

        .packaging-details h3 {
            font-size: 14px;
            color: var(--text-black-color);
            font-weight: 300;
            margin: 0;
            text-align: left;
        }

    .packaging_bundel {
        border: none;
    }

        .packaging_bundel h3 {
            color: #fff;
        }
    /* Custom CSS (Abhijit Das) */
    /* Product Price Details Help Icon and Popup Arrow */
    /* Custom style for the Help icon */
    .priceHelpIcon {
        cursor: pointer;
    }

    /* Custom style for the popup arrow */
    .ui.popup:before {
        content: "";
        position: absolute;
        width: 12px;
        height: 12px;
        top: -6px;
        left: 50%;
        transform: translateX(-50%) rotate(45deg);
        background-color: #007bff;
        border-color: transparent;
    }

    /* Custom style for the popup container */
    .ui.popup {
        max-height: 300px; /* Set maximum height for the popup */
        overflow-y: auto; /* Enable vertical scrolling */
        padding: 10px; /* Adjust padding as needed */
    }

        /* Custom style for the table inside the tooltip */
        .ui.popup .pricehelp-popup-custom-table {
            width: 100%;
            border-collapse: collapse;
        }

            .ui.popup .pricehelp-popup-custom-table th, .ui.popup .pricehelp-popup-custom-table td {
                padding: 8px;
                border: 1px solid #ddd;
                text-align: left;
            }

                .ui.popup .pricehelp-popup-custom-table th:first-child, .ui.popup .pricehelp-popup-custom-table td:first-child {
                    width: 50%; /* Adjust the width of the first column */
                }

    /* Custom CSS (Abhijit Das) 25-11-2024 */
    /* Style when the bundle 'Add to Cart' button is disabled */
    #bundle_cart_button:disabled {
        background-color: transparent; /* Make background transparent */
        cursor: not-allowed; /* Change cursor to "not-allowed" */
        opacity: 0.5; /* Make it look visually disabled */
    }

    .Pricing_body,
    .Artwork_body {
        max-height: 300px;
        overflow: auto;
        padding-top: 0px !important;
    }

        .Pricing_body table th,
        .Artwork_body table th {
            position: sticky;
            top: 0px;
            border-bottom: 1px solid #0000002b;
        }
    /*.Pricing_body table thead,
    .Artwork_body table thead {
        border-bottom: 1px solid #0000002b !important;
    }*/
    #shipping-info-content .form-group .input_group input[type=text] {
        height: 40px;
        font-size: 14px;
        border-radius: 14px;
        border-color: var(--border-color);
        background: transparent;
    }

    #shipping-info-content .form-group {
        margin-bottom: 0.7rem;
    }

        #shipping-info-content .form-group label {
            font-size: 14px;
            color: var(--text-black-color);
            font-weight: 500;
            text-align: left;
            margin-bottom: 0.375rem;
        }

    .shipping_date {
        border-bottom: 1px dashed #000;
    }

    .total_weight span {
        font-size: 13px !important;
    }

    /*new 18-03-2025*/
    .My_quotes_section .btn-info {
        color: #ffffff !important;
    }

    .My_quotes_section .table th {
        border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    }

    .Custom_Brief_area table td {
        border-bottom: none !important;
    }

    @media (max-width:767px) {
        .quote_table {
            width: calc(100vw - 90px);
            overflow: auto;
        }

            .quote_table table {
                width: 1000px;
            }
    }

    @media (max-width:767px) {
        .Custom_Brief_area .table-responsive {
            width: calc(100vw - 90px);
            overflow: auto;
        }

            .Custom_Brief_area .table-responsive table {
                width: 700px;
            }
    }

    .Thank_you_page h1 span:hover {
        color: red;
    }

    /*19-03-2024*/
    .home_accordion {
        border-radius: 5px;
        border: 1px solid #ccc;
        overflow: hidden;
        margin-bottom: 10px;
    }

        .home_accordion .accordion {
            background: #ddd;
            color: #444444;
            padding: 15px;
            width: 100%;
            border: none;
            text-align: left;
            font-size: 16px;
            transition: 0.4s;
            border-radius: 5px 5px 0px 0px;
        }

            .home_accordion .accordion.active {
                color: #e39c32 !important;
            }

            .home_accordion .accordion:hover {
                color: #e39c32 !important;
            }

            .home_accordion .accordion.active i {
                transform: rotate(180deg);
            }

    .panel {
        display: none;
        padding: 15px;
        background: white;
        border-radius: 0px 0px 5px 5px;
    }

    .upload-section {
        padding: 15px;
        border: 1px solid #ccc;
        border-radius: 5px;
        margin-top: 10px;
        background: #fafafa;
    }

    .file-upload {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .upload-btn {
        color: white;
        border: none;
        padding: 10px 15px;
        cursor: pointer;
        border-radius: 5px !important;
    }

    .drop-zone {
        border: 2px dashed #ccc;
        padding: 20px;
        text-align: center;
        margin-top: 10px;
        cursor: pointer;
        border-radius: 5px;
        color: #9fa0a2;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

        .drop-zone div {
            position: relative;
        }

            .drop-zone div::after {
                content: '';
                inset: 0;
                background-color: rgba(49, 73, 97, 0.8);
                position: absolute;
                z-index: 2;
                opacity: 1;
                transition: 0.3s ease-in-out;
                opacity: 0;
            }

            .drop-zone div::before {
                content: "\f002";
                font-family: 'FontAwesome';
                position: absolute;
                font-size: 2.5rem;
                z-index: 3;
                opacity: 1;
                color: #fff;
                margin: auto;
                inset: 0;
                display: flex;
                justify-content: center;
                align-items: center;
                transition: 0.3s ease-in-out;
                opacity: 0;
            }

            .drop-zone div:hover::before,
            .drop-zone div:hover::after {
                opacity: 1;
            }

        .drop-zone img {
            max-width: 200px;
            border-radius: 5px;
            position: relative;
            z-index: 1;
        }

    .remove-btn {
        position: absolute;
        background: red;
        color: white;
        border: none;
        cursor: pointer;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        text-align: center;
        font-size: 12px;
        z-index: 5;
    }

    .add_file_btn {
        border-radius: 5px !important;
    }

    .Quote_form_card {
        border-radius: 5px;
        border: 1px solid #ccc;
        overflow: hidden;
        margin-bottom: 10px;
    }

    /*20-03-2025*/
    .card_select_custom {
        border-radius: 0px !important;
        height: 36px !important;
    }

    .textarea_height {
        min-height: 110px !important;
    }

    .icon_hover_effect:hover {
        color: #007bff !important;
    }

    .Account_table table tr th,
    .Account_table table tr td {
        padding: 10px;
    }

    .account_dashboard_box {
        background: #fff;
    }

        .account_dashboard_box:hover {
            background: #f8f8f8;
        }

    .account_dashboard_box {
        color: #444 !important;
    }

    @media screen and (max-width:820px) {
        .Account_table {
            width: calc(100vw - 47px);
        }

        .Account_table table {
            width: 770px;
        }
        .checkout-content-right {
            align-self: auto !important;
        }
    }

    .card_thumbnailImg {
        overflow: hidden;
    }

        .card_thumbnailImg .zoomimg {
            width: 100%;
            height: 100%;
            background-color: #4a4a4a66;
            display: flex;
            position: absolute;
            justify-content: center;
            align-items: center;
            transition: 0.3s ease-in-out;
            transform: translateY(-100%);
            opacity: 0;
        }

            .card_thumbnailImg .zoomimg i {
                font-size: 25px;
                color: #1c2864;
            }

        .card_thumbnailImg:hover .zoomimg {
            transform: translateY(0%);
            opacity: 1;
        }

    .product_accodian_card h3 a {
        color: #444;
    }

    .arrow_image i {
        transition: transform 0.3s ease;
    }

    .arrow_image.rotate i {
        transform: rotate(180deg);
    }

    .product_accodian_card .badge-secondary,
    .right_area .badge-secondary {
        color: #fff;
        background-color: #6c757d;
    }

    .hide_price_label {
        color: #444;
    }

    .tab-panel {
        display: none;
    }

        .tab-panel.tab_active {
            display: block;
        }

    .tab-btn {
        padding: 10px 20px;
        background-color: #fff;
        margin: 0px;
        color: #444444;
        border: none;
        cursor: pointer;
        transition: background-color 0.3s ease;
        position: relative;
    }

        .tab-btn::after {
            content: "";
            width: 0%;
            background-color: #0fb7eb;
            height: 2px;
            left: 0;
            bottom: -1px;
            position: absolute;
            transition: 0.3s ease-in-out;
        }

        .tab-btn.tab_active,
        .tab-btn:hover {
            color: #0fb7eb;
        }

            .tab-btn.tab_active::after,
            .tab-btn:hover::after {
                width: 100%;
                left: 0;
                right: auto;
            }
    /*new-custom container */
    .custom_container_main {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        width: 100%;
        padding-right: calc(var(--bs-gutter-x) * 0.5);
        padding-left: calc(var(--bs-gutter-x) * 0.5);
        margin-right: auto;
        margin-left: auto;
    }

    @media (min-width: 576px) {
        .custom_container_main {
            max-width: 540px;
        }
    }

    @media (min-width: 768px) {
        .custom_container_main {
            max-width: 720px;
        }
    }

    @media (min-width: 992px) {
        .custom_container_main {
            max-width: 960px;
        }
    }

    @media (min-width: 1200px) {
        .custom_container_main {
            max-width: 1140px;
        }
        
    }

    @media (min-width: 1400px) {
        .custom_container_main {
            max-width: 1320px;
        }
        .quoteColLeft, .quoteColRight {
            width: 20% !important;
        }

        .quoteColMiddle {
            width: 60% !important;
        }
    }

    /*new header 15-05-2025 */
    .header_container {
        max-width: 1800px;
        margin: 0 auto;
        padding: 0 10%;
    }

    .main-nav-container {
        max-width: 1550px;
        padding-inline: 30px;
        margin: 0px auto;
    }

    .top-nav {
        background-color: white;
        padding: 20px 0;
        box-shadow: rgb(19 103 176 / 8%) -1px -4px 10px 1px inset, rgb(255 255 255 / 0%) -3px -3px 6px 1px inset;
    }

    .nav-icons {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .user a {
        color: #142F64 !important;
    }

    .user_dropdown > .menu a {
        margin-left: 0 !important
    }

    .ui.dropdown .menu > .item:hover {
        transform: none !important
    }

    .nav-icons a {
        margin-left: 20px;
        color: #142F64;
        text-decoration: none;
        font-size: 12px;
        display: flex;
        flex-direction: column;
        align-items: center;
        transition: all 0.3s ease-in-out;
    }

        .nav-icons a:hover {
            color: #003ECA;
            transform: matrix(1.1, 0, 0, 1.1, 0, 0);
            text-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        }

            .nav-icons a:hover i {
                box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
            }

            .nav-icons a:hover span {
                text-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
            }

        .nav-icons a i {
            font-size: 1.6rem;
            margin-bottom: 5px;
        }

    .header-search-bar {
        border-radius: 30px !important;
        padding: 20px 25px !important;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 24px 0px !important;
        background-color: #ffffff !important;
        border: none !important;
        font-weight: 500 !important;
        height: auto !important;
    }
.productsappend ul {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 24px 0px !important;
}

.main-nav {
    background: linear-gradient(180deg, rgba(204, 219, 232, 1) 0%, rgba(255, 255, 255, 0) 47%);
    background-size: 100% 20px;
    background-repeat: no-repeat;
    border-bottom: 2px solid #e1e1e1a3;
}

        .main-nav .nav-link {
            color: #333;
            padding: 15px 20px;
            font-size: 0.9rem;
        }

    .logo img {
        max-height: 90px;
    }

    gif_img {
        width: 80px;
    }

    .division_line {
        width: 100%;
        height: 1px;
        background-color: rgba(19, 103, 176, 0.179);
        position: relative;
        z-index: 0;
    }

    .main-nav nav.navbar {
        width: 100%;
        overflow: auto;
    }

    .main-nav .megamenu_item {
        padding: 20px 14px;
    }

        .main-nav .megamenu_item:last-child .header_link::after {
            display: none !important;
        }

        .main-nav .megamenu_item .header_link::after {
            content: "";
            width: 1px;
            height: 12px;
            position: absolute;
            top: 46%;
            transform: translateY(-50%);
            right: -14px;
            background: #142F64;
        }

    .main-nav .header_link {
        padding: 0px !important;
        font-size: 13px;
        position: relative;
        color: #163165;
        font-weight: 500;
    }

        .main-nav .header_link:hover {
            color: #001f66;
        }

    .main-nav li .header_link:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: -8px;
        width: 0%;
        height: 2px;
        background-color: #003ECA;
        transition: all 0.3s ease-in-out;
        z-index: 22;
    }

    .main-nav li:hover a:before {
        width: 100%;
    }

    .mega-menu-container .container {
        max-width: 1550px;
        margin: 0 auto;
        padding: 0px 15px;
    }

    .mega-menu-container {
        position: absolute;
        width: 100%;
        left: 0;
        background: white;
        box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
        border-radius: 0px 0px 50px 50px;
        display: none;
        z-index: 1000;
        margin-top: 10px;
        padding: 10px 0px 20px;
    }

    @media (min-width: 992px) {
        .mobileNav {
            display: none
        }
    }

    @media (max-width: 991px) {
        #navbarNav.show > .scrollable-menu, .scroll-btn {
            display: none
        }

        .mobileNav {
            display: block;
            height: calc(100vh - 100px);
            overflow-y: auto;
        }

        .menu_image_cont {
            display: none;
        }

        .navbar-nav .nav-item {
            display: block !important;
            width: calc(100vw - 70px);
        }

        .main-nav .megamenu_item {
            padding: 10px 0px !important;
        }

        .main-nav .navbar-nav {
            min-width: 96% !important;
            align-items: start !important;
        }

        .mega-menu-container {
            position: relative;
            border-radius: 0;
        }
    }

    .mega-menu-container h3 {
        font-size: 20px;
        margin-bottom: 15px;
        color: #333;
        text-align: left;
        margin-top: 14px;
    }

    .mega-menu-container ul {
        list-style: none;
        padding-left: 0;
        text-align: left;
    }

    .mega-menu-container li {
        padding: 5px 0;
        margin: 0px;
    }

    .mega-menu-container ul {
        margin-bottom: 20px;
    }

    .mega-menu-container li a {
        color: #545151;
        text-decoration: none;
        font-size: 1rem;
        position: relative;
    }

        .mega-menu-container li a:hover {
            color: #0d6efd;
        }

    .menu-image-container {
        height: 350px;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }

    .menu-image {
        max-width: 100%;
        max-height: 100%;
        display: none;
    }

        .menu-image.active {
            display: block;
        }


    @media (max-width:1600px) {
        .ePrint_logo, .gif_img {
            max-height: 70px !important;
        }
    }

    @media (min-width:992px) {
        .main-nav .navbar-nav {
            justify-content: center !important;
            align-items: start;
            margin: 0px auto;
            /*min-width: 1420px;*/
            min-width: 100%;
        }

        .main-nav .navbar-collapse {
            /*max-width: 1420px;*/
            max-width: 100%;
            overflow: auto;
            margin: 0px auto;
            scrollbar-width: none !important;
            -ms-overflow-style: none !important;
        }

            .main-nav .navbar-collapse * {
                scrollbar-width: none !important;
                -ms-overflow-style: none !important;
            }

                .main-nav .navbar-collapse::-webkit-scrollbar, .main-nav .navbar-collapse *::-webkit-scrollbar {
                    /*display: none !important;*/
                }

        .main-nav .navbar-nav .navbar-collapse::-webkit-scrollbar {
            width: 0 !important;
            height: 0 !important;
            display: none !important;
        }
    }

    @media (max-width:991px) {
        .master-wrapper-page {
            display: flex;
            flex-direction: column;
        }

        .main-nav {
            order: 2;
            padding: 0 12px;
        }

        button.navbar-toggler:focus:not(:focus-visible) {
            outline: 0;
            color: transparent;
            border: 1px solid #000;
        }

        .top-nav {
            order: 3;
        }

        .master-wrapper-content {
            order: 4
        }

        footer {
            order: 5
        }

        .t_and_c {
            order: 6
        }

        .main-nav .navbar-toggler {
            /*position: fixed;*/
            top: 15px;
            left: 20px;
            z-index: 99;
            background: #fff;
        }

        .main-nav .navbar-collapse {
            position: fixed;
            width: 340px;
            height: 100vh !important;
            overflow: auto;
            top: 0px;
            left: 0px;
            background: #fff;
            z-index: 80;
            padding: 80px 20px 20px;
            transform: translateX(-100%);
            transition: 0.3s ease-in-out;
            box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
        }

            .main-nav .navbar-collapse.show {
                transform: translateX(0%);
            }

        .main-nav .megamenu_item .header_link::after {
            content: "\f107";
            font-family: 'fontawesome';
            width: 20px !important;
            height: 20px !important;
            background-color: transparent;
            color: #000;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .menu-image-container {
            padding: 10px;
            box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
            margin: 20px 0px;
            height: auto;
        }
    }
}
.floating-div.floating-fixed .total_gst {
    background-color: #fff;
    width: 100%;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
    padding: 15px 16px 8px;
    text-align: center;
    transition: all 0.3s ease;
    z-index: 999;
}

    .floating-div.floating-fixed .total_gst h3 {
        line-height: 1.2;
        align-items: baseline;
    }

.floating-fixed {
    position: sticky;
    bottom: 0;
}

/*sbcs*/
.form-check-input:checked {
    --bs-info-rgb: #4ab2f1;
    background-color: var(--bs-info-rgb);
    border-color: var(--bs-info-rgb);
}
.btn-link {
    --bs-link-color: #4ab2f1;
    color: var(--bs-link-color);
}
.text-primary {
    --bs-primary-rgb: #4ab2f1;
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb),var(--bs-text-opacity)) !important;
}
.float-right {
    float: right;
}
#QuantityBlock #removeClass1 {
    margin-top: 5px !important
}
.block-account-navigation{
    padding:10px 20px;
}
.block .list li {
    padding: 5px 15px;
    list-style-type: none;
    margin-bottom:5px
}
    .block .list li.active, .block .list li.active > a, .block .list li:hover {
        background: #4ab2f1;
        color: #fff !important;
    }
    .block .list li:hover a{
        color: #fff !important;
    }
.block .list a:before{
    display:none
}
.button-2.edit-address-button, .button-2.delete-address-button {
    border: 1px solid;
    padding: 4px 25px !important;
    padding-right: 15px !important;
    border-radius: 4px;
    background-position: 10px center !important;
    box-shadow: 0 0 20px #fff inset
}
    .button-2.edit-address-button {
        border-color: #4ab2f1 !important;
    }
    .button-2.delete-address-button {
        border-color: red !important;
    }
    .button-2.delete-address-button:hover {
        color: red !important;
    }
#exsisitngProductAdditionalOptionBlock > .form-group, #sizeListDropdown {
    margin-bottom: 1rem !important;
}
input[type="email"], input[type="password"], input[type="tel"], input[type="text"], select, textarea {
    --bs-border-radius: 0.375rem;
    border-radius: var(--bs-border-radius)
}
#searchExsistingPrd {
    padding: 10px 20px;
    width: 50rem !important;
}
.csFormGroup .form-check-input {
    margin-top:0 !important;
}
.csFormGroup .form-check-label {
    margin-right:5px
}
.csCategoryChild{
    cursor:pointer;
    margin-bottom:5px;
}
.csCategoryChild:hover {
    background:#ededed;
}
.master-column-wrapper {
    position: relative;
    z-index: 0;
    min-height: calc(100vh - 460px);
}
.form-check-label, .form-group label{
    text-transform: capitalize;
}
.form-check-input:focus, input[type=chcekbox]:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
}
.form-control:not(input[type="radio"]), .form-control > select, .image_dropdown .ui.selection {
    height: 40px ;
    /*border-radius: 0.375rem !important;*/
}
.radio_bx .input_group input {
    height: 25px ;
}
#SaveContinueViewQuote, #SaveViewQuote {
    margin-top:10px
}
.button-flex-admin{
    flex-wrap:wrap;
}
.cursor-pointer{
    cursor:pointer
}
.popover-body {
    margin-top: 15px;
}


@media screen and (max-width: 520px) {
    .button-flex-admin {
        justify-content:flex-start !important
    }
    .main-nav .navbar-toggler {
        left: 10px;
    }
    .ePrint_logo, .gif_img {
        max-height: 42px !important;
    }
    img.gif_img {
        position: relative;
        top: -10px !important;
    }
    .nav-icons a {
        font-size: 10px;
        margin-left: 12px;
    }
    .nav-icons a i {
        font-size: 1.0rem;
        margin-bottom: 0px;
    }
    .header-search-bar {
        padding: 10px 15px !important;
    }
    .Account_table {
        width: calc(100vw - 35px);
    }
}

.btn-outline-primary {
    --bs-btn-color: #4ab2f1;
    --bs-btn-border-color: #4ab2f1;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #4ab2f1;
    --bs-btn-hover-border-color: #4ab2f1;
    --bs-btn-focus-shadow-rgb: 13,110,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #4ab2f1;
    --bs-btn-active-border-color: #4ab2f1;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #4ab2f1;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #4ab2f1;
    --bs-gradient: none;
}
@media screen and (min-width: 821px) {
    .sidebar_main .block-account-navigation {
        position: sticky;
        top: 20px;
        min-height: calc(100vh - 300px);
    }
}


    /*Custom checkbox*/
    input[type="checkbox"] {
        appearance: none !important;
        width: 16px !important;
        height: 16px !important;
        border: 1px solid #ccc;
        border-radius: 3px;
        background-color: white;
        position: relative;
    }

        input[type="checkbox"]:checked {
            --bs-primary-rgb: #4ab2f1;
            background-color: var(--bs-primary-rgb); /* Your desired color */
            border-color: var(--bs-primary-rgb);
        }

        input[type="checkbox"]:checked::after {
            content: "";
            position: absolute;
            left: 5px;
            top: 1px;
            width: 5px;
            height: 10px;
            border: solid white;
            border-width: 0 2px 2px 0;
            transform: rotate(45deg);
        }

.csHelpPopup {
    max-height: none !important;
    overflow-y: visible !important;
}
    .csHelpPopup.ui.popup .pricehelp-popup-custom-table th, .csHelpPopup.ui.popup .pricehelp-popup-custom-table td {
        padding: 2px 5px !important;
        border: 1px solid #ddd;
        text-align: left;
        font-size: 12px !important;
        line-height: 1.4;
    }
.card-body {
    font-size: 12px !important;
}

.modal.show .modal-dialog {
    transform: translateY(50px);
}
a.backBtn {
    white-space: nowrap;
}
img.gif_img {
    position: relative;
    top: -14px;
}


/*product page table*/
.product_description .table_body {
    max-height: 500px;
    overflow: auto;
    position: relative;
}
.product_description .table_body thead {
    position: sticky;
    top: 0;
    box-shadow: 0 0 5px #999;
}

.cart-qty{
    white-space:nowrap;
}

.slide_card {
    height: 100%;
    background: #ededed
}
.terms-of-service label {
    cursor: pointer;
    flex: 1;
}
.total_pricePan, .bundlePan, .left_slider_container {
    position: sticky;
    top: 50px !important;
}
.owl-theme .owl-nav [class*=owl-] {
    padding: 5px !important;
}
#packagingDetails h3{
    color:#000;
}
.thumbnail img{
    object-fit:contain
}
.product_img {
    align-self: flex-start;
}

.form-group.radio_bx.perqtyRadioPan.my-3{
    margin-top: 0 !important
}
/*Cart page table*/
.cart_table_new tfoot tr td:first-child {
    width: 10px !important
}

/*One page checkout page*/
.bg-4ab2f1 {
    background: #4ab2f1
}
.cart_table_new tr th:first-child, .cart_table_new tr td:first-child{
    background:transparent
}
#shopping-cart-form .cart_table_new {
    width:100% !important
}
.cartTableorder_details_div .product_details .content{
    margin-bottom:10px
}
.cartTableorder_details_div .product_details .content label {
    font-weight: bold !important;
}

.cs_modal_height {
    height: auto !important;
}

.radio_bx .lable_group, .lable_group {
    display: flex;
    gap: 5px;
}
.input_group select, .estimator-section select {
    border-radius: 30px !important
}
.input_group select, .estimator-section select {
    /* Remove default arrow */
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none;
    /* Rounded corners */
    border-radius: 30px;
    /* Add custom arrow on the left */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M4.5 7l4.5 4.5 4.5-4.5'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 10px center !important;
    background-size: 15px !important;
}

/*Image gallery thumbnail carousel*/
.thumbnailCarousel .thumbnail {
    width: 100%
}
.slide_card img {
    /*height: auto !important;*/
    width: 100%;
    object-fit:contain;
}

#option_section .col-sm-12.addOpts, #option_section .col-md-12.addOpts {
    margin-bottom: 10px
}

.tooltips[tooltip-position="top"]:hover span {
    bottom: 24px !important;
    left: 50%;
    margin-left: -76px;
    z-index: 100000;
}

table td label span {
    flex: 1;
    display: flex;
}

td.col_2.text-left {
    white-space: nowrap;
}

.edit-address .inputs1{
    display: grid;
    gap:10px;
    grid-template-columns: 1fr 1fr;
    align-items:center;
    margin-bottom:10px;
    position:relative;
}
    .edit-address .inputs1 label {
        width: 150px;
        flex: 1;
        text-align: left;
    }
    .edit-address .inputs1 input {
        width: 100%;
    }
    .edit-address .inputs1 .required {
        position:absolute;
        top:0;
        left: 99%;
    }

.editAddressPage .inputs1 .required {
    position: relative !important;
    left: 0;
}
        .pagination a {
            cursor: pointer;
        }

.product_desc_sec .product_description{
    background:#fff;
    padding:10px 15px;
    border-radius: 7px;
}

.payonaccount-history-page .transactions-table-wrapper {
    overflow-x: auto;
    margin-bottom: 20px;
    width: calc(100vw - 380px);
}
.payonaccount-history-page .transactions-table {
    min-width: 1000px;
}

.container, .container-md, .container-sm {
    max-width: 100%;
    padding: 0 4%;
}


@media screen and (max-width: 1355px) {
    .bundle-summary .total-price span {
        font-size: 4rem;
        line-height: 80px;
    }
}

/*product structure new*/
@media (min-width: 1201px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 100%;
        padding: 0 8% !important;
    }
}
@media (max-width: 1200px) {
    .addOpts.col-md-6 {
        width: 100% !important;
    }
}

@media screen and (max-width: 1024px) {
    .btn_groups button, .btn_groups a {
        padding: 0px 10px !important;
    }
    .productLeft {
        padding-left: 1%;
    }
    .productMiddle {
        padding: 0 1%;
    }
    .productRight {
        padding-right: 1%;
    }
    
}

@media screen and (min-width: 992px) {
    .productPan {
        /*display: flex;
        justify-content: space-between;
        gap:normal;*/
    }

    .productLeft {
        padding-left: 7%;
    }

    .productRight {
        padding-right: 7%;
    }

    .productMiddle {
        padding: 0 6%;
    }

    .header_container {
        max-width: 100%;
        margin: 0 auto;
        padding: 0 4%;
    }

    .container_custom_new {
        max-width: 100%;
        margin: 0px auto;
    }
    /*.product_desc_sec {
    padding: 60px 8%;
}*/

}

@media screen and (max-width: 991px) {
    /*.product_desc_sec {
    padding: 60px 40px;
}*/
    .searchBar {
        order: 3;
    }
    .banner_sec .banner_img {
        min-height: 200px;
        height: auto;
    }

    .mega-menu-container h3 {
        margin: 0
    }
    .edit-address .inputs1 {
        display: grid;
        gap: 10px;
        grid-template-columns: 1fr;
    }
    /*.cart_details-part{
        height:100% !important
    }*/
}

@media (max-width: 820px) {
    .page_wrapper_sec {
        grid-template-columns: 1fr;
    }
    .payonaccount-history-page .transactions-table-wrapper {
        width: calc(100vw - 60px);
    }
}

@media (max-width: 767px) {
    
    .thumbnailCarousel .owl-item {
        width: 60px !important
    }

    #conference-timeline .conference-center-line {
        margin-left: 0;
        left: 34px;
    }
}

@media (max-width: 576px) {
    html{
        overflow: hidden;
    }
    .user_dropdown.ui.top.left.pointing.dropdown > .menu {
        left: auto;
        right: 0;
    }

    .ui.top.left.pointing.dropdown > .menu:after {
        left: 90%;
    }

    .new_product_section {
        padding: 20px 1%;
    }

    .header_container {
        padding: 0px 2%;
    }

    .block-account-navigation {
        padding: 0px;
    }

    .page-title {
        padding: 6px 0px;
    }

    .order-summary-content {
        max-height: 100% !important;
        overflow: visible !important;
    }
    .cart_details-part{
        height:100% !important;
    }
    .checkout-content-left {
        width: 100%;
    }
    .cartTableorder_details_div .product_details .content_row .content label {
        min-width: auto;
    }
    .cartTableorder_details_div .product_details .content_row .content {
        justify-content: start;
        /*flex-direction: column;
        align-items:flex-start ;*/
    }
    .cartTableorder_details_div .product_details .content_row .content p {
        margin-bottom: 0px;
    }
}