.bundle_item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:10px;border-radius:10px;overflow:hidden;-webkit-box-shadow:1px 1px 8px 2px #ddd;box-shadow:1px 1px 8px 2px #ddd;-webkit-transition:var(--main_transition);-o-transition:var(--main_transition);transition:var(--main_transition)}.bundle_item:hover{z-index:2}.bundle_product_image{max-width:300px;width:100%;margin-right:20px}.bundle_product_image img{max-width:100%;width:100%;height:100%}.bundle_info{padding:10px;font-size:14px}.bundle_description{color:var(--main_text_color)}.bundle_name{text-align:center;margin:10px 0 0;font-weight:600}.price-new{color:var(--main_background_color);font-size:15px}.bundle_product_info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:5px;font-size:16px;margin:10px 0}#ProductBundlesSubmitButton{margin: 20px 0;max-width:300px;font-weight:600}.bundle_product_total_sale{color:#048104}@media (max-width:991px){.bundle_item{-webkit-box-shadow:1px 1px 8px 2px #ddd;box-shadow:1px 1px 8px 2px #ddd;border-radius:10px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.bundle_product_image{margin-right:0}.bundle_product_name{font-size:14px}.bundle_product_info{gap:2px;font-size:14px}}@media (max-width:768px){#ProductBundlesSubmitButton{margin:10px 0 0}}