.product-return-link {
    text-align: left;
    border-top: 1px solid #ccc;
    margin-top: 40px;
    padding-top: 10px
}

.product-return-link a {
    color: #996600;
    text-decoration: none;
    cursor: pointer;
    font-size: 1.8rem
}

.product-return-link a:hover {
    text-decoration: underline;
}

.product-return-link a .fas {
    font-size: 14px
}

.products-related table tr td img {
    margin-right: 5px
}

.no-products {
    text-align: center
}

.product-description .product-main p {
    font-size: 15px
}

.product-main {
    padding-right: 30px
}

.product-right {
    -webkit-box-shadow: 0 4px 6px #aaa;
    -ms-box-shadow: 0 4px 6px #aaa;
    box-shadow: 0 4px 6px #aaa;
    margin-bottom: 20px
}

.product-right img {
    width: 100%;
    display: block;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px
}

.product-right p {
    font-size: 15px;
    padding-left: 10px;
    padding-right: 10px
}

.instructor {
    padding-left: 15px
}

table.table-product-with-images {
    border: 0;
    padding: 0;
    border-spacing: 0px;
    width: 100%
}

table.table-product-with-images td {
    vertical-align: top
}

table.table-product-with-images td.image-cell {
    margin: auto;
    text-align: center;
    padding-right: 8px;
    width: 10%
}

table.table-product-with-images td.product-cell {
    margin: auto;
    text-align: left
}

div.product-description p {
    margin-top: 0
}

.products-related table td {
    display: inline-block;
    width: 25% !important
}

.products-related table td img {
    width: 100%;
    height: auto;
    display: block;
    border: 10px solid #fff
}

table.product-store-managed {
    padding-top: 10px;
    border-spacing: 0px;
    width: 100%
}

.product-store-managed input {
    vertical-align: middle
}

.product-store-managed td {
    vertical-align: top;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px
}

.table-products-list {
    width: 100%
}

.product-store-managed .product-price {
    font-weight: 600
}

.product-details-order-button-container,
.product-details-quantity-container {
    display: inline-block
}

.product-details-quantity-container input[type=text] {
    padding: 0.4rem 0.75rem;
    border-radius: .3rem;
    border: solid 1px #6e7477;
}

.product-details-quantity-order-button-cell .product-details-order-button-container .orderbutton {
    background-color: #996600;
    color: #fff;
    border-radius: 0.3rem;
    padding: 1rem 2.5rem;
    text-align: center;
    transition: box-shadow .2s;
    border: 0px;
    font-size: 1.6rem;
    font-weight: 700;
}

.product-details-quantity-order-button-cell .product-details-order-button-container .orderbutton:hover,
.table-products-list .table-products-list-row .product-list-cell-add-to-cart .cm-product-list-add-to-waiting-list:hover,
.table-products-list .table-products-list-row .product-list-cell-add-to-cart .orderbutton:hover {
    background-color: black;
    color: #fff;
}

.table-products-list .product-list-cell-add-to-cart-heading,
.table-products-list .product-list-heading-cell-date,
.table-products-list .product-list-heading-cell-inventory,
.table-products-list .product-list-heading-cell-location,
.table-products-list .product-list-heading-cell-price,
.table-products-list .product-list-heading-cell-type {
    font-weight: 600;
    border-bottom: 2px solid #202122;
    color: #202122;
}

.table-products-list .table-products-list-row .product-list-cell-add-to-cart {
    text-align: right
}

.table-products-list .table-products-list-row .product-list-cell-add-to-cart .cm-product-list-add-to-waiting-list,
.table-products-list .table-products-list-row .product-list-cell-add-to-cart .orderbutton {
    background-color: #996600;
    color: #fff;
    border-radius: 0.3rem;
    padding: 1rem 2.5rem;
    text-align: center;
    transition: box-shadow .2s;
    border: 0px;
    font-size: 1.6rem;
    font-weight: 700;
    float: none;
    display: inline-block;
    margin: 5px 0
}

p.product-list-new-text {
    color: #948a54;
    margin: 0
}

div.product-details-name {
    margin-bottom: 10px
}

div.product-details-name h1 {
    margin: 0;
    font-size: 32px
}

div.product-details-name>p {
    margin: 10px 0 20px;
    font-size: 1rem;
    color: #555
}

.largeimage1 {
    width: 100%;
    height: 280px;
    object-fit: cover;
    text-align: left;
    border-radius: 8px;
    margin: 0 0 30px 0;
}

.tabs .tab,
.tabs input[type=radio]:checked+label {
    background: #efefef
}

