.product-component-block {

}
.product-component-block .product-component-products {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 24px;
}
.product-component-category-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 24px;
}
.product-component-block .product-component-products .component-product {
    width: 178px;
    height: 280px;
    border: 1px solid #e5e5e5;
    border-radius: 24px;
    padding: 12px;
    text-align: center;
    margin-bottom: 24px;
    position: relative;
    cursor: pointer;
}
.product-component-block .product-component-products .component-product.selected {
    border: 2px solid #13b452;
    cursor: pointer;
}
.product-component-block .product-component-products .component-product .check-icon {
    position: absolute;
    font-size: 24px;
    color: #13b452;
    top: 0;
    right: 12px;
    display: none;
}
.product-component-block .product-component-products .component-product.selected .check-icon {
    display: block;
}
.product-component-block .product-component-products .component-product img {
    object-fit: contain;
}
.product-component-name-block {
    font-size: 16px;
    font-weight: 400;
    margin-top: 12px;
}
.component-price {
    font-size: 16px;
    font-weight: 600;
    margin-top: 12px;
}
.product-prices {
    font-size: 18px;
    font-weight: 600;
    line-height: 48px;
}
.product-prices span {
    font-size: 24px;
    font-weight: 600;
    line-height: 48px;
}
/* products list */
#module-d4wb2b-products .ajax_block_product {
    margin-bottom: 30px;
}
#module-d4wb2b-products .ajax_block_product .product-container {
    border-radius: 24px;
    text-align: center;
    position: relative;
    color: #fff;
}
#module-d4wb2b-products .ajax_block_product .product-container .product-image-container img {
    border-radius: 24px;
    object-fit: cover;
    background: #0d0d0d;
}
#module-d4wb2b-products .product-list-item-content {
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    /*bottom: 0;*/
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    padding: 24px;
}
/* product-list-warehouse */
#module-d4wb2b-warehouse .ajax_block_product {
    margin-bottom: 30px;
}
#module-d4wb2b-warehouse .ajax_block_product .product-container {
    border-radius: 24px;
    text-align: center;
    position: relative;
    color: #fff;
}
#module-d4wb2b-warehouse .ajax_block_product .product-container .product-image-container img {
    border-radius: 24px;
    object-fit: cover;
    background: #0d0d0d;
}
#module-d4wb2b-warehouse .product-list-item-content {
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    /*bottom: 0;*/
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    padding: 24px;
}

