@charset "UTF-8";@import url(https://fonts.googleapis.com/css?family=Pacifico|Source+Sans+Pro:400,600,700,900&subset=latin-ext);.choices{position:relative;margin-bottom:24px;font-size:16px}.choices:focus{outline:none}.choices:last-child{margin-bottom:0}.choices.is-disabled .choices__inner,.choices.is-disabled .choices__input{background-color:#eaeaea;cursor:not-allowed;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.choices.is-disabled .choices__item{cursor:not-allowed}.choices[data-type*=select-one]{cursor:pointer}.choices[data-type*=select-one] .choices__inner{padding-bottom:7.5px}.choices[data-type*=select-one] .choices__input{display:block;width:100%;padding:10px;border-bottom:1px solid #ddd;background-color:#fff;margin:0}.choices[data-type*=select-one] .choices__button{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMi41OTIuMDQ0bDE4LjM2NCAxOC4zNjQtMi41NDggMi41NDhMLjA0NCAyLjU5MnoiLz48cGF0aCBkPSJNMCAxOC4zNjRMMTguMzY0IDBsMi41NDggMi41NDhMMi41NDggMjAuOTEyeiIvPjwvZz48L3N2Zz4=);padding:0;background-size:8px;position:absolute;top:50%;right:0;margin-top:-10px;margin-right:25px;height:20px;width:20px;border-radius:10em;opacity:.5}.choices[data-type*=select-one] .choices__button:focus,.choices[data-type*=select-one] .choices__button:hover{opacity:1}.choices[data-type*=select-one] .choices__button:focus{box-shadow:0 0 0 2px #00bcd4}.choices[data-type*=select-one]:after{content:"";height:0;width:0;border:5px solid transparent;border-top-color:#333;position:absolute;right:11.5px;top:50%;margin-top:-2.5px;pointer-events:none}.choices[data-type*=select-one].is-open:after{border-color:transparent transparent #333;margin-top:-7.5px}.choices[data-type*=select-one][dir=rtl]:after{left:11.5px;right:auto}.choices[data-type*=select-one][dir=rtl] .choices__button{right:auto;left:0;margin-left:25px;margin-right:0}.choices[data-type*=select-multiple] .choices__inner,.choices[data-type*=text] .choices__inner{cursor:text}.choices[data-type*=select-multiple] .choices__button,.choices[data-type*=text] .choices__button{position:relative;display:inline-block;margin:0 -4px 0 8px;padding-left:16px;border-left:1px solid #008fa1;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMi41OTIuMDQ0bDE4LjM2NCAxOC4zNjQtMi41NDggMi41NDhMLjA0NCAyLjU5MnoiLz48cGF0aCBkPSJNMCAxOC4zNjRMMTguMzY0IDBsMi41NDggMi41NDhMMi41NDggMjAuOTEyeiIvPjwvZz48L3N2Zz4=);background-size:8px;width:8px;line-height:1;opacity:.75;border-radius:0}.choices[data-type*=select-multiple] .choices__button:focus,.choices[data-type*=select-multiple] .choices__button:hover,.choices[data-type*=text] .choices__button:focus,.choices[data-type*=text] .choices__button:hover{opacity:1}.choices__inner{display:inline-block;vertical-align:top;width:100%;background-color:#f9f9f9;padding:7.5px 7.5px 3.75px;border:1px solid #ddd;border-radius:2.5px;font-size:14px;min-height:44px;overflow:hidden}.is-focused .choices__inner,.is-open .choices__inner{border-color:#b7b7b7}.is-open .choices__inner{border-radius:2.5px 2.5px 0 0}.is-flipped.is-open .choices__inner{border-radius:0 0 2.5px 2.5px}.choices__list{margin:0;padding-left:0;list-style:none}.choices__list--single{display:inline-block;padding:4px 16px 4px 4px;width:100%}[dir=rtl] .choices__list--single{padding-right:4px;padding-left:16px}.choices__list--single .choices__item{width:100%}.choices__list--multiple{display:inline}.choices__list--multiple .choices__item{display:inline-block;vertical-align:middle;border-radius:20px;padding:4px 10px;font-size:12px;font-weight:500;margin-right:3.75px;margin-bottom:3.75px;background-color:#00bcd4;border:1px solid #00a5bb;color:#fff;word-break:break-all}.choices__list--multiple .choices__item[data-deletable]{padding-right:5px}[dir=rtl] .choices__list--multiple .choices__item{margin-right:0;margin-left:3.75px}.choices__list--multiple .choices__item.is-highlighted{background-color:#00a5bb;border:1px solid #008fa1}.is-disabled .choices__list--multiple .choices__item{background-color:#aaa;border:1px solid #919191}.choices__list--dropdown{display:none;z-index:1;position:absolute;width:100%;background-color:#fff;border:1px solid #ddd;top:100%;margin-top:-1px;border-bottom-left-radius:2.5px;border-bottom-right-radius:2.5px;overflow:hidden;word-break:break-all}.choices__list--dropdown.is-active{display:block}.is-open .choices__list--dropdown{border-color:#b7b7b7}.is-flipped .choices__list--dropdown{top:auto;bottom:100%;margin-top:0;margin-bottom:-1px;border-radius:.25rem .25rem 0 0}.choices__list--dropdown .choices__list{position:relative;max-height:300px;overflow:auto;-webkit-overflow-scrolling:touch;will-change:scroll-position}.choices__list--dropdown .choices__item{position:relative;padding:10px;font-size:14px}[dir=rtl] .choices__list--dropdown .choices__item{text-align:right}@media (min-width:640px){.choices__list--dropdown .choices__item--selectable{padding-right:100px}.choices__list--dropdown .choices__item--selectable:after{content:attr(data-select-text);font-size:12px;opacity:0;position:absolute;right:10px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}[dir=rtl] .choices__list--dropdown .choices__item--selectable{text-align:right;padding-left:100px;padding-right:10px}[dir=rtl] .choices__list--dropdown .choices__item--selectable:after{right:auto;left:10px}}.choices__list--dropdown .choices__item--selectable.is-highlighted{background-color:#f2f2f2}.choices__list--dropdown .choices__item--selectable.is-highlighted:after{opacity:.5}.choices__item{cursor:default}.choices__item--selectable{cursor:pointer}.choices__item--disabled{cursor:not-allowed;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;opacity:.5}.choices__heading{font-weight:600;font-size:12px;padding:10px;border-bottom:1px solid #f7f7f7;color:grey}.choices__button{text-indent:-9999px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background-color:transparent;background-repeat:no-repeat;background-position:50%;cursor:pointer}.choices__button:focus{outline:none}.choices__input{display:inline-block;vertical-align:baseline;background-color:#f9f9f9;font-size:14px;margin-bottom:5px;border:0;border-radius:0;max-width:100%;padding:4px 0 4px 2px}.choices__input:focus{outline:0}[dir=rtl] .choices__input{padding-right:2px;padding-left:0}.choices__placeholder{opacity:.5}.choices[data-type*=select-multiple] .choices__input.is-hidden,.choices[data-type*=select-one] .choices__input.is-hidden,.choices__input.is-hidden{display:none}@media (max-width:576px){.container{padding-right:15px!important;padding-left:15px!important}.row:not(.no-gutters)>.col,.row:not(.no-gutters)>[class*=col-]{padding-right:15px;padding-left:15px}.row:not(.no-gutters){margin-right:-15px!important;margin-left:-15px!important}}:root{--blue:#23829b;--indigo:#6610f2;--purple:#f2355d;--pink:#e83e8c;--red:#d81300;--orange:#f87909;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#960d4e;--secondary:#a48565;--success:#9abb00;--info:#17a2b8;--warning:#d6b36b;--danger:#d81300;--light:#f8f9fa;--dark:#343a40;--gray:#434148;--green:#128d8d;--yellow:#d6b36b;--breakpoint-xxs:0;--breakpoint-xs:436px;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--breakpoint-xxl:1390px;--font-family-sans-serif:"Source Sans Pro",sans-serif;--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,:after,:before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:Source Sans Pro,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#f7f6f7}[tabindex="-1"]:focus{outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{font-style:normal;line-height:inherit}address,dl,ol,ul{margin-bottom:1rem}dl,ol,ul{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}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#960d4e;text-decoration:none;background-color:transparent}a:hover{color:#500729;text-decoration:underline}a:not([href]):not([tabindex]),a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto}figure{margin:0 0 1rem}img{border-style:none}img,svg{vertical-align:middle}svg{overflow:hidden}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}select{word-wrap:normal}[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}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-weight:500;line-height:1.2}.h1,h1{font-size:2.5rem}.h2,h2{font-size:2rem}.h3,h3{font-size:1.75rem}.h4,h4{font-size:1.5rem}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem}.display-1,.display-2{font-weight:300;line-height:1.2}.display-2{font-size:5.5rem}.display-3{font-size:4.5rem}.display-3,.display-4{font-weight:300;line-height:1.2}.display-4{font-size:3.5rem}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}.small,small{font-size:80%;font-weight:400}.mark,mark{padding:.2em;background-color:#fcf8e3}.list-inline,.list-unstyled{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:80%;color:#6c757d}.blockquote-footer:before{content:"\2014\00A0"}.container{width:100%;padding-right:20px;padding-left:20px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}@media (min-width:1390px){.container{max-width:1330px}}.container-fluid{width:100%;padding-right:20px;padding-left:20px;margin-right:auto;margin-left:auto}.row{display:flex;flex-wrap:wrap;margin-right:-20px;margin-left:-20px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col-auto,.col-lg,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-auto,.col-md,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md-auto,.col-sm,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-auto,.col-xs,.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-auto,.col-xxl,.col-xxl-1,.col-xxl-2,.col-xxl-3,.col-xxl-4,.col-xxl-5,.col-xxl-6,.col-xxl-7,.col-xxl-8,.col-xxl-9,.col-xxl-10,.col-xxl-11,.col-xxl-12,.col-xxl-auto{position:relative;width:100%;padding-right:20px;padding-left:20px}.col{flex-basis:0;flex-grow:1;max-width:100%}.col-auto{flex:0 0 auto;width:auto;max-width:100%}.col-1{flex:0 0 8.33333%;max-width:8.33333%}.col-2{flex:0 0 16.66667%;max-width:16.66667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.33333%;max-width:33.33333%}.col-5{flex:0 0 41.66667%;max-width:41.66667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.33333%;max-width:58.33333%}.col-8{flex:0 0 66.66667%;max-width:66.66667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.33333%;max-width:83.33333%}.col-11{flex:0 0 91.66667%;max-width:91.66667%}.col-12{flex:0 0 100%;max-width:100%}.order-first{order:-1}.order-last{order:13}.order-0{order:0}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-10{order:10}.order-11{order:11}.order-12{order:12}.offset-1{margin-left:8.33333%}.offset-2{margin-left:16.66667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333%}.offset-5{margin-left:41.66667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333%}.offset-8{margin-left:66.66667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333%}.offset-11{margin-left:91.66667%}@media (min-width:436px){.col-xs{flex-basis:0;flex-grow:1;max-width:100%}.col-xs-auto{flex:0 0 auto;width:auto;max-width:100%}.col-xs-1{flex:0 0 8.33333%;max-width:8.33333%}.col-xs-2{flex:0 0 16.66667%;max-width:16.66667%}.col-xs-3{flex:0 0 25%;max-width:25%}.col-xs-4{flex:0 0 33.33333%;max-width:33.33333%}.col-xs-5{flex:0 0 41.66667%;max-width:41.66667%}.col-xs-6{flex:0 0 50%;max-width:50%}.col-xs-7{flex:0 0 58.33333%;max-width:58.33333%}.col-xs-8{flex:0 0 66.66667%;max-width:66.66667%}.col-xs-9{flex:0 0 75%;max-width:75%}.col-xs-10{flex:0 0 83.33333%;max-width:83.33333%}.col-xs-11{flex:0 0 91.66667%;max-width:91.66667%}.col-xs-12{flex:0 0 100%;max-width:100%}.order-xs-first{order:-1}.order-xs-last{order:13}.order-xs-0{order:0}.order-xs-1{order:1}.order-xs-2{order:2}.order-xs-3{order:3}.order-xs-4{order:4}.order-xs-5{order:5}.order-xs-6{order:6}.order-xs-7{order:7}.order-xs-8{order:8}.order-xs-9{order:9}.order-xs-10{order:10}.order-xs-11{order:11}.order-xs-12{order:12}.offset-xs-0{margin-left:0}.offset-xs-1{margin-left:8.33333%}.offset-xs-2{margin-left:16.66667%}.offset-xs-3{margin-left:25%}.offset-xs-4{margin-left:33.33333%}.offset-xs-5{margin-left:41.66667%}.offset-xs-6{margin-left:50%}.offset-xs-7{margin-left:58.33333%}.offset-xs-8{margin-left:66.66667%}.offset-xs-9{margin-left:75%}.offset-xs-10{margin-left:83.33333%}.offset-xs-11{margin-left:91.66667%}}@media (min-width:576px){.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.col-sm-auto{flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{flex:0 0 8.33333%;max-width:8.33333%}.col-sm-2{flex:0 0 16.66667%;max-width:16.66667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.33333%;max-width:33.33333%}.col-sm-5{flex:0 0 41.66667%;max-width:41.66667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.33333%;max-width:58.33333%}.col-sm-8{flex:0 0 66.66667%;max-width:66.66667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.33333%;max-width:83.33333%}.col-sm-11{flex:0 0 91.66667%;max-width:91.66667%}.col-sm-12{flex:0 0 100%;max-width:100%}.order-sm-first{order:-1}.order-sm-last{order:13}.order-sm-0{order:0}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-6{order:6}.order-sm-7{order:7}.order-sm-8{order:8}.order-sm-9{order:9}.order-sm-10{order:10}.order-sm-11{order:11}.order-sm-12{order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333%}.offset-sm-2{margin-left:16.66667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333%}.offset-sm-5{margin-left:41.66667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333%}.offset-sm-8{margin-left:66.66667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333%}.offset-sm-11{margin-left:91.66667%}}@media (min-width:768px){.col-md{flex-basis:0;flex-grow:1;max-width:100%}.col-md-auto{flex:0 0 auto;width:auto;max-width:100%}.col-md-1{flex:0 0 8.33333%;max-width:8.33333%}.col-md-2{flex:0 0 16.66667%;max-width:16.66667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.33333%;max-width:33.33333%}.col-md-5{flex:0 0 41.66667%;max-width:41.66667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.33333%;max-width:58.33333%}.col-md-8{flex:0 0 66.66667%;max-width:66.66667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.33333%;max-width:83.33333%}.col-md-11{flex:0 0 91.66667%;max-width:91.66667%}.col-md-12{flex:0 0 100%;max-width:100%}.order-md-first{order:-1}.order-md-last{order:13}.order-md-0{order:0}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-6{order:6}.order-md-7{order:7}.order-md-8{order:8}.order-md-9{order:9}.order-md-10{order:10}.order-md-11{order:11}.order-md-12{order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333%}.offset-md-2{margin-left:16.66667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333%}.offset-md-5{margin-left:41.66667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333%}.offset-md-8{margin-left:66.66667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333%}.offset-md-11{margin-left:91.66667%}}@media (min-width:992px){.col-lg{flex-basis:0;flex-grow:1;max-width:100%}.col-lg-auto{flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{flex:0 0 8.33333%;max-width:8.33333%}.col-lg-2{flex:0 0 16.66667%;max-width:16.66667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.33333%;max-width:33.33333%}.col-lg-5{flex:0 0 41.66667%;max-width:41.66667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.33333%;max-width:58.33333%}.col-lg-8{flex:0 0 66.66667%;max-width:66.66667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.33333%;max-width:83.33333%}.col-lg-11{flex:0 0 91.66667%;max-width:91.66667%}.col-lg-12{flex:0 0 100%;max-width:100%}.order-lg-first{order:-1}.order-lg-last{order:13}.order-lg-0{order:0}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-6{order:6}.order-lg-7{order:7}.order-lg-8{order:8}.order-lg-9{order:9}.order-lg-10{order:10}.order-lg-11{order:11}.order-lg-12{order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333%}.offset-lg-2{margin-left:16.66667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333%}.offset-lg-5{margin-left:41.66667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333%}.offset-lg-8{margin-left:66.66667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333%}.offset-lg-11{margin-left:91.66667%}}@media (min-width:1200px){.col-xl{flex-basis:0;flex-grow:1;max-width:100%}.col-xl-auto{flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{flex:0 0 8.33333%;max-width:8.33333%}.col-xl-2{flex:0 0 16.66667%;max-width:16.66667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.33333%;max-width:33.33333%}.col-xl-5{flex:0 0 41.66667%;max-width:41.66667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.33333%;max-width:58.33333%}.col-xl-8{flex:0 0 66.66667%;max-width:66.66667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.33333%;max-width:83.33333%}.col-xl-11{flex:0 0 91.66667%;max-width:91.66667%}.col-xl-12{flex:0 0 100%;max-width:100%}.order-xl-first{order:-1}.order-xl-last{order:13}.order-xl-0{order:0}.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.order-xl-6{order:6}.order-xl-7{order:7}.order-xl-8{order:8}.order-xl-9{order:9}.order-xl-10{order:10}.order-xl-11{order:11}.order-xl-12{order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333%}.offset-xl-2{margin-left:16.66667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333%}.offset-xl-5{margin-left:41.66667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333%}.offset-xl-8{margin-left:66.66667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333%}.offset-xl-11{margin-left:91.66667%}}@media (min-width:1390px){.col-xxl{flex-basis:0;flex-grow:1;max-width:100%}.col-xxl-auto{flex:0 0 auto;width:auto;max-width:100%}.col-xxl-1{flex:0 0 8.33333%;max-width:8.33333%}.col-xxl-2{flex:0 0 16.66667%;max-width:16.66667%}.col-xxl-3{flex:0 0 25%;max-width:25%}.col-xxl-4{flex:0 0 33.33333%;max-width:33.33333%}.col-xxl-5{flex:0 0 41.66667%;max-width:41.66667%}.col-xxl-6{flex:0 0 50%;max-width:50%}.col-xxl-7{flex:0 0 58.33333%;max-width:58.33333%}.col-xxl-8{flex:0 0 66.66667%;max-width:66.66667%}.col-xxl-9{flex:0 0 75%;max-width:75%}.col-xxl-10{flex:0 0 83.33333%;max-width:83.33333%}.col-xxl-11{flex:0 0 91.66667%;max-width:91.66667%}.col-xxl-12{flex:0 0 100%;max-width:100%}.order-xxl-first{order:-1}.order-xxl-last{order:13}.order-xxl-0{order:0}.order-xxl-1{order:1}.order-xxl-2{order:2}.order-xxl-3{order:3}.order-xxl-4{order:4}.order-xxl-5{order:5}.order-xxl-6{order:6}.order-xxl-7{order:7}.order-xxl-8{order:8}.order-xxl-9{order:9}.order-xxl-10{order:10}.order-xxl-11{order:11}.order-xxl-12{order:12}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333%}.offset-xxl-2{margin-left:16.66667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333%}.offset-xxl-5{margin-left:41.66667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333%}.offset-xxl-8{margin-left:66.66667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333%}.offset-xxl-11{margin-left:91.66667%}}.form-control{display:block;width:100%;height:calc(1.5em + .75rem + 4px);padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:2px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:focus{color:#495057;background-color:#fff;border-color:#ed358d;outline:0;box-shadow:0 0 0 .2rem rgba(150,13,78,.25)}.form-control::-webkit-input-placeholder{color:#6c757d;opacity:1}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control:-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(.375rem + 2px);padding-bottom:calc(.375rem + 2px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 2px);padding-bottom:calc(.5rem + 2px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(.25rem + 2px);padding-bottom:calc(.25rem + 2px);font-size:.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding-top:.375rem;padding-bottom:.375rem;margin-bottom:0;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:2px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{height:calc(1.5em + .5rem + 4px);padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.form-control-lg{height:calc(1.5em + 1rem + 4px);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}select.form-control[multiple],select.form-control[size],textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:flex;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input:disabled~.form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{display:inline-flex;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#9abb00}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#212529;background-color:rgba(154,187,0,.9);border-radius:.25rem}.form-control.is-valid,.was-validated .form-control:valid{border-color:#9abb00;padding-right:calc(1.5em + .75rem);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='%239abb00' d='M2.3 6.73L.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-repeat:no-repeat;background-position:100% calc(.375em + .1875rem);background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#9abb00;box-shadow:0 0 0 .2rem rgba(154,187,0,.25)}.form-control.is-valid~.valid-feedback,.form-control.is-valid~.valid-tooltip,.was-validated .form-control:valid~.valid-feedback,.was-validated .form-control:valid~.valid-tooltip{display:block}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.custom-select.is-valid,.was-validated .custom-select:valid{border-color:#9abb00;padding-right:calc((3em + 2.25rem)/4 + 1.75rem);background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%239abb00' d='M2.3 6.73L.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") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)}.custom-select.is-valid:focus,.was-validated .custom-select:valid:focus{border-color:#9abb00;box-shadow:0 0 0 .2rem rgba(154,187,0,.25)}.custom-select.is-valid~.valid-feedback,.custom-select.is-valid~.valid-tooltip,.form-control-file.is-valid~.valid-feedback,.form-control-file.is-valid~.valid-tooltip,.was-validated .custom-select:valid~.valid-feedback,.was-validated .custom-select:valid~.valid-tooltip,.was-validated .form-control-file:valid~.valid-feedback,.was-validated .form-control-file:valid~.valid-tooltip{display:block}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#9abb00}.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#9abb00}.custom-control-input.is-valid~.custom-control-label:before,.was-validated .custom-control-input:valid~.custom-control-label:before{border-color:#9abb00}.custom-control-input.is-valid~.valid-feedback,.custom-control-input.is-valid~.valid-tooltip,.was-validated .custom-control-input:valid~.valid-feedback,.was-validated .custom-control-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid:checked~.custom-control-label:before,.was-validated .custom-control-input:valid:checked~.custom-control-label:before{border-color:#c4ee00;background-color:#c4ee00}.custom-control-input.is-valid:focus~.custom-control-label:before,.was-validated .custom-control-input:valid:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem rgba(154,187,0,.25)}.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#9abb00}.custom-file-input.is-valid~.valid-feedback,.custom-file-input.is-valid~.valid-tooltip,.was-validated .custom-file-input:valid~.valid-feedback,.was-validated .custom-file-input:valid~.valid-tooltip{display:block}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{border-color:#9abb00;box-shadow:0 0 0 .2rem rgba(154,187,0,.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#d81300}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(216,19,0,.9);border-radius:.25rem}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:#d81300;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d81300' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d81300' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:100% calc(.375em + .1875rem);background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#d81300;box-shadow:0 0 0 .2rem rgba(216,19,0,.25)}.form-control.is-invalid~.invalid-feedback,.form-control.is-invalid~.invalid-tooltip,.was-validated .form-control:invalid~.invalid-feedback,.was-validated .form-control:invalid~.invalid-tooltip{display:block}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.custom-select.is-invalid,.was-validated .custom-select:invalid{border-color:#d81300;padding-right:calc((3em + 2.25rem)/4 + 1.75rem);background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d81300' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d81300' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)}.custom-select.is-invalid:focus,.was-validated .custom-select:invalid:focus{border-color:#d81300;box-shadow:0 0 0 .2rem rgba(216,19,0,.25)}.custom-select.is-invalid~.invalid-feedback,.custom-select.is-invalid~.invalid-tooltip,.form-control-file.is-invalid~.invalid-feedback,.form-control-file.is-invalid~.invalid-tooltip,.was-validated .custom-select:invalid~.invalid-feedback,.was-validated .custom-select:invalid~.invalid-tooltip,.was-validated .form-control-file:invalid~.invalid-feedback,.was-validated .form-control-file:invalid~.invalid-tooltip{display:block}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#d81300}.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#d81300}.custom-control-input.is-invalid~.custom-control-label:before,.was-validated .custom-control-input:invalid~.custom-control-label:before{border-color:#d81300}.custom-control-input.is-invalid~.invalid-feedback,.custom-control-input.is-invalid~.invalid-tooltip,.was-validated .custom-control-input:invalid~.invalid-feedback,.was-validated .custom-control-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid:checked~.custom-control-label:before,.was-validated .custom-control-input:invalid:checked~.custom-control-label:before{border-color:#ff210c;background-color:#ff210c}.custom-control-input.is-invalid:focus~.custom-control-label:before,.was-validated .custom-control-input:invalid:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem rgba(216,19,0,.25)}.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#d81300}.custom-file-input.is-invalid~.invalid-feedback,.custom-file-input.is-invalid~.invalid-tooltip,.was-validated .custom-file-input:invalid~.invalid-feedback,.was-validated .custom-file-input:invalid~.invalid-tooltip{display:block}.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{border-color:#d81300;box-shadow:0 0 0 .2rem rgba(216,19,0,.25)}.form-inline{display:flex;flex-flow:row wrap;align-items:center}.form-inline .form-check{width:100%}@media (min-width:576px){.form-inline label{justify-content:center}.form-inline .form-group,.form-inline label{display:flex;align-items:center;margin-bottom:0}.form-inline .form-group{flex:0 0 auto;flex-flow:row wrap}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .custom-select,.form-inline .input-group{width:auto}.form-inline .form-check{display:flex;align-items:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;flex-shrink:0;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{align-items:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{display:inline-block;font-weight:400;color:#212529;text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:2px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;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){.btn{transition:none}}.btn:hover{color:#212529;text-decoration:none}.btn.focus,.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(150,13,78,.25)}.btn.disabled,.btn:disabled{opacity:.65}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#960d4e;border-color:#960d4e}.btn-primary:hover{color:#fff;background-color:#730a3c;border-color:#670936}.btn-primary.focus,.btn-primary:focus{box-shadow:0 0 0 .2rem rgba(166,49,105,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#960d4e;border-color:#960d4e}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#670936;border-color:#5b082f}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(166,49,105,.5)}.btn-secondary{color:#fff;background-color:#a48565;border-color:#a48565}.btn-secondary:hover{color:#fff;background-color:#8f7254;border-color:#876b4f}.btn-secondary.focus,.btn-secondary:focus{box-shadow:0 0 0 .2rem rgba(178,151,124,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#a48565;border-color:#a48565}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#876b4f;border-color:#7f654b}.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(178,151,124,.5)}.btn-success{color:#212529;background-color:#9abb00;border-color:#9abb00}.btn-success:hover{color:#fff;background-color:#7b9500;border-color:#708800}.btn-success.focus,.btn-success:focus{box-shadow:0 0 0 .2rem rgba(136,165,6,.5)}.btn-success.disabled,.btn-success:disabled{color:#212529;background-color:#9abb00;border-color:#9abb00}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#708800;border-color:#667b00}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(136,165,6,.5)}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info.focus,.btn-info:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-warning{color:#212529;background-color:#d6b36b;border-color:#d6b36b}.btn-warning:hover{color:#212529;background-color:#cea44d;border-color:#cb9e43}.btn-warning.focus,.btn-warning:focus{box-shadow:0 0 0 .2rem rgba(187,158,97,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#d6b36b;border-color:#d6b36b}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#cb9e43;border-color:#c89939}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(187,158,97,.5)}.btn-danger{color:#fff;background-color:#d81300;border-color:#d81300}.btn-danger:hover{color:#fff;background-color:#b21000;border-color:#a50f00}.btn-danger.focus,.btn-danger:focus{box-shadow:0 0 0 .2rem rgba(222,54,38,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#d81300;border-color:#d81300}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#a50f00;border-color:#980d00}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(222,54,38,.5)}.btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}.btn-light.focus,.btn-light:focus{box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.btn-dark.focus,.btn-dark:focus{box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-gray{color:#fff;background-color:#434148;border-color:#434148}.btn-gray:hover{color:#fff;background-color:#302f34;border-color:#2a292d}.btn-gray.focus,.btn-gray:focus{box-shadow:0 0 0 .2rem rgba(95,94,99,.5)}.btn-gray.disabled,.btn-gray:disabled{color:#fff;background-color:#434148;border-color:#434148}.btn-gray:not(:disabled):not(.disabled).active,.btn-gray:not(:disabled):not(.disabled):active,.show>.btn-gray.dropdown-toggle{color:#fff;background-color:#2a292d;border-color:#242326}.btn-gray:not(:disabled):not(.disabled).active:focus,.btn-gray:not(:disabled):not(.disabled):active:focus,.show>.btn-gray.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(95,94,99,.5)}.btn-green{color:#fff;background-color:#128d8d;border-color:#128d8d}.btn-green:hover{color:#fff;background-color:#0e6b6b;border-color:#0c6060}.btn-green.focus,.btn-green:focus{box-shadow:0 0 0 .2rem rgba(54,158,158,.5)}.btn-green.disabled,.btn-green:disabled{color:#fff;background-color:#128d8d;border-color:#128d8d}.btn-green:not(:disabled):not(.disabled).active,.btn-green:not(:disabled):not(.disabled):active,.show>.btn-green.dropdown-toggle{color:#fff;background-color:#0c6060;border-color:#0b5454}.btn-green:not(:disabled):not(.disabled).active:focus,.btn-green:not(:disabled):not(.disabled):active:focus,.show>.btn-green.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(54,158,158,.5)}.btn-yellow{color:#212529;background-color:#d6b36b;border-color:#d6b36b}.btn-yellow:hover{color:#212529;background-color:#cea44d;border-color:#cb9e43}.btn-yellow.focus,.btn-yellow:focus{box-shadow:0 0 0 .2rem rgba(187,158,97,.5)}.btn-yellow.disabled,.btn-yellow:disabled{color:#212529;background-color:#d6b36b;border-color:#d6b36b}.btn-yellow:not(:disabled):not(.disabled).active,.btn-yellow:not(:disabled):not(.disabled):active,.show>.btn-yellow.dropdown-toggle{color:#212529;background-color:#cb9e43;border-color:#c89939}.btn-yellow:not(:disabled):not(.disabled).active:focus,.btn-yellow:not(:disabled):not(.disabled):active:focus,.show>.btn-yellow.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(187,158,97,.5)}.btn-outline-primary{color:#960d4e;border-color:#960d4e}.btn-outline-primary:hover{color:#fff;background-color:#960d4e;border-color:#960d4e}.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(150,13,78,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#960d4e;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#960d4e;border-color:#960d4e}.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(150,13,78,.5)}.btn-outline-secondary{color:#a48565;border-color:#a48565}.btn-outline-secondary:hover{color:#fff;background-color:#a48565;border-color:#a48565}.btn-outline-secondary.focus,.btn-outline-secondary:focus{box-shadow:0 0 0 .2rem rgba(164,133,101,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#a48565;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#a48565;border-color:#a48565}.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(164,133,101,.5)}.btn-outline-success{color:#9abb00;border-color:#9abb00}.btn-outline-success:hover{color:#212529;background-color:#9abb00;border-color:#9abb00}.btn-outline-success.focus,.btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(154,187,0,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#9abb00;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{color:#212529;background-color:#9abb00;border-color:#9abb00}.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(154,187,0,.5)}.btn-outline-info{color:#17a2b8;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-warning{color:#d6b36b;border-color:#d6b36b}.btn-outline-warning:hover{color:#212529;background-color:#d6b36b;border-color:#d6b36b}.btn-outline-warning.focus,.btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(214,179,107,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#d6b36b;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#d6b36b;border-color:#d6b36b}.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(214,179,107,.5)}.btn-outline-danger{color:#d81300;border-color:#d81300}.btn-outline-danger:hover{color:#fff;background-color:#d81300;border-color:#d81300}.btn-outline-danger.focus,.btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(216,19,0,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#d81300;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#d81300;border-color:#d81300}.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(216,19,0,.5)}.btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light.focus,.btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-dark{color:#343a40;border-color:#343a40}.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark.focus,.btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#343a40;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-gray{color:#434148;border-color:#434148}.btn-outline-gray:hover{color:#fff;background-color:#434148;border-color:#434148}.btn-outline-gray.focus,.btn-outline-gray:focus{box-shadow:0 0 0 .2rem rgba(67,65,72,.5)}.btn-outline-gray.disabled,.btn-outline-gray:disabled{color:#434148;background-color:transparent}.btn-outline-gray:not(:disabled):not(.disabled).active,.btn-outline-gray:not(:disabled):not(.disabled):active,.show>.btn-outline-gray.dropdown-toggle{color:#fff;background-color:#434148;border-color:#434148}.btn-outline-gray:not(:disabled):not(.disabled).active:focus,.btn-outline-gray:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-gray.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(67,65,72,.5)}.btn-outline-green{color:#128d8d;border-color:#128d8d}.btn-outline-green:hover{color:#fff;background-color:#128d8d;border-color:#128d8d}.btn-outline-green.focus,.btn-outline-green:focus{box-shadow:0 0 0 .2rem rgba(18,141,141,.5)}.btn-outline-green.disabled,.btn-outline-green:disabled{color:#128d8d;background-color:transparent}.btn-outline-green:not(:disabled):not(.disabled).active,.btn-outline-green:not(:disabled):not(.disabled):active,.show>.btn-outline-green.dropdown-toggle{color:#fff;background-color:#128d8d;border-color:#128d8d}.btn-outline-green:not(:disabled):not(.disabled).active:focus,.btn-outline-green:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-green.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(18,141,141,.5)}.btn-outline-yellow{color:#d6b36b;border-color:#d6b36b}.btn-outline-yellow:hover{color:#212529;background-color:#d6b36b;border-color:#d6b36b}.btn-outline-yellow.focus,.btn-outline-yellow:focus{box-shadow:0 0 0 .2rem rgba(214,179,107,.5)}.btn-outline-yellow.disabled,.btn-outline-yellow:disabled{color:#d6b36b;background-color:transparent}.btn-outline-yellow:not(:disabled):not(.disabled).active,.btn-outline-yellow:not(:disabled):not(.disabled):active,.show>.btn-outline-yellow.dropdown-toggle{color:#212529;background-color:#d6b36b;border-color:#d6b36b}.btn-outline-yellow:not(:disabled):not(.disabled).active:focus,.btn-outline-yellow:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-yellow.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(214,179,107,.5)}.btn-link{font-weight:400;color:#960d4e;text-decoration:none}.btn-link:hover{color:#500729;text-decoration:underline}.btn-link.focus,.btn-link:focus{text-decoration:underline;box-shadow:none}.btn-link.disabled,.btn-link:disabled{color:#6c757d;pointer-events:none}.btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.dropdown,.dropleft,.dropright,.dropup{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty:after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-menu-left{right:auto;left:0}.dropdown-menu-right{right:0;left:auto}@media (min-width:436px){.dropdown-menu-xs-left{right:auto;left:0}.dropdown-menu-xs-right{right:0;left:auto}}@media (min-width:576px){.dropdown-menu-sm-left{right:auto;left:0}.dropdown-menu-sm-right{right:0;left:auto}}@media (min-width:768px){.dropdown-menu-md-left{right:auto;left:0}.dropdown-menu-md-right{right:0;left:auto}}@media (min-width:992px){.dropdown-menu-lg-left{right:auto;left:0}.dropdown-menu-lg-right{right:0;left:auto}}@media (min-width:1200px){.dropdown-menu-xl-left{right:auto;left:0}.dropdown-menu-xl-right{right:0;left:auto}}@media (min-width:1390px){.dropdown-menu-xxl-left{right:auto;left:0}.dropdown-menu-xxl-right{right:0;left:auto}}.dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty:after{margin-left:0}.dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropright .dropdown-toggle:empty:after{margin-left:0}.dropright .dropdown-toggle:after{vertical-align:0}.dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";display:none}.dropleft .dropdown-toggle:before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropleft .dropdown-toggle:empty:after{margin-left:0}.dropleft .dropdown-toggle:before{vertical-align:0}.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top]{right:auto;bottom:auto}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#f8f9fa}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#960d4e}.dropdown-item.disabled,.dropdown-item:disabled{color:#6c757d;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1.5rem;color:#212529}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control,.input-group>.form-control-plaintext{position:relative;flex:1 1 auto;width:1%;margin-bottom:0}.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control,.input-group>.form-control-plaintext+.custom-file,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.form-control{margin-left:-2px}.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus{z-index:3}.input-group>.custom-file .custom-file-input:focus{z-index:4}.input-group>.custom-select:not(:last-child),.input-group>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:flex;align-items:center}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label:after{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-append,.input-group-prepend{display:flex}.input-group-append .btn,.input-group-prepend .btn{position:relative;z-index:2}.input-group-append .btn:focus,.input-group-prepend .btn:focus{z-index:3}.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text{margin-left:-2px}.input-group-prepend{margin-right:-2px}.input-group-append{margin-left:-2px}.input-group-text{display:flex;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:2px solid #ced4da;border-radius:.25rem}.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}.input-group-lg>.custom-select,.input-group-lg>.form-control:not(textarea){height:calc(1.5em + 1rem + 4px)}.input-group-lg>.custom-select,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.input-group-sm>.custom-select,.input-group-sm>.form-control:not(textarea){height:calc(1.5em + .5rem + 4px)}.input-group-sm>.custom-select,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.input-group-lg>.custom-select,.input-group-sm>.custom-select{padding-right:1.75rem}.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}.nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-item{margin-bottom:-1px}.nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#f7f6f7;border-color:#dee2e6 #dee2e6 #f7f6f7}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#960d4e}.nav-fill .nav-item{flex:1 1 auto;text-align:center}.nav-justified .nav-item{flex-basis:0;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.breadcrumb{display:flex;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item:before{display:inline-block;padding-right:.5rem;color:#6c757d;content:"/"}.breadcrumb-item+.breadcrumb-item:hover:before{text-decoration:underline;text-decoration:none}.breadcrumb-item.active{color:#6c757d}@-webkit-keyframes progress-bar-stripes{0%{background-position:1rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{0%{background-position:1rem 0}to{background-position:0 0}}.progress{display:flex;height:1rem;overflow:hidden;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress-bar{display:flex;flex-direction:column;justify-content:center;color:#fff;text-align:center;white-space:nowrap;background-color:#960d4e;transition:width .6s ease}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}@media (prefers-reduced-motion:reduce){.progress-bar-animated{-webkit-animation:none;animation:none}}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.close:hover{color:#000;text-decoration:none}.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover{opacity:.75}button.close{padding:0;background-color:transparent;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}a.close.disabled{pointer-events:none}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translateY(-50px);transform:translateY(-50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{-webkit-transform:none;transform:none}.modal-dialog-scrollable{display:flex;max-height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header{flex-shrink:0}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}.modal-dialog-centered:before{display:block;height:calc(100vh - 1rem);content:""}.modal-dialog-centered.modal-dialog-scrollable{flex-direction:column;justify-content:center;height:100%}.modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.modal-dialog-centered.modal-dialog-scrollable:before{content:none}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:flex;align-items:flex-start;justify-content:space-between;padding:1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:.3rem;border-top-right-radius:.3rem}.modal-header .close{padding:1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;flex:1 1 auto;padding:1rem}.modal-footer{display:flex;align-items:center;justify-content:flex-end;padding:1rem;border-top:1px solid #dee2e6;border-bottom-right-radius:.3rem;border-bottom-left-radius:.3rem}.modal-footer>:not(:first-child){margin-left:.25rem}.modal-footer>:not(:last-child){margin-right:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered:before{height:calc(100vh - 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}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:Source Sans Pro,sans-serif;font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .arrow:before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{bottom:0}.bs-tooltip-auto[x-placement^=top] .arrow:before,.bs-tooltip-top .arrow:before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{padding:0 .4rem}.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=right] .arrow:before,.bs-tooltip-right .arrow:before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{top:0}.bs-tooltip-auto[x-placement^=bottom] .arrow:before,.bs-tooltip-bottom .arrow:before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{padding:0 .4rem}.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=left] .arrow:before,.bs-tooltip-left .arrow:before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner:after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out;transition:transform .6s ease-in-out,-webkit-transform .6s ease-in-out}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-right,.carousel-item-next:not(.carousel-item-left){-webkit-transform:translateX(100%);transform:translateX(100%)}.active.carousel-item-left,.carousel-item-prev:not(.carousel-item-right){-webkit-transform:translateX(-100%);transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;-webkit-transform:none;transform:none}.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{transition:none}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:.5;transition:opacity .15s ease}@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;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:no-repeat 50%/100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 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' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:15;display:flex;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media (prefers-reduced-motion:reduce){.carousel-indicators li{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}.clearfix:after{display:block;clear:both;content:""}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}@media (min-width:436px){.d-xs-none{display:none!important}.d-xs-inline{display:inline!important}.d-xs-inline-block{display:inline-block!important}.d-xs-block{display:block!important}.d-xs-table{display:table!important}.d-xs-table-row{display:table-row!important}.d-xs-table-cell{display:table-cell!important}.d-xs-flex{display:flex!important}.d-xs-inline-flex{display:inline-flex!important}}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!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}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!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}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!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}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!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}}@media (min-width:1390px){.d-xxl-none{display:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!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}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!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}}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-fill{flex:1 1 auto!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{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{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}@media (min-width:436px){.flex-xs-row{flex-direction:row!important}.flex-xs-column{flex-direction:column!important}.flex-xs-row-reverse{flex-direction:row-reverse!important}.flex-xs-column-reverse{flex-direction:column-reverse!important}.flex-xs-wrap{flex-wrap:wrap!important}.flex-xs-nowrap{flex-wrap:nowrap!important}.flex-xs-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xs-fill{flex:1 1 auto!important}.flex-xs-grow-0{flex-grow:0!important}.flex-xs-grow-1{flex-grow:1!important}.flex-xs-shrink-0{flex-shrink:0!important}.flex-xs-shrink-1{flex-shrink:1!important}.justify-content-xs-start{justify-content:flex-start!important}.justify-content-xs-end{justify-content:flex-end!important}.justify-content-xs-center{justify-content:center!important}.justify-content-xs-between{justify-content:space-between!important}.justify-content-xs-around{justify-content:space-around!important}.align-items-xs-start{align-items:flex-start!important}.align-items-xs-end{align-items:flex-end!important}.align-items-xs-center{align-items:center!important}.align-items-xs-baseline{align-items:baseline!important}.align-items-xs-stretch{align-items:stretch!important}.align-content-xs-start{align-content:flex-start!important}.align-content-xs-end{align-content:flex-end!important}.align-content-xs-center{align-content:center!important}.align-content-xs-between{align-content:space-between!important}.align-content-xs-around{align-content:space-around!important}.align-content-xs-stretch{align-content:stretch!important}.align-self-xs-auto{align-self:auto!important}.align-self-xs-start{align-self:flex-start!important}.align-self-xs-end{align-self:flex-end!important}.align-self-xs-center{align-self:center!important}.align-self-xs-baseline{align-self:baseline!important}.align-self-xs-stretch{align-self:stretch!important}}@media (min-width:576px){.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-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{flex:1 1 auto!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}.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}.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}}@media (min-width:768px){.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-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{flex:1 1 auto!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}.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}.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}}@media (min-width:992px){.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-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex:1 1 auto!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}.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}.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}}@media (min-width:1200px){.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-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex:1 1 auto!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}.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}.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}}@media (min-width:1390px){.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-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xxl-fill{flex:1 1 auto!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}.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}.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}}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-n1{margin:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.5rem!important}.m-n3{margin:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}.m-n4{margin:-1.5rem!important}.mt-n4,.my-n4{margin-top:-1.5rem!important}.mr-n4,.mx-n4{margin-right:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}.ml-n4,.mx-n4{margin-left:-1.5rem!important}.m-n5{margin:-3rem!important}.mt-n5,.my-n5{margin-top:-3rem!important}.mr-n5,.mx-n5{margin-right:-3rem!important}.mb-n5,.my-n5{margin-bottom:-3rem!important}.ml-n5,.mx-n5{margin-left:-3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:436px){.m-xs-0{margin:0!important}.mt-xs-0,.my-xs-0{margin-top:0!important}.mr-xs-0,.mx-xs-0{margin-right:0!important}.mb-xs-0,.my-xs-0{margin-bottom:0!important}.ml-xs-0,.mx-xs-0{margin-left:0!important}.m-xs-1{margin:.25rem!important}.mt-xs-1,.my-xs-1{margin-top:.25rem!important}.mr-xs-1,.mx-xs-1{margin-right:.25rem!important}.mb-xs-1,.my-xs-1{margin-bottom:.25rem!important}.ml-xs-1,.mx-xs-1{margin-left:.25rem!important}.m-xs-2{margin:.5rem!important}.mt-xs-2,.my-xs-2{margin-top:.5rem!important}.mr-xs-2,.mx-xs-2{margin-right:.5rem!important}.mb-xs-2,.my-xs-2{margin-bottom:.5rem!important}.ml-xs-2,.mx-xs-2{margin-left:.5rem!important}.m-xs-3{margin:1rem!important}.mt-xs-3,.my-xs-3{margin-top:1rem!important}.mr-xs-3,.mx-xs-3{margin-right:1rem!important}.mb-xs-3,.my-xs-3{margin-bottom:1rem!important}.ml-xs-3,.mx-xs-3{margin-left:1rem!important}.m-xs-4{margin:1.5rem!important}.mt-xs-4,.my-xs-4{margin-top:1.5rem!important}.mr-xs-4,.mx-xs-4{margin-right:1.5rem!important}.mb-xs-4,.my-xs-4{margin-bottom:1.5rem!important}.ml-xs-4,.mx-xs-4{margin-left:1.5rem!important}.m-xs-5{margin:3rem!important}.mt-xs-5,.my-xs-5{margin-top:3rem!important}.mr-xs-5,.mx-xs-5{margin-right:3rem!important}.mb-xs-5,.my-xs-5{margin-bottom:3rem!important}.ml-xs-5,.mx-xs-5{margin-left:3rem!important}.p-xs-0{padding:0!important}.pt-xs-0,.py-xs-0{padding-top:0!important}.pr-xs-0,.px-xs-0{padding-right:0!important}.pb-xs-0,.py-xs-0{padding-bottom:0!important}.pl-xs-0,.px-xs-0{padding-left:0!important}.p-xs-1{padding:.25rem!important}.pt-xs-1,.py-xs-1{padding-top:.25rem!important}.pr-xs-1,.px-xs-1{padding-right:.25rem!important}.pb-xs-1,.py-xs-1{padding-bottom:.25rem!important}.pl-xs-1,.px-xs-1{padding-left:.25rem!important}.p-xs-2{padding:.5rem!important}.pt-xs-2,.py-xs-2{padding-top:.5rem!important}.pr-xs-2,.px-xs-2{padding-right:.5rem!important}.pb-xs-2,.py-xs-2{padding-bottom:.5rem!important}.pl-xs-2,.px-xs-2{padding-left:.5rem!important}.p-xs-3{padding:1rem!important}.pt-xs-3,.py-xs-3{padding-top:1rem!important}.pr-xs-3,.px-xs-3{padding-right:1rem!important}.pb-xs-3,.py-xs-3{padding-bottom:1rem!important}.pl-xs-3,.px-xs-3{padding-left:1rem!important}.p-xs-4{padding:1.5rem!important}.pt-xs-4,.py-xs-4{padding-top:1.5rem!important}.pr-xs-4,.px-xs-4{padding-right:1.5rem!important}.pb-xs-4,.py-xs-4{padding-bottom:1.5rem!important}.pl-xs-4,.px-xs-4{padding-left:1.5rem!important}.p-xs-5{padding:3rem!important}.pt-xs-5,.py-xs-5{padding-top:3rem!important}.pr-xs-5,.px-xs-5{padding-right:3rem!important}.pb-xs-5,.py-xs-5{padding-bottom:3rem!important}.pl-xs-5,.px-xs-5{padding-left:3rem!important}.m-xs-n1{margin:-.25rem!important}.mt-xs-n1,.my-xs-n1{margin-top:-.25rem!important}.mr-xs-n1,.mx-xs-n1{margin-right:-.25rem!important}.mb-xs-n1,.my-xs-n1{margin-bottom:-.25rem!important}.ml-xs-n1,.mx-xs-n1{margin-left:-.25rem!important}.m-xs-n2{margin:-.5rem!important}.mt-xs-n2,.my-xs-n2{margin-top:-.5rem!important}.mr-xs-n2,.mx-xs-n2{margin-right:-.5rem!important}.mb-xs-n2,.my-xs-n2{margin-bottom:-.5rem!important}.ml-xs-n2,.mx-xs-n2{margin-left:-.5rem!important}.m-xs-n3{margin:-1rem!important}.mt-xs-n3,.my-xs-n3{margin-top:-1rem!important}.mr-xs-n3,.mx-xs-n3{margin-right:-1rem!important}.mb-xs-n3,.my-xs-n3{margin-bottom:-1rem!important}.ml-xs-n3,.mx-xs-n3{margin-left:-1rem!important}.m-xs-n4{margin:-1.5rem!important}.mt-xs-n4,.my-xs-n4{margin-top:-1.5rem!important}.mr-xs-n4,.mx-xs-n4{margin-right:-1.5rem!important}.mb-xs-n4,.my-xs-n4{margin-bottom:-1.5rem!important}.ml-xs-n4,.mx-xs-n4{margin-left:-1.5rem!important}.m-xs-n5{margin:-3rem!important}.mt-xs-n5,.my-xs-n5{margin-top:-3rem!important}.mr-xs-n5,.mx-xs-n5{margin-right:-3rem!important}.mb-xs-n5,.my-xs-n5{margin-bottom:-3rem!important}.ml-xs-n5,.mx-xs-n5{margin-left:-3rem!important}.m-xs-auto{margin:auto!important}.mt-xs-auto,.my-xs-auto{margin-top:auto!important}.mr-xs-auto,.mx-xs-auto{margin-right:auto!important}.mb-xs-auto,.my-xs-auto{margin-bottom:auto!important}.ml-xs-auto,.mx-xs-auto{margin-left:auto!important}}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-n1{margin:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}.m-sm-n3{margin:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-n1{margin:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}.m-md-n3{margin:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}.m-md-n4{margin:-1.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mt-md-n5,.my-md-n5{margin-top:-3rem!important}.mr-md-n5,.mx-md-n5{margin-right:-3rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}.ml-md-n5,.mx-md-n5{margin-left:-3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-n1{margin:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}.m-lg-n3{margin:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-n1{margin:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important}.m-xl-n3{margin:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}@media (min-width:1390px){.m-xxl-0{margin:0!important}.mt-xxl-0,.my-xxl-0{margin-top:0!important}.mr-xxl-0,.mx-xxl-0{margin-right:0!important}.mb-xxl-0,.my-xxl-0{margin-bottom:0!important}.ml-xxl-0,.mx-xxl-0{margin-left:0!important}.m-xxl-1{margin:.25rem!important}.mt-xxl-1,.my-xxl-1{margin-top:.25rem!important}.mr-xxl-1,.mx-xxl-1{margin-right:.25rem!important}.mb-xxl-1,.my-xxl-1{margin-bottom:.25rem!important}.ml-xxl-1,.mx-xxl-1{margin-left:.25rem!important}.m-xxl-2{margin:.5rem!important}.mt-xxl-2,.my-xxl-2{margin-top:.5rem!important}.mr-xxl-2,.mx-xxl-2{margin-right:.5rem!important}.mb-xxl-2,.my-xxl-2{margin-bottom:.5rem!important}.ml-xxl-2,.mx-xxl-2{margin-left:.5rem!important}.m-xxl-3{margin:1rem!important}.mt-xxl-3,.my-xxl-3{margin-top:1rem!important}.mr-xxl-3,.mx-xxl-3{margin-right:1rem!important}.mb-xxl-3,.my-xxl-3{margin-bottom:1rem!important}.ml-xxl-3,.mx-xxl-3{margin-left:1rem!important}.m-xxl-4{margin:1.5rem!important}.mt-xxl-4,.my-xxl-4{margin-top:1.5rem!important}.mr-xxl-4,.mx-xxl-4{margin-right:1.5rem!important}.mb-xxl-4,.my-xxl-4{margin-bottom:1.5rem!important}.ml-xxl-4,.mx-xxl-4{margin-left:1.5rem!important}.m-xxl-5{margin:3rem!important}.mt-xxl-5,.my-xxl-5{margin-top:3rem!important}.mr-xxl-5,.mx-xxl-5{margin-right:3rem!important}.mb-xxl-5,.my-xxl-5{margin-bottom:3rem!important}.ml-xxl-5,.mx-xxl-5{margin-left:3rem!important}.p-xxl-0{padding:0!important}.pt-xxl-0,.py-xxl-0{padding-top:0!important}.pr-xxl-0,.px-xxl-0{padding-right:0!important}.pb-xxl-0,.py-xxl-0{padding-bottom:0!important}.pl-xxl-0,.px-xxl-0{padding-left:0!important}.p-xxl-1{padding:.25rem!important}.pt-xxl-1,.py-xxl-1{padding-top:.25rem!important}.pr-xxl-1,.px-xxl-1{padding-right:.25rem!important}.pb-xxl-1,.py-xxl-1{padding-bottom:.25rem!important}.pl-xxl-1,.px-xxl-1{padding-left:.25rem!important}.p-xxl-2{padding:.5rem!important}.pt-xxl-2,.py-xxl-2{padding-top:.5rem!important}.pr-xxl-2,.px-xxl-2{padding-right:.5rem!important}.pb-xxl-2,.py-xxl-2{padding-bottom:.5rem!important}.pl-xxl-2,.px-xxl-2{padding-left:.5rem!important}.p-xxl-3{padding:1rem!important}.pt-xxl-3,.py-xxl-3{padding-top:1rem!important}.pr-xxl-3,.px-xxl-3{padding-right:1rem!important}.pb-xxl-3,.py-xxl-3{padding-bottom:1rem!important}.pl-xxl-3,.px-xxl-3{padding-left:1rem!important}.p-xxl-4{padding:1.5rem!important}.pt-xxl-4,.py-xxl-4{padding-top:1.5rem!important}.pr-xxl-4,.px-xxl-4{padding-right:1.5rem!important}.pb-xxl-4,.py-xxl-4{padding-bottom:1.5rem!important}.pl-xxl-4,.px-xxl-4{padding-left:1.5rem!important}.p-xxl-5{padding:3rem!important}.pt-xxl-5,.py-xxl-5{padding-top:3rem!important}.pr-xxl-5,.px-xxl-5{padding-right:3rem!important}.pb-xxl-5,.py-xxl-5{padding-bottom:3rem!important}.pl-xxl-5,.px-xxl-5{padding-left:3rem!important}.m-xxl-n1{margin:-.25rem!important}.mt-xxl-n1,.my-xxl-n1{margin-top:-.25rem!important}.mr-xxl-n1,.mx-xxl-n1{margin-right:-.25rem!important}.mb-xxl-n1,.my-xxl-n1{margin-bottom:-.25rem!important}.ml-xxl-n1,.mx-xxl-n1{margin-left:-.25rem!important}.m-xxl-n2{margin:-.5rem!important}.mt-xxl-n2,.my-xxl-n2{margin-top:-.5rem!important}.mr-xxl-n2,.mx-xxl-n2{margin-right:-.5rem!important}.mb-xxl-n2,.my-xxl-n2{margin-bottom:-.5rem!important}.ml-xxl-n2,.mx-xxl-n2{margin-left:-.5rem!important}.m-xxl-n3{margin:-1rem!important}.mt-xxl-n3,.my-xxl-n3{margin-top:-1rem!important}.mr-xxl-n3,.mx-xxl-n3{margin-right:-1rem!important}.mb-xxl-n3,.my-xxl-n3{margin-bottom:-1rem!important}.ml-xxl-n3,.mx-xxl-n3{margin-left:-1rem!important}.m-xxl-n4{margin:-1.5rem!important}.mt-xxl-n4,.my-xxl-n4{margin-top:-1.5rem!important}.mr-xxl-n4,.mx-xxl-n4{margin-right:-1.5rem!important}.mb-xxl-n4,.my-xxl-n4{margin-bottom:-1.5rem!important}.ml-xxl-n4,.mx-xxl-n4{margin-left:-1.5rem!important}.m-xxl-n5{margin:-3rem!important}.mt-xxl-n5,.my-xxl-n5{margin-top:-3rem!important}.mr-xxl-n5,.mx-xxl-n5{margin-right:-3rem!important}.mb-xxl-n5,.my-xxl-n5{margin-bottom:-3rem!important}.ml-xxl-n5,.mx-xxl-n5{margin-left:-3rem!important}.m-xxl-auto{margin:auto!important}.mt-xxl-auto,.my-xxl-auto{margin-top:auto!important}.mr-xxl-auto,.mx-xxl-auto{margin-right:auto!important}.mb-xxl-auto,.my-xxl-auto{margin-bottom:auto!important}.ml-xxl-auto,.mx-xxl-auto{margin-left:auto!important}}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace!important}.text-justify{text-align:justify!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width:436px){.text-xs-left{text-align:left!important}.text-xs-right{text-align:right!important}.text-xs-center{text-align:center!important}}@media (min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}@media (min-width:1390px){.text-xxl-left{text-align:left!important}.text-xxl-right{text-align:right!important}.text-xxl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-lighter{font-weight:lighter!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-weight-bolder{font-weight:bolder!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#960d4e!important}a.text-primary:focus,a.text-primary:hover{color:#500729!important}.text-secondary{color:#a48565!important}a.text-secondary:focus,a.text-secondary:hover{color:#765f46!important}.text-success{color:#9abb00!important}a.text-success:focus,a.text-success:hover{color:#5b6f00!important}.text-info{color:#17a2b8!important}a.text-info:focus,a.text-info:hover{color:#0f6674!important}.text-warning{color:#d6b36b!important}a.text-warning:focus,a.text-warning:hover{color:#bf9235!important}.text-danger{color:#d81300!important}a.text-danger:focus,a.text-danger:hover{color:#8c0c00!important}.text-light{color:#f8f9fa!important}a.text-light:focus,a.text-light:hover{color:#cbd3da!important}.text-dark{color:#343a40!important}a.text-dark:focus,a.text-dark:hover{color:#121416!important}.text-gray{color:#434148!important}a.text-gray:focus,a.text-gray:hover{color:#1e1d20!important}.text-green{color:#128d8d!important}a.text-green:focus,a.text-green:hover{color:#094949!important}.text-yellow{color:#d6b36b!important}a.text-yellow:focus,a.text-yellow:hover{color:#bf9235!important}.text-body{color:#212529!important}.text-muted{color:#6c757d!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:hsla(0,0%,100%,.5)!important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.text-decoration-none{text-decoration:none!important}.text-break{word-break:break-word!important;overflow-wrap:break-word!important}.text-reset{color:inherit!important}.text-cursive{font-family:Pacifico,cursive}.popup-box{position:absolute;z-index:50;background:#fff;box-shadow:7px 7px 10px rgba(0,0,0,.04);border:2px solid #e1e0e3;border-radius:5px;overflow:hidden}.caret-right:after{content:"";display:inline-block;margin-left:.255em;vertical-align:.05em;border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid;position:relative;top:50%}.icon-text-block{display:flex;align-items:center}.icon-text-block>:first-child{padding-right:1.25rem}.btn-bordered{border:1px solid #e1e0e3;color:#000}.btn-bordered:hover{border-color:#960d4e;background-color:#960d4e;color:#fff}hr{border-top:2px solid #f3f2f4}.tooltip .tooltip-inner{background-color:#45414d;font-style:italic;font-size:.8rem}.tooltip .arrow:before{border-top-color:#45414d}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}html{height:100%}body{min-height:100%;font-size:16px;-webkit-font-smoothing:antialiased}@media (min-width:992px){body{background-image:url(../images/bg.png),url(../images/bg.png);background-repeat:no-repeat,no-repeat;background-position:calc(50% - 486px) top,calc(50% + 486px) top}}@media (min-width:992px) and (max-width:1392px){body{background-position:calc(50% - 400px) top,calc(50% + 400px) top}}@media (min-width:992px) and (max-width:1199.98px){body{background-position:calc(50% - 300px) top,calc(50% + 300px) top}}body.baguetteBox-open{overflow:hidden}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-weight:600}@media (max-width:767.98px){h1{margin-top:1.5rem;font-size:2.25rem;line-height:2.5rem}}.h2,h2{font-size:1.875rem}.h3,h3{font-size:1.5rem}.btn{box-shadow:none!important;text-decoration:none}#main-container{background:#fff}.page-content{min-height:500px}p a{text-decoration:underline}p a:hover{text-decoration:none}.info-box{border:1px solid;margin:10px 0;border-radius:5px;font-weight:600;font-size:1.1em;color:#000;background:#f2f2f2;padding:12px 17px;text-align:center}.info-box p{margin-bottom:0}.info-box.success{border-color:#0e9900;color:#0e9900;background:rgba(14,153,0,.23)}.info-box.failed{border-color:#8b0000;color:#8b0000;background:rgba(139,0,0,.25)}.hidden{display:none!important}html|*>svg{-webkit-transform-origin:50% 50% 0;transform-origin:50% 50% 0}foreignObject,image,marker,pattern,svg:not(:root),symbol{overflow:hidden}*{-webkit-transform-origin:0 0 0;transform-origin:0 0 0}polyline[Style]{fill:none;stroke:#0f0;stroke-width:.508;stroke-dasharray:1.524,1.016;stroke-opacity:1}#shopping-cart-box,#shopping-cart-box a#shopping-cart-link{display:flex;align-items:center;height:100%}#shopping-cart-box a#shopping-cart-link{position:relative;text-decoration:none}#shopping-cart-box a#shopping-cart-link .rounded-circle img{width:22px;margin-top:5px}#shopping-cart-box a#shopping-cart-link:hover .quantity{background:#2f2e33}#shopping-cart-box a#shopping-cart-link .quantity .icon{width:22px;height:21px}#shopping-cart-box a#shopping-cart-link .quantity:before{content:attr(data-quantity);position:absolute;z-index:11;top:-4px;left:-4px;width:22px;height:22px;background:#960d4e;border-radius:50%;color:#fff;font-weight:600;font-size:.75rem;text-align:center;line-height:22px}#shopping-cart-box a#shopping-cart-link .total{display:none}@media (min-width:1200px){#shopping-cart-box a#shopping-cart-link .total{display:flex;flex-direction:column;justify-content:center;margin-left:1rem}#shopping-cart-box a#shopping-cart-link .total small{display:block;color:#333;font-size:1rem;line-height:1.25rem}#shopping-cart-box a#shopping-cart-link .total b.price{display:block;color:#960d4e;font-weight:700;font-size:1.25rem;line-height:1.6rem}}#shopping-cart-box #shopping-cart-summary-box .progress-bar{background:#960d4e}#shopping-cart-box #shopping-cart-summary-box,#shopping-cart-box #shopping-cart-summary-box-arrow{display:none}@media (min-width:1200px){#shopping-cart-box:hover #shopping-cart-summary-box-arrow{z-index:51!important}#shopping-cart-box:hover #shopping-cart-summary-box,#shopping-cart-box:hover #shopping-cart-summary-box-arrow{visibility:visible;opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0);transition-delay:0s;z-index:20}#shopping-cart-box #shopping-cart-summary-box,#shopping-cart-box #shopping-cart-summary-box-arrow{visibility:hidden;z-index:-1;opacity:0;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0);transition:opacity .25s ease,-webkit-transform .25s ease-in-out;transition:transform .25s ease-in-out,opacity .25s ease;transition:transform .25s ease-in-out,opacity .25s ease,-webkit-transform .25s ease-in-out}#shopping-cart-box #shopping-cart-summary-box{display:block;width:410px;top:100%;right:0;overflow:visible}#shopping-cart-box #shopping-cart-summary-box:after,#shopping-cart-box #shopping-cart-summary-box:before{content:"";position:absolute;top:-27px;left:140px;width:27px;height:27px;border-color:transparent transparent #e1e0e3;border-style:solid;border-width:0 13px 14px}#shopping-cart-box #shopping-cart-summary-box:after{top:-23px;border-color:transparent transparent #fff}#shopping-cart-box #shopping-cart-summary-box .cart-item{border-bottom:2px dotted #eae9ea;height:80px}#shopping-cart-box #shopping-cart-summary-box .cart-item>div{display:flex;align-items:center}#shopping-cart-box #shopping-cart-summary-box .cart-item>div.col-auto{padding-left:0;padding-right:40px}#shopping-cart-box #shopping-cart-summary-box .cart-item .image{width:75px;min-width:75px;text-align:center}#shopping-cart-box #shopping-cart-summary-box .cart-item .name{color:#000;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;line-height:1.15rem;max-height:3.45rem}#shopping-cart-box #shopping-cart-summary-box .cart-item .name span{display:inline-block;margin-top:.15rem;font-size:.85rem;color:#666;width:100%}#shopping-cart-box #shopping-cart-summary-box .cart-item .quantity{width:30px;text-align:center;font-weight:600}#shopping-cart-box #shopping-cart-summary-box .cart-item .price{width:70px;font-weight:600;color:#960d4e}#shopping-cart-box #shopping-cart-summary-box .total{margin:0;padding:1.2rem 0 1.5rem}#shopping-cart-box #shopping-cart-summary-box .total .label{display:block;font-size:.875rem;line-height:1.125rem}#shopping-cart-box #shopping-cart-summary-box .total .price{color:#960d4e;font-size:1.125rem}#shopping-cart-box #shopping-cart-summary-box .total .counter span{display:block;margin-top:.2rem}#shopping-cart-box #shopping-cart-summary-box .total .counter .progress{background-image:linear-gradient(45deg,#dad9dc 25%,transparent 0,transparent 50%,#dad9dc 0,#dad9dc 75%,transparent 0,transparent);background-size:1rem 1rem;background-color:#ecebed;margin-top:.75rem;height:6px}#shopping-cart-box #shopping-cart-summary-box footer{background:#f7f6f7;padding:1.5rem 0}#shopping-cart-box #shopping-cart-summary-box footer .btn{font-weight:600;padding:.4rem 1.85rem .5rem;text-transform:uppercase}}#search-box,#search-box>form{position:relative}@media (max-width:1199.98px){#search-box{visibility:hidden;z-index:-1;opacity:0;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0);transition:opacity .25s ease,-webkit-transform .25s ease-in-out;transition:transform .25s ease-in-out,opacity .25s ease;transition:transform .25s ease-in-out,opacity .25s ease,-webkit-transform .25s ease-in-out;position:absolute;width:100%;right:0;top:100%;background:#f2f2f2}#search-box.visible{visibility:visible;opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0);transition-delay:0s;z-index:20}#search-box>form{margin:1rem}}#search-box .search-icon{position:absolute;top:50%;left:22px;width:20px;height:20px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}@media (max-width:767.98px){#search-box .search-icon{left:15px}}#search-box #search-box-input{width:100%;height:50px;padding:0 160px 0 55px;line-height:46px;border:2px solid #e1e0e3;color:#333;font-size:1.125rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width:767.98px){#search-box #search-box-input{padding:0 90px 0 40px;line-height:36px;font-size:1rem}}#search-box #search-box-input::-webkit-input-placeholder{color:#333}#search-box #search-box-input::-moz-placeholder{color:#333}#search-box #search-box-input:-ms-input-placeholder{color:#333}#search-box #search-box-input:-moz-placeholder{color:#333}#search-box #search-box-input:focus::-webkit-input-placeholder{color:transparent}#search-box #search-box-input:focus::-moz-placeholder{color:transparent}#search-box #search-box-input:focus:-ms-input-placeholder{color:transparent}#search-box #search-box-input:focus:-moz-placeholder{color:transparent}#search-box #search-box-input:focus{box-shadow:none;border:2px solid #e1e0e3}#search-box button[type=submit]{position:absolute;top:0;right:0;height:100%;font-size:1.125rem;text-transform:uppercase;padding:.375rem 2.4rem;font-weight:600}@media (max-width:767.98px){#search-box button[type=submit]{padding:.375rem 1rem;font-size:1rem}}#search-box #search-box-results{margin-top:-8px;border-radius:20px;visibility:hidden;z-index:-1;opacity:0;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0);transition:opacity .25s ease,-webkit-transform .25s ease-in-out;transition:transform .25s ease-in-out,opacity .25s ease;transition:transform .25s ease-in-out,opacity .25s ease,-webkit-transform .25s ease-in-out;width:100%;top:calc(100% + .5rem);left:0}@media (min-width:576px){#search-box #search-box-results.visible{visibility:visible;opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0);transition-delay:0s;z-index:20}}#search-box #search-box-results header{padding:1rem 1.25rem;background:#f7f6f7;font-size:1.125rem;line-height:1.125rem;font-weight:600}#search-box #search-box-results header span{font-weight:400}#search-box #search-box-results footer{padding:.75rem 2.5rem;border-top:2px dotted #eae9ea}#search-box #search-box-results footer a{font-weight:600}#search-box #search-box-results .result-items{margin:1rem 0}#search-box #search-box-results .result-items .row{padding:5px 20px;align-items:center}#search-box #search-box-results .result-items .row .image{width:75px;min-width:75px;text-align:center}#search-box #search-box-results .result-items .row .image img{max-width:100%}#search-box #search-box-results .result-items .row .name{color:#000;padding-left:.5rem}#search-box #search-box-results .result-items .row .price{font-weight:600;padding-left:0;width:115px}#search-box #search-box-results .result-items .row:hover{background:#faf6ed;text-decoration:none}@media (min-width:1200px){#search-box-mobile-btn{display:none}}#search-box-mobile-btn .btn .icon{top:calc(50% + 1px);width:20px;height:19px}@media (max-width:1199.98px){#top-menu-wrapper{display:flex;align-items:center;padding-left:0}}#top-menu-wrapper ul#top-menu{display:flex}#top-menu-wrapper ul#top-menu li>a{display:flex;color:#fff;font-size:1.125rem;line-height:1.2rem;font-weight:600;height:100%;align-items:center;justify-content:center}#top-menu-wrapper ul#top-menu .nav-level{display:none}@media (max-width:1199.98px){#top-menu-wrapper ul#top-menu{visibility:hidden;z-index:-1;opacity:0;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0);transition:opacity .25s ease,-webkit-transform .25s ease-in-out;transition:transform .25s ease-in-out,opacity .25s ease;transition:transform .25s ease-in-out,opacity .25s ease,-webkit-transform .25s ease-in-out;position:absolute;width:100%;top:100%;left:0;background:#a48565}#top-menu-wrapper ul#top-menu.visible{visibility:visible;opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0);transition-delay:0s;z-index:20}#top-menu-wrapper ul#top-menu li{width:100%}#top-menu-wrapper ul#top-menu li:hover{background-color:#a0805f}#top-menu-wrapper ul#top-menu li:not(:last-child){border-bottom:1px solid #9a7b5b}#top-menu-wrapper ul#top-menu li>a{color:#fff;justify-content:start;font-weight:400;font-size:1rem;padding:.85rem 1.25rem}}@media (min-width:1200px){#top-menu-wrapper ul#top-menu{position:relative;background:#a48565;height:55px;border-radius:5px}#top-menu-wrapper ul#top-menu li{width:auto;height:100%;transition:background-color .1s}#top-menu-wrapper ul#top-menu li.active,#top-menu-wrapper ul#top-menu li:hover{background-color:#960d4e}#top-menu-wrapper ul#top-menu li:first-child{border-radius:5px 0 0 5px}#top-menu-wrapper ul#top-menu li:last-child{border-radius:0 5px 5px 0}#top-menu-wrapper ul#top-menu li.multi-level>a>span:after{content:"";display:inline-block;color:#cebf9f;margin-left:.7rem;vertical-align:.255em;border-top:.25rem solid;border-right:.25rem solid transparent;border-bottom:0;border-left:.25rem solid transparent;transition:-webkit-transform .5s;transition:transform .5s;transition:transform .5s,-webkit-transform .5s}#top-menu-wrapper ul#top-menu li.multi-level:hover .nav-level{visibility:visible;opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0);transition-delay:0s;z-index:20}#top-menu-wrapper ul#top-menu li.multi-level:hover>a>span:after{color:#fff;-webkit-transform:rotate(180deg);transform:rotate(180deg)}#top-menu-wrapper ul#top-menu li.multi-level.active>a>span:after{color:#fff}#top-menu-wrapper ul#top-menu li.multi-level .nav-level{visibility:hidden;z-index:-1;opacity:0;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0);transition:opacity .25s ease,-webkit-transform .25s ease-in-out;transition:transform .25s ease-in-out,opacity .25s ease;transition:transform .25s ease-in-out,opacity .25s ease,-webkit-transform .25s ease-in-out;display:block;position:absolute;width:100%;background:#fff;top:100%;left:0;padding:1.2rem 1rem 1.5rem;border-bottom:2px solid #e1e0e3;border-radius:5px 5px;box-shadow:0 0 20px rgba(0,0,0,.1);overflow:hidden}#top-menu-wrapper ul#top-menu li.multi-level .nav-level .nav-level-item{display:flex;padding:.2rem;flex-basis:20%;flex-grow:0;text-align:left}#top-menu-wrapper ul#top-menu li.multi-level .nav-level .nav-level-item>a{display:flex;align-items:center;text-decoration:none;font-weight:600;color:#000;line-height:1.25rem;flex:1;border-radius:5px;padding:.75rem .3rem}#top-menu-wrapper ul#top-menu li.multi-level .nav-level .nav-level-item>a:hover{background:#f4f4f4}#top-menu-wrapper ul#top-menu li.multi-level .nav-level .nav-level-item>a .image-wrapper{width:50px;min-width:50px;text-align:center;margin-right:1rem}#top-menu-wrapper ul#top-menu li.multi-level .nav-level .nav-level-item>a .image-wrapper img{max-width:100%}}@media (min-width:1200px){#top-menu-wrapper #top-menu-mobile-btn{display:none}}#top-menu-wrapper #top-menu-mobile-btn .btn .icon{width:24px;height:23px}@media (max-width:1199.98px){#header{position:relative;border-bottom:2px solid #f2f2f2}#header>div{position:static}#header>div:not(:first-child){padding-left:0!important}#header>div:not(:last-child){padding-right:0!important}}#header #logo{display:flex;margin:.65rem 0;width:140px;height:50px;text-decoration:none;align-items:center;justify-content:space-between}@media (min-width:576px){#header #logo{width:180px}}@media (min-width:1200px){#header #logo{margin:1.875rem 0 1.875rem 1.25rem;width:255px;height:86px}}#header #logo img{max-width:100%}#header #logo .logo-color{width:38px;height:47px}@media (min-width:1200px){#header #logo .logo-color{width:70px;height:86px}}#header #logo .logo-text{width:91px;height:18px}@media (min-width:576px){#header #logo .logo-text{width:127px;height:26px}}@media (min-width:1200px){#header #logo .logo-text{width:167px;height:33px}}#header #logo .logo-slogan{display:none}@media (min-width:1200px){#header #logo .logo-slogan{display:block;font-size:1.125rem;line-height:1.125rem;margin-top:.75rem;color:#2c2c2c;font-weight:400;padding-left:.2rem}}#header #header-top{display:none}@media (min-width:1200px){#header #header-top{display:flex;height:40px}#header #header-top .box{display:flex;height:2.5rem;background:#f7f6f7;border-radius:0 0 4px 4px;margin-left:20px;padding:0 1.25rem 0 1rem;align-items:center}#header #header-top .box .icon{width:20px;height:20px;margin-right:.8rem}#header #header-top .box b{font-weight:600}#header #header-top .box.box-opening.opened{background:#e2ffd7}#header #header-top .box.box-opening a,#header #header-top .box.box-opening b{color:#000;text-decoration:none;font-weight:600}#header #header-top .box.box-login a{color:#000}#header #header-top .box.box-login .spacer{margin:0 .75rem;width:2px;height:1rem;background:#e1e0e3}#header #header-top .box.box-lang .icon{position:relative;width:15px;height:15px;margin-right:.5rem;top:-2px;border-radius:50%}#header #header-top .box.box-lang button{padding-left:0;padding-right:0;font-weight:600;outline:0!important;box-shadow:none!important}#header #header-top .box.box-lang .dropdown-menu{max-width:100%;min-width:100%;border:2px solid #e1e0e3;border-radius:5px}#header #header-top .box.box-lang .dropdown-menu .dropdown-item{padding:.25rem 1rem}}#header #header-bottom{height:100%}@media (max-width:1199.98px){#header #header-bottom{position:static}#header #header-bottom>div{position:static;padding-left:0}#header #header-bottom>div:first-child{padding-right:0}}@media (min-width:1200px){#header #header-bottom{height:calc(100% - 40px)}}#header .btn-mobile{position:relative;width:50px;height:50px;margin-left:10px}@media (max-width:575.98px){#header .btn-mobile{width:40px;height:40px;margin-left:5px}}#header .btn-mobile .icon{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:10}#footer{background:#434148;color:#fff;border-radius:5px 5px 0 0;overflow:hidden}@media (max-width:767.98px){#footer{margin-left:-15px;margin-right:-15px;border-radius:0}}#footer #footer-bottom,#footer #footer-top{margin-left:0;margin-right:0;padding:20px}@media (max-width:767.98px){#footer #footer-bottom,#footer #footer-top{padding-right:15px;padding-left:15px}}#footer #footer-top{border-bottom:2px solid #4e4b54}@media (max-width:575.98px){#footer #footer-top>div{display:flex;flex-direction:column;align-items:center}}#footer #footer-top h5{display:flex;width:100%;margin:2.4rem 0;font-weight:600}@media (max-width:575.98px){#footer #footer-top h5{justify-content:center}}@media (max-width:991.98px){#footer #footer-top h5{margin:1.5rem 0 2rem}}#footer #footer-top ul{margin:0 0 2.5rem;padding:0;list-style:none}@media (max-width:575.98px){#footer #footer-top ul{width:100%;display:flex;flex-wrap:wrap}#footer #footer-top ul li{width:50%}}@media (max-width:991.98px){#footer #footer-top ul{margin-bottom:1.5rem}}@media (max-width:575.98px){#footer #footer-top ul{width:100%;display:flex;flex-wrap:wrap;margin-bottom:0}}#footer #footer-top ul li{position:relative;margin-bottom:1rem;padding-left:1.25rem}@media (max-width:575.98px){#footer #footer-top ul li{width:50%}}#footer #footer-top ul li:before{content:"";position:absolute;left:1px;top:10px;width:5px;height:5px;border-radius:50%;background:#a48565}#footer #footer-top ul li a{display:inline-block;line-height:1.25rem;color:#fff;text-decoration:none}#footer #footer-top ul li a:hover{color:#ce126b}#footer #footer-top .contact-box{margin-bottom:2.5rem}@media (max-width:575.98px){#footer #footer-top .contact-box{margin-bottom:1rem}#footer #footer-top .contact-box:last-child{display:none}}#footer #footer-top .contact-box .image-wrapper .btn{position:relative;width:30px;height:30px}#footer #footer-top .contact-box .image-wrapper .btn .icon{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);max-width:15px;max-height:15px}#footer #footer-top .contact-box .text{font-size:1.125rem;line-height:1.2rem;font-weight:600}#footer #footer-top .contact-box .text a{color:#fff;text-decoration:none}#footer #footer-top .contact-box .text a:hover{color:#ce126b}#footer #footer-top .contact-box .text small{display:block;font-size:.85rem;font-weight:400;margin-top:.35rem}#footer #footer-top .heureka-box h5{justify-content:center}#footer #footer-top .heureka-box p{margin-bottom:2rem}#footer #footer-top .heureka-box .heureka-overeno{width:105px;height:105px;margin-bottom:1.5rem}#footer #footer-top .bg-lighten{background-color:#4e4b54;border-radius:5px}#footer #footer-bottom{position:relative;height:150px;line-height:1.25rem}@media (max-width:991.98px){#footer #footer-bottom{height:80px}}#footer #footer-bottom .logo{width:24px;height:31px;margin-right:.85rem}#footer #footer-bottom a{color:#fff;text-decoration:none}#footer #footer-bottom a:hover{color:#ce126b}#footer #footer-bottom .shippers{position:absolute;top:0;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}#footer #footer-bottom .shippers .box{position:relative;background-color:#f7f6f7;border-radius:6px;height:30px;margin:0 4px}#footer #footer-bottom .shippers .box.big-box{width:100px}#footer #footer-bottom .shippers .box.biggest-box{width:115px}#footer #footer-bottom .shippers .box.small-box{width:44px}#footer #footer-bottom .shippers .box img,#footer #footer-bottom .shippers .box svg{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}#footer #footer-bottom .shippers .box img.geis,#footer #footer-bottom .shippers .box svg.geis{width:23px;height:24px}#footer #footer-bottom .shippers .box img.zasilkovna,#footer #footer-bottom .shippers .box svg.zasilkovna{width:90px;height:55px}#footer #footer-bottom .shippers .box img.ppl,#footer #footer-bottom .shippers .box svg.ppl{width:132px;display:inline-block;height:17px;margin-top:2px}#cookie-bar{color:#838391;background-color:#edeff5;display:flex;position:fixed;bottom:0;left:0;justify-content:space-between;align-items:center;width:100%;z-index:99}@media (max-width:575.98px){#cookie-bar{display:none}}#cookie-bar p{padding:10px 15px;margin:0}#cookie-bar p a{margin-left:15px}#cookie-bar a.btn{color:#fff;background-color:#a50f5b;border-color:transparent;margin-left:15px;padding:.8em 1.8em;border-radius:0}#cookie-bar a.btn:hover{background-color:#b40f68}.banner{text-align:center;font-weight:700}@media (max-width:767.98px){.banner{text-align:left}}.banner .banner-in{position:relative;padding:.5rem 1.875rem .5rem 0}.banner .banner-in a{color:#fff;text-decoration:underline}.banner .banner-close{display:flex;align-items:center;justify-content:center;position:absolute;right:-20px;top:0;bottom:0;padding:.75rem;background:transparent;border:0}@media (max-width:767.98px){.banner .banner-close{bottom:auto}}.banner .banner-close:after{content:"";display:inline-block;background:transparent url(../images/icons/banner-close.svg) no-repeat 50%;width:1rem;height:1rem;line-height:1;background-size:1rem}.banner.-green{color:#fff;background:#9abb00}.banner.-green span{background:#d81300;padding:.1875rem;border-radius:.1875rem}.fslightbox-source-outer{-webkit-transform-origin:center;transform-origin:center}.fslightbox-container .fslightbox-toolbar-button:nth-child(4){display:none}.fslightbox-container .fslightbox-toolbar-button:last-child{margin-left:5px;background:hsla(0,0%,100%,.3)}.fslightbox-container .fslightbox-slide-btn img,.fslightbox-container .fslightbox-slide-btn svg,.fslightbox-container .fslightbox-toolbar-button:last-child img,.fslightbox-container .fslightbox-toolbar-button:last-child svg{width:34px;height:34px}@media (max-width:768px){.fslightbox-container .fslightbox-slide-btn img,.fslightbox-container .fslightbox-slide-btn svg{width:26px;height:26px}}.fslightbox-container .fslightbox-thumbs{padding-bottom:13px;height:110px;background:rgba(0,0,0,.3);padding-top:15px}.fslightbox-container .fslightbox-thumbs .fslightbox-thumb-active{border-color:#af0d62!important}.fslightbox-container .fslightbox-source{max-width:100%;max-height:100%}.fslightbox-container .fslightbox-thumb{transition:.3s}.fslightbox-container .fslightbox-thumb:hover{opacity:.8}.benefits-component{line-height:1.25rem;margin:0 -10px}.benefits-component .icon-text-block{padding:0 10px}@media (max-width:991.98px){.benefits-component .icon-text-block{flex-direction:column;text-align:center;justify-content:center}.benefits-component .icon-text-block>:first-child{padding-right:0}}@media (min-width:1200px){.benefits-component .icon-text-block{flex:0 0 255px;max-width:255px}}.benefits-component .icon-text-block>div{margin:.5rem 0}.benefits-component .icon-text-block .icon{max-width:40px;max-height:40px;opacity:.7}.benefits-component .icon-text-block b{display:block;font-weight:600;font-size:1.2rem;margin-bottom:.45rem}.breadcrumb-wrapper{text-align:left}.breadcrumb-wrapper .breadcrumb{flex-wrap:wrap;background:transparent;margin:0 0 .75rem;width:auto;border-radius:3px;padding:0 0 9px;display:block!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.breadcrumb-wrapper .breadcrumb li{padding-left:0;word-break:break-all;word-wrap:break-word;display:inline}.breadcrumb-wrapper .breadcrumb li:first-child{padding-left:0}.breadcrumb-wrapper .breadcrumb li:last-child{border-radius:0 3px 3px 0}.breadcrumb-wrapper .breadcrumb li:last-child a:after{display:none}.breadcrumb-wrapper .breadcrumb li:not(:first-child){margin-left:-2px}.breadcrumb-wrapper .breadcrumb li:not(:last-child):before{top:0}.breadcrumb-wrapper .breadcrumb li:not(:last-child):after{top:9px}.breadcrumb-wrapper .breadcrumb li:before{display:none}.breadcrumb-wrapper .breadcrumb a{padding:0 6px}.breadcrumb-wrapper .breadcrumb li:first-child span{display:none}.breadcrumb-wrapper .breadcrumb li:first-child .home-icon{position:relative;width:17px;height:13px;top:-1px}.breadcrumb-wrapper .breadcrumb a,.breadcrumb-wrapper .breadcrumb span{font-size:.9rem;color:#000;word-break:break-all;padding:0 20px 0 3px;line-height:1rem;position:relative;word-wrap:break-word}.breadcrumb-wrapper .breadcrumb a:before,.breadcrumb-wrapper .breadcrumb span:before{content:"";position:absolute;top:4px;right:-9px;z-index:2;width:0;height:0;padding:0}.breadcrumb-wrapper .breadcrumb a:after,.breadcrumb-wrapper .breadcrumb span:after{content:"";position:absolute;top:5px;right:3px;z-index:1;width:0;height:0;border:4px solid transparent;border-left-color:#5f5f60}.breadcrumb-wrapper .breadcrumb span{padding:0}.breadcrumb-wrapper .breadcrumb span:after{display:none}@media (max-width:767.98px){.breadcrumb-wrapper{margin-top:-10px}.breadcrumb-wrapper .breadcrumb{margin-bottom:0;padding-bottom:0}}.breadcrumb-wrapper .breadcrumb-item+.breadcrumb-item:last-child:before{content:none}.content-styled .h2,.content-styled h2{margin-top:2rem;margin-bottom:.75rem}.content-styled .h3,.content-styled h3{margin-top:1.5rem;margin-bottom:.75rem}.content-styled dl,.content-styled ol,.content-styled ul{margin:.5rem 0 1.5rem;padding-left:1rem}.content-styled ul:not(.breadcrumb){list-style:none}.content-styled ul:not(.breadcrumb) li{position:relative;padding-left:1.5rem}.content-styled ul:not(.breadcrumb) li:before{content:"";position:absolute;left:1px;top:10px;width:5px;height:5px;border-radius:50%;background:#960d4e}.content-styled ul:not(.breadcrumb).list-checked li:before{content:"\2713";border-radius:0;background:transparent;width:14px;top:1px;color:#960d4e}.content-styled ol{counter-reset:item}.content-styled ol li{display:block}.content-styled ol li:before{content:counter(item) ". ";counter-increment:item;font-weight:600}.content-styled .image-block{margin:.5rem 0}.content-styled .image-block img{max-width:100%;border-radius:5px}.content-styled .image-block .capture{padding:.75rem 0;margin:0;border-bottom:2px solid #f3f2f4}.content-styled .btn{border-radius:20rem;padding:.35rem 2.125rem .45rem;font-weight:600;margin:.5rem 0}.content-styled .btn.btn-lg{font-size:1.125rem;padding:.65rem 2.125rem .75rem}.content-styled table{width:100%;border-radius:5px;margin-bottom:1.5rem;border-collapse:collapse;overflow:hidden}.content-styled table tr:nth-child(odd) td{background:#f7f6f7}.content-styled table tr:first-child td{border-top:2px solid #f3f2f4}.content-styled table tr:first-child td:first-child{border-top-left-radius:5px}.content-styled table tr:first-child td:last-child{border-top-right-radius:5px}.content-styled table tr:last-child{border-bottom:2px solid #f3f2f4}.content-styled table tr:last-child td:first-child{border-bottom-left-radius:5px}.content-styled table tr:last-child td:last-child{border-bottom-right-radius:5px}.content-styled table tr td{padding:10px 15px;vertical-align:top;border-bottom:2px solid #f3f2f4}.content-styled table tr td:first-child{border-left:2px solid #f3f2f4}.content-styled table tr td:last-child{border-right:2px solid #f3f2f4}.content-styled .icon-tooltip{display:inline-block;background:#960d4e;width:19px;height:19px;border-radius:50%;text-align:center;line-height:19px;color:#fff;font-style:normal;margin-left:.5rem;font-size:.75rem}.content-styled .icon-tooltip:before{content:"i"}.paging{padding:3rem 0}.paging .btn.btn-bordered{border-radius:20rem;padding:.35rem 2.125rem .45rem;font-weight:600}.paging .btn.btn-bordered.purple{background:#960d4e;border-color:#960d4e;color:#fff}.paging .btn.btn-bordered.purple:hover{background:#850d42}.paging .nav-paging{padding:0;margin:0;list-style:none}.paging .nav-paging>li{display:inline-block;margin:0 1px;padding:0}.paging .nav-paging>li a{color:#000;border:1px solid #ddd;border-radius:3px;padding:6px 10px;font-size:1rem;text-decoration:none}.paging .nav-paging>li a:hover{background:#f4f4f4}.paging .nav-paging>li.active a{font-weight:600;background:#a48565;border-color:#a48565;color:#fff}.paging .nav-paging>li span.spacer{display:inline-block;margin:0 .25rem}.products{margin:0 -7px}.products>div{padding:7px!important}.products .product-card{position:relative;width:100%;height:100%;background:#fff;border:1px solid #e1e0e3;transition:.25s;overflow:hidden}.products .product-card>*{position:relative;z-index:10}.products .product-card .labels{position:absolute;top:1.25rem;left:8px;z-index:15}.products .product-card .labels .counter{display:none;background:#960d4e;width:22px;height:22px;color:#fff;margin-top:-11px;border-radius:50%;text-align:center;line-height:22px;font-size:13px;padding-left:2px;margin-bottom:5px}.products .product-card .labels .label{position:relative;display:table;border-radius:20px;margin-bottom:5px;color:#fff;font-size:.75rem;text-transform:uppercase;font-weight:600;padding:0 .65rem;line-height:1.375rem;width:auto}.products .product-card .labels .label.label-green{background-color:#9abb00}.products .product-card .labels .label.label-yellow{background:#d6b36b}.products .product-card .labels .label.label-czech-quality,.products .product-card .labels .label.label-secondary{background:#a48565}.products .product-card .labels .label.label-czech-quality{padding-left:1.85rem}.products .product-card .labels .label.label-czech-quality .icon{position:absolute;top:0;left:0;width:22px;height:22px}.products .product-card .image{display:block;position:relative;width:100%;height:auto;padding-bottom:75%}.products .product-card .image:after{position:absolute;bottom:-1px;content:"";left:0;background:#f3f3f3;width:100%;height:1px;z-index:2}.products .product-card .image img{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);border-radius:5px;overflow:hidden;height:auto;width:20.625rem;max-height:calc(100% + 1px);transition:all .2s ease-in-out}@media (max-width:1389.98px){.products .product-card .image img{width:16.75rem}}@media (max-width:1199.98px){.products .product-card .image img{width:18.625rem}}@media (max-width:991.98px){.products .product-card .image img{width:13.5rem}}@media (max-width:767.98px){.products .product-card .image img{width:15.0625rem}}@media (max-width:575.98px){.products .product-card .image img{width:auto}}.products .product-card .image img.primary{opacity:1}.products .product-card .image img.secondary{opacity:0}.products .product-card .image:hover img:after{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);max-height:calc(100% + 1px);max-width:inherit;content:"";background-image:attr(data-hover)}.products .product-card .image .czech-icon{position:absolute;bottom:-15px;right:1rem;border-radius:50%;width:30px;height:30px;border:2px solid #f3f2f4;z-index:10;-webkit-transform:none;transform:none;top:inherit;left:inherit}.products .product-card a.link-overlay{position:absolute;width:100%;height:100%;top:0;left:0;z-index:11;text-decoration:none}.products .product-card a.link-overlay:hover~.image img.primary{opacity:0}.products .product-card a.link-overlay:hover~.image img.secondary{opacity:1}@media (max-width:767.98px){.products .product-card a.link-overlay:hover~.image img.primary{opacity:1}.products .product-card a.link-overlay:hover~.image img.secondary{opacity:0}}.products .product-card .content{padding:0 1.125rem 1.125rem}.products .product-card .content .name{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;max-height:3rem;width:100%;text-decoration:none;font-size:1.125rem;font-weight:400;line-height:1.5rem;color:#000;margin:2rem 0 .75rem;text-align:center;display:block;min-height:70px;max-height:unset;height:auto}.products .product-card .content .name:hover{color:#960d4e}@media (max-width:767.98px){.products .product-card .content .name{font-size:1.05em}}.products .product-card .content .stock{font-size:1rem;white-space:nowrap;text-align:center;font-weight:600}.products .product-card .content .stock.in{color:#9abb00}.products .product-card .content .stock.out{color:#e93f4d}.products .product-card .content .price{font-size:1rem;white-space:nowrap;text-align:center;margin-top:3px}.products .product-card .content .price s{display:inline-block;line-height:1rem;font-size:.95rem;font-weight:600;margin-right:10px}.products .product-card .content .price b{display:inline-block;font-size:1.35rem;line-height:1.75rem}.products .product-card .content .price b small{position:relative;font-size:.95rem;font-weight:600;color:#960d4e;top:-2px;margin-left:10px}.products .product-card .content .btn{margin:1.125rem 0 .75rem;letter-spacing:.32px;font-weight:600;padding-left:1.75rem;padding-right:1.75rem;text-decoration:none}.products .product-card:hover{box-shadow:0 0 15px rgba(0,0,0,.15);border-color:#fff;z-index:9}.products .product-card:hover .content .btn{border-color:#960d4e;background-color:#960d4e;color:#fff}#checkout .shippings .choices__input,.choices .choices__input{position:relative;left:0;top:0;-webkit-transform:none;transform:none;width:100%;height:auto;visibility:visible}#side-menu{padding-bottom:4rem}@media (min-width:1200px){#side-menu+div.col{width:calc(100% - 290px);flex-basis:auto;padding-left:0}}#side-menu>div>ul{margin:0;width:250px;list-style:none;padding:0 0 1.25rem}#side-menu>div>ul>li{border-top:2px solid #f3f2f4}#side-menu>div>ul>li.active,#side-menu>div>ul>li:hover{border-top-color:#960d4e;background:#f7f6f7}#side-menu>div>ul>li.active>a,#side-menu>div>ul>li:hover>a{background:#960d4e;color:#fff}#side-menu>div>ul>li:last-child{border-bottom:2px solid #f3f2f4}#side-menu>div>ul>li>a{display:flex;align-items:center;color:#000;font-weight:600;text-decoration:none;line-height:1.25rem;height:46px}#side-menu>div>ul>li>a .icon{width:3rem;text-align:center}#side-menu>div>ul>li>a .icon img{max-width:25px;max-height:25px}#side-menu>div>ul>li>ul{display:none;padding-left:50px;padding-right:10px;list-style:none}#side-menu>div>ul>li>ul>li{position:relative}#side-menu>div>ul>li>ul>li.active>a{color:#960d4e}#side-menu>div>ul>li>ul>li.active:before{-webkit-transform:none;transform:none;color:#960d4e}#side-menu>div>ul>li>ul>li:before{content:"";position:absolute;top:14px;left:-28px;width:8px;height:4px;color:#45414d;border-top:.25rem solid;border-right:.25rem solid transparent;border-bottom:0;border-left:.25rem solid transparent;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}#side-menu>div>ul>li>ul>li>ul{display:none}#side-menu>div>ul>li>ul>li>ul>li{position:relative}#side-menu>div>ul>li>ul>li>ul>li.active>a{color:#960d4e}#side-menu>div>ul>li>ul>li>ul>li.active:before{background:#960d4e}#side-menu>div>ul>li>ul>li>ul>li:before{content:"";position:absolute;top:14px;left:-18px;width:4px;height:4px;border-radius:50%;background:#45414d}#side-menu.non-icons>div>ul>li a{padding-left:15px}#side-menu.non-icons>div>ul>li .icon{display:none}#side-menu li.active>ul{display:block;padding-top:1.125rem;padding-bottom:1.125rem;list-style:none}#side-menu li.active>ul li a{display:block;text-decoration:none;color:#000;line-height:1.35em;padding:6px 0 9px}#side-menu li.active>ul li.active>a,#side-menu li.active>ul li:hover>a{text-shadow:.25px .25px 0 #000,-.25px -.25px 0 #000}#side-menu li.active>ul li>ul{padding-bottom:.5rem;padding-left:18px;padding-top:0;margin-top:-4px}#side-menu li.active>ul li>ul>li>a{font-size:.95rem;padding:4px 0}#side-menu li.active>ul li:last-child.active>ul{padding-bottom:0}.alert{display:flex;align-items:center;background:#f7f6f7;padding:1.4375rem;font-size:1.5625rem;font-weight:700;border-radius:.4375rem}@media (max-width:767.98px){.alert{font-size:1rem;padding:1.5625rem}}.alert .icon{margin-right:1rem}#article-page{padding-top:1.25rem;padding-bottom:4rem}@media (max-width:991.98px){#article-page{padding-bottom:2rem}}#article-page p img{max-width:100%;height:auto}#blog-page{padding-top:1.25rem;padding-bottom:4rem}#blog-page .articles{margin:20px -7px 0}#blog-page .articles>div{padding:7px}#blog-page .articles>div article.article-card{position:relative;width:100%;height:100%;padding:20px;transition:.25s;background:#fff;border:1px solid #e1e0e3}#blog-page .articles>div article.article-card>*{position:relative;z-index:10}#blog-page .articles>div article.article-card a.link-overlay{position:absolute;width:100%;height:100%;top:0;left:0;z-index:11;text-decoration:none}#blog-page .articles>div article.article-card .image{display:block;position:relative;width:100%;height:auto;border-radius:5px;padding-bottom:55%}#blog-page .articles>div article.article-card .image img{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);max-width:100%;max-height:100%;border-radius:5px;overflow:hidden}#blog-page .articles>div article.article-card .content{padding:0 20px}@media (max-width:767.98px){#blog-page .articles>div article.article-card .content{padding:0}}#blog-page .articles>div article.article-card .content h3{margin:1.5rem 0 1rem;font-size:1.125rem;line-height:1.5rem;font-weight:600}#blog-page .articles>div article.article-card .content h3 a{color:#000;text-decoration:none}#blog-page .articles>div article.article-card .content h3 a:hover{color:#960d4e}#blog-page .articles>div article.article-card .content p{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-height:1.5rem;max-height:3rem}#blog-page .articles>div article.article-card .content .btn{margin:.75rem 0 1.5rem;padding:.375rem 1.75rem;font-weight:600}#blog-page .articles>div article.article-card:hover{box-shadow:0 0 15px rgba(0,0,0,.15);border-color:#fff}#blog-page .articles>div article.article-card:hover .content .btn{border-color:#960d4e;background-color:#960d4e;color:#fff}@media (max-width:991.98px){#blog-page{padding-bottom:2rem}}#category-page{padding-top:1.25rem}#category-page #filter,#category-page #filter-sm{margin-top:0}@media (min-width:576px){#category-page #filter,#category-page #filter-sm{padding:0 1.25rem;border:1px solid #e1e0e3;border-radius:5px;background-image:linear-gradient(0deg,hsla(0,0%,87.8%,.33),hsla(0,0%,100%,.33))}}#category-page #filter-sm h5,#category-page #filter h5{margin-top:1.5rem;margin-bottom:0;font-size:1.125rem}#category-page #filter-sm .btn-open-popup-filter,#category-page #filter .btn-open-popup-filter{display:flex;width:100%;text-transform:uppercase;font-weight:600;margin-top:1rem;padding:.5rem 1rem;justify-content:center;align-items:center}#category-page #filter-sm .btn-open-popup-filter .icon,#category-page #filter .btn-open-popup-filter .icon{width:20px;height:20px;margin-right:8px}#category-page #filter-sm .sections .section,#category-page #filter .sections .section{padding:.75rem 0}@media (min-width:576px){#category-page #filter-sm .sections .section,#category-page #filter .sections .section{display:flex;padding:.5rem 0}}#category-page #filter-sm .sections .section:not(:last-child),#category-page #filter .sections .section:not(:last-child){border-bottom:2px dotted #eae9ea}#category-page #filter-sm .sections .section .header,#category-page #filter .sections .section .header{line-height:1.35;font-weight:600;padding:.5rem 0}@media (min-width:576px){#category-page #filter-sm .sections .section .header,#category-page #filter .sections .section .header{width:120px;min-width:120px;padding:.75rem 1rem .75rem 0}}#category-page #filter-sm .sections .section .items,#category-page #filter .sections .section .items{padding:.25rem 0}#category-page #filter-sm .sections .section .items .checkbox-item,#category-page #filter .sections .section .items .checkbox-item{position:relative;cursor:pointer;display:inline-block;margin:5px 7px;padding-left:24px}#category-page #filter-sm .sections .section .items .checkbox-item a,#category-page #filter .sections .section .items .checkbox-item a{color:#000}#category-page #filter-sm .sections .section .items .checkbox-item a:hover,#category-page #filter .sections .section .items .checkbox-item a:hover{color:#960d4e}#category-page #filter-sm .sections .section .items .checkbox-item input,#category-page #filter .sections .section .items .checkbox-item input{position:absolute;opacity:0;height:0;width:0}#category-page #filter-sm .sections .section .items .checkbox-item input+span:before,#category-page #filter .sections .section .items .checkbox-item input+span:before{content:"";position:absolute;top:calc(50% - 7px);left:0;width:15px;height:15px;border:1px solid #d5d7d9;box-shadow:inset 0 5px 5px rgba(0,0,0,.03)}#category-page #filter-sm .sections .section .items .checkbox-item:not(.checkbox-color-item) input:checked+span,#category-page #filter .sections .section .items .checkbox-item:not(.checkbox-color-item) input:checked+span{font-weight:600}#category-page #filter-sm .sections .section .items .checkbox-item:not(.checkbox-color-item) input:checked+span:before,#category-page #filter .sections .section .items .checkbox-item:not(.checkbox-color-item) input:checked+span:before{background:#960d4e url(../images/checkmark-icon.svg) no-repeat 50%;border-color:#960d4e}#category-page #filter-sm .sections .section .items .checkbox-item.checkbox-color-item,#category-page #filter .sections .section .items .checkbox-item.checkbox-color-item{padding:0;margin:9px 5px 5px;width:20px;height:20px}#category-page #filter-sm .sections .section .items .checkbox-item.checkbox-color-item input+span:before,#category-page #filter .sections .section .items .checkbox-item.checkbox-color-item input+span:before{width:20px;height:20px;top:0;background-color:inherit;border-color:rgba(0,0,0,.27);box-shadow:none}#category-page #filter-sm .sections .section .items .checkbox-item.checkbox-color-item input:checked+span,#category-page #filter .sections .section .items .checkbox-item.checkbox-color-item input:checked+span{display:block;width:20px;height:20px}#category-page #filter-sm .sections .section .items .checkbox-item.checkbox-color-item input:checked+span:after,#category-page #filter .sections .section .items .checkbox-item.checkbox-color-item input:checked+span:after{content:"";position:absolute;top:9px;right:-6px;width:17px;height:17px;background:#960d4e url(../images/checkmark-icon.svg) no-repeat 50%;border-radius:50%;z-index:10}#category-page #filter-sm .sections .section .items .checkbox-item:not(.checkbox-color-item),#category-page #filter .sections .section .items .checkbox-item:not(.checkbox-color-item){width:120px}#category-page #filter-sm .sections .section.color .items,#category-page #filter .sections .section.color .items{padding:.25rem 0}#category-page #filter-sm .sections .section.classic.four-items .items .checkbox-item:not(.checkbox-color-item),#category-page #filter .sections .section.classic.four-items .items .checkbox-item:not(.checkbox-color-item){width:195px}#category-page #filter-sm .active-items,#category-page #filter .active-items{padding:1rem 0}@media (min-width:576px){#category-page #filter-sm .active-items,#category-page #filter .active-items{border-top:2px dotted #eae9ea}}#category-page #filter-sm .active-items .btn,#category-page #filter .active-items .btn{border-width:1px;padding:.2rem .5rem .2rem .75rem}#category-page #filter-sm .active-items .btn:after,#category-page #filter .active-items .btn:after{content:"\00d7";color:#960d4e;margin-left:8px;font-weight:900}#category-page #filter-sm .active-items .btn:not(.btn-reset):hover,#category-page #filter .active-items .btn:not(.btn-reset):hover{background:#f0f0f0;color:#000;border-color:#ccc}#category-page #filter-sm .active-items .btn.btn-reset,#category-page #filter .active-items .btn.btn-reset{padding-right:.75rem}#category-page #filter-sm .active-items .btn.btn-reset:after,#category-page #filter .active-items .btn.btn-reset:after{color:#fff}#category-page #filter-sm .modal-footer,#category-page #filter-sm .modal-header,#category-page #filter .modal-footer,#category-page #filter .modal-header{border-color:#eae9ea}#category-page #filter-sm .modal-body,#category-page #filter .modal-body{padding:.25rem 1rem}#category-page #filter-sm .modal-footer,#category-page #filter .modal-footer{justify-content:center}#category-page #filter-sm .modal-footer .btn,#category-page #filter .modal-footer .btn{text-transform:uppercase;font-weight:600;padding:.5rem 2rem}#category-page .per-page,#category-page .sort-by{line-height:1.2;padding-top:.5rem;padding-bottom:.5rem}#category-page .per-page a,#category-page .sort-by a{color:#000}#category-page .per-page a.active,#category-page .sort-by a.active{font-weight:600;background:transparent!important}#category-page .per-page.sort-by a:not(:last-of-type):not(.dropdown-item):after,#category-page .sort-by.sort-by a:not(:last-of-type):not(.dropdown-item):after{content:"";display:inline-block;width:2px;height:15px;margin:2px 11px -2px 13px;background:#e1e0e3}#category-page .per-page.per-page span,#category-page .sort-by.per-page span{margin-right:10px}#category-page .per-page.per-page a:not(:first-of-type):not(.dropdown-item),#category-page .sort-by.per-page a:not(:first-of-type):not(.dropdown-item){margin-left:10px}#category-page .per-page.per-page .dropdown-menu,#category-page .sort-by.per-page .dropdown-menu{min-width:70px;text-align:center}#category-page .subcategories{position:relative;margin-top:12px;border-left:1px solid #e1e0e3;overflow:hidden;z-index:1;margin-bottom:27px}#category-page .subcategories>a{position:relative;padding:10px 30px 10px 15px;height:60px;font-size:.95rem;line-height:1.2;font-weight:600;color:#000;border-right:1px solid #e1e0e3;border-bottom:1px solid #e1e0e3;transition:.1s;background-image:linear-gradient(0deg,hsla(0,0%,86.3%,.33),hsla(0,0%,100%,.33))}#category-page .subcategories>a:before{content:"";position:absolute;top:calc(50% - 2px);right:10px;width:8px;height:4px;color:#45414d;border-top:.25rem solid;border-right:.25rem solid transparent;border-bottom:0;border-left:.25rem solid transparent;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}#category-page .subcategories>a>*{display:block}#category-page .subcategories>a>:first-child{width:50px;padding-right:15px;text-align:center}#category-page .subcategories>a>:first-child img{max-width:100%}#category-page .subcategories>a>:last-child{width:calc(100% - 50px)}#category-page .subcategories>a:hover{text-decoration:none;background:#960d4e;color:#fff}#category-page .subcategories>a:hover:before{color:#fff}#category-page .subcategories>a:nth-child(-n+2){border-top:1px solid #e1e0e3}@media (min-width:1200px){#category-page .subcategories>a:nth-child(-n+4){border-top:1px solid #e1e0e3}}@media (min-width:992px){#category-page .subcategories>a:nth-child(-n+3){border-top:1px solid #e1e0e3}}@media (max-width:435.98px){#category-page .subcategories>a{padding-right:10px;padding-left:10px;height:74px}#category-page .subcategories>a:before{display:none}}@media (max-width:767.98px){#category-page h1{margin-top:12px;font-size:1.8em;line-height:1.15em}}#category-page .text{margin-bottom:23px}#category-page .text .banner{margin-top:1.5rem}#category-page .text .banner a{display:block;width:100%}#category-page .text .banner a img{max-width:100%}#category-page .text h2{font-size:1.5rem}#category-page .text h3{font-size:1.25rem}#category-page .text p{margin-bottom:5px}@media (max-width:767.98px){#category-page .text p{font-size:15px}}#category-page .text .image-wrapper img{border-radius:5px;padding-left:3rem;margin-bottom:1rem}#category-page .text.text-margined{margin-top:0;margin-bottom:.5rem;position:relative;padding-top:40px}#category-page .text.text-margined:after{background:#f3f2f4;height:2px;content:"";width:calc(100% - 40px);left:20px;top:0;position:absolute}@media (min-width:992px){#category-page .text.text-margined{margin-bottom:1.5rem}}#tailoring-page{padding-top:1.25rem}#tailoring-page .stitch-list-inner .intro-text img{margin:-85px -20px 0 35px;float:right}@media (max-width:991.98px){#tailoring-page .stitch-list-inner .intro-text img{float:none;left:50%;position:relative;-webkit-transform:translateX(-50%);transform:translateX(-50%);margin:0 auto 20px;max-width:80%}}@media (max-width:991.98px){#tailoring-page .hidden-xs{display:none}}#tailoring-page .stitch-detail-inner h2,#tailoring-page .stitch-list-inner h2{margin:35px 0 20px}#tailoring-page .stitch-detail-inner .subcategories,#tailoring-page .stitch-list-inner .subcategories{margin:0 -3px 40px}#tailoring-page .stitch-detail-inner .subcategories>div,#tailoring-page .stitch-list-inner .subcategories>div{padding:0}#tailoring-page .stitch-detail-inner .subcategories>div a,#tailoring-page .stitch-list-inner .subcategories>div a{display:block;background:#fff;background:linear-gradient(180deg,#fff 0,#fafafb);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#fafafb",GradientType=0);margin:3px;padding:20px;border:1px solid #e4e6e6;border-radius:3px}#tailoring-page .stitch-detail-inner .subcategories>div a:hover,#tailoring-page .stitch-list-inner .subcategories>div a:hover{text-decoration:none;background:#fafafb}#tailoring-page .stitch-list-inner .subcategories>div a img{display:inline-block;margin:0 auto 10px}#tailoring-page .stitch-list-inner .subcategories>div a span{display:block;font-weight:600}#tailoring-page .stitch-detail-inner .subcategories>div a{padding-left:190px;min-height:145px}#tailoring-page .stitch-detail-inner .subcategories>div a img{position:absolute;top:25px;left:25px}#tailoring-page .stitch-detail-inner .subcategories>div a strong{display:block;font-size:18px;color:#333;margin-bottom:5px}#tailoring-page .stitch-detail-inner .subcategories>div a span{display:block;font-size:15px;line-height:24px;color:#666;font-weight:600}#tailoring-page .stitch-detail-inner .subcategories>div a span b{position:relative;display:inline-block;color:#90af00;font-weight:600;border-bottom:1px solid #90af00;line-height:16px;margin-left:5px;margin-right:20px}#tailoring-page .stitch-detail-inner .subcategories>div a span b i{position:absolute;right:-12px;top:3px;margin:0;padding:0}#tailoring-page .stitch-examples-gallery{display:block;font-weight:600;border:1px solid #e4e6e6;background:#f9f9f9;border-radius:3px;padding:25px 40px;text-align:center;display:none}#tailoring-page .stitch-examples-gallery .header span{display:block;font-size:26px;font-weight:700;margin-top:12px;margin-bottom:30px}#tailoring-page .stitch-examples-gallery .item img{border-radius:3px;margin-bottom:20px}#tailoring-page .stitch-examples-gallery .item span{display:block;font-size:15px;line-height:21px}#tailoring-page .stitch-examples-gallery .item a{font-size:15px;line-height:14px}#tailoring-page .stitch-examples-gallery .owl-theme .owl-nav{position:absolute;background:red;width:100%;top:calc(50% - 42px);-webkit-transform:translateY(-50%);transform:translateY(-50%);margin:0}#tailoring-page .stitch-examples-gallery .owl-theme .owl-nav .owl-next,#tailoring-page .stitch-examples-gallery .owl-theme .owl-nav .owl-prev{position:absolute;width:20px;height:20px;border-radius:50%;background:#a48566;margin:0}#tailoring-page .stitch-examples-gallery .owl-theme .owl-nav .owl-next:hover,#tailoring-page .stitch-examples-gallery .owl-theme .owl-nav .owl-prev:hover{background:#970e4f}#tailoring-page .stitch-examples-gallery .owl-theme .owl-nav .owl-prev{left:-50px}#tailoring-page .stitch-examples-gallery .owl-theme .owl-nav .owl-prev:before{content:"\f0d9";font-family:FontAwesome;font-size:11px;color:#fff}#tailoring-page .stitch-examples-gallery .owl-theme .owl-nav .owl-next{right:-50px}#tailoring-page .stitch-examples-gallery .owl-theme .owl-nav .owl-next:before{content:"\f0da";font-family:FontAwesome;font-size:11px;color:#fff;margin-left:3px}#tailoring-page .stitch-examples-gallery .owl-theme .owl-dots{margin-top:15px}#tailoring-page .stitch-examples-gallery .owl-theme .owl-dots .owl-dot span{background:#b9b9b9;width:7px;height:7px}#tailoring-page .stitch-examples-gallery .owl-theme .owl-dots .owl-dot.active span{background:#970e4f}#tailoring-page .stitch-detail-inner .stitch-pattern,#tailoring-page .stitch-list-inner .stitch-pattern{margin-top:60px}#tailoring-page .stitch-detail-inner .stitch-pattern img,#tailoring-page .stitch-list-inner .stitch-pattern img{float:right}@media (max-width:991.98px){#tailoring-page .stitch-detail-inner .stitch-pattern img,#tailoring-page .stitch-list-inner .stitch-pattern img{float:none;left:50%;position:relative;-webkit-transform:translateX(-60%);transform:translateX(-60%);margin:0 auto 20px;max-width:80%}}#tailoring-page .stitch-detail-inner .stitch-pattern h2,#tailoring-page .stitch-list-inner .stitch-pattern h2{margin-bottom:25px}#tailoring-page .stitch-list-inner .stitch-pattern .how-order{padding-left:70px;margin:35px 0;background:url(../images/stitch/ask-icon.png) no-repeat 0}#tailoring-page .stitch-detail-inner .stitch-pattern .btn.btn-brown,#tailoring-page .stitch-list-inner .stitch-pattern .btn.btn-brown{background:#a98b6b;color:#fff;font-size:16px;font-weight:600;letter-spacing:.5px;border-radius:50px;padding:11px 40px}#tailoring-page .stitch-detail-inner .stitch-pattern .btn.btn-brown:hover,#tailoring-page .stitch-list-inner .stitch-pattern .btn.btn-brown:hover{background:#987b5b}#tailoring-page .stitch-detail-inner .stitch-pattern .img-part img{margin-top:-40px;margin-bottom:12px}#tailoring-page .stitch-detail-inner .stitch-pattern ul{display:block;margin-top:15px;margin-bottom:25px;list-style:none;padding:0}#tailoring-page .stitch-detail-inner .stitch-pattern ul li{position:relative;padding-left:18px;margin:4px 0}#tailoring-page .stitch-detail-inner .stitch-pattern ul li:before{content:"";position:absolute;top:11px;left:0;width:4px;height:4px;border-radius:50%;background:#90af00}#tailoring-page .stitch-detail-inner .stitch-pattern ul li a{font-weight:500;border-bottom:1px solid #e6edd4;text-decoration:none}#tailoring-page .stitch-detail-inner .stitch-examples-gallery{margin-top:30px}#tailoring-page .stitch-list-inner hr{border-color:#ebefef;margin:40px 0}#tailoring-page .stitch-how-to-order{margin-bottom:50px}#tailoring-page .stitch-how-to-order .row>div{padding:0 50px}#tailoring-page .stitch-how-to-order .row>div:first-child{border-right:1px solid #ebefef}#tailoring-page .stitch-how-to-order .row>div h4{margin:25px 0 30px}#tailoring-page .stitch-how-to-order .row>div h4+img{margin-bottom:38px}#tailoring-page .stitch-how-to-order .row>div ul{list-style:none;display:inline-block;max-width:320px;text-align:left;padding:0}#tailoring-page .stitch-how-to-order .row>div ul li{position:relative;padding-left:16px;color:#5d5d5d}#tailoring-page .stitch-how-to-order .row>div ul li:before{content:"";position:absolute;left:0;top:10px;width:5px;height:5px;background:#90af00;border-radius:50%}#tailoring-page .stitch-examples-slider{overflow:hidden}#tailoring-page .help-box{background:#f9f9f9 url(../images/stitch/help-box-bg-dots.png) no-repeat 100% 0;border:1px solid #e4e6e6;border-radius:3px;margin-bottom:35px}#tailoring-page .help-box .heading{padding:35px 15px 35px 180px;background:url(../images/stitch/help-box-woman.png) no-repeat 15px bottom}@media (max-width:1199px){#tailoring-page .help-box .heading{padding-left:50px;background:transparent}}#tailoring-page .help-box .heading h3{font-size:24px;line-height:30px;margin:0}#tailoring-page .help-box .phone{position:relative;padding:40px 30px 0 100px}#tailoring-page .help-box .mail img,#tailoring-page .help-box .phone img{position:absolute;left:42px;top:42px}#tailoring-page .help-box .mail img{left:5px}#tailoring-page .help-box .mail a,#tailoring-page .help-box .phone strong,#tailoring-page .stitch-form-wrapper .contact .mail a,#tailoring-page .stitch-form-wrapper .contact .phone strong{display:block;font-size:20px;font-weight:700;color:#333;margin-bottom:2px}#tailoring-page .help-box .mail span,#tailoring-page .help-box .phone span,#tailoring-page .stitch-form-wrapper .contact .mail span,#tailoring-page .stitch-form-wrapper .contact .phone span{color:#666;font-size:15px;font-weight:600}#tailoring-page .help-box .mail a,#tailoring-page .stitch-form-wrapper .contact .mail a{color:#90af00;text-decoration:none!important}#tailoring-page .help-box .mail a strong,#tailoring-page .stitch-form-wrapper .contact .mail a strong{display:inline-block;border-bottom:1px solid #90af00;line-height:20px}#tailoring-page .help-box .mail{position:relative;padding:40px 30px 0 65px}#tailoring-page .stitch-form-wrapper{margin:60px -15px 30px}#tailoring-page .stitch-form-wrapper .contact h4{font-size:24px;line-height:32px;margin:0 0 30px}#tailoring-page .stitch-form-wrapper .contact .mail,#tailoring-page .stitch-form-wrapper .contact .phone{position:relative;padding-left:60px;margin-bottom:25px}#tailoring-page .stitch-form-wrapper .contact .mail img,#tailoring-page .stitch-form-wrapper .contact .phone img{position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}#tailoring-page .stitch-form-wrapper #stitch-form{border:1px solid #e4e6e6;background:#f9f9f9;max-width:550px;padding:25px;border-radius:3px;margin-bottom:15px}#tailoring-page .stitch-form-wrapper #stitch-form .success{display:block;margin-top:-20px;color:#0e9900;font-size:16px}#tailoring-page .stitch-form-wrapper #stitch-form+p{margin-bottom:25px}#tailoring-page .stitch-form-wrapper #stitch-form h3{position:relative;font-size:26px;margin:0 0 40px;padding:20px 0 20px 65px}#tailoring-page .stitch-form-wrapper #stitch-form h3 img{position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}#tailoring-page .stitch-form-wrapper #stitch-form .fields{position:relative;padding-bottom:15px;margin-bottom:20px}#tailoring-page .stitch-form-wrapper #stitch-form .fields:before{position:absolute;width:calc(100% + 20px);left:-10px;bottom:0;border-top:1px solid #e4e6e6}#tailoring-page .stitch-form-wrapper #stitch-form button[type=submit]{font-family:Yalta sans pro;font-size:16px;text-transform:uppercase;font-weight:700;color:#fff;background:#9b0e52;border:0;border-radius:25px;padding:14px 35px;margin:5px 0}#tailoring-page .stitch-form-wrapper #stitch-form button[type=submit] i{font-size:12px;margin-right:2px}#tailoring-page .stitch-form-wrapper #stitch-form button[type=submit] i:first-child{margin-left:20px}#tailoring-page .stitch-form-wrapper #stitch-form .fields>div{margin-bottom:25px}#tailoring-page .stitch-form-wrapper #stitch-form .fields>div label{font-size:15px;font-weight:600;color:#2c2c2c}#tailoring-page .stitch-form-wrapper #stitch-form .fields>div label span{color:#999}@media (max-width:1199px){#tailoring-page .product-item .image{height:140px}#tailoring-page #checkout .phone-order{padding-top:38px;max-width:635px}#tailoring-page .category .description,#tailoring-page .category h1{width:100%!important}#tailoring-page .image-cate{margin-top:0}#tailoring-page .help-box .heading{padding-left:50px;padding-top:45px;background:transparent}#tailoring-page .help-box .phone{padding:34px}#tailoring-page .help-box .phone img{left:-34px}#tailoring-page .help-box .mail{padding-left:22px}#tailoring-page .help-box .mail img{left:-34px}}@media (max-width:992px){#tailoring-page .help-box .heading h3{margin-top:12px}#tailoring-page .help-box .heading{padding-top:20px;padding-bottom:0}#tailoring-page .help-box .phone{padding:20px 15px 20px 115px}#tailoring-page .help-box .phone img{top:25px;left:50px}#tailoring-page .help-box .mail{padding:20px 15px 20px 50px}#tailoring-page .help-box .mail img{top:25px;left:-15px}}@media (max-width:768px){#tailoring-page .help-box .mail,#tailoring-page .help-box .phone{width:100%;padding:20px 15px 20px 115px}#tailoring-page .help-box .mail{padding-top:0}#tailoring-page .help-box .mail img{top:4px;left:50px}}#contact-page{padding-top:1.25rem;padding-bottom:4rem}#contact-page .billing-and-form{margin-top:1rem;border-radius:5px;border:2px solid #f3f2f4}#contact-page .billing-and-form>div{padding:2rem 1.5rem}#contact-page .billing-and-form>div h2{margin-bottom:1.5rem}#contact-page .billing-and-form>div.billing{display:flex;flex-direction:column;align-items:center}#contact-page .billing-and-form>div.billing p{max-width:325px}#contact-page .billing-and-form>div.billing p:last-of-type{margin-top:1.25rem}#contact-page .billing-and-form>div.form{background:#f7f6f7;border-left:2px solid #f3f2f4}#contact-page .billing-and-form>div.form .form-group label{display:block;line-height:.75rem}#contact-page .billing-and-form>div.form .form-group.required label:after{content:"*";display:inline;color:#960d4e;margin-left:3px}#contact-page .billing-and-form>div.form .form-control{border-radius:5px;border:2px solid #e1e0e3}#contact-page .billing-and-form>div.form small{display:block;line-height:1.25rem;font-size:1rem;margin-top:1rem}#contact-page .billing-and-form>div.form button.btn{letter-spacing:.32px;font-weight:600;padding:.7rem 1.875rem;line-height:1.25rem;margin:1rem 0 1.5rem}#contact-page .contact-blocks{border-radius:5px;border:2px solid #f3f2f4}#contact-page .contact-blocks>div{display:flex;flex-direction:column;padding:2rem 1.5rem 2.5rem;align-items:center}#contact-page .contact-blocks>div:not(:first-child){border-left:2px solid #f3f2f4}#contact-page .contact-blocks>div .icon{display:flex;width:50px;height:50px;border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.25rem;background-color:#45414d}#contact-page .contact-blocks>div .icon svg{width:20px}#contact-page .contact-blocks>div .icon+span{font-size:1.125rem;font-weight:600}#contact-page .contact-blocks>div b{display:block;color:#960d4e;font-size:1.75rem;line-height:2rem;font-weight:600;margin-top:.75rem}@media (max-width:991.98px){#contact-page .contact-blocks>div b{font-size:1.5rem}}#contact-page .contact-blocks>div small{font-size:1rem}#contact-page .contact-blocks>div.team{justify-content:flex-start;align-items:flex-start;text-align:left;font-size:1.25rem;line-height:1.5rem;font-weight:600;background:#f7f6f7 url(../images/contact-team.png) no-repeat 1.75rem bottom}#contact-page .contact-blocks>div.team span{display:block;padding:0 .5rem}@media (max-width:575.98px){#contact-page .contact-blocks>div:not(:first-child){border-top:2px solid #f3f2f4;border-left:0}}#contact-page .payback-and-shipping{padding:1.5rem 0}#contact-page .payback-and-shipping>div{padding-top:1rem;padding-bottom:1rem}#contact-page .payback-and-shipping h2{margin-bottom:1.5rem}#contact-page .payback-and-shipping .logo-color{width:70px;height:86px;margin-bottom:1.5rem}#contact-page .payback-and-shipping img{margin-bottom:1.2rem}#contact-page .payback-and-shipping .btn{font-weight:600;padding:.7rem 1.875rem;margin-top:.5rem;line-height:1.25rem}@media (max-width:991.98px){#contact-page{padding-bottom:2rem}}#sewing-curtains-page{padding-top:1.25rem}#sewing-curtains-page .stitch-list-inner .intro-text img{margin:-85px -20px 0 35px;float:right}@media (max-width:991.98px){#sewing-curtains-page .stitch-list-inner .intro-text img{float:none;left:50%;position:relative;-webkit-transform:translateX(-50%);transform:translateX(-50%);margin:0 auto 20px;max-width:80%}}#sewing-curtains-page .stitch-detail-inner h2,#sewing-curtains-page .stitch-list-inner h2{margin:35px 0 20px}#sewing-curtains-page .stitch-detail-inner .subcategories,#sewing-curtains-page .stitch-list-inner .subcategories{margin:0 -3px 40px}#sewing-curtains-page .stitch-detail-inner .subcategories>div,#sewing-curtains-page .stitch-list-inner .subcategories>div{padding:0}#sewing-curtains-page .stitch-detail-inner .subcategories>div a,#sewing-curtains-page .stitch-list-inner .subcategories>div a{display:block;background:#fff;background:linear-gradient(180deg,#fff 0,#fafafb);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#fafafb",GradientType=0);margin:3px;padding:20px;border:1px solid #e4e6e6;border-radius:3px}#sewing-curtains-page .stitch-detail-inner .subcategories>div a:hover,#sewing-curtains-page .stitch-list-inner .subcategories>div a:hover{text-decoration:none;background:#fafafb}#sewing-curtains-page .stitch-list-inner .subcategories>div a img{display:inline-block;margin:0 auto 10px}#sewing-curtains-page .stitch-list-inner .subcategories>div a span{display:block;font-weight:600}#sewing-curtains-page .stitch-detail-inner .subcategories>div a{padding-left:190px;min-height:145px;height:96%}#sewing-curtains-page .stitch-detail-inner .subcategories>div a img{position:absolute;top:25px;left:25px}#sewing-curtains-page .stitch-detail-inner .subcategories>div a strong{display:block;font-size:18px;color:#333;margin-bottom:5px}#sewing-curtains-page .stitch-detail-inner .subcategories>div a span{display:block;font-size:15px;line-height:24px;color:#666;font-weight:600}#sewing-curtains-page .stitch-detail-inner .subcategories>div a span b{position:relative;display:inline-block;color:#90af00;font-weight:600;border-bottom:1px solid #90af00;line-height:16px;margin-left:5px;margin-right:20px}#sewing-curtains-page .stitch-detail-inner .subcategories>div a span b i{position:absolute;right:-12px;top:3px;margin:0;padding:0}#sewing-curtains-page .stitch-examples-gallery{display:block;font-weight:600;border:1px solid #e4e6e6;background:#f9f9f9;border-radius:3px;padding:25px 40px;text-align:center;display:none}#sewing-curtains-page .stitch-examples-gallery .header span{display:block;font-size:26px;font-weight:700;margin-top:12px;margin-bottom:30px}#sewing-curtains-page .stitch-examples-gallery .item img{border-radius:3px;margin-bottom:20px}#sewing-curtains-page .stitch-examples-gallery .item span{display:block;font-size:15px;line-height:21px}#sewing-curtains-page .stitch-examples-gallery .item a{font-size:15px;line-height:14px}#sewing-curtains-page .stitch-examples-gallery .owl-theme .owl-nav{position:absolute;background:red;width:100%;top:calc(50% - 42px);-webkit-transform:translateY(-50%);transform:translateY(-50%);margin:0}#sewing-curtains-page .stitch-examples-gallery .owl-theme .owl-nav .owl-next,#sewing-curtains-page .stitch-examples-gallery .owl-theme .owl-nav .owl-prev{position:absolute;width:20px;height:20px;border-radius:50%;background:#a48566;margin:0}#sewing-curtains-page .stitch-examples-gallery .owl-theme .owl-nav .owl-next:hover,#sewing-curtains-page .stitch-examples-gallery .owl-theme .owl-nav .owl-prev:hover{background:#970e4f}#sewing-curtains-page .stitch-examples-gallery .owl-theme .owl-nav .owl-prev{left:-50px}#sewing-curtains-page .stitch-examples-gallery .owl-theme .owl-nav .owl-prev:before{content:"\f0d9";font-family:FontAwesome;font-size:11px;color:#fff}#sewing-curtains-page .stitch-examples-gallery .owl-theme .owl-nav .owl-next{right:-50px}#sewing-curtains-page .stitch-examples-gallery .owl-theme .owl-nav .owl-next:before{content:"\f0da";font-family:FontAwesome;font-size:11px;color:#fff;margin-left:3px}#sewing-curtains-page .stitch-examples-gallery .owl-theme .owl-dots{margin-top:15px}#sewing-curtains-page .stitch-examples-gallery .owl-theme .owl-dots .owl-dot span{background:#b9b9b9;width:7px;height:7px}#sewing-curtains-page .stitch-examples-gallery .owl-theme .owl-dots .owl-dot.active span{background:#970e4f}#sewing-curtains-page .stitch-detail-inner .stitch-pattern,#sewing-curtains-page .stitch-list-inner .stitch-pattern{margin-top:60px}#sewing-curtains-page .stitch-detail-inner .stitch-pattern img,#sewing-curtains-page .stitch-list-inner .stitch-pattern img{float:right}@media (max-width:991.98px){#sewing-curtains-page .stitch-detail-inner .stitch-pattern img,#sewing-curtains-page .stitch-list-inner .stitch-pattern img{float:none;left:50%;position:relative;-webkit-transform:translateX(-60%);transform:translateX(-60%);margin:0 auto 20px;max-width:80%}}#sewing-curtains-page .stitch-detail-inner .stitch-pattern h2,#sewing-curtains-page .stitch-list-inner .stitch-pattern h2{margin-bottom:25px}#sewing-curtains-page .stitch-list-inner .stitch-pattern .how-order{padding-left:70px;margin:35px 0;background:url(../images/stitch/ask-icon.png) no-repeat 0}#sewing-curtains-page .img-part img,#sewing-curtains-page img.pull-right{float:right}@media (max-width:991.98px){#sewing-curtains-page .img-part img,#sewing-curtains-page img.pull-right{float:none;position:relative;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);margin:15px 0!important}}#sewing-curtains-page .stitch-detail-inner .stitch-pattern .btn.btn-brown,#sewing-curtains-page .stitch-list-inner .stitch-pattern .btn.btn-brown{background:#a98b6b;color:#fff;font-size:16px;font-weight:600;letter-spacing:.5px;border-radius:50px;padding:11px 40px}#sewing-curtains-page .stitch-detail-inner .stitch-pattern .btn.btn-brown:hover,#sewing-curtains-page .stitch-list-inner .stitch-pattern .btn.btn-brown:hover{background:#987b5b}#sewing-curtains-page .stitch-detail-inner .stitch-pattern .img-part img{margin-top:-40px;margin-bottom:12px}#sewing-curtains-page .stitch-detail-inner .stitch-pattern ul{display:block;margin-top:15px;margin-bottom:25px;list-style:none;padding:0}#sewing-curtains-page .stitch-detail-inner .stitch-pattern ul li{position:relative;padding-left:18px;margin:4px 0}#sewing-curtains-page .stitch-detail-inner .stitch-pattern ul li:before{content:"";position:absolute;top:11px;left:0;width:4px;height:4px;border-radius:50%;background:#90af00}#sewing-curtains-page .stitch-detail-inner .stitch-pattern ul li a{font-weight:500;border-bottom:1px solid #e6edd4;text-decoration:none}#sewing-curtains-page .stitch-detail-inner .stitch-examples-gallery{margin-top:30px}#sewing-curtains-page .stitch-list-inner hr{border-color:#ebefef;margin:40px 0}#sewing-curtains-page .stitch-how-to-order{margin-bottom:50px}#sewing-curtains-page .stitch-how-to-order .row>div{padding:0 50px}#sewing-curtains-page .stitch-how-to-order .row>div:first-child{border-right:1px solid #ebefef}#sewing-curtains-page .stitch-how-to-order .row>div h4{margin:25px 0 30px}#sewing-curtains-page .stitch-how-to-order .row>div h4+img{margin-bottom:38px}#sewing-curtains-page .stitch-how-to-order .row>div ul{list-style:none;display:inline-block;max-width:320px;text-align:left;padding:0}#sewing-curtains-page .stitch-how-to-order .row>div ul li{position:relative;padding-left:16px;color:#5d5d5d}#sewing-curtains-page .stitch-how-to-order .row>div ul li:before{content:"";position:absolute;left:0;top:10px;width:5px;height:5px;background:#90af00;border-radius:50%}#sewing-curtains-page .stitch-examples-slider{overflow:hidden}#sewing-curtains-page .help-box{background:#f9f9f9 url(../images/stitch/help-box-bg-dots.png) no-repeat 100% 0;border:1px solid #e4e6e6;border-radius:3px;margin-bottom:35px}#sewing-curtains-page .help-box .heading{padding:35px 15px 35px 180px;background:url(../images/stitch/help-box-woman.png) no-repeat 15px bottom}@media (max-width:1199px){#sewing-curtains-page .help-box .heading{padding-left:50px;background:transparent}}#sewing-curtains-page .help-box .heading h3{font-size:24px;line-height:30px;margin:0}#sewing-curtains-page .help-box .phone{position:relative;padding:40px 30px 0 100px}#sewing-curtains-page .help-box .mail img,#sewing-curtains-page .help-box .phone img{position:absolute;left:42px;top:42px}#sewing-curtains-page .help-box .mail img{left:5px}#sewing-curtains-page .help-box .mail a,#sewing-curtains-page .help-box .phone strong,#sewing-curtains-page .stitch-form-wrapper .contact .mail a,#sewing-curtains-page .stitch-form-wrapper .contact .phone strong{display:block;font-size:20px;font-weight:700;color:#333;margin-bottom:2px}#sewing-curtains-page .help-box .mail span,#sewing-curtains-page .help-box .phone span,#sewing-curtains-page .stitch-form-wrapper .contact .mail span,#sewing-curtains-page .stitch-form-wrapper .contact .phone span{color:#666;font-size:15px;font-weight:600}#sewing-curtains-page .help-box .mail a,#sewing-curtains-page .stitch-form-wrapper .contact .mail a{color:#90af00;text-decoration:none!important}#sewing-curtains-page .help-box .mail a strong,#sewing-curtains-page .stitch-form-wrapper .contact .mail a strong{display:inline-block;border-bottom:1px solid #90af00;line-height:20px}#sewing-curtains-page .help-box .mail{position:relative;padding:40px 30px 0 65px}#sewing-curtains-page .stitch-form-wrapper{margin:60px -15px 30px}#sewing-curtains-page .stitch-form-wrapper .contact h4{font-size:24px;line-height:32px;margin:0 0 30px}@media (max-width:991.98px){#sewing-curtains-page .hidden-xs{display:none}}#sewing-curtains-page .stitch-form-wrapper .contact .mail,#sewing-curtains-page .stitch-form-wrapper .contact .phone{position:relative;padding-left:60px;margin-bottom:25px}#sewing-curtains-page .stitch-form-wrapper .contact .mail img,#sewing-curtains-page .stitch-form-wrapper .contact .phone img{position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}#sewing-curtains-page .stitch-form-wrapper #stitch-form{border:1px solid #e4e6e6;background:#f9f9f9;max-width:550px;padding:25px;border-radius:3px;margin-bottom:15px}#sewing-curtains-page .stitch-form-wrapper #stitch-form .success{display:block;margin-top:-20px;color:#0e9900;font-size:16px}#sewing-curtains-page .stitch-form-wrapper #stitch-form+p{margin-bottom:25px}#sewing-curtains-page .stitch-form-wrapper #stitch-form h3{position:relative;font-size:26px;margin:0 0 40px;padding:20px 0 20px 65px}#sewing-curtains-page .stitch-form-wrapper #stitch-form h3 img{position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}#sewing-curtains-page .stitch-form-wrapper #stitch-form .fields{position:relative;padding-bottom:15px;margin-bottom:20px}#sewing-curtains-page .stitch-form-wrapper #stitch-form .fields:before{position:absolute;width:calc(100% + 20px);left:-10px;bottom:0;border-top:1px solid #e4e6e6}#sewing-curtains-page .stitch-form-wrapper #stitch-form button[type=submit]{font-size:16px;text-transform:uppercase;font-weight:700;color:#fff;background:#9b0e52;border:0;border-radius:25px;padding:14px 35px;margin:5px 0;display:flex;transition:all .2s ease-in-out;align-items:center;justify-content:center}#sewing-curtains-page .stitch-form-wrapper #stitch-form button[type=submit]:hover{background:#7d0c40}#sewing-curtains-page .stitch-form-wrapper #stitch-form button[type=submit] .fa{font-size:12px;margin-left:-2px;border:4px solid transparent;border-left-color:#fff}#sewing-curtains-page .stitch-form-wrapper #stitch-form button[type=submit] i:first-child{margin-left:20px}#sewing-curtains-page .stitch-form-wrapper #stitch-form .fields>div{margin-bottom:25px}#sewing-curtains-page .stitch-form-wrapper #stitch-form .fields>div label{font-size:15px;font-weight:600;color:#2c2c2c}#sewing-curtains-page .stitch-form-wrapper #stitch-form .fields>div label span{color:#999}@media (max-width:1199px){#sewing-curtains-page .product-item .image{height:140px}#sewing-curtains-page #checkout .phone-order{padding-top:38px;max-width:635px}#sewing-curtains-page .category .description,#sewing-curtains-page .category h1{width:100%!important}#sewing-curtains-page .image-cate{margin-top:0}#sewing-curtains-page .help-box .heading{padding-left:50px;padding-top:45px;background:transparent}#sewing-curtains-page .help-box .phone{padding:34px}#sewing-curtains-page .help-box .phone img{left:-34px}#sewing-curtains-page .help-box .mail{padding-left:22px}#sewing-curtains-page .help-box .mail img{left:-34px}}@media (max-width:992px){#sewing-curtains-page .help-box .heading h3{margin-top:12px}#sewing-curtains-page .help-box .heading{padding-top:20px;padding-bottom:0}#sewing-curtains-page .help-box .phone{padding:20px 15px 20px 115px}#sewing-curtains-page .help-box .phone img{top:25px;left:50px}#sewing-curtains-page .help-box .mail{padding:20px 15px 20px 50px}#sewing-curtains-page .help-box .mail img{top:25px;left:-15px}}@media (max-width:768px){#sewing-curtains-page .help-box .mail,#sewing-curtains-page .help-box .phone{width:100%;padding:20px 15px 20px 115px}#sewing-curtains-page .help-box .mail{padding-top:0}#sewing-curtains-page .help-box .mail img{top:4px;left:50px}}#branches-page{padding-top:1.25rem}#branches-page #zasilkovna-mista .intro-text{margin-top:40px}#branches-page #zasilkovna-mista .intro-text img{margin-top:-40px}#branches-page #zasilkovna-mista #pobocka-select-detail{float:left;width:100%;margin-top:25px;background:#f9f9f9;border:1px solid #e4e6e6;border-radius:5px}@media (max-width:767.98px){#branches-page h1{font-size:1.8em;line-height:1.3em}}#branches-page #zasilkovna-mista #pobocka-select-detail h2{margin:30px 35px 0}@media (max-width:767.98px){#branches-page #zasilkovna-mista #pobocka-select-detail h2{font-size:1.3em}}#branches-page #zasilkovna-mista #pobocka-select-detail .packetery-branch-list{float:left;width:100%;padding:25px 35px 0!important;outline:0!important;border:0!important}#branches-page #zasilkovna-mista #pobocka-select-detail .select{font-size:15px;max-width:350px;width:100%;height:39px;border-radius:4px;background:#fff url(../images/zasilkovna/select.png) no-repeat 100%;border:1px solid #d5d7d9;color:#666;font-weight:500;padding-right:40px;padding-left:15px;min-width:210px!important;-moz-appearance:none;-webkit-appearance:none;cursor:pointer;margin:5px 0 35px;overflow:hidden;line-height:25px}#branches-page #zasilkovna-mista #pobocka-select-detail .packetery-branch-list select::-ms-expand{display:none}#branches-page #zasilkovna-mista #pobocka-select-detail .packetery-branch-list select:not([name=pobocka]),#branches-page #zasilkovna-mista #pobocka-select-detail .packetery-branch-list select[name=pobocka]{margin-right:25px}#branches-page #zasilkovna-mista #pobocka-select-detail .packetery-branch-list>div>.packeta-selector-branch-name{padding:7px 0!important}#branches-page #zasilkovna-mista #pobocka-select-detail .packetery-branch-list>div>a{display:inline-block}#branches-page #zasilkovna-mista #pobocka-select-detail .packetery-branch-list>div>a img{border:0!important;border-radius:3px}#branches-page #zasilkovna-mista #pobocka-select-detail .packetery-branch-list .branch-info{padding:30px 0;border-top:1px solid #ccc}#branches-page #zasilkovna-mista #pobocka-select-detail .packetery-branch-list>div>*{padding-top:35px;padding-bottom:35px}#branches-page #zasilkovna-mista #benefits{float:left;width:calc(100% + 20px);margin:10px -10px 50px}#branches-page #zasilkovna-mista #benefits>div{padding:10px;float:left}#branches-page #zasilkovna-mista #benefits>div>div{background:#f9f9f9;border:1px solid #e4e6e6;border-radius:5px;text-align:center;padding:35px 15px}#branches-page #zasilkovna-mista #benefits>div>div img{margin-bottom:25px}#branches-page #zasilkovna-mista #benefits>div>div span{display:block;font-size:16px}#branches-page img.pull-right{float:right}@media (max-width:991.98px){#branches-page img.pull-right{display:none}}#added-to-cart,.warranty-wrapper{position:fixed;top:0;left:0;bottom:0;right:0;background:rgba(0,0,0,.6);display:none;z-index:999;align-items:center;justify-content:center}#added-to-cart.open,.warranty-wrapper.open{display:block}#added-to-cart .modal-wrap,.warranty-wrapper .modal-wrap{max-width:830px;max-height:calc(100% - 50px);width:calc(100% - 50px);border-radius:7px;background:#fff;padding:30px;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media (max-width:767.98px){#added-to-cart .modal-wrap,.warranty-wrapper .modal-wrap{padding:7px;max-height:calc(100% - 28px);width:calc(100% - 28px)}}#added-to-cart .modal-wrap .scroll-box,.warranty-wrapper .modal-wrap .scroll-box{overflow:auto;max-height:calc(100vh - 110px)}#added-to-cart .modal-wrap .btn,.warranty-wrapper .modal-wrap .btn{font-weight:500}#added-to-cart .modal-wrap .btn:hover,.warranty-wrapper .modal-wrap .btn:hover{color:#fff}@media (max-width:767.98px){#added-to-cart .modal-wrap .btn,.warranty-wrapper .modal-wrap .btn{margin-top:25px}}#added-to-cart .modal-wrap .close,.warranty-wrapper .modal-wrap .close{position:absolute;right:-25px;top:-25px;cursor:pointer;opacity:1;z-index:9}@media (max-width:767.98px){#added-to-cart .modal-wrap .close,.warranty-wrapper .modal-wrap .close{right:-10px}}#added-to-cart .modal-wrap .close img,.warranty-wrapper .modal-wrap .close img{opacity:1;transition:.3s}@media (max-width:767.98px){#added-to-cart .modal-wrap .cart-buttons-line,.warranty-wrapper .modal-wrap .cart-buttons-line{flex-direction:column}}#added-to-cart .modal-wrap .cart-buttons-line .btn-text,.warranty-wrapper .modal-wrap .cart-buttons-line .btn-text{padding-left:0}#added-to-cart .modal-wrap .cart-table,.warranty-wrapper .modal-wrap .cart-table{margin-bottom:30px;margin-top:0}#added-to-cart .modal-wrap .cart-table li,.warranty-wrapper .modal-wrap .cart-table li{padding:20px 0;align-items:flex-start}#added-to-cart .modal-wrap .cart-table .cart-heading,.warranty-wrapper .modal-wrap .cart-table .cart-heading{display:flex!important;flex-direction:row!important;padding:12px 0;background:#e5f49e}@media (max-width:767.98px){#added-to-cart .modal-wrap .cart-table .cart-heading .product-desc,.warranty-wrapper .modal-wrap .cart-table .cart-heading .product-desc{flex-direction:row}}#added-to-cart .modal-wrap .cart-table .cart-item .product-photo,.warranty-wrapper .modal-wrap .cart-table .cart-item .product-photo{min-width:155px;padding:0;margin-left:0}#added-to-cart .modal-wrap .cart-table .cart-item .product-photo a,.warranty-wrapper .modal-wrap .cart-table .cart-item .product-photo a{width:155px;height:116px;display:block;overflow:hidden;border-radius:10px}@media (max-width:767.98px){#added-to-cart .modal-wrap .cart-table .cart-item .product-photo a,.warranty-wrapper .modal-wrap .cart-table .cart-item .product-photo a{width:126px;height:95px;float:right}}#added-to-cart .modal-wrap .cart-table .cart-item .product-photo a img,.warranty-wrapper .modal-wrap .cart-table .cart-item .product-photo a img{position:relative;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media (max-width:767.98px){#added-to-cart .modal-wrap .cart-table .cart-item,.warranty-wrapper .modal-wrap .cart-table .cart-item{flex-direction:column}}#added-to-cart .modal-wrap .cart-table .cart-item .product-price,#added-to-cart .modal-wrap .cart-table .cart-item .product-quantity,.warranty-wrapper .modal-wrap .cart-table .cart-item .product-price,.warranty-wrapper .modal-wrap .cart-table .cart-item .product-quantity{width:100%;text-align:right;padding-right:30px}@media (max-width:767.98px){#added-to-cart .modal-wrap .cart-table .cart-item .product-price,#added-to-cart .modal-wrap .cart-table .cart-item .product-quantity,.warranty-wrapper .modal-wrap .cart-table .cart-item .product-price,.warranty-wrapper .modal-wrap .cart-table .cart-item .product-quantity{width:130px;margin-top:0;position:relative;bottom:-5px}}#added-to-cart .modal-wrap .cart-table .cart-item .product-quantity .quantity,.warranty-wrapper .modal-wrap .cart-table .cart-item .product-quantity .quantity{width:100%}@media (max-width:767.98px){#added-to-cart .modal-wrap .cart-table .cart-item .product-quantity .quantity,.warranty-wrapper .modal-wrap .cart-table .cart-item .product-quantity .quantity{width:150px;margin-top:0;padding-top:18px}}@media (max-width:575.98px){#added-to-cart .modal-wrap .cart-table .cart-item .product-quantity,.warranty-wrapper .modal-wrap .cart-table .cart-item .product-quantity{padding-right:0;margin-right:0;bottom:-1px}}#added-to-cart .modal-wrap .cart-table .product-desc,.warranty-wrapper .modal-wrap .cart-table .product-desc{width:calc(100% - 155px);padding-left:25px}@media (max-width:767.98px){#added-to-cart .modal-wrap .cart-table .product-desc,.warranty-wrapper .modal-wrap .cart-table .product-desc{width:100%;flex-direction:row-reverse}}#added-to-cart .modal-wrap .cart-table .product-price,.warranty-wrapper .modal-wrap .cart-table .product-price{width:140px;font-weight:600;font-size:1.9em;margin-top:15px}@media (max-width:1389.98px){#added-to-cart .modal-wrap .cart-table .product-price,.warranty-wrapper .modal-wrap .cart-table .product-price{padding-right:30px}}@media (max-width:991.98px){#added-to-cart .modal-wrap .cart-table .product-price,.warranty-wrapper .modal-wrap .cart-table .product-price{right:0}}@media (max-width:767.98px){#added-to-cart .modal-wrap .cart-table .product-price,.warranty-wrapper .modal-wrap .cart-table .product-price{width:100px;margin-top:0;font-weight:600;font-size:1.7em}}@media (max-width:575.98px){#added-to-cart .modal-wrap .cart-table .product-price,.warranty-wrapper .modal-wrap .cart-table .product-price{width:80px;font-size:1.5em}}#added-to-cart .modal-wrap .cart-table .product-info h3,.warranty-wrapper .modal-wrap .cart-table .product-info h3{margin-top:-3px}@media (max-width:575.98px){#added-to-cart .modal-wrap .cart-table .product-info h3,.warranty-wrapper .modal-wrap .cart-table .product-info h3{margin-bottom:15px}}#added-to-cart .modal-wrap .cart-table .product-info h3 a,.warranty-wrapper .modal-wrap .cart-table .product-info h3 a{padding-right:10px;font-size:1em;font-weight:600}@media (max-width:767.98px){#added-to-cart .modal-wrap .cart-table .product-info h3 a,.warranty-wrapper .modal-wrap .cart-table .product-info h3 a{padding-right:20px}}#added-to-cart .modal-wrap .cart-table .product-info p,.warranty-wrapper .modal-wrap .cart-table .product-info p{margin-bottom:0}#added-to-cart .modal-wrap .cart-table .right-box,.warranty-wrapper .modal-wrap .cart-table .right-box{width:140px;padding-top:5px}@media (max-width:767.98px){#added-to-cart .modal-wrap .cart-table .right-box,.warranty-wrapper .modal-wrap .cart-table .right-box{padding:0;display:flex;width:100%;float:right;justify-content:flex-end}}#added-to-cart .modal-wrap .cart-table .right-box .flex-wrap,.warranty-wrapper .modal-wrap .cart-table .right-box .flex-wrap{display:flex;align-items:center;justify-content:space-between}#added-to-cart .modal-wrap .cart-table .right-box .product-info,.warranty-wrapper .modal-wrap .cart-table .right-box .product-info{margin-top:15px}@media (max-width:991.98px){#added-to-cart .modal-wrap .cart-table .right-box .product-info,.warranty-wrapper .modal-wrap .cart-table .right-box .product-info{margin-top:0}}#added-to-cart .modal-wrap .cart-table .right-box .product-info h3,.warranty-wrapper .modal-wrap .cart-table .right-box .product-info h3{font-size:1em;font-weight:500;margin-bottom:0}#added-to-cart .modal-wrap .cart-table .right-box .product-info p,.warranty-wrapper .modal-wrap .cart-table .right-box .product-info p{font-size:.9em}#added-to-cart .progress-bar,.warranty-wrapper .progress-bar{width:280px;margin:7px 0 6px}@media (max-width:991.98px){#added-to-cart .progress-bar,.warranty-wrapper .progress-bar{margin:5px auto;display:block!important}}#added-to-cart .recommended-products,.warranty-wrapper .recommended-products{border:2px solid #f3f2f4;border-radius:5px;text-align:center;margin-top:40px}#added-to-cart .recommended-products .heading,.warranty-wrapper .recommended-products .heading{background:#f7f6f7;padding:15px}#added-to-cart .recommended-products .heading h3,.warranty-wrapper .recommended-products .heading h3{font-size:1.25em;font-weight:600;margin-bottom:2px}#added-to-cart .recommended-products .products-line,.warranty-wrapper .recommended-products .products-line{display:flex}@media (max-width:991.98px){#added-to-cart .recommended-products .products-line,.warranty-wrapper .recommended-products .products-line{flex-direction:column}}#added-to-cart .recommended-products .products-line .product,.warranty-wrapper .recommended-products .products-line .product{width:33.333%;padding:8px 8px 20px;border-right:2px solid #f3f2f4}@media (max-width:991.98px){#added-to-cart .recommended-products .products-line .product,.warranty-wrapper .recommended-products .products-line .product{width:100%;max-width:180px;margin:0 auto;border:none}}@media (max-width:767.98px){#added-to-cart .recommended-products .products-line .product,.warranty-wrapper .recommended-products .products-line .product{max-width:180px}}#added-to-cart .recommended-products .products-line .product:last-child,.warranty-wrapper .recommended-products .products-line .product:last-child{border:none}#added-to-cart .recommended-products .products-line .product .product-photo,.warranty-wrapper .recommended-products .products-line .product .product-photo{width:100%;height:170px;overflow:hidden;position:relative;border-radius:5px;margin:0 auto}@media (max-width:991.98px){#added-to-cart .recommended-products .products-line .product .product-photo,.warranty-wrapper .recommended-products .products-line .product .product-photo{height:130px}}@media (max-width:767.98px){#added-to-cart .recommended-products .products-line .product .product-photo,.warranty-wrapper .recommended-products .products-line .product .product-photo{height:120px}}#added-to-cart .recommended-products .products-line .product .product-photo img,.warranty-wrapper .recommended-products .products-line .product .product-photo img{width:auto;height:auto;min-height:100%;max-height:105%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);left:50%;top:50%;position:absolute}#added-to-cart .recommended-products .products-line .product h4,.warranty-wrapper .recommended-products .products-line .product h4{font-size:1em;font-weight:500;margin-top:15px}#added-to-cart .recommended-products .products-line .product h4 a,.warranty-wrapper .recommended-products .products-line .product h4 a{color:#000}#added-to-cart .recommended-products .products-line .product .price,.warranty-wrapper .recommended-products .products-line .product .price{font-size:1.05em;margin-top:10px;font-weight:700;color:#960d4e}.warranty-wrapper .modal-wrap{max-width:46.25rem}@media (max-width:767.98px){.warranty-wrapper .modal-wrap{padding:1.25rem}}.modal-warranty .warranty-buttons-line{text-align:center}.modal-warranty .warranty-info{display:flex;margin:1.75rem 0;text-align:center}.modal-warranty .btn{background:#960d4e;width:245px;height:50px;display:inline-flex;align-items:center;justify-content:center;font-size:1.1em;letter-spacing:1px;text-transform:uppercase;border-radius:50px;color:#fff;font-weight:500;transition:.3s;margin-top:0!important}@media (max-width:767.98px){.modal-warranty .btn{width:auto;padding:.375rem 1.5rem}}.modal-warranty .btn img{margin-left:20px}.modal-warranty .btn:hover{background:#7d0c40}.cart-table{border:2px solid #f3f2f4;border-radius:5px;padding:0;list-style:none;margin-top:15px;margin-bottom:50px}.cart-table li{display:flex;justify-content:space-between;list-style:none;border-bottom:2px solid #f3f2f4;padding:20px 0;align-items:center;width:100%}@media (max-width:991.98px){.cart-table li{text-align:center;display:block;overflow:auto;position:relative}}.cart-table li:last-child{border:none}.cart-table li:before{display:none}.cart-table li.cart-heading{background:#f7f6f7;padding:13px 0}@media (max-width:1199.98px){.cart-table li.cart-heading{font-size:.9em}}@media (max-width:991.98px){.cart-table li.cart-heading{display:none}}.cart-table li.cart-heading .product-item-price{font-size:1em}.cart-table li.cart-heading h2{font-size:1.2em;letter-spacing:-1px;margin-bottom:0}.cart-table li.cart-heading .product-desc{padding-left:20px;width:calc(70% - 15px)}@media (max-width:1389.98px){.cart-table li.cart-heading .product-desc{width:57%}}.cart-table li.cart-heading .product-price{color:#000;font-size:1em;padding-right:15px}@media (max-width:1389.98px){.cart-table li.cart-heading .product-price{padding-right:0}}.cart-table li.cart-footer{background:#f7f6f7;align-items:flex-start}.cart-table li.cart-footer .product-info.to-free-delivery .progress-bar{margin-top:5px}.cart-table li.cart-footer .product-info.to-free-delivery h3{font-size:1.3em;letter-spacing:-.05rem;margin-top:15px}.cart-table li.cart-footer .product-desc .product-photo img{min-width:5px;width:35px;height:29px}@media (max-width:1199.98px){.cart-table li.cart-footer .product-desc{padding-left:30px}.cart-table li.cart-footer .product-desc .product-photo{display:none}}@media (max-width:767.98px){.cart-table li.cart-footer .product-desc{display:block;text-align:center}.cart-table li.cart-footer .product-desc .product-info h3{font-size:1.1em;font-weight:600;margin-top:0}.cart-table li.cart-footer .product-desc .progress-bar{display:inline-block;width:250px;margin:3px auto}}.cart-table li.cart-footer .product-summary{width:41%}@media (max-width:1389.98px){.cart-table li.cart-footer .product-summary{width:48%}}@media (max-width:1199.98px){.cart-table li.cart-footer .product-summary{width:100%;padding:5px 0 10px 30px;text-align:left;clear:both}}@media (max-width:767.98px){.cart-table li.cart-footer .product-summary{margin-top:20px;padding:0}}.cart-table li.cart-footer .product-summary .summary-price-line{display:flex;justify-content:space-between;align-items:flex-end}@media (max-width:767.98px){.cart-table li.cart-footer .product-summary .summary-price-line{flex-direction:column;align-items:center;margin-bottom:15px;text-align:center}}.cart-table li.cart-footer .product-summary .summary-price-line h3{font-size:1.3em;min-width:220px}.cart-table li.cart-footer .product-summary .summary-price-line .price{color:#960d4e;font-size:2.1em;padding-right:76px;font-weight:600}@media (max-width:1389.98px){.cart-table li.cart-footer .product-summary .summary-price-line .price{padding-right:32px}}@media (max-width:767.98px){.cart-table li.cart-footer .product-summary .summary-price-line .price{display:block;padding:0}}.cart-table li.cart-footer .coupon-box{position:relative}@media (max-width:1199.98px){.cart-table li.cart-footer .coupon-box{padding-bottom:20px}}@media (max-width:767.98px){.cart-table li.cart-footer .coupon-box{display:flex;justify-content:center;max-width:165px;margin:0 auto}}.cart-table li.cart-footer .coupon-box .coupon-check,.cart-table li.cart-footer .coupon-box label{cursor:pointer}.cart-table li.cart-footer .coupon-box .checkbox{position:absolute;margin-right:0;cursor:pointer;top:6px;left:0}.cart-table li.cart-footer .coupon-box .checkbox:before{top:-1px}.cart-table li.cart-footer .coupon-box .checkbox:after{top:2px}.cart-table li.cart-footer .coupon-box label{position:absolute;padding-left:24px}.cart-table li.cart-footer .coupon-box #coupon-inputs{display:none;padding-right:30px;padding-top:30px}.cart-table li.cart-footer .coupon-box #coupon-inputs input{padding:5px 15px;background:#fff;border:1px solid #ccc;border-radius:5px 0 0 5px;width:calc(100% - 133px)}@media (max-width:767.98px){.cart-table li.cart-footer .coupon-box #coupon-inputs input{width:calc(100% - 102px)}}.cart-table li.cart-footer .coupon-box #coupon-inputs button{background:#54515b;border:none;padding:5px;width:135px;color:#fff;border-radius:0 5px 5px 0}@media (max-width:767.98px){.cart-table li.cart-footer .coupon-box #coupon-inputs button{width:100px}}@media (max-width:767.98px){.cart-table li.cart-footer .coupon-box #coupon-inputs{flex-direction:column;padding-right:0}.cart-table li.cart-footer .coupon-box #coupon-inputs button,.cart-table li.cart-footer .coupon-box #coupon-inputs input{width:100%;border-radius:0}}.cart-table li .input-length{width:60px;text-align:center;border:1px solid #d5d7d9;margin:0 6px;padding:2px 0}.cart-table li .product-item-price{font-size:1.2em;font-weight:500}@media (max-width:991.98px){.cart-table li .product-item-price{display:none}}.cart-table li .product-item-price p{margin-bottom:0}.cart-table li .product-desc{width:70%;padding-left:10px;display:flex}@media (max-width:1389.98px){.cart-table li .product-desc{width:57%}}@media (max-width:991.98px){.cart-table li .product-desc{width:calc(100% - 150px);text-align:left;margin-bottom:0;float:left}}@media (max-width:767.98px){.cart-table li .product-desc{width:100%;display:flex;flex-direction:row-reverse;padding:0 20px}}@media (max-width:435.98px){.cart-table li .product-desc{padding-left:20px}}.cart-table li .product-desc .product-photo{width:155px;height:155px;padding:0;border-radius:5px;overflow:hidden;margin:0 20px 0 10px;flex:0 0 155px}@media (max-width:991.98px){.cart-table li .product-desc .product-photo{width:95px;height:95px;padding:0;flex-basis:95px}}@media (max-width:767.98px){.cart-table li .product-desc .product-photo{margin-right:0}}.cart-table li .product-desc .product-photo img{width:auto;height:auto;min-width:100%;max-width:110%;position:relative;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.cart-table li .product-desc .product-info{display:flex;flex-direction:column}@media (max-width:767.98px){.cart-table li .product-desc .product-info{justify-content:center}.cart-table li .product-desc .product-info.to-free-delivery{width:100%}}@media (max-width:767.98px){.cart-table li .product-desc .product-info .code{display:none}}.cart-table li .product-desc .product-info h3{font-size:1.1em;margin-bottom:4px;font-weight:600}@media (max-width:991.98px){.cart-table li .product-desc .product-info h3{font-size:1em}}@media (max-width:767.98px){.cart-table li .product-desc .product-info h3{margin-bottom:5px}}.cart-table li .product-desc .product-info h3 a{color:#000;line-height:1.4em;padding-right:22px;display:block}@media (max-width:991.98px){.cart-table li .product-desc .product-info h3 a{padding-right:15px}}@media (max-width:767.98px){.cart-table li .product-desc .product-info h3 a{line-height:1.2em}}.cart-table li .product-desc .product-info.prgrs h3{margin-bottom:5px}.cart-table li .product-desc .product-info p{margin-bottom:2px}@media (max-width:767.98px){.cart-table li .product-desc .product-info p{margin-bottom:0;line-height:23px}}.cart-table li .product-desc .product-stock-wrapper{display:flex;align-items:center;flex-wrap:wrap;margin:1.5625rem -.125rem -.125rem}@media (max-width:767.98px){.cart-table li .product-desc .product-stock-wrapper{flex-direction:column;align-items:flex-start;margin:2.8rem 1.25rem 0 0}}.cart-table li .product-desc .product-stock{background:#f2f2f2;padding:.3rem .75rem;border-radius:.75rem;margin:.125rem;text-align:center;font-weight:600}@media (max-width:767.98px){.cart-table li .product-desc .product-stock{margin:0;font-size:.9rem}}@media (max-width:767.98px){.cart-table li .product-desc .product-stock:not(:last-child){margin:0 0 .9375rem}}.cart-table li .product-desc .product-stock.-green,.cart-table li .product-desc .product-stock.-orange,.cart-table li .product-desc .product-stock.-purple{color:#fff}.cart-table li .product-desc .product-stock.-green{background:#c0d131}.cart-table li .product-desc .product-stock.-orange{background:#f87909}.cart-table li .product-desc .product-stock.-purple{background:#f2355d}.cart-table li .product-item-price{width:13%}.cart-table li .product-quantity{width:10.6%;min-width:98px}@media (max-width:991.98px){.cart-table li .product-quantity{float:right;margin-right:20px;margin-left:0}}@media (max-width:767.98px){.cart-table li .product-quantity{position:absolute;right:0;bottom:75px}}@media (max-width:435.98px){.cart-table li .product-quantity{margin-left:20px}}.cart-table li .product-quantity .quantity{padding:0;width:105px;padding-right:0!important}.cart-table li .product-price{width:calc(17% - 50px);color:#960d4e;text-align:right;padding-right:30px;font-weight:600;min-width:107px;font-size:1.75em}@media (max-width:1389.98px){.cart-table li .product-price{padding-right:5px;float:left}}@media (max-width:991.98px){.cart-table li .product-price{font-size:1.5em;padding-top:7px;text-align:center;position:absolute;right:35px;bottom:17px}}@media (max-width:767.98px){.cart-table li .product-price{bottom:1.25rem;line-height:1}}.cart-table li .product-delete{width:50px}@media (max-width:991.98px){.cart-table li .product-delete{margin-top:8px;float:right;margin-right:13px;position:absolute;right:-5px;bottom:27px}}@media (max-width:767.98px){.cart-table li .product-delete{bottom:1.4375rem}}.cart-table li .product-delete img{position:relative;width:16px;margin-left:1px;top:0}@media (max-width:991.98px){.cart-table li .product-delete img{top:2px}}.cart-table li .product-delete img:hover{opacity:.7}.pointer{cursor:pointer}@media (max-width:767.98px){#cart-page .cart-table li{min-height:16.875rem}}#cart-page input[type=checkbox].checkbox,#checkout input[type=checkbox].checkbox{position:relative;width:14px;margin-right:25px;height:14px;cursor:pointer}#cart-page input[type=checkbox].checkbox:before,#checkout input[type=checkbox].checkbox:before{width:15px;height:15px;position:absolute;display:block;left:0;bottom:-2px;background:transparent;border:1px solid #960d4e;content:"";background:#fff}#cart-page input[type=checkbox].checkbox:checked:before,#checkout input[type=checkbox].checkbox:checked:before{background:#960d4e}#cart-page input[type=checkbox].checkbox:checked:after,#checkout input[type=checkbox].checkbox:checked:after{width:10px;height:6px;position:absolute;z-index:2;display:block;bottom:4px;left:3px;border-left:2px solid #fff;border-bottom:2px solid #fff;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);content:""}.progress-bar{width:316px;height:8px;background:url(../images/icons/progress-bg.png) no-repeat 50%;border-radius:5px;overflow:hidden;position:relative;margin:0 0 10px}@media (max-width:767.98px){.progress-bar{display:none}}.progress-bar .active-part{position:absolute;border-radius:5px;height:8px;top:0;content:"";background:url(../images/icons/progress-active.png) no-repeat 50%;left:0}.product-info.prgrs h3{font-size:1.3em;font-weight:400;margin-bottom:0}.product-info.prgrs p{font-size:.9em;font-weight:700;margin-bottom:0}.product-info.prgrs .progress-bar{margin:5px 0;width:260px}.cart-buttons-line{display:flex;justify-content:space-between;align-items:center}@media (max-width:767.98px){.cart-buttons-line{flex-direction:column-reverse;align-items:center;justify-content:center;text-align:center}}.cart-buttons-line.centered{justify-content:center;padding:10px 0 0}.cart-buttons-line .btn-text{color:#960d4e;font-weight:600;padding-left:25px}@media (max-width:767.98px){.cart-buttons-line .btn-text{padding-left:0}}.cart-buttons-line .btn-text img{margin-right:8px;position:relative;top:-2px}.cart-buttons-line .btn{background:#960d4e;width:245px;height:50px;display:flex;align-items:center;justify-content:center;font-size:1.1em;letter-spacing:1px;text-transform:uppercase;border-radius:50px;float:right;color:#fff;font-weight:500;transition:.3s}@media (max-width:767.98px){.cart-buttons-line .btn{float:none;margin:0 auto 25px}}.cart-buttons-line .btn img{margin-left:20px}.cart-buttons-line .btn:hover{background:#7d0c40}@media (max-width:991.98px){#added-to-cart .cart-table .cart-item{display:flex}#added-to-cart .cart-table .product-desc{margin-bottom:0}#added-to-cart .cart-table .product-quantity{float:none;margin-left:0}}@media (max-width:767.98px){#added-to-cart .cart-table .cart-item{padding-top:13px!important}}#detail-page .quantity,.quantity{display:block;padding-right:10px}@media (min-width:436px){#detail-page .quantity,.quantity{padding-right:30px}}@media (min-width:576px) and (max-width:991.98px){#detail-page .quantity,.quantity{padding-right:15px}}#detail-page .quantity .input-group,.quantity .input-group{position:relative}#detail-page .quantity .input-group input,.quantity .input-group input{width:65px;height:50px;border:2px solid #f3f2f4!important;text-align:right;padding-left:5px;padding-right:35px;font-size:1.125rem;box-shadow:none!important;-moz-appearance:textfield}#detail-page .quantity .input-group input::-webkit-inner-spin-button,#detail-page .quantity .input-group input::-webkit-outer-spin-button,.quantity .input-group input::-webkit-inner-spin-button,.quantity .input-group input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}#detail-page .quantity .input-group .unit,.quantity .input-group .unit{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:10;right:10px}@media (min-width:436px){#detail-page .quantity .input-group .unit,.quantity .input-group .unit{right:29px;width:25px}}#detail-page .quantity .input-group .minus,#detail-page .quantity .input-group .plus,.quantity .input-group .minus,.quantity .input-group .plus{display:none;width:26px;border:2px solid #f3f2f4;background:#fff;text-align:center;line-height:46px;padding:0;cursor:pointer;font-size:1.25rem;font-weight:600}@media (min-width:436px){#detail-page .quantity .input-group .minus,#detail-page .quantity .input-group .plus,.quantity .input-group .minus,.quantity .input-group .plus{display:block}}#detail-page .quantity .input-group .minus:hover,#detail-page .quantity .input-group .plus:hover,.quantity .input-group .minus:hover,.quantity .input-group .plus:hover{background:#f9f9f9}#detail-page .quantity .input-group .minus,.quantity .input-group .minus{border-radius:30px 0 0 30px;padding-left:4px}#detail-page .quantity .input-group .plus,.quantity .input-group .plus{border-radius:0 30px 30px 0;padding-right:1px;margin-left:-2px}#added-to-cart .quantity input{width:45px;padding-right:18px}#detail-page{padding-top:1.25rem}#detail-page .description{font-size:1.125rem;margin-bottom:1.5rem}#detail-page .description .anchor-link{float:right;font-weight:600;margin-right:1.25rem}#detail-page .description .anchor-link:after{content:"";display:inline-block;color:inherit;margin-left:.5rem;vertical-align:.15em;border-top:.25rem solid;border-right:.25rem solid transparent;border-bottom:0;border-left:.25rem solid transparent;transition:-webkit-transform .5s;transition:transform .5s;transition:transform .5s,-webkit-transform .5s}#detail-page .description ul{margin:0 0 1rem;padding-left:0}@media (max-width:991.98px){#detail-page .description .list-checked li{font-size:16px}}#detail-page .featured-products{margin:0 -7px}#detail-page .featured-products>div{padding:0 7px}#detail-page .featured-products .product-card{position:relative;width:100%;height:100%;background:#fff;border:1px solid #e1e0e3;transition:.25s;overflow:hidden}#detail-page .featured-products .product-card>*{position:relative;z-index:10}#detail-page .featured-products .product-card .labels{position:absolute;top:1.25rem;left:8px;z-index:15}#detail-page .featured-products .product-card .labels .counter{display:none;background:#960d4e;width:22px;height:22px;color:#fff;margin-top:-11px;border-radius:50%;text-align:center;line-height:22px;font-size:13px;padding-left:2px;margin-bottom:5px}#detail-page .featured-products .product-card .labels .label{position:relative;display:table;border-radius:20px;margin-bottom:5px;color:#fff;font-size:.75rem;text-transform:uppercase;font-weight:600;padding:0 .65rem;line-height:1.375rem;width:auto}#detail-page .featured-products .product-card .labels .label.label-green{background-color:#9abb00}#detail-page .featured-products .product-card .labels .label.label-yellow{background:#d6b36b}#detail-page .featured-products .product-card .labels .label.label-czech-quality,#detail-page .featured-products .product-card .labels .label.label-secondary{background:#a48565}#detail-page .featured-products .product-card .labels .label.label-czech-quality{padding-left:1.85rem}#detail-page .featured-products .product-card .labels .label.label-czech-quality .icon{position:absolute;top:0;left:0;width:22px;height:22px}#detail-page .featured-products .product-card .image{display:block;position:relative;width:100%;height:auto;padding-bottom:75%}#detail-page .featured-products .product-card .image:after{position:absolute;bottom:-1px;content:"";left:0;background:#f3f3f3;width:100%;height:1px;z-index:2}#detail-page .featured-products .product-card .image img{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);border-radius:5px;overflow:hidden;height:auto;width:20.625rem;max-height:calc(100% + 1px);transition:all .2s ease-in-out}@media (max-width:1389.98px){#detail-page .featured-products .product-card .image img{width:16.75rem}}@media (max-width:1199.98px){#detail-page .featured-products .product-card .image img{width:18.625rem}}@media (max-width:991.98px){#detail-page .featured-products .product-card .image img{width:13.5rem}}@media (max-width:767.98px){#detail-page .featured-products .product-card .image img{width:15.0625rem}}@media (max-width:575.98px){#detail-page .featured-products .product-card .image img{width:auto}}#detail-page .featured-products .product-card .image img.primary{opacity:1}#detail-page .featured-products .product-card .image img.secondary{opacity:0}#detail-page .featured-products .product-card .image:hover img:after{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);max-height:calc(100% + 1px);max-width:inherit;content:"";background-image:attr(data-hover)}#detail-page .featured-products .product-card .image .czech-icon{position:absolute;bottom:-15px;right:1rem;border-radius:50%;width:30px;height:30px;border:2px solid #f3f2f4;z-index:10;-webkit-transform:none;transform:none;top:inherit;left:inherit}#detail-page .featured-products .product-card a.link-overlay{position:absolute;width:100%;height:100%;top:0;left:0;z-index:11;text-decoration:none}#detail-page .featured-products .product-card a.link-overlay:hover~.image img.primary{opacity:0}#detail-page .featured-products .product-card a.link-overlay:hover~.image img.secondary{opacity:1}@media (max-width:767.98px){#detail-page .featured-products .product-card a.link-overlay:hover~.image img.primary{opacity:1}#detail-page .featured-products .product-card a.link-overlay:hover~.image img.secondary{opacity:0}}#detail-page .featured-products .product-card .content{padding:0 1.125rem 1.125rem}#detail-page .featured-products .product-card .content .name{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;max-height:3rem;width:100%;text-decoration:none;font-size:1.125rem;font-weight:400;line-height:1.5rem;color:#000;margin:2rem 0 .75rem;text-align:center;display:block;min-height:70px;max-height:unset;height:auto}#detail-page .featured-products .product-card .content .name:hover{color:#960d4e}@media (max-width:767.98px){#detail-page .featured-products .product-card .content .name{font-size:1.05em}}#detail-page .featured-products .product-card .content .stock{font-size:1rem;white-space:nowrap;text-align:center;font-weight:600}#detail-page .featured-products .product-card .content .stock.in{color:#9abb00}#detail-page .featured-products .product-card .content .stock.out{color:#e93f4d}#detail-page .featured-products .product-card .content .price{font-size:1rem;white-space:nowrap;text-align:center;margin-top:3px}#detail-page .featured-products .product-card .content .price s{display:inline-block;line-height:1rem;font-size:.95rem;font-weight:600;margin-right:10px}#detail-page .featured-products .product-card .content .price b{display:inline-block;font-size:1.35rem;line-height:1.75rem}#detail-page .featured-products .product-card .content .price b small{position:relative;font-size:.95rem;font-weight:600;color:#960d4e;top:-2px;margin-left:10px}#detail-page .featured-products .product-card .content .btn{margin:1.125rem 0 .75rem;letter-spacing:.32px;font-weight:600;padding-left:1.75rem;padding-right:1.75rem;text-decoration:none}#detail-page .featured-products .product-card:hover{box-shadow:0 0 15px rgba(0,0,0,.15);border-color:#fff;z-index:9}#detail-page .featured-products .product-card:hover .content .btn{border-color:#960d4e;background-color:#960d4e;color:#fff}#detail-page h1{font-size:1.75rem;line-height:1;margin-bottom:13px}@media (min-width:992px){#detail-page h1{font-size:2.25rem;margin-bottom:13px}}@media (max-width:991.98px){#detail-page h1{margin-top:15px}}#detail-page .sticky-wrap{position:-webkit-sticky;position:sticky;top:12px}#detail-page .sticky-wrap .heading.row{flex-direction:column;margin-bottom:7px}@media (max-width:991.98px){#detail-page .sticky-wrap .heading.row{position:relative}}@media (min-width:436px){#detail-page .sticky-wrap .heading.row{flex-direction:row;align-items:center}}#detail-page .sticky-wrap .heading.row .code{display:flex;margin:.25rem .5rem .25rem 0}#detail-page .sticky-wrap .heading.row .labels{display:flex;margin:0 -.5rem}@media (min-width:436px){#detail-page .sticky-wrap .heading.row .labels{margin:0}}#detail-page .sticky-wrap .heading.row .labels .counter{display:none;background:#960d4e;width:22px;height:22px;color:#fff;margin-top:-11px;border-radius:50%;text-align:center;line-height:22px;font-size:13px;padding-left:2px;margin-bottom:5px}#detail-page .sticky-wrap .heading.row .labels .label{position:relative;display:table;border-radius:20px;margin-bottom:5px;color:#fff;font-size:.75rem;text-transform:uppercase;font-weight:600;padding:0 .65rem;line-height:1.375rem;width:auto}#detail-page .sticky-wrap .heading.row .labels .label.label-green{background-color:#9abb00}#detail-page .sticky-wrap .heading.row .labels .label.label-yellow{background:#d6b36b}#detail-page .sticky-wrap .heading.row .labels .label.label-czech-quality,#detail-page .sticky-wrap .heading.row .labels .label.label-secondary{background:#a48565}#detail-page .sticky-wrap .heading.row .labels .label.label-czech-quality{padding-left:1.85rem}#detail-page .sticky-wrap .heading.row .labels .label.label-czech-quality .icon{position:absolute;top:0;left:0;width:22px;height:22px}#detail-page .sticky-wrap .heading.row .labels .label{margin:.25rem .5rem}#detail-page .images{margin-bottom:-.5rem}#detail-page .images a.main{display:block}#detail-page .images a.main img{width:35.3125rem}@media (max-width:1389.98px){#detail-page .images a.main img{width:23.4375rem}}@media (max-width:1199.98px){#detail-page .images a.main img{width:29.0625rem}}@media (max-width:991.98px){#detail-page .images a.main img{width:20rem}}@media (max-width:767.98px){#detail-page .images a.main img{width:auto}}#detail-page .images img{max-width:100%}#detail-page .images .additional{margin:1rem -.5rem 0}#detail-page .images .additional>div{padding:.5rem}#detail-page .images .additional>div img{border-radius:5px}@media (max-width:768px){#detail-page .images .additional{margin:5px auto!important;max-width:300px;position:relative}#detail-page .images .additional>div{padding:3px}#detail-page .images .additional>div:nth-child(n+4){display:none}#detail-page .images .additional>div a{width:100%;height:100%;display:block;position:relative;border-radius:5px;overflow:hidden}#detail-page .images .additional>div:nth-child(3) a:after{width:100%;height:100%;top:0;left:0;position:absolute;background:rgba(0,0,0,.4);display:flex;align-items:center;justify-content:center;content:"❯";font-size:25px;color:#fff;font-family:Source Sans Pro,sans-serif}}#detail-page .right-box .info-box{border:2px solid #f3f2f4;border-radius:5px;background:transparent;font-weight:300;padding:0;font-size:1em;text-align:left;margin-top:30px}#detail-page .right-box .info-box b{font-weight:700}#detail-page .right-box .info-box .price-stock-block{position:relative;height:145px}@media (max-width:435.98px){#detail-page .right-box .info-box .price-stock-block{height:auto;text-align:center}}#detail-page .right-box .info-box .price-stock-block:before{content:"";position:absolute;left:calc(50% - 1px);top:0;width:2px;height:100%;background:#f3f2f4}@media (max-width:435.98px){#detail-page .right-box .info-box .price-stock-block:before{content:none}}#detail-page .right-box .info-box .price-stock-block>div{padding:0 30px}@media (max-width:435.98px){#detail-page .right-box .info-box .price-stock-block>div{padding:15px}}@media (min-width:576px) and (max-width:991.98px){#detail-page .right-box .info-box .price-stock-block>div{width:100%;padding:0 15px}}@media (max-width:435.98px){#detail-page .right-box .info-box .price-stock-block>div.price{border-bottom:2px solid #f3f2f4}}#detail-page .right-box .info-box .price-stock-block>div.price>*{display:block;font-size:1.125rem;line-height:1.25;white-space:nowrap}@media (max-width:991.98px){#detail-page .right-box .info-box .price-stock-block>div.price>*{font-size:1rem}}#detail-page .right-box .info-box .price-stock-block>div.price b{font-size:2rem;font-weight:600;letter-spacing:-1.6px;color:#960d4e}@media (max-width:991.98px){#detail-page .right-box .info-box .price-stock-block>div.price b{font-size:1.75rem}}#detail-page .right-box .info-box .price-stock-block>div.price b small{font-size:1.125rem;letter-spacing:-.68px;font-weight:600}#detail-page .right-box .info-box .price-stock-block>div.stock{line-height:1.25}#detail-page .right-box .info-box .price-stock-block>div.stock.in b{color:#9abb00}#detail-page .right-box .info-box .price-stock-block>div.stock.out b{color:#e93f4d}#detail-page .right-box .info-box .price-stock-block>div.stock b{display:block;font-size:1.125rem;margin-bottom:7px;font-weight:400}#detail-page .right-box .info-box .add-to-cart-block{height:110px;background:#f7f6f7;border-top:2px solid #f3f2f4;border-bottom:2px solid #f3f2f4;padding:0 30px}@media (max-width:435.98px){#detail-page .right-box .info-box .add-to-cart-block{padding:15px}}@media (min-width:576px) and (max-width:991.98px){#detail-page .right-box .info-box .add-to-cart-block{padding:0 15px}}#detail-page .right-box .info-box .add-to-cart-block .add-to-cart .btn{height:50px;white-space:nowrap;line-height:1;padding:0 .5rem;width:100%;font-weight:600;font-size:1rem;letter-spacing:.36px}@media (min-width:436px){#detail-page .right-box .info-box .add-to-cart-block .add-to-cart .btn{font-size:1.125rem}}#detail-page .right-box .info-box .phone-order-block{height:95px;padding:0 30px;background:url(../images/phone-order-avatar.png) no-repeat calc(100% - 15px) bottom}#detail-page .right-box .info-box .phone-order-block.separated{border-top:2px solid #f3f2f4}@media (max-width:435.98px){#detail-page .right-box .info-box .phone-order-block{padding:0 75px 0 15px}}@media (min-width:576px) and (max-width:991.98px){#detail-page .right-box .info-box .phone-order-block{padding:0 15px}}#detail-page .right-box .info-box .phone-order-block b{font-size:1.125rem}#detail-page .similiar-products{margin-top:3rem;border:2px solid #f3f2f4;border-radius:5px;padding:1.5rem 1.125rem;max-width:999px;margin-bottom:35px}#detail-page .similiar-products .slider{position:relative;width:calc(100% - 7.5rem);margin:0 3.75rem}@media (max-width:767.98px){#detail-page .similiar-products .slider{width:calc(100% - 70px);margin:0 auto}}#detail-page .similiar-products .slider .track{overflow:hidden}#detail-page .similiar-products .slider .track .slides{display:flex;justify-content:center;position:relative;z-index:11;padding:0;width:100%;list-style:none;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-backface-visibility:hidden;backface-visibility:hidden;white-space:nowrap;flex-wrap:nowrap;overflow:hidden;margin-bottom:0}#detail-page .similiar-products .slider .track .slides .slide{width:10.4375rem;height:100%;flex-shrink:0;white-space:normal;padding-top:5px;padding-bottom:5px}#detail-page .similiar-products .slider .controls{display:flex;position:absolute;z-index:10;top:50%;left:-3.75rem;width:calc(100% + 7.5rem);-webkit-transform:translateY(-50%);transform:translateY(-50%);justify-content:space-between}@media (max-width:767.98px){#detail-page .similiar-products .slider .controls{width:calc(100% + 60px);left:-30px}}#detail-page .similiar-products .slider .controls .btn{width:40px;height:40px;border:2px solid #e1e0e3;border-radius:50%}@media (max-width:767.98px){#detail-page .similiar-products .slider .controls .btn.btn-prev{left:-10px;position:relative}#detail-page .similiar-products .slider .controls .btn.btn-next{right:-12px;position:relative}}#detail-page .similiar-products .slider .controls .btn:hover{background:#f9f9f9}#detail-page .similiar-products .without-slider .controls{display:none}#detail-page .similiar-products .one .slider .slides{width:100%!important;-webkit-transform:none!important;transform:none!important;height:220px}#detail-page .similiar-products .one .slider .slides .slide{max-width:180px;margin:0 auto}#detail-page .similiar-products .one .slider .slides .slide.glide__slide--clone{display:none}#detail-page .similiar-products .one .slider .slides .slide.glide__slide--active{position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}#detail-page .similiar-products .one .slider .controls{display:none}#detail-page .similiar-products .product-card{position:relative;width:100%;height:100%;background:#fff;border:1px solid #e1e0e3;transition:.25s;overflow:hidden}#detail-page .similiar-products .product-card>*{position:relative;z-index:10}#detail-page .similiar-products .product-card .labels{position:absolute;top:1.25rem;left:8px;z-index:15}#detail-page .similiar-products .product-card .labels .counter{display:none;background:#960d4e;width:22px;height:22px;color:#fff;margin-top:-11px;border-radius:50%;text-align:center;line-height:22px;font-size:13px;padding-left:2px;margin-bottom:5px}#detail-page .similiar-products .product-card .labels .label{position:relative;display:table;border-radius:20px;margin-bottom:5px;color:#fff;font-size:.75rem;text-transform:uppercase;font-weight:600;padding:0 .65rem;line-height:1.375rem;width:auto}#detail-page .similiar-products .product-card .labels .label.label-green{background-color:#9abb00}#detail-page .similiar-products .product-card .labels .label.label-yellow{background:#d6b36b}#detail-page .similiar-products .product-card .labels .label.label-czech-quality,#detail-page .similiar-products .product-card .labels .label.label-secondary{background:#a48565}#detail-page .similiar-products .product-card .labels .label.label-czech-quality{padding-left:1.85rem}#detail-page .similiar-products .product-card .labels .label.label-czech-quality .icon{position:absolute;top:0;left:0;width:22px;height:22px}#detail-page .similiar-products .product-card .image{display:block;position:relative;width:100%;height:auto;padding-bottom:75%}#detail-page .similiar-products .product-card .image:after{position:absolute;bottom:-1px;content:"";left:0;background:#f3f3f3;width:100%;height:1px;z-index:2}#detail-page .similiar-products .product-card .image img{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);border-radius:5px;overflow:hidden;height:auto;width:20.625rem;max-height:calc(100% + 1px);transition:all .2s ease-in-out}@media (max-width:1389.98px){#detail-page .similiar-products .product-card .image img{width:16.75rem}}@media (max-width:1199.98px){#detail-page .similiar-products .product-card .image img{width:18.625rem}}@media (max-width:991.98px){#detail-page .similiar-products .product-card .image img{width:13.5rem}}@media (max-width:767.98px){#detail-page .similiar-products .product-card .image img{width:15.0625rem}}@media (max-width:575.98px){#detail-page .similiar-products .product-card .image img{width:auto}}#detail-page .similiar-products .product-card .image img.primary{opacity:1}#detail-page .similiar-products .product-card .image img.secondary{opacity:0}#detail-page .similiar-products .product-card .image:hover img:after{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);max-height:calc(100% + 1px);max-width:inherit;content:"";background-image:attr(data-hover)}#detail-page .similiar-products .product-card .image .czech-icon{position:absolute;bottom:-15px;right:1rem;border-radius:50%;width:30px;height:30px;border:2px solid #f3f2f4;z-index:10;-webkit-transform:none;transform:none;top:inherit;left:inherit}#detail-page .similiar-products .product-card a.link-overlay{position:absolute;width:100%;height:100%;top:0;left:0;z-index:11;text-decoration:none}#detail-page .similiar-products .product-card a.link-overlay:hover~.image img.primary{opacity:0}#detail-page .similiar-products .product-card a.link-overlay:hover~.image img.secondary{opacity:1}@media (max-width:767.98px){#detail-page .similiar-products .product-card a.link-overlay:hover~.image img.primary{opacity:1}#detail-page .similiar-products .product-card a.link-overlay:hover~.image img.secondary{opacity:0}}#detail-page .similiar-products .product-card .content{padding:0 1.125rem 1.125rem}#detail-page .similiar-products .product-card .content .name{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;max-height:3rem;width:100%;text-decoration:none;font-size:1.125rem;font-weight:400;line-height:1.5rem;color:#000;margin:2rem 0 .75rem;text-align:center;display:block;min-height:70px;max-height:unset;height:auto}#detail-page .similiar-products .product-card .content .name:hover{color:#960d4e}@media (max-width:767.98px){#detail-page .similiar-products .product-card .content .name{font-size:1.05em}}#detail-page .similiar-products .product-card .content .stock{font-size:1rem;white-space:nowrap;text-align:center;font-weight:600}#detail-page .similiar-products .product-card .content .stock.in{color:#9abb00}#detail-page .similiar-products .product-card .content .stock.out{color:#e93f4d}#detail-page .similiar-products .product-card .content .price{font-size:1rem;white-space:nowrap;text-align:center;margin-top:3px}#detail-page .similiar-products .product-card .content .price s{display:inline-block;line-height:1rem;font-size:.95rem;font-weight:600;margin-right:10px}#detail-page .similiar-products .product-card .content .price b{display:inline-block;font-size:1.35rem;line-height:1.75rem}#detail-page .similiar-products .product-card .content .price b small{position:relative;font-size:.95rem;font-weight:600;color:#960d4e;top:-2px;margin-left:10px}#detail-page .similiar-products .product-card .content .btn{margin:1.125rem 0 .75rem;letter-spacing:.32px;font-weight:600;padding-left:1.75rem;padding-right:1.75rem;text-decoration:none}#detail-page .similiar-products .product-card:hover{box-shadow:0 0 15px rgba(0,0,0,.15);border-color:#fff;z-index:9}#detail-page .similiar-products .product-card:hover .content .btn{border-color:#960d4e;background-color:#960d4e;color:#fff}@media (max-width:767.98px){#detail-page .similiar-products{margin-bottom:50px}}#detail-page .similiar-products .h5{font-size:1.5em;font-weight:600}#detail-page .similiar-products .h5 .purple{color:#960d4e}#detail-page .similiar-products .btn-primary{font-size:1.1em;float:none;display:inline-block;position:relative;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);text-transform:uppercase;width:215px;font-weight:600;padding:11px;margin:0 auto -68px}@media (max-width:575.98px){#detail-page .similiar-products .btn-primary{margin-top:0}}#detail-page .similiar-products .product-card{padding:1rem .5rem;border:0}#detail-page .similiar-products .product-card:before{content:none}@media (max-width:436px){#detail-page .similiar-products .product-card a img{height:85%;max-height:180px}}#detail-page .similiar-products .product-card .name{display:block;margin:.75rem 0 .15rem;height:auto;font-size:1rem;text-align:center;color:#212529;font-weight:600;line-height:1.2em}@media (max-width:575.98px){#detail-page .similiar-products .product-card .name{font-size:.95em}}#detail-page .similiar-products .product-card .price-stock-block{height:auto}#detail-page .similiar-products .product-card .price-stock-block .price{padding-right:0;color:#000;font-size:1.3em;font-weight:700;padding-left:0}@media (max-width:575.98px){#detail-page .similiar-products .product-card .price-stock-block .price{font-size:1.1em}}#detail-page .similiar-products .product-card .image{overflow:hidden;border-radius:5px}#detail-page .similiar-products .product-card .image img{width:auto}#detail-page .similiar-products .slider .controls{top:38%}#detail-page .variants .classic{margin-bottom:30px}#detail-page .variants .classic .radio-item input[type=radio]+label{position:relative}#detail-page .variants .classic .radio-item input[type=radio]+label:before{content:"";position:absolute;left:9px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:15px;height:15px;border:1px solid #d5d7d9;box-shadow:inset 0 5px 5px rgba(0,0,0,.03);border-radius:100%;background:#fff}#detail-page .variants .classic .radio-item input[type=radio]:checked+label:before{border:4px solid #960d4e}#detail-page .variants .classic .radio-item{width:100%}#detail-page .variants .classic .radio-item>label{display:flex;justify-content:space-between;align-items:center;width:100%;border-bottom:2px solid #f3f2f4;cursor:pointer;margin:0;padding:7px 20px 7px 35px;min-height:46px;line-height:1.15}#detail-page .variants .classic .radio-item>label:hover{background:#fbf6ed}#detail-page .variants .classic .radio-item>label .price{padding-left:.5rem;font-weight:600;color:#960d4e;white-space:nowrap}#detail-page .variants .classic .radio-item:first-child>label{border-top:2px solid #f3f2f4}#detail-page .variants .classic .radio-item .proportional{display:flex}#detail-page .variants .classic .radio-item input[type=radio]{display:none}#detail-page .variants .classic .radio-item input[type=radio]:checked+label{background:#fbf6ed}#detail-page .variants .classic .radio-item input[type=radio]:checked+label+.proportional{display:flex;background:#fbf6ed}#detail-page .variants .proportional{display:flex;justify-content:space-between;background:#fdfdfd;border-bottom:2px solid #f3f2f4;padding:.85rem 20px .75rem 35px}@media (max-width:435.98px){#detail-page .variants .proportional{padding:.85rem 15px .75rem}}@media (min-width:768px) and (max-width:991.98px){#detail-page .variants .proportional{padding:.85rem 15px .75rem}}#detail-page .variants .proportional td:first-child{padding-right:25px;line-height:1.25;min-width:204px}@media (max-width:991.98px){#detail-page .variants .proportional td:first-child{min-width:120px;font-size:.95em}}@media (max-width:435.98px){#detail-page .variants .proportional td:first-child{padding-right:10px}}#detail-page .variants .proportional td:last-child{white-space:nowrap}#detail-page .variants .proportional td:last-child input{margin-left:0}#detail-page .variants .proportional td>*{display:inline-block}#detail-page .variants .proportional .size{width:20px}#detail-page .variants .proportional label{margin:0}@media (max-width:991.98px){#detail-page .variants .proportional label{font-size:.95em}}#detail-page .variants .proportional input{border:1px solid #d5d7d9;width:60px;height:30px;border-radius:0;margin:2px 8px 2px 5px;-moz-appearance:textfield}#detail-page .variants .proportional input::-webkit-inner-spin-button,#detail-page .variants .proportional input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}@media (max-width:991.98px){#detail-page .variants .proportional input{padding:6px;width:50px}}#detail-page .variants .proportional .price>td{padding-top:10px;font-size:1.125rem;font-weight:600}#detail-page .variants .proportional .price>td b{font-weight:600;color:#960d4e}#detail-page .variants .proportional .layer{padding-left:15px}@media (max-width:991.98px){#detail-page .variants .proportional .layer{padding-left:0;padding-top:3px}}#detail-page .variants .proportional .layer svg{width:78px;height:78px}#detail-page .variants .proportional .layer img{max-width:100%;width:auto;height:auto}#detail-page .variants .classic .radio-item .custom-size-label{border:none;background:#fdfdfd}#detail-page .variants .classic .radio-item label:hover+.proportional{background:#fbf6ed}#detail-page .variants .measure{margin-bottom:30px}#detail-page .variants .measure .quantity{padding-right:30px}@media (max-width:435.98px){#detail-page .variants .measure .quantity{padding-right:15px}}#detail-page .variants .measure .box{display:flex;height:94px;border-radius:5px;border:2px solid #efe9e1!important;background-color:#fbf6ed!important;align-items:center!important;padding:0!important}#detail-page .variants .measure .box .text{padding-left:35px;font-weight:600}#detail-page .variants .measure .box .text label{margin:0}@media (max-width:435.98px){#detail-page .variants .measure .box .text{padding-left:15px}}#detail-page .variants .measure .box .input{white-space:nowrap;text-align:center}#detail-page .variants .measure .box .input #desktop-input-mirror{display:inline-block}@media (max-width:991.98px){#detail-page .variants .measure .box .input #desktop-input-mirror{display:none}}#detail-page .variants .measure .box .input #mobile-input-mirror{display:none}@media (max-width:991.98px){#detail-page .variants .measure .box .input #mobile-input-mirror{display:inline-block}}#detail-page .variants .measure .box .input input{display:inline-block;width:65px;height:44px;border-radius:4px;border:2px solid #efe9e1;text-align:center;font-size:1.125rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}#detail-page .variants .measure .box .input input::-webkit-inner-spin-button,#detail-page .variants .measure .box .input input::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none;margin:0}#detail-page .variants .measure .box .input .unit{display:inline-block;padding-left:.65rem}#detail-page .variants .measure .box .input-group{width:115px;float:right;position:relative;top:3px;margin-top:18px}#detail-page .variants .measure .box .input-group input{height:auto;line-height:20px;padding-right:20px}@media (max-width:991.98px){#detail-page .variants .measure .box .input-group{width:70px;top:0;margin-top:29px}#detail-page .variants .measure .box .input-group input{border:2px solid #efe9e1!important;border-radius:0;height:40px;margin-top:-4px}#detail-page .variants .measure .box .input-group .minus,#detail-page .variants .measure .box .input-group .plus{display:none}#detail-page .variants .measure .box .input-group .unit{right:10px}}#detail-page .variants .measure p{position:relative;font-size:.875rem;font-style:italic;line-height:1.4;margin:1rem 0 0;padding:0 0 0 1.75rem}#detail-page .variants .measure p:before{content:"i";position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:19px;height:19px;border-radius:50%;border:1px solid #d5d7d9;text-align:center;line-height:17px;font-size:.75rem;font-style:normal;font-weight:600;padding-left:1px}#detail-page .variants .curtain{position:relative;margin-bottom:-5px;z-index:10}#detail-page .variants .curtain .box{border-radius:5px;background:#f7f6f7;border:2px solid #f3f1f3;padding:20px 30px}#detail-page .variants .curtain .heading{position:relative;display:flex;width:100%;align-items:center;height:68px;padding-left:35px}#detail-page .variants .curtain .heading i{position:absolute;top:50%;left:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:24px;height:24px;background:#a48565;border-radius:50%;text-align:center;font-style:normal;font-weight:900;font-size:.75rem;color:#fff;line-height:24px;padding-left:2px}#detail-page .variants .curtain .heading span{display:inline-block;font-size:1.125rem;font-weight:600;line-height:1.25}#detail-page .variants .curtain .gripping{border-radius:5px;border:2px solid #f3f2f4;background-color:#f7f6f7;text-align:center}#detail-page .variants .curtain .gripping label{margin:0;cursor:pointer}#detail-page .variants .curtain .gripping label input[type=radio]{display:none}#detail-page .variants .curtain .gripping label input[type=radio]:checked+.content{background:#fef6e7}#detail-page .variants .curtain .gripping label input[type=radio]:checked+.content .image:before{content:"";position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:50px;height:50px;background:#960d4e url(../images/checkmark-icon.svg) no-repeat 50%;background-size:22px 16px;border-radius:50%}#detail-page .variants .curtain .gripping label input[type=radio]:checked+.content .text,#detail-page .variants .curtain .gripping label input[type=radio]:checked+.content .text b{font-weight:700}#detail-page .variants .curtain .gripping label .content{width:100%;height:100%;padding-top:1.25rem}#detail-page .variants .curtain .gripping label .content:hover{background:#fef6e7}#detail-page .variants .curtain .gripping label .content .image{position:relative;padding:0 15px}#detail-page .variants .curtain .gripping label .content .image img{max-width:100%}#detail-page .variants .curtain .gripping label .content .text{padding:1rem 0;font-weight:600;line-height:1.25}#detail-page .variants .curtain .gripping label .content .text b{display:block;color:#960d4e;font-weight:600}#detail-page .variants .curtain .gripping label:nth-child(n+3){border-top:2px solid #f3f2f4}#detail-page .variants .curtain .gripping label:nth-child(2n){border-left:2px solid #f3f2f4}#detail-page .variants .curtain .dimensions{display:flex;justify-content:space-between;padding-right:20px!important}@media (max-width:435.98px){#detail-page .variants .curtain .dimensions{padding:15px}}@media (min-width:768px) and (max-width:991.98px){#detail-page .variants .curtain .dimensions{padding:20px}}#detail-page .variants .curtain .dimensions td:first-child{padding-right:25px;line-height:1.25;min-width:204px}@media (max-width:991.98px){#detail-page .variants .curtain .dimensions td:first-child{min-width:120px;padding-right:10px;font-size:.95em}}@media (min-width:768px) and (max-width:991.98px){#detail-page .variants .curtain .dimensions td:first-child{padding-right:10px}}#detail-page .variants .curtain .dimensions td:last-child{white-space:nowrap}#detail-page .variants .curtain .dimensions td>*{display:inline-block}#detail-page .variants .curtain .dimensions .size{width:20px}#detail-page .variants .curtain .dimensions label{margin:0}@media (max-width:991.98px){#detail-page .variants .curtain .dimensions label{font-size:.95em}}#detail-page .variants .curtain .dimensions input{border:1px solid #d5d7d9;width:60px;height:30px;border-radius:0;margin:2px 8px 2px 5px;-moz-appearance:textfield}#detail-page .variants .curtain .dimensions input::-webkit-inner-spin-button,#detail-page .variants .curtain .dimensions input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}@media (max-width:991.98px){#detail-page .variants .curtain .dimensions input{padding:6px;width:50px}}#detail-page .variants .curtain .dimensions p{position:relative;font-size:.875rem;font-style:italic;line-height:1.4;margin:1rem 0 0;padding:0 0 0 1.75rem;max-width:270px}@media (max-width:991.98px){#detail-page .variants .curtain .dimensions p{max-width:200px}}@media (max-width:435.98px){#detail-page .variants .curtain .dimensions p{max-width:175px}}#detail-page .variants .curtain .dimensions p:before{content:"i";position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:19px;height:19px;border-radius:50%;border:1px solid #d5d7d9;text-align:center;line-height:17px;font-size:.75rem;font-style:normal;font-weight:600;padding-left:1px}#detail-page .variants .curtain .dimensions .layer{padding-left:15px}@media (max-width:991.98px){#detail-page .variants .curtain .dimensions .layer{padding-left:0;padding-top:3px}}#detail-page .variants .curtain .dimensions .layer svg{width:79px;height:153px}#detail-page .variants .curtain .dimensions .layer img{max-width:100%;width:auto;height:auto}#detail-page .variants .curtain .summary{border-radius:5px 5px 0 0!important;padding:18px 30px 30px!important}#detail-page .variants .curtain .summary .content-styled .h2,#detail-page .variants .curtain .summary .content-styled h2{margin-top:2rem;margin-bottom:.75rem}#detail-page .variants .curtain .summary .content-styled .h3,#detail-page .variants .curtain .summary .content-styled h3{margin-top:1.5rem;margin-bottom:.75rem}#detail-page .variants .curtain .summary .content-styled dl,#detail-page .variants .curtain .summary .content-styled ol,#detail-page .variants .curtain .summary .content-styled ul{margin:.5rem 0 1.5rem;padding-left:1rem}#detail-page .variants .curtain .summary .content-styled ul:not(.breadcrumb){list-style:none}#detail-page .variants .curtain .summary .content-styled ul:not(.breadcrumb) li{position:relative;padding-left:1.5rem}#detail-page .variants .curtain .summary .content-styled ul:not(.breadcrumb) li:before{content:"";position:absolute;left:1px;top:10px;width:5px;height:5px;border-radius:50%;background:#960d4e}#detail-page .variants .curtain .summary .content-styled ul:not(.breadcrumb).list-checked li:before{content:"\2713";border-radius:0;background:transparent;width:14px;top:1px;color:#960d4e}#detail-page .variants .curtain .summary .content-styled ol{counter-reset:item}#detail-page .variants .curtain .summary .content-styled ol li{display:block}#detail-page .variants .curtain .summary .content-styled ol li:before{content:counter(item) ". ";counter-increment:item;font-weight:600}#detail-page .variants .curtain .summary .content-styled .image-block{margin:.5rem 0}#detail-page .variants .curtain .summary .content-styled .image-block img{max-width:100%;border-radius:5px}#detail-page .variants .curtain .summary .content-styled .image-block .capture{padding:.75rem 0;margin:0;border-bottom:2px solid #f3f2f4}#detail-page .variants .curtain .summary .content-styled .btn{border-radius:20rem;padding:.35rem 2.125rem .45rem;font-weight:600;margin:.5rem 0}#detail-page .variants .curtain .summary .content-styled .btn.btn-lg{font-size:1.125rem;padding:.65rem 2.125rem .75rem}#detail-page .variants .curtain .summary .content-styled table{width:100%;border-radius:5px;margin-bottom:1.5rem;border-collapse:collapse;overflow:hidden}#detail-page .variants .curtain .summary .content-styled table tr:nth-child(odd) td{background:#f7f6f7}#detail-page .variants .curtain .summary .content-styled table tr:first-child td{border-top:2px solid #f3f2f4}#detail-page .variants .curtain .summary .content-styled table tr:first-child td:first-child{border-top-left-radius:5px}#detail-page .variants .curtain .summary .content-styled table tr:first-child td:last-child{border-top-right-radius:5px}#detail-page .variants .curtain .summary .content-styled table tr:last-child{border-bottom:2px solid #f3f2f4}#detail-page .variants .curtain .summary .content-styled table tr:last-child td:first-child{border-bottom-left-radius:5px}#detail-page .variants .curtain .summary .content-styled table tr:last-child td:last-child{border-bottom-right-radius:5px}#detail-page .variants .curtain .summary .content-styled table tr td{padding:10px 15px;vertical-align:top;border-bottom:2px solid #f3f2f4}#detail-page .variants .curtain .summary .content-styled table tr td:first-child{border-left:2px solid #f3f2f4}#detail-page .variants .curtain .summary .content-styled table tr td:last-child{border-right:2px solid #f3f2f4}#detail-page .variants .curtain .summary .content-styled .icon-tooltip{display:inline-block;background:#960d4e;width:19px;height:19px;border-radius:50%;text-align:center;line-height:19px;color:#fff;font-style:normal;margin-left:.5rem;font-size:.75rem}#detail-page .variants .curtain .summary .content-styled .icon-tooltip:before{content:"i"}@media (max-width:435.98px){#detail-page .variants .curtain .summary{padding:8px 15px 20px!important}}#detail-page .variants .curtain .summary ul{padding:0;margin-bottom:1.25rem}#detail-page .variants .curtain .summary label{display:block;line-height:1;margin-bottom:8px}#detail-page .variants .curtain .summary textarea{border-radius:0;border:1px solid #d4d7d9}#detail-page .variants .curtain .curtain-toggle-select{margin-bottom:20px}#detail-page .variants .curtain .curtain-toggle-select .box{padding:0}#detail-page .variants .curtain .curtain-toggle-select .input-col{width:50%;position:relative;z-index:2}#detail-page .variants .curtain .curtain-toggle-select .input-col.true label{border-radius:5px 0 0 5px}#detail-page .variants .curtain .curtain-toggle-select .input-col.true input:checked+label{border-color:#efe9e1;background:#fbf6ed}#detail-page .variants .curtain .curtain-toggle-select .input-col.true input:checked+label:before{background:#f9f9f9;border:4px solid #960d4e}#detail-page .variants .curtain .curtain-toggle-select .input-col.false label{border-radius:0 5px 5px 0;border-left:0}#detail-page .variants .curtain .curtain-toggle-select .input-col.false input:checked+label{margin-left:-2px;border-left:2px solid;border-color:#ebebeb;background:#fbf6ed}#detail-page .variants .curtain .curtain-toggle-select .input-col.false input:checked+label:before{border:4px solid #960d4e}#detail-page .variants .curtain .curtain-toggle-select .input-col input[type=radio]{width:1px;height:1px;visibility:hidden;position:absolute}#detail-page .variants .curtain .curtain-toggle-select .input-col label{padding:20px 20px 20px 53px;position:relative;cursor:pointer;color:#212529;background:#fff;font-weight:600;font-size:1.2em;width:100%;height:100%;margin:0;transition:all .2s ease-in-out;display:flex;align-items:center;justify-content:space-between}#detail-page .variants .curtain .curtain-toggle-select .input-col label:hover{background:#f9f9f9}#detail-page .variants .curtain .curtain-toggle-select .input-col label span{font-weight:600;font-size:.85em;color:#960d4e;display:none}#detail-page .variants .curtain .curtain-toggle-select .input-col label.box{height:55px}#detail-page .variants .curtain .curtain-toggle-select .input-col label:before{content:"";position:absolute;left:25px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:15px;height:15px;border:1px solid #d5d7d9;box-shadow:inset 0 5px 5px rgba(0,0,0,.03);border-radius:100%;background:#fff}#detail-page .variants .curtain .curtain-toggle-select .input-col input:checked+label span{display:block}#detail-page .variants .curtain .curtain-toggle-select.dropdown{width:100%;margin-bottom:45px}#detail-page .variants .curtain .curtain-toggle-select.dropdown #strip-dropdown-wrap{background:#f4f4f4;padding:0 25px;margin-top:-5px;border-radius:0 0 5px 5px!important;border:2px solid #ebebeb;display:block;width:calc(100% - 1px);max-height:0;transition:all .2s ease-in-out;opacity:0;overflow:hidden}#detail-page .variants .curtain .curtain-toggle-select.dropdown #strip-dropdown-wrap.open{max-height:100vh;opacity:1;overflow:visible;padding:25px 25px 18px}#detail-page .variants .curtain .curtain-toggle-select.dropdown #strip-dropdown-wrap p{margin:12px 0 0;clear:both;float:left;font-weight:600;font-size:.9em;color:#000}#detail-page .variants .curtain .curtain-toggle-select.dropdown #strip-dropdown-wrap .image-box{height:110px;width:50%;overflow:hidden;float:left;position:relative}#detail-page .variants .curtain .curtain-toggle-select.dropdown #strip-dropdown-wrap .image-box:first-child{border-right:1px solid #fff;border-radius:5px 0 0 5px}#detail-page .variants .curtain .curtain-toggle-select.dropdown #strip-dropdown-wrap .image-box:last-child{border-radius:0 5px 5px 0}#detail-page .variants .curtain .curtain-toggle-select.dropdown #strip-dropdown-wrap .image-box img{position:absolute;left:50%;transition:all .2s ease-in-out;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}#detail-page .variants .curtain .curtain-toggle-select.dropdown #strip-dropdown-wrap .image-box a:hover img{opacity:.8}#detail-page .variants .h6{display:block;font-size:1.125rem;margin-bottom:1rem}#detail-page .content-styled .care-blocks .image-wrapper{width:calc(46px + 1.25rem);height:46px}#detail-page .left-box,#detail-page .right-box{padding-top:35px}#detail-page .left-box{width:100%;padding-top:0;padding-right:0}@media (min-width:768px){#detail-page .left-box{width:calc(100% - 380px)}}@media (min-width:992px){#detail-page .left-box{width:calc(100% - 475px)}}@media (max-width:767.98px){#detail-page .left-box{padding-right:20px}}#detail-page .right-box{width:100%}@media (min-width:768px){#detail-page .right-box{width:380px}}@media (min-width:992px){#detail-page .right-box{width:475px}}#detail-page .product-description{display:flex;border:2px solid #f3f2f4;border-radius:.3125rem;margin:1.875rem 0 2.5rem;min-height:15.6875rem}@media (max-width:767.98px){#detail-page .product-description{flex-wrap:wrap}}#detail-page .product-description .item{flex:1;margin:.8125rem}@media (max-width:767.98px){#detail-page .product-description .item{flex:1 1 100%}}#detail-page .product-description .item.-left{display:flex;align-items:center}#detail-page .product-description .item.-right{display:flex;justify-content:flex-end;flex:0 0 16.375rem}@media (max-width:767.98px){#detail-page .product-description .item.-right{flex:1 1 100%}}#detail-page .product-description .item .txt{padding:0 1.875rem}@media (max-width:991.98px){#detail-page .product-description .item .txt{padding:0}}#detail-page .product-description .rectangle{position:relative;background:#f3f2f4;border-radius:.3125rem;height:100%;width:9.25rem}@media (max-width:767.98px){#detail-page .product-description .rectangle{width:100%;height:5.625rem}}#detail-page .product-description .rectangle .img-box{display:flex;align-items:center;justify-content:center;position:absolute;top:50%;right:2.125rem;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:14.25rem;height:6.625rem}@media (max-width:767.98px){#detail-page .product-description .rectangle .img-box{top:auto;right:50%;-webkit-transform:translate(50%,-50%);transform:translate(50%,-50%)}}#detail-page .product-description h2{margin-top:0}@media (max-width:767.98px){#detail-page .product-description h2{margin-top:1rem}}#detail-page .product-description p{color:#494949;line-height:1.875rem;letter-spacing:.16px}@media (max-width:767.98px){#detail-page .product-description p{margin-bottom:3.5rem}}#detail-page .desc-box-wrap .desc-box:not(:last-child){margin-bottom:2.5rem}#detail-page .desc-box{border-bottom:2px solid #f3f2f4;padding-bottom:2.5rem}#detail-page .desc-box .item{display:flex;align-items:center}@media (max-width:767.98px){#detail-page .desc-box .item.ordered{order:-1}}@media (max-width:767.98px){#detail-page .desc-box .img{padding:0 1.25rem}}#detail-page .desc-box .desc{padding-right:6rem}@media (max-width:991.98px){#detail-page .desc-box .desc{padding-right:0}}@media (max-width:767.98px){#detail-page .desc-box .desc{padding-left:1.875rem;padding-right:1.875rem}}#detail-page .desc-box .left{padding-left:2.5rem}@media (max-width:991.98px){#detail-page .desc-box .left{padding-left:0}}@media (max-width:767.98px){#detail-page .desc-box .left{padding-left:1.875rem;padding-right:1.875rem}}#detail-page .desc-box .flag{margin-bottom:1.25rem}@media (max-width:767.98px){#detail-page .desc-box .flag{margin-bottom:0;margin-top:1.75rem}}#detail-page .desc-box .flag:before{content:""}#detail-page .desc-box .flag.flag-cs{display:inline-block;background:transparent url(../images/icons/flag-cs.svg) no-repeat 50%;width:2.4375rem;height:1.5625rem;line-height:1;background-size:2.4375rem}#detail-page .desc-box h3{font-size:2rem;margin:0}@media (max-width:767.98px){#detail-page .desc-box h3{margin-top:1.5rem}}#detail-page .desc-box h3 span{display:flex;color:#d8b56b}#detail-page .desc-box p{margin:1rem 0 0;color:#494949;line-height:1.875rem}#detail-page .desc-box img{max-width:100%;height:auto;border-radius:.3125rem}#about-purchase-page{padding-top:1.25rem}#about-purchase-page .directions{float:left;width:100%;border:1px solid #e4e6e6;border-radius:5px;margin:10px 0 50px;display:flex;flex-flow:row wrap}#about-purchase-page .directions>div.col-md-6{padding:35px 15px 35px 130px;border-bottom:1px solid #e4e6e6;border-right:1px solid #e4e6e6}#about-purchase-page .directions .link{text-decoration:underline;padding-left:35px;position:relative}#about-purchase-page .directions .link:hover{text-decoration:none}#about-purchase-page .directions .link .arrow{margin-left:0;margin-right:14px;width:22px;height:22px;background:#950d4e;text-align:center;line-height:23px;padding-left:2px;border-radius:50%;font-size:10px;color:#fff;position:absolute;top:0;left:0}#about-purchase-page .directions .link .arrow:after{content:"";position:absolute;top:7px;left:10px;z-index:1;width:0;height:0;border:4px solid transparent;border-left-color:#fff}#about-purchase-page .directions>div.col-md-6:nth-of-type(n+5){border-bottom:0}#about-purchase-page .directions>div.col-md-6:nth-of-type(2n){border-right:0}#about-purchase-page .directions>div .cover-img{position:absolute;left:30px;top:calc(50% - 33px)}#about-purchase-page .directions>div h2{font-size:22px}#about-purchase-page .directions>div p{font-size:15px;font-weight:600;color:#666}#checkout{padding-bottom:30px;width:100%}#checkout h1{margin-bottom:-4px}#checkout .agree{max-width:480px;margin-top:-10px;float:right}#checkout .agree input{cursor:pointer}#checkout .agree label{font-weight:400;display:inline;cursor:pointer}#checkout .agree button{border:none;margin-top:10px;width:100%}#checkout .agree .btn{background:#960d4e;width:100%;height:50px;display:flex;align-items:center;justify-content:center;font-size:1.1em;letter-spacing:1px;text-transform:uppercase;border-radius:50px;float:right;color:#fff;font-weight:500;transition:.3s}@media (max-width:767.98px){#checkout .agree .btn{margin-top:25px}}#checkout .agree .btn img{margin-left:20px}#checkout .agree .btn:hover{background:#7d0c40}@media (max-width:991.98px){#checkout .agree{max-width:100%;width:100%}#checkout .agree .btn{width:270px;margin:25px auto 0;float:none}}#checkout .panel{border-radius:5px;margin-bottom:40px;border:2px solid #f2f2f2}#checkout .panel .panel-heading{font-size:20px;font-weight:600;padding:11px 17px 11px 35px;background-color:#f2f2f2;border-bottom:2px solid #f2f2f2}#checkout .panel .panel-heading.border{border-bottom:2px solid #eee}#checkout .panel .panel-heading.no-padding{padding:11px 17px}#checkout .panel .panel-heading img{margin-right:15px;top:3px;position:relative;float:right}#checkout .ares-data{margin-top:5px}#checkout .ares-data a{display:inline-flex;align-items:center;font-weight:600;text-decoration:underline}#checkout .ares-data a .rotate{margin-left:10px;-webkit-transform:scaleX(-1);transform:scaleX(-1)}#checkout .ares-data p{font-size:.9em}#checkout label{margin-bottom:2px;font-weight:600}#checkout .form-control{border:1px solid #ccc;padding:4px 10px;box-shadow:inset 0 4px 10px hsla(0,0%,42%,.08);height:auto}#checkout .form-control:focus{outline:none;border-color:#9abb00}#checkout .panel-body{padding:5px 15px}#checkout .border-box{border:2px solid #f3f2f4;border-radius:5px}#checkout label.bigger{font-size:1.1em}#checkout .buy-tabs{display:flex;align-items:center;justify-content:space-between;margin-top:5px;width:100%;min-width:286px}@media (max-width:1199.98px){#checkout .buy-tabs{flex-direction:column}}@media (max-width:1390px){#checkout .buy-tabs{min-width:auto}}#checkout .buy-tabs>div:first-child{border-right:2px solid #f3f2f4}#checkout .buy-tabs>div{width:50%;text-align:left;position:relative}@media (max-width:1199.98px){#checkout .buy-tabs>div{width:100%}}#checkout .buy-tabs>div label{padding:14px 5px 14px 38px;width:100%;display:block;height:100%;font-size:1em;line-height:1em;position:relative;font-weight:500;margin-bottom:0}#checkout .buy-tabs>div label:hover{cursor:pointer}#checkout .buy-tabs>div input{width:0;height:0;margin-right:18px;top:51%;left:15px}#checkout .buy-tabs>div .radiomark,#checkout .buy-tabs>div input{position:absolute;z-index:2;-webkit-transform:translateY(-50%);transform:translateY(-50%)}#checkout .buy-tabs>div .radiomark{content:"";width:15px;height:15px;background:url(../images/icons/checkbox.png) 50% no-repeat;top:50%;left:14px}#checkout .buy-tabs>div input:checked~label{background:#fbf6ed;font-weight:600}#checkout .buy-tabs>div input:checked~label .radiomark{background:url(../images/icons/checkbox-checked.png) 50% no-repeat}#checkout .payments label,#checkout .shippings label{position:relative;width:100%;transition:.3s;margin-bottom:0;padding:20px 0 20px 62px;border-top:1px solid transparent}#checkout .payments label:hover,#checkout .shippings label:hover{cursor:pointer}#checkout .payments label:last-of-type,#checkout .shippings label:last-of-type{border-bottom:0}#checkout .payments label b,#checkout .shippings label b{display:block;color:#2c2c2c;font-size:15px;font-weight:700}#checkout .payments .select2-selection__rendered,#checkout .shippings .select2-selection__rendered{line-height:32px;padding-left:15px}#checkout .payments .select2-container,#checkout .shippings .select2-container{z-index:99}#checkout .payments .radio,#checkout .shippings .radio{position:relative;border-bottom:1px solid #f3f2f4}#checkout .payments .desc,#checkout .shippings .desc{display:flex;align-items:center}#checkout .payments .desc .image-wrap,#checkout .shippings .desc .image-wrap{width:46px;min-width:46px;height:46px;display:flex;align-items:center;justify-content:center;margin-right:20px}@media (max-width:767.98px){#checkout .payments .desc .image-wrap,#checkout .shippings .desc .image-wrap{min-width:35px}}#checkout .payments .desc img,#checkout .shippings .desc img{max-width:100%;max-height:100%}#checkout .payments input,#checkout .shippings input{position:absolute;left:30px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:0;height:0;visibility:hidden}@media (max-width:1199.98px){#checkout .payments input,#checkout .shippings input{left:20px}}#checkout .payments .radiomark,#checkout .shippings .radiomark{content:"";width:15px;height:15px;background:url(../images/icons/checkbox.png) 50% no-repeat;z-index:2;position:absolute;top:50%;left:30px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}#checkout .payments input:checked~label,#checkout .shippings input:checked~label{background:#fbf6ed;font-weight:600;border-color:#efe9e1}#checkout .payments input:checked~label .radiomark,#checkout .shippings input:checked~label .radiomark{background:url(../images/icons/checkbox-checked.png) 50% no-repeat}#checkout .payments .zasilkovna-branch-info,#checkout .shippings .zasilkovna-branch-info{display:none;background:#fbf6ed}#checkout .payments .zasilkovna-selects,#checkout .shippings .zasilkovna-selects{background:#fbf6ed;z-index:1;display:none;padding:0 25px 15px}#checkout .payments .zasilkovna-selects select,#checkout .shippings .zasilkovna-selects select{width:calc(100% - 12px);margin:2px 5px;border:1px solid #ccc;padding:4px 10px;box-shadow:inset 0 4px 10px hsla(0,0%,42%,.08)}@media (max-width:575.98px){#checkout .payments .zasilkovna-selects select,#checkout .shippings .zasilkovna-selects select{margin:2px 0}}#checkout .payments .choices[data-type*=select-one]:after,#checkout .shippings .choices[data-type*=select-one]:after{right:17px}#checkout .payments .choices,#checkout .shippings .choices{margin-bottom:0}#checkout .payments .choices .choices__list--dropdown,#checkout .shippings .choices .choices__list--dropdown{width:calc(100% - 12px);margin:-3px 5px 0;z-index:5;border-radius:5px}#checkout .payments .choices .choices__inner,#checkout .shippings .choices .choices__inner{border:1px solid #ccc;padding:1px 10px;font-size:1em;background:#fff;color:#000;margin:2px 5px;box-shadow:inset 0 4px 10px hsla(0,0%,42%,.08);width:calc(100% - 12px);min-height:auto;border-radius:5px;line-height:1.3em}#checkout .payments .radio.zasilkovna input:checked~label,#checkout .shippings .radio.zasilkovna input:checked~label{border-color:transparent}#checkout .payments .radio.zasilkovna input:checked~.zasilkovna-selects,#checkout .shippings .radio.zasilkovna input:checked~.zasilkovna-selects{display:block}#checkout .payments .radio.zasilkovna input:checked~.zasilkovna-branch-info,#checkout .shippings .radio.zasilkovna input:checked~.zasilkovna-branch-info{display:block;padding:0 30px 15px}#checkout .payments h3,#checkout .shippings h3{font-size:1.1em;letter-spacing:-.5px;margin-bottom:0}#checkout .payments .price,#checkout .shippings .price{font-size:1.1em;font-weight:700;display:block;margin-top:-3px;color:#960d4e}#checkout .payments p,#checkout .shippings p{margin-bottom:0;font-size:.95em;font-weight:400;padding-right:15px}#checkout .table-cart .name a{font-size:15px;line-height:18px}@media (max-width:767.98px){#checkout #checkout-summary .col{padding:0}}#checkout #checkout-summary .panel-heading.distanced{padding-right:34px}@media (max-width:767.98px){#checkout #checkout-summary .panel-heading.distanced{padding-left:16px;padding-right:16px;padding-bottom:3px}}#checkout #checkout-summary table{width:calc(100% - 40px);margin:0 auto;border-bottom:2px dotted #f2f2f2}#checkout #checkout-summary table#table-checkout-summary tr:last-child td.total{border-bottom:none!important}@media (max-width:991.98px){#checkout #checkout-summary table{width:100%}}@media (max-width:767.98px){#checkout #checkout-summary table{margin:0 auto;width:auto;border:none}#checkout #checkout-summary table thead{display:none}#checkout #checkout-summary table tbody{display:block}#checkout #checkout-summary table tbody tr td{display:block;width:100%!important;max-width:inherit;padding:0;text-align:center}#checkout #checkout-summary table tbody tr:last-child{border:none}}@media (max-width:767.98px) and (max-width:767.98px){#checkout #checkout-summary table tbody tr:last-child{border-bottom:1px solid #f2f2f2!important}}#checkout #checkout-summary table thead{border-bottom:2px dotted #f2f2f2}#checkout #checkout-summary table thead th{padding:15px 0;font-weight:600}@media (max-width:1199.98px){#checkout #checkout-summary table thead th{font-size:13px;font-weight:700}}@media (max-width:767.98px){#checkout #checkout-summary table tr{padding-bottom:13px;padding-top:15px;display:inline-block;position:relative;width:100%}}#checkout #checkout-summary table tr td.price,#checkout #checkout-summary table tr th.price{text-align:right}#checkout #checkout-summary table tr td{width:14%;padding:15px 5px}@media (max-width:991.98px){#checkout #checkout-summary table tr td{width:19%}}@media (max-width:767.98px){#checkout #checkout-summary table tr td.quantity-text{display:inline-block;float:left;width:200px!important;clear:both;text-align:left!important;padding-left:85px}}@media (max-width:767.98px){#checkout #checkout-summary table tr td.price.total{width:auto!important;display:inline-block;position:absolute;left:0;bottom:1px}}#checkout #checkout-summary table tr td.image{width:86px;margin-right:0;display:flex;align-items:center;justify-content:center;padding:15px 0;vertical-align:middle;position:relative}#checkout #checkout-summary table tr td.image a{width:86px;height:65px;overflow:hidden;display:block;border-radius:5px}#checkout #checkout-summary table tr td.image a img{max-height:105%;height:100%;position:relative;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media (max-width:991.98px){#checkout #checkout-summary table tr td.image{min-width:114px;margin-right:10px;padding:10px 0}#checkout #checkout-summary table tr td.image a{width:114px;height:86px}}@media (max-width:767.98px){#checkout #checkout-summary table tr td.image{display:inline-block;position:relative;float:right;width:86px!important;min-width:86px;padding:0;margin-right:0}#checkout #checkout-summary table tr td.image a{width:86px;height:65px}#checkout #checkout-summary table tr td.image a img{left:inherit;top:inherit;-webkit-transform:none;transform:none}}@media (max-width:767.98px){#checkout #checkout-summary table tr td.price{display:none}}#checkout #checkout-summary table tr td.total{font-size:1.1em;font-weight:700;color:#960d4e}@media (max-width:767.98px){#checkout #checkout-summary table tr td.total{border-bottom:1px solid #f2f2f2;border-right:none;padding-bottom:10px!important;padding-top:10px;width:100%!important;text-align:center!important;display:block;border:none!important}}#checkout #checkout-summary table tr td.name{max-width:300px;width:calc(58% - 80px)}@media (max-width:991.98px){#checkout #checkout-summary table tr td.name{width:45%}}@media (max-width:767.98px){#checkout #checkout-summary table tr td.name{display:inline-block;width:calc(100% - 105px)!important;float:left;text-align:left}}#checkout #checkout-summary table tr td.name a{font-size:1em;font-weight:700;color:#000;display:block;line-height:1.15em;margin-bottom:2px;padding-right:10px}#checkout #checkout-summary table tr td.name p{margin-bottom:0;font-size:.9em;line-height:1.3em}@media (max-width:575.98px){#checkout #checkout-summary table tr td.name a{font-size:.9em}}#checkout #checkout-summary table tr:last-child .total{border:none}@media (max-width:767.98px){#checkout #checkout-summary table tr{border-bottom:1px solid #f2f2f2}}#checkout #checkout-summary .table-total-wrap{overflow:auto}@media (max-width:767.98px){#checkout #checkout-summary .table-total-wrap{overflow:unset;display:flex;justify-content:space-between;width:100%}#checkout #checkout-summary .table-total-wrap>div{width:100%}#checkout #checkout-summary .table-total-wrap #table-total-summary tr.total{display:flex;justify-content:space-between;flex-direction:column}#checkout #checkout-summary .table-total-wrap #table-total-summary tr.total td{width:100%!important;text-align:center}#checkout #checkout-summary .table-total-wrap #table-total-summary tr.total td.price{font-size:1.8em;font-weight:600;margin-top:10px}}#checkout #checkout-summary table#table-total,#checkout #checkout-summary table#table-total-summary{max-width:773px;width:100%;float:none;margin:0 auto!important;font-weight:600;border:none;font-size:1em}#checkout #checkout-summary table#table-total-summary.line-bordered tr,#checkout #checkout-summary table#table-total.line-bordered tr{border-bottom:1px dashed #f2f2f2}#checkout #checkout-summary table#table-total-summary.line-bordered tr:last-child,#checkout #checkout-summary table#table-total.line-bordered tr:last-child{border:none}#checkout #checkout-summary table#table-total-summary tr td,#checkout #checkout-summary table#table-total tr td{padding:3px 0}#checkout #checkout-summary table#table-total-summary .price,#checkout #checkout-summary table#table-total .price{text-align:right;color:#960d4e;font-size:1.2em;font-weight:700}@media (max-width:767.98px){#checkout #checkout-summary table#table-total,#checkout #checkout-summary table#table-total-summary{max-width:inherit;font-size:1em;line-height:1.3em}#checkout #checkout-summary table#table-total-summary thead,#checkout #checkout-summary table#table-total thead{display:none}#checkout #checkout-summary table#table-total-summary tbody,#checkout #checkout-summary table#table-total tbody{display:table-row-group}#checkout #checkout-summary table#table-total-summary tbody tr,#checkout #checkout-summary table#table-total tbody tr{border-bottom:none}#checkout #checkout-summary table#table-total-summary tbody tr td,#checkout #checkout-summary table#table-total tbody tr td{display:table-cell;width:50%!important;max-width:inherit;padding:0;text-align:inherit}#checkout #checkout-summary table#table-total-summary tbody tr:last-child,#checkout #checkout-summary table#table-total tbody tr:last-child{border:none}}#checkout #checkout-summary table#table-total{margin:15px auto 0!important}@media (max-width:767.98px){#checkout #checkout-summary table#table-total tr{display:flex;border:none!important;padding-bottom:0;padding-top:0;margin-bottom:8px}}#checkout #checkout-summary table#table-total-summary .price{font-size:1.4em}#checkout #checkout-summary .note-box{margin-bottom:15px;padding:0 15px}#checkout #checkout-summary .note-box label{font-size:.8em}#checkout #checkout-summary .note-box textarea{min-height:110px}@media (max-width:767.98px){#checkout #checkout-summary .note-box{padding:0}#checkout #checkout-summary .note-box label{width:100%;text-align:center;margin-bottom:10px}#checkout #checkout-summary .note-box textarea{border-radius:10px}}#checkout .phone-order a{color:#000}#checkout #confirm>div{width:100%;margin-bottom:50px;background:#f2f2f2;border-radius:5px}#checkout #confirm .divider{width:100%;border-bottom:1px dotted #ccc;margin:30px 0 20px}#checkout #confirm .agree{font-weight:600;font-size:15px}#checkout #confirm .btn-success{text-transform:uppercase;font-weight:600;letter-spacing:1px;padding:16px 50px;margin-top:15px}#checkout #confirm .btn-success i{margin-left:15px;margin-right:-10px}#checkout .cart-table{border:2px solid #f3f2f4;border-radius:5px;padding:0;list-style:none;margin-top:15px;margin-bottom:50px}#checkout .cart-table li{display:flex;justify-content:space-between;list-style:none;border-bottom:2px solid #f3f2f4;padding:20px 0;align-items:center;width:100%}@media (max-width:991.98px){#checkout .cart-table li{text-align:center;display:block;overflow:auto;position:relative}}#checkout .cart-table li:last-child{border:none}#checkout .cart-table li:before{display:none}#checkout .cart-table li.cart-heading{background:#f7f6f7;padding:13px 0}@media (max-width:1199.98px){#checkout .cart-table li.cart-heading{font-size:.9em}}@media (max-width:991.98px){#checkout .cart-table li.cart-heading{display:none}}#checkout .cart-table li.cart-heading .product-item-price{font-size:1em}#checkout .cart-table li.cart-heading h2{font-size:1.2em;letter-spacing:-1px;margin-bottom:0}#checkout .cart-table li.cart-heading .product-desc{padding-left:20px;width:calc(70% - 15px)}@media (max-width:1389.98px){#checkout .cart-table li.cart-heading .product-desc{width:57%}}#checkout .cart-table li.cart-heading .product-price{color:#000;font-size:1em;padding-right:15px}@media (max-width:1389.98px){#checkout .cart-table li.cart-heading .product-price{padding-right:0}}#checkout .cart-table li.cart-footer{background:#f7f6f7;align-items:flex-start}#checkout .cart-table li.cart-footer .product-info.to-free-delivery .progress-bar{margin-top:5px}#checkout .cart-table li.cart-footer .product-info.to-free-delivery h3{font-size:1.3em;letter-spacing:-.05rem;margin-top:15px}#checkout .cart-table li.cart-footer .product-desc .product-photo img{min-width:5px;width:35px;height:29px}@media (max-width:1199.98px){#checkout .cart-table li.cart-footer .product-desc{padding-left:30px}#checkout .cart-table li.cart-footer .product-desc .product-photo{display:none}}@media (max-width:767.98px){#checkout .cart-table li.cart-footer .product-desc{display:block;text-align:center}#checkout .cart-table li.cart-footer .product-desc .product-info h3{font-size:1.1em;font-weight:600;margin-top:0}#checkout .cart-table li.cart-footer .product-desc .progress-bar{display:inline-block;width:250px;margin:3px auto}}#checkout .cart-table li.cart-footer .product-summary{width:41%}@media (max-width:1389.98px){#checkout .cart-table li.cart-footer .product-summary{width:48%}}@media (max-width:1199.98px){#checkout .cart-table li.cart-footer .product-summary{width:100%;padding:5px 0 10px 30px;text-align:left;clear:both}}@media (max-width:767.98px){#checkout .cart-table li.cart-footer .product-summary{margin-top:20px;padding:0}}#checkout .cart-table li.cart-footer .product-summary .summary-price-line{display:flex;justify-content:space-between;align-items:flex-end}@media (max-width:767.98px){#checkout .cart-table li.cart-footer .product-summary .summary-price-line{flex-direction:column;align-items:center;margin-bottom:15px;text-align:center}}#checkout .cart-table li.cart-footer .product-summary .summary-price-line h3{font-size:1.3em;min-width:220px}#checkout .cart-table li.cart-footer .product-summary .summary-price-line .price{color:#960d4e;font-size:2.1em;padding-right:76px;font-weight:600}@media (max-width:1389.98px){#checkout .cart-table li.cart-footer .product-summary .summary-price-line .price{padding-right:32px}}@media (max-width:767.98px){#checkout .cart-table li.cart-footer .product-summary .summary-price-line .price{display:block;padding:0}}#checkout .cart-table li.cart-footer .coupon-box{position:relative}@media (max-width:1199.98px){#checkout .cart-table li.cart-footer .coupon-box{padding-bottom:20px}}@media (max-width:767.98px){#checkout .cart-table li.cart-footer .coupon-box{display:flex;justify-content:center;max-width:165px;margin:0 auto}}#checkout .cart-table li.cart-footer .coupon-box .coupon-check,#checkout .cart-table li.cart-footer .coupon-box label{cursor:pointer}#checkout .cart-table li.cart-footer .coupon-box .checkbox{position:absolute;margin-right:0;cursor:pointer;top:6px;left:0}#checkout .cart-table li.cart-footer .coupon-box .checkbox:before{top:-1px}#checkout .cart-table li.cart-footer .coupon-box .checkbox:after{top:2px}#checkout .cart-table li.cart-footer .coupon-box label{position:absolute;padding-left:24px}#checkout .cart-table li.cart-footer .coupon-box #coupon-inputs{display:none;padding-right:30px;padding-top:30px}#checkout .cart-table li.cart-footer .coupon-box #coupon-inputs input{padding:5px 15px;background:#fff;border:1px solid #ccc;border-radius:5px 0 0 5px;width:calc(100% - 133px)}@media (max-width:767.98px){#checkout .cart-table li.cart-footer .coupon-box #coupon-inputs input{width:calc(100% - 102px)}}#checkout .cart-table li.cart-footer .coupon-box #coupon-inputs button{background:#54515b;border:none;padding:5px;width:135px;color:#fff;border-radius:0 5px 5px 0}@media (max-width:767.98px){#checkout .cart-table li.cart-footer .coupon-box #coupon-inputs button{width:100px}}@media (max-width:767.98px){#checkout .cart-table li.cart-footer .coupon-box #coupon-inputs{flex-direction:column;padding-right:0}#checkout .cart-table li.cart-footer .coupon-box #coupon-inputs button,#checkout .cart-table li.cart-footer .coupon-box #coupon-inputs input{width:100%;border-radius:0}}#checkout .cart-table li .input-length{width:60px;text-align:center;border:1px solid #d5d7d9;margin:0 6px;padding:2px 0}#checkout .cart-table li .product-item-price{font-size:1.2em;font-weight:500}@media (max-width:991.98px){#checkout .cart-table li .product-item-price{display:none}}#checkout .cart-table li .product-item-price p{margin-bottom:0}#checkout .cart-table li .product-desc{width:70%;padding-left:10px;display:flex}@media (max-width:1389.98px){#checkout .cart-table li .product-desc{width:57%}}@media (max-width:991.98px){#checkout .cart-table li .product-desc{width:calc(100% - 150px);text-align:left;margin-bottom:0;float:left}}@media (max-width:767.98px){#checkout .cart-table li .product-desc{width:100%;display:flex;flex-direction:row-reverse;padding:0 20px}}@media (max-width:435.98px){#checkout .cart-table li .product-desc{padding-left:20px}}#checkout .cart-table li .product-desc .product-photo{width:155px;height:155px;padding:0;border-radius:5px;overflow:hidden;margin:0 20px 0 10px;flex:0 0 155px}@media (max-width:991.98px){#checkout .cart-table li .product-desc .product-photo{width:95px;height:95px;padding:0;flex-basis:95px}}@media (max-width:767.98px){#checkout .cart-table li .product-desc .product-photo{margin-right:0}}#checkout .cart-table li .product-desc .product-photo img{width:auto;height:auto;min-width:100%;max-width:110%;position:relative;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}#checkout .cart-table li .product-desc .product-info{display:flex;flex-direction:column}@media (max-width:767.98px){#checkout .cart-table li .product-desc .product-info{justify-content:center}#checkout .cart-table li .product-desc .product-info.to-free-delivery{width:100%}}@media (max-width:767.98px){#checkout .cart-table li .product-desc .product-info .code{display:none}}#checkout .cart-table li .product-desc .product-info h3{font-size:1.1em;margin-bottom:4px;font-weight:600}@media (max-width:991.98px){#checkout .cart-table li .product-desc .product-info h3{font-size:1em}}@media (max-width:767.98px){#checkout .cart-table li .product-desc .product-info h3{margin-bottom:5px}}#checkout .cart-table li .product-desc .product-info h3 a{color:#000;line-height:1.4em;padding-right:22px;display:block}@media (max-width:991.98px){#checkout .cart-table li .product-desc .product-info h3 a{padding-right:15px}}@media (max-width:767.98px){#checkout .cart-table li .product-desc .product-info h3 a{line-height:1.2em}}#checkout .cart-table li .product-desc .product-info.prgrs h3{margin-bottom:5px}#checkout .cart-table li .product-desc .product-info p{margin-bottom:2px}@media (max-width:767.98px){#checkout .cart-table li .product-desc .product-info p{margin-bottom:0;line-height:23px}}#checkout .cart-table li .product-desc .product-stock-wrapper{display:flex;align-items:center;flex-wrap:wrap;margin:1.5625rem -.125rem -.125rem}@media (max-width:767.98px){#checkout .cart-table li .product-desc .product-stock-wrapper{flex-direction:column;align-items:flex-start;margin:2.8rem 1.25rem 0 0}}#checkout .cart-table li .product-desc .product-stock{background:#f2f2f2;padding:.3rem .75rem;border-radius:.75rem;margin:.125rem;text-align:center;font-weight:600}@media (max-width:767.98px){#checkout .cart-table li .product-desc .product-stock{margin:0;font-size:.9rem}}@media (max-width:767.98px){#checkout .cart-table li .product-desc .product-stock:not(:last-child){margin:0 0 .9375rem}}#checkout .cart-table li .product-desc .product-stock.-green,#checkout .cart-table li .product-desc .product-stock.-orange,#checkout .cart-table li .product-desc .product-stock.-purple{color:#fff}#checkout .cart-table li .product-desc .product-stock.-green{background:#c0d131}#checkout .cart-table li .product-desc .product-stock.-orange{background:#f87909}#checkout .cart-table li .product-desc .product-stock.-purple{background:#f2355d}#checkout .cart-table li .product-item-price{width:13%}#checkout .cart-table li .product-quantity{width:10.6%;min-width:98px}@media (max-width:991.98px){#checkout .cart-table li .product-quantity{float:right;margin-right:20px;margin-left:0}}@media (max-width:767.98px){#checkout .cart-table li .product-quantity{position:absolute;right:0;bottom:75px}}@media (max-width:435.98px){#checkout .cart-table li .product-quantity{margin-left:20px}}#checkout .cart-table li .product-quantity .quantity{padding:0;width:105px;padding-right:0!important}#checkout .cart-table li .product-price{width:calc(17% - 50px);color:#960d4e;text-align:right;padding-right:30px;font-weight:600;min-width:107px;font-size:1.75em}@media (max-width:1389.98px){#checkout .cart-table li .product-price{padding-right:5px;float:left}}@media (max-width:991.98px){#checkout .cart-table li .product-price{font-size:1.5em;padding-top:7px;text-align:center;position:absolute;right:35px;bottom:17px}}@media (max-width:767.98px){#checkout .cart-table li .product-price{bottom:1.25rem;line-height:1}}#checkout .cart-table li .product-delete{width:50px}@media (max-width:991.98px){#checkout .cart-table li .product-delete{margin-top:8px;float:right;margin-right:13px;position:absolute;right:-5px;bottom:27px}}@media (max-width:767.98px){#checkout .cart-table li .product-delete{bottom:1.4375rem}}#checkout .cart-table li .product-delete img{position:relative;width:16px;margin-left:1px;top:0}@media (max-width:991.98px){#checkout .cart-table li .product-delete img{top:2px}}#checkout .cart-table li .product-delete img:hover{opacity:.7}#checkout .pointer{cursor:pointer}@media (max-width:767.98px){#checkout #cart-page .cart-table li{min-height:16.875rem}}#checkout #cart-page input[type=checkbox].checkbox,#checkout #checkout input[type=checkbox].checkbox{position:relative;width:14px;margin-right:25px;height:14px;cursor:pointer}#checkout #cart-page input[type=checkbox].checkbox:before,#checkout #checkout input[type=checkbox].checkbox:before{width:15px;height:15px;position:absolute;display:block;left:0;bottom:-2px;background:transparent;border:1px solid #960d4e;content:"";background:#fff}#checkout #cart-page input[type=checkbox].checkbox:checked:before,#checkout #checkout input[type=checkbox].checkbox:checked:before{background:#960d4e}#checkout #cart-page input[type=checkbox].checkbox:checked:after,#checkout #checkout input[type=checkbox].checkbox:checked:after{width:10px;height:6px;position:absolute;z-index:2;display:block;bottom:4px;left:3px;border-left:2px solid #fff;border-bottom:2px solid #fff;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);content:""}#checkout .progress-bar{width:316px;height:8px;background:url(../images/icons/progress-bg.png) no-repeat 50%;border-radius:5px;overflow:hidden;position:relative;margin:0 0 10px}@media (max-width:767.98px){#checkout .progress-bar{display:none}}#checkout .progress-bar .active-part{position:absolute;border-radius:5px;height:8px;top:0;content:"";background:url(../images/icons/progress-active.png) no-repeat 50%;left:0}#checkout .product-info.prgrs h3{font-size:1.3em;font-weight:400;margin-bottom:0}#checkout .product-info.prgrs p{font-size:.9em;font-weight:700;margin-bottom:0}#checkout .product-info.prgrs .progress-bar{margin:5px 0;width:260px}#checkout .cart-buttons-line{display:flex;justify-content:space-between;align-items:center}@media (max-width:767.98px){#checkout .cart-buttons-line{flex-direction:column-reverse;align-items:center;justify-content:center;text-align:center}}#checkout .cart-buttons-line.centered{justify-content:center;padding:10px 0 0}#checkout .cart-buttons-line .btn-text{color:#960d4e;font-weight:600;padding-left:25px}@media (max-width:767.98px){#checkout .cart-buttons-line .btn-text{padding-left:0}}#checkout .cart-buttons-line .btn-text img{margin-right:8px;position:relative;top:-2px}#checkout .cart-buttons-line .btn{background:#960d4e;width:245px;height:50px;display:flex;align-items:center;justify-content:center;font-size:1.1em;letter-spacing:1px;text-transform:uppercase;border-radius:50px;float:right;color:#fff;font-weight:500;transition:.3s}@media (max-width:767.98px){#checkout .cart-buttons-line .btn{float:none;margin:0 auto 25px}}#checkout .cart-buttons-line .btn img{margin-left:20px}#checkout .cart-buttons-line .btn:hover{background:#7d0c40}@media (max-width:991.98px){#checkout #added-to-cart .cart-table .cart-item{display:flex}#checkout #added-to-cart .cart-table .product-desc{margin-bottom:0}#checkout #added-to-cart .cart-table .product-quantity{float:none;margin-left:0}}@media (max-width:767.98px){#checkout #added-to-cart .cart-table .cart-item{padding-top:13px!important}}#cart-page{padding-bottom:30px}#cart-page .quantity{display:block;padding-right:10px}@media (min-width:436px){#cart-page .quantity{padding-right:30px}}@media (min-width:576px) and (max-width:991.98px){#cart-page .quantity{padding-right:15px}}#cart-page .quantity .input-group{position:relative}#cart-page .quantity .input-group input{width:47px;max-width:47px;height:50px;border:2px solid #f3f2f4!important;text-align:right;padding-left:5px;padding-right:17px;font-size:1.125rem;box-shadow:none!important;-moz-appearance:textfield;line-height:20px}#cart-page .quantity .input-group input::-webkit-inner-spin-button,#cart-page .quantity .input-group input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}#cart-page .quantity .input-group .unit{position:absolute;top:50%;right:10px;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:10}@media (min-width:436px){#cart-page .quantity .input-group .unit{right:32px}}#cart-page .quantity .input-group .minus,#cart-page .quantity .input-group .plus{display:block;width:26px;border:2px solid #f3f2f4;background:#fff;text-align:center;line-height:46px;padding:0;cursor:pointer;font-size:1.25rem;font-weight:600}#cart-page .quantity .input-group .minus:hover,#cart-page .quantity .input-group .plus:hover{background:#f9f9f9}#cart-page .quantity .input-group .minus{border-radius:30px 0 0 30px;padding-left:4px}#cart-page .quantity .input-group .plus{border-radius:0 30px 30px 0;padding-right:1px;margin-left:-2px}#cart-page .empty-card{text-align:center;width:100%;padding-top:30px;margin-bottom:-48px}#cart-page .empty-card .empty-card-inner-wrap{border:1px solid #efefef;border-radius:5px;padding:40px 0}@media (max-width:991.98px){#cart-page .empty-card img{width:195px}}#cart-page .empty-card .quote{max-width:605px;height:115px;background:url(../images/icons/cart-empty-quote.png) no-repeat 50%;display:flex;align-items:flex-end;justify-content:center;margin:-30px auto 20px;padding-bottom:14px}#cart-page .empty-card .quote h2{font-size:2.5em}@media (max-width:991.98px){#cart-page .empty-card .quote{background-size:contain;height:90px;padding-bottom:10px}#cart-page .empty-card .quote h2{font-size:2em}}@media (max-width:767.98px){#cart-page .empty-card .quote{background-size:contain;height:60px;padding-bottom:4px;margin:-20px 15px 7px}#cart-page .empty-card .quote h2{font-size:1.25em}}#cart-page .cart-table{border:2px solid #f3f2f4;border-radius:5px;padding:0;list-style:none;margin-top:15px;margin-bottom:50px}#cart-page .cart-table li{display:flex;justify-content:space-between;list-style:none;border-bottom:2px solid #f3f2f4;padding:20px 0;align-items:center;width:100%}@media (max-width:991.98px){#cart-page .cart-table li{text-align:center;display:block;overflow:auto;position:relative}}#cart-page .cart-table li:last-child{border:none}#cart-page .cart-table li:before{display:none}#cart-page .cart-table li.cart-heading{background:#f7f6f7;padding:13px 0}@media (max-width:1199.98px){#cart-page .cart-table li.cart-heading{font-size:.9em}}@media (max-width:991.98px){#cart-page .cart-table li.cart-heading{display:none}}#cart-page .cart-table li.cart-heading .product-item-price{font-size:1em}#cart-page .cart-table li.cart-heading h2{font-size:1.2em;letter-spacing:-1px;margin-bottom:0}#cart-page .cart-table li.cart-heading .product-desc{padding-left:20px;width:calc(70% - 15px)}@media (max-width:1389.98px){#cart-page .cart-table li.cart-heading .product-desc{width:57%}}#cart-page .cart-table li.cart-heading .product-price{color:#000;font-size:1em;padding-right:15px}@media (max-width:1389.98px){#cart-page .cart-table li.cart-heading .product-price{padding-right:0}}#cart-page .cart-table li.cart-footer{background:#f7f6f7;align-items:flex-start}#cart-page .cart-table li.cart-footer .product-info.to-free-delivery .progress-bar{margin-top:5px}#cart-page .cart-table li.cart-footer .product-info.to-free-delivery h3{font-size:1.3em;letter-spacing:-.05rem;margin-top:15px}#cart-page .cart-table li.cart-footer .product-desc .product-photo img{min-width:5px;width:35px;height:29px}@media (max-width:1199.98px){#cart-page .cart-table li.cart-footer .product-desc{padding-left:30px}#cart-page .cart-table li.cart-footer .product-desc .product-photo{display:none}}@media (max-width:767.98px){#cart-page .cart-table li.cart-footer .product-desc{display:block;text-align:center}#cart-page .cart-table li.cart-footer .product-desc .product-info h3{font-size:1.1em;font-weight:600;margin-top:0}#cart-page .cart-table li.cart-footer .product-desc .progress-bar{display:inline-block;width:250px;margin:3px auto}}#cart-page .cart-table li.cart-footer .product-summary{width:41%}@media (max-width:1389.98px){#cart-page .cart-table li.cart-footer .product-summary{width:48%}}@media (max-width:1199.98px){#cart-page .cart-table li.cart-footer .product-summary{width:100%;padding:5px 0 10px 30px;text-align:left;clear:both}}@media (max-width:767.98px){#cart-page .cart-table li.cart-footer .product-summary{margin-top:20px;padding:0}}#cart-page .cart-table li.cart-footer .product-summary .summary-price-line{display:flex;justify-content:space-between;align-items:flex-end}@media (max-width:767.98px){#cart-page .cart-table li.cart-footer .product-summary .summary-price-line{flex-direction:column;align-items:center;margin-bottom:15px;text-align:center}}#cart-page .cart-table li.cart-footer .product-summary .summary-price-line h3{font-size:1.3em;min-width:220px}#cart-page .cart-table li.cart-footer .product-summary .summary-price-line .price{color:#960d4e;font-size:2.1em;padding-right:76px;font-weight:600}@media (max-width:1389.98px){#cart-page .cart-table li.cart-footer .product-summary .summary-price-line .price{padding-right:32px}}@media (max-width:767.98px){#cart-page .cart-table li.cart-footer .product-summary .summary-price-line .price{display:block;padding:0}}#cart-page .cart-table li.cart-footer .coupon-box{position:relative}@media (max-width:1199.98px){#cart-page .cart-table li.cart-footer .coupon-box{padding-bottom:20px}}@media (max-width:767.98px){#cart-page .cart-table li.cart-footer .coupon-box{display:flex;justify-content:center;max-width:165px;margin:0 auto}}#cart-page .cart-table li.cart-footer .coupon-box .coupon-check,#cart-page .cart-table li.cart-footer .coupon-box label{cursor:pointer}#cart-page .cart-table li.cart-footer .coupon-box .checkbox{position:absolute;margin-right:0;cursor:pointer;top:6px;left:0}#cart-page .cart-table li.cart-footer .coupon-box .checkbox:before{top:-1px}#cart-page .cart-table li.cart-footer .coupon-box .checkbox:after{top:2px}#cart-page .cart-table li.cart-footer .coupon-box label{position:absolute;padding-left:24px}#cart-page .cart-table li.cart-footer .coupon-box #coupon-inputs{display:none;padding-right:30px;padding-top:30px}#cart-page .cart-table li.cart-footer .coupon-box #coupon-inputs input{padding:5px 15px;background:#fff;border:1px solid #ccc;border-radius:5px 0 0 5px;width:calc(100% - 133px)}@media (max-width:767.98px){#cart-page .cart-table li.cart-footer .coupon-box #coupon-inputs input{width:calc(100% - 102px)}}#cart-page .cart-table li.cart-footer .coupon-box #coupon-inputs button{background:#54515b;border:none;padding:5px;width:135px;color:#fff;border-radius:0 5px 5px 0}@media (max-width:767.98px){#cart-page .cart-table li.cart-footer .coupon-box #coupon-inputs button{width:100px}}@media (max-width:767.98px){#cart-page .cart-table li.cart-footer .coupon-box #coupon-inputs{flex-direction:column;padding-right:0}#cart-page .cart-table li.cart-footer .coupon-box #coupon-inputs button,#cart-page .cart-table li.cart-footer .coupon-box #coupon-inputs input{width:100%;border-radius:0}}#cart-page .cart-table li .input-length{width:60px;text-align:center;border:1px solid #d5d7d9;margin:0 6px;padding:2px 0}#cart-page .cart-table li .product-item-price{font-size:1.2em;font-weight:500}@media (max-width:991.98px){#cart-page .cart-table li .product-item-price{display:none}}#cart-page .cart-table li .product-item-price p{margin-bottom:0}#cart-page .cart-table li .product-desc{width:70%;padding-left:10px;display:flex}@media (max-width:1389.98px){#cart-page .cart-table li .product-desc{width:57%}}@media (max-width:991.98px){#cart-page .cart-table li .product-desc{width:calc(100% - 150px);text-align:left;margin-bottom:0;float:left}}@media (max-width:767.98px){#cart-page .cart-table li .product-desc{width:100%;display:flex;flex-direction:row-reverse;padding:0 20px}}@media (max-width:435.98px){#cart-page .cart-table li .product-desc{padding-left:20px}}#cart-page .cart-table li .product-desc .product-photo{width:155px;height:155px;padding:0;border-radius:5px;overflow:hidden;margin:0 20px 0 10px;flex:0 0 155px}@media (max-width:991.98px){#cart-page .cart-table li .product-desc .product-photo{width:95px;height:95px;padding:0;flex-basis:95px}}@media (max-width:767.98px){#cart-page .cart-table li .product-desc .product-photo{margin-right:0}}#cart-page .cart-table li .product-desc .product-photo img{width:auto;height:auto;min-width:100%;max-width:110%;position:relative;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}#cart-page .cart-table li .product-desc .product-info{display:flex;flex-direction:column}@media (max-width:767.98px){#cart-page .cart-table li .product-desc .product-info{justify-content:center}#cart-page .cart-table li .product-desc .product-info.to-free-delivery{width:100%}}@media (max-width:767.98px){#cart-page .cart-table li .product-desc .product-info .code{display:none}}#cart-page .cart-table li .product-desc .product-info h3{font-size:1.1em;margin-bottom:4px;font-weight:600}@media (max-width:991.98px){#cart-page .cart-table li .product-desc .product-info h3{font-size:1em}}@media (max-width:767.98px){#cart-page .cart-table li .product-desc .product-info h3{margin-bottom:5px}}#cart-page .cart-table li .product-desc .product-info h3 a{color:#000;line-height:1.4em;padding-right:22px;display:block}@media (max-width:991.98px){#cart-page .cart-table li .product-desc .product-info h3 a{padding-right:15px}}@media (max-width:767.98px){#cart-page .cart-table li .product-desc .product-info h3 a{line-height:1.2em}}#cart-page .cart-table li .product-desc .product-info.prgrs h3{margin-bottom:5px}#cart-page .cart-table li .product-desc .product-info p{margin-bottom:2px}@media (max-width:767.98px){#cart-page .cart-table li .product-desc .product-info p{margin-bottom:0;line-height:23px}}#cart-page .cart-table li .product-desc .product-stock-wrapper{display:flex;align-items:center;flex-wrap:wrap;margin:1.5625rem -.125rem -.125rem}@media (max-width:767.98px){#cart-page .cart-table li .product-desc .product-stock-wrapper{flex-direction:column;align-items:flex-start;margin:2.8rem 1.25rem 0 0}}#cart-page .cart-table li .product-desc .product-stock{background:#f2f2f2;padding:.3rem .75rem;border-radius:.75rem;margin:.125rem;text-align:center;font-weight:600}@media (max-width:767.98px){#cart-page .cart-table li .product-desc .product-stock{margin:0;font-size:.9rem}}@media (max-width:767.98px){#cart-page .cart-table li .product-desc .product-stock:not(:last-child){margin:0 0 .9375rem}}#cart-page .cart-table li .product-desc .product-stock.-green,#cart-page .cart-table li .product-desc .product-stock.-orange,#cart-page .cart-table li .product-desc .product-stock.-purple{color:#fff}#cart-page .cart-table li .product-desc .product-stock.-green{background:#c0d131}#cart-page .cart-table li .product-desc .product-stock.-orange{background:#f87909}#cart-page .cart-table li .product-desc .product-stock.-purple{background:#f2355d}#cart-page .cart-table li .product-item-price{width:13%}#cart-page .cart-table li .product-quantity{width:10.6%;min-width:98px}@media (max-width:991.98px){#cart-page .cart-table li .product-quantity{float:right;margin-right:20px;margin-left:0}}@media (max-width:767.98px){#cart-page .cart-table li .product-quantity{position:absolute;right:0;bottom:75px}}@media (max-width:435.98px){#cart-page .cart-table li .product-quantity{margin-left:20px}}#cart-page .cart-table li .product-quantity .quantity{padding:0;width:105px;padding-right:0!important}#cart-page .cart-table li .product-price{width:calc(17% - 50px);color:#960d4e;text-align:right;padding-right:30px;font-weight:600;min-width:107px;font-size:1.75em}@media (max-width:1389.98px){#cart-page .cart-table li .product-price{padding-right:5px;float:left}}@media (max-width:991.98px){#cart-page .cart-table li .product-price{font-size:1.5em;padding-top:7px;text-align:center;position:absolute;right:35px;bottom:17px}}@media (max-width:767.98px){#cart-page .cart-table li .product-price{bottom:1.25rem;line-height:1}}#cart-page .cart-table li .product-delete{width:50px}@media (max-width:991.98px){#cart-page .cart-table li .product-delete{margin-top:8px;float:right;margin-right:13px;position:absolute;right:-5px;bottom:27px}}@media (max-width:767.98px){#cart-page .cart-table li .product-delete{bottom:1.4375rem}}#cart-page .cart-table li .product-delete img{position:relative;width:16px;margin-left:1px;top:0}@media (max-width:991.98px){#cart-page .cart-table li .product-delete img{top:2px}}#cart-page .cart-table li .product-delete img:hover{opacity:.7}#cart-page .pointer{cursor:pointer}@media (max-width:767.98px){#cart-page #cart-page .cart-table li{min-height:16.875rem}}#cart-page #cart-page input[type=checkbox].checkbox,#cart-page #checkout input[type=checkbox].checkbox{position:relative;width:14px;margin-right:25px;height:14px;cursor:pointer}#cart-page #cart-page input[type=checkbox].checkbox:before,#cart-page #checkout input[type=checkbox].checkbox:before{width:15px;height:15px;position:absolute;display:block;left:0;bottom:-2px;background:transparent;border:1px solid #960d4e;content:"";background:#fff}#cart-page #cart-page input[type=checkbox].checkbox:checked:before,#cart-page #checkout input[type=checkbox].checkbox:checked:before{background:#960d4e}#cart-page #cart-page input[type=checkbox].checkbox:checked:after,#cart-page #checkout input[type=checkbox].checkbox:checked:after{width:10px;height:6px;position:absolute;z-index:2;display:block;bottom:4px;left:3px;border-left:2px solid #fff;border-bottom:2px solid #fff;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);content:""}#cart-page .progress-bar{width:316px;height:8px;background:url(../images/icons/progress-bg.png) no-repeat 50%;border-radius:5px;overflow:hidden;position:relative;margin:0 0 10px}@media (max-width:767.98px){#cart-page .progress-bar{display:none}}#cart-page .progress-bar .active-part{position:absolute;border-radius:5px;height:8px;top:0;content:"";background:url(../images/icons/progress-active.png) no-repeat 50%;left:0}#cart-page .product-info.prgrs h3{font-size:1.3em;font-weight:400;margin-bottom:0}#cart-page .product-info.prgrs p{font-size:.9em;font-weight:700;margin-bottom:0}#cart-page .product-info.prgrs .progress-bar{margin:5px 0;width:260px}#cart-page .cart-buttons-line{display:flex;justify-content:space-between;align-items:center}@media (max-width:767.98px){#cart-page .cart-buttons-line{flex-direction:column-reverse;align-items:center;justify-content:center;text-align:center}}#cart-page .cart-buttons-line.centered{justify-content:center;padding:10px 0 0}#cart-page .cart-buttons-line .btn-text{color:#960d4e;font-weight:600;padding-left:25px}@media (max-width:767.98px){#cart-page .cart-buttons-line .btn-text{padding-left:0}}#cart-page .cart-buttons-line .btn-text img{margin-right:8px;position:relative;top:-2px}#cart-page .cart-buttons-line .btn{background:#960d4e;width:245px;height:50px;display:flex;align-items:center;justify-content:center;font-size:1.1em;letter-spacing:1px;text-transform:uppercase;border-radius:50px;float:right;color:#fff;font-weight:500;transition:.3s}@media (max-width:767.98px){#cart-page .cart-buttons-line .btn{float:none;margin:0 auto 25px}}#cart-page .cart-buttons-line .btn img{margin-left:20px}#cart-page .cart-buttons-line .btn:hover{background:#7d0c40}@media (max-width:991.98px){#cart-page #added-to-cart .cart-table .cart-item{display:flex}#cart-page #added-to-cart .cart-table .product-desc{margin-bottom:0}#cart-page #added-to-cart .cart-table .product-quantity{float:none;margin-left:0}}@media (max-width:767.98px){#cart-page #added-to-cart .cart-table .cart-item{padding-top:13px!important}}#home-page #home-about-us,#home-page #home-about-us-ro{background-color:#f6f5f7;border-radius:5px}@media (min-width:992px){#home-page #home-about-us,#home-page #home-about-us-ro{background-image:url(../images/about-us.jpg);background-repeat:no-repeat;background-position-y:center;background-position-x:calc(100% + 350px)}}@media (min-width:1200px){#home-page #home-about-us,#home-page #home-about-us-ro{background-position-x:calc(100% + 200px)}}@media (min-width:1390px){#home-page #home-about-us,#home-page #home-about-us-ro{background-position-x:right}}#home-page #home-about-us-ro .content,#home-page #home-about-us .content{padding:1.5rem 20px}@media (min-width:576px){#home-page #home-about-us-ro .content,#home-page #home-about-us .content{padding:2.75rem 2rem 2rem}}@media (min-width:768px){#home-page #home-about-us-ro .content,#home-page #home-about-us .content{padding:4.5rem 2.5rem 3.5rem}}#home-page #home-about-us-ro .content h1,#home-page #home-about-us .content h1{font-size:2.5rem;font-weight:600;margin-bottom:1.25rem}#home-page #home-about-us-ro .content h1 .logo,#home-page #home-about-us .content h1 .logo{width:32px;height:40px;margin-left:1.5rem}#home-page #home-about-us-ro .content p,#home-page #home-about-us .content p{line-height:1.5rem;margin-bottom:1.5rem}#home-page #home-about-us-ro .content .btn,#home-page #home-about-us .content .btn{padding:.75rem 2.25rem;margin-top:.5rem;font-weight:600;font-size:1.125rem;letter-spacing:.36px}@media (min-width:992px){#home-page #home-about-us-ro{background-image:url(../images/about-us-ro.jpg)}}#home-page #home-banners{overflow:hidden;z-index:1;border-radius:0 0 5px 5px;background:#f7f6f7}@media (min-width:1200px){#home-page #home-banners{border-radius:5px}}@media (max-width:767.98px){#home-page #home-banners{margin:0 -15px;border-radius:0}}@media (max-width:767.98px){#home-page #home-banners .carousel-item.xmas-item{background:url(../images/banner/homepage/banner6-bg-mobile.jpg) no-repeat top;height:22.75rem}#home-page #home-banners .carousel-item .xmas-banner{display:none}}@media (max-width:767.98px){#home-page #home-banners .carousel-item{height:42.0625rem;background:url(../images/banner3-bg-mobile.jpg) no-repeat 50%;background-size:cover}#home-page #home-banners .carousel-item.easter{background:url(../images/banner/homepage/velikonoce-mobile.png) no-repeat 50%}#home-page #home-banners .carousel-item.bamboo{background:url(../images/banner/homepage/bambusy-mobile.png) no-repeat 50%}#home-page #home-banners .carousel-item.cotton{background:url(../images/banner/homepage/siroka-nabidka-mobile.png) no-repeat 50%;height:450px}#home-page #home-banners .carousel-item.incrustation{display:flex;align-items:center;background:url(../images/banner/homepage/banner6-bg-mobile.jpg) no-repeat 50%;height:41.75rem;background-size:cover}#home-page #home-banners .carousel-item.incrustation .content{height:auto;padding-top:0}#home-page #home-banners .carousel-item.incrustation .incrustation-lg{display:none}#home-page #home-banners .carousel-item.xmas-item{height:35rem;background-size:cover}}#home-page #home-banners .carousel-item .banner-link{position:absolute;top:0;right:0;left:0;bottom:0;z-index:2}#home-page #home-banners .carousel-item:hover .content .btn{border:2px solid #000}#home-page #home-banners .carousel-item .content{display:flex;position:absolute;flex-direction:column;top:calc(50% + 1.25rem);left:0;width:100%;max-width:480px;-webkit-transform:translateY(-50%);transform:translateY(-50%);padding:0 .75rem 0 4.0625rem}@media (max-width:767.98px){#home-page #home-banners .carousel-item .content{position:static;-webkit-transform:none;transform:none;height:100%;align-items:center;max-width:inherit;padding:2rem 5rem 0;text-align:center}}@media (max-width:575.98px){#home-page #home-banners .carousel-item .content{padding:2rem 2rem 0}}#home-page #home-banners .carousel-item .content i{display:block;font-size:3.125rem;font-weight:400;line-height:normal;letter-spacing:.6px;color:#23829b;font-style:normal}#home-page #home-banners .carousel-item .content b,#home-page #home-banners .carousel-item .content strong{display:block;font-size:2.65rem;font-weight:600;margin:.5rem 0 .75rem;line-height:3rem}#home-page #home-banners .carousel-item .content p{font-size:1.125rem}#home-page #home-banners .carousel-item .content .btn{display:inline-flex;align-items:center;justify-content:center;width:auto;margin-top:.85rem;font-size:1.25rem;padding:.75rem 1.5625rem;font-weight:600;text-transform:none;background:#fff;color:#000;border-color:transparent;border-radius:1rem}@media (max-width:767.98px){#home-page #home-banners .carousel-item .content .btn{margin-top:2rem;padding:.8rem 2rem;font-size:1.5rem}}#home-page #home-banners .carousel-item .content .btn:after{content:"";margin-left:.6875rem;display:inline-block;background:transparent url(../images/icons/black-arrow.svg) no-repeat 50%;width:1.375rem;height:.75rem;line-height:1;background-size:1.375rem}#home-page #home-banners .carousel-item .content.text-style-2{top:50%}#home-page #home-banners .carousel-item .content.text-style-2 p{color:#a48565;font-weight:400;font-size:1.4em;margin-bottom:10px;margin-top:-10px}@media (max-width:767.98px){#home-page #home-banners .carousel-item .content.text-style-2 p{line-height:5.4em;margin-top:-63px}}@media (max-width:575.98px){#home-page #home-banners .carousel-item .content.text-style-2 p{line-height:4em;margin-top:-24px}}#home-page #home-banners .carousel-item .content.text-style-2 p strong{display:inline-block;font-weight:600;font-size:1em;line-height:2em}#home-page #home-banners .carousel-item .content.text-style-2 i{font-size:3em;margin-bottom:5px}#home-page #home-banners .carousel-item .content.text-style-2 b,#home-page #home-banners .carousel-item .content.text-style-2 strong{font-size:2.1em}#home-page #home-banners .carousel-item .content.text-style-3{top:50%}#home-page #home-banners .carousel-item .content.text-style-3 p{color:#fff;font-weight:400;font-size:1.4em;margin-bottom:10px;margin-top:-10px}@media (max-width:767.98px){#home-page #home-banners .carousel-item .content.text-style-3 p{line-height:5.4em;margin-top:-63px}}@media (max-width:575.98px){#home-page #home-banners .carousel-item .content.text-style-3 p{line-height:4em;margin-top:-24px}}#home-page #home-banners .carousel-item .content.text-style-3 p strong{display:inline-block;font-weight:600;font-size:1em;line-height:2em;color:#fff}#home-page #home-banners .carousel-item .content.text-style-3 i{font-size:3.6em;margin-bottom:5px}#home-page #home-banners .carousel-item .content.text-style-3 b,#home-page #home-banners .carousel-item .content.text-style-3 strong{font-size:2.1em;color:#fff}#home-page #home-banners .carousel-item .content.text-style-4{top:50%;text-align:left;padding-left:3rem}@media (max-width:767.98px){#home-page #home-banners .carousel-item .content.text-style-4{text-align:center}}#home-page #home-banners .carousel-item .content.text-style-4 p{color:#fff;font-weight:400;font-size:1.4em;margin-bottom:10px;margin-top:-10px}@media (max-width:767.98px){#home-page #home-banners .carousel-item .content.text-style-4 p{line-height:5.4em;margin-top:-143px;margin-bottom:-20px}}#home-page #home-banners .carousel-item .content.text-style-4 p strong{display:inline-block;font-weight:400;font-size:1em;line-height:1.25em;color:#183656;font-size:50px}@media (max-width:767.98px){#home-page #home-banners .carousel-item .content.text-style-4 p strong{font-size:40px}}#home-page #home-banners .carousel-item .content.text-style-4 i{font-size:3.6em;margin-bottom:5px}#home-page #home-banners .carousel-item .content.text-style-4 b,#home-page #home-banners .carousel-item .content.text-style-4 strong{font-size:2.1em;color:#fff}#home-page #home-banners .carousel-item .content.text-style-4 .btn-primary{font-size:20px;color:#1a385b;border:1px solid #fff;background:url(../images/banner/homepage/arrow.svg) no-repeat right 25px center #fff;padding-right:57px}#home-page #home-banners .carousel-item .content.text-style-4 .btn-primary:hover{background-color:#eaf5f6!important;border-color:#1a385b!important}#home-page #home-banners .carousel-item .content.text-style-4 .btn{border-radius:0;margin-top:.5rem}#home-page #home-banners .carousel-item .content.text-style-5{top:50%;text-align:left;padding-left:3rem}@media (max-width:767.98px){#home-page #home-banners .carousel-item .content.text-style-5{text-align:center;padding-left:0}}#home-page #home-banners .carousel-item .content.text-style-5 p{color:#fff;font-weight:400;font-size:1.4em;margin-bottom:10px;margin-top:-10px}@media (max-width:767.98px){#home-page #home-banners .carousel-item .content.text-style-5 p{line-height:5.4em;margin-top:-123px;margin-bottom:-40px}}#home-page #home-banners .carousel-item .content.text-style-5 p strong{display:inline-block;font-weight:400;line-height:1.25em;color:#7d9855;font-size:45px}@media (max-width:767.98px){#home-page #home-banners .carousel-item .content.text-style-5 p strong{font-size:40px}}#home-page #home-banners .carousel-item .content.text-style-5 i{font-size:50px!important;margin-bottom:5px;color:#7d9855}@media (max-width:767.98px){#home-page #home-banners .carousel-item .content.text-style-5 i{line-height:.8rem;font-size:40px!important;margin-bottom:0}}#home-page #home-banners .carousel-item .content.text-style-5 b,#home-page #home-banners .carousel-item .content.text-style-5 strong{font-size:2.1em;color:#fff}#home-page #home-banners .carousel-item .content.text-style-5 .btn-primary{font-size:20px;color:#fff;border:1px solid #80b00c;background:url(../images/banner/homepage/arrow-white.svg) no-repeat right 25px center #80b00c;padding-right:57px}#home-page #home-banners .carousel-item .content.text-style-5 .btn-primary:hover{background-color:#eaf5f6!important;border-color:#1a385b!important}#home-page #home-banners .carousel-item .content.text-style-5 .btn{border-radius:0;margin-top:.5rem}#home-page #home-banners .carousel-item .content.text-style-6{max-width:32.5rem;top:calc(50% - 1.5625rem)}@media (max-width:767.98px){#home-page #home-banners .carousel-item .content.text-style-6{top:30%;padding:3rem .75rem 0}}#home-page #home-banners .carousel-item .content.text-style-6 p{font-size:3.125rem;line-height:4.125rem;margin:0;color:#000}#home-page #home-banners .carousel-item .content.text-style-6 .text-gray{display:flex;font-size:1.5625rem;color:#767676;line-height:1;margin-bottom:.9375rem}@media (max-width:767.98px){#home-page #home-banners .carousel-item .content.text-style-6 .text-gray{justify-content:center}}#home-page #home-banners .carousel-item .content.text-style-6 .red-box{background:#d81300;color:#fff;border-radius:.625rem;padding:0 .9375rem}#home-page #home-banners .carousel-item .content.text-style-7{max-width:32.5rem;top:50%}@media (max-width:767.98px){#home-page #home-banners .carousel-item .content.text-style-7{max-width:100%}}#home-page #home-banners .carousel-item .content.text-style-7 p{font-size:3.125rem;line-height:4.125rem;margin:0;color:#000}@media (max-width:767.98px){#home-page #home-banners .carousel-item .content.text-style-7 p{line-height:3.5rem}}#home-page #home-banners .carousel-item .content.text-style-7 .xmas{display:inline-flex}#home-page #home-banners .carousel-item .content.text-style-7 .xmas img{position:relative;bottom:-.5rem}#home-page #home-banners .carousel-item .content.text-style-8{color:#000;font-size:3.125rem;line-height:1}#home-page #home-banners .carousel-item .content.text-style-8 i{color:#d8b56b}#home-page #home-banners .carousel-indicators{width:100px;left:auto;justify-content:flex-end;margin:0 50px 50px}@media (max-width:767.98px){#home-page #home-banners .carousel-indicators{display:none}}#home-page #home-banners .carousel-indicators li{width:6px;height:6px;border-radius:50%;opacity:1}#home-page #home-banners .carousel-indicators li.active{background-color:#960d4e}#home-page #home-bestsellers{margin-bottom:3.5rem}#home-page #home-bestsellers .slider{position:relative;width:calc(100% - 7.5rem);margin:0 3.75rem}@media (max-width:767.98px){#home-page #home-bestsellers .slider{width:calc(100% - 70px);margin:0 auto}}#home-page #home-bestsellers .slider .track{overflow:hidden}#home-page #home-bestsellers .slider .track .slides{display:flex;justify-content:center;position:relative;z-index:11;padding:0;width:100%;list-style:none;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-backface-visibility:hidden;backface-visibility:hidden;white-space:nowrap;flex-wrap:nowrap;overflow:hidden;margin-bottom:0}#home-page #home-bestsellers .slider .track .slides .slide{width:10.4375rem;height:100%;flex-shrink:0;white-space:normal;padding-top:5px;padding-bottom:5px}#home-page #home-bestsellers .slider .controls{display:flex;position:absolute;z-index:10;top:50%;left:-3.75rem;width:calc(100% + 7.5rem);-webkit-transform:translateY(-50%);transform:translateY(-50%);justify-content:space-between}@media (max-width:767.98px){#home-page #home-bestsellers .slider .controls{width:calc(100% + 60px);left:-30px}}#home-page #home-bestsellers .slider .controls .btn{width:40px;height:40px;border:2px solid #e1e0e3;border-radius:50%}@media (max-width:767.98px){#home-page #home-bestsellers .slider .controls .btn.btn-prev{left:-10px;position:relative}#home-page #home-bestsellers .slider .controls .btn.btn-next{right:-12px;position:relative}}#home-page #home-bestsellers .slider .controls .btn:hover{background:#f9f9f9}#home-page #home-bestsellers .without-slider .controls{display:none}#home-page #home-bestsellers .one .slider .slides{width:100%!important;-webkit-transform:none!important;transform:none!important;height:220px}#home-page #home-bestsellers .one .slider .slides .slide{max-width:180px;margin:0 auto}#home-page #home-bestsellers .one .slider .slides .slide.glide__slide--clone{display:none}#home-page #home-bestsellers .one .slider .slides .slide.glide__slide--active{position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}#home-page #home-bestsellers .one .slider .controls{display:none}#home-page #home-bestsellers .product-card{position:relative;width:100%;height:100%;background:#fff;border:1px solid #e1e0e3;transition:.25s;overflow:hidden}#home-page #home-bestsellers .product-card>*{position:relative;z-index:10}#home-page #home-bestsellers .product-card .labels{position:absolute;top:1.25rem;left:8px;z-index:15}#home-page #home-bestsellers .product-card .labels .counter{display:none;background:#960d4e;width:22px;height:22px;color:#fff;margin-top:-11px;border-radius:50%;text-align:center;line-height:22px;font-size:13px;padding-left:2px;margin-bottom:5px}#home-page #home-bestsellers .product-card .labels .label{position:relative;display:table;border-radius:20px;margin-bottom:5px;color:#fff;font-size:.75rem;text-transform:uppercase;font-weight:600;padding:0 .65rem;line-height:1.375rem;width:auto}#home-page #home-bestsellers .product-card .labels .label.label-green{background-color:#9abb00}#home-page #home-bestsellers .product-card .labels .label.label-yellow{background:#d6b36b}#home-page #home-bestsellers .product-card .labels .label.label-czech-quality,#home-page #home-bestsellers .product-card .labels .label.label-secondary{background:#a48565}#home-page #home-bestsellers .product-card .labels .label.label-czech-quality{padding-left:1.85rem}#home-page #home-bestsellers .product-card .labels .label.label-czech-quality .icon{position:absolute;top:0;left:0;width:22px;height:22px}#home-page #home-bestsellers .product-card .image{display:block;position:relative;width:100%;height:auto;padding-bottom:75%}#home-page #home-bestsellers .product-card .image:after{position:absolute;bottom:-1px;content:"";left:0;background:#f3f3f3;width:100%;height:1px;z-index:2}#home-page #home-bestsellers .product-card .image img{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);border-radius:5px;overflow:hidden;height:auto;width:20.625rem;max-height:calc(100% + 1px);transition:all .2s ease-in-out}@media (max-width:1389.98px){#home-page #home-bestsellers .product-card .image img{width:16.75rem}}@media (max-width:1199.98px){#home-page #home-bestsellers .product-card .image img{width:18.625rem}}@media (max-width:991.98px){#home-page #home-bestsellers .product-card .image img{width:13.5rem}}@media (max-width:767.98px){#home-page #home-bestsellers .product-card .image img{width:15.0625rem}}@media (max-width:575.98px){#home-page #home-bestsellers .product-card .image img{width:auto}}#home-page #home-bestsellers .product-card .image img.primary{opacity:1}#home-page #home-bestsellers .product-card .image img.secondary{opacity:0}#home-page #home-bestsellers .product-card .image:hover img:after{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);max-height:calc(100% + 1px);max-width:inherit;content:"";background-image:attr(data-hover)}#home-page #home-bestsellers .product-card .image .czech-icon{position:absolute;bottom:-15px;right:1rem;border-radius:50%;width:30px;height:30px;border:2px solid #f3f2f4;z-index:10;-webkit-transform:none;transform:none;top:inherit;left:inherit}#home-page #home-bestsellers .product-card a.link-overlay{position:absolute;width:100%;height:100%;top:0;left:0;z-index:11;text-decoration:none}#home-page #home-bestsellers .product-card a.link-overlay:hover~.image img.primary{opacity:0}#home-page #home-bestsellers .product-card a.link-overlay:hover~.image img.secondary{opacity:1}@media (max-width:767.98px){#home-page #home-bestsellers .product-card a.link-overlay:hover~.image img.primary{opacity:1}#home-page #home-bestsellers .product-card a.link-overlay:hover~.image img.secondary{opacity:0}}#home-page #home-bestsellers .product-card .content{padding:0 1.125rem 1.125rem}#home-page #home-bestsellers .product-card .content .name{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;max-height:3rem;width:100%;text-decoration:none;font-size:1.125rem;font-weight:400;line-height:1.5rem;color:#000;margin:2rem 0 .75rem;text-align:center;display:block;min-height:70px;max-height:unset;height:auto}#home-page #home-bestsellers .product-card .content .name:hover{color:#960d4e}@media (max-width:767.98px){#home-page #home-bestsellers .product-card .content .name{font-size:1.05em}}#home-page #home-bestsellers .product-card .content .stock{font-size:1rem;white-space:nowrap;text-align:center;font-weight:600}#home-page #home-bestsellers .product-card .content .stock.in{color:#9abb00}#home-page #home-bestsellers .product-card .content .stock.out{color:#e93f4d}#home-page #home-bestsellers .product-card .content .price{font-size:1rem;white-space:nowrap;text-align:center;margin-top:3px}#home-page #home-bestsellers .product-card .content .price s{display:inline-block;line-height:1rem;font-size:.95rem;font-weight:600;margin-right:10px}#home-page #home-bestsellers .product-card .content .price b{display:inline-block;font-size:1.35rem;line-height:1.75rem}#home-page #home-bestsellers .product-card .content .price b small{position:relative;font-size:.95rem;font-weight:600;color:#960d4e;top:-2px;margin-left:10px}#home-page #home-bestsellers .product-card .content .btn{margin:1.125rem 0 .75rem;letter-spacing:.32px;font-weight:600;padding-left:1.75rem;padding-right:1.75rem;text-decoration:none}#home-page #home-bestsellers .product-card:hover{box-shadow:0 0 15px rgba(0,0,0,.15);border-color:#fff;z-index:9}#home-page #home-bestsellers .product-card:hover .content .btn{border-color:#960d4e;background-color:#960d4e;color:#fff}@media (max-width:767.98px){#home-page #home-bestsellers{margin-bottom:3.5rem}}#home-page #home-bestsellers .track{padding:2px}#home-page #home-bestsellers .track ul li{padding:4px 7px}#home-page #home-bestsellers .product-card .labels .counter{display:block}#home-page #home-bestsellers .product-card .image img{width:auto}#home-page #home-bestsellers .more-news-btn{padding:10px 30px;position:relative;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);margin-top:30px;font-weight:600}#home-page #home-blog{margin:0 -7px 5rem}#home-page #home-blog .articles{padding:0}#home-page #home-blog .articles>div{padding:7px}#home-page #home-blog .articles>div article.article-card{position:relative;width:100%;height:100%;padding:20px;transition:.25s;background:#fff;border:1px solid #e1e0e3}#home-page #home-blog .articles>div article.article-card>*{position:relative;z-index:10}#home-page #home-blog .articles>div article.article-card a.link-overlay{position:absolute;width:100%;height:100%;top:0;left:0;z-index:11;text-decoration:none}#home-page #home-blog .articles>div article.article-card .image{display:block;position:relative;width:100%;height:auto;border-radius:5px;padding-bottom:55%}#home-page #home-blog .articles>div article.article-card .image img{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);max-width:100%;max-height:100%;border-radius:5px;overflow:hidden}#home-page #home-blog .articles>div article.article-card .content{padding:0 20px}@media (max-width:767.98px){#home-page #home-blog .articles>div article.article-card .content{padding:0}}#home-page #home-blog .articles>div article.article-card .content h3{margin:1.5rem 0 1rem;font-size:1.125rem;line-height:1.5rem;font-weight:600}#home-page #home-blog .articles>div article.article-card .content h3 a{color:#000;text-decoration:none}#home-page #home-blog .articles>div article.article-card .content h3 a:hover{color:#960d4e}#home-page #home-blog .articles>div article.article-card .content p{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-height:1.5rem;max-height:3rem}#home-page #home-blog .articles>div article.article-card .content .btn{margin:.75rem 0 1.5rem;padding:.375rem 1.75rem;font-weight:600}#home-page #home-blog .articles>div article.article-card:hover{box-shadow:0 0 15px rgba(0,0,0,.15);border-color:#fff}#home-page #home-blog .articles>div article.article-card:hover .content .btn{border-color:#960d4e;background-color:#960d4e;color:#fff}#home-page #home-blog .articles .link-block{padding:7px;border-radius:0 5px 5px 0}@media (max-width:767.98px){#home-page #home-blog .articles .link-block{background-position-x:calc(100% + 80px)}}@media (max-width:575.98px){#home-page #home-blog .articles .link-block{min-height:350px;border-radius:0 0 5px 5px}}#home-page #home-blog .articles .link-block a{display:flex;width:100%;height:100%;text-decoration:none;background:#fbf6ed url(../images/article-list-link.png) no-repeat 100% 100%}#home-page #home-blog .articles .link-block a .content{margin-left:1.75rem;align-self:center}#home-page #home-blog .articles .link-block a .content:after{content:"\02192";display:block;font-size:1.25rem;line-height:1rem;color:#a48565}#home-page #home-blog .articles .link-block a .content i{display:block;font-family:Pacifico,cursive;font-style:normal;color:#a48565;font-size:1.25rem;line-height:1.25rem}#home-page #home-blog .articles .link-block a .content b{color:#000;font-size:2.25rem;font-weight:600}#home-page #home-categories{margin:0 -5px}#home-page #home-categories .box{display:flex;width:calc(100% - 10px);height:185px;margin:5px;border-radius:5px;overflow:hidden;text-decoration:none;align-items:center;background-position:0}#home-page #home-categories .box:hover{opacity:.95}#home-page #home-categories .box:hover .content .arrow{background:transparent;border:2px solid #000}#home-page #home-categories .box.box-first{height:380px;align-items:flex-start;justify-content:center}#home-page #home-categories .box.box-first .content{margin:2.5rem 0 0;text-align:center}#home-page #home-categories .box.box-gold{background-color:#fbf6ed;color:#a48565}#home-page #home-categories .box.box-purple{background-color:#fde9f2;color:#960d4e}#home-page #home-categories .box.box-green{background-color:#e3f1f1;color:#128d8d}#home-page #home-categories .box.box-center{text-align:center;justify-content:center;background-position:50%}#home-page #home-categories .box.latky,#home-page #home-categories .box.povlaky,#home-page #home-categories .box.povleceni,#home-page #home-categories .box.rucniky,#home-page #home-categories .box.ubrusy,#home-page #home-categories .box.zavesy{background-position:100%;background-repeat:no-repeat;background-size:cover}@media (max-width:435px){#home-page #home-categories .box.zavesy{background-image:url(../images/directories/zavesy-02-small.jpg)!important;background-color:#f3f3f3}}@media (max-width:435px){#home-page #home-categories .box.povleceni{background-image:url(../images/directories/povleceni-02-small.jpg)!important;background-color:#eefbfc}}@media (max-width:435px){#home-page #home-categories .box.latky{background-image:url(../images/directories/latky-02-small.jpg)!important;background-color:#f7f7f7}}@media (max-width:435px){#home-page #home-categories .box.rucniky{background-image:url(../images/directories/rucniky-02-small.jpg)!important;background-color:#f7f7f7}}@media (max-width:435px){#home-page #home-categories .box.ubrusy{background-image:url(../images/directories/ubrusy-02-small.jpg)!important;background-color:#eef4ff}}@media (max-width:435px){#home-page #home-categories .box.povlaky{background-image:url(../images/directories/povlaky-02-small-t.jpg)!important;background-color:#f2f2f2}}#home-page #home-categories .box.box-gray,#home-page #home-categories .box.box-gray a{color:#636b6b}#home-page #home-categories .box.box-gray .cpt{font-size:1.25rem;font-weight:600}#home-page #home-categories .box .box-margin{margin-top:-.5rem}#home-page #home-categories .box .content{margin:0 1.75rem}#home-page #home-categories .box .content .arrow{display:flex;align-items:center;justify-content:center;width:2.375rem;height:2.375rem;border-radius:99rem;background:#fff;margin-left:1.125rem;flex:0 0 2.375rem}#home-page #home-categories .box .content .arrow:after{content:"";display:inline-block;background:transparent url(../images/icons/arrow.svg) no-repeat 50%;width:.8125rem;height:.625rem;line-height:1;background-size:.8125rem}#home-page #home-categories .box .content b{display:block;color:#000;font-size:1.5625rem;font-weight:600;line-height:1}@media (max-width:1199.98px){#home-page #home-categories .box .content b{display:inline-block;background:hsla(0,0%,100%,.6);padding:.2rem;border-radius:.25rem}}@media (max-width:435px){#home-page #home-categories .box .content b{background:transparent;padding:0}}#home-page h2{text-align:center;font-size:2.75rem;font-weight:600;margin:3rem 0}@media (max-width:991.98px){#home-page h2{font-size:2rem;margin:2rem 0}}#success-page{text-align:center;padding-top:1.25rem;padding-bottom:4rem}#success-page h2{margin-top:2.5rem}#success-page .blocks{margin-top:2.5rem;border-radius:5px;border:2px solid #f3f2f4;background-color:#f7f6f7}#success-page .blocks>div{display:flex;flex-direction:column;padding:2rem 1.5rem;align-items:center}#success-page .blocks>div:not(:first-child){border-left:2px solid #f3f2f4}#success-page .blocks>div.fb .icon{background-color:#186dcd}#success-page .blocks>div.fb .icon svg{width:13px;height:25px}#success-page .blocks>div.blog .icon{background-color:#45414d}#success-page .blocks>div.blog .icon svg{width:26px;height:25px;margin-left:6px;margin-top:-2px}#success-page .blocks>div.msg .icon{background-color:#9abb00}#success-page .blocks>div.msg .icon svg{width:18px;height:25px}#success-page .blocks>div .icon{display:flex;width:50px;height:50px;border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.25rem}#success-page .blocks>div h4{font-size:1.25rem;margin-bottom:1rem}#success-page .blocks>div p{width:260px;margin-bottom:1.5rem}#success-page .blocks>div .btn{font-weight:600;padding:.35rem 2.125rem .45rem}@media (max-width:991.98px){#success-page .blocks>div:not(:last-child){border-bottom:2px solid #f3f2f4}}@media (max-width:767.98px){#success-page .blocks>div:not(:first-child){border-left:0}#success-page .blocks>div p{width:auto}}#success-page h3{font-size:1.25rem;margin:1.25rem 0 1rem}#success-page p{font-size:1.125rem}#success-page .thanks-block,#success-page hr{margin:1.5rem 0}#success-page .thanks-block .icon{width:50px;height:50px;margin-bottom:.35rem}#success-page .thanks-block i{display:block;font-style:normal;font-size:2.375rem;font-family:Pacifico,cursive;color:#a48565;font-weight:100;letter-spacing:2px}#success-page .code{display:inline-block;background:#f7f6f7;border:2px solid #f3f2f4;font-size:1.125rem;padding:.5rem 1.75rem;border-radius:5px;margin-bottom:1.5rem}#success-page .code b{font-weight:600}@media (max-width:991.98px){#success-page{padding-bottom:2rem}}#text-page{padding-top:1.25rem;padding-bottom:4rem}@media (max-width:991.98px){#text-page{padding-bottom:2rem}}