@charset "UTF-8";

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

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

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

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/.animated{animation-duration:1s;animation-fill-mode:both}.animated.hinge{animation-duration:2s}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-30px)}60%{transform:translateY(-15px)}}.bounce{animation-name:bounce}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.pulse{animation-name:pulse}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.slideOutDown{animation-name:slideOutDown}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:.2}}.zoomIn{animation-name:zoomIn}@keyframes rubberBand{0%{transform:scale(1)}30%{transform:scaleX(1.25) scaleY(.75)}40%{transform:scaleX(.75) scaleY(1.25)}60%{transform:scaleX(1.15) scaleY(.85)}to{transform:scale(1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{0%,to{transform:translateX(0)}10%,30%,50%,70%,90%{transform:translateX(-10px)}20%,40%,60%,80%{transform:translateX(10px)}}.shake{animation-name:shake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scale(1)}10%,20%{transform:scale(.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale(1.1) rotate(3deg)}40%,60%,80%{transform:scale(1.1) rotate(-3deg)}to{transform:scale(1) rotate(0)}}.tada{animation-name:tada}.translateD{animation-name:translateD}@keyframes translateD{0%{opacity:0;transform:scale(1.2) rotate(-12deg) translate(20px,20px)}to{opacity:1;transform:scale(1) rotate(-12deg) translate(0)}}.translateSC{animation-name:translateSC}@keyframes translateSC{0%{opacity:0;transform:scale(1.2)}to{opacity:1;transform:scale(1)}}.translateZoomOut{animation-name:translateZoomOut}@keyframes translateZoomOut{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.translateD1{animation-name:translateD1}@keyframes translateD1{0%{opacity:0;transform:scale(1.2) rotate(-18deg) translate(20px,20px)}to{opacity:1;transform:scale(1) rotate(-18deg) translate(0)}}@keyframes wobble{0%{transform:translateX(0)}15%{transform:translateX(-25%) rotate(-5deg)}30%{transform:translateX(20%) rotate(3deg)}45%{transform:translateX(-15%) rotate(-3deg)}60%{transform:translateX(10%) rotate(2deg)}75%{transform:translateX(-5%) rotate(-1deg)}to{transform:translateX(0)}}.wobble{animation-name:wobble}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{opacity:1;transform:scale(1.05)}70%{transform:scale(.9)}to{opacity:1;transform:scale(1)}}.bounceIn{animation-name:bounceIn}@keyframes bounceInDown{0%{opacity:0;transform:translateY(-2000px)}60%{opacity:1;transform:translateY(30px)}80%{transform:translateY(-10px)}to{transform:translateY(0)}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%{opacity:0;transform:translateX(-2000px)}60%{opacity:1;transform:translateX(30px)}80%{transform:translateX(-10px)}to{transform:translateX(0)}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%{opacity:0;transform:translateX(2000px)}60%{opacity:1;transform:translateX(-30px)}80%{transform:translateX(10px)}to{transform:translateX(0)}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%{opacity:0;transform:translateY(2000px)}60%{opacity:1;transform:translateY(-30px)}80%{transform:translateY(10px)}to{transform:translateY(0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{0%{transform:scale(1)}25%{transform:scale(.95)}50%{opacity:1;transform:scale(1.1)}to{opacity:0;transform:scale(.3)}}.bounceOut{animation-name:bounceOut}@keyframes bounceOutDown{0%{transform:translateY(0)}20%{opacity:1;transform:translateY(-20px)}to{opacity:0;transform:translateY(2000px)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{0%{transform:translateX(0)}20%{opacity:1;transform:translateX(20px)}to{opacity:0;transform:translateX(-2000px)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{0%{transform:translateX(0)}20%{opacity:1;transform:translateX(-20px)}to{opacity:0;transform:translateX(2000px)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{0%{transform:translateY(0)}20%{opacity:1;transform:translateY(20px)}to{opacity:0;transform:translateY(-2000px)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes newfadeInD{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-20px)}}.newfadeInD{animation-name:newfadeInD}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translateY(-2000px)}to{opacity:1;transform:translateY(0)}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translateX(-2000px)}to{opacity:1;transform:translateX(0)}}.fadeInLeftBig{animation-name:fadeInLeftBig}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translateX(2000px)}to{opacity:1;transform:translateX(0)}}.fadeInRightBig{animation-name:fadeInRightBig}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUp2{0%{opacity:0;transform:translateY(100px)}to{opacity:1;transform:translateY(0)}}.fadeInUp2{animation-name:fadeInUp2}@keyframes fadeInUpBig{0%{opacity:0;transform:translateY(2000px)}to{opacity:1;transform:translateY(0)}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(20px)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(2000px)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(-20px)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(-2000px)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(20px)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(2000px)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-20px)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-2000px)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{0%{transform:perspective(400px) translateZ(0) rotateY(0) scale(1);animation-timing-function:ease-out}40%{transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);animation-timing-function:ease-out}50%{transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);animation-timing-function:ease-in}80%{transform:perspective(400px) translateZ(0) rotateY(1turn) scale(.95);animation-timing-function:ease-in}to{transform:perspective(400px) translateZ(0) rotateY(1turn) scale(1);animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);opacity:0}40%{transform:perspective(400px) rotateX(-10deg)}70%{transform:perspective(400px) rotateX(10deg)}to{transform:perspective(400px) rotateX(0deg);opacity:1}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);opacity:0}40%{transform:perspective(400px) rotateY(-10deg)}70%{transform:perspective(400px) rotateY(10deg)}to{transform:perspective(400px) rotateY(0deg);opacity:1}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px) rotateX(0deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px) rotateY(0deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedIn{0%{transform:translateX(100%) skewX(-30deg);opacity:0}60%{transform:translateX(-20%) skewX(30deg);opacity:1}80%{transform:translateX(0) skewX(-15deg);opacity:1}to{transform:translateX(0) skewX(0deg);opacity:1}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{0%{transform:translateX(0) skewX(0deg);opacity:1}to{transform:translateX(100%) skewX(-30deg);opacity:0}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform-origin:center center;transform:rotate(-200deg);opacity:0}to{transform-origin:center center;transform:rotate(0);opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-90deg);opacity:0}to{transform-origin:left bottom;transform:rotate(0);opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(90deg);opacity:0}to{transform-origin:right bottom;transform:rotate(0);opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(90deg);opacity:0}to{transform-origin:left bottom;transform:rotate(0);opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}to{transform-origin:right bottom;transform:rotate(0);opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{0%{transform-origin:center center;transform:rotate(0);opacity:1}to{transform-origin:center center;transform:rotate(200deg);opacity:0}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;transform:rotate(0);opacity:1}to{transform-origin:left bottom;transform:rotate(90deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;transform:rotate(0);opacity:1}to{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;transform:rotate(0);opacity:1}to{transform-origin:left bottom;transform:rotate(-90deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;transform:rotate(0);opacity:1}to{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes slideInDown{0%{opacity:0;transform:translateY(-2000px)}to{transform:translateY(0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-180px)}to{transform:translateX(0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{opacity:0;transform:translateX(2000px)}to{transform:translateX(0)}}.slideInRight{animation-name:slideInRight}@keyframes slideOutLeft{0%{transform:translateX(0)}to{opacity:0;transform:translateX(-2000px)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateX(0)}to{opacity:0;transform:translateX(2000px)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateY(0)}to{opacity:0;transform:translateY(-2000px)}}.slideOutUp{animation-name:slideOutUp}@keyframes hinge{0%{transform:rotate(0);transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%{transform:rotate(60deg);transform-origin:top left;animation-timing-function:ease-in-out}80%{transform:rotate(60deg) translateY(0);opacity:1;transform-origin:top left;animation-timing-function:ease-in-out}to{transform:translateY(700px);opacity:0}}.hinge{animation-name:hinge}@keyframes rollIn{0%{opacity:0;transform:translateX(-100%) rotate(-120deg)}to{opacity:1;transform:translateX(0) rotate(0deg)}}.rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1;transform:translateX(0) rotate(0deg)}to{opacity:0;transform:translateX(100%) rotate(120deg)}}.rollOut{animation-name:rollOut}@keyframes rollIncustom{0%{opacity:0;transform:translateX(220%) translateY(220px)}to{opacity:1;transform:translateX(0) translateY(0)}}.rollIncustom{animation-name:rollIncustom}@keyframes rollIncustom1{0%{opacity:0;transform:translateX(150%) translateY(150px)}to{opacity:1;transform:translateX(0) translateY(0)}}.rollIncustom1{animation-name:rollIncustom1}@keyframes rollIncustom3{0%{opacity:0;transform:translateX(-20px) translateY(350px)}to{opacity:1;transform:translateX(0) translateY(0)}}.rollIncustom3{animation-name:rollIncustom3}@keyframes rollIncustom4{0%{opacity:0;transform:translateX(-90px) translateY(70px)}to{opacity:1;transform:translateX(0) translateY(0)}}.rollIncustom4{animation-name:rollIncustom4}@keyframes rollIncustom5{0%{opacity:0;transform:translateX(-500px) translateY(-50px)}to{opacity:1;transform:translateX(0) translateY(0)}}.rollIncustom5{animation-name:rollIncustom5}@keyframes rollIncustom6{0%{opacity:0;transform:translateX(30px) translateY(-150px)}to{opacity:1;transform:translateX(0) translateY(0)}}.rollIncustom6{animation-name:rollIncustom6}@keyframes rollIncustom7{0%{opacity:0;transform:translateX(-150px) translateY(-150px)}to{opacity:1;transform:translateX(0) translateY(0)}}.rollIncustom7{animation-name:rollIncustom7}@keyframes rollIncustom8{0%{opacity:0;transform:translateX(0) translateY(-200px)}to{opacity:1;transform:translateX(0) translateY(0)}}.rollIncustom8{animation-name:rollIncustom8}@keyframes rollIncustom9{0%{opacity:0;transform:translateX(200px) translateY(-150px)}to{opacity:1;transform:translateX(0) translateY(0)}}.rollIncustom9{animation-name:rollIncustom9}@keyframes slideInnew{0%{opacity:0;transform:translate(10px,10px)}to{transform:translate(0)}}.slideInnew{animation-name:slideInnew}@keyframes slideInnew2{0%{opacity:0;transform:matrix(.97029,.34192,-.84486,.9425,0,0) translate(-10px,80px)}to{transform:matrix(.97029,.34192,-.84486,.9425,0,0) translate(0)}}.slideInnew2{animation-name:slideInnew2}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(359deg)}}.faa-parent.animated-hover:hover>.faa-spin,.faa-spin.animated,.faa-spin.animated-hover:hover{animation:spin 1.5s linear infinite}.fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-feature-settings: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 linear infinite}.fa-pulse{animation:fa-spin 1s steps(8) infinite}@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-180,:root .fa-rotate-270,:root .fa-rotate-90{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-abacus:before{content:"\f640"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acorn:before{content:"\f6ae"}.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-alarm-clock:before{content:"\f34e"}.fa-algolia:before{content:"\f36c"}.fa-alicorn:before{content:"\f6b0"}.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-analytics:before{content:"\f643"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angel:before{content:"\f779"}.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-crate:before{content:"\f6b1"}.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-alt-down:before{content:"\f354"}.fa-arrow-alt-from-bottom:before{content:"\f346"}.fa-arrow-alt-from-left:before{content:"\f347"}.fa-arrow-alt-from-right:before{content:"\f348"}.fa-arrow-alt-from-top:before{content:"\f349"}.fa-arrow-alt-left:before{content:"\f355"}.fa-arrow-alt-right:before{content:"\f356"}.fa-arrow-alt-square-down:before{content:"\f350"}.fa-arrow-alt-square-left:before{content:"\f351"}.fa-arrow-alt-square-right:before{content:"\f352"}.fa-arrow-alt-square-up:before{content:"\f353"}.fa-arrow-alt-to-bottom:before{content:"\f34a"}.fa-arrow-alt-to-left:before{content:"\f34b"}.fa-arrow-alt-to-right:before{content:"\f34c"}.fa-arrow-alt-to-top:before{content:"\f34d"}.fa-arrow-alt-up:before{content:"\f357"}.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-from-bottom:before{content:"\f342"}.fa-arrow-from-left:before{content:"\f343"}.fa-arrow-from-right:before{content:"\f344"}.fa-arrow-from-top:before{content:"\f345"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-square-down:before{content:"\f339"}.fa-arrow-square-left:before{content:"\f33a"}.fa-arrow-square-right:before{content:"\f33b"}.fa-arrow-square-up:before{content:"\f33c"}.fa-arrow-to-bottom:before{content:"\f33d"}.fa-arrow-to-left:before{content:"\f33e"}.fa-arrow-to-right:before{content:"\f340"}.fa-arrow-to-top:before{content:"\f341"}.fa-arrow-up:before{content:"\f062"}.fa-arrows:before{content:"\f047"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-arrows-h:before{content:"\f07e"}.fa-arrows-v:before{content:"\f07d"}.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-atom-alt:before{content:"\f5d3"}.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-axe:before{content:"\f6b2"}.fa-axe-battle:before{content:"\f6b3"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backpack:before{content:"\f5d4"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-badge:before{content:"\f335"}.fa-badge-check:before{content:"\f336"}.fa-badge-dollar:before{content:"\f645"}.fa-badge-percent:before{content:"\f646"}.fa-badger-honey:before{content:"\f6b4"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ball-pile:before{content:"\f77e"}.fa-ballot:before{content:"\f732"}.fa-ballot-check:before{content:"\f733"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-barcode-alt:before{content:"\f463"}.fa-barcode-read:before{content:"\f464"}.fa-barcode-scan:before{content:"\f465"}.fa-bars:before{content:"\f0c9"}.fa-baseball:before{content:"\f432"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-basketball-hoop:before{content:"\f435"}.fa-bat:before{content:"\f6b5"}.fa-bath:before{content:"\f2cd"}.fa-battery-bolt:before{content:"\f376"}.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-slash:before{content:"\f377"}.fa-battery-three-quarters:before{content:"\f241"}.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-school:before{content:"\f5d5"}.fa-bell-school-slash:before{content:"\f5d6"}.fa-bell-slash:before{content:"\f1f6"}.fa-bells:before{content:"\f77f"}.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-blanket:before{content:"\f498"}.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-bone-break:before{content:"\f5d8"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-alt:before{content:"\f5d9"}.fa-book-dead:before{content:"\f6b7"}.fa-book-heart:before{content:"\f499"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-book-spells:before{content:"\f6b8"}.fa-book-user:before{content:"\f7e7"}.fa-bookmark:before{content:"\f02e"}.fa-books:before{content:"\f5db"}.fa-books-medical:before{content:"\f7e8"}.fa-boot:before{content:"\f782"}.fa-booth-curtain:before{content:"\f734"}.fa-bow-arrow:before{content:"\f6b9"}.fa-bowling-ball:before{content:"\f436"}.fa-bowling-pins:before{content:"\f437"}.fa-box:before{content:"\f466"}.fa-box-alt:before{content:"\f49a"}.fa-box-ballot:before{content:"\f735"}.fa-box-check:before{content:"\f467"}.fa-box-fragile:before{content:"\f49b"}.fa-box-full:before{content:"\f49c"}.fa-box-heart:before{content:"\f49d"}.fa-box-open:before{content:"\f49e"}.fa-box-up:before{content:"\f49f"}.fa-box-usd:before{content:"\f4a0"}.fa-boxes:before{content:"\f468"}.fa-boxes-alt:before{content:"\f4a1"}.fa-boxing-glove:before{content:"\f438"}.fa-brackets:before{content:"\f7e9"}.fa-brackets-curly:before{content:"\f7ea"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-loaf:before{content:"\f7eb"}.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-browser:before{content:"\f37e"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-bullseye-arrow:before{content:"\f648"}.fa-bullseye-pointer:before{content:"\f649"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-burrito:before{content:"\f7ed"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-bus-school:before{content:"\f5dd"}.fa-business-time:before{content:"\f64a"}.fa-buysellads:before{content:"\f20d"}.fa-cabinet-filing:before{content:"\f64b"}.fa-calculator:before{content:"\f1ec"}.fa-calculator-alt:before{content:"\f64c"}.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-edit:before{content:"\f333"}.fa-calendar-exclamation:before{content:"\f334"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-star:before{content:"\f736"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-alt:before{content:"\f332"}.fa-camera-retro:before{content:"\f083"}.fa-campfire:before{content:"\f6ba"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candle-holder:before{content:"\f6bc"}.fa-candy-cane:before{content:"\f786"}.fa-candy-corn:before{content:"\f6bd"}.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-bump:before{content:"\f5e0"}.fa-car-crash:before{content:"\f5e1"}.fa-car-garage:before{content:"\f5e2"}.fa-car-mechanic:before{content:"\f5e3"}.fa-car-side:before{content:"\f5e4"}.fa-car-tilt:before{content:"\f5e5"}.fa-car-wash:before{content:"\f5e6"}.fa-caret-circle-down:before{content:"\f32d"}.fa-caret-circle-left:before{content:"\f32e"}.fa-caret-circle-right:before{content:"\f330"}.fa-caret-circle-up:before{content:"\f331"}.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-cauldron:before{content:"\f6bf"}.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-chair-office:before{content:"\f6c1"}.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-line-down:before{content:"\f64d"}.fa-chart-network:before{content:"\f78a"}.fa-chart-pie:before{content:"\f200"}.fa-chart-pie-alt:before{content:"\f64e"}.fa-chart-scatter:before{content:"\f7ee"}.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-cheese-swiss:before{content:"\f7f0"}.fa-cheeseburger:before{content:"\f7f1"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-bishop-alt:before{content:"\f43b"}.fa-chess-board:before{content:"\f43c"}.fa-chess-clock:before{content:"\f43d"}.fa-chess-clock-alt:before{content:"\f43e"}.fa-chess-king:before{content:"\f43f"}.fa-chess-king-alt:before{content:"\f440"}.fa-chess-knight:before{content:"\f441"}.fa-chess-knight-alt:before{content:"\f442"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-pawn-alt:before{content:"\f444"}.fa-chess-queen:before{content:"\f445"}.fa-chess-queen-alt:before{content:"\f446"}.fa-chess-rook:before{content:"\f447"}.fa-chess-rook-alt:before{content:"\f448"}.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-double-down:before{content:"\f322"}.fa-chevron-double-left:before{content:"\f323"}.fa-chevron-double-right:before{content:"\f324"}.fa-chevron-double-up:before{content:"\f325"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-square-down:before{content:"\f329"}.fa-chevron-square-left:before{content:"\f32a"}.fa-chevron-square-right:before{content:"\f32b"}.fa-chevron-square-up:before{content:"\f32c"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chimney:before{content:"\f78b"}.fa-chrome:before{content:"\f268"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-claw-marks:before{content:"\f6c2"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clipboard-list-check:before{content:"\f737"}.fa-clipboard-prescription:before{content:"\f5e8"}.fa-clipboard-user:before{content:"\f7f3"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-drizzle:before{content:"\f738"}.fa-cloud-hail:before{content:"\f739"}.fa-cloud-hail-mixed:before{content:"\f73a"}.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-rainbow:before{content:"\f73e"}.fa-cloud-showers:before{content:"\f73f"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sleet:before{content:"\f741"}.fa-cloud-snow:before{content:"\f742"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload:before{content:"\f0ee"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-clouds:before{content:"\f744"}.fa-clouds-moon:before{content:"\f745"}.fa-clouds-sun:before{content:"\f746"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-club:before{content:"\f327"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-code-commit:before{content:"\f386"}.fa-code-merge:before{content:"\f387"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-coffee-togo:before{content:"\f6c5"}.fa-coffin:before{content:"\f6c6"}.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-alt-check:before{content:"\f4a2"}.fa-comment-alt-dollar:before{content:"\f650"}.fa-comment-alt-dots:before{content:"\f4a3"}.fa-comment-alt-edit:before{content:"\f4a4"}.fa-comment-alt-exclamation:before{content:"\f4a5"}.fa-comment-alt-lines:before{content:"\f4a6"}.fa-comment-alt-medical:before{content:"\f7f4"}.fa-comment-alt-minus:before{content:"\f4a7"}.fa-comment-alt-plus:before{content:"\f4a8"}.fa-comment-alt-slash:before{content:"\f4a9"}.fa-comment-alt-smile:before{content:"\f4aa"}.fa-comment-alt-times:before{content:"\f4ab"}.fa-comment-check:before{content:"\f4ac"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-edit:before{content:"\f4ae"}.fa-comment-exclamation:before{content:"\f4af"}.fa-comment-lines:before{content:"\f4b0"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-minus:before{content:"\f4b1"}.fa-comment-plus:before{content:"\f4b2"}.fa-comment-slash:before{content:"\f4b3"}.fa-comment-smile:before{content:"\f4b4"}.fa-comment-times:before{content:"\f4b5"}.fa-comments:before{content:"\f086"}.fa-comments-alt:before{content:"\f4b6"}.fa-comments-alt-dollar:before{content:"\f652"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compass-slash:before{content:"\f5e9"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-compress-wide:before{content:"\f326"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-container-storage:before{content:"\f4b7"}.fa-contao:before{content:"\f26d"}.fa-conveyor-belt:before{content:"\f46e"}.fa-conveyor-belt-alt:before{content:"\f46f"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-corn:before{content:"\f6c7"}.fa-couch:before{content:"\f4b8"}.fa-cow:before{content:"\f6c8"}.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-credit-card-blank:before{content:"\f389"}.fa-credit-card-front:before{content:"\f38a"}.fa-cricket:before{content:"\f449"}.fa-critical-role:before{content:"\f6c9"}.fa-croissant:before{content:"\f7f6"}.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-crutches:before{content:"\f7f8"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-curling:before{content:"\f44a"}.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-dagger:before{content:"\f6cb"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-debug:before{content:"\f7f9"}.fa-deer:before{content:"\f78e"}.fa-deer-rudolph:before{content:"\f78f"}.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-desktop-alt:before{content:"\f390"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dewpoint:before{content:"\f748"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diamond:before{content:"\f219"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d10:before{content:"\f6cd"}.fa-dice-d12:before{content:"\f6ce"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d4:before{content:"\f6d0"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-d8:before{content:"\f6d2"}.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-diploma:before{content:"\f5ea"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-disease:before{content:"\f7fa"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-do-not-enter:before{content:"\f5ec"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dog-leashed:before{content:"\f6d4"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-empty:before{content:"\f473"}.fa-dolly-flatbed:before{content:"\f474"}.fa-dolly-flatbed-alt:before{content:"\f475"}.fa-dolly-flatbed-empty:before{content:"\f476"}.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-circle:before{content:"\f5ed"}.fa-draw-polygon:before{content:"\f5ee"}.fa-draw-square:before{content:"\f5ef"}.fa-dreidel:before{content:"\f792"}.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:before{content:"\f6d6"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-duck:before{content:"\f6d8"}.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-ear:before{content:"\f5f0"}.fa-ear-muffs:before{content:"\f795"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-eclipse:before{content:"\f749"}.fa-eclipse-alt:before{content:"\f74a"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-egg-fried:before{content:"\f7fc"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-elephant:before{content:"\f6da"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-h-alt:before{content:"\f39b"}.fa-ellipsis-v:before{content:"\f142"}.fa-ellipsis-v-alt:before{content:"\f39c"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-empty-set:before{content:"\f656"}.fa-engine-warning:before{content:"\f5f2"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-dollar:before{content:"\f657"}.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-exchange:before{content:"\f0ec"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-square:before{content:"\f321"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows:before{content:"\f31d"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expand-wide:before{content:"\f320"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link:before{content:"\f08e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square:before{content:"\f14c"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-evil:before{content:"\f6db"}.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-field-hockey:before{content:"\f44c"}.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-certificate:before{content:"\f5f3"}.fa-file-chart-line:before{content:"\f659"}.fa-file-chart-pie:before{content:"\f65a"}.fa-file-check:before{content:"\f316"}.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-edit:before{content:"\f31c"}.fa-file-excel:before{content:"\f1c3"}.fa-file-exclamation:before{content:"\f31a"}.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-minus:before{content:"\f318"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-plus:before{content:"\f319"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-spreadsheet:before{content:"\f65b"}.fa-file-times:before{content:"\f317"}.fa-file-upload:before{content:"\f574"}.fa-file-user:before{content:"\f65c"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-files-medical:before{content:"\f7fd"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-film-alt:before{content:"\f3a0"}.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-fire-smoke:before{content:"\f74b"}.fa-firefox:before{content:"\f269"}.fa-fireplace:before{content:"\f79a"}.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-fish-cooked:before{content:"\f7fe"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-alt:before{content:"\f74c"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flame:before{content:"\f6df"}.fa-flask:before{content:"\f0c3"}.fa-flask-poison:before{content:"\f6e0"}.fa-flask-potion:before{content:"\f6e1"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flower:before{content:"\f7ff"}.fa-flower-daffodil:before{content:"\f800"}.fa-flower-tulip:before{content:"\f801"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-fog:before{content:"\f74e"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-folder-times:before{content:"\f65f"}.fa-folder-tree:before{content:"\f802"}.fa-folders:before{content:"\f660"}.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-football-helmet:before{content:"\f44f"}.fa-forklift:before{content:"\f47a"}.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-fragile:before{content:"\f4bb"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-french-fries:before{content:"\f803"}.fa-frog:before{content:"\f52e"}.fa-frosty-head:before{content:"\f79b"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-function:before{content:"\f661"}.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-gas-pump-slash:before{content:"\f5f4"}.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-gift-card:before{content:"\f663"}.fa-gifts:before{content:"\f79c"}.fa-gingerbread-man:before{content:"\f79d"}.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:before{content:"\f804"}.fa-glass-champagne:before{content:"\f79e"}.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-glass-whiskey-rocks:before{content:"\f7a1"}.fa-glasses:before{content:"\f530"}.fa-glasses-alt:before{content:"\f5f5"}.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-globe-snow:before{content:"\f7a3"}.fa-globe-stand:before{content:"\f5f6"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-golf-club:before{content:"\f451"}.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-h1:before{content:"\f313"}.fa-h2:before{content:"\f314"}.fa-h3:before{content:"\f315"}.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-hammer-war:before{content:"\f6e4"}.fa-hamsa:before{content:"\f665"}.fa-hand-heart:before{content:"\f4bc"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-box:before{content:"\f47b"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-magic:before{content:"\f6e5"}.fa-hand-holding-seedling:before{content:"\f4bf"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-water:before{content:"\f4c1"}.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-receiving:before{content:"\f47c"}.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-heart:before{content:"\f4c3"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-usd:before{content:"\f4c5"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt:before{content:"\f4c6"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-santa:before{content:"\f7a7"}.fa-hat-winter:before{content:"\f7a8"}.fa-hat-witch:before{content:"\f6e7"}.fa-hat-wizard:before{content:"\f6e8"}.fa-haykal:before{content:"\f666"}.fa-hdd:before{content:"\f0a0"}.fa-head-side:before{content:"\f6e9"}.fa-head-side-brain:before{content:"\f808"}.fa-head-side-medical:before{content:"\f809"}.fa-head-vr:before{content:"\f6ea"}.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-heart-circle:before{content:"\f4c7"}.fa-heart-rate:before{content:"\f5f8"}.fa-heart-square:before{content:"\f4c8"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-helmet-battle:before{content:"\f6eb"}.fa-hexagon:before{content:"\f312"}.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-mask:before{content:"\f6ee"}.fa-hockey-puck:before{content:"\f453"}.fa-hockey-sticks:before{content:"\f454"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-home-alt:before{content:"\f80a"}.fa-home-heart:before{content:"\f4c9"}.fa-home-lg:before{content:"\f80b"}.fa-home-lg-alt:before{content:"\f80c"}.fa-hood-cloak:before{content:"\f6ef"}.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-hospital-user:before{content:"\f80d"}.fa-hospitals:before{content:"\f80e"}.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-house-flood:before{content:"\f74f"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-humidity:before{content:"\f750"}.fa-hurricane:before{content:"\f751"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-ice-skate:before{content:"\f7ac"}.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-inbox-in:before{content:"\f310"}.fa-inbox-out:before{content:"\f311"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-industry-alt:before{content:"\f3b3"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-info-square:before{content:"\f30f"}.fa-inhaler:before{content:"\f5f9"}.fa-instagram:before{content:"\f16d"}.fa-integral:before{content:"\f667"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-intersection:before{content:"\f668"}.fa-inventory:before{content:"\f480"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-island-tropical:before{content:"\f811"}.fa-italic:before{content:"\f033"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-jack-o-lantern:before{content:"\f30e"}.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-key-skeleton:before{content:"\f6f3"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-keynote:before{content:"\f66c"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kidneys:before{content:"\f5fb"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kite:before{content:"\f6f4"}.fa-kiwi-bird:before{content:"\f535"}.fa-knife-kitchen:before{content:"\f6f5"}.fa-korvue:before{content:"\f42f"}.fa-lambda:before{content:"\f66e"}.fa-lamp:before{content:"\f4ca"}.fa-landmark:before{content:"\f66f"}.fa-landmark-alt:before{content:"\f752"}.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-layer-minus:before{content:"\f5fe"}.fa-layer-plus:before{content:"\f5ff"}.fa-leaf:before{content:"\f06c"}.fa-leaf-heart:before{content:"\f4cb"}.fa-leaf-maple:before{content:"\f6f6"}.fa-leaf-oak:before{content:"\f6f7"}.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:before{content:"\f149"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up:before{content:"\f148"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-lightbulb-dollar:before{content:"\f670"}.fa-lightbulb-exclamation:before{content:"\f671"}.fa-lightbulb-on:before{content:"\f672"}.fa-lightbulb-slash:before{content:"\f673"}.fa-lights-holiday:before{content:"\f7b2"}.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-lips:before{content:"\f600"}.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:before{content:"\f601"}.fa-location-arrow:before{content:"\f124"}.fa-location-circle:before{content:"\f602"}.fa-location-slash:before{content:"\f603"}.fa-lock:before{content:"\f023"}.fa-lock-alt:before{content:"\f30d"}.fa-lock-open:before{content:"\f3c1"}.fa-lock-open-alt:before{content:"\f3c2"}.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-long-arrow-down:before{content:"\f175"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-long-arrow-up:before{content:"\f176"}.fa-loveseat:before{content:"\f4cc"}.fa-low-vision:before{content:"\f2a8"}.fa-luchador:before{content:"\f455"}.fa-luggage-cart:before{content:"\f59d"}.fa-lungs:before{content:"\f604"}.fa-lyft:before{content:"\f3c3"}.fa-mace:before{content:"\f6f8"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailbox:before{content:"\f813"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-mandolin:before{content:"\f6f9"}.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-marker-alt-slash:before{content:"\f605"}.fa-map-marker-check:before{content:"\f606"}.fa-map-marker-edit:before{content:"\f607"}.fa-map-marker-exclamation:before{content:"\f608"}.fa-map-marker-minus:before{content:"\f609"}.fa-map-marker-plus:before{content:"\f60a"}.fa-map-marker-question:before{content:"\f60b"}.fa-map-marker-slash:before{content:"\f60c"}.fa-map-marker-smile:before{content:"\f60d"}.fa-map-marker-times:before{content:"\f60e"}.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-meat:before{content:"\f814"}.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-megaphone:before{content:"\f675"}.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-mind-share:before{content:"\f677"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-hexagon:before{content:"\f307"}.fa-minus-octagon:before{content:"\f308"}.fa-minus-square:before{content:"\f146"}.fa-mistletoe:before{content:"\f7b4"}.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-mobile-android:before{content:"\f3ce"}.fa-mobile-android-alt:before{content:"\f3cf"}.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-monitor-heart-rate:before{content:"\f611"}.fa-monkey:before{content:"\f6fb"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-moon-cloud:before{content:"\f754"}.fa-moon-stars:before{content:"\f755"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mountains:before{content:"\f6fd"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-mug-marshmallows:before{content:"\f7b7"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-narwhal:before{content:"\f6fe"}.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-octagon:before{content:"\f306"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-oil-temp:before{content:"\f614"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-omega:before{content:"\f67a"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-ornament:before{content:"\f7b8"}.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-brush-alt:before{content:"\f5a9"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-pallet-alt:before{content:"\f483"}.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-parking-circle:before{content:"\f615"}.fa-parking-circle-slash:before{content:"\f616"}.fa-parking-slash:before{content:"\f617"}.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-paw-alt:before{content:"\f701"}.fa-paw-claws:before{content:"\f702"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pegasus:before{content:"\f703"}.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:before{content:"\f040"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-paintbrush:before{content:"\f618"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-pennant:before{content:"\f456"}.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-person-carry:before{content:"\f4cf"}.fa-person-dolly:before{content:"\f4d0"}.fa-person-dolly-empty:before{content:"\f4d1"}.fa-person-sign:before{content:"\f757"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-office:before{content:"\f67d"}.fa-phone-plus:before{content:"\f4d2"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-volume:before{content:"\f2a0"}.fa-php:before{content:"\f457"}.fa-pi:before{content:"\f67e"}.fa-pie:before{content:"\f705"}.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-pig:before{content:"\f706"}.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:before{content:"\f817"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-alt:before{content:"\f3de"}.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-hexagon:before{content:"\f300"}.fa-plus-octagon:before{content:"\f301"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-podium:before{content:"\f680"}.fa-podium-star:before{content:"\f758"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poll-people:before{content:"\f759"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-popcorn:before{content:"\f819"}.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-presentation:before{content:"\f685"}.fa-print:before{content:"\f02f"}.fa-print-search:before{content:"\f81a"}.fa-print-slash:before{content:"\f686"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pumpkin:before{content:"\f707"}.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-question-square:before{content:"\f2fd"}.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-rabbit:before{content:"\f708"}.fa-rabbit-fast:before{content:"\f709"}.fa-racquet:before{content:"\f45a"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-raindrops:before{content:"\f75c"}.fa-ram:before{content:"\f70a"}.fa-ramp-loading:before{content:"\f4d4"}.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-rectangle-landscape:before{content:"\f2fa"}.fa-rectangle-portrait:before{content:"\f2fb"}.fa-rectangle-wide:before{content:"\f2fc"}.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-repeat:before{content:"\f363"}.fa-repeat-1:before{content:"\f365"}.fa-repeat-1-alt:before{content:"\f366"}.fa-repeat-alt:before{content:"\f364"}.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-retweet-alt:before{content:"\f361"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-rings-wedding:before{content:"\f81b"}.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-route-highway:before{content:"\f61a"}.fa-route-interstate:before{content:"\f61b"}.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-triangle:before{content:"\f61c"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-rv:before{content:"\f7be"}.fa-sack:before{content:"\f81c"}.fa-sack-dollar:before{content:"\f81d"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salad:before{content:"\f81e"}.fa-sandwich:before{content:"\f81f"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-sausage:before{content:"\f820"}.fa-save:before{content:"\f0c7"}.fa-scalpel:before{content:"\f61d"}.fa-scalpel-path:before{content:"\f61e"}.fa-scanner:before{content:"\f488"}.fa-scanner-keyboard:before{content:"\f489"}.fa-scanner-touchscreen:before{content:"\f48a"}.fa-scarecrow:before{content:"\f70d"}.fa-scarf:before{content:"\f7c1"}.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-scroll-old:before{content:"\f70f"}.fa-scrubber:before{content:"\f2f8"}.fa-scythe:before{content:"\f710"}.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-all:before{content:"\f367"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-sheep:before{content:"\f711"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield:before{content:"\f132"}.fa-shield-alt:before{content:"\f3ed"}.fa-shield-check:before{content:"\f2f7"}.fa-shield-cross:before{content:"\f712"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shipping-timed:before{content:"\f48c"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shish-kebab:before{content:"\f821"}.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-shovel:before{content:"\f713"}.fa-shovel-snow:before{content:"\f7c3"}.fa-shower:before{content:"\f2cc"}.fa-shredder:before{content:"\f68a"}.fa-shuttle-van:before{content:"\f5b6"}.fa-shuttlecock:before{content:"\f45b"}.fa-sickle:before{content:"\f822"}.fa-sigma:before{content:"\f68b"}.fa-sign:before{content:"\f4d9"}.fa-sign-in:before{content:"\f090"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out:before{content:"\f08b"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signal-1:before{content:"\f68c"}.fa-signal-2:before{content:"\f68d"}.fa-signal-3:before{content:"\f68e"}.fa-signal-4:before{content:"\f68f"}.fa-signal-alt:before{content:"\f690"}.fa-signal-alt-1:before{content:"\f691"}.fa-signal-alt-2:before{content:"\f692"}.fa-signal-alt-3:before{content:"\f693"}.fa-signal-alt-slash:before{content:"\f694"}.fa-signal-slash:before{content:"\f695"}.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-skeleton:before{content:"\f620"}.fa-sketch:before{content:"\f7c6"}.fa-ski-jump:before{content:"\f7c7"}.fa-ski-lift:before{content:"\f7c8"}.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-sledding:before{content:"\f7cb"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-sliders-h-square:before{content:"\f3f0"}.fa-sliders-v:before{content:"\f3f1"}.fa-sliders-v-square:before{content:"\f3f2"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-plus:before{content:"\f5b9"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoke:before{content:"\f760"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snake:before{content:"\f716"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snow-blowing:before{content:"\f761"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowflakes:before{content:"\f7cf"}.fa-snowman:before{content:"\f7d0"}.fa-snowmobile:before{content:"\f7d1"}.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-soup:before{content:"\f823"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-spade:before{content:"\f2f4"}.fa-speakap:before{content:"\f3f3"}.fa-spider:before{content:"\f717"}.fa-spider-black-widow:before{content:"\f718"}.fa-spider-web:before{content:"\f719"}.fa-spinner:before{content:"\f110"}.fa-spinner-third:before{content:"\f3f4"}.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:before{content:"\f697"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-squirrel:before{content:"\f71a"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-staff:before{content:"\f71b"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-christmas:before{content:"\f7d4"}.fa-star-exclamation:before{content:"\f2f3"}.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-stars:before{content:"\f762"}.fa-staylinked:before{content:"\f3f5"}.fa-steak:before{content:"\f824"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-steering-wheel:before{content:"\f622"}.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-stocking:before{content:"\f7d5"}.fa-stomach:before{content:"\f623"}.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-stretcher:before{content:"\f825"}.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-sun-cloud:before{content:"\f763"}.fa-sun-dust:before{content:"\f764"}.fa-sun-haze:before{content:"\f765"}.fa-sunrise:before{content:"\f766"}.fa-sunset:before{content:"\f767"}.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-sword:before{content:"\f71c"}.fa-swords:before{content:"\f71d"}.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-tablet-android:before{content:"\f3fb"}.fa-tablet-android-alt:before{content:"\f3fc"}.fa-tablet-rugged:before{content:"\f48f"}.fa-tablets:before{content:"\f490"}.fa-tachometer:before{content:"\f0e4"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tachometer-alt-average:before{content:"\f624"}.fa-tachometer-alt-fast:before{content:"\f625"}.fa-tachometer-alt-fastest:before{content:"\f626"}.fa-tachometer-alt-slow:before{content:"\f627"}.fa-tachometer-alt-slowest:before{content:"\f628"}.fa-tachometer-average:before{content:"\f629"}.fa-tachometer-fast:before{content:"\f62a"}.fa-tachometer-fastest:before{content:"\f62b"}.fa-tachometer-slow:before{content:"\f62c"}.fa-tachometer-slowest:before{content:"\f62d"}.fa-taco:before{content:"\f826"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tally:before{content:"\f69c"}.fa-tanakh:before{content:"\f827"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-tasks-alt:before{content:"\f828"}.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-frigid:before{content:"\f768"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-hot:before{content:"\f76a"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-tennis-ball:before{content:"\f45e"}.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-theta:before{content:"\f69e"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-thunderstorm:before{content:"\f76c"}.fa-thunderstorm-moon:before{content:"\f76d"}.fa-thunderstorm-sun:before{content:"\f76e"}.fa-ticket:before{content:"\f145"}.fa-ticket-alt:before{content:"\f3ff"}.fa-tilde:before{content:"\f69f"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-times-hexagon:before{content:"\f2ee"}.fa-times-octagon:before{content:"\f2f0"}.fa-times-square:before{content:"\f2d3"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tire:before{content:"\f631"}.fa-tire-flat:before{content:"\f632"}.fa-tire-pressure-warning:before{content:"\f633"}.fa-tire-rugged:before{content:"\f634"}.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-toilet-paper-alt:before{content:"\f71f"}.fa-tombstone:before{content:"\f720"}.fa-tombstone-alt:before{content:"\f721"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-toothbrush:before{content:"\f635"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tornado:before{content:"\f76f"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-cone:before{content:"\f636"}.fa-traffic-light:before{content:"\f637"}.fa-traffic-light-go:before{content:"\f638"}.fa-traffic-light-slow:before{content:"\f639"}.fa-traffic-light-stop:before{content:"\f63a"}.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-treasure-chest:before{content:"\f723"}.fa-tree:before{content:"\f1bb"}.fa-tree-alt:before{content:"\f400"}.fa-tree-christmas:before{content:"\f7db"}.fa-tree-decorated:before{content:"\f7dc"}.fa-tree-large:before{content:"\f7dd"}.fa-tree-palm:before{content:"\f82b"}.fa-trees:before{content:"\f724"}.fa-trello:before{content:"\f181"}.fa-triangle:before{content:"\f2ec"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-trophy-alt:before{content:"\f2eb"}.fa-truck:before{content:"\f0d1"}.fa-truck-container:before{content:"\f4dc"}.fa-truck-couch:before{content:"\f4dd"}.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-truck-plow:before{content:"\f7de"}.fa-truck-ramp:before{content:"\f4e0"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-turkey:before{content:"\f725"}.fa-turtle:before{content:"\f726"}.fa-tv:before{content:"\f26c"}.fa-tv-retro:before{content:"\f401"}.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-unicorn:before{content:"\f727"}.fa-union:before{content:"\f6a2"}.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-usd-circle:before{content:"\f2e8"}.fa-usd-square:before{content:"\f2e9"}.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-chart:before{content:"\f6a3"}.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-crown:before{content:"\f6a4"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-hard-hat:before{content:"\f82c"}.fa-user-headset:before{content:"\f82d"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-md-chat:before{content:"\f82e"}.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-class:before{content:"\f63d"}.fa-users-cog:before{content:"\f509"}.fa-users-crown:before{content:"\f6a5"}.fa-users-medical:before{content:"\f830"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-fork:before{content:"\f2e3"}.fa-utensil-knife:before{content:"\f2e4"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-utensils-alt:before{content:"\f2e6"}.fa-vaadin:before{content:"\f408"}.fa-value-absolute:before{content:"\f6a6"}.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-plus:before{content:"\f4e1"}.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-volcano:before{content:"\f770"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume:before{content:"\f6a8"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-slash:before{content:"\f2e2"}.fa-volume-up:before{content:"\f028"}.fa-vote-nay:before{content:"\f771"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walker:before{content:"\f831"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-wand:before{content:"\f72a"}.fa-wand-magic:before{content:"\f72b"}.fa-warehouse:before{content:"\f494"}.fa-warehouse-alt:before{content:"\f495"}.fa-watch:before{content:"\f2e1"}.fa-watch-fitness:before{content:"\f63e"}.fa-water:before{content:"\f773"}.fa-water-lower:before{content:"\f774"}.fa-water-rise:before{content:"\f775"}.fa-webcam:before{content:"\f832"}.fa-webcam-slash:before{content:"\f833"}.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-whale:before{content:"\f72c"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheat:before{content:"\f72d"}.fa-wheelchair:before{content:"\f193"}.fa-whistle:before{content:"\f460"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wifi-1:before{content:"\f6aa"}.fa-wifi-2:before{content:"\f6ab"}.fa-wifi-slash:before{content:"\f6ac"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-wind-warning:before{content:"\f776"}.fa-window:before{content:"\f40e"}.fa-window-alt:before{content:"\f40f"}.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-windsock:before{content:"\f777"}.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-wreath:before{content:"\f7e2"}.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-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:400;font-display:auto;src:url(/_next/static/media/fa-brands-400.62ebe50b.ttf) format("truetype")}.fab{font-family:Font Awesome\ 5 Brands}@font-face{font-family:Font Awesome\ 5 Pro;font-style:normal;font-weight:300;font-display:auto;src:url(/_next/static/media/fa-light-300.d2737317.ttf) format("truetype")}.fal{font-weight:300}@font-face{font-family:Font Awesome\ 5 Pro;font-style:normal;font-weight:400;font-display:auto;src:url(/_next/static/media/fa-regular-400.c669ccee.ttf) format("truetype")}.fal,.far{font-family:Font Awesome\ 5 Pro}.far{font-weight:400}@font-face{font-family:Font Awesome\ 5 Pro;font-style:normal;font-weight:900;font-display:auto;src:url(/_next/static/media/fa-solid-900.4ac14330.ttf) format("truetype")}.fa,.fas{font-family:Font Awesome\ 5 Pro;font-weight:900}

/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0;padding:.5em .5em .5em .7em;min-height:0;font-size:100%}.ui-accordion .ui-accordion-icons,.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;left:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:active,.ui-button:hover,.ui-button:link,.ui-button:visited{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icons .ui-button-text{padding-left:2.1em;padding-right:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-icons-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{left:50%;margin-left:-8px}.ui-button-icons-only .ui-button-icon-primary,.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary{left:.5em}.ui-button-icons-only .ui-button-icon-secondary,.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary{right:.5em}.ui-buttonset{margin-right:7px}.ui-buttonset .ui-button{margin-left:0;margin-right:-.3em}button.ui-button::-moz-focus-inner,input.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td a,.ui-datepicker td span{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-dialog{overflow:hidden;position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;right:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{touch-action:none}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:none}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px 1em 3px .4em;cursor:pointer;min-height:0;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0}.ui-menu .ui-state-active,.ui-menu .ui-state-focus{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");height:100%;filter:alpha(opacity=25);opacity:.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block;touch-action:none}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-selectable{touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted #000}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;left:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:700;line-height:1.5;padding:2px .4em;margin:.5em 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-button{display:inline-block;overflow:hidden;position:relative;text-decoration:none;cursor:pointer}.ui-selectmenu-button span.ui-icon{right:.5em;left:auto;margin-top:-8px;position:absolute;top:50%}.ui-selectmenu-button span.ui-selectmenu-text{text-align:left;padding:.4em 2.1em .4em 1em;display:block;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden}.ui-spinner,.ui-spinner-input{padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:none;color:inherit;margin:.2em 22px .2em .4em}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-right:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;left:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #aaa;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #aaa;color:#222;font-weight:700}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;font-weight:400;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{border:1px solid #999;font-weight:400;color:#212121}.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;font-weight:400;color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;color:#cd0a0a}.ui-state-error a,.ui-state-error-text,.ui-widget-content .ui-state-error a,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error a,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:700}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:400}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:0 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:0 -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-first,.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-left,.ui-corner-tl,.ui-corner-top{border-top-left-radius:4px}.ui-corner-all,.ui-corner-right,.ui-corner-top,.ui-corner-tr{border-top-right-radius:4px}.ui-corner-all,.ui-corner-bl,.ui-corner-bottom,.ui-corner-left{border-bottom-left-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right{border-bottom-right-radius:4px}.ui-widget-overlay,.ui-widget-shadow{opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px 0 0 -8px;padding:8px;border-radius:8px}.mfp-bg{z-index:1042;overflow:hidden;background:#0b0b0b;opacity:.8}.mfp-bg,.mfp-wrap{top:0;left:0;width:100%;height:100%;position:fixed}.mfp-wrap{z-index:1043;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-ajax-holder .mfp-content,.mfp-inline-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:zoom-out}.mfp-zoom{cursor:pointer;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-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:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:none;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-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;top:50%;margin:-55px 0 0;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1}.mfp-arrow:after,.mfp-arrow:before{content:"";display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border: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:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #fff;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure,img.mfp-img{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,.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-height:300px),screen and (max-width:800px) and (orientation:landscape){.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,.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,.6);position:fixed;text-align:center;padding:0}}@media (max-width:900px){.mfp-arrow{transform:scale(.75)}.mfp-arrow-left{transform-origin:0}.mfp-arrow-right{transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.nice-select{-webkit-tap-highlight-color:transparent;background-color:#fff;border-radius:5px;border:1px solid #e8e8e8;box-sizing:border-box;clear:both;cursor:pointer;display:block;float:left;font-family:inherit;font-size:14px;font-weight:400;height:42px;line-height:40px;outline:none;padding-left:18px;padding-right:30px;position:relative;text-align:left!important;transition:all .2s ease-in-out;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap;width:auto}.nice-select:hover{border-color:#dbdbdb}.nice-select.open,.nice-select:active,.nice-select:focus{border-color:#999}.nice-select:after{border-bottom:2px solid #999;border-right:2px solid #999;content:"";display:block;height:5px;margin-top:-4px;pointer-events:none;position:absolute;right:12px;top:50%;transform-origin:66% 66%;transform:rotate(45deg);transition:all .15s ease-in-out;width:5px}.nice-select.open:after{transform:rotate(-135deg)}.nice-select.open .list{opacity:1;pointer-events:auto;transform:scale(1) translateY(0)}.nice-select.disabled{border-color:#ededed;color:#999;pointer-events:none}.nice-select.disabled:after{border-color:#ccc}.nice-select.wide{width:100%}.nice-select.wide .list{left:0!important;right:0!important}.nice-select.right{float:right}.nice-select.right .list{left:auto;right:0}.nice-select.small{font-size:12px;height:36px;line-height:34px}.nice-select.small:after{height:4px;width:4px}.nice-select.small .option{line-height:34px;min-height:34px}.nice-select .list{background-color:#fff;border-radius:5px;box-shadow:0 0 0 1px rgba(68,68,68,.11);box-sizing:border-box;margin-top:4px;opacity:0;overflow:hidden;padding:0;pointer-events:none;position:absolute;top:100%;left:0;transform-origin:50% 0;transform:scale(.75) translateY(-21px);transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;z-index:9}.nice-select .list:hover .option:not(:hover){background-color:transparent!important}.nice-select .option{cursor:pointer;font-weight:400;line-height:40px;list-style:none;min-height:40px;outline:none;padding-left:18px;padding-right:29px;text-align:left;transition:all .2s}.nice-select .option.focus,.nice-select .option.selected.focus,.nice-select .option:hover{background-color:#f6f6f6}.nice-select .option.selected{font-weight:700}.nice-select .option.disabled{background-color:transparent;color:#999;cursor:default}.no-csspointerevents .nice-select .list{display:none}.no-csspointerevents .nice-select.open .list{display:block}@font-face{font-weight:400;font-style:normal;font-family:Aligatai;src:local("Aligatai"),url(/_next/static/media/Aligatai.892ef0fc.woff) format("woff")}@font-face{font-family:Plantagenet;src:local("Plantagenet"),url(/_next/static/media/plantagenet-cherokee.03f45c7a.ttf)}.quill-text p,body{margin:0;padding:0}body{font-size:18px;font-weight:400;line-height:1.65;font-style:normal;color:#3d3d3d;font-family:Jost,sans-serif;text-rendering:optimizelegibility;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}.body_wrap{overflow:hidden;position:relative}::selection{color:#fff;background-color:#000}::-moz-selection{color:#fff;background-color:#000}iframe{border:none}a:active,a:focus,input,input:active,input:focus,input:hover,textarea,textarea:active,textarea:focus,textarea:hover{outline:none}embed,img,img:not([draggable]),object,video{height:auto;max-width:100%}img{border:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle}a{display:inline-block;transition:.6s cubic-bezier(.25,1,.5,1)}a,a:active,a:focus,a:hover,a:visited{outline:0;text-decoration:none}button{font-family:Jost,sans-serif;padding:0;border:none;background:none;display:inline-block;transition:.6s cubic-bezier(.25,1,.5,1)}button,button:focus{outline:none}h1,h2,h3,h4,h5,h6{font-weight:700;color:#252525}a,h1,h2,h3,h4,h5,h6,p{font-family:Jost,sans-serif}hr{opacity:.2;height:2px;margin:50px 0;border-top:1px dotted #ccc}.decoration_wrap{z-index:1;position:relative}.decoration_wrap .decoration_image{z-index:-1;position:absolute}.backtotop{right:15px;z-index:999;bottom:60px;display:none;position:fixed}.backtotop .scroll{z-index:1;width:40px;height:40px;display:flex;font-size:14px;position:relative;align-items:center;border-radius:100%;color:#25bc6c;justify-content:center;background-color:#fff;box-shadow:0 10px 33.25px 1.75px rgba(0,0,0,.15)}.badge_discount{background-color:#25bc6c}.badge_new{background-color:#109531}.badge_hot{background-color:#ff1d5d}.badge_sale{background-color:#f68872}.bg_tumblr{background-color:#35465d}.bg_facebook{background-color:#3b5998}.bg_twitter{background-color:#1da1f2}.bg_youtube{background-color:red}.bg_google{background-color:#ea4335}.container,.container-fluid{padding-left:15px;padding-right:15px}.container{max-width:1200px}.row{margin-left:-15px;margin-right:-15px}.col,.col-section{flex:unset;padding-left:15px;padding-right:15px}.no_gap .col{padding:0}.width_desktop{max-width:1560px;min-height:60px}.width_laptop_lg{max-width:1460px}.width_laptop_sm{max-width:1360px}.width_tablet{max-width:1290px}.space_rl_medium{padding-left:80px;padding-right:80px}.space_rl_large{padding-left:100px;padding-right:100px}.sec_space_custom{padding-top:100px;padding-bottom:30px}.sec_space_xlarge{padding-top:150px;padding-bottom:150px}.sec_space_large{padding-top:30px;padding-bottom:130px}.sec_space_small{padding-top:30px;padding-bottom:70px}.load_more{margin-top:60px}.btn-view{color:#fff!important;background:linear-gradient(35deg,#3eaf29,#1e8c45);border:none!important}.btn-view:hover{color:#fff!important;background:transparent!important;border:2px solid #3eaf29!important}.btn-view2{color:#fff!important;background:linear-gradient(35deg,#3eaf29,#1e8c45);border-color:transparent}.btn-view2:hover{color:#000!important;background:transparent!important;border-color:#3eaf29}.btn{outline:none;line-height:1;color:#fff;font-size:14px;font-weight:700;padding:21px 50px;border-radius:4px;display:inline-block;border:2px solid transparent;transition:.6s cubic-bezier(.25,1,.5,1)}.btn:focus{outline:none;box-shadow:none}.btn:hover{color:#fff}.btn.btn_rounded{border-radius:45px}.btn.btn_primary{border-color:#25bc6c;background-color:#25bc6c}.btn.btn_primary:hover{color:#25bc6c;background-color:transparent}.btn.btn_white{color:#151515;border-color:#fff;background-color:#fff}.btn.btn_white:hover{color:#fff}.btn.btn_dark,.btn.btn_white:hover{border-color:#151515;background-color:#151515}.btn.btn_dark:hover{color:#151515;background-color:transparent}.btn.btn_gray{color:#151515;border-color:#f3f3f3;background-color:#f3f3f3}.btn.btn_gray:hover{color:#fff;border-color:#25bc6c;background-color:#25bc6c}.btn.btn_brown{border-color:#928656;background-color:#928656}.btn.btn_brown:hover{color:#928656;background-color:transparent}.btn.btn_danger{border-color:#da0a2c;background-color:#da0a2c;box-shadow:0 10px 30px 0 rgba(218,10,44,.5)}.btn.btn_danger:hover{color:#da0a2c;background-color:#fff}.btn.btn_secondary{color:#fff;border-color:#8799a3;background-color:#8799a3;box-shadow:0 10px 30px 0 rgba(135,153,163,.5)}.btn.btn_secondary:hover{color:#8799a3;background-color:#fff}.btn.btn_success{color:#fff;border-color:#39b54a;background-color:#39b54a;box-shadow:0 10px 30px 0 rgba(57,181,74,.5)}.btn.btn_success:hover{color:#39b54a;background-color:#fff}.btn.border_primary{color:#25bc6c;border-color:#25bc6c}.btn.border_primary:hover{color:#fff;background-color:#25bc6c}.btn.border_white{color:#fff;border-color:#fff}.btn.border_white:hover{color:#25bc6c;background-color:#fff}.btn.border_black{color:#231f1f;border-color:#231f1f}.btn.border_black:hover{color:#fff;background-color:#231f1f}.btn.border_gray{color:#252525;border-color:#eaeaeb}.btn.border_gray i{color:#25bc6c}.btn.border_gray:hover{color:#fff;border-color:#25bc6c;background-color:#25bc6c}.btn.border_gray:hover i{color:#fff}.btn_2{z-index:2;color:#1f1e1e;font-size:15px;font-weight:700;padding:18px 33px;position:relative;text-transform:uppercase}.btn_2:after,.btn_2:before{left:0;content:"";width:100%;height:100%;border-radius:4px;position:absolute;transition:.6s cubic-bezier(.25,1,.5,1)}.btn_2:before{top:0;z-index:-1;border:2px solid #030303}.btn_2:after{top:11px;z-index:-2;background-color:#cdcdcd}.btn_2:hover{color:#fff}.btn_2:hover:after{top:0;background-color:#25bc6c}.btn_text{font-size:14px;font-weight:500;align-items:center;display:inline-flex;color:#3d3d3d;text-transform:uppercase}.btn_text span{position:relative;display:inline-block}.btn_text span:before{width:0;left:auto;right:0;bottom:0;height:1px;content:"";position:absolute;transition:.6s cubic-bezier(.25,1,.5,1);background-color:#25bc6c}.btn_text:hover span:before{left:0;width:100%;right:auto}.btn_text i{margin-left:4px;transition:.6s cubic-bezier(.25,1,.5,1)}.btn_text:hover{color:#25bc6c}.btn_text:hover i{color:#25bc6c;transform:translateX(5px)}.video_btn1{width:150px;height:150px;font-size:26px;font-weight:500;border-radius:100%;display:inline-flex;color:#25bc6c;border:3px solid rgba(251,73,29,.4)}.video_btn1,.video_btn1>span{align-items:center;justify-content:center}.video_btn1>span{width:113px;height:113px;display:flex;border-radius:100%;background-color:#fff}.video_btn1>span i{margin-top:4px;margin-left:4px}.video_btn2{text-align:center;display:inline-block}.video_btn2 span{width:109px;height:109px;font-size:16px;margin:auto auto 25px;display:inline-flex;border:2px solid #fff;background-color:transparent}.video_btn2 span:after,.video_btn2 span:before{background-color:#fff}.video_btn2 small{display:block;color:#fff;font-size:18px;font-weight:500}.ul_li,.ul_li_center,.ul_li_right{margin:0;padding:0;display:flex;flex-wrap:wrap;align-items:center}.ul_li>li,.ul_li_center>li,.ul_li_right>li{float:left;list-style:none;display:inline-block}.ul_li{justify-content:flex-start}.ul_li_center{-webkit-box-pack:center;-ms-flex-pack:center;margin-top:25px}.ul_li_right{justify-content:flex-end}.ul_li_block{margin:0;padding:0;display:block}.ul_li_block>li{display:block;list-style:none}.section_title{margin-bottom:45px}.section_title .title_text{font-size:55px;margin-bottom:10px}.section_title p{color:#c1c1c1;font-size:17px;font-family:Roboto,sans-serif}.section_title_4{z-index:1;position:relative;margin-bottom:70px}.section_title_4 .small_title{color:#151515;line-height:1;font-size:80px;margin-bottom:0;font-weight:700}.section_title_4 .big_title{left:0;right:0;top:50%;z-index:-1;line-height:1;font-size:180px;font-weight:900;position:absolute;color:#f2f2f2;text-transform:uppercase;transform:translateY(-50%);font-family:Poppins,sans-serif}.slick-dots li{margin:0}.slick-dots li:not(:last-child){margin-right:10px}.slick-dots button{width:8px;height:8px;opacity:.3;display:block;border-radius:100%;background-color:#000;transition:.6s cubic-bezier(.25,1,.5,1)}.slick-dots li.slick-active button,.slick-dots li:hover button{opacity:1}.carousel_nav,.carousel_nav button{display:flex;align-items:center;justify-content:center}.carousel_nav button{width:65px;height:65px;color:#fff;border-radius:4px;border:2px solid #25bc6c;background-color:#25bc6c;box-shadow:0 3px 18px 0 rgba(0,0,0,.05)}.carousel_nav button:hover{color:#25bc6c;background-color:#fff}.arrow_leftright{position:relative}.arrow_leftright .carousel_nav button{top:50%;z-index:10;position:absolute;transform:translateY(-50%)}.arrow_leftright .carousel_nav button:first-child{left:0}.arrow_leftright .carousel_nav button:nth-child(2){right:0}.tad_has_carousel>.tab-pane{height:0;display:block;visibility:hidden}.tad_has_carousel>.tab-pane.active,.tad_has_carousel>.tab-pane.show{height:auto;visibility:visible}.form_item{position:relative;margin-bottom:30px}.form_item input,.form_item textarea{width:100%;outline:none;display:block;box-shadow:none;border-radius:45px;color:#252525;border:2px solid #eaeaeb;transition:.6s cubic-bezier(.25,1,.5,1)}.form_item input:focus,.form_item textarea:focus{outline:none;box-shadow:none;border-color:#25bc6c}.form_item input{height:60px;padding:0 25px}.form_item textarea{min-height:160px;padding:20px 25px;border-radius:24px}:-moz-placeholder,::-moz-placeholder{color:#7b7d7f;font-weight:500}:-ms-input-placeholder{color:#7b7d7f;font-weight:500}::-webkit-input-placeholder{color:#7b7d7f;font-weight:500}.input_title{line-height:1;font-size:15px;font-weight:800;margin-bottom:15px}.select_option{position:relative;margin-bottom:30px}.select_option .nice-select{padding:0;width:100%;border:none;height:60px;line-height:60px;border-radius:0;position:relative;transition:.6s cubic-bezier(.25,1,.5,1)}.select_option .nice-select:after{width:auto;height:auto;border:none;float:right;margin:0 0 0 5px;font-weight:400;content:"";transform:unset;position:static;transition:.6s cubic-bezier(.25,1,.5,1);font-family:Font Awesome\ 5 Pro}.select_option .nice-select .list{width:100%;margin-top:5px;padding:12px 0;border-radius:0;min-width:220px}.select_option .nice-select .option{padding:0 25px;min-height:40px;line-height:40px;transition:.6s cubic-bezier(.25,1,.5,1)}.quantity_input{height:60px;padding:0 20px;text-align:center;align-items:center;border-radius:45px;display:inline-flex;justify-content:center;border:2px solid #eceef2}.quantity_input input{width:80px;border:none;padding:0;outline:none;font-size:18px;font-weight:600;text-align:center}.quantity_input span{color:#ced9df;line-height:1;cursor:pointer;font-size:30px;margin:0 10px;transition:.6s cubic-bezier(.25,1,.5,1)}.quantity_input span:hover{color:#25bc6c}.checkbox_item{position:relative;margin-bottom:30px}.checkbox_item input{float:left;width:22px;height:22px;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;border-radius:3px;margin:3px 10px 0 0;background-color:#e6e6e6}.checkbox_item input:before{top:50%;left:50%;opacity:0;color:#0099f7;font-size:12px;content:"";font-weight:700;position:absolute;transition:.6s cubic-bezier(.25,1,.5,1);transform:translate(-50%,-50%);font-family:Font Awesome\ 5 Pro}.checkbox_item input:checked:before{opacity:1}.checkbox_item label{margin:0;display:table;color:#999;cursor:pointer;font-weight:500}.checkbox_item label a{color:#252525}.checkbox_item label a:hover{color:#25bc6c}.radio_item input,.radio_item label{margin:0;cursor:pointer}.fixed_social_links{left:-65px;bottom:200px;z-index:990;display:flex;position:fixed;align-items:center;transform:rotate(-90deg);text-shadow:0 0 5px rgba(0,0,0,.2)}.fixed_social_links .social_title{display:flex;font-size:18px;margin-bottom:0;align-items:center}.fixed_social_links .social_title:after{content:"";width:90px;height:2px;margin:0 20px;display:inline-block;background-color:#252525;box-shadow:0 0 5px 0 rgba(0,0,0,.2)}.fixed_social_links .social_primary>li:not(:last-child){margin-right:30px}.fixed_social_links .social_primary a{font-size:20px}.fixed_social_links.text-white .social_title{color:#fff}.fixed_social_links.text-white .social_title:after{background-color:#fff}.fixed_social_links.text-white .social_primary a{color:#fff}.fixed_social_links.text-white .social_primary a:hover{color:#25bc6c}.social_primary li:not(:last-child){margin-right:20px}.social_primary a{font-size:13px;color:#3d3d3d}.social_primary a:hover{color:#25bc6c}.social_round{margin:-2px}.social_round>li{padding:2px}.social_round a{width:47px;height:47px;display:flex;color:#1c1f23;font-size:14px;align-items:center;border-radius:100%;justify-content:center;background-color:#e8e8e8}.social_round a:hover{color:#fff;background-color:#25bc6c}.social_round a.bg_tumblr{background-color:#35465d}.social_round a.bg_facebook{background-color:#3b5998}.social_round a.bg_twitter{background-color:#1da1f2}.social_round a.bg_youtube{background-color:red}.social_round a.bg_google{background-color:#ea4335}.social_border{margin:-2px}.social_border>li{padding:2px}.social_border a{width:40px;height:40px;display:flex;font-size:14px;align-items:center;border-radius:100%;color:#252525;justify-content:center;border:2px solid #252525}.social_border a:hover{color:#fff;border-color:#25bc6c;background-color:#25bc6c}.rating_star li{color:#a0a0a0;font-size:12px}.rating_star li:not(:last-child){margin-right:1px}.rating_star li.active{color:#f3b833}.rating_wrap{display:flex;align-items:center}.rating_wrap .shop_review_text{color:#343434;font-size:12px;margin-left:7px}.pagination_nav{margin:-3px}.pagination_nav li{padding:3px}.pagination_nav a{height:45px;min-width:45px;display:flex;font-size:16px;font-weight:500;align-items:center;color:#252525;justify-content:center}.pagination_nav li.active a,.pagination_nav li:hover a{color:#25bc6c;background-color:#f9f9f9}.product_tabnav_1>li{padding-bottom:13px;border-bottom:1px solid #000}.product_tabnav_1>li:not(:last-child) button{margin-right:40px}.product_tabnav_1 button{color:#c8c8c8;display:block;font-size:30px;font-weight:800}.product_tabnav_1 button.active,.product_tabnav_1 button:hover{color:#1f1e1e}.product_tabnav_2{margin-bottom:23px}.product_tabnav_2>li{position:relative}.product_tabnav_2>li:not(:last-child){margin-right:18px;padding-right:18px}.product_tabnav_2>li:after{top:50%;width:4px;height:2px;content:"";right:-2px;position:absolute;transform:translateY(-50%);background-color:#252525}.product_tabnav_2>li:last-child:after{display:none}.product_tabnav_2 button{font-size:18px;position:relative;color:#252525}.product_tabnav_2 button:before{left:0;right:0;bottom:0;opacity:0;content:"";height:3px;position:absolute;background-color:red;transition:.6s cubic-bezier(.25,1,.5,1)}.product_tabnav_2 button.active,.product_tabnav_2 button:hover{color:red}.product_tabnav_2 button.active:before,.product_tabnav_2 button:hover:before{opacity:1}.product_tabnav_3{z-index:1;position:relative}.product_tabnav_3>li{position:relative}.product_tabnav_3>li:not(:last-child){margin-right:18px;padding-right:18px}.product_tabnav_3>li:after{top:50%;width:4px;height:2px;content:"";right:-2px;position:absolute;transform:translateY(-50%);background-color:#252525}.product_tabnav_3>li:last-child:after{display:none}.product_tabnav_3 button{font-size:18px;font-weight:700;position:relative;color:#252525}.product_tabnav_3 button:before{left:0;right:0;bottom:0;opacity:0;content:"";height:3px;position:absolute;transition:.6s cubic-bezier(.25,1,.5,1);background-color:#252525}.product_tabnav_3 button.active,.product_tabnav_3 button:hover{color:#252525}.product_tabnav_3 button.active:before,.product_tabnav_3 button:hover:before{opacity:1}.product_tabnav_4{justify-content:center;margin-bottom:45px}.product_tabnav_4>li{position:relative}.product_tabnav_4>li:last-child:after{display:none}.product_tabnav_4 button{color:#000;display:block;font-size:27px;border-radius:10px;border-color:#25bc6c;margin:10px}.product_tabnav_4 button.active,.product_tabnav_4 button:hover{color:#fff;background:linear-gradient(35deg,#3eaf29,#1e8c45);border-color:linear-gradient(35deg,#3eaf29,#1e8c45)}.product_tabnav_5{margin-bottom:40px}.product_tabnav_5>li{position:relative}.product_tabnav_5>li:not(:last-child){margin-right:30px}.product_tabnav_5 button{padding:10px;color:#7f7f7f;font-size:18px;font-weight:700;position:relative}.product_tabnav_5 button:before{left:0;right:0;bottom:0;opacity:0;content:"";height:3px;position:absolute;transition:.6s cubic-bezier(.25,1,.5,1);background-color:#252525}.product_tabnav_5 button.active,.product_tabnav_5 button:hover{color:#252525}.product_tabnav_5 button.active:before,.product_tabnav_5 button:hover:before{opacity:1}.product_tabnav_6>li:not(:last-child){margin-right:40px}.product_tabnav_6 button{color:#a4a4a4;font-size:18px;font-weight:500;text-transform:uppercase}.product_tabnav_6 button.active,.product_tabnav_6 button:hover{color:#252525}.parallax_section{display:flex;min-height:1100px;align-items:center}.post_meta{color:#a8aaab;line-height:1;font-size:14px;font-weight:800}.post_meta li{margin-bottom:15px}.post_meta li:not(:last-child){margin-right:20px}.post_meta a{color:#7b7d7f;display:block}.post_meta a:hover,.post_meta i{color:#25bc6c}.post_meta i{margin-right:3px}.post_meta_2{color:#b7b7b7;line-height:1;font-size:14px}.post_meta_2 li{position:relative}.post_meta_2 li:first-child a{color:#25bc6c}.post_meta_2 li:not(:last-child){margin-right:13px;padding-right:13px}.post_meta_2 li:after{top:50%;right:-3px;content:"/";position:absolute;transform:translateY(-50%)}.post_meta_2 li:last-child:after{display:none}.post_meta_2 a{color:#b7b7b7}.post_meta_2 a:hover{color:#25bc6c}.comment_area_title{line-height:1;font-size:27px;margin-bottom:27px}.comment_item{font-family:Poppins,sans-serif}.comment_item:not(:last-child){margin-bottom:40px;padding-bottom:40px;border-bottom:1px dotted #ccc}.comment_item .comment_item{padding-top:25px;padding-left:85px}.comment_item .comment_thumbnail{float:left;width:60px;height:60px;overflow:hidden;margin-right:20px;align-items:center;display:inline-flex;justify-content:center;background-color:#f9f9f9}.comment_item .comment_content{display:table}.comment_item .comment_name_wrap{display:flex;align-items:center;margin-bottom:15px}.comment_item .comment_name{line-height:1;font-size:14px;font-weight:500;margin-bottom:0;margin-right:30px;font-family:Poppins,sans-serif}.comment_item .comment_date{color:#a8aaab;line-height:1;font-size:12px;display:inline-block}.comment_item p{font-size:14px;margin-bottom:25px}.comment_item .reply_btn{font-size:12px;display:inline-block;color:#252525}.comment_item .reply_btn:hover{color:#25bc6c}.comment_form_area .form_item input,.comment_form_area .form_item textarea{border-radius:0}.countdown_timer{margin:-15px}.countdown_timer>li{padding:15px;min-width:130px;position:relative}.countdown_timer>li:after{top:25px;right:-2px;content:":";color:#808182;font-size:17px;position:absolute}.countdown_timer>li:last-child:after{display:none}.countdown_timer span,.countdown_timer strong{display:block;line-height:1}.countdown_timer strong{color:#1e1e1e;font-size:55px;font-weight:600;margin-bottom:14px}.countdown_timer span{color:#717171;font-size:15px;text-transform:uppercase}.header_section{top:0;left:0;right:0;z-index:99;position:absolute;background-color:#fff;border-bottom:3px solid #25bc6c}.header_section.sticky{position:fixed;box-shadow:0 5px 20px 0 rgba(0,0,0,.15);animation:fadeInDown .5s ease-in-out 0s 1 normal none running}.header_section .cart_counter{top:-2px;right:-10px;height:18px;color:#fff;font-size:13px;min-width:18px;font-weight:500;line-height:18px;text-align:center;position:absolute;border-radius:45px;background-color:#25bc6c}.header_section .header_bottom,.header_section .header_top{display:flex;align-items:center;justify-content:space-between}.header_section .welcome_text{margin:0;font-size:15px;font-weight:500}.header_section .select_option .list{right:0;left:unset}.brand_logo .brand_link{display:inline-block}.main_menu{padding:0 0 0 23px}.main_menu_list>li{position:relative}.main_menu_list>li:not(:last-child){margin-right:38px;padding-right:38px}.main_menu_list>li:after{top:50%;right:-2px;width:4px;height:2px;content:"";position:absolute;background-color:#030303;transform:translateY(-50%)}.main_menu_list>li:last-child:after{display:none}.main_menu_list>li>a{display:block;color:#030303;font-size:18px;font-weight:500;padding:15px 0;position:relative;transition:.6s cubic-bezier(.25,1,.5,1)}.main_menu_list>li:hover>a{color:#25bc6c}.main_menu_list>li.active>a{color:#25bc6c;font-weight:700}.main_menu_list .menu_badge{top:0;right:-15px;color:#fff;line-height:1;font-size:10px;font-weight:500;border-radius:3px;position:absolute;padding:4px 5px 3px;text-transform:uppercase}.main_menu_list .menu_badge:before{left:0;bottom:-4px;content:"";position:absolute;border:4px solid transparent}.main_menu_list .new_badge{background-color:green}.main_menu_list .new_badge:before{border-left-color:green}.main_menu_list.small_menu>li:not(:last-child){margin-right:21px;padding-right:21px}.main_menu_list.small_menu a{font-size:17px;font-weight:400}.main_menu_list .submenu{top:100%;margin:0;border:none;font-size:16px;border-radius:0;min-width:220px;padding:20px 0;color:#3d3d3d;box-shadow:0 20px 60px 0 rgba(0,0,0,.15)}.main_menu_list .submenu>li>a{display:block;line-height:1;padding:15px 30px;white-space:nowrap;color:#3d3d3d;transition:.6s cubic-bezier(.25,1,.5,1)}.main_menu_list .submenu>li.active>a,.main_menu_list .submenu>li:hover>a{color:red;background-color:hsla(30,41%,63%,.04)}.main_menu_list .submenu .dropdown>a{position:relative}.main_menu_list .submenu .dropdown>a:after{float:right;font-size:11px;margin-top:2px;content:"";font-weight:400;display:inline-block;font-family:Font Awesome\ 5 Pro}.main_menu_list .submenu .submenu{top:0;left:100%;border-top-left-radius:0}.main_menu_list li:hover>.megamenu,.main_menu_list li:hover>.submenu{display:block;animation:fadeInUp .3s ease-in-out 0s 1 normal none running}.megamenu{left:0;right:0;top:unset;z-index:99;border:none;display:none;position:fixed;border-radius:0;padding:60px 0;background:hsla(0,0%,100%,.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 20px 60px 0 rgba(0,0,0,.15)}.megamenu .homepage_list{margin:-15px}.megamenu .homepage_list>li{padding:15px;width:16.666%}.megamenu .homepage_list a{width:100%;color:#000;display:block;font-size:16px;font-weight:500;text-align:center}.megamenu .homepage_list a span{display:block;transition:.6s cubic-bezier(.25,1,.5,1)}.megamenu .homepage_list a .item_image{margin-bottom:10px;background-color:#000}.megamenu .homepage_list a .item_image img{transition:.6s cubic-bezier(.25,1,.5,1)}.megamenu .homepage_list a:hover{color:#25bc6c}.megamenu .homepage_list a:hover .item_image img{opacity:.4}.header_icons_list>li{height:39px;padding:0 20px;align-items:center;display:inline-flex;border-left:1px solid #ececec}.header_icons_list>li:last-child{padding-right:0}.header_icons_list a{color:#030303;font-size:14px;font-weight:500}.header_icons_list a:hover{color:#25bc6c}.header_icons_list .select_option{margin:0;height:auto}.header_icons_list .select_option .nice-select{font-size:13px;font-weight:500}.header_icons_group>li:not(:last-child){margin-right:26px}.header_icons_group>li>a,.header_icons_group>li>button{color:#030303;font-size:22px;position:relative}.header_icons_group2>li:not(:last-child){margin-right:20px}.header_icons_group2 button{z-index:2;width:56px;height:56px;display:flex;color:#141414;font-size:22px;position:relative;align-items:center;justify-content:center}.header_icons_group2 button:before{top:0;left:0;right:0;bottom:0;content:"";z-index:-1;position:absolute;border-radius:100%;border:2px solid #141414;transition:.6s cubic-bezier(.25,1,.5,1)}.header_icons_group2 button:after{top:6px;left:6px;width:100%;z-index:-2;content:"";height:100%;position:absolute;border-radius:100%;background-color:#f2f2f2;transition:.6s cubic-bezier(.25,1,.5,1)}.header_icons_group2 button:hover{color:#25bc6c}.header_icons_group2 button:hover:before{border-color:#25bc6c}.header_icons_group2 button:hover:after{background-color:rgba(251,73,29,.08)}.header_icons_group2 .cart_counter{top:8px;right:8px}.header_icons_group3>li:not(:last-child){margin-right:7px}.header_icons_group3>li>a,.header_icons_group3>li>button{width:48px;height:48px;display:flex;position:relative;align-items:center;border-radius:100%;justify-content:center;background-color:#eee}.header_icons_group3>li>a:hover,.header_icons_group3>li>button:hover{color:#fff;background-color:#25bc6c}.header_icons_group3 .cart_counter{top:-2px;right:0}.main_search_btn{position:relative}.main_search_btn .search_close{top:50%;left:50%;opacity:0;position:absolute;transform:translate(-50%,-50%)}.main_search_btn.active .search_icon{opacity:0}.main_search_btn.active .search_close{opacity:1}.main_search_form{padding:20px 0;border-radius:0;border:none;border-top:1px solid #ececec}.main_search_form .form_item{margin:0}.main_search_form .form_item input{padding:0 30px;background-color:#fafafa;border:1px solid #ececec}.main_search_form .submit_btn{top:50%;right:20px;position:absolute;transform:translateY(-50%)}.header_useful_links>li{position:relative}.header_useful_links>li:not(:last-child){margin-right:20px;padding-right:20px}.header_useful_links>li:after{top:50%;right:-2px;width:4px;height:2px;content:"";position:absolute;background-color:#030303;transform:translateY(-50%)}.header_useful_links>li:last-child:after{display:none}.header_useful_links>li>a{display:block;color:#030303;font-size:16px;font-weight:500}.header_useful_links>li:hover>a{color:#25bc6c}.sidebar-menu-wrapper{display:block}.sidebar-menu-wrapper .close_btn{top:20px;right:30px;line-height:1;font-size:20px;cursor:pointer;position:absolute;display:inline-block}.sidebar-menu-wrapper .cart_overlay,.sidebar-menu-wrapper .filter_overlay,.sidebar-menu-wrapper .offcanvas_overlay{top:0;left:0;right:0;bottom:0;opacity:0;z-index:999;width:100vw;height:100vh;display:none;position:fixed;background:rgba(0,0,0,.7);transition:.6s cubic-bezier(.25,1,.5,1)}.sidebar-menu-wrapper .cart_overlay.active,.sidebar-menu-wrapper .filter_overlay.active,.sidebar-menu-wrapper .offcanvas_overlay.active{opacity:1;display:block}.cart_sidebar::-webkit-scrollbar{width:0}.cart_sidebar{top:0;width:350px;right:-370px;height:100vh;z-index:9999;position:fixed;padding:60px 0 30px;overflow-y:scroll;background-color:#fff;transition:.6s cubic-bezier(1,0,0,1)}.cart_sidebar.active{right:0}.cart_sidebar .mCustomScrollBox{overflow:visible!important}.cart_sidebar .cart_items_list li{display:flex;position:relative;padding:0 60px 0 30px;align-items:center}.cart_sidebar .cart_items_list li:not(:last-child){margin-bottom:20px}.cart_sidebar .cart_items_list .remove_btn{top:50%;right:30px;position:absolute;transform:translateY(-50%)}.cart_sidebar .cart_items_list .remove_btn:hover{color:red}.cart_sidebar .cart_items_list .item_image{max-width:70px;margin-right:10px}.cart_sidebar .cart_items_list .item_title{line-height:1;font-size:16px;margin-bottom:5px;color:#252525}.cart_sidebar .cart_items_list .item_price{display:block;font-size:15px}.cart_sidebar .total_price{margin:30px 0;padding:20px 30px;border-top:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0}.cart_sidebar .total_price li{width:100%;display:flex;line-height:1;align-items:center;justify-content:space-between}.cart_sidebar .total_price li:not(:last-child){margin-bottom:15px}.cart_sidebar .total_price li:last-child{padding-top:15px;border-top:1px solid #f0f0f0}.cart_sidebar .total_price span{font-size:16px;display:inline-block}.cart_sidebar .total_price span:first-child{color:#252525}.cart_sidebar .btns_group{padding:0 30px}.cart_sidebar .btns_group li:not(:last-child){margin-bottom:10px}.cart_sidebar .btns_group a{width:100%;display:block}.offcanvas_menu{top:0;width:400px;right:-420px;height:100vh;z-index:9999;position:fixed;overflow-y:scroll;padding:80px 30px;background-color:#fff;transition:.6s cubic-bezier(1,0,0,1)}.offcanvas_menu.active{right:0}.offcanvas_menu .mCustomScrollBox{overflow:visible!important}.offcanvas_menu .main_menu_inner{display:block;padding:20px 0}.offcanvas_menu .mobile_menu_list li:not(:last-child){border-bottom:1px solid #f1f1f1}.offcanvas_menu .mobile_menu_list li a{padding:17px 0;color:#252525}.offcanvas_menu .mobile_menu_list li.active>a,.offcanvas_menu .mobile_menu_list li:hover>a{color:#25bc6c}.offcanvas_menu .dropdown>a{width:100%;display:block;position:relative;color:#252525}.offcanvas_menu .dropdown>a:after{margin:0;padding:0;width:auto;height:auto;border:none;float:right;content:"";font-weight:400;display:inline-block;font-family:Font Awesome\ 5 Pro}.offcanvas_menu .dropdown-menu{width:100%;border:none;padding:15px 0;box-shadow:none;border-radius:0;background-color:#f7f7f7;transform:unset!important;position:static!important}.offcanvas_menu .dropdown-menu li a{width:100%;padding:15px;display:block}.offcanvas_menu .dropdown-menu .dropdown-menu{padding:0}.offcanvas_menu .dropdown-menu .dropdown-menu li a{padding-left:30px}.offcanvas_menu .show{display:block}.offcanvas_menu .megamenu{padding:10px;box-shadow:none;transform:unset!important;position:static!important}.offcanvas_menu .homepage_list{margin:0}.offcanvas_menu .homepage_list>li{width:50%}.offcanvas_menu .homepage_list>li:not(:last-child){border:none}.offcanvas_menu .homepage_list>li>a{padding:0}.offcanvas_menu::-webkit-scrollbar{width:0}.header_1+main{margin-top:131px}.header_1 .header_top{border-bottom:1px solid #ececec}.header_1.sticky .header_top{display:none}.header_1 .header_icons_group{margin-left:145px}.header_1 .select_option .nice-select{height:39px;line-height:39px}.header_1 .menu_wrap{display:flex;align-items:center}.header_2+main{margin-top:160px}.header_2.sticky .header_top{padding:15px 0}.header_2.sticky .header_bottom{display:none}.header_2 .header_top{padding:25px 0}.header_2 .header_bottom,.header_2 .header_top{display:flex;align-items:center;justify-content:space-between}.header_2 .header_bottom{padding:0 30px;border:1px solid #e4e4e4}.header_2 .support_link{margin:0;font-size:16px}.header_2 .support_link a{color:#252525}.header_2 .support_link a:hover{color:#25bc6c}.header_2 .support_link a i{margin-left:15px;display:inline-block}.header_2 .header_icons_list li{height:50px;align-items:center;display:inline-flex;justify-content:center}.header_2 .header_icons_list a{font-size:16px;font-weight:400}.header_2 .header_icons_list a i{margin-right:4px}.header_2 .header_icons_group>li:not(:last-child){margin-right:10px}.header_2 .header_icons_group>li:last-child{margin-left:30px}.header_2 .header_icons_group>li>a,.header_2 .header_icons_group>li>button{font-size:15px}.header_2 .header_icons_group>li>a:hover,.header_2 .header_icons_group>li>button:hover{color:#25bc6c}.header_2 .main_search_btn{width:43px;height:43px;display:flex;color:#030303;align-items:center;border-radius:100%;justify-content:center;background-color:#f2f2f2}.header_2 .cart_btn{line-height:1;display:flex;color:#7e7e7e;border-radius:2px;padding:10px 22px;align-items:center;border:2px solid #e6e6e6}.header_2 .cart_btn i{color:#030303;font-size:22px}.header_2 .cart_btn span{line-height:1;margin-left:10px;position:relative;display:inline-block}.header_3{padding:61px 0;background-color:transparent}.header_3.sticky{padding:15px 0;background-color:#fff}.header_3 .header_content_wrap,.header_3 .left_area{display:flex;align-items:center;justify-content:space-between}.header_3 .main_menu{padding-left:110px}.header_4+main{margin-top:134px}.header_4 .header_top{background-color:#0b0b0b}.header_4.sticky .header_top{display:none}.header_4 .content_wrap,.header_4 .menu_wrap{display:flex;align-items:center;justify-content:space-between}.header_4 .welcome_text{font-size:13px}.header_4 .welcome_text a{font-weight:800;color:#25bc6c}.header_4 .header_icons_list>li{height:40px;border-left:1px solid hsla(0,0%,100%,.2)}.header_4 .header_icons_list a{color:#fff}.header_4 .header_icons_list a:hover{color:#25bc6c}.header_4 .select_option .nice-select{height:40px;line-height:40px;background:transparent}.header_4 .select_option .nice-select .current,.header_4 .select_option .nice-select:after{color:#fff}.header_4 .select_option .nice-select .list{margin-top:0}.header_4 .header_icons_group{border-right:1px solid #ececec}.header_4 .header_icons_group>li{height:94px;display:flex;padding:0 30px;align-items:center;justify-content:center;border-left:1px solid #ececec}.header_4 .header_icons_group>li:not(:last-child){margin-right:0}.header_4 .header_icons_group>li>a,.header_4 .header_icons_group>li>button{color:#030303;font-size:22px;position:relative}.header_4 .brand_logo{margin-right:90px}.header_5{background-color:transparent}.header_5 .content_wrap{display:flex;padding:50px 0;align-items:center;justify-content:space-between}.header_5.sticky{box-shadow:none;background-color:rgba(0,0,0,.3)}.header_5.sticky .content_wrap{padding:15px 0}.header_5 .header_icons_group>li>a,.header_5 .header_icons_group>li>button{color:#fff;font-size:20px}.header_6+main{margin-top:114px}.header_6 .btns_wrap{display:flex;align-items:center;justify-content:flex-end}.header_6 .header_icons_list{padding-left:35px}.header_6 .header_icons_list>li{padding:0;height:auto;border-left:none}.header_6 .header_icons_list>li:not(:last-child){border-right:1px solid #e6e6e6}.header_6 .header_icons_list a{height:114px;display:flex;font-size:16px;padding:15px 20px;align-items:center;justify-content:center}.header_6 .header_icons_list a i{margin-right:10px}.header_6 .offcanvas_btn{width:114px;height:114px;display:flex;color:#fff;font-size:30px;margin-left:70px;align-items:center;margin-right:-15px;justify-content:center;background-color:#141414}.header_7+main{margin-top:164px}.header_7 .header_top{padding:10px 0;background-color:#030303}.header_7 .header_top .content_wrap,.header_7 .header_top .right_area{display:flex;align-items:center;justify-content:space-between}.header_7.sticky .header_top{display:none}.header_7 .welcome_text{color:#fff;font-size:14px;font-weight:500}.header_7 .header_useful_links>li:after{background-color:#fff}.header_7 .header_useful_links>li>a{color:#fff}.header_7 .header_useful_links>li:hover>a{color:#25bc6c}.header_7 .social_primary{margin-left:40px}.header_7 .social_primary a{color:#fff;font-size:15px}.header_7 .social_primary a:hover{color:#25bc6c}.header_7 .header_bottom{padding:28px 0}.header_7.sticky .header_bottom{padding:15px 0}.header_7 .brand_logo{text-align:center}.header_7 .main_menu{padding:0}.header_7 .main_menu_list>li:not(:last-child){margin-right:25px;padding-right:25px}.header_8{padding:36px 0;background-color:transparent}.header_8.sticky{padding:15px 0;background-color:#fff}.header_8 .main_menu{padding:0}.header_8 .main_menu_list>li:not(:last-child){margin-right:23px;padding-right:23px}.header_8 .header_icons_group3>li>a,.header_8 .header_icons_group3>li>button{background-color:#fdf6ec}.header_8 .header_icons_group3>li>a:hover,.header_8 .header_icons_group3>li>button:hover{background-color:#25bc6c}.header_9{top:0;left:0;right:0;position:absolute;background-color:transparent}.header_9.sticky{background-color:#000}.header_9 .content_wrap{display:flex;padding:35px 0;align-items:center;justify-content:space-between}.header_9 .social_round{margin:-5px}.header_9 .social_round>li{padding:5px}.header_9 .social_round a{width:38px;height:38px;color:#25bc6c;background-color:#fff}.header_9 .social_round a:hover{color:#fff;color:#25bc6c}.footer_widget_title{line-height:1;font-size:20px;margin-bottom:48px}.copyright_text{margin:0;color:#151515;line-height:1;font-size:16px}.copyright_text a{color:#151515;font-weight:600}.copyright_text a:hover{color:#25bc6c}.footer_about .brand_logo{margin-bottom:20px}.footer_about p{font-size:16px;margin-bottom:25px}.footer_contact_info{margin-bottom:30px}.footer_contact_info li{display:flex;font-size:15px}.footer_contact_info li:not(:last-child){margin-bottom:5px}.footer_contact_info p{margin-bottom:0}.footer_contact_info .icon{width:27px}.footer_contact_info a{color:#25bc6c}.footer_contact_info a:hover{text-decoration:underline}.fooetr_newsletter_1{margin-bottom:80px}.fooetr_newsletter_1 .form_title{line-height:1;font-size:36px;margin-bottom:15px}.fooetr_newsletter_1 p{color:#6b6b6b;font-size:18px;margin-bottom:30px;font-family:Roboto,sans-serif}.fooetr_newsletter_1 .form_item input{height:66px;border:none;border-radius:0;text-align:center;font-family:Roboto,sans-serif}.fooetr_newsletter_1 .form_item input:-moz-placeholder,.fooetr_newsletter_1 .form_item input::-moz-placeholder{color:#6b6b6b;font-size:16px;font-weight:400;font-family:Roboto,sans-serif}.fooetr_newsletter_1 .form_item input:-ms-input-placeholder{color:#6b6b6b;font-size:16px;font-weight:400;font-family:Roboto,sans-serif}.fooetr_newsletter_1 .form_item input::-webkit-input-placeholder{color:#6b6b6b;font-size:16px;font-weight:400;font-family:Roboto,sans-serif}.fooetr_newsletter_2 p{line-height:1;font-size:15px;font-weight:300;margin-bottom:20px}.fooetr_newsletter_2 .form_item{margin-bottom:0}.fooetr_newsletter_2 .form_item input{height:45px;color:#fff;font-size:14px;border-radius:0;padding:0 15px;border:2px solid #5c5c5c;background-color:transparent}.fooetr_newsletter_2 .form_item input:-moz-placeholder,.fooetr_newsletter_2 .form_item input::-moz-placeholder{color:#888}.fooetr_newsletter_2 .form_item input:-ms-input-placeholder{color:#888}.fooetr_newsletter_2 .form_item input::-webkit-input-placeholder{color:#888}.fooetr_newsletter_2 .form_item button{top:50%;right:5px;width:37px;height:34px;color:#fff;font-size:14px;line-height:34px;text-align:center;position:absolute;transform:translateY(-50%);background-color:#25bc6c}.fooetr_newsletter_2 .site_link{display:block;font-weight:600;margin-bottom:15px}.fooetr_newsletter_2 .site_link a{color:#fff}.fooetr_newsletter_2 .site_link a:hover{color:#25bc6c}.fooetr_newsletter_2 hr{margin:35px 0;border-top:1px solid hsla(0,0%,100%,.1)}.fooetr_newsletter_3 .form_item{margin-bottom:0}.fooetr_newsletter_3 .form_item input{height:55px;padding:0 20px;border-radius:0;border-color:#fff}.fooetr_newsletter_3 .form_item input:-moz-placeholder,.fooetr_newsletter_3 .form_item input::-moz-placeholder{color:#bfbfbf;font-size:14px;font-weight:400;font-style:italic;font-family:Roboto,sans-serif}.fooetr_newsletter_3 .form_item input:-ms-input-placeholder{color:#bfbfbf;font-size:14px;font-weight:400;font-style:italic;font-family:Roboto,sans-serif}.fooetr_newsletter_3 .form_item input::-webkit-input-placeholder{color:#bfbfbf;font-size:14px;font-weight:400;font-style:italic;font-family:Roboto,sans-serif}.fooetr_newsletter_3 .form_item .btn{top:50%;right:0;padding:19px;font-size:13px;min-width:110px;position:absolute;transform:translateY(-50%)}.fooetr_newsletter_4 .form_item{margin-bottom:0}.fooetr_newsletter_4 .form_item input{font-size:13px;padding:0 40px}.fooetr_newsletter_4 .form_item .btn{top:50%;right:0;padding:21px 30px;position:absolute;transform:translateY(-50%)}.fooetr_newsletter_5 .form_item{margin-bottom:20px}.fooetr_newsletter_5 .form_item input{height:56px;color:#fff;padding:0 20px;font-size:15px;border-radius:0;border:1px solid #1c2237;background-color:transparent}.fooetr_newsletter_5 .form_item input:focus{border-color:#fff}.fooetr_newsletter_5 .form_item .btn{top:50%;right:4px;border-radius:0;padding:14px 20px;position:absolute;transform:translateY(-50%)}.footer_tags_1 ul{margin:-3px}.footer_tags_1 li{padding:3px}.footer_tags_1 a{display:block;line-height:1;color:#888;font-size:14px;font-weight:600;padding:10px 15px;border:2px solid #5c5c5c}.footer_tags_1 a:hover{color:#fff;border-color:#25bc6c;background-color:#25bc6c}.footer_flag_list li:not(:last-child){margin-right:15px}.footer_flag_list a{opacity:.2;display:block;max-width:25px}.footer_flag_list a:hover{opacity:1}.footer_menu>li{position:relative}.footer_menu>li:not(:last-child){margin-right:38px;padding-right:38px}.footer_menu>li:after{top:50%;right:-2px;width:4px;height:2px;content:"";position:absolute;background-color:#030303;transform:translateY(-50%)}.footer_menu>li:last-child:after{display:none}.footer_menu a{color:#030303;font-size:18px;font-weight:500}.footer_menu a:hover{color:#25bc6c}.footer_instagram ul{margin:-5px}.footer_instagram ul li{padding:5px}.footer_instagram ul a{width:91px;height:91px;display:block;overflow:hidden;position:relative;border-radius:5px;background-color:#000}.footer_instagram ul a i,.footer_instagram ul a img{transition:.6s cubic-bezier(.25,1,.5,1)}.footer_instagram ul a i{top:50%;left:50%;opacity:0;color:#fff;font-size:24px;position:absolute;transform:translate(-50%,-50%)}.footer_instagram ul a:hover img{opacity:.4;transform:scale(1.08)}.footer_instagram ul a:hover i{opacity:1}.footer_instagram2 .title_wrap{display:flex;margin-bottom:20px;align-items:center;justify-content:space-between}.footer_instagram2 .title_text{font-size:16px;margin-bottom:0;font-weight:500;font-family:Poppins,sans-serif}.footer_instagram2 .title_text i{margin-right:5px;color:#25bc6c}.footer_instagram2 .viewall_btn{font-size:16px;margin-bottom:0;font-weight:500;color:#252525;font-family:Poppins,sans-serif}.footer_instagram2 .viewall_btn:hover{color:#25bc6c}.footer_instagram2 .zoom-gallery{margin:-5px}.footer_instagram2 .zoom-gallery>li{padding:5px;width:33.333%}.footer_instagram2 .zoom-gallery a{display:block;overflow:hidden;position:relative;background-color:#000}.footer_instagram2 .zoom-gallery a i,.footer_instagram2 .zoom-gallery a img{transition:.6s cubic-bezier(.25,1,.5,1)}.footer_instagram2 .zoom-gallery a i{top:50%;left:50%;opacity:0;color:#fff;font-size:30px;position:absolute;transform:translate(-50%,-50%)}.footer_instagram2 .zoom-gallery a:hover img{opacity:.3;transform:scale(1.08)}.footer_instagram2 .zoom-gallery a:hover i{opacity:1}.footer_twitter .footer_twitter_list>li:not(:last-child){margin-bottom:40px}.footer_twitter .twitter_name_text{line-height:1;font-size:18px;font-weight:700;margin-bottom:5px;font-family:Roboto,sans-serif}.footer_twitter .twitter_user_name{color:#7c7c7c;display:block;font-size:14px;margin-bottom:15px}.footer_twitter p{color:#7c7c7c;font-size:14px;margin-bottom:20px}.footer_twitter p a{color:#7c7c7c;text-decoration:underline}.footer_twitter p a:hover{color:#25bc6c}.footer_twitter .twit_time{display:block;font-size:12px;font-weight:700}.footer_default .fooetr_top{padding:120px 0 80px;background-color:#f6f6f6}.footer_default .fooetr_bottom{padding:32px 0;background-color:#e9e9e9}.footer_default .footer_menu{margin-bottom:45px}.footer_default .social_round a{background-color:transparent}.footer_default .social_round a:hover{background-color:#25bc6c}.footer_style_2{background-color:#1c1f23;font-family:Poppins,sans-serif}.footer_style_2 .footer_widget_title{font-size:18px;font-weight:600;margin-bottom:15px;font-family:Poppins,sans-serif}.footer_style_2 .fooetr_widget_area{padding:100px 0 80px}.footer_style_2 .fooetr_bottom{padding:40px 0 120px}.footer_style_2 .fooetr_useful_links li:not(:last-child){margin-bottom:5px}.footer_style_2 .fooetr_useful_links a{color:#7b7d7f;font-size:14px}.footer_style_2 .fooetr_useful_links a:hover{color:#fff}.footer_style_2 .social_wrap{display:flex;align-items:center;justify-content:space-between}.footer_style_2 .social_wrap .line{width:35%;height:1px;display:inline-block;background-color:#333639}.footer_style_2 .social_wrap .social_primary{width:30%}.footer_style_2 .social_wrap .social_primary li:not(:last-child){margin-right:30px}.footer_style_2 .social_wrap .social_primary a{color:#fff;font-size:16px}.footer_style_2 .social_wrap .social_primary a:hover{color:#25bc6c}.footer_style_2 .copyright_text,.footer_style_2 .copyright_text a{color:#7b7d7f}.footer_style_2 .copyright_text a:hover{color:#25bc6c}.footer_style_3{color:#888;background-color:#333}.footer_style_3 .footer_widget_title{font-weight:800;margin-bottom:50px}.footer_style_3 .policy_section{border-bottom:1px solid hsla(0,0%,100%,.1)}.footer_style_3 .footer_widget_area{padding:60px 0 80px}.footer_style_3 .footer_about p{font-family:Roboto,sans-serif}.footer_style_3 .social_primary a{color:#888;font-size:16px}.footer_style_3 .social_primary a:hover{color:#25bc6c}.footer_style_3 .footer_recent_post{padding-left:20px}.footer_style_3 .recent_post_item .recent_post_title a{color:#fff;font-weight:800}.footer_style_3 .recent_post_item:hover .recent_post_title a{color:#25bc6c}.footer_style_3 .footer_tags_1{padding:0 15px}.footer_style_3 .footer_bottom{padding:18px 0;background-color:#2b2b2b}.footer_style_3 .copyright_text{color:#888;font-size:15px;font-weight:600}.footer_style_3 .copyright_text a{color:#888}.footer_style_3 .copyright_text a:hover{color:#25bc6c}.footer_style_3 .payment_method{text-align:right}.footer_style_4 .footer_widget_title{font-size:30px;font-weight:700;margin-bottom:35px}.footer_style_4 .fooetr_widget_area{padding:80px 0 50px;background-color:#f7f7f7}.footer_style_4 .footer_bottom{padding:22px 0;background-color:#efebeb}.footer_style_4 .footer_bottom .copyright_text{color:#636363}.footer_style_4 .footer_bottom .copyright_text a{color:#636363;font-weight:400}.footer_style_4 .footer_bottom .copyright_text a:hover{color:#25bc6c}.footer_style_4 .footer_about{padding-right:30px}.footer_style_4 .footer_about p{color:#848484;font-size:17px;line-height:1.4;margin-bottom:23px}.footer_style_4 .social_title{line-height:1;font-size:14px;font-weight:800;margin-bottom:15px;text-transform:uppercase}.footer_style_4 .fooetr_useful_links li:not(:last-child){margin-bottom:8px}.footer_style_4 .fooetr_useful_links a{font-weight:500;color:#3d3d3d}.footer_style_4 .fooetr_useful_links a:hover{color:#25bc6c}.footer_style_4 .payment_method{margin-bottom:30px}.footer_style_5 .footer_widget_title{font-size:25px;font-weight:800;margin-bottom:25px;text-transform:uppercase}.footer_style_5 hr{opacity:1;margin:60px -85px;border-top:1px solid #d7dddd}.footer_style_5 .fooetr_top{display:flex;justify-content:center}.footer_style_5 .footer_widget{width:50%;padding:100px 85px;background-size:cover;background-color:#ebf1f1;background-repeat:no-repeat;background-position:0}.footer_style_5 .footer_about{color:#b7b7b7;float:right;max-width:445px}.footer_style_5 .footer_about p{font-size:16px;margin-bottom:40px;font-family:Roboto,sans-serif}.footer_style_5 .footer_contact_info{margin-bottom:45px}.footer_style_5 .footer_contact_info li{align-items:center}.footer_style_5 .footer_contact_info li:not(:last-child){margin-bottom:13px}.footer_style_5 .footer_contact_info .icon{width:30px;height:30px;display:flex;font-size:12px;margin-right:12px;border-radius:100%;align-items:center;justify-content:center;background-color:#25bc6c}.footer_style_5 .social_title{color:#ccc;line-height:1;font-size:16px;font-weight:800;margin-bottom:15px}.footer_style_5 .social_primary li:not(:last-child){margin-right:30px}.footer_style_5 .social_primary a{color:#fff;font-size:21px}.footer_style_5 .social_primary a:hover{color:#25bc6c}.footer_style_5 .fooetr_newsletter_3{max-width:500px}.footer_style_5 .fooetr_newsletter_3 p{margin-bottom:30px}.footer_style_5 .footer_bottom{padding:21px 0;background-color:#242424}.footer_style_5 .footer_bottom .copyright_text{color:#636363;font-size:13px;font-weight:500;text-transform:uppercase}.footer_style_5 .footer_bottom .copyright_text a{color:#636363}.footer_style_5 .footer_bottom .copyright_text a:hover{color:#25bc6c}.footer_style_6{color:#bbb8b8;font-family:Roboto,sans-serif}.footer_style_6 .footer_widget_area{padding:90px 0 70px;background-color:#232325}.footer_style_6 .brand_logo{margin-bottom:30px}.footer_style_6 .footer_about{padding-right:100px}.footer_style_6 .footer_about p{margin-bottom:35px}.footer_style_6 .footer_widget_title{line-height:1;font-size:17px;font-weight:800;margin-bottom:40px;text-transform:uppercase}.footer_style_6 .fooetr_useful_links ul>li:not(:last-child){margin-bottom:6px}.footer_style_6 .fooetr_useful_links ul a{color:#fff;font-size:15px;font-weight:300;text-decoration:underline}.footer_style_6 .fooetr_useful_links ul a:hover{color:#25bc6c}.footer_style_6 .footer_contact_info{margin-bottom:20px}.footer_style_6 .hot_line{color:#fff;display:block;font-size:20px;font-weight:800;margin-bottom:20px}.footer_style_6 .social_round{margin:-5px}.footer_style_6 .social_round>li{padding:5px}.footer_style_6 .social_round a{width:38px;height:38px;color:#fff}.footer_style_6 .footer_bottom{padding-top:26px;background-color:#1a1a1c}.footer_style_6 .copyright_text,.footer_style_6 .copyright_text a{color:#888889}.footer_style_6 .copyright_text a:hover{color:#25bc6c}.footer_style_7 .fooetr_widget_area{padding:70px 0}.footer_style_7 .brand_logo{margin-bottom:30px}.footer_style_7 .footer_contact_info{margin-bottom:25px}.footer_style_7 .footer_contact_info>li:not(:last-child){margin-bottom:10px}.footer_style_7 .footer_contact_info p{color:#141414;line-height:1.3}.footer_style_7 .social_round{margin:-5px}.footer_style_7 .social_round>li{padding:5px}.footer_style_7 .social_round a{width:38px;height:38px;color:#fff}.footer_style_7 .footer_bottom{padding:26px 0;background-color:#222}.footer_style_7 .copyright_text{color:#fff}.footer_style_7 .copyright_text>a{color:#fff;font-weight:400}.footer_style_7 .copyright_text>a:hover{color:#25bc6c}.footer_style_8{color:#cdcdcd}.footer_style_8 p{font-size:18px}.footer_style_8 .social_round a{color:#fff}.footer_style_8 .footer_widget_area{padding:80px 0 50px;background-color:#070912}.footer_style_8 .footer_widget_title{line-height:1;font-size:25px;margin-bottom:25px}.footer_style_8 .instagram_style_3 .instagram_image_group>li{width:33.333%}.footer_style_8 .checkbox_group{padding-top:10px}.footer_style_8 .checkbox_group>li{display:flex;align-items:center}.footer_style_8 .checkbox_group>li:not(:last-child){margin-right:20px}.footer_style_8 .checkbox_group input{width:10px;float:left;height:10px;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin-right:5px;position:relative;border:1px solid #33394e;transition:.6s cubic-bezier(.25,1,.5,1)}.footer_style_8 .checkbox_group input:before{top:50%;left:50%;opacity:0;width:6px;height:6px;content:"";position:absolute;transition:.6s cubic-bezier(.25,1,.5,1);transform:translate(-50%,-50%);background-color:#25bc6c}.footer_style_8 .checkbox_group input:checked{border-color:#25bc6c}.footer_style_8 .checkbox_group input:checked:before{opacity:1}.footer_style_8 .checkbox_group label{cursor:pointer;font-size:15px;margin-bottom:0}.footer_style_8 .footer_bottom{padding:32px 0;background-color:#02040d}.footer_style_8 .footer_bottom .copyright_text{color:#888889;font-size:16px;font-family:Roboto,sans-serif}.footer_style_8 .footer_bottom .copyright_text a{color:#888889;font-weight:400;text-decoration:underline}.footer_style_8 .footer_bottom .copyright_text a:hover{color:#25bc6c}.breadcrumb_section{display:flex;position:relative;padding-top:100px;padding-bottom:20px;align-items:center;background-size:cover;background-repeat:no-repeat;background-position:50%}.page_title{line-height:1;font-size:65px;font-weight:900;margin-bottom:30px}.breadcrumb_nav li{color:#737373;font-size:16px;font-weight:600;position:relative}.breadcrumb_nav li:first-child:after{background-color:#25bc6c}.breadcrumb_nav li:first-child>a{color:#25bc6c}.breadcrumb_nav li:not(:last-child){margin-right:21px;padding-right:21px}.breadcrumb_nav li:after{top:50%;right:-2px;content:"";width:4px;height:2px;position:absolute;background-color:#737373;transform:translateY(-50%)}.breadcrumb_nav li:last-child:after{display:none}.breadcrumb_nav a{color:#737373}.breadcrumb_nav a:hover{color:#25bc6c}.breadcrumb_nav.text-white li{color:#fff}.breadcrumb_nav.text-white li:after{background-color:#fff}.breadcrumb_nav.text-white li:first-child:after{background-color:#25bc6c}.breadcrumb_nav.text-white a{color:#fff}.breadcrumb_nav.text-white a:hover{color:#25bc6c}.breadcrumb_content{text-align:center}.breadcrumb_2{padding:100px 0;min-height:475px}.breadcrumb_2 .page_title{margin-bottom:15px;letter-spacing:-3px}.sidebar_section{padding-left:40px;padding-right:30px}.sb_widget:not(:last-child){margin-bottom:45px}.sb_widget_title{font-size:24px;font-weight:600;margin-bottom:35px}.sb_search .form_item input:-moz-placeholder,.sb_search .form_item input::-moz-placeholder{color:#666;font-size:13px;font-weight:400;font-family:Poppins,sans-serif}.sb_search .form_item input:-ms-input-placeholder{color:#666;font-size:13px;font-weight:400;font-family:Poppins,sans-serif}.sb_search .form_item input::-webkit-input-placeholder{color:#666;font-size:13px;font-weight:400;font-family:Poppins,sans-serif}.sb_search .form_item button{top:50%;right:25px;font-size:16px;position:absolute;transform:translateY(-50%)}.sb_instagram .instagram_image_group{margin:-4px;max-width:300px}.sb_instagram .instagram_image_group li{width:50%;padding:4px}.sb_instagram .instagram_image_group a{display:block;overflow:hidden;position:relative;background-color:#000}.sb_instagram .instagram_image_group a img{transition:.6s cubic-bezier(.25,1,.5,1)}.sb_instagram .instagram_image_group a i{top:50%;left:50%;opacity:0;color:#fff;font-size:30px;position:absolute;transition:.6s cubic-bezier(.25,1,.5,1);transform:translate(-50%,-50%)}.sb_instagram .instagram_image_group a:hover img{opacity:.4;transform:scale(1.08)}.sb_instagram .instagram_image_group a:hover i{opacity:1}.sb_category_list li:not(:last-child){margin-bottom:17px;padding-bottom:17px;border-bottom:1px solid #e8e8e8}.sb_category_list a{color:#333;display:block;line-height:1;font-size:16px}.sb_category_list a:hover{color:#25bc6c}.sb_category_list a span{float:right}.sb_category_list a i{float:left;margin-right:10px}.sb_tags_list{margin:-6px}.sb_tags_list li{padding:6px}.sb_tags_list a{display:block;line-height:1;color:#333;font-size:16px;padding:8px 15px;border-radius:2px;border:1px solid #e6e6e6}.sb_tags_list a:hover{color:#fff;border-color:#25bc6c;background-color:#25bc6c}.filter_sidebar{top:0;width:370px;right:-400px;height:100vh;z-index:9999;position:fixed;overflow-y:scroll;padding:30px 30px 100px;background-color:#fff;transition:.6s cubic-bezier(1,0,0,1)}.filter_sidebar.active{right:0}.filter_sidebar .mCustomScrollBox{overflow:visible!important}.filter_sidebar .close_btn{width:55px;height:55px;line-height:1;color:#585757;position:static;border-radius:100%;align-items:center;margin-bottom:30px;display:inline-flex;justify-content:center;background-color:#f2f2f2}.filter_sidebar .close_btn:hover{color:#fff;background-color:#25bc6c}.filter_sidebar::-webkit-scrollbar{width:0}.fs_widget:not(:last-child){margin-bottom:50px;padding-bottom:50px;border-bottom:2px solid #f2f2f2}.fs_widget_title{color:#585757;font-size:18px;font-weight:900;margin-bottom:23px}.fs_category_list li:not(:last-child){margin-bottom:7px}.fs_category_list span{width:30px;height:30px;margin-right:10px;align-items:center;display:inline-flex;color:#252525;justify-content:center}.fs_category_list a{align-items:center;display:inline-flex;color:#3d3d3d}.fs_category_list a:hover,.fs_category_list a:hover span{color:#25bc6c}.fs_price_list li:not(:last-child){margin-bottom:10px}.fs_price_list input{width:14px;height:14px;outline:none;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin-right:10px;border-radius:100%;background-color:#fff;border:4px solid #f0f1f5;transition:.6s cubic-bezier(.25,1,.5,1)}.fs_price_list input:checked{border-color:#25bc6c}.fs_price_list label{margin:0;cursor:pointer}.fs_color_list ul{margin:-5px}.fs_color_list li{padding:5px}.fs_color_list input{width:20px;height:20px;outline:none;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;border-radius:100%}.fs_color_list input.bg_color_1{background-color:#ffa037}.fs_color_list input.bg_color_2{background-color:#6c7ae0}.fs_color_list input.bg_color_3{background-color:#f23226}.fs_color_list input.bg_color_4{background-color:#828664}.fs_color_list input.bg_color_5{background-color:#68a3c2}.fs_color_list input.bg_color_6{background-color:#009122}.fs_color_list input.bg_color_7{background-color:#0099f7}.fs_color_list input.bg_color_8{background-color:#bb8c80}.fs_color_list input.bg_color_9{background-color:#ffa037}.fs_color_list input.bg_color_10{background-color:#875546}.fs_color_list input.bg_color_11{background-color:#f74877}.fs_color_list input.bg_color_12{background-color:#1f1e29}.fs_color_list input.bg_color_13{background-color:#ddd}.fs_color_list input:before{top:50%;left:50%;opacity:0;color:#fff;font-size:12px;content:"";font-weight:400;position:absolute;transition:.6s cubic-bezier(.25,1,.5,1);transform:translate(-50%,-50%);font-family:Font Awesome\ 5 Pro}.fs_color_list input:checked:before{opacity:1}.fs_size_list li:not(:last-child){margin-right:10px}.fs_size_list label{z-index:1;margin:0;height:40px;padding:10px;display:flex;font-size:15px;cursor:pointer;min-width:40px;font-weight:600;position:relative;align-items:center;justify-content:center}.fs_size_list input{top:0;left:0;width:100%;height:100%;z-index:-1;outline:none;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;position:absolute;border:2px solid #000;transition:.6s cubic-bezier(.25,1,.5,1)}.fs_size_list input:checked{border-color:#25bc6c}.newsletter_form_1,.newsletter_section{background-size:cover;background-repeat:no-repeat;background-position:50%}.newsletter_form_1{padding:80px 0}.newsletter_form_1 .form_title{line-height:1;font-size:45px;margin-bottom:10px}.newsletter_form_1 p{color:#949494;font-size:21px;margin-bottom:40px;font-family:Roboto,sans-serif}.newsletter_form_1 p small{font-size:18px}.newsletter_form_1 .form_item{margin-bottom:20px}.newsletter_form_1 .form_item input{height:80px;padding:0 40px;border-color:#fff}.newsletter_form_1 .form_item input:focus{border-color:#25bc6c}.newsletter_form_1 .form_item .btn{top:50%;right:10px;position:absolute;transform:translateY(-50%)}.newsletter_form_2{padding:80px 100px;background-size:cover;background-color:#fff;background-repeat:no-repeat;background-position:100%}.newsletter_form_2 h2{line-height:1;font-size:20px;font-weight:500;margin-bottom:15px;letter-spacing:2px;color:#25bc6c;text-transform:uppercase}.newsletter_form_2 h3{color:#101010;line-height:1;font-size:65px;margin-bottom:0}.newsletter_form_2 .form_item{margin-bottom:15px}.newsletter_form_2 .form_item input{height:90px;padding:0 30px;border-radius:0;background-color:#ebebeb}.newsletter_form_2 .form_item .btn{top:50%;right:0;font-size:20px;min-width:200px;padding:33px 40px;position:absolute;transform:translateY(-50%)}.newsletter_form_2 p{color:#777;font-size:15px;font-weight:700;margin-bottom:0}.newsletter_form_2 p a{color:#25bc6c;text-decoration:underline}.custom_slider{top:60px}.slider_section{position:relative}.slider_section .slider_item{background-size:cover;background-repeat:no-repeat;background-position:50%;margin-top:0}.slider_section .thumbnail_item{cursor:pointer;transition:.6s cubic-bezier(.25,1,.5,1)}.slider_section .slide_count_wrap{display:flex;color:#030303;font-size:18px;font-weight:700;padding-top:55px;align-items:center;justify-content:center}.slider_section .slide_count_wrap span{position:relative}.slider_section .slide_count_wrap span:after{content:"/";margin:0 6px;display:inline-block}.slider_section .slide_count_wrap span:last-child:after{display:none}.slider_section .slider_btns_group{margin:-7px}.slider_section .slider_btns_group>li{padding:7px}.main_slider_1{position:relative}.main_slider_1 .slider_item{background-image:url(/_next/static/media/carrusel-1.d3efbf54.jpg);display:flex;min-height:900px;align-items:center}.main_slider_1 .ms_nav_thumbnails{left:0;bottom:50px;z-index:2;width:300px;position:absolute}.main_slider_1 .thumbnail_item{display:flex;padding:20px;text-align:right;position:relative;align-items:center;justify-content:flex-end}.main_slider_1 .thumbnail_item:after{right:95px;width:17px;height:2px;content:"";bottom:-1px;position:absolute;background-color:#fff}.main_slider_1 .thumbnail_item .item_image{order:12;opacity:0;width:60px;flex:0 0 60px;overflow:hidden;margin-left:15px;border-radius:5px;transition:.6s cubic-bezier(.25,1,.5,1)}.main_slider_1 .thumbnail_item h3{margin:0;color:#fff;line-height:1;font-size:22px;font-weight:800;transition:.6s cubic-bezier(.25,1,.5,1)}.main_slider_1 .thumbnail_item h3 span{display:block;font-size:17px;font-weight:400}.main_slider_1 .thumbnail_item.slick-current .item_image,.main_slider_1 .thumbnail_item:hover .item_image{opacity:1}.main_slider_1 .thumbnail_item.slick-current h3,.main_slider_1 .thumbnail_item:hover h3{color:#25bc6c}.main_slider_1 .small_title{line-height:1;font-size:22px;font-weight:500;margin-bottom:10px;color:#844259}.main_slider_1 .big_title{font-size:70px;font-weight:800;margin-bottom:10px}.main_slider_1 p{margin-bottom:40px;font-family:Roboto,sans-serif}.main_slider_4{border:6px solid #25bc6c}.main_slider_4 .slider_item{display:flex;position:relative;align-items:center}.main_slider_4 .slider_image{width:55%}.main_slider_4 .slider_content{width:45%;padding-right:160px}.main_slider_4 .slider_image{order:13;height:auto;overflow:hidden}.main_slider_4 .image_wrap{width:740px}.main_slider_4 .image_wrap img{transform:scaleX(0)}.main_slider_4 .slider_item.slick-current .image_wrap img{transform:scaleX(1);transition:.8s cubic-bezier(.34,1.56,.64,1)}.main_slider_4 .item_title{line-height:1;font-size:4vw;font-weight:800;margin-bottom:20px}.main_slider_4 p{color:#231f1f;font-size:20px;font-weight:500;margin-bottom:35px;font-family:Roboto,sans-serif}.main_slider_4 .item_type{right:66px;bottom:85px;color:#291e18;font-size:20px;font-weight:500;position:absolute;text-transform:uppercase;writing-mode:vertical-rl}.main_slider_4 .ms_nav_thumbnails{top:50%;right:0;width:200px;position:absolute;transform:translateY(-50%)}.main_slider_4 .thumbnail_item.slick-current{opacity:.4;transform:scale(.6)}.main_slider_4 .carousel_nav{left:45.51%;bottom:0;z-index:2;width:740px;display:flex;position:absolute;justify-content:space-between}.main_slider_4 .carousel_nav button{width:50%;height:50px;display:flex;color:#fff;border-radius:0;align-items:center;justify-content:center;background-color:#25bc6c}.main_slider_4 .carousel_nav button:hover{background-color:#1e9254}.main_slider_5{position:relative}.main_slider_5 .slider_item{display:flex;min-height:990px;padding:100px 0;position:relative;align-items:center;background-size:cover;background-repeat:no-repeat;background-position:50%}.main_slider_5 .item_title{font-size:96px;font-weight:700;margin-bottom:0}.main_slider_5 .item_title span{color:#25bc6c}.main_slider_5 p{font-size:20px;margin-bottom:30px;font-family:Roboto,sans-serif}.main_slider_5 .slider_nav{left:0;right:0;z-index:0;bottom:84px;position:absolute}.main_slider_5 .ms_nav_thumbnails{float:right;max-width:320px}.main_slider_5 .carousel_nav{width:100%;padding-top:10px;padding-right:192px;justify-content:flex-end}.main_slider_5 .carousel_nav button{width:59px;height:59px;border:none;border-radius:0}.main_slider_5 .carousel_nav button:not(:last-child){margin-right:10px}.main_slider_6 .slider_item{display:flex;overflow:hidden;padding:100px 0;min-height:870px;align-items:center;background-color:#ecebe9}.main_slider_6 .slider_content{padding-right:220px}.main_slider_6 .item_title{font-size:92px;line-height:1.2;margin-bottom:0;font-weight:700}.main_slider_6 .item_title span{font-weight:400}.main_slider_6 p{font-size:20px;margin-bottom:30px;font-family:Roboto,sans-serif}.main_slider_6 .model_image1{left:0;bottom:0;max-width:850px}.main_slider_6 .model_image2{right:0;bottom:0;max-width:445px}.main_slider_6 .ms_nav_thumbnails{left:51.5%;width:230px;bottom:30px;right:unset;position:absolute;display:inline-block}.main_slider_6 .ms_nav_thumbnails .ms_nav_item{display:flex;color:#777;cursor:pointer;position:relative;align-items:center}.main_slider_6 .ms_nav_thumbnails .ms_nav_item:after{height:1px;content:"";min-width:37px;margin-left:9px;display:inline-block;background-color:#767676}.main_slider_6 .ms_nav_thumbnails span{display:block}.main_slider_7{padding:90px 150px}.main_slider_7 .banner_carousel{position:relative}.main_slider_7 .banner_carousel .slick-dots{right:45px;left:unset;width:auto;bottom:25px}.main_slider_7 .banner_carousel .slick-dots button{background-color:#fff}.main_slider_7 .carousel_nav button{width:67px;height:67px;border:none;color:#fff;border-radius:100%;background-color:#000}.main_slider_7 .carousel_nav button:hover{color:#fff;background-color:#25bc6c}.main_slider_7 .carousel_nav button:first-child{left:40px}.main_slider_7 .carousel_nav button:nth-child(2){right:40px}.main_slider_8{overflow:hidden;position:relative}.main_slider_8 .carousel_nav button{border-radius:100%;color:#25bc6c;background-color:transparent;border:2px solid rgba(251,73,29,.2)}.main_slider_8 .carousel_nav button:hover{border-color:#fff;background-color:#fff}.main_slider_8 .carousel_nav button:first-child{left:60px}.main_slider_8 .carousel_nav button:nth-child(2){right:60px}.main_slider_8 .slider_item{z-index:1;display:flex;min-height:1080px;position:relative;align-items:center}.main_slider_8 .big_text{left:115px;z-index:-1;opacity:.5;bottom:-50px;color:#fff;display:block;line-height:1;font-size:333px;font-weight:900;position:absolute;text-transform:uppercase;font-family:Poppins,sans-serif}.main_slider_8 .slider_content{margin-top:-230px}.main_slider_8 .item_title{font-size:90px;margin-bottom:0}.main_slider_8 .item_title span{font-weight:400}.main_slider_8 p{font-size:20px;margin-bottom:40px}.main_slider_9 .slider_item{display:flex;padding:120px 0;height:100vh;align-items:center}.main_slider_9 .small_title{color:#fff;font-size:18px;margin-bottom:0;font-weight:500;padding:7px 22px;display:inline-block;background-color:#222;text-transform:uppercase}.main_slider_9 .big_title{font-size:70px;line-height:5rem;font-weight:900;margin-bottom:20px}.main_slider_9 .slick-dots{top:50%;right:90px;width:auto;left:unset;bottom:unset;transform:translateY(-50%)}.main_slider_9 .slick-dots li{margin:0;padding:2px;display:block}.main_slider_9 .slick-dots li:not(:last-child){margin-bottom:10px}.main_slider_9 .slick-dots li button{opacity:1;width:15px;height:15px;transform:scale(.6);background-color:#d0cdc4;border:2px solid transparent}.main_slider_9 .slick-dots li.slick-active button,.main_slider_9 .slick-dots li:hover button{transform:scale(1);border-color:#0b0b0b;background-color:transparent}.main_slider_10 .slider_item{display:flex;padding:120px 0;min-height:970px;align-items:center}.main_slider_10 .small_title{font-size:52px;margin-bottom:0;font-weight:400;font-family:Aligatai}.main_slider_10 .big_title{font-size:86px;margin-bottom:30px}.main_slider_10 .big_title span{font-weight:400}.main_slider_10 .slick-dots{bottom:60px}.main_slider_10 .slick-dots button{background-color:#000}.grid{margin:-15px}.grid .grid-item,.grid .grid-sizer{float:left;display:inline-block}.grid .grid-item{padding:15px}.category_masonry_1{margin:-13px}.category_masonry_1 .grid-item{padding:13px}.category_masonry_1 .grid-item,.category_masonry_1 .grid-sizer{width:25%}.category_masonry_1 .w_50{width:50%}.category_item_1{z-index:1;display:block;overflow:hidden;position:relative}.category_item_1 img{display:block}.category_item_1 .item_title,.category_item_1 img{width:100%;transition:.6s cubic-bezier(.25,1,.5,1)}.category_item_1 .item_title{left:0;bottom:0;z-index:1;line-height:1;color:#fff;font-size:28px;font-weight:700;padding:21px 38px;position:absolute;background-color:#844259}.category_item_1:hover img{transform:scale(1.08)}.category_item_1:hover .item_title{color:#25bc6c}.category_item_2{margin-top:30px;position:relative}.category_item_2 .image_wrap{display:block;overflow:hidden}.category_item_2 .image_wrap img{transition:.6s cubic-bezier(.25,1,.5,1)}.category_item_2:hover .image_wrap img{transform:scale(1.08)}.category_item_2 .item_content{top:65px;left:70px;max-width:350px;position:absolute}.category_item_2 .item_badge{color:#231f1f;line-height:1;font-size:18px;font-weight:600;margin-bottom:25px;text-transform:uppercase}.category_item_2 .item_title{opacity:.7;line-height:1;font-size:50px;font-weight:700;margin-bottom:0}.h6category_section{padding:30px 15px}.category_item_3{padding:40px;display:flex;min-height:509px;align-items:center;justify-content:center;background-color:#efefef}.category_item_3 .section_title_4 .small_title{font-size:46px}.category_item_3 .section_title_4 .big_title{color:#e4e3e1;font-size:104px}.category_item_3 ul{margin:-15px}.category_item_3 ul li{padding:15px;width:33.333%}.category_item_3 ul li a{display:block}.category_item_3 ul li .item_image{width:150px;height:150px;display:flex;margin:0 auto 25px;align-items:center;border-radius:100%;justify-content:center;background-color:#e9e8e6}.category_item_3 ul li .item_image img{max-height:90px;max-width:100px;transition:.6s cubic-bezier(.25,1,.5,1)}.category_item_3 ul li .item_title{display:block;font-size:24px;font-weight:600;line-height:1.1;color:#252525;transition:.6s cubic-bezier(.25,1,.5,1)}.category_item_3 ul li:hover .item_image img{transform:scale(1.08)}.category_item_3 ul li:hover .item_title{color:#25bc6c}.category_item_4{display:block;overflow:hidden;position:relative;background-color:#000}.category_item_4 .item_title,.category_item_4 img{transition:.6s cubic-bezier(.25,1,.5,1)}.category_item_4 .item_title{left:50px;bottom:50px;z-index:1;line-height:1;font-size:35px;min-width:180px;font-weight:800;padding:20px 30px;text-align:center;border-radius:6px;position:absolute;color:#252525;display:inline-block;background-color:#fff}.category_item_4:hover img{opacity:.7;transform:scale(1.08)}.category_item_4:hover .item_title{color:#25bc6c}.category_item_5{margin-top:60px}.category_item_5 .item_image{display:block;overflow:hidden;margin-bottom:20px}.category_item_5 .item_image img{transition:.6s cubic-bezier(.25,1,.5,1)}.category_item_5 .item_title{font-size:30px;margin-bottom:0;text-transform:uppercase}.category_item_5 .item_title a{color:#252525}.category_item_5 .item_title a i{margin-left:10px;transition:.6s cubic-bezier(.25,1,.5,1)}.category_item_5 .item_title a:hover i{transform:translateX(10px)}.category_item_5:hover .item_image img{transform:scale(1.08)}.category_item_5:hover .item_title a{color:#25bc6c}.category_masonry_2{padding:0 7px;margin-bottom:14px}.category_masonry_2 .col{padding:0 7px}.category_masonry_2 .category_item_6{margin-top:14px}.category_item_6{overflow:hidden;position:relative}.category_item_6 img{transition:.6s cubic-bezier(.25,1,.5,1)}.category_item_6:hover img{transform:scale(1.08)}.category_item_6 .item_content{top:50%;left:60px;z-index:2;max-width:380px;position:absolute;transform:translateY(-50%)}.category_item_6 .small_title{line-height:1;font-size:14px;font-weight:500;margin-bottom:10px;color:#25bc6c}.category_item_6 .item_title{font-size:60px;line-height:1.1;font-weight:600;margin-bottom:5px}.category_item_6 .item_price{line-height:1;font-size:40px;font-weight:500;margin-bottom:25px;color:#25bc6c}.category_item_6 .item_price sub{bottom:0;font-weight:300}.category_item_6 .btn{font-size:14px;padding:8px 14px;border-radius:2px}.creative_category_section{position:relative;background-color:#000}.creative_category_section .nav{top:0;left:0;right:0;bottom:0;z-index:1;color:#fff;position:absolute}.creative_category_section .nav>li{height:100%;width:33.333%}.creative_category_section .nav>li:not(:last-child){border-right:1px solid hsla(0,0%,100%,.2)}.creative_category_section .nav>li>div{z-index:1;opacity:.3;height:100%;display:flex;padding:100px;cursor:pointer;position:relative;align-items:flex-end;justify-content:center;transition:.6s cubic-bezier(.25,1,.5,1)}.creative_category_section .nav>li>div:hover{background-color:hsla(0,0%,100%,.05)}.creative_category_section .nav>li>div.active{opacity:1}.creative_category_section .nav .bg_image{top:0;left:0;right:0;bottom:0;z-index:-1;position:absolute;background-size:cover;background-repeat:no-repeat;background-position:50%}.creative_category_section .nav .bg_image,.creative_category_section .nav .overlay{display:none}.creative_category_section .tab-pane{min-height:100vh;position:relative;background-size:cover;background-repeat:no-repeat;background-position:50%}.creative_category_section .overlay{top:0;left:0;right:0;bottom:0;position:absolute;background-color:rgba(0,0,0,.7)}.creative_category_section h3{color:#fff;font-size:80px;font-weight:400;margin-bottom:10px;text-transform:uppercase;font-family:Anton,sans-serif}.creative_category_section p{font-size:23px;margin-bottom:30px}.fullwidth_deals_1{display:flex;min-height:850px;align-items:center;background-size:cover;background-repeat:no-repeat;background-position:50%;background-image:url(/_next/static/media/banner-1.7ad8c848.jpg)}.fullwidth_deals_1 h2{line-height:1;font-size:20px;font-weight:500;padding:15px 21px;margin-bottom:15px;display:inline-block;background-color:#ce403f}.fullwidth_deals_1 h3{line-height:1;font-size:70px;font-weight:400;margin-bottom:15px;letter-spacing:-2px}.fullwidth_deals_1 h3 span{display:block;line-height:.8;font-size:215px;font-weight:700}.fullwidth_deals_1 p{font-size:17px;margin-bottom:40px;font-family:Roboto,sans-serif}.deals_carousel_section{background-size:auto;background-repeat:no-repeat;background-position:100%}.deals_carousel_1 .common_carousel_1col{margin:0 auto;max-width:562px;overflow:hidden;border-radius:4px;background-color:#fff;box-shadow:0 3px 65px 0 rgba(0,0,0,.1)}.deals_carousel_1 .carousel_nav button{border-radius:0}.deal_item_1{padding-top:90px;text-align:center;position:relative}.deal_item_1 .item_title{line-height:1;font-size:65px;font-weight:700;margin-bottom:20px}.deal_item_1 .item_title span{display:block}.deal_item_1 .item_price{display:flex;align-items:center;margin-bottom:20px;justify-content:center}.deal_item_1 .item_price .sale_price{font-size:20px;font-weight:700;margin-right:12px}.deal_item_1 .item_price del{color:#999;font-size:18px}.deal_item_1 .item_image{height:300px;display:flex;margin-bottom:30px;align-items:center;justify-content:center}.deal_item_1 .item_image img{max-height:280px;transition:.6s cubic-bezier(.25,1,.5,1)}.deal_item_1:hover .item_image img{transform:scale(1.08)}.deal_item_1 .item_badge{top:20px;right:20px;color:#332e2d;font-size:15px;font-weight:600;padding:6px 13px;border-radius:3px;position:absolute;background-color:#ecf1fa;text-transform:uppercase}.deal_item_1 .btn{width:100%;padding:30px;display:block;font-size:21px;border-top-left-radius:0;border-top-right-radius:0}.fullwidth_deals_2 .slider_item{display:flex;padding:120px 0;min-height:850px;align-items:center;background-size:cover;background-repeat:no-repeat;background-position:50%}.fullwidth_deals_2 .video_btn1{margin-bottom:20px}.fullwidth_deals_2 h3{color:#1e1e1e;font-size:40px;font-weight:600;margin-bottom:10px}.fullwidth_deals_2 p{color:#1e1e1e;font-size:19px;margin-bottom:30px;font-family:Roboto,sans-serif}.fullwidth_deals_2 .slick-dots{bottom:40px;display:flex;justify-content:center}.fullwidth_deals_2 .slick-dots button{background-color:#fff}.fullwidth_deals_3 .item_badge{font-size:22px;font-weight:800;border-radius:6px;padding:12px 25px;margin-bottom:25px;display:inline-block;color:#25bc6c;text-transform:uppercase;background-color:#fff}.fullwidth_deals_3 h2{color:#fff;line-height:1;font-size:140px;font-weight:400;margin-bottom:45px;font-family:Anton,sans-serif}.fullwidth_deals_3 .countdown_timer{margin-bottom:70px}.fullwidth_deals_3 .countdown_timer li{min-width:auto;text-align:center}.fullwidth_deals_3 .countdown_timer li:after{display:none}.fullwidth_deals_3 .countdown_timer strong{color:#fff;font-size:44px;font-weight:400;margin-bottom:5px;font-family:Anton,sans-serif}.fullwidth_deals_3 .countdown_timer span{font-size:17px;font-weight:600;color:#25bc6c}.instagram_title_1{display:flex;color:#0f0f10;font-size:27px;font-weight:800;text-align:center;align-items:center;margin-bottom:25px;justify-content:center}.instagram_title_1 .line{height:2px;width:61px;margin:0 16px;display:inline-block;background-color:#444}.instagram_title_2{top:50%;left:50%;z-index:2;line-height:1;font-size:14px;margin-bottom:0;padding:16px 21px;position:absolute;text-transform:uppercase;transform:translate(-50%);font-family:Poppins,sans-serif;background-color:hsla(0,0%,100%,.8)}.instagram_title_2 i{margin-right:7px}.instagram_style_1{position:relative}.instagram_style_1 .instagram_image_group>li{flex:1 1}.instagram_style_1 .instagram_image_group a{display:block;overflow:hidden;position:relative;background-color:#000}.instagram_style_1 .instagram_image_group a img{transition:.6s cubic-bezier(.25,1,.5,1)}.instagram_style_1 .instagram_image_group a i{top:50%;left:50%;opacity:0;color:#fff;font-size:36px;position:absolute;transition:.6s cubic-bezier(.25,1,.5,1);transform:translate(-50%,-50%)}.instagram_style_1 .instagram_image_group a:hover img{opacity:.4;transform:scale(1.08)}.instagram_style_1 .instagram_image_group a:hover i{opacity:1}.instagram_style_2 .instagram_image_group{margin:-12px}.instagram_style_2 .instagram_image_group>li{flex:1 1;padding:12px}.instagram_style_2 .instagram_image_group a{display:block;overflow:hidden;position:relative;background-color:#000}.instagram_style_2 .instagram_image_group a img{transition:.6s cubic-bezier(.25,1,.5,1)}.instagram_style_2 .instagram_image_group a i{top:50%;left:50%;opacity:0;color:#fff;font-size:36px;position:absolute;transition:.6s cubic-bezier(.25,1,.5,1);transform:translate(-50%,-50%)}.instagram_style_2 .instagram_image_group a:hover img{opacity:.4;transform:scale(1.08)}.instagram_style_2 .instagram_image_group a:hover i{opacity:1}.instagram_style_3 .instagram_image_group>li{width:25%}.instagram_style_3 .instagram_image_group a{display:block;overflow:hidden;position:relative;background-color:#000}.instagram_style_3 .instagram_image_group a img{transition:.6s cubic-bezier(.25,1,.5,1)}.instagram_style_3 .instagram_image_group a i{top:50%;left:50%;opacity:0;color:#fff;font-size:36px;position:absolute;transition:.6s cubic-bezier(.25,1,.5,1);transform:translate(-50%,-50%)}.instagram_style_3 .instagram_image_group a:hover img{opacity:.4;transform:scale(1.08)}.instagram_style_3 .instagram_image_group a:hover i{opacity:1}.banner_global_link{z-index:1}.banner_global_link,.banner_global_link:before{top:0;left:0;right:0;bottom:0;position:absolute}.banner_global_link:before{content:"";border:4px solid transparent;transition:.6s cubic-bezier(.25,1,.5,1)}.banner_global_link:hover:before{top:15px;left:15px;right:15px;bottom:15px;border-color:#fff}.banner_item{display:flex;overflow:hidden;position:relative}.banner_item img{object-fit:cover;transition:.6s cubic-bezier(.25,1,.5,1)}.banner_item:hover img{transform:scale(1.08)}.banner_item1{margin-top:80px}.banner_item1 .banner_content{top:50%;left:50%;padding:30px;position:absolute;transform:translateY(-50%)}.banner_item1 h3{font-size:18px;font-weight:800;margin-bottom:5px}.banner_item1 h4{font-size:38px;font-weight:800;margin-bottom:0}.banner_item2{margin-top:75px;margin-bottom:75px}.banner_item2 .banner_content{left:0;right:0;top:50%;color:#231f1f;position:absolute;padding:15px 120px;transform:translateY(-50%)}.banner_item2 .item_title{font-size:50px;font-weight:800;margin-bottom:15px}.banner_item2 .item_title span{display:block;font-size:35px;font-weight:400}.banner_item2 .highlight_wrap{color:#fff;padding:16px 37px;display:inline-block;background-color:#25bc6c}.banner_item2 .highlight_wrap span,.banner_item2 .highlight_wrap strong{line-height:1;display:block}.banner_item2 .highlight_wrap span{font-size:22px}.banner_item2 .highlight_wrap strong{font-size:25px;font-weight:600}.banner_item2 .btn{font-size:11px;padding:16px 30px}.banner_item2 p{font-size:22px;margin-bottom:15px}.banner_item3{position:relative}.banner_item3 .banner_content{top:50%;left:70px;z-index:1;padding:30px;max-width:360px;position:absolute;transform:translateY(-50%)}.banner_item3 .item_title{line-height:1;font-size:56px;font-weight:800;margin-bottom:30px}.banner_item3 .item_title span{display:block;font-size:17px;font-weight:500;margin-bottom:10px;text-transform:uppercase}.banner_item4{position:relative;min-height:443.91px}.banner_item4 .banner_content{left:0;right:0;bottom:0;z-index:1;position:absolute;padding:40px 40px 35px}.banner_item4 .item_title{color:#fff;font-size:40px;line-height:1.1;font-weight:600;margin-bottom:15px}.banner_item4 .item_title span{display:block;color:#fff;font-size:17px;font-weight:500;margin-bottom:10px}.banner_item4 .btn_text{color:#fff}.banner_item4 .btn_text span:before{background-color:#fff}.banner_item4 .btn_text i{color:#fff}.banner_item5{margin-bottom:30px}.banner_item5 .item_title{left:-37px;bottom:120px;line-height:1;margin-bottom:0;color:transparent;position:absolute;transform:rotate(-90deg);text-transform:uppercase;font-family:Roboto,sans-serif;-webkit-text-stroke-width:2px;-webkit-text-stroke-color:#928656}.banner_item5 .item_title span{display:block}.banner_item6{border-radius:6px}.banner_item6 .item_content{right:30px;bottom:30px;max-width:390px;position:absolute;padding:80px 45px 60px;border:2px dashed #252525}.banner_item6 .item_title{color:#030303;line-height:1;font-size:62px;font-weight:800;margin-bottom:20px}.banner_item6 .item_badge{top:17px;right:17px;color:#fff;font-size:13px;font-weight:500;padding:5px 15px;border-radius:3px;position:absolute;text-transform:uppercase;background-color:#1d1d1d}.banner_item7{border-radius:6px}.banner_item7 .item_content{top:50%;right:0;padding:45px;position:absolute;transform:translateY(-50%)}.banner_item7 .item_badge{color:#fff;font-size:18px;font-weight:500;padding:3px 14px;border-radius:3px;display:inline-block;text-transform:uppercase;background-color:#25bc6c}.banner_item7 .item_title{line-height:1;font-size:62px;font-weight:800;margin-bottom:20px;text-transform:uppercase}.banner_item7 .item_title span{display:block;color:#25bc6c}.policy_item1{display:flex;margin:0 auto;max-width:270px;padding:40px 0;align-items:center}.policy_item1 .policy_icon{width:70px;height:70px;margin-right:15px;align-items:center;display:inline-flex;justify-content:center}.policy_item1 .policy_icon img{max-height:60px}.policy_item1 .policy_title{font-size:20px;font-weight:600;margin-bottom:5px}.policy_item1 p{color:#888;font-size:15px;margin-bottom:0}.policy_item2{display:flex;margin-top:30px;padding:60px 40px;background-color:#f9eae4}.policy_item2.bg_light_pink{background-color:#fdebec}.policy_item2 .item_icon{flex:0 0 70px;line-height:1;font-size:42px}.policy_item2 h3{line-height:1;font-size:24px;font-weight:800;margin-bottom:15px}.policy_item2 p{color:#838383;font-size:20px;line-height:1.3;margin-bottom:0}.policy3_wrap{padding:50px 0;border-bottom:1px solid #eaeaea}.policy_item3{display:flex;padding:50px 0;align-items:center}.policy_item3 .policy_icon{font-size:34px;margin-right:20px;color:#25bc6c}.policy_item3 .policy_title{line-height:1;font-size:25px;margin-bottom:5px}.policy_item3 p{color:#a9a9a9;font-size:16px;margin-bottom:0}.feature_item_1{overflow:hidden;position:relative}.feature_item_1 .item_image{display:block;overflow:hidden}.feature_item_1 .item_image img{transition:.6s cubic-bezier(.25,1,.5,1)}.feature_item_1 .item_content{left:0;right:0;bottom:0;z-index:1;padding:30px 35px;position:absolute}.feature_item_1 .item_category{color:#000;font-size:14px;font-weight:500;margin-bottom:5px;display:inline-block;font-family:Roboto,sans-serif}.feature_item_1 .item_category:hover{color:#25bc6c}.feature_item_1 .item_title{margin-bottom:15px}.feature_item_1 .item_title>a{color:#191919;font-size:35px;font-weight:700}.feature_item_1 .item_title>a:hover{color:#25bc6c}.feature_item_1 .item_badge{color:#fff;line-height:1;font-size:13px;font-weight:500;padding:8px 10px;display:inline-block;background-color:#cd809b}.feature_item_1:hover .item_image img{transform:scale(1.08)}.feature_item_2{padding:40px;display:block;text-align:center;background-color:#fff}.feature_item_2 span{display:block;transition:.6s cubic-bezier(.25,1,.5,1)}.feature_item_2 .item_image{height:120px;display:flex;margin-bottom:15px;align-items:center;justify-content:center}.feature_item_2 .item_image img{max-width:120px;max-height:100px;transition:.6s cubic-bezier(.25,1,.5,1)}.feature_item_2 .item_title{font-size:13px;font-weight:700;color:#252525;text-transform:uppercase}.feature_item_2:hover .item_image img{transform:scale(1.08)}.feature_item_2:hover .item_title{color:#25bc6c}.feature_item_3{display:flex;align-items:center;background-color:#fdebec}.feature_item_3:not(:last-child){margin-bottom:45px}.feature_item_3:nth-child(2n) .item_image{order:2}.feature_item_3 .item_image{display:block;flex:0 0 815px;overflow:hidden}.feature_item_3 .item_image img{transition:.6s cubic-bezier(.25,1,.5,1)}.feature_item_3 .item_content{padding:50px}.feature_item_3 .post_date{color:#7b7d7f;line-height:1;font-size:13px;font-weight:700;margin-bottom:15px}.feature_item_3 .item_title{font-size:50px;margin-bottom:15px}.feature_item_3 .item_title>a{color:#252525}.feature_item_3 p{color:#686868;font-size:20px;margin-bottom:40px;font-family:Roboto,sans-serif}.feature_item_3:hover .item_image img{transform:scale(1.08)}.feature_item_4{margin-top:30px;position:relative;padding-bottom:70px}.feature_item_4 .item_image{overflow:hidden}.feature_item_4 .item_image img{transition:.6s cubic-bezier(.25,1,.5,1)}.feature_item_4:hover .item_image img{transform:scale(1.08)}.feature_item_4 .item_content{bottom:0;left:40px;z-index:1;max-width:370px;padding:70px 45px;position:absolute;background-color:#f3fbff;box-shadow:0 0 38px 0 rgba(0,0,0,.1)}.feature_item_4 h3{line-height:1;font-size:17px;font-weight:500;margin-bottom:30px;color:#25bc6c}.feature_item_4 h4{line-height:1;font-size:50px;margin-bottom:25px}.feature_item_4 p{color:#777;font-size:19px;margin-bottom:35px;font-family:Roboto,sans-serif}.fullwidth_feature_1{background-color:#f4f4f4}.fullwidth_feature_1 .item_content{padding:0 140px 0 90px}.fullwidth_feature_1 .item_title{font-size:80px;font-weight:700;margin-bottom:15px}.fullwidth_feature_1 p{color:#231f1f;font-size:18px;margin-bottom:30px;font-family:Roboto,sans-serif}.fullwidth_feature_1 .info_list{margin-bottom:65px}.fullwidth_feature_1 .info_list li{display:flex;align-items:center}.fullwidth_feature_1 .info_list li:not(:last-child){margin-bottom:20px}.fullwidth_feature_1 .info_list .icon{float:left;width:80px;height:80px;flex:0 0 80px;display:flex;margin-right:20px;border-radius:100%;align-items:center;justify-content:center;background-color:#fff}.fullwidth_feature_1 .info_list .icon img{max-height:30px}.fullwidth_feature_1 .info_list h3{line-height:1;font-size:25px;font-weight:700;margin-bottom:5px}.fullwidth_feature_1 .info_list span{color:#898989;display:block;font-size:17px;font-family:Roboto,sans-serif}.fullwidth_feature_2 .content_wrap{padding:0 140px;background-color:#dfe2f6}.fullwidth_feature_2 h2{line-height:1.1;font-size:108px;font-weight:600;margin-bottom:5px}.fullwidth_feature_2 h2 span{display:block}.fullwidth_feature_2 p{font-size:18px;margin-bottom:35px;font-family:Roboto,sans-serif}.fullwidth_feature_2 .nav{max-width:144px}.fullwidth_feature_2 .nav>li{width:100%;display:block}.fullwidth_feature_2 .nav>li:not(:last-child){margin-bottom:3px}.fullwidth_feature_2 .nav button{width:100%;line-height:1;color:#1e1e1e;display:block;text-align:left;padding:16px 25px;background-color:#d6d9ec;border-left:6px solid #25bc6c}.fullwidth_feature_2 .nav button.active,.fullwidth_feature_2 .nav button:hover{color:#fff;background-color:#25bc6c}.fullwidth_feature_2 .child_item{max-width:370px;text-align:center;margin:-270px 0 auto auto}.fullwidth_feature_2 .child_item .child_item_image{width:366px;height:366px;display:flex;margin:0 auto 20px;align-items:center;border-radius:100%;justify-content:center;background-color:#f3f3f1}.fullwidth_feature_2 .child_item .child_item_image img{max-height:270px}.fullwidth_feature_2 .child_item h3{font-size:22px;font-weight:600;margin-bottom:20px}.fullwidth_feature_3 .item_content{z-index:1;position:relative;margin-left:-130px}.fullwidth_feature_3 .price_text{color:#fff;line-height:1;font-size:15px;font-weight:400;border-radius:3px;margin-bottom:12px;display:inline-block;padding:9px 17px 7px;text-transform:uppercase;background-color:#928656}.fullwidth_feature_3 .item_title{line-height:1;font-size:75px;margin-bottom:25px}.fullwidth_feature_3 p{color:#231f1f;font-size:20px;margin-bottom:35px;font-family:Roboto,sans-serif}.fullwidth_feature_4{position:relative}.fullwidth_feature_4 .slider_item{background-size:cover;background-repeat:no-repeat;background-position:50%}.fullwidth_feature_4 .carousel_nav{left:205px;bottom:60px;position:absolute}.fullwidth_feature_4 .carousel_nav button{width:auto;height:auto;border:none;line-height:1;color:#000;font-size:27px;background-color:transparent}.fullwidth_feature_4 .carousel_nav button:hover{color:#25bc6c}.fullwidth_feature_4 .carousel_nav button:not(:last-child){margin-right:25px}.details_box{z-index:1;position:relative;padding:60px 50px 50px;background-color:#fff;box-shadow:13px 13px 0 2px #cccdcf}.details_box h3{color:#7b7d7f;line-height:1;font-size:13px;font-weight:700;margin-bottom:5px;text-transform:uppercase}.details_box h4{line-height:1;font-size:60px;margin-bottom:10px}.details_box .item_price{display:flex;margin-bottom:5px;align-items:center}.details_box .item_price span{font-size:21px;font-weight:700;margin-right:10px;color:#25bc6c}.details_box .item_price del{color:#a8aaab;font-size:18px}.details_box p{color:#7b7d7f;font-size:20px;margin-bottom:0}.details_box hr{margin:25px 0;border-top:1px solid #c4c6c6}.details_box .color_list,.details_box .size_list{margin-bottom:25px}.details_box .color_list h5,.details_box .size_list h5{line-height:1;font-size:15px;margin-bottom:10px}.details_box .size_list>ul{margin:-3px}.details_box .size_list>ul>li{padding:3px}.details_box .size_list button{height:40px;min-width:40px;display:flex;padding:10px;line-height:1;color:#1c1f23;font-size:14px;font-weight:500;align-items:center;justify-content:center;border:2px solid #c7c7c7}.details_box .size_list button:hover{color:#fff;border-color:#25bc6c;background-color:#25bc6c}.details_box .color_list>ul{margin:-3px}.details_box .color_list>ul>li{padding:3px}.details_box .color_list input{z-index:1;width:32px;height:32px;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;border-radius:100%;border:4px solid #fff}.details_box .color_list input.color_gray{background-color:#b2b2b2}.details_box .color_list input.color_skyblue{background-color:#bfddf3}.details_box .color_list input.color_sweet{background-color:#feaca8}.details_box .color_list input:before{top:-4px;left:-4px;right:-4px;bottom:-4px;z-index:-1;content:"";opacity:0;position:absolute;border-radius:100%;border:1px solid #000}.details_box .color_list input:checked:before{opacity:1}.details_box .quantity_form{padding:0;height:60px;border-radius:0;margin-bottom:25px}.details_box .quantity_form button{width:60px;height:60px;margin:-1px;border:1px solid #ebebec}.details_box .btn{width:100%;display:block;border-radius:0;background-color:#5e4d31}.details_box .btn:hover{background-color:#25bc6c}.fullwidth_feature_5{position:relative}.fullwidth_feature_5 .tab-pane{background-size:cover;background-repeat:no-repeat;background-position:50%}.fullwidth_feature_5 .nav{z-index:1;right:90px;bottom:80px;position:absolute}.fullwidth_feature_5 .nav>li:not(:last-child){margin-bottom:35px}.fullwidth_feature_5 .nav button{line-height:1;font-size:45px;font-weight:600;position:relative;padding-bottom:2px;border-bottom:2px solid transparent}.fullwidth_feature_5 .nav button sup{top:13px;left:-22px;font-size:12px;position:absolute;display:inline-block;transform:rotate(-90deg)}.fullwidth_feature_5 .nav button.active,.fullwidth_feature_5 .nav button:hover{color:#25bc6c;border-color:#25bc6c}.fullwidth_feature_5 .item_content{padding-right:70px}.fullwidth_feature_5 .item_price{display:flex;line-height:1;align-items:center}.fullwidth_feature_5 .item_price span{font-size:36px;font-weight:700;margin-right:10px;color:#25bc6c}.fullwidth_feature_5 .item_price del{color:#696969;font-size:30px}.fullwidth_feature_5 .item_title{font-size:63px;margin-bottom:0}.fullwidth_feature_5 p{color:#686868;font-size:20px;margin-bottom:50px}.fullwidth_feature_5 .deal_wrap{margin-bottom:40px}.fullwidth_feature_5 .deal_text{color:#fff;font-size:15px;padding:6px 13px;position:relative;margin-bottom:20px;display:inline-block;text-transform:uppercase;background-color:#222}.fullwidth_feature_5 .deal_text:before{width:0;height:0;z-index:1;content:"";right:10px;bottom:-6px;position:absolute;border:6px solid transparent;border-right-color:#222}.fullwidth_feature_5 .countdown_timer{margin-bottom:5px}.fullwidth_feature_5 .countdown_timer li{width:auto}.fullwidth_feature_5 .countdown_timer li:after{display:none}.fullwidth_feature_5 .countdown_timer strong{font-size:40px;margin-bottom:5px;color:#25bc6c}.fullwidth_feature_5 .countdown_timer span{color:#4a4a4a;font-size:15px}.fullwidth_feature_5 .progress{height:15px;border-radius:0;margin-bottom:18px;background-color:#fff}.fullwidth_feature_5 .progress .progress-bar{width:70%;background-color:#25bc6c}.fullwidth_feature_5 .item_sold{line-height:1;font-size:15px}.fullwidth_feature_6{display:flex;align-items:stretch}.fullwidth_feature_6 .col:first-child{width:70%;display:flex;flex:0 0 70%;padding:70px 0;background-size:cover;background-repeat:no-repeat;background-position:50%;justify-content:flex-end}.fullwidth_feature_6 .col:first-child .item_content{padding:0 70px;max-width:600px}.fullwidth_feature_6 .col:nth-child(2){width:30%;flex:0 0 30%;padding:120px 50px;background-color:#f4f4f4}.fullwidth_feature_6 h3{font-size:52px;font-weight:400;margin-bottom:15px;font-family:Aligatai}.fullwidth_feature_6 h4{line-height:1;font-size:85px;font-weight:700;margin-bottom:40px;text-transform:uppercase}.fullwidth_feature_6 .item_image{margin-bottom:20px}.fullwidth_feature_6 .item_title{font-size:20px;font-weight:400;margin-bottom:15px}.fullwidth_feature_6 .item_price{margin-bottom:20px}.fullwidth_feature_6 .item_price span{font-size:20px;font-weight:600;color:#252525}.fullwidth_feature_6 .item_price del{color:#c6c2c2;font-size:16px}.fullwidth_feature_6 .item_color>li{padding:1px;border-radius:100%;background-color:#fff;border:2px solid #e3e3e3}.fullwidth_feature_6 .item_color>li:not(:last-child){margin-right:3px}.fullwidth_feature_6 .item_color span{width:16px;height:16px;display:block;border-radius:100%}.fullwidth_feature_6 .item_color span.bg_skyblue{background-color:#a8bcd4}.fullwidth_feature_6 .item_color span.bg_purple{background-color:#7e0b80}.fullwidth_feature_7{background-size:cover;background-repeat:no-repeat;background-position:50%}.fullwidth_feature_7 .sub_title{font-size:53px;font-weight:400;margin-bottom:10px;font-family:Aligatai}.fullwidth_feature_7 .item_title{font-size:70px;margin-bottom:15px}.fullwidth_feature_7 p{color:#494949;font-size:18px;margin-bottom:45px;font-family:Roboto,sans-serif}.fullwidth_feature_7 .image_group{margin:-5px}.fullwidth_feature_7 .image_group>li{width:95px;padding:5px;overflow:hidden;border-radius:5px}.details_box_2{z-index:1;padding:56px;position:relative;background-color:hsla(0,0%,100%,.38)}.details_box_2:before{top:10px;left:10px;right:10px;bottom:10px;z-index:-1;content:"";position:absolute;background-color:#fff;box-shadow:0 3px 57px 0 rgba(0,0,0,.08)}.details_box_2 .shop_badge_group{margin-bottom:15px}.details_box_2 .shop_badge{color:#fff;font-size:10px;font-weight:500;padding:5px 17px;text-transform:uppercase;background-color:#25bc6c}.details_box_2 .sub_title{line-height:1;font-size:30px;font-weight:400;margin-bottom:10px;color:#25bc6c}.details_box_2 .item_title{font-size:40px;margin-bottom:20px}.details_box_2 .item_price{margin-bottom:25px}.details_box_2 .item_price span{font-size:20px;font-weight:600;color:#252525}.details_box_2 .item_price del{color:#a4a4a4;font-size:16px}.details_box_2 .countdown_wrap>li{display:flex;padding:20px 25px;background-color:#f4f3f8}.details_box_2 .countdown_wrap>li:not(:last-child){border-bottom:1px solid #e6e6e6}.details_box_2 .countdown_wrap h6{flex:0 0 85px;padding-right:25px}.details_box_2 .countdown_timer{margin:-5px}.details_box_2 .countdown_timer>li{padding:5px;min-width:auto}.details_box_2 .countdown_timer>li:after{top:12px}.details_box_2 .countdown_timer>li strong{min-width:auto;font-size:15px;font-weight:600;padding:15px 10px;text-align:center;margin-bottom:5px;color:#252525;background-color:#fff}.details_box_2 .countdown_timer>li span{color:#a4a4a4;font-size:14px}.details_box_2 .progress_wrap{width:100%}.details_box_2 .progress{height:8px;margin-bottom:5px;border-radius:2px;background-color:#fff}.details_box_2 .progress .progress-bar{width:75%;background-color:#25bc6c}.details_box_2 .sold_value{color:#a4a4a4;font-size:14px}.details_box_2 .sold_value small{font-size:14px;font-weight:500;color:#252525}.details_box_2 .select_option{margin-top:20px}.details_box_2 .select_option .nice-select{height:53px;padding:0 20px;line-height:51px;border-radius:45px;border:2px solid #f4f3f8}.details_box_2 .select_option .nice-select .current{font-weight:600}.details_box_2 .cart_wrap{margin:-5px}.details_box_2 .cart_wrap>li{width:50%;padding:5px}.details_box_2 .quantity_input{width:100%;height:50px}.details_box_2 .quantity_input span{font-size:18px;margin:0 8px}.details_box_2 .quantity_input input{width:50px;font-size:16px}.details_box_2 .btn{display:block;font-size:14px;padding:16px 30px}.featured_collection .title_wrap .small_title{font-size:18px;font-weight:700;margin-bottom:6px;color:#25bc6c;font-family:Roboto,sans-serif}.featured_collection .title_wrap .big_title{line-height:1;font-size:100px;font-weight:400;margin-bottom:50px;font-family:Anton,sans-serif}.featured_collection_carousel .carousel_nav{margin-top:40px;justify-content:flex-start}.featured_collection_carousel .carousel_nav:after{width:40%;height:1px;content:"";margin-left:35px;display:inline-block;border-top:1px dashed #fff}.featured_collection_carousel .carousel_nav button{width:66px;height:66px;border:none;color:#191919;border-radius:100%;background-color:#fff}.featured_collection_carousel .carousel_nav button:hover{color:#fff;background-color:#25bc6c}.featured_collection_carousel .carousel_nav button:not(:last-child){margin-right:15px}.our_collection1{position:relative}.our_collection1 .tab-pane{background-size:cover;background-repeat:no-repeat;background-position:50%}.our_collection1 .nav{top:50%;z-index:2;right:80px;position:absolute;transform:translateY(-50%)}.our_collection1 .nav>li:not(:last-child){margin-bottom:5px}.our_collection1 .nav button{color:#fff;font-size:26px;position:relative;padding-right:30px}.our_collection1 .nav button.active,.our_collection1 .nav button:hover{text-decoration:underline}.our_collection1 .nav button:after{top:15px;right:0;content:"";width:15px;height:15px;position:absolute;background-color:#fff}.our_collection1 .item_title{line-height:1;font-weight:400;font-size:110px;margin-bottom:10px;font-family:Anton,sans-serif}.our_collection1 .image_group{margin:0 -10px 10px}.our_collection1 .image_group>li{padding:10px}.our_collection1 p{font-size:24px;margin-bottom:50px;padding-right:60px}.our_collection2 .item_title{line-height:1;font-weight:400;font-size:140px;margin-bottom:10px;font-family:Anton,sans-serif}.our_collection2 p{font-size:22px;margin-bottom:30px}.our_collection2 .item_image{margin-bottom:-83px}.our_collection3 .item_title{line-height:1;font-weight:400;font-size:235px;margin-bottom:0;font-family:Anton,sans-serif}.our_collection3 p{font-size:23px;margin-bottom:0;padding-left:52px;margin-left:-114px;border-left:2px solid #fff}.our_collection3 .product_item{float:right;max-width:250px}.our_collection3 .product_item .item_image{display:block;overflow:hidden;margin-bottom:15px}.our_collection3 .product_item .item_image img{transition:.6s cubic-bezier(.25,1,.5,1)}.our_collection3 .product_item h3{margin-bottom:0;font-weight:400;text-align:right}.our_collection3 .product_item h3 a{color:#fff;font-size:40px;font-family:Anton,sans-serif}.our_collection3 .product_item h3 a:hover{color:#25bc6c}.our_collection3 .product_item:hover .item_image img{transform:scale(1.08)}.our_collection3 .product_item:hover h3 a{text-decoration:underline}.our_collection4 h2{line-height:1;font-weight:400;font-size:140px;margin-bottom:30px;font-family:Anton,sans-serif}.our_collection4 .image_wrap{position:relative}.our_collection4 .image_wrap .video_btn1{top:50%;z-index:1;right:100px;width:130px;height:130px;position:absolute;transform:translateY(-50%)}.our_collection4 .image_wrap .video_btn1 span{width:100px;height:100px;color:#fff;font-size:18px;background-color:#25bc6c}.our_collection4 p{font-size:24px;margin-bottom:20px}.our_collection5 h2{line-height:1;font-weight:400;font-size:168px;margin-bottom:10px;font-family:Anton,sans-serif}.our_collection5 p{font-size:22px;margin-bottom:0;padding-right:150px}.our_collection5 .carousel_nav button,.our_collection6 .carousel_nav button{border:none;border-radius:100%;color:#252525;background-color:#fff}.our_collection5 .carousel_nav button:hover,.our_collection6 .carousel_nav button:hover{color:#fff;background-color:#25bc6c}.our_collection5 .carousel_nav button:first-child,.our_collection6 .carousel_nav button:first-child{left:-95px}.our_collection5 .carousel_nav button:nth-child(2),.our_collection6 .carousel_nav button:nth-child(2){right:-95px}.our_collection6 h2{line-height:1;font-size:80px;font-weight:400;margin-bottom:15px;font-family:Anton,sans-serif}.our_collection6 .product_tabnav_4{margin-bottom:30px}.our_collection6 .product_tabnav_4>li:not(:last-child){margin-right:13px;padding-right:13px}.our_collection6 .product_tabnav_4 button{font-size:18px;text-transform:uppercase}.brand_carousel .slider_item{padding:0 15px}.brand_carousel.has_border{border-top:1px solid #dedede;border-bottom:1px solid #dedede}.brand_carousel.has_border .slider_item{padding:0 15px;border-right:1px solid #dedede}.brand_carousel.has_border .brand_item{height:255px}.brand_item{height:85px;display:flex;align-items:center;justify-content:center}.brand_item img{max-height:75px;max-width:190px}.about_section1 .about_content{padding:0 50px 0 40px}.about_section1 h2{line-height:1;font-size:22px;font-weight:500;margin-bottom:5px;color:#25bc6c}.about_section1 h3{font-size:70px;line-height:1.2;font-weight:800;margin-bottom:0}.about_section1 p{color:#1f1e1e;font-size:18px;margin-bottom:30px;font-family:Roboto,sans-serif}.about_section1 ul{margin-bottom:45px}.about_section1 ul>li{color:#1f1e1e;font-size:15px;font-family:Roboto,sans-serif}.about_section1 ul>li:not(:last-child){margin-bottom:20px}.about_section1 ul>li i{margin-right:20px;color:#25bc6c}.about_section2 .about_image{margin-left:-120px}.about_section2 .about_content{padding:0 80px 0 35px}.about_section2 .sub_title{font-size:70px;font-weight:400;margin-bottom:0;color:#25bc6c;font-family:Aligatai}.about_section2 .title_text{line-height:1;font-size:80px;font-weight:700;margin-bottom:10px}.about_section2 .image_group{margin-bottom:25px}.about_section2 .image_group li{max-width:130px}.about_section2 .image_group li:not(:last-child){margin-right:20px}.about_section2 .child_item_wrap{display:flex;align-items:center;margin-bottom:50px;justify-content:center}.about_section2 .child_item_wrap .item_image{float:left;max-width:130px;margin-right:20px}.about_section2 .child_item_wrap .item_title{font-size:30px;font-weight:600;margin-bottom:10px}.about_section2 .child_item_wrap p{color:#848484;font-size:19px;margin-bottom:0;line-height:1.3;font-family:Roboto,sans-serif}.testimonial_layout_1{margin-top:75px;padding:70px 70px 60px;border:2px solid #191919}.testimonial_layout_1 .testimonial_thumbnail{width:150px;height:150px;overflow:hidden;margin-top:-75px;margin-bottom:60px}.testimonial_layout_1 .testimonial_thumbnail img{width:100%;display:block}.testimonial_layout_1 h4{color:#151515;line-height:1;font-size:61px;font-weight:700;margin-bottom:0}.testimonial_layout_1 span{color:#5a5a5a;line-height:1;display:block;font-size:25px;font-weight:500;margin-bottom:25px}.testimonial_layout_1 p{color:#1f1e1e;font-size:20px;margin-bottom:0;font-family:Roboto,sans-serif}.testimonial_item_simple{padding:0 20px}.testimonial_item_simple p{font-style:italic;margin-bottom:30px;font-family:Roboto,sans-serif}.testimonial_item_simple .thumbnail_wrap{width:100px;height:100px;overflow:hidden;border-radius:100%;display:inline-block}.testimonial_item_simple .info_wrap{color:#000;font-size:15px}.simple_testimonial_carousel .slick-dots{position:static;margin-top:20px}.testimonial_layout_2 .thumbnail_wrap{display:flex;align-items:center;margin-bottom:30px;justify-content:flex-end}.testimonial_layout_2 .thumbnail{width:80px;height:80px;overflow:hidden;margin-right:10px;border-radius:100%}.testimonial_layout_2 .quote_content{text-align:center}.testimonial_layout_2 .quote_content span{display:block;line-height:1}.testimonial_layout_2 .quote_text{color:#a8aaab;font-size:14px;padding-top:5px;text-transform:uppercase;font-family:Poppins,sans-serif}.testimonial_layout_2 p{color:#1c1f23;font-size:24px;font-style:italic;margin-bottom:25px}.testimonial_layout_2 .name_text{color:#b67c5a;font-size:18px;font-weight:400;margin-bottom:0;font-family:Anton,sans-serif}.testimonial_layout_2 .name_text span{color:#a8aaab;margin-left:15px;display:inline-block}.testimonial_layout2_carousel .slick-dots{display:flex;position:static;padding:50px 15px 0;justify-content:flex-end}@media (min-width:576px){.modal-dialog{max-width:1200px}}.product_filter_bar{margin-bottom:40px;justify-content:space-between}.product_filter_bar,.product_filter_bar .right_area{display:flex;align-items:center}.product_filter_bar .sorting_from{display:flex;margin-right:80px;align-items:flex-start}.product_filter_bar .sorting_from .sorting_from_title{font-size:12px;margin-bottom:0;margin-right:15px;text-transform:uppercase;font-family:Poppins,sans-serif}.product_filter_bar .sorting_from .select_option{min-width:140px;margin-bottom:0;padding-bottom:12px;border-bottom:1px solid #eaeaeb}.product_filter_bar .select_option .nice-select{height:auto;line-height:1}.product_filter_bar2{margin-bottom:60px;justify-content:space-between}.product_filter_bar2,.product_filter_bar2 .right_area{display:flex;align-items:center}.product_filter_bar2 .title_text{font-size:43px;margin-bottom:0}.product_filter_bar2 .sorting_from{margin:0 10px}.product_filter_bar2 .sorting_from .nice-select{height:40px;padding:0 20px;font-size:15px;font-weight:600;line-height:40px;border:1px solid #eaeaeb}.filter_btn{line-height:1;color:#fff;font-size:11px;min-width:190px;text-align:left;margin-right:12px;padding:14px 20px;background-color:#25bc6c}.filter_btn span{width:18px;height:18px;float:right;margin:-3px 0;line-height:18px;text-align:center;border-radius:2px;background-color:hsla(0,0%,100%,.149)}.filter_btn2{line-height:1;font-size:18px;font-weight:600;padding:9.5px 22px;border:1px solid #eaeaeb}.layout_tab_nav{padding:-.5px}.layout_tab_nav button{z-index:1;width:40px;height:40px;margin:-.5px;display:flex;color:#a8aaab;font-weight:400;align-items:center;justify-content:center;border:1px solid #eaeaeb}.layout_tab_nav button svg{fill:#a8aaab}.layout_tab_nav button.active,.layout_tab_nav button:hover{color:#fff;border-color:#25bc6c;background-color:#25bc6c}.layout_tab_nav button.active svg,.layout_tab_nav button:hover svg{fill:#fff}.price-range-area .slider-range{height:6px;border:none;border-radius:0;background-color:#e7e7ee}.price-range-area .ui-slider-range{border:none;border-radius:0;background-color:#25bc6c}.price-range-area .ui-state-default{top:-7px;width:20px;height:20px;outline:none;border-radius:100%;border:6px solid #25bc6c;background-color:#fff;box-shadow:0 0 10px 1px rgba(0,0,0,.2)}.price-range-area .price-text{display:flex;font-size:15px;font-weight:600;margin-bottom:25px;align-items:center;color:#252525;justify-content:space-between}.price-range-area .price-text input{border:none;text-align:right;display:inline-block}.categories_control{display:flex}.filter_input_group{padding:40px;margin-bottom:30px;border:1px solid #eaeaeb}.filter_input_group .items_col{align-items:flex-start}.filter_input_group .items_col>li{width:100%;padding:0 40px}.filter_input_group .item_title{line-height:1;font-size:12px;font-weight:800;padding-top:15px;margin-bottom:25px;margin-right:15px}.filter_input_group .bottom_content{display:flex;padding:40px;align-items:center;justify-content:space-between}.filter_input_group .show_result{color:#a8aaab;font-size:12px;font-weight:300;margin-bottom:0;font-family:Poppins,sans-serif}.filter_input_group .reser_btn{color:#1c1f23;font-size:12px;font-weight:500;font-family:Poppins,sans-serif}.filter_input_group .reser_btn:hover{color:#25bc6c}.filter_input_group .reser_btn i{margin-right:13px;color:#25bc6c}.filter_input_group .select_option{margin-bottom:0}.filter_input_group .select_option .nice-select{height:auto;line-height:1}.popular_product_section h2{line-height:1;font-size:35px;margin-bottom:35px}.shop_color_nav li{width:28px;height:28px;border-radius:100%;transition:.6s cubic-bezier(.25,1,.5,1)}.shop_color_nav li:not(:last-child){margin-right:3px}.shop_color_nav button{width:100%;height:100%;display:block;border-radius:100%;border:2px solid #fff}.shop_color_nav button.active,.shop_color_nav button:hover{border-color:#000}.shop_color_nav .product_gray{background-color:#b2b2b2}.shop_color_nav .product_skyblue{background-color:#bfddf3}.shop_color_nav .product_sweet{background-color:#feaca8}.shop_category li{color:#9c9c9c;position:relative}.shop_category li:not(:last-child){margin-right:8px}.shop_category li:after{right:-4px;bottom:-2px;content:",";position:absolute}.shop_category li:last-child:after{display:none}.shop_category a{display:block;color:#9c9c9c;font-size:15px}.shop_category a:hover{color:#25bc6c}.shop_offer_carousel{position:relative;margin-bottom:50px}.shop_offer_carousel .slider_item{display:flex;min-height:590px;padding:100px 70px;align-items:center;justify-content:flex-end;background-size:cover;background-repeat:no-repeat;background-position:50%}.shop_offer_carousel .carousel_nav{left:0;bottom:0;padding:23px;position:absolute}.shop_offer_carousel .carousel_nav button{width:46px;height:46px;border:none;color:#231f1f;font-size:20px;align-items:center;display:inline-flex;justify-content:center;background-color:#fff}.shop_offer_carousel .carousel_nav button:not(:last-child){margin-right:8px}.shop_offer_carousel .carousel_nav button:hover{color:#fff;background-color:#25bc6c}.shop_offer_carousel .content_wrap{max-width:600px}.shop_offer_carousel .item_title{font-size:77px;font-weight:700;margin-bottom:0}.shop_offer_carousel .item_title span{font-weight:400}.shop_offer_carousel p{font-size:16px;font-weight:500;margin-bottom:35px;color:#252525;font-family:Roboto,sans-serif}.shop_offer_carousel .btns_group{margin:-5px}.shop_offer_carousel .btns_group>li{padding:5px}.shop_offer_carousel2{position:relative;margin-bottom:65px}.shop_offer_carousel2 .slider_item{display:flex;min-height:445px;padding:100px 70px;align-items:center;justify-content:flex-end;background-size:cover;background-repeat:no-repeat;background-position:50%}.shop_offer_carousel2 .content_wrap{padding-right:250px}.shop_offer_carousel2 .item_title{color:#fff;line-height:1;font-size:62px;font-weight:200;margin-bottom:21px}.shop_offer_carousel2 .item_title span{display:block}.shop_offer_carousel2 .slick-dots{right:90px;bottom:35px;width:auto}.shop_offer_carousel2 .slick-dots li{float:left;display:inline-block}.shop_offer_carousel2 .slick-dots li:not(:last-child){margin-right:10px}.shop_offer_carousel2 .slick-dots li button{width:50px;height:5px;display:block;border-radius:0;background-color:hsla(0,0%,100%,.5)}.shop_offer_carousel2 .slick-dots li.slick-active button,.shop_offer_carousel2 .slick-dots li:hover button{background-color:#25bc6c}.small_products_area .area_title{position:relative;margin-bottom:60px}.small_products_area .area_title h3{font-size:22px;font-weight:700;margin-bottom:0;padding-right:20px;display:inline-block;text-transform:uppercase;background-color:#fff}.small_products_area .area_title span{left:0;top:50%;height:1px;width:100%;z-index:-1;display:block;position:absolute;background-color:#000;transform:translateY(-50%)}.small_products_area .small_products_list>li:not(:last-child){margin-bottom:25px}.small_product_layout{display:flex;align-items:center}.small_product_layout .item_image{width:110px;padding:10px;flex:0 0 110px;margin-right:20px;border:1px solid #f6f6f6}.small_product_layout .item_title{margin-bottom:5px}.small_product_layout .item_title>a{font-size:20px;font-weight:700;color:#252525}.small_product_layout .item_title>a:hover{color:#25bc6c}.small_product_layout .item_price{display:flex;align-items:center}.small_product_layout .item_price .sale_price{font-size:18px;font-weight:700;margin-right:7px;font-family:Roboto,sans-serif}.small_product_layout .item_price del{color:#a7a7a7;font-size:15px}.small_product_layout:hover .item_image{border-color:#25bc6c}.shop_five_col>.col{flex:0 0 20%;max-width:20%}.shop_layout_1{position:relative;margin-bottom:60px}.shop_layout_1 .shop_image_wrap{overflow:hidden;position:relative;margin-bottom:10px}.shop_layout_1 .shop_image{display:block;overflow:hidden}.shop_layout_1 .shop_image img{transition:.6s cubic-bezier(.25,1,.5,1)}.shop_layout_1 .shop_badge_group{top:0;left:0;z-index:2;padding:15px;position:absolute}.shop_layout_1 .shop_badge_group>li:not(:last-child){margin-bottom:5px}.shop_layout_1 .shop_badge{color:#fff;line-height:1;display:block;font-size:13px;font-weight:500;padding:4px 9px;font-family:Roboto,sans-serif}.shop_layout_1 .action_btns_group{top:0;right:0;z-index:2;padding:15px;position:absolute}.shop_layout_1 .action_btns_group>li{transform:translateX(100px);transition:.4s cubic-bezier(.34,1.56,.64,1)}.shop_layout_1 .action_btns_group>li:not(:last-child){margin-bottom:7px}.shop_layout_1 .action_btns_group a{width:40px;height:40px;display:flex;font-size:12px;border-radius:100%;align-items:center;color:#25bc6c;justify-content:center;background-color:#fff}.shop_layout_1 .action_btns_group a:hover{color:#fff;background-color:#25bc6c}.shop_layout_1 .child_image{left:0;right:0;bottom:105px;z-index:2;padding:8px;position:absolute}.shop_layout_1 .child_image:before{left:0;right:0;bottom:0;height:0;content:"";position:absolute;background-color:#fff;transition:.3s cubic-bezier(.25,1,.5,1)}.shop_layout_1 .child_image>li{opacity:0;transform:translateY(60px);transition:.3s cubic-bezier(.25,1,.5,1)}.shop_layout_1 .child_image>li:not(:last-child){margin-right:8px}.shop_layout_1 .child_image button{width:38px;display:block;overflow:hidden}.shop_layout_1 .shop_title{margin-bottom:5px;text-align:center}.shop_layout_1 .shop_title>a{color:#343434;font-size:20px;font-weight:600;font-family:Jost,sans-serif}.shop_layout_1 .shop_price{display:flex;align-items:flex-end;margin-bottom:7px}.shop_layout_1 .sale_price{font-size:17px;font-weight:600;margin-right:10px;color:#25bc6c}.shop_layout_1 del{color:#a0a0a0;font-size:14px}.shop_layout_1:hover .shop_image img{opacity:.75}.shop_layout_1:hover .action_btns_group>li{transform:translateX(0)}.shop_layout_1:hover .action_btns_group>li:first-child{transition-delay:.1s}.shop_layout_1:hover .action_btns_group>li:nth-child(2){transition-delay:.2s}.shop_layout_1:hover .action_btns_group>li:nth-child(3){transition-delay:.3s}.shop_layout_1:hover .action_btns_group>li:nth-child(4){transition-delay:.4s}.shop_layout_1:hover .child_image:before{height:100%;transition-delay:.2s}.shop_layout_1:hover .child_image>li{opacity:1;transform:translateY(0)}.shop_layout_1:hover .child_image>li:first-child{transition-delay:.3s}.shop_layout_1:hover .child_image>li:nth-child(2){transition-delay:.4s}.shop_layout_1:hover .child_image>li:nth-child(3){transition-delay:.5s}.shop_layout_1:hover .child_image>li:nth-child(4){transition-delay:.6s}.shop_layout_1:hover .shop_title>a{color:#25bc6c}.shop_layout_2{overflow:hidden;position:relative;margin-bottom:60px}.shop_layout_2 .shop_image_wrap{overflow:hidden;position:relative;margin-bottom:7px;background-color:#f3f3f3;border:2px solid transparent;transition:.6s cubic-bezier(.25,1,.5,1)}.shop_layout_2 .shop_image{display:block;overflow:hidden}.shop_layout_2 .shop_color_nav{z-index:2;left:25px;bottom:10px;position:absolute}.shop_layout_2 .shop_title{margin-bottom:2px}.shop_layout_2 .shop_title a{color:#151515;font-size:17px;font-weight:500}.shop_layout_2 .shop_title a:hover{color:#25bc6c}.shop_layout_2 .shop_price{display:flex;align-items:flex-end;margin-bottom:2px}.shop_layout_2 .sale_price{color:#151515;font-size:15px;font-weight:700;margin-right:10px}.shop_layout_2 del{color:#a0a0a0;font-size:14px}.shop_layout_2 .btn_addtocart{float:left;line-height:1;color:#151515;font-size:14px;font-weight:700;margin-top:15px;text-transform:uppercase;border-bottom:2px solid #989898}.shop_layout_2 .btn_addtocart:hover{color:#25bc6c;border-color:#25bc6c}.shop_layout_2:hover .shop_image_wrap{border-color:#000}.popular_product_carousel .shop_layout_2{margin-bottom:0}.popular_product_carousel .carousel_nav button{width:50px;height:50px;font-size:20px;box-shadow:none;border-radius:100%;color:#252525;border-color:transparent;background-color:transparent}.popular_product_carousel .carousel_nav button:hover{color:#fff;border-color:#25bc6c;background-color:#25bc6c}.popular_product_carousel .carousel_nav button:first-child{left:-100px}.popular_product_carousel .carousel_nav button:nth-child(2){right:-100px}.popular_today_section .title_wrap{display:flex;margin-bottom:20px;align-items:flex-end;justify-content:space-between}.popular_today_section .title_wrap h2{font-size:43px;margin-bottom:0}.shop_layout_3{margin-top:30px}.shop_layout_3 .shop_image,.shop_layout_3 .shop_image_wrap{overflow:hidden;position:relative}.shop_layout_3 .shop_image{display:block}.shop_layout_3 .shop_image img{transition:.6s cubic-bezier(.25,1,.5,1)}.shop_layout_3 .action_btns_group{left:0;right:0;top:50%;z-index:2;padding:15px;position:absolute;transform:translateY(-50%)}.shop_layout_3 .action_btns_group>li{opacity:0;transform:translateY(60px);transition:.4s cubic-bezier(.34,1.56,.64,1)}.shop_layout_3 .action_btns_group>li:not(:last-child){margin-right:5px}.shop_layout_3 .action_btns_group a{width:35px;height:35px;display:flex;font-size:12px;border-radius:100%;align-items:center;color:#25bc6c;justify-content:center;background-color:#fff}.shop_layout_3 .action_btns_group a:hover{color:#fff;transform:translateY(-5px);background-color:#25bc6c}.shop_layout_3 .shop_content{padding:25px 20px;border:1px solid #eaeaeb}.shop_layout_3 .shop_price{display:flex;line-height:1;align-items:center}.shop_layout_3 .shop_price .sale_price{color:#000;font-size:18px;font-weight:700;margin-right:6px;display:inline-block}.shop_layout_3 .shop_price del{color:#515151;font-size:14px;font-weight:500}.shop_layout_3 .shop_title>a{color:#000;font-size:17px;font-weight:800}.shop_layout_3 .rating_star>li{color:#25bc6c}.shop_layout_3:hover .shop_image img{transform:scale(1.08)}.shop_layout_3:hover .action_btns_group>li{opacity:1;transform:translateY(0)}.shop_layout_3:hover .action_btns_group>li:first-child{transition-delay:.1s}.shop_layout_3:hover .action_btns_group>li:nth-child(2){transition-delay:.2s}.shop_layout_3:hover .action_btns_group>li:nth-child(3){transition-delay:.3s}.shop_layout_3:hover .action_btns_group>li:nth-child(4){transition-delay:.4s}.shop_layout_3:hover .shop_title>a{color:#25bc6c}.shop_layout_4 .shop_image_wrap{position:relative;margin-bottom:15px;transition:.6s cubic-bezier(.25,1,.5,1)}.shop_layout_4 .shop_image{display:block;overflow:hidden}.shop_layout_4 .shop_price{display:flex;font-size:17px;margin-bottom:2px;align-items:flex-end}.shop_layout_4 .sale_price{color:#151515;font-weight:700;margin-right:10px}.shop_layout_4 del{color:#a0a0a0}.shop_layout_4 .child_image{left:0;right:0;bottom:0;padding:15px;position:absolute}.shop_layout_4 .child_image li:not(:last-child){margin-right:5px}.shop_layout_4 .child_image button{width:45px;height:45px;display:block;overflow:hidden;border-radius:4px}.shop_layout_4 .shop_badge_group{top:0;right:0;padding:25px;position:absolute}.shop_layout_4 .shop_badge_group li:not(:last-child){margin-bottom:5px}.shop_layout_4 .shop_badge_group .shop_badge{padding:5px;display:block;color:#fff;line-height:1;min-width:56px;font-size:16px;font-weight:600;border-radius:3px;text-align:center}.shop_layout_4 .shop_category a{font-size:16px}.shop_layout_4 .item_title{margin-bottom:3px;font-size:1.2rem;text-align:center}.shop_layout_4 .item_title a{color:#151515;font-size:20px}.shop_layout_4:hover .shop_image_wrap{box-shadow:0 10px 50px 0 rgba(0,0,0,.14)}.backpack_product_carousel .carousel_nav button{width:auto;height:auto;border:none;color:#565656;font-size:20px;font-weight:600;border-radius:0;background:none;box-shadow:none;text-transform:uppercase}.backpack_product_carousel .carousel_nav button:hover{color:#25bc6c}.backpack_product_carousel .carousel_nav button:first-child{left:-115px}.backpack_product_carousel .carousel_nav button:nth-child(2){right:-115px}.shop_layout_5{margin-top:30px;position:relative}.shop_layout_5 .shop_badge_group{top:36px;left:36px;z-index:2;position:absolute}.shop_layout_5 .shop_badge{color:#fff;font-size:12px;font-weight:600;padding:6px 10px}.shop_layout_5 .badge_new{background-color:#25bc6c}.shop_layout_5 .item_image{display:block;overflow:hidden;position:relative}.shop_layout_5 .item_image img{transition:.6s cubic-bezier(.25,1,.5,1)}.shop_layout_5 .item_title{left:0;right:0;bottom:0;z-index:1;padding:18px;margin-bottom:0;position:absolute}.shop_layout_5 .item_title>a{z-index:1;color:#1f1e1e;display:block;font-size:30px;font-weight:500;text-align:center;position:relative}.shop_layout_5 .item_title>a:before{top:0;width:0;bottom:0;left:50%;content:"";position:absolute;background-color:#fff;transform:translateX(-50%);transition:.4s cubic-bezier(.25,1,.5,1)}.shop_layout_5 .item_title>a>span{opacity:0;display:block;padding:17px 30px;filter:blur(10px);transition:.6s cubic-bezier(.25,1,.5,1)}.shop_layout_5:hover .item_image img{transform:scale(1.08)}.shop_layout_5:hover .item_title>a:before{width:100%}.shop_layout_5:hover .item_title>a>span{opacity:1;filter:blur(0);transition-delay:.3s}.h6shop_section{background-size:auto 100%;background-repeat:no-repeat;background-position:100%}.accessories_carousel.arrow_leftright .carousel_nav button,.hotdeal_carousel.arrow_leftright .carousel_nav button{top:40%;width:80px;height:80px;color:#fff;font-size:32px;border-radius:100%;border-color:#000;background-color:#000;transform:translateY(-40%)}.accessories_carousel.arrow_leftright .carousel_nav button:hover,.hotdeal_carousel.arrow_leftright .carousel_nav button:hover{border-color:#928656;background-color:#928656}.accessories_carousel.arrow_leftright .carousel_nav button:first-child,.hotdeal_carousel.arrow_leftright .carousel_nav button:first-child{left:-115px}.accessories_carousel.arrow_leftright .carousel_nav button:nth-child(2),.hotdeal_carousel.arrow_leftright .carousel_nav button:nth-child(2){right:-115px}.shop_layout_6{margin-bottom:70px}.shop_layout_6 .shop_image_wrap{position:relative;margin-bottom:15px;transition:.6s cubic-bezier(.25,1,.5,1)}.shop_layout_6 .shop_image{display:block;overflow:hidden;background-color:#000}.shop_layout_6 .shop_image img{transition:.6s cubic-bezier(.25,1,.5,1)}.shop_layout_6 .shop_price{display:flex;font-size:17px;margin-bottom:2px;align-items:flex-end}.shop_layout_6 .sale_price{color:#151515;font-weight:700;margin-right:10px}.shop_layout_6 del{color:#a0a0a0}.shop_layout_6 .child_image{left:0;right:0;bottom:0;padding:15px;position:absolute}.shop_layout_6 .child_image li:not(:last-child){margin-right:8px}.shop_layout_6 .child_image button{width:45px;height:45px;display:block;overflow:hidden;border-radius:4px}.shop_layout_6 .shop_badge_group{top:0;left:0;padding:25px;position:absolute}.shop_layout_6 .shop_badge_group li:not(:last-child){margin-bottom:5px}.shop_layout_6 .shop_badge_group .shop_badge{padding:5px;display:block;color:#fff;line-height:1;min-width:56px;font-size:16px;font-weight:600;text-align:center}.shop_layout_6 .shop_badge_group .badge_discount{background-color:#d6001c}.shop_layout_6 .shop_badge_group .badge_new{color:#252525;background-color:#fff}.shop_layout_6 .action_btns_group{left:0;right:0;top:50%;z-index:2;position:absolute;transform:translateY(-50%)}.shop_layout_6 .action_btns_group>li{opacity:0;transform:translateY(100px);transition:.4s cubic-bezier(.34,1.56,.64,1)}.shop_layout_6 .action_btns_group>li:not(:last-child){margin-right:7px}.shop_layout_6 .action_btns_group a{width:52px;height:52px;display:flex;color:#fff;align-items:center;border-radius:100%;justify-content:center;background-color:#000}.shop_layout_6 .action_btns_group a:hover{transform:translateY(-5px);background-color:#928656}.shop_layout_6 .flex_wrap{display:flex;align-items:center;justify-content:space-between}.shop_layout_6 .shop_category a{font-size:16px}.shop_layout_6 .item_title{margin-bottom:3px}.shop_layout_6 .item_title a{color:#151515;font-size:20px}.shop_layout_6 .countdown_timer{margin:13px 0 0}.shop_layout_6 .countdown_timer>li{padding:15px;min-width:auto;text-align:center;border-radius:10px;background-color:#f5f5f5}.shop_layout_6 .countdown_timer>li:not(:last-child){margin-right:4px}.shop_layout_6 .countdown_timer>li:after{display:none}.shop_layout_6 .countdown_timer span,.shop_layout_6 .countdown_timer strong{color:#928656}.shop_layout_6 .countdown_timer strong{font-size:18px;font-weight:800;margin-bottom:5px}.shop_layout_6 .countdown_timer span{font-size:17px;text-transform:capitalize}.shop_layout_6:hover .shop_image img{opacity:.7}.shop_layout_6:hover .action_btns_group>li{opacity:1;transform:translateY(0)}.shop_layout_6:hover .action_btns_group>li:first-child{transition-delay:.1s}.shop_layout_6:hover .action_btns_group>li:nth-child(2){transition-delay:.2s}.shop_layout_6:hover .action_btns_group>li:nth-child(3){transition-delay:.3s}.shop_layout_6:hover .item_title a{color:#25bc6c}.product_masonry_grid{margin-top:60px}.product_masonry_grid .grid-item,.product_masonry_grid .grid-sizer{width:33.333%}.product_masonry_grid .w_50{width:50%}.shop_layout_7,.shop_layout_7 .image_wrap{overflow:hidden;position:relative}.shop_layout_7 .image_wrap{display:block}.shop_layout_7 .image_wrap img{transition:.6s cubic-bezier(.25,1,.5,1)}.shop_layout_7 .item_content,.shop_layout_7 .top_content_wrap{z-index:2;padding:30px 40px;position:absolute}.shop_layout_7 .top_content_wrap{top:0;left:0;right:0;display:flex;align-items:center;justify-content:space-between}.shop_layout_7 .item_content{left:0;right:0;bottom:0}.shop_layout_7 .action_btns_group li:not(:last-child){margin-right:15px}.shop_layout_7 .action_btns_group a{font-size:17px;color:#252525}.shop_layout_7 .action_btns_group a:hover{color:#25bc6c}.shop_layout_7 .shop_price{display:flex;font-size:17px;align-items:center}.shop_layout_7 .shop_price .sale_price{color:#151515;font-weight:700;margin-right:10px}.shop_layout_7 .shop_price del{color:#a0a0a0}.shop_layout_7 .item_title{margin-bottom:0}.shop_layout_7 .item_title a{font-size:20px;font-weight:700;color:#252525}.shop_layout_7 .item_title a:hover{color:#25bc6c}.shop_layout_7:hover .image_wrap img{transform:scale(1.08)}.shop_layout_8{overflow:hidden;position:relative}.shop_layout_8 .item_image{display:block;overflow:hidden;border-radius:4px;background-color:#000}.shop_layout_8 .item_image img{transition:.6s cubic-bezier(.25,1,.5,1)}.shop_layout_8 .action_btns_group{top:50%;left:50%;z-index:1;position:absolute;transform:translate(-50%,-50%)}.shop_layout_8 .action_btns_group>li{opacity:0;transform:translateY(100px);transition:.5s cubic-bezier(.34,1.56,.64,1)}.shop_layout_8 .action_btns_group>li:not(:last-child){margin-bottom:10px}.shop_layout_8 .action_btns_group a{width:40px;height:40px;display:flex;font-size:15px;border-radius:100%;align-items:center;color:#252525;justify-content:center;background-color:#fff}.shop_layout_8 .action_btns_group a:hover{color:#fff;background-color:#25bc6c}.shop_layout_8 .action_btns_group a i{margin-top:2px}.shop_layout_8:hover .item_image img{opacity:.3;transform:scale(1.08)}.shop_layout_8:hover .action_btns_group>li{opacity:1;transform:translateY(0)}.shop_layout_8:hover .action_btns_group>li:first-child{transition-delay:.1s}.shop_layout_8:hover .action_btns_group>li:nth-child(2){transition-delay:.2s}.shop_layout_8:hover .action_btns_group>li:nth-child(3){transition-delay:.3s}.shop_layout_8:hover .action_btns_group>li:nth-child(4){transition-delay:.4s}.shop_layout_9{overflow:hidden;text-align:center;background-color:#fff}.shop_layout_9 .item_image{position:relative}.shop_layout_9 .image_wrap{height:400px;display:flex;overflow:hidden;align-items:center;justify-content:center}.shop_layout_9 .image_wrap img{max-height:340px;transition:.6s cubic-bezier(.25,1,.5,1)}.shop_layout_9 .action_btns_group{top:50%;left:50%;z-index:2;position:absolute;transform:translate(-50%,-50%)}.shop_layout_9 .action_btns_group>li{transform:scale(0);transition:.6s cubic-bezier(.25,1,.5,1)}.shop_layout_9 .action_btns_group>li:not(:last-child){margin-bottom:8px}.shop_layout_9 .action_btns_group a{width:45px;height:45px;display:flex;color:#fff;font-size:14px;align-items:center;border-radius:100%;justify-content:center;background-color:#252525;box-shadow:0 0 6px 1px rgab(0,0,0,.2)}.shop_layout_9 .action_btns_group a:hover{color:#fff;background-color:#25bc6c}.shop_layout_9 .shop_badge_group{top:10px;left:10px;z-index:2;position:absolute}.shop_layout_9 .shop_badge_group .shop_badge{color:#fff;line-height:1;display:block;min-width:60px;font-size:10px;font-weight:700;border-radius:3px;padding:10px;font-family:Poppins,sans-serif}.shop_layout_9 .badge_sale{background-color:#f2b800}.shop_layout_9 .item_content{padding:32px 20px}.shop_layout_9 .item_title{font-weight:400;margin-bottom:10px;font-family:Anton,sans-serif}.shop_layout_9 .item_title a{font-size:20px;color:#252525}.shop_layout_9 .item_title a:hover{color:#25bc6c}.shop_layout_9 .shop_price{margin-bottom:5px}.shop_layout_9 .shop_price del{color:#aaa;font-size:13px;font-weight:500}.shop_layout_9 .shop_price .sale_price{font-size:16px;font-weight:700;color:#252525}.shop_layout_9:hover .image_wrap img{transform:scale(1.08)}.shop_layout_9:hover .action_btns_group>li{transform:scale(1)}.shop_layout_9:hover .action_btns_group>li:first-child{transition-delay:.2s}.shop_layout_9:hover .action_btns_group>li:nth-child(2){transition-delay:.3s}.shop_layout_9:hover .action_btns_group>li:nth-child(3){transition-delay:.4s}.shop_layout_9:hover .action_btns_group>li:nth-child(4){transition-delay:.5s}.discover_product_carousel .carousel_nav button{border:none;border-radius:0;background-color:#000}.discover_product_carousel .carousel_nav button:hover{color:#fff;background-color:#25bc6c}.discover_product_carousel .carousel_nav button:first-child{left:-140px}.discover_product_carousel .carousel_nav button:nth-child(2){right:-140px}.shop_layout_10{padding:30px;text-align:center;border:2px solid #e4e4e4;background-color:#fff;transition:.6s cubic-bezier(.25,1,.5,1)}.shop_layout_10 .badge_wrap{z-index:1;display:flex;line-height:1;position:relative;align-items:center;margin-bottom:15px;justify-content:space-between}.shop_layout_10 .item_badge{color:#fff;font-size:11px;font-weight:700;border-radius:2px;padding:9px 16px 7px;text-transform:uppercase}.shop_layout_10 .addto_wishlist{font-size:22px;color:#25bc6c}.shop_layout_10 .addto_wishlist.active i:before{font-weight:900}.shop_layout_10 .item_image{height:460px;display:flex;position:relative;align-items:center;margin-bottom:15px;justify-content:center}.shop_layout_10 .item_image img{max-height:430px;transition:.6s cubic-bezier(.25,1,.5,1)}.shop_layout_10 .action_btns_group{left:0;right:0;top:50%;z-index:2;position:absolute;transform:translateY(-50%)}.shop_layout_10 .action_btns_group>li{opacity:0;transform:translateY(20px);transition:.6s cubic-bezier(.25,1,.5,1)}.shop_layout_10 .action_btns_group>li:not(:last-child){margin-bottom:15px}.shop_layout_10 .action_btns_group>li:first-child{transform:translateX(-70px)}.shop_layout_10 .action_btns_group>li:nth-child(2){transform:translateX(70px)}.shop_layout_10 .action_btns_group .btn{min-width:200px}.shop_layout_10 .action_btns_group .btn:hover{background-color:#fff}.shop_layout_10 .item_price{display:flex;margin-bottom:5px;align-items:center;justify-content:center}.shop_layout_10 .item_price .sale_price{font-size:22px;font-weight:700;margin-right:10px;color:#25bc6c}.shop_layout_10 .item_price del{color:#696969;font-size:22px}.shop_layout_10 .item_title{font-size:28px;font-weight:600;margin-bottom:20px}.shop_layout_10 .item_title a{color:#252525}.shop_layout_10 .item_title a:hover{color:#25bc6c}.shop_layout_10 .item_color{color:#beb7b7;line-height:1;display:block;font-size:15px}.shop_layout_10:hover{border-color:#25bc6c}.shop_layout_10:hover .action_btns_group>li{opacity:1;transform:translateX(0)}.shop_layout_10:hover .action_btns_group>li:first-child{transition-delay:.2s}.shop_layout_10:hover .action_btns_group>li:nth-child(2){transition-delay:.3s}.shop_layout_11{margin-top:50px;position:relative}.shop_layout_11 .shop_badge_group{top:30px;left:30px;z-index:2;position:absolute}.shop_layout_11 .shop_badge_group .shop_badge{color:#fff;line-height:1;font-size:14px;font-weight:500;padding:8px 22px;background-color:#222;text-transform:uppercase}.shop_layout_11 .item_image{overflow:hidden;position:relative;margin-bottom:25px}.shop_layout_11 .image_wrap{display:block;overflow:hidden;border:2px solid transparent}.shop_layout_11 .action_btns_wrap,.shop_layout_11 .image_wrap img{transition:.6s cubic-bezier(.25,1,.5,1)}.shop_layout_11 .action_btns_wrap{left:0;right:0;bottom:-50px;z-index:2;display:flex;position:absolute;align-items:center;background-color:#222;justify-content:space-between}.shop_layout_11 .action_btns_wrap a{height:50px;color:#fff;font-size:14px;line-height:52px;text-align:center}.shop_layout_11 .addtocart_btn{padding:0 30px;font-weight:600}.shop_layout_11 .addtocart_btn:hover{color:#25bc6c}.shop_layout_11 .action_btns_group>li{border-left:2px solid #4a4a4a}.shop_layout_11 .action_btns_group a{width:50px;display:block}.shop_layout_11 .action_btns_group a:hover{color:#fff;background-color:#25bc6c}.shop_layout_11 .item_content{position:relative}.shop_layout_11 .item_category{margin-bottom:5px}.shop_layout_11 .item_category>li{position:relative}.shop_layout_11 .item_category>li:not(:last-child){margin-right:5px;padding-right:3px}.shop_layout_11 .item_category>li:after{right:0;bottom:0;content:",";position:absolute}.shop_layout_11 .item_category>li:last-child:after{display:none}.shop_layout_11 .item_category a{display:block;color:#c6c2c2;font-size:12px}.shop_layout_11 .item_category a:hover{color:#25bc6c}.shop_layout_11 .item_title{font-size:20px;font-weight:600}.shop_layout_11 .item_title a{color:#252525}.shop_layout_11 .shop_price .sale_price{font-size:20px;font-weight:500;color:#252525}.shop_layout_11 .shop_price del{color:#c6c2c2;font-size:16px}.shop_layout_11:hover .image_wrap{border-color:#222}.shop_layout_11:hover .action_btns_wrap{bottom:0}.blog_section.bg_gray{background-color:#f9f9f9}.blog_pagination{display:flex;padding-top:25px;align-items:center;justify-content:space-between}.blog_result_text{color:#a8aaab;font-size:16px;display:inline-block}.recent_post_item{display:flex;align-items:center}.recent_post_item:not(:last-child){margin-bottom:25px}.recent_post_item .recent_post_image{display:block;flex:0 0 100px;overflow:hidden;margin-right:15px}.recent_post_item .recent_post_image img{transition:.6s cubic-bezier(.25,1,.5,1)}.recent_post_item .recent_post_title{margin-bottom:5px}.recent_post_item .recent_post_title a{font-size:18px;font-weight:600;color:#252525}.recent_post_item .recent_post_date{display:block;line-height:1;color:#999;font-size:13px}.recent_post_item:hover .recent_post_image img{transform:scale(1.08)}.recent_post_item:hover .recent_post_title a{color:#25bc6c}.blog_standard{position:relative;margin-bottom:40px;padding-bottom:40px;border-bottom:1px dotted #ccc}.blog_standard .blog_image{z-index:1;position:relative;margin-bottom:30px}.blog_standard .blog_image_wrap{display:block;overflow:hidden;position:relative}.blog_standard .blog_image_wrap img{transition:.6s cubic-bezier(.25,1,.5,1)}.blog_standard .blog_category{top:30px;left:30px;z-index:2;position:absolute}.blog_standard .blog_category a{display:block;color:#fff;line-height:1;font-size:12px;font-weight:600;padding:10px 25px;border-radius:2px;background-color:#25bc6c}.blog_standard .blog_content{padding-right:170px}.blog_standard .blog_title{margin-bottom:11px}.blog_standard .blog_title a{color:#1c1f23;font-size:30px;font-weight:800}.blog_standard p{color:#7b7d7f;font-size:18px;margin-bottom:30px;font-family:Roboto,sans-serif}.blog_standard:hover .blog_image_wrap img{transform:scale(1.08)}.blog_standard:hover .blog_title a{color:#25bc6c}.blog_item_1{margin-top:50px}.blog_item_1 .item_image{display:block;overflow:hidden;margin-bottom:30px}.blog_item_1 .item_image img{transition:.6s cubic-bezier(.25,1,.5,1)}.blog_item_1 .item_title{font-size:30px;margin-bottom:20px}.blog_item_1 .item_title a{color:#1c1c1c}.blog_item_1:hover .item_image img{transform:scale(1.08)}.blog_item_1:hover .item_title a{color:#25bc6c}.blog_item_2{margin-bottom:40px}.blog_item_2 .item_image{position:relative;margin-bottom:22px}.blog_item_2 .image_wrap{display:block;overflow:hidden;position:relative}.blog_item_2 .image_wrap img{transition:.6s cubic-bezier(.25,1,.5,1)}.blog_item_2 .popup_video{right:12px;bottom:12px;z-index:1;width:56px;height:56px;display:flex;position:absolute;align-items:center;justify-content:center;background-color:#fff}.blog_item_2 .popup_video img{max-height:30px}.blog_item_2 .item_content{padding-right:100px}.blog_item_2 .post_meta{color:#151515;font-weight:500}.blog_item_2 .post_meta li{position:relative;margin-bottom:10px}.blog_item_2 .post_meta li:not(:last-child){margin-right:6px;padding-right:6px}.blog_item_2 .post_meta li:after{top:50%;width:4px;right:-2px;height:2px;content:"";position:absolute;background-color:#151515;transform:translateY(-50%)}.blog_item_2 .post_meta li:last-child:after{display:none}.blog_item_2 .post_meta a{font-weight:700;color:#25bc6c}.blog_item_2 .item_title{line-height:1;font-weight:700;margin-bottom:0}.blog_item_2 .item_title a{color:#151515;font-size:27px}.blog_item_2:hover .image_wrap img{transform:scale(1.08)}.blog_item_2:hover .item_title a{color:#25bc6c}.blog_item_split{display:flex;margin-top:60px;align-items:center;justify-content:space-between}.blog_item_split.bg_pink{background-color:#fdebec}.blog_item_split.bg_yellow{background-color:#fffcef}.blog_item_split .item_image{width:60%;display:block;overflow:hidden;position:relative}.blog_item_split .item_image img{transition:.6s cubic-bezier(.25,1,.5,1)}.blog_item_split:nth-child(2n) .item_image{order:13}.blog_item_split .item_content{width:40%;padding:60px}.blog_item_split .post_date{color:#7b7d7f;font-size:13px;font-weight:700;margin-bottom:15px}.blog_item_split .item_title{line-height:1.1;margin-bottom:20px}.blog_item_split .item_title a{color:#1c1f23;font-size:50px;font-weight:700}.blog_item_split p{color:#686868;font-size:20px;margin-bottom:40px;font-family:Roboto,sans-serif}.blog_item_split:hover .item_image img{transform:scale(1.08)}.blog_item_split:hover .item_title a{color:#25bc6c}.blog_item_3{margin-top:70px}.blog_item_3 .item_image{display:block;overflow:hidden;position:relative;margin-bottom:35px}.blog_item_3 .item_image img{transition:.6s cubic-bezier(.25,1,.5,1)}.blog_item_3 .item_content{display:flex}.blog_item_3 .post_date{flex:0 0 150px}.blog_item_3 .post_date span,.blog_item_3 .post_date strong{line-height:1;display:block}.blog_item_3 .post_date strong{font-size:68px;font-weight:600;color:#25bc6c}.blog_item_3 .post_date span{color:#151515;font-size:17px}.blog_item_3 .item_title{margin-bottom:13px}.blog_item_3 .item_title a{color:#151515;font-size:30px;font-weight:700}.blog_item_3 .post_meta{font-size:17px;font-weight:400}.blog_item_3 .post_meta li{color:#848484;margin-bottom:0;position:relative}.blog_item_3 .post_meta li:not(:last-child){margin-right:15px;padding-right:15px}.blog_item_3 .post_meta li:after{top:50%;right:-4px;content:"/";position:absolute;transform:translateY(-50%)}.blog_item_3 .post_meta li:last-child:after{display:none}.blog_item_3 .post_meta a{color:#848484}.blog_item_3 .post_meta a:hover{color:#25bc6c}.blog_item_3:hover .item_image img{transform:scale(1.08)}.blog_item_3:hover .item_title a{color:#25bc6c}.blog_details .sidebar_section{margin-top:50px}.blog_details_image{position:relative}.blog_details_image .blog_category{top:30px;left:30px;z-index:2;position:absolute}.blog_details_image .blog_category a{display:block;color:#fff;line-height:1;font-size:12px;font-weight:600;padding:10px 25px;border-radius:2px;background-color:#25bc6c}.blog_details_image .blog_title{left:0;bottom:145px;color:#fff;font-size:60px;font-weight:600;line-height:1.1;max-width:900px;margin-bottom:0;position:absolute;padding-left:170px}.blog_details_content{padding:50px 0 0 100px}.blog_details_content p{color:#8d8e90;margin-bottom:35px;font-family:Roboto,sans-serif}.blog_details_content .post_meta{margin-bottom:15px}.blog_details_content .title_text{font-size:24px;margin-bottom:20px}.bd_image_carousel{position:relative;margin-bottom:35px}.bd_image_carousel .cc1c_left_arrow,.bd_image_carousel .cc1c_right_arrow{top:50%;width:50px;height:50px;border:none;color:#fff;border-radius:0;position:absolute;transform:translateY(-50%);background-color:rgba(28,31,35,.2)}.bd_image_carousel .cc1c_left_arrow{left:0}.bd_image_carousel .cc1c_right_arrow{right:0}.bd_info_list{margin-bottom:35px}.bd_info_list .title_text{margin-bottom:45px}.bd_info_list li:not(:last-child){margin-bottom:40px}.bd_info_list h4{font-size:15px;font-weight:500;margin-bottom:10px}.bd_info_list span{color:#25bc6c}.bd_info_list p{font-size:16px;padding-left:22px}.tag_share_wrap{display:flex;align-items:center;justify-content:space-between}.tag_share_wrap h4{font-size:12px;font-weight:800;margin-right:20px;margin-bottom:0}.post_share_links,.post_tags_links{display:flex;align-items:center}.post_tags_links ul{margin:-4px}.post_tags_links ul li{padding:4px}.post_tags_links a{display:block;color:#fff;line-height:1;font-size:11px;padding:6px 10px;border-radius:2px;background-color:#25bc6c;font-family:Poppins,sans-serif}.post_tags_links a:hover{background-color:#252525}.post_share_links .social_primary a{color:#a8aaab}.post_share_links .social_primary a:hover{color:#25bc6c}.shop_details{background-size:auto 100%;background-repeat:no-repeat;background-position:right -15% center}.shop_details.bg_gray{background-color:#f4f6f7}.shop_details .item_badge{top:0;right:50px;color:#fff;line-height:1;font-size:10px;position:absolute;padding:5px 11px 4px;background-color:#1c1f23;text-transform:uppercase;font-family:Poppins,sans-serif}.shop_details .item_subtitle{line-height:1;color:#7b7d7f;font-size:14px;font-weight:400;margin-bottom:10px;color:#3d3d3d;text-transform:uppercase}.shop_details .item_title{line-height:1;font-size:35px;font-weight:800;margin-bottom:12px}.shop_details .item_price{display:flex;align-items:center;margin-bottom:20px}.shop_details .item_price .sale_price{color:#b67c5a;font-size:18px;font-weight:700;margin-right:28px}.shop_details .item_price del{color:#a8aaab;font-size:18px;font-weight:200}.shop_details p{color:#7b7d7f;text-align:justify}.shop_details hr{margin:35px 0}.shop_details .btn{padding:16px 38px}.shop_details .social_primary a{color:#a8aaab}.shop_details .social_primary a:hover{color:#25bc6c}.shop_details .social_primary i{color:#a8aaab}.shop_details .social_primary i:hover{color:#25bc6c}.sd_image_carousel{position:relative}.sd_image_carousel .sd_carousel_wrap .slider_item{height:700px;display:flex;align-items:center;justify-content:center;padding-left:130px}.sd_image_carousel .sd_carousel_wrap .slider_item img{max-height:90%}.sd_image_carousel .sd_carousel_thumbnail{top:-15px;left:-15px;z-index:2;width:160px;position:absolute}.sd_image_carousel .sd_carousel_thumbnail .slick-list{padding:15px}.sd_image_carousel .sd_carousel_thumbnail .slider_item{width:130px;height:130px;display:flex;cursor:pointer;align-items:center;justify-content:center;transition:.6s cubic-bezier(.25,1,.5,1)}.sd_image_carousel .sd_carousel_thumbnail .slider_item.slick-current.slick-active{background-color:#fff;box-shadow:0 5px 20px 0 rgba(4,4,4,.15)}.sd_image_carousel .sd_carousel_thumbnail .slider_item img{max-height:100px}.sd_image_carousel .slick-next,.sd_image_carousel .slick-prev{left:0;bottom:0;top:unset;right:unset;opacity:1;z-index:2;cursor:pointer;transform:unset;color:transparent;width:40px;height:40px;overflow:hidden;border:1px solid #eaeaeb;background-color:#fff;transition:.6s cubic-bezier(.25,1,.5,1)}.sd_image_carousel .slick-next:before,.sd_image_carousel .slick-prev:before{top:50%;left:50%;color:#a8aaab;font-size:12px;font-weight:400;position:absolute;transition:.6s cubic-bezier(.25,1,.5,1);transform:translate(-50%,-50%);font-family:Font Awesome\ 5 Pro}.sd_image_carousel .slick-next:hover,.sd_image_carousel .slick-prev:hover{border-color:#25bc6c;background-color:#25bc6c}.sd_image_carousel .slick-next:hover:before,.sd_image_carousel .slick-prev:hover:before{color:#fff}.sd_image_carousel .slick-prev:before{content:""}.sd_image_carousel .slick-next{left:39px}.sd_image_carousel .slick-next:before{content:""}.shop_details_content{position:relative;padding-right:50px}.sd_info_layout{display:flex;align-items:center;margin-bottom:20px}.sd_info_layout .title_text{font-size:12px;font-weight:800;margin-bottom:0;min-width:120px;padding-right:15px;text-transform:uppercase}.sd_color_list{margin:-5px}.sd_color_list>li{padding:5px}.sd_color_list input{width:30px;height:30px;display:block;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;border:4px solid #fff}.sd_color_list input:before{top:-4px;left:-4px;right:-4px;bottom:-4px;content:"";position:absolute;border:1px solid #eaeaeb}.sd_color_list input:after{top:50%;left:50%;opacity:0;color:#fff;font-size:10px;content:"";font-weight:400;position:absolute;transition:.6s cubic-bezier(.25,1,.5,1);transform:translate(-50%,-50%);font-family:Font Awesome\ 5 Pro}.sd_color_list input:checked:after{opacity:1}.sd_color_list input.color_biscuit{background-color:#f1eae1}.sd_color_list input.color_biscuit:after{color:#252525}.sd_color_list input.color_blue{background-color:#2d5fa1}.sd_color_list input.color_brown{background-color:#997a68}.sd_color_list2{margin-bottom:25px}.sd_color_list2>li{display:flex;align-items:center}.sd_color_list2>li:not(:last-child){margin-right:15px}.sd_color_list2 input{float:left;width:30px;height:30px;display:block;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin-right:5px;position:relative;border-radius:100%;border:4px solid #fff}.sd_color_list2 input:before{top:-4px;left:-4px;right:-4px;bottom:-4px;content:"";position:absolute;border-radius:100%;border:1px solid #eaeaeb}.sd_color_list2 input:after{top:50%;left:50%;opacity:0;color:#fff;font-size:10px;content:"";font-weight:400;position:absolute;transition:.6s cubic-bezier(.25,1,.5,1);transform:translate(-50%,-50%);font-family:Font Awesome\ 5 Pro}.sd_color_list2 input:checked:after{opacity:1}.sd_color_list2 input.color_brown{background-color:#cc7b4a}.sd_color_list2 input.color_gray{background-color:#b6b8ba}.sd_color_list2 input.color_red{background-color:#d33}.sd_color_list2 label{cursor:pointer;margin-bottom:0}.sd_item_size_input input{width:70px;height:40px;color:#7b7d7f;font-size:15px;padding:0 12px;font-weight:700;text-align:center;background-color:#fff;border:1px solid #eaeaeb}.sd_btns_group{margin:-10px}.sd_btns_group>li{padding:10px}.sd_btns_group2{margin:-2px}.sd_btns_group2>li{padding:2px}.sd_btns_group2 a{width:40px;height:40px;display:block;font-size:14px;line-height:42px;text-align:center;color:#25bc6c;background-color:#fff}.sd_btns_group2 a:hover{color:#fff;background-color:#25bc6c}.quantity_form{height:50px;display:flex;padding:0 20px;align-items:center;border-radius:45px;background-color:#fff;border:1px solid #ebebec;justify-content:space-between}.quantity_form button{color:#a8aaab;font-size:14px}.quantity_form button:hover{color:#25bc6c}.quantity_form input{width:60px;border:none;padding:0 5px;text-align:center;color:#252525}.quantity_form2{height:56px;display:flex;padding:10px;align-items:center;border:1px solid #030303}.quantity_form2 input{width:80px;border:none;text-align:center}.quantity_form2 button{width:30px;height:30px;font-size:16px;background-color:#e9e9e9}.quantity_form3{height:50px;display:flex;padding:10px;border-radius:45px;align-items:center;background-color:#fff}.quantity_form3 input{width:50px;border:none;text-align:center}.quantity_form3 button{width:30px;height:30px;font-size:16px;line-height:32px;border-radius:100%;background-color:#ececec}.average_review{margin-bottom:100px}.average_review h3{line-height:1;font-size:14px;font-weight:400;margin-bottom:5px;color:#3d3d3d;text-transform:uppercase}.average_review h4{color:#000;line-height:1;font-size:42px;margin-bottom:25px}.average_review .rating_star{margin-bottom:30px}.average_review .rating_star>li{font-size:15px}.average_review .rating_star>li:not(:last-child){margin-right:1px}.average_review h5{line-height:1;font-size:16px;margin-bottom:25px;text-transform:uppercase}.rating_barlist>ul{margin:-15px}.rating_barlist>ul>li{padding:15px}.rating_barlist .progress{height:8px;width:200px;border-radius:0;background-color:#f4f6f7}.rating_barlist .progress .progress-bar{height:8px;background-color:#f3b833}.rating_barlist .progress.five_star .progress-bar{width:100%}.rating_barlist .progress.four_star .progress-bar{width:50%}.rating_barlist span{line-height:1;display:block;font-size:16px}.review_form_area h3{line-height:1;font-size:16px;margin-bottom:30px;text-transform:uppercase}.review_form_area h4{line-height:1;font-size:18px;font-weight:400;margin-bottom:5px;color:#3d3d3d}.star_group{display:flex;align-items:center;margin-bottom:25px}.star_group input{float:left;width:20px;height:20px;line-height:1;cursor:pointer;font-size:15px;-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative}.star_group input:before{top:50%;left:50%;color:#ccc;content:"";font-weight:300;position:absolute;transition:.6s cubic-bezier(.25,1,.5,1);transform:translate(-50%,-50%);font-family:Font Awesome\ 5 Pro}.star_group input:checked:before,.star_group input:hover:before{color:#f3b833;font-weight:900}.review_content_area{padding-right:50px}.review_comment h5{line-height:1;font-size:16px;margin-bottom:30px;text-transform:uppercase}.review_comment_list>li:not(:last-child){margin-bottom:35px;padding-bottom:35px;border-bottom:1px solid #eaeaeb}.review_comment_list .item_thumbnail{float:left;width:70px;height:70px;overflow:hidden;margin-right:30px;border-radius:100%}.review_comment_list .item_content{display:table;padding-top:10px}.review_comment_list .rating_star{margin-bottom:10px}.review_comment_list .admin_name{line-height:1;font-size:18px;margin-bottom:15px}.review_comment_list p{font-size:15px;margin-bottom:0}.review_comment2 .title_text,.review_form2 .title_text{line-height:1;font-size:35px;margin-bottom:30px}.review_comment2{padding-bottom:40px}.review_comment_list2>li{margin-bottom:40px;padding-bottom:40px;border-bottom:1px dotted #d9d9d9}.review_comment_wrap2 .admin_name{display:flex;line-height:1;font-size:19px;font-weight:700;margin-bottom:15px;align-items:center}.review_comment_wrap2 .comment_date{color:#a8aaab;font-size:14px;font-weight:400;margin-left:40px;display:inline-block}.review_comment_wrap2 .rating_star{margin-bottom:12px}.review_comment_wrap2 .rating_star>li{color:#c1c3c3}.review_comment_wrap2 .rating_star>li.active{color:#b67c5a}.review_comment_wrap2 p{font-size:16px}.review_form2 .form_item input,.review_form2 .form_item textarea{border-radius:0}.review_form2 .add_review_start{display:flex;align-items:center;margin-bottom:35px}.review_form2 .add_review_start h4{line-height:1;font-size:14px;font-weight:800;margin-bottom:0;margin-right:55px;text-transform:uppercase}.review_form2 .add_review_start .star_group input:checked:before,.review_form2 .add_review_start .star_group input:hover:before{color:#b67c5a}.sd_image_gallery{margin:-5px}.sd_image_gallery>li{width:50%;padding:5px}.sd_image_gallery>li>a{display:block}.sd_image_gallery2>li:not(:last-child){margin-bottom:35px}.shop_details2 .shop_details_content{padding-right:0}.shop_details2 .item_title{color:#3d3d3d;line-height:1;font-size:40px;margin-bottom:17px}.shop_details2 .item_price{color:#000;display:block;line-height:1;font-size:30px;font-weight:700}.shop_details2 hr{opacity:1;margin:25px 0;border-top:1px solid #e9e9e9}.shop_details2 .item_brand{display:flex;align-items:center}.shop_details2 .item_brand h3{color:#3d3d3d;font-size:23px;font-weight:700;margin-bottom:0;margin-right:20px}.shop_details2 .btn{padding:19px 50px}.shop_details2 .review_list{margin:-8px}.shop_details2 .review_list>li{padding:8px}.shop_details2 .review_list a,.shop_details2 .review_list span{display:block;line-height:1;font-size:15px}.shop_details2 .review_list a{padding-left:15px;color:#3d3d3d;border-left:1px solid #333}.shop_details2 .review_list a:hover{color:#25bc6c}.shop_details2 p{margin-top:15px;font-family:Roboto,sans-serif}.shop_details2 .title_text{line-height:1;font-size:17px;font-weight:700;margin-bottom:10px;text-transform:uppercase}.sd_actionbtns_group{margin:-10px}.sd_actionbtns_group>li{padding:10px}.item_size_btns>li:not(:last-child){margin-right:6px}.item_size_btns a{width:40px;height:40px;display:flex;line-height:1;color:#3d3d3d;font-size:17px;font-weight:700;align-items:center;justify-content:center;border:1px solid #030303}.item_size_btns a:hover{color:#fff;border-color:#25bc6c;background-color:#25bc6c}.size_guide_btn{color:#3d3d3d;font-size:16px;font-weight:700}.size_guide_btn:hover{color:#25bc6c}.icon_box_btn{display:flex;color:#3d3d3d;font-size:16px;align-items:center}.icon_box_btn:hover{color:#25bc6c}.icon_box_btn .icon{float:left;width:37px;height:37px;display:flex;color:#fff;margin-right:10px;align-items:center;justify-content:center;background-color:#000}.sd_btns_group{margin:0 -5px;padding-top:15px;padding-bottom:10px}.sd_btns_group>li{padding:10px 5px}.sd_info_list{display:flex;font-size:17px;align-items:center}.sd_info_list .list_title{font-size:17px;margin-bottom:0;margin-right:6px}.sd_info_list ul>li{position:relative}.sd_info_list ul>li:not(:last-child){margin-right:8px;padding-right:4px}.sd_info_list ul>li:after{right:0;bottom:1px;content:",";position:absolute}.sd_info_list ul>li:last-child:after{display:none}.sd_info_list a{color:#3d3d3d}.sd_info_list a:hover{color:#25bc6c}.shop_description_tabnav{margin-bottom:40px;border-bottom:1px solid #ccc}.shop_description_tabnav li:not(:last-child){margin-right:50px}.shop_description_tabnav button{color:#ccc;display:block;font-size:20px;font-weight:700;position:relative;padding-bottom:9px;text-transform:uppercase}.shop_description_tabnav button:before{opacity:0;left:20px;right:20px;bottom:-1px;content:"";height:2px;position:absolute;background-color:#000;transition:.6s cubic-bezier(.25,1,.5,1)}.shop_description_tabnav button.active,.shop_description_tabnav button:hover{color:#333}.shop_description_tabnav button.active:before,.shop_description_tabnav button:hover:before{left:0;right:0;opacity:1}.shop_description_tabnav2{margin-bottom:80px;border-bottom:1px solid #ccc}.shop_description_tabnav2>li:not(:last-child){margin-right:90px}.shop_description_tabnav2 button{color:#ccc;display:block;line-height:1;font-size:20px;font-weight:700;margin-bottom:-1px;padding-bottom:17px;border-bottom:2px solid transparent}.shop_description_tabnav2 button.active,.shop_description_tabnav2 button:hover{color:#25bc6c;border-color:#25bc6c}.shop_details_description .image_wrap{margin-bottom:40px}.shop_details_description h3{line-height:1;font-size:22px;font-weight:700;margin-bottom:12px}.shop_details_description p{color:#7b7d7f;margin-bottom:30px;font-family:Roboto,sans-serif}.shop_details_description .info_list{display:flex;margin-top:15px;align-items:center}.shop_details_description .info_list h4{line-height:1;font-size:20px;min-width:65px;margin-bottom:0;font-weight:800;margin-right:15px}.shop_details_description .info_list li{padding-right:4px;position:relative}.shop_details_description .info_list li:not(:last-child){margin-right:6px}.shop_details_description .info_list li:after{right:0;bottom:1px;content:",";position:absolute}.shop_details_description .info_list li:last-child:after{display:none}.shop_details_description .product_instruction{padding-top:40px}.shop_details_description .table_wrap .table>:not(caption)>*>*{padding:15px}.shop_details_description h2{line-height:1;font-size:50px;margin-bottom:25px}.additional_info_table strong{font-size:20px;position:relative;padding-left:27px}.additional_info_table strong:before{left:0;top:50%;content:"";width:12px;height:12px;position:absolute;border-radius:100%;background-color:#e6e6e6;transform:translateY(-50%)}.additional_info_table .table>:not(caption)>*>*{padding:17px 10px}.shop_details3{background-size:cover;background-repeat:no-repeat;background-position:50%}.shop_details3 .item_subtitle{line-height:1;color:#7b7d7f;font-size:13px;font-weight:700;margin-bottom:10px;color:#3d3d3d;text-transform:uppercase}.shop_details3 .item_title{line-height:1;font-size:60px;font-weight:800;margin-bottom:12px}.shop_details3 .item_price{display:flex;align-items:center;margin-bottom:20px}.shop_details3 .item_price .sale_price{font-size:18px;font-weight:700;margin-right:28px;color:#928656}.shop_details3 .item_price del{color:#a8aaab;font-size:18px;font-weight:600}.shop_details3 p{color:#7b7d7f}.shop_details3 hr{margin:35px 0}.shop_details3 .btn{padding:16px 38px}.shop_details3 .sd_btns_group2{margin-top:20px}.shop_details3 .sd_btns_group2 a{color:#928656}.shop_details3 .sd_btns_group2 a:hover{color:#fff;background-color:#928656}.shop_details3 .details_image_tab{position:relative;padding-left:220px}.shop_details3 .details_image_tab .tab-content{margin-bottom:-100px;background-size:100%;background-repeat:no-repeat;background-position:50%}.shop_details3 .details_image_tab .nav{left:0;top:100px;width:200px;padding:10px;position:absolute}.shop_details3 .details_image_tab .nav li{width:50%;padding:10px}.shop_details3 .details_image_tab .nav button{border:1px solid transparent}.shop_details3 .details_image_tab .nav button.active,.shop_details3 .details_image_tab .nav button:hover{border-color:#928656;box-shadow:0 5px 30px 0 rgba(4,4,4,.1)}.fashion_video_section .title_text{line-height:1;color:#252525;font-size:84px;margin-bottom:0;font-weight:400;font-family:Anton,sans-serif}.fashion_video_item{overflow:hidden;margin-top:45px;position:relative;background-color:#000}.fashion_video_item img{opacity:.35;transition:.6s cubic-bezier(.25,1,.5,1)}.fashion_video_item:hover img{transform:scale(1.08)}.fashion_video_item .video_btn1{top:50%;left:50%;z-index:1;width:135px;height:135px;position:absolute;transform:translate(-50%,-50%);border:2px solid hsla(0,0%,100%,.4)}.fashion_video_item .video_btn1 span{width:100px;height:100px;color:#fff;font-size:20px;background-color:#25bc6c}.fashion_video_carousel .carousel_nav button{border-radius:100%}.fashion_video_carousel .carousel_nav button:first-child{left:-112px}.fashion_video_carousel .carousel_nav button:nth-child(2){right:-112px}.lookbook_section{background-color:#e4ecee}.lookbook_section .slider_item{padding-right:10px;padding-bottom:10px}.lookbook_section .image_wrap{display:block;overflow:hidden;box-shadow:8px 8px 0 1px #c4cbcc}.lookbook_section .image_wrap img{transition:.6s cubic-bezier(.25,1,.5,1)}.lookbook_section .image_wrap:hover img{transform:scale(1.08)}.lookbook_section .thumb_wrap{padding:0 120px}.lookbook_section .carousel_nav button{width:auto;height:auto;border:none;font-size:36px;box-shadow:none;color:#252525;background-color:transparent}.lookbook_section .carousel_nav button:hover{color:#25bc6c}.lookbook_section .title_text{line-height:1;font-size:52px;margin-bottom:20px}.lookbook_section .item_title{font-size:23px;font-weight:500;padding-top:25px}.lookbook_section .item_title a{color:#252525}.lookbook_section .item_title a:hover{color:#25bc6c}.lookbook_section .item_price{display:flex;font-size:15px;align-items:center;margin-bottom:10px}.lookbook_section .item_price span{font-weight:700;margin-right:7px;color:#252525}.lookbook_section .item_price del{color:#a0a0a0}.lookbook_section .item_category>li{position:relative}.lookbook_section .item_category>li:not(:last-child){margin-right:6px;padding-right:4px}.lookbook_section .item_category>li:after{right:0;bottom:1px;content:",";position:absolute}.lookbook_section .item_category>li:last-child:after{display:none}.lookbook_section .item_category a{color:#a0a0a0}.lookbook_section .item_category a:hover{color:#25bc6c;text-decoration:underline}.onelook_section{padding:70px 55px 40px;background-color:#e8e8e8}.onelook_item1{margin-bottom:30px;transition:.6s cubic-bezier(.25,1,.5,1);border-bottom:4px solid transparent}.onelook_item1,.onelook_item1 .slider_item{overflow:hidden;position:relative}.onelook_item1 .slick-dots{display:flex;padding:0 26px 18px 0;justify-content:flex-end}.onelook_item1 img{width:100%;display:block;transition:.6s cubic-bezier(.25,1,.5,1)}.onelook_item1.small_style{display:flex;min-height:267px}.onelook_item1.small_style img{object-fit:cover}.onelook_item1 .btn_2,.onelook_item1 .title_wrap{z-index:1;left:45px;position:absolute}.onelook_item1 .title_wrap{top:35px}.onelook_item1 .btn_2{bottom:40px}.onelook_item1 .item_title{color:#1f1e1e;line-height:1;font-size:40px;font-weight:800;margin-bottom:8px}.onelook_item1 p{line-height:1;font-size:18px;font-weight:300;margin-bottom:0}.onelook_item1:hover{border-color:#25bc6c}.onelook_item1:hover img{transform:scale(1.08)}.cart_table_2{margin-bottom:60px}.cart_table_2 table{margin-bottom:0;border:9px solid #f3f3f3}.cart_table_2 .table>:not(caption)>*>*{border-bottom:9px solid #f3f3f3}.cart_table_2 td{padding:25px;vertical-align:middle}.cart_table_2 .cart_product .remove_btn{position:static;margin-right:30px}.cart_table_2 .cart_product{max-width:470px}.cart_table_2 .cart_product .item_title{font-size:24px}.cart_table_2 .cart_product .item_title>a{color:#545454}.cart_table_2 .cart_product .item_title>a:hover{color:#25bc6c}.cart_table_2 .price_text{color:#676767;font-size:20px;font-weight:700;display:inline-block}.cart_table_2 .quantity_input{height:50px;border-radius:0;padding:0 5px;border:2px solid #f3f3f3}.cart_table_2 .quantity_input input{width:60px;height:46px;font-size:16px;background-color:#f3f3f3}.cart_table_2 .quantity_input span{font-size:20px}.cart_table_2 .quantity_box{float:right;padding:30px;font-size:20px;font-weight:700;border-radius:4px;text-align:center;display:inline-block;color:#25bc6c;border:1px solid #f4f4f4}.cart_table_2 .quantity_box span{line-height:1;display:block}.cart_table_2 .quantity_box span:not(:last-child){margin-bottom:12px}.coupon_form_2 .form_item input{height:80px;border-radius:4px;border:4px solid #f3f3f3}.coupon_form_2 .btn{top:50%;right:10px;padding:21px 35px;position:absolute;transform:translateY(-50%)}.cart_table{margin-bottom:60px}.cart_table .table{margin:0;border:none;color:#3d3d3d}.cart_table thead{border:none;padding-left:80px;background-color:#f5f5f5}.cart_table thead th{border:none}.cart_table th{font-size:15px;font-weight:800;color:#252525;font-family:Jost,sans-serif}.cart_table tr td:first-child,.cart_table tr th:first-child{padding-left:80px}.cart_table td,.cart_table th{border:none;padding:25px;vertical-align:middle}.cart_table tbody tr{border-bottom:2px solid #f9f9fb}.cart_table .price_text,.cart_table .total_price{font-size:18px;font-weight:800;display:inline-block}.cart_table .price_text{color:#8799a3}.cart_table .total_price{color:#39b54a}.cart_product{display:flex;text-align:left;position:relative;align-items:center}.cart_product .item_image{flex:0 0 160px;margin-right:20px}.cart_product .item_title{font-size:20px;margin-bottom:10px}.cart_product .item_title>a{color:#545454}.cart_product .item_title>a:hover{color:#25bc6c}.cart_product .item_type{line-height:1;color:#0684ff;display:block}.cart_product .item_code{color:#545454;display:block;font-size:15px;margin-bottom:10px}.cart_product .remove_btn{left:-80px;min-width:45px;height:45px;color:#8799a3;line-height:47px;position:absolute;border-radius:100%;background-color:#f5f5f5}.cart_product .remove_btn:hover{color:#fff;background-color:#25bc6c}.coupon_wrap{display:flex;align-items:center;margin-bottom:40px;justify-content:space-between}.coupon_wrap .form_item{width:260px;margin-right:30px;display:inline-block}.coupon_wrap .form_item input{border-radius:4px;background-color:#f3f4f6}.cart_pricing_table{background-color:#f3f4f6}.cart_pricing_table .table_title{font-size:25px;padding:30px 15px;background-color:#ededed}.cart_pricing_table ul{padding:35px}.cart_pricing_table li{display:flex;color:#252525;font-size:15px;align-items:center;justify-content:space-between}.cart_pricing_table li:not(:last-child){margin-bottom:15px}.cart_pricing_table li span:last-child{color:#8799a3}.cart_pricing_table li:last-child span:last-child{color:#39b54a;font-size:18px}.cart_pricing_table .shipping_calculate{color:#25bc6c;text-decoration:underline}.cart_pricing_table .btn_wrap{padding:35px}.cart_pricing_table .btn_wrap .btn{width:100%;display:block}.cart_table_3{margin-bottom:40px}.cart_table_3 table{margin:0;text-align:center}.cart_table_3 thead{border:none;color:#fff;font-size:16px;text-transform:uppercase;background-color:#000;border-top-left-radius:3px;border-top-right-radius:3px}.cart_table_3 th{padding:15px}.cart_table_3 td{padding:20px;background-color:#efefef;border-bottom:1px solid #e6e6e6}.cart_table_3 tbody{vertical-align:middle}.cart_table_3 .cart_item{display:flex;align-items:center}.cart_table_3 .cart_item .item_image{flex:0 0 75px;margin-right:15px}.cart_table_3 .cart_item h3{font-size:17px;margin-bottom:0}.cart_table_3 .cart_item h3>a{color:#333}.cart_table_3 .cart_item h3>a:hover{color:#25bc6c}.cart_table_3 .price_text{color:#333;font-size:17px;font-weight:700}.cart_table_3 .out_stock,.cart_table_3 .remove_btn{color:#999}.cart_table_3 .remove_btn:hover{color:red}.cart_table_3 .btn{padding:16px 36px}.coupon_form_3 .form_item input{height:60px;padding:0 30px;background-color:#e6e6e6}.coupon_form_3 .form_item button{top:50%;right:0;color:#fff;line-height:1;font-size:14px;font-weight:700;text-align:center;position:absolute;padding:23px 35px;border-radius:45px;text-transform:uppercase;background-color:#272727;transform:translateY(-50%)}.coupon_form_3 .form_item button:hover{background-color:#25bc6c}.cart_total_list>li{display:flex;flex-wrap:wrap;align-items:center;border-radius:15px;padding:20px 35px 40px;justify-content:space-between}.cart_total_list>li:not(:first-child){margin-top:-20px}.cart_total_list>li:first-child{padding:30px 35px 40px;background-color:#212121}.cart_total_list>li:nth-child(2){background-color:#fcfcfc}.cart_total_list>li:nth-child(3){background-color:#eee}.cart_total_list>li:nth-child(4){background-color:#e4e4e4}.cart_total_list h3{color:#fff;line-height:1;font-size:24px;font-weight:800;margin-bottom:0;text-transform:uppercase}.cart_total_list .btn{flex:0 0 100%;margin-top:50px}.cart_total_list .btn i{margin-left:10px}.cart_total_list span{color:#666;font-size:17px;font-weight:500}.cart_total_list small{color:#333;font-size:16px;font-weight:500}.cart_total_list strong{color:#333;font-size:21px;font-weight:500}.contact_section,.faq_section,.product_section{background-color:#f4f6f7}.faq_section.bg_black{background-color:#1d1d1d}.faq_section.bg_gray{background-color:#f1f1f1}.faq_title{line-height:1;font-size:39px;margin-bottom:80px}.faq_title span{line-height:1;display:block;padding-top:15px;font-size:medium}.faq_title span img{max-width:50px}.accordion_primary{margin-top:-20px}.accordion_primary .accordion-item{border-radius:0;border:none;border-bottom:1px solid #e6e6e6}.accordion_primary button{width:100%;padding:20px;color:#2e2e2e;display:block;font-size:18px;font-weight:800;text-align:left;position:relative}.accordion_primary button:before{color:#25bc6c;content:"";font-weight:400;margin-right:15px;display:inline-block;transition:.6s cubic-bezier(.25,1,.5,1);font-family:Font Awesome\ 5 Pro}.accordion_primary button[aria-expanded=true]:before{content:"";transform:rotate(1turn)}.accordion_primary .accordion-body{padding:0 25px 25px 55px}.accordion_primary p{color:#686c6e;font-size:16px;margin-bottom:0;font-family:Roboto,sans-serif}.accordion_boxed .accordion-item:not(:last-child){margin-bottom:20px}.accordion_boxed button{width:100%;display:block;color:#fff;font-size:17px;font-weight:800;text-align:left;padding:30px 40px;border-radius:15px;background-color:hsla(0,0%,100%,.2)}.accordion_boxed button:after{float:right;color:#fff;content:"";font-weight:400;display:inline-block;transition:.6s cubic-bezier(.25,1,.5,1);font-family:Font Awesome\ 5 Pro}.accordion_boxed button[aria-expanded=true]{color:#252525;background-color:#fff;border-bottom-left-radius:0;border-bottom-right-radius:0}.accordion_boxed button[aria-expanded=true]:after{content:"";color:#252525;transform:rotate(1turn)}.accordion_boxed .accordion-body{padding:30px 40px;background-color:#fff;border-bottom-left-radius:15px;border-bottom-right-radius:15px}.accordion_boxed p{color:#686c6e;font-size:16px;margin-bottom:0;font-family:Roboto,sans-serif}.accordion_boxed2 .accordion-item:not(:last-child){margin-bottom:20px}.accordion_boxed2 button{width:100%;display:block;font-size:17px;font-weight:800;text-align:left;padding:30px 40px;border-radius:15px;color:#252525;border:1px solid #ccc}.accordion_boxed2 button:after{float:right;content:"";font-weight:700;display:inline-block;transition:.6s cubic-bezier(.25,1,.5,1);font-family:Font Awesome\ 5 Pro}.accordion_boxed2 button[aria-expanded=true]{border-color:#fff;background-color:#fff;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow:0 5px 10px 0 rgba(0,0,0,.05)}.accordion_boxed2 button[aria-expanded=true]:after{content:"";transform:rotate(1turn)}.accordion_boxed2 .accordion-body{padding:30px 40px;background-color:#fff;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow:0 5px 10px 0 rgba(0,0,0,.05)}.accordion_boxed2 p{color:#686c6e;font-size:16px;margin-bottom:0;font-family:Roboto,sans-serif}.accordion_border .accordion-item:not(:last-child){margin-bottom:20px}.accordion_border button{width:100%;display:block;font-size:17px;font-weight:800;text-align:left;border-radius:45px;color:#252525;border:1px solid #ccc;padding:10px 25px 10px 40px}.accordion_border button:after{float:right;content:"";font-weight:700;display:inline-block;transition:.6s cubic-bezier(.25,1,.5,1);font-family:Font Awesome\ 5 Pro}.accordion_border button[aria-expanded=true]{color:#fff;border-color:#0099f7;background-color:#0099f7;box-shadow:0 5px 10px 0 rgba(0,0,0,.05)}.accordion_border button[aria-expanded=true]:after{content:"";transform:rotate(1turn)}.accordion_border .accordion-body{padding:20px 40px}.accordion_border p{color:#686c6e;font-size:16px;margin-bottom:0;font-family:Roboto,sans-serif}#mapBox{min-height:615px;margin-bottom:70px}.main_contact_wrap{padding:0 30px 0 20px}.main_contact_wrap .contact_title{font-size:32px;font-weight:800;margin-bottom:10px}.main_contact_wrap .contact_description{font-size:24px;font-weight:500;line-height:1.4;margin-bottom:55px;font-family:Roboto,sans-serif}.diract_contact_info li{display:flex;align-items:center}.diract_contact_info li:not(:last-child){margin-bottom:15px}.diract_contact_info .icon{height:77px;min-width:77px;margin-right:25px;border-radius:100%;align-items:center;display:inline-flex;color:#25bc6c;justify-content:center;background-color:#f2f2f2}.diract_contact_info .icon svg{fill:#25bc6c}.diract_contact_info p{color:#252525;font-size:20px;font-weight:700;margin-bottom:0;line-height:1.2}.diract_contact_info p span{color:#636363}.diract_contact_info p a{color:#25bc6c}.contact_form_title{line-height:1;font-size:24px;font-weight:800;margin-bottom:25px}.contact_form .form_item,.contact_form2 .form_item{margin-bottom:15px}.contact_form2{padding-left:20px}.contact_form2 input,.contact_form2 textarea{background-color:#fbfbfb}.contact_info_boxed{z-index:1;text-align:center;margin-top:-170px;position:relative}.contact_info_boxed li{padding:48px 20px}.contact_info_boxed li:nth-child(odd){background-color:#f2f2f2}.contact_info_boxed li:nth-child(2n){background-color:#fafafa}.contact_info_boxed .icon{display:block;margin-bottom:30px;color:#25bc6c}.contact_info_boxed .icon svg{fill:#25bc6c}.contact_info_boxed h3{line-height:1;font-size:16px;font-weight:800;margin-bottom:15px}.contact_info_boxed p{color:#555;font-size:15px;margin-bottom:0}.contact_info_boxed a{color:#555}.contact_info_boxed a:hover{color:#25bc6c}.contact3_wrap{border:1px solid #e6e6e6}.contact3_wrap .map_section{padding:60px 100px;border-bottom:1px solid #e6e6e6}.contact3_wrap #mapBox{margin-bottom:0;min-height:400px}.contact3_wrap .row{margin:0}.contact3_wrap .col{display:flex;flex:0 0 50%;align-items:center;padding:60px 100px}.contact3_wrap .col:not(:last-child){border-right:1px solid #e6e6e6}.contact3_wrap .contact_form3{width:100%}.contact3_wrap h2{line-height:1;font-size:30px;font-weight:800;margin-bottom:35px;text-transform:uppercase}.contact3_wrap .form_item input,.contact3_wrap .form_item textarea{border-radius:6px;border:1px solid #ccc}.contact3_wrap .form_item input:focus,.contact3_wrap .form_item textarea:focus{border-color:#25bc6c}.contact3_wrap .form_item input{height:45px;padding:0 20px;font-size:15px}.contact3_wrap .form_item textarea{padding:15px 20px}.contact3_wrap h4{line-height:1;font-size:18px;font-weight:800;margin-bottom:20px;text-transform:uppercase}.contact3_wrap .info_list{margin-bottom:50px}.contact3_wrap .info_list ul li{color:#686c6e;font-size:16px;font-weight:700}.contact3_wrap .social_border a{color:#686c6e;border:1px solid #e6e6e6}.contact3_wrap .social_border a:hover{color:#fff;border-color:#25bc6c;background-color:#25bc6c}.error_section h2{line-height:1;font-size:260px;font-weight:800;margin-bottom:15px;color:#25bc6c}.error_section h3{font-size:45px;margin-bottom:35px}.error_section .form_item{max-width:620px;margin:0 auto 35px}.error_section .form_item input{height:66px;padding:0 40px;border-radius:45px;border:2px solid #eceef2}.error_section .form_item input:focus{border-color:#25bc6c}.error_section .form_item input:focus+.submit_btn svg{fill:#25bc6c}.error_section .form_item .submit_btn{top:50%;right:40px;position:absolute;transform:translateY(-50%)}.error_section .form_item .submit_btn svg{fill:#bbc7cd}.error_section_2 .form_wrap{max-width:530px;margin-top:65px;margin-left:-260px}.error_section_2 h2{line-height:1;font-weight:800;font-weight:35px;margin-bottom:10px}.error_section_2 h3{font-size:20px;font-weight:700;margin-bottom:20px}.error_section_2 .form_item input{height:66px;padding:0 30px;border-color:#fff;box-shadow:0 3px 32px 0 rgba(0,0,0,.08)}.error_section_2 .form_item .submit_btn{top:50%;right:5px;width:56px;height:56px;color:#fff;position:absolute;align-items:center;border-radius:100%;display:inline-flex;justify-content:center;background-color:#0099f7;transform:translateY(-50%)}.error_section_3{background-size:50%;background-color:#66c2fa;background-repeat:no-repeat;background-position:50%}.error_section_3 h2{color:#fff;line-height:1;font-weight:700;font-size:280px;margin-bottom:0;font-family:Poppins,sans-serif}.error_section_3 h2 span{font-weight:400}.error_section_3 h3{line-height:1;color:#fff;font-size:25px;font-weight:700;margin-bottom:20px;text-transform:uppercase}.error_section_3 h4{color:#fff;font-size:18px;font-weight:600;margin-bottom:35px}.error_section_3 .form_item{max-width:390px;margin:0 auto 55px}.error_section_3 .form_item input{height:66px;padding:0 30px;border-color:#fff;box-shadow:0 3px 10px 0 rgba(0,0,0,.02)}.error_section_3 .form_item .submit_btn{top:50%;right:5px;width:56px;height:56px;color:#fff;position:absolute;border-radius:100%;align-items:center;display:inline-flex;justify-content:center;background-color:#0099f7;transform:translateY(-50%)}.error_section_3 .btn_text{color:#fff}.error_section_3 .btn_text span:before{background-color:#fff}.error_section_3 .btn_text i{color:#fff}.dashboard_nav{margin:-2px -2px 58px}.dashboard_nav li{padding:2px}.dashboard_nav li.active a,.dashboard_nav li:hover a{color:#333;background-color:#e6e6e6}.dashboard_nav a{color:grey;font-size:20px;padding:11px 25px;align-items:center;border-radius:45px;display:inline-flex;justify-content:center;font-family:Poppins,sans-serif}.dashboard_nav span{height:24px;color:#fff;min-width:24px;font-size:12px;margin-left:20px;line-height:24px;text-align:center;border-radius:45px;display:inline-block;background-color:#25bc6c}.vendor_section h2{font-size:32px;font-weight:900;margin-bottom:20px}.vendor_section p{font-size:18px;margin-bottom:30px;font-family:Roboto,sans-serif}.vendor_image{margin-bottom:45px}.vendor_service_item{margin-top:30px;text-align:center}.vendor_service_item .item_icon{width:270px;height:270px;align-items:center;margin-bottom:-15px;display:inline-flex;background-size:100%;justify-content:center;background-repeat:no-repeat;background-position:50%}.vendor_service_item .item_content{z-index:1;padding:0 30px;position:relative}.vendor_service_item .item_title{line-height:1;font-size:24px;font-weight:900;margin-bottom:15px}.vendor_service_item p{font-size:17px;margin-bottom:0}.work_process_section{background-size:100% 80%;background-repeat:no-repeat;background-position:top}.work_process_item{margin-top:30px;padding:60px 50px;text-align:center;border-radius:5px;position:relative;background-size:cover;background-repeat:no-repeat;background-position:50%;box-shadow:0 0 59px 0 hsla(0,0%,77%,.15)}.work_process_item:before{left:50%;top:20px;content:"";width:85%;height:100%;z-index:-1;border-radius:5px;position:absolute;background-color:#fff;transform:translateX(-50%);box-shadow:0 0 117px 0 hsla(0,0%,77%,.28)}.work_process_item .item_icon{width:125px;height:125px;color:#6cb25f;font-size:35px;font-weight:900;margin-bottom:40px;align-items:center;display:inline-flex;background-size:auto;justify-content:center;background-repeat:no-repeat;background-position:50%}.work_process_item .item_ttile{font-size:28px;font-weight:800;margin-bottom:0}.selling_form_wrap{padding:90px;background-size:cover;background-repeat:no-repeat;background-position:50%}.selling_form_wrap .form_item input{border:none;height:80px;border-radius:4px;box-shadow:0 0 117px 0 hsla(0,0%,77%,.28)}.selling_form_wrap .form_item span{z-index:1;float:left;color:#4c4c4c;font-size:14px;padding:9px 18px;position:relative;border-radius:4px;margin-bottom:-19px;background-color:#f3f3f3;font-family:Roboto,sans-serif}.vendor_dashboard_section.bg_gray{background-color:#f8f9ff}.vendor_dashboard_section .tab-content{padding:100px 0 100px 50px}.vendor_dashboard_section .btn{padding:14px 30px;background-color:#2c39ec;box-shadow:0 0 20px 0 rgba(2,14,181,.4)}.vd_tab_area{z-index:1;margin-top:-95px;position:relative;border-radius:3px;background-color:#fff;box-shadow:0 2px 5px 0 rgba(0,0,0,.02)}.vd_tab_area .vd_space{padding:35px}.vd_tab_area .vd_mane{font-size:25px;margin-bottom:8px}.vd_tab_area .vd_mail{line-height:1;display:block;margin-bottom:20px}.vd_tab_area .vd_mail a{color:#3d3d3d}.vd_tab_area .vd_mail a:hover{color:#25bc6c;text-decoration:underline}.vd_tab_area .vd_meta>li{font-size:17px;font-weight:500;position:relative}.vd_tab_area .vd_meta>li:not(:last-child){margin-right:10px;padding-right:10px}.vd_tab_area .vd_meta>li:after{top:14px;width:4px;height:2px;content:"";right:-2px;position:absolute;background-color:#000}.vd_tab_area .vd_meta>li:last-child:after{display:none}.vd_image{position:relative;margin-bottom:15px;display:inline-block}.vd_image .image_wrap{width:144px;height:144px;overflow:hidden;border-radius:100%}.vd_image .edit_btn{top:0;right:0;width:40px;height:40px;color:#fff;position:absolute;align-items:center;border-radius:100%;display:inline-flex;justify-content:center;background-color:#6684f2}.vd_tab_nav>li:not(:last-child){margin-bottom:1px}.vd_tab_nav>li>a,.vd_tab_nav>li>button{width:100%;display:block;color:#1d1d21;font-size:17px;font-weight:500;text-align:left;padding:15px 40px;background-color:#f7f7f7;border-right:5px solid #f7f7f7}.vd_tab_nav>li>a.active,.vd_tab_nav>li>a:hover,.vd_tab_nav>li>button.active,.vd_tab_nav>li>button:hover{border-color:#2c39ec;background-color:#e9ecfa}.vd_btns_group{margin:-10px}.vd_btns_group>li{padding:10px}.vd_btns_group .select_option .nice-select{height:46px;font-size:16px;padding:0 25px;line-height:46px;border-radius:45px;background-color:#fefefe;border:1px solid #cccfe1}.vd_btns_group .btn{width:100%;display:block;background-color:#2c39ec;box-shadow:0 0 20px 0 rgba(2,14,181,.4)}.vd_title_wrap{display:flex;align-items:center;margin-bottom:20px;justify-content:space-between}.vd_title_wrap h3{font-size:22px;font-weight:500;margin-bottom:0}.vd_title_wrap .select_option .nice-select{height:32px;color:#777;padding:0 18px;font-size:14px;line-height:30px;border-radius:45px;border:1px solid #e1e1e1}.vd_title_wrap .select_option .nice-select:after{margin-left:10px}.vd_title_wrap .select_option .nice-select .list{right:0;left:unset}.vd_shadow{padding:35px;margin-bottom:30px;background-color:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.05)}.vd_table .table>:not(:last-child)>:last-child>*,.vd_table .table>:not(caption)>*>*{border:none;vertical-align:middle}.vd_table .table>:not(caption)>*>*{background-color:#fbfcff}.vd_table th{color:#232323;font-size:16px;font-weight:500;padding:15px 30px}.vd_table td{padding:12px 30px}.vd_table .item_image{width:50px;height:50px;overflow:hidden;border-radius:100%}.vd_table .item_title{font-size:15px;font-weight:600;margin-bottom:0}.vd_table .item_title>a{color:#777}.vd_table span{color:#777;font-size:14px;font-weight:500}.vd_table strong{color:#363232}.vd_table .status_btn{color:#fff;font-size:12px;padding:6px 15px;text-align:center;border-radius:45px;display:inline-block;text-transform:uppercase}.vd_table .bg_green{background-color:#7bb31a}.vd_table .bg_yellow{background-color:#fdc106}.vd_table .bg_orange{background-color:#ff5501}.vd_table .bg_blue{background-color:#017fff}.vd_table .category_list>li{font-size:14px;position:relative}.vd_table .category_list>li:not(:last-child){margin-right:3px;padding-right:3px}.vd_table .category_list>li:after{bottom:0;right:-3px;content:",";position:absolute}.vd_table .category_list>li:last-child:after{display:none}.vd_table .category_list a{color:#777;font-weight:500}.vd_table .category_list a:hover{color:#25bc6c;text-decoration:underline}.vd_table .btns_group{margin:-5px}.vd_table .btns_group>li{padding:5px}.vd_table .btns_group button{width:40px;height:40px;color:#fff;font-size:14px;text-align:center;border-radius:100%;align-items:center;display:inline-flex;justify-content:center}#overall_sale_chart{margin:65px auto;width:255px!important;height:255px!important}.vd_account_settings .wrap_title{color:#fff;font-size:21px;font-weight:800;margin-bottom:0;padding:22px 60px;background-color:#121212}.vd_account_settings .radio_btns_list>li{padding:20px 60px}.vd_account_settings .radio_btns_list>li:nth-child(odd){background-color:#fbfcff}.vd_account_settings .radio_btns_list>li:not(:last-child){border-bottom:1px solid #eee}.vendor_profile_section{background-color:#f8f9ff}.vendor_profile{margin-bottom:60px;background-color:#fff}.vendor_profile .content_wrap{display:flex;padding:60px 70px;align-items:center;background-color:#d0d0d0}.vendor_profile .image_wrap{height:242px;flex:0 0 242px;overflow:hidden;margin-right:60px;border-radius:100%;border:6px solid #fff}.vendor_profile .description_wrap p{color:#272525;font-size:21px}.vendor_profile.bg_black .content_wrap{background-color:#353535}.vendor_profile.bg_black .description_wrap p{color:#fff}.vendor_profile .info_wrap{display:flex;padding:30px 70px;align-items:center;justify-content:space-between}.vendor_profile .btn{padding:15px 40px;box-shadow:0 0 20px 0 rgba(2,14,181,.4)}.vendor_profile .btn,.vendor_profile .social_round a:hover{background-color:#2c39ec}.vendor_profile h2{color:#222;font-size:30px;font-weight:800;text-transform:uppercase}.vendor_profile h3{line-height:1;font-size:16px;font-weight:600;margin-bottom:12px;text-transform:uppercase}.vendor_profile .meta_list{padding-top:8px}.vendor_profile .meta_list>li{position:relative}.vendor_profile .meta_list>li:not(:last-child){margin-right:12px;padding-right:12px}.vendor_profile .meta_list>li:after{top:50%;width:2px;right:-1px;height:18px;content:"";position:absolute;transform:translateY(-50%);background-color:#3d3d3d}.vendor_profile .meta_list>li:last-child:after{display:none}.vendor_profile .right_wrap{display:flex}.vendor_profile .midea_links:not(:last-child){margin:0 30px 0 0}.dashboard_wrap{padding:75px;background-color:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.05)}.dashboard_title_wrap{display:flex;padding:35px 65px;border-radius:6px;align-items:center;background-color:#f3f3f3;justify-content:space-between}.dashboard_title_wrap h3{line-height:1;font-size:25px;font-weight:900;margin-bottom:0;text-transform:uppercase}.dashboard_content_wrap{padding:45px 65px}.dashboard_admin_wrap{display:flex;align-items:center;font-family:Roboto,sans-serif}.dashboard_admin_wrap .item_image{width:200px;height:200px;flex:0 0 200px;overflow:hidden;margin-right:55px;border-radius:100%}.dashboard_admin_wrap h4{line-height:1;font-size:28px;font-weight:900;margin-bottom:15px;text-transform:uppercase;font-family:Roboto,sans-serif}.dashboard_admin_wrap p{color:#3c3c3c;font-size:18px;margin-bottom:0}.dashboard_account_info .edit_btn_wrap{height:80px;display:flex;color:#000;font-size:17px;align-items:center;margin-bottom:30px;border-radius:45px;background-color:#f3f3f3;padding:10px 25px 10px 60px;justify-content:space-between}.dashboard_account_info .edit_btn{color:#000;font-size:14px;font-weight:500;padding:8px 19px;border-radius:45px;background-color:#fff}.dashboard_account_info .edit_btn:hover{color:#fff;background-color:#25bc6c}.dashboard_account_info .form_item input{font-size:15px}.dashboard_account_info .btn{width:100%;display:block}.address_book_content p{margin-bottom:25px}.address_book_content strong{font-size:500;font-size:20px}.comingsoon_section{z-index:1;display:flex;padding:120px 0;min-height:100vh;position:relative;align-items:center;background-size:cover;background-repeat:no-repeat;background-position:50%}.comingsoon_section .overlay{top:0;left:0;right:0;bottom:0;z-index:-1;position:absolute;background-color:rgba(0,0,0,.74)}.comingsoon_style_1 .brand_logo{margin-bottom:25px}.comingsoon_style_1 h1{color:#fff;font-size:25px;font-weight:700;margin-bottom:60px;letter-spacing:7px;text-transform:uppercase}.comingsoon_style_1 .countdown_timer{margin:0 0 30px}.comingsoon_style_1 .countdown_timer>li{z-index:1;width:155px;height:155px;padding:37px 0;margin:0 0 30px;position:relative;border-radius:100%;justify-content:center;border:5px solid #fff}.comingsoon_style_1 .countdown_timer>li:not(:last-child){margin-right:8px}.comingsoon_style_1 .countdown_timer>li:after{display:none}.comingsoon_style_1 .countdown_timer>li:before{top:10px;left:10px;right:10px;bottom:10px;content:"";z-index:-1;position:absolute;border-radius:100%;background-color:#25bc6c}.comingsoon_style_1 .countdown_timer span,.comingsoon_style_1 .countdown_timer strong{color:#fff;display:block;font-weight:700}.comingsoon_style_1 .countdown_timer span{font-size:12px}.comingsoon_style_1 .countdown_timer strong{font-size:50px;margin-bottom:5px}.comingsoon_style_1 h2{color:#fff;line-height:1;font-size:20px;font-weight:700;margin-bottom:20px}.comingsoon_style_1 .form_item{margin:auto;max-width:466px}.comingsoon_style_1 .form_item .btn{top:50%;right:0;position:absolute;transform:translateY(-50%)}.comingsoon_style_2{padding-top:200px;align-items:flex-end}.comingsoon_style_2 h1{line-height:1;color:#fff;font-size:70px;font-weight:800;margin-bottom:15px;text-transform:uppercase}.comingsoon_style_2 p{font-size:18px;font-weight:500;margin-bottom:40px}.comingsoon_style_2 .form_item{margin-bottom:20px}.comingsoon_style_2 .form_item input{border:none;height:66px;border-radius:6px}.comingsoon_style_2 .form_item button{top:50%;right:5px;width:56px;height:56px;color:#fff;border-radius:6px;position:absolute;transform:translateY(-50%);background-color:#25bc6c}.comingsoon_style_2 .countdown_timer{margin:0;padding-top:30px}.comingsoon_style_2 .countdown_timer>li{z-index:1;width:155px;height:155px;padding:37px 0;margin:0 0 30px;position:relative;border-radius:100%;justify-content:center;border:2px solid hsla(0,0%,100%,.2)}.comingsoon_style_2 .countdown_timer>li:not(:last-child){margin-right:14px}.comingsoon_style_2 .countdown_timer>li:after{display:none}.comingsoon_style_2 .countdown_timer span,.comingsoon_style_2 .countdown_timer strong{color:#fff;display:block;font-weight:700}.comingsoon_style_2 .countdown_timer span{font-size:12px}.comingsoon_style_2 .countdown_timer strong{font-size:50px;margin-bottom:5px}.compare_content_wrap{background-color:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.1)}.compare_content_wrap .table thead th{border:none;vertical-align:middle;background-color:#f7f7f7}.compare_content_wrap .table td,.compare_content_wrap .table th{padding:15px;vertical-align:middle;border-top:1px solid #e6e6e6}.compare_content_wrap .table td:not(:last-child),.compare_content_wrap .table th:not(:last-child){border-right:1px solid #e6e6e6}.compare_content_wrap .reload_btn{width:45px;height:45px;color:#a8a8a8;align-items:center;border-radius:100%;display:inline-flex;justify-content:center;background-color:#fff}.compare_content_wrap .reload_btn:hover{color:#fff;background-color:#25bc6c}.compare_content_wrap .form_item input{height:55px;border-radius:0;padding:0 20px}.compare_content_wrap .product_image{margin-bottom:15px}.compare_content_wrap .add_banner{overflow:hidden;position:relative}.compare_content_wrap .add_banner .item_content{top:50%;left:0;right:0;z-index:1;padding:15px;position:absolute;transform:translateY(-50%)}.compare_content_wrap .add_banner .video_btn{width:80px;height:80px;color:#000;border-radius:100%;align-items:center;margin-bottom:25px;display:inline-flex;justify-content:center;background-color:#fff;box-shadow:0 0 0 10px rgba(0,0,0,.1)}.compare_content_wrap .item_title{margin:8px 0;line-height:1;font-size:17px}.compare_content_wrap .equipment_title{font-size:14px;font-weight:600;color:#252525;font-family:Jost,sans-serif}.compare_content_wrap .remove_btn{color:#ccc;font-size:22px;margin-bottom:15px}.compare_content_wrap .remove_btn:hover{color:#25bc6c}.compare_content_wrap span{display:block;line-height:1;font-size:15px;font-weight:700;color:#252525}.compare_content_wrap .item_category{font-size:12px}.compare_content_wrap .review_text{margin:8px 0;font-size:12px}.compare_content_wrap .price_text{color:#2344e8;font-size:18px}.compare_content_wrap .color_list>li{width:15px;height:15px}.compare_content_wrap .color_list>li:not(:last-child){margin-right:7px}.compare_content_wrap .color_list>li.bg_blue{background-color:#3a54d6}.compare_content_wrap .color_list>li.bg_sky{background-color:#23a5e8}.compare_content_wrap .color_list>li.bg_green{background-color:#5bb22c}.compare_content_wrap .check_icon{color:#3a54d6}.compare_content_wrap p{color:#acacac;font-size:16px;max-width:200px;display:inline-block}.order_status_section{background-size:cover;background-repeat:no-repeat;background-position:50%}.order_number{margin-bottom:30px}.order_number span{color:#000;line-height:1;font-size:23px;font-weight:600;padding:21px 40px;display:inline-block}.order_number span,.order_status_list ul{border-radius:45px;background-color:#f0efee}.order_status_list ul{z-index:1;position:relative}.order_status_list ul:not(:last-child){margin-bottom:4px}.order_status_list ul:after{top:2px;right:0;width:50%;right:2px;bottom:2px;content:"";z-index:-1;position:absolute;border-radius:45px;background-color:#fff}.order_status_list li{width:50%;padding:16px 40px}.tracking_map #mapBox{margin:60px 0 0;min-height:450px;border-radius:6px;border:4px solid #fff;box-shadow:0 0 24px 0 rgba(0,0,0,.31)}.order_status_tebnav{margin:-10px}.order_status_tebnav>li{padding:10px}.order_status_tebnav button{color:#000;display:block;font-size:18px;font-weight:700;padding:19px 45px;border-radius:45px;background-color:#fff}.order_status_tebnav button.active,.order_status_tebnav button:hover{color:#fff;background-color:#25bc6c}.order_status_table{padding-top:35px}.order_status_table table{margin:0}.order_status_table td,.order_status_table th{border:none;padding:14px 45px}.order_status_table thead{color:#fff;background-color:#353534}.order_status_table th{font-size:24px;font-weight:600}.order_status_table tbody{background-color:#fff}.order_tracking_section h2{font-size:66px;font-weight:800;margin-bottom:10px;text-transform:uppercase}.order_tracking_section p{font-size:18px;margin-bottom:30px;font-family:Roboto,sans-serif}.order_tracking_section .form_item{border-radius:45px;padding-left:200px;background-color:#2b2d2e}.order_tracking_section .form_item input{border:none;padding:0 40px;background-color:#eaeaea;transform:translateX(1px)}.order_tracking_section .form_item .input_title{left:0;top:20px;color:#fff;font-size:18px;font-weight:700;max-width:200px;margin-bottom:0;position:absolute;padding-left:30px;text-transform:uppercase}.order_tracking_section .btn{width:100%;display:block}.funfact_item{display:flex;color:#fff;padding:44px;align-items:center;margin-bottom:30px;background-size:cover;background-repeat:no-repeat;background-position:50%;justify-content:space-between}.funfact_item .item_icon{order:13;height:72px;flex:0 0 72px;border-radius:100%;align-items:center;display:inline-flex;justify-content:center;background-color:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.2)}.funfact_item .item_icon img{max-height:36px}.funfact_item h3{line-height:1;color:#fff;font-size:18px;font-weight:400;margin-bottom:10px}.funfact_item span{display:block;line-height:1;font-size:35px;font-weight:600}.thankyou_wrap{display:flex;position:relative;align-items:center;margin-bottom:50px;padding:90px 120px;background-color:#f7f7f7;justify-content:space-between}.thankyou_wrap .check_sign{top:-65px;left:-68px;z-index:1;max-width:136px;position:absolute}.thankyou_wrap .content_wrap{flex:0 0 65%}.thankyou_wrap .btns_group{margin:-5px}.thankyou_wrap .btns_group>li{padding:5px}.thankyou_wrap h2{font-size:42px;font-weight:800;margin-bottom:10px}.thankyou_wrap p{color:#707070;font-size:20px;margin-bottom:15px;font-family:Roboto,sans-serif}.thankyou_wrap .transaction_id{display:block;line-height:1;font-size:22px;font-weight:900;margin-bottom:40px;color:#252525}.thankyou_wrap .transaction_id strong{color:#25bc6c}.thankyou_wrap .social_title{font-size:20px;font-weight:800;margin-bottom:10px;text-transform:uppercase}.order_info_wrap .wrap_title{padding:25px;line-height:1;font-size:30px;font-weight:700;margin-bottom:0;background-color:#333}.order_info_wrap .content_wrap{padding:26px;background-color:#f7f7f7}.order_info_table table{border-radius:4px;background-color:#fff}.order_info_table td{padding:25px;vertical-align:middle}.order_info_table .product_wrap{display:flex;align-items:center}.order_info_table .product_wrap .product_image{flex:0 0 80px;margin-right:15px}.order_info_table h4{line-height:1;font-size:17px;font-weight:400;margin-bottom:3px}.order_price_table{color:#fff;border-radius:4px;background-color:#333}.order_price_table ul{padding:40px 40px 30px}.order_price_table li{display:flex;font-size:16px;font-weight:700;align-items:center;justify-content:space-between}.order_price_table li:not(:last-child){margin-bottom:20px}.order_price_table .table_footer{z-index:1;display:flex;font-size:21px;font-weight:700;border-radius:4px;position:relative;padding:20px 40px;align-items:center;background-color:#202020;justify-content:space-between}.order_price_table .table_footer:before{top:0;left:0;bottom:0;width:50%;content:"";z-index:-1;border-radius:4px;position:absolute;background-color:#191919}.order_info_summery{color:#fff;border-radius:4px;background-color:#333}.order_info_summery li{padding:40px 60px}.order_info_summery li:not(:last-child){border-bottom:1px solid #1e1d1d}.order_info_summery h4{line-height:1;font-size:27px;font-weight:800;margin-bottom:15px;color:#25bc6c}.order_info_summery p,.order_info_summery span,.order_info_summery strong{display:block;font-size:18px}.order_info_summery span{font-weight:600;color:#25bc6c}.order_info_summery .btn{width:100%;display:block;border-radius:0;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.register_section.bg_gray{background-color:#f3f3f3}.register_form_wrap{margin:auto;max-width:800px;border-radius:5px;padding:90px 200px;background-color:#fff}.register_form_wrap h2{line-height:1;font-size:39px;font-weight:800;margin-bottom:35px;text-transform:uppercase}.register_form_wrap .form_item input{height:40px;padding:0 20px;border-radius:0;border:none;border-bottom:2px solid #d9d9d9}.register_form_wrap .form_item input:focus{border-color:#25bc6c}.register_form_wrap .checkbox_item{margin-bottom:50px}.register_form_wrap .btn{width:100%;display:block;padding:16px 40px;margin-bottom:40px}.register_form_wrap p{color:#686c6e;font-size:16px;font-weight:800}.register_form_wrap .login_btn{font-size:18px;font-weight:800;color:#252525}.register_form_wrap .login_btn:hover{color:#25bc6c}.register_form_wrap .forget_password{margin-bottom:35px}.register_form_wrap .forget_password a{color:grey;font-size:14px;font-weight:600;text-transform:uppercase}.register_form_wrap .forget_password a:hover{color:#25bc6c}.register_form_wrap .login_with_social{margin-bottom:40px}.forget_password_section{background-size:cover;background-repeat:no-repeat;background-position:50%}.forget_password_section .image_wrap{margin:-60px}.forget_password_section h2{line-height:1;font-size:48px;font-weight:900;margin-bottom:15px}.forget_password_section p{font-size:18px;margin-bottom:25px;font-family:Roboto,sans-serif}.forget_password_section .forget_password_form .form_item{margin-bottom:10px}.forget_password_section .forget_password_form .form_item input{border-color:#f4f4f4;background-color:#f4f4f4}.forget_password_section .forget_password_form .btn{width:100%;display:block;margin-bottom:40px}.forget_password_section .forget_password_form span{color:#232323;line-height:1;display:block;font-size:16px;font-weight:700;text-align:center;text-transform:uppercase}.forget_password_section .forget_password_form span a{color:#25bc6c}.resellers_title{min-height:77.59px}@media screen and (max-width:1560px){.header_6 .header_icons_list{padding-left:0}.header_6 .header_icons_list a{padding:15px}}@media screen and (max-width:1460px){.slider_section .big_title,.slider_section .small_title{display:none}.sec_space_large{padding-top:30px;padding-bottom:100px}.sec_space_small{padding-top:30px;padding-bottom:70px}.space_rl_large{padding-left:30px;padding-right:30px}.space_rl_medium{padding-left:15px;padding-right:15px}.carousel_nav button{width:40px;height:40px;font-size:14px}.slider_section .slider_item{min-height:100vh}.category_item_1 .item_title{width:100%;left:0;bottom:0;font-size:18px;padding:15px 30px}.discover_product_carousel .carousel_nav button:first-child{left:-20px}.discover_product_carousel .carousel_nav button:nth-child(2){right:-20px}.policy3_wrap,.policy_item3{padding:30px 0}.main_slider_4 .item_title{font-size:4vw;line-height:1.2}.main_slider_4 .slider_content{padding-right:80px}.main_slider_4 .image_wrap{width:570px}.main_slider_4 .carousel_nav{left:45.25%;width:570px}.main_slider_4 .carousel_nav button{height:50px}.main_slider_4 .item_type{bottom:30px;right:110px}.fullwidth_feature_1 .item_content{padding:0 40px}.fullwidth_feature_1 .item_title{font-size:54px}.fullwidth_feature_1 .info_list h3{font-size:22px}.fullwidth_feature_1 .info_list span{font-size:16px}.deal_item_1 .item_title{font-size:54px}.category_item_2 .item_content{top:40px;left:40px}.category_item_3{padding:30px;min-height:376px}.category_item_3 .section_title_4 .big_title{font-size:80px}.category_item_3 .section_title_4 .small_title{font-size:40px}.category_item_3 .section_title_4{margin-bottom:40px}.category_item_3 ul li .item_image{width:100px;height:100px;margin:0 auto 15px}.category_item_3 ul li .item_image img{max-width:60px;max-height:60px}.category_item_3 ul li .item_title{font-size:18px}.accessories_carousel.arrow_leftright .carousel_nav button,.hotdeal_carousel.arrow_leftright .carousel_nav button{width:50px;height:50px;font-size:24px}.accessories_carousel.arrow_leftright .carousel_nav button:first-child,.hotdeal_carousel.arrow_leftright .carousel_nav button:first-child{left:-15px}.accessories_carousel.arrow_leftright .carousel_nav button:nth-child(2),.hotdeal_carousel.arrow_leftright .carousel_nav button:nth-child(2){right:-15px}.main_slider_7 .slider_item{min-height:auto}.main_slider_7{padding:50px 70px}.header_5 .content_wrap{padding:25px 0}.fixed_social_links{left:-130px}.fashion_video_section .title_text,.featured_collection .title_wrap .big_title,.fullwidth_deals_3 h2,.our_collection1 .item_title,.our_collection2 .item_title{font-size:84px;margin-bottom:20px}.our_collection1 p,.our_collection2 p{font-size:20px;padding-right:0;margin-bottom:30px}.featured_collection_carousel .carousel_nav button{width:50px;height:50px}.our_collection2 .item_image{margin-bottom:0}.our_collection3 .item_title{font-size:150px}.our_collection3 p{font-size:20px}.parallax_section{padding:120px 0;min-height:auto}.our_collection4 h2{font-size:100px}.creative_category_section p,.our_collection4 p,.our_collection5 p{font-size:20px}.our_collection5 h2{font-size:110px}.our_collection5 p{padding-right:0}.our_collection5 .carousel_nav button:first-child,.our_collection6 .carousel_nav button:first-child{left:-15px}.our_collection5 .carousel_nav button:nth-child(2),.our_collection6 .carousel_nav button:nth-child(2){right:-15px}.creative_category_section .nav>li>div{padding:50px}.creative_category_section h3{font-size:70px}.main_slider_8 .big_text{left:0;font-size:290px}.popular_product_carousel .carousel_nav button:first-child{left:-50px}.popular_product_carousel .carousel_nav button:nth-child(2){right:-50px}.header_6 .header_icons_list{padding-left:0}.sidebar_section{padding-left:0;padding-right:0}.blog_details_image .blog_title{padding:30px;font-size:48px;max-width:700px}.cart_table_2 .cart_product .item_title{font-size:18px}.cart_product .item_image{flex:0 0 120px;margin-right:15px}.cart_product .remove_btn{height:30px;min-width:30px;line-height:32px}.vendor_dashboard_section .tab-content{padding:30px 15px 30px 0}.main_slider_6 .model_image1{left:-150px;max-width:630px}.main_slider_6 .model_image2{right:-100px;max-width:360px}.main_slider_6 .item_title{font-size:70px}}@media screen and (max-width:1360px){.sec_space_custom{padding-top:110px;padding-bottom:30px}.sec_space_xlarge{padding-top:50px;padding-bottom:100px}.product_tabnav_4 button{font-size:20px}.section_title .title_text{font-size:48px}.section_title p{font-size:16px}.section_title_4 .small_title{font-size:60px}.section_title_4 .big_title{font-size:130px}.section_title_4{margin-bottom:40px}.load_more{margin-top:50px}.fullwidth_deals_1{padding:100px 0;min-height:auto}.fullwidth_deals_1 h3 span{font-size:180px}.main_slider_9 .big_title{font-size:60px;line-height:4.3rem}.category_item_6 .item_title{font-size:48px;margin-bottom:10px}.category_item_6 .item_content{left:30px}.category_item_6 .item_price,.fullwidth_feature_5 .nav button{font-size:30px}.fullwidth_feature_5 .nav{right:30px;bottom:50px}.fullwidth_feature_5 .nav>li:not(:last-child){margin-bottom:25px}.fullwidth_feature_5 .item_title{font-size:54px;margin-bottom:15px}.fullwidth_feature_5 .item_price{margin-bottom:15px}.main_slider_10 .big_title{font-size:72px}.policy_item3 .policy_title{font-size:22px}.shop_layout_11 .action_btns_wrap a{font-size:12px}.shop_layout_11 .addtocart_btn{padding:0 15px}.fullwidth_feature_6 h4{font-size:72px}.fullwidth_feature_6 h3{font-size:42px}.fullwidth_feature_7 .item_title{font-size:60px}.details_box_2 .item_title{font-size:40px}.details_box_2 .countdown_wrap>li{display:block}.details_box_2 .countdown_wrap h6{padding-right:0;margin-bottom:10px}.details_box_2 .cart_wrap>li{width:100%}.blog_item_1 .item_title{font-size:24px}.newsletter_form_2{padding:60px}.newsletter_form_2 h3{font-size:54px}.newsletter_form_2 .form_item input{height:65px}.newsletter_form_2 .form_item .btn{font-size:17px;min-width:auto;padding:22px 35px}.main_slider_4 .image_wrap{width:100%}.main_slider_4 .slider_image{width:50%}.main_slider_4 .slider_item{padding:0}.main_slider_4 .slider_content{width:50%;padding:0 30px}.main_slider_4 .carousel_nav{left:50%;width:50%}.main_slider_4 .item_type{top:50%;right:0;bottom:unset;padding:15px 10px;background-color:#fff;transform:translateY(-50%)}.main_slider_4 .ms_nav_thumbnails{display:none}.banner_item2{margin-top:30px;margin-bottom:30px}.banner_item2 .item_title{font-size:32px}.banner_item2 .item_title span{font-size:20px}.banner_item2 .highlight_wrap span{font-size:16px;margin-bottom:8px}.banner_item2 .highlight_wrap strong{font-size:20px}.banner_item2 .banner_content{padding:15px 50px}.main_slider_5 .item_title{font-size:78px}.about_section1 h3{font-size:60px}.fullwidth_feature_2 .content_wrap{padding:50px 50px 0}.fullwidth_feature_2 h2{font-size:72px}.fullwidth_feature_2 .child_item .child_item_image{width:270px;height:270px}.fullwidth_feature_2 .child_item .child_item_image img{max-height:170px}.banner_item3 .banner_content{left:20px}.testimonial_layout_1{padding:40px;margin-top:50px}.testimonial_layout_1 p{font-size:16px}.testimonial_layout_1 span{font-size:20px;margin-bottom:20px}.testimonial_layout_1 h4{font-size:48px;margin-bottom:5px}.testimonial_layout_1 .testimonial_thumbnail{margin-bottom:40px}.main_slider_6 .slider_item{min-height:auto;padding:150px 0 200px}.main_slider_6 .item_title{font-size:66px}.main_slider_6 .model_image1{left:-120px;max-width:580px}.main_slider_6 .model_image2{right:-70px;max-width:320px}.about_section2 .title_text{font-size:60px;margin:20px 0}.about_section2 .sub_title{font-size:48px}.about_section2 .child_item_wrap .item_title{font-size:24px}.about_section2 .child_item_wrap p{font-size:16px}.category_item_4 .item_title{left:30px;bottom:30px;font-size:24px;padding:15px 30px}.main_slider_8 .carousel_nav button:first-child{left:15px}.main_slider_8 .carousel_nav button:nth-child(2){right:15px}.main_slider_8 .slider_content{padding-left:40px}.main_slider_8 .item_title{font-size:78px}.header_6 .header_icons_list a{height:80px;padding:15px;font-size:14px}.header_6 .offcanvas_btn{width:80px;height:80px;font-size:20px;margin-left:40px}.header_icons_group2 button{width:45px;height:45px;font-size:18px}.header_section .cart_counter{height:16px;font-size:10px;min-width:16px;line-height:16px}.header_6+main{margin-top:80px}.cart_table thead{padding-left:0}.cart_table td,.cart_table th{padding:15px}.cart_product .item_image{flex:0 0 100px;margin-right:10px}.quantity_input{height:50px;padding:0 15px}.quantity_input span{font-size:20px;margin:0 5px}.quantity_input input{width:60px;font-size:16px}#mapBox{min-height:400px;margin-bottom:50px}.main_contact_wrap{padding:0}.vendor_service_item .item_title{font-size:20px}.vendor_service_item .item_content{padding:0}.work_process_item{padding:50px 40px}.work_process_item .item_ttile{font-size:22px}.shop_offer_carousel .item_title{font-size:60px}.fullwidth_feature_6 .col:first-child .item_content{max-width:500px;padding:0 30px 0 50px}.category_item_3 .section_title_4 .small_title{font-size:32px}.category_item_3 .section_title_4 .big_title{font-size:80px}.category_item_3 ul li .item_title{font-size:14px}.category_item_3 ul li .item_image{width:70px;height:70px}.category_item_3 ul li .item_image img{max-height:35px}.main_menu_list>li:not(:last-child){margin-right:18px;padding-right:18px}}@media screen and (max-width:1199px){.space_rl_large{padding-left:15px;padding-right:15px}.header_3{padding:25px 0}.header_3.sticky{padding:15px 0}.footer_style_5 .footer_widget{padding:70px 50px}.footer_style_5 .footer_about{float:none;max-width:100%}.footer_style_5 hr{margin:60px -50px}.footer_style_5 .social_primary li:not(:last-child){margin-right:25px}.footer_style_5 .social_primary a{font-size:16px}.discover_product_carousel .carousel_nav button:first-child{left:-15px}.discover_product_carousel .carousel_nav button:nth-child(2){right:-15px}.feature_item_3{display:block;max-width:800px;margin:0 auto 40px}.shop_layout_11 .action_btns_group a{width:40px}.shop_layout_11 .action_btns_wrap a{height:40px;line-height:42px}.details_box_2{padding:40px}.main_slider_4{border:3px solid #25bc6c}.main_slider_4 .item_type{font-size:16px}.category_item_2 .item_title{font-size:42px}.blog_item_2 .item_content{padding-right:0}.main_slider_5 .ms_nav_thumbnails{max-width:270px}.main_slider_5 .carousel_nav button{width:40px;height:40px}.main_slider_5 .carousel_nav{padding-right:0}.shop_layout_5 .item_title>a{font-size:22px}.shop_layout_5 .item_title>a>span{padding:15px 25px}.banner_item4 .item_title{font-size:30px;margin-bottom:10px}.banner_item4 .banner_content{padding:30px}.banner_item3 .item_title{font-size:48px;margin-bottom:25px}.countdown_timer strong{font-size:36px;margin-bottom:5px}.countdown_timer li{min-width:auto}.fullwidth_feature_3 .item_title{font-size:58px}.fullwidth_feature_3 p{font-size:18px;margin-bottom:25px}.blog_item_split .item_title a{font-size:38px}.blog_item_split p{font-size:18px;margin-bottom:30px}.blog_item_split .item_content{padding:40px}.main_slider_7{padding:30px 15px}.main_slider_7 .carousel_nav button{width:45px;height:45px}.main_slider_7 .carousel_nav button:first-child{left:30px}.main_slider_7 .carousel_nav button:nth-child(2){right:30px}.banner_item7 .item_content{padding:30px 90px 30px 30px}.banner_item7 .item_title{margin:20px 0;font-size:42px}.banner_item6 .item_title{font-size:42px;margin-bottom:30px}.blog_item_3 .post_date{flex:0 0 120px}.blog_item_3 .item_title a{font-size:26px}.blog_item_3 .post_date strong{font-size:60px}.blog_item_3 .post_date span,.blog_item_3 .post_meta{font-size:15px}.fashion_video_section .title_text,.featured_collection .title_wrap .big_title,.fullwidth_deals_3 h2,.our_collection1 .item_title,.our_collection2 .item_title{font-size:66px}.our_collection1 p,.our_collection2 p{font-size:18px}.fixed_social_links{display:none}.our_collection3 .item_title{font-size:120px}.our_collection3 p{font-size:18px;padding-left:35px}.our_collection3 .product_item{max-width:220px}.our_collection3 .product_item h3 a{font-size:32px}.fullwidth_deals_3 .item_badge{line-height:1;font-size:18px}.fullwidth_deals_3 .countdown_timer{margin-bottom:30px}.our_collection4 h2{font-size:72px}.creative_category_section p,.our_collection4 p,.our_collection5 p{font-size:18px}.our_collection5 h2{font-size:90px}.feature_item_2{padding:25px}.shop_layout_9 .image_wrap img{max-height:200px}.shop_layout_9 .image_wrap{height:210px}.shop_layout_9 .item_title a{font-size:16px}.our_collection6 h2{font-size:70px}.creative_category_section h3{font-size:54px}.popular_product_carousel .carousel_nav button:first-child{left:0}.popular_product_carousel .carousel_nav button:nth-child(2){right:0}.header_6 .header_icons_list a{padding:0;height:auto;font-size:13px}.header_6 .header_icons_list>li:not(:last-child){margin-right:15px;padding-right:15px}.onelook_section{padding:30px 15px 0}.btn_2{font-size:12px;padding:13px 26px}.btn_2:after{top:6px}.breadcrumb_section{min-height:auto}.page_title{font-size:48px}.blog_pagination{display:block}.blog_pagination .pagination_nav{padding:20px 0;justify-content:flex-start}.blog_details_image .blog_title{bottom:0}.blog_details_image{height:400px;display:flex;object-fit:cover}.blog_details_image .blog_title{font-size:38px;max-width:550px}.blog_details_content{padding:50px 0 0}.cart_table,.cart_table_2,.cart_table_3{overflow-x:scroll}.cart_table::-webkit-scrollbar,.cart_table_2::-webkit-scrollbar,.cart_table_3::-webkit-scrollbar{width:0}.cart_table table,.cart_table_2 table,.cart_table_3 table{width:1100px}.main_contact_wrap .contact_description{font-size:16px;margin-bottom:40px}.diract_contact_info p{font-size:18px}.diract_contact_info .icon{height:65px;min-width:65px;margin-right:20px}.diract_contact_info .icon svg{width:auto;height:26px}.shop_five_col>.col{flex:0 0 25%;max-width:25%}.filter_input_group{padding:15px}.filter_input_group .items_col>li{padding:15px;width:100%;display:flex}.filter_input_group .bottom_content{padding:15px}.dashboard_wrap{padding:40px}.dashboard_title_wrap{padding:25px 30px}.dashboard_title_wrap h3{font-size:20px}.dashboard_content_wrap{padding:40px 30px}.dashboard_admin_wrap .item_image{width:150px;height:150px;flex:0 0 150px;margin-right:20px}.dashboard_admin_wrap h4{font-size:20px}.dashboard_admin_wrap p{font-size:16px}.dashboard_account_info .edit_btn_wrap{height:60px;font-size:15px;padding:6px 12px 6px 30px}.compare_content_wrap{overflow-x:scroll}.compare_content_wrap::-webkit-scrollbar{width:0}.compare_content_wrap table{width:1200px}.register_form_wrap{padding:80px}.forget_password_section .image_wrap{margin:0}.thankyou_wrap .check_sign{left:0;top:-42px;max-width:90px}.funfact_item{padding:30px 20px}.funfact_item .item_icon{height:55px;flex:0 0 55px}.funfact_item .item_icon img{max-height:26px}.funfact_item span{font-size:28px}.funfact_item h3{font-size:15px;margin-bottom:6px}.vd_tab_area .vd_space{padding:35px 20px}.vd_tab_nav>li>a,.vd_tab_nav>li>button{font-size:18px;padding:12px 30px}.vd_table th{padding:15px 20px}.vd_table td{padding:12px 20px}.shop_offer_carousel2 .content_wrap{padding-right:0}.shop_offer_carousel .slider_item{min-height:500px;padding:80px 40px}.shop_details{background-image:none!important}.sd_info_layout .title_text{min-width:auto}.vendor_profile .description_wrap p{font-size:17px}.vendor_profile .content_wrap{padding:40px}.vendor_profile .image_wrap{margin-right:30px}.vendor_profile .info_wrap{padding:30px 40px}.header_4 .header_top{display:none}.header_4+main{margin-top:93px}.main_menu_list>li:not(:last-child){margin-right:18px;padding-right:18px}}@media screen and (max-width:1150px){.main_menu_list>li>a{font-size:16px;padding:10px 0}}@media screen and (max-width:1024px){body{font-size:16px}.btn{padding:16px 40px}.header_icons_group>li>a,.header_icons_group>li>button{font-size:28px}.header_section .cart_counter{height:15px;font-size:9px;min-width:15px;line-height:15px}.header_icons_group>li:not(:last-child){margin-right:20px}.header_1 .header_icons_group{margin-left:40px}.main_menu_list>li>a{font-size:16px;padding:10px 0}.main_menu_list>li:not(:last-child){margin-right:24px;padding-right:24px}.header_1+main{margin-top:119px}.main_search_form .form_item input{height:50px}.main_search_form{padding:15px 0}.header_7 .main_menu_list{justify-content:center}.header_7 .main_menu_list>li:not(:last-child){margin-right:16px;padding-right:16px}.header_3 .main_menu{padding-left:60px}.header_4 .header_icons_group>li{height:80px;padding:0 22px}.footer_style_6 .footer_about{padding-right:0}.footer_style_8 p{font-size:16px}.instagram_style_3 .instagram_image_group a i{font-size:25px}.footer_style_2 .fooetr_bottom{padding:40px 0}.main_slider_1 .big_title{font-size:52px}.main_slider_1 .small_title{font-size:20px;margin-bottom:20px}.main_slider_1 .thumbnail_item h3 span{font-size:14px}.main_slider_1 .thumbnail_item h3{font-size:16px}.main_slider_1 .thumbnail_item{padding:15px}.feature_item_1 .item_title>a{font-size:26px}.feature_item_1 .item_content{padding:20px}.small_product_layout .item_title>a,.small_products_area .area_title h3{font-size:18px}.small_products_area .area_title{margin-bottom:40px}.small_product_layout .item_image{width:90px;flex:0 0 90px;margin-right:15px}.small_product_layout .item_price .sale_price{font-size:15px}.small_product_layout .item_price del{font-size:13px}.main_slider_9 .big_title{font-size:40px;line-height:3.1rem}.main_slider_9 .small_title{font-size:14px;margin-bottom:20px}.main_slider_9 .slick-dots{right:15px}.shop_layout_10 .item_image{height:250px}.shop_layout_10 .item_image img{max-height:220px}.shop_layout_10 .item_title{font-size:22px}.shop_layout_10 .item_price del{font-size:15px}.fullwidth_feature_5 .item_title{font-size:42px}.fullwidth_feature_5 p{font-size:18px}.fullwidth_feature_5 .countdown_timer li{min-width:auto}.fullwidth_feature_5 .countdown_timer strong{font-size:30px}.fullwidth_feature_5 .countdown_timer span{font-size:14px}.fullwidth_feature_5 .progress{height:10px}.feature_item_3 .item_title{font-size:30px}.feature_item_3 p{font-size:18px;margin-bottom:30px}.feature_item_3 .item_content{padding:40px}.policy_item2{padding:40px 30px}.policy_item2 p{font-size:16px}.policy_item2 h3{font-size:22px;margin-bottom:10px}.main_slider_10 .big_title{font-size:58px}.main_slider_10 .small_title{font-size:42px}.feature_item_4 h3{font-size:14px;margin-bottom:15px}.feature_item_4 h4{font-size:30px;margin-bottom:20px}.feature_item_4 p{font-size:15px;margin-bottom:25px}.feature_item_4 .item_content{left:30px;padding:55px 35px}.feature_item_4{padding-bottom:55px}.shop_layout_11 .action_btns_wrap a{height:30px;line-height:32px}.shop_layout_11 .action_btns_group a{width:30px}.shop_layout_11 .action_btns_wrap a{font-size:10px}.fullwidth_feature_6 .col:first-child .item_content{padding:0 40px;max-width:360px}.fullwidth_feature_6 h3{font-size:32px}.fullwidth_feature_6 h4{font-size:50px}.fullwidth_feature_6{display:block}.fullwidth_feature_6 .col:first-child{width:100%}.fullwidth_feature_6 .col:nth-child(2){width:100%;padding:80px 30px}.main_slider_4 .item_title{font-size:4vw}.fullwidth_feature_1 .item_content{padding:0}.fullwidth_feature_1 .item_title{font-size:42px}.fullwidth_feature_1 p{font-size:16px}.deals_carousel_1 .common_carousel_1col{max-width:400px}.deal_item_1 .item_title{font-size:42px}.deal_item_1 .btn{font-size:16px;padding:20px 25px}.deal_item_1 .item_image img{max-height:230px}.deal_item_1 .item_image{height:250px}.blog_item_2 .item_title a{font-size:22px}.main_slider_5 .item_title{font-size:62px}.about_section1 .about_content{padding:0}.about_section1 h3{font-size:48px;margin-bottom:10px}.product_tabnav_1 button{font-size:24px}.fullwidth_feature_2{padding-left:0;padding-right:0}.fullwidth_feature_2 .content_wrap{padding:50px 15px 0}.video_btn1{width:100px;height:100px;font-size:18px}.video_btn1 span{width:80px;height:80px}.brand_carousel.has_border .brand_item{height:170px}.footer_default .fooetr_top{padding:100px 0 80px}.fooetr_newsletter_1{margin-bottom:50px}.footer_menu a{font-size:15px}.footer_menu>li:not(:last-child){margin-right:20px;padding-right:20px}.h6category_section .col{width:50%}.h6category_section .col:last-child{width:100%;margin-bottom:30px}.h6shop_section .product_tabnav_2{justify-content:center}.fullwidth_feature_3 .col,.h6shop_section .col{width:100%}.fullwidth_feature_3 .item_content{margin:30px 0 0}.blog_item_split{display:block}.blog_item_split .item_content,.blog_item_split .item_image{width:100%}.main_slider_6 .item_title{font-size:50px;margin-bottom:10px}.main_slider_6 p{font-size:18px;margin-bottom:25px}.h6category_section{padding:30px 0}.about_section2 .title_text{font-size:48px}.about_section2 .sub_title{font-size:36px}.shop_layout_7 .item_content,.shop_layout_7 .top_content_wrap{padding:20px}.newsletter_form_1 .form_item input{height:65px;padding:0 25px}.footer_style_4 .footer_widget_title{font-size:24px}.fooetr_newsletter_3 .form_item .btn{position:static;transform:unset;margin-top:10px}.fashion_video_section .title_text,.featured_collection .title_wrap .big_title,.fullwidth_deals_3 h2,.our_collection1 .item_title,.our_collection2 .item_title{font-size:54px}.testimonial_layout_2 p{font-size:20px}.header_2+main{margin-top:150px}.main_slider_8 .item_title{font-size:54px}.main_slider_8 .big_text{font-size:200px}.main_slider_8 .slider_item{min-height:auto;padding:100px 0 150px}.main_slider_8 .slider_content{margin-top:0}.lookbook_section .thumb_wrap{padding:0 30px}.instagram_style_2 .instagram_image_group{justify-content:center}.instagram_style_2 .instagram_image_group>li{flex:0 0 25%}.error_section h3{font-size:36px}.vendor_section h2{font-size:24px;margin-bottom:15px}.vendor_section p{font-size:16px}.vendor_service_item .item_icon{width:180px;height:180px;margin-bottom:0}.section_title .title_text{font-size:38px}.selling_form_wrap{padding:60px 40px}.comingsoon_style_1 .form_item .btn{position:static;margin-top:15px;transform:unset}.comingsoon_style_1 .countdown_timer{margin:0 0 20px}.comingsoon_style_1 .countdown_timer>li{width:130px;height:130px;padding:37px 0;margin:0 0 20px}.comingsoon_style_1 .countdown_timer>li:before{top:10px;left:10px;right:10px;bottom:10px}.comingsoon_style_1 .countdown_timer span{font-size:10px}.comingsoon_style_1 .countdown_timer strong{font-size:30px}.comingsoon_style_2 .countdown_timer>li{width:130px;height:130px;padding:40px 0;margin:0 0 20px}.comingsoon_style_2 .countdown_timer span{font-size:10px}.comingsoon_style_2 .countdown_timer strong{font-size:30px}.header_9 .content_wrap{padding:15px 0}.comingsoon_style_2{padding-top:150px}.contact3_wrap .col,.contact3_wrap .map_section{padding:40px}.form_item input{height:50px}.thankyou_wrap{display:block;margin-bottom:40px;padding:60px 40px 40px}.thankyou_wrap .btns_group{padding-top:40px}.thankyou_wrap h2{font-size:32px}.thankyou_wrap p{font-size:18px}.order_tracking_section h2{font-size:60px}.order_tracking_section .form_item .input_title{top:16px}.main_menu_list .menu_badge{top:-7px}}@media screen and (max-width:991px){.shop_layout_4 .shop_image_wrap img{max-width:60%}.category_selector{max-width:none}.custom_slider{top:50px}.main_slider_4 .slider_image{width:50%;height:auto}.banner_item2 .item_title{font-size:18px}.banner_item2 p{font-size:14px}.order-first,.order-last{order:0!important}.section_title{text-align:center;margin-bottom:30px}.product_tabnav_4{justify-content:center}.load_more{margin-top:30px}.navbar-toggler{padding:0;border:none;outline:none;line-height:1;font-size:24px;border-radius:0}.navbar-toggler:focus{box-shadow:none}.navbar-toggler-icon{width:auto;height:auto;background-image:none!important}.navbar-collapse{top:0;left:0;right:0;width:100%;position:fixed;margin-top:79px;padding:20px 15px;background:#fff;border-top:1px solid #f9f9f9}.main_menu_list>li{width:100%;display:block}.main_menu_list>li:after{display:none}.main_menu_list>li:not(:last-child){margin-right:0;padding-right:0;border-bottom:1px solid #f9f9f9}.header_1 .header_top{display:none}.header_1+main{margin-top:79px}.megamenu{position:static;padding:15px 0;box-shadow:none}.main_menu_list .submenu{position:static;box-shadow:none;padding:0 0 15px}.main_menu_list .submenu>li>a{padding:15px 20px}.main_menu_list li{margin:0!important;padding:0!important}.main_menu_list li.dropdown>a:after{float:right;color:#999;content:"";font-weight:400;font-family:Font Awesome\ 5 Pro}.megamenu .homepage_list a{font-size:14px}.megamenu .homepage_list{margin:-7px}.megamenu .homepage_list>li{padding:7px}.header_7 .header_top{display:none}.header_7 .brand_logo{text-align:left}.header_7 .main_menu,.header_8 .main_menu{justify-content:center}.header_7 .header_bottom{padding:15px 0}.header_7+main{margin-top:78px}.header_icons_group3>li>a,.header_icons_group3>li>button{width:40px;height:40px}.header_7 .navbar-collapse{margin-top:66px}.header_8{padding:15px 0}.header_4 .brand_logo{margin-right:20px}.header_4 .header_top{display:none}.header_4+main{margin-top:80px}.main_slider_1 .big_title{margin-top:80px;font-size:32px}.footer_style_6 .footer_widget{margin-top:50px}.footer_style_6 .footer_widget_area{padding:30px 0 70px}.footer_style_8 .footer_widget_area{padding:20px 0 50px}.footer_style_8 .footer_widget{margin-top:50px}.footer_style_5 .footer_widget{padding:60px 30px}.footer_style_5 hr{margin:40px 0}.main_slider_1 .ms_nav_thumbnails{bottom:0;width:240px}.main_slider_1 .thumbnail_item{text-align:left;justify-content:flex-start}.main_slider_1 .thumbnail_item .item_image{order:0;width:50px;flex:0 0 50px;margin:0 15px 0 0}.main_slider_1 .thumbnail_item:after{left:80px;right:unset}.category_masonry_1 .grid-item,.category_masonry_1 .grid-sizer{width:50%}.category_masonry_1 .w_50{width:100%}.fullwidth_deals_1 h2{font-size:16px;padding:10px 15px}.fullwidth_deals_1 h3{font-size:60px}.fullwidth_deals_1 h3 span{font-size:130px}.small_products_area .area_title{margin-bottom:25px}.small_products_wrap{margin:-30px -15px}.small_products_wrap>.col{padding:30px 15px}.category_item_6 .item_title{font-size:34px}.category_item_6 .item_price{font-size:24px}.fullwidth_feature_5 .nav{display:flex;padding:0 35px;position:static;margin-bottom:40px;align-items:center;justify-content:center}.fullwidth_feature_5 .nav li{width:auto;display:inline-block}.fullwidth_feature_5 .nav li:not(:last-child){margin:0 30px 0 0}.fullwidth_feature_5 .nav button{padding-left:25px}.fullwidth_feature_5 .nav button sup{left:0}.fullwidth_feature_5 .item_content{padding-right:0}.main_slider_10 .slider_item{min-height:600px}.main_slider_10 .slick-dots{bottom:30px}.fullwidth_feature_7 .item_title{font-size:48px}.fullwidth_feature_7 .sub_title{font-size:42px}.newsletter_form_2 .item_content{margin-bottom:30px}.newsletter_form_2 h3{font-size:42px}.instagram_style_1 .instagram_image_group>li{flex:0 0 25%}.fullwidth_feature_6 .item_image{max-width:470px;margin:0 auto 20px}.fullwidth_feature_1 .item_content{padding:40px 0 0}.slider_section .slider_item{min-height:500px;padding:100px 0 200px;margin-top:50px}.main_slider_5 .slider_nav{bottom:70px}.main_slider_5 .ms_nav_thumbnails{display:none}.main_slider_5 .carousel_nav{justify-content:center}.about_section1 .about_image{margin-bottom:30px}.fullwidth_feature_2 h2 span{display:inline-block}.fullwidth_feature_2 h2{font-size:54px;margin-bottom:15px}.banner_item3,.fullwidth_feature_2 .content_area{margin-bottom:30px}.fullwidth_deals_2 .slider_item{min-height:auto}.main_slider_6 .slider_content{padding:0 40px}.main_slider_6 .model_image1{left:-200px}.main_slider_6 .ms_nav_thumbnails{left:50%;transform:translateX(-50%)}.fullwidth_feature_3 .item_title{font-size:54px}.shop_details3 .details_image_tab .tab-content{margin-bottom:40px}.shop_details_content{padding-right:0}.main_slider_7 .slider_item{padding:0;min-height:auto}.main_slider_7 .slider_item .btn{font-size:12px;padding:12px 25px}.slider_section .slide_count_wrap{padding-top:30px}.banner_item6 .item_content{max-width:280px;padding:80px 30px 30px}.banner_item7 .item_badge{font-size:13px}.banner_item6 .item_title,.banner_item7 .item_title{font-size:35px}.about_section2 .child_item_wrap{margin-bottom:30px;justify-content:flex-start}.category_item_4 .item_title{left:20px;bottom:20px;font-size:17px;padding:15px 25px}.product_tabnav_3{margin-top:50px;justify-content:flex-start}.newsletter_form_1{padding:80px 40px}.blog_item_3 .item_title a{font-size:20px}.blog_item_3 .post_date strong{font-size:48px}.blog_item_3 .post_date span,.blog_item_3 .post_meta{font-size:14px}.instagram_style_1 .instagram_image_group>li{flex:1 1}.footer_style_4 .fooetr_widget_area{padding:40px 0}.footer_style_4 .fooetr_widget_area .fooetr_widget{margin-top:40px}.our_collection1 .nav{top:unset;right:15px;bottom:40px;transform:unset}.our_collection1 .nav button{font-size:20px;padding-right:20px}.our_collection1 .nav button:after{top:13px;width:10px;height:10px}.our_collection1 .tab-pane{padding-bottom:160px}.our_collection2 .item_image{margin:40px 0 0}.our_collection1 .image_group>li{max-width:300px}.our_collection3 .product_item{float:none}.our_collection3 .product_item h3{text-align:left}.our_collection3 p{margin:30px 0}.fullwidth_deals_3 .content_wrap{margin:auto;max-width:430px}.footer_style_7 .footer_widget{margin-bottom:40px}.our_collection4 .image_wrap{margin-bottom:20px}.our_collection5 p{margin-bottom:30px}.creative_category_section .nav{position:static}.creative_category_section .nav>li{width:100%;height:auto;border:none}.creative_category_section .nav>li>div{opacity:1}.creative_category_section .tab-content{display:none}.creative_category_section .nav .bg_image,.creative_category_section .nav .overlay{display:block}.creative_category_section .nav .overlay{z-index:-1}.main_slider_8 .slider_content{max-width:470px}.header_2 .header_bottom{display:none}.header_2+main{margin-top:97px}.main_slider_8 .big_text{bottom:-21px;font-size:140px}.slider_section .slider_item{padding:0}.main_slider_8 .item_title{font-size:48px}.header_2 .header_icons_group>li:last-child{margin-left:0}.category_item_5 .item_title{font-size:18px}.lookbook_section .title_text{font-size:36px}.footer_style_7 .fooetr_widget,.lookbook_carousel{margin-bottom:40px}.header_6 .header_icons_list{display:none}.header_6 .brand_logo{text-align:left!important}.onelook_section{padding:15px 0 0}.onelook_item1{margin-bottom:15px}.breadcrumb_section{padding-top:100px;padding-bottom:20px}.page_title{text-align:center;font-size:42px;margin-bottom:20px}.breadcrumb_content{text-align:left}.breadcrumb_nav{justify-content:center}.sec_space_large{padding-top:30px;padding-bottom:90px}.sidebar_section{margin-top:50px}.blog_details_image .blog_title{font-size:28px;max-width:450px}.blog_details_image{height:300px}.comment_item .comment_item{padding-left:35px}.coupon_form_2,.coupon_wrap{margin-bottom:30px}.coupon_wrap{display:block}.coupon_wrap .form_item{margin:0;width:100%;display:block}.coupon_wrap .btn{width:100%;display:block;margin-top:15px}#mapBox{min-height:300px;margin-bottom:40px}.contact_form_title,.main_contact_wrap .contact_title{font-size:28px}.main_contact_wrap{margin-bottom:40px}.contact_info_boxed{margin:0 0 40px}.contact_form2{padding:0}.error_section h2{font-size:200px}.error_section_2 .form_wrap{margin:50px auto 0}.shop_five_col>.col{flex:0 0 33.333%;max-width:33.333%}.filter_input_group{border:0;margin-bottom:0}.filter_input_group .items_col>li{width:50%}.work_process_section{background-size:100% 330px}.selling_form_wrap .form_item input{height:50px}.selling_form_wrap .form_item span{padding:3px 15px;margin-bottom:-14px}.dashboard_content_wrap,.dashboard_wrap{padding:20px}.forget_password_section h2{font-size:36px}.order_number span{font-size:18px}.order_status_tebnav button{font-size:16px;padding:15px 35px}.order_status_table td,.order_status_table th{padding:14px 24px}.order_status_table{overflow-x:scroll}.order_status_table::-webkit-scrollbar{width:0}.order_status_table table{width:1000px}.tracking_map #mapBox{min-height:300px}.order_price_table{margin-bottom:20px}.vd_tab_area{margin-top:-30px}#overall_sale_chart{margin:auto}.vd_table{overflow-x:scroll}.vd_table::-webkit-scrollbar{width:0}.vd_table table{width:1100px}.vd_account_settings .wrap_title{font-size:20px;padding:15px 25px}.vd_account_settings .radio_btns_list>li{padding:10px 25px}.shop_offer_carousel2 .item_title{font-size:48px}.shop_offer_carousel2 .slider_item{min-height:350px;padding:80px 40px}.product_filter_bar2{display:block;margin-bottom:40px}.product_filter_bar2 .right_area{margin-top:20px}.shop_offer_carousel .item_title{font-size:48px}.shop_offer_carousel .content_wrap{max-width:460px}.policy_item1{margin:0;padding:20px 0}.footer_style_3 .policy_section{padding:30px 0}.footer_style_3 .footer_widget{padding:20px 0}.footer_style_3 .footer_widget_area{padding:40px 0}.footer_style_3 .footer_widget_title{margin-bottom:30px}.shop_offer_carousel2 .slick-dots{right:15px;bottom:15px}.shop_offer_carousel2 .slick-dots li button{width:30px}.sd_image_carousel{margin-bottom:30px}.average_review,.review_comment{margin-bottom:50px}.sd_image_gallery{margin-bottom:30px}.shop_details2 .review_list{margin-top:15px;justify-content:flex-start}.shop_description_tabnav2>li{width:100%}.shop_description_tabnav2>li:not(:last-child){margin:0 0 15px}.banner_item1{height:115px;margin-top:50px}.banner_item1 img{width:100%;height:100%;display:block}.banner_item1 h4{font-size:26px}.shop_details_description h3{font-size:16px;margin-bottom:5px}.banner_item1 .banner_content{padding:18px}.sd_image_gallery2{margin-bottom:30px}.sd_image_gallery2>li:not(:last-child){margin-bottom:15px}.shop_details3 .details_image_tab .nav{width:150px;padding:5px}.shop_details3 .details_image_tab .nav li{padding:5px}.shop_details3 .details_image_tab{padding-left:150px}.vendor_profile .content_wrap{display:block}.vendor_profile .image_wrap{width:242px;height:242px;margin:0 0 30px}.vendor_profile .info_wrap{display:block}.vendor_profile .left_wrap{margin-bottom:30px}.main_menu_list .menu_badge{left:0;top:-15px;right:unset;position:relative}.navbar-collapse{box-shadow:0 5px 20px 0 rgba(0,0,0,.2)}.sec_space_small{padding-top:0;padding-bottom:0}.ul_li{flex-wrap:nowrap}}@media screen and (max-width:767px){.main_slider_9 .slider_item{height:500px}.slider_section .big_title,.slider_section .small_title{display:none}.slider_content{text-align:center!important}.slider_content .btn-view{margin-top:350px}.section_title .title_text{font-size:36px}.section_title_4 .small_title{font-size:32px}.section_title_4 .big_title{font-size:70px}.product_tabnav_5 button{font-size:16px}.product_tabnav_5>li:not(:last-child){margin-right:20px}.footer_style_2 .fooetr_widget_area{padding:40px 0 60px}.footer_style_2 .fooetr_widget_area .fooetr_widget{margin-top:40px}.footer_style_5 .fooetr_top{display:block}.footer_style_5 .footer_widget{width:100%;padding:50px 15px}.feature_item_1{max-width:570px;margin:0 auto 15px}.fullwidth_feature_5 .nav button{font-size:20px}.fullwidth_feature_5 .nav button sup{top:4px}.fullwidth_feature_7 .item_content{padding:40px 30px;margin-bottom:30px;background-color:hsla(0,0%,100%,.4)}.main_slider_4 .slider_item{min-height:auto}.main_slider_4 .slider_image{height:auto}.main_slider_4 .item_title{font-size:4vw;margin-bottom:10px}.main_slider_4 p{font-size:16px;margin-bottom:20px}.main_slider_4 .carousel_nav button{height:45px}.banner_item2{min-height:250px;object-fit:cover}.category_item_2 .item_content{top:30px;left:30px;max-width:270px}.category_item_2 .item_badge{font-size:15px;margin-bottom:15px}.category_item_2 .item_title{font-size:28px}.main_slider_5 .item_title{font-size:48px;margin-bottom:15px}.main_slider_5 p{font-size:18px}.main_slider_6 .model_image1{left:-180px;max-width:420px}.main_slider_6 .model_image2{right:-110px;max-width:270px}.category_item_3{min-height:auto;padding:40px 30px}.about_section2 .child_item_wrap{display:block}.about_section2 .child_item_wrap .item_image{float:none;margin:0 0 20px}.category_item_4{margin:15px auto}.category_item_4 .item_title{top:20px;bottom:unset;font-size:20px;min-width:auto}.product_masonry_grid .grid-item,.product_masonry_grid .grid-sizer,.product_masonry_grid .w_50{width:100%}.instagram_style_1 .instagram_image_group{justify-content:center}.instagram_style_1 .instagram_image_group>li{flex:0 0 33.333%}.header_5 .content_wrap,.header_5.sticky .content_wrap{padding:15px 0}.fashion_video_item .video_btn1{width:80px;height:80px}.fashion_video_item .video_btn1 span{width:60px;height:60px;font-size:16px}.blog_standard .blog_content{padding-right:0}.blog_standard p{font-size:16px}hr{margin:30px 0}.tag_share_wrap{display:block}.post_tags_links{margin-bottom:15px}.blog_details_image .blog_title{font-size:20px;max-width:100%;position:static;padding:15px 0 0;color:#252525}.blog_details_image{height:auto;display:block}.shop_five_col>.col{flex:0 0 50%;max-width:50%}.filter_input_group{border:0;margin-bottom:0}.filter_input_group .items_col>li{width:100%}.dashboard_account_info .edit_btn_wrap,.dashboard_account_info .form_item{margin-bottom:15px}.dashboard_account_info .btn{margin-bottom:20px}.dashboard_title_wrap{display:block}.dashboard_title_wrap .btn{margin-top:15px}.address_book_content{margin-bottom:20px}.address_book_content p{margin-bottom:15px}.comingsoon_style_2 h1{font-size:54px}.comingsoon_style_2 .form_item input{height:50px}.comingsoon_style_2 .form_item button{height:40px}.contact3_wrap .col:not(:last-child){border-right:none;border-bottom:1px solid #e6e6e6}.contact3_wrap .col{flex:0 0 100%}.shop_details_description .info_list:last-child{margin-bottom:30px}.sec_space_small{padding-top:0;padding-bottom:0}.resellers_title{min-height:inherit}}@media screen and (max-width:680px){.shop_layout_1 .action_btns_group,.shop_layout_1 .child_image{display:none}.megamenu .homepage_list>li{width:20%}.main_slider_4 .slider_image{width:100%;height:auto}.main_slider_4 .slider_content{left:0;right:0;bottom:-45px;z-index:1;width:100%;color:#fff;padding:0 30px;text-align:center;position:absolute;transform:translateY(-50%);background-color:rgba(0,0,0,.29);padding-top:1rem!important;padding-bottom:1rem!important}.main_slider_4 .slider_content p{color:#fff;font-size:20px}.main_slider_4 .item_title{color:#fff;font-size:4vw}.main_slider_4 .carousel_nav{left:0;width:100%}.main_slider_6 .ms_nav_thumbnails .ms_nav_item:after{display:none}.main_slider_6 .ms_nav_thumbnails{width:100px}.h6category_section .col{width:100%}.fullwidth_feature_3 .item_title{font-size:42px;margin:10px 0 15px}.shop_details3 .details_image_tab .nav{padding:0;left:-5px;width:160px}.shop_details3 .details_image_tab .nav li{padding:5px}.shop_details3 .item_title{font-size:42px;margin:15px 0}.shop_details3 .details_image_tab{padding-left:155px}.blog_item_split .item_content{padding:30px}.main_slider_7{padding:15px}.main_slider_7 .banner_item7{margin-top:15px}.main_slider_7 .carousel_nav button{top:20%;transform:unset}.main_slider_7 .carousel_nav button:first-child{left:0}.main_slider_7 .carousel_nav button:nth-child(2){right:0}.newsletter_form_1 .form_item .btn{position:static;margin-top:15px;transform:unset}.newsletter_form_1 .form_item input{height:50px}.newsletter_form_1{padding:60px 20px}.newsletter_form_1 p{font-size:18px;margin-bottom:25px}.newsletter_form_1 .form_title{font-size:38px}.about_section2 .title_text{font-size:42px}.about_section2 .about_content{padding:0}.coupon_form_2 .btn{width:100%;display:block;margin-top:10px;position:static;transform:unset}.error_section h3{font-size:30px}.error_section_3 h2{font-size:190px;margin-bottom:20px;font-size:160px}.header_9 .social_round a{width:30px;height:30px}.comingsoon_style_2 h1{font-size:48px}.register_form_wrap{padding:60px 30px}.order_info_table{overflow-x:scroll}.order_info_table::-webkit-scrollbar{width:0}.order_info_table table{width:600px}.vd_shadow{padding:20px}.order_tracking_section h2{font-size:42px}.order_tracking_section p{font-size:16px}.order_tracking_section .form_item{padding:20px;border-radius:15px}.order_tracking_section .form_item input{padding:0 30px;transform:unset;border-radius:15px}.order_tracking_section .form_item .input_title{padding:0;display:block;text-align:left;position:static;margin-bottom:10px}.product_filter_bar,.product_filter_bar .right_area{display:block}.product_filter_bar .sorting_from{display:block;margin:20px 0}.shop_offer_carousel .slider_item{padding:60px 15px}.shop_offer_carousel .content_wrap{max-width:100%}.shop_offer_carousel2 .slider_item{display:block;min-height:auto;padding:60px 15px}.shop_offer_carousel2 .item_title{font-size:38px}.shop_offer_carousel2 .content_wrap{max-width:100%}.sec_space_small{padding-top:0;padding-bottom:0}}@media screen and (max-width:575px){.categories_control{display:inline-block}.shop_layout_4 .item_title{font-size:.85rem}.section_title_4 .big_title{font-size:60px}.megamenu .homepage_list>li{width:25%}.header_icons_group3>li>a,.header_icons_group3>li>button{width:30px;height:30px;font-size:12px}.header_4 .header_icons_group{border:1px solid #ececec;border-left:none}.header_4 .header_icons_group>li{height:50px;padding:0 15px}.header_4 .header_icons_group>li>a,.header_4 .header_icons_group>li>button{font-size:16px}.header_4 .header_bottom{padding:15px 0}.header_4 .brand_logo{margin-right:0}.footer_style_2 .social_wrap .social_primary{width:80%}.footer_style_2 .social_wrap .social_primary li:not(:last-child){margin-right:25px}.main_slider_1 .ms_nav_thumbnails{right:0;left:unset}.slider_content{padding:0 30px}.fullwidth_deals_1 .deals_content{max-width:350px;margin:auto 0 auto auto}.fullwidth_deals_1 h2{font-size:14px}.fullwidth_deals_1 h3{font-size:48px}.fullwidth_deals_1 h3 span{font-size:105px}.fullwidth_deals_1 p{font-size:16px;margin-bottom:30px}.main_slider_9 .slider_content{padding:0 15px}.main_slider_9 .big_title{font-size:28px;line-height:2.37 rem}.fullwidth_feature_5 .nav li:not(:last-child){margin:0}.fullwidth_feature_5 .nav li button{padding:10px 20px}.fullwidth_feature_5 .nav button sup{top:17px}.instagram_style_3 .instagram_image_group>li{width:33.333%}.main_slider_10 .big_title{font-size:48px}.fullwidth_feature_6 h4,.fullwidth_feature_7 .item_title{font-size:42px}.fullwidth_feature_7 .sub_title{font-size:32px}.main_slider_4 .slider_image{height:auto}.main_slider_4 .slider_content{padding:0 15px}.main_slider_4 .slider_content p{font-size:16px}.main_slider_4 .item_title{font-size:4vw}.main_slider_4 .item_type{display:none}.about_section1 h3{font-size:40px;margin:10px 0}.about_section1 p{font-size:16px;margin-bottom:20px}.fullwidth_feature_2 h2{font-size:40px}.fullwidth_feature_2 p{font-size:16px;margin-bottom:25px}.fullwidth_feature_2 .child_item .child_item_image{width:180px;height:180px}.fullwidth_feature_2 .child_item .child_item_image img{max-height:100px}.fullwidth_feature_2 .child_item{margin:0 auto;max-width:370px}.banner_item3 .banner_content{left:0}.banner_item3 .item_title{font-size:36px;margin-bottom:20px}.banner_item3,.banner_item4{min-height:270px}.h6shop_section .shop_layout_6{margin-bottom:0}.product_masonry_grid,.product_tabnav_3{margin-top:20px}.product_tabnav_3>li{width:100%;display:block}.product_tabnav_3>li:after{display:none}.product_tabnav_3>li:not(:last-child){padding:0;margin:0 0 15px}.banner_item6 .item_title,.banner_item7 .item_title{font-size:24px}.featured_collection .title_wrap .small_title{font-size:16px;margin-bottom:10px}.fashion_video_section .title_text,.featured_collection .title_wrap .big_title,.fullwidth_deals_3 h2,.our_collection1 .item_title,.our_collection2 .item_title{font-size:42px}.featured_collection_carousel .carousel_nav{margin-top:30px}.featured_collection_carousel .carousel_nav button{width:40px;height:40px}.our_collection3 .item_title{font-size:90px}.fashion_video_carousel .fashion_video_item{margin-top:10px}.footer_instagram2 .zoom-gallery>li{width:50%}.our_collection5 h2{font-size:72px}.creative_category_section h3{font-size:42px}.creative_category_section .nav>li>div{padding:40px}.main_slider_8 .big_text{font-size:100px}.main_slider_8 .item_title{font-size:42px}.popular_today_section .title_wrap h2{font-size:30px}.details_box h4{margin:10px 0;font-size:38px}.instagram_style_2 .instagram_image_group>li{flex:0 0 33.333%}.header_2 .cart_btn{padding:5px}.header_6{padding:15px 0}.header_6 .offcanvas_btn{margin:0 0 0 20px}.header_6 .offcanvas_btn,.header_icons_group2 button{width:40px;height:40px;font-size:16px}.header_icons_group2 button:after{top:0;left:0}.header_icons_group2>li:not(:last-child){margin-right:10px}.blog_standard .blog_title a{font-size:24px}.blog_standard .blog_category{top:10px;left:10px}.blog_standard .blog_category a{padding:6px 10px}.contact_form_title,.main_contact_wrap .contact_title{font-size:20px}.error_section h2{font-size:170px}.shop_five_col>.col{flex:0 0 50%;max-width:50%}.filter_input_group .bottom_content{display:block}.filter_input_group .show_result{font-size:14px;margin-bottom:10px}.filter_input_group .reser_btn{font-size:14px}.header_2 .header_icons_group>li>a,.header_2 .header_icons_group>li>button{font-size:12px}.header_2 .cart_btn i{font-size:16px}.header_2 .cart_btn span{margin-left:5px}.header_section .cart_counter{top:-6px;right:-6px}.header_2 .main_search_btn{width:35px;height:35px}.header_2 .header_top{padding:15px 0}.header_2 .navbar-collapse,.header_2+main{margin-top:66px}.dashboard_admin_wrap{display:block}.dashboard_admin_wrap .item_image{margin:0 0 20px}.contact3_wrap .col,.contact3_wrap .map_section{padding:20px}.contact3_wrap .info_list{margin-bottom:20px}.contact3_wrap h4{margin-bottom:10px}.forget_password_section h2{font-size:26px}.forget_password_section p{font-size:16px}.order_info_wrap .wrap_title{padding:20px;font-size:24px}.order_price_table ul{padding:25px 20px}.order_price_table li:not(:last-child){margin-bottom:10px}.order_price_table .table_footer{font-size:18px;padding:12px 20px}.order_info_summery li{padding:20px}.order_info_summery h4{font-size:24px;margin-bottom:10px}.order_info_summery p,.order_info_summery span,.order_info_summery strong{font-size:15px}.shop_offer_carousel .item_title{font-size:42px}.product_filter_bar2 .right_area{display:block}.product_filter_bar2 .sorting_from{margin:15px 0}.sd_image_carousel .sd_carousel_thumbnail{width:100px}.sd_image_carousel .sd_carousel_thumbnail .slider_item{width:100px;height:80px}.sd_image_carousel .sd_carousel_thumbnail .slider_item img{max-height:60px}.sd_image_carousel .sd_carousel_wrap .slider_item{height:370px;padding-left:70px}.shop_description_tabnav>li{width:100%}.shop_description_tabnav>li:not(:last-child){margin:0 0 15px}.shop_description_tabnav button{font-size:16px}.shop_details2 .item_title{font-size:30px}.shop_details2 .item_price{font-size:20px}.banner_item1 .banner_content{right:0;width:80%;left:unset}.shop_details3 .details_image_tab .nav{width:100%;position:static}.shop_details3 .details_image_tab{padding-left:0}.shop_details3 .details_image_tab .nav{margin-bottom:30px}.shop_details3 .details_image_tab .nav li{width:20%}.vendor_profile .right_wrap{display:block}.vendor_profile .midea_links:not(:last-child){margin:0 0 30px}.vendor_profile .content_wrap,.vendor_profile .info_wrap{padding:30px 20px}.vendor_profile h2{font-size:24px}.social_round a{width:40px;height:40px}.vendor_profile .image_wrap{width:150px;height:150px;flex:0 0 150px}.vendor_profile .description_wrap p{font-size:16px}.sec_space_small{padding-top:0;padding-bottom:0}}@media screen and (max-width:425px){.section_title .title_text{font-size:36px}.product_tabnav_4 button{font-size:14px;padding:10px 15px}.product_tabnav_4{margin-bottom:30px}.header_1 .header_icons_group{margin-left:20px}.navbar-toggler{font-size:20px}.brand_logo .brand_link{max-width:110px}.header_1+main,.navbar-collapse{margin-top:68px}.megamenu .homepage_list>li{width:33.333%}.header_3 .main_menu{padding-left:30px}.header_4 .header_icons_group>li{height:40px;padding:0 10px}.header_4+main{margin-top:72px}.main_slider_1 .big_title{font-size:32px}.slider_content{padding:0}.category_masonry_1 .grid-item,.category_masonry_1 .grid-sizer{width:50%}.category_masonry_1 .w_50{width:100%}.category_item_1 .item_title{font-size:12px}.shop_layout_1{margin-bottom:40px}.instagram_style_3 .instagram_image_group>li{width:50%}.main_slider_10 .big_title{font-size:42px}.main_slider_10 .small_title{font-size:36px;margin-bottom:10px}.feature_item_4 .item_content{padding:30px;max-width:100%;position:static;box-shadow:none}.feature_item_4{padding-bottom:0}.product_tabnav_6>li{width:100%;text-align:center}.product_tabnav_6>li:not(:last-child){margin:0 0 15px}.fullwidth_feature_6 .col:first-child .item_content{max-width:100%;padding:40px 30px;text-align:center;background-color:hsla(0,0%,100%,.4)}.newsletter_form_2{padding:40px 30px}.newsletter_form_2 .form_item .btn{width:100%;display:block;margin-top:15px;position:static;transform:unset}.newsletter_form_2 h3{font-size:32px}.newsletter_form_2 h2{font-size:16px}.fullwidth_feature_1 .item_title{font-size:36px}.main_slider_5 .item_title{font-size:40px}.main_slider_5 p{font-size:16px}.fullwidth_feature_2 .child_item h3{font-size:20px}.fullwidth_feature_2 .child_item .child_item_image{width:100px;height:100px}.fullwidth_feature_2 .child_item .child_item_image img{max-height:60px}.fullwidth_feature_2 .child_item .btn{padding:10px 20px}.main_slider_6 .slider_content{padding:0}.main_slider_6 .model_image1{max-width:345px}.main_slider_6 .model_image2{max-width:210px}.main_slider_6 .item_title{font-size:42px}.category_item_3 ul li{width:100%}.fullwidth_feature_3 .item_title{font-size:36px}.fullwidth_feature_3 p{font-size:16px}.shop_details3 .details_image_tab{padding:0}.shop_details3 .details_image_tab .nav{width:100%;position:static;margin:0 0 30px}.shop_details3 .details_image_tab .nav li{width:100px}.blog_item_split .item_title a{font-size:30px}.blog_item_split p{font-size:16px}.about_section2 .title_text{font-size:36px}.our_collection4 h2,.our_collection5 h2{font-size:54px}.creative_category_section p,.our_collection4 p,.our_collection5 p{font-size:16px}.our_collection4 .image_wrap .video_btn1{right:50px;width:80px;height:80px}.our_collection4 .image_wrap .video_btn1 span{width:60px;height:60px;font-size:15px}.video_btn1>span i{margin-top:0}.our_collection6 h2{font-size:48px}.our_collection6 .product_tabnav_4 button{font-size:15px}.header_6 .offcanvas_btn,.header_icons_group2 button{width:35px;height:35px;font-size:14px}.header_6 .offcanvas_btn{margin:0 0 0 10px}.header_6+main{margin-top:66px}.onelook_item1 .slider_item{display:flex;min-height:267px}.onelook_item1 .slider_item img{object-fit:cover}.onelook_item1 .title_wrap{top:20px}.onelook_item1 .btn_2,.onelook_item1 .title_wrap{left:20px}.onelook_item1 .item_title{font-size:30px}.header_section .cart_counter{top:-3px;right:-3px}.error_section h2{font-size:120px}.error_section h3{font-size:24px}.error_section .form_item{margin-bottom:15px}.error_section .form_item input{height:55px;padding:0 25px}.error_section .form_item .submit_btn{right:25px}}@media screen and (max-width:375px){.btn{font-size:12px}.header_7+main{margin-top:66px}.header_icons_group3>li:not(:last-child){margin-right:3px}.instagram_style_1 .instagram_image_group>li{flex:0 0 50%}.footer_style_2 .social_wrap .line{display:none}.footer_style_2 .social_wrap .social_primary{width:100%}.category_item_6 .item_title{font-size:24px}.category_item_6 .item_price{font-size:20px;margin-bottom:15px}.category_item_6 .btn{font-size:10px}.feature_item_3 .item_content{padding:30px}.feature_item_3 p{font-size:15px;margin-bottom:20px}.policy_item2{display:block}.policy_item2 .item_icon{margin-bottom:15px}.main_slider_4 .item_title{font-size:4vw}.section_title_4 .big_title{font-size:60px}.banner_item2 .banner_content{padding:30px}.header_icons_group2>li:not(:last-child){margin-right:2px}.page_title{font-size:30px;margin-bottom:10px}.breadcrumb_nav li:not(:last-child){margin-right:15px;padding-right:15px}.breadcrumb_nav li{font-size:14px}.breadcrumb_section{padding-top:100px;padding-bottom:20px}.sec_space_custom{padding-top:110px;padding-bottom:30px}.sec_space_xlarge{padding-top:60px;padding-bottom:60px}.error_section_3 h2{font-size:110px}.error_section_3 .form_item .submit_btn{width:45px;height:45px}.error_section_3 .form_item input{height:55px;padding:0 20px}.error_section_3 .form_item{margin:0 auto 30px}.error_section_3 h3{font-size:22px;margin-bottom:12px}.header_2 .header_icons_group>li:last-child{display:none}.ul_li{flex-wrap:wrap}}.text-brown{color:#844259}.text-pink{color:#25bc6c}.text-pink-light{color:#cd809b}.bg-carnita{background-color:#f6997e!important;border-color:#f6997e!important}.bg-white{background-color:#fff!important;border-color:#fff!important}.logo_m{height:100px!important;width:100px}.logo_s{height:50px!important;width:50px}.fa-bars{font-size:35px}.sidenav{height:100%;width:0;position:fixed;z-index:99999999;top:0;right:0;background-color:#333;overflow:hidden;padding-top:60px;transition:.5s;border-bottom:2px solid #25bc6c;border-right:2px solid #25bc6c}.sidenav a,.sidenav button{height:44px;line-height:44px;text-decoration:none;font-size:18px;color:#fff;display:block;transition:.3s}.sidenav .submenu{margin-left:10px}.sidenav a:hover,.sidenav button:hover{color:#25bc6c}.sidenav .closebtn{position:absolute;top:0;right:25px;font-size:36px;margin-left:50px;color:#25bc6c}.sidenav .closebtn:hover{color:#25bc6c}.sidenav .sidenav_menu_item{display:flex;width:100%;align-items:center;text-align:left}.sidenav .separator{border-top:1px solid #a2a2a2}.sidenav span{color:#fff!important;width:40px;text-align:center}.toggle-icon{transition:transform .3s ease}[aria-expanded=true] .toggle-icon{transform:rotate(0deg)}[aria-expanded=false] .toggle-icon{transform:rotate(90deg)}.text-color-green{color:#25bc6c!important}.text-color-black{color:#222!important}p span,p strong{background-color:transparent!important}#main{transition:margin-left .5s;padding:20px}@media screen and (max-height:450px){.sidenav{padding-top:15px}.sidenav a{font-size:18px}}.fontPlantagenet{font-family:Plantagenet}.logo_position_float,.logo_position_normal{position:absolute;left:30px;top:5px}@media screen and (max-width:991px){.logo_m{height:70px!important;width:70px}.logo_position_float{position:absolute;left:30px;top:15px}.icons_position_normal{height:60px}.icons_position_float{height:100px}}.fadeInCustom{animation:fadein 7s;-moz-animation:fadein 7s;-webkit-animation:fadein 7s;-o-animation:fadein 7s}@keyframes fadein{0%{opacity:0}to{opacity:1}}.fadeInUp{animation:fadeInUp 1s ease backwards;-moz-animation:fadeInUp 1s;-webkit-animation:fadeInUp 1s;-o-animation:fadeInUp 1s}@keyframes fadeInUp{0%{transform:translateY(100px);opacity:0}to{transform:translate(0);opacity:1}}.fadeInRight{animation:fadeInRight .7s;-moz-animation:fadeInRight .7s;-webkit-animation:fadeInRight .7s;-o-animation:fadeInRight .7s}@keyframes fadeInRight{0%{opacity:0;transform:translateX(100px)}to{opacity:1}}.img-full{width:100%;height:auto}.img-stretch{object-fit:cover;width:100%;height:100%}.category_selector{max-width:-moz-fit-content;max-width:fit-content}.image-gallery-icon{color:#fff;transition:all .3s ease-out;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border:0;cursor:pointer;outline:none;position:absolute;z-index:4;filter:drop-shadow(0 2px 2px #1a1a1a)}@media(hover:hover)and (pointer:fine){.image-gallery-icon:hover{color:#337ab7}.image-gallery-icon:hover .image-gallery-svg{transform:scale(1.1)}}.image-gallery-icon:focus{outline:2px solid #337ab7}.image-gallery-using-mouse .image-gallery-icon:focus{outline:none}.image-gallery-fullscreen-button,.image-gallery-play-button{bottom:0;padding:20px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{height:28px;width:28px}@media(max-width:768px){.image-gallery-fullscreen-button,.image-gallery-play-button{padding:15px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{height:24px;width:24px}}@media(max-width:480px){.image-gallery-fullscreen-button,.image-gallery-play-button{padding:10px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{height:16px;width:16px}}.image-gallery-fullscreen-button{right:0}.image-gallery-play-button{left:0}.image-gallery-left-nav,.image-gallery-right-nav{padding:50px 10px;top:50%;transform:translateY(-50%)}.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:120px;width:60px}@media(max-width:768px){.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:72px;width:36px}}@media(max-width:480px){.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:48px;width:24px}}.image-gallery-left-nav[disabled],.image-gallery-right-nav[disabled]{cursor:disabled;opacity:.6;pointer-events:none}.image-gallery-left-nav{left:0}.image-gallery-right-nav{right:0}.image-gallery{-webkit-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);position:relative}.image-gallery.fullscreen-modal{background:#000;bottom:0;height:100%;left:0;position:fixed;right:0;top:0;width:100%;z-index:5}.image-gallery.fullscreen-modal .image-gallery-content{top:50%;transform:translateY(-50%)}.image-gallery-content{position:relative;line-height:0;top:0}.image-gallery-content.fullscreen{background:#000}.image-gallery-content .image-gallery-slide .image-gallery-image{max-height:calc(100vh - 80px)}.image-gallery-content.image-gallery-thumbnails-left .image-gallery-slide .image-gallery-image,.image-gallery-content.image-gallery-thumbnails-right .image-gallery-slide .image-gallery-image{max-height:100vh}.image-gallery-slide-wrapper{position:relative}.image-gallery-slide-wrapper.image-gallery-thumbnails-left,.image-gallery-slide-wrapper.image-gallery-thumbnails-right{display:inline-block;width:calc(100% - 110px)}@media(max-width:768px){.image-gallery-slide-wrapper.image-gallery-thumbnails-left,.image-gallery-slide-wrapper.image-gallery-thumbnails-right{width:calc(100% - 87px)}}.image-gallery-slide-wrapper.image-gallery-rtl{direction:rtl}.image-gallery-slides{line-height:0;overflow:hidden;position:relative;white-space:nowrap;text-align:center}.image-gallery-slide{left:0;position:absolute;top:0;width:100%}.image-gallery-slide.image-gallery-center{position:relative}.image-gallery-slide .image-gallery-image{width:100%;object-fit:contain}.image-gallery-slide .image-gallery-description{background:rgba(0,0,0,.4);bottom:70px;color:#fff;left:0;line-height:1;padding:10px 20px;position:absolute;white-space:normal}@media(max-width:768px){.image-gallery-slide .image-gallery-description{bottom:45px;font-size:.8em;padding:8px 15px}}.image-gallery-bullets{bottom:20px;left:0;margin:0 auto;position:absolute;right:0;width:80%;z-index:4}.image-gallery-bullets .image-gallery-bullets-container{margin:0;padding:0;text-align:center}.image-gallery-bullets .image-gallery-bullet{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border:1px solid #fff;border-radius:50%;box-shadow:0 2px 2px #1a1a1a;cursor:pointer;display:inline-block;margin:0 5px;outline:none;padding:5px;transition:all .2s ease-out}@media(max-width:768px){.image-gallery-bullets .image-gallery-bullet{margin:0 3px;padding:3px}}@media(max-width:480px){.image-gallery-bullets .image-gallery-bullet{padding:2.7px}}.image-gallery-bullets .image-gallery-bullet:focus{transform:scale(1.2);background:#337ab7;border:1px solid #337ab7}.image-gallery-bullets .image-gallery-bullet.active{transform:scale(1.2);border:1px solid #fff;background:#fff}@media(hover:hover)and (pointer:fine){.image-gallery-bullets .image-gallery-bullet:hover{background:#337ab7;border:1px solid #337ab7}.image-gallery-bullets .image-gallery-bullet.active:hover{background:#337ab7}}.image-gallery-thumbnails-wrapper{position:relative}.image-gallery-thumbnails-wrapper.thumbnails-swipe-horizontal{touch-action:pan-y}.image-gallery-thumbnails-wrapper.thumbnails-swipe-vertical{touch-action:pan-x}.image-gallery-thumbnails-wrapper.thumbnails-wrapper-rtl{direction:rtl}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{display:inline-block;vertical-align:top;width:100px}@media(max-width:768px){.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{width:81px}}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left .image-gallery-thumbnails,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right .image-gallery-thumbnails{height:100%;width:100%;left:0;padding:0;position:absolute;top:0}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left .image-gallery-thumbnails .image-gallery-thumbnail,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right .image-gallery-thumbnails .image-gallery-thumbnail{display:block;margin-right:0;padding:0}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left .image-gallery-thumbnails .image-gallery-thumbnail+.image-gallery-thumbnail,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right .image-gallery-thumbnails .image-gallery-thumbnail+.image-gallery-thumbnail{margin-left:0;margin-top:2px}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{margin:0 5px}@media(max-width:768px){.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{margin:0 3px}}.image-gallery-thumbnails{overflow:hidden;padding:5px 0}@media(max-width:768px){.image-gallery-thumbnails{padding:3px 0}}.image-gallery-thumbnails .image-gallery-thumbnails-container{cursor:pointer;text-align:center;white-space:nowrap}.image-gallery-thumbnail{display:inline-block;border:4px solid transparent;transition:border .3s ease-out;width:100px;background:transparent;padding:0}@media(max-width:768px){.image-gallery-thumbnail{border:3px solid transparent;width:81px}}.image-gallery-thumbnail+.image-gallery-thumbnail{margin-left:2px}.image-gallery-thumbnail .image-gallery-thumbnail-inner{display:block;position:relative}.image-gallery-thumbnail .image-gallery-thumbnail-image{vertical-align:middle;width:100%;line-height:0}.image-gallery-thumbnail.active,.image-gallery-thumbnail:focus{outline:none;border:4px solid #337ab7}@media(max-width:768px){.image-gallery-thumbnail.active,.image-gallery-thumbnail:focus{border:3px solid #337ab7}}@media(hover:hover)and (pointer:fine){.image-gallery-thumbnail:hover{outline:none;border:4px solid #337ab7}}@media(hover:hover)and (pointer:fine)and (max-width:768px){.image-gallery-thumbnail:hover{border:3px solid #337ab7}}.image-gallery-thumbnail-label{box-sizing:border-box;color:#fff;font-size:1em;left:0;line-height:1em;padding:5%;position:absolute;top:50%;text-shadow:0 2px 2px #1a1a1a;transform:translateY(-50%);white-space:normal;width:100%}@media(max-width:768px){.image-gallery-thumbnail-label{font-size:.8em;line-height:.8em}}.image-gallery-index{background:rgba(0,0,0,.4);color:#fff;line-height:1;padding:10px 20px;position:absolute;right:0;top:0;z-index:4}@media(max-width:768px){.image-gallery-index{font-size:.8em;padding:5px 10px}}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list,.slick-slider{position:relative;display:block}.slick-list{margin:0;padding:0;overflow:hidden}.slick-list:focus{outline:none}.slick-list.dragging{cursor:hand;cursor:pointer}.slick-slider .slick-list,.slick-slider .slick-track{transform:translateZ(0)}.slick-track{top:0;left:0;display:block;margin-left:auto;margin-right:auto;position:relative}.slick-track:after,.slick-track:before{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;display:none;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:flex}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{height:auto;display:block;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}@font-face{font-family:slick;font-style:normal;font-weight:400;src:url(/_next/static/media/slick.6aa1ee46.ttf) format("truetype")}.slick-next,.slick-prev{top:50%;padding:0;border:none;outline:none;line-height:1;display:block;cursor:pointer;position:absolute;background:transparent;transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%)}.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover{color:transparent;outline:none;background:transparent}.slick-next.slick-disabled:before,.slick-next:focus:before,.slick-next:hover:before,.slick-prev.slick-disabled:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next:before,.slick-prev:before{color:#fff;line-height:1;font-size:20px;font-family:slick;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:0}[dir=rtl] .slick-prev{right:0;left:auto}.slick-prev:before,[dir=rtl] .slick-prev:before{content:""}.slick-next{right:0}[dir=rtl] .slick-next{left:0;right:auto}.slick-next:before,[dir=rtl] .slick-next:before{content:""}.slick-dots{bottom:0;display:block;position:absolute;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{cursor:pointer;position:relative;display:inline-block}.slick-dots li button{font-size:0;line-height:0;display:block;cursor:pointer;border:0;outline:none}.slick-dots li button:focus,.slick-dots li button:hover{outline:none}