h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    color: #000;
    margin: 0;
}

div#candidate_list ul {
    padding-left: 0;
    background: #fef;

    position: absolute;
    z-index: 1;
    list-style: none;
    width: 100%;
    box-shadow: 0 0px 5px 2px #ddd;
    border-top-left-radius: 8px;
    border-top-left-radius: 8px;

    li {
        font-size: 13px;
        padding: 4px 8px;

        &:not(:first-child) {
            border-top: 1px solid #ddd;
        }

        &:hover {
            cursor: pointer;
            background-color: #dddd;
        }
    }
}

.single-product-page.inkgility-product .product-detail h2.product-sub-title {
    font-weight: normal;
    text-align: center;
}

.product-short-description p {
    font-size: 18px;
}

.rating-container .filled-stars .star {
    background: var(--btnPrimaryColor);
    color: #fff;
}

.rating-container .filled-stars {
    -webkit-text-stroke: 1px #fff;
    text-shadow: 1px 1px #fff;
}

.empty-stars .star {
    background: #ddd;
    color: #363434;
}

#scroll-spy-navs {
    position: sticky;
    top: 0;
    background: white;
    padding: 15px 0;
    z-index: 1;
}


.rating-container .star {
    width: 20px;
    height: 20px;
    line-height: 1.6;
    border-radius: 4px;
    font-size: 12px;
}


.fixed-container {
    max-width: auto;
}

.review-row span {
    font-size: 14px;
    color: var(--btnPrimaryColor);
}

.rating-review {
    display: flex;
    align-items: center;
}

.review-row {
    padding: 0 5px;
    align-items: center;
    position: relative;
}

.review-row span {
    display: block;
    margin-top: 4px;
}

.rate-form label {
    font-weight: 400;
}

.inkgility-product .cat-title {
    padding: 15px 0;
    border-radius: 21px;
    background: #FFF;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.25);
}

