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

/* Mozila Scrollbar */
html, body, div, ul {
    scrollbar-width: thin;
    scrollbar-color: #c5bbe9 #f1f1f1;
}

/* Chrome Scrollbar */
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #fff;
    border: 1px solid #c5bbe9;
    border-radius: 20px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #c5bbe9;
    border-radius: 20px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #c5bbe9;
}

/* Buttons */
::-webkit-scrollbar-button:single-button {
    background-color: rgb(252, 252, 252);
    display: block;
    background-size: 10px;
    background-repeat: no-repeat;
    border-radius: 20px;
}

/* Up */
::-webkit-scrollbar-button:single-button:vertical:decrement {
    height: 12px;
    width: 16px;
    background-position: center 4px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='#6744DA'><polygon points='50,00 0,50 100,50'/></svg>");
}

::-webkit-scrollbar-button:single-button:vertical:decrement:hover {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='#6744DA'><polygon points='50,00 0,50 100,50'/></svg>");
}

::-webkit-scrollbar-button:single-button:vertical:decrement:active {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='#6744DA'><polygon points='50,00 0,50 100,50'/></svg>");
}

/* Down */
::-webkit-scrollbar-button:single-button:vertical:increment {
    height: 12px;
    width: 16px;
    background-position: center 2px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='#6744DA'><polygon points='0,0 100,0 50,50'/></svg>");
}

::-webkit-scrollbar-button:single-button:vertical:increment:hover {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='#6744DA'><polygon points='0,0 100,0 50,50'/></svg>");
}

::-webkit-scrollbar-button:single-button:vertical:increment:active {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='#6744DA'><polygon points='0,0 100,0 50,50'/></svg>");
}

/* Left */
::-webkit-scrollbar-button:single-button:horizontal:decrement {
    height: 12px;
    width: 12px;
    background-position: 3px 3px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='#6744DA'><polygon points='0,50 50,100 50,0'/></svg>");
}

::-webkit-scrollbar-button:single-button:horizontal:decrement:hover {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='#6744DA'><polygon points='0,50 50,100 50,0'/></svg>");
}

::-webkit-scrollbar-button:single-button:horizontal:decrement:active {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='#6744DA'><polygon points='0,50 50,100 50,0'/></svg>");
}

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

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

.announcement span {
    background: var(--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;
}

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

.product-sub-title {
    font-family: 'Georgia';
    font-weight: 400;
}

.product-short-description {
    padding-top: 0px;
    font-family: 'Georgia';
    font-weight: 400;
}

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

.rating-container .filled-stars .star {
    background: linear-gradient(128.64deg, #8E21CA 31.81%, #254AAD 74.78%);
    color: #fff;
}

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

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

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

.review-row span {
    font-size: 14px;
    background: linear-gradient(128.64deg, #8E21CA 31.81%, #254AAD 74.78%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}

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

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

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

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

/* CALC */
.product-img {
    margin-bottom: 15px;
    border-radius: 21px;
    overflow: hidden;
}

form#product_form {
    width: 100%;
    float: left;
}

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

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

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

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

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

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

.inkgility-shipping-wrap label {
    font-weight: 400;
    font-size: 1.5rem;
    text-align: right;
}

.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: 20px;
}

.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: transparent;
    border-radius: 20px;
    overflow: hidden;
    padding: 10px;
    border: 1px solid #C4C4C4;
}

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: transparent;
    text-align: center;
    align-items: center;
    border-radius: 20px;
    overflow: hidden;
}

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

div[data-type="production_time"] .tile-radio-button__label.op-tracker.right, div[data-type="production_time"] .tile-radio-button, div[data-type="shipping_speed"] .tile-radio-button__label.op-tracker.right, div[data-type="shipping_speed"] .tile-radio-button {
    min-height: 98px;
    max-height: 100px;
    border-radius: 15px;
}

div[data-type="production_time"] .h__block.tile-radio-button__text.u-wordBreak-breakWord, div[data-type="shipping_speed"] .h__block.tile-radio-button__text.u-wordBreak-breakWord {
    font-size: 25px;
    font-weight: 700;
    font-family: 'Georgia';
}

div[data-type="production_time"] .tile-radio-button__text.u-wordBreak-breakWord, div[data-type="shipping_speed"] .tile-radio-button__text.u-wordBreak-breakWord {
    font-size: 22px;
    font-weight: 400;
    font-family: 'Georgia';
}

.inkgility_form_content:not(.dropdown):not(.htmlBlock) {
    /* max-height: 250px; */
    /* overflow-y: scroll; */
    /* overflow-x: hidden; */
}

.inkgility_form_content .table {
    display: table;
    border: 1px solid #ddd;
}

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

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

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

