    #products {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
#products.loading {
    visibility: hidden;
}
#products .product {
    display: block;
    float: left;
    width: 100%;
    padding: 15px 0;
}
#products .product:not(:last-child) {
    border-bottom: 1px solid #e5e5e5;
}
#description + #checkoutForm #products .product:first-child:not(.single) {
    border-top: 1px solid #e5e5e5;
}
#products .product.single {
    padding: 0;
}
#products .product .product-amount, #products .product .product-name {
    float: left;
    width: 100%;
}
#products .product .product-amount {
    border: 0;
}

#products .fixed-name,
#products .custom-name,
#products .fixed-price,
#products .combo-price,
#products .description,
#products .membership-start-date,
#products .options .option,
#products .images .view .wrapper {
    margin-bottom: 5px;
}
#products .left .last-visible-child {
    margin-bottom: 0;
}
#products .fixed-name {
    font-size: 29px;
    margin-bottom: 12px;
}
.fixed-name + .paylink-expiry-date {
  margin-bottom: 12px !important;
}
#products .fixed-price.text {
  margin-bottom: 0;
}
#products .fixed-price.text,
#products .combo-price {
    font-size: 20px;
}

#products .fixed-price.input-group {
    max-height: 48px;
    display: block;
}
#products .fixed-price.input-group > :last-child {
    display: inline-block;
    height: 46px;
    line-height: 34px;
    background: #f5f5f5;
    padding: 6px 12px !important;
}
#products .custom-price {
    display: inline-block;
    width: 100%;
}
#products .custom-price > * {
    float: left;
}
#products .custom-price .fixed-currency {
    height: 46px;
    line-height: 34px;
    background: #f3f3f5;
}
#products .custom-price .custom-currency {
    position: relative;
}
#products .custom-price .custom-currency button {
    width: 100%;
    height: 46px;
    background: #f3f3f5;/* bs override */
    border-color: #cccccc;/* bs override */
    border-left: 0;/* bs override */
}
#products .custom-price .custom-currency button:hover {
    border-color: #cccccc;/* bs override */
}
#products .fixed-name ~ .fixed-price.input-group,
#products .custom-name ~ .fixed-price.text {
    display: none;
}
#products .fixed-price.input-group > *:first-child,
#products .custom-price .custom-amount {
    line-height: 30px;
    width: 80%;
}
#products .fixed-price.input-group > *:last-child,
#products .custom-price .fixed-currency,
#products .custom-price .custom-currency {
    width: 20%;
}
.fixed-name + .paylink-expiry-date, .custom-name + .paylink-expiry-date{
    margin-top: -12px;
    margin-bottom: 10px;
    display: block;
}
@media (max-width: 768px) {
    #products .fixed-price.input-group > *:first-child,
    #products .custom-price .custom-amount {
        width: 70%;
    }
    #products .fixed-price.input-group > *:last-child,
    #products .custom-price .fixed-currency,
    #products .custom-price .custom-currency {
        width: 30%;
    }
}
@media (max-width: 320px) {
    #products .fixed-price.input-group > *:first-child,
    #products .custom-price .custom-amount {
        width: 55%;
    }
    #products .fixed-price.input-group > *:last-child,
    #products .custom-price .fixed-currency,
    #products .custom-price .custom-currency {
        width: 45%;
    }
}
#products .membership-start-date .form-control,
#products .membership-start-date .input-group-addon {
    border: 0;
}
#products .options {
    display: inline-block;/* need to prevent margins from collapsing */
    margin-top: 5px;
}
#products .add-to-cart {
    color: #ffffff;
    margin-top: 10px;
    padding: 0;
}
@media (max-width: 739px) {
    #products .product .options,
    #products .add-to-cart {
        width: 100%;
    }
}
@media (min-width: 740px) {
    #products .membership-start-date,
    #products .product .options,
    #products .add-to-cart {
        width: 270px;
    }
}
#products .add-to-cart:disabled,
#products .add-to-cart.readonly {
    cursor: no-drop;
}
#products .images .overview {
    float: left;
    width: 56px;
    height: 300px;
    overflow: hidden;
    margin-right: 10px;
}
@media (max-width: 670px) {
    #products .images .overview .wrapper {
        margin-right: 10px;
    }
    #products .images .swiper-container-vertical>.swiper-wrapper {
        flex-direction: row;
        flex-wrap: wrap;
    }
    #products .images .view .wrapper:not(.active) {
        display: none;
    }
}
#products .images .overview .wrapper {
    position: relative;
    float: left;
    width: 56px !important;
    height: 56px !important;
    background: #fafafa;/* #e5e5e5 @ 0.2 => #fafafa */
    border: 1px solid #fafafa;/* #e5e5e5 @ 0.2 => #fafafa */
    cursor: pointer;
    outline: 0;
}
#products .images .overview .wrapper:not(:last-child) {
    margin-bottom: 5px;
}
#products .images .overview .wrapper .image {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
@media (min-width: 671px) {
    #products .images .view {
        float: right;
        height: 300px;
        width: 300px;
    }
}
@media (max-width: 670px) {
    #products .images .view {
        width: calc(100% - 66px);
        overflow: hidden;
    }
}
#products .images .view .wrapper {
    width: 100% !important;
    position: relative;
    float: left;
    background: #fafafa;/* #e5e5e5 @ 0.2 => #fafafa */
    border: 1px solid #fafafa;/* #e5e5e5 @ 0.2 => #fafafa */
}
@media (min-width: 671px) {
    #products .images .view .wrapper {
        width: 300px !important;
        height: 300px !important;
    }
    #products .images .view .wrapper:not(.active) {
        display: none;
    }
}
#products .images .view .wrapper:after {
    display: block;
    content: "";
    padding-bottom: 100%;
}
#products .images .view .wrapper .image {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
@media (min-width: 671px) {
    #products .images .view .swiper-pagination {
        display: none;
    }
}
@media (max-width: 670px) {
    #products .images .view .swiper-pagination-bullet-active {
        background: #000000;
    }
    #products .images .view .swiper-pagination-bullet:first-child:last-child {
        display: none;
    }
}
#products .description {
    clear: left;
    position: relative;
    max-height: 80px;
    overflow: hidden;
}
#products .description span {
    display: inline-block;
    width: 100%;
}
#products .description.full {
    max-height: none;
}
#products .description .more {
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    background-color: #fff;
}
#products .description.full .less {
    height: 17px;
    display: inline;
}
#products .description .less,
#products .description.full .more {
    display: none;
}

