.elementor-51506 .elementor-element.elementor-element-967804b{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--padding-top:2%;--padding-bottom:2%;--padding-left:0%;--padding-right:0%;}.elementor-51506 .elementor-element.elementor-element-0d680b6{--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;--justify-content:center;--align-items:stretch;--gap:10px 10px;--row-gap:10px;--column-gap:10px;--padding-top:80px;--padding-bottom:80px;--padding-left:0px;--padding-right:0px;--z-index:0;}.elementor-51506 .elementor-element.elementor-element-547ce1a{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-51506 .elementor-element.elementor-element-51e88c0{--display:flex;--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-51506 .elementor-element.elementor-element-39f0790{--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;}.elementor-51506 .elementor-element.elementor-element-b464260{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-51506 .elementor-element.elementor-element-7453ee4{background-color:#F0F0F0F0;padding:40px 40px 40px 40px;border-radius:25px 25px 25px 25px;box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-51506 .elementor-element.elementor-element-0d680b6{--padding-top:40px;--padding-bottom:40px;--padding-left:20px;--padding-right:20px;}.elementor-51506 .elementor-element.elementor-element-547ce1a{--margin-top:0px;--margin-bottom:-20px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-51506 .elementor-element.elementor-element-51e88c0{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-51506 .elementor-element.elementor-element-b464260{--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-51506 .elementor-element.elementor-element-7453ee4{padding:10px 20px 10px 20px;}}@media(max-width:767px){.elementor-51506 .elementor-element.elementor-element-b464260{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-51506 .elementor-element.elementor-element-7453ee4{padding:0px 0px 0px 0px;}}@media(max-width:1024px) and (min-width:768px){.elementor-51506 .elementor-element.elementor-element-547ce1a{--width:100%;}.elementor-51506 .elementor-element.elementor-element-51e88c0{--width:100%;}}/* Start custom CSS for shortcode, class: .elementor-element-8a53daa */.cus-pro .yith-ywraq-mail-form-wrapper {
    display: none;
}

.cus-pro {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
}

.cus-pro table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}

.cus-pro thead {
    background-color: #f0f2f5;
}

.cus-pro th, 
.cus-pro td {
    padding: 15px;
    text-align: center;
    border-bottom: 1px solid #eaeaea;
}

.cus-pro th {
    font-size: 1rem;
    font-weight: bold;
    color: #333;
}

.cus-pro td.product-thumbnail img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 8px;
    margin: auto;
    display: block;
}

.cus-pro td.product-name a {
    color: #333;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    margin-top: 8px;
}

.cus-pro td.product-name a:hover {
    color: #0073e6;
}

.cus-pro td.product-remove a {
    color: #ff4d4f;
    font-size: 1.5rem;
    font-weight: bold;
    text-decoration: none;
}

.cus-pro td.product-remove a:hover {
    color: #d9363e;
}

.cus-pro .update-list-wrapper {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

.cus-pro .update-list-wrapper .button {
    background-color: #FFED00;
    color: #000000;
    border: none;
    padding: 17px 40px;
    border-radius: 8px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
        border-radius: 10px 10px 10px 10px;
}

.cus-pro .update-list-wrapper .button:hover {
    background-color: #000000;
    color: #ffffff;
}

/* Responsive Layout */
@media (max-width: 768px) {
    .cus-pro table, 
    .cus-pro thead, 
    .cus-pro tbody, 
    .cus-pro th, 
    .cus-pro td, 
    .cus-pro tr {
        display: block;
    }

    .cus-pro thead {
        display: none;
    }

    .cus-pro tr {
        margin-bottom: 20px;
        background: #fff;
        border: 1px solid #eaeaea;
        border-radius: 10px;
        padding: 15px;
        box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    }

    .cus-pro td {
        text-align: right;
        padding-left: 50%;
        position: relative;
        border: none;
    }

    .cus-pro td::before {
        content: attr(data-title);
        position: absolute;
        left: 15px;
        top: 15px;
        font-weight: bold;
        color: #555;
        text-align: left;
        white-space: nowrap;
    }

    .cus-pro .update-list-wrapper {
        justify-content: center;
    }
    
    .cus-pro {
    padding: 0px;
}
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-7453ee4 */.cus-form form#yith-ywraq-form,
.cus-form .yith-ywraq-before-table{
    display: none;
}

.cus-form input.button.raq-send-request.last {
    background-color: #FFED00;
    padding: 18px;
    color: #000000;
    width: 100%
}

.elementor-51506 .elementor-element.elementor-element-7453ee4 .select2-selection.select2-selection--single {
height: 43px !important;
}

.elementor-51506 .elementor-element.elementor-element-7453ee4 .select2-selection.select2-selection--single {
    border: 1px solid #000000;
}

.elementor-51506 .elementor-element.elementor-element-7453ee4 .select2-selection__placeholder {
    color: rgb(60, 60, 59);
}/* End custom CSS */