.inkgility_form_content .table-row:first-child .table-cell {
    font-weight: 600;
    font-size: 25px;
}

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

.inkgility_form_content .table-cell {
    display: inline-block;
    padding: 8px 10px;
    border-bottom: 1px solid #ddd;
    font-size: 22px;
    font-weight: 400;
    width: calc(100%/3 - 4px);
    font-family: 'Georgia';
}

div[data-type="quantity"] .table-row.position-relative.var-qtylist:hover {
    background-color: #ddd;
    transition: all .5s;
}

div[data-type="quantity"] .table-row.position-relative.var-qtylist {
    transition: all .5s;
}

div[data-type="quantity"] .inkgility-cart-param:checked+label {
    background: #e8e1e14a;
    backface-visibility: visible;
}

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

.product-option-layout {
    display: flex;
    height: 100% !important;
}

span.inkgility-cart-field-label {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 25px;
    display: block;
    text-align: center;
    position: relative;
    font-family: 'Agrandir';
    background: var(--gradient, linear-gradient(129deg, #8E21CA 31.81%, #254AAD 74.78%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.inkgility-shipping-wrap h2, .cart-summary h2 {
    position: relative;
    padding: 0 0 10px;
    font-family: 'Agrandir';
    font-weight: 800;
    font-size: 24px !important;
    /* background: var(--gradient, linear-gradient(129deg, #8E21CA 31.81%, #254AAD 74.78%)); */
    /* background-clip: text; */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
}
#edtf h2 {
    font-size: 2.1rem !important;
}
.inkgility-shipping-wrap h2 {
    background: var(--gradient, linear-gradient(129deg, #8E21CA 31.81%, #254AAD 74.78%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.inkgility-shipping-wrap h3 {
    font-size: 25px;
    font-family: 'Georgia';
}

.inkgility-cart-field span.inkgility-cart-field-label::after, {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: linear-gradient(128.64deg, #8E21CA 31.81%, #254AAD 74.78%);
    left: 0;
    bottom: 0px;
}

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

.shipping-options span {
    display: inline-block;
    /* width: 33.33333%; */
    vertical-align: middle;
    font-weight: 600;
    font-size: 1.6rem;
    margin-left: 5px;
}

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;
    width: 100%;
    font-size:1.8rem;
}

.inkgility-cart-param:checked+label {
    border: 1px solid #6744DA;
}

.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 .inkgility_form_group {
    padding: 10px 25px;
    width: 100%;
}

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

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

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

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

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

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

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

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

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

.inkgility-cart-field:nth-child(10) {
    background: #FEFFF1;
}

.panel-summary {
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.25);
    border-radius: 21px;
    max-width: 130px;
    margin-bottom: 0;
    .summary-product {
        text-align: center;
    }

    img {
        border-radius: 21px;
    }

    .panel-body {
        h3 {
            margin: 15px auto 10px;
            font-size: 11px;
            text-align: center;
            background: var(--gradient, linear-gradient(129deg, #8E21CA 31.81%, #254AAD 74.78%));
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            font-family: 'Agrandir';
            font-weight: 800;
        }

        .summary-specs {
            padding-left: 0;
            list-style: none;
            ul {
                padding-left: 0;
            }

            h3 {
                display: none;
            }

            .summary-specs_item {
                display: flex;
                justify-content: space-between;
                .summary-specs_item-col {
                    font-size: 10px;
                    padding: 0 4px;
                }
            }

            .summary-action-button {
                text-align: center;
                button {
                    font-size: 11px;
                    font-family: 'Agrandir';
                    font-weight: 800;
                }
            }

            ; font-family: 'Agrandir';
            font-weight: 800;
            /* font-size: 10px; */
        }

        ; padding: 0px 0 4px;
    }
}

@media screen and (min-width: 767px) {
    .panel-summary-holder {
        position: absolute;
        border-radius: 21px;
        top: 15px;
        right: 11px;
        transition: top 0.5s ease, transform 0.5s ease, right 0.5s ease;
        /* Transition for smooth movement */
        width: 130px;
        z-index: 1000;
        background-color: white;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }
    
}

@media screen and (max-width: 767px) {
    .panel-summary-holder {
        position: relative;
        width: 100%;
        /* right: 11px; */
    }
    .inkgility-shipping-wrap label{
        text-align:center;
        display:block;
    }

    .panel-summary {
        .panel-body {
            display: flex;
            flex-wrap: wrap;
            background: #d7d8f2;
            padding: 10px;
            .summary-product {
                width: 85px;
                flex: 0 0 85px;
                h3 {
                    font-size: 9px;
                    display: none;
                }
            }

            h3 {
                font-size: 12px;
            }

            .summary-specs {
                width: calc(100% - 85px);
                flex: 0 0 calc(100% - 85px);
                display: block;
                text-align: left;
                padding-left: 5px;
                h3 {
                    display: block;
                    margin-top: 0;
                    text-align: left;
                }

                ul {
                    margin-bottom: 10px;
                    display: inline-block;
                    text-align: left;
                    float: left;
                    width: 60%;
                    padding-left: 0;
                }

                li {
                    display: inline-block !important;
                    width: 100%;
                    float: left;
                    padding-left: 0;
                    margin-left: auto;
                    margin-bottom: 5px;
                    div {
                        display: inline-block;
                        float: left;
                        width: 50%;
                        font-size: 11px !important;
                        line-height: 16px;
                        &: first-child {
                            width: 50%;
                        }
                    }
                }

                .summary-action-button {
                    margin-top: 2px;
                    float: left;
                    display: inline-block;
                    text-align: center;
                    width: 40%;
                    button {
                        font-size: 12px;
                        }
                }
            }

            &: last-child {
                justify-content: end;
            }

        }

        ; height: 101px;
        max-width: 100%;
    }
}

/*product specs*/
.product-sepc-tabs>.nav-tabs {
    border: none !important;
    position: sticky;
    top: 0;
    z-index: 9;
    padding: 5px 25px 6px;
    background: #fff;
    /* padding: 8px 0; */
}

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

.product-sepc-tabs>.nav-tabs>li a:hover::after {
    width: 100%;
    transition: width .5s;
}

/*.product-sepc-tabs>.nav-tabs>li a::after {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    background: linear-gradient(128.64deg, #8E21CA 31.81%, #254AAD 74.78%);
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: width .5s;
}*/
.product-sepc-tabs>.nav-tabs>li.active {
    position: relative;
}

.product-sepc-tabs .nav-tabs>li.active>a, .product-sepc-tabs .nav-tabs>li.active>a:focus, .product-sepc-tabs .nav-tabs>li.active>a:hover {
    background: 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)
}

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

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

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
}

div[data-type="custom_shipping_zone"] {
    display: none;
}

#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: linear-gradient(128.64deg, rgba(142, 33, 202, 0.06) 31.81%, rgba(37, 74, 173, 0.06) 74.78%);
    padding-top: 0.5rem;
    font-size: 25px;
    font-weight: 400;
    font-family: 'Georgia';
}

.product-page-cart-btn.btn.btn-primary.btn-lg {
    background: linear-gradient(128.64deg, #8E21CA 31.81%, #254AAD 74.78%);
    border-radius: 62.5px;
    font-size: 37px;
    font-weight: 800;
    padding-left: 20px;
    padding-right: 20px;
    font-family: 'Agrandir';
}

.inkgility-shipping-inner {
    float: left;
    width: 100%;
    /*! margin-bottom: 0; */
    padding: 0 25px;
}

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

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

span.sumary_value {
    display: block;
    text-align: center;
    font-size: 27px;
    font-family: 'Georgia';
    font-weight: 400;
    /* padding: 0 28px; */
}

span.inkgility-cart-field-label {
    font-size: 24px;
    /* position: sticky; */
    /* top: 220px; */
    /* background: transparent; */
    padding: 10px 0 15px;
    z-index: 9;
}

@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: 833px; */
    /*! overflow-y: auto; */
    /*! overflow-x: hidden; */
    width: 100%;
}

.inkgility-product .cart-summary>h2 {
    font-family: 'Agrandir';
    font-weight: 800;
    font-size: 4rem !important;
    color: #6744DA;
    background: var(--gradient, linear-gradient(161deg, #8E21CA 33.99%, #254AAD 81.14%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.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(--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%;
    /* 46.65px */
}

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

.product-part {
    background-color: #dadbf5;
}

.product-part div[class^="col-"] {
    background: transparent;
}

.inkgility-shipping-wrap {
    background: #fff;
    margin-top: 0 !important;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 0 !important;
    border-radius: 21px;
    width: 100%;
    float: left;
}

.shop-other-slider .swiper-slide, .more-like-slider .swiper-slide, .recently-viewd-slides .swiper-slide {
    background: transparent;
    width: 380px;
    height: 500px;
    & .panel-item img {
        object-fit: cover;
        border-radius: 30px;
        height: 500px;
        width: 100%;
    }

    & .panel {
        padding-bottom: 20px;
        background: #fff;
        width: 380px;
        height: 500px;
        & .panel-footer {
            background: none;
            border: none;
            padding: 0;
            & .bounce-button {
                background-color: transparent;
                border-top: none;
                padding: 8px 0;
                position: absolute;
                bottom: 30px;
                background: #fff;
                min-width: 200px;
                border-radius: 30px;
                margin-left: auto;
                margin-right: auto;
                right: 0;
                left: 0;
                border: 1px solid #6744da;
                max-width: 98%;
                font-size: 0.80rem;
                font-weight: 400;
                text-align: center;
                margin-bottom: 0;
                font-family: 'Agrandir';
                font-weight: 800;
                color: #000;
                text-decoration: none;
                transition: transform .3s cubic-bezier(.5,2.5,.7,.7), box-shadow .3s cubic-bezier(.5,2.5,.7,.7), background .3s ease, -webkit-transform .3s cubic-bezier(.5,2.5,.7,.7), -webkit-box-shadow .3s cubic-bezier(.5,2.5,.7,.7), -webkit-background .3s cubic-bezier(.5,2.5,.7,.7) !important;
                & h3 {
                    font-size: 1.5rem;
                    text-align: center;
                    margin-bottom: 0;
                    font-family: 'Agrandir';
                    font-weight: 800;
                }
            }

            & .bounce-button:hover {
                box-shadow: 0 0 0 1.5px #6744da, 0 7px 0 1.5px #6744da;
                transform: translateY(-10px);
                cursor: pointer;
            }
        }
    }
}

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

@media screen and (min-width: 768px) {
    .tile-radio-button {
        display: flex;
        min-height: 150px;
    }

    .mobile-product-img {
        display: none;
    }

    .mobile-sticky {
        /* position: relative; */
        /* display: none; */
    }

    .mobile-sticky-info {
        display: none;
    }

    .inkgility-product .cal-title {
        font-size: 2.8rem !important;
        padding: 0;
    }

    .cal-form-wrapper.touch-right-edge {
        width: 100%;
        float: right;
        margin-right: 8%;
        padding-left: 5%;
    }

    .col-con>div {
        height: 339px;
    }

    span.inkgility-cart-field-label {
        font-size: 23px;
        position: relative;
        top: 0px;
        padding: 10px 0 15px;
        z-index: 9;
    }

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

    .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;
    }
}

@media screen and (min-width: 768px) {
    /* .product-img {
        margin-top: 71px;
    } */.product-img {
        margin-bottom: 15px;
    }

    .sticky-col {
        position: sticky;
        top: 0px;
        z-index: 999;
        background-color: #fff;
        max-width: 48%;
    }
}

@media screen and (max-width: 767px) {
    .mobile-sticky {
        position: fixed;
        bottom: 10px;
        left: 0;
        right: 0;
        margin: 0 auto;
        background: #dadbf5;
        box-shadow: 0 0 5px 7px #ddd;
        z-index: 9;
        transition: all 0.5s;
        display: none;
        width: 100%;
    }

    .mobile-sticky-info {
        display: flex;
        justify-content: center;
        padding: 0px 15px;
        background-color: #dadbf5;
    }

    .price-btn-group {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .price-btn-left button, .price-btn-right button {
        border-radius: 21px;
        background: #6744da;
        color: #fff;
        border: none;
        padding: 8px 14px;
        min-width: 120px;
    }

    .price-btn-left button a {
        color: #fff;
    }

    .price-circle {
        width: 75px;
        height: 75px;
        background: #6744da;
        border-radius: 100%;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 2rem;
    }

    /*mobile variation slide*/
    .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;
        }
    }

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

    div[data-type="production_time"] .product-option-layout:not(.attribute-slider), div[data-type="shipping_speed"] .product-option-layout:not(.attribute-slider) {
        display: block;
        white-space: nowrap;
        width: 100%;
        overflow-x: auto;
    }

    .position-relative.product-option-holder.swiper-slide, div[data-type="shipping_speed"] .product-option-holder {
        margin-bottom: 15px;
    }

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

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

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

    .swiper-pagination-bullets.swiper-pagination-horizontal {
        text-align: center;
    }

    /*mobile variation slide*/
    .mobile-proudct-img .swiper-pagination-bullet {
        width: 15px;
        height: 15px;
        background-color: #181616;
        border-radius: 50%;
        display: inline-block;
        margin: 0 5px;
        border: 1px solid #000;
    }

    .mobile-proudct-img .swiper-wrapper>.swiper-slide {
        height: auto !important;
    }

    .mobile-proudct-img {
        margin-bottom: 35px;
    }

    .mobile-proudct-img .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: -38px;
    }

    .mobile-proudct-img .swiper-pagination-bullet-active {
        background-color: #000;
    }

    .sticky-box.prod {
        display: none;
    }

    .inkgility-cart-field .inkgility_form_group, .inkgility-shipping-inner, #edtf, .cart-summary .table-responsive {
        width: 100%;
        padding: 0;
    }

    .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;
    }

    .product-page-cart-btn.btn.btn-primary.btn-lg {
        font-size: 21px;
    }

    .inkgility-shipping-wrap h2, .cart-summary h2 {
        font-size: 22px;
    }

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