@charset "UTF-8";/*!
 * jQuery mmenu v7.3.3
 * @requires jQuery 1.7.0 or later
 *
 * mmenujs.com
 *	
 * Copyright (c) Fred Heusschen
 * www.frebsite.nl
 *
 * License: CC-BY-NC-4.0
 * http://creativecommons.org/licenses/by-nc/4.0/
 */.mm-menu{--mm-line-height:20px;--mm-listitem-size:44px;--mm-navbar-size:44px;--mm-offset-top:0;--mm-offset-right:0;--mm-offset-bottom:0;--mm-offset-left:0;--mm-color-border:#0000001a;--mm-color-button:#0000004d;--mm-color-text:#000000bf;--mm-color-text-dimmed:#0000004d;--mm-color-background:#f3f3f3;--mm-color-background-highlight:#0000000d;--mm-color-background-emphasis:#fff6;--mm-shadow:0 0 10px #0000004d}.mm-hidden{display:none!important}.mm-wrapper{overflow-x:hidden;position:relative}.mm-menu{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f3f3f3;background:var(--mm-color-background);border-color:#0000001a;border-color:var(--mm-color-border);bottom:0;bottom:var(--mm-offset-bottom);-webkit-box-sizing:border-box;box-sizing:border-box;color:#000000bf;color:var(--mm-color-text);display:block;left:0;left:var(--mm-offset-left);line-height:20px;line-height:var(--mm-line-height);margin:0;padding:0;position:absolute;right:0;right:var(--mm-offset-right);top:0;top:var(--mm-offset-top);z-index:0}.mm-menu a,.mm-menu a:active,.mm-menu a:hover,.mm-menu a:link,.mm-menu a:visited{color:inherit;text-decoration:none}[dir=rtl] .mm-menu{direction:rtl}.mm-panels,.mm-panels>.mm-panel{bottom:0;left:0;position:absolute;right:0;top:0;z-index:0}.mm-panel,.mm-panels{background:#f3f3f3;background:var(--mm-color-background);border-color:#0000001a;border-color:var(--mm-color-border);-webkit-box-sizing:border-box;box-sizing:border-box;color:#000000bf;color:var(--mm-color-text)}.mm-panels{overflow:hidden}.mm-panel{-webkit-overflow-scrolling:touch;overflow:scroll;overflow-x:hidden;overflow-y:auto;padding:0 20px;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;-o-transition:transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;width:100%}.mm-panel:not(.mm-hidden){display:block}.mm-panel:after,.mm-panel:before{content:"";display:block;height:20px}.mm-panel_has-navbar{padding-top:44px;padding-top:var(--mm-navbar-size)}.mm-panel_opened{-webkit-transform:translateZ(0);transform:translateZ(0);z-index:1}.mm-panel_opened-parent{-webkit-transform:translate3d(-30%,0,0);transform:translate3d(-30%,0,0)}.mm-panel_highest{z-index:2}.mm-panel_noanimation{-webkit-transition:none!important;-o-transition:none!important;transition:none!important}.mm-panel_noanimation.mm-panel_opened-parent{-webkit-transform:translateZ(0);transform:translateZ(0)}[dir=rtl] .mm-panel:not(.mm-panel_opened){-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}[dir=rtl] .mm-panel.mm-panel_opened-parent{-webkit-transform:translate3d(30%,0,0);transform:translate3d(30%,0,0)}.mm-listitem_vertical>.mm-panel{display:none;padding:10px 0 10px 10px;-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;width:100%}.mm-listitem_vertical>.mm-panel:after,.mm-listitem_vertical>.mm-panel:before{content:none;display:none}.mm-listitem_opened>.mm-panel{display:block}.mm-listitem_vertical>.mm-listitem__btn{bottom:auto;height:44px;height:var(--mm-listitem-size)}.mm-listitem_vertical .mm-listitem:last-child:after{border-color:#0000}.mm-listitem_opened>.mm-listitem__btn:after{right:19px;-webkit-transform:rotate(225deg);-ms-transform:rotate(225deg);transform:rotate(225deg)}.mm-btn{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0;width:44px}.mm-btn:after,.mm-btn:before{border-color:#0000001a;border-color:var(--mm-color-button);border-style:solid;border-width:2px}.mm-btn_close:after,.mm-btn_close:before{bottom:0;-webkit-box-sizing:content-box;box-sizing:initial;content:"";display:block;height:5px;margin:auto;position:absolute;top:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);width:5px}.mm-btn_close:before{border-bottom:none;border-right:none;right:18px}.mm-btn_close:after{border-left:none;border-top:none;right:25px}.mm-btn_next:after,.mm-btn_prev:before{border-bottom:none;border-right:none;bottom:0;-webkit-box-sizing:content-box;box-sizing:initial;content:"";display:block;height:8px;margin:auto;position:absolute;top:0;width:8px}.mm-btn_prev:before{left:23px;right:auto;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.mm-btn_next:after{left:auto;right:23px;-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg)}[dir=rtl] .mm-btn_next:after{left:23px;right:auto;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}[dir=rtl] .mm-btn_prev:before{left:auto;right:23px;-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg)}[dir=rtl] .mm-btn_close:after,[dir=rtl] .mm-btn_close:before{right:auto}[dir=rtl] .mm-btn_close:before{left:25px}[dir=rtl] .mm-btn_close:after{left:18px}.mm-navbar{background:#f3f3f3;background:var(--mm-color-background);border-bottom-style:solid;border-bottom-width:1px;border-color:#0000001a;border-color:var(--mm-color-border);color:#0000004d;color:var(--mm-color-text-dimmed);display:none;height:44px;height:var(--mm-navbar-size);left:0;margin:0;opacity:1;padding:0 44px;position:absolute;right:0;text-align:center;top:0;-webkit-transition:opacity .4s ease;-o-transition:opacity .4s ease;transition:opacity .4s ease}.mm-navbar>*{-webkit-box-sizing:border-box;box-sizing:border-box;display:block;padding:12px;padding:calc((var(--mm-navbar-size) - var(--mm-line-height))*.5);padding-left:0;padding-right:0}.mm-navbar a,.mm-navbar a:hover{text-decoration:none}.mm-navbar__title{overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.mm-navbar__btn{bottom:0;position:absolute;top:0;z-index:1}.mm-navbar__btn:first-child{left:0;text-align:left}.mm-navbar__btn:last-child{right:0;text-align:right}.mm-panel_has-navbar .mm-navbar{display:block}[dir=rtl] .mm-navbar__btn:first-child{left:auto;right:0;text-align:right}[dir=rtl] .mm-navbar__btn:last-child{left:0;right:auto;text-align:left}.mm-listitem,.mm-listview{display:block;list-style:none;margin:0;padding:0}.mm-listitem{border-color:#0000001a;border-color:var(--mm-color-border);color:#000000bf;color:var(--mm-color-text);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative}.mm-listitem:after{border-bottom-style:solid;border-bottom-width:1px;border-color:inherit;bottom:0;content:"";display:block;left:20px;position:absolute;right:0}.mm-listitem a,.mm-listitem a:hover{text-decoration:none}.mm-listitem__btn,.mm-listitem__text{color:inherit;display:block;padding-bottom:12px;padding-bottom:calc((var(--mm-listitem-size) - var(--mm-line-height))/2);padding-top:12px;padding-top:calc((var(--mm-listitem-size) - var(--mm-line-height))/2)}.mm-listitem__text{-webkit-box-flex:1;-ms-flex-positive:1;-ms-flex-preferred-size:10%;flex-basis:10%;flex-grow:1;overflow:hidden;padding-left:20px;padding-right:10px;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.mm-listitem__btn{-webkit-tap-highlight-color:rgba(255,255,255,.4);tap-highlight-color:#fff6;-webkit-tap-highlight-color:var(--mm-color-background-emphasis);tap-highlight-color:var(--mm-color-background-emphasis);background:#03020100;border-color:inherit;padding-right:54px;position:relative;width:auto}.mm-listitem__btn:not(.mm-listitem__text){border-left-style:solid;border-left-width:1px}.mm-listitem_selected>.mm-listitem__text{background:#fff6;background:var(--mm-color-background-emphasis)}.mm-listitem_opened>.mm-listitem__btn,.mm-listitem_opened>.mm-panel{background:#0000000d;background:var(--mm-color-background-highlight)}.mm-panels>.mm-panel>.mm-listview{margin:20px -20px}.mm-panels>.mm-panel>.mm-listview:first-child,.mm-panels>.mm-panel>.mm-navbar+.mm-listview{margin-top:-20px}.mm-listitem_divider{background:#0000000d;background:var(--mm-color-background-highlight);font-size:75%;min-height:20px;min-height:var(--mm-line-height);overflow:hidden;padding:6.5px;padding:calc(((var(--mm-listitem-size)*0.75) - var(--mm-line-height))*.5);padding-left:20px;padding-right:10px;-o-text-overflow:ellipsis;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.mm-listitem_spacer{padding-top:44px;padding-top:var(--mm-listitem-size)}.mm-listitem_spacer>.mm-btn_next{top:44px;top:var(--mm-listitem-size)}[dir=rtl] .mm-listitem:after{left:0;right:20px}[dir=rtl] .mm-listitem__text{padding-left:10px;padding-right:20px}[dir=rtl] .mm-listitem__btn{border-left-style:none;border-left-width:0;padding-left:54px}[dir=rtl] .mm-listitem__btn:not(.mm-listitem__text){border-right-style:solid;border-right-width:1px;padding-right:0}.mm-page{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative}.mm-slideout{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;-o-transition:transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;z-index:1}.mm-wrapper_opened{overflow-x:hidden;position:relative}.mm-wrapper_background .mm-page{background:inherit}.mm-menu_offcanvas{display:none;position:fixed;right:auto;z-index:0}.mm-menu_offcanvas.mm-menu_opened{display:block}.mm-menu_offcanvas{max-width:440px;min-width:240px;width:80%}.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(80vw,0,0);transform:translate3d(80vw,0,0)}@media (max-width:300px){.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(240px,0,0);transform:translate3d(240px,0,0)}}@media (min-width:550px){.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(440px,0,0);transform:translate3d(440px,0,0)}}.mm-wrapper__blocker{background:#03020100;display:none;height:100%;left:0;overflow:hidden;position:fixed;top:0;width:100%;z-index:2}.mm-wrapper_blocking,.mm-wrapper_blocking body{overflow:hidden}.mm-wrapper_blocking .mm-wrapper__blocker{display:block}.mm-sronly{clip:rect(1px,1px,1px,1px)!important;border:0!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;height:1px!important;min-height:1px!important;min-width:1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}
/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900)}.fa,.fa-brands,.fa-regular,.fa-solid,.fab,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-brands:before,.fa-regular:before,.fa-solid:before,.fa:before,.fab:before,.far:before,.fas:before{content:var(--fa)}.fa-classic,.fa-regular,.fa-solid,.far,.fas{font-family:Font Awesome\ 6 Free}.fa-brands,.fab{font-family:Font Awesome\ 6 Brands}.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-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.0833333337em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.0714285718em;vertical-align:.0535714295em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.0416666682em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width, 2em)*-1);line-height:inherit;position:absolute;text-align:center;width:var(--fa-li-width,2em)}.fa-border{border-color:var(--fa-border-color,#eee);border-radius:var(--fa-border-radius,.1em);border-style:var(--fa-border-style,solid);border-width:var(--fa-border-width,.08em);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-name:fa-beat;animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-name:fa-bounce;animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-name:fa-fade;animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-name:fa-beat-fade;animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-name:fa-flip;animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-name:fa-shake;animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{animation-duration:var(--fa-animation-duration,2s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-name:fa-spin;animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-name:fa-spin;animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{animation-delay:-1ms;animation-duration:1ms;animation-iteration-count:1;transition-delay:0s;transition-duration:0s}}@keyframes fa-beat{0%,90%{transform:scale(1)}45%{transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-bounce{0%{transform:scale(1) translateY(0)}10%{transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{transform:scale(1) translateY(0)}to{transform:scale(1) translateY(0)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);transform:scale(1)}50%{opacity:1;transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-flip{50%{transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-shake{0%{transform:rotate(-15deg)}4%{transform:rotate(15deg)}24%,8%{transform:rotate(-18deg)}12%,28%{transform:rotate(18deg)}16%{transform:rotate(-22deg)}20%{transform:rotate(22deg)}32%{transform:rotate(-12deg)}36%{transform:rotate(12deg)}40%,to{transform:rotate(0deg)}}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{transform:rotate(90deg)}.fa-rotate-180{transform:rotate(180deg)}.fa-rotate-270{transform:rotate(270deg)}.fa-flip-horizontal{transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}.fa-rotate-by{transform:rotate(var(--fa-rotate-angle,0))}.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%;z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)}.fa-0{--fa:"\30 "}.fa-1{--fa:"\31 "}.fa-2{--fa:"\32 "}.fa-3{--fa:"\33 "}.fa-4{--fa:"\34 "}.fa-5{--fa:"\35 "}.fa-6{--fa:"\36 "}.fa-7{--fa:"\37 "}.fa-8{--fa:"\38 "}.fa-9{--fa:"\39 "}.fa-fill-drip{--fa:"\f576"}.fa-arrows-to-circle{--fa:"\e4bd"}.fa-chevron-circle-right,.fa-circle-chevron-right{--fa:"\f138"}.fa-at{--fa:"\@"}.fa-trash-alt,.fa-trash-can{--fa:"\f2ed"}.fa-text-height{--fa:"\f034"}.fa-user-times,.fa-user-xmark{--fa:"\f235"}.fa-stethoscope{--fa:"\f0f1"}.fa-comment-alt,.fa-message{--fa:"\f27a"}.fa-info{--fa:"\f129"}.fa-compress-alt,.fa-down-left-and-up-right-to-center{--fa:"\f422"}.fa-explosion{--fa:"\e4e9"}.fa-file-alt,.fa-file-lines,.fa-file-text{--fa:"\f15c"}.fa-wave-square{--fa:"\f83e"}.fa-ring{--fa:"\f70b"}.fa-building-un{--fa:"\e4d9"}.fa-dice-three{--fa:"\f527"}.fa-calendar-alt,.fa-calendar-days{--fa:"\f073"}.fa-anchor-circle-check{--fa:"\e4aa"}.fa-building-circle-arrow-right{--fa:"\e4d1"}.fa-volleyball,.fa-volleyball-ball{--fa:"\f45f"}.fa-arrows-up-to-line{--fa:"\e4c2"}.fa-sort-desc,.fa-sort-down{--fa:"\f0dd"}.fa-circle-minus,.fa-minus-circle{--fa:"\f056"}.fa-door-open{--fa:"\f52b"}.fa-right-from-bracket,.fa-sign-out-alt{--fa:"\f2f5"}.fa-atom{--fa:"\f5d2"}.fa-soap{--fa:"\e06e"}.fa-heart-music-camera-bolt,.fa-icons{--fa:"\f86d"}.fa-microphone-alt-slash,.fa-microphone-lines-slash{--fa:"\f539"}.fa-bridge-circle-check{--fa:"\e4c9"}.fa-pump-medical{--fa:"\e06a"}.fa-fingerprint{--fa:"\f577"}.fa-hand-point-right{--fa:"\f0a4"}.fa-magnifying-glass-location,.fa-search-location{--fa:"\f689"}.fa-forward-step,.fa-step-forward{--fa:"\f051"}.fa-face-smile-beam,.fa-smile-beam{--fa:"\f5b8"}.fa-flag-checkered{--fa:"\f11e"}.fa-football,.fa-football-ball{--fa:"\f44e"}.fa-school-circle-exclamation{--fa:"\e56c"}.fa-crop{--fa:"\f125"}.fa-angle-double-down,.fa-angles-down{--fa:"\f103"}.fa-users-rectangle{--fa:"\e594"}.fa-people-roof{--fa:"\e537"}.fa-people-line{--fa:"\e534"}.fa-beer,.fa-beer-mug-empty{--fa:"\f0fc"}.fa-diagram-predecessor{--fa:"\e477"}.fa-arrow-up-long,.fa-long-arrow-up{--fa:"\f176"}.fa-burn,.fa-fire-flame-simple{--fa:"\f46a"}.fa-male,.fa-person{--fa:"\f183"}.fa-laptop{--fa:"\f109"}.fa-file-csv{--fa:"\f6dd"}.fa-menorah{--fa:"\f676"}.fa-truck-plane{--fa:"\e58f"}.fa-record-vinyl{--fa:"\f8d9"}.fa-face-grin-stars,.fa-grin-stars{--fa:"\f587"}.fa-bong{--fa:"\f55c"}.fa-pastafarianism,.fa-spaghetti-monster-flying{--fa:"\f67b"}.fa-arrow-down-up-across-line{--fa:"\e4af"}.fa-spoon,.fa-utensil-spoon{--fa:"\f2e5"}.fa-jar-wheat{--fa:"\e517"}.fa-envelopes-bulk,.fa-mail-bulk{--fa:"\f674"}.fa-file-circle-exclamation{--fa:"\e4eb"}.fa-circle-h,.fa-hospital-symbol{--fa:"\f47e"}.fa-pager{--fa:"\f815"}.fa-address-book,.fa-contact-book{--fa:"\f2b9"}.fa-strikethrough{--fa:"\f0cc"}.fa-k{--fa:"K"}.fa-landmark-flag{--fa:"\e51c"}.fa-pencil,.fa-pencil-alt{--fa:"\f303"}.fa-backward{--fa:"\f04a"}.fa-caret-right{--fa:"\f0da"}.fa-comments{--fa:"\f086"}.fa-file-clipboard,.fa-paste{--fa:"\f0ea"}.fa-code-pull-request{--fa:"\e13c"}.fa-clipboard-list{--fa:"\f46d"}.fa-truck-loading,.fa-truck-ramp-box{--fa:"\f4de"}.fa-user-check{--fa:"\f4fc"}.fa-vial-virus{--fa:"\e597"}.fa-sheet-plastic{--fa:"\e571"}.fa-blog{--fa:"\f781"}.fa-user-ninja{--fa:"\f504"}.fa-person-arrow-up-from-line{--fa:"\e539"}.fa-scroll-torah,.fa-torah{--fa:"\f6a0"}.fa-broom-ball,.fa-quidditch,.fa-quidditch-broom-ball{--fa:"\f458"}.fa-toggle-off{--fa:"\f204"}.fa-archive,.fa-box-archive{--fa:"\f187"}.fa-person-drowning{--fa:"\e545"}.fa-arrow-down-9-1,.fa-sort-numeric-desc,.fa-sort-numeric-down-alt{--fa:"\f886"}.fa-face-grin-tongue-squint,.fa-grin-tongue-squint{--fa:"\f58a"}.fa-spray-can{--fa:"\f5bd"}.fa-truck-monster{--fa:"\f63b"}.fa-w{--fa:"W"}.fa-earth-africa,.fa-globe-africa{--fa:"\f57c"}.fa-rainbow{--fa:"\f75b"}.fa-circle-notch{--fa:"\f1ce"}.fa-tablet-alt,.fa-tablet-screen-button{--fa:"\f3fa"}.fa-paw{--fa:"\f1b0"}.fa-cloud{--fa:"\f0c2"}.fa-trowel-bricks{--fa:"\e58a"}.fa-face-flushed,.fa-flushed{--fa:"\f579"}.fa-hospital-user{--fa:"\f80d"}.fa-tent-arrow-left-right{--fa:"\e57f"}.fa-gavel,.fa-legal{--fa:"\f0e3"}.fa-binoculars{--fa:"\f1e5"}.fa-microphone-slash{--fa:"\f131"}.fa-box-tissue{--fa:"\e05b"}.fa-motorcycle{--fa:"\f21c"}.fa-bell-concierge,.fa-concierge-bell{--fa:"\f562"}.fa-pen-ruler,.fa-pencil-ruler{--fa:"\f5ae"}.fa-people-arrows,.fa-people-arrows-left-right{--fa:"\e068"}.fa-mars-and-venus-burst{--fa:"\e523"}.fa-caret-square-right,.fa-square-caret-right{--fa:"\f152"}.fa-cut,.fa-scissors{--fa:"\f0c4"}.fa-sun-plant-wilt{--fa:"\e57a"}.fa-toilets-portable{--fa:"\e584"}.fa-hockey-puck{--fa:"\f453"}.fa-table{--fa:"\f0ce"}.fa-magnifying-glass-arrow-right{--fa:"\e521"}.fa-digital-tachograph,.fa-tachograph-digital{--fa:"\f566"}.fa-users-slash{--fa:"\e073"}.fa-clover{--fa:"\e139"}.fa-mail-reply,.fa-reply{--fa:"\f3e5"}.fa-star-and-crescent{--fa:"\f699"}.fa-house-fire{--fa:"\e50c"}.fa-minus-square,.fa-square-minus{--fa:"\f146"}.fa-helicopter{--fa:"\f533"}.fa-compass{--fa:"\f14e"}.fa-caret-square-down,.fa-square-caret-down{--fa:"\f150"}.fa-file-circle-question{--fa:"\e4ef"}.fa-laptop-code{--fa:"\f5fc"}.fa-swatchbook{--fa:"\f5c3"}.fa-prescription-bottle{--fa:"\f485"}.fa-bars,.fa-navicon{--fa:"\f0c9"}.fa-people-group{--fa:"\e533"}.fa-hourglass-3,.fa-hourglass-end{--fa:"\f253"}.fa-heart-broken,.fa-heart-crack{--fa:"\f7a9"}.fa-external-link-square-alt,.fa-square-up-right{--fa:"\f360"}.fa-face-kiss-beam,.fa-kiss-beam{--fa:"\f597"}.fa-film{--fa:"\f008"}.fa-ruler-horizontal{--fa:"\f547"}.fa-people-robbery{--fa:"\e536"}.fa-lightbulb{--fa:"\f0eb"}.fa-caret-left{--fa:"\f0d9"}.fa-circle-exclamation,.fa-exclamation-circle{--fa:"\f06a"}.fa-school-circle-xmark{--fa:"\e56d"}.fa-arrow-right-from-bracket,.fa-sign-out{--fa:"\f08b"}.fa-chevron-circle-down,.fa-circle-chevron-down{--fa:"\f13a"}.fa-unlock-alt,.fa-unlock-keyhole{--fa:"\f13e"}.fa-cloud-showers-heavy{--fa:"\f740"}.fa-headphones-alt,.fa-headphones-simple{--fa:"\f58f"}.fa-sitemap{--fa:"\f0e8"}.fa-circle-dollar-to-slot,.fa-donate{--fa:"\f4b9"}.fa-memory{--fa:"\f538"}.fa-road-spikes{--fa:"\e568"}.fa-fire-burner{--fa:"\e4f1"}.fa-flag{--fa:"\f024"}.fa-hanukiah{--fa:"\f6e6"}.fa-feather{--fa:"\f52d"}.fa-volume-down,.fa-volume-low{--fa:"\f027"}.fa-comment-slash{--fa:"\f4b3"}.fa-cloud-sun-rain{--fa:"\f743"}.fa-compress{--fa:"\f066"}.fa-wheat-alt,.fa-wheat-awn{--fa:"\e2cd"}.fa-ankh{--fa:"\f644"}.fa-hands-holding-child{--fa:"\e4fa"}.fa-asterisk{--fa:"\*"}.fa-check-square,.fa-square-check{--fa:"\f14a"}.fa-peseta-sign{--fa:"\e221"}.fa-header,.fa-heading{--fa:"\f1dc"}.fa-ghost{--fa:"\f6e2"}.fa-list,.fa-list-squares{--fa:"\f03a"}.fa-phone-square-alt,.fa-square-phone-flip{--fa:"\f87b"}.fa-cart-plus{--fa:"\f217"}.fa-gamepad{--fa:"\f11b"}.fa-circle-dot,.fa-dot-circle{--fa:"\f192"}.fa-dizzy,.fa-face-dizzy{--fa:"\f567"}.fa-egg{--fa:"\f7fb"}.fa-house-medical-circle-xmark{--fa:"\e513"}.fa-campground{--fa:"\f6bb"}.fa-folder-plus{--fa:"\f65e"}.fa-futbol,.fa-futbol-ball,.fa-soccer-ball{--fa:"\f1e3"}.fa-paint-brush,.fa-paintbrush{--fa:"\f1fc"}.fa-lock{--fa:"\f023"}.fa-gas-pump{--fa:"\f52f"}.fa-hot-tub,.fa-hot-tub-person{--fa:"\f593"}.fa-map-location,.fa-map-marked{--fa:"\f59f"}.fa-house-flood-water{--fa:"\e50e"}.fa-tree{--fa:"\f1bb"}.fa-bridge-lock{--fa:"\e4cc"}.fa-sack-dollar{--fa:"\f81d"}.fa-edit,.fa-pen-to-square{--fa:"\f044"}.fa-car-side{--fa:"\f5e4"}.fa-share-alt,.fa-share-nodes{--fa:"\f1e0"}.fa-heart-circle-minus{--fa:"\e4ff"}.fa-hourglass-2,.fa-hourglass-half{--fa:"\f252"}.fa-microscope{--fa:"\f610"}.fa-sink{--fa:"\e06d"}.fa-bag-shopping,.fa-shopping-bag{--fa:"\f290"}.fa-arrow-down-z-a,.fa-sort-alpha-desc,.fa-sort-alpha-down-alt{--fa:"\f881"}.fa-mitten{--fa:"\f7b5"}.fa-person-rays{--fa:"\e54d"}.fa-users{--fa:"\f0c0"}.fa-eye-slash{--fa:"\f070"}.fa-flask-vial{--fa:"\e4f3"}.fa-hand,.fa-hand-paper{--fa:"\f256"}.fa-om{--fa:"\f679"}.fa-worm{--fa:"\e599"}.fa-house-circle-xmark{--fa:"\e50b"}.fa-plug{--fa:"\f1e6"}.fa-chevron-up{--fa:"\f077"}.fa-hand-spock{--fa:"\f259"}.fa-stopwatch{--fa:"\f2f2"}.fa-face-kiss,.fa-kiss{--fa:"\f596"}.fa-bridge-circle-xmark{--fa:"\e4cb"}.fa-face-grin-tongue,.fa-grin-tongue{--fa:"\f589"}.fa-chess-bishop{--fa:"\f43a"}.fa-face-grin-wink,.fa-grin-wink{--fa:"\f58c"}.fa-deaf,.fa-deafness,.fa-ear-deaf,.fa-hard-of-hearing{--fa:"\f2a4"}.fa-road-circle-check{--fa:"\e564"}.fa-dice-five{--fa:"\f523"}.fa-rss-square,.fa-square-rss{--fa:"\f143"}.fa-land-mine-on{--fa:"\e51b"}.fa-i-cursor{--fa:"\f246"}.fa-stamp{--fa:"\f5bf"}.fa-stairs{--fa:"\e289"}.fa-i{--fa:"I"}.fa-hryvnia,.fa-hryvnia-sign{--fa:"\f6f2"}.fa-pills{--fa:"\f484"}.fa-face-grin-wide,.fa-grin-alt{--fa:"\f581"}.fa-tooth{--fa:"\f5c9"}.fa-v{--fa:"V"}.fa-bangladeshi-taka-sign{--fa:"\e2e6"}.fa-bicycle{--fa:"\f206"}.fa-rod-asclepius,.fa-rod-snake,.fa-staff-aesculapius,.fa-staff-snake{--fa:"\e579"}.fa-head-side-cough-slash{--fa:"\e062"}.fa-ambulance,.fa-truck-medical{--fa:"\f0f9"}.fa-wheat-awn-circle-exclamation{--fa:"\e598"}.fa-snowman{--fa:"\f7d0"}.fa-mortar-pestle{--fa:"\f5a7"}.fa-road-barrier{--fa:"\e562"}.fa-school{--fa:"\f549"}.fa-igloo{--fa:"\f7ae"}.fa-joint{--fa:"\f595"}.fa-angle-right{--fa:"\f105"}.fa-horse{--fa:"\f6f0"}.fa-q{--fa:"Q"}.fa-g{--fa:"G"}.fa-notes-medical{--fa:"\f481"}.fa-temperature-2,.fa-temperature-half,.fa-thermometer-2,.fa-thermometer-half{--fa:"\f2c9"}.fa-dong-sign{--fa:"\e169"}.fa-capsules{--fa:"\f46b"}.fa-poo-bolt,.fa-poo-storm{--fa:"\f75a"}.fa-face-frown-open,.fa-frown-open{--fa:"\f57a"}.fa-hand-point-up{--fa:"\f0a6"}.fa-money-bill{--fa:"\f0d6"}.fa-bookmark{--fa:"\f02e"}.fa-align-justify{--fa:"\f039"}.fa-umbrella-beach{--fa:"\f5ca"}.fa-helmet-un{--fa:"\e503"}.fa-bullseye{--fa:"\f140"}.fa-bacon{--fa:"\f7e5"}.fa-hand-point-down{--fa:"\f0a7"}.fa-arrow-up-from-bracket{--fa:"\e09a"}.fa-folder,.fa-folder-blank{--fa:"\f07b"}.fa-file-medical-alt,.fa-file-waveform{--fa:"\f478"}.fa-radiation{--fa:"\f7b9"}.fa-chart-simple{--fa:"\e473"}.fa-mars-stroke{--fa:"\f229"}.fa-vial{--fa:"\f492"}.fa-dashboard,.fa-gauge,.fa-gauge-med,.fa-tachometer-alt-average{--fa:"\f624"}.fa-magic-wand-sparkles,.fa-wand-magic-sparkles{--fa:"\e2ca"}.fa-e{--fa:"E"}.fa-pen-alt,.fa-pen-clip{--fa:"\f305"}.fa-bridge-circle-exclamation{--fa:"\e4ca"}.fa-user{--fa:"\f007"}.fa-school-circle-check{--fa:"\e56b"}.fa-dumpster{--fa:"\f793"}.fa-shuttle-van,.fa-van-shuttle{--fa:"\f5b6"}.fa-building-user{--fa:"\e4da"}.fa-caret-square-left,.fa-square-caret-left{--fa:"\f191"}.fa-highlighter{--fa:"\f591"}.fa-key{--fa:"\f084"}.fa-bullhorn{--fa:"\f0a1"}.fa-globe{--fa:"\f0ac"}.fa-synagogue{--fa:"\f69b"}.fa-person-half-dress{--fa:"\e548"}.fa-road-bridge{--fa:"\e563"}.fa-location-arrow{--fa:"\f124"}.fa-c{--fa:"C"}.fa-tablet-button{--fa:"\f10a"}.fa-building-lock{--fa:"\e4d6"}.fa-pizza-slice{--fa:"\f818"}.fa-money-bill-wave{--fa:"\f53a"}.fa-area-chart,.fa-chart-area{--fa:"\f1fe"}.fa-house-flag{--fa:"\e50d"}.fa-person-circle-minus{--fa:"\e540"}.fa-ban,.fa-cancel{--fa:"\f05e"}.fa-camera-rotate{--fa:"\e0d8"}.fa-air-freshener,.fa-spray-can-sparkles{--fa:"\f5d0"}.fa-star{--fa:"\f005"}.fa-repeat{--fa:"\f363"}.fa-cross{--fa:"\f654"}.fa-box{--fa:"\f466"}.fa-venus-mars{--fa:"\f228"}.fa-arrow-pointer,.fa-mouse-pointer{--fa:"\f245"}.fa-expand-arrows-alt,.fa-maximize{--fa:"\f31e"}.fa-charging-station{--fa:"\f5e7"}.fa-shapes,.fa-triangle-circle-square{--fa:"\f61f"}.fa-random,.fa-shuffle{--fa:"\f074"}.fa-person-running,.fa-running{--fa:"\f70c"}.fa-mobile-retro{--fa:"\e527"}.fa-grip-lines-vertical{--fa:"\f7a5"}.fa-spider{--fa:"\f717"}.fa-hands-bound{--fa:"\e4f9"}.fa-file-invoice-dollar{--fa:"\f571"}.fa-plane-circle-exclamation{--fa:"\e556"}.fa-x-ray{--fa:"\f497"}.fa-spell-check{--fa:"\f891"}.fa-slash{--fa:"\f715"}.fa-computer-mouse,.fa-mouse{--fa:"\f8cc"}.fa-arrow-right-to-bracket,.fa-sign-in{--fa:"\f090"}.fa-shop-slash,.fa-store-alt-slash{--fa:"\e070"}.fa-server{--fa:"\f233"}.fa-virus-covid-slash{--fa:"\e4a9"}.fa-shop-lock{--fa:"\e4a5"}.fa-hourglass-1,.fa-hourglass-start{--fa:"\f251"}.fa-blender-phone{--fa:"\f6b6"}.fa-building-wheat{--fa:"\e4db"}.fa-person-breastfeeding{--fa:"\e53a"}.fa-right-to-bracket,.fa-sign-in-alt{--fa:"\f2f6"}.fa-venus{--fa:"\f221"}.fa-passport{--fa:"\f5ab"}.fa-thumb-tack-slash,.fa-thumbtack-slash{--fa:"\e68f"}.fa-heart-pulse,.fa-heartbeat{--fa:"\f21e"}.fa-people-carry,.fa-people-carry-box{--fa:"\f4ce"}.fa-temperature-high{--fa:"\f769"}.fa-microchip{--fa:"\f2db"}.fa-crown{--fa:"\f521"}.fa-weight-hanging{--fa:"\f5cd"}.fa-xmarks-lines{--fa:"\e59a"}.fa-file-prescription{--fa:"\f572"}.fa-weight,.fa-weight-scale{--fa:"\f496"}.fa-user-friends,.fa-user-group{--fa:"\f500"}.fa-arrow-up-a-z,.fa-sort-alpha-up{--fa:"\f15e"}.fa-chess-knight{--fa:"\f441"}.fa-face-laugh-squint,.fa-laugh-squint{--fa:"\f59b"}.fa-wheelchair{--fa:"\f193"}.fa-arrow-circle-up,.fa-circle-arrow-up{--fa:"\f0aa"}.fa-toggle-on{--fa:"\f205"}.fa-person-walking,.fa-walking{--fa:"\f554"}.fa-l{--fa:"L"}.fa-fire{--fa:"\f06d"}.fa-bed-pulse,.fa-procedures{--fa:"\f487"}.fa-shuttle-space,.fa-space-shuttle{--fa:"\f197"}.fa-face-laugh,.fa-laugh{--fa:"\f599"}.fa-folder-open{--fa:"\f07c"}.fa-heart-circle-plus{--fa:"\e500"}.fa-code-fork{--fa:"\e13b"}.fa-city{--fa:"\f64f"}.fa-microphone-alt,.fa-microphone-lines{--fa:"\f3c9"}.fa-pepper-hot{--fa:"\f816"}.fa-unlock{--fa:"\f09c"}.fa-colon-sign{--fa:"\e140"}.fa-headset{--fa:"\f590"}.fa-store-slash{--fa:"\e071"}.fa-road-circle-xmark{--fa:"\e566"}.fa-user-minus{--fa:"\f503"}.fa-mars-stroke-up,.fa-mars-stroke-v{--fa:"\f22a"}.fa-champagne-glasses,.fa-glass-cheers{--fa:"\f79f"}.fa-clipboard{--fa:"\f328"}.fa-house-circle-exclamation{--fa:"\e50a"}.fa-file-arrow-up,.fa-file-upload{--fa:"\f574"}.fa-wifi,.fa-wifi-3,.fa-wifi-strong{--fa:"\f1eb"}.fa-bath,.fa-bathtub{--fa:"\f2cd"}.fa-underline{--fa:"\f0cd"}.fa-user-edit,.fa-user-pen{--fa:"\f4ff"}.fa-signature{--fa:"\f5b7"}.fa-stroopwafel{--fa:"\f551"}.fa-bold{--fa:"\f032"}.fa-anchor-lock{--fa:"\e4ad"}.fa-building-ngo{--fa:"\e4d7"}.fa-manat-sign{--fa:"\e1d5"}.fa-not-equal{--fa:"\f53e"}.fa-border-style,.fa-border-top-left{--fa:"\f853"}.fa-map-location-dot,.fa-map-marked-alt{--fa:"\f5a0"}.fa-jedi{--fa:"\f669"}.fa-poll,.fa-square-poll-vertical{--fa:"\f681"}.fa-mug-hot{--fa:"\f7b6"}.fa-battery-car,.fa-car-battery{--fa:"\f5df"}.fa-gift{--fa:"\f06b"}.fa-dice-two{--fa:"\f528"}.fa-chess-queen{--fa:"\f445"}.fa-glasses{--fa:"\f530"}.fa-chess-board{--fa:"\f43c"}.fa-building-circle-check{--fa:"\e4d2"}.fa-person-chalkboard{--fa:"\e53d"}.fa-mars-stroke-h,.fa-mars-stroke-right{--fa:"\f22b"}.fa-hand-back-fist,.fa-hand-rock{--fa:"\f255"}.fa-caret-square-up,.fa-square-caret-up{--fa:"\f151"}.fa-cloud-showers-water{--fa:"\e4e4"}.fa-bar-chart,.fa-chart-bar{--fa:"\f080"}.fa-hands-bubbles,.fa-hands-wash{--fa:"\e05e"}.fa-less-than-equal{--fa:"\f537"}.fa-train{--fa:"\f238"}.fa-eye-low-vision,.fa-low-vision{--fa:"\f2a8"}.fa-crow{--fa:"\f520"}.fa-sailboat{--fa:"\e445"}.fa-window-restore{--fa:"\f2d2"}.fa-plus-square,.fa-square-plus{--fa:"\f0fe"}.fa-torii-gate{--fa:"\f6a1"}.fa-frog{--fa:"\f52e"}.fa-bucket{--fa:"\e4cf"}.fa-image{--fa:"\f03e"}.fa-microphone{--fa:"\f130"}.fa-cow{--fa:"\f6c8"}.fa-caret-up{--fa:"\f0d8"}.fa-screwdriver{--fa:"\f54a"}.fa-folder-closed{--fa:"\e185"}.fa-house-tsunami{--fa:"\e515"}.fa-square-nfi{--fa:"\e576"}.fa-arrow-up-from-ground-water{--fa:"\e4b5"}.fa-glass-martini-alt,.fa-martini-glass{--fa:"\f57b"}.fa-square-binary{--fa:"\e69b"}.fa-rotate-back,.fa-rotate-backward,.fa-rotate-left,.fa-undo-alt{--fa:"\f2ea"}.fa-columns,.fa-table-columns{--fa:"\f0db"}.fa-lemon{--fa:"\f094"}.fa-head-side-mask{--fa:"\e063"}.fa-handshake{--fa:"\f2b5"}.fa-gem{--fa:"\f3a5"}.fa-dolly,.fa-dolly-box{--fa:"\f472"}.fa-smoking{--fa:"\f48d"}.fa-compress-arrows-alt,.fa-minimize{--fa:"\f78c"}.fa-monument{--fa:"\f5a6"}.fa-snowplow{--fa:"\f7d2"}.fa-angle-double-right,.fa-angles-right{--fa:"\f101"}.fa-cannabis{--fa:"\f55f"}.fa-circle-play,.fa-play-circle{--fa:"\f144"}.fa-tablets{--fa:"\f490"}.fa-ethernet{--fa:"\f796"}.fa-eur,.fa-euro,.fa-euro-sign{--fa:"\f153"}.fa-chair{--fa:"\f6c0"}.fa-check-circle,.fa-circle-check{--fa:"\f058"}.fa-circle-stop,.fa-stop-circle{--fa:"\f28d"}.fa-compass-drafting,.fa-drafting-compass{--fa:"\f568"}.fa-plate-wheat{--fa:"\e55a"}.fa-icicles{--fa:"\f7ad"}.fa-person-shelter{--fa:"\e54f"}.fa-neuter{--fa:"\f22c"}.fa-id-badge{--fa:"\f2c1"}.fa-marker{--fa:"\f5a1"}.fa-face-laugh-beam,.fa-laugh-beam{--fa:"\f59a"}.fa-helicopter-symbol{--fa:"\e502"}.fa-universal-access{--fa:"\f29a"}.fa-chevron-circle-up,.fa-circle-chevron-up{--fa:"\f139"}.fa-lari-sign{--fa:"\e1c8"}.fa-volcano{--fa:"\f770"}.fa-person-walking-dashed-line-arrow-right{--fa:"\e553"}.fa-gbp,.fa-pound-sign,.fa-sterling-sign{--fa:"\f154"}.fa-viruses{--fa:"\e076"}.fa-square-person-confined{--fa:"\e577"}.fa-user-tie{--fa:"\f508"}.fa-arrow-down-long,.fa-long-arrow-down{--fa:"\f175"}.fa-tent-arrow-down-to-line{--fa:"\e57e"}.fa-certificate{--fa:"\f0a3"}.fa-mail-reply-all,.fa-reply-all{--fa:"\f122"}.fa-suitcase{--fa:"\f0f2"}.fa-person-skating,.fa-skating{--fa:"\f7c5"}.fa-filter-circle-dollar,.fa-funnel-dollar{--fa:"\f662"}.fa-camera-retro{--fa:"\f083"}.fa-arrow-circle-down,.fa-circle-arrow-down{--fa:"\f0ab"}.fa-arrow-right-to-file,.fa-file-import{--fa:"\f56f"}.fa-external-link-square,.fa-square-arrow-up-right{--fa:"\f14c"}.fa-box-open{--fa:"\f49e"}.fa-scroll{--fa:"\f70e"}.fa-spa{--fa:"\f5bb"}.fa-location-pin-lock{--fa:"\e51f"}.fa-pause{--fa:"\f04c"}.fa-hill-avalanche{--fa:"\e507"}.fa-temperature-0,.fa-temperature-empty,.fa-thermometer-0,.fa-thermometer-empty{--fa:"\f2cb"}.fa-bomb{--fa:"\f1e2"}.fa-registered{--fa:"\f25d"}.fa-address-card,.fa-contact-card,.fa-vcard{--fa:"\f2bb"}.fa-balance-scale-right,.fa-scale-unbalanced-flip{--fa:"\f516"}.fa-subscript{--fa:"\f12c"}.fa-diamond-turn-right,.fa-directions{--fa:"\f5eb"}.fa-burst{--fa:"\e4dc"}.fa-house-laptop,.fa-laptop-house{--fa:"\e066"}.fa-face-tired,.fa-tired{--fa:"\f5c8"}.fa-money-bills{--fa:"\e1f3"}.fa-smog{--fa:"\f75f"}.fa-crutch{--fa:"\f7f7"}.fa-cloud-arrow-up,.fa-cloud-upload,.fa-cloud-upload-alt{--fa:"\f0ee"}.fa-palette{--fa:"\f53f"}.fa-arrows-turn-right{--fa:"\e4c0"}.fa-vest{--fa:"\e085"}.fa-ferry{--fa:"\e4ea"}.fa-arrows-down-to-people{--fa:"\e4b9"}.fa-seedling,.fa-sprout{--fa:"\f4d8"}.fa-arrows-alt-h,.fa-left-right{--fa:"\f337"}.fa-boxes-packing{--fa:"\e4c7"}.fa-arrow-circle-left,.fa-circle-arrow-left{--fa:"\f0a8"}.fa-group-arrows-rotate{--fa:"\e4f6"}.fa-bowl-food{--fa:"\e4c6"}.fa-candy-cane{--fa:"\f786"}.fa-arrow-down-wide-short,.fa-sort-amount-asc,.fa-sort-amount-down{--fa:"\f160"}.fa-cloud-bolt,.fa-thunderstorm{--fa:"\f76c"}.fa-remove-format,.fa-text-slash{--fa:"\f87d"}.fa-face-smile-wink,.fa-smile-wink{--fa:"\f4da"}.fa-file-word{--fa:"\f1c2"}.fa-file-powerpoint{--fa:"\f1c4"}.fa-arrows-h,.fa-arrows-left-right{--fa:"\f07e"}.fa-house-lock{--fa:"\e510"}.fa-cloud-arrow-down,.fa-cloud-download,.fa-cloud-download-alt{--fa:"\f0ed"}.fa-children{--fa:"\e4e1"}.fa-blackboard,.fa-chalkboard{--fa:"\f51b"}.fa-user-alt-slash,.fa-user-large-slash{--fa:"\f4fa"}.fa-envelope-open{--fa:"\f2b6"}.fa-handshake-alt-slash,.fa-handshake-simple-slash{--fa:"\e05f"}.fa-mattress-pillow{--fa:"\e525"}.fa-guarani-sign{--fa:"\e19a"}.fa-arrows-rotate,.fa-refresh,.fa-sync{--fa:"\f021"}.fa-fire-extinguisher{--fa:"\f134"}.fa-cruzeiro-sign{--fa:"\e152"}.fa-greater-than-equal{--fa:"\f532"}.fa-shield-alt,.fa-shield-halved{--fa:"\f3ed"}.fa-atlas,.fa-book-atlas{--fa:"\f558"}.fa-virus{--fa:"\e074"}.fa-envelope-circle-check{--fa:"\e4e8"}.fa-layer-group{--fa:"\f5fd"}.fa-arrows-to-dot{--fa:"\e4be"}.fa-archway{--fa:"\f557"}.fa-heart-circle-check{--fa:"\e4fd"}.fa-house-chimney-crack,.fa-house-damage{--fa:"\f6f1"}.fa-file-archive,.fa-file-zipper{--fa:"\f1c6"}.fa-square{--fa:"\f0c8"}.fa-glass-martini,.fa-martini-glass-empty{--fa:"\f000"}.fa-couch{--fa:"\f4b8"}.fa-cedi-sign{--fa:"\e0df"}.fa-italic{--fa:"\f033"}.fa-table-cells-column-lock{--fa:"\e678"}.fa-church{--fa:"\f51d"}.fa-comments-dollar{--fa:"\f653"}.fa-democrat{--fa:"\f747"}.fa-z{--fa:"Z"}.fa-person-skiing,.fa-skiing{--fa:"\f7c9"}.fa-road-lock{--fa:"\e567"}.fa-a{--fa:"A"}.fa-temperature-arrow-down,.fa-temperature-down{--fa:"\e03f"}.fa-feather-alt,.fa-feather-pointed{--fa:"\f56b"}.fa-p{--fa:"P"}.fa-snowflake{--fa:"\f2dc"}.fa-newspaper{--fa:"\f1ea"}.fa-ad,.fa-rectangle-ad{--fa:"\f641"}.fa-arrow-circle-right,.fa-circle-arrow-right{--fa:"\f0a9"}.fa-filter-circle-xmark{--fa:"\e17b"}.fa-locust{--fa:"\e520"}.fa-sort,.fa-unsorted{--fa:"\f0dc"}.fa-list-1-2,.fa-list-numeric,.fa-list-ol{--fa:"\f0cb"}.fa-person-dress-burst{--fa:"\e544"}.fa-money-check-alt,.fa-money-check-dollar{--fa:"\f53d"}.fa-vector-square{--fa:"\f5cb"}.fa-bread-slice{--fa:"\f7ec"}.fa-language{--fa:"\f1ab"}.fa-face-kiss-wink-heart,.fa-kiss-wink-heart{--fa:"\f598"}.fa-filter{--fa:"\f0b0"}.fa-question{--fa:"\?"}.fa-file-signature{--fa:"\f573"}.fa-arrows-alt,.fa-up-down-left-right{--fa:"\f0b2"}.fa-house-chimney-user{--fa:"\e065"}.fa-hand-holding-heart{--fa:"\f4be"}.fa-puzzle-piece{--fa:"\f12e"}.fa-money-check{--fa:"\f53c"}.fa-star-half-alt,.fa-star-half-stroke{--fa:"\f5c0"}.fa-code{--fa:"\f121"}.fa-glass-whiskey,.fa-whiskey-glass{--fa:"\f7a0"}.fa-building-circle-exclamation{--fa:"\e4d3"}.fa-magnifying-glass-chart{--fa:"\e522"}.fa-arrow-up-right-from-square,.fa-external-link{--fa:"\f08e"}.fa-cubes-stacked{--fa:"\e4e6"}.fa-krw,.fa-won,.fa-won-sign{--fa:"\f159"}.fa-virus-covid{--fa:"\e4a8"}.fa-austral-sign{--fa:"\e0a9"}.fa-f{--fa:"F"}.fa-leaf{--fa:"\f06c"}.fa-road{--fa:"\f018"}.fa-cab,.fa-taxi{--fa:"\f1ba"}.fa-person-circle-plus{--fa:"\e541"}.fa-chart-pie,.fa-pie-chart{--fa:"\f200"}.fa-bolt-lightning{--fa:"\e0b7"}.fa-sack-xmark{--fa:"\e56a"}.fa-file-excel{--fa:"\f1c3"}.fa-file-contract{--fa:"\f56c"}.fa-fish-fins{--fa:"\e4f2"}.fa-building-flag{--fa:"\e4d5"}.fa-face-grin-beam,.fa-grin-beam{--fa:"\f582"}.fa-object-ungroup{--fa:"\f248"}.fa-poop{--fa:"\f619"}.fa-location-pin,.fa-map-marker{--fa:"\f041"}.fa-kaaba{--fa:"\f66b"}.fa-toilet-paper{--fa:"\f71e"}.fa-hard-hat,.fa-hat-hard,.fa-helmet-safety{--fa:"\f807"}.fa-eject{--fa:"\f052"}.fa-arrow-alt-circle-right,.fa-circle-right{--fa:"\f35a"}.fa-plane-circle-check{--fa:"\e555"}.fa-face-rolling-eyes,.fa-meh-rolling-eyes{--fa:"\f5a5"}.fa-object-group{--fa:"\f247"}.fa-chart-line,.fa-line-chart{--fa:"\f201"}.fa-mask-ventilator{--fa:"\e524"}.fa-arrow-right{--fa:"\f061"}.fa-map-signs,.fa-signs-post{--fa:"\f277"}.fa-cash-register{--fa:"\f788"}.fa-person-circle-question{--fa:"\e542"}.fa-h{--fa:"H"}.fa-tarp{--fa:"\e57b"}.fa-screwdriver-wrench,.fa-tools{--fa:"\f7d9"}.fa-arrows-to-eye{--fa:"\e4bf"}.fa-plug-circle-bolt{--fa:"\e55b"}.fa-heart{--fa:"\f004"}.fa-mars-and-venus{--fa:"\f224"}.fa-home-user,.fa-house-user{--fa:"\e1b0"}.fa-dumpster-fire{--fa:"\f794"}.fa-house-crack{--fa:"\e3b1"}.fa-cocktail,.fa-martini-glass-citrus{--fa:"\f561"}.fa-face-surprise,.fa-surprise{--fa:"\f5c2"}.fa-bottle-water{--fa:"\e4c5"}.fa-circle-pause,.fa-pause-circle{--fa:"\f28b"}.fa-toilet-paper-slash{--fa:"\e072"}.fa-apple-alt,.fa-apple-whole{--fa:"\f5d1"}.fa-kitchen-set{--fa:"\e51a"}.fa-r{--fa:"R"}.fa-temperature-1,.fa-temperature-quarter,.fa-thermometer-1,.fa-thermometer-quarter{--fa:"\f2ca"}.fa-cube{--fa:"\f1b2"}.fa-bitcoin-sign{--fa:"\e0b4"}.fa-shield-dog{--fa:"\e573"}.fa-solar-panel{--fa:"\f5ba"}.fa-lock-open{--fa:"\f3c1"}.fa-elevator{--fa:"\e16d"}.fa-money-bill-transfer{--fa:"\e528"}.fa-money-bill-trend-up{--fa:"\e529"}.fa-house-flood-water-circle-arrow-right{--fa:"\e50f"}.fa-poll-h,.fa-square-poll-horizontal{--fa:"\f682"}.fa-circle{--fa:"\f111"}.fa-backward-fast,.fa-fast-backward{--fa:"\f049"}.fa-recycle{--fa:"\f1b8"}.fa-user-astronaut{--fa:"\f4fb"}.fa-plane-slash{--fa:"\e069"}.fa-trademark{--fa:"\f25c"}.fa-basketball,.fa-basketball-ball{--fa:"\f434"}.fa-satellite-dish{--fa:"\f7c0"}.fa-arrow-alt-circle-up,.fa-circle-up{--fa:"\f35b"}.fa-mobile-alt,.fa-mobile-screen-button{--fa:"\f3cd"}.fa-volume-high,.fa-volume-up{--fa:"\f028"}.fa-users-rays{--fa:"\e593"}.fa-wallet{--fa:"\f555"}.fa-clipboard-check{--fa:"\f46c"}.fa-file-audio{--fa:"\f1c7"}.fa-burger,.fa-hamburger{--fa:"\f805"}.fa-wrench{--fa:"\f0ad"}.fa-bugs{--fa:"\e4d0"}.fa-rupee,.fa-rupee-sign{--fa:"\f156"}.fa-file-image{--fa:"\f1c5"}.fa-circle-question,.fa-question-circle{--fa:"\f059"}.fa-plane-departure{--fa:"\f5b0"}.fa-handshake-slash{--fa:"\e060"}.fa-book-bookmark{--fa:"\e0bb"}.fa-code-branch{--fa:"\f126"}.fa-hat-cowboy{--fa:"\f8c0"}.fa-bridge{--fa:"\e4c8"}.fa-phone-alt,.fa-phone-flip{--fa:"\f879"}.fa-truck-front{--fa:"\e2b7"}.fa-cat{--fa:"\f6be"}.fa-anchor-circle-exclamation{--fa:"\e4ab"}.fa-truck-field{--fa:"\e58d"}.fa-route{--fa:"\f4d7"}.fa-clipboard-question{--fa:"\e4e3"}.fa-panorama{--fa:"\e209"}.fa-comment-medical{--fa:"\f7f5"}.fa-teeth-open{--fa:"\f62f"}.fa-file-circle-minus{--fa:"\e4ed"}.fa-tags{--fa:"\f02c"}.fa-wine-glass{--fa:"\f4e3"}.fa-fast-forward,.fa-forward-fast{--fa:"\f050"}.fa-face-meh-blank,.fa-meh-blank{--fa:"\f5a4"}.fa-parking,.fa-square-parking{--fa:"\f540"}.fa-house-signal{--fa:"\e012"}.fa-bars-progress,.fa-tasks-alt{--fa:"\f828"}.fa-faucet-drip{--fa:"\e006"}.fa-cart-flatbed,.fa-dolly-flatbed{--fa:"\f474"}.fa-ban-smoking,.fa-smoking-ban{--fa:"\f54d"}.fa-terminal{--fa:"\f120"}.fa-mobile-button{--fa:"\f10b"}.fa-house-medical-flag{--fa:"\e514"}.fa-basket-shopping,.fa-shopping-basket{--fa:"\f291"}.fa-tape{--fa:"\f4db"}.fa-bus-alt,.fa-bus-simple{--fa:"\f55e"}.fa-eye{--fa:"\f06e"}.fa-face-sad-cry,.fa-sad-cry{--fa:"\f5b3"}.fa-audio-description{--fa:"\f29e"}.fa-person-military-to-person{--fa:"\e54c"}.fa-file-shield{--fa:"\e4f0"}.fa-user-slash{--fa:"\f506"}.fa-pen{--fa:"\f304"}.fa-tower-observation{--fa:"\e586"}.fa-file-code{--fa:"\f1c9"}.fa-signal,.fa-signal-5,.fa-signal-perfect{--fa:"\f012"}.fa-bus{--fa:"\f207"}.fa-heart-circle-xmark{--fa:"\e501"}.fa-home-lg,.fa-house-chimney{--fa:"\e3af"}.fa-window-maximize{--fa:"\f2d0"}.fa-face-frown,.fa-frown{--fa:"\f119"}.fa-prescription{--fa:"\f5b1"}.fa-shop,.fa-store-alt{--fa:"\f54f"}.fa-floppy-disk,.fa-save{--fa:"\f0c7"}.fa-vihara{--fa:"\f6a7"}.fa-balance-scale-left,.fa-scale-unbalanced{--fa:"\f515"}.fa-sort-asc,.fa-sort-up{--fa:"\f0de"}.fa-comment-dots,.fa-commenting{--fa:"\f4ad"}.fa-plant-wilt{--fa:"\e5aa"}.fa-diamond{--fa:"\f219"}.fa-face-grin-squint,.fa-grin-squint{--fa:"\f585"}.fa-hand-holding-dollar,.fa-hand-holding-usd{--fa:"\f4c0"}.fa-chart-diagram{--fa:"\e695"}.fa-bacterium{--fa:"\e05a"}.fa-hand-pointer{--fa:"\f25a"}.fa-drum-steelpan{--fa:"\f56a"}.fa-hand-scissors{--fa:"\f257"}.fa-hands-praying,.fa-praying-hands{--fa:"\f684"}.fa-arrow-right-rotate,.fa-arrow-rotate-forward,.fa-arrow-rotate-right,.fa-redo{--fa:"\f01e"}.fa-biohazard{--fa:"\f780"}.fa-location,.fa-location-crosshairs{--fa:"\f601"}.fa-mars-double{--fa:"\f227"}.fa-child-dress{--fa:"\e59c"}.fa-users-between-lines{--fa:"\e591"}.fa-lungs-virus{--fa:"\e067"}.fa-face-grin-tears,.fa-grin-tears{--fa:"\f588"}.fa-phone{--fa:"\f095"}.fa-calendar-times,.fa-calendar-xmark{--fa:"\f273"}.fa-child-reaching{--fa:"\e59d"}.fa-head-side-virus{--fa:"\e064"}.fa-user-cog,.fa-user-gear{--fa:"\f4fe"}.fa-arrow-up-1-9,.fa-sort-numeric-up{--fa:"\f163"}.fa-door-closed{--fa:"\f52a"}.fa-shield-virus{--fa:"\e06c"}.fa-dice-six{--fa:"\f526"}.fa-mosquito-net{--fa:"\e52c"}.fa-file-fragment{--fa:"\e697"}.fa-bridge-water{--fa:"\e4ce"}.fa-person-booth{--fa:"\f756"}.fa-text-width{--fa:"\f035"}.fa-hat-wizard{--fa:"\f6e8"}.fa-pen-fancy{--fa:"\f5ac"}.fa-digging,.fa-person-digging{--fa:"\f85e"}.fa-trash{--fa:"\f1f8"}.fa-gauge-simple,.fa-gauge-simple-med,.fa-tachometer-average{--fa:"\f629"}.fa-book-medical{--fa:"\f7e6"}.fa-poo{--fa:"\f2fe"}.fa-quote-right,.fa-quote-right-alt{--fa:"\f10e"}.fa-shirt,.fa-t-shirt,.fa-tshirt{--fa:"\f553"}.fa-cubes{--fa:"\f1b3"}.fa-divide{--fa:"\f529"}.fa-tenge,.fa-tenge-sign{--fa:"\f7d7"}.fa-headphones{--fa:"\f025"}.fa-hands-holding{--fa:"\f4c2"}.fa-hands-clapping{--fa:"\e1a8"}.fa-republican{--fa:"\f75e"}.fa-arrow-left{--fa:"\f060"}.fa-person-circle-xmark{--fa:"\e543"}.fa-ruler{--fa:"\f545"}.fa-align-left{--fa:"\f036"}.fa-dice-d6{--fa:"\f6d1"}.fa-restroom{--fa:"\f7bd"}.fa-j{--fa:"J"}.fa-users-viewfinder{--fa:"\e595"}.fa-file-video{--fa:"\f1c8"}.fa-external-link-alt,.fa-up-right-from-square{--fa:"\f35d"}.fa-table-cells,.fa-th{--fa:"\f00a"}.fa-file-pdf{--fa:"\f1c1"}.fa-bible,.fa-book-bible{--fa:"\f647"}.fa-o{--fa:"O"}.fa-medkit,.fa-suitcase-medical{--fa:"\f0fa"}.fa-user-secret{--fa:"\f21b"}.fa-otter{--fa:"\f700"}.fa-female,.fa-person-dress{--fa:"\f182"}.fa-comment-dollar{--fa:"\f651"}.fa-briefcase-clock,.fa-business-time{--fa:"\f64a"}.fa-table-cells-large,.fa-th-large{--fa:"\f009"}.fa-book-tanakh,.fa-tanakh{--fa:"\f827"}.fa-phone-volume,.fa-volume-control-phone{--fa:"\f2a0"}.fa-hat-cowboy-side{--fa:"\f8c1"}.fa-clipboard-user{--fa:"\f7f3"}.fa-child{--fa:"\f1ae"}.fa-lira-sign{--fa:"\f195"}.fa-satellite{--fa:"\f7bf"}.fa-plane-lock{--fa:"\e558"}.fa-tag{--fa:"\f02b"}.fa-comment{--fa:"\f075"}.fa-birthday-cake,.fa-cake,.fa-cake-candles{--fa:"\f1fd"}.fa-envelope{--fa:"\f0e0"}.fa-angle-double-up,.fa-angles-up{--fa:"\f102"}.fa-paperclip{--fa:"\f0c6"}.fa-arrow-right-to-city{--fa:"\e4b3"}.fa-ribbon{--fa:"\f4d6"}.fa-lungs{--fa:"\f604"}.fa-arrow-up-9-1,.fa-sort-numeric-up-alt{--fa:"\f887"}.fa-litecoin-sign{--fa:"\e1d3"}.fa-border-none{--fa:"\f850"}.fa-circle-nodes{--fa:"\e4e2"}.fa-parachute-box{--fa:"\f4cd"}.fa-indent{--fa:"\f03c"}.fa-truck-field-un{--fa:"\e58e"}.fa-hourglass,.fa-hourglass-empty{--fa:"\f254"}.fa-mountain{--fa:"\f6fc"}.fa-user-doctor,.fa-user-md{--fa:"\f0f0"}.fa-circle-info,.fa-info-circle{--fa:"\f05a"}.fa-cloud-meatball{--fa:"\f73b"}.fa-camera,.fa-camera-alt{--fa:"\f030"}.fa-square-virus{--fa:"\e578"}.fa-meteor{--fa:"\f753"}.fa-car-on{--fa:"\e4dd"}.fa-sleigh{--fa:"\f7cc"}.fa-arrow-down-1-9,.fa-sort-numeric-asc,.fa-sort-numeric-down{--fa:"\f162"}.fa-hand-holding-droplet,.fa-hand-holding-water{--fa:"\f4c1"}.fa-water{--fa:"\f773"}.fa-calendar-check{--fa:"\f274"}.fa-braille{--fa:"\f2a1"}.fa-prescription-bottle-alt,.fa-prescription-bottle-medical{--fa:"\f486"}.fa-landmark{--fa:"\f66f"}.fa-truck{--fa:"\f0d1"}.fa-crosshairs{--fa:"\f05b"}.fa-person-cane{--fa:"\e53c"}.fa-tent{--fa:"\e57d"}.fa-vest-patches{--fa:"\e086"}.fa-check-double{--fa:"\f560"}.fa-arrow-down-a-z,.fa-sort-alpha-asc,.fa-sort-alpha-down{--fa:"\f15d"}.fa-money-bill-wheat{--fa:"\e52a"}.fa-cookie{--fa:"\f563"}.fa-arrow-left-rotate,.fa-arrow-rotate-back,.fa-arrow-rotate-backward,.fa-arrow-rotate-left,.fa-undo{--fa:"\f0e2"}.fa-hard-drive,.fa-hdd{--fa:"\f0a0"}.fa-face-grin-squint-tears,.fa-grin-squint-tears{--fa:"\f586"}.fa-dumbbell{--fa:"\f44b"}.fa-list-alt,.fa-rectangle-list{--fa:"\f022"}.fa-tarp-droplet{--fa:"\e57c"}.fa-house-medical-circle-check{--fa:"\e511"}.fa-person-skiing-nordic,.fa-skiing-nordic{--fa:"\f7ca"}.fa-calendar-plus{--fa:"\f271"}.fa-plane-arrival{--fa:"\f5af"}.fa-arrow-alt-circle-left,.fa-circle-left{--fa:"\f359"}.fa-subway,.fa-train-subway{--fa:"\f239"}.fa-chart-gantt{--fa:"\e0e4"}.fa-indian-rupee,.fa-indian-rupee-sign,.fa-inr{--fa:"\e1bc"}.fa-crop-alt,.fa-crop-simple{--fa:"\f565"}.fa-money-bill-1,.fa-money-bill-alt{--fa:"\f3d1"}.fa-left-long,.fa-long-arrow-alt-left{--fa:"\f30a"}.fa-dna{--fa:"\f471"}.fa-virus-slash{--fa:"\e075"}.fa-minus,.fa-subtract{--fa:"\f068"}.fa-chess{--fa:"\f439"}.fa-arrow-left-long,.fa-long-arrow-left{--fa:"\f177"}.fa-plug-circle-check{--fa:"\e55c"}.fa-street-view{--fa:"\f21d"}.fa-franc-sign{--fa:"\e18f"}.fa-volume-off{--fa:"\f026"}.fa-american-sign-language-interpreting,.fa-asl-interpreting,.fa-hands-american-sign-language-interpreting,.fa-hands-asl-interpreting{--fa:"\f2a3"}.fa-cog,.fa-gear{--fa:"\f013"}.fa-droplet-slash,.fa-tint-slash{--fa:"\f5c7"}.fa-mosque{--fa:"\f678"}.fa-mosquito{--fa:"\e52b"}.fa-star-of-david{--fa:"\f69a"}.fa-person-military-rifle{--fa:"\e54b"}.fa-cart-shopping,.fa-shopping-cart{--fa:"\f07a"}.fa-vials{--fa:"\f493"}.fa-plug-circle-plus{--fa:"\e55f"}.fa-place-of-worship{--fa:"\f67f"}.fa-grip-vertical{--fa:"\f58e"}.fa-hexagon-nodes{--fa:"\e699"}.fa-arrow-turn-up,.fa-level-up{--fa:"\f148"}.fa-u{--fa:"U"}.fa-square-root-alt,.fa-square-root-variable{--fa:"\f698"}.fa-clock,.fa-clock-four{--fa:"\f017"}.fa-backward-step,.fa-step-backward{--fa:"\f048"}.fa-pallet{--fa:"\f482"}.fa-faucet{--fa:"\e005"}.fa-baseball-bat-ball{--fa:"\f432"}.fa-s{--fa:"S"}.fa-timeline{--fa:"\e29c"}.fa-keyboard{--fa:"\f11c"}.fa-caret-down{--fa:"\f0d7"}.fa-clinic-medical,.fa-house-chimney-medical{--fa:"\f7f2"}.fa-temperature-3,.fa-temperature-three-quarters,.fa-thermometer-3,.fa-thermometer-three-quarters{--fa:"\f2c8"}.fa-mobile-android-alt,.fa-mobile-screen{--fa:"\f3cf"}.fa-plane-up{--fa:"\e22d"}.fa-piggy-bank{--fa:"\f4d3"}.fa-battery-3,.fa-battery-half{--fa:"\f242"}.fa-mountain-city{--fa:"\e52e"}.fa-coins{--fa:"\f51e"}.fa-khanda{--fa:"\f66d"}.fa-sliders,.fa-sliders-h{--fa:"\f1de"}.fa-folder-tree{--fa:"\f802"}.fa-network-wired{--fa:"\f6ff"}.fa-map-pin{--fa:"\f276"}.fa-hamsa{--fa:"\f665"}.fa-cent-sign{--fa:"\e3f5"}.fa-flask{--fa:"\f0c3"}.fa-person-pregnant{--fa:"\e31e"}.fa-wand-sparkles{--fa:"\f72b"}.fa-ellipsis-v,.fa-ellipsis-vertical{--fa:"\f142"}.fa-ticket{--fa:"\f145"}.fa-power-off{--fa:"\f011"}.fa-long-arrow-alt-right,.fa-right-long{--fa:"\f30b"}.fa-flag-usa{--fa:"\f74d"}.fa-laptop-file{--fa:"\e51d"}.fa-teletype,.fa-tty{--fa:"\f1e4"}.fa-diagram-next{--fa:"\e476"}.fa-person-rifle{--fa:"\e54e"}.fa-house-medical-circle-exclamation{--fa:"\e512"}.fa-closed-captioning{--fa:"\f20a"}.fa-hiking,.fa-person-hiking{--fa:"\f6ec"}.fa-venus-double{--fa:"\f226"}.fa-images{--fa:"\f302"}.fa-calculator{--fa:"\f1ec"}.fa-people-pulling{--fa:"\e535"}.fa-n{--fa:"N"}.fa-cable-car,.fa-tram{--fa:"\f7da"}.fa-cloud-rain{--fa:"\f73d"}.fa-building-circle-xmark{--fa:"\e4d4"}.fa-ship{--fa:"\f21a"}.fa-arrows-down-to-line{--fa:"\e4b8"}.fa-download{--fa:"\f019"}.fa-face-grin,.fa-grin{--fa:"\f580"}.fa-backspace,.fa-delete-left{--fa:"\f55a"}.fa-eye-dropper,.fa-eye-dropper-empty,.fa-eyedropper{--fa:"\f1fb"}.fa-file-circle-check{--fa:"\e5a0"}.fa-forward{--fa:"\f04e"}.fa-mobile,.fa-mobile-android,.fa-mobile-phone{--fa:"\f3ce"}.fa-face-meh,.fa-meh{--fa:"\f11a"}.fa-align-center{--fa:"\f037"}.fa-book-dead,.fa-book-skull{--fa:"\f6b7"}.fa-drivers-license,.fa-id-card{--fa:"\f2c2"}.fa-dedent,.fa-outdent{--fa:"\f03b"}.fa-heart-circle-exclamation{--fa:"\e4fe"}.fa-home,.fa-home-alt,.fa-home-lg-alt,.fa-house{--fa:"\f015"}.fa-calendar-week{--fa:"\f784"}.fa-laptop-medical{--fa:"\f812"}.fa-b{--fa:"B"}.fa-file-medical{--fa:"\f477"}.fa-dice-one{--fa:"\f525"}.fa-kiwi-bird{--fa:"\f535"}.fa-arrow-right-arrow-left,.fa-exchange{--fa:"\f0ec"}.fa-redo-alt,.fa-rotate-forward,.fa-rotate-right{--fa:"\f2f9"}.fa-cutlery,.fa-utensils{--fa:"\f2e7"}.fa-arrow-up-wide-short,.fa-sort-amount-up{--fa:"\f161"}.fa-mill-sign{--fa:"\e1ed"}.fa-bowl-rice{--fa:"\e2eb"}.fa-skull{--fa:"\f54c"}.fa-broadcast-tower,.fa-tower-broadcast{--fa:"\f519"}.fa-truck-pickup{--fa:"\f63c"}.fa-long-arrow-alt-up,.fa-up-long{--fa:"\f30c"}.fa-stop{--fa:"\f04d"}.fa-code-merge{--fa:"\f387"}.fa-upload{--fa:"\f093"}.fa-hurricane{--fa:"\f751"}.fa-mound{--fa:"\e52d"}.fa-toilet-portable{--fa:"\e583"}.fa-compact-disc{--fa:"\f51f"}.fa-file-arrow-down,.fa-file-download{--fa:"\f56d"}.fa-caravan{--fa:"\f8ff"}.fa-shield-cat{--fa:"\e572"}.fa-bolt,.fa-zap{--fa:"\f0e7"}.fa-glass-water{--fa:"\e4f4"}.fa-oil-well{--fa:"\e532"}.fa-vault{--fa:"\e2c5"}.fa-mars{--fa:"\f222"}.fa-toilet{--fa:"\f7d8"}.fa-plane-circle-xmark{--fa:"\e557"}.fa-cny,.fa-jpy,.fa-rmb,.fa-yen,.fa-yen-sign{--fa:"\f157"}.fa-rouble,.fa-rub,.fa-ruble,.fa-ruble-sign{--fa:"\f158"}.fa-sun{--fa:"\f185"}.fa-guitar{--fa:"\f7a6"}.fa-face-laugh-wink,.fa-laugh-wink{--fa:"\f59c"}.fa-horse-head{--fa:"\f7ab"}.fa-bore-hole{--fa:"\e4c3"}.fa-industry{--fa:"\f275"}.fa-arrow-alt-circle-down,.fa-circle-down{--fa:"\f358"}.fa-arrows-turn-to-dots{--fa:"\e4c1"}.fa-florin-sign{--fa:"\e184"}.fa-arrow-down-short-wide,.fa-sort-amount-desc,.fa-sort-amount-down-alt{--fa:"\f884"}.fa-less-than{--fa:"\<"}.fa-angle-down{--fa:"\f107"}.fa-car-tunnel{--fa:"\e4de"}.fa-head-side-cough{--fa:"\e061"}.fa-grip-lines{--fa:"\f7a4"}.fa-thumbs-down{--fa:"\f165"}.fa-user-lock{--fa:"\f502"}.fa-arrow-right-long,.fa-long-arrow-right{--fa:"\f178"}.fa-anchor-circle-xmark{--fa:"\e4ac"}.fa-ellipsis,.fa-ellipsis-h{--fa:"\f141"}.fa-chess-pawn{--fa:"\f443"}.fa-first-aid,.fa-kit-medical{--fa:"\f479"}.fa-person-through-window{--fa:"\e5a9"}.fa-toolbox{--fa:"\f552"}.fa-hands-holding-circle{--fa:"\e4fb"}.fa-bug{--fa:"\f188"}.fa-credit-card,.fa-credit-card-alt{--fa:"\f09d"}.fa-automobile,.fa-car{--fa:"\f1b9"}.fa-hand-holding-hand{--fa:"\e4f7"}.fa-book-open-reader,.fa-book-reader{--fa:"\f5da"}.fa-mountain-sun{--fa:"\e52f"}.fa-arrows-left-right-to-line{--fa:"\e4ba"}.fa-dice-d20{--fa:"\f6cf"}.fa-truck-droplet{--fa:"\e58c"}.fa-file-circle-xmark{--fa:"\e5a1"}.fa-temperature-arrow-up,.fa-temperature-up{--fa:"\e040"}.fa-medal{--fa:"\f5a2"}.fa-bed{--fa:"\f236"}.fa-h-square,.fa-square-h{--fa:"\f0fd"}.fa-podcast{--fa:"\f2ce"}.fa-temperature-4,.fa-temperature-full,.fa-thermometer-4,.fa-thermometer-full{--fa:"\f2c7"}.fa-bell{--fa:"\f0f3"}.fa-superscript{--fa:"\f12b"}.fa-plug-circle-xmark{--fa:"\e560"}.fa-star-of-life{--fa:"\f621"}.fa-phone-slash{--fa:"\f3dd"}.fa-paint-roller{--fa:"\f5aa"}.fa-hands-helping,.fa-handshake-angle{--fa:"\f4c4"}.fa-location-dot,.fa-map-marker-alt{--fa:"\f3c5"}.fa-file{--fa:"\f15b"}.fa-greater-than{--fa:"\>"}.fa-person-swimming,.fa-swimmer{--fa:"\f5c4"}.fa-arrow-down{--fa:"\f063"}.fa-droplet,.fa-tint{--fa:"\f043"}.fa-eraser{--fa:"\f12d"}.fa-earth,.fa-earth-america,.fa-earth-americas,.fa-globe-americas{--fa:"\f57d"}.fa-person-burst{--fa:"\e53b"}.fa-dove{--fa:"\f4ba"}.fa-battery-0,.fa-battery-empty{--fa:"\f244"}.fa-socks{--fa:"\f696"}.fa-inbox{--fa:"\f01c"}.fa-section{--fa:"\e447"}.fa-gauge-high,.fa-tachometer-alt,.fa-tachometer-alt-fast{--fa:"\f625"}.fa-envelope-open-text{--fa:"\f658"}.fa-hospital,.fa-hospital-alt,.fa-hospital-wide{--fa:"\f0f8"}.fa-wine-bottle{--fa:"\f72f"}.fa-chess-rook{--fa:"\f447"}.fa-bars-staggered,.fa-reorder,.fa-stream{--fa:"\f550"}.fa-dharmachakra{--fa:"\f655"}.fa-hotdog{--fa:"\f80f"}.fa-blind,.fa-person-walking-with-cane{--fa:"\f29d"}.fa-drum{--fa:"\f569"}.fa-ice-cream{--fa:"\f810"}.fa-heart-circle-bolt{--fa:"\e4fc"}.fa-fax{--fa:"\f1ac"}.fa-paragraph{--fa:"\f1dd"}.fa-check-to-slot,.fa-vote-yea{--fa:"\f772"}.fa-star-half{--fa:"\f089"}.fa-boxes,.fa-boxes-alt,.fa-boxes-stacked{--fa:"\f468"}.fa-chain,.fa-link{--fa:"\f0c1"}.fa-assistive-listening-systems,.fa-ear-listen{--fa:"\f2a2"}.fa-tree-city{--fa:"\e587"}.fa-play{--fa:"\f04b"}.fa-font{--fa:"\f031"}.fa-table-cells-row-lock{--fa:"\e67a"}.fa-rupiah-sign{--fa:"\e23d"}.fa-magnifying-glass,.fa-search{--fa:"\f002"}.fa-ping-pong-paddle-ball,.fa-table-tennis,.fa-table-tennis-paddle-ball{--fa:"\f45d"}.fa-diagnoses,.fa-person-dots-from-line{--fa:"\f470"}.fa-trash-can-arrow-up,.fa-trash-restore-alt{--fa:"\f82a"}.fa-naira-sign{--fa:"\e1f6"}.fa-cart-arrow-down{--fa:"\f218"}.fa-walkie-talkie{--fa:"\f8ef"}.fa-file-edit,.fa-file-pen{--fa:"\f31c"}.fa-receipt{--fa:"\f543"}.fa-pen-square,.fa-pencil-square,.fa-square-pen{--fa:"\f14b"}.fa-suitcase-rolling{--fa:"\f5c1"}.fa-person-circle-exclamation{--fa:"\e53f"}.fa-chevron-down{--fa:"\f078"}.fa-battery,.fa-battery-5,.fa-battery-full{--fa:"\f240"}.fa-skull-crossbones{--fa:"\f714"}.fa-code-compare{--fa:"\e13a"}.fa-list-dots,.fa-list-ul{--fa:"\f0ca"}.fa-school-lock{--fa:"\e56f"}.fa-tower-cell{--fa:"\e585"}.fa-down-long,.fa-long-arrow-alt-down{--fa:"\f309"}.fa-ranking-star{--fa:"\e561"}.fa-chess-king{--fa:"\f43f"}.fa-person-harassing{--fa:"\e549"}.fa-brazilian-real-sign{--fa:"\e46c"}.fa-landmark-alt,.fa-landmark-dome{--fa:"\f752"}.fa-arrow-up{--fa:"\f062"}.fa-television,.fa-tv,.fa-tv-alt{--fa:"\f26c"}.fa-shrimp{--fa:"\e448"}.fa-list-check,.fa-tasks{--fa:"\f0ae"}.fa-jug-detergent{--fa:"\e519"}.fa-circle-user,.fa-user-circle{--fa:"\f2bd"}.fa-user-shield{--fa:"\f505"}.fa-wind{--fa:"\f72e"}.fa-car-burst,.fa-car-crash{--fa:"\f5e1"}.fa-y{--fa:"Y"}.fa-person-snowboarding,.fa-snowboarding{--fa:"\f7ce"}.fa-shipping-fast,.fa-truck-fast{--fa:"\f48b"}.fa-fish{--fa:"\f578"}.fa-user-graduate{--fa:"\f501"}.fa-adjust,.fa-circle-half-stroke{--fa:"\f042"}.fa-clapperboard{--fa:"\e131"}.fa-circle-radiation,.fa-radiation-alt{--fa:"\f7ba"}.fa-baseball,.fa-baseball-ball{--fa:"\f433"}.fa-jet-fighter-up{--fa:"\e518"}.fa-diagram-project,.fa-project-diagram{--fa:"\f542"}.fa-copy{--fa:"\f0c5"}.fa-volume-mute,.fa-volume-times,.fa-volume-xmark{--fa:"\f6a9"}.fa-hand-sparkles{--fa:"\e05d"}.fa-grip,.fa-grip-horizontal{--fa:"\f58d"}.fa-share-from-square,.fa-share-square{--fa:"\f14d"}.fa-child-combatant,.fa-child-rifle{--fa:"\e4e0"}.fa-gun{--fa:"\e19b"}.fa-phone-square,.fa-square-phone{--fa:"\f098"}.fa-add,.fa-plus{--fa:"\+"}.fa-expand{--fa:"\f065"}.fa-computer{--fa:"\e4e5"}.fa-close,.fa-multiply,.fa-remove,.fa-times,.fa-xmark{--fa:"\f00d"}.fa-arrows,.fa-arrows-up-down-left-right{--fa:"\f047"}.fa-chalkboard-teacher,.fa-chalkboard-user{--fa:"\f51c"}.fa-peso-sign{--fa:"\e222"}.fa-building-shield{--fa:"\e4d8"}.fa-baby{--fa:"\f77c"}.fa-users-line{--fa:"\e592"}.fa-quote-left,.fa-quote-left-alt{--fa:"\f10d"}.fa-tractor{--fa:"\f722"}.fa-trash-arrow-up,.fa-trash-restore{--fa:"\f829"}.fa-arrow-down-up-lock{--fa:"\e4b0"}.fa-lines-leaning{--fa:"\e51e"}.fa-ruler-combined{--fa:"\f546"}.fa-copyright{--fa:"\f1f9"}.fa-equals{--fa:"\="}.fa-blender{--fa:"\f517"}.fa-teeth{--fa:"\f62e"}.fa-ils,.fa-shekel,.fa-shekel-sign,.fa-sheqel,.fa-sheqel-sign{--fa:"\f20b"}.fa-map{--fa:"\f279"}.fa-rocket{--fa:"\f135"}.fa-photo-film,.fa-photo-video{--fa:"\f87c"}.fa-folder-minus{--fa:"\f65d"}.fa-hexagon-nodes-bolt{--fa:"\e69a"}.fa-store{--fa:"\f54e"}.fa-arrow-trend-up{--fa:"\e098"}.fa-plug-circle-minus{--fa:"\e55e"}.fa-sign,.fa-sign-hanging{--fa:"\f4d9"}.fa-bezier-curve{--fa:"\f55b"}.fa-bell-slash{--fa:"\f1f6"}.fa-tablet,.fa-tablet-android{--fa:"\f3fb"}.fa-school-flag{--fa:"\e56e"}.fa-fill{--fa:"\f575"}.fa-angle-up{--fa:"\f106"}.fa-drumstick-bite{--fa:"\f6d7"}.fa-holly-berry{--fa:"\f7aa"}.fa-chevron-left{--fa:"\f053"}.fa-bacteria{--fa:"\e059"}.fa-hand-lizard{--fa:"\f258"}.fa-notdef{--fa:"\e1fe"}.fa-disease{--fa:"\f7fa"}.fa-briefcase-medical{--fa:"\f469"}.fa-genderless{--fa:"\f22d"}.fa-chevron-right{--fa:"\f054"}.fa-retweet{--fa:"\f079"}.fa-car-alt,.fa-car-rear{--fa:"\f5de"}.fa-pump-soap{--fa:"\e06b"}.fa-video-slash{--fa:"\f4e2"}.fa-battery-2,.fa-battery-quarter{--fa:"\f243"}.fa-radio{--fa:"\f8d7"}.fa-baby-carriage,.fa-carriage-baby{--fa:"\f77d"}.fa-traffic-light{--fa:"\f637"}.fa-thermometer{--fa:"\f491"}.fa-vr-cardboard{--fa:"\f729"}.fa-hand-middle-finger{--fa:"\f806"}.fa-percent,.fa-percentage{--fa:"\%"}.fa-truck-moving{--fa:"\f4df"}.fa-glass-water-droplet{--fa:"\e4f5"}.fa-display{--fa:"\e163"}.fa-face-smile,.fa-smile{--fa:"\f118"}.fa-thumb-tack,.fa-thumbtack{--fa:"\f08d"}.fa-trophy{--fa:"\f091"}.fa-person-praying,.fa-pray{--fa:"\f683"}.fa-hammer{--fa:"\f6e3"}.fa-hand-peace{--fa:"\f25b"}.fa-rotate,.fa-sync-alt{--fa:"\f2f1"}.fa-spinner{--fa:"\f110"}.fa-robot{--fa:"\f544"}.fa-peace{--fa:"\f67c"}.fa-cogs,.fa-gears{--fa:"\f085"}.fa-warehouse{--fa:"\f494"}.fa-arrow-up-right-dots{--fa:"\e4b7"}.fa-splotch{--fa:"\f5bc"}.fa-face-grin-hearts,.fa-grin-hearts{--fa:"\f584"}.fa-dice-four{--fa:"\f524"}.fa-sim-card{--fa:"\f7c4"}.fa-transgender,.fa-transgender-alt{--fa:"\f225"}.fa-mercury{--fa:"\f223"}.fa-arrow-turn-down,.fa-level-down{--fa:"\f149"}.fa-person-falling-burst{--fa:"\e547"}.fa-award{--fa:"\f559"}.fa-ticket-alt,.fa-ticket-simple{--fa:"\f3ff"}.fa-building{--fa:"\f1ad"}.fa-angle-double-left,.fa-angles-left{--fa:"\f100"}.fa-qrcode{--fa:"\f029"}.fa-clock-rotate-left,.fa-history{--fa:"\f1da"}.fa-face-grin-beam-sweat,.fa-grin-beam-sweat{--fa:"\f583"}.fa-arrow-right-from-file,.fa-file-export{--fa:"\f56e"}.fa-shield,.fa-shield-blank{--fa:"\f132"}.fa-arrow-up-short-wide,.fa-sort-amount-up-alt{--fa:"\f885"}.fa-comment-nodes{--fa:"\e696"}.fa-house-medical{--fa:"\e3b2"}.fa-golf-ball,.fa-golf-ball-tee{--fa:"\f450"}.fa-chevron-circle-left,.fa-circle-chevron-left{--fa:"\f137"}.fa-house-chimney-window{--fa:"\e00d"}.fa-pen-nib{--fa:"\f5ad"}.fa-tent-arrow-turn-left{--fa:"\e580"}.fa-tents{--fa:"\e582"}.fa-magic,.fa-wand-magic{--fa:"\f0d0"}.fa-dog{--fa:"\f6d3"}.fa-carrot{--fa:"\f787"}.fa-moon{--fa:"\f186"}.fa-wine-glass-alt,.fa-wine-glass-empty{--fa:"\f5ce"}.fa-cheese{--fa:"\f7ef"}.fa-yin-yang{--fa:"\f6ad"}.fa-music{--fa:"\f001"}.fa-code-commit{--fa:"\f386"}.fa-temperature-low{--fa:"\f76b"}.fa-biking,.fa-person-biking{--fa:"\f84a"}.fa-broom{--fa:"\f51a"}.fa-shield-heart{--fa:"\e574"}.fa-gopuram{--fa:"\f664"}.fa-earth-oceania,.fa-globe-oceania{--fa:"\e47b"}.fa-square-xmark,.fa-times-square,.fa-xmark-square{--fa:"\f2d3"}.fa-hashtag{--fa:"\#"}.fa-expand-alt,.fa-up-right-and-down-left-from-center{--fa:"\f424"}.fa-oil-can{--fa:"\f613"}.fa-t{--fa:"T"}.fa-hippo{--fa:"\f6ed"}.fa-chart-column{--fa:"\e0e3"}.fa-infinity{--fa:"\f534"}.fa-vial-circle-check{--fa:"\e596"}.fa-person-arrow-down-to-line{--fa:"\e538"}.fa-voicemail{--fa:"\f897"}.fa-fan{--fa:"\f863"}.fa-person-walking-luggage{--fa:"\e554"}.fa-arrows-alt-v,.fa-up-down{--fa:"\f338"}.fa-cloud-moon-rain{--fa:"\f73c"}.fa-calendar{--fa:"\f133"}.fa-trailer{--fa:"\e041"}.fa-bahai,.fa-haykal{--fa:"\f666"}.fa-sd-card{--fa:"\f7c2"}.fa-dragon{--fa:"\f6d5"}.fa-shoe-prints{--fa:"\f54b"}.fa-circle-plus,.fa-plus-circle{--fa:"\f055"}.fa-face-grin-tongue-wink,.fa-grin-tongue-wink{--fa:"\f58b"}.fa-hand-holding{--fa:"\f4bd"}.fa-plug-circle-exclamation{--fa:"\e55d"}.fa-chain-broken,.fa-chain-slash,.fa-link-slash,.fa-unlink{--fa:"\f127"}.fa-clone{--fa:"\f24d"}.fa-person-walking-arrow-loop-left{--fa:"\e551"}.fa-arrow-up-z-a,.fa-sort-alpha-up-alt{--fa:"\f882"}.fa-fire-alt,.fa-fire-flame-curved{--fa:"\f7e4"}.fa-tornado{--fa:"\f76f"}.fa-file-circle-plus{--fa:"\e494"}.fa-book-quran,.fa-quran{--fa:"\f687"}.fa-anchor{--fa:"\f13d"}.fa-border-all{--fa:"\f84c"}.fa-angry,.fa-face-angry{--fa:"\f556"}.fa-cookie-bite{--fa:"\f564"}.fa-arrow-trend-down{--fa:"\e097"}.fa-feed,.fa-rss{--fa:"\f09e"}.fa-draw-polygon{--fa:"\f5ee"}.fa-balance-scale,.fa-scale-balanced{--fa:"\f24e"}.fa-gauge-simple-high,.fa-tachometer,.fa-tachometer-fast{--fa:"\f62a"}.fa-shower{--fa:"\f2cc"}.fa-desktop,.fa-desktop-alt{--fa:"\f390"}.fa-m{--fa:"M"}.fa-table-list,.fa-th-list{--fa:"\f00b"}.fa-comment-sms,.fa-sms{--fa:"\f7cd"}.fa-book{--fa:"\f02d"}.fa-user-plus{--fa:"\f234"}.fa-check{--fa:"\f00c"}.fa-battery-4,.fa-battery-three-quarters{--fa:"\f241"}.fa-house-circle-check{--fa:"\e509"}.fa-angle-left{--fa:"\f104"}.fa-diagram-successor{--fa:"\e47a"}.fa-truck-arrow-right{--fa:"\e58b"}.fa-arrows-split-up-and-left{--fa:"\e4bc"}.fa-fist-raised,.fa-hand-fist{--fa:"\f6de"}.fa-cloud-moon{--fa:"\f6c3"}.fa-briefcase{--fa:"\f0b1"}.fa-person-falling{--fa:"\e546"}.fa-image-portrait,.fa-portrait{--fa:"\f3e0"}.fa-user-tag{--fa:"\f507"}.fa-rug{--fa:"\e569"}.fa-earth-europe,.fa-globe-europe{--fa:"\f7a2"}.fa-cart-flatbed-suitcase,.fa-luggage-cart{--fa:"\f59d"}.fa-rectangle-times,.fa-rectangle-xmark,.fa-times-rectangle,.fa-window-close{--fa:"\f410"}.fa-baht-sign{--fa:"\e0ac"}.fa-book-open{--fa:"\f518"}.fa-book-journal-whills,.fa-journal-whills{--fa:"\f66a"}.fa-handcuffs{--fa:"\e4f8"}.fa-exclamation-triangle,.fa-triangle-exclamation,.fa-warning{--fa:"\f071"}.fa-database{--fa:"\f1c0"}.fa-mail-forward,.fa-share{--fa:"\f064"}.fa-bottle-droplet{--fa:"\e4c4"}.fa-mask-face{--fa:"\e1d7"}.fa-hill-rockslide{--fa:"\e508"}.fa-exchange-alt,.fa-right-left{--fa:"\f362"}.fa-paper-plane{--fa:"\f1d8"}.fa-road-circle-exclamation{--fa:"\e565"}.fa-dungeon{--fa:"\f6d9"}.fa-align-right{--fa:"\f038"}.fa-money-bill-1-wave,.fa-money-bill-wave-alt{--fa:"\f53b"}.fa-life-ring{--fa:"\f1cd"}.fa-hands,.fa-sign-language,.fa-signing{--fa:"\f2a7"}.fa-calendar-day{--fa:"\f783"}.fa-ladder-water,.fa-swimming-pool,.fa-water-ladder{--fa:"\f5c5"}.fa-arrows-up-down,.fa-arrows-v{--fa:"\f07d"}.fa-face-grimace,.fa-grimace{--fa:"\f57f"}.fa-wheelchair-alt,.fa-wheelchair-move{--fa:"\e2ce"}.fa-level-down-alt,.fa-turn-down{--fa:"\f3be"}.fa-person-walking-arrow-right{--fa:"\e552"}.fa-envelope-square,.fa-square-envelope{--fa:"\f199"}.fa-dice{--fa:"\f522"}.fa-bowling-ball{--fa:"\f436"}.fa-brain{--fa:"\f5dc"}.fa-band-aid,.fa-bandage{--fa:"\f462"}.fa-calendar-minus{--fa:"\f272"}.fa-circle-xmark,.fa-times-circle,.fa-xmark-circle{--fa:"\f057"}.fa-gifts{--fa:"\f79c"}.fa-hotel{--fa:"\f594"}.fa-earth-asia,.fa-globe-asia{--fa:"\f57e"}.fa-id-card-alt,.fa-id-card-clip{--fa:"\f47f"}.fa-magnifying-glass-plus,.fa-search-plus{--fa:"\f00e"}.fa-thumbs-up{--fa:"\f164"}.fa-user-clock{--fa:"\f4fd"}.fa-allergies,.fa-hand-dots{--fa:"\f461"}.fa-file-invoice{--fa:"\f570"}.fa-window-minimize{--fa:"\f2d1"}.fa-coffee,.fa-mug-saucer{--fa:"\f0f4"}.fa-brush{--fa:"\f55d"}.fa-file-half-dashed{--fa:"\e698"}.fa-mask{--fa:"\f6fa"}.fa-magnifying-glass-minus,.fa-search-minus{--fa:"\f010"}.fa-ruler-vertical{--fa:"\f548"}.fa-user-alt,.fa-user-large{--fa:"\f406"}.fa-train-tram{--fa:"\e5b4"}.fa-user-nurse{--fa:"\f82f"}.fa-syringe{--fa:"\f48e"}.fa-cloud-sun{--fa:"\f6c4"}.fa-stopwatch-20{--fa:"\e06f"}.fa-square-full{--fa:"\f45c"}.fa-magnet{--fa:"\f076"}.fa-jar{--fa:"\e516"}.fa-note-sticky,.fa-sticky-note{--fa:"\f249"}.fa-bug-slash{--fa:"\e490"}.fa-arrow-up-from-water-pump{--fa:"\e4b6"}.fa-bone{--fa:"\f5d7"}.fa-table-cells-row-unlock{--fa:"\e691"}.fa-user-injured{--fa:"\f728"}.fa-face-sad-tear,.fa-sad-tear{--fa:"\f5b4"}.fa-plane{--fa:"\f072"}.fa-tent-arrows-down{--fa:"\e581"}.fa-exclamation{--fa:"\!"}.fa-arrows-spin{--fa:"\e4bb"}.fa-print{--fa:"\f02f"}.fa-try,.fa-turkish-lira,.fa-turkish-lira-sign{--fa:"\e2bb"}.fa-dollar,.fa-dollar-sign,.fa-usd{--fa:"\$"}.fa-x{--fa:"X"}.fa-magnifying-glass-dollar,.fa-search-dollar{--fa:"\f688"}.fa-users-cog,.fa-users-gear{--fa:"\f509"}.fa-person-military-pointing{--fa:"\e54a"}.fa-bank,.fa-building-columns,.fa-institution,.fa-museum,.fa-university{--fa:"\f19c"}.fa-umbrella{--fa:"\f0e9"}.fa-trowel{--fa:"\e589"}.fa-d{--fa:"D"}.fa-stapler{--fa:"\e5af"}.fa-masks-theater,.fa-theater-masks{--fa:"\f630"}.fa-kip-sign{--fa:"\e1c4"}.fa-hand-point-left{--fa:"\f0a5"}.fa-handshake-alt,.fa-handshake-simple{--fa:"\f4c6"}.fa-fighter-jet,.fa-jet-fighter{--fa:"\f0fb"}.fa-share-alt-square,.fa-square-share-nodes{--fa:"\f1e1"}.fa-barcode{--fa:"\f02a"}.fa-plus-minus{--fa:"\e43c"}.fa-video,.fa-video-camera{--fa:"\f03d"}.fa-graduation-cap,.fa-mortar-board{--fa:"\f19d"}.fa-hand-holding-medical{--fa:"\e05c"}.fa-person-circle-check{--fa:"\e53e"}.fa-level-up-alt,.fa-turn-up{--fa:"\f3bf"}.fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus){clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}

/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */:host,:root{--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-display:swap;font-family:Font Awesome\ 6 Free;font-style:normal;font-weight:900;src:url(https://siweb2.ams3.cdn.digitaloceanspaces.com/assets/fonts/fa-solid-900.2463b90d.woff2) format("woff2"),url(https://siweb2.ams3.cdn.digitaloceanspaces.com/assets/fonts/fa-solid-900.2582b0e4.ttf) format("truetype")}.fa-solid,.fas{font-weight:900}

/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"}@font-face{font-display:swap;font-family:Font Awesome\ 6 Free;font-style:normal;font-weight:400;src:url(https://siweb2.ams3.cdn.digitaloceanspaces.com/assets/fonts/fa-regular-400.89999bdf.woff2) format("woff2"),url(https://siweb2.ams3.cdn.digitaloceanspaces.com/assets/fonts/fa-regular-400.914997e1.ttf) format("truetype")}.fa-regular,.far{font-weight:400}

/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */:host,:root{--fa-style-family-brands:"Font Awesome 6 Brands";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{font-display:swap;font-family:Font Awesome\ 6 Brands;font-style:normal;font-weight:400;src:url(https://siweb2.ams3.cdn.digitaloceanspaces.com/assets/fonts/fa-brands-400.c210719e.woff2) format("woff2"),url(https://siweb2.ams3.cdn.digitaloceanspaces.com/assets/fonts/fa-brands-400.1815e004.ttf) format("truetype")}.fa-brands,.fab{font-weight:400}.fa-monero{--fa:"\f3d0"}.fa-hooli{--fa:"\f427"}.fa-yelp{--fa:"\f1e9"}.fa-cc-visa{--fa:"\f1f0"}.fa-lastfm{--fa:"\f202"}.fa-shopware{--fa:"\f5b5"}.fa-creative-commons-nc{--fa:"\f4e8"}.fa-aws{--fa:"\f375"}.fa-redhat{--fa:"\f7bc"}.fa-yoast{--fa:"\f2b1"}.fa-cloudflare{--fa:"\e07d"}.fa-ups{--fa:"\f7e0"}.fa-pixiv{--fa:"\e640"}.fa-wpexplorer{--fa:"\f2de"}.fa-dyalog{--fa:"\f399"}.fa-bity{--fa:"\f37a"}.fa-stackpath{--fa:"\f842"}.fa-buysellads{--fa:"\f20d"}.fa-first-order{--fa:"\f2b0"}.fa-modx{--fa:"\f285"}.fa-guilded{--fa:"\e07e"}.fa-vnv{--fa:"\f40b"}.fa-js-square,.fa-square-js{--fa:"\f3b9"}.fa-microsoft{--fa:"\f3ca"}.fa-qq{--fa:"\f1d6"}.fa-orcid{--fa:"\f8d2"}.fa-java{--fa:"\f4e4"}.fa-invision{--fa:"\f7b0"}.fa-creative-commons-pd-alt{--fa:"\f4ed"}.fa-centercode{--fa:"\f380"}.fa-glide-g{--fa:"\f2a6"}.fa-drupal{--fa:"\f1a9"}.fa-jxl{--fa:"\e67b"}.fa-dart-lang{--fa:"\e693"}.fa-hire-a-helper{--fa:"\f3b0"}.fa-creative-commons-by{--fa:"\f4e7"}.fa-unity{--fa:"\e049"}.fa-whmcs{--fa:"\f40d"}.fa-rocketchat{--fa:"\f3e8"}.fa-vk{--fa:"\f189"}.fa-untappd{--fa:"\f405"}.fa-mailchimp{--fa:"\f59e"}.fa-css3-alt{--fa:"\f38b"}.fa-reddit-square,.fa-square-reddit{--fa:"\f1a2"}.fa-vimeo-v{--fa:"\f27d"}.fa-contao{--fa:"\f26d"}.fa-square-font-awesome{--fa:"\e5ad"}.fa-deskpro{--fa:"\f38f"}.fa-brave{--fa:"\e63c"}.fa-sistrix{--fa:"\f3ee"}.fa-instagram-square,.fa-square-instagram{--fa:"\e055"}.fa-battle-net{--fa:"\f835"}.fa-the-red-yeti{--fa:"\f69d"}.fa-hacker-news-square,.fa-square-hacker-news{--fa:"\f3af"}.fa-edge{--fa:"\f282"}.fa-threads{--fa:"\e618"}.fa-napster{--fa:"\f3d2"}.fa-snapchat-square,.fa-square-snapchat{--fa:"\f2ad"}.fa-google-plus-g{--fa:"\f0d5"}.fa-artstation{--fa:"\f77a"}.fa-markdown{--fa:"\f60f"}.fa-sourcetree{--fa:"\f7d3"}.fa-google-plus{--fa:"\f2b3"}.fa-diaspora{--fa:"\f791"}.fa-foursquare{--fa:"\f180"}.fa-stack-overflow{--fa:"\f16c"}.fa-github-alt{--fa:"\f113"}.fa-phoenix-squadron{--fa:"\f511"}.fa-pagelines{--fa:"\f18c"}.fa-algolia{--fa:"\f36c"}.fa-red-river{--fa:"\f3e3"}.fa-creative-commons-sa{--fa:"\f4ef"}.fa-safari{--fa:"\f267"}.fa-google{--fa:"\f1a0"}.fa-font-awesome-alt,.fa-square-font-awesome-stroke{--fa:"\f35c"}.fa-atlassian{--fa:"\f77b"}.fa-linkedin-in{--fa:"\f0e1"}.fa-digital-ocean{--fa:"\f391"}.fa-nimblr{--fa:"\f5a8"}.fa-chromecast{--fa:"\f838"}.fa-evernote{--fa:"\f839"}.fa-hacker-news{--fa:"\f1d4"}.fa-creative-commons-sampling{--fa:"\f4f0"}.fa-adversal{--fa:"\f36a"}.fa-creative-commons{--fa:"\f25e"}.fa-watchman-monitoring{--fa:"\e087"}.fa-fonticons{--fa:"\f280"}.fa-weixin{--fa:"\f1d7"}.fa-shirtsinbulk{--fa:"\f214"}.fa-codepen{--fa:"\f1cb"}.fa-git-alt{--fa:"\f841"}.fa-lyft{--fa:"\f3c3"}.fa-rev{--fa:"\f5b2"}.fa-windows{--fa:"\f17a"}.fa-wizards-of-the-coast{--fa:"\f730"}.fa-square-viadeo,.fa-viadeo-square{--fa:"\f2aa"}.fa-meetup{--fa:"\f2e0"}.fa-centos{--fa:"\f789"}.fa-adn{--fa:"\f170"}.fa-cloudsmith{--fa:"\f384"}.fa-opensuse{--fa:"\e62b"}.fa-pied-piper-alt{--fa:"\f1a8"}.fa-dribbble-square,.fa-square-dribbble{--fa:"\f397"}.fa-codiepie{--fa:"\f284"}.fa-node{--fa:"\f419"}.fa-mix{--fa:"\f3cb"}.fa-steam{--fa:"\f1b6"}.fa-cc-apple-pay{--fa:"\f416"}.fa-scribd{--fa:"\f28a"}.fa-debian{--fa:"\e60b"}.fa-openid{--fa:"\f19b"}.fa-instalod{--fa:"\e081"}.fa-files-pinwheel{--fa:"\e69f"}.fa-expeditedssl{--fa:"\f23e"}.fa-sellcast{--fa:"\f2da"}.fa-square-twitter,.fa-twitter-square{--fa:"\f081"}.fa-r-project{--fa:"\f4f7"}.fa-delicious{--fa:"\f1a5"}.fa-freebsd{--fa:"\f3a4"}.fa-vuejs{--fa:"\f41f"}.fa-accusoft{--fa:"\f369"}.fa-ioxhost{--fa:"\f208"}.fa-fonticons-fi{--fa:"\f3a2"}.fa-app-store{--fa:"\f36f"}.fa-cc-mastercard{--fa:"\f1f1"}.fa-itunes-note{--fa:"\f3b5"}.fa-golang{--fa:"\e40f"}.fa-kickstarter,.fa-square-kickstarter{--fa:"\f3bb"}.fa-grav{--fa:"\f2d6"}.fa-weibo{--fa:"\f18a"}.fa-uncharted{--fa:"\e084"}.fa-firstdraft{--fa:"\f3a1"}.fa-square-youtube,.fa-youtube-square{--fa:"\f431"}.fa-wikipedia-w{--fa:"\f266"}.fa-rendact,.fa-wpressr{--fa:"\f3e4"}.fa-angellist{--fa:"\f209"}.fa-galactic-republic{--fa:"\f50c"}.fa-nfc-directional{--fa:"\e530"}.fa-skype{--fa:"\f17e"}.fa-joget{--fa:"\f3b7"}.fa-fedora{--fa:"\f798"}.fa-stripe-s{--fa:"\f42a"}.fa-meta{--fa:"\e49b"}.fa-laravel{--fa:"\f3bd"}.fa-hotjar{--fa:"\f3b1"}.fa-bluetooth-b{--fa:"\f294"}.fa-square-letterboxd{--fa:"\e62e"}.fa-sticker-mule{--fa:"\f3f7"}.fa-creative-commons-zero{--fa:"\f4f3"}.fa-hips{--fa:"\f452"}.fa-css{--fa:"\e6a2"}.fa-behance{--fa:"\f1b4"}.fa-reddit{--fa:"\f1a1"}.fa-discord{--fa:"\f392"}.fa-chrome{--fa:"\f268"}.fa-app-store-ios{--fa:"\f370"}.fa-cc-discover{--fa:"\f1f2"}.fa-wpbeginner{--fa:"\f297"}.fa-confluence{--fa:"\f78d"}.fa-shoelace{--fa:"\e60c"}.fa-mdb{--fa:"\f8ca"}.fa-dochub{--fa:"\f394"}.fa-accessible-icon{--fa:"\f368"}.fa-ebay{--fa:"\f4f4"}.fa-amazon{--fa:"\f270"}.fa-unsplash{--fa:"\e07c"}.fa-yarn{--fa:"\f7e3"}.fa-square-steam,.fa-steam-square{--fa:"\f1b7"}.fa-500px{--fa:"\f26e"}.fa-square-vimeo,.fa-vimeo-square{--fa:"\f194"}.fa-asymmetrik{--fa:"\f372"}.fa-font-awesome,.fa-font-awesome-flag,.fa-font-awesome-logo-full{--fa:"\f2b4"}.fa-gratipay{--fa:"\f184"}.fa-apple{--fa:"\f179"}.fa-hive{--fa:"\e07f"}.fa-gitkraken{--fa:"\f3a6"}.fa-keybase{--fa:"\f4f5"}.fa-apple-pay{--fa:"\f415"}.fa-padlet{--fa:"\e4a0"}.fa-amazon-pay{--fa:"\f42c"}.fa-github-square,.fa-square-github{--fa:"\f092"}.fa-stumbleupon{--fa:"\f1a4"}.fa-fedex{--fa:"\f797"}.fa-phoenix-framework{--fa:"\f3dc"}.fa-shopify{--fa:"\e057"}.fa-neos{--fa:"\f612"}.fa-square-threads{--fa:"\e619"}.fa-hackerrank{--fa:"\f5f7"}.fa-researchgate{--fa:"\f4f8"}.fa-swift{--fa:"\f8e1"}.fa-angular{--fa:"\f420"}.fa-speakap{--fa:"\f3f3"}.fa-angrycreative{--fa:"\f36e"}.fa-y-combinator{--fa:"\f23b"}.fa-empire{--fa:"\f1d1"}.fa-envira{--fa:"\f299"}.fa-google-scholar{--fa:"\e63b"}.fa-gitlab-square,.fa-square-gitlab{--fa:"\e5ae"}.fa-studiovinari{--fa:"\f3f8"}.fa-pied-piper{--fa:"\f2ae"}.fa-wordpress{--fa:"\f19a"}.fa-product-hunt{--fa:"\f288"}.fa-firefox{--fa:"\f269"}.fa-linode{--fa:"\f2b8"}.fa-goodreads{--fa:"\f3a8"}.fa-odnoklassniki-square,.fa-square-odnoklassniki{--fa:"\f264"}.fa-jsfiddle{--fa:"\f1cc"}.fa-sith{--fa:"\f512"}.fa-themeisle{--fa:"\f2b2"}.fa-page4{--fa:"\f3d7"}.fa-hashnode{--fa:"\e499"}.fa-react{--fa:"\f41b"}.fa-cc-paypal{--fa:"\f1f4"}.fa-squarespace{--fa:"\f5be"}.fa-cc-stripe{--fa:"\f1f5"}.fa-creative-commons-share{--fa:"\f4f2"}.fa-bitcoin{--fa:"\f379"}.fa-keycdn{--fa:"\f3ba"}.fa-opera{--fa:"\f26a"}.fa-itch-io{--fa:"\f83a"}.fa-umbraco{--fa:"\f8e8"}.fa-galactic-senate{--fa:"\f50d"}.fa-ubuntu{--fa:"\f7df"}.fa-draft2digital{--fa:"\f396"}.fa-stripe{--fa:"\f429"}.fa-houzz{--fa:"\f27c"}.fa-gg{--fa:"\f260"}.fa-dhl{--fa:"\f790"}.fa-pinterest-square,.fa-square-pinterest{--fa:"\f0d3"}.fa-xing{--fa:"\f168"}.fa-blackberry{--fa:"\f37b"}.fa-creative-commons-pd{--fa:"\f4ec"}.fa-playstation{--fa:"\f3df"}.fa-quinscape{--fa:"\f459"}.fa-less{--fa:"\f41d"}.fa-blogger-b{--fa:"\f37d"}.fa-opencart{--fa:"\f23d"}.fa-vine{--fa:"\f1ca"}.fa-signal-messenger{--fa:"\e663"}.fa-paypal{--fa:"\f1ed"}.fa-gitlab{--fa:"\f296"}.fa-typo3{--fa:"\f42b"}.fa-reddit-alien{--fa:"\f281"}.fa-yahoo{--fa:"\f19e"}.fa-dailymotion{--fa:"\e052"}.fa-affiliatetheme{--fa:"\f36b"}.fa-pied-piper-pp{--fa:"\f1a7"}.fa-bootstrap{--fa:"\f836"}.fa-odnoklassniki{--fa:"\f263"}.fa-nfc-symbol{--fa:"\e531"}.fa-mintbit{--fa:"\e62f"}.fa-ethereum{--fa:"\f42e"}.fa-speaker-deck{--fa:"\f83c"}.fa-creative-commons-nc-eu{--fa:"\f4e9"}.fa-patreon{--fa:"\f3d9"}.fa-avianex{--fa:"\f374"}.fa-ello{--fa:"\f5f1"}.fa-gofore{--fa:"\f3a7"}.fa-bimobject{--fa:"\f378"}.fa-brave-reverse{--fa:"\e63d"}.fa-facebook-f{--fa:"\f39e"}.fa-google-plus-square,.fa-square-google-plus{--fa:"\f0d4"}.fa-web-awesome{--fa:"\e682"}.fa-mandalorian{--fa:"\f50f"}.fa-first-order-alt{--fa:"\f50a"}.fa-osi{--fa:"\f41a"}.fa-google-wallet{--fa:"\f1ee"}.fa-d-and-d-beyond{--fa:"\f6ca"}.fa-periscope{--fa:"\f3da"}.fa-fulcrum{--fa:"\f50b"}.fa-cloudscale{--fa:"\f383"}.fa-forumbee{--fa:"\f211"}.fa-mizuni{--fa:"\f3cc"}.fa-schlix{--fa:"\f3ea"}.fa-square-xing,.fa-xing-square{--fa:"\f169"}.fa-bandcamp{--fa:"\f2d5"}.fa-wpforms{--fa:"\f298"}.fa-cloudversify{--fa:"\f385"}.fa-usps{--fa:"\f7e1"}.fa-megaport{--fa:"\f5a3"}.fa-magento{--fa:"\f3c4"}.fa-spotify{--fa:"\f1bc"}.fa-optin-monster{--fa:"\f23c"}.fa-fly{--fa:"\f417"}.fa-square-bluesky{--fa:"\e6a3"}.fa-aviato{--fa:"\f421"}.fa-itunes{--fa:"\f3b4"}.fa-cuttlefish{--fa:"\f38c"}.fa-blogger{--fa:"\f37c"}.fa-flickr{--fa:"\f16e"}.fa-viber{--fa:"\f409"}.fa-soundcloud{--fa:"\f1be"}.fa-digg{--fa:"\f1a6"}.fa-tencent-weibo{--fa:"\f1d5"}.fa-letterboxd{--fa:"\e62d"}.fa-symfony{--fa:"\f83d"}.fa-maxcdn{--fa:"\f136"}.fa-etsy{--fa:"\f2d7"}.fa-facebook-messenger{--fa:"\f39f"}.fa-audible{--fa:"\f373"}.fa-think-peaks{--fa:"\f731"}.fa-bilibili{--fa:"\e3d9"}.fa-erlang{--fa:"\f39d"}.fa-x-twitter{--fa:"\e61b"}.fa-cotton-bureau{--fa:"\f89e"}.fa-dashcube{--fa:"\f210"}.fa-42-group,.fa-innosoft{--fa:"\e080"}.fa-stack-exchange{--fa:"\f18d"}.fa-elementor{--fa:"\f430"}.fa-pied-piper-square,.fa-square-pied-piper{--fa:"\e01e"}.fa-creative-commons-nd{--fa:"\f4eb"}.fa-palfed{--fa:"\f3d8"}.fa-superpowers{--fa:"\f2dd"}.fa-resolving{--fa:"\f3e7"}.fa-xbox{--fa:"\f412"}.fa-square-web-awesome-stroke{--fa:"\e684"}.fa-searchengin{--fa:"\f3eb"}.fa-tiktok{--fa:"\e07b"}.fa-facebook-square,.fa-square-facebook{--fa:"\f082"}.fa-renren{--fa:"\f18b"}.fa-linux{--fa:"\f17c"}.fa-glide{--fa:"\f2a5"}.fa-linkedin{--fa:"\f08c"}.fa-hubspot{--fa:"\f3b2"}.fa-deploydog{--fa:"\f38e"}.fa-twitch{--fa:"\f1e8"}.fa-flutter{--fa:"\e694"}.fa-ravelry{--fa:"\f2d9"}.fa-mixer{--fa:"\e056"}.fa-lastfm-square,.fa-square-lastfm{--fa:"\f203"}.fa-vimeo{--fa:"\f40a"}.fa-mendeley{--fa:"\f7b3"}.fa-uniregistry{--fa:"\f404"}.fa-figma{--fa:"\f799"}.fa-creative-commons-remix{--fa:"\f4ee"}.fa-cc-amazon-pay{--fa:"\f42d"}.fa-dropbox{--fa:"\f16b"}.fa-instagram{--fa:"\f16d"}.fa-cmplid{--fa:"\e360"}.fa-upwork{--fa:"\e641"}.fa-facebook{--fa:"\f09a"}.fa-gripfire{--fa:"\f3ac"}.fa-jedi-order{--fa:"\f50e"}.fa-uikit{--fa:"\f403"}.fa-fort-awesome-alt{--fa:"\f3a3"}.fa-phabricator{--fa:"\f3db"}.fa-ussunnah{--fa:"\f407"}.fa-earlybirds{--fa:"\f39a"}.fa-trade-federation{--fa:"\f513"}.fa-autoprefixer{--fa:"\f41c"}.fa-whatsapp{--fa:"\f232"}.fa-square-upwork{--fa:"\e67c"}.fa-slideshare{--fa:"\f1e7"}.fa-google-play{--fa:"\f3ab"}.fa-viadeo{--fa:"\f2a9"}.fa-line{--fa:"\f3c0"}.fa-google-drive{--fa:"\f3aa"}.fa-servicestack{--fa:"\f3ec"}.fa-simplybuilt{--fa:"\f215"}.fa-bitbucket{--fa:"\f171"}.fa-imdb{--fa:"\f2d8"}.fa-deezer{--fa:"\e077"}.fa-raspberry-pi{--fa:"\f7bb"}.fa-jira{--fa:"\f7b1"}.fa-docker{--fa:"\f395"}.fa-screenpal{--fa:"\e570"}.fa-bluetooth{--fa:"\f293"}.fa-gitter{--fa:"\f426"}.fa-d-and-d{--fa:"\f38d"}.fa-microblog{--fa:"\e01a"}.fa-cc-diners-club{--fa:"\f24c"}.fa-gg-circle{--fa:"\f261"}.fa-pied-piper-hat{--fa:"\f4e5"}.fa-kickstarter-k{--fa:"\f3bc"}.fa-yandex{--fa:"\f413"}.fa-readme{--fa:"\f4d5"}.fa-html5{--fa:"\f13b"}.fa-sellsy{--fa:"\f213"}.fa-square-web-awesome{--fa:"\e683"}.fa-sass{--fa:"\f41e"}.fa-wirsindhandwerk,.fa-wsh{--fa:"\e2d0"}.fa-buromobelexperte{--fa:"\f37f"}.fa-salesforce{--fa:"\f83b"}.fa-octopus-deploy{--fa:"\e082"}.fa-medapps{--fa:"\f3c6"}.fa-ns8{--fa:"\f3d5"}.fa-pinterest-p{--fa:"\f231"}.fa-apper{--fa:"\f371"}.fa-fort-awesome{--fa:"\f286"}.fa-waze{--fa:"\f83f"}.fa-bluesky{--fa:"\e671"}.fa-cc-jcb{--fa:"\f24b"}.fa-snapchat,.fa-snapchat-ghost{--fa:"\f2ab"}.fa-fantasy-flight-games{--fa:"\f6dc"}.fa-rust{--fa:"\e07a"}.fa-wix{--fa:"\f5cf"}.fa-behance-square,.fa-square-behance{--fa:"\f1b5"}.fa-supple{--fa:"\f3f9"}.fa-webflow{--fa:"\e65c"}.fa-rebel{--fa:"\f1d0"}.fa-css3{--fa:"\f13c"}.fa-staylinked{--fa:"\f3f5"}.fa-kaggle{--fa:"\f5fa"}.fa-space-awesome{--fa:"\e5ac"}.fa-deviantart{--fa:"\f1bd"}.fa-cpanel{--fa:"\f388"}.fa-goodreads-g{--fa:"\f3a9"}.fa-git-square,.fa-square-git{--fa:"\f1d2"}.fa-square-tumblr,.fa-tumblr-square{--fa:"\f174"}.fa-trello{--fa:"\f181"}.fa-creative-commons-nc-jp{--fa:"\f4ea"}.fa-get-pocket{--fa:"\f265"}.fa-perbyte{--fa:"\e083"}.fa-grunt{--fa:"\f3ad"}.fa-weebly{--fa:"\f5cc"}.fa-connectdevelop{--fa:"\f20e"}.fa-leanpub{--fa:"\f212"}.fa-black-tie{--fa:"\f27e"}.fa-themeco{--fa:"\f5c6"}.fa-python{--fa:"\f3e2"}.fa-android{--fa:"\f17b"}.fa-bots{--fa:"\e340"}.fa-free-code-camp{--fa:"\f2c5"}.fa-hornbill{--fa:"\f592"}.fa-js{--fa:"\f3b8"}.fa-ideal{--fa:"\e013"}.fa-git{--fa:"\f1d3"}.fa-dev{--fa:"\f6cc"}.fa-sketch{--fa:"\f7c6"}.fa-yandex-international{--fa:"\f414"}.fa-cc-amex{--fa:"\f1f3"}.fa-uber{--fa:"\f402"}.fa-github{--fa:"\f09b"}.fa-php{--fa:"\f457"}.fa-alipay{--fa:"\f642"}.fa-youtube{--fa:"\f167"}.fa-skyatlas{--fa:"\f216"}.fa-firefox-browser{--fa:"\e007"}.fa-replyd{--fa:"\f3e6"}.fa-suse{--fa:"\f7d6"}.fa-jenkins{--fa:"\f3b6"}.fa-twitter{--fa:"\f099"}.fa-rockrms{--fa:"\f3e9"}.fa-pinterest{--fa:"\f0d2"}.fa-buffer{--fa:"\f837"}.fa-npm{--fa:"\f3d4"}.fa-yammer{--fa:"\f840"}.fa-btc{--fa:"\f15a"}.fa-dribbble{--fa:"\f17d"}.fa-stumbleupon-circle{--fa:"\f1a3"}.fa-internet-explorer{--fa:"\f26b"}.fa-stubber{--fa:"\e5c7"}.fa-telegram,.fa-telegram-plane{--fa:"\f2c6"}.fa-old-republic{--fa:"\f510"}.fa-odysee{--fa:"\e5c6"}.fa-square-whatsapp,.fa-whatsapp-square{--fa:"\f40c"}.fa-node-js{--fa:"\f3d3"}.fa-edge-legacy{--fa:"\e078"}.fa-slack,.fa-slack-hash{--fa:"\f198"}.fa-medrt{--fa:"\f3c8"}.fa-usb{--fa:"\f287"}.fa-tumblr{--fa:"\f173"}.fa-vaadin{--fa:"\f408"}.fa-quora{--fa:"\f2c4"}.fa-square-x-twitter{--fa:"\e61a"}.fa-reacteurope{--fa:"\f75d"}.fa-medium,.fa-medium-m{--fa:"\f23a"}.fa-amilia{--fa:"\f36d"}.fa-mixcloud{--fa:"\f289"}.fa-flipboard{--fa:"\f44d"}.fa-viacoin{--fa:"\f237"}.fa-critical-role{--fa:"\f6c9"}.fa-sitrox{--fa:"\e44a"}.fa-discourse{--fa:"\f393"}.fa-joomla{--fa:"\f1aa"}.fa-mastodon{--fa:"\f4f6"}.fa-airbnb{--fa:"\f834"}.fa-wolf-pack-battalion{--fa:"\f514"}.fa-buy-n-large{--fa:"\f8a6"}.fa-gulp{--fa:"\f3ae"}.fa-creative-commons-sampling-plus{--fa:"\f4f1"}.fa-strava{--fa:"\f428"}.fa-ember{--fa:"\f423"}.fa-canadian-maple-leaf{--fa:"\f785"}.fa-teamspeak{--fa:"\f4f9"}.fa-pushed{--fa:"\f3e1"}.fa-wordpress-simple{--fa:"\f411"}.fa-nutritionix{--fa:"\f3d6"}.fa-wodu{--fa:"\e088"}.fa-google-pay{--fa:"\e079"}.fa-intercom{--fa:"\f7af"}.fa-zhihu{--fa:"\f63f"}.fa-korvue{--fa:"\f42f"}.fa-pix{--fa:"\e43a"}.fa-steam-symbol{--fa:"\f3f6"}

/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */:root{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:#0d6efd;--bs-secondary:#6c757d;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-primary-rgb:13,110,253;--bs-secondary-rgb:108,117,125;--bs-success-rgb:25,135,84;--bs-info-rgb:13,202,240;--bs-warning-rgb:255,193,7;--bs-danger-rgb:220,53,69;--bs-light-rgb:248,249,250;--bs-dark-rgb:33,37,41;--bs-white-rgb:255,255,255;--bs-black-rgb:0,0,0;--bs-body-color-rgb:33,37,41;--bs-body-bg-rgb:255,255,255;--bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg,#ffffff26,#fff0);--bs-body-font-family:var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:#212529;--bs-body-bg:#fff}*,:after,:before{box-sizing:border-box}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{-webkit-tap-highlight-color:rgba(0,0,0,0);background-color:var(--bs-body-bg);color:var(--bs-body-color);font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);margin:0;text-align:var(--bs-body-text-align)}hr{background-color:currentColor;border:0;color:inherit;margin:1rem 0;opacity:.25}hr:not([size]){height:1px}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{color:inherit;font-family:inherit;font-weight:500;line-height:1.2;margin-bottom:.5rem;margin-top:0}.h1,h1{font-size:calc(1.375rem + 1.5vw)}@media (min-width:1200px){.h1,h1{font-size:2.5rem}}.h2,h2{font-size:calc(1.325rem + .9vw)}@media (min-width:1200px){.h2,h2{font-size:2rem}}.h3,h3{font-size:calc(1.3rem + .6vw)}@media (min-width:1200px){.h3,h3{font-size:1.75rem}}.h4,h4{font-size:calc(1.275rem + .3vw)}@media (min-width:1200px){.h4,h4{font-size:1.5rem}}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}p{margin-bottom:1rem}abbr[data-bs-original-title],abbr[title]{cursor:help;text-decoration:underline dotted;text-decoration-skip-ink:none}address{font-style:normal;line-height:inherit;margin-bottom:1rem}ol,ul{padding-left:2rem}dl,ol,ul{margin-bottom:1rem;margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}.block-footer .legal-text li,.mm-menu .mm-listitem>.mm-listitem__text .nav-menu-text-subtitle,.navbar-design .nav-link .nav-menu-text .nav-menu-text-subtitle,.small,.subnav .nav-link .nav-menu-text .nav-menu-text-subtitle,small{font-size:.875em}.mark,mark{background-color:#fcf8e3;padding:.2em}sub,sup{font-size:.75em;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}a{color:theme-color("primary")}a,a:hover{text-decoration:underline}a:hover{color:#0a58ca}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{direction:ltr;font-family:var(--bs-font-monospace);font-size:1em;unicode-bidi:bidi-override}pre{color:#212529;display:block;font-size:.875em;margin-bottom:1rem;margin-top:0;overflow:auto}pre code{color:inherit;font-size:inherit;word-break:normal}code{word-wrap:break-word;color:#d63384;font-size:.875em}a>code{color:inherit}kbd{background-color:#212529;border-radius:.2rem;color:#fff;font-size:.875em;padding:.2rem .4rem}kbd kbd{font-size:1em;font-weight:700;padding:0}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{border-collapse:collapse;caption-side:bottom}caption{color:#6c757d;padding-bottom:.5rem;padding-top:.5rem;text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border:0 solid;border-color:inherit}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]::-webkit-calendar-picker-indicator{display:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{border-style:none;padding:0}textarea{resize:vertical}fieldset{border:0;margin:0;min-width:0;padding:0}legend{float:left;font-size:calc(1.275rem + .3vw);margin-bottom:.5rem;padding:0;width:100%}@media (min-width:1200px){legend{font-size:1.5rem}}legend{line-height:inherit}legend+*{clear:left}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}output{display:inline-block}iframe{border:0}summary{cursor:pointer;display:list-item}progress{vertical-align:initial}[hidden]{display:none!important}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:calc(1.625rem + 4.5vw)}@media (min-width:1200px){.display-1{font-size:5rem}}.display-1{font-weight:300;line-height:1.2}.display-2{font-size:calc(1.575rem + 3.9vw)}@media (min-width:1200px){.display-2{font-size:4.5rem}}.display-2{font-weight:300;line-height:1.2}.display-3{font-size:calc(1.525rem + 3.3vw)}@media (min-width:1200px){.display-3{font-size:4rem}}.display-3{font-weight:300;line-height:1.2}.display-4{font-size:calc(1.475rem + 2.7vw)}@media (min-width:1200px){.display-4{font-size:3.5rem}}.display-4{font-weight:300;line-height:1.2}.display-5{font-size:calc(1.425rem + 2.1vw)}@media (min-width:1200px){.display-5{font-size:3rem}}.display-5{font-weight:300;line-height:1.2}.display-6{font-size:calc(1.375rem + 1.5vw)}@media (min-width:1200px){.display-6{font-size:2.5rem}}.display-6{font-weight:300;line-height:1.2}.list-inline,.list-unstyled{list-style:none;padding-left:0}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:.875em;text-transform:uppercase}.blockquote{font-size:1.25rem;margin-bottom:1rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{color:#6c757d;font-size:.875em;margin-bottom:1rem;margin-top:-1rem}.blockquote-footer:before{content:"— "}.img-fluid,.img-thumbnail{height:auto;max-width:100%}.img-thumbnail{background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;padding:.25rem}.figure{display:inline-block}.figure-img{line-height:1;margin-bottom:.5rem}.figure-caption{color:#6c757d;font-size:.875em}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{margin-left:auto;margin-right:auto;padding-left:var(--bs-gutter-x,.75rem);padding-right:var(--bs-gutter-x,.75rem);width:100%}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}@media (min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1320px}}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-left:calc(var(--bs-gutter-x)*-.5);margin-right:calc(var(--bs-gutter-x)*-.5);margin-top:calc(var(--bs-gutter-y)*-1)}.row>*{flex-shrink:0;margin-top:var(--bs-gutter-y);max-width:100%;padding-left:calc(var(--bs-gutter-x)*.5);padding-right:calc(var(--bs-gutter-x)*.5);width:100%}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6,.filter .range-filters .range-value:nth-child(2),.filter .range-filters .range-value:nth-child(3){flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12,.filter .range-filters .ds-cs-range-slider{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:0.25rem}.g-1,.gy-1{--bs-gutter-y:0.25rem}.g-2,.gx-2{--bs-gutter-x:0.5rem}.g-2,.gy-2{--bs-gutter-y:0.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}@media (min-width:576px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}}@media (min-width:768px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}}@media (min-width:992px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}}@media (min-width:1200px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}}@media (min-width:1400px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x:0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:3rem}}.medium-editor-table,.table{--bs-table-bg:#0000;--bs-table-accent-bg:#0000;--bs-table-striped-color:#212529;--bs-table-striped-bg:#0000000d;--bs-table-active-color:#212529;--bs-table-active-bg:#0000001a;--bs-table-hover-color:#212529;--bs-table-hover-bg:rgba(0,0,0,.075);border-color:#dee2e6;color:#212529;margin-bottom:1rem;vertical-align:top;width:100%}.medium-editor-table>:not(caption)>*>*,.table>:not(caption)>*>*{background-color:var(--bs-table-bg);border-bottom-width:1px;box-shadow:inset 0 0 0 9999px var(--bs-table-accent-bg);padding:.5rem}.medium-editor-table>tbody,.table>tbody{vertical-align:inherit}.medium-editor-table>thead,.table>thead{vertical-align:bottom}.medium-editor-table>:not(:first-child),.table>:not(:first-child){border-top:2px solid}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem}.medium-editor-table>:not(caption)>*,.table-bordered>:not(caption)>*{border-width:1px 0}.medium-editor-table>:not(caption)>*>*,.table-bordered>:not(caption)>*>*{border-width:0 1px}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-borderless>:not(:first-child){border-top-width:0}.table-striped>tbody>tr:nth-of-type(odd)>*{--bs-table-accent-bg:var(--bs-table-striped-bg);color:var(--bs-table-striped-color)}.table-active{--bs-table-accent-bg:var(--bs-table-active-bg);color:var(--bs-table-active-color)}.table-hover>tbody>tr:hover>*{--bs-table-accent-bg:var(--bs-table-hover-bg);color:var(--bs-table-hover-color)}.table-primary{--bs-table-bg:#cfe2ff;--bs-table-striped-bg:#c4d7f2;--bs-table-striped-color:#000;--bs-table-active-bg:#bacbe5;--bs-table-active-color:#000;--bs-table-hover-bg:#bfd1ec;--bs-table-hover-color:#000;border-color:#bacbe5;color:#000}.table-secondary{--bs-table-bg:#e2e3e5;--bs-table-striped-bg:#d6d8da;--bs-table-striped-color:#000;--bs-table-active-bg:#cbcdce;--bs-table-active-color:#000;--bs-table-hover-bg:#d1d2d4;--bs-table-hover-color:#000;border-color:#cbcdce;color:#000}.table-success{--bs-table-bg:#d1e7dd;--bs-table-striped-bg:#c7dbd2;--bs-table-striped-color:#000;--bs-table-active-bg:#bcd0c7;--bs-table-active-color:#000;--bs-table-hover-bg:#c1d6cc;--bs-table-hover-color:#000;border-color:#bcd0c7;color:#000}.table-info{--bs-table-bg:#cff4fc;--bs-table-striped-bg:#c4e8ef;--bs-table-striped-color:#000;--bs-table-active-bg:#badce3;--bs-table-active-color:#000;--bs-table-hover-bg:#bfe2e9;--bs-table-hover-color:#000;border-color:#badce3;color:#000}.table-warning{--bs-table-bg:#fff3cd;--bs-table-striped-bg:#f2e6c3;--bs-table-striped-color:#000;--bs-table-active-bg:#e6dab9;--bs-table-active-color:#000;--bs-table-hover-bg:#ece0be;--bs-table-hover-color:#000;border-color:#e6dab9;color:#000}.table-danger{--bs-table-bg:#f8d7da;--bs-table-striped-bg:#eccccf;--bs-table-striped-color:#000;--bs-table-active-bg:#dfc1c4;--bs-table-active-color:#000;--bs-table-hover-bg:#e5c7c9;--bs-table-hover-color:#000;border-color:#dfc1c4;color:#000}.table-light{--bs-table-bg:#f8f9fa;--bs-table-striped-bg:#ecedee;--bs-table-striped-color:#000;--bs-table-active-bg:#dfe0e1;--bs-table-active-color:#000;--bs-table-hover-bg:#e5e6e7;--bs-table-hover-color:#000;border-color:#dfe0e1;color:#000}.table-dark{--bs-table-bg:#212529;--bs-table-striped-bg:#2c3034;--bs-table-striped-color:#fff;--bs-table-active-bg:#373b3e;--bs-table-active-color:#fff;--bs-table-hover-bg:#323539;--bs-table-hover-color:#fff;border-color:#373b3e;color:#fff}.table-responsive{-webkit-overflow-scrolling:touch;overflow-x:auto}@media (max-width:575.98px){.table-responsive-sm{-webkit-overflow-scrolling:touch;overflow-x:auto}}@media (max-width:767.98px){.table-responsive-md{-webkit-overflow-scrolling:touch;overflow-x:auto}}@media (max-width:991.98px){.table-responsive-lg{-webkit-overflow-scrolling:touch;overflow-x:auto}}@media (max-width:1199.98px){.table-responsive-xl{-webkit-overflow-scrolling:touch;overflow-x:auto}}@media (max-width:1399.98px){.table-responsive-xxl{-webkit-overflow-scrolling:touch;overflow-x:auto}}.form-label{margin-bottom:.5rem}.col-form-label{font-size:inherit;line-height:1.5;margin-bottom:0;padding-bottom:calc(.375rem + 1px);padding-top:calc(.375rem + 1px)}.col-form-label-lg{font-size:1.25rem;padding-bottom:calc(.5rem + 1px);padding-top:calc(.5rem + 1px)}.col-form-label-sm{font-size:.875rem;padding-bottom:calc(.25rem + 1px);padding-top:calc(.25rem + 1px)}.form-text{color:#6c757d;font-size:.875em;margin-top:.25rem}.form-control{appearance:none;background-clip:padding-box;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem;color:#212529;display:block;font-size:1rem;font-weight:400;line-height:1.5;padding:.375rem .75rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control[type=file]{overflow:hidden}.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{background-color:#fff;border-color:#86b7fe;box-shadow:0 0 0 .25rem #0d6efd40;color:#212529;outline:0}.form-control::-webkit-date-and-time-value{height:1.5em}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}.form-control::file-selector-button{background-color:#e9ecef;border:0 solid;border-color:inherit;border-inline-end-width:1px;border-radius:0;color:#212529;margin:-.375rem -.75rem;margin-inline-end:.75rem;padding:.375rem .75rem;pointer-events:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:#dde0e3}.form-control::-webkit-file-upload-button{background-color:#e9ecef;border:0 solid;border-color:inherit;border-inline-end-width:1px;border-radius:0;color:#212529;margin:-.375rem -.75rem;margin-inline-end:.75rem;padding:.375rem .75rem;pointer-events:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control::-webkit-file-upload-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:#dde0e3}.form-control-plaintext{background-color:initial;border:solid #0000;border-width:1px 0;color:#212529;display:block;line-height:1.5;margin-bottom:0;padding:.375rem 0;width:100%}.block-footer .form-control-plaintext.form-control,.ds-contact-design .ds-col .form-control-plaintext.form-control,.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-left:0;padding-right:0}.block-footer .form-control,.ds-contact-design .ds-col .form-control,.form-control-sm{border-radius:.2rem;font-size:.875rem;min-height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem}.block-footer .form-control::file-selector-button,.ds-contact-design .ds-col .form-control::file-selector-button,.form-control-sm::file-selector-button{margin:-.25rem -.5rem;margin-inline-end:.5rem;padding:.25rem .5rem}.block-footer .form-control::-webkit-file-upload-button,.ds-contact-design .ds-col .form-control::-webkit-file-upload-button,.form-control-sm::-webkit-file-upload-button{margin:-.25rem -.5rem;margin-inline-end:.5rem;padding:.25rem .5rem}.form-control-lg{border-radius:.3rem;font-size:1.25rem;min-height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem}.form-control-lg::file-selector-button{margin:-.5rem -1rem;margin-inline-end:1rem;padding:.5rem 1rem}.form-control-lg::-webkit-file-upload-button{margin:-.5rem -1rem;margin-inline-end:1rem;padding:.5rem 1rem}textarea.form-control{min-height:calc(1.5em + .75rem + 2px)}.block-footer textarea.form-control,.ds-contact-design .ds-col textarea.form-control,textarea.form-control-sm{min-height:calc(1.5em + .5rem + 2px)}textarea.form-control-lg{min-height:calc(1.5em + 1rem + 2px)}.form-control-color{height:auto;padding:.375rem;width:3rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{border-radius:.25rem;height:1.5em}.form-control-color::-webkit-color-swatch{border-radius:.25rem;height:1.5em}.form-select{-moz-padding-start:calc(.75rem - 3px);background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;background-size:16px 12px;border:1px solid #ced4da;border-radius:.25rem;color:#212529;display:block;font-size:1rem;font-weight:400;line-height:1.5;padding:.375rem 2.25rem .375rem .75rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}@media (prefers-reduced-motion:reduce){.form-select{transition:none}}.form-select{appearance:none}.form-select:focus{border-color:#86b7fe;box-shadow:0 0 0 .25rem #0d6efd40;outline:0}.form-select[multiple],.form-select[size]:not([size="1"]){background-image:none;padding-right:.75rem}.form-select:disabled{background-color:#e9ecef}.form-select:-moz-focusring{color:#0000;text-shadow:0 0 0 #212529}.form-select-sm{border-radius:.2rem;font-size:.875rem;padding-bottom:.25rem;padding-left:.5rem;padding-top:.25rem}.form-select-lg{border-radius:.3rem;font-size:1.25rem;padding-bottom:.5rem;padding-left:1rem;padding-top:.5rem}.form-check{margin-bottom:.125rem;min-height:1.5rem;padding-left:1.5em}.form-check .form-check-input{float:left;margin-left:-1.5em}.form-check-input{color-adjust:exact;appearance:none;background-color:#fff;background-position:50%;background-repeat:no-repeat;background-size:contain;border:1px solid #00000040;height:1em;margin-top:.25em;vertical-align:top;width:1em}.form-check-input[type=checkbox]{border-radius:.25em}.form-check-input[type=radio]{border-radius:50%}.form-check-input:active{filter:brightness(90%)}.form-check-input:focus{border-color:#86b7fe;box-shadow:0 0 0 .25rem #0d6efd40;outline:0}.form-check-input:checked{background-color:#0d6efd;border-color:#0d6efd}.form-check-input:checked[type=checkbox]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E")}.form-check-input:checked[type=radio]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%23fff'/%3E%3C/svg%3E")}.form-check-input[type=checkbox]:indeterminate{background-color:#0d6efd;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3E%3C/svg%3E");border-color:#0d6efd}.form-check-input:disabled{filter:none;opacity:.5;pointer-events:none}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{opacity:.5}.form-switch{padding-left:2.5em}.form-switch .form-check-input{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(0, 0, 0, 0.25)'/%3E%3C/svg%3E");background-position:0;border-radius:2em;margin-left:-2.5em;transition:background-position .15s ease-in-out;width:2em}@media (prefers-reduced-motion:reduce){.form-switch .form-check-input{transition:none}}.form-switch .form-check-input:focus{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%2386B6FE'/%3E%3C/svg%3E")}.form-switch .form-check-input:checked{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");background-position:100%}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{clip:rect(0,0,0,0);pointer-events:none;position:absolute}.btn-check:disabled+.btn,.btn-check[disabled]+.btn{filter:none;opacity:.65;pointer-events:none}.form-range{appearance:none;background-color:initial;height:1.5rem;padding:0;width:100%}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem #0d6efd40}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem #0d6efd40}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{background-color:#0d6efd;border:0;border-radius:1rem;height:1rem;margin-top:-.25rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:1rem}@media (prefers-reduced-motion:reduce){.form-range::-webkit-slider-thumb{transition:none}}.form-range::-webkit-slider-thumb{appearance:none}.form-range::-webkit-slider-thumb:active{background-color:#b6d4fe}.form-range::-webkit-slider-runnable-track{background-color:#dee2e6;border-color:#0000;border-radius:1rem;color:#0000;cursor:pointer;height:.5rem;width:100%}.form-range::-moz-range-thumb{background-color:#0d6efd;border:0;border-radius:1rem;height:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:1rem}@media (prefers-reduced-motion:reduce){.form-range::-moz-range-thumb{transition:none}}.form-range::-moz-range-thumb{appearance:none}.form-range::-moz-range-thumb:active{background-color:#b6d4fe}.form-range::-moz-range-track{background-color:#dee2e6;border-color:#0000;border-radius:1rem;color:#0000;cursor:pointer;height:.5rem;width:100%}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.form-range:disabled::-moz-range-thumb{background-color:#adb5bd}.form-floating{position:relative}.form-floating>.form-control,.form-floating>.form-select{height:calc(3.5rem + 2px);line-height:1.25}.form-floating>label{border:1px solid #0000;height:100%;left:0;padding:1rem .75rem;pointer-events:none;position:absolute;top:0;transform-origin:0 0;transition:opacity .1s ease-in-out,transform .1s ease-in-out}@media (prefers-reduced-motion:reduce){.form-floating>label{transition:none}}.form-floating>.form-control{padding:1rem .75rem}.form-floating>.form-control::placeholder{color:#0000}.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown){padding-bottom:.625rem;padding-top:1.625rem}.form-floating>.form-control:-webkit-autofill{padding-bottom:.625rem;padding-top:1.625rem}.form-floating>.form-select{padding-bottom:.625rem;padding-top:1.625rem}.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-select~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control:-webkit-autofill~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.input-group{align-items:stretch;display:flex;flex-wrap:wrap;position:relative;width:100%}.input-group>.form-control,.input-group>.form-select{flex:1 1 auto;min-width:0;position:relative;width:1%}.input-group>.form-control:focus,.input-group>.form-select:focus{z-index:3}.input-group .btn{position:relative;z-index:2}.input-group .btn:focus{z-index:3}.input-group-text{align-items:center;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem;color:#212529;display:flex;font-size:1rem;font-weight:400;line-height:1.5;padding:.375rem .75rem;text-align:center;white-space:nowrap}.input-group-lg>.btn,.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text{border-radius:.3rem;font-size:1.25rem;padding:.5rem 1rem}.input-group-sm>.btn,.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text{border-radius:.2rem;font-size:.875rem;padding:.25rem .5rem}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:3rem}.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu){border-bottom-right-radius:0;border-top-right-radius:0}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){border-bottom-left-radius:0;border-top-left-radius:0;margin-left:-1px}.valid-feedback{color:#198754;display:none;font-size:.875em;margin-top:.25rem;width:100%}.valid-tooltip{background-color:#198754e6;border-radius:.25rem;color:#fff;display:none;font-size:.875rem;margin-top:.1rem;max-width:100%;padding:.25rem .5rem;position:absolute;top:100%;z-index:5}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");background-position:right calc(.375em + .1875rem) center;background-repeat:no-repeat;background-size:calc(.75em + .375rem) calc(.75em + .375rem);border-color:#198754;padding-right:calc(1.5em + .75rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem #19875440}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem);padding-right:calc(1.5em + .75rem)}.form-select.is-valid,.was-validated .form-select:valid{border-color:#198754}.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"],.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E"),url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem);padding-right:4.125rem}.form-select.is-valid:focus,.was-validated .form-select:valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem #19875440}.form-check-input.is-valid,.was-validated .form-check-input:valid{border-color:#198754}.form-check-input.is-valid:checked,.was-validated .form-check-input:valid:checked{background-color:#198754}.form-check-input.is-valid:focus,.was-validated .form-check-input:valid:focus{box-shadow:0 0 0 .25rem #19875440}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#198754}.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.input-group .form-control.is-valid,.input-group .form-select.is-valid,.was-validated .input-group .form-control:valid,.was-validated .input-group .form-select:valid{z-index:1}.input-group .form-control.is-valid:focus,.input-group .form-select.is-valid:focus,.was-validated .input-group .form-control:valid:focus,.was-validated .input-group .form-select:valid:focus{z-index:3}.invalid-feedback{color:#dc3545;display:none;font-size:.875em;margin-top:.25rem;width:100%}.invalid-tooltip{background-color:#dc3545e6;border-radius:.25rem;color:#fff;display:none;font-size:.875rem;margin-top:.1rem;max-width:100%;padding:.25rem .5rem;position:absolute;top:100%;z-index:5}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");background-position:right calc(.375em + .1875rem) center;background-repeat:no-repeat;background-size:calc(.75em + .375rem) calc(.75em + .375rem);border-color:#dc3545;padding-right:calc(1.5em + .75rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem #dc354540}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem);padding-right:calc(1.5em + .75rem)}.form-select.is-invalid,.was-validated .form-select:invalid{border-color:#dc3545}.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"],.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E"),url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem);padding-right:4.125rem}.form-select.is-invalid:focus,.was-validated .form-select:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem #dc354540}.form-check-input.is-invalid,.was-validated .form-check-input:invalid{border-color:#dc3545}.form-check-input.is-invalid:checked,.was-validated .form-check-input:invalid:checked{background-color:#dc3545}.form-check-input.is-invalid:focus,.was-validated .form-check-input:invalid:focus{box-shadow:0 0 0 .25rem #dc354540}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.input-group .form-control.is-invalid,.input-group .form-select.is-invalid,.was-validated .input-group .form-control:invalid,.was-validated .input-group .form-select:invalid{z-index:2}.input-group .form-control.is-invalid:focus,.input-group .form-select.is-invalid:focus,.was-validated .input-group .form-control:invalid:focus,.was-validated .input-group .form-select:invalid:focus{z-index:3}.btn{background-color:initial;border:1px solid #0000;border-radius:.25rem;color:#212529;cursor:pointer;display:inline-block;font-size:1rem;font-weight:400;line-height:1.5;padding:.375rem .75rem;text-align:center;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;user-select:none;vertical-align:middle}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#212529;text-decoration:none}.btn-check:focus+.btn,.btn:focus{box-shadow:0 0 0 .25rem #0d6efd40;outline:0}.btn.disabled,.btn:disabled,fieldset:disabled .btn{opacity:.65;pointer-events:none}.btn-primary{background-color:#0d6efd;border-color:#0d6efd;color:#fff}.btn-check:focus+.btn-primary,.btn-primary:focus,.btn-primary:hover{background-color:#0b5ed7;border-color:#0a58ca;color:#fff}.btn-check:focus+.btn-primary,.btn-primary:focus{box-shadow:0 0 0 .25rem #3184fd80}.btn-check:active+.btn-primary,.btn-check:checked+.btn-primary,.btn-primary.active,.btn-primary:active,.show>.btn-primary.dropdown-toggle{background-color:#0a58ca;border-color:#0a53be;color:#fff}.btn-check:active+.btn-primary:focus,.btn-check:checked+.btn-primary:focus,.btn-primary.active:focus,.btn-primary:active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .25rem #3184fd80}.btn-primary.disabled,.btn-primary:disabled{background-color:#0d6efd;border-color:#0d6efd;color:#fff}.btn-secondary{background-color:#6c757d;border-color:#6c757d;color:#fff}.btn-check:focus+.btn-secondary,.btn-secondary:focus,.btn-secondary:hover{background-color:#5c636a;border-color:#565e64;color:#fff}.btn-check:focus+.btn-secondary,.btn-secondary:focus{box-shadow:0 0 0 .25rem #828a9180}.btn-check:active+.btn-secondary,.btn-check:checked+.btn-secondary,.btn-secondary.active,.btn-secondary:active,.show>.btn-secondary.dropdown-toggle{background-color:#565e64;border-color:#51585e;color:#fff}.btn-check:active+.btn-secondary:focus,.btn-check:checked+.btn-secondary:focus,.btn-secondary.active:focus,.btn-secondary:active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .25rem #828a9180}.btn-secondary.disabled,.btn-secondary:disabled{background-color:#6c757d;border-color:#6c757d;color:#fff}.btn-success{background-color:#198754;border-color:#198754;color:#fff}.btn-check:focus+.btn-success,.btn-success:focus,.btn-success:hover{background-color:#157347;border-color:#146c43;color:#fff}.btn-check:focus+.btn-success,.btn-success:focus{box-shadow:0 0 0 .25rem #3c996e80}.btn-check:active+.btn-success,.btn-check:checked+.btn-success,.btn-success.active,.btn-success:active,.show>.btn-success.dropdown-toggle{background-color:#146c43;border-color:#13653f;color:#fff}.btn-check:active+.btn-success:focus,.btn-check:checked+.btn-success:focus,.btn-success.active:focus,.btn-success:active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .25rem #3c996e80}.btn-success.disabled,.btn-success:disabled{background-color:#198754;border-color:#198754;color:#fff}.btn-info{background-color:#0dcaf0;border-color:#0dcaf0;color:#000}.btn-check:focus+.btn-info,.btn-info:focus,.btn-info:hover{background-color:#31d2f2;border-color:#25cff2;color:#000}.btn-check:focus+.btn-info,.btn-info:focus{box-shadow:0 0 0 .25rem #0baccc80}.btn-check:active+.btn-info,.btn-check:checked+.btn-info,.btn-info.active,.btn-info:active,.show>.btn-info.dropdown-toggle{background-color:#3dd5f3;border-color:#25cff2;color:#000}.btn-check:active+.btn-info:focus,.btn-check:checked+.btn-info:focus,.btn-info.active:focus,.btn-info:active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .25rem #0baccc80}.btn-info.disabled,.btn-info:disabled{background-color:#0dcaf0;border-color:#0dcaf0;color:#000}.btn-warning{background-color:#ffc107;border-color:#ffc107;color:#000}.btn-check:focus+.btn-warning,.btn-warning:focus,.btn-warning:hover{background-color:#ffca2c;border-color:#ffc720;color:#000}.btn-check:focus+.btn-warning,.btn-warning:focus{box-shadow:0 0 0 .25rem #d9a40680}.btn-check:active+.btn-warning,.btn-check:checked+.btn-warning,.btn-warning.active,.btn-warning:active,.show>.btn-warning.dropdown-toggle{background-color:#ffcd39;border-color:#ffc720;color:#000}.btn-check:active+.btn-warning:focus,.btn-check:checked+.btn-warning:focus,.btn-warning.active:focus,.btn-warning:active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .25rem #d9a40680}.btn-warning.disabled,.btn-warning:disabled{background-color:#ffc107;border-color:#ffc107;color:#000}.btn-danger{background-color:#dc3545;border-color:#dc3545;color:#fff}.btn-check:focus+.btn-danger,.btn-danger:focus,.btn-danger:hover{background-color:#bb2d3b;border-color:#b02a37;color:#fff}.btn-check:focus+.btn-danger,.btn-danger:focus{box-shadow:0 0 0 .25rem #e1536180}.btn-check:active+.btn-danger,.btn-check:checked+.btn-danger,.btn-danger.active,.btn-danger:active,.show>.btn-danger.dropdown-toggle{background-color:#b02a37;border-color:#a52834;color:#fff}.btn-check:active+.btn-danger:focus,.btn-check:checked+.btn-danger:focus,.btn-danger.active:focus,.btn-danger:active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .25rem #e1536180}.btn-danger.disabled,.btn-danger:disabled{background-color:#dc3545;border-color:#dc3545;color:#fff}.btn-light{background-color:#f8f9fa;border-color:#f8f9fa;color:#000}.btn-check:focus+.btn-light,.btn-light:focus,.btn-light:hover{background-color:#f9fafb;border-color:#f9fafb;color:#000}.btn-check:focus+.btn-light,.btn-light:focus{box-shadow:0 0 0 .25rem #d3d4d580}.btn-check:active+.btn-light,.btn-check:checked+.btn-light,.btn-light.active,.btn-light:active,.show>.btn-light.dropdown-toggle{background-color:#f9fafb;border-color:#f9fafb;color:#000}.btn-check:active+.btn-light:focus,.btn-check:checked+.btn-light:focus,.btn-light.active:focus,.btn-light:active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .25rem #d3d4d580}.btn-light.disabled,.btn-light:disabled{background-color:#f8f9fa;border-color:#f8f9fa;color:#000}.btn-dark{background-color:#212529;border-color:#212529;color:#fff}.btn-check:focus+.btn-dark,.btn-dark:focus,.btn-dark:hover{background-color:#1c1f23;border-color:#1a1e21;color:#fff}.btn-check:focus+.btn-dark,.btn-dark:focus{box-shadow:0 0 0 .25rem #42464980}.btn-check:active+.btn-dark,.btn-check:checked+.btn-dark,.btn-dark.active,.btn-dark:active,.show>.btn-dark.dropdown-toggle{background-color:#1a1e21;border-color:#191c1f;color:#fff}.btn-check:active+.btn-dark:focus,.btn-check:checked+.btn-dark:focus,.btn-dark.active:focus,.btn-dark:active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .25rem #42464980}.btn-dark.disabled,.btn-dark:disabled{background-color:#212529;border-color:#212529;color:#fff}.btn-outline-primary{border-color:#0d6efd;color:#0d6efd}.btn-outline-primary:hover{background-color:#0d6efd;border-color:#0d6efd;color:#fff}.btn-check:focus+.btn-outline-primary,.btn-outline-primary:focus{box-shadow:0 0 0 .25rem #0d6efd80}.btn-check:active+.btn-outline-primary,.btn-check:checked+.btn-outline-primary,.btn-outline-primary.active,.btn-outline-primary.dropdown-toggle.show,.btn-outline-primary:active{background-color:#0d6efd;border-color:#0d6efd;color:#fff}.btn-check:active+.btn-outline-primary:focus,.btn-check:checked+.btn-outline-primary:focus,.btn-outline-primary.active:focus,.btn-outline-primary.dropdown-toggle.show:focus,.btn-outline-primary:active:focus{box-shadow:0 0 0 .25rem #0d6efd80}.btn-outline-primary.disabled,.btn-outline-primary:disabled{background-color:initial;color:#0d6efd}.btn-outline-secondary{border-color:#6c757d}.btn-outline-secondary:hover{background-color:#6c757d;border-color:#6c757d}.btn-check:focus+.btn-outline-secondary,.btn-outline-secondary:focus{box-shadow:0 0 0 .25rem #6c757d80}.btn-check:active+.btn-outline-secondary,.btn-check:checked+.btn-outline-secondary,.btn-outline-secondary.active,.btn-outline-secondary.dropdown-toggle.show,.btn-outline-secondary:active{background-color:#6c757d;border-color:#6c757d;color:#fff}.btn-check:active+.btn-outline-secondary:focus,.btn-check:checked+.btn-outline-secondary:focus,.btn-outline-secondary.active:focus,.btn-outline-secondary.dropdown-toggle.show:focus,.btn-outline-secondary:active:focus{box-shadow:0 0 0 .25rem #6c757d80}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{background-color:initial;color:#6c757d}.btn-outline-success{border-color:#198754;color:#198754}.btn-outline-success:hover{background-color:#198754;border-color:#198754;color:#fff}.btn-check:focus+.btn-outline-success,.btn-outline-success:focus{box-shadow:0 0 0 .25rem #19875480}.btn-check:active+.btn-outline-success,.btn-check:checked+.btn-outline-success,.btn-outline-success.active,.btn-outline-success.dropdown-toggle.show,.btn-outline-success:active{background-color:#198754;border-color:#198754;color:#fff}.btn-check:active+.btn-outline-success:focus,.btn-check:checked+.btn-outline-success:focus,.btn-outline-success.active:focus,.btn-outline-success.dropdown-toggle.show:focus,.btn-outline-success:active:focus{box-shadow:0 0 0 .25rem #19875480}.btn-outline-success.disabled,.btn-outline-success:disabled{background-color:initial;color:#198754}.btn-outline-info{border-color:#0dcaf0;color:#0dcaf0}.btn-outline-info:hover{background-color:#0dcaf0;border-color:#0dcaf0;color:#000}.btn-check:focus+.btn-outline-info,.btn-outline-info:focus{box-shadow:0 0 0 .25rem #0dcaf080}.btn-check:active+.btn-outline-info,.btn-check:checked+.btn-outline-info,.btn-outline-info.active,.btn-outline-info.dropdown-toggle.show,.btn-outline-info:active{background-color:#0dcaf0;border-color:#0dcaf0;color:#000}.btn-check:active+.btn-outline-info:focus,.btn-check:checked+.btn-outline-info:focus,.btn-outline-info.active:focus,.btn-outline-info.dropdown-toggle.show:focus,.btn-outline-info:active:focus{box-shadow:0 0 0 .25rem #0dcaf080}.btn-outline-info.disabled,.btn-outline-info:disabled{background-color:initial;color:#0dcaf0}.btn-outline-warning{border-color:#ffc107;color:#ffc107}.btn-outline-warning:hover{background-color:#ffc107;border-color:#ffc107;color:#000}.btn-check:focus+.btn-outline-warning,.btn-outline-warning:focus{box-shadow:0 0 0 .25rem #ffc10780}.btn-check:active+.btn-outline-warning,.btn-check:checked+.btn-outline-warning,.btn-outline-warning.active,.btn-outline-warning.dropdown-toggle.show,.btn-outline-warning:active{background-color:#ffc107;border-color:#ffc107;color:#000}.btn-check:active+.btn-outline-warning:focus,.btn-check:checked+.btn-outline-warning:focus,.btn-outline-warning.active:focus,.btn-outline-warning.dropdown-toggle.show:focus,.btn-outline-warning:active:focus{box-shadow:0 0 0 .25rem #ffc10780}.btn-outline-warning.disabled,.btn-outline-warning:disabled{background-color:initial;color:#ffc107}.btn-outline-danger{border-color:#dc3545;color:#dc3545}.btn-outline-danger:hover{background-color:#dc3545;border-color:#dc3545;color:#fff}.btn-check:focus+.btn-outline-danger,.btn-outline-danger:focus{box-shadow:0 0 0 .25rem #dc354580}.btn-check:active+.btn-outline-danger,.btn-check:checked+.btn-outline-danger,.btn-outline-danger.active,.btn-outline-danger.dropdown-toggle.show,.btn-outline-danger:active{background-color:#dc3545;border-color:#dc3545;color:#fff}.btn-check:active+.btn-outline-danger:focus,.btn-check:checked+.btn-outline-danger:focus,.btn-outline-danger.active:focus,.btn-outline-danger.dropdown-toggle.show:focus,.btn-outline-danger:active:focus{box-shadow:0 0 0 .25rem #dc354580}.btn-outline-danger.disabled,.btn-outline-danger:disabled{background-color:initial;color:#dc3545}.btn-outline-light{border-color:#f8f9fa;color:#f8f9fa}.btn-outline-light:hover{background-color:#f8f9fa;border-color:#f8f9fa;color:#000}.btn-check:focus+.btn-outline-light,.btn-outline-light:focus{box-shadow:0 0 0 .25rem #f8f9fa80}.btn-check:active+.btn-outline-light,.btn-check:checked+.btn-outline-light,.btn-outline-light.active,.btn-outline-light.dropdown-toggle.show,.btn-outline-light:active{background-color:#f8f9fa;border-color:#f8f9fa;color:#000}.btn-check:active+.btn-outline-light:focus,.btn-check:checked+.btn-outline-light:focus,.btn-outline-light.active:focus,.btn-outline-light.dropdown-toggle.show:focus,.btn-outline-light:active:focus{box-shadow:0 0 0 .25rem #f8f9fa80}.btn-outline-light.disabled,.btn-outline-light:disabled{background-color:initial;color:#f8f9fa}.btn-outline-dark{border-color:#212529;color:#212529}.btn-outline-dark:hover{background-color:#212529;border-color:#212529;color:#fff}.btn-check:focus+.btn-outline-dark,.btn-outline-dark:focus{box-shadow:0 0 0 .25rem #21252980}.btn-check:active+.btn-outline-dark,.btn-check:checked+.btn-outline-dark,.btn-outline-dark.active,.btn-outline-dark.dropdown-toggle.show,.btn-outline-dark:active{background-color:#212529;border-color:#212529;color:#fff}.btn-check:active+.btn-outline-dark:focus,.btn-check:checked+.btn-outline-dark:focus,.btn-outline-dark.active:focus,.btn-outline-dark.dropdown-toggle.show:focus,.btn-outline-dark:active:focus{box-shadow:0 0 0 .25rem #21252980}.btn-outline-dark.disabled,.btn-outline-dark:disabled{background-color:initial;color:#212529}.btn-link{color:#0d6efd;font-weight:400;text-decoration:underline}.btn-link:hover{color:#0a58ca}.btn-link:focus,.btn-link:hover{text-decoration:underline}.btn-link.disabled,.btn-link:disabled{color:#6c757d}.btn-group-lg>.btn,.btn-lg{border-radius:.3rem;font-size:1.25rem;padding:.5rem 1rem}.block-footer .btn,.btn-group-sm>.btn,.btn-sm,.shop-design2 .col-md-12>.product-item .product-item__body .bd-btn,.shop-design2 .col-md-12>div>.product-item .product-item__body .bd-btn,.shop-design2 .col-md-6>.product-item .product-item__body .bd-btn,.shop-design2 .col-md-6>div>.product-item .product-item__body .bd-btn{border-radius:.2rem;font-size:.875rem;padding:.25rem .5rem}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.collapsing.collapse-horizontal{height:auto;transition:width .35s ease;width:0}@media (prefers-reduced-motion:reduce){.collapsing.collapse-horizontal{transition:none}}.dropdown,.dropend,.dropstart,.dropup{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle:after{border-bottom:0;border-left:.3em solid #0000;border-right:.3em solid #0000;border-top:.3em solid;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.dropdown-toggle:empty:after{margin-left:0}.dropdown-menu{background-clip:padding-box;background-color:#fff;border:1px solid #00000026;border-radius:.25rem;color:#212529;display:none;font-size:1rem;list-style:none;margin:0;min-width:10rem;padding:.5rem 0;position:absolute;text-align:left;z-index:1000}.dropdown-menu[data-bs-popper]{left:0;margin-top:.125rem;top:100%}.dropdown-menu-start{--bs-position:start}.dropdown-menu-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-end{--bs-position:end}.dropdown-menu-end[data-bs-popper]{left:auto;right:0}@media (min-width:576px){.dropdown-menu-sm-start{--bs-position:start}.dropdown-menu-sm-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-sm-end{--bs-position:end}.dropdown-menu-sm-end[data-bs-popper]{left:auto;right:0}}@media (min-width:768px){.dropdown-menu-md-start{--bs-position:start}.dropdown-menu-md-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-md-end{--bs-position:end}.dropdown-menu-md-end[data-bs-popper]{left:auto;right:0}}@media (min-width:992px){.dropdown-menu-lg-start{--bs-position:start}.dropdown-menu-lg-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-lg-end{--bs-position:end}.dropdown-menu-lg-end[data-bs-popper]{left:auto;right:0}}@media (min-width:1200px){.dropdown-menu-xl-start{--bs-position:start}.dropdown-menu-xl-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-xl-end{--bs-position:end}.dropdown-menu-xl-end[data-bs-popper]{left:auto;right:0}}@media (min-width:1400px){.dropdown-menu-xxl-start{--bs-position:start}.dropdown-menu-xxl-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-xxl-end{--bs-position:end}.dropdown-menu-xxl-end[data-bs-popper]{left:auto;right:0}}.dropup .dropdown-menu[data-bs-popper]{bottom:100%;margin-bottom:.125rem;margin-top:0;top:auto}.dropup .dropdown-toggle:after{border-bottom:.3em solid;border-left:.3em solid #0000;border-right:.3em solid #0000;border-top:0;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.dropup .dropdown-toggle:empty:after{margin-left:0}.dropend .dropdown-menu[data-bs-popper]{left:100%;margin-left:.125rem;margin-top:0;right:auto;top:0}.dropend .dropdown-toggle:after{border-bottom:.3em solid #0000;border-left:.3em solid;border-right:0;border-top:.3em solid #0000;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.dropend .dropdown-toggle:empty:after{margin-left:0}.dropend .dropdown-toggle:after{vertical-align:0}.dropstart .dropdown-menu[data-bs-popper]{left:auto;margin-right:.125rem;margin-top:0;right:100%;top:0}.dropstart .dropdown-toggle:after{content:"";display:inline-block;display:none;margin-left:.255em;vertical-align:.255em}.dropstart .dropdown-toggle:before{border-bottom:.3em solid #0000;border-right:.3em solid;border-top:.3em solid #0000;content:"";display:inline-block;margin-right:.255em;vertical-align:.255em}.dropstart .dropdown-toggle:empty:after{margin-left:0}.dropstart .dropdown-toggle:before{vertical-align:0}.dropdown-divider{border-top:1px solid #00000026;height:0;margin:.5rem 0;overflow:hidden}.dropdown-item{background-color:initial;border:0;clear:both;color:#212529;display:block;font-weight:400;padding:.25rem 1rem;text-align:inherit;text-decoration:none;white-space:nowrap;width:100%}.dropdown-item:focus,.dropdown-item:hover{background-color:#e9ecef;color:#1e2125;text-decoration:none}.dropdown-item.active,.dropdown-item:active{background-color:#0d6efd;color:#fff;text-decoration:none}.dropdown-item.disabled,.dropdown-item:disabled{background-color:initial;color:#adb5bd;pointer-events:none}.dropdown-menu.show{display:block}.dropdown-header{color:#6c757d;display:block;font-size:.875rem;margin-bottom:0;padding:.5rem 1rem;white-space:nowrap}.dropdown-item-text{color:#212529;display:block;padding:.25rem 1rem}.dropdown-menu-dark{background-color:#343a40;border-color:#00000026;color:#dee2e6}.dropdown-menu-dark .dropdown-item{color:#dee2e6}.dropdown-menu-dark .dropdown-item:focus,.dropdown-menu-dark .dropdown-item:hover{background-color:#ffffff26;color:#fff}.dropdown-menu-dark .dropdown-item.active,.dropdown-menu-dark .dropdown-item:active{background-color:#0d6efd;color:#fff}.dropdown-menu-dark .dropdown-item.disabled,.dropdown-menu-dark .dropdown-item:disabled{color:#adb5bd}.dropdown-menu-dark .dropdown-divider{border-color:#00000026}.dropdown-menu-dark .dropdown-item-text{color:#dee2e6}.dropdown-menu-dark .dropdown-header{color:#adb5bd}.btn-group,.btn-group-vertical{display:inline-flex;position:relative;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{flex:1 1 auto;position:relative}.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){margin-left:-1px}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn{border-bottom-left-radius:0;border-top-left-radius:0}.dropdown-toggle-split{padding-left:.5625rem;padding-right:.5625rem}.dropdown-toggle-split:after,.dropend .dropdown-toggle-split:after,.dropup .dropdown-toggle-split:after{margin-left:0}.dropstart .dropdown-toggle-split:before{margin-right:0}.block-footer .btn+.dropdown-toggle-split,.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split,.shop-design2 .col-md-12>.product-item .product-item__body .bd-btn+.dropdown-toggle-split,.shop-design2 .col-md-12>div>.product-item .product-item__body .bd-btn+.dropdown-toggle-split,.shop-design2 .col-md-6>.product-item .product-item__body .bd-btn+.dropdown-toggle-split,.shop-design2 .col-md-6>div>.product-item .product-item__body .bd-btn+.dropdown-toggle-split{padding-left:.375rem;padding-right:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-left:.75rem;padding-right:.75rem}.btn-group-vertical{align-items:flex-start;flex-direction:column;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-left-radius:0;border-bottom-right-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn~.btn{border-top-left-radius:0;border-top-right-radius:0}.nav{display:flex;flex-wrap:wrap;list-style:none;margin-bottom:0;padding-left:0}.nav-link{color:#0d6efd;display:block;padding:.5rem 1rem;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media (prefers-reduced-motion:reduce){.nav-link{transition:none}}.nav-link:focus,.nav-link:hover{color:#0a58ca;text-decoration:none}.nav-link.disabled{color:#6c757d;cursor:default;pointer-events:none}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-link{background:none;border:1px solid #0000;border-top-left-radius:.25rem;border-top-right-radius:.25rem;margin-bottom:-1px}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6;isolation:isolate}.nav-tabs .nav-link.disabled{background-color:initial;border-color:#0000;color:#6c757d}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{background-color:#fff;border-color:#dee2e6 #dee2e6 #fff;color:#495057}.nav-tabs .dropdown-menu{border-top-left-radius:0;border-top-right-radius:0;margin-top:-1px}.nav-pills .nav-link{background:none;border:0;border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{background-color:#0d6efd;color:#fff}.nav-fill .nav-item,.nav-fill>.nav-link{flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified>.nav-link{flex-basis:0;flex-grow:1;text-align:center}.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link{width:100%}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;padding:.5rem 1rem;position:relative}.navbar>.container,.navbar>.container-fluid,.navbar>.container-lg,.navbar>.container-md,.navbar>.container-sm,.navbar>.container-xl,.navbar>.container-xxl{align-items:center;display:flex;flex-wrap:inherit;justify-content:space-between}.navbar-brand{font-size:1.25rem;margin-right:1rem;padding-bottom:.3125rem;padding-top:.3125rem;white-space:nowrap}.navbar-brand,.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{display:flex;flex-direction:column;list-style:none;margin-bottom:0;padding-left:0}.navbar-nav .nav-link{padding-left:0;padding-right:0}.navbar-nav .dropdown-menu{position:static}.navbar-text{padding-bottom:.5rem;padding-top:.5rem}.navbar-collapse{align-items:center;flex-basis:100%;flex-grow:1}.navbar-toggler{background-color:initial;border:1px solid #0000;border-radius:.25rem;font-size:1.25rem;line-height:1;padding:.25rem .75rem;transition:box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.navbar-toggler{transition:none}}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{box-shadow:0 0 0 .25rem;outline:0;text-decoration:none}.navbar-toggler-icon{background-position:50%;background-repeat:no-repeat;background-size:100%;display:inline-block;height:1.5em;vertical-align:middle;width:1.5em}.navbar-nav-scroll{max-height:var(--bs-scroll-height,75vh);overflow-y:auto}@media (min-width:576px){.navbar-expand-sm{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler,.navbar-expand-sm .offcanvas-header{display:none}.navbar-expand-sm .offcanvas{background-color:initial;border-left:0;border-right:0;bottom:0;flex-grow:1;position:inherit;transform:none;transition:none;visibility:visible!important;z-index:1000}.navbar-expand-sm .offcanvas-bottom,.navbar-expand-sm .offcanvas-top{border-bottom:0;border-top:0;height:auto}.navbar-expand-sm .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media (min-width:768px){.navbar-expand-md{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler,.navbar-expand-md .offcanvas-header{display:none}.navbar-expand-md .offcanvas{background-color:initial;border-left:0;border-right:0;bottom:0;flex-grow:1;position:inherit;transform:none;transition:none;visibility:visible!important;z-index:1000}.navbar-expand-md .offcanvas-bottom,.navbar-expand-md .offcanvas-top{border-bottom:0;border-top:0;height:auto}.navbar-expand-md .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media (min-width:992px){.navbar-expand-lg{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler,.navbar-expand-lg .offcanvas-header{display:none}.navbar-expand-lg .offcanvas{background-color:initial;border-left:0;border-right:0;bottom:0;flex-grow:1;position:inherit;transform:none;transition:none;visibility:visible!important;z-index:1000}.navbar-expand-lg .offcanvas-bottom,.navbar-expand-lg .offcanvas-top{border-bottom:0;border-top:0;height:auto}.navbar-expand-lg .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media (min-width:1200px){.navbar-expand-xl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler,.navbar-expand-xl .offcanvas-header{display:none}.navbar-expand-xl .offcanvas{background-color:initial;border-left:0;border-right:0;bottom:0;flex-grow:1;position:inherit;transform:none;transition:none;visibility:visible!important;z-index:1000}.navbar-expand-xl .offcanvas-bottom,.navbar-expand-xl .offcanvas-top{border-bottom:0;border-top:0;height:auto}.navbar-expand-xl .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media (min-width:1400px){.navbar-expand-xxl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xxl .navbar-toggler,.navbar-expand-xxl .offcanvas-header{display:none}.navbar-expand-xxl .offcanvas{background-color:initial;border-left:0;border-right:0;bottom:0;flex-grow:1;position:inherit;transform:none;transition:none;visibility:visible!important;z-index:1000}.navbar-expand-xxl .offcanvas-bottom,.navbar-expand-xxl .offcanvas-top{border-bottom:0;border-top:0;height:auto}.navbar-expand-xxl .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}}.navbar-expand{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler,.navbar-expand .offcanvas-header{display:none}.navbar-expand .offcanvas{background-color:initial;border-left:0;border-right:0;bottom:0;flex-grow:1;position:inherit;transform:none;transition:none;visibility:visible!important;z-index:1000}.navbar-expand .offcanvas-bottom,.navbar-expand .offcanvas-top{border-bottom:0;border-top:0;height:auto}.navbar-expand .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}.navbar-light .navbar-brand,.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:#000000e6}.navbar-light .navbar-nav .nav-link{color:#0000008c}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:#000000b3}.navbar-light .navbar-nav .nav-link.disabled{color:#0000004d}.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .show>.nav-link{color:#000000e6}.navbar-light .navbar-toggler{border-color:#0000001a;color:#0000008c}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-light .navbar-text{color:#0000008c}.navbar-light .navbar-text a,.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:#000000e6}.navbar-dark .navbar-brand,.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:#ffffff8c}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:#ffffffbf}.navbar-dark .navbar-nav .nav-link.disabled{color:#ffffff40}.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{border-color:#ffffff1a;color:#ffffff8c}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-dark .navbar-text{color:#ffffff8c}.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{word-wrap:break-word;background-clip:initial;background-color:#fff;border:1px solid rgba(0,0,0,.125);border-radius:.25rem;display:flex;flex-direction:column;min-width:0;position:relative}.card>hr{margin-left:0;margin-right:0}.card>.list-group{border-bottom:inherit;border-top:inherit}.card>.list-group:first-child{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px);border-top-width:0}.card>.list-group:last-child{border-bottom-left-radius:calc(.25rem - 1px);border-bottom-right-radius:calc(.25rem - 1px);border-bottom-width:0}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;padding:1rem}.card-title{margin-bottom:.5rem}.card-subtitle{margin-top:-.25rem}.card-subtitle,.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1rem}.card-header{background-color:#00000008;border-bottom:1px solid rgba(0,0,0,.125);margin-bottom:0;padding:.5rem 1rem}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-footer{background-color:#00000008;border-top:1px solid rgba(0,0,0,.125);padding:.5rem 1rem}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{border-bottom:0;margin-bottom:-.5rem}.card-header-pills,.card-header-tabs{margin-left:-.5rem;margin-right:-.5rem}.card-img-overlay{border-radius:calc(.25rem - 1px);bottom:0;left:0;padding:1rem;position:absolute;right:0;top:0}.card-img,.card-img-bottom,.card-img-top{width:100%}.card-img,.card-img-top{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom{border-bottom-left-radius:calc(.25rem - 1px);border-bottom-right-radius:calc(.25rem - 1px)}.card-group>.card{margin-bottom:.75rem}@media (min-width:576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{border-left:0;margin-left:0}.card-group>.card:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.accordion-button{align-items:center;background-color:#fff;border:0;border-radius:0;color:#212529;display:flex;font-size:1rem;overflow-anchor:none;padding:1rem 1.25rem;position:relative;text-align:left;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;width:100%}@media (prefers-reduced-motion:reduce){.accordion-button{transition:none}}.accordion-button:not(.collapsed){background-color:#e7f1ff;box-shadow:inset 0 -1px 0 rgba(0,0,0,.125);color:#0c63e4}.accordion-button:not(.collapsed):after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230B63E3'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");transform:rotate(-180deg)}.accordion-button:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:1.25rem;content:"";flex-shrink:0;height:1.25rem;margin-left:auto;transition:transform .2s ease-in-out;width:1.25rem}@media (prefers-reduced-motion:reduce){.accordion-button:after{transition:none}}.accordion-button:hover{z-index:2}.accordion-button:focus{border-color:#86b7fe;box-shadow:0 0 0 .25rem #0d6efd40;outline:0;z-index:3}.accordion-header{margin-bottom:0}.accordion-item{background-color:#fff;border:1px solid rgba(0,0,0,.125)}.accordion-item:first-of-type{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.accordion-item:first-of-type .accordion-button{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.accordion-item:not(:first-of-type){border-top:0}.accordion-item:last-of-type{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}.accordion-item:last-of-type .accordion-button.collapsed{border-bottom-left-radius:calc(.25rem - 1px);border-bottom-right-radius:calc(.25rem - 1px)}.accordion-item:last-of-type .accordion-collapse{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}.accordion-body{padding:1rem 1.25rem}.accordion-flush .accordion-collapse{border-width:0}.accordion-flush .accordion-item{border-left:0;border-radius:0;border-right:0}.accordion-flush .accordion-item:first-child{border-top:0}.accordion-flush .accordion-item:last-child{border-bottom:0}.accordion-flush .accordion-item .accordion-button{border-radius:0}.breadcrumb{background-color:initial;border-radius:.25rem;display:flex;flex-wrap:wrap;list-style:none;margin-bottom:1rem;padding:0}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item:before{color:#6c757d;content:var(--bs-breadcrumb-divider,"/");float:left;padding-right:.5rem}.breadcrumb-item.active{color:#6c757d}.pagination{display:flex;list-style:none;padding-left:0}.page-link{background-color:#fff;border:1px solid #dee2e6;color:#0d6efd;display:block;position:relative;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.page-link{transition:none}}.page-link:hover{border-color:#dee2e6;text-decoration:none;z-index:2}.page-link:focus,.page-link:hover{background-color:#e9ecef;color:#0a58ca}.page-link:focus{box-shadow:0 0 0 .25rem #0d6efd40;outline:0;z-index:3}.page-item:not(:first-child) .page-link{margin-left:-1px}.page-item.active .page-link{background-color:#0d6efd;border-color:#0d6efd;color:#fff;z-index:3}.page-item.disabled .page-link{background-color:#fff;border-color:#dee2e6;color:#6c757d;pointer-events:none}.page-link{padding:.375rem .75rem}.page-item:first-child .page-link{border-bottom-left-radius:.25rem;border-top-left-radius:.25rem}.page-item:last-child .page-link{border-bottom-right-radius:.25rem;border-top-right-radius:.25rem}.pagination-lg .page-link{font-size:1.25rem;padding:.75rem 1.5rem}.pagination-lg .page-item:first-child .page-link{border-bottom-left-radius:.3rem;border-top-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-bottom-right-radius:.3rem;border-top-right-radius:.3rem}.pagination-sm .page-link{font-size:.875rem;padding:.25rem .5rem}.pagination-sm .page-item:first-child .page-link{border-bottom-left-radius:.2rem;border-top-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-bottom-right-radius:.2rem;border-top-right-radius:.2rem}.badge{border-radius:.25rem;color:#fff;display:inline-block;font-size:.75em;font-weight:700;line-height:1;padding:.35em .65em;text-align:center;vertical-align:initial;white-space:nowrap}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.alert{border:1px solid #0000;border-radius:.25rem;margin-bottom:1rem;padding:1rem;position:relative}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{padding:1.25rem 1rem;position:absolute;right:0;top:0;z-index:2}.alert-primary{background-color:#cfe2ff;border-color:#b6d4fe;color:#084298}.alert-primary .alert-link{color:#063579}.alert-secondary{background-color:#e2e3e5;border-color:#d3d6d8;color:#41464b}.alert-secondary .alert-link{color:#34383c}.alert-success{background-color:#d1e7dd;border-color:#badbcc;color:#0f5132}.alert-success .alert-link{color:#0c4128}.alert-info{background-color:#cff4fc;border-color:#b6effb;color:#055160}.alert-info .alert-link{color:#04414d}.alert-warning{background-color:#fff3cd;border-color:#ffecb5;color:#664d03}.alert-warning .alert-link{color:#523e02}.alert-danger{background-color:#f8d7da;border-color:#f5c2c7;color:#842029}.alert-danger .alert-link{color:#6a1921}.alert-light{background-color:#fefefe;border-color:#fdfdfe;color:#636464}.alert-light .alert-link{color:#4f5050}.alert-dark{background-color:#d3d3d4;border-color:#bcbebf;color:#141619}.alert-dark .alert-link{color:#101214}@keyframes progress-bar-stripes{0%{background-position-x:1rem}}.progress{background-color:#e9ecef;border-radius:.25rem;font-size:.75rem;height:1rem}.progress,.progress-bar{display:flex;overflow:hidden}.progress-bar{background-color:#0d6efd;color:#fff;flex-direction:column;justify-content:center;text-align:center;transition:width .6s ease;white-space:nowrap}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,#ffffff26 25%,#0000 0,#0000 50%,#ffffff26 0,#ffffff26 75%,#0000 0,#0000);background-size:1rem 1rem}.progress-bar-animated{animation:progress-bar-stripes 1s linear infinite}@media (prefers-reduced-motion:reduce){.progress-bar-animated{animation:none}}.list-group{border-radius:.25rem;display:flex;flex-direction:column;margin-bottom:0;padding-left:0}.list-group-numbered{counter-reset:section;list-style-type:none}.list-group-numbered>li:before{content:counters(section,".") ". ";counter-increment:section}.list-group-item-action{color:#495057;text-align:inherit;width:100%}.list-group-item-action:focus,.list-group-item-action:hover{background-color:#f8f9fa;color:#495057;text-decoration:none;z-index:1}.list-group-item-action:active{background-color:#e9ecef;color:#212529}.list-group-item{background-color:#fff;border:1px solid rgba(0,0,0,.125);color:#212529;display:block;padding:.5rem 1rem;position:relative;text-decoration:none}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{background-color:#fff;color:#6c757d;pointer-events:none}.list-group-item.active{background-color:#0d6efd;border-color:#0d6efd;color:#fff;z-index:2}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{border-top-width:1px;margin-top:-1px}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:.25rem}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.list-group-horizontal>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}@media (min-width:576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:.25rem}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}}@media (min-width:768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:.25rem}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.list-group-horizontal-md>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}}@media (min-width:992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:.25rem}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}}@media (min-width:1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:.25rem}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}}@media (min-width:1400px){.list-group-horizontal-xxl{flex-direction:row}.list-group-horizontal-xxl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xxl>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:.25rem}.list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.list-group-horizontal-xxl>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 1px}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{background-color:#cfe2ff;color:#084298}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{background-color:#bacbe5;color:#084298}.list-group-item-primary.list-group-item-action.active{background-color:#084298;border-color:#084298;color:#fff}.list-group-item-secondary{background-color:#e2e3e5;color:#41464b}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{background-color:#cbcdce;color:#41464b}.list-group-item-secondary.list-group-item-action.active{background-color:#41464b;border-color:#41464b;color:#fff}.list-group-item-success{background-color:#d1e7dd;color:#0f5132}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{background-color:#bcd0c7;color:#0f5132}.list-group-item-success.list-group-item-action.active{background-color:#0f5132;border-color:#0f5132;color:#fff}.list-group-item-info{background-color:#cff4fc;color:#055160}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{background-color:#badce3;color:#055160}.list-group-item-info.list-group-item-action.active{background-color:#055160;border-color:#055160;color:#fff}.list-group-item-warning{background-color:#fff3cd;color:#664d03}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{background-color:#e6dab9;color:#664d03}.list-group-item-warning.list-group-item-action.active{background-color:#664d03;border-color:#664d03;color:#fff}.list-group-item-danger{background-color:#f8d7da;color:#842029}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{background-color:#dfc1c4;color:#842029}.list-group-item-danger.list-group-item-action.active{background-color:#842029;border-color:#842029;color:#fff}.list-group-item-light{background-color:#fefefe;color:#636464}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{background-color:#e4e4e5;color:#636464}.list-group-item-light.list-group-item-action.active{background-color:#636464;border-color:#636464;color:#fff}.list-group-item-dark{background-color:#d3d3d4;color:#141619}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{background-color:#bebebf;color:#141619}.list-group-item-dark.list-group-item-action.active{background-color:#141619;border-color:#141619;color:#fff}.btn-close{background:#0000 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E") 50%/1em auto no-repeat;border:0;border-radius:.25rem;box-sizing:initial;color:#000;height:1em;opacity:.5;padding:.25em;width:1em}.btn-close:hover{color:#000;opacity:.75;text-decoration:none}.btn-close:focus{box-shadow:0 0 0 .25rem #0d6efd40;opacity:1;outline:0}.btn-close.disabled,.btn-close:disabled{opacity:.25;pointer-events:none;user-select:none}.btn-close-white{filter:invert(1) grayscale(100%) brightness(200%)}.toast{background-clip:padding-box;background-color:#ffffffd9;border:1px solid #0000001a;border-radius:.25rem;box-shadow:0 .5rem 1rem #00000026;font-size:.875rem;max-width:100%;pointer-events:auto;width:350px}.toast.showing{opacity:0}.toast:not(.show){display:none}.toast-container{max-width:100%;pointer-events:none;width:max-content}.toast-container>:not(:last-child){margin-bottom:.75rem}.toast-header{align-items:center;background-clip:padding-box;background-color:#ffffffd9;border-bottom:1px solid #0000000d;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px);color:#6c757d;display:flex;padding:.5rem .75rem}.toast-header .btn-close{margin-left:.75rem;margin-right:-.375rem}.toast-body{word-wrap:break-word;padding:.75rem}.modal{display:none;height:100%;left:0;outline:0;overflow-x:hidden;overflow-y:auto;position:fixed;top:0;width:100%;z-index:1055}.modal-dialog{margin:.5rem;pointer-events:none;position:relative;width:auto}.modal.fade .modal-dialog{transition:transform .3s ease-out}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.fade .modal-dialog{transform:translateY(-50px)}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{align-items:center;display:flex;min-height:calc(100% - 1rem)}.modal-content{background-clip:padding-box;background-color:#fff;border:1px solid #0003;border-radius:.3rem;display:flex;flex-direction:column;outline:0;pointer-events:auto;position:relative;width:100%}.modal-backdrop{background-color:#000;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:1050}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{align-items:center;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px);display:flex;flex-shrink:0;justify-content:space-between;padding:1rem}.modal-header .btn-close{margin:-.5rem -.5rem -.5rem auto;padding:.5rem}.modal-title{line-height:1.5;margin-bottom:0}.modal-body{flex:1 1 auto;padding:1rem;position:relative}.modal-footer{align-items:center;border-bottom-left-radius:calc(.3rem - 1px);border-bottom-right-radius:calc(.3rem - 1px);border-top:1px solid #dee2e6;display:flex;flex-shrink:0;flex-wrap:wrap;justify-content:flex-end;padding:.75rem}.modal-footer>*{margin:.25rem}@media (min-width:576px){.modal-dialog{margin:1.75rem auto;max-width:500px}.modal-dialog-scrollable{height:calc(100% - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width:1200px){.modal-xl{max-width:1140px}}.modal-fullscreen{height:100%;margin:0;max-width:none;width:100vw}.modal-fullscreen .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen .modal-header{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}.modal-fullscreen .modal-footer{border-radius:0}@media (max-width:575.98px){.modal-fullscreen-sm-down{height:100%;margin:0;max-width:none;width:100vw}.modal-fullscreen-sm-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-sm-down .modal-header{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}.modal-fullscreen-sm-down .modal-footer{border-radius:0}}@media (max-width:767.98px){.modal-fullscreen-md-down{height:100%;margin:0;max-width:none;width:100vw}.modal-fullscreen-md-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-md-down .modal-header{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}.modal-fullscreen-md-down .modal-footer{border-radius:0}}@media (max-width:991.98px){.modal-fullscreen-lg-down{height:100%;margin:0;max-width:none;width:100vw}.modal-fullscreen-lg-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-lg-down .modal-header{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}.modal-fullscreen-lg-down .modal-footer{border-radius:0}}@media (max-width:1199.98px){.modal-fullscreen-xl-down{height:100%;margin:0;max-width:none;width:100vw}.modal-fullscreen-xl-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-xl-down .modal-header{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}.modal-fullscreen-xl-down .modal-footer{border-radius:0}}@media (max-width:1399.98px){.modal-fullscreen-xxl-down{height:100%;margin:0;max-width:none;width:100vw}.modal-fullscreen-xxl-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-xxl-down .modal-header{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}.modal-fullscreen-xxl-down .modal-footer{border-radius:0}}.tooltip{word-wrap:break-word;display:block;font-family:var(--bs-font-sans-serif);font-size:.875rem;font-style:normal;font-weight:400;letter-spacing:normal;line-break:auto;line-height:1.5;margin:0;opacity:0;position:absolute;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;z-index:1080}.tooltip.show{opacity:.9}.tooltip .tooltip-arrow{display:block;height:.4rem;position:absolute;width:.8rem}.tooltip .tooltip-arrow:before{border-color:#0000;border-style:solid;content:"";position:absolute}.bs-tooltip-auto[data-popper-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,.bs-tooltip-top .tooltip-arrow{bottom:0}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before,.bs-tooltip-top .tooltip-arrow:before{border-top-color:#000;border-width:.4rem .4rem 0;top:-1px}.bs-tooltip-auto[data-popper-placement^=right],.bs-tooltip-end{padding:0 .4rem}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,.bs-tooltip-end .tooltip-arrow{height:.8rem;left:0;width:.4rem}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before,.bs-tooltip-end .tooltip-arrow:before{border-right-color:#000;border-width:.4rem .4rem .4rem 0;right:-1px}.bs-tooltip-auto[data-popper-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,.bs-tooltip-bottom .tooltip-arrow{top:0}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before,.bs-tooltip-bottom .tooltip-arrow:before{border-bottom-color:#000;border-width:0 .4rem .4rem;bottom:-1px}.bs-tooltip-auto[data-popper-placement^=left],.bs-tooltip-start{padding:0 .4rem}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,.bs-tooltip-start .tooltip-arrow{height:.8rem;right:0;width:.4rem}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before,.bs-tooltip-start .tooltip-arrow:before{border-left-color:#000;border-width:.4rem 0 .4rem .4rem;left:-1px}.tooltip-inner{background-color:#000;border-radius:.25rem;color:#fff;max-width:200px;padding:.25rem .5rem;text-align:center}.popover{word-wrap:break-word;background-clip:padding-box;background-color:#fff;border:1px solid #0003;border-radius:.3rem;display:block;font-family:var(--bs-font-sans-serif);font-size:.875rem;font-style:normal;font-weight:400;left:0;letter-spacing:normal;line-break:auto;line-height:1.5;max-width:276px;position:absolute;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;top:0;white-space:normal;word-break:normal;word-spacing:normal;z-index:1070}.popover .popover-arrow{display:block;height:.5rem;position:absolute;width:1rem}.popover .popover-arrow:after,.popover .popover-arrow:before{border-color:#0000;border-style:solid;content:"";display:block;position:absolute}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,.bs-popover-top>.popover-arrow{bottom:calc(-.5rem - 1px)}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before,.bs-popover-top>.popover-arrow:before{border-top-color:#00000040;border-width:.5rem .5rem 0;bottom:0}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after,.bs-popover-top>.popover-arrow:after{border-top-color:#fff;border-width:.5rem .5rem 0;bottom:1px}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,.bs-popover-end>.popover-arrow{height:1rem;left:calc(-.5rem - 1px);width:.5rem}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before,.bs-popover-end>.popover-arrow:before{border-right-color:#00000040;border-width:.5rem .5rem .5rem 0;left:0}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after,.bs-popover-end>.popover-arrow:after{border-right-color:#fff;border-width:.5rem .5rem .5rem 0;left:1px}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,.bs-popover-bottom>.popover-arrow{top:calc(-.5rem - 1px)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before,.bs-popover-bottom>.popover-arrow:before{border-bottom-color:#00000040;border-width:0 .5rem .5rem;top:0}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after,.bs-popover-bottom>.popover-arrow:after{border-bottom-color:#fff;border-width:0 .5rem .5rem;top:1px}.bs-popover-auto[data-popper-placement^=bottom] .popover-header:before,.bs-popover-bottom .popover-header:before{border-bottom:1px solid #f0f0f0;content:"";display:block;left:50%;margin-left:-.5rem;position:absolute;top:0;width:1rem}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,.bs-popover-start>.popover-arrow{height:1rem;right:calc(-.5rem - 1px);width:.5rem}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before,.bs-popover-start>.popover-arrow:before{border-left-color:#00000040;border-width:.5rem 0 .5rem .5rem;right:0}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after,.bs-popover-start>.popover-arrow:after{border-left-color:#fff;border-width:.5rem 0 .5rem .5rem;right:1px}.popover-header{background-color:#f0f0f0;border-bottom:1px solid #0003;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px);color:inherit;font-size:1rem;margin-bottom:0;padding:.5rem 1rem}.popover-header:empty{display:none}.popover-body{color:#212529;padding:1rem}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{overflow:hidden;position:relative;width:100%}.carousel-inner:after{clear:both;content:"";display:block}.carousel-item{backface-visibility:hidden;display:none;float:left;margin-right:-100%;position:relative;transition:transform .6s ease-in-out;width:100%}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-end,.carousel-item-next:not(.carousel-item-start){transform:translateX(100%)}.active.carousel-item-start,.carousel-item-prev:not(.carousel-item-end){transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transform:none;transition-property:opacity}.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end,.carousel-fade .carousel-item.active{opacity:1;z-index:1}.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{opacity:0;transition:opacity 0s .6s;z-index:0}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{transition:none}}.carousel-control-next,.carousel-control-prev{align-items:center;background:none;border:0;bottom:0;color:#fff;display:flex;justify-content:center;opacity:.5;padding:0;position:absolute;text-align:center;top:0;transition:opacity .15s ease;width:15%;z-index:1}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;opacity:.9;outline:0;text-decoration:none}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{background-position:50%;background-repeat:no-repeat;background-size:100% 100%;display:inline-block;height:2rem;width:2rem}.carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E")}.carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E")}.carousel-indicators{bottom:0;display:flex;justify-content:center;left:0;list-style:none;margin-bottom:1rem;margin-left:15%;margin-right:15%;padding:0;position:absolute;right:0;z-index:2}.carousel-indicators [data-bs-target]{background-clip:padding-box;background-color:#fff;border:0;border-bottom:10px solid #0000;border-top:10px solid #0000;box-sizing:initial;cursor:pointer;flex:0 1 auto;height:3px;margin-left:3px;margin-right:3px;opacity:.5;padding:0;text-indent:-999px;transition:opacity .6s ease;width:30px}@media (prefers-reduced-motion:reduce){.carousel-indicators [data-bs-target]{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{bottom:1.25rem;color:#fff;left:15%;padding-bottom:1.25rem;padding-top:1.25rem;position:absolute;right:15%;text-align:center}.carousel-dark .carousel-control-next-icon,.carousel-dark .carousel-control-prev-icon{filter:invert(1) grayscale(100)}.carousel-dark .carousel-indicators [data-bs-target]{background-color:#000}.carousel-dark .carousel-caption{color:#000}@keyframes spinner-border{to{transform:rotate(1turn)}}.spinner-border{animation:spinner-border .75s linear infinite;border:.25em solid;border-radius:50%;border-right:.25em solid #0000;display:inline-block;height:2rem;vertical-align:-.125em;width:2rem}.spinner-border-sm{border-width:.2em;height:1rem;width:1rem}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{animation:spinner-grow .75s linear infinite;background-color:currentColor;border-radius:50%;display:inline-block;height:2rem;opacity:0;vertical-align:-.125em;width:2rem}.spinner-grow-sm{height:1rem;width:1rem}@media (prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{animation-duration:1.5s}}.offcanvas{background-clip:padding-box;background-color:#fff;bottom:0;display:flex;flex-direction:column;max-width:100%;outline:0;position:fixed;transition:transform .3s ease-in-out;visibility:hidden;z-index:1045}@media (prefers-reduced-motion:reduce){.offcanvas{transition:none}}.offcanvas-backdrop{background-color:#000;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:1040}.offcanvas-backdrop.fade{opacity:0}.offcanvas-backdrop.show{opacity:.5}.offcanvas-header{align-items:center;display:flex;justify-content:space-between;padding:1rem}.offcanvas-header .btn-close{margin-bottom:-.5rem;margin-right:-.5rem;margin-top:-.5rem;padding:.5rem}.offcanvas-title{line-height:1.5;margin-bottom:0}.offcanvas-body{flex-grow:1;overflow-y:auto;padding:1rem}.offcanvas-start{border-right:1px solid #0003;left:0;top:0;transform:translateX(-100%);width:400px}.offcanvas-end{border-left:1px solid #0003;right:0;top:0;transform:translateX(100%);width:400px}.offcanvas-top{border-bottom:1px solid #0003;top:0;transform:translateY(-100%)}.offcanvas-bottom,.offcanvas-top{height:30vh;left:0;max-height:100%;right:0}.offcanvas-bottom{border-top:1px solid #0003;transform:translateY(100%)}.offcanvas.show{transform:none}.placeholder{background-color:currentColor;cursor:wait;display:inline-block;min-height:1em;opacity:.5;vertical-align:middle}.placeholder.btn:before{content:"";display:inline-block}.placeholder-xs{min-height:.6em}.placeholder-sm{min-height:.8em}.placeholder-lg{min-height:1.2em}.placeholder-glow .placeholder{animation:placeholder-glow 2s ease-in-out infinite}@keyframes placeholder-glow{50%{opacity:.2}}.placeholder-wave{animation:placeholder-wave 2s linear infinite;mask-image:linear-gradient(130deg,#000 55%,#000c 75%,#000 95%);mask-size:200% 100%}@keyframes placeholder-wave{to{mask-position:-200% 0}}.clearfix:after{clear:both;content:"";display:block}.link-primary{color:#0d6efd}.link-primary:focus,.link-primary:hover{color:#0a58ca}.link-secondary{color:#6c757d}.link-secondary:focus,.link-secondary:hover{color:#565e64}.link-success{color:#198754}.link-success:focus,.link-success:hover{color:#146c43}.link-info{color:#0dcaf0}.link-info:focus,.link-info:hover{color:#3dd5f3}.link-warning{color:#ffc107}.link-warning:focus,.link-warning:hover{color:#ffcd39}.link-danger{color:#dc3545}.link-danger:focus,.link-danger:hover{color:#b02a37}.fg-white .social-share .social-item a,.link-light,.mm-menu_theme-main .social-share .social-item a,.topbar-inner .email-item:hover .social-share .social-item a,.topbar-inner .phone-item:hover .social-share .social-item a,.topbar-inner .social-item:hover .icon .social-share .social-item a{color:#f8f9fa}.fg-white .social-share .social-item a:focus,.fg-white .social-share .social-item a:hover,.link-light:focus,.link-light:hover,.mm-menu_theme-main .social-share .social-item a:focus,.mm-menu_theme-main .social-share .social-item a:hover,.topbar-inner .email-item:hover .social-share .social-item a:focus,.topbar-inner .email-item:hover .social-share .social-item a:hover,.topbar-inner .phone-item:hover .social-share .social-item a:focus,.topbar-inner .phone-item:hover .social-share .social-item a:hover,.topbar-inner .social-item:hover .icon .social-share .social-item a:focus,.topbar-inner .social-item:hover .icon .social-share .social-item a:hover{color:#f9fafb}.ds--navText-dark .navbar-design>.js-change-color.is-transparent:not(.sticky) .social-share .social-item a,.fg-dark .social-share .social-item a,.link-dark,.navbar-fixed .bg-transparent .social-share .social-item a{color:#212529}.ds--navText-dark .navbar-design>.js-change-color.is-transparent:not(.sticky) .social-share .social-item a:focus,.ds--navText-dark .navbar-design>.js-change-color.is-transparent:not(.sticky) .social-share .social-item a:hover,.fg-dark .social-share .social-item a:focus,.fg-dark .social-share .social-item a:hover,.link-dark:focus,.link-dark:hover,.navbar-fixed .bg-transparent .social-share .social-item a:focus,.navbar-fixed .bg-transparent .social-share .social-item a:hover{color:#1a1e21}.ratio{position:relative;width:100%}.ratio:before{content:"";display:block;padding-top:var(--bs-aspect-ratio)}.ratio>*{height:100%;left:0;position:absolute;top:0;width:100%}.ratio-1x1{--bs-aspect-ratio:100%}.ratio-4x3{--bs-aspect-ratio:75%}.ratio-16x9{--bs-aspect-ratio:56.25%}.ratio-21x9{--bs-aspect-ratio:42.8571428571%}.fixed-top{top:0}.fixed-bottom,.fixed-top{left:0;position:fixed;right:0;z-index:1030}.fixed-bottom{bottom:0}.sticky-top{position:sticky;top:0;z-index:1020}@media (min-width:576px){.sticky-sm-top{position:sticky;top:0;z-index:1020}}@media (min-width:768px){.sticky-md-top{position:sticky;top:0;z-index:1020}}@media (min-width:992px){.sticky-lg-top{position:sticky;top:0;z-index:1020}}@media (min-width:1200px){.sticky-xl-top{position:sticky;top:0;z-index:1020}}@media (min-width:1400px){.sticky-xxl-top{position:sticky;top:0;z-index:1020}}.hstack{align-items:center;flex-direction:row}.hstack,.vstack{align-self:stretch;display:flex}.vstack{flex:1 1 auto;flex-direction:column}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){clip:rect(0,0,0,0)!important;border:0!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}.stretched-link:after{bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{align-self:stretch;background-color:currentColor;display:inline-block;min-height:1em;opacity:.25;width:1px}.align-baseline{vertical-align:initial!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.float-start{float:left!important}.float-end{float:right!important}.float-none{float:none!important}.opacity-0{opacity:0!important}.opacity-25{opacity:.25!important}.opacity-50{opacity:.5!important}.opacity-75{opacity:.75!important}.opacity-100{opacity:1!important}.overflow-auto{overflow:auto!important}.elements-style-flex-column .ds-image,.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.d-inline{display:inline!important}.d-inline-block,.elements-style-flex-column .bd-btn,.elements-style-flex-column .bd-btn-text{display:inline-block!important}.block-lateral-aligns .ds-cn-grid-element .element,.d-block,.shop-design2 .price-item span:first-child,.shop-design2 .product-group__bottom>div:first-child,.v-full-screen .container-fluid .content-entry.content-entry--n-element,.v-full-screen .container-lg .content-entry.content-entry--n-element,.v-full-screen .container-md .content-entry.content-entry--n-element,.v-full-screen .container-sm .content-entry.content-entry--n-element,.v-full-screen .container-xl .content-entry.content-entry--n-element,.v-full-screen .container-xxl .content-entry.content-entry--n-element{display:block!important}.d-grid{display:grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.bg-message-form,.block,.block-element-circle-style .ds-cn-grid-element,.block-element-circle-style .element,.block-elements-colors.nomargin .ds-cn-grid-element,.block-lateral-aligns .ds-cn-grid-element,.d-flex,.ds-block--filled .ds-col,.ds-cn-grid,.elements-style-flex-column .element,.filter-mobile.open .card.left,.filter-mobile.open .card.right,.form .form-inline .check-group,.form-search,.icon,.media,.nav-menu-item,.navbar-design .nav-link,.navbar-menu-inner,.navbar__tools,.product-gallery-swiper .swiper-thumbs,.shop-design2 .col-md-12>.product-item .product-item__body .product-group__bottom,.shop-design2 .col-md-12>.product-item .product-item__img,.shop-design2 .col-md-12>div>.product-item .product-item__body .product-group__bottom,.shop-design2 .col-md-12>div>.product-item .product-item__img,.shop-design2 .col-md-6>.product-item .product-item__body .product-group__bottom,.shop-design2 .col-md-6>.product-item .product-item__img,.shop-design2 .col-md-6>div>.product-item .product-item__body .product-group__bottom,.shop-design2 .col-md-6>div>.product-item .product-item__img,.shop-design2 .product-badge .badge,.shop-horizontal .col-md-12>.product-item .product-item__img,.shop-horizontal .col-md-12>div>.product-item .product-item__img,.shop-horizontal .col-md-6>.product-item .product-item__img,.shop-horizontal .col-md-6>div>.product-item .product-item__img,.social-share .social-item,.sort-products .form-group>div,.subnav .nav-link,.two-widgets .content-entry .entry-text,.v-full-screen .container-fluid .content-entry,.v-full-screen .container-lg .content-entry,.v-full-screen .container-md .content-entry,.v-full-screen .container-sm .content-entry,.v-full-screen .container-xl .content-entry,.v-full-screen .container-xxl .content-entry,.v-text-left .target-image,.v-text-right .target-image{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none,.filter-mobile .card.left,.filter-mobile .card.right,.shop-design2 .col-md-12>.product-item .product-item__body .element-currency,.shop-design2 .col-md-12>div>.product-item .product-item__body .element-currency,.shop-design2 .col-md-6>.product-item .product-item__body .element-currency,.shop-design2 .col-md-6>div>.product-item .product-item__body .element-currency,.shop-horizontal .col-md-12>.product-item .product-item__body .element-currency,.shop-horizontal .col-md-12>div>.product-item .product-item__body .element-currency,.shop-horizontal .col-md-6>.product-item .product-item__body .element-currency,.shop-horizontal .col-md-6>div>.product-item .product-item__body .element-currency{display:none!important}.block-table-text.table-style-4 table tbody,.shadow{box-shadow:0 .5rem 1rem #00000026!important}.block-icons-background .element.media,.block-n-elements-background .element,.elements-style1 .element,.section-lines .content-entry,.shadow-sm,.shop-horizontal .product-item:hover{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.elements-style1 .element:hover,.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.elements-style-flex-column.overblock .background .bg-color,.shadow-none{box-shadow:none!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:sticky!important}.top-0{top:0!important}.top-50{top:50%!important}.top-100{top:100%!important}.bottom-0{bottom:0!important}.bottom-50{bottom:50%!important}.bottom-100{bottom:100%!important}.start-0{left:0!important}.start-50{left:50%!important}.start-100{left:100%!important}.end-0{right:0!important}.end-50{right:50%!important}.end-100{right:100%!important}.translate-middle{transform:translate(-50%,-50%)!important}.translate-middle-x{transform:translateX(-50%)!important}.translate-middle-y{transform:translateY(-50%)!important}.block-n-elements-background .element,.border,.elements-style-flex-column.block-n-elements-background .ds-image img{border:1px solid #dee2e6!important}.border-0{border:0!important}.border-top{border-top:1px solid #dee2e6!important}.border-top-0{border-top:0!important}.border-end{border-right:1px solid #dee2e6!important}.border-end-0{border-right:0!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-bottom-0{border-bottom:0!important}.border-start{border-left:1px solid #dee2e6!important}.border-start-0{border-left:0!important}.border-primary{border-color:#0d6efd!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#198754!important}.border-info{border-color:#0dcaf0!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light,.elements-style-flex-column.block-n-elements-background .ds-image img{border-color:#f8f9fa!important}.border-dark{border-color:#212529!important}.border-white{border-color:#fff!important}.block-n-elements-background .element,.border-1{border-width:1px!important}.border-2,.elements-style-flex-column.block-n-elements-background .ds-image img{border-width:2px!important}.border-3{border-width:3px!important}.border-4{border-width:4px!important}.border-5{border-width:5px!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.shop-design2 .price-item span:first-child,.w-100{width:100%!important}.w-auto{width:auto!important}.mw-100{max-width:100%!important}.vw-100{width:100vw!important}.min-vw-100{min-width:100vw!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.elements-style-flex-column .element,.h-100{height:100%!important}.h-auto{height:auto!important}.mh-100{max-height:100%!important}.vh-100{height:100vh!important}.min-vh-100{min-height:100vh!important}.flex-fill,.form .form-inline .form-group{flex:1 1 auto!important}.flex-row,.product-gallery-swiper .swiper-thumbs,.shop-design2 .col-md-12>.product-item,.shop-design2 .col-md-12>.product-item .product-item__body,.shop-design2 .col-md-12>div>.product-item,.shop-design2 .col-md-12>div>.product-item .product-item__body,.shop-design2 .col-md-6>.product-item,.shop-design2 .col-md-6>.product-item .product-item__body,.shop-design2 .col-md-6>div>.product-item,.shop-design2 .col-md-6>div>.product-item .product-item__body,.shop-horizontal .col-md-12>.product-item,.shop-horizontal .col-md-12>.product-item .product-item__body,.shop-horizontal .col-md-12>div>.product-item,.shop-horizontal .col-md-12>div>.product-item .product-item__body,.shop-horizontal .col-md-6>.product-item,.shop-horizontal .col-md-6>.product-item .product-item__body,.shop-horizontal .col-md-6>div>.product-item,.shop-horizontal .col-md-6>div>.product-item .product-item__body{flex-direction:row!important}.block-element-circle-style .element,.block-elements-colors .element,.block-lateral-aligns .element,.ds-contact-columns.ds-block--filled .ds-col,.ds-contact-design .ds-col,.ds-contact-filled-3.ds-block--filled .ds-col,.elements-style-flex-column .element,.filter-mobile .card,.flex-column,.form .form-inline .form-group,.shop-design2 .col-md-12>.product-item .product-item__body .price-item,.shop-design2 .col-md-12>.product-item .product-item__body .product-group__bottom,.shop-design2 .col-md-12>div>.product-item .product-item__body .price-item,.shop-design2 .col-md-12>div>.product-item .product-item__body .product-group__bottom,.shop-design2 .col-md-6>.product-item .product-item__body .price-item,.shop-design2 .col-md-6>.product-item .product-item__body .product-group__bottom,.shop-design2 .col-md-6>div>.product-item .product-item__body .price-item,.shop-design2 .col-md-6>div>.product-item .product-item__body .product-group__bottom,.shop-design2 .price-item,.shop-horizontal .col-md-12>.product-item .product-item__body .price-item,.shop-horizontal .col-md-12>.product-item .product-item__body .product-btn,.shop-horizontal .col-md-12>div>.product-item .product-item__body .price-item,.shop-horizontal .col-md-12>div>.product-item .product-item__body .product-btn,.shop-horizontal .col-md-6>.product-item .product-item__body .price-item,.shop-horizontal .col-md-6>.product-item .product-item__body .product-btn,.shop-horizontal .col-md-6>div>.product-item .product-item__body .price-item,.shop-horizontal .col-md-6>div>.product-item .product-item__body .product-btn{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.filter-mobile .card-body,.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap,.form .form-inline .check-group,.navbar-menu-inner,.product-gallery-swiper .swiper-thumbs{flex-wrap:wrap!important}.flex-nowrap,.form-search,.navbar-design .nav-link,.navbar__tools,.subnav .nav-link{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-0{gap:0!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:1rem!important}.gap-4{gap:1.5rem!important}.gap-5{gap:3rem!important}.block-lateral-aligns .ds-cn-grid-element:nth-child(odd),.block-lateral-aligns .ds-cn-grid-element:nth-child(odd) .element .media-header,.ds-block--slider .ds-swiper-slider .v-text-bottom-left .content-entry-slider,.ds-block--slider .ds-swiper-slider .v-text-left .content-entry-slider,.ds-block--slider .ds-swiper-slider .v-text-top-left .content-entry-slider,.ds-block--slider.block-slider-background .v-text-bottom-left .container .row,.ds-block--slider.block-slider-background .v-text-left .container .row,.ds-block--slider.block-slider-background .v-text-top-left .container .row,.form-inline label,.justify-content-start,.v-text-left .ds-block-content,.v-text-left .ds-block-content table.medium-editor-table,.v-text-left .target-image,.v-text-left .two-widgets .content-entry .entry-text,.v-text-left.section-lines .ds-col.col-md-12{justify-content:flex-start!important}.block-lateral-aligns .ds-cn-grid-element:nth-child(2n),.block-lateral-aligns .ds-cn-grid-element:nth-child(2n) .element .media-header,.ds-block--slider .ds-swiper-slider .v-text-bottom-right .content-entry-slider,.ds-block--slider .ds-swiper-slider .v-text-right .content-entry-slider,.ds-block--slider .ds-swiper-slider .v-text-top-right .content-entry-slider,.ds-block--slider.block-slider-background .v-text-bottom-right .container .row,.ds-block--slider.block-slider-background .v-text-right .container .row,.ds-block--slider.block-slider-background .v-text-top-right .container .row,.justify-content-end,.v-text-right .ds-block-content,.v-text-right .ds-block-content table.medium-editor-table,.v-text-right .target-image,.v-text-right .two-widgets .content-entry .entry-text,.v-text-right.section-lines .ds-col.col-md-12{justify-content:flex-end!important}.bg-message-form,.ds-block--slider .ds-swiper-slider .v-text-bottom-center .content-entry-slider,.ds-block--slider .ds-swiper-slider .v-text-center .content-entry-slider,.ds-block--slider .ds-swiper-slider .v-text-top-center .content-entry-slider,.ds-block--slider.block-slider-background .v-text-bottom-center .container .row,.ds-block--slider.block-slider-background .v-text-center .container .row,.ds-block--slider.block-slider-background .v-text-top-center .container .row,.icon,.justify-content-center,.navbar-design .nav-link,.product-gallery-swiper .swiper-thumbs,.shop-design2 .price-item,.shop-design2 .product-badge .badge,.social-share .social-item,.subnav .nav-link,.v-text-center .ds-block-content,.v-text-center .ds-block-content table.medium-editor-table,.v-text-center .two-widgets .content-entry .entry-text,.v-text-center.section-lines .ds-col.col-md-12{justify-content:center!important}.justify-content-between,.navbar-design .navbar-inner,.shop-design2 .col-md-12>.product-item .product-item__body .product-group__bottom,.shop-design2 .col-md-12>div>.product-item .product-item__body .product-group__bottom,.shop-design2 .col-md-6>.product-item .product-item__body .product-group__bottom,.shop-design2 .col-md-6>div>.product-item .product-item__body .product-group__bottom,.subnav .navbar-inner{justify-content:space-between!important}.flex-align-justify .navbar-design .nav-link,.flex-align-justify .subnav .nav-link,.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center,.bg-message-form,.block,.icon,.nav-menu-item,.navbar-design .navbar-inner,.navbar__tools,.shop-design2 .col-md-12>.product-item .product-item__img,.shop-design2 .col-md-12>div>.product-item .product-item__img,.shop-design2 .col-md-6>.product-item .product-item__img,.shop-design2 .col-md-6>div>.product-item .product-item__img,.shop-design2 .product-badge .badge,.shop-horizontal .col-md-12>.product-item .product-item__img,.shop-horizontal .col-md-12>div>.product-item .product-item__img,.shop-horizontal .col-md-6>.product-item .product-item__img,.shop-horizontal .col-md-6>div>.product-item .product-item__img,.social-share .social-item,.subnav .navbar-inner,.v-full-screen .container-fluid .content-entry,.v-full-screen .container-lg .content-entry,.v-full-screen .container-md .content-entry,.v-full-screen .container-sm .content-entry,.v-full-screen .container-xl .content-entry,.v-full-screen .container-xxl .content-entry{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch,.ds-block--filled .ds-col,.form .form-inline .form-group,.navbar-design .nav-link,.subnav .nav-link{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center,.menu--line .nav-link .nav-menu-text,.menu--line-bottom,.navbar-design .nav-link .nav-menu-text,.sort-products .form-group>div label,.subnav .nav-link .nav-menu-text{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch,.ds-block--filled .ds-col{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.elements-style-flex-column .ds-image .ds-eb-image,.elements-style-flex-column .element,.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-left:0!important;margin-right:0!important}.mx-1,.tools__item-icon,.tools__item-input{margin-left:.25rem!important;margin-right:.25rem!important}.elements-style-flex-column .btn-container,.elements-style-flex-column .ds-subtitle,.elements-style-flex-column .ds-title,.elements-style-flex-column .entry-text .bd-btn,.elements-style-flex-column .media-footer,.elements-style-flex-column .text,.mx-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-3,.tools__item-cta{margin-left:1rem!important;margin-right:1rem!important}.block-footer .ds-logo,.mx-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-5{margin-left:3rem!important;margin-right:3rem!important}.mx-auto{margin-left:auto!important;margin-right:auto!important}.my-0,.shop-design .product-item .product-btn .btn{margin-bottom:0!important;margin-top:0!important}.my-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-auto{margin-bottom:auto!important;margin-top:auto!important}.elements-style-flex-column .ds-subtitle,.elements-style-flex-column .ds-title,.form .form-inline .form-group__btn,.mt-0,.no-gutters .element,.nomargin .ds-cn-grid .element,.shop-design-featured .list-products .product-item{margin-top:0!important}.block-footer.footer-info-vertical .social-footer,.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.block-footer .social-footer,.confianza-online,.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.elements-style-flex-column .btn-container,.elements-style-flex-column .media-footer,.elements-style-flex-column .target-footer,.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.block-footer.footer-info-vertical .social-footer .icon-footer,.ds-product-single .actual-price,.me-1{margin-right:.25rem!important}.form .form-inline .check-group .form-check,.me-2,.sort-products .form-group>div label{margin-right:.5rem!important}.form-check .form-check-item,.me-3,.media .media-img{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-auto{margin-right:auto!important}.block-advisebar .ds-subtitle,.block-advisebar .ds-subtitle p,.block-advisebar .ds-text,.block-advisebar .ds-text p,.checkout .media,.ds-product-single .btn,.elements-style1 .element .figure-content,.form .form-inline .form-group__btn,.mb-0,.no-gutters .element,.nomargin .ds-cn-grid .element,.shop-design .product-item__body,.shop-design2 .col-md-12>.product-item,.shop-design2 .col-md-12>div>.product-item,.shop-design2 .col-md-6>.product-item,.shop-design2 .col-md-6>div>.product-item,.shop-horizontal .col-md-12>.product-item,.shop-horizontal .col-md-12>div>.product-item,.shop-horizontal .col-md-6>.product-item,.shop-horizontal .col-md-6>div>.product-item,.shop-horizontal .product-item .product-item__body{margin-bottom:0!important}.elements-style-flex-column .ds-title,.mb-1{margin-bottom:.25rem!important}.block-footer .legal-text,.elements-style-flex-column .bd-btn,.elements-style-flex-column .bd-btn-text,.elements-style-flex-column .ds-subtitle,.elements-style1 .element .target-body .text,.form-group,.mb-2,.social-footer .icon-footer{margin-bottom:.5rem!important}.block-lateral-aligns .element .media-header,.block-progress-circle .ds-title,.block-progress-circle .media-img,.elements-style-flex-column .ds-image,.mb-3,.shop-design2 .product-group__bottom>div:first-child{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-auto{margin-left:auto!important}.p-0,.shop-design-banner .list-products{padding:0!important}.p-1{padding:.25rem!important}.block-n-elements-background .element,.p-2{padding:.5rem!important}.ch-item .lead,.elements-style1 .element .target-body,.p-3,.shop-design2 .product-item__body{padding:1rem!important}.effect-basictop .overlay-awesome-figure figcaption,.p-4,.tab-content{padding:1.5rem!important}.p-5{padding:3rem!important}.block-table-cart .content-entry,.px-0{padding-left:0!important;padding-right:0!important}.px-1,.search-input .btn-search,.search-input .tools-search-content,.topbar .social-topbar i,.topbar .text a,.topbar-inner .icon.icon-mail2,.topbar-inner .icon.icon-phone2,.topbar-inner .social-item{padding-left:.25rem!important;padding-right:.25rem!important}.navbar__item-brand,.px-2,.search-input .tools__item-search{padding-left:.5rem!important;padding-right:.5rem!important}.navbar-design .nav-link,.px-3,.shop-design-featured .entry-text,.subnav .nav-link{padding-left:1rem!important;padding-right:1rem!important}.form-search,.px-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-5{padding-left:3rem!important;padding-right:3rem!important}.py-0,.shop-design-featured .list-products{padding-bottom:0!important;padding-top:0!important}.dropdown-menu>li,.py-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.block-table-text.table-style-1 table,.block-table-text.table-style-2 table,.block-table-text.table-style-3 table,.block-table-text.table-style-4 table,.navbar-fixed .navbar-item--logo,.navbar-fixed .subnav .nav-link,.py-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-3,.subnav .nav-link{padding-bottom:1rem!important;padding-top:1rem!important}.block-icons-background .element.media,.py-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-5{padding-bottom:3rem!important;padding-top:3rem!important}.elements-style1 .element .target-body,.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.elements-style-flex-column.block-delete-icon .media-body,.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.block-footer .legal-text li,.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.medium-editor-table tbody,.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.block-table-text tbody,.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}.font-monospace{font-family:var(--bs-font-monospace)!important}.fs-1{font-size:calc(1.375rem + 1.5vw)!important}.fs-2{font-size:calc(1.325rem + .9vw)!important}.fs-3{font-size:calc(1.3rem + .6vw)!important}.fs-4{font-size:calc(1.275rem + .3vw)!important}.fs-5{font-size:1.25rem!important}.fs-6{font-size:1rem!important}.fst-italic{font-style:italic!important}.fst-normal{font-style:normal!important}.fw-light{font-weight:300!important}.fw-lighter{font-weight:lighter!important}.fw-normal{font-weight:400!important}.block-table-cart .price,.fw-bold{font-weight:700!important}.fw-bolder{font-weight:bolder!important}.lh-1{line-height:1!important}.lh-sm{line-height:1.25!important}.lh-base{line-height:1.5!important}.lh-lg{line-height:2!important}.block-progress-bar-2,.block-social-text .row .ds-col:nth-child(2)>.content-entry,.filter .form-check,.navbar-design .nav-link .nav-menu-text,.subnav .nav-link .nav-menu-text,.text-start{text-align:left!important}.block-table-cart .price,.filter .range-filters .range-value:nth-child(3),.text-end{text-align:right!important}.block-table-cart .title-block,.shop-design2 .product-item,.text-center{text-align:center!important}.text-decoration-none{text-decoration:none!important}.text-decoration-underline{text-decoration:underline!important}.text-decoration-line-through{text-decoration:line-through!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.text-primary{--bs-text-opacity:1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}.text-secondary{--bs-text-opacity:1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}.text-success{--bs-text-opacity:1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}.text-info{--bs-text-opacity:1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}.text-warning{--bs-text-opacity:1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}.text-danger{--bs-text-opacity:1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}.text-light{--bs-text-opacity:1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}.block-icons-background .element.media,.text-dark{--bs-text-opacity:1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}.text-black{--bs-text-opacity:1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}.text-white{--bs-text-opacity:1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}.text-body{--bs-text-opacity:1;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important}.text-muted{--bs-text-opacity:1;color:#6c757d!important}.text-black-50{--bs-text-opacity:1;color:#00000080!important}.text-white-50{--bs-text-opacity:1;color:#ffffff80!important}.text-reset{--bs-text-opacity:1;color:inherit!important}.text-opacity-25{--bs-text-opacity:0.25}.text-opacity-50{--bs-text-opacity:0.5}.text-opacity-75{--bs-text-opacity:0.75}.text-opacity-100{--bs-text-opacity:1}.bg-primary{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}.bg-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}.bg-success{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}.bg-info{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}.bg-warning{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}.bg-danger{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}.bg-light,.elements-style-flex-column.block-n-elements-background .ds-image .ds-eb-image{--bs-bg-opacity:1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}.bg-dark,.shop-design .product-item__body{--bs-bg-opacity:1;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}.bg-black{--bs-bg-opacity:1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}.bg-white,.block-n-elements-background .element,.navbar-fixed .bg-transparent,.searchbar,.searchbar.bg-transparent{--bs-bg-opacity:1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}.bg-body{--bs-bg-opacity:1;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important}.bg-transparent{--bs-bg-opacity:1;background-color:initial!important}.bg-opacity-10{--bs-bg-opacity:0.1}.bg-opacity-25{--bs-bg-opacity:0.25}.bg-opacity-50{--bs-bg-opacity:0.5}.bg-opacity-75{--bs-bg-opacity:0.75}.bg-opacity-100{--bs-bg-opacity:1}.bg-gradient{background-image:var(--bs-gradient)!important}.user-select-all{user-select:all!important}.user-select-auto{user-select:auto!important}.user-select-none{user-select:none!important}.pe-none{pointer-events:none!important}.pe-auto{pointer-events:auto!important}.rounded{border-radius:.25rem!important}.rounded-0{border-radius:0!important}.rounded-1{border-radius:.2rem!important}.rounded-2{border-radius:.25rem!important}.rounded-3{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-top{border-top-left-radius:.25rem!important}.rounded-end,.rounded-top{border-top-right-radius:.25rem!important}.rounded-bottom,.rounded-end{border-bottom-right-radius:.25rem!important}.rounded-bottom,.rounded-start{border-bottom-left-radius:.25rem!important}.rounded-start{border-top-left-radius:.25rem!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media (min-width:576px){.float-sm-start{float:left!important}.float-sm-end{float:right!important}.float-sm-none{float:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-sm-0{gap:0!important}.gap-sm-1{gap:.25rem!important}.gap-sm-2{gap:.5rem!important}.gap-sm-3{gap:1rem!important}.gap-sm-4{gap:1.5rem!important}.gap-sm-5{gap:3rem!important}.form .form-inline label,.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-left:0!important;margin-right:0!important}.mx-sm-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-sm-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-sm-3{margin-left:1rem!important;margin-right:1rem!important}.mx-sm-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-sm-5{margin-left:3rem!important;margin-right:3rem!important}.mx-sm-auto{margin-left:auto!important;margin-right:auto!important}.my-sm-0{margin-bottom:0!important;margin-top:0!important}.my-sm-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-sm-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-sm-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-sm-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-sm-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-sm-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.form .form-inline .label-check,.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-left:0!important;padding-right:0!important}.px-sm-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-sm-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-sm-3{padding-left:1rem!important;padding-right:1rem!important}.px-sm-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-sm-5{padding-left:3rem!important;padding-right:3rem!important}.py-sm-0{padding-bottom:0!important;padding-top:0!important}.py-sm-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-sm-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-sm-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-sm-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-sm-5{padding-bottom:3rem!important;padding-top:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}.text-sm-start{text-align:left!important}.text-sm-end{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.float-md-start{float:left!important}.float-md-end{float:right!important}.float-md-none{float:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-md-0{gap:0!important}.gap-md-1{gap:.25rem!important}.gap-md-2{gap:.5rem!important}.gap-md-3{gap:1rem!important}.gap-md-4{gap:1.5rem!important}.gap-md-5{gap:3rem!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-left:0!important;margin-right:0!important}.mx-md-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-md-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-md-3{margin-left:1rem!important;margin-right:1rem!important}.mx-md-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-md-5{margin-left:3rem!important;margin-right:3rem!important}.mx-md-auto{margin-left:auto!important;margin-right:auto!important}.my-md-0{margin-bottom:0!important;margin-top:0!important}.my-md-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-md-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-md-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-md-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-md-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-md-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.form .form-inline .form-group__btn,.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-auto{margin-right:auto!important}.block-footer .ds-logo,.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-left:0!important;padding-right:0!important}.px-md-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-md-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-md-3{padding-left:1rem!important;padding-right:1rem!important}.px-md-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-md-5{padding-left:3rem!important;padding-right:3rem!important}.py-md-0{padding-bottom:0!important;padding-top:0!important}.py-md-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-md-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-md-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-md-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-md-5{padding-bottom:3rem!important;padding-top:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}.block-footer.footer-info-vertical .legal-text,.block-footer.footer-info-vertical .social-footer,.text-md-start{text-align:left!important}.text-md-end{text-align:right!important}.block-footer .legal-text,.block-footer .social-footer,.text-md-center{text-align:center!important}}@media (min-width:992px){.float-lg-start{float:left!important}.float-lg-end{float:right!important}.float-lg-none{float:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-lg-0{gap:0!important}.gap-lg-1{gap:.25rem!important}.gap-lg-2{gap:.5rem!important}.gap-lg-3{gap:1rem!important}.gap-lg-4{gap:1.5rem!important}.gap-lg-5{gap:3rem!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-left:0!important;margin-right:0!important}.mx-lg-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-lg-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-lg-3{margin-left:1rem!important;margin-right:1rem!important}.mx-lg-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-lg-5{margin-left:3rem!important;margin-right:3rem!important}.mx-lg-auto{margin-left:auto!important;margin-right:auto!important}.my-lg-0{margin-bottom:0!important;margin-top:0!important}.my-lg-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-lg-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-lg-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-lg-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-lg-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-lg-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-left:0!important;padding-right:0!important}.px-lg-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-lg-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-lg-3{padding-left:1rem!important;padding-right:1rem!important}.px-lg-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-lg-5{padding-left:3rem!important;padding-right:3rem!important}.py-lg-0{padding-bottom:0!important;padding-top:0!important}.py-lg-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-lg-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-lg-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-lg-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-lg-5{padding-bottom:3rem!important;padding-top:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}.text-lg-start{text-align:left!important}.text-lg-end{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.float-xl-start{float:left!important}.float-xl-end{float:right!important}.float-xl-none{float:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-xl-0{gap:0!important}.gap-xl-1{gap:.25rem!important}.gap-xl-2{gap:.5rem!important}.gap-xl-3{gap:1rem!important}.gap-xl-4{gap:1.5rem!important}.gap-xl-5{gap:3rem!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-left:0!important;margin-right:0!important}.mx-xl-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-xl-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-xl-3{margin-left:1rem!important;margin-right:1rem!important}.mx-xl-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-xl-5{margin-left:3rem!important;margin-right:3rem!important}.mx-xl-auto{margin-left:auto!important;margin-right:auto!important}.my-xl-0{margin-bottom:0!important;margin-top:0!important}.my-xl-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-xl-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-xl-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-xl-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-xl-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-xl-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-left:0!important;padding-right:0!important}.px-xl-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-xl-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-xl-3{padding-left:1rem!important;padding-right:1rem!important}.px-xl-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-xl-5{padding-left:3rem!important;padding-right:3rem!important}.py-xl-0{padding-bottom:0!important;padding-top:0!important}.py-xl-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-xl-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-xl-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-xl-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-xl-5{padding-bottom:3rem!important;padding-top:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}.text-xl-start{text-align:left!important}.text-xl-end{text-align:right!important}.text-xl-center{text-align:center!important}}@media (min-width:1400px){.float-xxl-start{float:left!important}.float-xxl-end{float:right!important}.float-xxl-none{float:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-xxl-0{gap:0!important}.gap-xxl-1{gap:.25rem!important}.gap-xxl-2{gap:.5rem!important}.gap-xxl-3{gap:1rem!important}.gap-xxl-4{gap:1.5rem!important}.gap-xxl-5{gap:3rem!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-left:0!important;margin-right:0!important}.mx-xxl-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-xxl-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-xxl-3{margin-left:1rem!important;margin-right:1rem!important}.mx-xxl-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-xxl-5{margin-left:3rem!important;margin-right:3rem!important}.mx-xxl-auto{margin-left:auto!important;margin-right:auto!important}.my-xxl-0{margin-bottom:0!important;margin-top:0!important}.my-xxl-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-xxl-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-xxl-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-xxl-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-xxl-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-xxl-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-auto{margin-left:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-left:0!important;padding-right:0!important}.px-xxl-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-xxl-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-xxl-3{padding-left:1rem!important;padding-right:1rem!important}.px-xxl-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-xxl-5{padding-left:3rem!important;padding-right:3rem!important}.py-xxl-0{padding-bottom:0!important;padding-top:0!important}.py-xxl-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-xxl-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-xxl-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-xxl-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-xxl-5{padding-bottom:3rem!important;padding-top:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}.text-xxl-start{text-align:left!important}.text-xxl-end{text-align:right!important}.text-xxl-center{text-align:center!important}}@media (min-width:1200px){.fs-1{font-size:2.5rem!important}.fs-2{font-size:2rem!important}.fs-3{font-size:1.75rem!important}.fs-4{font-size:1.5rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}}p{margin-bottom:1em;margin-top:0}.btn p{margin:0}figure{margin:1em 0}form{margin-bottom:1em}body{-webkit-overflow-scrolling:touch;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;text-rendering:optimizeLegibility}html{height:auto!important}@media (min-width:992px){html{font-size:calc(105%*var(--a11y-font-scale, 1))!important}html .cart-tooltip{font-size:small}}ul{list-style-type:none;padding-left:0}ul li{list-style-position:inside}ul ul{margin:.5rem 0;padding-left:1.5rem}.animated.zoomIn,.block-picture-img .zoomIn.ds-cn-grid-element:nth-child(2){animation-duration:.5s!important;-webkit-animation-duration:.5s!important}.animated.delay-2s,.block-picture-img .delay-2s.ds-cn-grid-element:nth-child(2){-webkit-animation-delay:2s;animation-delay:2s}.animated.delay-3s,.block-picture-img .delay-3s.ds-cn-grid-element:nth-child(2){-webkit-animation-delay:3s;animation-delay:3s}.medium-editor-table .medium-editor-table{margin-bottom:0}.medium-editor-table{display:flex}.medium-editor-table tbody{overflow-x:auto}.medium-editor-table{border:none}.lead{line-height:1.25;margin-bottom:1em}blockquote{margin:1em 0}.no-gutters figure,.nomargin .ds-cn-grid figure{margin:0}@media (min-width:768px){.element figure:first-child,figure:first-child{margin-top:0}}.hide{display:none!important}.img-responsive{height:auto;max-width:100%}*{color-adjust:exact!important;-webkit-print-color-adjust:exact!important}.row .ds-col{position:relative}.btn:focus{box-shadow:none!important;outline:none!important}legend{font-size:inherit;margin:0}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5em;margin-top:1em}.h1:first-child,.h2:first-child,.h3:first-child,.h4:first-child,.h5:first-child,.h6:first-child,h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child{margin-top:0}.target .h1:first-child,.target .h2:first-child,.target .h3:first-child,.target .h4:first-child,.target .h5:first-child,.target .h6:first-child,.target h1:first-child,.target h2:first-child,.target h3:first-child,.target h4:first-child,.target h5:first-child,.target h6:first-child{margin-top:.5em}@media (min-width:576px){.h1:last-child,.h2:last-child,.h3:last-child,.h4:last-child,.h5:last-child,.h6:last-child,h1:last-child,h2:last-child,h3:last-child,h4:last-child,h5:last-child,h6:last-child{margin-bottom:0}}.h1.title-block,.h2.title-block,.h3.title-block,.h4.title-block,.h5.title-block,.h6.title-block,h1.title-block,h2.title-block,h3.title-block,h4.title-block,h5.title-block,h6.title-block{margin-bottom:1em!important;padding-bottom:.25em}@media (max-width:575.98px){.h1.title-block,.h2.title-block,.h3.title-block,.h4.title-block,.h5.title-block,.h6.title-block,h1.title-block,h2.title-block,h3.title-block,h4.title-block,h5.title-block,h6.title-block{font-size:1.5em;margin-bottom:1.5em!important}}.ds-block--filled .h1.title-block,.ds-block--filled .h2.title-block,.ds-block--filled .h3.title-block,.ds-block--filled .h4.title-block,.ds-block--filled .h5.title-block,.ds-block--filled .h6.title-block,.ds-block--filled h1.title-block,.ds-block--filled h2.title-block,.ds-block--filled h3.title-block,.ds-block--filled h4.title-block,.ds-block--filled h5.title-block,.ds-block--filled h6.title-block{padding:3rem;position:absolute;width:50%}.ds-block--filled .nomargin .two-widgets.ds-cn-grid .h1.title-block,.ds-block--filled .nomargin .two-widgets.ds-cn-grid .h2.title-block,.ds-block--filled .nomargin .two-widgets.ds-cn-grid .h3.title-block,.ds-block--filled .nomargin .two-widgets.ds-cn-grid .h4.title-block,.ds-block--filled .nomargin .two-widgets.ds-cn-grid .h5.title-block,.ds-block--filled .nomargin .two-widgets.ds-cn-grid .h6.title-block,.ds-block--filled .nomargin .two-widgets.ds-cn-grid h1.title-block,.ds-block--filled .nomargin .two-widgets.ds-cn-grid h2.title-block,.ds-block--filled .nomargin .two-widgets.ds-cn-grid h3.title-block,.ds-block--filled .nomargin .two-widgets.ds-cn-grid h4.title-block,.ds-block--filled .nomargin .two-widgets.ds-cn-grid h5.title-block,.ds-block--filled .nomargin .two-widgets.ds-cn-grid h6.title-block,.ds-block--filled .two-widgets.no-gutters .h1.title-block,.ds-block--filled .two-widgets.no-gutters .h2.title-block,.ds-block--filled .two-widgets.no-gutters .h3.title-block,.ds-block--filled .two-widgets.no-gutters .h4.title-block,.ds-block--filled .two-widgets.no-gutters .h5.title-block,.ds-block--filled .two-widgets.no-gutters .h6.title-block,.ds-block--filled .two-widgets.no-gutters h1.title-block,.ds-block--filled .two-widgets.no-gutters h2.title-block,.ds-block--filled .two-widgets.no-gutters h3.title-block,.ds-block--filled .two-widgets.no-gutters h4.title-block,.ds-block--filled .two-widgets.no-gutters h5.title-block,.ds-block--filled .two-widgets.no-gutters h6.title-block,.nomargin .ds-block--filled .two-widgets.ds-cn-grid .h1.title-block,.nomargin .ds-block--filled .two-widgets.ds-cn-grid .h2.title-block,.nomargin .ds-block--filled .two-widgets.ds-cn-grid .h3.title-block,.nomargin .ds-block--filled .two-widgets.ds-cn-grid .h4.title-block,.nomargin .ds-block--filled .two-widgets.ds-cn-grid .h5.title-block,.nomargin .ds-block--filled .two-widgets.ds-cn-grid .h6.title-block,.nomargin .ds-block--filled .two-widgets.ds-cn-grid h1.title-block,.nomargin .ds-block--filled .two-widgets.ds-cn-grid h2.title-block,.nomargin .ds-block--filled .two-widgets.ds-cn-grid h3.title-block,.nomargin .ds-block--filled .two-widgets.ds-cn-grid h4.title-block,.nomargin .ds-block--filled .two-widgets.ds-cn-grid h5.title-block,.nomargin .ds-block--filled .two-widgets.ds-cn-grid h6.title-block{margin:0 auto!important;padding:1rem;position:static!important}.no-gutters.two-widgets .col-title,.nomargin .two-widgets.ds-cn-grid .col-title{padding-bottom:1rem!important;padding-top:0!important}@media (max-width:575.98px){.display-1,.display-2,.display-3,.display-4,.display-5{font-size:2em!important}}blockquote{background:#eee;color:#212529;font-style:italic;padding:1rem 4rem;position:relative}blockquote:before{content:"“";left:0;top:-65px}blockquote:after,blockquote:before{font-family:Arial,sans-serif;font-size:8rem;position:absolute}blockquote:after{bottom:-45px;content:"„";right:0}.ds-text ul,.editor-toolbar .ds-text ul{padding-left:0}.ds-text ul{list-style-type:none}.ds-text ul li{list-style-position:inside;margin-left:30px;position:relative}.ds-text ul li:hover:before{color:#fff;transition:background .3s ease-out}@media (prefers-reduced-motion:reduce){.ds-text ul li:hover:before{transition:none}}.ds-text ul li:before{align-items:center;border-radius:50%;color:#fff;content:"✓";display:flex;font-family:FontAwesome;font-size:12px;height:20px;justify-content:center;left:-30px;position:absolute;top:0;transition:background .3s ease-out;width:20px}.ds-text ul li.text-size-2:before{top:.3em}.ds-text ul li.text-size-3:before{top:.5em}@media (max-width:767.98px){.ds-text ul li.text-size-3:before{top:.47em!important}}.ds-text ul li.text-size-4:before{top:.75em}@media (max-width:767.98px){.ds-text ul li.text-size-4:before{top:.55em!important}}.ds-text ul li.text-size-5:before{top:.79em}@media (max-width:767.98px){.ds-text ul li.text-size-5:before{top:.6em!important}}a:focus,button:focus{outline:none}a,a:hover{text-decoration:none}.ds-subtitle a,.ds-text a{font-weight:700}.btn{margin-bottom:.5em}.form-inline .btn{margin:0}.btn:last-child{margin-bottom:0}.btn-square{height:2rem;margin-top:0;padding:0;text-align:center;width:2rem}@media (min-width:992px){.btn-square{height:2.2rem;width:2.2rem}}.btn-outline-secondary{color:#6c757d}.btn-outline-secondary:hover{color:#fff}@media (min-width:576px){.content-entry .btn+.btn{margin-left:.5rem}}.content-entry .btn+.btn:last-child{margin-bottom:.5em}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:none}.bg-button-color-6.block-button-background .bd-btn,.bg-button-color-7.block-button-background .bd-btn{color:#212529!important}.svelte-ojjeu7{right:4px!important}.active-fixed-web-buttons .svelte-ojjeu7{bottom:80px!important}.active-fixed-web-buttons.active-chatbot .svelte-ojjeu7{bottom:160px!important}#chatbot-chat{z-index:1999999999!important}.active-fixed-web-buttons #chatbot-chat{bottom:72px!important;right:6px}.active-fixed-web-buttons #lbContact,.active-fixed-web-buttons .lbInv{bottom:89px!important;right:23px!important}.active-fixed-web-buttons #lbContact .lbInvHeaderOperatorsOp,.active-fixed-web-buttons #lbContact .lbInvVersion6,.active-fixed-web-buttons .lbInv .lbInvHeaderOperatorsOp,.active-fixed-web-buttons .lbInv .lbInvVersion6{left:auto;right:0}.fixed-web-buttons{bottom:20px;right:20px;z-index:2000000001}@media (min-width:768px){.touch .fixed-web-buttons{bottom:11px;right:11px}}.fixed-web-buttons.with-tawkto{transform:translate(-77px);-webkit-transition:all,1s,ease-out;-o-transition:all,1s,ease-out;transition:all,1s,ease-out}.fixed-web-buttons #trustbadgeCustomContainer{height:60px!important;width:auto!important}.fixed-web-buttons .btn.bd-btn.btn-whatsapp{background:#29b200;border:2px solid #fff;height:58px;width:58px}.fixed-web-buttons .btn.bd-btn.btn-whatsapp.focus,.fixed-web-buttons .btn.bd-btn.btn-whatsapp:focus,.fixed-web-buttons .btn.bd-btn.btn-whatsapp:hover{background-color:#239900}.fixed-sticky-buttons{right:0;top:33vh;z-index:4}.fixed-sticky-buttons i{align-items:center;aspect-ratio:1/1;display:inline-flex;justify-content:center;width:1rem}.fixed-sticky-buttons .btn{border:none;border-bottom-right-radius:0;border-top-right-radius:0;margin:1px 0}.fixed-sticky-buttons .btn.active.focus,.fixed-sticky-buttons .btn.active.hover,.fixed-sticky-buttons .btn.active:focus,.fixed-sticky-buttons .btn.active:hover,.fixed-sticky-buttons .btn:active,.fixed-sticky-buttons .btn:active.focus,.fixed-sticky-buttons .btn:active.hover,.fixed-sticky-buttons .btn:active:focus,.fixed-sticky-buttons .btn:active:hover,.fixed-sticky-buttons .btn:focus,.fixed-sticky-buttons .btn:hover{box-shadow:none!important;outline:0}.fixed-sticky-buttons .btn-contact{background:#212529f2}.fixed-sticky-buttons .btn-contact.active.focus,.fixed-sticky-buttons .btn-contact.active.hover,.fixed-sticky-buttons .btn-contact.active:focus,.fixed-sticky-buttons .btn-contact.active:hover,.fixed-sticky-buttons .btn-contact:active,.fixed-sticky-buttons .btn-contact:active.focus,.fixed-sticky-buttons .btn-contact:active.hover,.fixed-sticky-buttons .btn-contact:active:focus,.fixed-sticky-buttons .btn-contact:active:hover,.fixed-sticky-buttons .btn-contact:focus,.fixed-sticky-buttons .btn-contact:hover{background:#0a0c0d}.fixed-sticky-buttons .js-btn-a11y{background:#0d6efdf2}.fixed-sticky-buttons .js-btn-a11y.active.focus,.fixed-sticky-buttons .js-btn-a11y.active.hover,.fixed-sticky-buttons .js-btn-a11y.active:focus,.fixed-sticky-buttons .js-btn-a11y.active:hover,.fixed-sticky-buttons .js-btn-a11y:active,.fixed-sticky-buttons .js-btn-a11y:active.focus,.fixed-sticky-buttons .js-btn-a11y:active.hover,.fixed-sticky-buttons .js-btn-a11y:active:focus,.fixed-sticky-buttons .js-btn-a11y:active:hover,.fixed-sticky-buttons .js-btn-a11y:focus,.fixed-sticky-buttons .js-btn-a11y:hover{background:#0257d5}.js-itemAddToCart.disabled{opacity:50%!important}.form-inline .form-control:last-child{margin:0}.form-control::-moz-placeholder,.form-control::-ms-input-placeholder,.form-control::-webkit-input-placeholder,.form-control::placeholder{color:#ced4da}.form-control::-moz-placeholder,.form-control::-ms-input-placeholder,.form-control::-webkit-input-placeholder,.form-control::placeholder,input::-moz-placeholder,input::-ms-input-placeholder,input::-webkit-input-placeholder,input::placeholder,textarea::-moz-placeholder,textarea::-ms-input-placeholder,textarea::-webkit-input-placeholder,textarea::placeholder{color:#ced4da}.breadcrumb{margin-top:1em}.breadcrumb .disabled{background:0;color:inherit;pointer-events:none}.breadcrumb .disabled:focus,.breadcrumb .disabled:hover{color:inherit}.picture-fit{bottom:0;left:0;margin:0;position:relative;right:0;top:0;width:100%}.img-circle-s .figure-content{border-radius:50%;height:10rem;overflow:hidden;width:10rem}.v-text-center .img-circle-s .figure-content{margin:0 auto}.block-element-circle-style .element{padding-top:5rem;position:relative}.block-element-circle-style .element.target{width:100%}.block-element-circle-style .element .target-image{left:0;margin:0 auto;padding:0;position:absolute;right:0;top:0;z-index:1}.block-element-circle-style .element .target-image .figure-content{border:10px solid #fff}.block-element-circle-style .element img{object-fit:cover}.block-element-circle-style .element .target-body{background:#fff;-webkit-box-shadow:0 10px 35px #262a4c1a;box-shadow:0 10px 35px #262a4c1a;color:#343a40!important;flex:1;overflow:hidden;padding:80px 40px 40px;transform:translateY(0);transition:transform .25s;width:100%;z-index:0}.block-element-circle-style .element .target-body:after{-webkit-backface-visibility:hidden;backface-visibility:hidden;bottom:0;content:"";height:5px;left:50%;position:absolute;-ms-transform:translateX(-50%);-webkit-transform:translateX(-50%);transform:translateX(-50%);transition:all .2s ease;width:0}.block-element-circle-style .element .target-body:hover{border-color:#0000!important;border-bottom:none;transform:translateY(-10px);transition:transform .25s}.block-element-circle-style .element .target-body:hover:after{width:100%}.block-element-circle-style .element .target-body .bd-btn{margin-top:1rem}.block-element-circle-style.imgZoomIn .element,.block-element-circle-style.imgZoomOut .element{overflow:inherit}.map{margin:1rem 0;min-height:10rem;position:relative}.ds-block--filled .map{position:static}.map-content{bottom:0;height:100%;left:0;overflow:hidden;position:absolute;right:0;top:0;width:100%}.map-content .iframe{border:0;height:100%!important;min-height:100%;min-width:100%;width:100%!important}.ytp-button{display:none!important}@media (min-width:768px){.js-fancy-video{max-width:70vw}}.js-fancy-video{max-width:700px}.figure-content{position:relative}.ds-block--filled .figure-content{position:static}.ds-block--filled .figure-content .size{min-height:15rem;padding-bottom:100%}@media (min-width:768px){.ds-block--filled .figure-content .size{height:inherit;padding-bottom:inherit}}.figure-group figure{display:inline-block}.figure-caption-absolute{bottom:0;position:absolute}.my-select{position:relative}.my-select select{display:none}.select-selected{background-color:#fff;border:1px solid #adb5bd;border-radius:2px;padding:.5rem 1rem;width:100%}.select-selected:after{border-bottom:0;border-left:.3em solid #0000;border-right:.3em solid #0000;border-top:.3em solid;content:"";display:inline-block;height:0;margin-left:.255em;position:absolute;right:.5rem;top:18px;vertical-align:.255em;width:0}.select-items div,.select-selected{color:#6c757d;padding-bottom:.4375rem;padding-left:.5em;padding-top:.4375rem}.select-items{background-color:#fff;border:1px solid #ced4da;border-radius:2px;border-top:0;left:0;position:absolute;right:0;top:100%;z-index:99}.select-items div:hover{background-color:#0000001a}.select-hide{display:none}.same-as-selected{background-color:#0000001a}.select-group{margin:1rem 0}.select-sm{width:50%}.select-md{width:70%}.select-lg{width:100%}.ds-cs-dropdown .dropdown-toggle span,.js-select .dropdown-toggle span{overflow:hidden;padding-right:.5rem;white-space:normal;word-break:break-word}.ds-cs-dropdown .dropdown-menu,.js-select .dropdown-menu{padding-left:0}.ds-cs-dropdown .dropdown-menu a,.js-select .dropdown-menu a{color:inherit;display:block;font-size:small}.ds-cs-dropdown .dropdown-menu a:hover,.js-select .dropdown-menu a:hover{text-decoration:none}.label-filter{display:inline-block;padding-right:2.5rem}.form-radio{margin-top:-.25rem}.form-radio,.form-radio-group .form-radio{margin-bottom:.5em}.form-radio{cursor:pointer;display:block;padding-left:2rem;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.form-radio input{cursor:pointer;opacity:0;position:absolute}.form-radio input:checked~.checkmark,.form-radio:hover input~.checkmark{background-color:#e9ecef}.form-radio input:disabled~.checkmark{background-color:#e9ecef;opacity:.5}.form-radio input:disabled~.checkmark:after{display:none}.form-radio input:checked~.checkmark:after{display:block}.form-radio .checkmark{background-color:#e9ecef;border:2px solid #0d6efd;border-radius:50%;height:1rem;left:0;position:absolute;top:2px;width:1rem}.form-radio .checkmark:after{background:#0d6efd;border-radius:50%;content:"";display:none;height:.4rem;position:absolute;width:.4rem}.dropdown-toggle{position:relative;text-align:left}.social-drop .dropdown-toggle:after{position:static}.nav-menu-item .dropdown-toggle:after{display:none}.dropdown-toggle:after{border-top:0;content:"\f107";font-family:Font Awesome\ 6 Free;font-weight:900;line-height:1;position:absolute;right:.5rem;top:calc(50% - 8px)}.block-footer.fg-white .ds-logo a .dropdown-toggle:after,.block-footer.mm-menu_theme-main .ds-logo a .dropdown-toggle:after,.fg-white .dropdown-toggle:after,.mm-menu_theme-main .dropdown-toggle:after,.topbar-inner .email-item:hover .dropdown-toggle:after,.topbar-inner .phone-item:hover .dropdown-toggle:after,.topbar-inner .social-item:hover .icon .dropdown-toggle:after{color:#fff}.dropdown-item{white-space:normal}.dropdown-item-inner{display:block;width:100%}.dropdown-menu{width:100%}.dropdown-menu.pre-scrollable{max-height:340px;overflow-y:auto}.social-drop .dropdown-menu{width:60%}.dropdown-menu.datepicker{padding:1rem;width:auto}.ds-touch-select.hide-js-select{left:0;opacity:0;position:absolute;top:0}.dropdown-select{opacity:0;position:absolute;width:0}.ds-touch-select{position:relative}.ds-touch-select select:not([multiple]){background-image:none;padding-right:2.5rem}.ds-touch-select:after{border-top:0;content:"\f107";font-family:Font Awesome\ 6 Free;font-weight:900;line-height:1;position:absolute;right:.5rem;top:calc(50% - 3px)}.block-footer.fg-white .ds-logo a .ds-touch-select:after,.block-footer.mm-menu_theme-main .ds-logo a .ds-touch-select:after,.fg-white .ds-touch-select:after,.mm-menu_theme-main .ds-touch-select:after,.topbar-inner .email-item:hover .ds-touch-select:after,.topbar-inner .phone-item:hover .ds-touch-select:after,.topbar-inner .social-item:hover .icon .ds-touch-select:after{color:#fff}.custom-control{display:inline-block;margin:1em 0}.custom-control.border-switch{padding-left:0}.custom-control.border-switch .border-switch-control-input{display:none}.custom-control.border-switch .border-switch-control-input:checked~.border-switch-control-indicator{border-color:#0d6efd}.custom-control.border-switch .border-switch-control-input:checked~.border-switch-control-indicator:after{background-color:#0d6efd;left:14px}.custom-control.border-switch .border-switch-control-indicator{background:#fff;border:2px solid #adb5bd;border-radius:1rem;display:inline-block;height:20px;margin:0 .25em;position:relative;top:4px;transition:.3s;width:32px}.custom-control.border-switch .border-switch-control-indicator:after{background:#adb5bd;border-radius:50%;content:"";display:block;height:12px;left:2px;position:absolute;top:2px;transition:.3s;width:12px}.block-icon-size-xs .icon{padding:.5rem}.block-icon-size-xs .icon i{font-size:1rem;height:1rem;width:1rem}.block-icon-size-xs.block-icon-base .icon{padding:.2rem}.block-icon-size-s .icon{padding:.65rem}.block-icon-size-s .icon i{font-size:1.25rem;height:1.25rem;width:1.25rem}.block-icon-size-s.block-icon-base .icon{padding:.2rem}.block-icon-size-m .icon{padding:.75rem}.block-icon-size-m .icon i{font-size:1.5rem;height:1.5rem;width:1.5rem}.block-icon-size-m.block-icon-base .icon{padding:.2rem}.block-icon-size-l .icon{padding:.875rem}.block-icon-size-l .icon i{font-size:1.75rem;height:1.75rem;width:1.75rem}.block-icon-size-l.block-icon-base .icon{padding:.2rem}.block-icon-size-xl .icon{padding:1rem}.block-icon-size-xl .icon i{font-size:2rem;height:2rem;width:2rem}.block-icon-size-xl.block-icon-base .icon{padding:.2rem}.ds--navText-light .navbar-design>.js-change-color.is-transparent:not(.sticky) .block-icon-base .icon,.fg-light .block-icon-base .icon{color:#fff}.block-icon-base .icon{background:none;border-color:#0000}.block-icon-round .icon{border-radius:50%;color:#fff}.block-icon-outline-round .icon{background:none;border-color:#00be68;border-radius:50%;border-style:solid;color:#00be68}.ds--navText-light .navbar-design>.js-change-color.is-transparent:not(.sticky) .block-icon-outline-round .icon,.fg-light .block-icon-outline-round .icon{background:none;border-color:#fff;color:#fff}.block-delete-icon .media-header{display:none!important}.icon{border-width:2px;display:table-cell;vertical-align:middle}.mm-menu .icon{font-size:1rem}.bg-icon-color-6.block-icon-round .icon,.bg-icon-color-7.block-icon-round .icon{color:#212529!important}.social-footer i{padding:.5rem}.social-footer .icon-footer{border-radius:50%;display:inline-block;height:2rem;width:2rem}.bd-scroll{overflow-y:scroll}.bd-scroll::-webkit-scrollbar-track{background-color:#ced4da;border-radius:.5rem}.bd-scroll::-webkit-scrollbar{background-color:#fff;height:0;width:.5rem}.bd-scroll::-webkit-scrollbar-thumb{background-color:#00be68;border-radius:.5rem}.ribbon{height:5.2rem;left:-.25rem;overflow:hidden;position:absolute;text-align:left;top:-.25rem;width:5.2rem;z-index:1}.ribbon span{background:#c9385f;background:linear-gradient(#c9385f,#c9385f);box-shadow:-1px 1px 3px 0 #00000040;color:#fff;display:block;font-size:.75rem;font-weight:700;left:-21px;line-height:1.5rem;position:absolute;text-align:center;text-transform:uppercase;top:10px;transform:rotate(45deg);-webkit-transform:rotate(-45deg);width:87px}.ribbon span:before{border-color:#c9385f #0000 #0000 #c9385f;border-style:solid;border-width:3px;left:0}.ribbon span:after,.ribbon span:before{content:"";position:absolute;top:100%;z-index:-1}.ribbon span:after{border-color:#c9385f #c9385f #0000 #0000;border-style:solid;border-width:3px;right:0}.nav-tabs .nav-link{color:#6c757d}.nav-tabs .nav-link.active{border-bottom-width:3px}.nav-tabs .nav-link.active:hover{border-bottom-color:#0d6efd}.nav-tabs .nav-link:hover{border-color:#fff;color:#0d6efd}.card-footer{background:#fff}@keyframes progress{0%{width:0}to{width:100%}}@keyframes show{0%{opacity:0}to{opacity:1}}.block-progress-bar-1 .hiddenEffect-element{opacity:0;width:0!important}.block-progress-bar-1 .animation-progress-bar{animation:progress 2s ease-in-out;animation-delay:0;opacity:1}.block-progress-bar-1 .animation-number{animation:show .35s ease-in-out .5s forwards;animation-delay:1s;opacity:0}@media (min-width:768px){.block-progress-bar-1 .ds-cn-grid-element.col-md-12{margin:0 auto 2rem;max-width:60%}.block-progress-bar-1 .ds-cn-grid-element.col-md-6 .element{margin:0 auto 2rem;max-width:80%}}.block-progress-bar-1 .progress .number{color:#fff;font-weight:700;opacity:.9}.block-progress-bar-2 .hiddenEffect-element{opacity:0;width:0!important}.block-progress-bar-2 .animation-progress-bar{animation:progress 2s ease-in-out;animation-delay:0s;opacity:1}.block-progress-bar-2 .animation-number{animation:show .35s ease-in-out .5s forwards;animation-delay:1s;opacity:0}.block-progress-bar-2 .progress{background-color:initial;height:1.5rem}.block-progress-bar-2 .progress .progress-bar{background-image:none;border-radius:2rem}.block-progress-bar-2 .progress .number{color:#fff;font-weight:700;opacity:.7}@media (min-width:768px){.block-progress-bar-2 .ds-cn-grid-element.col-md-12{max-width:60%}}.block-progress-circle .hiddenEffect-element{opacity:0}@media (min-width:768px){.block-progress-circle .ds-cn-grid-element.col-md-12 .element{margin:0 auto 2rem;max-width:60%}.block-progress-circle .ds-cn-grid-element.col-md-6 .element{margin:0 auto 2rem;max-width:80%}}.block-progress-circle .progress{background:none;box-shadow:none;height:160px;line-height:160px;margin:0 auto;position:relative;width:160px}.block-progress-circle .progress:after{border:.75rem solid #efefef;border-radius:50%;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.block-progress-circle .progress>span{height:100%;overflow:hidden;position:absolute;top:0;width:50%;z-index:1}.block-progress-circle .progress .progress-left{left:0}.block-progress-circle .progress .progress-bar{background:none;border:.75rem solid #ffb43e;height:100%;position:absolute;top:0;width:100%}.block-progress-circle .progress .progress-left .progress-bar{border-bottom-right-radius:80px;border-left:0;border-top-right-radius:80px;left:100%;-webkit-transform-origin:center left;transform-origin:center left}.block-progress-circle .progress .progress-right{right:0}.block-progress-circle .progress .progress-right .progress-bar{border-bottom-left-radius:80px;border-right:0;border-top-left-radius:80px;left:-100%;-webkit-transform-origin:center right;transform-origin:center right}.block-progress-circle .progress .progress-value{align-items:center;border-radius:50%;display:flex;font-size:1rem;font-weight:300;height:100%;justify-content:center;line-height:20px;text-align:center;width:100%}.block-progress-circle .progress .progress-value .number{font-size:1rem;font-weight:700;text-transform:uppercase}.block-progress-circle .progress[data-percentage="1"] .progress-right .animation-progress-bar{animation:loading-1 1s linear forwards}.block-progress-circle .progress[data-percentage="1"] .progress-left .animation-progress-bar{animation:0}.block-progress-circle .progress[data-percentage="2"] .progress-right .animation-progress-bar{animation:loading-2 1s linear forwards}.block-progress-circle .progress[data-percentage="2"] .progress-left .animation-progress-bar{animation:0}.block-progress-circle .progress[data-percentage="3"] .progress-right .animation-progress-bar{animation:loading-3 1s linear forwards}.block-progress-circle .progress[data-percentage="3"] .progress-left .animation-progress-bar{animation:0}.block-progress-circle .progress[data-percentage="4"] .progress-right .animation-progress-bar{animation:loading-4 1s linear forwards}.block-progress-circle .progress[data-percentage="4"] .progress-left .animation-progress-bar{animation:0}.block-progress-circle .progress[data-percentage="5"] .progress-right .animation-progress-bar{animation:loading-5 1s linear forwards}.block-progress-circle .progress[data-percentage="5"] .progress-left .animation-progress-bar{animation:0}.block-progress-circle .progress[data-percentage="6"] .progress-right .animation-progress-bar{animation:loading-6 1s linear forwards}.block-progress-circle .progress[data-percentage="6"] .progress-left .animation-progress-bar{animation:0}.block-progress-circle .progress[data-percentage="7"] .progress-right .animation-progress-bar{animation:loading-7 1s linear forwards}.block-progress-circle .progress[data-percentage="7"] .progress-left .animation-progress-bar{animation:0}.block-progress-circle .progress[data-percentage="8"] .progress-right .animation-progress-bar{animation:loading-8 1s linear forwards}.block-progress-circle .progress[data-percentage="8"] .progress-left .animation-progress-bar{animation:0}.block-progress-circle .progress[data-percentage="9"] .progress-right .animation-progress-bar{animation:loading-9 1s linear forwards}.block-progress-circle .progress[data-percentage="9"] .progress-left .animation-progress-bar{animation:0}.block-progress-circle .progress[data-percentage="10"] .progress-right .animation-progress-bar{animation:loading-10 1s linear forwards}.block-progress-circle .progress[data-percentage="10"] .progress-left .animation-progress-bar{animation:0}.block-progress-circle .progress[data-percentage="11"] .progress-right .animation-progress-bar{animation:loading-11 1s linear forwards}.block-progress-circle .progress[data-percentage="11"] .progress-left .animation-progress-bar{animation:0}.block-progress-circle .progress[data-percentage="12"] .progress-right .animation-progress-bar{animation:loading-12 1s linear forwards}.block-progress-circle .progress[data-percentage="12"] .progress-left .animation-progress-bar{animation:0}.block-progress-circle .progress[data-percentage="13"] .progress-right .animation-progress-bar{animation:loading-13 1s linear forwards}.block-progress-circle .progress[data-percentage="13"] .progress-left .animation-progress-bar{animation:0}.block-progress-circle .progress[data-percentage="14"] .progress-right .animation-progress-bar{animation:loading-14 1s linear forwards}.block-progress-circle .progress[data-percentage="14"] .progress-left .animation-progress-bar{animation:0}.block-progress-circle .progress[data-percentage="15"] .progress-right .animation-progress-bar{animation:loading-15 1s linear forwards}.block-progress-circle .progress[data-percentage="15"] .progress-left .animation-progress-bar{animation:0}.block-progress-circle .progress[data-percentage="16"] .progress-right .animation-progress-bar{animation:loading-16 1s linear forwards}.block-progress-circle .progress[data-percentage="16"] .progress-left .animation-progress-bar{animation:0}.block-progress-circle .progress[data-percentage="17"] .progress-right .animation-progress-bar{animation:loading-17 1s linear forwards}.block-progress-circle .progress[data-percentage="17"] .progress-left .animation-progress-bar{animation:0}.block-progress-circle .progress[data-percentage="18"] .progress-right .animation-progress-bar{animation:loading-18 1s linear forwards}.block-progress-circle .progress[data-percentage="18"] .progress-left .animation-progress-bar{animation:0}.block-progress-circle .progress[data-percentage="19"] .progress-right .animation-progress-bar{animation:loading-19 1s linear forwards}.block-progress-circle .progress[data-percentage="19"] .progress-left .animation-progress-bar{animation:0}.block-progress-circle .progress[data-percentage="20"] .progress-right .animation-progress-bar{animation:loading-20 1s linear forwards}.block-progress-circle .progress[data-percentage="20"] .progress-left .animation-progress-bar{animation:0}.block-progress-circle .progress[data-percentage="21"] .progress-right .animation-progress-bar{animation:loading-21 1s linear forwards}.block-progress-circle .progress[data-percentage="21"] .progress-left .animation-progress-bar{animation:0}.block-progress-circle .progress[data-percentage="22"] .progress-right .animation-progress-bar{animation:loading-22 1s linear forwards}.block-progress-circle .progress[data-percentage="22"] .progress-left .animation-progress-bar{animation:0}.block-progress-circle .progress[data-percentage="23"] .progress-right .animation-progress-bar{animation:loading-23 1s linear forwards}.block-progress-circle .progress[data-percentage="23"] .progress-left .animation-progress-bar{animation:0}.block-progress-circle .progress[data-percentage="24"] .progress-right .animation-progress-bar{animation:loading-24 1s linear forwards}.block-progress-circle .progress[data-percentage="24"] .progress-left .animation-progress-bar{animation:0}.block-progress-circle .progress[data-percentage="25"] .progress-right .animation-progress-bar{animation:loading-25 1s linear forwards}.block-progress-circle .progress[data-percentage="25"] .progress-left .animation-progress-bar{animation:0}.block-progress-circle .progress[data-percentage="26"] .progress-right .animation-progress-bar{animation:loading-26 1s linear forwards}.block-progress-circle .progress[data-percentage="26"] .progress-left .animation-progress-bar{animation:0}.block-progress-circle .progress[data-percentage="27"] .progress-right .animation-progress-bar{animation:loading-27 1s linear forwards}.block-progress-circle .progress[data-percentage="27"] .progress-left .animation-progress-bar{animation:0}.block-progress-circle .progress[data-percentage="28"] .progress-right .animation-progress-bar{animation:loading-28 1s linear forwards}.block-progress-circle .progress[data-percentage="28"] .progress-left .animation-progress-bar{animation:0}.block-progress-circle .progress[data-percentage="29"] .progress-right .animation-progress-bar{animation:loading-29 1s linear forwards}.block-progress-circle .progress[data-percentage="29"] .progress-left .animation-progress-bar{animation:0}.block-progress-circle .progress[data-percentage="30"] .progress-right .animation-progress-bar{animation:loading-30 1s linear forwards}.block-progress-circle .progress[data-percentage="30"] .progress-left .animation-progress-bar{animation:0}.block-progress-circle .progress[data-percentage="31"] .progress-right .animation-progress-bar{animation:loading-31 1s linear forwards}.block-progress-circle .progress[data-percentage="31"] .progress-left .animation-progress-bar{animation:0}.block-progress-circle .progress[data-percentage="32"] .progress-right .animation-progress-bar{animation:loading-32 1s linear forwards}.block-progress-circle .progress[data-percentage="32"] .progress-left .animation-progress-bar{animation:0}.block-progress-circle .progress[data-percentage="33"] .progress-right .animation-progress-bar{animation:loading-33 1s linear forwards}.block-progress-circle .progress[data-percentage="33"] .progress-left .animation-progress-bar{animation:0}.block-progress-circle .progress[data-percentage="34"] .progress-right .animation-progress-bar{animation:loading-34 1s linear forwards}.block-progress-circle .progress[data-percentage="34"] .progress-left .animation-progress-bar{animation:0}.block-progress-circle .progress[data-percentage="35"] .progress-right .animation-progress-bar{animation:loading-35 1s linear forwards}.block-progress-circle .progress[data-percentage="35"] .progress-left .animation-progress-bar{animation:0}.block-progress-circle .progress[data-percentage="36"] .progress-right .animation-progress-bar{animation:loading-36 1s linear forwards}.block-progress-circle .progress[data-percentage="36"] .progress-left .animation-progress-bar{animation:0}.block-progress-circle .progress[data-percentage="37"] .progress-right .animation-progress-bar{animation:loading-37 1s linear forwards}.block-progress-circle .progress[data-percentage="37"] .progress-left .animation-progress-bar{animation:0}.block-progress-circle .progress[data-percentage="38"] .progress-right .animation-progress-bar{animation:loading-38 1s linear forwards}.block-progress-circle .progress[data-percentage="38"] .progress-left .animation-progress-bar{animation:0}.block-progress-circle .progress[data-percentage="39"] .progress-right .animation-progress-bar{animation:loading-39 1s linear forwards}.block-progress-circle .progress[data-percentage="39"] .progress-left .animation-progress-bar{animation:0}.block-progress-circle .progress[data-percentage="40"] .progress-right .animation-progress-bar{animation:loading-40 1s linear forwards}.block-progress-circle .progress[data-percentage="40"] .progress-left .animation-progress-bar{animation:0}.block-progress-circle .progress[data-percentage="41"] .progress-right .animation-progress-bar{animation:loading-41 1s linear forwards}.block-progress-circle .progress[data-percentage="41"] .progress-left .animation-progress-bar{animation:0}.block-progress-circle .progress[data-percentage="42"] .progress-right .animation-progress-bar{animation:loading-42 1s linear forwards}.block-progress-circle .progress[data-percentage="42"] .progress-left .animation-progress-bar{animation:0}.block-progress-circle .progress[data-percentage="43"] .progress-right .animation-progress-bar{animation:loading-43 1s linear forwards}.block-progress-circle .progress[data-percentage="43"] .progress-left .animation-progress-bar{animation:0}.block-progress-circle .progress[data-percentage="44"] .progress-right .animation-progress-bar{animation:loading-44 1s linear forwards}.block-progress-circle .progress[data-percentage="44"] .progress-left .animation-progress-bar{animation:0}.block-progress-circle .progress[data-percentage="45"] .progress-right .animation-progress-bar{animation:loading-45 1s linear forwards}.block-progress-circle .progress[data-percentage="45"] .progress-left .animation-progress-bar{animation:0}.block-progress-circle .progress[data-percentage="46"] .progress-right .animation-progress-bar{animation:loading-46 1s linear forwards}.block-progress-circle .progress[data-percentage="46"] .progress-left .animation-progress-bar{animation:0}.block-progress-circle .progress[data-percentage="47"] .progress-right .animation-progress-bar{animation:loading-47 1s linear forwards}.block-progress-circle .progress[data-percentage="47"] .progress-left .animation-progress-bar{animation:0}.block-progress-circle .progress[data-percentage="48"] .progress-right .animation-progress-bar{animation:loading-48 1s linear forwards}.block-progress-circle .progress[data-percentage="48"] .progress-left .animation-progress-bar{animation:0}.block-progress-circle .progress[data-percentage="49"] .progress-right .animation-progress-bar{animation:loading-49 1s linear forwards}.block-progress-circle .progress[data-percentage="49"] .progress-left .animation-progress-bar{animation:0}.block-progress-circle .progress[data-percentage="50"] .progress-right .animation-progress-bar{animation:loading-50 1s linear forwards}.block-progress-circle .progress[data-percentage="50"] .progress-left .animation-progress-bar{animation:0}.block-progress-circle .progress[data-percentage="51"] .progress-right .animation-progress-bar{animation:loading-50 1s linear forwards}.block-progress-circle .progress[data-percentage="51"] .progress-left .animation-progress-bar{animation:loading-1 1s linear 1s forwards}.block-progress-circle .progress[data-percentage="52"] .progress-right .animation-progress-bar{animation:loading-50 1s linear forwards}.block-progress-circle .progress[data-percentage="52"] .progress-left .animation-progress-bar{animation:loading-2 1s linear 1s forwards}.block-progress-circle .progress[data-percentage="53"] .progress-right .animation-progress-bar{animation:loading-50 1s linear forwards}.block-progress-circle .progress[data-percentage="53"] .progress-left .animation-progress-bar{animation:loading-3 1s linear 1s forwards}.block-progress-circle .progress[data-percentage="54"] .progress-right .animation-progress-bar{animation:loading-50 1s linear forwards}.block-progress-circle .progress[data-percentage="54"] .progress-left .animation-progress-bar{animation:loading-4 1s linear 1s forwards}.block-progress-circle .progress[data-percentage="55"] .progress-right .animation-progress-bar{animation:loading-50 1s linear forwards}.block-progress-circle .progress[data-percentage="55"] .progress-left .animation-progress-bar{animation:loading-5 1s linear 1s forwards}.block-progress-circle .progress[data-percentage="56"] .progress-right .animation-progress-bar{animation:loading-50 1s linear forwards}.block-progress-circle .progress[data-percentage="56"] .progress-left .animation-progress-bar{animation:loading-6 1s linear 1s forwards}.block-progress-circle .progress[data-percentage="57"] .progress-right .animation-progress-bar{animation:loading-50 1s linear forwards}.block-progress-circle .progress[data-percentage="57"] .progress-left .animation-progress-bar{animation:loading-7 1s linear 1s forwards}.block-progress-circle .progress[data-percentage="58"] .progress-right .animation-progress-bar{animation:loading-50 1s linear forwards}.block-progress-circle .progress[data-percentage="58"] .progress-left .animation-progress-bar{animation:loading-8 1s linear 1s forwards}.block-progress-circle .progress[data-percentage="59"] .progress-right .animation-progress-bar{animation:loading-50 1s linear forwards}.block-progress-circle .progress[data-percentage="59"] .progress-left .animation-progress-bar{animation:loading-9 1s linear 1s forwards}.block-progress-circle .progress[data-percentage="60"] .progress-right .animation-progress-bar{animation:loading-50 1s linear forwards}.block-progress-circle .progress[data-percentage="60"] .progress-left .animation-progress-bar{animation:loading-10 1s linear 1s forwards}.block-progress-circle .progress[data-percentage="61"] .progress-right .animation-progress-bar{animation:loading-50 1s linear forwards}.block-progress-circle .progress[data-percentage="61"] .progress-left .animation-progress-bar{animation:loading-11 1s linear 1s forwards}.block-progress-circle .progress[data-percentage="62"] .progress-right .animation-progress-bar{animation:loading-50 1s linear forwards}.block-progress-circle .progress[data-percentage="62"] .progress-left .animation-progress-bar{animation:loading-12 1s linear 1s forwards}.block-progress-circle .progress[data-percentage="63"] .progress-right .animation-progress-bar{animation:loading-50 1s linear forwards}.block-progress-circle .progress[data-percentage="63"] .progress-left .animation-progress-bar{animation:loading-13 1s linear 1s forwards}.block-progress-circle .progress[data-percentage="64"] .progress-right .animation-progress-bar{animation:loading-50 1s linear forwards}.block-progress-circle .progress[data-percentage="64"] .progress-left .animation-progress-bar{animation:loading-14 1s linear 1s forwards}.block-progress-circle .progress[data-percentage="65"] .progress-right .animation-progress-bar{animation:loading-50 1s linear forwards}.block-progress-circle .progress[data-percentage="65"] .progress-left .animation-progress-bar{animation:loading-15 1s linear 1s forwards}.block-progress-circle .progress[data-percentage="66"] .progress-right .animation-progress-bar{animation:loading-50 1s linear forwards}.block-progress-circle .progress[data-percentage="66"] .progress-left .animation-progress-bar{animation:loading-16 1s linear 1s forwards}.block-progress-circle .progress[data-percentage="67"] .progress-right .animation-progress-bar{animation:loading-50 1s linear forwards}.block-progress-circle .progress[data-percentage="67"] .progress-left .animation-progress-bar{animation:loading-17 1s linear 1s forwards}.block-progress-circle .progress[data-percentage="68"] .progress-right .animation-progress-bar{animation:loading-50 1s linear forwards}.block-progress-circle .progress[data-percentage="68"] .progress-left .animation-progress-bar{animation:loading-18 1s linear 1s forwards}.block-progress-circle .progress[data-percentage="69"] .progress-right .animation-progress-bar{animation:loading-50 1s linear forwards}.block-progress-circle .progress[data-percentage="69"] .progress-left .animation-progress-bar{animation:loading-19 1s linear 1s forwards}.block-progress-circle .progress[data-percentage="70"] .progress-right .animation-progress-bar{animation:loading-50 1s linear forwards}.block-progress-circle .progress[data-percentage="70"] .progress-left .animation-progress-bar{animation:loading-20 1s linear 1s forwards}.block-progress-circle .progress[data-percentage="71"] .progress-right .animation-progress-bar{animation:loading-50 1s linear forwards}.block-progress-circle .progress[data-percentage="71"] .progress-left .animation-progress-bar{animation:loading-21 1s linear 1s forwards}.block-progress-circle .progress[data-percentage="72"] .progress-right .animation-progress-bar{animation:loading-50 1s linear forwards}.block-progress-circle .progress[data-percentage="72"] .progress-left .animation-progress-bar{animation:loading-22 1s linear 1s forwards}.block-progress-circle .progress[data-percentage="73"] .progress-right .animation-progress-bar{animation:loading-50 1s linear forwards}.block-progress-circle .progress[data-percentage="73"] .progress-left .animation-progress-bar{animation:loading-23 1s linear 1s forwards}.block-progress-circle .progress[data-percentage="74"] .progress-right .animation-progress-bar{animation:loading-50 1s linear forwards}.block-progress-circle .progress[data-percentage="74"] .progress-left .animation-progress-bar{animation:loading-24 1s linear 1s forwards}.block-progress-circle .progress[data-percentage="75"] .progress-right .animation-progress-bar{animation:loading-50 1s linear forwards}.block-progress-circle .progress[data-percentage="75"] .progress-left .animation-progress-bar{animation:loading-25 1s linear 1s forwards}.block-progress-circle .progress[data-percentage="76"] .progress-right .animation-progress-bar{animation:loading-50 1s linear forwards}.block-progress-circle .progress[data-percentage="76"] .progress-left .animation-progress-bar{animation:loading-26 1s linear 1s forwards}.block-progress-circle .progress[data-percentage="77"] .progress-right .animation-progress-bar{animation:loading-50 1s linear forwards}.block-progress-circle .progress[data-percentage="77"] .progress-left .animation-progress-bar{animation:loading-27 1s linear 1s forwards}.block-progress-circle .progress[data-percentage="78"] .progress-right .animation-progress-bar{animation:loading-50 1s linear forwards}.block-progress-circle .progress[data-percentage="78"] .progress-left .animation-progress-bar{animation:loading-28 1s linear 1s forwards}.block-progress-circle .progress[data-percentage="79"] .progress-right .animation-progress-bar{animation:loading-50 1s linear forwards}.block-progress-circle .progress[data-percentage="79"] .progress-left .animation-progress-bar{animation:loading-29 1s linear 1s forwards}.block-progress-circle .progress[data-percentage="80"] .progress-right .animation-progress-bar{animation:loading-50 1s linear forwards}.block-progress-circle .progress[data-percentage="80"] .progress-left .animation-progress-bar{animation:loading-30 1s linear 1s forwards}.block-progress-circle .progress[data-percentage="81"] .progress-right .animation-progress-bar{animation:loading-50 1s linear forwards}.block-progress-circle .progress[data-percentage="81"] .progress-left .animation-progress-bar{animation:loading-31 1s linear 1s forwards}.block-progress-circle .progress[data-percentage="82"] .progress-right .animation-progress-bar{animation:loading-50 1s linear forwards}.block-progress-circle .progress[data-percentage="82"] .progress-left .animation-progress-bar{animation:loading-32 1s linear 1s forwards}.block-progress-circle .progress[data-percentage="83"] .progress-right .animation-progress-bar{animation:loading-50 1s linear forwards}.block-progress-circle .progress[data-percentage="83"] .progress-left .animation-progress-bar{animation:loading-33 1s linear 1s forwards}.block-progress-circle .progress[data-percentage="84"] .progress-right .animation-progress-bar{animation:loading-50 1s linear forwards}.block-progress-circle .progress[data-percentage="84"] .progress-left .animation-progress-bar{animation:loading-34 1s linear 1s forwards}.block-progress-circle .progress[data-percentage="85"] .progress-right .animation-progress-bar{animation:loading-50 1s linear forwards}.block-progress-circle .progress[data-percentage="85"] .progress-left .animation-progress-bar{animation:loading-35 1s linear 1s forwards}.block-progress-circle .progress[data-percentage="86"] .progress-right .animation-progress-bar{animation:loading-50 1s linear forwards}.block-progress-circle .progress[data-percentage="86"] .progress-left .animation-progress-bar{animation:loading-36 1s linear 1s forwards}.block-progress-circle .progress[data-percentage="87"] .progress-right .animation-progress-bar{animation:loading-50 1s linear forwards}.block-progress-circle .progress[data-percentage="87"] .progress-left .animation-progress-bar{animation:loading-37 1s linear 1s forwards}.block-progress-circle .progress[data-percentage="88"] .progress-right .animation-progress-bar{animation:loading-50 1s linear forwards}.block-progress-circle .progress[data-percentage="88"] .progress-left .animation-progress-bar{animation:loading-38 1s linear 1s forwards}.block-progress-circle .progress[data-percentage="89"] .progress-right .animation-progress-bar{animation:loading-50 1s linear forwards}.block-progress-circle .progress[data-percentage="89"] .progress-left .animation-progress-bar{animation:loading-39 1s linear 1s forwards}.block-progress-circle .progress[data-percentage="90"] .progress-right .animation-progress-bar{animation:loading-50 1s linear forwards}.block-progress-circle .progress[data-percentage="90"] .progress-left .animation-progress-bar{animation:loading-40 1s linear 1s forwards}.block-progress-circle .progress[data-percentage="91"] .progress-right .animation-progress-bar{animation:loading-50 1s linear forwards}.block-progress-circle .progress[data-percentage="91"] .progress-left .animation-progress-bar{animation:loading-41 1s linear 1s forwards}.block-progress-circle .progress[data-percentage="92"] .progress-right .animation-progress-bar{animation:loading-50 1s linear forwards}.block-progress-circle .progress[data-percentage="92"] .progress-left .animation-progress-bar{animation:loading-42 1s linear 1s forwards}.block-progress-circle .progress[data-percentage="93"] .progress-right .animation-progress-bar{animation:loading-50 1s linear forwards}.block-progress-circle .progress[data-percentage="93"] .progress-left .animation-progress-bar{animation:loading-43 1s linear 1s forwards}.block-progress-circle .progress[data-percentage="94"] .progress-right .animation-progress-bar{animation:loading-50 1s linear forwards}.block-progress-circle .progress[data-percentage="94"] .progress-left .animation-progress-bar{animation:loading-44 1s linear 1s forwards}.block-progress-circle .progress[data-percentage="95"] .progress-right .animation-progress-bar{animation:loading-50 1s linear forwards}.block-progress-circle .progress[data-percentage="95"] .progress-left .animation-progress-bar{animation:loading-45 1s linear 1s forwards}.block-progress-circle .progress[data-percentage="96"] .progress-right .animation-progress-bar{animation:loading-50 1s linear forwards}.block-progress-circle .progress[data-percentage="96"] .progress-left .animation-progress-bar{animation:loading-46 1s linear 1s forwards}.block-progress-circle .progress[data-percentage="97"] .progress-right .animation-progress-bar{animation:loading-50 1s linear forwards}.block-progress-circle .progress[data-percentage="97"] .progress-left .animation-progress-bar{animation:loading-47 1s linear 1s forwards}.block-progress-circle .progress[data-percentage="98"] .progress-right .animation-progress-bar{animation:loading-50 1s linear forwards}.block-progress-circle .progress[data-percentage="98"] .progress-left .animation-progress-bar{animation:loading-48 1s linear 1s forwards}.block-progress-circle .progress[data-percentage="99"] .progress-right .animation-progress-bar{animation:loading-50 1s linear forwards}.block-progress-circle .progress[data-percentage="99"] .progress-left .animation-progress-bar{animation:loading-49 1s linear 1s forwards}.block-progress-circle .progress[data-percentage="100"] .progress-right .animation-progress-bar{animation:loading-50 1s linear forwards}.block-progress-circle .progress[data-percentage="100"] .progress-left .animation-progress-bar{animation:loading-50 1s linear 1s forwards}@keyframes loading-1{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(3.6);transform:rotate(3.6deg)}}@keyframes loading-2{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(7.2);transform:rotate(7.2deg)}}@keyframes loading-3{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(10.8);transform:rotate(10.8deg)}}@keyframes loading-4{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(14.4);transform:rotate(14.4deg)}}@keyframes loading-5{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(18);transform:rotate(18deg)}}@keyframes loading-6{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(21.6);transform:rotate(21.6deg)}}@keyframes loading-7{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(25.2);transform:rotate(25.2deg)}}@keyframes loading-8{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(28.8);transform:rotate(28.8deg)}}@keyframes loading-9{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(32.4);transform:rotate(32.4deg)}}@keyframes loading-10{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(36);transform:rotate(36deg)}}@keyframes loading-11{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(39.6);transform:rotate(39.6deg)}}@keyframes loading-12{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(43.2);transform:rotate(43.2deg)}}@keyframes loading-13{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(46.8);transform:rotate(46.8deg)}}@keyframes loading-14{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(50.4);transform:rotate(50.4deg)}}@keyframes loading-15{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(54);transform:rotate(54deg)}}@keyframes loading-16{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(57.6);transform:rotate(57.6deg)}}@keyframes loading-17{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(61.2);transform:rotate(61.2deg)}}@keyframes loading-18{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(64.8);transform:rotate(64.8deg)}}@keyframes loading-19{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(68.4);transform:rotate(68.4deg)}}@keyframes loading-20{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(72);transform:rotate(72deg)}}@keyframes loading-21{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(75.6);transform:rotate(75.6deg)}}@keyframes loading-22{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(79.2);transform:rotate(79.2deg)}}@keyframes loading-23{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(82.8);transform:rotate(82.8deg)}}@keyframes loading-24{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(86.4);transform:rotate(86.4deg)}}@keyframes loading-25{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(90);transform:rotate(90deg)}}@keyframes loading-26{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(93.6);transform:rotate(93.6deg)}}@keyframes loading-27{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(97.2);transform:rotate(97.2deg)}}@keyframes loading-28{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(100.8);transform:rotate(100.8deg)}}@keyframes loading-29{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(104.4);transform:rotate(104.4deg)}}@keyframes loading-30{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(108);transform:rotate(108deg)}}@keyframes loading-31{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(111.6);transform:rotate(.31turn)}}@keyframes loading-32{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(115.2);transform:rotate(.32turn)}}@keyframes loading-33{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(118.8);transform:rotate(.33turn)}}@keyframes loading-34{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(122.4);transform:rotate(.34turn)}}@keyframes loading-35{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(126);transform:rotate(126deg)}}@keyframes loading-36{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(129.6);transform:rotate(.36turn)}}@keyframes loading-37{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(133.2);transform:rotate(.37turn)}}@keyframes loading-38{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(136.8);transform:rotate(.38turn)}}@keyframes loading-39{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(140.4);transform:rotate(.39turn)}}@keyframes loading-40{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(144);transform:rotate(144deg)}}@keyframes loading-41{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(147.6);transform:rotate(.41turn)}}@keyframes loading-42{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(151.2);transform:rotate(.42turn)}}@keyframes loading-43{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(154.8);transform:rotate(154.8deg)}}@keyframes loading-44{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(158.4);transform:rotate(.44turn)}}@keyframes loading-45{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(162);transform:rotate(162deg)}}@keyframes loading-46{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(165.6);transform:rotate(165.6deg)}}@keyframes loading-47{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(169.2);transform:rotate(.47turn)}}@keyframes loading-48{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(172.8);transform:rotate(172.8deg)}}@keyframes loading-49{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(176.4);transform:rotate(.49turn)}}@keyframes loading-50{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(180);transform:rotate(180deg)}}.filters{display:none}.filters .ds-title{margin-bottom:.25em}.filters .ds-title:first-child{margin-top:0}.filter-horizontal{display:none}.filters-group-horizontal{margin-bottom:1rem}.filters-group-horizontal .btn-filter-horizontal{margin:0;width:100%}.filters-group-horizontal .filter-dropdown{width:100%}.filters-group-horizontal .form-check-group{margin-bottom:.5rem}.filters-group-horizontal .dropdown-item:hover{background:none}.filters-group-horizontal .dropdown-item:focus{box-shadow:none;outline:none}.filter-vertical .form-check-group,.filter-vertical .form-control,.filter-vertical .input-group-button{margin:1rem 0}.filters-group{margin-bottom:2rem}.filter-brand .form-check-group{max-height:10rem;overflow:scroll}.filter-categories li{margin-bottom:.25rem}.filter-categories ul ul{margin:.5rem 0}.ds--navText-dark .navbar-design>.js-change-color.is-transparent:not(.sticky) .filter-categories a,.fg-dark .filter-categories a,.navbar-fixed .bg-transparent .filter-categories a{color:#212529}.block-footer.fg-white .ds-logo a .filter-categories a,.block-footer.mm-menu_theme-main .ds-logo a .filter-categories a,.fg-white .filter-categories a,.mm-menu_theme-main .filter-categories a,.topbar-inner .email-item:hover .filter-categories a,.topbar-inner .phone-item:hover .filter-categories a,.topbar-inner .social-item:hover .icon .filter-categories a{color:#ced4da}.block{padding:1rem 0;position:relative}.block.block-cover{padding:0}@media (max-width:575.98px){.block .two-widgets.flex-row-reverse .ds-col:nth-last-child(2){order:3}}@media (max-width:1199.98px){.block .three-widgets.flex-row-reverse .ds-col:first-child{order:3}.block .three-widgets.flex-row-reverse .ds-col:not(:first-child):not(:last-child){order:2}.block .three-widgets.flex-row-reverse .ds-col:last-child{order:1}}.block .three-widgets .ds-title{word-wrap:break-word;overflow-wrap:break-word;word-break:break-word}.block .three-widgets .ds-title .text-size-3,.block .three-widgets .ds-title .text-size-4,.block .three-widgets .ds-title .text-size-5{-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.block .three-widgets .ds-title .text-size-2{font-size:clamp(.8em,2.5vw,.85em)!important}.block .three-widgets .ds-title .text-size-3{font-size:clamp(1.05em,2.5vw,1.15em)!important}.block .three-widgets .ds-title .text-size-4{font-size:clamp(1.3em,2.5vw,1.4em)!important}.block .three-widgets .ds-title .text-size-5{font-size:clamp(1.55em,2.5vw,1.65em)!important}.content-entry{position:relative;width:100%}.container-fluid .content-entry,.container-lg .content-entry,.container-md .content-entry,.container-sm .content-entry,.container-xl .content-entry,.container-xxl .content-entry{padding:0 3vw}.content-entry.masonry-100{margin:0!important;padding:0!important}.content-entry.masonry-text{padding-left:4vw!important;padding-right:4vw!important}@media (max-width:575.98px){.block-images-text .content-entry:first-child{margin:0!important}}.container-l .block-entry-elements .content-entry,.container-m .block-entry-elements .content-entry,.container-xl .block-entry-elements .content-entry{margin-left:1vw!important;margin-right:1vw!important}.container-l .block-entry-elements .content-entry .element,.container-m .block-entry-elements .content-entry .element,.container-xl .block-entry-elements .content-entry .element{padding:0}.section-lines .content-entry{color:#212529}@media (min-width:768px){.section-lines .content-entry{margin:2rem 0!important}}.section-lines .content-entry{padding:5rem}.small-entry .col-md-12 .content-entry{max-width:45rem}.section-lines .col-md-12 .content-entry{margin:0;max-width:35rem}.v-text-left .col-md-12 .content-entry{margin:0 auto 0 0;text-align:left}.v-text-right .col-md-12 .content-entry{margin:0 0 0 auto;text-align:right}.v-text-center .col-md-12 .content-entry{margin:1rem auto;text-align:center}.ds-block--filled .content-entry{position:static}.two-widgets .content-entry{margin:0 auto}.two-widgets .content-entry .entry-text .content{overflow:hidden}.ds-block--filled .two-widgets .content-entry{margin:3rem}@media (max-width:767.98px){.ds-block--filled .two-widgets .content-entry{margin:0;padding:0}}.ds-block--filled .three-widgets .content-entry{margin:4vw}@media (max-width:767.98px){.ds-block--filled .three-widgets .content-entry{margin:0 3rem;padding:0}}.no-gutters .content-entry,.nomargin .ds-cn-grid .content-entry{padding:.75rem}@media (min-width:992px){.content-entry{margin-bottom:2rem;margin-top:2rem}.ds-block--filled .container-fluid .two-widgets .ds-col:nth-child(2) .content-entry,.ds-block--filled .container-fluid .two-widgets.flex-row-reverse .ds-col:first-child .content-entry,.ds-block--filled .container-lg .two-widgets .ds-col:nth-child(2) .content-entry,.ds-block--filled .container-lg .two-widgets.flex-row-reverse .ds-col:first-child .content-entry,.ds-block--filled .container-md .two-widgets .ds-col:nth-child(2) .content-entry,.ds-block--filled .container-md .two-widgets.flex-row-reverse .ds-col:first-child .content-entry,.ds-block--filled .container-sm .two-widgets .ds-col:nth-child(2) .content-entry,.ds-block--filled .container-sm .two-widgets.flex-row-reverse .ds-col:first-child .content-entry,.ds-block--filled .container-xl .two-widgets .ds-col:nth-child(2) .content-entry,.ds-block--filled .container-xl .two-widgets.flex-row-reverse .ds-col:first-child .content-entry,.ds-block--filled .container-xxl .two-widgets .ds-col:nth-child(2) .content-entry,.ds-block--filled .container-xxl .two-widgets.flex-row-reverse .ds-col:first-child .content-entry{margin-left:2vw;margin-right:4vw}.container-full .ds-block--filled .container-fluid .two-widgets .ds-col:nth-child(2) .content-entry,.container-full .ds-block--filled .container-fluid .two-widgets.flex-row-reverse .ds-col:first-child .content-entry,.container-full .ds-block--filled .container-lg .two-widgets .ds-col:nth-child(2) .content-entry,.container-full .ds-block--filled .container-lg .two-widgets.flex-row-reverse .ds-col:first-child .content-entry,.container-full .ds-block--filled .container-md .two-widgets .ds-col:nth-child(2) .content-entry,.container-full .ds-block--filled .container-md .two-widgets.flex-row-reverse .ds-col:first-child .content-entry,.container-full .ds-block--filled .container-sm .two-widgets .ds-col:nth-child(2) .content-entry,.container-full .ds-block--filled .container-sm .two-widgets.flex-row-reverse .ds-col:first-child .content-entry,.container-full .ds-block--filled .container-xl .two-widgets .ds-col:nth-child(2) .content-entry,.container-full .ds-block--filled .container-xl .two-widgets.flex-row-reverse .ds-col:first-child .content-entry,.container-full .ds-block--filled .container-xxl .two-widgets .ds-col:nth-child(2) .content-entry,.container-full .ds-block--filled .container-xxl .two-widgets.flex-row-reverse .ds-col:first-child .content-entry{margin-left:4vw;margin-right:8vw}.ds-block--filled .container-fluid .two-widgets .ds-col:first-child .content-entry,.ds-block--filled .container-fluid .two-widgets.flex-row-reverse .ds-col:nth-child(2) .content-entry,.ds-block--filled .container-lg .two-widgets .ds-col:first-child .content-entry,.ds-block--filled .container-lg .two-widgets.flex-row-reverse .ds-col:nth-child(2) .content-entry,.ds-block--filled .container-md .two-widgets .ds-col:first-child .content-entry,.ds-block--filled .container-md .two-widgets.flex-row-reverse .ds-col:nth-child(2) .content-entry,.ds-block--filled .container-sm .two-widgets .ds-col:first-child .content-entry,.ds-block--filled .container-sm .two-widgets.flex-row-reverse .ds-col:nth-child(2) .content-entry,.ds-block--filled .container-xl .two-widgets .ds-col:first-child .content-entry,.ds-block--filled .container-xl .two-widgets.flex-row-reverse .ds-col:nth-child(2) .content-entry,.ds-block--filled .container-xxl .two-widgets .ds-col:first-child .content-entry,.ds-block--filled .container-xxl .two-widgets.flex-row-reverse .ds-col:nth-child(2) .content-entry{margin-left:4vw;margin-right:2vw}.container-full .ds-block--filled .container-fluid .two-widgets .ds-col:first-child .content-entry,.container-full .ds-block--filled .container-fluid .two-widgets.flex-row-reverse .ds-col:nth-child(2) .content-entry,.container-full .ds-block--filled .container-lg .two-widgets .ds-col:first-child .content-entry,.container-full .ds-block--filled .container-lg .two-widgets.flex-row-reverse .ds-col:nth-child(2) .content-entry,.container-full .ds-block--filled .container-md .two-widgets .ds-col:first-child .content-entry,.container-full .ds-block--filled .container-md .two-widgets.flex-row-reverse .ds-col:nth-child(2) .content-entry,.container-full .ds-block--filled .container-sm .two-widgets .ds-col:first-child .content-entry,.container-full .ds-block--filled .container-sm .two-widgets.flex-row-reverse .ds-col:nth-child(2) .content-entry,.container-full .ds-block--filled .container-xl .two-widgets .ds-col:first-child .content-entry,.container-full .ds-block--filled .container-xl .two-widgets.flex-row-reverse .ds-col:nth-child(2) .content-entry,.container-full .ds-block--filled .container-xxl .two-widgets .ds-col:first-child .content-entry,.container-full .ds-block--filled .container-xxl .two-widgets.flex-row-reverse .ds-col:nth-child(2) .content-entry{margin-left:8vw;margin-right:4vw}.ds-block--filled.has-title .container-fluid .two-widgets .ds-col:nth-child(3) .content-entry,.ds-block--filled.has-title .container-fluid .two-widgets.flex-row-reverse .ds-col:nth-child(2) .content-entry,.ds-block--filled.has-title .container-lg .two-widgets .ds-col:nth-child(3) .content-entry,.ds-block--filled.has-title .container-lg .two-widgets.flex-row-reverse .ds-col:nth-child(2) .content-entry,.ds-block--filled.has-title .container-md .two-widgets .ds-col:nth-child(3) .content-entry,.ds-block--filled.has-title .container-md .two-widgets.flex-row-reverse .ds-col:nth-child(2) .content-entry,.ds-block--filled.has-title .container-sm .two-widgets .ds-col:nth-child(3) .content-entry,.ds-block--filled.has-title .container-sm .two-widgets.flex-row-reverse .ds-col:nth-child(2) .content-entry,.ds-block--filled.has-title .container-xl .two-widgets .ds-col:nth-child(3) .content-entry,.ds-block--filled.has-title .container-xl .two-widgets.flex-row-reverse .ds-col:nth-child(2) .content-entry,.ds-block--filled.has-title .container-xxl .two-widgets .ds-col:nth-child(3) .content-entry,.ds-block--filled.has-title .container-xxl .two-widgets.flex-row-reverse .ds-col:nth-child(2) .content-entry{margin-left:2vw;margin-right:4vw}.container-full .ds-block--filled.has-title .container-fluid .two-widgets .ds-col:nth-child(3) .content-entry,.container-full .ds-block--filled.has-title .container-fluid .two-widgets.flex-row-reverse .ds-col:nth-child(2) .content-entry,.container-full .ds-block--filled.has-title .container-lg .two-widgets .ds-col:nth-child(3) .content-entry,.container-full .ds-block--filled.has-title .container-lg .two-widgets.flex-row-reverse .ds-col:nth-child(2) .content-entry,.container-full .ds-block--filled.has-title .container-md .two-widgets .ds-col:nth-child(3) .content-entry,.container-full .ds-block--filled.has-title .container-md .two-widgets.flex-row-reverse .ds-col:nth-child(2) .content-entry,.container-full .ds-block--filled.has-title .container-sm .two-widgets .ds-col:nth-child(3) .content-entry,.container-full .ds-block--filled.has-title .container-sm .two-widgets.flex-row-reverse .ds-col:nth-child(2) .content-entry,.container-full .ds-block--filled.has-title .container-xl .two-widgets .ds-col:nth-child(3) .content-entry,.container-full .ds-block--filled.has-title .container-xl .two-widgets.flex-row-reverse .ds-col:nth-child(2) .content-entry,.container-full .ds-block--filled.has-title .container-xxl .two-widgets .ds-col:nth-child(3) .content-entry,.container-full .ds-block--filled.has-title .container-xxl .two-widgets.flex-row-reverse .ds-col:nth-child(2) .content-entry{margin-left:4vw;margin-right:8vw}.ds-block--filled.has-title .container-fluid .two-widgets .ds-col:nth-child(2) .content-entry,.ds-block--filled.has-title .container-fluid .two-widgets.flex-row-reverse .ds-col:nth-child(3) .content-entry,.ds-block--filled.has-title .container-lg .two-widgets .ds-col:nth-child(2) .content-entry,.ds-block--filled.has-title .container-lg .two-widgets.flex-row-reverse .ds-col:nth-child(3) .content-entry,.ds-block--filled.has-title .container-md .two-widgets .ds-col:nth-child(2) .content-entry,.ds-block--filled.has-title .container-md .two-widgets.flex-row-reverse .ds-col:nth-child(3) .content-entry,.ds-block--filled.has-title .container-sm .two-widgets .ds-col:nth-child(2) .content-entry,.ds-block--filled.has-title .container-sm .two-widgets.flex-row-reverse .ds-col:nth-child(3) .content-entry,.ds-block--filled.has-title .container-xl .two-widgets .ds-col:nth-child(2) .content-entry,.ds-block--filled.has-title .container-xl .two-widgets.flex-row-reverse .ds-col:nth-child(3) .content-entry,.ds-block--filled.has-title .container-xxl .two-widgets .ds-col:nth-child(2) .content-entry,.ds-block--filled.has-title .container-xxl .two-widgets.flex-row-reverse .ds-col:nth-child(3) .content-entry{margin-left:4vw;margin-right:2vw}.container-full .ds-block--filled.has-title .container-fluid .two-widgets .ds-col:nth-child(2) .content-entry,.container-full .ds-block--filled.has-title .container-fluid .two-widgets.flex-row-reverse .ds-col:nth-child(3) .content-entry,.container-full .ds-block--filled.has-title .container-lg .two-widgets .ds-col:nth-child(2) .content-entry,.container-full .ds-block--filled.has-title .container-lg .two-widgets.flex-row-reverse .ds-col:nth-child(3) .content-entry,.container-full .ds-block--filled.has-title .container-md .two-widgets .ds-col:nth-child(2) .content-entry,.container-full .ds-block--filled.has-title .container-md .two-widgets.flex-row-reverse .ds-col:nth-child(3) .content-entry,.container-full .ds-block--filled.has-title .container-sm .two-widgets .ds-col:nth-child(2) .content-entry,.container-full .ds-block--filled.has-title .container-sm .two-widgets.flex-row-reverse .ds-col:nth-child(3) .content-entry,.container-full .ds-block--filled.has-title .container-xl .two-widgets .ds-col:nth-child(2) .content-entry,.container-full .ds-block--filled.has-title .container-xl .two-widgets.flex-row-reverse .ds-col:nth-child(3) .content-entry,.container-full .ds-block--filled.has-title .container-xxl .two-widgets .ds-col:nth-child(2) .content-entry,.container-full .ds-block--filled.has-title .container-xxl .two-widgets.flex-row-reverse .ds-col:nth-child(3) .content-entry{margin-left:8vw;margin-right:4vw}}@media (min-width:1200px){.block-8-4 .content-entry{margin-left:8vw!important;margin-right:8vw!important}.content-entry .block-8-4.overblock{margin-left:2rem!important;margin-right:2rem!important}.ds-block--filled .container-fluid .two-widgets .ds-col:nth-child(2) .content-entry,.ds-block--filled .container-fluid .two-widgets.flex-row-reverse .ds-col:first-child .content-entry,.ds-block--filled .container-lg .two-widgets .ds-col:nth-child(2) .content-entry,.ds-block--filled .container-lg .two-widgets.flex-row-reverse .ds-col:first-child .content-entry,.ds-block--filled .container-md .two-widgets .ds-col:nth-child(2) .content-entry,.ds-block--filled .container-md .two-widgets.flex-row-reverse .ds-col:first-child .content-entry,.ds-block--filled .container-sm .two-widgets .ds-col:nth-child(2) .content-entry,.ds-block--filled .container-sm .two-widgets.flex-row-reverse .ds-col:first-child .content-entry,.ds-block--filled .container-xl .two-widgets .ds-col:nth-child(2) .content-entry,.ds-block--filled .container-xl .two-widgets.flex-row-reverse .ds-col:first-child .content-entry,.ds-block--filled .container-xxl .two-widgets .ds-col:nth-child(2) .content-entry,.ds-block--filled .container-xxl .two-widgets.flex-row-reverse .ds-col:first-child .content-entry{margin-left:4vw;margin-right:6vw}.container-full .ds-block--filled .container-fluid .two-widgets .ds-col:nth-child(2) .content-entry,.container-full .ds-block--filled .container-fluid .two-widgets.flex-row-reverse .ds-col:first-child .content-entry,.container-full .ds-block--filled .container-lg .two-widgets .ds-col:nth-child(2) .content-entry,.container-full .ds-block--filled .container-lg .two-widgets.flex-row-reverse .ds-col:first-child .content-entry,.container-full .ds-block--filled .container-md .two-widgets .ds-col:nth-child(2) .content-entry,.container-full .ds-block--filled .container-md .two-widgets.flex-row-reverse .ds-col:first-child .content-entry,.container-full .ds-block--filled .container-sm .two-widgets .ds-col:nth-child(2) .content-entry,.container-full .ds-block--filled .container-sm .two-widgets.flex-row-reverse .ds-col:first-child .content-entry,.container-full .ds-block--filled .container-xl .two-widgets .ds-col:nth-child(2) .content-entry,.container-full .ds-block--filled .container-xl .two-widgets.flex-row-reverse .ds-col:first-child .content-entry,.container-full .ds-block--filled .container-xxl .two-widgets .ds-col:nth-child(2) .content-entry,.container-full .ds-block--filled .container-xxl .two-widgets.flex-row-reverse .ds-col:first-child .content-entry{margin-left:8vw;margin-right:12vw}.container-full .ds-block--filled.overblock .container-fluid .two-widgets .ds-col:nth-child(2) .content-entry,.container-full .ds-block--filled.overblock .container-fluid .two-widgets.flex-row-reverse .ds-col:first-child .content-entry,.container-full .ds-block--filled.overblock .container-lg .two-widgets .ds-col:nth-child(2) .content-entry,.container-full .ds-block--filled.overblock .container-lg .two-widgets.flex-row-reverse .ds-col:first-child .content-entry,.container-full .ds-block--filled.overblock .container-md .two-widgets .ds-col:nth-child(2) .content-entry,.container-full .ds-block--filled.overblock .container-md .two-widgets.flex-row-reverse .ds-col:first-child .content-entry,.container-full .ds-block--filled.overblock .container-sm .two-widgets .ds-col:nth-child(2) .content-entry,.container-full .ds-block--filled.overblock .container-sm .two-widgets.flex-row-reverse .ds-col:first-child .content-entry,.container-full .ds-block--filled.overblock .container-xl .two-widgets .ds-col:nth-child(2) .content-entry,.container-full .ds-block--filled.overblock .container-xl .two-widgets.flex-row-reverse .ds-col:first-child .content-entry,.container-full .ds-block--filled.overblock .container-xxl .two-widgets .ds-col:nth-child(2) .content-entry,.container-full .ds-block--filled.overblock .container-xxl .two-widgets.flex-row-reverse .ds-col:first-child .content-entry,.ds-block--filled.overblock .container-fluid .two-widgets .ds-col:nth-child(2) .content-entry,.ds-block--filled.overblock .container-fluid .two-widgets.flex-row-reverse .ds-col:first-child .content-entry,.ds-block--filled.overblock .container-lg .two-widgets .ds-col:nth-child(2) .content-entry,.ds-block--filled.overblock .container-lg .two-widgets.flex-row-reverse .ds-col:first-child .content-entry,.ds-block--filled.overblock .container-md .two-widgets .ds-col:nth-child(2) .content-entry,.ds-block--filled.overblock .container-md .two-widgets.flex-row-reverse .ds-col:first-child .content-entry,.ds-block--filled.overblock .container-sm .two-widgets .ds-col:nth-child(2) .content-entry,.ds-block--filled.overblock .container-sm .two-widgets.flex-row-reverse .ds-col:first-child .content-entry,.ds-block--filled.overblock .container-xl .two-widgets .ds-col:nth-child(2) .content-entry,.ds-block--filled.overblock .container-xl .two-widgets.flex-row-reverse .ds-col:first-child .content-entry,.ds-block--filled.overblock .container-xxl .two-widgets .ds-col:nth-child(2) .content-entry,.ds-block--filled.overblock .container-xxl .two-widgets.flex-row-reverse .ds-col:first-child .content-entry{margin-left:2vw;margin-right:2vw}.ds-block--filled .container-fluid .two-widgets .ds-col:first-child .content-entry,.ds-block--filled .container-fluid .two-widgets.flex-row-reverse .ds-col:nth-child(2) .content-entry,.ds-block--filled .container-lg .two-widgets .ds-col:first-child .content-entry,.ds-block--filled .container-lg .two-widgets.flex-row-reverse .ds-col:nth-child(2) .content-entry,.ds-block--filled .container-md .two-widgets .ds-col:first-child .content-entry,.ds-block--filled .container-md .two-widgets.flex-row-reverse .ds-col:nth-child(2) .content-entry,.ds-block--filled .container-sm .two-widgets .ds-col:first-child .content-entry,.ds-block--filled .container-sm .two-widgets.flex-row-reverse .ds-col:nth-child(2) .content-entry,.ds-block--filled .container-xl .two-widgets .ds-col:first-child .content-entry,.ds-block--filled .container-xl .two-widgets.flex-row-reverse .ds-col:nth-child(2) .content-entry,.ds-block--filled .container-xxl .two-widgets .ds-col:first-child .content-entry,.ds-block--filled .container-xxl .two-widgets.flex-row-reverse .ds-col:nth-child(2) .content-entry{margin-left:6vw;margin-right:7vw}.container-full .ds-block--filled .container-fluid .two-widgets .ds-col:first-child .content-entry,.container-full .ds-block--filled .container-fluid .two-widgets.flex-row-reverse .ds-col:nth-child(2) .content-entry,.container-full .ds-block--filled .container-lg .two-widgets .ds-col:first-child .content-entry,.container-full .ds-block--filled .container-lg .two-widgets.flex-row-reverse .ds-col:nth-child(2) .content-entry,.container-full .ds-block--filled .container-md .two-widgets .ds-col:first-child .content-entry,.container-full .ds-block--filled .container-md .two-widgets.flex-row-reverse .ds-col:nth-child(2) .content-entry,.container-full .ds-block--filled .container-sm .two-widgets .ds-col:first-child .content-entry,.container-full .ds-block--filled .container-sm .two-widgets.flex-row-reverse .ds-col:nth-child(2) .content-entry,.container-full .ds-block--filled .container-xl .two-widgets .ds-col:first-child .content-entry,.container-full .ds-block--filled .container-xl .two-widgets.flex-row-reverse .ds-col:nth-child(2) .content-entry,.container-full .ds-block--filled .container-xxl .two-widgets .ds-col:first-child .content-entry,.container-full .ds-block--filled .container-xxl .two-widgets.flex-row-reverse .ds-col:nth-child(2) .content-entry{margin-left:12vw;margin-right:8vw}.container-full .ds-block--filled.overblock .container-fluid .two-widgets .ds-col:first-child .content-entry,.container-full .ds-block--filled.overblock .container-fluid .two-widgets.flex-row-reverse .ds-col:nth-child(2) .content-entry,.container-full .ds-block--filled.overblock .container-lg .two-widgets .ds-col:first-child .content-entry,.container-full .ds-block--filled.overblock .container-lg .two-widgets.flex-row-reverse .ds-col:nth-child(2) .content-entry,.container-full .ds-block--filled.overblock .container-md .two-widgets .ds-col:first-child .content-entry,.container-full .ds-block--filled.overblock .container-md .two-widgets.flex-row-reverse .ds-col:nth-child(2) .content-entry,.container-full .ds-block--filled.overblock .container-sm .two-widgets .ds-col:first-child .content-entry,.container-full .ds-block--filled.overblock .container-sm .two-widgets.flex-row-reverse .ds-col:nth-child(2) .content-entry,.container-full .ds-block--filled.overblock .container-xl .two-widgets .ds-col:first-child .content-entry,.container-full .ds-block--filled.overblock .container-xl .two-widgets.flex-row-reverse .ds-col:nth-child(2) .content-entry,.container-full .ds-block--filled.overblock .container-xxl .two-widgets .ds-col:first-child .content-entry,.container-full .ds-block--filled.overblock .container-xxl .two-widgets.flex-row-reverse .ds-col:nth-child(2) .content-entry,.ds-block--filled.overblock .container-fluid .two-widgets .ds-col:first-child .content-entry,.ds-block--filled.overblock .container-fluid .two-widgets.flex-row-reverse .ds-col:nth-child(2) .content-entry,.ds-block--filled.overblock .container-lg .two-widgets .ds-col:first-child .content-entry,.ds-block--filled.overblock .container-lg .two-widgets.flex-row-reverse .ds-col:nth-child(2) .content-entry,.ds-block--filled.overblock .container-md .two-widgets .ds-col:first-child .content-entry,.ds-block--filled.overblock .container-md .two-widgets.flex-row-reverse .ds-col:nth-child(2) .content-entry,.ds-block--filled.overblock .container-sm .two-widgets .ds-col:first-child .content-entry,.ds-block--filled.overblock .container-sm .two-widgets.flex-row-reverse .ds-col:nth-child(2) .content-entry,.ds-block--filled.overblock .container-xl .two-widgets .ds-col:first-child .content-entry,.ds-block--filled.overblock .container-xl .two-widgets.flex-row-reverse .ds-col:nth-child(2) .content-entry,.ds-block--filled.overblock .container-xxl .two-widgets .ds-col:first-child .content-entry,.ds-block--filled.overblock .container-xxl .two-widgets.flex-row-reverse .ds-col:nth-child(2) .content-entry{margin-left:4vw;margin-right:4vw}.ds-block--filled.has-title .container-fluid .two-widgets .ds-col:nth-child(3) .content-entry,.ds-block--filled.has-title .container-fluid .two-widgets.flex-row-reverse .ds-col:nth-child(2) .content-entry,.ds-block--filled.has-title .container-lg .two-widgets .ds-col:nth-child(3) .content-entry,.ds-block--filled.has-title .container-lg .two-widgets.flex-row-reverse .ds-col:nth-child(2) .content-entry,.ds-block--filled.has-title .container-md .two-widgets .ds-col:nth-child(3) .content-entry,.ds-block--filled.has-title .container-md .two-widgets.flex-row-reverse .ds-col:nth-child(2) .content-entry,.ds-block--filled.has-title .container-sm .two-widgets .ds-col:nth-child(3) .content-entry,.ds-block--filled.has-title .container-sm .two-widgets.flex-row-reverse .ds-col:nth-child(2) .content-entry,.ds-block--filled.has-title .container-xl .two-widgets .ds-col:nth-child(3) .content-entry,.ds-block--filled.has-title .container-xl .two-widgets.flex-row-reverse .ds-col:nth-child(2) .content-entry,.ds-block--filled.has-title .container-xxl .two-widgets .ds-col:nth-child(3) .content-entry,.ds-block--filled.has-title .container-xxl .two-widgets.flex-row-reverse .ds-col:nth-child(2) .content-entry{margin-left:4vw;margin-right:6vw}.container-full .ds-block--filled.has-title .container-fluid .two-widgets .ds-col:nth-child(3) .content-entry,.container-full .ds-block--filled.has-title .container-fluid .two-widgets.flex-row-reverse .ds-col:nth-child(2) .content-entry,.container-full .ds-block--filled.has-title .container-lg .two-widgets .ds-col:nth-child(3) .content-entry,.container-full .ds-block--filled.has-title .container-lg .two-widgets.flex-row-reverse .ds-col:nth-child(2) .content-entry,.container-full .ds-block--filled.has-title .container-md .two-widgets .ds-col:nth-child(3) .content-entry,.container-full .ds-block--filled.has-title .container-md .two-widgets.flex-row-reverse .ds-col:nth-child(2) .content-entry,.container-full .ds-block--filled.has-title .container-sm .two-widgets .ds-col:nth-child(3) .content-entry,.container-full .ds-block--filled.has-title .container-sm .two-widgets.flex-row-reverse .ds-col:nth-child(2) .content-entry,.container-full .ds-block--filled.has-title .container-xl .two-widgets .ds-col:nth-child(3) .content-entry,.container-full .ds-block--filled.has-title .container-xl .two-widgets.flex-row-reverse .ds-col:nth-child(2) .content-entry,.container-full .ds-block--filled.has-title .container-xxl .two-widgets .ds-col:nth-child(3) .content-entry,.container-full .ds-block--filled.has-title .container-xxl .two-widgets.flex-row-reverse .ds-col:nth-child(2) .content-entry{margin-left:8vw;margin-right:12vw}.ds-block--filled.has-title .container-fluid .two-widgets .ds-col:nth-child(2) .content-entry,.ds-block--filled.has-title .container-fluid .two-widgets.flex-row-reverse .ds-col:nth-child(3) .content-entry,.ds-block--filled.has-title .container-lg .two-widgets .ds-col:nth-child(2) .content-entry,.ds-block--filled.has-title .container-lg .two-widgets.flex-row-reverse .ds-col:nth-child(3) .content-entry,.ds-block--filled.has-title .container-md .two-widgets .ds-col:nth-child(2) .content-entry,.ds-block--filled.has-title .container-md .two-widgets.flex-row-reverse .ds-col:nth-child(3) .content-entry,.ds-block--filled.has-title .container-sm .two-widgets .ds-col:nth-child(2) .content-entry,.ds-block--filled.has-title .container-sm .two-widgets.flex-row-reverse .ds-col:nth-child(3) .content-entry,.ds-block--filled.has-title .container-xl .two-widgets .ds-col:nth-child(2) .content-entry,.ds-block--filled.has-title .container-xl .two-widgets.flex-row-reverse .ds-col:nth-child(3) .content-entry,.ds-block--filled.has-title .container-xxl .two-widgets .ds-col:nth-child(2) .content-entry,.ds-block--filled.has-title .container-xxl .two-widgets.flex-row-reverse .ds-col:nth-child(3) .content-entry{margin-left:6vw;margin-right:4vw}.container-full .ds-block--filled.has-title .container-fluid .two-widgets .ds-col:nth-child(2) .content-entry,.container-full .ds-block--filled.has-title .container-fluid .two-widgets.flex-row-reverse .ds-col:nth-child(3) .content-entry,.container-full .ds-block--filled.has-title .container-lg .two-widgets .ds-col:nth-child(2) .content-entry,.container-full .ds-block--filled.has-title .container-lg .two-widgets.flex-row-reverse .ds-col:nth-child(3) .content-entry,.container-full .ds-block--filled.has-title .container-md .two-widgets .ds-col:nth-child(2) .content-entry,.container-full .ds-block--filled.has-title .container-md .two-widgets.flex-row-reverse .ds-col:nth-child(3) .content-entry,.container-full .ds-block--filled.has-title .container-sm .two-widgets .ds-col:nth-child(2) .content-entry,.container-full .ds-block--filled.has-title .container-sm .two-widgets.flex-row-reverse .ds-col:nth-child(3) .content-entry,.container-full .ds-block--filled.has-title .container-xl .two-widgets .ds-col:nth-child(2) .content-entry,.container-full .ds-block--filled.has-title .container-xl .two-widgets.flex-row-reverse .ds-col:nth-child(3) .content-entry,.container-full .ds-block--filled.has-title .container-xxl .two-widgets .ds-col:nth-child(2) .content-entry,.container-full .ds-block--filled.has-title .container-xxl .two-widgets.flex-row-reverse .ds-col:nth-child(3) .content-entry{margin-left:12vw;margin-right:8vw}}.ds-block--filled.overblock .content-entry{margin-left:4vw;margin-right:4vw}@media (min-width:768px){.col-md-15{flex:20%;max-width:20%}}.block-text-alone .ds-col:not(.col-title){max-width:45rem}@media (min-width:576px){.two-widgets.flex-row-reverse .ds-col:nth-child(2) .content-entry,.two-widgets:not(.flex-row-reverse) .ds-col:first-child .content-entry{padding-right:1.5vw}.two-widgets.flex-row-reverse .ds-col:nth-child(2) .content-entry.content-entry--n-element,.two-widgets:not(.flex-row-reverse) .ds-col:first-child .content-entry.content-entry--n-element{padding-right:0}.two-widgets.flex-row-reverse .ds-col:first-child .content-entry,.two-widgets:not(.flex-row-reverse) .ds-col:nth-child(2) .content-entry{padding-left:1.5vw}.two-widgets.flex-row-reverse .ds-col:first-child .content-entry.content-entry--n-element,.two-widgets:not(.flex-row-reverse) .ds-col:nth-child(2) .content-entry.content-entry--n-element{padding-left:0}}.ds-block--slider{padding-bottom:0!important;padding-top:0!important}.ds-block--slider .background-shape{display:none!important}.ds-block--slider .swiper-wrapper{height:450px}.ds-block--slider .swiper-wrapper .ds-swiper-bg-image{background-position:50%;background-size:cover}.ds-block--slider .swiper-wrapper .ds-swiper-bg-image.v-bg-position-center{background-position:50%}.ds-block--slider .swiper-wrapper .ds-swiper-bg-image.v-bg-position-left-center{background-position:0}.ds-block--slider .swiper-wrapper .ds-swiper-bg-image.v-bg-position-right-center{background-position:100%}.ds-block--slider .swiper-wrapper .ds-swiper-bg-image.v-bg-position-left-top{background-position:0 0}.ds-block--slider .swiper-wrapper .ds-swiper-bg-image.v-bg-position-center-top{background-position:top}.ds-block--slider .swiper-wrapper .ds-swiper-bg-image.v-bg-position-right-top{background-position:100% 0}.ds-block--slider .swiper-wrapper .ds-swiper-bg-image.v-bg-position-left-bottom{background-position:0 100%!important}.ds-block--slider .swiper-wrapper .ds-swiper-bg-image.v-bg-position-center-bottom{background-position:bottom!important}.ds-block--slider .swiper-wrapper .ds-swiper-bg-image.v-bg-position-right-bottom{background-position:100% 100%!important}.ds-block--slider.v-height-none .swiper-wrapper{height:400px}.ds-block--slider.v-height-min .swiper-wrapper{height:450px}.ds-block--slider.v-height-small .swiper-wrapper{height:500px}.ds-block--slider.v-height-med .swiper-wrapper{height:550px}.ds-block--slider.v-height-big .swiper-wrapper{height:600px}.ds-block--slider.v-height-full .swiper-wrapper{height:650px}.ds-block--slider.v-full-screen{display:block}.ds-block--slider.v-full-screen .swiper-wrapper{height:650px;min-height:100vh}.ssr-mode:not(.ssr-has-hero) .ds-section-design .ds-block--slider.ds-block--first .swiper-wrapper{height:calc(450px + var(--navbar-height))}.ssr-mode:not(.ssr-has-hero) .ds-section-design .ds-block--slider.ds-block--first.v-height-none .swiper-wrapper{height:calc(400px + var(--navbar-height))}.ssr-mode:not(.ssr-has-hero) .ds-section-design .ds-block--slider.ds-block--first.v-height-min .swiper-wrapper{height:calc(450px + var(--navbar-height))}.ssr-mode:not(.ssr-has-hero) .ds-section-design .ds-block--slider.ds-block--first.v-height-small .swiper-wrapper{height:calc(500px + var(--navbar-height))}.ssr-mode:not(.ssr-has-hero) .ds-section-design .ds-block--slider.ds-block--first.v-height-med .swiper-wrapper{height:calc(550px + var(--navbar-height))}.ssr-mode:not(.ssr-has-hero) .ds-section-design .ds-block--slider.ds-block--first.v-height-big .swiper-wrapper{height:calc(600px + var(--navbar-height))}.ssr-mode:not(.ssr-has-hero) .ds-section-design .ds-block--slider.ds-block--first.v-height-full .swiper-wrapper{height:calc(650px + var(--navbar-height))}.ssr-mode:not(.ssr-has-hero) .ds-section-design .ds-block--slider.ds-block--first.v-full-screen .swiper-wrapper{height:calc(650px + var(--navbar-height));min-height:calc(100vh + var(--navbar-height))}.ssr-mode:not(.ssr-has-hero) .ds-section-design .ds-block--slider.ds-block--first .slider-arrows{top:calc(50% + var(--navbar-height)/2)}.ssr-mode:not(.ssr-has-hero) .ds-section-design .ds-block--slider.ds-block--first .slider-container{padding-top:var(--navbar-height)}.ssr-mode:not(.ssr-has-hero) .ds-design-content:not(.ds--navTrans) .ds-section-design .ds-block--slider.ds-block--first .ds-swiper-bg-image:not(.v-bg-fixed):not(.v-bg-position-left-top):not(.v-bg-position-center-top):not(.v-bg-position-right-top):not(.v-bg-position-left-bottom):not(.v-bg-position-center-bottom):not(.v-bg-position-right-bottom){background-position-y:calc(50% + var(--navbar-height)/2)}.ssr-mode:not(.ssr-has-hero) .ds-design-content:not(.ds--navTrans) .ds-section-design .ds-block--slider.ds-block--first .ds-swiper-bg-image.v-bg-position-center-top,.ssr-mode:not(.ssr-has-hero) .ds-design-content:not(.ds--navTrans) .ds-section-design .ds-block--slider.ds-block--first .ds-swiper-bg-image.v-bg-position-left-top,.ssr-mode:not(.ssr-has-hero) .ds-design-content:not(.ds--navTrans) .ds-section-design .ds-block--slider.ds-block--first .ds-swiper-bg-image.v-bg-position-right-top{background-position-y:var(--navbar-height)}.ds-block--slider .slider-container{left:50%;position:absolute;top:50%;-webkit-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);width:100%;z-index:1}.ds-block--slider .ds-swiper-slider .v-text-top-center .slider-container,.ds-block--slider .ds-swiper-slider .v-text-top-left .slider-container,.ds-block--slider .ds-swiper-slider .v-text-top-right .slider-container{top:0;-webkit-transform:translateX(-50%) translateY(0);-moz-transform:translateX(-50%) translateY(0);-ms-transform:translateX(-50%) translateY(0);transform:translateX(-50%) translateY(0)}.ds-block--slider .ds-swiper-slider .v-text-bottom-center .slider-container,.ds-block--slider .ds-swiper-slider .v-text-bottom-left .slider-container,.ds-block--slider .ds-swiper-slider .v-text-bottom-right .slider-container{bottom:0;top:auto;-webkit-transform:translateX(-50%) translateY(0);-moz-transform:translateX(-50%) translateY(0);-ms-transform:translateX(-50%) translateY(0);transform:translateX(-50%) translateY(0)}.ds-block--slider .ds-swiper-slider .v-text-bottom-left,.ds-block--slider .ds-swiper-slider .v-text-left,.ds-block--slider .ds-swiper-slider .v-text-top-left{text-align:left}.ds-block--slider .ds-swiper-slider .v-text-bottom-left .content-entry-slider,.ds-block--slider .ds-swiper-slider .v-text-left .content-entry-slider,.ds-block--slider .ds-swiper-slider .v-text-top-left .content-entry-slider{margin:2rem auto 2rem 0}@media (max-width:575.98px){.ds-block--slider .ds-swiper-slider .v-text-bottom-left .content-entry-slider,.ds-block--slider .ds-swiper-slider .v-text-left .content-entry-slider,.ds-block--slider .ds-swiper-slider .v-text-top-left .content-entry-slider{margin:1rem auto 1rem 0}}.ds-block--slider .ds-swiper-slider .v-text-bottom-center,.ds-block--slider .ds-swiper-slider .v-text-center,.ds-block--slider .ds-swiper-slider .v-text-top-center{text-align:center}.ds-block--slider .ds-swiper-slider .v-text-bottom-center .content-entry-slider,.ds-block--slider .ds-swiper-slider .v-text-center .content-entry-slider,.ds-block--slider .ds-swiper-slider .v-text-top-center .content-entry-slider{margin:2rem auto}@media (max-width:575.98px){.ds-block--slider .ds-swiper-slider .v-text-bottom-center .content-entry-slider,.ds-block--slider .ds-swiper-slider .v-text-center .content-entry-slider,.ds-block--slider .ds-swiper-slider .v-text-top-center .content-entry-slider{margin:1rem auto}}.ds-block--slider .ds-swiper-slider .v-text-bottom-right,.ds-block--slider .ds-swiper-slider .v-text-right,.ds-block--slider .ds-swiper-slider .v-text-top-right{text-align:right}.ds-block--slider .ds-swiper-slider .v-text-bottom-right .content-entry-slider,.ds-block--slider .ds-swiper-slider .v-text-right .content-entry-slider,.ds-block--slider .ds-swiper-slider .v-text-top-right .content-entry-slider{margin:2rem 0 2rem auto}@media (max-width:575.98px){.ds-block--slider .ds-swiper-slider .v-text-bottom-right .content-entry-slider,.ds-block--slider .ds-swiper-slider .v-text-right .content-entry-slider,.ds-block--slider .ds-swiper-slider .v-text-top-right .content-entry-slider{margin:1rem 0 1rem auto}}.ds-block--slider .ds-swiper-slider.ds-init-swiper .v-text-bottom-center .slider-container,.ds-block--slider .ds-swiper-slider.ds-init-swiper .v-text-bottom-left .slider-container,.ds-block--slider .ds-swiper-slider.ds-init-swiper .v-text-bottom-right .slider-container{bottom:56px}.ds-section-design .ds-block--slider>.container-fluid,.ds-section-design .ds-block--slider>.container-lg,.ds-section-design .ds-block--slider>.container-md,.ds-section-design .ds-block--slider>.container-sm,.ds-section-design .ds-block--slider>.container-xl,.ds-section-design .ds-block--slider>.container-xxl{margin-top:0!important}.ds-block--slider .swiper-container-fade .swiper-slide .slider-container{opacity:0}.ds-block--slider .swiper-container-fade .swiper-slide.swiper-slide-active .slider-container{opacity:1}.ds-block--slider .container-fluid,.ds-block--slider .container-lg,.ds-block--slider .container-md,.ds-block--slider .container-sm,.ds-block--slider .container-xl,.ds-block--slider .container-xxl,.ds-block--slider .ds-block-content,.ds-block--slider .ds-col,.ds-block--slider .ds-swiper-slider,.ds-block--slider .swiper-caption,.ds-block--slider .swiper-container{height:100%}.ds-block--slider .slider-arrows{left:50%;position:absolute;top:50%;-webkit-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);z-index:1}.ds-block--slider .swiper-button-next{right:.25rem}.ds-block--slider .swiper-button-next:hover i{color:#999}.ds-block--slider .swiper-button-prev{left:.25rem}.ds-block--slider .swiper-button-prev:hover i{color:#999}.ds-block--slider .swiper-button-next,.ds-block--slider .swiper-button-prev{top:50%}.ds-block--slider .swiper-button-next.swiper-button-color,.ds-block--slider .swiper-button-prev.swiper-button-color{fill:currentColor;background-image:none;color:#d4d3d3;-webkit-transition:color .5s ease;-o-transition:color .5s ease;transition:color .5s ease}.ds-block--slider{word-wrap:normal;overflow-wrap:normal;word-break:normal}.ds-block--slider .ds-title{margin-bottom:3rem}@media (max-width:575.98px){.ds-block--slider .ds-title{margin-bottom:1rem}}.ds-block--slider .ds-title a,.ds-block--slider .ds-title a:focus,.ds-block--slider .ds-title a:hover{border:0!important}@media (max-width:1399.98px){.ds-block--slider.block-slider-background .content-entry-slider{max-width:50%}}@media (max-width:767.98px){.ds-block--slider.block-slider-background .content-entry-slider{max-width:100%}}.ds-block--slider.block-slider-background .v-text-bottom-right .background-shape,.ds-block--slider.block-slider-background .v-text-right .background-shape,.ds-block--slider.block-slider-background .v-text-top-right .background-shape{left:auto;right:-100px!important;width:65%}@media (max-width:991.98px){.ds-block--slider.block-slider-background .v-text-bottom-right .background-shape,.ds-block--slider.block-slider-background .v-text-right .background-shape,.ds-block--slider.block-slider-background .v-text-top-right .background-shape{width:75%}}.ds-block--slider.block-slider-background .v-text-bottom-center .background-shape,.ds-block--slider.block-slider-background .v-text-center .background-shape,.ds-block--slider.block-slider-background .v-text-top-center .background-shape{left:20%;width:60%}@media (max-width:991.98px){.ds-block--slider.block-slider-background .v-text-bottom-center .background-shape,.ds-block--slider.block-slider-background .v-text-center .background-shape,.ds-block--slider.block-slider-background .v-text-top-center .background-shape{left:15%;width:70%}}.ds-block--slider.block-slider-background .v-text-bottom-left .background-shape,.ds-block--slider.block-slider-background .v-text-left .background-shape,.ds-block--slider.block-slider-background .v-text-top-left .background-shape{left:-100px;width:65%}@media (max-width:991.98px){.ds-block--slider.block-slider-background .v-text-bottom-left .background-shape,.ds-block--slider.block-slider-background .v-text-left .background-shape,.ds-block--slider.block-slider-background .v-text-top-left .background-shape{width:75%}}.ds-block--slider.block-slider-background .swiper-slide>.swiper-caption{position:relative}.ds-block--slider.block-slider-background .swiper-slide .swiper-caption{background:#0000!important;overflow:hidden}.ds-block--slider.block-slider-background .background-shape{display:block!important;height:100%;position:absolute;top:0;-webkit-transform:skew(15deg);-moz-transform:skew(15deg);-ms-transform:skew(15deg);transform:skew(15deg);z-index:0}@media (max-width:767.98px){.ds-block--slider.block-slider-background .background-shape{left:0!important;max-width:100%!important;right:0!important;-webkit-transform:skew(0);-moz-transform:skew(0);-ms-transform:skew(0);transform:skew(0);width:100%!important}}.ds-block--slider.block-slider-background .slider-container{z-index:3}.ds-block--slider.block-slider-background .entry-slider{margin:initial}@keyframes blink-caret{0%,to{border-color:#0000}50%{border-color:orange}}.swiper-pagination-bullet-active{background:#00be68}.block-carousel .content-entry,.block-slider-elements .content-entry{margin:0!important}.block-carousel .content-entry .swiper-slide .element,.block-slider-elements .content-entry .swiper-slide .element{margin:0 auto}.block-carousel .content-entry .swiper-slide .element .figure-content,.block-slider-elements .content-entry .swiper-slide .element .figure-content{margin:0 auto;position:relative}.block-carousel .content-entry .swiper-slide .element .figure-content .size,.block-slider-elements .content-entry .swiper-slide .element .figure-content .size{min-height:15rem;padding-bottom:100%}.block-carousel .content-entry .swiper-slide .element .target-body,.block-carousel .content-entry .swiper-slide .element .target-image,.block-slider-elements .content-entry .swiper-slide .element .target-body,.block-slider-elements .content-entry .swiper-slide .element .target-image{margin:0 auto;max-width:450px}.block-mask-square .background-mask .lines{display:none!important}.block-mask-square .background-mask{background:url(https://1db94ed809223264ca44-6c020ac3a16bbdd10cbf80e156daee8a.ssl.cf3.rackcdn.com/bundles/siwebdesigns/basedesign/defaultImages/design/general/mask-slider2.png);height:100%;opacity:.3;position:absolute;width:100%}.block-mask-lines .background-mask .lines{display:none!important}.block-mask-lines .background-mask{background:url(https://1db94ed809223264ca44-6c020ac3a16bbdd10cbf80e156daee8a.ssl.cf3.rackcdn.com/bundles/siwebdesigns/basedesign/defaultImages/design/general/mask-lines.png);height:100%;opacity:.3;position:absolute;width:100%}.block-mask-circles .background-mask .lines{display:none!important}.block-mask-circles .background-mask{background:url(https://1db94ed809223264ca44-6c020ac3a16bbdd10cbf80e156daee8a.ssl.cf3.rackcdn.com/bundles/siwebdesigns/basedesign/defaultImages/design/general/mask-circles.png);height:100%;opacity:.3;position:absolute;width:100%}.block-mask-no-effect .background-mask .lines{display:none!important}.block-mask-no-effect .background-mask{background:none}.hero-slider .swiper-button-next,.hero-slider .swiper-button-prev{background:#0000;border:2px solid #d4d3d3;border-radius:55px;height:55px;line-height:53px;margin-top:-30px;opacity:0;text-align:center;-webkit-transition:background .3s ease-out;-o-transition:background .3s ease-out;transition:background .3s ease-out;transition:all .3s ease;visibility:hidden;width:55px}.hero-slider .swiper-button-next:hover,.hero-slider .swiper-button-prev:hover{background:#fff;-webkit-transition:background .3s ease-out;-o-transition:background .3s ease-out;transition:background .3s ease-out}@media (max-width:575.98px){.hero-slider .swiper-button-next,.hero-slider .swiper-button-prev{border:0;width:25px}.hero-slider .swiper-button-next i,.hero-slider .swiper-button-prev i{font-size:1.2rem}.hero-slider .swiper-button-next.focus,.hero-slider .swiper-button-next:focus,.hero-slider .swiper-button-next:hover,.hero-slider .swiper-button-prev.focus,.hero-slider .swiper-button-prev:focus,.hero-slider .swiper-button-prev:hover{background:#0000}}.hero-slider:hover .swiper-button-next,.hero-slider:hover .swiper-button-prev{opacity:1;transform:translateX(0);visibility:visible}.hero-slider .swiper-button-prev{left:25px;transform:translateX(50px)}@media (max-width:575.98px){.hero-slider .swiper-button-prev{left:0}}.hero-slider .swiper-button-next{right:25px;transform:translateX(-50px)}@media (max-width:575.98px){.hero-slider .swiper-button-next{right:0}}.hero-slider .swiper-pagination-bullet{background:#fff;color:#000;font-size:12px;height:12px;line-height:12px;opacity:.3;text-align:left;transition:all .2s ease;width:12px}.hero-slider .swiper-pagination-bullet-active{opacity:1}.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets,.hero-slider .swiper-pagination-custom,.hero-slider .swiper-pagination-fraction{bottom:30px}.swiper-pagination{text-align:left}.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets{bottom:10px;left:50%;margin:0 auto;max-width:1200px;padding:0 15px;text-align:center;transform:translateX(-50%)}@media (min-width:576px){.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets{bottom:30px}}.swiper-button-disabled{display:none!important}.container.slider-arrows{max-width:100%!important}.content-entry-slider{max-width:45rem;padding:0 3vw}.filter .range-filters .swiper-caption .ds-cs-range-slider,.swiper-caption .col-12,.swiper-caption .filter .range-filters .ds-cs-range-slider{padding-left:12px;padding-right:12px}.ds-design{min-height:100vh;overflow:hidden;position:relative}.ds-design--fixed>.background .bg-image{background-attachment:fixed!important}.block--no-padding{padding:0!important}.block--no-margin{margin:0!important}.block .bg-image.v-bg-fixed{background-attachment:fixed}@media (min-width:768px){.block .bg-image.v-bg-parallax{background-size:120%}}.block .bg-image.v-bg-parallax{height:100%}.block .bg-image.v-bg-position-center{background-position:50%}.block .bg-image.v-bg-position-left-center{background-position:0}.block .bg-image.v-bg-position-right-center{background-position:100%}.block .bg-image.v-bg-position-left-top{background-position:0 0}.block .bg-image.v-bg-position-center-top{background-position:top}.block .bg-image.v-bg-position-right-top{background-position:100% 0}.block .bg-image.v-bg-position-left-bottom{background-position:0 100%!important}.block .bg-image.v-bg-position-center-bottom{background-position:bottom!important}.block .bg-image.v-bg-position-right-bottom{background-position:100% 100%!important}.block.v-text-center{text-align:center}.block.v-text-left{text-align:left}.block.v-text-right{text-align:right}.hiddenEffect{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0}.visibleEffect{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}.ch-item{cursor:default;height:100%;position:relative;width:100%}.ch-info-wrap{position:absolute}.ng-scope .ch-info-wrap{position:relative!important}.ch-info-wrap{height:100%;left:0;top:0;width:100%}.ch-info{position:absolute}.ng-scope .ch-info{position:relative!important}.ch-info{height:100%;width:100%}.ch-info>div{cursor:pointer;display:block;position:absolute}.ng-scope .ch-info>div{position:relative!important}.ch-info>div{height:100%;width:100%}.overlay2 .front .ch-title{bottom:0;left:0;padding-top:40%;position:absolute;right:0;top:0;z-index:5}.overlay2 .front .icon-overlay2{bottom:10px;left:45%;position:absolute;right:45%;z-index:5}.overlay2 .front .fa{background:#fff;border-radius:50%;color:#343a40;font-size:35px;height:50px;width:50px}.overlay2.overlay-link:hover,.overlay2.overlay-link:hover .figure-content{opacity:1}.ch-item.ch-img-1>div:first-child img{display:none}.ch-item.ch-img-1 .caption{background:#fff;height:100%;width:100%}.ng-scope .img-ref{display:none}.ng-scope .back .ds-title{color:#343a40}.block-lateral-aligns .ng-scope.col-md-12,.block-lateral-aligns .ng-scope.col-sm-12,.block-lateral-aligns .ng-scope.col-xs-12{max-width:50%}.block-lateral-aligns .element{max-width:60%;padding:1rem}@media (max-width:575.98px){.block-lateral-aligns .element .ds-title{font-size:.96rem}}@media (max-width:767.98px){.block-lateral-aligns .element{max-width:100%}}.block-lateral-aligns .ds-cn-grid-element .media-header{display:flex}.block-lateral-aligns .ds-cn-grid-element:nth-child(odd) .element{margin:0 auto 0 0;text-align:left!important}.block-lateral-aligns .ds-cn-grid-element:nth-child(odd) .element .media-body,.block-lateral-aligns .ds-cn-grid-element:nth-child(odd) .element .media-header{align-self:start!important}.block-lateral-aligns .ds-cn-grid-element:nth-child(2n) .element{margin:0 0 0 auto;text-align:right!important}.block-lateral-aligns .ds-cn-grid-element:nth-child(2n) .element .media-body,.block-lateral-aligns .ds-cn-grid-element:nth-child(2n) .element .media-header{align-self:end!important}.elements-style-flex-column .ds-cn-grid-element{padding-bottom:calc(var(--bs-gutter-x)*.5);padding-top:calc(var(--bs-gutter-x)*.5)}.elements-style-flex-column.block-n-elements-background .ds-image img{-webkit-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out}.elements-style-flex-column .ds-subtitle{color:inherit;font-size:1rem;font-weight:500;line-height:1.2}.elements-style-flex-column.block-icon-base .icon,.elements-style-flex-column.block-icon-outline-round .icon,.elements-style-flex-column.block-icon-round .icon{margin:.5rem .5rem 1rem}.elements-style-flex-column.v-text-left .media-body,.elements-style-flex-column.v-text-left .media-footer,.elements-style-flex-column.v-text-left .media-header{align-self:start}.elements-style-flex-column.v-text-center .media-body,.elements-style-flex-column.v-text-center .media-footer,.elements-style-flex-column.v-text-center .media-header{align-self:center}.elements-style-flex-column.v-text-right .media-body,.elements-style-flex-column.v-text-right .media-footer,.elements-style-flex-column.v-text-right .media-header{align-self:end}.elements-style1 .element{border-radius:.5rem}.elements-style1 .element .target-body{background:#fff;border-radius:0 0 .5rem .5rem;-webkit-transition:background .3s ease-out;-o-transition:background .3s ease-out;transition:background .3s ease-out}.elements-style1 .element .picture-fit img{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.elements-style1 .element:hover .target-image{position:relative}.elements-style1 .element:hover .target-image:before{background:#0d6efd66;bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.elements-style1 .element:hover .target-body{background:#0d6efd;color:#fff!important}.elements-style1 .element:hover .target-body .ds-title,.elements-style1 .element:hover .target-body .ds-title a{color:#fff!important}.elements-style1 .element:hover .target-body{-webkit-transition:background .3s ease-out;-o-transition:background .3s ease-out;transition:background .3s ease-out}@media (min-width:576px){.block-elements-hover-effect.overblock{margin-bottom:0!important;margin-top:0!important;max-width:100%!important}.block-elements-hover-effect.overblock .ds-block-content{margin-top:-120px}.block-elements-hover-effect.overblock .background .bg-color{border-radius:0!important;box-shadow:none!important;-moz-box-shadow:none!important;-webkit-box-shadow:none!important}}.block-elements-hover-effect .element{overflow:hidden!important;transform:translateY(0);transition:transform .2s ease}.block-elements-hover-effect .element:after{-webkit-backface-visibility:hidden;backface-visibility:hidden;bottom:0;content:"";height:5px;left:50%;position:absolute;-ms-transform:translateX(-50%);-webkit-transform:translateX(-50%);transform:translateX(-50%);transition:all .2s ease;width:0}.block-elements-hover-effect .element:hover{border-bottom:none;transform:translateY(-10px);transition:transform .2s ease;z-index:1}.block-elements-hover-effect .element:hover:after{width:100%}.block-elements-hover-effect .n-widget .element:nth-child(n+1){animation-delay:n0.2 s}.block-row-cols-auto .n-widget.row{padding-left:calc(var(--bs-gutter-x)*.5);padding-right:calc(var(--bs-gutter-x)*.5)}.block-row-cols-auto .n-widget.row>*{flex:0 0 auto;width:auto}.ds-design-content .block-shape-chevron.ds-block .picture-fit img{border-radius:0!important}.block-shape-chevron .flex-row-reverse .picture-fit{clip-path:polygon(75% 0,100% 50%,75% 100%,0 100%,25% 50%,0 0)}.block-shape-chevron .no-reverse .picture-fit{clip-path:polygon(100% 0,75% 50%,100% 100%,25% 100%,0 50%,25% 0)}.block-shape-arrow.picture-text-picture .ds-block-content .ds-col:first-child .picture-fit{clip-path:polygon(0 0,75% 0,100% 50%,75% 100%,0 100%)}.block-shape-arrow .flex-row-reverse .picture-fit,.block-shape-arrow.picture-text-picture .ds-block-content .ds-col:nth-child(3) .picture-fit{clip-path:polygon(25% 0,100% 0,100% 100%,25% 100%,0 50%)}.block-shape-arrow .no-reverse .picture-fit{clip-path:polygon(0 0,75% 0,100% 50%,75% 100%,0 100%)}.block-shape-rombus .picture-fit{clip-path:polygon(400px 0,95% 400px,400px 800px,5% 400px)}.ds-design-content .block-shape-triangle.ds-block .picture-fit img{border-radius:0!important}.block-shape-triangle .picture-fit{clip-path:polygon(50% 0,0 100%,100% 100%)}@media (max-width:575.98px){.block-shape-triangle .ds-block-content .ds-col{padding-top:0!important}.block-shape-triangle .ds-block-content .content-entry{margin-bottom:0;margin-top:0}}.ds-design-content .block-shape-triangle-inv.ds-block .picture-fit img{border-radius:0!important}.block-shape-triangle-inv .picture-fit{clip-path:polygon(100% 0,0 0,50% 100%);-webkit-clip-path:polygon(100% 0,0 0,50% 100%)}@media (max-width:575.98px){.block-shape-triangle-inv .ds-block-content .ds-col{padding-top:0!important}.block-shape-triangle-inv .ds-block-content .content-entry{margin-bottom:0;margin-top:0}}.block-shape-circle .picture-fit{clip-path:circle(50% at 50% 50%)}.block-footer .ds-subtitle,.block-footer .ds-text,.block-footer .ds-title{word-wrap:break-word;overflow-wrap:break-word}.block-footer .ds-logo{font-size:2rem}.block-footer .ds-logo a:hover{text-decoration:none}.block-footer .ds-logo.logo-size-s{max-width:100%}@media (min-width:768px){.block-footer .ds-logo.logo-size-s{max-width:180px}}@media (max-width:767.98px){.block-footer .ds-logo.logo-size-s{max-height:125px}}.block-footer .ds-cc-form{padding-top:0!important}.block-footer .form-control{width:100%!important}@media (max-width:767.98px){.block-footer .ds-col{padding:0 2rem!important}}.block-footer .legal-text li{display:inline-block;opacity:.8}@media (max-width:575.98px){.block-footer .legal-text li{display:block}.block-footer.footer-info-vertical .social-footer{margin-top:1.5rem!important}}.block-footer.footer-info-vertical .social-footer .icon-footer{height:1.5rem;width:1.5rem}.block-footer.footer-info-vertical .social-footer .icon-footer i{padding:.25rem}.block-footer.footer-info-vertical .legal-text li{opacity:1;padding-bottom:.14rem;padding-top:.14rem}@media (max-width:575.98px){.block-footer.footer-info-vertical .legal-text li{padding-left:0}}.block-footer.footer-info-vertical .legal-text li{display:block;font-size:inherit;font-weight:inherit}@media (max-width:575.98px){.v-text-left .confianza-online{text-align:left!important}}.footer-info-vertical .confianza-online{margin-bottom:1.5rem;margin-top:0!important;text-align:left!important}.block-icons-background .ds-cn-grid-element{padding-bottom:calc(var(--bs-gutter-x)*.5);padding-top:calc(var(--bs-gutter-x)*.5)}.block-icons-background .element.media{background:#fff}.block-icon-animation .element.media{transform:translateY(0);-webkit-transform:translateY(0);-webkit-transition:transform .25s;-o-transition:transform .25s;transition:transform .25s}.block-icon-animation .element.media .icon{box-shadow:inset 0 0 0 0 #0000;transition:all .5s}.block-icon-animation .element.media:hover{transform:translateY(-10px);-webkit-transform:translateY(-10px);-webkit-transition:transform .25s;-o-transition:transform .25s;transition:transform .25s}.block-icon-animation .element.media:hover .icon{-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}.padding-tb-xxs{padding-bottom:0;padding-top:0}.padding-xs{padding:1em}.padding-tb-xs{padding-bottom:1em;padding-top:1em}.padding-h-xs{padding-left:1em;padding-right:1em}.padding-s{padding:2em}.padding-tb-s{padding-bottom:2em;padding-top:2em}.padding-h-s{padding-left:2em;padding-right:2em}.padding-m{padding:3em}.padding-tb-m{padding-bottom:3em;padding-top:3em}.padding-h-m{padding-left:3em;padding-right:3em}.padding-l{padding:4em}.padding-tb-l{padding-bottom:4em;padding-top:4em}.padding-h-l{padding-left:4em;padding-right:4em}.padding-xl{padding:5em}.padding-tb-xl{padding-bottom:5em;padding-top:5em}.padding-h-xl{padding-left:5em;padding-right:5em}.padding-xxl{padding:10em}.padding-tb-xxl{padding-bottom:10em;padding-top:10em}.padding-h-xxl{padding-left:10em;padding-right:10em}@media (min-width:576px){.column-count-2 .ds-text,.column-count-3 .ds-text{-moz-column-count:2;-webkit-column-count:2;column-count:2}}@media (min-width:768px){.column-count-3 .ds-text{-moz-column-count:3;-webkit-column-count:3;column-count:3}}.ratio--1-1{height:0;padding-bottom:100%}.ratio--4-3{height:0;padding-bottom:75%}.ratio--16-9{height:0;padding-bottom:56.25%}.ratio--3-1{height:0;padding-bottom:33.3%}.ratio--3-4{height:0;padding-bottom:133%}.ratio--9-16{height:0;padding-bottom:177%}.ds-cs-image--ratio--1-1{height:0;padding-bottom:100%}.ds-cs-image--ratio--4-3{height:0;padding-bottom:75%}.ds-cs-image--ratio--16-9{height:0;padding-bottom:56.25%}.ds-cs-image--ratio--3-1{height:0;padding-bottom:33.3%}.ds-cs-image--ratio--3-4{height:0;padding-bottom:133%}.ds-cs-image--ratio--9-16,.shop-design-banner .col-md-4 .image .size{height:0;padding-bottom:177%}.picture-fit img{height:auto;margin:0 auto;width:100%}.picture-fit.img--default{background-image:url(https://siweb2.ams3.cdn.digitaloceanspaces.com/assets/images/noPic-transparent.2463f470.png);background-position:50%;background-repeat:no-repeat;background-size:100px;opacity:.5}.bg-dark .picture-fit.img--default,.shop-design .product-item__body .picture-fit.img--default{background-color:#0000000d}.bg-light .picture-fit.img--default,.elements-style-flex-column.block-n-elements-background .ds-image .ds-eb-image .picture-fit.img--default{background-color:#ffffff0d}@media (max-width:575.98px){.picture-fit.img--default{background-size:50px}}.picture-fit--fill{position:absolute}.picture-fit--fill img{object-fit:fill}.block-picture-img .ds-cn-grid-element:nth-child(2) .picture-fit,.picture-fit--contain{position:absolute}.block-picture-img .ds-cn-grid-element:nth-child(2) .picture-fit img,.picture-fit--contain img{height:100%;object-fit:contain}.block-picture-img .ds-cn-grid-element:first-child .element .picture-fit,.picture-fit--cover{position:absolute}.block-picture-img .ds-cn-grid-element:first-child .element .picture-fit img,.picture-fit--cover img{height:100%;object-fit:cover}.picture-fit--scale-down{position:absolute}.picture-fit--scale-down img{object-fit:scale-down}.picture-fit--none{position:absolute}.picture-fit--none img{object-fit:none}.element-img-inset .ds-defaultImage .ds-eb-image,.element-img-inset.ds-nLinkImage .ds-eb-image{margin-bottom:0}.element-img-inset .ds-defaultImage .picture-fit,.element-img-inset.ds-nLinkImage .picture-fit{position:absolute!important}.element-img-inset .ds-defaultImage .picture-fit img,.element-img-inset.ds-nLinkImage .picture-fit img{object-fit:contain!important}.ds-nLinkImage .element{margin-bottom:.75rem;margin-top:.75rem;position:relative}.image-border-radius-l .ds-block.shop-design .picture-fit,.image-border-radius-l .ds-block.shop-design .picture-fit img{border-radius:0 0 10px 10px!important}.video-fit{bottom:0;left:0;position:absolute;right:0;top:0;width:100%}.video-fit .plyr{height:100%;width:100%}.video-fit .plyr__poster{background-size:cover}@media (min-width:768px){.fix-vertical-video .vertical-video{margin:0 auto;width:50%}}position-absolute{position:absolute}position-relative{position:relative}.ds-design-content.container-xxs{max-width:25em!important;padding-left:0!important;padding-right:0!important}.ds-design-content.container-xs{max-width:33.75em!important;padding-left:0!important;padding-right:0!important}.ds-design-content.container-s{max-width:45em!important;padding-left:0!important;padding-right:0!important}.ds-design-content.container-m{max-width:60em!important;padding-left:0!important;padding-right:0!important}.ds-design-content.container-l{max-width:70em!important;padding-left:0!important;padding-right:0!important}.ds-design-content.container-xl{max-width:80em!important;padding-left:0!important;padding-right:0!important}.ds-design-content.container-xxl{max-width:90em!important;padding-left:0!important;padding-right:0!important}@media (min-width:768px){.ds-design-content.container-xxs .ds-design-content,.ds-design-content.container-xxs .logobar,.ds-design-content.container-xxs .navbar-design,.ds-design-content.container-xxs .subnav,.ds-design-content.container-xxs .topbar{max-width:25em!important}.ds-design-content.container-xs .ds-design-content,.ds-design-content.container-xs .logobar,.ds-design-content.container-xs .navbar-design,.ds-design-content.container-xs .subnav,.ds-design-content.container-xs .topbar{max-width:33.75em!important}.ds-design-content.container-s .ds-design-content,.ds-design-content.container-s .logobar,.ds-design-content.container-s .navbar-design,.ds-design-content.container-s .subnav,.ds-design-content.container-s .topbar{max-width:45em!important}.ds-design-content.container-m .ds-design-content,.ds-design-content.container-m .logobar,.ds-design-content.container-m .navbar-design,.ds-design-content.container-m .subnav,.ds-design-content.container-m .topbar{max-width:60em!important}.ds-design-content.container-l .ds-design-content,.ds-design-content.container-l .logobar,.ds-design-content.container-l .navbar-design,.ds-design-content.container-l .subnav,.ds-design-content.container-l .topbar{max-width:70em!important}.ds-design-content.container-xl .ds-design-content,.ds-design-content.container-xl .logobar,.ds-design-content.container-xl .navbar-design,.ds-design-content.container-xl .subnav,.ds-design-content.container-xl .topbar{max-width:80em!important}.ds-design-content.container-xxl .ds-design-content,.ds-design-content.container-xxl .logobar,.ds-design-content.container-xxl .navbar-design,.ds-design-content.container-xxl .subnav,.ds-design-content.container-xxl .topbar{max-width:90em!important}.ds-design-content.container-full .ds-design-content,.ds-design-content.container-full .logobar,.ds-design-content.container-full .navbar-design,.ds-design-content.container-full .subnav,.ds-design-content.container-full .topbar{max-width:none}}.ds-design-content{margin:0 auto}.ds-design-content .sticky{left:0;margin:0 auto;right:0;top:0;width:auto}.legal-text a,.legal-text a:hover{color:inherit}.social-footer a,.social-footer a:hover{color:inherit!important}.vertical-align-top{display:table-cell;vertical-align:top}.vertical-align-middle{display:table-cell;vertical-align:middle}.vertical-align-bottom{display:table-cell;vertical-align:bottom}.width-100{width:100%}.width-70{width:70%}.width-60{width:60%}.width-50{width:50%}.width-30{width:30%}.ds--navText-light .navbar-design>.js-change-color.is-transparent:not(.sticky),.fg-light{color:#ced4da}.ds--navText-dark .navbar-design>.js-change-color.is-transparent:not(.sticky),.fg-dark,.navbar-fixed .bg-transparent,.navbar-fixed .bg-transparent a{color:#212529}.fg-black,.search-close .search-close-link:hover{color:#000}.fg-green{color:#198754}.bg-white,.block-n-elements-background .element,.navbar-fixed .bg-transparent,.searchbar,.searchbar.bg-transparent{background:#fff}.bg-light,.elements-style-flex-column.block-n-elements-background .ds-image .ds-eb-image{background:#ced4da}.bg-dark,.shop-design .product-item__body{background:#212529}.bg-black{background:#000}.bg-primary{background:#0d6efd}.bg-cyan{background:#0dcaf0}.bg-teal{background:#20c997}.color-1{background-color:#00be68}.color-2{background-color:#6c757d}.color-3{background-color:#00afb2}.color-4{background-color:#00c89c}.color-5{background-color:#00be68}.color-6{background-color:#fff}.color-7{background-color:#efefef}.color-8{background-color:#999}.color-9{background-color:#444}.color-10{background-color:#222}.fg-one{color:#00be68}.fg-two{color:#6c757d}.fg-three{color:#00afb2}.fg-four{color:#00c89c}.fg-five{color:#00be68}.block-footer.fg-white .ds-logo a,.block-footer.mm-menu_theme-main .ds-logo a,.fg-white,.mm-menu_theme-main,.topbar-inner .block-footer.email-item:hover .ds-logo a,.topbar-inner .block-footer.phone-item:hover .ds-logo a,.topbar-inner .email-item:hover,.topbar-inner .phone-item:hover,.topbar-inner .social-item:hover .block-footer.icon .ds-logo a,.topbar-inner .social-item:hover .icon{color:#fff}.ds--navText-light .navbar-design>.js-change-color.is-transparent:not(.sticky),.fg-light{color:#efefef}.fg-gray,.input-search::placeholder,.search-label{color:#999}.ds--navText-dark .navbar-design>.js-change-color.is-transparent:not(.sticky),.fg-dark,.navbar-fixed .bg-transparent,.navbar-fixed .bg-transparent a{color:#444}.fg-black,.search-close .search-close-link:hover{color:#222}.bg-one{background-color:#00be68}.bg-one--hover:hover{background-color:#008b4c;border-color:#008b4c}.bg-two{background-color:#6c757d}.bg-two--hover:hover{background-color:#4b5c6b;border-color:#4b5c6b}.bg-three{background-color:#00afb2}.bg-three--hover:hover{background-color:#007d7f;border-color:#007d7f}.bg-four{background-color:#00c89c}.bg-four--hover:hover{background-color:#009574;border-color:#009574}.bg-five{background-color:#00be68}.bg-five--hover:hover{background-color:#008b4c;border-color:#008b4c}.bg-white,.block-n-elements-background .element,.navbar-fixed .bg-transparent,.searchbar,.searchbar.bg-transparent{background-color:#fff}.bg-white--hover:hover{background-color:#e8e3e3;border-color:#e8e3e3}.bg-light,.elements-style-flex-column.block-n-elements-background .ds-image .ds-eb-image{background-color:#efefef}.bg-light--hover:hover{background-color:#dad1d1;border-color:#dad1d1}.bg-gray{background-color:#999}.bg-gray--hover:hover{background-color:#8c7373;border-color:#8c7373}.bg-dark,.shop-design .product-item__body{background-color:#444}.bg-dark--hover:hover{background-color:#2f2626;border-color:#2f2626}.bg-black{background-color:#222}.bg-black--hover:hover{background-color:#090808;border-color:#090808}.bg-transparent{background-color:initial}.social-footer .icon-footer{background:#343a40;color:#fff}.block-footer.fg-white .ds-logo a .social-footer .icon-footer,.block-footer.mm-menu_theme-main .ds-logo a .social-footer .icon-footer,.fg-white .social-footer .icon-footer,.mm-menu_theme-main .social-footer .icon-footer,.topbar-inner .email-item:hover .social-footer .icon-footer,.topbar-inner .phone-item:hover .social-footer .icon-footer,.topbar-inner .social-item:hover .icon .social-footer .icon-footer{background:#fff!important;color:#343a40!important}.v-height-none{padding-bottom:2.5em;padding-top:2.5em}.v-height-none.ds-block--filled{padding-bottom:0;padding-top:0}.v-height-none.ds-block--filled .ds-col{padding-bottom:2.5em;padding-top:2.5em}.v-height-none.ds-block--filled-elements,.v-height-none.ds-block--filled.block-slider-elements .ds-col{padding-bottom:0;padding-top:0}.v-height-none.ds-block--filled-elements .media-body{padding-bottom:2.5em;padding-top:2.5em}.v-height-none.section-lines{padding-bottom:0;padding-top:0}.v-height-min,.v-height-none.section-lines .content-entry{padding-bottom:2.5em;padding-top:2.5em}.v-height-min.ds-block--filled{padding-bottom:0;padding-top:0}.v-height-min.ds-block--filled .ds-col{padding-bottom:2.5em;padding-top:2.5em}.v-height-min.ds-block--filled-elements,.v-height-min.ds-block--filled.block-slider-elements .ds-col{padding-bottom:0;padding-top:0}.v-height-min.ds-block--filled-elements .media-body{padding-bottom:2.5em;padding-top:2.5em}.v-height-min.section-lines{padding-bottom:0;padding-top:0}.v-height-min.section-lines .content-entry,.v-height-small{padding-bottom:2.5em;padding-top:2.5em}.v-height-small.ds-block--filled{padding-bottom:0;padding-top:0}.v-height-small.ds-block--filled .ds-col{padding-bottom:2.5em;padding-top:2.5em}.v-height-small.ds-block--filled-elements,.v-height-small.ds-block--filled.block-slider-elements .ds-col{padding-bottom:0;padding-top:0}.v-height-small.ds-block--filled-elements .media-body{padding-bottom:2.5em;padding-top:2.5em}.v-height-small.section-lines{padding-bottom:0;padding-top:0}.v-height-med,.v-height-small.section-lines .content-entry{padding-bottom:2.5em;padding-top:2.5em}.v-height-med.ds-block--filled{padding-bottom:0;padding-top:0}.v-height-med.ds-block--filled .ds-col{padding-bottom:2.5em;padding-top:2.5em}.v-height-med.ds-block--filled-elements,.v-height-med.ds-block--filled.block-slider-elements .ds-col{padding-bottom:0;padding-top:0}.v-height-med.ds-block--filled-elements .media-body{padding-bottom:2.5em;padding-top:2.5em}.v-height-med.section-lines{padding-bottom:0;padding-top:0}.v-height-big,.v-height-med.section-lines .content-entry{padding-bottom:2.5em;padding-top:2.5em}.v-height-big.ds-block--filled{padding-bottom:0;padding-top:0}.v-height-big.ds-block--filled .ds-col{padding-bottom:2.5em;padding-top:2.5em}.v-height-big.ds-block--filled-elements,.v-height-big.ds-block--filled.block-slider-elements .ds-col{padding-bottom:0;padding-top:0}.v-height-big.ds-block--filled-elements .media-body{padding-bottom:2.5em;padding-top:2.5em}.v-height-big.section-lines{padding-bottom:0;padding-top:0}.v-height-big.section-lines .content-entry,.v-height-full{padding-bottom:2.5em;padding-top:2.5em}.v-height-full.ds-block--filled{padding-bottom:0;padding-top:0}.v-height-full.ds-block--filled .ds-col{padding-bottom:2.5em;padding-top:2.5em}.v-height-full.ds-block--filled-elements,.v-height-full.ds-block--filled.block-slider-elements .ds-col{padding-bottom:0;padding-top:0}.v-height-full.ds-block--filled-elements .media-body{padding-bottom:2.5em;padding-top:2.5em}.v-height-full.section-lines{padding-bottom:0;padding-top:0}.v-height-full.section-lines .content-entry{padding-bottom:2.5em;padding-top:2.5em}@media (min-width:768px){.v-height-none,.v-height-none.ds-block--filled,.v-height-none.ds-block--filled .ds-col{padding-bottom:0;padding-top:0}.v-height-none.ds-block--filled.block-slider-elements .ds-col{padding:0!important}.v-height-none.ds-block--filled.block-slider-elements .ds-col .content-entry--n-element{padding:.75rem!important}.v-height-none.ds-block--filled-elements,.v-height-none.ds-block--filled-elements .media-body,.v-height-none.ds-block--filled.block-slider-elements .ds-col .swiper-container,.v-height-none.section-lines,.v-height-none.section-lines .content-entry{padding-bottom:0;padding-top:0}.v-height-min{padding-bottom:2.5em;padding-top:2.5em}.v-height-min.ds-block--filled{padding-bottom:0;padding-top:0}.v-height-min.ds-block--filled .ds-col{padding-bottom:2.5em;padding-top:2.5em}.v-height-min.ds-block--filled.block-slider-elements .ds-col{padding:0!important}.v-height-min.ds-block--filled.block-slider-elements .ds-col .content-entry--n-element{padding:.75rem!important}.v-height-min.ds-block--filled.block-slider-elements .ds-col .swiper-container{padding-bottom:2.5em;padding-top:2.5em}.v-height-min.ds-block--filled-elements{padding-bottom:0;padding-top:0}.v-height-min.ds-block--filled-elements .media-body{padding-bottom:2.5em;padding-top:2.5em}.v-height-min.section-lines{padding-bottom:0;padding-top:0}.v-height-min.section-lines .content-entry{padding-bottom:2.5em;padding-top:2.5em}.v-height-small{padding-bottom:5em;padding-top:5em}.v-height-small.ds-block--filled{padding-bottom:0;padding-top:0}.v-height-small.ds-block--filled .ds-col{padding-bottom:5em;padding-top:5em}.v-height-small.ds-block--filled.block-slider-elements .ds-col{padding:0!important}.v-height-small.ds-block--filled.block-slider-elements .ds-col .content-entry--n-element{padding:.75rem!important}.v-height-small.ds-block--filled.block-slider-elements .ds-col .swiper-container{padding-bottom:5em;padding-top:5em}.v-height-small.ds-block--filled-elements{padding-bottom:0;padding-top:0}.v-height-small.ds-block--filled-elements .media-body{padding-bottom:5em;padding-top:5em}.v-height-small.section-lines{padding-bottom:0;padding-top:0}.v-height-small.section-lines .content-entry{padding-bottom:5em;padding-top:5em}.v-height-med{padding-bottom:10em;padding-top:10em}.v-height-med.ds-block--filled{padding-bottom:0;padding-top:0}.v-height-med.ds-block--filled .ds-col{padding-bottom:10em;padding-top:10em}.v-height-med.ds-block--filled.block-slider-elements .ds-col{padding:0!important}.v-height-med.ds-block--filled.block-slider-elements .ds-col .content-entry--n-element{padding:.75rem!important}.v-height-med.ds-block--filled.block-slider-elements .ds-col .swiper-container{padding-bottom:10em;padding-top:10em}.v-height-med.ds-block--filled-elements{padding-bottom:0;padding-top:0}.v-height-med.ds-block--filled-elements .media-body{padding-bottom:10em;padding-top:10em}.v-height-med.section-lines{padding-bottom:0;padding-top:0}.v-height-med.section-lines .content-entry{padding-bottom:10em;padding-top:10em}.v-height-big{padding-bottom:15em;padding-top:15em}.v-height-big.ds-block--filled{padding-bottom:0;padding-top:0}.v-height-big.ds-block--filled .ds-col{padding-bottom:15em;padding-top:15em}.v-height-big.ds-block--filled.block-slider-elements .ds-col{padding:0!important}.v-height-big.ds-block--filled.block-slider-elements .ds-col .content-entry--n-element{padding:.75rem!important}.v-height-big.ds-block--filled.block-slider-elements .ds-col .swiper-container{padding-bottom:15em;padding-top:15em}.v-height-big.ds-block--filled-elements{padding-bottom:0;padding-top:0}.v-height-big.ds-block--filled-elements .media-body{padding-bottom:15em;padding-top:15em}.v-height-big.section-lines{padding-bottom:0;padding-top:0}.v-height-big.section-lines .content-entry{padding-bottom:15em;padding-top:15em}.v-height-full{padding-bottom:25em;padding-top:25em}.v-height-full.ds-block--filled{padding-bottom:0;padding-top:0}.v-height-full.ds-block--filled .ds-col{padding-bottom:25em;padding-top:25em}.v-height-full.ds-block--filled.block-slider-elements .ds-col{padding:0!important}.v-height-full.ds-block--filled.block-slider-elements .ds-col .content-entry--n-element{padding:.75rem!important}.v-height-full.ds-block--filled.block-slider-elements .ds-col .swiper-container{padding-bottom:25em;padding-top:25em}.v-height-full.ds-block--filled-elements{padding-bottom:0;padding-top:0}.v-height-full.ds-block--filled-elements .media-body{padding-bottom:25em;padding-top:25em}.v-height-full.section-lines{padding-bottom:0;padding-top:0}.v-height-full.section-lines .content-entry{padding-bottom:25em;padding-top:25em}}.v-full-screen{height:auto;min-height:100vh}.v-full-screen.ds-block--slider{min-height:auto}.v-full-screen.ds-block--filled,.v-full-screen.ds-block--filled-elements{height:inherit;min-height:inherit}.v-full-screen.ds-block--filled .ds-col,.v-full-screen.ds-block--filled-elements .ds-col{height:auto}.v-full-screen.ds-block--filled-elements .media-body{min-height:81vh}.v-full-screen.ds-block--filled.block-slider-elements .ds-col{display:flex!important}.v-height-none{padding-bottom:0!important;padding-top:0!important}.ds-design-content:not(.ds--navTrans.ds--topNavTrans) .v-height-none.ds-product-header .ds-col{min-height:2.5rem}@media (min-width:576px){.swiper-adjust-mobile .js-block-fix-position{margin-top:0!important}}@media (max-width:575.98px){.swiper-adjust-mobile .container:not(.slider-container){padding-top:0!important}.swiper-adjust-mobile .container:not(.slider-container).js-block-fix-content-position{margin-left:0;margin-right:0;padding-left:0;padding-right:0}.swiper-adjust-mobile .container:not(.slider-container).js-block-fix-content-position .content{padding:0!important}.swiper-adjust-mobile .container:not(.slider-container).js-block-fix-content-position>.ds-block-content{margin-left:0;margin-right:0}.swiper-adjust-mobile,.swiper-adjust-mobile .ds-col{padding:0}.swiper-adjust-mobile .ds-col .content{width:100%}.swiper-adjust-mobile .bg-image{background-position:bottom;background-repeat:no-repeat;background-size:contain!important;height:100%}.swiper-adjust-mobile.v-full-screen .bg-image{background-position:50%}.swiper-adjust-mobile .content-entry{margin:0!important}.swiper-adjust-mobile .js-content-mobile{align-items:center;display:flex;height:100%;left:0;margin:0;overflow:hidden;padding:2rem;position:absolute;top:0;width:100%}.swiper-adjust-mobile-horizontal .content-entry{padding-bottom:56.33%}.swiper-adjust-mobile-horizontal-3-1 .content-entry{padding-bottom:33.33%}.swiper-adjust-mobile-horizontal-4-3 .content-entry{padding-bottom:75%}.swiper-adjust-mobile-vertical .content-entry{padding-bottom:177.77%}.swiper-adjust-mobile-vertical-3-4 .content-entry{padding-bottom:133%}.swiper-adjust-mobile-square .content-entry{padding-bottom:100%}}@media (min-width:576px){.swiper-adjust-mobile .js-swiper-fix-position{margin-top:0!important}}@media (max-width:575.98px){.swiper-adjust-mobile .js-swiper-fix-position .slider-container{padding-top:0!important}.swiper-adjust-mobile .ds-swiper-bg-image{background-position:50%;background-repeat:no-repeat;background-size:contain!important}.swiper-adjust-mobile .swiper-wrapper{height:100%!important}.swiper-adjust-mobile.v-full-screen .swiper-wrapper{min-height:inherit}.swiper-adjust-mobile-horizontal .swiper-caption{padding-bottom:56.33%}.swiper-adjust-mobile-horizontal-3-1 .swiper-caption{padding-bottom:33.33%}.swiper-adjust-mobile-horizontal-4-3 .swiper-caption{padding-bottom:75%}.swiper-adjust-mobile-vertical .swiper-caption{padding-bottom:177.77%}.swiper-adjust-mobile-vertical-3-4 .swiper-caption{padding-bottom:133%}.swiper-adjust-mobile-square .swiper-caption{padding-bottom:100%}.swiper-adjust-mobile .text-size-1{font-size:.7em}.swiper-adjust-mobile .text-size-2{font-size:.9em}.swiper-adjust-mobile .text-size-3{font-size:1em}.swiper-adjust-mobile .text-size-4{font-size:1.2em}.swiper-adjust-mobile .text-size-5{font-size:1.25em!important}.swiper-adjust-mobile .lead{font-size:1rem!important}}.no-gutters,.nomargin .ds-cn-grid{margin-left:-.75rem;margin-right:-.75rem}.shadow-s{-webkit-box-shadow:0,0,35px,rgba(140,152,164,.125);box-shadow:0,0,35px,rgba(140,152,164,.125)}.block-picture-img .ds-block .ds-block-content.fadeIn.ds-cn-grid-element:nth-child(2),.block-picture-img .ds-block .ds-block-content.slideInUp.ds-cn-grid-element:nth-child(2),.ds-block .block-picture-img .ds-block-content.fadeIn.ds-cn-grid-element:nth-child(2),.ds-block .block-picture-img .ds-block-content.slideInUp.ds-cn-grid-element:nth-child(2),.ds-block .ds-block-content.animated.fadeIn,.ds-block .ds-block-content.animated.slideInUp,.ds-block .ds-block-content.lateral>.ds-col,.ds_animation_options{-webkit-animation-delay:.25s;animation-delay:.25s;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;opacity:1}@-webkit-keyframes ds_fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,100px,0);transform:translate3d(0,100px,0)}25%{opacity:1}to{opacity:1;-webkit-transform:none;transform:none}}@-moz-keyframes ds_fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,100px,0);transform:translate3d(0,100px,0)}25%{opacity:1}to{opacity:1;-webkit-transform:none;transform:none}}@-ms-keyframes ds_fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,100px,0);transform:translate3d(0,100px,0)}25%{opacity:1}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes ds_fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,100px,0);transform:translate3d(0,100px,0)}25%{opacity:1}to{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes ds_fadeIn{0%{opacity:0}to{opacity:1}}@-moz-keyframes ds_fadeIn{0%{opacity:0}to{opacity:1}}@-ms-keyframes ds_fadeIn{0%{opacity:0}to{opacity:1}}@keyframes ds_fadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes ds_fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-moz-keyframes ds_fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-ms-keyframes ds_fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes ds_fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes ds_fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-moz-keyframes ds_fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-ms-keyframes ds_fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes ds_fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.ds-block.lateral{overflow:hidden}.ds-block .ds-block-content.slideInUp{-webkit-animation-name:ds_fadeInDown;animation-name:ds_fadeInDown}.ds-block .ds-block-content.fadeIn{-webkit-animation-name:ds_fadeIn;animation-name:ds_fadeIn}.ds-block .ds-block-content.lateral>.ds-col:first-child{-webkit-animation-name:ds_fadeInLeft;animation-name:ds_fadeInLeft}.ds-block .ds-block-content.lateral>.ds-col:nth-child(2){-webkit-animation-name:ds_fadeIn;animation-name:ds_fadeIn}.ds-block .ds-block-content.lateral.flex-row-reverse>.ds-col:first-child,.ds-block .ds-block-content.lateral>.ds-col:last-child{-webkit-animation-name:ds_fadeInRight;animation-name:ds_fadeInRight}.ds-block .ds-block-content.lateral.flex-row-reverse>.ds-col:last-child,.ds-block.block-circles .ds-block-content.lateral .ds-col:nth-child(2){-webkit-animation-name:ds_fadeInLeft;animation-name:ds_fadeInLeft}.ds-block.block-circles .ds-block-content.lateral.flex-row-reverse .ds-col:nth-child(2){-webkit-animation-name:ds_fadeInRight;animation-name:ds_fadeInRight}.text-size-1{font-size:.8em}.text-size-2{font-size:1em}.text-size-3{font-size:1.25em}.text-size-4{font-size:1.5em}@media (max-width:767.98px){.text-size-4{font-size:1.25em!important}}.text-size-5{font-size:1.75em}@media (max-width:767.98px){.text-size-5{font-size:1.25em!important}}.text-shadow{text-shadow:0 1px 1px #00000059}.front .typewriter .ds-subtitle,.front .typewriter .ds-text,.front .typewriter .ds-title{opacity:0}.typewriter .ds-text{margin-bottom:1em}@keyframes showTopText{0%{transform:translate3d(0,100%,0)}to{transform:translateZ(0)}}@keyframes showBottomText{0%{transform:translate3d(0,-100%,0)}to{transform:translateZ(0)}}.slide-up-down .ds-title{margin-bottom:.5em}.slide-up-down .text-top{border-bottom:1px solid #0000}.slide-up-down .text-bottom-wrapper{padding-bottom:1em;padding-top:1em}.slide-up-down .vpc-animated-text .animated-text-wrapper{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}.slide-up-down .vpc-animated-text .text-bottom,.slide-up-down .vpc-animated-text .text-top{overflow:hidden;position:absolute;width:100%}.slide-up-down .vpc-animated-text .text-top{top:0}.slide-up-down .vpc-animated-text .text-bottom{bottom:0}.slide-up-down .animated-text .text-top{border-bottom-color:#0000001a}.slide-up-down .animated-text .text-top-wrapper{animation:showTopText 1s;animation-delay:.5s;animation-fill-mode:forwards;bottom:0;position:absolute;transform:translateY(100%);width:100%}.slide-up-down .animated-text .text-bottom-wrapper{animation:showBottomText .5s;animation-delay:1.75s;position:absolute;width:100%}.slide-up-down .animated-text .text-bottom-wrapper.no-header{animation-delay:.5s}.slide-up-down .animated-text .text-bottom-wrapper{animation-fill-mode:forwards;top:0;transform:translateY(-100%)}.slide-up-down.lateral .animated-text .text-top-wrapper,.slide-up-down.slideInUp .animated-text .text-top-wrapper{animation-delay:1s}.slide-up-down.lateral .animated-text .text-bottom-wrapper,.slide-up-down.slideInUp .animated-text .text-bottom-wrapper{animation-delay:2.25s}.slide-up-down.lateral .animated-text .text-bottom-wrapper.no-header,.slide-up-down.slideInUp .animated-text .text-bottom-wrapper.no-header{animation-delay:1s}.cards-border-radius-xs .block-cover-landing .content-entry,.cards-border-radius-xs .block-cronology .target-body,.cards-border-radius-xs .block-element-circle-style .target-body,.cards-border-radius-xs .block-text-up .content-entry,.cards-border-radius-xs .btn-whatsapp .product-send-info,.cards-border-radius-xs .element.media,.cards-border-radius-xs .element.target,.cards-border-radius-xs .nav-menu-item .dropdown-menu,.cards-border-radius-xs .news-item,.cards-border-radius-xs .overblock .background,.cards-border-radius-xs .section-lines .content-entry,.cards-border-radius-xs .shop-design .product-item,.cards-border-radius-xs .shop-horizontal .product-item,.cards-border-radius-xs .text-upload,.cards-border-radius-xs blockquote,.elements-border-radius-xs .bd-btn,.elements-border-radius-xs .block-pricing-1 .element,.elements-border-radius-xs .ds-cs-password,.elements-border-radius-xs .form .btn,.elements-border-radius-xs .form-control,.elements-border-radius-xs .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),.elements-border-radius-xs .menu--back-all .nav-link,.elements-border-radius-xs .quantity-element,.elements-border-radius-xs .tools-search-content,.image-border-radius-xs .block-images-text .ds-image,.image-border-radius-xs .block-images-text img,.image-border-radius-xs .drift-container .drift-zoom-pane,.image-border-radius-xs .ds-block .ch-info-back .caption,.image-border-radius-xs .ds-block .ch-info-front,.image-border-radius-xs .ds-block .overlay-awesome-element,.image-border-radius-xs .ds-block .picture-fit,.image-border-radius-xs .ds-block .picture-fit img,.image-border-radius-xs .ds-block .product-item__img,.image-border-radius-xs .ds-block .shop-desing .product-item,.image-border-radius-xs .ds-block.elements-style-flex-column .ds-image,.image-border-radius-xs .ds-product-gallery .swiper-slide .a-container img,.image-border-radius-xs .ds-product-gallery .swiper-thumb,.image-border-radius-xs .ds-widgetVideo img,.image-border-radius-xs .gallery-featured .ds-image,.image-border-radius-xs .gallery-featured img,.image-border-radius-xs .gallery-horizontal .ds-image,.image-border-radius-xs .gallery-horizontal img,.image-border-radius-xs .gallery-vertical .ds-image,.image-border-radius-xs .gallery-vertical img,.image-border-radius-xs .h-gallery-medium .ds-image,.image-border-radius-xs .h-gallery-medium img,.image-border-radius-xs .map-content,.image-border-radius-xs .plyr--youtube,.image-border-radius-xs .post .ds-image,.image-border-radius-xs .post img,.image-border-radius-xs .xample-image{border-radius:0}.image-border-radius-xs .ds-block .template-images .picture-fit img,.image-border-radius-xs .shop-design .product-item .picture-fit img{border-radius:0!important}.cards-border-radius-s .block-cover-landing .content-entry,.cards-border-radius-s .block-cronology .target-body,.cards-border-radius-s .block-element-circle-style .target-body,.cards-border-radius-s .block-text-up .content-entry,.cards-border-radius-s .btn-whatsapp .product-send-info,.cards-border-radius-s .element.media,.cards-border-radius-s .element.target,.cards-border-radius-s .nav-menu-item .dropdown-menu,.cards-border-radius-s .news-item,.cards-border-radius-s .overblock .background,.cards-border-radius-s .section-lines .content-entry,.cards-border-radius-s .shop-design .product-item,.cards-border-radius-s .shop-horizontal .product-item,.cards-border-radius-s .text-upload,.cards-border-radius-s blockquote,.elements-border-radius-s .bd-btn,.elements-border-radius-s .block-pricing-1 .element,.elements-border-radius-s .ds-cs-password,.elements-border-radius-s .form .btn,.elements-border-radius-s .form-control,.elements-border-radius-s .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),.elements-border-radius-s .menu--back-all .nav-link,.elements-border-radius-s .quantity-element,.elements-border-radius-s .tools-search-content{border-radius:.25rem}.image-border-radius-s .block-images-text .ds-image,.image-border-radius-s .block-images-text img,.image-border-radius-s .drift-container .drift-zoom-pane,.image-border-radius-s .ds-block .ch-info-back .caption,.image-border-radius-s .ds-block .ch-info-front,.image-border-radius-s .ds-block .overlay-awesome-element,.image-border-radius-s .ds-block .picture-fit,.image-border-radius-s .ds-block .picture-fit img,.image-border-radius-s .ds-block .product-item__img,.image-border-radius-s .ds-block .shop-desing .product-item,.image-border-radius-s .ds-block.elements-style-flex-column .ds-image,.image-border-radius-s .ds-product-gallery .swiper-slide .a-container img,.image-border-radius-s .ds-product-gallery .swiper-thumb,.image-border-radius-s .ds-widgetVideo img,.image-border-radius-s .gallery-featured .ds-image,.image-border-radius-s .gallery-featured img,.image-border-radius-s .gallery-horizontal .ds-image,.image-border-radius-s .gallery-horizontal img,.image-border-radius-s .gallery-vertical .ds-image,.image-border-radius-s .gallery-vertical img,.image-border-radius-s .h-gallery-medium .ds-image,.image-border-radius-s .h-gallery-medium img,.image-border-radius-s .map-content,.image-border-radius-s .plyr--youtube,.image-border-radius-s .post .ds-image,.image-border-radius-s .post img,.image-border-radius-s .xample-image{border-radius:.2rem}.image-border-radius-s .ds-block .template-images .picture-fit img,.image-border-radius-s .shop-design .product-item .picture-fit img{border-radius:0!important}.cards-border-radius-m .block-cover-landing .content-entry,.cards-border-radius-m .block-cronology .target-body,.cards-border-radius-m .block-element-circle-style .target-body,.cards-border-radius-m .block-text-up .content-entry,.cards-border-radius-m .btn-whatsapp .product-send-info,.cards-border-radius-m .element.media,.cards-border-radius-m .element.target,.cards-border-radius-m .nav-menu-item .dropdown-menu,.cards-border-radius-m .news-item,.cards-border-radius-m .overblock .background,.cards-border-radius-m .section-lines .content-entry,.cards-border-radius-m .shop-design .product-item,.cards-border-radius-m .shop-horizontal .product-item,.cards-border-radius-m .text-upload,.cards-border-radius-m blockquote,.elements-border-radius-m .bd-btn,.elements-border-radius-m .block-pricing-1 .element,.elements-border-radius-m .ds-cs-password,.elements-border-radius-m .form .btn,.elements-border-radius-m .form-control,.elements-border-radius-m .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),.elements-border-radius-m .menu--back-all .nav-link,.elements-border-radius-m .quantity-element,.elements-border-radius-m .tools-search-content{border-radius:.5rem}.image-border-radius-m .block-images-text .ds-image,.image-border-radius-m .block-images-text img,.image-border-radius-m .drift-container .drift-zoom-pane,.image-border-radius-m .ds-block .ch-info-back .caption,.image-border-radius-m .ds-block .ch-info-front,.image-border-radius-m .ds-block .overlay-awesome-element,.image-border-radius-m .ds-block .picture-fit,.image-border-radius-m .ds-block .picture-fit img,.image-border-radius-m .ds-block .product-item__img,.image-border-radius-m .ds-block .shop-desing .product-item,.image-border-radius-m .ds-block.elements-style-flex-column .ds-image,.image-border-radius-m .ds-product-gallery .swiper-slide .a-container img,.image-border-radius-m .ds-product-gallery .swiper-thumb,.image-border-radius-m .ds-widgetVideo img,.image-border-radius-m .gallery-featured .ds-image,.image-border-radius-m .gallery-featured img,.image-border-radius-m .gallery-horizontal .ds-image,.image-border-radius-m .gallery-horizontal img,.image-border-radius-m .gallery-vertical .ds-image,.image-border-radius-m .gallery-vertical img,.image-border-radius-m .h-gallery-medium .ds-image,.image-border-radius-m .h-gallery-medium img,.image-border-radius-m .map-content,.image-border-radius-m .plyr--youtube,.image-border-radius-m .post .ds-image,.image-border-radius-m .post img,.image-border-radius-m .xample-image{border-radius:.3rem}.image-border-radius-m .ds-block .template-images .picture-fit img,.image-border-radius-m .shop-design .product-item .picture-fit img{border-radius:0!important}.cards-border-radius-l .block-cover-landing .content-entry,.cards-border-radius-l .block-cronology .target-body,.cards-border-radius-l .block-element-circle-style .target-body,.cards-border-radius-l .block-text-up .content-entry,.cards-border-radius-l .btn-whatsapp .product-send-info,.cards-border-radius-l .element.media,.cards-border-radius-l .element.target,.cards-border-radius-l .nav-menu-item .dropdown-menu,.cards-border-radius-l .news-item,.cards-border-radius-l .overblock .background,.cards-border-radius-l .section-lines .content-entry,.cards-border-radius-l .shop-design .product-item,.cards-border-radius-l .shop-horizontal .product-item,.cards-border-radius-l .text-upload,.cards-border-radius-l blockquote,.elements-border-radius-l .bd-btn,.elements-border-radius-l .block-pricing-1 .element,.elements-border-radius-l .ds-cs-password,.elements-border-radius-l .form .btn,.elements-border-radius-l .form-control,.elements-border-radius-l .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),.elements-border-radius-l .menu--back-all .nav-link,.elements-border-radius-l .quantity-element,.elements-border-radius-l .tools-search-content{border-radius:1rem}.image-border-radius-l .block-images-text .ds-image,.image-border-radius-l .block-images-text img,.image-border-radius-l .drift-container .drift-zoom-pane,.image-border-radius-l .ds-block .ch-info-back .caption,.image-border-radius-l .ds-block .ch-info-front,.image-border-radius-l .ds-block .overlay-awesome-element,.image-border-radius-l .ds-block .picture-fit,.image-border-radius-l .ds-block .picture-fit img,.image-border-radius-l .ds-block .product-item__img,.image-border-radius-l .ds-block .shop-desing .product-item,.image-border-radius-l .ds-block.elements-style-flex-column .ds-image,.image-border-radius-l .ds-product-gallery .swiper-slide .a-container img,.image-border-radius-l .ds-product-gallery .swiper-thumb,.image-border-radius-l .ds-widgetVideo img,.image-border-radius-l .gallery-featured .ds-image,.image-border-radius-l .gallery-featured img,.image-border-radius-l .gallery-horizontal .ds-image,.image-border-radius-l .gallery-horizontal img,.image-border-radius-l .gallery-vertical .ds-image,.image-border-radius-l .gallery-vertical img,.image-border-radius-l .h-gallery-medium .ds-image,.image-border-radius-l .h-gallery-medium img,.image-border-radius-l .map-content,.image-border-radius-l .plyr--youtube,.image-border-radius-l .post .ds-image,.image-border-radius-l .post img,.image-border-radius-l .xample-image{border-radius:.6rem}.image-border-radius-l .ds-block .template-images .picture-fit img,.image-border-radius-l .shop-design .product-item .picture-fit img{border-radius:0!important}.cards-border-radius-xl .block-cover-landing .content-entry,.cards-border-radius-xl .block-cronology .target-body,.cards-border-radius-xl .block-element-circle-style .target-body,.cards-border-radius-xl .block-text-up .content-entry,.cards-border-radius-xl .btn-whatsapp .product-send-info,.cards-border-radius-xl .element.media,.cards-border-radius-xl .element.target,.cards-border-radius-xl .nav-menu-item .dropdown-menu,.cards-border-radius-xl .news-item,.cards-border-radius-xl .overblock .background,.cards-border-radius-xl .section-lines .content-entry,.cards-border-radius-xl .shop-design .product-item,.cards-border-radius-xl .shop-horizontal .product-item,.cards-border-radius-xl .text-upload,.cards-border-radius-xl blockquote,.elements-border-radius-xl .bd-btn,.elements-border-radius-xl .block-pricing-1 .element,.elements-border-radius-xl .ds-cs-password,.elements-border-radius-xl .form .btn,.elements-border-radius-xl .form-control,.elements-border-radius-xl .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),.elements-border-radius-xl .menu--back-all .nav-link,.elements-border-radius-xl .quantity-element,.elements-border-radius-xl .tools-search-content{border-radius:1.75rem}.image-border-radius-xl .block-images-text .ds-image,.image-border-radius-xl .block-images-text img,.image-border-radius-xl .drift-container .drift-zoom-pane,.image-border-radius-xl .ds-block .ch-info-back .caption,.image-border-radius-xl .ds-block .ch-info-front,.image-border-radius-xl .ds-block .overlay-awesome-element,.image-border-radius-xl .ds-block .picture-fit,.image-border-radius-xl .ds-block .picture-fit img,.image-border-radius-xl .ds-block .product-item__img,.image-border-radius-xl .ds-block .shop-desing .product-item,.image-border-radius-xl .ds-block.elements-style-flex-column .ds-image,.image-border-radius-xl .ds-product-gallery .swiper-slide .a-container img,.image-border-radius-xl .ds-product-gallery .swiper-thumb,.image-border-radius-xl .ds-widgetVideo img,.image-border-radius-xl .gallery-featured .ds-image,.image-border-radius-xl .gallery-featured img,.image-border-radius-xl .gallery-horizontal .ds-image,.image-border-radius-xl .gallery-horizontal img,.image-border-radius-xl .gallery-vertical .ds-image,.image-border-radius-xl .gallery-vertical img,.image-border-radius-xl .h-gallery-medium .ds-image,.image-border-radius-xl .h-gallery-medium img,.image-border-radius-xl .map-content,.image-border-radius-xl .plyr--youtube,.image-border-radius-xl .post .ds-image,.image-border-radius-xl .post img,.image-border-radius-xl .xample-image{border-radius:1.25rem}.image-border-radius-xl .ds-block .template-images .picture-fit img,.image-border-radius-xl .shop-design .product-item .picture-fit img{border-radius:0!important}.border-radius-s{border-radius:.25rem!important}.border-radius-m{border-radius:.5rem!important}.border-radius-l{border-radius:1rem!important}.border-radius-xl{border-radius:1.75rem!important}.border-radius-topRight-bottomRight-s{border-radius:0 .25rem .25rem 0!important}.border-radius-topRight-bottomRight-m{border-radius:0 .5rem .5rem 0!important}.border-radius-topRight-bottomRight-l{border-radius:0 1rem 1rem 0!important}.border-radius-topRight-bottomRight-xl{border-radius:0 1.75rem 1.75rem 0!important}.border-radius-topLeft-bottomLeft-s{border-radius:.25rem 0 0 .25rem!important}.border-radius-topLeft-bottomLeft-m{border-radius:.5rem 0 0 .5rem!important}.border-radius-topLeft-bottomLeft-l{border-radius:1rem 0 0 1rem!important}.border-radius-topLeft-bottomLeft-xl{border-radius:1.75rem 0 0 1.75rem!important}.border-bottom{border-bottom:1px solid #adb5bd33!important}.border-bottom.topbar:not(.is-transparent){border-color:#adb5bd!important}.border-top{border-top:1px solid #adb5bd33!important}.icons-round-xs .icon{background:#00be68;border-radius:50%;color:#fff;display:table-cell;padding:.25rem;vertical-align:middle}.icons-round-xs .icon i{font-size:1.2rem;height:1.5rem;width:1.5rem}.icons-round-s .icon{background:#00be68;border-radius:50%;color:#fff;display:table-cell;padding:.75rem;vertical-align:middle}.icons-round-s .icon i{font-size:1.5rem;height:1.5rem;width:1.5rem}.icons-round-m .icon{background:#00be68;border-radius:50%;color:#fff;display:table-cell;padding:1rem;vertical-align:middle}.icons-round-m .icon i{font-size:2rem;height:2rem;width:2rem}.icons-outline-round-xs .icon{background:none;border:2px solid #00be68;border-radius:50%;color:#00be68;display:table-cell;padding:.25rem;vertical-align:middle}.icons-outline-round-xs .icon i{font-size:1.2rem;height:1.5rem;width:1.5rem}.icons-outline-round-s .icon{background:none;border:2px solid #00be68;border-radius:50%;color:#00be68;display:table-cell;padding:.75rem;vertical-align:middle}.icons-outline-round-s .icon i{font-size:1.5rem;height:1.5rem;width:1.5rem}.icons-outline-round-m .icon{background:none;border:2px solid #00be68;border-radius:50%;color:#00be68;display:table-cell;padding:1rem;vertical-align:middle}.icons-outline-round-m .icon i{font-size:2rem;height:2rem;width:2rem}.imgZoomIn figure,.imgZoomIn.ds-block--filled .ds-col{overflow:hidden}.imgZoomIn figure img{-webkit-transform:scale(1);transform:scale(1);-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out}.imgZoomIn figure:hover img{-webkit-transform:scale(1.3);transform:scale(1.3)}.imgZoomIn .d-col,.imgZoomIn .element,.imgZoomIn .over-link:hover figure{overflow:hidden}.imgZoomIn .over-link:hover figure img{-webkit-transform:scale(1.3);transform:scale(1.3)}.imgZoomOut figure,.imgZoomOut.ds-block--filled .ds-col{overflow:hidden}.imgZoomOut figure img{-webkit-transform:scale(1.5);transform:scale(1.5);-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out}.imgZoomOut figure:hover img{-webkit-transform:scale(1);transform:scale(1)}.imgZoomOut .d-col,.imgZoomOut .element,.imgZoomOut .over-link:hover figure{overflow:hidden}.imgZoomOut .over-link:hover figure img{-webkit-transform:scale(1);transform:scale(1)}.imgRotate figure,.imgRotate.ds-block--filled .ds-col{overflow:hidden}.imgRotate figure img{-webkit-transform:rotate(10deg) scale(1.2);transform:rotate(10deg) scale(1.2);-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out}.imgRotate figure:hover img{-webkit-transform:rotate(0) scale(1);transform:rotate(0) scale(1)}.imgRotate .d-col,.imgRotate .element,.imgRotate .over-link:hover figure{overflow:hidden}.imgRotate .over-link:hover figure img{-webkit-transform:rotate(0) scale(1);transform:rotate(0) scale(1)}.imgGrayScale.ds-block--filled .ds-col{overflow:hidden}.imgGrayScale iframe{-webkit-filter:grayscale(100%);filter:grayscale(100%);-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out}.imgGrayScale figure{overflow:hidden}.imgGrayScale figure img{-webkit-filter:grayscale(100%);filter:grayscale(100%);-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out}.imgGrayScale figure:hover img{-webkit-filter:grayscale(0);filter:grayscale(0)}.imgGrayScale .d-col,.imgGrayScale .over-link:hover figure{overflow:hidden}.imgGrayScale .over-link:hover figure img{-webkit-filter:grayscale(0);filter:grayscale(0)}.imgSepia.ds-block--filled .ds-col{overflow:hidden}.imgSepia iframe{-webkit-filter:sepia(100%);filter:sepia(100%);-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out}.imgSepia figure{overflow:hidden}.imgSepia figure img{-webkit-filter:sepia(100%);filter:sepia(100%);-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out}.imgSepia figure:hover img{-webkit-filter:sepia(0);filter:sepia(0)}.imgSepia .d-col,.imgSepia .element,.imgSepia .over-link:hover figure{overflow:hidden}.imgSepia .over-link:hover figure img{-webkit-filter:sepia(0);filter:sepia(0)}.hover10 figure img{-webkit-filter:grayscale(0) blur(0);filter:grayscale(0) blur(0);-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out}.hover10 figure:hover img{-webkit-filter:grayscale(100%) blur(3px);filter:grayscale(100%) blur(3px)}.hover11 figure img{opacity:1;-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out}.hover11 figure:hover img{opacity:.5}.hover12 figure{background:#1abc9c}.hover12 figure img{opacity:1;-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out}.hover12 figure:hover img{opacity:.5}.hover13 figure:hover img{-webkit-animation:flash 1.5s;animation:flash 1.5s;opacity:1}@-webkit-keyframes flash{0%{opacity:.4}to{opacity:1}}@keyframes flash{0%{opacity:.4}to{opacity:1}}.hover14 figure{position:relative}.hover14 figure:before{background:-webkit-linear-gradient(left,#fff0,#ffffff4d);background:linear-gradient(90deg,#fff0 0,#ffffff4d);content:"";display:block;height:100%;left:-75%;position:absolute;top:0;-webkit-transform:skewX(-25deg);transform:skewX(-25deg);width:50%;z-index:2}.hover14 figure:hover:before{-webkit-animation:shine .75s;animation:shine .75s}@-webkit-keyframes shine{to{left:125%}}@keyframes shine{to{left:125%}}.hover15 figure{position:relative}.hover15 figure:before{background:#fff3;border-radius:100%;content:"";display:block;height:0;left:50%;opacity:0;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:0;z-index:2}.hover15 figure:hover:before{-webkit-animation:circle .75s;animation:circle .75s}@-webkit-keyframes circle{0%{opacity:1}40%{opacity:1}to{height:200%;opacity:0;width:200%}}@keyframes circle{0%{opacity:1}40%{opacity:1}to{height:200%;opacity:0;width:200%}}@media (min-width:576px){.overblock{z-index:1}.overblock:not(.ds-block--filled){padding-left:var(--bs-gutter-x,.75rem)!important;padding-right:var(--bs-gutter-x,.75rem)!important}.overblock{margin:-1.5rem auto 1.5rem;max-width:540px}}@media (min-width:576px) and (min-width:768px){.overblock{max-width:720px}}@media (min-width:576px) and (min-width:992px){.overblock{max-width:960px}}@media (min-width:576px) and (min-width:1200px){.overblock{max-width:1140px}}@media (min-width:576px) and (min-width:1400px){.overblock{max-width:1320px}}@media (min-width:576px){.overblock--fluid{margin:-1.5rem 1.5rem 1.5rem;max-width:100%}.overblock .background .bg-color{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important;-moz-box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important;-webkit-box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}}.flip-background .bg-image{transform:scaleX(-1)}.button-style-1 .btn.bd-btn{padding:.5rem 1.75rem!important}.button-style-1 .quantity-element{padding:.15rem .3rem;width:auto!important}.button-style-2 .btn.bd-btn{padding:12px 30px;text-shadow:0 1px #0003;text-transform:uppercase}.button-style-2 .btn.bd-btn.btn-outline{background:none}.button-style-2 .form-control,.button-style-2 .input-group-btn{padding:12px 18px!important}.button-style-2 .form-select{padding-right:3.25rem!important}.button-style-2 .quantity-element{padding:7px 14px;width:auto!important}.button-style-3 .form-control,.button-style-3 .input-group-btn{padding:12px 18px!important}.button-style-3 .form-select{padding-right:12px!important}.button-style-3 .block-button-background .btn.bd-btn,.button-style-3 .block-button-outline .btn.bd-btn,.button-style-3.block-button-background .btn.bd-btn,.button-style-3.block-button-outline .btn.bd-btn{border-width:2px!important;overflow:hidden;padding:12px 36px;position:relative}.button-style-3 .block-button-background .btn.bd-btn .js-itemAddToCart>i,.button-style-3 .block-button-outline .btn.bd-btn .js-itemAddToCart>i,.button-style-3.block-button-background .btn.bd-btn .js-itemAddToCart>i,.button-style-3.block-button-outline .btn.bd-btn .js-itemAddToCart>i{font-size:.9rem!important}.button-style-3 .block-button-background .btn.bd-btn:after,.button-style-3 .block-button-outline .btn.bd-btn:after,.button-style-3.block-button-background .btn.bd-btn:after,.button-style-3.block-button-outline .btn.bd-btn:after{content:"";height:100%;left:0;position:absolute;top:0;-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s;width:0;z-index:-1}.button-style-3 .block-button-background .btn.bd-btn:active:after,.button-style-3 .block-button-background .btn.bd-btn:hover:after,.button-style-3 .block-button-outline .btn.bd-btn:active:after,.button-style-3 .block-button-outline .btn.bd-btn:hover:after,.button-style-3.block-button-background .btn.bd-btn:active:after,.button-style-3.block-button-background .btn.bd-btn:hover:after,.button-style-3.block-button-outline .btn.bd-btn:active:after,.button-style-3.block-button-outline .btn.bd-btn:hover:after{width:100%}.button-style-3 .block-button-background.shop-horizontal .btn,.button-style-3 .block-button-outline.shop-horizontal .btn,.button-style-3.block-button-background.shop-horizontal .btn,.button-style-3.block-button-outline.shop-horizontal .btn{bottom:0!important}.button-style-3 .block-button-background .btn.bd-btn:not(.more-img),.button-style-3.block-button-background .btn.bd-btn:not(.more-img){position:relative}.button-style-3 .block-button-background .btn.bd-btn:not(.more-img).btn-outline,.button-style-3.block-button-background .btn.bd-btn:not(.more-img).btn-outline{background:none!important}.button-style-3 .quantity-element{padding:.34rem .5rem!important;width:auto}.button-style-4 .block-button-background .btn.bd-btn:not(.more-img),.button-style-4 .block-button-outline .btn.bd-btn:not(.more-img).btn-outline,.button-style-4 .default-button-style-4-solid,.button-style-4.block-button-background .btn.bd-btn:not(.more-img),.button-style-4.block-button-outline .btn.bd-btn:not(.more-img).btn-outline{border:none;clip-path:polygon(calc(100% - 25px) 0,100% 50%,calc(100% - 25px) 100%,0 100%,0 50%,0 0);padding:.75rem 2.75rem .75rem 1.75rem}.button-style-4 .block-button-background .btn.bd-btn:not(.more-img).btn-outline,.button-style-4 .block-button-outline .btn.bd-btn:not(.more-img),.button-style-4 .default-button-style-4-outline,.button-style-4.block-button-background .btn.bd-btn:not(.more-img).btn-outline,.button-style-4.block-button-outline .btn.bd-btn:not(.more-img){border-bottom-right-radius:0!important;border-right:0;border-top-right-radius:0!important;max-width:80%;padding:.75rem 1.75rem;position:relative}.button-style-4 .block-button-background .btn.bd-btn.btn-outline:hover:not(.more-img),.button-style-4 .block-button-outline .btn.bd-btn:hover:not(.more-img),.button-style-4 .default-button-style-4-outline:hover,.button-style-4.block-button-background .btn.bd-btn.btn-outline:hover:not(.more-img),.button-style-4.block-button-outline .btn.bd-btn:hover:not(.more-img){background:#0000;transition:color .3s ease,border-color .3s ease}.button-style-4 .block-button-background .btn.bd-btn.btn-outline:not(.more-img):before,.button-style-4 .block-button-outline .btn.bd-btn:not(.more-img):before,.button-style-4 .default-button-style-4-outline:before,.button-style-4.block-button-background .btn.bd-btn.btn-outline:not(.more-img):before,.button-style-4.block-button-outline .btn.bd-btn:not(.more-img):before{aspect-ratio:1/1;background:#0000;border:1px solid;border-bottom:0;border-left:0;content:"";height:62%;position:absolute;right:0;top:-13%;transform:rotate(45deg) translateX(70%) skew(10deg,10deg);z-index:-1}.button-style-4 .block-button-background footer .btn.bd-btn.btn-outline:not(.more-img):before,.button-style-4 .block-button-outline footer .btn.bd-btn:not(.more-img):before,.button-style-4 footer .block-button-background .btn.bd-btn.btn-outline:not(.more-img):before,.button-style-4 footer .block-button-outline .btn.bd-btn:not(.more-img):before,.button-style-4 footer .default-button-style-4-outline.default-button-style-4-outline:before,.button-style-4.block-button-background footer .btn.bd-btn.btn-outline:not(.more-img):before,.button-style-4.block-button-outline footer .btn.bd-btn:not(.more-img):before{z-index:0}.button-style-4 .block-button-background .btn.bd-btn:not(.more-img).btn-outline,.button-style-4.block-button-background .btn.bd-btn:not(.more-img).btn-outline{background:none!important;border:1px solid;border-right:0;border-color:inherit!important;clip-path:none}.button-style-4 .block-button-outline .btn.bd-btn:not(.more-img).w-100,.button-style-4 .block-button-outline .shop-design2 .price-item span.btn.bd-btn:not(.more-img):first-child,.button-style-4.block-button-outline .btn.bd-btn:not(.more-img).w-100,.button-style-4.block-button-outline .shop-design2 .price-item span.btn.bd-btn:not(.more-img):first-child,.shop-design2 .price-item .button-style-4 .block-button-outline span.btn.bd-btn:not(.more-img):first-child,.shop-design2 .price-item .button-style-4.block-button-outline span.btn.bd-btn:not(.more-img):first-child{max-width:calc(100% - 1.5rem)}.button-style-4 .block-button-outline .btn.bd-btn:not(.more-img).btn-outline,.button-style-4.block-button-outline .btn.bd-btn:not(.more-img).btn-outline{margin-left:1.7rem}.button-style-4 .block-button-outline.block-pricing-1 .btn.bd-btn,.button-style-4 .block-button-outline.block-pricing-3 .btn.bd-btn,.button-style-4.block-button-outline.block-pricing-1 .btn.bd-btn,.button-style-4.block-button-outline.block-pricing-3 .btn.bd-btn{max-width:calc(100% - 3.5rem)}.button-style-4 .form-control,.button-style-4 .input-group-btn{padding-bottom:.75rem!important;padding-top:.75rem!important}.button-style-4 .form-control.form-select,.button-style-4 .input-group-btn.form-select{padding-right:3.25rem}.button-style-4 .ds-product-single .btn.bd-btn{clip-path:polygon(calc(100% - 25px) 0,100% 50%,calc(100% - 25px) 100%,0 100%,0 50%,0 0);padding:.75rem 2.75rem .75rem 1.75rem!important}.button-style-4 .quantity-element{padding:.3rem .5rem!important;width:auto}.button-style-4 .dropdown-cart .btn-outline{margin-right:1rem}.button-style-4 .ds-cart .checkout-footer .btn-primary{margin-left:1.7rem}.element{margin-bottom:1.5rem;margin-top:1.5rem;position:relative}.element.target .figure-content{-webkit-mask-image:-webkit-linear-gradient(#fff,#000);overflow:hidden}.element .btn{margin-top:0}.content-entry .element{margin:1.5rem 0}.element .ds-title{word-wrap:break-word;overflow-wrap:break-word}.textMedia .ds-title{font-size:85%}.ds-cn-grid-element .element.overlay{margin-bottom:.75rem!important;margin-top:.75rem}.nomargin .ds-cn-grid-element .element.overlay{margin-bottom:0!important}@media (max-width:767.98px){.nomargin .ds-cn-grid-element .element.overlay{margin-top:0!important}}.overlay-element{height:auto;overflow:hidden;position:relative;width:100%}.overlay-body{display:block;height:100%;left:50%;opacity:1;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:100%;z-index:2}.overlay-body,.overlay-link,.overlay-link .overlay-body{-webkit-transition:opacity .3s;-o-transition:opacity .3s;transition:opacity .3s}.overlay-link .overlay-body{opacity:1}.overlay-link .overlay-body:after{background:#00be6880;opacity:0;-webkit-transition:opacity .3s;-o-transition:opacity .3s;transition:opacity .3s}.product-item .overlay-link .overlay-body{background:#ced4da0d}.overlay-link:hover .overlay-body,.overlay-link:hover .overlay-body:after{opacity:1;-webkit-transition:opacity .3s;-o-transition:opacity .3s;transition:opacity .3s}.overlay-content{height:80%;width:80%}.overlay-content .ds-title,.overlay-content .lead{color:#fff;text-shadow:0,1px,.5px,#6c757d}.overlay-content .ds-title a,.overlay-content .lead a{-webkit-box-shadow:0,2px,5px,#0000000f;box-shadow:0,2px,5px,#0000000f;color:#fff;text-decoration:none}.overlay-image .figure-content{margin:0}.overlay-content-inner{position:absolute;width:80%;z-index:1}.background_link{display:block;height:100%;left:0;opacity:1;position:absolute;top:0;width:100%;z-index:1}.ch-info-front{overflow:hidden!important}.bg-cover-lines{display:none}.section-lines.ds-block--first{margin-top:0}.section-lines .content-entry{margin-bottom:2.5rem!important;margin-top:2.5rem!important}.section-lines .bg-cover-lines{display:block}.section-lines .bg-cover-lines>.row{height:100%}@media (min-width:768px){.section-lines .bg-cover-lines .col-lines{border:#fff;border-style:solid;border-bottom:.5rem;border-top:.5rem;border-width:.65rem;height:100%}.section-lines .bg-cover-lines .col-lines:last-child{border-right:0}.section-lines .bg-cover-lines .col-lines:first-child{border-left:0}}.ds--navText-dark .navbar-design>.section-lines.js-change-color.is-transparent:not(.sticky) .content-entry,.navbar-fixed .bg-transparent a.section-lines .content-entry,.navbar-fixed .section-lines.bg-transparent .content-entry,.section-lines.fg-dark .content-entry{background:#fffffff2;color:#212529}.block-footer.fg-white .ds-logo a.section-lines .content-entry,.block-footer.mm-menu_theme-main .ds-logo a.section-lines .content-entry,.section-lines.fg-white .content-entry,.section-lines.mm-menu_theme-main .content-entry,.topbar-inner .block-footer.email-item:hover .ds-logo a.section-lines .content-entry,.topbar-inner .block-footer.phone-item:hover .ds-logo a.section-lines .content-entry,.topbar-inner .section-lines.email-item:hover .content-entry,.topbar-inner .section-lines.phone-item:hover .content-entry,.topbar-inner .social-item:hover .block-footer.icon .ds-logo a.section-lines .content-entry,.topbar-inner .social-item:hover .section-lines.icon .content-entry{background:#000000f2;color:#fff}.target-image .rounded-circle{height:7rem;width:7rem}.elements-style1.v-text-center .target-image,.elements-style1.v-text-left .target-image,.elements-style1.v-text-right .target-image{display:block!important}.cart-item .media{padding:0}.media{margin-bottom:1.5rem}.media .ds-title{margin-top:0}.media .media-img{min-height:2rem}.element-media .figure-content{overflow:hidden}.pagination{margin:1em auto}.social a:hover{text-decoration:none}.social svg{width:1.5em!important}.background,.background .bg-color,.background .bg-cover-lines,.background .bg-image,.background .bg-video,.background-absolute{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%}.background .bg-image,.background .bg-video{background-position:50%;background-repeat:no-repeat;background-size:cover;opacity:1}.background .bg-video{background-color:#000;overflow:hidden}.background .bg-video.v-bg-fixed{background-attachment:fixed}.block .background{z-index:-1}.block .background .bg-color{z-index:-3}.block .background .bg-image{z-index:-5}.block .background .bg-video{z-index:-4}.block .background .bg-cover-lines,.col>.background{z-index:-1}.col>.background .bg-color{z-index:-2}.col>.background .bg-image{z-index:-3}.col>.background .bg-video{z-index:-4}.ds-design>.background{z-index:-20}.ds-design>.background .bg-color{z-index:1}.ds-design>.background .bg-image{z-index:0}.ds-design>.background .bg-video{z-index:-1}.ds-design>.background .bg-cover-lines{z-index:2}.ssr-mode:not(.ssr-has-hero) .ds-design-content:not(.ds--navTrans) .ds-section-design .ds-block--first .bg-image:not(.v-bg-fixed):not(.v-bg-position-left-top):not(.v-bg-position-center-top):not(.v-bg-position-right-top):not(.v-bg-position-left-bottom):not(.v-bg-position-center-bottom):not(.v-bg-position-right-bottom){background-position-y:calc(50% + var(--navbar-height)/2)}.ssr-mode:not(.ssr-has-hero) .ds-design-content:not(.ds--navTrans) .ds-section-design .ds-block--first .bg-image.v-bg-position-center-top,.ssr-mode:not(.ssr-has-hero) .ds-design-content:not(.ds--navTrans) .ds-section-design .ds-block--first .bg-image.v-bg-position-left-top,.ssr-mode:not(.ssr-has-hero) .ds-design-content:not(.ds--navTrans) .ds-section-design .ds-block--first .bg-image.v-bg-position-right-top{background-position-y:var(--navbar-height)}.ssr-mode:not(.ssr-has-hero) .ds-design-content:not(.ds--navTrans) .ds-section-design .ds-block--first .bg-video{margin-top:var(--navbar-height)}.ds-eb-background_video{position:absolute}.v-bg-fixed .ds-eb-background_video{position:fixed;z-index:-99}.ds-eb-background_video{height:100%;left:0;overflow:hidden;top:0;width:100%;z-index:1}.ds-eb-background_video .screen{bottom:0;left:0;margin:auto;opacity:0;position:absolute;right:0;top:0;transition:opacity .5s;z-index:1}.ds-eb-background_video .screen.active{opacity:1}@media (min-width:768px){.list-menu .ds-title{margin:0}}.social-share{list-style-type:none!important}.social-share .social-item{height:1.5rem;width:1.5rem}.ds-block--slider .row{--bs-gutter-x:0!important}.swiper-slider{position:relative;width:auto}.swiper-slider .swiper-slide{background-position:50%;background-size:cover}.swiper-slider .v-text-center{text-align:center}.swiper-slider .v-text-left{text-align:left}.swiper-slider .v-text-right{text-align:right}.ds-swiper-carousel .swiper-container{padding:40px 0}@media (max-width:767.98px){.ds-swiper-carousel .swiper-container{padding:0}}.ds-swiper-carousel .swiper-slide{padding-left:calc(var(--bs-gutter-x)*.5);padding-right:calc(var(--bs-gutter-x)*.5)}.nomargin .ds-swiper-carousel .swiper-slide{padding-left:0;padding-right:0}.ds-swiper-carousel .ds-eb-image{margin-bottom:0}.ds-swiper-carousel .swiper-button-next,.ds-swiper-carousel .swiper-button-prev{background:#0000;opacity:0;padding:0;transition:all .3s ease;visibility:hidden;width:auto}.ds-swiper-carousel .swiper-button-next:hover,.ds-swiper-carousel .swiper-button-prev:hover{-webkit-transition:opacity .3s ease-out;-o-transition:opacity .3s ease-out;transition:opacity .3s ease-out}.ds-swiper-carousel:hover .swiper-button-next,.ds-swiper-carousel:hover .swiper-button-prev{opacity:1;transform:translateX(0);visibility:visible}.ds-swiper-carousel .swiper-button-prev:before{content:"\f053";font-family:FontAwesome}.ds-swiper-carousel .swiper-button-prev{left:0;transform:translateX(10px)}.ds-swiper-carousel .swiper-button-next:before{content:"\f054";font-family:FontAwesome}.ds-swiper-carousel .swiper-button-next{right:0;transform:translateX(-10px)}.ds-swiper-carousel .swiper-pagination{bottom:0;text-align:center;width:100%}.fg-white .ds-swiper-carousel .swiper-pagination-bullet:not(.ds-swiper-carousel .swiper-pagination-bullet-active),.mm-menu_theme-main .ds-swiper-carousel .swiper-pagination-bullet:not(.ds-swiper-carousel .swiper-pagination-bullet-active),.topbar-inner .email-item:hover .ds-swiper-carousel .swiper-pagination-bullet:not(.ds-swiper-carousel .swiper-pagination-bullet-active),.topbar-inner .phone-item:hover .ds-swiper-carousel .swiper-pagination-bullet:not(.ds-swiper-carousel .swiper-pagination-bullet-active),.topbar-inner .social-item:hover .icon .ds-swiper-carousel .swiper-pagination-bullet:not(.ds-swiper-carousel .swiper-pagination-bullet-active){background:#ced4da;opacity:.6}.modal-address .dropdown-toggle:after{top:15px}.modal-bg-light .modal-backdrop{background:#fff;opacity:.7}.sk-fading-circle{height:40px;margin:0 auto;position:relative;width:40px}.sk-fading-circle .sk-circle{height:100%;left:0;position:absolute;top:0;width:100%}.sk-fading-circle .sk-circle:before{-webkit-animation:sk-circleFadeDelay 1.2s ease-in-out infinite both;-o-animation:sk-circleFadeDelay 1.2s ease-in-out infinite both;animation:sk-circleFadeDelay 1.2s ease-in-out infinite both;background-color:#333;border-radius:100%;content:"";display:block;height:15%;margin:0 auto;width:15%}.sk-fading-circle .sk-circle2{-webkit-transform:rotate(30deg);-moz-transform:rotate(30deg);-ms-transform:rotate(30deg);transform:rotate(30deg)}.sk-fading-circle .sk-circle2:before{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.sk-fading-circle .sk-circle3{-webkit-transform:rotate(60deg);-moz-transform:rotate(60deg);-ms-transform:rotate(60deg);transform:rotate(60deg)}.sk-fading-circle .sk-circle3:before{-webkit-animation-delay:-1s;animation-delay:-1s}.sk-fading-circle .sk-circle4{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.sk-fading-circle .sk-circle4:before{-webkit-animation-delay:-.9s;animation-delay:-.9s}.sk-fading-circle .sk-circle5{-webkit-transform:rotate(120deg);-moz-transform:rotate(120deg);-ms-transform:rotate(120deg);transform:rotate(120deg)}.sk-fading-circle .sk-circle5:before{-webkit-animation-delay:-.8s;animation-delay:-.8s}.sk-fading-circle .sk-circle6{-webkit-transform:rotate(150deg);-moz-transform:rotate(150deg);-ms-transform:rotate(150deg);transform:rotate(150deg)}.sk-fading-circle .sk-circle6:before{-webkit-animation-delay:-.7s;animation-delay:-.7s}.sk-fading-circle .sk-circle7{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.sk-fading-circle .sk-circle7:before{-webkit-animation-delay:-.6s;animation-delay:-.6s}.sk-fading-circle .sk-circle8{-webkit-transform:rotate(210deg);-moz-transform:rotate(210deg);-ms-transform:rotate(210deg);transform:rotate(210deg)}.sk-fading-circle .sk-circle8:before{-webkit-animation-delay:-.5s;animation-delay:-.5s}.sk-fading-circle .sk-circle9{-webkit-transform:rotate(240deg);-moz-transform:rotate(240deg);-ms-transform:rotate(240deg);transform:rotate(240deg)}.sk-fading-circle .sk-circle9:before{-webkit-animation-delay:-.4s;animation-delay:-.4s}.sk-fading-circle .sk-circle10{-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.sk-fading-circle .sk-circle10:before{-webkit-animation-delay:-.3s;animation-delay:-.3s}.sk-fading-circle .sk-circle11{-webkit-transform:rotate(300deg);-moz-transform:rotate(300deg);-ms-transform:rotate(300deg);transform:rotate(300deg)}.sk-fading-circle .sk-circle11:before{-webkit-animation-delay:-.2s;animation-delay:-.2s}.sk-fading-circle .sk-circle12{-webkit-transform:rotate(330deg);-moz-transform:rotate(330deg);-ms-transform:rotate(330deg);transform:rotate(330deg)}.sk-fading-circle .sk-circle12:before{-webkit-animation-delay:-.1s;animation-delay:-.1s}@-webkit-keyframes sk-circleFadeDelay{0%,39%,to{opacity:0}40%{opacity:1}}@keyframes sk-circleFadeDelay{0%,39%,to{opacity:0}40%{opacity:1}}.element.overlay{z-index:0}.overlay-awesome-element a.fancybox{cursor:pointer}.overlay-awesome-element .fa-play-circle{font-size:1.4rem}.overlay-awesome-element{overflow:hidden;position:relative}.overlay-awesome-element .overlay-awesome-figure{margin:0;text-align:center}.overlay-awesome-element figure{margin:0}.overlay-awesome-element .overlay-awesome-figure img{max-width:100%;min-height:100%;opacity:.8}.overlay-awesome-element .overlay-awesome-figure figcaption{pointer-events:none}.overlay-awesome-element .overlay-awesome-figure figcaption .btn.bd-btn,.overlay-awesome-element .overlay-awesome-figure figcaption text a,.overlay-fancy-video-img .overlay-awesome-element .overlay-awesome-figure figcaption,.shop-design-banner .overlay-awesome-element .overlay-awesome-figure figcaption{pointer-events:auto}@media (max-width:767.98px){.overlay-awesome-element .overlay-awesome-figure figcaption .ds-title{font-size:1rem}}.overlay-awesome-element .overlay-awesome-figure figcaption .ds-video-title{width:max-content}.block-element-circle-style .overlay-awesome-element .overlay-awesome-figure figcaption .ds-cn-grid-element,.block-element-circle-style .overlay-awesome-element .overlay-awesome-figure figcaption .element,.block-elements-colors.nomargin .overlay-awesome-element .overlay-awesome-figure figcaption .ds-cn-grid-element,.block-lateral-aligns .overlay-awesome-element .overlay-awesome-figure figcaption .ds-cn-grid-element,.ds-block--filled .overlay-awesome-element .overlay-awesome-figure figcaption .ds-col,.elements-style-flex-column .overlay-awesome-element .overlay-awesome-figure figcaption .element,.filter-mobile.open .overlay-awesome-element .overlay-awesome-figure figcaption .card.left,.filter-mobile.open .overlay-awesome-element .overlay-awesome-figure figcaption .card.right,.form .form-inline .overlay-awesome-element .overlay-awesome-figure figcaption .check-group,.navbar-design .overlay-awesome-element .overlay-awesome-figure figcaption .nav-link,.overlay-awesome-element .overlay-awesome-figure figcaption .bg-message-form,.overlay-awesome-element .overlay-awesome-figure figcaption .block,.overlay-awesome-element .overlay-awesome-figure figcaption .block-element-circle-style .ds-cn-grid-element,.overlay-awesome-element .overlay-awesome-figure figcaption .block-element-circle-style .element,.overlay-awesome-element .overlay-awesome-figure figcaption .block-elements-colors.nomargin .ds-cn-grid-element,.overlay-awesome-element .overlay-awesome-figure figcaption .block-lateral-aligns .ds-cn-grid-element,.overlay-awesome-element .overlay-awesome-figure figcaption .d-flex,.overlay-awesome-element .overlay-awesome-figure figcaption .ds-block--filled .ds-col,.overlay-awesome-element .overlay-awesome-figure figcaption .ds-cn-grid,.overlay-awesome-element .overlay-awesome-figure figcaption .elements-style-flex-column .element,.overlay-awesome-element .overlay-awesome-figure figcaption .filter-mobile.open .card.left,.overlay-awesome-element .overlay-awesome-figure figcaption .filter-mobile.open .card.right,.overlay-awesome-element .overlay-awesome-figure figcaption .form .form-inline .check-group,.overlay-awesome-element .overlay-awesome-figure figcaption .form-search,.overlay-awesome-element .overlay-awesome-figure figcaption .icon,.overlay-awesome-element .overlay-awesome-figure figcaption .media,.overlay-awesome-element .overlay-awesome-figure figcaption .nav-menu-item,.overlay-awesome-element .overlay-awesome-figure figcaption .navbar-design .nav-link,.overlay-awesome-element .overlay-awesome-figure figcaption .navbar-menu-inner,.overlay-awesome-element .overlay-awesome-figure figcaption .navbar__tools,.overlay-awesome-element .overlay-awesome-figure figcaption .product-gallery-swiper .swiper-thumbs,.overlay-awesome-element .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .product-group__bottom,.overlay-awesome-element .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__img,.overlay-awesome-element .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .product-group__bottom,.overlay-awesome-element .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__img,.overlay-awesome-element .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .product-group__bottom,.overlay-awesome-element .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__img,.overlay-awesome-element .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .product-group__bottom,.overlay-awesome-element .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__img,.overlay-awesome-element .overlay-awesome-figure figcaption .shop-design2 .product-badge .badge,.overlay-awesome-element .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .product-item__img,.overlay-awesome-element .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .product-item__img,.overlay-awesome-element .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .product-item__img,.overlay-awesome-element .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .product-item__img,.overlay-awesome-element .overlay-awesome-figure figcaption .social-share .social-item,.overlay-awesome-element .overlay-awesome-figure figcaption .sort-products .form-group>div,.overlay-awesome-element .overlay-awesome-figure figcaption .subnav .nav-link,.overlay-awesome-element .overlay-awesome-figure figcaption .two-widgets .content-entry .entry-text,.overlay-awesome-element .overlay-awesome-figure figcaption .v-full-screen .container-fluid .content-entry,.overlay-awesome-element .overlay-awesome-figure figcaption .v-full-screen .container-lg .content-entry,.overlay-awesome-element .overlay-awesome-figure figcaption .v-full-screen .container-md .content-entry,.overlay-awesome-element .overlay-awesome-figure figcaption .v-full-screen .container-sm .content-entry,.overlay-awesome-element .overlay-awesome-figure figcaption .v-full-screen .container-xl .content-entry,.overlay-awesome-element .overlay-awesome-figure figcaption .v-full-screen .container-xxl .content-entry,.overlay-awesome-element .overlay-awesome-figure figcaption .v-text-left .target-image,.overlay-awesome-element .overlay-awesome-figure figcaption .v-text-right .target-image,.product-gallery-swiper .overlay-awesome-element .overlay-awesome-figure figcaption .swiper-thumbs,.shop-design2 .col-md-12>.product-item .overlay-awesome-element .overlay-awesome-figure figcaption .product-item__img,.shop-design2 .col-md-12>.product-item .product-item__body .overlay-awesome-element .overlay-awesome-figure figcaption .product-group__bottom,.shop-design2 .col-md-12>div>.product-item .overlay-awesome-element .overlay-awesome-figure figcaption .product-item__img,.shop-design2 .col-md-12>div>.product-item .product-item__body .overlay-awesome-element .overlay-awesome-figure figcaption .product-group__bottom,.shop-design2 .col-md-6>.product-item .overlay-awesome-element .overlay-awesome-figure figcaption .product-item__img,.shop-design2 .col-md-6>.product-item .product-item__body .overlay-awesome-element .overlay-awesome-figure figcaption .product-group__bottom,.shop-design2 .col-md-6>div>.product-item .overlay-awesome-element .overlay-awesome-figure figcaption .product-item__img,.shop-design2 .col-md-6>div>.product-item .product-item__body .overlay-awesome-element .overlay-awesome-figure figcaption .product-group__bottom,.shop-design2 .product-badge .overlay-awesome-element .overlay-awesome-figure figcaption .badge,.shop-horizontal .col-md-12>.product-item .overlay-awesome-element .overlay-awesome-figure figcaption .product-item__img,.shop-horizontal .col-md-12>div>.product-item .overlay-awesome-element .overlay-awesome-figure figcaption .product-item__img,.shop-horizontal .col-md-6>.product-item .overlay-awesome-element .overlay-awesome-figure figcaption .product-item__img,.shop-horizontal .col-md-6>div>.product-item .overlay-awesome-element .overlay-awesome-figure figcaption .product-item__img,.social-share .overlay-awesome-element .overlay-awesome-figure figcaption .social-item,.sort-products .overlay-awesome-element .overlay-awesome-figure figcaption .form-group>div,.subnav .overlay-awesome-element .overlay-awesome-figure figcaption .nav-link,.two-widgets .content-entry .overlay-awesome-element .overlay-awesome-figure figcaption .entry-text,.v-full-screen .container-fluid .overlay-awesome-element .overlay-awesome-figure figcaption .content-entry,.v-full-screen .container-lg .overlay-awesome-element .overlay-awesome-figure figcaption .content-entry,.v-full-screen .container-md .overlay-awesome-element .overlay-awesome-figure figcaption .content-entry,.v-full-screen .container-sm .overlay-awesome-element .overlay-awesome-figure figcaption .content-entry,.v-full-screen .container-xl .overlay-awesome-element .overlay-awesome-figure figcaption .content-entry,.v-full-screen .container-xxl .overlay-awesome-element .overlay-awesome-figure figcaption .content-entry,.v-text-left .overlay-awesome-element .overlay-awesome-figure figcaption .target-image,.v-text-right .overlay-awesome-element .overlay-awesome-figure figcaption .target-image{justify-content:center!important}.overlay-awesome-element .overlay-awesome-figure figcaption{padding:2em}@media (max-width:767.98px){.overlay-awesome-element .overlay-awesome-figure figcaption{padding:.25em}}.overlay-awesome-element .overlay-awesome-figure figcaption{-webkit-backface-visibility:hidden;color:#fff;font-size:1.25em;height:100%;width:100%}.overlay-awesome-element .overlay-awesome-figure figcaption .link{display:block;height:100%;left:0;position:absolute;top:0;width:100%;z-index:100}.overlay-awesome-element .overlay-awesome-figure figcaption a{color:#fff;text-decoration:none}.overlay-awesome-element .overlay-awesome-figure figcaption{left:0;position:absolute;top:0}.overlay-awesome-element .overlay-awesome-figure .h3,.overlay-awesome-element .overlay-awesome-figure h3{word-spacing:0}.overlay-awesome-element .overlay-awesome-figure .ds-subtitle,.overlay-awesome-element .overlay-awesome-figure .h3,.overlay-awesome-element .overlay-awesome-figure .text,.overlay-awesome-element .overlay-awesome-figure h3{margin:0;overflow-wrap:break-word}.overlay-awesome-element .overlay-awesome-figure .ds-subtitle{font-size:.85rem;font-weight:700;letter-spacing:1px}@media (max-width:767.98px){.overlay-awesome-element .overlay-awesome-figure .ds-subtitle{font-size:.8rem;letter-spacing:0}}.effect-default .overlay-awesome-figure figcaption:before{content:"";height:100%;left:0;opacity:0;position:absolute;top:0;-webkit-transform:translate3d(0,50%,0);transform:translate3d(0,50%,0);width:100%}.effect-default .overlay-awesome-figure .h3,.effect-default .overlay-awesome-figure h3{left:0;position:absolute;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0);-webkit-transition:-webkit-transform .35s,color .35s;transition:transform .35s,color .35s;width:100%}.effect-default .overlay-awesome-figure .ds-subtitle,.effect-default .overlay-awesome-figure figcaption:before{-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s}.effect-default .overlay-awesome-figure .ds-subtitle{bottom:0;left:0;opacity:0;padding:2em;position:absolute;-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0);width:100%}.effect-default .overlay-awesome-figure:hover .h3,.effect-default .overlay-awesome-figure:hover h3{-webkit-transform:translate3d(0,-50%,0) translate3d(0,-40px,0);transform:translate3d(0,-50%,0) translate3d(0,-40px,0)}.effect-default .overlay-awesome-figure:hover .ds-subtitle,.effect-default .overlay-awesome-figure:hover figcaption:before{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}.effect-default .overlay-awesome-figure figcaption .ds-video-title{width:100%}.effect-default .overlay-awesome-figure:hover .text{-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-95%,0)}.effect-default .overlay-awesome-figure .text{left:0;padding:2rem;position:absolute;top:58%;transform:translate3d(0,-45%,0);transition:transform .35s;width:100%}.effect-default .overlay-awesome-figure .bd-btn-text,.effect-default .overlay-awesome-figure .btn.bd-btn{bottom:4rem;position:absolute!important}.front .effect-default .overlay-awesome-figure .bd-btn-text,.front .effect-default .overlay-awesome-figure .btn.bd-btn{align-self:center}.effect-noanim .overlay-awesome-figure figcaption:before{content:"";height:100%;left:0;opacity:0;position:absolute;top:0;width:100%}.effect-noanim .overlay-awesome-figure .h3,.effect-noanim .overlay-awesome-figure h3{left:0;padding:2rem;position:absolute;top:50%;transform:translateY(-50%);width:100%}.effect-noanim .overlay-awesome-figure .ds-subtitle,.effect-noanim .overlay-awesome-figure figcaption:before{-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s}.effect-noanim .overlay-awesome-figure .ds-subtitle{bottom:0;left:0;opacity:1;padding:2em;position:absolute;width:100%}.effect-noanim .overlay-awesome-element .overlay-awesome-figure img{opacity:1}.effect-noanim .overlay-awesome-figure:hover .ds-title a span{text-decoration:underline;-webkit-transition:text-decoration .35s,-webkit-transform .35s;transition:text-decoration .35s,transform .35s}.effect-noanim .overlay-awesome-figure:hover .ds-subtitle,.effect-noanim .overlay-awesome-figure:hover figcaption:before{opacity:1}.effect-noanim .overlay-awesome-figure figcaption .ds-video-title{width:100%}.effect-noanim .overlay-awesome-figure .text{left:0;padding:2rem;position:absolute;top:58%;transform:translateY(-58%);width:100%}.effect-noanim .overlay-awesome-figure .bd-btn-text,.effect-noanim .overlay-awesome-figure .btn.bd-btn{bottom:4rem;position:absolute!important}.front .effect-noanim .overlay-awesome-figure .bd-btn-text,.front .effect-noanim .overlay-awesome-figure .btn.bd-btn{align-self:center}.effect-basictop.nomargin .overlay-awesome-element{margin-bottom:0!important}.effect-basictop .overlay-awesome-figure{background:#000!important}.effect-basictop .overlay-awesome-figure figcaption{display:block!important;text-align:left!important}.block-element-circle-style .effect-basictop .overlay-awesome-figure figcaption .ds-cn-grid-element,.block-element-circle-style .effect-basictop .overlay-awesome-figure figcaption .element,.block-elements-colors.nomargin .effect-basictop .overlay-awesome-figure figcaption .ds-cn-grid-element,.block-lateral-aligns .effect-basictop .overlay-awesome-figure figcaption .ds-cn-grid-element,.ds-block--filled .effect-basictop .overlay-awesome-figure figcaption .ds-col,.effect-basictop .overlay-awesome-figure figcaption .bg-message-form,.effect-basictop .overlay-awesome-figure figcaption .block,.effect-basictop .overlay-awesome-figure figcaption .block-element-circle-style .ds-cn-grid-element,.effect-basictop .overlay-awesome-figure figcaption .block-element-circle-style .element,.effect-basictop .overlay-awesome-figure figcaption .block-elements-colors.nomargin .ds-cn-grid-element,.effect-basictop .overlay-awesome-figure figcaption .block-lateral-aligns .ds-cn-grid-element,.effect-basictop .overlay-awesome-figure figcaption .d-flex,.effect-basictop .overlay-awesome-figure figcaption .ds-block--filled .ds-col,.effect-basictop .overlay-awesome-figure figcaption .ds-cn-grid,.effect-basictop .overlay-awesome-figure figcaption .elements-style-flex-column .element,.effect-basictop .overlay-awesome-figure figcaption .filter-mobile.open .card.left,.effect-basictop .overlay-awesome-figure figcaption .filter-mobile.open .card.right,.effect-basictop .overlay-awesome-figure figcaption .form .form-inline .check-group,.effect-basictop .overlay-awesome-figure figcaption .form-search,.effect-basictop .overlay-awesome-figure figcaption .icon,.effect-basictop .overlay-awesome-figure figcaption .media,.effect-basictop .overlay-awesome-figure figcaption .nav-menu-item,.effect-basictop .overlay-awesome-figure figcaption .navbar-design .nav-link,.effect-basictop .overlay-awesome-figure figcaption .navbar-menu-inner,.effect-basictop .overlay-awesome-figure figcaption .navbar__tools,.effect-basictop .overlay-awesome-figure figcaption .product-gallery-swiper .swiper-thumbs,.effect-basictop .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .product-group__bottom,.effect-basictop .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__img,.effect-basictop .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .product-group__bottom,.effect-basictop .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__img,.effect-basictop .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .product-group__bottom,.effect-basictop .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__img,.effect-basictop .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .product-group__bottom,.effect-basictop .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__img,.effect-basictop .overlay-awesome-figure figcaption .shop-design2 .product-badge .badge,.effect-basictop .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .product-item__img,.effect-basictop .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .product-item__img,.effect-basictop .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .product-item__img,.effect-basictop .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .product-item__img,.effect-basictop .overlay-awesome-figure figcaption .social-share .social-item,.effect-basictop .overlay-awesome-figure figcaption .sort-products .form-group>div,.effect-basictop .overlay-awesome-figure figcaption .subnav .nav-link,.effect-basictop .overlay-awesome-figure figcaption .two-widgets .content-entry .entry-text,.effect-basictop .overlay-awesome-figure figcaption .v-full-screen .container-fluid .content-entry,.effect-basictop .overlay-awesome-figure figcaption .v-full-screen .container-lg .content-entry,.effect-basictop .overlay-awesome-figure figcaption .v-full-screen .container-md .content-entry,.effect-basictop .overlay-awesome-figure figcaption .v-full-screen .container-sm .content-entry,.effect-basictop .overlay-awesome-figure figcaption .v-full-screen .container-xl .content-entry,.effect-basictop .overlay-awesome-figure figcaption .v-full-screen .container-xxl .content-entry,.effect-basictop .overlay-awesome-figure figcaption .v-text-left .target-image,.effect-basictop .overlay-awesome-figure figcaption .v-text-right .target-image,.elements-style-flex-column .effect-basictop .overlay-awesome-figure figcaption .element,.filter-mobile.open .effect-basictop .overlay-awesome-figure figcaption .card.left,.filter-mobile.open .effect-basictop .overlay-awesome-figure figcaption .card.right,.form .form-inline .effect-basictop .overlay-awesome-figure figcaption .check-group,.navbar-design .effect-basictop .overlay-awesome-figure figcaption .nav-link,.product-gallery-swiper .effect-basictop .overlay-awesome-figure figcaption .swiper-thumbs,.shop-design2 .col-md-12>.product-item .effect-basictop .overlay-awesome-figure figcaption .product-item__img,.shop-design2 .col-md-12>.product-item .product-item__body .effect-basictop .overlay-awesome-figure figcaption .product-group__bottom,.shop-design2 .col-md-12>div>.product-item .effect-basictop .overlay-awesome-figure figcaption .product-item__img,.shop-design2 .col-md-12>div>.product-item .product-item__body .effect-basictop .overlay-awesome-figure figcaption .product-group__bottom,.shop-design2 .col-md-6>.product-item .effect-basictop .overlay-awesome-figure figcaption .product-item__img,.shop-design2 .col-md-6>.product-item .product-item__body .effect-basictop .overlay-awesome-figure figcaption .product-group__bottom,.shop-design2 .col-md-6>div>.product-item .effect-basictop .overlay-awesome-figure figcaption .product-item__img,.shop-design2 .col-md-6>div>.product-item .product-item__body .effect-basictop .overlay-awesome-figure figcaption .product-group__bottom,.shop-design2 .product-badge .effect-basictop .overlay-awesome-figure figcaption .badge,.shop-horizontal .col-md-12>.product-item .effect-basictop .overlay-awesome-figure figcaption .product-item__img,.shop-horizontal .col-md-12>div>.product-item .effect-basictop .overlay-awesome-figure figcaption .product-item__img,.shop-horizontal .col-md-6>.product-item .effect-basictop .overlay-awesome-figure figcaption .product-item__img,.shop-horizontal .col-md-6>div>.product-item .effect-basictop .overlay-awesome-figure figcaption .product-item__img,.social-share .effect-basictop .overlay-awesome-figure figcaption .social-item,.sort-products .effect-basictop .overlay-awesome-figure figcaption .form-group>div,.subnav .effect-basictop .overlay-awesome-figure figcaption .nav-link,.two-widgets .content-entry .effect-basictop .overlay-awesome-figure figcaption .entry-text,.v-full-screen .container-fluid .effect-basictop .overlay-awesome-figure figcaption .content-entry,.v-full-screen .container-lg .effect-basictop .overlay-awesome-figure figcaption .content-entry,.v-full-screen .container-md .effect-basictop .overlay-awesome-figure figcaption .content-entry,.v-full-screen .container-sm .effect-basictop .overlay-awesome-figure figcaption .content-entry,.v-full-screen .container-xl .effect-basictop .overlay-awesome-figure figcaption .content-entry,.v-full-screen .container-xxl .effect-basictop .overlay-awesome-figure figcaption .content-entry,.v-text-left .effect-basictop .overlay-awesome-figure figcaption .target-image,.v-text-right .effect-basictop .overlay-awesome-figure figcaption .target-image{justify-content:start!important}@media (max-width:767.98px){.effect-basictop .overlay-awesome-figure .ds-title{font-size:1.5rem!important}}.effect-basictop .overlay-awesome-figure figcaption:before{content:"";height:100%;left:0;opacity:0;position:absolute;top:0;width:100%}.effect-basictop .overlay-awesome-figure figcaption:before div{text-align:left}.effect-basictop .overlay-awesome-figure .h3,.effect-basictop .overlay-awesome-figure h3{left:0;margin-bottom:1rem;width:100%}.effect-basictop .text,.effect-basictop li,.effect-basictop p{line-height:1}.effect-basictop .ds-subtitle{margin-bottom:1rem!important}@media (max-width:767.98px){.effect-basictop figcaption{padding:2rem}}.front .effect-basictop figcaption .btn.bd-btn{bottom:1rem;position:absolute!important;right:1rem}.effect-basictop .overlay-awesome-figure .ds-subtitle,.effect-basictop .overlay-awesome-figure figcaption:before{-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s}.effect-basictop .overlay-awesome-figure .ds-subtitle{opacity:1;width:100%}.effect-basictop .overlay-awesome-element .overlay-awesome-figure img{opacity:.7}.effect-basictop .overlay-awesome-figure:hover .ds-title a span{text-decoration:underline;-webkit-transition:text-decoration .35s,-webkit-transform .35s;transition:text-decoration .35s,transform .35s}.effect-basictop .overlay-awesome-figure:hover .ds-subtitle,.effect-basictop .overlay-awesome-figure:hover figcaption:before{opacity:1}.effect-lily .overlay-awesome-figure img{max-width:none;opacity:.7;-webkit-transform:translate3d(-40px,0,0);transform:translate3d(-40px,0,0);-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;width:-webkit-calc(100% + 50px);width:calc(100% + 50px)}.effect-lily .overlay-awesome-figure figcaption{text-align:left}.effect-lily .overlay-awesome-figure figcaption>div{bottom:0;height:80%;left:0;padding:2em;position:absolute;width:100%}.effect-lily .overlay-awesome-figure .ds-subtitle,.effect-lily .overlay-awesome-figure .h3,.effect-lily .overlay-awesome-figure h3{-webkit-transform:translate3d(0,40px,0);transform:translate3d(0,40px,0)}.effect-lily .overlay-awesome-figure .h3,.effect-lily .overlay-awesome-figure h3{-webkit-transition:-webkit-transform .35s;transition:transform .35s}.effect-lily .overlay-awesome-figure .ds-subtitle{color:#fffc;opacity:0;padding-top:.5rem;-webkit-transition:opacity .2s,-webkit-transform .35s;transition:opacity .2s,transform .35s}.effect-lily .overlay-awesome-figure:hover .ds-subtitle,.effect-lily .overlay-awesome-figure:hover img{opacity:1;z-index:0}.effect-lily .overlay-awesome-figure:hover .ds-subtitle,.effect-lily .overlay-awesome-figure:hover .h3,.effect-lily .overlay-awesome-figure:hover h3,.effect-lily .overlay-awesome-figure:hover img{-webkit-transform:translateZ(0);transform:translateZ(0)}.effect-lily .overlay-awesome-figure:hover .ds-subtitle{-webkit-transition-delay:.05s;transition-delay:.05s;-webkit-transition-duration:.35s;transition-duration:.35s}.effect-lily .overlay-awesome-figure .text{bottom:35%;position:absolute;width:100%}.effect-lily .overlay-awesome-figure .bd-btn-text,.effect-lily .overlay-awesome-figure .btn.bd-btn{bottom:2rem;position:absolute!important}.front .effect-lily .overlay-awesome-figure .bd-btn-text,.front .effect-lily .overlay-awesome-figure .btn.bd-btn{align-self:flex-start}.effect-sadie .overlay-awesome-figure figcaption:before{background:-webkit-linear-gradient(top,#fff0,#ffffff4d 75%);background:linear-gradient(180deg,#fff0 0,#ffffff4d 75%);content:"";height:100%;left:0;opacity:0;position:absolute;top:0;-webkit-transform:translate3d(0,50%,0);transform:translate3d(0,50%,0);width:100%}.effect-sadie .overlay-awesome-figure .h3,.effect-sadie .overlay-awesome-figure h3{left:0;position:absolute;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0);-webkit-transition:-webkit-transform .35s,color .35s;transition:transform .35s,color .35s;width:100%}.effect-sadie .overlay-awesome-figure .ds-subtitle,.effect-sadie .overlay-awesome-figure figcaption:before{-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s}.effect-sadie .overlay-awesome-figure .ds-subtitle{bottom:0;left:0;opacity:0;padding:2em;position:absolute;-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0);width:100%}.effect-sadie .overlay-awesome-figure:hover .h3,.effect-sadie .overlay-awesome-figure:hover h3{-webkit-transform:translate3d(0,-50%,0) translate3d(0,-40px,0);transform:translate3d(0,-50%,0) translate3d(0,-40px,0)}.effect-sadie .overlay-awesome-figure:hover .ds-subtitle,.effect-sadie .overlay-awesome-figure:hover figcaption:before{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}.effect-sadie .overlay-awesome-figure figcaption .ds-video-title{width:100%}.effect-sadie .overlay-awesome-figure .text{bottom:35%;left:0;position:absolute;width:100%}.effect-sadie .overlay-awesome-figure .bd-btn-text,.effect-sadie .overlay-awesome-figure .btn.bd-btn{bottom:4rem;position:absolute!important}.front .effect-sadie .overlay-awesome-figure .bd-btn-text,.front .effect-sadie .overlay-awesome-figure .btn.bd-btn{align-self:center}.effect-roxy .overlay-awesome-figure img{max-width:none;-webkit-transform:translate3d(-50px,0,0);transform:translate3d(-50px,0,0);-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;width:-webkit-calc(100% + 60px);width:calc(100% + 60px)}.effect-roxy .overlay-awesome-figure figcaption:before{bottom:30px;left:30px;position:absolute;right:30px;top:30px}@media (max-width:767.98px){.effect-roxy .overlay-awesome-figure figcaption:before{bottom:.5rem;left:.5rem;right:.5rem;top:.5rem}}.effect-roxy .overlay-awesome-figure figcaption:before{border:1px solid #fff;content:"";opacity:0;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0);-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s}.effect-roxy .overlay-awesome-figure figcaption{padding:3em}@media (max-width:767.98px){.effect-roxy .overlay-awesome-figure figcaption{padding:1em}}.effect-roxy .overlay-awesome-figure figcaption{text-align:left}.effect-roxy .overlay-awesome-figure .h3,.effect-roxy .overlay-awesome-figure h3{margin:30% 0 10px}.effect-roxy .overlay-awesome-figure .ds-subtitle{opacity:0;-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0);-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s}.effect-roxy .overlay-awesome-figure:hover img{opacity:.7;-webkit-transform:translateZ(0);transform:translateZ(0)}.effect-roxy .overlay-awesome-figure:hover .ds-subtitle,.effect-roxy .overlay-awesome-figure:hover figcaption:before{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}.front .effect-roxy .overlay-awesome-figure .bd-btn-text,.front .effect-roxy .overlay-awesome-figure .btn.bd-btn{align-self:flex-start}.effect-bubba .overlay-awesome-figure img{opacity:.7;-webkit-transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s}.effect-bubba .overlay-awesome-figure:hover img{opacity:.4}.effect-bubba .overlay-awesome-figure figcaption:after,.effect-bubba .overlay-awesome-figure figcaption:before{bottom:30px;left:30px;position:absolute;right:30px;top:30px}@media (max-width:767.98px){.effect-bubba .overlay-awesome-figure figcaption:after,.effect-bubba .overlay-awesome-figure figcaption:before{bottom:.5rem;left:.5rem;right:.5rem;top:.5rem}}.effect-bubba .overlay-awesome-figure figcaption:after,.effect-bubba .overlay-awesome-figure figcaption:before{content:"";opacity:0;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s}.effect-bubba .overlay-awesome-figure figcaption:before{border-bottom:1px solid #fff;border-top:1px solid #fff;-webkit-transform:scaleX(0);transform:scaleX(0)}.effect-bubba .overlay-awesome-figure figcaption:after{border-left:1px solid #fff;border-right:1px solid #fff;-webkit-transform:scaleY(0);transform:scaleY(0)}.effect-bubba .overlay-awesome-figure .h3,.effect-bubba .overlay-awesome-figure h3{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);-webkit-transition:-webkit-transform .35s;transition:transform .35s}.effect-bubba .overlay-awesome-figure .ds-subtitle{opacity:0;padding:20px 2.5em;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0);-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s}.effect-bubba .overlay-awesome-figure:hover figcaption:after,.effect-bubba .overlay-awesome-figure:hover figcaption:before{opacity:1;-webkit-transform:scale(1);transform:scale(1)}.effect-bubba .overlay-awesome-figure:hover .ds-subtitle,.effect-bubba .overlay-awesome-figure:hover .h3,.effect-bubba .overlay-awesome-figure:hover h3{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}.effect-bubba .overlay-awesome-figure figcaption .ds-video-title{width:auto}.effect-bubba .overlay-awesome-figure .bd-btn-text,.effect-bubba .overlay-awesome-figure .btn.bd-btn{margin-top:3rem}.front .effect-bubba .overlay-awesome-figure .bd-btn-text,.front .effect-bubba .overlay-awesome-figure .btn.bd-btn{align-self:center}.effect-romeo .overlay-awesome-figure{-webkit-perspective:1000px;perspective:1000px}.effect-romeo .overlay-awesome-figure img{-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s}.effect-romeo .overlay-awesome-figure:hover img{opacity:.6}.effect-romeo .overlay-awesome-figure figcaption:after,.effect-romeo .overlay-awesome-figure figcaption:before{background:#fff;content:"";height:1px;left:50%;position:absolute;top:50%;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0);-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;width:80%}.effect-romeo .overlay-awesome-figure:hover figcaption:before{opacity:.5;-webkit-transform:translate3d(-50%,-50%,0) rotate(45deg);transform:translate3d(-50%,-50%,0) rotate(45deg)}.effect-romeo .overlay-awesome-figure:hover figcaption:after{opacity:.5;-webkit-transform:translate3d(-50%,-50%,0) rotate(-45deg);transform:translate3d(-50%,-50%,0) rotate(-45deg)}.effect-romeo .overlay-awesome-figure .ds-subtitle,.effect-romeo .overlay-awesome-figure .h3,.effect-romeo .overlay-awesome-figure h3{left:0;position:absolute;-webkit-transition:-webkit-transform .35s;transition:transform .35s;width:100%}.effect-romeo .overlay-awesome-figure .h3,.effect-romeo .overlay-awesome-figure h3{-webkit-transform:translate3d(0,-50%,0) translate3d(0,-150%,0);transform:translate3d(0,-50%,0) translate3d(0,-150%,0)}.effect-romeo .overlay-awesome-figure .ds-subtitle{padding:.25em 2em;-webkit-transform:translate3d(0,-50%,0) translate3d(0,150%,0);transform:translate3d(0,-50%,0) translate3d(0,150%,0)}.effect-romeo .overlay-awesome-figure:hover .h3,.effect-romeo .overlay-awesome-figure:hover h3{-webkit-transform:translate3d(0,-50%,0) translate3d(0,-100%,0);transform:translate3d(0,-50%,0) translate3d(0,-100%,0)}.effect-romeo .overlay-awesome-figure:hover .ds-subtitle{-webkit-transform:translate3d(0,-50%,0) translate3d(0,100%,0);transform:translate3d(0,-50%,0) translate3d(0,100%,0)}.effect-romeo .overlay-awesome-figure figcaption .ds-video-title{width:100%}.effect-romeo .overlay-awesome-figure .bd-btn-text,.effect-romeo .overlay-awesome-figure .btn.bd-btn{bottom:2rem;position:absolute!important}.front .effect-romeo .overlay-awesome-figure .bd-btn-text,.front .effect-romeo .overlay-awesome-figure .btn.bd-btn{align-self:center}.effect-layla .overlay-awesome-figure img{height:110%}.effect-layla .overlay-awesome-figure figcaption{padding:3em}@media (max-width:767.98px){.effect-layla .overlay-awesome-figure figcaption{padding:1em}}.effect-layla .overlay-awesome-figure figcaption:after,.effect-layla .overlay-awesome-figure figcaption:before{content:"";opacity:0;position:absolute;z-index:99}.effect-layla .overlay-awesome-figure figcaption:before{bottom:50px;left:30px;right:30px;top:50px}@media (max-width:767.98px){.effect-layla .overlay-awesome-figure figcaption:before{bottom:.5rem;left:.5rem;right:.5rem;top:.5rem}}.effect-layla .overlay-awesome-figure figcaption:before{border-bottom:1px solid #fff;border-top:1px solid #fff;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0 0;transform-origin:0 0}.effect-layla .overlay-awesome-figure figcaption:after{bottom:30px;left:50px;right:50px;top:30px;z-index:99}@media (max-width:767.98px){.effect-layla .overlay-awesome-figure figcaption:after{bottom:.5rem;left:.5rem;right:.5rem;top:.5rem}}.effect-layla .overlay-awesome-figure figcaption:after{border-left:1px solid #fff;border-right:1px solid #fff;-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:100% 0;transform-origin:100% 0}.effect-layla .overlay-awesome-figure .h3,.effect-layla .overlay-awesome-figure h3{-webkit-transition:-webkit-transform .35s;transition:transform .35s}.effect-layla .overlay-awesome-figure .ds-subtitle{padding:.5em 2em}@media (max-width:767.98px){.effect-layla .overlay-awesome-figure .ds-subtitle{padding:.5em}}.effect-layla .overlay-awesome-figure .ds-subtitle{opacity:0;text-transform:none;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}.effect-layla .overlay-awesome-figure .h3,.effect-layla .overlay-awesome-figure h3,.effect-layla .overlay-awesome-figure img{-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}.effect-layla .overlay-awesome-figure .ds-subtitle,.effect-layla .overlay-awesome-figure figcaption:after,.effect-layla .overlay-awesome-figure figcaption:before,.effect-layla .overlay-awesome-figure img{-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s}.effect-layla .overlay-awesome-figure:hover img{opacity:.7;-webkit-transform:translateZ(0);transform:translateZ(0)}.effect-layla .overlay-awesome-figure:hover figcaption:after,.effect-layla .overlay-awesome-figure:hover figcaption:before{opacity:1;-webkit-transform:scale(1);transform:scale(1)}.effect-layla .overlay-awesome-figure:hover .ds-subtitle,.effect-layla .overlay-awesome-figure:hover .h3,.effect-layla .overlay-awesome-figure:hover h3{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}.effect-layla .overlay-awesome-figure:hover .h3,.effect-layla .overlay-awesome-figure:hover figcaption:after,.effect-layla .overlay-awesome-figure:hover h3,.effect-layla .overlay-awesome-figure:hover img,.effect-layla .overlay-awesome-figure:hover p{-webkit-transition-delay:.15s;transition-delay:.15s}.effect-layla .overlay-awesome-figure figcaption .ds-video-title{width:100%}.effect-layla .overlay-awesome-figure .text{padding:0 1rem}.front .effect-layla .btn.bd-btn{align-self:center}.effect-honey .overlay-awesome-figure{background:#4a3753}.effect-honey .overlay-awesome-figure img{opacity:.9;-webkit-transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s}.effect-honey .overlay-awesome-figure:hover img{opacity:.5}.effect-honey .overlay-awesome-figure figcaption:before{background:#fff;bottom:0;content:"";height:10px;left:0;position:absolute;-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0);width:100%}.effect-honey .overlay-awesome-figure .h3,.effect-honey .overlay-awesome-figure h3{bottom:0;left:0;padding:1em 1.5em;position:absolute;text-align:left;-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0);width:100%}.effect-honey .overlay-awesome-figure .h3 i,.effect-honey .overlay-awesome-figure h3 i{font-style:normal;opacity:0;-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0);-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s}@media (max-width:767.98px){.effect-honey .overlay-awesome-figure .h3 i,.effect-honey .overlay-awesome-figure h3 i{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}}.effect-honey .overlay-awesome-figure .h3,.effect-honey .overlay-awesome-figure figcaption:before,.effect-honey .overlay-awesome-figure h3{-webkit-transition:-webkit-transform .35s;transition:transform .35s}.effect-honey .overlay-awesome-figure:hover .h3,.effect-honey .overlay-awesome-figure:hover .h3 i,.effect-honey .overlay-awesome-figure:hover figcaption:before,.effect-honey .overlay-awesome-figure:hover h3,.effect-honey .overlay-awesome-figure:hover h3 i{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}.front .effect-honey .btn.bd-btn{align-self:center}.effect-oscar .overlay-awesome-figure img{opacity:.9;-webkit-transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s}.effect-oscar .overlay-awesome-figure figcaption{padding:3em}@media (max-width:767.98px){.effect-oscar .overlay-awesome-figure figcaption{padding:.75em}}.effect-oscar .overlay-awesome-figure figcaption{background-color:#3a342ab3;-webkit-transition:background-color .35s;transition:background-color .35s}.effect-oscar .overlay-awesome-figure figcaption:before{bottom:30px;left:30px;position:absolute;right:30px;top:30px}@media (max-width:767.98px){.effect-oscar .overlay-awesome-figure figcaption:before{bottom:1rem;left:1rem;right:1rem;top:1rem}}.effect-oscar .overlay-awesome-figure figcaption:before{border:1px solid #fff;content:""}.effect-oscar .overlay-awesome-figure .h3,.effect-oscar .overlay-awesome-figure h3{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);-webkit-transition:-webkit-transform .35s;transition:transform .35s}.effect-oscar .overlay-awesome-figure .ds-subtitle,.effect-oscar .overlay-awesome-figure figcaption:before{opacity:0;-webkit-transform:scale(0);transform:scale(0);-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s}.effect-oscar .overlay-awesome-figure:hover .h3,.effect-oscar .overlay-awesome-figure:hover h3{-webkit-transform:translateZ(0);transform:translateZ(0)}.effect-oscar .overlay-awesome-figure:hover .ds-subtitle,.effect-oscar .overlay-awesome-figure:hover figcaption:before{opacity:1;padding-top:1rem;-webkit-transform:scale(1);transform:scale(1)}@media (max-width:767.98px){.effect-oscar .overlay-awesome-figure:hover .ds-subtitle,.effect-oscar .overlay-awesome-figure:hover figcaption:before{padding-top:.25rem}}.effect-oscar .overlay-awesome-figure:hover figcaption{background-color:#3a342a00}.effect-oscar .overlay-awesome-figure:hover img{opacity:.4}.effect-oscar .overlay-awesome-figure figcaption .ds-video-title{width:100%}.effect-oscar .overlay-awesome-figure .text{transition:transform .35s}.front .effect-oscar .btn.bd-btn{align-self:center}.effect-marley .overlay-awesome-figure figcaption{text-align:right}.effect-marley .overlay-awesome-figure figcaption .ds-video-title{justify-content:end!important;width:auto}.effect-marley .overlay-awesome-figure .ds-subtitle,.effect-marley .overlay-awesome-figure .h3,.effect-marley .overlay-awesome-figure h3{left:30px;padding:10px 0;position:absolute;right:30px}.effect-marley .overlay-awesome-figure .ds-subtitle{bottom:30px;line-height:1.5;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.effect-marley .overlay-awesome-figure .h3,.effect-marley .overlay-awesome-figure h3{top:30px;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0);-webkit-transition:-webkit-transform .35s;transition:transform .35s}.effect-marley .overlay-awesome-figure:hover .h3,.effect-marley .overlay-awesome-figure:hover h3{-webkit-transform:translateZ(0);transform:translateZ(0)}.effect-marley .overlay-awesome-figure .h3:after,.effect-marley .overlay-awesome-figure h3:after{background:#fff;content:"";height:4px;left:0;position:absolute;top:100%;-webkit-transform:translate3d(0,40px,0);transform:translate3d(0,40px,0);width:100%}.effect-marley .overlay-awesome-figure .ds-subtitle,.effect-marley .overlay-awesome-figure .h3:after,.effect-marley .overlay-awesome-figure h3:after{opacity:0;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s}.effect-marley .overlay-awesome-figure:hover .ds-subtitle,.effect-marley .overlay-awesome-figure:hover .h3:after,.effect-marley .overlay-awesome-figure:hover h3:after{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}.front .effect-marley .btn.bd-btn{align-self:flex-end}.effect-ruby .overlay-awesome-figure img{opacity:.7;-webkit-transform:scale(1.15);transform:scale(1.15);-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s}.effect-ruby .overlay-awesome-figure:hover img{opacity:.5;-webkit-transform:scale(1);transform:scale(1)}.effect-ruby .ds-video-title{width:auto!important}.effect-ruby .overlay-awesome-figure .h3,.effect-ruby .overlay-awesome-figure h3{margin-top:10%;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0);-webkit-transition:-webkit-transform .35s;transition:transform .35s}.effect-ruby .overlay-awesome-figure .ds-subtitle{border:1px solid #fff;margin:.5em 0 0;opacity:0;padding:.5em;-webkit-transform:translate3d(0,20px,0) scale(1.1);transform:translate3d(0,20px,0) scale(1.1);-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s}.effect-ruby .overlay-awesome-figure .ds-subtitle p{margin-bottom:0}.effect-ruby .overlay-awesome-figure:hover .h3,.effect-ruby .overlay-awesome-figure:hover h3{-webkit-transform:translateZ(0);transform:translateZ(0)}.effect-ruby .overlay-awesome-figure:hover .ds-subtitle{opacity:1;-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}.effect-ruby .overlay-awesome-figure .text{padding-top:1rem}.front .effect-ruby .btn.bd-btn{align-self:center}.block-element-circle-style .effect-milo .overlay-awesome-figure figcaption .ds-cn-grid-element,.block-element-circle-style .effect-milo .overlay-awesome-figure figcaption .element,.block-elements-colors.nomargin .effect-milo .overlay-awesome-figure figcaption .ds-cn-grid-element,.block-lateral-aligns .effect-milo .overlay-awesome-figure figcaption .ds-cn-grid-element,.ds-block--filled .effect-milo .overlay-awesome-figure figcaption .ds-col,.effect-milo .overlay-awesome-figure figcaption .bg-message-form,.effect-milo .overlay-awesome-figure figcaption .block,.effect-milo .overlay-awesome-figure figcaption .block-element-circle-style .ds-cn-grid-element,.effect-milo .overlay-awesome-figure figcaption .block-element-circle-style .element,.effect-milo .overlay-awesome-figure figcaption .block-elements-colors.nomargin .ds-cn-grid-element,.effect-milo .overlay-awesome-figure figcaption .block-lateral-aligns .ds-cn-grid-element,.effect-milo .overlay-awesome-figure figcaption .d-flex,.effect-milo .overlay-awesome-figure figcaption .ds-block--filled .ds-col,.effect-milo .overlay-awesome-figure figcaption .ds-cn-grid,.effect-milo .overlay-awesome-figure figcaption .elements-style-flex-column .element,.effect-milo .overlay-awesome-figure figcaption .filter-mobile.open .card.left,.effect-milo .overlay-awesome-figure figcaption .filter-mobile.open .card.right,.effect-milo .overlay-awesome-figure figcaption .form .form-inline .check-group,.effect-milo .overlay-awesome-figure figcaption .form-search,.effect-milo .overlay-awesome-figure figcaption .icon,.effect-milo .overlay-awesome-figure figcaption .media,.effect-milo .overlay-awesome-figure figcaption .nav-menu-item,.effect-milo .overlay-awesome-figure figcaption .navbar-design .nav-link,.effect-milo .overlay-awesome-figure figcaption .navbar-menu-inner,.effect-milo .overlay-awesome-figure figcaption .navbar__tools,.effect-milo .overlay-awesome-figure figcaption .product-gallery-swiper .swiper-thumbs,.effect-milo .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .product-group__bottom,.effect-milo .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__img,.effect-milo .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .product-group__bottom,.effect-milo .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__img,.effect-milo .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .product-group__bottom,.effect-milo .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__img,.effect-milo .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .product-group__bottom,.effect-milo .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__img,.effect-milo .overlay-awesome-figure figcaption .shop-design2 .product-badge .badge,.effect-milo .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .product-item__img,.effect-milo .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .product-item__img,.effect-milo .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .product-item__img,.effect-milo .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .product-item__img,.effect-milo .overlay-awesome-figure figcaption .social-share .social-item,.effect-milo .overlay-awesome-figure figcaption .sort-products .form-group>div,.effect-milo .overlay-awesome-figure figcaption .subnav .nav-link,.effect-milo .overlay-awesome-figure figcaption .two-widgets .content-entry .entry-text,.effect-milo .overlay-awesome-figure figcaption .v-full-screen .container-fluid .content-entry,.effect-milo .overlay-awesome-figure figcaption .v-full-screen .container-lg .content-entry,.effect-milo .overlay-awesome-figure figcaption .v-full-screen .container-md .content-entry,.effect-milo .overlay-awesome-figure figcaption .v-full-screen .container-sm .content-entry,.effect-milo .overlay-awesome-figure figcaption .v-full-screen .container-xl .content-entry,.effect-milo .overlay-awesome-figure figcaption .v-full-screen .container-xxl .content-entry,.effect-milo .overlay-awesome-figure figcaption .v-text-left .target-image,.effect-milo .overlay-awesome-figure figcaption .v-text-right .target-image,.elements-style-flex-column .effect-milo .overlay-awesome-figure figcaption .element,.filter-mobile.open .effect-milo .overlay-awesome-figure figcaption .card.left,.filter-mobile.open .effect-milo .overlay-awesome-figure figcaption .card.right,.form .form-inline .effect-milo .overlay-awesome-figure figcaption .check-group,.navbar-design .effect-milo .overlay-awesome-figure figcaption .nav-link,.product-gallery-swiper .effect-milo .overlay-awesome-figure figcaption .swiper-thumbs,.shop-design2 .col-md-12>.product-item .effect-milo .overlay-awesome-figure figcaption .product-item__img,.shop-design2 .col-md-12>.product-item .product-item__body .effect-milo .overlay-awesome-figure figcaption .product-group__bottom,.shop-design2 .col-md-12>div>.product-item .effect-milo .overlay-awesome-figure figcaption .product-item__img,.shop-design2 .col-md-12>div>.product-item .product-item__body .effect-milo .overlay-awesome-figure figcaption .product-group__bottom,.shop-design2 .col-md-6>.product-item .effect-milo .overlay-awesome-figure figcaption .product-item__img,.shop-design2 .col-md-6>.product-item .product-item__body .effect-milo .overlay-awesome-figure figcaption .product-group__bottom,.shop-design2 .col-md-6>div>.product-item .effect-milo .overlay-awesome-figure figcaption .product-item__img,.shop-design2 .col-md-6>div>.product-item .product-item__body .effect-milo .overlay-awesome-figure figcaption .product-group__bottom,.shop-design2 .product-badge .effect-milo .overlay-awesome-figure figcaption .badge,.shop-horizontal .col-md-12>.product-item .effect-milo .overlay-awesome-figure figcaption .product-item__img,.shop-horizontal .col-md-12>div>.product-item .effect-milo .overlay-awesome-figure figcaption .product-item__img,.shop-horizontal .col-md-6>.product-item .effect-milo .overlay-awesome-figure figcaption .product-item__img,.shop-horizontal .col-md-6>div>.product-item .effect-milo .overlay-awesome-figure figcaption .product-item__img,.social-share .effect-milo .overlay-awesome-figure figcaption .social-item,.sort-products .effect-milo .overlay-awesome-figure figcaption .form-group>div,.subnav .effect-milo .overlay-awesome-figure figcaption .nav-link,.two-widgets .content-entry .effect-milo .overlay-awesome-figure figcaption .entry-text,.v-full-screen .container-fluid .effect-milo .overlay-awesome-figure figcaption .content-entry,.v-full-screen .container-lg .effect-milo .overlay-awesome-figure figcaption .content-entry,.v-full-screen .container-md .effect-milo .overlay-awesome-figure figcaption .content-entry,.v-full-screen .container-sm .effect-milo .overlay-awesome-figure figcaption .content-entry,.v-full-screen .container-xl .effect-milo .overlay-awesome-figure figcaption .content-entry,.v-full-screen .container-xxl .effect-milo .overlay-awesome-figure figcaption .content-entry,.v-text-left .effect-milo .overlay-awesome-figure figcaption .target-image,.v-text-right .effect-milo .overlay-awesome-figure figcaption .target-image{justify-content:flex-start!important}.effect-milo .overlay-awesome-figure img{-webkit-backface-visibility:hidden;backface-visibility:hidden;max-width:none;opacity:1;-webkit-transform:translate3d(-30px,0,0) scale(1.12);transform:translate3d(-30px,0,0) scale(1.12);-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;width:-webkit-calc(100% + 60px);width:calc(100% + 60px)}.effect-milo .overlay-awesome-figure:hover img{opacity:.5;-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}.effect-milo .overlay-awesome-figure .h3,.effect-milo .overlay-awesome-figure h3{bottom:0;padding:1em 1.2em;position:absolute;right:0}.effect-milo .overlay-awesome-figure .ds-subtitle{border-right:1px solid #fff;hyphens:auto;opacity:0;padding:0 10px 0 0;text-align:right;-webkit-transform:translate3d(-40px,0,0);transform:translate3d(-40px,0,0);-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;width:50%}.effect-milo .overlay-awesome-figure .ds-subtitle p{margin-bottom:0}.effect-milo .overlay-awesome-figure:hover .ds-subtitle{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}.effect-milo .overlay-awesome-figure .text{padding-top:1rem}.front .effect-milo .btn.bd-btn{align-self:center}.block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .ds-cn-grid-element,.block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .element,.block-elements-colors.nomargin .effect-dexter .overlay-awesome-figure figcaption .ds-cn-grid-element,.block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .ds-cn-grid-element,.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .ds-col,.effect-dexter .overlay-awesome-figure figcaption .bg-message-form,.effect-dexter .overlay-awesome-figure figcaption .block,.effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .ds-cn-grid-element,.effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .element,.effect-dexter .overlay-awesome-figure figcaption .block-elements-colors.nomargin .ds-cn-grid-element,.effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .ds-cn-grid-element,.effect-dexter .overlay-awesome-figure figcaption .d-flex,.effect-dexter .overlay-awesome-figure figcaption .ds-block--filled .ds-col,.effect-dexter .overlay-awesome-figure figcaption .ds-cn-grid,.effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .element,.effect-dexter .overlay-awesome-figure figcaption .filter-mobile.open .card.left,.effect-dexter .overlay-awesome-figure figcaption .filter-mobile.open .card.right,.effect-dexter .overlay-awesome-figure figcaption .form .form-inline .check-group,.effect-dexter .overlay-awesome-figure figcaption .form-search,.effect-dexter .overlay-awesome-figure figcaption .icon,.effect-dexter .overlay-awesome-figure figcaption .media,.effect-dexter .overlay-awesome-figure figcaption .nav-menu-item,.effect-dexter .overlay-awesome-figure figcaption .navbar-design .nav-link,.effect-dexter .overlay-awesome-figure figcaption .navbar-menu-inner,.effect-dexter .overlay-awesome-figure figcaption .navbar__tools,.effect-dexter .overlay-awesome-figure figcaption .product-gallery-swiper .swiper-thumbs,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__img,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__img,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__img,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__img,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .product-badge .badge,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .product-item__img,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .product-item__img,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .product-item__img,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .product-item__img,.effect-dexter .overlay-awesome-figure figcaption .social-share .social-item,.effect-dexter .overlay-awesome-figure figcaption .sort-products .form-group>div,.effect-dexter .overlay-awesome-figure figcaption .subnav .nav-link,.effect-dexter .overlay-awesome-figure figcaption .two-widgets .content-entry .entry-text,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-fluid .content-entry,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-lg .content-entry,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-md .content-entry,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-sm .content-entry,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-xl .content-entry,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-xxl .content-entry,.effect-dexter .overlay-awesome-figure figcaption .v-text-left .target-image,.effect-dexter .overlay-awesome-figure figcaption .v-text-right .target-image,.elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .element,.filter-mobile.open .effect-dexter .overlay-awesome-figure figcaption .card.left,.filter-mobile.open .effect-dexter .overlay-awesome-figure figcaption .card.right,.form .form-inline .effect-dexter .overlay-awesome-figure figcaption .check-group,.navbar-design .effect-dexter .overlay-awesome-figure figcaption .nav-link,.product-gallery-swiper .effect-dexter .overlay-awesome-figure figcaption .swiper-thumbs,.shop-design2 .col-md-12>.product-item .effect-dexter .overlay-awesome-figure figcaption .product-item__img,.shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom,.shop-design2 .col-md-12>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .product-item__img,.shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom,.shop-design2 .col-md-6>.product-item .effect-dexter .overlay-awesome-figure figcaption .product-item__img,.shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom,.shop-design2 .col-md-6>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .product-item__img,.shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom,.shop-design2 .product-badge .effect-dexter .overlay-awesome-figure figcaption .badge,.shop-horizontal .col-md-12>.product-item .effect-dexter .overlay-awesome-figure figcaption .product-item__img,.shop-horizontal .col-md-12>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .product-item__img,.shop-horizontal .col-md-6>.product-item .effect-dexter .overlay-awesome-figure figcaption .product-item__img,.shop-horizontal .col-md-6>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .product-item__img,.social-share .effect-dexter .overlay-awesome-figure figcaption .social-item,.sort-products .effect-dexter .overlay-awesome-figure figcaption .form-group>div,.subnav .effect-dexter .overlay-awesome-figure figcaption .nav-link,.two-widgets .content-entry .effect-dexter .overlay-awesome-figure figcaption .entry-text,.v-full-screen .container-fluid .effect-dexter .overlay-awesome-figure figcaption .content-entry,.v-full-screen .container-lg .effect-dexter .overlay-awesome-figure figcaption .content-entry,.v-full-screen .container-md .effect-dexter .overlay-awesome-figure figcaption .content-entry,.v-full-screen .container-sm .effect-dexter .overlay-awesome-figure figcaption .content-entry,.v-full-screen .container-xl .effect-dexter .overlay-awesome-figure figcaption .content-entry,.v-full-screen .container-xxl .effect-dexter .overlay-awesome-figure figcaption .content-entry,.v-text-left .effect-dexter .overlay-awesome-figure figcaption .target-image,.v-text-right .effect-dexter .overlay-awesome-figure figcaption .target-image{justify-content:flex-start!important}.effect-dexter .overlay-awesome-figure img{-webkit-transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s}.effect-dexter .overlay-awesome-figure:hover img{opacity:.4}.effect-dexter .overlay-awesome-figure figcaption:after{bottom:30px;left:30px;position:absolute;right:30px}@media (max-width:767.98px){.effect-dexter .overlay-awesome-figure figcaption:after{bottom:50px;left:1.25rem;right:1rem}}.effect-dexter .overlay-awesome-figure figcaption:after{border:4px solid #fff;height:-webkit-calc(50% - 30px);height:calc(50% - 30px)}@media (max-width:767.98px){.effect-dexter .overlay-awesome-figure figcaption:after{border:2px solid #fff}}.effect-dexter .overlay-awesome-figure figcaption:after{content:"";-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);-webkit-transition:-webkit-transform .35s;transition:transform .35s}.effect-dexter .overlay-awesome-figure:hover figcaption:after{-webkit-transform:translateZ(0);transform:translateZ(0)}@media (max-width:767.98px){.effect-dexter .overlay-awesome-figure:hover figcaption:after{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.effect-dexter .overlay-awesome-figure figcaption{padding:3em}@media (max-width:767.98px){.effect-dexter .overlay-awesome-figure figcaption{padding:1em}}.effect-dexter .overlay-awesome-figure figcaption{text-align:left}.block-element-circle-style .block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .ds-cn-grid-element.element,.block-element-circle-style .block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .element,.block-element-circle-style .ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .ds-col.element,.block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .block-elements-colors .ds-cn-grid-element.element,.block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .block-elements-colors .element,.block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .block-elements-colors.nomargin .element.ds-cn-grid-element,.block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .block.element,.block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .d-flex.element,.block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .ds-cn-grid-element.element,.block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .ds-contact-columns.ds-block--filled .ds-cn-grid-element.ds-col,.block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .ds-contact-columns.ds-block--filled .element.ds-col,.block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .ds-contact-design .ds-cn-grid-element.ds-col,.block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .ds-contact-design .element.ds-col,.block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .ds-contact-filled-3.ds-block--filled .ds-cn-grid-element.ds-col,.block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .ds-contact-filled-3.ds-block--filled .element.ds-col,.block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .element,.block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .element.bg-message-form,.block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .element.ds-cn-grid,.block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .element.form-search,.block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .element.nav-menu-item,.block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .element.navbar-menu-inner,.block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .element.navbar__tools,.block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .filter-mobile .ds-cn-grid-element.card,.block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .filter-mobile .element.card,.block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .filter-mobile.open .element.card.left,.block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .filter-mobile.open .element.card.right,.block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .flex-column.ds-cn-grid-element,.block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .flex-column.element,.block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .form .form-inline .ds-cn-grid-element.form-group,.block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .form .form-inline .element.check-group,.block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .form .form-inline .element.form-group,.block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .icon.element,.block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .media.element,.block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .navbar-design .element.nav-link,.block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .product-gallery-swiper .element.swiper-thumbs,.block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .element.product-item__img,.block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .ds-cn-grid-element.price-item,.block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .ds-cn-grid-element.product-group__bottom,.block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .element.price-item,.block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .element.product-group__bottom,.block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .element.product-item__img,.block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .ds-cn-grid-element.price-item,.block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .ds-cn-grid-element.product-group__bottom,.block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .element.price-item,.block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .element.product-group__bottom,.block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .element.product-item__img,.block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .ds-cn-grid-element.price-item,.block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .ds-cn-grid-element.product-group__bottom,.block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .element.price-item,.block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .element.product-group__bottom,.block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .element.product-item__img,.block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .ds-cn-grid-element.price-item,.block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .ds-cn-grid-element.product-group__bottom,.block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .element.price-item,.block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .element.product-group__bottom,.block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .ds-cn-grid-element.price-item,.block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .element.price-item,.block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .product-badge .element.badge,.block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .element.product-item__img,.block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .product-item__body .ds-cn-grid-element.price-item,.block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .product-item__body .ds-cn-grid-element.product-btn,.block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .product-item__body .element.price-item,.block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .product-item__body .element.product-btn,.block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .element.product-item__img,.block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .product-item__body .ds-cn-grid-element.price-item,.block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .product-item__body .ds-cn-grid-element.product-btn,.block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .product-item__body .element.price-item,.block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .product-item__body .element.product-btn,.block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .element.product-item__img,.block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .product-item__body .ds-cn-grid-element.price-item,.block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .product-item__body .ds-cn-grid-element.product-btn,.block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .product-item__body .element.price-item,.block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .product-item__body .element.product-btn,.block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .element.product-item__img,.block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .product-item__body .ds-cn-grid-element.price-item,.block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .product-item__body .ds-cn-grid-element.product-btn,.block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .product-item__body .element.price-item,.block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .product-item__body .element.product-btn,.block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .sort-products .form-group>div.element,.block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .subnav .element.nav-link,.block-element-circle-style .elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .ds-cn-grid-element.element,.block-element-circle-style .elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .element,.block-element-circle-style .social-share .effect-dexter .overlay-awesome-figure figcaption .social-item.element,.block-element-circle-style .two-widgets .content-entry .effect-dexter .overlay-awesome-figure figcaption .entry-text.element,.block-element-circle-style .v-full-screen .container-fluid .effect-dexter .overlay-awesome-figure figcaption .content-entry.element,.block-element-circle-style .v-full-screen .container-lg .effect-dexter .overlay-awesome-figure figcaption .content-entry.element,.block-element-circle-style .v-full-screen .container-md .effect-dexter .overlay-awesome-figure figcaption .content-entry.element,.block-element-circle-style .v-full-screen .container-sm .effect-dexter .overlay-awesome-figure figcaption .content-entry.element,.block-element-circle-style .v-full-screen .container-xl .effect-dexter .overlay-awesome-figure figcaption .content-entry.element,.block-element-circle-style .v-full-screen .container-xxl .effect-dexter .overlay-awesome-figure figcaption .content-entry.element,.block-element-circle-style .v-text-left .effect-dexter .overlay-awesome-figure figcaption .target-image.element,.block-element-circle-style .v-text-right .effect-dexter .overlay-awesome-figure figcaption .target-image.element,.block-elements-colors .block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .ds-cn-grid-element.element,.block-elements-colors .block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .element,.block-elements-colors .block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .ds-cn-grid-element.element,.block-elements-colors .ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .ds-col.element,.block-elements-colors .effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .ds-cn-grid-element.element,.block-elements-colors .effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .element,.block-elements-colors .effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .ds-cn-grid-element.element,.block-elements-colors .effect-dexter .overlay-awesome-figure figcaption .block.element,.block-elements-colors .effect-dexter .overlay-awesome-figure figcaption .d-flex.element,.block-elements-colors .effect-dexter .overlay-awesome-figure figcaption .ds-block--filled .ds-col.element,.block-elements-colors .effect-dexter .overlay-awesome-figure figcaption .element.bg-message-form,.block-elements-colors .effect-dexter .overlay-awesome-figure figcaption .element.ds-cn-grid,.block-elements-colors .effect-dexter .overlay-awesome-figure figcaption .element.form-search,.block-elements-colors .effect-dexter .overlay-awesome-figure figcaption .element.nav-menu-item,.block-elements-colors .effect-dexter .overlay-awesome-figure figcaption .element.navbar-menu-inner,.block-elements-colors .effect-dexter .overlay-awesome-figure figcaption .element.navbar__tools,.block-elements-colors .effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .element,.block-elements-colors .effect-dexter .overlay-awesome-figure figcaption .filter-mobile.open .element.card.left,.block-elements-colors .effect-dexter .overlay-awesome-figure figcaption .filter-mobile.open .element.card.right,.block-elements-colors .effect-dexter .overlay-awesome-figure figcaption .form .form-inline .element.check-group,.block-elements-colors .effect-dexter .overlay-awesome-figure figcaption .icon.element,.block-elements-colors .effect-dexter .overlay-awesome-figure figcaption .media.element,.block-elements-colors .effect-dexter .overlay-awesome-figure figcaption .navbar-design .element.nav-link,.block-elements-colors .effect-dexter .overlay-awesome-figure figcaption .product-gallery-swiper .element.swiper-thumbs,.block-elements-colors .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .element.product-item__img,.block-elements-colors .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .element.product-group__bottom,.block-elements-colors .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .element.product-item__img,.block-elements-colors .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .element.product-group__bottom,.block-elements-colors .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .element.product-item__img,.block-elements-colors .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .element.product-group__bottom,.block-elements-colors .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .element.product-item__img,.block-elements-colors .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .element.product-group__bottom,.block-elements-colors .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .product-badge .element.badge,.block-elements-colors .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .element.product-item__img,.block-elements-colors .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .element.product-item__img,.block-elements-colors .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .element.product-item__img,.block-elements-colors .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .element.product-item__img,.block-elements-colors .effect-dexter .overlay-awesome-figure figcaption .social-share .social-item.element,.block-elements-colors .effect-dexter .overlay-awesome-figure figcaption .sort-products .form-group>div.element,.block-elements-colors .effect-dexter .overlay-awesome-figure figcaption .subnav .element.nav-link,.block-elements-colors .effect-dexter .overlay-awesome-figure figcaption .two-widgets .content-entry .entry-text.element,.block-elements-colors .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-fluid .content-entry.element,.block-elements-colors .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-lg .content-entry.element,.block-elements-colors .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-md .content-entry.element,.block-elements-colors .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-sm .content-entry.element,.block-elements-colors .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-xl .content-entry.element,.block-elements-colors .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-xxl .content-entry.element,.block-elements-colors .effect-dexter .overlay-awesome-figure figcaption .v-text-left .target-image.element,.block-elements-colors .effect-dexter .overlay-awesome-figure figcaption .v-text-right .target-image.element,.block-elements-colors .elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .element,.block-elements-colors .social-share .effect-dexter .overlay-awesome-figure figcaption .social-item.element,.block-elements-colors .two-widgets .content-entry .effect-dexter .overlay-awesome-figure figcaption .entry-text.element,.block-elements-colors .v-full-screen .container-fluid .effect-dexter .overlay-awesome-figure figcaption .content-entry.element,.block-elements-colors .v-full-screen .container-lg .effect-dexter .overlay-awesome-figure figcaption .content-entry.element,.block-elements-colors .v-full-screen .container-md .effect-dexter .overlay-awesome-figure figcaption .content-entry.element,.block-elements-colors .v-full-screen .container-sm .effect-dexter .overlay-awesome-figure figcaption .content-entry.element,.block-elements-colors .v-full-screen .container-xl .effect-dexter .overlay-awesome-figure figcaption .content-entry.element,.block-elements-colors .v-full-screen .container-xxl .effect-dexter .overlay-awesome-figure figcaption .content-entry.element,.block-elements-colors .v-text-left .effect-dexter .overlay-awesome-figure figcaption .target-image.element,.block-elements-colors .v-text-right .effect-dexter .overlay-awesome-figure figcaption .target-image.element,.block-elements-colors.nomargin .block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .element.ds-cn-grid-element,.block-elements-colors.nomargin .block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .element.ds-cn-grid-element,.block-elements-colors.nomargin .effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .element.ds-cn-grid-element,.block-elements-colors.nomargin .effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .element.ds-cn-grid-element,.block-elements-colors.nomargin .effect-dexter .overlay-awesome-figure figcaption .ds-contact-columns.ds-block--filled .ds-cn-grid-element.ds-col,.block-elements-colors.nomargin .effect-dexter .overlay-awesome-figure figcaption .ds-contact-design .ds-cn-grid-element.ds-col,.block-elements-colors.nomargin .effect-dexter .overlay-awesome-figure figcaption .ds-contact-filled-3.ds-block--filled .ds-cn-grid-element.ds-col,.block-elements-colors.nomargin .effect-dexter .overlay-awesome-figure figcaption .element.ds-cn-grid-element,.block-elements-colors.nomargin .effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .element.ds-cn-grid-element,.block-elements-colors.nomargin .effect-dexter .overlay-awesome-figure figcaption .filter-mobile .ds-cn-grid-element.card,.block-elements-colors.nomargin .effect-dexter .overlay-awesome-figure figcaption .flex-column.ds-cn-grid-element,.block-elements-colors.nomargin .effect-dexter .overlay-awesome-figure figcaption .form .form-inline .ds-cn-grid-element.form-group,.block-elements-colors.nomargin .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .ds-cn-grid-element.price-item,.block-elements-colors.nomargin .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .ds-cn-grid-element.product-group__bottom,.block-elements-colors.nomargin .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .ds-cn-grid-element.price-item,.block-elements-colors.nomargin .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .ds-cn-grid-element.product-group__bottom,.block-elements-colors.nomargin .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .ds-cn-grid-element.price-item,.block-elements-colors.nomargin .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .ds-cn-grid-element.product-group__bottom,.block-elements-colors.nomargin .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .ds-cn-grid-element.price-item,.block-elements-colors.nomargin .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .ds-cn-grid-element.product-group__bottom,.block-elements-colors.nomargin .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .ds-cn-grid-element.price-item,.block-elements-colors.nomargin .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .product-item__body .ds-cn-grid-element.price-item,.block-elements-colors.nomargin .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .product-item__body .ds-cn-grid-element.product-btn,.block-elements-colors.nomargin .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .product-item__body .ds-cn-grid-element.price-item,.block-elements-colors.nomargin .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .product-item__body .ds-cn-grid-element.product-btn,.block-elements-colors.nomargin .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .product-item__body .ds-cn-grid-element.price-item,.block-elements-colors.nomargin .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .product-item__body .ds-cn-grid-element.product-btn,.block-elements-colors.nomargin .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .product-item__body .ds-cn-grid-element.price-item,.block-elements-colors.nomargin .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .product-item__body .ds-cn-grid-element.product-btn,.block-elements-colors.nomargin .elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .element.ds-cn-grid-element,.block-lateral-aligns .block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .ds-cn-grid-element.element,.block-lateral-aligns .block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .element,.block-lateral-aligns .ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .ds-col.element,.block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .block-elements-colors .ds-cn-grid-element.element,.block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .block-elements-colors.nomargin .element.ds-cn-grid-element,.block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .block.element,.block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .d-flex.element,.block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .ds-cn-grid-element.element,.block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .ds-contact-columns.ds-block--filled .ds-cn-grid-element.ds-col,.block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .ds-contact-design .ds-cn-grid-element.ds-col,.block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .ds-contact-filled-3.ds-block--filled .ds-cn-grid-element.ds-col,.block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .element.bg-message-form,.block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .element.ds-cn-grid,.block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .element.form-search,.block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .element.nav-menu-item,.block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .element.navbar-menu-inner,.block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .element.navbar__tools,.block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .filter-mobile .ds-cn-grid-element.card,.block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .filter-mobile.open .element.card.left,.block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .filter-mobile.open .element.card.right,.block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .flex-column.ds-cn-grid-element,.block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .form .form-inline .ds-cn-grid-element.form-group,.block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .form .form-inline .element.check-group,.block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .icon.element,.block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .media.element,.block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .navbar-design .element.nav-link,.block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .product-gallery-swiper .element.swiper-thumbs,.block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .element.product-item__img,.block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .ds-cn-grid-element.price-item,.block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .ds-cn-grid-element.product-group__bottom,.block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .element.product-group__bottom,.block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .element.product-item__img,.block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .ds-cn-grid-element.price-item,.block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .ds-cn-grid-element.product-group__bottom,.block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .element.product-group__bottom,.block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .element.product-item__img,.block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .ds-cn-grid-element.price-item,.block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .ds-cn-grid-element.product-group__bottom,.block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .element.product-group__bottom,.block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .element.product-item__img,.block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .ds-cn-grid-element.price-item,.block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .ds-cn-grid-element.product-group__bottom,.block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .element.product-group__bottom,.block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .ds-cn-grid-element.price-item,.block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .product-badge .element.badge,.block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .element.product-item__img,.block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .product-item__body .ds-cn-grid-element.price-item,.block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .product-item__body .ds-cn-grid-element.product-btn,.block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .element.product-item__img,.block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .product-item__body .ds-cn-grid-element.price-item,.block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .product-item__body .ds-cn-grid-element.product-btn,.block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .element.product-item__img,.block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .product-item__body .ds-cn-grid-element.price-item,.block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .product-item__body .ds-cn-grid-element.product-btn,.block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .element.product-item__img,.block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .product-item__body .ds-cn-grid-element.price-item,.block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .product-item__body .ds-cn-grid-element.product-btn,.block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .sort-products .form-group>div.element,.block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .subnav .element.nav-link,.block-lateral-aligns .elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .ds-cn-grid-element.element,.block-lateral-aligns .elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .element,.block-lateral-aligns .social-share .effect-dexter .overlay-awesome-figure figcaption .social-item.element,.block-lateral-aligns .two-widgets .content-entry .effect-dexter .overlay-awesome-figure figcaption .entry-text.element,.block-lateral-aligns .v-full-screen .container-fluid .effect-dexter .overlay-awesome-figure figcaption .content-entry.element,.block-lateral-aligns .v-full-screen .container-lg .effect-dexter .overlay-awesome-figure figcaption .content-entry.element,.block-lateral-aligns .v-full-screen .container-md .effect-dexter .overlay-awesome-figure figcaption .content-entry.element,.block-lateral-aligns .v-full-screen .container-sm .effect-dexter .overlay-awesome-figure figcaption .content-entry.element,.block-lateral-aligns .v-full-screen .container-xl .effect-dexter .overlay-awesome-figure figcaption .content-entry.element,.block-lateral-aligns .v-full-screen .container-xxl .effect-dexter .overlay-awesome-figure figcaption .content-entry.element,.block-lateral-aligns .v-text-left .effect-dexter .overlay-awesome-figure figcaption .target-image.element,.block-lateral-aligns .v-text-right .effect-dexter .overlay-awesome-figure figcaption .target-image.element,.ds-block--filled .block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .ds-col.element,.ds-block--filled .block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .ds-col.element,.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .block-elements-colors .ds-col.element,.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .ds-contact-design .ds-col,.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .filter-mobile .ds-col.card,.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .flex-column.ds-col,.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .form .form-inline .ds-col.form-group,.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .ds-col.price-item,.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .ds-col.product-group__bottom,.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .ds-col.price-item,.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .ds-col.product-group__bottom,.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .ds-col.price-item,.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .ds-col.product-group__bottom,.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .ds-col.price-item,.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .ds-col.product-group__bottom,.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .ds-col.price-item,.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .product-item__body .ds-col.price-item,.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .product-item__body .ds-col.product-btn,.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .product-item__body .ds-col.price-item,.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .product-item__body .ds-col.product-btn,.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .product-item__body .ds-col.price-item,.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .product-item__body .ds-col.product-btn,.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .product-item__body .ds-col.price-item,.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .product-item__body .ds-col.product-btn,.ds-block--filled .elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .ds-col.element,.ds-contact-columns.ds-block--filled .block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .ds-cn-grid-element.ds-col,.ds-contact-columns.ds-block--filled .block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .element.ds-col,.ds-contact-columns.ds-block--filled .block-elements-colors.nomargin .effect-dexter .overlay-awesome-figure figcaption .ds-cn-grid-element.ds-col,.ds-contact-columns.ds-block--filled .block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .ds-cn-grid-element.ds-col,.ds-contact-columns.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .ds-cn-grid-element.ds-col,.ds-contact-columns.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .element.ds-col,.ds-contact-columns.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .block-elements-colors.nomargin .ds-cn-grid-element.ds-col,.ds-contact-columns.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .ds-cn-grid-element.ds-col,.ds-contact-columns.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .block.ds-col,.ds-contact-columns.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .d-flex.ds-col,.ds-contact-columns.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .ds-col,.ds-contact-columns.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .ds-col.bg-message-form,.ds-contact-columns.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .ds-col.ds-cn-grid,.ds-contact-columns.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .ds-col.form-search,.ds-contact-columns.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .ds-col.nav-menu-item,.ds-contact-columns.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .ds-col.navbar-menu-inner,.ds-contact-columns.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .ds-col.navbar__tools,.ds-contact-columns.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .element.ds-col,.ds-contact-columns.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .filter-mobile.open .ds-col.card.left,.ds-contact-columns.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .filter-mobile.open .ds-col.card.right,.ds-contact-columns.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .form .form-inline .ds-col.check-group,.ds-contact-columns.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .icon.ds-col,.ds-contact-columns.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .media.ds-col,.ds-contact-columns.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .navbar-design .ds-col.nav-link,.ds-contact-columns.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .product-gallery-swiper .ds-col.swiper-thumbs,.ds-contact-columns.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .ds-col.product-item__img,.ds-contact-columns.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .ds-col.product-group__bottom,.ds-contact-columns.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .ds-col.product-item__img,.ds-contact-columns.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .ds-col.product-group__bottom,.ds-contact-columns.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .ds-col.product-item__img,.ds-contact-columns.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .ds-col.product-group__bottom,.ds-contact-columns.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .ds-col.product-item__img,.ds-contact-columns.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .ds-col.product-group__bottom,.ds-contact-columns.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .product-badge .ds-col.badge,.ds-contact-columns.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .ds-col.product-item__img,.ds-contact-columns.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .ds-col.product-item__img,.ds-contact-columns.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .ds-col.product-item__img,.ds-contact-columns.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .ds-col.product-item__img,.ds-contact-columns.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .social-share .social-item.ds-col,.ds-contact-columns.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .sort-products .form-group>div.ds-col,.ds-contact-columns.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .subnav .ds-col.nav-link,.ds-contact-columns.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .two-widgets .content-entry .entry-text.ds-col,.ds-contact-columns.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-fluid .content-entry.ds-col,.ds-contact-columns.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-lg .content-entry.ds-col,.ds-contact-columns.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-md .content-entry.ds-col,.ds-contact-columns.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-sm .content-entry.ds-col,.ds-contact-columns.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-xl .content-entry.ds-col,.ds-contact-columns.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-xxl .content-entry.ds-col,.ds-contact-columns.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .v-text-left .target-image.ds-col,.ds-contact-columns.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .v-text-right .target-image.ds-col,.ds-contact-columns.ds-block--filled .elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .element.ds-col,.ds-contact-columns.ds-block--filled .social-share .effect-dexter .overlay-awesome-figure figcaption .social-item.ds-col,.ds-contact-columns.ds-block--filled .two-widgets .content-entry .effect-dexter .overlay-awesome-figure figcaption .entry-text.ds-col,.ds-contact-columns.ds-block--filled .v-full-screen .container-fluid .effect-dexter .overlay-awesome-figure figcaption .content-entry.ds-col,.ds-contact-columns.ds-block--filled .v-full-screen .container-lg .effect-dexter .overlay-awesome-figure figcaption .content-entry.ds-col,.ds-contact-columns.ds-block--filled .v-full-screen .container-md .effect-dexter .overlay-awesome-figure figcaption .content-entry.ds-col,.ds-contact-columns.ds-block--filled .v-full-screen .container-sm .effect-dexter .overlay-awesome-figure figcaption .content-entry.ds-col,.ds-contact-columns.ds-block--filled .v-full-screen .container-xl .effect-dexter .overlay-awesome-figure figcaption .content-entry.ds-col,.ds-contact-columns.ds-block--filled .v-full-screen .container-xxl .effect-dexter .overlay-awesome-figure figcaption .content-entry.ds-col,.ds-contact-columns.ds-block--filled .v-text-left .effect-dexter .overlay-awesome-figure figcaption .target-image.ds-col,.ds-contact-columns.ds-block--filled .v-text-right .effect-dexter .overlay-awesome-figure figcaption .target-image.ds-col,.ds-contact-design .block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .ds-cn-grid-element.ds-col,.ds-contact-design .block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .element.ds-col,.ds-contact-design .block-elements-colors.nomargin .effect-dexter .overlay-awesome-figure figcaption .ds-cn-grid-element.ds-col,.ds-contact-design .block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .ds-cn-grid-element.ds-col,.ds-contact-design .ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .ds-col,.ds-contact-design .effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .ds-cn-grid-element.ds-col,.ds-contact-design .effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .element.ds-col,.ds-contact-design .effect-dexter .overlay-awesome-figure figcaption .block-elements-colors.nomargin .ds-cn-grid-element.ds-col,.ds-contact-design .effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .ds-cn-grid-element.ds-col,.ds-contact-design .effect-dexter .overlay-awesome-figure figcaption .block.ds-col,.ds-contact-design .effect-dexter .overlay-awesome-figure figcaption .d-flex.ds-col,.ds-contact-design .effect-dexter .overlay-awesome-figure figcaption .ds-block--filled .ds-col,.ds-contact-design .effect-dexter .overlay-awesome-figure figcaption .ds-col.bg-message-form,.ds-contact-design .effect-dexter .overlay-awesome-figure figcaption .ds-col.ds-cn-grid,.ds-contact-design .effect-dexter .overlay-awesome-figure figcaption .ds-col.form-search,.ds-contact-design .effect-dexter .overlay-awesome-figure figcaption .ds-col.nav-menu-item,.ds-contact-design .effect-dexter .overlay-awesome-figure figcaption .ds-col.navbar-menu-inner,.ds-contact-design .effect-dexter .overlay-awesome-figure figcaption .ds-col.navbar__tools,.ds-contact-design .effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .element.ds-col,.ds-contact-design .effect-dexter .overlay-awesome-figure figcaption .filter-mobile.open .ds-col.card.left,.ds-contact-design .effect-dexter .overlay-awesome-figure figcaption .filter-mobile.open .ds-col.card.right,.ds-contact-design .effect-dexter .overlay-awesome-figure figcaption .form .form-inline .ds-col.check-group,.ds-contact-design .effect-dexter .overlay-awesome-figure figcaption .icon.ds-col,.ds-contact-design .effect-dexter .overlay-awesome-figure figcaption .media.ds-col,.ds-contact-design .effect-dexter .overlay-awesome-figure figcaption .navbar-design .ds-col.nav-link,.ds-contact-design .effect-dexter .overlay-awesome-figure figcaption .product-gallery-swiper .ds-col.swiper-thumbs,.ds-contact-design .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .ds-col.product-item__img,.ds-contact-design .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .ds-col.product-group__bottom,.ds-contact-design .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .ds-col.product-item__img,.ds-contact-design .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .ds-col.product-group__bottom,.ds-contact-design .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .ds-col.product-item__img,.ds-contact-design .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .ds-col.product-group__bottom,.ds-contact-design .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .ds-col.product-item__img,.ds-contact-design .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .ds-col.product-group__bottom,.ds-contact-design .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .product-badge .ds-col.badge,.ds-contact-design .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .ds-col.product-item__img,.ds-contact-design .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .ds-col.product-item__img,.ds-contact-design .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .ds-col.product-item__img,.ds-contact-design .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .ds-col.product-item__img,.ds-contact-design .effect-dexter .overlay-awesome-figure figcaption .social-share .social-item.ds-col,.ds-contact-design .effect-dexter .overlay-awesome-figure figcaption .sort-products .form-group>div.ds-col,.ds-contact-design .effect-dexter .overlay-awesome-figure figcaption .subnav .ds-col.nav-link,.ds-contact-design .effect-dexter .overlay-awesome-figure figcaption .two-widgets .content-entry .entry-text.ds-col,.ds-contact-design .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-fluid .content-entry.ds-col,.ds-contact-design .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-lg .content-entry.ds-col,.ds-contact-design .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-md .content-entry.ds-col,.ds-contact-design .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-sm .content-entry.ds-col,.ds-contact-design .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-xl .content-entry.ds-col,.ds-contact-design .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-xxl .content-entry.ds-col,.ds-contact-design .effect-dexter .overlay-awesome-figure figcaption .v-text-left .target-image.ds-col,.ds-contact-design .effect-dexter .overlay-awesome-figure figcaption .v-text-right .target-image.ds-col,.ds-contact-design .elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .element.ds-col,.ds-contact-design .social-share .effect-dexter .overlay-awesome-figure figcaption .social-item.ds-col,.ds-contact-design .two-widgets .content-entry .effect-dexter .overlay-awesome-figure figcaption .entry-text.ds-col,.ds-contact-design .v-full-screen .container-fluid .effect-dexter .overlay-awesome-figure figcaption .content-entry.ds-col,.ds-contact-design .v-full-screen .container-lg .effect-dexter .overlay-awesome-figure figcaption .content-entry.ds-col,.ds-contact-design .v-full-screen .container-md .effect-dexter .overlay-awesome-figure figcaption .content-entry.ds-col,.ds-contact-design .v-full-screen .container-sm .effect-dexter .overlay-awesome-figure figcaption .content-entry.ds-col,.ds-contact-design .v-full-screen .container-xl .effect-dexter .overlay-awesome-figure figcaption .content-entry.ds-col,.ds-contact-design .v-full-screen .container-xxl .effect-dexter .overlay-awesome-figure figcaption .content-entry.ds-col,.ds-contact-design .v-text-left .effect-dexter .overlay-awesome-figure figcaption .target-image.ds-col,.ds-contact-design .v-text-right .effect-dexter .overlay-awesome-figure figcaption .target-image.ds-col,.ds-contact-filled-3.ds-block--filled .block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .ds-cn-grid-element.ds-col,.ds-contact-filled-3.ds-block--filled .block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .element.ds-col,.ds-contact-filled-3.ds-block--filled .block-elements-colors.nomargin .effect-dexter .overlay-awesome-figure figcaption .ds-cn-grid-element.ds-col,.ds-contact-filled-3.ds-block--filled .block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .ds-cn-grid-element.ds-col,.ds-contact-filled-3.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .ds-cn-grid-element.ds-col,.ds-contact-filled-3.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .element.ds-col,.ds-contact-filled-3.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .block-elements-colors.nomargin .ds-cn-grid-element.ds-col,.ds-contact-filled-3.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .ds-cn-grid-element.ds-col,.ds-contact-filled-3.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .block.ds-col,.ds-contact-filled-3.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .d-flex.ds-col,.ds-contact-filled-3.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .ds-col,.ds-contact-filled-3.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .ds-col.bg-message-form,.ds-contact-filled-3.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .ds-col.ds-cn-grid,.ds-contact-filled-3.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .ds-col.form-search,.ds-contact-filled-3.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .ds-col.nav-menu-item,.ds-contact-filled-3.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .ds-col.navbar-menu-inner,.ds-contact-filled-3.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .ds-col.navbar__tools,.ds-contact-filled-3.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .element.ds-col,.ds-contact-filled-3.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .filter-mobile.open .ds-col.card.left,.ds-contact-filled-3.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .filter-mobile.open .ds-col.card.right,.ds-contact-filled-3.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .form .form-inline .ds-col.check-group,.ds-contact-filled-3.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .icon.ds-col,.ds-contact-filled-3.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .media.ds-col,.ds-contact-filled-3.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .navbar-design .ds-col.nav-link,.ds-contact-filled-3.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .product-gallery-swiper .ds-col.swiper-thumbs,.ds-contact-filled-3.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .ds-col.product-item__img,.ds-contact-filled-3.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .ds-col.product-group__bottom,.ds-contact-filled-3.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .ds-col.product-item__img,.ds-contact-filled-3.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .ds-col.product-group__bottom,.ds-contact-filled-3.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .ds-col.product-item__img,.ds-contact-filled-3.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .ds-col.product-group__bottom,.ds-contact-filled-3.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .ds-col.product-item__img,.ds-contact-filled-3.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .ds-col.product-group__bottom,.ds-contact-filled-3.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .product-badge .ds-col.badge,.ds-contact-filled-3.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .ds-col.product-item__img,.ds-contact-filled-3.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .ds-col.product-item__img,.ds-contact-filled-3.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .ds-col.product-item__img,.ds-contact-filled-3.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .ds-col.product-item__img,.ds-contact-filled-3.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .social-share .social-item.ds-col,.ds-contact-filled-3.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .sort-products .form-group>div.ds-col,.ds-contact-filled-3.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .subnav .ds-col.nav-link,.ds-contact-filled-3.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .two-widgets .content-entry .entry-text.ds-col,.ds-contact-filled-3.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-fluid .content-entry.ds-col,.ds-contact-filled-3.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-lg .content-entry.ds-col,.ds-contact-filled-3.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-md .content-entry.ds-col,.ds-contact-filled-3.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-sm .content-entry.ds-col,.ds-contact-filled-3.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-xl .content-entry.ds-col,.ds-contact-filled-3.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-xxl .content-entry.ds-col,.ds-contact-filled-3.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .v-text-left .target-image.ds-col,.ds-contact-filled-3.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .v-text-right .target-image.ds-col,.ds-contact-filled-3.ds-block--filled .elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .element.ds-col,.ds-contact-filled-3.ds-block--filled .social-share .effect-dexter .overlay-awesome-figure figcaption .social-item.ds-col,.ds-contact-filled-3.ds-block--filled .two-widgets .content-entry .effect-dexter .overlay-awesome-figure figcaption .entry-text.ds-col,.ds-contact-filled-3.ds-block--filled .v-full-screen .container-fluid .effect-dexter .overlay-awesome-figure figcaption .content-entry.ds-col,.ds-contact-filled-3.ds-block--filled .v-full-screen .container-lg .effect-dexter .overlay-awesome-figure figcaption .content-entry.ds-col,.ds-contact-filled-3.ds-block--filled .v-full-screen .container-md .effect-dexter .overlay-awesome-figure figcaption .content-entry.ds-col,.ds-contact-filled-3.ds-block--filled .v-full-screen .container-sm .effect-dexter .overlay-awesome-figure figcaption .content-entry.ds-col,.ds-contact-filled-3.ds-block--filled .v-full-screen .container-xl .effect-dexter .overlay-awesome-figure figcaption .content-entry.ds-col,.ds-contact-filled-3.ds-block--filled .v-full-screen .container-xxl .effect-dexter .overlay-awesome-figure figcaption .content-entry.ds-col,.ds-contact-filled-3.ds-block--filled .v-text-left .effect-dexter .overlay-awesome-figure figcaption .target-image.ds-col,.ds-contact-filled-3.ds-block--filled .v-text-right .effect-dexter .overlay-awesome-figure figcaption .target-image.ds-col,.effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .block-elements-colors .ds-cn-grid-element.element,.effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .block-elements-colors .element,.effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .block-elements-colors.nomargin .element.ds-cn-grid-element,.effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .block-lateral-aligns .ds-cn-grid-element.element,.effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .block-lateral-aligns .element,.effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .block.element,.effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .d-flex.element,.effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .ds-block--filled .ds-col.element,.effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .ds-cn-grid-element.element,.effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .ds-contact-columns.ds-block--filled .ds-cn-grid-element.ds-col,.effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .ds-contact-columns.ds-block--filled .element.ds-col,.effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .ds-contact-design .ds-cn-grid-element.ds-col,.effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .ds-contact-design .element.ds-col,.effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .ds-contact-filled-3.ds-block--filled .ds-cn-grid-element.ds-col,.effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .ds-contact-filled-3.ds-block--filled .element.ds-col,.effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .element,.effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .element.bg-message-form,.effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .element.ds-cn-grid,.effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .element.form-search,.effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .element.nav-menu-item,.effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .element.navbar-menu-inner,.effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .element.navbar__tools,.effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .elements-style-flex-column .ds-cn-grid-element.element,.effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .elements-style-flex-column .element,.effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .filter-mobile .ds-cn-grid-element.card,.effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .filter-mobile .element.card,.effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .filter-mobile.open .element.card.left,.effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .filter-mobile.open .element.card.right,.effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .flex-column.ds-cn-grid-element,.effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .flex-column.element,.effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .form .form-inline .ds-cn-grid-element.form-group,.effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .form .form-inline .element.check-group,.effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .form .form-inline .element.form-group,.effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .icon.element,.effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .media.element,.effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .navbar-design .element.nav-link,.effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .product-gallery-swiper .element.swiper-thumbs,.effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .shop-design2 .col-md-12>.product-item .element.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .shop-design2 .col-md-12>.product-item .product-item__body .ds-cn-grid-element.price-item,.effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .shop-design2 .col-md-12>.product-item .product-item__body .ds-cn-grid-element.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .shop-design2 .col-md-12>.product-item .product-item__body .element.price-item,.effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .shop-design2 .col-md-12>.product-item .product-item__body .element.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .shop-design2 .col-md-12>div>.product-item .element.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .shop-design2 .col-md-12>div>.product-item .product-item__body .ds-cn-grid-element.price-item,.effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .shop-design2 .col-md-12>div>.product-item .product-item__body .ds-cn-grid-element.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .shop-design2 .col-md-12>div>.product-item .product-item__body .element.price-item,.effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .shop-design2 .col-md-12>div>.product-item .product-item__body .element.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .shop-design2 .col-md-6>.product-item .element.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .shop-design2 .col-md-6>.product-item .product-item__body .ds-cn-grid-element.price-item,.effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .shop-design2 .col-md-6>.product-item .product-item__body .ds-cn-grid-element.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .shop-design2 .col-md-6>.product-item .product-item__body .element.price-item,.effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .shop-design2 .col-md-6>.product-item .product-item__body .element.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .shop-design2 .col-md-6>div>.product-item .element.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .shop-design2 .col-md-6>div>.product-item .product-item__body .ds-cn-grid-element.price-item,.effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .shop-design2 .col-md-6>div>.product-item .product-item__body .ds-cn-grid-element.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .shop-design2 .col-md-6>div>.product-item .product-item__body .element.price-item,.effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .shop-design2 .col-md-6>div>.product-item .product-item__body .element.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .shop-design2 .ds-cn-grid-element.price-item,.effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .shop-design2 .element.price-item,.effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .shop-design2 .product-badge .element.badge,.effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .shop-horizontal .col-md-12>.product-item .element.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .shop-horizontal .col-md-12>.product-item .product-item__body .ds-cn-grid-element.price-item,.effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .shop-horizontal .col-md-12>.product-item .product-item__body .ds-cn-grid-element.product-btn,.effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .shop-horizontal .col-md-12>.product-item .product-item__body .element.price-item,.effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .shop-horizontal .col-md-12>.product-item .product-item__body .element.product-btn,.effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .shop-horizontal .col-md-12>div>.product-item .element.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .shop-horizontal .col-md-12>div>.product-item .product-item__body .ds-cn-grid-element.price-item,.effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .shop-horizontal .col-md-12>div>.product-item .product-item__body .ds-cn-grid-element.product-btn,.effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .shop-horizontal .col-md-12>div>.product-item .product-item__body .element.price-item,.effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .shop-horizontal .col-md-12>div>.product-item .product-item__body .element.product-btn,.effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .shop-horizontal .col-md-6>.product-item .element.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .shop-horizontal .col-md-6>.product-item .product-item__body .ds-cn-grid-element.price-item,.effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .shop-horizontal .col-md-6>.product-item .product-item__body .ds-cn-grid-element.product-btn,.effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .shop-horizontal .col-md-6>.product-item .product-item__body .element.price-item,.effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .shop-horizontal .col-md-6>.product-item .product-item__body .element.product-btn,.effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .shop-horizontal .col-md-6>div>.product-item .element.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .shop-horizontal .col-md-6>div>.product-item .product-item__body .ds-cn-grid-element.price-item,.effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .shop-horizontal .col-md-6>div>.product-item .product-item__body .ds-cn-grid-element.product-btn,.effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .shop-horizontal .col-md-6>div>.product-item .product-item__body .element.price-item,.effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .shop-horizontal .col-md-6>div>.product-item .product-item__body .element.product-btn,.effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .social-share .social-item.element,.effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .sort-products .form-group>div.element,.effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .subnav .element.nav-link,.effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .two-widgets .content-entry .entry-text.element,.effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .v-full-screen .container-fluid .content-entry.element,.effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .v-full-screen .container-lg .content-entry.element,.effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .v-full-screen .container-md .content-entry.element,.effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .v-full-screen .container-sm .content-entry.element,.effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .v-full-screen .container-xl .content-entry.element,.effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .v-full-screen .container-xxl .content-entry.element,.effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .v-text-left .target-image.element,.effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .v-text-right .target-image.element,.effect-dexter .overlay-awesome-figure figcaption .block-elements-colors .block.element,.effect-dexter .overlay-awesome-figure figcaption .block-elements-colors .d-flex.element,.effect-dexter .overlay-awesome-figure figcaption .block-elements-colors .element.bg-message-form,.effect-dexter .overlay-awesome-figure figcaption .block-elements-colors .element.ds-cn-grid,.effect-dexter .overlay-awesome-figure figcaption .block-elements-colors .element.form-search,.effect-dexter .overlay-awesome-figure figcaption .block-elements-colors .element.nav-menu-item,.effect-dexter .overlay-awesome-figure figcaption .block-elements-colors .element.navbar-menu-inner,.effect-dexter .overlay-awesome-figure figcaption .block-elements-colors .element.navbar__tools,.effect-dexter .overlay-awesome-figure figcaption .block-elements-colors .filter-mobile.open .element.card.left,.effect-dexter .overlay-awesome-figure figcaption .block-elements-colors .filter-mobile.open .element.card.right,.effect-dexter .overlay-awesome-figure figcaption .block-elements-colors .form .form-inline .element.check-group,.effect-dexter .overlay-awesome-figure figcaption .block-elements-colors .icon.element,.effect-dexter .overlay-awesome-figure figcaption .block-elements-colors .media.element,.effect-dexter .overlay-awesome-figure figcaption .block-elements-colors .navbar-design .element.nav-link,.effect-dexter .overlay-awesome-figure figcaption .block-elements-colors .product-gallery-swiper .element.swiper-thumbs,.effect-dexter .overlay-awesome-figure figcaption .block-elements-colors .shop-design2 .col-md-12>.product-item .element.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .block-elements-colors .shop-design2 .col-md-12>.product-item .product-item__body .element.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .block-elements-colors .shop-design2 .col-md-12>div>.product-item .element.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .block-elements-colors .shop-design2 .col-md-12>div>.product-item .product-item__body .element.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .block-elements-colors .shop-design2 .col-md-6>.product-item .element.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .block-elements-colors .shop-design2 .col-md-6>.product-item .product-item__body .element.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .block-elements-colors .shop-design2 .col-md-6>div>.product-item .element.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .block-elements-colors .shop-design2 .col-md-6>div>.product-item .product-item__body .element.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .block-elements-colors .shop-design2 .product-badge .element.badge,.effect-dexter .overlay-awesome-figure figcaption .block-elements-colors .shop-horizontal .col-md-12>.product-item .element.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .block-elements-colors .shop-horizontal .col-md-12>div>.product-item .element.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .block-elements-colors .shop-horizontal .col-md-6>.product-item .element.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .block-elements-colors .shop-horizontal .col-md-6>div>.product-item .element.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .block-elements-colors .sort-products .form-group>div.element,.effect-dexter .overlay-awesome-figure figcaption .block-elements-colors .subnav .element.nav-link,.effect-dexter .overlay-awesome-figure figcaption .block-elements-colors.nomargin .ds-contact-columns.ds-block--filled .ds-cn-grid-element.ds-col,.effect-dexter .overlay-awesome-figure figcaption .block-elements-colors.nomargin .ds-contact-design .ds-cn-grid-element.ds-col,.effect-dexter .overlay-awesome-figure figcaption .block-elements-colors.nomargin .ds-contact-filled-3.ds-block--filled .ds-cn-grid-element.ds-col,.effect-dexter .overlay-awesome-figure figcaption .block-elements-colors.nomargin .element.ds-cn-grid-element,.effect-dexter .overlay-awesome-figure figcaption .block-elements-colors.nomargin .filter-mobile .ds-cn-grid-element.card,.effect-dexter .overlay-awesome-figure figcaption .block-elements-colors.nomargin .flex-column.ds-cn-grid-element,.effect-dexter .overlay-awesome-figure figcaption .block-elements-colors.nomargin .form .form-inline .ds-cn-grid-element.form-group,.effect-dexter .overlay-awesome-figure figcaption .block-elements-colors.nomargin .shop-design2 .col-md-12>.product-item .product-item__body .ds-cn-grid-element.price-item,.effect-dexter .overlay-awesome-figure figcaption .block-elements-colors.nomargin .shop-design2 .col-md-12>.product-item .product-item__body .ds-cn-grid-element.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .block-elements-colors.nomargin .shop-design2 .col-md-12>div>.product-item .product-item__body .ds-cn-grid-element.price-item,.effect-dexter .overlay-awesome-figure figcaption .block-elements-colors.nomargin .shop-design2 .col-md-12>div>.product-item .product-item__body .ds-cn-grid-element.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .block-elements-colors.nomargin .shop-design2 .col-md-6>.product-item .product-item__body .ds-cn-grid-element.price-item,.effect-dexter .overlay-awesome-figure figcaption .block-elements-colors.nomargin .shop-design2 .col-md-6>.product-item .product-item__body .ds-cn-grid-element.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .block-elements-colors.nomargin .shop-design2 .col-md-6>div>.product-item .product-item__body .ds-cn-grid-element.price-item,.effect-dexter .overlay-awesome-figure figcaption .block-elements-colors.nomargin .shop-design2 .col-md-6>div>.product-item .product-item__body .ds-cn-grid-element.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .block-elements-colors.nomargin .shop-design2 .ds-cn-grid-element.price-item,.effect-dexter .overlay-awesome-figure figcaption .block-elements-colors.nomargin .shop-horizontal .col-md-12>.product-item .product-item__body .ds-cn-grid-element.price-item,.effect-dexter .overlay-awesome-figure figcaption .block-elements-colors.nomargin .shop-horizontal .col-md-12>.product-item .product-item__body .ds-cn-grid-element.product-btn,.effect-dexter .overlay-awesome-figure figcaption .block-elements-colors.nomargin .shop-horizontal .col-md-12>div>.product-item .product-item__body .ds-cn-grid-element.price-item,.effect-dexter .overlay-awesome-figure figcaption .block-elements-colors.nomargin .shop-horizontal .col-md-12>div>.product-item .product-item__body .ds-cn-grid-element.product-btn,.effect-dexter .overlay-awesome-figure figcaption .block-elements-colors.nomargin .shop-horizontal .col-md-6>.product-item .product-item__body .ds-cn-grid-element.price-item,.effect-dexter .overlay-awesome-figure figcaption .block-elements-colors.nomargin .shop-horizontal .col-md-6>.product-item .product-item__body .ds-cn-grid-element.product-btn,.effect-dexter .overlay-awesome-figure figcaption .block-elements-colors.nomargin .shop-horizontal .col-md-6>div>.product-item .product-item__body .ds-cn-grid-element.price-item,.effect-dexter .overlay-awesome-figure figcaption .block-elements-colors.nomargin .shop-horizontal .col-md-6>div>.product-item .product-item__body .ds-cn-grid-element.product-btn,.effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .block-element-circle-style .ds-cn-grid-element.element,.effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .block-element-circle-style .element,.effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .block-elements-colors .ds-cn-grid-element.element,.effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .block-elements-colors.nomargin .element.ds-cn-grid-element,.effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .block.element,.effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .d-flex.element,.effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .ds-block--filled .ds-col.element,.effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .ds-cn-grid-element.element,.effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .ds-contact-columns.ds-block--filled .ds-cn-grid-element.ds-col,.effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .ds-contact-design .ds-cn-grid-element.ds-col,.effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .ds-contact-filled-3.ds-block--filled .ds-cn-grid-element.ds-col,.effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .element.bg-message-form,.effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .element.ds-cn-grid,.effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .element.form-search,.effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .element.nav-menu-item,.effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .element.navbar-menu-inner,.effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .element.navbar__tools,.effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .elements-style-flex-column .ds-cn-grid-element.element,.effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .elements-style-flex-column .element,.effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .filter-mobile .ds-cn-grid-element.card,.effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .filter-mobile.open .element.card.left,.effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .filter-mobile.open .element.card.right,.effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .flex-column.ds-cn-grid-element,.effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .form .form-inline .ds-cn-grid-element.form-group,.effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .form .form-inline .element.check-group,.effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .icon.element,.effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .media.element,.effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .navbar-design .element.nav-link,.effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .product-gallery-swiper .element.swiper-thumbs,.effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .shop-design2 .col-md-12>.product-item .element.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .shop-design2 .col-md-12>.product-item .product-item__body .ds-cn-grid-element.price-item,.effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .shop-design2 .col-md-12>.product-item .product-item__body .ds-cn-grid-element.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .shop-design2 .col-md-12>.product-item .product-item__body .element.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .shop-design2 .col-md-12>div>.product-item .element.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .shop-design2 .col-md-12>div>.product-item .product-item__body .ds-cn-grid-element.price-item,.effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .shop-design2 .col-md-12>div>.product-item .product-item__body .ds-cn-grid-element.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .shop-design2 .col-md-12>div>.product-item .product-item__body .element.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .shop-design2 .col-md-6>.product-item .element.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .shop-design2 .col-md-6>.product-item .product-item__body .ds-cn-grid-element.price-item,.effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .shop-design2 .col-md-6>.product-item .product-item__body .ds-cn-grid-element.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .shop-design2 .col-md-6>.product-item .product-item__body .element.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .shop-design2 .col-md-6>div>.product-item .element.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .shop-design2 .col-md-6>div>.product-item .product-item__body .ds-cn-grid-element.price-item,.effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .shop-design2 .col-md-6>div>.product-item .product-item__body .ds-cn-grid-element.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .shop-design2 .col-md-6>div>.product-item .product-item__body .element.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .shop-design2 .ds-cn-grid-element.price-item,.effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .shop-design2 .product-badge .element.badge,.effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .shop-horizontal .col-md-12>.product-item .element.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .shop-horizontal .col-md-12>.product-item .product-item__body .ds-cn-grid-element.price-item,.effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .shop-horizontal .col-md-12>.product-item .product-item__body .ds-cn-grid-element.product-btn,.effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .shop-horizontal .col-md-12>div>.product-item .element.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .shop-horizontal .col-md-12>div>.product-item .product-item__body .ds-cn-grid-element.price-item,.effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .shop-horizontal .col-md-12>div>.product-item .product-item__body .ds-cn-grid-element.product-btn,.effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .shop-horizontal .col-md-6>.product-item .element.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .shop-horizontal .col-md-6>.product-item .product-item__body .ds-cn-grid-element.price-item,.effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .shop-horizontal .col-md-6>.product-item .product-item__body .ds-cn-grid-element.product-btn,.effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .shop-horizontal .col-md-6>div>.product-item .element.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .shop-horizontal .col-md-6>div>.product-item .product-item__body .ds-cn-grid-element.price-item,.effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .shop-horizontal .col-md-6>div>.product-item .product-item__body .ds-cn-grid-element.product-btn,.effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .social-share .social-item.element,.effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .sort-products .form-group>div.element,.effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .subnav .element.nav-link,.effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .two-widgets .content-entry .entry-text.element,.effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .v-full-screen .container-fluid .content-entry.element,.effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .v-full-screen .container-lg .content-entry.element,.effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .v-full-screen .container-md .content-entry.element,.effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .v-full-screen .container-sm .content-entry.element,.effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .v-full-screen .container-xl .content-entry.element,.effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .v-full-screen .container-xxl .content-entry.element,.effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .v-text-left .target-image.element,.effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .v-text-right .target-image.element,.effect-dexter .overlay-awesome-figure figcaption .d-flex.flex-column,.effect-dexter .overlay-awesome-figure figcaption .ds-block--filled .block-element-circle-style .ds-col.element,.effect-dexter .overlay-awesome-figure figcaption .ds-block--filled .block-elements-colors .ds-col.element,.effect-dexter .overlay-awesome-figure figcaption .ds-block--filled .block-lateral-aligns .ds-col.element,.effect-dexter .overlay-awesome-figure figcaption .ds-block--filled .ds-contact-design .ds-col,.effect-dexter .overlay-awesome-figure figcaption .ds-block--filled .elements-style-flex-column .ds-col.element,.effect-dexter .overlay-awesome-figure figcaption .ds-block--filled .filter-mobile .ds-col.card,.effect-dexter .overlay-awesome-figure figcaption .ds-block--filled .flex-column.ds-col,.effect-dexter .overlay-awesome-figure figcaption .ds-block--filled .form .form-inline .ds-col.form-group,.effect-dexter .overlay-awesome-figure figcaption .ds-block--filled .shop-design2 .col-md-12>.product-item .product-item__body .ds-col.price-item,.effect-dexter .overlay-awesome-figure figcaption .ds-block--filled .shop-design2 .col-md-12>.product-item .product-item__body .ds-col.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .ds-block--filled .shop-design2 .col-md-12>div>.product-item .product-item__body .ds-col.price-item,.effect-dexter .overlay-awesome-figure figcaption .ds-block--filled .shop-design2 .col-md-12>div>.product-item .product-item__body .ds-col.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .ds-block--filled .shop-design2 .col-md-6>.product-item .product-item__body .ds-col.price-item,.effect-dexter .overlay-awesome-figure figcaption .ds-block--filled .shop-design2 .col-md-6>.product-item .product-item__body .ds-col.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .ds-block--filled .shop-design2 .col-md-6>div>.product-item .product-item__body .ds-col.price-item,.effect-dexter .overlay-awesome-figure figcaption .ds-block--filled .shop-design2 .col-md-6>div>.product-item .product-item__body .ds-col.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .ds-block--filled .shop-design2 .ds-col.price-item,.effect-dexter .overlay-awesome-figure figcaption .ds-block--filled .shop-horizontal .col-md-12>.product-item .product-item__body .ds-col.price-item,.effect-dexter .overlay-awesome-figure figcaption .ds-block--filled .shop-horizontal .col-md-12>.product-item .product-item__body .ds-col.product-btn,.effect-dexter .overlay-awesome-figure figcaption .ds-block--filled .shop-horizontal .col-md-12>div>.product-item .product-item__body .ds-col.price-item,.effect-dexter .overlay-awesome-figure figcaption .ds-block--filled .shop-horizontal .col-md-12>div>.product-item .product-item__body .ds-col.product-btn,.effect-dexter .overlay-awesome-figure figcaption .ds-block--filled .shop-horizontal .col-md-6>.product-item .product-item__body .ds-col.price-item,.effect-dexter .overlay-awesome-figure figcaption .ds-block--filled .shop-horizontal .col-md-6>.product-item .product-item__body .ds-col.product-btn,.effect-dexter .overlay-awesome-figure figcaption .ds-block--filled .shop-horizontal .col-md-6>div>.product-item .product-item__body .ds-col.price-item,.effect-dexter .overlay-awesome-figure figcaption .ds-block--filled .shop-horizontal .col-md-6>div>.product-item .product-item__body .ds-col.product-btn,.effect-dexter .overlay-awesome-figure figcaption .ds-contact-columns.ds-block--filled .block.ds-col,.effect-dexter .overlay-awesome-figure figcaption .ds-contact-columns.ds-block--filled .d-flex.ds-col,.effect-dexter .overlay-awesome-figure figcaption .ds-contact-columns.ds-block--filled .ds-col,.effect-dexter .overlay-awesome-figure figcaption .ds-contact-columns.ds-block--filled .ds-col.bg-message-form,.effect-dexter .overlay-awesome-figure figcaption .ds-contact-columns.ds-block--filled .ds-col.ds-cn-grid,.effect-dexter .overlay-awesome-figure figcaption .ds-contact-columns.ds-block--filled .ds-col.form-search,.effect-dexter .overlay-awesome-figure figcaption .ds-contact-columns.ds-block--filled .ds-col.nav-menu-item,.effect-dexter .overlay-awesome-figure figcaption .ds-contact-columns.ds-block--filled .ds-col.navbar-menu-inner,.effect-dexter .overlay-awesome-figure figcaption .ds-contact-columns.ds-block--filled .ds-col.navbar__tools,.effect-dexter .overlay-awesome-figure figcaption .ds-contact-columns.ds-block--filled .filter-mobile.open .ds-col.card.left,.effect-dexter .overlay-awesome-figure figcaption .ds-contact-columns.ds-block--filled .filter-mobile.open .ds-col.card.right,.effect-dexter .overlay-awesome-figure figcaption .ds-contact-columns.ds-block--filled .form .form-inline .ds-col.check-group,.effect-dexter .overlay-awesome-figure figcaption .ds-contact-columns.ds-block--filled .icon.ds-col,.effect-dexter .overlay-awesome-figure figcaption .ds-contact-columns.ds-block--filled .media.ds-col,.effect-dexter .overlay-awesome-figure figcaption .ds-contact-columns.ds-block--filled .navbar-design .ds-col.nav-link,.effect-dexter .overlay-awesome-figure figcaption .ds-contact-columns.ds-block--filled .product-gallery-swiper .ds-col.swiper-thumbs,.effect-dexter .overlay-awesome-figure figcaption .ds-contact-columns.ds-block--filled .shop-design2 .col-md-12>.product-item .ds-col.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .ds-contact-columns.ds-block--filled .shop-design2 .col-md-12>.product-item .product-item__body .ds-col.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .ds-contact-columns.ds-block--filled .shop-design2 .col-md-12>div>.product-item .ds-col.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .ds-contact-columns.ds-block--filled .shop-design2 .col-md-12>div>.product-item .product-item__body .ds-col.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .ds-contact-columns.ds-block--filled .shop-design2 .col-md-6>.product-item .ds-col.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .ds-contact-columns.ds-block--filled .shop-design2 .col-md-6>.product-item .product-item__body .ds-col.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .ds-contact-columns.ds-block--filled .shop-design2 .col-md-6>div>.product-item .ds-col.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .ds-contact-columns.ds-block--filled .shop-design2 .col-md-6>div>.product-item .product-item__body .ds-col.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .ds-contact-columns.ds-block--filled .shop-design2 .product-badge .ds-col.badge,.effect-dexter .overlay-awesome-figure figcaption .ds-contact-columns.ds-block--filled .shop-horizontal .col-md-12>.product-item .ds-col.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .ds-contact-columns.ds-block--filled .shop-horizontal .col-md-12>div>.product-item .ds-col.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .ds-contact-columns.ds-block--filled .shop-horizontal .col-md-6>.product-item .ds-col.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .ds-contact-columns.ds-block--filled .shop-horizontal .col-md-6>div>.product-item .ds-col.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .ds-contact-columns.ds-block--filled .sort-products .form-group>div.ds-col,.effect-dexter .overlay-awesome-figure figcaption .ds-contact-columns.ds-block--filled .subnav .ds-col.nav-link,.effect-dexter .overlay-awesome-figure figcaption .ds-contact-design .block.ds-col,.effect-dexter .overlay-awesome-figure figcaption .ds-contact-design .d-flex.ds-col,.effect-dexter .overlay-awesome-figure figcaption .ds-contact-design .ds-col.bg-message-form,.effect-dexter .overlay-awesome-figure figcaption .ds-contact-design .ds-col.ds-cn-grid,.effect-dexter .overlay-awesome-figure figcaption .ds-contact-design .ds-col.form-search,.effect-dexter .overlay-awesome-figure figcaption .ds-contact-design .ds-col.nav-menu-item,.effect-dexter .overlay-awesome-figure figcaption .ds-contact-design .ds-col.navbar-menu-inner,.effect-dexter .overlay-awesome-figure figcaption .ds-contact-design .ds-col.navbar__tools,.effect-dexter .overlay-awesome-figure figcaption .ds-contact-design .filter-mobile.open .ds-col.card.left,.effect-dexter .overlay-awesome-figure figcaption .ds-contact-design .filter-mobile.open .ds-col.card.right,.effect-dexter .overlay-awesome-figure figcaption .ds-contact-design .form .form-inline .ds-col.check-group,.effect-dexter .overlay-awesome-figure figcaption .ds-contact-design .icon.ds-col,.effect-dexter .overlay-awesome-figure figcaption .ds-contact-design .media.ds-col,.effect-dexter .overlay-awesome-figure figcaption .ds-contact-design .navbar-design .ds-col.nav-link,.effect-dexter .overlay-awesome-figure figcaption .ds-contact-design .product-gallery-swiper .ds-col.swiper-thumbs,.effect-dexter .overlay-awesome-figure figcaption .ds-contact-design .shop-design2 .col-md-12>.product-item .ds-col.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .ds-contact-design .shop-design2 .col-md-12>.product-item .product-item__body .ds-col.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .ds-contact-design .shop-design2 .col-md-12>div>.product-item .ds-col.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .ds-contact-design .shop-design2 .col-md-12>div>.product-item .product-item__body .ds-col.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .ds-contact-design .shop-design2 .col-md-6>.product-item .ds-col.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .ds-contact-design .shop-design2 .col-md-6>.product-item .product-item__body .ds-col.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .ds-contact-design .shop-design2 .col-md-6>div>.product-item .ds-col.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .ds-contact-design .shop-design2 .col-md-6>div>.product-item .product-item__body .ds-col.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .ds-contact-design .shop-design2 .product-badge .ds-col.badge,.effect-dexter .overlay-awesome-figure figcaption .ds-contact-design .shop-horizontal .col-md-12>.product-item .ds-col.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .ds-contact-design .shop-horizontal .col-md-12>div>.product-item .ds-col.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .ds-contact-design .shop-horizontal .col-md-6>.product-item .ds-col.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .ds-contact-design .shop-horizontal .col-md-6>div>.product-item .ds-col.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .ds-contact-design .sort-products .form-group>div.ds-col,.effect-dexter .overlay-awesome-figure figcaption .ds-contact-design .subnav .ds-col.nav-link,.effect-dexter .overlay-awesome-figure figcaption .ds-contact-filled-3.ds-block--filled .block.ds-col,.effect-dexter .overlay-awesome-figure figcaption .ds-contact-filled-3.ds-block--filled .d-flex.ds-col,.effect-dexter .overlay-awesome-figure figcaption .ds-contact-filled-3.ds-block--filled .ds-col,.effect-dexter .overlay-awesome-figure figcaption .ds-contact-filled-3.ds-block--filled .ds-col.bg-message-form,.effect-dexter .overlay-awesome-figure figcaption .ds-contact-filled-3.ds-block--filled .ds-col.ds-cn-grid,.effect-dexter .overlay-awesome-figure figcaption .ds-contact-filled-3.ds-block--filled .ds-col.form-search,.effect-dexter .overlay-awesome-figure figcaption .ds-contact-filled-3.ds-block--filled .ds-col.nav-menu-item,.effect-dexter .overlay-awesome-figure figcaption .ds-contact-filled-3.ds-block--filled .ds-col.navbar-menu-inner,.effect-dexter .overlay-awesome-figure figcaption .ds-contact-filled-3.ds-block--filled .ds-col.navbar__tools,.effect-dexter .overlay-awesome-figure figcaption .ds-contact-filled-3.ds-block--filled .filter-mobile.open .ds-col.card.left,.effect-dexter .overlay-awesome-figure figcaption .ds-contact-filled-3.ds-block--filled .filter-mobile.open .ds-col.card.right,.effect-dexter .overlay-awesome-figure figcaption .ds-contact-filled-3.ds-block--filled .form .form-inline .ds-col.check-group,.effect-dexter .overlay-awesome-figure figcaption .ds-contact-filled-3.ds-block--filled .icon.ds-col,.effect-dexter .overlay-awesome-figure figcaption .ds-contact-filled-3.ds-block--filled .media.ds-col,.effect-dexter .overlay-awesome-figure figcaption .ds-contact-filled-3.ds-block--filled .navbar-design .ds-col.nav-link,.effect-dexter .overlay-awesome-figure figcaption .ds-contact-filled-3.ds-block--filled .product-gallery-swiper .ds-col.swiper-thumbs,.effect-dexter .overlay-awesome-figure figcaption .ds-contact-filled-3.ds-block--filled .shop-design2 .col-md-12>.product-item .ds-col.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .ds-contact-filled-3.ds-block--filled .shop-design2 .col-md-12>.product-item .product-item__body .ds-col.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .ds-contact-filled-3.ds-block--filled .shop-design2 .col-md-12>div>.product-item .ds-col.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .ds-contact-filled-3.ds-block--filled .shop-design2 .col-md-12>div>.product-item .product-item__body .ds-col.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .ds-contact-filled-3.ds-block--filled .shop-design2 .col-md-6>.product-item .ds-col.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .ds-contact-filled-3.ds-block--filled .shop-design2 .col-md-6>.product-item .product-item__body .ds-col.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .ds-contact-filled-3.ds-block--filled .shop-design2 .col-md-6>div>.product-item .ds-col.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .ds-contact-filled-3.ds-block--filled .shop-design2 .col-md-6>div>.product-item .product-item__body .ds-col.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .ds-contact-filled-3.ds-block--filled .shop-design2 .product-badge .ds-col.badge,.effect-dexter .overlay-awesome-figure figcaption .ds-contact-filled-3.ds-block--filled .shop-horizontal .col-md-12>.product-item .ds-col.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .ds-contact-filled-3.ds-block--filled .shop-horizontal .col-md-12>div>.product-item .ds-col.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .ds-contact-filled-3.ds-block--filled .shop-horizontal .col-md-6>.product-item .ds-col.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .ds-contact-filled-3.ds-block--filled .shop-horizontal .col-md-6>div>.product-item .ds-col.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .ds-contact-filled-3.ds-block--filled .sort-products .form-group>div.ds-col,.effect-dexter .overlay-awesome-figure figcaption .ds-contact-filled-3.ds-block--filled .subnav .ds-col.nav-link,.effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .block-element-circle-style .ds-cn-grid-element.element,.effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .block-element-circle-style .element,.effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .block-elements-colors .element,.effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .block-elements-colors.nomargin .element.ds-cn-grid-element,.effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .block-lateral-aligns .ds-cn-grid-element.element,.effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .block-lateral-aligns .element,.effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .block.element,.effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .d-flex.element,.effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .ds-block--filled .ds-col.element,.effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .ds-contact-columns.ds-block--filled .element.ds-col,.effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .ds-contact-design .element.ds-col,.effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .ds-contact-filled-3.ds-block--filled .element.ds-col,.effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .element,.effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .element.bg-message-form,.effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .element.ds-cn-grid,.effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .element.form-search,.effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .element.nav-menu-item,.effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .element.navbar-menu-inner,.effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .element.navbar__tools,.effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .filter-mobile .element.card,.effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .filter-mobile.open .element.card.left,.effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .filter-mobile.open .element.card.right,.effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .flex-column.element,.effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .form .form-inline .element.check-group,.effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .form .form-inline .element.form-group,.effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .icon.element,.effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .media.element,.effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .navbar-design .element.nav-link,.effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .product-gallery-swiper .element.swiper-thumbs,.effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .shop-design2 .col-md-12>.product-item .element.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .shop-design2 .col-md-12>.product-item .product-item__body .element.price-item,.effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .shop-design2 .col-md-12>.product-item .product-item__body .element.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .shop-design2 .col-md-12>div>.product-item .element.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .shop-design2 .col-md-12>div>.product-item .product-item__body .element.price-item,.effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .shop-design2 .col-md-12>div>.product-item .product-item__body .element.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .shop-design2 .col-md-6>.product-item .element.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .shop-design2 .col-md-6>.product-item .product-item__body .element.price-item,.effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .shop-design2 .col-md-6>.product-item .product-item__body .element.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .shop-design2 .col-md-6>div>.product-item .element.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .shop-design2 .col-md-6>div>.product-item .product-item__body .element.price-item,.effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .shop-design2 .col-md-6>div>.product-item .product-item__body .element.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .shop-design2 .element.price-item,.effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .shop-design2 .product-badge .element.badge,.effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .shop-horizontal .col-md-12>.product-item .element.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .shop-horizontal .col-md-12>.product-item .product-item__body .element.price-item,.effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .shop-horizontal .col-md-12>.product-item .product-item__body .element.product-btn,.effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .shop-horizontal .col-md-12>div>.product-item .element.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .shop-horizontal .col-md-12>div>.product-item .product-item__body .element.price-item,.effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .shop-horizontal .col-md-12>div>.product-item .product-item__body .element.product-btn,.effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .shop-horizontal .col-md-6>.product-item .element.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .shop-horizontal .col-md-6>.product-item .product-item__body .element.price-item,.effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .shop-horizontal .col-md-6>.product-item .product-item__body .element.product-btn,.effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .shop-horizontal .col-md-6>div>.product-item .element.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .shop-horizontal .col-md-6>div>.product-item .product-item__body .element.price-item,.effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .shop-horizontal .col-md-6>div>.product-item .product-item__body .element.product-btn,.effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .social-share .social-item.element,.effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .sort-products .form-group>div.element,.effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .subnav .element.nav-link,.effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .two-widgets .content-entry .entry-text.element,.effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .v-full-screen .container-fluid .content-entry.element,.effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .v-full-screen .container-lg .content-entry.element,.effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .v-full-screen .container-md .content-entry.element,.effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .v-full-screen .container-sm .content-entry.element,.effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .v-full-screen .container-xl .content-entry.element,.effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .v-full-screen .container-xxl .content-entry.element,.effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .v-text-left .target-image.element,.effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .v-text-right .target-image.element,.effect-dexter .overlay-awesome-figure figcaption .filter-mobile .block.card,.effect-dexter .overlay-awesome-figure figcaption .filter-mobile .card.bg-message-form,.effect-dexter .overlay-awesome-figure figcaption .filter-mobile .card.ds-cn-grid,.effect-dexter .overlay-awesome-figure figcaption .filter-mobile .card.form-search,.effect-dexter .overlay-awesome-figure figcaption .filter-mobile .card.nav-menu-item,.effect-dexter .overlay-awesome-figure figcaption .filter-mobile .card.navbar-menu-inner,.effect-dexter .overlay-awesome-figure figcaption .filter-mobile .card.navbar__tools,.effect-dexter .overlay-awesome-figure figcaption .filter-mobile .d-flex.card,.effect-dexter .overlay-awesome-figure figcaption .filter-mobile .form .form-inline .card.check-group,.effect-dexter .overlay-awesome-figure figcaption .filter-mobile .icon.card,.effect-dexter .overlay-awesome-figure figcaption .filter-mobile .media.card,.effect-dexter .overlay-awesome-figure figcaption .filter-mobile .navbar-design .card.nav-link,.effect-dexter .overlay-awesome-figure figcaption .filter-mobile .product-gallery-swiper .card.swiper-thumbs,.effect-dexter .overlay-awesome-figure figcaption .filter-mobile .shop-design2 .col-md-12>.product-item .card.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .filter-mobile .shop-design2 .col-md-12>.product-item .product-item__body .card.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .filter-mobile .shop-design2 .col-md-12>div>.product-item .card.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .filter-mobile .shop-design2 .col-md-12>div>.product-item .product-item__body .card.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .filter-mobile .shop-design2 .col-md-6>.product-item .card.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .filter-mobile .shop-design2 .col-md-6>.product-item .product-item__body .card.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .filter-mobile .shop-design2 .col-md-6>div>.product-item .card.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .filter-mobile .shop-design2 .col-md-6>div>.product-item .product-item__body .card.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .filter-mobile .shop-design2 .product-badge .card.badge,.effect-dexter .overlay-awesome-figure figcaption .filter-mobile .shop-horizontal .col-md-12>.product-item .card.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .filter-mobile .shop-horizontal .col-md-12>div>.product-item .card.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .filter-mobile .shop-horizontal .col-md-6>.product-item .card.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .filter-mobile .shop-horizontal .col-md-6>div>.product-item .card.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .filter-mobile .subnav .card.nav-link,.effect-dexter .overlay-awesome-figure figcaption .filter-mobile.open .card.left,.effect-dexter .overlay-awesome-figure figcaption .filter-mobile.open .card.right,.effect-dexter .overlay-awesome-figure figcaption .filter-mobile.open .flex-column.card.left,.effect-dexter .overlay-awesome-figure figcaption .filter-mobile.open .flex-column.card.right,.effect-dexter .overlay-awesome-figure figcaption .filter-mobile.open .form .form-inline .card.left.form-group,.effect-dexter .overlay-awesome-figure figcaption .filter-mobile.open .form .form-inline .card.right.form-group,.effect-dexter .overlay-awesome-figure figcaption .filter-mobile.open .shop-design2 .card.left.price-item,.effect-dexter .overlay-awesome-figure figcaption .filter-mobile.open .shop-design2 .card.right.price-item,.effect-dexter .overlay-awesome-figure figcaption .filter-mobile.open .shop-design2 .col-md-12>.product-item .product-item__body .card.left.price-item,.effect-dexter .overlay-awesome-figure figcaption .filter-mobile.open .shop-design2 .col-md-12>.product-item .product-item__body .card.left.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .filter-mobile.open .shop-design2 .col-md-12>.product-item .product-item__body .card.right.price-item,.effect-dexter .overlay-awesome-figure figcaption .filter-mobile.open .shop-design2 .col-md-12>.product-item .product-item__body .card.right.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .filter-mobile.open .shop-design2 .col-md-12>div>.product-item .product-item__body .card.left.price-item,.effect-dexter .overlay-awesome-figure figcaption .filter-mobile.open .shop-design2 .col-md-12>div>.product-item .product-item__body .card.left.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .filter-mobile.open .shop-design2 .col-md-12>div>.product-item .product-item__body .card.right.price-item,.effect-dexter .overlay-awesome-figure figcaption .filter-mobile.open .shop-design2 .col-md-12>div>.product-item .product-item__body .card.right.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .filter-mobile.open .shop-design2 .col-md-6>.product-item .product-item__body .card.left.price-item,.effect-dexter .overlay-awesome-figure figcaption .filter-mobile.open .shop-design2 .col-md-6>.product-item .product-item__body .card.left.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .filter-mobile.open .shop-design2 .col-md-6>.product-item .product-item__body .card.right.price-item,.effect-dexter .overlay-awesome-figure figcaption .filter-mobile.open .shop-design2 .col-md-6>.product-item .product-item__body .card.right.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .filter-mobile.open .shop-design2 .col-md-6>div>.product-item .product-item__body .card.left.price-item,.effect-dexter .overlay-awesome-figure figcaption .filter-mobile.open .shop-design2 .col-md-6>div>.product-item .product-item__body .card.left.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .filter-mobile.open .shop-design2 .col-md-6>div>.product-item .product-item__body .card.right.price-item,.effect-dexter .overlay-awesome-figure figcaption .filter-mobile.open .shop-design2 .col-md-6>div>.product-item .product-item__body .card.right.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .filter-mobile.open .shop-horizontal .col-md-12>.product-item .product-item__body .card.left.price-item,.effect-dexter .overlay-awesome-figure figcaption .filter-mobile.open .shop-horizontal .col-md-12>.product-item .product-item__body .card.left.product-btn,.effect-dexter .overlay-awesome-figure figcaption .filter-mobile.open .shop-horizontal .col-md-12>.product-item .product-item__body .card.right.price-item,.effect-dexter .overlay-awesome-figure figcaption .filter-mobile.open .shop-horizontal .col-md-12>.product-item .product-item__body .card.right.product-btn,.effect-dexter .overlay-awesome-figure figcaption .filter-mobile.open .shop-horizontal .col-md-12>div>.product-item .product-item__body .card.left.price-item,.effect-dexter .overlay-awesome-figure figcaption .filter-mobile.open .shop-horizontal .col-md-12>div>.product-item .product-item__body .card.left.product-btn,.effect-dexter .overlay-awesome-figure figcaption .filter-mobile.open .shop-horizontal .col-md-12>div>.product-item .product-item__body .card.right.price-item,.effect-dexter .overlay-awesome-figure figcaption .filter-mobile.open .shop-horizontal .col-md-12>div>.product-item .product-item__body .card.right.product-btn,.effect-dexter .overlay-awesome-figure figcaption .filter-mobile.open .shop-horizontal .col-md-6>.product-item .product-item__body .card.left.price-item,.effect-dexter .overlay-awesome-figure figcaption .filter-mobile.open .shop-horizontal .col-md-6>.product-item .product-item__body .card.left.product-btn,.effect-dexter .overlay-awesome-figure figcaption .filter-mobile.open .shop-horizontal .col-md-6>.product-item .product-item__body .card.right.price-item,.effect-dexter .overlay-awesome-figure figcaption .filter-mobile.open .shop-horizontal .col-md-6>.product-item .product-item__body .card.right.product-btn,.effect-dexter .overlay-awesome-figure figcaption .filter-mobile.open .shop-horizontal .col-md-6>div>.product-item .product-item__body .card.left.price-item,.effect-dexter .overlay-awesome-figure figcaption .filter-mobile.open .shop-horizontal .col-md-6>div>.product-item .product-item__body .card.left.product-btn,.effect-dexter .overlay-awesome-figure figcaption .filter-mobile.open .shop-horizontal .col-md-6>div>.product-item .product-item__body .card.right.price-item,.effect-dexter .overlay-awesome-figure figcaption .filter-mobile.open .shop-horizontal .col-md-6>div>.product-item .product-item__body .card.right.product-btn,.effect-dexter .overlay-awesome-figure figcaption .flex-column.bg-message-form,.effect-dexter .overlay-awesome-figure figcaption .flex-column.block,.effect-dexter .overlay-awesome-figure figcaption .flex-column.ds-cn-grid,.effect-dexter .overlay-awesome-figure figcaption .flex-column.form-search,.effect-dexter .overlay-awesome-figure figcaption .flex-column.icon,.effect-dexter .overlay-awesome-figure figcaption .flex-column.media,.effect-dexter .overlay-awesome-figure figcaption .flex-column.nav-menu-item,.effect-dexter .overlay-awesome-figure figcaption .flex-column.navbar-menu-inner,.effect-dexter .overlay-awesome-figure figcaption .flex-column.navbar__tools,.effect-dexter .overlay-awesome-figure figcaption .form .form-inline .bg-message-form.form-group,.effect-dexter .overlay-awesome-figure figcaption .form .form-inline .block.form-group,.effect-dexter .overlay-awesome-figure figcaption .form .form-inline .d-flex.form-group,.effect-dexter .overlay-awesome-figure figcaption .form .form-inline .flex-column.check-group,.effect-dexter .overlay-awesome-figure figcaption .form .form-inline .form-group.check-group,.effect-dexter .overlay-awesome-figure figcaption .form .form-inline .form-group.ds-cn-grid,.effect-dexter .overlay-awesome-figure figcaption .form .form-inline .form-group.form-search,.effect-dexter .overlay-awesome-figure figcaption .form .form-inline .form-group.nav-menu-item,.effect-dexter .overlay-awesome-figure figcaption .form .form-inline .form-group.navbar-menu-inner,.effect-dexter .overlay-awesome-figure figcaption .form .form-inline .form-group.navbar__tools,.effect-dexter .overlay-awesome-figure figcaption .form .form-inline .icon.form-group,.effect-dexter .overlay-awesome-figure figcaption .form .form-inline .media.form-group,.effect-dexter .overlay-awesome-figure figcaption .form .form-inline .navbar-design .form-group.nav-link,.effect-dexter .overlay-awesome-figure figcaption .form .form-inline .subnav .form-group.nav-link,.effect-dexter .overlay-awesome-figure figcaption .navbar-design .flex-column.nav-link,.effect-dexter .overlay-awesome-figure figcaption .product-gallery-swiper .flex-column.swiper-thumbs,.effect-dexter .overlay-awesome-figure figcaption .product-gallery-swiper .form .form-inline .swiper-thumbs.form-group,.effect-dexter .overlay-awesome-figure figcaption .product-gallery-swiper .shop-design2 .col-md-12>.product-item .product-item__body .swiper-thumbs.price-item,.effect-dexter .overlay-awesome-figure figcaption .product-gallery-swiper .shop-design2 .col-md-12>.product-item .product-item__body .swiper-thumbs.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .product-gallery-swiper .shop-design2 .col-md-12>div>.product-item .product-item__body .swiper-thumbs.price-item,.effect-dexter .overlay-awesome-figure figcaption .product-gallery-swiper .shop-design2 .col-md-12>div>.product-item .product-item__body .swiper-thumbs.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .product-gallery-swiper .shop-design2 .col-md-6>.product-item .product-item__body .swiper-thumbs.price-item,.effect-dexter .overlay-awesome-figure figcaption .product-gallery-swiper .shop-design2 .col-md-6>.product-item .product-item__body .swiper-thumbs.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .product-gallery-swiper .shop-design2 .col-md-6>div>.product-item .product-item__body .swiper-thumbs.price-item,.effect-dexter .overlay-awesome-figure figcaption .product-gallery-swiper .shop-design2 .col-md-6>div>.product-item .product-item__body .swiper-thumbs.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .product-gallery-swiper .shop-design2 .swiper-thumbs.price-item,.effect-dexter .overlay-awesome-figure figcaption .product-gallery-swiper .shop-horizontal .col-md-12>.product-item .product-item__body .swiper-thumbs.price-item,.effect-dexter .overlay-awesome-figure figcaption .product-gallery-swiper .shop-horizontal .col-md-12>.product-item .product-item__body .swiper-thumbs.product-btn,.effect-dexter .overlay-awesome-figure figcaption .product-gallery-swiper .shop-horizontal .col-md-12>div>.product-item .product-item__body .swiper-thumbs.price-item,.effect-dexter .overlay-awesome-figure figcaption .product-gallery-swiper .shop-horizontal .col-md-12>div>.product-item .product-item__body .swiper-thumbs.product-btn,.effect-dexter .overlay-awesome-figure figcaption .product-gallery-swiper .shop-horizontal .col-md-6>.product-item .product-item__body .swiper-thumbs.price-item,.effect-dexter .overlay-awesome-figure figcaption .product-gallery-swiper .shop-horizontal .col-md-6>.product-item .product-item__body .swiper-thumbs.product-btn,.effect-dexter .overlay-awesome-figure figcaption .product-gallery-swiper .shop-horizontal .col-md-6>div>.product-item .product-item__body .swiper-thumbs.price-item,.effect-dexter .overlay-awesome-figure figcaption .product-gallery-swiper .shop-horizontal .col-md-6>div>.product-item .product-item__body .swiper-thumbs.product-btn,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .block.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .col-md-12>div>.product-item .product-item__body .product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .col-md-12>div>.product-item .product-item__body .product-group__bottom.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .col-md-12>div>.product-item .product-item__body .product-item__img.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .col-md-12>div>.product-item .product-item__body .product-item__img.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .col-md-6>.product-item .product-item__body .product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .col-md-6>.product-item .product-item__body .product-group__bottom.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .col-md-6>.product-item .product-item__body .product-item__img.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .col-md-6>.product-item .product-item__body .product-item__img.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .col-md-6>div>.product-item .product-item__body .product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .col-md-6>div>.product-item .product-item__body .product-group__bottom.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .col-md-6>div>.product-item .product-item__body .product-item__img.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .col-md-6>div>.product-item .product-item__body .product-item__img.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .flex-column.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .form .form-inline .product-item__img.form-group,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .price-item.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .block.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .block.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .col-md-12>div>.product-item .product-item__img.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .col-md-12>div>.product-item .product-item__img.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .col-md-6>.product-item .product-item__img.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .col-md-6>.product-item .product-item__img.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .col-md-6>div>.product-item .product-item__img.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .col-md-6>div>.product-item .product-item__img.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .d-flex.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .d-flex.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .flex-column.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .form .form-inline .price-item.check-group,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .form .form-inline .product-group__bottom.check-group,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .form .form-inline .product-group__bottom.form-group,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .icon.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .icon.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .media.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .media.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .navbar-design .price-item.nav-link,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .navbar-design .product-group__bottom.nav-link,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .price-item.bg-message-form,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .price-item.ds-cn-grid,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .price-item.form-search,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .price-item.nav-menu-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .price-item.navbar-menu-inner,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .price-item.navbar__tools,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .price-item.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .product-badge .badge.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .product-badge .badge.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .product-group__bottom.bg-message-form,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .product-group__bottom.ds-cn-grid,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .product-group__bottom.form-search,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .product-group__bottom.nav-menu-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .product-group__bottom.navbar-menu-inner,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .product-group__bottom.navbar__tools,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .product-group__bottom.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .product-item__img.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .product-item__img.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .shop-horizontal .col-md-12>div>.product-item .price-item.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .shop-horizontal .col-md-12>div>.product-item .product-group__bottom.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .shop-horizontal .col-md-6>.product-item .price-item.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .shop-horizontal .col-md-6>.product-item .product-group__bottom.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .shop-horizontal .col-md-6>div>.product-item .price-item.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .shop-horizontal .col-md-6>div>.product-item .product-group__bottom.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .subnav .price-item.nav-link,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .subnav .product-group__bottom.nav-link,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .shop-horizontal .col-md-12>div>.product-item .product-item__body .product-group__bottom.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .shop-horizontal .col-md-12>div>.product-item .product-item__body .product-group__bottom.product-btn,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .shop-horizontal .col-md-12>div>.product-item .product-item__body .product-item__img.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .shop-horizontal .col-md-12>div>.product-item .product-item__body .product-item__img.product-btn,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .shop-horizontal .col-md-6>.product-item .product-item__body .product-group__bottom.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .shop-horizontal .col-md-6>.product-item .product-item__body .product-group__bottom.product-btn,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .shop-horizontal .col-md-6>.product-item .product-item__body .product-item__img.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .shop-horizontal .col-md-6>.product-item .product-item__body .product-item__img.product-btn,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .shop-horizontal .col-md-6>div>.product-item .product-item__body .product-group__bottom.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .shop-horizontal .col-md-6>div>.product-item .product-item__body .product-group__bottom.product-btn,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .shop-horizontal .col-md-6>div>.product-item .product-item__body .product-item__img.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .shop-horizontal .col-md-6>div>.product-item .product-item__body .product-item__img.product-btn,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .col-md-12>.product-item .product-item__body .product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .col-md-12>.product-item .product-item__body .product-group__bottom.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .col-md-12>.product-item .product-item__body .product-item__img.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .col-md-12>.product-item .product-item__body .product-item__img.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .col-md-6>.product-item .product-item__body .product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .col-md-6>.product-item .product-item__body .product-group__bottom.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .col-md-6>.product-item .product-item__body .product-item__img.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .col-md-6>.product-item .product-item__body .product-item__img.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .col-md-6>div>.product-item .product-item__body .product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .col-md-6>div>.product-item .product-item__body .product-group__bottom.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .col-md-6>div>.product-item .product-item__body .product-item__img.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .col-md-6>div>.product-item .product-item__body .product-item__img.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .flex-column.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .form .form-inline .product-item__img.form-group,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .price-item.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .block.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .block.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .col-md-12>.product-item .product-item__img.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .col-md-12>.product-item .product-item__img.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .col-md-6>.product-item .product-item__img.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .col-md-6>.product-item .product-item__img.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .col-md-6>div>.product-item .product-item__img.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .col-md-6>div>.product-item .product-item__img.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .d-flex.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .d-flex.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .flex-column.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .form .form-inline .price-item.check-group,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .form .form-inline .product-group__bottom.check-group,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .form .form-inline .product-group__bottom.form-group,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .icon.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .icon.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .media.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .media.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .navbar-design .price-item.nav-link,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .navbar-design .product-group__bottom.nav-link,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .price-item.bg-message-form,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .price-item.ds-cn-grid,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .price-item.form-search,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .price-item.nav-menu-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .price-item.navbar-menu-inner,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .price-item.navbar__tools,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .price-item.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .product-badge .badge.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .product-badge .badge.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .product-group__bottom.bg-message-form,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .product-group__bottom.ds-cn-grid,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .product-group__bottom.form-search,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .product-group__bottom.nav-menu-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .product-group__bottom.navbar-menu-inner,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .product-group__bottom.navbar__tools,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .product-group__bottom.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .product-item__img.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .product-item__img.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .shop-horizontal .col-md-12>.product-item .price-item.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .shop-horizontal .col-md-12>.product-item .product-group__bottom.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .shop-horizontal .col-md-6>.product-item .price-item.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .shop-horizontal .col-md-6>.product-item .product-group__bottom.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .shop-horizontal .col-md-6>div>.product-item .price-item.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .shop-horizontal .col-md-6>div>.product-item .product-group__bottom.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .subnav .price-item.nav-link,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .subnav .product-group__bottom.nav-link,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .shop-horizontal .col-md-12>.product-item .product-item__body .product-group__bottom.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .shop-horizontal .col-md-12>.product-item .product-item__body .product-group__bottom.product-btn,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .shop-horizontal .col-md-12>.product-item .product-item__body .product-item__img.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .shop-horizontal .col-md-12>.product-item .product-item__body .product-item__img.product-btn,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .shop-horizontal .col-md-6>.product-item .product-item__body .product-group__bottom.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .shop-horizontal .col-md-6>.product-item .product-item__body .product-group__bottom.product-btn,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .shop-horizontal .col-md-6>.product-item .product-item__body .product-item__img.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .shop-horizontal .col-md-6>.product-item .product-item__body .product-item__img.product-btn,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .shop-horizontal .col-md-6>div>.product-item .product-item__body .product-group__bottom.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .shop-horizontal .col-md-6>div>.product-item .product-item__body .product-group__bottom.product-btn,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .shop-horizontal .col-md-6>div>.product-item .product-item__body .product-item__img.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .shop-horizontal .col-md-6>div>.product-item .product-item__body .product-item__img.product-btn,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .col-md-12>.product-item .product-item__body .product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .col-md-12>.product-item .product-item__body .product-group__bottom.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .col-md-12>.product-item .product-item__body .product-item__img.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .col-md-12>.product-item .product-item__body .product-item__img.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .col-md-12>div>.product-item .product-item__body .product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .col-md-12>div>.product-item .product-item__body .product-group__bottom.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .col-md-12>div>.product-item .product-item__body .product-item__img.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .col-md-12>div>.product-item .product-item__body .product-item__img.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .col-md-6>div>.product-item .product-item__body .product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .col-md-6>div>.product-item .product-item__body .product-group__bottom.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .col-md-6>div>.product-item .product-item__body .product-item__img.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .col-md-6>div>.product-item .product-item__body .product-item__img.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .flex-column.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .form .form-inline .product-item__img.form-group,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .price-item.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .block.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .block.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .col-md-12>.product-item .product-item__img.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .col-md-12>.product-item .product-item__img.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .col-md-12>div>.product-item .product-item__img.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .col-md-12>div>.product-item .product-item__img.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .col-md-6>div>.product-item .product-item__img.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .col-md-6>div>.product-item .product-item__img.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .d-flex.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .d-flex.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .flex-column.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .form .form-inline .price-item.check-group,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .form .form-inline .product-group__bottom.check-group,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .form .form-inline .product-group__bottom.form-group,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .icon.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .icon.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .media.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .media.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .navbar-design .price-item.nav-link,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .navbar-design .product-group__bottom.nav-link,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .price-item.bg-message-form,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .price-item.ds-cn-grid,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .price-item.form-search,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .price-item.nav-menu-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .price-item.navbar-menu-inner,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .price-item.navbar__tools,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .price-item.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .product-badge .badge.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .product-badge .badge.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .product-group__bottom.bg-message-form,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .product-group__bottom.ds-cn-grid,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .product-group__bottom.form-search,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .product-group__bottom.nav-menu-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .product-group__bottom.navbar-menu-inner,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .product-group__bottom.navbar__tools,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .product-group__bottom.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .product-item__img.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .product-item__img.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .shop-horizontal .col-md-12>.product-item .price-item.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .shop-horizontal .col-md-12>.product-item .product-group__bottom.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .shop-horizontal .col-md-12>div>.product-item .price-item.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .shop-horizontal .col-md-12>div>.product-item .product-group__bottom.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .shop-horizontal .col-md-6>div>.product-item .price-item.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .shop-horizontal .col-md-6>div>.product-item .product-group__bottom.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .subnav .price-item.nav-link,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .subnav .product-group__bottom.nav-link,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .shop-horizontal .col-md-12>.product-item .product-item__body .product-group__bottom.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .shop-horizontal .col-md-12>.product-item .product-item__body .product-group__bottom.product-btn,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .shop-horizontal .col-md-12>.product-item .product-item__body .product-item__img.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .shop-horizontal .col-md-12>.product-item .product-item__body .product-item__img.product-btn,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .shop-horizontal .col-md-12>div>.product-item .product-item__body .product-group__bottom.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .shop-horizontal .col-md-12>div>.product-item .product-item__body .product-group__bottom.product-btn,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .shop-horizontal .col-md-12>div>.product-item .product-item__body .product-item__img.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .shop-horizontal .col-md-12>div>.product-item .product-item__body .product-item__img.product-btn,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .shop-horizontal .col-md-6>div>.product-item .product-item__body .product-group__bottom.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .shop-horizontal .col-md-6>div>.product-item .product-item__body .product-group__bottom.product-btn,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .shop-horizontal .col-md-6>div>.product-item .product-item__body .product-item__img.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .shop-horizontal .col-md-6>div>.product-item .product-item__body .product-item__img.product-btn,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .col-md-12>.product-item .product-item__body .product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .col-md-12>.product-item .product-item__body .product-group__bottom.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .col-md-12>.product-item .product-item__body .product-item__img.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .col-md-12>.product-item .product-item__body .product-item__img.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .col-md-12>div>.product-item .product-item__body .product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .col-md-12>div>.product-item .product-item__body .product-group__bottom.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .col-md-12>div>.product-item .product-item__body .product-item__img.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .col-md-12>div>.product-item .product-item__body .product-item__img.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .col-md-6>.product-item .product-item__body .product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .col-md-6>.product-item .product-item__body .product-group__bottom.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .col-md-6>.product-item .product-item__body .product-item__img.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .col-md-6>.product-item .product-item__body .product-item__img.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .flex-column.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .form .form-inline .product-item__img.form-group,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .price-item.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .block.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .block.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .col-md-12>.product-item .product-item__img.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .col-md-12>.product-item .product-item__img.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .col-md-12>div>.product-item .product-item__img.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .col-md-12>div>.product-item .product-item__img.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .col-md-6>.product-item .product-item__img.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .col-md-6>.product-item .product-item__img.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .d-flex.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .d-flex.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .flex-column.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .form .form-inline .price-item.check-group,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .form .form-inline .product-group__bottom.check-group,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .form .form-inline .product-group__bottom.form-group,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .icon.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .icon.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .media.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .media.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .navbar-design .price-item.nav-link,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .navbar-design .product-group__bottom.nav-link,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .price-item.bg-message-form,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .price-item.ds-cn-grid,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .price-item.form-search,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .price-item.nav-menu-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .price-item.navbar-menu-inner,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .price-item.navbar__tools,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .price-item.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .product-badge .badge.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .product-badge .badge.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .product-group__bottom.bg-message-form,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .product-group__bottom.ds-cn-grid,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .product-group__bottom.form-search,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .product-group__bottom.nav-menu-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .product-group__bottom.navbar-menu-inner,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .product-group__bottom.navbar__tools,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .product-group__bottom.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .product-item__img.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .product-item__img.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .shop-horizontal .col-md-12>.product-item .price-item.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .shop-horizontal .col-md-12>.product-item .product-group__bottom.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .shop-horizontal .col-md-12>div>.product-item .price-item.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .shop-horizontal .col-md-12>div>.product-item .product-group__bottom.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .shop-horizontal .col-md-6>.product-item .price-item.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .shop-horizontal .col-md-6>.product-item .product-group__bottom.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .subnav .price-item.nav-link,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .subnav .product-group__bottom.nav-link,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .shop-horizontal .col-md-12>.product-item .product-item__body .product-group__bottom.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .shop-horizontal .col-md-12>.product-item .product-item__body .product-group__bottom.product-btn,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .shop-horizontal .col-md-12>.product-item .product-item__body .product-item__img.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .shop-horizontal .col-md-12>.product-item .product-item__body .product-item__img.product-btn,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .shop-horizontal .col-md-12>div>.product-item .product-item__body .product-group__bottom.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .shop-horizontal .col-md-12>div>.product-item .product-item__body .product-group__bottom.product-btn,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .shop-horizontal .col-md-12>div>.product-item .product-item__body .product-item__img.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .shop-horizontal .col-md-12>div>.product-item .product-item__body .product-item__img.product-btn,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .shop-horizontal .col-md-6>.product-item .product-item__body .product-group__bottom.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .shop-horizontal .col-md-6>.product-item .product-item__body .product-group__bottom.product-btn,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .shop-horizontal .col-md-6>.product-item .product-item__body .product-item__img.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .shop-horizontal .col-md-6>.product-item .product-item__body .product-item__img.product-btn,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .d-flex.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .form .form-inline .price-item.check-group,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .icon.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .media.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .navbar-design .price-item.nav-link,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .price-item.bg-message-form,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .price-item.ds-cn-grid,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .price-item.form-search,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .price-item.nav-menu-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .price-item.navbar-menu-inner,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .price-item.navbar__tools,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .product-badge .col-md-12>.product-item .product-item__body .badge.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .product-badge .col-md-12>.product-item .product-item__body .badge.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .product-badge .col-md-12>div>.product-item .product-item__body .badge.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .product-badge .col-md-12>div>.product-item .product-item__body .badge.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .product-badge .col-md-6>.product-item .product-item__body .badge.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .product-badge .col-md-6>.product-item .product-item__body .badge.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .product-badge .col-md-6>div>.product-item .product-item__body .badge.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .product-badge .col-md-6>div>.product-item .product-item__body .badge.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .product-badge .flex-column.badge,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .product-badge .form .form-inline .badge.form-group,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .product-badge .price-item.badge,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .product-badge .shop-horizontal .col-md-12>.product-item .product-item__body .badge.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .product-badge .shop-horizontal .col-md-12>.product-item .product-item__body .badge.product-btn,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .product-badge .shop-horizontal .col-md-12>div>.product-item .product-item__body .badge.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .product-badge .shop-horizontal .col-md-12>div>.product-item .product-item__body .badge.product-btn,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .product-badge .shop-horizontal .col-md-6>.product-item .product-item__body .badge.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .product-badge .shop-horizontal .col-md-6>.product-item .product-item__body .badge.product-btn,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .product-badge .shop-horizontal .col-md-6>div>.product-item .product-item__body .badge.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .product-badge .shop-horizontal .col-md-6>div>.product-item .product-item__body .badge.product-btn,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .shop-horizontal .col-md-12>.product-item .price-item.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .shop-horizontal .col-md-12>.product-item .product-item__body .price-item.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .shop-horizontal .col-md-12>.product-item .product-item__body .product-group__bottom.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .shop-horizontal .col-md-12>.product-item .product-item__body .product-group__bottom.product-btn,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .shop-horizontal .col-md-12>.product-item .product-item__body .product-group__bottom.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .shop-horizontal .col-md-12>.product-item .product-item__body .product-item__img.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .shop-horizontal .col-md-12>.product-item .product-item__body .product-item__img.product-btn,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .shop-horizontal .col-md-12>div>.product-item .price-item.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .shop-horizontal .col-md-12>div>.product-item .product-item__body .price-item.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .shop-horizontal .col-md-12>div>.product-item .product-item__body .product-group__bottom.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .shop-horizontal .col-md-12>div>.product-item .product-item__body .product-group__bottom.product-btn,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .shop-horizontal .col-md-12>div>.product-item .product-item__body .product-group__bottom.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .shop-horizontal .col-md-12>div>.product-item .product-item__body .product-item__img.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .shop-horizontal .col-md-12>div>.product-item .product-item__body .product-item__img.product-btn,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .shop-horizontal .col-md-6>.product-item .price-item.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .shop-horizontal .col-md-6>.product-item .product-item__body .price-item.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .shop-horizontal .col-md-6>.product-item .product-item__body .product-group__bottom.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .shop-horizontal .col-md-6>.product-item .product-item__body .product-group__bottom.product-btn,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .shop-horizontal .col-md-6>.product-item .product-item__body .product-group__bottom.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .shop-horizontal .col-md-6>.product-item .product-item__body .product-item__img.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .shop-horizontal .col-md-6>.product-item .product-item__body .product-item__img.product-btn,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .shop-horizontal .col-md-6>div>.product-item .price-item.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .shop-horizontal .col-md-6>div>.product-item .product-item__body .price-item.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .shop-horizontal .col-md-6>div>.product-item .product-item__body .product-group__bottom.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .shop-horizontal .col-md-6>div>.product-item .product-item__body .product-group__bottom.product-btn,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .shop-horizontal .col-md-6>div>.product-item .product-item__body .product-group__bottom.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .shop-horizontal .col-md-6>div>.product-item .product-item__body .product-item__img.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .shop-horizontal .col-md-6>div>.product-item .product-item__body .product-item__img.product-btn,.effect-dexter .overlay-awesome-figure figcaption .shop-design2 .subnav .price-item.nav-link,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .col-md-12>div>.product-item .product-item__body .product-btn.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .col-md-12>div>.product-item .product-item__body .product-item__img.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .col-md-6>.product-item .product-item__body .product-btn.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .col-md-6>.product-item .product-item__body .product-item__img.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .col-md-6>div>.product-item .product-item__body .product-btn.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .col-md-6>div>.product-item .product-item__body .product-item__img.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .flex-column.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .form .form-inline .product-item__img.form-group,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .product-item__body .block.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .product-item__body .block.product-btn,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .product-item__body .col-md-12>div>.product-item .product-btn.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .product-item__body .col-md-12>div>.product-item .product-item__img.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .product-item__body .col-md-6>.product-item .product-btn.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .product-item__body .col-md-6>.product-item .product-item__img.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .product-item__body .col-md-6>div>.product-item .product-btn.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .product-item__body .col-md-6>div>.product-item .product-item__img.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .product-item__body .d-flex.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .product-item__body .d-flex.product-btn,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .product-item__body .form .form-inline .price-item.check-group,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .product-item__body .form .form-inline .product-btn.check-group,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .product-item__body .icon.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .product-item__body .icon.product-btn,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .product-item__body .media.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .product-item__body .media.product-btn,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .product-item__body .navbar-design .price-item.nav-link,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .product-item__body .navbar-design .product-btn.nav-link,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .product-item__body .price-item.bg-message-form,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .product-item__body .price-item.ds-cn-grid,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .product-item__body .price-item.form-search,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .product-item__body .price-item.nav-menu-item,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .product-item__body .price-item.navbar-menu-inner,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .product-item__body .price-item.navbar__tools,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .product-item__body .product-btn.bg-message-form,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .product-item__body .product-btn.ds-cn-grid,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .product-item__body .product-btn.form-search,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .product-item__body .product-btn.nav-menu-item,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .product-item__body .product-btn.navbar-menu-inner,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .product-item__body .product-btn.navbar__tools,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .product-item__body .product-btn.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .product-item__body .product-item__img.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .product-item__body .subnav .price-item.nav-link,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .product-item__body .subnav .product-btn.nav-link,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .col-md-12>.product-item .product-item__body .product-btn.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .col-md-12>.product-item .product-item__body .product-item__img.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .col-md-6>.product-item .product-item__body .product-btn.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .col-md-6>.product-item .product-item__body .product-item__img.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .col-md-6>div>.product-item .product-item__body .product-btn.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .col-md-6>div>.product-item .product-item__body .product-item__img.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .flex-column.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .form .form-inline .product-item__img.form-group,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .product-item__body .block.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .product-item__body .block.product-btn,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .product-item__body .col-md-12>.product-item .product-btn.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .product-item__body .col-md-12>.product-item .product-item__img.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .product-item__body .col-md-6>.product-item .product-btn.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .product-item__body .col-md-6>.product-item .product-item__img.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .product-item__body .col-md-6>div>.product-item .product-btn.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .product-item__body .col-md-6>div>.product-item .product-item__img.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .product-item__body .d-flex.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .product-item__body .d-flex.product-btn,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .product-item__body .form .form-inline .price-item.check-group,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .product-item__body .form .form-inline .product-btn.check-group,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .product-item__body .icon.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .product-item__body .icon.product-btn,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .product-item__body .media.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .product-item__body .media.product-btn,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .product-item__body .navbar-design .price-item.nav-link,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .product-item__body .navbar-design .product-btn.nav-link,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .product-item__body .price-item.bg-message-form,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .product-item__body .price-item.ds-cn-grid,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .product-item__body .price-item.form-search,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .product-item__body .price-item.nav-menu-item,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .product-item__body .price-item.navbar-menu-inner,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .product-item__body .price-item.navbar__tools,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .product-item__body .product-btn.bg-message-form,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .product-item__body .product-btn.ds-cn-grid,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .product-item__body .product-btn.form-search,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .product-item__body .product-btn.nav-menu-item,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .product-item__body .product-btn.navbar-menu-inner,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .product-item__body .product-btn.navbar__tools,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .product-item__body .product-btn.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .product-item__body .product-item__img.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .product-item__body .subnav .price-item.nav-link,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .product-item__body .subnav .product-btn.nav-link,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .col-md-12>.product-item .product-item__body .product-btn.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .col-md-12>.product-item .product-item__body .product-item__img.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .col-md-12>div>.product-item .product-item__body .product-btn.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .col-md-12>div>.product-item .product-item__body .product-item__img.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .col-md-6>div>.product-item .product-item__body .product-btn.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .col-md-6>div>.product-item .product-item__body .product-item__img.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .flex-column.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .form .form-inline .product-item__img.form-group,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .product-item__body .block.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .product-item__body .block.product-btn,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .product-item__body .col-md-12>.product-item .product-btn.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .product-item__body .col-md-12>.product-item .product-item__img.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .product-item__body .col-md-12>div>.product-item .product-btn.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .product-item__body .col-md-12>div>.product-item .product-item__img.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .product-item__body .col-md-6>div>.product-item .product-btn.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .product-item__body .col-md-6>div>.product-item .product-item__img.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .product-item__body .d-flex.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .product-item__body .d-flex.product-btn,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .product-item__body .form .form-inline .price-item.check-group,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .product-item__body .form .form-inline .product-btn.check-group,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .product-item__body .icon.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .product-item__body .icon.product-btn,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .product-item__body .media.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .product-item__body .media.product-btn,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .product-item__body .navbar-design .price-item.nav-link,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .product-item__body .navbar-design .product-btn.nav-link,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .product-item__body .price-item.bg-message-form,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .product-item__body .price-item.ds-cn-grid,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .product-item__body .price-item.form-search,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .product-item__body .price-item.nav-menu-item,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .product-item__body .price-item.navbar-menu-inner,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .product-item__body .price-item.navbar__tools,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .product-item__body .product-btn.bg-message-form,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .product-item__body .product-btn.ds-cn-grid,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .product-item__body .product-btn.form-search,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .product-item__body .product-btn.nav-menu-item,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .product-item__body .product-btn.navbar-menu-inner,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .product-item__body .product-btn.navbar__tools,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .product-item__body .product-btn.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .product-item__body .product-item__img.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .product-item__body .subnav .price-item.nav-link,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .product-item__body .subnav .product-btn.nav-link,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .col-md-12>.product-item .product-item__body .product-btn.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .col-md-12>.product-item .product-item__body .product-item__img.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .col-md-12>div>.product-item .product-item__body .product-btn.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .col-md-12>div>.product-item .product-item__body .product-item__img.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .col-md-6>.product-item .product-item__body .product-btn.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .col-md-6>.product-item .product-item__body .product-item__img.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .flex-column.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .form .form-inline .product-item__img.form-group,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .product-item__body .block.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .product-item__body .block.product-btn,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .product-item__body .col-md-12>.product-item .product-btn.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .product-item__body .col-md-12>.product-item .product-item__img.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .product-item__body .col-md-12>div>.product-item .product-btn.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .product-item__body .col-md-12>div>.product-item .product-item__img.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .product-item__body .col-md-6>.product-item .product-btn.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .product-item__body .col-md-6>.product-item .product-item__img.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .product-item__body .d-flex.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .product-item__body .d-flex.product-btn,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .product-item__body .form .form-inline .price-item.check-group,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .product-item__body .form .form-inline .product-btn.check-group,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .product-item__body .icon.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .product-item__body .icon.product-btn,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .product-item__body .media.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .product-item__body .media.product-btn,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .product-item__body .navbar-design .price-item.nav-link,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .product-item__body .navbar-design .product-btn.nav-link,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .product-item__body .price-item.bg-message-form,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .product-item__body .price-item.ds-cn-grid,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .product-item__body .price-item.form-search,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .product-item__body .price-item.nav-menu-item,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .product-item__body .price-item.navbar-menu-inner,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .product-item__body .price-item.navbar__tools,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .product-item__body .product-btn.bg-message-form,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .product-item__body .product-btn.ds-cn-grid,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .product-item__body .product-btn.form-search,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .product-item__body .product-btn.nav-menu-item,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .product-item__body .product-btn.navbar-menu-inner,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .product-item__body .product-btn.navbar__tools,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .product-item__body .product-btn.product-item__img,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .product-item__body .product-item__img.price-item,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .product-item__body .subnav .price-item.nav-link,.effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .product-item__body .subnav .product-btn.nav-link,.effect-dexter .overlay-awesome-figure figcaption .social-share .block-element-circle-style .social-item.element,.effect-dexter .overlay-awesome-figure figcaption .social-share .block-elements-colors .social-item.element,.effect-dexter .overlay-awesome-figure figcaption .social-share .block-lateral-aligns .social-item.element,.effect-dexter .overlay-awesome-figure figcaption .social-share .ds-contact-columns.ds-block--filled .social-item.ds-col,.effect-dexter .overlay-awesome-figure figcaption .social-share .ds-contact-design .social-item.ds-col,.effect-dexter .overlay-awesome-figure figcaption .social-share .ds-contact-filled-3.ds-block--filled .social-item.ds-col,.effect-dexter .overlay-awesome-figure figcaption .social-share .elements-style-flex-column .social-item.element,.effect-dexter .overlay-awesome-figure figcaption .social-share .filter-mobile .social-item.card,.effect-dexter .overlay-awesome-figure figcaption .social-share .flex-column.social-item,.effect-dexter .overlay-awesome-figure figcaption .social-share .form .form-inline .social-item.form-group,.effect-dexter .overlay-awesome-figure figcaption .social-share .shop-design2 .col-md-12>.product-item .product-item__body .social-item.price-item,.effect-dexter .overlay-awesome-figure figcaption .social-share .shop-design2 .col-md-12>.product-item .product-item__body .social-item.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .social-share .shop-design2 .col-md-12>div>.product-item .product-item__body .social-item.price-item,.effect-dexter .overlay-awesome-figure figcaption .social-share .shop-design2 .col-md-12>div>.product-item .product-item__body .social-item.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .social-share .shop-design2 .col-md-6>.product-item .product-item__body .social-item.price-item,.effect-dexter .overlay-awesome-figure figcaption .social-share .shop-design2 .col-md-6>.product-item .product-item__body .social-item.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .social-share .shop-design2 .col-md-6>div>.product-item .product-item__body .social-item.price-item,.effect-dexter .overlay-awesome-figure figcaption .social-share .shop-design2 .col-md-6>div>.product-item .product-item__body .social-item.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .social-share .shop-design2 .social-item.price-item,.effect-dexter .overlay-awesome-figure figcaption .social-share .shop-horizontal .col-md-12>.product-item .product-item__body .social-item.price-item,.effect-dexter .overlay-awesome-figure figcaption .social-share .shop-horizontal .col-md-12>.product-item .product-item__body .social-item.product-btn,.effect-dexter .overlay-awesome-figure figcaption .social-share .shop-horizontal .col-md-12>div>.product-item .product-item__body .social-item.price-item,.effect-dexter .overlay-awesome-figure figcaption .social-share .shop-horizontal .col-md-12>div>.product-item .product-item__body .social-item.product-btn,.effect-dexter .overlay-awesome-figure figcaption .social-share .shop-horizontal .col-md-6>.product-item .product-item__body .social-item.price-item,.effect-dexter .overlay-awesome-figure figcaption .social-share .shop-horizontal .col-md-6>.product-item .product-item__body .social-item.product-btn,.effect-dexter .overlay-awesome-figure figcaption .social-share .shop-horizontal .col-md-6>div>.product-item .product-item__body .social-item.price-item,.effect-dexter .overlay-awesome-figure figcaption .social-share .shop-horizontal .col-md-6>div>.product-item .product-item__body .social-item.product-btn,.effect-dexter .overlay-awesome-figure figcaption .sort-products .filter-mobile .form-group>div.card,.effect-dexter .overlay-awesome-figure figcaption .sort-products .form .form-inline .form-group>div.form-group,.effect-dexter .overlay-awesome-figure figcaption .sort-products .form-group>div.flex-column,.effect-dexter .overlay-awesome-figure figcaption .sort-products .shop-design2 .col-md-12>.product-item .product-item__body .form-group>div.price-item,.effect-dexter .overlay-awesome-figure figcaption .sort-products .shop-design2 .col-md-12>.product-item .product-item__body .form-group>div.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .sort-products .shop-design2 .col-md-12>div>.product-item .product-item__body .form-group>div.price-item,.effect-dexter .overlay-awesome-figure figcaption .sort-products .shop-design2 .col-md-12>div>.product-item .product-item__body .form-group>div.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .sort-products .shop-design2 .col-md-6>.product-item .product-item__body .form-group>div.price-item,.effect-dexter .overlay-awesome-figure figcaption .sort-products .shop-design2 .col-md-6>.product-item .product-item__body .form-group>div.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .sort-products .shop-design2 .col-md-6>div>.product-item .product-item__body .form-group>div.price-item,.effect-dexter .overlay-awesome-figure figcaption .sort-products .shop-design2 .col-md-6>div>.product-item .product-item__body .form-group>div.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .sort-products .shop-design2 .form-group>div.price-item,.effect-dexter .overlay-awesome-figure figcaption .sort-products .shop-horizontal .col-md-12>.product-item .product-item__body .form-group>div.price-item,.effect-dexter .overlay-awesome-figure figcaption .sort-products .shop-horizontal .col-md-12>.product-item .product-item__body .form-group>div.product-btn,.effect-dexter .overlay-awesome-figure figcaption .sort-products .shop-horizontal .col-md-12>div>.product-item .product-item__body .form-group>div.price-item,.effect-dexter .overlay-awesome-figure figcaption .sort-products .shop-horizontal .col-md-12>div>.product-item .product-item__body .form-group>div.product-btn,.effect-dexter .overlay-awesome-figure figcaption .sort-products .shop-horizontal .col-md-6>.product-item .product-item__body .form-group>div.price-item,.effect-dexter .overlay-awesome-figure figcaption .sort-products .shop-horizontal .col-md-6>.product-item .product-item__body .form-group>div.product-btn,.effect-dexter .overlay-awesome-figure figcaption .sort-products .shop-horizontal .col-md-6>div>.product-item .product-item__body .form-group>div.price-item,.effect-dexter .overlay-awesome-figure figcaption .sort-products .shop-horizontal .col-md-6>div>.product-item .product-item__body .form-group>div.product-btn,.effect-dexter .overlay-awesome-figure figcaption .subnav .flex-column.nav-link,.effect-dexter .overlay-awesome-figure figcaption .two-widgets .content-entry .block-element-circle-style .entry-text.element,.effect-dexter .overlay-awesome-figure figcaption .two-widgets .content-entry .block-elements-colors .entry-text.element,.effect-dexter .overlay-awesome-figure figcaption .two-widgets .content-entry .block-lateral-aligns .entry-text.element,.effect-dexter .overlay-awesome-figure figcaption .two-widgets .content-entry .ds-contact-columns.ds-block--filled .entry-text.ds-col,.effect-dexter .overlay-awesome-figure figcaption .two-widgets .content-entry .ds-contact-design .entry-text.ds-col,.effect-dexter .overlay-awesome-figure figcaption .two-widgets .content-entry .ds-contact-filled-3.ds-block--filled .entry-text.ds-col,.effect-dexter .overlay-awesome-figure figcaption .two-widgets .content-entry .elements-style-flex-column .entry-text.element,.effect-dexter .overlay-awesome-figure figcaption .two-widgets .content-entry .filter-mobile .entry-text.card,.effect-dexter .overlay-awesome-figure figcaption .two-widgets .content-entry .flex-column.entry-text,.effect-dexter .overlay-awesome-figure figcaption .two-widgets .content-entry .form .form-inline .entry-text.form-group,.effect-dexter .overlay-awesome-figure figcaption .two-widgets .content-entry .shop-design2 .col-md-12>.product-item .product-item__body .entry-text.price-item,.effect-dexter .overlay-awesome-figure figcaption .two-widgets .content-entry .shop-design2 .col-md-12>.product-item .product-item__body .entry-text.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .two-widgets .content-entry .shop-design2 .col-md-12>div>.product-item .product-item__body .entry-text.price-item,.effect-dexter .overlay-awesome-figure figcaption .two-widgets .content-entry .shop-design2 .col-md-12>div>.product-item .product-item__body .entry-text.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .two-widgets .content-entry .shop-design2 .col-md-6>.product-item .product-item__body .entry-text.price-item,.effect-dexter .overlay-awesome-figure figcaption .two-widgets .content-entry .shop-design2 .col-md-6>.product-item .product-item__body .entry-text.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .two-widgets .content-entry .shop-design2 .col-md-6>div>.product-item .product-item__body .entry-text.price-item,.effect-dexter .overlay-awesome-figure figcaption .two-widgets .content-entry .shop-design2 .col-md-6>div>.product-item .product-item__body .entry-text.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .two-widgets .content-entry .shop-design2 .entry-text.price-item,.effect-dexter .overlay-awesome-figure figcaption .two-widgets .content-entry .shop-horizontal .col-md-12>.product-item .product-item__body .entry-text.price-item,.effect-dexter .overlay-awesome-figure figcaption .two-widgets .content-entry .shop-horizontal .col-md-12>.product-item .product-item__body .entry-text.product-btn,.effect-dexter .overlay-awesome-figure figcaption .two-widgets .content-entry .shop-horizontal .col-md-12>div>.product-item .product-item__body .entry-text.price-item,.effect-dexter .overlay-awesome-figure figcaption .two-widgets .content-entry .shop-horizontal .col-md-12>div>.product-item .product-item__body .entry-text.product-btn,.effect-dexter .overlay-awesome-figure figcaption .two-widgets .content-entry .shop-horizontal .col-md-6>.product-item .product-item__body .entry-text.price-item,.effect-dexter .overlay-awesome-figure figcaption .two-widgets .content-entry .shop-horizontal .col-md-6>.product-item .product-item__body .entry-text.product-btn,.effect-dexter .overlay-awesome-figure figcaption .two-widgets .content-entry .shop-horizontal .col-md-6>div>.product-item .product-item__body .entry-text.price-item,.effect-dexter .overlay-awesome-figure figcaption .two-widgets .content-entry .shop-horizontal .col-md-6>div>.product-item .product-item__body .entry-text.product-btn,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-fluid .block-element-circle-style .content-entry.element,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-fluid .block-elements-colors .content-entry.element,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-fluid .block-lateral-aligns .content-entry.element,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-fluid .ds-contact-columns.ds-block--filled .content-entry.ds-col,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-fluid .ds-contact-design .content-entry.ds-col,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-fluid .ds-contact-filled-3.ds-block--filled .content-entry.ds-col,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-fluid .elements-style-flex-column .content-entry.element,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-fluid .filter-mobile .content-entry.card,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-fluid .flex-column.content-entry,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-fluid .form .form-inline .content-entry.form-group,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-fluid .shop-design2 .col-md-12>.product-item .product-item__body .content-entry.price-item,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-fluid .shop-design2 .col-md-12>.product-item .product-item__body .content-entry.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-fluid .shop-design2 .col-md-12>div>.product-item .product-item__body .content-entry.price-item,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-fluid .shop-design2 .col-md-12>div>.product-item .product-item__body .content-entry.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-fluid .shop-design2 .col-md-6>.product-item .product-item__body .content-entry.price-item,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-fluid .shop-design2 .col-md-6>.product-item .product-item__body .content-entry.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-fluid .shop-design2 .col-md-6>div>.product-item .product-item__body .content-entry.price-item,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-fluid .shop-design2 .col-md-6>div>.product-item .product-item__body .content-entry.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-fluid .shop-design2 .content-entry.price-item,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-fluid .shop-horizontal .col-md-12>.product-item .product-item__body .content-entry.price-item,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-fluid .shop-horizontal .col-md-12>.product-item .product-item__body .content-entry.product-btn,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-fluid .shop-horizontal .col-md-12>div>.product-item .product-item__body .content-entry.price-item,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-fluid .shop-horizontal .col-md-12>div>.product-item .product-item__body .content-entry.product-btn,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-fluid .shop-horizontal .col-md-6>.product-item .product-item__body .content-entry.price-item,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-fluid .shop-horizontal .col-md-6>.product-item .product-item__body .content-entry.product-btn,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-fluid .shop-horizontal .col-md-6>div>.product-item .product-item__body .content-entry.price-item,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-fluid .shop-horizontal .col-md-6>div>.product-item .product-item__body .content-entry.product-btn,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-lg .block-element-circle-style .content-entry.element,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-lg .block-elements-colors .content-entry.element,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-lg .block-lateral-aligns .content-entry.element,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-lg .ds-contact-columns.ds-block--filled .content-entry.ds-col,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-lg .ds-contact-design .content-entry.ds-col,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-lg .ds-contact-filled-3.ds-block--filled .content-entry.ds-col,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-lg .elements-style-flex-column .content-entry.element,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-lg .filter-mobile .content-entry.card,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-lg .flex-column.content-entry,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-lg .form .form-inline .content-entry.form-group,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-lg .shop-design2 .col-md-12>.product-item .product-item__body .content-entry.price-item,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-lg .shop-design2 .col-md-12>.product-item .product-item__body .content-entry.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-lg .shop-design2 .col-md-12>div>.product-item .product-item__body .content-entry.price-item,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-lg .shop-design2 .col-md-12>div>.product-item .product-item__body .content-entry.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-lg .shop-design2 .col-md-6>.product-item .product-item__body .content-entry.price-item,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-lg .shop-design2 .col-md-6>.product-item .product-item__body .content-entry.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-lg .shop-design2 .col-md-6>div>.product-item .product-item__body .content-entry.price-item,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-lg .shop-design2 .col-md-6>div>.product-item .product-item__body .content-entry.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-lg .shop-design2 .content-entry.price-item,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-lg .shop-horizontal .col-md-12>.product-item .product-item__body .content-entry.price-item,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-lg .shop-horizontal .col-md-12>.product-item .product-item__body .content-entry.product-btn,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-lg .shop-horizontal .col-md-12>div>.product-item .product-item__body .content-entry.price-item,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-lg .shop-horizontal .col-md-12>div>.product-item .product-item__body .content-entry.product-btn,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-lg .shop-horizontal .col-md-6>.product-item .product-item__body .content-entry.price-item,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-lg .shop-horizontal .col-md-6>.product-item .product-item__body .content-entry.product-btn,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-lg .shop-horizontal .col-md-6>div>.product-item .product-item__body .content-entry.price-item,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-lg .shop-horizontal .col-md-6>div>.product-item .product-item__body .content-entry.product-btn,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-md .block-element-circle-style .content-entry.element,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-md .block-elements-colors .content-entry.element,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-md .block-lateral-aligns .content-entry.element,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-md .ds-contact-columns.ds-block--filled .content-entry.ds-col,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-md .ds-contact-design .content-entry.ds-col,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-md .ds-contact-filled-3.ds-block--filled .content-entry.ds-col,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-md .elements-style-flex-column .content-entry.element,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-md .filter-mobile .content-entry.card,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-md .flex-column.content-entry,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-md .form .form-inline .content-entry.form-group,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-md .shop-design2 .col-md-12>.product-item .product-item__body .content-entry.price-item,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-md .shop-design2 .col-md-12>.product-item .product-item__body .content-entry.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-md .shop-design2 .col-md-12>div>.product-item .product-item__body .content-entry.price-item,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-md .shop-design2 .col-md-12>div>.product-item .product-item__body .content-entry.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-md .shop-design2 .col-md-6>.product-item .product-item__body .content-entry.price-item,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-md .shop-design2 .col-md-6>.product-item .product-item__body .content-entry.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-md .shop-design2 .col-md-6>div>.product-item .product-item__body .content-entry.price-item,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-md .shop-design2 .col-md-6>div>.product-item .product-item__body .content-entry.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-md .shop-design2 .content-entry.price-item,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-md .shop-horizontal .col-md-12>.product-item .product-item__body .content-entry.price-item,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-md .shop-horizontal .col-md-12>.product-item .product-item__body .content-entry.product-btn,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-md .shop-horizontal .col-md-12>div>.product-item .product-item__body .content-entry.price-item,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-md .shop-horizontal .col-md-12>div>.product-item .product-item__body .content-entry.product-btn,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-md .shop-horizontal .col-md-6>.product-item .product-item__body .content-entry.price-item,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-md .shop-horizontal .col-md-6>.product-item .product-item__body .content-entry.product-btn,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-md .shop-horizontal .col-md-6>div>.product-item .product-item__body .content-entry.price-item,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-md .shop-horizontal .col-md-6>div>.product-item .product-item__body .content-entry.product-btn,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-sm .block-element-circle-style .content-entry.element,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-sm .block-elements-colors .content-entry.element,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-sm .block-lateral-aligns .content-entry.element,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-sm .ds-contact-columns.ds-block--filled .content-entry.ds-col,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-sm .ds-contact-design .content-entry.ds-col,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-sm .ds-contact-filled-3.ds-block--filled .content-entry.ds-col,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-sm .elements-style-flex-column .content-entry.element,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-sm .filter-mobile .content-entry.card,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-sm .flex-column.content-entry,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-sm .form .form-inline .content-entry.form-group,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-sm .shop-design2 .col-md-12>.product-item .product-item__body .content-entry.price-item,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-sm .shop-design2 .col-md-12>.product-item .product-item__body .content-entry.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-sm .shop-design2 .col-md-12>div>.product-item .product-item__body .content-entry.price-item,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-sm .shop-design2 .col-md-12>div>.product-item .product-item__body .content-entry.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-sm .shop-design2 .col-md-6>.product-item .product-item__body .content-entry.price-item,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-sm .shop-design2 .col-md-6>.product-item .product-item__body .content-entry.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-sm .shop-design2 .col-md-6>div>.product-item .product-item__body .content-entry.price-item,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-sm .shop-design2 .col-md-6>div>.product-item .product-item__body .content-entry.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-sm .shop-design2 .content-entry.price-item,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-sm .shop-horizontal .col-md-12>.product-item .product-item__body .content-entry.price-item,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-sm .shop-horizontal .col-md-12>.product-item .product-item__body .content-entry.product-btn,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-sm .shop-horizontal .col-md-12>div>.product-item .product-item__body .content-entry.price-item,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-sm .shop-horizontal .col-md-12>div>.product-item .product-item__body .content-entry.product-btn,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-sm .shop-horizontal .col-md-6>.product-item .product-item__body .content-entry.price-item,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-sm .shop-horizontal .col-md-6>.product-item .product-item__body .content-entry.product-btn,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-sm .shop-horizontal .col-md-6>div>.product-item .product-item__body .content-entry.price-item,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-sm .shop-horizontal .col-md-6>div>.product-item .product-item__body .content-entry.product-btn,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-xl .block-element-circle-style .content-entry.element,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-xl .block-elements-colors .content-entry.element,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-xl .block-lateral-aligns .content-entry.element,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-xl .ds-contact-columns.ds-block--filled .content-entry.ds-col,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-xl .ds-contact-design .content-entry.ds-col,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-xl .ds-contact-filled-3.ds-block--filled .content-entry.ds-col,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-xl .elements-style-flex-column .content-entry.element,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-xl .filter-mobile .content-entry.card,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-xl .flex-column.content-entry,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-xl .form .form-inline .content-entry.form-group,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-xl .shop-design2 .col-md-12>.product-item .product-item__body .content-entry.price-item,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-xl .shop-design2 .col-md-12>.product-item .product-item__body .content-entry.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-xl .shop-design2 .col-md-12>div>.product-item .product-item__body .content-entry.price-item,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-xl .shop-design2 .col-md-12>div>.product-item .product-item__body .content-entry.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-xl .shop-design2 .col-md-6>.product-item .product-item__body .content-entry.price-item,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-xl .shop-design2 .col-md-6>.product-item .product-item__body .content-entry.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-xl .shop-design2 .col-md-6>div>.product-item .product-item__body .content-entry.price-item,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-xl .shop-design2 .col-md-6>div>.product-item .product-item__body .content-entry.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-xl .shop-design2 .content-entry.price-item,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-xl .shop-horizontal .col-md-12>.product-item .product-item__body .content-entry.price-item,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-xl .shop-horizontal .col-md-12>.product-item .product-item__body .content-entry.product-btn,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-xl .shop-horizontal .col-md-12>div>.product-item .product-item__body .content-entry.price-item,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-xl .shop-horizontal .col-md-12>div>.product-item .product-item__body .content-entry.product-btn,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-xl .shop-horizontal .col-md-6>.product-item .product-item__body .content-entry.price-item,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-xl .shop-horizontal .col-md-6>.product-item .product-item__body .content-entry.product-btn,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-xl .shop-horizontal .col-md-6>div>.product-item .product-item__body .content-entry.price-item,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-xl .shop-horizontal .col-md-6>div>.product-item .product-item__body .content-entry.product-btn,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-xxl .block-element-circle-style .content-entry.element,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-xxl .block-elements-colors .content-entry.element,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-xxl .block-lateral-aligns .content-entry.element,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-xxl .ds-contact-columns.ds-block--filled .content-entry.ds-col,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-xxl .ds-contact-design .content-entry.ds-col,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-xxl .ds-contact-filled-3.ds-block--filled .content-entry.ds-col,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-xxl .elements-style-flex-column .content-entry.element,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-xxl .filter-mobile .content-entry.card,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-xxl .flex-column.content-entry,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-xxl .form .form-inline .content-entry.form-group,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-xxl .shop-design2 .col-md-12>.product-item .product-item__body .content-entry.price-item,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-xxl .shop-design2 .col-md-12>.product-item .product-item__body .content-entry.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-xxl .shop-design2 .col-md-12>div>.product-item .product-item__body .content-entry.price-item,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-xxl .shop-design2 .col-md-12>div>.product-item .product-item__body .content-entry.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-xxl .shop-design2 .col-md-6>.product-item .product-item__body .content-entry.price-item,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-xxl .shop-design2 .col-md-6>.product-item .product-item__body .content-entry.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-xxl .shop-design2 .col-md-6>div>.product-item .product-item__body .content-entry.price-item,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-xxl .shop-design2 .col-md-6>div>.product-item .product-item__body .content-entry.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-xxl .shop-design2 .content-entry.price-item,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-xxl .shop-horizontal .col-md-12>.product-item .product-item__body .content-entry.price-item,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-xxl .shop-horizontal .col-md-12>.product-item .product-item__body .content-entry.product-btn,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-xxl .shop-horizontal .col-md-12>div>.product-item .product-item__body .content-entry.price-item,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-xxl .shop-horizontal .col-md-12>div>.product-item .product-item__body .content-entry.product-btn,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-xxl .shop-horizontal .col-md-6>.product-item .product-item__body .content-entry.price-item,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-xxl .shop-horizontal .col-md-6>.product-item .product-item__body .content-entry.product-btn,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-xxl .shop-horizontal .col-md-6>div>.product-item .product-item__body .content-entry.price-item,.effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-xxl .shop-horizontal .col-md-6>div>.product-item .product-item__body .content-entry.product-btn,.effect-dexter .overlay-awesome-figure figcaption .v-text-left .block-element-circle-style .target-image.element,.effect-dexter .overlay-awesome-figure figcaption .v-text-left .block-elements-colors .target-image.element,.effect-dexter .overlay-awesome-figure figcaption .v-text-left .block-lateral-aligns .target-image.element,.effect-dexter .overlay-awesome-figure figcaption .v-text-left .ds-contact-columns.ds-block--filled .target-image.ds-col,.effect-dexter .overlay-awesome-figure figcaption .v-text-left .ds-contact-design .target-image.ds-col,.effect-dexter .overlay-awesome-figure figcaption .v-text-left .ds-contact-filled-3.ds-block--filled .target-image.ds-col,.effect-dexter .overlay-awesome-figure figcaption .v-text-left .elements-style-flex-column .target-image.element,.effect-dexter .overlay-awesome-figure figcaption .v-text-left .filter-mobile .target-image.card,.effect-dexter .overlay-awesome-figure figcaption .v-text-left .flex-column.target-image,.effect-dexter .overlay-awesome-figure figcaption .v-text-left .form .form-inline .target-image.form-group,.effect-dexter .overlay-awesome-figure figcaption .v-text-left .shop-design2 .col-md-12>.product-item .product-item__body .target-image.price-item,.effect-dexter .overlay-awesome-figure figcaption .v-text-left .shop-design2 .col-md-12>.product-item .product-item__body .target-image.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .v-text-left .shop-design2 .col-md-12>div>.product-item .product-item__body .target-image.price-item,.effect-dexter .overlay-awesome-figure figcaption .v-text-left .shop-design2 .col-md-12>div>.product-item .product-item__body .target-image.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .v-text-left .shop-design2 .col-md-6>.product-item .product-item__body .target-image.price-item,.effect-dexter .overlay-awesome-figure figcaption .v-text-left .shop-design2 .col-md-6>.product-item .product-item__body .target-image.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .v-text-left .shop-design2 .col-md-6>div>.product-item .product-item__body .target-image.price-item,.effect-dexter .overlay-awesome-figure figcaption .v-text-left .shop-design2 .col-md-6>div>.product-item .product-item__body .target-image.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .v-text-left .shop-design2 .target-image.price-item,.effect-dexter .overlay-awesome-figure figcaption .v-text-left .shop-horizontal .col-md-12>.product-item .product-item__body .target-image.price-item,.effect-dexter .overlay-awesome-figure figcaption .v-text-left .shop-horizontal .col-md-12>.product-item .product-item__body .target-image.product-btn,.effect-dexter .overlay-awesome-figure figcaption .v-text-left .shop-horizontal .col-md-12>div>.product-item .product-item__body .target-image.price-item,.effect-dexter .overlay-awesome-figure figcaption .v-text-left .shop-horizontal .col-md-12>div>.product-item .product-item__body .target-image.product-btn,.effect-dexter .overlay-awesome-figure figcaption .v-text-left .shop-horizontal .col-md-6>.product-item .product-item__body .target-image.price-item,.effect-dexter .overlay-awesome-figure figcaption .v-text-left .shop-horizontal .col-md-6>.product-item .product-item__body .target-image.product-btn,.effect-dexter .overlay-awesome-figure figcaption .v-text-left .shop-horizontal .col-md-6>div>.product-item .product-item__body .target-image.price-item,.effect-dexter .overlay-awesome-figure figcaption .v-text-left .shop-horizontal .col-md-6>div>.product-item .product-item__body .target-image.product-btn,.effect-dexter .overlay-awesome-figure figcaption .v-text-right .block-element-circle-style .target-image.element,.effect-dexter .overlay-awesome-figure figcaption .v-text-right .block-elements-colors .target-image.element,.effect-dexter .overlay-awesome-figure figcaption .v-text-right .block-lateral-aligns .target-image.element,.effect-dexter .overlay-awesome-figure figcaption .v-text-right .ds-contact-columns.ds-block--filled .target-image.ds-col,.effect-dexter .overlay-awesome-figure figcaption .v-text-right .ds-contact-design .target-image.ds-col,.effect-dexter .overlay-awesome-figure figcaption .v-text-right .ds-contact-filled-3.ds-block--filled .target-image.ds-col,.effect-dexter .overlay-awesome-figure figcaption .v-text-right .elements-style-flex-column .target-image.element,.effect-dexter .overlay-awesome-figure figcaption .v-text-right .filter-mobile .target-image.card,.effect-dexter .overlay-awesome-figure figcaption .v-text-right .flex-column.target-image,.effect-dexter .overlay-awesome-figure figcaption .v-text-right .form .form-inline .target-image.form-group,.effect-dexter .overlay-awesome-figure figcaption .v-text-right .shop-design2 .col-md-12>.product-item .product-item__body .target-image.price-item,.effect-dexter .overlay-awesome-figure figcaption .v-text-right .shop-design2 .col-md-12>.product-item .product-item__body .target-image.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .v-text-right .shop-design2 .col-md-12>div>.product-item .product-item__body .target-image.price-item,.effect-dexter .overlay-awesome-figure figcaption .v-text-right .shop-design2 .col-md-12>div>.product-item .product-item__body .target-image.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .v-text-right .shop-design2 .col-md-6>.product-item .product-item__body .target-image.price-item,.effect-dexter .overlay-awesome-figure figcaption .v-text-right .shop-design2 .col-md-6>.product-item .product-item__body .target-image.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .v-text-right .shop-design2 .col-md-6>div>.product-item .product-item__body .target-image.price-item,.effect-dexter .overlay-awesome-figure figcaption .v-text-right .shop-design2 .col-md-6>div>.product-item .product-item__body .target-image.product-group__bottom,.effect-dexter .overlay-awesome-figure figcaption .v-text-right .shop-design2 .target-image.price-item,.effect-dexter .overlay-awesome-figure figcaption .v-text-right .shop-horizontal .col-md-12>.product-item .product-item__body .target-image.price-item,.effect-dexter .overlay-awesome-figure figcaption .v-text-right .shop-horizontal .col-md-12>.product-item .product-item__body .target-image.product-btn,.effect-dexter .overlay-awesome-figure figcaption .v-text-right .shop-horizontal .col-md-12>div>.product-item .product-item__body .target-image.price-item,.effect-dexter .overlay-awesome-figure figcaption .v-text-right .shop-horizontal .col-md-12>div>.product-item .product-item__body .target-image.product-btn,.effect-dexter .overlay-awesome-figure figcaption .v-text-right .shop-horizontal .col-md-6>.product-item .product-item__body .target-image.price-item,.effect-dexter .overlay-awesome-figure figcaption .v-text-right .shop-horizontal .col-md-6>.product-item .product-item__body .target-image.product-btn,.effect-dexter .overlay-awesome-figure figcaption .v-text-right .shop-horizontal .col-md-6>div>.product-item .product-item__body .target-image.price-item,.effect-dexter .overlay-awesome-figure figcaption .v-text-right .shop-horizontal .col-md-6>div>.product-item .product-item__body .target-image.product-btn,.elements-style-flex-column .block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .ds-cn-grid-element.element,.elements-style-flex-column .block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .element,.elements-style-flex-column .block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .ds-cn-grid-element.element,.elements-style-flex-column .block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .element,.elements-style-flex-column .ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .ds-col.element,.elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .block-elements-colors .element,.elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .block-elements-colors.nomargin .element.ds-cn-grid-element,.elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .block.element,.elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .d-flex.element,.elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .ds-contact-columns.ds-block--filled .element.ds-col,.elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .ds-contact-design .element.ds-col,.elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .ds-contact-filled-3.ds-block--filled .element.ds-col,.elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .element,.elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .element.bg-message-form,.elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .element.ds-cn-grid,.elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .element.form-search,.elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .element.nav-menu-item,.elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .element.navbar-menu-inner,.elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .element.navbar__tools,.elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .filter-mobile .element.card,.elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .filter-mobile.open .element.card.left,.elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .filter-mobile.open .element.card.right,.elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .flex-column.element,.elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .form .form-inline .element.check-group,.elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .form .form-inline .element.form-group,.elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .icon.element,.elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .media.element,.elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .navbar-design .element.nav-link,.elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .product-gallery-swiper .element.swiper-thumbs,.elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .element.product-item__img,.elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .element.price-item,.elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .element.product-group__bottom,.elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .element.product-item__img,.elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .element.price-item,.elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .element.product-group__bottom,.elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .element.product-item__img,.elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .element.price-item,.elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .element.product-group__bottom,.elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .element.product-item__img,.elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .element.price-item,.elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .element.product-group__bottom,.elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .element.price-item,.elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .product-badge .element.badge,.elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .element.product-item__img,.elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .product-item__body .element.price-item,.elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .product-item__body .element.product-btn,.elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .element.product-item__img,.elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .product-item__body .element.price-item,.elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .product-item__body .element.product-btn,.elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .element.product-item__img,.elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .product-item__body .element.price-item,.elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .product-item__body .element.product-btn,.elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .element.product-item__img,.elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .product-item__body .element.price-item,.elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .product-item__body .element.product-btn,.elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .sort-products .form-group>div.element,.elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .subnav .element.nav-link,.elements-style-flex-column .social-share .effect-dexter .overlay-awesome-figure figcaption .social-item.element,.elements-style-flex-column .two-widgets .content-entry .effect-dexter .overlay-awesome-figure figcaption .entry-text.element,.elements-style-flex-column .v-full-screen .container-fluid .effect-dexter .overlay-awesome-figure figcaption .content-entry.element,.elements-style-flex-column .v-full-screen .container-lg .effect-dexter .overlay-awesome-figure figcaption .content-entry.element,.elements-style-flex-column .v-full-screen .container-md .effect-dexter .overlay-awesome-figure figcaption .content-entry.element,.elements-style-flex-column .v-full-screen .container-sm .effect-dexter .overlay-awesome-figure figcaption .content-entry.element,.elements-style-flex-column .v-full-screen .container-xl .effect-dexter .overlay-awesome-figure figcaption .content-entry.element,.elements-style-flex-column .v-full-screen .container-xxl .effect-dexter .overlay-awesome-figure figcaption .content-entry.element,.elements-style-flex-column .v-text-left .effect-dexter .overlay-awesome-figure figcaption .target-image.element,.elements-style-flex-column .v-text-right .effect-dexter .overlay-awesome-figure figcaption .target-image.element,.filter-mobile .block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .ds-cn-grid-element.card,.filter-mobile .block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .element.card,.filter-mobile .block-elements-colors.nomargin .effect-dexter .overlay-awesome-figure figcaption .ds-cn-grid-element.card,.filter-mobile .block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .ds-cn-grid-element.card,.filter-mobile .ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .ds-col.card,.filter-mobile .effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .ds-cn-grid-element.card,.filter-mobile .effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .element.card,.filter-mobile .effect-dexter .overlay-awesome-figure figcaption .block-elements-colors.nomargin .ds-cn-grid-element.card,.filter-mobile .effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .ds-cn-grid-element.card,.filter-mobile .effect-dexter .overlay-awesome-figure figcaption .block.card,.filter-mobile .effect-dexter .overlay-awesome-figure figcaption .card.bg-message-form,.filter-mobile .effect-dexter .overlay-awesome-figure figcaption .card.ds-cn-grid,.filter-mobile .effect-dexter .overlay-awesome-figure figcaption .card.form-search,.filter-mobile .effect-dexter .overlay-awesome-figure figcaption .card.nav-menu-item,.filter-mobile .effect-dexter .overlay-awesome-figure figcaption .card.navbar-menu-inner,.filter-mobile .effect-dexter .overlay-awesome-figure figcaption .card.navbar__tools,.filter-mobile .effect-dexter .overlay-awesome-figure figcaption .d-flex.card,.filter-mobile .effect-dexter .overlay-awesome-figure figcaption .ds-block--filled .ds-col.card,.filter-mobile .effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .element.card,.filter-mobile .effect-dexter .overlay-awesome-figure figcaption .form .form-inline .card.check-group,.filter-mobile .effect-dexter .overlay-awesome-figure figcaption .icon.card,.filter-mobile .effect-dexter .overlay-awesome-figure figcaption .media.card,.filter-mobile .effect-dexter .overlay-awesome-figure figcaption .navbar-design .card.nav-link,.filter-mobile .effect-dexter .overlay-awesome-figure figcaption .product-gallery-swiper .card.swiper-thumbs,.filter-mobile .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .card.product-item__img,.filter-mobile .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .card.product-group__bottom,.filter-mobile .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .card.product-item__img,.filter-mobile .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .card.product-group__bottom,.filter-mobile .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .card.product-item__img,.filter-mobile .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .card.product-group__bottom,.filter-mobile .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .card.product-item__img,.filter-mobile .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .card.product-group__bottom,.filter-mobile .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .product-badge .card.badge,.filter-mobile .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .card.product-item__img,.filter-mobile .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .card.product-item__img,.filter-mobile .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .card.product-item__img,.filter-mobile .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .card.product-item__img,.filter-mobile .effect-dexter .overlay-awesome-figure figcaption .social-share .social-item.card,.filter-mobile .effect-dexter .overlay-awesome-figure figcaption .sort-products .form-group>div.card,.filter-mobile .effect-dexter .overlay-awesome-figure figcaption .subnav .card.nav-link,.filter-mobile .effect-dexter .overlay-awesome-figure figcaption .two-widgets .content-entry .entry-text.card,.filter-mobile .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-fluid .content-entry.card,.filter-mobile .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-lg .content-entry.card,.filter-mobile .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-md .content-entry.card,.filter-mobile .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-sm .content-entry.card,.filter-mobile .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-xl .content-entry.card,.filter-mobile .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-xxl .content-entry.card,.filter-mobile .effect-dexter .overlay-awesome-figure figcaption .v-text-left .target-image.card,.filter-mobile .effect-dexter .overlay-awesome-figure figcaption .v-text-right .target-image.card,.filter-mobile .elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .element.card,.filter-mobile .social-share .effect-dexter .overlay-awesome-figure figcaption .social-item.card,.filter-mobile .sort-products .effect-dexter .overlay-awesome-figure figcaption .form-group>div.card,.filter-mobile .two-widgets .content-entry .effect-dexter .overlay-awesome-figure figcaption .entry-text.card,.filter-mobile .v-full-screen .container-fluid .effect-dexter .overlay-awesome-figure figcaption .content-entry.card,.filter-mobile .v-full-screen .container-lg .effect-dexter .overlay-awesome-figure figcaption .content-entry.card,.filter-mobile .v-full-screen .container-md .effect-dexter .overlay-awesome-figure figcaption .content-entry.card,.filter-mobile .v-full-screen .container-sm .effect-dexter .overlay-awesome-figure figcaption .content-entry.card,.filter-mobile .v-full-screen .container-xl .effect-dexter .overlay-awesome-figure figcaption .content-entry.card,.filter-mobile .v-full-screen .container-xxl .effect-dexter .overlay-awesome-figure figcaption .content-entry.card,.filter-mobile .v-text-left .effect-dexter .overlay-awesome-figure figcaption .target-image.card,.filter-mobile .v-text-right .effect-dexter .overlay-awesome-figure figcaption .target-image.card,.filter-mobile.open .block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .element.card.left,.filter-mobile.open .block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .element.card.right,.filter-mobile.open .block-elements-colors .effect-dexter .overlay-awesome-figure figcaption .element.card.left,.filter-mobile.open .block-elements-colors .effect-dexter .overlay-awesome-figure figcaption .element.card.right,.filter-mobile.open .block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .element.card.left,.filter-mobile.open .block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .element.card.right,.filter-mobile.open .ds-contact-columns.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .ds-col.card.left,.filter-mobile.open .ds-contact-columns.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .ds-col.card.right,.filter-mobile.open .ds-contact-design .effect-dexter .overlay-awesome-figure figcaption .ds-col.card.left,.filter-mobile.open .ds-contact-design .effect-dexter .overlay-awesome-figure figcaption .ds-col.card.right,.filter-mobile.open .ds-contact-filled-3.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .ds-col.card.left,.filter-mobile.open .ds-contact-filled-3.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .ds-col.card.right,.filter-mobile.open .effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .element.card.left,.filter-mobile.open .effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .element.card.right,.filter-mobile.open .effect-dexter .overlay-awesome-figure figcaption .block-elements-colors .element.card.left,.filter-mobile.open .effect-dexter .overlay-awesome-figure figcaption .block-elements-colors .element.card.right,.filter-mobile.open .effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .element.card.left,.filter-mobile.open .effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .element.card.right,.filter-mobile.open .effect-dexter .overlay-awesome-figure figcaption .card.left,.filter-mobile.open .effect-dexter .overlay-awesome-figure figcaption .card.right,.filter-mobile.open .effect-dexter .overlay-awesome-figure figcaption .ds-contact-columns.ds-block--filled .ds-col.card.left,.filter-mobile.open .effect-dexter .overlay-awesome-figure figcaption .ds-contact-columns.ds-block--filled .ds-col.card.right,.filter-mobile.open .effect-dexter .overlay-awesome-figure figcaption .ds-contact-design .ds-col.card.left,.filter-mobile.open .effect-dexter .overlay-awesome-figure figcaption .ds-contact-design .ds-col.card.right,.filter-mobile.open .effect-dexter .overlay-awesome-figure figcaption .ds-contact-filled-3.ds-block--filled .ds-col.card.left,.filter-mobile.open .effect-dexter .overlay-awesome-figure figcaption .ds-contact-filled-3.ds-block--filled .ds-col.card.right,.filter-mobile.open .effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .element.card.left,.filter-mobile.open .effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .element.card.right,.filter-mobile.open .effect-dexter .overlay-awesome-figure figcaption .flex-column.card.left,.filter-mobile.open .effect-dexter .overlay-awesome-figure figcaption .flex-column.card.right,.filter-mobile.open .effect-dexter .overlay-awesome-figure figcaption .form .form-inline .card.left.form-group,.filter-mobile.open .effect-dexter .overlay-awesome-figure figcaption .form .form-inline .card.right.form-group,.filter-mobile.open .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .card.left.price-item,.filter-mobile.open .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .card.right.price-item,.filter-mobile.open .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .card.left.price-item,.filter-mobile.open .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .card.left.product-group__bottom,.filter-mobile.open .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .card.right.price-item,.filter-mobile.open .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .card.right.product-group__bottom,.filter-mobile.open .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .card.left.price-item,.filter-mobile.open .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .card.left.product-group__bottom,.filter-mobile.open .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .card.right.price-item,.filter-mobile.open .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .card.right.product-group__bottom,.filter-mobile.open .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .card.left.price-item,.filter-mobile.open .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .card.left.product-group__bottom,.filter-mobile.open .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .card.right.price-item,.filter-mobile.open .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .card.right.product-group__bottom,.filter-mobile.open .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .card.left.price-item,.filter-mobile.open .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .card.left.product-group__bottom,.filter-mobile.open .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .card.right.price-item,.filter-mobile.open .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .card.right.product-group__bottom,.filter-mobile.open .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .product-item__body .card.left.price-item,.filter-mobile.open .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .product-item__body .card.left.product-btn,.filter-mobile.open .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .product-item__body .card.right.price-item,.filter-mobile.open .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .product-item__body .card.right.product-btn,.filter-mobile.open .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .product-item__body .card.left.price-item,.filter-mobile.open .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .product-item__body .card.left.product-btn,.filter-mobile.open .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .product-item__body .card.right.price-item,.filter-mobile.open .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .product-item__body .card.right.product-btn,.filter-mobile.open .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .product-item__body .card.left.price-item,.filter-mobile.open .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .product-item__body .card.left.product-btn,.filter-mobile.open .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .product-item__body .card.right.price-item,.filter-mobile.open .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .product-item__body .card.right.product-btn,.filter-mobile.open .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .product-item__body .card.left.price-item,.filter-mobile.open .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .product-item__body .card.left.product-btn,.filter-mobile.open .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .product-item__body .card.right.price-item,.filter-mobile.open .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .product-item__body .card.right.product-btn,.filter-mobile.open .elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .element.card.left,.filter-mobile.open .elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .element.card.right,.form .form-inline .block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .ds-cn-grid-element.form-group,.form .form-inline .block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .element.check-group,.form .form-inline .block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .element.form-group,.form .form-inline .block-elements-colors .effect-dexter .overlay-awesome-figure figcaption .element.check-group,.form .form-inline .block-elements-colors.nomargin .effect-dexter .overlay-awesome-figure figcaption .ds-cn-grid-element.form-group,.form .form-inline .block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .ds-cn-grid-element.form-group,.form .form-inline .block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .element.check-group,.form .form-inline .ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .ds-col.form-group,.form .form-inline .ds-contact-columns.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .ds-col.check-group,.form .form-inline .ds-contact-design .effect-dexter .overlay-awesome-figure figcaption .ds-col.check-group,.form .form-inline .ds-contact-filled-3.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .ds-col.check-group,.form .form-inline .effect-dexter .overlay-awesome-figure figcaption .bg-message-form.form-group,.form .form-inline .effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .ds-cn-grid-element.form-group,.form .form-inline .effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .element.check-group,.form .form-inline .effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .element.form-group,.form .form-inline .effect-dexter .overlay-awesome-figure figcaption .block-elements-colors .element.check-group,.form .form-inline .effect-dexter .overlay-awesome-figure figcaption .block-elements-colors.nomargin .ds-cn-grid-element.form-group,.form .form-inline .effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .ds-cn-grid-element.form-group,.form .form-inline .effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .element.check-group,.form .form-inline .effect-dexter .overlay-awesome-figure figcaption .block.form-group,.form .form-inline .effect-dexter .overlay-awesome-figure figcaption .d-flex.form-group,.form .form-inline .effect-dexter .overlay-awesome-figure figcaption .ds-block--filled .ds-col.form-group,.form .form-inline .effect-dexter .overlay-awesome-figure figcaption .ds-contact-columns.ds-block--filled .ds-col.check-group,.form .form-inline .effect-dexter .overlay-awesome-figure figcaption .ds-contact-design .ds-col.check-group,.form .form-inline .effect-dexter .overlay-awesome-figure figcaption .ds-contact-filled-3.ds-block--filled .ds-col.check-group,.form .form-inline .effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .element.check-group,.form .form-inline .effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .element.form-group,.form .form-inline .effect-dexter .overlay-awesome-figure figcaption .filter-mobile .card.check-group,.form .form-inline .effect-dexter .overlay-awesome-figure figcaption .filter-mobile.open .card.left.form-group,.form .form-inline .effect-dexter .overlay-awesome-figure figcaption .filter-mobile.open .card.right.form-group,.form .form-inline .effect-dexter .overlay-awesome-figure figcaption .flex-column.check-group,.form .form-inline .effect-dexter .overlay-awesome-figure figcaption .form-group.check-group,.form .form-inline .effect-dexter .overlay-awesome-figure figcaption .form-group.ds-cn-grid,.form .form-inline .effect-dexter .overlay-awesome-figure figcaption .form-group.form-search,.form .form-inline .effect-dexter .overlay-awesome-figure figcaption .form-group.nav-menu-item,.form .form-inline .effect-dexter .overlay-awesome-figure figcaption .form-group.navbar-menu-inner,.form .form-inline .effect-dexter .overlay-awesome-figure figcaption .form-group.navbar__tools,.form .form-inline .effect-dexter .overlay-awesome-figure figcaption .icon.form-group,.form .form-inline .effect-dexter .overlay-awesome-figure figcaption .media.form-group,.form .form-inline .effect-dexter .overlay-awesome-figure figcaption .navbar-design .form-group.nav-link,.form .form-inline .effect-dexter .overlay-awesome-figure figcaption .product-gallery-swiper .swiper-thumbs.form-group,.form .form-inline .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .price-item.check-group,.form .form-inline .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .product-group__bottom.check-group,.form .form-inline .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .product-group__bottom.form-group,.form .form-inline .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__img.form-group,.form .form-inline .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .price-item.check-group,.form .form-inline .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .product-group__bottom.check-group,.form .form-inline .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .product-group__bottom.form-group,.form .form-inline .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__img.form-group,.form .form-inline .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .price-item.check-group,.form .form-inline .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .product-group__bottom.check-group,.form .form-inline .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .product-group__bottom.form-group,.form .form-inline .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__img.form-group,.form .form-inline .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .price-item.check-group,.form .form-inline .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .product-group__bottom.check-group,.form .form-inline .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .product-group__bottom.form-group,.form .form-inline .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__img.form-group,.form .form-inline .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .price-item.check-group,.form .form-inline .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .product-badge .badge.form-group,.form .form-inline .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .product-item__body .price-item.check-group,.form .form-inline .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .product-item__body .product-btn.check-group,.form .form-inline .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .product-item__img.form-group,.form .form-inline .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .product-item__body .price-item.check-group,.form .form-inline .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .product-item__body .product-btn.check-group,.form .form-inline .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .product-item__img.form-group,.form .form-inline .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .product-item__body .price-item.check-group,.form .form-inline .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .product-item__body .product-btn.check-group,.form .form-inline .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .product-item__img.form-group,.form .form-inline .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .product-item__body .price-item.check-group,.form .form-inline .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .product-item__body .product-btn.check-group,.form .form-inline .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .product-item__img.form-group,.form .form-inline .effect-dexter .overlay-awesome-figure figcaption .social-share .social-item.form-group,.form .form-inline .effect-dexter .overlay-awesome-figure figcaption .sort-products .form-group>div.form-group,.form .form-inline .effect-dexter .overlay-awesome-figure figcaption .subnav .form-group.nav-link,.form .form-inline .effect-dexter .overlay-awesome-figure figcaption .two-widgets .content-entry .entry-text.form-group,.form .form-inline .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-fluid .content-entry.form-group,.form .form-inline .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-lg .content-entry.form-group,.form .form-inline .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-md .content-entry.form-group,.form .form-inline .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-sm .content-entry.form-group,.form .form-inline .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-xl .content-entry.form-group,.form .form-inline .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-xxl .content-entry.form-group,.form .form-inline .effect-dexter .overlay-awesome-figure figcaption .v-text-left .target-image.form-group,.form .form-inline .effect-dexter .overlay-awesome-figure figcaption .v-text-right .target-image.form-group,.form .form-inline .elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .element.check-group,.form .form-inline .elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .element.form-group,.form .form-inline .filter-mobile .effect-dexter .overlay-awesome-figure figcaption .card.check-group,.form .form-inline .filter-mobile.open .effect-dexter .overlay-awesome-figure figcaption .card.left.form-group,.form .form-inline .filter-mobile.open .effect-dexter .overlay-awesome-figure figcaption .card.right.form-group,.form .form-inline .product-gallery-swiper .effect-dexter .overlay-awesome-figure figcaption .swiper-thumbs.form-group,.form .form-inline .shop-design2 .col-md-12>.product-item .effect-dexter .overlay-awesome-figure figcaption .product-item__img.form-group,.form .form-inline .shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .price-item.check-group,.form .form-inline .shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.check-group,.form .form-inline .shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.form-group,.form .form-inline .shop-design2 .col-md-12>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .product-item__img.form-group,.form .form-inline .shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .price-item.check-group,.form .form-inline .shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.check-group,.form .form-inline .shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.form-group,.form .form-inline .shop-design2 .col-md-6>.product-item .effect-dexter .overlay-awesome-figure figcaption .product-item__img.form-group,.form .form-inline .shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .price-item.check-group,.form .form-inline .shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.check-group,.form .form-inline .shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.form-group,.form .form-inline .shop-design2 .col-md-6>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .product-item__img.form-group,.form .form-inline .shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .price-item.check-group,.form .form-inline .shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.check-group,.form .form-inline .shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.form-group,.form .form-inline .shop-design2 .effect-dexter .overlay-awesome-figure figcaption .price-item.check-group,.form .form-inline .shop-design2 .product-badge .effect-dexter .overlay-awesome-figure figcaption .badge.form-group,.form .form-inline .shop-horizontal .col-md-12>.product-item .effect-dexter .overlay-awesome-figure figcaption .product-item__img.form-group,.form .form-inline .shop-horizontal .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .price-item.check-group,.form .form-inline .shop-horizontal .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-btn.check-group,.form .form-inline .shop-horizontal .col-md-12>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .product-item__img.form-group,.form .form-inline .shop-horizontal .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .price-item.check-group,.form .form-inline .shop-horizontal .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-btn.check-group,.form .form-inline .shop-horizontal .col-md-6>.product-item .effect-dexter .overlay-awesome-figure figcaption .product-item__img.form-group,.form .form-inline .shop-horizontal .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .price-item.check-group,.form .form-inline .shop-horizontal .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-btn.check-group,.form .form-inline .shop-horizontal .col-md-6>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .product-item__img.form-group,.form .form-inline .shop-horizontal .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .price-item.check-group,.form .form-inline .shop-horizontal .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-btn.check-group,.form .form-inline .social-share .effect-dexter .overlay-awesome-figure figcaption .social-item.form-group,.form .form-inline .sort-products .effect-dexter .overlay-awesome-figure figcaption .form-group>div.form-group,.form .form-inline .two-widgets .content-entry .effect-dexter .overlay-awesome-figure figcaption .entry-text.form-group,.form .form-inline .v-full-screen .container-fluid .effect-dexter .overlay-awesome-figure figcaption .content-entry.form-group,.form .form-inline .v-full-screen .container-lg .effect-dexter .overlay-awesome-figure figcaption .content-entry.form-group,.form .form-inline .v-full-screen .container-md .effect-dexter .overlay-awesome-figure figcaption .content-entry.form-group,.form .form-inline .v-full-screen .container-sm .effect-dexter .overlay-awesome-figure figcaption .content-entry.form-group,.form .form-inline .v-full-screen .container-xl .effect-dexter .overlay-awesome-figure figcaption .content-entry.form-group,.form .form-inline .v-full-screen .container-xxl .effect-dexter .overlay-awesome-figure figcaption .content-entry.form-group,.form .form-inline .v-text-left .effect-dexter .overlay-awesome-figure figcaption .target-image.form-group,.form .form-inline .v-text-right .effect-dexter .overlay-awesome-figure figcaption .target-image.form-group,.navbar-design .block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .element.nav-link,.navbar-design .block-elements-colors .effect-dexter .overlay-awesome-figure figcaption .element.nav-link,.navbar-design .block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .element.nav-link,.navbar-design .ds-contact-columns.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .ds-col.nav-link,.navbar-design .ds-contact-design .effect-dexter .overlay-awesome-figure figcaption .ds-col.nav-link,.navbar-design .ds-contact-filled-3.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .ds-col.nav-link,.navbar-design .effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .element.nav-link,.navbar-design .effect-dexter .overlay-awesome-figure figcaption .block-elements-colors .element.nav-link,.navbar-design .effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .element.nav-link,.navbar-design .effect-dexter .overlay-awesome-figure figcaption .ds-contact-columns.ds-block--filled .ds-col.nav-link,.navbar-design .effect-dexter .overlay-awesome-figure figcaption .ds-contact-design .ds-col.nav-link,.navbar-design .effect-dexter .overlay-awesome-figure figcaption .ds-contact-filled-3.ds-block--filled .ds-col.nav-link,.navbar-design .effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .element.nav-link,.navbar-design .effect-dexter .overlay-awesome-figure figcaption .filter-mobile .card.nav-link,.navbar-design .effect-dexter .overlay-awesome-figure figcaption .flex-column.nav-link,.navbar-design .effect-dexter .overlay-awesome-figure figcaption .form .form-inline .form-group.nav-link,.navbar-design .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .price-item.nav-link,.navbar-design .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .product-group__bottom.nav-link,.navbar-design .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .price-item.nav-link,.navbar-design .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .product-group__bottom.nav-link,.navbar-design .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .price-item.nav-link,.navbar-design .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .product-group__bottom.nav-link,.navbar-design .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .price-item.nav-link,.navbar-design .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .product-group__bottom.nav-link,.navbar-design .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .price-item.nav-link,.navbar-design .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .product-item__body .price-item.nav-link,.navbar-design .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .product-item__body .product-btn.nav-link,.navbar-design .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .product-item__body .price-item.nav-link,.navbar-design .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .product-item__body .product-btn.nav-link,.navbar-design .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .product-item__body .price-item.nav-link,.navbar-design .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .product-item__body .product-btn.nav-link,.navbar-design .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .product-item__body .price-item.nav-link,.navbar-design .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .product-item__body .product-btn.nav-link,.navbar-design .elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .element.nav-link,.navbar-design .filter-mobile .effect-dexter .overlay-awesome-figure figcaption .card.nav-link,.navbar-design .form .form-inline .effect-dexter .overlay-awesome-figure figcaption .form-group.nav-link,.navbar-design .shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .price-item.nav-link,.navbar-design .shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.nav-link,.navbar-design .shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .price-item.nav-link,.navbar-design .shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.nav-link,.navbar-design .shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .price-item.nav-link,.navbar-design .shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.nav-link,.navbar-design .shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .price-item.nav-link,.navbar-design .shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.nav-link,.navbar-design .shop-design2 .effect-dexter .overlay-awesome-figure figcaption .price-item.nav-link,.navbar-design .shop-horizontal .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .price-item.nav-link,.navbar-design .shop-horizontal .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-btn.nav-link,.navbar-design .shop-horizontal .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .price-item.nav-link,.navbar-design .shop-horizontal .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-btn.nav-link,.navbar-design .shop-horizontal .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .price-item.nav-link,.navbar-design .shop-horizontal .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-btn.nav-link,.navbar-design .shop-horizontal .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .price-item.nav-link,.navbar-design .shop-horizontal .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-btn.nav-link,.product-gallery-swiper .block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .element.swiper-thumbs,.product-gallery-swiper .block-elements-colors .effect-dexter .overlay-awesome-figure figcaption .element.swiper-thumbs,.product-gallery-swiper .block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .element.swiper-thumbs,.product-gallery-swiper .ds-contact-columns.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .ds-col.swiper-thumbs,.product-gallery-swiper .ds-contact-design .effect-dexter .overlay-awesome-figure figcaption .ds-col.swiper-thumbs,.product-gallery-swiper .ds-contact-filled-3.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .ds-col.swiper-thumbs,.product-gallery-swiper .effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .element.swiper-thumbs,.product-gallery-swiper .effect-dexter .overlay-awesome-figure figcaption .block-elements-colors .element.swiper-thumbs,.product-gallery-swiper .effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .element.swiper-thumbs,.product-gallery-swiper .effect-dexter .overlay-awesome-figure figcaption .ds-contact-columns.ds-block--filled .ds-col.swiper-thumbs,.product-gallery-swiper .effect-dexter .overlay-awesome-figure figcaption .ds-contact-design .ds-col.swiper-thumbs,.product-gallery-swiper .effect-dexter .overlay-awesome-figure figcaption .ds-contact-filled-3.ds-block--filled .ds-col.swiper-thumbs,.product-gallery-swiper .effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .element.swiper-thumbs,.product-gallery-swiper .effect-dexter .overlay-awesome-figure figcaption .filter-mobile .card.swiper-thumbs,.product-gallery-swiper .effect-dexter .overlay-awesome-figure figcaption .flex-column.swiper-thumbs,.product-gallery-swiper .effect-dexter .overlay-awesome-figure figcaption .form .form-inline .swiper-thumbs.form-group,.product-gallery-swiper .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .swiper-thumbs.price-item,.product-gallery-swiper .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .swiper-thumbs.product-group__bottom,.product-gallery-swiper .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .swiper-thumbs.price-item,.product-gallery-swiper .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .swiper-thumbs.product-group__bottom,.product-gallery-swiper .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .swiper-thumbs.price-item,.product-gallery-swiper .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .swiper-thumbs.product-group__bottom,.product-gallery-swiper .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .swiper-thumbs.price-item,.product-gallery-swiper .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .swiper-thumbs.product-group__bottom,.product-gallery-swiper .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .swiper-thumbs.price-item,.product-gallery-swiper .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .product-item__body .swiper-thumbs.price-item,.product-gallery-swiper .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .product-item__body .swiper-thumbs.product-btn,.product-gallery-swiper .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .product-item__body .swiper-thumbs.price-item,.product-gallery-swiper .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .product-item__body .swiper-thumbs.product-btn,.product-gallery-swiper .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .product-item__body .swiper-thumbs.price-item,.product-gallery-swiper .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .product-item__body .swiper-thumbs.product-btn,.product-gallery-swiper .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .product-item__body .swiper-thumbs.price-item,.product-gallery-swiper .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .product-item__body .swiper-thumbs.product-btn,.product-gallery-swiper .elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .element.swiper-thumbs,.product-gallery-swiper .filter-mobile .effect-dexter .overlay-awesome-figure figcaption .card.swiper-thumbs,.shop-design2 .block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .ds-cn-grid-element.price-item,.shop-design2 .block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .element.price-item,.shop-design2 .block-elements-colors.nomargin .effect-dexter .overlay-awesome-figure figcaption .ds-cn-grid-element.price-item,.shop-design2 .block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .ds-cn-grid-element.price-item,.shop-design2 .col-md-12>.product-item .block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .element.product-item__img,.shop-design2 .col-md-12>.product-item .block-elements-colors .effect-dexter .overlay-awesome-figure figcaption .element.product-item__img,.shop-design2 .col-md-12>.product-item .block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .element.product-item__img,.shop-design2 .col-md-12>.product-item .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom,.shop-design2 .col-md-12>.product-item .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.price-item,.shop-design2 .col-md-12>.product-item .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom,.shop-design2 .col-md-12>.product-item .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.price-item,.shop-design2 .col-md-12>.product-item .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom,.shop-design2 .col-md-12>.product-item .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.price-item,.shop-design2 .col-md-12>.product-item .ds-contact-columns.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .ds-col.product-item__img,.shop-design2 .col-md-12>.product-item .ds-contact-design .effect-dexter .overlay-awesome-figure figcaption .ds-col.product-item__img,.shop-design2 .col-md-12>.product-item .ds-contact-filled-3.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .ds-col.product-item__img,.shop-design2 .col-md-12>.product-item .effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .element.product-item__img,.shop-design2 .col-md-12>.product-item .effect-dexter .overlay-awesome-figure figcaption .block-elements-colors .element.product-item__img,.shop-design2 .col-md-12>.product-item .effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .element.product-item__img,.shop-design2 .col-md-12>.product-item .effect-dexter .overlay-awesome-figure figcaption .col-md-12>div>.product-item .product-item__body .product-item__img.price-item,.shop-design2 .col-md-12>.product-item .effect-dexter .overlay-awesome-figure figcaption .col-md-12>div>.product-item .product-item__body .product-item__img.product-group__bottom,.shop-design2 .col-md-12>.product-item .effect-dexter .overlay-awesome-figure figcaption .col-md-6>.product-item .product-item__body .product-item__img.price-item,.shop-design2 .col-md-12>.product-item .effect-dexter .overlay-awesome-figure figcaption .col-md-6>.product-item .product-item__body .product-item__img.product-group__bottom,.shop-design2 .col-md-12>.product-item .effect-dexter .overlay-awesome-figure figcaption .col-md-6>div>.product-item .product-item__body .product-item__img.price-item,.shop-design2 .col-md-12>.product-item .effect-dexter .overlay-awesome-figure figcaption .col-md-6>div>.product-item .product-item__body .product-item__img.product-group__bottom,.shop-design2 .col-md-12>.product-item .effect-dexter .overlay-awesome-figure figcaption .ds-contact-columns.ds-block--filled .ds-col.product-item__img,.shop-design2 .col-md-12>.product-item .effect-dexter .overlay-awesome-figure figcaption .ds-contact-design .ds-col.product-item__img,.shop-design2 .col-md-12>.product-item .effect-dexter .overlay-awesome-figure figcaption .ds-contact-filled-3.ds-block--filled .ds-col.product-item__img,.shop-design2 .col-md-12>.product-item .effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .element.product-item__img,.shop-design2 .col-md-12>.product-item .effect-dexter .overlay-awesome-figure figcaption .filter-mobile .card.product-item__img,.shop-design2 .col-md-12>.product-item .effect-dexter .overlay-awesome-figure figcaption .flex-column.product-item__img,.shop-design2 .col-md-12>.product-item .effect-dexter .overlay-awesome-figure figcaption .form .form-inline .product-item__img.form-group,.shop-design2 .col-md-12>.product-item .effect-dexter .overlay-awesome-figure figcaption .price-item.product-item__img,.shop-design2 .col-md-12>.product-item .effect-dexter .overlay-awesome-figure figcaption .product-item__body .product-item__img.price-item,.shop-design2 .col-md-12>.product-item .effect-dexter .overlay-awesome-figure figcaption .product-item__body .product-item__img.product-group__bottom,.shop-design2 .col-md-12>.product-item .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .product-item__body .product-item__img.price-item,.shop-design2 .col-md-12>.product-item .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .product-item__body .product-item__img.product-btn,.shop-design2 .col-md-12>.product-item .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .product-item__body .product-item__img.price-item,.shop-design2 .col-md-12>.product-item .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .product-item__body .product-item__img.product-btn,.shop-design2 .col-md-12>.product-item .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .product-item__body .product-item__img.price-item,.shop-design2 .col-md-12>.product-item .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .product-item__body .product-item__img.product-btn,.shop-design2 .col-md-12>.product-item .elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .element.product-item__img,.shop-design2 .col-md-12>.product-item .filter-mobile .effect-dexter .overlay-awesome-figure figcaption .card.product-item__img,.shop-design2 .col-md-12>.product-item .product-item__body .block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .ds-cn-grid-element.price-item,.shop-design2 .col-md-12>.product-item .product-item__body .block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .ds-cn-grid-element.product-group__bottom,.shop-design2 .col-md-12>.product-item .product-item__body .block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .element.price-item,.shop-design2 .col-md-12>.product-item .product-item__body .block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .element.product-group__bottom,.shop-design2 .col-md-12>.product-item .product-item__body .block-elements-colors .effect-dexter .overlay-awesome-figure figcaption .element.product-group__bottom,.shop-design2 .col-md-12>.product-item .product-item__body .block-elements-colors.nomargin .effect-dexter .overlay-awesome-figure figcaption .ds-cn-grid-element.price-item,.shop-design2 .col-md-12>.product-item .product-item__body .block-elements-colors.nomargin .effect-dexter .overlay-awesome-figure figcaption .ds-cn-grid-element.product-group__bottom,.shop-design2 .col-md-12>.product-item .product-item__body .block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .ds-cn-grid-element.price-item,.shop-design2 .col-md-12>.product-item .product-item__body .block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .ds-cn-grid-element.product-group__bottom,.shop-design2 .col-md-12>.product-item .product-item__body .block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .element.product-group__bottom,.shop-design2 .col-md-12>.product-item .product-item__body .col-md-12>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .product-item__img.price-item,.shop-design2 .col-md-12>.product-item .product-item__body .col-md-12>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .product-item__img.product-group__bottom,.shop-design2 .col-md-12>.product-item .product-item__body .col-md-6>.product-item .effect-dexter .overlay-awesome-figure figcaption .product-item__img.price-item,.shop-design2 .col-md-12>.product-item .product-item__body .col-md-6>.product-item .effect-dexter .overlay-awesome-figure figcaption .product-item__img.product-group__bottom,.shop-design2 .col-md-12>.product-item .product-item__body .col-md-6>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .product-item__img.price-item,.shop-design2 .col-md-12>.product-item .product-item__body .col-md-6>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .product-item__img.product-group__bottom,.shop-design2 .col-md-12>.product-item .product-item__body .ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .ds-col.price-item,.shop-design2 .col-md-12>.product-item .product-item__body .ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .ds-col.product-group__bottom,.shop-design2 .col-md-12>.product-item .product-item__body .ds-contact-columns.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .ds-col.product-group__bottom,.shop-design2 .col-md-12>.product-item .product-item__body .ds-contact-design .effect-dexter .overlay-awesome-figure figcaption .ds-col.product-group__bottom,.shop-design2 .col-md-12>.product-item .product-item__body .ds-contact-filled-3.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .ds-col.product-group__bottom,.shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .ds-cn-grid-element.price-item,.shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .ds-cn-grid-element.product-group__bottom,.shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .element.price-item,.shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .element.product-group__bottom,.shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .block-elements-colors .element.product-group__bottom,.shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .block-elements-colors.nomargin .ds-cn-grid-element.price-item,.shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .block-elements-colors.nomargin .ds-cn-grid-element.product-group__bottom,.shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .ds-cn-grid-element.price-item,.shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .ds-cn-grid-element.product-group__bottom,.shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .element.product-group__bottom,.shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .block.price-item,.shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .block.product-group__bottom,.shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .d-flex.price-item,.shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .d-flex.product-group__bottom,.shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .ds-block--filled .ds-col.price-item,.shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .ds-block--filled .ds-col.product-group__bottom,.shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .ds-contact-columns.ds-block--filled .ds-col.product-group__bottom,.shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .ds-contact-design .ds-col.product-group__bottom,.shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .ds-contact-filled-3.ds-block--filled .ds-col.product-group__bottom,.shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .element.price-item,.shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .element.product-group__bottom,.shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .filter-mobile .card.product-group__bottom,.shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .filter-mobile.open .card.left.price-item,.shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .filter-mobile.open .card.left.product-group__bottom,.shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .filter-mobile.open .card.right.price-item,.shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .filter-mobile.open .card.right.product-group__bottom,.shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .flex-column.product-group__bottom,.shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .form .form-inline .price-item.check-group,.shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .form .form-inline .product-group__bottom.check-group,.shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .form .form-inline .product-group__bottom.form-group,.shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .icon.price-item,.shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .icon.product-group__bottom,.shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .media.price-item,.shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .media.product-group__bottom,.shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .navbar-design .price-item.nav-link,.shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .navbar-design .product-group__bottom.nav-link,.shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .price-item.bg-message-form,.shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .price-item.ds-cn-grid,.shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .price-item.form-search,.shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .price-item.nav-menu-item,.shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .price-item.navbar-menu-inner,.shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .price-item.navbar__tools,.shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .price-item.product-group__bottom,.shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-gallery-swiper .swiper-thumbs.price-item,.shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-gallery-swiper .swiper-thumbs.product-group__bottom,.shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom,.shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.bg-message-form,.shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.ds-cn-grid,.shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.form-search,.shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.nav-menu-item,.shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.navbar-menu-inner,.shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.navbar__tools,.shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.price-item,.shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-item__img.price-item,.shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-item__img.product-group__bottom,.shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .price-item.product-item__img,.shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .product-group__bottom.product-item__img,.shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .price-item.product-item__img,.shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .product-group__bottom.product-item__img,.shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .price-item.product-item__img,.shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .product-group__bottom.product-item__img,.shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .social-share .social-item.price-item,.shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .social-share .social-item.product-group__bottom,.shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .sort-products .form-group>div.price-item,.shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .sort-products .form-group>div.product-group__bottom,.shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .subnav .price-item.nav-link,.shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .subnav .product-group__bottom.nav-link,.shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .two-widgets .content-entry .entry-text.price-item,.shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .two-widgets .content-entry .entry-text.product-group__bottom,.shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-fluid .content-entry.price-item,.shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-fluid .content-entry.product-group__bottom,.shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-lg .content-entry.price-item,.shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-lg .content-entry.product-group__bottom,.shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-md .content-entry.price-item,.shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-md .content-entry.product-group__bottom,.shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-sm .content-entry.price-item,.shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-sm .content-entry.product-group__bottom,.shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-xl .content-entry.price-item,.shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-xl .content-entry.product-group__bottom,.shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-xxl .content-entry.price-item,.shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-xxl .content-entry.product-group__bottom,.shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-text-left .target-image.price-item,.shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-text-left .target-image.product-group__bottom,.shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-text-right .target-image.price-item,.shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-text-right .target-image.product-group__bottom,.shop-design2 .col-md-12>.product-item .product-item__body .elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .element.price-item,.shop-design2 .col-md-12>.product-item .product-item__body .elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .element.product-group__bottom,.shop-design2 .col-md-12>.product-item .product-item__body .filter-mobile .effect-dexter .overlay-awesome-figure figcaption .card.product-group__bottom,.shop-design2 .col-md-12>.product-item .product-item__body .filter-mobile.open .effect-dexter .overlay-awesome-figure figcaption .card.left.price-item,.shop-design2 .col-md-12>.product-item .product-item__body .filter-mobile.open .effect-dexter .overlay-awesome-figure figcaption .card.left.product-group__bottom,.shop-design2 .col-md-12>.product-item .product-item__body .filter-mobile.open .effect-dexter .overlay-awesome-figure figcaption .card.right.price-item,.shop-design2 .col-md-12>.product-item .product-item__body .filter-mobile.open .effect-dexter .overlay-awesome-figure figcaption .card.right.product-group__bottom,.shop-design2 .col-md-12>.product-item .product-item__body .product-badge .effect-dexter .overlay-awesome-figure figcaption .badge.price-item,.shop-design2 .col-md-12>.product-item .product-item__body .product-badge .effect-dexter .overlay-awesome-figure figcaption .badge.product-group__bottom,.shop-design2 .col-md-12>.product-item .product-item__body .product-gallery-swiper .effect-dexter .overlay-awesome-figure figcaption .swiper-thumbs.price-item,.shop-design2 .col-md-12>.product-item .product-item__body .product-gallery-swiper .effect-dexter .overlay-awesome-figure figcaption .swiper-thumbs.product-group__bottom,.shop-design2 .col-md-12>.product-item .product-item__body .social-share .effect-dexter .overlay-awesome-figure figcaption .social-item.price-item,.shop-design2 .col-md-12>.product-item .product-item__body .social-share .effect-dexter .overlay-awesome-figure figcaption .social-item.product-group__bottom,.shop-design2 .col-md-12>.product-item .product-item__body .sort-products .effect-dexter .overlay-awesome-figure figcaption .form-group>div.price-item,.shop-design2 .col-md-12>.product-item .product-item__body .sort-products .effect-dexter .overlay-awesome-figure figcaption .form-group>div.product-group__bottom,.shop-design2 .col-md-12>.product-item .product-item__body .two-widgets .content-entry .effect-dexter .overlay-awesome-figure figcaption .entry-text.price-item,.shop-design2 .col-md-12>.product-item .product-item__body .two-widgets .content-entry .effect-dexter .overlay-awesome-figure figcaption .entry-text.product-group__bottom,.shop-design2 .col-md-12>.product-item .product-item__body .v-full-screen .container-fluid .effect-dexter .overlay-awesome-figure figcaption .content-entry.price-item,.shop-design2 .col-md-12>.product-item .product-item__body .v-full-screen .container-fluid .effect-dexter .overlay-awesome-figure figcaption .content-entry.product-group__bottom,.shop-design2 .col-md-12>.product-item .product-item__body .v-full-screen .container-lg .effect-dexter .overlay-awesome-figure figcaption .content-entry.price-item,.shop-design2 .col-md-12>.product-item .product-item__body .v-full-screen .container-lg .effect-dexter .overlay-awesome-figure figcaption .content-entry.product-group__bottom,.shop-design2 .col-md-12>.product-item .product-item__body .v-full-screen .container-md .effect-dexter .overlay-awesome-figure figcaption .content-entry.price-item,.shop-design2 .col-md-12>.product-item .product-item__body .v-full-screen .container-md .effect-dexter .overlay-awesome-figure figcaption .content-entry.product-group__bottom,.shop-design2 .col-md-12>.product-item .product-item__body .v-full-screen .container-sm .effect-dexter .overlay-awesome-figure figcaption .content-entry.price-item,.shop-design2 .col-md-12>.product-item .product-item__body .v-full-screen .container-sm .effect-dexter .overlay-awesome-figure figcaption .content-entry.product-group__bottom,.shop-design2 .col-md-12>.product-item .product-item__body .v-full-screen .container-xl .effect-dexter .overlay-awesome-figure figcaption .content-entry.price-item,.shop-design2 .col-md-12>.product-item .product-item__body .v-full-screen .container-xl .effect-dexter .overlay-awesome-figure figcaption .content-entry.product-group__bottom,.shop-design2 .col-md-12>.product-item .product-item__body .v-full-screen .container-xxl .effect-dexter .overlay-awesome-figure figcaption .content-entry.price-item,.shop-design2 .col-md-12>.product-item .product-item__body .v-full-screen .container-xxl .effect-dexter .overlay-awesome-figure figcaption .content-entry.product-group__bottom,.shop-design2 .col-md-12>.product-item .product-item__body .v-text-left .effect-dexter .overlay-awesome-figure figcaption .target-image.price-item,.shop-design2 .col-md-12>.product-item .product-item__body .v-text-left .effect-dexter .overlay-awesome-figure figcaption .target-image.product-group__bottom,.shop-design2 .col-md-12>.product-item .product-item__body .v-text-right .effect-dexter .overlay-awesome-figure figcaption .target-image.price-item,.shop-design2 .col-md-12>.product-item .product-item__body .v-text-right .effect-dexter .overlay-awesome-figure figcaption .target-image.product-group__bottom,.shop-design2 .col-md-12>.product-item .shop-horizontal .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.price-item,.shop-design2 .col-md-12>.product-item .shop-horizontal .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.product-btn,.shop-design2 .col-md-12>.product-item .shop-horizontal .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.price-item,.shop-design2 .col-md-12>.product-item .shop-horizontal .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.product-btn,.shop-design2 .col-md-12>.product-item .shop-horizontal .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.price-item,.shop-design2 .col-md-12>.product-item .shop-horizontal .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.product-btn,.shop-design2 .col-md-12>div>.product-item .block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .element.product-item__img,.shop-design2 .col-md-12>div>.product-item .block-elements-colors .effect-dexter .overlay-awesome-figure figcaption .element.product-item__img,.shop-design2 .col-md-12>div>.product-item .block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .element.product-item__img,.shop-design2 .col-md-12>div>.product-item .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom,.shop-design2 .col-md-12>div>.product-item .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.price-item,.shop-design2 .col-md-12>div>.product-item .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom,.shop-design2 .col-md-12>div>.product-item .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.price-item,.shop-design2 .col-md-12>div>.product-item .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom,.shop-design2 .col-md-12>div>.product-item .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.price-item,.shop-design2 .col-md-12>div>.product-item .ds-contact-columns.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .ds-col.product-item__img,.shop-design2 .col-md-12>div>.product-item .ds-contact-design .effect-dexter .overlay-awesome-figure figcaption .ds-col.product-item__img,.shop-design2 .col-md-12>div>.product-item .ds-contact-filled-3.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .ds-col.product-item__img,.shop-design2 .col-md-12>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .element.product-item__img,.shop-design2 .col-md-12>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .block-elements-colors .element.product-item__img,.shop-design2 .col-md-12>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .element.product-item__img,.shop-design2 .col-md-12>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .col-md-12>.product-item .product-item__body .product-item__img.price-item,.shop-design2 .col-md-12>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .col-md-12>.product-item .product-item__body .product-item__img.product-group__bottom,.shop-design2 .col-md-12>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .col-md-6>.product-item .product-item__body .product-item__img.price-item,.shop-design2 .col-md-12>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .col-md-6>.product-item .product-item__body .product-item__img.product-group__bottom,.shop-design2 .col-md-12>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .col-md-6>div>.product-item .product-item__body .product-item__img.price-item,.shop-design2 .col-md-12>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .col-md-6>div>.product-item .product-item__body .product-item__img.product-group__bottom,.shop-design2 .col-md-12>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .ds-contact-columns.ds-block--filled .ds-col.product-item__img,.shop-design2 .col-md-12>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .ds-contact-design .ds-col.product-item__img,.shop-design2 .col-md-12>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .ds-contact-filled-3.ds-block--filled .ds-col.product-item__img,.shop-design2 .col-md-12>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .element.product-item__img,.shop-design2 .col-md-12>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .filter-mobile .card.product-item__img,.shop-design2 .col-md-12>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .flex-column.product-item__img,.shop-design2 .col-md-12>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .form .form-inline .product-item__img.form-group,.shop-design2 .col-md-12>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .price-item.product-item__img,.shop-design2 .col-md-12>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .product-item__body .product-item__img.price-item,.shop-design2 .col-md-12>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .product-item__body .product-item__img.product-group__bottom,.shop-design2 .col-md-12>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .product-item__body .product-item__img.price-item,.shop-design2 .col-md-12>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .product-item__body .product-item__img.product-btn,.shop-design2 .col-md-12>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .product-item__body .product-item__img.price-item,.shop-design2 .col-md-12>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .product-item__body .product-item__img.product-btn,.shop-design2 .col-md-12>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .product-item__body .product-item__img.price-item,.shop-design2 .col-md-12>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .product-item__body .product-item__img.product-btn,.shop-design2 .col-md-12>div>.product-item .elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .element.product-item__img,.shop-design2 .col-md-12>div>.product-item .filter-mobile .effect-dexter .overlay-awesome-figure figcaption .card.product-item__img,.shop-design2 .col-md-12>div>.product-item .product-item__body .block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .ds-cn-grid-element.price-item,.shop-design2 .col-md-12>div>.product-item .product-item__body .block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .ds-cn-grid-element.product-group__bottom,.shop-design2 .col-md-12>div>.product-item .product-item__body .block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .element.price-item,.shop-design2 .col-md-12>div>.product-item .product-item__body .block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .element.product-group__bottom,.shop-design2 .col-md-12>div>.product-item .product-item__body .block-elements-colors .effect-dexter .overlay-awesome-figure figcaption .element.product-group__bottom,.shop-design2 .col-md-12>div>.product-item .product-item__body .block-elements-colors.nomargin .effect-dexter .overlay-awesome-figure figcaption .ds-cn-grid-element.price-item,.shop-design2 .col-md-12>div>.product-item .product-item__body .block-elements-colors.nomargin .effect-dexter .overlay-awesome-figure figcaption .ds-cn-grid-element.product-group__bottom,.shop-design2 .col-md-12>div>.product-item .product-item__body .block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .ds-cn-grid-element.price-item,.shop-design2 .col-md-12>div>.product-item .product-item__body .block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .ds-cn-grid-element.product-group__bottom,.shop-design2 .col-md-12>div>.product-item .product-item__body .block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .element.product-group__bottom,.shop-design2 .col-md-12>div>.product-item .product-item__body .col-md-12>.product-item .effect-dexter .overlay-awesome-figure figcaption .product-item__img.price-item,.shop-design2 .col-md-12>div>.product-item .product-item__body .col-md-12>.product-item .effect-dexter .overlay-awesome-figure figcaption .product-item__img.product-group__bottom,.shop-design2 .col-md-12>div>.product-item .product-item__body .col-md-6>.product-item .effect-dexter .overlay-awesome-figure figcaption .product-item__img.price-item,.shop-design2 .col-md-12>div>.product-item .product-item__body .col-md-6>.product-item .effect-dexter .overlay-awesome-figure figcaption .product-item__img.product-group__bottom,.shop-design2 .col-md-12>div>.product-item .product-item__body .col-md-6>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .product-item__img.price-item,.shop-design2 .col-md-12>div>.product-item .product-item__body .col-md-6>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .product-item__img.product-group__bottom,.shop-design2 .col-md-12>div>.product-item .product-item__body .ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .ds-col.price-item,.shop-design2 .col-md-12>div>.product-item .product-item__body .ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .ds-col.product-group__bottom,.shop-design2 .col-md-12>div>.product-item .product-item__body .ds-contact-columns.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .ds-col.product-group__bottom,.shop-design2 .col-md-12>div>.product-item .product-item__body .ds-contact-design .effect-dexter .overlay-awesome-figure figcaption .ds-col.product-group__bottom,.shop-design2 .col-md-12>div>.product-item .product-item__body .ds-contact-filled-3.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .ds-col.product-group__bottom,.shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .ds-cn-grid-element.price-item,.shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .ds-cn-grid-element.product-group__bottom,.shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .element.price-item,.shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .element.product-group__bottom,.shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .block-elements-colors .element.product-group__bottom,.shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .block-elements-colors.nomargin .ds-cn-grid-element.price-item,.shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .block-elements-colors.nomargin .ds-cn-grid-element.product-group__bottom,.shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .ds-cn-grid-element.price-item,.shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .ds-cn-grid-element.product-group__bottom,.shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .element.product-group__bottom,.shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .block.price-item,.shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .block.product-group__bottom,.shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .d-flex.price-item,.shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .d-flex.product-group__bottom,.shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .ds-block--filled .ds-col.price-item,.shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .ds-block--filled .ds-col.product-group__bottom,.shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .ds-contact-columns.ds-block--filled .ds-col.product-group__bottom,.shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .ds-contact-design .ds-col.product-group__bottom,.shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .ds-contact-filled-3.ds-block--filled .ds-col.product-group__bottom,.shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .element.price-item,.shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .element.product-group__bottom,.shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .filter-mobile .card.product-group__bottom,.shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .filter-mobile.open .card.left.price-item,.shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .filter-mobile.open .card.left.product-group__bottom,.shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .filter-mobile.open .card.right.price-item,.shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .filter-mobile.open .card.right.product-group__bottom,.shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .flex-column.product-group__bottom,.shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .form .form-inline .price-item.check-group,.shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .form .form-inline .product-group__bottom.check-group,.shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .form .form-inline .product-group__bottom.form-group,.shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .icon.price-item,.shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .icon.product-group__bottom,.shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .media.price-item,.shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .media.product-group__bottom,.shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .navbar-design .price-item.nav-link,.shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .navbar-design .product-group__bottom.nav-link,.shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .price-item.bg-message-form,.shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .price-item.ds-cn-grid,.shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .price-item.form-search,.shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .price-item.nav-menu-item,.shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .price-item.navbar-menu-inner,.shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .price-item.navbar__tools,.shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .price-item.product-group__bottom,.shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-gallery-swiper .swiper-thumbs.price-item,.shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-gallery-swiper .swiper-thumbs.product-group__bottom,.shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom,.shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.bg-message-form,.shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.ds-cn-grid,.shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.form-search,.shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.nav-menu-item,.shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.navbar-menu-inner,.shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.navbar__tools,.shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.price-item,.shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-item__img.price-item,.shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-item__img.product-group__bottom,.shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .price-item.product-item__img,.shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .product-group__bottom.product-item__img,.shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .price-item.product-item__img,.shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .product-group__bottom.product-item__img,.shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .price-item.product-item__img,.shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .product-group__bottom.product-item__img,.shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .social-share .social-item.price-item,.shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .social-share .social-item.product-group__bottom,.shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .sort-products .form-group>div.price-item,.shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .sort-products .form-group>div.product-group__bottom,.shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .subnav .price-item.nav-link,.shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .subnav .product-group__bottom.nav-link,.shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .two-widgets .content-entry .entry-text.price-item,.shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .two-widgets .content-entry .entry-text.product-group__bottom,.shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-fluid .content-entry.price-item,.shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-fluid .content-entry.product-group__bottom,.shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-lg .content-entry.price-item,.shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-lg .content-entry.product-group__bottom,.shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-md .content-entry.price-item,.shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-md .content-entry.product-group__bottom,.shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-sm .content-entry.price-item,.shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-sm .content-entry.product-group__bottom,.shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-xl .content-entry.price-item,.shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-xl .content-entry.product-group__bottom,.shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-xxl .content-entry.price-item,.shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-xxl .content-entry.product-group__bottom,.shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-text-left .target-image.price-item,.shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-text-left .target-image.product-group__bottom,.shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-text-right .target-image.price-item,.shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-text-right .target-image.product-group__bottom,.shop-design2 .col-md-12>div>.product-item .product-item__body .elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .element.price-item,.shop-design2 .col-md-12>div>.product-item .product-item__body .elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .element.product-group__bottom,.shop-design2 .col-md-12>div>.product-item .product-item__body .filter-mobile .effect-dexter .overlay-awesome-figure figcaption .card.product-group__bottom,.shop-design2 .col-md-12>div>.product-item .product-item__body .filter-mobile.open .effect-dexter .overlay-awesome-figure figcaption .card.left.price-item,.shop-design2 .col-md-12>div>.product-item .product-item__body .filter-mobile.open .effect-dexter .overlay-awesome-figure figcaption .card.left.product-group__bottom,.shop-design2 .col-md-12>div>.product-item .product-item__body .filter-mobile.open .effect-dexter .overlay-awesome-figure figcaption .card.right.price-item,.shop-design2 .col-md-12>div>.product-item .product-item__body .filter-mobile.open .effect-dexter .overlay-awesome-figure figcaption .card.right.product-group__bottom,.shop-design2 .col-md-12>div>.product-item .product-item__body .product-badge .effect-dexter .overlay-awesome-figure figcaption .badge.price-item,.shop-design2 .col-md-12>div>.product-item .product-item__body .product-badge .effect-dexter .overlay-awesome-figure figcaption .badge.product-group__bottom,.shop-design2 .col-md-12>div>.product-item .product-item__body .product-gallery-swiper .effect-dexter .overlay-awesome-figure figcaption .swiper-thumbs.price-item,.shop-design2 .col-md-12>div>.product-item .product-item__body .product-gallery-swiper .effect-dexter .overlay-awesome-figure figcaption .swiper-thumbs.product-group__bottom,.shop-design2 .col-md-12>div>.product-item .product-item__body .social-share .effect-dexter .overlay-awesome-figure figcaption .social-item.price-item,.shop-design2 .col-md-12>div>.product-item .product-item__body .social-share .effect-dexter .overlay-awesome-figure figcaption .social-item.product-group__bottom,.shop-design2 .col-md-12>div>.product-item .product-item__body .sort-products .effect-dexter .overlay-awesome-figure figcaption .form-group>div.price-item,.shop-design2 .col-md-12>div>.product-item .product-item__body .sort-products .effect-dexter .overlay-awesome-figure figcaption .form-group>div.product-group__bottom,.shop-design2 .col-md-12>div>.product-item .product-item__body .two-widgets .content-entry .effect-dexter .overlay-awesome-figure figcaption .entry-text.price-item,.shop-design2 .col-md-12>div>.product-item .product-item__body .two-widgets .content-entry .effect-dexter .overlay-awesome-figure figcaption .entry-text.product-group__bottom,.shop-design2 .col-md-12>div>.product-item .product-item__body .v-full-screen .container-fluid .effect-dexter .overlay-awesome-figure figcaption .content-entry.price-item,.shop-design2 .col-md-12>div>.product-item .product-item__body .v-full-screen .container-fluid .effect-dexter .overlay-awesome-figure figcaption .content-entry.product-group__bottom,.shop-design2 .col-md-12>div>.product-item .product-item__body .v-full-screen .container-lg .effect-dexter .overlay-awesome-figure figcaption .content-entry.price-item,.shop-design2 .col-md-12>div>.product-item .product-item__body .v-full-screen .container-lg .effect-dexter .overlay-awesome-figure figcaption .content-entry.product-group__bottom,.shop-design2 .col-md-12>div>.product-item .product-item__body .v-full-screen .container-md .effect-dexter .overlay-awesome-figure figcaption .content-entry.price-item,.shop-design2 .col-md-12>div>.product-item .product-item__body .v-full-screen .container-md .effect-dexter .overlay-awesome-figure figcaption .content-entry.product-group__bottom,.shop-design2 .col-md-12>div>.product-item .product-item__body .v-full-screen .container-sm .effect-dexter .overlay-awesome-figure figcaption .content-entry.price-item,.shop-design2 .col-md-12>div>.product-item .product-item__body .v-full-screen .container-sm .effect-dexter .overlay-awesome-figure figcaption .content-entry.product-group__bottom,.shop-design2 .col-md-12>div>.product-item .product-item__body .v-full-screen .container-xl .effect-dexter .overlay-awesome-figure figcaption .content-entry.price-item,.shop-design2 .col-md-12>div>.product-item .product-item__body .v-full-screen .container-xl .effect-dexter .overlay-awesome-figure figcaption .content-entry.product-group__bottom,.shop-design2 .col-md-12>div>.product-item .product-item__body .v-full-screen .container-xxl .effect-dexter .overlay-awesome-figure figcaption .content-entry.price-item,.shop-design2 .col-md-12>div>.product-item .product-item__body .v-full-screen .container-xxl .effect-dexter .overlay-awesome-figure figcaption .content-entry.product-group__bottom,.shop-design2 .col-md-12>div>.product-item .product-item__body .v-text-left .effect-dexter .overlay-awesome-figure figcaption .target-image.price-item,.shop-design2 .col-md-12>div>.product-item .product-item__body .v-text-left .effect-dexter .overlay-awesome-figure figcaption .target-image.product-group__bottom,.shop-design2 .col-md-12>div>.product-item .product-item__body .v-text-right .effect-dexter .overlay-awesome-figure figcaption .target-image.price-item,.shop-design2 .col-md-12>div>.product-item .product-item__body .v-text-right .effect-dexter .overlay-awesome-figure figcaption .target-image.product-group__bottom,.shop-design2 .col-md-12>div>.product-item .shop-horizontal .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.price-item,.shop-design2 .col-md-12>div>.product-item .shop-horizontal .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.product-btn,.shop-design2 .col-md-12>div>.product-item .shop-horizontal .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.price-item,.shop-design2 .col-md-12>div>.product-item .shop-horizontal .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.product-btn,.shop-design2 .col-md-12>div>.product-item .shop-horizontal .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.price-item,.shop-design2 .col-md-12>div>.product-item .shop-horizontal .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.product-btn,.shop-design2 .col-md-6>.product-item .block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .element.product-item__img,.shop-design2 .col-md-6>.product-item .block-elements-colors .effect-dexter .overlay-awesome-figure figcaption .element.product-item__img,.shop-design2 .col-md-6>.product-item .block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .element.product-item__img,.shop-design2 .col-md-6>.product-item .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom,.shop-design2 .col-md-6>.product-item .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.price-item,.shop-design2 .col-md-6>.product-item .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom,.shop-design2 .col-md-6>.product-item .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.price-item,.shop-design2 .col-md-6>.product-item .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom,.shop-design2 .col-md-6>.product-item .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.price-item,.shop-design2 .col-md-6>.product-item .ds-contact-columns.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .ds-col.product-item__img,.shop-design2 .col-md-6>.product-item .ds-contact-design .effect-dexter .overlay-awesome-figure figcaption .ds-col.product-item__img,.shop-design2 .col-md-6>.product-item .ds-contact-filled-3.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .ds-col.product-item__img,.shop-design2 .col-md-6>.product-item .effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .element.product-item__img,.shop-design2 .col-md-6>.product-item .effect-dexter .overlay-awesome-figure figcaption .block-elements-colors .element.product-item__img,.shop-design2 .col-md-6>.product-item .effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .element.product-item__img,.shop-design2 .col-md-6>.product-item .effect-dexter .overlay-awesome-figure figcaption .col-md-12>.product-item .product-item__body .product-item__img.price-item,.shop-design2 .col-md-6>.product-item .effect-dexter .overlay-awesome-figure figcaption .col-md-12>.product-item .product-item__body .product-item__img.product-group__bottom,.shop-design2 .col-md-6>.product-item .effect-dexter .overlay-awesome-figure figcaption .col-md-12>div>.product-item .product-item__body .product-item__img.price-item,.shop-design2 .col-md-6>.product-item .effect-dexter .overlay-awesome-figure figcaption .col-md-12>div>.product-item .product-item__body .product-item__img.product-group__bottom,.shop-design2 .col-md-6>.product-item .effect-dexter .overlay-awesome-figure figcaption .col-md-6>div>.product-item .product-item__body .product-item__img.price-item,.shop-design2 .col-md-6>.product-item .effect-dexter .overlay-awesome-figure figcaption .col-md-6>div>.product-item .product-item__body .product-item__img.product-group__bottom,.shop-design2 .col-md-6>.product-item .effect-dexter .overlay-awesome-figure figcaption .ds-contact-columns.ds-block--filled .ds-col.product-item__img,.shop-design2 .col-md-6>.product-item .effect-dexter .overlay-awesome-figure figcaption .ds-contact-design .ds-col.product-item__img,.shop-design2 .col-md-6>.product-item .effect-dexter .overlay-awesome-figure figcaption .ds-contact-filled-3.ds-block--filled .ds-col.product-item__img,.shop-design2 .col-md-6>.product-item .effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .element.product-item__img,.shop-design2 .col-md-6>.product-item .effect-dexter .overlay-awesome-figure figcaption .filter-mobile .card.product-item__img,.shop-design2 .col-md-6>.product-item .effect-dexter .overlay-awesome-figure figcaption .flex-column.product-item__img,.shop-design2 .col-md-6>.product-item .effect-dexter .overlay-awesome-figure figcaption .form .form-inline .product-item__img.form-group,.shop-design2 .col-md-6>.product-item .effect-dexter .overlay-awesome-figure figcaption .price-item.product-item__img,.shop-design2 .col-md-6>.product-item .effect-dexter .overlay-awesome-figure figcaption .product-item__body .product-item__img.price-item,.shop-design2 .col-md-6>.product-item .effect-dexter .overlay-awesome-figure figcaption .product-item__body .product-item__img.product-group__bottom,.shop-design2 .col-md-6>.product-item .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .product-item__body .product-item__img.price-item,.shop-design2 .col-md-6>.product-item .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .product-item__body .product-item__img.product-btn,.shop-design2 .col-md-6>.product-item .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .product-item__body .product-item__img.price-item,.shop-design2 .col-md-6>.product-item .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .product-item__body .product-item__img.product-btn,.shop-design2 .col-md-6>.product-item .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .product-item__body .product-item__img.price-item,.shop-design2 .col-md-6>.product-item .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .product-item__body .product-item__img.product-btn,.shop-design2 .col-md-6>.product-item .elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .element.product-item__img,.shop-design2 .col-md-6>.product-item .filter-mobile .effect-dexter .overlay-awesome-figure figcaption .card.product-item__img,.shop-design2 .col-md-6>.product-item .product-item__body .block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .ds-cn-grid-element.price-item,.shop-design2 .col-md-6>.product-item .product-item__body .block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .ds-cn-grid-element.product-group__bottom,.shop-design2 .col-md-6>.product-item .product-item__body .block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .element.price-item,.shop-design2 .col-md-6>.product-item .product-item__body .block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .element.product-group__bottom,.shop-design2 .col-md-6>.product-item .product-item__body .block-elements-colors .effect-dexter .overlay-awesome-figure figcaption .element.product-group__bottom,.shop-design2 .col-md-6>.product-item .product-item__body .block-elements-colors.nomargin .effect-dexter .overlay-awesome-figure figcaption .ds-cn-grid-element.price-item,.shop-design2 .col-md-6>.product-item .product-item__body .block-elements-colors.nomargin .effect-dexter .overlay-awesome-figure figcaption .ds-cn-grid-element.product-group__bottom,.shop-design2 .col-md-6>.product-item .product-item__body .block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .ds-cn-grid-element.price-item,.shop-design2 .col-md-6>.product-item .product-item__body .block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .ds-cn-grid-element.product-group__bottom,.shop-design2 .col-md-6>.product-item .product-item__body .block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .element.product-group__bottom,.shop-design2 .col-md-6>.product-item .product-item__body .col-md-12>.product-item .effect-dexter .overlay-awesome-figure figcaption .product-item__img.price-item,.shop-design2 .col-md-6>.product-item .product-item__body .col-md-12>.product-item .effect-dexter .overlay-awesome-figure figcaption .product-item__img.product-group__bottom,.shop-design2 .col-md-6>.product-item .product-item__body .col-md-12>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .product-item__img.price-item,.shop-design2 .col-md-6>.product-item .product-item__body .col-md-12>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .product-item__img.product-group__bottom,.shop-design2 .col-md-6>.product-item .product-item__body .col-md-6>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .product-item__img.price-item,.shop-design2 .col-md-6>.product-item .product-item__body .col-md-6>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .product-item__img.product-group__bottom,.shop-design2 .col-md-6>.product-item .product-item__body .ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .ds-col.price-item,.shop-design2 .col-md-6>.product-item .product-item__body .ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .ds-col.product-group__bottom,.shop-design2 .col-md-6>.product-item .product-item__body .ds-contact-columns.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .ds-col.product-group__bottom,.shop-design2 .col-md-6>.product-item .product-item__body .ds-contact-design .effect-dexter .overlay-awesome-figure figcaption .ds-col.product-group__bottom,.shop-design2 .col-md-6>.product-item .product-item__body .ds-contact-filled-3.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .ds-col.product-group__bottom,.shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .ds-cn-grid-element.price-item,.shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .ds-cn-grid-element.product-group__bottom,.shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .element.price-item,.shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .element.product-group__bottom,.shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .block-elements-colors .element.product-group__bottom,.shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .block-elements-colors.nomargin .ds-cn-grid-element.price-item,.shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .block-elements-colors.nomargin .ds-cn-grid-element.product-group__bottom,.shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .ds-cn-grid-element.price-item,.shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .ds-cn-grid-element.product-group__bottom,.shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .element.product-group__bottom,.shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .block.price-item,.shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .block.product-group__bottom,.shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .d-flex.price-item,.shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .d-flex.product-group__bottom,.shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .ds-block--filled .ds-col.price-item,.shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .ds-block--filled .ds-col.product-group__bottom,.shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .ds-contact-columns.ds-block--filled .ds-col.product-group__bottom,.shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .ds-contact-design .ds-col.product-group__bottom,.shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .ds-contact-filled-3.ds-block--filled .ds-col.product-group__bottom,.shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .element.price-item,.shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .element.product-group__bottom,.shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .filter-mobile .card.product-group__bottom,.shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .filter-mobile.open .card.left.price-item,.shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .filter-mobile.open .card.left.product-group__bottom,.shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .filter-mobile.open .card.right.price-item,.shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .filter-mobile.open .card.right.product-group__bottom,.shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .flex-column.product-group__bottom,.shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .form .form-inline .price-item.check-group,.shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .form .form-inline .product-group__bottom.check-group,.shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .form .form-inline .product-group__bottom.form-group,.shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .icon.price-item,.shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .icon.product-group__bottom,.shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .media.price-item,.shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .media.product-group__bottom,.shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .navbar-design .price-item.nav-link,.shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .navbar-design .product-group__bottom.nav-link,.shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .price-item.bg-message-form,.shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .price-item.ds-cn-grid,.shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .price-item.form-search,.shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .price-item.nav-menu-item,.shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .price-item.navbar-menu-inner,.shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .price-item.navbar__tools,.shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .price-item.product-group__bottom,.shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-gallery-swiper .swiper-thumbs.price-item,.shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-gallery-swiper .swiper-thumbs.product-group__bottom,.shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom,.shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.bg-message-form,.shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.ds-cn-grid,.shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.form-search,.shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.nav-menu-item,.shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.navbar-menu-inner,.shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.navbar__tools,.shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.price-item,.shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-item__img.price-item,.shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-item__img.product-group__bottom,.shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .price-item.product-item__img,.shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .product-group__bottom.product-item__img,.shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .price-item.product-item__img,.shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .product-group__bottom.product-item__img,.shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .price-item.product-item__img,.shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .product-group__bottom.product-item__img,.shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .social-share .social-item.price-item,.shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .social-share .social-item.product-group__bottom,.shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .sort-products .form-group>div.price-item,.shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .sort-products .form-group>div.product-group__bottom,.shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .subnav .price-item.nav-link,.shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .subnav .product-group__bottom.nav-link,.shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .two-widgets .content-entry .entry-text.price-item,.shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .two-widgets .content-entry .entry-text.product-group__bottom,.shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-fluid .content-entry.price-item,.shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-fluid .content-entry.product-group__bottom,.shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-lg .content-entry.price-item,.shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-lg .content-entry.product-group__bottom,.shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-md .content-entry.price-item,.shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-md .content-entry.product-group__bottom,.shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-sm .content-entry.price-item,.shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-sm .content-entry.product-group__bottom,.shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-xl .content-entry.price-item,.shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-xl .content-entry.product-group__bottom,.shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-xxl .content-entry.price-item,.shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-xxl .content-entry.product-group__bottom,.shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-text-left .target-image.price-item,.shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-text-left .target-image.product-group__bottom,.shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-text-right .target-image.price-item,.shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-text-right .target-image.product-group__bottom,.shop-design2 .col-md-6>.product-item .product-item__body .elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .element.price-item,.shop-design2 .col-md-6>.product-item .product-item__body .elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .element.product-group__bottom,.shop-design2 .col-md-6>.product-item .product-item__body .filter-mobile .effect-dexter .overlay-awesome-figure figcaption .card.product-group__bottom,.shop-design2 .col-md-6>.product-item .product-item__body .filter-mobile.open .effect-dexter .overlay-awesome-figure figcaption .card.left.price-item,.shop-design2 .col-md-6>.product-item .product-item__body .filter-mobile.open .effect-dexter .overlay-awesome-figure figcaption .card.left.product-group__bottom,.shop-design2 .col-md-6>.product-item .product-item__body .filter-mobile.open .effect-dexter .overlay-awesome-figure figcaption .card.right.price-item,.shop-design2 .col-md-6>.product-item .product-item__body .filter-mobile.open .effect-dexter .overlay-awesome-figure figcaption .card.right.product-group__bottom,.shop-design2 .col-md-6>.product-item .product-item__body .product-badge .effect-dexter .overlay-awesome-figure figcaption .badge.price-item,.shop-design2 .col-md-6>.product-item .product-item__body .product-badge .effect-dexter .overlay-awesome-figure figcaption .badge.product-group__bottom,.shop-design2 .col-md-6>.product-item .product-item__body .product-gallery-swiper .effect-dexter .overlay-awesome-figure figcaption .swiper-thumbs.price-item,.shop-design2 .col-md-6>.product-item .product-item__body .product-gallery-swiper .effect-dexter .overlay-awesome-figure figcaption .swiper-thumbs.product-group__bottom,.shop-design2 .col-md-6>.product-item .product-item__body .social-share .effect-dexter .overlay-awesome-figure figcaption .social-item.price-item,.shop-design2 .col-md-6>.product-item .product-item__body .social-share .effect-dexter .overlay-awesome-figure figcaption .social-item.product-group__bottom,.shop-design2 .col-md-6>.product-item .product-item__body .sort-products .effect-dexter .overlay-awesome-figure figcaption .form-group>div.price-item,.shop-design2 .col-md-6>.product-item .product-item__body .sort-products .effect-dexter .overlay-awesome-figure figcaption .form-group>div.product-group__bottom,.shop-design2 .col-md-6>.product-item .product-item__body .two-widgets .content-entry .effect-dexter .overlay-awesome-figure figcaption .entry-text.price-item,.shop-design2 .col-md-6>.product-item .product-item__body .two-widgets .content-entry .effect-dexter .overlay-awesome-figure figcaption .entry-text.product-group__bottom,.shop-design2 .col-md-6>.product-item .product-item__body .v-full-screen .container-fluid .effect-dexter .overlay-awesome-figure figcaption .content-entry.price-item,.shop-design2 .col-md-6>.product-item .product-item__body .v-full-screen .container-fluid .effect-dexter .overlay-awesome-figure figcaption .content-entry.product-group__bottom,.shop-design2 .col-md-6>.product-item .product-item__body .v-full-screen .container-lg .effect-dexter .overlay-awesome-figure figcaption .content-entry.price-item,.shop-design2 .col-md-6>.product-item .product-item__body .v-full-screen .container-lg .effect-dexter .overlay-awesome-figure figcaption .content-entry.product-group__bottom,.shop-design2 .col-md-6>.product-item .product-item__body .v-full-screen .container-md .effect-dexter .overlay-awesome-figure figcaption .content-entry.price-item,.shop-design2 .col-md-6>.product-item .product-item__body .v-full-screen .container-md .effect-dexter .overlay-awesome-figure figcaption .content-entry.product-group__bottom,.shop-design2 .col-md-6>.product-item .product-item__body .v-full-screen .container-sm .effect-dexter .overlay-awesome-figure figcaption .content-entry.price-item,.shop-design2 .col-md-6>.product-item .product-item__body .v-full-screen .container-sm .effect-dexter .overlay-awesome-figure figcaption .content-entry.product-group__bottom,.shop-design2 .col-md-6>.product-item .product-item__body .v-full-screen .container-xl .effect-dexter .overlay-awesome-figure figcaption .content-entry.price-item,.shop-design2 .col-md-6>.product-item .product-item__body .v-full-screen .container-xl .effect-dexter .overlay-awesome-figure figcaption .content-entry.product-group__bottom,.shop-design2 .col-md-6>.product-item .product-item__body .v-full-screen .container-xxl .effect-dexter .overlay-awesome-figure figcaption .content-entry.price-item,.shop-design2 .col-md-6>.product-item .product-item__body .v-full-screen .container-xxl .effect-dexter .overlay-awesome-figure figcaption .content-entry.product-group__bottom,.shop-design2 .col-md-6>.product-item .product-item__body .v-text-left .effect-dexter .overlay-awesome-figure figcaption .target-image.price-item,.shop-design2 .col-md-6>.product-item .product-item__body .v-text-left .effect-dexter .overlay-awesome-figure figcaption .target-image.product-group__bottom,.shop-design2 .col-md-6>.product-item .product-item__body .v-text-right .effect-dexter .overlay-awesome-figure figcaption .target-image.price-item,.shop-design2 .col-md-6>.product-item .product-item__body .v-text-right .effect-dexter .overlay-awesome-figure figcaption .target-image.product-group__bottom,.shop-design2 .col-md-6>.product-item .shop-horizontal .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.price-item,.shop-design2 .col-md-6>.product-item .shop-horizontal .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.product-btn,.shop-design2 .col-md-6>.product-item .shop-horizontal .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.price-item,.shop-design2 .col-md-6>.product-item .shop-horizontal .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.product-btn,.shop-design2 .col-md-6>.product-item .shop-horizontal .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.price-item,.shop-design2 .col-md-6>.product-item .shop-horizontal .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.product-btn,.shop-design2 .col-md-6>div>.product-item .block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .element.product-item__img,.shop-design2 .col-md-6>div>.product-item .block-elements-colors .effect-dexter .overlay-awesome-figure figcaption .element.product-item__img,.shop-design2 .col-md-6>div>.product-item .block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .element.product-item__img,.shop-design2 .col-md-6>div>.product-item .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom,.shop-design2 .col-md-6>div>.product-item .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.price-item,.shop-design2 .col-md-6>div>.product-item .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom,.shop-design2 .col-md-6>div>.product-item .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.price-item,.shop-design2 .col-md-6>div>.product-item .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom,.shop-design2 .col-md-6>div>.product-item .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.price-item,.shop-design2 .col-md-6>div>.product-item .ds-contact-columns.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .ds-col.product-item__img,.shop-design2 .col-md-6>div>.product-item .ds-contact-design .effect-dexter .overlay-awesome-figure figcaption .ds-col.product-item__img,.shop-design2 .col-md-6>div>.product-item .ds-contact-filled-3.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .ds-col.product-item__img,.shop-design2 .col-md-6>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .element.product-item__img,.shop-design2 .col-md-6>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .block-elements-colors .element.product-item__img,.shop-design2 .col-md-6>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .element.product-item__img,.shop-design2 .col-md-6>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .col-md-12>.product-item .product-item__body .product-item__img.price-item,.shop-design2 .col-md-6>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .col-md-12>.product-item .product-item__body .product-item__img.product-group__bottom,.shop-design2 .col-md-6>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .col-md-12>div>.product-item .product-item__body .product-item__img.price-item,.shop-design2 .col-md-6>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .col-md-12>div>.product-item .product-item__body .product-item__img.product-group__bottom,.shop-design2 .col-md-6>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .col-md-6>.product-item .product-item__body .product-item__img.price-item,.shop-design2 .col-md-6>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .col-md-6>.product-item .product-item__body .product-item__img.product-group__bottom,.shop-design2 .col-md-6>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .ds-contact-columns.ds-block--filled .ds-col.product-item__img,.shop-design2 .col-md-6>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .ds-contact-design .ds-col.product-item__img,.shop-design2 .col-md-6>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .ds-contact-filled-3.ds-block--filled .ds-col.product-item__img,.shop-design2 .col-md-6>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .element.product-item__img,.shop-design2 .col-md-6>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .filter-mobile .card.product-item__img,.shop-design2 .col-md-6>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .flex-column.product-item__img,.shop-design2 .col-md-6>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .form .form-inline .product-item__img.form-group,.shop-design2 .col-md-6>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .price-item.product-item__img,.shop-design2 .col-md-6>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .product-item__body .product-item__img.price-item,.shop-design2 .col-md-6>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .product-item__body .product-item__img.product-group__bottom,.shop-design2 .col-md-6>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .product-item__body .product-item__img.price-item,.shop-design2 .col-md-6>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .product-item__body .product-item__img.product-btn,.shop-design2 .col-md-6>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .product-item__body .product-item__img.price-item,.shop-design2 .col-md-6>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .product-item__body .product-item__img.product-btn,.shop-design2 .col-md-6>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .product-item__body .product-item__img.price-item,.shop-design2 .col-md-6>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .product-item__body .product-item__img.product-btn,.shop-design2 .col-md-6>div>.product-item .elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .element.product-item__img,.shop-design2 .col-md-6>div>.product-item .filter-mobile .effect-dexter .overlay-awesome-figure figcaption .card.product-item__img,.shop-design2 .col-md-6>div>.product-item .product-item__body .block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .ds-cn-grid-element.price-item,.shop-design2 .col-md-6>div>.product-item .product-item__body .block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .ds-cn-grid-element.product-group__bottom,.shop-design2 .col-md-6>div>.product-item .product-item__body .block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .element.price-item,.shop-design2 .col-md-6>div>.product-item .product-item__body .block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .element.product-group__bottom,.shop-design2 .col-md-6>div>.product-item .product-item__body .block-elements-colors .effect-dexter .overlay-awesome-figure figcaption .element.product-group__bottom,.shop-design2 .col-md-6>div>.product-item .product-item__body .block-elements-colors.nomargin .effect-dexter .overlay-awesome-figure figcaption .ds-cn-grid-element.price-item,.shop-design2 .col-md-6>div>.product-item .product-item__body .block-elements-colors.nomargin .effect-dexter .overlay-awesome-figure figcaption .ds-cn-grid-element.product-group__bottom,.shop-design2 .col-md-6>div>.product-item .product-item__body .block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .ds-cn-grid-element.price-item,.shop-design2 .col-md-6>div>.product-item .product-item__body .block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .ds-cn-grid-element.product-group__bottom,.shop-design2 .col-md-6>div>.product-item .product-item__body .block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .element.product-group__bottom,.shop-design2 .col-md-6>div>.product-item .product-item__body .col-md-12>.product-item .effect-dexter .overlay-awesome-figure figcaption .product-item__img.price-item,.shop-design2 .col-md-6>div>.product-item .product-item__body .col-md-12>.product-item .effect-dexter .overlay-awesome-figure figcaption .product-item__img.product-group__bottom,.shop-design2 .col-md-6>div>.product-item .product-item__body .col-md-12>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .product-item__img.price-item,.shop-design2 .col-md-6>div>.product-item .product-item__body .col-md-12>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .product-item__img.product-group__bottom,.shop-design2 .col-md-6>div>.product-item .product-item__body .col-md-6>.product-item .effect-dexter .overlay-awesome-figure figcaption .product-item__img.price-item,.shop-design2 .col-md-6>div>.product-item .product-item__body .col-md-6>.product-item .effect-dexter .overlay-awesome-figure figcaption .product-item__img.product-group__bottom,.shop-design2 .col-md-6>div>.product-item .product-item__body .ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .ds-col.price-item,.shop-design2 .col-md-6>div>.product-item .product-item__body .ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .ds-col.product-group__bottom,.shop-design2 .col-md-6>div>.product-item .product-item__body .ds-contact-columns.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .ds-col.product-group__bottom,.shop-design2 .col-md-6>div>.product-item .product-item__body .ds-contact-design .effect-dexter .overlay-awesome-figure figcaption .ds-col.product-group__bottom,.shop-design2 .col-md-6>div>.product-item .product-item__body .ds-contact-filled-3.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .ds-col.product-group__bottom,.shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .ds-cn-grid-element.price-item,.shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .ds-cn-grid-element.product-group__bottom,.shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .element.price-item,.shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .element.product-group__bottom,.shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .block-elements-colors .element.product-group__bottom,.shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .block-elements-colors.nomargin .ds-cn-grid-element.price-item,.shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .block-elements-colors.nomargin .ds-cn-grid-element.product-group__bottom,.shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .ds-cn-grid-element.price-item,.shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .ds-cn-grid-element.product-group__bottom,.shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .element.product-group__bottom,.shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .block.price-item,.shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .block.product-group__bottom,.shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .d-flex.price-item,.shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .d-flex.product-group__bottom,.shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .ds-block--filled .ds-col.price-item,.shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .ds-block--filled .ds-col.product-group__bottom,.shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .ds-contact-columns.ds-block--filled .ds-col.product-group__bottom,.shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .ds-contact-design .ds-col.product-group__bottom,.shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .ds-contact-filled-3.ds-block--filled .ds-col.product-group__bottom,.shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .element.price-item,.shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .element.product-group__bottom,.shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .filter-mobile .card.product-group__bottom,.shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .filter-mobile.open .card.left.price-item,.shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .filter-mobile.open .card.left.product-group__bottom,.shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .filter-mobile.open .card.right.price-item,.shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .filter-mobile.open .card.right.product-group__bottom,.shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .flex-column.product-group__bottom,.shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .form .form-inline .price-item.check-group,.shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .form .form-inline .product-group__bottom.check-group,.shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .form .form-inline .product-group__bottom.form-group,.shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .icon.price-item,.shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .icon.product-group__bottom,.shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .media.price-item,.shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .media.product-group__bottom,.shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .navbar-design .price-item.nav-link,.shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .navbar-design .product-group__bottom.nav-link,.shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .price-item.bg-message-form,.shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .price-item.ds-cn-grid,.shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .price-item.form-search,.shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .price-item.nav-menu-item,.shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .price-item.navbar-menu-inner,.shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .price-item.navbar__tools,.shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .price-item.product-group__bottom,.shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-gallery-swiper .swiper-thumbs.price-item,.shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-gallery-swiper .swiper-thumbs.product-group__bottom,.shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom,.shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.bg-message-form,.shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.ds-cn-grid,.shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.form-search,.shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.nav-menu-item,.shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.navbar-menu-inner,.shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.navbar__tools,.shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.price-item,.shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-item__img.price-item,.shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-item__img.product-group__bottom,.shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .price-item.product-item__img,.shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .product-group__bottom.product-item__img,.shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .price-item.product-item__img,.shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .product-group__bottom.product-item__img,.shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .price-item.product-item__img,.shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .product-group__bottom.product-item__img,.shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .social-share .social-item.price-item,.shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .social-share .social-item.product-group__bottom,.shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .sort-products .form-group>div.price-item,.shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .sort-products .form-group>div.product-group__bottom,.shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .subnav .price-item.nav-link,.shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .subnav .product-group__bottom.nav-link,.shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .two-widgets .content-entry .entry-text.price-item,.shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .two-widgets .content-entry .entry-text.product-group__bottom,.shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-fluid .content-entry.price-item,.shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-fluid .content-entry.product-group__bottom,.shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-lg .content-entry.price-item,.shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-lg .content-entry.product-group__bottom,.shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-md .content-entry.price-item,.shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-md .content-entry.product-group__bottom,.shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-sm .content-entry.price-item,.shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-sm .content-entry.product-group__bottom,.shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-xl .content-entry.price-item,.shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-xl .content-entry.product-group__bottom,.shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-xxl .content-entry.price-item,.shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-xxl .content-entry.product-group__bottom,.shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-text-left .target-image.price-item,.shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-text-left .target-image.product-group__bottom,.shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-text-right .target-image.price-item,.shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-text-right .target-image.product-group__bottom,.shop-design2 .col-md-6>div>.product-item .product-item__body .elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .element.price-item,.shop-design2 .col-md-6>div>.product-item .product-item__body .elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .element.product-group__bottom,.shop-design2 .col-md-6>div>.product-item .product-item__body .filter-mobile .effect-dexter .overlay-awesome-figure figcaption .card.product-group__bottom,.shop-design2 .col-md-6>div>.product-item .product-item__body .filter-mobile.open .effect-dexter .overlay-awesome-figure figcaption .card.left.price-item,.shop-design2 .col-md-6>div>.product-item .product-item__body .filter-mobile.open .effect-dexter .overlay-awesome-figure figcaption .card.left.product-group__bottom,.shop-design2 .col-md-6>div>.product-item .product-item__body .filter-mobile.open .effect-dexter .overlay-awesome-figure figcaption .card.right.price-item,.shop-design2 .col-md-6>div>.product-item .product-item__body .filter-mobile.open .effect-dexter .overlay-awesome-figure figcaption .card.right.product-group__bottom,.shop-design2 .col-md-6>div>.product-item .product-item__body .product-badge .effect-dexter .overlay-awesome-figure figcaption .badge.price-item,.shop-design2 .col-md-6>div>.product-item .product-item__body .product-badge .effect-dexter .overlay-awesome-figure figcaption .badge.product-group__bottom,.shop-design2 .col-md-6>div>.product-item .product-item__body .product-gallery-swiper .effect-dexter .overlay-awesome-figure figcaption .swiper-thumbs.price-item,.shop-design2 .col-md-6>div>.product-item .product-item__body .product-gallery-swiper .effect-dexter .overlay-awesome-figure figcaption .swiper-thumbs.product-group__bottom,.shop-design2 .col-md-6>div>.product-item .product-item__body .social-share .effect-dexter .overlay-awesome-figure figcaption .social-item.price-item,.shop-design2 .col-md-6>div>.product-item .product-item__body .social-share .effect-dexter .overlay-awesome-figure figcaption .social-item.product-group__bottom,.shop-design2 .col-md-6>div>.product-item .product-item__body .sort-products .effect-dexter .overlay-awesome-figure figcaption .form-group>div.price-item,.shop-design2 .col-md-6>div>.product-item .product-item__body .sort-products .effect-dexter .overlay-awesome-figure figcaption .form-group>div.product-group__bottom,.shop-design2 .col-md-6>div>.product-item .product-item__body .two-widgets .content-entry .effect-dexter .overlay-awesome-figure figcaption .entry-text.price-item,.shop-design2 .col-md-6>div>.product-item .product-item__body .two-widgets .content-entry .effect-dexter .overlay-awesome-figure figcaption .entry-text.product-group__bottom,.shop-design2 .col-md-6>div>.product-item .product-item__body .v-full-screen .container-fluid .effect-dexter .overlay-awesome-figure figcaption .content-entry.price-item,.shop-design2 .col-md-6>div>.product-item .product-item__body .v-full-screen .container-fluid .effect-dexter .overlay-awesome-figure figcaption .content-entry.product-group__bottom,.shop-design2 .col-md-6>div>.product-item .product-item__body .v-full-screen .container-lg .effect-dexter .overlay-awesome-figure figcaption .content-entry.price-item,.shop-design2 .col-md-6>div>.product-item .product-item__body .v-full-screen .container-lg .effect-dexter .overlay-awesome-figure figcaption .content-entry.product-group__bottom,.shop-design2 .col-md-6>div>.product-item .product-item__body .v-full-screen .container-md .effect-dexter .overlay-awesome-figure figcaption .content-entry.price-item,.shop-design2 .col-md-6>div>.product-item .product-item__body .v-full-screen .container-md .effect-dexter .overlay-awesome-figure figcaption .content-entry.product-group__bottom,.shop-design2 .col-md-6>div>.product-item .product-item__body .v-full-screen .container-sm .effect-dexter .overlay-awesome-figure figcaption .content-entry.price-item,.shop-design2 .col-md-6>div>.product-item .product-item__body .v-full-screen .container-sm .effect-dexter .overlay-awesome-figure figcaption .content-entry.product-group__bottom,.shop-design2 .col-md-6>div>.product-item .product-item__body .v-full-screen .container-xl .effect-dexter .overlay-awesome-figure figcaption .content-entry.price-item,.shop-design2 .col-md-6>div>.product-item .product-item__body .v-full-screen .container-xl .effect-dexter .overlay-awesome-figure figcaption .content-entry.product-group__bottom,.shop-design2 .col-md-6>div>.product-item .product-item__body .v-full-screen .container-xxl .effect-dexter .overlay-awesome-figure figcaption .content-entry.price-item,.shop-design2 .col-md-6>div>.product-item .product-item__body .v-full-screen .container-xxl .effect-dexter .overlay-awesome-figure figcaption .content-entry.product-group__bottom,.shop-design2 .col-md-6>div>.product-item .product-item__body .v-text-left .effect-dexter .overlay-awesome-figure figcaption .target-image.price-item,.shop-design2 .col-md-6>div>.product-item .product-item__body .v-text-left .effect-dexter .overlay-awesome-figure figcaption .target-image.product-group__bottom,.shop-design2 .col-md-6>div>.product-item .product-item__body .v-text-right .effect-dexter .overlay-awesome-figure figcaption .target-image.price-item,.shop-design2 .col-md-6>div>.product-item .product-item__body .v-text-right .effect-dexter .overlay-awesome-figure figcaption .target-image.product-group__bottom,.shop-design2 .col-md-6>div>.product-item .shop-horizontal .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.price-item,.shop-design2 .col-md-6>div>.product-item .shop-horizontal .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.product-btn,.shop-design2 .col-md-6>div>.product-item .shop-horizontal .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.price-item,.shop-design2 .col-md-6>div>.product-item .shop-horizontal .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.product-btn,.shop-design2 .col-md-6>div>.product-item .shop-horizontal .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.price-item,.shop-design2 .col-md-6>div>.product-item .shop-horizontal .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.product-btn,.shop-design2 .ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .ds-col.price-item,.shop-design2 .effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .ds-cn-grid-element.price-item,.shop-design2 .effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .element.price-item,.shop-design2 .effect-dexter .overlay-awesome-figure figcaption .block-elements-colors.nomargin .ds-cn-grid-element.price-item,.shop-design2 .effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .ds-cn-grid-element.price-item,.shop-design2 .effect-dexter .overlay-awesome-figure figcaption .block.price-item,.shop-design2 .effect-dexter .overlay-awesome-figure figcaption .col-md-12>.product-item .price-item.product-item__img,.shop-design2 .effect-dexter .overlay-awesome-figure figcaption .col-md-12>.product-item .product-item__body .price-item.product-group__bottom,.shop-design2 .effect-dexter .overlay-awesome-figure figcaption .col-md-12>div>.product-item .price-item.product-item__img,.shop-design2 .effect-dexter .overlay-awesome-figure figcaption .col-md-12>div>.product-item .product-item__body .price-item.product-group__bottom,.shop-design2 .effect-dexter .overlay-awesome-figure figcaption .col-md-6>.product-item .price-item.product-item__img,.shop-design2 .effect-dexter .overlay-awesome-figure figcaption .col-md-6>.product-item .product-item__body .price-item.product-group__bottom,.shop-design2 .effect-dexter .overlay-awesome-figure figcaption .col-md-6>div>.product-item .price-item.product-item__img,.shop-design2 .effect-dexter .overlay-awesome-figure figcaption .col-md-6>div>.product-item .product-item__body .price-item.product-group__bottom,.shop-design2 .effect-dexter .overlay-awesome-figure figcaption .d-flex.price-item,.shop-design2 .effect-dexter .overlay-awesome-figure figcaption .ds-block--filled .ds-col.price-item,.shop-design2 .effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .element.price-item,.shop-design2 .effect-dexter .overlay-awesome-figure figcaption .filter-mobile.open .card.left.price-item,.shop-design2 .effect-dexter .overlay-awesome-figure figcaption .filter-mobile.open .card.right.price-item,.shop-design2 .effect-dexter .overlay-awesome-figure figcaption .form .form-inline .price-item.check-group,.shop-design2 .effect-dexter .overlay-awesome-figure figcaption .icon.price-item,.shop-design2 .effect-dexter .overlay-awesome-figure figcaption .media.price-item,.shop-design2 .effect-dexter .overlay-awesome-figure figcaption .navbar-design .price-item.nav-link,.shop-design2 .effect-dexter .overlay-awesome-figure figcaption .price-item.bg-message-form,.shop-design2 .effect-dexter .overlay-awesome-figure figcaption .price-item.ds-cn-grid,.shop-design2 .effect-dexter .overlay-awesome-figure figcaption .price-item.form-search,.shop-design2 .effect-dexter .overlay-awesome-figure figcaption .price-item.nav-menu-item,.shop-design2 .effect-dexter .overlay-awesome-figure figcaption .price-item.navbar-menu-inner,.shop-design2 .effect-dexter .overlay-awesome-figure figcaption .price-item.navbar__tools,.shop-design2 .effect-dexter .overlay-awesome-figure figcaption .product-badge .price-item.badge,.shop-design2 .effect-dexter .overlay-awesome-figure figcaption .product-gallery-swiper .swiper-thumbs.price-item,.shop-design2 .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .price-item.product-item__img,.shop-design2 .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .price-item.product-item__img,.shop-design2 .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .price-item.product-item__img,.shop-design2 .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .price-item.product-item__img,.shop-design2 .effect-dexter .overlay-awesome-figure figcaption .social-share .social-item.price-item,.shop-design2 .effect-dexter .overlay-awesome-figure figcaption .sort-products .form-group>div.price-item,.shop-design2 .effect-dexter .overlay-awesome-figure figcaption .subnav .price-item.nav-link,.shop-design2 .effect-dexter .overlay-awesome-figure figcaption .two-widgets .content-entry .entry-text.price-item,.shop-design2 .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-fluid .content-entry.price-item,.shop-design2 .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-lg .content-entry.price-item,.shop-design2 .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-md .content-entry.price-item,.shop-design2 .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-sm .content-entry.price-item,.shop-design2 .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-xl .content-entry.price-item,.shop-design2 .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-xxl .content-entry.price-item,.shop-design2 .effect-dexter .overlay-awesome-figure figcaption .v-text-left .target-image.price-item,.shop-design2 .effect-dexter .overlay-awesome-figure figcaption .v-text-right .target-image.price-item,.shop-design2 .elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .element.price-item,.shop-design2 .filter-mobile.open .effect-dexter .overlay-awesome-figure figcaption .card.left.price-item,.shop-design2 .filter-mobile.open .effect-dexter .overlay-awesome-figure figcaption .card.right.price-item,.shop-design2 .product-badge .block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .element.badge,.shop-design2 .product-badge .block-elements-colors .effect-dexter .overlay-awesome-figure figcaption .element.badge,.shop-design2 .product-badge .block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .element.badge,.shop-design2 .product-badge .ds-contact-columns.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .ds-col.badge,.shop-design2 .product-badge .ds-contact-design .effect-dexter .overlay-awesome-figure figcaption .ds-col.badge,.shop-design2 .product-badge .ds-contact-filled-3.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .ds-col.badge,.shop-design2 .product-badge .effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .element.badge,.shop-design2 .product-badge .effect-dexter .overlay-awesome-figure figcaption .block-elements-colors .element.badge,.shop-design2 .product-badge .effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .element.badge,.shop-design2 .product-badge .effect-dexter .overlay-awesome-figure figcaption .col-md-12>.product-item .product-item__body .badge.price-item,.shop-design2 .product-badge .effect-dexter .overlay-awesome-figure figcaption .col-md-12>.product-item .product-item__body .badge.product-group__bottom,.shop-design2 .product-badge .effect-dexter .overlay-awesome-figure figcaption .col-md-12>div>.product-item .product-item__body .badge.price-item,.shop-design2 .product-badge .effect-dexter .overlay-awesome-figure figcaption .col-md-12>div>.product-item .product-item__body .badge.product-group__bottom,.shop-design2 .product-badge .effect-dexter .overlay-awesome-figure figcaption .col-md-6>.product-item .product-item__body .badge.price-item,.shop-design2 .product-badge .effect-dexter .overlay-awesome-figure figcaption .col-md-6>.product-item .product-item__body .badge.product-group__bottom,.shop-design2 .product-badge .effect-dexter .overlay-awesome-figure figcaption .col-md-6>div>.product-item .product-item__body .badge.price-item,.shop-design2 .product-badge .effect-dexter .overlay-awesome-figure figcaption .col-md-6>div>.product-item .product-item__body .badge.product-group__bottom,.shop-design2 .product-badge .effect-dexter .overlay-awesome-figure figcaption .ds-contact-columns.ds-block--filled .ds-col.badge,.shop-design2 .product-badge .effect-dexter .overlay-awesome-figure figcaption .ds-contact-design .ds-col.badge,.shop-design2 .product-badge .effect-dexter .overlay-awesome-figure figcaption .ds-contact-filled-3.ds-block--filled .ds-col.badge,.shop-design2 .product-badge .effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .element.badge,.shop-design2 .product-badge .effect-dexter .overlay-awesome-figure figcaption .filter-mobile .card.badge,.shop-design2 .product-badge .effect-dexter .overlay-awesome-figure figcaption .flex-column.badge,.shop-design2 .product-badge .effect-dexter .overlay-awesome-figure figcaption .form .form-inline .badge.form-group,.shop-design2 .product-badge .effect-dexter .overlay-awesome-figure figcaption .price-item.badge,.shop-design2 .product-badge .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .product-item__body .badge.price-item,.shop-design2 .product-badge .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .product-item__body .badge.product-btn,.shop-design2 .product-badge .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .product-item__body .badge.price-item,.shop-design2 .product-badge .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .product-item__body .badge.product-btn,.shop-design2 .product-badge .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .product-item__body .badge.price-item,.shop-design2 .product-badge .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .product-item__body .badge.product-btn,.shop-design2 .product-badge .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .product-item__body .badge.price-item,.shop-design2 .product-badge .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .product-item__body .badge.product-btn,.shop-design2 .product-badge .elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .element.badge,.shop-design2 .product-badge .filter-mobile .effect-dexter .overlay-awesome-figure figcaption .card.badge,.shop-design2 .product-gallery-swiper .effect-dexter .overlay-awesome-figure figcaption .swiper-thumbs.price-item,.shop-design2 .shop-horizontal .col-md-12>.product-item .effect-dexter .overlay-awesome-figure figcaption .product-item__body .product-item__img.price-item,.shop-design2 .shop-horizontal .col-md-12>.product-item .effect-dexter .overlay-awesome-figure figcaption .product-item__body .product-item__img.product-btn,.shop-design2 .shop-horizontal .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .price-item.product-item__img,.shop-design2 .shop-horizontal .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.price-item,.shop-design2 .shop-horizontal .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.product-btn,.shop-design2 .shop-horizontal .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.product-item__img,.shop-design2 .shop-horizontal .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-item__img.price-item,.shop-design2 .shop-horizontal .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-item__img.product-btn,.shop-design2 .shop-horizontal .col-md-12>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .product-item__body .product-item__img.price-item,.shop-design2 .shop-horizontal .col-md-12>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .product-item__body .product-item__img.product-btn,.shop-design2 .shop-horizontal .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .price-item.product-item__img,.shop-design2 .shop-horizontal .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.price-item,.shop-design2 .shop-horizontal .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.product-btn,.shop-design2 .shop-horizontal .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.product-item__img,.shop-design2 .shop-horizontal .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-item__img.price-item,.shop-design2 .shop-horizontal .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-item__img.product-btn,.shop-design2 .shop-horizontal .col-md-6>.product-item .effect-dexter .overlay-awesome-figure figcaption .product-item__body .product-item__img.price-item,.shop-design2 .shop-horizontal .col-md-6>.product-item .effect-dexter .overlay-awesome-figure figcaption .product-item__body .product-item__img.product-btn,.shop-design2 .shop-horizontal .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .price-item.product-item__img,.shop-design2 .shop-horizontal .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.price-item,.shop-design2 .shop-horizontal .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.product-btn,.shop-design2 .shop-horizontal .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.product-item__img,.shop-design2 .shop-horizontal .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-item__img.price-item,.shop-design2 .shop-horizontal .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-item__img.product-btn,.shop-design2 .shop-horizontal .col-md-6>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .product-item__body .product-item__img.price-item,.shop-design2 .shop-horizontal .col-md-6>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .product-item__body .product-item__img.product-btn,.shop-design2 .shop-horizontal .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .price-item.product-item__img,.shop-design2 .shop-horizontal .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.price-item,.shop-design2 .shop-horizontal .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.product-btn,.shop-design2 .shop-horizontal .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.product-item__img,.shop-design2 .shop-horizontal .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-item__img.price-item,.shop-design2 .shop-horizontal .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-item__img.product-btn,.shop-design2 .social-share .effect-dexter .overlay-awesome-figure figcaption .social-item.price-item,.shop-design2 .sort-products .effect-dexter .overlay-awesome-figure figcaption .form-group>div.price-item,.shop-design2 .two-widgets .content-entry .effect-dexter .overlay-awesome-figure figcaption .entry-text.price-item,.shop-design2 .v-full-screen .container-fluid .effect-dexter .overlay-awesome-figure figcaption .content-entry.price-item,.shop-design2 .v-full-screen .container-lg .effect-dexter .overlay-awesome-figure figcaption .content-entry.price-item,.shop-design2 .v-full-screen .container-md .effect-dexter .overlay-awesome-figure figcaption .content-entry.price-item,.shop-design2 .v-full-screen .container-sm .effect-dexter .overlay-awesome-figure figcaption .content-entry.price-item,.shop-design2 .v-full-screen .container-xl .effect-dexter .overlay-awesome-figure figcaption .content-entry.price-item,.shop-design2 .v-full-screen .container-xxl .effect-dexter .overlay-awesome-figure figcaption .content-entry.price-item,.shop-design2 .v-text-left .effect-dexter .overlay-awesome-figure figcaption .target-image.price-item,.shop-design2 .v-text-right .effect-dexter .overlay-awesome-figure figcaption .target-image.price-item,.shop-horizontal .col-md-12>.product-item .block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .element.product-item__img,.shop-horizontal .col-md-12>.product-item .block-elements-colors .effect-dexter .overlay-awesome-figure figcaption .element.product-item__img,.shop-horizontal .col-md-12>.product-item .block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .element.product-item__img,.shop-horizontal .col-md-12>.product-item .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-btn.product-item__img,.shop-horizontal .col-md-12>.product-item .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-btn.product-item__img,.shop-horizontal .col-md-12>.product-item .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-btn.product-item__img,.shop-horizontal .col-md-12>.product-item .ds-contact-columns.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .ds-col.product-item__img,.shop-horizontal .col-md-12>.product-item .ds-contact-design .effect-dexter .overlay-awesome-figure figcaption .ds-col.product-item__img,.shop-horizontal .col-md-12>.product-item .ds-contact-filled-3.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .ds-col.product-item__img,.shop-horizontal .col-md-12>.product-item .effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .element.product-item__img,.shop-horizontal .col-md-12>.product-item .effect-dexter .overlay-awesome-figure figcaption .block-elements-colors .element.product-item__img,.shop-horizontal .col-md-12>.product-item .effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .element.product-item__img,.shop-horizontal .col-md-12>.product-item .effect-dexter .overlay-awesome-figure figcaption .col-md-12>div>.product-item .product-item__body .product-item__img.price-item,.shop-horizontal .col-md-12>.product-item .effect-dexter .overlay-awesome-figure figcaption .col-md-6>.product-item .product-item__body .product-item__img.price-item,.shop-horizontal .col-md-12>.product-item .effect-dexter .overlay-awesome-figure figcaption .col-md-6>div>.product-item .product-item__body .product-item__img.price-item,.shop-horizontal .col-md-12>.product-item .effect-dexter .overlay-awesome-figure figcaption .ds-contact-columns.ds-block--filled .ds-col.product-item__img,.shop-horizontal .col-md-12>.product-item .effect-dexter .overlay-awesome-figure figcaption .ds-contact-design .ds-col.product-item__img,.shop-horizontal .col-md-12>.product-item .effect-dexter .overlay-awesome-figure figcaption .ds-contact-filled-3.ds-block--filled .ds-col.product-item__img,.shop-horizontal .col-md-12>.product-item .effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .element.product-item__img,.shop-horizontal .col-md-12>.product-item .effect-dexter .overlay-awesome-figure figcaption .filter-mobile .card.product-item__img,.shop-horizontal .col-md-12>.product-item .effect-dexter .overlay-awesome-figure figcaption .flex-column.product-item__img,.shop-horizontal .col-md-12>.product-item .effect-dexter .overlay-awesome-figure figcaption .form .form-inline .product-item__img.form-group,.shop-horizontal .col-md-12>.product-item .effect-dexter .overlay-awesome-figure figcaption .product-item__body .product-item__img.price-item,.shop-horizontal .col-md-12>.product-item .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .price-item.product-item__img,.shop-horizontal .col-md-12>.product-item .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .product-group__bottom.price-item,.shop-horizontal .col-md-12>.product-item .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .product-group__bottom.product-btn,.shop-horizontal .col-md-12>.product-item .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .product-group__bottom.product-item__img,.shop-horizontal .col-md-12>.product-item .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .price-item.product-item__img,.shop-horizontal .col-md-12>.product-item .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .product-group__bottom.price-item,.shop-horizontal .col-md-12>.product-item .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .product-group__bottom.product-btn,.shop-horizontal .col-md-12>.product-item .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .product-group__bottom.product-item__img,.shop-horizontal .col-md-12>.product-item .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .price-item.product-item__img,.shop-horizontal .col-md-12>.product-item .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .product-group__bottom.price-item,.shop-horizontal .col-md-12>.product-item .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .product-group__bottom.product-btn,.shop-horizontal .col-md-12>.product-item .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .product-group__bottom.product-item__img,.shop-horizontal .col-md-12>.product-item .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .price-item.product-item__img,.shop-horizontal .col-md-12>.product-item .elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .element.product-item__img,.shop-horizontal .col-md-12>.product-item .filter-mobile .effect-dexter .overlay-awesome-figure figcaption .card.product-item__img,.shop-horizontal .col-md-12>.product-item .product-item__body .block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .ds-cn-grid-element.price-item,.shop-horizontal .col-md-12>.product-item .product-item__body .block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .ds-cn-grid-element.product-btn,.shop-horizontal .col-md-12>.product-item .product-item__body .block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .element.price-item,.shop-horizontal .col-md-12>.product-item .product-item__body .block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .element.product-btn,.shop-horizontal .col-md-12>.product-item .product-item__body .block-elements-colors.nomargin .effect-dexter .overlay-awesome-figure figcaption .ds-cn-grid-element.price-item,.shop-horizontal .col-md-12>.product-item .product-item__body .block-elements-colors.nomargin .effect-dexter .overlay-awesome-figure figcaption .ds-cn-grid-element.product-btn,.shop-horizontal .col-md-12>.product-item .product-item__body .block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .ds-cn-grid-element.price-item,.shop-horizontal .col-md-12>.product-item .product-item__body .block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .ds-cn-grid-element.product-btn,.shop-horizontal .col-md-12>.product-item .product-item__body .col-md-12>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .product-item__img.price-item,.shop-horizontal .col-md-12>.product-item .product-item__body .col-md-6>.product-item .effect-dexter .overlay-awesome-figure figcaption .product-item__img.price-item,.shop-horizontal .col-md-12>.product-item .product-item__body .col-md-6>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .product-item__img.price-item,.shop-horizontal .col-md-12>.product-item .product-item__body .ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .ds-col.price-item,.shop-horizontal .col-md-12>.product-item .product-item__body .ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .ds-col.product-btn,.shop-horizontal .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .ds-cn-grid-element.price-item,.shop-horizontal .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .ds-cn-grid-element.product-btn,.shop-horizontal .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .element.price-item,.shop-horizontal .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .element.product-btn,.shop-horizontal .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .block-elements-colors.nomargin .ds-cn-grid-element.price-item,.shop-horizontal .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .block-elements-colors.nomargin .ds-cn-grid-element.product-btn,.shop-horizontal .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .ds-cn-grid-element.price-item,.shop-horizontal .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .ds-cn-grid-element.product-btn,.shop-horizontal .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .block.price-item,.shop-horizontal .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .block.product-btn,.shop-horizontal .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .col-md-12>div>.product-item .product-btn.product-item__img,.shop-horizontal .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .col-md-6>.product-item .product-btn.product-item__img,.shop-horizontal .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .col-md-6>div>.product-item .product-btn.product-item__img,.shop-horizontal .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .d-flex.price-item,.shop-horizontal .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .d-flex.product-btn,.shop-horizontal .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .ds-block--filled .ds-col.price-item,.shop-horizontal .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .ds-block--filled .ds-col.product-btn,.shop-horizontal .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .element.price-item,.shop-horizontal .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .element.product-btn,.shop-horizontal .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .filter-mobile.open .card.left.price-item,.shop-horizontal .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .filter-mobile.open .card.left.product-btn,.shop-horizontal .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .filter-mobile.open .card.right.price-item,.shop-horizontal .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .filter-mobile.open .card.right.product-btn,.shop-horizontal .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .form .form-inline .price-item.check-group,.shop-horizontal .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .form .form-inline .product-btn.check-group,.shop-horizontal .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .icon.price-item,.shop-horizontal .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .icon.product-btn,.shop-horizontal .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .media.price-item,.shop-horizontal .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .media.product-btn,.shop-horizontal .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .navbar-design .price-item.nav-link,.shop-horizontal .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .navbar-design .product-btn.nav-link,.shop-horizontal .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .price-item.bg-message-form,.shop-horizontal .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .price-item.ds-cn-grid,.shop-horizontal .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .price-item.form-search,.shop-horizontal .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .price-item.nav-menu-item,.shop-horizontal .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .price-item.navbar-menu-inner,.shop-horizontal .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .price-item.navbar__tools,.shop-horizontal .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-btn.bg-message-form,.shop-horizontal .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-btn.ds-cn-grid,.shop-horizontal .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-btn.form-search,.shop-horizontal .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-btn.nav-menu-item,.shop-horizontal .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-btn.navbar-menu-inner,.shop-horizontal .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-btn.navbar__tools,.shop-horizontal .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-btn.product-item__img,.shop-horizontal .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-gallery-swiper .swiper-thumbs.price-item,.shop-horizontal .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-gallery-swiper .swiper-thumbs.product-btn,.shop-horizontal .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-item__img.price-item,.shop-horizontal .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__img.price-item,.shop-horizontal .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__img.product-btn,.shop-horizontal .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__img.price-item,.shop-horizontal .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__img.product-btn,.shop-horizontal .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__img.price-item,.shop-horizontal .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__img.product-btn,.shop-horizontal .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .product-badge .badge.price-item,.shop-horizontal .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .product-badge .badge.product-btn,.shop-horizontal .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .social-share .social-item.price-item,.shop-horizontal .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .social-share .social-item.product-btn,.shop-horizontal .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .sort-products .form-group>div.price-item,.shop-horizontal .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .sort-products .form-group>div.product-btn,.shop-horizontal .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .subnav .price-item.nav-link,.shop-horizontal .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .subnav .product-btn.nav-link,.shop-horizontal .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .two-widgets .content-entry .entry-text.price-item,.shop-horizontal .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .two-widgets .content-entry .entry-text.product-btn,.shop-horizontal .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-fluid .content-entry.price-item,.shop-horizontal .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-fluid .content-entry.product-btn,.shop-horizontal .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-lg .content-entry.price-item,.shop-horizontal .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-lg .content-entry.product-btn,.shop-horizontal .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-md .content-entry.price-item,.shop-horizontal .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-md .content-entry.product-btn,.shop-horizontal .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-sm .content-entry.price-item,.shop-horizontal .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-sm .content-entry.product-btn,.shop-horizontal .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-xl .content-entry.price-item,.shop-horizontal .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-xl .content-entry.product-btn,.shop-horizontal .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-xxl .content-entry.price-item,.shop-horizontal .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-xxl .content-entry.product-btn,.shop-horizontal .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-text-left .target-image.price-item,.shop-horizontal .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-text-left .target-image.product-btn,.shop-horizontal .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-text-right .target-image.price-item,.shop-horizontal .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-text-right .target-image.product-btn,.shop-horizontal .col-md-12>.product-item .product-item__body .elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .element.price-item,.shop-horizontal .col-md-12>.product-item .product-item__body .elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .element.product-btn,.shop-horizontal .col-md-12>.product-item .product-item__body .filter-mobile.open .effect-dexter .overlay-awesome-figure figcaption .card.left.price-item,.shop-horizontal .col-md-12>.product-item .product-item__body .filter-mobile.open .effect-dexter .overlay-awesome-figure figcaption .card.left.product-btn,.shop-horizontal .col-md-12>.product-item .product-item__body .filter-mobile.open .effect-dexter .overlay-awesome-figure figcaption .card.right.price-item,.shop-horizontal .col-md-12>.product-item .product-item__body .filter-mobile.open .effect-dexter .overlay-awesome-figure figcaption .card.right.product-btn,.shop-horizontal .col-md-12>.product-item .product-item__body .product-gallery-swiper .effect-dexter .overlay-awesome-figure figcaption .swiper-thumbs.price-item,.shop-horizontal .col-md-12>.product-item .product-item__body .product-gallery-swiper .effect-dexter .overlay-awesome-figure figcaption .swiper-thumbs.product-btn,.shop-horizontal .col-md-12>.product-item .product-item__body .shop-design2 .col-md-12>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .product-item__img.price-item,.shop-horizontal .col-md-12>.product-item .product-item__body .shop-design2 .col-md-12>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .product-item__img.product-btn,.shop-horizontal .col-md-12>.product-item .product-item__body .shop-design2 .col-md-6>.product-item .effect-dexter .overlay-awesome-figure figcaption .product-item__img.price-item,.shop-horizontal .col-md-12>.product-item .product-item__body .shop-design2 .col-md-6>.product-item .effect-dexter .overlay-awesome-figure figcaption .product-item__img.product-btn,.shop-horizontal .col-md-12>.product-item .product-item__body .shop-design2 .col-md-6>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .product-item__img.price-item,.shop-horizontal .col-md-12>.product-item .product-item__body .shop-design2 .col-md-6>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .product-item__img.product-btn,.shop-horizontal .col-md-12>.product-item .product-item__body .shop-design2 .product-badge .effect-dexter .overlay-awesome-figure figcaption .badge.price-item,.shop-horizontal .col-md-12>.product-item .product-item__body .shop-design2 .product-badge .effect-dexter .overlay-awesome-figure figcaption .badge.product-btn,.shop-horizontal .col-md-12>.product-item .product-item__body .social-share .effect-dexter .overlay-awesome-figure figcaption .social-item.price-item,.shop-horizontal .col-md-12>.product-item .product-item__body .social-share .effect-dexter .overlay-awesome-figure figcaption .social-item.product-btn,.shop-horizontal .col-md-12>.product-item .product-item__body .sort-products .effect-dexter .overlay-awesome-figure figcaption .form-group>div.price-item,.shop-horizontal .col-md-12>.product-item .product-item__body .sort-products .effect-dexter .overlay-awesome-figure figcaption .form-group>div.product-btn,.shop-horizontal .col-md-12>.product-item .product-item__body .two-widgets .content-entry .effect-dexter .overlay-awesome-figure figcaption .entry-text.price-item,.shop-horizontal .col-md-12>.product-item .product-item__body .two-widgets .content-entry .effect-dexter .overlay-awesome-figure figcaption .entry-text.product-btn,.shop-horizontal .col-md-12>.product-item .product-item__body .v-full-screen .container-fluid .effect-dexter .overlay-awesome-figure figcaption .content-entry.price-item,.shop-horizontal .col-md-12>.product-item .product-item__body .v-full-screen .container-fluid .effect-dexter .overlay-awesome-figure figcaption .content-entry.product-btn,.shop-horizontal .col-md-12>.product-item .product-item__body .v-full-screen .container-lg .effect-dexter .overlay-awesome-figure figcaption .content-entry.price-item,.shop-horizontal .col-md-12>.product-item .product-item__body .v-full-screen .container-lg .effect-dexter .overlay-awesome-figure figcaption .content-entry.product-btn,.shop-horizontal .col-md-12>.product-item .product-item__body .v-full-screen .container-md .effect-dexter .overlay-awesome-figure figcaption .content-entry.price-item,.shop-horizontal .col-md-12>.product-item .product-item__body .v-full-screen .container-md .effect-dexter .overlay-awesome-figure figcaption .content-entry.product-btn,.shop-horizontal .col-md-12>.product-item .product-item__body .v-full-screen .container-sm .effect-dexter .overlay-awesome-figure figcaption .content-entry.price-item,.shop-horizontal .col-md-12>.product-item .product-item__body .v-full-screen .container-sm .effect-dexter .overlay-awesome-figure figcaption .content-entry.product-btn,.shop-horizontal .col-md-12>.product-item .product-item__body .v-full-screen .container-xl .effect-dexter .overlay-awesome-figure figcaption .content-entry.price-item,.shop-horizontal .col-md-12>.product-item .product-item__body .v-full-screen .container-xl .effect-dexter .overlay-awesome-figure figcaption .content-entry.product-btn,.shop-horizontal .col-md-12>.product-item .product-item__body .v-full-screen .container-xxl .effect-dexter .overlay-awesome-figure figcaption .content-entry.price-item,.shop-horizontal .col-md-12>.product-item .product-item__body .v-full-screen .container-xxl .effect-dexter .overlay-awesome-figure figcaption .content-entry.product-btn,.shop-horizontal .col-md-12>.product-item .product-item__body .v-text-left .effect-dexter .overlay-awesome-figure figcaption .target-image.price-item,.shop-horizontal .col-md-12>.product-item .product-item__body .v-text-left .effect-dexter .overlay-awesome-figure figcaption .target-image.product-btn,.shop-horizontal .col-md-12>.product-item .product-item__body .v-text-right .effect-dexter .overlay-awesome-figure figcaption .target-image.price-item,.shop-horizontal .col-md-12>.product-item .product-item__body .v-text-right .effect-dexter .overlay-awesome-figure figcaption .target-image.product-btn,.shop-horizontal .col-md-12>.product-item .shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .price-item.product-item__img,.shop-horizontal .col-md-12>.product-item .shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.price-item,.shop-horizontal .col-md-12>.product-item .shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.product-btn,.shop-horizontal .col-md-12>.product-item .shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.product-item__img,.shop-horizontal .col-md-12>.product-item .shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .price-item.product-item__img,.shop-horizontal .col-md-12>.product-item .shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.price-item,.shop-horizontal .col-md-12>.product-item .shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.product-btn,.shop-horizontal .col-md-12>.product-item .shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.product-item__img,.shop-horizontal .col-md-12>.product-item .shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .price-item.product-item__img,.shop-horizontal .col-md-12>.product-item .shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.price-item,.shop-horizontal .col-md-12>.product-item .shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.product-btn,.shop-horizontal .col-md-12>.product-item .shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.product-item__img,.shop-horizontal .col-md-12>.product-item .shop-design2 .effect-dexter .overlay-awesome-figure figcaption .price-item.product-item__img,.shop-horizontal .col-md-12>div>.product-item .block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .element.product-item__img,.shop-horizontal .col-md-12>div>.product-item .block-elements-colors .effect-dexter .overlay-awesome-figure figcaption .element.product-item__img,.shop-horizontal .col-md-12>div>.product-item .block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .element.product-item__img,.shop-horizontal .col-md-12>div>.product-item .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-btn.product-item__img,.shop-horizontal .col-md-12>div>.product-item .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-btn.product-item__img,.shop-horizontal .col-md-12>div>.product-item .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-btn.product-item__img,.shop-horizontal .col-md-12>div>.product-item .ds-contact-columns.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .ds-col.product-item__img,.shop-horizontal .col-md-12>div>.product-item .ds-contact-design .effect-dexter .overlay-awesome-figure figcaption .ds-col.product-item__img,.shop-horizontal .col-md-12>div>.product-item .ds-contact-filled-3.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .ds-col.product-item__img,.shop-horizontal .col-md-12>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .element.product-item__img,.shop-horizontal .col-md-12>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .block-elements-colors .element.product-item__img,.shop-horizontal .col-md-12>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .element.product-item__img,.shop-horizontal .col-md-12>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .col-md-12>.product-item .product-item__body .product-item__img.price-item,.shop-horizontal .col-md-12>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .col-md-6>.product-item .product-item__body .product-item__img.price-item,.shop-horizontal .col-md-12>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .col-md-6>div>.product-item .product-item__body .product-item__img.price-item,.shop-horizontal .col-md-12>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .ds-contact-columns.ds-block--filled .ds-col.product-item__img,.shop-horizontal .col-md-12>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .ds-contact-design .ds-col.product-item__img,.shop-horizontal .col-md-12>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .ds-contact-filled-3.ds-block--filled .ds-col.product-item__img,.shop-horizontal .col-md-12>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .element.product-item__img,.shop-horizontal .col-md-12>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .filter-mobile .card.product-item__img,.shop-horizontal .col-md-12>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .flex-column.product-item__img,.shop-horizontal .col-md-12>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .form .form-inline .product-item__img.form-group,.shop-horizontal .col-md-12>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .product-item__body .product-item__img.price-item,.shop-horizontal .col-md-12>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .price-item.product-item__img,.shop-horizontal .col-md-12>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .product-group__bottom.price-item,.shop-horizontal .col-md-12>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .product-group__bottom.product-btn,.shop-horizontal .col-md-12>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .product-group__bottom.product-item__img,.shop-horizontal .col-md-12>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .price-item.product-item__img,.shop-horizontal .col-md-12>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .product-group__bottom.price-item,.shop-horizontal .col-md-12>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .product-group__bottom.product-btn,.shop-horizontal .col-md-12>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .product-group__bottom.product-item__img,.shop-horizontal .col-md-12>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .price-item.product-item__img,.shop-horizontal .col-md-12>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .product-group__bottom.price-item,.shop-horizontal .col-md-12>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .product-group__bottom.product-btn,.shop-horizontal .col-md-12>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .product-group__bottom.product-item__img,.shop-horizontal .col-md-12>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .price-item.product-item__img,.shop-horizontal .col-md-12>div>.product-item .elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .element.product-item__img,.shop-horizontal .col-md-12>div>.product-item .filter-mobile .effect-dexter .overlay-awesome-figure figcaption .card.product-item__img,.shop-horizontal .col-md-12>div>.product-item .product-item__body .block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .ds-cn-grid-element.price-item,.shop-horizontal .col-md-12>div>.product-item .product-item__body .block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .ds-cn-grid-element.product-btn,.shop-horizontal .col-md-12>div>.product-item .product-item__body .block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .element.price-item,.shop-horizontal .col-md-12>div>.product-item .product-item__body .block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .element.product-btn,.shop-horizontal .col-md-12>div>.product-item .product-item__body .block-elements-colors.nomargin .effect-dexter .overlay-awesome-figure figcaption .ds-cn-grid-element.price-item,.shop-horizontal .col-md-12>div>.product-item .product-item__body .block-elements-colors.nomargin .effect-dexter .overlay-awesome-figure figcaption .ds-cn-grid-element.product-btn,.shop-horizontal .col-md-12>div>.product-item .product-item__body .block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .ds-cn-grid-element.price-item,.shop-horizontal .col-md-12>div>.product-item .product-item__body .block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .ds-cn-grid-element.product-btn,.shop-horizontal .col-md-12>div>.product-item .product-item__body .col-md-12>.product-item .effect-dexter .overlay-awesome-figure figcaption .product-item__img.price-item,.shop-horizontal .col-md-12>div>.product-item .product-item__body .col-md-6>.product-item .effect-dexter .overlay-awesome-figure figcaption .product-item__img.price-item,.shop-horizontal .col-md-12>div>.product-item .product-item__body .col-md-6>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .product-item__img.price-item,.shop-horizontal .col-md-12>div>.product-item .product-item__body .ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .ds-col.price-item,.shop-horizontal .col-md-12>div>.product-item .product-item__body .ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .ds-col.product-btn,.shop-horizontal .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .ds-cn-grid-element.price-item,.shop-horizontal .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .ds-cn-grid-element.product-btn,.shop-horizontal .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .element.price-item,.shop-horizontal .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .element.product-btn,.shop-horizontal .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .block-elements-colors.nomargin .ds-cn-grid-element.price-item,.shop-horizontal .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .block-elements-colors.nomargin .ds-cn-grid-element.product-btn,.shop-horizontal .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .ds-cn-grid-element.price-item,.shop-horizontal .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .ds-cn-grid-element.product-btn,.shop-horizontal .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .block.price-item,.shop-horizontal .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .block.product-btn,.shop-horizontal .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .col-md-12>.product-item .product-btn.product-item__img,.shop-horizontal .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .col-md-6>.product-item .product-btn.product-item__img,.shop-horizontal .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .col-md-6>div>.product-item .product-btn.product-item__img,.shop-horizontal .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .d-flex.price-item,.shop-horizontal .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .d-flex.product-btn,.shop-horizontal .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .ds-block--filled .ds-col.price-item,.shop-horizontal .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .ds-block--filled .ds-col.product-btn,.shop-horizontal .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .element.price-item,.shop-horizontal .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .element.product-btn,.shop-horizontal .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .filter-mobile.open .card.left.price-item,.shop-horizontal .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .filter-mobile.open .card.left.product-btn,.shop-horizontal .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .filter-mobile.open .card.right.price-item,.shop-horizontal .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .filter-mobile.open .card.right.product-btn,.shop-horizontal .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .form .form-inline .price-item.check-group,.shop-horizontal .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .form .form-inline .product-btn.check-group,.shop-horizontal .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .icon.price-item,.shop-horizontal .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .icon.product-btn,.shop-horizontal .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .media.price-item,.shop-horizontal .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .media.product-btn,.shop-horizontal .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .navbar-design .price-item.nav-link,.shop-horizontal .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .navbar-design .product-btn.nav-link,.shop-horizontal .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .price-item.bg-message-form,.shop-horizontal .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .price-item.ds-cn-grid,.shop-horizontal .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .price-item.form-search,.shop-horizontal .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .price-item.nav-menu-item,.shop-horizontal .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .price-item.navbar-menu-inner,.shop-horizontal .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .price-item.navbar__tools,.shop-horizontal .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-btn.bg-message-form,.shop-horizontal .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-btn.ds-cn-grid,.shop-horizontal .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-btn.form-search,.shop-horizontal .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-btn.nav-menu-item,.shop-horizontal .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-btn.navbar-menu-inner,.shop-horizontal .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-btn.navbar__tools,.shop-horizontal .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-btn.product-item__img,.shop-horizontal .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-gallery-swiper .swiper-thumbs.price-item,.shop-horizontal .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-gallery-swiper .swiper-thumbs.product-btn,.shop-horizontal .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-item__img.price-item,.shop-horizontal .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__img.price-item,.shop-horizontal .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__img.product-btn,.shop-horizontal .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__img.price-item,.shop-horizontal .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__img.product-btn,.shop-horizontal .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__img.price-item,.shop-horizontal .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__img.product-btn,.shop-horizontal .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .product-badge .badge.price-item,.shop-horizontal .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .product-badge .badge.product-btn,.shop-horizontal .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .social-share .social-item.price-item,.shop-horizontal .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .social-share .social-item.product-btn,.shop-horizontal .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .sort-products .form-group>div.price-item,.shop-horizontal .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .sort-products .form-group>div.product-btn,.shop-horizontal .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .subnav .price-item.nav-link,.shop-horizontal .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .subnav .product-btn.nav-link,.shop-horizontal .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .two-widgets .content-entry .entry-text.price-item,.shop-horizontal .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .two-widgets .content-entry .entry-text.product-btn,.shop-horizontal .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-fluid .content-entry.price-item,.shop-horizontal .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-fluid .content-entry.product-btn,.shop-horizontal .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-lg .content-entry.price-item,.shop-horizontal .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-lg .content-entry.product-btn,.shop-horizontal .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-md .content-entry.price-item,.shop-horizontal .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-md .content-entry.product-btn,.shop-horizontal .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-sm .content-entry.price-item,.shop-horizontal .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-sm .content-entry.product-btn,.shop-horizontal .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-xl .content-entry.price-item,.shop-horizontal .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-xl .content-entry.product-btn,.shop-horizontal .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-xxl .content-entry.price-item,.shop-horizontal .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-xxl .content-entry.product-btn,.shop-horizontal .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-text-left .target-image.price-item,.shop-horizontal .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-text-left .target-image.product-btn,.shop-horizontal .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-text-right .target-image.price-item,.shop-horizontal .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-text-right .target-image.product-btn,.shop-horizontal .col-md-12>div>.product-item .product-item__body .elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .element.price-item,.shop-horizontal .col-md-12>div>.product-item .product-item__body .elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .element.product-btn,.shop-horizontal .col-md-12>div>.product-item .product-item__body .filter-mobile.open .effect-dexter .overlay-awesome-figure figcaption .card.left.price-item,.shop-horizontal .col-md-12>div>.product-item .product-item__body .filter-mobile.open .effect-dexter .overlay-awesome-figure figcaption .card.left.product-btn,.shop-horizontal .col-md-12>div>.product-item .product-item__body .filter-mobile.open .effect-dexter .overlay-awesome-figure figcaption .card.right.price-item,.shop-horizontal .col-md-12>div>.product-item .product-item__body .filter-mobile.open .effect-dexter .overlay-awesome-figure figcaption .card.right.product-btn,.shop-horizontal .col-md-12>div>.product-item .product-item__body .product-gallery-swiper .effect-dexter .overlay-awesome-figure figcaption .swiper-thumbs.price-item,.shop-horizontal .col-md-12>div>.product-item .product-item__body .product-gallery-swiper .effect-dexter .overlay-awesome-figure figcaption .swiper-thumbs.product-btn,.shop-horizontal .col-md-12>div>.product-item .product-item__body .shop-design2 .col-md-12>.product-item .effect-dexter .overlay-awesome-figure figcaption .product-item__img.price-item,.shop-horizontal .col-md-12>div>.product-item .product-item__body .shop-design2 .col-md-12>.product-item .effect-dexter .overlay-awesome-figure figcaption .product-item__img.product-btn,.shop-horizontal .col-md-12>div>.product-item .product-item__body .shop-design2 .col-md-6>.product-item .effect-dexter .overlay-awesome-figure figcaption .product-item__img.price-item,.shop-horizontal .col-md-12>div>.product-item .product-item__body .shop-design2 .col-md-6>.product-item .effect-dexter .overlay-awesome-figure figcaption .product-item__img.product-btn,.shop-horizontal .col-md-12>div>.product-item .product-item__body .shop-design2 .col-md-6>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .product-item__img.price-item,.shop-horizontal .col-md-12>div>.product-item .product-item__body .shop-design2 .col-md-6>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .product-item__img.product-btn,.shop-horizontal .col-md-12>div>.product-item .product-item__body .shop-design2 .product-badge .effect-dexter .overlay-awesome-figure figcaption .badge.price-item,.shop-horizontal .col-md-12>div>.product-item .product-item__body .shop-design2 .product-badge .effect-dexter .overlay-awesome-figure figcaption .badge.product-btn,.shop-horizontal .col-md-12>div>.product-item .product-item__body .social-share .effect-dexter .overlay-awesome-figure figcaption .social-item.price-item,.shop-horizontal .col-md-12>div>.product-item .product-item__body .social-share .effect-dexter .overlay-awesome-figure figcaption .social-item.product-btn,.shop-horizontal .col-md-12>div>.product-item .product-item__body .sort-products .effect-dexter .overlay-awesome-figure figcaption .form-group>div.price-item,.shop-horizontal .col-md-12>div>.product-item .product-item__body .sort-products .effect-dexter .overlay-awesome-figure figcaption .form-group>div.product-btn,.shop-horizontal .col-md-12>div>.product-item .product-item__body .two-widgets .content-entry .effect-dexter .overlay-awesome-figure figcaption .entry-text.price-item,.shop-horizontal .col-md-12>div>.product-item .product-item__body .two-widgets .content-entry .effect-dexter .overlay-awesome-figure figcaption .entry-text.product-btn,.shop-horizontal .col-md-12>div>.product-item .product-item__body .v-full-screen .container-fluid .effect-dexter .overlay-awesome-figure figcaption .content-entry.price-item,.shop-horizontal .col-md-12>div>.product-item .product-item__body .v-full-screen .container-fluid .effect-dexter .overlay-awesome-figure figcaption .content-entry.product-btn,.shop-horizontal .col-md-12>div>.product-item .product-item__body .v-full-screen .container-lg .effect-dexter .overlay-awesome-figure figcaption .content-entry.price-item,.shop-horizontal .col-md-12>div>.product-item .product-item__body .v-full-screen .container-lg .effect-dexter .overlay-awesome-figure figcaption .content-entry.product-btn,.shop-horizontal .col-md-12>div>.product-item .product-item__body .v-full-screen .container-md .effect-dexter .overlay-awesome-figure figcaption .content-entry.price-item,.shop-horizontal .col-md-12>div>.product-item .product-item__body .v-full-screen .container-md .effect-dexter .overlay-awesome-figure figcaption .content-entry.product-btn,.shop-horizontal .col-md-12>div>.product-item .product-item__body .v-full-screen .container-sm .effect-dexter .overlay-awesome-figure figcaption .content-entry.price-item,.shop-horizontal .col-md-12>div>.product-item .product-item__body .v-full-screen .container-sm .effect-dexter .overlay-awesome-figure figcaption .content-entry.product-btn,.shop-horizontal .col-md-12>div>.product-item .product-item__body .v-full-screen .container-xl .effect-dexter .overlay-awesome-figure figcaption .content-entry.price-item,.shop-horizontal .col-md-12>div>.product-item .product-item__body .v-full-screen .container-xl .effect-dexter .overlay-awesome-figure figcaption .content-entry.product-btn,.shop-horizontal .col-md-12>div>.product-item .product-item__body .v-full-screen .container-xxl .effect-dexter .overlay-awesome-figure figcaption .content-entry.price-item,.shop-horizontal .col-md-12>div>.product-item .product-item__body .v-full-screen .container-xxl .effect-dexter .overlay-awesome-figure figcaption .content-entry.product-btn,.shop-horizontal .col-md-12>div>.product-item .product-item__body .v-text-left .effect-dexter .overlay-awesome-figure figcaption .target-image.price-item,.shop-horizontal .col-md-12>div>.product-item .product-item__body .v-text-left .effect-dexter .overlay-awesome-figure figcaption .target-image.product-btn,.shop-horizontal .col-md-12>div>.product-item .product-item__body .v-text-right .effect-dexter .overlay-awesome-figure figcaption .target-image.price-item,.shop-horizontal .col-md-12>div>.product-item .product-item__body .v-text-right .effect-dexter .overlay-awesome-figure figcaption .target-image.product-btn,.shop-horizontal .col-md-12>div>.product-item .shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .price-item.product-item__img,.shop-horizontal .col-md-12>div>.product-item .shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.price-item,.shop-horizontal .col-md-12>div>.product-item .shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.product-btn,.shop-horizontal .col-md-12>div>.product-item .shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.product-item__img,.shop-horizontal .col-md-12>div>.product-item .shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .price-item.product-item__img,.shop-horizontal .col-md-12>div>.product-item .shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.price-item,.shop-horizontal .col-md-12>div>.product-item .shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.product-btn,.shop-horizontal .col-md-12>div>.product-item .shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.product-item__img,.shop-horizontal .col-md-12>div>.product-item .shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .price-item.product-item__img,.shop-horizontal .col-md-12>div>.product-item .shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.price-item,.shop-horizontal .col-md-12>div>.product-item .shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.product-btn,.shop-horizontal .col-md-12>div>.product-item .shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.product-item__img,.shop-horizontal .col-md-12>div>.product-item .shop-design2 .effect-dexter .overlay-awesome-figure figcaption .price-item.product-item__img,.shop-horizontal .col-md-6>.product-item .block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .element.product-item__img,.shop-horizontal .col-md-6>.product-item .block-elements-colors .effect-dexter .overlay-awesome-figure figcaption .element.product-item__img,.shop-horizontal .col-md-6>.product-item .block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .element.product-item__img,.shop-horizontal .col-md-6>.product-item .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-btn.product-item__img,.shop-horizontal .col-md-6>.product-item .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-btn.product-item__img,.shop-horizontal .col-md-6>.product-item .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-btn.product-item__img,.shop-horizontal .col-md-6>.product-item .ds-contact-columns.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .ds-col.product-item__img,.shop-horizontal .col-md-6>.product-item .ds-contact-design .effect-dexter .overlay-awesome-figure figcaption .ds-col.product-item__img,.shop-horizontal .col-md-6>.product-item .ds-contact-filled-3.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .ds-col.product-item__img,.shop-horizontal .col-md-6>.product-item .effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .element.product-item__img,.shop-horizontal .col-md-6>.product-item .effect-dexter .overlay-awesome-figure figcaption .block-elements-colors .element.product-item__img,.shop-horizontal .col-md-6>.product-item .effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .element.product-item__img,.shop-horizontal .col-md-6>.product-item .effect-dexter .overlay-awesome-figure figcaption .col-md-12>.product-item .product-item__body .product-item__img.price-item,.shop-horizontal .col-md-6>.product-item .effect-dexter .overlay-awesome-figure figcaption .col-md-12>div>.product-item .product-item__body .product-item__img.price-item,.shop-horizontal .col-md-6>.product-item .effect-dexter .overlay-awesome-figure figcaption .col-md-6>div>.product-item .product-item__body .product-item__img.price-item,.shop-horizontal .col-md-6>.product-item .effect-dexter .overlay-awesome-figure figcaption .ds-contact-columns.ds-block--filled .ds-col.product-item__img,.shop-horizontal .col-md-6>.product-item .effect-dexter .overlay-awesome-figure figcaption .ds-contact-design .ds-col.product-item__img,.shop-horizontal .col-md-6>.product-item .effect-dexter .overlay-awesome-figure figcaption .ds-contact-filled-3.ds-block--filled .ds-col.product-item__img,.shop-horizontal .col-md-6>.product-item .effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .element.product-item__img,.shop-horizontal .col-md-6>.product-item .effect-dexter .overlay-awesome-figure figcaption .filter-mobile .card.product-item__img,.shop-horizontal .col-md-6>.product-item .effect-dexter .overlay-awesome-figure figcaption .flex-column.product-item__img,.shop-horizontal .col-md-6>.product-item .effect-dexter .overlay-awesome-figure figcaption .form .form-inline .product-item__img.form-group,.shop-horizontal .col-md-6>.product-item .effect-dexter .overlay-awesome-figure figcaption .product-item__body .product-item__img.price-item,.shop-horizontal .col-md-6>.product-item .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .price-item.product-item__img,.shop-horizontal .col-md-6>.product-item .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .product-group__bottom.price-item,.shop-horizontal .col-md-6>.product-item .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .product-group__bottom.product-btn,.shop-horizontal .col-md-6>.product-item .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .product-group__bottom.product-item__img,.shop-horizontal .col-md-6>.product-item .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .price-item.product-item__img,.shop-horizontal .col-md-6>.product-item .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .product-group__bottom.price-item,.shop-horizontal .col-md-6>.product-item .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .product-group__bottom.product-btn,.shop-horizontal .col-md-6>.product-item .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .product-group__bottom.product-item__img,.shop-horizontal .col-md-6>.product-item .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .price-item.product-item__img,.shop-horizontal .col-md-6>.product-item .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .product-group__bottom.price-item,.shop-horizontal .col-md-6>.product-item .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .product-group__bottom.product-btn,.shop-horizontal .col-md-6>.product-item .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .product-group__bottom.product-item__img,.shop-horizontal .col-md-6>.product-item .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .price-item.product-item__img,.shop-horizontal .col-md-6>.product-item .elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .element.product-item__img,.shop-horizontal .col-md-6>.product-item .filter-mobile .effect-dexter .overlay-awesome-figure figcaption .card.product-item__img,.shop-horizontal .col-md-6>.product-item .product-item__body .block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .ds-cn-grid-element.price-item,.shop-horizontal .col-md-6>.product-item .product-item__body .block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .ds-cn-grid-element.product-btn,.shop-horizontal .col-md-6>.product-item .product-item__body .block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .element.price-item,.shop-horizontal .col-md-6>.product-item .product-item__body .block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .element.product-btn,.shop-horizontal .col-md-6>.product-item .product-item__body .block-elements-colors.nomargin .effect-dexter .overlay-awesome-figure figcaption .ds-cn-grid-element.price-item,.shop-horizontal .col-md-6>.product-item .product-item__body .block-elements-colors.nomargin .effect-dexter .overlay-awesome-figure figcaption .ds-cn-grid-element.product-btn,.shop-horizontal .col-md-6>.product-item .product-item__body .block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .ds-cn-grid-element.price-item,.shop-horizontal .col-md-6>.product-item .product-item__body .block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .ds-cn-grid-element.product-btn,.shop-horizontal .col-md-6>.product-item .product-item__body .col-md-12>.product-item .effect-dexter .overlay-awesome-figure figcaption .product-item__img.price-item,.shop-horizontal .col-md-6>.product-item .product-item__body .col-md-12>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .product-item__img.price-item,.shop-horizontal .col-md-6>.product-item .product-item__body .col-md-6>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .product-item__img.price-item,.shop-horizontal .col-md-6>.product-item .product-item__body .ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .ds-col.price-item,.shop-horizontal .col-md-6>.product-item .product-item__body .ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .ds-col.product-btn,.shop-horizontal .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .ds-cn-grid-element.price-item,.shop-horizontal .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .ds-cn-grid-element.product-btn,.shop-horizontal .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .element.price-item,.shop-horizontal .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .element.product-btn,.shop-horizontal .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .block-elements-colors.nomargin .ds-cn-grid-element.price-item,.shop-horizontal .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .block-elements-colors.nomargin .ds-cn-grid-element.product-btn,.shop-horizontal .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .ds-cn-grid-element.price-item,.shop-horizontal .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .ds-cn-grid-element.product-btn,.shop-horizontal .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .block.price-item,.shop-horizontal .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .block.product-btn,.shop-horizontal .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .col-md-12>.product-item .product-btn.product-item__img,.shop-horizontal .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .col-md-12>div>.product-item .product-btn.product-item__img,.shop-horizontal .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .col-md-6>div>.product-item .product-btn.product-item__img,.shop-horizontal .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .d-flex.price-item,.shop-horizontal .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .d-flex.product-btn,.shop-horizontal .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .ds-block--filled .ds-col.price-item,.shop-horizontal .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .ds-block--filled .ds-col.product-btn,.shop-horizontal .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .element.price-item,.shop-horizontal .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .element.product-btn,.shop-horizontal .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .filter-mobile.open .card.left.price-item,.shop-horizontal .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .filter-mobile.open .card.left.product-btn,.shop-horizontal .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .filter-mobile.open .card.right.price-item,.shop-horizontal .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .filter-mobile.open .card.right.product-btn,.shop-horizontal .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .form .form-inline .price-item.check-group,.shop-horizontal .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .form .form-inline .product-btn.check-group,.shop-horizontal .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .icon.price-item,.shop-horizontal .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .icon.product-btn,.shop-horizontal .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .media.price-item,.shop-horizontal .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .media.product-btn,.shop-horizontal .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .navbar-design .price-item.nav-link,.shop-horizontal .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .navbar-design .product-btn.nav-link,.shop-horizontal .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .price-item.bg-message-form,.shop-horizontal .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .price-item.ds-cn-grid,.shop-horizontal .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .price-item.form-search,.shop-horizontal .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .price-item.nav-menu-item,.shop-horizontal .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .price-item.navbar-menu-inner,.shop-horizontal .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .price-item.navbar__tools,.shop-horizontal .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-btn.bg-message-form,.shop-horizontal .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-btn.ds-cn-grid,.shop-horizontal .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-btn.form-search,.shop-horizontal .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-btn.nav-menu-item,.shop-horizontal .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-btn.navbar-menu-inner,.shop-horizontal .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-btn.navbar__tools,.shop-horizontal .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-btn.product-item__img,.shop-horizontal .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-gallery-swiper .swiper-thumbs.price-item,.shop-horizontal .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-gallery-swiper .swiper-thumbs.product-btn,.shop-horizontal .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-item__img.price-item,.shop-horizontal .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__img.price-item,.shop-horizontal .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__img.product-btn,.shop-horizontal .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__img.price-item,.shop-horizontal .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__img.product-btn,.shop-horizontal .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__img.price-item,.shop-horizontal .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__img.product-btn,.shop-horizontal .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .product-badge .badge.price-item,.shop-horizontal .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .product-badge .badge.product-btn,.shop-horizontal .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .social-share .social-item.price-item,.shop-horizontal .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .social-share .social-item.product-btn,.shop-horizontal .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .sort-products .form-group>div.price-item,.shop-horizontal .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .sort-products .form-group>div.product-btn,.shop-horizontal .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .subnav .price-item.nav-link,.shop-horizontal .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .subnav .product-btn.nav-link,.shop-horizontal .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .two-widgets .content-entry .entry-text.price-item,.shop-horizontal .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .two-widgets .content-entry .entry-text.product-btn,.shop-horizontal .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-fluid .content-entry.price-item,.shop-horizontal .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-fluid .content-entry.product-btn,.shop-horizontal .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-lg .content-entry.price-item,.shop-horizontal .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-lg .content-entry.product-btn,.shop-horizontal .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-md .content-entry.price-item,.shop-horizontal .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-md .content-entry.product-btn,.shop-horizontal .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-sm .content-entry.price-item,.shop-horizontal .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-sm .content-entry.product-btn,.shop-horizontal .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-xl .content-entry.price-item,.shop-horizontal .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-xl .content-entry.product-btn,.shop-horizontal .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-xxl .content-entry.price-item,.shop-horizontal .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-xxl .content-entry.product-btn,.shop-horizontal .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-text-left .target-image.price-item,.shop-horizontal .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-text-left .target-image.product-btn,.shop-horizontal .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-text-right .target-image.price-item,.shop-horizontal .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-text-right .target-image.product-btn,.shop-horizontal .col-md-6>.product-item .product-item__body .elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .element.price-item,.shop-horizontal .col-md-6>.product-item .product-item__body .elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .element.product-btn,.shop-horizontal .col-md-6>.product-item .product-item__body .filter-mobile.open .effect-dexter .overlay-awesome-figure figcaption .card.left.price-item,.shop-horizontal .col-md-6>.product-item .product-item__body .filter-mobile.open .effect-dexter .overlay-awesome-figure figcaption .card.left.product-btn,.shop-horizontal .col-md-6>.product-item .product-item__body .filter-mobile.open .effect-dexter .overlay-awesome-figure figcaption .card.right.price-item,.shop-horizontal .col-md-6>.product-item .product-item__body .filter-mobile.open .effect-dexter .overlay-awesome-figure figcaption .card.right.product-btn,.shop-horizontal .col-md-6>.product-item .product-item__body .product-gallery-swiper .effect-dexter .overlay-awesome-figure figcaption .swiper-thumbs.price-item,.shop-horizontal .col-md-6>.product-item .product-item__body .product-gallery-swiper .effect-dexter .overlay-awesome-figure figcaption .swiper-thumbs.product-btn,.shop-horizontal .col-md-6>.product-item .product-item__body .shop-design2 .col-md-12>.product-item .effect-dexter .overlay-awesome-figure figcaption .product-item__img.price-item,.shop-horizontal .col-md-6>.product-item .product-item__body .shop-design2 .col-md-12>.product-item .effect-dexter .overlay-awesome-figure figcaption .product-item__img.product-btn,.shop-horizontal .col-md-6>.product-item .product-item__body .shop-design2 .col-md-12>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .product-item__img.price-item,.shop-horizontal .col-md-6>.product-item .product-item__body .shop-design2 .col-md-12>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .product-item__img.product-btn,.shop-horizontal .col-md-6>.product-item .product-item__body .shop-design2 .col-md-6>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .product-item__img.price-item,.shop-horizontal .col-md-6>.product-item .product-item__body .shop-design2 .col-md-6>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .product-item__img.product-btn,.shop-horizontal .col-md-6>.product-item .product-item__body .shop-design2 .product-badge .effect-dexter .overlay-awesome-figure figcaption .badge.price-item,.shop-horizontal .col-md-6>.product-item .product-item__body .shop-design2 .product-badge .effect-dexter .overlay-awesome-figure figcaption .badge.product-btn,.shop-horizontal .col-md-6>.product-item .product-item__body .social-share .effect-dexter .overlay-awesome-figure figcaption .social-item.price-item,.shop-horizontal .col-md-6>.product-item .product-item__body .social-share .effect-dexter .overlay-awesome-figure figcaption .social-item.product-btn,.shop-horizontal .col-md-6>.product-item .product-item__body .sort-products .effect-dexter .overlay-awesome-figure figcaption .form-group>div.price-item,.shop-horizontal .col-md-6>.product-item .product-item__body .sort-products .effect-dexter .overlay-awesome-figure figcaption .form-group>div.product-btn,.shop-horizontal .col-md-6>.product-item .product-item__body .two-widgets .content-entry .effect-dexter .overlay-awesome-figure figcaption .entry-text.price-item,.shop-horizontal .col-md-6>.product-item .product-item__body .two-widgets .content-entry .effect-dexter .overlay-awesome-figure figcaption .entry-text.product-btn,.shop-horizontal .col-md-6>.product-item .product-item__body .v-full-screen .container-fluid .effect-dexter .overlay-awesome-figure figcaption .content-entry.price-item,.shop-horizontal .col-md-6>.product-item .product-item__body .v-full-screen .container-fluid .effect-dexter .overlay-awesome-figure figcaption .content-entry.product-btn,.shop-horizontal .col-md-6>.product-item .product-item__body .v-full-screen .container-lg .effect-dexter .overlay-awesome-figure figcaption .content-entry.price-item,.shop-horizontal .col-md-6>.product-item .product-item__body .v-full-screen .container-lg .effect-dexter .overlay-awesome-figure figcaption .content-entry.product-btn,.shop-horizontal .col-md-6>.product-item .product-item__body .v-full-screen .container-md .effect-dexter .overlay-awesome-figure figcaption .content-entry.price-item,.shop-horizontal .col-md-6>.product-item .product-item__body .v-full-screen .container-md .effect-dexter .overlay-awesome-figure figcaption .content-entry.product-btn,.shop-horizontal .col-md-6>.product-item .product-item__body .v-full-screen .container-sm .effect-dexter .overlay-awesome-figure figcaption .content-entry.price-item,.shop-horizontal .col-md-6>.product-item .product-item__body .v-full-screen .container-sm .effect-dexter .overlay-awesome-figure figcaption .content-entry.product-btn,.shop-horizontal .col-md-6>.product-item .product-item__body .v-full-screen .container-xl .effect-dexter .overlay-awesome-figure figcaption .content-entry.price-item,.shop-horizontal .col-md-6>.product-item .product-item__body .v-full-screen .container-xl .effect-dexter .overlay-awesome-figure figcaption .content-entry.product-btn,.shop-horizontal .col-md-6>.product-item .product-item__body .v-full-screen .container-xxl .effect-dexter .overlay-awesome-figure figcaption .content-entry.price-item,.shop-horizontal .col-md-6>.product-item .product-item__body .v-full-screen .container-xxl .effect-dexter .overlay-awesome-figure figcaption .content-entry.product-btn,.shop-horizontal .col-md-6>.product-item .product-item__body .v-text-left .effect-dexter .overlay-awesome-figure figcaption .target-image.price-item,.shop-horizontal .col-md-6>.product-item .product-item__body .v-text-left .effect-dexter .overlay-awesome-figure figcaption .target-image.product-btn,.shop-horizontal .col-md-6>.product-item .product-item__body .v-text-right .effect-dexter .overlay-awesome-figure figcaption .target-image.price-item,.shop-horizontal .col-md-6>.product-item .product-item__body .v-text-right .effect-dexter .overlay-awesome-figure figcaption .target-image.product-btn,.shop-horizontal .col-md-6>.product-item .shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .price-item.product-item__img,.shop-horizontal .col-md-6>.product-item .shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.price-item,.shop-horizontal .col-md-6>.product-item .shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.product-btn,.shop-horizontal .col-md-6>.product-item .shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.product-item__img,.shop-horizontal .col-md-6>.product-item .shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .price-item.product-item__img,.shop-horizontal .col-md-6>.product-item .shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.price-item,.shop-horizontal .col-md-6>.product-item .shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.product-btn,.shop-horizontal .col-md-6>.product-item .shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.product-item__img,.shop-horizontal .col-md-6>.product-item .shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .price-item.product-item__img,.shop-horizontal .col-md-6>.product-item .shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.price-item,.shop-horizontal .col-md-6>.product-item .shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.product-btn,.shop-horizontal .col-md-6>.product-item .shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.product-item__img,.shop-horizontal .col-md-6>.product-item .shop-design2 .effect-dexter .overlay-awesome-figure figcaption .price-item.product-item__img,.shop-horizontal .col-md-6>div>.product-item .block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .element.product-item__img,.shop-horizontal .col-md-6>div>.product-item .block-elements-colors .effect-dexter .overlay-awesome-figure figcaption .element.product-item__img,.shop-horizontal .col-md-6>div>.product-item .block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .element.product-item__img,.shop-horizontal .col-md-6>div>.product-item .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-btn.product-item__img,.shop-horizontal .col-md-6>div>.product-item .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-btn.product-item__img,.shop-horizontal .col-md-6>div>.product-item .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-btn.product-item__img,.shop-horizontal .col-md-6>div>.product-item .ds-contact-columns.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .ds-col.product-item__img,.shop-horizontal .col-md-6>div>.product-item .ds-contact-design .effect-dexter .overlay-awesome-figure figcaption .ds-col.product-item__img,.shop-horizontal .col-md-6>div>.product-item .ds-contact-filled-3.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .ds-col.product-item__img,.shop-horizontal .col-md-6>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .element.product-item__img,.shop-horizontal .col-md-6>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .block-elements-colors .element.product-item__img,.shop-horizontal .col-md-6>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .element.product-item__img,.shop-horizontal .col-md-6>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .col-md-12>.product-item .product-item__body .product-item__img.price-item,.shop-horizontal .col-md-6>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .col-md-12>div>.product-item .product-item__body .product-item__img.price-item,.shop-horizontal .col-md-6>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .col-md-6>.product-item .product-item__body .product-item__img.price-item,.shop-horizontal .col-md-6>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .ds-contact-columns.ds-block--filled .ds-col.product-item__img,.shop-horizontal .col-md-6>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .ds-contact-design .ds-col.product-item__img,.shop-horizontal .col-md-6>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .ds-contact-filled-3.ds-block--filled .ds-col.product-item__img,.shop-horizontal .col-md-6>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .element.product-item__img,.shop-horizontal .col-md-6>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .filter-mobile .card.product-item__img,.shop-horizontal .col-md-6>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .flex-column.product-item__img,.shop-horizontal .col-md-6>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .form .form-inline .product-item__img.form-group,.shop-horizontal .col-md-6>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .product-item__body .product-item__img.price-item,.shop-horizontal .col-md-6>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .price-item.product-item__img,.shop-horizontal .col-md-6>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .product-group__bottom.price-item,.shop-horizontal .col-md-6>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .product-group__bottom.product-btn,.shop-horizontal .col-md-6>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .product-group__bottom.product-item__img,.shop-horizontal .col-md-6>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .price-item.product-item__img,.shop-horizontal .col-md-6>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .product-group__bottom.price-item,.shop-horizontal .col-md-6>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .product-group__bottom.product-btn,.shop-horizontal .col-md-6>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .product-group__bottom.product-item__img,.shop-horizontal .col-md-6>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .price-item.product-item__img,.shop-horizontal .col-md-6>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .product-group__bottom.price-item,.shop-horizontal .col-md-6>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .product-group__bottom.product-btn,.shop-horizontal .col-md-6>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .product-group__bottom.product-item__img,.shop-horizontal .col-md-6>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .price-item.product-item__img,.shop-horizontal .col-md-6>div>.product-item .elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .element.product-item__img,.shop-horizontal .col-md-6>div>.product-item .filter-mobile .effect-dexter .overlay-awesome-figure figcaption .card.product-item__img,.shop-horizontal .col-md-6>div>.product-item .product-item__body .block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .ds-cn-grid-element.price-item,.shop-horizontal .col-md-6>div>.product-item .product-item__body .block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .ds-cn-grid-element.product-btn,.shop-horizontal .col-md-6>div>.product-item .product-item__body .block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .element.price-item,.shop-horizontal .col-md-6>div>.product-item .product-item__body .block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .element.product-btn,.shop-horizontal .col-md-6>div>.product-item .product-item__body .block-elements-colors.nomargin .effect-dexter .overlay-awesome-figure figcaption .ds-cn-grid-element.price-item,.shop-horizontal .col-md-6>div>.product-item .product-item__body .block-elements-colors.nomargin .effect-dexter .overlay-awesome-figure figcaption .ds-cn-grid-element.product-btn,.shop-horizontal .col-md-6>div>.product-item .product-item__body .block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .ds-cn-grid-element.price-item,.shop-horizontal .col-md-6>div>.product-item .product-item__body .block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .ds-cn-grid-element.product-btn,.shop-horizontal .col-md-6>div>.product-item .product-item__body .col-md-12>.product-item .effect-dexter .overlay-awesome-figure figcaption .product-item__img.price-item,.shop-horizontal .col-md-6>div>.product-item .product-item__body .col-md-12>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .product-item__img.price-item,.shop-horizontal .col-md-6>div>.product-item .product-item__body .col-md-6>.product-item .effect-dexter .overlay-awesome-figure figcaption .product-item__img.price-item,.shop-horizontal .col-md-6>div>.product-item .product-item__body .ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .ds-col.price-item,.shop-horizontal .col-md-6>div>.product-item .product-item__body .ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .ds-col.product-btn,.shop-horizontal .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .ds-cn-grid-element.price-item,.shop-horizontal .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .ds-cn-grid-element.product-btn,.shop-horizontal .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .element.price-item,.shop-horizontal .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .element.product-btn,.shop-horizontal .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .block-elements-colors.nomargin .ds-cn-grid-element.price-item,.shop-horizontal .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .block-elements-colors.nomargin .ds-cn-grid-element.product-btn,.shop-horizontal .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .ds-cn-grid-element.price-item,.shop-horizontal .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .ds-cn-grid-element.product-btn,.shop-horizontal .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .block.price-item,.shop-horizontal .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .block.product-btn,.shop-horizontal .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .col-md-12>.product-item .product-btn.product-item__img,.shop-horizontal .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .col-md-12>div>.product-item .product-btn.product-item__img,.shop-horizontal .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .col-md-6>.product-item .product-btn.product-item__img,.shop-horizontal .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .d-flex.price-item,.shop-horizontal .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .d-flex.product-btn,.shop-horizontal .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .ds-block--filled .ds-col.price-item,.shop-horizontal .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .ds-block--filled .ds-col.product-btn,.shop-horizontal .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .element.price-item,.shop-horizontal .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .element.product-btn,.shop-horizontal .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .filter-mobile.open .card.left.price-item,.shop-horizontal .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .filter-mobile.open .card.left.product-btn,.shop-horizontal .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .filter-mobile.open .card.right.price-item,.shop-horizontal .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .filter-mobile.open .card.right.product-btn,.shop-horizontal .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .form .form-inline .price-item.check-group,.shop-horizontal .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .form .form-inline .product-btn.check-group,.shop-horizontal .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .icon.price-item,.shop-horizontal .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .icon.product-btn,.shop-horizontal .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .media.price-item,.shop-horizontal .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .media.product-btn,.shop-horizontal .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .navbar-design .price-item.nav-link,.shop-horizontal .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .navbar-design .product-btn.nav-link,.shop-horizontal .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .price-item.bg-message-form,.shop-horizontal .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .price-item.ds-cn-grid,.shop-horizontal .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .price-item.form-search,.shop-horizontal .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .price-item.nav-menu-item,.shop-horizontal .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .price-item.navbar-menu-inner,.shop-horizontal .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .price-item.navbar__tools,.shop-horizontal .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-btn.bg-message-form,.shop-horizontal .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-btn.ds-cn-grid,.shop-horizontal .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-btn.form-search,.shop-horizontal .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-btn.nav-menu-item,.shop-horizontal .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-btn.navbar-menu-inner,.shop-horizontal .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-btn.navbar__tools,.shop-horizontal .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-btn.product-item__img,.shop-horizontal .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-gallery-swiper .swiper-thumbs.price-item,.shop-horizontal .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-gallery-swiper .swiper-thumbs.product-btn,.shop-horizontal .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-item__img.price-item,.shop-horizontal .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__img.price-item,.shop-horizontal .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__img.product-btn,.shop-horizontal .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__img.price-item,.shop-horizontal .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__img.product-btn,.shop-horizontal .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__img.price-item,.shop-horizontal .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__img.product-btn,.shop-horizontal .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .product-badge .badge.price-item,.shop-horizontal .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .product-badge .badge.product-btn,.shop-horizontal .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .social-share .social-item.price-item,.shop-horizontal .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .social-share .social-item.product-btn,.shop-horizontal .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .sort-products .form-group>div.price-item,.shop-horizontal .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .sort-products .form-group>div.product-btn,.shop-horizontal .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .subnav .price-item.nav-link,.shop-horizontal .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .subnav .product-btn.nav-link,.shop-horizontal .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .two-widgets .content-entry .entry-text.price-item,.shop-horizontal .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .two-widgets .content-entry .entry-text.product-btn,.shop-horizontal .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-fluid .content-entry.price-item,.shop-horizontal .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-fluid .content-entry.product-btn,.shop-horizontal .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-lg .content-entry.price-item,.shop-horizontal .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-lg .content-entry.product-btn,.shop-horizontal .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-md .content-entry.price-item,.shop-horizontal .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-md .content-entry.product-btn,.shop-horizontal .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-sm .content-entry.price-item,.shop-horizontal .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-sm .content-entry.product-btn,.shop-horizontal .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-xl .content-entry.price-item,.shop-horizontal .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-xl .content-entry.product-btn,.shop-horizontal .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-xxl .content-entry.price-item,.shop-horizontal .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-full-screen .container-xxl .content-entry.product-btn,.shop-horizontal .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-text-left .target-image.price-item,.shop-horizontal .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-text-left .target-image.product-btn,.shop-horizontal .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-text-right .target-image.price-item,.shop-horizontal .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .v-text-right .target-image.product-btn,.shop-horizontal .col-md-6>div>.product-item .product-item__body .elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .element.price-item,.shop-horizontal .col-md-6>div>.product-item .product-item__body .elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .element.product-btn,.shop-horizontal .col-md-6>div>.product-item .product-item__body .filter-mobile.open .effect-dexter .overlay-awesome-figure figcaption .card.left.price-item,.shop-horizontal .col-md-6>div>.product-item .product-item__body .filter-mobile.open .effect-dexter .overlay-awesome-figure figcaption .card.left.product-btn,.shop-horizontal .col-md-6>div>.product-item .product-item__body .filter-mobile.open .effect-dexter .overlay-awesome-figure figcaption .card.right.price-item,.shop-horizontal .col-md-6>div>.product-item .product-item__body .filter-mobile.open .effect-dexter .overlay-awesome-figure figcaption .card.right.product-btn,.shop-horizontal .col-md-6>div>.product-item .product-item__body .product-gallery-swiper .effect-dexter .overlay-awesome-figure figcaption .swiper-thumbs.price-item,.shop-horizontal .col-md-6>div>.product-item .product-item__body .product-gallery-swiper .effect-dexter .overlay-awesome-figure figcaption .swiper-thumbs.product-btn,.shop-horizontal .col-md-6>div>.product-item .product-item__body .shop-design2 .col-md-12>.product-item .effect-dexter .overlay-awesome-figure figcaption .product-item__img.price-item,.shop-horizontal .col-md-6>div>.product-item .product-item__body .shop-design2 .col-md-12>.product-item .effect-dexter .overlay-awesome-figure figcaption .product-item__img.product-btn,.shop-horizontal .col-md-6>div>.product-item .product-item__body .shop-design2 .col-md-12>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .product-item__img.price-item,.shop-horizontal .col-md-6>div>.product-item .product-item__body .shop-design2 .col-md-12>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .product-item__img.product-btn,.shop-horizontal .col-md-6>div>.product-item .product-item__body .shop-design2 .col-md-6>.product-item .effect-dexter .overlay-awesome-figure figcaption .product-item__img.price-item,.shop-horizontal .col-md-6>div>.product-item .product-item__body .shop-design2 .col-md-6>.product-item .effect-dexter .overlay-awesome-figure figcaption .product-item__img.product-btn,.shop-horizontal .col-md-6>div>.product-item .product-item__body .shop-design2 .product-badge .effect-dexter .overlay-awesome-figure figcaption .badge.price-item,.shop-horizontal .col-md-6>div>.product-item .product-item__body .shop-design2 .product-badge .effect-dexter .overlay-awesome-figure figcaption .badge.product-btn,.shop-horizontal .col-md-6>div>.product-item .product-item__body .social-share .effect-dexter .overlay-awesome-figure figcaption .social-item.price-item,.shop-horizontal .col-md-6>div>.product-item .product-item__body .social-share .effect-dexter .overlay-awesome-figure figcaption .social-item.product-btn,.shop-horizontal .col-md-6>div>.product-item .product-item__body .sort-products .effect-dexter .overlay-awesome-figure figcaption .form-group>div.price-item,.shop-horizontal .col-md-6>div>.product-item .product-item__body .sort-products .effect-dexter .overlay-awesome-figure figcaption .form-group>div.product-btn,.shop-horizontal .col-md-6>div>.product-item .product-item__body .two-widgets .content-entry .effect-dexter .overlay-awesome-figure figcaption .entry-text.price-item,.shop-horizontal .col-md-6>div>.product-item .product-item__body .two-widgets .content-entry .effect-dexter .overlay-awesome-figure figcaption .entry-text.product-btn,.shop-horizontal .col-md-6>div>.product-item .product-item__body .v-full-screen .container-fluid .effect-dexter .overlay-awesome-figure figcaption .content-entry.price-item,.shop-horizontal .col-md-6>div>.product-item .product-item__body .v-full-screen .container-fluid .effect-dexter .overlay-awesome-figure figcaption .content-entry.product-btn,.shop-horizontal .col-md-6>div>.product-item .product-item__body .v-full-screen .container-lg .effect-dexter .overlay-awesome-figure figcaption .content-entry.price-item,.shop-horizontal .col-md-6>div>.product-item .product-item__body .v-full-screen .container-lg .effect-dexter .overlay-awesome-figure figcaption .content-entry.product-btn,.shop-horizontal .col-md-6>div>.product-item .product-item__body .v-full-screen .container-md .effect-dexter .overlay-awesome-figure figcaption .content-entry.price-item,.shop-horizontal .col-md-6>div>.product-item .product-item__body .v-full-screen .container-md .effect-dexter .overlay-awesome-figure figcaption .content-entry.product-btn,.shop-horizontal .col-md-6>div>.product-item .product-item__body .v-full-screen .container-sm .effect-dexter .overlay-awesome-figure figcaption .content-entry.price-item,.shop-horizontal .col-md-6>div>.product-item .product-item__body .v-full-screen .container-sm .effect-dexter .overlay-awesome-figure figcaption .content-entry.product-btn,.shop-horizontal .col-md-6>div>.product-item .product-item__body .v-full-screen .container-xl .effect-dexter .overlay-awesome-figure figcaption .content-entry.price-item,.shop-horizontal .col-md-6>div>.product-item .product-item__body .v-full-screen .container-xl .effect-dexter .overlay-awesome-figure figcaption .content-entry.product-btn,.shop-horizontal .col-md-6>div>.product-item .product-item__body .v-full-screen .container-xxl .effect-dexter .overlay-awesome-figure figcaption .content-entry.price-item,.shop-horizontal .col-md-6>div>.product-item .product-item__body .v-full-screen .container-xxl .effect-dexter .overlay-awesome-figure figcaption .content-entry.product-btn,.shop-horizontal .col-md-6>div>.product-item .product-item__body .v-text-left .effect-dexter .overlay-awesome-figure figcaption .target-image.price-item,.shop-horizontal .col-md-6>div>.product-item .product-item__body .v-text-left .effect-dexter .overlay-awesome-figure figcaption .target-image.product-btn,.shop-horizontal .col-md-6>div>.product-item .product-item__body .v-text-right .effect-dexter .overlay-awesome-figure figcaption .target-image.price-item,.shop-horizontal .col-md-6>div>.product-item .product-item__body .v-text-right .effect-dexter .overlay-awesome-figure figcaption .target-image.product-btn,.shop-horizontal .col-md-6>div>.product-item .shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .price-item.product-item__img,.shop-horizontal .col-md-6>div>.product-item .shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.price-item,.shop-horizontal .col-md-6>div>.product-item .shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.product-btn,.shop-horizontal .col-md-6>div>.product-item .shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.product-item__img,.shop-horizontal .col-md-6>div>.product-item .shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .price-item.product-item__img,.shop-horizontal .col-md-6>div>.product-item .shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.price-item,.shop-horizontal .col-md-6>div>.product-item .shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.product-btn,.shop-horizontal .col-md-6>div>.product-item .shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.product-item__img,.shop-horizontal .col-md-6>div>.product-item .shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .price-item.product-item__img,.shop-horizontal .col-md-6>div>.product-item .shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.price-item,.shop-horizontal .col-md-6>div>.product-item .shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.product-btn,.shop-horizontal .col-md-6>div>.product-item .shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.product-item__img,.shop-horizontal .col-md-6>div>.product-item .shop-design2 .effect-dexter .overlay-awesome-figure figcaption .price-item.product-item__img,.shop-horizontal .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .price-item.product-item__img,.shop-horizontal .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .product-group__bottom.price-item,.shop-horizontal .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .product-group__bottom.product-btn,.shop-horizontal .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .product-group__bottom.product-item__img,.shop-horizontal .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .product-item__img.price-item,.shop-horizontal .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .product-item__img.product-btn,.shop-horizontal .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .price-item.product-item__img,.shop-horizontal .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .product-group__bottom.price-item,.shop-horizontal .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .product-group__bottom.product-btn,.shop-horizontal .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .product-group__bottom.product-item__img,.shop-horizontal .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .product-item__img.price-item,.shop-horizontal .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .product-item__img.product-btn,.shop-horizontal .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .price-item.product-item__img,.shop-horizontal .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .product-group__bottom.price-item,.shop-horizontal .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .product-group__bottom.product-btn,.shop-horizontal .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .product-group__bottom.product-item__img,.shop-horizontal .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .product-item__img.price-item,.shop-horizontal .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .product-item__img.product-btn,.shop-horizontal .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .price-item.product-item__img,.shop-horizontal .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .product-group__bottom.price-item,.shop-horizontal .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .product-group__bottom.product-btn,.shop-horizontal .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .product-group__bottom.product-item__img,.shop-horizontal .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .product-item__img.price-item,.shop-horizontal .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .product-item__img.product-btn,.shop-horizontal .shop-design2 .col-md-12>.product-item .effect-dexter .overlay-awesome-figure figcaption .product-item__body .product-item__img.price-item,.shop-horizontal .shop-design2 .col-md-12>.product-item .effect-dexter .overlay-awesome-figure figcaption .product-item__body .product-item__img.product-btn,.shop-horizontal .shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .price-item.product-item__img,.shop-horizontal .shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.price-item,.shop-horizontal .shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.product-btn,.shop-horizontal .shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.product-item__img,.shop-horizontal .shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-item__img.price-item,.shop-horizontal .shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-item__img.product-btn,.shop-horizontal .shop-design2 .col-md-12>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .product-item__body .product-item__img.price-item,.shop-horizontal .shop-design2 .col-md-12>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .product-item__body .product-item__img.product-btn,.shop-horizontal .shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .price-item.product-item__img,.shop-horizontal .shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.price-item,.shop-horizontal .shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.product-btn,.shop-horizontal .shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.product-item__img,.shop-horizontal .shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-item__img.price-item,.shop-horizontal .shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-item__img.product-btn,.shop-horizontal .shop-design2 .col-md-6>.product-item .effect-dexter .overlay-awesome-figure figcaption .product-item__body .product-item__img.price-item,.shop-horizontal .shop-design2 .col-md-6>.product-item .effect-dexter .overlay-awesome-figure figcaption .product-item__body .product-item__img.product-btn,.shop-horizontal .shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .price-item.product-item__img,.shop-horizontal .shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.price-item,.shop-horizontal .shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.product-btn,.shop-horizontal .shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.product-item__img,.shop-horizontal .shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-item__img.price-item,.shop-horizontal .shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-item__img.product-btn,.shop-horizontal .shop-design2 .col-md-6>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .product-item__body .product-item__img.price-item,.shop-horizontal .shop-design2 .col-md-6>div>.product-item .effect-dexter .overlay-awesome-figure figcaption .product-item__body .product-item__img.product-btn,.shop-horizontal .shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .price-item.product-item__img,.shop-horizontal .shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.price-item,.shop-horizontal .shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.product-btn,.shop-horizontal .shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.product-item__img,.shop-horizontal .shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-item__img.price-item,.shop-horizontal .shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-item__img.product-btn,.social-share .block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .social-item.element,.social-share .block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .social-item.element,.social-share .effect-dexter .overlay-awesome-figure figcaption .block-elements-colors .social-item.element,.social-share .effect-dexter .overlay-awesome-figure figcaption .ds-contact-columns.ds-block--filled .social-item.ds-col,.social-share .effect-dexter .overlay-awesome-figure figcaption .ds-contact-design .social-item.ds-col,.social-share .effect-dexter .overlay-awesome-figure figcaption .ds-contact-filled-3.ds-block--filled .social-item.ds-col,.social-share .effect-dexter .overlay-awesome-figure figcaption .filter-mobile .social-item.card,.social-share .effect-dexter .overlay-awesome-figure figcaption .flex-column.social-item,.social-share .effect-dexter .overlay-awesome-figure figcaption .form .form-inline .social-item.form-group,.social-share .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .social-item.price-item,.social-share .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .social-item.product-group__bottom,.social-share .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .social-item.price-item,.social-share .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .social-item.product-group__bottom,.social-share .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .social-item.price-item,.social-share .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .social-item.product-group__bottom,.social-share .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .social-item.price-item,.social-share .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .social-item.product-group__bottom,.social-share .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .social-item.price-item,.social-share .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .product-item__body .social-item.price-item,.social-share .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .product-item__body .social-item.product-btn,.social-share .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .product-item__body .social-item.price-item,.social-share .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .product-item__body .social-item.product-btn,.social-share .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .product-item__body .social-item.price-item,.social-share .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .product-item__body .social-item.product-btn,.social-share .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .product-item__body .social-item.price-item,.social-share .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .product-item__body .social-item.product-btn,.social-share .elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .social-item.element,.sort-products .block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .form-group>div.element,.sort-products .block-elements-colors .effect-dexter .overlay-awesome-figure figcaption .form-group>div.element,.sort-products .block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .form-group>div.element,.sort-products .ds-contact-columns.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .form-group>div.ds-col,.sort-products .ds-contact-design .effect-dexter .overlay-awesome-figure figcaption .form-group>div.ds-col,.sort-products .ds-contact-filled-3.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .form-group>div.ds-col,.sort-products .effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .form-group>div.element,.sort-products .effect-dexter .overlay-awesome-figure figcaption .block-elements-colors .form-group>div.element,.sort-products .effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .form-group>div.element,.sort-products .effect-dexter .overlay-awesome-figure figcaption .ds-contact-columns.ds-block--filled .form-group>div.ds-col,.sort-products .effect-dexter .overlay-awesome-figure figcaption .ds-contact-design .form-group>div.ds-col,.sort-products .effect-dexter .overlay-awesome-figure figcaption .ds-contact-filled-3.ds-block--filled .form-group>div.ds-col,.sort-products .effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .form-group>div.element,.sort-products .effect-dexter .overlay-awesome-figure figcaption .filter-mobile .form-group>div.card,.sort-products .effect-dexter .overlay-awesome-figure figcaption .form .form-inline .form-group>div.form-group,.sort-products .effect-dexter .overlay-awesome-figure figcaption .form-group>div.flex-column,.sort-products .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .form-group>div.price-item,.sort-products .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .form-group>div.product-group__bottom,.sort-products .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .form-group>div.price-item,.sort-products .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .form-group>div.product-group__bottom,.sort-products .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .form-group>div.price-item,.sort-products .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .form-group>div.product-group__bottom,.sort-products .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .form-group>div.price-item,.sort-products .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .form-group>div.product-group__bottom,.sort-products .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .form-group>div.price-item,.sort-products .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .product-item__body .form-group>div.price-item,.sort-products .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .product-item__body .form-group>div.product-btn,.sort-products .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .product-item__body .form-group>div.price-item,.sort-products .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .product-item__body .form-group>div.product-btn,.sort-products .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .product-item__body .form-group>div.price-item,.sort-products .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .product-item__body .form-group>div.product-btn,.sort-products .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .product-item__body .form-group>div.price-item,.sort-products .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .product-item__body .form-group>div.product-btn,.sort-products .elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .form-group>div.element,.subnav .block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .element.nav-link,.subnav .block-elements-colors .effect-dexter .overlay-awesome-figure figcaption .element.nav-link,.subnav .block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .element.nav-link,.subnav .ds-contact-columns.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .ds-col.nav-link,.subnav .ds-contact-design .effect-dexter .overlay-awesome-figure figcaption .ds-col.nav-link,.subnav .ds-contact-filled-3.ds-block--filled .effect-dexter .overlay-awesome-figure figcaption .ds-col.nav-link,.subnav .effect-dexter .overlay-awesome-figure figcaption .block-element-circle-style .element.nav-link,.subnav .effect-dexter .overlay-awesome-figure figcaption .block-elements-colors .element.nav-link,.subnav .effect-dexter .overlay-awesome-figure figcaption .block-lateral-aligns .element.nav-link,.subnav .effect-dexter .overlay-awesome-figure figcaption .ds-contact-columns.ds-block--filled .ds-col.nav-link,.subnav .effect-dexter .overlay-awesome-figure figcaption .ds-contact-design .ds-col.nav-link,.subnav .effect-dexter .overlay-awesome-figure figcaption .ds-contact-filled-3.ds-block--filled .ds-col.nav-link,.subnav .effect-dexter .overlay-awesome-figure figcaption .elements-style-flex-column .element.nav-link,.subnav .effect-dexter .overlay-awesome-figure figcaption .filter-mobile .card.nav-link,.subnav .effect-dexter .overlay-awesome-figure figcaption .flex-column.nav-link,.subnav .effect-dexter .overlay-awesome-figure figcaption .form .form-inline .form-group.nav-link,.subnav .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .price-item.nav-link,.subnav .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .product-group__bottom.nav-link,.subnav .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .price-item.nav-link,.subnav .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .product-group__bottom.nav-link,.subnav .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .price-item.nav-link,.subnav .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .product-group__bottom.nav-link,.subnav .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .price-item.nav-link,.subnav .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .product-group__bottom.nav-link,.subnav .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .price-item.nav-link,.subnav .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .product-item__body .price-item.nav-link,.subnav .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .product-item__body .product-btn.nav-link,.subnav .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .product-item__body .price-item.nav-link,.subnav .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .product-item__body .product-btn.nav-link,.subnav .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .product-item__body .price-item.nav-link,.subnav .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .product-item__body .product-btn.nav-link,.subnav .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .product-item__body .price-item.nav-link,.subnav .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .product-item__body .product-btn.nav-link,.subnav .elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .element.nav-link,.subnav .filter-mobile .effect-dexter .overlay-awesome-figure figcaption .card.nav-link,.subnav .form .form-inline .effect-dexter .overlay-awesome-figure figcaption .form-group.nav-link,.subnav .shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .price-item.nav-link,.subnav .shop-design2 .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.nav-link,.subnav .shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .price-item.nav-link,.subnav .shop-design2 .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.nav-link,.subnav .shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .price-item.nav-link,.subnav .shop-design2 .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.nav-link,.subnav .shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .price-item.nav-link,.subnav .shop-design2 .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-group__bottom.nav-link,.subnav .shop-design2 .effect-dexter .overlay-awesome-figure figcaption .price-item.nav-link,.subnav .shop-horizontal .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .price-item.nav-link,.subnav .shop-horizontal .col-md-12>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-btn.nav-link,.subnav .shop-horizontal .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .price-item.nav-link,.subnav .shop-horizontal .col-md-12>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-btn.nav-link,.subnav .shop-horizontal .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .price-item.nav-link,.subnav .shop-horizontal .col-md-6>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-btn.nav-link,.subnav .shop-horizontal .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .price-item.nav-link,.subnav .shop-horizontal .col-md-6>div>.product-item .product-item__body .effect-dexter .overlay-awesome-figure figcaption .product-btn.nav-link,.two-widgets .content-entry .block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .entry-text.element,.two-widgets .content-entry .block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .entry-text.element,.two-widgets .content-entry .effect-dexter .overlay-awesome-figure figcaption .block-elements-colors .entry-text.element,.two-widgets .content-entry .effect-dexter .overlay-awesome-figure figcaption .ds-contact-columns.ds-block--filled .entry-text.ds-col,.two-widgets .content-entry .effect-dexter .overlay-awesome-figure figcaption .ds-contact-design .entry-text.ds-col,.two-widgets .content-entry .effect-dexter .overlay-awesome-figure figcaption .ds-contact-filled-3.ds-block--filled .entry-text.ds-col,.two-widgets .content-entry .effect-dexter .overlay-awesome-figure figcaption .filter-mobile .entry-text.card,.two-widgets .content-entry .effect-dexter .overlay-awesome-figure figcaption .flex-column.entry-text,.two-widgets .content-entry .effect-dexter .overlay-awesome-figure figcaption .form .form-inline .entry-text.form-group,.two-widgets .content-entry .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .entry-text.price-item,.two-widgets .content-entry .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .entry-text.product-group__bottom,.two-widgets .content-entry .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .entry-text.price-item,.two-widgets .content-entry .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .entry-text.product-group__bottom,.two-widgets .content-entry .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .entry-text.price-item,.two-widgets .content-entry .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .entry-text.product-group__bottom,.two-widgets .content-entry .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .entry-text.price-item,.two-widgets .content-entry .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .entry-text.product-group__bottom,.two-widgets .content-entry .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .entry-text.price-item,.two-widgets .content-entry .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .product-item__body .entry-text.price-item,.two-widgets .content-entry .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .product-item__body .entry-text.product-btn,.two-widgets .content-entry .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .product-item__body .entry-text.price-item,.two-widgets .content-entry .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .product-item__body .entry-text.product-btn,.two-widgets .content-entry .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .product-item__body .entry-text.price-item,.two-widgets .content-entry .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .product-item__body .entry-text.product-btn,.two-widgets .content-entry .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .product-item__body .entry-text.price-item,.two-widgets .content-entry .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .product-item__body .entry-text.product-btn,.two-widgets .content-entry .elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .entry-text.element,.v-full-screen .container-fluid .block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .content-entry.element,.v-full-screen .container-fluid .block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .content-entry.element,.v-full-screen .container-fluid .effect-dexter .overlay-awesome-figure figcaption .block-elements-colors .content-entry.element,.v-full-screen .container-fluid .effect-dexter .overlay-awesome-figure figcaption .ds-contact-columns.ds-block--filled .content-entry.ds-col,.v-full-screen .container-fluid .effect-dexter .overlay-awesome-figure figcaption .ds-contact-design .content-entry.ds-col,.v-full-screen .container-fluid .effect-dexter .overlay-awesome-figure figcaption .ds-contact-filled-3.ds-block--filled .content-entry.ds-col,.v-full-screen .container-fluid .effect-dexter .overlay-awesome-figure figcaption .filter-mobile .content-entry.card,.v-full-screen .container-fluid .effect-dexter .overlay-awesome-figure figcaption .flex-column.content-entry,.v-full-screen .container-fluid .effect-dexter .overlay-awesome-figure figcaption .form .form-inline .content-entry.form-group,.v-full-screen .container-fluid .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .content-entry.price-item,.v-full-screen .container-fluid .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .content-entry.product-group__bottom,.v-full-screen .container-fluid .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .content-entry.price-item,.v-full-screen .container-fluid .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .content-entry.product-group__bottom,.v-full-screen .container-fluid .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .content-entry.price-item,.v-full-screen .container-fluid .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .content-entry.product-group__bottom,.v-full-screen .container-fluid .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .content-entry.price-item,.v-full-screen .container-fluid .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .content-entry.product-group__bottom,.v-full-screen .container-fluid .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .content-entry.price-item,.v-full-screen .container-fluid .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .product-item__body .content-entry.price-item,.v-full-screen .container-fluid .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .product-item__body .content-entry.product-btn,.v-full-screen .container-fluid .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .product-item__body .content-entry.price-item,.v-full-screen .container-fluid .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .product-item__body .content-entry.product-btn,.v-full-screen .container-fluid .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .product-item__body .content-entry.price-item,.v-full-screen .container-fluid .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .product-item__body .content-entry.product-btn,.v-full-screen .container-fluid .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .product-item__body .content-entry.price-item,.v-full-screen .container-fluid .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .product-item__body .content-entry.product-btn,.v-full-screen .container-fluid .elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .content-entry.element,.v-full-screen .container-lg .block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .content-entry.element,.v-full-screen .container-lg .block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .content-entry.element,.v-full-screen .container-lg .effect-dexter .overlay-awesome-figure figcaption .block-elements-colors .content-entry.element,.v-full-screen .container-lg .effect-dexter .overlay-awesome-figure figcaption .ds-contact-columns.ds-block--filled .content-entry.ds-col,.v-full-screen .container-lg .effect-dexter .overlay-awesome-figure figcaption .ds-contact-design .content-entry.ds-col,.v-full-screen .container-lg .effect-dexter .overlay-awesome-figure figcaption .ds-contact-filled-3.ds-block--filled .content-entry.ds-col,.v-full-screen .container-lg .effect-dexter .overlay-awesome-figure figcaption .filter-mobile .content-entry.card,.v-full-screen .container-lg .effect-dexter .overlay-awesome-figure figcaption .flex-column.content-entry,.v-full-screen .container-lg .effect-dexter .overlay-awesome-figure figcaption .form .form-inline .content-entry.form-group,.v-full-screen .container-lg .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .content-entry.price-item,.v-full-screen .container-lg .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .content-entry.product-group__bottom,.v-full-screen .container-lg .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .content-entry.price-item,.v-full-screen .container-lg .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .content-entry.product-group__bottom,.v-full-screen .container-lg .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .content-entry.price-item,.v-full-screen .container-lg .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .content-entry.product-group__bottom,.v-full-screen .container-lg .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .content-entry.price-item,.v-full-screen .container-lg .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .content-entry.product-group__bottom,.v-full-screen .container-lg .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .content-entry.price-item,.v-full-screen .container-lg .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .product-item__body .content-entry.price-item,.v-full-screen .container-lg .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .product-item__body .content-entry.product-btn,.v-full-screen .container-lg .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .product-item__body .content-entry.price-item,.v-full-screen .container-lg .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .product-item__body .content-entry.product-btn,.v-full-screen .container-lg .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .product-item__body .content-entry.price-item,.v-full-screen .container-lg .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .product-item__body .content-entry.product-btn,.v-full-screen .container-lg .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .product-item__body .content-entry.price-item,.v-full-screen .container-lg .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .product-item__body .content-entry.product-btn,.v-full-screen .container-lg .elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .content-entry.element,.v-full-screen .container-md .block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .content-entry.element,.v-full-screen .container-md .block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .content-entry.element,.v-full-screen .container-md .effect-dexter .overlay-awesome-figure figcaption .block-elements-colors .content-entry.element,.v-full-screen .container-md .effect-dexter .overlay-awesome-figure figcaption .ds-contact-columns.ds-block--filled .content-entry.ds-col,.v-full-screen .container-md .effect-dexter .overlay-awesome-figure figcaption .ds-contact-design .content-entry.ds-col,.v-full-screen .container-md .effect-dexter .overlay-awesome-figure figcaption .ds-contact-filled-3.ds-block--filled .content-entry.ds-col,.v-full-screen .container-md .effect-dexter .overlay-awesome-figure figcaption .filter-mobile .content-entry.card,.v-full-screen .container-md .effect-dexter .overlay-awesome-figure figcaption .flex-column.content-entry,.v-full-screen .container-md .effect-dexter .overlay-awesome-figure figcaption .form .form-inline .content-entry.form-group,.v-full-screen .container-md .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .content-entry.price-item,.v-full-screen .container-md .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .content-entry.product-group__bottom,.v-full-screen .container-md .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .content-entry.price-item,.v-full-screen .container-md .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .content-entry.product-group__bottom,.v-full-screen .container-md .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .content-entry.price-item,.v-full-screen .container-md .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .content-entry.product-group__bottom,.v-full-screen .container-md .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .content-entry.price-item,.v-full-screen .container-md .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .content-entry.product-group__bottom,.v-full-screen .container-md .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .content-entry.price-item,.v-full-screen .container-md .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .product-item__body .content-entry.price-item,.v-full-screen .container-md .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .product-item__body .content-entry.product-btn,.v-full-screen .container-md .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .product-item__body .content-entry.price-item,.v-full-screen .container-md .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .product-item__body .content-entry.product-btn,.v-full-screen .container-md .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .product-item__body .content-entry.price-item,.v-full-screen .container-md .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .product-item__body .content-entry.product-btn,.v-full-screen .container-md .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .product-item__body .content-entry.price-item,.v-full-screen .container-md .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .product-item__body .content-entry.product-btn,.v-full-screen .container-md .elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .content-entry.element,.v-full-screen .container-sm .block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .content-entry.element,.v-full-screen .container-sm .block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .content-entry.element,.v-full-screen .container-sm .effect-dexter .overlay-awesome-figure figcaption .block-elements-colors .content-entry.element,.v-full-screen .container-sm .effect-dexter .overlay-awesome-figure figcaption .ds-contact-columns.ds-block--filled .content-entry.ds-col,.v-full-screen .container-sm .effect-dexter .overlay-awesome-figure figcaption .ds-contact-design .content-entry.ds-col,.v-full-screen .container-sm .effect-dexter .overlay-awesome-figure figcaption .ds-contact-filled-3.ds-block--filled .content-entry.ds-col,.v-full-screen .container-sm .effect-dexter .overlay-awesome-figure figcaption .filter-mobile .content-entry.card,.v-full-screen .container-sm .effect-dexter .overlay-awesome-figure figcaption .flex-column.content-entry,.v-full-screen .container-sm .effect-dexter .overlay-awesome-figure figcaption .form .form-inline .content-entry.form-group,.v-full-screen .container-sm .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .content-entry.price-item,.v-full-screen .container-sm .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .content-entry.product-group__bottom,.v-full-screen .container-sm .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .content-entry.price-item,.v-full-screen .container-sm .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .content-entry.product-group__bottom,.v-full-screen .container-sm .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .content-entry.price-item,.v-full-screen .container-sm .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .content-entry.product-group__bottom,.v-full-screen .container-sm .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .content-entry.price-item,.v-full-screen .container-sm .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .content-entry.product-group__bottom,.v-full-screen .container-sm .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .content-entry.price-item,.v-full-screen .container-sm .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .product-item__body .content-entry.price-item,.v-full-screen .container-sm .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .product-item__body .content-entry.product-btn,.v-full-screen .container-sm .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .product-item__body .content-entry.price-item,.v-full-screen .container-sm .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .product-item__body .content-entry.product-btn,.v-full-screen .container-sm .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .product-item__body .content-entry.price-item,.v-full-screen .container-sm .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .product-item__body .content-entry.product-btn,.v-full-screen .container-sm .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .product-item__body .content-entry.price-item,.v-full-screen .container-sm .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .product-item__body .content-entry.product-btn,.v-full-screen .container-sm .elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .content-entry.element,.v-full-screen .container-xl .block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .content-entry.element,.v-full-screen .container-xl .block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .content-entry.element,.v-full-screen .container-xl .effect-dexter .overlay-awesome-figure figcaption .block-elements-colors .content-entry.element,.v-full-screen .container-xl .effect-dexter .overlay-awesome-figure figcaption .ds-contact-columns.ds-block--filled .content-entry.ds-col,.v-full-screen .container-xl .effect-dexter .overlay-awesome-figure figcaption .ds-contact-design .content-entry.ds-col,.v-full-screen .container-xl .effect-dexter .overlay-awesome-figure figcaption .ds-contact-filled-3.ds-block--filled .content-entry.ds-col,.v-full-screen .container-xl .effect-dexter .overlay-awesome-figure figcaption .filter-mobile .content-entry.card,.v-full-screen .container-xl .effect-dexter .overlay-awesome-figure figcaption .flex-column.content-entry,.v-full-screen .container-xl .effect-dexter .overlay-awesome-figure figcaption .form .form-inline .content-entry.form-group,.v-full-screen .container-xl .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .content-entry.price-item,.v-full-screen .container-xl .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .content-entry.product-group__bottom,.v-full-screen .container-xl .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .content-entry.price-item,.v-full-screen .container-xl .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .content-entry.product-group__bottom,.v-full-screen .container-xl .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .content-entry.price-item,.v-full-screen .container-xl .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .content-entry.product-group__bottom,.v-full-screen .container-xl .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .content-entry.price-item,.v-full-screen .container-xl .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .content-entry.product-group__bottom,.v-full-screen .container-xl .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .content-entry.price-item,.v-full-screen .container-xl .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .product-item__body .content-entry.price-item,.v-full-screen .container-xl .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .product-item__body .content-entry.product-btn,.v-full-screen .container-xl .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .product-item__body .content-entry.price-item,.v-full-screen .container-xl .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .product-item__body .content-entry.product-btn,.v-full-screen .container-xl .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .product-item__body .content-entry.price-item,.v-full-screen .container-xl .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .product-item__body .content-entry.product-btn,.v-full-screen .container-xl .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .product-item__body .content-entry.price-item,.v-full-screen .container-xl .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .product-item__body .content-entry.product-btn,.v-full-screen .container-xl .elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .content-entry.element,.v-full-screen .container-xxl .block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .content-entry.element,.v-full-screen .container-xxl .block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .content-entry.element,.v-full-screen .container-xxl .effect-dexter .overlay-awesome-figure figcaption .block-elements-colors .content-entry.element,.v-full-screen .container-xxl .effect-dexter .overlay-awesome-figure figcaption .ds-contact-columns.ds-block--filled .content-entry.ds-col,.v-full-screen .container-xxl .effect-dexter .overlay-awesome-figure figcaption .ds-contact-design .content-entry.ds-col,.v-full-screen .container-xxl .effect-dexter .overlay-awesome-figure figcaption .ds-contact-filled-3.ds-block--filled .content-entry.ds-col,.v-full-screen .container-xxl .effect-dexter .overlay-awesome-figure figcaption .filter-mobile .content-entry.card,.v-full-screen .container-xxl .effect-dexter .overlay-awesome-figure figcaption .flex-column.content-entry,.v-full-screen .container-xxl .effect-dexter .overlay-awesome-figure figcaption .form .form-inline .content-entry.form-group,.v-full-screen .container-xxl .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .content-entry.price-item,.v-full-screen .container-xxl .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .content-entry.product-group__bottom,.v-full-screen .container-xxl .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .content-entry.price-item,.v-full-screen .container-xxl .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .content-entry.product-group__bottom,.v-full-screen .container-xxl .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .content-entry.price-item,.v-full-screen .container-xxl .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .content-entry.product-group__bottom,.v-full-screen .container-xxl .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .content-entry.price-item,.v-full-screen .container-xxl .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .content-entry.product-group__bottom,.v-full-screen .container-xxl .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .content-entry.price-item,.v-full-screen .container-xxl .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .product-item__body .content-entry.price-item,.v-full-screen .container-xxl .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .product-item__body .content-entry.product-btn,.v-full-screen .container-xxl .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .product-item__body .content-entry.price-item,.v-full-screen .container-xxl .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .product-item__body .content-entry.product-btn,.v-full-screen .container-xxl .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .product-item__body .content-entry.price-item,.v-full-screen .container-xxl .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .product-item__body .content-entry.product-btn,.v-full-screen .container-xxl .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .product-item__body .content-entry.price-item,.v-full-screen .container-xxl .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .product-item__body .content-entry.product-btn,.v-full-screen .container-xxl .elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .content-entry.element,.v-text-left .block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .target-image.element,.v-text-left .block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .target-image.element,.v-text-left .effect-dexter .overlay-awesome-figure figcaption .block-elements-colors .target-image.element,.v-text-left .effect-dexter .overlay-awesome-figure figcaption .ds-contact-columns.ds-block--filled .target-image.ds-col,.v-text-left .effect-dexter .overlay-awesome-figure figcaption .ds-contact-design .target-image.ds-col,.v-text-left .effect-dexter .overlay-awesome-figure figcaption .ds-contact-filled-3.ds-block--filled .target-image.ds-col,.v-text-left .effect-dexter .overlay-awesome-figure figcaption .filter-mobile .target-image.card,.v-text-left .effect-dexter .overlay-awesome-figure figcaption .flex-column.target-image,.v-text-left .effect-dexter .overlay-awesome-figure figcaption .form .form-inline .target-image.form-group,.v-text-left .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .target-image.price-item,.v-text-left .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .target-image.product-group__bottom,.v-text-left .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .target-image.price-item,.v-text-left .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .target-image.product-group__bottom,.v-text-left .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .target-image.price-item,.v-text-left .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .target-image.product-group__bottom,.v-text-left .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .target-image.price-item,.v-text-left .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .target-image.product-group__bottom,.v-text-left .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .target-image.price-item,.v-text-left .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .product-item__body .target-image.price-item,.v-text-left .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .product-item__body .target-image.product-btn,.v-text-left .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .product-item__body .target-image.price-item,.v-text-left .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .product-item__body .target-image.product-btn,.v-text-left .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .product-item__body .target-image.price-item,.v-text-left .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .product-item__body .target-image.product-btn,.v-text-left .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .product-item__body .target-image.price-item,.v-text-left .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .product-item__body .target-image.product-btn,.v-text-left .elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .target-image.element,.v-text-right .block-element-circle-style .effect-dexter .overlay-awesome-figure figcaption .target-image.element,.v-text-right .block-lateral-aligns .effect-dexter .overlay-awesome-figure figcaption .target-image.element,.v-text-right .effect-dexter .overlay-awesome-figure figcaption .block-elements-colors .target-image.element,.v-text-right .effect-dexter .overlay-awesome-figure figcaption .ds-contact-columns.ds-block--filled .target-image.ds-col,.v-text-right .effect-dexter .overlay-awesome-figure figcaption .ds-contact-design .target-image.ds-col,.v-text-right .effect-dexter .overlay-awesome-figure figcaption .ds-contact-filled-3.ds-block--filled .target-image.ds-col,.v-text-right .effect-dexter .overlay-awesome-figure figcaption .filter-mobile .target-image.card,.v-text-right .effect-dexter .overlay-awesome-figure figcaption .flex-column.target-image,.v-text-right .effect-dexter .overlay-awesome-figure figcaption .form .form-inline .target-image.form-group,.v-text-right .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .target-image.price-item,.v-text-right .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>.product-item .product-item__body .target-image.product-group__bottom,.v-text-right .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .target-image.price-item,.v-text-right .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-12>div>.product-item .product-item__body .target-image.product-group__bottom,.v-text-right .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .target-image.price-item,.v-text-right .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>.product-item .product-item__body .target-image.product-group__bottom,.v-text-right .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .target-image.price-item,.v-text-right .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .col-md-6>div>.product-item .product-item__body .target-image.product-group__bottom,.v-text-right .effect-dexter .overlay-awesome-figure figcaption .shop-design2 .target-image.price-item,.v-text-right .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .product-item__body .target-image.price-item,.v-text-right .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>.product-item .product-item__body .target-image.product-btn,.v-text-right .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .product-item__body .target-image.price-item,.v-text-right .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-12>div>.product-item .product-item__body .target-image.product-btn,.v-text-right .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .product-item__body .target-image.price-item,.v-text-right .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>.product-item .product-item__body .target-image.product-btn,.v-text-right .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .product-item__body .target-image.price-item,.v-text-right .effect-dexter .overlay-awesome-figure figcaption .shop-horizontal .col-md-6>div>.product-item .product-item__body .target-image.product-btn,.v-text-right .elements-style-flex-column .effect-dexter .overlay-awesome-figure figcaption .target-image.element{position:relative}.effect-dexter .overlay-awesome-figure .ds-subtitle{bottom:0;position:absolute}@media (max-width:767.98px){.effect-dexter .overlay-awesome-figure .ds-subtitle{bottom:40px}}.effect-dexter .overlay-awesome-figure .ds-subtitle{opacity:0;-webkit-transform:translate3d(0,-100px,0);transform:translate3d(0,-100px,0);-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s}.effect-dexter .overlay-awesome-figure .ds-subtitle p{margin-bottom:0}.effect-dexter .overlay-awesome-figure:hover .ds-subtitle{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}.effect-sarah .overlay-awesome-figure img{-webkit-backface-visibility:hidden;backface-visibility:hidden;max-width:none;-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0);-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;width:-webkit-calc(100% + 20px);width:calc(100% + 20px)}.effect-sarah .overlay-awesome-figure:hover img{opacity:.4;-webkit-transform:translateZ(0);transform:translateZ(0)}.effect-sarah .overlay-awesome-figure figcaption{text-align:left}.effect-sarah .overlay-awesome-figure figcaption .ds-video-title{justify-content:start!important;width:auto!important}.effect-sarah .overlay-awesome-figure .h3,.effect-sarah .overlay-awesome-figure h3{overflow:hidden;padding:.5em 0;position:relative}.effect-sarah .overlay-awesome-figure .h3:after,.effect-sarah .overlay-awesome-figure h3:after{background:#fff;bottom:0;content:"";height:3px;left:0;position:absolute;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);-webkit-transition:-webkit-transform .35s;transition:transform .35s;width:100%}.effect-sarah .overlay-awesome-figure:hover .h3:after,.effect-sarah .overlay-awesome-figure:hover h3:after{-webkit-transform:translateZ(0);transform:translateZ(0)}.effect-sarah .overlay-awesome-figure .ds-subtitle{opacity:0;padding:1em 0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s}.effect-sarah .overlay-awesome-figure:hover .ds-subtitle{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}.front .effect-sarah .btn.bd-btn{align-self:flex-start}.effect-zoe .overlay-awesome-figure figcaption{background:#fff;bottom:0;color:#3c4a50;height:3.75em;padding:1em;top:auto;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);-webkit-transition:-webkit-transform .35s;transition:transform .35s}.effect-zoe .overlay-awesome-figure .h3,.effect-zoe .overlay-awesome-figure h3{float:left}.effect-zoe .overlay-awesome-figure p.icon-links a{color:#3c4a50;float:right;font-size:1.4em}.effect-zoe .overlay-awesome-figure:hover p.icon-links a:focus,.effect-zoe .overlay-awesome-figure:hover p.icon-links a:hover{color:#252d31}.effect-zoe .overlay-awesome-figure p.description{-webkit-backface-visibility:hidden;bottom:8em;color:#fff;font-size:90%;opacity:0;padding:2em;position:absolute;text-transform:none;-webkit-transition:opacity .35s;transition:opacity .35s}.effect-zoe .overlay-awesome-figure .h3,.effect-zoe .overlay-awesome-figure h3,.effect-zoe .overlay-awesome-figure p.icon-links a{-webkit-transform:translate3d(0,200%,0);transform:translate3d(0,200%,0);-webkit-transition:-webkit-transform .35s;transition:transform .35s}.effect-zoe .overlay-awesome-figure p.icon-links a span:before{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-family:feathericons;padding:8px 10px}.effect-zoe .icon-eye:before{content:"\e000"}.effect-zoe .icon-paper-clip:before{content:"\e001"}.effect-zoe .icon-heart:before{content:"\e024"}.effect-zoe .overlay-awesome-figure .h3,.effect-zoe .overlay-awesome-figure h3{display:inline-block}.effect-zoe .overlay-awesome-figure:hover p.description{opacity:1}.effect-zoe .overlay-awesome-figure:hover .h3,.effect-zoe .overlay-awesome-figure:hover figcaption,.effect-zoe .overlay-awesome-figure:hover h3,.effect-zoe .overlay-awesome-figure:hover p.icon-links a{-webkit-transform:translateZ(0);transform:translateZ(0)}.effect-zoe .overlay-awesome-figure:hover .h3,.effect-zoe .overlay-awesome-figure:hover h3{-webkit-transition-delay:.05s;transition-delay:.05s}.effect-zoe .overlay-awesome-figure:hover p.icon-links a:nth-child(3){-webkit-transition-delay:.1s;transition-delay:.1s}.effect-zoe .overlay-awesome-figure:hover p.icon-links a:nth-child(2){-webkit-transition-delay:.15s;transition-delay:.15s}.effect-zoe .overlay-awesome-figure:hover p.icon-links a:first-child{-webkit-transition-delay:.2s;transition-delay:.2s}.effect-chico .overlay-awesome-figure img{-webkit-transform:scale(1.12);transform:scale(1.12);-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s}.effect-chico .overlay-awesome-figure:hover img{opacity:.5;-webkit-transform:scale(1);transform:scale(1)}.effect-chico .overlay-awesome-figure figcaption{padding:3em}.effect-chico .overlay-awesome-figure figcaption .ds-video-title{width:auto!important}@media (max-width:767.98px){.effect-chico .overlay-awesome-figure figcaption{padding:1em}}.effect-chico .overlay-awesome-figure figcaption:before{border:1px solid #fff;bottom:30px;content:"";left:30px;position:absolute;right:30px;top:30px;-webkit-transform:scale(1.1);transform:scale(1.1)}.effect-chico .overlay-awesome-figure .ds-subtitle,.effect-chico .overlay-awesome-figure figcaption:before{opacity:0;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s}.effect-chico .overlay-awesome-figure .ds-subtitle{margin:0 auto;max-width:200px;padding:.5rem;-webkit-transform:scale(1.5);transform:scale(1.5)}.effect-chico .overlay-awesome-figure:hover .ds-subtitle,.effect-chico .overlay-awesome-figure:hover figcaption:before{opacity:1;-webkit-transform:scale(1);transform:scale(1)}.front .effect-chico .btn.bd-btn{align-self:center}@media screen and (max-width:50em){.effect-chico .content{padding:0 10px;text-align:center}.effect-chico figure{display:inline-block;float:none;margin:10px auto;width:100%}}.block-elements-colors .bg-color{background:#fff!important}.block-elements-colors .media-body,.block-elements-colors .media-footer,.block-elements-colors .media-header{z-index:1}.block-elements-colors .media-background{bottom:0;left:0;position:absolute;right:0;top:0;z-index:0}.block-elements-colors .media-header{display:flex;justify-content:flex-end;padding-left:2rem;padding-right:2rem;padding-top:2rem}.block-elements-colors .media-body,.block-elements-colors .media-footer{padding-left:2rem;padding-right:2rem;text-align:left}.block-elements-colors .media-footer{padding-bottom:2rem}.block-elements-colors .media-footer .bd-btn{margin:0}.block-elements-colors .media-footer .bd-btn-text{display:block;margin:0}@media (max-width:767.98px){.block-elements-colors .media-footer .btn{padding:.25rem .5rem}.button-style-2 .block-elements-colors .media-footer .btn,.button-style-3 .block-elements-colors .media-footer .btn{padding:6px 20px!important}}.block-elements-colors.nomargin .ds-cn-grid-element{padding-left:0!important;padding-right:0!important}.block-elements-colors.nomargin .ds-cn-grid-element .element{padding:0;width:100%}.block-elements-colors .ds-cn-grid-element:nth-child(6n+1) .media-background{opacity:1}.block-elements-colors .ds-cn-grid-element:nth-child(6n+2) .media-background{opacity:.95}.block-elements-colors .ds-cn-grid-element:nth-child(6n+3) .media-background{opacity:.9}.block-elements-colors .ds-cn-grid-element:nth-child(6n+4) .media-background{opacity:.85}.block-elements-colors .ds-cn-grid-element:nth-child(6n+5) .media-background{opacity:.8}.block-elements-colors .ds-cn-grid-element:nth-child(6n+6) .media-background{opacity:.75}.ds-contact-columns.ds-block--filled .ds-col,.ds-contact-filled-3.ds-block--filled .ds-col{padding-left:3rem!important;padding-right:3rem!important}.ds-contact-design .ds-col{padding-left:2rem!important;padding-right:2rem!important}.block-picture-img .ds-cn-grid-element:first-child .element.animated.fadeInUp,.block-picture-img .ds-cn-grid-element:first-child .element.fadeInUp.ds-cn-grid-element:nth-child(2){animation-name:none!important}.block-picture-img .ds-cn-grid-element:first-child,.block-picture-img .ds-cn-grid-element:first-child .element{position:static!important}.block-picture-img .ds-cn-grid-element:nth-child(2){position:absolute}.block-picture-img .ds-cn-grid-element:nth-child(2) .figure-content .size{min-height:25rem}@media (max-width:991.98px){.block-picture-img .ds-cn-grid-element:nth-child(2) .figure-content .size{min-height:20rem}}@media (max-width:575.98px){.block-picture-img .filter .range-filters .two-widgets.flex-row-reverse>.ds-cs-range-slider:first-child,.block-picture-img .two-widgets.flex-row-reverse>.col-12:first-child,.filter .range-filters .block-picture-img .two-widgets.flex-row-reverse>.ds-cs-range-slider:first-child{padding:0}.block-picture-img .filter .range-filters .two-widgets.flex-row-reverse>.ds-cs-range-slider:first-child .content-entry,.block-picture-img .two-widgets.flex-row-reverse>.col-12:first-child .content-entry,.filter .range-filters .block-picture-img .two-widgets.flex-row-reverse>.ds-cs-range-slider:first-child .content-entry{margin:0!important}.block-picture-img .filter .range-filters .two-widgets.flex-row-reverse>.ds-cs-range-slider:first-child .content-entry>.row,.block-picture-img .two-widgets.flex-row-reverse>.col-12:first-child .content-entry>.row,.filter .range-filters .block-picture-img .two-widgets.flex-row-reverse>.ds-cs-range-slider:first-child .content-entry>.row{position:relative}}.block-table-cart .price{font-size:1.75rem}@media (max-width:767.98px){.block-table-cart .price{font-size:1.5rem}}.block-table-cart .figure-content{margin-bottom:.25rem;margin-top:.25rem}.block-table-cart .ds-title{font-size:1.25rem}.block-table-cart .content-entry{border:dotted;border-width:0 0 1px;margin-bottom:.25rem;margin-top:.25rem}.block-img-circle.ds-block .picture-fit img{border-radius:50%!important}@media (max-width:767.98px){.medium-editor-table{overflow-x:scroll}}@media (max-width:575.98px){.medium-editor-table{overflow-x:scroll}}.medium-editor-table td{border:.0625rem solid #dee2e6}.block-table-text .content-entry{margin-left:4vw;margin-right:4vw;padding:0!important}.block-table-text.table-style-1 table tr{background:#fff}.block-table-text.table-style-1 table tr:first-child{background:#efefef!important}.block-table-text.table-style-2 table tbody tr:first-child{background:none!important;border-top:0;font-weight:700}.block-table-text.table-style-2 table tbody tr{border-bottom:1px solid #efefef!important}.block-table-text.table-style-2 table tbody td{border:0!important}.block-table-text.table-style-3 table tbody{overflow:hidden}.block-table-text.table-style-3 table tbody tr:hover{background-color:#f2f2f2}.block-table-text.table-style-3 table tbody tr{border-bottom:1px solid #efefef!important}.block-table-text.table-style-3 table tbody tr:first-child{background:#212529;color:#fff;font-weight:700}.block-table-text.table-style-3 table tbody tr:first-child:hover{background:#212529!important}.block-table-text.table-style-3 table tbody tr:first-child td{padding:1.25rem .75rem}.block-table-text.table-style-3 table tbody td{border:0!important}.block-table-text.table-style-3 table tbody td:hover{background-color:#999}.block-table-text.table-style-4 table tbody tr:first-child{padding:1.25rem}.block-table-text.table-style-4 table tbody tr:nth-child(odd){background:#efefef}.block-table-text.table-style-4 table tbody tr:nth-child(2n){background:#fff}.block-table-text.table-style-4 table tbody td,.block-table-text.table-style-4 table tbody tr{border:0!important}.block-advisebar .ds-title{line-height:1.5}@media (max-width:575.98px){.block-advisebar .ds-title{margin-top:1rem}}.list-products{padding:1em 0}.product-item{height:100%;width:100%}.product-item a{color:inherit}.product-item .title{line-height:1;margin-bottom:.5em;margin-top:.5em}.product-item .title,.product-item p{word-wrap:break-word;word-break:break-word}.product-item p{line-height:1.2;margin-bottom:.25em;margin-top:.25em}.product-item .more-img{margin-bottom:-100px;opacity:0;-webkit-transition:all .2s ease-in;-o-transition:all .2s ease-in;transition:all .2s ease-in}.product-item .overlay-link-product:hover .overlay-image .product-item-second-image{opacity:1!important;-webkit-transition:opacity .2s ease-in;-o-transition:opacity .2s ease-in;transition:opacity .2s ease-in}.product-item .overlay-link-product:hover .overlay-image .product-have-second{opacity:0!important;-webkit-transition:opacity .2s ease-in;-o-transition:opacity .2s ease-in;transition:opacity .2s ease-in}.product-item .overlay-image{position:relative}.product-item .overlay-image .product-item-first-image{opacity:1!important}.product-item .overlay-image .product-item-second-image{height:100%;opacity:0!important;position:absolute;top:0;-webkit-transition:opacity .2s ease-in-out;-o-transition:opacity .2s ease-in-out;transition:opacity .2s ease-in-out;width:100%}.product-item__body{height:100%}.title-list-products-bar .ds-title{margin:.5em 0}.title-list-products-bar .dropdown{width:100%}.product-badge{min-width:3rem;text-align:right}.product-badge .badge{background:#198754;color:#fff}.product-item-horizontal .target-image{padding:0}.product-item-horizontal .ds-title{margin-top:0}.block-footer .legal-text .price-item li,.mm-menu .mm-listitem>.mm-listitem__text .price-item .nav-menu-text-subtitle,.navbar-design .nav-link .nav-menu-text .price-item .nav-menu-text-subtitle,.price-item .block-footer .legal-text li,.price-item .mm-menu .mm-listitem>.mm-listitem__text .nav-menu-text-subtitle,.price-item .navbar-design .nav-link .nav-menu-text .nav-menu-text-subtitle,.price-item .small,.price-item .subnav .nav-link .nav-menu-text .nav-menu-text-subtitle,.subnav .nav-link .nav-menu-text .price-item .nav-menu-text-subtitle{font-size:75%}.product-item .product-btn .btn{padding-left:1rem!important;padding-right:1rem!important}@media (max-width:767.98px){.product-item .product-btn .btn{padding-left:.5rem!important;padding-right:.5rem!important}}.product-item .product-btn .btn i{min-width:1rem}.ds-product-single .single-product .dropdown{width:78%}.ds-product-single .actual-price{font-size:1.5rem;font-weight:600}.ds-product-single .form-inline{margin:1rem 0}.ds-product-single .select-width{width:70%}.ds-product-single .input-group{width:auto}.ds-product-single .description{margin:1rem 0}.ds-product-single .variant__item{margin-bottom:1rem}.ds-product-single .product-form__item,.ds-product-single .product-stock label{display:block}@media (max-width:575.98px){.ds-product-single .product-form__item{margin-bottom:.5rem}}.ds-product-single .description figure{margin-bottom:1em!important}.ds-product-single .description ul{list-style-type:disc;padding-left:1.5rem}.ds-product-single .title.h1,.ds-product-single h1.title{word-wrap:break-word;overflow-wrap:break-word}@media (max-width:767.98px){.ds-product-single .title.h1,.ds-product-single h1.title{font-size:1.5rem!important;font-weight:700}.ds-product-single .breadcrumb{margin:0}.form-info-product .input-group input.form-control{max-width:12rem}}.form-info-product .input-group input.form-control{border-bottom-right-radius:0!important;border-top-right-radius:0!important}.form-info-product .input-group .bd-btn{border-bottom-left-radius:0!important;border-top-left-radius:0!important}.ds-related-products{background-color:#dce1e633}.ds-last-shown-products,.ds-related-products{margin-left:calc(var(--bs-gutter-x)*-.5);margin-right:calc(var(--bs-gutter-x)*-.5)}.filter{position:relative;text-align:left;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.filter__values{max-height:10rem;padding-left:0;padding-right:.1rem}.filter__values.bd-scroll{overflow-y:auto}.fg-white .filter__values.bd-scroll::-webkit-scrollbar-track,.mm-menu_theme-main .filter__values.bd-scroll::-webkit-scrollbar-track,.topbar-inner .email-item:hover .filter__values.bd-scroll::-webkit-scrollbar-track,.topbar-inner .phone-item:hover .filter__values.bd-scroll::-webkit-scrollbar-track,.topbar-inner .social-item:hover .icon .filter__values.bd-scroll::-webkit-scrollbar-track{background-color:#343a40;border-radius:.5rem}.fg-white .filter__values.bd-scroll::-webkit-scrollbar,.mm-menu_theme-main .filter__values.bd-scroll::-webkit-scrollbar,.topbar-inner .email-item:hover .filter__values.bd-scroll::-webkit-scrollbar,.topbar-inner .phone-item:hover .filter__values.bd-scroll::-webkit-scrollbar,.topbar-inner .social-item:hover .icon .filter__values.bd-scroll::-webkit-scrollbar{background-color:#212529;border-radius:.5rem}.filter--is-dropdown{height:2.5rem;position:relative}.filter--is-dropdown .filter__box{border-color:#adb5bd}.ds--navText-dark .navbar-design>.js-change-color.is-transparent:not(.sticky) .filter--is-dropdown .filter__box,.fg-dark .filter--is-dropdown .filter__box,.navbar-fixed .bg-transparent .filter--is-dropdown .filter__box{color:#212529}.block-footer.fg-white .ds-logo a .filter--is-dropdown .filter__box,.block-footer.mm-menu_theme-main .ds-logo a .filter--is-dropdown .filter__box,.fg-white .filter--is-dropdown .filter__box,.mm-menu_theme-main .filter--is-dropdown .filter__box,.topbar-inner .email-item:hover .filter--is-dropdown .filter__box,.topbar-inner .phone-item:hover .filter--is-dropdown .filter__box,.topbar-inner .social-item:hover .icon .filter--is-dropdown .filter__box{color:#ced4da}.filter--is-dropdown .filter__box{border-style:solid;border-width:1px;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:1}.filter--is-dropdown .filter__box.is-open{background-color:#fff;border-color:#d9d9d9;color:#4d4d4d;z-index:20}.filter--is-dropdown .filter__caption{display:block}.filter__box{border-color:#adb5bd;transition:none}.ds--navText-dark .navbar-design>.js-change-color.is-transparent:not(.sticky) .filter__box,.fg-dark .filter__box,.navbar-fixed .bg-transparent .filter__box{color:#212529}.block-footer.fg-white .ds-logo a .filter__box,.block-footer.mm-menu_theme-main .ds-logo a .filter__box,.fg-white .filter__box,.mm-menu_theme-main .filter__box,.topbar-inner .email-item:hover .filter__box,.topbar-inner .phone-item:hover .filter__box,.topbar-inner .social-item:hover .icon .filter__box{color:#ced4da}.filter__box.is-open .filter__body{display:block}.filter__body{display:none;padding-top:.75rem}.filter__body ul{list-style:none}.filter__body li{margin-bottom:.25rem}.filter .filter-action a{padding-left:.25rem}.filter .btn{margin-bottom:.5em!important;margin-top:.5em!important}.filter .checkbox{cursor:pointer;display:block;margin:0;padding:0;user-select:none;vertical-align:middle}.filter .checkbox:hover{text-decoration:underline}.filter .checkbox input{cursor:inherit;margin:0;position:relative}.filter .checkbox input+span{cursor:inherit;display:inline-block;padding-left:4px;vertical-align:middle}.quantity-element{width:100%!important}@media (min-width:576px){.quantity-element{width:5rem!important}}.quantity-element{border:1px solid;padding:0 .5rem}.quantity-element .single-product{height:2.5rem}.quantity-element{border-radius:.25rem}.quantity-element.quantity-element-lg{border-radius:.3rem;padding:.25rem .5rem}.quantity-element{margin:0 auto}@media (min-width:1200px){.quantity-element{padding:0 .5rem}}@media (max-width:575.98px){.quantity-element{float:right}}@media (min-width:768px){.quantity-element{margin:0 auto}}.quantity-element .input-group-field{background:none;border:0;color:inherit;width:2.9rem}@media (max-width:575.98px){.quantity-element .input-group-field{width:2rem}}.quantity-element .input-group-field{margin:0 auto;text-align:center}.quantity-element .input-group-field:focus{outline:none}.quantity-element .input-group-field ::-webkit-outer-spin-button,.quantity-element .input-group-field::-webkit-inner-spin-button{appearance:none}.btn-number{-webkit-appearance:button;background:none;border:0;color:inherit;display:block;height:1.1885rem;line-height:normal;margin:0;padding:0}.btn-number:focus{outline:none}.filter-mobile{background:#0000;bottom:0;font-size:.9rem;left:0;margin:0;overflow:hidden;padding:0;position:fixed;right:0;scroll-behavior:smooth;top:0;-webkit-transform:translate3d(-700px,0,0);-moz-transform:translate3d(-700px,0,0);-ms-transform:translate3d(-700px,0,0);transform:translate3d(-700px,0,0);-webkit-transition:transform easeOut .5s .5s;-o-transition:transform easeOut .5s .5s;transition:transform easeOut .5s .5s;width:80%;z-index:999}.filter-mobile.open{display:block;-webkit-transform:none;transform:none;-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease}.filter-mobile .list-group-item.active,.filter-mobile .list-group-item.active:focus,.filter-mobile .list-group-item.active:hover{background-color:inherit;border-color:inherit;color:inherit;z-index:auto}.filter-mobile .card{background:#ededed;bottom:0;left:0;position:absolute;right:0;top:0;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);-webkit-transition:transform .15s ease 80ms;-o-transition:transform .15s ease 80ms;transition:transform .15s ease 80ms}.filter-mobile .card.right{-webkit-transform:translate3d(100vw,0,0);-moz-transform:translate3d(100vw,0,0);-ms-transform:translate3d(100vw,0,0);transform:translate3d(100vw,0,0)}.filter-mobile .card.left{-webkit-transform:translate3d(-100vw,0,0);-moz-transform:translate3d(-100vw,0,0);-ms-transform:translate3d(-100vw,0,0);transform:translate3d(-100vw,0,0)}.filter-mobile .card.active{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0)}.filter-mobile .card .card-header{padding:0}.filter-mobile .card .card-header .h3,.filter-mobile .card .card-header h3{font-family:inherit}.filter-mobile .card .card-inner{padding:.5rem}.filter-mobile .card .card-title{font-size:1.25rem}.filter-mobile .card .scroll-container{max-height:100vh;overflow:hidden;overflow-y:auto;padding:0;scroll-behavior:smooth}.filter-mobile .card .list-group li a{border:0;color:inherit}.filter-mobile .card .list-group .is-selected>a{font-weight:700;-webkit-transition:none;-o-transition:none;transition:none}.filter-mobile .card .list-group .is-selected>a>.fa.fade{color:inherit;opacity:1;-webkit-transition:none;-o-transition:none;transition:none}.filter-mobile .card .list-group a+a{border:0;border-left:1px solid #ededed;bottom:0;line-height:1;line-height:1.5;padding:1rem;position:absolute;right:0;text-align:center;top:0;z-index:1}.filter-mobile .card .list-group li{border:0;padding-right:64px}.filter-mobile .card .list-group li+li{border-top:1px solid #ededed;margin-top:-1px}.filter-mobile .card .list-group .categories .list-group{margin:0}.filter-mobile .card .list-group .categories .list-group .list-group-item{border-top:0!important;padding:0}.filter-mobile .card .list-group .categories .list-group .list-group-item .list-group-item{padding:0 1rem}.filter-mobile .card .list-group .list-group-item{border-radius:0;padding:0 1rem;text-align:left}.filter-mobile .card .list-group .list-group-item .list-group-item-title{font-weight:700}.filter-mobile .card .list-group .list-group-item>.check-box,.filter-mobile .card .list-group .list-group-item>a{display:block;padding-bottom:.5rem;padding-top:.5rem}.filter-mobile .card .list-group .list-group-item .filter__caption{font-size:inherit}.filter-mobile .card .btn{font-family:inherit!important;font-weight:700}.filter-mobile .card .btn[disabled]{box-shadow:none;cursor:default;opacity:.35;pointer-events:none}.filter-mobile .right .list-group-item{font-size:.85rem}.filter-mobile .form-check{margin-bottom:0}.product-gallery-swiper{padding:0 15px}.product-gallery-swiper .zoom-pointer:hover{cursor:zoom-in}.product-gallery-swiper .swiper-thumbs,.product-gallery-swiper .swiper-thumbs li{list-style:none;margin:0;padding:0}@media (min-width:768px){.product-gallery-swiper .swiper-thumbs{justify-content:flex-start}}.product-gallery-swiper .swiper-thumb{background-color:#fff;background-position:50%!important;background-position:50%;background-repeat:no-repeat;background-size:cover!important;background-size:contain;border:1px solid #eee;border-radius:2px;cursor:pointer;display:block;flex:none;margin:0 8px 8px 0;opacity:1;padding-bottom:100%;-webkit-transition:background-image .2s ease,border-color .2s ease;-o-transition:background-image .2s ease,border-color .2s ease;transition:background-image .2s ease,border-color .2s ease;-webkit-transition:opacity .2s ease;-o-transition:opacity .2s ease;transition:opacity .2s ease;width:auto}.product-gallery-swiper .swiper-thumb.active,.product-gallery-swiper .swiper-thumb:active,.product-gallery-swiper .swiper-thumb:focus,.product-gallery-swiper .swiper-thumb:hover{opacity:.7}.product-gallery-swiper .swiper-slide .a-container{height:250px;text-align:center;width:100%}.product-gallery-swiper .swiper-slide .a-container img{max-height:249.7px}@media (min-width:576px){.product-gallery-swiper .swiper-slide .a-container{height:300px}.product-gallery-swiper .swiper-slide .a-container img{max-height:299.7px}}@media (min-width:768px){.product-gallery-swiper .swiper-slide .a-container{height:350px}.product-gallery-swiper .swiper-slide .a-container img{max-height:349.7px}}@media (min-width:992px){.product-gallery-swiper .swiper-slide .a-container{height:400px}.product-gallery-swiper .swiper-slide .a-container img{max-height:399.7px}}.product-gallery-swiper .swiper-pagination{position:relative}.product-gallery-swiper .swiper-container-fade .swiper-slide{visibility:hidden}.product-gallery-swiper .swiper-container-fade .swiper-slide-active{visibility:visible}.product-gallery-swiper:hover .swiper-button-next,.product-gallery-swiper:hover .swiper-button-prev{opacity:1}.product-gallery-swiper .swiper-button-next,.product-gallery-swiper .swiper-button-prev{opacity:0}.product-gallery-swiper .swiper-button-next:hover,.product-gallery-swiper .swiper-button-prev:hover{opacity:.7}.product-gallery-swiper .swiper-button-next,.product-gallery-swiper .swiper-button-prev{background:none;top:125px;-webkit-transition:opacity .2s ease;-o-transition:opacity .2s ease;transition:opacity .2s ease}@media (max-width:991.98px){.product-gallery-swiper .swiper-button-next,.product-gallery-swiper .swiper-button-prev{display:none!important}}@media (min-width:576px){.product-gallery-swiper .swiper-button-next,.product-gallery-swiper .swiper-button-prev{top:150px}}@media (min-width:768px){.product-gallery-swiper .swiper-button-next,.product-gallery-swiper .swiper-button-prev{top:175px}}@media (min-width:992px){.product-gallery-swiper .swiper-button-next,.product-gallery-swiper .swiper-button-prev{top:200px}}.shop-design .product-item{border:1px solid #ddd;overflow:hidden}.shop-design .product-item__body{padding:1rem}.shop-design .product-item a{color:#343a40}.shop-design .product-item .product-btn{background-color:#fff;bottom:-20px;left:0;opacity:0;padding:10px 15px 15px;position:absolute;right:0;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;visibility:hidden}.shop-design .product-item:hover .product-btn{bottom:0;visibility:visible}.shop-design .product-item:hover .more-img,.shop-design .product-item:hover .product-btn{opacity:1;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.shop-design .product-item:hover .more-img{margin-bottom:0}.shop-design .product-badge{margin-top:0;position:absolute;right:-50px;top:10px;z-index:1}.shop-design .product-badge .badge{background:#28a745;color:#fff;padding:.2rem 3rem;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.shop-design .overlay-image{background:#f8f9fa}.shop-design .product-item__body{background-color:#fff!important}.block-footer.fg-white .ds-logo a.shop-design p.description,.block-footer.mm-menu_theme-main .ds-logo a.shop-design p.description,.ds--navText-dark .navbar-design>.shop-design.js-change-color.is-transparent:not(.sticky) p.description,.navbar-fixed .bg-transparent a.shop-design p.description,.navbar-fixed .shop-design.bg-transparent p.description,.shop-design.fg-dark p.description,.shop-design.fg-white p.description,.shop-design.mm-menu_theme-main p.description,.topbar-inner .block-footer.email-item:hover .ds-logo a.shop-design p.description,.topbar-inner .block-footer.phone-item:hover .ds-logo a.shop-design p.description,.topbar-inner .shop-design.email-item:hover p.description,.topbar-inner .shop-design.phone-item:hover p.description,.topbar-inner .social-item:hover .block-footer.icon .ds-logo a.shop-design p.description,.topbar-inner .social-item:hover .shop-design.icon p.description{color:#343a40!important}.shop-design2 .product-item{background:#fff;border:1px solid #0000}.shop-design2 .product-item,.shop-design2 .product-item:hover{-webkit-transition:border .5s ease-out;-o-transition:border .5s ease-out;transition:border .5s ease-out}.shop-design2 .product-item:hover{border:1px solid #ced4da}.shop-design2 .product-btn{margin-top:1rem}.shop-design2 .price-item .element-currency{display:none}.shop-design2 .product-group__bottom .bd-btn{display:initial!important}.shop-design2 .price-item{font-size:1.5rem}@media (min-width:768px){.shop-design2 .price-item{font-size:1.75rem}}.shop-design2 .product-badge{position:absolute;right:2%;top:2%}.shop-design2 .product-badge .badge{height:2.5rem;width:2.5rem}@media (min-width:768px){.shop-design2 .product-badge .badge{height:3.5rem;width:3.5rem}}.shop-design2 .product-badge .badge{border-radius:50%}.shop-design2 .col-md-12>.product-item,.shop-design2 .col-md-12>div>.product-item,.shop-design2 .col-md-6>.product-item,.shop-design2 .col-md-6>div>.product-item{min-height:9rem}@media (min-width:768px){.shop-design2 .col-md-12>.product-item,.shop-design2 .col-md-12>div>.product-item,.shop-design2 .col-md-6>.product-item,.shop-design2 .col-md-6>div>.product-item{min-height:13rem}}.shop-design2 .col-md-12>.product-item,.shop-design2 .col-md-12>div>.product-item,.shop-design2 .col-md-6>.product-item,.shop-design2 .col-md-6>div>.product-item{border:1px solid #e9ecef!important}.shop-design2 .col-md-12>.product-item .product-badge,.shop-design2 .col-md-12>div>.product-item .product-badge,.shop-design2 .col-md-6>.product-item .product-badge,.shop-design2 .col-md-6>div>.product-item .product-badge{left:-13%!important}@media (max-width:767.98px){.shop-design2 .col-md-12>.product-item .product-badge,.shop-design2 .col-md-12>div>.product-item .product-badge,.shop-design2 .col-md-6>.product-item .product-badge,.shop-design2 .col-md-6>div>.product-item .product-badge{left:auto!important;right:0!important;top:0!important}.shop-design2 .col-md-12>.product-item,.shop-design2 .col-md-12>div>.product-item,.shop-design2 .col-md-6>.product-item,.shop-design2 .col-md-6>div>.product-item{flex-direction:column!important;-webkit-flex-direction:column!important}}.shop-design2 .col-md-12>.product-item .product-item__img,.shop-design2 .col-md-12>div>.product-item .product-item__img,.shop-design2 .col-md-6>.product-item .product-item__img,.shop-design2 .col-md-6>div>.product-item .product-item__img{width:100%}@media (min-width:768px){.shop-design2 .col-md-12>.product-item .product-item__body,.shop-design2 .col-md-12>div>.product-item .product-item__body,.shop-design2 .col-md-6>.product-item .product-item__body,.shop-design2 .col-md-6>div>.product-item .product-item__body{height:auto!important}}@media (max-width:767.98px){.shop-design2 .col-md-12>.product-item .product-item__body,.shop-design2 .col-md-12>div>.product-item .product-item__body,.shop-design2 .col-md-6>.product-item .product-item__body,.shop-design2 .col-md-6>div>.product-item .product-item__body{flex-direction:column!important;-webkit-flex-direction:column!important;position:static}}.shop-design2 .col-md-12>.product-item .product-item__body,.shop-design2 .col-md-12>div>.product-item .product-item__body,.shop-design2 .col-md-6>.product-item .product-item__body,.shop-design2 .col-md-6>div>.product-item .product-item__body{position:relative;width:100%}@media (max-width:767.98px){.shop-design2 .col-md-12>.product-item .product-item__body,.shop-design2 .col-md-12>div>.product-item .product-item__body,.shop-design2 .col-md-6>.product-item .product-item__body,.shop-design2 .col-md-6>div>.product-item .product-item__body{padding-left:.5rem;padding-top:0!important}}.shop-design2 .col-md-12>.product-item .product-item__body,.shop-design2 .col-md-12>div>.product-item .product-item__body,.shop-design2 .col-md-6>.product-item .product-item__body,.shop-design2 .col-md-6>div>.product-item .product-item__body{padding-left:2rem}.shop-design2 .col-md-12>.product-item .product-item__body .title.h6,.shop-design2 .col-md-12>div>.product-item .product-item__body .title.h6,.shop-design2 .col-md-6>.product-item .product-item__body .title.h6,.shop-design2 .col-md-6>div>.product-item .product-item__body .title.h6{height:2rem;overflow:hidden}.shop-design2 .col-md-12>.product-item .product-item__body .short-description,.shop-design2 .col-md-12>div>.product-item .product-item__body .short-description,.shop-design2 .col-md-6>.product-item .product-item__body .short-description,.shop-design2 .col-md-6>div>.product-item .product-item__body .short-description{font-size:90%!important}@media (max-width:767.98px){.shop-design2 .col-md-12>.product-item .product-item__body .short-description,.shop-design2 .col-md-12>div>.product-item .product-item__body .short-description,.shop-design2 .col-md-6>.product-item .product-item__body .short-description,.shop-design2 .col-md-6>div>.product-item .product-item__body .short-description{height:2rem;overflow:hidden}}.shop-design2 .col-md-12>.product-item .product-item__body .product-group__top,.shop-design2 .col-md-12>div>.product-item .product-item__body .product-group__top,.shop-design2 .col-md-6>.product-item .product-item__body .product-group__top,.shop-design2 .col-md-6>div>.product-item .product-item__body .product-group__top{padding-right:.75rem}.shop-design2 .col-md-12>.product-item .product-item__body .bd-btn,.shop-design2 .col-md-12>div>.product-item .product-item__body .bd-btn,.shop-design2 .col-md-6>.product-item .product-item__body .bd-btn,.shop-design2 .col-md-6>div>.product-item .product-item__body .bd-btn{display:initial!important;width:auto}@media (max-width:767.98px){.shop-design2 .col-md-12>.product-item .product-item__body .bd-btn,.shop-design2 .col-md-12>div>.product-item .product-item__body .bd-btn,.shop-design2 .col-md-6>.product-item .product-item__body .bd-btn,.shop-design2 .col-md-6>div>.product-item .product-item__body .bd-btn{font-size:.85rem;width:auto}}.shop-design2 .col-md-12>.product-item .product-item__body .price-item,.shop-design2 .col-md-12>div>.product-item .product-item__body .price-item,.shop-design2 .col-md-6>.product-item .product-item__body .price-item,.shop-design2 .col-md-6>div>.product-item .product-item__body .price-item{font-size:1.5rem}@media (max-width:767.98px){.shop-design2 .col-md-12>.product-item .product-item__body .price-item,.shop-design2 .col-md-12>div>.product-item .product-item__body .price-item,.shop-design2 .col-md-6>.product-item .product-item__body .price-item,.shop-design2 .col-md-6>div>.product-item .product-item__body .price-item{font-size:1rem}}.shop-design2 .col-md-12>.product-item .product-item__body .price-item,.shop-design2 .col-md-12>div>.product-item .product-item__body .price-item,.shop-design2 .col-md-6>.product-item .product-item__body .price-item,.shop-design2 .col-md-6>div>.product-item .product-item__body .price-item{font-weight:700;top:.5rem}.shop-design2 .col-md-12>.product-item .product-item__body .price-item .element-currency,.shop-design2 .col-md-12>div>.product-item .product-item__body .price-item .element-currency,.shop-design2 .col-md-6>.product-item .product-item__body .price-item .element-currency,.shop-design2 .col-md-6>div>.product-item .product-item__body .price-item .element-currency{max-height:1rem}.shop-design2 .col-md-12>.product-item .product-item__body .product-badge,.shop-design2 .col-md-12>div>.product-item .product-item__body .product-badge,.shop-design2 .col-md-6>.product-item .product-item__body .product-badge,.shop-design2 .col-md-6>div>.product-item .product-item__body .product-badge{font-size:1.25rem;font-weight:700;position:absolute;right:.5rem;top:.5rem}@media (min-width:768px){.shop-design2 .col-md-12>.list-products .row>.col-md-12{margin:0 auto;max-width:70%}}.block-footer.fg-white .ds-logo a.shop-design2 p.description,.block-footer.mm-menu_theme-main .ds-logo a.shop-design2 p.description,.ds--navText-dark .navbar-design>.shop-design2.js-change-color.is-transparent:not(.sticky) p.description,.navbar-fixed .bg-transparent a.shop-design2 p.description,.navbar-fixed .shop-design2.bg-transparent p.description,.shop-design2.fg-dark p.description,.shop-design2.fg-white p.description,.shop-design2.mm-menu_theme-main p.description,.topbar-inner .block-footer.email-item:hover .ds-logo a.shop-design2 p.description,.topbar-inner .block-footer.phone-item:hover .ds-logo a.shop-design2 p.description,.topbar-inner .shop-design2.email-item:hover p.description,.topbar-inner .shop-design2.phone-item:hover p.description,.topbar-inner .social-item:hover .block-footer.icon .ds-logo a.shop-design2 p.description,.topbar-inner .social-item:hover .shop-design2.icon p.description{color:#343a40!important}@media (min-width:576px){.filter .range-filters .shop-design-featured .ds-cs-range-slider>.element,.shop-design-featured .col-12>.element,.shop-design-featured .filter .range-filters .ds-cs-range-slider>.element{flex-direction:row!important;-ms-flex-direction:row!important;-webkit-flex-direction:row!important}.filter .range-filters .shop-design-featured .ds-cs-range-slider>.element .product-item__img,.shop-design-featured .col-12>.element .product-item__img,.shop-design-featured .filter .range-filters .ds-cs-range-slider>.element .product-item__img{width:50%}.filter .range-filters .shop-design-featured .ds-cs-range-slider>div>.element,.shop-design-featured .col-12>div>.element,.shop-design-featured .filter .range-filters .ds-cs-range-slider>div>.element{flex-direction:row!important;-ms-flex-direction:row!important;-webkit-flex-direction:row!important}.filter .range-filters .shop-design-featured .ds-cs-range-slider>div>.element .product-item__img,.shop-design-featured .col-12>div>.element .product-item__img,.shop-design-featured .filter .range-filters .ds-cs-range-slider>div>.element .product-item__img{width:50%}}.shop-design-featured .list-products .product-item__body{background-color:#fff!important}.shop-design-featured .description.short-description,.shop-design-featured .price-item{color:#343a40}.shop-design-banner .col-md-4 .image .picture-fit{position:absolute}.shop-design-banner .col-md-4 .image img{object-fit:cover}.block-footer.fg-white .ds-logo a.shop-horizontal .title,.block-footer.fg-white .ds-logo a.shop-horizontal p.description,.block-footer.fg-white .ds-logo a.shop-horizontal p.price-item,.block-footer.mm-menu_theme-main .ds-logo a.shop-horizontal .title,.block-footer.mm-menu_theme-main .ds-logo a.shop-horizontal p.description,.block-footer.mm-menu_theme-main .ds-logo a.shop-horizontal p.price-item,.ds--navText-dark .navbar-design>.shop-horizontal.js-change-color.is-transparent:not(.sticky) .title,.ds--navText-dark .navbar-design>.shop-horizontal.js-change-color.is-transparent:not(.sticky) p.description,.ds--navText-dark .navbar-design>.shop-horizontal.js-change-color.is-transparent:not(.sticky) p.price-item,.navbar-fixed .bg-transparent a.shop-horizontal .title,.navbar-fixed .bg-transparent a.shop-horizontal p.description,.navbar-fixed .bg-transparent a.shop-horizontal p.price-item,.navbar-fixed .shop-horizontal.bg-transparent .title,.navbar-fixed .shop-horizontal.bg-transparent p.description,.navbar-fixed .shop-horizontal.bg-transparent p.price-item,.shop-horizontal.fg-dark .title,.shop-horizontal.fg-dark p.description,.shop-horizontal.fg-dark p.price-item,.shop-horizontal.fg-white .title,.shop-horizontal.fg-white p.description,.shop-horizontal.fg-white p.price-item,.shop-horizontal.mm-menu_theme-main .title,.shop-horizontal.mm-menu_theme-main p.description,.shop-horizontal.mm-menu_theme-main p.price-item,.topbar-inner .block-footer.email-item:hover .ds-logo a.shop-horizontal .title,.topbar-inner .block-footer.email-item:hover .ds-logo a.shop-horizontal p.description,.topbar-inner .block-footer.email-item:hover .ds-logo a.shop-horizontal p.price-item,.topbar-inner .block-footer.phone-item:hover .ds-logo a.shop-horizontal .title,.topbar-inner .block-footer.phone-item:hover .ds-logo a.shop-horizontal p.description,.topbar-inner .block-footer.phone-item:hover .ds-logo a.shop-horizontal p.price-item,.topbar-inner .shop-horizontal.email-item:hover .title,.topbar-inner .shop-horizontal.email-item:hover p.description,.topbar-inner .shop-horizontal.email-item:hover p.price-item,.topbar-inner .shop-horizontal.phone-item:hover .title,.topbar-inner .shop-horizontal.phone-item:hover p.description,.topbar-inner .shop-horizontal.phone-item:hover p.price-item,.topbar-inner .social-item:hover .block-footer.icon .ds-logo a.shop-horizontal .title,.topbar-inner .social-item:hover .block-footer.icon .ds-logo a.shop-horizontal p.description,.topbar-inner .social-item:hover .block-footer.icon .ds-logo a.shop-horizontal p.price-item,.topbar-inner .social-item:hover .shop-horizontal.icon .title,.topbar-inner .social-item:hover .shop-horizontal.icon p.description,.topbar-inner .social-item:hover .shop-horizontal.icon p.price-item{color:#343a40!important}.block-footer.fg-white .ds-logo a.shop-horizontal .title:hover,.block-footer.mm-menu_theme-main .ds-logo a.shop-horizontal .title:hover,.ds--navText-dark .navbar-design>.shop-horizontal.js-change-color.is-transparent:not(.sticky) .title:hover,.navbar-fixed .bg-transparent a.shop-horizontal .title:hover,.navbar-fixed .shop-horizontal.bg-transparent .title:hover,.shop-horizontal.fg-dark .title:hover,.shop-horizontal.fg-white .title:hover,.shop-horizontal.mm-menu_theme-main .title:hover,.topbar-inner .block-footer.email-item:hover .ds-logo a.shop-horizontal .title:hover,.topbar-inner .block-footer.phone-item:hover .ds-logo a.shop-horizontal .title:hover,.topbar-inner .shop-horizontal.email-item:hover .title:hover,.topbar-inner .shop-horizontal.phone-item:hover .title:hover,.topbar-inner .social-item:hover .block-footer.icon .ds-logo a.shop-horizontal .title:hover,.topbar-inner .social-item:hover .shop-horizontal.icon .title:hover{color:inherit!important}.shop-horizontal .product-item{background:#fff;border:1px solid #cfd8dc;border-radius:.5rem}.shop-horizontal .product-item,.shop-horizontal .product-item:hover{-webkit-transition:border .5s ease-out;-o-transition:border .5s ease-out;transition:border .5s ease-out}.shop-horizontal .product-item:hover{border:1px solid #999}.shop-horizontal .product-item{padding:1.2rem}@media (max-width:767.98px){.shop-horizontal .product-item{padding:.5rem}.shop-horizontal .product-item,.shop-horizontal .product-item .product-item__body{flex-direction:row!important;-webkit-flex-direction:row!important}}.shop-horizontal .col-md-12>.product-item,.shop-horizontal .col-md-12>div>.product-item,.shop-horizontal .col-md-6>.product-item,.shop-horizontal .col-md-6>div>.product-item{min-height:9rem}.shop-horizontal .col-md-12>.product-item .product-item__body .product-btn,.shop-horizontal .col-md-12>div>.product-item .product-item__body .product-btn,.shop-horizontal .col-md-6>.product-item .product-item__body .product-btn,.shop-horizontal .col-md-6>div>.product-item .product-item__body .product-btn{display:flex;text-align:right!important;width:auto!important}.shop-horizontal .col-md-12>.product-item .product-item__body .product-btn .btn,.shop-horizontal .col-md-12>div>.product-item .product-item__body .product-btn .btn,.shop-horizontal .col-md-6>.product-item .product-item__body .product-btn .btn,.shop-horizontal .col-md-6>div>.product-item .product-item__body .product-btn .btn{margin-bottom:.25rem;margin-left:.5rem;margin-top:.25rem}.shop-horizontal .col-md-12>.product-item .product-item__img,.shop-horizontal .col-md-12>div>.product-item .product-item__img,.shop-horizontal .col-md-6>.product-item .product-item__img,.shop-horizontal .col-md-6>div>.product-item .product-item__img{background:#00000008;padding:1px;width:40%}@media (max-width:767.98px){.shop-horizontal .col-md-12>.product-item .product-item__img,.shop-horizontal .col-md-12>div>.product-item .product-item__img,.shop-horizontal .col-md-6>.product-item .product-item__img,.shop-horizontal .col-md-6>div>.product-item .product-item__img{width:50%}}@media (min-width:768px){.shop-horizontal .col-md-12>.product-item .product-item__body,.shop-horizontal .col-md-12>div>.product-item .product-item__body,.shop-horizontal .col-md-6>.product-item .product-item__body,.shop-horizontal .col-md-6>div>.product-item .product-item__body{height:auto!important}}.shop-horizontal .col-md-12>.product-item .product-item__body,.shop-horizontal .col-md-12>div>.product-item .product-item__body,.shop-horizontal .col-md-6>.product-item .product-item__body,.shop-horizontal .col-md-6>div>.product-item .product-item__body{position:relative;width:100%}@media (max-width:767.98px){.shop-horizontal .col-md-12>.product-item .product-item__body,.shop-horizontal .col-md-12>div>.product-item .product-item__body,.shop-horizontal .col-md-6>.product-item .product-item__body,.shop-horizontal .col-md-6>div>.product-item .product-item__body{padding-left:.5rem;padding-top:0!important}}.shop-horizontal .col-md-12>.product-item .product-item__body,.shop-horizontal .col-md-12>div>.product-item .product-item__body,.shop-horizontal .col-md-6>.product-item .product-item__body,.shop-horizontal .col-md-6>div>.product-item .product-item__body{padding-left:1rem}.shop-horizontal .col-md-12>.product-item .product-item__body .short-description,.shop-horizontal .col-md-12>div>.product-item .product-item__body .short-description,.shop-horizontal .col-md-6>.product-item .product-item__body .short-description,.shop-horizontal .col-md-6>div>.product-item .product-item__body .short-description{font-size:90%!important}@media (max-width:767.98px){.shop-horizontal .col-md-12>.product-item .product-item__body .product-group__top,.shop-horizontal .col-md-12>div>.product-item .product-item__body .product-group__top,.shop-horizontal .col-md-6>.product-item .product-item__body .product-group__top,.shop-horizontal .col-md-6>div>.product-item .product-item__body .product-group__top{display:flex;flex-direction:column}}.shop-horizontal .col-md-12>.product-item .product-item__body .product-group__top,.shop-horizontal .col-md-12>div>.product-item .product-item__body .product-group__top,.shop-horizontal .col-md-6>.product-item .product-item__body .product-group__top,.shop-horizontal .col-md-6>div>.product-item .product-item__body .product-group__top{padding-right:.75rem}.shop-horizontal .col-md-12>.product-item .product-item__body .product-group__bottom,.shop-horizontal .col-md-12>div>.product-item .product-item__body .product-group__bottom,.shop-horizontal .col-md-6>.product-item .product-item__body .product-group__bottom,.shop-horizontal .col-md-6>div>.product-item .product-item__body .product-group__bottom{padding-right:.25rem!important;width:40%}.shop-horizontal .col-md-12>.product-item .product-item__body .bd-btn,.shop-horizontal .col-md-12>div>.product-item .product-item__body .bd-btn,.shop-horizontal .col-md-6>.product-item .product-item__body .bd-btn,.shop-horizontal .col-md-6>div>.product-item .product-item__body .bd-btn{font-size:.875rem;width:auto!important}.button-style-1 .shop-horizontal .col-md-12>.product-item .product-item__body .bd-btn,.button-style-1 .shop-horizontal .col-md-12>div>.product-item .product-item__body .bd-btn,.button-style-1 .shop-horizontal .col-md-6>.product-item .product-item__body .bd-btn,.button-style-1 .shop-horizontal .col-md-6>div>.product-item .product-item__body .bd-btn,.button-style-2 .shop-horizontal .col-md-12>.product-item .product-item__body .bd-btn,.button-style-2 .shop-horizontal .col-md-12>div>.product-item .product-item__body .bd-btn,.button-style-2 .shop-horizontal .col-md-6>.product-item .product-item__body .bd-btn,.button-style-2 .shop-horizontal .col-md-6>div>.product-item .product-item__body .bd-btn,.button-style-3 .shop-horizontal .col-md-12>.product-item .product-item__body .bd-btn,.button-style-3 .shop-horizontal .col-md-12>div>.product-item .product-item__body .bd-btn,.button-style-3 .shop-horizontal .col-md-6>.product-item .product-item__body .bd-btn,.button-style-3 .shop-horizontal .col-md-6>div>.product-item .product-item__body .bd-btn,.button-style-4 .shop-horizontal .col-md-12>.product-item .product-item__body .bd-btn,.button-style-4 .shop-horizontal .col-md-12>div>.product-item .product-item__body .bd-btn,.button-style-4 .shop-horizontal .col-md-6>.product-item .product-item__body .bd-btn,.button-style-4 .shop-horizontal .col-md-6>div>.product-item .product-item__body .bd-btn{padding:.25rem .5rem!important}@media (max-width:767.98px){.shop-horizontal .col-md-12>.product-item .product-item__body .bd-btn,.shop-horizontal .col-md-12>div>.product-item .product-item__body .bd-btn,.shop-horizontal .col-md-6>.product-item .product-item__body .bd-btn,.shop-horizontal .col-md-6>div>.product-item .product-item__body .bd-btn{font-size:.85rem;width:auto}}.shop-horizontal .col-md-12>.product-item .product-item__body .price-item,.shop-horizontal .col-md-12>div>.product-item .product-item__body .price-item,.shop-horizontal .col-md-6>.product-item .product-item__body .price-item,.shop-horizontal .col-md-6>div>.product-item .product-item__body .price-item{font-size:1.1rem;text-align:right!important}@media (max-width:767.98px){.shop-horizontal .col-md-12>.product-item .product-item__body .price-item,.shop-horizontal .col-md-12>div>.product-item .product-item__body .price-item,.shop-horizontal .col-md-6>.product-item .product-item__body .price-item,.shop-horizontal .col-md-6>div>.product-item .product-item__body .price-item{font-size:1rem}}.shop-horizontal .col-md-12>.product-item .product-item__body .price-item,.shop-horizontal .col-md-12>div>.product-item .product-item__body .price-item,.shop-horizontal .col-md-6>.product-item .product-item__body .price-item,.shop-horizontal .col-md-6>div>.product-item .product-item__body .price-item{font-weight:700;top:.5rem}.shop-horizontal .col-md-12>.product-item .product-item__body .price-item .element-currency,.shop-horizontal .col-md-12>div>.product-item .product-item__body .price-item .element-currency,.shop-horizontal .col-md-6>.product-item .product-item__body .price-item .element-currency,.shop-horizontal .col-md-6>div>.product-item .product-item__body .price-item .element-currency{max-height:1rem}.shop-horizontal .col-md-12>.product-item .product-item__body .product-badge,.shop-horizontal .col-md-12>div>.product-item .product-item__body .product-badge,.shop-horizontal .col-md-6>.product-item .product-item__body .product-badge,.shop-horizontal .col-md-6>div>.product-item .product-item__body .product-badge{bottom:.5rem;padding:0;position:absolute;right:.5rem}@media (max-width:767.98px){.shop-horizontal .col-md-12>.product-item .product-item__body .product-badge,.shop-horizontal .col-md-12>div>.product-item .product-item__body .product-badge,.shop-horizontal .col-md-6>.product-item .product-item__body .product-badge,.shop-horizontal .col-md-6>div>.product-item .product-item__body .product-badge{bottom:0!important;right:0!important}}.shop-horizontal .col-md-12>.product-item .product-item__body .product-badge,.shop-horizontal .col-md-12>div>.product-item .product-item__body .product-badge,.shop-horizontal .col-md-6>.product-item .product-item__body .product-badge,.shop-horizontal .col-md-6>div>.product-item .product-item__body .product-badge{font-size:1.25rem;font-weight:700}@media (min-width:768px){.shop-horizontal .col-md-12>.list-products .row>.col-md-12,.shop-horizontal .col-md-12>.list-products .row>.col-md-6,.shop-horizontal .col-md-6>.list-products .row>.col-md-12,.shop-horizontal .col-md-6>.list-products .row>.col-md-6{margin:0 auto;max-width:70%}}.shop-horizontal .col-md-12>.list-products .row>.col-md-12 .title.h6,.shop-horizontal .col-md-12>.list-products .row>.col-md-12 h6.title,.shop-horizontal .col-md-12>.list-products .row>.col-md-6 .title.h6,.shop-horizontal .col-md-12>.list-products .row>.col-md-6 h6.title,.shop-horizontal .col-md-6>.list-products .row>.col-md-12 .title.h6,.shop-horizontal .col-md-6>.list-products .row>.col-md-12 h6.title,.shop-horizontal .col-md-6>.list-products .row>.col-md-6 .title.h6,.shop-horizontal .col-md-6>.list-products .row>.col-md-6 h6.title{font-size:1.25rem}.shop-horizontal .col-md-12>.list-products .row>.col-md-12 .product-item .product-item__body .product-group__top,.shop-horizontal .col-md-12>.list-products .row>.col-md-6 .product-item .product-item__body .product-group__top,.shop-horizontal .col-md-6>.list-products .row>.col-md-12 .product-item .product-item__body .product-group__top,.shop-horizontal .col-md-6>.list-products .row>.col-md-6 .product-item .product-item__body .product-group__top{padding-right:1rem;width:60%}.shop-horizontal .list-products .col-md-9 .product-item{padding:1rem}.shop-horizontal .list-products .col-md-9 .product-item .product-item__body{padding-left:1rem!important;width:100%}.shop-horizontal .list-products .col-md-9 .product-item .product-item__body .price-item{font-size:1.1rem;text-align:right}@media (max-width:767.98px){.filter .range-filters .shop-horizontal .col-sm-12.ds-cs-range-slider>.product-item .product-item__img,.filter .range-filters .shop-horizontal .col-sm-12.ds-cs-range-slider>div>.product-item .product-item__img,.shop-horizontal .col-12.col-sm-12>.product-item .product-item__img,.shop-horizontal .col-12.col-sm-12>div>.product-item .product-item__img,.shop-horizontal .col-md-6>.product-item .product-item__img,.shop-horizontal .col-md-6>div>.product-item .product-item__img,.shop-horizontal .filter .range-filters .col-sm-12.ds-cs-range-slider>.product-item .product-item__img,.shop-horizontal .filter .range-filters .col-sm-12.ds-cs-range-slider>div>.product-item .product-item__img{align-items:center;display:flex;padding-right:1rem;width:50%}.filter .range-filters .shop-horizontal .col-sm-12.ds-cs-range-slider>.product-item .product-group__bottom,.filter .range-filters .shop-horizontal .col-sm-12.ds-cs-range-slider>div>.product-item .product-group__bottom,.shop-horizontal .col-12.col-sm-12>.product-item .product-group__bottom,.shop-horizontal .col-12.col-sm-12>div>.product-item .product-group__bottom,.shop-horizontal .col-md-6>.product-item .product-group__bottom,.shop-horizontal .col-md-6>div>.product-item .product-group__bottom,.shop-horizontal .filter .range-filters .col-sm-12.ds-cs-range-slider>.product-item .product-group__bottom,.shop-horizontal .filter .range-filters .col-sm-12.ds-cs-range-slider>div>.product-item .product-group__bottom{text-align:right}.filter .range-filters .shop-horizontal .col-sm-12.ds-cs-range-slider>.product-item .product-badge,.filter .range-filters .shop-horizontal .col-sm-12.ds-cs-range-slider>div>.product-item .product-badge,.shop-horizontal .col-12.col-sm-12>.product-item .product-badge,.shop-horizontal .col-12.col-sm-12>div>.product-item .product-badge,.shop-horizontal .col-md-6>.product-item .product-badge,.shop-horizontal .col-md-6>div>.product-item .product-badge,.shop-horizontal .filter .range-filters .col-sm-12.ds-cs-range-slider>.product-item .product-badge,.shop-horizontal .filter .range-filters .col-sm-12.ds-cs-range-slider>div>.product-item .product-badge{width:100%}}.button-style-4 .shop-horizontal.block-button-background .col-md-6>.product-item .product-item__body .bd-btn,.button-style-4 .shop-horizontal.block-button-background .col-md-6>div>.product-item .product-item__body .bd-btn,.button-style-4 .shop-horizontal.block-button-background .col-sm-12>.product-item .product-item__body .bd-btn,.button-style-4 .shop-horizontal.block-button-background .col-sm-12>div>.product-item .product-item__body .bd-btn{padding:.25rem 1.5rem .25rem .5rem!important}#ds-st-cookiesbar .navbar-default{background:#000000e6;min-height:30px}@media (max-width:575.98px){#ds-st-cookiesbar .navbar-default{z-index:2000000002}}#ds-st-cookiesbar .navbar-text{color:#fff;margin-bottom:10px;margin-top:10px;text-align:center;width:100%}#ds-st-cookiesbar .link-cookies{border-bottom:1px solid #fff;color:#fff}#ds-st-cookiesbar .link-cookies:hover{border-bottom-color:#999;color:#e6e6e6;text-decoration:none}#ds-st-cookiesbar .ds-btn-close{display:none}@media (max-width:575.98px){#ds-st-cookiesbar .ds-btn-close{display:inline-block}}#ds-st-cookiesbar .ds-btn-close{background:none;float:right;height:20px;overflow:hidden;position:relative;width:20px}#ds-st-cookiesbar .ds-btn-close,#ds-st-cookiesbar .ds-btn-close:hover{-webkit-transition:opacity .25s ease;-o-transition:opacity .25s ease;transition:opacity .25s ease}#ds-st-cookiesbar .ds-btn-close:hover{opacity:.7}#ds-st-cookiesbar .ds-btn-close__bar{height:1px;left:0;margin-top:-1px;position:absolute;top:50%;width:100%}#ds-st-cookiesbar .ds-btn-close__bar--left{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}#ds-st-cookiesbar .ds-btn-close__bar--right{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.ds-fancybox-popup,.fancybox-popup{display:none;max-width:38rem;padding:2.5rem}.bg-message-form{display:flex}.form-group{margin:1rem 0 0}.form-group.form-group_textarea{width:100%}.form-group.privacy-policy{width:100%!important}.input-btn{background:#0000;border:none;bottom:0;color:#555;font-size:14px;height:2.5rem;line-height:42px;padding:0;position:absolute;right:0;text-align:center;width:2.5rem;z-index:0}.input-btn:active,.input-btn:focus,.input-btn:hover{outline:0}.input-upload{background-color:#e9ecef;caret-color:#0000;pointer-events:none}.input-upload:focus{background-color:#e9ecef;border:1px solid #ced4da!important;box-shadow:none!important}.input-upload-hide{opacity:0;position:absolute;top:0}.close-upload{display:block;height:2.5rem;position:relative;width:2.5rem}.close-upload:after,.close-upload:before{background-color:#555;content:"";display:block;height:1px;position:absolute;right:14px;top:21px;width:14px}.close-upload:after{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.close-upload:before{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.btn-upload .form-control{margin-top:0}.was-validated .invalid-feedback.is-invalid{display:block}.bg-message-form{height:100%;left:0;position:absolute;top:0;width:100%;z-index:3}.sk-fading-circle{height:2em;margin-bottom:1rem;width:2em}.form-group .dropdown-toggle:after{color:#111!important;display:none}.ds-cc-form label,.sort-products label{font-weight:400}.form-inline{padding-left:calc(var(--bs-gutter-x)*.25);padding-right:calc(var(--bs-gutter-x)*.25)}@media (min-width:576px){.form .form-inline .form-group{margin-bottom:0!important;padding-left:calc(var(--bs-gutter-x)*.25);padding-right:calc(var(--bs-gutter-x)*.25)}}.form .form-inline .form-group__btn{display:block;width:100%}@media (min-width:576px){.form .form-inline .form-group__btn{width:auto}}.form .form-inline label{justify-content:start}.form-inline .dropdown-toggle{min-width:12rem;width:100%}.form-inline .form-check{width:auto}.ds-cs-range-slider{margin:1em 8px}.ds-cs-range-slider .range-value{display:block;width:auto}

/*! nouislider - 10.1.0 - 2017-07-28 13:09:54 */.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-moz-box-sizing:border-box;box-sizing:border-box;-ms-touch-action:none;touch-action:none;-webkit-user-select:none;-ms-user-select:none;-moz-user-select:none;user-select:none}.noUi-target{direction:ltr;position:relative}.noUi-base{height:100%;position:relative;width:100%;z-index:1}.noUi-connect{bottom:0;left:0;position:absolute;right:0;top:0}.noUi-origin{height:0;position:absolute;width:0}.noUi-handle{position:relative;z-index:1}.noUi-state-tap .noUi-connect,.noUi-state-tap .noUi-origin{-webkit-transition:top .3s,right .3s,bottom .3s,left .3s;transition:top .3s,right .3s,bottom .3s,left .3s}.noUi-state-drag *{cursor:inherit!important}.noUi-base,.noUi-handle{-webkit-transform:translateZ(0);transform:translateZ(0)}.noUi-horizontal{height:6px}.noUi-horizontal .noUi-handle{height:18px;left:-9px;top:-7px;width:18px}.noUi-vertical{width:6px}.noUi-vertical .noUi-handle{height:18px;left:-9px;top:-6px;width:18px}.noUi-target{background:#dee2e6;border-radius:0}.noUi-connect{background:#adb5bd;border-radius:4px;-webkit-transition:background .45s;transition:background .45s}.noUi-draggable{cursor:ew-resize}.noUi-vertical .noUi-draggable{cursor:ns-resize}.noUi-handle{background:#00be68;border-radius:50%;cursor:pointer;height:1.25rem;left:14px;top:14px;width:1.25rem}.noUi-handle:hover{box-shadow:0 0 5px 0 #171b1f59;outline:none}.noUi-handle:focus{outline:none}.noUi-active{box-shadow:none}.noUi-handle:after,.noUi-handle:before{background:#e8e7e6;content:"";display:none;height:14px;left:14px;position:absolute;top:6px;width:1px}.noUi-handle:after{left:17px}.noUi-vertical .noUi-handle:after,.noUi-vertical .noUi-handle:before{height:1px;left:6px;top:14px;width:14px}.noUi-vertical .noUi-handle:after{top:17px}[disabled] .noUi-connect{background:#b8b8b8}[disabled] .noUi-handle,[disabled].noUi-handle,[disabled].noUi-target{cursor:not-allowed}.noUi-pips,.noUi-pips *{-moz-box-sizing:border-box;box-sizing:border-box}.noUi-pips{color:#999;position:absolute}.noUi-value{position:absolute;text-align:center;white-space:nowrap}.noUi-value-sub{color:#ccc;font-size:10px}.noUi-marker{background:#ccc;position:absolute}.noUi-marker-large,.noUi-marker-sub{background:#aaa}.noUi-pips-horizontal{height:80px;left:0;padding:10px 0;top:100%;width:100%}.noUi-value-horizontal{-webkit-transform:translate3d(-50%,50%,0);transform:translate3d(-50%,50%,0)}.noUi-marker-horizontal.noUi-marker{height:5px;margin-left:-1px;width:2px}.noUi-marker-horizontal.noUi-marker-sub{height:10px}.noUi-marker-horizontal.noUi-marker-large{height:15px}.noUi-pips-vertical{height:100%;left:100%;padding:0 10px;top:0}.noUi-value-vertical{padding-left:25px;-webkit-transform:translate3d(0,50%,0);transform:translate3d(0,50%,0)}.noUi-marker-vertical.noUi-marker{height:2px;margin-top:-1px;width:5px}.noUi-marker-vertical.noUi-marker-sub{width:10px}.noUi-marker-vertical.noUi-marker-large{width:15px}.noUi-tooltip{background:#fff;border:1px solid #d9d9d9;color:#000;display:block;padding:5px;position:absolute;text-align:center;white-space:nowrap}.noUi-horizontal .noUi-tooltip{bottom:120%;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.noUi-vertical .noUi-tooltip{right:120%;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.form-check,.form-check-group .form-check{margin-bottom:.5em}.form-check .btn-link,.form-check a{color:inherit;opacity:.8}.form-check .btn-link:hover,.form-check a:hover{color:inherit;opacity:1}.form-check{cursor:pointer;display:block;padding-left:1.5rem;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.form-check input{cursor:pointer;opacity:0;position:absolute}.form-check .form-check-item{position:relative}.form-check:hover input~.checkmark{background-color:#adb5bd}.form-check input:disabled~.checkmark{background-color:#dee2e6;opacity:.5}.form-check input:disabled~.checkmark:after{display:none}.form-check input:checked~.checkmark{background-color:#00be68}.form-check input:checked~.checkmark:after{display:block}.form-check .checkmark{height:1rem;left:0;position:absolute;top:4px;width:1rem}.block-footer .legal-text li .form-check .checkmark,.mm-menu .mm-listitem>.mm-listitem__text .nav-menu-text-subtitle .form-check .checkmark,.navbar-design .nav-link .nav-menu-text .nav-menu-text-subtitle .form-check .checkmark,.small .form-check .checkmark,.subnav .nav-link .nav-menu-text .nav-menu-text-subtitle .form-check .checkmark,small .form-check .checkmark{height:1rem;width:1rem}.form-check .checkmark{background-color:#adb5bd;border-radius:2px}.form-check .checkmark:after{border:solid #fff;border-width:0 3px 3px 0;content:"";display:none;height:8px;position:absolute;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);width:5px}.password-input{border:0}.ds-cs-password{border:1px solid #ced4da}.mm-menu_theme-main{background:#00a49d;border-color:#00bdb6}.mm-menu span.nav-link{color:inherit!important}.mm-menu .mm-wrapper_blocking{height:100%;overflow-y:scroll}.mm-menu .mm-wrapper_blocking body{height:100%;overflow:hidden}.mm-menu .mm-listitem_spacer{padding-bottom:1rem;padding-top:1rem}.mm-menu .mm-wrapper_opening [class*=mm-menu_pagedim].mm-menu_opened~.mm-page__blocker{opacity:.7;-webkit-transition:opacity .4s ease .4s;-moz-transition:opacity .4s ease .4s;-ms-transition:opacity .4s ease .4s;-o-transition:opacity .4s ease .4s;transition:opacity .4s ease .4s}.mm-menu .nav-menu-item{padding:.5rem 0!important}.mm-menu .mm-listitem>.mm-listitem__text{padding:10px 10px 10px 20px!important}.mm-menu .mm-listitem>.mm-listitem__text .nav-menu-text-subtitle{opacity:.7}.mm-listitem_spacer>.mm-btn_next{top:0!important}.mm-listitem:after{left:0}.mm-slideout{z-index:auto}.navbar-design :after,.navbar-design :before{box-sizing:border-box}.navbar-design ul{padding-start:0;-webkit-padding-start:0;-webkit-margin-before:0;-webkit-margin-after:0;list-style-type:none;padding-left:0}.navbar-design a:not(.btn),.navbar-design span.nav-link{color:inherit;text-decoration:none}.navbar-design span.nav-link{cursor:pointer}.navbar-design input{background:none;border:0}.navbar-design p a{font-weight:700}.navbar-design .title-big{font-size:2.5em}.navbar-design .copy{font-size:1.1em;line-height:1.5}.footer .navbar-design .copy{font-size:.8em}.navbar-design .h2,.navbar-design h2{-webkit-margin-before:0}.icon i,.icons-outline-round-m .icon i,.icons-outline-round-s .icon i,.icons-outline-round-xs .icon i,.icons-round-m .icon i,.icons-round-s .icon i,.icons-round-xs .icon i,.text-align-center,.tools__item-icon,.v-text-center .ds-block-content,.v-text-center .overlay-body{text-align:center}.text-align-left,.v-text-center.section-lines .ds-col.col-md-12 .content-entry,.v-text-left .ds-block-content,.v-text-left .overlay-body,.v-text-left.section-lines .ds-col.col-md-12 .content-entry,.v-text-right.section-lines .ds-col.col-md-12 .content-entry{text-align:left}.text-align-right,.v-text-right .ds-block-content,.v-text-right .overlay-body{text-align:right}.flex-align-left{-ms-flex-pack:flex-start;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start}.flex-align-right{-ms-flex-pack:flex-end;-webkit-justify-content:flex-end;-moz-justify-content:flex-end;-ms-justify-content:flex-end;justify-content:flex-end}.flex-align-center{-ms-flex-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center}.flex-align-justify{-ms-flex-pack:space-around;-webkit-justify-content:space-around;-moz-justify-content:space-around;-ms-justify-content:space-around;justify-content:space-around}.border-radius-s{border-radius:5px}.border-radius-m{border-radius:10px}.border-radius-l{border-radius:20px}.border-radius-xl{border-radius:30px}.border-radius-topRight-bottomRight-s{border-radius:0 5px 5px 0}.border-radius-topRight-bottomRight-m{border-radius:0 10px 10px 0}.border-radius-topRight-bottomRight-l{border-radius:0 20px 20px 0}.border-radius-topRight-bottomRight-xl{border-radius:0 30px 30px 0}.border-radius-topLeft-bottomLeft-s{border-radius:5px 0 0 5px}.border-radius-topLeft-bottomLeft-m{border-radius:10px 0 0 10px}.border-radius-topLeft-bottomLeft-l{border-radius:20px 0 0 20px}.border-radius-topLeft-bottomLeft-xl{border-radius:30px 0 0 30px}.border-color-success{border-color:#3dbdb6}.border-color-info{border-color:#5778a6}.border-color-error{border-color:#9a2728}.border-color-warning{border-color:#bbbf60}.border-color-gray-transparent,.search-input .tools-search-content{border-color:#b0b0b033}.border-color-one{border-color:#00bdb6}.border-color-two{border-color:#3a3f56}.border-color-three{border-color:#5778a6}.border-color-four{border-color:#e4e5c7}.border-color-five{border-color:#ffbf8b}.border-color-white{border-color:#fff}.border-color-light{border-color:#d8d8d8}.border-color-gray{border-color:#b0b0b0}.border-color-dark{border-color:#4a4a4a}.border-color-black{border-color:#000}.border-width-1,.search-input .tools-search-content{border-width:1px}.border-width-1-5{border-width:1.5px}.border-width-2{border-width:2px}@media (min-width:576px){.logo-size-xxs{max-width:80px;width:auto}.logo-size-xxs.is-vertical{height:auto;max-height:80px}.logo-size-xs{max-width:120px;width:auto}.logo-size-xs.is-vertical{height:auto;max-height:120px}.logo-size-s{max-width:180px;width:auto}.logo-size-s.is-vertical{height:auto;max-height:180px}.logo-size-m{max-width:240px;width:auto}.logo-size-m.is-vertical{height:auto;max-height:240px}.logo-size-l{max-width:280px;width:auto}.logo-size-l.is-vertical{height:auto;max-height:280px}.logo-size-xl{max-width:320px;width:auto}.logo-size-xl.is-vertical{height:auto;max-height:320px}.logo-size-xxl{max-width:350px;width:auto}.logo-size-xxl.is-vertical{height:auto;max-height:350px}.ssr-mode .branding-logo.logo-size-xxs{height:28px;max-height:none;max-width:100%;width:auto}.ssr-mode .branding-logo.logo-size-xs{height:36px;max-height:none;max-width:100%;width:auto}.ssr-mode .branding-logo.logo-size-s{height:48px;max-height:none;max-width:100%;width:auto}.ssr-mode .branding-logo.logo-size-m{height:64px;max-height:none;max-width:100%;width:auto}.ssr-mode .branding-logo.logo-size-l{height:80px;max-height:none;max-width:100%;width:auto}.ssr-mode .branding-logo.logo-size-xl{height:96px;max-height:none;max-width:100%;width:auto}.ssr-mode .branding-logo.logo-size-xxl{height:112px;max-height:none;max-width:100%;width:auto}}.branding-title{font-size:1.5rem;line-height:1.2}@media (min-width:576px){.branding-title.logo-size-xxs{font-size:1.25rem;max-width:none}.branding-title.logo-size-xs{font-size:1.5rem;max-width:none}.branding-title.logo-size-s{font-size:2rem;max-width:none}.branding-title.logo-size-m{font-size:2.5rem;max-width:none}.branding-title.logo-size-l{font-size:2.75rem;max-width:none}.branding-title.logo-size-xl{font-size:3rem;max-width:none}.branding-title.logo-size-xxl{font-size:3.25rem;max-width:none}}.padding-xxs{padding:0}.padding-xs{padding:5px}.padding-s{padding:10px}.padding-m{padding:15px}.padding-l{padding:20px}.padding-xl{padding:25px}.padding-v-xxs{padding-bottom:0;padding-top:0}@media (max-width:575.98px){.padding-v-xxs.navbar-item--logo{padding-bottom:10px;padding-top:10px}}.padding-v-xs{padding-bottom:5px;padding-top:5px}@media (max-width:575.98px){.padding-v-xs.navbar-item--logo{padding-bottom:10px;padding-top:10px}}.padding-v-s{padding-bottom:10px;padding-top:10px}@media (max-width:575.98px){.padding-v-s.navbar-item--logo{padding-bottom:10px;padding-top:10px}}.padding-v-m{padding-bottom:20px;padding-top:20px}@media (max-width:575.98px){.padding-v-m.navbar-item--logo{padding-bottom:10px;padding-top:10px}}.padding-v-l{padding-bottom:40px;padding-top:40px}@media (max-width:575.98px){.padding-v-l.navbar-item--logo{padding-bottom:10px;padding-top:10px}}.padding-v-xl{padding-bottom:80px;padding-top:80px}@media (max-width:575.98px){.padding-v-xl.navbar-item--logo{padding-bottom:10px;padding-top:10px}}.padding-v-xxl{padding-bottom:160px;padding-top:160px}@media (max-width:575.98px){.padding-v-xxl.navbar-item--logo{padding-bottom:10px;padding-top:10px}}.padding-h-xxs{padding-left:0;padding-right:0}.padding-h-xs{padding-left:5px;padding-right:5px}.padding-h-s{padding-left:10px;padding-right:10px}.padding-h-m{padding-left:15px;padding-right:15px}.padding-h-l{padding-left:20px;padding-right:20px}.padding-h-xl{padding-left:30px;padding-right:30px}.padding-h-xxl{padding-left:40px;padding-right:40px}.width-auto{-webkit-flex-basis:auto;-moz-flex-basis:auto;-ms-flex-basis:auto;flex-basis:auto}.width-full{-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-grow:1;flex-grow:1}.width-35{-webkit-flex-basis:35%;-moz-flex-basis:35%;-ms-flex-basis:35%;flex-basis:35%}.width-50{-webkit-flex-basis:50%;-moz-flex-basis:50%;-ms-flex-basis:50%;flex-basis:50%}.width-65{-webkit-flex-basis:65%;-moz-flex-basis:65%;-ms-flex-basis:65%;flex-basis:65%}.flexbox-row-nowrap{-webkit-flex-wrap:nowrap;-moz-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.flexbox-row-nowrap,.flexbox-row-wrap{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.flexbox-row-wrap{-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.flexbox-align-conten-center{-webkit-align-content:center;-moz-align-content:center;-ms-align-content:center;align-content:center}.flexbox-align-items{-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center}.flexbox-order-1{-webkit-box-ordinal-group:1;-moz-box-ordinal-group:1;-ms-flex-order:1;-webkit-order:1;order:1}.flexbox-order-2{-webkit-box-ordinal-group:2;-moz-box-ordinal-group:2;-ms-flex-order:2;-webkit-order:2;order:2}@media (min-width:992px){.hidden-desktop{display:none!important}.visible-desktop{display:block!important}}@media (max-width:767.98px){.hidden-mobile{display:none!important}.visible-mobile{display:block!important}}@media (min-width:768px){.hidden-tablets{display:none!important}.visible-tablets{display:block!important}}.margin-v-xs{margin-bottom:5px;margin-top:5px}.margin-v-s{margin-bottom:10px;margin-top:10px}.margin-v-m{margin-bottom:20px;margin-top:20px}.margin-v-l{margin-bottom:40px;margin-top:40px}.margin-v-xl{margin-bottom:80px;margin-top:80px}.margin-v-xxl{margin-bottom:160px;margin-top:160px}.margin-h-s{margin-left:5px;margin-right:5px}.margin-h-m{margin-left:10px;margin-right:10px}.margin-h-l{margin-left:15px;margin-right:15px}.margin-top-s{margin-top:5px}.margin-top-m{margin-top:10px}.margin-top-l{margin-top:15px}.elements-style-flex-column .ds-image,.overflow-hidden{overflow:hidden}.search-is-open{overflow-y:scroll!important;overflow:hidden!important}.search-is-open body{height:100%!important;overflow:hidden!important}.search-is-open .searchbar{opacity:1;-webkit-transition:opacity .3s ease,width .3s ease;-moz-transition:opacity .3s ease,width .3s ease;-ms-transition:opacity .3s ease,width .3s ease;-o-transition:opacity .3s ease,width .3s ease;transition:opacity .3s ease,width .3s ease;z-index:5}.search-is-open .form-search-item{-webkit-align-self:center;-moz-align-self:center;-ms-align-self:center;align-self:center}.search-is-open .input-search{opacity:1;-webkit-transform:translate(0);-moz-transform:translate(0);-ms-transform:translate(0);transform:translate(0);-webkit-transition:transform .3s ease,opacity .3s ease;-moz-transition:transform .3s ease,opacity .3s ease;-ms-transition:transform .3s ease,opacity .3s ease;-o-transition:transform .3s ease,opacity .3s ease;transition:transform .3s ease,opacity .3s ease;-webkit-transition-delay:.1s;-moz-transition-delay:.1s;-ms-transition-delay:.1s;-o-transition-delay:.1s;transition-delay:.1s}.search-is-open .backdrop{opacity:1;-webkit-transition:opacity .4s ease .2s;-moz-transition:opacity .4s ease .2s;-ms-transition:opacity .4s ease .2s;-o-transition:opacity .4s ease .2s;transition:opacity .4s ease .2s;z-index:3}.search-is-open .menu-ecommerce-mobile{opacity:0}.search-is-open .searchbar.searchbar-mobile{z-index:9999}.search-is-open .subnav.sticky{position:relative!important}.search-fixed-is-open body{height:100%;overflow:hidden}.search-fixed-is-open .js-fixed-searchbar{opacity:1;-webkit-transition:opacity .3s ease,width .3s ease;-moz-transition:opacity .3s ease,width .3s ease;-ms-transition:opacity .3s ease,width .3s ease;-o-transition:opacity .3s ease,width .3s ease;transition:opacity .3s ease,width .3s ease;z-index:1}.search-fixed-is-open .input-search{opacity:1;-webkit-transform:translate(0);-moz-transform:translate(0);-ms-transform:translate(0);transform:translate(0);-webkit-transition:transform .3s ease,opacity .3s ease;-moz-transition:transform .3s ease,opacity .3s ease;-ms-transition:transform .3s ease,opacity .3s ease;-o-transition:transform .3s ease,opacity .3s ease;transition:transform .3s ease,opacity .3s ease}.search-fixed-is-open .backdrop{opacity:1;-webkit-transition:opacity .4s ease .2s;-moz-transition:opacity .4s ease .2s;-ms-transition:opacity .4s ease .2s;-o-transition:opacity .4s ease .2s;transition:opacity .4s ease .2s;z-index:0}.element-is-added .add-tooltip{display:block}.element-is-added .backdrop-element-added{display:block;opacity:.8;z-index:-1}.background{left:0;top:0;z-index:-2}.background,.background .background-color,.background .background-image{height:100%;position:absolute;width:100%}.background .background-image{background-position:50%;background-repeat:no-repeat;background-size:cover;opacity:1;z-index:-4}.bg-nav{z-index:-1}.branding-logo{vertical-align:middle}@media (max-width:575.98px){.branding-logo{max-width:120px}.branding-logo.more-than-48-9{max-width:185px}.branding-logo.branding-title{max-height:none;max-width:none}.branding-logo.is-vertical{height:auto;max-height:70px}}@media (min-width:576px){.icon i .branding-logo,.text-align-center .branding-logo,.tools__item-icon .branding-logo,.v-text-center .ds-block-content .branding-logo,.v-text-center .overlay-body .branding-logo{margin:0 auto}}.branding-title{margin-bottom:0}.logo-floating .branding-logo{position:absolute;top:0}.ds-logo-container a{display:block;height:100%}.hero .h1,.hero h1{font-size:4em}.block-footer .legal-text .hero .h1 li,.block-footer .legal-text .hero h1 li,.hero .h1 .block-footer .legal-text li,.hero .h1 .mm-menu .mm-listitem>.mm-listitem__text .nav-menu-text-subtitle,.hero .h1 .navbar-design .nav-link .nav-menu-text .nav-menu-text-subtitle,.hero .h1 .small,.hero .h1 .subnav .nav-link .nav-menu-text .nav-menu-text-subtitle,.hero .h1 small,.hero h1 .block-footer .legal-text li,.hero h1 .mm-menu .mm-listitem>.mm-listitem__text .nav-menu-text-subtitle,.hero h1 .navbar-design .nav-link .nav-menu-text .nav-menu-text-subtitle,.hero h1 .small,.hero h1 .subnav .nav-link .nav-menu-text .nav-menu-text-subtitle,.hero h1 small,.mm-menu .mm-listitem>.mm-listitem__text .hero .h1 .nav-menu-text-subtitle,.mm-menu .mm-listitem>.mm-listitem__text .hero h1 .nav-menu-text-subtitle,.navbar-design .nav-link .nav-menu-text .hero .h1 .nav-menu-text-subtitle,.navbar-design .nav-link .nav-menu-text .hero h1 .nav-menu-text-subtitle,.subnav .nav-link .nav-menu-text .hero .h1 .nav-menu-text-subtitle,.subnav .nav-link .nav-menu-text .hero h1 .nav-menu-text-subtitle{font-size:40%}.hero-inner{-webkit-transition:padding .3s linear;-moz-transition:padding .3s linear;-ms-transition:padding .3s linear;-o-transition:padding .3s linear;transition:padding .3s linear}.hero-content-position-left{width:50%}@media (max-width:767.98px){.hero-content-position-left{width:100%}}.hero-content-position-right{margin-left:50%;width:50%}@media (max-width:767.98px){.hero-content-position-right{margin-left:0;width:100%}}.hero-content-position-center{margin-left:25%;margin-right:25%;width:50%}@media (max-width:767.98px){.hero-content-position-center{margin-left:0;margin-right:0;width:100%}}.btn-menu-close,.mm-wrapper_opening .btn-menu-open{display:none}.mm-wrapper_opening .btn-menu-close{display:block}.btn-search .close-search,.btn-search .open-search{left:0;position:absolute;top:0}.btn-search .open-search{opacity:1}.btn-search .close-search,.search-is-open .btn-search .open-search{opacity:0}.search-is-open .btn-search .close-search{opacity:1}.navbar-menu-inner{height:100%;margin:0;z-index:10}.nav-menu-item{height:100%;margin-left:.5px;margin-right:.5px}.flex-align-justify .nav-menu-item{-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-grow:1;flex-grow:1}.navbar-design .ds-megamenu,.subnav .ds-megamenu{height:100%;max-height:64px}.navbar-design .nav-link,.subnav .nav-link{font-size:1em;height:100%;max-height:64px;width:100%}.navbar-design .nav-link .nav-menu-text .nav-menu-text-subtitle,.subnav .nav-link .nav-menu-text .nav-menu-text-subtitle{opacity:.7}.is-transparent:not(.sticky) .background{opacity:0}.social-header .icon-header{display:inline-block;font-size:1.2rem;padding:.2rem}.ds-google-translate-widget{min-height:29px}.ds-google-translate-widget .goog-te-gadget{color:inherit;font-family:inherit;font-size:inherit;white-space:nowrap}.ds-google-translate-widget .goog-te-gadget-simple{background:#0000;border:1px solid;border-color:inherit;border-radius:3px;box-shadow:none;font-size:1rem;font-weight:400}.ds-google-translate-widget .goog-te-gadget-simple span{border-color:inherit!important;color:inherit!important;font-size:.875rem;vertical-align:unset!important}.ds-google-translate-widget .goog-te-gadget-simple span a span:first-of-type{padding:0 5px!important}.ds-google-translate-widget .goog-te-gadget-simple span a span:last-child{font-size:0;padding:0 .3rem 0 .2rem}.ds-google-translate-widget .goog-te-gadget-simple span a span:last-child:before{color:inherit;content:"\f078";font-family:Font Awesome\ 6 Free;font-size:12px;font-weight:900;height:20px}.ds-google-translate-widget .goog-te-gadget-simple span a span:not(:first-child):not(:last-child){opacity:.5}.ds-google-translate-widget .goog-te-gadget-simple .goog-te-menu-value{color:inherit;font-weight:400;padding-left:.5em;padding-right:.5em;text-decoration:none}.ds-google-translate-widget .goog-te-gadget-simple .goog-te-menu-value:focus,.ds-google-translate-widget .goog-te-gadget-simple .goog-te-menu-value:hover{color:inherit;text-decoration:none}.ds-google-translate-widget .goog-te-gadget-simple .goog-te-menu-value span+img+span{color:inherit!important;display:none;font-size:65%}.ds-google-translate-widget .goog-te-gadget-simple .goog-te-menu-value span+img+span+img+span{display:inline}.ds-google-translate-widget .goog-te-gadget-simple .goog-te-gadget-icon{background:#ffffff4d;border-bottom-right-radius:3px;border-top-right-radius:3px;display:none!important;height:100%}iframe.skiptranslate{box-shadow:none!important;filter:grayscale(100%);opacity:.98;padding-top:10px}iframe.skiptranslate span.text{padding-left:5px!important;text-transform:capitalize!important}.removeGoogleLang{border:1px solid;border-bottom-right-radius:3px;border-left:none;border-top-right-radius:3px;color:inherit;display:none;font-size:.7rem}.removeGoogleLang span{border-left:1px solid;height:20px;opacity:.5}.removeGoogleLang i{padding:0 .65rem}.translated-ltr body,.translated-rtl body{top:0!important}.translated-ltr body .skiptranslate .skiptranslate,.translated-rtl body .skiptranslate .skiptranslate{opacity:0;top:-40px}.translated-ltr .goog-te-gadget-simple,.translated-rtl .goog-te-gadget-simple{border-bottom-right-radius:0;border-right:none;border-top-right-radius:0}.translated-ltr .removeGoogleLang,.translated-rtl .removeGoogleLang{align-items:center;display:flex}#goog-gt-tt,#goog-gt-tt:hover{display:none!important}font>font{background-color:initial!important;border:none!important;box-shadow:none!important}.ds-megamenu:hover>ul.dropdown-menu{display:block}.ds-megamenu>ul ul{-webkit-padding-start:0;padding-start:0;list-style-type:none!important}@media (min-width:576px){.ds-megamenu .dropdown-menu{visibility:initial}}.ds-megamenu .dropdown-menu{border-radius:2px;border-top:1px solid #00000026!important;box-sizing:border-box;column-gap:30px;-webkit-column-gap:30px;-moz-column-rule:1px solid #eee;-webkit-column-rule:1px solid #eee;column-rule:1px solid #eee;display:none;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);margin:0;opacity:0;padding:1rem;-webkit-transition:opacity .25s ease;-moz-transition:opacity .25s ease;-ms-transition:opacity .25s ease;-o-transition:opacity .25s ease;transition:opacity .25s ease;visibility:hidden;width:auto}.ds-megamenu .dropdown-menu a,.ds-megamenu .dropdown-menu li,.ds-megamenu .dropdown-menu span{background:none!important;border:0;margin:0;padding:0}.ds-megamenu .dropdown-menu a:hover,.ds-megamenu .dropdown-menu li:hover,.ds-megamenu .dropdown-menu span:hover{background:none!important;border:0}.ds-megamenu .dropdown-menu li:last-child>ul{padding:0}.ds-megamenu .dropdown-menu a,.ds-megamenu .dropdown-menu span{word-wrap:normal;color:inherit;display:inline-block;font-size:.75em;font-weight:400;hyphens:none;line-height:1.5;min-height:auto;min-width:130px;padding:-25rem 0;text-align:left;text-decoration:none;text-overflow:clip;width:100%;word-break:normal}.ds-megamenu .dropdown-menu a:focus,.ds-megamenu .dropdown-menu a:hover{opacity:.8;outline:0;text-decoration:initial}.ds-megamenu .dropdown-menu>li{-webkit-column-break-inside:avoid;break-inside:avoid;margin-bottom:.5rem;page-break-inside:avoid}.ds-megamenu .dropdown-menu>li.break-submenu{-webkit-column-break-inside:auto!important;break-inside:auto!important;page-break-inside:auto!important}.ds-megamenu .dropdown-menu>li>a,.ds-megamenu .dropdown-menu>li>span{color:inherit;font-weight:700;margin-bottom:0;white-space:inherit}.ds-megamenu .dropdown-menu ul>li{list-style:none!important;margin-left:1em;position:relative}.ds-megamenu .dropdown-menu ul>li:before{content:"\f105";font-family:FontAwesome;font-size:12px;left:0;margin-left:-1em;position:absolute;top:5px}.ds-megamenu .dropdown-menu ul>li span,.ds-megamenu .dropdown-menu ul>li>a{color:inherit}.ds-megamenu .dropdown-menu ul ul{padding:0 0 .5rem}.ds-megamenu .dropdown-menu ul ul li{margin-left:0}.ds-megamenu .dropdown-menu ul ul li:before{content:""}.ds-megamenu .dropdown-menu ul ul li a,.ds-megamenu .dropdown-menu ul ul li span{color:inherit;font-size:12.6px;opacity:.8;text-decoration:none}.ds-megamenu .dropdown-menu ul ul li a:hover{opacity:.6;text-decoration:none}.ds-megamenu .dropdown-menu--opacity-1{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1;-webkit-transition:opacity .25s ease;-moz-transition:opacity .25s ease;-ms-transition:opacity .25s ease;-o-transition:opacity .25s ease;transition:opacity .25s ease;visibility:visible}.v-center-megamenu .dropdown-menu{left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.v-sub-1-col .dropdown-menu{-webkit-column-count:1;column-count:1}.v-sub-2-col .dropdown-menu{-webkit-column-count:2;column-count:2}.v-sub-3-col .dropdown-menu{-webkit-column-count:3;column-count:3}.v-sub-4-col .dropdown-menu{-webkit-column-count:4;column-count:4}@media (max-width:575.98px){.v-sub-4-col .dropdown-menu{-webkit-column-count:4;column-count:4}}.v-sub-5-col .dropdown-menu{-webkit-column-count:5;column-count:5}@media (max-width:575.98px){.v-sub-5-col .dropdown-menu{-webkit-column-count:4;column-count:4}}.v-sub-6-col,.v-sub-more-6-col{position:static!important}.v-sub-6-col .dropdown-menu,.v-sub-more-6-col .dropdown-menu{-webkit-column-count:6;column-count:6;left:0!important;right:0!important;top:auto;-webkit-transform:none;-moz-transform:none;-ms-transform:none;transform:none;width:100%!important}@media (max-width:575.98px){.v-sub-6-col .dropdown-menu,.v-sub-more-6-col .dropdown-menu{-webkit-column-count:4;column-count:4;width:100%!important}}.v-sub-default{position:static!important}.v-sub-default .dropdown-menu{left:0!important;right:0!important;-webkit-transform:none;-moz-transform:none;-ms-transform:none;transform:none;width:100%!important}.nav-link-xs{font-size:.82em!important}.subnav .nav-link-xs{padding:.82em!important}.nav-link-s{font-size:.95em!important}.subnav .nav-link-s{padding:.95em!important}.nav-link-m{font-size:1em!important}.subnav .nav-link-m{padding:1em!important}.nav-link-l{font-size:1.025em!important}.subnav .nav-link-l{padding:1.025em!important}.nav-link-xl{font-size:1.05em!important}.subnav .nav-link-xl{padding:1.05em!important}.searchbar{bottom:0;opacity:0;overflow:hidden;position:absolute;top:0}@media (max-width:767.98px){.searchbar.searchbar-mobile{height:3rem;position:fixed;top:inherit}}.searchbar{height:100%;left:0;right:0;width:100%;z-index:-1}.searchbar .icon{color:#4a4a4a}.form-search{height:100%}.search-label{font-size:1.3em}@media (max-width:575.98px){.search-label{font-size:1.2em}}.input-search{background:#0000;border:0;font-size:1.3em;opacity:0;-webkit-transform:translate(100px);-moz-transform:translate(100px);-ms-transform:translate(100px);transform:translate(100px)}@media (max-width:575.98px){.input-search{font-size:1.2em}}.input-search:focus{color:#212529;outline:none}.icon-close-search{display:table;height:100%}.search-close{display:table-cell;font-size:1.5em;vertical-align:middle}.search-close .search-close-link{color:#212529;-webkit-transition:color .3s ease 0s;-moz-transition:color .3s ease 0s;-ms-transition:color .3s ease 0s;-o-transition:color .3s ease 0s;transition:color .3s ease 0s}.tools__item .icon{font-size:20px}@media (max-width:767.98px){.tools__item .icon{font-size:18px}}.tools__item .dropdown-menu{z-index:0}.tools__item .dropdown-menu .cart-items-content{max-height:250px}@media (max-width:575.98px){.tools__item .dropdown-menu .cart-items-content{max-height:100px}}.tools__item .dropdown-menu .cart-items-content{overflow-x:hidden;overflow-y:scroll}.tools__item .dropdown-menu .dropdown-item{font-size:small}.tools__item .dropdown-menu{display:block!important;opacity:0;-webkit-transition:opacity .3s ease-in-out;-moz-transition:opacity .3s ease-in-out;-ms-transition:opacity .3s ease-in-out;-o-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out;visibility:hidden}.tools__item .dropdown-menu.show{opacity:1;-webkit-transition:opacity .3s ease-in;-moz-transition:opacity .3s ease-in;-ms-transition:opacity .3s ease-in;-o-transition:opacity .3s ease-in;transition:opacity .3s ease-in;visibility:visible;z-index:99}.tools__item-icon{width:2.5rem}@media (max-width:575.98px){.tools__item-icon{width:2.25rem}}.tools__item-cta+.tools__item-cta,.tools__item-icon+.tools__item-icon{margin-left:0!important}.btn-shop{position:relative}.noty{background:#a09370;border-radius:50%;color:#fff;font-size:.6rem;font-weight:700;height:1.2rem;right:-.3rem;top:-.6rem;width:1.2rem}.btn-user:after{margin-left:-.5em!important;position:inherit!important;right:inherit!important;top:inherit!important}.tools__item a:after{display:none}.menu-ecommerce-mobile{background:#fff;bottom:0;color:#000;left:0;position:fixed;right:0;width:100%;z-index:8}.menu-ecommerce-mobile .tools__item{padding-left:2.5rem!important;padding-right:2.5rem!important}.menu-ecommerce-mobile .tools__item:first-child{padding-left:1rem!important}.menu-ecommerce-mobile .tools__item .dropdown-menu{top:0}.subnav .tools-subnav{display:none}.subnav.sticky .tools-subnav{display:block}.dropdown-menu-right{left:auto;right:0}.menu--line .nav-link .nav-menu-text{position:relative}.menu--line .nav-link .nav-menu-text:after{bottom:10px;content:"";height:2px;left:0;opacity:0;position:absolute;-webkit-transform:translateY(20px);-moz-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px);-webkit-transition:opacity .3s ease 0s;-moz-transition:opacity .3s ease 0s;-ms-transition:opacity .3s ease 0s;-o-transition:opacity .3s ease 0s;transition:opacity .3s ease 0s;-webkit-transition:transform .3s ease 0s;-moz-transition:transform .3s ease 0s;-ms-transition:transform .3s ease 0s;-o-transition:transform .3s ease 0s;transition:transform .3s ease 0s;width:100%}.menu--line .active .nav-menu-text:after,.menu--line .nav-link .nav-menu-text:hover:after{opacity:1;-webkit-transform:translateY(15px);-moz-transform:translateY(15px);-ms-transform:translateY(15px);transform:translateY(15px)}.menu--simple .active i,.menu--simple .active span,.menu--simple .nav-link:hover i,.menu--simple .nav-link:hover span{-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.ds-design-content:not(.ds--navTrans) .menu--simple.menu--fix-color .active i,.ds-design-content:not(.ds--navTrans) .menu--simple.menu--fix-color .active span,.ds-design-content:not(.ds--navTrans) .menu--simple.menu--fix-color .nav-link:hover i,.ds-design-content:not(.ds--navTrans) .menu--simple.menu--fix-color .nav-link:hover span,.sticky .menu--simple.menu--fix-color .active i,.sticky .menu--simple.menu--fix-color .active span,.sticky .menu--simple.menu--fix-color .nav-link:hover i,.sticky .menu--simple.menu--fix-color .nav-link:hover span{opacity:.8}.ds--navText-dark .ds-design-content:not(.ds--navTrans) .navbar-design>.js-change-color.is-transparent:not(.sticky) .menu--simple.menu--fix-color .active i,.ds--navText-dark .ds-design-content:not(.ds--navTrans) .navbar-design>.js-change-color.is-transparent:not(.sticky) .menu--simple.menu--fix-color .active span,.ds--navText-dark .ds-design-content:not(.ds--navTrans) .navbar-design>.js-change-color.is-transparent:not(.sticky) .menu--simple.menu--fix-color .nav-link:hover i,.ds--navText-dark .ds-design-content:not(.ds--navTrans) .navbar-design>.js-change-color.is-transparent:not(.sticky) .menu--simple.menu--fix-color .nav-link:hover span,.ds--navText-dark .navbar-design>.sticky.js-change-color.is-transparent:not(.sticky) .menu--simple.menu--fix-color .active i,.ds--navText-dark .navbar-design>.sticky.js-change-color.is-transparent:not(.sticky) .menu--simple.menu--fix-color .active span,.ds--navText-dark .navbar-design>.sticky.js-change-color.is-transparent:not(.sticky) .menu--simple.menu--fix-color .nav-link:hover i,.ds--navText-dark .navbar-design>.sticky.js-change-color.is-transparent:not(.sticky) .menu--simple.menu--fix-color .nav-link:hover span,.ds-design-content:not(.ds--navTrans) .ds--navText-dark .navbar-design>.js-change-color.is-transparent:not(.sticky) .menu--simple.menu--fix-color .active i,.ds-design-content:not(.ds--navTrans) .ds--navText-dark .navbar-design>.js-change-color.is-transparent:not(.sticky) .menu--simple.menu--fix-color .active span,.ds-design-content:not(.ds--navTrans) .ds--navText-dark .navbar-design>.js-change-color.is-transparent:not(.sticky) .menu--simple.menu--fix-color .nav-link:hover i,.ds-design-content:not(.ds--navTrans) .ds--navText-dark .navbar-design>.js-change-color.is-transparent:not(.sticky) .menu--simple.menu--fix-color .nav-link:hover span,.ds-design-content:not(.ds--navTrans) .fg-dark .menu--simple.menu--fix-color .active i,.ds-design-content:not(.ds--navTrans) .fg-dark .menu--simple.menu--fix-color .active span,.ds-design-content:not(.ds--navTrans) .fg-dark .menu--simple.menu--fix-color .nav-link:hover i,.ds-design-content:not(.ds--navTrans) .fg-dark .menu--simple.menu--fix-color .nav-link:hover span,.ds-design-content:not(.ds--navTrans) .navbar-fixed .bg-transparent .menu--simple.menu--fix-color .active i,.ds-design-content:not(.ds--navTrans) .navbar-fixed .bg-transparent .menu--simple.menu--fix-color .active span,.ds-design-content:not(.ds--navTrans) .navbar-fixed .bg-transparent .menu--simple.menu--fix-color .nav-link:hover i,.ds-design-content:not(.ds--navTrans) .navbar-fixed .bg-transparent .menu--simple.menu--fix-color .nav-link:hover span,.fg-dark.sticky .menu--simple.menu--fix-color .active i,.fg-dark.sticky .menu--simple.menu--fix-color .active span,.fg-dark.sticky .menu--simple.menu--fix-color .nav-link:hover i,.fg-dark.sticky .menu--simple.menu--fix-color .nav-link:hover span,.navbar-fixed .bg-transparent .ds-design-content:not(.ds--navTrans) a .menu--simple.menu--fix-color .active i,.navbar-fixed .bg-transparent .ds-design-content:not(.ds--navTrans) a .menu--simple.menu--fix-color .active span,.navbar-fixed .bg-transparent .ds-design-content:not(.ds--navTrans) a .menu--simple.menu--fix-color .nav-link:hover i,.navbar-fixed .bg-transparent .ds-design-content:not(.ds--navTrans) a .menu--simple.menu--fix-color .nav-link:hover span,.navbar-fixed .bg-transparent a.sticky .menu--simple.menu--fix-color .active i,.navbar-fixed .bg-transparent a.sticky .menu--simple.menu--fix-color .active span,.navbar-fixed .bg-transparent a.sticky .menu--simple.menu--fix-color .nav-link:hover i,.navbar-fixed .bg-transparent a.sticky .menu--simple.menu--fix-color .nav-link:hover span,.navbar-fixed .ds-design-content:not(.ds--navTrans) .bg-transparent .menu--simple.menu--fix-color .active i,.navbar-fixed .ds-design-content:not(.ds--navTrans) .bg-transparent .menu--simple.menu--fix-color .active span,.navbar-fixed .ds-design-content:not(.ds--navTrans) .bg-transparent .menu--simple.menu--fix-color .nav-link:hover i,.navbar-fixed .ds-design-content:not(.ds--navTrans) .bg-transparent .menu--simple.menu--fix-color .nav-link:hover span,.navbar-fixed .sticky.bg-transparent .menu--simple.menu--fix-color .active i,.navbar-fixed .sticky.bg-transparent .menu--simple.menu--fix-color .active span,.navbar-fixed .sticky.bg-transparent .menu--simple.menu--fix-color .nav-link:hover i,.navbar-fixed .sticky.bg-transparent .menu--simple.menu--fix-color .nav-link:hover span{color:#212529!important}.block-footer.fg-white .ds-logo .ds-design-content:not(.ds--navTrans) a .menu--simple.menu--fix-color .active i,.block-footer.fg-white .ds-logo .ds-design-content:not(.ds--navTrans) a .menu--simple.menu--fix-color .active span,.block-footer.fg-white .ds-logo .ds-design-content:not(.ds--navTrans) a .menu--simple.menu--fix-color .nav-link:hover i,.block-footer.fg-white .ds-logo .ds-design-content:not(.ds--navTrans) a .menu--simple.menu--fix-color .nav-link:hover span,.block-footer.fg-white .ds-logo a.sticky .menu--simple.menu--fix-color .active i,.block-footer.fg-white .ds-logo a.sticky .menu--simple.menu--fix-color .active span,.block-footer.fg-white .ds-logo a.sticky .menu--simple.menu--fix-color .nav-link:hover i,.block-footer.fg-white .ds-logo a.sticky .menu--simple.menu--fix-color .nav-link:hover span,.block-footer.mm-menu_theme-main .ds-logo .ds-design-content:not(.ds--navTrans) a .menu--simple.menu--fix-color .active i,.block-footer.mm-menu_theme-main .ds-logo .ds-design-content:not(.ds--navTrans) a .menu--simple.menu--fix-color .active span,.block-footer.mm-menu_theme-main .ds-logo .ds-design-content:not(.ds--navTrans) a .menu--simple.menu--fix-color .nav-link:hover i,.block-footer.mm-menu_theme-main .ds-logo .ds-design-content:not(.ds--navTrans) a .menu--simple.menu--fix-color .nav-link:hover span,.block-footer.mm-menu_theme-main .ds-logo a.sticky .menu--simple.menu--fix-color .active i,.block-footer.mm-menu_theme-main .ds-logo a.sticky .menu--simple.menu--fix-color .active span,.block-footer.mm-menu_theme-main .ds-logo a.sticky .menu--simple.menu--fix-color .nav-link:hover i,.block-footer.mm-menu_theme-main .ds-logo a.sticky .menu--simple.menu--fix-color .nav-link:hover span,.ds-design-content:not(.ds--navTrans) .fg-white .menu--simple.menu--fix-color .active i,.ds-design-content:not(.ds--navTrans) .fg-white .menu--simple.menu--fix-color .active span,.ds-design-content:not(.ds--navTrans) .fg-white .menu--simple.menu--fix-color .nav-link:hover i,.ds-design-content:not(.ds--navTrans) .fg-white .menu--simple.menu--fix-color .nav-link:hover span,.ds-design-content:not(.ds--navTrans) .mm-menu_theme-main .menu--simple.menu--fix-color .active i,.ds-design-content:not(.ds--navTrans) .mm-menu_theme-main .menu--simple.menu--fix-color .active span,.ds-design-content:not(.ds--navTrans) .mm-menu_theme-main .menu--simple.menu--fix-color .nav-link:hover i,.ds-design-content:not(.ds--navTrans) .mm-menu_theme-main .menu--simple.menu--fix-color .nav-link:hover span,.ds-design-content:not(.ds--navTrans) .topbar-inner .block-footer.email-item:hover .ds-logo a .menu--simple.menu--fix-color .active i,.ds-design-content:not(.ds--navTrans) .topbar-inner .block-footer.email-item:hover .ds-logo a .menu--simple.menu--fix-color .active span,.ds-design-content:not(.ds--navTrans) .topbar-inner .block-footer.email-item:hover .ds-logo a .menu--simple.menu--fix-color .nav-link:hover i,.ds-design-content:not(.ds--navTrans) .topbar-inner .block-footer.email-item:hover .ds-logo a .menu--simple.menu--fix-color .nav-link:hover span,.ds-design-content:not(.ds--navTrans) .topbar-inner .block-footer.phone-item:hover .ds-logo a .menu--simple.menu--fix-color .active i,.ds-design-content:not(.ds--navTrans) .topbar-inner .block-footer.phone-item:hover .ds-logo a .menu--simple.menu--fix-color .active span,.ds-design-content:not(.ds--navTrans) .topbar-inner .block-footer.phone-item:hover .ds-logo a .menu--simple.menu--fix-color .nav-link:hover i,.ds-design-content:not(.ds--navTrans) .topbar-inner .block-footer.phone-item:hover .ds-logo a .menu--simple.menu--fix-color .nav-link:hover span,.ds-design-content:not(.ds--navTrans) .topbar-inner .email-item:hover .menu--simple.menu--fix-color .active i,.ds-design-content:not(.ds--navTrans) .topbar-inner .email-item:hover .menu--simple.menu--fix-color .active span,.ds-design-content:not(.ds--navTrans) .topbar-inner .email-item:hover .menu--simple.menu--fix-color .nav-link:hover i,.ds-design-content:not(.ds--navTrans) .topbar-inner .email-item:hover .menu--simple.menu--fix-color .nav-link:hover span,.ds-design-content:not(.ds--navTrans) .topbar-inner .phone-item:hover .menu--simple.menu--fix-color .active i,.ds-design-content:not(.ds--navTrans) .topbar-inner .phone-item:hover .menu--simple.menu--fix-color .active span,.ds-design-content:not(.ds--navTrans) .topbar-inner .phone-item:hover .menu--simple.menu--fix-color .nav-link:hover i,.ds-design-content:not(.ds--navTrans) .topbar-inner .phone-item:hover .menu--simple.menu--fix-color .nav-link:hover span,.ds-design-content:not(.ds--navTrans) .topbar-inner .social-item:hover .icon .menu--simple.menu--fix-color .active i,.ds-design-content:not(.ds--navTrans) .topbar-inner .social-item:hover .icon .menu--simple.menu--fix-color .active span,.ds-design-content:not(.ds--navTrans) .topbar-inner .social-item:hover .icon .menu--simple.menu--fix-color .nav-link:hover i,.ds-design-content:not(.ds--navTrans) .topbar-inner .social-item:hover .icon .menu--simple.menu--fix-color .nav-link:hover span,.fg-white.sticky .menu--simple.menu--fix-color .active i,.fg-white.sticky .menu--simple.menu--fix-color .active span,.fg-white.sticky .menu--simple.menu--fix-color .nav-link:hover i,.fg-white.sticky .menu--simple.menu--fix-color .nav-link:hover span,.sticky.mm-menu_theme-main .menu--simple.menu--fix-color .active i,.sticky.mm-menu_theme-main .menu--simple.menu--fix-color .active span,.sticky.mm-menu_theme-main .menu--simple.menu--fix-color .nav-link:hover i,.sticky.mm-menu_theme-main .menu--simple.menu--fix-color .nav-link:hover span,.topbar-inner .block-footer.email-item:hover .ds-logo .ds-design-content:not(.ds--navTrans) a .menu--simple.menu--fix-color .active i,.topbar-inner .block-footer.email-item:hover .ds-logo .ds-design-content:not(.ds--navTrans) a .menu--simple.menu--fix-color .active span,.topbar-inner .block-footer.email-item:hover .ds-logo .ds-design-content:not(.ds--navTrans) a .menu--simple.menu--fix-color .nav-link:hover i,.topbar-inner .block-footer.email-item:hover .ds-logo .ds-design-content:not(.ds--navTrans) a .menu--simple.menu--fix-color .nav-link:hover span,.topbar-inner .block-footer.email-item:hover .ds-logo a.block-footer .ds-logo .ds-design-content:not(.ds--navTrans) a .menu--simple.menu--fix-color .active i,.topbar-inner .block-footer.email-item:hover .ds-logo a.block-footer .ds-logo .ds-design-content:not(.ds--navTrans) a .menu--simple.menu--fix-color .active span,.topbar-inner .block-footer.email-item:hover .ds-logo a.block-footer .ds-logo .ds-design-content:not(.ds--navTrans) a .menu--simple.menu--fix-color .nav-link:hover i,.topbar-inner .block-footer.email-item:hover .ds-logo a.block-footer .ds-logo .ds-design-content:not(.ds--navTrans) a .menu--simple.menu--fix-color .nav-link:hover span,.topbar-inner .block-footer.email-item:hover .ds-logo a.block-footer .ds-logo a.sticky .menu--simple.menu--fix-color .active i,.topbar-inner .block-footer.email-item:hover .ds-logo a.block-footer .ds-logo a.sticky .menu--simple.menu--fix-color .active span,.topbar-inner .block-footer.email-item:hover .ds-logo a.block-footer .ds-logo a.sticky .menu--simple.menu--fix-color .nav-link:hover i,.topbar-inner .block-footer.email-item:hover .ds-logo a.block-footer .ds-logo a.sticky .menu--simple.menu--fix-color .nav-link:hover span,.topbar-inner .block-footer.email-item:hover .ds-logo a.sticky .menu--simple.menu--fix-color .active i,.topbar-inner .block-footer.email-item:hover .ds-logo a.sticky .menu--simple.menu--fix-color .active span,.topbar-inner .block-footer.email-item:hover .ds-logo a.sticky .menu--simple.menu--fix-color .nav-link:hover i,.topbar-inner .block-footer.email-item:hover .ds-logo a.sticky .menu--simple.menu--fix-color .nav-link:hover span,.topbar-inner .block-footer.phone-item:hover .ds-logo .ds-design-content:not(.ds--navTrans) a .menu--simple.menu--fix-color .active i,.topbar-inner .block-footer.phone-item:hover .ds-logo .ds-design-content:not(.ds--navTrans) a .menu--simple.menu--fix-color .active span,.topbar-inner .block-footer.phone-item:hover .ds-logo .ds-design-content:not(.ds--navTrans) a .menu--simple.menu--fix-color .nav-link:hover i,.topbar-inner .block-footer.phone-item:hover .ds-logo .ds-design-content:not(.ds--navTrans) a .menu--simple.menu--fix-color .nav-link:hover span,.topbar-inner .block-footer.phone-item:hover .ds-logo a.block-footer .ds-logo .ds-design-content:not(.ds--navTrans) a .menu--simple.menu--fix-color .active i,.topbar-inner .block-footer.phone-item:hover .ds-logo a.block-footer .ds-logo .ds-design-content:not(.ds--navTrans) a .menu--simple.menu--fix-color .active span,.topbar-inner .block-footer.phone-item:hover .ds-logo a.block-footer .ds-logo .ds-design-content:not(.ds--navTrans) a .menu--simple.menu--fix-color .nav-link:hover i,.topbar-inner .block-footer.phone-item:hover .ds-logo a.block-footer .ds-logo .ds-design-content:not(.ds--navTrans) a .menu--simple.menu--fix-color .nav-link:hover span,.topbar-inner .block-footer.phone-item:hover .ds-logo a.block-footer .ds-logo a.sticky .menu--simple.menu--fix-color .active i,.topbar-inner .block-footer.phone-item:hover .ds-logo a.block-footer .ds-logo a.sticky .menu--simple.menu--fix-color .active span,.topbar-inner .block-footer.phone-item:hover .ds-logo a.block-footer .ds-logo a.sticky .menu--simple.menu--fix-color .nav-link:hover i,.topbar-inner .block-footer.phone-item:hover .ds-logo a.block-footer .ds-logo a.sticky .menu--simple.menu--fix-color .nav-link:hover span,.topbar-inner .block-footer.phone-item:hover .ds-logo a.sticky .menu--simple.menu--fix-color .active i,.topbar-inner .block-footer.phone-item:hover .ds-logo a.sticky .menu--simple.menu--fix-color .active span,.topbar-inner .block-footer.phone-item:hover .ds-logo a.sticky .menu--simple.menu--fix-color .nav-link:hover i,.topbar-inner .block-footer.phone-item:hover .ds-logo a.sticky .menu--simple.menu--fix-color .nav-link:hover span,.topbar-inner .ds-design-content:not(.ds--navTrans) .email-item:hover .menu--simple.menu--fix-color .active i,.topbar-inner .ds-design-content:not(.ds--navTrans) .email-item:hover .menu--simple.menu--fix-color .active span,.topbar-inner .ds-design-content:not(.ds--navTrans) .email-item:hover .menu--simple.menu--fix-color .nav-link:hover i,.topbar-inner .ds-design-content:not(.ds--navTrans) .email-item:hover .menu--simple.menu--fix-color .nav-link:hover span,.topbar-inner .ds-design-content:not(.ds--navTrans) .phone-item:hover .menu--simple.menu--fix-color .active i,.topbar-inner .ds-design-content:not(.ds--navTrans) .phone-item:hover .menu--simple.menu--fix-color .active span,.topbar-inner .ds-design-content:not(.ds--navTrans) .phone-item:hover .menu--simple.menu--fix-color .nav-link:hover i,.topbar-inner .ds-design-content:not(.ds--navTrans) .phone-item:hover .menu--simple.menu--fix-color .nav-link:hover span,.topbar-inner .social-item:hover .block-footer.icon .ds-logo .ds-design-content:not(.ds--navTrans) a .menu--simple.menu--fix-color .active i,.topbar-inner .social-item:hover .block-footer.icon .ds-logo .ds-design-content:not(.ds--navTrans) a .menu--simple.menu--fix-color .active span,.topbar-inner .social-item:hover .block-footer.icon .ds-logo .ds-design-content:not(.ds--navTrans) a .menu--simple.menu--fix-color .nav-link:hover i,.topbar-inner .social-item:hover .block-footer.icon .ds-logo .ds-design-content:not(.ds--navTrans) a .menu--simple.menu--fix-color .nav-link:hover span,.topbar-inner .social-item:hover .block-footer.icon .ds-logo a.sticky .menu--simple.menu--fix-color .active i,.topbar-inner .social-item:hover .block-footer.icon .ds-logo a.sticky .menu--simple.menu--fix-color .active span,.topbar-inner .social-item:hover .block-footer.icon .ds-logo a.sticky .menu--simple.menu--fix-color .nav-link:hover i,.topbar-inner .social-item:hover .block-footer.icon .ds-logo a.sticky .menu--simple.menu--fix-color .nav-link:hover span,.topbar-inner .social-item:hover .ds-design-content:not(.ds--navTrans) .icon .menu--simple.menu--fix-color .active i,.topbar-inner .social-item:hover .ds-design-content:not(.ds--navTrans) .icon .menu--simple.menu--fix-color .active span,.topbar-inner .social-item:hover .ds-design-content:not(.ds--navTrans) .icon .menu--simple.menu--fix-color .nav-link:hover i,.topbar-inner .social-item:hover .ds-design-content:not(.ds--navTrans) .icon .menu--simple.menu--fix-color .nav-link:hover span,.topbar-inner .social-item:hover .sticky.icon .menu--simple.menu--fix-color .active i,.topbar-inner .social-item:hover .sticky.icon .menu--simple.menu--fix-color .active span,.topbar-inner .social-item:hover .sticky.icon .menu--simple.menu--fix-color .nav-link:hover i,.topbar-inner .social-item:hover .sticky.icon .menu--simple.menu--fix-color .nav-link:hover span,.topbar-inner .sticky.email-item:hover .menu--simple.menu--fix-color .active i,.topbar-inner .sticky.email-item:hover .menu--simple.menu--fix-color .active span,.topbar-inner .sticky.email-item:hover .menu--simple.menu--fix-color .nav-link:hover i,.topbar-inner .sticky.email-item:hover .menu--simple.menu--fix-color .nav-link:hover span,.topbar-inner .sticky.phone-item:hover .menu--simple.menu--fix-color .active i,.topbar-inner .sticky.phone-item:hover .menu--simple.menu--fix-color .active span,.topbar-inner .sticky.phone-item:hover .menu--simple.menu--fix-color .nav-link:hover i,.topbar-inner .sticky.phone-item:hover .menu--simple.menu--fix-color .nav-link:hover span{color:#ced4da!important}.menu--back-all .active .nav-link{-webkit-transition:background .3s ease 0s;-moz-transition:background .3s ease 0s;-ms-transition:background .3s ease 0s;-o-transition:background .3s ease 0s;transition:background .3s ease 0s}.menu--back-all .nav-link{margin-bottom:1px;margin-top:1px}.menu--back-all .nav-link:hover{-webkit-transition:background .3s ease 0s;-moz-transition:background .3s ease 0s;-ms-transition:background .3s ease 0s;-o-transition:background .3s ease 0s;transition:background .3s ease 0s}.ds--navText-dark .ds-design-content:not(.ds--navTrans) .navbar-design>.js-change-color.is-transparent:not(.sticky) .menu--back-all.menu--fix-color .active .nav-link,.ds--navText-dark .ds-design-content:not(.ds--navTrans) .navbar-design>.js-change-color.is-transparent:not(.sticky) .menu--back-all.menu--fix-color .nav-link:hover,.ds--navText-dark .navbar-design>.sticky.js-change-color.is-transparent:not(.sticky) .menu--back-all.menu--fix-color .active .nav-link,.ds--navText-dark .navbar-design>.sticky.js-change-color.is-transparent:not(.sticky) .menu--back-all.menu--fix-color .nav-link:hover,.ds-design-content:not(.ds--navTrans) .ds--navText-dark .navbar-design>.js-change-color.is-transparent:not(.sticky) .menu--back-all.menu--fix-color .active .nav-link,.ds-design-content:not(.ds--navTrans) .ds--navText-dark .navbar-design>.js-change-color.is-transparent:not(.sticky) .menu--back-all.menu--fix-color .nav-link:hover,.ds-design-content:not(.ds--navTrans) .fg-dark .menu--back-all.menu--fix-color .active .nav-link,.ds-design-content:not(.ds--navTrans) .fg-dark .menu--back-all.menu--fix-color .nav-link:hover,.ds-design-content:not(.ds--navTrans) .navbar-fixed .bg-transparent .menu--back-all.menu--fix-color .active .nav-link,.ds-design-content:not(.ds--navTrans) .navbar-fixed .bg-transparent .menu--back-all.menu--fix-color .nav-link:hover,.fg-dark.sticky .menu--back-all.menu--fix-color .active .nav-link,.fg-dark.sticky .menu--back-all.menu--fix-color .nav-link:hover,.navbar-fixed .bg-transparent .ds-design-content:not(.ds--navTrans) a .menu--back-all.menu--fix-color .active .nav-link,.navbar-fixed .bg-transparent .ds-design-content:not(.ds--navTrans) a .menu--back-all.menu--fix-color .nav-link:hover,.navbar-fixed .bg-transparent a.sticky .menu--back-all.menu--fix-color .active .nav-link,.navbar-fixed .bg-transparent a.sticky .menu--back-all.menu--fix-color .nav-link:hover,.navbar-fixed .ds-design-content:not(.ds--navTrans) .bg-transparent .menu--back-all.menu--fix-color .active .nav-link,.navbar-fixed .ds-design-content:not(.ds--navTrans) .bg-transparent .menu--back-all.menu--fix-color .nav-link:hover,.navbar-fixed .sticky.bg-transparent .menu--back-all.menu--fix-color .active .nav-link,.navbar-fixed .sticky.bg-transparent .menu--back-all.menu--fix-color .nav-link:hover{background:#000}.block-footer.fg-white .ds-logo .ds-design-content:not(.ds--navTrans) a .menu--back-all.menu--fix-color .active .nav-link,.block-footer.fg-white .ds-logo .ds-design-content:not(.ds--navTrans) a .menu--back-all.menu--fix-color .nav-link:hover,.block-footer.fg-white .ds-logo a.sticky .menu--back-all.menu--fix-color .active .nav-link,.block-footer.fg-white .ds-logo a.sticky .menu--back-all.menu--fix-color .nav-link:hover,.block-footer.mm-menu_theme-main .ds-logo .ds-design-content:not(.ds--navTrans) a .menu--back-all.menu--fix-color .active .nav-link,.block-footer.mm-menu_theme-main .ds-logo .ds-design-content:not(.ds--navTrans) a .menu--back-all.menu--fix-color .nav-link:hover,.block-footer.mm-menu_theme-main .ds-logo a.sticky .menu--back-all.menu--fix-color .active .nav-link,.block-footer.mm-menu_theme-main .ds-logo a.sticky .menu--back-all.menu--fix-color .nav-link:hover,.ds-design-content:not(.ds--navTrans) .fg-white .menu--back-all.menu--fix-color .active .nav-link,.ds-design-content:not(.ds--navTrans) .fg-white .menu--back-all.menu--fix-color .nav-link:hover,.ds-design-content:not(.ds--navTrans) .mm-menu_theme-main .menu--back-all.menu--fix-color .active .nav-link,.ds-design-content:not(.ds--navTrans) .mm-menu_theme-main .menu--back-all.menu--fix-color .nav-link:hover,.ds-design-content:not(.ds--navTrans) .topbar-inner .email-item:hover .menu--back-all.menu--fix-color .active .nav-link,.ds-design-content:not(.ds--navTrans) .topbar-inner .email-item:hover .menu--back-all.menu--fix-color .nav-link:hover,.ds-design-content:not(.ds--navTrans) .topbar-inner .phone-item:hover .menu--back-all.menu--fix-color .active .nav-link,.ds-design-content:not(.ds--navTrans) .topbar-inner .phone-item:hover .menu--back-all.menu--fix-color .nav-link:hover,.ds-design-content:not(.ds--navTrans) .topbar-inner .social-item:hover .icon .menu--back-all.menu--fix-color .active .nav-link,.ds-design-content:not(.ds--navTrans) .topbar-inner .social-item:hover .icon .menu--back-all.menu--fix-color .nav-link:hover,.fg-white.sticky .menu--back-all.menu--fix-color .active .nav-link,.fg-white.sticky .menu--back-all.menu--fix-color .nav-link:hover,.sticky.mm-menu_theme-main .menu--back-all.menu--fix-color .active .nav-link,.sticky.mm-menu_theme-main .menu--back-all.menu--fix-color .nav-link:hover,.topbar-inner .block-footer.email-item:hover .ds-logo .ds-design-content:not(.ds--navTrans) a .menu--back-all.menu--fix-color .active .nav-link,.topbar-inner .block-footer.email-item:hover .ds-logo .ds-design-content:not(.ds--navTrans) a .menu--back-all.menu--fix-color .nav-link:hover,.topbar-inner .block-footer.email-item:hover .ds-logo a.sticky .menu--back-all.menu--fix-color .active .nav-link,.topbar-inner .block-footer.email-item:hover .ds-logo a.sticky .menu--back-all.menu--fix-color .nav-link:hover,.topbar-inner .block-footer.phone-item:hover .ds-logo .ds-design-content:not(.ds--navTrans) a .menu--back-all.menu--fix-color .active .nav-link,.topbar-inner .block-footer.phone-item:hover .ds-logo .ds-design-content:not(.ds--navTrans) a .menu--back-all.menu--fix-color .nav-link:hover,.topbar-inner .block-footer.phone-item:hover .ds-logo a.sticky .menu--back-all.menu--fix-color .active .nav-link,.topbar-inner .block-footer.phone-item:hover .ds-logo a.sticky .menu--back-all.menu--fix-color .nav-link:hover,.topbar-inner .ds-design-content:not(.ds--navTrans) .email-item:hover .menu--back-all.menu--fix-color .active .nav-link,.topbar-inner .ds-design-content:not(.ds--navTrans) .email-item:hover .menu--back-all.menu--fix-color .nav-link:hover,.topbar-inner .ds-design-content:not(.ds--navTrans) .phone-item:hover .menu--back-all.menu--fix-color .active .nav-link,.topbar-inner .ds-design-content:not(.ds--navTrans) .phone-item:hover .menu--back-all.menu--fix-color .nav-link:hover,.topbar-inner .social-item:hover .block-footer.icon .ds-logo .ds-design-content:not(.ds--navTrans) a .menu--back-all.menu--fix-color .active .nav-link,.topbar-inner .social-item:hover .block-footer.icon .ds-logo .ds-design-content:not(.ds--navTrans) a .menu--back-all.menu--fix-color .nav-link:hover,.topbar-inner .social-item:hover .block-footer.icon .ds-logo a.sticky .menu--back-all.menu--fix-color .active .nav-link,.topbar-inner .social-item:hover .block-footer.icon .ds-logo a.sticky .menu--back-all.menu--fix-color .nav-link:hover,.topbar-inner .social-item:hover .ds-design-content:not(.ds--navTrans) .icon .menu--back-all.menu--fix-color .active .nav-link,.topbar-inner .social-item:hover .ds-design-content:not(.ds--navTrans) .icon .menu--back-all.menu--fix-color .nav-link:hover,.topbar-inner .social-item:hover .sticky.icon .menu--back-all.menu--fix-color .active .nav-link,.topbar-inner .social-item:hover .sticky.icon .menu--back-all.menu--fix-color .nav-link:hover,.topbar-inner .sticky.email-item:hover .menu--back-all.menu--fix-color .active .nav-link,.topbar-inner .sticky.email-item:hover .menu--back-all.menu--fix-color .nav-link:hover,.topbar-inner .sticky.phone-item:hover .menu--back-all.menu--fix-color .active .nav-link,.topbar-inner .sticky.phone-item:hover .menu--back-all.menu--fix-color .nav-link:hover{background:#fff}.menu--line-bottom .nav-link{position:relative}.menu--line-bottom .nav-link:after{bottom:0;content:"";height:0;left:0;opacity:0;position:absolute;width:100%}.menu--line-bottom .nav-link:hover{-webkit-transition:opacity .3s ease 0s,height .3s ease 0s;-moz-transition:opacity .3s ease 0s,height .3s ease 0s;-ms-transition:opacity .3s ease 0s,height .3s ease 0s;-o-transition:opacity .3s ease 0s,height .3s ease 0s;transition:opacity .3s ease 0s,height .3s ease 0s}.menu--line-bottom .nav-link:hover:after{height:4px;opacity:1}.menu--line-bottom .active .nav-link:after{height:4px;opacity:1;-webkit-transition:opacity .3s ease 0s,height .3s ease 0s;-moz-transition:opacity .3s ease 0s,height .3s ease 0s;-ms-transition:opacity .3s ease 0s,height .3s ease 0s;-o-transition:opacity .3s ease 0s,height .3s ease 0s;transition:opacity .3s ease 0s,height .3s ease 0s}.sticky .menu--line-bottom.menu--fix-color .active .nav-link,.sticky .menu--line-bottom.menu--fix-color .nav-link:hover{opacity:.8}.ds--navText-dark .ds-design-content:not(.ds--navTrans) .navbar-design>.js-change-color.is-transparent:not(.sticky) .menu--line-bottom.menu--fix-color .active .nav-link,.ds--navText-dark .ds-design-content:not(.ds--navTrans) .navbar-design>.js-change-color.is-transparent:not(.sticky) .menu--line-bottom.menu--fix-color .nav-link:hover,.ds--navText-dark .navbar-design>.sticky.js-change-color.is-transparent:not(.sticky) .menu--line-bottom.menu--fix-color .active .nav-link,.ds--navText-dark .navbar-design>.sticky.js-change-color.is-transparent:not(.sticky) .menu--line-bottom.menu--fix-color .nav-link:hover,.ds-design-content:not(.ds--navTrans) .ds--navText-dark .navbar-design>.js-change-color.is-transparent:not(.sticky) .menu--line-bottom.menu--fix-color .active .nav-link,.ds-design-content:not(.ds--navTrans) .ds--navText-dark .navbar-design>.js-change-color.is-transparent:not(.sticky) .menu--line-bottom.menu--fix-color .nav-link:hover,.ds-design-content:not(.ds--navTrans) .fg-dark .menu--line-bottom.menu--fix-color .active .nav-link,.ds-design-content:not(.ds--navTrans) .fg-dark .menu--line-bottom.menu--fix-color .nav-link:hover,.ds-design-content:not(.ds--navTrans) .navbar-fixed .bg-transparent .menu--line-bottom.menu--fix-color .active .nav-link,.ds-design-content:not(.ds--navTrans) .navbar-fixed .bg-transparent .menu--line-bottom.menu--fix-color .nav-link:hover,.fg-dark.sticky .menu--line-bottom.menu--fix-color .active .nav-link,.fg-dark.sticky .menu--line-bottom.menu--fix-color .nav-link:hover,.navbar-fixed .bg-transparent .ds-design-content:not(.ds--navTrans) a .menu--line-bottom.menu--fix-color .active .nav-link,.navbar-fixed .bg-transparent .ds-design-content:not(.ds--navTrans) a .menu--line-bottom.menu--fix-color .nav-link:hover,.navbar-fixed .bg-transparent a.sticky .menu--line-bottom.menu--fix-color .active .nav-link,.navbar-fixed .bg-transparent a.sticky .menu--line-bottom.menu--fix-color .nav-link:hover,.navbar-fixed .ds-design-content:not(.ds--navTrans) .bg-transparent .menu--line-bottom.menu--fix-color .active .nav-link,.navbar-fixed .ds-design-content:not(.ds--navTrans) .bg-transparent .menu--line-bottom.menu--fix-color .nav-link:hover,.navbar-fixed .sticky.bg-transparent .menu--line-bottom.menu--fix-color .active .nav-link,.navbar-fixed .sticky.bg-transparent .menu--line-bottom.menu--fix-color .nav-link:hover{color:#212529!important}.block-footer.fg-white .ds-logo .ds-design-content:not(.ds--navTrans) a .menu--line-bottom.menu--fix-color .active .nav-link,.block-footer.fg-white .ds-logo .ds-design-content:not(.ds--navTrans) a .menu--line-bottom.menu--fix-color .nav-link:hover,.block-footer.fg-white .ds-logo a.sticky .menu--line-bottom.menu--fix-color .active .nav-link,.block-footer.fg-white .ds-logo a.sticky .menu--line-bottom.menu--fix-color .nav-link:hover,.block-footer.mm-menu_theme-main .ds-logo .ds-design-content:not(.ds--navTrans) a .menu--line-bottom.menu--fix-color .active .nav-link,.block-footer.mm-menu_theme-main .ds-logo .ds-design-content:not(.ds--navTrans) a .menu--line-bottom.menu--fix-color .nav-link:hover,.block-footer.mm-menu_theme-main .ds-logo a.sticky .menu--line-bottom.menu--fix-color .active .nav-link,.block-footer.mm-menu_theme-main .ds-logo a.sticky .menu--line-bottom.menu--fix-color .nav-link:hover,.ds-design-content:not(.ds--navTrans) .fg-white .menu--line-bottom.menu--fix-color .active .nav-link,.ds-design-content:not(.ds--navTrans) .fg-white .menu--line-bottom.menu--fix-color .nav-link:hover,.ds-design-content:not(.ds--navTrans) .mm-menu_theme-main .menu--line-bottom.menu--fix-color .active .nav-link,.ds-design-content:not(.ds--navTrans) .mm-menu_theme-main .menu--line-bottom.menu--fix-color .nav-link:hover,.ds-design-content:not(.ds--navTrans) .topbar-inner .email-item:hover .menu--line-bottom.menu--fix-color .active .nav-link,.ds-design-content:not(.ds--navTrans) .topbar-inner .email-item:hover .menu--line-bottom.menu--fix-color .nav-link:hover,.ds-design-content:not(.ds--navTrans) .topbar-inner .phone-item:hover .menu--line-bottom.menu--fix-color .active .nav-link,.ds-design-content:not(.ds--navTrans) .topbar-inner .phone-item:hover .menu--line-bottom.menu--fix-color .nav-link:hover,.ds-design-content:not(.ds--navTrans) .topbar-inner .social-item:hover .icon .menu--line-bottom.menu--fix-color .active .nav-link,.ds-design-content:not(.ds--navTrans) .topbar-inner .social-item:hover .icon .menu--line-bottom.menu--fix-color .nav-link:hover,.fg-white.sticky .menu--line-bottom.menu--fix-color .active .nav-link,.fg-white.sticky .menu--line-bottom.menu--fix-color .nav-link:hover,.sticky.mm-menu_theme-main .menu--line-bottom.menu--fix-color .active .nav-link,.sticky.mm-menu_theme-main .menu--line-bottom.menu--fix-color .nav-link:hover,.topbar-inner .block-footer.email-item:hover .ds-logo .ds-design-content:not(.ds--navTrans) a .menu--line-bottom.menu--fix-color .active .nav-link,.topbar-inner .block-footer.email-item:hover .ds-logo .ds-design-content:not(.ds--navTrans) a .menu--line-bottom.menu--fix-color .nav-link:hover,.topbar-inner .block-footer.email-item:hover .ds-logo a.sticky .menu--line-bottom.menu--fix-color .active .nav-link,.topbar-inner .block-footer.email-item:hover .ds-logo a.sticky .menu--line-bottom.menu--fix-color .nav-link:hover,.topbar-inner .block-footer.phone-item:hover .ds-logo .ds-design-content:not(.ds--navTrans) a .menu--line-bottom.menu--fix-color .active .nav-link,.topbar-inner .block-footer.phone-item:hover .ds-logo .ds-design-content:not(.ds--navTrans) a .menu--line-bottom.menu--fix-color .nav-link:hover,.topbar-inner .block-footer.phone-item:hover .ds-logo a.sticky .menu--line-bottom.menu--fix-color .active .nav-link,.topbar-inner .block-footer.phone-item:hover .ds-logo a.sticky .menu--line-bottom.menu--fix-color .nav-link:hover,.topbar-inner .ds-design-content:not(.ds--navTrans) .email-item:hover .menu--line-bottom.menu--fix-color .active .nav-link,.topbar-inner .ds-design-content:not(.ds--navTrans) .email-item:hover .menu--line-bottom.menu--fix-color .nav-link:hover,.topbar-inner .ds-design-content:not(.ds--navTrans) .phone-item:hover .menu--line-bottom.menu--fix-color .active .nav-link,.topbar-inner .ds-design-content:not(.ds--navTrans) .phone-item:hover .menu--line-bottom.menu--fix-color .nav-link:hover,.topbar-inner .social-item:hover .block-footer.icon .ds-logo .ds-design-content:not(.ds--navTrans) a .menu--line-bottom.menu--fix-color .active .nav-link,.topbar-inner .social-item:hover .block-footer.icon .ds-logo .ds-design-content:not(.ds--navTrans) a .menu--line-bottom.menu--fix-color .nav-link:hover,.topbar-inner .social-item:hover .block-footer.icon .ds-logo a.sticky .menu--line-bottom.menu--fix-color .active .nav-link,.topbar-inner .social-item:hover .block-footer.icon .ds-logo a.sticky .menu--line-bottom.menu--fix-color .nav-link:hover,.topbar-inner .social-item:hover .ds-design-content:not(.ds--navTrans) .icon .menu--line-bottom.menu--fix-color .active .nav-link,.topbar-inner .social-item:hover .ds-design-content:not(.ds--navTrans) .icon .menu--line-bottom.menu--fix-color .nav-link:hover,.topbar-inner .social-item:hover .sticky.icon .menu--line-bottom.menu--fix-color .active .nav-link,.topbar-inner .social-item:hover .sticky.icon .menu--line-bottom.menu--fix-color .nav-link:hover,.topbar-inner .sticky.email-item:hover .menu--line-bottom.menu--fix-color .active .nav-link,.topbar-inner .sticky.email-item:hover .menu--line-bottom.menu--fix-color .nav-link:hover,.topbar-inner .sticky.phone-item:hover .menu--line-bottom.menu--fix-color .active .nav-link,.topbar-inner .sticky.phone-item:hover .menu--line-bottom.menu--fix-color .nav-link:hover{color:#ced4da!important}.ds-design-content:not(.ds--navTrans) .menu--line-bottom.menu--fix-color .nav-link:after,.sticky .menu--line-bottom.menu--fix-color .nav-link:after{opacity:.8}.ds--navText-dark .ds-design-content:not(.ds--navTrans) .navbar-design>.js-change-color.is-transparent:not(.sticky) .menu--line-bottom.menu--fix-color .nav-link:after,.ds--navText-dark .navbar-design>.sticky.js-change-color.is-transparent:not(.sticky) .menu--line-bottom.menu--fix-color .nav-link:after,.ds-design-content:not(.ds--navTrans) .ds--navText-dark .navbar-design>.js-change-color.is-transparent:not(.sticky) .menu--line-bottom.menu--fix-color .nav-link:after,.ds-design-content:not(.ds--navTrans) .fg-dark .menu--line-bottom.menu--fix-color .nav-link:after,.ds-design-content:not(.ds--navTrans) .navbar-fixed .bg-transparent .menu--line-bottom.menu--fix-color .nav-link:after,.fg-dark.sticky .menu--line-bottom.menu--fix-color .nav-link:after,.navbar-fixed .bg-transparent .ds-design-content:not(.ds--navTrans) a .menu--line-bottom.menu--fix-color .nav-link:after,.navbar-fixed .bg-transparent a.sticky .menu--line-bottom.menu--fix-color .nav-link:after,.navbar-fixed .ds-design-content:not(.ds--navTrans) .bg-transparent .menu--line-bottom.menu--fix-color .nav-link:after,.navbar-fixed .sticky.bg-transparent .menu--line-bottom.menu--fix-color .nav-link:after{background:#000!important}.block-footer.fg-white .ds-logo .ds-design-content:not(.ds--navTrans) a .menu--line-bottom.menu--fix-color .nav-link:after,.block-footer.fg-white .ds-logo a.sticky .menu--line-bottom.menu--fix-color .nav-link:after,.block-footer.mm-menu_theme-main .ds-logo .ds-design-content:not(.ds--navTrans) a .menu--line-bottom.menu--fix-color .nav-link:after,.block-footer.mm-menu_theme-main .ds-logo a.sticky .menu--line-bottom.menu--fix-color .nav-link:after,.ds-design-content:not(.ds--navTrans) .fg-white .menu--line-bottom.menu--fix-color .nav-link:after,.ds-design-content:not(.ds--navTrans) .mm-menu_theme-main .menu--line-bottom.menu--fix-color .nav-link:after,.ds-design-content:not(.ds--navTrans) .topbar-inner .email-item:hover .menu--line-bottom.menu--fix-color .nav-link:after,.ds-design-content:not(.ds--navTrans) .topbar-inner .phone-item:hover .menu--line-bottom.menu--fix-color .nav-link:after,.ds-design-content:not(.ds--navTrans) .topbar-inner .social-item:hover .icon .menu--line-bottom.menu--fix-color .nav-link:after,.fg-white.sticky .menu--line-bottom.menu--fix-color .nav-link:after,.sticky.mm-menu_theme-main .menu--line-bottom.menu--fix-color .nav-link:after,.topbar-inner .block-footer.email-item:hover .ds-logo .ds-design-content:not(.ds--navTrans) a .menu--line-bottom.menu--fix-color .nav-link:after,.topbar-inner .block-footer.email-item:hover .ds-logo a.sticky .menu--line-bottom.menu--fix-color .nav-link:after,.topbar-inner .block-footer.phone-item:hover .ds-logo .ds-design-content:not(.ds--navTrans) a .menu--line-bottom.menu--fix-color .nav-link:after,.topbar-inner .block-footer.phone-item:hover .ds-logo a.sticky .menu--line-bottom.menu--fix-color .nav-link:after,.topbar-inner .ds-design-content:not(.ds--navTrans) .email-item:hover .menu--line-bottom.menu--fix-color .nav-link:after,.topbar-inner .ds-design-content:not(.ds--navTrans) .phone-item:hover .menu--line-bottom.menu--fix-color .nav-link:after,.topbar-inner .social-item:hover .block-footer.icon .ds-logo .ds-design-content:not(.ds--navTrans) a .menu--line-bottom.menu--fix-color .nav-link:after,.topbar-inner .social-item:hover .block-footer.icon .ds-logo a.sticky .menu--line-bottom.menu--fix-color .nav-link:after,.topbar-inner .social-item:hover .ds-design-content:not(.ds--navTrans) .icon .menu--line-bottom.menu--fix-color .nav-link:after,.topbar-inner .social-item:hover .sticky.icon .menu--line-bottom.menu--fix-color .nav-link:after,.topbar-inner .sticky.email-item:hover .menu--line-bottom.menu--fix-color .nav-link:after,.topbar-inner .sticky.phone-item:hover .menu--line-bottom.menu--fix-color .nav-link:after{background:#ced4da!important}.menu--line-top .nav-link{position:relative}.menu--line-top .nav-link:after{content:"";height:0;left:0;opacity:0;position:absolute;top:0;width:100%}.menu--line-top .nav-link:hover{-webkit-transition:all .3s ease 0s,height .3s ease 0s;-moz-transition:all .3s ease 0s,height .3s ease 0s;-ms-transition:all .3s ease 0s,height .3s ease 0s;-o-transition:all .3s ease 0s,height .3s ease 0s;transition:all .3s ease 0s,height .3s ease 0s}.menu--line-top .nav-link:hover:after{height:4px;opacity:1}.menu--line-top{-webkit-align-self:center;-moz-align-self:center;-ms-align-self:center;align-self:center}.menu--line-top .active .nav-link:after{height:4px;opacity:1;-webkit-transition:opacity .3s ease 0s,height .3s ease 0s;-moz-transition:opacity .3s ease 0s,height .3s ease 0s;-ms-transition:opacity .3s ease 0s,height .3s ease 0s;-o-transition:opacity .3s ease 0s,height .3s ease 0s;transition:opacity .3s ease 0s,height .3s ease 0s}.ds-design-content:not(.ds--navTrans) .menu--line-top.menu--fix-color .active .nav-link,.ds-design-content:not(.ds--navTrans) .menu--line-top.menu--fix-color .nav-link:hover,.sticky .menu--line-top.menu--fix-color .active .nav-link,.sticky .menu--line-top.menu--fix-color .nav-link:hover{opacity:.8}.ds--navText-dark .ds-design-content:not(.ds--navTrans) .navbar-design>.js-change-color.is-transparent:not(.sticky) .menu--line-top.menu--fix-color .active .nav-link,.ds--navText-dark .ds-design-content:not(.ds--navTrans) .navbar-design>.js-change-color.is-transparent:not(.sticky) .menu--line-top.menu--fix-color .nav-link:hover,.ds--navText-dark .navbar-design>.sticky.js-change-color.is-transparent:not(.sticky) .menu--line-top.menu--fix-color .active .nav-link,.ds--navText-dark .navbar-design>.sticky.js-change-color.is-transparent:not(.sticky) .menu--line-top.menu--fix-color .nav-link:hover,.ds-design-content:not(.ds--navTrans) .ds--navText-dark .navbar-design>.js-change-color.is-transparent:not(.sticky) .menu--line-top.menu--fix-color .active .nav-link,.ds-design-content:not(.ds--navTrans) .ds--navText-dark .navbar-design>.js-change-color.is-transparent:not(.sticky) .menu--line-top.menu--fix-color .nav-link:hover,.ds-design-content:not(.ds--navTrans) .fg-dark .menu--line-top.menu--fix-color .active .nav-link,.ds-design-content:not(.ds--navTrans) .fg-dark .menu--line-top.menu--fix-color .nav-link:hover,.ds-design-content:not(.ds--navTrans) .navbar-fixed .bg-transparent .menu--line-top.menu--fix-color .active .nav-link,.ds-design-content:not(.ds--navTrans) .navbar-fixed .bg-transparent .menu--line-top.menu--fix-color .nav-link:hover,.fg-dark.sticky .menu--line-top.menu--fix-color .active .nav-link,.fg-dark.sticky .menu--line-top.menu--fix-color .nav-link:hover,.navbar-fixed .bg-transparent .ds-design-content:not(.ds--navTrans) a .menu--line-top.menu--fix-color .active .nav-link,.navbar-fixed .bg-transparent .ds-design-content:not(.ds--navTrans) a .menu--line-top.menu--fix-color .nav-link:hover,.navbar-fixed .bg-transparent a.sticky .menu--line-top.menu--fix-color .active .nav-link,.navbar-fixed .bg-transparent a.sticky .menu--line-top.menu--fix-color .nav-link:hover,.navbar-fixed .ds-design-content:not(.ds--navTrans) .bg-transparent .menu--line-top.menu--fix-color .active .nav-link,.navbar-fixed .ds-design-content:not(.ds--navTrans) .bg-transparent .menu--line-top.menu--fix-color .nav-link:hover,.navbar-fixed .sticky.bg-transparent .menu--line-top.menu--fix-color .active .nav-link,.navbar-fixed .sticky.bg-transparent .menu--line-top.menu--fix-color .nav-link:hover{color:#212529}.block-footer.fg-white .ds-logo .ds-design-content:not(.ds--navTrans) a .menu--line-top.menu--fix-color .active .nav-link,.block-footer.fg-white .ds-logo .ds-design-content:not(.ds--navTrans) a .menu--line-top.menu--fix-color .nav-link:hover,.block-footer.fg-white .ds-logo a.sticky .menu--line-top.menu--fix-color .active .nav-link,.block-footer.fg-white .ds-logo a.sticky .menu--line-top.menu--fix-color .nav-link:hover,.block-footer.mm-menu_theme-main .ds-logo .ds-design-content:not(.ds--navTrans) a .menu--line-top.menu--fix-color .active .nav-link,.block-footer.mm-menu_theme-main .ds-logo .ds-design-content:not(.ds--navTrans) a .menu--line-top.menu--fix-color .nav-link:hover,.block-footer.mm-menu_theme-main .ds-logo a.sticky .menu--line-top.menu--fix-color .active .nav-link,.block-footer.mm-menu_theme-main .ds-logo a.sticky .menu--line-top.menu--fix-color .nav-link:hover,.ds-design-content:not(.ds--navTrans) .fg-white .menu--line-top.menu--fix-color .active .nav-link,.ds-design-content:not(.ds--navTrans) .fg-white .menu--line-top.menu--fix-color .nav-link:hover,.ds-design-content:not(.ds--navTrans) .mm-menu_theme-main .menu--line-top.menu--fix-color .active .nav-link,.ds-design-content:not(.ds--navTrans) .mm-menu_theme-main .menu--line-top.menu--fix-color .nav-link:hover,.ds-design-content:not(.ds--navTrans) .topbar-inner .email-item:hover .menu--line-top.menu--fix-color .active .nav-link,.ds-design-content:not(.ds--navTrans) .topbar-inner .email-item:hover .menu--line-top.menu--fix-color .nav-link:hover,.ds-design-content:not(.ds--navTrans) .topbar-inner .phone-item:hover .menu--line-top.menu--fix-color .active .nav-link,.ds-design-content:not(.ds--navTrans) .topbar-inner .phone-item:hover .menu--line-top.menu--fix-color .nav-link:hover,.ds-design-content:not(.ds--navTrans) .topbar-inner .social-item:hover .icon .menu--line-top.menu--fix-color .active .nav-link,.ds-design-content:not(.ds--navTrans) .topbar-inner .social-item:hover .icon .menu--line-top.menu--fix-color .nav-link:hover,.fg-white.sticky .menu--line-top.menu--fix-color .active .nav-link,.fg-white.sticky .menu--line-top.menu--fix-color .nav-link:hover,.sticky.mm-menu_theme-main .menu--line-top.menu--fix-color .active .nav-link,.sticky.mm-menu_theme-main .menu--line-top.menu--fix-color .nav-link:hover,.topbar-inner .block-footer.email-item:hover .ds-logo .ds-design-content:not(.ds--navTrans) a .menu--line-top.menu--fix-color .active .nav-link,.topbar-inner .block-footer.email-item:hover .ds-logo .ds-design-content:not(.ds--navTrans) a .menu--line-top.menu--fix-color .nav-link:hover,.topbar-inner .block-footer.email-item:hover .ds-logo a.sticky .menu--line-top.menu--fix-color .active .nav-link,.topbar-inner .block-footer.email-item:hover .ds-logo a.sticky .menu--line-top.menu--fix-color .nav-link:hover,.topbar-inner .block-footer.phone-item:hover .ds-logo .ds-design-content:not(.ds--navTrans) a .menu--line-top.menu--fix-color .active .nav-link,.topbar-inner .block-footer.phone-item:hover .ds-logo .ds-design-content:not(.ds--navTrans) a .menu--line-top.menu--fix-color .nav-link:hover,.topbar-inner .block-footer.phone-item:hover .ds-logo a.sticky .menu--line-top.menu--fix-color .active .nav-link,.topbar-inner .block-footer.phone-item:hover .ds-logo a.sticky .menu--line-top.menu--fix-color .nav-link:hover,.topbar-inner .ds-design-content:not(.ds--navTrans) .email-item:hover .menu--line-top.menu--fix-color .active .nav-link,.topbar-inner .ds-design-content:not(.ds--navTrans) .email-item:hover .menu--line-top.menu--fix-color .nav-link:hover,.topbar-inner .ds-design-content:not(.ds--navTrans) .phone-item:hover .menu--line-top.menu--fix-color .active .nav-link,.topbar-inner .ds-design-content:not(.ds--navTrans) .phone-item:hover .menu--line-top.menu--fix-color .nav-link:hover,.topbar-inner .social-item:hover .block-footer.icon .ds-logo .ds-design-content:not(.ds--navTrans) a .menu--line-top.menu--fix-color .active .nav-link,.topbar-inner .social-item:hover .block-footer.icon .ds-logo .ds-design-content:not(.ds--navTrans) a .menu--line-top.menu--fix-color .nav-link:hover,.topbar-inner .social-item:hover .block-footer.icon .ds-logo a.sticky .menu--line-top.menu--fix-color .active .nav-link,.topbar-inner .social-item:hover .block-footer.icon .ds-logo a.sticky .menu--line-top.menu--fix-color .nav-link:hover,.topbar-inner .social-item:hover .ds-design-content:not(.ds--navTrans) .icon .menu--line-top.menu--fix-color .active .nav-link,.topbar-inner .social-item:hover .ds-design-content:not(.ds--navTrans) .icon .menu--line-top.menu--fix-color .nav-link:hover,.topbar-inner .social-item:hover .sticky.icon .menu--line-top.menu--fix-color .active .nav-link,.topbar-inner .social-item:hover .sticky.icon .menu--line-top.menu--fix-color .nav-link:hover,.topbar-inner .sticky.email-item:hover .menu--line-top.menu--fix-color .active .nav-link,.topbar-inner .sticky.email-item:hover .menu--line-top.menu--fix-color .nav-link:hover,.topbar-inner .sticky.phone-item:hover .menu--line-top.menu--fix-color .active .nav-link,.topbar-inner .sticky.phone-item:hover .menu--line-top.menu--fix-color .nav-link:hover{color:#ced4da}.ds-design-content:not(.ds--navTrans) .menu--line-top.menu--fix-color .nav-link:after,.sticky .menu--line-top.menu--fix-color .nav-link:after{opacity:.8}.ds--navText-dark .ds-design-content:not(.ds--navTrans) .navbar-design>.js-change-color.is-transparent:not(.sticky) .menu--line-top.menu--fix-color .nav-link:after,.ds--navText-dark .navbar-design>.sticky.js-change-color.is-transparent:not(.sticky) .menu--line-top.menu--fix-color .nav-link:after,.ds-design-content:not(.ds--navTrans) .ds--navText-dark .navbar-design>.js-change-color.is-transparent:not(.sticky) .menu--line-top.menu--fix-color .nav-link:after,.ds-design-content:not(.ds--navTrans) .fg-dark .menu--line-top.menu--fix-color .nav-link:after,.ds-design-content:not(.ds--navTrans) .navbar-fixed .bg-transparent .menu--line-top.menu--fix-color .nav-link:after,.fg-dark.sticky .menu--line-top.menu--fix-color .nav-link:after,.navbar-fixed .bg-transparent .ds-design-content:not(.ds--navTrans) a .menu--line-top.menu--fix-color .nav-link:after,.navbar-fixed .bg-transparent a.sticky .menu--line-top.menu--fix-color .nav-link:after,.navbar-fixed .ds-design-content:not(.ds--navTrans) .bg-transparent .menu--line-top.menu--fix-color .nav-link:after,.navbar-fixed .sticky.bg-transparent .menu--line-top.menu--fix-color .nav-link:after{background:#212529}.block-footer.fg-white .ds-logo .ds-design-content:not(.ds--navTrans) a .menu--line-top.menu--fix-color .nav-link:after,.block-footer.fg-white .ds-logo a.sticky .menu--line-top.menu--fix-color .nav-link:after,.block-footer.mm-menu_theme-main .ds-logo .ds-design-content:not(.ds--navTrans) a .menu--line-top.menu--fix-color .nav-link:after,.block-footer.mm-menu_theme-main .ds-logo a.sticky .menu--line-top.menu--fix-color .nav-link:after,.ds-design-content:not(.ds--navTrans) .fg-white .menu--line-top.menu--fix-color .nav-link:after,.ds-design-content:not(.ds--navTrans) .mm-menu_theme-main .menu--line-top.menu--fix-color .nav-link:after,.ds-design-content:not(.ds--navTrans) .topbar-inner .email-item:hover .menu--line-top.menu--fix-color .nav-link:after,.ds-design-content:not(.ds--navTrans) .topbar-inner .phone-item:hover .menu--line-top.menu--fix-color .nav-link:after,.ds-design-content:not(.ds--navTrans) .topbar-inner .social-item:hover .icon .menu--line-top.menu--fix-color .nav-link:after,.fg-white.sticky .menu--line-top.menu--fix-color .nav-link:after,.sticky.mm-menu_theme-main .menu--line-top.menu--fix-color .nav-link:after,.topbar-inner .block-footer.email-item:hover .ds-logo .ds-design-content:not(.ds--navTrans) a .menu--line-top.menu--fix-color .nav-link:after,.topbar-inner .block-footer.email-item:hover .ds-logo a.sticky .menu--line-top.menu--fix-color .nav-link:after,.topbar-inner .block-footer.phone-item:hover .ds-logo .ds-design-content:not(.ds--navTrans) a .menu--line-top.menu--fix-color .nav-link:after,.topbar-inner .block-footer.phone-item:hover .ds-logo a.sticky .menu--line-top.menu--fix-color .nav-link:after,.topbar-inner .ds-design-content:not(.ds--navTrans) .email-item:hover .menu--line-top.menu--fix-color .nav-link:after,.topbar-inner .ds-design-content:not(.ds--navTrans) .phone-item:hover .menu--line-top.menu--fix-color .nav-link:after,.topbar-inner .social-item:hover .block-footer.icon .ds-logo .ds-design-content:not(.ds--navTrans) a .menu--line-top.menu--fix-color .nav-link:after,.topbar-inner .social-item:hover .block-footer.icon .ds-logo a.sticky .menu--line-top.menu--fix-color .nav-link:after,.topbar-inner .social-item:hover .ds-design-content:not(.ds--navTrans) .icon .menu--line-top.menu--fix-color .nav-link:after,.topbar-inner .social-item:hover .sticky.icon .menu--line-top.menu--fix-color .nav-link:after,.topbar-inner .sticky.email-item:hover .menu--line-top.menu--fix-color .nav-link:after,.topbar-inner .sticky.phone-item:hover .menu--line-top.menu--fix-color .nav-link:after{background:#ced4da}.topbar{min-height:45px}.topbar__item .dropdown-toggle:after{top:12px}.topbar-social .text p{margin-bottom:0}.topbar-inner{font-size:1em}.topbar-inner .icon{font-size:1em;vertical-align:middle}.topbar-inner .icon.icon-mail2,.topbar-inner .icon.icon-phone2{font-size:.8em}.topbar-inner .social-item{display:inline-block}.topbar-inner .email-item,.topbar-inner .phone-item{display:inline-block;vertical-align:middle}.backdrop,.backdrop-element-added{background:#000000b3;bottom:0;left:0;opacity:0;position:fixed;right:0;top:0;z-index:-5}.backdrop-element-added{display:none}.search-input .tools-search-content{border-style:solid;margin-bottom:0}.search-input .btn-search{height:40px;vertical-align:middle}.search-input .btn-search:hover{cursor:pointer}.search-input .tools__item-search{background:none}.ds--navText-dark .navbar-design>.js-change-color.is-transparent:not(.sticky) .search-input .tools__item-search,.fg-dark .search-input .tools__item-search,.navbar-fixed .bg-transparent .search-input .tools__item-search{color:#212529}.block-footer.fg-white .ds-logo a .search-input .tools__item-search,.block-footer.mm-menu_theme-main .ds-logo a .search-input .tools__item-search,.fg-white .search-input .tools__item-search,.mm-menu_theme-main .search-input .tools__item-search,.topbar-inner .email-item:hover .search-input .tools__item-search,.topbar-inner .phone-item:hover .search-input .tools__item-search,.topbar-inner .social-item:hover .icon .search-input .tools__item-search{color:#fff}.search-input .tools__item-search{border:0;font-size:1em;height:40px;width:13rem}.ds--navText-dark .navbar-design>.js-change-color.is-transparent:not(.sticky) .search-input .tools__item-search::placeholder,.fg-dark .search-input .tools__item-search::placeholder,.navbar-fixed .bg-transparent .search-input .tools__item-search::placeholder{color:#212529}.fg-white .search-input .tools__item-search::placeholder,.mm-menu_theme-main .search-input .tools__item-search::placeholder,.topbar-inner .email-item:hover .search-input .tools__item-search::placeholder,.topbar-inner .phone-item:hover .search-input .tools__item-search::placeholder,.topbar-inner .social-item:hover .icon .search-input .tools__item-search::placeholder{color:#fff}.search-input .tools__item-search:focus{outline:none}.ds--navText-dark .navbar-design>.js-change-color.is-transparent:not(.sticky) .search-input .tools__item-search:focus,.fg-dark .search-input .tools__item-search:focus,.navbar-fixed .bg-transparent .search-input .tools__item-search:focus{color:#212529}.fg-white .search-input .tools__item-search:focus,.mm-menu_theme-main .search-input .tools__item-search:focus,.topbar-inner .email-item:hover .search-input .tools__item-search:focus,.topbar-inner .phone-item:hover .search-input .tools__item-search:focus,.topbar-inner .social-item:hover .icon .search-input .tools__item-search:focus{color:#fff}@media (min-width:576px){.dropdown-cart{max-width:400px}}.dropdown-cart .cart-item__thumb,.dropdown-cart .order-item__thumb{height:4rem;width:4rem}.dropdown-cart .cart-item__quantity p{line-height:1.25rem}.nav-text{margin-bottom:1rem;margin-top:1rem;min-height:3rem;padding-bottom:0;padding-top:0;z-index:11}.block-lateral-aligns .ds-cn-grid-element:nth-child(odd) .element .media-header>.nav-text,.block-lateral-aligns .ds-cn-grid-element:nth-child(odd)>.nav-text,.ds-block--slider .ds-swiper-slider .v-text-bottom-left .content-entry-slider>.nav-text,.ds-block--slider .ds-swiper-slider .v-text-left .content-entry-slider>.nav-text,.ds-block--slider .ds-swiper-slider .v-text-top-left .content-entry-slider>.nav-text,.ds-block--slider.block-slider-background .v-text-bottom-left .container .row>.nav-text,.ds-block--slider.block-slider-background .v-text-left .container .row>.nav-text,.ds-block--slider.block-slider-background .v-text-top-left .container .row>.nav-text,.form-inline label>.nav-text,.justify-content-start>.nav-text,.v-text-left .ds-block-content table.medium-editor-table>.nav-text,.v-text-left .ds-block-content>.nav-text,.v-text-left .target-image>.nav-text,.v-text-left .two-widgets .content-entry .entry-text>.nav-text,.v-text-left.section-lines .ds-col.col-md-12>.nav-text{text-align:left}.bg-message-form>.nav-text,.ds-block--slider .ds-swiper-slider .v-text-bottom-center .content-entry-slider>.nav-text,.ds-block--slider .ds-swiper-slider .v-text-center .content-entry-slider>.nav-text,.ds-block--slider .ds-swiper-slider .v-text-top-center .content-entry-slider>.nav-text,.ds-block--slider.block-slider-background .v-text-bottom-center .container .row>.nav-text,.ds-block--slider.block-slider-background .v-text-center .container .row>.nav-text,.ds-block--slider.block-slider-background .v-text-top-center .container .row>.nav-text,.icon>.nav-text,.justify-content-center>.nav-text,.navbar-design .nav-link>.nav-text,.product-gallery-swiper .swiper-thumbs>.nav-text,.shop-design2 .price-item>.nav-text,.shop-design2 .product-badge .badge>.nav-text,.social-share .social-item>.nav-text,.subnav .nav-link>.nav-text,.v-text-center .ds-block-content table.medium-editor-table>.nav-text,.v-text-center .ds-block-content>.nav-text,.v-text-center .two-widgets .content-entry .entry-text>.nav-text,.v-text-center.section-lines .ds-col.col-md-12>.nav-text{text-align:center}.justify-content-between>.nav-text,.navbar-design .navbar-inner>.nav-text,.shop-design2 .col-md-12>.product-item .product-item__body .product-group__bottom>.nav-text,.shop-design2 .col-md-12>div>.product-item .product-item__body .product-group__bottom>.nav-text,.shop-design2 .col-md-6>.product-item .product-item__body .product-group__bottom>.nav-text,.shop-design2 .col-md-6>div>.product-item .product-item__body .product-group__bottom>.nav-text,.subnav .navbar-inner>.nav-text{text-align:justify}.block-lateral-aligns .ds-cn-grid-element:nth-child(2n) .element .media-header>.nav-text,.block-lateral-aligns .ds-cn-grid-element:nth-child(2n)>.nav-text,.ds-block--slider .ds-swiper-slider .v-text-bottom-right .content-entry-slider>.nav-text,.ds-block--slider .ds-swiper-slider .v-text-right .content-entry-slider>.nav-text,.ds-block--slider .ds-swiper-slider .v-text-top-right .content-entry-slider>.nav-text,.ds-block--slider.block-slider-background .v-text-bottom-right .container .row>.nav-text,.ds-block--slider.block-slider-background .v-text-right .container .row>.nav-text,.ds-block--slider.block-slider-background .v-text-top-right .container .row>.nav-text,.justify-content-end>.nav-text,.v-text-right .ds-block-content table.medium-editor-table>.nav-text,.v-text-right .ds-block-content>.nav-text,.v-text-right .target-image>.nav-text,.v-text-right .two-widgets .content-entry .entry-text>.nav-text,.v-text-right.section-lines .ds-col.col-md-12>.nav-text{text-align:right}@font-face{font-display:swap;font-family:icomoon;font-style:normal;font-weight:400;src:url(https://siweb2.ams3.cdn.digitaloceanspaces.com/assets/fonts/icomoon.d6e6b821.eot);src:url(https://siweb2.ams3.cdn.digitaloceanspaces.com/assets/fonts/icomoon.d6e6b821.eot) format("embedded-opentype"),url(https://siweb2.ams3.cdn.digitaloceanspaces.com/assets/fonts/icomoon.5ad14e7b.ttf) format("truetype"),url(https://siweb2.ams3.cdn.digitaloceanspaces.com/assets/fonts/icomoon.0e3fbfe9.woff) format("woff"),url(https://siweb2.ams3.cdn.digitaloceanspaces.com/assets/images/icomoon.8c07c330.svg) format("svg")}[class*=" icon-"],[class^=icon-]{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:icomoon!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.icon-trash-2:before{content:"\e900"}.icon-shopping-cart2:before{content:"\ea84"}.icon-search:before{content:"\ea83"}.icon-menu3:before{content:"\ea82"}.icon-youtube:before{content:"\ea81"}.icon-youtube-with-circle:before{content:"\ea80"}.icon-vimeo:before{content:"\ea7f"}.icon-vimeo-with-circle:before{content:"\ea7e"}.icon-square-x-twitter:before,.icon-twitter:before,.icon-x-witter:before{content:"\ea7d"}.icon-twitter-with-circle:before{content:"\ea7c"}.icon-tumblr:before{content:"\ea7b"}.icon-tumblr-with-circle:before{content:"\ea7a"}.icon-stumbleupon:before{content:"\ea79"}.icon-stumbleupon-with-circle:before{content:"\ea78"}.icon-rdio:before{content:"\ea77"}.icon-pinterest:before{content:"\ea76"}.icon-pinterest-with-circle:before{content:"\ea75"}.icon-linkedin:before{content:"\ea74"}.icon-linkedin-with-circle:before{content:"\ea73"}.icon-lastfm:before{content:"\ea72"}.icon-lastfm-with-circle:before{content:"\ea71"}.icon-instagram:before{content:"\ea70"}.icon-instagram-with-circle:before{content:"\ea6f"}.icon-google:before{content:"\ea6e"}.icon-google-with-circle:before{content:"\ea6d"}.icon-github:before{content:"\ea6c"}.icon-github-with-circle:before{content:"\ea6b"}.icon-flickr:before{content:"\ea6a"}.icon-flickr-with-circle:before{content:"\ea69"}.icon-facebook:before{content:"\ea68"}.icon-facebook-with-circle:before{content:"\ea67"}.icon-dribbble:before{content:"\ea66"}.icon-dribbble-with-circle:before{content:"\ea65"}.icon-spotify:before{content:"\ea5b"}.icon-spotify-with-circle:before{content:"\ea5a"}.icon-soundcloud:before{content:"\ea59"}.icon-smashing:before{content:"\ea58"}.icon-paypal:before{content:"\ea4e"}.icon-mixi:before{content:"\ea4c"}.icon-icloud:before{content:"\ea4b"}.icon-grooveshark:before{content:"\ea4a"}.icon-google-hangouts:before{content:"\ea49"}.icon-google-drive:before{content:"\ea48"}.icon-500px-with-circle:before{content:"\ea3f"}.icon-dots-two-vertical:before{content:"\e93e"}.icon-dots-two-horizontal:before{content:"\e93d"}.icon-dots-three-vertical:before{content:"\e93c"}.icon-dots-three-horizontal:before{content:"\e93b"}.icon-chevron-down:before{content:"\e92e"}.icon-chevron-left:before{content:"\e92d"}.icon-chevron-right:before{content:"\e92c"}.icon-chevron-thin-up:before{content:"\e92b"}.icon-chevron-thin-right:before{content:"\e92a"}.icon-chevron-thin-left:before{content:"\e929"}.icon-chevron-thin-down:before{content:"\e928"}.icon-chevron-small-up:before{content:"\e927"}.icon-chevron-small-right:before{content:"\e926"}.icon-chevron-small-left:before{content:"\e925"}.icon-chevron-small-down:before{content:"\e924"}.icon-phone2:before{content:"\e923"}.icon-mail2:before{content:"\e922"}.icon-user:before{content:"\e921"}.icon-x:before{content:"\e920"}.icon-align-right:before{content:"\e903"}.icon-align-left:before{content:"\e902"}.icon-align-justify:before{content:"\e901"}.icon-align-center:before{content:"\e900"}.icon-shopping-bag:before{content:"\e905"}.icon-gift:before{content:"\f06b"}.icon-gift2:before{content:"\ec37"}.icon-ecommerce_gift:before{content:"\ea00"}.navbar-fixed{-webkit-box-shadow:0 2px 2px #00000029;-moz-box-shadow:0 2px 2px #00000029;box-shadow:0 2px 2px #00000029;position:fixed!important;top:0;width:100%;z-index:99999}.navbar-fixed,.navbar-fixed.is-hide{-webkit-transition:transform .5s ease;-moz-transition:transform .5s ease;-ms-transition:transform .5s ease;-o-transition:transform .5s ease;transition:transform .5s ease}.navbar-fixed.is-hide{-webkit-transform:translateY(-120%);-moz-transform:translateY(-120%);-ms-transform:translateY(-120%);transform:translateY(-120%)}.navbar-fixed .navbar-item--logo .branding-logo{max-width:11rem}@media (max-width:575.98px){.navbar-fixed .navbar-item--logo .branding-logo{max-width:7.5rem}}@media (min-width:576px){.navbar-fixed .navbar-item--logo .branding-logo{max-width:11rem}}.sticky{-webkit-box-shadow:0 2px 5px #0000000f;-moz-box-shadow:0 2px 5px #0000000f;box-shadow:0 2px 5px #0000000f;left:0;position:fixed!important;top:0;width:100%;z-index:1}.header-absolute{position:absolute!important;width:100%;z-index:4}.subnav-bottom-absolute{bottom:0;position:absolute!important;width:100%}.site-header .container{position:relative}.fix-padding-container{padding:0}.height-fix-cover{padding:30%}.ds-cn-grid-element .overlay-body{opacity:1}.nomargin .container-fluid,.nomargin .container-lg,.nomargin .container-md,.nomargin .container-sm,.nomargin .container-xl,.nomargin .container-xxl{padding-left:0;padding-right:0}.nomargin .row{margin-left:0;margin-right:0}.nomargin .row .ds-col{padding-left:0!important;padding-right:0!important}.nomargin .row .ds-col .element{margin-bottom:0;margin-top:0}@media (max-width:575.98px){.nomargin .row .ds-col .element{margin-top:-1rem}}.custom-margin:not(.nomargin) .ds-col.col-lg-12{padding:0}.custom-margin:not(.nomargin) .col-title{padding:0 .3rem}.custom-margin:not(.nomargin) .ds-col>.row.n-widget{margin:0;padding:.3rem .3rem 0 0}.custom-margin:not(.nomargin) .ds-cn-grid-element{padding:0}.custom-margin:not(.nomargin) .ds-cn-grid-element .element.overlay{margin-bottom:0!important;margin-top:0;padding:0 0 .3rem .3rem}.single-product .description>.medium-editor-toolbar.medium-editor-toolbar-grid{display:none}.ds-block--slider>.background .bg-color{background:none!important}