.wrapper-breadcrums .breadcrumbs {
    min-height: 40px;
}

.wrapper-breadcrums .breadcrumbs ul.breadcrumbs-items {
    padding: 9px 0;
    list-style: none;
    margin: 0;
}

.wrapper-breadcrums .breadcrumbs ul.breadcrumbs-items>li {
    display: inline-block;
    position: relative;
    font-size: 14px;
}

.wrapper-breadcrums .breadcrumbs ul.breadcrumbs-items svg {
    fill: #111;
    width: 17px;
    height: 17px;
}

.wrapper-breadcrums .breadcrumbs ul.breadcrumbs-items>li:before {
    content: "/";
    margin: 0 5px;
    position: relative;
    top: 0;
}

.wrapper-breadcrums .breadcrumbs ul.breadcrumbs-items>li:first-child:before {
    display: none
}

.wrapper-breadcrums .breadcrumbs ul.breadcrumbs-items>li:nth-child(2):before {
    content: "";
}


.single-product-top-content {
    padding: 40px 0 20px;
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
}

@media (max-width: 993px) {
    .single-product-top-content {
        padding: 15px 0 20px;
    }
}

.page-title-mini-wrapper {
    margin-bottom: 0;
}

@media (max-width: 993px) {
    .page-title-mini-wrapper {
        margin-top: 10px;
    }
}

.single-product-top-content .product-labels span {
    margin-bottom: 10px;
    color: #fff;
    background: var(--bs-tertiary-bg);
    padding: 5px 10px;
    min-width: 50px;
    text-align: center;
    text-transform: uppercase;
    word-break: break-all;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.2;
    border-radius: 12px;
}

.single-product-top-content .product-labels {
    position: absolute;
    top: 7px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    transition: opacity 0.3s ease;
    left: auto;
    right: 20px;
    align-items: flex-end;
    z-index: 10;
    width: auto;
    transition: all 0.3s ease;
    cursor: none;
}

.vrmedia-gallery {
    max-width: 100%;
}

.vrmedia-gallery img {
    object-fit: cover;
    width: 100%;
}

.vrmedia-gallery .lSGallery {
    display: inline-flex;
}

.vrmedia-gallery .lSGallery li {
    border-radius: 12px !important;
}

.lSSlideOuter li {
    border: 1px solid #e2e2e2;
}

.vrmedia-gallery .lSGallery li.active {
    border: 2px solid #ffd600;
    box-shadow: 0 2px 4px #00000040;
}

.lSSlideOuter li {
    border: 1px solid #e2e2e2;
}

.single-product-template .page-title {
    margin: 0px 0 15px 0;
}

.product-info-main-table {
    width: 100%;
}

.product-info-main-table .product-info-group {
    display: inline-flex;
    align-items: center;
    margin: 0 3px 3px 0px;
    background: rgba(55, 73, 187, 0.05);
    border-radius: 24px;
    line-height: 24px;
    padding: 0 6px;
    font-size: 11px;
}

.product-info-main-table .product-info-label {
    color: #666;
}

.product-info-main-table .product-info-label:after {
    content: ":";
}

.product-info-main-table .product-info-data {
    font-weight: 600;
    padding-left: 5px;
}

.single-product-top-content .short-description {
    margin: 16px 0;
    font-weight: normal;
}

.single-product-top-content .short-description ul {
    padding-left: 0;
}

.single-product-top-content .short-description li {
    line-height: 20px;
    padding-bottom: 5px;
    list-style: disc;
    margin-left: 20px;
}

.product-price-cover {
    width: 100%;
}

.product-price-cover .product-price .current-price {
    font-size: 4rem;
    text-decoration: none;
    font-weight: 900;
    color: var(--bs-primary) !important;
}


.product-price-cover .product-price .save-price {
    font-weight: normal;
    display: block;
    margin-left: 20px;
    color: var(--bs-btn-secondary-bg);
}

