            .single-product {
                margin-bottom: 50px;
            }
            
            .breadcrumb-content {
                background: #f5f5f5;
                padding: unset !important;
                margin-bottom: 50px;
            }
            
            .breadcrumb.breadcrumb-arrows {
                display: flex;
                list-style: none;
                flex-wrap: wrap;
                margin: 0;
                padding: 10px 0;
            }
            
            .breadcrumb-shop .breadcrumb-arrows li {
              font-size: 13px;
            }
            
            .breadcrumb-arrows>li a span {
                color: #000;
                   font-size: 13px ;
            }
            
            .breadcrumb.breadcrumb-arrows>li+li:before {
                color: #ccc;
                content: "/";
                text-align: center;
                left: 4px;
                position: relative;
                padding: 0 3px;
            }
            
            .product-content .pro-content-header {
                padding-bottom: 10px;
                margin-bottom: 10px;
                border-bottom: 1px solid #e6e6e6;
            }
            
            .product-content .pro-content-header h1 {
                margin: 0px;
                padding: 0px;
                color: #000000;
                font-weight: bold !important;
                letter-spacing: 1.3px !important;
                font-size: 18px;
            }
            
            .product-content .pro-content-header .pro-brand,
            .product-content .pro-content-header .pro-type,
            .product-content .pro-content-header .pro-sku {
                display: inline-block;
                line-height: 24px;
                letter-spacing: 1.3px !important;
            }
            
            .product-content .pro-content-header a {
                color: #000000;
            }
            
            .product-content .pro-content-header>span {
                margin: 0px 5px;
            }
            
            .product-content .pro-price {
                padding-bottom: 10px;
                margin-bottom: 10px;
                border-bottom: 1px solid #e6e6e6;
            }
            
            .product-content .pro-price .current-price {
                display: inline-block;
                margin-right: 15px;
                color: #cf2027;
                font-weight: bold !important;
                letter-spacing: 1.3px !important;
                font-size: 24px;
            }
            
            .product-content .pro-price .original-price {
                display: inline-block;
                margin-right: 15px;
                font-size: 20px;
                color: #bebebe;
                font-weight: bold !important;
                letter-spacing: 1.3px !important;
                font-size: 20px;
            }
            
            .product-content .pro-price .sale-percentage {
                display: inline-block;
                letter-spacing: 1px;
            }
            
            .product-content .pro-short-desc {
                padding-bottom: 15px;
                border-bottom: 1px solid #e6e6e6;
                line-height: 24px;
                margin-bottom: 15px;
            }
            
            .product-content .product-variants-wrapper {
                padding-bottom: 10px;
                margin-bottom: 10px;
                border-bottom: 1px solid #e6e6e6;
            }
            
            .swatch {
                margin: .5em 0;
            }
            
            .swatch .header-variant {
                margin: 0;
                font-weight: normal !important;
                font-weight: bold;
                margin-bottom: 5px;
                display: inline-block;
                min-width: 200px;
                position: relative;
                letter-spacing: 1.3px !important;
            }
            
            .mona-list-varid {
                display: flex !important;
                align-content: center;
                margin: 0;
                padding: 0;
                flex-wrap: wrap;
            }
            
            li.item.active-show.valueChild.size {
                margin: 0;
                width: 45px !important;
                height: 45px !important;
                border-radius: 0 !important;
                border: 1px solid #ddd;
                padding: 2px;
                margin-right: 15px;
                margin-bottom: 10px;
            }
            
            li.item.active-show.valueChild.size.selected {
                border: 2px solid red;
                color: #333;
                background: url(https://theme.hstatic.net/1000290074/1000712859/14/bg-variant-checked.png) no-repeat right bottom #fff;
            }
            
            .mona-list-varid .size span {
                display: flex;
                justify-content: center;
                align-items: center;
                height: 100%;
                cursor: pointer;
                font-weight: bold;
            }
            
            .mona-list-varid .item {
                margin: 0;
                width: 35px !important;
                height: 35px !important;
                border-radius: 50%;
                padding: 2px;
                margin-right: 15px;
            }
            
            li.item.active-show.valueChild.selected {
                border: 1px solid #e4393c
            }
            
            .mona-list-varid .item .mona-bg {
                cursor: pointer;
                width: 100%;
                height: 100%;
                display: block;
                transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                -webkit-transition: all 0.3s ease-in-out;
                margin: 0;
                background-size: cover;
                background-position: center;
                background-repeat: no-repeat;
                border-radius: 50%;
            }
            
            .product-detail-option-desc {
                position: static;
                cursor: pointer;
                margin-bottom: 10px;
                font-size: 14px;
                font-weight: 300;
                text-transform: none;
                height: 20px;
                padding-left: 38px;
                border-left: 1px solid #ebebeb;
                line-height: 20px;
            }
            
            .product-detail-option-desc a,
            .product-detail-option-desc span {
                cursor: pointer;
                line-height: 20px;
                display: block;
                color: #686868;
            }
            
            #sizechart-pop {
                position: fixed;
                top: 10% !important;
                left: 55%;
                margin-left: -500px;
                max-width: 850px;
                width: 100%;
                z-index: 10004;
                background: #fff;
                height: 80% !important;
                overflow-y: auto;
                margin-top: 0 !important;
            }
            
            .sizechart_header {
                height: 50px;
                width: 100%;
                background-color: #6E6E6E;
            }
            
            .sizechart_header .close-popup {
                width: auto;
                float: right;
                margin: 15px 15px 0 0;
                color: #FFF;
                text-decoration: none;
                font-size: 20px;
            }
            
            .sizechart_header h2 {
                width: auto;
                float: left;
                color: #FFF;
                font-size: 18px;
                margin: 15px 0 0 15px;
            }
            
            .hide {
                display: none !important;
            }
            
            .bg-sizechart {
                position: fixed;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                z-index: 9999;
                background: #363636;
                opacity: 0.6;
                -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=60);
                filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=60);
            }
            
            .product__policy {
                list-style-type: none;
                border: 2px dashed red;
                border-style: dotted;
                border-radius: 17px;
                margin: 0;
                padding: 15px;
            }
            
            .product__policy-title {
                display: -webkit-box;
                display: -moz-box;
                display: -ms-flexbox;
                display: -moz-flex;
                display: -webkit-flex;
                display: flex;
                align-items: center;
                text-transform: uppercase;
                font-weight: bold;
                color: #000000;
            }
            
            .product__policy-subtitle {
                color: #6b6b6b;
            }
            
            .product__policy-title i {
                font-size: 16px;
                margin-right: 5px;
            }
            
            .product__policy-subtitle a {
                font-weight: bold;
                color: red;
                font-size: 20px;
            }
            
            .product__policy-item:nth-child(1n+2) {
                margin-top: 20px;
            }
            
            .form-add-cart span {
                margin: 0;
                font-weight: bold;
                margin-bottom: 5px;
                display: block;
                min-width: 200px;
                position: relative;
            }
            
            .buttons_added .is-form {
                float: left;
                border: 1px solid #e6e6e6 !important;
                cursor: pointer;
                font-weight: 600;
                font-size: 16px;
                outline: none;
                height: 32px;
                width: 32px;
                text-align: center;
                border-radius: 0;
                background: transparent;
            }
            
            .buttons_added .input-qty {
                font-weight: 600;
                width: 90px;
                padding: 5px 25px;
                text-align: center;
                border: 1px solid #e6e6e6;
                border-left: none;
                border-right: none;
                border-radius: 1px;
                float: left;
                -webkit-appearance: none;
                background: transparent;
            }
            
            .product-actions {
                padding-top: 10px;
                text-align: end;
            }
            
            .product-actions button {
                display: inline-block;
                position: relative;
                outline: 0;
                height: 40px;
                line-height: 40px;
                text-align: center;
                border-radius: 8px;
            }
            
            .product-actions span {
                font-weight: bold;
                letter-spacing: 1.3px;
                padding-left: 12px;
                font-size: 18px;
            }
            
            .product-actions button.btnChatNow,
            .product-actions button.btnAddToCart {
                background: #cf2027;
                border: 1px solid #cf2027;
                color: #fff;
                width: 40px;
            }
            
            .product-actions button.btnAddToCart {
                width: auto !important;
                padding: 0 5px;
            }
            
            .product-actions button.btnBuyNow {
                background: #cf2027;
                border: 1px solid #cf2027;
                color: #fff;
                padding: 0px 12px;
                font-weight: bold !important;
                letter-spacing: 1.3px !important;
                font-size: 18px;
            }
            
            .product-description-wrapper {
                border-radius: 8px;
                overflow: hidden;
                border: 1px solid #e6e6e6;
            }
            
            @media(max-width: 768px) {
                .product-description-wrapper {
                    margin-bottom: 30px;
                }
            }
            
            .product-description-wrapper div.tab {
                display: flex;
                position: relative;
                background: rgba(207, 32, 39, 0.5);
            }
            
            .product-description-wrapper div.tab button {
                border: none;
                background: rgba(207, 32, 39, 0.5);
                color: #fff;
                text-align: center;
                float: left;
                padding: 15px;
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                transition: all 0.3s ease;
                font-weight: bold !important;
                font-size: 16px;
                letter-spacing: 1.3px !important;
            }
            
            .product-description-wrapper div.tab button.active,
            .product-description-wrapper div.tab button:hover {
                background: #cf2027;
            }
            
            .product-description-wrapper .pro-tabcontent {
                display: none;
                padding: 15px;
                -webkit-animation: fadeEffect 1s;
                animation: fadeEffect 1s;
            }
            
            #related-products,
            #seen-products {
                border: 1px solid #e6e6e6;
                border-radius: 8px;
                overflow: hidden;
            }
            
            #related-products .home-section-body,
            #seen-products .home-section-body {
                padding: 15px;
                display: grid;
            }
            
            #related-products {
                margin-bottom: 30px;
            }
            
            #related-products .home-section-head h2,
            #seen-products .home-section-head h2 {
                width: 100%;
                display: block;
                background: #cf2027;
                color: #fff;
                text-align: center;
                float: left;
                outline: none;
                cursor: pointer;
                padding: 15px;
                margin: 0px;
                font-weight: bold !important;
                letter-spacing: 1.3px !important;
                font-size: 14px;
            }
            
            #related-products .home-section-body,
            #seen-products .home-section-body {
                padding: 15px;
            }
            
            #related-products .home-section-body ul {
                padding: 0px;
            }
            
            #related-products .home-section-body ul>li {
                margin-bottom: 15px;
            }
            
            #related-products .home-section-body ul>li a {
                display: block;
                border-radius: 8px;
                overflow: hidden;
            }
            
            #related-products .home-section-body ul>li a img,
            #seen-products .seen-item .product-img a img {
                width: 100%;
                transform: scale(1);
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }
            
            #related-products .home-section-body ul>li:hover img,
            #seen-products .seen-item:hover .product-img img {
                transform: scale(1.05);
            }
            
            #related-products .home-section-body ul>li .rsp-title {
                margin-bottom: 5px;
            }
            
            #related-products .home-section-body ul>li:hover .rsp-title a {
                color: #cf2027;
            }
            
            #related-products .home-section-body ul>li .rsp-title a {
                color: #000000;
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                transition: all 0.3s ease;
                font-weight: bold !important;
                letter-spacing: 1.3px !important;
            }
            
            #related-products .home-section-body ul>li .rsp-price>span.rsp-current-price {
                color: #cf2027;
                display: inline-block;
                margin-right: 5px;
                font-weight: bold !important;
                letter-spacing: 1.3px !important;
            }
            
            #related-products .home-section-body ul>li .rsp-price>span.rsp-original-price {
                color: #bebebe;
                display: inline-block;
                margin-right: 5px;
                font-weight: bold !important;
                letter-spacing: 1.3px !important;
            }
            
            #related-products .home-section-body ul>li:last-child {
                margin: 0px;
            }
            
            #seen-products .seen-item .product-img>a {
                display: block;
                border-radius: 8px;
                overflow: hidden;
            }
            
            #seen-products .seen-item .product-title>a {
                display: inline-block;
                color: #000000;
                font-weight: bold !important;
                letter-spacing: 1.3px !important;
                font-size: 12px;
            }
            
            #seen-products .seen-item .product-price {
                margin-bottom: 5px;
            }
            
            #seen-products .seen-item .product-price>span {
                display: inline-block;
            }
            
            #seen-products .seen-item .product-price>span.current-price {
                float: left;
                color: #cf2027;
                font-weight: bold !important;
                letter-spacing: 1.3px !important;
            }
            
            #seen-products .seen-item .product-price>span.original-price {
                float: right;
                color: #bebebe;
                font-weight: bold !important;
                letter-spacing: 1.3px !important;
            }
            
            @media (min-width: 769px) {
                .col-md-5 {
                    flex: 0 0 auto !important;
                    width: 41.66666667% !important;
                }
            }
            
            @media (min-width: 576px) and (max-width:768px) {
                .col-sm-12 {
                    flex: 0 0 auto !important;
                    width: 100% !important;
                }
            }
            
                
    .product_detail_image {
        display: flex;
    }
    
    .product_detail_image .product-image-left {
        width: 20%;
    }
    
    .product-single__gallery {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-color: #d2d2d2 #fff!important;
        scrollbar-width: thin!important;
        height: 515px;
    }
    
    .product_detail_image .product-image-left a img {
        margin-bottom: 10px;
    }
    
    .product_detail_image .product-image-right {
        width: 80%;
    }
    
    @media (max-width:768px) {
        .product_detail_image .product-image-left {
            width: 100%;
            margin-top: 10px;
            margin-right: 0;
        }
        .product_detail_image .product-image-right {
            width: 100%;
        }
        .product_detail_image .product-image-left a img {
            padding-right: 10px;
        }
        .product_detail_image {
            display: flex;
            flex-direction: column-reverse;
        }
        .product-single__gallery {
            display: -webkit-box;
            overflow-y: hidden;
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
            height: unset;
        }
    }