.bazz-pro ::-webkit-input-placeholder           {color: #555 !important;font-style: normal !important;}
.bazz-pro :-moz-placeholder                     {color: #555 !important;opacity: 1;font-style: normal !important;}
.bazz-pro ::-moz-placeholder                    {color: #555 !important;opacity: 1;font-style: normal !important;}
.bazz-pro :-ms-input-placeholder                {color: #555 !important;font-style: normal !important;}
.bazz-pro :placeholder-shown                    {color: #555 !important;font-style: normal !important;}  .bazz-pro, .bazz-pro * {
box-sizing: border-box;
font-family: helvetica, sans-serif !important;
font-style: normal !important;
font-size: 16px !important;
}
.bazz-pro {
position: fixed !important;
width: 65px;
height: 65px;
top: auto;
left: auto;
bottom: auto;
right: auto;
border-radius: 32.5px;
transition: width 0.5s cubic-bezier(0.39, 0.575, 0.565, 1),
bottom 0.3s cubic-bezier(0.39, 0.575, 0.565, 1),
left 0.3s cubic-bezier(0.39, 0.575, 0.565, 1),
right 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
z-index: 9997;
z-index: 100000;
} .bazz-pro-button {
width: 65px;
height: 65px;
position: absolute;
top: 0;
left: 0;
border-radius: 32.5px;
background-color: #00AFF2;
text-align: right;
cursor: pointer;
}
.bazz-pro-button > div {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
text-align: center;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform-style: preserve-3d;
transition: transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.bazz-pro-button > div:first-child {
background: url(//rolka-lody.pl/wp-content/plugins/bazz-callback-widget-pro/public/images/trubka.png) no-repeat center center;
animation: bazz-pro-rotate-first 4s cubic-bezier(0.39, 0.575, 0.565, 1) 3s infinite;
}
@keyframes bazz-pro-rotate-first {
0%   { transform: rotateY( 0 ); }
25%   { transform: rotateY( 180deg ); }
50%   { transform: rotateY( 0 ); }
100% { transform: rotateY( 0 ); }
}
.bazz-pro-button > div:last-child {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-transform: rotateY( 180deg );
-moz-transform: rotateY( 180deg );
-ms-transform: rotateY(180deg);
-o-transform: rotateY( 180deg );
transform: rotateY( 180deg );
color: #fff;
font-size: 14px !important;
font-weight: bold !important;
line-height: 1.2;
word-wrap: break-word;
animation: bazz-pro-rotate-second 4s cubic-bezier(0.39, 0.575, 0.565, 1) 3s infinite;
}
@keyframes bazz-pro-rotate-second {
0%   { transform: rotateY( 180deg ); }
25%   { transform: rotateY( 0 ); }
50%   { transform: rotateY( 180deg ); }
100% { transform: rotateY( 180deg ); }
}
.bazz-pro-button:before {
content: '';
display: block;
position: absolute;
width: 66px;
height: 66px;
opacity: 0.25;
background: #00aff2;
border-radius: 50%;
transform: scale(1);
animation: bazz-pro-border-inner 4s cubic-bezier(0.39, 0.575, 0.565, 1) 3s infinite;
}
@keyframes bazz-pro-border-inner {
0%   { transform: scale(1); }
25%   { transform: scale(1.3); }
50%   { transform: scale(1); }
100%  { transform: scale(1); }
}
.bazz-pro-button:after {
content: '';
display: block;
position: absolute;
width: 65px;
height: 65px;
opacity: 0;
visibility: hidden;
border: 1px solid #00aff2;
border-radius: 50%;
transform: scale(1);
animation: bazz-pro-border-outer 4s cubic-bezier(0.39, 0.575, 0.565, 1) 3s infinite;
}
@keyframes bazz-pro-border-outer {
0%   { transform: scale(1); opacity: 1; visibility: visible; }
50%   { transform: scale(1.8); opacity: 0; visibility: hidden; }
100%  { transform: scale(1.8); opacity: 0; visibility: hidden; }
} .bazz-pro.opened {
background-color: rgba(0,0,0,0.75);
width: 500px;
}
.bazz-pro.opened .bazz-pro-button {
display: none;
}
.bazz-pro-close {
display: none;
width: 30px;
height: 30px;
position: absolute;
top: -10px;
left: -10px;
cursor: pointer;
border-radius: 50%;
border: 3px solid #fff;
background: url(//rolka-lody.pl/wp-content/plugins/bazz-callback-widget-pro/public/images/bazz-close-button.png) no-repeat center center;
background-color: #00aff2;
background-size: 22px;
font-size: 0px;
z-index: 9998;
}
.bazz-pro.opened .bazz-pro-close {
display: block;
}
.bazz-pro-form {
display: none;
width: 100%;
height: 100%;
padding: 0 30px;
text-align: center;
overflow: hidden;
position: relative;
}
.bazz-pro-form > div {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between;
width: 100%;
height: 100%;
}
.bazz-pro-form label {
display: block;
width: 55%;
color: #fff !important;
text-align: left;
line-height: 1.3;
font-weight: normal;
margin: 0 !important;
}
.bazz-pro-form input {
width: 32% !important;
text-align: left;
height: 30px;
border-radius: 20px !important;
padding: 0 !important;
color: #fff !important;
letter-spacing: 0;
line-height: 1;
text-transform: none;
transition: border-color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.bazz-pro-form input[type="tel"] {
background: transparent !important;
border: 1px solid #555;
padding-left: 6px !important;
padding-right: 6px !important;
}
.bazz-pro-form input[type="tel"]:focus,
.bazz-pro-form input[type="text"]:focus {
border-color: #fff;
}
.bazz-pro-form input[type="submit"] {
width: 25%;
text-align: center;
border-width: 1px;
border-style: solid;
font-family: helvetica,sans-serif !important;
font-size: 16px !important;
font-weight: normal !important;
border-radius: 20px;
height: 30px;
color: #fff !important;
text-decoration: none !important;
line-height: 28px;
margin-left: 10px;
}
.bazz-pro-form input[hidden] {
display: none !important;
}
.bazz-pro-your-name {
color: #fff !important;
text-decoration: none !important;
border-bottom: 1px dashed #fff;
line-height: 1.2;
cursor: pointer;
}
.bazz-pro-form-bottom input {
width: 40%;
padding: 0 6px !important;
background: transparent !important;
border: 1px solid #555;
}
.bazz-pro-name-close {
width: 34px;
height: 34px;
display: block;
background: url(//rolka-lody.pl/wp-content/plugins/bazz-callback-widget-pro/public/images/ok.png) no-repeat center center #00aff2;
background-size: 24px;
border-radius: 50%;
border-width: 1px;
border-style: solid;
margin-left: 10px;
} .bazz-pro-form-top {
transition: margin 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.bazz-pro-form-top.hid {
margin-top: -65px;
} .bazz-pro .countdown {
width: 32% !important;
text-align: center;
font-size: 20px !important;
color: #00aff2;
font-weight: bold !important;
}
.bazz-pro .countdown > * {
font-size: 20px !important;
} .bazz-pro-result-text {
font-size: 20px !important;
color: #F1F1F1;
text-align: center;
} .bazz-pro-form-info {
position: absolute;
left: 0;
bottom: 0;
font-size: 9px !important;
text-align: center;
width: 100%;
line-height: 1;
padding-bottom: 2px;
color: #666 !important;
}
@media only screen and (max-width : 575px) {
.bazz-pro.opened {
width: 100%;
height: auto;
min-height: 65px;
}
.bazz-pro-close {
left: 0;
top: -15px;
}
.bazz-pro-form {
height: 130px;
}
.bazz-pro-form > div {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.bazz-pro-form > div > label:first-child {
width: 100% !important;
-ms-flex: none;
flex: none;
}
.bazz-pro-form input {
width: 45% !important;
}
.bazz-pro-form-top.hid {
margin-top: -130px;
}
}@font-face {
font-family: "WoofcIcon";
src: url(//rolka-lody.pl/wp-content/plugins/woo-floating-cart/public/assets/font/Flaticon.eot);
src: url(//rolka-lody.pl/wp-content/plugins/woo-floating-cart/public/assets/font/Flaticon.eot?#iefix) format("embedded-opentype"), url(//rolka-lody.pl/wp-content/plugins/woo-floating-cart/public/assets/font/Flaticon.woff) format("woff"), url(//rolka-lody.pl/wp-content/plugins/woo-floating-cart/public/assets/font/Flaticon.ttf) format("truetype"), url(//rolka-lody.pl/wp-content/plugins/woo-floating-cart/public/assets/font/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(//rolka-lody.pl/wp-content/plugins/woo-floating-cart/public/assets/font/Flaticon.svg#WoofcIcon) format("svg"); } }
[class^="woofcicon-"]:before, [class*=" 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; }
.woofcicon-add:before {
content: "\f100"; }
.woofcicon-add-1:before {
content: "\f101"; }
.woofcicon-arrow:before {
content: "\f102"; }
.woofcicon-arrows:before {
content: "\f103"; }
.woofcicon-arrows-1:before {
content: "\f104"; }
.woofcicon-arrows-10:before {
content: "\f105"; }
.woofcicon-arrows-11:before {
content: "\f106"; }
.woofcicon-arrows-2:before {
content: "\f107"; }
.woofcicon-arrows-3:before {
content: "\f108"; }
.woofcicon-arrows-4:before {
content: "\f109"; }
.woofcicon-arrows-5:before {
content: "\f10a"; }
.woofcicon-arrows-6:before {
content: "\f10b"; }
.woofcicon-arrows-7:before {
content: "\f10c"; }
.woofcicon-arrows-8:before {
content: "\f10d"; }
.woofcicon-arrows-9:before {
content: "\f10e"; }
.woofcicon-bag:before {
content: "\f10f"; }
.woofcicon-bag-1:before {
content: "\f110"; }
.woofcicon-bag-2:before {
content: "\f111"; }
.woofcicon-bag-3:before {
content: "\f112"; }
.woofcicon-bag-4:before {
content: "\f113"; }
.woofcicon-bag-5:before {
content: "\f114"; }
.woofcicon-bag-6:before {
content: "\f115"; }
.woofcicon-basket:before {
content: "\f116"; }
.woofcicon-basket-1:before {
content: "\f117"; }
.woofcicon-basket-2:before {
content: "\f118"; }
.woofcicon-basket-3:before {
content: "\f119"; }
.woofcicon-basket-supermarket:before {
content: "\f11a"; }
.woofcicon-business:before {
content: "\f11b"; }
.woofcicon-business-1:before {
content: "\f11c"; }
.woofcicon-business-2:before {
content: "\f11d"; }
.woofcicon-cart:before {
content: "\f11e"; }
.woofcicon-cart-1:before {
content: "\f11f"; }
.woofcicon-cart-2:before {
content: "\f120"; }
.woofcicon-cart-3:before {
content: "\f121"; }
.woofcicon-cart-4:before {
content: "\f122"; }
.woofcicon-cart-5:before {
content: "\f123"; }
.woofcicon-cart-6:before {
content: "\f124"; }
.woofcicon-cart-7:before {
content: "\f125"; }
.woofcicon-circle:before {
content: "\f126"; }
.woofcicon-close:before {
content: "\f127"; }
.woofcicon-close-1:before {
content: "\f128"; }
.woofcicon-close-2:before {
content: "\f129"; }
.woofcicon-close-3:before {
content: "\f12a"; }
.woofcicon-close-4:before {
content: "\f12b"; }
.woofcicon-close-5:before {
content: "\f12c"; }
.woofcicon-close-6:before {
content: "\f12d"; }
.woofcicon-close-7:before {
content: "\f12e"; }
.woofcicon-close-8:before {
content: "\f12f"; }
.woofcicon-close-9:before {
content: "\f130"; }
.woofcicon-commerce:before {
content: "\f131"; }
.woofcicon-commerce-1:before {
content: "\f132"; }
.woofcicon-commerce-10:before {
content: "\f133"; }
.woofcicon-commerce-11:before {
content: "\f134"; }
.woofcicon-commerce-12:before {
content: "\f135"; }
.woofcicon-commerce-13:before {
content: "\f136"; }
.woofcicon-commerce-14:before {
content: "\f137"; }
.woofcicon-commerce-2:before {
content: "\f138"; }
.woofcicon-commerce-3:before {
content: "\f139"; }
.woofcicon-commerce-4:before {
content: "\f13a"; }
.woofcicon-commerce-5:before {
content: "\f13b"; }
.woofcicon-commerce-6:before {
content: "\f13c"; }
.woofcicon-commerce-7:before {
content: "\f13d"; }
.woofcicon-commerce-8:before {
content: "\f13e"; }
.woofcicon-commerce-9:before {
content: "\f13f"; }
.woofcicon-construction:before {
content: "\f140"; }
.woofcicon-cross:before {
content: "\f141"; }
.woofcicon-cross-1:before {
content: "\f142"; }
.woofcicon-delete:before {
content: "\f143"; }
.woofcicon-delete-1:before {
content: "\f144"; }
.woofcicon-delete-2:before {
content: "\f145"; }
.woofcicon-delete-3:before {
content: "\f146"; }
.woofcicon-empty-shopping-cart:before {
content: "\f147"; }
.woofcicon-flat-minus:before {
content: "\f148"; }
.woofcicon-flat-plus:before {
content: "\f149"; }
.woofcicon-food:before {
content: "\f14a"; }
.woofcicon-full-items-inside-a-shopping-bag:before {
content: "\f14b"; }
.woofcicon-groceries:before {
content: "\f14c"; }
.woofcicon-groceries-store:before {
content: "\f14d"; }
.woofcicon-interface:before {
content: "\f14e"; }
.woofcicon-market:before {
content: "\f14f"; }
.woofcicon-market-1:before {
content: "\f150"; }
.woofcicon-market-2:before {
content: "\f151"; }
.woofcicon-market-3:before {
content: "\f152"; }
.woofcicon-market-4:before {
content: "\f153"; }
.woofcicon-minus:before {
content: "\f154"; }
.woofcicon-minus-1:before {
content: "\f155"; }
.woofcicon-online-shopping-cart:before {
content: "\f156"; }
.woofcicon-plus:before {
content: "\f157"; }
.woofcicon-plus-1:before {
content: "\f158"; }
.woofcicon-restaurant:before {
content: "\f159"; }
.woofcicon-shop:before {
content: "\f15a"; }
.woofcicon-shop-1:before {
content: "\f15b"; }
.woofcicon-shop-2:before {
content: "\f15c"; }
.woofcicon-shop-3:before {
content: "\f15d"; }
.woofcicon-shop-4:before {
content: "\f15e"; }
.woofcicon-shop-5:before {
content: "\f15f"; }
.woofcicon-shopping:before {
content: "\f160"; }
.woofcicon-shopping-1:before {
content: "\f161"; }
.woofcicon-shopping-bag:before {
content: "\f162"; }
.woofcicon-shopping-bag-1:before {
content: "\f163"; }
.woofcicon-shopping-bag-2:before {
content: "\f164"; }
.woofcicon-shopping-bag-3:before {
content: "\f165"; }
.woofcicon-shopping-bag-4:before {
content: "\f166"; }
.woofcicon-shopping-bag-5:before {
content: "\f167"; }
.woofcicon-shopping-bag-6:before {
content: "\f168"; }
.woofcicon-shopping-basket:before {
content: "\f169"; }
.woofcicon-shopping-basket-1:before {
content: "\f16a"; }
.woofcicon-shopping-basket-2:before {
content: "\f16b"; }
.woofcicon-shopping-basket-3:before {
content: "\f16c"; }
.woofcicon-shopping-basket-4:before {
content: "\f16d"; }
.woofcicon-shopping-basket-5:before {
content: "\f16e"; }
.woofcicon-shopping-basket-6:before {
content: "\f16f"; }
.woofcicon-shopping-basket-7:before {
content: "\f170"; }
.woofcicon-shopping-basket-8:before {
content: "\f171"; }
.woofcicon-shopping-basket-button:before {
content: "\f172"; }
.woofcicon-shopping-cart:before {
content: "\f173"; }
.woofcicon-shopping-cart-1:before {
content: "\f174"; }
.woofcicon-shopping-cart-10:before {
content: "\f175"; }
.woofcicon-shopping-cart-2:before {
content: "\f176"; }
.woofcicon-shopping-cart-3:before {
content: "\f177"; }
.woofcicon-shopping-cart-4:before {
content: "\f178"; }
.woofcicon-shopping-cart-5:before {
content: "\f179"; }
.woofcicon-shopping-cart-6:before {
content: "\f17a"; }
.woofcicon-shopping-cart-7:before {
content: "\f17b"; }
.woofcicon-shopping-cart-8:before {
content: "\f17c"; }
.woofcicon-shopping-cart-9:before {
content: "\f17d"; }
.woofcicon-shopping-cart-of-checkered-design:before {
content: "\f17e"; }
.woofcicon-shopping-purse-icon:before {
content: "\f17f"; }
.woofcicon-store:before {
content: "\f180"; }
.woofcicon-substract:before {
content: "\f181"; }
.woofcicon-substract-1:before {
content: "\f182"; }
.woofcicon-supermarket-basket:before {
content: "\f183"; }
.woofcicon-tool:before {
content: "\f184"; }
.woofcicon-tool-1:before {
content: "\f185"; }
.woofcicon-tool-2:before {
content: "\f186"; }
.woofcicon-tool-3:before {
content: "\f187"; }.woofc-show-on-tablet-desktop,.woofc-show-on-desktop-only{display:none}@media only screen and (min-width: 480px){.woofc-show-on-mobile-only{display:none}.woofc-show-on-tablet-desktop{display:block}}@media only screen and (min-width: 768px){.woofc-show-on-desktop-only{display:block}}.woofc-spinner-wrap{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;z-index:1;background-color:rgba(255,255,255,0.5);-webkit-transition:opacity 0.5s 0.1s;transition:opacity 0.5s 0.1s;-webkit-transform:scale3d(0, 0, 0);transform:scale3d(0, 0, 0)}.woofc-loading .woofc-spinner-wrap{opacity:1;-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}.woofc-stoploading .woofc-spinner-wrap{opacity:0}.woofc-spinner-inner{position:absolute;left:50%;top:50%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.woofc-spinner{margin:0 !important}.woofc-spinner-rotating-plane{width:40px;height:40px;background-color:#2c97de;margin:0 auto 0;-webkit-animation:woofc-spinner-rotatePlane 1.2s infinite ease-in-out;animation:woofc-spinner-rotatePlane 1.2s infinite ease-in-out}@-webkit-keyframes woofc-spinner-rotatePlane{0%{-webkit-transform:perspective(120px) rotateX(0deg) rotateY(0deg);transform:perspective(120px) rotateX(0deg) rotateY(0deg)}50%{-webkit-transform:perspective(120px) rotateX(-180.1deg) rotateY(0deg);transform:perspective(120px) rotateX(-180.1deg) rotateY(0deg)}100%{-webkit-transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg);transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}@keyframes woofc-spinner-rotatePlane{0%{-webkit-transform:perspective(120px) rotateX(0deg) rotateY(0deg);transform:perspective(120px) rotateX(0deg) rotateY(0deg)}50%{-webkit-transform:perspective(120px) rotateX(-180.1deg) rotateY(0deg);transform:perspective(120px) rotateX(-180.1deg) rotateY(0deg)}100%{-webkit-transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg);transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}.woofc-spinner-double-bounce{width:40px;height:40px;position:relative;margin:0 auto 0}.woofc-spinner-double-bounce .woofc-spinner-child{width:100%;height:100%;border-radius:50%;background-color:#2c97de;opacity:0.6;position:absolute;top:0;left:0;-webkit-animation:woofc-spinner-doubleBounce 2.0s infinite ease-in-out;animation:woofc-spinner-doubleBounce 2.0s infinite ease-in-out}.woofc-spinner-double-bounce .woofc-spinner-double-bounce2{-webkit-animation-delay:-1.0s;animation-delay:-1.0s}@-webkit-keyframes woofc-spinner-doubleBounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes woofc-spinner-doubleBounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}.woofc-spinner-wave{margin:0 auto 0;width:50px;height:40px;text-align:center;font-size:10px}.woofc-spinner-wave .woofc-spinner-rect{background-color:#2c97de;height:100%;width:6px;display:inline-block;-webkit-animation:woofc-spinner-waveStretchDelay 1.2s infinite ease-in-out;animation:woofc-spinner-waveStretchDelay 1.2s infinite ease-in-out}.woofc-spinner-wave .woofc-spinner-rect1{-webkit-animation-delay:1.2s;animation-delay:1.2s}.woofc-spinner-wave .woofc-spinner-rect2{-webkit-animation-delay:1.3s;animation-delay:1.3s}.woofc-spinner-wave .woofc-spinner-rect3{-webkit-animation-delay:1.4s;animation-delay:1.4s}.woofc-spinner-wave .woofc-spinner-rect4{-webkit-animation-delay:1.5s;animation-delay:1.5s}.woofc-spinner-wave .woofc-spinner-rect5{-webkit-animation-delay:1.6s;animation-delay:1.6s}@-webkit-keyframes woofc-spinner-waveStretchDelay{0%,40%,100%{-webkit-transform:scaleY(0.4);transform:scaleY(0.4)}20%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes woofc-spinner-waveStretchDelay{0%,40%,100%{-webkit-transform:scaleY(0.4);transform:scaleY(0.4)}20%{-webkit-transform:scaleY(1);transform:scaleY(1)}}.woofc-spinner-wandering-cubes{margin:0 auto 0;width:40px;height:40px;position:relative}.woofc-spinner-wandering-cubes .woofc-spinner-cube{background-color:#2c97de;width:10px;height:10px;position:absolute;top:0;left:0;-webkit-animation:woofc-spinner-wanderingCube 1.8s ease-in-out 1.8s infinite both;animation:woofc-spinner-wanderingCube 1.8s ease-in-out 1.8s infinite both}.woofc-spinner-wandering-cubes .woofc-spinner-cube2{-webkit-animation-delay:.9s;animation-delay:.9s}@-webkit-keyframes woofc-spinner-wanderingCube{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}25%{-webkit-transform:translateX(30px) rotate(-90deg) scale(0.5);transform:translateX(30px) rotate(-90deg) scale(0.5)}50%{-webkit-transform:translateX(30px) translateY(30px) rotate(-179deg);transform:translateX(30px) translateY(30px) rotate(-179deg)}50.1%{-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg);transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(0.5);transform:translateX(0) translateY(30px) rotate(-270deg) scale(0.5)}100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@keyframes woofc-spinner-wanderingCube{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}25%{-webkit-transform:translateX(30px) rotate(-90deg) scale(0.5);transform:translateX(30px) rotate(-90deg) scale(0.5)}50%{-webkit-transform:translateX(30px) translateY(30px) rotate(-179deg);transform:translateX(30px) translateY(30px) rotate(-179deg)}50.1%{-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg);transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(0.5);transform:translateX(0) translateY(30px) rotate(-270deg) scale(0.5)}100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}.woofc-spinner-spinner-pulse{width:40px;height:40px;margin:0 auto 0;background-color:#2c97de;border-radius:100%;-webkit-animation:woofc-spinner-pulseScaleOut 1.0s infinite ease-in-out;animation:woofc-spinner-pulseScaleOut 1.0s infinite ease-in-out}@-webkit-keyframes woofc-spinner-pulseScaleOut{0%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}@keyframes woofc-spinner-pulseScaleOut{0%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}.woofc-spinner-chasing-dots{margin:0 auto 0;width:40px;height:40px;position:relative;text-align:center;-webkit-animation:woofc-spinner-chasingDotsRotate 2s infinite linear;animation:woofc-spinner-chasingDotsRotate 2s infinite linear}.woofc-spinner-chasing-dots .woofc-spinner-child{width:60%;height:60%;display:inline-block;position:absolute;top:0;background-color:#2c97de;border-radius:100%;-webkit-animation:woofc-spinner-chasingDotsBounce 2s infinite ease-in-out;animation:woofc-spinner-chasingDotsBounce 2s infinite ease-in-out}.woofc-spinner-chasing-dots .woofc-spinner-dot2{top:auto;bottom:0;-webkit-animation-delay:1s;animation-delay:1s}@-webkit-keyframes woofc-spinner-chasingDotsRotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes woofc-spinner-chasingDotsRotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes woofc-spinner-chasingDotsBounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes woofc-spinner-chasingDotsBounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}.woofc-spinner-three-bounce{margin:0 auto 0;width:80px;text-align:center}.woofc-spinner-three-bounce .woofc-spinner-child{width:20px;height:20px;background-color:#2c97de;border-radius:100%;display:inline-block;-webkit-animation:woofc-spinner-three-bounce 1.4s ease-in-out 0s infinite both;animation:woofc-spinner-three-bounce 1.4s ease-in-out 0s infinite both}.woofc-spinner-three-bounce .woofc-spinner-bounce1{-webkit-animation-delay:.32s;animation-delay:.32s}.woofc-spinner-three-bounce .woofc-spinner-bounce2{-webkit-animation-delay:.16s;animation-delay:.16s}@-webkit-keyframes woofc-spinner-three-bounce{0%,80%,100%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes woofc-spinner-three-bounce{0%,80%,100%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}.woofc-spinner-circle{margin:0 auto 0;width:40px;height:40px;position:relative}.woofc-spinner-circle .woofc-spinner-child{width:100%;height:100%;position:absolute;left:0;top:0}.woofc-spinner-circle .woofc-spinner-child:before{content:'';display:block;margin:0 auto;width:15%;height:15%;background-color:#2c97de;border-radius:100%;-webkit-animation:woofc-spinner-circleBounceDelay 1.2s infinite ease-in-out both;animation:woofc-spinner-circleBounceDelay 1.2s infinite ease-in-out both}.woofc-spinner-circle .woofc-spinner-circle2{-webkit-transform:rotate(30deg);transform:rotate(30deg)}.woofc-spinner-circle .woofc-spinner-circle3{-webkit-transform:rotate(60deg);transform:rotate(60deg)}.woofc-spinner-circle .woofc-spinner-circle4{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.woofc-spinner-circle .woofc-spinner-circle5{-webkit-transform:rotate(120deg);transform:rotate(120deg)}.woofc-spinner-circle .woofc-spinner-circle6{-webkit-transform:rotate(150deg);transform:rotate(150deg)}.woofc-spinner-circle .woofc-spinner-circle7{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.woofc-spinner-circle .woofc-spinner-circle8{-webkit-transform:rotate(210deg);transform:rotate(210deg)}.woofc-spinner-circle .woofc-spinner-circle9{-webkit-transform:rotate(240deg);transform:rotate(240deg)}.woofc-spinner-circle .woofc-spinner-circle10{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.woofc-spinner-circle .woofc-spinner-circle11{-webkit-transform:rotate(300deg);transform:rotate(300deg)}.woofc-spinner-circle .woofc-spinner-circle12{-webkit-transform:rotate(330deg);transform:rotate(330deg)}.woofc-spinner-circle .woofc-spinner-circle2:before{-webkit-animation-delay:1.3s;animation-delay:1.3s}.woofc-spinner-circle .woofc-spinner-circle3:before{-webkit-animation-delay:1.4s;animation-delay:1.4s}.woofc-spinner-circle .woofc-spinner-circle4:before{-webkit-animation-delay:1.5s;animation-delay:1.5s}.woofc-spinner-circle .woofc-spinner-circle5:before{-webkit-animation-delay:1.6s;animation-delay:1.6s}.woofc-spinner-circle .woofc-spinner-circle6:before{-webkit-animation-delay:1.7s;animation-delay:1.7s}.woofc-spinner-circle .woofc-spinner-circle7:before{-webkit-animation-delay:1.8s;animation-delay:1.8s}.woofc-spinner-circle .woofc-spinner-circle8:before{-webkit-animation-delay:1.9s;animation-delay:1.9s}.woofc-spinner-circle .woofc-spinner-circle9:before{-webkit-animation-delay:2s;animation-delay:2s}.woofc-spinner-circle .woofc-spinner-circle10:before{-webkit-animation-delay:2.1s;animation-delay:2.1s}.woofc-spinner-circle .woofc-spinner-circle11:before{-webkit-animation-delay:2.2s;animation-delay:2.2s}.woofc-spinner-circle .woofc-spinner-circle12:before{-webkit-animation-delay:2.3s;animation-delay:2.3s}@-webkit-keyframes woofc-spinner-circleBounceDelay{0%,80%,100%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes woofc-spinner-circleBounceDelay{0%,80%,100%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}.woofc-spinner-cube-grid{width:40px;height:40px;margin:0 auto 0}.woofc-spinner-cube-grid .woofc-spinner-cube{width:33.33%;height:33.33%;background-color:#2c97de;float:left;-webkit-animation:woofc-spinner-cubeGridScaleDelay 1.3s infinite ease-in-out;animation:woofc-spinner-cubeGridScaleDelay 1.3s infinite ease-in-out}.woofc-spinner-cube-grid .woofc-spinner-cube1{-webkit-animation-delay:.2s;animation-delay:.2s}.woofc-spinner-cube-grid .woofc-spinner-cube2{-webkit-animation-delay:.3s;animation-delay:.3s}.woofc-spinner-cube-grid .woofc-spinner-cube3{-webkit-animation-delay:.4s;animation-delay:.4s}.woofc-spinner-cube-grid .woofc-spinner-cube4{-webkit-animation-delay:.1s;animation-delay:.1s}.woofc-spinner-cube-grid .woofc-spinner-cube5{-webkit-animation-delay:.2s;animation-delay:.2s}.woofc-spinner-cube-grid .woofc-spinner-cube6{-webkit-animation-delay:.3s;animation-delay:.3s}.woofc-spinner-cube-grid .woofc-spinner-cube7{-webkit-animation-delay:0.0s;animation-delay:0.0s}.woofc-spinner-cube-grid .woofc-spinner-cube8{-webkit-animation-delay:.1s;animation-delay:.1s}.woofc-spinner-cube-grid .woofc-spinner-cube9{-webkit-animation-delay:.2s;animation-delay:.2s}@-webkit-keyframes woofc-spinner-cubeGridScaleDelay{0%,70%,100%{-webkit-transform:scale3D(1, 1, 1);transform:scale3D(1, 1, 1)}35%{-webkit-transform:scale3D(0, 0, 1);transform:scale3D(0, 0, 1)}}@keyframes woofc-spinner-cubeGridScaleDelay{0%,70%,100%{-webkit-transform:scale3D(1, 1, 1);transform:scale3D(1, 1, 1)}35%{-webkit-transform:scale3D(0, 0, 1);transform:scale3D(0, 0, 1)}}.woofc-spinner-fading-circle{width:40px;height:40px;position:relative}.woofc-spinner-fading-circle .woofc-spinner-circle{width:100%;height:100%;position:absolute;left:0;top:0}.woofc-spinner-fading-circle .woofc-spinner-circle:before{content:'';display:block;margin:0 auto;width:15%;height:15%;background-color:#2c97de;border-radius:100%;-webkit-animation:woofc-spinner-circleFadeDelay 1.2s infinite ease-in-out both;animation:woofc-spinner-circleFadeDelay 1.2s infinite ease-in-out both}.woofc-spinner-fading-circle .woofc-spinner-circle2{-webkit-transform:rotate(30deg);transform:rotate(30deg)}.woofc-spinner-fading-circle .woofc-spinner-circle3{-webkit-transform:rotate(60deg);transform:rotate(60deg)}.woofc-spinner-fading-circle .woofc-spinner-circle4{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.woofc-spinner-fading-circle .woofc-spinner-circle5{-webkit-transform:rotate(120deg);transform:rotate(120deg)}.woofc-spinner-fading-circle .woofc-spinner-circle6{-webkit-transform:rotate(150deg);transform:rotate(150deg)}.woofc-spinner-fading-circle .woofc-spinner-circle7{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.woofc-spinner-fading-circle .woofc-spinner-circle8{-webkit-transform:rotate(210deg);transform:rotate(210deg)}.woofc-spinner-fading-circle .woofc-spinner-circle9{-webkit-transform:rotate(240deg);transform:rotate(240deg)}.woofc-spinner-fading-circle .woofc-spinner-circle10{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.woofc-spinner-fading-circle .woofc-spinner-circle11{-webkit-transform:rotate(300deg);transform:rotate(300deg)}.woofc-spinner-fading-circle .woofc-spinner-circle12{-webkit-transform:rotate(330deg);transform:rotate(330deg)}.woofc-spinner-fading-circle .woofc-spinner-circle2:before{-webkit-animation-delay:1.3s;animation-delay:1.3s}.woofc-spinner-fading-circle .woofc-spinner-circle3:before{-webkit-animation-delay:1.4s;animation-delay:1.4s}.woofc-spinner-fading-circle .woofc-spinner-circle4:before{-webkit-animation-delay:1.5s;animation-delay:1.5s}.woofc-spinner-fading-circle .woofc-spinner-circle5:before{-webkit-animation-delay:1.6s;animation-delay:1.6s}.woofc-spinner-fading-circle .woofc-spinner-circle6:before{-webkit-animation-delay:1.7s;animation-delay:1.7s}.woofc-spinner-fading-circle .woofc-spinner-circle7:before{-webkit-animation-delay:1.8s;animation-delay:1.8s}.woofc-spinner-fading-circle .woofc-spinner-circle8:before{-webkit-animation-delay:1.9s;animation-delay:1.9s}.woofc-spinner-fading-circle .woofc-spinner-circle9:before{-webkit-animation-delay:2s;animation-delay:2s}.woofc-spinner-fading-circle .woofc-spinner-circle10:before{-webkit-animation-delay:2.1s;animation-delay:2.1s}.woofc-spinner-fading-circle .woofc-spinner-circle11:before{-webkit-animation-delay:2.2s;animation-delay:2.2s}.woofc-spinner-fading-circle .woofc-spinner-circle12:before{-webkit-animation-delay:2.3s;animation-delay:2.3s}@-webkit-keyframes woofc-spinner-circleFadeDelay{0%,39%,100%{opacity:0}40%{opacity:1}}@keyframes woofc-spinner-circleFadeDelay{0%,39%,100%{opacity:0}40%{opacity:1}}.woofc-spinner-folding-cube{margin:0 auto 0;width:40px;height:40px;position:relative;-webkit-transform:rotateZ(45deg);transform:rotateZ(45deg)}.woofc-spinner-folding-cube .woofc-spinner-cube{float:left;width:50%;height:50%;position:relative;-webkit-transform:scale(1.1);transform:scale(1.1)}.woofc-spinner-folding-cube .woofc-spinner-cube:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:#2c97de;-webkit-animation:woofc-spinner-foldCubeAngle 2.4s infinite linear both;animation:woofc-spinner-foldCubeAngle 2.4s infinite linear both;-webkit-transform-origin:100% 100%;transform-origin:100% 100%}.woofc-spinner-folding-cube .woofc-spinner-cube2{-webkit-transform:scale(1.1) rotateZ(90deg);transform:scale(1.1) rotateZ(90deg)}.woofc-spinner-folding-cube .woofc-spinner-cube3{-webkit-transform:scale(1.1) rotateZ(180deg);transform:scale(1.1) rotateZ(180deg)}.woofc-spinner-folding-cube .woofc-spinner-cube4{-webkit-transform:scale(1.1) rotateZ(270deg);transform:scale(1.1) rotateZ(270deg)}.woofc-spinner-folding-cube .woofc-spinner-cube2:before{-webkit-animation-delay:.3s;animation-delay:.3s}.woofc-spinner-folding-cube .woofc-spinner-cube3:before{-webkit-animation-delay:.6s;animation-delay:.6s}.woofc-spinner-folding-cube .woofc-spinner-cube4:before{-webkit-animation-delay:.9s;animation-delay:.9s}@-webkit-keyframes woofc-spinner-foldCubeAngle{0%,10%{-webkit-transform:perspective(140px) rotateX(-180deg);transform:perspective(140px) rotateX(-180deg);opacity:0}25%,75%{-webkit-transform:perspective(140px) rotateX(0deg);transform:perspective(140px) rotateX(0deg);opacity:1}90%,100%{-webkit-transform:perspective(140px) rotateY(180deg);transform:perspective(140px) rotateY(180deg);opacity:0}}@keyframes woofc-spinner-foldCubeAngle{0%,10%{-webkit-transform:perspective(140px) rotateX(-180deg);transform:perspective(140px) rotateX(-180deg);opacity:0}25%,75%{-webkit-transform:perspective(140px) rotateX(0deg);transform:perspective(140px) rotateX(0deg);opacity:1}90%,100%{-webkit-transform:perspective(140px) rotateY(180deg);transform:perspective(140px) rotateY(180deg);opacity:0}}.woofc-spinner-loading-text{width:100%;color:#2c97de;font-size:20px;margin:0 auto 0;text-align:center}.woofc-fly-to-cart{position:absolute !important;-webkit-transform-origin:center center;transform-origin:center center;z-index:40000 !important}.woofc-shake-horizontal{-webkit-animation:woofc-horizontal-shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;animation:woofc-horizontal-shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.woofc-shake-vertical{-webkit-animation:woofc-vertical-shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;animation:woofc-vertical-shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}@-webkit-keyframes woofc-horizontal-shake{10%,90%{-webkit-transform:translate3d(-1px, 0, 0);transform:translate3d(-1px, 0, 0)}20%,80%{-webkit-transform:translate3d(2px, 0, 0);transform:translate3d(2px, 0, 0)}30%,50%,70%{-webkit-transform:translate3d(-4px, 0, 0);transform:translate3d(-4px, 0, 0)}40%,60%{-webkit-transform:translate3d(4px, 0, 0);transform:translate3d(4px, 0, 0)}}@keyframes woofc-horizontal-shake{10%,90%{-webkit-transform:translate3d(-1px, 0, 0);transform:translate3d(-1px, 0, 0)}20%,80%{-webkit-transform:translate3d(2px, 0, 0);transform:translate3d(2px, 0, 0)}30%,50%,70%{-webkit-transform:translate3d(-4px, 0, 0);transform:translate3d(-4px, 0, 0)}40%,60%{-webkit-transform:translate3d(4px, 0, 0);transform:translate3d(4px, 0, 0)}}@-webkit-keyframes woofc-vertical-shake{10%,90%{-webkit-transform:translate3d(0, -1px, 0);transform:translate3d(0, -1px, 0)}20%,80%{-webkit-transform:translate3d(0, 2px, 0);transform:translate3d(0, 2px, 0)}30%,50%,70%{-webkit-transform:translate3d(0, -4px, 0);transform:translate3d(0, -4px, 0)}40%,60%{-webkit-transform:translate3d(0, 4px, 0);transform:translate3d(0, 4px, 0)}}@keyframes woofc-vertical-shake{10%,90%{-webkit-transform:translate3d(0, -1px, 0);transform:translate3d(0, -1px, 0)}20%,80%{-webkit-transform:translate3d(0, 2px, 0);transform:translate3d(0, 2px, 0)}30%,50%,70%{-webkit-transform:translate3d(0, -4px, 0);transform:translate3d(0, -4px, 0)}40%,60%{-webkit-transform:translate3d(0, 4px, 0);transform:translate3d(0, 4px, 0)}}.woofc-product.woofc-bundled-item{margin-top:-10px !important;padding:0 10px 0 50px}.woofc-product.woofc-bundled-item:last-child{border-bottom:0}.woofc-product.woofc-bundled-item .woofc-product-image{width:40px;height:40px}.woofc-inner .woofc-product.woofc-bundled-item .woofc-product-details{width:calc( 100% - 40px)}.woofc-inner .woofc-product.woofc-bundled-item .woofc-product-details .woofc-product-title{-webkit-transform:scale(0.8);transform:scale(0.8);-webkit-transform-origin:top left;transform-origin:top left;width:calc(100% - 50px)}.woofc-inner .woofc-product.woofc-bundled-item .woofc-product-details .woofc-price{-webkit-transform:scale(0.7);transform:scale(0.7);-webkit-transform-origin:top right;transform-origin:top right;width:auto}.woofc-inner .woofc-product.woofc-bundled-item .woofc-product-details .woofc-product-attributes{-webkit-transform:scale(0.8);transform:scale(0.8);-webkit-transform-origin:center left;transform-origin:center left}.woofc-product.woofc-composite-item{margin-top:-10px !important;padding:0 10px 0 50px}.woofc-product.woofc-composite-item.woofc-bundle,.woofc-product.woofc-composite-item.woofc-variable-product{display:none}.woofc-product.woofc-composite-item:last-child{border-bottom:0}.woofc-product.woofc-composite-item .woofc-product-image{width:40px;height:40px}.woofc-inner .woofc-product.woofc-composite-item .woofc-product-details{width:calc( 100% - 40px)}.woofc-inner .woofc-product.woofc-composite-item .woofc-product-details .woofc-product-title{-webkit-transform:scale(0.8);transform:scale(0.8);-webkit-transform-origin:top left;transform-origin:top left;width:calc(100% - 50px)}.woofc-inner .woofc-product.woofc-composite-item .woofc-product-details .woofc-price{-webkit-transform:scale(0.7);transform:scale(0.7);-webkit-transform-origin:top right;transform-origin:top right;width:auto}.woofc-inner .woofc-product.woofc-composite-item .woofc-product-details .woofc-product-attributes{-webkit-transform:scale(0.8);transform:scale(0.8);-webkit-transform-origin:center left;transform-origin:center left}.woofc-hide-view-cart .added_to_cart{display:none !important}.woofc-error{border:1px solid red;padding:15px !important;-webkit-transition:all 0.3s;transition:all 0.3s}.woofc-hide{display:none}.woofc{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:62.5%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:inherit}.woofc *{line-height:inherit}.woofc *,.woofc *::after,.woofc *::before{-webkit-box-sizing:border-box;box-sizing:border-box}.woofc .woofc-touchevents a{pointer-events:none !important}.woofc a{text-decoration:none}.woofc i{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}.woofc img{max-width:100%}.woofc em{font-style:inherit}.woofc-clearfix{overflow:hidden;display:block;width:100%;height:0}.woofc::before{content:'';position:fixed;z-index:10000;height:100vh;width:100vw;top:0;left:0;background:rgba(0,0,0,0.5);opacity:0;visibility:hidden;-webkit-transition:opacity .4s, visibility .4s;transition:opacity .4s, visibility .4s}.woofc.woofc-cart-open::before{opacity:1;visibility:visible}.woofc-no-product{opacity:0;visibility:hidden;height:0;overflow:hidden;margin:0 !important;-webkit-transition:opacity .4s, visibility .4s, height 0.4s 0.2s;transition:opacity .4s, visibility .4s, height 0.4s 0.2s;font-size:12px;font-weight:400;letter-spacing:1.4}.woofc-inner{position:fixed;-webkit-transition:opacity .3s .5s, background .3s 0s, -webkit-transform .2s;transition:opacity .3s .5s, background .3s 0s, -webkit-transform .2s;transition:transform .2s, opacity .3s .5s, background .3s 0s;transition:transform .2s, opacity .3s .5s, background .3s 0s, -webkit-transform .2s;-webkit-transform:translateZ(0) scale(0);transform:translateZ(0) scale(0);-webkit-backface-visibility:hidden;will-change:transform;backface-visibility:hidden;margin:20px;opacity:0}.woofc-ready .woofc-inner{opacity:1;-webkit-transform:scale(1);transform:scale(1)}.woofc-pos-bottom-right .woofc-inner{bottom:0;right:0}.woofc-pos-bottom-left .woofc-inner{bottom:0;left:0}.woofc-pos-top-right .woofc-inner{top:0;right:0}.woofc-pos-top-left .woofc-inner{top:0;left:0}.woofc-empty.woofc-pos-bottom-right:not(.woofc-force-visible):not(.woofc-cart-open) .woofc-inner,.woofc-empty.woofc-pos-bottom-left:not(.woofc-force-visible):not(.woofc-cart-open) .woofc-inner{-webkit-transform:translateY(150px);transform:translateY(150px);opacity:0}.woofc-empty.woofc-pos-top-right:not(.woofc-force-visible):not(.woofc-cart-open) .woofc-inner,.woofc-empty.woofc-pos-top-left:not(.woofc-force-visible):not(.woofc-cart-open) .woofc-inner{-webkit-transform:translateY(-150px);transform:translateY(-150px);opacity:0}.woofc-empty .woofc-inner .woofc-checkout{opacity:0;visibility:hidden}.woofc-empty .woofc-inner .woofc-no-product{opacity:1;visibility:visible;height:inherit}.woofc-empty .woofc-inner .woofc-footer{-webkit-box-shadow:none;box-shadow:none}.woofc-empty.woofc-pos-bottom-right .woofc-inner .woofc-checkout,.woofc-empty.woofc-pos-top-right .woofc-inner .woofc-checkout{-webkit-transform:translateX(-10%);transform:translateX(-10%)}.woofc-empty.woofc-pos-bottom-left .woofc-inner .woofc-checkout,.woofc-empty.woofc-pos-top-left .woofc-inner .woofc-checkout{-webkit-transform:translateX(10%);transform:translateX(10%)}.woofc-trigger{z-index:30000;height:72px;width:72px;color:transparent;white-space:nowrap;outline:none !important;position:absolute;border-radius:6px;top:0}.woofc-trigger .woofc-trigger-close-icon,.woofc-trigger .woofc-trigger-cart-icon{position:absolute;left:50%;top:50%;bottom:auto;right:auto;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);height:100%;width:100%;background-position:0 0;background-repeat:no-repeat;background-size:contain;-webkit-transition:opacity .3s, -webkit-transform .3s;transition:opacity .3s, -webkit-transform .3s;transition:opacity .3s, transform .3s;transition:opacity .3s, transform .3s, -webkit-transform .3s}.woofc-trigger.woofc-icontype-image .woofc-trigger-cart-icon{background-image:url(//rolka-lody.pl/wp-content/plugins/woo-floating-cart/public/assets/img/open.svg)}.woofc-trigger.woofc-icontype-image .woofc-trigger-close-icon{background-image:url(//rolka-lody.pl/wp-content/plugins/woo-floating-cart/public/assets/img/close.svg)}.woofc-trigger.woofc-icontype-font .woofc-trigger-close-icon:before,.woofc-trigger.woofc-icontype-font .woofc-trigger-cart-icon:before{position:absolute;font-size:35px;color:#000;width:100%;text-align:center;line-height:72px;cursor:pointer}.woofc-trigger .woofc-trigger-close-icon{opacity:0;-webkit-transform:translateX(-50%) translateY(-50%) rotate(90deg);transform:translateX(-50%) translateY(-50%) rotate(90deg)}.woofc-pos-bottom-left .woofc-trigger,.woofc-pos-top-left .woofc-trigger{left:0}.woofc-pos-bottom-right .woofc-trigger,.woofc-pos-top-right .woofc-trigger{right:0}.woofc-cart-open .woofc-trigger .woofc-trigger-cart-icon{opacity:0}.woofc-cart-open .woofc-trigger .woofc-trigger-close-icon{opacity:1;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.woofc-pos-bottom-left .woofc-cart-open .woofc-trigger,.woofc-pos-top-left .woofc-cart-open .woofc-trigger{border-radius:0 0 0 6px}.woofc-pos-bottom-right .woofc-cart-open .woofc-trigger,.woofc-pos-top-right .woofc-cart-open .woofc-trigger{border-radius:0 0 6px 0}.woofc-trigger .woofc-count{position:absolute;height:28px;width:28px;background:#e94b35;color:#fff;font-size:15px;font-weight:700;border-radius:50%;text-indent:0;opacity:0;padding:0;margin:0;-webkit-transform:scale(0);transform:scale(0);-webkit-transition:opacity .2s .5s, -webkit-transform .2s .5s;transition:opacity .2s .5s, -webkit-transform .2s .5s;transition:opacity .2s .5s, transform .2s .5s;transition:opacity .2s .5s, transform .2s .5s, -webkit-transform .2s .5s;list-style:none}.woofc-trigger .woofc-count li{list-style:none}.woofc-ready .woofc-trigger .woofc-count{opacity:1;-webkit-transform:scale(1);transform:scale(1)}.woofc-trigger .woofc-count.woofc-count-big{height:38px;width:38px}.woofc-counter-pos-top-left .woofc-trigger .woofc-count{top:-10px;left:-10px}.woofc-counter-pos-top-left .woofc-trigger .woofc-count.woofc-count-big{top:-15px;left:-15px}.woofc-counter-pos-top-right .woofc-trigger .woofc-count{top:-10px;right:-10px}.woofc-counter-pos-top-right .woofc-trigger .woofc-count.woofc-count-big{top:-15px;right:-15px}.woofc-counter-pos-bottom-left .woofc-trigger .woofc-count{bottom:-10px;left:-10px}.woofc-counter-pos-bottom-left .woofc-trigger .woofc-count.woofc-count-big{bottom:-15px;left:-15px}.woofc-counter-pos-bottom-right .woofc-trigger .woofc-count{bottom:-10px;right:-10px}.woofc-counter-pos-bottom-right .woofc-trigger .woofc-count.woofc-count-big{bottom:-15px;right:-15px}.woofc-trigger .woofc-count li{position:absolute;-webkit-transform:translateZ(0);transform:translateZ(0);left:50%;top:50%;bottom:auto;right:auto;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.woofc-trigger .woofc-count li:last-of-type{visibility:hidden}.woofc-trigger .woofc-count.woofc-update-count li:last-of-type{-webkit-animation:woofc-qty-enter .15s;animation:woofc-qty-enter .15s;-webkit-animation-direction:forwards;animation-direction:forwards}.woofc-trigger .woofc-count.woofc-update-count li:first-of-type{-webkit-animation:woofc-qty-leave .15s;animation:woofc-qty-leave .15s;-webkit-animation-direction:forwards;animation-direction:forwards}.woofc-cart-open .woofc-trigger .woofc-count{-webkit-transition:-webkit-transform .2s 0s;transition:-webkit-transform .2s 0s;transition:transform .2s 0s;transition:transform .2s 0s, -webkit-transform .2s 0s;-webkit-transform:scale(0);transform:scale(0)}.woofc-empty:not(.woofc-cart-open) .woofc-trigger .woofc-count{-webkit-transform:scale(1);transform:scale(1)}.woofc-inner{z-index:20000;width:440px;height:400px;max-width:calc(100vw - 40px);max-height:calc(100vh - 40px);min-width:190px;pointer-events:none}.woofc-inner a{color:#2b3e51;-webkit-transition:color 0.3s;transition:color 0.3s}.woofc-no-touchevents .woofc-inner a:hover,.woofc-touchevents .woofc-inner a:focus{color:#2c97de}.woofc-inner .woofc-wrapper{position:absolute;z-index:2;height:72px;width:72px;border-radius:6px;-webkit-transition:height .4s .1s, width  .4s .1s, -webkit-box-shadow .3s;transition:height .4s .1s, width  .4s .1s, -webkit-box-shadow .3s;transition:height .4s .1s, width  .4s .1s, box-shadow .3s;transition:height .4s .1s, width  .4s .1s, box-shadow .3s, -webkit-box-shadow .3s;-webkit-transition-timing-function:cubic-bezier(0.67, 0.17, 0.32, 0.95);transition-timing-function:cubic-bezier(0.67, 0.17, 0.32, 0.95);-webkit-box-shadow:0 4px 30px rgba(0,0,0,0.17);box-shadow:0 4px 30px rgba(0,0,0,0.17);pointer-events:auto}.woofc-no-touchevents .woofc-inner .woofc-wrapper:hover,.woofc-touchevents .woofc-inner .woofc-wrapper:focus{-webkit-box-shadow:0 6px 40px rgba(0,0,0,0.3);box-shadow:0 6px 40px rgba(0,0,0,0.3)}.woofc-no-touchevents .woofc-cart-open .woofc-inner .woofc-wrapper:hover,.woofc-touchevents .woofc-cart-open .woofc-inner .woofc-wrapper:focus{-webkit-box-shadow:0 4px 30px rgba(0,0,0,0.17);box-shadow:0 4px 30px rgba(0,0,0,0.17)}.woofc-pos-bottom-right .woofc-inner .woofc-wrapper{bottom:0;right:0}.woofc-pos-bottom-left .woofc-inner .woofc-wrapper{bottom:0;left:0}.woofc-pos-top-right .woofc-inner .woofc-wrapper{top:0;right:0}.woofc-pos-top-left .woofc-inner .woofc-wrapper{top:0;left:0}.woofc-inner .woofc-header,.woofc-inner .woofc-footer{position:absolute;z-index:2;left:0;width:100%}.woofc-inner .woofc-header,.woofc-inner .woofc-body{opacity:0}.woofc-inner .woofc-header{top:0;border-radius:6px 6px 0 0;padding:0 1.4em;height:40px;line-height:40px;background:#fff;-webkit-transition:opacity .2s 0s;transition:opacity .2s 0s;border-bottom:1px solid #e6e6e6}.woofc-inner .woofc-header::after{clear:both;content:"";display:block}.woofc-inner .woofc-footer{bottom:0;border-radius:6px}.woofc-cart-opened .woofc-inner .woofc-footer,.woofc-cart-open .woofc-inner .woofc-footer{-webkit-box-shadow:0 -2px 20px rgba(0,0,0,0.15);box-shadow:0 -2px 20px rgba(0,0,0,0.15);background:#fff;-webkit-transition:border-radius 0.5s, -webkit-box-shadow 0.5s;transition:border-radius 0.5s, -webkit-box-shadow 0.5s;transition:box-shadow 0.5s, border-radius 0.5s;transition:box-shadow 0.5s, border-radius 0.5s, -webkit-box-shadow 0.5s}.woofc-cart-opened .woofc-inner .woofc-footer{border-radius:0 0 6px 6px}.woofc-inner .woofc-title{text-transform:uppercase;display:block;font-size:16px;font-weight:700;letter-spacing:.1em;color:#181818}.woofc-inner .woofc-undo{position:absolute;right:20px;font-size:10px;font-weight:700;letter-spacing:1.4;opacity:0;visibility:hidden;-webkit-transition:opacity .3s, visibility .3s, -webkit-transform .3s;transition:opacity .3s, visibility .3s, -webkit-transform .3s;transition:transform .3s, opacity .3s, visibility .3s;transition:transform .3s, opacity .3s, visibility .3s, -webkit-transform .3s;color:#808b97;-webkit-transform:scale(0);transform:scale(0)}.woofc-inner .woofc-undo a{text-decoration:underline;color:#2b3e51}.woofc-no-touchevents .woofc-inner .woofc-undo a:hover,.woofc-touchevents .woofc-inner .woofc-undo a:focus{color:#2c97de}.woofc-inner .woofc-undo.woofc-visible{opacity:1;visibility:visible;-webkit-transform:scale(1);transform:scale(1)}.woofc-inner .woofc-cart-error{position:absolute;right:20px;font-size:10px;font-weight:700;letter-spacing:1.4;-webkit-transition:opacity .3s, visibility .3s, -webkit-transform .3s;transition:opacity .3s, visibility .3s, -webkit-transform .3s;transition:transform .3s, opacity .3s, visibility .3s;transition:transform .3s, opacity .3s, visibility .3s, -webkit-transform .3s;color:#dd3333;opacity:0;visibility:hidden;-webkit-transform:scale(0);transform:scale(0)}.woofc-inner .woofc-cart-error.woofc-visible{opacity:1;visibility:visible;-webkit-transform:scale(1);transform:scale(1)}.woofc-inner .woofc-cart-error.woofc-shake{-webkit-animation:woofc-shake 0.82s 0.3s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;animation:woofc-shake 0.82s 0.3s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:300px;perspective:300px;-webkit-transform:translateX(0) scale(1);transform:translateX(0) scale(1)}.woofc-inner a.woofc-checkout{display:block;height:72px;line-height:72px;background:#2c97de;color:rgba(255,255,255,0);text-align:center;font-size:18px;font-style:italic;font-weight:600;-webkit-transition:all .3s;transition:all .3s;-webkit-transform:translateX(0);transform:translateX(0);overflow:hidden;opacity:0}.woofc-cart-opened .woofc-inner a.woofc-checkout{-webkit-transition:all .3s 0s, opacity 0.3s 0.15s;transition:all .3s 0s, opacity 0.3s 0.15s}.woofc-cart-open .woofc-inner a.woofc-checkout{opacity:1}.woofc-pos-bottom-right .woofc-inner a.woofc-checkout,.woofc-pos-top-right .woofc-inner a.woofc-checkout{margin-right:72px}.woofc-pos-bottom-left .woofc-inner a.woofc-checkout,.woofc-pos-top-left .woofc-inner a.woofc-checkout{margin-left:72px}.woofc-no-touchevents .woofc-inner a.woofc-checkout:hover,.woofc-touchevents .woofc-inner a.woofc-checkout:focus{background:#399ee0}.woofc-inner a.woofc-checkout em{position:relative;display:inline-block;-webkit-transform:translateX(40px);transform:translateX(40px);-webkit-transition:-webkit-transform 0s .2s;transition:-webkit-transform 0s .2s;transition:transform 0s .2s;transition:transform 0s .2s, -webkit-transform 0s .2s}.woofc-inner a.woofc-checkout em::after{position:absolute;top:50%;bottom:auto;-webkit-transform:translateY(-50%);transform:translateY(-50%);right:0;content:'';height:24px;width:24px;background:url(//rolka-lody.pl/wp-content/plugins/woo-floating-cart/public/assets/img/next.svg) no-repeat center center;opacity:0;-webkit-transition:opacity .2s;transition:opacity .2s}.woofc-inner .woofc-body{position:relative;z-index:1;height:calc(100% - 40px - 35px);padding:20px 0 10px;margin:40px 0 10px;overflow:auto;background-color:#fff;-webkit-overflow-scrolling:touch;-webkit-transition:opacity .2s;transition:opacity .2s}.woofc-pos-bottom-left .woofc-inner .woofc-body,.woofc-pos-top-left .woofc-inner .woofc-body{border-radius:0 0 0 6px}.woofc-pos-bottom-right .woofc-inner .woofc-body,.woofc-pos-top-right .woofc-inner .woofc-body{border-radius:0 0 6px 0}.woofc-inner .woofc-body .woofc-list{overflow:hidden;padding:0 1.4em;position:relative;padding-bottom:90px;margin:0 !important;list-style:none}.woofc-inner .woofc-body .woofc-list li{position:relative;opacity:0;-webkit-transform:translateX(80px);transform:translateX(80px);-webkit-transition:opacity 0s .2s, -webkit-transform 0s .2s;transition:opacity 0s .2s, -webkit-transform 0s .2s;transition:opacity 0s .2s, transform 0s .2s;transition:opacity 0s .2s, transform 0s .2s, -webkit-transform 0s .2s;list-style:none}.woofc-inner .woofc-body .woofc-list li::after{clear:both;content:"";display:block}.woofc-inner .woofc-body .woofc-list li:not(:last-of-type){margin-bottom:20px}.woofc-inner .woofc-body .woofc-list li.woofc-deleted{position:absolute;left:1.4em;width:calc(100% - 2.8em);opacity:0;-webkit-animation:woofc-item-slide-out .1s forwards;animation:woofc-item-slide-out .1s forwards}.woofc-inner .woofc-body .woofc-list li.woofc-deleted.woofc-undo-deleted{-webkit-animation:woofc-item-slide-in .3s forwards;animation:woofc-item-slide-in .3s forwards}.woofc-inner .woofc-body .woofc-list li.woofc-deleted+li{-webkit-animation:woofc-item-move-up-mobile .3s;animation:woofc-item-move-up-mobile .3s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.woofc-inner .woofc-body .woofc-list li.woofc-undo-deleted+li{-webkit-animation:woofc-item-move-down-mobile .3s;animation:woofc-item-move-down-mobile .3s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.woofc-inner .woofc-product-image{display:inline-block;float:left;width:70px;height:70px;overflow:hidden}.woofc-inner .woofc-product-image img{display:block;width:100%;height:auto}.woofc-inner .woofc-product-details{position:relative;display:inline-block;float:right;width:calc( 100% - 70px);padding:7px 0 0 1em}.woofc-inner .woofc-product-details::after{clear:both;content:"";display:block}.woofc-inner .woofc-variable-product.woofc-show-attributes .woofc-product-details{padding:0 0 0 1em}.woofc-inner .woofc-product-title,.woofc-inner .woofc-price{font-weight:bold;font-size:13.5px}.woofc-inner .woofc-product-title{width:70%;display:inline-block;float:left;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;margin-bottom:10px;line-height:1}.woofc-inner .woofc-product-title>span{color:#2b3e51}.woofc-inner .woofc-product-title a{color:#2b3e51}.woofc-no-touchevents .woofc-inner .woofc-product-title a:hover,.woofc-touchevents .woofc-inner .woofc-product-title a:focus{text-decoration:none;color:#2c97de}.woofc-inner .woofc-variable-product.woofc-show-attributes .woofc-product-title{margin-bottom:5px}.woofc-inner .woofc-product-attributes{display:block;width:100%;overflow:hidden;margin-bottom:15px}.woofc-inner .woofc-product-attributes p{margin:0}.woofc-inner .woofc-product-attributes dl{display:block;margin-right:10px;margin-bottom:2px}.woofc-inner .woofc-product-attributes dl.woofc-variation-inline{display:inline-block;margin-right:5px}.woofc-inner .woofc-product-attributes dl.woofc-variation-inline:after{content:'/'}.woofc-inner .woofc-product-attributes dl.woofc-variation-inline:last-child:after{content:''}.woofc-inner .woofc-product-attributes dl dt{display:inline-block;text-transform:capitalize;font-weight:600;margin-right:5px}.woofc-inner .woofc-product-attributes dl dd{display:inline-block;margin-right:5px}.woofc-inner .woofc-price{float:right;width:30%;text-align:right}.woofc-inner .woofc-actions{font-size:12px;height:1.6em;line-height:1.6em;font-weight:400;float:right;display:inline-block}.woofc-inner .woofc-actions::after{clear:both;content:"";display:block}.woofc-inner .woofc-delete-item,.woofc-inner .woofc-quantity{float:left;color:#808b97;-webkit-backface-visibility:hidden;backface-visibility:hidden}.woofc-no-touchevents .woofc-inner .woofc-delete-item:hover,.woofc-touchevents .woofc-inner .woofc-delete-item:focus{color:#2c97de}.woofc-inner .woofc-quantity label{display:inline-block;margin-right:6px}.woofc-inner .woofc-quantity{position:relative}.woofc-inner .woofc-quantity input{width:auto;max-width:100px;min-width:90px;height:30px;float:left;display:block;padding:0;margin:0;padding:0 49px 0 0;border:1px solid #eee;font-size:12px;letter-spacing:1.2;line-height:1.65;font-weight:400;text-align:center;background:transparent;-webkit-appearance:none;-moz-appearance:textfield}.woofc-inner .woofc-quantity input:focus{outline:0;border-color:#eee}.woofc-inner .woofc-quantity input::-webkit-inner-spin-button,.woofc-inner .woofc-quantity input::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none;margin:0}.woofc-inner .woofc-quantity.woofc-shake{-webkit-animation:woofc-shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;animation:woofc-shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:300px;perspective:300px;-webkit-transform:translateX(0);transform:translateX(0)}.woofc-inner .woofc-quantity .woofc-quantity-changer{float:left;position:relative;height:30px}.woofc-inner .woofc-quantity .woofc-quantity-button{position:absolute;cursor:pointer;border-left:1px solid #eee;width:25px;text-align:center;color:#808b97;font-size:10px;line-height:31px;-webkit-transform:translateX(-100%);transform:translateX(-100%);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;height:100%;top:0}.woofc-inner .woofc-quantity .woofc-quantity-button.woofc-quantity-up{right:-25px}.woofc-inner .woofc-quantity .woofc-quantity-button.woofc-quantity-down{right:0}.woofc-inner .woofc-quantity .woofc-quantity-button i{display:block;top:50%;position:relative;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.woofc-cart-open .woofc-inner .woofc-wrapper{height:100%;width:100%;-webkit-transition-delay:0s;transition-delay:0s}.woofc-cart-opened .woofc-inner .woofc-wrapper{overflow:hidden}.woofc-cart-open .woofc-inner .woofc-header,.woofc-cart-open .woofc-inner .woofc-body{opacity:1}.woofc-cart-open .woofc-inner .woofc-header{-webkit-transition:opacity .2s .2s;transition:opacity .2s .2s}.woofc-cart-open .woofc-inner .woofc-body{-webkit-transition:opacity 0s;transition:opacity 0s}.woofc-cart-open .woofc-inner .woofc-body li{-webkit-transition:opacity .3s .2s, -webkit-transform .3s .2s;transition:opacity .3s .2s, -webkit-transform .3s .2s;transition:transform .3s .2s, opacity .3s .2s;transition:transform .3s .2s, opacity .3s .2s, -webkit-transform .3s .2s;opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}.woofc-cart-open .woofc-inner .woofc-body li:nth-of-type(2){-webkit-transition-duration:.4s;transition-duration:.4s}.woofc-cart-open .woofc-inner .woofc-body li:nth-of-type(3){-webkit-transition-duration:.5s;transition-duration:.5s}.woofc-cart-open .woofc-inner .woofc-body li:nth-of-type(4),.woofc-cart-open .woofc-inner .woofc-body li:nth-of-type(5){-webkit-transition-duration:.55s;transition-duration:.55s}.woofc-cart-open .woofc-inner a.woofc-checkout{color:#fff;-webkit-transition:color .2s, opacity 0.3s, visibility 0.3s, -webkit-transform 0.5s ease;transition:color .2s, opacity 0.3s, visibility 0.3s, -webkit-transform 0.5s ease;transition:color .2s, opacity 0.3s, visibility 0.3s, transform 0.5s ease;transition:color .2s, opacity 0.3s, visibility 0.3s, transform 0.5s ease, -webkit-transform 0.5s ease}.woofc-cart-open .woofc-inner a.woofc-checkout em{-webkit-transform:translateX(0);transform:translateX(0);-webkit-transition:padding .2s 0s, -webkit-transform .2s .3s;transition:padding .2s 0s, -webkit-transform .2s .3s;transition:transform .2s .3s, padding .2s 0s;transition:transform .2s .3s, padding .2s 0s, -webkit-transform .2s .3s}.woofc-no-touchevents .woofc-cart-open .woofc-inner a.woofc-checkout:hover em,.woofc-touchevents .woofc-cart-open .woofc-inner a.woofc-checkout:focus em{padding-right:30px}.woofc-no-touchevents .woofc-cart-open .woofc-inner a.woofc-checkout:hover em::after,.woofc-touchevents .woofc-cart-open .woofc-inner a.woofc-checkout:focus em::after{opacity:1}.woofc-cart-open .woofc-inner a.woofc-checkout a{color:#2c97de}@media only screen and (min-width: 480px){.woofc-inner .woofc-body li:not(:last-of-type){margin-bottom:14px}.woofc-inner .woofc-body .woofc-list li.woofc-deleted+li{-webkit-animation:woofc-item-move-up .3s;animation:woofc-item-move-up .3s}.woofc-inner .woofc-body .woofc-list li.woofc-undo-deleted+li{-webkit-animation:woofc-item-move-down .3s;animation:woofc-item-move-down .3s}.woofc-inner .woofc-product-image{width:90px;height:90px}.woofc-inner .woofc-product-details{padding:12px 0 0 1em;width:calc( 100% - 90px)}.woofc-inner .woofc-variable-product.woofc-show-attributes .woofc-product-details{padding:3px 0 0 1em}.woofc-inner .woofc-variable-product.woofc-show-attributes .woofc-product-title{margin-bottom:10px}.woofc-inner .woofc-inner .woofc-product-title,.woofc-inner .woofc-inner .woofc-price{font-size:18px}.woofc-inner .woofc-inner .woofc-quantity input{font-size:14px}.woofc-inner .woofc-inner .woofc-actions{font-size:14px}.woofc-inner .woofc-inner .woofc-checkout{font-size:24px}}@media only screen and (max-width: 350px){.woofc-inner .woofc-product-image,.woofc-cart-open .woofc-inner a.woofc-checkout .amount,.woofc-cart-open .woofc-inner a.woofc-checkout .woofc-dash{display:none}.woofc-inner .woofc-product-details{width:100%}.woofc-inner .woofc-actions{margin-top:5px}}@-webkit-keyframes woofc-qty-enter{0%{opacity:0;visibility:hidden;-webkit-transform:translateX(-50%) translateY(0);transform:translateX(-50%) translateY(0)}100%{opacity:1;visibility:visible;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}}@keyframes woofc-qty-enter{0%{opacity:0;visibility:hidden;-webkit-transform:translateX(-50%) translateY(0);transform:translateX(-50%) translateY(0)}100%{opacity:1;visibility:visible;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}}@-webkit-keyframes woofc-qty-leave{0%{opacity:1;visibility:visible;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}100%{opacity:0;visibility:hidden;-webkit-transform:translateX(-50%) translateY(-100%);transform:translateX(-50%) translateY(-100%)}}@keyframes woofc-qty-leave{0%{opacity:1;visibility:visible;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}100%{opacity:0;visibility:hidden;-webkit-transform:translateX(-50%) translateY(-100%);transform:translateX(-50%) translateY(-100%)}}@-webkit-keyframes woofc-item-move-up-mobile{0%{padding-top:70px}100%{padding-top:0px}}@keyframes woofc-item-move-up-mobile{0%{padding-top:70px}100%{padding-top:0px}}@-webkit-keyframes woofc-item-move-up{0%{padding-top:110px}100%{padding-top:0px}}@keyframes woofc-item-move-up{0%{padding-top:110px}100%{padding-top:0px}}@-webkit-keyframes woofc-item-move-down-mobile{0%{padding-top:0px}100%{padding-top:70px}}@keyframes woofc-item-move-down-mobile{0%{padding-top:0px}100%{padding-top:70px}}@-webkit-keyframes woofc-item-move-down{0%{padding-top:0px}100%{padding-top:110px}}@keyframes woofc-item-move-down{0%{padding-top:0px}100%{padding-top:110px}}@-webkit-keyframes woofc-item-slide-out{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}100%{-webkit-transform:translateX(80px);transform:translateX(80px);opacity:0}}@keyframes woofc-item-slide-out{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}100%{-webkit-transform:translateX(80px);transform:translateX(80px);opacity:0}}@-webkit-keyframes woofc-item-slide-in{100%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}0%{-webkit-transform:translateX(80px);transform:translateX(80px);opacity:0}}@keyframes woofc-item-slide-in{100%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}0%{-webkit-transform:translateX(80px);transform:translateX(80px);opacity:0}}@-webkit-keyframes woofc-shake{10%,90%{-webkit-transform:translateX(-1px) scale(1);transform:translateX(-1px) scale(1)}20%,80%{-webkit-transform:translateX(2px) scale(1);transform:translateX(2px) scale(1)}30%,50%,70%{-webkit-transform:translateX(-4px) scale(1);transform:translateX(-4px) scale(1)}40%,60%{-webkit-transform:translateX(4px) scale(1);transform:translateX(4px) scale(1)}}@keyframes woofc-shake{10%,90%{-webkit-transform:translateX(-1px) scale(1);transform:translateX(-1px) scale(1)}20%,80%{-webkit-transform:translateX(2px) scale(1);transform:translateX(2px) scale(1)}30%,50%,70%{-webkit-transform:translateX(-4px) scale(1);transform:translateX(-4px) scale(1)}40%,60%{-webkit-transform:translateX(4px) scale(1);transform:translateX(4px) scale(1)}}