.inkgility-product .cat-title h2>span {
    background: var(--new-gradient, linear-gradient(129deg, #8E21CA 31.81%, #254AAD 74.78%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.inkgility-product .cat-title h2 {
    color: #4D4D4D !important;
    text-align: center;
    font-family: Agrandir;
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: 155.5%;
}

/* CALC */
.product-img {
    margin-bottom: 15px;
}

.product-option-layout {
    display: flex;

}

.inkgility_form_content.dropdown.swiper-initialized .product-option-layout {
    /* overflow:hidden; */
}

.product-option-layout:not(.attribute-slider) {
    flex-wrap: wrap;
    margin-left: -0.375rem;
    margin-top: 0.375rem;
    justify-content: center;
}

.product-detail__box {
    border-radius: 21px;
    background: #FFF;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.25);
    padding: 20px;
    /* text-align: center; */
}

.product-detail__box-icon>svg {
    max-height: 60px;
}

.announcement span {
    background: var(--new-gradient, linear-gradient(129deg, #8E21CA 31.81%, #254AAD 74.78%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.announcement-yellow span {
    color: #FFA00F !important;
}

.announcement-yellow h2,
.announcement-yellow h3,
.announcement-yellow p,
.announcement-yellow h1 {
    color: #4D4D4D;
    font-family: Agrandir;
    font-size: 25px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.announcement h2,
.announcement h3,
.announcement p,
.announcement h1 {
    color: #4D4D4D;
    font-family: Agrandir;
    font-size: 25px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.grid-2-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

@media screen and (max-width: 576px) {
    .grid-2-col {
        grid-template-columns: 1fr;
    }
}

@media screen and (min-width: 1200px) {
    .single-product-page.inkgility-product .product-detail h1 {
        font-size: 28px !important;
    }
}

.single-product-page.inkgility-product .product-detail h1 {
    color: #6744DA;
    text-align: center;
}

.inkgility-product .product-detail h1 {
    font-family: 'Agrandir';
    font-weight: 800;
}

.product-option-layout:not(.attribute-slider) {
    max-height: initial;
    overflow-y: hidden;
    overflow-x: hidden;
}

.product-option-holder:not(.swiper-slide) {
    width: 99.99% !important;
    padding-left: 0.375rem;
    padding-top: 0.375rem;

}

.product-option-holder:not(.swiper-slide):not(:last-child) {
    margin-bottom: 20px;
}

.product-option-holder {
    /* border:1px solid #ddd; */

    box-sizing: border-box;
}

.position-relative.product-option-holder.swiper-slide {
    max-width: 200px;
}

div[data-type="production_time"] .product-option-holder.swiper-slide {
    max-width: 270px;
}

div[data-type="production_time"] .h__block.tile-radio-button__text.u-wordBreak-breakWord>span {
    color: var(--btnPrimaryColor);
}

/*swiper pagination for production speed slider*/

div[data-type="production_time"] .swiper-pagination-pro {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}


/*end*/

.inkgility-shipping-wrap label {
    font-weight: 400;
    font-size: 15px;
    text-align: right;
    padding: 0;
}

.inkgility-shipping-wrap .form-control {
    border-radius: 20px;
    border: 1px solid #ddd;
}

.tile-radio-button {
    display: block;
    flex: 1 1 0%;
    border: 1px solid #ddd;
    position: relative;
    box-shadow: 0 0 5px 0 #ddd;
    min-height: 150px;
    /* align-items: center; */
    border-radius: 15px;
}

.inkgility-cart-param:not(disabled) {
    cursor: pointer;
}

input.tile-radio-button__input {
    border: 0;
    clip: rect(0 0 0 0);
    height: 0.0625rem;
    margin: -0.0625rem;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 0.0625rem;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

label.tile-radio-button__label {
    /* padding: 1.125rem !important; */
    flex: 1 1 0%;
    margin-bottom: 0;
    background: #ffffff;
    border-radius: 15px;
    overflow: hidden;
    /* width: 100%; */
}

p.tile-radio-button__text.u-wordBreak-breakWord {
    font-size: 15px;
    font-weight: 400;
    word-break: break-word;
    line-height: 16px;
    text-align: center;
    padding: 0rem 1rem;
    margin-bottom: 0;
}

.h__block.tile-radio-button__text.u-wordBreak-breakWord {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.15;
    word-break: break-word;
    text-align: center;
    margin-bottom: 6px;
    padding: 1rem 1rem;
}

.tile-radio-button__image-wrap {
    margin-bottom: 0;
    width: 50%;
    float: left;
    background: #ededed;
    text-align: center;
    align-items: center;
    height: 100%;
}

.u-last-child-margin-bottom-0 {
    width: 50%;
    float: left;
    /* padding: 2%; */
    background: #fff;
    height: 100%;
}

[data-type="production_time"] .u-last-child-margin-bottom-0 {
    /* width:100%; */
    /* vertical-align:
    middle; */
    /* align-items:
    center; */
}

div[data-type="production_time"] .u-last-child-margin-bottom-0 {
    height: auto;
    /* border:1px solid #6744DA; */
    max-width: 90%;
}

div[data-type="production_time"] .h__block.tile-radio-button__text.u-wordBreak-breakWord {
    margin-bottom: 3px;
    padding-bottom: 0;
    /* display:none; */
}

div[data-type="production_time"] p.tile-radio-button__text.u-wordBreak-breakWord {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #6744DA;
}

div[data-type="production_time"] p.tile-radio-button__text.u-wordBreak-breakWord {
    font-size: 24px;
}

.input-mockup {
    display: block;
    border: 1px solid #643dc1;
    min-height: 35px;
    line-height: 33px;
}

.shipping_only label>svg {
    margin-bottom: -9px;
}

.inkgility_form_content:not(.dropdown):not(.htmlBlock) {
    max-height: initial;
    overflow-y: hidden;
    overflow-x: hidden;
}

.inkgility_form_content .table {
    display: table;
    border: 1px solid #ddd;
    margin-bottom: 0;
}

.inkgility_form_content .table-row {
    /*    display: table-row;*/
    display: inline-block;
    /*added*/
    position: relative;
    width: 100%;
    /*added*/
}

.inkgility_form_content .table-row label {
    cursor: pointer;
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
}

.product-option-layout h3 {
    color: #000;
}

.inkgility_form_content .table-row:first-child .table-cell {
    font-weight: bold;
}

.inkgility_form_content .table-body .table-cell:first-child {
    padding-left: 40px;
}

.inkgility_form_content .table-cell {
    /*    display: table-cell;*/
    display: inline-block;
    width: calc(100%/3 - 4px);
    /*added later*/
    float: left;
    /*added*/
    padding: 8px 10px;
    border-bottom: 1px solid #ddd;
}

.inkgility-cart-field[data-type="html_block"] .product-option-layout {
    text-align: center;
}

span.inkgility-cart-field-label {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 25px;
    display: block;
    text-align: center;
    position: relative;
}

.inkgility-cart-field span.inkgility-cart-field-label::after,
.shipping-form-heading::after {
    /* content: ''; */
    position: absolute;
    width: 100%;
    height: 1px;
    background: var(--btnPrimaryColor);
    left: 0;
    bottom: 0px;
}

.inkgility-cart-field.field-inline {
    margin-bottom: 20px;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.25);
}

.shipping-options span:first-child {
    width: max-content;
}

.shipping-options span:last-child {
    width: max-content;
    margin-left: 5px;
}

.shipping-options span:nth-child(2) {
    text-align: left !important;
}

.shipping_only,
.edtf_inner {
    clear: both;
    border: 1px solid #6744da;
    float: left;
    width: 100%;
}

.edtf_inner {
    padding-top: 40px;
    padding-bottom: 30px;
}

.edtf_inner .form-group>label {
    display: block;
    text-align: center;
}

.edtf_inner .form-group>span {
    display: block;
    border: 1px solid #643dc1;
    max-width: 50%;
    margin: 0 auto;
    font-size: 19px;
    padding: 5px;
}

.shipping-options span {
    display: inline-block;
    width: 54%;
    vertical-align: middle;
    font-weight: 600;
    font-size: 1.6rem;
}

button#quoteEstimate {
    box-shadow: 0 0 6px 0 rgba(157, 96, 212, 0.5);
    border: 1px solid #6744DA;
    /* background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), var(--inkgility-gradient); */
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 2px 1000px 1px #fff inset;
    font-size: 18px;
}

.inkgility-cart-param:checked+label {
    border: 2px solid #6341d3;
}

.tile-radio-button__label.op-tracker.right {
    display: flex;
    align-items: center;
    min-height: 150px;
    justify-content: center;
}

.tile-radio-button__label.op-tracker.right>.tile-radio-button__image-wrap {
    order: 1;
}

.tile-radio-button__label.op-tracker.right>.u-last-child-margin-bottom-0 {
    order: 1;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.inkgility-cart-field.field-inline {
    padding-bottom: 20px;
    margin-bottom: 15px;
    border-radius: 21px;
}

div#cart_summary {
    background: #FFF1FE;
    padding: 25px 15px;
    margin-top: 15px !important;
    border-radius: 21px;
    margin-bottom: 15px;
}

/*product specs*/
.product-sepc-tabs {
    display: block !important;
}

.product-sepc-tabs>.nav-tabs {
    border: none !important;
    position: sticky;
    top: 0;
    z-index: 9;
    background: white;
}

.product-sepc-tabs>.nav-tabs>li {
    width: auto;
    border-color: transparent !important;
    flex-grow: 1;
}



.product-sepc-tabs>.nav-tabs>li.active {
    position: relative;
}

.product-sepc-tabs>.nav-tabs>li>a {
    background: #fff;
    border-color: transparent !Important;
    border: none;
    font-size: 20px;
    color: var(--text-dark)
}

.product-sepc-tabs>.nav-tabs>li>a::after {
    display: none;
}

.product-sepc-tabs .nav-tabs>li>a.active,
.product-sepc-tabs .nav-tabs>li>a.active:focus,
.product-sepc-tabs .nav-tabs>li>a.active:hover {
    border-radius: 21px;
    background: transparent;
    border: 1px solid #6744da !important;
    /* display: inline-block; */
}

.product-sepc-tabs>.nav-tabs>li>a {
    font-family: 'Georgia';
    border-color: transparent ! Important;
    border: none;
    font-size: 18px;
    font-weight: 700;
    color: var(--text-dark);
}

.inkgility-cart-field .inkgility_form_group {
    padding: 10px 25px;
    width: 100%;
}

.product-sepc-tabs.text-center .tab-content {
    margin-top: 5rem;
}

.product-sepc-tabs.text-center .product-tab>.panel {
    border: none;
    box-shadow: none;
}

.inkgility-cart-field:nth-child(3) {
    background: #fff;
}

.inkgility-cart-field:nth-child(1) {
    background: #fff;
}

div[data-type="html_block"] span.inkgility-cart-field-label {
    display: none;
}

.more-product-nav>li>a {
    color: #000;
    background: #ddd;
}

.sort-filter.filter-sortby {
    width: 100%;
    float: left;
}

.filter-title button {
    font-size: 18px;
}

.filter-title img {
    margin-right: 2px;
}

.filter-group {
    padding: 15px 10px;
    font-size: 24px;
    font-weight: 400 !important;
}

.filter-value {
    font-size: 18px;
    font-weight: 400;
    margin-left: 8px;
}

.sort-filter label {
    font-weight: 400;
    margin-bottom: 0;
}

.filter-value span {
    margin-left: 5px;
}

.color-filter {
    list-style: none;
    padding-left: 10px;
}

.color-filter>li>span {
    height: 46px;
    width: 46px;
    border: none;
    margin: 2px;
}

.color-filter>li>span>label {
    cursor: pointer;
}

.color-filter>li>span>label>span {
    height: 46px;
    width: 46px;
    border-radius: 5px;
}

.color-filter input[type="checkbox"]:checked+label>span {
    border: 2px solid black;
}

.animation {
    animation: SHW .5s;
    animation-fill-mode: both
}

@keyframes SHW {
    from {
        transform: scale(0.7);
        opacity: 0
    }

    to {
        transform: scale(1);
        opacity: 1
    }
}

.product-cat-nv {
    text-align: center;
    border-bottom: 1px solid #ddd;
}

.product-cat-nv>li {
    margin-bottom: 15px;
}

ul.product-cat-nv>li>a {
    color: #000;
    padding: 8px 25px
}

#about_template ul.list-unstyled,
#about_template .tab_content {
    max-height: 300px;
    overflow-y: auto;
    padding: 10px 0;
}

span.sumary_title {
    display: block;
    text-align: center;
    color: #000;
    background: rgba(103, 68, 218, 0.06);
}

span.sumary_title svg {
    display: none;
}

.table-bordered>tbody>tr>td {
    border: 1px solid #6744da !important;
    border-radius: 50px;
    overflow: hidden;
}

span.sumary_value {
    display: block;
    text-align: center;
    font-size: 25px;
}

span.inkgility-cart-field-label {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 25px;
    display: block;
    text-align: center;
    position: relative;
    font-family: 'Agrandir';
    color: var(--btnPrimaryColor);
    /* letter-spacing: 2px; */
}

.inkgility-shipping-wrap h2,
.cart-summary h2 {
    font-size: 24px;
    position: sticky;
    top: 0;
    padding: 10px 0 15px;
    z-index: 9;
}

.inkgility-shipping-wrap h2 {
    background: #fff;
}

@media screen and (min-width: 1200px) {
    .cart-summary>h2 {
        position: sticky;
        top: 0;
        /* background: #fff; */
        padding: 15px 0;
        margin-bottom: 5px !important;
    }
}

.cart-summary .table-responsive {
    max-height: initial;
    overflow-y: hidden;
    overflow-x: hidden;
}

.nvs.text-center.horizantal-scroll-container {
    overflow-x: auto;
    white-space: nowrap;
    max-width: 1140px;
}

.horizantal-scroll-container::-webkit-scrollbar {
    height: 5px;
}

.horizantal-scroll-container::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

.horizantal-scroll-container::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 5px;
}

@media screen and (min-width: 768px) {
    span.inkgility-cart-field-label {
        font-size: 23px;
        position: relative;
        top: 0px;
        padding: 10px 0 15px;
        z-index: 9;
    }

    .inkgility-shipping-wrap h2,
    .cart-summary h2 {
        font-size: 23px;
        position: relative;
        top: 0;
        padding: 10px 0 15px;
        z-index: 9;
        font-family: 'Agrandir';
        font-weight: 800;
        color: var(--btnPrimaryColor) !important;
    }
    .inkgility-shipping-wrap h2{
        background: #fff;
    }

    .inkgility-product-list .product-panel>.panel-body>img,
    .custom-product-holder .product-panel>.panel-body>img {
        min-height: 200px;
    }

    .inkgility-product-list .product-panel>.panel-body,
    .custom-product-holder .product-panel>.panel-body {
        /* max-height: 134px;*/
    }

    .more-product-nav {
        margin: 15px 0;
    }

    .more-product-nav>li>a {
        padding: 4px 15px;
        color: #000;
        background: #ddd;
    }

    .filter-close {
        display: none;
    }

    .tile-radio-button {
        display: flex;
    }
}

@media screen and (max-width: 767px) {
    div[data-type="production_time"] .product-option-layout:not(.attribute-slider) {
        display: block;
        white-space: nowrap;
        width: 100%;
        overflow-x: auto;
    }

    div[data-type="production_time"] .product-option-layout:not(.attribute-slider) .product-option-holder:not(.swiper-slide) {
        display: inline-block;
        width: 70% !important;
    }

    .edtf_inner .form-group>span {
        max-width: 80%;
    }

    .inkgility-filter.open {
        position: absolute;
        display: block !important;
        z-index: 1;
        background: #fff;
        border: 1px solid #ccc;
        box-shadow: 0px 0px 20px 0px #000;
        padding: 8px;
        width: 88%;
        margin: 0 auto;
        left: 0;
        right: 0;
    }

    span.filter-close {
        position: absolute;
        right: 9px;
        cursor: pointer;
        display: block;
    }

    .tile-radio-button__label.op-tracker.right {
        flex: 1 1 0;
        flex-direction: column;
    }

    .tile-radio-button__image-wrap {
        text-align: center;
    }

    .tile-radio-button__image-wrap,
    .u-last-child-margin-bottom-0 {
        width: 100%;
        text-align: center;
    }

    label.tile-radio-button__label {
        width: 100%;
    }

    /**/
    .inkgility-cart-field:first-child .inkgility_form_content,
    div[data-type="production_time"] .inkgility_form_content {
        display: flex;
        max-width: 100%;
        overflow: hidden;
    }

    .inkgility-cart-field:first-child .product-option-layout:not(.attribute-slider) .product-option-holder {
        max-width: 200px;
    }

    .inkgility-cart-field:first-child .product-option-layout:not(.attribute-slider) {
        flex-wrap: nowrap;
        flex-shrink: 0;
    }

    .bounceSlide {
        animation-name: bounceSlide;
        animation-duration: 1s;
        animation-timing-function: ease-out;
    }

    @keyframes bounceSlide {
        0% {
            transform: translateX(0);
            transition: 0.5s;
        }

        50% {
            transform: translateX(-100%);
            transition: 0.5s;
        }

        100% {
            transform: translateX(0);
            transition: 0.5s;
        }
    }

    /**/
}

/*Model Slider*/
/*.inkgility-cart-attributes > div:first-child .dropdown .product-option-layout {
    display: inline-block;
    width: 1629px;
    white-space: nowrap;
    float: left;
}

.inkgility-cart-attributes > div:first-child .inkgility_form_content.dropdown {
    overflow: hidden;
}

.inkgility-cart-attributes > div:first-child .position-relative.product-option-holder {
    width: 543px !important;
    float: left;
}*/
div[data-type="custom_shipping_zone"] {
    display: none;
}

.inkgility-shipping-wrap {
    background: #FEFFF1;
    margin-top: 0 !important;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 0 !important;
}

.inkgility-shipping-inner {
    float: left;
    width: 100%;
    padding: 0 25px;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    padding-bottom: 20px;
}

#edtf {
    float: left;
    width: 100%;
    padding: 0 25px;
}

#edtf h2 {
    font-size: 19.3px;
}