/* coupon, cost summary, recurring payment */
#products ~ .coupon {
    float: left;
    width: 100%;
    margin: 10px 0;
}
#products ~ .coupon [class*="col-"] {
    margin: 0;
    padding: 0;
}
#products ~ .coupon .coupon-fields [class*="col-"]:first-child {
    padding-right: 15px;
}
#products ~ .coupon .coupon-fields [class*="col-"]:last-child {
    padding-left: 15px;
}
#shopping-cart .coupon > * {
    float: none;
    margin-bottom: 0;
    padding: 30px;
}
#shopping-cart .coupon > .coupon-link {
    text-align: center;
}
#shopping-cart .coupon-fields [class*="col-"]:first-child {
    padding-bottom: 10px;
}
#shopping-cart .coupon-fields [class*="col-"]:last-child {
    padding-right: 0;
}
#products ~ .cost-summary {
    float: right;
    margin-top: 10px;
    padding: 10px;
    background: #f3f3f5;
}
#shopping-cart .cost-summary {
    padding: 30px;
    margin: 0;
    background: #f3f3f5;
}
#products ~ .cost-summary .row,
#shopping-cart .cost-summary .row {
    margin: 0
}
#products ~ .cost-summary > div:not(#products ~ .cost-summary > div.vat):not(:first-child),
#shopping-cart .cost-summary > div:not(#shopping-cart .cost-summary > div.vat):not(:first-child) {
    margin-top: 12px;
}
#products ~ .cost-summary hr,
#shopping-cart .cost-summary hr {
    margin: 10px 0;
    border-color: #e1e1e1;
}
#products ~ .cost-summary .name,
#shopping-cart .cost-summary .name {
    padding-right: 8px;
}
#products ~ .cost-summary .price,
#shopping-cart .cost-summary .price {
    padding-left: 8px;
}
#products ~ .cost-summary .price .currency,
#products ~ .cost-summary .installment .currency,
#shopping-cart .cost-summary .price .currency {
    padding-left: 4px;
}
#products ~ .cost-summary .total .name,
#shopping-cart .cost-summary .total .name,
#products ~ .cost-summary .total .price,
#shopping-cart .cost-summary .total .price {
    font-weight: bold;
    font-size: 1.2em;
}
#products ~ .cost-summary .total .recurring-payment,
#shopping-cart .cost-summary .total .recurring-payment {
    float: right;
    clear: both;
}