.product-price-cover .product-price .old-price {
    text-decoration: line-through;
    color: #b6b6b6;
    margin-left: 20px;
    font-size: 1.5rem;
    font-weight: 600;
    display: block;
    line-height: 1;
}

.product-price-setup {
    width: 100%;
    flex-wrap: wrap;
    padding-bottom: 10px;
}

.product-price-setup .product-qty {
    margin: 0 10px 0 0;
    background: #fff;
    font-size: 16px;
    font-weight: 700;
    color: var(--bs-primary);
    border-radius: 5px;
    padding: 0;
    max-width: 180px;
    position: relative;
    display: flex;
    align-items: end;
    justify-content: space-between;
    min-height: 50px;
}

.product-price-setup .product-qty:hover,
.product-price-setup .product-qty:focus,
.product-price-setup .product-qty:active {
    color: var(--bs-primary);
}

.product-price-setup .product-qty>a {
    border: 2px solid var(--bs-primary);
    font-size: 16px;
    position: relative;
    display: flex;
    align-items: center;
    color: var(--bs-primary);
    justify-content: center;
    padding: 5px;
    min-height: 50px;
    margin: 0 !important;
    border-radius: 0;
}

.product-price-setup .product-qty>a.qty-down {
    border-right: 1px solid var(--bs-primary);
    min-width: 40px;
}

.product-price-setup .product-qty>a.qty-up {
    border-left: 1px solid var(--bs-primary);
    min-width: 40px;
}

.product-price-setup .product-qty>a.qty-down:hover,
.product-price-setup .product-qty>a.qty-up:hover {
    border-color: var(--bs-primary) !important;
    color: var(--bs-primary);
}

input {
    border: 1px solid #ececec;
    border-radius: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 20px;
    font-size: 16px;
    width: 100%;
}

input.qty-val {
    border: 0;
    border-radius: 0;
    padding: 10px;
    text-align: center;
    height: 50px;
    border: 2px solid var(--bs-primary);
    border-right: 1px solid var(--bs-primary);
    border-left: 1px solid var(--bs-primary);
    min-width: 90px;
}

.product-price-setup .product-qty input.qty-val:hover {
    border-color: var(--bs-primary) !important;
    color: var(--bs-primary);
}

input.qty-val::-webkit-outer-spin-button,
input.qty-val::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.product-price-button {
    display: flex;
}

.product-price-button .w-100 .button {
    background-color: var(--bs-btn-secondary-bg);
    border: 1px solid var(--bs-btn-secondary-bg);
}

.product-price-button .button {
    color: #fff;
    background-color: var(--bs-btn-bg);
    border: 1px solid var(--bs-btn-bg);
    position: relative;
    padding: 0 20px;
    border-radius: 5px;
    border: 0;
    height: 50px;
    line-height: 50px;
    font-weight: 700;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    margin-left: 5px;
}

.product-price-button .button svg {
    fill: #FFF;
}


.product-price-button a.button {
    width: auto;
    cursor: pointer;
}

.product-price-button .button:hover {
    transform: scale(0.95);
}

.product-price-button .button svg.shopping_bag,
.product-price-button .button svg.phone_in_talk {
    fill: #fff;
    width: 24px;
    height: 24px;
}

svg.favorite {
    fill: var(--bs-btn-bg);
    width: 24px;
    height: 24px;
}


button.submit:hover,
button[type="submit"]:hover {
    transform: scale(0.96);
}

.product-price-button a {
    background: #fff none repeat scroll 0 0;
    border: 1px solid var(--bs-primary);
    color: var(--bs-primary);
    border-radius: 5px;
    display: inline-block;
    height: 50px;
    line-height: 55px;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: 50px;
    margin: 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}

.product-price-button a:hover {
    transform: scale(0.95);
}


.product-price-button .button.button-call-to-vendor {
    background-color: var(--bs-btn-secondary-bg);
}

