<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a.cpb_item_description {
    z-index: 10;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    width: 100%;
    color: #fff;
    cursor: pointer;
    outline: unset;
}
.cpb-item-image-wrap {
    overflow: hidden;
    position: relative;
}
.cpb-short-description {
    margin-bottom: 20px;
}
.cpb_extra_field label {
    display: block;
}
span.cpb_bundle_total_text {
    margin-right: 10px;
}
.cpb_extra_field input, .cpb_extra_field textarea {
    width: 100%;
    margin: 15px 0;
}
.cpb_product_boxes_popup_layer {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(0 0 0 / 70%);
    z-index: 99999;
}
.cpb_product_boxes_popup {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99999;
    max-width: 600px;
    width: 100%;
    background: #fff;
    margin: 0 auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
span.cpb_item_image {
    display: block;
    float: left;
    max-width: 150px;
}
span.cpb_item_desc {
    padding: 15px;
    display: block;
    float: right;
    max-width: 450px;
}
.cpb-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -7px;
    margin-left: -7px;
}
.cpb-col-2, .cpb-col-3, .cpb-col-4, .cpb-col-5, .cpb-col-6, .cpb-col-12 {
    position: relative;
    width: 100%;
    padding-right: 7px;
    padding-left: 7px; 
    display: block;
    margin-bottom: 15px;
    text-align: center;
    float: left;
}
.cpb-col-right, .cpb-col-left {
    position: relative;
    width: 100%;
    padding-right: 7px;
    padding-left: 7px; 
    display: block;
    margin-bottom: 15px;
    text-align: center;
    float: left;
}
.cpb-col-right {
    padding-left: 15px;
}
.cpb-col-left {
    padding-right: 15px;
}
.cpb-col-left, .cpb-col-right{
    flex: 0 0 50%;
    max-width: 50%;
}
.cpb-col-6 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.cpb-col-2 {
    flex: 0 0 50%;
    max-width: 50%;
}
.cpb-col-3 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.cpb-col-4 {
    flex: 0 0 25%;
    max-width: 25%;
}
.cpb-col-5 {
    flex: 0 0 20%;
    max-width: 20%;
}
.cpb-row.cpb-boxes .cpb-inner img {
    width: 100%;
}
.cpb_products_footer {
    text-align: center;
}
div#cpb-success-message {
    position: fixed;
    background: #017b22;
    color: #fff;
    padding: 5px 10px;
    border-radius: 10px;
    z-index: 9999;
	top: 50%;
    left: 50%;
    max-width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
div#cpb-error-message {
    position: fixed;
    background: #d00;
    color: #fff;
    padding: 5px 10px;
    border-radius: 10px;
    z-index: 9999;
	 top: 50%;
    left: 50%;
    max-width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.cpb_product_boxes_custom .cpb-boxes .cpb-inner:empty:before{
    content: '';
    display: block;
    position: relative;
    left: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
    z-index: 9;
    width: 100%;
    opacity: 0;
    -webkit-transition-property: opacity;
    -webkit-transition-duration: 1s;
    -webkit-transition-delay: 0s;
    transition-property: opacity;
    transition-duration: 1s;
    transition-delay: 0s;
    padding-top: 100%;
    display: block;
}
.cpb_product_boxes_custom .cpb-boxes .cpb-inner:empty{
    height: 100%;
}
.cpb_product_boxes_custom .cpb-boxes .cpb-inner:hover:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
    z-index: 9;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition-property: opacity;
    -webkit-transition-duration: 1s;
    -webkit-transition-delay: 0s;
    transition-property: opacity;
    transition-duration: 1s;
    transition-delay: 0s;
    display: block;
}
.cpb_product_boxes_custom .cpb-boxes .cpb-inner:hover:before {
    opacity: 1;
    cursor: pointer;
    z-index: 100;
    background-image: url(../images/remove-icon-light.png);
    background-position: center 45%;
    background-repeat: no-repeat;
    background-size: 50px;
}
.cpb_product_boxes_custom .cpb-boxes .cpb-inner:hover:empty:before {
    background-image: none;
}
.cpb_product_boxes_custom .cpb-boxes .cpb-inner{
    background: #a900de;
    position: relative;
    height: 100%;
    overflow: hidden;
    line-height: 0;
    border: 1px solid #a900de;
}
.cpb-caption p {
    margin: 0.3em 0 0.3em;
}
/*
.cpb_product_boxes_custom .cpb-items .cpb-inner span.cpb-add-item {
    opacity: 0;
    z-index: 17;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    right: 0;
    top: 35%;
    bottom: 0;
    cursor: pointer;
    background-image: url(../images/add-icon-light.png);
    background-position: center 30%;
    background-repeat: no-repeat;
    margin: 0 auto;
    background-size: 50px;
}
.cpb_product_boxes_custom .cpb-items .cpb-inner:hover span.cpb-add-item{
    opacity: 1;
}*/
.cpb_product_boxes_custom .cpb-items .cpb-inner .cpb-item-image:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
    z-index: 9;
    width: 100%;
    opacity: 0;
    -webkit-transition-property: opacity;
    -webkit-transition-duration: 1s;
    -webkit-transition-delay: 0s;
    transition-property: opacity;
    transition-duration: 1s;
    transition-delay: 0s;
}
.cpb_product_boxes_custom .cpb-items .cpb-inner:hover .cpb-item-image:before {
    opacity: 1;
    cursor: pointer;
    background-image: url(../images/add-icon-light.png);
    background-position: center 30%;
    background-repeat: no-repeat;
    margin: 0 auto;
    background-size: 50px;
}
.cpb-item-image {
    overflow: hidden;
    position: relative;
}
.cpb-extras .quantity{
    float: left;
    margin-right: 10px;
}
.cpb-extras .cpb-col-12{
    text-align: left;
}
.cpb-extras p.price{
    margin: 0.5em 0;
}
span.cpb_category_filters_item {
    margin: 15px;
}
p.cpb-filter-text {
    margin: 0;
}
span.cpb-outofstock-text {
    position: absolute;
    color: #fff;
    left: 0;
    right: 0;
    top: 40%;
    bottom: 0;
    margin: 0 auto;
    display: block;
    z-index: 2;
}
.cpb_product_boxes_custom .cpb-items .cpb-inner.cpb-outofstock .cpb-item-image:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 1;
    width: 100%;
    opacity : 1;
    background-image: unset;
}
@media screen and (max-width: 767px){
    .cpb-col-2 {
    	flex: 0 0 50%;
    	max-width: 50%;
    }
    .cpb-col-3 {
    	flex: 0 0 50%;
    	max-width: 50%;
    }
    .cpb-col-4 {
    	flex: 0 0 50%;
    	max-width: 50%;
    }
    .cpb-col-right{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .cpb-col-left{
        flex: 0 0 100%;
        max-width: 100%;
    }
    span.cpb_item_image{
        width: 100%;
        max-width: 100%;
    }
}
.cpb-custom-product-boxes-items .cpb_loader {
  position: relative;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  display: none;
}
.cpb-custom-product-boxes-items .cpb_loader div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 55px;
    height: 55px;
    margin: 6px;
    border: 6px solid #607D8B;
    border-radius: 50%;
    animation: cpb-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #607D8B transparent transparent transparent;
}
.cpb-custom-product-boxes-items .cpb_loader div:nth-child(1) {
  animation-delay: -0.45s;
}
.cpb-custom-product-boxes-items .cpb_loader div:nth-child(2) {
  animation-delay: -0.3s;
}
.cpb-custom-product-boxes-items .cpb_loader div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes cpb-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}</pre></body></html>