.spndots {
    display: none;
}

.text-prompt.Size .spndots, .text-prompt.size .spndots {
    display: inline-block;
}

.available-sizes.not-available {
    pointer-events: none;
}

    .available-sizes.not-available label {
        padding: 0 5px;
        text-transform: uppercase;
        min-width: 40px;
        border: 0;
        display: block;
        color: #000;
        text-align: center;
        line-height: 40px;
        margin: 0;
        background: #fff url(../images/cross.png) no-repeat center;
        background-size: 100% 100%;
        cursor: pointer;
    }

.acc_container4 li {
    list-style: outside;
}

.acc_container4 ul {
    padding: 0 0 0 10px;
}

.open-video .video-frame {
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    max-width: 520px;
    margin: auto;
    z-index: 99999;
    transform: translateY(-50%);
    border: 10px solid #f0e7e7;
    font-size: 0;
    width: 40%;
}

.close-video {
    position: absolute;
    background: #fff;
    top: -10px;
    right: -10px;
    font-size: 12px;
    padding: 10px;
    line-height: 1;
    cursor: pointer;
    display: none;
}

.open-video .video-frame::before {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, .2);
    top: -9999px;
    bottom: -9999px;
    left: -99999px;
    right: -9999px;
    z-index: -5;
}

.open-video .header {
    position: relative;
    z-index: -1;
}

.open-video .close-video {
    display: block;
}

.view-product-video {
    margin-top: 0;
    position: absolute;
    font-size: 12px;
    top: 10px;
    right: 10px;
    z-index: 999;
    color: #fff;
    pointer-events: all;
    cursor: pointer;
    text-shadow: 0 0 5px black;
    text-decoration: underline;
    background: url("../images/videoicon.svg") no-repeat left center;
    background-size: 18px;
    padding: 0 0 0 20px;
}

.open-video .add-to-wishlist {
    z-index: 0;
}

.short-description {
    max-height: 36px; /* Show only a small part */
    overflow: hidden;
    position: relative;
    transition: max-height 0.3s ease;
}

    .short-description.expanded {
        max-height: 500px; /* Large enough to show all text */
    }

.see-more-link {
    cursor: pointer;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
    text-decoration: underline;
}

.opensizeguide .sticky {
    z-index: 999 !important;
}

strong {
    font-weight: 400;
}

.relpos {
    position: relative;
}

.open-video .product-video-slide {
    max-height: 90vh;
    object-fit: cover;
}

.product-video-slide {
    width: 100%;
    /*object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;*/
}

.thumb-video-wrapper video.thumb-video {
    width: 100%;
    height: auto;
}

.breadcrumb.custom-breadcrumb li a {
    background: no-repeat;
    text-transform: capitalize;
    font-size: 14px;
    padding: 0;
    color: #999;
}

.breadcrumb.custom-breadcrumb li.view-collection a {
    text-decoration: underline;
    color: #000;
}

.breadcrumb.custom-breadcrumb {
    padding: 0 0 5px;
}

.product-main-category {
    margin: 0 0 5px;
}

    .product-main-category a {
        font-size: 14px;
        font-weight: 300;
        text-decoration: underline;
    }

.qty-frame .html-widget p {
    text-transform: inherit;
}

.product-main-category a:hover {
    color: #000;
    text-decoration: underline;
}

.product-main-category strong {
    color: #444;
    font-weight: 400;
    padding-right: 5px;
}

.ulistbox ul {
    font-size: 0;
}

.block .ulistbox .ulist {
    font-size: 0;
}

.videobox {
    position: relative;
}

.css-1cuazqc {
    display: none;
}

.mdlbx.f14size {
    display: none;
}

.product-details-page {
    padding: 0
}

.attributes .option-list.Size li, .attributes .option-list.size li {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0 10px 10px 0
}

.attributes .option-list.Size input, .attributes .option-list.size input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.attributes .option-list.Size li label, .attributes .option-list.size li label {
    padding: 0 10px;
    min-width: 0;
    border: 1px solid #E1E1E1;
    display: block;
    color: #E1E1E1;
    text-align: center;
    line-height: 28px;
    margin: 0;
    cursor: pointer;
    font-size: 14px;
}

.attributes .option-list.Size li input:checked ~ label, .attributes .option-list.size li input:checked ~ label {
    color: #fff;
    font-weight: 400;
    background: #000;
    border: 1px solid #000;
}

.attributes .option-list.Size li label:after, .attributes .option-list.size li label:after {
    content: "";
    position: absolute;
    display: none
}

.attributes .option-list.Size li input:checked ~ label:after, .attributes .option-list.size li input:checked ~ label:after {
    display: block
}

.attributes select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0 0 10px;
    color: #111;
    cursor: pointer;
    min-width: 160px;
    border-radius: 0;
    background: url(../images/filtter-arrow3.png) no-repeat 140px center;
    background-size: 12px;
    border: 1px solid #989898;
    min-height: 40px
}

    .attributes select::-ms-expand {
        display: none
    }