.page-product-details .cm_extra_data .extra-product-date-info,
.page-product-details .cm_extra_data .extra-product-location-info,
.page-product-details .cm_extra_data .extra-product-term-info,
.page-product-details .cm_extra_data .extra-product-type-info {
    font-size: 1.8rem;
    color: #444
}

.cm_extra_data span {
    font-weight: 600;
    color: #00583d;
}

.page-product-details .cm_extra_data {
    margin: 0 auto 2rem auto;
    padding: 2rem;
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    border-radius: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(227, 233, 241);
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0) 0px 2px 4px 0px;
    margin-top: 2rem;
}

.page-product-details .cm_extra_data .extra-product-date-info-container, .page-product-details .cm_extra_data .extra-product-inventory-container, .page-product-details .cm_extra_data .extra-product-location-info-container, .page-product-details .cm_extra_data .extra-product-term-info-container, .page-product-details .cm_extra_data .extra-product-type-info-container {
    display: flex;
    gap: 1.5rem;
    align-items: center;
}

.page-product-details .cm_extra_data .extra-product-date-info-i, .page-product-details .cm_extra_data .extra-product-inventory-i, .page-product-details .cm_extra_data .extra-product-location-info-i, .page-product-details .cm_extra_data .extra-product-term-info-i, .page-product-details .cm_extra_data .extra-product-type-info-i {
    width: 1.5rem;
}

.page-product-details .cm_extra_data div div i {
    color: #996600;
    font-size: 2rem;
}

div.cm-realex {
    padding-top: 30px
}

.cm-realex table {
    margin-left: auto;
    margin-right: auto
}

.catalog-no-products,
.product-no-products {
    text-align: left
}

.page-products-list input[type=submit] {
    background-color: #996600;
    color: #fff;
    border: 2px solid #996600;
    border-radius: 0;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: .02rem;
    margin: 0;
    min-height: -webkit-calc(2rem + 2px);
    min-height: calc(2rem + 2px);
    outline: 0;
    padding: 1rem 2rem;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.tabs .tab,
.tabs input[type=radio] {
    display: none
}

.cm-related-products {
    margin-top: 50px;
}

.cm-related-products .site-section {
    display: block;
}

.cm-related-products .site-section .product-block {
    width: 32.9%;
    display: inline-block;
}

@media screen and (max-width:1200px) {
    .product-details-quantity-container {
        margin-bottom: 10px;
        display: block;
        width: 100%
    }

    .product-details-order-button-container {
        display: block;
        width: 100%
    }
}

@media screen and (max-width:991px) {
    .cm-related-products .site-section .product-block {
        width: 49.5%;
        display: inline-block;
        margin: 10px 0 10px 0;
    }
}

@media screen and (max-width:767px) {

    .table-products-list .product-list-cell-add-to-cart-heading,
    .table-products-list .product-list-heading-cell-date,
    .table-products-list .product-list-heading-cell-inventory,
    .table-products-list .product-list-heading-cell-location,
    .table-products-list .product-list-heading-cell-price,
    .table-products-list .product-list-heading-cell-type {
        display: none
    }

    .table-products-list .table-products-list-row .product-list-cell-date,
    .table-products-list .table-products-list-row .product-list-cell-inventory,
    .table-products-list .table-products-list-row .product-list-cell-location,
    .table-products-list .table-products-list-row .product-list-cell-price,
    .table-products-list .table-products-list-row .product-list-cell-type {
        display: block;
        width: 100%
    }

    .table-products-list .table-products-list-row .product-list-cell-add-to-cart {
        text-align: left;
        display: block;
        width: 100%;
        border-bottom: 2px solid #00583d
    }
}

.tabs {
    display: flex;
    flex-wrap: wrap
}

.tabs label {
    order: 1;
    display: block;
    padding: 1rem 2rem;
    margin-right: .2rem;
    cursor: pointer;
    background: #fff;
    font-weight: 700;
    transition: background .2s;
    border-left: 1px solid #efefef;
    border-top: 1px solid #efefef;
    border-right: 1px solid #efefef
}

.tabs .tab {
    order: 99;
    flex-grow: 1;
    width: 100%;
    padding: 1rem
}

.tabs input[type=radio]:checked+label+.tab {
    display: block
}

@media (max-width:45em) {

    .tabs .tab,
    .tabs label {
        order: initial
    }

    .tabs label {
        width: 100%;
        margin-right: 0;
        margin-top: .2rem
    }
}

@media screen and (max-width:667px) {
    .cm-related-products .site-section .product-block {
        width: 100%;
        display: block;
        margin: 10px 0 10px 0;
    }
}