.product-details.content {
    padding-top: 10px;
}

.pd-full {
    background: var(--s-b-bg);
    border-top: 1px solid #ddd;
    padding: 20px 0 50px;
}

.pd-full section {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
    margin-top: 0;
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}

.data-table.flex-table {
    display: flex;
    flex-direction: column;
}
.flex-table tr {
    display: flex;
}
.flex-table td {
    flex: 1 1 auto;
    display: flex;
}
.flex-table td.name {
    flex: 0 0 250px;
    display: flex;
}

h1.product-name {
    color: var(--s-secondary);
    padding: 5px 0 10px;
    margin: 0;
}
.product-short-info {
    margin-bottom: 15px;
}

.product-info-table tbody {
    display: flex;
    flex-wrap: wrap;
}

.product-info-table tbody tr {
    margin: 0 7px 7px -2px;
    background: var(--s-s-bg);
    border-radius: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 14px;
}

.product-info-table tbody tr .product-info-label {
    color: #666666;
}

.product-info-table tbody tr .product-info-data {
    font-weight: bold;
    font-size: 14px;
}

.product-info-table tbody tr .product-info-data ins {
    text-decoration: none;
}


.product-info-table tbody tr .product-info-data del {
    color: #666666;
}

.product-info-table tbody tr .product-info-label:after {
    content: ":";
}

.pd-q-actions {
    padding: 15px 20px 15px;
    margin: 0 0 30px;
    border-radius: 40px;
    display: flex;
    background: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.pd-q-actions > * {
    flex: 0 0 auto;
    padding-right: 20px;
    height: 20px;
    display: flex;
}

.pd-q-actions .share-on {
    flex: 1 1 auto;
    padding: 0;
    line-height: 24px;
    position: relative;
    top: -2px;
}

.pd-q-actions .share-on .icon-sprite {
    -moz-transform: scale(.8);
    -webkit-transform: scale(.8);
    -o-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    cursor: pointer;
}

.pd-q-actions .share-on span.share-icon {
    margin-left: 5px;
    opacity: .7;
    cursor: pointer;
}

.pd-q-actions .share-on span.share-icon:hover {
    opacity: 1;
}

.pd-q-actions .review {
    border-right: 1px solid #ddd;
    margin-right: 20px;
    cursor: pointer;
}

.pd-q-actions .que {
    border-right: 1px solid #ddd;
    margin-right: 20px;
    cursor: pointer;
}

.pd-q-actions .options {
    padding-right: 0;
}

.pd-q-actions .options span {
    display: flex;
    align-content: center;
    margin-left: 20px;
    cursor: pointer;
    color: #000;
}

.pd-q-actions .options span:hover {
    color: var(--s-primary);
}

.pd-q-actions .options span i {
    font-size: 20px;
    width: 20px;
    height: 20px;
    margin-right: 7px;
}

.pd-summary {
    width: 100%;
    padding-bottom: 40px;
}

.pd-summary .stock-status {
    display: inline-block;
    background: #EDF2F5;
    color: #666666;
    line-height: 42px;
    padding: 0 50px;
    border-radius: 3px;
    margin-right: 15px;
    font-weight: bold;
}

.short-description {
    margin-bottom: 20px;
}

.pd-summary h2 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 10px;
}

.product-details .short-description li {
    display: block;
    line-height: 20px;
    padding-bottom: 10px;
}

.product-details .short-description .view-more {
    display: inline-block;
    line-height: 24px;
    padding-bottom: 2px;
    color: var(--s-primary-dark);
    border-bottom: 1px solid var(--s-primary-dark);
    cursor: pointer;
}

.product-details .short-description .view-more:hover {
    text-decoration: none;
    box-shadow: 0 1px 0 var(--s-primary);
}

.short-note {
    color: var(--s-primary);
    background: #EDF2F5;
    display: flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    padding: 4px 8px;
    border-radius: 4px;
}
.product-details .basic .col-md-6 {
    display: flex;
    align-items: center;
}

.product-details .basic .product-images {
    width: 100%;
    text-align: center;
}

.product-details .product-img-holder .thumbnail {
    display: block;
    padding: 15px;
}

.product-images .thumbnails {
    display: flex;
    justify-content: center;
    padding: 30px 0;
}

.product-images .thumbnails li {
    display: block;
    flex: 0 0 60px;
    background: #fff;
    margin-right: -1px;
    padding: 10px;
    height: auto;
    border: 1px solid #eee;
}

.product-images .thumbnails li a {
    font-size: 0;
    display: inline-block;
}

.product-details .btn-compare {
    line-height: 20px;
    display: inline-block;
    font-size: 13px;
    color: #666666;
    cursor: pointer;
}

.product-details .btn-compare:hover {
    color: #111;
}

.product-details .btn-compare .material-icons {
    float: left;
    font-size: 20px;
    margin-right: 5px;
}

.product-details .product-images .thumbnail .main-img {
    max-width: 400px;
}