.acc_container4 p {
    margin: 10px 0
}

.gallery .picture-thumbs {
    position: relative;
}

.gallery .zoom-desc {
    display: inline-block;
    vertical-align: top;
    margin: 0 .5% 1.5%;
    width: 48%;
    position: relative;
    overflow: hidden
}

.gallery .picture-thumbs a {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    height: auto;
    cursor: auto
}

    .gallery .picture-thumbs a img {
        position: relative;
        margin: 0 auto;
        display: block;
        height: auto;
        width: 100%;
    }

.gallery .picture:before {
    display: none
}

.button-back {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 99;
    font-size: 11px;
    line-height: 1.3;
    color: #939598;
    letter-spacing: 1px;
    text-transform: uppercase
}

.html-product-details-page .breadcrumb {
    padding: 20px 20px;
    z-index: 9;
    max-width: none;
    margin: auto;
}

.overview {
    float: right;
    width: 30%;
    text-align: left;
    font-size: 13px;
    line-height: 1.6;
    font-weight: 300;
    padding: 0 25px 25px;
}

.sku span.value {
    color: #9E9E9E;
}

.overview .product-name {
    margin: 0;
    padding: 0;
    border: none
}

    .overview .product-name h1 {
        font-size: 24px;
    }

.fabrics-sections {
    padding: 0 0 10px;
}

    .fabrics-sections lable {
        display: block;
        padding: 0 0 2px;
        color: #9E9E9E
    }

.overview .prices {
    margin-bottom: 10px;
    line-height: 1.2
}

.additional-details {
    padding: 0;
}

    .additional-details .label {
        color: #9E9E9E;
    }

.overview .product-price, .variant-overview .product-price {
    font-size: 16px;
    font-weight: 400;
}

.overview .additional-details div, .variant-overview .additional-details div {
    margin: 0
}

.overview .value, .variant-overview .value {
    color: #111
}

.option-list {
    padding: 0 0 5px
}

.overview .short-description {
    overflow: hidden;
    margin: 0;
    font-size: 12px;
    line-height: 1.6;
}

.acc_trigger3 {
    text-transform: uppercase;
    font-size: 14px;
    padding: 0;
    font-weight: 500;
    color: #444;
    cursor: pointer;
    background: url(../images/acc-plus.png) no-repeat right center;
    letter-spacing: 2px;
    outline: 0
}

.attributes .text-prompt.is {
    font-size: 16px;
    text-transform: none;
    font-weight: 400;
    color: #4c4c4c;
    border-bottom: 1px solid #c1c1c1;
    padding: 0 0 10px
}

.attributes .text-prompt.Sale {
    display: none
}

.attributes .text-prompt {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 300;
    padding: 0;
    margin: 0 0 10px;
    display: block;
}

.additional-details .label {
    letter-spacing: .5px
}

.acc_trigger3.active-header3 {
    background: url(../images/acc-minus.png) no-repeat right center
}

.accordions h2 {
    text-transform: uppercase;
    font-size: 16px;
    padding: 10px 0;
    font-weight: 500;
    color: #000;
    letter-spacing: 1px;
    outline: 0;
    border-top: 0;
    margin: 0
}

.accordions {
    padding: 10px 0 0
}

.acc_trigger4 {
    text-transform: uppercase;
    font-size: 12px;
    padding: 10px 0;
    font-weight: 300;
    color: #000;
    cursor: pointer;
    background: url(../images/acc-plus.png) no-repeat right center;
    outline: 0;
    border-bottom: 1px solid #E1E1E1;
    background-size: 7px;
    margin-top: -1px
}

.fabrics-sections b {
    font-weight: 300;
}

.acc_trigger4 span {
    background: url(../images/guide.png) no-repeat left center;
    display: inline-block;
    padding: 3px 0 3px 25px;
}

.acc_trigger4- {
    text-transform: uppercase;
    font-size: 12px;
    padding: 10px 0;
    font-weight: 600;
    color: #000;
    letter-spacing: 2px;
    outline: 0
}

.thumb-heading {
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px 0;
    font-weight: 500;
    color: #111;
    letter-spacing: 2px;
    outline: 0;
    margin-top: -1px
}

.acc_trigger4.active-header4 {
    background: url(../images/acc-minus.png) no-repeat right center;
    background-size: 7px;
}

.acc_trigger5 {
    text-transform: uppercase;
    font-size: 12px;
    padding: 10px 0;
    font-weight: 500;
    color: #111;
    cursor: pointer;
    background: url(../images/acc-plus.png) no-repeat right center;
    letter-spacing: 2px;
    outline: 0;
    border-top: 1px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1;
    margin: 10px 0
}

    .acc_trigger5.active-header5 {
        background: url(../images/acc-minus.png) no-repeat right center
    }

.overview .qty-label, .variant-overview .qty-label {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    padding: 0 0 5px;
    letter-spacing: 1px;
    margin: 0;
    display: none;
}

.acc_container5 {
    display: none;
    padding: 10px 0;
    margin: 0 0 15px;
    border-bottom: 1px solid #c1c1c1
}

