



/* cart widget */
.elementor-menu-cart__main {
    width: 450px!important;
}

/* cart page */
.elementor-widget-woocommerce-cart .e-cart__container {

    grid-template-columns: 68% auto;
}


.yith-wapo-block {
    display: grid;
    justify-content: center;
    grid-template-columns: [first] 40% [line2] 60%;
/*     column-gap: 5%; */
}
.left-column {
    margin-right: 15%;
}
.right-column {
    margin-left: 15%;
}


.right-column > .yith-wapo-addon-type-html_heading {
    grid-area: header;
}

.child-left-column {
    grid-area: left;
}
.child-right-column {
    grid-area: right;
}



.yith-wapo-addon-type-label .options {
    gap: 10%!important;
}

.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-label .yith-wapo-option div.label .label-container-display {
    border-radius: 15px;
    border: 2px solid #484848;
    padding: 20px!important;
    height: 100%;
    min-height: 180px;
	justify-content: center;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-label .yith-wapo-option.selected div.label .label-container-display {
    border: 5px solid rgb(17, 30, 108);
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-label .yith-wapo-option div.label .label-container-display:hover {
    border: 5px solid rgb(17, 30, 108);
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-label .yith-wapo-option.selected div.label .label-container-display:after {
    width: 28px;
    height: 28px;
    background: #ffd369 url(icon-check.png?v=4) center no-repeat;
    
}

.wapo-total-order th {
    text-transform: uppercase;
}
.yith-wapo-block .yith-wapo-addon:not(:first-child):not(.empty-title):not(.toggle-open) {
    margin-top: 0px;
}
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-checkbox:not(:first-child):not(.empty-title) {
    margin-top: 20px!important;
}


.yith-wapo-addon-type-html_heading {
    background: transparent!important;
}
.yith-wapo-block .yith-wapo-addon-type-label .yith-wapo-option label {
    font-weight: 700;
}

/* Services labels */
.yith-wapo-addon-type-label {
    background: transparent!important;
}

/* main right column */
.yith-wapo-block .right-column {
    display: grid;
    background: #f2f2f2;
    padding: 30px;
    border-radius: 30px;
    box-shadow: 3px 3px 5px #b5b5b5;
    gap: 15px;
    grid-template-columns: 55% 45%;
    grid-template-areas:
        "header header"
        "left right";
}

/* upload a photo */
.yith-wapo-addon-type-file {
    text-align: center;
}
.yith-wapo-addon.yith-wapo-addon-type-file img.yith-wapo-img-uploaded {
    margin: 10px 0px 10px 0px;
    width: 100%;
}



/* general */
.yith-wapo-addon-type-select .options-container {
    margin-top: 5px;
}
.yith-wapo-addon-type-colorpicker .wapo-addon-title,
.yith-wapo-addon-type-select .wapo-addon-title,
.yith-wapo-addon-type-text .wapo-addon-title{
    margin-bottom: 0px;
}

.yith-wapo-addon-type-text .option-container,
.yith-wapo-addon-type-colorpicker .option-container{
    display: none!important;
}

.yith-wapo-addon-type-html_text {
    background-color: transparent!important;
}


.yith-wapo-addon-type-select .addon-header h3.wapo-addon-title, .yith-wapo-addon-type-text .addon-header h3.wapo-addon-title, .yith-wapo-addon-type-colorpicker .addon-header h3.wapo-addon-title {
    color: #E0B95C;
}

h3.wapo-addon-title {
    font-size: 20px;
}

/* add to cart button */
.yith-wapo-block .single_add_to_cart_button {
    background-color: #FFD369!important;
    padding: 10px!important;
    font-weight: 700!important;
}
.yith-wapo-block .single_add_to_cart_button:hover {
    background-color: #edc35e!important;
}

.e-atc-qty-button-holder {
    justify-content: center;
}

/* upload field */
.yith-wapo-ajax-uploader span.button {
    background-color: #FFD369!important;
    padding: 10px!important;
    font-weight: 700!important;
}
.yith-wapo-ajax-uploader span.button:hover {
    background-color: 	#edc35e!important;
}


.yith-wapo-addon.yith-wapo-addon-type-file .yith-wapo-ajax-uploader .yith-wapo-ajax-uploader-container {
    justify-content: center;
}
.yith-wapo-addon-type-file .options.per-row-1 {
    grid-template-columns: 100%!important;
    background: #fff;
    padding: 50px 10px;
    border-radius: 30px;
}
.yith-wapo-addon.yith-wapo-addon-type-file .yith-wapo-ajax-uploader {
    background: #f8f8f8;
}

/* color field */
button.button.wp-color-result {
    width: 35px;
    border: 1px dashed #adadad;
}
.yith-wapo-addon-type-colorpicker .options.per-row-1 {
    grid-template-columns: 100%!important;
}

.yith-wapo-addon.yith-wapo-addon-type-checkbox.wapo-toggle.default-open.toggle-open.conditional_logic {
    margin-top: 25px;
}

.yith-wapo-block .yith-wapo-addon:not(.empty-title).wapo-toggle .wapo-addon-title {
    column-gap: 5px;
    margin-bottom: 10px;
}


/* productcart total */
table tbody tr:hover>td, table tbody tr:hover>th {
    background-color: transparent;
}
#wapo-total-price-table{
	background:transparent;
}
#wapo-total-price-table table {
    width: 100%;
    font-size: 3.2rem;
    line-height: 25px;
}
tr.wapo-total-order {
    display: grid;
    justify-content: center;
    align-content: center;
    justify-items: center;
}
#wapo-total-price-table table th,
#wapo-total-price-table table td{
    padding-right: 0px;
    text-align: center;
		border: 0px!important;
	    padding: 0px;
    line-height: 1.2;
}

td#wapo-total-order-price {
    color: #E0B95C;
    font-weight: 700;
}
.yith-wapo-addon-label small.option-price {
    font-weight: 700;
}


/* checkboxes */
.yith-wapo-addon-type-checkbox .options.per-row-1 {
    grid-template-columns: 100%!important;
    gap: 20px!important;
}
.yith-wapo-block .yith-wapo-addon .yith-wapo-option .description {
    font-size: 14px;
    word-break: break-word;
    padding-left: 30px;
    margin-bottom: 0px;
}
span.brackets {
    display: none;
}
.yith-wapo-addon-label small.option-price {
    font-weight: 400!important;
    font-size: 100%;
}

.wapo-toggle .wapo-addon-title.toggle-closed span {
    text-decoration: underline;
}

.yith-wapo-addon.yith-wapo-addon-type-checkbox {
    background-color: rgb(255 240 160 / 35%)!important;
    padding: 10px;
}

.options-container > .wapo-addon-description {
    font-size: 80%;
    color: #111e6c;
}


@media (max-width: 980px){
	.yith-wapo-block {
    display: grid;
    justify-content: center;
    grid-template-columns:auto;
	}
	.left-column{
			margin-right: 0;
		
	}

	.right-column {
		margin-left: 0;
		grid-template-areas:
			"header"
			"body"
			"bottom"!important;
		grid-template-columns: 100%!important;
		margin-top: 60px;
	}
		.right-column > .yith-wapo-addon-type-html_heading {
			grid-area: header;
	}
	
	.child-left-column {
		grid-area: body;
		display: flex;
		flex-direction: column;
	}
	
	.child-right-column {
		grid-area: bottom;
	}
	
}