.product-price-button .button.button-call-to-vendor:hover {
    transform: scale(0.95);
}

.product-price-button.product-price-button-sm {
    width: 100%;
    padding: 10px 0px;
}

.product-price-button.product-price-button-sm a {
    width: 100%;
}

.product-price-button.product-price-button-sm a:first-child {
    margin-left: 0px;
}

.product-price-button.product-price-button-sm a:last-child {
    margin-right: 0px;
}


@media (max-width: 1320px) {
    .product-price-button.product-price-button-sm {
        flex-direction: column;
        width: 100%;
        padding: 0px;
    }

    .product-price-button.product-price-button-sm .button {
        margin: 10px 0 0 0;
    }

    .product-price-button.product-price-button-sm a {
        margin: 10px 0 0 0;
    }
}

.product-price-checkout-button {
    margin-top: 10px;
    border-bottom: 1px solid #e1e1e1;
}

.product-price-checkout-button .button {
    width: 100%;
    margin: 10px 0 0;
    justify-content: center;
}

.product-price-checkout-button .button span {
    margin-right: 4px;
}

.product-price-checkout-button>span {
    font-size: 1rem;
    color: #01b9da;
    padding: 5px 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.product-price-checkout-button>span>span:last-child {
    display: inline-flex;
    font-weight: 600;
    padding-right: 10px;
}

.product-delivery-cost {
    width: 100%;
    padding: 0 0 10px 0;
}

.product-delivery-cost>span {
    font-size: 1rem;
    color: #01b9da;
    padding: 5px 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.product-sold {
    display: flex;
    align-items: center;
    column-gap: 3px;
    margin: 0.5rem 0.5rem;
}

.product-sold .sold-circle {
    border-radius: 50%;
    display: inline-block !important;
    padding: 0;
    width: 11px;
    height: 11px;
    margin-right: .5rem;
    transform: scale(1);
    animation: 2.5s infinite pulsegentle;
    transition: opacity .35s ease-in-out;
    background-color: var(--bs-primary);
}

.product-delivery-cost>span>span:last-child {
    display: inline-flex;
    font-weight: 600;
    padding-right: 10px;
}

.product-cat-tags {
    width: 100%;
    padding: 15px 10px 15px 0;
    font-size: 0.9rem;
    border-top: 1px solid #e1e1e1;
}

.single-product-middle-content {
    padding: 20px 0 50px;
    background: rgba(55, 73, 187, 0.04);
}

.single-product-middle-content .navs .nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.single-product-middle-content .navs li {
    padding: 0 20px;
    margin: 0 10px 20px 0;
    flex: 0 0 auto;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    list-style: none;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0 1px 1px #0000001a;
    background: #fff;
}

.single-product-middle-content .navs li:first-child,
.single-product-middle-content .navs li:hover {
    background: var(--bs-btn-secondary-bg);
    color: #fff;
    box-shadow: none;
}

.single-product-middle-content section {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
    margin-top: 0;
    border-radius: 4px;
    box-shadow: 0 1px 1px #0000001a;
}

.single-product-middle-content .section-head {
    padding-bottom: 20px;
}

@media (min-width: 1200px) {

    body h2,
    body .h2 {
        font-size: 1.4rem;
    }
}

.data-table.flex-table {
    display: flex;
    flex-direction: column;
}

.single-product-middle-content .data-table {
    width: 100%;
    margin-top: -20px;
}

.flex-table tr {
    display: flex;
}

@media screen and (max-width: 991px) {
    .flex-table tr {
        flex-wrap: wrap;
    }
}

.single-product-middle-content .data-table .heading-row {
    background: rgba(55, 73, 187, 0.05);
    color: var(--bs-primary);
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    padding: 6px 20px;
    margin: 20px 0 0;
    border-radius: 5px;
}

.flex-table td {
    flex: 1 1 auto;
    display: flex;
}

.flex-table td.name {
    flex: 0 0 250px;
    display: flex;
}

.single-product-middle-content .data-table tbody td {
    padding: 10px 20px;
    line-height: 22px;
    border-bottom: 1px solid #ecedef;
}

.single-product-middle-content .data-table tbody td.name {
    color: #666;
}

.single-product-middle-content .data-table tbody tr:hover {
    background: #fafbfc;
}

@media screen and (max-width: 991px) {
    .flex-table tr {
        flex-direction: column;
    }

    .single-product-middle-content .data-table tbody td.name {
        border-bottom: none;
        padding-bottom: 0;
        margin: -2px 0 -9px;
        font-size: 13px;
        flex: auto;
    }

    .single-product-middle-content .data-table tbody td.name {
        font-weight: 700;
    }

    .single-product-middle-content .data-table tbody td {
        padding: 10px;
    }
}

.single-product-middle-content .full-description {
    line-height: 24px;
    font-size: 15px;
    text-align: justify;
}

.single-product-middle-content .q-n-r-section .section-head {
    display: flex;
    position: relative;
}

.single-product-middle-content .q-n-r-section .section-head>div {
    flex: 1 1 auto;
}

.single-product-middle-content .q-n-r-section .section-head>.title-n-action>span {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.single-product-middle-content .q-n-r-section .section-head>div.q-action {
    position: absolute;
    right: 0px;
    top: 0px;
    flex: 0 0 auto;
    text-align: right;
    display: flex;
    align-items: center;
}

.single-product-middle-content .review-wrap .reviews-summary-container {
    padding-bottom: 5px;
}

.single-product-middle-content .section-head .reviews-summary-container {
    transform: scale(1.4);
    transform-origin: 0;
}

.single-product-middle-content .review-author {
    display: inline-block;
    width: 100%;
    line-height: 20px;
    margin-bottom: 5px;
}

.single-product-middle-content .review-wrap {
    padding: 20px 0;
    border-top: 1px solid #ecedef;
    display: flex;
    flex-direction: column;
}

.single-product-middle-content .review-wrap .review {
    margin-bottom: 20px;
}

.single-product-middle-content .review-wrap .author {
    margin: 0;
    font-size: 13px;
    color: #666;
}

.single-product-middle-content .review-wrap .author .name {
    font-weight: 700;
    color: #3749bb;
}

.single-product-middle-content .review-wrap .reviews-summary-container {
    padding-bottom: 5px;
}

#review .review-wrap .review-title {
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    margin-bottom: 8px;
    line-height: 1.4;
}

#review .review-wrap p.review span {
    display: block;
    font-weight: 600;
    font-size: 0.9rem;
}

#review .review-wrap .review-reviewBody {
    display: block;
}