.product-price-options {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
}

.product-price-options .p-wrap {
    flex: 1 1 auto;
    border: 2px solid #EDF2F5;
    position: relative;
    padding: 15px 15px 15px 55px;
    box-shadow: 40px 0 0 #fafafa inset;
    cursor: pointer;
}

.product-price-options .p-wrap:hover,
.product-price-options .p-wrap.active{
    border: 2px solid var(--s-secondary);
}

.product-price-options .p-wrap.cash {
    flex: 0 0 45%;
    margin-right: 15px;
}

.product-price-options .p-wrap input {
    position: absolute;
    height: 20px;
    left: 12px;
    top: 50%;
    margin-top: -10px;
    transform: scale(1.5);
    cursor: pointer;
}

.product-price-options .p-wrap .price {
    display: inline-block;
    font-size: 20px;
    line-height: 22px;
    padding-bottom: 5px;
    font-weight: bold;
}

.product-price-options .p-wrap .price .price-old {
    color: #666666;
    font-size: 18px;
    font-weight: normal;
    text-decoration: line-through;
}

.product-price-options .p-wrap .p-tag {
    font-size: 13px;
    line-height: 20px;
    white-space: nowrap;
}

.product-details .cart-option {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.product-details .cart-option .quantity {
    width: 140px;
    display: flex;
    border: 1px solid #EDF2F5;
}

.product-details .cart-option .quantity span {
    display: flex;
    flex: 0 0 40px;
    align-items: center;
    text-align: center;
}

.product-details .cart-option .quantity span:hover {
    background: #f1f1f1;
}

.product-details .cart-option .quantity span i {
    margin: 0 auto;
    cursor: pointer;
    font-size: 20px;
    height: 20px;
}

.product-details .cart-option .quantity span input {
    width: 60px;
    height: 40px;
    border: none;
    box-shadow: 1px 0 0 #EDF2F5, -1px 0 0 #EDF2F5;
    text-align: center;
}

.product-details .cart-option .btn {
    min-width: 200px;
}

.product-details .navs li {
    padding: 0 20px;
    margin: 0 10px 20px 0;
}

.product-details .navs li:first-child,
.product-details .navs li:hover {
    background: var(--s-primary-dark);
    color: #fff;
    box-shadow: none;
}

.product-details p.section-blurb {
    color: #666666;
    margin-bottom: 0;
}

.product-details .data-table {
    width: 100%;
    margin-top: -20px;
}

.product-details .data-table .heading-row {
    background: var(--s-s-bg);
    color: var(--s-secondary);
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
    padding: 6px 20px;
    margin: 20px 0 0;
    border-radius: 5px;
}

.product-details .data-table tbody td {
    padding: 10px 20px;
    line-height: 22px;
    border-bottom: 1px solid #ECEDEF;
}

.product-details .data-table tbody tr:hover {
    background: #fafbfc;
}

.product-details .data-table tbody td.name {
    color: #666666;
}

.product-details .full-description {
    line-height: 24px;
}
.product-details .full-description a {
    color: var(--s-primary-dark);
    text-decoration: underline;
}

.product-details .full-description ul {
    padding: 10px 0 10px 16px;
}

.product-details .full-description ul li {
    margin-bottom: 5px;
}
#button-cart[disabled] {
    background: #EDF2F5;
    color: #666666;
    border-color: #EDF2F5;
}
.pd-full .c-left section {
    padding: 10px 20px;
    margin-left: -10px;
}

.c-left section  h3 {
    text-align: center;
    padding: 5px 0 15px;
    margin: 0;
    color: var(--s-secondary);
}

.p-s-item {
    background: #fff;
    display: flex;
    padding: 15px 0;
    border-top: 1px solid #ECEDEF;
}

.p-s-item .image-holder {
    flex: 0 0 86px;
    display: flex;
}

.p-s-item .image-holder img {
    width: 70px;
}

.p-s-item .product-name {
    margin: 0 0 10px;
}

.p-s-item .product-name a {
    font-size: 15px;
    color: #000;
    font-weight: normal;
    line-height: 16px;
}

.p-s-item .product-name a:hover {
    color: var(--s-primary);
}

.p-s-item .price {
    font-size: 16px;
    color: var(--s-primary-dark);
    padding-bottom: 12px;
}

.product-details .section-head {
    padding-bottom: 20px;
}

.product-details .q-n-r-section .section-head {
    display: flex;
    border-bottom: 1px solid #eee;
}

.product-details .q-n-r-section .pagination {
    padding-top: 20px;
}

.product-details .question-wrap {
    padding: 20px 0 20px 30px;
    border-bottom: 1px solid #ECEDEF;
}

.product-details .question-wrap p {
    margin-bottom: 0;
    position: relative;
}

.product-details .question-wrap p.author {
    font-size: 13px;
    margin: 0 0 10px;
    color: #666666;
}