.acc_container4 {
    display: none;
    padding: 10px 0;
    color: #444;
}

.product-tags-box {
    padding-bottom: 10px
}

    .product-tags-box .title strong {
        text-transform: uppercase;
        font-size: 16px;
        padding: 15px 0 5px;
        font-weight: 500;
        display: block
    }

.overview .availability, .overview .availability .stock, .variant-overview .availability, .variant-overview .availability .stock {
    margin: 0;
    font-size: 14px;
}

.overview .add-to-cart-panel, .variant-overview .add-to-cart-panel {
    display: block;
    vertical-align: bottom;
    width: auto;
    margin: 0 0 0 85px
}

.overview .add-to-cart {
    margin: 0;
    padding-top: 10px
}

    .overview .add-to-cart:after {
        display: block;
        content: "";
        clear: both
    }

.overview .qty-input, .variant-overview .qty-input {
    display: none
}

.overview .add-to-cart-button, .variant-overview .add-to-cart-button {
    border: 1px solid #686868;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    height: auto;
    padding: 0 15px;
    width: 100%;
    margin: 0;
    transition: all .2s linear;
    text-transform: uppercase;
    background: #686868;
    line-height: 38px;
}

.product-collateral {
    margin: 0;
    clear: both;
    padding: 0 0 50px
}

.overview .add-to-cart-button:hover, .variant-overview .add-to-cart-button:hover {
    background: #000;
    color: #fff
}

.overview .btn-changed .add-to-cart-button {
    background: #000;
    color: #fff
}

.what-app {
    background: #fff;
    margin: 10px 0 0 0;
    border: 2px solid #1d791d;
    border-radius: 0
}

.whatsapp-btn {
    line-height: 30px;
    padding: 4px 10px;
    text-align: center;
    color: #1d791d;
    display: block;
    width: 100%;
    height: 40px;
    font-size: 15px
}

    .whatsapp-btn span {
        display: inline-block;
        position: relative;
        padding: 0 0 0 35px;
        text-transform: uppercase;
        font-size: 14px;
        margin-left: -20px
    }

    .whatsapp-btn img {
        width: 20px;
        position: absolute;
        left: 10px;
        top: 5px
    }

.attributes {
    padding: 5px 0 0;
    display: block;
    vertical-align: top
}

    .attributes .required {
        display: none
    }

.full-description p {
    margin: 0;
    text-align: left
}

.detail-help {
    position: relative;
    color: #4c4c4c;
    font-size: 16px;
    line-height: 1.4;
    padding: 22px 0 15px
}

    .detail-help h3 {
        color: #444;
        font-size: 16px;
        margin: 0 0 7px;
        letter-spacing: 1px
    }

    .detail-help p {
        margin: 0 0 15px
    }

.help-nav {
    padding: 0;
    margin: 0;
    list-style: none
}

    .help-nav li {
        margin: 0 0 15px
    }

        .help-nav li a {
            display: inline-block;
            vertical-align: top;
            padding: 0 0 0 35px;
            position: relative
        }

        .help-nav li img {
            position: absolute;
            left: 0;
            top: 0
        }

.attributes .option-list li {
    margin: 0 10px 10px 0;
    font-size: 10px;
    position: relative
}

.option-list input[type=checkbox] {
    width: 10px;
    height: 10px;
    z-index: 9999;
    opacity: 0;
    position: relative
}

.option-list span.checkmark {
    width: 14px;
    height: 14px;
    cursor: pointer;
    position: absolute;
    top: 3px;
    left: 0;
    background: 0 0;
    border: 1px solid #333;
    border-radius: 0
}

    .option-list span.checkmark:after {
        content: "";
        width: 13px;
        height: 12px;
        position: absolute;
        border-radius: 0;
        border-top: none;
        border-right: none;
        opacity: 0;
        background: #000;
        border: 0;
        left: 0;
        top: 0;
        transform: 0;
    }

.option-list input[type=checkbox]:checked + span.checkmark:after {
    opacity: 1
}

.attributes .option-list label {
    margin: 0 5px
}

.overview-buttons .compare-products, .overview-buttons .email-a-friend {
    display: none
}

.overview .add-to-cart-panel > *, .variant-overview .add-to-cart-panel > * {
    float: none
}

.overview .prices > div {
    display: inline-block;
    vertical-align: middle;
    padding-right: 7px
}

.overview .prices > .old-product-price {
    padding-top: 4px
}

.inline-prices:after {
    display: block;
    clear: both;
    content: ""
}

.inline-prices {
    padding: 5px 0 15px
}

    .inline-prices .prices {
        float: left
    }

    .inline-prices .rtl-class {
        float: right;
        text-align: right;
        padding: 4px 0 0
    }

.attributes .option-list.color-squares li input {
    display: none
}

.attributes .option-list.color-squares li {
    margin: 0 5px 5px 0
}

.qty-frame {
    position: relative
}

.qty-holder {
    display: inline-block;
    vertical-align: bottom
}

