.dpd-hidden {
display: none;
}
.cart-collaterals .dpd-logo,
.woocommerce-shipping-totals .dpd-logo {
height: 50px;
width: 50px;
object-fit: contain;
object-position: left;
}
#shipping_method input[type="radio"].shipping_method:not(:checked) + label .shipping-selected,
.wc-block-components-shipping-rates-control input.wc-block-components-radio-control__input:not(:checked) ~ div .dpd-shipping-message .shipping-selected {
display: none;
}
#shipping_method .dpd-check-gsm,
.wc-block-components-shipping-rates-control .dpd-check-gsm {
margin-top: 10px;
padding: 15px;
background-color: lightgrey;
line-height: 23px;
display: flex;
justify-content: center;
align-items: center;
}
#shipping_method .dpd-check-gsm input,
.wc-block-components-shipping-rates-control .dpd-check-gsm input {
display: inline-block;
border-radius: 0;
padding: 5px;
height: 23px;
max-width: 150px;
margin: 0 0 0 8px !important;
box-sizing: border-box;
}
#shipping_method .dpd-check-gsm .visual-icon,
.wc-block-components-shipping-rates-control .dpd-check-gsm .visual-icon {
height: 23px;
border-radius: 0;
padding: 0px 5px;
border: 1px solid black;
color: white;
background-color: gray;
font-size: 12px;
width: 21.4px;
box-sizing: border-box;
}
#shipping_method .dpd-check-gsm .visual-icon[valid="true"],
.wc-block-components-shipping-rates-control .dpd-check-gsm .visual-icon[valid="true"] {
color: white;
background-color: green;
}
#shipping_method .dpd-check-gsm .visual-icon .valid,
.wc-block-components-shipping-rates-control .dpd-check-gsm .visual-icon .valid {
display: none;
}
#shipping_method .dpd-check-gsm .visual-icon[valid="true"] .valid,
.wc-block-components-shipping-rates-control .dpd-check-gsm .visual-icon[valid="true"] .valid {
display: initial;
}
#shipping_method .dpd-check-gsm .visual-icon[valid="true"] .invalid,
.wc-block-components-shipping-rates-control .dpd-check-gsm .visual-icon[valid="true"] .invalid {
display: none;
}
#shipping_method .invalid-gsm,
.wc-block-components-shipping-rates-control .invalid-gsm {
margin-top: 5px;
width: 100%;
text-align: center;
padding: 20px;
color: #dc0032;
border: 2px solid #dc0032; box-sizing: border-box;
} .wc-block-components-totals-shipping label[for*="dpd_classic"] > .wc-block-components-radio-control__option-layout,
.wc-block-components-totals-shipping label[for*="dpd_classic_intercontinental"] > .wc-block-components-radio-control__option-layout,
.wc-block-components-shipping-rates-control label[for*="dpd_classic"] > .wc-block-components-radio-control__option-layout,
.wc-block-components-shipping-rates-control label[for*="dpd_classic_intercontinental"] > .wc-block-components-radio-control__option-layout {
position: relative;
padding-left: 60px;
min-height: 40px;
box-sizing: border-box;
}
.wc-block-components-totals-shipping label[for*="dpd_classic"] > .wc-block-components-radio-control__option-layout::before,
.wc-block-components-totals-shipping label[for*="dpd_classic_intercontinental"] > .wc-block-components-radio-control__option-layout::before,
.wc-block-components-shipping-rates-control label[for*="dpd_classic"] > .wc-block-components-radio-control__option-layout::before,
.wc-block-components-shipping-rates-control label[for*="dpd_classic_intercontinental"] > .wc-block-components-radio-control__option-layout::before {
content: " ";
background-image: url(//lescafesdemelodie.com/wp-content/plugins/dpd-woocommerce/assets/img/dpd_ecommerce_75.png);
width: 50px;
height: 50px;
background-position: center;
background-size: contain;
background-repeat: no-repeat;
position: absolute;
left: 0;
top: 5px;
}
.wc-block-components-totals-shipping label[for*="dpd_predict"] > .wc-block-components-radio-control__option-layout,
.wc-block-components-shipping-rates-control label[for*="dpd_predict"] > .wc-block-components-radio-control__option-layout {
position: relative;
padding-left: 60px;
min-height: 80px;
box-sizing: border-box;
}
.wc-block-components-totals-shipping label[for*="dpd_predict"] > .wc-block-components-radio-control__option-layout::before,
.wc-block-components-shipping-rates-control label[for*="dpd_predict"] > .wc-block-components-radio-control__option-layout::before {
content: " ";
background-image: url(//lescafesdemelodie.com/wp-content/plugins/dpd-woocommerce/assets/img/dpd_predict_ecommerce_75x75.png);
width: 50px;
height: 50px;
background-position: center;
background-size: contain;
background-repeat: no-repeat;
position: absolute;
left: 0;
top: 0;
}
.wc-block-components-totals-shipping label[for*="dpd_relais"] > .wc-block-components-radio-control__option-layout,
.wc-block-components-shipping-rates-control label[for*="dpd_relais"] > .wc-block-components-radio-control__option-layout {
position: relative;
padding-left: 60px;
min-height: 80px;
box-sizing: border-box;
}
.wc-block-components-totals-shipping label[for*="dpd_relais"] > .wc-block-components-radio-control__option-layout::before,
.wc-block-components-shipping-rates-control label[for*="dpd_relais"] > .wc-block-components-radio-control__option-layout::before {
content: " ";
background-image: url(//lescafesdemelodie.com/wp-content/plugins/dpd-woocommerce/assets/img/dpd_relais.jpg);
width: 50px;
height: 50px;
background-position: center;
background-size: contain;
background-repeat: no-repeat;
position: absolute;
left: 0;
top: 0;
}
@media (max-width: 768px) {
.wc-block-components-radio-control__option-layout .shipping-selected {
margin-left: -50px;
margin-right: -50px;
}
#shipping_method .dpd-check-gsm,
.wc-block-components-shipping-rates-control .dpd-check-gsm {
flex-wrap: wrap;
}
} .dpd-pickup-selected {
margin-bottom: 15px;
}
.dpd-pickup-selected input[name="dpd-pickup-point"][value=""] ~ span {
display: none;
}
.dpd-pickup-points {
font-weight: normal;
}
.dpdpp-header {
display: flex;
justify-content: space-between;
border: 1px solid black;
background-color: #f9f9f9;
}
.dpdpp-header-title {
width: 50%;
text-align: center;
font-weight: bold;
cursor: pointer;
padding: 20px;
flex: 1;
}
.dpdpp-header-title:first-of-type {
border-right: 1px solid #bbbaba;
}
.dpdpp-header-title.dpdpp--active {
color: #dc0032;
}
.dpdpp-update-open,
.dpdpp-update-search {
background-color: #dc0032;
color: white;
cursor: pointer;
transition: background-color 0.5s ease;
}
.dpdpp-update-open:hover,
.dpdpp-update-search:hover {
background-color: #424143;
}
.dpdpp-update {
border-left: 1px solid black;
border-right: 1px solid black;
}
.dpdpp-update-open {
padding: 5px 10px;
font-style: italic;
}
.dpdpp-update-content {
padding: 5px 10px;
flex-wrap: wrap;
gap: 5px;
justify-content: space-between;
}
.dpdpp-update-content:not(.dpd-hidden) {
display: flex;
}
.dpdpp-update-content input[type="text"] {
padding: 5px;
border-radius: 0;
width: 31%;
width: calc(33% - 18px);
min-width: 150px;
flex: 1;
border: 1px solid black;
}
.dpdpp-update-search {
margin: auto;
padding: 5px 20px;
font-size: 18px;
border: 1px solid black;
}
.dpdpp-body {
border: 1px solid black;
border-top: unset;
min-height: 500px;
}
.dpdpp-listing-item {
border-bottom: 1px solid black;
padding: 20px;
line-height: 1.4;
}
.dpdpp-listing-item:last-of-type {
border-bottom: unset;
}
.dpdpp-listing-item.dpdpp--selected {
background-color: black;
color: white;
}
.dpdpp-listing-item:not(.dpdpp--opened) {
cursor: pointer;
}
.dpdpp-listing-top {
display: flex;
justify-content: space-between;
font-weight: bold;
}
.dpdpp-listing-name {
margin-right: 10px;
}
.dpdpp-listing-hidden {
display: grid;
transition: grid-template-rows 0.5s ease;
grid-template-rows: 0fr;
overflow: hidden;
}
.dpdpp-listing-item.dpdpp--opened .dpdpp-listing-hidden {
grid-template-rows: 1fr;
}
.dpdpp-listing-hidden-wrapper {
overflow: hidden;
}
.dpdpp-listing-hours {
margin-top: 15px;
}
.dpdpp-listing-day {
display: flex;
}
.dpdpp-listing-day > div:first-of-type {
width: 85px;
}
.dpdpp-listing-btn {
background-color: #dc0032;
color: white;
border-radius: 0;
border: 1px solid #dc0032;
padding: 10px 30px;
margin-top: 10px;
min-width: 200px;
transition: 0.5s ease;
display: inline-block;
text-align: center;
cursor: pointer;
}
.dpdpp-listing-btn:hover {
background-color: black;
border-color: white;
}
.dpdpp-listing-item.dpdpp--selected .dpdpp-listing-btn {
cursor: default;
display: none;
}
.dpdpp-listing-selected {
display: none;
}
.dpdpp-listing-item.dpdpp--selected .dpdpp-listing-selected {
display: block;
margin-top: 10px;
font-weight: bold;
}
.dpdpp-map {
display: none;
height: 500px;
}
.dpdpp-map-btn {
background-color: #dc0032;
color: white;
border-radius: 0;
border: 1px solid #dc0032;
padding: 10px 30px;
margin-top: 10px;
min-width: 200px;
transition: 0.5s ease;
display: inline-block;
text-align: center;
cursor: pointer; 
}
.dpdpp-map-btn:hover {
background-color: black;
border-color: white;
}
.dpdpp-popup.dpdpp--selected .dpdpp-map-btn {
display: none;
}
.dpdpp-map-selected {
display: none;
}
.dpdpp-popup.dpdpp--selected .dpdpp-map-selected {
display: block;
margin-top: 10px;
font-weight: bold;
}
@media (max-width: 768px) {
.dpdpp-map .dpdpp-listing-top {
flex-direction: column-reverse;
}
}.wpa-test-msg{background: #d1ecf1 !important; border: 1px solid #bee5eb !important; border-radius: 5px !important;color: #0c5460 !important; font-size: 14px !important; padding:.75rem 1.25rem !important; font-family: Arial !important; margin-top:5px !important;}
span.wpa-button{ display: inline-block !important; padding-top: 5px !important; color: #fff !important;background-color: #6c757d !important;border-color: #6c757d !important; padding: 5px 10px !important; border-radius: 5px !important; margin-top:5px !important;  cursor: pointer !important; }
#altEmail_container, .altEmail_container{position:absolute !important; overflow: hidden !important; display: inline !important; height:1px !important; width: 1px !important;z-index:-1000 !important;}.woocommerce .woocommerce-error .button,.woocommerce .woocommerce-info .button,.woocommerce .woocommerce-message .button,.woocommerce-page .woocommerce-error .button,.woocommerce-page .woocommerce-info .button,.woocommerce-page .woocommerce-message .button{float:right}.woocommerce .col2-set,.woocommerce-page .col2-set{zoom:1}.woocommerce .col2-set::after,.woocommerce .col2-set::before,.woocommerce-page .col2-set::after,.woocommerce-page .col2-set::before{content:" ";display:table}.woocommerce .col2-set::after,.woocommerce-page .col2-set::after{clear:both}.woocommerce .col2-set,.woocommerce-page .col2-set{width:100%}.woocommerce .col2-set .col-1,.woocommerce-page .col2-set .col-1{float:left;width:48%}.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-2{float:right;width:48%}.woocommerce img,.woocommerce-page img{height:auto;max-width:100%}.woocommerce #content div.product div.images,.woocommerce div.product div.images,.woocommerce-page #content div.product div.images,.woocommerce-page div.product div.images{float:left;width:48%}.woocommerce #content div.product div.thumbnails,.woocommerce div.product div.thumbnails,.woocommerce-page #content div.product div.thumbnails,.woocommerce-page div.product div.thumbnails{zoom:1}.woocommerce #content div.product div.thumbnails::after,.woocommerce #content div.product div.thumbnails::before,.woocommerce div.product div.thumbnails::after,.woocommerce div.product div.thumbnails::before,.woocommerce-page #content div.product div.thumbnails::after,.woocommerce-page #content div.product div.thumbnails::before,.woocommerce-page div.product div.thumbnails::after,.woocommerce-page div.product div.thumbnails::before{content:" ";display:table}.woocommerce #content div.product div.thumbnails::after,.woocommerce div.product div.thumbnails::after,.woocommerce-page #content div.product div.thumbnails::after,.woocommerce-page div.product div.thumbnails::after{clear:both}.woocommerce #content div.product div.thumbnails a,.woocommerce div.product div.thumbnails a,.woocommerce-page #content div.product div.thumbnails a,.woocommerce-page div.product div.thumbnails a{float:left;width:30.75%;margin-right:3.8%;margin-bottom:1em}.woocommerce #content div.product div.thumbnails a.last,.woocommerce div.product div.thumbnails a.last,.woocommerce-page #content div.product div.thumbnails a.last,.woocommerce-page div.product div.thumbnails a.last{margin-right:0}.woocommerce #content div.product div.thumbnails a.first,.woocommerce div.product div.thumbnails a.first,.woocommerce-page #content div.product div.thumbnails a.first,.woocommerce-page div.product div.thumbnails a.first{clear:both}.woocommerce #content div.product div.thumbnails.columns-1 a,.woocommerce div.product div.thumbnails.columns-1 a,.woocommerce-page #content div.product div.thumbnails.columns-1 a,.woocommerce-page div.product div.thumbnails.columns-1 a{width:100%;margin-right:0;float:none}.woocommerce #content div.product div.thumbnails.columns-2 a,.woocommerce div.product div.thumbnails.columns-2 a,.woocommerce-page #content div.product div.thumbnails.columns-2 a,.woocommerce-page div.product div.thumbnails.columns-2 a{width:48%}.woocommerce #content div.product div.thumbnails.columns-4 a,.woocommerce div.product div.thumbnails.columns-4 a,.woocommerce-page #content div.product div.thumbnails.columns-4 a,.woocommerce-page div.product div.thumbnails.columns-4 a{width:22.05%}.woocommerce #content div.product div.thumbnails.columns-5 a,.woocommerce div.product div.thumbnails.columns-5 a,.woocommerce-page #content div.product div.thumbnails.columns-5 a,.woocommerce-page div.product div.thumbnails.columns-5 a{width:16.9%}.woocommerce #content div.product div.summary,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.summary{float:right;width:48%;clear:none}.woocommerce #content div.product .woocommerce-tabs,.woocommerce div.product .woocommerce-tabs,.woocommerce-page #content div.product .woocommerce-tabs,.woocommerce-page div.product .woocommerce-tabs{clear:both}.woocommerce #content div.product .woocommerce-tabs ul.tabs,.woocommerce div.product .woocommerce-tabs ul.tabs,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs,.woocommerce-page div.product .woocommerce-tabs ul.tabs{zoom:1}.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product .woocommerce-tabs ul.tabs::before{content:" ";display:table}.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after{clear:both}.woocommerce #content div.product .woocommerce-tabs ul.tabs li,.woocommerce div.product .woocommerce-tabs ul.tabs li,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,.woocommerce-page div.product .woocommerce-tabs ul.tabs li{display:inline-block}.woocommerce #content div.product #reviews .comment,.woocommerce div.product #reviews .comment,.woocommerce-page #content div.product #reviews .comment,.woocommerce-page div.product #reviews .comment{zoom:1}.woocommerce #content div.product #reviews .comment::after,.woocommerce #content div.product #reviews .comment::before,.woocommerce div.product #reviews .comment::after,.woocommerce div.product #reviews .comment::before,.woocommerce-page #content div.product #reviews .comment::after,.woocommerce-page #content div.product #reviews .comment::before,.woocommerce-page div.product #reviews .comment::after,.woocommerce-page div.product #reviews .comment::before{content:" ";display:table}.woocommerce #content div.product #reviews .comment::after,.woocommerce div.product #reviews .comment::after,.woocommerce-page #content div.product #reviews .comment::after,.woocommerce-page div.product #reviews .comment::after{clear:both}.woocommerce #content div.product #reviews .comment img,.woocommerce div.product #reviews .comment img,.woocommerce-page #content div.product #reviews .comment img,.woocommerce-page div.product #reviews .comment img{float:right;height:auto}.woocommerce ul.products,.woocommerce-page ul.products{display:grid;column-gap:20px}.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{display:flex;flex-direction:column;width:100%;padding:0;position:relative}.woocommerce ul.products:not(.elementor-grid),.woocommerce-page ul.products:not(.elementor-grid){grid-template-columns:repeat(4,1fr)}.woocommerce ul.products:not(.elementor-grid).columns-1,.woocommerce-page ul.products:not(.elementor-grid).columns-1{grid-template-columns:repeat(1,minmax(0,1fr));width:100%;margin-right:0}.woocommerce ul.products:not(.elementor-grid).columns-2,.woocommerce-page ul.products:not(.elementor-grid).columns-2{grid-template-columns:repeat(2,minmax(0,1fr))}.woocommerce ul.products:not(.elementor-grid).columns-3,.woocommerce-page ul.products:not(.elementor-grid).columns-3{grid-template-columns:repeat(3,minmax(0,1fr))}.woocommerce ul.products:not(.elementor-grid).columns-5,.woocommerce-page ul.products:not(.elementor-grid).columns-5{grid-template-columns:repeat(5,minmax(0,1fr))}.woocommerce ul.products:not(.elementor-grid).columns-6,.woocommerce-page ul.products:not(.elementor-grid).columns-6{grid-template-columns:repeat(6,minmax(0,1fr))}.woocommerce .woocommerce-pagination ul.page-numbers,.woocommerce-page .woocommerce-pagination ul.page-numbers{zoom:1}.woocommerce .woocommerce-pagination ul.page-numbers::after,.woocommerce .woocommerce-pagination ul.page-numbers::before,.woocommerce-page .woocommerce-pagination ul.page-numbers::after,.woocommerce-page .woocommerce-pagination ul.page-numbers::before{content:" ";display:table}.woocommerce .woocommerce-pagination ul.page-numbers::after,.woocommerce-page .woocommerce-pagination ul.page-numbers::after{clear:both}.woocommerce .woocommerce-pagination ul.page-numbers li,.woocommerce-page .woocommerce-pagination ul.page-numbers li{display:inline-block}.woocommerce #content table.cart img,.woocommerce table.cart img,.woocommerce-page #content table.cart img,.woocommerce-page table.cart img{height:auto}.woocommerce #content table.cart td.actions,.woocommerce table.cart td.actions,.woocommerce-page #content table.cart td.actions,.woocommerce-page table.cart td.actions{text-align:right}.woocommerce #content table.cart td.actions .input-text,.woocommerce table.cart td.actions .input-text,.woocommerce-page #content table.cart td.actions .input-text,.woocommerce-page table.cart td.actions .input-text{width:80px}.woocommerce #content table.cart td.actions .coupon,.woocommerce table.cart td.actions .coupon,.woocommerce-page #content table.cart td.actions .coupon,.woocommerce-page table.cart td.actions .coupon{float:left}.woocommerce #content table.cart td.actions .coupon label,.woocommerce table.cart td.actions .coupon label,.woocommerce-page #content table.cart td.actions .coupon label,.woocommerce-page table.cart td.actions .coupon label{display:none}.woocommerce #content table.cart td.actions .coupon,.woocommerce table.cart td.actions .coupon,.woocommerce-page #content table.cart td.actions .coupon,.woocommerce-page table.cart td.actions .coupon{display:flex;margin:0 auto}.woocommerce #content table.cart td.actions .button,.woocommerce table.cart td.actions .button,.woocommerce-page #content table.cart td.actions .button,.woocommerce-page table.cart td.actions .button{margin-left:5px}@media (min-width:545px){.woocommerce #content table.cart td.actions>input[type=submit],.woocommerce table.cart td.actions>input[type=submit],.woocommerce-page #content table.cart td.actions>input[type=submit],.woocommerce-page table.cart td.actions>input[type=submit]{margin:5px auto}}.woocommerce .cart-collaterals,.woocommerce-page .cart-collaterals{zoom:1}.woocommerce .cart-collaterals::after,.woocommerce .cart-collaterals::before,.woocommerce-page .cart-collaterals::after,.woocommerce-page .cart-collaterals::before{content:" ";display:table}.woocommerce .cart-collaterals::after,.woocommerce-page .cart-collaterals::after{clear:both}.woocommerce .cart-collaterals,.woocommerce-page .cart-collaterals{width:100%}.woocommerce .cart-collaterals .related,.woocommerce-page .cart-collaterals .related{width:30.75%;float:left}.woocommerce .cart-collaterals .cross-sells,.woocommerce-page .cart-collaterals .cross-sells{width:48%;float:left}.woocommerce .cart-collaterals .cross-sells ul.products,.woocommerce-page .cart-collaterals .cross-sells ul.products{float:none}.woocommerce .cart-collaterals .cross-sells ul.products li,.woocommerce-page .cart-collaterals .cross-sells ul.products li{width:calc(50% - 10px)}.woocommerce .cart-collaterals .cross-sells ul.products li.first,.woocommerce-page .cart-collaterals .cross-sells ul.products li.first{clear:both}.woocommerce .cart-collaterals .cross-sells ul.products li.last,.woocommerce-page .cart-collaterals .cross-sells ul.products li.last{margin-right:0}.woocommerce .cart-collaterals .shipping_calculator,.woocommerce-page .cart-collaterals .shipping_calculator{width:48%;zoom:1}.woocommerce .cart-collaterals .shipping_calculator::after,.woocommerce .cart-collaterals .shipping_calculator::before,.woocommerce-page .cart-collaterals .shipping_calculator::after,.woocommerce-page .cart-collaterals .shipping_calculator::before{content:" ";display:table}.woocommerce .cart-collaterals .shipping_calculator::after,.woocommerce-page .cart-collaterals .shipping_calculator::after{clear:both}.woocommerce .cart-collaterals .shipping_calculator,.woocommerce-page .cart-collaterals .shipping_calculator{clear:right;float:right}.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2{width:47%}.woocommerce .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cart_totals{float:right;width:48%}.woocommerce ul.cart_list li,.woocommerce ul.product_list_widget li,.woocommerce-page ul.cart_list li,.woocommerce-page ul.product_list_widget li{zoom:1}.woocommerce ul.cart_list li::after,.woocommerce ul.cart_list li::before,.woocommerce ul.product_list_widget li::after,.woocommerce ul.product_list_widget li::before,.woocommerce-page ul.cart_list li::after,.woocommerce-page ul.cart_list li::before,.woocommerce-page ul.product_list_widget li::after,.woocommerce-page ul.product_list_widget li::before{content:" ";display:table}.woocommerce ul.cart_list li::after,.woocommerce ul.product_list_widget li::after,.woocommerce-page ul.cart_list li::after,.woocommerce-page ul.product_list_widget li::after{clear:both}.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img,.woocommerce-page ul.cart_list li img,.woocommerce-page ul.product_list_widget li img{float:right;height:auto}.woocommerce form .form-row,.woocommerce-page form .form-row{zoom:1}.woocommerce form .form-row::after,.woocommerce form .form-row::before,.woocommerce-page form .form-row::after,.woocommerce-page form .form-row::before{content:" ";display:table}.woocommerce form .form-row::after,.woocommerce-page form .form-row::after{clear:both}.woocommerce form .form-row label,.woocommerce-page form .form-row label{display:block}.woocommerce form .form-row label.checkbox,.woocommerce-page form .form-row label.checkbox{display:inline}.woocommerce form .form-row select,.woocommerce-page form .form-row select{width:100%}.woocommerce form .form-row .input-text,.woocommerce-page form .form-row .input-text{box-sizing:border-box;width:100%}.woocommerce form .form-row-first,.woocommerce form .form-row-last,.woocommerce-page form .form-row-first,.woocommerce-page form .form-row-last{width:47%;overflow:visible}.woocommerce form .form-row-first,.woocommerce-page form .form-row-first{float:left}.woocommerce form .form-row-last,.woocommerce-page form .form-row-last{float:right}.woocommerce form .form-row-wide,.woocommerce-page form .form-row-wide{clear:both}.woocommerce #payment .form-row select,.woocommerce-page #payment .form-row select{width:auto}.woocommerce #payment .terms,.woocommerce #payment .wc-terms-and-conditions,.woocommerce-page #payment .terms,.woocommerce-page #payment .wc-terms-and-conditions{text-align:left;padding:0;width:100%;margin-bottom:1em}.woocommerce #payment #place_order,.woocommerce-page #payment #place_order{float:right}.woocommerce .woocommerce-billing-fields,.woocommerce .woocommerce-shipping-fields,.woocommerce-page .woocommerce-billing-fields,.woocommerce-page .woocommerce-shipping-fields{zoom:1}.woocommerce .woocommerce-billing-fields::after,.woocommerce .woocommerce-billing-fields::before,.woocommerce .woocommerce-shipping-fields::after,.woocommerce .woocommerce-shipping-fields::before,.woocommerce-page .woocommerce-billing-fields::after,.woocommerce-page .woocommerce-billing-fields::before,.woocommerce-page .woocommerce-shipping-fields::after,.woocommerce-page .woocommerce-shipping-fields::before{content:" ";display:table}.woocommerce .woocommerce-billing-fields::after,.woocommerce .woocommerce-shipping-fields::after,.woocommerce-page .woocommerce-billing-fields::after,.woocommerce-page .woocommerce-shipping-fields::after{clear:both}.woocommerce .woocommerce-terms-and-conditions,.woocommerce-page .woocommerce-terms-and-conditions{margin-bottom:1.618em;padding:1.618em}.woocommerce .woocommerce-oembed,.woocommerce-page .woocommerce-oembed{position:relative}.review-rating{order:2}.star-rating{margin-right:10px}.review-count{margin-left:10px;font-size:14px;margin-top:-6px}@media (max-width:544px){.review-rating{display:block}.review-count{margin-left:0;margin-top:0}}.woocommerce-account .woocommerce-MyAccount-navigation{float:left;width:30%}.woocommerce-account .woocommerce-MyAccount-content{float:right;width:68%}.woocommerce-account .woocommerce-MyAccount-content fieldset{border:0;margin:1em 0 0;padding:3px}.woocommerce-account .woocommerce-MyAccount-content fieldset legend{padding:3px 0;border-bottom:1px solid var(--ast-border-color);width:100%;margin:10px 0}.woocommerce-account .woocommerce-MyAccount-content fieldset .form-row{padding-left:0;padding-right:0}