.sidebar-product-wrap {
    background: #f4f4f4;
    padding: 15px;
}

.sidebar-product-wrap .list-features {
    padding: 10px 0;
    border-bottom: 1px solid #e1e1e1;
}

.sidebar-product-wrap .list-features .media-icon {
    margin: 5px 10px 0 0;
}

.sidebar-product-wrap .list-features .rocket_launch {
    width: 36px;
    height: 36px;
    fill: var(--bs-primary);
}

.sidebar-product-wrap .list-features .media-body {
    width: 100%;
}

.sidebar-product-wrap .list-features .media-body span {
    font-size: .85rem;
    color: #919191;
    letter-spacing: 1.3px;
}

.sidebar-product-wrap .list-features .media-body span.media-heading {
    font-weight: 600;
    color: var(--bs-primary);
    font-size: 1.15rem;
    display: block;
}

.refer-list-features {
    display: flex;
    align-items: center;
    width: 100%;
    color: #fff;
    background-color: var(--bs-primary);
    min-height: 50px;
    position: relative;
    padding: 2px 10px;
    z-index: 1;
    border-right: 8px solid var(--bs-primary);
}

.refer-list-features:hover {
    background-color: #7702bf;
}

.products-selection-wrapper{
    width: 100%;
    display: flex;
    flex-direction: column;
}