.quantity-detail {
    overflow: hidden;
    border: 1px solid #E1E1E1;
    width: 80px;
    padding: 0;
    position: absolute;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    margin: 0
}

.minus-detail, .plus-detail {
    position: absolute;
    height: 19px;
    width: 25px;
    top: 0;
    right: 0;
    border: 0;
    background: 0 0;
    font-size: 20px;
    padding: 0;
    line-height: 18px
}

.quantity-detail .qty-detail {
    width: 44px;
    border: 0;
    text-align: center;
    height: 40px;
    padding: 0;
    text-indent: 0;
    background: 0 0
}

.minus-detail {
    border-left: 1px solid #E1E1E1;
    top: auto;
    bottom: 0;
    border-top: 1px solid #E1E1E1
}

.plus-detail {
    right: 0;
    border-left: 1px solid #E1E1E1
}

.related-products-grid .item-grid .item-box {
    margin: 0 1%;
    width: 23%;
}

.product-grid .title strong {
    display: inline-block;
    background: #fff;
    padding: 20px;
    font-weight: 300;
    text-decoration: underline;
}

.related-products-grid .title {
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    padding: 10px 0;
    margin: 0;
    text-align: center;
    border-top: 1px solid #E1E1E1;
}
/*.related-products-grid .title:after {
  border-top: 4px double #333;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  right: 0;
  content: "";
  z-index: -1
}*/
.accordions .attributes {
    padding: 0
}

    .accordions .attributes dt {
        margin: 0
    }

#adlist, .closebtn, .gallery .shinfo, .shinfo2 {
    display: none
}

.cloud-zoom-lens {
    border: 2px solid #000;
    margin: 0;
    background-color: #fff;
    cursor: move
}

.cloud-zoom-big {
    border: 2px solid #000;
    overflow: hidden;
    left: 0 !important;
    top: 0 !important
}

.cloud-zoom-loading {
    color: #fff;
    background: #222;
    padding: 3px;
    border: 1px solid #000
}

.acc_container4 h3 {
    background: #333;
    text-transform: uppercase;
    padding: 5px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: 400
}

.qty-frame p {
    font-size: 12px;
    padding: 5px 0 0;
    color: #000
}

.sizechart-table {
    overflow: hidden
}

    .sizechart-table thead {
        background: #f1f1f1
    }

        .sizechart-table thead td {
            color: #000;
            padding: 5px
        }

    .sizechart-table td {
        border: 1px solid #333;
        color: #111;
        font-size: 11px;
        padding: 7px 5px
    }

.product-share-button a .at-icon-wrapper {
    width: 24px !important;
    height: 24px !important;
    line-height: 24px !important;
    text-align: center
}

.product-share-button .at-icon {
    height: 24px !important
}

.addthis_counter.addthis_bubble_style {
    margin: 4px 0 0 !important
}

.related-products-grid .owl-carousel {
    padding: 0
}

.related-products-grid .item .item-box {
    width: 100%;
    margin: 0
}

.related-products-grid .owl-nav {
    display: none
}

.related-products-grid .owl-carousel .details {
    padding: 0;
    margin: 20px 0
}

.product-reviews-overview {
    padding: 10px 0;
    border: 0
}

.overview .add-to-wishlist-button, .variant-overview .add-to-wishlist-button {
    color: #000;
    font-size: 12px;
    width: auto;
    height: 33px;
    padding: 0 0 0 24px;
    background-color: transparent;
}

.overview-buttons div {
    width: 100%;
    margin: 20px auto 3px
}

.overview .add-to-wishlist-button, .variant-overview .add-to-wishlist-button {
    background-image: url(../images/wish.svg);
    background-size: 20px;
}

.share-section ul {
    padding: 10px 0;
    border: 0;
    font-size: 0;
    text-align: center;
    margin: 0 -1%
}

    .share-section ul li {
        display: inline-block;
        vertical-align: middle;
        margin: 0 1%;
        width: 48%;
        text-align: center;
        color: #444;
        border: 1px solid #161617;
        padding: 6px;
        min-height: 40px
    }

        .share-section ul li img {
            height: auto;
            display: block;
            margin: auto
        }

        .share-section ul li span {
            display: inline-block;
            vertical-align: middle;
            font-size: 16px;
            letter-spacing: 1px;
            padding: 0 5px;
            text-transform: uppercase
        }

.shr {
    text-align: center;
    display: none
}

