@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

@-webkit-keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;-webkit-transform-origin:center bottom;animation-name:bounce;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.headShake{-webkit-animation-name:headShake;-webkit-animation-timing-function:ease-in-out;animation-name:headShake;animation-timing-function:ease-in-out}@-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)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@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)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.swing{-webkit-animation-name:swing;-webkit-transform-origin:top center;animation-name:swing;transform-origin:top center}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{-webkit-animation-name:jello;-webkit-transform-origin:center;animation-name:jello;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.heartBeat{-webkit-animation-duration:1.3s;-webkit-animation-name:heartBeat;-webkit-animation-timing-function:ease-in-out;animation-duration:1.3s;animation-name:heartBeat;animation-timing-function:ease-in-out}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{-webkit-transform:scale3d(1.03,1.03,1.03);opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{-webkit-transform:scaleX(1);opacity:1;transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{-webkit-transform:scale3d(1.03,1.03,1.03);opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{-webkit-transform:scaleX(1);opacity:1;transform:scaleX(1)}}.bounceIn{-webkit-animation-duration:.75s;-webkit-animation-name:bounceIn;animation-duration:.75s;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(0,-3000px,0);opacity:0;transform:translate3d(0,-3000px,0)}60%{-webkit-transform:translate3d(0,25px,0);opacity:1;transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(0,-3000px,0);opacity:0;transform:translate3d(0,-3000px,0)}60%{-webkit-transform:translate3d(0,25px,0);opacity:1;transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(-3000px,0,0);opacity:0;transform:translate3d(-3000px,0,0)}60%{-webkit-transform:translate3d(25px,0,0);opacity:1;transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(-3000px,0,0);opacity:0;transform:translate3d(-3000px,0,0)}60%{-webkit-transform:translate3d(25px,0,0);opacity:1;transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(3000px,0,0);opacity:0;transform:translate3d(3000px,0,0)}60%{-webkit-transform:translate3d(-25px,0,0);opacity:1;transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(3000px,0,0);opacity:0;transform:translate3d(3000px,0,0)}60%{-webkit-transform:translate3d(-25px,0,0);opacity:1;transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(0,3000px,0);opacity:0;transform:translate3d(0,3000px,0)}60%{-webkit-transform:translate3d(0,-20px,0);opacity:1;transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(0,3000px,0);opacity:0;transform:translate3d(0,3000px,0)}60%{-webkit-transform:translate3d(0,-20px,0);opacity:1;transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{-webkit-transform:scale3d(1.1,1.1,1.1);opacity:1;transform:scale3d(1.1,1.1,1.1)}to{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{-webkit-transform:scale3d(1.1,1.1,1.1);opacity:1;transform:scale3d(1.1,1.1,1.1)}to{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-duration:.75s;-webkit-animation-name:bounceOut;animation-duration:.75s;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{-webkit-transform:translate3d(0,-20px,0);opacity:1;transform:translate3d(0,-20px,0)}to{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{-webkit-transform:translate3d(0,-20px,0);opacity:1;transform:translate3d(0,-20px,0)}to{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{-webkit-transform:translate3d(20px,0,0);opacity:1;transform:translate3d(20px,0,0)}to{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{-webkit-transform:translate3d(20px,0,0);opacity:1;transform:translate3d(20px,0,0)}to{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{-webkit-transform:translate3d(-20px,0,0);opacity:1;transform:translate3d(-20px,0,0)}to{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{-webkit-transform:translate3d(-20px,0,0);opacity:1;transform:translate3d(-20px,0,0)}to{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{-webkit-transform:translate3d(0,20px,0);opacity:1;transform:translate3d(0,20px,0)}to{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{-webkit-transform:translate3d(0,20px,0);opacity:1;transform:translate3d(0,20px,0)}to{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInDown{0%{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInDownBig{0%{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{-webkit-transform:translate3d(-100%,0,0);opacity:0;transform:translate3d(-100%,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInLeft{0%{-webkit-transform:translate3d(-100%,0,0);opacity:0;transform:translate3d(-100%,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{-webkit-transform:translate3d(100%,0,0);opacity:0;transform:translate3d(100%,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInRight{0%{-webkit-transform:translate3d(100%,0,0);opacity:0;transform:translate3d(100%,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInRightBig{0%{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{-webkit-transform:translate3d(0,100%,0);opacity:0;transform:translate3d(0,100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInUp{0%{-webkit-transform:translate3d(0,100%,0);opacity:0;transform:translate3d(0,100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInUpBig{0%{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{-webkit-transform:translate3d(0,100%,0);opacity:0;transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{-webkit-transform:translate3d(0,100%,0);opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0);opacity:0;transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0);opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0);opacity:0;transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0);opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)}40%{-webkit-animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)}50%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)}80%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in;transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg)}to{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)}}@keyframes flip{0%{-webkit-animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)}40%{-webkit-animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)}50%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)}80%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in;transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg)}to{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)}}.animated.flip{-webkit-animation-name:flip;-webkit-backface-visibility:visible;animation-name:flip;backface-visibility:visible}@-webkit-keyframes flipInX{0%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);opacity:1;transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);opacity:1;transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-animation-name:flipInX;-webkit-backface-visibility:visible!important;animation-name:flipInX;backface-visibility:visible!important}@-webkit-keyframes flipInY{0%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateY(90deg)}40%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in;transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);opacity:1;transform:perspective(400px) rotateY(10deg)}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateY(90deg)}40%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in;transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);opacity:1;transform:perspective(400px) rotateY(10deg)}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-animation-name:flipInY;-webkit-backface-visibility:visible!important;animation-name:flipInY;backface-visibility:visible!important}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);opacity:1;transform:perspective(400px) rotateX(-20deg)}to{-webkit-transform:perspective(400px) rotateX(90deg);opacity:0;transform:perspective(400px) rotateX(90deg)}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);opacity:1;transform:perspective(400px) rotateX(-20deg)}to{-webkit-transform:perspective(400px) rotateX(90deg);opacity:0;transform:perspective(400px) rotateX(90deg)}}.flipOutX{-webkit-animation-duration:.75s;-webkit-animation-name:flipOutX;-webkit-backface-visibility:visible!important;animation-duration:.75s;animation-name:flipOutX;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);opacity:1;transform:perspective(400px) rotateY(-15deg)}to{-webkit-transform:perspective(400px) rotateY(90deg);opacity:0;transform:perspective(400px) rotateY(90deg)}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);opacity:1;transform:perspective(400px) rotateY(-15deg)}to{-webkit-transform:perspective(400px) rotateY(90deg);opacity:0;transform:perspective(400px) rotateY(90deg)}}.flipOutY{-webkit-animation-duration:.75s;-webkit-animation-name:flipOutY;-webkit-backface-visibility:visible!important;animation-duration:.75s;animation-name:flipOutY;backface-visibility:visible!important}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);opacity:0;transform:translate3d(100%,0,0) skewX(-30deg)}60%{-webkit-transform:skewX(20deg);opacity:1;transform:skewX(20deg)}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);opacity:0;transform:translate3d(100%,0,0) skewX(-30deg)}60%{-webkit-transform:skewX(20deg);opacity:1;transform:skewX(20deg)}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-name:lightSpeedIn;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);opacity:0;transform:translate3d(100%,0,0) skewX(30deg)}}@keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);opacity:0;transform:translate3d(100%,0,0) skewX(30deg)}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-name:lightSpeedOut;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);-webkit-transform-origin:center;opacity:0;transform:rotate(-200deg);transform-origin:center}to{-webkit-transform:translateZ(0);-webkit-transform-origin:center;opacity:1;transform:translateZ(0);transform-origin:center}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);-webkit-transform-origin:center;opacity:0;transform:rotate(-200deg);transform-origin:center}to{-webkit-transform:translateZ(0);-webkit-transform-origin:center;opacity:1;transform:translateZ(0);transform-origin:center}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(-45deg);transform-origin:left bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:left bottom;opacity:1;transform:translateZ(0);transform-origin:left bottom}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(-45deg);transform-origin:left bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:left bottom;opacity:1;transform:translateZ(0);transform-origin:left bottom}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(45deg);transform-origin:right bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:right bottom;opacity:1;transform:translateZ(0);transform-origin:right bottom}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(45deg);transform-origin:right bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:right bottom;opacity:1;transform:translateZ(0);transform-origin:right bottom}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(45deg);transform-origin:left bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:left bottom;opacity:1;transform:translateZ(0);transform-origin:left bottom}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(45deg);transform-origin:left bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:left bottom;opacity:1;transform:translateZ(0);transform-origin:left bottom}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(-90deg);transform-origin:right bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:right bottom;opacity:1;transform:translateZ(0);transform-origin:right bottom}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(-90deg);transform-origin:right bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:right bottom;opacity:1;transform:translateZ(0);transform-origin:right bottom}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center;opacity:1;transform-origin:center}to{-webkit-transform:rotate(200deg);-webkit-transform-origin:center;opacity:0;transform:rotate(200deg);transform-origin:center}}@keyframes rotateOut{0%{-webkit-transform-origin:center;opacity:1;transform-origin:center}to{-webkit-transform:rotate(200deg);-webkit-transform-origin:center;opacity:0;transform:rotate(200deg);transform-origin:center}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;opacity:1;transform-origin:left bottom}to{-webkit-transform:rotate(45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(45deg);transform-origin:left bottom}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;opacity:1;transform-origin:left bottom}to{-webkit-transform:rotate(45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(45deg);transform-origin:left bottom}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;opacity:1;transform-origin:right bottom}to{-webkit-transform:rotate(-45deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(-45deg);transform-origin:right bottom}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;opacity:1;transform-origin:right bottom}to{-webkit-transform:rotate(-45deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(-45deg);transform-origin:right bottom}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;opacity:1;transform-origin:left bottom}to{-webkit-transform:rotate(-45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(-45deg);transform-origin:left bottom}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;opacity:1;transform-origin:left bottom}to{-webkit-transform:rotate(-45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(-45deg);transform-origin:left bottom}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;opacity:1;transform-origin:right bottom}to{-webkit-transform:rotate(90deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(90deg);transform-origin:right bottom}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;opacity:1;transform-origin:right bottom}to{-webkit-transform:rotate(90deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(90deg);transform-origin:right bottom}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;-webkit-transform-origin:top left;animation-timing-function:ease-in-out;transform-origin:top left}20%,60%{-webkit-animation-timing-function:ease-in-out;-webkit-transform:rotate(80deg);-webkit-transform-origin:top left;animation-timing-function:ease-in-out;transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-animation-timing-function:ease-in-out;-webkit-transform:rotate(60deg);-webkit-transform-origin:top left;animation-timing-function:ease-in-out;opacity:1;transform:rotate(60deg);transform-origin:top left}to{-webkit-transform:translate3d(0,700px,0);opacity:0;transform:translate3d(0,700px,0)}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;-webkit-transform-origin:top left;animation-timing-function:ease-in-out;transform-origin:top left}20%,60%{-webkit-animation-timing-function:ease-in-out;-webkit-transform:rotate(80deg);-webkit-transform-origin:top left;animation-timing-function:ease-in-out;transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-animation-timing-function:ease-in-out;-webkit-transform:rotate(60deg);-webkit-transform-origin:top left;animation-timing-function:ease-in-out;opacity:1;transform:rotate(60deg);transform-origin:top left}to{-webkit-transform:translate3d(0,700px,0);opacity:0;transform:translate3d(0,700px,0)}}.hinge{-webkit-animation-duration:2s;-webkit-animation-name:hinge;animation-duration:2s;animation-name:hinge}@-webkit-keyframes jackInTheBox{0%{-webkit-transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{-webkit-transform:scale(1);opacity:1;transform:scale(1)}}@keyframes jackInTheBox{0%{-webkit-transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{-webkit-transform:scale(1);opacity:1;transform:scale(1)}}.jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes rollIn{0%{-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) rotate(120deg);opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) rotate(120deg);opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}@keyframes zoomInDown{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}@keyframes zoomInLeft{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}@keyframes zoomInRight{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}@keyframes zoomInUp{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom}}@keyframes zoomOutDown{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{-webkit-transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}@keyframes zoomOutLeft{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{-webkit-transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{-webkit-transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}@keyframes zoomOutRight{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{-webkit-transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom}}@keyframes zoomOutUp{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:hidden}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:hidden}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:hidden}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:hidden}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:hidden}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:hidden}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:hidden}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:hidden}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}.animated{-webkit-animation-duration:1s;-webkit-animation-fill-mode:both;animation-duration:1s;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.delay-1s{-webkit-animation-delay:1s;animation-delay:1s}.animated.delay-2s{-webkit-animation-delay:2s;animation-delay:2s}.animated.delay-3s{-webkit-animation-delay:3s;animation-delay:3s}.animated.delay-4s{-webkit-animation-delay:4s;animation-delay:4s}.animated.delay-5s{-webkit-animation-delay:5s;animation-delay:5s}.animated.fast{-webkit-animation-duration:.8s;animation-duration:.8s}.animated.faster{-webkit-animation-duration:.5s;animation-duration:.5s}.animated.slow{-webkit-animation-duration:2s;animation-duration:2s}.animated.slower{-webkit-animation-duration:3s;animation-duration:3s}@media (prefers-reduced-motion){.animated{-webkit-animation:unset!important;-webkit-transition:none!important;animation:unset!important;transition:none!important}}
/*!
 * Font Awesome Free 5.8.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s infinite linear}.fa-pulse{animation:fa-spin 1s infinite steps(8)}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adobe:before{content:"\f778"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-balance-scale:before{content:"\f24e"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-handshake:before{content:"\f2b5"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-wizard:before{content:"\f6e8"}.fa-haykal:before{content:"\f666"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-nintendo-switch:before{content:"\f418"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-volume:before{content:"\f2a0"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:normal;font-display:auto;src:url(../../lib/fontawesome-free/webfonts/fa-brands-400.eot);src:url(../../lib/fontawesome-free/webfonts/fa-brands-400d41d.eot?#iefix) format("embedded-opentype"),url(../../lib/fontawesome-free/webfonts/fa-brands-400.woff2) format("woff2"),url(../../lib/fontawesome-free/webfonts/fa-brands-400.woff) format("woff"),url(../../lib/fontawesome-free/webfonts/fa-brands-400.ttf) format("truetype"),url(../../lib/fontawesome-free/webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:auto;src:url(../../lib/fontawesome-free/webfonts/fa-regular-400.eot);src:url(../../lib/fontawesome-free/webfonts/fa-regular-400d41d.eot?#iefix) format("embedded-opentype"),url(../../lib/fontawesome-free/webfonts/fa-regular-400.woff2) format("woff2"),url(../../lib/fontawesome-free/webfonts/fa-regular-400.woff) format("woff"),url(../../lib/fontawesome-free/webfonts/fa-regular-400.ttf) format("truetype"),url(../../lib/fontawesome-free/webfonts/fa-regular-400.svg#fontawesome) format("svg")}.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:auto;src:url(../../lib/fontawesome-free/webfonts/fa-solid-900.eot);src:url(../../lib/fontawesome-free/webfonts/fa-solid-900d41d.eot?#iefix) format("embedded-opentype"),url(../../lib/fontawesome-free/webfonts/fa-solid-900.woff2) format("woff2"),url(../../lib/fontawesome-free/webfonts/fa-solid-900.woff) format("woff"),url(../../lib/fontawesome-free/webfonts/fa-solid-900.ttf) format("truetype"),url(../../lib/fontawesome-free/webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}
.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#fff;opacity:.5}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none !important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none !important}.mfp-preloader{color:#CCC;position:absolute;top:50%;width:auto;text-align:center;margin-top:-0.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#CCC}.mfp-preloader a:hover{color:#FFF}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:none;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;top:0;right:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#FFF;font-style:normal;font-size:28px;font-family:Arial, Baskerville, monospace}.mfp-close:hover,.mfp-close:focus{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:hover,.mfp-arrow:focus{opacity:1}.mfp-arrow:before,.mfp-arrow:after{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:0.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #FFF;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3F3F3F}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #FFF;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3F3F3F}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{display:block;position:absolute;top:0;left:0;width:100%;height:100%;background:#000;box-shadow:0 0 8px rgba(0,0,0,0.6)}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#444}.mfp-figure small{color:#BDBDBD;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#F3F3F3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,0.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,0.6);position:fixed;text-align:center;padding:0}}@media all and (max-width: 900px){.mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.mfp-fade.mfp-bg{opacity:0;-webkit-transition:all 0.15s ease-out;-moz-transition:all 0.15s ease-out;transition:all 0.15s ease-out}.mfp-fade.mfp-bg.mfp-ready{opacity:0.8}.mfp-fade.mfp-bg.mfp-removing{opacity:0}.mfp-fade.mfp-wrap .mfp-content{opacity:0;-webkit-transition:all 0.15s ease-out;-moz-transition:all 0.15s ease-out;transition:all 0.15s ease-out}.mfp-fade.mfp-wrap.mfp-ready .mfp-content{opacity:1}.mfp-fade.mfp-wrap.mfp-removing .mfp-content{opacity:0}


@charset "UTF-8";


/* -------------------------------------------
    Owl Carousel
---------------------------------------------- */

.owl-loaded .owl-stage:after {
    content: "";
}

.owl-carousel:not(.owl-loaded) {
    flex-wrap: nowrap;
    overflow: hidden;
    width: auto;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 1.5rem;
}

.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next {
    margin: 0;
    transform: translateY(-50%);
    font-size: 20px;
    font-weight: 400;
    color: #336699;
}

    .owl-theme .owl-nav .owl-prev i::before,
    .owl-theme .owl-nav .owl-next i::before {
        margin: 0;
    }

    .owl-theme .owl-nav .owl-prev:not(.disabled):hover, .owl-theme .owl-nav .owl-prev:not(.disabled):active .owl-theme .owl-nav .owl-prev:not(.disabled):focus,
    .owl-theme .owl-nav .owl-next:not(.disabled):hover,
    .owl-theme .owl-nav .owl-prev:not(.disabled):active .owl-theme .owl-nav .owl-next:not(.disabled):focus,
    .owl-theme .owl-nav .owl-next:not(.disabled):active .owl-theme .owl-nav .owl-prev:not(.disabled):focus,
    .owl-theme .owl-nav .owl-next:not(.disabled):active .owl-theme .owl-nav .owl-next:not(.disabled):focus {
        background-color: #336699;
        border-color: #336699;
    }

    .owl-theme .owl-nav .owl-prev.disabled,
    .owl-theme .owl-nav .owl-next.disabled {
        color: #ccc;
    }

.owl-theme .owl-nav .owl-prev {
    left: -40px;
}

    .owl-theme .owl-nav .owl-prev i {
        margin-right: 2px;
    }

.owl-theme .owl-nav .owl-next {
    right: -40px;
}

    .owl-theme .owl-nav .owl-next i {
        margin-left: 2px;
    }

.owl-theme .owl-dots .owl-dot.active span {
    background-color: #336699;
    border-color: #336699;
    width: 8px;
}

.owl-theme .owl-dots .owl-dot span {
    margin: 5px;
}

@media (max-width: 1300px) {
    .owl-theme .owl-nav .owl-prev {
        left: 20px;
    }

    .owl-theme .owl-nav .owl-next {
        right: 20px;
    }
}

.owl-nav-full .owl-nav {
    opacity: 0;
    transition: opacity 0.4s;
}

    .owl-nav-full .owl-nav .owl-prev,
    .owl-nav-full .owl-nav .owl-next {
        margin: 0;
        top: 0;
        height: 100%;
        transform: none;
        border: 0;
        font-size: 3.2rem;
        font-weight: 400;
        color: #333;
        border-radius: 0;
        background-color: rgba(255, 255, 255, 0.8);
        transition: 0.4s;
    }

        .owl-nav-full .owl-nav .owl-prev:not(.disabled):hover,
        .owl-nav-full .owl-nav .owl-next:not(.disabled):hover {
            color: #336699;
            background-color: rgba(255, 255, 255, 0.8);
        }

        .owl-nav-full .owl-nav .owl-prev.disabled,
        .owl-nav-full .owl-nav .owl-next.disabled {
            visibility: hidden;
            opacity: 0;
        }

    .owl-nav-full .owl-nav .owl-prev {
        left: 0;
    }

    .owl-nav-full .owl-nav .owl-next {
        right: 0;
    }

.owl-nav-full:hover .owl-nav {
    opacity: 1;
}

.owl-nav-full:hover .owl-prev {
    left: 0;
}

.owl-nav-full:hover .owl-next {
    right: 0;
}

.owl-nav-inner .owl-nav .owl-prev,
.owl-nav-inner .owl-nav .owl-next {
    opacity: 0;
    visibility: hidden;
}

.owl-nav-inner .owl-nav i {
    margin-bottom: 2px;
}

.owl-nav-inner .owl-nav .owl-prev {
    left: 0;
}

.owl-nav-inner .owl-nav .owl-next {
    right: 0;
}

.owl-nav-inner:hover .owl-prev,
.owl-nav-inner:hover .owl-next {
    opacity: 1;
    visibility: visible;
}

.owl-nav-inner:hover .owl-prev {
    left: 2rem;
}

.owl-nav-inner:hover .owl-next {
    right: 2rem;
}

.owl-nav-top > .owl-nav {
    position: absolute;
    top: -5.3rem;
    right: -0.4rem;
    color: #777;
}

    .owl-nav-top > .owl-nav i {
        font-size: 1.4rem;
        font-weight: 400;
    }

        .owl-nav-top > .owl-nav i::before {
            margin: 0;
        }

.owl-nav-bottom > .owl-nav {
    position: absolute;
    bottom: 1.7rem;
    right: -0.4rem;
    color: #999;
}

    .owl-nav-bottom > .owl-nav i {
        font-size: 2rem;
        font-weight: 700;
    }

        .owl-nav-bottom > .owl-nav i::before {
            margin: 0;
        }

.owl-nav-bottom .owl-prev {
    margin-right: 0.8rem;
}

.owl-nav-right .owl-nav {
    position: absolute;
    right: 4rem;
    bottom: 7.8rem;
}

.owl-dot-white .owl-dots .owl-dot span {
    background-color: #fff;
    border-color: #fff;
    opacity: 0.8;
}

.owl-dot-white .owl-dots .owl-dot.active span {
    background-color: #fff;
    border-color: #fff;
    opacity: 1;
}

.owl-dot-grey .owl-dots .owl-dot span {
    background-color: #eee;
    border-color: #eee;
}

.owl-dot-grey .owl-dots .owl-dot.active span {
    background-color: #336699;
    border-color: #336699;
}

.owl-dot-inner .owl-dots {
    position: absolute;
    bottom: 4.5rem;
    left: 50%;
    transform: translateX(-50%);
}

.owl-dot-right .owl-dots {
    position: absolute;
    bottom: 6.9rem;
    right: 1.5rem;
}

.owl-img-dots {
    z-index: 1000;
}

    .owl-img-dots a {
        display: inline-flex;
        position: relative;
        margin: 0 1.5rem 1rem;
        border-radius: 50%;
        border: 3px solid transparent;
        box-shadow: 0 0 0 2px #ccc;
        overflow: hidden;
        transition: padding 0.4s, box-shadow 0.4s;
    }

        .owl-img-dots a.active, .owl-img-dots a:hover {
            box-shadow: 0 0 0 2px #336699;
        }

        .owl-img-dots a img {
            border-radius: 50%;
        }

.brands-carousel .owl-item, .brands-carousel:not(.owl-loaded) figure .owl-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .brands-carousel .owl-item img, .brands-carousel:not(.owl-loaded) figure .owl-item img {
        width: auto;
    }

.owl-carousel .slide-animate {
    transform: translate3d(0, 0, 0) scale(1);
    will-change: filter, transform, opacity;
    opacity: 0;
}

    .owl-carousel .slide-animate.show-content {
        opacity: 1;
    }

.owl-full-height,
.owl-full-height .owl-stage-outer,
.owl-full-height .owl-stage,
.owl-full-height .owl-item,
.owl-same-height .owl-item > * {
    height: 100%;
}

.owl-same-height .owl-stage {
    display: flex;
}

.owl-full-height .owl-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    vertical-align: middle;
}

.owl-shadow-carousel .owl-stage-outer {
    margin: -20px;
    padding: 20px;
}

@media (max-width: 575px) {
    .owl-shadow-carousel .owl-stage-outer {
        margin: -15px;
        padding: 15px;
    }
}

.owl-nav-bg > .owl-nav .owl-prev {
    left: 15.4%;
}

.owl-nav-bg > .owl-nav .owl-next {
    right: 15.4%;
}

.owl-nav-bg > .owl-nav [class*=owl-] {
    width: 4.8rem;
    height: 4.8rem;
    border-width: 2px;
    font-size: 2.4rem;
    color: #666666;
    border-color: #666666;
}

    .owl-nav-bg > .owl-nav [class*=owl-].disabled {
        border-color: #acabab;
    }

.owl-nav-bg > .owl-nav i {
    line-height: 1;
    margin-bottom: 2px;
}

.owl-nav-fade .owl-nav .owl-prev {
    opacity: 0;
    margin-left: 4rem;
}

.owl-nav-fade .owl-nav .owl-next {
    opacity: 0;
    margin-right: 4rem;
}

.owl-nav-fade:hover .owl-nav .owl-prev {
    opacity: 1;
    margin-left: 0;
}

.owl-nav-fade:hover .owl-nav .owl-next {
    opacity: 1;
    margin-right: 0;
}

.owl-nav-outside .owl-nav .owl-prev {
    margin-left: -4rem;
}

.owl-nav-outside .owl-nav .owl-next {
    margin-right: -4rem;
}

.owl-custom-nav {
    display: flex;
    align-content: center;
    justify-content: center;
}

    .owl-custom-nav .owl-prev, .owl-custom-nav .owl-next {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: transparent;
        border: 1px solid transparent;
        font-size: 2rem;
        width: 3rem;
        height: 3rem;
        color: #333;
        transition: border-color 0.4s, color 0.4s, background-color 0.4s;
        cursor: pointer;
    }

    .owl-custom-nav.nav-circle .owl-prev, .owl-custom-nav.nav-circle .owl-next {
        border-radius: 50%;
        border: 1px solid #999;
    }

        .owl-custom-nav.nav-circle .owl-prev.active, .owl-custom-nav.nav-circle .owl-prev:hover, .owl-custom-nav.nav-circle .owl-next.active, .owl-custom-nav.nav-circle .owl-next:hover {
            background: #336699;
            border-color: #336699;
            color: #fff;
        }

.owl-nav-lg > .owl-nav .owl-next,
.owl-nav-lg > .owl-nav .owl-prev,
.owl-nav-md > .owl-nav .owl-next,
.owl-nav-md > .owl-nav .owl-prev {
    border: 0;
}

.owl-nav-lg > .owl-nav [class*=owl-]:not(.disabled):hover,
.owl-nav-md > .owl-nav [class*=owl-]:not(.disabled):hover {
    background-color: transparent;
    border: none;
}

.owl-nav-lg > .owl-nav .owl-next,
.owl-nav-lg > .owl-nav .owl-prev {
    font-size: 4.8rem;
}

.owl-nav-md > .owl-nav .owl-next,
.owl-nav-md > .owl-nav .owl-prev {
    font-size: 3.3rem;
}

.owl-split .owl-item:not(:last-child) {
    position: relative;
}

    .owl-split .owl-item:not(:last-child)::after {
        content: "";
        position: absolute;
        left: 100%;
        top: 0;
        bottom: 0;
        width: 1px;
        background-color: #ebebeb;
    }

.owl-middle .owl-stage {
    display: flex;
    align-items: center;
}

.owl-custom-shadow .owl-stage-outer::before, .owl-custom-shadow .owl-stage-outer::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    box-shadow: 0 0 140px 220px rgba(255, 255, 255, 0.8);
    z-index: 1;
    transition: ease opacity 300ms;
}

.owl-custom-shadow.left-shadow .owl-stage-outer::after {
    content: none;
}

.owl-custom-shadow.right-shadow .owl-stage-outer::before {
    content: none;
}

.owl-custom-shadow.right-shadow .owl-stage-outer::after {
    right: 0;
}

@media (max-width: 1440px) {
    .owl-nav-outside .owl-nav .owl-prev {
        margin-left: 0;
    }

    .owl-nav-outside .owl-nav .owl-next {
        margin-right: 0;
    }
}

@media (max-width: 575px) {
    .owl-img-dots a {
        margin-left: 1rem;
        margin-right: 1rem;
    }
}


/* -------------------------------------------
    No UiSlider
---------------------------------------------- */
.noUi-target {
    background: #ccc;
    margin: 4px 5px 1.5rem 5px;
}

.noUi-connects {
    padding: 11.5px 0;
    top: -10px;
}

.noUi-connect {
    background: #336699;
    margin-top: 10px;
    height: 2px;
}

.noUi-horizontal {
    height: 2px;
    background-color: #eee;
}

    .noUi-horizontal .noUi-handle {
        width: 1.1rem;
        height: 1.1rem;
        background: #336699;
    }


/* 4. Base */
/** Base */
*, ::after, ::before {
    box-sizing: inherit;
}

html {
    font-size: 62.5%;
    font-size-adjust: 100%;
    font-weight: 400;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    margin: 0;
    overflow-x: hidden;
    font-family: Poppins, sans-serif;
    font-size: 1.4rem;
    line-height: 1.6;
    color: #666;
    background: #fff;
}

main {
    display: block;
    position: relative;
}

body:not(.loaded) * {
    transition: all 0s !important;
}

.page-wrapper {
    position: relative;
    transition: margin 0.4s, opacity 0.5s;
}

.loaded > .page-wrapper {
    opacity: 1;
}

ul {
    padding-left: 1.5em;
}

.menu, .menu ul,
.mobile-menu, .mobile-menu ul,
.nav, .nav ul,
.breadcrumb,
.widget-body, .widget-body ul,
.dropdown-box,
.category-list,
.product-details ul,
.pagination,
.filter-items,
.product-tabs > div ul,
.nav-filters,
.shipping-methods,
.shipping-methods ul,
.fee-description {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

input, .btn {
    margin: 0;
}

a {
    text-decoration: none;
    color: #336699;
    transition: color 0.3s;
}

    a:hover {
        color: #1914fe;
    }

:focus {
    outline: 0;
}

figure {
    margin: 0;
}

hr {
    margin: 0.5rem 0 1.5rem;
    border: 0;
    border-top: 1px solid #eee;
}

img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    vertical-align: middle;
}

table {
    width: 100%;
    border-collapse: collapse;
}

.scrollable {
    -webkit-overflow-scrolling: touch;
}

    .scrollable::-webkit-scrollbar {
        height: 7px;
        width: 4px;
    }

    .scrollable::-webkit-scrollbar-thumb {
        margin-right: 2px;
        background: rgba(0, 0, 0, 0.25);
        border-radius: 5px;
        cursor: pointer;
    }

.scrollable-light::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
}

.scrollable:hover::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.25);
}

.sticky-content.fix-top {
    top: 0;
}

.sticky-content.fix-bottom {
    bottom: 0;
}

.sticky-content.fixed {
    position: fixed;
    left: 0;
    right: 0;
    opacity: 1;
    transform: translateY(0);
    z-index: 1051;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
}

    .sticky-content.fixed.fix-top {
        animation: fixedTopContent 0.4s;
    }

    .sticky-content.fixed.fix-bottom {
        animation: fixedBottomContent 0.4s;
    }

.scroll-top {
    position: fixed;
    right: 15px;
    bottom: 0;
    width: 40px;
    height: 40px;
    padding: 11px 0;
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
    line-height: 1.3;
    border-radius: 0.3rem 0.3rem 0 0;
    visibility: hidden;
    opacity: 0;
    transition: transform 0.3s, visibility 0.3s, opacity 0.3s;
    transform: translateY(40px);
    z-index: 9999;
    background-color: #43494e;
}

    .scroll-top:hover {
        color: #fff;
    }

.loading:not(.load-more-overlay),
.load-more-overlay.loading::after {
    animation: spin 650ms infinite linear;
    border: 2px solid transparent;
    border-radius: 32px;
    border-top: 2px solid #336699 !important;
    border-right: 2px solid rgba(51, 102, 153, 0.4) !important;
    border-bottom: 2px solid #336699 !important;
    border-left: 2px solid rgba(51, 102, 153, 0.4) !important;
    content: "";
    display: block;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    left: 50%;
    margin-left: -10px;
    right: auto;
    position: absolute;
    width: 20px;
}

.load-more-overlay {
    position: relative;
}

    .load-more-overlay.loading::after {
        content: "";
    }

    .load-more-overlay::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: #fff;
        opacity: 0.8;
    }

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    }
}

@media (min-width: 768px) {
    .scroll-top.show {
        visibility: visible;
        opacity: 0.7;
        transform: translateY(0);
    }
}

/* Layout */
.container,
.container-fluid {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 479px) {
    .container,
    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.container-fluid {
    max-width: 1820px;
}

.container {
    max-width: 1280px;
}


/* 4. Base */
/** Base */
*, ::after, ::before {
    box-sizing: inherit;
}

html {
    font-size: 62.5%;
    font-size-adjust: 100%;
    font-weight: 400;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    margin: 0;
    overflow-x: hidden;
    font-family: Poppins, sans-serif;
    font-size: 1.4rem;
    line-height: 1.6;
    color: #666;
    background: #fff;
}

main {
    display: block;
    position: relative;
}

body:not(.loaded) * {
    transition: all 0s !important;
}

.page-wrapper {
    position: relative;
    transition: margin 0.4s, opacity 0.5s;
}

.loaded > .page-wrapper {
    opacity: 1;
}

ul {
    padding-left: 1.5em;
}

.menu, .menu ul,
.mobile-menu, .mobile-menu ul,
.nav, .nav ul,
.breadcrumb,
.widget-body, .widget-body ul,
.dropdown-box,
.category-list,
.product-details ul,
.pagination,
.filter-items,
.product-tabs > div ul,
.nav-filters,
.shipping-methods,
.shipping-methods ul,
.fee-description {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

input, .btn {
    margin: 0;
}

a {
    text-decoration: none;
    color: #336699;
    transition: color 0.3s;
}

    a:hover {
        color: #1914fe;
    }

:focus {
    outline: 0;
}

figure {
    margin: 0;
}

hr {
    margin: 0.5rem 0 1.5rem;
    border: 0;
    border-top: 1px solid #eee;
}

img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    vertical-align: middle;
}

table {
    width: 100%;
    border-collapse: collapse;
}

.scrollable {
    -webkit-overflow-scrolling: touch;
}

    .scrollable::-webkit-scrollbar {
        height: 7px;
        width: 4px;
    }

    .scrollable::-webkit-scrollbar-thumb {
        margin-right: 2px;
        background: rgba(0, 0, 0, 0.25);
        border-radius: 5px;
        cursor: pointer;
    }

.scrollable-light::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
}

.scrollable:hover::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.25);
}

.sticky-content.fix-top {
    top: 0;
}

.sticky-content.fix-bottom {
    bottom: 0;
}

.sticky-content.fixed {
    position: fixed;
    left: 0;
    right: 0;
    opacity: 1;
    transform: translateY(0);
    z-index: 1051;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
}

    .sticky-content.fixed.fix-top {
        animation: fixedTopContent 0.4s;
    }

    .sticky-content.fixed.fix-bottom {
        animation: fixedBottomContent 0.4s;
    }

.scroll-top {
    position: fixed;
    right: 15px;
    bottom: 0;
    width: 40px;
    height: 40px;
    padding: 11px 0;
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
    line-height: 1.3;
    border-radius: 0.3rem 0.3rem 0 0;
    visibility: hidden;
    opacity: 0;
    transition: transform 0.3s, visibility 0.3s, opacity 0.3s;
    transform: translateY(40px);
    z-index: 9999;
    background-color: #43494e;
}

    .scroll-top:hover {
        color: #fff;
    }

.loading:not(.load-more-overlay),
.load-more-overlay.loading::after {
    animation: spin 650ms infinite linear;
    border: 2px solid transparent;
    border-radius: 32px;
    border-top: 2px solid #336699 !important;
    border-right: 2px solid rgba(51, 102, 153, 0.4) !important;
    border-bottom: 2px solid #336699 !important;
    border-left: 2px solid rgba(51, 102, 153, 0.4) !important;
    content: "";
    display: block;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    left: 50%;
    margin-left: -10px;
    right: auto;
    position: absolute;
    width: 20px;
}

.load-more-overlay {
    position: relative;
}

    .load-more-overlay.loading::after {
        content: "";
    }

    .load-more-overlay::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: #fff;
        opacity: 0.8;
    }

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    }
}

@media (min-width: 768px) {
    .scroll-top.show {
        visibility: visible;
        opacity: 0.7;
        transform: translateY(0);
    }
}

/* Layout */
.container,
.container-fluid {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 479px) {
    .container,
    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.container-fluid {
    max-width: 1820px;
}

.container {
    max-width: 1280px;
}



/* Grid */
.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

    .row > * {
        position: relative;
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
    }

.gutter-lg {
    margin-left: -15px;
    margin-right: -15px;
}

    .gutter-lg > * {
        padding-left: 15px;
        padding-right: 15px;
    }

.gutter-sm {
    margin-left: -5px;
    margin-right: -5px;
}

    .gutter-sm > * {
        padding-left: 5px;
        padding-right: 5px;
    }

.gutter-xs {
    margin-left: -1px;
    margin-right: -1px;
}

    .gutter-xs > * {
        padding-left: 1px;
        padding-right: 1px;
    }

.gutter-no {
    margin-left: 0;
    margin-right: 0;
}

    .gutter-no > * {
        padding-left: 0;
        padding-right: 0;
    }

.cols-1 > * {
    max-width: 100%;
    flex: 0 0 100%;
}

.cols-2 > * {
    max-width: 50%;
    flex: 0 0 50%;
}

.cols-3 > * {
    max-width: 33.3333%;
    flex: 0 0 33.3333%;
}

.cols-4 > * {
    max-width: 25%;
    flex: 0 0 25%;
}

.cols-5 > * {
    max-width: 20%;
    flex: 0 0 20%;
}

.cols-6 > * {
    max-width: 16.6667%;
    flex: 0 0 16.6667%;
}

.cols-7 > * {
    max-width: 14.2857%;
    flex: 0 0 14.2857%;
}

.cols-8 > * {
    max-width: 12.5%;
    flex: 0 0 12.5%;
}

@media (min-width: 480px) {
    .cols-xs-1 > * {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .cols-xs-2 > * {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .cols-xs-3 > * {
        max-width: 33.3333%;
        flex: 0 0 33.3333%;
    }

    .cols-xs-4 > * {
        max-width: 25%;
        flex: 0 0 25%;
    }

    .cols-xs-5 > * {
        max-width: 20%;
        flex: 0 0 20%;
    }

    .cols-xs-6 > * {
        max-width: 16.6667%;
        flex: 0 0 16.6667%;
    }

    .cols-xs-7 > * {
        max-width: 14.2857%;
        flex: 0 0 14.2857%;
    }

    .cols-xs-8 > * {
        max-width: 12.5%;
        flex: 0 0 12.5%;
    }
}

@media (min-width: 576px) {
    .cols-sm-1 > * {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .cols-sm-2 > * {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .cols-sm-3 > * {
        max-width: 33.3333%;
        flex: 0 0 33.3333%;
    }

    .cols-sm-4 > * {
        max-width: 25%;
        flex: 0 0 25%;
    }

    .cols-sm-5 > * {
        max-width: 20%;
        flex: 0 0 20%;
    }

    .cols-sm-6 > * {
        max-width: 16.6667%;
        flex: 0 0 16.6667%;
    }

    .cols-sm-7 > * {
        max-width: 14.2857%;
        flex: 0 0 14.2857%;
    }

    .cols-sm-8 > * {
        max-width: 12.5%;
        flex: 0 0 12.5%;
    }
}

@media (min-width: 768px) {
    .cols-md-1 > * {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .cols-md-2 > * {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .cols-md-3 > * {
        max-width: 33.3333%;
        flex: 0 0 33.3333%;
    }

    .cols-md-4 > * {
        max-width: 25%;
        flex: 0 0 25%;
    }

    .cols-md-5 > * {
        max-width: 20%;
        flex: 0 0 20%;
    }

    .cols-md-6 > * {
        max-width: 16.6667%;
        flex: 0 0 16.6667%;
    }

    .cols-md-7 > * {
        max-width: 14.2857%;
        flex: 0 0 14.2857%;
    }

    .cols-md-8 > * {
        max-width: 12.5%;
        flex: 0 0 12.5%;
    }
}

@media (min-width: 992px) {
    .cols-lg-1 > * {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .cols-lg-2 > * {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .cols-lg-3 > * {
        max-width: 33.3333%;
        flex: 0 0 33.3333%;
    }

    .cols-lg-4 > * {
        max-width: 25%;
        flex: 0 0 25%;
    }

    .cols-lg-5 > * {
        max-width: 20%;
        flex: 0 0 20%;
    }

    .cols-lg-6 > * {
        max-width: 16.6667%;
        flex: 0 0 16.6667%;
    }

    .cols-lg-7 > * {
        max-width: 14.2857%;
        flex: 0 0 14.2857%;
    }

    .cols-lg-8 > * {
        max-width: 12.5%;
        flex: 0 0 12.5%;
    }
}

@media (min-width: 1200px) {
    .cols-xl-1 > * {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .cols-xl-2 > * {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .cols-xl-3 > * {
        max-width: 33.3333%;
        flex: 0 0 33.3333%;
    }

    .cols-xl-4 > * {
        max-width: 25%;
        flex: 0 0 25%;
    }

    .cols-xl-5 > * {
        max-width: 20%;
        flex: 0 0 20%;
    }

    .cols-xl-6 > * {
        max-width: 16.6667%;
        flex: 0 0 16.6667%;
    }

    .cols-xl-7 > * {
        max-width: 14.2857%;
        flex: 0 0 14.2857%;
    }

    .cols-xl-8 > * {
        max-width: 12.5%;
        flex: 0 0 12.5%;
    }

    .cols-xl-9 > * {
        max-width: 11.1111%;
        flex: 0 0 11.1111%;
    }

    .cols-xl-10 > * {
        max-width: 10%;
        flex: 0 0 10%;
    }

    .cols-xl-11 > * {
        max-width: 9.0909%;
        flex: 0 0 9.0909%;
    }

    .cols-xl-12 > * {
        max-width: 8.3333%;
        flex: 0 0 8.3333%;
    }
}

.col-1 {
    max-width: 8.3333%;
    flex: 0 0 8.3333%;
}

.col-2 {
    max-width: 16.6667%;
    flex: 0 0 16.6667%;
}

.col-3 {
    max-width: 25%;
    flex: 0 0 25%;
}

.col-4 {
    max-width: 33.3333%;
    flex: 0 0 33.3333%;
}

.col-5 {
    max-width: 41.6667%;
    flex: 0 0 41.6667%;
}

.col-6 {
    max-width: 50%;
    flex: 0 0 50%;
}

.col-7 {
    max-width: 58.3333%;
    flex: 0 0 58.3333%;
}

.col-8 {
    max-width: 66.6667%;
    flex: 0 0 66.6667%;
}

.col-9 {
    max-width: 75%;
    flex: 0 0 75%;
}

.col-10 {
    max-width: 83.3333%;
    flex: 0 0 83.3333%;
}

.col-11 {
    max-width: 91.6667%;
    flex: 0 0 91.6667%;
}

.col-12 {
    max-width: 100%;
    flex: 0 0 100%;
}

@media (min-width: 480px) {
    .col-xs-1 {
        max-width: 8.3333%;
        flex: 0 0 8.3333%;
    }

    .col-xs-2 {
        max-width: 16.6667%;
        flex: 0 0 16.6667%;
    }

    .col-xs-3 {
        max-width: 25%;
        flex: 0 0 25%;
    }

    .col-xs-4 {
        max-width: 33.3333%;
        flex: 0 0 33.3333%;
    }

    .col-xs-5 {
        max-width: 41.6667%;
        flex: 0 0 41.6667%;
    }

    .col-xs-6 {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .col-xs-7 {
        max-width: 58.3333%;
        flex: 0 0 58.3333%;
    }

    .col-xs-8 {
        max-width: 66.6667%;
        flex: 0 0 66.6667%;
    }

    .col-xs-9 {
        max-width: 75%;
        flex: 0 0 75%;
    }

    .col-xs-10 {
        max-width: 83.3333%;
        flex: 0 0 83.3333%;
    }

    .col-xs-11 {
        max-width: 91.6667%;
        flex: 0 0 91.6667%;
    }

    .col-xs-12 {
        max-width: 100%;
        flex: 0 0 100%;
    }
}

@media (min-width: 576px) {
    .col-sm-1 {
        max-width: 8.3333%;
        flex: 0 0 8.3333%;
    }

    .col-sm-2 {
        max-width: 16.6667%;
        flex: 0 0 16.6667%;
    }

    .col-sm-3 {
        max-width: 25%;
        flex: 0 0 25%;
    }

    .col-sm-4 {
        max-width: 33.3333%;
        flex: 0 0 33.3333%;
    }

    .col-sm-5 {
        max-width: 41.6667%;
        flex: 0 0 41.6667%;
    }

    .col-sm-6 {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .col-sm-7 {
        max-width: 58.3333%;
        flex: 0 0 58.3333%;
    }

    .col-sm-8 {
        max-width: 66.6667%;
        flex: 0 0 66.6667%;
    }

    .col-sm-9 {
        max-width: 75%;
        flex: 0 0 75%;
    }

    .col-sm-10 {
        max-width: 83.3333%;
        flex: 0 0 83.3333%;
    }

    .col-sm-11 {
        max-width: 91.6667%;
        flex: 0 0 91.6667%;
    }

    .col-sm-12 {
        max-width: 100%;
        flex: 0 0 100%;
    }
}

@media (min-width: 768px) {
    .col-md-1 {
        max-width: 8.3333%;
        flex: 0 0 8.3333%;
    }

    .col-md-2 {
        max-width: 16.6667%;
        flex: 0 0 16.6667%;
    }

    .col-md-3 {
        max-width: 25%;
        flex: 0 0 25%;
    }

    .col-md-4 {
        max-width: 33.3333%;
        flex: 0 0 33.3333%;
    }

    .col-md-5 {
        max-width: 41.6667%;
        flex: 0 0 41.6667%;
    }

    .col-md-6 {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .col-md-7 {
        max-width: 58.3333%;
        flex: 0 0 58.3333%;
    }

    .col-md-8 {
        max-width: 66.6667%;
        flex: 0 0 66.6667%;
    }

    .col-md-9 {
        max-width: 75%;
        flex: 0 0 75%;
    }

    .col-md-10 {
        max-width: 83.3333%;
        flex: 0 0 83.3333%;
    }

    .col-md-11 {
        max-width: 91.6667%;
        flex: 0 0 91.6667%;
    }

    .col-md-12 {
        max-width: 100%;
        flex: 0 0 100%;
    }
}

@media (min-width: 992px) {
    .col-lg-1 {
        max-width: 8.3333%;
        flex: 0 0 8.3333%;
    }

    .col-lg-2 {
        max-width: 16.6667%;
        flex: 0 0 16.6667%;
    }

    .col-lg-3 {
        max-width: 25%;
        flex: 0 0 25%;
    }

    .col-lg-4 {
        max-width: 33.3333%;
        flex: 0 0 33.3333%;
    }

    .col-lg-5 {
        max-width: 41.6667%;
        flex: 0 0 41.6667%;
    }

    .col-lg-6 {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .col-lg-7 {
        max-width: 58.3333%;
        flex: 0 0 58.3333%;
    }

    .col-lg-8 {
        max-width: 66.6667%;
        flex: 0 0 66.6667%;
    }

    .col-lg-9 {
        max-width: 75%;
        flex: 0 0 75%;
    }

    .col-lg-10 {
        max-width: 83.3333%;
        flex: 0 0 83.3333%;
    }

    .col-lg-11 {
        max-width: 91.6667%;
        flex: 0 0 91.6667%;
    }

    .col-lg-12 {
        max-width: 100%;
        flex: 0 0 100%;
    }
}

@media (min-width: 1200px) {
    .col-xl-1 {
        max-width: 8.3333%;
        flex: 0 0 8.3333%;
    }

    .col-xl-2 {
        max-width: 16.6667%;
        flex: 0 0 16.6667%;
    }

    .col-xl-3 {
        max-width: 25%;
        flex: 0 0 25%;
    }

    .col-xl-4 {
        max-width: 33.3333%;
        flex: 0 0 33.3333%;
    }

    .col-xl-5 {
        max-width: 41.6667%;
        flex: 0 0 41.6667%;
    }

    .col-xl-6 {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .col-xl-7 {
        max-width: 58.3333%;
        flex: 0 0 58.3333%;
    }

    .col-xl-8 {
        max-width: 66.6667%;
        flex: 0 0 66.6667%;
    }

    .col-xl-9 {
        max-width: 75%;
        flex: 0 0 75%;
    }

    .col-xl-10 {
        max-width: 83.3333%;
        flex: 0 0 83.3333%;
    }

    .col-xl-11 {
        max-width: 91.6667%;
        flex: 0 0 91.6667%;
    }

    .col-xl-12 {
        max-width: 100%;
        flex: 0 0 100%;
    }
}

@media (min-width: 1200px) {
    .col-xl-5col {
        position: relative;
        flex: 0 0 20%;
        max-width: 20%;
        padding-right: 10px;
        padding-left: 10px;
    }

    .col-xl-5col2 {
        position: relative;
        flex: 0 0 40%;
        max-width: 40%;
        padding-right: 10px;
        padding-left: 10px;
    }

    .col-xl-5col3 {
        position: relative;
        flex: 0 0 60%;
        max-width: 60%;
        padding-right: 10px;
        padding-left: 10px;
    }

    .col-xl-5col4 {
        position: relative;
        flex: 0 0 80%;
        max-width: 80%;
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 1600px) {
    .col-xxl-10 {
        flex: 0 0 83.3333%;
        max-width: 83.3333%;
    }

    .col-xxl-2 {
        flex: 0 0 16.6666%;
        max-width: 16.6666%;
    }
}

.order-first {
    order: -1;
}

.order-last {
    order: 9;
}

@media (min-width: 576px) {
    .order-sm-auto {
        order: 0;
    }

    .order-sm-first {
        order: -1;
    }

    .order-sm-last {
        order: 9;
    }
}

@media (min-width: 768px) {
    .order-md-auto {
        order: 0;
    }

    .order-md-first {
        order: -1;
    }

    .order-md-last {
        order: 9;
    }
}

@media (min-width: 992px) {
    .order-lg-auto {
        order: 0;
    }

    .order-lg-first {
        order: -1;
    }

    .order-lg-last {
        order: 9;
    }
}

.grid {
    margin: -1rem;
}

    .grid .banner,
    .grid .category,
    .grid .category > a,
    .grid figure,
    .grid .banner img,
    .grid .category img {
        height: 100%;
    }

    .grid img {
        object-fit: cover;
    }

    .grid .grid-item {
        padding: 1rem;
        transform: translate3d(0, 0, 0);
    }

    .grid.gutter-sm {
        margin: -0.5rem;
    }

        .grid.gutter-sm .grid-item {
            padding: 0.5rem;
        }

    .grid.gutter-no {
        margin: 0;
    }

        .grid.gutter-no .grid-item {
            padding: 0;
        }

    .grid::after {
        content: "";
        display: block;
        clear: both;
    }

    .grid.grid-float {
        display: block !important;
    }

        .grid.grid-float .grid-item {
            float: left;
        }



/* Spacing */
.mt-0 {
    margin-top: 0rem !important;
}

.mb-0 {
    margin-bottom: 0rem !important;
}

.pt-0 {
    padding-top: 0rem !important;
}

.pb-0 {
    padding-bottom: 0rem !important;
}

.mt-1 {
    margin-top: 0.5rem !important;
}

.mb-1 {
    margin-bottom: 0.5rem !important;
}

.pt-1 {
    padding-top: 0.5rem !important;
}

.pb-1 {
    padding-bottom: 0.5rem !important;
}

.mt-2 {
    margin-top: 1rem !important;
}

.mb-2 {
    margin-bottom: 1rem !important;
}

.pt-2 {
    padding-top: 1rem !important;
}

.pb-2 {
    padding-bottom: 1rem !important;
}

.mt-3 {
    margin-top: 1.5rem !important;
}

.mb-3 {
    margin-bottom: 1.5rem !important;
}

.pt-3 {
    padding-top: 1.5rem !important;
}

.pb-3 {
    padding-bottom: 1.5rem !important;
}

.mt-4 {
    margin-top: 2rem !important;
}

.mb-4 {
    margin-bottom: 2rem !important;
}

.pt-4 {
    padding-top: 2rem !important;
}

.pb-4 {
    padding-bottom: 2rem !important;
}

.mt-5 {
    margin-top: 2.5rem !important;
}

.mb-5 {
    margin-bottom: 2.5rem !important;
}

.pt-5 {
    padding-top: 2.5rem !important;
}

.pb-5 {
    padding-bottom: 2.5rem !important;
}

.mt-6 {
    margin-top: 3rem !important;
}

.mb-6 {
    margin-bottom: 3rem !important;
}

.pt-6 {
    padding-top: 3rem !important;
}

.pb-6 {
    padding-bottom: 3rem !important;
}

.mt-7 {
    margin-top: 3.5rem !important;
}

.mb-7 {
    margin-bottom: 3.5rem !important;
}

.pt-7 {
    padding-top: 3.5rem !important;
}

.pb-7 {
    padding-bottom: 3.5rem !important;
}

.mt-8 {
    margin-top: 4rem !important;
}

.mb-8 {
    margin-bottom: 4rem !important;
}

.pt-8 {
    padding-top: 4rem !important;
}

.pb-8 {
    padding-bottom: 4rem !important;
}

.mt-9 {
    margin-top: 4.5rem !important;
}

.mb-9 {
    margin-bottom: 4.5rem !important;
}

.pt-9 {
    padding-top: 4.5rem !important;
}

.pb-9 {
    padding-bottom: 4.5rem !important;
}

.mt-10 {
    margin-top: 5rem !important;
}

.mb-10 {
    margin-bottom: 5rem !important;
}

.pt-10 {
    padding-top: 5rem !important;
}

.pb-10 {
    padding-bottom: 5rem !important;
}

.ml-0 {
    margin-left: 0rem !important;
}

.mr-0 {
    margin-right: 0rem !important;
}

.pl-0 {
    padding-left: 0rem !important;
}

.pr-0 {
    padding-right: 0rem !important;
}

.ml-1 {
    margin-left: 0.5rem !important;
}

.mr-1 {
    margin-right: 0.5rem !important;
}

.pl-1 {
    padding-left: 0.5rem !important;
}

.pr-1 {
    padding-right: 0.5rem !important;
}

.ml-2 {
    margin-left: 1rem !important;
}

.mr-2 {
    margin-right: 1rem !important;
}

.pl-2 {
    padding-left: 1rem !important;
}

.pr-2 {
    padding-right: 1rem !important;
}

.ml-3 {
    margin-left: 1.5rem !important;
}

.mr-3 {
    margin-right: 1.5rem !important;
}

.pl-3 {
    padding-left: 1.5rem !important;
}

.pr-3 {
    padding-right: 1.5rem !important;
}

.ml-4 {
    margin-left: 2rem !important;
}

.mr-4 {
    margin-right: 2rem !important;
}

.pl-4 {
    padding-left: 2rem !important;
}

.pr-4 {
    padding-right: 2rem !important;
}

.ml-5 {
    margin-left: 2.5rem !important;
}

.mr-5 {
    margin-right: 2.5rem !important;
}

.pl-5 {
    padding-left: 2.5rem !important;
}

.pr-5 {
    padding-right: 2.5rem !important;
}

.ml-6 {
    margin-left: 3rem !important;
}

.mr-6 {
    margin-right: 3rem !important;
}

.pl-6 {
    padding-left: 3rem !important;
}

.pr-6 {
    padding-right: 3rem !important;
}

.ml-7 {
    margin-left: 3.5rem !important;
}

.mr-7 {
    margin-right: 3.5rem !important;
}

.pl-7 {
    padding-left: 3.5rem !important;
}

.pr-7 {
    padding-right: 3.5rem !important;
}

.ml-8 {
    margin-left: 4rem !important;
}

.mr-8 {
    margin-right: 4rem !important;
}

.pl-8 {
    padding-left: 4rem !important;
}

.pr-8 {
    padding-right: 4rem !important;
}

.ml-9 {
    margin-left: 4.5rem !important;
}

.mr-9 {
    margin-right: 4.5rem !important;
}

.pl-9 {
    padding-left: 4.5rem !important;
}

.pr-9 {
    padding-right: 4.5rem !important;
}

.ml-10 {
    margin-left: 5rem !important;
}

.mr-10 {
    margin-right: 5rem !important;
}

.pl-10 {
    padding-left: 5rem !important;
}

.pr-10 {
    padding-right: 5rem !important;
}

.ml-auto {
    margin-left: auto !important;
}

.mr-auto {
    margin-right: auto !important;
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

@media (min-width: 576px) {
    .mt-sm-0 {
        margin-top: 0rem !important;
    }

    .mt-sm-1 {
        margin-top: 0.5rem !important;
    }

    .mt-sm-2 {
        margin-top: 1rem !important;
    }

    .mt-sm-3 {
        margin-top: 1.5rem !important;
    }

    .mt-sm-4 {
        margin-top: 2rem !important;
    }

    .mt-sm-5 {
        margin-top: 2.5rem !important;
    }

    .mt-sm-6 {
        margin-top: 3rem !important;
    }

    .mt-sm-7 {
        margin-top: 3.5rem !important;
    }

    .mt-sm-8 {
        margin-top: 4rem !important;
    }

    .mt-sm-9 {
        margin-top: 4.5rem !important;
    }

    .mt-sm-10 {
        margin-top: 5rem !important;
    }

    .mb-sm-0 {
        margin-bottom: 0rem !important;
    }

    .mb-sm-1 {
        margin-bottom: 0.5rem !important;
    }

    .mb-sm-2 {
        margin-bottom: 1rem !important;
    }

    .mb-sm-3 {
        margin-bottom: 1.5rem !important;
    }

    .mb-sm-4 {
        margin-bottom: 2rem !important;
    }

    .mb-sm-5 {
        margin-bottom: 2.5rem !important;
    }

    .mb-sm-6 {
        margin-bottom: 3rem !important;
    }

    .mb-sm-7 {
        margin-bottom: 3.5rem !important;
    }

    .mb-sm-8 {
        margin-bottom: 4rem !important;
    }

    .mb-sm-9 {
        margin-bottom: 4.5rem !important;
    }

    .mb-sm-10 {
        margin-bottom: 5rem !important;
    }

    .pt-sm-0 {
        padding-top: 0rem !important;
    }

    .pt-sm-1 {
        padding-top: 0.5rem !important;
    }

    .pt-sm-2 {
        padding-top: 1rem !important;
    }

    .pt-sm-3 {
        padding-top: 1.5rem !important;
    }

    .pt-sm-4 {
        padding-top: 2rem !important;
    }

    .pt-sm-5 {
        padding-top: 2.5rem !important;
    }

    .pt-sm-6 {
        padding-top: 3rem !important;
    }

    .pt-sm-7 {
        padding-top: 3.5rem !important;
    }

    .pt-sm-8 {
        padding-top: 4rem !important;
    }

    .pt-sm-9 {
        padding-top: 4.5rem !important;
    }

    .pt-sm-10 {
        padding-top: 5rem !important;
    }

    .pb-sm-0 {
        padding-bottom: 0rem !important;
    }

    .pb-sm-1 {
        padding-bottom: 0.5rem !important;
    }

    .pb-sm-2 {
        padding-bottom: 1rem !important;
    }

    .pb-sm-3 {
        padding-bottom: 1.5rem !important;
    }

    .pb-sm-4 {
        padding-bottom: 2rem !important;
    }

    .pb-sm-5 {
        padding-bottom: 2.5rem !important;
    }

    .pb-sm-6 {
        padding-bottom: 3rem !important;
    }

    .pb-sm-7 {
        padding-bottom: 3.5rem !important;
    }

    .pb-sm-8 {
        padding-bottom: 4rem !important;
    }

    .pb-sm-9 {
        padding-bottom: 4.5rem !important;
    }

    .pb-sm-10 {
        padding-bottom: 5rem !important;
    }
}

@media (min-width: 768px) {
    .mt-md-0 {
        margin-top: 0rem !important;
    }

    .mt-md-1 {
        margin-top: 0.5rem !important;
    }

    .mt-md-2 {
        margin-top: 1rem !important;
    }

    .mt-md-3 {
        margin-top: 1.5rem !important;
    }

    .mt-md-4 {
        margin-top: 2rem !important;
    }

    .mt-md-5 {
        margin-top: 2.5rem !important;
    }

    .mt-md-6 {
        margin-top: 3rem !important;
    }

    .mt-md-7 {
        margin-top: 3.5rem !important;
    }

    .mt-md-8 {
        margin-top: 4rem !important;
    }

    .mt-md-9 {
        margin-top: 4.5rem !important;
    }

    .mt-md-10 {
        margin-top: 5rem !important;
    }

    .mb-md-0 {
        margin-bottom: 0rem !important;
    }

    .mb-md-1 {
        margin-bottom: 0.5rem !important;
    }

    .mb-md-2 {
        margin-bottom: 1rem !important;
    }

    .mb-md-3 {
        margin-bottom: 1.5rem !important;
    }

    .mb-md-4 {
        margin-bottom: 2rem !important;
    }

    .mb-md-5 {
        margin-bottom: 2.5rem !important;
    }

    .mb-md-6 {
        margin-bottom: 3rem !important;
    }

    .mb-md-7 {
        margin-bottom: 3.5rem !important;
    }

    .mb-md-8 {
        margin-bottom: 4rem !important;
    }

    .mb-md-9 {
        margin-bottom: 4.5rem !important;
    }

    .mb-md-10 {
        margin-bottom: 5rem !important;
    }

    .pt-md-0 {
        padding-top: 0rem !important;
    }

    .pt-md-1 {
        padding-top: 0.5rem !important;
    }

    .pt-md-2 {
        padding-top: 1rem !important;
    }

    .pt-md-3 {
        padding-top: 1.5rem !important;
    }

    .pt-md-4 {
        padding-top: 2rem !important;
    }

    .pt-md-5 {
        padding-top: 2.5rem !important;
    }

    .pt-md-6 {
        padding-top: 3rem !important;
    }

    .pt-md-7 {
        padding-top: 3.5rem !important;
    }

    .pt-md-8 {
        padding-top: 4rem !important;
    }

    .pt-md-9 {
        padding-top: 4.5rem !important;
    }

    .pt-md-10 {
        padding-top: 5rem !important;
    }

    .pb-md-0 {
        padding-bottom: 0rem !important;
    }

    .pb-md-1 {
        padding-bottom: 0.5rem !important;
    }

    .pb-md-2 {
        padding-bottom: 1rem !important;
    }

    .pb-md-3 {
        padding-bottom: 1.5rem !important;
    }

    .pb-md-4 {
        padding-bottom: 2rem !important;
    }

    .pb-md-5 {
        padding-bottom: 2.5rem !important;
    }

    .pb-md-6 {
        padding-bottom: 3rem !important;
    }

    .pb-md-7 {
        padding-bottom: 3.5rem !important;
    }

    .pb-md-8 {
        padding-bottom: 4rem !important;
    }

    .pb-md-9 {
        padding-bottom: 4.5rem !important;
    }

    .pb-md-10 {
        padding-bottom: 5rem !important;
    }
}

@media (min-width: 992px) {
    .mt-lg-0 {
        margin-top: 0rem !important;
    }

    .mt-lg-1 {
        margin-top: 0.5rem !important;
    }

    .mt-lg-2 {
        margin-top: 1rem !important;
    }

    .mt-lg-3 {
        margin-top: 1.5rem !important;
    }

    .mt-lg-4 {
        margin-top: 2rem !important;
    }

    .mt-lg-5 {
        margin-top: 2.5rem !important;
    }

    .mt-lg-6 {
        margin-top: 3rem !important;
    }

    .mt-lg-7 {
        margin-top: 3.5rem !important;
    }

    .mt-lg-8 {
        margin-top: 4rem !important;
    }

    .mt-lg-9 {
        margin-top: 4.5rem !important;
    }

    .mt-lg-10 {
        margin-top: 5rem !important;
    }

    .mb-lg-0 {
        margin-bottom: 0rem !important;
    }

    .mb-lg-1 {
        margin-bottom: 0.5rem !important;
    }

    .mb-lg-2 {
        margin-bottom: 1rem !important;
    }

    .mb-lg-3 {
        margin-bottom: 1.5rem !important;
    }

    .mb-lg-4 {
        margin-bottom: 2rem !important;
    }

    .mb-lg-5 {
        margin-bottom: 2.5rem !important;
    }

    .mb-lg-6 {
        margin-bottom: 3rem !important;
    }

    .mb-lg-7 {
        margin-bottom: 3.5rem !important;
    }

    .mb-lg-8 {
        margin-bottom: 4rem !important;
    }

    .mb-lg-9 {
        margin-bottom: 4.5rem !important;
    }

    .mb-lg-10 {
        margin-bottom: 5rem !important;
    }

    .pt-lg-0 {
        padding-top: 0rem !important;
    }

    .pt-lg-1 {
        padding-top: 0.5rem !important;
    }

    .pt-lg-2 {
        padding-top: 1rem !important;
    }

    .pt-lg-3 {
        padding-top: 1.5rem !important;
    }

    .pt-lg-4 {
        padding-top: 2rem !important;
    }

    .pt-lg-5 {
        padding-top: 2.5rem !important;
    }

    .pt-lg-6 {
        padding-top: 3rem !important;
    }

    .pt-lg-7 {
        padding-top: 3.5rem !important;
    }

    .pt-lg-8 {
        padding-top: 4rem !important;
    }

    .pt-lg-9 {
        padding-top: 4.5rem !important;
    }

    .pt-lg-10 {
        padding-top: 5rem !important;
    }

    .pb-lg-0 {
        padding-bottom: 0rem !important;
    }

    .pb-lg-1 {
        padding-bottom: 0.5rem !important;
    }

    .pb-lg-2 {
        padding-bottom: 1rem !important;
    }

    .pb-lg-3 {
        padding-bottom: 1.5rem !important;
    }

    .pb-lg-4 {
        padding-bottom: 2rem !important;
    }

    .pb-lg-5 {
        padding-bottom: 2.5rem !important;
    }

    .pb-lg-6 {
        padding-bottom: 3rem !important;
    }

    .pb-lg-7 {
        padding-bottom: 3.5rem !important;
    }

    .pb-lg-8 {
        padding-bottom: 4rem !important;
    }

    .pb-lg-9 {
        padding-bottom: 4.5rem !important;
    }

    .pb-lg-10 {
        padding-bottom: 5rem !important;
    }

    .ml-lg-0 {
        margin-left: 0rem !important;
    }

    .mr-lg-0 {
        margin-right: 0rem !important;
    }

    .pl-lg-0 {
        padding-left: 0rem !important;
    }

    .pr-lg-0 {
        padding-right: 0rem !important;
    }

    .ml-lg-1 {
        margin-left: 0.5rem !important;
    }

    .mr-lg-1 {
        margin-right: 0.5rem !important;
    }

    .pl-lg-1 {
        padding-left: 0.5rem !important;
    }

    .pr-lg-1 {
        padding-right: 0.5rem !important;
    }

    .ml-lg-2 {
        margin-left: 1rem !important;
    }

    .mr-lg-2 {
        margin-right: 1rem !important;
    }

    .pl-lg-2 {
        padding-left: 1rem !important;
    }

    .pr-lg-2 {
        padding-right: 1rem !important;
    }

    .ml-lg-3 {
        margin-left: 1.5rem !important;
    }

    .mr-lg-3 {
        margin-right: 1.5rem !important;
    }

    .pl-lg-3 {
        padding-left: 1.5rem !important;
    }

    .pr-lg-3 {
        padding-right: 1.5rem !important;
    }

    .ml-lg-4 {
        margin-left: 2rem !important;
    }

    .mr-lg-4 {
        margin-right: 2rem !important;
    }

    .pl-lg-4 {
        padding-left: 2rem !important;
    }

    .pr-lg-4 {
        padding-right: 2rem !important;
    }

    .ml-lg-5 {
        margin-left: 2.5rem !important;
    }

    .mr-lg-5 {
        margin-right: 2.5rem !important;
    }

    .pl-lg-5 {
        padding-left: 2.5rem !important;
    }

    .pr-lg-5 {
        padding-right: 2.5rem !important;
    }

    .ml-lg-6 {
        margin-left: 3rem !important;
    }

    .mr-lg-6 {
        margin-right: 3rem !important;
    }

    .pl-lg-6 {
        padding-left: 3rem !important;
    }

    .pr-lg-6 {
        padding-right: 3rem !important;
    }

    .ml-lg-7 {
        margin-left: 3.5rem !important;
    }

    .mr-lg-7 {
        margin-right: 3.5rem !important;
    }

    .pl-lg-7 {
        padding-left: 3.5rem !important;
    }

    .pr-lg-7 {
        padding-right: 3.5rem !important;
    }

    .ml-lg-8 {
        margin-left: 4rem !important;
    }

    .mr-lg-8 {
        margin-right: 4rem !important;
    }

    .pl-lg-8 {
        padding-left: 4rem !important;
    }

    .pr-lg-8 {
        padding-right: 4rem !important;
    }

    .ml-lg-9 {
        margin-left: 4.5rem !important;
    }

    .mr-lg-9 {
        margin-right: 4.5rem !important;
    }

    .pl-lg-9 {
        padding-left: 4.5rem !important;
    }

    .pr-lg-9 {
        padding-right: 4.5rem !important;
    }

    .ml-lg-10 {
        margin-left: 5rem !important;
    }

    .mr-lg-10 {
        margin-right: 5rem !important;
    }

    .pl-lg-10 {
        padding-left: 5rem !important;
    }

    .pr-lg-10 {
        padding-right: 5rem !important;
    }
}

@media (min-width: 1200px) {
    .mt-xl-0 {
        margin-top: 0rem !important;
    }

    .mt-xl-1 {
        margin-top: 0.5rem !important;
    }

    .mt-xl-2 {
        margin-top: 1rem !important;
    }

    .mt-xl-3 {
        margin-top: 1.5rem !important;
    }

    .mt-xl-4 {
        margin-top: 2rem !important;
    }

    .mt-xl-5 {
        margin-top: 2.5rem !important;
    }

    .mt-xl-6 {
        margin-top: 3rem !important;
    }

    .mt-xl-7 {
        margin-top: 3.5rem !important;
    }

    .mt-xl-8 {
        margin-top: 4rem !important;
    }

    .mt-xl-9 {
        margin-top: 4.5rem !important;
    }

    .mt-xl-10 {
        margin-top: 5rem !important;
    }

    .mb-xl-0 {
        margin-bottom: 0rem !important;
    }

    .mb-xl-1 {
        margin-bottom: 0.5rem !important;
    }

    .mb-xl-2 {
        margin-bottom: 1rem !important;
    }

    .mb-xl-3 {
        margin-bottom: 1.5rem !important;
    }

    .mb-xl-4 {
        margin-bottom: 2rem !important;
    }

    .mb-xl-5 {
        margin-bottom: 2.5rem !important;
    }

    .mb-xl-6 {
        margin-bottom: 3rem !important;
    }

    .mb-xl-7 {
        margin-bottom: 3.5rem !important;
    }

    .mb-xl-8 {
        margin-bottom: 4rem !important;
    }

    .mb-xl-9 {
        margin-bottom: 4.5rem !important;
    }

    .mb-xl-10 {
        margin-bottom: 5rem !important;
    }
}

@media (min-width: 992px) {
    .ml-lg-auto {
        margin-left: auto !important;
    }

    .mr-lg-auto {
        margin-right: auto !important;
    }

    .mx-lg-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

@media (min-width: 768px) {
    .ml-md-auto {
        margin-left: auto !important;
    }

    .mr-md-auto {
        margin-right: auto !important;
    }

    .mx-md-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}


/* Typography */
h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-weight: 400;
    margin: 0 0 2rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Poppins, sans-serif;
    font-weight: 700;
    line-height: 1.2;
    color: #333;
    letter-spacing: 0;
}

h1 {
    font-size: 4rem;
}

h2 {
    font-size: 3rem;
}

h3 {
    font-size: 2.4rem;
}

h4 {
    font-size: 1.8rem;
}

h5 {
    font-size: 1.5rem;
}

h6 {
    font-size: 1.3rem;
}

p {
    font-size: 1.4rem;
    line-height: 1.86;
}

.typo-grid {
    margin-bottom: 4.7rem;
}

blockquote {
    margin: 0;
}

.list-style-none {
    list-style: none;
}

.list-type-check li {
    position: relative;
    padding-left: 2rem;
    line-height: 2;
}

    .list-type-check li::before {
        position: absolute;
        display: block;
        left: 0;
        top: 1px;
        content: "";
        font-family: "wolmart";
        font-weight: 600;
        font-size: 1.3rem;
    }

.list-circle li {
    padding-left: 1rem;
    margin-bottom: 1rem;
}

.list-circle i {
    margin-right: 1.2rem;
    width: 4rem;
    height: 4rem;
    border: 1px solid #e1e1e1;
    border-radius: 50%;
    text-align: center;
    line-height: 3.8rem;
    font-size: 1.1rem;
}

/* Helper Class */
.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.text-normal {
    text-transform: none !important;
}

.d-none {
    display: none !important;
}

.d-block {
    display: block !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-flex {
    display: flex !important;
}

.d-inline-flex {
    display: inline-flex !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.align-items-center {
    align-items: center !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-1 {
    flex: 1 !important;
}

.w-100 {
    width: 100% !important;
}

.h-100 {
    height: 100% !important;
}

.p-sticky {
    position: sticky !important;
}

.p-relative {
    position: relative !important;
}

.x-50 {
    left: 50% !important;
    transform: translateX(-50%) !important;
}

    .x-50.y-50 {
        transform: translate(-50%, -50%) !important;
    }

.y-50 {
    top: 50% !important;
    transform: translateY(-50%) !important;
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-flex {
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-flex {
        display: flex !important;
    }

    .d-md-inline-flex {
        display: inline-flex !important;
    }
}

@media (max-width: 1199px) {
    .d-xl-show {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .d-lg-show {
        display: none !important;
    }
}

@media (max-width: 479px) {
    .d-xs-none {
        display: block !important;
    }

    .d-xs-show {
        display: none !important;
    }

    .d-xs-block {
        display: block !important;
    }

    .d-xs-inline-block {
        display: inline-block !important;
    }
}

.font-weight-bold {
    font-weight: 600 !important;
}

.font-weight-bolder {
    font-weight: 700 !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-size-md {
    font-size: 1.3rem !important;
}

.font-size-sm {
    font-size: 1.2rem !important;
}

.font-size-normal {
    font-size: 1.4rem !important;
}

.font-size-lg {
    font-size: 2.2rem !important;
}

.font-size-xl {
    font-size: 2.4rem !important;
}

.font-primary {
    font-family: Poppins, sans-serif !important;
}

.font-secondary {
    font-family: "Open Sans", sans-serif !important;
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.text-white {
    color: #fff !important;
}

.text-light {
    color: #999 !important;
}

.text-lighter {
    color: #ccc !important;
}

.text-primary {
    color: #336699 !important;
}

.text-secondary {
    color: #f93 !important;
}

.text-dark {
    color: #333 !important;
}

.text-default {
    color: #666 !important;
}

.text-hover-underline::after {
    display: block;
    margin-top: 1px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid;
    transform: scaleX(0);
    transition: transform 0.3s;
    content: "";
}

.text-hover-underline:hover::after {
    transform: scaleX(1);
}

.ls-25 {
    letter-spacing: -0.025em !important;
}

.ls-15 {
    letter-spacing: -0.015em !important;
}

.ls-10 {
    letter-spacing: -0.01em !important;
}

.ls-50 {
    letter-spacing: -0.05em !important;
}

.ls-normal {
    letter-spacing: 0 !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-dark {
    background-color: #333 !important;
}

.bg-primary {
    background-color: #336699 !important;
}

.bg-secondary {
    background-color: #f93 !important;
}

.bg-grey {
    background-color: #f5f5f5 !important;
}

.bg-image {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.br-lg {
    border-radius: 1.3rem !important;
    overflow: hidden !important;
}

.br-sm {
    border-radius: 0.5rem !important;
    overflow: hidden !important;
}

.br-xs {
    border-radius: 0.3rem !important;
    overflow: hidden !important;
}

.br-50 {
    border-radius: 50% !important;
    overflow: hidden !important;
}

.border-no {
    border: none !important;
}

.bb-no {
    border-bottom: none !important;
}

.bt-no {
    border-top: none !important;
}

.lh-1 {
    line-height: 1 !important;
}

.lh-2 {
    line-height: 2 !important;
}

.order-reverse {
    order: -1 !important;
}

.overflow-hidden {
    overflow: hidden !important;
}


/*----------------------------------------
    Accordion
-----------------------------------------*/
.accordion {
    overflow: hidden;
}

    .accordion .collapsed,
    .accordion .expanding {
        display: none;
    }

.card-header {
    color: #333;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: -0.025em;
    line-height: 1.5;
}

    .card-header a {
        display: flex;
        position: relative;
        align-items: center;
        color: inherit;
        padding: 1.4rem 5rem 1.4rem 2rem;
        transition: background-color 0.4s;
    }

        .card-header a.collapse {
            color: #336699;
        }

        .card-header a::after, .card-header a::before {
            position: absolute;
            top: 50%;
            right: 2rem;
            margin-top: -0.1rem;
            font-family: "wolmart";
            font-size: 1.2rem;
            font-weight: 400;
            color: #333;
        }

        .card-header a:hover {
            color: #336699;
        }

            .card-header a:hover::after {
                color: #336699;
            }

.expand::after, .collapse::after {
    content: "?";
    transition: transform 0.3s;
}

.expand::after {
    transform: translateY(-50%) rotate(0deg);
}

.collapse::after {
    transform: translateY(-50%) rotate(180deg);
}

.card-body {
    padding: 1.2rem 2rem;
}

    .card-body p {
        font-size: 1.3rem;
        line-height: 2;
    }

.accordion-simple .card {
    border-top: 1px solid #eee;
}

    .accordion-simple .card:last-child {
        border-bottom: 1px solid #eee;
    }

.accordion-simple .card-body {
    padding-top: 0;
}

.accordion-boxed .card-header a {
    padding-bottom: 1.6rem;
}

.accordion-boxed .card {
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

    .accordion-boxed .card:last-child {
        border-bottom: 1px solid #eee;
    }

.accordion-boxed .card-body {
    padding-top: 0.5rem;
    padding-bottom: 1.1rem;
}

.accordion-boxed.accordion-gutter-md .card {
    border: 1px solid #eee;
}

.accordion-boxed.accordion-plus .expand::after, .accordion-boxed.accordion-plus .expand::before, .accordion-boxed.accordion-plus .collapse::after, .accordion-boxed.accordion-plus .collapse::before {
    background-color: #333;
}

.accordion-bg .card-header a {
    background-color: #f5f5f5;
}

.accordion-bg.accordion-primary .card-header a {
    background-color: #336699;
    color: #fff;
}

    .accordion-bg.accordion-primary .card-header a::after {
        color: #fff;
    }

.accordion-bg.accordion-plus .expand::before, .accordion-bg.accordion-plus .expand::after, .accordion-bg.accordion-plus .collapse::before, .accordion-bg.accordion-plus .collapse::after {
    background-color: #fff;
}

.accordion-plus .expand::before, .accordion-plus .collapse::before {
    content: "";
    width: 1px;
    height: 1rem;
    right: 2.4rem;
    transition: transform 0.3s, background-color 0.3s;
}

.accordion-plus .expand::after, .accordion-plus .collapse::after {
    content: "";
    width: 1rem;
    height: 1px;
    transition: transform 0.3s;
}

.accordion-plus .expand::before {
    background-color: #333;
    transform: translateY(-50%) rotate(-180deg);
}

.accordion-plus .expand::after {
    transform: translateY(-50%) rotate(-180deg);
}

.accordion-plus .collapse::before {
    background-color: transparent !important;
    transform: translateY(-50%) rotate(180deg);
}

.accordion-plus .collapse::after {
    transform: translateY(-50%) rotate(180deg);
}

.accordion-plus .expand::after, .accordion-plus .collapse::after {
    font-size: 1.6rem;
    right: 2rem;
    background-color: #333;
}

.accordion-border .card-body {
    border: 1px solid #eee;
    border-top: 0;
}

.accordion-icon .card-header i {
    font-size: 1.7rem;
    margin: 0 0.8rem 0 0;
}

.accordion-icon .card-body {
    padding-top: 0.3rem;
    padding-bottom: 1.2rem;
}

.accordion-icon.accordion a {
    padding: 1.8rem 5rem 1.8rem 2rem;
    word-break: break-word;
}

.accordion-gutter-md .card:not(:last-child) {
    margin-bottom: 1rem;
}

@media (max-width: 375px) {
    .without-bg-section .title::before, .without-bg-section .title::after {
        content: none;
    }
}


/*---------------------
    Alert
        - Default
        - Simple Alert
        - Success Alert
        - Primary Alert
----------------------*/
.alert-rounded {
    border-radius: 0.4rem;
}

.alert {
    position: relative;
    padding: 1.4rem 3.5rem 1.4rem 2rem;
    font-size: 1.4rem;
    font-family: Poppins, sans-serif;
    line-height: 1.75;
    border: 1px solid;
    letter-spacing: -0.003em;
    border-radius: 0.3rem;
}

    .alert .close-icon {
        width: 1.6rem;
        height: 1.6rem;
        vertical-align: middle;
    }

        .alert .close-icon::before {
            height: 1px;
        }

        .alert .close-icon::after {
            width: 1px;
        }

    .alert ul {
        font-size: 1.3rem;
        margin-top: 1.5rem;
        margin-bottom: 0;
        padding-left: 3.9rem;
        list-style-type: none;
    }

        .alert ul li {
            position: relative;
            line-height: 1.9;
        }

            .alert ul li::before {
                position: absolute;
                content: "?";
                font-family: "wolmart";
                font-weight: 600;
                font-size: 1.3rem;
                left: -1.9rem;
                top: 50%;
                transform: translateY(-50%);
                margin-top: 0.1rem;
            }

        .alert ul a {
            color: inherit;
        }

            .alert ul a:hover {
                color: #336699;
            }

.alert-title {
    font-size: 1.4rem;
    color: inherit;
    line-height: inherit;
    margin-bottom: 0;
    letter-spacing: 0.01em;
    font-weight: 600;
}

.btn-close .close-icon::before, .btn-close .close-icon::after {
    transition: background-color 0.3s;
}

.btn-close:hover .close-icon::before,
.btn-close:hover .close-icon::after {
    background-color: #000;
}

.alert-success {
    border-color: #c4df9b;
    color: #799b5a;
}

    .alert-success.alert-bg {
        background-color: #c4df9b;
    }

.alert-primary {
    border-color: #d7e8f8;
    color: #336699;
}

    .alert-primary.alert-bg {
        background-color: #d7e8f8;
    }

    .alert-primary .close-icon::before, .alert-primary .close-icon::after {
        background-color: #336699;
    }

.alert-warning {
    border-color: #ffcc6d;
    color: #ffa800;
}

    .alert-warning.alert-bg {
        background-color: #fff1d7;
        border-color: #fff1d7;
    }

    .alert-warning .close-icon::before, .alert-warning .close-icon::after {
        background-color: #f93;
    }

.alert-error {
    border-color: #f7e5e5;
    color: #6d1a17;
}

    .alert-error.alert-bg {
        background-color: #f7e5e5;
        color: #a94442;
    }

    .alert-error .close-icon::before, .alert-error .close-icon::after {
        background-color: #6d1a17;
    }

.alert-dark {
    border-color: #333;
    color: #fff;
}

    .alert-dark.alert-bg {
        background-color: #333;
    }

    .alert-dark .close-icon::before, .alert-dark .close-icon::after {
        background-color: #fff;
    }

.alert-inline .alert-title {
    display: inline-block;
}

.alert-inline.alert-block {
    padding-top: 1.5rem;
    padding-bottom: 1.2rem;
}

    .alert-inline.alert-block .alert-title {
        margin-right: 1rem;
    }

        .alert-inline.alert-block .alert-title i {
            font-size: 1.6rem;
            margin-right: 1rem;
        }

.alert-icon {
    padding: 1.4rem 2.2rem 1.4rem 1.9rem;
}

    .alert-icon i {
        display: inline-block;
        vertical-align: middle;
        margin: 0 0.8rem 0 0.1rem;
        font-size: 1.8rem;
        line-height: 1;
    }

        .alert-icon i.w-icon-cog {
            margin: 0 0.8rem 0rem 0.1rem;
        }

        .alert-icon i.fas, .alert-icon i.far {
            margin-bottom: 0.3rem;
            margin-left: 0.1rem;
        }

        .alert-icon i.w-icon-exclamation-triangle {
            font-size: 1.8rem;
        }

.alert-button {
    padding: 1.2rem 1.9rem 1.9rem;
    letter-spacing: 0;
}

    .alert-button .btn:not(:last-child) {
        margin-right: 0.6rem;
    }

    .alert-button:not(.alert-block) {
        padding: 1rem 2.2rem 1rem 1rem;
    }

        .alert-button:not(.alert-block) .btn {
            margin-right: 1.5rem;
        }

    .alert-button p {
        max-width: 49rem;
        margin-bottom: 2.2rem;
        font-size: 1.3rem;
    }

    .alert-button .alert-title {
        margin-bottom: 0.6rem;
        letter-spacing: -0.01em;
    }

    .alert-button.alert-block .btn-rounded {
        padding-left: 1.9em;
        padding-right: 1.9em;
    }

    .alert-button .btn-error {
        background-color: #fff;
        border-color: #fff;
        color: #6d1a17;
    }

.alert-block {
    display: block;
}

    .alert-block .alert-title {
        letter-spacing: -0.01em;
    }

    .alert-block .btn-close {
        position: absolute;
        top: 1.9rem;
        right: 1.9rem;
    }

    .alert-block.alert-bg .alert-title i {
        margin-right: 0.8rem;
        font-size: 1.5rem;
    }

.alert-cart-product {
    display: flex;
    align-items: center;
    padding: 1rem;
    border-style: dashed;
}

    .alert-cart-product .btn-success {
        padding: 0.86em 1.37em;
        margin-right: 1.9rem;
    }

    .alert-cart-product .btn-close.btn-link {
        margin: 0 1rem 0 auto;
        padding-bottom: 0;
    }

        .alert-cart-product .btn-close.btn-link i::after, .alert-cart-product .btn-close.btn-link i::before {
            background-color: #799b5a;
        }

.summary-section {
    margin-bottom: 3.7rem;
}


/*----------------------------------------
    Animation
        - Sticky Content
-----------------------------------------*/
.appear-animate {
    visibility: hidden;
    opacity: 0;
}

.appear-animation-visible {
    visibility: visible;
    opacity: 1;
}

@keyframes fixedTopContent {
    from {
        transform: translateY(-100%);
        transform-origin: center top 0px;
    }

    to {
        transform: translateY(0);
    }
}

@keyframes fixedBottomContent {
    from {
        transform: translateY(100%);
        transform-origin: center top 0px;
    }

    to {
        transform: translateY(0);
    }
}

@keyframes showMsgFirst {
    from {
        transform: translateX(0%);
    }

    to {
        transform: translateX(-100%);
    }
}

@keyframes showMsg {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(-100%);
    }
}

@keyframes navItemArrow {
    0% {
        position: relative;
        left: -3px;
    }

    50% {
        position: relative;
        left: 2px;
    }

    100% {
        position: relative;
        left: -3px;
    }
}

@keyframes fadeInLeftShorter {
    from {
        opacity: 0;
        transform: translate(50px, 0);
        transform-origin: 0, 0;
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInLeftShorter {
    animation-name: fadeInLeftShorter;
}

@keyframes fadeInRightShorter {
    from {
        opacity: 0;
        transform: translate(-50px, 0);
        transform-origin: 0, 0;
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInRightShorter {
    animation-name: fadeInRightShorter;
}

@keyframes fadeInUpShorter {
    from {
        opacity: 0;
        transform: translate(0, 50px);
        transform-origin: 0 0;
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInUpShorter {
    animation-name: fadeInUpShorter;
}

@keyframes fadeInDownShorter {
    from {
        opacity: 0;
        transform: translate(0, -50px);
        transform-origin: 0 0;
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInDownShorter {
    animation-name: fadeInDownShorter;
}

@keyframes flipInY {
    0% {
        animation-timing-function: ease-in;
        opacity: 0;
        transform: perspective(400px) rotateY(90deg);
    }

    to {
        transform: perspective(400px);
    }
}

.flipInY {
    animation-name: flipInY;
}

@keyframes flipOutY {
    0% {
        animation-timing-function: ease-out;
        transform: perspective(400px);
    }

    to {
        opacity: 0;
        transform: perspective(400px) rotateY(90deg);
    }
}

@keyframes blurIn {
    from {
        opacity: 0;
        filter: blur(20px);
        transform: scale(1.2);
    }

    to {
        opacity: 1;
        filter: blur(0);
        transform: none;
    }
}

.blurIn {
    animation-name: blurIn;
}

@keyframes grayOut {
    from {
        opacity: 1;
        filter: grayscale(0);
    }

    15% {
        filter: grayscale(100%);
    }

    to {
        opacity: 0;
        filter: grayscale(100%);
    }
}

.grayOut {
    animation-name: grayOut;
}

@keyframes brightIn {
    0% {
        animation-timing-function: ease-in;
        filter: brightness(0%);
    }

    to {
        filter: brightness(100%);
    }
}

.brightIn {
    animation-name: brightIn;
}

@keyframes zoomIn {
    0% {
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes slideX {
    0% {
        transform: none;
        left: 100%;
    }

    100% {
        transform: translateX(-100%);
        left: 0;
    }
}


/*------------------------------------------------
    Banner
        - Default
        - Video Banner
        - Newsletter Banner
            - Simple
            - With Dark Background
        - Banner Divider
------------------------------------------------*/
.banner {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    font-size: 1rem;
    overflow: hidden;
}

    .banner figure img {
        display: block;
        width: 100%;
    }

    .banner .banner-content {
        position: relative;
        z-index: 1;
    }

        .banner .banner-content a:not(.btn) {
            color: inherit;
        }

            .banner .banner-content a:not(.btn):hover, .banner .banner-content a:not(.btn).active {
                color: #336699;
            }

    .banner .banner-info {
        line-height: 1.45;
        margin-bottom: 1rem;
    }

.banner-fixed > .container,
.banner-fixed > .container-fluid,
.banner-fixed > .banner-content {
    position: absolute;
    z-index: 1;
}

.banner-fixed > .container,
.banner-fixed > .container-fluid {
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.banner-fixed.content-middle .banner-content {
    transform: translate(-50%, -50%);
}

.banner-fixed.content-center .banner-text {
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}

.banner-fixed.content-center.content-middle .banner-content {
    transform: translate(-50%, -50%);
}

.owl-carousel:not(.owl-loaded).gutter-md .banner-fixed .banner-content,
.owl-carousel:not(.owl-loaded) .banner-fixed .banner-content {
    padding-left: 10px;
    padding-right: 10px;
}

.owl-carousel:not(.owl-loaded).gutter-lg .banner-fixed .banner-content {
    padding-left: 15px;
    padding-right: 15px;
}

.owl-carousel:not(.owl-loaded).gutter-sm .banner-fixed .banner-content {
    padding-left: 5px;
    padding-right: 5px;
}

.owl-carousel:not(.owl-loaded).gutter-xs .banner-fixed .banner-content {
    padding-left: 1px;
    padding-right: 1px;
}

.banner-background {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.banner-newsletter-2 .banner-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.banner-newsletter-2 {
    font-size: 1rem;
}

    .banner-newsletter-2 .banner-content {
        padding: 0 1.5rem;
        max-width: 49.8rem;
        min-width: 30rem;
    }

    .banner-newsletter-2 .banner-title {
        font-size: 3em;
        margin-bottom: 0.5rem;
    }

    .banner-newsletter-2 p {
        font-size: 1.3em;
        margin-bottom: 3.5rem;
    }

    .banner-newsletter-2 .form-control {
        font-size: 1.4em;
        border: 0;
        border-bottom: 2px solid #88817b;
        max-width: 37.7rem;
        margin: 0 auto 2rem auto;
        text-align: center;
    }

    .banner-newsletter-2 img {
        min-height: 33rem;
    }

    .banner-newsletter-2 .btn {
        height: 4.8rem;
    }

    .banner-newsletter-2 .input-wrapper {
        max-width: 38rem;
        width: 100%;
    }

.banner-newsletter-4 {
    background-color: #eeeeee;
}

    .banner-newsletter-4 .banner-content {
        margin: 1rem;
        padding: 3.5rem 2rem 1rem;
    }

    .banner-newsletter-4 input {
        border: 2px solid #cccccc;
    }

.banner-newsletter-5 {
    background-color: #cccccc;
    padding: 4rem;
}

    .banner-newsletter-5 .banner-content {
        max-width: 56rem;
        padding: 1.5rem 1.5rem 2rem;
        margin-left: auto;
        margin-right: auto;
    }

    .banner-newsletter-5 .banner-title {
        margin-bottom: 0.5rem;
    }

    .banner-newsletter-5 p {
        font-size: 1.3rem;
        text-align: center;
        line-height: 1.8;
        max-width: 49rem;
        margin-bottom: 2.5rem;
    }

    .banner-newsletter-5 input.form-control {
        background-color: rgba(255, 255, 255, 0.3);
        border-color: transparent;
    }

.banner-border-gradient::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 69%;
    padding-top: 30%;
    background: linear-gradient(30deg, #999999 0%, #999999 50%, transparent 50.1%);
}

.banner-divider {
    width: 4rem;
    height: 0.4rem;
    border: 0;
    margin-left: 0;
    margin-bottom: 1.2rem;
}

.banner-video .btn-play-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 6rem;
    height: 6rem;
    background-color: #fff;
    border-radius: 50%;
    z-index: 1000;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s;
}

    .banner-video .btn-play-video:hover {
        background-color: #333;
    }

        .banner-video .btn-play-video:hover::before {
            color: #fff;
        }

    .banner-video .btn-play-video::before {
        content: "?";
        position: absolute;
        margin-left: 0.2rem;
        font-family: "Font Awesome 5 Free";
        font-size: 2.8rem;
        font-weight: 600;
        color: #333;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: color 0.3s;
        z-index: 1;
    }

.banner-video video {
    display: none;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-video.playing .btn-play-video, .banner-video.paused .btn-play-video {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.4s, opacity 0.4s;
}

.banner-video.playing:hover .btn-play-video, .banner-video.paused:hover .btn-play-video {
    visibility: visible;
    opacity: 1;
}

.banner-video.playing video, .banner-video.paused video {
    display: block;
}

.banner-video.playing .btn-play-video::before {
    content: "?";
}

@media (max-width: 1199px) {
    .widget-banner .banner-title {
        margin-bottom: 4rem;
    }
}

@media (max-width: 767px) {
    .banner-newsletter-2 {
        font-size: 0.8rem;
    }
}

@media (max-width: 479px) {
    .banner-newsletter-4 .input-wrapper,
    .banner-newsletter-5 .input-wrapper {
        display: block;
        text-align: center;
        height: auto;
    }

        .banner-newsletter-4 .input-wrapper .btn,
        .banner-newsletter-5 .input-wrapper .btn {
            margin: 2rem;
        }

    .banner-newsletter-4 .input-wrapper-round .form-control,
    .banner-newsletter-4 .input-wrapper-round .btn {
        border-radius: 3rem;
    }
}


/*---------------------------
    Breadcrumb
--------------------------*/
.breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #eeeeee;
    color: #333;
    font-size: 1.3rem;
    line-height: 1.5;
    padding: 1.5rem 0.2rem 1.6rem;
}

    .breadcrumb a {
        color: inherit;
    }

    .breadcrumb li:not(:last-child) {
        padding-right: 0.4rem;
        transition: opacity 0.3s;
        opacity: 0.8;
    }

        .breadcrumb li:not(:last-child)::after {
            content: "";
            position: relative;
            display: inline-block;
            margin-left: 0.5rem;
            font-size: 1rem;
            font-weight: 500;
            font-family: "wolmart";
        }

        .breadcrumb li:not(:last-child):hover {
            opacity: 1;
        }

    .breadcrumb li:last-child {
        color: #333333;
    }

    .breadcrumb.shop-breadcrumb {
        padding: 3rem 0;
        margin: 2.5rem 0 2.3rem;
        justify-content: center;
    }

        .breadcrumb.shop-breadcrumb li {
            padding-left: 0.5rem;
            padding-right: 0.5rem;
            font-size: 2rem;
            font-weight: 700;
            letter-spacing: -0.025em;
            opacity: 1;
            color: #666;
        }

            .breadcrumb.shop-breadcrumb li.active {
                color: #336699;
            }

            .breadcrumb.shop-breadcrumb li.passed {
                color: #333;
            }

            .breadcrumb.shop-breadcrumb li:not(:last-child)::after {
                margin-left: 1rem;
                font-size: 2rem;
                font-weight: 700;
                color: #999;
                bottom: 3px;
                line-height: 1;
                vertical-align: middle;
            }

.breadcrumb-nav {
    display: flex;
    align-items: center;
}


/*------------------------------------
    Blog
        - Default
        - List
        - Mask
        - Widget
------------------------------------*/
.post {
    font-size: 1rem;
}

    .post .btn {
        font-weight: 700;
        text-transform: capitalize;
    }

        .post .btn i {
            font-size: 1.8rem;
            margin-left: 8px;
        }

            .post .btn i::before {
                margin: 0;
            }

    .post .post-details > *:last-child {
        margin-bottom: 0;
    }

.post-calendar {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 4.1rem;
    height: 4.2rem;
    background: #fff;
    color: #333;
    font-weight: 600;
    line-height: 1;
    z-index: 3;
    border-radius: 0.3rem;
}

    .post-calendar .post-day {
        display: block;
        margin-bottom: 0.1rem;
        font-size: 1.4rem;
    }

    .post-calendar .post-month {
        display: block;
        font-size: 1rem;
        text-transform: uppercase;
    }

.post-media {
    position: relative;
    width: 100%;
    margin-bottom: 0;
    overflow: hidden;
}

    .post-media img {
        display: block;
        width: 100%;
        transition: transform 0.3s;
    }

    .post-media .post-calendar {
        position: absolute;
        top: 1.5rem;
        left: 1.5rem;
    }

.post-details {
    padding: 1.7rem 0 2.5rem;
}

.post-title {
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1.2;
    margin-bottom: 1rem;
}

    .post-title:hover {
        color: #336699;
    }

    .post-title a {
        color: inherit;
    }

.post-content p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 1.3rem;
    line-height: 1.9;
    letter-spacing: -0.025em;
    margin-bottom: 1.8rem;
}

.post-meta {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    color: #999999;
    font-size: 1.3rem;
    font-weight: 600;
    font-family: Poppins, sans-serif;
    line-height: 1.7;
    margin-bottom: 0.3rem;
}

    .post-meta a {
        font-weight: 600;
        font-size: 1.4rem;
        color: #333;
        white-space: nowrap;
    }

        .post-meta a:hover {
            color: #336699;
        }

            .post-meta a:hover span {
                color: inherit;
            }

    .post-meta .post-author {
        margin: 0 0.4rem;
    }

    .post-meta .post-date {
        margin: 0 2rem 0 0.4rem;
        font-weight: 400;
    }

    .post-meta .post-comment {
        display: flex;
        align-items: center;
        color: inherit;
        font-weight: 400;
    }

        .post-meta .post-comment i {
            font-size: 1.8rem;
        }

        .post-meta .post-comment span {
            margin: 0 0.4rem 0 0.8rem;
            font-weight: 600;
            color: #333;
            transition: inherit;
        }

.post-cats {
    margin-bottom: 0.6rem;
    color: #fff;
}

    .post-cats a {
        color: inherit;
        font-size: 1.4rem;
    }

        .post-cats a:not(:first-child) {
            margin-left: 0.3rem;
        }

.post-date {
    font-weight: 400;
}

.post-list {
    display: flex;
    align-items: center;
}

    .post-list .post-media {
        max-width: 43.1%;
        flex: 0 0 43.1%;
        margin-right: 2rem;
        align-self: stretch;
    }

    .post-list img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .post-list .post-details {
        padding: 2.3rem 0 2.4rem;
    }

@media (min-width: 768px) {
    .post-list .post-title {
        white-space: normal;
    }
}

.post-grid .post-details {
    padding-top: 1.6rem;
}

.post-mask {
    position: relative;
}

    .post-mask::before {
        content: "";
        display: block;
        height: 50%;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 0.75;
        background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, #000 100%);
        transition: all 0.3s;
        pointer-events: none;
        z-index: 1;
    }

    .post-mask .post-details {
        position: absolute;
        bottom: 2.5rem;
        left: 0;
        right: 0;
        transform: translateY(100%);
        padding: 0 3rem;
        z-index: 2;
        transition: transform 0.3s;
    }

    .post-mask .post-details-visible {
        position: absolute;
        bottom: 100%;
        left: 3rem;
        right: 3rem;
    }

    .post-mask .post-title {
        letter-spacing: 0;
    }

    .post-mask .post-meta {
        color: #fff;
        opacity: 0;
        transition: opacity 0.3s;
    }

        .post-mask .post-meta i {
            margin-right: 0.8rem;
        }

    .post-mask a {
        position: relative;
        color: inherit;
    }

        .post-mask a:hover {
            color: #fff;
            text-decoration: underline;
        }

    .post-mask .post-comment {
        padding-left: 2.8rem;
    }

        .post-mask .post-comment::before {
            content: "?";
            font-family: "wolmart";
            position: absolute;
            font-size: 1.8rem;
            left: 0;
        }

    .post-mask:hover .post-details {
        transform: translateY(0);
    }

    .post-mask:hover .post-meta {
        opacity: 1;
    }

.post-widget {
    display: flex;
    align-items: center;
}

    .post-widget .post-media {
        flex: 0 0 28.6%;
        max-width: 28.6%;
    }

    .post-widget .post-details {
        margin-left: 1.6rem;
        padding: 0;
    }

    .post-widget .post-meta {
        margin-bottom: 0.5rem;
    }

    .post-widget .post-date {
        margin: 0;
        font-size: 1.3rem;
        color: #666;
    }

    .post-widget .post-title {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-bottom: 0.1rem;
        font-size: 1.3rem;
        font-weight: 500;
        line-height: 1.45;
        white-space: normal;
    }

.post-md .post-details {
    padding-top: 1.8rem;
}

.post-md .post-content p {
    -webkit-line-clamp: 3;
}

@media (min-width: 576px) {
    .post-list .post-details {
        flex: 1;
    }
}

@media (max-width: 991px) {
    .post-lg.text-center .post-details,
    .post-md.text-center .post-details {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .post-details {
        padding-bottom: 0;
    }

    .post-section .owl-nav.disabled + .owl-dots {
        margin-top: 0.5rem;
    }
}

@media (max-width: 767px) {
    .post-list {
        display: block;
    }

        .post-list .post-media {
            margin-right: 0;
            max-width: none;
        }
}


/*--------------------------------------
    Buttons
        - Button
            - Default
            - Primary
            - Success
            - Secondary
        - Outline Button
            - Primary
            - Success
            - Secondary
        - Icon Button
            - Icon Right, Left
            - Reveal Right, Left
        - Rounded
        - Round
        - Other Button Styles
            - Slide Left, Right, Top, Bottom
            - Infinite Loop
--------------------------------------*/
.btn {
    display: inline-block;
    border: 2px solid #ccc;
    background-color: #fff;
    color: #666;
    outline: 0;
    border-radius: 0;
    font-weight: 600;
    font-size: 1.4rem;
    padding: 0.93em 1.98em;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    transition: color 0.3s, border-color 0.3s, background-color 0.3s, box-shadow 0.3s;
    white-space: nowrap;
    cursor: pointer;
}

    .btn:hover, .btn:active, .btn:focus {
        color: #666;
        border-color: gainsboro;
        background-color: gainsboro;
    }

    .btn i {
        display: inline-block;
        vertical-align: middle;
        font-size: 1.6rem;
        line-height: 0;
        margin-bottom: 0.2rem;
    }

        .btn i::before {
            margin: 0;
        }

    .btn.btn-icon-right i {
        margin-right: 0;
        margin-left: 0.6rem;
    }

    .btn.btn-icon-left i {
        margin-right: 0.6rem;
        margin-left: 0;
    }

    .btn svg {
        margin-right: 0.5rem;
        stroke: #fff;
        stroke-width: 3px;
        fill: #fff;
        transition: stroke 0.4s, fill 0.4s;
    }

.btn-outline {
    background-color: transparent;
    border: 2px solid;
}

    .btn-outline.light {
        padding: 0.996em 2em;
        border: 1px solid;
    }

.btn-reveal-left i {
    opacity: 0;
    margin-left: -1em;
    transform: translate(0.5em);
    margin-right: 0;
    transition: transform 0.3s, opacity 0.3s, margin 0.3s;
}

.btn-reveal-left:hover i, .btn-reveal-left:active i, .btn-reveal-left:focus i {
    opacity: 1;
    margin-left: 0;
    transform: trnaslateX(0);
    margin-right: 0.7rem;
}

.btn-reveal-right i {
    opacity: 0;
    margin-right: -1em;
    transform: translateX(-0.5em);
    margin-left: 0;
    transition: transform 0.3s, opacity 0.3s, margin 0.3s;
}

.btn-reveal-right:hover i, .btn-reveal-right:active i, .btn-reveal-right:focus i {
    opacity: 1;
    margin-right: 0;
    transform: translateX(0);
    margin-right: 0.7rem;
}

.btn-simple::after {
    display: block;
    margin-top: 3px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    border-top: 3px solid;
    transition: transform 0.3s;
    content: "";
}

.btn-link {
    padding: 0;
    border: 0;
    background: transparent;
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .btn-link {
        overflow: visible;
    }
}

.btn-link:not(.btn-underline) {
    padding-bottom: 3px;
}

.btn-link:hover, .btn-link.active, .btn-link:focus {
    background: transparent;
}

.btn-shadow {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.1);
}

    .btn-shadow:hover, .btn-shadow:active, .btn-shadow:focus {
        box-shadow: 0 17px 20px -7px rgba(0, 0, 0, 0.2);
    }

.btn-underline:hover::after, .btn-underline:active::after, .btn-underline:focus::after {
    transform: scaleX(1);
}

.btn-underline::after {
    display: block;
    margin-top: 3px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    border-top: 3px solid;
    transform: scaleX(0);
    transition: transform 0.3s;
    content: "";
}

.btn-underline.sm::after {
    width: 46%;
}

.btn-underline.lg::after {
    margin-left: -16.5%;
    margin-right: -16.5%;
    width: 133%;
}

.btn-like {
    font-size: 1.4rem;
    font-weight: 400;
    padding: 0.429em 0.874em;
    border-radius: 3px;
}

.btn-primary {
    color: #fff;
    border-color: #336699;
    background-color: #336699;
}

    .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
        color: #fff;
        border-color: #3c78b4;
        background-color: #3c78b4;
    }

    .btn-primary.btn-solid {
        color: #336699;
        border-color: #fff;
        background-color: #fff;
    }

        .btn-primary.btn-solid:hover, .btn-primary.btn-solid:active, .btn-primary.btn-solid:focus {
            border-color: #336699;
            background-color: #336699;
            color: #fff;
        }

    .btn-primary.btn-outline {
        color: #336699;
        border-color: #336699;
        background-color: transparent;
    }

        .btn-primary.btn-outline:hover, .btn-primary.btn-outline:active, .btn-primary.btn-outline:focus {
            background-color: #336699;
            color: #fff;
        }

    .btn-primary.btn-link {
        background-color: transparent;
        color: #336699;
        border-color: #336699;
    }

        .btn-primary.btn-link:hover, .btn-primary.btn-link:active, .btn-primary.btn-link:focus {
            color: #336699;
            background-color: transparent;
        }

    .btn-primary.btn-underline:hover, .btn-primary.btn-underline:active, .btn-primary.btn-underline:focus {
        color: #336699;
    }

.btn-dark {
    color: #fff;
    border-color: #333;
    background-color: #333;
}

    .btn-dark:hover, .btn-dark:active, .btn-dark:focus {
        color: #fff;
        border-color: #454545;
        background-color: #454545;
    }

    .btn-dark.btn-solid {
        color: #333;
        border-color: #fff;
        background-color: #fff;
    }

        .btn-dark.btn-solid:hover, .btn-dark.btn-solid:active, .btn-dark.btn-solid:focus {
            border-color: #333;
            background-color: #333;
            color: #fff;
        }

    .btn-dark.btn-outline {
        color: #333;
        border-color: #333;
        background-color: transparent;
    }

        .btn-dark.btn-outline:hover, .btn-dark.btn-outline:active, .btn-dark.btn-outline:focus {
            background-color: #333;
            color: #fff;
        }

    .btn-dark.btn-link {
        background-color: transparent;
        color: #333;
        border-color: #333;
    }

        .btn-dark.btn-link:hover, .btn-dark.btn-link:active, .btn-dark.btn-link:focus {
            color: #333;
            background-color: transparent;
        }

    .btn-dark.btn-underline:hover, .btn-dark.btn-underline:active, .btn-dark.btn-underline:focus {
        color: #333;
    }

.btn-dark-light {
    color: #fff;
    border-color: #666;
    background-color: #666;
}

    .btn-dark-light:hover, .btn-dark-light:active, .btn-dark-light:focus {
        color: #fff;
        border-color: #787878;
        background-color: #787878;
    }

    .btn-dark-light.btn-solid {
        color: #666;
        border-color: #fff;
        background-color: #fff;
    }

        .btn-dark-light.btn-solid:hover, .btn-dark-light.btn-solid:active, .btn-dark-light.btn-solid:focus {
            border-color: #666;
            background-color: #666;
            color: #fff;
        }

    .btn-dark-light.btn-outline {
        color: #666;
        border-color: #666;
        background-color: transparent;
    }

        .btn-dark-light.btn-outline:hover, .btn-dark-light.btn-outline:active, .btn-dark-light.btn-outline:focus {
            background-color: #666;
            color: #fff;
        }

    .btn-dark-light.btn-link {
        background-color: transparent;
        color: #666;
        border-color: #666;
    }

        .btn-dark-light.btn-link:hover, .btn-dark-light.btn-link:active, .btn-dark-light.btn-link:focus {
            color: #666;
            background-color: transparent;
        }

    .btn-dark-light.btn-underline:hover, .btn-dark-light.btn-underline:active, .btn-dark-light.btn-underline:focus {
        color: #666;
    }

.btn-white {
    color: #fff;
    border-color: #fff;
    background-color: #fff;
    color: #333;
}

    .btn-white:hover, .btn-white:active, .btn-white:focus {
        color: #fff;
        border-color: white;
        background-color: white;
    }

    .btn-white.btn-solid {
        color: #fff;
        border-color: #fff;
        background-color: #fff;
    }

        .btn-white.btn-solid:hover, .btn-white.btn-solid:active, .btn-white.btn-solid:focus {
            border-color: #fff;
            background-color: #fff;
            color: #fff;
        }

    .btn-white.btn-outline {
        color: #fff;
        border-color: #fff;
        background-color: transparent;
    }

        .btn-white.btn-outline:hover, .btn-white.btn-outline:active, .btn-white.btn-outline:focus {
            background-color: #fff;
            color: #fff;
        }

    .btn-white.btn-link {
        background-color: transparent;
        color: #fff;
        border-color: #fff;
    }

        .btn-white.btn-link:hover, .btn-white.btn-link:active, .btn-white.btn-link:focus {
            color: #fff;
            background-color: transparent;
        }

    .btn-white.btn-underline:hover, .btn-white.btn-underline:active, .btn-white.btn-underline:focus {
        color: #fff;
    }

    .btn-white.btn-outline:hover, .btn-white.btn-outline:active, .btn-white.btn-outline:focus {
        color: #333;
        border-color: #fff;
    }

    .btn-white:hover, .btn-white:active, .btn-white:focus {
        color: #fff;
        background-color: #333;
        border-color: #333;
    }

.btn-success {
    color: #fff;
    border-color: #799b5a;
    background-color: #799b5a;
}

    .btn-success:hover, .btn-success:active, .btn-success:focus {
        color: #fff;
        border-color: #8bab6e;
        background-color: #8bab6e;
    }

    .btn-success.btn-solid {
        color: #799b5a;
        border-color: #fff;
        background-color: #fff;
    }

        .btn-success.btn-solid:hover, .btn-success.btn-solid:active, .btn-success.btn-solid:focus {
            border-color: #799b5a;
            background-color: #799b5a;
            color: #fff;
        }

    .btn-success.btn-outline {
        color: #799b5a;
        border-color: #799b5a;
        background-color: transparent;
    }

        .btn-success.btn-outline:hover, .btn-success.btn-outline:active, .btn-success.btn-outline:focus {
            background-color: #799b5a;
            color: #fff;
        }

    .btn-success.btn-link {
        background-color: transparent;
        color: #799b5a;
        border-color: #799b5a;
    }

        .btn-success.btn-link:hover, .btn-success.btn-link:active, .btn-success.btn-link:focus {
            color: #799b5a;
            background-color: transparent;
        }

    .btn-success.btn-underline:hover, .btn-success.btn-underline:active, .btn-success.btn-underline:focus {
        color: #799b5a;
    }

.btn-warning {
    color: #fff;
    border-color: #ffa800;
    background-color: #ffa800;
}

    .btn-warning:hover, .btn-warning:active, .btn-warning:focus {
        color: #fff;
        border-color: #ffb424;
        background-color: #ffb424;
    }

    .btn-warning.btn-solid {
        color: #ffa800;
        border-color: #fff;
        background-color: #fff;
    }

        .btn-warning.btn-solid:hover, .btn-warning.btn-solid:active, .btn-warning.btn-solid:focus {
            border-color: #ffa800;
            background-color: #ffa800;
            color: #fff;
        }

    .btn-warning.btn-outline {
        color: #ffa800;
        border-color: #ffa800;
        background-color: transparent;
    }

        .btn-warning.btn-outline:hover, .btn-warning.btn-outline:active, .btn-warning.btn-outline:focus {
            background-color: #ffa800;
            color: #fff;
        }

    .btn-warning.btn-link {
        background-color: transparent;
        color: #ffa800;
        border-color: #ffa800;
    }

        .btn-warning.btn-link:hover, .btn-warning.btn-link:active, .btn-warning.btn-link:focus {
            color: #ffa800;
            background-color: transparent;
        }

    .btn-warning.btn-underline:hover, .btn-warning.btn-underline:active, .btn-warning.btn-underline:focus {
        color: #ffa800;
    }

.btn-secondary {
    color: #fff;
    border-color: #f93;
    background-color: #f93;
}

    .btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
        color: #fff;
        border-color: #ffab57;
        background-color: #ffab57;
    }

    .btn-secondary.btn-solid {
        color: #f93;
        border-color: #fff;
        background-color: #fff;
    }

        .btn-secondary.btn-solid:hover, .btn-secondary.btn-solid:active, .btn-secondary.btn-solid:focus {
            border-color: #f93;
            background-color: #f93;
            color: #fff;
        }

    .btn-secondary.btn-outline {
        color: #f93;
        border-color: #f93;
        background-color: transparent;
    }

        .btn-secondary.btn-outline:hover, .btn-secondary.btn-outline:active, .btn-secondary.btn-outline:focus {
            background-color: #f93;
            color: #fff;
        }

    .btn-secondary.btn-link {
        background-color: transparent;
        color: #f93;
        border-color: #f93;
    }

        .btn-secondary.btn-link:hover, .btn-secondary.btn-link:active, .btn-secondary.btn-link:focus {
            color: #f93;
            background-color: transparent;
        }

    .btn-secondary.btn-underline:hover, .btn-secondary.btn-underline:active, .btn-secondary.btn-underline:focus {
        color: #f93;
    }

.btn-error {
    color: #fff;
    border-color: #6d1a17;
    background-color: #6d1a17;
}

    .btn-error:hover, .btn-error:active, .btn-error:focus {
        color: #fff;
        border-color: #8a211d;
        background-color: #8a211d;
    }

    .btn-error.btn-solid {
        color: #6d1a17;
        border-color: #fff;
        background-color: #fff;
    }

        .btn-error.btn-solid:hover, .btn-error.btn-solid:active, .btn-error.btn-solid:focus {
            border-color: #6d1a17;
            background-color: #6d1a17;
            color: #fff;
        }

    .btn-error.btn-outline {
        color: #6d1a17;
        border-color: #6d1a17;
        background-color: transparent;
    }

        .btn-error.btn-outline:hover, .btn-error.btn-outline:active, .btn-error.btn-outline:focus {
            background-color: #6d1a17;
            color: #fff;
        }

    .btn-error.btn-link {
        background-color: transparent;
        color: #6d1a17;
        border-color: #6d1a17;
    }

        .btn-error.btn-link:hover, .btn-error.btn-link:active, .btn-error.btn-link:focus {
            color: #6d1a17;
            background-color: transparent;
        }

    .btn-error.btn-underline:hover, .btn-error.btn-underline:active, .btn-error.btn-underline:focus {
        color: #6d1a17;
    }

.btn-grey {
    color: #fff;
    border-color: #00baa3;
    background-color: #00baa3;
}

    .btn-grey:hover, .btn-grey:active, .btn-grey:focus {
        color: #fff;
        border-color: #00dec2;
        background-color: #00dec2;
    }

    .btn-grey.btn-solid {
        color: #00baa3;
        border-color: #fff;
        background-color: #fff;
    }

        .btn-grey.btn-solid:hover, .btn-grey.btn-solid:active, .btn-grey.btn-solid:focus {
            border-color: #00baa3;
            background-color: #00baa3;
            color: #fff;
        }

    .btn-grey.btn-outline {
        color: #00baa3;
        border-color: #00baa3;
        background-color: transparent;
    }

        .btn-grey.btn-outline:hover, .btn-grey.btn-outline:active, .btn-grey.btn-outline:focus {
            background-color: #00baa3;
            color: #fff;
        }

    .btn-grey.btn-link {
        background-color: transparent;
        color: #00baa3;
        border-color: #00baa3;
    }

        .btn-grey.btn-link:hover, .btn-grey.btn-link:active, .btn-grey.btn-link:focus {
            color: #00baa3;
            background-color: transparent;
        }

    .btn-grey.btn-underline:hover, .btn-grey.btn-underline:active, .btn-grey.btn-underline:focus {
        color: #00baa3;
    }

.btn.btn-rounded {
    border-radius: 3px;
}

.btn.btn-ellipse {
    border-radius: 30px;
}

.btn.btn-block {
    display: block;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

    .btn.btn-block svg {
        display: inline-block;
        vertical-align: middle;
        margin-top: -4px;
    }

.btn.btn-sm {
    font-size: 1.3rem;
    padding: 0.77em 1.4em;
}

.btn.btn-lg {
    font-size: 1.8rem;
    padding: 0.95em 1.835em;
}

.btn.btn-xl {
    font-size: 2.4rem;
    padding: 0.84em 1.8em;
}

.btn svg {
    width: 16px;
    height: 16px;
}

.btn-slide-left:hover i, .btn-slide-left:active i, .btn-slide-left:focus i {
    animation: 0.5s ease slideLeft;
}

.btn-slide-right:hover i, .btn-slide-right:active i, .btn-slide-right:focus i {
    animation: 0.5s ease slideRight;
}

.btn-slide-up:hover i, .btn-slide-up:active i, .btn-slide-up:focus i {
    animation: 0.5s ease slideUp;
}

.btn-slide-down:hover i, .btn-slide-down:active i, .btn-slide-down:focus i {
    animation: 0.5s ease slideDown;
}

.btn-infinite:hover i {
    animation-iteration-count: infinite;
}

@keyframes slideLeft {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-0.5em);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes slideRight {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(0.5em);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes slideUp {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-0.5em);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes slideDown {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(0.5em);
    }

    100% {
        transform: translateY(0);
    }
}


/*----------------------------------------
    Calendar
-----------------------------------------*/
.calendar {
    font-size: 1.3rem;
    letter-spacing: 0;
    text-align: center;
}

    .calendar .calendar-header {
        position: relative;
        padding: 1.7rem 1rem;
        background-color: #336699;
        color: #fff;
        font-size: 1.4rem;
        font-weight: 600;
        line-height: 1;
        text-align: center;
        text-transform: capitalize;
        border-radius: 0.3rem;
    }

        .calendar .calendar-header a {
            color: inherit;
        }

    .calendar thead {
        font-size: 1.3rem;
        font-weight: 600;
        color: #333;
        text-transform: uppercase;
    }

    .calendar th {
        padding: 1.8rem 0 0.9rem;
    }

    .calendar td {
        padding: 0.9rem 0;
    }

    .calendar .btn-calendar {
        position: absolute;
        display: inline-block;
        vertical-align: middle;
    }

        .calendar .btn-calendar i {
            font-weight: 600;
        }

        .calendar .btn-calendar.btn-calendar-prev {
            left: 2rem;
        }

        .calendar .btn-calendar.btn-calendar-next {
            right: 2rem;
        }

        .calendar .btn-calendar:hover {
            color: #fff;
        }

    .calendar .disabled {
        color: #999;
    }

    .calendar .today {
        color: #336699;
        font-weight: 600;
    }


/*------------------------------------
    Category
        - Base
            - Default
            - Group Category
                - Image
                - Icon
            - Category Banner
-------------------------------------*/
.category {
    position: relative;
    font-size: 1rem;
    color: #666;
}

    .category a {
        color: inherit;
    }

        .category a:hover {
            color: #336699;
        }

    .category img {
        display: block;
        width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }

    .category .category-name {
        margin-bottom: 0;
        text-align: center;
        font-size: 1.6rem;
        font-weight: 600;
        line-height: 1.2;
        text-transform: uppercase;
        letter-spacing: -0.025em;
        transition: transform 0.3s;
    }

    .category .category-count {
        font-size: 1.4rem;
    }

    .category p {
        text-align: left;
        font-size: 1.4rem;
        line-height: 1.25;
        letter-spacing: 0;
        color: #666;
    }

.category-content .category-list {
    color: #666666;
    text-align: left;
    font-size: 1.3em;
}

    .category-content .category-list li {
        display: flex;
        position: relative;
        line-height: 1.9;
    }

        .category-content .category-list li::before {
            content: "?";
            color: inherit;
            font-family: "wolmart";
            font-size: 1.3rem;
            margin-right: 0.3rem;
            margin-left: -0.3rem;
            transition: color 0.4s;
        }

        .category-content .category-list li:hover::before {
            color: #336699;
            animation: navItemArrow 0.6s linear infinite;
        }

.category-absolute .category-content {
    position: absolute;
    cursor: pointer;
}

.category-default .category-content {
    padding-bottom: 0.2rem;
    transition: padding-bottom 0.3s;
}

.category-default .btn {
    position: absolute;
    margin-top: -2rem;
    opacity: 0;
    visibility: hidden;
    transition: margin-top 0.3s, opacity 0.3s, visibility 0.3s;
}

.category-default:hover .category-content {
    padding-bottom: 3.2rem;
}

.category-default:hover .btn {
    margin-top: 1rem;
    opacity: 1;
    visibility: visible;
}

.category-default1 .category-content {
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgba(38, 38, 38, 0.8);
    height: 20%;
    justify-content: center;
    color: #fff;
}

    .category-default1 .category-content .category-name {
        padding-bottom: 0;
        color: #fff;
        font-size: 1.4rem;
        letter-spacing: 0.035em;
        transition: padding-bottom 0.3s;
    }

    .category-default1 .category-content .category-count {
        position: absolute;
        font-size: 1.2rem;
        line-height: 1.3;
        opacity: 0;
        transition: transform 0.3s, opacity 0.3s;
    }

.category-default1:hover .category-name {
    padding-bottom: 1.7rem;
}

.category-default1:hover .category-count {
    transform: translateY(50%);
    opacity: 1;
    visibility: visible;
}

.category-group-image,
.category-group-icon {
    display: flex;
    align-items: center;
    border: 1px solid #eee;
}

    .category-group-image > *,
    .category-group-icon > * {
        flex: 1;
    }

    .category-group-image .category-content ul,
    .category-group-icon .category-content ul {
        padding-left: 0;
    }

.category-group-image {
    padding: 1rem;
    font-size: 1rem;
    height: 100%;
}

    .category-group-image .category-content {
        align-items: flex-start;
        text-align: left;
        padding: 1.1rem 0 0.8rem 3rem;
    }

        .category-group-image .category-content ul {
            margin: 0;
        }

    .category-group-image .category-name {
        font-size: 1.6em;
        font-weight: 400;
        text-transform: none;
        margin-bottom: 1.1rem;
        line-height: 1.4;
        text-align: left;
        letter-spacing: 0;
    }

    .category-group-image a {
        white-space: nowrap;
    }

.category-ellipse .category-media {
    border-radius: 50%;
    overflow: hidden;
    border: 0px solid #fff;
    transition: box-shadow 0.1s, border-width 0.1s;
}

.category-ellipse .category-content {
    margin-top: 1.7rem;
}

.category-ellipse .category-name:hover {
    color: #336699;
}

.category-ellipse:hover .category-media {
    border-width: 8px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
}

.category-classic {
    transition: box-shadow 0.3s;
}

    .category-classic .category-content {
        left: 0;
        right: 0;
        bottom: 1.5rem;
        overflow: hidden;
        text-align: center;
    }

    .category-classic .category-name {
        font-size: 1.4rem;
        line-height: 1.45;
        text-transform: capitalize;
        transform: translateY(0);
        transition: transform 0.3s;
    }

    .category-classic .btn {
        position: absolute;
        transform: translate(-50%, 0);
        top: 100%;
        transition: top 0.3s, transform 0.3s;
    }

    .category-classic:hover {
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    }

        .category-classic:hover .category-name {
            /*transform: translateY(-100%);*/
        }

        .category-classic:hover .btn {
            top: 50%;
            /*transform: translate(-50%, -50%);*/
        }

.category-icon .category-media {
    padding: 2.4rem 0.5rem;
    border: 1px solid #eee;
    width: 130px;
    height: 130px;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 5rem;
    border-radius: 50%;
    margin: 0 auto 2rem auto;
    transition: box-shadow 0.3s, border-color 0.3s;
}

.category-icon .category-name {
    font-size: 1.4rem;
    text-transform: capitalize;
    letter-spacing: 0;
}

.category-icon:hover .category-media {
    border-color: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.category-icon:hover .category-name {
    color: #336699;
}

.category-banner .category-content {
    left: 0;
    bottom: 2rem;
    background-color: rgba(38, 38, 38, 0.8);
    border-radius: 0 5rem 5rem 0;
    padding: 1.3rem 3rem;
    transition: background-color 0.3s;
}

.category-banner .category-name {
    font-size: 1.4rem;
    color: #fff;
    letter-spacing: 0.035em;
}

.category-banner:hover .category-content {
    background-color: rgba(51, 102, 153, 0.8);
}

.category-center .category-content {
    position: absolute;
    cursor: pointer;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.category-center .btn {
    visibility: hidden;
    opacity: 0;
    line-height: 0;
    transition: visibility 0.3s, opacity 0.3s, line-height 0.3s;
}

.category-center:hover .btn {
    visibility: visible;
    opacity: 1;
    line-height: 1;
}

.category-lg .category-name {
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: -0.015em;
    line-height: 1.3;
    white-space: nowrap;
}

.category-lg .category-count {
    font-size: 1.8rem;
    letter-spacing: 0;
    margin-bottom: 1rem;
}

.category-image {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

    .category-image a {
        display: block;
        width: 100%;
        transition: color 0.3s;
    }

    .category-image .category-media {
        overflow: hidden;
        margin-left: auto;
        margin-right: auto;
    }

        .category-image .category-media img {
            display: block;
        }

    .category-image p {
        font-size: 1.3rem;
        line-height: 1;
        color: inherit;
        transition: color 0.3s;
    }

    .category-image.media-circle .category-media {
        width: 10rem;
        height: 10rem;
        border-radius: 50%;
    }

    .category-image.text-center p {
        text-align: center;
    }

    .category-image:hover {
        cursor: pointer;
    }

        .category-image:hover a {
            color: #336699;
        }

@media (max-width: 767px) {
    .category-group-image .category-content {
        padding-left: 1.5rem;
    }
}


/* -----------------------------------------------
    Comments
------------------------------------------------- */
.comments .comment {
    position: relative;
    font-size: 1.3rem;
    padding: 3rem 0;
    border-top: 1px solid #eee;
    padding: 4rem 0;
}

    .comments .comment:last-child {
        padding-bottom: 2rem;
    }

.comments > li {
    position: relative;
    border-top: 1px solid #eee;
    font-size: 1.3rem;
    padding: 3rem 0;
}

.comments ul.children {
    margin-left: 10rem;
}

.comment-body {
    display: flex;
}

    .comment-body .comment-content p {
        margin-bottom: 1.6rem;
        line-height: 1.9;
    }

.comment-avatar {
    flex: 0 0 9rem;
    max-width: 9rem;
    margin-right: 2rem;
}

.comment-author {
    margin: 0.5rem 0 1rem;
    font-size: 1.8rem;
    color: #333;
    line-height: 1;
}

    .comment-author a {
        margin-right: 0.4rem;
        color: inherit;
    }

.comment-date {
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0;
    color: #999;
}

.ratings-container.comment-rating {
    margin-bottom: 1.3rem;
}

.comment-action > * {
    margin-right: 2.4rem;
}

.comment-action .btn i {
    font-size: 1.4rem;
}

.review-image {
    display: flex;
    align-items: center;
}

    .review-image figure {
        max-width: 6rem;
        margin-top: 2rem;
        margin-right: 0.6rem;
        border-radius: 0.3rem;
        overflow: hidden;
    }

@media (max-width: 575px) {
    .comments .comment-action span {
        display: none;
    }

    .comments ul.children {
        margin-left: 3rem;
    }

    .comment-avatar {
        flex: 0 0 7rem;
        max-width: 7rem;
    }
}


/*-------------------------
    - Expanded Newsletter
    - Banner Newsletter
    - Link Banner Newsletter
    - Sale Banner
-------------------------*/
.expanded-newsletter {
    padding: 2.6rem 4rem 0.5rem;
    border: 2px solid #eee;
}

    .expanded-newsletter .icon-box-side {
        justify-content: left;
    }

        .expanded-newsletter .icon-box-side .icon-box-icon {
            margin-right: 2rem;
            color: #336699;
        }

            .expanded-newsletter .icon-box-side .icon-box-icon i {
                font-size: 4.8rem;
            }

        .expanded-newsletter .icon-box-side .icon-box-title {
            font-size: 1.6rem;
            text-transform: uppercase;
            margin-bottom: 2px;
        }

        .expanded-newsletter .icon-box-side p {
            font-size: 1.4rem;
            letter-spacing: -0.007em;
        }

    .expanded-newsletter .input-wrapper-inline .form-control {
        min-height: 4.8rem;
        border-color: #ccc;
        border-radius: 2.5rem 0 0 2.5rem;
    }

    .expanded-newsletter .btn {
        border-radius: 0 2.5rem 2.5rem 0;
        padding-left: 1.91em;
        padding-right: 1.91em;
    }

@media (min-width: 1200px) {
    .expanded-newsletter .pl-xl-10 {
        padding-left: 5rem !important;
    }
}

.cta-section .title-separator {
    color: #ccc;
}

.banner-newsletter {
    background-color: #f5f5f5;
    padding: 6.5rem 0 5rem;
    overflow: hidden;
}

    .banner-newsletter::before, .banner-newsletter::after {
        content: "";
        position: absolute;
        height: 59.2rem;
        width: 58.8rem;
        border: 3rem solid;
        top: 53%;
        transform: translateY(-50%) rotateZ(45deg);
    }

    .banner-newsletter::before {
        right: 98.8%;
        border-color: #e7e7e7;
        border-radius: 2rem;
    }

    .banner-newsletter::after {
        left: 93.3%;
        top: 48%;
        border-color: #f1f1f1;
    }

    .banner-newsletter .banner-content {
        padding: 0 1.5rem;
    }

    .banner-newsletter .banner-title {
        font-size: 3rem;
        font-weight: 600;
        margin-bottom: 1.5rem;
    }

        .banner-newsletter .banner-title strong {
            font-weight: 800;
        }

    .banner-newsletter p {
        margin-bottom: 2.2rem;
        max-width: 62rem;
        font-size: 1.3rem;
        line-height: 2;
    }

    .banner-newsletter .input-wrapper {
        margin-left: auto;
        margin-right: auto;
        max-width: 55.5rem;
        min-height: 4.8rem;
    }

        .banner-newsletter .input-wrapper::before {
            content: "?";
            display: inline-block;
            position: absolute;
            font-weight: 600;
            font-family: "Font Awesome 5 Free";
            font-size: 1.8rem;
            color: #666;
            line-height: 1;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            margin-top: -1rem;
        }

    .banner-newsletter input {
        border: 0;
        border-bottom: 2px solid #ccc;
        margin-right: 1rem;
        padding-left: 2.8rem;
        min-height: 4.8rem;
    }

    .banner-newsletter .banner-content {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .banner-newsletter .btn {
        padding: 1.08em 1.9em;
    }

        .banner-newsletter .btn i {
            font-size: 1.8rem;
            margin-top: -0.4rem;
        }

.link-banner-newsletter {
    display: flex;
    align-items: center;
    padding: 5.25% 8.4% 4.1% 4.4%;
}

    .link-banner-newsletter .banner-title {
        margin-bottom: 0.6rem;
        font-size: 2.6rem;
    }

    .link-banner-newsletter p {
        max-width: 45.1rem;
        margin-bottom: 2.2rem;
        font-size: 1.3rem;
    }

    .link-banner-newsletter .input-wrapper-inline {
        max-width: 44.8rem;
    }

    .link-banner-newsletter .input-wrapper-rounded .form-control {
        min-height: 4.6rem;
        padding: 0.8rem 1.8rem;
        font-size: 1.3rem;
        border-color: #454545;
        border-radius: 0.3rem 0 0 0.3rem;
    }

    .link-banner-newsletter .btn {
        padding-left: 1.95em;
        padding-right: 1.95em;
        border-radius: 0 0.3rem 0.3rem 0;
    }

    .link-banner-newsletter .content-right {
        margin-top: 0.3rem;
    }

        .link-banner-newsletter .content-right a {
            display: block;
            margin-bottom: 2rem;
        }

.sale-banner::before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 1px;
    right: 1px;
    top: 1px;
    bottom: 1px;
    border: 5px dashed #fff;
    pointer-events: none;
    -webkit-clip-path: inset(4px 4px 4px 4px);
    clip-path: inset(4px 4px 4px 4px);
}

.sale-banner .banner-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sale-banner .banner-subtitle {
    position: relative;
    margin-right: 2rem;
    padding: 2.6rem 7px 2.6rem 3.5rem;
    font-size: 4em;
    display: flex;
    align-items: center;
    background: #444;
    line-height: 1.2;
    z-index: 1;
    white-space: nowrap;
}

    .sale-banner .banner-subtitle span {
        font-size: 0.45em;
        font-weight: 400;
    }

    .sale-banner .banner-subtitle::before, .sale-banner .banner-subtitle::after {
        content: "";
        position: absolute;
        right: -24px;
        top: -25px;
        bottom: -20px;
        border-right: 50px solid #454545;
        transform: rotate(26deg);
        z-index: -1;
    }

    .sale-banner .banner-subtitle::after {
        right: -35px;
        border-right-width: 5px;
    }

.sale-banner .content-right {
    flex: 0 0 calc(100% - 25.7rem);
    max-width: calc(100% - 25.7rem);
    display: flex;
    align-items: center;
    padding: 2.8rem 3.6rem 2.8rem 0;
    background-color: #eee;
}

.sale-banner .banner-title {
    overflow: hidden;
    flex: 1;
    font-size: 3.4em;
    font-style: italic;
}

    .sale-banner .banner-title span {
        white-space: nowrap;
        animation: slideX 60s infinite linear 1s;
        display: inline-block;
    }

.sale-banner .btn {
    padding-left: 1.9em;
    padding-right: 1.9em;
    background-color: #444;
    border-color: #444;
}

    .sale-banner .btn i {
        margin-left: 0.3rem;
        font-size: 1.5rem;
    }

.sale-banner-section {
    padding-bottom: 0.7rem;
}

.banner-newsletter-bg {
    display: flex;
    align-items: center;
    padding: 3rem 5.9rem;
}

    .banner-newsletter-bg .content-left {
        margin-right: 5.3rem;
    }

    .banner-newsletter-bg .content-right {
        flex: 1;
    }

    .banner-newsletter-bg .banner-title {
        margin-bottom: 0.6rem;
        font-size: 1.6rem;
        line-height: 1;
    }

    .banner-newsletter-bg p {
        font-size: 1.3rem;
        line-height: 1;
    }

    .banner-newsletter-bg .input-wrapper {
        display: flex;
        max-width: 100%;
    }

    .banner-newsletter-bg .form-control {
        margin-right: 1rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        border: none;
        background-color: #fff;
    }

@media (max-width: 991px) {
    .expanded-newsletter {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

        .expanded-newsletter .icon-box-side {
            justify-content: center;
        }

    .banner-newsletter-bg {
        display: block;
        text-align: center;
    }

        .banner-newsletter-bg .content-left {
            margin-right: 0;
        }
}

@media (max-width: 767px) {
    .sale-banner .banner-content {
        display: block;
    }

    .sale-banner .banner-subtitle {
        padding-bottom: 0;
    }

        .sale-banner .banner-subtitle::after, .sale-banner .banner-subtitle::before {
            left: -10px;
            bottom: -20px;
            top: auto;
            border-top: 42px solid #454545;
            transform: rotate(-3deg);
        }

        .sale-banner .banner-subtitle::after {
            bottom: -30px;
            border-top-width: 5px;
        }

    .sale-banner .content-right {
        display: block;
        flex: none;
        max-width: none;
        margin-top: -4rem;
        padding: 4rem 0 3rem;
    }

    .sale-banner .btn {
        margin-left: 3rem;
    }

    .link-banner-newsletter {
        display: block;
        padding: 4rem 3rem 2rem;
    }

        .link-banner-newsletter .content-right {
            display: flex;
            flex-wrap: wrap;
        }

            .link-banner-newsletter .content-right a:first-child {
                margin-right: 2rem;
            }
}

@media (max-width: 575px) {
    .expanded-newsletter .icon-box-side {
        display: block;
        text-align: center;
    }

        .expanded-newsletter .icon-box-side .icon-box-icon {
            padding: 1rem;
            margin: 0 0 1.5rem;
        }

        .expanded-newsletter .icon-box-side .icon-box-content {
            text-align: center;
        }

    .sale-banner {
        font-size: 0.8rem;
    }
}

@media (max-width: 479px) {
    .banner-newsletter .input-wrapper-inline {
        display: block;
    }

        .banner-newsletter .input-wrapper-inline::before {
            top: 25%;
        }

    .banner-newsletter-bg {
        padding: 4rem 1.5rem;
    }

        .banner-newsletter-bg .input-wrapper {
            display: block;
        }

        .banner-newsletter-bg .form-control {
            margin-bottom: 1.5rem;
            margin-right: 0;
        }
}

.element-section .section-title {
    margin-bottom: 1.7rem;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 0;
}

.element-section .section-desc {
    max-width: 50rem;
}

.element-section .element {
    display: block;
    padding: 3.1rem 0 3.6rem;
    background-color: #fff;
    box-shadow: 0 2rem 3rem rgba(0, 0, 0, 0.05), 0 0 5px rgba(0, 0, 0, 0.05);
    border-radius: 1rem;
}

    .element-section .element svg {
        fill: #aaa;
        stroke: #aaa;
        stroke-dashoffset: 1500;
        stroke-dasharray: 1500;
        transition: transform 0.3s, fill 0.5s;
    }

    .element-section .element:hover svg {
        transform: scale(1.6);
        stroke-dashoffset: 0;
        stroke: #336699;
        fill: transparent;
        transition: transform 0.3s, fill 0.5s, stroke-dashoffset 6s;
    }

    .element-section .element:hover p {
        color: #336699;
    }

    .element-section .element p {
        font-size: 1.6rem;
        font-weight: 600;
        color: #333;
        text-transform: uppercase;
        line-height: 1.2;
        margin-bottom: 0;
        transition: color 0.4s;
    }

    .element-section .element.element-vendor {
        padding: 2.5rem 0 3.6rem;
    }

        .element-section .element.element-vendor p {
            margin-top: 0.6rem;
        }

@media (max-width: 479px) {
    .element-section .element {
        max-width: 23.2rem;
        margin: 0 auto;
    }
}


@font-face {
    font-family: "wolmart";
    src: url("../../fonts/wolmart.eot?png09e");
    src: url("../../fonts/wolmart.woff?png09e") format("woff"), url("../../fonts/wolmart.eot?png09e#iefix") format("embedded-opentype"), url("../../fonts/wolmart.ttf?png09e") format("truetype"), url("../../fonts/wolmart.svg?png09e#wolmart") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

[class^=w-icon-], [class*=" w-icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "wolmart" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.w-icon-shipping:before {
    content: "";
}

.w-icon-truck2:before {
    content: "";
}

.w-icon-comments-solid:before {
    content: "";
}

.w-icon-heart-full:before {
    content: "";
}

.w-icon-instagram:before {
    content: "";
}

.w-icon-youtube:before {
    content: "";
}

.w-icon-pinterest:before {
    content: "";
}

.w-icon-pinterest-p:before {
    content: "";
}

.w-icon-google:before {
    content: "";
}

.w-icon-twitter:before {
    content: "";
}

.w-icon-facebook:before {
    content: "";
}

.w-icon-minus:before {
    content: "";
}

.w-icon-plus:before {
    content: "";
}

.w-icon-angle-down:before {
    content: "";
}

.w-icon-angle-up:before {
    content: "";
}

.w-icon-angle-left:before {
    content: "";
}

.w-icon-angle-right:before {
    content: "";
}

.w-icon-hamburger:before {
    content: "";
}

.w-icon-star-square-full:before {
    content: "";
}

.w-icon-exclamation-triangle:before {
    content: "";
}

.w-icon-times-circle:before {
    content: "";
}

.w-icon-cog:before {
    content: "";
}

.w-icon-star-square:before {
    content: "";
}

.w-icon-exclamation-circle:before {
    content: "";
}

.w-icon-check-solid:before {
    content: "";
}

.w-icon-check:before {
    content: "";
}

.w-icon-comments:before {
    content: "";
}

.w-icon-envelop:before {
    content: "";
}

.w-icon-envelop2:before {
    content: "";
}

.w-icon-youtube-solid:before {
    content: "";
}

.w-icon-times-solid:before {
    content: "";
}

.w-icon-call:before {
    content: "";
}

.w-icon-call2:before {
    content: "";
}

.w-icon-cart:before {
    content: "";
}

.w-icon-category:before {
    content: "";
}

.w-icon-bars:before {
    content: "";
}

.w-icon-compare:before {
    content: "";
}

.w-icon-computer:before {
    content: "";
}

.w-icon-electronics:before {
    content: "";
}

.w-icon-tshirt:before {
    content: "";
}

.w-icon-account:before {
    content: "";
}

.w-icon-search2:before {
    content: "";
}

.w-icon-android:before {
    content: "";
}

.w-icon-ios:before {
    content: "";
}

.w-icon-art-class:before {
    content: "";
}

.w-icon-bag:before {
    content: "";
}

.w-icon-basketball:before {
    content: "";
}

.w-icon-bathtub:before {
    content: "";
}

.w-icon-bed:before {
    content: "";
}

.w-icon-birthday-cake:before {
    content: "";
}

.w-icon-bow:before {
    content: "";
}

.w-icon-bridge-lamp:before {
    content: "";
}

.w-icon-calendar:before {
    content: "";
}

.w-icon-camera:before {
    content: "";
}

.w-icon-cart2:before {
    content: "";
}

.w-icon-dots-circle:before {
    content: "";
}

.w-icon-chat:before {
    content: "";
}

.w-icon-desktop:before {
    content: "";
}

.w-icon-dish:before {
    content: "";
}

.w-icon-display:before {
    content: "";
}

.w-icon-download:before {
    content: "";
}

.w-icon-envelop-closed:before {
    content: "";
}

.w-icon-fax:before {
    content: "";
}

.w-icon-furniture:before {
    content: "";
}

.w-icon-gamepad:before {
    content: "";
}

.w-icon-gift:before {
    content: "";
}

.w-icon-grid:before {
    content: "";
}

.w-icon-headphone:before {
    content: "";
}

.w-icon-heartbeat:before {
    content: "";
}

.w-icon-home:before {
    content: "";
}

.w-icon-honour:before {
    content: "";
}

.w-icon-hotline:before {
    content: "";
}

.w-icon-ice-cream:before {
    content: "";
}

.w-icon-list:before {
    content: "";
}

.w-icon-mobile:before {
    content: "";
}

.w-icon-money:before {
    content: "";
}

.w-icon-motocycle:before {
    content: "";
}

.w-icon-net-world:before {
    content: "";
}

.w-icon-orders:before {
    content: "";
}

.w-icon-phone:before {
    content: "";
}

.w-icon-return:before {
    content: "";
}

.w-icon-rice-cooker:before {
    content: "";
}

.w-icon-ruby:before {
    content: "";
}

.w-icon-search:before {
    content: "";
}

.w-icon-search-minus:before {
    content: "";
}

.w-icon-search-plus:before {
    content: "";
}

.w-icon-service:before {
    content: "";
}

.w-icon-shopify:before {
    content: "";
}

.w-icon-sofa:before {
    content: "";
}

.w-icon-sport:before {
    content: "";
}

.w-icon-star:before {
    content: "";
}

.w-icon-star-full:before {
    content: "";
}

.w-icon-table:before {
    content: "";
}

.w-icon-table2:before {
    content: "";
}

.w-icon-truck:before {
    content: "";
}

.w-icon-tshirt2:before {
    content: "";
}

.w-icon-user:before {
    content: "";
}

.w-icon-wallet:before {
    content: "";
}

.w-icon-heart:before {
    content: "";
}

.w-icon-gift2:before {
    content: "";
}

.w-icon-dashboard:before {
    content: "";
}

.w-icon-power-off:before {
    content: "";
}

.w-icon-wallet2:before {
    content: "";
}

.w-icon-products:before {
    content: "";
}

.w-icon-reports:before {
    content: "";
}

.w-icon-return2:before {
    content: "";
}

.w-icon-reviews:before {
    content: "";
}

.w-icon-return3:before {
    content: "";
}

.w-icon-cog2:before {
    content: "";
}

.w-icon-ship-station:before {
    content: "";
}

.w-icon-social:before {
    content: "";
}

.w-icon-store-seo:before {
    content: "";
}

.w-icon-store:before {
    content: "";
}

.w-icon-support:before {
    content: "";
}

.w-icon-tools:before {
    content: "";
}

.w-icon-vendor-store:before {
    content: "";
}

.w-icon-verification:before {
    content: "";
}

.w-icon-visit:before {
    content: "";
}

.w-icon-withdraw:before {
    content: "";
}

.w-icon-rotate-3d:before {
    content: "";
}

.w-icon-movie:before {
    content: "";
}

.w-icon-prev:before {
    content: "";
}

.w-icon-play:before {
    content: "";
}

.w-icon-next:before {
    content: "";
}

.w-icon-map-marker:before {
    content: "";
}

.w-icon-long-arrow-down:before {
    content: "";
}

.w-icon-long-arrow-left:before {
    content: "";
}

.w-icon-long-arrow-right:before {
    content: "";
}

.w-icon-long-arrow-up:before {
    content: "";
}

.w-icon-comment:before {
    content: "";
}

.w-icon-envelop3:before {
    content: "";
}

.w-icon-logout:before {
    content: "";
}

.w-icon-envelop4:before {
    content: "";
}

.w-icon-orders2:before {
    content: "";
}

.w-icon-quote:before {
    content: "";
}

.w-icon-sale:before {
    content: "";
}

.w-icon-heart2:before {
    content: "";
}

.w-icon-zoom:before {
    content: "";
}


/*------------------------
    Form
        - Form Control
        - Input Wrapper
-------------------------*/
.form .form-control {
    margin-bottom: 2rem;
}

input:-internal-autofill-selected {
    background-color: #fff !important;
    background-image: none !important;
    color: black !important;
}

.form-control {
    display: block;
    width: 100%;
    min-height: 4.7rem;
    padding: 0.85rem 2rem;
    border: 1px solid #eee;
    font-size: 1.4rem;
    font-family: Poppins, sans-serif;
    line-height: 1.5;
    font-weight: 400;
    color: #999;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    outline: 0;
}

    .form-control::placeholder {
        color: inherit;
        font-family: inherit;
    }

    .form-control::-webkit-input-placeholder {
        color: inherit;
    }

    .form-control::-moz-placeholder {
        color: inherit;
    }

    .form-control.form-solid {
        background-color: #fff;
        border: 0;
        color: #8d8d8d;
    }

    .form-control.form-control-md {
        font-size: 1.3rem;
        min-height: 4.4rem;
    }

    .form-control.form-control-sm {
        font-size: 1.2rem;
        min-height: 4rem;
    }

textarea {
    font-family: inherit;
    min-width: 100%;
    max-width: 100%;
}

.select-box,
.select-menu {
    position: relative;
}

    .select-box select,
    .select-menu select {
        position: relative;
        max-width: 14.6rem;
        min-height: auto;
        width: 100%;
        height: 100%;
        padding-left: 9px;
        padding-right: 27px;
        border: 1px solid #e3e3e3;
        color: inherit;
        background-color: transparent;
        font-size: 1.2rem;
        font-family: inherit;
        letter-spacing: inherit;
        z-index: 1;
        -moz-appearance: none;
        -webkit-appearance: none;
        cursor: pointer;
    }

        .select-box select:focus,
        .select-menu select:focus {
            outline: none;
        }

    .select-box::before,
    .select-menu::before {
        content: "";
        font-family: "Wolmart";
        font-size: 9px;
        font-weight: 600;
        line-height: 1;
        position: absolute;
        right: 2rem;
        top: 50%;
        transform: translateY(-50%);
    }

    .select-box option {
        font-size: 1.2rem;
    }

@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
    select::-ms-expand {
        display: none;
    }

    select:focus::-ms-value {
        background: transparent;
        color: currentColor;
    }
}

.input-wrapper input {
    flex: 1;
    min-width: 40px;
    font-size: 1.4rem;
    font-family: Poppins, sans-serif;
    border-width: 1px 0 1px 1px;
}

.input-wrapper-inline {
    display: flex;
    position: relative;
    max-width: 67.5rem;
    width: 100%;
}

    .input-wrapper-inline .btn {
        line-height: 1;
    }

.input-wrapper-rounded .form-control {
    border-radius: 0.4rem;
}

.input-wrapper-round .form-control {
    position: relative;
    border-radius: 3rem;
}

.input-wrapper-round .btn {
    border-radius: 3rem;
    line-height: 1;
}

.input-wrapper-round .form-control {
    border-radius: 3rem 0 0 3rem;
}

.input-wrapper-round .btn {
    border-radius: 0 3rem 3rem 0;
}

.input-group {
    display: inline-flex;
    height: 4.4rem;
    position: relative;
    width: 100%;
}

    .input-group .form-control {
        flex: 1;
        font-size: 1.3rem;
        padding: 0 1.4rem 0 1.8rem;
        height: inherit;
        min-height: auto;
        max-width: 100%;
        -webkit-appearance: textfield;
        border: solid #ccc;
        border-width: 1px;
        color: #666;
    }

        .input-group .form-control:hover::-webkit-outer-spin-button, .input-group .form-control:hover::-webkit-inner-spin-button, .input-group .form-control:focus::-webkit-outer-spin-button, .input-group .form-control:focus::-webkit-inner-spin-button {
            -webkit-appearance: none;
        }

    .input-group button {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 1.5rem;
        padding: 0;
        width: 2.4rem;
        height: 2.4rem;
        border-radius: 50%;
        background-color: #eee;
        color: #666;
        font-size: 1.4rem;
        border: none;
    }

        .input-group button + button {
            margin-right: 3.3rem;
        }

        .input-group button:hover {
            cursor: pointer;
        }

.custom-radio {
    position: relative;
}

    .custom-radio .custom-control-input {
        position: absolute;
        opacity: 0;
        z-index: -1;
    }

    .custom-radio .custom-control-label {
        padding-left: 3rem;
    }

        .custom-radio .custom-control-label::after {
            content: "";
            position: absolute;
            display: inline-flex;
            align-items: center;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            border: 1px solid;
            border-radius: 2px;
            color: #999;
            font-family: "Font Awesome 5 Free";
            font-size: 1rem;
            font-weight: 900;
            width: 1.8rem;
            height: 1.8rem;
            cursor: pointer;
            transition: color 0.3s, background-color 0.3s, content 0.3s, border 0.3s;
        }

        .custom-radio .custom-control-label.round::after {
            border-radius: 50%;
        }

    .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
        content: "";
        background-color: #336699;
        color: #fff;
        border: 2px solid #336699;
        padding-left: 2px;
    }

    .custom-radio .custom-control-input:checked ~ .custom-control-label.color-dark::after {
        background-color: #333;
        border-color: #333;
    }

.custom-checkbox {
    position: absolute;
    opacity: 0;
    z-index: 1;
    width: 1.8rem;
    height: 1.8rem;
    cursor: pointer;
}

    .custom-checkbox + label {
        display: inline-block;
        position: relative;
        padding-left: 2.5rem;
        cursor: pointer;
    }

        .custom-checkbox + label::before {
            content: "";
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: 0;
            width: 18px;
            height: 18px;
            line-height: 15px;
            border: 1px solid #ccc;
            border-radius: 2px;
        }

@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .custom-checkbox + label::before {
        line-height: 14px;
    }
}

.custom-checkbox:checked + label::before, .custom-checkbox.checked + label::before {
    content: "";
    border-color: #222;
    background: #222;
    color: #fff;
    font-size: 9px;
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
    text-align: center;
}

.btn-absolute input.form-control {
    width: 100%;
    padding-left: 2rem;
    color: #999;
    font-size: 1.4rem;
}

.btn-absolute .btn {
    position: absolute;
    width: auto;
    height: 100%;
    min-width: 4.4rem;
    right: 0;
    font-size: 1.3rem;
}

    .btn-absolute .btn:hover {
        color: #336699;
    }


/* -----------------------------------
    Custom Icons
        - User Icon
        - Minicart Icon
        - Menu Icon
-------------------------------------*/
.user-icon {
    display: block;
    padding-bottom: 2px;
}

    .user-icon::before, .user-icon::after {
        content: "";
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .user-icon::before {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        margin-bottom: 1px;
        border: 1px solid #333;
        box-shadow: 0px 0px 1px #333, 0px 0px 1px #333, 0px 0px 2px #333, 0px 0px 1px #333, 0px 0px 2px #333;
    }

    .user-icon::after {
        width: 22px;
        height: 12px;
        border-radius: 7px 7px 0 0;
        border: 1px solid #333;
        box-shadow: 0px 0px 2px #333, 0px 0px 1px #333, 0px 0px 1px #333, 0px 0px 1px #333, 0px 0px 1px #333;
    }

.minicart-icon {
    position: relative;
    height: 2.167em;
    text-align: center;
}

    .minicart-icon::before, .minicart-icon::after {
        border: solid 2px;
        border-color: #333333;
    }

    .minicart-icon::before {
        content: "";
        display: block;
        position: absolute;
        top: -0.3em;
        left: 50%;
        transform: translateX(-50%) scale(0.7);
        width: 1.32em;
        height: 1.2em;
        border-radius: 10px 10px 0 0;
        border-bottom: none;
    }

    .minicart-icon::after {
        content: "";
        display: inline-block;
        width: 29px;
        height: 24px;
        background-color: transparent;
        border-radius: 0 0 5px 5px;
        transform: scale(0.8);
        margin-top: 1px;
    }

.menu-icon {
    display: inline-block;
    color: #fff;
    width: 1.7rem;
}

    .menu-icon::before, .menu-icon::after {
        display: block;
        content: "";
        width: 100%;
    }

    .menu-icon::before {
        height: 6px;
        border-top: 2px solid;
        border-bottom: 2px solid;
    }

    .menu-icon::after {
        height: 4px;
        border-bottom: 2px solid;
    }

.icon-angle-left::before {
    content: "";
}

.icon-angle-right::before {
    content: "";
}

.icon-angle-left,
.icon-angle-right {
    font-family: "wolmart";
    font-style: normal;
}

.close-icon {
    display: block;
    position: relative;
    width: 30px;
    height: 30px;
    transform: rotateZ(45deg);
}

    .close-icon::before, .close-icon::after {
        display: block;
        position: absolute;
        background-color: #ccc;
        content: "";
    }

    .close-icon::before {
        height: 2px;
        width: 100%;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .close-icon::after {
        height: 100%;
        width: 2px;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }


/* ---------------------------------------
    Icon Box
--------------------------------------- */
.icon-box .icon-box-title {
    font-size: 1.4rem;
    text-transform: capitalize;
    letter-spacing: -0.025em;
    margin-bottom: 0.4rem;
}

.icon-box p {
    font-size: 1.3rem;
    word-break: break-word;
    margin: 0;
    line-height: 1.2;
    color: #666;
}

.icon-box .icon-box-content {
    text-align: center;
}

.icon-box.text-center .icon-box-icon {
    margin-bottom: 1.6rem;
}

    .icon-box.text-center .icon-box-icon.icon-bag {
        margin-bottom: 1.8rem;
    }

    .icon-box.text-center .icon-box-icon.icon-money {
        margin: 0.1rem 0 2.2rem;
    }

    .icon-box.text-center .icon-box-icon.icon-chat {
        margin-bottom: 1.2rem;
    }

.icon-box.icon-box-lg .icon-box-title {
    font-size: 1.8rem;
}

.icon-box.icon-colored-circle .icon-box-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-top: 0;
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    background-color: #336699;
    color: #fff;
    margin-bottom: 2rem;
}

.icon-box-icon {
    display: inline-block;
    margin-bottom: 1.4rem;
}

.icon-box-primary .icon-box-icon i {
    color: #336699;
}

.icon-box-secondary .icon-box-icon i {
    color: #f93;
}

.icon-box-white .icon-box-icon svg {
    fill: #fff;
}

.icon-box-white .icon-box-icon i {
    color: #fff;
}

.icon-box-light .icon-box-icon svg {
    fill: #999;
}

.icon-box-icon i {
    font-size: 2.9rem;
    font-weight: 400;
    line-height: 1;
}

    .icon-box-icon i.w-icon-truck {
        font-size: 3.9rem;
    }

    .icon-box-icon i.w-icon-bag {
        font-size: 3.7rem;
    }

    .icon-box-icon i.w-icon-money {
        font-size: 3.2rem;
    }

    .icon-box-icon i.w-icon-chat {
        font-size: 4.4rem;
    }

.icon-box-lg .icon-box-icon i {
    font-size: 6rem;
}

.icon-box.icon-box-secondary .icon-box-icon i {
    font-size: 3rem;
}

.icon-box-side {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .icon-box-side .icon-box-content {
        text-align: left;
    }

        .icon-box-side .icon-box-content p {
            line-height: 1;
        }

    .icon-box-side .icon-box-icon {
        margin-right: 1.5rem;
        margin-bottom: 0;
    }

    .icon-box-side i {
        display: inline-block;
        vertical-align: middle;
    }

.icon-border-circle .icon-box-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    border: 1px solid #ccc;
}

.circle-icon-section {
    margin: 0.7rem 0 5.7rem;
    padding: 5.7rem 0 3.2rem;
    background-color: #f8f8f8;
}

    .circle-icon-section .iconbox-wrap {
        margin-bottom: 4.9rem;
    }

.icon-box.icon-border-box {
    border: 1px solid #eeeeee;
    padding: 4rem 1rem 3.4rem;
    transition: box-shadow 0.4s;
    border-radius: 0.5rem;
}

    .icon-box.icon-border-box .icon-box-icon {
        margin-bottom: 2.5rem;
    }

    .icon-box.icon-border-box .icon-box-title {
        margin-bottom: 0.7rem;
    }

    .icon-box.icon-border-box p {
        margin-bottom: 1.6rem;
        line-height: 1.9;
    }

    .icon-box.icon-border-box a {
        color: #336699;
        font-weight: 600;
        font-size: 1.4rem;
    }

        .icon-box.icon-border-box a i {
            font-size: 1.6rem;
            vertical-align: middle;
            line-height: 0;
        }

    .icon-box.icon-border-box:hover {
        box-shadow: 0 2px 35px rgba(0, 0, 0, 0.1);
    }

.iconbox-boxed-section .row {
    margin: 0 -3rem;
}

    .iconbox-boxed-section .row > * {
        padding: 0 3rem;
    }

.iconbox-boxed-section .owl-stage-outer {
    overflow-y: auto;
    padding: 4rem;
    margin: -4rem;
}

@media (max-width: 1320px) {
    .iconbox-boxed-section .owl-stage-outer {
        padding: 4rem 2rem;
        margin: -4rem -2rem;
    }
}

@media (min-width: 768px) {
    .icon-box-side.icon-box-money {
        margin-top: 0.2rem;
    }

    .icon-box-side.icon-box-chat {
        margin-top: -0.3rem;
    }
}

@media (max-width: 767px) {
    .icon-box-side {
        flex-direction: column;
    }

        .icon-box-side .icon-box-icon {
            margin-right: 0;
            margin-bottom: 1rem;
        }

        .icon-box-side .icon-box-content {
            text-align: center;
        }

        .icon-box-side.icon-box-money {
            margin-top: 0.6rem;
        }

        .icon-box-side.icon-box-chat .icon-box-icon {
            margin-bottom: 0.4rem;
        }
}

@media (max-width: 479px) {
    .iconbox-boxed-section .owl-stage-outer {
        padding: 4rem 1.5rem;
        margin: -4rem -1.5rem;
    }
}


/*--------------------------------
    Instagram
---------------------------------*/
.instagram {
    position: relative;
    overflow: hidden;
}

    .instagram a {
        display: block;
        position: relative;
        height: 100%;
    }

        .instagram a::before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background-color: #000;
            opacity: 0;
            transition: opacity 0.3s;
            z-index: 1;
        }

        .instagram a::after {
            content: "";
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%) rotate(90deg) scale(2);
            font-size: 3rem;
            font-family: "wolmart";
            color: #fff;
            opacity: 0;
            transition: opacity 0.3s, transform 0.3s;
            z-index: 1;
        }

    .instagram img {
        display: block;
        width: 100%;
        height: auto;
        transition: transform 0.3s;
    }

    .instagram:hover a::before {
        opacity: 0.5;
    }

    .instagram:hover a::after {
        opacity: 1;
        transform: translate(-50%, -50%) rotate(0deg) scale(1);
    }

    .instagram:hover img {
        transform: scale(1.15);
    }

.instagram-info .instagram-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.6rem;
    letter-spacing: 0;
    color: #fff;
    opacity: 0;
    z-index: 2;
    transition: opacity 0.3s;
}

    .instagram-info .instagram-content i {
        display: inline-block;
        margin-right: 0.8rem;
    }

    .instagram-info .instagram-content a {
        display: inline-block;
        color: #fff;
    }

        .instagram-info .instagram-content a:not(:last-child) {
            margin-right: 2rem;
        }

        .instagram-info .instagram-content a::before {
            content: none;
        }

.instagram-info a::after {
    content: none;
}

.instagram-info:hover .instagram-content {
    opacity: 1;
}


/* -------------------------------------------
    Mini Popup
---------------------------------------------- */
.minipopup-area {
    position: fixed;
    left: 30px;
    bottom: 30px;
    z-index: 3000;
}

.minipopup-box {
    position: absolute;
    left: -8rem;
    width: 300px;
    padding: 2rem;
    background-color: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-100%);
    opacity: 0;
    transition: opacity 0.3s, left 0.3s ease-out, transform 0.3s;
    z-index: 3000;
}

    .minipopup-box.show {
        opacity: 1;
        left: 0;
    }

    .minipopup-box.focus {
        transform: scale(0.98) translateY(-100%);
    }

    .minipopup-box .product.product-cart {
        padding-top: 0;
        margin-bottom: 1.5rem;
    }

        .minipopup-box .product.product-cart .product-name {
            margin-bottom: 0.9rem;
            font-weight: 400;
        }

    .minipopup-box .product-details {
        padding: 0 0 0 1.2rem;
    }

    .minipopup-box p {
        margin-bottom: 0;
        font-size: 1.3rem;
        color: #666;
        line-height: 1.4;
    }

    .minipopup-box .product-action {
        position: relative;
        opacity: 1;
        visibility: visible;
        justify-content: space-between;
    }

        .minipopup-box .product-action a:first-child {
            background-color: #eee;
            border-color: #eee;
            color: #333;
        }

            .minipopup-box .product-action a:first-child:hover, .minipopup-box .product-action a:first-child:focus, .minipopup-box .product-action a:first-child:active {
                background-color: #dcdcdc;
                border-color: #dcdcdc;
            }

        .minipopup-box .product-action .btn {
            padding-left: 1.9em;
            padding-right: 1.9em;
        }

@media (max-width: 479px) {
    .minipopup-area {
        left: 10px;
    }
}


/*----------------------------
    Overlay
-----------------------------*/
.overlay-dark figure, .overlay-dark .banner,
.overlay-light figure,
.overlay-light .banner {
    position: relative;
}

    .overlay-dark figure::after,
    .overlay-dark figure > a::after, .overlay-dark.banner::after,
    .overlay-light figure::after,
    .overlay-light figure > a::after,
    .overlay-light.banner::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: #333;
        opacity: 0;
        transition: opacity 0.3s, background 0.3s, transform 0.3s;
    }

    .overlay-dark:hover figure::after, .overlay-dark:hover figure > a::after, .overlay-dark.banner:hover::after,
    .overlay-light:hover figure::after,
    .overlay-light:hover figure > a::after,
    .overlay-light.banner:hover::after {
        opacity: 0.1;
    }

.overlay-dark.banner-fixed::after, .overlay-dark.post > figure::after,
.overlay-light.banner-fixed::after,
.overlay-light.post > figure::after {
    content: none;
}

.overlay-dark.post > figure > a::after,
.overlay-light.post > figure > a::after {
    z-index: 1;
}

.overlay-light figure::after,
.banner.overlay-light::after {
    background: #ccc;
}

.overlay-zoom {
    overflow: hidden;
}

    .overlay-zoom img {
        transition: transform 0.35s;
    }

    .overlay-zoom:hover img {
        transform: scale(1.08);
    }

.overlay-rotate {
    overflow: hidden;
}

    .overlay-rotate img {
        transition: transform 0.35s;
    }

    .overlay-rotate:hover {
        transform: rotateZ(3deg) scale(1.08);
    }


/*-------------------------
    Page Header
        - Page Header
        - Page Title
        - Page Subtitle
--------------------------*/
.page-header {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 18rem;
    background-color: #eee;
    text-align: center;
    text-transform: capitalize;
}

.page-title {
    font-size: 3.4rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1.1;
    margin-bottom: 0.2rem;
}

.page-subtitle {
    margin-bottom: 0;
    font-size: 1.8rem;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 1.6;
    color: #666;
}

.cart .page-header,
.checkout .page-header {
    height: 134px;
    background: #fff;
}



/*--------------------------------
    Pagniation
---------------------------------*/
.pagination {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 1.2rem;
    color: #666;
    letter-spacing: 0.025em;
}

    .pagination > * {
        font-size: 1.4rem;
    }

    .pagination a {
        color: inherit;
    }

    .pagination .prev, .pagination .next {
        height: 4rem;
        min-width: 8rem;
        padding: 1.2rem;
        line-height: 1;
        text-align: center;
        letter-spacing: 0;
    }

        .pagination .prev.disabled, .pagination .next.disabled {
            color: #aaa;
        }

    .pagination .prev {
        margin-right: 0.5rem;
    }

        .pagination .prev i {
            margin-right: 0.5rem;
        }

    .pagination .next i {
        margin-left: 0.5rem;
    }

.page-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 3rem;
    height: 4rem;
    background-color: transparent;
    border: 1px solid transparent;
    transition: background-color 0.4s, border 0.4s, color 0.4s;
    line-height: 1;
}

:hover:not(.disabled) > .page-link, .active:not(.disabled) > .page-link {
    background-color: transparent;
    border-color: #eee;
    color: #336699;
    border-radius: 0.3rem;
}

.page-item:not(:last-child) {
    margin-right: 0.5rem;
}

.page-item-dots {
    white-space: nowrap;
}

    .page-item-dots::before {
        content: "...";
        display: inline-block;
        vertical-align: middle;
        font-size: 0.9rem;
        font-weight: 600;
        margin-right: 0.1rem;
        margin-top: -6px;
    }


/*---------------------------------
    Popup
        - Popup
        - Popup Close
        - Popup Arrow
        - Popup Content
        - Popup - Login
        - Popup - Image PhotoSwipe
-----------------------------------*/
.mfp-wrap {
    z-index: 2500;
}

.mfp-bg {
    z-index: 2500;
    background: #000;
    opacity: 0.4;
    transition: opactiy 0.3s ease-out;
}

    .mfp-bg.mfp-ready.mfp-fade {
        opacity: 0.4;
    }

    .mfp-bg.mfp-remove {
        opacity: 0;
    }

.mfp-container {
    padding: 4rem 2rem;
}

.mfp-content > * {
    position: relative;
    margin: auto;
    background: #fff;
    opacity: 0;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
}

.mfp-ready .mfp-content > * {
    opacity: 1;
}

.mfp-remove .mfp-content > * {
    opacity: 0;
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
    font-family: "wolmart";
    border: 0;
    opacity: 0.5;
    right: 10%;
    transition: opacity 0.3s;
}

.pswp__ui > button::before {
    background: transparent;
    position: static;
    font-size: 6rem;
}

.pswp__ui > button:hover {
    opacity: 1;
}

.pswp__button--arrow--right::before {
    content: "";
}

.pswp__button--arrow--left {
    left: 10%;
}

    .pswp__button--arrow--left::before {
        content: "";
    }

.pswp__bg {
    background-color: rgba(0, 0, 0, 0.4);
}

.pswp__img--placeholder--blank {
    background-color: #F2F3F5;
}

.pswp__ui--fit .pswp__caption, .pswp__ui--fit .pswp__top-bar {
    background-color: transparent;
}

.pswp__caption__center {
    text-align: center;
}

@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--arrow--left:before,
    .pswp--svg .pswp__button--arrow--right:before {
        background-image: none !important;
    }
}

.newsletter-popup {
    display: flex;
    max-width: 78rem;
    padding: 8.1rem 4.8rem;
    margin: auto;
    background-position: center;
    background-size: cover;
    border-radius: 1rem;
    background-image: url(../../images/newsletter-1.jpg);
}

    .newsletter-popup .popup-media {
        margin-bottom: 1.7rem;
    }

    .newsletter-popup h4 {
        margin-bottom: 0.2rem;
        font-size: 2rem;
    }

        .newsletter-popup h4 span {
            display: inline-block;
            margin-left: 0.4rem;
            font-weight: 800;
        }

    .newsletter-popup h2 {
        margin-bottom: 1.1rem;
        font-weight: 800;
        font-size: 2.8rem;
        line-height: 1.2;
    }

    .newsletter-popup p {
        margin-bottom: 2.3rem;
        line-height: 1.75;
    }

    .newsletter-popup .input-wrapper-inline {
        max-width: 34rem;
        margin-bottom: 3rem;
    }

        .newsletter-popup .input-wrapper-inline .form-control {
            min-height: 4.4rem;
            border-color: #ccc;
            color: #666;
        }

        .newsletter-popup .input-wrapper-inline .btn {
            padding-top: 0.9em;
            padding-bottom: 0.9em;
        }

    .newsletter-popup label {
        padding-left: 2.7rem;
    }

        .newsletter-popup label::before {
            border-color: #999;
        }

.newsletter-content {
    max-width: 36rem;
}

.mfp-product .mfp-container {
    padding: 4rem 3rem 2rem;
}

.mfp-product .mfp-content {
    max-width: 88rem;
    margin: auto;
}

.mfp-product .product-popup {
    display: block;
    margin-bottom: 3rem;
    padding: 2rem;
}

.mfp-product .product-details {
    overflow-x: hidden;
    overflow-y: auto;
}

body .product-popup {
    display: none;
}

.login-popup {
    max-width: 50rem;
    padding: 3.3rem 5rem 2.6rem;
}

    .login-popup .nav.nav-tabs .nav-item {
        width: calc(50% - .5rem);
        margin: 0;
    }

        .login-popup .nav.nav-tabs .nav-item:first-child {
            margin-right: 1rem;
        }

    .login-popup .nav-item .nav-link {
        padding: 1.3rem 0;
        font-size: 1.6rem;
        font-weight: 700;
    }

        .login-popup .nav-item .nav-link::after {
            border-top-width: 2px;
            transform: none;
        }

    .login-popup .tab-pane {
        padding-top: 3.3rem;
        padding-bottom: 2.6rem;
    }

        .login-popup .tab-pane a:not(.btn):hover {
            text-decoration: underline;
        }

    .login-popup #sign-in {
        font-size: 1.4rem;
    }

    .login-popup .form-group {
        margin-bottom: 2.6rem;
    }

        .login-popup .form-group label {
            display: block;
            margin-bottom: 0.5rem;
        }

    .login-popup .form-control {
        min-height: 4.4rem;
    }

    .login-popup .form-checkbox {
        margin-top: 2.2rem;
        margin-bottom: 2.3rem;
    }

        .login-popup .form-checkbox a {
            font-size: 1.2rem;
            color: #a94442;
        }

    .login-popup .btn {
        display: block;
        padding-top: 0.79em;
        padding-bottom: 0.79em;
    }

    .login-popup p {
        margin-bottom: 1.9rem;
    }

    .login-popup #sign-up p {
        margin-bottom: 2.1rem;
        line-height: 1.84;
    }

    .login-popup .social-icon {
        margin-right: 0.8rem;
    }

@media (min-width: 768px) {
    .product-popup .product-details {
        position: absolute;
        overflow-y: auto;
        top: 0;
        left: 2rem;
        width: calc(100% - 3rem);
        height: 100%;
    }
}

.mfp-close {
    width: 18px;
    height: 18px;
    transform: rotateZ(45deg) scale(1);
    top: -2.7rem;
    right: 0;
    opacity: 1;
    transition: transform 0.3s;
}

    .mfp-close span {
        display: none;
    }

    .mfp-close:active {
        top: -2.7rem;
    }

    .mfp-close::before, .mfp-close::after {
        content: "";
        display: block;
        position: absolute;
        width: 2px;
        height: 100%;
        top: 0;
        left: calc(50% - 1px);
        background-color: #fff;
    }

    .mfp-close::after {
        width: 100%;
        height: 2px;
        top: calc(50% - 1px);
        left: 0;
    }

    .mfp-close:hover {
        transform: rotateZ(135deg) scale(1.5);
    }

.mfp-ready.mfp-zoom-popup .mfp-content {
    transform: scale(1);
}

.mfp-zoom-popup .mfp-content, .mfp-removing.mfp-zoom-popup .mfp-content {
    transition: 0.4s ease-in-out;
    transform: scale(0.8);
}

.mfp-ready.mfp-fadein-popup .mfp-content {
    animation-duration: 0.4s;
    animation-name: fadeIn;
}

.mfp-fadein-popup .mfp-content,
.mfp-removing.mfp-fadein-popup .mfp-content {
    animation-duration: 0.4s;
    animation-name: fadeOut;
}

.mfp-video-popup .mfp-content {
    max-width: 100rem;
}

.mfp-video-popup video {
    width: 100%;
}

.mfp-video-popup .mfp-close {
    top: 2rem;
    right: 2rem;
}

@media (min-width: 768px) {
    .mfp-product .product-popup {
        padding: 3rem;
    }

        .mfp-product .product-popup .product-form-group {
            display: block;
        }

        .mfp-product .product-popup .action-group {
            margin-left: 0;
        }
}

@media (max-width: 767px) {
    .newsletter-popup {
        max-width: 40rem;
        min-height: 40rem;
        padding: 0rem 2rem;
        background-image: url(../../images/newsletter-2.jpg);
        text-align: center;
        align-items: center;
    }

        .newsletter-popup .form-checkbox {
            justify-content: center;
        }

        .newsletter-popup .input-wrapper-inline {
            margin-left: auto;
            margin-right: auto;
        }
}

@media (max-width: 479px) {
    .mfp-product .mfp-container {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .login-popup {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}


/*-------------------------------------------
    Products
        - Default
        - Simple
        - Slide Up
        - Image Gap
        - Widget
        - List
--------------------------------------------*/
.product {
    position: relative;
    font-family: Poppins, sans-serif;
    font-size: 1rem;
    color: #020101;
    transition: 0.3s;
}

    .product:hover .product-action,
    .product:hover .product-action-vertical,
    .product:hover .product-action-horizontal {
        visibility: visible;
        opacity: 1;
    }

    .product:hover .product-action-horizontal {
        bottom: 1.5rem;
    }

    .product .product-price {
        display: block;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

.product-media {
    position: relative;
    margin-bottom: 0;
    transition: box-shadow 0.35s;
}

    .product-media img {
        display: block;
        width: 100%;
        height: auto;
        transition: all 0.4s;
    }

        .product-media img:last-child {
            position: absolute;
            opacity: 0;
            left: 0;
            right: 0;
            bottom: 0;
            top: 0;
            object-fit: cover;
        }

        .product-media img:first-child {
            position: relative;
            opacity: 1;
        }

    .product-media:hover img:last-child {
        opacity: 1;
    }

.product-label-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    left: 2rem;
    top: 2rem;
    max-width: 11rem;
    z-index: 1;
}

.product-label {
    display: inline-block;
    text-align: center;
    margin-bottom: 0.5rem;
    font-size: 1.2em;
    letter-spacing: -0.005em;
    color: #fff;
    line-height: 1;
    padding: 0.6rem 1rem;
    border-radius: 0.3rem;
    text-transform: uppercase;
}

    .product-label.label-new {
        background: #336699;
        padding: 0.6rem 1rem;
    }

    .product-label.label-discount {
        background: #f93;
    }

    .product-label.label-featured {
        background: #f93;
    }

    .product-label.label-by-request {
        background: #f93;
    }

    .product-label.label-dealers-choice {
        background: #f93;
    }

    .product-label.label-no-stock {
        background: red;
    }

    .product-label.label-hot {
        background: #799b5a;
    }

.product-sales-wrapper {
    position: relative;
    margin-bottom: 1.4rem;
}

    .product-sales-wrapper .progress-bar {
        height: 1rem;
        background: #eee;
        margin-bottom: 0.7rem;
    }

    .product-sales-wrapper .product-sales-count {
        color: #666;
        font-size: 1.3rem;
    }

        .product-sales-wrapper .product-sales-count mark {
            background-color: transparent;
            color: inherit;
        }

.btn-product {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    padding: 1.14em 0;
    line-height: 1.2;
    background-color: #336699;
    color: #fff;
    font-size: 1.4em;
    font-weight: 600;
    letter-spacing: -0.025em;
    text-transform: uppercase;
    transition: opacity 0.3s;
}

    .btn-product:hover, .btn-product:active {
        color: #fff;
    }

    .btn-product.btn-link {
        display: inline-block;
        font-weight: 600;
        font-size: 1.3rem;
        line-height: 1.6;
        flex: none;
        background-color: transparent;
        padding: 0;
    }

        .btn-product.btn-link::after {
            margin-top: 0;
        }

    .btn-product.btn-sm {
        padding: 0.693em 0;
    }

.btn-wishlist {
    line-height: 1;
}

    .btn-wishlist i::before {
        margin: 0;
    }

.btn-cart {
    font-weight: 600;
}

    .btn-cart.btn-link {
        color: #336699;
    }

        .btn-cart.btn-link:hover, .btn-cart.btn-link:active {
            color: #336699;
        }

    .btn-cart:not(.btn-product-icon) i.w-icon-cart {
        font-size: 1.8rem;
        margin-bottom: 0.4rem;
    }

.btn-product-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.6rem;
    height: 3.6rem;
    margin-bottom: 0.5rem;
    background-color: #fff;
    border: 1px solid #eee;
    color: #999;
    font-size: 1.8em;
    font-weight: 400;
    line-height: 3.5rem;
    overflow: hidden;
    transition: background-color 0.3s, border-color 0.3s, color 0.3s, visibility 0.3s, opacity 0.3s, transform 0.3s;
}

    .btn-product-icon:hover, .btn-product-icon:active {
        border-color: #336699;
        color: #fff;
        background-color: #336699;
    }

    .btn-product-icon.btn-cart, .btn-product-icon.btn-quickview {
        font-size: 1.6em;
    }

    .btn-product-icon.btn-compare {
        font-size: 2em;
    }

.product-action-vertical .btn-product-icon {
    border-radius: 50%;
}

.btn-product-icon.btn-cart {
    margin-bottom: 0.2rem;
}

.btn-product-icon.loading {
    background-color: rgba(255, 255, 255, 0.2);
}

    .btn-product-icon.loading::before {
        opacity: 0.4;
    }

.product-action {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    background-color: transparent;
    z-index: 10;
    transition: opacity 0.3s, visibility 0.3s, bottom 0.3s;
    opacity: 0;
    visibility: hidden;
}

.product-action-vertical {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    transition: opacity 0.3s, visibility 0.3s;
    opacity: 0;
    visibility: hidden;
}

.product-action-horizontal {
    display: flex;
    align-items: center;
    position: absolute;
    justify-content: center;
    background-color: #fff;
    box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.08);
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 166px;
    max-width: 80%;
    border-radius: 3px;
    padding: 5px;
    opacity: 0;
    visibility: visible;
    transition: opacity 0.3s, visibility 0.3s, bottom 0.3s;
}

    .product-action-horizontal .btn-product-icon {
        margin-bottom: 0;
        border: none;
        color: #333;
    }

        .product-action-horizontal .btn-product-icon.btn-wishlist {
            font-size: 1.7em;
        }

        .product-action-horizontal .btn-product-icon.btn-compare {
            font-size: 1.9em;
        }

        .product-action-horizontal .btn-product-icon:hover, .product-action-horizontal .btn-product-icon:active, .product-action-horizontal .btn-product-icon:focus,
        .product-hidden-details .btn-product-icon:hover,
        .product-hidden-details .btn-product-icon:active,
        .product-hidden-details .btn-product-icon:focus,
        .product-list .product-details .btn-product-icon:hover,
        .product-list .product-details .btn-product-icon:active,
        .product-list .product-details .btn-product-icon:focus {
            background-color: transparent;
            color: #336699;
        }

.product-details {
    position: relative;
    padding-top: 1.7rem;
    background-color: #fff;
    transition: box-shadow 0.3s;
}

    .product-details > .btn-wishlist {
        position: absolute;
        top: 1.7rem;
        right: 0;
        color: #999999;
        font-size: 1.8em;
        z-index: 1;
    }

        .product-details > .btn-wishlist.loading {
            right: 1.8rem;
        }

            .product-details > .btn-wishlist.loading::after {
                left: 0.9rem;
                top: 0.9rem;
            }

        .product-details > .btn-wishlist:hover {
            color: #336699;
        }

            .product-details > .btn-wishlist:hover i {
                transform: rotateY(180deg);
            }

.product-hidden-details .product-action {
    position: relative;
    visibility: hidden;
    opacity: 0;
}

    .product-hidden-details .product-action .btn-wishlist {
        position: static;
    }

.product-hidden-details .btn-cart {
    flex: 1;
    min-width: 9.5rem;
    max-width: 12.3rem;
    height: 3.5rem;
    padding: 0.92em 0;
    font-size: 1.3rem;
    font-weight: 600;
    transition: color 0.3s, background-color 0.3s, border-color 0.3s;
    z-index: 1;
    background-color: #454545;
    border-radius: 0.3rem;
}

    .product-hidden-details .btn-cart:hover {
        background-color: #336699;
        border-color: #336699;
    }

    .product-hidden-details .btn-cart i {
        margin: 0;
        display: none;
    }

.product-hidden-details .btn-product-icon {
    visibility: hidden;
    opacity: 0;
}

.product-hidden-details .btn-product-icon, .product-list .product-details .btn-product-icon {
    width: 3rem;
    height: 3.5rem;
    margin: 0 0 0 1rem;
    border: none;
    color: #333;
    text-align: center;
}

    .product-hidden-details .btn-product-icon.btn-compare, .product-list .product-details .btn-product-icon.btn-compare {
        margin-left: 0.8rem;
    }

.product-hidden-details .btn-wishlist, .product-list .btn-wishlist {
    font-size: 1.8rem;
}

.product-hidden-details .btn-compare, .product-list .btn-compare {
    font-size: 2rem;
}

.product-name {
    margin-bottom: 0.7rem;
    font-size: 1.3rem;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .product-name a {
        color: inherit;
    }

        .product-name a:hover {
            color: #336699;
        }

.product-cat {
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
    color: #999;
    line-height: 1;
    text-transform: uppercase;
}

    .product-cat a {
        display: inline-block;
        color: inherit;
    }

        .product-cat a:hover {
            color: #336699;
        }

.product-variations {
    display: flex;
    justify-content: center;
}

    .product-variations > a {
        border: 1px solid #ccc;
        background-position: center;
        background-repeat: no-repeat;
        background-color: #fff;
        width: 2.6rem;
        height: 2.6rem;
        border-radius: 0.3rem;
        transition: border-color 0.3s;
    }

        .product-variations > a:not(:last-child) {
            margin-right: 0.8rem;
        }

        .product-variations > a:not(.color).active,
        .product-variations > a:not(.color):hover {
            border: 1px solid #336699;
        }

.ratings-container {
    display: flex;
    align-items: center;
    line-height: 1;
    margin-bottom: 0.6rem;
    font-size: 1.2rem;
}

.ratings-full,
.ratings {
    position: relative;
    font-family: "wolmart";
    letter-spacing: 0.2em;
}

.ratings-full {
    cursor: pointer;
    margin-right: 0.5rem;
}

    .ratings-full::before {
        color: rgba(0, 0, 0, 0.16);
        white-space: nowrap;
    }

    .ratings-full:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }

.ratings {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
}

    .ratings::before {
        content: "?" "?" "?" "?" "?";
        color: #f93;
    }

.rating-reviews {
    margin: 2px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
    font-size: 1.2rem;
    color: #aaa;
}

    .rating-reviews:hover {
        color: #336699;
    }

.product-price {
    align-items: baseline;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: -0.05em;
    line-height: 1.6;
    transition: visibility 0.4s, opacity 0.4s;
}

    .product-price .old-price {
        font-weight: 400;
        color: #aaa;
    }

    .product-price .new-price {
        color: #333;
        text-decoration: none;
    }

        .product-price .new-price:not(:last-child) {
            margin-right: 1rem;
        }

    .product-price:not(:last-child) {
        margin-bottom: 0.9rem;
    }

.sold-by {
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
    color: #666;
}

    .sold-by a {
        color: #336699;
    }

.product-wrap {
    margin-bottom: 2rem;
}

.product-simple:hover .product-price {
    visibility: hidden;
    opacity: 0;
}

.product-slideup-content {
    overflow: hidden;
}

    .product-slideup-content .product-hidden-details {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        padding-top: 1.5rem;
        transform: translateY(0);
        transition: transform 0.3s;
        background-color: #fff;
    }

    .product-slideup-content .product-details {
        background-color: #fff;
        transition: transform 0.3s;
    }

    .product-slideup-content .btn-wishlist {
        transform: translateX(-150%);
    }

    .product-slideup-content .btn-compare {
        transform: translateX(-300%);
    }

    .product-slideup-content:hover .product-details,
    .product-slideup-content:hover .product-hidden-details {
        transform: translateY(-50px);
    }

    .product-slideup-content:hover .btn-product-icon {
        transform: translateX(0);
        visibility: visible;
        opacity: 1;
    }

.product-image-gap {
    padding: 0.9rem;
    border: 1px solid #eee;
    background-color: #fff;
}

    .product-image-gap .product-details {
        padding: 1.8rem 1rem 1rem;
    }

    .product-image-gap.product-classic .product-action {
        left: 0;
        bottom: 0;
    }

    .product-image-gap:hover {
        box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
    }

.product-widget {
    display: flex;
    align-items: center;
}

    .product-widget .product-name {
        font-size: 1.3rem;
        white-space: normal;
        line-height: 1.45;
        margin-bottom: 0.6rem;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

.product-widget {
    padding: 1rem 0;
}

    .product-widget .product-media {
        flex: 0 0 11rem;
        margin: 0 1rem 0 0;
        max-width: 11rem;
        padding: 0 1rem 0 0;
    }

    .product-widget .product-details {
        padding: 0 1rem 0 0;
    }

    .product-widget .product-name {
        margin-bottom: 0.7rem;
        color: #666;
    }

    .product-widget .product-price {
        font-size: 1.5rem;
    }

.sidebar .product-widget {
    padding: 1rem 0;
}

    .sidebar .product-widget .product-media {
        flex: 0 0 35.73%;
        max-width: 35.73%;
        min-width: 33.33%;
        margin-right: 1rem;
        padding: 0;
    }

    .sidebar .product-widget .product-name {
        margin-bottom: 0.6rem;
        color: #333;
    }

    .sidebar .product-widget .ratings-container {
        margin-bottom: 0.5rem;
    }

.product.text-center .ratings-container {
    text-align: left;
}

.product.text-center .ratings-container,
.product.text-center .product-action {
    justify-content: center;
}

.product .product-pa-wrapper {
    position: relative;
    display: inline-flex;
}

    .product .product-pa-wrapper .product-price {
        margin-bottom: 0;
    }

    .product .product-pa-wrapper .product-action {
        bottom: -1rem;
    }

    .product .product-pa-wrapper .load-more-overlay.loading::after {
        top: 0;
    }

.product:hover .product-pa-wrapper .product-action {
    bottom: 0;
}

.product-list {
    display: flex;
    align-items: center;
    padding-bottom: 2rem;
}

    .product-list .product-media {
        flex: 0 0 26rem;
        max-width: 26rem;
        margin-right: 2rem;
    }

    .product-list .product-details {
        padding: 0;
    }

    .product-list .product-name {
        font-size: 1.8rem;
        font-weight: 600;
        margin-bottom: 0.5rem;
    }

    .product-list .ratings-container {
        margin-bottom: 0.9rem;
    }

    .product-list .product-price {
        margin-bottom: 0.6rem;
        font-size: 1.8rem;
    }

    .product-list .product-action {
        position: relative;
        visibility: visible;
        opacity: 1;
    }

    .product-list .product-desc {
        margin-bottom: 3.9rem;
        font-size: 1.3rem;
        color: #666;
        line-height: 1.9;
    }

        .product-list .product-desc li {
            position: relative;
            padding-left: 2rem;
            line-height: 1.86;
        }

            .product-list .product-desc li::before {
                position: absolute;
                display: block;
                left: 0;
                top: 1px;
                content: "?";
                font-family: "wolmart";
                font-weight: 700;
            }

    .product-list .btn-product {
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: center;
        padding: 0.86em 0.5em;
        max-width: 17.6rem;
        background-color: transparent;
        border: 2px solid #ccc;
        color: #333;
        font-size: 1.4rem;
        border-radius: 0.3rem;
        transition: background-color 0.3s, border-color 0.3s, color 0.3s;
    }

        .product-list .btn-product:hover {
            background-color: #336699;
            border-color: #336699;
            color: #fff;
        }

        .product-list .btn-product i.w-icon-cart {
            margin: 0 0.8rem 0 0;
            font-size: 1.7rem;
        }

.product-absolute::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(34, 34, 34, 0.6);
    opacity: 0;
    z-index: 1;
    transition: opacity 0.3s;
}

.product-absolute .product-name {
    position: absolute;
    left: 0;
    right: 0;
    padding: 0 1rem;
    white-space: normal;
    margin-bottom: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    margin-top: 1rem;
    transition: margin-top 0.3s, opacity 0.3s;
    opacity: 0;
    z-index: 1;
}

    .product-absolute .product-name:hover a {
        text-decoration: underline;
    }

.product-absolute:hover {
    box-shadow: 0 2rem 1.6rem -1.6rem rgba(0, 0, 0, 0.5);
}

    .product-absolute:hover::before {
        opacity: 1;
    }

    .product-absolute:hover .product-name {
        margin-top: 0;
        opacity: 1;
    }

        .product-absolute:hover .product-name a {
            color: #fff;
        }

@media (max-width: 575px) {
    .product-list {
        display: block;
        margin-bottom: 2rem;
    }

        .product-list .product-media {
            max-width: 100%;
            flex: 0 0 100%;
            margin: 0 0 2rem 0;
        }
}

@media (max-width: 479px) {
    .product:not(.product-list) {
        font-size: 0.8rem;
    }

        .product:not(.product-list) .btn-product-icon {
            width: 3rem;
            height: 3rem;
        }

        .product:not(.product-list) .product-label-group {
            top: 1rem;
            left: 1rem;
        }

        .product:not(.product-list) .product-action-vertical {
            top: 1rem;
            right: 1rem;
        }

    .product-hidden-details .btn-cart {
        max-width: 3.5rem;
        min-width: auto;
    }

        .product-hidden-details .btn-cart i {
            display: block;
        }

        .product-hidden-details .btn-cart span {
            display: none;
        }
}


/*-----------------------------------------
    Product Single Component
------------------------------------------*/
.product-nav {
    margin: 0 0 0 auto;
    padding: 0;
    display: flex;
    align-items: center;
}

    .product-nav .product-nav-prev, .product-nav .product-nav-next {
        position: relative;
    }

        .product-nav .product-nav-prev a, .product-nav .product-nav-next a {
            display: inline-block;
            padding: 1.1rem 0.4rem 1.3rem;
        }

        .product-nav .product-nav-prev i, .product-nav .product-nav-next i {
            display: inline-block;
            border-radius: 50%;
            width: 2em;
            color: var(--wolmart-body-color, #666);
            border: 1px solid #eee;
            line-height: calc(2em - 2px);
            text-align: center;
            font-size: 1.3rem;
            transition: color 0.3s, background-color 0.3s, border-color 0.3s;
        }

        .product-nav .product-nav-prev:hover i, .product-nav .product-nav-next:hover i {
            border-color: #336699;
            background-color: #336699;
            color: #fff;
        }

        .product-nav .product-nav-prev:hover .product-nav-popup, .product-nav .product-nav-next:hover .product-nav-popup {
            opacity: 1;
            visibility: visible;
            transform: none;
        }

    .product-nav .product-nav-popup {
        position: absolute;
        top: 100%;
        right: 0;
        z-index: 30;
        width: 120px;
        padding: 0 5px 9px;
        line-height: 1.5;
        text-align: center;
        background-color: #fff;
        box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.1);
        visibility: hidden;
        opacity: 0;
        transform: scale(0.9);
        transform-origin: top;
        transition: opacity 0.3s, transform 0.3s;
    }

        .product-nav .product-nav-popup img {
            position: relative;
            width: 100%;
            padding-top: 5px;
            background-color: #fff;
        }

        .product-nav .product-nav-popup::before {
            content: "";
            position: absolute;
            top: -0.8rem;
            right: 1rem;
            width: 1.6rem;
            height: 1.6rem;
            transform: rotate(45deg);
            background-color: #fff;
            box-shadow: inherit;
        }

    .product-nav .product-nav-prev .product-nav-popup {
        right: -3.4rem;
    }

        .product-nav .product-nav-prev .product-nav-popup::before {
            right: 4.2rem;
        }

    .product-nav .product-nav-next .product-nav-popup {
        right: 0;
    }

    .product-nav .product-name {
        position: relative;
        color: #666;
        font-size: 1.2rem;
        font-weight: 400;
        line-height: 1.2;
        padding: 1.1rem 0 0;
        margin: 0;
        background: inherit;
        z-index: 1;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        white-space: normal;
    }

.product-thumbs-wrap,
.product-single-carousel {
    flex-basis: 100%;
    max-width: 100%;
}

    .product-single-carousel img {
        display: block;
    }

    .product-single-carousel .owl-nav .owl-next,
    .product-single-carousel .owl-nav .owl-prev {
        background-color: transparent;
        border: 0;
        font-size: 2rem;
    }

.product-image {
    position: relative;
    overflow: hidden;
}

.product-thumbs-wrap {
    position: relative;
    margin-top: 1rem;
    overflow: hidden;
}

    .product-thumbs-wrap img {
        display: block;
    }

    .product-thumbs-wrap button {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 2.5rem;
        border: 0;
        opacity: 0;
        transition: opacity 0.3s, transform 0.3s;
        z-index: 1;
        box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
        -webkit-appearance: none;
        cursor: pointer;
    }

    .product-thumbs-wrap:hover button:not(.disabled) {
        opacity: 0.9;
        transform: none;
    }

    .product-thumbs-wrap button:not(.disabled):hover {
        opacity: 1;
    }

    .product-thumbs-wrap > button {
        display: none;
    }

    .product-thumbs-wrap button,
    .product-thumbs .owl-nav .owl-prev,
    .product-thumbs .owl-nav .owl-next {
        background-color: #fff;
        color: #999;
        font-size: 1.8rem;
    }

    .product-thumbs-wrap button,
    .product-thumb::before {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
    }

.product-thumbs {
    transition: top 0.3s ease-in-out;
    display: flex;
    margin: 0 -0.5rem;
    width: calc(100% + 1rem);
}

    .product-thumbs .owl-stage {
        display: flex;
    }

    .product-thumbs .owl-prev {
        transform: translateX(-100%);
        left: 0.5rem;
    }

    .product-thumbs .owl-next {
        left: auto;
        transform: translateX(100%);
        right: 0.5rem;
    }

.product-gallery:not(.product-gallery-vertical) .product-thumbs:not(.owl-carousel) {
    flex-wrap: nowrap;
    overflow: hidden;
}

    .product-gallery:not(.product-gallery-vertical) .product-thumbs:not(.owl-carousel) .product-thumb {
        margin: 0;
    }

        .product-gallery:not(.product-gallery-vertical) .product-thumbs:not(.owl-carousel) .product-thumb::before {
            content: none;
        }

    .product-gallery:not(.product-gallery-vertical) .product-thumbs:not(.owl-carousel) img {
        width: 100%;
    }

.product-thumb {
    position: relative;
    margin: 0 0.5rem;
    cursor: pointer;
}

    .product-thumb::before {
        content: "";
        transition: border-color 0.3s;
        border: 1px solid transparent;
    }

    .product-thumb.active::before {
        border-color: #336699;
    }

.rating-form {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 2.4rem;
}

    .rating-form label {
        font-size: 1.4rem;
    }

.rating-stars {
    display: flex;
    position: relative;
    height: 14px;
    font-size: 1.2rem;
    margin-left: 1rem;
}

    .rating-stars a {
        color: #333;
        text-indent: -9999px;
        letter-spacing: 1px;
        width: 1.4rem;
    }

        .rating-stars a:before {
            content: "";
            position: absolute;
            left: 0;
            height: 14px;
            line-height: 1;
            font-family: "wolmart";
            text-indent: 0;
            overflow: hidden;
            white-space: nowrap;
            letter-spacing: 0.2em;
        }

        .rating-stars a.active:before,
        .rating-stars a:hover:before {
            content: "?????";
            color: #f93;
        }

    .rating-stars .star-1 {
        z-index: 10;
    }

    .rating-stars .star-2 {
        z-index: 9;
    }

    .rating-stars .star-3 {
        z-index: 8;
    }

    .rating-stars .star-4 {
        z-index: 7;
    }

    .rating-stars .star-5 {
        z-index: 6;
    }

    .rating-stars .star-1:before {
        width: 20%;
    }

    .rating-stars .star-2:before {
        width: 40%;
    }

    .rating-stars .star-3:before {
        width: 60%;
    }

    .rating-stars .star-4:before {
        width: 80%;
    }

    .rating-stars .star-5:before {
        content: "?????";
    }

.stock {
    margin-bottom: 3rem;
    font-size: 1.3rem;
    line-height: 1;
}

.product-single {
    color: inherit;
}

    .product-single .product-categories {
        margin-bottom: 1.1rem;
    }

    .product-single .product-details {
        padding: 0;
    }

    .product-single .product-title {
        margin-bottom: 0.9rem;
        font-size: 2.4rem;
        font-weight: 600;
        letter-spacing: -0.025em;
        line-height: 1.6;
    }

        .product-single .product-title a {
            color: inherit;
        }

    .product-single .product-bm-wrapper {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .product-single .brand {
        margin: 0 2rem 1rem 0;
        border: 1px solid #eee;
        border-radius: 0.5rem;
    }

    .product-single .product-meta {
        margin-bottom: 1rem;
    }

    .product-single .product-divider {
        margin: 1.4rem 0 2rem;
    }

    .product-single .social-icon {
        margin-right: 0.8rem;
    }

    .product-single .product-categories,
    .product-single .product-sku {
        color: #666;
        font-size: 1.3rem;
        font-weight: normal;
        line-height: 1;
        letter-spacing: 0;
    }

        .product-single .product-categories span,
        .product-single .product-sku span {
            color: #999;
        }

            .product-single .product-categories span:not(:last-child)::after,
            .product-single .product-sku span:not(:last-child)::after {
                content: ",";
                display: inline-block;
                vertical-align: middle;
            }

        .product-single .product-categories a,
        .product-single .product-sku a {
            color: inherit;
        }

            .product-single .product-categories a:hover,
            .product-single .product-sku a:hover {
                color: #336699;
            }

    .product-single .product-price {
        margin-bottom: 1.1rem;
        font-size: 3rem;
        color: #333;
        font-weight: 700;
        line-height: 1.2;
    }

    .product-single .old-price {
        font-size: 2.4rem;
    }

    .product-single .ratings-container {
        margin-bottom: 1.6rem;
        font-size: 1.4rem;
    }

    .product-single .ratings-full {
        font-weight: 600;
    }

        .product-single .ratings-full::before {
            color: rgba(0, 0, 0, 0.2);
        }

    .product-single .ratings::before {
        color: #ffb639;
    }

    .product-single .ratings-full, .product-single .ratings {
        letter-spacing: 0.18em;
    }

    .product-single .rating-reviews {
        color: #999;
    }

    .product-single .product-short-desc {
        margin-bottom: 1.6rem;
        font-size: 1.3rem;
    }

    .product-single .product-form {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        position: relative;
    }

        .product-single .product-form .product-size {
            flex: 0 0 18rem;
            max-width: 18rem;
        }

        .product-single .product-form select {
            border: 1px solid #ccc;
            color: #999;
            font-size: 1.3rem;
            max-width: none;
            width: 100%;
            padding: 0.88em 2rem;
        }

        .product-single .product-form label {
            display: block;
            max-width: 7.5rem;
            flex: 0 0 7.5rem;
            padding: 0.6rem 0;
            font-size: 1.4rem;
            color: #333;
            line-height: 1;
        }

    .product-single .product-variations {
        justify-content: flex-start;
    }

    .product-single .product-variation-price {
        display: none;
        font-size: 2.4rem;
        font-weight: 600;
        color: #333;
        line-height: 1;
        margin-bottom: 1.2rem;
        padding-top: 2.8rem;
    }

    .product-single .product-color-swatch {
        margin-right: 4rem;
        margin-bottom: 2rem;
    }

        .product-single .product-color-swatch .color {
            display: block;
            text-align: center;
            width: 2.6rem;
            height: 2.6rem;
            border-radius: 50%;
            border: none;
            margin-right: 0;
        }

            .product-single .product-color-swatch .color + .color {
                margin-left: 0.8rem;
            }

            .product-single .product-color-swatch .color::before {
                content: "";
                display: inline-block;
                font-family: "Font Awesome 5 Free";
                font-size: 1.2rem;
                font-weight: 600;
                letter-spacing: -0.025em;
                color: #fff;
                line-height: 2.2;
            }

            .product-single .product-color-swatch .color.active::before {
                content: "?";
            }

    .product-single .product-size-swatch {
        margin-bottom: 2rem;
    }

        .product-single .product-size-swatch .size {
            display: block;
            text-align: center;
            margin-bottom: 0.5rem;
            padding: 0.6rem 0.8rem;
            width: auto;
            height: auto;
            line-height: 1;
            font-size: 1.2rem;
            border: 1px solid #ccc;
            border-radius: 2px;
            color: #666;
            transition: border-color 0.35s, color 0.35s;
        }

            .product-single .product-size-swatch .size.active, .product-single .product-size-swatch .size:hover {
                border-color: #336699;
                color: #336699;
            }

    .product-single .product-image-swatch {
        margin-bottom: 2rem;
    }

        .product-single .product-image-swatch .image {
            margin-right: 0.8rem;
            border: 1px solid #ccc;
            border-radius: 0.2rem;
            overflow: hidden;
            transition: border-color 0.3s;
        }

            .product-single .product-image-swatch .image img {
                width: 2.6rem;
                height: 2.6rem;
            }

            .product-single .product-image-swatch .image.active {
                border-color: #336699;
            }

    .product-single .quantity,
    .product-single .btn-cart,
    .product-single .btn-product-icon {
        border-radius: 3px;
    }

    .product-single .btn-cart {
        flex: 1;
        margin-bottom: 1rem;
        padding-left: 0;
        padding-right: 0;
        min-width: 14rem;
    }

        .product-single .btn-cart i {
            margin: 0 0.4rem 0.2rem 0;
            font-size: 1.7rem;
        }

        .product-single .btn-cart.disabled {
            background-color: #eee;
            border-color: #eee;
            color: #666;
            cursor: not-allowed;
        }

    .product-single .product-qty-form {
        display: flex;
        align-items: center;
        flex: 0 0 14rem;
        max-width: 14rem;
        margin-bottom: 1rem;
        margin-right: 2rem;
    }

    .product-single .social-links-wrapper {
        display: flex;
        flex-wrap: wrap;
        margin-top: 1.3rem;
    }

        .product-single .social-links-wrapper > * {
            margin-right: 2rem;
            margin-bottom: 1rem;
        }

        .product-single .social-links-wrapper .btn-product-icon {
            width: 1.8rem;
            height: auto;
            margin-right: 1.6rem;
            margin-bottom: 0;
            font-size: 1.8rem;
            border: none;
            color: #333;
            overflow: initial;
            background-color: transparent;
        }

            .product-single .social-links-wrapper .btn-product-icon.btn-compare {
                font-size: 2rem;
            }

            .product-single .social-links-wrapper .btn-product-icon:hover {
                background-color: transparent;
                color: #336699;
            }

        .product-single .social-links-wrapper .divider {
            width: 1px;
            height: 1.8rem;
            background: #e1e1e1;
            margin-top: 1rem;
        }

    .product-single .social-icons {
        flex-wrap: nowrap;
    }

    .product-single.product-grid .product-image-full {
        right: 2.5rem;
    }

    .product-single .product-variation-clean {
        display: none;
        font-size: 1.2rem;
        background: #f4f4f4;
        padding: 0.3em 1em;
        color: #333;
        position: absolute;
        top: 100%;
        margin-top: 1rem;
        z-index: 1;
    }

.product-thumbs-sticky .product-image-wrapper {
    flex: 0 0 calc(100% - 10rem);
    max-width: calc(100% - 10rem);
}

.product-thumbs-sticky .product-thumbs-wrap {
    flex: 0 0 9rem;
    max-width: 9rem;
    margin-right: 1rem;
    margin-top: 0;
}

.product-thumbs-sticky .product-thumbs {
    transition: none;
}

.product-thumbs-sticky .product-image {
    margin-bottom: 2rem;
}

.product-gallery-vertical.product-thumbs-sticky .product-thumbs-wrap {
    order: -1;
}

.product-gallery-vertical.product-thumbs-sticky .product-thumbs {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: -1rem 0;
    max-width: 100%;
    bottom: auto;
}

.product-gallery-vertical.product-thumbs-sticky .product-thumb {
    margin: 1rem 0;
}

@media (min-width: 992px) {
    .product-gallery-vertical .product-thumbs-wrap {
        order: -1;
        max-width: 9rem;
        margin: 0 1rem 0 0;
    }

    .product-gallery-vertical .product-single-carousel {
        max-width: calc(100% - 10rem);
    }

    .product-gallery-vertical .product-thumbs {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: -1rem 0;
        max-width: 100%;
    }

    .product-gallery-vertical .product-thumb {
        margin: 1rem 0;
    }

    .product-gallery-vertical .thumb-up,
    .product-gallery-vertical .thumb-down {
        display: flex;
        width: 100%;
        height: 2.5rem;
    }

    .product-gallery-vertical .thumb-up {
        transform: translateY(-100%);
    }

        .product-gallery-vertical .thumb-up i::before {
            content: "?";
        }

    .product-gallery-vertical .thumb-down {
        top: auto;
        transform: translateY(100%);
    }

        .product-gallery-vertical .thumb-down i::before {
            content: "?";
        }
}

@media (max-width: 991px) {
    .product-single .product-form .product-size {
        flex: 0 0 14rem;
        max-width: 14rem;
    }
}

@media (min-width: 768px) {
    .product-single .product-details {
        padding: 0.2rem 0 0 1rem;
    }
}

@media (max-width: 479px) {
    .product-single:not(.product-popup) .product-qty-form {
        margin-right: 1rem;
    }
}



/*-------------------------------------------
    Progress Bar
        - Rounded
--------------------------------------------*/
.progress-bar {
    background-color: #eee;
    margin-bottom: 1rem;
    height: 1rem;
    width: 100%;
}

    .progress-bar span {
        display: block;
        height: 100%;
        background-color: #999;
    }

    .progress-bar.rounded {
        border-radius: 0.8rem;
    }

        .progress-bar.rounded span {
            border-radius: 0.8rem;
        }

    .progress-bar.progress-bar-sm {
        height: 0.8rem;
    }

.progress-value mark {
    background: transparent;
}


/* ------------------------------------
    Sidebar
        - Base
        - Sidebar Elements
        - Fixed Sidebar
        - Right Sidebar
        - Tag
        - Blog Sidebar
------------------------------------- */
.sidebar-active .sidebar .sidebar-overlay,
.right-sidebar-active .right-sidebar .sidebar-overlay {
    visibility: visible;
    opacity: 0.5;
}

.sidebar-active .sidebar .sidebar-close,
.right-sidebar-active .right-sidebar .sidebar-close {
    opacity: 1;
    visibility: visible;
}

.sidebar-active .sidebar .sidebar-content,
.right-sidebar-active .right-sidebar .sidebar-content {
    transform: translateX(0);
    opacity: 1;
}

.sidebar-overlay, .sidebar-toggle, .sidebar-content, .sidebar-close {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2200;
}

.sidebar-overlay {
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
    transition: visibility 0.4s, opacity 0.4s;
}

.sidebar-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    top: 160px;
    width: 40px;
    height: 40px;
    font-size: 1.4rem;
    color: #fff;
    background-color: #222;
    opacity: 0.6;
    transition: opacity 0.4s;
}

    .sidebar-toggle:hover {
        opacity: 0.8;
        color: #fff;
    }

.right-sidebar .sidebar-toggle {
    border-radius: 0.3rem 0 0 0.3rem;
}

.left-sidebar .sidebar-toggle {
    border-radius: 0 0.3rem 0.3rem 0;
}

.sidebar-close {
    opacity: 0;
    visibility: hidden;
    margin: 0;
    left: calc(100vw - 50px);
    top: 25px;
    z-index: 2201;
    transition: opacity 0.4s, visibility 0.4s;
}

.sidebar-content {
    bottom: 0;
    width: 31rem;
    padding: 2rem;
    transform: translateX(-100%);
    overflow: auto;
    background-color: #fff;
    opacity: 0;
    line-height: 1.3;
    transition: transform 0.4s, opacity 0.4s;
}

.widget:not(.widget-collapsible) .widget-title {
    border: none;
}

.sidebar .widget:last-child .widget-body {
    padding-bottom: 0;
}

.right-sidebar {
    order: 2;
}

    .right-sidebar .sidebar-toggle {
        left: auto;
        right: 0;
    }

    .right-sidebar .sidebar-close {
        left: 10px;
        padding: 10px;
    }

    .right-sidebar .sidebar-content {
        transform: translateX(100%);
        left: auto;
        right: 0;
    }

        .right-sidebar .sidebar-content::-webkit-scrollbar {
            width: 0;
        }

.filter-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.8rem 0 1.7rem;
}

    .filter-actions label {
        font-size: 1.6rem;
        font-weight: 600;
        letter-spacing: -0.025em;
        color: #333;
    }

    .filter-actions .filter-clean {
        padding-bottom: 0;
        text-transform: capitalize;
        font-weight: 400;
    }

.price-range {
    display: flex;
    margin: 1.3rem 0 1rem;
}

    .price-range input {
        padding: 0.5rem;
        font-family: Poppins, sans-serif;
        color: #999;
        border: 1px solid #ccc;
        border-radius: 3px;
        width: 62px;
        height: 37px;
        line-height: 37px;
        vertical-align: middle;
        -webkit-appearance: textfield;
    }

        .price-range input::-webkit-outer-spin-button, .price-range input::-webkit-inner-spin-button {
            -webkit-appearance: none;
        }

        .price-range input::placeholder, .price-range input::-webkit-input-placeholder, .price-range input::-moz-placeholder {
            color: inherit;
        }

    .price-range .delimiter {
        display: flex;
        position: relative;
        justify-content: center;
        align-items: center;
        margin: 0 0.65rem;
        font-size: 1.9rem;
        font-weight: 600;
        color: #999;
    }

    .price-range .btn {
        padding: 0;
        font-size: 1.3rem;
        font-weight: 400;
        width: 4.8rem;
        height: 3.7rem;
        vertical-align: middle;
        line-height: 2.6;
        margin-left: 1rem;
        text-transform: none;
    }

.filter-items {
    font-size: 1.4rem;
}

    .filter-items a {
        position: relative;
        display: block;
        color: inherit;
        padding: 1rem 0 1rem 0.2rem;
    }

        .filter-items a:hover {
            color: #336699;
        }

    .filter-items.item-check a {
        padding-left: 2.8rem !important;
    }

        .filter-items.item-check a::before {
            content: "";
            position: absolute;
            border: 1px solid;
            border-radius: 2px;
            width: 18px;
            height: 18px;
            top: 50%;
            transform: translateY(-50%);
            left: 2px;
            color: #999;
            font-size: 1rem;
            font-weight: 900;
            font-family: "Font Awesome 5 Free";
            text-align: center;
            text-indent: 1px;
            line-height: 1.3em;
        }

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
    .filter-items.item-check a::before {
        text-indent: 0;
    }
}

.filter-items.item-check .active > a::before {
    content: "?";
    background-color: #336699;
    background-color: #336699;
    width: 20px;
    height: 20px;
    color: #fff;
    border-radius: 3px;
    left: 1px;
    padding-top: 3px;
    font-weight: 600;
}

.filter-items.search-ul a::before {
    content: none;
}

.filter-items .show > a {
    color: #336699;
}

    .filter-items .show > a i {
        transform: rotate(-180deg);
    }

.filter-items li span {
    position: absolute;
    right: 0;
    color: #ccc;
}

.filter-items .with-ul > a > i {
    position: absolute;
    right: 0;
    line-height: 0;
    font-size: 1.2rem;
    font-weight: 600;
    transition: transform 0.4s;
    top: 50%;
}

.filter-items ul {
    display: none;
    position: relative;
    padding-left: 1.2rem;
    margin: 0.2rem 0;
}

    .filter-items ul::before {
        content: "";
        position: absolute;
        left: 0px;
        top: 7px;
        bottom: 7px;
        border-left: 1px solid #eee;
    }

    .filter-items ul a {
        font-size: 1.3rem;
        color: #999;
        padding: 0.45rem 0;
    }

.toolbox-horizontal .sidebar-fixed {
    max-width: none;
    flex: none;
}

.toolbox-horizontal.toolbox .left-sidebar-toggle {
    padding: 0.65em;
    margin-bottom: 0;
}

.toolbox-horizontal .select-menu select,
.toolbox-horizontal .toolbox-show select {
    padding-top: 0.65em;
    padding-bottom: 0.65em;
}

.toolbox-horizontal .toolbox-show select {
    padding-left: 1.4rem;
    padding-right: 3.1rem;
}

.toolbox-horizontal .select-box::before {
    right: 0.9rem;
}

.toolbox-horizontal .toolbox-layout {
    margin-left: 2rem;
}

.toolbox-horizontal .select-menu:not(.toolbox-sort) {
    display: block;
}

    .toolbox-horizontal .select-menu:not(.toolbox-sort)::before {
        content: none;
    }

.toolbox-horizontal .select-menu-toggle {
    font-size: 1.6rem;
    font-weight: 600;
    color: #333;
    padding: 1.3rem 0;
    display: flex;
    border-bottom: 1px solid #eee;
}

.toolbox-horizontal .filter-items {
    padding: 0.7rem 0 1rem;
}

    .toolbox-horizontal .filter-items a:not(.btn) {
        padding: 1rem 0;
        color: #333;
    }

    .toolbox-horizontal .filter-items .btn {
        color: #fff;
    }

@media (min-width: 992px) {
    .toolbox-horizontal {
        padding: 2rem;
        margin: -2rem;
    }

        .toolbox-horizontal .sidebar-fixed .sidebar-content.toolbox-left {
            padding-bottom: 0;
        }

        .toolbox-horizontal .toolbox-left .toolbox-item {
            margin-right: 1rem;
            margin-bottom: 1rem;
        }

            .toolbox-horizontal .toolbox-left .toolbox-item.opened .filter-items {
                opacity: 1;
                visibility: visible;
            }

        .toolbox-horizontal .filter-items {
            position: absolute;
            top: 100%;
            margin-top: 0.5rem;
            min-width: 23rem;
            padding: 1rem 2rem 2rem;
            font-size: 1.2rem;
            color: #333;
            visibility: hidden;
            opacity: 0;
            z-index: 100;
            box-shadow: 0 5px 16px rgba(0, 0, 0, 0.12);
            background-color: #fff;
        }

            .toolbox-horizontal .filter-items li {
                display: inline-flex;
                margin: 1rem 0.5rem 0 0;
            }

            .toolbox-horizontal .filter-items a:not(.btn) {
                background: #f5f5f5;
                padding: 0.5em 1em;
                border-radius: 0.3rem;
            }

            .toolbox-horizontal .filter-items .active > a {
                background-color: #336699;
                color: #fff;
            }

        .toolbox-horizontal .select-menu::before {
            font-size: 1.1rem;
            right: 1rem;
            color: #333;
        }

        .toolbox-horizontal .select-menu-toggle {
            position: relative;
            border: 1px solid #ccc;
            font-weight: 400;
            font-size: 1.2rem;
            color: #222;
            line-height: 1.5;
            padding: 0.65em 4.3em 0.65em 1.2em;
            text-transform: none;
            border-radius: 0.3rem;
            transition: border-color 0.4s, color 0.4s;
        }

            .toolbox-horizontal .select-menu-toggle::after {
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                right: 0.9rem;
                font-family: "wolmart";
                content: "?";
                font-size: 1.1rem;
                font-weight: 600;
                line-height: 1;
            }

        .toolbox-horizontal .item-check a {
            padding-left: 1em !important;
        }

            .toolbox-horizontal .item-check a::before {
                content: none;
            }

        .toolbox-horizontal .price-range {
            margin: 0;
        }
}

.shop-sidebar {
    position: relative;
}

    .shop-sidebar .widget-body {
        margin-bottom: 1rem;
    }

    .shop-sidebar .filter-price-text {
        font-size: 1.3rem;
        letter-spacing: -0.025em;
    }

.widget-icon-box {
    padding: 0 2rem;
    border-radius: 0.5rem;
    border: 1px solid #eee;
}

    .widget-icon-box .icon-box-side {
        justify-content: left;
        padding: 2rem 0;
    }

        .widget-icon-box .icon-box-side:not(:last-child) {
            border-bottom: 1px solid #eee;
        }

    .widget-icon-box i.w-icon-truck {
        font-size: 3.4rem;
    }

    .widget-icon-box i.w-icon-bag, .widget-icon-box i.w-icon-money {
        font-size: 3rem;
    }

    .widget-icon-box .icon-box-title {
        font-weight: 600;
    }

    .widget-icon-box p {
        color: #999;
    }

.widget-banner .banner-content {
    left: 10.7%;
    bottom: 12.5%;
}

.widget-banner .banner-price-info {
    margin-left: -2px;
    margin-bottom: 0.2rem;
    font-size: 4.6em;
}

.widget-banner sup {
    margin-left: 1px;
    vertical-align: 12px;
    font-size: 0.652em;
}

.widget-banner sub {
    margin-left: -1.7em;
    vertical-align: 0;
    font-size: 0.26em;
}

.widget-banner .banner-subtitle {
    font-size: 1.6rem;
}

.widget.widget-products .title {
    margin-bottom: 0.7rem;
    font-size: 1.6rem;
}

    .widget.widget-products .title.title-link::before {
        height: 2px;
        background-color: #666;
        bottom: -0.7rem;
    }

.widget.widget-products .owl-nav {
    top: -3.8rem;
    right: -0.5rem;
}

    .widget.widget-products .owl-nav .owl-prev {
        left: -3rem;
    }

    .widget.widget-products .owl-nav .owl-next {
        right: 0.2rem;
    }

    .widget.widget-products .owl-nav i {
        font-size: 1.6rem;
        font-weight: 600;
    }

.blog-sidebar .widget .widget-title {
    cursor: default;
}

.blog-sidebar .widget .widget-body {
    padding: 0;
}

.blog-sidebar .widget:not(:last-child) .widget-body {
    margin-bottom: 2.5rem;
}

.blog-sidebar .widget:last-child .widget-body {
    margin-bottom: 1rem;
}

.blog-sidebar .widget .widget-title {
    margin-bottom: 1rem;
}

.widget-search-form .form-control {
    border-radius: 0.3rem 0 0 0.3rem;
    font-size: 1.2rem;
    color: #777;
}

.widget-search-form .btn-search {
    padding: 0.9em 1.07em 1em;
    border-width: 1px 1px 1px 0;
    border-color: #eee;
    border-radius: 0 0.3rem 0.3rem 0;
}

    .widget-search-form .btn-search i {
        font-size: 1.8rem;
    }

    .widget-search-form .btn-search:hover, .widget-search-form .btn-search:active, .widget-search-form .btn-search:focus {
        background-color: #fff;
        color: #336699;
    }

.widget-posts .owl-nav {
    top: -3.3rem;
}

    .widget-posts .owl-nav .owl-next, .widget-posts .owl-nav .owl-prev {
        border: none;
        width: auto;
        height: auto;
    }

        .widget-posts .owl-nav .owl-next:not(.disabled):hover, .widget-posts .owl-nav .owl-prev:not(.disabled):hover {
            background-color: #fff;
            color: #336699;
        }

    .widget-posts .owl-nav .owl-prev {
        left: -3.1rem;
    }

    .widget-posts .owl-nav .owl-next {
        right: 0;
    }

    .widget-posts .owl-nav i {
        font-size: 1.5rem;
        font-weight: 600;
    }

.widget-custom-block p {
    line-height: 1.6;
}

.tags .tag {
    display: inline-block;
    margin: 0.5rem 1rem 0.5rem 0;
    padding: 0.5rem 0.9rem;
    font-size: 1.3rem;
    border: 1px solid #ccc;
    line-height: 1.35;
    text-transform: capitalize;
    color: #333;
    border-radius: 0.3rem;
    transition: color 0.3s, border-color 0.3s;
}

    .tags .tag:hover {
        border-color: #336699;
        color: #336699;
    }

.vendor-sidebar .widget-collapsible .widget-body {
    padding-top: 2rem;
    padding-bottom: 3rem;
}

.vendor-sidebar .widget-categories .widget-body {
    padding: 0.7rem 0 2rem;
}

.vendor-sidebar .widget-time .widget-body {
    padding: 0.3rem 0 2rem;
}

.vendor-sidebar .widget.widget-products .widget-body {
    padding: 1rem 0 2rem;
}

.vendor-sidebar .product-widget .product-media {
    padding-left: 0.2rem;
}

.vendor-sidebar .product-widget .product-details {
    padding-bottom: 0.8rem;
}

.vendor-sidebar .product-widget .product-name {
    margin-bottom: 0.6rem;
}

.vendor-sidebar .product-widget .ratings-container {
    margin-bottom: 0.4rem;
}

.vendor-sidebar .product-widget .product-price {
    font-size: 1.6rem;
}

.widget-contact .form-control {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1.3rem;
    border-color: #e1e1e1;
    border-radius: 0.3rem;
}

.widget-contact input {
    min-height: 4.4rem;
    padding-top: 0.9rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.widget-contact textarea {
    min-height: 17.4rem;
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
    margin-bottom: 2rem;
}

.widget-time li {
    padding: 1rem 0;
}

.widget-time label::after {
    content: "-";
    display: inline-block;
    margin-left: 0.4rem;
}

.widget-time .widget-body span {
    display: inline-block;
    width: 11rem;
    font-weight: 600;
    color: #333;
}

.widget-wcmp-contact .form-control {
    margin-bottom: 2rem;
    border-radius: 0.3rem;
    color: #666;
}

.widget-wcmp-contact input {
    min-height: 4rem;
}

.widget-wcmp-contact textarea {
    max-height: 12.4rem;
}

.widget-search-products input {
    min-height: 4rem;
    margin-right: 0.5rem;
    color: #666;
    border-radius: 0.3rem;
}

.widget-search-products .btn {
    padding: 0.86em 1em;
    background-color: #eee;
    border-color: #eee;
    color: #333;
}

    .widget-search-products .btn:hover, .widget-search-products .btn:focus, .widget-search-products .btn:active {
        background-color: #333;
        border-color: #333;
        color: #fff;
    }

@media (min-width: 992px) {
    .sidebar {
        flex: 0 0 31rem;
        max-width: 31rem;
    }

    .main-content {
        flex: 1;
    }

    .row .main-content {
        max-width: calc( 100% - 31rem );
    }

    .shop-sidebar.sidebar-fixed .sidebar-content {
        padding: 0 0 2rem;
    }

    .sidebar-fixed .sidebar-toggle,
    .sidebar-fixed .sidebar-overlay {
        display: none;
    }

    .sidebar-fixed .sidebar-content {
        position: relative;
        overflow: visible;
        padding: 0;
        opacity: 1;
        z-index: 1;
        width: auto;
        transform: none;
    }

    .shop-content {
        overflow: hidden;
    }
}

@media (max-width: 991px) {
    .sidebar-active .page-wrapper {
        margin-left: 310px;
        margin-right: -310px;
    }

    .right-sidebar-active .page-wrapper {
        margin-left: -310px;
        margin-right: 310px;
    }
}

@media (max-width: 479px) {
    .sidebar-content {
        width: 27rem;
    }

    .sidebar-active .page-wrapper {
        margin-left: 27rem;
        margin-right: -27rem;
    }

    .right-sidebar-active .page-wrapper {
        margin-left: -27rem;
        margin-right: 27rem;
    }

    .widget-icon-box .icon-box-side {
        flex-direction: column;
    }

    .widget-icon-box .icon-box-icon {
        margin: 0 0 0.5rem;
    }

    .widget-icon-box .icon-box-content {
        text-align: center;
    }
}


/*-------------------------------
    Social Links
        - Default Style
        - Other Styles
            - No Border
            - Inline Style
--------------------------------*/
.social-icons {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
}

.social-icon {
    font-size: 1.4rem;
    width: 32px;
    height: 32px;
    margin: 2px 10px 2px 0;
    line-height: 28px;
    border: 2px solid #ccc;
    border-radius: 50%;
    color: inherit;
    transition: color 0.4s, border 0.4s, background-color 0.4s;
    text-align: center;
}

.border-thin .social-icon {
    border-width: 1px;
    line-height: 3rem;
}

.social-icon:last-child {
    margin-right: 0;
}

.social-icon.social-facebook {
    color: #1b4f9b;
}

.social-icon.social-twitter {
    color: #00adef;
}

.social-icon.social-instagram {
    color: #cc0001;
}

.social-icon.social-youtube {
    color: #2c567e;
}

.social-icon.social-pinterest {
    color: #f96a02;
}

.social-icon.social-google {
    color: #dd4b39;
}

.social-icon.social-linkedin {
    color: #0073b2;
}

.social-icon.social-email {
    color: #dd4b39;
}

.social-icon.social-whatsapp {
    color: #3c8a38;
}

.social-icons-colored .social-icon {
    color: #fff;
}

    .social-icons-colored .social-icon.social-facebook {
        border-color: #1b4f9b;
        background-color: #1b4f9b;
    }

    .social-icons-colored .social-icon.social-twitter {
        border-color: #00adef;
        background-color: #00adef;
    }

    .social-icons-colored .social-icon.social-instagram {
        border-color: #cc0001;
        background-color: #cc0001;
    }

    .social-icons-colored .social-icon.social-youtube {
        border-color: #2c567e;
        background-color: #2c567e;
    }

    .social-icons-colored .social-icon.social-pinterest {
        border-color: #f96a02;
        background-color: #f96a02;
    }

    .social-icons-colored .social-icon.social-google {
        border-color: #dd4b39;
        background-color: #dd4b39;
    }

    .social-icons-colored .social-icon.social-linkedin {
        border-color: #0073b2;
        background-color: #0073b2;
    }

    .social-icons-colored .social-icon.social-email {
        border-color: #dd4b39;
        background-color: #dd4b39;
    }

    .social-icons-colored .social-icon.social-whatsapp {
        border-color: #3c8a38;
        background-color: #3c8a38;
    }

.social-no-color .social-icon {
    border-color: #cdcdcd;
    color: #666;
}

    .social-no-color .social-icon:hover, .social-no-color .social-icon:focus {
        color: #fff;
    }

        .social-no-color .social-icon:hover.social-facebook, .social-no-color .social-icon:focus.social-facebook {
            background-color: #1b4f9b;
            border-color: #1b4f9b;
        }

        .social-no-color .social-icon:hover.social-twitter, .social-no-color .social-icon:focus.social-twitter {
            background-color: #00adef;
            border-color: #00adef;
        }

        .social-no-color .social-icon:hover.social-instagram, .social-no-color .social-icon:focus.social-instagram {
            background-color: #cc0001;
            border-color: #cc0001;
        }

        .social-no-color .social-icon:hover.social-youtube, .social-no-color .social-icon:focus.social-youtube {
            background-color: #2c567e;
            border-color: #2c567e;
        }

        .social-no-color .social-icon:hover.social-pinterest, .social-no-color .social-icon:focus.social-pinterest {
            background-color: #f96a02;
            border-color: #f96a02;
        }

        .social-no-color .social-icon:hover.social-google, .social-no-color .social-icon:focus.social-google {
            border-color: #dd4b39;
            background-color: #dd4b39;
        }

        .social-no-color .social-icon:hover.social-linkedin, .social-no-color .social-icon:focus.social-linkedin {
            border-color: #0073b2;
            background-color: #0073b2;
        }

        .social-no-color .social-icon:hover.social-email, .social-no-color .social-icon:focus.social-email {
            border-color: #dd4b39;
            background-color: #dd4b39;
        }

        .social-no-color .social-icon:hover.social-whatsapp, .social-no-color .social-icon:focus.social-whatsapp {
            border-color: #3c8a38;
            background-color: #3c8a38;
        }

.social-icon-border-color .social-icon {
    background-color: #fff;
    border-width: 1px;
}

    .social-icon-border-color .social-icon.social-facebook {
        color: #1b4f9b;
        border-color: #1b4f9b;
    }

    .social-icon-border-color .social-icon.social-twitter {
        color: #00adef;
        border-color: #00adef;
    }

    .social-icon-border-color .social-icon.social-instagram {
        color: #cc0001;
        border-color: #cc0001;
    }

    .social-icon-border-color .social-icon.social-youtube {
        color: #2c567e;
        border-color: #2c567e;
    }

    .social-icon-border-color .social-icon.social-pinterest {
        color: #f96a02;
        border-color: #f96a02;
    }

    .social-icon-border-color .social-icon.social-google {
        border-color: #dd4b39;
        color: #dd4b39;
    }

    .social-icon-border-color .social-icon.social-linkedin {
        border-color: #0073b2;
        color: #0073b2;
    }

    .social-icon-border-color .social-icon.social-email {
        border-color: #dd4b39;
        color: #dd4b39;
    }

    .social-icon-border-color .social-icon.social-whatsapp {
        border-color: #3c8a38;
        color: #3c8a38;
    }

    .social-icon-border-color .social-icon:hover {
        color: #fff;
    }

        .social-icon-border-color .social-icon:hover.social-facebook {
            background-color: #1b4f9b;
        }

        .social-icon-border-color .social-icon:hover.social-twitter {
            background-color: #00adef;
        }

        .social-icon-border-color .social-icon:hover.social-instagram {
            background-color: #cc0001;
        }

        .social-icon-border-color .social-icon:hover.social-youtube {
            background-color: #2c567e;
        }

        .social-icon-border-color .social-icon:hover.social-pinterest {
            background-color: #f96a02;
        }

        .social-icon-border-color .social-icon:hover.social-google {
            background-color: #dd4b39;
        }

        .social-icon-border-color .social-icon:hover.social-linkedin {
            background-color: #0073b2;
        }

        .social-icon-border-color .social-icon:hover.social-email {
            background-color: #dd4b39;
        }

        .social-icon-border-color .social-icon:hover.social-whatsapp {
            background-color: #3c8a38;
        }

/* -------------------------------------------
    Tab
---------------------------------------------- */
.tab-content {
    background-color: #fff;
}

.nav-tabs {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #eee;
    color: #333;
}

    .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-item .nav-link.active,
    .nav-tabs .nav-item:hover .nav-link {
        color: #336699;
    }

.nav-link {
    display: block;
    position: relative;
    font-size: 1.4rem;
    font-weight: 600;
    color: inherit;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    border-radius: 0;
    border: 0;
    padding: 1.5rem 2.85rem;
    transition: border 0.3s, color 0.3s, background-color 0.3s;
}

.nav-item:not(:last-child) {
    margin-right: 3rem;
}

.nav-fill .nav-item {
    flex: 1;
}

.tab-content {
    position: relative;
}

    .tab-content > .tab-pane {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        height: 0;
        opacity: 0;
        z-index: -1;
        transition: visibility 0.3s, opacity 0.3s;
        overflow: hidden;
        visibility: hidden;
    }

    .tab-content > .active {
        visibility: visible;
        opacity: 1;
        height: auto;
        position: relative;
        z-index: auto;
    }

.tab-pane {
    font-size: 1.3rem;
    line-height: 1.7;
    padding: 1.3rem 0;
    color: #666;
}

    .tab-pane p {
        margin-bottom: 0;
        font-size: inherit;
        letter-spacing: 0;
        line-height: 2;
    }

.tab-nav-boxed .nav-item:not(:last-child) {
    margin-right: 0.5rem;
}

.tab-nav-solid .nav-tabs {
    border-bottom: 0;
}

.tab-nav-solid .nav-item.show .nav-link,
.tab-nav-solid .nav-item .nav-link.active,
.tab-nav-solid .nav-item:hover .nav-link {
    color: #fff;
    background-color: #336699;
    border-color: #336699;
}

.tab-nav-solid .nav-link {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    margin-bottom: 0.5rem;
}

.tab-nav-solid .tab-pane {
    padding: 0.8rem 0 1.4rem;
}

.tab-nav-solid2 .nav-item.show .nav-link,
.tab-nav-solid2 .nav-item .nav-link.active,
.tab-nav-solid2 .nav-item:hover .nav-link {
    color: #336699;
    background-color: #f5f5f5;
    border-color: #f5f5f5;
}

.tab-nav-solid2 .nav-item:not(:last-child) {
    margin-right: 2rem;
}

.tab-nav-solid2 .nav-link {
    color: #333;
}

.tab-nav-solid2 .tab-content {
    border: 1px solid #eee;
}

.tab-boxed .nav-tabs {
    border-bottom: 0;
}

.tab-boxed .nav-link {
    padding: 1.45rem 2.95rem 1.55rem;
    margin-bottom: -0.1rem;
    z-index: 1;
}

.tab-boxed .tab-pane {
    padding: 1.3rem 2rem 0;
}

    .tab-boxed .tab-pane.active p {
        margin-bottom: 1.3rem;
    }

.tab-nav-outline .nav-tabs {
    border-bottom: 0;
}

.tab-nav-outline .nav-item.show .nav-link,
.tab-nav-outline .nav-item .nav-link.active,
.tab-nav-outline .nav-item:hover .nav-link {
    border: 2px solid #336699;
    border-radius: 0.3rem;
}

.tab-nav-outline .nav-link {
    color: #333;
    border: 2px solid transparent;
    padding: 1.3rem 2.85rem;
}

.tab-nav-outline2 .nav {
    position: relative;
    z-index: 1;
}

.tab-nav-outline2 .nav-item.show .nav-link,
.tab-nav-outline2 .nav-item .nav-link.active,
.tab-nav-outline2 .nav-item:hover .nav-link {
    border: 1px solid #eee;
    border-bottom-color: #fff;
}

.tab-nav-outline2 .tab-content {
    border: 1px solid #eee;
}

.tab-nav-outline2 .nav-item:not(:last-child) {
    margin-right: 0.7rem;
}

.tab-nav-outline2 .nav-link {
    border: 1px solid transparent;
    padding: 1.4rem 2.85rem;
    margin-bottom: -1px;
}

.tab-nav-outline3 .nav-tabs {
    border-bottom: 0;
}

.tab-nav-outline3 .nav-item .nav-link::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 3px;
    height: 100%;
    top: 50%;
    transform: translateY(-50%) scale(0);
    background-color: transparent;
    transition: transform 0.3s;
    z-index: 1;
}

.tab-nav-outline3 .nav-item.show .nav-link::before,
.tab-nav-outline3 .nav-item .nav-link.active::before,
.tab-nav-outline3 .nav-item:hover .nav-link::before {
    background-color: #336699;
    transform: translateY(-50%) scale(1);
}

.tab-nav-outline3 .nav-link {
    color: #333;
    border: 1px solid #eee;
    padding: 1.4rem 0 1.4rem 2rem;
}

.tab-nav-underline .nav-item:not(:last-child) {
    margin-right: 3rem;
}

.tab-nav-underline .nav-link {
    padding: 1.4rem 0;
}

    .tab-nav-underline .nav-link::after {
        content: "";
        display: block;
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 100%;
        border-top: 3px solid transparent;
        transform: scaleX(0);
        transition: transform 0.3s, border-color 0.3s;
    }

.tab-nav-underline .nav-item.show .nav-link::after,
.tab-nav-underline .nav-item .nav-link.active::after,
.tab-nav-underline .nav-item:hover .nav-link::after {
    border-color: #336699;
    transform: scaleX(1);
}

.tab-nav-underline.type2 .nav-item {
    margin-right: 0;
}

.tab-nav-underline.type2 .nav-link {
    padding: 1.4rem 1.5rem;
}

.tab-nav-center .nav {
    justify-content: center;
}

    .tab-nav-center .nav .nav-item {
        margin: 0 1.5rem;
    }

.tab-nav-center.tab-nav-outline2 .nav-item {
    margin: 0 0.5rem;
}

.tab-vertical {
    display: flex;
}

    .tab-vertical .nav {
        flex-direction: column;
        flex-wrap: nowrap;
        width: 26.3%;
    }

    .tab-vertical .nav-item {
        margin-right: 0;
    }

    .tab-vertical .nav-link {
        position: relative;
        padding-left: 2.2rem;
        padding-right: 2rem;
        text-align: left;
        width: 100%;
        margin-bottom: 0.5rem;
    }

    .tab-vertical .tab-content {
        width: 73.7%;
        border-top: 1px solid #eee;
        padding-left: 2rem;
    }

    .tab-vertical .tab-pane {
        padding-top: 1.3rem;
    }

    .tab-vertical.tab-nav-outline3 .nav {
        width: 27%;
    }

    .tab-vertical.tab-nav-outline3 .nav-link {
        padding-left: 2.1rem;
    }

    .tab-vertical.tab-nav-outline3 .tab-content {
        padding-left: 1.7rem;
    }

.tab-line-grow .tab-pane {
    padding: 1.7rem 0;
}

.nav-filters {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0.5rem;
    font-size: 1.4rem;
    color: #666;
    line-height: 1;
}

    .nav-filters li:not(:last-child) {
        margin-right: 1rem;
    }

.nav-filter {
    display: inline-block;
    position: relative;
    padding: 0.6rem 0 0.7rem;
    color: inherit;
    transition: color 0.4s;
}

    .nav-filter.active, .nav-filter:hover {
        color: #336699;
    }

    .nav-filter span {
        color: #aaa;
        margin-left: 0.6rem;
    }

.filter-underline .nav-filter::after {
    content: "";
    display: block;
    height: 2px;
    border: 1px solid;
    transform: scale(0);
    transition: transform 0.4s;
}

.filter-underline .nav-filter.active::after, .filter-underline .nav-filter:hover::after {
    transform: scale(1);
}

.filter-boxed li {
    margin-bottom: 0.5rem;
}

.filter-boxed .nav-filter {
    padding: 1.1rem 1.9rem;
    border: 1px solid #ccc;
    border-radius: 0.3rem;
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: 600;
    color: #333;
    transition: color 0.3s, border-color 0.3s;
}

    .filter-boxed .nav-filter.active, .filter-boxed .nav-filter:hover {
        color: #336699;
        border-color: #336699;
    }

@media (max-width: 991px) {
    .filter-boxed {
        justify-content: center;
    }

        .filter-boxed li {
            margin: 0 0.5rem 0.5rem !important;
        }
}

@media (max-width: 767px) {
    .tab-vertical {
        flex-flow: column nowrap;
    }

        .tab-vertical .tab-content,
        .tab-vertical .nav-tabs, .tab-vertical.tab-nav-outline3 .nav {
            width: 100%;
        }

    .tab-line-grow .tab-content {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

@media (max-width: 575px) {
    .tab-nav-outline2 .nav-link {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

.link-section {
    margin-bottom: 2.8rem;
}

    .link-section .title {
        margin-bottom: 0.9rem;
    }

.side-tab-section {
    margin-bottom: 1.1rem;
}


/*-----------------------------------
    Testimonial
------------------------------------*/
.testimonial {
    font-family: Poppins, sans-serif;
    padding: 0 3rem 1rem;
}

    .testimonial cite {
        color: #333;
        font-size: 1.4rem;
        font-style: normal;
        font-weight: 600;
    }

        .testimonial cite span {
            display: block;
            text-align: center;
            margin-top: 0.6rem;
            font-size: 1.3rem;
            color: #999;
            line-height: 1.3;
            letter-spacing: 0.003em;
            font-weight: 400;
        }

    .testimonial blockquote {
        position: relative;
        line-height: 1.86;
        text-align: center;
    }

.testimonial-info {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 0.9rem;
}

    .testimonial-info .testimonial-author-thumbnail {
        margin-bottom: 2.5rem;
        width: 10rem;
        height: 10rem;
        border-radius: 50%;
    }

    .testimonial-info img {
        width: 100%;
        height: auto;
    }

    .testimonial-info .ratings-container {
        margin-bottom: 0.9rem;
        font-size: 1.1rem;
    }

        .testimonial-info .ratings-container .ratings-full {
            margin-right: 0;
        }

    .testimonial-info .ratings-full::before, .testimonial-info .ratings::before {
        letter-spacing: 0.28em;
    }

.testimonial-title {
    font-size: 1.4rem;
    font-weight: 500;
    color: #333;
    margin-bottom: 1rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.testimonial-shadow {
    background-color: #f8f8f8;
    padding: 3rem 3rem 2.3rem;
    transition: background-color 0.4s, box-shadow 0.4s;
}

    .testimonial-shadow .testimonial-info {
        margin-bottom: 0;
    }

    .testimonial-shadow blockquote {
        margin-top: -0.1rem;
        margin-bottom: 0.6rem;
    }

    .testimonial-shadow:hover {
        box-shadow: 1px 8px 9px rgba(0, 0, 0, 0.1);
    }

.testimonial-blockquote {
    padding-left: 0;
    padding-right: 0;
}

    .testimonial-blockquote blockquote {
        overflow: visible;
        padding: 2.1rem 3rem;
        margin-bottom: 2rem;
        text-align: left;
        border: 1px solid #eee;
    }

        .testimonial-blockquote blockquote::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 5.3rem;
            display: block;
            width: 13px;
            height: 13px;
            background-color: #fff;
            border: 1px solid #eee;
            border-left: 0;
            border-top: 0;
            transform: rotate(45deg) translateY(70%);
        }

    .testimonial-blockquote .testimonial-info {
        flex-direction: row;
        padding: 0 2rem;
    }

    .testimonial-blockquote .testimonial-author-thumbnail {
        margin-bottom: 0;
        margin-right: 1.5rem;
        width: 7rem;
        height: 7rem;
    }

    .testimonial-blockquote cite {
        margin-bottom: 0.2rem;
    }

        .testimonial-blockquote cite span {
            margin-top: 0.2rem;
            text-align: left;
        }

    .testimonial-blockquote .testimonial-action {
        font-size: 1.3rem;
        font-weight: 400;
        letter-spacing: 0;
        color: #999;
        margin-left: auto;
    }

        .testimonial-blockquote .testimonial-action a {
            color: inherit;
        }

            .testimonial-blockquote .testimonial-action a:hover {
                color: #336699;
            }

        .testimonial-blockquote .testimonial-action i {
            margin-left: 0.5rem;
        }

.testimonial-inversed .testimonial-info {
    justify-content: flex-end;
}

.testimonial-inversed .testimonial-author-thumbnail {
    margin: 0 0 0 1.5rem;
}

.testimonial-inversed cite span {
    text-align: right;
}

.testimonial-inversed blockquote::after {
    left: auto;
    right: 4.1rem;
}

.testimonial-centered {
    text-align: center;
}

    .testimonial-centered blockquote {
        margin-left: auto;
        margin-right: auto;
    }

.testimonial-bg {
    padding: 2rem;
}

    .testimonial-bg .testimonial-info {
        margin-bottom: 2.6rem;
    }

    .testimonial-bg blockquote {
        max-width: 87.5rem;
        color: #cecece;
        margin-bottom: 1.5rem;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .testimonial-bg .testimonial-author-thumbnail {
        margin-bottom: 0;
        width: 10rem;
        height: 10rem;
    }

    .testimonial-bg cite {
        color: #fff;
    }

        .testimonial-bg cite span {
            margin: 0.3rem 0 1.6rem;
            color: #cecece;
        }

.slider-section {
    margin-bottom: 3.6rem;
}

    .slider-section .owl-dots .owl-dot span {
        width: 9px;
        height: 9px;
    }

    .slider-section .owl-dots .owl-dot.active span {
        width: 2rem;
    }

    .slider-section .owl-nav .owl-prev, .slider-section .owl-nav .owl-next {
        border: none;
        font-weight: 600;
        color: #666;
    }

        .slider-section .owl-nav .owl-prev.disabled, .slider-section .owl-nav .owl-next.disabled {
            color: #aaa;
        }

        .slider-section .owl-nav .owl-prev:not(.disabled):hover, .slider-section .owl-nav .owl-next:not(.disabled):hover {
            background-color: transparent;
            color: #336699;
        }

    .slider-section .owl-nav .owl-prev {
        left: -2.9rem;
    }

    .slider-section .owl-nav .owl-next {
        right: -2.4rem;
    }

.parallax-testimonial-section {
    margin-bottom: 4.7rem;
}

@media (max-width: 479px) {
    .slider-section .owl-nav .owl-prev {
        left: 0;
    }

    .slider-section .owl-nav .owl-next {
        right: -4.6rem;
    }
}


/*-------------------------------------
    Timeline
        - Timeline Body
        - Timeline Box
        - Timeline Content
        - Timeline Node
        - Timeline Date
        - Timeline Box Arrow
--------------------------------------*/
.timeline {
    width: 100%;
    position: relative;
}

    .timeline::before {
        content: "";
        position: absolute;
        left: 50%;
        transform: translate3d(-50%, 0, 0);
        width: 3px;
        height: 100%;
        background-color: #999;
    }

.timeline-box {
    position: relative;
    display: flex;
    margin-bottom: 2rem;
    width: 100%;
}

    .timeline-box.left {
        justify-content: flex-start;
    }

        .timeline-box.left .timeline-content {
            text-align: right;
            margin-right: 2rem;
        }

    .timeline-box.right {
        justify-content: flex-end;
    }

        .timeline-box.right .timeline-content {
            text-align: left;
            order: 2;
            margin-left: 2rem;
        }

.timeline-content {
    padding: 1rem;
    width: calc(50% - 3.5rem);
}

.timeline-node {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    border: 3px solid #999;
    background-color: #fff;
}

@media (max-width: 767px) {
    .timeline::before {
        content: none;
    }

    .timeline .timeline-box {
        flex-direction: column;
        justify-content: center;
    }

        .timeline .timeline-box .timeline-content {
            text-align: center;
            width: 100%;
        }

        .timeline .timeline-box p, .timeline .timeline-box .timeline-node {
            max-width: none;
            margin: auto;
        }

        .timeline .timeline-box.left .timeline-node {
            order: -1;
        }
}


/*----------------------------
    Titles
        - Default
        - Simple
            - Link icon
            - Tab boxed
            - Tab link
        - Center
-----------------------------*/
/*  Default */
.title {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
    text-align: center;
    margin-bottom: 1.7rem;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
}

    .title.title-link::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 3px;
        left: 0;
        bottom: -0.8rem;
        background-color: #336699;
        z-index: 1;
    }

    .title.title-sm {
        font-size: 1.6rem;
    }

    .title.title-md {
        font-size: 2rem;
    }

    .title.title-lg {
        font-size: 3rem;
    }

/* Simple */
.title-underline {
    position: relative;
    padding-bottom: 1.6rem;
}

    .title-underline::before {
        content: none;
    }

    .title-underline::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        margin-left: 0;
        width: 100%;
        height: 1px;
        background-color: #eee;
    }

.title-cross::before, .title-cross::after {
    flex: 1;
    content: "";
    height: 2px;
    background-color: #eeeeee;
}

.title-cross::before {
    margin-right: 3rem;
}

.title-cross::after {
    margin-left: 3rem;
}

@media (max-width: 479px) {
    .title-cross::before {
        margin-right: 1.5rem;
    }

    .title-cross::after {
        margin-left: 1.5rem;
    }
}

.title-link-wrapper {
    display: flex;
    position: relative;
    align-items: center;
    margin-bottom: 1.3rem;
}

    .title-link-wrapper .title {
        position: relative;
        margin-bottom: 0.8rem;
        padding: 0.8rem 0;
    }

    .title-link-wrapper a {
        margin-bottom: 0.7rem;
        margin-left: auto;
        text-transform: capitalize;
    }

        .title-link-wrapper a:hover {
            color: #336699;
        }

        .title-link-wrapper a i {
            vertical-align: middle;
            margin-left: 0.5rem;
            font-size: 1.35rem;
        }

    .title-link-wrapper::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        border-bottom: 1px solid #eee;
    }

    .title-link-wrapper.no-link .title-link {
        margin-bottom: 0.8rem;
    }

.tab-with-title {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .tab-with-title .nav-tabs {
        border-bottom: 0;
    }

    .tab-with-title .nav-item:not(:last-child) {
        margin-right: 2rem;
    }

    .tab-with-title .nav-link {
        font-size: 1.3rem;
        font-weight: 400;
        letter-spacing: 0;
        color: #333;
        text-transform: capitalize;
        padding: 0;
    }

    .tab-with-title.tab-nav-boxed {
        padding: 0.3rem 0;
    }

        .tab-with-title.tab-nav-boxed .title {
            margin-bottom: 0;
            margin-right: 2rem;
        }

        .tab-with-title.tab-nav-boxed .nav-item:not(:last-child) {
            margin-right: 1rem;
        }

        .tab-with-title.tab-nav-boxed .nav-item:last-child {
            margin: 0;
        }

        .tab-with-title.tab-nav-boxed .nav-link {
            border: 1px solid #ccc;
            border-radius: 0.3rem;
            padding: 0.85em 1.42em;
            font-weight: 600;
            text-transform: uppercase;
        }

            .tab-with-title.tab-nav-boxed .nav-link.active, .tab-with-title.tab-nav-boxed .nav-link:hover {
                border-color: #336699;
            }

    .tab-with-title.tab-nav-link {
        padding: 1.6rem 2rem 0.6rem;
        background: #f5f5f5;
    }

        .tab-with-title.tab-nav-link .title, .tab-with-title.tab-nav-link .nav-link {
            margin-bottom: 1rem;
        }

        .tab-with-title.tab-nav-link .title {
            margin-right: 2rem;
        }

    .tab-with-title.tab-nav-underline .nav-link::after {
        bottom: -1px;
    }

    .tab-with-title .nav-item.show .nav-link,
    .tab-with-title .nav-item .nav-link.active,
    .tab-with-title .nav-item:hover .nav-link {
        color: #336699;
    }

.title-separator {
    margin: 0 0.5rem;
}

/* Center */
.title-center {
    justify-content: center;
}

.tab-with-title.tab-nav-center {
    flex-direction: column;
    margin-bottom: 1.2rem;
}

    .tab-with-title.tab-nav-center .nav-tabs {
        margin: 0;
    }

    .tab-with-title.tab-nav-center .nav-item {
        margin: 0 1rem;
    }

    .tab-with-title.tab-nav-center .nav-link {
        padding: 0.8rem 0;
    }

        .tab-with-title.tab-nav-center .nav-link::after {
            bottom: 0;
            height: 0.3rem;
            border: none;
            background-color: #336699;
        }

.filter-with-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

    .filter-with-title .title {
        margin-bottom: 0.5rem;
    }

.title-section p {
    font-size: 1.3rem;
    color: #666;
    line-height: 2;
    letter-spacing: 0;
}

@media (max-width: 991px) {
    .tab-with-title {
        flex-direction: column;
    }

        .tab-with-title .nav-tabs {
            justify-content: center;
        }

        .tab-with-title.tab-nav-boxed .title {
            margin-bottom: 1rem;
            margin-right: 0;
        }

        .tab-with-title.tab-nav-boxed .nav-item {
            margin-left: 0.5rem !important;
            margin-right: 0.5rem !important;
        }

        .tab-with-title.tab-nav-boxed .nav-link {
            margin-bottom: 0.5rem;
        }

        .tab-with-title.tab-nav-link .nav-item {
            margin: 0 1rem !important;
        }

        .tab-with-title.tab-nav-link .title {
            margin-right: 0;
        }

    .filter-with-title {
        flex-direction: column;
    }

        .filter-with-title .title {
            margin-bottom: 1rem;
        }

        .filter-with-title .nav-filters {
            justify-content: center;
        }

            .filter-with-title .nav-filters li {
                margin: 0 1.5rem;
            }
}

@media (max-width: 575px) {
    .title-link-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }

        .title-link-wrapper .title-link {
            margin-bottom: 2rem;
        }

        .title-link-wrapper a {
            margin-left: 0;
        }
}


/*-----------------------------
    Tooltip
-----------------------------*/
.tooltiptext {
    position: absolute;
    padding: 1rem 0.7rem;
    bottom: 125%;
    left: 50%;
    background-color: #333;
    color: #fff;
    font: 400 1.3rem Poppins, sans-serif;
    letter-spacing: 0.01em;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transform: translateX(-50%);
    z-index: 1;
    transition: opacity 0.3s;
}

.tooltip-top::after {
    content: "";
    position: absolute;
    top: 96%;
    left: 50%;
    margin-left: -6px;
    border-width: 6px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
}


/*-------------------------------------
    Widget
-------------------------------------*/
.widget-title {
    margin-bottom: 2rem;
    padding: 1.1rem 0;
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: -0.025em;
}

.widget-products .widget-title {
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: -0.025em;
    padding-bottom: 0.8rem;
}

.widget-products .widget-body {
    padding: 0 2rem;
}

.widget-products.widget-products-bordered .widget-body {
    border: 1px solid #eee;
}

.widget-products.widget-products-bordered .product-widget:not(:last-child) {
    border-bottom: 1px solid #eee;
}

.widget-products .owl-nav {
    top: -1.7rem;
    right: -1rem;
}

    .widget-products .owl-nav .owl-prev,
    .widget-products .owl-nav .owl-next {
        border: 0;
        color: #747474;
        font-weight: normal;
        width: 15px;
        height: 15px;
    }

        .widget-products .owl-nav .owl-prev:not(.disabled):hover, .widget-products .owl-nav .owl-prev:not(.disabled):focus, .widget-products .owl-nav .owl-prev:not(.disabled):active,
        .widget-products .owl-nav .owl-next:not(.disabled):hover,
        .widget-products .owl-nav .owl-next:not(.disabled):focus,
        .widget-products .owl-nav .owl-next:not(.disabled):active {
            background: transparent;
            border: 0;
            color: #336699;
        }

    .widget-products .owl-nav .owl-prev {
        left: -3rem;
    }

    .widget-products .owl-nav .owl-next {
        right: 0.5rem;
    }

.sidebar .widget-products .widget-body {
    border: 0;
    padding: 0;
}

.widget .widget-title {
    position: relative;
    margin: -0.1rem 0;
    padding: 1.4rem 2.5rem 1.4rem 0;
    font-weight: 600;
    font-size: 1.6rem;
    color: #333;
    letter-spacing: 0;
    border-bottom: 1px solid #eee;
    text-transform: capitalize;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.widget .widget-body {
    padding: 0.7rem 0 1rem;
    opacity: 1;
    transition: opacity 0.3s;
    color: #333;
}

.widget-collapsible .widget-title label {
    position: relative;
    padding: 0 0.2rem;
}

    .widget-collapsible .widget-title label::after {
        position: absolute;
        content: "";
        left: 0;
        bottom: -1.2rem;
        width: 100%;
        height: 2px;
        background-color: #666;
    }

.widget-collapsible .toggle-btn {
    right: 0.4rem;
    margin-top: -0.1rem;
    width: 10px;
    padding: 0;
    opacity: 1;
}

    .widget-collapsible .toggle-btn::before, .widget-collapsible .toggle-btn::after {
        content: "";
        position: absolute;
        border-top: 2px solid #666;
        width: 12px;
        transition: transform 0.3s;
    }

.widget-collapsible > .collapsed .toggle-btn::before {
    transform: rotate(90deg);
}

.widget-collapsible > .collapsed .toggle-btn::after {
    transform: rotate(180deg);
}

.widget-collapsible .collapsed + .widget-body {
    display: none;
}

.widget-collapsible .collapsed ~ .widget-body {
    opacity: 0.1;
}


/*----------------------
    Vendor
----------------------*/
.vendor-widget {
    margin-bottom: 2rem;
}

    .vendor-widget .vendor-name {
        vertical-align: middle;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        display: inline-block;
        max-width: 100%;
        margin-bottom: 0.5rem;
        font-weight: 600;
        font-size: 1.5rem;
        text-transform: capitalize;
        letter-spacing: -0.025em;
        line-height: 1.4;
    }

        .vendor-widget .vendor-name a {
            color: inherit;
        }

        .vendor-widget .vendor-name:hover {
            color: #336699;
        }

.vendor-products.grid-type {
    display: grid;
    grid-template-columns: repeat(auto-fill, calc(100% / 3));
    margin: -2.5px;
    width: calc(100% + 5px);
    grid-auto-rows: 1fr;
}

    .vendor-products.grid-type > * {
        padding: 2.5px;
    }

.vendor-products .lg-item {
    grid-column-end: span 2;
    grid-row-end: span 2;
}

.vendor-products .sm-item {
    grid-column-end: span 1;
    grid-row-end: span 1;
}

.vendor-products .product-media {
    height: 100%;
    border-radius: 0.5rem;
    border: 1px solid transparent;
    overflow: hidden;
    transition: border-color 0.3s;
}

    .vendor-products .product-media img {
        height: 100%;
    }

.vendor-logo {
    max-width: 7rem;
    flex: 0 0 7rem;
    margin-right: 1rem;
}

.vendor-details {
    display: flex;
    align-items: center;
    padding: 1.8rem 0;
}

.vendor-product-count {
    font-size: 1.2rem;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0.5rem;
}

.vendor-banner {
    min-height: 18rem;
}

    .vendor-banner a, .vendor-banner img {
        min-height: inherit;
    }

    .vendor-banner a {
        display: block;
    }

.visit-vendor-btn {
    display: block;
    margin-bottom: 2rem;
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #ff9933;
}

    .visit-vendor-btn:hover {
        color: #336699;
    }

.vendor-widget-1 .product-media:hover {
    border-color: #336699;
}

.vendor-widget-1 .vendor-personal {
    margin-top: 0.2rem;
}

.vendor-widget-1 .ratings-container {
    margin-bottom: 0;
}

.vendor-widget-2 {
    padding: 2rem;
    border: 1px solid #eee;
    border-radius: 0.5rem;
    overflow: hidden;
    transition: border-color 0.3s;
}

    .vendor-widget-2:hover {
        border-color: #336699;
    }

    .vendor-widget-2 .vendor-details {
        padding-top: 0;
        padding-bottom: 2rem;
    }

    .vendor-widget-2 .product-media {
        border: none;
    }

    .vendor-widget-2 .ratings-container {
        margin-bottom: 0;
    }

.vendor-widget-3 .vendor-logo {
    border-radius: 0.5rem;
    overflow: hidden;
}

.vendor-widget-3 .vendor-details {
    padding: 2rem 0;
}

.vendor-widget-3 .vendor-personal {
    padding-top: 0.3rem;
}

.vendor-widget-3 .ratings-container {
    margin-bottom: 0;
}

    .vendor-widget-3 .ratings-container:not(:last-child) {
        margin-bottom: 0.5rem;
    }

.vendor-widget-banner {
    border: 1px solid #eee;
    border-radius: 0.5rem;
    overflow: hidden;
    transition: border-color 0.3s, box-shadow 0.3s;
}

    .vendor-widget-banner .product-media {
        border: none;
    }

    .vendor-widget-banner .vendor-details {
        display: block;
        text-align: center;
        padding-top: 0;
        margin-top: -4.5rem;
        padding-bottom: 2rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }

    .vendor-widget-banner .vendor-logo {
        position: relative;
        flex: none;
        box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
        max-width: 9rem;
        margin: 0 auto 1.3rem auto;
        border-radius: 50%;
        background-color: #336699;
    }

        .vendor-widget-banner .vendor-logo img {
            transition: transform 0.3s;
            border-radius: 50%;
        }

    .vendor-widget-banner .vendor-name {
        margin-bottom: 1.5rem;
        font-size: 1.8rem;
        text-transform: uppercase;
        letter-spacing: 0;
    }

    .vendor-widget-banner .ratings-container {
        justify-content: center;
        margin-bottom: 1rem;
    }

        .vendor-widget-banner .ratings-container .ratings-full {
            margin-right: 0;
        }

    .vendor-widget-banner .vendor-product-count {
        display: block;
        margin-bottom: 0.6rem;
        font-size: 1.4rem;
    }

    .vendor-widget-banner:hover {
        box-shadow: 5px 0 20px rgba(0, 0, 0, 0.08);
        border-color: transparent;
    }

        .vendor-widget-banner:hover .vendor-logo img {
            transform: translateY(-1rem);
        }

.store {
    position: relative;
    border-radius: 0.5rem;
    overflow: hidden;
}

    .store .ratings-container {
        font-size: 1.3rem;
        margin-bottom: 0.5rem;
    }

    .store .store-banner img {
        height: 100%;
        width: 100%;
    }

.store-content {
    position: absolute;
}

.store-title {
    display: flex;
    align-items: center;
    margin-bottom: 1.9rem;
    color: #fff;
}

    .store-title a {
        display: inline-block;
        text-transform: capitalize;
        font-size: 2rem;
        line-height: 1;
        color: inherit;
        text-shadow: rgba(0, 0, 0, 0.8) 0 1px 0;
        font-weight: 600;
        letter-spacing: -0.025em;
    }

.featured-label {
    background: #2d54a3;
    color: #fff;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 600;
    padding: 0.2rem 1rem;
    box-shadow: 0px 0px 25px -5px #afafaf;
    border-radius: 0.3rem;
    margin-left: 1.4rem;
    display: inline-block;
}

.seller-info-list {
    margin: 0;
    padding-left: 1.6em;
}

    .seller-info-list .store-address, .seller-info-list .store-phone {
        font-size: 1.4rem;
    }

    .seller-info-list > * {
        line-height: 1.6;
        letter-spacing: -0.025em;
        margin-bottom: 0.8rem;
        color: #fff;
        opacity: 0.8;
    }

        .seller-info-list > * a {
            color: inherit;
        }

        .seller-info-list > * i {
            margin-left: -2.2rem;
            margin-right: 0.3rem;
            vertical-align: middle;
            font-size: 1.5rem;
            line-height: 0;
        }

    .seller-info-list .store-phone:hover, .seller-info-list .store-email:hover {
        color: #f93;
    }

.store-address {
    font-size: 1.3rem;
    color: #fff;
    opacity: 0.8;
    line-height: 1.8;
}

.store-rating, .store-open {
    color: #fff;
    opacity: 0.8;
}

.store-footer {
    position: relative;
    padding: 2.3rem 2rem;
}

.btn.btn-icon-right.btn-visit i {
    font-size: 2rem;
    margin-left: 0.4rem;
    margin-bottom: 0.4rem;
}

.seller-brand {
    border-radius: 50%;
    background-color: #ff9742;
    width: 8rem;
    height: 8rem;
}

    .seller-brand img {
        border-radius: 50%;
        transition: transform 0.3s;
    }

.vendor-brand {
    max-width: 15rem;
    margin: 0 auto;
    text-align: center;
}

    .vendor-brand .brand {
        border: 1px solid #eee;
        border-radius: 50%;
        overflow: hidden;
        margin-bottom: 2.2rem;
        transition: box-shadow 0.3s;
    }

    .vendor-brand .vendor-name {
        font-size: 1.4rem;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 0;
        transition: color 0.3s;
    }

        .vendor-brand .vendor-name:hover {
            color: #336699;
        }

    .vendor-brand:hover .brand {
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
    }

.store-grid {
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.08);
}

    .store-grid .store-banner img {
        min-height: 19.4rem;
    }

    .store-grid .store-content {
        top: 2.5rem;
        left: 3rem;
        max-width: 19.2rem;
    }

    .store-grid .seller-brand {
        right: 1.9rem;
        top: -58%;
    }

    .store-grid:hover .seller-brand img {
        transform: translateY(-1rem);
    }

    .store-grid .store-title:hover {
        color: #336699;
    }

.store-list {
    display: flex;
    border: 1px solid #eee;
}

    .store-list .store-header {
        flex: 0 0 40rem;
        max-width: 40rem;
    }

        .store-list .store-header a {
            display: block;
            height: 100%;
        }

    .store-list .store-banner {
        height: 100%;
    }

    .store-list .store-content {
        position: relative;
    }

    .store-list .featured-label {
        position: absolute;
        top: 1.5rem;
        left: 1.5rem;
        margin-left: 0;
    }

    .store-list .store-content {
        display: flex;
        align-items: center;
        padding: 2rem 2rem 2rem 6rem;
    }

    .store-list .store-title {
        color: #333;
    }

        .store-list .store-title a {
            text-shadow: none;
        }

    .store-list .ratings-container {
        margin-bottom: 0.3rem;
    }

    .store-list .store-address {
        color: #666;
        opacity: 1;
        margin-bottom: 0.9rem;
    }

    .store-list .seller-brand {
        top: 50%;
        left: 0;
        transform: translate(-50%, -50%);
    }

    .store-list:hover .seller-brand img {
        transform: translateX(-1rem);
    }

    .store-grid .seller-brand,
    .store-list .seller-brand {
        position: absolute;
    }

        .store-grid .seller-brand img,
        .store-list .seller-brand img {
            width: calc(100% + 2px);
            height: calc(100% + 2px);
            max-width: calc(100% + 2px);
            margin: -1px;
            box-shadow: 0px 0px 0px 1px #eee;
        }

.store.store-banner .store-media img {
    min-height: 44rem;
    width: 100%;
}

.store.store-banner .store-content {
    top: 0;
    left: 0;
    max-width: 34.5rem;
    padding: 5rem 4rem 5rem 5rem;
    background-color: rgba(37, 38, 42, 0.9);
    height: 100%;
}

.store.store-banner .seller-brand {
    margin-bottom: 2.3rem;
}

.store.store-banner .store-title {
    margin-bottom: 1.6rem;
    font-size: 2rem;
    letter-spacing: -0.025em;
}

.store.store-banner .social-icon {
    margin-right: 0.5rem;
    color: #fff;
    border-color: #ccc;
    opacity: 0.8;
}

.store-wcmp .store-content {
    left: 0;
    right: 0;
    bottom: 0;
    height: 50%;
    background-color: rgba(34, 34, 40, 0.85);
    display: flex;
    padding: 2rem;
}

.store-wcmp .seller-brand {
    flex: 0 0 8rem;
    max-width: 8rem;
    margin-right: 2.2rem;
}

.store-wcmp .seller-date {
    flex: 0 0 calc(100% - 10rem);
    max-width: calc(100% - 10rem);
}

.store-wcmp .store-title {
    margin: 0.4rem 0 1.1rem;
}

    .store-wcmp .store-title a {
        font-size: 1.8rem;
    }

        .store-wcmp .store-title a:hover {
            text-decoration: underline;
        }

.store-wcmp .seller-info-list {
    margin: 0;
}

    .store-wcmp .seller-info-list li {
        display: flex;
        margin-bottom: 0;
        letter-spacing: 0;
        opacity: 0.7;
    }

        .store-wcmp .seller-info-list li p {
            margin-bottom: 0;
            line-height: 2;
        }

    .store-wcmp .seller-info-list .store-address p {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .store-wcmp .seller-info-list .store-rating p {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .store-wcmp .seller-info-list i {
        margin-top: 1.3rem;
        margin-right: 0.8rem;
        font-size: 1.4rem;
    }

.store-wcmp .ratings-container {
    margin-top: 0.5rem;
    margin-bottom: 0;
}

.store-wcmp-banner .store-media img {
    width: 100%;
}

.store-wcmp-banner .store-content {
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 40%;
    padding: 2rem;
    background: rgba(0, 0, 0, 0.6);
}

.store-wcmp-banner .seller-brand {
    margin: -7rem auto 2rem auto;
}

.store-wcmp-banner .social-icons {
    position: absolute;
    right: 2rem;
    top: -5rem;
}

.store-wcmp-banner .store-title {
    margin-bottom: 1rem;
    font-size: 2rem;
    justify-content: center;
}

.store-wcmp-banner .seller-info-list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 0;
}

    .store-wcmp-banner .seller-info-list > * {
        margin: 0 0.6rem;
        opacity: 0.6;
        text-align: center;
    }

        .store-wcmp-banner .seller-info-list > * i {
            margin-right: 0.4rem;
            margin-left: 0;
        }

.store-wcmp-banner .seller-brand,
.store-wcfm-banner .seller-brand {
    width: 10rem;
    height: 10rem;
}

    .store-wcmp-banner .seller-brand img,
    .store-wcfm-banner .seller-brand img {
        width: calc(100% + 2px);
        height: calc(100% + 2px);
        max-width: calc(100% + 2px);
        margin: -1px;
    }

.store-wcmp-banner .social-icon:not(:last-child),
.store-wcfm-banner .social-icon:not(:last-child) {
    margin-right: 0.5rem;
}

.store-wcmp-banner .social-icon,
.store-wcfm-banner .social-icon {
    border-radius: 0.3rem;
}

.store-wcfm-banner .store-content {
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(34, 34, 34, 0.8);
    display: flex;
    align-items: center;
    min-height: 16rem;
    padding: 2.3rem 3rem 2.6rem;
}

.store-wcfm-banner .store-content-left {
    display: flex;
}

.store-wcfm-banner .personal-info {
    margin-right: 4rem;
}

.store-wcfm-banner .seller-brand {
    margin: -7.2rem 0 2rem;
}

.store-wcfm-banner .ratings-container {
    justify-content: center;
    font-size: 1.2rem;
}

.store-wcfm-banner .ratings-full {
    margin: 0;
}

.store-wcfm-banner .store-title {
    margin-bottom: 0.9rem;
    font-size: 2rem;
    font-weight: 600;
}

.store-wcfm-banner .seller-info-list {
    padding-left: 2.4rem;
}

    .store-wcfm-banner .seller-info-list li {
        margin-bottom: 0.4rem;
        letter-spacing: 0;
    }

        .store-wcfm-banner .seller-info-list li i {
            margin: 0 0.4rem 0 -2.4rem;
            font-size: 1.4rem;
        }

.store-wcfm-banner .store-content-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.store-wcfm-banner .btn-inquiry {
    margin-bottom: 3rem;
}

.btn-inquiry,
.btn-visit:not(.btn-link) {
    padding: 0.8em 1.6em;
    font-size: 1.3rem;
    background-color: #eee;
    border-color: #eee;
    color: #333;
    margin-right: 0.6rem;
}

    .btn-inquiry:hover, .btn-inquiry:active, .btn-inquiry:focus,
    .btn-visit:not(.btn-link):hover,
    .btn-visit:not(.btn-link):active,
    .btn-visit:not(.btn-link):focus {
        background-color: #333;
        border-color: #333;
        color: #fff;
    }

.vendor-toolbox .vendor-search-toggle {
    margin-right: 1.5rem;
    padding: 0.73em 0.9em 0.86em;
    font-weight: 700;
}

    .vendor-toolbox .vendor-search-toggle i {
        margin: 0 0.8rem 0 0;
        font-size: 1.5rem;
        font-weight: 600;
    }

.vendor-toolbox .toolbox-left label {
    font-weight: 400;
    color: #333;
}

.vendor-toolbox .toolbox-layout {
    margin-left: 1.5rem;
}

.vendor-toolbox .btn-layout {
    color: #ccc;
}

    .vendor-toolbox .btn-layout.icon-mode-list i {
        font-size: 2rem;
    }

.vendor-search-wrapper {
    display: none;
    padding: 2rem;
    border-radius: 5px;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.08);
    margin-top: 3.2rem;
}

    .vendor-search-wrapper .vendor-search-form {
        display: flex;
    }

    .vendor-search-wrapper input {
        min-height: 3.8rem;
        height: 3.8rem;
        color: #777;
        border-radius: 0.3rem;
    }

        .vendor-search-wrapper input:focus {
            border-color: #8080809e;
        }

    .vendor-search-wrapper .btn {
        padding: 0.7em 1.65em;
    }

.vendor-product-title {
    font-size: 1.4rem;
    font-weight: 600;
    padding: 1.9rem 1.5rem;
    border: 1px solid #eee;
    border-radius: 0.3rem;
}

    .vendor-product-title a {
        color: #333;
    }

        .vendor-product-title a:hover {
            color: #336699;
        }

.vendor-map {
    border: 1px solid #eee;
}

.google-map {
    height: 35rem;
    background-color: #98c3e5;
}

@media (max-width: 991px) {
    .store-wcmp {
        height: 100%;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    }

        .store-wcmp .store-content {
            display: block;
            position: relative;
            background: #fff;
        }

        .store-wcmp .seller-brand {
            margin-bottom: 2rem;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
        }

            .store-wcmp .seller-brand img {
                width: calc(100% + 2px);
                height: calc(100% + 2px);
                max-width: calc(100% + 2px);
                margin: -1px;
                border: 1px solid #eee;
            }

        .store-wcmp .seller-date {
            flex: auto;
            max-width: 100%;
        }

        .store-wcmp .store-title a {
            color: #336699;
            text-shadow: none;
        }

        .store-wcmp .store-address, .store-wcmp .store-rating {
            color: #333;
        }

    .store-wcfm-banner .store-content {
        display: block;
    }

    .store-wcfm-banner .store-content-right {
        align-items: flex-start;
        margin: 1rem 0 0 14rem;
    }

        .store-wcfm-banner .store-content-right .btn {
            margin-bottom: 1.5rem;
        }
}

@media (max-width: 767px) {
    .toolbox.vendor-toolbox {
        display: block;
    }

    .store-list .store-header {
        flex: 0 0 30rem;
        max-width: 30rem;
    }

    .store.store-banner .store-content {
        background: none;
        padding-left: 2rem;
        padding-right: 2rem;
        max-width: 27rem;
    }

    .store-wcmp-banner .social-icons {
        display: flex;
        justify-content: center;
        position: relative;
        top: auto;
        right: auto;
        margin-top: 1rem;
    }
}

@media (max-width: 575px) {
    .store-list {
        display: block;
    }

        .store-list .store-header {
            flex: 0 0 100%;
            max-width: 100%;
        }

        .store-list .store-content {
            padding-left: 2rem;
        }

        .store-list .seller-brand {
            left: auto;
            transform: none;
            right: 2rem;
            top: -27%;
        }

    .store-wcfm-banner .store-content-left {
        display: block;
        text-align: center;
    }

    .store-wcfm-banner .personal-info {
        margin-right: 0;
    }

    .store-wcfm-banner .seller-brand {
        margin-right: auto;
        margin-left: auto;
    }

    .store-wcfm-banner .store-title {
        justify-content: center;
    }

    .store-wcfm-banner .store-content-right {
        align-items: center;
        margin-left: 0;
    }
}

@media (max-width: 479px) {
    .store-list .seller-brand {
        top: -22%;
        width: 7rem;
        height: 7rem;
    }
}

/*--------------------------------
    Header
        -Header
        -Welcom-msg
        -Header Search
        -Main Menu
        -Other
            - Login
            - Wishlist
        -Stick Header
        -Other Options
--------------------------------*/
.header {
    font-family: Poppins, sans-serif;
    background: #fff;
    color: #333;
}

    .header .container,
    .header .container-fluid,
    .header .inner-wrap {
        display: flex;
        align-items: center;
    }

    .header .inner-wrap {
        width: 100%;
    }

    .header a:not(.btn) {
        color: inherit;
    }

        .header a:not(.btn):hover {
            color: #336699;
        }

.header-top,
.header-middle,
.header-bottom {
    display: flex;
}

.header-left,
.header-center,
.header-right {
    display: flex;
    align-items: center;
}

.header-right {
    margin-left: auto;
}

.has-center .header-right {
    flex: 1;
}

.has-center .header-right {
    justify-content: flex-end;
}

.has-center .header-center {
    margin-left: 2rem;
    margin-right: 2rem;
}

.header-top {
    background: #f5f6f8;
    font-size: 1.1rem;
    letter-spacing: -0.027em;
    text-transform: capitalize;
}

    .header-top .header-right {
        padding-right: 0.2rem;
    }

        .header-top .header-right > .dropdown:first-child {
            margin-left: 0;
        }

        .header-top .header-right > .dropdown:hover .dropdown-box::before {
            visibility: visible;
            opacity: 1;
            top: auto;
            bottom: 100%;
        }

        .header-top .header-right .dropdown-box::before {
            content: "";
            position: absolute;
            z-index: 1002;
            left: 50%;
            top: -9999px;
            transform: translateX(-50%);
            border: 11px solid transparent;
            border-bottom: 11px solid #fff;
            transition: opacity 0.2s ease-out, transform 0.2s ease-out;
            visibility: hidden;
            opacity: 0;
            cursor: pointer;
            pointer-events: none;
        }

        .header-top .header-right a {
            display: flex;
            align-items: center;
        }

        .header-top .header-right i {
            margin-right: 0.6rem;
            font-size: 1.5rem;
        }

        .header-top .header-right > * {
            margin-left: 2rem;
        }

        .header-top .header-right .delimiter {
            margin: 0 0.3rem;
            color: #aaa;
        }

        .header-top .header-right .divider {
            width: 1px;
            height: 1.5rem;
            background-color: #ccc;
        }

.logo {
    min-width: 14.4rem;
    margin-right: 2rem;
}

    .logo img {
        display: block;
    }

.header-bottom {
    color: #333;
    background: #fff;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: -0.025em;
}

    .header-bottom .main-nav {
        margin-left: 2.1rem;
    }

    .header-bottom .header-right {
        padding-right: 0.2rem;
    }

        .header-bottom .header-right > a {
            display: flex;
            align-items: center;
            padding: 1.4rem 0 1.3rem;
        }

            .header-bottom .header-right > a i {
                vertical-align: middle;
            }

                .header-bottom .header-right > a i.w-icon-map-marker {
                    font-size: 2.2rem;
                    margin-top: -0.5rem;
                }

                .header-bottom .header-right > a i.w-icon-sale {
                    font-size: 2.4rem;
                    margin-right: 0.8rem;
                }

            .header-bottom .header-right > a:first-child {
                margin-right: 3.2rem;
            }

    .header-bottom:not(.fixed) .show-dropdown .dropdown-box {
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none !important;
        margin-top: 2rem;
    }

.welcome-msg {
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: -0.022em;
    line-height: 1.5;
    white-space: nowrap;
    padding: 14px 0;
    text-transform: uppercase;
}

.header-middle {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
    color: #333;
    background: #fff;
    font-size: 1.2rem;
    border-bottom: 1px solid #eee;
}

    .header-middle .header-left {
        flex: 1;
    }

.header-search {
    position: relative;
    width: 100%;
    max-width: 38rem;
}

    .header-search input.form-control {
        flex: 1;
        min-width: 40px;
        padding: 0.9rem;
        border: 2px solid #336699;
        border-right: 0;
        font-size: 1.2rem;
        letter-spacing: 0;
        font-family: Poppins, sans-serif;
    }

        .header-search input.form-control::placeholder {
            color: inherit;
        }

    .header-search .btn-search {
        margin: 0;
        padding: 0;
        min-width: 5.1rem;
        color: #333;
        border-left: 0;
        border-color: #336699;
        font-size: 1.5rem;
        font-weight: normal;
        letter-spacing: -0.025em;
        text-transform: none;
    }

        .header-search .btn-search i {
            font-size: 1.7rem;
            line-height: 1;
            letter-spacing: -0.01em;
            font-weight: 500;
        }

        .header-search .btn-search:hover, .header-search .btn-search:active, .header-search .btn-search:focus {
            color: #336699;
            background-color: transparent;
        }

    .header-search .select-box::before {
        right: 1.2rem;
        margin-top: -0.1rem;
        font-weight: 400;
    }

    .header-search .select-box select {
        position: relative;
        padding: 0 2rem 0 1.5rem;
        border: 0;
        font-weight: 400;
        z-index: 1;
    }

    .header-search.hs-toggle .input-wrapper {
        position: absolute;
        display: flex;
        right: -2.5rem;
        top: 100%;
        min-width: 30rem;
        padding: 1.5rem;
        height: auto;
        background-color: #fff;
        box-shadow: 0 2px 35px rgba(0, 0, 0, 0.1);
        visibility: hidden;
        opacity: 0;
        transform: translate3d(0, 20px, 0);
        z-index: 100;
        transition: transform 0.3s, visibility 0.3s, opacity 0.3s;
    }

    .header-search.hs-toggle:hover {
        color: #336699;
    }

    .header-search.hs-toggle .form-control {
        padding: 1.4rem 2rem;
        font-size: 1.3rem;
        color: #777;
        background-color: #f4f4f4;
        border: none;
        height: 5rem;
    }

    .header-search.hs-toggle .btn-search {
        background-color: #f4f4f4;
        min-width: 5rem;
        font-size: 1.8rem;
        color: #222;
        border: none;
    }

        .header-search.hs-toggle .btn-search i {
            margin-bottom: 0.3rem;
            font-size: inherit;
        }

    .header-search.hs-toggle.show .input-wrapper {
        opacity: 1;
        visibility: visible;
        transform: translate3d(0, 0, 0);
    }

    .header-search.hs-toggle.show .search-toggle::after {
        opacity: 1;
        visibility: visible;
        transform: translate(-50%, 0);
    }

    .header-search.hs-expanded {
        flex: 1;
        margin: 0 auto;
        min-width: auto;
        max-width: 55.6rem;
    }

        .header-search.hs-expanded .select-box {
            width: 14.6rem;
            border: 2px solid #336699;
            border-right: none;
            color: #666666;
        }

            .header-search.hs-expanded .select-box::after {
                content: "";
                height: 35px;
                width: 1px;
                background: #e5e5e5;
                position: absolute;
                right: 0;
                top: 50%;
                transform: translateY(-50%);
            }

        .header-search.hs-expanded input.form-control {
            color: #666;
            border-right: none;
            border-left: none;
        }

        .header-search.hs-expanded .btn-search {
            display: flex;
            align-items: center;
            justify-content: center;
            transition: opacity 0.4s, color 0.4s;
        }

            .header-search.hs-expanded .btn-search i {
                margin: 0;
            }

            .header-search.hs-expanded .btn-search span {
                margin-right: 0.5rem;
                letter-spacing: -0.03em;
            }

    .header-search.hs-simple {
        min-width: 35rem;
    }

        .header-search.hs-simple input.form-control {
            border: none;
            background-color: #f5f5f5;
        }

        .header-search.hs-simple .btn-search {
            position: absolute;
            right: 0;
            height: 100%;
            min-width: 4.5rem;
            background: transparent;
            color: #666;
        }

    .header-search.hs-rounded .select-box,
    .header-search.hs-rounded .form-control {
        border-radius: 0.5rem 0 0 0.5rem;
    }

    .header-search.hs-rounded .btn-search {
        border-radius: 0 0.5rem 0.5rem 0;
    }

    .header-search.hs-rounded.hs-simple input.form-control {
        border-radius: 5rem;
    }

    .header-search.hs-rounded.hs-expanded .form-control {
        border-radius: 0;
    }

    .header-search.hs-round .select-box,
    .header-search.hs-round .form-control {
        border-radius: 0.3rem 0 0 0.3rem;
    }

    .header-search.hs-round .btn-search {
        border-radius: 0 0.3rem 0.3rem 0;
    }

    .header-search.hs-round.hs-simple input.form-control {
        border-radius: 3rem;
    }

    .header-search.hs-round.hs-expanded .form-control {
        border-radius: 0;
    }

.dir-up.hs-toggle .input-wrapper {
    top: auto;
    bottom: 100%;
    margin-bottom: 2rem;
}

.main-nav .menu > .has-submenu {
    padding-right: 1.5rem;
}

.mobile-menu-toggle {
    display: none;
    font-size: 2.4rem;
    line-height: 1;
}

.compare {
    display: flex;
    align-items: center;
    margin: -0.4rem 3rem 0 0;
    color: #333;
}

    .compare span.compare-label {
        cursor: pointer;
        margin-top: 0.1rem;
        font-weight: inherit;
        color: inherit;
    }

    .compare i {
        font-size: 3.3rem;
        color: inherit;
    }

    .compare:hover {
        color: #336699;
    }

.wishlist {
    display: inline-flex;
    align-items: center;
    transition: color 0.3s;
    margin-right: 2.3rem;
    color: #333;
}

    .wishlist span {
        margin-top: 0.3rem;
        font-weight: inherit;
        color: inherit;
        cursor: pointer;
    }

    .wishlist i {
        font-size: 2.7rem;
        color: inherit;
    }

    .wishlist:hover {
        color: #336699;
    }

.header-call {
    position: relative;
    margin-right: 4.8rem;
}

    .header-call .w-icon-call {
        margin: 0 0.6rem 0.2rem 0;
        font-size: 3rem;
    }

    .header-call .call-info {
        margin-top: 0.4rem;
    }

    .header-call .phone-number {
        font-size: 1.6rem;
        line-height: 1.7;
    }

    .header-call .chat a {
        color: #333;
    }

        .header-call .chat a:hover {
            color: #336699;
        }

    .header-call:hover .w-icon-call,
    .header-call:hover .phone-number {
        color: #336699;
    }

    .header-call::after {
        position: absolute;
        content: "";
        top: 50%;
        transform: translateY(-50%);
        right: -2.5rem;
        width: 1px;
        height: 4.1rem;
        background-color: #e5e5e5;
    }

.cart-dropdown {
    color: #333;
}

    .cart-dropdown > a i {
        font-size: 2.6rem;
        color: inherit;
    }

.label-down {
    display: flex;
    align-items: center;
    flex-direction: column;
}

    .label-down i {
        display: inline-block;
    }

    .label-down span {
        display: block;
    }

    .label-down i + span {
        margin-top: 0.3rem;
        letter-spacing: -0.03em;
        line-height: 1;
    }

.header-border .header-bottom {
    border-bottom: 1px solid #eee;
}

@media (max-width: 991px) {
    .header .main-nav {
        display: none;
    }

    .header .sticky-content-wrapper {
        display: none;
    }

    .header-top .header-left {
        margin-right: 2rem;
    }

    .header-middle .header-right > *:not(:last-child) {
        margin-right: 2rem;
    }

    .header-bottom {
        display: none;
    }

    .mobile-menu-toggle {
        display: block;
    }

    .header-call {
        margin-right: 1rem !important;
    }

        .header-call::after {
            content: none;
        }
}

@media (max-width: 991px) and (min-width: 480px) {
    .header-middle .logo {
        margin-left: 2rem;
    }
}

@media (max-width: 479px) {
    .header-top .header-left {
        position: relative;
        overflow: hidden;
    }

    .welcome-msg {
        transform: translateX(0);
        animation: 6s linear 2s 1 showMsgFirst, 12s linear 8s infinite showMsg;
    }

    .header-middle .logo {
        margin: 0 auto;
    }

    .header-middle .header-right {
        margin-left: 0 !important;
    }
}

/*------------------------
    Dropdowns
        - Dropdown
        - Dropdown-expandex
        - Cart Dropdown
        - Category Dropdown
-------------------------*/
.dropdown {
    position: relative;
}

    .dropdown:hover .dropdown-box, .dropdown.show .dropdown-box {
        visibility: visible;
        opacity: 1;
        top: 100%;
    }

    .dropdown:hover::after, .dropdown.show::after {
        visibility: visible;
        opacity: 1;
        top: calc(100% - 20px);
        transform: translate3d(-50%, 0, 0);
    }

    .dropdown:hover .dropdown-box, .dropdown.show .dropdown-box {
        transform: translate3d(0, 0, 0);
    }

    .dropdown:hover > a, .dropdown.show > a {
        color: #336699;
    }

    .dropdown a {
        display: flex;
        align-items: center;
    }

        .dropdown a .dropdown-image {
            max-width: 1.4rem;
            margin-right: 0.6rem;
            margin-top: -1px;
            height: auto;
        }

    .dropdown > a {
        line-height: 1.1;
        padding: 11px 0;
    }

        .dropdown > a::after {
            display: inline-block;
            margin-left: 6px;
            content: "";
            font-family: "Font Awesome 5 Free";
            font-size: 8px;
            font-weight: 900;
        }

    .dropdown li.active > a, .dropdown li:hover > a {
        color: #336699;
    }

.dropdown-box {
    position: absolute;
    right: 0;
    top: -9999px;
    padding: 0.5rem 0;
    color: #666;
    background-color: #fff;
    box-shadow: 0 4px 20px -8px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    transition: transform 0.2s ease-out;
    transform: translate3d(0, -10px, 0);
}

    .dropdown-box a {
        padding: 0.6rem 1rem;
        font-size: inherit;
        line-height: 1.1;
    }

.cart-dropdown .cart-toggle {
    padding: 0;
}

    .cart-dropdown .cart-toggle::after {
        content: none;
    }

.cart-dropdown .cart-label {
    display: block;
    margin: 0.5rem 0 0;
    font-weight: inherit;
    letter-spacing: -0.025em;
}

.cart-dropdown .cart-count {
    position: absolute;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.8rem;
    background: #336699;
    color: #fff;
    text-align: center;
    width: 1.9rem;
    height: 1.9rem;
    border-radius: 50%;
    font-style: normal;
    z-index: 1;
    right: -8px;
    top: -5px;
    font-family: Poppins, sans-serif;
}

.cart-dropdown .cart-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: uppercase;
    margin-bottom: 1.4rem;
}

    .cart-dropdown .cart-header span {
        font-size: 1.6rem;
        font-weight: bold;
        line-height: 1;
        color: #333;
    }

    .cart-dropdown .cart-header a {
        padding: 0;
        font-size: 1.4rem;
        font-weight: 400;
        color: #666;
        text-transform: capitalize;
    }

    .cart-dropdown .cart-header i {
        margin-left: 0.6rem;
        font-size: 1.8rem;
    }

.cart-dropdown .cart-action {
    display: flex;
}

    .cart-dropdown .cart-action .btn {
        width: 50%;
        justify-content: center;
        font-size: 1.3rem;
        line-height: 1;
        padding: 1rem;
    }

        .cart-dropdown .cart-action .btn:last-child {
            margin-left: 1rem;
        }

    .cart-dropdown .cart-action .btn-dark:hover, .cart-dropdown .cart-action .btn-dark:active, .cart-dropdown .cart-action .btn-dark:focus {
        border-color: #336699;
        background-color: #336699;
        color: #fff;
    }

.cart-dropdown .cart-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
    padding: 1.8rem 0;
    font-size: 1.4rem;
    font-weight: 600;
    color: #333333;
    line-height: 1;
    text-transform: capitalize;
    letter-spacing: -0.025em;
}

    .cart-dropdown .cart-total .price {
        font-size: 1.6rem;
    }

.cart-dropdown .dropdown-box {
    padding: 1rem 3rem 3rem;
    min-width: 30rem;
    margin-top: 0.5rem;
}

.cart-dropdown .product-price {
    color: #336699;
    overflow: visible;
}

.cart-dropdown .products {
    max-height: 28rem;
    border-bottom: 1px solid #eee;
    padding-bottom: 2.1rem;
}

.cart-dropdown.cart-offcanvas .dropdown-box {
    position: fixed;
    top: 0;
    right: -34rem;
    max-width: 34rem;
    margin-top: 0;
    padding: 2.4rem 2rem 2rem;
    width: 100%;
    height: 110vh;
    min-width: auto;
    padding: 2.9rem 3rem;
    opacity: 1;
    visibility: visible;
    transition: right 0.3s;
    transform: none;
    z-index: 2499;
    box-shadow: none;
}

.cart-dropdown.cart-offcanvas .products {
    border-top: 1px solid #eee;
}

.cart-dropdown.cart-offcanvas.opened .dropdown-box {
    right: 0;
}

.cart-dropdown.cart-offcanvas.opened .cart-overlay {
    opacity: 1;
    visibility: visible;
}

.cart-dropdown .cart-overlay {
    position: fixed;
    left: 0;
    width: 100vw;
    top: -10vh;
    height: 120vh;
    background: rgba(0, 0, 0, 0.3);
    z-index: 2498;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s;
}

.product.product-cart {
    display: flex;
    align-items: center;
    position: relative;
    padding: 2rem 0 0;
}

    .product.product-cart .product-media {
        max-width: 8rem;
        flex: 0 0 8rem;
    }

        .product.product-cart .product-media a {
            display: block;
            padding: 0;
        }

    .product.product-cart .product-detail {
        flex: 1;
    }

    .product.product-cart .product-name {
        white-space: normal;
        padding: 0;
        font-size: 1.4rem;
        line-height: 1.4;
        margin-bottom: 1rem;
    }

    .product.product-cart .price-box {
        display: flex;
        align-items: center;
    }

    .product.product-cart .product-quantity {
        margin-right: 0.7rem;
        font-size: 1.6rem;
        font-weight: 400;
        color: #999;
    }

        .product.product-cart .product-quantity::after {
            content: "x";
            font-size: 1.8rem;
            font-weight: 400;
            margin-left: 0.7rem;
            text-transform: none;
            line-height: 0;
        }

    .product.product-cart .btn-close {
        position: absolute;
        top: 0.9rem;
        right: -1rem;
        width: 2rem;
        height: 2rem;
        border-radius: 50%;
        box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.2);
        color: #333;
        background-color: #fff;
        padding-bottom: 0;
    }

        .product.product-cart .btn-close:hover {
            color: #336699;
        }

        .product.product-cart .btn-close i {
            font-size: 1.2rem;
            font-weight: 600;
            margin: 0;
            line-height: 1.7rem;
        }

.category-dropdown > a {
    background: #fff;
    min-width: 28rem;
    padding: 1.9rem 1.8rem 1.7rem 2rem;
    letter-spacing: -0.025em;
    transition: all 0.3s;
    text-transform: uppercase;
}

    .category-dropdown > a i {
        margin-bottom: 0.1rem;
        font-size: 1.7rem;
        line-height: 0;
    }

    .category-dropdown > a span {
        flex: 1;
        margin-left: 0.7rem;
    }

    .category-dropdown > a::after {
        font-family: "wolmart";
        content: "";
        font-weight: 600;
        font-size: 0.9rem;
    }

    .category-dropdown > a:not(.btn):hover {
        color: #fff;
    }

.category-dropdown:hover > a, .category-dropdown.show > a {
    color: #fff;
    background-color: #336699;
}

.category-dropdown .dropdown-box {
    padding: 0;
    left: 0;
    min-width: 24rem;
    color: #333;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    transition: z-index 0.3s, transform 0.3s;
    visibility: hidden;
    opacity: 0;
    transform: translate3d(0, -1rem, 0);
    top: 100%;
}

.category-dropdown::before, .category-dropdown::after {
    left: 25px;
    transform: translate3d(-50%, 0, 0);
}

.category-dropdown::after {
    border-bottom-color: #f4f4f4;
    visibility: hidden;
    opacity: 0;
    top: calc(100% - 20px);
}

.category-dropdown.menu-fixed .dropdown-box, .category-dropdown.menu-fixed::after {
    visibility: hidden;
    opacity: 0;
}

.category-dropdown.dropdown.show .dropdown-box {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.category-dropdown.dropdown.show .dropdown-box, .category-dropdown.dropdown.show::after {
    visibility: visible;
    opacity: 1;
}

.category-dropdown.has-border .category-toggle {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

.category-dropdown.show-dropdown .dropdown-box {
    border-radius: 0.5rem;
}

    .category-dropdown.show-dropdown .dropdown-box::before {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 1.7rem;
        border: 10px solid transparent;
        border-bottom: 10px solid #f5f5f5;
    }

    .category-dropdown.show-dropdown .dropdown-box .category-menu {
        background-color: #f5f5f5;
        border-radius: 0.5rem;
    }

@media (max-width: 1199px) {
    .category-dropdown > a {
        min-width: 24rem;
    }
}

@media (max-width: 991px) {
    .cart-dropdown .cart-label {
        display: none;
    }
}

@media (max-width: 479px) {
    .cart-dropdown.cart-offcanvas .dropdown-box {
        max-width: 28rem;
    }
}

/*------------------------------------------
    Menu
        - Default
        - Menu(Main Menu)
            - Megamenu
            - Menu Banner
            - Tips

        -Mobile Menu
            - MobileMenuWrapper
            - MobileMenuContainer
            - MobileMenu
            - MobileMenuOverlay
            - MobileMenuCloseButtonn

        - Vertical Menu
        - Category Menu
-----------------------------------------*/
.menu {
    display: flex;
    align-items: center;
}

    .menu a {
        display: inline-block;
        color: inherit;
    }

        .menu a:hover {
            color: #336699;
        }

    .menu .menu-title {
        margin-bottom: 2rem;
        font-size: 1.4rem;
        font-weight: 600;
        line-height: 1;
        letter-spacing: -0.025em;
        text-transform: uppercase;
    }

    .menu .submenu {
        padding: 2rem 0;
        background: #fff;
        font-family: Poppins, sans-serif;
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 1;
        letter-spacing: 0;
        color: #666666;
    }

        .menu .submenu .has-submenu > a::after {
            content: "";
            font-weight: 600;
            font-size: 0.9rem;
            transform: translateY(-50%);
        }

    .menu li {
        position: relative;
        line-height: 1;
    }

        .menu li a {
            padding: 0.7rem 0 0.8rem 0;
        }

        .menu li ul,
        .menu li .megamenu {
            position: absolute;
            top: -9999px;
            left: 100%;
            margin: 0;
            box-shadow: 0 2px 35px rgba(0, 0, 0, 0.1);
            z-index: 1001;
            visibility: hidden;
            opacity: 1;
            transition: transform 0.3s ease-out;
            transform: translate3d(0, -10px, 0);
        }

        .menu li .megamenu {
            padding: 0 1rem;
        }

        .menu li > .submenu {
            min-width: 21.5rem;
        }

            .menu li > .submenu li {
                padding: 0 1.9rem;
            }

        .menu li:hover > .submenu,
        .menu li:hover .megamenu,
        .menu .show > .submenu,
        .menu .show .megamenu {
            visibility: visible;
            top: -2rem;
            transform: translate3d(0, 0, 0);
        }

    .menu > li {
        margin-right: 3rem;
    }

        .menu > li:last-child {
            margin-right: 0;
        }

        .menu > li > a {
            position: relative;
            padding: 1.8rem 0 1.7rem 0;
            font-weight: 600;
            font-size: 1.4rem;
            letter-spacing: -0.009em;
            line-height: 1.1;
            text-transform: capitalize;
        }

            .menu > li > a::after {
                margin-left: 0.6rem;
            }

        .menu > li > .submenu,
        .menu > li .megamenu {
            left: -1.5rem;
        }

        .menu > li:hover > a:not(.menu-title), .menu > li.active > a:not(.menu-title) {
            color: #336699;
        }

        .menu > li:hover > .submenu,
        .menu > li:hover .megamenu, .menu > li.show > .submenu,
        .menu > li.show .megamenu {
            top: 100%;
        }

    .menu .has-submenu > a {
        display: block;
        position: relative;
    }

    .menu > .has-submenu > a::after {
        margin-top: 1px;
        right: -16px;
    }

    .menu.no-arrow > li > a::after {
        content: none;
    }

    .menu .megamenu ul {
        position: static;
        box-shadow: none;
        visibility: visible;
        opacity: 1;
    }

.active-underline > li > a::before {
    content: "";
    position: absolute;
    left: 0;
    margin-top: 17px;
    width: 100%;
    border-top: 3px solid;
    border-color: inherit;
    transform-origin: right center;
    transform: scale(0, 1);
    transition: transform 0.3s ease;
}

.active-underline > li:hover > a::before, .active-underline > li.active > a::before {
    transform-origin: left center;
    transform: scale(1, 1);
}

.has-submenu > a::after {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    line-height: 0;
    vertical-align: middle;
    font-family: "Font Awesome 5 Free";
    font-size: 1rem;
    color: inherit;
    content: "";
}

/* Mega Menu */
.megamenu {
    display: flex;
    min-width: 80rem;
    background: #fff;
}

    .megamenu > li {
        flex: 1;
        padding: 2.7rem 1rem 0;
    }

        .megamenu > li.row:last-child {
            padding: 0 2rem 2rem 0;
        }

    .megamenu ul {
        font-size: 1.4rem;
        font-weight: 400;
        color: #666;
        padding: 0;
        letter-spacing: 0;
    }

        .megamenu ul:last-child {
            margin-bottom: 1rem;
        }

.megamenu-sm {
    min-width: 40rem;
}

/* Menu Baner */
.megamenu .menu-banner {
    height: calc(100% + 2.7rem);
    margin: -2.7rem -1rem 0;
    overflow: hidden;
}

    .megamenu .menu-banner figure {
        height: 100%;
    }

    .megamenu .menu-banner img {
        height: 100%;
        object-fit: cover;
    }

    .megamenu .menu-banner .btn:not(.btn-outline) {
        padding: 0;
        letter-spacing: 0.005em;
    }

.menu-banner1 .banner-content {
    left: 10%;
    bottom: 5%;
}

.menu-banner1 .banner-subtitle {
    font-size: 7.187rem;
    letter-spacing: -0.05em;
    transform: rotateZ(-90deg) translate(2%, -50%);
    margin-bottom: 35px;
}

.menu-banner1 .banner-title {
    position: relative;
    margin-bottom: 1.1rem;
    font-size: 2.4rem;
    letter-spacing: -0.05em;
    line-height: 1.3;
}

    .menu-banner1 .banner-title span {
        display: block;
        font-size: 2.6rem;
        color: #547ca5;
    }

.menu-banner2 .banner-content {
    top: 8%;
    left: 12.7%;
}

.menu-banner2 .banner-price-info {
    font-weight: 500;
}

.menu-banner2 .banner-title {
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 1.4rem;
}

.menu-banner3 .banner-content {
    bottom: 2.8rem;
    left: 12.8%;
}

.menu-banner3 .banner-subtitle {
    font-size: 1.6rem;
}

.menu-banner3 .banner-title {
    margin-bottom: 0.1rem;
    font-size: 2.4rem;
    line-height: 1.25;
}

.menu-banner3 .banner-price-info {
    margin-bottom: 2.3rem;
    font-size: 2rem;
}

.menu-banner4 .banner-content {
    top: 6.9%;
    left: 12.7%;
}

.menu-banner4 .banner-subtitle {
    margin-bottom: 1.1rem;
    font-size: 1.4rem;
    color: #ccc;
}

.menu-banner4 .banner-title {
    margin-bottom: 0.3rem;
    font-size: 2.2rem;
    line-height: 1.1;
}

.menu-banner4 .banner-price-info {
    margin-bottom: 1.6rem;
    font-size: 2.2rem;
}

.menu-banner4 .btn-outline {
    padding: 0.75em 1.45em;
    letter-spacing: 0;
}

    .menu-banner4 .btn-outline:hover, .menu-banner4 .btn-outline:active, .menu-banner4 .btn-outline:focus {
        color: #336699;
        background-color: #fff;
        border-color: #fff;
    }

.menu-banner5 .banner-content {
    margin-top: -0.2rem;
    left: 2rem;
}

    .menu-banner5 .banner-content.text-right {
        right: 2rem;
    }

.menu-banner5 .banner-subtitle {
    font-size: 1.3rem;
    margin-bottom: 0.4rem;
}

.menu-banner5 .banner-title {
    margin-bottom: 1.4rem;
    font-size: 2rem;
}

.menu-banner5 .banner-price-info {
    font-size: 1.3rem;
}

.tip {
    display: inline-block;
    position: relative;
    top: -1px;
    left: 7px;
    padding: 0.3rem 0.5rem 0.2rem;
    border-radius: 0.2rem;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
}

    .tip.tip-new {
        background-color: #336699;
    }

    .tip.tip-hot {
        background-color: #ff9742;
    }

.mobile-menu-wrapper {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2400;
    font-family: Poppins, sans-serif;
    transition: visibility 0.4s;
}

.mobile-menu-container {
    max-width: 296px;
    padding: 2rem 1.5rem;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background: #222;
    box-shadow: 1px 0 5px rgba(0, 0, 0, 0.5);
    transform: translateX(-296px);
    transition: transform 0.4s;
}

    .mobile-menu-container .input-wrapper {
        display: flex;
        margin-bottom: 3rem;
        align-items: center;
    }

        .mobile-menu-container .input-wrapper .form-control {
            min-height: 4rem;
            padding-top: 0.9rem;
            padding-bottom: 0.8rem;
            color: #777;
            border: 1px solid;
            border-color: #333;
            border-right: 0;
            background-color: transparent;
            font-size: 1.2rem;
            border-radius: 0.3rem 0 0 0.3rem;
        }

        .mobile-menu-container .input-wrapper .btn-search {
            padding: 0;
            min-width: 4.8rem;
            background-color: transparent;
            color: #fff;
            font-size: 2rem;
            align-self: stretch;
            border: 1px solid #333;
            border-left: 0;
            border-radius: 0 0.3rem 0.3rem 0;
        }

            .mobile-menu-container .input-wrapper .btn-search i {
                margin: 0 0 0.4rem 0;
            }

    .mobile-menu-container .mobile-menu {
        margin-top: 0.4rem;
        margin-bottom: 0.5rem;
        background: #222;
    }

    .mobile-menu-container .tab-content {
        background-color: transparent;
    }

    .mobile-menu-container .nav {
        border: none;
        flex-wrap: nowrap;
    }

        .mobile-menu-container .nav .nav-item {
            margin: 0;
            width: 50%;
        }

    .mobile-menu-container .nav-link {
        margin-bottom: -2px;
        padding: 1rem;
        font-size: 1.3rem;
        color: #fff;
        border-bottom: 2px solid;
    }

    .mobile-menu-container .nav-item.show .nav-link,
    .mobile-menu-container .nav-item .nav-link.active {
        color: #336699;
        border-color: #336699;
    }

    .mobile-menu-container .nav-item + .nav-item {
        margin-left: 1px;
    }

    .mobile-menu-container.scrollable::-webkit-scrollbar-thumb, .mobile-menu-container .sidebar-content::-webkit-scrollbar-thumb {
        margin-right: 2px;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 7px;
        cursor: pointer;
    }

    .mobile-menu-container .tab-pane {
        font-size: 1.2rem;
        font-weight: 400;
        color: #fff;
    }

.mobile-menu {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.5;
    color: #eeeeee;
    text-transform: capitalize;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.5;
}

    .mobile-menu ul {
        display: none;
        width: 100%;
    }

    .mobile-menu > li a {
        display: flex;
        align-items: center;
    }

        .mobile-menu > li a svg {
            width: 15px;
            height: 15px;
            margin-right: 10px;
            stroke: #fff;
            fill: #fff;
            vertical-align: middle;
            transition: color 0.3s;
        }

    .mobile-menu > li:hover svg, .mobile-menu > li.active svg {
        stroke: #f93;
        fill: #f93;
    }

    .mobile-menu > li:first-child {
        padding-top: 0.5rem;
    }

    .mobile-menu > li:last-child {
        padding-bottom: 0.5rem;
    }

    .mobile-menu li a {
        display: block;
        position: relative;
        padding: 1.2rem 0.6rem 1.2rem 1rem;
        color: inherit;
        transition: color 0.3s;
    }

    .mobile-menu li i {
        display: inline-block;
        margin-top: -0.3rem;
        margin-right: 1rem;
        font-size: 1.8rem;
        line-height: 0;
        vertical-align: middle;
    }

    .mobile-menu li li a {
        padding-left: 2.4rem;
    }

    .mobile-menu li li li a {
        padding-left: 3.6rem;
    }

    .mobile-menu li:not(:last-child) {
        border-bottom: 1px solid #2E3237;
    }

    .mobile-menu li.expanded > a, .mobile-menu li.show > a, .mobile-menu li:hover > a {
        color: #336699;
    }

.mobile-menu-title {
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 600;
    color: #fff;
}

.mobile-menu-overlay {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0;
    transition: opacity 0.4s;
}

.mobile-menu-close {
    position: fixed;
    left: calc(100vw - 35px);
    top: 25px;
    transition: opacity 0.3s;
    opacity: 0;
    z-index: 1;
}

    .mobile-menu-close i {
        font-size: 2.8rem;
        color: #e1e1e1;
    }

.mmenu-active {
    overflow: hidden;
}

    .mmenu-active .mmenu-anim > li, .mmenu-active .mmenu-anim {
        opacity: 1;
        transform: translateY(0);
    }

    .mmenu-active .page-wrapper {
        margin-left: 296px;
        margin-right: -296px;
    }

    .mmenu-active .mobile-menu-wrapper {
        visibility: visible;
    }

    .mmenu-active .mobile-menu-container {
        transform: translateX(0);
    }

    .mmenu-active .mobile-menu-overlay {
        opacity: 0.5;
    }

    .mmenu-active .mobile-menu-close {
        opacity: 1;
    }

.toggle-btn {
    display: block;
    position: absolute;
    padding: 6px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.6;
}

    .toggle-btn::before {
        content: "";
        display: block;
        font-size: 0.8rem;
        font-weight: 600;
        font-family: "wolmart";
        line-height: 1;
        transition: transform 0.5s;
    }

.show > a .toggle-btn::before {
    transform: rotate(630deg);
}

/* Category Menu */
.category-menu {
    padding: 1rem 0;
    background: #fff;
}

    .category-menu i {
        display: inline-block;
        vertical-align: middle;
        line-height: 0;
        margin-right: 0.7rem;
        font-size: 1.7rem;
        width: 1.7rem;
    }

    .category-menu > li > a {
        display: block;
        padding: 1.3rem 1rem;
        text-transform: capitalize;
        font-size: 1.3rem;
        font-weight: 500;
        line-height: 1.1;
        letter-spacing: -0.007em;
        color: #666666;
    }

        .category-menu > li > a::before {
            content: none;
        }

    .category-menu > li:not(:last-child) > a {
        border-bottom: 1px solid #eeeeee;
    }

    .category-menu > li:last-child > a i {
        margin: 0 0 0 0.4rem;
        font-size: 1.2rem;
        font-weight: 600;
    }

    .category-menu li .megamenu {
        padding: 0 0 0 2rem;
    }

    .category-menu li:last-child {
        flex: none;
    }

    .category-menu li:hover > a:not(.menu-title) {
        color: #336699;
    }

        .category-menu li:hover > a:not(.menu-title) i {
            color: inherit;
        }

    .category-menu > .has-submenu:hover > a::after {
        right: 0.5rem;
    }

    .category-menu .megamenu {
        min-width: 68.5rem;
    }

        .category-menu .megamenu > li:not(:last-child) {
            padding: 2.8rem 2rem 0 0rem;
        }

        .category-menu .megamenu .menu-title {
            font-size: 1.4rem;
            margin-bottom: 1.3rem;
        }

        .category-menu .megamenu .divider {
            border: 1px solid #eeeeee;
            border-bottom: 0px;
            margin: 0.5rem 0 2rem;
        }

        .category-menu .megamenu li a:not(.btn) {
            padding-top: 0.8rem;
        }

        .category-menu .megamenu.type2 {
            display: block;
        }

            .category-menu .megamenu.type2 figure {
                text-align: center;
            }

/* Vertical Menu */
.vertical-menu {
    display: block;
    min-width: 24rem;
}

    .vertical-menu i.w-icon-electronics, .vertical-menu i.w-icon-furniture {
        font-size: 1.5rem;
        text-align: center;
    }

    .vertical-menu > li {
        margin-right: 0;
        padding: 0 1rem;
    }

        .vertical-menu > li > ul,
        .vertical-menu > li .megamenu {
            transform: translate3d(-15px, 0, 0);
        }

        .vertical-menu > li > a {
            display: block;
        }

            .vertical-menu > li > a::after {
                content: none;
            }

        .vertical-menu > li:hover > ul,
        .vertical-menu > li:hover .megamenu, .vertical-menu > li.active > ul,
        .vertical-menu > li.active .megamenu {
            left: 100%;
            top: 0rem;
        }

        .vertical-menu > li:first-child:hover > ul,
        .vertical-menu > li:first-child:hover .megamenu, .vertical-menu > li:first-child.active > ul,
        .vertical-menu > li:first-child.active .megamenu {
            top: -1rem;
        }

    .vertical-menu > .has-submenu > a::after {
        content: "";
        position: absolute;
        right: 1rem;
        line-height: 0;
        font-weight: 600;
        font-size: 1.2rem;
        transition: right 0.3s;
    }

/* Horizontal Menu */
.horizontal-menu {
    width: 100%;
    padding: 1rem 3.2rem;
    background-color: #333;
    border-radius: 0.5rem;
    color: #fff;
    overflow-x: auto;
}

    .horizontal-menu > li {
        flex: 1;
        margin-right: 3.05rem;
        text-align: center;
    }

        .horizontal-menu > li:not(:last-child) > a {
            border-bottom: none;
        }

        .horizontal-menu > li > a {
            padding: 0.8rem 1rem;
            font-size: 1.2rem;
            font-weight: 400;
            letter-spacing: 0;
        }

        .horizontal-menu > li:hover i {
            transform: translateY(-0.5rem);
        }

        .horizontal-menu > li:last-child > a i {
            margin: 0 0 0.9rem;
            font-size: 3rem;
            font-weight: 400;
        }

    .horizontal-menu i {
        display: block;
        width: auto;
        height: 3rem;
        margin: 0 0 0.9rem;
        font-size: 3rem;
        line-height: inherit;
        transition: transform 0.3s;
    }

    .horizontal-menu::-webkit-scrollbar {
        width: 7px;
        height: 7px;
    }

    .horizontal-menu::-webkit-scrollbar-thumb {
        background: rgba(255, 255, 255, 0.2);
        border-radius: 10px;
    }

@media (min-width: 1200px) {
    .category-menu .megamenu.type2 {
        min-width: 88rem;
    }
}

@media (max-width: 1199px) {
    .main-nav .menu .megamenu {
        left: -18rem;
    }

    .category-menu .megamenu.type2 {
        min-width: 70rem;
    }
}


/*-------------------------------------
    Footer
        - Footer top
        - Footer middle
        - Footer bottom
        - Copyright
        - Widget newsletter
        - Sticky Footer
--------------------------------------*/
.footer {
    font-family: Poppins, sans-serif;
    font-size: 1.3rem;
    background: #f8f8f8;
}

    .footer a {
        color: #666;
    }

        .footer a:hover, .footer a:active, .footer a.active {
            color: #336699;
        }

    .footer.footer-dark a:hover, .footer.footer-dark a:active, .footer.footer-dark a.active {
        color: #fff;
    }

    .footer p {
        font-size: inherit;
    }

    .footer .category-name {
        font-weight: 600;
        font-size: 1.4rem;
        color: #666;
        line-height: 1;
        letter-spacing: 0;
        padding-right: 2rem;
        margin-bottom: 1rem;
        flex-shrink: 0;
    }

    .footer .category-box {
        flex-wrap: wrap;
        display: inline-flex;
        align-items: center;
    }

        .footer .category-box:not(:last-child) {
            margin-bottom: 1.4rem;
        }

        .footer .category-box a {
            font-weight: normal;
            font-size: 1.3rem;
            letter-spacing: 0;
            color: #666;
            line-height: 1;
            margin-bottom: 1rem;
            position: relative;
        }

            .footer .category-box a:hover, .footer .category-box a:active, .footer .category-box a:focus {
                color: #336699;
            }

            .footer .category-box a:last-child::before {
                width: 100%;
            }

            .footer .category-box a::after {
                content: "";
                display: inline-block;
                width: 1px;
                height: 14px;
                border-left: 1px solid #ccc;
                margin: 0px 0.9rem 0 1rem;
                vertical-align: bottom;
            }

            .footer .category-box a:last-child::after {
                content: none;
            }

    .footer .social-icons-colored .social-icon {
        color: #fff;
    }

.logo-footer, .logo-footer img {
    display: block;
}

.footer-newsletter {
    padding: 2.8rem 0;
}

    .footer-newsletter .icon-box-side {
        justify-content: left;
    }

    .footer-newsletter .icon-box-title {
        margin-bottom: 0.2rem;
        font-size: 1.6rem;
    }

    .footer-newsletter .icon-box-icon {
        margin-right: 2rem;
        margin-bottom: 0.4rem;
    }

        .footer-newsletter .icon-box-icon i {
            font-size: 4.7rem;
        }

    .footer-newsletter .icon-box-content p {
        line-height: 1.6;
    }

    .footer-newsletter .input-wrapper-inline {
        max-width: 100%;
    }

    .footer-newsletter .btn {
        padding: 0.93em 1.85em;
    }

        .footer-newsletter .btn i {
            margin: -0.2rem 0 0 0.9rem;
            font-size: 1.6rem;
        }

.footer-top {
    padding: 6.8rem 0 0.8rem;
    border-bottom: 1px solid #eee;
}

    .footer-top .widget {
        margin-bottom: 4rem;
    }

    .footer-top .widget-title {
        padding: 0 0 0.6rem 0;
        margin-bottom: 2rem;
        font-family: inherit;
        font-size: 1.4rem;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 1;
        text-transform: uppercase;
        color: #333;
        border: none;
        cursor: text;
    }

    .footer-top .widget-body {
        padding: 0;
        color: #666;
    }

        .footer-top .widget-body li {
            line-height: 1.2;
            margin-bottom: 1.5rem;
        }

.footer-middle {
    padding: 4.5rem 0 3.8rem;
    border-bottom: 1px solid #eee;
}

.footer-bottom {
    padding: 3rem 0;
    color: #666;
}

    .footer-bottom,
    .footer-bottom .container,
    .footer-bottom .container-fluid {
        display: flex;
        align-items: center;
    }

        .footer-bottom .footer-left,
        .footer-bottom .footer-right {
            display: flex;
            align-items: center;
        }

        .footer-bottom .footer-right {
            justify-content: flex-end;
            flex: 1;
        }

.footer .widget-about {
    margin-top: 0.2rem;
}

    .footer .widget-about .logo-footer {
        margin-bottom: 1rem;
    }

    .footer .widget-about .widget-about-title {
        line-height: 2.1;
        margin-bottom: 1rem;
        color: #333;
        font-weight: 500;
    }

    .footer .widget-about .widget-about-call {
        display: block;
        color: #333;
        font-size: 1.8rem;
        font-weight: 600;
        line-height: 1;
        margin-bottom: 0.9rem;
    }

        .footer .widget-about .widget-about-call:hover {
            color: #336699;
        }

    .footer .widget-about .widget-about-desc {
        line-height: 2.15;
        margin-bottom: 2.1rem;
        max-width: 28rem;
    }

.footer .copyright {
    font-size: 1.3rem;
    line-height: 1.92;
    margin-bottom: 0;
    text-align: center;
}

.payment img {
    display: block;
}

.payment-label {
    margin-right: 2rem;
}

.sticky-footer {
    display: flex;
    align-items: center;
    padding: 0 4rem;
    background: #fff;
}

    .sticky-footer > * {
        flex: 1;
    }

    .sticky-footer .cart-dropdown {
        position: relative;
    }

        .sticky-footer .cart-dropdown .dropdown-box {
            top: auto;
            bottom: 100%;
            right: 0;
            min-width: 34rem;
            padding: 2rem 3rem 3rem;
            margin-bottom: 2.1rem;
            transform: translateY(20px);
            transition: transform 0.3s, opacity 0.3s, visibility 0.3s;
        }

        .sticky-footer .cart-dropdown:hover .dropdown-box {
            transform: translateY(0);
            opacity: 1;
            visibility: visible;
        }

    .sticky-footer .products {
        border: none;
    }

    .sticky-footer .product-name a {
        padding: 0;
    }

    .sticky-footer .cart-total {
        padding-top: 1rem;
    }

.sticky-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #666;
    margin: 1.4rem 0 1.3rem;
}

    .sticky-link i, .cart-dropdown .sticky-link i {
        font-size: 2.3rem;
        color: #666;
    }

    .sticky-link p {
        margin-top: 0.9rem;
        margin-bottom: 0;
        font-size: 1rem;
        line-height: 1;
        letter-spacing: 0.025em;
        text-transform: uppercase;
    }

    .sticky-link.search-toggle p {
        margin-top: 1rem;
    }

    .sticky-link:hover {
        color: #336699;
    }

        .sticky-link:hover i {
            color: inherit;
        }

.footer-dark {
    background-color: #1a242f;
}

    .footer-dark .footer-top,
    .footer-dark .footer-middle,
    .footer-dark .category-box a::after {
        border-color: #454545;
    }

    .footer-dark a,
    .footer-dark .widget-about .widget-about-title,
    .footer-dark .category-name {
        color: #fff;
    }

    .footer-dark .widget-about .widget-about-call,
    .footer-dark .widget-title {
        color: #fff;
    }

    .footer-dark .copyright {
        font-size: 1.3rem;
        line-height: 1.92;
        margin-bottom: 0;
        text-align: center;
        color: #fff;
    }

    .footer-dark .payment-label {
        color: #fff;
    }

    .footer-dark .widget-about-desc {
        color: #fff;
    }


@media (min-width: 992px) {
    .footer-top .col-lg-3 {
        flex: 0 0 22.22%;
        max-width: 22.22%;
    }
}

@media (min-width: 768px) {
    .sticky-footer {
        display: none;
    }
}

@media (max-width: 991px) {
    .footer-top {
        padding-bottom: 2.7rem;
    }

    .footer-middle .category-box a:first-child {
        margin-left: 0;
    }

    .footer-newsletter .icon-box-side {
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .footer-newsletter .icon-box-icon {
        margin-right: 0;
    }

    .footer-bottom,
    .footer-bottom > .container {
        display: block;
    }

        .footer-bottom .footer-left,
        .footer-bottom .footer-right {
            justify-content: center;
        }

        .footer-bottom .footer-left {
            margin-bottom: 0.2rem;
        }

        .footer-bottom .footer-right {
            flex-direction: column;
        }

        .footer-bottom .payment-label {
            margin: 0 0 1rem 0;
        }
}

@media (max-width: 479px) {
    .sticky-footer {
        padding: 0;
    }

        .sticky-footer .hs-toggle .input-wrapper {
            right: 1rem;
        }

        .sticky-footer .cart-dropdown .dropdown-box {
            min-width: 30rem;
            right: -5.4rem;
        }

    .footer-newsletter .icon-box-side {
        flex-direction: column;
    }

    .footer-newsletter .icon-box-icon {
        margin: 0 0 2rem;
    }

    .footer-newsletter .icon-box-content {
        text-align: center;
    }

    .footer-newsletter .form-control {
        text-align: center;
    }

    .footer-newsletter .input-wrapper-inline {
        display: block;
        text-align: center;
    }

    .footer-newsletter .btn {
        margin-top: 2rem;
    }
}


/*----------------------------------
    About Us
        - Icon Box
        - Timeline
-----------------------------------*/
.about-us .introduce .title {
    margin-bottom: 1.3rem;
    font-size: 4rem;
}

.about-us .introduce p {
    margin-bottom: 4.3rem;
    max-width: 57rem;
}

.about-us .introduce img {
    min-height: 20rem;
}

.about-us .customer-service .card-header {
    font-size: 1.8rem;
}

.about-us .customer-service p {
    font-size: 1.4rem;
    color: #333;
}

.about-us .customer-service img,
.about-us .boost-section img {
    width: 100%;
}

.about-us .customer-service .title,
.about-us .boost-section .title,
.about-us .member-section .title {
    font-size: 3.4rem;
}

.about-us .counter span {
    font-size: 6rem;
    font-weight: 800;
    color: #ccc;
    letter-spacing: -0.05em;
    line-height: 1.54;
}

.about-us .counter .title {
    margin-bottom: 1.2rem;
}

.about-us .owl-dots .owl-dot span {
    background-color: #efefef;
    border-color: #efefef;
}

.about-us .owl-dots .owl-dot.active span {
    width: 1.8rem;
    background-color: #999;
    border-color: #999;
}

.about-us .boost-section {
    background-color: #fafafb;
}

    .about-us .boost-section .title {
        line-height: 1.25;
        margin-bottom: 1.3rem;
    }

    .about-us .boost-section .btn {
        padding: 1.23em 2.35em;
    }

.about-us .awards-wrapper .title {
    font-size: 3rem;
}

.about-us .awards-wrapper img {
    width: auto;
    margin: 0 auto 2rem;
}

.about-us .awards-wrapper p {
    margin-bottom: 0;
    font-size: 2rem;
    color: #333;
    line-height: 1.6;
    letter-spacing: -0.025em;
}

.about-us .member-section figure {
    position: relative;
    max-width: 29.5rem;
    margin: 0 auto 2.5rem;
}

    .about-us .member-section figure:hover .overlay {
        padding-top: 0;
        opacity: 1;
    }

.about-us .member-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 10rem;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 1.3rem;
    opacity: 0;
    border-radius: 1.3rem;
    transition: opacity 0.3s, padding-top 0.3s;
    cursor: pointer;
}

    .about-us .member-section .overlay p {
        margin-bottom: 0;
        text-transform: uppercase;
    }

.about-us .member-section .member-name {
    margin-bottom: 0;
}

.about-us .member-section .social-icon {
    width: 4.6rem;
    height: 4.6rem;
    font-size: 2.4rem;
    line-height: 4.1rem;
    border-color: #fff;
    color: #fff;
}

    .about-us .member-section .social-icon:hover.social-facebook {
        background-color: #1b4f9b;
        border-color: #1b4f9b;
    }

    .about-us .member-section .social-icon:hover.social-twitter {
        background-color: #00adef;
        border-color: #00adef;
    }

    .about-us .member-section .social-icon:hover.social-instagram {
        background-color: #cc0001;
        border-color: #cc0001;
    }

@media (max-width: 991px) {
    .about-us .customer-service .title,
    .about-us .boost-section .title {
        font-size: 2.5rem;
    }
}

@media (max-width: 767px) {
    .about-us .introduce .title {
        font-size: 3rem;
    }
}

.color-accordion-section .accordion-primary .card-body {
    background-color: #f8f8f8;
    padding-bottom: 1.3rem;
}

.icon-accordion-section {
    margin-bottom: 3.7rem;
}


/*--------------------------------------
    Blog Page
---------------------------------------*/
.post-classic .post-details,
.post-grid-type .post-details,
.post-masonry .post-details {
    padding: 1.4rem 2px 2.4rem;
}

.post-content .btn {
    padding-top: 0.3rem;
    text-transform: lowercase;
    font-weight: 400;
    font-size: 1.3rem;
    letter-spacing: -0.025em;
}

    .post-content .btn:hover, .post-content .btn:active, .post-content .btn:focus {
        color: #333;
    }

.post-classic .post-cats,
.post-listing .post-cats,
.post-grid-type .post-cats,
.post-masonry .post-cats {
    margin-bottom: 0.5rem;
}

.post-classic .post-content,
.post-listing .post-content,
.post-grid-type .post-content,
.post-masonry .post-content {
    margin-bottom: 1.5rem;
}

    .post-classic .post-content p,
    .post-listing .post-content p,
    .post-grid-type .post-content p,
    .post-masonry .post-content p {
        display: inline;
        margin-right: 1.1rem;
    }

.post-listing .post-details {
    padding-top: 1rem;
    padding-bottom: 1.2rem;
}

.post-masonry .post-title {
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
}

.blog-filters {
    font-weight: 600;
    justify-content: center;
    color: #333;
    line-height: 1.3;
}

    .blog-filters.nav-filters li {
        margin: 0 1.5rem;
    }

    .blog-filters.filter-underline .nav-filter::after {
        border-top: 3px solid;
        border-bottom: 0;
    }

    .blog-filters .nav-filter.active,
    .blog-filters .nav-filter:hover {
        color: #333;
    }

.post-single .post-details {
    padding: 3.6rem 0 2.6rem;
}

.post-single .post-meta {
    margin-bottom: 0.8rem;
}

.post-single .post-title {
    margin-bottom: 1.9rem;
    white-space: normal;
}

.post-single .post-content p {
    display: block;
    margin-bottom: 1.4rem;
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 1.86;
}

.post-single .post-content a:hover {
    color: #336699;
    text-decoration: underline;
}

.post-single-content .post-single .post-title {
    font-size: 3rem;
}

.post-single-content blockquote {
    padding: 4.2rem 1rem;
    background-color: #f8f8f8;
}

    .post-single-content blockquote i {
        font-size: 3rem;
        color: #336699;
    }

    .post-single-content blockquote p {
        font-size: 2.6rem;
    }

    .post-single-content blockquote cite {
        font-size: 1.2rem;
        font-style: normal;
    }

.post-single-content .tags {
    margin-bottom: 2.6rem;
}

    .post-single-content .tags label {
        font-weight: 500;
    }

.post-single-content .tag {
    margin-right: 0.5rem;
}

.post-single-content .post-author-detail {
    padding: 4rem 4rem;
    background-color: #f8f8f8;
    display: flex;
    align-items: center;
}

.post-single-content .author-media {
    flex: 0 0 10.5rem;
    max-width: 10.5rem;
}

.post-single-content .author-name-wrapper {
    display: flex;
    align-items: center;
}

    .post-single-content .author-name-wrapper span {
        font-size: 1.3rem;
    }

.post-single-content .author-details .author-name {
    white-space: nowrap;
}

.post-single-content .author-details .btn:hover {
    text-decoration: underline;
}

.post-single-content .post-navigation {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 6rem 0 5.2rem;
    border-bottom: 1px solid #eee;
}

    .post-single-content .post-navigation .nav {
        flex: 0 0 50%;
        max-width: 50%;
        font-size: 1.6rem;
    }

        .post-single-content .post-navigation .nav a {
            position: relative;
            display: flex;
            flex-direction: column;
            flex: 0 0 100%;
            max-width: 100%;
            width: 100%;
            font-weight: 600;
            text-transform: uppercase;
            transition: all 0.3s ease;
            color: #333;
            line-height: 1.2;
        }

        .post-single-content .post-navigation .nav .nav-content {
            flex: auto;
            display: inline-block;
            max-width: 100%;
            font-size: 1.5rem;
            font-weight: 400;
            transition: all 0.35s ease;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            margin-top: 1.3rem;
        }

            .post-single-content .post-navigation .nav .nav-content::after {
                display: block;
                content: "";
                width: 100%;
                height: 2px;
                background-color: #333;
                transform: scale(0);
                transition: transform 0.3s;
            }

        .post-single-content .post-navigation .nav i {
            margin-bottom: 0.4rem;
            font-weight: 600;
        }

        .post-single-content .post-navigation .nav:hover .nav-content::after {
            transform: scale(1);
        }

    .post-single-content .post-navigation .nav-prev i {
        margin-right: 1rem;
    }

    .post-single-content .post-navigation .nav-next i {
        margin-left: 1rem;
    }

.post-single-content .btn-underline::after {
    border-top-width: 2px;
}

.post-single-content .title-lg {
    font-size: 2.4rem;
}

.post-single-content .post-details {
    padding-bottom: 2.5rem;
}

.post-single-content .post-title {
    font-size: 1.5rem;
}

.post-single-content .owl-nav {
    top: -3.9rem;
}

    .post-single-content .owl-nav i {
        font-size: 1.6rem;
        font-weight: 600;
    }

    .post-single-content .owl-nav .owl-prev, .post-single-content .owl-nav .owl-next {
        border: none;
    }

        .post-single-content .owl-nav .owl-prev:not(.disabled), .post-single-content .owl-nav .owl-next:not(.disabled) {
            color: #666;
        }

            .post-single-content .owl-nav .owl-prev:not(.disabled):hover, .post-single-content .owl-nav .owl-next:not(.disabled):hover {
                color: #336699;
                background-color: #fff;
            }

    .post-single-content .owl-nav .owl-prev {
        left: -5rem;
    }

    .post-single-content .owl-nav .owl-next {
        right: 0;
    }

.post-single-content .comments {
    padding-bottom: 3.3rem;
    border-bottom: 1px solid #eee;
}

.post-single-content .comment {
    padding: 2rem 0;
    border: none;
}

    .post-single-content .comment:nth-child(2) {
        margin-left: 9rem;
    }

.post-single-content .comment-date {
    font-size: 1.3rem;
    color: #666;
}

.post-single-content .btn-reply {
    text-transform: capitalize;
    font-weight: 400;
}

    .post-single-content .btn-reply:hover, .post-single-content .btn-reply:focus, .post-single-content .btn-reply:active {
        color: #336699;
    }

.post-single-content .form-control {
    font-size: 1.3rem;
    border-radius: 0.3rem;
}

.post-single-content input {
    min-height: 4.4rem;
}

.post-single-content textarea {
    height: 15rem;
    padding: 1.6rem 2rem;
}

.post-single-content .btn-comment i {
    margin-bottom: 0.4rem;
}

.post-slider {
    border-bottom: 1px solid #eee;
}

.post-mask-section {
    padding-bottom: 2.7rem;
}

@media (max-width: 575px) {
    .post-single-content .post-single .post-title {
        font-size: 2rem;
    }

    .post-single-content ul {
        padding-left: 0;
    }

    .post-single-content .post-navigation p {
        display: none;
    }
}

@media (max-width: 479px) {
    .post-single-content .post-author-detail {
        padding-left: 1rem;
        padding-right: 1rem;
    }

        .post-single-content .post-author-detail .author-media {
            max-width: 8rem;
            flex: 0 0 8rem;
        }

    .post-single-content .comment:nth-child(2) {
        margin-left: 4rem;
    }
}


/* Become a Vendor page */
.become-a-vendor img {
    width: 100%;
}

.become-a-vendor .title {
    font-size: 3.4rem;
}

/* Create Store */
.create-store h4 {
    margin-bottom: 1.6rem;
}

.create-store .title {
    margin-bottom: 1.3rem;
    font-size: 4rem;
}

.create-store p {
    margin-bottom: 3.3rem;
}

.create-store .btn {
    margin-bottom: 0.6rem;
    padding: 1.2em 2.44em;
}

@media (min-width: 992px) {
    .create-store .row > div:last-child {
        padding: 0 9rem 0 1.1rem;
    }

    .create-store .title {
        max-width: 47rem;
    }
}

@media (min-width: 768px) {
    .create-store img {
        min-height: 43.5rem;
    }
}
/* How to Trade */
.how-trade h4 {
    margin-bottom: 1.7rem;
}

.how-trade .title {
    margin-bottom: 1.3rem;
    line-height: 1.25;
}

.how-trade .stage-item p {
    margin-left: 1.2rem;
    font-size: 1.6rem;
    line-height: 1.5;
}

.how-trade svg {
    fill: #336699;
    min-width: 6.1rem;
    width: 6.1rem;
    height: 6.1rem;
}

.how-trade img {
    max-height: 52rem;
}

.stage-get .stage-item p {
    margin-left: 0.7rem;
}

/* Few Fees */
.few-fees {
    padding-bottom: 2.3rem;
}

.listing-fee .counter {
    margin: 0 5.8rem 0 auto;
}

.final-fee .counter {
    margin: 0 auto 0 5.8rem;
}

.become-a-vendor .counter {
    max-width: 29rem;
}

    .become-a-vendor .counter span {
        font-size: 9rem;
        font-weight: 800;
        color: #ccc;
        line-height: 1.26;
        letter-spacing: -0.06em;
    }

    .become-a-vendor .counter h4 {
        margin-bottom: 1.2rem;
        font-size: 2rem;
    }

/* Wolmart Sellers */
.become-a-vendor .testimonial-boxed {
    padding-top: 4rem;
    padding-bottom: 3.7rem;
}

    .become-a-vendor .testimonial-boxed blockquote {
        margin-bottom: 1.2rem;
    }

.become-a-vendor .owl-theme .owl-dots .owl-dot span {
    border-color: #999;
    background-color: #999;
}

.become-a-vendor .owl-theme .owl-dots .owl-dot:hover span {
    border-color: #336699;
    background-color: #336699;
}

.become-a-vendor .owl-theme .owl-dots .owl-dot.active span {
    width: 1.8rem;
    background-color: #336699;
    border-color: #336699;
}

.become-a-vendor .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 2.5rem;
}

.wolmart-sellers h4 {
    margin: 4.7rem 0 1.9rem;
}

.wolmart-sellers h2 {
    margin-bottom: 1.4rem;
    line-height: 1.22;
}

.wolmart-sellers p {
    margin-bottom: 2.6rem;
}

/* Questions */
.questions {
    padding-top: 4.7rem;
}

    .questions h4 {
        margin-bottom: 1.8rem;
    }

    .questions .title {
        margin-bottom: 3.8rem;
    }

    .questions p {
        margin-bottom: 4.8rem;
    }

/* Banner */
.become-a-vendor .banner {
    padding: 6.2rem 6.2rem 6.9rem;
}

    .become-a-vendor .banner .banner-content {
        max-width: 60rem;
        margin: 0 auto;
    }

    .become-a-vendor .banner .title {
        margin-bottom: 3.1rem;
        line-height: 1.25;
    }

    .become-a-vendor .banner .btn {
        padding: 1.22em 2.1em;
    }

/* Responsive */
@media (max-width: 991px) {
    .become-a-vendor .title {
        font-size: 2.8rem;
    }

    .questions p {
        margin-bottom: 3rem;
    }
}

@media (max-width: 767px) {
    .few-fees .counter {
        margin: 0 auto;
    }

    .become-a-vendor .banner {
        padding: 5rem 2rem;
    }
}


/*----------------------------
    Element Button Page
        - Page Header
        - Button Section
            - Title
----------------------------*/
.btn-group {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: -2rem;
    margin-top: 0.5rem;
}

    .btn-group .btn-wrap {
        min-width: 16.9rem;
        margin-left: 2rem;
        margin-bottom: 2rem;
        text-align: center;
    }

        .btn-group .btn-wrap .btn:not(.btn-simple) {
            padding-left: 0;
            padding-right: 0;
            width: 100%;
        }

.btn-section {
    margin-bottom: 3.6rem;
}

    .btn-section p {
        position: relative;
        font-size: 1.3rem;
        padding-right: 2rem;
        line-height: 1.9;
    }

        .btn-section p::after {
            content: "";
            position: absolute;
            top: 0.5rem;
            right: 1rem;
            background: #eee;
            height: 44px;
            width: 2px;
        }

    .btn-section .title-line::after {
        position: absolute;
        right: 0;
        width: calc(75% + 1.5rem);
    }

.btn-block-section .btn-group {
    margin-left: -1rem;
    margin-top: 0.6rem;
}

.btn-size-section {
    margin-bottom: 2.6rem;
}

    .btn-size-section .btn-group {
        margin-top: -0.5rem;
    }

    .btn-size-section .btn {
        margin-left: 2rem;
        margin-bottom: 2rem;
    }

    .btn-size-section p::after {
        top: 0.7rem;
    }

.btn-simple-section {
    margin-bottom: 3.2rem;
}

    .btn-simple-section .btn-group {
        margin-top: 1.6rem;
    }

        .btn-simple-section .btn-group .btn-link:not(.btn-underline) {
            padding-bottom: 6px;
        }

        .btn-simple-section .btn-group .btn-wrap {
            min-width: 13.7rem;
        }

            .btn-simple-section .btn-group .btn-wrap .btn {
                width: auto;
            }

.btn-parallax-section {
    padding: 5.6rem 0 4.2rem;
    margin-bottom: 0;
}

    .btn-parallax-section p {
        opacity: 0.4;
    }

        .btn-parallax-section p::after {
            opacity: 0.6;
        }

    .btn-parallax-section .btn-group::before {
        background-color: #484443;
    }

@media (max-width: 991px) {
    .btn-section .title-line::after {
        position: relative;
        margin-left: 3.3rem;
    }

    .btn-section p::after {
        content: none;
    }
}



/* ----------------------------------------
    Element Category Page
------------------------------------------*/
.category-default img {
    min-height: 20rem;
}

.category-default .category-content {
    left: 3rem;
}

.category-default .category-title {
    margin-bottom: 0;
    font-size: 2.2em;
}

.category-default .category-count {
    opacity: 0.6;
    line-height: 1.2;
}

.category-ellipse-section .owl-stage-outer,
.category-classic-section .owl-stage-outer,
.category-icon-section .owl-stage-outer {
    padding: 2rem;
    margin: -2rem;
}

.category-ellipse-section {
    margin-bottom: 5.2rem;
}

.category-classic-section {
    background-color: #f8f8f8;
}

.category-masonry-section {
    padding-bottom: 3.7rem;
}

    .category-masonry-section .category-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, calc( 100% / 4 ));
        margin: -1rem;
    }

        .category-masonry-section .category-grid > * {
            padding: 1rem;
        }

    .category-masonry-section .grid-item1 {
        grid-column-end: span 2;
        grid-row-end: span 2;
    }

    .category-masonry-section .grid-item2 {
        grid-column-end: span 1;
        grid-row-end: span 1;
    }

    .category-masonry-section .grid-item3 {
        grid-column-end: span 1;
        grid-row-end: span 2;
    }

        .category-masonry-section .grid-item3 .category-banner, .category-masonry-section .grid-item3 figure, .category-masonry-section .grid-item3 img {
            height: 100%;
        }

@media (max-width: 991px) and (min-width: 768px) {
    .category-masonry-section .category-grid {
        grid-template-columns: repeat(auto-fill, calc( 100% / 3 ));
    }

    .category-masonry-section .grid-item3 {
        grid-row-start: 1;
        grid-column-start: 3;
        grid-row-end: span 3;
    }
}

@media (max-width: 767px) {
    .category-masonry-section .category-grid {
        grid-template-columns: repeat(auto-fill, calc( 100% / 2 ));
    }
}

@media (max-width: 575px) {
    .page-title {
        font-size: 3rem;
    }

    .page-subtitle {
        font-size: 1.2rem;
    }
}

@media (max-width: 479px) {
    .category-masonry-section .grid-item2, .category-masonry-section .grid-item3 {
        grid-row-end: span 1;
        grid-column-end: span 2;
    }
}


/*-------------------------------
    Cart Page
--------------------------------*/
.cart .cart-summary {
    padding: 2.3rem 3rem 3rem 3rem;
    border: 1px solid #eee;
    border-radius: 4px;
    line-height: 1;
}

    .cart .cart-summary .cart-title {
        margin-bottom: 2.1rem;
        font-size: 2rem;
        letter-spacing: -0.01em;
    }

    .cart .cart-summary label {
        display: block;
    }

    .cart .cart-summary .btn-checkout {
        letter-spacing: 0.025em;
        padding-top: 1.07em;
        padding-bottom: 1.07em;
    }

.cart .form-control {
    width: 100%;
    max-width: 100%;
    border-radius: 3px;
}

.cart .select-box::before {
    font-size: 1.1rem;
    color: #333;
    right: 1rem;
}

.cart .accordion {
    border-bottom: 1px solid #eee;
}

.cart .card-header {
    text-transform: uppercase;
}

    .cart .card-header a {
        padding-left: 0;
        padding-right: 0;
    }

        .cart .card-header a::after {
            right: 0.5rem;
            font-size: 1.4rem;
            color: #333;
        }

.cart .card-body {
    margin-bottom: 2rem;
    padding: 0;
}

.cart .cart-action {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 2rem 0;
}

    .cart .cart-action input {
        border-color: #ccc;
        font-size: 1.4rem;
        font-weight: 600;
        padding-left: 1.3rem;
        max-width: 200px;
    }

    .cart .cart-action .btn {
        margin-bottom: 1rem;
    }

    .cart .cart-action .btn-shopping i {
        font-size: 1.9rem;
    }

    .cart .cart-action .btn-clear,
    .cart .cart-action .btn-update {
        padding: 1em 2em;
        border: 1px solid #ccc;
        background-color: #fff;
        color: #333;
    }

        .cart .cart-action .btn-clear:hover, .cart .cart-action .btn-clear:focus, .cart .cart-action .btn-clear:active,
        .cart .cart-action .btn-update:hover,
        .cart .cart-action .btn-update:focus,
        .cart .cart-action .btn-update:active {
            border-color: #e1e1e1;
            background-color: #e1e1e1;
        }

    .cart .cart-action .btn-clear {
        margin-right: 1rem;
    }

    .cart .cart-action .btn-update.disabled {
        border-color: #eee;
        background-color: #eee;
        color: #666;
        cursor: not-allowed;
    }

.cart .coupon-title {
    font-size: 1.6rem;
}

.cart .coupon .form-control {
    border: none;
    border-bottom: 1px solid #eee;
    border-radius: 0;
}

    .cart .coupon .form-control:focus {
        border-color: #999;
    }

.cart .coupon .btn {
    padding: 1em 2em;
    border-width: 1px;
}

.cart .order-total {
    color: #333;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: -0.025em;
    margin-bottom: 2.5rem;
}

.cart-total {
    text-align: right;
}

    .cart-total table {
        margin-top: -3px;
    }

    .cart-total td, .cart-total th {
        border-top: 1px solid #eee;
        text-transform: uppercase;
    }

.cart-subtotal {
    line-height: 1;
    font-size: 1.6rem;
    color: #333;
    font-weight: 600;
    padding-bottom: 0.8rem;
}

.shipping-methods .shipping-title {
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: -0.025em;
    padding: 1.1rem 0 0.3rem;
}

.shipping-methods .custom-radio {
    line-height: 2.7;
}

    .shipping-methods .custom-radio label {
        letter-spacing: 0;
        padding-left: 2.5rem;
    }

    .shipping-methods .custom-radio .custom-control-label::after {
        color: #ccc;
        padding-top: 1px;
    }

.shipping-destination {
    font-size: 1.5rem;
    margin-bottom: 2.2rem;
}

.shipping-calculator-form .form-group {
    margin-bottom: 1.5rem;
}

    .shipping-calculator-form .form-group .form-control {
        padding-left: 1rem;
        font-size: 1.4rem;
        color: #666;
        border-color: #eee;
    }

.shipping-calculator-form button {
    margin-bottom: 2.5rem;
    border-width: 1px;
}

.shipping-address .form-control,
.shipping-address .select-box {
    background-color: #fff;
    margin-bottom: 2rem;
}

.shipping-address .form-control {
    padding: 1.15rem 1.2rem;
    font-family: Poppins, sans-serif;
    font-size: 1.3rem;
    border-color: #eee;
    color: #999;
}

.shipping-address label {
    color: #333;
    text-transform: uppercase;
}

.shop-table.cart-table th {
    padding: 1rem 0 1.2rem;
    letter-spacing: -0.025em;
}

.shop-table.cart-table .product-price {
    width: 17.3%;
}

.shop-table.cart-table .product-quantity {
    width: 25.7%;
}

.shop-table.cart-table .product-subtotal {
    width: 16%;
}

.shop-table.cart-table .product-name {
    color: #333;
}

.shop-table.cart-table .product-quantity .input-group {
    max-width: 120px;
}

.shop-table.cart-table .btn-close {
    top: -8px;
    right: -7px;
}

.shop-table.cart-table td.product-subtotal {
    font-size: 1.6rem;
    font-weight: 600;
    color: #333;
    letter-spacing: -0.05em;
}

.shop-table.cart-table td.product-price {
    font-weight: 400;
    font-size: 1.6rem;
}

@media (max-width: 767px) {
    .cart-table td.product-subtotal {
        text-align: center;
    }

    .cart-table.shop-table .product-quantity {
        width: auto;
    }

    .cart-table.shop-table .product-subtotal {
        width: auto;
    }
}

@media (max-width: 575px) {
    .cart .breadcrumb {
        justify-content: center;
    }
}



/*------------------------------------
    Checkout Page
-------------------------------------*/
.checkout .shop-breadcrumb {
    margin-bottom: 2.2rem;
}

.checkout .login-toggle,
.checkout .coupon-toggle {
    line-height: 1.1;
}

.checkout .login-toggle {
    margin-bottom: 1.5rem;
}

.checkout .coupon-toggle {
    margin-bottom: 2.8rem;
}

.checkout .show-login:hover,
.checkout .show-coupon:hover {
    text-decoration: underline;
}

.checkout .login-content,
.checkout .coupon-content,
.checkout .checkbox-content {
    display: none;
    margin-bottom: 2.4rem;
    padding: 3rem;
    border: 1px solid #eee;
    border-top-width: 3px;
}

    .checkout .login-content p {
        font-size: 1.3rem;
        margin-bottom: 1.6rem;
    }

    .checkout .login-content .form-group label {
        margin-bottom: 0.2rem;
    }

    .checkout .login-content .form-control {
        margin-bottom: 1.7rem;
    }

    .checkout .login-content .checkbox {
        margin-bottom: 1.7rem;
    }

        .checkout .login-content .checkbox label {
            padding-left: 2.6rem;
        }

        .checkout .login-content .checkbox a {
            color: #336699;
        }

            .checkout .login-content .checkbox a:hover {
                text-decoration: underline;
            }

.checkout .btn-login {
    padding-left: 1.88em;
    padding-right: 1.88em;
    background: #f1f1f1;
    border-color: #f1f1f1;
    color: #333;
}

.checkout .coupon-content {
    padding-bottom: 2rem;
}

    .checkout .coupon-content p {
        margin-bottom: 1.9rem;
        line-height: 1.7;
    }

    .checkout .coupon-content .input-wrapper-inline {
        max-width: 40rem;
    }

.checkout .btn-coupon {
    border-color: #eee;
    background-color: #eee;
    color: #333;
}

    .checkout .btn-login:hover, .checkout .btn-login:active, .checkout .btn-login:focus,
    .checkout .btn-coupon:hover,
    .checkout .btn-coupon:active,
    .checkout .btn-coupon:focus {
        background-color: #336699;
        border-color: #336699;
        color: #fff;
    }

.checkout .form-control {
    margin-bottom: 1.3rem;
    padding-left: 2rem;
    border-radius: 0.3rem;
    font-size: 1.4rem;
}

.checkout .form-group label {
    display: inline-block;
    margin-bottom: 0.1rem;
    line-height: 2.1;
}

.checkout .form-group .select-box::before {
    font-size: 1.1rem;
    right: 1.4rem;
    margin-top: -0.2rem;
    color: #999;
}

.checkout .form-group select {
    padding-left: 1.4rem;
    max-width: 100%;
}

.checkout .custom-checkbox + label {
    padding-left: 2.8rem;
}

.checkout select {
    -webkit-appearance: none;
}

.checkout textarea {
    padding-top: 1.5rem;
    min-height: 13rem;
}

.checkout .order-summary-wrapper {
    padding: 2.5rem 3rem 3rem;
    border: 1px solid #eee;
    border-radius: 3px;
}

    .checkout .order-summary-wrapper > .title {
        margin-bottom: 0.9rem;
        padding-bottom: 0;
    }

.checkout .checkbox-content {
    border: none;
    padding: 0;
}

.checkout .form-control:focus {
    border-color: #999;
}

.order-table tr {
    border-bottom: 1px solid #eee;
}

.order-table th {
    text-align: left;
    padding: 0.9rem 0;
}

.order-table td {
    padding-left: 0;
    padding-right: 0;
}

.order-table b {
    font-size: 1.6rem;
    font-weight: 600;
    color: #333;
    letter-spacing: 0;
    margin-bottom: 0;
}

.order-table td {
    padding-top: 1.5rem;
}

    .order-table td:last-child {
        text-align: right;
    }

.order-table .product-name {
    font-size: 1.4rem;
    font-weight: 400;
}

    .order-table .product-name i {
        font-size: 11px;
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }

.order-table .product-total {
    font-size: 1.4rem;
    letter-spacing: -0.05em;
}

.order-table .shipping-methods .title {
    font-size: 1.5rem;
}

.order-table .cart-subtotal td {
    padding-top: 2rem;
    padding-bottom: 0.9rem;
}

.order-table .order-total th, .order-table .order-total td {
    padding-top: 1.8rem;
    padding-bottom: 1.9rem;
}

.order-summary .payment-methods {
    padding-top: 2.5rem;
    border-bottom: 1px solid #eee;
}

    .order-summary .payment-methods .title {
        font-size: 1.6rem;
    }

.order-summary .card-header a {
    padding: 1rem 2.7rem;
    font-size: 1.4rem;
    color: #666;
    font-weight: 400;
}

    .order-summary .card-header a::before {
        content: "";
        position: absolute;
        left: 0;
        width: 18px;
        height: 18px;
        border: 1px solid #ccd;
        border-radius: 50%;
        transform: translateY(-50%);
    }

    .order-summary .card-header a::after {
        content: "";
        position: absolute;
        left: 5px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #333;
        opacity: 0;
        transition: opacity 0.4s;
    }

    .order-summary .card-header a.collapse::after {
        opacity: 1;
    }

.order-summary .card-body {
    padding: 0 0 1.5rem;
}

    .order-summary .card-body p {
        padding-left: 2.7rem;
        font-size: 1.4rem;
        line-height: 1.7;
        letter-spacing: -0.025em;
    }

.payment-accordion {
    margin-bottom: 1.7rem;
}

.paypal-que {
    position: absolute;
    top: 1rem;
    left: 8rem;
}

    .paypal-que:hover {
        text-decoration: underline;
    }

@media (max-width: 479px) {
    .coupon-content .input-wrapper-inline {
        display: block;
    }
}


/*--------------------------
    Contact US
        - Icon Box
        - Contact Section
            - Contact Us Form
----------------------------*/
.contact-us .icon-box-content .icon-box-title {
    font-size: 1.8rem;
    line-height: 1.3;
    margin-bottom: 0.5rem;
    text-transform: none;
}

.contact-us .icon-box-content p {
    font-size: 1.4rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.contact-us .icon-box .icon-email {
    margin: 0.3rem 0 1.5rem;
}

.contact-us .icon-box .icon-headphone {
    margin-bottom: 2.3rem;
}

.contact-us .icon-box .icon-map-marker {
    margin-bottom: 1.9rem;
}

.contact-us .icon-box .icon-fax {
    margin: 0.4rem 0 2.2rem;
}

.contact-us .icon-box .w-icon-envelop-closed {
    font-size: 5.2rem;
}

.contact-us .icon-box .w-icon-headphone {
    font-size: 4.8rem;
}

.contact-us .icon-box .w-icon-map-marker {
    font-size: 5.1rem;
}

.contact-us .icon-box .w-icon-fax {
    font-size: 4.5rem;
}

.contact-us .description {
    margin-bottom: 4.9rem;
}

.contact-information-section {
    padding-bottom: 0.9rem;
}

.contact-section .card-header {
    font-size: 1.4rem;
    letter-spacing: 0;
}

    .contact-section .card-header a {
        padding-top: 1.5rem;
    }

.contact-us-form .form-group label {
    color: #333;
    line-height: 2;
}

.contact-us-form .form-group .form-control {
    margin-bottom: 1.4rem;
    min-height: 4.6rem;
    border-radius: 0.3rem;
}

.contact-us-form .form-group textarea.form-control {
    margin-bottom: 2.1rem;
}

.contact-google-map {
    background-color: #ddd;
}


/*------------------------
    Coming Soon page
--------------------------*/
.coming-content-wrapper {
    min-height: 100vh;
}

.coming-content {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 1rem;
    font-size: 1rem;
}

    .coming-content .logo {
        display: inline-block;
        margin-bottom: 2.5rem;
    }

    .coming-content .coming-title {
        margin-bottom: 1rem;
        font-size: 8em;
        font-weight: 800;
        color: #fff;
        text-transform: uppercase;
        line-height: 1;
    }

        .coming-content .coming-title span {
            color: #1b1c25;
            -webkit-text-stroke: 1px #f79645;
        }

    .coming-content p {
        color: #999;
        font-size: 1.3rem;
        letter-spacing: 0;
        margin-bottom: 4.5rem;
        max-width: 55rem;
    }

        .coming-content p.copyright {
            font-size: 1.4rem;
        }

    .coming-content .countdown-row {
        display: flex;
        align-items: center;
    }

    .coming-content .countdown-section {
        position: relative;
        letter-spacing: -0.025em;
    }

        .coming-content .countdown-section:not(:first-child) {
            margin-left: 3.5rem;
        }

            .coming-content .countdown-section:not(:first-child) .countdown-amount::before {
                content: ":";
                position: absolute;
                left: -2.2rem;
                color: #999;
                font-size: 3rem;
                top: 50%;
                transform: translateY(-50%);
            }

    .coming-content .countdown-amount {
        display: inline-block;
        position: relative;
        padding: 0.62em 0.583em;
        border-radius: 3px;
        font-size: 3.6em;
        font-weight: 600;
        background-color: #333;
        color: #fff;
        line-height: 1;
        margin-bottom: 0.6rem;
    }

    .coming-content .countdown-period {
        display: block;
        position: absolute;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 1.4rem;
        color: #bbb;
        text-align: center;
    }

    .coming-content .social-icons {
        margin-bottom: 1.4rem;
    }

    .coming-content .social-icon {
        margin-right: 1rem;
    }

.countdown-coming {
    margin-bottom: 6.8rem;
}

.coming-soon-bg {
    min-height: 100vh;
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .coming-soon-bg {
        height: 1px;
    }
}

@media (max-width: 991px) {
    .coming-content {
        flex: auto;
        max-width: 100%;
        padding: 0 2rem;
        font-size: 0.9rem;
        text-align: center;
    }

        .coming-content .countdown-row {
            justify-content: center;
        }

        .coming-content p {
            margin-left: auto;
            margin-right: auto;
        }
}

@media (max-width: 767px) {
    .coming-content {
        font-size: 0.7rem;
    }
}

@media (max-width: 479px) {
    .coming-content {
        font-size: 0.5rem;
    }
}


/*-------------------------
* Compare page
-------------------------*/
.compare-popup {
    position: fixed;
    top: 100%;
    left: 0;
    right: 0;
    padding: 2rem 0;
    background: #fff;
    transition: transform 0.3s;
    z-index: 10000;
}

    .compare-popup .container {
        display: flex;
        align-items: center;
        padding-top: 2.1rem;
        padding-bottom: 3.1rem;
    }

    .compare-popup .btn-clean {
        margin-right: 1.8rem;
        padding: 0;
        border: none;
        text-transform: capitalize;
        font-weight: 400;
    }

        .compare-popup .btn-clean:hover, .compare-popup .btn-clean:active, .compare-popup .btn-clean:focus {
            color: #336699;
            background-color: #fff;
        }

    .compare-popup.show {
        transform: translateY(-99%);
    }

        .compare-popup.show + .compare-popup-overlay {
            opacity: 0.7;
            visibility: visible;
            transition: opacity 0.3s;
        }

.compare-title {
    margin-top: 0.8rem;
}

    .compare-title .title {
        margin-bottom: 0.3rem;
        font-size: 2.4rem;
        font-weight: 700;
        white-space: nowrap;
    }

.compare-product-list {
    display: flex;
    flex: 1;
    justify-content: center;
    margin: 0.9rem 2rem 0;
    padding: 0;
}

    .compare-product-list li {
        position: relative;
        width: 8vw;
        max-width: 138px;
        min-height: 8vw;
    }

        .compare-product-list li:not(:first-child) {
            margin-left: 3rem;
        }

        .compare-product-list li:empty::before {
            content: "+";
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            text-align: center;
            line-height: 5rem;
            font-size: 3rem;
            color: #eee;
            width: 5rem;
            height: 5rem;
            border-radius: 50%;
            box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.12);
        }

        .compare-product-list li::after {
            content: "";
            position: absolute;
            border: 1px solid #eee;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -1;
        }

    .compare-product-list .btn-remove {
        position: absolute;
        padding: 0;
        right: -1rem;
        top: -1rem;
        line-height: 1.2;
        width: 20px;
        height: 20px;
        font-size: 1.5rem;
        border-radius: 50%;
        border: none;
        box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.4);
        overflow: hidden;
    }

        .compare-product-list .btn-remove i {
            font-size: 1.2rem;
            font-weight: 600;
        }

        .compare-product-list .btn-remove:hover, .compare-product-list .btn-remove:active, .compare-product-list .btn-remove:focus {
            background-color: #fff;
        }

.compare-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s, visibility 0.3s;
    z-index: 9999;
}

.compare-table {
    overflow-x: auto;
}

    .compare-table > div:nth-child(2n) .compare-col {
        background-color: #fbfbfb;
    }

    .compare-table .compare-row {
        display: flex;
        flex-wrap: nowrap;
    }

.compare-product .product-media {
    border: 1px solid #f5f5f5;
}

.compare-col {
    padding: 2.5rem 0 2.5rem 2rem;
}

    .compare-col.compare-product {
        text-align: center;
    }

    .compare-col.compare-field {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        text-align: right;
        padding-right: 5rem;
        font-weight: 400;
        color: #999;
    }

    .compare-col.compare-value {
        padding-right: 1rem;
    }

    .compare-col .remove-product {
        margin-bottom: 2.4rem;
        padding: 0;
        border: none;
        color: #333;
    }

        .compare-col .remove-product i {
            font-size: 2.2rem;
        }

        .compare-col .remove-product:hover, .compare-col .remove-product:focus, .compare-col .remove-product:active {
            background-color: transparent;
            color: #336699;
        }

    .compare-col .product-details {
        padding: 1.6rem 0 0.7rem;
    }

    .compare-col .product-price {
        font-size: 1.4rem;
        font-weight: 400;
        letter-spacing: 0;
    }

    .compare-col .new-price {
        margin-right: 0;
        color: #336699;
    }

    .compare-col .old-price {
        color: #999;
    }

.compare-availability .compare-value {
    color: #ffa800;
}

.compare-description ul {
    margin: 0;
    padding: 0;
}

.compare-description li {
    color: #333;
    line-height: 1.6;
}

    .compare-description li::before {
        font-size: 1.4rem;
    }

.compare-rating {
    display: flex;
}

    .compare-rating .ratings-container {
        width: 100%;
        margin-bottom: 0;
        font-size: 1.4rem;
    }

.compare-category .compare-value,
.compare-meta .compare-value,
.compare-size .compare-value,
.compare-brand .compare-value {
    color: #333;
}

.compare-color .swatch {
    vertical-align: middle;
    margin-right: 0.4rem;
    width: 1.5rem;
    height: 1.5rem;
    display: inline-block;
    border-radius: 50%;
}

@media (min-width: 1921px) {
    .compare-product-list li {
        max-height: 15.5rem;
        max-width: none;
    }

        .compare-product-list li figure, .compare-product-list li img {
            height: 100%;
            width: 100%;
        }
}

@media (max-width: 991px) {
    .compare-popup .container {
        flex-wrap: wrap;
        justify-content: center;
        padding-top: 0;
        padding-bottom: 0;
    }

    .compare-product-list {
        flex: 0 0 100%;
        justify-content: center;
        margin: 2rem 0;
    }

        .compare-product-list li {
            width: 18vw;
            min-height: 11rem;
        }
}

@media (max-width: 991) and (min-width: 480px) {
    .compare-title {
        display: flex;
    }
}

@media (max-width: 767px) {
    .compare-col.compare-field {
        max-width: 15rem;
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

@media (max-width: 575px) {
    .compare-product-list li {
        min-height: 6rem;
    }

        .compare-product-list li:not(:first-child) {
            margin-left: 1.5rem;
        }
}

@media (max-width: 479px) {
    .compare-product-list li:empty::before {
        width: 3.5rem;
        height: 3.5rem;
        line-height: 3.5rem;
        font-size: 2rem;
    }
}


/*--------------------------
    Error 404
--------------------------*/
.error-404 {
    padding-top: 14.5rem;
    padding-bottom: 10rem;
    background-color: #f7f7f7;
}

    .error-404 figure {
        margin: 0 auto;
        max-width: 82rem;
    }

    .error-404 .banner-content {
        margin-top: 5.5rem;
    }

    .error-404 .banner-title {
        margin-bottom: 0.8rem;
    }

    .error-404 p {
        margin-bottom: 3.3rem;
    }


/*-----------------------------------
    FAQs
------------------------------------*/
.faq .title {
    letter-spacing: 0.02em;
}

.faq .card-header {
    letter-spacing: -0.0125em;
}

.faq .card-body p {
    letter-spacing: -0.005em;
}

.content-title-section .subtitle {
    font-size: 1.4rem;
    letter-spacing: -0.025em;
    margin-bottom: 0.5rem;
}

.content-title-section .title {
    max-width: 55.5rem;
    margin: 0 auto 0.7rem;
    font-size: 2.4rem;
}

.content-title-section .description {
    margin-bottom: 4.8rem;
    font-size: 1.3rem;
}

.wolmart-icons {
    color: #333;
    font-size: 1.6rem;
    line-height: 2.5;
}

    .wolmart-icons i, .wolmart-icons .icon-name {
        display: inline-block;
        vertical-align: middle;
    }

    .wolmart-icons i {
        margin-right: 0.5rem;
    }

.icon-page .element-section {
    padding-top: 0.7rem;
}


/*---------------------------------------
    Element Instagram Page
---------------------------------------*/
.instagram-masonry-grid .height-x1 {
    height: 240px;
}

.instagram-masonry-grid .height-x2 {
    height: 480px;
}

.instagram-masonry-grid .grid-item {
    padding: 1rem;
}

.instagram-masonry-grid img {
    height: 100%;
    object-fit: cover;
}

.instagram-masonry-grid .instagram {
    height: 100%;
}

@media (max-width: 767px) {
    .instagram-masonry-grid .height-x1 {
        height: 200px;
    }

    .instagram-masonry-grid .height-x2 {
        height: 400px;
    }
}


/*---------------------------------
    My Account Page
----------------------------------*/
.my-account .breadcrumb-nav {
    margin-bottom: 3.2rem;
}

.my-account .tab-vertical .nav {
    width: 24.41%;
    border: none;
}

.my-account .tab-content {
    width: 75.59%;
    padding-left: 1.5rem;
    border: none;
}

.my-account .nav-link,
.my-account .link-item {
    margin-bottom: 0;
    padding: 1.7rem 0 1.6rem;
    font-size: 1.6rem;
    text-transform: none;
    border-bottom: 1px solid #eee;
}

.my-account .link-item {
    font-weight: 600;
    color: #333;
    line-height: 1;
}

    .my-account .link-item a {
        color: inherit;
    }

    .my-account .link-item:hover {
        color: #336699;
    }

.my-account .tab-pane p {
    font-size: 1.4rem;
    line-height: 1.8;
}

.my-account .icon-box.text-center i {
    display: block;
    font-size: 6rem;
    color: #333;
    transition: transform 0.4s;
}

.my-account .text-center .icon-box-icon {
    margin-bottom: 1.9rem;
}

.my-account .icon-box.text-center:hover .icon-box-icon i {
    color: #336699;
    transform: scale(1.1);
}

.my-account .icon-box.text-center:hover p {
    text-decoration: underline;
}

.my-account .icon-box.icon-box-side .icon-orders, .my-account .icon-box.icon-box-side .icon-map-marker {
    margin-right: 1rem;
}

.my-account .icon-box.icon-box-side .w-icon-download {
    font-size: 2.4rem;
}

.my-account .icon-box.icon-box-side .icon-account {
    margin-right: 0.8rem;
}

.my-account .form-control {
    transition: border-color 0.4s;
}

    .my-account .form-control:focus {
        border-color: #336699;
    }

.my-account .icon-box-light {
    display: inline-flex;
}

    .my-account .icon-box-light i {
        font-size: 2.5rem;
        color: #999;
    }

    .my-account .icon-box-light .icon-box-title {
        font-size: 2rem;
    }

.my-account .order:not(th) {
    padding-top: 0.9rem;
}

    .my-account .order:not(th) .order-table {
        padding: 1.1rem 2.9rem 0;
    }

#account-dashboard.tab-pane {
    padding-top: 1.5rem;
}

#account-dashboard p.greeting {
    font-size: 1.6rem;
}

#account-dashboard p a:hover {
    text-decoration: underline;
}

#account-dashboard .icon-box {
    padding: 4rem 2rem;
    border: 1px solid #eee;
    border-radius: 3px;
    transition: all 0.4s;
}

    #account-dashboard .icon-box:hover {
        box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    }

        #account-dashboard .icon-box:hover p {
            color: #336699;
        }

    #account-dashboard .icon-box p {
        margin-bottom: 0;
        font-size: 1.4rem;
        color: #666;
        transition: color;
    }

#account-dashboard .icon-box-title {
    font-size: 1.8rem;
    text-transform: capitalize;
}

#account-downloads.tab-pane {
    padding-top: 0.9rem;
}

#account-downloads .icon-box-side .w-icon-download {
    font-size: 2.5rem;
    margin-top: -0.5rem;
}

#account-downloads .icon-box {
    margin-bottom: 1.4rem;
}

#account-orders.tab-pane {
    padding-top: 0.8rem;
}

#account-orders .icon-box {
    margin-bottom: 1.8rem;
}

#account-orders .account-orders-table th {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

#account-orders .account-orders-table td {
    padding-top: 2.1rem;
    padding-bottom: 2.1rem;
}

#account-orders .account-orders-table .order-id {
    padding-left: 1rem;
    width: 20.77%;
}

#account-orders .account-orders-table .order-date {
    width: 20.1%;
}

#account-orders .account-orders-table .order-status {
    width: 20%;
}

#account-orders .account-orders-table .order-total {
    width: 25.48%;
}

#account-orders .account-orders-table .order-action {
    width: 13.78%;
    padding-right: 1rem;
}

#account-orders .account-orders-table td.order-total {
    letter-spacing: 0;
}

#account-orders .order-action .btn {
    color: #333;
    border-color: #ccc;
    transition: color 0.4s, border-color 0.4s, background-color 0.4s;
}

    #account-orders .order-action .btn:hover {
        background-color: #333;
        border-color: #333;
        color: #fff;
    }

#account-details.tab-pane {
    padding-top: 0.9rem;
}

    #account-details.tab-pane .w-icon-user {
        margin-bottom: 0.3rem;
    }

#account-details .icon-box {
    margin-bottom: 1.4rem;
}

#account-details .account-details-form label {
    color: #666;
    font-size: 1.4rem;
    line-height: 2.3;
}

#account-details .account-details-form .form-control {
    margin-bottom: 1.6rem;
    border-radius: 0.3rem;
    font-size: 1.4rem;
    color: #666;
}

#account-details .account-details-form p {
    font-size: 1.2rem;
    letter-spacing: -0.015em;
    line-height: 2.1;
}

#account-details .card {
    border: 1px solid #eee;
}

#account-details .title-password {
    font-size: 1.8rem;
}

#account-addresses.tab-pane {
    padding-top: 0.8rem;
}

    #account-addresses.tab-pane p {
        margin-bottom: 2.1rem;
        line-height: 1.6;
    }

#account-addresses .title {
    font-size: 1.5rem;
    margin-bottom: 1.7rem;
    padding-bottom: 1.4rem;
}

#account-addresses .title-underline::after {
    background-color: #e5e5e5;
}

#account-addresses address {
    font-style: normal;
}

#account-addresses .address-table th, #account-addresses .address-table td {
    padding: 0.3rem 0;
}

#account-addresses .address-table th {
    font-weight: normal;
    text-align: left;
    width: 100px;
    color: #999;
}

#account-addresses .address-table td {
    color: #333;
}

@media (max-width: 767px) {
    .my-account .tab-vertical .nav-tabs, .my-account .tab-vertical .tab-content {
        width: 100%;
    }

    #account-orders .account-orders-table td {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        word-break: break-all;
    }

    #account-orders .account-orders-table .order-id {
        width: 10%;
        padding-left: 0;
    }

    #account-orders .order-action .btn {
        padding: 0;
        border: none;
        text-align: left;
    }

        #account-orders .order-action .btn:hover, #account-orders .order-action .btn:active, #account-orders .order-action .btn:focus {
            background-color: transparent;
            border: none;
            color: #336699;
        }
}

.login-page .login-popup {
    margin: 4.2rem auto 5rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.login-page .checkbox-round + label::before {
    border-radius: 50%;
    border: 1px solid #ccc;
    background: transparent;
}

.login-page .checkbox-round + label::after {
    content: "";
    width: 0.8rem;
    height: 0.8rem;
    background-color: #333;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    left: 5px;
    opacity: 0;
}

.login-page .checkbox-round.active + label::after {
    opacity: 1;
}

.login-page .login-vendor {
    display: none;
}


/*-------------------------
    Order Page
-------------------------*/
.order .shop-breadcrumb {
    margin-bottom: 2.2rem;
}

.order .order-table {
    padding: 0.6rem 3rem 3rem;
    border: 1px solid #e1e1e1;
    border-collapse: separate;
}

    .order .order-table thead th {
        padding-bottom: 1.7rem;
        font-size: 1.8rem;
    }

    .order .order-table thead th,
    .order .order-table tfoot th,
    .order .order-table tfoot td {
        border-bottom: 1px solid #e1e1e1;
    }

    .order .order-table td {
        border: none;
    }

    .order .order-table tbody td:first-child {
        min-width: 16rem;
        padding-top: 3rem;
        padding-bottom: 0;
    }

    .order .order-table tbody a {
        color: #336699;
    }

        .order .order-table tbody a:hover {
            text-decoration: underline;
        }

    .order .order-table tbody strong {
        color: #333;
    }

    .order .order-table tfoot {
        font-size: 1.6rem;
    }

        .order .order-table tfoot th, .order .order-table tfoot td {
            padding-top: 1.5rem;
            padding-bottom: 1.8rem;
            font-weight: 600;
        }

        .order .order-table tfoot th {
            color: #333;
        }

    .order .order-table .total td {
        font-weight: 700;
        font-size: 2rem;
        color: #333;
    }

.order .alert {
    border: 1px dashed #e5e5e5;
}

    .order .alert i {
        color: #799b5a;
    }

.order .address-table td {
    color: #666 !important;
}

.order #billing-account-addresses {
    border-bottom: 1px solid #e1e1e1;
}

    .order #billing-account-addresses .email td {
        padding-top: 3.5rem;
    }

.order .btn-back {
    padding: 0.85em 1.4em;
}

.order-success {
    padding: 3.6rem 1.5rem;
    border: 2px solid #e1e1e1;
    font-size: 2.4rem;
}

    .order-success i {
        font-size: 28px;
        vertical-align: middle;
        margin-right: 0.8rem;
    }

.order-view {
    padding: 0;
    display: flex;
    align-items: center;
    margin: 3.2rem 0;
}

    .order-view li {
        flex-grow: 1;
        padding: 1rem;
        text-align: center;
        font-size: 1.8rem;
    }

    .order-view strong {
        color: #333;
        display: block;
    }

.order-subtable thead tr {
    border-bottom: 1px solid #e1e1e1;
}

.order-subtable thead th {
    padding-bottom: 2rem;
    font-size: 1.8rem;
    color: #333;
    text-align: left;
    font-weight: 600;
}

.order-subtable td {
    white-space: nowrap;
}

.order-subtable tbody td {
    border: none;
    padding: 1.5rem 0;
}

.order-subtable strong {
    display: block;
    color: #333;
}

.order-subtable .order {
    width: 12.5%;
}

.order-subtable .date {
    width: 21.13%;
}

.order-subtable .status {
    width: 14.11%;
}

.order-subtable .total {
    width: 32%;
    color: #333;
}

.order-subtable .action {
    text-align: right;
}

.order-subtable tbody tr:first-child td {
    padding-top: 3.4rem;
}

.order-subtable tbody .order {
    color: #336699;
}

.order-subtable tbody .btn {
    padding: 0.72em 1.2em;
    color: #333;
    border-color: #eee;
    background-color: #eee;
}

    .order-subtable tbody .btn:hover, .order-subtable tbody .btn:active, .order-subtable tbody .btn:focus {
        color: #fff;
        border-color: #333;
        background-color: #333;
    }

.order-subtable thead th:not(:last-child),
.order-subtable tbody td:not(:last-child) {
    padding-right: 1rem;
}

@media (max-width: 767px) {
    .order-view {
        display: block;
    }

        .order-view li {
            display: flex;
            text-align: left;
        }

        .order-view label {
            max-width: 50%;
            flex: 0 0 50%;
            padding-right: 1rem;
        }
}

@media (max-width: 767px) {
    .order-subtable {
        display: block;
        overflow-x: auto;
        min-width: 100%;
    }
}

@media (max-width: 479px) {
    .order-view li {
        font-size: 1.5rem;
    }

    .order .order-table {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}



/*------------------------------------
    Element Product Page
-------------------------------------*/
.product-list-section {
    margin-bottom: 4.2rem;
}

    .product-list-section .title-link-wrapper .title::after {
        height: 2px;
        background-color: #666;
    }

.product-wrapper.row [class*=col-] {
    margin-bottom: 2rem;
}

.product:not(.product-single) .product-countdown-container {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    white-space: nowrap;
    overflow-x: auto;
    background-color: rgba(34, 34, 34, 0.8);
    color: #fff;
    letter-spacing: -0.025em;
    text-align: center;
    border-radius: 0.3rem;
    padding-left: 0;
    padding-right: 0;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s, visibility 0.3s;
}

.product:not(.product-single) .countdown-row {
    display: flex;
}

.product:not(.product-single) .countdown-section {
    display: inline-flex;
    flex-direction: column;
    flex: 1;
    align-items: center;
    padding: 0.9em 0 0.8em;
}

.product:not(.product-single) .countdown-amount, .product:not(.product-single) .countdown-period {
    display: inline-block;
}

.product:not(.product-single) .countdown-amount {
    font-size: 1.4em;
    font-weight: 700;
    line-height: 1.3;
}

.product:not(.product-single) .countdown-period {
    font-size: 1em;
    font-weight: 500;
    opacity: 0.9;
    letter-spacing: -0.035em;
}

.product:not(.product-single):hover .product-countdown-container {
    opacity: 0;
    visibility: hidden;
}

.product:not(.product-single) .product-list .product-desc {
    margin-bottom: 3.9rem;
    line-height: 1.9;
}

.product-sticky-content .product-list-sm {
    display: none;
    align-items: center;
}

.product-sticky-content .product-media {
    flex: 0 0 8.5rem;
    max-width: 8.5rem;
    height: 8.5rem;
}

    .product-sticky-content .product-media img {
        height: 100%;
    }

.product-sticky-content .product-name {
    font-size: 1.4rem;
}

.product-sticky-content .product-price {
    font-size: 1.6rem;
}

.product-sticky-content .old-price {
    font-size: 1.6rem;
}

.product-sticky-content .product-form.container {
    padding: 0;
}

.product-sticky-content.fixed .product-list-sm {
    display: flex;
    flex: 1;
}

.product-sticky-content.fixed .product-form {
    padding: 2rem;
}

.product-sticky-content.fixed .product-qty-form, .product-sticky-content.fixed .btn-cart {
    margin-bottom: 0;
}

.product-sticky-content.fixed .product-qty-form {
    margin-right: 0.8rem;
    max-width: 14rem;
    flex: 0 0 14rem;
}

    .product-sticky-content.fixed .product-qty-form label {
        display: none;
    }

.product-sticky-content.fixed .btn-cart {
    flex: 1;
    max-width: 21rem;
}

.product-sticky-content.fix-top.fixed .product-form {
    flex-wrap: nowrap;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.product-sticky-content.fix-top.fixed .product-media {
    max-width: 4.4rem;
    flex: 0 0 4.4rem;
    height: 4.4rem;
}

.product-sticky-content.fix-top.fixed .product-name {
    display: none;
}

.product-sticky-content.fix-top.fixed .btn-cart {
    min-width: 14rem;
}

.product-single .col-md-6 .product-bm-wrapper {
    margin-bottom: 0.8rem;
}

.sticky-both-content .product-single {
    margin-top: 0.4rem;
}

.sticky-both-content .product-title {
    margin-bottom: 1.2rem;
    line-height: 1.4;
}

.sticky-both-content .product-color-swatch {
    margin-top: 0.3rem;
}

.sticky-both-content .product-size-swatch {
    flex-wrap: nowrap;
    align-items: flex-start;
}

.product-qty-form.with-label {
    flex: 0 0 21.5rem;
    max-width: 21.5rem;
}

@media (max-width: 1199px) {
    .shop-content .product-list .product-desc {
        margin-bottom: 2rem;
    }
}

@media (max-width: 575px) {
    .shop-content .product-list {
        display: block;
        margin-bottom: 2rem;
    }

        .shop-content .product-list .product-media {
            flex: 0 0 100%;
            max-width: 100%;
            margin: 0 0 2rem 0;
        }
}

@media (max-width: 479px) {
    .product-sticky-content.fix-top.fixed .product-media, .product-sticky-content.fix-top.fixed .product-details {
        display: none;
    }

    .product-sticky-content.fix-top.fixed .btn-cart {
        max-width: none;
    }

    .product-sticky-content.fix-top.fixed .product-form {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .product-sticky-content.fixed .product-list-sm {
        flex: none;
    }
}


/*--------------------------------------------
    Single Product Page
----------------------------------------------*/
.product-gallery {
    display: flex;
    flex-wrap: wrap;
    position: sticky;
}

    .product-gallery.row > * {
        display: flex;
        align-items: center;
    }

    .product-gallery.product-gallery-sticky {
        top: 2rem;
    }

.product-gallery-btn {
    position: absolute;
    padding: 1rem;
    width: 4rem;
    height: 4rem;
    right: 1.5rem;
    bottom: 1.5rem;
    border: 0;
    border-radius: 50%;
    color: #999;
    background: #fff;
    font-size: 2rem;
    line-height: 1;
    opacity: 0.7;
    transition: opacity 0.3s, color 0.3s;
    z-index: 1;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    cursor: pointer;
}

    .product-gallery-btn.product-degree-viewer {
        bottom: 6.5rem;
    }

    .product-gallery-btn.product-video-viewer {
        bottom: 11.5rem;
    }

    .product-gallery-btn:hover {
        opacity: 1;
        color: #333;
    }

.product-sticky-content.fixed {
    background-color: #fff;
}

.bought-together-products > * {
    width: auto;
}

.bought-together-products .product-wrap {
    position: relative;
    flex: 0 0 15.8rem;
    max-width: 15.8rem;
}

    .bought-together-products .product-wrap:not(:first-child) {
        margin-left: 3rem;
    }

        .bought-together-products .product-wrap:not(:first-child) .product-media::before, .bought-together-products .product-wrap:not(:first-child) .product-media::after {
            content: "";
            position: absolute;
            left: -2.5rem;
            top: 50%;
            background-color: #999;
        }

        .bought-together-products .product-wrap:not(:first-child) .product-media::before {
            width: 17px;
            height: 1px;
            transform: translateX(-8px);
        }

        .bought-together-products .product-wrap:not(:first-child) .product-media::after {
            width: 1px;
            height: 17px;
            transform: translateY(-8px);
        }

.bought-together-products .product-details {
    padding: 1.5rem 0.2rem 0;
}

.bought-together-products .product-button {
    position: relative;
    margin: 1.3rem 0 2.5rem 10rem;
}

    .bought-together-products .product-button::before, .bought-together-products .product-button::after {
        content: "";
        position: absolute;
        left: -5rem;
        top: 70px;
        width: 17px;
        height: 1px;
        transform: translateX(-8px);
        background-color: #999;
    }

    .bought-together-products .product-button::before {
        margin-top: -12px;
    }

.bought-together-products .bought-price {
    font-size: 2.4rem;
}

.bought-together-products .bought-count {
    margin-bottom: 2.7rem;
    line-height: 1.3;
}

.bought-together-products .product-media:hover img {
    opacity: 1;
}

.bought-together-products .product-checkbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

    .bought-together-products .product-checkbox label {
        position: static;
        padding-left: 0;
    }

.bought-together-products .custom-checkbox {
    cursor: pointer;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

    .bought-together-products .custom-checkbox + label::before {
        top: 1.5rem;
        left: 1.5rem;
        transform: none;
    }

.product-tabs .nav-item:not(:last-child) {
    margin-right: 4rem;
}

.product-tabs .nav-link {
    padding: 1.5rem 0 1.3rem;
    font-size: 2rem;
    font-weight: 700;
    color: #999;
    text-transform: capitalize;
}

    .product-tabs .nav-link::after {
        border-top: 2px solid transparent;
    }

.product-tabs .nav-tabs .nav-link:hover, .product-tabs .nav-tabs .nav-link.active {
    color: #333;
}

.product-tabs .tab-pane {
    padding: 3.5rem 0 2.7rem;
}

.product-tabs ul {
    font-size: 1.4rem;
    color: #666;
}

.product-tabs .product-video img {
    min-height: 20rem;
}

#product-tab-description .sub-title {
    margin: 0.4rem 0 0.4rem;
    font-size: 1.4rem;
}

    #product-tab-description .sub-title span {
        margin-right: 1.2rem;
    }

#product-tab-description .detail {
    line-height: 1.6;
}

#product-tab-description ul {
    font-size: 1.3rem;
}

#product-tab-description.card-body .col-md-6 {
    margin-bottom: 1.7rem;
}

#product-tab-specification ul li {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0rem 0 1rem;
}

#product-tab-specification ul label {
    flex: 0 0 20rem;
    max-width: 20rem;
    align-self: center;
    z-index: 1;
    color: #333;
}

#product-tab-specification ul p {
    flex: 1;
    margin-bottom: 0;
}

#product-tab-vendor .vendor-banner img {
    min-height: 29.5rem;
    width: 100%;
}

#product-tab-vendor .vendor-user {
    display: flex;
    align-items: center;
    margin-bottom: 1.7rem;
}

#product-tab-vendor .vendor-logo img {
    border: 1px solid #eee;
    border-radius: 5px;
}

#product-tab-vendor .vendor-name {
    margin: 0.3rem 0;
    font-size: 1.8rem;
    font-weight: 600;
    color: #333;
}

    #product-tab-vendor .vendor-name a {
        color: inherit;
    }

#product-tab-vendor .ratings-full {
    margin-right: 0.8rem;
}

#product-tab-vendor .rating-reviews {
    font-size: 1.4rem;
    color: #666;
}

#product-tab-vendor .vendor-info {
    margin-bottom: 3.1rem;
    font-size: 1.4rem;
}

    #product-tab-vendor .vendor-info li {
        display: flex;
        padding: 0.75rem 0;
    }

    #product-tab-vendor .vendor-info label {
        display: inline-block;
        flex: 0 0 12rem;
        max-width: 12rem;
        padding-right: 1rem;
        color: #333;
    }

#product-tab-vendor .store-address {
    font-size: 1.4rem;
    color: #666;
    opacity: 1;
}

#product-tab-vendor .store-phone a {
    color: #333;
}

    #product-tab-vendor .store-phone a:hover {
        color: #336699;
    }

#product-tab-vendor p {
    font-size: 1.4rem;
    line-height: 1.75;
}

#product-tab-description.card-body,
#product-tab-vendor.card-body,
#product-tab-specification.card-body,
#product-tab-reviews.card-body {
    padding-top: 2.2rem;
    padding-bottom: 2rem;
}

.accordion-simple:not(.accordion-icon) .card-header a::after {
    font-size: 1.6rem;
}

@media (min-width: 768px) {
    #product-tab-vendor .pl-md-6 {
        padding-left: 3rem !important;
    }
}

#product-tab-reviews {
    border-bottom-width: 0;
}

    #product-tab-reviews p {
        font-size: 1.4rem;
    }

    #product-tab-reviews .avg-rating-container {
        display: flex;
        align-items: center;
        font-size: 1rem;
        margin-bottom: 0.2rem;
    }

    #product-tab-reviews .avg-mark {
        font-size: 6em;
        font-weight: 600;
        color: #336699;
        letter-spacing: -0.025em;
        line-height: 1;
        margin-bottom: 0;
    }

    #product-tab-reviews .avg-rating {
        margin-left: 1.8rem;
    }

        #product-tab-reviews .avg-rating p {
            font-size: 1.4rem;
            line-height: 1.4;
        }

        #product-tab-reviews .avg-rating .ratings-container {
            margin-bottom: 0.3rem;
        }

        #product-tab-reviews .avg-rating .ratings-full {
            margin-right: 0.8rem;
        }

    #product-tab-reviews .ratings-value {
        margin-bottom: 1.6rem;
        font-size: 1.4rem;
    }

        #product-tab-reviews .ratings-value span:first-child {
            margin-right: 2.1rem;
            font-size: 2.5rem;
        }

        #product-tab-reviews .ratings-value .count {
            margin-left: 0.6rem;
            font-size: 1.2rem;
            color: #aaa;
        }

    #product-tab-reviews .ratings-list .ratings-container {
        margin-bottom: 1.5rem;
    }

    #product-tab-reviews .ratings-list .progress-bar {
        max-width: 20rem;
        margin-left: 1.3rem;
        margin-bottom: 0;
        border-radius: 0.4rem;
    }

        #product-tab-reviews .ratings-list .progress-bar span {
            border-radius: 0.4rem;
        }

    #product-tab-reviews .ratings-list .progress-value {
        margin-left: 2rem;
        min-width: 4rem;
    }

        #product-tab-reviews .ratings-list .progress-value mark {
            font-size: 1.2rem;
            color: #666;
        }

    #product-tab-reviews .title-link {
        font-size: 1.4rem;
    }

    #product-tab-reviews .review-form {
        padding-top: 0.3rem;
    }

        #product-tab-reviews .review-form .form-control {
            min-height: 4rem;
            margin-bottom: 2rem;
            font-family: Poppins, sans-serif;
            font-size: 1.3rem;
            border-color: #eee;
            color: #777;
        }

            #product-tab-reviews .review-form .form-control::placeholder {
                color: inherit;
            }

        #product-tab-reviews .review-form textarea {
            height: 13.3rem;
        }

        #product-tab-reviews .review-form .btn {
            background-color: #454545;
            border-color: #454545;
        }

    #product-tab-reviews .form-group {
        margin: 0.4rem 0 4.1rem;
        font-size: 1.4rem;
    }

        #product-tab-reviews .form-group label {
            padding-left: 2.7rem;
        }

        #product-tab-reviews .form-group .custom-checkbox + label::before {
            top: 0;
            transform: none;
            margin-top: 0.2rem;
        }

    #product-tab-reviews .tab-nav-boxed .nav-item {
        margin: 0 1rem 0.5rem 1rem;
    }

    #product-tab-reviews .tab-nav-boxed .nav-link {
        font-size: 1.3rem;
        font-weight: 600;
        color: #333;
        border-width: 1px;
        padding: 0.9em 1.5em;
        border-radius: 2rem;
    }

        #product-tab-reviews .tab-nav-boxed .nav-link::after {
            content: none;
        }

        #product-tab-reviews .tab-nav-boxed .nav-link:hover, #product-tab-reviews .tab-nav-boxed .nav-link.active {
            color: #336699;
        }

    #product-tab-reviews .tab-nav-boxed .tab-pane {
        padding: 1.5rem 0 0;
    }

.vendor-product-section {
    margin-bottom: 4.2rem;
}

    .vendor-product-section .ratings-container, .related-product-section .ratings-container {
        margin-bottom: 0.3rem;
    }

.product-single .product-countdown-container {
    display: flex;
    margin: -0.7rem 0 1.3rem;
    font-size: 1.5rem;
}

    .product-single .product-countdown-container .countdown-amount {
        font-weight: 700;
        color: #336699;
    }

.description-section .title.title-link::before, .review-section .title.title-link::before {
    height: 0.2rem;
}

aside .service-list {
    padding: 0 2rem;
    border: 1px solid #eee;
}

    aside .service-list > * {
        padding: 1.6rem 0;
    }

        aside .service-list > *:not(:last-child) {
            border-bottom: 1px solid #eee;
        }

    aside .service-list .icon-box svg {
        width: 3rem;
        height: 3rem;
    }

    aside .service-list .icon-box-title {
        font-size: 1.3rem;
        line-height: 1.3;
        letter-spacing: 0;
    }

    aside .service-list p {
        font-size: 1.2rem;
        line-height: 1.2;
    }

aside .sp-sidebar-banner .banner-content {
    top: 9%;
    left: 6.5%;
}

aside .sp-sidebar-banner .banner-title, aside .sp-sidebar-banner .banner-subtitle {
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    margin-bottom: 0.5rem;
}

aside .sp-sidebar-banner span {
    font-size: 2.4rem;
    margin-right: 0.5rem;
}

@media (min-width: 992px) {
    .sticky-both-content .product-details-1 {
        order: -1;
    }
}

.hotspot-banner {
    overflow: visible;
}

.hotspot-product {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 3em;
    height: 3em;
    border-radius: 50%;
    background-color: #fff;
    transition: background-color 0.3s;
}

    .hotspot-product .product {
        position: absolute;
        opacity: 0;
        width: 20em;
        padding: 1rem;
        visibility: hidden;
        background: #fff;
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
        border-radius: 0.5rem;
        overflow: hidden;
        transition: opacity 0.3s, visibility 0.3s, transform 0.3s, z-index 0.3s;
        z-index: -1;
    }

        .hotspot-product .product .product-action-vertical {
            opacity: 1;
            visibility: visible;
        }

    .hotspot-product:hover {
        background-color: #333;
    }

        .hotspot-product:hover .btn-hotspot {
            color: #fff;
        }

        .hotspot-product:hover .product {
            opacity: 1;
            visibility: visible;
            z-index: 1;
        }

    .hotspot-product.hotspot-product-1 {
        left: 22.6%;
        top: 10.9%;
    }

    .hotspot-product.hotspot-product-2 {
        left: 23.8%;
        top: 82%;
    }

    .hotspot-product.hotspot-product-3 {
        left: 71.1%;
        top: 36.1%;
    }

.hotspot-right .product {
    left: 100%;
    top: -6rem;
}

.hotspot-right:hover .product {
    transform: translateX(1rem);
}

.hotspot-top .product {
    bottom: 100%;
    left: -40px;
}

.hotspot-top:hover .product {
    transform: translateY(-1rem);
}

.hotspot-left .product {
    right: 100%;
    top: -60px;
}

.hotspot-left:hover .product {
    transform: translateX(-1rem);
}

.btn-hotspot {
    font-size: 1.2em;
    line-height: 1;
    color: #333;
    transition: color 0.3s;
}

.product-sidebar .widget-products .owl-nav {
    top: -3.4rem;
}

.pswp img {
    border-radius: 0.3rem;
}

@media (min-width: 768px) {
    body.addtocart-fixed .footer {
        padding-bottom: 12.5rem;
    }
}

@media (max-width: 767px) {
    .hotspot-banner {
        font-size: 0.8rem;
    }
}

@media (max-width: 575px) {
    .bought-together-products .product-wrap {
        flex: 0 0 12rem;
        max-width: 12rem;
    }

    .bought-together-products .product-button {
        margin: -1rem 0 3rem 3rem;
    }

        .bought-together-products .product-button::before, .bought-together-products .product-button::after {
            left: -1.5rem;
        }
}

@media (max-width: 479px) {
    .hotspot-banner {
        font-size: 0.6rem;
    }
}

@media (max-width: 375px) {
    #product-tab-specification ul li::before {
        width: calc(44% - 1rem);
    }

    #product-tab-specification ul label {
        flex: 0 0 44%;
        max-width: 44%;
    }
}


/*-----------------------------------------------
    Shop Page
        - Default Shop Banner
        - List
        - Category Wrapper
        - Toolbox
            (toolbox toolbox-left toolbox-right select-box)
        - Toolbox Item
        - Select Menu
        - Selected Items
        - Toolbox Pagination
        - Toolbox Horizontal
        - Toolbox Navigation
------------------------------------------------*/
.shop-default-banner {
    padding: 7.4em 8.7em 7.6em;
}

    .shop-default-banner .banner-subtitle {
        margin-bottom: 0.2rem;
        font-size: 2.8em;
    }

    .shop-default-banner .banner-title {
        margin-bottom: 1.9rem;
        font-size: 4em;
    }

    .shop-default-banner .btn {
        padding: 1.25em 1.98em;
        font-size: 1.4em;
    }

        .shop-default-banner .btn i {
            font-size: 1.7rem;
        }

.shop-boxed-banner {
    padding-left: 4.8em;
    padding-right: 4.8em;
}

    .shop-boxed-banner .banner-subtitle {
        letter-spacing: -0.02em;
    }

.shop-default-brands {
    padding: 0.5rem 0;
}

.shop-default-category {
    border-bottom: 1px solid #eee;
    padding-bottom: 3.5rem;
}

    .shop-default-category .category-name {
        text-transform: capitalize;
        font-size: 1.4rem;
        font-weight: 700;
        letter-spacing: 0;
    }

    .shop-default-category .category-media {
        border: none;
        transition: box-shadow 0.3s, transform 0.3s;
    }

    .shop-default-category .category-ellipse:hover .category-media {
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
        transform: scale(1.1);
    }

    .shop-default-category .category-ellipse:hover .category-name {
        color: #336699;
    }

.product-lists .product-list {
    border-top: 1px solid #eee;
}

    .product-lists .product-list .product-short-desc {
        margin-bottom: 1.5rem;
    }

.product-lists .product-wrap:last-child .product-list {
    margin-bottom: 0;
}

.toolbox,
.toolbox-right,
.toolbox-left,
.toolbox-item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

    .toolbox label,
    .toolbox-right label,
    .toolbox-left label,
    .toolbox-item label {
        font-weight: 600;
        margin-right: 1rem;
        line-height: 1.5;
    }

.toolbox-right {
    margin-left: auto;
}

.toolbox {
    padding-bottom: 1rem;
}

    .toolbox.toolbox-pagination {
        padding: 2.5rem 0;
        border-top: 1px solid #f4f4f4;
    }

    .toolbox > :not(.toolbox-pagination)*:not(:last-child), .toolbox-left > :not(.toolbox-pagination)*:not(:last-child), .toolbox-right > :not(.toolbox-pagination)*:not(:last-child) {
        margin-right: 1rem;
    }

    .toolbox .showing-info {
        font-size: 1.3rem;
        color: #aaa;
    }

        .toolbox .showing-info span {
            margin: 0 0.9rem;
            color: #333;
        }

    .toolbox .select-box {
        color: #333;
    }

        .toolbox .select-box::before {
            font-size: 1.1rem;
            right: 1.2rem;
            margin-top: -0.2rem;
        }

    .toolbox select {
        max-width: none;
        width: 15.4rem;
        padding: 0.75em 2.7rem 0.75em 1.4rem;
        border-radius: 0.3rem;
        cursor: pointer;
        border: 1px solid #d7d7d7;
    }

    .toolbox .toolbox-show select {
        padding-left: 1.3rem;
        padding-right: 2.8rem;
        width: 9.4rem;
    }

    .toolbox .item-found {
        color: #a9a9a9;
        font-size: 1.4rem;
        letter-spacing: 0;
    }

        .toolbox .item-found span {
            color: #333;
            margin-right: 0.4rem;
        }

    .toolbox .left-sidebar-toggle,
    .toolbox .right-sidebar-toggle {
        padding: 0.78em 1.05em;
        font-size: 1.3rem;
    }

        .toolbox .left-sidebar-toggle i,
        .toolbox .right-sidebar-toggle i {
            margin-right: 0.7rem;
            margin-left: 0.3rem;
            font-size: 1.4rem;
        }

    .toolbox .left-sidebar-toggle {
        margin: 0 2rem 1rem 0;
    }

    .toolbox .right-sidebar-toggle {
        margin-left: 2rem;
    }

.toolbox-item {
    margin-bottom: 1rem;
}

.sticky-toolbox.fixed {
    background: #fff;
    padding: 1rem 2rem 0 !important;
}

.selected-items {
    display: none;
}

.toolbox + .selected-items {
    font-size: 1.2rem;
}

.selected-items > * {
    display: inline-block;
    margin: 0 0.8rem 0.5rem 0;
}

.selected-items .filter-clean {
    margin-left: 1.2rem;
}

.selected-item {
    line-height: 1;
    letter-spacing: 0;
    background-color: #f5f5f5;
    color: #666;
    padding: 8px 1rem;
}

    .selected-item i {
        margin-left: 1.1rem;
    }

.toolbox-layout {
    display: flex;
    align-items: center;
    margin-left: 1.9rem;
}

.btn-layout {
    line-height: 1;
    color: #dadada;
    transition: color 0.4s;
}

    .btn-layout + .btn-layout {
        margin-left: 1rem;
    }

    .btn-layout i {
        font-size: 1.9rem;
        color: inherit;
    }

    .btn-layout.active, .btn-layout:hover {
        color: #333;
    }

@media (max-width: 991px) {
    .shop-content .main-content {
        width: 100%;
    }

    .toolbox .sidebar-fixed {
        margin-right: 0;
    }

    .toolbox .sidebar-content {
        display: block;
    }
}

@media (max-width: 767px) {
    .shop-default-banner {
        padding: 5em;
        font-size: 0.9rem;
    }
}

@media (max-width: 575px) {
    .shop-default-banner {
        padding: 4rem 3rem;
        font-size: 0.8rem;
    }

    .toolbox-left label,
    .toolbox-right .toolbox-layout {
        display: none;
    }

    .toolbox-right .toolbox-item.toolbox-show {
        margin-right: 0;
    }

    .toolbox-pagination {
        flex-direction: column;
    }

    .product-lists .product-list {
        border-top: 0;
    }

    .toolbox .left-sidebar-toggle {
        padding: 0.79em 0.83em;
    }

        .toolbox .left-sidebar-toggle i {
            margin: 0;
        }

        .toolbox .left-sidebar-toggle span {
            display: none;
        }
}

@media (max-width: 479px) {
    .shop-default-banner {
        font-size: 0.7rem;
    }

    .sticky-toolbox.fixed {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .toolbox .left-sidebar-toggle {
        margin-right: 1rem;
    }

    .toolbox select {
        max-width: 13.6rem;
    }
}



/*----------------------------------------
    Wishlist Page
----------------------------------------*/
.wishlist-page .wishlist-title {
    margin-bottom: 2.4rem;
    line-height: 1.6;
    letter-spacing: -0.015em;
}

.wishlist-page .social-links {
    margin-bottom: 2.8rem;
    padding: 2.2rem 0;
}

    .wishlist-page .social-links label {
        font-size: 2rem;
        font-weight: 700;
        text-transform: uppercase;
        color: #333;
        margin-right: 1.6rem;
        letter-spacing: -0.01em;
    }

.wishlist-page .social-icon {
    margin-right: 0.8rem;
}

.shop-table {
    text-align: left;
}

    .shop-table tbody {
        border-bottom: 1px solid #eee;
    }

    .shop-table td {
        padding: 2rem 0 2rem 0;
        border-top: 1px solid #eee;
        font-size: 1.4rem;
    }

    .shop-table tbody td:not(:first-child),
    .shop-table thead th:not(:first-child) {
        padding-left: 1rem;
    }

    .shop-table .product-thumbnail {
        width: 11rem;
        padding-right: 1rem;
    }

    .shop-table .product-name {
        white-space: normal;
        word-break: break-word;
    }

    .shop-table .product-thumbnail a {
        position: relative;
    }

    .shop-table th {
        padding: 1.7rem 0 1.3rem;
        font-size: 1.6rem;
        font-weight: 600;
        color: #333;
        text-transform: capitalize;
        line-height: 1.6;
        letter-spacing: 0;
    }

    .shop-table img {
        display: block;
        max-width: 100px;
    }

    .shop-table .product-thumbnail > div {
        display: block;
        max-width: 10rem;
        width: 100%;
    }

    .shop-table .btn-close {
        position: absolute;
        padding: 0;
        background: #fff;
        border: 2px solid #fff;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.4);
        top: -14px;
        right: -8px;
    }

        .shop-table .btn-close i {
            color: #333;
            font-size: 12px;
            font-weight: 600;
            margin-left: 0;
        }

        .shop-table .btn-close:hover {
            background-color: #fff;
        }

            .shop-table .btn-close:hover i {
                color: #336699;
            }

.wishlist-table .new-price {
    color: #333;
}

.wishlist-table .wishlist-in-stock {
    color: #336699;
}

.wishlist-table .wishlist-out-stock {
    color: #f93;
}

.wishlist-table .btn-sm {
    padding: 0.77em 2.07em;
}

.wishlist-table .btn-quickview {
    padding-top: 0.85em;
    padding-bottom: 0.85em;
    border: 1px solid #ccc;
    color: #333;
}

    .wishlist-table .btn-quickview:hover {
        background-color: #e1e1e1;
        border-color: #e1e1e1;
    }

.wishlist-table .product-price {
    width: 15.17%;
}

.wishlist-table .product-stock-status {
    width: 19.84%;
}

.wishlist-table .wishlist-action {
    width: 24.19%;
}

@media (max-width: 767px) {
    .shop-table:not(.account-orders-table) {
        text-align: center;
    }

        .shop-table:not(.account-orders-table) thead {
            display: none;
        }

        .shop-table:not(.account-orders-table) tbody {
            border: 1px solid #eee;
        }

        .shop-table:not(.account-orders-table) tbody, .shop-table:not(.account-orders-table) tr, .shop-table:not(.account-orders-table) td {
            display: block;
        }

        .shop-table:not(.account-orders-table) tr {
            position: relative;
            padding: 4.2rem 2rem 4rem;
        }

            .shop-table:not(.account-orders-table) tr + tr {
                border-top: 1px solid #eee;
            }

        .shop-table:not(.account-orders-table) td {
            padding: 0;
            border: none;
        }

            .shop-table:not(.account-orders-table) td.product-thumbnail,
            .shop-table:not(.account-orders-table) .product-quantity {
                margin-bottom: 1rem;
                width: auto;
            }

            .shop-table:not(.account-orders-table) td.product-thumbnail {
                padding-right: 0;
            }

        .shop-table:not(.account-orders-table) .product-name, .shop-table:not(.account-orders-table) .product-price, .shop-table:not(.account-orders-table) .product-stock-status {
            margin-bottom: 1rem;
        }

        .shop-table:not(.account-orders-table) .product-thumbnail > div, .shop-table:not(.account-orders-table) td {
            margin-left: auto;
            margin-right: auto;
        }

        .shop-table:not(.account-orders-table) .product-thumbnail > div {
            max-width: 30rem;
        }

            .shop-table:not(.account-orders-table) .product-thumbnail > div img {
                max-width: 100%;
            }

        .shop-table:not(.account-orders-table) .product-stock-status,
        .shop-table:not(.account-orders-table) .wishlist-action {
            width: auto;
        }

        .shop-table:not(.account-orders-table) tbody td:not(:first-child),
        .shop-table:not(.account-orders-table) thead th:not(:first-child) {
            padding-left: 0;
        }
}

.vendor-toolbox .toolbox-sort select {
    width: 15.2rem;
    padding: 0.61em 2.5rem 0.61em 1.5rem;
    font-size: 1.4rem;
    border-color: #edecec;
}

.vendor-toolbox .select-box::before {
    right: 1rem;
    margin-top: -0.1rem;
}

.vendor-map-filter {
    display: flex;
    flex-wrap: wrap;
    background: #f5f5f5;
    padding: 2rem 2rem 1rem;
}

    .vendor-map-filter .form-control {
        margin-right: 1rem;
        background: #fff;
        border: none;
        min-height: 4.4rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .vendor-map-filter input {
        width: 58.9rem;
    }

    .vendor-map-filter .select-box::before {
        z-index: 2;
        font-size: 1.2rem;
        right: 2.3rem;
    }

    .vendor-map-filter select {
        min-width: 22rem;
        font-size: 1.4rem;
        color: #333;
    }

        .vendor-map-filter select option {
            font-size: 1.4rem;
        }

    .vendor-map-filter .btn {
        padding: 0.93em 2.97em;
    }

.vendor-filter,
.vendor-filter-left {
    display: flex;
    align-items: center;
}

.vendor-filter {
    padding: 3rem 0 1rem;
    flex-wrap: wrap;
    border-bottom: 1px solid #eee;
}

    .vendor-filter .select-box::before {
        font-weight: 400;
        right: 1.4rem;
        margin-top: -0.1rem;
    }

    .vendor-filter select {
        font-size: 1.3rem;
        border-color: #ccc;
        border-radius: 0.3rem;
        color: #333;
        padding-left: 1.5rem;
        min-width: 19rem;
        max-width: none;
    }

        .vendor-filter select option {
            font-size: 1.4rem;
        }

    .vendor-filter .btn {
        padding: 0.81em 1.4em;
        background-color: #eee;
        border-color: #eee;
        font-size: 1.3rem;
        color: #333;
    }

        .vendor-filter .btn:hover, .vendor-filter .btn:focus, .vendor-filter .btn:active {
            background-color: #dcdcdc;
            border-color: #dcdcdc;
        }

.store-wcmp .store-banner img {
    min-height: 31.8rem;
}

.store-wcmp-banner {
    margin-bottom: 3.5rem;
}

    .store-wcmp-banner .store-media img {
        min-height: 39rem;
    }

.tab-vendor-products.tab-nav-underline .nav-link {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
}

    .tab-vendor-products.tab-nav-underline .nav-link::after {
        border-top-width: 2px;
    }

.tab-vendor-products.tab-nav-underline .nav-item:not(:last-child) {
    margin-right: 1rem;
}

.tab-vendor-products .toolbox {
    padding: 0.7rem 0 1rem;
}

    .tab-vendor-products .toolbox label {
        font-size: 1.4rem;
    }

.tab-vendor-products .comments {
    margin: 0;
    padding: 0;
}

.tab-vendor-products .comment {
    border: none;
    padding-top: 2rem;
    font-size: 1.4rem;
}

    .tab-vendor-products .comment p {
        margin-bottom: 0;
    }

.tab-vendor-products .ratings-container {
    font-size: 1.4rem;
}

    .tab-vendor-products .ratings-container .ratings::before {
        color: #FF7272;
    }

.tab-vendor-products .comment-author {
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
}

.tab-vendor-products .comment-date {
    font-size: 1.4rem;
    color: #666;
}

.review-title {
    font-size: 1.8rem;
}

.widget-search-products .input-wrapper-inline .form-control {
    flex: 0 0 calc(100% - 9.3rem);
    max-width: calc(100% - 9.3rem);
}

.store-wcfm-banner {
    margin-bottom: 2.7rem;
}

    .store-wcfm-banner .store-media img {
        min-height: 46rem;
    }

.widget-coupons .coupon {
    padding: 1.2rem 2rem;
    width: 100%;
    background-color: #f5f5f5;
    border-radius: 3px;
    font-weight: 600;
    display: inline-block;
    border: 1px dashed #666;
}

    .widget-coupons .coupon:hover .coupon-tip {
        opacity: 1;
        visibility: visible;
        transform: translate(-50%, 2rem);
    }

.widget-coupons .coupon-tip {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 15.8rem;
    padding: 0.5rem;
    font-size: 1rem;
    font-weight: 400;
    border: 1px solid #17a2b8;
    background-color: #fff;
    border-radius: 0.5rem;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
    z-index: 1;
}

    .widget-coupons .coupon-tip::before, .widget-coupons .coupon-tip::after {
        position: absolute;
        content: "";
        left: 50%;
        bottom: 100%;
        transform: translateX(-50%);
    }

    .widget-coupons .coupon-tip::after {
        border: 3px solid transparent;
        border-bottom: 7px solid #fff;
    }

    .widget-coupons .coupon-tip::before {
        border: 4px solid transparent;
        border-bottom: 8px solid #17a2b8;
    }

.vendor-sidebar .widget-title i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.5rem;
    margin-top: -0.5rem;
    line-height: 0;
}

    .vendor-sidebar .widget-title i.w-icon-truck {
        font-size: 2rem;
    }

.widget-location .google-map {
    height: 28rem;
    background-color: #ddd;
}

.policies-area {
    margin-bottom: 2.5rem;
    border-bottom: 1px solid #eee;
}

    .policies-area .title {
        font-weight: 600;
        margin-bottom: 3rem;
    }

    .policies-area p {
        padding-bottom: 2.1rem;
    }

.tab-vendor-wcfm .nav-link {
    padding: 1.5rem 0;
    font-size: 1.5rem;
    text-transform: capitalize;
}

.tab-vendor-wcfm .tab-pane {
    padding: 3rem 0;
}

.review-area {
    margin-bottom: 3rem;
    padding: 3rem;
    border: 1px solid #eee;
    border-radius: 0.3rem;
}

    .review-area .form-control {
        margin-bottom: 2.2rem;
        background: #fff url(../../images/vendor/wcfm/write.jpg) no-repeat 10px center;
        min-width: 4.6rem;
        padding-left: 3.5rem;
        color: #777;
    }

    .review-area .btn {
        padding-left: 1.35em;
        padding-right: 1.35em;
        border-color: #eee;
        background-color: #eee;
        color: #333;
    }

        .review-area .btn:hover, .review-area .btn:focus, .review-area .btn:active {
            border-color: #333;
            background-color: #333;
            color: #fff;
        }

.reviewers-picture figure {
    width: 3.6rem;
    height: 3.6rem;
    border: 2px solid #fff;
    border-radius: 50%;
}

    .reviewers-picture figure:not(:first-child) {
        margin-left: -1.5rem;
    }

.reviewer-name {
    font-size: 1.6rem;
}

    .reviewer-name a {
        color: #333;
    }

        .reviewer-name a:hover {
            color: #336699;
        }

.review-ratings {
    display: flex;
    border-bottom: 1px solid #eee;
    padding-bottom: 2.6rem;
    margin-bottom: 3.5rem;
}

    .review-ratings .ratings-container {
        margin-bottom: 1.3rem;
        font-size: 1.4rem;
    }

    .review-ratings .ratings-full {
        margin-right: 0.8rem;
    }

    .review-ratings label {
        white-space: nowrap;
    }

    .review-ratings .review-ratings-right {
        margin-right: 6rem;
    }

.average-rating {
    display: inline-block;
    background: #4e4e4e;
    color: #fff;
    font-size: 2.6rem;
    padding: 0.1rem 1.3rem;
    border-radius: 0.3rem;
    margin-bottom: 0.5rem;
}

.user-wrap {
    display: flex;
}

    .user-wrap .review-ratings {
        display: block;
        margin-right: 1.5rem;
        margin-bottom: 0;
        border: none;
        padding: 0;
    }

.user-photo {
    margin-right: 3.6rem;
}

    .user-photo figure {
        width: 70px;
        margin-bottom: 1.5rem;
    }

    .user-photo label {
        display: block;
        margin-bottom: 0.3rem;
    }

    .user-photo .score {
        background: #666;
        color: #fff;
        padding: 0.1rem 1.2rem;
        border-radius: 0.3rem;
    }

.user-info {
    max-width: 49.4rem;
    margin-right: auto;
    padding-right: 2rem;
}

    .user-info p {
        font-size: 1.4rem;
        line-height: 1.78;
    }

.vendor-wcfm-map .google-map {
    background-color: #ebebeb;
}

.widget-filter .form-control {
    height: 4.6rem;
    max-width: 100%;
    padding-left: 1.5rem;
    border-color: #eee;
    border-radius: 0.3rem;
    font-size: 1.3rem;
    color: #666;
    margin-bottom: 1rem;
}

.widget-filter .widget-body {
    padding: 0.4rem 0 2.3rem;
}

.vendor-sidebar .widget-search-form .widget-body {
    padding: 0 0 3.5rem;
}

.wcfm-toolbox {
    padding-bottom: 1rem;
}

    .wcfm-toolbox select {
        font-size: 1.3rem;
        border-color: #eee;
        width: 24rem;
        max-width: none;
        padding-top: 0.7em;
        padding-bottom: 0.7em;
    }

    .wcfm-toolbox option {
        font-size: 1.3rem;
    }

    .wcfm-toolbox .showing-info {
        color: #333;
        font-weight: 400;
    }

.store-wcfm .store-content {
    max-width: none;
}

.default-section {
    margin-bottom: 1.7rem;
}

    .default-section .owl-theme .owl-nav.disabled + .owl-dots {
        margin-top: -3.5rem;
    }

.vendors-section {
    background-color: #f8f8f8;
}

    .vendors-section .vendor-widget {
        margin-bottom: 0;
    }

.vendor-page-content .owl-nav.disabled + .owl-dots {
    margin-top: 0;
}

.vendor-page-content .owl-dots .owl-dot.active span {
    width: 1.8rem;
}

.vendor-banner-section .owl-stage-outer,
.ultimate-section .owl-stage-outer {
    padding: 2rem 2rem 0 2rem;
    margin: -2rem -2rem 0 -2rem;
}

@media (max-width: 1036px) {
    .store-wcfm .store-footer {
        padding-top: 5rem;
    }

    .store-wcfm .seller-brand {
        right: auto;
        left: 2rem;
        top: -39%;
    }
}

@media (max-width: 991px) {
    .store-wcmp .store-banner img {
        min-height: auto;
        max-height: 20rem;
    }

    .review-area {
        padding: 2rem;
    }

    .default-section {
        margin-bottom: 5rem;
    }
}

@media (max-width: 767px) {
    .review-ratings .review-ratings-right {
        margin-right: 0;
    }

    .user-wrap .review-ratings {
        display: none;
    }

    .user-photo {
        margin-right: 2rem;
    }

    .user-info {
        padding-right: 0;
    }
}

@media (max-width: 575px) {
    .store-list:hover .seller-brand img {
        transform: translateY(-1rem);
    }
}

@media (max-width: 479px) {
    .wcfm-toolbox {
        display: block;
    }

    .review-ratings {
        display: block;
    }

        .review-ratings .ratings-container {
            justify-content: flex-start;
        }

    .average-rating {
        margin-top: 1rem;
    }

    .tab-vendor-products .nav-tabs {
        justify-content: center;
    }

    .vendor-banner-section .owl-stage-outer,
    .ultimate-section .owl-stage-outer {
        padding: 1.5rem 1.5rem 0 1.5rem;
        margin: -1.5rem -1.5rem 0 -1.5rem;
    }
}

.cart-dropdown .products {
    max-height: 100% !important;
    border-bottom: 1px solid #eee;
    padding-bottom: 2.1rem;
}

.select-box select, .select-menu select {
    position: relative;
    max-width: 14.6rem;
    min-height: auto;
    width: 100%;
    padding-left: 9px;
    padding-right: 27px;
    border: 1px solid #e3e3e3;
    color: inherit;
    background-color: transparent;
    font-size: 1.2rem;
    font-family: inherit;
    letter-spacing: inherit;
    z-index: 1;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}


#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.page-header {
    margin-top: 0px !important
}

.footer {
    margin-top: 0px 0px !important;
    padding: 0px !important;
}

.category-image {
    background-color: #5C92C0;
    min-width: 100%;
    min-height: 130px;
    max-width: 100%;
    max-height: 130px;
}

.product-details {
    margin-left: 20px;
}

html, body {
    max-width: 100%;
}

.mobile-menu li.expanded > a, .mobile-menu li.show > a, .mobile-menu li:hover > a {
    color: #ff8c00;
}

.center-block {
    width: 200px
}

.old-price {
    -webkit-text-decoration-line: line-through; /* Safari */
    text-decoration-line: line-through;
    color: darkred !important;
}

@media (max-width: 580px) {
    .rz-g {
        display: block !important;
        flex-wrap: nowrap !important;
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
}



.order-table {
    table-layout: fixed;
    width: 100%;
}

.ms-CommandButton-icon {
    display: inline-grid;
    margin-right: 7px;
    padding-top: 0px;
    position: relative;
    font-size: 16px;
    min-width: 16px;
    height: 100%;
}

.c-green {
    color: #39B54A
}
.effective-discount{
    font-size: 2rem;
}

.payment-methods {
    margin: 10px;
}

.search-autocomplete {
    display: inline-block !important;
    border: 2px solid #336699 !important;
    border-right: none !important;
    color: #666666 !important;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    /* Styles */
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
    /* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
    /* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    /* Styles */
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    /* Styles */
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    /* Styles */
}

/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) {
    /* Styles */
}

/* Large screens ----------- */
@media only screen and (min-width : 1824px) {
    /* Styles */
}

/* iPhone 4 ----------- */
@media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) {
    /* Styles */
}



.ms-SearchBox {
    font-family: Segoe UI WestEuropean,Segoe UI,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    box-shadow: none;
    height: 36px;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    margin-bottom: 10px;
    display: inline-block;
    overflow: hidden;
    background-color: #fff
}

    .ms-SearchBox.is-active {
        z-index: 10
    }

        .ms-SearchBox.is-active .ms-SearchBox-label {
            display: none
        }

        .ms-SearchBox.is-active .ms-SearchBox-clear {
            display: block
        }

    .ms-SearchBox:hover {
        background-color: #deecf9
    }

        .ms-SearchBox:hover .ms-SearchBox-label {
            color: #000
        }

            .ms-SearchBox:hover .ms-SearchBox-label .ms-Icon {
                color: #333
            }

    .ms-SearchBox.is-disabled {
        background-color: #f4f4f4;
        pointer-events: none
    }

        .ms-SearchBox.is-disabled .ms-SearchBox-icon, .ms-SearchBox.is-disabled .ms-SearchBox-label {
            color: #a6a6a6
        }

        .ms-SearchBox.is-disabled .ms-SearchBox-field {
            color: #a6a6a6;
            background-color: transparent;
            border-color: #f4f4f4;
            cursor: default
        }

.ms-SearchBox-clear {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10
}

    .ms-SearchBox-clear .ms-CommandButton-button {
        background-color: #0078d7;
        color: #fff;
        height: 36px
    }

    .ms-SearchBox-clear .ms-CommandButton-icon {
        color: #fff
    }

.ms-SearchBox-icon {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    font-size: 16px;
    width: 16px;
    margin-left: 12px;
    margin-right: 6px;
    color: #0078d7;
    vertical-align: top
}

.ms-SearchBox-field {
    position: relative;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    box-shadow: none;
    border: 1px solid #69afe5;
    outline: 1px solid transparent;
    font-weight: 300;
    font-size: 14px;
    color: #000;
    height: 36px;
    padding: 6px 3px 7px 45px;
    width: 208px;
    background-color: transparent;
    z-index: 5;
    transition: padding-left .167s
}

    .ms-SearchBox-field:focus {
        padding: 6px 32px 7px 10px;
        border-color: #0078d7;
        background-color: #deecf9
    }

    .ms-SearchBox-field::-ms-clear {
        display: none
    }

.ms-SearchBox-label {
    position: absolute;
    top: 0;
    left: 0;
    height: 36px;
    line-height: 36px;
    color: #666
}

.ms-SearchBox.ms-SearchBox--commandBar {
    background-color: #fff;
    width: 208px;
    height: 40px
}

    .ms-SearchBox.ms-SearchBox--commandBar .ms-SearchBox-field, .ms-SearchBox.ms-SearchBox--commandBar .ms-SearchBox-label {
        height: 40px
    }

    .ms-SearchBox.ms-SearchBox--commandBar .ms-SearchBox-field {
        transition: none;
        border: 0
    }

        .ms-SearchBox.ms-SearchBox--commandBar .ms-SearchBox-field:focus {
            background-color: transparent;
            padding: 6px 3px 7px 45px
        }

    .ms-SearchBox.ms-SearchBox--commandBar .ms-SearchBox-clear, .ms-SearchBox.ms-SearchBox--commandBar .ms-SearchBox-exit, .ms-SearchBox.ms-SearchBox--commandBar .ms-SearchBox-filter {
        display: none;
        position: absolute;
        top: 0;
        z-index: 10;
        color: #a6a6a6
    }

        .ms-SearchBox.ms-SearchBox--commandBar .ms-SearchBox-clear .ms-CommandButton-button, .ms-SearchBox.ms-SearchBox--commandBar .ms-SearchBox-exit .ms-CommandButton-button, .ms-SearchBox.ms-SearchBox--commandBar .ms-SearchBox-filter .ms-CommandButton-button {
            height: 40px;
            background-color: transparent
        }

    .ms-SearchBox.ms-SearchBox--commandBar .ms-SearchBox-clear, .ms-SearchBox.ms-SearchBox--commandBar .ms-SearchBox-filter {
        right: 8px
    }

        .ms-SearchBox.ms-SearchBox--commandBar .ms-SearchBox-filter .ms-CommandButton-icon {
            color: #0078d7
        }

    .ms-SearchBox.ms-SearchBox--commandBar:before {
        position: absolute;
        content: " ";
        right: 0;
        bottom: 0;
        left: 0;
        margin: 0 8px;
        border-bottom: 1px solid #eaeaea
    }

    .ms-SearchBox.ms-SearchBox--commandBar:hover {
        background-color: #fff
    }

        .ms-SearchBox.ms-SearchBox--commandBar:hover .ms-SearchBox-label {
            color: #212121
        }

        .ms-SearchBox.ms-SearchBox--commandBar:hover .ms-SearchBox-icon {
            color: #0078d7
        }

    .ms-SearchBox.ms-SearchBox--commandBar:focus {
        background-color: transparent
    }

    .ms-SearchBox.ms-SearchBox--commandBar.is-active .ms-CommandButton .ms-SearchBox-exit, .ms-SearchBox.ms-SearchBox--commandBar.is-active .ms-CommandButton .ms-SearchBox-filter {
        display: block
    }

    .ms-SearchBox.ms-SearchBox--commandBar.is-collapsed {
        width: 50px;
        min-height: 40px;
        z-index: 0;
        background-color: #f4f4f4
    }

        .ms-SearchBox.ms-SearchBox--commandBar.is-collapsed .ms-SearchBox-text {
            display: none
        }

        .ms-SearchBox.ms-SearchBox--commandBar.is-collapsed .ms-SearchBox-field {
            cursor: pointer;
            width: calc(100% - 50px)
        }

        .ms-SearchBox.ms-SearchBox--commandBar.is-collapsed:before {
            visibility: hidden
        }

        .ms-SearchBox.ms-SearchBox--commandBar.is-collapsed.is-active {
            width: 100%
        }

            .ms-SearchBox.ms-SearchBox--commandBar.is-collapsed.is-active .ms-SearchBox-field {
                display: block;
                cursor: text
            }

            .ms-SearchBox.ms-SearchBox--commandBar.is-collapsed.is-active .ms-SearchBox-text {
                display: inline-block
            }

@media only screen and (max-width: 639px) {
    .ms-SearchBox.ms-SearchBox--commandBar.is-collapsed.is-active {
        width: 100%
    }

        .ms-SearchBox.ms-SearchBox--commandBar.is-collapsed.is-active .ms-SearchBox-clear {
            display: inline-block;
            right: 58px
        }

        .ms-SearchBox.ms-SearchBox--commandBar.is-collapsed.is-active .ms-SearchBox-filter {
            display: inline-block
        }

        .ms-SearchBox.ms-SearchBox--commandBar.is-collapsed.is-active.is-animated {
            transition: width .167s cubic-bezier(.1,.9,.2,1)
        }
}

.ms-SearchBox.ms-SearchBox--commandBar.is-collapsed.is-active:before {
    visibility: visible
}

.ms-SearchBox.ms-SearchBox--commandBar.has-text .ms-SearchBox-clear {
    display: inline-block
}

    .ms-SearchBox.ms-SearchBox--commandBar.has-text .ms-SearchBox-clear .ms-CommandButton-icon {
        color: #a6a6a6
    }

        .ms-SearchBox.ms-SearchBox--commandBar.has-text .ms-SearchBox-clear .ms-CommandButton-icon:active {
            color: #0078d7
        }

@media only screen and (min-width: 1024px) {
    .ms-SearchBox.ms-SearchBox--commandBar {
        background-color: #fff;
        border-right: 1px solid #eaeaea
    }
}

@media only screen and (max-width: 639px) {
    .ms-SearchBox.ms-SearchBox--commandBar {
        height: 44px
    }

        .ms-SearchBox.ms-SearchBox--commandBar .ms-SearchBox-exit, .ms-SearchBox.ms-SearchBox--commandBar .ms-SearchBox-field, .ms-SearchBox.ms-SearchBox--commandBar .ms-SearchBox-icon, .ms-SearchBox.ms-SearchBox--commandBar .ms-SearchBox-label {
            height: 44px;
            line-height: 44px
        }

        .ms-SearchBox.ms-SearchBox--commandBar .ms-SearchBox-clear, .ms-SearchBox.ms-SearchBox--commandBar .ms-SearchBox-exit, .ms-SearchBox.ms-SearchBox--commandBar .ms-SearchBox-filter, .ms-SearchBox.ms-SearchBox--commandBar .ms-SearchBox-icon {
            font-size: 20px
        }

            .ms-SearchBox.ms-SearchBox--commandBar .ms-SearchBox-clear .ms-CommandButton-button, .ms-SearchBox.ms-SearchBox--commandBar .ms-SearchBox-exit .ms-CommandButton-button, .ms-SearchBox.ms-SearchBox--commandBar .ms-SearchBox-filter .ms-CommandButton-button, .ms-SearchBox.ms-SearchBox--commandBar .ms-SearchBox-icon .ms-CommandButton-button {
                height: 44px
            }

        .ms-SearchBox.ms-SearchBox--commandBar .ms-SearchBox-field, .ms-SearchBox.ms-SearchBox--commandBar .ms-SearchBox-label {
            font-size: 16px
        }
}

.ms-SearchBox.ms-SearchBox--commandBar.is-active {
    background-color: #fff
}

    .ms-SearchBox.ms-SearchBox--commandBar.is-active .ms-SearchBox-label {
        display: block;
        line-height: 40px;
        height: 40px
    }

        .ms-SearchBox.ms-SearchBox--commandBar.is-active .ms-SearchBox-label .ms-SearchBox-text {
            display: none
        }

    .ms-SearchBox.ms-SearchBox--commandBar.is-active:before {
        visibility: visible
    }

@media only screen and (max-width: 639px) {
    .ms-SearchBox.ms-SearchBox--commandBar.is-active .ms-SearchBox-field {
        width: 100%;
        padding-right: 100px
    }

    .ms-SearchBox.ms-SearchBox--commandBar.is-active .ms-SearchBox-icon {
        display: none
    }

    .ms-SearchBox.ms-SearchBox--commandBar.is-active .ms-SearchBox-exit {
        display: inline-block
    }

    .ms-SearchBox.ms-SearchBox--commandBar.is-active.has-text .ms-SearchBox-filter .ms-CommandButton-icon {
        color: #a6a6a6
    }
}


.ms-CommandBar {
    font-family: Segoe UI WestEuropean,Segoe UI,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif;
    -webkit-font-smoothing: antialiased;
    background-color: #f4f4f4;
    height: 40px;
    white-space: nowrap;
    padding-left: 0;
    border: 0;
    position: relative
}

    .ms-CommandBar:focus {
        outline: none
    }

    .ms-CommandBar .ms-CommandButton--actionButton {
        border-right: 1px solid #eaeaea
    }

    .ms-CommandBar .ms-Button {
        height: 100%
    }

        .ms-CommandBar .ms-Button.ms-Button--noLabel .ms-Button-icon {
            padding-right: 0
        }

        .ms-CommandBar .ms-Button.is-hidden {
            display: none
        }

    .ms-CommandBar .ms-SearchBox, .ms-CommandBar .ms-SearchBox-field, .ms-CommandBar .ms-SearchBox-label {
        height: 100%
    }

    .ms-CommandBar .ms-SearchBox {
        display: inline-block;
        vertical-align: top;
        transition: margin-right .267s
    }

        .ms-CommandBar .ms-SearchBox.ms-SearchBox--commandBar.is-collapsed.is-active {
            width: 220px
        }

@media only screen and (max-width: 639px) {
    .ms-CommandBar .ms-SearchBox.ms-SearchBox--commandBar.is-collapsed.is-active {
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        z-index: 10
    }
}

.ms-CommandBar .ms-CommandBar-overflowButton .ms-CommandButton-button {
    font-size: 18px;
    padding: 0 11px
}

@media only screen and (min-width: 1024px) {
    .ms-CommandBar .ms-SearchBox {
        margin-right: 24px
    }
}

@media only screen and (max-width: 639px) {
    .ms-CommandBar {
        height: 44px
    }
}

@media only screen and (min-width: 640px) {
    .ms-CommandBar.search-expanded .ms-SearchBox {
        margin-right: 8px
    }

    .ms-CommandBar .ms-SearchBox.ms-SearchBox--commandBar.is-collapsed {
        transition: none
    }
}

.ms-CommandBar-mainArea {
    overflow-x: hidden;
    display: block;
    height: 100%;
    overflow: hidden
}

.ms-CommandBar-sideCommands {
    float: right;
    text-align: right;
    width: auto;
    padding-right: 4px;
    height: 100%
}

    .ms-CommandBar-sideCommands .ms-Button:last-child {
        margin-right: 0
    }

@media only screen and (min-width: 640px) {
    .ms-CommandBar-sideCommands {
        min-width: 128px
    }
}

@media only screen and (min-width: 1024px) {
    .ms-CommandBar-sideCommands {
        padding-right: 20px
    }
}

.ms-CommandButton {
    font-family: Segoe UI WestEuropean,Segoe UI,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    position: relative;
    vertical-align: top
}

    .ms-CommandButton.is-hidden {
        display: none
    }

    .ms-CommandButton.is-disabled .ms-CommandButton-button, .ms-CommandButton:disabled .ms-CommandButton-button {
        cursor: default
    }

        .ms-CommandButton.is-disabled .ms-CommandButton-button:hover, .ms-CommandButton:disabled .ms-CommandButton-button:hover {
            background-color: #eff6fc
        }

        .ms-CommandButton.is-disabled .ms-CommandButton-button .ms-CommandButton-icon, .ms-CommandButton.is-disabled .ms-CommandButton-button .ms-CommandButton-label, .ms-CommandButton:disabled .ms-CommandButton-button .ms-CommandButton-icon, .ms-CommandButton:disabled .ms-CommandButton-button .ms-CommandButton-label {
            color: #a6a6a6
        }

    .ms-CommandButton .ms-ContextualMenu {
        display: none
    }

.ms-CommandButton-button, .ms-CommandButton-splitIcon {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    box-shadow: none;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    outline: 1px solid transparent;
    padding: 0 8px;
    position: relative;
    vertical-align: top;
    background: transparent
}

    .ms-CommandButton-button:hover, .ms-CommandButton-splitIcon:hover {
        background-color: #eaeaea
    }

        .ms-CommandButton-button:hover .ms-CommandButton-label, .ms-CommandButton-splitIcon:hover .ms-CommandButton-label {
            color: #212121
        }

    .ms-CommandButton-button:active, .ms-CommandButton-splitIcon:active {
        background-color: #eaeaea
    }

    .ms-CommandButton-button:focus:before, .ms-CommandButton-splitIcon:focus:before {
        top: 3px;
        left: 3px;
        right: 3px;
        bottom: 3px;
        border: 1px solid #333;
        position: absolute;
        z-index: 10;
        content: "";
        outline: none
    }

    .ms-CommandButton-button:focus, .ms-CommandButton-splitIcon:focus {
        outline: 0
    }

@media only screen and (max-width: 639px) {
    .ms-CommandButton-button, .ms-CommandButton-splitIcon {
        height: 44px
    }

        .ms-CommandButton-button .ms-CommandButton-icon, .ms-CommandButton-splitIcon .ms-CommandButton-icon {
            font-size: 20px
        }

        .ms-CommandButton-button .ms-CommandButton-label, .ms-CommandButton-splitIcon .ms-CommandButton-label {
            line-height: 44px
        }
}

.ms-CommandButton-button {
    border: 0;
    margin: 0
}

.ms-CommandButton + .ms-CommandButton {
    margin-left: 8px
}

@media only screen and (max-width: 639px) {
    .ms-CommandButton + .ms-CommandButton {
        margin-left: 4px
    }
}

.ms-CommandButton-icon {
    display: inline-block;
    margin-right: 8px;
    position: relative;
    font-size: 16px;
    min-width: 16px;
    height: 100%
}

    .ms-CommandButton-icon .ms-Icon {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%)
    }

.ms-CommandButton-label {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    line-height: 40px;
    height: 100%;
    display: inline-block;
    vertical-align: top
}

    .ms-CommandButton-label:hover {
        color: #212121
    }

.ms-CommandButton-dropdownIcon, .ms-CommandButton-splitIcon {
    display: inline-block;
    position: relative;
    color: #333;
    font-size: 12px;
    font-weight: 300;
    min-width: 12px;
    height: 100%;
    vertical-align: top;
    margin-left: 8px
}

    .ms-CommandButton-dropdownIcon .ms-Icon, .ms-CommandButton-splitIcon .ms-Icon {
        line-height: normal;
        padding-top: 16px
    }

    .ms-CommandButton-dropdownIcon:focus:before, .ms-CommandButton-splitIcon:focus:before {
        top: 3px;
        left: 3px;
        right: 3px;
        bottom: 3px;
        border: 1px solid #333;
        position: absolute;
        z-index: 10;
        content: "";
        outline: none
    }

@media only screen and (max-width: 639px) {
    .ms-CommandButton-dropdownIcon, .ms-CommandButton-splitIcon {
        display: none
    }
}

.ms-CommandButton-splitIcon {
    margin-left: -2px;
    width: 27px;
    border: 0
}

    .ms-CommandButton-splitIcon .ms-Icon {
        margin-left: -1px;
        position: relative;
        padding-top: 16px
    }

        .ms-CommandButton-splitIcon .ms-Icon:after {
            position: absolute;
            content: " ";
            width: 1px;
            height: 16px;
            top: 12px;
            left: -8px;
            border-left: 1px solid #c8c8c8
        }

.ms-CommandButton.ms-CommandButton--noLabel .ms-CommandButton-icon {
    margin-right: 0
}

.ms-CommandButton.ms-CommandButton--noLabel .ms-CommandButton-label {
    display: none
}

.ms-CommandButton.ms-CommandButton--noLabel .ms-CommandButton-button {
    padding: 0 12px
}

.ms-CommandButton.ms-CommandButton--inline .ms-CommandButton-button {
    background: none
}

.ms-CommandButton.ms-CommandButton--actionButton .ms-CommandButton-button {
    width: 50px;
    height: 40px
}

.ms-CommandButton.ms-CommandButton--actionButton .ms-CommandButton-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 16px;
    height: 16px;
    padding-right: 0
}

.ms-CommandButton.ms-CommandButton--pivot.is-active:before, .ms-CommandButton.ms-CommandButton--pivot:hover:before {
    content: "";
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    background-color: #0078d7;
    bottom: 0;
    z-index: 5
}

.ms-CommandButton.ms-CommandButton--pivot .ms-CommandButton-label, .ms-CommandButton.ms-CommandButton--textOnly .ms-CommandButton-label {
    display: inline-block
}

@media only screen and (max-width: 479px) {
    .ms-CommandButton.ms-CommandButton--pivot .ms-CommandButton-label, .ms-CommandButton.ms-CommandButton--textOnly .ms-CommandButton-label {
        font-size: 16px
    }
}

.ms-ContextualMenu {
    font-family: Segoe UI WestEuropean,Segoe UI,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    box-shadow: none;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    display: block;
    min-width: 180px;
    max-width: 220px;
    list-style-type: none;
    position: relative;
    background-color: #fff
}

    .ms-ContextualMenu.is-hidden {
        display: none
    }

.ms-ContextualMenu-item {
    position: relative
}

.ms-ContextualMenu-link {
    box-sizing: border-box;
    text-decoration: none;
    color: #333;
    border: 1px solid transparent;
    cursor: pointer;
    display: block;
    height: 36px;
    overflow: hidden;
    line-height: 34px;
    padding: 0 16px 0 25px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap
}

    .ms-ContextualMenu-link:active, .ms-ContextualMenu-link:focus, .ms-ContextualMenu-link:hover {
        background-color: #f4f4f4;
        color: #212121
    }

        .ms-ContextualMenu-link:active .ms-ContextualMenu-subMenuIcon, .ms-ContextualMenu-link:focus .ms-ContextualMenu-subMenuIcon, .ms-ContextualMenu-link:hover .ms-ContextualMenu-subMenuIcon {
            color: #212121
        }

    .ms-ContextualMenu-link:focus {
        outline: transparent;
        border: 1px solid #666
    }

    .ms-ContextualMenu-link.is-selected {
        background-color: #dadada;
        color: #000;
        font-weight: 600
    }

        .ms-ContextualMenu-link.is-selected ~ .ms-ContextualMenu-subMenuIcon {
            color: #000
        }

        .ms-ContextualMenu-link.is-selected:hover {
            background-color: #d0d0d0
        }

    .ms-ContextualMenu-link.is-disabled {
        color: #a6a6a6;
        background-color: #fff;
        pointer-events: none
    }

        .ms-ContextualMenu-link.is-disabled:active, .ms-ContextualMenu-link.is-disabled:focus {
            border-color: #fff
        }

        .ms-ContextualMenu-link.is-disabled .ms-Icon {
            color: #a6a6a6;
            pointer-events: none;
            cursor: default
        }

.ms-ContextualMenu-item.ms-ContextualMenu-item--divider {
    cursor: default;
    display: block;
    height: 1px;
    background-color: #eaeaea;
    position: relative
}

.ms-ContextualMenu-item.ms-ContextualMenu-item--header {
    color: #0078d7;
    font-size: 12px;
    text-transform: uppercase;
    height: 36px;
    line-height: 36px;
    padding: 0 18px
}

.ms-ContextualMenu-item.ms-ContextualMenu-item--hasMenu .ms-ContextualMenu {
    position: absolute;
    top: -1px;
    left: 178px
}

.ms-ContextualMenu-caretRight, .ms-ContextualMenu-subMenuIcon {
    color: #333;
    font-size: 8px;
    font-weight: 600;
    width: 24px;
    height: 36px;
    line-height: 36px;
    position: absolute;
    text-align: center;
    top: 0;
    right: 0;
    z-index: 1;
    pointer-events: none
}

.ms-ContextualMenu.ms-ContextualMenu--multiselect .ms-ContextualMenu-item.ms-ContextualMenu-item--header {
    padding: 0 16px 0 26px
}

.ms-ContextualMenu.ms-ContextualMenu--multiselect .ms-ContextualMenu-link.is-selected {
    background-color: #fff;
    font-weight: 600;
    color: #333
}

    .ms-ContextualMenu.ms-ContextualMenu--multiselect .ms-ContextualMenu-link.is-selected:after {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-family: FabricMDL2Icons;
        font-style: normal;
        font-weight: 400;
        speak: none;
        color: #333;
        content: "\E73E";
        font-size: 10px;
        font-weight: 800;
        height: 36px;
        line-height: 36px;
        position: absolute;
        left: 7px
    }

    .ms-ContextualMenu.ms-ContextualMenu--multiselect .ms-ContextualMenu-link.is-selected:focus, .ms-ContextualMenu.ms-ContextualMenu--multiselect .ms-ContextualMenu-link.is-selected:hover {
        color: #212121;
        background-color: #f4f4f4
    }

        .ms-ContextualMenu.ms-ContextualMenu--multiselect .ms-ContextualMenu-link.is-selected:focus:after, .ms-ContextualMenu.ms-ContextualMenu--multiselect .ms-ContextualMenu-link.is-selected:hover:after {
            color: #212121
        }

    .ms-ContextualMenu.ms-ContextualMenu--multiselect .ms-ContextualMenu-link.is-selected:active {
        color: #000;
        background-color: #d0d0d0
    }

        .ms-ContextualMenu.ms-ContextualMenu--multiselect .ms-ContextualMenu-link.is-selected:active:after {
            color: #000
        }

.ms-ContextualMenu.ms-ContextualMenu--hasChecks .ms-ContextualMenu-link, .ms-ContextualMenu.ms-ContextualMenu--hasIcons .ms-ContextualMenu-link {
    padding-left: 40px
}

.ms-ContextualMenu.ms-ContextualMenu--hasChecks .ms-Icon, .ms-ContextualMenu.ms-ContextualMenu--hasIcons .ms-Icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    text-align: center
}

.ms-ContextualMenu.ms-ContextualMenu--hasIcons {
    width: 220px
}



/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) {
    /* Styles */
}

 
/* Large screens ----------- */
@media only screen and (min-width : 1824px) {
    /* Styles */
}

/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) {
    /* Styles */
}

/* Large screens ----------- */
@media only screen and (min-width : 1824px) {
    /* Styles */
}


/* iPads (landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
    /* Styles */
}
 
/* iPads (portrait) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
    /* Styles */


}


/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) {
    /* Styles */
}
 
/* iPhone 4 ----------- */
@media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) {
    /* Styles */
}

/* iPhone 4 ----------- */
@media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) {
    /* Styles */
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
    /* Styles */

}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
    /* Styles */

}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width : 320px) and (max-width : 480px) {
    /* Styles */
}