/* cart side fixed */
/*.cd-cart {*/
/*    position: fixed;*/
/*    top: 0;*/
/*    right: 0;*/
/*    height: 100%;*/
/*    width: 260px;*/
/*    !* header height *!*/
/*    padding-top: 50px;*/
/*    overflow-y: auto;*/
/*    -webkit-overflow-scrolling: touch;*/
/*    box-shadow: 0 0 20px rgba(0, 0, 0, .2);*/
/*    z-index: 3;*/
/*    background: #fff;*/
/*    transition: right 0.3s;*/
/*}*/
/* -------------------------------- Modules - reusable parts of our design -------------------------------- */
.cd-container {
    /* this class is used to horizontally align the gallery of items */
    position: relative;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
.cd-container::after {
    /* clearfix */
    content: '';
    display: table;
    clear: both;
}
.cd-img-replace {
    /* replace text with a background-image */
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}
#cd-hamburger-menu, #cd-cart-trigger {
    position: absolute;
    top: 0;
    height: 100%;
}
#cd-hamburger-menu a, #cd-cart-trigger a {
    width: 60px;
    height: 100%;
}
#cd-hamburger-menu {
    left: 0;
}
#cd-hamburger-menu a {
    background: #26292f url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/148866/cd-hamburger-menu.svg') no-repeat center center;
}
@media only screen and (min-width: 1200px) {
    #cd-hamburger-menu {
        display: none;
    }
}
#cd-cart-trigger {
    right: 0;
}
#cd-cart-trigger a {
    background: #26292f url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/148866/cd-cart.svg') no-repeat center center;
}
@media only screen and (min-width: 1200px) {
    #cd-cart-trigger {
        /* cart right margin on desktop */
        right: 0;
    }
    #cd-cart-trigger a {
        position: relative;
        width: 100px;
        border-left: none;
        background-color: #26292f;
    }
}
#main-nav, #cd-cart {
    position: fixed;
    top: 0;
    height: 100%;
    width: 260px;
    /* header height */
    padding-top: 50px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    z-index: 3;
}
@media only screen and (min-width: 768px) {
    #main-nav, #cd-cart {
        width: 350px;
    }
}
@media only screen and (min-width: 1200px) {
    #main-nav, #cd-cart {
        width: 30%;
        /* header height has changed */
        padding-top: 80px;
    }
}
#main-nav {
    left: -100%;
    background: #fff;
    transition: left 0.3s;
}
#main-nav.speed-in {
    left: 0;
}
#main-nav ul a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 1em;
    border-bottom: 1px solid #e0e6ef;
}
#main-nav ul .current {
    box-shadow: inset 3px 0 #435779;
}
@media only screen and (min-width: 1200px) {
    #main-nav {
        /* reset main nav style */
        position: absolute;
        height: auto;
        width: auto;
        left: auto;
        right: 8em;
        padding-top: 0;
        top: 0;
        background: transparent;
        box-shadow: none;
        /* header height */
        line-height: 80px;
        z-index: 4;
    }
    #main-nav li {
        display: inline-block;
        margin-left: 1em;
    }
    #main-nav ul a {
        display: inline-block;
        height: auto;
        line-height: 1;
        padding: 1em 1.4em;
        border-bottom: none;
        color: rgba(255, 255, 255, .8);
        border-radius: 0.25em;
    }
    #main-nav ul a.current {
        box-shadow: none;
        background: #435779;
        color: #fff;
    }
    .no-touch #main-nav ul a:hover {
        background: #435779;
        color: #fff;
    }
}
.no-js #main-nav {
    position: fixed;
}
#cd-cart {
    right: -100%;
    background: #fff;
    transition: right 0.3s;
}
#cd-cart.speed-in {
    right: 0;
}
#cd-cart > * {
    padding: 0 1em;
}
#cd-cart h2 {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 1em 0;
}
#cd-cart .cd-cart-items {
    padding: 0;
}
#cd-cart .cd-cart-items li {
    position: relative;
    padding: 1em;
    border-top: 1px solid #e0e6ef;
}
#cd-cart .cd-cart-items li:last-child {
    border-bottom: 1px solid #e0e6ef;
}
#cd-cart .cd-qty, #cd-cart .cd-price {
    color: #a5aebc;
}
#cd-cart .cd-price {
    margin-top: 0.4em;
}
#cd-cart .cd-item-remove {
    position: absolute;
    right: 1em;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/148866/cd-remove-item.svg') no-repeat center center;
}
.no-touch #cd-cart .cd-item-remove:hover {
    background-color: #e0e6ef;
}
#cd-cart .cd-cart-total {
    padding-top: 1em;
    padding-bottom: 1em;
}
#cd-cart .cd-cart-total span {
    float: right;
}
#cd-cart .cd-cart-total::after {
    /* clearfix */
    content: '';
    display: table;
    clear: both;
}
#cd-cart .checkout-btn {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #7dcf85;
    color: #fff;
    text-align: center;
}
.no-touch #cd-cart .checkout-btn:hover {
    background: #a2dda8;
}
#cd-cart .cd-go-to-cart {
    text-align: center;
    margin: 1em 0;
}
#cd-cart .cd-go-to-cart a {
    text-decoration: underline;
}
@media only screen and (min-width: 1200px) {
    #cd-cart > * {
        padding: 0 2em;
    }
    #cd-cart .cd-cart-items li {
        padding: 1em 2em;
    }
    #cd-cart .cd-item-remove {
        right: 2em;
    }
}

#cd-shadow-layer {
    position: fixed;
    min-height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(67, 87, 121, .6);
    cursor: pointer;
    z-index: 2;
    display: none;
}
#cd-shadow-layer.is-visible {
    display: block;
    animation: cd-fade-in 0.3s;
}
/* -------------------------------- xkeyframes -------------------------------- */
@keyframes cd-fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* end cart side fixed */

/* configuration summary */
#summary .configuration-summary .component-category-name {
    width: 100%;
    font-weight: bold;

}
#summary .configuration-summary .component-information {
    width: 100%;
    display: inline-flex;
    gap: 12px;
}
/* end configuration summary */

.pricing-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 24px;
}
.standard-price-title {
    font-weight: bolder;
    font-size: 16px;
    line-height: 24px;
}
.total-price-title {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
}
#add-to-order-button {
    margin-top: 18px;
    min-width: 100%;
}
/* START for order history PDF and hide some not required */
/*td.history_invoice, td.history_method {*/
/*    display: none !important;*/
/*}*/
/* END for order history PDF and hide some not required */