/* shopping cart */
#shopping-cart {
    float: left;
    width: 100%;
    height: 100%;
    z-index: 10;
    position: fixed;
    right: 0;
    top: 0;
}
#shopping-cart .overlay {
    float: left;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.7;
}
#shopping-cart .cart {
    position: absolute;
    right: 0;
    width: 450px;
    transition: width 0.3s;
    height: 100%;
    background: #ffffff;
    overflow-y: scroll;
}
@media (max-width: 480px) {
    #shopping-cart .overlay {
        display: none;
    }
    #shopping-cart .cart {
        width: 100%;
        min-width: 250px;
        transition: width 0.3s;
    }
}
#shopping-cart .title {
    height: 100px;
    line-height: 100px;
    background: #f3f3f5;
    font-size: 23px;
    padding: 0 30px;
    cursor: pointer;
}
#shopping-cart .title .text {
    margin-left: 10px;
}
#shopping-cart .messages {
    margin: 30px;
}
#shopping-cart .messages:empty {
    display: none;
}
#shopping-cart .messages * {
    margin: 0;
}
#shopping-cart .items {
    padding: 30px;
    border-bottom: 1px solid #f3f3f5;
}
#shopping-cart .item {
    padding-bottom: 30px;
    border-bottom: 1px solid #f3f3f5;
    margin-bottom: 30px;
}
#shopping-cart .item:last-child {
    padding: 0;
    border: 0;
    margin: 0;
}
#shopping-cart .item .image-wrapper {
    float: left;
    width: 80px;
    height: 80px;
    margin-right: 15px;
    text-align: center;
}
#shopping-cart .items.no-images .image-wrapper {
    display: none;
}
#shopping-cart .item .image {
    max-width: 80px;
    max-height: 80px;
}
#shopping-cart .item .info {
    min-height: 80px;
}
#shopping-cart .item .membership-start-date,
#shopping-cart .item .options {
    font-style: italic;
}
#shopping-cart .item .custom-quantity {
    width: 92px;
}
#shopping-cart .item .custom-quantity .decrease-quantity,
#shopping-cart .item .custom-quantity .quantity,
    #shopping-cart .item .custom-quantity .increase-quantity {
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0;
    text-align: center;
}
#shopping-cart .item .custom-quantity .decrease-quantity {
    border-right: 1px solid #ccc;
}
#shopping-cart .item .custom-quantity .increase-quantity {
    border-left: 1px solid #ccc;
}
#shopping-cart .item .price .amount {
    float: left;
    margin-right: 5px;
}
#shopping-cart .item .remove-item {
    float: right;
    margin-top: 33px;
    cursor: pointer;
}
#shopping-cart .item-skeleton {
    display: none;
}
#shopping-cart .proceed-to-checkout {
    width: 100%;
    padding: 15px 0;
    font-size: 22px;
}
body.shopping-cart-overflow {
    overflow: hidden;
    -ms-overflow-style: none;
}
body.shopping-cart-overflow::-webkit-scrollbar {
    display: none;
}
#shopping-cart .fast-checkout {
    padding: 20px 20px 10px;
    text-align: center;
    font-size: 22px;
}
#shopping-cart .fast-checkout a {
    display: block;
    font-size: 14px;
}
#shopping-cart .fast-checkout img {
    max-width: 100%;
    height: 50px;
    margin-bottom: 10px;
}
#shopping-cart .items input[type=number]::-webkit-outer-spin-button,
#shopping-cart .items input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
#shopping-cart .items input[type=number] {
    -moz-appearance:textfield;
}
@media (min-width: 671px) {
    #products .product > .left {
        float: none;
        width: auto;
        overflow: hidden;
        padding-right: 15px;
    }
    #products .product.no-image .left {
        padding: 0;
    }
    #products .product.no-image.single .left {
        overflow: inherit;
    }
    #products .product > .right {
        float: right;
        vertical-align: top;
        margin-left: 15px;
        width: 370px;
    }
}
@media (max-width: 670px) {
    #products .product > .left {
        float: left;
        width: 100%;
    }
    #products .product > .right {
        float: left;
        width: 100%;
        margin-bottom: 10px;
    }
}

    #description .text-align-center {
        text-align: center !important;
    }

    #description .text-align-right {
        text-align: right !important;
    }

    #description .text-align-justify {
        text-align: justify !important;
    }

    #description figure.table {
        display: block !important;
        visibility: visible !important;
        margin: 20px 0 !important;
        width: 100% !important;
    }

    #description table {
        display: table !important;
        visibility: visible !important;
        width: 100% !important;
        border: 1px solid #ccc !important;
        border-collapse: collapse !important;
    }

    #description td, #description th {
        border: 1px solid #ccc !important;
        padding: 10px !important;
        color: #000 !important;
        display: table-cell !important;
        text-align: left !important;
    }

    #description figure.image {
        display: block !important;
        margin-left: auto !important;
        margin-right: auto !important;
        float: none !important;
        text-align: center !important;
        width: fit-content !important;
    }

    #description figure.image-style-side {
        display: block !important;
        float: right !important;
        margin-left: 1.5em !important;
        margin-right: 0 !important;
        width: fit-content !important;
    }

    #description p img,
    #description > img {
        display: inline-block !important;
        float: left !important;
        margin-right: 1.5em !important;
        margin-left: 0 !important;
    }

    #description::after {
        content: "";
        display: table;
        clear: both;
    }