.product-details .question-wrap p.author .name {
    color: var(--s-secondary);
    font-weight: bold;
}

.product-details .question-wrap p.answerer {
    font-size: 13px;
    color: #666666;
    margin: 10px 0 0;
    display: none;
}

.product-details .question-wrap h3 {
    position: relative;
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 22px;
}

.product-details .question-wrap .hint {
    position: absolute;
    left: -30px;
    font-weight: bold;
    color: #111;
    font-size: 14px;
}

.product-details .question-wrap .answer {
}

.product-details .q-n-r-section .section-head > div {
    flex: 1 1 auto;
}

.product-details .q-n-r-section .section-head > div.q-action {
    flex: 0 0 auto;
    text-align: right;
    display: flex;
    align-items: center;
}

.product-details .review .average-rating {
    padding-top: 15px;
    line-height: 30px;
}

.product-details .review .average-rating .count {
    font-size: 20px;
}

.product-details .review .average-rating .rating {
    margin-right: 10px;
    float: left;
}

.product-details .review-wrap {
    padding: 20px 0;
    border-bottom: 1px solid #ECEDEF;
}

.product-details .review-author {
    display: inline-block;
    width: 100%;
    line-height: 20px;
    margin-bottom: 5px;
}

.product-details .review-author .rating {
    display: inline-block;
    float: left;
    background: #fff;
    border-radius: 3px;
    line-height: 20px;
}

.product-details .review-author .material-icons {
    font-size: 16px;
    color: #F58220;
    float: left;
    width: 16px;
    height: 16px;
}

.product-details .review-wrap .author {
    margin: 0;
    font-size: 13px;
    color: #666666;
}

.product-details .review-wrap .author .name {
    font-weight: bold;
    color: var(--s-secondary);
}

.product-details .review-wrap .review {
    margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
    .product-info-table tbody tr {
        margin-bottom: 5px;
    }

    .flex-table tr {
        flex-wrap: wrap;
    }

    .flex-table td.name {
        flex: 0 0 100%;
    }
    .product-details .data-table tbody td {
        padding: 10px;
    }
    .product-details .data-table tbody td.name {
        border-bottom: none;
        padding-bottom: 0;
        margin: -2px 0 -9px;
        font-size: 13px;
    }
    .product-details .data-table .heading-row {
        padding: 4px 10px;
        margin: 20px 0 0;
        font-size: 14px;
    }
    .product-price-options {
        flex-wrap: wrap;
    }
    .product-price-options .p-wrap.cash {
        flex: 0 0 100%;
        margin: 0 0 20px;
    }
    .product-price-options .p-wrap {
        padding: 10px 15px 10px 55px;
        max-width: 100%;
    }
    .product-price-options .p-wrap .price {
        font-size: 20px;
        line-height: 24px;
    }
    .product-details .product-images .thumbnail .main-img {
        max-width: 250px;
        height: auto;
    }
    .product-info-table tbody tr {
        line-height: 24px;
        padding: 0 6px;
        font-size: 12px;
    }
    .product-info-table tbody tr .product-info-data {
        font-size: 12px;
    }
    .pd-summary h2 {
        margin: 2px 0 10px;
    }
    .product-details.content {
        padding-top: 0px;
    }
    .pd-q-actions {
        padding: 10px 15px;
        margin: 0;
        box-shadow: none;
        border: 1px solid #ddd;
    }
    .product-details .pd-q-actions .que,
    .product-details .pd-q-actions .review {
         display: none;
    }
    .pd-q-actions .share-on {
        display: flex;
        align-items: center;
        height: 24px;
    }
    .pd-q-actions .share-on span.share-ico {
        position: relative;
        top: 3px;
        margin-right: 5px;
    }
    .pd-q-actions .options {
        padding-top: 2px;
    }
    .product-details .product-img-holder .thumbnail {
        display: block;
    }
    .product-images .thumbnails li {
        padding: 10px;
    }
    .product-images .thumbnails {
        padding: 0 0 15px;
    }

    .product-details .navs ul li {
        margin: 0 3px 20px 0;
        flex: 1 1 auto;
        padding: 0;
        font-size: 12px;
        text-align: center;
    }
    .product-details p.section-blurb {
        font-size: 14px;
        line-height: 20px;
    }
    .pd-full section {
        padding: 15px;
    }
    .product-details .description  .section-head {
        padding-bottom: 0;
    }
    .product-details .q-n-r-section .section-head {
        display: block;
    }
    .product-details .q-n-r-section .section-head > div.q-action {
        margin-top: 10px;
    }
    .pd-full .related-product section {
        margin-left: 0;
    }
    .pd-full {
        padding-bottom: 0;
    }

    .pd-summary .stock-status {
        padding: 0 20px;
    }
    .product-details .cart-option .btn {
        min-width: 100px;
    }

    .pd-q-actions .options span {
        margin-left: 10px;
    }

    .pd-q-actions .options span i {
        margin-right: 3px;
    }
}