.elementor-widget-theme-page-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-784 .elementor-element.elementor-element-417513e{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:stretch;--gap:10px 10px;--row-gap:10px;--column-gap:10px;--overflow:hidden;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;--z-index:0;}.elementor-784 .elementor-element.elementor-element-5828437 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-784 .elementor-element.elementor-element-5828437 .elementor-wrapper{--video-aspect-ratio:2.33333;filter:brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );}.elementor-784 .elementor-element.elementor-element-ae6b6fa > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-block-end:0px;}.elementor-784 .elementor-element.elementor-element-ae6b6fa > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-784 .elementor-element.elementor-element-a5f449e{--spacer-size:50px;}.elementor-784 .elementor-element.elementor-element-52662a2{--spacer-size:50px;}@media(min-width:768px){.elementor-784 .elementor-element.elementor-element-417513e{--content-width:1080px;}.elementor-784 .elementor-element.elementor-element-ae6b6fa{width:100%;}}/* Start custom CSS for video, class: .elementor-element-5828437 *//** cart video banner aspect ratio */
.woocommerce-cart .e-hosted-video.elementor-wrapper.elementor-open-inline {
aspect-ratio: 7.2/1;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-417513e */#cartvidcontainer {
    /*height: 150px;*/
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-2935e61 */a.checkout-button.button.alt.wc-forward {
    color: #ffffff; /* White text color */
    background-color: #E68543; /* Default background color */
    border-radius: 20px; /* Adjust the value as needed for the desired roundness */
    padding: 10px 20px; /* Adjust the padding as needed */
    display: inline-block; /* Ensure the button displays correctly */
    text-align: center; /* Center-align the text within the button */
    transition: background-color 0.3s; /* Smooth hover effect */
}

a.checkout-button.button.alt.wc-forward:hover {
    background-color: #ffbc71; /* Hover background color */
}/* End custom CSS */
/* Start custom CSS for woocommerce-cart, class: .elementor-element-bd718af */a.checkout-button.button.alt.wc-forward {
    background: #e68543; /* Initial bbutton color */
    color: #fff;
    padding: 10px 20px;
    font-size: 19px;
    letter-spacing: 1.5px;
    text-align: center;
    border-radius: 10px;
    display: inline-block;
    text-decoration: none;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s; /* Smooth transition for background color change */
}

a.checkout-button.button.alt.wc-forward:hover {
    background: #1C3E48; /* Change background color on hover */
}

.elementor-widget-woocommerce-cart .woocommerce .cart img {  
    width: 300px !important; /* Adjust the width as needed */
    height: auto; /* Maintain aspect ratio */
}

.cart table.shop_table .product-thumbnail img, .woocommerce-page table.shop_table .product-thumbnail img {
    width: auto;
    max-width:none;
}


/* Styles for Sizes List Desktop */
@media only screen and (min-width: 867px) {
.wcpa_cart_meta {
 //   display: flex;
 columns: 2;
 -webkit-columns: 2;
 moz-columns: 2;
}
.wcpa_cart_meta li:first-child {
    max-width:250px;
}

}/* End custom CSS */