.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:#fff0}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid #fff0}.slick-arrow.slick-hidden{display:none}
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}@-webkit-keyframes bounce{0%,100%,20%,50%,80%{-webkit-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}60%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}}@keyframes bounce{0%,100%,20%,50%,80%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-30px);-ms-transform:translateY(-30px);transform:translateY(-30px)}60%{-webkit-transform:translateY(-15px);-ms-transform:translateY(-15px);transform:translateY(-15px)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce}@-webkit-keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.1);transform:scale(1.1)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes pulse{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes shake{0%,100%{-webkit-transform:translateX(0);transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}20%,40%,60%,80%{-webkit-transform:translateX(10px);transform:translateX(10px)}}@keyframes shake{0%,100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);transform:translateX(-10px)}20%,40%,60%,80%{-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);-ms-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);-ms-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);-ms-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);-ms-transform:rotate(-5deg);transform:rotate(-5deg)}100%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}}.swing{-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scale(1);transform:scale(1)}10%,20%{-webkit-transform:scale(.9) rotate(-3deg);transform:scale(.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale(1.1) rotate(3deg);transform:scale(1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale(1.1) rotate(-3deg);transform:scale(1.1) rotate(-3deg)}100%{-webkit-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}}@keyframes tada{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}10%,20%{-webkit-transform:scale(.9) rotate(-3deg);-ms-transform:scale(.9) rotate(-3deg);transform:scale(.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale(1.1) rotate(3deg);-ms-transform:scale(1.1) rotate(3deg);transform:scale(1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale(1.1) rotate(-3deg);-ms-transform:scale(1.1) rotate(-3deg);transform:scale(1.1) rotate(-3deg)}100%{-webkit-transform:scale(1) rotate(0);-ms-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateX(0);transform:translateX(0)}15%{-webkit-transform:translateX(-25%) rotate(-5deg);transform:translateX(-25%) rotate(-5deg)}30%{-webkit-transform:translateX(20%) rotate(3deg);transform:translateX(20%) rotate(3deg)}45%{-webkit-transform:translateX(-15%) rotate(-3deg);transform:translateX(-15%) rotate(-3deg)}60%{-webkit-transform:translateX(10%) rotate(2deg);transform:translateX(10%) rotate(2deg)}75%{-webkit-transform:translateX(-5%) rotate(-1deg);transform:translateX(-5%) rotate(-1deg)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes wobble{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}15%{-webkit-transform:translateX(-25%) rotate(-5deg);-ms-transform:translateX(-25%) rotate(-5deg);transform:translateX(-25%) rotate(-5deg)}30%{-webkit-transform:translateX(20%) rotate(3deg);-ms-transform:translateX(20%) rotate(3deg);transform:translateX(20%) rotate(3deg)}45%{-webkit-transform:translateX(-15%) rotate(-3deg);-ms-transform:translateX(-15%) rotate(-3deg);transform:translateX(-15%) rotate(-3deg)}60%{-webkit-transform:translateX(10%) rotate(2deg);-ms-transform:translateX(10%) rotate(2deg);transform:translateX(10%) rotate(2deg)}75%{-webkit-transform:translateX(-5%) rotate(-1deg);-ms-transform:translateX(-5%) rotate(-1deg);transform:translateX(-5%) rotate(-1deg)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes bounceIn{0%{opacity:0;-webkit-transform:scale(.3);transform:scale(.3)}50%{opacity:1;-webkit-transform:scale(1.05);transform:scale(1.05)}70%{-webkit-transform:scale(.9);transform:scale(.9)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes bounceIn{0%{opacity:0;-webkit-transform:scale(.3);-ms-transform:scale(.3);transform:scale(.3)}50%{opacity:1;-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}70%{-webkit-transform:scale(.9);-ms-transform:scale(.9);transform:scale(.9)}100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}60%{opacity:1;-webkit-transform:translateY(30px);transform:translateY(30px)}80%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes bounceInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}60%{opacity:1;-webkit-transform:translateY(30px);-ms-transform:translateY(30px);transform:translateY(30px)}80%{-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px)}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}60%{opacity:1;-webkit-transform:translateX(30px);transform:translateX(30px)}80%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes bounceInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}60%{opacity:1;-webkit-transform:translateX(30px);-ms-transform:translateX(30px);transform:translateX(30px)}80%{-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);transform:translateX(-10px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}60%{opacity:1;-webkit-transform:translateX(-30px);transform:translateX(-30px)}80%{-webkit-transform:translateX(10px);transform:translateX(10px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes bounceInRight{0%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}60%{opacity:1;-webkit-transform:translateX(-30px);-ms-transform:translateX(-30px);transform:translateX(-30px)}80%{-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}60%{opacity:1;-webkit-transform:translateY(-30px);transform:translateY(-30px)}80%{-webkit-transform:translateY(10px);transform:translateY(10px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes bounceInUp{0%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}60%{opacity:1;-webkit-transform:translateY(-30px);-ms-transform:translateY(-30px);transform:translateY(-30px)}80%{-webkit-transform:translateY(10px);-ms-transform:translateY(10px);transform:translateY(10px)}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{0%{-webkit-transform:scale(1);transform:scale(1)}25%{-webkit-transform:scale(.95);transform:scale(.95)}50%{opacity:1;-webkit-transform:scale(1.1);transform:scale(1.1)}100%{opacity:0;-webkit-transform:scale(.3);transform:scale(.3)}}@keyframes bounceOut{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}25%{-webkit-transform:scale(.95);-ms-transform:scale(.95);transform:scale(.95)}50%{opacity:1;-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}100%{opacity:0;-webkit-transform:scale(.3);-ms-transform:scale(.3);transform:scale(.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{0%{-webkit-transform:translateY(0);transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}}@keyframes bounceOutDown{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{0%{-webkit-transform:translateX(0);transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(20px);transform:translateX(20px)}100%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}}@keyframes bounceOutLeft{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px)}100%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{0%{-webkit-transform:translateX(0);transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(-20px);transform:translateX(-20px)}100%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}}@keyframes bounceOutRight{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px)}100%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{0%{-webkit-transform:translateY(0);transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(20px);transform:translateY(20px)}100%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}}@keyframes bounceOutUp{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}100%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-20px);transform:translateX(-20px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(20px);transform:translateX(20px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}}@keyframes fadeOutDown{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}}@keyframes fadeOutDownBig{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-20px);transform:translateX(-20px)}}@keyframes fadeOutLeft{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}}@keyframes fadeOutLeftBig{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(20px);transform:translateX(20px)}}@keyframes fadeOutRight{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}}@keyframes fadeOutRightBig{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}}@keyframes fadeOutUp{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}}@keyframes fadeOutUpBig{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) translateZ(0) rotateY(0) scale(1);transform:perspective(400px) translateZ(0) rotateY(0) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) translateZ(0) rotateY(0) scale(1);-ms-transform:perspective(400px) translateZ(0) rotateY(0) scale(1);transform:perspective(400px) translateZ(0) rotateY(0) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);-ms-transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-ms-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);-ms-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);-ms-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;-ms-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-10deg);transform:perspective(400px) rotateX(-10deg)}70%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}100%{-webkit-transform:perspective(400px) rotateX(0);transform:perspective(400px) rotateX(0);opacity:1}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);-ms-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-10deg);-ms-transform:perspective(400px) rotateX(-10deg);transform:perspective(400px) rotateX(-10deg)}70%{-webkit-transform:perspective(400px) rotateX(10deg);-ms-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}100%{-webkit-transform:perspective(400px) rotateX(0);-ms-transform:perspective(400px) rotateX(0);transform:perspective(400px) rotateX(0);opacity:1}}.flipInX{-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-10deg);transform:perspective(400px) rotateY(-10deg)}70%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg)}100%{-webkit-transform:perspective(400px) rotateY(0);transform:perspective(400px) rotateY(0);opacity:1}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);-ms-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-10deg);-ms-transform:perspective(400px) rotateY(-10deg);transform:perspective(400px) rotateY(-10deg)}70%{-webkit-transform:perspective(400px) rotateY(10deg);-ms-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg)}100%{-webkit-transform:perspective(400px) rotateY(0);-ms-transform:perspective(400px) rotateY(0);transform:perspective(400px) rotateY(0);opacity:1}}.flipInY{-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px) rotateX(0);transform:perspective(400px) rotateX(0);opacity:1}100%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px) rotateX(0);-ms-transform:perspective(400px) rotateX(0);transform:perspective(400px) rotateX(0);opacity:1}100%{-webkit-transform:perspective(400px) rotateX(90deg);-ms-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px) rotateY(0);transform:perspective(400px) rotateY(0);opacity:1}100%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px) rotateY(0);-ms-transform:perspective(400px) rotateY(0);transform:perspective(400px) rotateY(0);opacity:1}100%{-webkit-transform:perspective(400px) rotateY(90deg);-ms-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translateX(100%) skewX(-30deg);transform:translateX(100%) skewX(-30deg);opacity:0}60%{-webkit-transform:translateX(-20%) skewX(30deg);transform:translateX(-20%) skewX(30deg);opacity:1}80%{-webkit-transform:translateX(0) skewX(-15deg);transform:translateX(0) skewX(-15deg);opacity:1}100%{-webkit-transform:translateX(0) skewX(0);transform:translateX(0) skewX(0);opacity:1}}@keyframes lightSpeedIn{0%{-webkit-transform:translateX(100%) skewX(-30deg);-ms-transform:translateX(100%) skewX(-30deg);transform:translateX(100%) skewX(-30deg);opacity:0}60%{-webkit-transform:translateX(-20%) skewX(30deg);-ms-transform:translateX(-20%) skewX(30deg);transform:translateX(-20%) skewX(30deg);opacity:1}80%{-webkit-transform:translateX(0) skewX(-15deg);-ms-transform:translateX(0) skewX(-15deg);transform:translateX(0) skewX(-15deg);opacity:1}100%{-webkit-transform:translateX(0) skewX(0);-ms-transform:translateX(0) skewX(0);transform:translateX(0) skewX(0);opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{-webkit-transform:translateX(0) skewX(0);transform:translateX(0) skewX(0);opacity:1}100%{-webkit-transform:translateX(100%) skewX(-30deg);transform:translateX(100%) skewX(-30deg);opacity:0}}@keyframes lightSpeedOut{0%{-webkit-transform:translateX(0) skewX(0);-ms-transform:translateX(0) skewX(0);transform:translateX(0) skewX(0);opacity:1}100%{-webkit-transform:translateX(100%) skewX(-30deg);-ms-transform:translateX(100%) skewX(-30deg);transform:translateX(100%) skewX(-30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}100%{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(-200deg);-ms-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}100%{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(200deg);-ms-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes slideInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{opacity:0;-webkit-transform:translateX(500px);transform:translateX(500px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;-webkit-transform:translateX(500px);-ms-transform:translateX(500px);transform:translateX(500px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}}@keyframes slideOutLeft{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}}@keyframes slideOutRight{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}}@keyframes slideOutUp{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}@-webkit-keyframes hinge{0%{-webkit-transform:rotate(0);transform:rotate(0);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}80%{-webkit-transform:rotate(60deg) translateY(0);transform:rotate(60deg) translateY(0);opacity:1;-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}100%{-webkit-transform:translateY(700px);transform:translateY(700px);opacity:0}}@keyframes hinge{0%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);-ms-transform:rotate(80deg);transform:rotate(80deg);-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%{-webkit-transform:rotate(60deg);-ms-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}80%{-webkit-transform:rotate(60deg) translateY(0);-ms-transform:rotate(60deg) translateY(0);transform:rotate(60deg) translateY(0);opacity:1;-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}100%{-webkit-transform:translateY(700px);-ms-transform:translateY(700px);transform:translateY(700px);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translateX(-100%) rotate(-120deg);transform:translateX(-100%) rotate(-120deg)}100%{opacity:1;-webkit-transform:translateX(0) rotate(0);transform:translateX(0) rotate(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translateX(-100%) rotate(-120deg);-ms-transform:translateX(-100%) rotate(-120deg);transform:translateX(-100%) rotate(-120deg)}100%{opacity:1;-webkit-transform:translateX(0) rotate(0);-ms-transform:translateX(0) rotate(0);transform:translateX(0) rotate(0)}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1;-webkit-transform:translateX(0) rotate(0);transform:translateX(0) rotate(0)}100%{opacity:0;-webkit-transform:translateX(100%) rotate(120deg);transform:translateX(100%) rotate(120deg)}}@keyframes rollOut{0%{opacity:1;-webkit-transform:translateX(0) rotate(0);-ms-transform:translateX(0) rotate(0);transform:translateX(0) rotate(0)}100%{opacity:0;-webkit-transform:translateX(100%) rotate(120deg);-ms-transform:translateX(100%) rotate(120deg);transform:translateX(100%) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}.sit-preview-block{position:absolute;display:none;z-index:100000}.sit-preview-block img{margin:0;border:0;max-width:100%;height:auto;display:block}.sit-preview-shadow{box-shadow:0 0 4px rgb(48 48 48 / .7)}.sit-preview-preloader{background:#000 url(https://mantrastudio.site/wp-content/plugins/tijarah-element/inc/../assets/css/../images/preload.animation.gif) center center no-repeat;display:block}.sit-theme-simple{background:#999;padding:5px;border:1px solid #222}.sit-theme-envato{background:#333;left:780px!important;color:#fff;padding:10px;border:1px solid #000;line-height:16px}.sit-theme-envato h3{margin:15px 0 10px;padding:0;color:#fff;font-size:18px;font-weight:500;word-wrap:break-word;white-space:normal}.sit-preview-image-wrapper{overflow:hidden;max-height:300px}.sit-envato-info{float:left}.sit-envato-price{float:right;font-size:32px;font-weight:500;line-height:42px}.sit-envato-price sup{vertical-align:-4px;font-size:24px}.sit-envato-author{color:#aaa;font-size:11px;margin-bottom:5px;display:block}.sit-envato-category{color:#eee;font-size:13px;display:block}.tijarah-btn{display:inline-block;padding:12px 40px;color:#fff;border-radius:50px;cursor:pointer;-ms-touch-action:manipulation;touch-action:manipulation;-webkit-transition:all 0.3s ease 0s;-o-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s;vertical-align:middle}.tijarah-btn:hover{color:#fff}.tijarah-btn i{margin-right:20px}.tijarah-btn.shadow{-webkit-transition:0.3s;-o-transition:0.3s;transition:0.3s;-webkit-box-shadow:0 7px 10px 6px rgb(0 0 0 / .08);box-shadow:0 7px 10px 6px rgb(0 0 0 / .08)}.tijarah-play-btn>span{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;border-radius:inherit;border-color:inherit;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.tijarah-play-btn-txt{font-weight:700;color:#000}.tijarah-play-btn-icon{border-radius:50%;margin-top:-5%;margin-bottom:-5%;letter-spacing:0;display:inline-flex;justify-content:center;align-items:center;font-size:20px;width:3.5em;height:3.5em;order:-1;margin-left:0;margin-right:20px;border:none;color:#fff}.tijarah-btn.bordered{background:#fff;border:2px solid}.tijarah-btn.bordered:hover{color:#fff}.loader-rel{position:relative}.loader{position:absolute;right:47.7%;border:5px solid;border-radius:50%;border-top:5px solid #f3f3f3!important;width:50px;height:50px;-webkit-animation:spin 0.8s linear infinite;animation:spin 0.8s linear infinite;display:none;margin:20px 0}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.section-title h1{font-weight:700}.section-title p{margin-top:20px}.banner{height:100%;display:flex;position:relative}.banner-extra-pad{padding-top:250px}.breadcrumb-extra-pad{padding-top:180px!important}.banner h1{font-weight:700;font-size:60px;margin-bottom:40px}.tijarah-download-cat-filter .nice-select{padding:23px;background:#fff0}.banner-content #search{position:relative}.banner-content p{font-size:24px;line-height:34px;margin-bottom:0;font-weight:300}.banner .tijarah-product-search-form{margin-top:70px;width:70%;float:left}ul.banner-button{margin-top:70px;margin-bottom:0}ul.banner-button li a{padding:12px 40px;display:inline-block;border-radius:30px;-webkit-transition:0.3s;-o-transition:0.3s;transition:0.3s}ul.banner-button li a{border:2px solid}ul.banner-button li a:hover{color:#fff;-webkit-box-shadow:0 8px 10px 0 rgb(0 0 0 / .2);box-shadow:0 8px 10px 0 rgb(0 0 0 / .2)}ul.banner-button li:first-child a{-webkit-box-shadow:0 8px 10px 0 rgb(0 0 0 / .2);box-shadow:0 8px 10px 0 rgb(0 0 0 / .2);color:#fff}ul.banner-button li.list-inline-item:not(:last-child){margin-right:20px}.white-text-color .banner-content h1,.white-text-color .banner-content p,.white-text-color .banner-content h6{color:#fff}.banner2 .banner-content h1{font-size:52px;margin-bottom:20px}.banner2 .banner-cat-space{padding:0 100px;margin-top:70px}.banner2 .banner-cat{position:relative;display:inline-block}.banner2 .banner-cat .cat-count{position:absolute;top:-6px;right:-6px;color:#fff;width:27px;height:27px;border-radius:50px;font-size:12px;line-height:22px;border:3px solid #fff}.banner2 .banner-cat img{background:#fff;padding:10px;border-radius:10px;border:3px solid #fff;-webkit-box-shadow:0 10px 20px rgb(97 105 140 / .1);box-shadow:0 10px 20px rgb(97 105 140 / .1)}.banner2 .banner-cat h6{font-weight:500;margin-top:15px;margin-bottom:0}.banner2 .tijarah-product-search-form{margin-top:70px;max-width:45%}.tijarah-product-search-form{margin:0 auto;border-radius:50px;z-index:0;border:1px solid #ccc}.tijarah-product-search-form input[type="text"],.tijarah-product-search-form input[type="search"],.tijarah-product-search-form select{display:block;height:60px;line-height:20px;padding:12px 30px;width:100%;background:#fff0;border:none;position:relative;z-index:100;margin:0;font-size:1em}.tijarah-product-search-form select{line-height:60px;padding-left:18px}.tijarah-product-search-form select option{color:#333}.tijarah-search-btn{position:absolute;height:60px;right:0;top:0;z-index:1000;-webkit-transition:0.3s;-o-transition:0.3s;transition:0.3s;border-radius:50px;width:140px;text-align:center;border:3px solid #fff}.tijarah-search-btn input[type="submit"]{border:none;background:#fff0;position:relative;width:100%;height:100%;position:relative;z-index:100;padding:0}.tijarah-search-fields{position:relative;display:inline-block;width:70%;vertical-align:top;color:#fff}.tijarah-download-cat-filter{background:transparent!important;float:left;width:30%;border-right:1px solid #fff}.newest-filter,.download-filter{text-align:center;margin-bottom:50px}.newest-filter ul{margin-bottom:0}.newest-filter ul li,.download-filter ul li{cursor:pointer;padding:5px 15px;border-radius:40px;background:#fff;border:2px solid #fff;-webkit-box-shadow:0 10px 20px rgb(97 105 140 / .1);box-shadow:0 10px 20px rgb(97 105 140 / .1);margin-bottom:20px}.newest-filter ul li.select-cat,.download-filter ul li.select-cat{color:#fff}.video-item{position:relative;margin-bottom:30px;border-radius:10px;overflow:hidden}.video-item .view-detail{position:absolute;bottom:15px;left:15px;font-size:14px;color:#fff;padding:3px 10px;border-radius:20px;display:inline-block;display:none}.video-item:hover .view-detail{display:block}.photo-product-item{position:relative;margin-bottom:30px}.photo-product-item:before{content:"";pointer-events:none;position:absolute;left:0;right:0;bottom:0;height:90px;background:-webkit-gradient(linear,left bottom,left top,from(rgb(0 0 0 / .5)),to(transparent));background:linear-gradient(to top,rgb(0 0 0 / .5) 0%,transparent 100%);opacity:0;-webkit-transition:opacity .2s;transition:opacity .2s;border-bottom-left-radius:2px;border-bottom-right-radius:2px;z-index:1}.photo-product-item:hover .added_to_cart,.photo-product-item:hover .add_to_cart_button,.photo-product-item:hover ul,.photo-product-item:hover:before{opacity:1;-webkit-transition-delay:.1s;transition-delay:.1s}.photo-product-item ul{position:absolute;bottom:0;color:#fff;white-space:nowrap;opacity:0;-webkit-transition:opacity .2s;transition:opacity .2s;z-index:2;padding:0 15px;width:100%}.photo-product-item:hover ul li img{border-radius:50px;margin-right:10px}.photo-product-item:hover ul li i{margin-right:10px}.photo-product-item .added_to_cart,.photo-product-item .add_to_cart_button{position:absolute;top:10px;font-size:14px;left:10px;padding:2.5px 10px;color:#fff;border-radius:20px;opacity:0;-webkit-transition:opacity .2s;transition:opacity .2s}.photo-product-item .add_to_cart_button.added{display:none}.blog-item{overflow:hidden;background:#fff;margin-bottom:30px;border-radius:10px;box-shadow:0 10px 20px rgb(97 105 140 / .1)}.blog-thumb{overflow:hidden}.blog-thumb img{width:100%;transform:scale(1);transition:1s linear}.blog-item:hover .blog-thumb img{transform:scale(1.1)}.blog-meta span{font-size:14px;font-weight:500}.blog-content{padding:40px 30px}.blog-content h4{font-size:20px;margin-top:10px;margin-bottom:18px}.blog-content p{margin-bottom:0}.counter-item .counter-icon i{border-radius:50%;font-size:36px;padding:15px;height:80px;width:80px;text-align:center;justify-content:center;align-items:center;display:inline-flex;margin-bottom:25px}.counter-item h2{font-size:52px}.infobox-item{padding:50px 30px;border-radius:10px}.infobox-item i{border-radius:50%;font-size:24px;padding:15px;height:70px;width:70px;text-align:center;justify-content:center;align-items:center;display:inline-flex;margin-bottom:25px}.infobox-item h5{margin-bottom:15px;font-weight:500}.infobox-item p{font-weight:300;font-size:17px;margin-bottom:0}.partner img{padding:0 15px;transition:0.6s}.partner img:hover{transform:scale(1.2)}.tijarah-accordion-item{padding:20px 30px;border-radius:6px;border:1px solid #ececec;background:#fff;box-shadow:0 0 20px rgb(97 105 140 / .1)}.tijarah-accordion-item:not(:last-child){margin-bottom:20px}.tijarah-accordion-item h5{margin:0!important;font-weight:500;cursor:pointer}.tijarah-accordion-item.active h5 span:nth-child(1){display:none}.tijarah-accordion-item h5 span:nth-child(2){display:none}.tijarah-accordion-item.active h5 span:nth-child(2){display:block}.tijarah-accordion-item h5 span{float:right}.tijarah-accordion-item .collapse.show{margin-top:20px;padding-top:20px;transition:.2s;border-top:1px solid #ddd}.tijarah-team{position:relative;padding:0 45px 55px 0}.tijarah-team img{border-radius:6px!important}.tijarah-team-content{position:absolute;width:100%;right:0;bottom:0;transform:translate(45px,55px);padding:25px 0 25px 50px;background:#fff;box-shadow:5.994px 14.835px 30px 0 rgb(97 105 140 / .1);transition:0.3s}.tijarah-team:hover .tijarah-team-content{transform:translate(0,55px)}.tijarah-team-social{position:absolute;width:45px;background:#fff;box-shadow:8px 0 8.6px 1.4px rgb(229 234 239 / .2);right:0;top:0;bottom:0;transform:scale(0,1);transform-origin:0% 0%;transition:0.3s;padding-left:10px;margin-bottom:0}.tijarah-team-social li a{display:block;text-align:center;color:rgb(0 0 0 / .4);font-size:20px;margin:15px 0}.tijarah-team:hover .tijarah-team-social{transform:scale(1,1)}.testimonial-img img{width:250px;border-radius:50%!important;border:5px solid #fff!important;margin:0 auto}.testimonial-content>i{margin-bottom:15px;display:inline-block;font-size:50px;opacity:.2}.flaticon-quotation::before{content:"\f109";font-size:37px;color:#5580ff}.testimonial-content p{margin-bottom:20px}.client-info h4{font-size:18px;font-weight:600;margin-bottom:0}.client-info span{font-size:14px;display:block;margin-top:10px}.testimonials-nav .slick-arrow{position:absolute;bottom:-71px;left:0;background:#fff0;padding:0;width:50px;height:50px;line-height:50px;text-align:center;border:1px solid #d4d4d4;color:gray;font-size:15px;cursor:pointer;transition:.3s;z-index:9;border-radius:50px;color:#fff;box-shadow:7px 7px 20px rgb(68 68 68 / .15)}.testimonials-nav .slick-next{left:65px}.testimonials-nav{margin-left:45px;margin-top:-60px}.testimonials-nav .slick-arrow:hover{color:#fff}.testimonial-wrap{border-bottom:1px solid #e3e3e3;padding-bottom:50px}.testimonial-wrap:last-child{border-bottom:none}.testimonial-revers-loop>.row:nth-child(2n)>.col-lg-4:first-child{order:12}.testi-bottom{display:flex;align-items:center;justify-content:space-between}.testi-bottom ul li.list-inline-item:not(:last-child){margin-right:0}.testi-bottom ul li i{color:#f2b01e}.ajax-search-form{position:relative}.ajax-search-form input[type="text"]{height:60px;line-height:20px;padding:12px 30px;width:100%}.ajax-search-form button{position:absolute;right:3px;top:2px}.ajax-search-results{border-radius:0 0 6px 6px;box-shadow:0 4px 6px 0 rgb(32 33 36 / .1);padding-bottom:4px;position:absolute;background:#fff;z-index:1;width:100%}.ajax-search-results li{line-height:50px}.ajax-search-results li img{width:32px;margin-right:15px;border-radius:5px}.ajax-search-results li a{color:#333;display:block;padding:0 15px;transition:all 300ms}.ajax-search-results li a:hover{background:#f1f1f1;padding:0 20px}.call-to-action{padding:80px 0}.call-to-action h2{margin-bottom:20px}.call-to-action h2,.call-to-action p,.call-to-action a{color:#fff}.call-to-action a{border:3px solid}.tijarah-pricing-table{text-align:center;background:#fff;padding:50px 30px;background:#fff;box-shadow:0 10px 20px rgb(97 105 140 / .1);border-radius:10px}.tijarah-pricing-table.recommended h1,.tijarah-pricing-table.recommended h6,.tijarah-pricing-table.recommended{color:#fff}.tijarah-pricing-table.recommended a{border-color:#fff!important}.tijarah-pricing-table i{margin-bottom:20px;border-radius:50%;font-size:32px;padding:15px;height:80px;width:80px;text-align:center;justify-content:center;align-items:center;display:inline-flex;margin-bottom:25px}.tijarah-pricing-table h1{font-size:52px;font-weight:700}.tijarah-pricing-table h1 span{font-size:18px;font-weight:700}.tijarah-pricing-table h6{font-size:22px}.tijarah-pricing-table ul{list-style:none;padding:0;margin:30px 0}.tijarah-pricing-table ul li:not(:last-child){border-bottom:1px solid #ddd}.tijarah-pricing-table ul li{line-height:50px}.tijarah-pricing-table a{border:2px solid;padding:12px 40px;border-radius:50px;display:inline-block}.tijarah-pricing-table a:hover{color:#fff}.contact-form input{margin-bottom:15px}.contact-form input[type="submit"]{margin-top:15px}@media (max-width:1200px){.banner h1{font-size:52px}.partner{margin-bottom:50px}.partner{text-align:center}}@media (max-width:991px){.banner2 .tijarah-product-search-form{max-width:80%}.tijarah-pricing-table{margin-bottom:30px}}@media (max-width:768px){.banner{text-align:center}.banner h1{font-size:42px}.banner .tijarah-product-search-form{width:100%;float:none}.banner2 .banner-content h1{font-size:42px}.banner2 .tijarah-product-search-form{max-width:100%}.products-filter-area .woocommerce-ordering{margin-top:20px}.products-filter-area .woocommerce-ordering,.products-filter-area p{text-align:center!important}.call-to-action{text-align:center}.call-to-action a{display:table;margin:40px auto 0}}@media (max-width:540px){.partner img{width:200px}.banner2 .banner-content h1,.banner h1{font-size:32px}ul.banner-button li.list-inline-item:not(:last-child){margin-right:0;margin-bottom:15px}.banner2 .banner-cat{margin-bottom:20px}}.woocommerce img.pswp__img,.woocommerce-page img.pswp__img{max-width:none}button.pswp__button{box-shadow:none!important;background-image:url(https://mantrastudio.site/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png)!important}button.pswp__button,button.pswp__button--arrow--left::before,button.pswp__button--arrow--right::before,button.pswp__button:hover{background-color:transparent!important}button.pswp__button--arrow--left,button.pswp__button--arrow--left:hover,button.pswp__button--arrow--right,button.pswp__button--arrow--right:hover{background-image:none!important}button.pswp__button--close:hover{background-position:0 -44px}button.pswp__button--zoom:hover{background-position:-88px 0}/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */.pswp{display:none;position:absolute;width:100%;height:100%;left:0;top:0;overflow:hidden;-ms-touch-action:none;touch-action:none;z-index:1500;-webkit-text-size-adjust:100%;-webkit-backface-visibility:hidden;outline:0}.pswp *{-webkit-box-sizing:border-box;box-sizing:border-box}.pswp img{max-width:none}.admin-bar .pswp{height:calc(100% - 32px);top:32px}@media screen and (max-width:782px){.admin-bar .pswp{height:calc(100% - 46px);top:46px}}.pswp--animate_opacity{opacity:.001;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--open{display:block}.pswp--zoom-allowed .pswp__img{cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.pswp--zoomed-in .pswp__img{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.pswp--dragging .pswp__img{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.pswp__bg{position:absolute;left:0;top:0;width:100%;height:100%;background:#000;opacity:0;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;will-change:opacity}.pswp__scroll-wrap{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden}.pswp__container,.pswp__zoom-wrap{-ms-touch-action:none;touch-action:none;position:absolute;left:0;right:0;top:0;bottom:0}.pswp__container,.pswp__img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.pswp__zoom-wrap{position:absolute;width:100%;-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top;-webkit-transition:-webkit-transform 333ms cubic-bezier(.4,0,.22,1);transition:transform 333ms cubic-bezier(.4,0,.22,1)}.pswp__bg{will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--animated-in .pswp__bg,.pswp--animated-in .pswp__zoom-wrap{-webkit-transition:none;transition:none}.pswp__container,.pswp__zoom-wrap{-webkit-backface-visibility:hidden}.pswp__item{position:absolute;left:0;right:0;top:0;bottom:0;overflow:hidden}.pswp__img{position:absolute;width:auto;height:auto;top:0;left:0}.pswp__img--placeholder{-webkit-backface-visibility:hidden}.pswp__img--placeholder--blank{background:#222}.pswp--ie .pswp__img{width:100%!important;height:auto!important;left:0;top:0}.pswp__error-msg{position:absolute;left:0;top:50%;width:100%;text-align:center;font-size:14px;line-height:16px;margin-top:-8px;color:#ccc}.pswp__error-msg a{color:#ccc;text-decoration:underline}/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */.pswp__button{width:44px;height:44px;position:relative;background:0 0;cursor:pointer;overflow:visible;-webkit-appearance:none;display:block;border:0;padding:0;margin:0;float:left;opacity:.75;-webkit-transition:opacity .2s;transition:opacity .2s;-webkit-box-shadow:none;box-shadow:none}.pswp__button:focus,.pswp__button:hover{opacity:1}.pswp__button:active{outline:0;opacity:.9}.pswp__button::-moz-focus-inner{padding:0;border:0}.pswp__ui--over-close .pswp__button--close{opacity:1}.pswp__button,.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{background:url(https://mantrastudio.site/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png) 0 0 no-repeat;background-size:264px 88px;width:44px;height:44px}@media (-webkit-min-device-pixel-ratio:1.1),(-webkit-min-device-pixel-ratio:1.09375),(min-resolution:105dpi),(min-resolution:1.1dppx){.pswp--svg .pswp__button,.pswp--svg .pswp__button--arrow--left:before,.pswp--svg .pswp__button--arrow--right:before{background-image:url(https://mantrastudio.site/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.svg)}.pswp--svg .pswp__button--arrow--left,.pswp--svg .pswp__button--arrow--right{background:0 0}}.pswp__button--close{background-position:0 -44px}.pswp__button--share{background-position:-44px -44px}.pswp__button--fs{display:none}.pswp--supports-fs .pswp__button--fs{display:block}.pswp--fs .pswp__button--fs{background-position:-44px 0}.pswp__button--zoom{display:none;background-position:-88px 0}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__button--zoom{background-position:-132px 0}.pswp--touch .pswp__button--arrow--left,.pswp--touch .pswp__button--arrow--right{visibility:hidden}.pswp__button--arrow--left,.pswp__button--arrow--right{background:0 0;top:50%;margin-top:-50px;width:70px;height:100px;position:absolute}.pswp__button--arrow--left{left:0}.pswp__button--arrow--right{right:0}.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{content:'';top:35px;background-color:rgba(0,0,0,.3);height:30px;width:32px;position:absolute}.pswp__button--arrow--left:before{left:6px;background-position:-138px -44px}.pswp__button--arrow--right:before{right:6px;background-position:-94px -44px}.pswp__counter,.pswp__share-modal{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pswp__share-modal{display:block;background:rgba(0,0,0,.5);width:100%;height:100%;top:0;left:0;padding:10px;position:absolute;z-index:1600;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;-webkit-backface-visibility:hidden;will-change:opacity}.pswp__share-modal--hidden{display:none}.pswp__share-tooltip{z-index:1620;position:absolute;background:#fff;top:56px;border-radius:2px;display:block;width:auto;right:44px;-webkit-box-shadow:0 2px 5px rgba(0,0,0,.25);box-shadow:0 2px 5px rgba(0,0,0,.25);-webkit-transform:translateY(6px);-ms-transform:translateY(6px);transform:translateY(6px);-webkit-transition:-webkit-transform .25s;transition:transform .25s;-webkit-backface-visibility:hidden;will-change:transform}.pswp__share-tooltip a{display:block;padding:8px 12px;color:#000;text-decoration:none;font-size:14px;line-height:18px}.pswp__share-tooltip a:hover{text-decoration:none;color:#000}.pswp__share-tooltip a:first-child{border-radius:2px 2px 0 0}.pswp__share-tooltip a:last-child{border-radius:0 0 2px 2px}.pswp__share-modal--fade-in{opacity:1}.pswp__share-modal--fade-in .pswp__share-tooltip{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.pswp--touch .pswp__share-tooltip a{padding:16px 12px}a.pswp__share--facebook:before{content:'';display:block;width:0;height:0;position:absolute;top:-12px;right:15px;border:6px solid transparent;border-bottom-color:#fff;-webkit-pointer-events:none;-moz-pointer-events:none;pointer-events:none}a.pswp__share--facebook:hover{background:#3e5c9a;color:#fff}a.pswp__share--facebook:hover:before{border-bottom-color:#3e5c9a}a.pswp__share--twitter:hover{background:#55acee;color:#fff}a.pswp__share--pinterest:hover{background:#ccc;color:#ce272d}a.pswp__share--download:hover{background:#ddd}.pswp__counter{position:relative;left:0;top:0;height:44px;font-size:13px;line-height:44px;color:#fff;opacity:.75;padding:0 10px;margin-inline-end:auto}.pswp__caption{position:absolute;left:0;bottom:0;width:100%;min-height:44px}.pswp__caption small{font-size:11px;color:#bbb}.pswp__caption__center{text-align:left;max-width:420px;margin:0 auto;font-size:13px;padding:10px;line-height:20px;color:#ccc}.pswp__caption--empty{display:none}.pswp__caption--fake{visibility:hidden}.pswp__preloader{width:44px;height:44px;position:absolute;top:0;left:50%;margin-left:-22px;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;will-change:opacity;direction:ltr}.pswp__preloader__icn{width:20px;height:20px;margin:12px}.pswp__preloader--active{opacity:1}.pswp__preloader--active .pswp__preloader__icn{background:url(https://mantrastudio.site/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/preloader.gif) 0 0 no-repeat}.pswp--css_animation .pswp__preloader--active{opacity:1}.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn{-webkit-animation:clockwise .5s linear infinite;animation:clockwise .5s linear infinite}.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut{-webkit-animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite;animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite}.pswp--css_animation .pswp__preloader__icn{background:0 0;opacity:.75;width:14px;height:14px;position:absolute;left:15px;top:15px;margin:0}.pswp--css_animation .pswp__preloader__cut{position:relative;width:7px;height:14px;overflow:hidden}.pswp--css_animation .pswp__preloader__donut{-webkit-box-sizing:border-box;box-sizing:border-box;width:14px;height:14px;border:2px solid #fff;border-radius:50%;border-left-color:transparent;border-bottom-color:transparent;position:absolute;top:0;left:0;background:0 0;margin:0}@media screen and (max-width:1024px){.pswp__preloader{position:relative;left:auto;top:auto;margin:0;float:right}}@-webkit-keyframes clockwise{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes clockwise{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}.pswp__ui{-webkit-font-smoothing:auto;visibility:visible;opacity:1;z-index:1550}.pswp__top-bar{position:absolute;left:0;top:0;height:44px;width:100%;display:flex;justify-content:flex-end}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right,.pswp__caption,.pswp__top-bar{-webkit-backface-visibility:hidden;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right{visibility:visible}.pswp__caption,.pswp__top-bar{background-color:rgba(0,0,0,.5)}.pswp__ui--fit .pswp__caption,.pswp__ui--fit .pswp__top-bar{background-color:rgba(0,0,0,.3)}.pswp__ui--idle .pswp__top-bar{opacity:0}.pswp__ui--idle .pswp__button--arrow--left,.pswp__ui--idle .pswp__button--arrow--right{opacity:0}.pswp__ui--hidden .pswp__button--arrow--left,.pswp__ui--hidden .pswp__button--arrow--right,.pswp__ui--hidden .pswp__caption,.pswp__ui--hidden .pswp__top-bar{opacity:.001}.pswp__ui--one-slide .pswp__button--arrow--left,.pswp__ui--one-slide .pswp__button--arrow--right,.pswp__ui--one-slide .pswp__counter{display:none}.pswp__element--disabled{display:none!important}.pswp--minimal--dark .pswp__top-bar{background:0 0}/*! Hint.css - v2.5.0 - 2017-04-23
* http://kushagragour.in/lab/hint/
* Copyright (c) 2017 Kushagra Gour */

[class*=hint--]{position:relative;display:inline-block}[class*=hint--]:after,[class*=hint--]:before{position:absolute;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);transform:translate3d(0,0,0);visibility:hidden;opacity:0;z-index:1000000;pointer-events:none;-webkit-transition:.3s ease;-moz-transition:.3s ease;transition:.3s ease;-webkit-transition-delay:0s;-moz-transition-delay:0s;transition-delay:0s}[class*=hint--]:hover:after,[class*=hint--]:hover:before{visibility:visible;opacity:1;-webkit-transition-delay:.1s;-moz-transition-delay:.1s;transition-delay:.1s}[class*=hint--]:before{content:'';position:absolute;background:0 0;border:6px solid transparent;z-index:1000001}[class*=hint--]:after{background:#383838;color:#fff;padding:8px 10px;font-size:12px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;line-height:12px;white-space:nowrap;text-shadow:0 -1px 0 #000;box-shadow:4px 4px 8px rgba(0,0,0,.3)}[class*=hint--][aria-label]:after{content:attr(aria-label)}[class*=hint--][data-hint]:after{content:attr(data-hint)}[aria-label='']:after,[aria-label='']:before,[data-hint='']:after,[data-hint='']:before{display:none!important}.hint--top-left:before,.hint--top-right:before,.hint--top:before{border-top-color:#383838}.hint--bottom-left:before,.hint--bottom-right:before,.hint--bottom:before{border-bottom-color:#383838}.hint--top:after,.hint--top:before{bottom:100%;left:50%}.hint--top:before{margin-bottom:-11px;left:calc(50% - 6px)}.hint--top:after{-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);transform:translateX(-50%)}.hint--top:hover:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--top:hover:after{-webkit-transform:translateX(-50%) translateY(-8px);-moz-transform:translateX(-50%) translateY(-8px);transform:translateX(-50%) translateY(-8px)}.hint--bottom:after,.hint--bottom:before{top:100%;left:50%}.hint--bottom:before{margin-top:-11px;left:calc(50% - 6px)}.hint--bottom:after{-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);transform:translateX(-50%)}.hint--bottom:hover:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--bottom:hover:after{-webkit-transform:translateX(-50%) translateY(8px);-moz-transform:translateX(-50%) translateY(8px);transform:translateX(-50%) translateY(8px)}.hint--right:before{border-right-color:#383838;margin-left:-11px;margin-bottom:-6px}.hint--right:after{margin-bottom:-14px}.hint--right:after,.hint--right:before{left:100%;bottom:50%}.hint--right:hover:after,.hint--right:hover:before{-webkit-transform:translateX(8px);-moz-transform:translateX(8px);transform:translateX(8px)}.hint--left:before{border-left-color:#383838;margin-right:-11px;margin-bottom:-6px}.hint--left:after{margin-bottom:-14px}.hint--left:after,.hint--left:before{right:100%;bottom:50%}.hint--left:hover:after,.hint--left:hover:before{-webkit-transform:translateX(-8px);-moz-transform:translateX(-8px);transform:translateX(-8px)}.hint--top-left:after,.hint--top-left:before{bottom:100%;left:50%}.hint--top-left:before{margin-bottom:-11px;left:calc(50% - 6px)}.hint--top-left:after{-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);transform:translateX(-100%);margin-left:12px}.hint--top-left:hover:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--top-left:hover:after{-webkit-transform:translateX(-100%) translateY(-8px);-moz-transform:translateX(-100%) translateY(-8px);transform:translateX(-100%) translateY(-8px)}.hint--top-right:after,.hint--top-right:before{bottom:100%;left:50%}.hint--top-right:before{margin-bottom:-11px;left:calc(50% - 6px)}.hint--top-right:after{-webkit-transform:translateX(0);-moz-transform:translateX(0);transform:translateX(0);margin-left:-12px}.hint--top-right:hover:after,.hint--top-right:hover:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--bottom-left:after,.hint--bottom-left:before{top:100%;left:50%}.hint--bottom-left:before{margin-top:-11px;left:calc(50% - 6px)}.hint--bottom-left:after{-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);transform:translateX(-100%);margin-left:12px}.hint--bottom-left:hover:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--bottom-left:hover:after{-webkit-transform:translateX(-100%) translateY(8px);-moz-transform:translateX(-100%) translateY(8px);transform:translateX(-100%) translateY(8px)}.hint--bottom-right:after,.hint--bottom-right:before{top:100%;left:50%}.hint--bottom-right:before{margin-top:-11px;left:calc(50% - 6px)}.hint--bottom-right:after{-webkit-transform:translateX(0);-moz-transform:translateX(0);transform:translateX(0);margin-left:-12px}.hint--bottom-right:hover:after,.hint--bottom-right:hover:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--large:after,.hint--medium:after,.hint--small:after{white-space:normal;line-height:1.4em;word-wrap:break-word}.hint--small:after{width:80px}.hint--medium:after{width:150px}.hint--large:after{width:300px}.hint--error:after{background-color:#b34e4d;text-shadow:0 -1px 0 #592726}.hint--error.hint--top-left:before,.hint--error.hint--top-right:before,.hint--error.hint--top:before{border-top-color:#b34e4d}.hint--error.hint--bottom-left:before,.hint--error.hint--bottom-right:before,.hint--error.hint--bottom:before{border-bottom-color:#b34e4d}.hint--error.hint--left:before{border-left-color:#b34e4d}.hint--error.hint--right:before{border-right-color:#b34e4d}.hint--warning:after{background-color:#c09854;text-shadow:0 -1px 0 #6c5328}.hint--warning.hint--top-left:before,.hint--warning.hint--top-right:before,.hint--warning.hint--top:before{border-top-color:#c09854}.hint--warning.hint--bottom-left:before,.hint--warning.hint--bottom-right:before,.hint--warning.hint--bottom:before{border-bottom-color:#c09854}.hint--warning.hint--left:before{border-left-color:#c09854}.hint--warning.hint--right:before{border-right-color:#c09854}.hint--info:after{background-color:#3986ac;text-shadow:0 -1px 0 #1a3c4d}.hint--info.hint--top-left:before,.hint--info.hint--top-right:before,.hint--info.hint--top:before{border-top-color:#3986ac}.hint--info.hint--bottom-left:before,.hint--info.hint--bottom-right:before,.hint--info.hint--bottom:before{border-bottom-color:#3986ac}.hint--info.hint--left:before{border-left-color:#3986ac}.hint--info.hint--right:before{border-right-color:#3986ac}.hint--success:after{background-color:#458746;text-shadow:0 -1px 0 #1a321a}.hint--success.hint--top-left:before,.hint--success.hint--top-right:before,.hint--success.hint--top:before{border-top-color:#458746}.hint--success.hint--bottom-left:before,.hint--success.hint--bottom-right:before,.hint--success.hint--bottom:before{border-bottom-color:#458746}.hint--success.hint--left:before{border-left-color:#458746}.hint--success.hint--right:before{border-right-color:#458746}.hint--always:after,.hint--always:before{opacity:1;visibility:visible}.hint--always.hint--top:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--always.hint--top:after{-webkit-transform:translateX(-50%) translateY(-8px);-moz-transform:translateX(-50%) translateY(-8px);transform:translateX(-50%) translateY(-8px)}.hint--always.hint--top-left:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--always.hint--top-left:after{-webkit-transform:translateX(-100%) translateY(-8px);-moz-transform:translateX(-100%) translateY(-8px);transform:translateX(-100%) translateY(-8px)}.hint--always.hint--top-right:after,.hint--always.hint--top-right:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--always.hint--bottom:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--always.hint--bottom:after{-webkit-transform:translateX(-50%) translateY(8px);-moz-transform:translateX(-50%) translateY(8px);transform:translateX(-50%) translateY(8px)}.hint--always.hint--bottom-left:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--always.hint--bottom-left:after{-webkit-transform:translateX(-100%) translateY(8px);-moz-transform:translateX(-100%) translateY(8px);transform:translateX(-100%) translateY(8px)}.hint--always.hint--bottom-right:after,.hint--always.hint--bottom-right:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--always.hint--left:after,.hint--always.hint--left:before{-webkit-transform:translateX(-8px);-moz-transform:translateX(-8px);transform:translateX(-8px)}.hint--always.hint--right:after,.hint--always.hint--right:before{-webkit-transform:translateX(8px);-moz-transform:translateX(8px);transform:translateX(8px)}.hint--rounded:after{border-radius:4px}.hint--no-animate:after,.hint--no-animate:before{-webkit-transition-duration:0s;-moz-transition-duration:0s;transition-duration:0s}.hint--bounce:after,.hint--bounce:before{-webkit-transition:opacity .3s ease,visibility .3s ease,-webkit-transform .3s cubic-bezier(.71,1.7,.77,1.24);-moz-transition:opacity .3s ease,visibility .3s ease,-moz-transform .3s cubic-bezier(.71,1.7,.77,1.24);transition:opacity .3s ease,visibility .3s ease,transform .3s cubic-bezier(.71,1.7,.77,1.24)}@font-face{font-family:'woofc';src:url(https://mantrastudio.site/wp-content/plugins/woo-fly-cart/assets/css/../fonts/woofc.eot);src:url(https://mantrastudio.site/wp-content/plugins/woo-fly-cart/assets/css/../fonts/woofc.eot#iefix) format('embedded-opentype'),url(https://mantrastudio.site/wp-content/plugins/woo-fly-cart/assets/css/../fonts/woofc.ttf) format('truetype'),url(https://mantrastudio.site/wp-content/plugins/woo-fly-cart/assets/css/../fonts/woofc.woff) format('woff'),url(https://mantrastudio.site/wp-content/plugins/woo-fly-cart/assets/css/../fonts/woofc.svg#woofc) format('svg');font-weight:400;font-style:normal;font-display:swap}[class^="woofc-icon-"],[class*=" woofc-icon-"]{font-family:'woofc'!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.woofc-icon-loading:before{content:"\e90c"}.woofc-icon-cart11:before{content:"\e903"}.woofc-icon-cart12:before{content:"\e904"}.woofc-icon-cart13:before{content:"\e905"}.woofc-icon-cart14:before{content:"\e906"}.woofc-icon-cart15:before{content:"\e907"}.woofc-icon-cart16:before{content:"\e908"}.woofc-icon-loading1:before{content:"\f01e"}.woofc-icon-loading2:before{content:"\f021"}.woofc-icon-icon1:before{content:"\f06b"}.woofc-icon-loading8:before{content:"\f110"}.woofc-icon-loading3:before{content:"\e97a"}.woofc-icon-loading4:before{content:"\e97b"}.woofc-icon-loading5:before{content:"\e97e"}.woofc-icon-loading6:before{content:"\e97f"}.woofc-icon-loading7:before{content:"\e981"}.woofc-icon-loading9:before{content:"\e982"}.woofc-icon-loading10:before{content:"\e983"}.woofc-icon-loading11:before{content:"\e984"}.woofc-icon-icon2:before{content:"\e99f"}.woofc-icon-cart1:before{content:"\e900"}.woofc-icon-loading12:before{content:"\e90f"}.woofc-icon-loading13:before{content:"\e910"}.woofc-icon-cart2:before{content:"\e901"}.woofc-icon-shopping-bag:before{content:"\e911"}.woofc-icon-cart3:before{content:"\e902"}.woofc-icon-cart4:before{content:"\e909"}.woofc-icon-cart5:before{content:"\e854"}.woofc-icon-loading14:before{content:"\e863"}.woofc-icon-icon3:before{content:"\e5cd"}.woofc-icon-icon4:before{content:"\e313"}.woofc-icon-icon5:before{content:"\e314"}.woofc-icon-icon6:before{content:"\e315"}.woofc-icon-icon7:before{content:"\e316"}.woofc-icon-cart6:before{content:"\e8cc"}.woofc-icon-cart7:before{content:"\e8cb"}.woofc-icon-loading15:before{content:"\e058"}.woofc-icon-loading16:before{content:"\e080"}.woofc-icon-cart8:before{content:"\e106"}.woofc-icon-icon8:before{content:"\e114"}.woofc-icon-icon9:before{content:"\e115"}.woofc-icon-icon10:before{content:"\e117"}.woofc-icon-cart9:before{content:"\e90a"}.woofc-icon-cart10:before{content:"\e90b"}.woofc-icon-loading17:before{content:"\e912"}@keyframes woofc-spinner{to{transform:rotate(360deg)}}@-webkit-keyframes woofc-spinner{to{-webkit-transform:rotate(360deg)}}@keyframes woofc-shake{10%,90%{transform:translate3d(-1px,0,0)}20%,80%{transform:translate3d(2px,0,0)}30%,50%,70%{transform:translate3d(-4px,0,0)}40%,60%{transform:translate3d(4px,0,0)}}.woofc-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgb(0 0 0 / .7);-webkit-transition:opacity 0.3s;transition:opacity 0.3s;z-index:99999998;opacity:0;visibility:hidden}.woofc-area{font-size:14px;padding:0;height:100%;max-height:100%;z-index:99999999;opacity:0;visibility:hidden;position:fixed}.woofc-area.woofc-slide-no{-webkit-transition:none!important;-moz-transition:none!important;-ms-transition:none!important;-o-transition:none!important;transition:none!important}.woofc-area>div{align-self:stretch}.woofc-area *{box-sizing:border-box}.woofc-area .woofc-item-data dl,.woofc-area .woofc-item-data p{margin:0}.woofc-area .woofc-inner{width:100%;height:auto;position:fixed;display:flex;flex-direction:column}.woofc-area .woofc-area-bot .woofc-data .woofc-data-right,.woofc-area .woofc-area-bot .woofc-total .woofc-total-right{margin-left:10px;font-weight:700}.woofc-area .woofc-area-bot .woofc-data .woofc-data-right *,.woofc-area .woofc-area-bot .woofc-total .woofc-total-right *{font-size:inherit;font-weight:inherit;color:inherit}.woofc-area.woofc-rounded-yes.woofc-position-01,.woofc-area.woofc-rounded-yes.woofc-position-02{padding:20px}.woofc-area.woofc-rounded-yes.woofc-position-01 .woofc-inner,.woofc-area.woofc-rounded-yes.woofc-position-02 .woofc-inner{position:relative}.woofc-area.woofc-rounded-yes.woofc-position-03 .woofc-inner{border-radius:0 0 4px 4px}.woofc-area.woofc-rounded-yes.woofc-position-04 .woofc-inner{border-radius:4px 4px 0 0}.woofc-area.woofc-rounded-yes .woofc-inner{border-radius:4px;overflow:hidden}.woofc-area.woofc-rounded-yes .woofc-inner .woofc-area-mid .woofc-undo .woofc-undo-inner,.woofc-area.woofc-rounded-yes .woofc-inner .woofc-area-mid .woofc-notices .woocommerce-message{border-radius:4px}.woofc-area.woofc-rounded-yes .woofc-inner .woofc-area-mid .woofc-item .woofc-item-inner{border-radius:4px}.woofc-area.woofc-rounded-yes .woofc-inner .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-thumb img{border-radius:4px}.woofc-area.woofc-rounded-yes .woofc-inner .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-minus{border-radius:4px 0 0 4px}.woofc-area.woofc-rounded-yes .woofc-inner .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-plus{border-radius:0 4px 4px 0}.woofc-area.woofc-rounded-yes .woofc-inner .woofc-area-bot .woofc-action .woofc-action-inner>div a{border-radius:4px}.woofc-area.woofc-rounded-yes .woofc-inner .woofc-area-bot .woofc-suggested .woofc-suggested-product-image img,.woofc-area.woofc-rounded-yes .woofc-inner .woofc-area-bot .woofc-suggested .woofc-suggested-product-atc .button{border-radius:4px}body.woofc-show .woofc-overlay,body.woofc-show .woofc-area{opacity:1;visibility:visible}.woofc-hide{display:none!important}.woofc-area .woofc-item-save{display:block;margin-top:5px}.woofc-area .woofc-save-for-later{padding:0 20px;margin-top:15px}.woofc-area .woofc-save-for-later,.woofc-area .woofc-save-for-later a{color:#fff}.woofc-save-for-later .woosl-heading{text-align:center;margin-bottom:10px}.woofc-save-for-later .woosl-heading{overflow:hidden}.woofc-save-for-later .woosl-heading span{position:relative}.woofc-save-for-later .woosl-heading span:before{content:"";width:1000px;height:1px;background-color:rgb(255 255 255 / .5);display:block;position:absolute;top:50%;left:-10px;transform:translateX(-100%)}.woofc-save-for-later .woosl-heading span:after{content:"";width:1000px;height:1px;background-color:rgb(255 255 255 / .5);display:block;position:absolute;top:50%;left:auto;right:-10px;transform:translateX(100%)}.woofc-area.woofc-style-02 .woofc-save-for-later .woosl-heading span:before,.woofc-area.woofc-style-02 .woofc-save-for-later .woosl-heading span:after,.woofc-area.woofc-style-04 .woofc-save-for-later .woosl-heading span:before,.woofc-area.woofc-style-04 .woofc-save-for-later .woosl-heading span:after{background-color:rgb(0 0 0 / .5)}.woofc-area .woofc-save-for-later .woosl-product{display:flex!important;align-items:center;outline:none;margin-left:-5px;margin-right:-5px}.woofc-area .woofc-save-for-later .woosl-product-image{width:100px;flex:0 0 100px;margin:0 5px}.woofc-area .woofc-save-for-later .woosl-product-info{flex-grow:1;margin:0 5px}.woofc-area .woofc-save-for-later .woosl-product-name{font-weight:700}.woofc-area .woofc-save-for-later .woosl-product-image img{width:100%;height:auto;border-radius:0}.woofc-area .woofc-save-for-later .woosl-product-price{opacity:.5}.woofc-area .woofc-save-for-later .woosl-product-price *{color:inherit;font-size:inherit;font-weight:inherit}.woofc-area .woofc-save-for-later .woosl-product-atc .add_to_cart_inline{margin:0!important;padding:0!important;border:none!important;font-size:0}.woofc-area .woofc-save-for-later .woosl-product-atc .add_to_cart_inline del,.woofc-area .woofc-save-for-later .woosl-product-atc .add_to_cart_inline ins,.woofc-area .woofc-save-for-later .woosl-product-atc .add_to_cart_inline .price,.woofc-area .woofc-save-for-later .woosl-product-atc .add_to_cart_inline .amount{display:none}.woofc-area .woofc-save-for-later .woosl-product-atc .button{margin-top:5px;font-size:12px;height:32px;line-height:30px;padding:0 15px;background-color:#fff;color:#222;border:1px solid #fff;text-transform:uppercase;font-weight:400;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s}.woofc-area .woofc-save-for-later .woosl-product-atc .button:hover{color:#fff;background-color:#fff0}.woofc-area.woofc-style-02 .woofc-save-for-later,.woofc-area.woofc-style-04 .woofc-save-for-later{color:#222}.woofc-area.woofc-style-02 .woofc-save-for-later a,.woofc-area.woofc-style-04 .woofc-save-for-later a{color:#222}.woofc-area.woofc-style-02 .woofc-save-for-later .woosl-product-atc .button,.woofc-area.woofc-style-04 .woofc-save-for-later .woosl-product-atc .button{color:#222;border:1px solid #eee;background-color:#eee}.woofc-area.woofc-style-02 .woofc-save-for-later .woosl-product-atc .button:hover,.woofc-area.woofc-style-04 .woofc-save-for-later .woosl-product-atc .button:hover{color:#222;border:1px solid #222;background-color:#fff0}.woofc-area .woofc-upsell-funnel{padding:0 20px;margin-top:15px}.woofc-area .woofc-upsell-funnel .wpcuf-uf-wrap .wpcuf-uf-header{text-align:center;overflow:hidden}.woofc-area .woofc-upsell-funnel .wpcuf-uf-wrap .wpcuf-uf-header .wpcuf-uf-heading{font-size:inherit;font-weight:inherit;position:relative;display:inline}.woofc-area .woofc-upsell-funnel .wpcuf-uf-wrap .wpcuf-uf-header .wpcuf-uf-heading:before{content:"";width:1000px;height:1px;background-color:rgb(255 255 255 / .5);display:block;position:absolute;top:50%;left:-10px;transform:translateX(-100%)}.woofc-area .woofc-upsell-funnel .wpcuf-uf-wrap .wpcuf-uf-header .wpcuf-uf-heading:after{content:"";width:1000px;height:1px;background-color:rgb(255 255 255 / .5);display:block;position:absolute;top:50%;left:auto;right:-10px;transform:translateX(100%)}.woofc-area.woofc-style-02 .woofc-upsell-funnel .wpcuf-uf-wrap .wpcuf-uf-header .wpcuf-uf-heading:before,.woofc-area.woofc-style-02 .woofc-upsell-funnel .wpcuf-uf-wrap .wpcuf-uf-header .wpcuf-uf-heading:after,.woofc-area.woofc-style-04 .woofc-upsell-funnel .wpcuf-uf-wrap .wpcuf-uf-header .wpcuf-uf-heading:before,.woofc-area.woofc-style-04 .woofc-upsell-funnel .wpcuf-uf-wrap .wpcuf-uf-header .wpcuf-uf-heading:after{background-color:rgb(0 0 0 / .5)}.woofc-upsell-funnel .wpcuf-uf-wrap .wpcuf-uf-products.slick-initialized{display:block}.woofc-upsell-funnel .wpcuf-uf-wrap .wpcuf-uf-products.slick-initialized .wpcuf-uf-product{display:flex;flex-direction:row;align-items:center;text-align:start}.woofc-upsell-funnel .wpcuf-uf-wrap .wpcuf-uf-products.slick-initialized .wpcuf-uf-product .wpcuf-uf-product-image{width:100px;flex:0 0 100px;margin:0 5px}.woofc-upsell-funnel .wpcuf-uf-wrap .wpcuf-uf-products.slick-initialized .wpcuf-uf-product .wpcuf-uf-product-info{flex-grow:1;margin:0 5px}.woofc-area .woofc-suggested{padding:0 20px;margin-top:15px;color:#fff}.woofc-area .woofc-suggested .woofc-suggested-products-slick{display:none}.woofc-area .woofc-suggested .woofc-suggested-products-slick.slick-initialized{display:block}.woofc-suggested-products:not(.woofc-suggested-products-slick) .woofc-suggested-product{margin-bottom:10px}.woofc-suggested-products:not(.woofc-suggested-products-slick) .woofc-suggested-product:last-child{margin-bottom:0}.woofc-area .woofc-suggested a{color:#fff;outline:none}.woofc-area .woofc-suggested-heading{text-align:center;margin-bottom:10px;overflow:hidden}.woofc-area .woofc-suggested-heading span{position:relative}.woofc-area .woofc-suggested-heading span:before{content:"";width:1000px;height:1px;background-color:rgb(255 255 255 / .5);display:block;position:absolute;top:50%;left:-10px;transform:translateX(-100%)}.woofc-area .woofc-suggested-heading span:after{content:"";width:1000px;height:1px;background-color:rgb(255 255 255 / .5);display:block;position:absolute;top:50%;left:auto;right:-10px;transform:translateX(100%)}.woofc-area.woofc-style-02 .woofc-suggested-heading span:before,.woofc-area.woofc-style-02 .woofc-suggested-heading span:after,.woofc-area.woofc-style-04 .woofc-suggested-heading span:before,.woofc-area.woofc-style-04 .woofc-suggested-heading span:after{background-color:rgb(0 0 0 / .5)}.woofc-area .woofc-suggested .woofc-suggested-product{display:flex!important;align-items:center;outline:none;margin-left:-5px;margin-right:-5px}.woofc-area .woofc-suggested .woofc-suggested-product-image{width:100px;flex:0 0 100px;margin:0 5px}.woofc-area .woofc-suggested .woofc-suggested-product-info{flex-grow:1;margin:0 5px}.woofc-area .woofc-suggested .woofc-suggested-product-name{font-weight:700}.woofc-area .woofc-suggested .woofc-suggested-product-image img{width:100%;height:auto;border-radius:0}.woofc-area .woofc-suggested .woofc-suggested-product-price{opacity:.5}.woofc-area .woofc-suggested .woofc-suggested-product-price *{color:inherit;font-size:inherit;font-weight:inherit}.woofc-area .woofc-suggested .woofc-suggested-product-atc .add_to_cart_inline{margin:0!important;padding:0!important;border:none!important;font-size:0}.woofc-area .woofc-suggested .woofc-suggested-product-atc .add_to_cart_inline del,.woofc-area .woofc-suggested .woofc-suggested-product-atc .add_to_cart_inline ins,.woofc-area .woofc-suggested .woofc-suggested-product-atc .add_to_cart_inline .price,.woofc-area .woofc-suggested .woofc-suggested-product-atc .add_to_cart_inline .amount{display:none}.woofc-area .woofc-suggested .woofc-suggested-product-atc .button{margin-top:5px;font-size:12px;height:32px;line-height:30px;padding:0 15px;background-color:#fff;color:#222;border:1px solid #fff;text-transform:uppercase;font-weight:400;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s}.woofc-area .woofc-suggested .woofc-suggested-product-atc .button:hover{color:#fff;background-color:#fff0}.woofc-area.woofc-style-02 .woofc-suggested,.woofc-area.woofc-style-04 .woofc-suggested{color:#222}.woofc-area.woofc-style-02 .woofc-suggested a,.woofc-area.woofc-style-04 .woofc-suggested a{color:#222}.woofc-area.woofc-style-02 .woofc-suggested .woofc-suggested-product-atc .button,.woofc-area.woofc-style-04 .woofc-suggested .woofc-suggested-product-atc .button{color:#222;border:1px solid #eee;background-color:#eee}.woofc-area.woofc-style-02 .woofc-suggested .woofc-suggested-product-atc .button:hover,.woofc-area.woofc-style-04 .woofc-suggested .woofc-suggested-product-atc .button:hover{color:#222;border:1px solid #222;background-color:#fff0}.woofc-area .slick-dots{list-style:none;text-align:center;margin:0;padding:0}.woofc-area .slick-dots li{display:inline-block;margin:0 5px;font-size:0}.woofc-area .slick-dots li button{width:8px;height:8px;border-radius:4px;padding:0;font-size:0;line-height:0;border:none;background-color:rgb(255 255 255 / .5);outline:none;overflow:hidden}.woofc-area .slick-dots li.slick-active button{background-color:#fff}.woofc-area.woofc-style-02 .slick-dots li button,.woofc-area.woofc-style-04 .slick-dots li button{background-color:#eee}.woofc-area.woofc-style-02 .slick-dots li.slick-active button,.woofc-area.woofc-style-04 .slick-dots li.slick-active button{background-color:#222}.woofc-shipping{cursor:pointer;text-decoration:underline}.woofc-shipping:after{content:"✎";margin-left:10px;text-decoration:none}.woofc-shipping.woofc-shipping-open:after{content:"↑"}.woofc-shipping-area{color:#fff;padding:0 20px;height:0;max-height:0;overflow:hidden;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s}.woofc-shipping-area.woofc-shipping-area-open{height:auto;max-height:600px}.woofc-shipping-inner{padding:20px;margin:10px 0;background-color:rgb(255 255 255 / .1)}.woofc-shipping-area .woocommerce-shipping-calculator .shipping-calculator-form p{margin-bottom:0}.woofc-shipping-area .woocommerce-shipping-calculator .shipping-calculator-form p.form-row{margin-bottom:10px}.woofc-shipping-area .woocommerce-shipping-calculator [type=submit]{display:block;width:100%}.woofc-shipping-area .woocommerce-shipping-calculator input,.woofc-shipping-area .woocommerce-shipping-calculator select,.woofc-shipping-area .woocommerce-shipping-calculator button{border-radius:0;border:none;color:#222;background-color:#fff;padding-left:15px;padding-right:15px}.woofc-area .shipping-calculator-form{display:block!important}.woofc-area .shipping-calculator-button{display:none!important}.woofc-shipping-destination{margin-bottom:10px}.woofc-shipping-methods{list-style:none;padding:0;margin:0}.woofc-shipping-methods label{cursor:pointer;display:flex;align-items:center}.woofc-shipping-methods label>span{margin-left:5px}.woofc-shipping-method{vertical-align:baseline;margin-right:5px}.woofc-area .wpcfb-wrap{display:block;width:100%}.woofc-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .quantity{width:auto!important;min-width:0!important;margin:0!important}.woofc-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .quantity input{margin:0!important}.woofc-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .plus,.woofc-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .minus,.woofc-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .increase,.woofc-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .decrease{display:none!important}.woofc-area .woofc-inner.woofc-inner-loading:before{content:"\e90c";font-family:"woofc";font-size:24px;-webkit-font-smoothing:antialiased;text-align:center;line-height:24px;color:#fff;display:block;width:24px;height:24px;margin-top:-12px;margin-left:-12px;position:absolute;vertical-align:baseline;top:50%;left:50%;z-index:97;-webkit-animation:woofc-spinner 1s linear infinite;-moz-animation:woofc-spinner 1s linear infinite;-ms-animation:woofc-spinner 1s linear infinite;-o-animation:woofc-spinner 1s linear infinite;animation:woofc-spinner 1s linear infinite}.woofc-area .woofc-inner.woofc-inner-loading:after{content:"";width:100%;height:100%;background-color:rgb(0 0 0 / .7);position:absolute;top:0;left:0}.woofc-area .woofc-area-mid .woofc-item.woofc-item-has-not-remove .woofc-item-remove{display:none!important}.woofc-checkout-area{background-color:#ffffff!important;background-image:none!important}.woofc-checkout-area:after{display:none!important}.woofc-checkout-area.woofc-inner-loading:before{color:#222222!important}.woofc-checkout-area.woofc-inner-loading:after{background-color:rgb(255 255 255 / .7)!important}.woofc-checkout-area .woofc-area-mid{margin-bottom:0!important}.woofc-area form.checkout{display:flex;flex-direction:column}.woofc-area form.checkout>*,.woofc-area form.checkout .row>*{width:100%!important;max-width:100%!important;float:none!important;margin-left:0!important;margin-right:0!important;flex:0 0 auto!important}.woofc-checkout-form{padding-left:20px;padding-right:20px}.woofc-checkout-area .woofc-area-top{padding:0 60px!important}.woofc-checkout-area .woofc-area-top,.woofc-checkout-area .woofc-area-top .woofc-back,.woofc-checkout-area .woofc-area-top .woofc-close{color:#222222!important}.woofc-checkout-area .woofc-area-top .woofc-back{position:absolute;top:50%;left:20px;display:block;cursor:pointer;font-size:20px;color:#fff;text-align:center;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.woofc-area .woofc-area-mid .woofc-undo{padding:0 20px;margin:0 0 10px 0}.woofc-area .woofc-area-mid .woofc-undo .woofc-undo-inner{padding:10px 15px;color:#fff;background-color:#fff0;background:none;border-width:1px;border-style:dashed;border-color:#fff;display:flex;justify-content:space-between}.woofc-area .woofc-area-mid .woofc-undo .woofc-undo-inner a{color:#fff;outline:none}.woofc-area .woofc-area-mid .woofc-notices{padding:0 20px;margin:0 0 10px 0}.woofc-area .woofc-area-mid .woofc-notices .woocommerce-message,.woofc-area .woofc-area-mid .woofc-notices .woocommerce-info,.woofc-area .woofc-area-mid .woofc-notices .woocommerce-error{margin:0;padding:10px 15px 10px 40px;border-radius:0;background-color:#fff0;background:none;border-width:1px;border-style:dashed;border-color:#fff;color:#fff}.woofc-area .woofc-area-mid .woofc-notices .woocommerce-message:before,.woofc-area .woofc-area-mid .woofc-notices .woocommerce-info:before,.woofc-area .woofc-area-mid .woofc-notices .woocommerce-error:before{position:absolute;top:10px;left:15px}body.rtl .woofc-area .woofc-area-mid .woofc-notices .woocommerce-message,body.rtl .woofc-area .woofc-area-mid .woofc-notices .woocommerce-info,body.rtl .woofc-area .woofc-area-mid .woofc-notices .woocommerce-error{padding:10px 40px 10px 15px}body.rtl .woofc-area .woofc-area-mid .woofc-notices .woocommerce-message:before,body.rtl .woofc-area .woofc-area-mid .woofc-notices .woocommerce-info:before,body.rtl .woofc-area .woofc-area-mid .woofc-notices .woocommerce-error:before{left:auto;right:15px}.woofc-area.woofc-position-01{position:fixed;top:0;left:100%;width:100%;max-width:460px;box-sizing:border-box;text-align:start;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0);-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s}.woofc-area.woofc-position-01 .woofc-inner{height:100%;max-height:100%}.woofc-show .woofc-area.woofc-position-01,.woofc-area.woofc-position-01.woofc-slide-no{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.woofc-area.woofc-position-02{position:fixed;top:0;left:0;width:100%;max-width:460px;box-sizing:border-box;text-align:start;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s}.woofc-area.woofc-position-02 .woofc-inner{height:100%;max-height:100%}.woofc-show .woofc-area.woofc-position-02,.woofc-area.woofc-position-02.woofc-slide-no{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.woofc-area.woofc-position-03{position:fixed;top:-100%;left:50%;width:100%;max-width:460px;box-sizing:border-box;text-align:start;-webkit-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0);-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0}.woofc-area.woofc-position-03 .woofc-inner{max-height:80%}.woofc-show .woofc-area.woofc-position-03,.woofc-area.woofc-position-03.woofc-slide-no{top:0}.woofc-area.woofc-position-04{position:fixed;bottom:-100%;left:50%;width:100%;max-width:460px;box-sizing:border-box;text-align:start;-webkit-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0);-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0}.woofc-area.woofc-position-04 .woofc-inner{max-height:80%;bottom:0}.woofc-show .woofc-area.woofc-position-04,.woofc-area.woofc-position-04.woofc-slide-no{bottom:0}.woofc-area.woofc-position-05{position:fixed;left:50%;top:0;width:100%;max-width:460px;box-sizing:border-box;text-align:start;-webkit-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0);border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s}.woofc-area.woofc-position-05 .woofc-inner{max-height:80%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.woofc-show .woofc-area.woofc-position-05,.woofc-area.woofc-position-05.woofc-slide-no{top:50%}.woofc-area.woofc-style-01 .woofc-inner{background-color:#cc6055}.woofc-area.woofc-style-01 .woofc-area-top{height:48px;line-height:48px;padding:0 60px 0 20px;position:relative;text-transform:uppercase;color:#fff;font-weight:700;background-color:rgb(0 0 0 / .2)}.woofc-area.woofc-style-01 .woofc-area-top .woofc-area-heading{display:block;width:100%;height:100%;overflow:hidden}.woofc-area.woofc-style-01 .woofc-area-top .woofc-close{position:absolute;top:50%;right:20px;display:block;cursor:pointer;font-size:20px;color:#fff;text-align:center;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.woofc-area.woofc-style-01 .woofc-area-mid{flex-grow:1;position:relative;margin:0 0 20px 0;padding:20px 0 0 0;overflow-x:hidden;overflow-y:auto}.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item{padding:0 20px;margin:10px 0 0 0}.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item:first-child{margin:0}.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item a{text-decoration:none;outline:none}.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner{padding:10px 5px;display:flex;align-items:center;justify-content:space-between;width:100%;background-color:#fff;margin:0;box-sizing:border-box;position:relative;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0}.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner>div{margin:0 5px}.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-thumb{width:80px;flex:0 0 80px}.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-thumb img{width:100%;height:auto;float:left;margin:0;padding:0;box-shadow:none;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0}.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info{flex-grow:1}.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-title{display:block;font-size:14px;font-weight:700;margin-bottom:5px;line-height:1.2;color:#222}.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-title a{text-decoration:none;color:#222}.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-data{font-size:12px;font-weight:400;line-height:1.2;margin-bottom:5px;display:block;white-space:pre-line}.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-data span{text-transform:capitalize}.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-price{display:block;font-size:12px;font-weight:400;line-height:1}.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-price del{color:#999}.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-price ins{background:none}.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-price span{font-size:12px!important;font-weight:400!important}.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty a{height:30px;line-height:30px;text-align:center;font-size:12px;font-weight:400;color:#444;background-color:#eee;display:inline-block;padding:0 10px;text-decoration:none}.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner{position:relative;text-align:center;display:flex}.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner input{width:30px;height:30px;line-height:30px;min-height:0;padding:0;margin:0;text-align:center;border:none;outline:none;display:block;color:#444;background-color:#eee;-moz-appearance:textfield;box-shadow:none;font-size:12px;font-weight:400}.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner input:focus{font-size:12px}.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner input::-webkit-outer-spin-button,.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-plus,.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-minus,.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-individual{width:30px;height:30px;line-height:30px;text-align:center;color:#444;background-color:#eee;font-size:12px;font-weight:400;display:block;cursor:pointer;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s}.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-plus:hover,.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-minus:hover,.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-individual:hover{background-color:#ddd}.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-plus,.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-minus,.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner input{border-radius:0;-moz-border-radius:0;-webkit-border-radius:0}.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-remove,.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-special{opacity:0;visibility:hidden;position:absolute;top:50%;right:0;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0);display:block;width:20px;height:20px;line-height:20px;color:#fff;font-size:14px;font-weight:400;text-align:center;outline:none;text-decoration:none;border:none;cursor:pointer;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s}.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-remove span,.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-special span{width:20px;height:20px;line-height:20px;text-align:center;display:inline-block}.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item.woofc-item-has-remove:hover .woofc-item-inner{-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item:hover .woofc-item-inner .woofc-item-remove,.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item:hover .woofc-item-inner .woofc-item-special{opacity:1;visibility:visible;-webkit-transform:translate3d(30px,-50%,0);transform:translate3d(30px,-50%,0)}.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item.woofc-item-removing{opacity:.5}.woofc-area.woofc-style-01 .woofc-area-bot{padding-bottom:20px}.woofc-area.woofc-style-01 .woofc-area-bot .woofc-coupon{padding:0 20px;margin:0;color:#fff}.woofc-area.woofc-style-01 .woofc-area-bot .woofc-coupon .woofc-coupon-input{display:flex;justify-content:space-between;padding:0 0 10px 0}.woofc-area.woofc-style-01 .woofc-area-bot .woofc-coupon .woofc-coupon-input .woofc-coupon-code{flex-grow:1;background-color:#fff0;box-shadow:none;border-width:0 0 1px 0;border-style:solid;border-color:rgb(255 255 255 / .5);padding:0;color:#fff;height:34px;min-height:34px;line-height:34px;border-radius:0}.woofc-area.woofc-style-01 .woofc-area-bot .woofc-coupon .woofc-coupon-input .woofc-coupon-code::placeholder{color:rgb(255 255 255 / .5)}.woofc-area.woofc-style-01 .woofc-area-bot .woofc-coupon .woofc-coupon-input .woofc-coupon-code:focus{outline:none}.woofc-area.woofc-style-01 .woofc-area-bot .woofc-coupon .woofc-coupon-input .woofc-coupon-check{background-color:#fff0;font-weight:700;text-transform:uppercase;padding:0;color:#fff;height:34px;line-height:34px;border-width:0 0 1px 0;border-style:solid;border-color:#fff;border-radius:0}.woofc-area.woofc-style-01 .woofc-area-bot .woofc-coupon .woofc-coupon-input .woofc-coupon-check:focus{outline:none}.woofc-area.woofc-style-01 .woofc-area-bot .woofc-coupon .woofc-coupon-input .woofc-coupon-check.checking{opacity:.5;pointer-events:none}.woofc-area.woofc-style-01 .woofc-area-bot .woofc-coupon .woofc-coupon-added{display:flex;justify-content:space-between;padding:5px 0}.woofc-area.woofc-style-01 .woofc-area-bot .woofc-coupon .woofc-coupon-added .woofc-coupon-remove{width:20px;display:inline-block;cursor:pointer}.woofc-area.woofc-style-01 .woofc-area-bot .woofc-coupon .woofc-coupon-added .woofc-coupon-remove:hover{opacity:.5}.woofc-area.woofc-style-01 .woofc-area-bot .woofc-coupon .woofc-coupon-added .woofc-coupon-remove.removing{opacity:.5;pointer-events:none}.woofc-area.woofc-style-01 .woofc-area-bot .woofc-data,.woofc-area.woofc-style-01 .woofc-area-bot .woofc-total{padding:0 20px;margin:0;color:#fff;display:flex;justify-content:space-between}.woofc-area.woofc-style-01 .woofc-area-bot .woofc-action{padding:15px 15px 0 15px;margin:0}.woofc-area.woofc-style-01 .woofc-area-bot .woofc-action .woofc-action-inner{display:flex;align-items:center;width:100%}.woofc-area.woofc-style-01 .woofc-area-bot .woofc-action .woofc-action-inner>div{width:50%;margin:0 5px}.woofc-area.woofc-style-01 .woofc-area-bot .woofc-action .woofc-action-inner .woofc-action-full{width:100%}.woofc-area.woofc-style-01 .woofc-area-bot .woofc-action .woofc-action-inner>div a{height:40px;line-height:36px;text-align:center;padding:0 10px;box-sizing:border-box;background-color:#fff;color:#cc6055;font-weight:700;border:2px solid #fff;text-decoration:none;display:inline-block;width:100%;text-transform:uppercase;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s}.woofc-area.woofc-style-01 .woofc-area-bot .woofc-action .woofc-action-inner>div a:hover{background-color:#fff0;color:#fff}.woofc-area.woofc-style-01 .woofc-area-bot .woofc-link{padding:0 20px;margin-bottom:15px;display:flex;align-items:center;justify-content:space-between}.woofc-area.woofc-style-01 .woofc-area-bot .woofc-link span{color:#fff;text-transform:uppercase;border-bottom:1px solid #fff;cursor:pointer;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s}.woofc-area.woofc-style-01 .woofc-area-bot .woofc-link span:hover{opacity:.7}.woofc-area.woofc-style-01 .woofc-area-bot .woofc-continue{text-align:center;padding:0 20px;margin-top:15px}.woofc-area.woofc-style-01 .woofc-area-bot .woofc-continue span{color:#fff;text-transform:uppercase;border-bottom:1px solid #fff;cursor:pointer;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s}.woofc-area.woofc-style-01 .woofc-area-bot .woofc-continue span:hover{opacity:.7}.woofc-area.woofc-style-01 .woofc-no-item,.woofc-area.woofc-style-01 .woofc-error{padding:20px;text-align:center;color:#fff}@media only screen and (max-width:768px){.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item.woofc-item-has-remove .woofc-item-inner{padding:10px 40px 10px 10px}.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-remove,.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-special{opacity:1;visibility:visible;color:#999;right:10px}.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item:hover .woofc-item-inner{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item:hover .woofc-item-inner .woofc-item-remove,.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item:hover .woofc-item-inner .woofc-item-special{-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}}.woofc-area.woofc-style-02 .woofc-inner{background-color:#fff}.woofc-area.woofc-style-02 .woofc-inner.woofc-inner-loading:before{color:#222}.woofc-area.woofc-style-02 .woofc-inner.woofc-inner-loading:after{background-color:rgb(255 255 255 / .7)}.woofc-area.woofc-style-02 .woofc-area-top{height:48px;line-height:48px;padding:0 60px 0 20px;position:relative;text-transform:uppercase;color:#222;font-weight:700;background-color:#eee}.woofc-area.woofc-style-02 .woofc-area-top .woofc-area-heading{display:block;width:100%;height:100%;overflow:hidden}.woofc-area.woofc-style-02 .woofc-area-top .woofc-close{position:absolute;top:50%;right:20px;display:block;cursor:pointer;font-size:20px;color:#222;text-align:center;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.woofc-area.woofc-style-02 .woofc-area-mid{flex-grow:1;position:relative;margin:0 0 20px 0;padding:10px 0 0 0;overflow-x:hidden;overflow-y:auto}.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item{padding:0 20px;margin:0}.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item:first-child .woofc-item-inner{border-top:none}.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item a{text-decoration:none;outline:none}.woofc-area.woofc-style-02 .woofc-area-mid .woofc-undo .woofc-undo-inner{border-color:#222;color:#222}.woofc-area.woofc-style-02 .woofc-area-mid .woofc-undo .woofc-undo-inner a{color:#222}.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner{padding:10px 0;display:flex;align-items:center;justify-content:space-between;width:100%;background-color:#fff;border-top:1px dashed #eee;margin:0;box-sizing:border-box;position:relative;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0}.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-thumb{width:80px;flex:0 0 80px;margin-right:10px}.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-thumb img{width:100%;height:auto;float:left;margin:0;padding:0;box-shadow:none;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0}.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info{flex-grow:1;margin-right:10px}body.rtl .woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-thumb,body.rtl .woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info{margin-right:0;margin-left:10px}.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-title{display:block;font-size:14px;font-weight:700;margin-bottom:5px;line-height:1.2;color:#222}.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-title a{text-decoration:none;color:#222}.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-data{font-size:12px;font-weight:400;line-height:1.2;margin-bottom:5px;display:block;white-space:pre-line}.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-data span{text-transform:capitalize}.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-price{display:block;font-size:12px;font-weight:400;line-height:1}.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-price del{color:#999}.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-price ins{background:none}.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-price span{font-size:12px!important;font-weight:400!important}.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty a{height:30px;line-height:30px;text-align:center;font-size:12px;font-weight:400;color:#444;background-color:#eee;display:inline-block;padding:0 10px;text-decoration:none}.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner{position:relative;text-align:center;display:flex}.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner input{width:30px;height:30px;line-height:30px;min-height:0;padding:0;margin:0;text-align:center;border:none;outline:none;display:block;color:#444;background-color:#eee;-moz-appearance:textfield;box-shadow:none;font-size:12px;font-weight:400}.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner input:focus{font-size:12px}.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner input::-webkit-outer-spin-button,.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-plus,.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-minus,.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-individual{width:30px;height:30px;line-height:30px;text-align:center;color:#444;background-color:#eee;font-size:12px;font-weight:400;display:block;cursor:pointer;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s}.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-plus:hover,.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-minus:hover,.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-individual:hover{background-color:#ddd}.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-plus,.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-minus,.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner input{border-radius:0;-moz-border-radius:0;-webkit-border-radius:0}.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-remove,.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-special{opacity:0;visibility:hidden;position:absolute;top:50%;right:0;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0);display:block;width:20px;height:20px;line-height:20px;color:#444;font-size:14px;font-weight:400;text-align:center;outline:none;text-decoration:none;border:none;cursor:pointer;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s}.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-remove span,.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-special span{width:20px;height:20px;line-height:20px;text-align:center;display:inline-block}.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item.woofc-item-has-remove:hover .woofc-item-inner{-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item:hover .woofc-item-inner .woofc-item-remove,.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item:hover .woofc-item-inner .woofc-item-special{opacity:1;visibility:visible;-webkit-transform:translate3d(25px,-50%,0);transform:translate3d(25px,-50%,0)}.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item.woofc-item-removing{opacity:.5}.woofc-area.woofc-style-02 .woofc-area-bot{padding-bottom:20px}.woofc-area.woofc-style-02 .woofc-shipping-area{color:#222}.woofc-area.woofc-style-02 .woofc-shipping-area .woocommerce-shipping-calculator input,.woofc-area.woofc-style-02 .woofc-shipping-area .woocommerce-shipping-calculator select,.woofc-area.woofc-style-02 .woofc-shipping-area .woocommerce-shipping-calculator button{background-color:rgb(0 0 0 / .05)}.woofc-area.woofc-style-02 .woofc-area-bot .woofc-coupon{padding:0 20px;margin:0;color:#222}.woofc-area.woofc-style-02 .woofc-area-bot .woofc-coupon .woofc-coupon-input{display:flex;justify-content:space-between;padding:0 0 10px 0}.woofc-area.woofc-style-02 .woofc-area-bot .woofc-coupon .woofc-coupon-input .woofc-coupon-code{flex-grow:1;background-color:#fff0;box-shadow:none;border-width:0 0 1px 0;border-style:solid;border-color:rgb(0 0 0 / .5);padding:0;color:#222;height:34px;min-height:34px;line-height:34px;border-radius:0}.woofc-area.woofc-style-02 .woofc-area-bot .woofc-coupon .woofc-coupon-input .woofc-coupon-code::placeholder{color:rgb(0 0 0 / .5)}.woofc-area.woofc-style-02 .woofc-area-bot .woofc-coupon .woofc-coupon-input .woofc-coupon-code:focus{outline:none}.woofc-area.woofc-style-02 .woofc-area-bot .woofc-coupon .woofc-coupon-input .woofc-coupon-check{background-color:#fff0;font-weight:700;text-transform:uppercase;padding:0;color:#222;height:34px;line-height:34px;border-width:0 0 1px 0;border-style:solid;border-color:#222;border-radius:0}.woofc-area.woofc-style-02 .woofc-area-bot .woofc-coupon .woofc-coupon-input .woofc-coupon-check:focus{outline:none}.woofc-area.woofc-style-02 .woofc-area-bot .woofc-coupon .woofc-coupon-input .woofc-coupon-check.checking{opacity:.5;pointer-events:none}.woofc-area.woofc-style-02 .woofc-area-bot .woofc-coupon .woofc-coupon-added{display:flex;justify-content:space-between;padding:5px 0}.woofc-area.woofc-style-02 .woofc-area-bot .woofc-coupon .woofc-coupon-added .woofc-coupon-remove{width:20px;display:inline-block;cursor:pointer}.woofc-area.woofc-style-02 .woofc-area-bot .woofc-coupon .woofc-coupon-added .woofc-coupon-remove:hover{opacity:.5}.woofc-area.woofc-style-02 .woofc-area-bot .woofc-coupon .woofc-coupon-added .woofc-coupon-remove.removing{opacity:.5;pointer-events:none}.woofc-area.woofc-style-02 .woofc-area-bot .woofc-data,.woofc-area.woofc-style-02 .woofc-area-bot .woofc-total{padding:0 20px;margin:0;color:#222;display:flex;justify-content:space-between}.woofc-area.woofc-style-02 .woofc-area-bot .woofc-action{padding:15px 15px 0 15px;margin:0}.woofc-area.woofc-style-02 .woofc-area-bot .woofc-action .woofc-action-inner{display:flex;width:100%}.woofc-area.woofc-style-02 .woofc-area-bot .woofc-action .woofc-action-inner>div{width:50%;margin:0 5px}.woofc-area.woofc-style-02 .woofc-area-bot .woofc-action .woofc-action-inner .woofc-action-full{width:100%}.woofc-area.woofc-style-02 .woofc-area-bot .woofc-action .woofc-action-inner>div a{height:40px;line-height:36px;text-align:center;padding:0 10px;box-sizing:border-box;background-color:#fff;color:#cc6055;font-weight:700;border-width:2px;border-style:solid;border-color:#cc6055;text-decoration:none;display:inline-block;width:100%;text-transform:uppercase;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s}.woofc-area.woofc-style-02 .woofc-area-bot .woofc-action .woofc-action-inner>div a:hover{background-color:#cc6055;color:#fff}.woofc-area.woofc-style-02 .woofc-area-bot .woofc-link{padding:0 20px;margin-bottom:15px;display:flex;align-items:center;justify-content:space-between}.woofc-area.woofc-style-02 .woofc-area-bot .woofc-link span{color:#444;text-transform:uppercase;border-bottom:1px solid #444;cursor:pointer;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s}.woofc-area.woofc-style-02 .woofc-area-bot .woofc-link span:hover{opacity:.7}.woofc-area.woofc-style-02 .woofc-area-bot .woofc-continue{text-align:center;padding:0 20px;margin-top:15px}.woofc-area.woofc-style-02 .woofc-area-bot .woofc-continue span{color:#444;text-transform:uppercase;border-bottom:1px solid #444;cursor:pointer;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s}.woofc-area.woofc-style-02 .woofc-area-bot .woofc-continue span:hover{opacity:.7}.woofc-area.woofc-style-02 .woofc-no-item,.woofc-area.woofc-style-02 .woofc-error{padding:20px;text-align:center;color:#222}.woofc-area.woofc-style-02 .woofc-area-mid .woofc-notices{margin-bottom:10px}.woofc-area.woofc-style-02 .woofc-area-mid .woofc-notices .woocommerce-message,.woofc-area.woofc-style-02 .woofc-area-mid .woofc-notices .woocommerce-info,.woofc-area.woofc-style-02 .woofc-area-mid .woofc-notices .woocommerce-error{border-color:#222;color:#222}.woofc-area.woofc-style-02 .woofc-area-mid .woofc-notices .woocommerce-message:before,.woofc-area.woofc-style-02 .woofc-area-mid .woofc-notices .woocommerce-info:before,.woofc-area.woofc-style-02 .woofc-area-mid .woofc-notices .woocommerce-error:before{color:#222}@media only screen and (max-width:768px){.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item.woofc-item-has-remove .woofc-item-inner{padding:10px 30px 10px 0}.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-remove,.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-special{opacity:1;visibility:visible;color:#999;right:0}.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item:hover .woofc-item-inner{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item:hover .woofc-item-inner .woofc-item-remove,.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item:hover .woofc-item-inner .woofc-item-special{-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}}.woofc-area.woofc-style-03 .woofc-inner{background-color:#fff}.woofc-area.woofc-style-03 .woofc-area-top{height:48px;line-height:48px;padding:0 60px 0 20px;position:relative;text-transform:uppercase;color:#fff;font-weight:700;background-color:rgb(0 0 0 / .2)}.woofc-area.woofc-style-03 .woofc-area-top .woofc-area-heading{display:block;width:100%;height:100%;overflow:hidden}.woofc-area.woofc-style-03 .woofc-area-top .woofc-close{position:absolute;top:50%;right:20px;display:block;cursor:pointer;font-size:20px;color:#fff;text-align:center;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.woofc-area.woofc-style-03 .woofc-area-mid{flex-grow:1;position:relative;margin:0 0 20px 0;padding:10px 0 0 0;overflow-x:hidden;overflow-y:auto}.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item{padding:0 20px;min-height:40px;margin:0}.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item:first-child .woofc-item-inner{border-top:none}.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item a{text-decoration:none;outline:none}.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner{padding:10px 0;display:flex;align-items:center;justify-content:space-between;width:100%;color:#fff;border-top:1px dashed rgb(255 255 255 / .5);margin:0;box-sizing:border-box;position:relative;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0}.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-thumb{display:none}.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty{order:1;margin-right:10px}body.rtl .woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty{margin-right:0;margin-left:10px}.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty a{height:30px;line-height:30px;text-align:center;font-size:12px;font-weight:400;color:#444;background-color:#fff;display:inline-block;padding:0 10px;text-decoration:none}.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty a:hover{background-color:#eee}.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner{position:relative;text-align:center;display:flex}.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner input{width:30px;height:30px;line-height:30px;min-height:0;padding:0;margin:0;box-sizing:border-box;text-align:center;border:none;outline:none;display:block;color:#444;background-color:#fff;-moz-appearance:textfield;box-shadow:none;font-weight:400;font-size:12px}.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner input:focus{font-size:12px}.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner input::-webkit-outer-spin-button,.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-plus,.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-minus,.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-individual{width:30px;height:30px;line-height:30px;text-align:center;color:#444;background-color:#fff;font-size:12px;font-weight:400;display:block;cursor:pointer}.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-plus:hover,.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-minus:hover,.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-individual:hover{background-color:#ddd}.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-plus,.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-minus,.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner input{border-radius:0;-moz-border-radius:0;-webkit-border-radius:0}.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info{order:2;flex-grow:1}.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-title{display:block;font-size:14px;font-weight:400;margin:0;line-height:1.2;color:#fff}.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-title a{text-decoration:none;color:#fff}.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-data{font-size:12px;font-weight:400;line-height:1.2;display:block;opacity:.7;white-space:pre-line}.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-data span{text-transform:capitalize}.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-price{line-height:1;font-size:12px;font-weight:400;text-align:end;color:#fff;opacity:.7;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s}.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-price del{color:#fff}.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-price ins{background:none}.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-price span{font-size:12px!important;font-weight:400!important}.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-remove,.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-special{opacity:0;visibility:hidden;position:absolute;top:50%;right:20px;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0);display:block;width:20px;height:20px;line-height:20px;color:#fff;font-size:14px;font-weight:400;text-align:center;outline:none;text-decoration:none;border:none;cursor:pointer;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s}.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-remove span,.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-special span{width:20px;height:20px;line-height:20px;text-align:center;display:inline-block}.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item.woofc-item-has-remove:hover .woofc-item-inner{padding-right:30px}.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item:hover .woofc-item-inner .woofc-item-remove,.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item:hover .woofc-item-inner .woofc-item-special{right:0;opacity:1;visibility:visible}.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item.woofc-item-removing{opacity:.5}.woofc-area.woofc-style-03 .woofc-area-bot{padding-bottom:20px}.woofc-area.woofc-style-03 .woofc-area-bot .woofc-coupon{padding:0 20px;margin:0;color:#fff}.woofc-area.woofc-style-03 .woofc-area-bot .woofc-coupon .woofc-coupon-input{display:flex;justify-content:space-between;padding:0 0 10px 0}.woofc-area.woofc-style-03 .woofc-area-bot .woofc-coupon .woofc-coupon-input .woofc-coupon-code{flex-grow:1;background-color:#fff0;box-shadow:none;border-width:0 0 1px 0;border-style:solid;border-color:rgb(255 255 255 / .5);padding:0;color:#fff;height:34px;min-height:34px;line-height:34px;border-radius:0}.woofc-area.woofc-style-03 .woofc-area-bot .woofc-coupon .woofc-coupon-input .woofc-coupon-code::placeholder{color:rgb(255 255 255 / .5)}.woofc-area.woofc-style-03 .woofc-area-bot .woofc-coupon .woofc-coupon-input .woofc-coupon-code:focus{outline:none}.woofc-area.woofc-style-03 .woofc-area-bot .woofc-coupon .woofc-coupon-input .woofc-coupon-check{background-color:#fff0;font-weight:700;text-transform:uppercase;padding:0;color:#fff;height:34px;line-height:34px;border-width:0 0 1px 0;border-style:solid;border-color:#fff;border-radius:0}.woofc-area.woofc-style-03 .woofc-area-bot .woofc-coupon .woofc-coupon-input .woofc-coupon-check:focus{outline:none}.woofc-area.woofc-style-03 .woofc-area-bot .woofc-coupon .woofc-coupon-input .woofc-coupon-check.checking{opacity:.5;pointer-events:none}.woofc-area.woofc-style-03 .woofc-area-bot .woofc-coupon .woofc-coupon-added{display:flex;justify-content:space-between;padding:5px 0}.woofc-area.woofc-style-03 .woofc-area-bot .woofc-coupon .woofc-coupon-added .woofc-coupon-remove{width:20px;display:inline-block;cursor:pointer}.woofc-area.woofc-style-03 .woofc-area-bot .woofc-coupon .woofc-coupon-added .woofc-coupon-remove:hover{opacity:.5}.woofc-area.woofc-style-03 .woofc-area-bot .woofc-coupon .woofc-coupon-added .woofc-coupon-remove.removing{opacity:.5;pointer-events:none}.woofc-area.woofc-style-03 .woofc-area-bot .woofc-data,.woofc-area.woofc-style-03 .woofc-area-bot .woofc-total{padding:0 20px;margin:0;color:#fff;display:flex;justify-content:space-between}.woofc-area.woofc-style-03 .woofc-area-bot .woofc-action{padding:15px 15px 0 15px;margin:0}.woofc-area.woofc-style-03 .woofc-area-bot .woofc-action .woofc-action-inner{display:flex;align-items:center;width:100%}.woofc-area.woofc-style-03 .woofc-area-bot .woofc-action .woofc-action-inner>div{width:50%;margin:0 5px}.woofc-area.woofc-style-03 .woofc-area-bot .woofc-action .woofc-action-inner .woofc-action-full{width:100%}.woofc-area.woofc-style-03 .woofc-area-bot .woofc-action .woofc-action-inner>div a{height:40px;line-height:36px;text-align:center;padding:0 10px;box-sizing:border-box;background-color:#fff;color:#cc6055;font-weight:700;border-width:2px;border-style:solid;border-color:#fff;text-decoration:none;display:inline-block;width:100%;text-transform:uppercase;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s}.woofc-area.woofc-style-03 .woofc-area-bot .woofc-action .woofc-action-inner>div a:hover{background-color:#fff0;color:#fff}.woofc-area.woofc-style-03 .woofc-area-bot .woofc-link{padding:0 20px;margin-bottom:15px;display:flex;align-items:center;justify-content:space-between}.woofc-area.woofc-style-03 .woofc-area-bot .woofc-link span{color:#fff;text-transform:uppercase;border-bottom:1px solid #fff;cursor:pointer;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s}.woofc-area.woofc-style-03 .woofc-area-bot .woofc-link span:hover{opacity:.7}.woofc-area.woofc-style-03 .woofc-area-bot .woofc-continue{text-align:center;padding:0 20px;margin-top:15px}.woofc-area.woofc-style-03 .woofc-area-bot .woofc-continue span{color:#fff;text-transform:uppercase;border-bottom:1px solid #fff;cursor:pointer;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s}.woofc-area.woofc-style-03 .woofc-area-bot .woofc-continue span:hover{opacity:.7}.woofc-area.woofc-style-03 .woofc-no-item,.woofc-area.woofc-style-03 .woofc-error{padding:20px;text-align:center;color:#222}@media only screen and (max-width:768px){.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item.woofc-item-has-remove .woofc-item-inner{padding:10px 30px 10px 0}.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-remove,.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-special{opacity:1;visibility:visible;color:#fff;right:0}.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item:hover .woofc-item-inner{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item:hover .woofc-item-inner .woofc-item-remove,.woofc-area.woofc-style-03 .woofc-area-mid .woofc-item:hover .woofc-item-inner .woofc-item-special{-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}}.woofc-area.woofc-style-04 .woofc-inner{background-color:#fff}.woofc-area.woofc-style-04 .woofc-inner.woofc-inner-loading:before{color:#222}.woofc-area.woofc-style-04 .woofc-inner.woofc-inner-loading:after{background-color:rgb(255 255 255 / .7)}.woofc-area.woofc-style-04 .woofc-area-top{height:48px;line-height:48px;padding:0 60px 0 20px;position:relative;text-transform:uppercase;color:#222;font-weight:700;background-color:#eee}.woofc-area.woofc-style-04 .woofc-area-top .woofc-area-heading{display:block;width:100%;height:100%;overflow:hidden}.woofc-area.woofc-style-04 .woofc-area-top .woofc-close{position:absolute;top:50%;right:20px;display:block;cursor:pointer;font-size:20px;color:#222;text-align:center;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.woofc-area.woofc-style-04 .woofc-area-mid{flex-grow:1;position:relative;margin:0 0 20px 0;padding:10px 0 0 0;overflow-x:hidden;overflow-y:auto}.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item{padding:0 20px;min-height:40px;margin:0}.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item:first-child .woofc-item-inner{border-top:none}.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item a{text-decoration:none;outline:none}.woofc-area.woofc-style-04 .woofc-area-mid .woofc-undo .woofc-undo-inner{border-color:#222;color:#222}.woofc-area.woofc-style-04 .woofc-area-mid .woofc-undo .woofc-undo-inner a{color:#222}.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner{padding:10px 0;display:flex;align-items:center;justify-content:space-between;width:100%;background-color:#fff;border-top:1px dashed #eee;margin:0;box-sizing:border-box;position:relative;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0}.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-thumb{display:none}.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty{order:1;margin-right:10px}body.rtl .woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty{margin-right:0;margin-left:10px}.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty a{height:30px;line-height:30px;text-align:center;font-size:12px;font-weight:400;color:#444;background-color:#eee;display:inline-block;padding:0 10px;text-decoration:none}.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty a:hover{background-color:#ddd}.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner{position:relative;text-align:center;display:flex}.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner input{width:30px;height:30px;line-height:30px;min-height:0;padding:0;margin:0;box-sizing:border-box;text-align:center;border:none;outline:none;display:block;color:#444;background-color:#eee;-moz-appearance:textfield;box-shadow:none;font-size:12px;font-weight:400}.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner input:focus{font-size:12px}.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner input::-webkit-outer-spin-button,.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-plus,.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-minus,.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-individual{width:30px;height:30px;line-height:30px;text-align:center;color:#444;background-color:#eee;font-size:12px;font-weight:400;display:block;cursor:pointer}.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-plus:hover,.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-minus:hover,.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-individual:hover{background-color:#ddd}.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-plus,.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-minus,.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner input{border-radius:0;-moz-border-radius:0;-webkit-border-radius:0}.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info{order:2;flex-grow:1}.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-title{display:block;font-weight:400;font-size:14px;margin:0;line-height:1.2;color:#222}.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-title a{text-decoration:none;color:#222}.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-data{font-size:12px;font-weight:400;line-height:1.2;display:block;opacity:.7;white-space:pre-line}.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-data span{text-transform:capitalize}.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-price{line-height:1;font-weight:400;font-size:12px;text-align:end;color:#999;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s}.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-price del{color:#999}.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-price ins{background:none}.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-price span{font-size:12px!important;font-weight:400!important}.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-remove,.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-special{opacity:0;visibility:hidden;position:absolute;top:50%;right:20px;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0);display:block;width:20px;height:20px;line-height:20px;color:#444;font-size:14px;font-weight:400;text-align:center;outline:none;text-decoration:none;border:none;cursor:pointer;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s}.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-remove span,.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-special span{width:20px;height:20px;line-height:20px;text-align:center;display:inline-block}.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item.woofc-item-has-remove:hover .woofc-item-inner{padding-right:30px}.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item:hover .woofc-item-inner .woofc-item-remove,.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item:hover .woofc-item-inner .woofc-item-special{right:0;opacity:1;visibility:visible}.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item.woofc-item-removing{opacity:.5}.woofc-area.woofc-style-04 .woofc-area-bot{padding-bottom:20px}.woofc-area.woofc-style-04 .woofc-shipping-area{color:#222}.woofc-area.woofc-style-04 .woofc-shipping-area .woocommerce-shipping-calculator input,.woofc-area.woofc-style-04 .woofc-shipping-area .woocommerce-shipping-calculator select,.woofc-area.woofc-style-04 .woofc-shipping-area .woocommerce-shipping-calculator button{background-color:rgb(0 0 0 / .05)}.woofc-area.woofc-style-04 .woofc-area-bot .woofc-coupon{padding:0 20px;margin:0;color:#222}.woofc-area.woofc-style-04 .woofc-area-bot .woofc-coupon .woofc-coupon-input{display:flex;justify-content:space-between;padding:0 0 10px 0}.woofc-area.woofc-style-04 .woofc-area-bot .woofc-coupon .woofc-coupon-input .woofc-coupon-code{flex-grow:1;background-color:#fff0;box-shadow:none;border-width:0 0 1px 0;border-style:solid;border-color:rgb(0 0 0 / .5);padding:0;color:#222;height:34px;min-height:34px;line-height:34px;border-radius:0}.woofc-area.woofc-style-04 .woofc-area-bot .woofc-coupon .woofc-coupon-input .woofc-coupon-code::placeholder{color:rgb(0 0 0 / .5)}.woofc-area.woofc-style-04 .woofc-area-bot .woofc-coupon .woofc-coupon-input .woofc-coupon-code:focus{outline:none}.woofc-area.woofc-style-04 .woofc-area-bot .woofc-coupon .woofc-coupon-input .woofc-coupon-check{background-color:#fff0;font-weight:700;text-transform:uppercase;padding:0;color:#222;height:34px;line-height:34px;border-width:0 0 1px 0;border-style:solid;border-color:#222;border-radius:0}.woofc-area.woofc-style-04 .woofc-area-bot .woofc-coupon .woofc-coupon-input .woofc-coupon-check:focus{outline:none}.woofc-area.woofc-style-04 .woofc-area-bot .woofc-coupon .woofc-coupon-input .woofc-coupon-check.checking{opacity:.5;pointer-events:none}.woofc-area.woofc-style-04 .woofc-area-bot .woofc-coupon .woofc-coupon-added{display:flex;justify-content:space-between;padding:5px 0}.woofc-area.woofc-style-04 .woofc-area-bot .woofc-coupon .woofc-coupon-added .woofc-coupon-remove{width:20px;display:inline-block;cursor:pointer}.woofc-area.woofc-style-04 .woofc-area-bot .woofc-coupon .woofc-coupon-added .woofc-coupon-remove:hover{opacity:.5}.woofc-area.woofc-style-04 .woofc-area-bot .woofc-coupon .woofc-coupon-added .woofc-coupon-remove.removing{opacity:.5;pointer-events:none}.woofc-area.woofc-style-04 .woofc-area-bot .woofc-data,.woofc-area.woofc-style-04 .woofc-area-bot .woofc-total{padding:0 20px;margin:0;color:#222;display:flex;justify-content:space-between}.woofc-area.woofc-style-04 .woofc-area-bot .woofc-action{padding:15px 15px 0 15px;margin:0}.woofc-area.woofc-style-04 .woofc-area-bot .woofc-action .woofc-action-inner{display:flex;align-items:center;width:100%}.woofc-area.woofc-style-04 .woofc-area-bot .woofc-action .woofc-action-inner>div{width:50%;margin:0 5px}.woofc-area.woofc-style-04 .woofc-area-bot .woofc-action .woofc-action-inner .woofc-action-full{width:100%}.woofc-area.woofc-style-04 .woofc-area-bot .woofc-action .woofc-action-inner>div a{height:40px;line-height:36px;text-align:center;padding:0 10px;box-sizing:border-box;background-color:#fff;color:#cc6055;font-weight:700;border-width:2px;border-style:solid;border-color:#cc6055;text-decoration:none;display:inline-block;width:100%;text-transform:uppercase;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s}.woofc-area.woofc-style-04 .woofc-area-bot .woofc-action .woofc-action-inner>div a:hover{background-color:#cc6055;color:#fff}.woofc-area.woofc-style-04 .woofc-area-bot .woofc-link{padding:0 20px;margin-bottom:15px;display:flex;align-items:center;justify-content:space-between}.woofc-area.woofc-style-04 .woofc-area-bot .woofc-link span{color:#444;text-transform:uppercase;border-bottom:1px solid #444;cursor:pointer;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s}.woofc-area.woofc-style-04 .woofc-area-bot .woofc-link span:hover{opacity:.7}.woofc-area.woofc-style-04 .woofc-area-bot .woofc-continue{text-align:center;padding:0 20px;margin-top:15px}.woofc-area.woofc-style-04 .woofc-area-bot .woofc-continue span{color:#444;text-transform:uppercase;border-bottom:1px solid #444;cursor:pointer;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s}.woofc-area.woofc-style-04 .woofc-area-bot .woofc-continue span:hover{opacity:.7}.woofc-area.woofc-style-04 .woofc-no-item,.woofc-area.woofc-style-04 .woofc-error{padding:20px;text-align:center;color:#222}.woofc-area.woofc-style-04 .woofc-area-mid .woofc-notices{margin-bottom:10px}.woofc-area.woofc-style-04 .woofc-area-mid .woofc-notices .woocommerce-message,.woofc-area.woofc-style-04 .woofc-area-mid .woofc-notices .woocommerce-info,.woofc-area.woofc-style-04 .woofc-area-mid .woofc-notices .woocommerce-error{border-color:#222;color:#222}.woofc-area.woofc-style-04 .woofc-area-mid .woofc-notices .woocommerce-message:before,.woofc-area.woofc-style-04 .woofc-area-mid .woofc-notices .woocommerce-info:before,.woofc-area.woofc-style-04 .woofc-area-mid .woofc-notices .woocommerce-error:before{color:#222}@media only screen and (max-width:768px){.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item.woofc-item-has-remove .woofc-item-inner{padding:10px 30px 10px 0}.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-remove,.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-special{opacity:1;visibility:visible;color:#999;right:0}.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item:hover .woofc-item-inner{margin-left:0}.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item:hover .woofc-item-inner .woofc-item-remove,.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item:hover .woofc-item-inner .woofc-item-special{-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}}.woofc-area.woofc-style-05 .woofc-inner{background-color:#cc6055;-webkit-box-shadow:0 0 20px 0 rgb(10 8 8 / .57);-o-box-shadow:0 0 20px 0 rgb(10 8 8 / .57);-moz-box-shadow:0 0 20px 0 rgb(10 8 8 / .57);-ms-box-shadow:0 0 20px 0 rgb(10 8 8 / .57);box-shadow:0 0 20px 0 rgb(10 8 8 / .57)}.woofc-area.woofc-style-05 .woofc-inner:after{content:"";top:0;left:0;z-index:1;position:absolute;width:100%;height:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background:-moz-linear-gradient(to bottom,rgb(51 46 46 / .5) 0%,rgb(33 28 28 / .97) 100%);background:-o-linear-gradient(to bottom,rgb(51 46 46 / .5) 0%,rgb(33 28 28 / .97) 100%);background:-webkit-linear-gradient(to bottom,rgb(51 46 46 / .5) 0%,rgb(33 28 28 / .97) 100%);background:-ms-linear-gradient(to bottom,rgb(51 46 46 / .5) 0%,rgb(33 28 28 / .97) 100%);background:linear-gradient(to bottom,rgb(51 46 46 / .5) 0%,rgb(33 28 28 / .97) 100%)}.woofc-area.woofc-style-05 .woofc-inner>div{z-index:2}.woofc-area.woofc-style-05 .woofc-area-top{height:48px;line-height:48px;padding:0 60px 0 20px;position:relative;text-transform:uppercase;color:#fff;font-weight:700;background-color:rgb(0 0 0 / .2)}.woofc-area.woofc-style-05 .woofc-area-top .woofc-area-heading{display:block;width:100%;height:100%;overflow:hidden}.woofc-area.woofc-style-05 .woofc-area-top .woofc-close{position:absolute;top:50%;right:20px;display:block;cursor:pointer;font-size:20px;color:#fff;text-align:center;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.woofc-area.woofc-style-05 .woofc-area-mid{flex-grow:1;position:relative;margin:0 0 20px 0;padding:10px 0 0 0;overflow-x:hidden;overflow-y:auto}.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item{padding:0 15px;margin:10px 0 0 0}.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item:first-child{margin-top:0}.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item a{text-decoration:none;outline:none}.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item.woofc-item-undo .woofc-item-inner{margin:0!important;padding:10px!important;background-color:#fff0;background:none;border:1px dashed #fff;color:#fff}.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item.woofc-item-undo .woofc-item-inner a{color:#fff;text-decoration:underline}.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner{padding:0;display:flex;align-items:center;justify-content:space-between;width:100%;background-color:#fff0;margin:0;box-sizing:border-box;position:relative;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s}.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner>div{margin:0 5px}.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-thumb{width:80px;flex:0 0 80px}.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-thumb img{width:100%;height:auto;border:2px solid #fff;box-shadow:none;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0}.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info{flex-grow:1;margin-right:10px}.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-title{display:block;font-weight:700;font-size:14px;margin-bottom:5px;line-height:1.2;color:#fff}.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-title a{text-decoration:none;color:#fff;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s}.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-title a:hover{opacity:.7}.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-data{font-size:12px;font-weight:400;line-height:1.2;margin-bottom:5px;display:block;color:#fff;opacity:.7;white-space:pre-line}.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-data span{text-transform:capitalize}.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-price{display:block;font-size:12px;font-weight:400;line-height:1;color:#fff;opacity:.5}.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-price del{color:#fff;opacity:.5}.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-price ins{background:none}.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-price span{font-size:12px!important;font-weight:400!important}.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty a{height:30px;line-height:30px;text-align:center;font-size:12px;font-weight:400;color:#fff;background-color:rgb(255 255 255 / .1);display:inline-block;padding:0 10px;text-decoration:none}.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty a:hover{background-color:rgb(255 255 255 / .2)}.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner{position:relative;text-align:center;display:flex}.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner input{width:30px;height:30px;line-height:30px;min-height:0;padding:0;margin:0;text-align:center;border:none;outline:none;display:block;color:#fff;background-color:rgb(255 255 255 / .1);-moz-appearance:textfield;box-shadow:none;font-size:12px;font-weight:400}.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner input:focus{font-size:12px}.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner input::-webkit-outer-spin-button,.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-plus,.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-minus,.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-individual{width:30px;height:30px;line-height:30px;text-align:center;color:#fff;background-color:rgb(255 255 255 / .1);font-size:12px;font-weight:400;display:block;cursor:pointer;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s}.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-plus:hover,.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-minus:hover,.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-individual:hover{background-color:rgb(255 255 255 / .2)}.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-plus,.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-minus,.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner input{border-radius:0;-moz-border-radius:0;-webkit-border-radius:0}.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-remove,.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-special{opacity:0;visibility:hidden;position:absolute;top:50%;right:0;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0);display:block;width:20px;height:20px;line-height:20px;color:#fff;font-size:14px;font-weight:400;text-align:center;outline:none;text-decoration:none;border:none;cursor:pointer;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s}.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-remove span,.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-special span{width:20px;height:20px;line-height:20px;text-align:center;display:inline-block}.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item.woofc-item-has-remove:hover .woofc-item-inner{-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item:hover .woofc-item-inner .woofc-item-remove,.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item:hover .woofc-item-inner .woofc-item-special{opacity:1;visibility:visible;-webkit-transform:translate3d(25px,-50%,0);transform:translate3d(25px,-50%,0)}.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item.woofc-item-removing{opacity:.5}.woofc-area.woofc-style-05 .woofc-area-bot{padding-bottom:20px}.woofc-area.woofc-style-05 .woofc-area-bot .woofc-coupon{padding:0 20px;margin:0;color:#fff}.woofc-area.woofc-style-05 .woofc-area-bot .woofc-coupon .woofc-coupon-input{display:flex;justify-content:space-between;padding:0 0 10px 0}.woofc-area.woofc-style-05 .woofc-area-bot .woofc-coupon .woofc-coupon-input .woofc-coupon-code{flex-grow:1;background-color:#fff0;box-shadow:none;border-width:0 0 1px 0;border-style:solid;border-color:rgb(255 255 255 / .5);padding:0;color:#fff;height:34px;min-height:34px;line-height:34px;border-radius:0}.woofc-area.woofc-style-05 .woofc-area-bot .woofc-coupon .woofc-coupon-input .woofc-coupon-code::placeholder{color:rgb(255 255 255 / .5)}.woofc-area.woofc-style-05 .woofc-area-bot .woofc-coupon .woofc-coupon-input .woofc-coupon-code:focus{outline:none}.woofc-area.woofc-style-05 .woofc-area-bot .woofc-coupon .woofc-coupon-input .woofc-coupon-check{background-color:#fff0;font-weight:700;text-transform:uppercase;padding:0;color:#fff;height:34px;line-height:34px;border-width:0 0 1px 0;border-style:solid;border-color:#fff;border-radius:0}.woofc-area.woofc-style-05 .woofc-area-bot .woofc-coupon .woofc-coupon-input .woofc-coupon-check:focus{outline:none}.woofc-area.woofc-style-05 .woofc-area-bot .woofc-coupon .woofc-coupon-input .woofc-coupon-check.checking{opacity:.5;pointer-events:none}.woofc-area.woofc-style-05 .woofc-area-bot .woofc-coupon .woofc-coupon-added{display:flex;justify-content:space-between;padding:5px 0}.woofc-area.woofc-style-05 .woofc-area-bot .woofc-coupon .woofc-coupon-added .woofc-coupon-remove{width:20px;display:inline-block;cursor:pointer}.woofc-area.woofc-style-05 .woofc-area-bot .woofc-coupon .woofc-coupon-added .woofc-coupon-remove:hover{opacity:.5}.woofc-area.woofc-style-05 .woofc-area-bot .woofc-coupon .woofc-coupon-added .woofc-coupon-remove.removing{opacity:.5;pointer-events:none}.woofc-area.woofc-style-05 .woofc-area-bot .woofc-data,.woofc-area.woofc-style-05 .woofc-area-bot .woofc-total{padding:0 20px;margin:0;color:#fff;display:flex;justify-content:space-between}.woofc-area.woofc-style-05 .woofc-area-bot .woofc-action{padding:15px 15px 0 15px;margin:0}.woofc-area.woofc-style-05 .woofc-area-bot .woofc-action .woofc-action-inner{display:flex;width:100%;align-items:center}.woofc-area.woofc-style-05 .woofc-area-bot .woofc-action .woofc-action-inner>div{width:50%;margin:0 5px}.woofc-area.woofc-style-05 .woofc-area-bot .woofc-action .woofc-action-inner .woofc-action-full{width:100%}.woofc-area.woofc-style-05 .woofc-area-bot .woofc-action .woofc-action-inner>div a{height:40px;line-height:36px;text-align:center;padding:0 10px;box-sizing:border-box;background-color:#fff0;color:#fff;font-weight:700;border:2px solid #fff;text-decoration:none;display:inline-block;width:100%;text-transform:uppercase;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s}.woofc-area.woofc-style-05 .woofc-area-bot .woofc-action .woofc-action-inner>div a:hover{background-color:rgb(255 255 255 / .1)}.woofc-area.woofc-style-05 .woofc-area-bot .woofc-link{padding:0 20px;margin-bottom:15px;display:flex;align-items:center;justify-content:space-between}.woofc-area.woofc-style-05 .woofc-area-bot .woofc-link span{color:#fff;text-transform:uppercase;border-bottom:1px solid #fff;cursor:pointer;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s}.woofc-area.woofc-style-05 .woofc-area-bot .woofc-link span:hover{opacity:.7}.woofc-area.woofc-style-05 .woofc-area-bot .woofc-continue{text-align:center;padding:0 20px;margin-top:15px}.woofc-area.woofc-style-05 .woofc-area-bot .woofc-continue span{color:#fff;text-transform:uppercase;border-bottom:1px solid #fff;cursor:pointer;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s}.woofc-area.woofc-style-05 .woofc-area-bot .woofc-continue span:hover{opacity:.7}.woofc-area.woofc-style-05 .woofc-no-item,.woofc-area.woofc-style-05 .woofc-error{padding:20px;text-align:center;color:#fff}@media only screen and (max-width:768px){.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item.woofc-item-has-remove .woofc-item-inner{padding:0 30px 0 0}.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-remove,.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-special{opacity:1;visibility:visible;color:#fff;right:0}.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item:hover .woofc-item-inner{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item:hover .woofc-item-inner .woofc-item-remove,.woofc-area.woofc-style-05 .woofc-area-mid .woofc-item:hover .woofc-item-inner .woofc-item-special{-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}}.woofc-count{width:60px;height:60px;line-height:60px;text-align:center;background-color:#fff;display:block;cursor:pointer;position:fixed;left:40px;bottom:40px;z-index:99999997;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;-moz-box-shadow:rgb(0 0 0 / .15) 0 0 20px;-webkit-box-shadow:rgb(0 0 0 / .15) 0 0 20px;box-shadow:rgb(0 0 0 / .15) 0 0 20px;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s}.woofc-count:hover{bottom:45px}.woofc-count i{font-size:24px;line-height:60px;color:#444}.woofc-count span{position:absolute;top:-10px;right:-10px;height:30px;width:30px;font-size:12px;line-height:30px;text-align:center;background:#e94b35;color:#fff;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%}.woofc-count.woofc-count-bottom-right{right:40px;left:auto}.woofc-count.woofc-count-top-left{top:40px;bottom:auto}.woofc-count.woofc-count-top-left:hover{top:45px}.woofc-count.woofc-count-top-right{top:40px;right:40px;bottom:auto;left:auto}.woofc-count.woofc-count-top-right:hover{top:45px}.woofc-count.woofc-count-loading i{display:none}.woofc-count.woofc-count-loading:before{content:"\e90c";font-family:"woofc";font-size:24px;-webkit-font-smoothing:antialiased;text-align:center;line-height:24px;color:#444;display:block;width:24px;height:24px;margin-top:-12px;margin-left:-12px;position:absolute;vertical-align:baseline;top:50%;left:50%;-webkit-animation:woofc-spinner 1s linear infinite;-moz-animation:woofc-spinner 1s linear infinite;-ms-animation:woofc-spinner 1s linear infinite;-o-animation:woofc-spinner 1s linear infinite;animation:woofc-spinner 1s linear infinite}.woofc-count.woofc-count-shake{animation:woofc-shake 0.82s cubic-bezier(.36,.07,.19,.97) both;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);backface-visibility:hidden;perspective:1000px}body.woocommerce-cart .woofc-count-hide-cart-checkout,body.woocommerce-checkout .woofc-count-hide-cart-checkout,.woofc-count.woofc-count-hide-empty{display:none!important}.woofc-menu-item .woofc-menu-item-inner{position:relative}.woofc-menu-item .woofc-menu-item-inner i{font-size:inherit;line-height:inherit;display:inline-block;margin-right:5px;width:20px}.woofc-menu-item .woofc-menu-item-inner:after{content:attr(data-count);display:block;background-color:#e94b35;color:#fff;font-size:10px;font-weight:400;width:16px;height:16px;line-height:16px;text-align:center;border-radius:8px;position:absolute;left:10px;top:-10px}.woofc-cart-link .woofc-cart-link-inner{position:relative}.woofc-cart-link a{outline:none}.woofc-cart-link .woofc-cart-link-inner i{font-size:inherit;line-height:inherit;display:inline-block;margin-right:5px;width:20px}.woofc-cart-link .woofc-cart-link-inner:after{content:attr(data-count);display:block;background-color:#e94b35;color:#fff;font-size:10px;font-weight:400;width:16px;height:16px;line-height:16px;text-align:center;border-radius:8px;position:absolute;left:10px;top:-10px}.woofc-area-count{margin-left:5px}.woofc-area-count:before{content:"("}.woofc-area-count:after{content:")"}.woofc-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woopq-quantity-input-minus,.woofc-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woopq-quantity-input-plus{display:none}body.rtl .woofc-area .woofc-area-top{padding:0 20px 0 60px}body.rtl .woofc-area .woofc-area-top .woofc-close{left:20px;right:auto}body.rtl .woofc-checkout-area .woofc-area-top .woofc-back{right:20px;left:auto}body.rtl .woofc-menu-item .woofc-menu-item-inner:after{left:auto;right:10px}.woofc-item-estimated-delivery-date .wpced .wpced-inner{font-size:12px}.woofc-item-estimated-delivery-date .wpced .wpced-inner:before{width:16px;height:16px;background-size:16px}.tax-product_brand .brand-description{overflow:hidden;zoom:1}.tax-product_brand .brand-description img.brand-thumbnail{width:25%;float:right}.tax-product_brand .brand-description .text{width:72%;float:left}.widget_brand_description img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0 0 1em}ul.brand-thumbnails{margin-left:0;margin-bottom:0;clear:both;list-style:none}ul.brand-thumbnails:before{clear:both;content:"";display:table}ul.brand-thumbnails:after{clear:both;content:"";display:table}ul.brand-thumbnails li{float:left;margin:0 3.8% 1em 0;padding:0;position:relative;width:22.05%}ul.brand-thumbnails.fluid-columns li{width:auto}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:both}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:0}ul.brand-thumbnails.columns-1 li{width:100%;margin-right:0}ul.brand-thumbnails.columns-2 li{width:48%}ul.brand-thumbnails.columns-3 li{width:30.75%}ul.brand-thumbnails.columns-5 li{width:16.95%}ul.brand-thumbnails.columns-6 li{width:13.5%}.brand-thumbnails li img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0}@media screen and (max-width:768px){ul.brand-thumbnails:not(.fluid-columns) li{width:48%!important}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:none}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:3.8%}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(odd){clear:both}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(even){margin-right:0}}.brand-thumbnails-description li{text-align:center}.brand-thumbnails-description li .term-thumbnail img{display:inline}.brand-thumbnails-description li .term-description{margin-top:1em;text-align:left}#brands_a_z h3:target{text-decoration:underline}ul.brands_index{list-style:none outside;overflow:hidden;zoom:1}ul.brands_index li{float:left;margin:0 2px 2px 0}ul.brands_index li a,ul.brands_index li span{border:1px solid #ccc;padding:6px;line-height:1em;float:left;text-decoration:none}ul.brands_index li span{border-color:#eee;color:#ddd}ul.brands_index li a:hover{border-width:2px;padding:5px;text-decoration:none}ul.brands_index li a.active{border-width:2px;padding:5px}div#brands_a_z a.top{border:1px solid #ccc;padding:4px;line-height:1em;float:right;text-decoration:none;font-size:.8em}