.share-title {
    font-size: 16px;
    text-transform: uppercase;
    padding: 15px 0 0;
    font-weight: 500;
    letter-spacing: 1px;
    color: #444
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

    .slick-list:focus {
        outline: 0
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand
    }

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

    .slick-track:after, .slick-track:before {
        display: table;
        content: ""
    }

    .slick-track:after {
        clear: both
    }

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block;
    cursor: pointer;
    width: 100%
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slider-nav div {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    font-size: 20px
}

.owl-carousel .owl-nav .owl-prev {
    background: rgba(255, 255, 255, .8) url(../images/d-arrow1.svg) no-repeat center;
    border: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 0;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    background-size: 7px;
}

.owl-carousel .owl-nav .owl-next {
    background: rgba(255, 255, 255, .8) url(../images/d-arrow2.svg) no-repeat center;
    border: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 0;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    background-size: 7px;
}

.owl-dots {
    text-align: center;
}

    .owl-dots .owl-dot {
        display: inline-block;
        vertical-align: middle;
        margin: 0 2px;
        border: 0;
        width: 7px;
        height: 7px;
        font-size: 0;
        background: #e1e1e1;
        border-radius: 50%;
    }

        .owl-dots .owl-dot.active {
            background: #000
        }

.slick-next.slick-disabled, .slick-prev.slick-disabled {
    cursor: not-allowed
}

.gallery .slick-slide {
    border: 0
}

.slider-nav {
    padding: 10px
}

.view {
    position: relative;
    height: auto !important;
    overflow: hidden
}

.sizingwrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100% !important;
    width: 100%
}

.appointment-btn {
    display: block;
    text-transform: uppercase;
    text-align: center;
    padding: 10px;
    margin: 15px 0 0;
    border: 1px solid #000;
    font-weight: 500;
    background: #000;
    color: #fff;
    font-size: 16px !important;
    letter-spacing: 1px
}

.short-description h3 {
    font-size: 14px;
    font-weight: 500;
    color: #444;
    line-height: 1;
    padding: 0 0 3px;
    text-transform: uppercase;
    letter-spacing: .5px
}

.qty-frame .sizeguide {
    background: url(../images/sizeguide.png) no-repeat left center;
    background-size: auto;
    padding: 8px 0 10px 14px;
    border: 0;
    text-transform: capitalize;
    text-decoration: underline;
    font-weight: 300;
    font-size: 14px;
    cursor: pointer;
    display: none;
    margin-top: 10px;
}

.openlighbox .qty-frame .sizeguide {
    display: inline-block
}

.full-description strong {
    font-weight: 400;
    letter-spacing: 0;
    text-decoration: underline;
}

.sizewrap {
    max-width: 700px;
    margin: auto;
    position: fixed;
    top: 50%;
    left: 0;
    right: -10000px;
    overflow: hidden;
    background: #fff;
    width: max-content;
    z-index: 999999;
    transform: translateY(-50%);
    max-height: calc(100vh - 20px);
    border: 5px solid #fff;
}

    .sizewrap p {
        padding: 0;
    }

    .sizewrap img {
        width: 100%;
        display: block;
        max-height: 100vh;
    }

.opensizeguide .sizewrap {
    right: 0;
    display: flex;
    align-items: center;
}

.sizewrap::before {
    content: "X";
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 25px;
    background-color: #000;
    text-align: center;
}

.opensizeguide {
    overflow: hidden
}

.close-div {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    background: #000000a6;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    box-shadow: inset -10px 0 20px 0 rgba(0, 0, 0, .1)
}

.opensizeguide .master-wrapper-content, .opensizeguide .master-column-wrapper {
    position: static;
}
/*.close-div:before {
  content: "X";
  position: absolute;
  top: 0;
  right: 577px;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  cursor: pointer;
  width: 25px;
  height: 25px;
  line-height: 25px;
  background-color: #000;
  text-align: center
}*/
.opensizeguide .close-div {
    opacity: 1;
    visibility: visible
}

.opensizeguide .admin-header-links, .opensizeguide .header, .opensizeguide .header .container {
    z-index: 0
}

.sizewrap h3 {
    background: #000;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 10px;
    display: block;
    font-size: 14px
}

.product-video {
    width: 100%;
    height: auto;
    object-fit: contain;
    border: 1px solid #f5f5f5;
    background: #f5f5f5;
    max-height: 300px
}

.gridbox .title {
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    padding: 10px 0;
    margin: 0;
    text-align: center;
    border-top: 1px solid #e1e1e1;
}

    .gridbox .title strong {
        display: inline-block;
        background: #fff;
        padding: 20px;
        font-weight: 300;
        text-decoration: underline;
    }

.block.gridbox {
    padding-top: 50px;
}
/*.gridbox .title::after {
  border-top: 4px double #333;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  z-index: -1
}*/
.block .ulistbox {
    margin: 0 -1%
}

.gridbox li {
    display: inline-block;
    width: 23%;
    margin: 0 1%;
    vertical-align: top
}

.block a.product-name {
    overflow: hidden;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    margin-top: 10px;
    display: block;
}

.full-description {
    clear: both;
    margin: 0
}

.noted {
    padding: 15px 0;
    color: #9d0909;
    font-size: 16px;
    background: #f5f5f5;
    z-index: 1;
    position: relative
}

    .noted:before {
        top: 0;
        bottom: 0;
        z-index: -1;
        content: "";
        background: #f5f5f5;
        left: -9999px;
        right: -9999px;
        position: absolute;
        border-top: 1px solid #e1e1e1;
        border-bottom: 1px solid #e1e1e1
    }

