.bazz-widget ::-webkit-input-placeholder {color: #FFFFFF !important;font-style: normal !important;}
.bazz-widget :-moz-placeholder {color: #FFFFFF !important;opacity: 1;font-style: normal !important;}
.bazz-widget ::-moz-placeholder {color: #FFFFFF !important;opacity: 1;font-style: normal !important;}
.bazz-widget :-ms-input-placeholder {color: #FFFFFF !important;font-style: normal !important;}
.bazz-widget :placeholder-shown {color: #FFFFFF !important;font-style: normal !important;} .bazz-widget {
box-sizing: border-box;
position: fixed !important;
font-family: helvetica, sans-serif !important;
width: 65px;
height: 65px;
border-radius: 35px;
transition: width 0.5s;
background-color: #00AFF2;
text-align: right;
line-height: 1;
z-index: 9997;
}
.bazz-widget * {
box-sizing: border-box;
}
.bazz-widget.opened {
width: 500px;
}
.bazz-widget-close {
width: 30px;
height: 30px;
position: absolute;
top: -10px;
left: -10px;
display: none;
cursor: pointer;
border-radius: 50%;
border: 3px solid #FFFFFF;
background: url(//cityparts.com.ua/wp-content/plugins/bazz-callback-widget/images/bazz-close-button.png) no-repeat center center;
background-color: #00AFF2;
background-size: 22px;
font-size: 0px;
z-index: 9998;
}
.bazz-widget.opened .bazz-widget-close {
display: block;
}
.bazz-widget-form {
display: none;
width: 100%;
text-align: center;
overflow: hidden;
height: 65px;
transition: margin 0.3s ease-in-out; position: relative;
}
.bazz-widget.opened .bazz-widget-form { }
.bazz-widget-form label {
display: inline-block;
width: 32%;
color: #FFFFFF;
text-align: left;
vertical-align: middle;
line-height: 1.2;
font-size: 16px;
font-weight: normal;
margin: 0 !important;
}
.bazz-widget-form label .bazz_time {
position: static;
}
.bazz-widget-form label.countdown {
width: 25%;
margin-left: 2%;
}
.bazz-widget-form input {
display: inline-block !important;
width: 32% !important;
text-align: left;
vertical-align: middle !important;
height: 30px !important;
border-radius: 20px !important;
padding: 0 !important;
color: #FFFFFF !important;
font-family: helvetica,sans-serif !important;
font-size: 16px !important;
font-weight: 400;
letter-spacing: 0;
line-height: 1;
text-transform: none;
margin: 0 !important;
}
.bazz-widget-form input[type="tel"] {
background: transparent !important;
border: 1px solid #FFFFFF;
padding-left: 6px !important;
padding-right: 6px !important;
}
.bazz-widget-form input[type="tel"]:focus,
.bazz-widget-form input[type="text"]:focus {
border-color: #FFFFFF;
}
.bazz-widget-form-submit {
width: 25%;
margin-left: 2%;
border-width: 1px;
border-style: solid;
text-align: center;
font-family: helvetica,sans-serif !important;
font-size: 16px;
border-radius: 20px;
height: 30px;
color: #FFFFFF !important;
display: inline-block;
text-decoration: none !important;
vertical-align: middle;
line-height: 28px;
top: auto;
bottom: auto;
left: auto;
right: auto;
position: static;
}
.bazz-widget-form input[hidden] {
display: none !important;
}
.bazz-widget .bazz-widget-button {
width: 65px;
height: 65px;
border: none;
text-align: center;
border-radius: 35px;
position: relative;
padding: 0;
cursor: pointer;
z-index: 2;
}
.bazz-widget i {
font-style: normal;
font-family: helvetica,sans-serif !important;
position: absolute;
display: block;
width: 100%;
height: 100%;
top: 0;
left: 0;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: -webkit-transform 0.5s;
-moz-transition: -moz-transform 0.5s;
-ms-transition: -moz-transform 0.5s;
-o-transition: -o-transform 0.5s;
transition: transform 0.5s;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
-o-transform-style: preserve-3d;
transform-style: preserve-3d; 
}
.bazz-widget.opened .bazz-widget-button,
.bazz-widget.opened .bazz-widget-inner-circle,
.bazz-widget.opened .bazz-widget-inner-border{
display: none;
}
.bazz-widget i:first-child {
background: url(//cityparts.com.ua/wp-content/plugins/bazz-callback-widget/images/trubka.png) no-repeat center center;
}
.bazz-widget i:last-child {
-webkit-transform: rotateY( 180deg );
-moz-transform: rotateY( 180deg );
-ms-transform: rotateY(180deg);
-o-transform: rotateY( 180deg );
transform: rotateY( 180deg );
color: #FFFFFF;
font-weight: bold;
font-size: 14px;
line-height: 1.2;
word-wrap: break-word;
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;
}
.bazz-widget-inner-circle {
width: 65px;
height: 65px;
position: absolute;
top: 0;
right: 0;
border-radius: 100px;
opacity: 0.3;
z-index: 1;
transition: all 1s ease-in-out;
}
.bazz-widget-inner-border {
width: 65px;
height: 65px;
position: absolute;
top: 0px;
right: 0px;
border-radius: 200px;
border-width: 1px;
border-style: solid;
z-index: 1;
opacity: 1;
}
.bazz-widget-your-name {
color: #FFFFFF !important;
text-decoration: none !important;
border-bottom: 1px dashed #fff;
line-height: 1.2;
height: auto;
width: auto;
top: auto;
bottom: auto;
left: auto;
right: auto;
position: static;
}
.bazz-widget-form-top,
.bazz-widget-form-bottom {
width: 100%;
height: 65px;
display: flex;
justify-content: center;
align-items: center;
transition: margin 0.3s ease-in-out;
position: relative;
}
.bazz-widget-form-top.overflow {
margin-top: -65px;
}
.bazz-widget-form-bottom {
}
.bazz-widget-form-bottom label {
width: 45%;
vertical-align: middle;
}
.bazz-widget-form-bottom input {
width: 40%;
vertical-align: middle;
padding: 0 6px !important; 
background: transparent !important;
border: 1px solid #FFFFFF;
}
.bazz-widget-name-close {
width: 34px;
height: 34px;
display: inline-block;
background: url(//cityparts.com.ua/wp-content/plugins/bazz-callback-widget/images/ok.png) no-repeat center center #00AFF2;
background-size: 24px;
border-radius: 50%;
border-width: 1px;
border-style: solid;
margin-left: 10px;
vertical-align: middle;
top: auto;
bottom: auto;
left: auto;
right: auto;
position: static;
}
.bazz-widget-form-info {
position: absolute;
left: 0;
bottom: 0;
font-size: 9px;
text-align: center;
width: 100%;
line-height: 1;
padding-bottom: 2px;
color: #666 !important;
}
@media only screen and (max-width : 575px) {
.bazz-widget {
display: none;
}
}@font-face{font-family:"WoofcIcon";src:url(//cityparts.com.ua/wp-content/plugins/woo-floating-cart-lite/xt-framework/includes/customizer/controls/xt_icons/font/woofcicons/Flaticon.woff) format("woff"),url(//cityparts.com.ua/wp-content/plugins/woo-floating-cart-lite/xt-framework/includes/customizer/controls/xt_icons/font/woofcicons/Flaticon.ttf) format("truetype"),url(//cityparts.com.ua/wp-content/plugins/woo-floating-cart-lite/xt-framework/includes/customizer/controls/xt_icons/font/woofcicons/Flaticon.svg#Flaticon) format("svg");font-weight:normal;font-style:normal}@media screen and (-webkit-min-device-pixel-ratio: 0){@font-face{font-family:"WoofcIcon";src:url(//cityparts.com.ua/wp-content/plugins/woo-floating-cart-lite/xt-framework/includes/customizer/controls/xt_icons/font/woofcicons/Flaticon.svg#WoofcIcon) format("svg")}}[class^=xt_woofcicon-]:before,[class*=" xt_woofcicon-"]:before{display:inline-block;font-family:"WoofcIcon";font-style:normal;font-weight:normal;font-variant:normal;line-height:1;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-smoothing:antialiased}.xt_woofcicon-add:before{content:""}.xt_woofcicon-add-1:before{content:""}.xt_woofcicon-arrow:before{content:""}.xt_woofcicon-arrows:before{content:""}.xt_woofcicon-arrows-1:before{content:""}.xt_woofcicon-arrows-10:before{content:""}.xt_woofcicon-arrows-11:before{content:""}.xt_woofcicon-arrows-2:before{content:""}.xt_woofcicon-arrows-3:before{content:""}.xt_woofcicon-arrows-4:before{content:""}.xt_woofcicon-arrows-5:before{content:""}.xt_woofcicon-arrows-6:before{content:""}.xt_woofcicon-arrows-7:before{content:""}.xt_woofcicon-arrows-8:before{content:""}.xt_woofcicon-arrows-9:before{content:""}.xt_woofcicon-bag:before{content:""}.xt_woofcicon-bag-1:before{content:""}.xt_woofcicon-bag-2:before{content:""}.xt_woofcicon-bag-3:before{content:""}.xt_woofcicon-bag-4:before{content:""}.xt_woofcicon-bag-5:before{content:""}.xt_woofcicon-bag-6:before{content:""}.xt_woofcicon-basket:before{content:""}.xt_woofcicon-basket-1:before{content:""}.xt_woofcicon-basket-2:before{content:""}.xt_woofcicon-basket-3:before{content:""}.xt_woofcicon-basket-supermarket:before{content:""}.xt_woofcicon-business:before{content:""}.xt_woofcicon-business-1:before{content:""}.xt_woofcicon-business-2:before{content:""}.xt_woofcicon-cart:before{content:""}.xt_woofcicon-cart-1:before{content:""}.xt_woofcicon-cart-2:before{content:""}.xt_woofcicon-cart-3:before{content:""}.xt_woofcicon-cart-4:before{content:""}.xt_woofcicon-cart-5:before{content:""}.xt_woofcicon-cart-6:before{content:""}.xt_woofcicon-cart-7:before{content:""}.xt_woofcicon-circle:before{content:""}.xt_woofcicon-close:before{content:""}.xt_woofcicon-close-1:before{content:""}.xt_woofcicon-close-2:before{content:""}.xt_woofcicon-close-3:before{content:""}.xt_woofcicon-close-4:before{content:""}.xt_woofcicon-close-5:before{content:""}.xt_woofcicon-close-6:before{content:""}.xt_woofcicon-close-7:before{content:""}.xt_woofcicon-close-8:before{content:""}.xt_woofcicon-close-9:before{content:""}.xt_woofcicon-commerce:before{content:""}.xt_woofcicon-commerce-1:before{content:""}.xt_woofcicon-commerce-10:before{content:""}.xt_woofcicon-commerce-11:before{content:""}.xt_woofcicon-commerce-12:before{content:""}.xt_woofcicon-commerce-13:before{content:""}.xt_woofcicon-commerce-14:before{content:""}.xt_woofcicon-commerce-2:before{content:""}.xt_woofcicon-commerce-3:before{content:""}.xt_woofcicon-commerce-4:before{content:""}.xt_woofcicon-commerce-5:before{content:""}.xt_woofcicon-commerce-6:before{content:""}.xt_woofcicon-commerce-7:before{content:""}.xt_woofcicon-commerce-8:before{content:""}.xt_woofcicon-commerce-9:before{content:""}.xt_woofcicon-construction:before{content:""}.xt_woofcicon-cross:before{content:""}.xt_woofcicon-cross-1:before{content:""}.xt_woofcicon-delete:before{content:""}.xt_woofcicon-delete-1:before{content:""}.xt_woofcicon-delete-2:before{content:""}.xt_woofcicon-delete-3:before{content:""}.xt_woofcicon-empty-shopping-cart:before{content:""}.xt_woofcicon-flat-minus:before{content:""}.xt_woofcicon-flat-plus:before{content:""}.xt_woofcicon-food:before{content:""}.xt_woofcicon-full-items-inside-a-shopping-bag:before{content:""}.xt_woofcicon-groceries:before{content:""}.xt_woofcicon-groceries-store:before{content:""}.xt_woofcicon-interface:before{content:""}.xt_woofcicon-market:before{content:""}.xt_woofcicon-market-1:before{content:""}.xt_woofcicon-market-2:before{content:""}.xt_woofcicon-market-3:before{content:""}.xt_woofcicon-market-4:before{content:""}.xt_woofcicon-minus:before{content:""}.xt_woofcicon-minus-1:before{content:""}.xt_woofcicon-online-shopping-cart:before{content:""}.xt_woofcicon-plus:before{content:""}.xt_woofcicon-plus-1:before{content:""}.xt_woofcicon-restaurant:before{content:""}.xt_woofcicon-shop:before{content:""}.xt_woofcicon-shop-1:before{content:""}.xt_woofcicon-shop-2:before{content:""}.xt_woofcicon-shop-3:before{content:""}.xt_woofcicon-shop-4:before{content:""}.xt_woofcicon-shop-5:before{content:""}.xt_woofcicon-shopping:before{content:""}.xt_woofcicon-shopping-1:before{content:""}.xt_woofcicon-shopping-bag:before{content:""}.xt_woofcicon-shopping-bag-1:before{content:""}.xt_woofcicon-shopping-bag-2:before{content:""}.xt_woofcicon-shopping-bag-3:before{content:""}.xt_woofcicon-shopping-bag-4:before{content:""}.xt_woofcicon-shopping-bag-5:before{content:""}.xt_woofcicon-shopping-bag-6:before{content:""}.xt_woofcicon-shopping-basket:before{content:""}.xt_woofcicon-shopping-basket-1:before{content:""}.xt_woofcicon-shopping-basket-2:before{content:""}.xt_woofcicon-shopping-basket-3:before{content:""}.xt_woofcicon-shopping-basket-4:before{content:""}.xt_woofcicon-shopping-basket-5:before{content:""}.xt_woofcicon-shopping-basket-6:before{content:""}.xt_woofcicon-shopping-basket-7:before{content:""}.xt_woofcicon-shopping-basket-8:before{content:""}.xt_woofcicon-shopping-basket-button:before{content:""}.xt_woofcicon-shopping-cart:before{content:""}.xt_woofcicon-shopping-cart-1:before{content:""}.xt_woofcicon-shopping-cart-10:before{content:""}.xt_woofcicon-shopping-cart-2:before{content:""}.xt_woofcicon-shopping-cart-3:before{content:""}.xt_woofcicon-shopping-cart-4:before{content:""}.xt_woofcicon-shopping-cart-5:before{content:""}.xt_woofcicon-shopping-cart-6:before{content:""}.xt_woofcicon-shopping-cart-7:before{content:""}.xt_woofcicon-shopping-cart-8:before{content:""}.xt_woofcicon-shopping-cart-9:before{content:""}.xt_woofcicon-shopping-cart-of-checkered-design:before{content:""}.xt_woofcicon-shopping-purse-icon:before{content:""}.xt_woofcicon-store:before{content:""}.xt_woofcicon-substract:before{content:""}.xt_woofcicon-substract-1:before{content:""}.xt_woofcicon-supermarket-basket:before{content:""}.xt_woofcicon-tool:before{content:""}.xt_woofcicon-tool-1:before{content:""}.xt_woofcicon-tool-2:before{content:""}.xt_woofcicon-tool-3:before{content:""}@font-face{font-family:"WooqvIcon";src:url(//cityparts.com.ua/wp-content/plugins/woo-floating-cart-lite/xt-framework/includes/customizer/controls/xt_icons/font/wooqvicons/Flaticon.woff) format("woff"),url(//cityparts.com.ua/wp-content/plugins/woo-floating-cart-lite/xt-framework/includes/customizer/controls/xt_icons/font/wooqvicons/Flaticon.ttf) format("truetype"),url(//cityparts.com.ua/wp-content/plugins/woo-floating-cart-lite/xt-framework/includes/customizer/controls/xt_icons/font/wooqvicons/Flaticon.svg#Flaticon) format("svg");font-weight:normal;font-style:normal}@media screen and (-webkit-min-device-pixel-ratio: 0){@font-face{font-family:"WooqvIcon";src:url(//cityparts.com.ua/wp-content/plugins/woo-floating-cart-lite/xt-framework/includes/customizer/controls/xt_icons/font/wooqvicons/Flaticon.svg#WooqvIcon) format("svg")}}[class^=xt_wooqvicon-]:before,[class*=" xt_wooqvicon-"]:before{display:inline-block;font-family:"WooqvIcon";font-style:normal;font-weight:normal;font-variant:normal;line-height:1;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-smoothing:antialiased}.xt_wooqvicon-angle-pointing-to-left:before{content:""}.xt_wooqvicon-arrows:before{content:""}.xt_wooqvicon-arrows-1:before{content:""}.xt_wooqvicon-arrows-10:before{content:""}.xt_wooqvicon-arrows-11:before{content:""}.xt_wooqvicon-arrows-12:before{content:""}.xt_wooqvicon-arrows-13:before{content:""}.xt_wooqvicon-arrows-14:before{content:""}.xt_wooqvicon-arrows-15:before{content:""}.xt_wooqvicon-arrows-16:before{content:""}.xt_wooqvicon-arrows-17:before{content:""}.xt_wooqvicon-arrows-18:before{content:""}.xt_wooqvicon-arrows-19:before{content:""}.xt_wooqvicon-arrows-2:before{content:""}.xt_wooqvicon-arrows-20:before{content:""}.xt_wooqvicon-arrows-21:before{content:""}.xt_wooqvicon-arrows-22:before{content:""}.xt_wooqvicon-arrows-23:before{content:""}.xt_wooqvicon-arrows-24:before{content:""}.xt_wooqvicon-arrows-25:before{content:""}.xt_wooqvicon-arrows-26:before{content:""}.xt_wooqvicon-arrows-27:before{content:""}.xt_wooqvicon-arrows-28:before{content:""}.xt_wooqvicon-arrows-29:before{content:""}.xt_wooqvicon-arrows-3:before{content:""}.xt_wooqvicon-arrows-4:before{content:""}.xt_wooqvicon-arrows-5:before{content:""}.xt_wooqvicon-arrows-6:before{content:""}.xt_wooqvicon-arrows-7:before{content:""}.xt_wooqvicon-arrows-8:before{content:""}.xt_wooqvicon-arrows-9:before{content:""}.xt_wooqvicon-cancel:before{content:""}.xt_wooqvicon-cancel-1:before{content:""}.xt_wooqvicon-cancel-2:before{content:""}.xt_wooqvicon-cancel-3:before{content:""}.xt_wooqvicon-cancel-4:before{content:""}.xt_wooqvicon-cancel-5:before{content:""}.xt_wooqvicon-cancel-6:before{content:""}.xt_wooqvicon-cancel-7:before{content:""}.xt_wooqvicon-cancel-music:before{content:""}.xt_wooqvicon-close:before{content:""}.xt_wooqvicon-close-1:before{content:""}.xt_wooqvicon-close-2:before{content:""}.xt_wooqvicon-close-3:before{content:""}.xt_wooqvicon-close-button:before{content:""}.xt_wooqvicon-close-button-1:before{content:""}.xt_wooqvicon-close-button-2:before{content:""}.xt_wooqvicon-close-circular-button-of-a-cross:before{content:""}.xt_wooqvicon-close-cross-circular-interface-button:before{content:""}.xt_wooqvicon-cross:before{content:""}.xt_wooqvicon-cross-mark-on-a-black-circle-background:before{content:""}.xt_wooqvicon-cross-out:before{content:""}.xt_wooqvicon-delete:before{content:""}.xt_wooqvicon-delete-button:before{content:""}.xt_wooqvicon-error:before{content:""}.xt_wooqvicon-exit-to-app-button:before{content:""}.xt_wooqvicon-remove-button:before{content:""}.xt_wooqvicon-arrow:before{content:""}.xt_wooqvicon-arrow-1:before{content:""}.xt_wooqvicon-arrows:before{content:""}.xt_wooqvicon-arrows-1:before{content:""}.xt_wooqvicon-arrows-10:before{content:""}.xt_wooqvicon-arrows-11:before{content:""}.xt_wooqvicon-arrows-2:before{content:""}.xt_wooqvicon-arrows-3:before{content:""}.xt_wooqvicon-arrows-4:before{content:""}.xt_wooqvicon-arrows-5:before{content:""}.xt_wooqvicon-arrows-6:before{content:""}.xt_wooqvicon-arrows-7:before{content:""}.xt_wooqvicon-arrows-8:before{content:""}.xt_wooqvicon-arrows-9:before{content:""}.xt_wooqvicon-circle:before{content:""}.xt_wooqvicon-eye:before{content:""}.xt_wooqvicon-eye-1:before{content:""}.xt_wooqvicon-eye-2:before{content:""}.xt_wooqvicon-eye-close-up:before{content:""}.xt_wooqvicon-interface:before{content:""}.xt_wooqvicon-loupe:before{content:""}.xt_wooqvicon-magnifier:before{content:""}.xt_wooqvicon-magnifier-1:before{content:""}.xt_wooqvicon-magnifier-tool:before{content:""}.xt_wooqvicon-magnifying-glass:before{content:""}.xt_wooqvicon-magnifying-glass-1:before{content:""}.xt_wooqvicon-magnifying-glass-browser:before{content:""}.xt_wooqvicon-medical:before{content:""}.xt_wooqvicon-medical-1:before{content:""}.xt_wooqvicon-musica-searcher:before{content:""}.xt_wooqvicon-photo:before{content:""}.xt_wooqvicon-search:before{content:""}.xt_wooqvicon-search-1:before{content:""}.xt_wooqvicon-search-2:before{content:""}.xt_wooqvicon-search-3:before{content:""}.xt_wooqvicon-search-4:before{content:""}.xt_wooqvicon-search-5:before{content:""}.xt_wooqvicon-search-6:before{content:""}.xt_wooqvicon-square:before{content:""}.xt_wooqvicon-square-1:before{content:""}.xt_wooqvicon-symbols:before{content:""}.xt_wooqvicon-tool:before{content:""}.xt_wooqvicon-view:before{content:""}.xt_wooqvicon-view-1:before{content:""}.xt_wooqvicon-view-2:before{content:""}.xt_wooqvicon-view-3:before{content:""}.xt_wooqvicon-view-4:before{content:""}.xt_wooqvicon-visible:before{content:""}.xt_wooqvicon-zoom-in:before{content:""}.xt_wooqvicon-zoom-in-1:before{content:""}@font-face{font-family:"xt_icomoon";src:url(//cityparts.com.ua/wp-content/plugins/woo-floating-cart-lite/xt-framework/includes/customizer/controls/xt_icons/font/xt_icomoon/xt_icomoon.ttf?v8gvd3) format("truetype"),url(//cityparts.com.ua/wp-content/plugins/woo-floating-cart-lite/xt-framework/includes/customizer/controls/xt_icons/font/xt_icomoon/xt_icomoon.woff?v8gvd3) format("woff"),url(//cityparts.com.ua/wp-content/plugins/woo-floating-cart-lite/xt-framework/includes/customizer/controls/xt_icons/font/xt_icomoon/xt_icomoon.svg?v8gvd3#xt_icomoon) format("svg");font-weight:normal;font-style:normal;font-display:block}[class^=xt_icon-]:before,[class*=" xt_icon-"]:before{font-family:"xt_icomoon" !important;speak:never;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}[class^=xt_icon-spinner]:before,[class*=" xt_icon-spinner"]:before{animation:xt_icon-spinner-animation .8s infinite cubic-bezier(0.2, 0.34, 1, 0.99);display:inline-block}.xt_icon-spinner:before{content:""}.xt_icon-spinner2:before{content:""}.xt_icon-spinner3:before{content:""}.xt_icon-spinner4:before{content:""}.xt_icon-spinner5:before{content:""}.xt_icon-spinner6:before{content:""}.xt_icon-spinner7:before{content:""}.xt_icon-spinner8:before{content:""}.xt_icon-spinner9:before{content:""}.xt_icon-spinner10:before{content:""}.xt_icon-spinner11:before{content:""}.xt_icon-checkmark:before{content:""}.xt_icon-checkmark2:before{content:""}.xt_icon-bin1:before{content:""}.xt_icon-trashcan:before{content:""}.xt_icon-bin2:before{content:""}.xt_icon-trash:before{content:""}.xt_icon-trash-o:before{content:""}.xt_icon-trash-can:before{content:""}.xt_icon-trash-can1:before{content:""}.xt_icon-trash2:before{content:""}.xt_icon-trash-2:before{content:""}.xt_icon-trash1:before{content:""}.xt_icon-info_outline:before{content:""}.xt_icon-info:before{content:""}.xt_icon-check_circle_outline:before{content:""}.xt_icon-check_circle:before{content:""}.xt_icon-error_outline:before{content:""}.xt_icon-error:before{content:""}@keyframes xt_icon-spinner-animation{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.xt_atc_override_spinner a.add_to_cart_button,.xt_atc_override_spinner a.single_add_to_cart_button,.xt_atc_override_spinner button.add_to_cart_button,.xt_atc_override_spinner button.single_add_to_cart_button{transition:all .3s !important}.xt_atc_override_spinner a.add_to_cart_button:before,.xt_atc_override_spinner a.add_to_cart_button:after,.xt_atc_override_spinner a.single_add_to_cart_button:before,.xt_atc_override_spinner a.single_add_to_cart_button:after,.xt_atc_override_spinner button.add_to_cart_button:before,.xt_atc_override_spinner button.add_to_cart_button:after,.xt_atc_override_spinner button.single_add_to_cart_button:before,.xt_atc_override_spinner button.single_add_to_cart_button:after{display:none !important}.xt_atc_override_spinner a.add_to_cart_button.xt_atc-loading,.xt_atc_override_spinner a.single_add_to_cart_button.xt_atc-loading,.xt_atc_override_spinner button.add_to_cart_button.xt_atc-loading,.xt_atc_override_spinner button.single_add_to_cart_button.xt_atc-loading{text-align:center !important;opacity:.9 !important}.xt_atc_override_spinner a.add_to_cart_button.xt_atc-loading:hover,.xt_atc_override_spinner a.single_add_to_cart_button.xt_atc-loading:hover,.xt_atc_override_spinner button.add_to_cart_button.xt_atc-loading:hover,.xt_atc_override_spinner button.single_add_to_cart_button.xt_atc-loading:hover{opacity:.9 !important}.xt_atc_override_spinner a.add_to_cart_button .xt_atc-button-spinner-wrap,.xt_atc_override_spinner a.single_add_to_cart_button .xt_atc-button-spinner-wrap,.xt_atc_override_spinner button.add_to_cart_button .xt_atc-button-spinner-wrap,.xt_atc_override_spinner button.single_add_to_cart_button .xt_atc-button-spinner-wrap{display:flex;align-items:center;justify-content:center;height:100%;transform:scale(0);transform-origin:center center;transition:transform .3s}.xt_atc_override_spinner a.add_to_cart_button .xt_atc-button-spinner,.xt_atc_override_spinner a.single_add_to_cart_button .xt_atc-button-spinner,.xt_atc_override_spinner button.add_to_cart_button .xt_atc-button-spinner,.xt_atc_override_spinner button.single_add_to_cart_button .xt_atc-button-spinner{display:flex;align-items:center;justify-content:center;width:initial !important;height:100% !important;color:currentColor;position:relative;line-height:initial !important;padding:0;margin:0;z-index:2;overflow:hidden}.xt_atc_override_spinner a.add_to_cart_button .xt_atc-button-spinner[class^=xt_icon-checkmark]:before,.xt_atc_override_spinner a.add_to_cart_button .xt_atc-button-spinner[class*=" xt_icon-checkmark"]:before,.xt_atc_override_spinner a.single_add_to_cart_button .xt_atc-button-spinner[class^=xt_icon-checkmark]:before,.xt_atc_override_spinner a.single_add_to_cart_button .xt_atc-button-spinner[class*=" xt_icon-checkmark"]:before,.xt_atc_override_spinner button.add_to_cart_button .xt_atc-button-spinner[class^=xt_icon-checkmark]:before,.xt_atc_override_spinner button.add_to_cart_button .xt_atc-button-spinner[class*=" xt_icon-checkmark"]:before,.xt_atc_override_spinner button.single_add_to_cart_button .xt_atc-button-spinner[class^=xt_icon-checkmark]:before,.xt_atc_override_spinner button.single_add_to_cart_button .xt_atc-button-spinner[class*=" xt_icon-checkmark"]:before{animation:none}.added_to_cart{margin-left:10px}.xt_atc_hide_view_cart .added_to_cart{display:none !important}.xt_atc-error{box-shadow:0 0 0 2px rgba(199,46,46,.45);transition:all .3s;border-radius:3px}