.add-to-cut-products-selection-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.add-to-cut-products-selection-wrapper .add-to-cut-products-selection {
    display: flex;
    align-items: center;
    background-color: #fff;
    border: 1px solid #b0b0b0;
    border-radius: 3px;
    font-size: 1em;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    margin-right: 10px;
    margin-bottom: 5px;
    padding: 3px 20px;
    line-height: 2;
}

.add-to-cut-products-selection-wrapper .add-to-cut-products-selection.add-to-cut-products-selection-color,
.add-to-cut-products-selection-wrapper .add-to-cut-products-selection.add-to-cut-products-selection-image {
    background-color: #fff;
    border: 1px solid #b0b0b0;
    border-radius: 3px;
    margin-right: 10px;
    padding: 0px 0px;
}

.add-to-cut-products-selection-wrapper .add-to-cut-products-selection.add-to-cut-products-selection-color span,
.add-to-cut-products-selection-wrapper .add-to-cut-products-selection.add-to-cut-products-selection-image span {
    width: 35px;
    height: 35px;
}

.add-to-cut-products-selection-wrapper .add-to-cut-products-selection.add-to-cut-products-selection-image span {
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: cover;
    /* Resize the background image to cover the entire container */
}





.add-to-cut-products-selection-wrapper .add-to-cut-products-selection.active {
    background-color: #f7f7f7;
    border: 1px solid var(--bs-primary);
    box-shadow: 0 5px 10px -5px rgba(150, 150, 150, 0.5);
}

.add-to-cut-products-selection-wrapper .add-to-cut-products-selection:before {
    content: "✓";
    position: absolute;
    width: 20px;
    height: 18px;
    bottom: 0px;
    right: 0px;
    background: var(--bs-primary);
    color: #FFF;
    text-align: center;
    line-height: 18px;
    font-size: 14px;
    font-weight: 600;
    opacity: 0;
    -webkit-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    border-radius: 25px 0px 3px 0px;
    padding-left: 4px;
    padding-top: 2px;
    z-index: 99;
}

.add-to-cut-products-selection-wrapper .add-to-cut-products-selection.active:before {
    opacity: 1;
}

.products-selection-title {
    font-size: 1em;
    font-weight: 500;
    margin-right: 10px;
}


.add-to-cut-products-selection-wrapper .add-to-cut-single-selection {
    display: none;
}

.single-product-middle-content section.oxygen-product-cartflows {
    padding: 10px;
}

.highlight-head {
    position: absolute;
    width: 12em;
    top: 1.8em;
    right: -3em;
    background: var(--bs-btn-bg);
    color: #fff;
    padding: 0.22em 0;
    text-align: center;
    font-size: 0.8em;
    font-weight: 700;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

@media screen and (min-width: 1600px) {
    .media-list-features {
        background-color: #f1f1f1;
        padding: 10px;
    }
}

.product-shipping-icon-text {
    display: flex;
    justify-content: center;
    column-gap: 1rem;
    flex-direction: row;
}

.product-shipping-icon-text .icon-with-text__item {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 33%;
}

.product-shipping-icon-text .icon {
    margin-bottom: 1rem;
    fill: var(--bs-body-color);
    height: 2rem;
    width: 2rem;
}

.product-shipping-icon-text .inline-richtext {
    text-align: center;
    font-size: 1.15rem;
    line-height: 1.5rem;
}

.product-shipping-icon-accordion {
    margin: 2rem 0 0;
}

.product-shipping-icon-accordion .icon-with-text__item {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.product-shipping-icon-accordion .icon {
    fill: var(--bs-body-color);
    height: 1.6rem;
    width: 1.6rem;
    margin-right: 0.8rem;
}

.product-shipping-icon-accordion .inline-richtext {
    text-align: left;
    font-size: 1rem;
    line-height: 1.5rem;
}