.holder-box:after {
    display: block;
    clear: both;
    content: ""
}

.s-hoder {
    width: 35%;
    display: inline-block;
    vertical-align: top;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
    float: left
}

    .s-hoder.s-last {
        float: right
    }

    .s-hoder label {
        display: inline-block;
        vertical-align: middle;
        color: #4c4845;
        font-size: 14px;
        text-transform: uppercase;
        padding: 6px 0 0
    }

    .s-hoder select {
        min-height: inherit;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-appearance: none;
        appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        background-image: url(../images/sd.svg);
        background-position: 95% 50%;
        background-repeat: no-repeat;
        background-color: #fff;
        background-size: 10px;
        font-size: 12px;
        width: auto;
        border-radius: 0;
        color: #737373;
        border: 1px solid #e1e1e1;
        display: inline-block;
        float: right;
        min-width: 110px;
        padding: 0 30px 0 5px
    }

.s-holder-textarea {
    padding: 28px 0 36px;
    position: relative;
    z-index: 1;
    margin-top: -1px
}

    .s-holder-textarea label {
        display: block;
        color: #4c4845;
        font-size: 14px;
        text-transform: uppercase;
        padding: 0 0 15px
    }

    .s-holder-textarea:before {
        top: 0;
        bottom: 0;
        z-index: -1;
        content: "";
        background: #f5f5f5;
        left: -9999px;
        right: -9999px;
        position: absolute;
        border-top: 1px solid #e1e1e1
    }

    .s-holder-textarea textarea {
        width: 100%;
        resize: none;
        min-height: 130px;
        overflow: hidden;
        border: 1px solid #e1e1e1
    }

.custom-table {
    padding: 0 0 36px
}

    .custom-table .sizechart-table {
        max-width: 750px;
        margin: auto;
        text-align: center;
        font-size: 14px;
        text-transform: uppercase
    }

        .custom-table .sizechart-table thead {
            background: #000;
            border: 1px solid #000
        }

            .custom-table .sizechart-table thead td {
                color: #fff;
                padding: 10px;
                text-transform: uppercase
            }

        .custom-table .sizechart-table tbody tr:nth-child(even) {
            background: #f3f3f3
        }

.table-title {
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    display: block;
    padding: 20px 0;
    color: #444
}

.custom-table .sizechart-table td {
    border: 0;
    padding: 10px
}

.custom-table .sizechart-table tbody {
    border: 1px solid #ddd
}

.stitch-info {
    padding: 15px 0;
    z-index: 1;
    position: relative
}

    .stitch-info:before {
        top: 0;
        bottom: 0;
        z-index: -1;
        content: "";
        background: #f5f5f5;
        left: -9999px;
        right: -9999px;
        position: absolute;
        border-top: 1px solid #e1e1e1;
        border-bottom: 1px solid #e1e1e1
    }

    .stitch-info:after {
        display: block;
        clear: both;
        content: ""
    }

    .stitch-info p {
        float: left;
        padding: 9px 0 0
    }

.whts {
    float: right;
    font-size: 20px;
    background: url(../images/whats2.svg) no-repeat left center;
    padding: 5px 0 5px 30px
}

.s-holde1 select {
    margin-left: 5px
}

#target {
    margin-top: 20px
}

    #target .add-to-cart-button {
        background: #000 url(../images/bagwhite.svg) no-repeat;
        padding: 15px 75px;
        text-transform: uppercase;
        color: #fff;
        text-align: center;
        border: 0;
        background-position: 20% 43%;
        width: 220px;
        margin: auto;
        display: block
    }

.full-description h3 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 0 0 5px
}
/*****************/
.master-wrapper-content {
    padding: 0;
    max-width: none;
}

.slider-nav-thumbnails a {
    display: none;
}

    .slider-nav-thumbnails a:nth-child(1) {
        display: block;
    }
