fieldset[disabled] .multiselect{pointer-events:none}.multiselect__spinner{position:absolute;right:1px;top:1px;width:48px;height:35px;background:#fff;display:block}.multiselect__spinner:after,.multiselect__spinner:before{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border:2px solid transparent;border-top-color:#41b883;box-shadow:0 0 0 1px transparent}.multiselect__spinner:before{animation:spinning 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner:after{animation:spinning 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active,.multiselect__loading-leave-active{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter,.multiselect__loading-leave-active{opacity:0}.multiselect,.multiselect__input,.multiselect__single{font-family:inherit;font-size:16px;-ms-touch-action:manipulation;touch-action:manipulation}.multiselect{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect *{box-sizing:border-box}.multiselect:focus{outline:none}.multiselect--disabled{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current,.multiselect--active:not(.multiselect--above) .multiselect__input,.multiselect--active:not(.multiselect--above) .multiselect__tags{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current,.multiselect--above.multiselect--active .multiselect__input,.multiselect--above.multiselect--active .multiselect__tags{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input,.multiselect__single{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input:-ms-input-placeholder{color:#35495e}.multiselect__input::placeholder{color:#35495e}.multiselect__tag~.multiselect__input,.multiselect__tag~.multiselect__single{width:auto}.multiselect__input:hover,.multiselect__single:hover{border-color:#cfcfcf}.multiselect__input:focus,.multiselect__single:focus{border-color:#a8a8a8;outline:none}.multiselect__single{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap{display:inline}.multiselect__tags{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:normal;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon:after{content:"\D7";color:#266d4d;font-size:14px}.multiselect__tag-icon:focus,.multiselect__tag-icon:hover{background:#369a6e}.multiselect__tag-icon:focus:after,.multiselect__tag-icon:hover:after{color:#fff}.multiselect__current{min-height:40px;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;border-radius:5px;border:1px solid #e8e8e8}.multiselect__current,.multiselect__select{line-height:16px;box-sizing:border-box;display:block;margin:0;text-decoration:none;cursor:pointer}.multiselect__select{position:absolute;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;text-align:center;transition:transform .2s ease}.multiselect__select:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-color:#999 transparent transparent;border-style:solid;border-width:5px 5px 0;content:""}.multiselect__placeholder{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder{display:none}.multiselect__content-wrapper{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper{bottom:100%;border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content::webkit-scrollbar{display:none}.multiselect__element{display:block}.multiselect__option{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected:after{content:attr(data-selected);color:silver}.multiselect__option--selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current,.multiselect--disabled .multiselect__select{background:#ededed;color:#a6a6a6}.multiselect__option--disabled{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active,.multiselect-leave-active{transition:all .15s ease}.multiselect-enter,.multiselect-leave-active{opacity:0}.multiselect__strong{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect{text-align:right}[dir=rtl] .multiselect__select{right:auto;left:1px}[dir=rtl] .multiselect__tags{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content{text-align:right}[dir=rtl] .multiselect__option:after{right:auto;left:0}[dir=rtl] .multiselect__clear{right:auto;left:12px}[dir=rtl] .multiselect__spinner{right:auto;left:1px}@keyframes spinning{0%{transform:rotate(0)}to{transform:rotate(2turn)}} .mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8; }
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden; }
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
box-sizing: border-box; }
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle; }
.mfp-align-top .mfp-container:before {
display: none; }
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto; }
.mfp-ajax-cur {
cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out; }
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none; }
.mfp-loading.mfp-figure {
display: none; }
.mfp-hide {
display: none !important; }
.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044; }
.mfp-preloader a {
color: #CCC; }
.mfp-preloader a:hover {
color: #FFF; }
.mfp-s-ready .mfp-preloader {
display: none; }
.mfp-s-error .mfp-content {
display: none; }
button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
box-shadow: none;
touch-action: manipulation; }
button::-moz-focus-inner {
padding: 0;
border: 0; }
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
opacity: 1; }
.mfp-close:active {
top: 1px; }
.mfp-close-btn-in .mfp-close {
color: #333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%; }
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap; }
.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent; }
.mfp-arrow:after {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px; }
.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7; }
.mfp-arrow-left {
left: 0; }
.mfp-arrow-left:after {
border-right: 17px solid #FFF;
margin-left: 31px; }
.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
right: 0; }
.mfp-arrow-right:after {
border-left: 17px solid #FFF;
margin-left: 39px; }
.mfp-arrow-right:before {
border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px; }
.mfp-iframe-holder .mfp-close {
top: -40px; }
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000; } img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto; } .mfp-figure {
line-height: 0; }
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444; }
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px; }
.mfp-figure figure {
margin: 0; }
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto; }
.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px; }
.mfp-image-holder .mfp-content {
max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0; }
.mfp-img-mobile img.mfp-img {
padding: 0; }
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0; }
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px; }
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
box-sizing: border-box; }
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0; }
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px; }
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0; } }
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75); }
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0; }
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%; }
.mfp-container {
padding-left: 6px;
padding-right: 6px; } }
#shipping_method .multiselect__option{white-space:normal}#shipping_method .multiselect__option--selected span{max-width:80%;display:inline-block}#shipping_method table.woocommerce-checkout-review-order-table .product-name{width:30%}#shipping_method .woo-bg--econt-delivery li.multiselect__element{display:block!important}#shipping_method .woo-bg--econt-delivery .multiselect__option--highlight:not(.multiselect__option--selected),#shipping_method .woo-bg--econt-delivery .multiselect__option.multiselect__option--highlight:after{background:#234182}#shipping_method .woo-bg--econt-delivery .multiselect__option--highlight.multiselect__option--selected,#shipping_method .woo-bg--econt-delivery .multiselect__option.multiselect__option--highlight.multiselect__option--selected:after{background:#d63638}#shipping_method .woo-bg--econt-delivery .multiselect__content-wrapper ul.multiselect__content{margin:0;padding:0}#shipping_method .woo-bg--econt-delivery .woo-bg-multiselect{margin-bottom:15px}#shipping_method .woo-bg--econt-delivery .woo-bg-multiselect input.multiselect__input{border:0}#shipping_method .woo-bg--econt-delivery .multiselect__select{height:100%}#shipping_method .woo-bg--econt-delivery .woo-bg-multiselect--additional-field{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}button.mfp-close{background-color:initial!important}#main tr.woo-bg--shipping-methods ul#shipping_method{margin:0}#main tr.woo-bg--shipping-methods ul#shipping_method li{display:block}@media (max-width:768px){.mfp-iframe-holder .mfp-content{height:100%}}fieldset[disabled] .multiselect{pointer-events:none}.multiselect__spinner{position:absolute;right:1px;top:1px;width:48px;height:35px;background:#fff;display:block}.multiselect__spinner:after,.multiselect__spinner:before{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border:2px solid transparent;border-top-color:#41b883;box-shadow:0 0 0 1px transparent}.multiselect__spinner:before{animation:spinning 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner:after{animation:spinning 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active,.multiselect__loading-leave-active{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter,.multiselect__loading-leave-active{opacity:0}.multiselect,.multiselect__input,.multiselect__single{font-family:inherit;font-size:16px;-ms-touch-action:manipulation;touch-action:manipulation}.multiselect{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect *{box-sizing:border-box}.multiselect:focus{outline:none}.multiselect--disabled{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current,.multiselect--active:not(.multiselect--above) .multiselect__input,.multiselect--active:not(.multiselect--above) .multiselect__tags{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current,.multiselect--above.multiselect--active .multiselect__input,.multiselect--above.multiselect--active .multiselect__tags{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input,.multiselect__single{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input:-ms-input-placeholder{color:#35495e}.multiselect__input::placeholder{color:#35495e}.multiselect__tag~.multiselect__input,.multiselect__tag~.multiselect__single{width:auto}.multiselect__input:hover,.multiselect__single:hover{border-color:#cfcfcf}.multiselect__input:focus,.multiselect__single:focus{border-color:#a8a8a8;outline:none}.multiselect__single{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap{display:inline}.multiselect__tags{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:normal;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon:after{content:"\D7";color:#266d4d;font-size:14px}.multiselect__tag-icon:focus,.multiselect__tag-icon:hover{background:#369a6e}.multiselect__tag-icon:focus:after,.multiselect__tag-icon:hover:after{color:#fff}.multiselect__current{min-height:40px;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;border-radius:5px;border:1px solid #e8e8e8}.multiselect__current,.multiselect__select{line-height:16px;box-sizing:border-box;display:block;margin:0;text-decoration:none;cursor:pointer}.multiselect__select{position:absolute;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;text-align:center;transition:transform .2s ease}.multiselect__select:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-color:#999 transparent transparent;border-style:solid;border-width:5px 5px 0;content:""}.multiselect__placeholder{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder{display:none}.multiselect__content-wrapper{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper{bottom:100%;border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content::webkit-scrollbar{display:none}.multiselect__element{display:block}.multiselect__option{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected:after{content:attr(data-selected);color:silver}.multiselect__option--selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current,.multiselect--disabled .multiselect__select{background:#ededed;color:#a6a6a6}.multiselect__option--disabled{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active,.multiselect-leave-active{transition:all .15s ease}.multiselect-enter,.multiselect-leave-active{opacity:0}.multiselect__strong{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect{text-align:right}[dir=rtl] .multiselect__select{right:auto;left:1px}[dir=rtl] .multiselect__tags{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content{text-align:right}[dir=rtl] .multiselect__option:after{right:auto;left:0}[dir=rtl] .multiselect__clear{right:auto;left:12px}[dir=rtl] .multiselect__spinner{right:auto;left:1px}@keyframes spinning{0%{transform:rotate(0)}to{transform:rotate(2turn)}} .mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8; }
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden; }
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
box-sizing: border-box; }
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle; }
.mfp-align-top .mfp-container:before {
display: none; }
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto; }
.mfp-ajax-cur {
cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out; }
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none; }
.mfp-loading.mfp-figure {
display: none; }
.mfp-hide {
display: none !important; }
.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044; }
.mfp-preloader a {
color: #CCC; }
.mfp-preloader a:hover {
color: #FFF; }
.mfp-s-ready .mfp-preloader {
display: none; }
.mfp-s-error .mfp-content {
display: none; }
button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
box-shadow: none;
touch-action: manipulation; }
button::-moz-focus-inner {
padding: 0;
border: 0; }
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
opacity: 1; }
.mfp-close:active {
top: 1px; }
.mfp-close-btn-in .mfp-close {
color: #333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%; }
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap; }
.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent; }
.mfp-arrow:after {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px; }
.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7; }
.mfp-arrow-left {
left: 0; }
.mfp-arrow-left:after {
border-right: 17px solid #FFF;
margin-left: 31px; }
.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
right: 0; }
.mfp-arrow-right:after {
border-left: 17px solid #FFF;
margin-left: 39px; }
.mfp-arrow-right:before {
border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px; }
.mfp-iframe-holder .mfp-close {
top: -40px; }
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000; } img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto; } .mfp-figure {
line-height: 0; }
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444; }
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px; }
.mfp-figure figure {
margin: 0; }
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto; }
.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px; }
.mfp-image-holder .mfp-content {
max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0; }
.mfp-img-mobile img.mfp-img {
padding: 0; }
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0; }
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px; }
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
box-sizing: border-box; }
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0; }
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px; }
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0; } }
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75); }
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0; }
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%; }
.mfp-container {
padding-left: 6px;
padding-right: 6px; } }
#shipping_method .multiselect__option{white-space:normal}#shipping_method .multiselect__option--selected span{max-width:80%;display:inline-block}#shipping_method table.woocommerce-checkout-review-order-table .product-name{width:30%}#shipping_method .woo-bg--speedy-delivery li.multiselect__element{display:block!important}#shipping_method .woo-bg--speedy-delivery .multiselect__option--highlight:not(.multiselect__option--selected),#shipping_method .woo-bg--speedy-delivery .multiselect__option.multiselect__option--highlight:after{background:#234182}#shipping_method .woo-bg--speedy-delivery .multiselect__option--highlight.multiselect__option--selected,#shipping_method .woo-bg--speedy-delivery .multiselect__option.multiselect__option--highlight.multiselect__option--selected:after{background:#d63638}#shipping_method .woo-bg--speedy-delivery .multiselect__content-wrapper ul.multiselect__content{margin:0;padding:0}#shipping_method .woo-bg--speedy-delivery .woo-bg-multiselect{margin-bottom:15px}#shipping_method .woo-bg--speedy-delivery .woo-bg-multiselect input.multiselect__input{border:0}#shipping_method .woo-bg--speedy-delivery .multiselect__select{height:100%}#shipping_method .woo-bg--speedy-delivery .woo-bg-multiselect--additional-field{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}button.mfp-close{background-color:initial!important}#main tr.woo-bg--shipping-methods ul#shipping_method{margin:0}#main tr.woo-bg--shipping-methods ul#shipping_method li{display:block}@media (max-width:768px){.mfp-iframe-holder .mfp-content{height:100%}}.woo-bg--shipping-methods-tabs,.woo-bg--shipping-methods-tabs td{text-align:center}.woo-bg--shipping-methods-tabs input[type=radio].shipping_method{display:none}.woo-bg--shipping-methods-tabs label{border:3px solid #d7d7d7;border-radius:5px;display:inline-block;padding:10px;background:#fff;margin:0 5px 5px 0}.woo-bg--shipping-methods-tabs label.active{border-color:#000}.woo-bg--shipping-methods-tabs label span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.woo-bg--shipping-methods-tabs label img{max-width:130px;max-height:27px;margin:0 0 0 5px}.woo-bg--shipping-methods-tabs .woo-bg--shipping-methods-tabs--titles{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.woo-bg-pro--label-row{margin:0 0 5px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.woo-bg-pro--label-row label{margin:0 0 0 5px}.woocommerce-checkout-review-order-table td:nth-child(2){text-align:right}.woo-bg--shipping-title span.shipping_method_price{display:none}.woo-bg--shipping-title span.shipping_method_price.visible{display:inline-block}p#billing_address_1_field,p#billing_address_2_field,p#billing_city_field,p#billing_country_field,p#billing_postcode_field,p#billing_state_field{display:none!important}body.woo-bg--multi-coutry p#billing_address_1_field.force-show,body.woo-bg--multi-coutry p#billing_address_2_field.force-show,body.woo-bg--multi-coutry p#billing_city_field.force-show,body.woo-bg--multi-coutry p#billing_country_field,body.woo-bg--multi-coutry p#billing_postcode_field.force-show,body.woo-bg--multi-coutry p#billing_state_field.force-show{display:block!important}.woo-bg--city-state-field{margin:0 0 10px}#shipping_method .multiselect__option{white-space:normal}#shipping_method .multiselect__option--selected span{max-width:80%;display:inline-block}#shipping_method table.woocommerce-checkout-review-order-table .product-name{width:30%}#shipping_method .woo-bg--city-state-field li.multiselect__element{display:block!important}#shipping_method .woo-bg--city-state-field .multiselect__option--highlight:not(.multiselect__option--selected),#shipping_method .woo-bg--city-state-field .multiselect__option.multiselect__option--highlight:after{background:#234182}#shipping_method .woo-bg--city-state-field .woo-bg-multiselect input.multiselect__input{border:0}#shipping_method .woo-bg--city-state-field .multiselect__option--highlight.multiselect__option--selected,#shipping_method .woo-bg--city-state-field .multiselect__option.multiselect__option--highlight.multiselect__option--selected:after{background:#d63638}ul#shipping_method li:not(.elementor-widget-woocommerce-cart #shipping_method li){text-indent:0!important;padding:0!important}@font-face {
font-family: 'woo-cart-popup-premium';
src:  url(//easyclean.bg/shop/wp-content/plugins/woocommerce-cart-popup-premium/assets/css/fonts/woo-cart-popup-premium.eot?vj5qsb);
src:  url(//easyclean.bg/shop/wp-content/plugins/woocommerce-cart-popup-premium/assets/css/fonts/woo-cart-popup-premium.eot?vj5qsb#iefix) format('embedded-opentype'),
url(//easyclean.bg/shop/wp-content/plugins/woocommerce-cart-popup-premium/assets/css/fonts/woo-cart-popup-premium.ttf?vj5qsb) format('truetype'),
url(//easyclean.bg/shop/wp-content/plugins/woocommerce-cart-popup-premium/assets/css/fonts/woo-cart-popup-premium.woff?vj5qsb) format('woff'),
url(//easyclean.bg/shop/wp-content/plugins/woocommerce-cart-popup-premium/assets/css/fonts/woo-cart-popup-premium.svg?vj5qsb#woo-cart-popup-premium) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="xoo-cp-icon-"], [class*=" xoo-cp-icon-"] { font-family: 'woo-cart-popup-premium' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.xoo-cp-icon-close:before {
content: "\e906";
}
.xoo-cp-icon-basket5:before {
content: "\e900";
}
.xoo-cp-icon-basket4:before {
content: "\e901";
}
.xoo-cp-icon-basket6:before {
content: "\e902";
}
.xoo-cp-icon-basket1:before {
content: "\e903";
}
.xoo-cp-icon-basket2:before {
content: "\e904";
}
.xoo-cp-icon-basket3:before {
content: "\e905";
}
.xoo-cp-icon-spinner:before {
content: "\e97b";
}
.xoo-cp-icon-cross:before {
content: "\ea0d";
}
.xoo-cp-icon-check:before {
content: "\ea10";
}
.xoo-cp-icon-spinner{
animation: xoo-cp-spin 575ms infinite linear;
display: inline-block;
}
.xoo-cp-added, .xoo-cp-adding {
margin-left: 5px;
}
.xoo-cp-preloader{
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
z-index: 2;
animation: xoo-cp-spin 575ms infinite linear;
font-size: 45px;
}
@keyframes xoo-cp-spin {
from {
transform:rotate(0deg);
}
to {
transform:rotate(360deg);
}
}
@-ms-keyframes xoo-cp-spin {
from { -ms-transform: rotate(0deg); }
to { -ms-transform: rotate(360deg); }
}
@-moz-keyframes xoo-cp-spin {
from { -moz-transform: rotate(0deg); }
to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes xoo-cp-spin {
from { -webkit-transform: rotate(0deg); }
to { -webkit-transform: rotate(360deg); }
}
.xcp-rel-head,
.xoo-cp-hdtxt,
a.xcp-btn {
text-transform: uppercase
}
.xoo-cp-opac {
z-index: 99998;
background-color: black;
opacity: 0.6;
position: fixed;
display: none;
}
.xoo-cp-opac,.xoo-cp-modal , .xoo-cp-cont-opac{
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.xoo-cp-modal {
position: fixed;
text-align: center;
z-index: 99998;
overflow: hidden;
opacity: 0;
visibility: hidden;
transform: scale(0.7);
}
.xoo-cp-active{
transition: visibility 0.4s ease-out, opacity 0.4s ease-out, transform 0.4s ease-out;
visibility: visible;
opacity: 1;
transform: scale(1);
}
.xoo-cp-cont-opac{
z-index: 1;
background-color: white;
opacity: 0.5;
position: absolute;
}
.xoo-cp-modal:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
margin-right: -0.25em;
}
.xoo-cp-container {
display: inline-block;
max-width: 650px;
border: #a0a0a0 solid 1px;
background: #fff;
position: relative;
vertical-align: middle;
width: 90%;
text-align: left;
box-shadow: 0 0 10px rgba(0,0,0,.4);
border-radius: 5px;
padding-bottom: 15px;
}
.xoo-cp-container-scroll{
max-height: 80vh;
}
span.xoo-cp-close {
font-size: 29px;
position: absolute;
right: -13px;
top: -11px;
background-color: #fff;
border-radius: 50%;
cursor: pointer;
z-index: 2;
}
.xoo-cp-atcn{
position: absolute;
top: 0;
z-index: 1;
left: 0;
right: 0;
border: 1px solid transparent;
border-radius: 4px;
display: none;
text-align: left;
color: #3C763D;
background-color: #DFF0D8
}
.xoo-cp-atcn .xoo-cp-icon-check{
margin-right: 5px;
}
.xoo-cp-atcn.xoo-cp-atcn-active{
padding: 11px 15px;
display: none;
}
.xoo-cp-btns {
margin: 20px auto 0;
clear: both;
text-align: center
}
a.xcp-btn {
width: 30%;
text-align: center;
cursor: pointer;
padding: 8px 12px;
display: table;
margin: 0 4px;
max-width: 200px;
}
.xcp-icon-spinner2 {
display: inline-block
}
.xoo-cp-atc-icon {
margin-left: 5px
}
.xoo-cp-qtybox {
vertical-align: middle;
font-size: 20px;
cursor: pointer;
margin-top: 10px
}
td.xoo-cp-ptitle a {
font-size: 17px;
display: block
}
.xoo-cp-variations dl.variation {
margin-bottom: 5px
}
td.xoo-cp-pimg {
width: 20%
}
.xcp-one-qty,
td.xoo-cp-pprice,
td.xoo-cp-ptotal {
font-size: 17px
}
td.xoo-cp-pqty {
min-width: 120px
}
.xoo-cp-pdetails td.xoo-cp-remove {
text-align: center;
font-size: 20px
}
table.xoo-cp-cart td,
table.xoo-cp-cart th {
vertical-align: middle;
text-align: center
}
table.xoo-cp-cart th {
padding: 10px 5px;
font-size: 15px;
font-weight: 400
}
table.xoo-cp-cart td.xoo-cp-ptitle {
padding-left: 15px
}
table.xoo-cp-cart td {
padding: 20px 0
}
td.xoo-cp-remove .xoo-cp-remove-pd {
font-size: 20px;
color: #ea0a0a;
cursor: pointer;
}
.xcp-outspin {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 2;
font-size: 45px
}
.xoo-cp-outer {
display: none
}
.xoo-cp-variations {
font-size: 13px;
display: table
}
.xoo-cp-variations .variation {
overflow: auto;
margin-top: 5px
}
.xoo-cp-variations .variation dt {
margin: 0 3px 0 0;
float: left
}
.xoo-cp-variations .variation dd {
margin: 0 7px 0 0;
float: left
}
.xoo-cp-cart-total {
display: table;
margin-left: auto;
margin-right: 5px;
}
.xcp-totxt{
font-size: 16px;
text-transform: uppercase;
}
.xcp-ctotal .amount {
font-size: 22px
}
.xoo-cp-basket {
display: table;
padding: 10px;
box-shadow: 2px 2px 2px;
position: fixed;
z-index: 999997;
bottom: 20px;
right: 20px;
border-radius: 10px;
cursor: pointer
}
.xcp-bk-count {
border-radius: 50%;
left: -15px;
position: absolute;
top: -15px;
width: 28px;
height: 28px;
line-height: 28px;
text-align: center;
overflow: hidden;
font-size: 13px
}
.xoo-cp-empty {
display: table;
margin: 20px auto
}
.xcp-empty-txt {
font-size: 20px;
display: inline-block;
vertical-align: top;
line-height: 44px;
margin-left: 5px
}
.xcp-rel-head,
.xoo-cp-hdtxt {
font-size: 17px
}
.xoo-cp-hdtxt {
padding: 10px 15px;
width: 100%;
margin-bottom: 10px
}
.xoo-cp-rel-cont {
overflow: auto
}
.xcp-rel-head {
display: block;
text-align: center;
padding: 7px 0;
margin: 15px auto
}
.xcp-rel-sing img {
width: 100%;
height: auto
}
ul.xoo-cp-rel-prods {
list-style-type: none;
display: table;
padding: 0 15px;
overflow: auto;
min-width: 600px
}
li.xoo-cp-rel-sing {
max-width: 150px;
min-width: 50px
}
.mCSB_container {
margin-right: 0!important
}
.mCSB_scrollTools {
top: 40px!important;
bottom: 40px!important;
width: 14px!important
}
li.xoo-cp-rel-sing span.onsale {
display: none
}
table.xoo-cp-cart tr:nth-child(1) {
border-top: 0
}
table.xoo-cp-cart {
margin-top: 5px;
margin-bottom: 15px;
width: 100%
}
.xoo-cp-rel-sing h3 {
margin-top: 3px;
margin-bottom: 3px;
line-height: 16px
}
.xoo-cp-empct {
margin: 0 10px;
cursor: pointer;
font-size: 16px;
}
.xoo-cp-empct .xoo-cp-icon-close{
font-size: 15px;
margin-right: 3px;
}
.xcp-undo {
text-decoration: underline;
font-weight: 700;
cursor: pointer
}
.xoo-cp-rel-sing .attachment-shop_catalog {
width: auto;
height: auto
}
@media only screen and (max-width: 600px) {
th.xcp-rhead,
td.xoo-cp-remove {
display: none;
}
a.xcp-btn {
width: 80%;
margin: 10px auto 0;
max-width: 100%;
}
.xoo-cp-modal .xoo-cp-cart-btns{
display: block;
}
}
@media only screen and (max-width: 750px) {
li.xoo-cp-rel-sing {
min-width: auto
}
.xoo-cp-cart-total,
table.xoo-cp-cart td,
td.xoo-cp-ptitle a {
font-size: 14px!important
}
table.xoo-cp-cart .xoo-cp-content {
overflow: auto
}
.xoo-cp-pprice,
th.xcp-phead {
display: none
}
}
span.xcp-minus {
border-right-width: 1px;
border-right-style: solid
}
span.xcp-plus {
border-left-width: 1px;
border-left-style: solid
}
span.xcp-minus,
span.xcp-plus {
display: inline-block;
text-align: center;
cursor: pointer;
float: left;
width: 21px
}
input[type=number].xoo-cp-qty {
border: 0!important;
text-align: center;
display: inline-block;
max-width: 30px;
float: left;
height: 100%;
line-height: 100%;
padding: 0
}
input.xoo-cp-qty::-webkit-inner-spin-button,
input.xoo-cp-qty::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0
}
.xoo-cp-qtybox {
border-width: 1px;
border-style: solid;
position: relative;
display: inline-block;
font-weight: 700;
max-width: 90px;
height: 37px;
line-height: 35px
}
.xoo-cp-table-bottom{
display: flex;
align-items: center;
padding: 10px;
}
.xoo-cp-rel-price,.xoo-cp-rel-title{
display: block;
}
.xoo-cp-sc-cont{
cursor: pointer;
}
.xoo-cp-sc-icon{
margin-right: 3px;
}
.xoo-cp-empty-cart-notice{
display: block;
text-align: center;
font-size: 21px;
}
a.xoo-cp-sn-btn{
margin: 5px auto;
display: table;
}
.xoo-cp-notice-box{
left: 0;
right: 0;
bottom: 50px;
position: fixed;
z-index: 100000;
}
.xoo-cp-notice-box > div{
display: table;
margin: 0 auto;
background-color: #333;
padding: 10px 20px;
color: white;
font-weight: 500;
font-size: 15px;
}
.xoo-cp-notice ul.woocommerce-error a.button{
display: none;
}
.xoo-cp-notice ul.woocommerce-error{
margin: 0;
}
.xoo-cp-undo{
text-decoration: underline;
float: right;
font-weight: 600;
cursor: pointer;
}
.xoo-cp-rel-title {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.xoo-cp-content{
padding: 0 15px;
}
body.xoo-cp-popup-active{
overflow-y: hidden;
}
.xoo-cp-rel-slider{
overflow: auto;
}
.xoo-cp-cart-btns {
display: flex;
align-items: center;
justify-content: center;
}
.xoo-cp-cart-table-cont {
overflow-x: auto;
}
.xoo-cp-variations .variation:last-of-type {
display: none;
}
.xoo-cp-variations .variation:first-of-type {
display: block;
}
.xoo-cp-yith-bundled-items span {
font-size: 13px;
color: #777;
margin-left: 10px;
}
tr.xoo-cp-is-child td {
padding: 0;
}
tr.xoo-cp-is-child td {
padding: 0;
}