/*****************/
@media all and (min-width:1024px) {
    .item-grid, .block .ulistbox {
        padding: 0 35px;
    }

    .sticky {
        position: static !important;
        margin-top: 0;
    }

    .stick-content {
        display: none;
    }

    .single-product-image img {
        width: 100%;
        height: 100vh;
        left: 0;
        top: 0;
        object-fit: cover;
        object-position: top;
    }

    .single-product-image a {
        display: block;
        font-size: 0;
    }

    .gallery .picture-thumbs a {
        margin: 0 0 2px;
    }

    #stick-details #thumbsremove {
        display: none;
    }

    .html-stick-page .master-wrapper-content {
        max-width: none;
        padding: 0;
    }

    .html-product-details-page.html-stick-page .breadcrumb {
        padding: 20px 10px;
    }

    #stick-details .gallery {
        display: block;
        width: 100%;
        margin: 0;
    }

    #stick-details #ValuePic {
        width: 50%;
    }

    #stick-details .gallery .picture-thumbs a img {
        width: 100%;
    }

    #stick-details .overview {
        width: 50%;
        padding: 0 7%;
    }

    #stick-details .related-products-grid.product-grid, #stick-details .block.gridbox.block-recently-viewed-products {
        max-width: 1620px;
        margin: auto;
        padding: 0 10px;
    }

    #stick-details figure {
        margin: 0 0 5px;
    }

    #ValuePic {
        width: 70%;
        float: left;
        margin: 0;
        position: relative;
        display: flex;
        gap: 2px;
    }

    #thumbsremove .slick-track {
        width: auto !important
    }

    #thumbsremove .slick-slide {
        width: 23% !important;
        margin: 0 2% 2% 0;
        opacity: .5
    }

        #thumbsremove .slick-slide.slick-active {
            opacity: 1
        }

    #thumbsremove {
        width: 50%;
    }

        #thumbsremove .slick-slide {
            width: auto !important;
            padding: 0 0 2% 0;
            opacity: .90;
            margin: 0;
        }

    .slider-nav-thumbnails.slick-vertical .slick-prev {
        top: -10px;
        background: #ffffffc4 url("../images/up1.svg") no-repeat center;
        background-size: 16px;
        margin: 0;
        transform: translateX(-50%);
        left: 50%;
        border: 0;
        cursor: pointer;
        border-radius: 0;
        width: 100%;
        height: 20px;
    }

    .slider-nav-thumbnails.slick-vertical .slick-next {
        bottom: -10px;
        background: #ffffffc4 url("../images/down1.svg") no-repeat center;
        background-size: auto;
        background-size: 16px;
        margin: 0;
        transform: translateX(-50%);
        left: 50%;
        top: auto;
        border: 0;
        cursor: pointer;
        border-radius: 0;
        width: 100%;
        height: 20px;
    }

    .gallery {
        position: relative;
        width: 50%;
    }

    .attributes .option-list.YOU li, .attributes .option-list.You li, .attributes .option-list.you li {
        margin: 0 0 10px 0
    }

    .item-box .details {
        margin: 5px 0 0
    }

    .footer {
        margin: 30px 0 0
    }

    .center-1 {
        margin: 0
    }

    .leftside {
        float: left;
        width: 6%;
        margin: 0 1.2% 0 0
    }

    .slider-nav-thumbnails {
        display: block !important;
        font-size: 0;
    }

    .leftside .slick-track {
        width: auto !important
    }

    .leftside .slick-slide {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        margin: 0 0 10% 0;
        font-size: 0;
        border: 0
    }

        .leftside .slick-slide:nth-child(3n) {
            margin-right: 0
        }

        .leftside .slick-slide.slick-active {
            opacity: .65
        }
}

@media all and (max-width:1023px) {
    .video-frame {
        display: none;
    }

    .open-video .video-frame {
        display: block;
    }

    .gridbox .title strong {
        padding: 16px;
    }

    #ValuePic .ribbonOutofStock {
        right: -10px;
        top: 3px;
    }

    .gallery .picture-thumbs a img {
        width: 100%;
    }

    #ValuePic .immediatedelivery {
        top: 3px;
        left: -10px;
    }

    .gallery {
        margin: 0 -15px;
    }

    #custom360 a {
        margin: 0.5%;
    }

    .video-frame {
        margin: .5%;
        width: 99%;
    }

    .gallery .ribbonOutofStock {
        top: 0;
        right: -10px;
    }

    #thumbsremove {
        display: none;
    }

    .leftsidebar {
        margin-top: 0
    }

    .attributes {
        max-width: 767px
    }

    .item-grid {
        margin: 0 -1%;
        padding: 0 15px;
    }

    .related-products-grid .item-grid .item-box {
        width: 48%;
        margin: 1%;
    }

    .gridbox li {
        width: 48%;
        margin: 1%;
    }

    .related-products-grid .title {
        font-size: 16px;
        border: 0;
        padding: 0;
    }

    .product-collateral {
        padding: 0
    }

    .product-grid .title strong {
        padding: 15px
    }

    .additional-details {
        padding: 8px 0 0
    }

    .related-products-grid .item-box .details {
        margin: 10px 0 0
    }

    .product-essential {
        margin: auto
    }

    .overview {
        float: none;
        width: auto;
        margin: 0
    }

        .gallery:after, .overview:after {
            content: "";
            display: block;
            clear: both
        }

    .overview {
        padding: 20px 15px;
    }

    .product-tags-box .title {
        text-align: left
    }

    .html-product-details-page .breadcrumb {
        display: none;
        padding: 15px 0
    }

    .leftside {
        display: none
    }

    .product-reviews-overview {
        border-bottom: 1px solid #c1c1c1;
        margin: 0
    }

    .overview .product-name h1 {
        font-size: 18px
    }

    .gallery .picture-thumbs {
        display: flex;
        flex-wrap: wrap;
    }

    #custom360 a {
        flex-grow: 1;
        flex-shrink: 0;
    }

    #custom360 a {
        max-width: 100%;
        width: 100%;
    }

    #custom360 a {
        cursor: zoom-in;
    }

    #custom360 a {
        width: calc(50% - 100px / 2);
    }

        #custom360 a:first-child {
            width: 99%;
        }

    .gallery {
        margin: -0.5%;
    }
}

@media all and (max-width:767px) {
    .open-video .video-frame {
        margin: auto;
        width: 90%;
    }

    #ValuePic .immediatedelivery {
        top: 8px;
        left: 5px;
    }

    #custom360 a, .video-frame {
        margin: 0;
    }

    #ValuePic .ribbonOutofStock {
        top: 0;
    }

    .gallery {
        margin: 0;
    }

    .sizewrap {
        width: 96%;
    }

    .s-hoder {
        display: block;
        width: auto;
        float: none !important
    }

        .s-hoder label {
            font-size: 12px
        }

    #ValuePic {
        margin: 0 -10px
    }
    /***************/
    .scrolling-down .ovstick {
        position: fixed;
        bottom: 0;
        z-index: 9999;
        background: rgba(255, 255, 255, 0.95);
        left: 0;
        right: 0;
        padding: 10px 10px 0;
        text-align: center;
    }

    .scrolling-down .quantity-detail {
        left: -11px;
    }

    .scrolling-down .overview .add-to-cart {
        margin: 0 -10px;
        padding: 10px 0;
    }

    .scrolling-down .overview .short-description {
        display: none;
    }

    .scrolling-down .attributes .option-list.Size li label {
        background: transparent;
        padding: 0 15px;
        font-size: 12px;
    }

    .scrolling-down .attributes .option-list li {
        margin: 5px;
        display: inline-block;
        vertical-align: middle;
    }

    .scrolling-down .attributes .option-list.Size li {
        margin: 0;
    }

    .scrolling-down .qty-frame .sizeguide {
        display: none;
    }

    .scrolling-down .attributes .text-prompt {
        margin: 0;
    }

    .scrolling-down .attribute-label, .attributes dt {
        display: block;
        margin: 0;
        white-space: nowrap;
    }

    .scrolling-down .attributes {
        padding: 0;
    }

    .scrolling-down .what-app {
        margin: 10px -10px;
    }

    .gridbox .title {
        border-top: 0;
        padding: 0;
    }

    .scrolling-down .see-more-link {
        display: none;
    }

    .block.gridbox {
        padding-top: 0;
        padding: 0 15px;
    }

    .scrolling-down .overview .product-name h1 {
        font-size: 14px
    }

    .scrolling-down .overview .prices > div {
        padding: 4px;
    }

    .scrolling-down .overview .prices {
        margin: 0px;
        line-height: 1.6;
    }

    .scrolling-down .overview .product-price, .scrolling-down .variant-overview .product-price {
        font-size: 14px;
        font-weight: 300;
    }

    .scrolling-down .overview .add-to-cart-button, .scrolling-down .variant-overview .add-to-cart-button {
        font-size: 12px;
    }
    /*******************/
}

@media all and (max-width:479px) {
    .sizechart-table td {
        font-size: 9px
    }

    .attributes .option-list.Size li {
        margin: 0 5px 6px 0
    }

    .gridbox li {
        width: 48%;
        margin: 0 1% 25px
    }
}

.overview .availability, .overview .availability .stock, .variant-overview .availability, .variant-overview .availability .stock {
    margin: 10px 0;
}

.ui-dialog {
    font: inherit;
    z-index: 999;
}

    .ui-dialog::before {
        z-index: -1;
    }

.tooltip {
    padding: 10px 0;
}

#ValuePic .ribbonOutofStock {
    right: 0;
}

.toggleImageBody .overview {
    width: 0;
    max-width: 0;
    right: -33%;
}

.toggleImageBody #ValuePic {
    width: 100%;
}

.toggleImageBody .theiaStickySidebar {
    width: 100%;
}
/***********/
.product-info-togggle-inner {
    position: fixed;
    top: 50%;
    width: 20px;
    background: #ddd;
    right: 0;
    display: block;
    font-size: 0;
    padding: 15px 4px;
    border-radius: 5px 0 0 5px;
    z-index: 9;
}

svg.icon-arrow-left {
    width: 10px;
    height: 12px;
}

.ribbon-img-center .button-1 {
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    border: none;
    padding: 8px 16px;
    font-size: 14px;
    border-radius: 3px;
}

@media (min-width: 992px) {
    .ribbon-img-center {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: all 0.3s ease;
        pointer-events: none;
        z-index: 9
    }
    /* Product box (adjust class according to your theme) */
    .product-img {
        position: relative;
        overflow: hidden;
    }

        /* when user hovers image container */
        .product-item:hover .ribbon-img-center,
        .product-img:hover .ribbon-img-center {
            opacity: 1;
            pointer-events: auto;
        }

    /* Button styling (optional clean look like your screenshot) */
    .ribbon-img-center .button-1 {
        background: rgba(0, 0, 0, 0.7);
        color: #fff;
        border: none;
        padding: 8px 16px;
        font-size: 14px;
        border-radius: 3px;
    }
}
