@charset "UTF-8";:root{--primary-color:#121a25;--secondary-color:#004b8c;--secondary-color2:#4f5ac2;--yellow-color:#fff200;--text-gray-color:#666666;--white-color:#ffffff;--ofwhite-color:#f2f2f2;--black-color:#000000;--light-color:#a5a5a5;--light-color2:#aaaaaa;--dark-color:#242424;--sky-color:#647589;--border-color:#c8c8c8;--border-color2:#e4e4e4;--border-color3:#dddddd;--border-dark:#383434;--bg-gray-color:#f7f8fc;--gray-color:#ebebeb;--gray-color2:#f5f5f5;--josefin-sans:"Josefin Sans", sans-serif;--open-sans:"Open Sans", sans-serif;--body-font-size:1.6rem;--body-font-weight:400;--body-line-height:2.5rem;--headings-weight:600;--transition:all 0.3s ease 0s;--container-fluid-offset:19rem}.color-scheme-1{--secondary-color:#f51c1c}.color-scheme-2{--secondary-color:#4f5ac2}.color-scheme-3{--secondary-color:#666666}*,*::after,*::before{-webkit-box-sizing:border-box;box-sizing:border-box}html,body{min-height:100%;margin:0;font-size:62.5%;padding:0}body{font-family:var(--josefin-sans);font-size:var(--body-font-size, 1.6rem);font-weight:var(--body-font-weight);font-style:normal;line-height:var(--body-line-height, 25px);position:relative;visibility:visible;overflow-x:hidden;color:var(--black-color);background-color:var(--white-color)}@media only screen and (max-width:1599px){body{font-size:1.5rem}}@media only screen and (max-width:767px){body{font-size:1.4rem}}dt{font-weight:350}h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{font-weight:var(--headings-weight);margin:0}h1,.h1{font-size:2.0rem;line-height:2.5rem;font-weight:700}@media only screen and (min-width:576px){h1, .h1{font-size:3rem;line-height:3.8rem}}@media only screen and (min-width:768px){h1, .h1{font-size:3.6rem;line-height:4.3rem}}@media only screen and (min-width:992px){h1, .h1{font-size:4.2rem;line-height:4.8rem}}@media only screen and (min-width:1200px){h1, .h1{font-size:4.8rem;line-height:5.3rem}}@media only screen and (min-width:1366px){h1, .h1{font-size:5rem;line-height:5.5rem}}@media only screen and (min-width:1600px){h1, .h1{font-size:6rem;line-height:7.2rem}}h2,.h2{font-size:2.2rem;line-height:2.8rem;font-weight:600}@media only screen and (min-width:768px){h2, .h2{font-size:2.5rem;line-height:3rem}}@media only screen and (min-width:992px){h2, .h2{font-size:3rem;line-height:3.5rem}}@media only screen and (min-width:1200px){h2, .h2{font-size:3.5rem;line-height:3.5rem}}@media only screen and (min-width:1600px){h2, .h2{font-size:4rem;line-height:4.5rem}}h3,.h3{font-size:2rem;line-height:2.8rem;font-weight:600}@media only screen and (min-width:992px){h3, .h3{font-size:2.3rem;line-height:3.2rem}}@media only screen and (min-width:1200px){h3, .h3{font-size:2.5rem;line-height:3.5rem}}@media only screen and (min-width:1600px){h3, .h3{font-size:3rem;line-height:4rem}}h4,.h4{font-weight:600;font-size:1.6rem;line-height:2.5rem}.name1{font-size:1.3rem;display:block;font-weight:100}.product__items--content__title a{display:block}.product__items--content__title .name1{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;line-height:25px;min-height:25px}.product__items .slz{font-size:1.3rem;display:block;margin:0 0 5px 0;padding:5px;text-align:center;background:#dbe2fd}.product__badge--items.hrubka{background:var(--black-color);color:var(--white-color)}@media only screen and (min-width:1200px){h4, .h4{font-size:1.6rem}}h5,.h5{font-weight:400}h6,.h6{font-weight:400}p,.p{margin-top:0;margin-bottom:1.8rem;color:var(--text-gray-color);font-family:var(--open-sans)}@media only screen and (max-width:767px){p, .p{font-size:1.4rem;line-height:2.4rem}}p:last-child{margin-bottom:0}a,button{display:inline-block;cursor:pointer;-webkit-transition:var(--transition);transition:var(--transition);color:inherit}a,button,img,input,textarea{-webkit-transition:var(--transition);transition:var(--transition)}*:focus{outline:none;-webkit-box-shadow:none;box-shadow:none}:focus-visible{-webkit-box-shadow:0 0 5px 2px rgba(19, 19, 19, 0.15);box-shadow:0 0 5px 2px rgba(19, 19, 19, 0.15)}a:focus{text-decoration:none;outline:none}a:hover{text-decoration:none;color:var(--secondary-color)}button,input[type="submit"]{cursor:pointer;font-family:var(--font-lato);font-size:var(--body-font-size);font-weight:var(--body-font-weight);line-height:var(--body-line-height)}input[type="number"]{-moz-appearance:textfield}img{max-width:100%;height:auto}span{display:inline-block;-webkit-transition:var(--transition);transition:var(--transition)}label{-webkit-transition:var(--transition);transition:var(--transition);display:block}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{opacity:1}input:-moz-placeholder,textarea:-moz-placeholder{opacity:1}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1}input:-ms-input-placeholder,textarea:-ms-input-placeholder{opacity:1}ul{margin:0;padding:0}ul:last-child{margin-bottom:0}li{list-style:none;line-height:1}hr{border-top-width:2px}.container,.container-fluid{width:100%;margin-right:auto;margin-left:auto;max-width:1920px}.container{padding-right:1.5rem;padding-left:1.5rem}.container-fluid{--offset-fluid:1.5rem;padding-right:var(--offset-fluid);padding-left:var(--offset-fluid)}@media only screen and (min-width:992px){.container-fluid{--offset-fluid:3rem}}@media only screen and (min-width:1366px){.container-fluid{--offset-fluid:calc(var(--container-fluid-offset) / 4.5)}}@media only screen and (min-width:1600px){.container-fluid{--offset-fluid:calc(var(--container-fluid-offset) / 2.5)}}@media only screen and (min-width:1800px){.container-fluid{--offset-fluid:var(--container-fluid-offset)}}@media only screen and (min-width:576px){.container{max-width:576px}}@media only screen and (min-width:768px){.container{max-width:768px}}@media only screen and (min-width:992px){.container{max-width:960px}}@media only screen and (min-width:1200px){.container{max-width:1200px}}@media only screen and (min-width:1400px){.container{max-width:1200px}}.row{--bs-gutter-x:3rem;--bs-gutter-y:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:calc(var(--bs-gutter-y) * -1);margin-right:calc(var(--bs-gutter-x) * -0.5);margin-left:calc(var(--bs-gutter-x) * -0.5)}.row>*{-ms-flex-negative:0;flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * 0.5);padding-left:calc(var(--bs-gutter-x) * 0.5);margin-bottom:var(--bs-gutter-y)}.col{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%}.row-cols-auto>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.row-cols-1>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.row-cols-2>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.row-cols-3>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.row-cols-4>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.row-cols-5>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:20%}.row-cols-6>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}@media only screen and (min-width:576px){.col-sm{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%}.row-cols-sm-auto>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.row-cols-sm-1>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.row-cols-sm-2>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.row-cols-sm-3>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.row-cols-sm-4>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.row-cols-sm-5>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:20%}.row-cols-sm-6>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}}@media only screen and (min-width:768px){.col-md{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%}.row-cols-md-auto>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.row-cols-md-1>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.row-cols-md-2>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.row-cols-md-3>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.row-cols-md-4>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.row-cols-md-5>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:20%}.row-cols-md-6>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}}@media only screen and (min-width:992px){.col-lg{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%}.row-cols-lg-auto>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.row-cols-lg-1>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.row-cols-lg-2>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.row-cols-lg-3>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.row-cols-lg-4>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.row-cols-lg-5>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:20%}.row-cols-lg-6>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}}@media only screen and (min-width:1200px){.col-xl{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%}.row-cols-xl-auto>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.row-cols-xl-1>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.row-cols-xl-2>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.row-cols-xl-3>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.row-cols-xl-4>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.row-cols-xl-5>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:20%}.row-cols-xl-6>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}}@media only screen and (min-width:1600px){.col-xxl{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%}.row-cols-xxl-auto>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.row-cols-xxl-1>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.row-cols-xxl-2>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.row-cols-xxl-3>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.row-cols-xxl-4>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.row-cols-xxl-5>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:20%}.row-cols-xxl-6>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}}.col-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-1{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:8.33333333%}.col-2{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.66666667%}.col-3{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.col-4{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.33333333%}.col-5{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:41.66666667%}.col-6{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.col-7{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:58.33333333%}.col-8{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:66.66666667%}.col-9{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.col-10{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:83.33333333%}.col-11{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:91.66666667%}.col-12{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}@media only screen and (min-width:576px){.col-sm-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-sm-1{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:8.33333333%}.col-sm-2{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.66666667%}.col-sm-3{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.col-sm-4{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.33333333%}.col-sm-5{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:41.66666667%}.col-sm-6{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.col-sm-7{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:58.33333333%}.col-sm-8{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:66.66666667%}.col-sm-9{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.col-sm-10{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:83.33333333%}.col-sm-11{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:91.66666667%}.col-sm-12{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}}@media only screen and (min-width:768px){.col-md-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-md-1{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:8.33333333%}.col-md-2{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.66666667%}.col-md-3{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.col-md-4{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.33333333%}.col-md-5{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:41.66666667%}.col-md-6{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.col-md-7{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:58.33333333%}.col-md-8{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:66.66666667%}.col-md-9{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.col-md-10{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:83.33333333%}.col-md-11{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:91.66666667%}.col-md-12{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}}@media only screen and (min-width:992px){.col-lg-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-lg-1{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:8.33333333%}.col-lg-2{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.66666667%}.col-lg-3{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.col-lg-4{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.33333333%}.col-lg-5{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:41.66666667%}.col-lg-6{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.col-lg-7{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:58.33333333%}.col-lg-8{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:66.66666667%}.col-lg-9{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.col-lg-10{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:83.33333333%}.col-lg-11{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:91.66666667%}.col-lg-12{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}}@media only screen and (min-width:1200px){.col-xl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-xl-1{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:8.33333333%}.col-xl-2{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.66666667%}.col-xl-3{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.col-xl-4{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.33333333%}.col-xl-5{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:41.66666667%}.col-xl-6{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.col-xl-7{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:58.33333333%}.col-xl-8{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:66.66666667%}.col-xl-9{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.col-xl-10{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:83.33333333%}.col-xl-11{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:91.66666667%}.col-xl-12{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}}@media only screen and (min-width:1400px){.col-xxl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-xxl-1{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:8.33333333%}.col-xxl-2{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.66666667%}.col-xxl-3{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.col-xxl-4{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.33333333%}.col-xxl-5{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:41.66666667%}.col-xxl-6{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.col-xxl-7{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:58.33333333%}.col-xxl-8{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:66.66666667%}.col-xxl-9{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.col-xxl-10{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:83.33333333%}.col-xxl-11{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:91.66666667%}.col-xxl-12{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}}@media (min-width:768px){.offset-md-2{margin-left:16.66666667%}}@media (min-width:992px){.offset-lg-2{margin-left:16.66666667%}.offset-lg-1{margin-left:8.33333333%}}@media (min-width:992px){.offset-lg-3{margin-left:25%}.offset-lg-6{margin-left:50%}.offset-lg-0{margin-left:0}}@media (min-width:1200px){.offset-xl-0{margin-left:0}}@media only screen and (max-width:767px){.row{margin-right:-10px;margin-left:-10px}.row>*{padding-right:10px;padding-left:10px}}@media only screen and (max-width:479px){.row{margin-right:-8px;margin-left:-8px}.row>*{padding-right:8px;padding-left:8px}}.row-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}@media only screen and (max-width:991px){.row-md-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}.d-flex{display:-webkit-box;display:-ms-flexbox;display:flex}.flex-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.align-items-right{-webkit-box-align:flex-end;-ms-flex-align:flex-end;align-items:flex-end}.align-items-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.align-self-center{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.justify-content-end{-webkit-box-pack:flex-end;-ms-flex-pack:flex-end;justify-content:flex-end}.justify-content-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.justify-content-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.d-none,.CategoryPagesTitle,.skry,h1.heading,.basic001 .title h1,.ShopProductParentCategories,.QuerySheetQueryRequiredInfo{display:none}.message-ok{font-size:30px}.breadcrumb__section h1.heading,.breadcrumb__section .ShopProductParentCategories{display:block}.scc .breadcrumb__bg{height:70px}.scc .section--padding{padding:5rem 0}@media only screen and (min-width:992px){.scc #left{display:none}.scc .col-xl-9{width:100% !important}.header__menu, .header__menu--navigation ul.sjMenu{height:75px;overflow:hidden}.header__menu, #sjm-s-search-left{opacity:0;transition:none}.header__menu *{transition:none !important}.header__menu--navigation ul.sjMenu.d-flex{}.d-lg-block{display:block}.d-lg-flex{display:-webkit-box;display:-ms-flexbox;display:flex}}@media only screen and (min-width:1200px){.d-xl-none{display:none}.d-xl-block{display:block}.d-xl-flex{display:-webkit-box;display:-ms-flexbox;display:flex}}@media only screen and (min-width:1600px){.d-xxl-none{display:none}.d-xxl-block{display:block}.d-xxl-flex{display:-webkit-box;display:-ms-flexbox;display:flex}}@media only screen and (max-width:1199px){.col-lg-order{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media only screen and (max-width:991px){.d-md-none{display:none}.d-md-flex{display:-webkit-box;display:-ms-flexbox;display:flex}.d-md-2-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.col-md-order{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.d-md-block{display:block}.d-md-2-none{display:none}}@media only screen and (max-width:767px){.d-sm-none{display:none}.d-sm-block{display:block}.d-sm-flex{display:-webkit-box;display:-ms-flexbox;display:flex}.col-sm-order{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media only screen and (max-width:575px){.d-sm-2-none{display:none}.d-sm-2-block{display:block}.d-sm-2-flex{display:-webkit-box;display:-ms-flexbox;display:flex}.col-sm-2-order{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}.display-block{display:block}.primary__btn{font-weight:600;display:inline-block;font-size:1.5rem;line-height:3.4rem;height:3.4rem;padding:0 1.5rem;letter-spacing:0.2px;border-radius:0.3rem;background:var(--secondary-color);color:var(--white-color);border:0}.primary__btn:hover{background:var(--primary-color);color:var(--white-color)}@media only screen and (min-width:768px){.primary__btn{line-height:4rem;height:4rem;padding:0 2.2rem}}@media only screen and (min-width:992px){.primary__btn{font-size:1.6rem;line-height:4.5rem;height:4.5rem;padding:0 2.5rem}}.primary__btn.style2{background:var(--white-color);border:1px solid var(--primary-color);color:var(--primary-color);font-size:1.4rem}.minicart__close--btn2.primary__btn.style2,.primary__btn.minicart__button--link{font-size:12px !important;line-height:40px !important;height:40px !important}@media only screen and (min-width:768px){.primary__btn.style2{line-height:3.8rem;height:3.8rem;padding:0 2rem}}.primary__btn.style2:hover{background:var(--secondary-color);color:var(--white-color);border-color:var(--secondary-color)}.primary__btn.btn__style2{border-radius:2rem}@media only screen and (min-width:768px){.primary__btn.btn__style2{line-height:4.1rem;height:4.1rem}}.primary__btn.btn__style3{background:var(--primary-color)}.primary__btn.btn__style3:hover{background:var(--secondary-color)}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.swiper__nav--btn{width:4rem;height:4rem;background:var(--secondary-color);border-radius:50%;opacity:0;visibility:hidden;-webkit-transition:var(--transition);transition:var(--transition);z-index:9}@media only screen and (max-width:767px){.swiper__nav--btn{width:3.5rem;height:3.5rem;opacity:1;visibility:visible}}.swiper__nav--btn:hover{background:var(--primary-color)}.swiper__nav--btn::after{background:url(https://www.parkettmann.sk/Data/4138/UserFiles/../assets/img/icon/left-arrow-angle.webp);width:9px;height:17px;font-size:0}.swiper__nav--btn.swiper-button-prev{left:0}.swiper__nav--btn.swiper-button-next{right:0}.swiper__nav--btn.swiper-button-next::after{background:url(https://www.parkettmann.sk/Data/4138/UserFiles/../assets/img/icon/right-arrow-angle.webp)}.swiper__nav--btn.style2{top:23px;right:0;opacity:1;visibility:visible;background:var(--primary-color);border-radius:0.5rem}.swiper__nav--btn.style2:hover{background:var(--secondary-color)}.swiper__nav--btn.style2.swiper-button-prev{right:6rem;left:auto}@media only screen and (max-width:575px){.swiper__nav--btn.style2.swiper-button-prev{right:4.5rem}}.swiper-pagination{bottom:0 !important}.swiper-pagination-bullet{width:1rem;height:1rem;background:var(--light-color);opacity:1;vertical-align:middle;-webkit-transition:var(--transition);transition:var(--transition)}.swiper-pagination-bullet.swiper-pagination-bullet-active{background:var(--secondary-color);width:1.4rem;height:1.4rem}select{word-wrap:normal;font-family:var(--font-lato);font-size:var(--body-font-size);font-weight:var(--body-font-weight);line-height:var(--body-line-height)}.section__heading.style2{padding-bottom:2.5rem}.section__heading--position__img{position:absolute;bottom:-24px;left:55%;z-index:9;background:var(--white-color)}#scroll__top{position:fixed;bottom:85px;right:20px;z-index:100;outline:none;background-color:var(--secondary-color);color:var(--white-color);-webkit-box-shadow:0 2px 22px rgba(0, 0, 0, 0.16);box-shadow:0 2px 22px rgba(0, 0, 0, 0.16);cursor:pointer;-webkit-transform:translateY(50px);transform:translateY(50px);opacity:0;visibility:hidden;-webkit-transition:0.3s;transition:0.3s;line-height:1;width:4.3rem;height:4.3rem;border-radius:50%;border:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#scroll__top:hover{background:var(--primary-color)}@media only screen and (max-width:991px){#scroll__top{bottom:85px}}#scroll__top.active{visibility:visible;opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}#scroll__top svg{width:25px;line-height:1}.visually-hidden{position:absolute !important;overflow:hidden;width:1px;height:1px;margin:-1px;padding:0;border:0;word-wrap:normal !important}.line-height-1{line-height:1}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.overflow-hidden{overflow:hidden}.break{word-break:break-word}.uppercase{text-transform:uppercase}.capitalize{text-transform:capitalize}.text-white{color:var(--white-color) !important}.text-ofwhite{color:var(--ofwhite-color)}.text-black{color:var(--black-color) !important}.body__background{background:var(----gray-color)}.bg__primary{background:var(--primary-color)}.bg__secondary{background:var(--secondary-color)}.bg__secondary2{background:var(--secondary-color2)}.bg__gray--color{background:var(--bg-gray-color)}.bg__white{background:var(--white-color)}.bg__black{background:#1d1c1c}.text__primary{color:var(--primary-color) !important}.text__secondary{color:var(--secondary-color)}.text__secondary2{color:var(--secondary-color2)}.position__relative{position:relative}.border-bottom{border-bottom:1px solid var(--border-color)}.border{border:1px solid var(--border-color)}.border-0{border:none}.border-radius-5{border-radius:0.5rem}.border-radius-10{border-radius:1rem}.border-radius-20{border-radius:2rem}.border-radius-30{border-radius:3rem}.border-radius-50{border-radius:50%}@media only screen and (max-width:991px){.md-width-100{width:100%}}.tab_content{display:block}.tab_pane{display:none;-webkit-transition:var(--transition);transition:var(--transition)}.tab_pane:not(.show){opacity:0}.tab_pane.show{opacity:1}.tab_pane.active{display:block}body.overlay__active,.mobile_menu_open,.predictive__search--box_active,.offCanvas__minicart_active,.offcanvas__filter--sidebar_active{overflow-y:hidden}body.overlay__active::before,.predictive__search--box_active::before,.mobile_menu_open::before,.offCanvas__minicart_active::before,.offcanvas__filter--sidebar_active::before{position:absolute;content:"";background:#000;width:100%;height:100%;z-index:999;opacity:0.5;cursor:crosshair}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate-fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}.section--padding, .basic002b{padding-top:6rem;padding-bottom:6rem}@media only screen and (min-width:768px){.section--padding{padding-top:8rem;padding-bottom:8rem}}@media only screen and (min-width:992px){.section--padding{padding-top:9rem;padding-bottom:9rem}}.section--nargin{margin-top:6rem;margin-bottom:6rem}@media only screen and (min-width:768px){.section--nargin{margin-top:8rem;margin-bottom:8rem}}@media only screen and (min-width:992px){.section--nargin{margin-top:9rem;margin-bottom:9rem}}@media only screen and (min-width:1200px){.section--nargin{margin-top:10rem;margin-bottom:10rem}}.p-0{padding:0}.pt-0{padding-top:0}.pb-0{padding-bottom:0}.m-0{margin:0}.mt-0{margin-top:0}.mb-0{margin-bottom:0}.mb-60{margin-bottom:3.5rem}@media only screen and (min-width:768px){.mb-60{margin-bottom:4rem}}@media only screen and (min-width:992px){.mb-60{margin-bottom:6rem}}.mb-55{margin-bottom:3.5rem}@media only screen and (min-width:992px){.mb-55{margin-bottom:5.5rem}}.mb-50{margin-bottom:3rem}@media only screen and (min-width:768px){.mb-50{margin-bottom:3.2rem}}@media only screen and (min-width:992px){.mb-50{margin-bottom:3.5rem}}@media only screen and (min-width:1200px){.mb-50{margin-bottom:4rem}}@media only screen and (min-width:1600px){.mb-50{margin-bottom:5rem}}.mb-40{margin-bottom:3.2rem}@media only screen and (min-width:992px){.mb-40{margin-bottom:4rem}}.mb--n40{margin-bottom:-3.2rem}@media only screen and (min-width:992px){.mb--n40{margin-bottom:-4rem}}.mb-35{margin-bottom:2.5rem}@media only screen and (min-width:768px){.mb-35{margin-bottom:3.5rem}}.mb-30{margin-bottom:2rem}@media only screen and (min-width:992px){.mb-30{margin-bottom:2.5rem}}@media only screen and (min-width:1600px){.mb-30{margin-bottom:3rem}}.mb--n30{margin-bottom:-2rem}@media only screen and (min-width:992px){.mb--n30{margin-bottom:-2.5rem}}@media only screen and (min-width:1600px){.mb--n30{margin-bottom:-3rem}}.mb-28{margin-bottom:2.8rem}.mb--n28{margin-bottom:-2.8rem}.mb--n25{margin-bottom:-1.8rem}@media only screen and (min-width:992px){.mb--n25{margin-bottom:-2rem}}@media only screen and (min-width:1200px){.mb--n25{margin-bottom:-2.5rem}}.mb-25{margin-bottom:1.8rem}@media only screen and (min-width:992px){.mb-25{margin-bottom:2rem}}@media only screen and (min-width:1200px){.mb-25{margin-bottom:2.5rem}}.mb-20{margin-bottom:1.5rem}@media only screen and (min-width:768px){.mb-20{margin-bottom:2rem}}.mb-15{margin-bottom:1rem}@media only screen and (min-width:768px){.mb-15{margin-bottom:1.5rem}}.mb-12{margin-bottom:1rem}@media only screen and (min-width:992px){.mb-12{margin-bottom:1.2rem}}.mb-10{margin-bottom:0.8rem}@media only screen and (min-width:992px){.mb-10{margin-bottom:1rem}}.mb-5{margin-bottom:0.5rem}.mb-8{margin-bottom:0.8rem}.mr-30{margin-right:3rem}.offcanvas__header--menu__open{line-height:1;display:none}@media only screen and (max-width:991px){.offcanvas__header--menu__open{display:block}}.offcanvas__header--menu__open--svg{width:32px}.offcanvas__header{position:fixed;z-index:999999;top:0;left:0;width:100%;max-width:300px;height:100vh;-webkit-transition:var(--transition);transition:var(--transition);-webkit-transform:translateX(-100%);transform:translateX(-100%);background-color:var(--white-color);-webkit-box-shadow:0 0 10px rgba(0, 0, 0, 0.15);box-shadow:0 0 10px rgba(0, 0, 0, 0.15);opacity:0;visibility:hidden}@media only screen and (min-width:480px){.offcanvas__header{max-width:320px}}.offcanvas__header.open{-webkit-transform:translateX(0);transform:translateX(0);opacity:1;visibility:visible}.offcanvas__header.open~.offcanvas-overlay{visibility:visible;opacity:0.75}.offcanvas-overlay{position:fixed;z-index:9998;top:0;left:0;visibility:hidden;width:100%;height:100%;-webkit-transition:var(--transition);transition:var(--transition);opacity:0;background-color:var(--black-color)}.offcanvas__inner{position:relative;height:100%}.offcanvas__logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:20px 15px}.offcanvas__close--btn{position:relative;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;width:2rem;height:2rem;padding:0;text-indent:-9999px;border:none;background-color:transparent}.offcanvas__close--btn::before,.offcanvas__close--btn::after{position:absolute;top:50%;left:0;width:100%;height:2px;margin-top:-1px;content:"";-webkit-transform:rotate(45deg);transform:rotate(45deg);background-color:var(--black-color)}.offcanvas__close--btn::after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.offcanvas__menu{overflow-y:auto;height:100%}.offcanvas__menu_ul{overflow:auto;margin:0;padding:0;list-style:none}.offcanvas__menu_li{position:relative;border-bottom:1px solid var(--border-color2)}.offcanvas__menu_li:first-child{border-top:1px solid var(--border-color2)}.offcanvas__menu_item{line-height:1;display:block;padding:15px 20px;text-transform:uppercase}.offcanvas__sub_menu{display:none;margin:0;padding:0;list-style:none}.offcanvas__sub_menu_li{position:relative;border-top:1px solid var(--border-color2)}.offcanvas__sub_menu_item{line-height:1;display:block;padding:15px 0 15px 30px}.offcanvas__sub_menu_item~.offcanvas__sub_menu .offcanvas__sub_menu_item{padding-left:40px}.offcanvas__sub_menu_toggle{font-size:20px;position:absolute;z-index:9;top:0;right:0;width:4rem;height:4.6rem;padding:0;border:none;border-radius:0;background-color:transparent}.offcanvas__sub_menu_toggle::before,.offcanvas__sub_menu_toggle::after{position:absolute;top:50%;left:50%;width:12px;height:2px;content:"";-webkit-transition:var(--transition);transition:var(--transition);-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);background-color:var(--black-color)}.offcanvas__sub_menu_toggle:not(.active)::after{-webkit-transform:translateX(-50%) translateY(-50%) rotate(90deg);transform:translateX(-50%) translateY(-50%) rotate(90deg)}.offcanvas__account--items{padding:28px 17px 20px}.offcanvas__account--items__icon{width:3rem;height:3rem;text-align:center;background:var(--secondary-color);line-height:3rem;border-radius:50%;color:var(--white-color)}.offcanvas__account--items__label{font-size:1.5rem;font-weight:600;margin-left:6px}.offcanvas__language--switcher{font-weight:500;font-family:var(--font-poppins)}.offcanvas__dropdown--language{position:absolute;z-index:9;width:100px;-webkit-box-shadow:0 5px 30px rgba(0, 0, 0, 0.1);box-shadow:0 5px 30px rgba(0, 0, 0, 0.1);bottom:100%;opacity:0;visibility:hidden;margin-bottom:20px;-webkit-transition:var(--transition);transition:var(--transition);background:var(--white-color)}.offcanvas__dropdown--language.active{opacity:1;visibility:visible;margin-bottom:12px}.offcanvas__account--currency{position:relative;padding:0 17px}.offcanvas__account--currency__menu{font-family:var(--font-poppins);font-weight:500}.offcanvas__account--currency__submenu{position:absolute;z-index:9;width:100px;-webkit-box-shadow:0 5px 30px rgba(0, 0, 0, 0.1);box-shadow:0 5px 30px rgba(0, 0, 0, 0.1);bottom:100%;opacity:0;visibility:hidden;margin-bottom:20px;-webkit-transition:var(--transition);transition:var(--transition);background:var(--white-color)}.offcanvas__account--currency__submenu.active{opacity:1;visibility:visible;margin-bottom:12px}.offcanvas__stikcy--toolbar{position:fixed;bottom:0;background:var(--white-color);left:0;right:0;z-index:101;-webkit-box-shadow:0 0 9px rgba(0, 0, 0, 0.12);box-shadow:0 0 9px rgba(0, 0, 0, 0.12);padding:10px 80px 10px 20px;display:none;visibility:hidden}@media only screen and (min-width:500px){.offcanvas__stikcy--toolbar{padding:10px 40px}}@media only screen and (min-width:768px){.offcanvas__stikcy--toolbar{padding:10px 60px}}@media only screen and (max-width:991px){.offcanvas__stikcy--toolbar{display:block;visibility:visible}}.offcanvas__stikcy--toolbar__btn{position:relative;text-align:center}.offcanvas__stikcy--toolbar__btn:hover .offcanvas__stikcy--toolbar__icon{background:var(--primary-color);color:var(--white-color)}.offcanvas__stikcy--toolbar__icon{width:3rem;height:3rem;text-align:center;background:var(--secondary-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:50%;color:var(--white-color);margin:0 auto}.offcanvas__stikcy--toolbar__label{display:block;font-size:1.2rem;font-weight:600;margin-top:6px}.header__sticky.sticky{position:fixed;width:100%;top:0;background:var(--white-color);left:0;z-index:101;-webkit-box-shadow:0 0 7px rgba(0, 0, 0, 0.15);box-shadow:0 0 7px rgba(0, 0, 0, 0.15);-webkit-transition:0.3s;transition:0.3s}.header__sticky.sticky .header__sticky--block{display:-webkit-box;display:-ms-flexbox;display:flex}.header__sticky.sticky .header__sticky--none{display:none}.header__sticky .header__sticky--block{display:none}.main__logo--title{line-height:2rem}.main__logo--img,.offcanvas__logo_link img{max-height:60px}.header__topbar{padding:1rem 0}.vop-text{font-size:14px;font-weight:lighter;line-height:120%}#shop-newsletter-form-message{margin:15px 0;color:green}@media only screen and (max-width:991px){.header__topbar--inner{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}}@media only screen and (max-width:575px){.header__shipping--wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.header__shipping--text{font-size:1.4rem;line-height:2rem}@media only screen and (max-width:767px){.header__shipping--text{text-align:center}}@media only screen and (min-width:992px){.header__shipping--text{font-size:1.4rem}}@media only screen and (min-width:1200px){.header__shipping--text{font-size:1.5rem}}@media only screen and (max-width:575px){.header__shipping--text{margin-bottom:1rem}.header__shipping--text:last-child{margin-bottom:0}}.header__shipping--text__icon{margin-right:0.5rem}.header__discount--text{font-size:1.6rem}@media only screen and (min-width:992px){.header__discount--text{font-size:1.6rem}}@media only screen and (min-width:1200px){.header__discount--text{font-size:1.8rem}}.header__discount--icon__img{vertical-align:middle;margin-right:0.4rem}@media only screen and (max-width:991px){.language__currency{padding:5px 20px}}.language__currency--list{position:relative;margin-right:1.5rem;padding-right:1.5rem}.language__currency--list:last-child{margin-right:0;padding-right:0}.language__currency--list:last-child::before{display:none}.language__currency--list::before{position:absolute;content:"";width:1px;height:100%;background:var(--white-color);right:0;top:0}.language__switcher{font-size:1.5rem}@media only screen and (min-width:992px){.language__switcher{font-size:1.6rem;line-height:2.4rem}}.language__switcher--icon__img{vertical-align:middle;margin-right:3px}.language__switcher.style2{color:var(--text-gray-color)}.language__switcher.style2:hover{color:var(--secondary-color2)}.dropdown__language{position:absolute;z-index:9;width:100px;-webkit-box-shadow:0 5px 30px rgba(0, 0, 0, 0.1);box-shadow:0 5px 30px rgba(0, 0, 0, 0.1);top:100%;opacity:0;visibility:hidden;margin-top:28px;-webkit-transition:var(--transition);transition:var(--transition);background:var(--white-color)}.dropdown__language.active{opacity:1;visibility:visible;margin-top:17px}.language__items:last-child .language__text{border-bottom:0}.language__text{display:block;font-size:1.4rem;padding:10px 14px;background:var(--gray-color2);border-bottom:1px solid var(--border-color2)}.language__text:hover{background:var(--primary-color);color:var(--white-color);border-color:var(--primary-color)}.account__currency{margin-right:25px;position:relative}@media only screen and (min-width:1200px){.account__currency{margin-right:32px}}.account__currency--link{font-size:1.5rem;line-height:2rem}@media only screen and (min-width:992px){.account__currency--link{font-size:1.5rem}}.account__currency--link.style2{color:var(--text-gray-color)}.account__currency--link.style2:hover{color:var(--secondary-color2)}.dropdown__currency{position:absolute;z-index:9;width:100px;-webkit-box-shadow:0 5px 30px rgba(0, 0, 0, 0.1);box-shadow:0 5px 30px rgba(0, 0, 0, 0.1);top:100%;opacity:0;visibility:hidden;margin-top:28px;-webkit-transition:var(--transition);transition:var(--transition);background:var(--white-color)}.dropdown__currency.active{opacity:1;visibility:visible;margin-top:17px}.currency__items:last-child .currency__text{border-bottom:0}.currency__text{display:block;font-size:1.4rem;padding:1rem 1.4rem;background:var(--gray-color2);border-bottom:1px solid var(--border-color2)}.currency__text:hover{background:var(--primary-color);color:var(--white-color);border-color:var(--primary-color)}@media only screen and (max-width:991px){.main__header{padding:1.5rem 0}}.header__account--items{margin-right:2rem}.header__account--items:last-child{margin-right:0}@media only screen and (max-width:575px){.header__account--items{margin-right:1rem}}@media only screen and (min-width:992px){.header__account--search__items.mobile__d--block{display:none}}.header__account--btn{position:relative;color:var(--text-gray-color);text-align:center}.header__account--btn:hover{color:var(--secondary-color)}.items__count{position:absolute;right:-2.5rem;top:-1rem;width:3rem;height:3rem;font-size:10px;line-height:3rem;background:var(--secondary-color);text-align:center;border-radius:50%;color:var(--white-color)}.items__count.style2{right:-1.4rem}.items__count.wishlist__count{right:-0.7rem}.predictive__search--title{margin-bottom:15px}@media only screen and (min-width:992px){.predictive__search--title{margin-bottom:20px}}@media only screen and (min-width:1600px){.predictive__search--title{margin-bottom:30px}}.predictive__search--box{background:var(--white-color);-webkit-box-shadow:0 -4px 27px rgba(62, 70, 120, 0.16);box-shadow:0 -4px 27px rgba(62, 70, 120, 0.16);position:relative;position:fixed;left:0;right:0;top:0;opacity:0;visibility:hidden;z-index:999;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s;-webkit-transform:translateY(-100%);transform:translateY(-100%)}.predictive__search--box.active{opacity:1;visibility:visible;-webkit-transform:translateY(0);transform:translateY(0);z-index:1000}.predictive__search--box__inner{padding:20px 16px;text-align:center}@media only screen and (min-width:576px){.predictive__search--box__inner{padding:22px 50px}}@media only screen and (min-width:768px){.predictive__search--box__inner{padding:30px 80px}}@media only screen and (min-width:992px){.predictive__search--box__inner{padding:30px 150px}}.predictive__search--form{width:100%;position:relative}.predictive__search--input{width:100%;height:5rem;border:1px solid var(--border-color2);padding:0 80px 0 15px;font-size:1.6rem;font-weight:400;border-radius:5px}.predictive__search--input:focus{border-color:var(--secondary-color)}.predictive__search--input:focus::-webkit-input-placeholder{color:#000000}@media only screen and (max-width:576px){.predictive__search--input{height:45px}}.predictive__search--button{position:absolute;top:0;right:0;height:100%;padding:0;background:var(--secondary-color);border:0;width:6rem;text-align:center;color:var(--white-color);border-radius:0 5px 5px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.predictive__search--button:hover{background:var(--primary-color)}.predictive__search--close__btn{position:absolute;top:20px;right:40px;padding:0;border:0;background:inherit}@media only screen and (max-width:576px){.predictive__search--close__btn{right:15px}}.predictive__search--close__btn:hover{color:var(--primary-color);-webkit-transform:scale(1.3);transform:scale(1.3)}.header__bottom{-webkit-box-shadow:0 3px 8px rgba(71, 71, 71, 0.16);box-shadow:0 3px 8px rgba(71, 71, 71, 0.16)}.header__menu--items{margin-right:3rem;position:relative}@media only screen and (min-width:992px){.header__menu--items{margin-right:2.5rem}}@media only screen and (min-width:1200px){.header__menu--items{margin-right:3.8rem}}@media only screen and (min-width:1366px){.header__menu--items{margin-right:5rem}}@media only screen and (min-width:1600px){.header__menu--items{margin-right:7rem}}@media only screen and (min-width:992px){.header__menu--items.style3{margin-right:2.5rem}}@media only screen and (min-width:1200px){.header__menu--items.style3{margin-right:4rem}}@media only screen and (min-width:1366px){.header__menu--items.style3{margin-right:5rem}}.header__menu--items:last-child{margin-right:0}.header__menu--items:hover .header__menu--link{color:var(--secondary-color)}.header__menu--items:hover .header__sub--menu{visibility:visible;margin-top:0;opacity:1}.header__menu--items:hover .header__mega--menu{visibility:visible;margin-top:0;opacity:1}.header__menu--link{font-size:1.6rem;line-height:2.5rem;padding:2rem 0;color:var(--text-gray-color)}@media only screen and (min-width:1200px){.header__menu--link{font-size:1.8rem;padding:2.5rem 0}}.header__menu--link.style3{color:var(--primary-color)}.header__menu--link.style3:hover{color:var(--secondary-color)}.menu__plus--icon{margin-left:3px}.header__sub--menu{position:absolute;z-index:9;top:100%;left:0;visibility:hidden;width:220px;margin:0;margin-top:20px;padding:20px;list-style:none;-webkit-transition:var(--transition);transition:var(--transition);opacity:0;background-color:var(--white-color);-webkit-box-shadow:0 10px 20px rgba(0, 0, 0, 0.15);box-shadow:0 10px 20px rgba(0, 0, 0, 0.15);border-radius:10px}.header__sub--menu__link{font-size:1.5rem;display:block;padding:10px 0}.mega__menu--items{position:static}.header__mega--menu{position:absolute;z-index:9;top:100%;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;margin:0;margin-top:20px;padding:25px;list-style:none;-webkit-transition:var(--transition);transition:var(--transition);visibility:hidden;opacity:0;background-color:var(--white-color);-webkit-box-shadow:0 10px 20px rgba(0, 0, 0, 0.15);box-shadow:0 10px 20px rgba(0, 0, 0, 0.15);border-radius:10px}.header__mega--menu__li{padding:3px 15px;width:25%}.header__mega--subtitle{font-weight:600;font-size:1.6rem;margin-bottom:15px}.header__mega--sub__menu--title{font-size:1.5rem;padding:8px 0}.offCanvas__minicart{position:fixed;width:310px;height:100%;padding:18px 15px 0;background:var(--white-color);z-index:999;right:0;top:0;-webkit-transition:0.4s;transition:0.4s;-webkit-transform:translateX(100%);transform:translateX(100%);overflow-y:auto;-webkit-box-shadow:0 0 15px rgba(5, 0, 0, 0.1);box-shadow:0 0 15px rgba(5, 0, 0, 0.1);visibility:hidden}.offCanvas__minicart.active{opacity:1;visibility:visible;-webkit-transform:translateX(0);transform:translateX(0)}@media only screen and (min-width:480px){.offCanvas__minicart{width:375px}}@media only screen and (min-width:1600px){.offCanvas__minicart{padding:20px 15px 33px}}.minicart__box{background:#fff;position:sticky;bottom:0;width:100%;padding:10px 10px 30px 10px}.minicart__header--top{margin-bottom:10px}.minicart__header--desc{font-size:1.6rem;color:var(--text-gray-color)}@media only screen and (min-width:480px){.minicart__header--desc{font-size:1.7rem}}.minicart__title{font-weight:600}.minicart__close--btn{padding:0;background:inherit;border:0;line-height:1.5rem;color:var(--black-color)}.minicart__close--btn:hover{color:var(--primary-color);-webkit-transform:scale(1.3);transform:scale(1.3)}.minicart__close--icon{width:22px}.minicart__product{margin-bottom:17px}.minicart__product--items{margin-top:18px;padding-top:18px;border-top:1px solid var(--border-color2)}@media only screen and (min-width:1600px){.minicart__product--items{margin-top:22px;padding-top:22px}}.minicart__product--remove{border:0;padding:0;background:none;font-size:1.2rem;text-transform:uppercase;text-decoration:underline;font-weight:700;opacity:0.7}.minicart__product--remove:hover{color:var(--secondary-color)}.minicart__thumbnail{width:100px;line-height:1}@media only screen and (min-width:480px){.minicart__thumbnail{width:120px}}.minicart__thumbnail a{display:block}.minicart__thumbnail a img{display:block}.minicart__text{width:calc(100% - 100px);padding-left:10px}@media only screen and (min-width:480px){.minicart__text{width:calc(100% - 120px);padding-left:13px}}.minicart__subtitle{font-size:1.5rem;font-weight:600;line-height:24px;margin-bottom:2px}@media only screen and (min-width:480px){.minicart__subtitle{font-size:1.6rem}}.color__variant{opacity:0.8;margin-bottom:4px;line-height:20px}.minicart__price{margin-bottom:9px}.minicart__quantity{margin-right:15px}.quantity__box{text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex}.quantity__value{display:inline-block;border:1px solid var(--border-color2);margin:0px;width:3.3rem;height:3rem;text-align:center;padding:0;background:var(--gray-color2);cursor:pointer;font-size:2rem;font-weight:500}.quantity__value.decrease{margin-right:-4px;border-radius:13px 0 0 13px}.quantity__value.increase{margin-left:-4px;border-radius:0 13px 13px 0}input.quantity__number{text-align:center;border:none;border-top:1px solid var(--border-color2);border-bottom:1px solid var(--border-color2);margin:0px;width:6.3rem;height:3rem}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.minicart__amount{padding:13px 0;border-top:1px solid var(--border-color2);border-bottom:1px solid var(--border-color2);margin-bottom:10px}.minicart__amount_list{margin-bottom:10px}.minicart__amount_list:last-child{margin-bottom:0}.minicart__conditions{padding:20px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.minicart__conditions--input{vertical-align:middle;margin-right:7px}.minicart__conditions--label{font-weight:600;letter-spacing:0.5px;color:var(--text-gray-color)}.minicart__conditions--link{color:var(--secondary-color);text-decoration:underline}.minicart__conditions--link:hover{color:var(--primary-color);text-decoration:underline}.minicart__button--link{font-size:1.5rem;font-weight:600;line-height:3.8rem;height:3.8rem;margin-right:14px}.minicart__button--link:last-child{margin-right:0}@media only screen and (min-width:768px){.minicart__button--link{line-height:4.2rem;height:4.2rem}}@media only screen and (min-width:992px){.minicart__button--link{line-height:4.5rem;height:4.5rem}}@media only screen and (max-width:991px){.header__section.mb-20{margin-bottom:0}}@media only screen and (max-width:767px){.header__topbar--inner2{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.main__header--style2{padding:2.5rem 0}@media only screen and (max-width:991px){.header__info{margin-right:4rem}}@media only screen and (max-width:767px){.header__info{margin-right:0;margin-bottom:1rem}}@media only screen and (max-width:575px){.header__info{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.header__info--list{margin-right:2rem}.header__info--list:last-child{margin-right:0}@media only screen and (max-width:575px){.header__info--list{margin-right:0;margin-bottom:1.3rem}.header__info--list:last-child{margin-bottom:0}}.header__info--icon{vertical-align:middle;margin-right:0.3rem}.header__info--text{color:var(--text-gray-color);font-family:var(--open-sans)}@media only screen and (max-width:1199px){.header__info--text{font-size:1.4rem}}.header__select--categories.select::before{display:none}.header__select--categories__icon{position:absolute;right:1.5rem;top:50%;-webkit-transform:translatey(-50%);transform:translatey(-50%);pointer-events:none}.select{position:relative}.select::before{border-bottom:2px solid var(--black-color);border-right:2px solid var(--black-color);content:"";display:block;height:7px;margin-top:-4px;pointer-events:none;position:absolute;right:18px;top:50%;width:7px;-webkit-transform-origin:66% 66%;transform-origin:66% 66%;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0.7}.header__select--inner{border:0;background:var(--gray-color);height:5.5rem;padding:0 3.3rem 0 1.8rem;-webkit-appearance:none;cursor:pointer;font-size:1.6rem;color:var(--primary-color)}@media only screen and (min-width:1200px){.header__select--inner{padding:0 4.3rem 0 2rem}}.header__search--box{position:relative;width:25rem}@media only screen and (min-width:992px){.header__search--box{width:32rem}}@media only screen and (min-width:1200px){.header__search--box{width:45rem}}.header__search input::-webkit-input-placeholder{color:#a6a6a6}.header__search input::-moz-placeholder{color:#a6a6a6}.header__search input:-ms-input-placeholder{color:#a6a6a6}.header__search input:-moz-placeholder{color:#a6a6a6}.header__search--input{width:100%;border:1px solid var(--gray-color);border-left:0;height:5.5rem;padding:0 7rem 0 2.2rem;font-size:1.5rem;color:#a6a6a6;font-family:var(--open-sans);opacity:0.7}.header__search--input:focus::-webkit-input-placeholder{opacity:1;color:var(--primary-color)}@media only screen and (min-width:1200px){.header__search--input{padding:0 7rem 0 2.2rem}}.header__search--button{position:absolute;top:-1px;right:-1px;height:102%;border:0;padding:0 1.5rem;line-height:2rem;background:var(--secondary-color)}.header__search--button:hover{background:var(--primary-color)}.header__section3{background:var(--gray-color2);-webkit-box-shadow:0 3px 8px rgba(71, 71, 71, 0.16);box-shadow:0 3px 8px rgba(71, 71, 71, 0.16)}@media only screen and (max-width:991px){.header__section3.mb-20{margin-bottom:2rem}}.hero__slider--bg{background:url(https://www.parkettmann.sk/Data/4138/UserFiles/../UserFiles/banner/banner-uvod.jpg);background-repeat:no-repeat;background-attachment:scroll;background-position:center center;background-size:cover}@media only screen and (max-width:767px){.hero__slider--bg{background-position:25%}}.hero__slider--bg.slider2{background:url(https://www.parkettmann.sk/Data/4138/UserFiles/../UserFiles/banner/homepage-banner-BIG-2.webp);background-repeat:no-repeat;background-attachment:scroll;background-position:center center;background-size:cover}@media only screen and (max-width:767px){.hero__slider--bg.slider2{background-position:25%}}.hero__slider--bg.slider3{background:url(https://www.parkettmann.sk/Data/4138/UserFiles/../UserFiles/banner/homepage-banner-BIG-3.webp);background-repeat:no-repeat;background-attachment:scroll;background-position:center center;background-size:cover}@media only screen and (max-width:767px){.hero__slider--bg.slider3{background-position:25%}}.hero__slider--items{position:relative}.hero__slider--items__inner{padding:6rem 0}@media only screen and (min-width:768px){.hero__slider--items__inner{padding:6.5rem 0}}@media only screen and (min-width:992px){.hero__slider--items__inner{padding:7rem 0}}@media only screen and (min-width:1200px){.hero__slider--items__inner{padding:8rem 0}}@media only screen and (min-width:1366px){.hero__slider--items__inner{padding:9.5rem 0}}@media only screen and (min-width:1600px){.hero__slider--items__inner{padding:17.5rem 0}}@media only screen and (max-width:767px){.slider__content{text-align:center}}@media only screen and (min-width:768px){.slider__content{padding-left:4rem}}@media only screen and (min-width:1500px){.slider__content{padding-left:0}}.hero-upper-h2{text-transform:uppercase}@media only screen and (min-width:768px){.slider__content.text-right{padding-right:4rem;padding-left:0}}@media only screen and (min-width:1500px){.slider__content.text-right{padding-right:0}}.slider__content--maintitle{margin-bottom:1.4rem}@media only screen and (min-width:992px){.slider__content--maintitle{margin-bottom:1.8rem}}@media only screen and (min-width:992px){.slider__content--maintitle{margin-bottom:2.3rem}}@media only screen and (min-width:1200px){.slider__content--maintitle{margin-bottom:3rem}}.slider__content--desc{font-weight:300}.slider__content--desc.desc1{position:relative;padding-left:70px}@media only screen and (max-width:767px){.slider__content--desc.desc1{padding-left:0}}.slider__content--desc.desc1.right{padding-left:0}.slider__content--desc.desc1.right::before{display:none}.slider__content--desc.desc1::before{position:absolute;content:"";width:5.5rem;height:0.1rem;background:var(--white-color);left:0;top:50%;-webkit-transform:translatey(-50%);transform:translatey(-50%)}@media only screen and (max-width:767px){.slider__content--desc.desc1::before{display:none}}@media only screen and (max-width:1199px){.slider__content--desc.mb-35{margin-bottom:3rem}}@media only screen and (max-width:991px){.slider__content--desc.mb-35{margin-bottom:2.5rem}}.slider__content--btn{background:var(--white-color);color:var(--primary-color)}.hero__slider--activation .swiper-button-prev{left:1rem}@media only screen and (min-width:768px){.hero__slider--activation .swiper-button-prev{left:1rem}}@media only screen and (min-width:992px){.hero__slider--activation .swiper-button-prev{left:2rem}}.hero__slider--activation .swiper-button-next{right:1rem}@media only screen and (min-width:768px){.hero__slider--activation .swiper-button-next{right:1rem}}@media only screen and (min-width:992px){.hero__slider--activation .swiper-button-next{right:2rem}}.slider__text--shape__icon{vertical-align:middle;margin-right:0.3rem}.slider__layer--img{transform:scale(1.1);-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1)}.swiper-slide-active .slider__content>*{-webkit-animation-name:fadeInUp;animation-name:fadeInUp;-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.swiper-slide-active .slider__content--subtitle{-webkit-animation-delay:0.3s;animation-delay:0.3s}.swiper-slide-active .slider__content--maintitle{-webkit-animation-delay:0.6s;animation-delay:0.6s}.swiper-slide-active .slider__content--desc{-webkit-animation-delay:0.9s;animation-delay:0.9s}.swiper-slide-active .slider__content--btn{-webkit-animation-delay:1s;animation-delay:1s}.swiper-slide-active .slider__layer--img{transform:scale(1);-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);-webkit-transition:1.7s;transition:1.7s}@media (min-width:768px){.slider2__col--9{width:71%}}@media (min-width:992px){.slider2__col--9{width:71%}}@media (min-width:1200px){.slider2__col--9{width:73%}}.hero__slider--bg2{background:url(https://www.parkettmann.sk/Data/4138/UserFiles/../assets/img/slider/home2-slider1.webp);background-repeat:no-repeat;background-attachment:scroll;background-position:center center;background-size:cover;height:30rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media (min-width:768px){.hero__slider--bg2{height:32.8rem}}@media (min-width:992px){.hero__slider--bg2{height:42.2rem}}@media (min-width:1200px){.hero__slider--bg2{height:50rem}}@media only screen and (max-width:767px){.hero__slider--bg2{background-position:25%}}.hero__slider--bg2.slider2{background:url(https://www.parkettmann.sk/Data/4138/UserFiles/../assets/img/slider/home2-slider2.webp);background-repeat:no-repeat;background-attachment:scroll;background-position:center center;background-size:cover;width:100%}@media only screen and (max-width:767px){.hero__slider--bg2.slider2{background-position:25%}}.slider__content2--maintitle{font-size:2.6rem;line-height:3.5rem}@media only screen and (min-width:768px){.slider__content2--maintitle{font-size:3rem;line-height:4rem}}@media only screen and (min-width:1200px){.slider__content2--maintitle{font-size:4.5rem;line-height:6rem}}.slider__content2--btn{font-size:1.3rem;height:3.5rem;line-height:3.5rem;border-radius:2rem;margin-top:2rem}.swiper-slide-active .slider__content2>*{-webkit-animation-name:fadeInUp;animation-name:fadeInUp;-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.swiper-slide-active .slider__content2--desc{-webkit-animation-delay:0.3s;animation-delay:0.3s}.swiper-slide-active .slider__content2--maintitle{-webkit-animation-delay:0.6s;animation-delay:0.6s}.swiper-slide-active .slider__content2--btn{-webkit-animation-delay:0.9s;animation-delay:0.9s}.hero__slider--bg3{background:url(https://www.parkettmann.sk/Data/4138/UserFiles/../assets/img/slider/home3-slider1.webp);background-repeat:no-repeat;background-attachment:scroll;background-position:center center;background-size:cover;height:32rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (min-width:768px){.hero__slider--bg3{height:37rem}}@media (min-width:992px){.hero__slider--bg3{height:42.2rem}}@media (min-width:1200px){.hero__slider--bg3{height:46.8rem}}@media (min-width:1600px){.hero__slider--bg3{height:47.4rem}}@media only screen and (max-width:767px){.hero__slider--bg3{background-position:25%}}.hero__slider--bg3.slider2{background:url(https://www.parkettmann.sk/Data/4138/UserFiles/../assets/img/slider/home3-slider2.webp);background-repeat:no-repeat;background-attachment:scroll;background-position:center center;background-size:cover;width:100%}@media only screen and (max-width:767px){.hero__slider--bg3.slider2{background-position:25%}}@media only screen and (min-width:768px){.slider__content3.padding-left{padding-left:5rem}}@media only screen and (min-width:992px){.slider__content3.padding-left{padding-left:7rem}}@media only screen and (max-width:767px){.slider__content3.padding-left{text-align:center;width:100%;padding:0 3rem}}@media only screen and (max-width:480px){.slider__content3.padding-left{padding:0 1.5rem}}.slider__content3.padding-left.text-center{width:100%;padding-left:0}.slider__content3--maintitle{font-size:2.2rem;line-height:3rem;margin-bottom:1rem;font-weight:700}@media only screen and (min-width:480px){.slider__content3--maintitle{font-size:2.8rem;line-height:4rem}}@media only screen and (min-width:768px){.slider__content3--maintitle{font-size:3.2rem;line-height:4.3rem;margin-bottom:1rem}}@media only screen and (min-width:992px){.slider__content3--maintitle{font-size:3.5rem;line-height:4.5rem;margin-bottom:1rem}}@media only screen and (min-width:1200px){.slider__content3--maintitle{font-size:4rem;line-height:5rem;margin-bottom:1.6rem}}@media only screen and (min-width:1600px){.slider__content3--maintitle{font-size:4.5rem;line-height:5.7rem;margin-bottom:1.6rem}}@media only screen and (max-width:480px){.slider__content3--desc.mb-35{margin-bottom:2rem}}.slider__content3--desc.color-black{color:var(--black-color)}.swiper-slide-active .slider__content3>*{-webkit-animation-name:fadeInUp;animation-name:fadeInUp;-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.swiper-slide-active .slider__content3--maintitle{-webkit-animation-delay:0.3s;animation-delay:0.3s}.swiper-slide-active .slider__content3--desc{-webkit-animation-delay:0.6s;animation-delay:0.6s}.swiper-slide-active .slider__content3--btn{-webkit-animation-delay:0.9s;animation-delay:0.9s}.swiper:hover .swiper__nav--btn{opacity:1;visibility:visible}@media only screen and (max-width:767px){.product__tab--btn{-ms-flex-wrap:wrap;flex-wrap:wrap}}@media only screen and (max-width:767px){.product__tab--btn.style2{margin-top:2rem}}.product__tab--btn__list{font-size:1.6rem;height:3.2rem;line-height:3.2rem;padding:0 1rem;cursor:pointer;font-weight:600;-webkit-transition:var(--transition);transition:var(--transition);border:1px solid transparent}.product__tab--btn__list.active{border-color:var(--secondary-color)}.product__tab--btn__list:hover{border-color:var(--secondary-color)}.product__tab--btn__list:last-child{margin-right:0}@media only screen and (max-width:575px){.product__tab--btn__list{margin:0 0.4rem;padding:0 0.5rem}}@media only screen and (min-width:768px){.product__tab--btn__list{margin-right:10px;font-size:1.8rem;height:3.4rem;line-height:3.4rem;padding:0 1.2rem}}@media only screen and (min-width:992px){.product__tab--btn__list{font-size:2rem;height:3.6rem;line-height:3.6rem;padding:0 1.6rem}}.product__tab--btn__list.style2{border:0;padding:0;margin-right:3.5rem}@media only screen and (max-width:767px){.product__tab--btn__list.style2{margin-right:2rem}.fancybox-content{padding:25px}}@media only screen and (max-width:550px){.added-message-box .end-message-box .buttons-box a{display:block !important;float:none !important;text-align:center;margin-bottom:5px !important}.added-message-box .success-message{font-size:20px !important;padding-bottom:10px !important}.product__items--link{height:140px !important}}.product__tab--btn__list.style2:last-child{margin-right:0}.product__tab--btn__list.style2:hover{color:var(--secondary-color)}.product__tab--btn__list.style2.active{color:var(--secondary-color)}.product__swiper--column4{padding:0 2px 2px}.product__items--thumbnail{position:relative;overflow:hidden;line-height:1}.product__secondary--img{position:absolute;top:0;left:0;right:0;opacity:0;visibility:hidden;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}.product__items:hover .product__items--img{-webkit-transform:scale(1.15);transform:scale(1.15)}.product__items:hover .product__secondary--img{opacity:1;visibility:visible}.product__items:hover .product__items--action{opacity:1;visibility:visible;bottom:1.2rem}.product__items:hover .product__items--action__cart--btn{opacity:1;visibility:visible}.product__items:hover .product__cart--btn__style2{opacity:1;visibility:visible}.product__items--link{display:block;width:100%;height:200px}.product__items--link picture{display:flex;width:100%;height:100%}.product__items--img{display:block;margin:0 auto;max-height:100%}.product__items--action{position:absolute;bottom:0;left:0;right:0;opacity:0;visibility:hidden;-webkit-transition:var(--transition);transition:var(--transition)}@media only screen and (max-width:575px){.product__items--action{opacity:1;visibility:visible;bottom:1.2rem}}.product__items--action__list{margin-right:0.3rem}.product__items--action__list:last-child{margin-right:0}@media only screen and (min-width:992px){.product__items--action__list{margin-right:0.4rem}}.product__items--action__btn{height:3.2rem;line-height:3.2rem;padding:0 0.6rem;color:var(--text-gray-color);background:var(--white-color);border-radius:0.3rem}@media only screen and (min-width:992px){.product__items--action__btn{padding:0 0.8rem;height:3.4rem;line-height:3.4rem}}.product__items--action__btn.add__to--cart{padding:0 0.8rem;font-size:1.5rem}@media only screen and (min-width:1200px){.product__items--action__btn.add__to--cart{font-size:1.4rem;padding:0 0.6rem}}@media only screen and (min-width:1366px){.product__items--action__btn.add__to--cart{padding:0 1rem}}@media only screen and (min-width:1600px){.product__items--action__btn.add__to--cart{padding:0 1.3rem}}.product__items--action__btn--svg{vertical-align:middle}.product__items--action__btn:hover{background:var(--secondary-color);color:var(--white-color)}.product__items--action__cart--btn{height:3.2rem;line-height:3.2rem;font-size:1.4rem;padding:0 1.3rem;opacity:0;visibility:hidden}@media only screen and (max-width:575px){.product__items--action__cart--btn{opacity:1;visibility:visible}}.product__items--action__cart--btn__icon{margin-right:0.3rem;margin-top:-5px}.product__items--action__cart--btn.btn__style2{height:3.2rem;line-height:3.2rem;font-size:1.4rem;padding:0 1.5rem}.product__items--content{padding:1rem 0 1.5rem}.fake__pricebox .product__items--content{padding-top:0}.fake__box .product__items--content{padding-bottom:0}.fake__box.align-items-center,.row-cols-1 .align-items-center{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:start !important}.product__items--content__subtitle{font-size:1.4rem;line-height:2.2rem;color:var(--text-gray-color)}@media only screen and (min-width:992px){.product__items--content__subtitle{font-size:1.5rem}}.product__items--content__title{margin-bottom:0.3rem;height:100px;overflow:hidden}@media only screen and (max-width:400px){.product__items--content__title{font-size:1.4rem;line-height:2rem}}.product__items--content.style2{padding:1.8rem 0 0;border:0}.product__cart--btn__style2{font-size:1rem;height:2.5rem;line-height:2.5rem;padding:0 1.3rem;position:absolute;right:0;top:56%;-webkit-transform:translatey(-50%);transform:translatey(-50%);opacity:0;visibility:hidden}@media only screen and (max-width:575px){.product__cart--btn__style2{position:inherit;top:inherit;-webkit-transform:inherit;transform:inherit;margin-top:1rem;opacity:1;visibility:visible}}.product__items--color{margin-bottom:0.6rem}.product__items--color__list{margin-right:0.8rem}.product__items--color__list:last-child{margin-right:0}.product__items--color__link{width:1.1rem;height:1.1rem;border-radius:50%}.product__items--color__link.one{background:#fb2c36}.product__items--color__link.two{background:#f8a81e}.product__items--color__link.three{background:#2cfb3a}.product__items--color__link.four{background:#2c9afb}@media only screen and (max-width:575px){.add__to--cart__text{display:none}}.product__items--price{margin-bottom:0.8rem}.product__items--price.style2{margin-bottom:0}.current__price{font-size:1.5rem;color:var(--secondary-color);font-weight:600}@media only screen and (min-width:768px){.current__price{font-size:1.6rem}}@media only screen and (min-width:992px){.current__price{font-size:1.8rem}}.current__price.style2{font-size:1.6rem}.old__price{font-size:1.4rem;color:var(--light-color);font-weight:600;text-decoration:line-through;margin-left:0.4rem}@media only screen and (min-width:768px){.old__price{font-size:1.5rem}}@media only screen and (min-width:992px){.old__price{font-size:1.6rem}}.old__price.style2{font-size:1.4rem}.product__rating{margin-bottom:1.6rem}.rating__list{margin-right:0.4rem}.rating__list:last-child{margin-right:0}.rating__list--icon{color:var(--yellow-color)}.product__badge{position:absolute;top:0;left:1rem}.product__badge.style2{top:1.5rem;left:0}.product__badge.style3{top:0;left:0}.product__badge--items{min-width:55px;height:4.9rem;background:var(--secondary-color);color:var(--white-color);font-size:1rem;line-height:4.3rem;text-align:center;-webkit-clip-path:polygon(0 0, 100% 0, 100% 100%, 50% 74%, 0 100%);clip-path:polygon(0 0, 100% 0, 100% 100%, 50% 74%, 0 100%);padding:0 5px}.product__badge--items.style2{width:4.9rem;height:2.3rem;line-height:2.3rem;-webkit-clip-path:inherit;clip-path:inherit;border-radius:0 0.2rem 0.2rem 0}.product__badge--items.style3{width:2.6rem;height:4.1rem;line-height:4.1rem;-webkit-clip-path:inherit;clip-path:inherit}@media only screen and (min-width:1200px){.product__col--width__8{width:63.66666667%}}@media only screen and (min-width:1200px){.product__col--width__4{width:36.33333333%}}@media only screen and (max-width:767px){.product__section--header{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.product__items--content__tag{color:var(--text-gray-color);margin:0.3rem 0}.product__items:hover .product__items--action.style2{bottom:inherit;right:1.5rem}.product__items--rating{margin-bottom:0.8rem}.product__items--action.style2{top:2.5rem;right:0;left:auto;bottom:auto;padding:0.5rem 0.3rem;background:var(--white-color);border-radius:2rem}@media only screen and (min-width:992px){.product__items--action.style2{top:1.5rem}}@media only screen and (max-width:7575px){.product__items--action.style2{right:1.5rem}}.product__items--action__list.style2{margin-right:0;margin-bottom:0.3rem;text-align:center}.product__items--action__list.style2:last-child{margin-bottom:0}.product__items--action__btn.style2{background:inherit;color:var(--secondary-color)}.product__items--action__btn.style2:hover{color:var(--primary-color)}.product__content--style2{padding:1.5rem 0 0;border:0}.product__swiper--grid{padding-top:6.8rem;margin-top:-7rem}@media only screen and (max-width:991px){.product__swiper--grid{margin-bottom:3rem}}.product__grid--heading__maintitle{font-weight:600;padding-bottom:0.8rem}@media only screen and (min-width:992px){.product__grid--heading__maintitle{font-size:2.4rem;line-height:3rem}}.product__grid--heading__maintitle::before{position:absolute;content:"";width:6rem;height:0.2rem;background:var(--secondary-color2);bottom:0;left:0}.product__items--grid{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid var(--border-color)}.product__items--grid:last-child{margin-bottom:0;padding-bottom:0;border-bottom:0}.product__items--grid__thumbnail{overflow:hidden;line-height:1;width:8rem}@media only screen and (min-width:1366px){.product__items--grid__thumbnail{width:10rem}}.product__items--grid__content{padding:0.8rem 0.8rem 0.8rem 1.5rem;width:calc(100% - 8rem)}@media only screen and (min-width:1366px){.product__items--grid__content{width:calc(100% - 10rem)}}.product__items--grid:hover .product__items--img{-webkit-transform:inherit;transform:inherit}@media only screen and (max-width:767px){.categories__inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.categories__content{width:35rem}@media only screen and (max-width:767px){.categories__content{width:100%;margin-bottom:3rem}}.categories__content--title{margin-bottom:1.7rem}.categories__product{-ms-flex-wrap:wrap;flex-wrap:wrap;padding:1rem 0 1.5rem}@media (min-width:992px){.categories__product{padding:2rem 0 2.5rem}}.categories__product--list{margin:0 2rem 2rem 0}@media (min-width:992px){.categories__product--list{margin:0 3rem 3rem 0}}.categories__product--icons{display:inline-block;width:5.6rem;height:5.6rem;background:var(--white-color);color:var(--secondary-color2);-webkit-box-shadow:0 6px 12px rgba(58, 58, 58, 0.15);box-shadow:0 6px 12px rgba(58, 58, 58, 0.15);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:50%}.categories__product--icons:hover{background:var(--secondary-color2);color:var(--white-color);-webkit-transform:scale(1.1);transform:scale(1.1)}.categories__sidebar{width:calc(100% - 35rem);padding-left:3rem}@media only screen and (min-width:768px){.categories__sidebar{padding-left:4rem}}@media only screen and (min-width:992px){.categories__sidebar{padding-left:6rem}}@media only screen and (min-width:1200px){.categories__sidebar{padding-left:11rem}}@media only screen and (max-width:767px){.categories__sidebar{width:100%;padding-left:0}}.categories__sidebar--inner{padding:1.5rem 0 1.5rem 3rem;position:relative}@media only screen and (min-width:768px){.categories__sidebar--inner{padding:2rem 0 2rem 3.5rem}}@media only screen and (min-width:992px){.categories__sidebar--inner{padding:3rem 0 3rem 6rem}}@media only screen and (min-width:1200px){.categories__sidebar--inner{padding:4rem 0 4rem 11rem}}@media only screen and (max-width:767px){.categories__sidebar--inner{padding:0}}.categories__sidebar--inner:hover::before{border-color:var(--primary-color)}.categories__sidebar--inner::before{position:absolute;content:"";width:60%;height:100%;border:4px solid var(--secondary-color2);top:0;left:0;-webkit-transition:var(--transition);transition:var(--transition)}@media only screen and (max-width:767px){.categories__sidebar--inner::before{display:none}}.categories__product--items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-transition:var(--transition);transition:var(--transition)}.categories__product--items:hover{-webkit-box-shadow:0 8px 16px rgba(25, 25, 25, 0.16);box-shadow:0 8px 16px rgba(25, 25, 25, 0.16)}.categories__product--items__link{padding:1.2rem 1.5rem;width:100%}@media only screen and (max-width:767px){.categories__product--items__link{padding:1.2rem 1.2rem}}.categories__product--thumbnail__img{margin:0 auto}@media only screen and (max-width:767px){.categories__product--thumbnail__img{max-width:8rem}}.categories__product--title{margin-top:0.8rem}@media only screen and (max-width:767px){.new__product--section__inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.new__product--content{width:37rem;padding-right:4rem}@media only screen and (max-width:767px){.new__product--content{width:100%;padding-right:0;margin-bottom:3rem}}.new__product--content__title{margin-bottom:1.2rem}@media only screen and (min-width:1200px){.new__product--content__title{font-size:4rem;line-height:5rem;margin-bottom:2rem}}@media only screen and (min-width:1600px){.new__product--content__title{font-size:4.5rem;line-height:5.5rem;margin-bottom:2rem}}.new__product--sidebar{width:calc(100% - 37rem);padding:4.5rem 0 6rem;padding-left:0.2rem}@media only screen and (max-width:767px){.new__product--sidebar{width:100%;padding:0 0 5rem}}.new__product--section::before{position:absolute;content:"";width:42%;height:100%;background:#f1f1f1;top:0;right:0}@media only screen and (min-width:992px){.new__product--section::before{width:50%}}@media only screen and (max-width:767px){.new__product--section::before{display:none}}.product__pagination{bottom:1.5rem !important}.product__pagination .swiper-pagination-bullet{background:#949494}.product__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:var(--secondary-color)}.new__product--price{margin-bottom:2.2rem}@media only screen and (min-width:1200px){.new__product--price{margin-bottom:3.2rem}}.new__product--price__badge{font-size:1.4rem;line-height:2.2rem;font-family:var(--open-sans);color:var(--text-gray-color)}.new__product--current__price{font-size:2.5rem;line-height:3rem;font-weight:600}.new__product--old__price{font-size:1.8rem;line-height:2.2rem;padding-left:1rem;color:var(--text-gray-color)}.banner__items{overflow:hidden}.banner__items:hover .banner__items--thumbnail__img{-webkit-transform:scale(1.15);transform:scale(1.15)}.banner__items--thumbnail{display:block;width:100%}.banner__items--thumbnail__img{display:block;width:100%}.banner__items--content{position:absolute;top:2.5rem;left:2rem;cursor:pointer}@media only screen and (min-width:992px){.banner__items--content{top:3rem;left:3.5rem}}.banner__items--content.one{top:50%;left:auto;right:2rem;-webkit-transform:translatey(-50%);transform:translatey(-50%)}@media only screen and (min-width:768px){.banner__items--content.one{right:2.5rem}}@media only screen and (min-width:992px){.banner__items--content.one{right:4.5rem}}.banner__items--content.two{top:50%;-webkit-transform:translatey(-50%);transform:translatey(-50%)}.banner__items--content.three{left:3rem;top:20%}.banner__items--content.three-one{left:1rem;top:3%}@media only screen and (min-width:992px){.banner__items--content.three{left:6rem}.banner__items--content.three-one{left:5rem}}.banner__items--content.four{left:2rem;right:180px;text-align:center}.banner__items--content.five{top:50%;left:auto;right:2rem;-webkit-transform:translatey(-50%);transform:translatey(-50%)}@media only screen and (min-width:768px){.banner__items--content.five{right:2.5rem}}@media only screen and (min-width:992px){.banner__items--content.five{right:4.5rem}}.banner__items--content__title{position:relative;padding-bottom:1rem;font-size:1.8rem;line-height:2.4rem}@media only screen and (min-width:768px){.banner__items--content__title{font-size:2rem;line-height:2.8rem}}@media only screen and (min-width:992px){.banner__items--content__title{font-size:2.2rem;line-height:2.8rem}}@media only screen and (min-width:1200px){.banner__items--content__title{font-size:2.4rem;line-height:3rem}}@media only screen and (min-width:1366px){.banner__items--content__title{font-size:2.8rem;line-height:3.3rem}}@media only screen and (min-width:1600px){.banner__items--content__title{font-size:3rem;line-height:3.6rem}}.banner__items--content__title::before{position:absolute;content:"";width:10.4rem;height:0.4rem;background:url(https://www.parkettmann.sk/Data/4138/UserFiles/../assets/img/banner/border-shape.webp);bottom:0;left:0}.banner__items--content__title.four::before{left:50%;-webkit-transform:translatex(-50%);transform:translatex(-50%)}.banner__items--content__style2{position:absolute;left:3rem;top:50%;-webkit-transform:translatey(-50%);transform:translatey(-50%)}.banner__items--content__style2.right{left:auto;right:3rem}.banner__items--content__style2--title{font-size:1.7rem;line-height:2.1rem;margin-bottom:0.8rem}@media only screen and (min-width:768px){.banner__items--content__style2--title{font-size:1.8rem;line-height:2.2rem;margin-bottom:1rem}}@media only screen and (min-width:992px){.banner__items--content__style2--title{font-size:2rem;line-height:2.6rem;margin-bottom:1.2rem}}@media only screen and (min-width:1200px){.banner__items--content__style2--title{font-size:2.2rem;line-height:3rem}}@media only screen and (min-width:1366px){.banner__items--content__style2--title{font-size:2.5rem;line-height:3.6rem}}@media only screen and (min-width:1600px){.banner__items--content__style2--title{font-size:2.8rem;line-height:4rem}}.deals__banner--thumbnail{overflow:hidden}@media only screen and (max-width:1199px){.deals__banner--thumbnail{margin-top:4rem}}.deals__banner--thumbnail__link{width:100%}.deals__banner--thumbnail__img{width:100%}.deals__banner--thumbnail:hover .deals__banner--thumbnail__img{-webkit-transform:scale(1.15);transform:scale(1.15)}.deals__banner--thumbnail.mt-0{margin-top:0}.deals__banner--content{position:absolute;left:0;right:0;top:2rem}.deals__banner--content__maintitle{margin-bottom:1.6rem}.countdown__item{margin-right:2rem;text-align:center}.countdown__item:last-child{margin-right:0}.deals__banner--countdown{margin-bottom:2.2rem}@media only screen and (max-width:480px){.deals__banner--countdown{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.deals__banner--countdown .countdown__number{width:4rem;height:4rem;line-height:4rem;background:var(--white-color);color:var(--primary-color);border-radius:50%;font-size:1.6rem;font-weight:600;margin-bottom:0.2rem;font-family:var(--open-sans)}@media only screen and (min-width:1200px){.deals__banner--countdown .countdown__number{font-size:1.8rem}}.deals__banner--countdown .countdown__text{font-size:1.2rem;font-weight:600;color:var(--primary-color);text-transform:capitalize}.banner__video--thumbnail__img{width:100%}@media only screen and (max-width:575px){.banner__video--thumbnail__img{height:17rem;-o-object-fit:cover;object-fit:cover;margin:0 auto}}.bideo__play{position:absolute;top:50%;left:50%;-webkit-transform:translatey(-50%) translatex(-50%);transform:translatey(-50%) translatex(-50%)}.bideo__play--icon{width:8.4rem;height:8.4rem;background:var(--white-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:50%;color:var(--secondary-color);position:relative;-webkit-transition:0.5s;transition:0.5s;-webkit-animation:animate 2s linear infinite;animation:animate 2s linear infinite;-webkit-transform:scale(1);transform:scale(1)}.bideo__play--icon:hover{background:var(--secondary-color);color:var(--white-color);-webkit-transform:scale(1.2);transform:scale(1.2)}@media only screen and (max-width:767px){.bideo__play--icon{width:6rem;height:6rem}}@media only screen and (max-width:767px){.bideo__play--icon svg{width:3.5rem}}@-webkit-keyframes animate{0%{-webkit-box-shadow:0 0 0 0 rgba(255, 255, 255, 0.7);box-shadow:0 0 0 0 rgba(255, 255, 255, 0.7)}40%{-webkit-box-shadow:0 0 0 50px rgba(255, 193, 7, 0);box-shadow:0 0 0 50px rgba(255, 193, 7, 0)}80%{-webkit-box-shadow:0 0 0 50px rgba(255, 193, 7, 0);box-shadow:0 0 0 50px rgba(255, 193, 7, 0)}100%{-webkit-box-shadow:0 0 0 rgba(255, 193, 7, 0);box-shadow:0 0 0 rgba(255, 193, 7, 0)}}@keyframes animate{0%{-webkit-box-shadow:0 0 0 0 rgba(255, 255, 255, 0.7);box-shadow:0 0 0 0 rgba(255, 255, 255, 0.7)}40%{-webkit-box-shadow:0 0 0 50px rgba(255, 193, 7, 0);box-shadow:0 0 0 50px rgba(255, 193, 7, 0)}80%{-webkit-box-shadow:0 0 0 50px rgba(255, 193, 7, 0);box-shadow:0 0 0 50px rgba(255, 193, 7, 0)}100%{-webkit-box-shadow:0 0 0 rgba(255, 193, 7, 0);box-shadow:0 0 0 rgba(255, 193, 7, 0)}}@media only screen and (max-width:767px){.banner__sidebar--two{text-align:center;margin-top:3rem}}@media only screen and (max-width:767px){.banner__sidebar2--img{margin:0 auto}}@media (min-width:768px){.banner2__col--3{width:29%}}@media (min-width:992px){.banner2__col--3{width:29%}}@media (min-width:1200px){.banner2__col--3{width:27%}}@media only screen and (max-width:767px){.banner__sidebar2--content{left:1.5rem;right:1.5rem}}@media (min-width:768px){.banner2__col--6{width:52%}}@media (min-width:768px){.banner2__col--6r{width:48%}}@media (max-width:479px){.banner__img--height{height:18rem;-o-object-fit:cover;object-fit:cover}}.banner__content--style2{position:absolute;top:2rem;left:2rem}.banner__content--style2__subtitle{font-size:1.3rem;line-height:2.4rem;font-weight:400;margin-bottom:0.5rem}.banner__content--style2__subtitle.text-ofwhite{color:#bcbcbc}.banner__content--style2--title{font-size:1.8rem;line-height:2.2rem;color:var(--primary-color);margin-bottom:1rem}@media only screen and (min-width:1200px){.banner__content--style2--title{font-size:2rem;line-height:2.5rem;margin-bottom:1.5rem}}.banner__content--style2--title.text-white{color:var(--white-color)}.banner__content--style2__link{color:var(--secondary-color2)}.banner__content--style2__link:hover{color:var(--secondary-color) !important}.banner__content--style2__link.primary__btn.style2{background:inherit;border:1px solid var(--primary-color);border-radius:2rem;padding:0 2.8rem}.banner__content--style2__link.primary__btn.style2:hover{background:var(--secondary-color2);border-color:var(--secondary-color2);color:var(--white-color) !important}.banner__content--style2__link.primary__btn.style2.text-white{border:1px solid var(--secondary-color2);color:var(--primary-color)}@media only screen and (max-width:767px){.banner__section--inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.banner__discount--content{width:33.8rem}@media only screen and (max-width:767px){.banner__discount--content{width:100%;margin-bottom:3rem}}.banner__discount--content__subtitle{font-size:1.3rem;line-height:2.2rem;color:var(--text-gray-color);margin-bottom:1.2rem}.banner__discount--content__title{margin-bottom:0.8rem}@media only screen and (min-width:1200px){.banner__discount--content__title{font-size:3.5rem;line-height:4.5rem;margin-bottom:1rem}}@media only screen and (min-width:1600px){.banner__discount--content__title{font-size:4rem;line-height:5rem;margin-bottom:1.3rem}}.banner__discount--content__desc{margin-bottom:1.5rem}@media only screen and (min-width:1200px){.banner__discount--content__desc{margin-bottom:2.5rem}}@media only screen and (min-width:1600px){.banner__discount--content__desc{margin-bottom:3rem}}.banner2__right--sidebar{width:calc(100% - 33.8rem);padding:3.5rem 0 3rem 3.8rem}@media only screen and (max-width:767px){.banner2__right--sidebar{width:100%;padding:2rem 0 2rem 2rem}}@media only screen and (max-width:575px){.banner2__right--sidebar{padding:2rem 0 2rem 0}}.banner2__right--sidebar:hover::before{border-color:var(--secondary-color2)}.banner2__right--sidebar::before{position:absolute;content:"";width:50%;height:100%;border:4px solid var(--primary-color);right:0;top:0;-webkit-transition:var(--transition);transition:var(--transition)}.banner2__sidebar--items{margin-right:2rem;overflow:hidden}.banner2__sidebar--items:last-child{margin-right:0}@media (min-width:992px){.banner2__sidebar--items{margin-right:3rem}}.banner2__sidebar--items.one{margin-top:4rem}@media (min-width:992px){.banner2__sidebar--items.one{margin-top:8rem}}.banner2__sidebar--items.two{margin-top:2rem}@media (min-width:992px){.banner2__sidebar--items.two{margin-top:4rem}}.banner2__sidebar--items:hover .banner__items--thumbnail__img{-webkit-transform:scale(1.15);transform:scale(1.15)}.deals__content--style2{position:absolute;left:3.5rem;top:50%;-webkit-transform:translatey(-50%);transform:translatey(-50%)}@media only screen and (max-width:480px){.deals__content--style2{text-align:center}}.deals__content--style2__subtitle{font-size:1.3rem;line-height:2rem;color:var(--text-gray-color);margin-bottom:1rem}.deals__content--style2__maintitle{margin-bottom:1.7rem;color:var(--primary-color)}@media (max-width:767px){.deals__banner--thumbnail__img.style2{height:30rem;-o-object-fit:cover;object-fit:cover}}.product__banner{overflow:hidden}.product__banner:hover .product__banner--thumbnail__img{-webkit-transform:scale(1.15);transform:scale(1.15)}.product__banner--content{position:absolute;top:3rem;left:3rem}.product__banner--content__subtitle{font-family:var(--open-sans);font-size:1.5rem;font-weight:400;margin-bottom:0.4rem}.product__banner--content--title{font-size:2.2rem;line-height:2.8rem;margin-bottom:2rem}.product__banner--content__price{font-size:2rem;line-height:2.2rem}@media only screen and (min-width:992px){.product__banner--content__price{font-size:2.5rem;line-height:2.8rem}}.choiceus__banner--thumbnail{overflow:hidden}@media only screen and (max-width:991px){.choiceus__banner--thumbnail.one{margin-right:5rem}}.choiceus__banner--thumbnail.two{position:absolute;top:50%;right:0;-webkit-transform:translatey(-50%);transform:translatey(-50%)}.choiceus__banner--thumbnail__img:hover{-webkit-transform:scale(1.15);transform:scale(1.15)}@media only screen and (max-width:991px){.choiceus__banner--thumbnail__img.two{max-width:28rem}}@media only screen and (max-width:400px){.choiceus__banner--thumbnail__img.two{max-width:20rem}}@media only screen and (max-width:300px){.choiceus__banner--thumbnail__img.two{max-width:12rem}}.bideo__play.style3{left:70%}.bideo__play--icon.style3{background:var(--primary-color);color:var(--white-color)}.bideo__play--icon.style3:hover{background:var(--secondary-color)}.choiceus__content{padding-left:3rem}@media only screen and (max-width:767px){.choiceus__content{margin-top:3rem}}@media only screen and (max-width:991px){.choiceus__content{padding-left:0}}.choiceus__content--title{margin-bottom:2.2rem}@media only screen and (max-width:767px){.choiceus__content--title{margin-bottom:1.2rem}}.choiceus__content--desc{margin-bottom:4.2rem}@media only screen and (min-width:1200px){.choiceus__content--desc{font-size:1.7rem;line-height:2.8rem}}@media only screen and (max-width:767px){.choiceus__content--desc{margin-bottom:2.2rem}}.choiceus__info{margin-bottom:5rem}@media only screen and (max-width:767px){.choiceus__info{margin-bottom:2.5rem}}.choiceus__info--step{margin-bottom:3.5rem}.choiceus__info--step:last-child{margin-bottom:0}@media only screen and (max-width:767px){.choiceus__info--step{margin-bottom:2.5rem}}.choiceus__info--list{text-align:center;margin-right:3.2rem}.choiceus__info--list:last-child{margin-right:0}.choiceus__info--text{display:block;font-weight:600;margin-top:1.3rem}@media only screen and (max-width:767px){.choiceus__info--text{margin-top:1rem}}.choiceus__info--btn{-webkit-box-shadow:0 6px 12px rgba(18, 26, 37, 0.34);box-shadow:0 6px 12px rgba(18, 26, 37, 0.34)}.banner__content--style3{position:absolute;top:50%;left:2rem;-webkit-transform:translatey(-50%);transform:translatey(-50%)}.banner__content--style3__title{font-size:1.8rem;margin-bottom:0.5rem;line-height:2.4rem}@media only screen and (min-width:992px){.banner__content--style3__title{margin-bottom:0.5rem;line-height:2.6rem}}@media only screen and (min-width:1200px){.banner__content--style3__title{font-size:2rem;line-height:2.4rem;margin-bottom:0.8rem}}.banner__content--style3__price{display:block;margin-bottom:1.5rem}@media only screen and (max-width:767px){.banner__content--style3__price{margin-bottom:1rem;line-height:2.2rem}}.banner__content--style3__btn{height:2.5rem;line-height:2.3rem;font-size:1.2rem;border:1px solid var(--primary-color);background:inherit;color:var(--primary-color);padding:0 1.5rem;border-radius:0}.blog__section--inner{padding:1rem}.blog__section--inner.p-0{padding:0}.blog__items{-webkit-box-shadow:0 3px 6px rgba(68, 68, 68, 0.2);box-shadow:0 3px 6px rgba(68, 68, 68, 0.2);border-radius:1rem 1rem 0 0}.blog__items:hover .blog__thumbnail--img{-webkit-transform:scale(1.15);transform:scale(1.15)}.blog__thumbnail{overflow:hidden;border-radius:1rem 1rem 0 0}.blog__thumbnail--link{width:100%}.blog__thumbnail--img{width:100%}.blog__content{padding:1.8rem 1.5rem 1.5rem}.blog__content--meta{margin-bottom:1rem}@media only screen and (max-width:767px){.blog__content--meta{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.blog__content--meta__text{font-size:1.3rem;color:var(--primary-color);margin-right:1.8rem}.blog__content--meta__text:last-child{margin-right:0}@media only screen and (min-width:1200px){.blog__content--meta__text{margin-right:2.2rem}}@media only screen and (max-width:767px){.blog__content--meta__text{margin-right:0;margin-bottom:0.8rem}.blog__content--meta__text:last-child{margin-bottom:0}}.blog__content--meta__icon{color:var(--secondary-color);margin-right:0.4rem}.blog__content--title{line-height:2.5rem;margin-bottom:1.4rem;height:50px;overflow:hidden}.blog__content--desc{font-size:1.6rem;line-height:2.5rem;margin-bottom:2.2rem;height:75px;overflow:hidden}@media only screen and (max-width:767px){.blog__content--desc{font-size:1.5rem}}.blog__content--btn{background:var(--white-color);border:1px solid var(--primary-color);color:var(--secondary-color);font-size:1.4rem;border-radius:2rem;text-decoration:none}@media only screen and (min-width:768px){.blog__content--btn{line-height:3rem;height:3rem;padding:0 1.7rem}}.blog__content--btn:hover{background:var(--secondary-color);color:var(--white-color);border-color:var(--secondary-color)}.blog__content--btn.btn__style3{color:var(--white-color);border-radius:0.2rem;font-size:1.3rem}.articl__post--items{margin-bottom:2rem}.articl__post--items:hover .articl__post--items__img{-webkit-transform:scale(1.1);transform:scale(1.1)}.articl__post--items:last-child{margin-bottom:0}.articl__post--items__thumbnail{width:9rem;overflow:hidden}.articl__post--items__content{width:calc(100% - 9rem);padding-left:1.5rem}@media only screen and (min-width:768px){.articl__post--items__content--title{font-size:1.7rem;line-height:2.2rem}}.testimonial__banner--thumbnail{overflow:hidden}@media only screen and (max-width:1199px){.testimonial__banner--thumbnail{margin-top:3rem}}.testimonial__banner--thumbnail__img{width:100%}.testimonial__banner--thumbnail a{width:100%}.testimonial__banner--thumbnail:hover .testimonial__banner--thumbnail__img{-webkit-transform:scale(1.15);transform:scale(1.15)}.testimonial__items--topbar{margin-bottom:1.7rem}@media only screen and (max-width:767px){.testimonial__items--topbar{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media only screen and (max-width:767px){.testimonial__items--content{text-align:center}}.testimonial__items--thumbnail{width:5.6rem}.testimonial__items--author{position:relative;width:calc(100% - 5.6rem);padding-left:1.5rem}@media only screen and (max-width:767px){.testimonial__items--author{width:auto}}.testimonial__items--author__title{line-height:2rem;font-size:1.7rem}.testimonial__items--author__subtitle{font-size:1.3rem;line-height:1.7rem;color:var(--text-gray-color);font-style:italic;font-family:var(--open-sans)}.testimonial__items--desc{margin-bottom:1.2rem}@media only screen and (min-width:992px){.testimonial__items--desc{margin-bottom:1.4rem}}.testimonial__items--desc.style2{margin:1rem 0 1.5rem}.testimonial__icon--svg{color:var(--light-color)}.testimonial__rating{margin-top:1rem !important}.testimonial__rating .rating__list{margin-right:0.3rem}.testimonial__padding{padding-bottom:5rem}@media only screen and (min-width:1366px){.testimonial__padding{padding-bottom:6.5rem}}@media only screen and (max-width:767px){.testimonial__padding{padding-bottom:4rem}}.testimonial__swiper--column3 .swiper-pagination-bullet{background:#c2c2c2}.testimonial__swiper--column3 .swiper-pagination-bullet.swiper-pagination-bullet-active{background:var(--secondary-color2)}.testimonial__bg--two{background:#f6f6f6}.testimonial__items--style2{background:var(--white-color);padding:3.5rem 1.5rem;-webkit-box-shadow:0 6px 12px rgba(52, 52, 52, 0.1);box-shadow:0 6px 12px rgba(52, 52, 52, 0.1)}.testimonial__thumbnail--style2{width:5.6rem}.testimonial__content--style2{width:calc(100% - 5.6rem);padding-left:1.7rem}@media only screen and (min-width:768px){.testimonial__content--style2{padding-left:3rem}}.testimonial__quote--icon{position:absolute;top:1.5rem;left:2rem}.testimonial__bg--shape1{position:absolute;top:0;left:0}.testimonial__bg--shape2{position:absolute;top:0;right:0}.testimonial__padding3{padding:1rem 0.5rem 4.4rem}.testimonial__items--style3{background:#f8f8f8;padding:2.5rem 2rem;-webkit-transition:var(--transition);transition:var(--transition)}@media only screen and (min-width:768px){.testimonial__items--style3{padding:3.5rem 2.5rem}}.testimonial__items--style3:hover{-webkit-box-shadow:0 6px 12px rgba(25, 25, 25, 0.15);box-shadow:0 6px 12px rgba(25, 25, 25, 0.15)}.testimonial__thumbnail--style3{margin-bottom:1.5rem}.testimonial__thumbnail--style3__img{margin:0 auto}.testimonial__style3--author{margin-bottom:1.2rem}.testimonial__style3--author__title{font-size:1.4rem;line-height:1.8rem}.testimonial__style3--author__subtitle{font-size:1.2rem;line-height:1.6rem;color:var(--text-gray-color)}.newsletter__banner--thumbnail__img{width:100%}@media only screen and (max-width:767px){.newsletter__banner--thumbnail__img{height:25rem;-o-object-fit:cover;object-fit:cover}}.newsletter__content{position:absolute;top:50%;right:13rem;-webkit-transform:translatey(-50%);transform:translatey(-50%)}.newsletter__content--subtitle{margin-bottom:0.5rem}@media only screen and (max-width:991px){.newsletter__content{text-align:center;left:2rem;right:2rem}}.newsletter__content.style2{left:7rem;right:auto}@media only screen and (min-width:992px){.newsletter__content.style2{left:7rem}}@media only screen and (max-width:991px){.newsletter__content.style2{left:2rem;right:2rem}}.newsletter__subscribe--form{width:35rem}@media only screen and (min-width:768px){.newsletter__subscribe--form{width:40rem}}@media only screen and (min-width:992px){.newsletter__subscribe--form{width:42.5rem}}@media only screen and (max-width:991px){.newsletter__subscribe--form{margin:0 auto}}@media only screen and (max-width:575px){.newsletter__subscribe--form{width:100%}}.newsletter__subscribe--input{width:100%;height:4.3rem;border:0;background:var(--white-color);padding:0 12.5rem 0 2rem}@media only screen and (min-width:1600px){.newsletter__subscribe--input{padding:0 14rem 0 2rem}}@media only screen and (max-width:575px){.newsletter__subscribe--input{padding:0 12rem 0 1.2rem}}.newsletter__subscribe--button{position:absolute;right:1rem;top:5px;height:3.3rem;line-height:3.3rem;font-size:1.3rem;padding:0 1.2rem}@media only screen and (min-width:1600px){.newsletter__subscribe--button{padding:0 2rem}}.newsletter__subscribe--button__icon{vertical-align:middle;margin-left:0.4rem}@media only screen and (max-width:575px){.newsletter__subscribe--button{padding:0 1rem}}.newsletter__subscribe--button.btn__style2{height:3.3rem;line-height:3.3rem}.newsletter__subscribe--form__style{width:100%}.footer__newsletter--desc{font-size:1.5rem}@media only screen and (max-width:1199px){.footer__newsletter--input{padding:0 1.4rem 0}}@media only screen and (max-width:1199px){.footer__newsletter--button{position:inherit;top:inherit;right:inherit;margin-top:1.5rem}}.shipping__section--inner{max-width:650px;margin:0 auto;padding:2.5rem;background:var(--white-color);-webkit-box-shadow:0 8px 18px rgba(70, 70, 70, 0.16);box-shadow:0 8px 18px rgba(70, 70, 70, 0.16)}@media only screen and (min-width:992px){.shipping__section--inner{max-width:750px;padding:3rem}}@media only screen and (min-width:1366px){.shipping__section--inner{max-width:800px;padding:3.5rem 3rem}}@media only screen and (min-width:1600px){.shipping__section--inner{max-width:868px;padding:4rem 3rem}}@media only screen and (max-width:767px){.shipping__section--inner{padding:2.5rem 1.5rem}}@media only screen and (max-width:575px){.shipping__section--inner{-ms-flex-wrap:wrap;flex-wrap:wrap}}.shipping_mt{margin-top:-5rem}@media only screen and (max-width:767px){.shipping_mt{margin-top:6rem}}.shipping__items{position:relative;padding-right:4rem}@media only screen and (min-width:992px){.shipping__items{padding-right:6rem}}@media only screen and (max-width:767px){.shipping__items{padding-right:2.2rem}}@media only screen and (max-width:575px){.shipping__items{width:50%;padding:1rem}}.shipping__items::before{position:absolute;content:"";width:6.5rem;height:0.1rem;border:1px dashed var(--secondary-color);right:-14px;top:20px;opacity:0.6}@media only screen and (min-width:992px){.shipping__items::before{width:8.5rem}}@media only screen and (max-width:767px){.shipping__items::before{display:none}}.shipping__items:last-child{padding-right:0}.shipping__items:last-child::before{display:none}.shipping__items--content{margin-top:1.3rem}@media only screen and (max-width:575px){.shipping__items--content{margin-top:0.8rem}}.shipping__items--content__title{font-weight:600;font-size:1.7rem;line-height:2.5rem}@media only screen and (max-width:767px){.shipping__items--content__title{font-size:1.6rem}}.shipping__style2--inner{border:1px solid var(--gray-color);padding:3rem;-webkit-box-shadow:0 3px 6px rgba(100, 100, 100, 0.1);box-shadow:0 3px 6px rgba(100, 100, 100, 0.1)}@media only screen and (min-width:992px){.shipping__style2--inner{padding:3rem 2rem}}@media only screen and (min-width:1200px){.shipping__style2--inner{padding:3rem}}@media only screen and (max-width:991px){.shipping__style2--inner{-ms-flex-wrap:wrap;flex-wrap:wrap;padding:3rem 2rem 0.4rem}}.shipping__style2--items{position:relative;padding-right:5.5rem;margin-right:5.5rem}@media only screen and (min-width:992px){.shipping__style2--items{padding-right:2rem;margin-right:2rem}}@media only screen and (min-width:1200px){.shipping__style2--items{padding-right:5.5rem;margin-right:5.5rem}}@media only screen and (max-width:991px){.shipping__style2--items{padding-right:3rem;margin-right:0;width:33.33%;margin-bottom:2.5rem}}@media only screen and (max-width:767px){.shipping__style2--items{width:50%}}@media only screen and (max-width:575px){.shipping__style2--items{width:100%;padding-right:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.shipping__style2--items:last-child{padding-right:0;margin-right:0}.shipping__style2--items:last-child::before{display:none}.shipping__style2--items::before{position:absolute;content:"";width:0.1rem;height:100%;background:var(--gray-color);right:0;top:0}@media only screen and (max-width:991px){.shipping__style2--items::before{display:none}}.shipping__style2--icon{margin-right:2.5rem;color:var(--secondary-color2)}.shipping__style2--content__title{font-size:1.5rem;line-height:2.2rem}.shipping__style2--content__desc{font-family:var(--open-sans);line-height:2.2rem;font-size:1.4rem}.instagram__thumbnail{overflow:hidden}.instagram__thumbnail:hover .instagram__social--icon{-webkit-transform:translatey(-50%) translatex(-50%) scale(1);transform:translatey(-50%) translatex(-50%) scale(1)}.instagram__thumbnail:hover .instagram__thumbnail--img{-webkit-transform:scale(1.15);transform:scale(1.15)}.instagram__thumbnail--link{width:100%}.instagram__thumbnail--img{width:100%}.instagram__social--icon{position:absolute;top:50%;left:50%;width:5rem;height:5rem;background:var(--white-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:50%;color:var(--secondary-color);-webkit-transform:translatey(-50%) translatex(-50%) scale(0);transform:translatey(-50%) translatex(-50%) scale(0)}.instagram__social--icon:hover{background:var(--secondary-color);color:var(--white-color)}.footer__bg{background:#F2F2F2}@media only screen and (max-width:991px){.footer__section{padding-bottom:7rem}}.main__footer{border-bottom:1px solid var(--border-color);padding:5rem 0 1.5rem}@media only screen and (min-width:992px){.main__footer{padding:5rem 0 2rem}}@media only screen and (max-width:767px){.main__footer{padding:6rem 0 3.5rem}}.footer__social{margin-top:2.5rem}@media only screen and (min-width:992px){.footer__social{margin-top:3.2rem}}.social__shear--list{margin-right:1.6rem}.social__shear--list:last-child{margin-right:0}.social__shear--list__icon{color:var(--secondary-color)}.social__shear--list__icon:hover{color:var(--primary-color)}.footer__logo{margin-bottom:1.5rem}.sm__footer--widget__bock{display:none}@media only screen and (max-width:767px){.sm__footer--widget__bock{display:block}}@media only screen and (max-width:991px){.footer__widget{margin-bottom:3rem}}@media only screen and (max-width:767px){.footer__widget{margin-bottom:0}}.footer__widget--desc{font-size:1.5rem}.footer__widget--title{margin-bottom:2rem;font-weight:400;position:relative;color:var(--primary-color);font-size:1.8rem;font-weight:700}@media only screen and (min-width:576px){.footer__widget--title{font-size:2rem;line-height:2.4rem}}@media only screen and (min-width:768px){.footer__widget--title{margin-bottom:1.5rem}}@media only screen and (min-width:992px){.footer__widget--title{font-size:2rem;line-height:2.6rem;margin-bottom:1.7rem}}.footer__widget--title__arrowdown--icon{position:absolute;right:0;top:38%;-webkit-transition:.3s;transition:.3s;display:none}@media only screen and (max-width:767px){.footer__widget--title__arrowdown--icon{display:block}}.footer__widget.active{padding-bottom:3rem}.footer__widget.active .footer__widget--title__arrowdown--icon{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.footer__widget--menu__list{margin-bottom:0.8rem}.footer__widget--menu__list:last-child{margin-bottom:0}.footer__widget--menu__text{line-height:29px;font-size:1.5rem;padding-left:25px;margin-bottom:9px}.footer__widget--button{position:absolute;z-index:9;top:0;left:0;visibility:hidden;width:100%;height:100%;content:"";color:transparent;border:0;background-color:transparent}@media only screen and (max-width:767px){.footer__widget--button{visibility:visible}}@media only screen and (max-width:767px){.footer__widget--inner{display:none}}.footer__bottom{padding:1.5rem 0}@media only screen and (max-width:991px){.footer__bottom{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.copyright__content{font-size:1.3rem}@media only screen and (max-width:991px){.copyright__content{margin-bottom:2rem}}@media only screen and (max-width:767px){.copyright__content{text-align:center}}.copyright__content--link{color:var(--primary-color);font-weight:600}.copyright__content--link:hover{text-decoration:underline}.footer__contact--info__inner{margin-bottom:1.5rem}.footer__contact--info__text{font-size:1.5rem;line-height:2.5rem;color:var(--text-gray-color);font-family:var(--open-sans);margin-bottom:1rem}.footer__contact--info__text:last-child{margin-bottom:0}.footer__payment--method__title{font-size:1.5rem;line-height:2.2rem;font-family:var(--open-sans);margin-bottom:1.7rem}.modal{position:fixed;top:0;left:0;right:0;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:1rem;background:rgba(0, 0, 0, 0.8);cursor:pointer;visibility:hidden;opacity:0;-webkit-transition:all 0.35s ease-in;transition:all 0.35s ease-in;z-index:101}.modal.is-visible{visibility:visible;opacity:1}.modal.is-visible .quickview__main--wrapper{-webkit-transform:translateY(0);transform:translateY(0)}.quickview__main--wrapper{position:relative;max-width:880px;max-height:80vh;border-radius:10px;background:#fff;overflow:auto;cursor:default;padding:25px;-webkit-transform:translateY(-50px);transform:translateY(-50px);-webkit-transition:var(--transition);transition:var(--transition);pointer-events:inherit}.quickview__inner{padding:25px}.fan-ifr .fancybox-slide--iframe .fancybox-content{border-radius:2.5rem}#bpage49454,#bpage49455{background:transparent}@media only screen and (max-width:500px){.quickview__inner #MainProductImage a img{width:100%;height:100%}}@media only screen and (max-width:767px){.quickview__main--wrapper{max-width:550px}}@media only screen and (max-width:575px){.quickview__main--wrapper{padding:25px 15px}}.quickview__header{position:absolute;padding:0;top:16px;right:16px;z-index:9}@media only screen and (max-width:767px){.quickview__header{top:10px;right:10px}}.quickview__close--btn{font-size:1.8rem;padding:0;width:3.2rem;height:3.2rem;line-height:3.4rem;border-radius:50%;font-weight:700;border:1px solid var(--border-color);background:var(--white-color)}.quickview__close--btn:hover{background:var(--secondary-color);border-color:var(--secondary-color);color:var(--white-color)}[data-animation] .modal-dialog{opacity:0;-webkit-transition:all 0.5s cubic-bezier(0.51, 0.92, 0.24, 1.15);transition:all 0.5s cubic-bezier(0.51, 0.92, 0.24, 1.15)}[data-animation].is-visible .modal-dialog{opacity:1;-webkit-transition-delay:0.2s;transition-delay:0.2s}.quickview__info--review__text{color:var(--text-gray-color);font-weight:500;margin-left:15px}@media only screen and (max-width:767px){.quickview__gallery{margin-bottom:20px}}.quickview__thumbnail{position:relative;line-height:1}.quickview__thumbnail--link{width:100%;border-radius:8px}.quickview__thumbnail--img{width:100%;border-radius:8px}.quickview__gallery--pagination .swiper-pagination-bullet{width:16px;height:5px;background:var(--secondary-color);opacity:1;border-radius:2px;margin:0 3px !important}.quickview__gallery--pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:var(--primary-color)}.variant__color--value{width:2.5rem;height:2.5rem;padding:2px;display:inline-block;border-radius:50%;margin-right:10px;line-height:1;cursor:pointer}.variant__color--value:last-child{margin-right:0}.variant__color--value__img{border-radius:50%}.variant__color--list input[type=radio]+label{border:1px solid var(--primary-color)}.variant__color--list input[type=radio]+label:hover{border:1px solid var(--secondary-color)}.variant__color--list{margin-right:10px}.variant__color--list input[type=radio]{clip:rect(0, 0, 0, 0);overflow:hidden;position:absolute;height:1px;width:1px}.variant__color--list input[type=radio]:checked+label{border:1px solid var(--secondary-color)}.variant__color--list:last-child{margin-right:0}.variant__input--fieldset{min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;border:none;margin:0;padding:0}.variant__size--list input[type=radio]+label{border:1px solid var(--border-color2)}.variant__size--list input[type=radio]+label:hover{border:1px solid var(--secondary-color);color:var(--secondary-color)}.variant__size--list{margin-right:13px}.variant__size--list:last-child{margin-right:0}.variant__size--list input[type=radio]{clip:rect(0, 0, 0, 0);overflow:hidden;position:absolute;height:1px;width:1px}.variant__size--list input[type=radio]:checked+label{border:1px solid var(--secondary-color);color:var(--secondary-color)}.variant__size--value{width:4.7rem;height:3.2rem;line-height:3.2rem;display:inline-block;border-radius:5px;text-align:center;font-size:1.5rem;cursor:pointer}.quickview__variant--wishlist__svg{width:22px;margin-right:7px}.variant__wishlist--icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.quickview__value--quantity{width:3.5rem;height:100%;font-size:2.2rem;line-height:100%}.quickview__value--quantity.decrease{border-radius:17px 0 0 17px}.quickview__value--quantity.increase{border-radius:0 17px 17px 0}input.quickview__value--number{height:3.5rem;font-size:1.7rem}.quickview__cart--btn{height:3.8rem;line-height:3.8rem;padding:0 25px;margin-left:15px;font-size:1.5rem}.quickview__social--title{font-size:1.5rem;font-weight:600;margin-right:15px}.quickview__social--list{margin-right:10px}.quickview__social--list:last-child{margin-right:0}.quickview__social--icon{width:3rem;height:3rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:var(--secondary-color);color:var(--white-color);border-radius:50%}.quickview__social--icon:hover{background:var(--primary-color);color:var(--white-color)}@media only screen and (max-width:767px){.accordion__section--inner .row{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}@media only screen and (max-width:767px){.accordion__banner{text-align:center}}@media only screen and (max-width:767px){.accordion__wrapper{margin-bottom:30px}}.accordion__items.active{margin-bottom:20px}.accordion__items.active:last-child{margin-bottom:0}.accordion__items--body{display:none;padding:0 20px}.accordion__items--body__desc, .blog__details--content__desc{font-size:1.5rem;line-height:2.8rem;color:var(--text-gray-color);font-family:var(--open-sans)}.accordion__items--button{border:0;background:var(--white-color);width:100%;padding:13px 60px 13px 25px;text-align:left;margin-bottom:15px;font-size:1.5rem;font-weight:600;position:relative}@media only screen and (min-width:992px){.accordion__items--button{padding:13px 70px 13px 35px}}@media only screen and (min-width:1200px){.accordion__items--button{padding:24px 80px 24px 40px}}.accordion__items--button__icon{width:3rem;height:3rem;background:var(--secondary-color);color:var(--white-color);padding:5px;border-radius:50%;position:absolute;top:50%;right:12px;-webkit-transform:translatey(-50%);transform:translatey(-50%)}@media only screen and (min-width:768px){.accordion__items--button__icon{right:15px}}@media only screen and (min-width:992px){.accordion__items--button__icon{right:35px}}.portfolio__items--thumbnail{border-radius:0.5rem;overflow:hidden}.portfolio__items--thumbnail::before{position:absolute;content:"";width:100%;height:100%;background:var(--secondary-color);top:0;left:0;opacity:0;-webkit-transition:var(--transition);transition:var(--transition);z-index:9;pointer-events:none}.portfolio__items--thumbnail:hover::before{opacity:0.6}.portfolio__items--thumbnail__link{overflow:hidden;display:block;width:100%}.portfolio__items--thumbnail:hover .portfolio__items--thumbnail__img{-webkit-transform:scale(1.1);transform:scale(1.1)}.portfolio__items--thumbnail:hover .portfolio__view--icon{-webkit-transform:translatey(-50%) translatex(-50%) scale(1);transform:translatey(-50%) translatex(-50%) scale(1)}.portfolio__items--thumbnail__img{-webkit-transition:.3s;transition:.3s;display:block;width:100%}.portfolio__view--icon{width:auto;height:auto;padding:10px 15px;background:var(--white-color);color:var(--secondary-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:0.5rem;z-index:9;position:absolute;top:50%;left:50%;-webkit-transform:translatey(-50%) translatex(-50%) scale(0);transform:translatey(-50%) translatex(-50%) scale(0);white-space:nowrap}.portfolio__view--icon svg{width:2.7rem}.portfolio__view--icon:hover{background:var(--primary-color);color:var(--white-color)}@media only screen and (max-width:800px){.portfolio__view--icon{-webkit-transform:translatey(-50%) translatex(-50%) scale(1);transform:translatey(-50%) translatex(-50%) scale(1);color:black;font-size:12px}}@media only screen and (max-width:767px){.brand__logo--section{padding-bottom:3rem}.brand__logo--section__inner{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}}.brand__logo--items{margin-right:8rem}.brand__logo--items:last-child{margin-right:0}@media only screen and (min-width:768px){.brand__logo--items{margin-right:3.5rem}}@media only screen and (min-width:992px){.brand__logo--items{margin-right:6rem}}@media only screen and (min-width:1200px){.brand__logo--items{margin-right:8rem}}@media only screen and (max-width:767px){.brand__logo--items{margin:0 30px 30px}}@media only screen and (max-width:480px){.brand__logo--items{margin:0 15px 30px}}@media only screen and (max-width:480px){.brand__logo--items__thumbnail--img{max-width:11rem}}.brand__logo--items__thumbnail--img:hover{-webkit-transform:scale(1.08);transform:scale(1.08)}.breadcrumb__bg{background:url(https://www.parkettmann.sk/Data/4138/UserFiles/../UserFiles/banner/banner-pages/page-banner-hero_10.webp);background-repeat:no-repeat;background-attachment:scroll;background-position:center center;background-size:cover;height:200px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}@media only screen and (min-width:768px){.breadcrumb__bg{height:230px}}@media only screen and (min-width:992px){.breadcrumb__bg{height:250px}}@media only screen and (min-width:1200px){.breadcrumb__bg{height:270px}}@media only screen and (min-width:1600px){.breadcrumb__bg{height:300px}}.breadcrumb__content{position:relative;color:var(--white-color)}@media only screen and (max-width:575px){.breadcrumb__content{text-align:center}}@media only screen and (min-width:1200px){.breadcrumb__content--title{font-size:5rem;line-height:6rem}}@media only screen and (min-width:1600px){.breadcrumb__content--title{font-size:6rem;line-height:8rem}}@media only screen and (max-width:575px){.breadcrumb__content--menu{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;flex-wrap:wrap}}.breadcrumb__content--menu__items{position:relative;margin-right:20px;padding-right:22px;font-size:16px;line-height:24px}@media only screen and (min-width:768px){.breadcrumb__content--menu__items{font-size:18px}}.breadcrumb__content--menu__items:last-child{margin-right:0;padding-right:0}.breadcrumb__content--menu__items:last-child::before{display:none}@media only screen and (max-width:768px){.eshop-page .breadcrumb__content--menu__items:last-child, .eshop-page .breadcrumb__content--menu__items:nth-last-child(2):before{display:none}}.breadcrumb__content--menu__items::before{position:absolute;content:"";width:10px;height:2px;background:var(--white-color);right:-4px;top:50%;-webkit-transform:translatey(-50%);transform:translatey(-50%)}@media only screen and (max-width:991px){.team__section.section--padding{padding-bottom:6rem}}@media only screen and (max-width:767px){.team__section.section--padding{padding-bottom:4rem}}@media only screen and (max-width:991px){.about__thumbnail{margin-bottom:3rem}}@media only screen and (max-width:767px){.about__thumbnail{margin-bottom:2.5rem}}.about__thumbnail--items{margin-right:2rem;position:relative}.about__thumbnail--items:last-child{margin-right:0}.about__thumbnail--items:first-child{margin-top:8rem}@media only screen and (max-width:991px){.about__thumbnail--items:first-child{margin-top:0}}.about__thumbnail--play{top:20%;padding:0;border:0;right:35%;position:absolute}@media only screen and (max-width:991px){.about__thumbnail--play{top:25%;right:28%;-webkit-transform:translatey(-50%);transform:translatey(-50%);margin-top:0}}.about__thumbnail--play__icon{width:5rem;height:5rem}.about__content--subtitle{font-size:2rem;font-weight:600;line-height:2.8rem}.about__content--maintitle{font-weight:700}@media only screen and (min-width:992px){.about__content--maintitle{font-size:3.2rem;line-height:4rem}}@media only screen and (min-width:1600px){.about__content--maintitle{font-size:3.5rem;line-height:4.4rem}}.about__content--desc{font-size:1.6rem;line-height:2.8rem;color:var(--text-gray-color)}.about__author--name{font-weight:600;line-height:2.6rem}.about__author--signature{position:absolute;top:50%;left:105px;-webkit-transform:translatey(-50%);transform:translatey(-50%)}.counterup__banner__bg2{background:url(/Data/4138/UserFiles/banner/banner-pages/page-banner-hero_9.webp);background-repeat:no-repeat;background-attachment:scroll;background-position:center center;background-size:cover;position:relative}.counterup__banner__bg2::before{position:absolute;content:"";width:100%;height:100%;background:var(--black-color);left:0;top:0;opacity:0.7}.counterup__banner--inner{padding:60px 0}@media only screen and (max-width:575px){.counterup__banner--inner{-ms-flex-wrap:wrap;flex-wrap:wrap;padding:60px 0 38px}}@media only screen and (min-width:768px){.counterup__banner--inner{padding:70px 0}}@media only screen and (min-width:992px){.counterup__banner--inner{padding:8px 0}}@media only screen and (min-width:1200px){.counterup__banner--inner{padding:110px 0}}@media only screen and (min-width:1600px){.counterup__banner--inner{padding:150px 0}}@media only screen and (max-width:575px){.counterup__banner--items{width:50%;margin-bottom:22px}}.counterup__banner--items__text{font-size:1.4rem;line-height:2.3rem;margin-bottom:10px}@media only screen and (min-width:768px){.counterup__banner--items__text{font-size:1.6rem;line-height:2.4rem;margin-bottom:11px}}@media only screen and (min-width:992px){.counterup__banner--items__text{font-size:1.7rem;line-height:2.7rem}}@media only screen and (min-width:1200px){.counterup__banner--items__text{font-size:2rem;line-height:3.2rem}}.counterup__banner--items__number{font-family:var(--font-lora);font-weight:700;font-size:3rem;line-height:4rem}@media only screen and (min-width:768px){.counterup__banner--items__number{font-size:3.3rem}}@media only screen and (min-width:992px){.counterup__banner--items__number{font-size:4rem;line-height:4.8rem}}@media only screen and (min-width:1200px){.counterup__banner--items__number{font-size:5rem;line-height:6rem}}.team__items:hover .team__thumbnail{border-color:var(--secondary-color)}@media only screen and (max-width:991px){.team__items{margin-bottom:2.5rem}}.team__thumbnail{position:relative;line-height:1;display:inline-block;border:6px solid transparent;padding:0.7rem;-webkit-transition:var(--transition);transition:var(--transition);border-radius:50%}.team__thumbnail--img{width:100%}.team__social--list{margin-right:1.5rem}.team__social--list:last-child{margin-right:0}@media only screen and (max-width:575px){.team__social--list{margin-right:0.8rem}}.team__social--icon{width:3rem;height:3rem;text-align:center;background:var(--secondary-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:50%;color:var(--white-color)}.team__social--icon:hover{color:var(--white-color);background:var(--primary-color)}@media only screen and (max-width:575px){.team__social--icon{width:2.6rem;height:2.6rem;line-height:3.4rem}}@media only screen and (max-width:575px){.team__social--icon svg{width:15px}}.team__content--subtitle{color:var(--sky-color);font-size:1.5rem;line-height:2rem;margin-bottom:1.5rem}@media only screen and (min-width:767px){.team__content--subtitle{font-size:1.7rem;line-height:2.5rem}}.team__content--title{font-weight:700;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}@media only screen and (min-width:992px){.team__content--title{font-size:2.2rem;line-height:2.5rem}}@media only screen and (min-width:1200px){.team__content--title{font-size:2.4rem;line-height:2.5rem}}@media only screen and (max-width:575px){.team__content--title{font-size:1.8rem;line-height:2.5rem}}.shop__header{padding:1.5rem 2rem;border-radius:0.5rem}@media only screen and (max-width:1199px){.product__view--label{display:none}}@media only screen and (max-width:479px){.shop__header{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}}.product__view--mode__list{margin-right:2rem}.product__view--mode__list:last-child{margin-right:0}@media only screen and (min-width:992px){.product__view--mode__list{margin-right:1.5rem}}@media only screen and (min-width:1200px){.product__view--mode__list{margin-right:2.5rem}}@media only screen and (min-width:1366px){.product__view--mode__list{margin-right:3.5rem}}@media only screen and (max-width:991px){.product__view--mode__list{margin-right:0}}.product__view--label{font-weight:600;margin-right:1.2rem}@media only screen and (min-width:992px){.product__view--label{margin-right:0.8rem;font-size:1.5rem}}@media only screen and (min-width:1200px){.product__view--label{margin-right:2.5rem}}@media only screen and (min-width:1366px){.product__view--label{margin-right:3.5rem}}.product__view--select{border:1px solid var(--border-color);padding:0.6rem 3rem 0.6rem 1.2rem;-webkit-appearance:none;cursor:pointer;border-radius:0.5rem;background:var(--white-color)}.select.shop__header--select::before{right:14px}.product__grid--column__buttons--icons{border:1px solid var(--border-color);background:var(--white-color);border-radius:0.3rem;width:3.7rem;height:3.7rem;line-height:1.1rem;margin-right:10px;text-align:center;padding:0}.product__grid--column__buttons--icons:last-child{margin-right:0}.product__grid--column__buttons--icons:hover{color:var(--secondary-color);border-color:var(--secondary-color)}.product__grid--column__buttons--icons.active{color:var(--secondary-color);border-color:var(--secondary-color)}.product__showing--count{font-weight:500;letter-spacing:0.5px}@media only screen and (min-width:992px){.product__showing--count{font-size:1.5rem;line-height:2.6rem;margin-top:1.2rem}}@media only screen and (min-width:1200px){.product__showing--count{font-size:1.7rem;line-height:2.8rem;margin-top:0;margin-left:2rem}}@media only screen and (max-width:479px){.product__showing--count{text-align:center;width:100%;margin-top:1.2rem}}.offcanvas__filter--sidebar{position:fixed;z-index:999999;top:0;left:0;width:100%;max-width:300px;height:100vh;-webkit-transition:var(--transition);transition:var(--transition);-webkit-transform:translateX(-100%);transform:translateX(-100%);background-color:var(--white-color);-webkit-box-shadow:0 0 10px rgba(0, 0, 0, 0.15);box-shadow:0 0 10px rgba(0, 0, 0, 0.15);overflow-y:auto}@media only screen and (min-width:480px){.offcanvas__filter--sidebar{max-width:320px}}.offcanvas__filter--sidebar.active{opacity:1;visibility:visible;-webkit-transform:translateX(0);transform:translateX(0)}.widget__filter--btn{border:1px solid var(--border-color);background:var(--white-color);border-radius:0.3rem;padding:0.5rem 1.2rem}@media only screen and (max-width:479px){.widget__filter--btn{margin-right:2.5rem}}.widget__filter--btn:hover{border-color:var(--secondary-color);color:var(--secondary-color)}.widget__filter--btn__icon{width:20px}.widget__filter--btn__text{font-weight:600;font-size:1.5rem;margin-left:0.7rem}.offcanvas__filter--close{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid var(--border-color);padding:0.5rem 1rem;border-radius:0.3rem;margin:25px;background:var(--white-color)}.offcanvas__filter--close:hover{border-color:var(--secondary-color);color:var(--secondary-color)}.offcanvas__filter--close__text{font-size:1.5rem;font-weight:600;margin-left:8px}.shop__sidebar--widget{position:-webkit-sticky;position:sticky;top:70px}.shop__sidebar--widget > .single__widget.widget__bg{opacity:0}.single__widget{margin-bottom:3rem}@media only screen and (min-width:992px){.single__widget{margin-bottom:4rem}}.single__widget:last-child{}.single__widget.widget__bg{padding:2rem;border-radius:0.5rem;-webkit-box-shadow:0 2px 22px rgba(0, 0, 0, 0.1);box-shadow:0 2px 22px rgba(0, 0, 0, 0.1)}@media only screen and (max-width:991px){.single__widget.widget__bg{padding:3rem 2rem 2.5rem}}.widget__title{margin-bottom:1.5rem;color:var(--secondary-color)}@media only screen and (min-width:992px){.widget__title{font-size:2rem;line-height:3rem;margin-bottom:1.5rem}}@media only screen and (min-width:1366px){.widget__title{font-size:2.3rem;line-height:3rem;margin-bottom:1.5rem}}@media only screen and (min-width:1400px){.widget__title{font-size:2.5rem;line-height:3rem;margin-bottom:1.5rem}}.widget__search--form{position:relative}.widget__search--form__input{width:100%;height:4.5rem;padding:0 9rem 0 1.5rem;border-radius:0.5rem;border:1px solid var(--border-color)}@media only screen and (min-width:992px){.widget__search--form__input{font-size:1.5rem}}.widget__search--form__input:focus{border-color:var(--secondary-color)}.widget__search--form__btn{position:absolute;top:0;right:0;border:0;background:var(--secondary-color);color:var(--white-color);padding:0 1.5rem;height:100%;border-radius:0 0.5rem 0.5rem 0}.widget__search--form__btn:hover{background:var(--primary-color)}#left{z-index:100}#left .widget__categories--menu li{position:relative;line-height:1.5}@media only screen and (min-width:992px){#left .widget__categories--menu li:hover>ul{position:absolute;top:6px;left:96%;z-index:1;display:block !important;background:#fff;border:1px solid var(--border-color);padding:1rem 2rem;border-radius:0.5rem}#left .widget__categories--menu li:hover>ul li a{white-space:nowrap}}#left .widget__categories--sub__menu--list{margin:0;padding:0.5rem 0}#left .widget__categories--sub__menu--text{padding:0}.widget__categories--menu .selected>a{text-decoration:underline}.widget__categories--menu__list{border:1px solid var(--border-color);margin-bottom:1.5rem;border-radius:0.5rem}.widget__categories--menu__list:last-child{margin-bottom:0}.widget__categories--menu__list.active .widget__categories--menu__label{margin-bottom:0}.widget__categories--menu__list.active>a>.widget__categories--menu__arrowdown--icon,.widget__categories--sub__menu--list.active>a>.widget__categories--menu__arrowdown--icon{top:38%}.widget__categories--menu__label{cursor:pointer;padding:0.5rem 1.5rem;position:relative;-webkit-transition:none;transition:none;min-height:40px}.widget__categories--menu__label span{-webkit-transition:none;transition:none}.widget__categories--menu__label:hover{color:var(--primary-color)}.widget__categories--menu__text{padding-left:1rem}.widget__categories--menu__img{width:3rem}.widget__categories--sub__menu--link{position:relative}.widget__categories--menu__arrowdown--icon{position:absolute;right:1.5rem;top:43%;-webkit-transition:var(--transition);transition:var(--transition);-webkit-transform:rotate(270deg);transform:rotate(270deg)}.widget__categories--sub__menu{display:none}.widget__categories--sub__menu .widget__categories--sub__menu{padding-bottom:0}.widget__categories--sub__menu--list{margin-bottom:0.8rem;padding:0 1rem 0.8rem;border-bottom:1px solid var(--border-color)}.widget__categories--sub__menu--list:last-child{margin-bottom:0;padding-bottom:0;border-bottom:0}.widget__categories--sub__menu--img{width:2.8rem}.widget__categories--sub__menu--text{padding-left:1rem;line-height:2.8rem}@media only screen and (max-width:991px){.widget__categories--menu__arrowdown--icon{-webkit-transform:rotate(0);transform:rotate(0)}#left .widget__categories--sub__menu--list{border-bottom:0;border-top:1px solid var(--border-color)}#left .widget__categories--sub__menu--list a{padding:0.5rem 1.5rem}}.widget__form--check__list{margin-bottom:1rem;position:relative}.widget__form--check__list:last-child{margin-bottom:0}.widget__form--check__label{cursor:pointer;line-height:2.8rem;-webkit-transition:var(--transition);transition:var(--transition);border:1px solid var(--border-color);background:var(--white-color);padding:0.5rem 3rem 0.5rem 1.5rem;border-radius:0.5rem;display:block}.widget__form--check__label:hover{color:var(--primary-color)}.widget__form--check__input{position:absolute;right:1rem;top:50%;-webkit-transform:translatey(-50%);transform:translatey(-50%);opacity:0;cursor:pointer;z-index:999}.widget__form--check__input:checked~.widget__form--checkmark{background-color:var(--secondary-color)}.widget__form--check__input:checked~.widget__form--checkmark::before{display:block}.widget__form--checkmark{height:1.8rem;width:1.8rem;border:1px solid var(--secondary-color);border-radius:50%;display:block;position:absolute;top:50%;right:1rem;-webkit-transform:translatey(-50%);transform:translatey(-50%);background:var(--white-color);-webkit-transition:var(--transition);transition:var(--transition)}.widget__form--checkmark::before{right:0.5rem;top:0.3rem;width:0.5rem;height:0.8rem;border:solid white;border-top-width:medium;border-right-width:medium;border-bottom-width:medium;border-left-width:medium;border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);transform:rotate(45deg);content:"";position:absolute;display:none}.price__filter--group{width:46%}.price__filter--label{font-weight:600;margin-bottom:0.6rem;display:inline-block}@media only screen and (min-width:992px){.price__filter--label{font-size:1.5rem}}.price__filter--input{border:1px solid var(--border-color);padding:0.7rem 1rem}.price__filter--input__field{width:100%}.price__filter--currency{font-weight:700;margin-right:0.6rem}.price__filter--btn{height:4rem;line-height:4rem}.price__divider{font-size:2rem;padding:2.5rem 1rem 0}.widget__tagcloud--list{display:inline-block;margin:0 8px 8px 0}.widget__tagcloud--link{border:1px solid var(--border-color);background:var(--white-color);padding:0.5rem 1.2rem;line-height:2.5rem;border-radius:0.3rem}.widget__tagcloud--link:hover{background:var(--secondary-color);border-color:var(--secondary-color);color:var(--white-color)}@media only screen and (max-width:991px){.shop__product--wrapper .product__items--link{width:100%}}@media only screen and (max-width:991px){.shop__product--wrapper .product__items--img{}}@media only screen and (max-width:1365px){.product__grid--inner .product__items--action__btn{padding:0 0.6rem}}@media only screen and (max-width:1199px){.product__grid--inner .product__items--action__btn{padding:0 0.5rem}}@media only screen and (max-width:1365px){.product__grid--inner .product__items--action__btn.add__to--cart{font-size:1.3rem;padding:0 0.4rem}}.product__list--items__thumbnail{width:14rem}@media only screen and (min-width:480px){.product__list--items__thumbnail{width:17rem}}@media only screen and (min-width:768px){.product__list--items__thumbnail{width:19.6rem}}@media only screen and (max-width:479px){.product__list--items__thumbnail{width:10rem}}.product__list--items__content{width:calc(100% - 14rem);padding-left:1.5rem}@media only screen and (min-width:480px){.product__list--items__content{width:calc(100% - 17rem);padding-left:2rem}}@media only screen and (min-width:768px){.product__list--items__content{width:calc(100% - 19.6rem);padding-left:3rem}}@media only screen and (max-width:479px){.product__list--items__content{width:calc(100% - 10rem)}}.product__list--items__content--title{font-weight:600}@media only screen and (min-width:992px){.product__list--items__content--title{font-size:2rem;line-height:2.8rem}.product__list--items__content .d-none{display:block !important}.product__list--items__right .product__items--action__cart--btn{opacity:1;visibility:visible}}.product__list--items__content--desc{line-height:2.6rem}@media only screen and (min-width:992px){.product__list--items__content--desc{line-height:3rem}}@media only screen and (max-width:575px){.product__list--items__content--desc{display:none}}.product__list--items{border:1px solid var(--border-color2)}@media only screen and (min-width:992px) and (max-width:1199px){.product__list--items{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media only screen and (max-width:767px){.product__list--items{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.product__list--items__left{width:70%;border-right:1px solid var(--border-color2);padding:3rem}@media only screen and (min-width:1366px){.product__list--items__left{width:65%}}@media only screen and (min-width:992px) and (max-width:1199px){.product__list--items__left{width:100%;border-right:0;border-bottom:1px solid var(--border-color2)}}@media only screen and (max-width:767px){.product__list--items__left{width:100%;border-right:0;border-bottom:1px solid var(--border-color2);padding:2rem}}.product__list--items__right{width:30%;padding:3rem}@media only screen and (min-width:1366px){.product__list--items__right{width:35%;padding:3rem 3rem 3rem 6rem}}@media only screen and (min-width:992px) and (max-width:1199px){.product__list--items__right{width:100%}}@media only screen and (max-width:767px){.product__list--items__right{width:100%;padding:2rem}}.product__list--current__price{font-weight:600;color:var(--secondary-color);font-size:2rem;line-height:2.2rem;margin-bottom:0.8rem}@media only screen and (min-width:992px){.product__list--current__price{font-size:2.2rem;line-height:2.8rem}}@media only screen and (min-width:992px){.product__list--current__price{font-size:2.5rem;line-height:3rem}}.rating__list--text{color:var(--text-gray-color);font-family:var(--open-sans);font-size:1.3rem;margin-left:0.5rem}.product__list--action__cart--btn{border:1px solid var(--secondary-color);color:var(--secondary-color);background:var(--white-color);margin-bottom:1.5rem}.product__list--action__cart--btn:hover{background:var(--secondary-color);color:var(--white-color)}.product__list--action__cart--btn:hover span{color:var(--white-color)}.product__list--action__cart--btn__icon{margin-right:0.5rem}.product__list--action__btn{color:var(--secondary-color)}.product__list--action__btn:hover{color:var(--primary-color)}@media only screen and (max-width:767px){.product__list--action__btn--svg{width:2.2rem}}.product__list--action__child{margin-right:1.5rem}.product__list--action__child:last-child{margin-right:0}.product__list--rating{margin-bottom:1.5rem}.pagination__area{padding:1.5rem 2rem;margin-top:3rem}@media only screen and (min-width:768px){.pagination__area{margin-top:5rem}}.pagination__list{margin-right:0.8rem}.pagination__list:last-child{margin-right:0}@media only screen and (min-width:768px){.pagination__list{margin-right:1.2rem}}.pagination__item{width:3.8rem;height:3.8rem;line-height:3.6rem;font-size:1.6rem;font-weight:600;text-align:center;border-radius:50%;border:1px solid var(--border-color2);background:var(--white-color)}@media only screen and (min-width:768px){.pagination__item{width:4rem;height:4rem;line-height:3.8rem}}.pagination__item--current{background:var(--secondary-color);border-color:var(--secondary-color);color:var(--white-color)}.pagination__item:hover{background:var(--secondary-color);border-color:var(--secondary-color);color:var(--white-color)}.product__details--media{position:-webkit-sticky;position:sticky;top:0}@media only screen and (max-width:767px){.product__details--media{margin-bottom:5.7rem}}.product__media--preview__items{position:relative}.product__media--preview__items--link{width:100%;display:block}.product__media--preview__items--img{width:100%;display:block}.product__media--view__icon{position:absolute;top:2rem;left:2rem}.product__media--view__icon.media__play{right:2rem;left:auto}.product__media--view__icon--link{width:3.5rem;height:3.5rem;text-align:center;background:var(--secondary-color);border-radius:50%;color:var(--white-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.product__media--view__icon--link:hover{background:var(--primary-color);color:var(--white-color)}.media__play--icon__link{color:var(--secondary-color)}.media__play--icon__link:hover{color:var(--primary-color)}.product__media--nav{margin-top:2rem}.product__media--nav__items{border:1px solid var(--border-color2);padding:0.5rem;line-height:1}.product__media--nav__items--img{width:100%;cursor:pointer}@media only screen and (min-width:768px){.product__details--info{font-size:1.6rem}}@media only screen and (min-width:992px){.product__details--info__title{font-size:3rem}}.product__details--info__price .current__price{font-size:1.6rem}@media only screen and (min-width:992px){.product__details--info__price .current__price{font-size:2rem}}.product__details--info__price .old__price{font-size:1.4rem;margin-left:0.8rem}@media only screen and (min-width:992px){.product__details--info__price .old__price{font-size:1.8rem}}.product__details--info__desc{font-size:1.5rem}@media only screen and (min-width:992px){.product__details--info__desc{font-size:1.6rem;line-height:2.8rem}}.variant__buy--now__btn{width:100%}.product__variant--title{font-size:1.5rem;font-weight:700;margin-right:1rem}.product__details--info__meta--list{font-size:1.5rem;margin-bottom:0.8rem}.product__details--info__meta--list:last-child{margin-bottom:0}.guarantee__safe--checkout__title{font-size:1.5rem;font-weight:600;margin-bottom:1.2rem}.product__details--tab__section{background:var(--bg-gray-color)}.product__details--tab__section.sidebar__tab--section{padding:3.5rem}@media only screen and (max-width:575px){.product__details--tab__section.sidebar__tab--section{padding:2rem}}@media only screen and (min-width:992px) and (max-width:1199px){.sidebar__tab--section .product__details--tab__list{margin-right:2rem}.sidebar__tab--section .product__details--tab__list:last-child{margin-right:0}}.product__details--tab__inner{background:var(--white-color);padding:3rem}@media only screen and (max-width:575px){.product__details--tab__inner{padding:2.5rem 1.5rem}}@media only screen and (max-width:767px){.product__details--tab{-ms-flex-wrap:wrap;flex-wrap:wrap}.product__details--tab.mb-30{margin-bottom:1.5rem}}.product__details--tab__list{font-size:1.6rem;line-height:2.6rem;margin-right:5rem;cursor:pointer;-webkit-transition:var(--transition);transition:var(--transition);position:relative;padding-bottom:0.4rem}.product__details--tab__list::before{position:absolute;content:"";width:0;height:1px;background:var(--secondary-color);left:50%;right:50%;-webkit-transition:var(--transition);transition:var(--transition);bottom:0}.product__details--tab__list.active{color:var(--secondary-color)}.product__details--tab__list.active::before{width:100%;left:0;right:0}.product__details--tab__list:hover{color:var(--secondary-color)}.product__details--tab__list:hover::before{width:100%;left:0;right:0}.product__details--tab__list:last-child{margin-right:0}@media only screen and (min-width:768px){.product__details--tab__list{font-size:1.8rem}}@media only screen and (min-width:1200px){.product__details--tab__list{font-size:1.8rem}}@media only screen and (max-width:767px){.product__details--tab__list{margin:0 1rem 1.3rem}}@media only screen and (max-width:767px){.product__tab--content__items{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}@media only screen and (min-width:992px) and (max-width:1199px){.product__tab--content__items.style2{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.product__tab--content__thumbnail{width:28rem}@media only screen and (max-width:400px){.product__tab--content__thumbnail{width:100%}}@media only screen and (min-width:992px) and (max-width:1199px){.product__tab--content__thumbnail.style2{width:100%}}.product__tab--content__right{width:calc(100% - 28rem);padding-left:3.5rem}@media only screen and (max-width:767px){.product__tab--content__right{width:100%;padding-left:0;padding-top:2rem}}@media only screen and (min-width:992px) and (max-width:1199px){.product__tab--content__right.style2{width:100%;padding-left:0;padding-top:2rem}}.product__tab--content__title{font-weight:600;font-size:1.7rem}@media only screen and (min-width:992px){.product__tab--content__title{font-size:1.8rem}}.product__tab--content__desc{line-height:2.6rem;color:var(--text-gray-color)}@media only screen and (min-width:992px){.product__tab--content__desc{font-size:1.5rem;line-height:2.8rem}}.product__tab--content__list{line-height:2.6rem;margin-bottom:0.6rem;color:var(--text-gray-color)}@media only screen and (min-width:992px){.product__tab--content__list{font-size:1.5rem;line-height:2.8rem}}.product__tab--content__list:last-child{margin-bottom:0}.product__tab--content__list--icon{width:2rem;vertical-align:middle;margin-right:0.5rem}.product__reviews--header{position:relative;border-bottom:1px solid var(--border-color2);padding-bottom:1.5rem;margin-bottom:2.5rem}@media only screen and (min-width:768px){.product__reviews--header{padding-bottom:2.5rem;margin-bottom:3.5rem}}@media only screen and (max-width:575px){.product__reviews--header{text-align:center}}@media only screen and (max-width:575px){.reviews__ratting{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.reviews__summary--caption{color:var(--secondary-color);margin-left:1.2rem}.actions__newreviews--btn{position:absolute;right:0;bottom:2.2rem}@media only screen and (max-width:575px){.actions__newreviews--btn{position:inherit;bottom:inherit;margin-top:1rem}}.actions__newreviews--btn.primary__btn{font-size:1.5rem;line-height:4rem;height:4rem;padding:0 1.5rem}@media only screen and (min-width:992px){.actions__newreviews--btn.primary__btn{font-size:1.6rem;line-height:4.6rem;height:4.6rem;padding:0 1.8rem}}.reviews__comment--area{padding:0 2rem;margin-bottom:3rem}@media only screen and (max-width:767px){.reviews__comment--area{padding:0;margin-bottom:2rem}}.reviews__comment--thumbnail{width:7.8rem}@media only screen and (max-width:575px){.reviews__comment--thumbnail{margin:0 auto 0.5rem}}.reviews__comment--content{width:100%;position:relative}@media only screen and (min-width:576px){.reviews__comment--content{width:calc(100% - 7.8rem);padding-left:2.5rem}}@media only screen and (max-width:575px){.reviews__comment--content{text-align:center}}.reviews__comment--content__date{position:absolute;top:0;right:0;border:1px solid var(--border-color2);padding:0.6rem 1.2rem;border-radius:5px}@media only screen and (max-width:575px){.reviews__comment--content__date{position:inherit;margin-top:1.5rem}}.reviews__comment--content__title{font-weight:600;margin-bottom:0.8rem}.reviews__comment--content .reviews__ratting{margin-bottom:0.5rem}@media only screen and (max-width:575px){.reviews__comment--content .reviews__ratting{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.reviews__comment--content__desc{margin-bottom:0}@media only screen and (min-width:992px){.reviews__comment--content__desc{font-size:1.5rem;line-height:2.8rem}}.reviews__comment--list{border-bottom:1px solid var(--border-color2);padding-bottom:2rem;margin-bottom:2rem}.reviews__comment--list:last-child{padding-bottom:0;margin-bottom:0;border-bottom:0}@media only screen and (min-width:768px){.reviews__comment--list{padding-bottom:2.5rem;margin-bottom:2.5rem}}@media only screen and (max-width:575px){.reviews__comment--list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media only screen and (min-width:992px){.reviews__comment--list.margin__left{margin-left:5rem}}@media only screen and (max-width:575px){.reviews__comment--reply__title{text-align:center}}.reviews__comment--reply__textarea{width:100%;height:100px;resize:none;padding:1.2rem 1.5rem;border:1px solid var(--border-color2);border-radius:0.5rem}@media only screen and (min-width:768px){.reviews__comment--reply__textarea{height:150px}}@media only screen and (min-width:992px){.reviews__comment--reply__textarea{font-size:1.5rem}}.reviews__comment--reply__textarea:focus{border-color:var(--secondary-color)}.reviews__comment--reply__input{width:100%;border:1px solid var(--border-color2);height:5rem;border-radius:0.5rem;padding:0 1.5rem}@media only screen and (min-width:992px){.reviews__comment--reply__input{font-size:1.5rem}}.reviews__comment--reply__input:focus{border-color:var(--secondary-color)}@media only screen and (max-width:575px){.reviews__comment--rating{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.product__details--gallery{position:-webkit-sticky;position:sticky;top:0}@media only screen and (max-width:767px){.product__details--gallery{margin-bottom:4.5rem}}.blog__wrapper--sidebar{position:-webkit-sticky;position:sticky;top:0}.blog__sidebar--widget{position:-webkit-sticky;position:sticky;top:70px}@media only screen and (max-width:991px){.blog__sidebar--widget.left{margin-top:8rem}}@media only screen and (max-width:767px){.blog__sidebar--widget.left{margin-top:6rem}}.blog__post--header.mb-30{margin-bottom:2.5rem}@media only screen and (min-width:992px){.post__header--title{line-height:3.8rem;font-size:3.2rem}}@media only screen and (min-width:1600px){.post__header--title{line-height:4.5rem;font-size:3.7rem}}.blog__post--meta{text-transform:capitalize}@media only screen and (min-width:992px){.blog__post--meta{font-size:1.5rem}}.blog__post--meta__link{color:var(--secondary-color)}.blog__post--meta__link:hover{color:var(--secondary-color);text-decoration:underline}.blog__thumbnail{line-height:1}@media only screen and (max-width:767px){.blog__thumbnail.mb-30{margin-bottom:2rem}}.blog__details--content__subtitle{line-height:3rem}@media only screen and (min-width:992px){.blog__details--content__subtitle{line-height:3.2rem}}@media only screen and (min-width:1200px){.blog__details--content__subtitle{line-height:4rem;font-size:2.7rem}}.blockquote__content{padding:20px 30px;text-align:center;border-radius:10px}@media only screen and (min-width:992px){.blockquote__content{padding:30px 40px}}@media only screen and (min-width:1200px){.blockquote__content{padding:40px 70px}}@media only screen and (max-width:767px){.blockquote__content{margin:0 0 2.5rem;padding:1.5rem 2rem}}.blockquote__content--desc{font-size:1.6rem;line-height:3rem;font-style:italic;font-weight:500}@media only screen and (min-width:768px){.blockquote__content--desc{font-size:1.8rem;line-height:3.4rem}}.blog__tags--social__media{padding:1rem 0 5rem 0}@media only screen and (max-width:1199px){.blog__tags--social__media{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}@media only screen and (max-width:1199px){.blog__tags--media{margin-bottom:2rem}}@media only screen and (max-width:575px){.blog__tags--media{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.blog__tags--media__title{font-size:1.5rem;font-weight:600;margin-right:1rem}@media only screen and (min-width:992px){.blog__tags--media__title{font-size:1.6rem}}@media only screen and (max-width:575px){.blog__tags--media__title{margin-right:0;margin-bottom:1rem}}.blog__tags--media__list{margin-right:0.7rem;margin-bottom:0.7rem}.blog__tags--media__list:last-child{margin-right:0}.blog__tags--media__link{border:1px solid var(--border-color2);background:var(--white-color);padding:0.5rem 1.2rem;line-height:2.5rem;border-radius:0.3rem;text-transform:capitalize}.blog__tags--media__link:hover{background:var(--primary-color);border-color:var(--primary-color);color:var(--white-color)}@media only screen and (max-width:575px){.blog__tags--media__link{padding:0.4rem 0.8rem}}.meta__deta{font-weight:500;margin-top:0.6rem;font-size:1.5rem}.blog__social--media__title{font-size:1.5rem;font-weight:600;margin-right:1rem;white-space:nowrap}@media only screen and (min-width:992px){.blog__social--media__title{font-size:1.6rem}}.blog__social--media__list{margin-right:1rem}.blog__social--media__list:last-child{margin-right:0}.blog__social--media__link{width:3rem;height:3rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:var(--secondary-color);color:var(--white-color);border-radius:50%}.blog__social--media__link:hover{background:var(--primary-color);color:var(--white-color)}.related__post--items:hover .related__post--img{-webkit-transform:scale(1.15);transform:scale(1.15)}.related__post--thumbnail{overflow:hidden}.related__post--thumbnail a{width:100%}.related__post--thumbnail a img{width:100%}@media only screen and (max-width:575px){.related__post--text{text-align:center}}.related__post--title{font-size:1.8rem}@media only screen and (min-width:992px){.related__post--title{font-size:2rem;line-height:2.7rem}}.related__post--deta{font-size:1.5rem}.comment__reply--btn{position:absolute;top:0;right:0;height:4rem;line-height:4rem;padding:0 2.5rem;font-size:1.4rem}@media only screen and (min-width:992px){.comment__reply--btn{font-size:1.6rem}}@media only screen and (max-width:767px){.comment__reply--btn{position:inherit;margin-top:1.5rem}}.reviews__comment--content__title2{font-weight:600;line-height:2.4rem;margin-bottom:0.6rem}@media only screen and (min-width:992px){.reviews__comment--content__title2{font-size:1.8rem}}.reviews__comment--content__date2{font-size:1.5rem;color:var(--light-color);margin-bottom:0.8rem}.contact__section--hrading__desc{line-height:2.8rem}.contact__form{background:var(--white-color);border-radius:10px;-webkit-box-shadow:0 7px 20px rgba(0, 0, 0, 0.16);box-shadow:0 7px 20px rgba(0, 0, 0, 0.16);padding:2rem}@media only screen and (min-width:768px){.contact__form{padding:3rem}}.contact__form--title{font-weight:600}@media only screen and (max-width:1199px){.contact__form--title.mb-30{margin-bottom:2rem}}.contact__form--label{display:block;margin-bottom:8px}.contact__form--label__star{color:var(--secondary-color)}.contact__form--input{width:100%;height:4.5rem;padding:5px 15px;border-radius:8px;border:1px solid var(--border-color)}.contact__form--input:focus{border-color:var(--secondary-color) !important}.contact__form .QuerySheetLine.QuerySheetLine7{clear:none !important;line-height:130%}.contact__form .QuerySheetLine.QuerySheetLine7 span,.contact__form .QuerySheetLine.QuerySheetLine7 a{display:inline}.QuerySheetLineBoolen .contact__form--input{width:auto;height:auto;padding:0;border-radius:0;border:0;margin-right:5px}.contact__form--textarea{width:100%;height:15rem;padding:12px 15px;border-radius:8px;resize:none;border:1px solid var(--border-color);font-family:var(--font-poppins)}.contact__form--textarea:focus{border-color:var(--secondary-color) !important}@media only screen and (min-width:992px){.contact__form--textarea{height:120px}}@media only screen and (min-width:1200px){.contact__form--textarea{height:160px}}.contact__form--btn{width:100%}@media only screen and (min-width:992px){.contact__form--btn{font-size:1.7rem}}.contact__info{background:#f2f2f2;padding:2rem}@media only screen and (min-width:576px){.contact__info{padding:3rem}}@media only screen and (min-width:768px){.contact__info{padding:4rem}}@media only screen and (min-width:992px){.contact__info{padding:4rem 3rem}}@media only screen and (min-width:1200px){.contact__info{padding:6rem 6rem}}@media only screen and (max-width:991px){.contact__info{margin-top:3rem}}.contact__info--items{margin-bottom:2.7rem}.contact__info--items:last-child{margin-bottom:0}@media only screen and (max-width:575px){.contact__info--items{margin-bottom:2rem}}.contact__info--icon{margin-right:1.2rem;color:var(--white-color);padding-top:0.8rem}@media only screen and (min-width:1200px){.contact__info--icon{margin-right:2rem}}@media only screen and (max-width:575px){.contact__info--icon svg{width:2.5rem}}.contact__info--content__title{font-weight:600}@media only screen and (min-width:992px){.contact__info--content__title{font-size:2rem;line-height:2.8rem}}.contact__info--content__desc{font-size:1.5rem;line-height:2.6rem}@media only screen and (min-width:1200px){.contact__info--content__desc{font-size:1.6rem;line-height:2.7rem}}.contact__info--content__desc a:hover{}.contact__info--social__list{margin-right:11px}.contact__info--social__list:last-child{margin-right:0}.contact__info--social__icon{width:3rem;height:3rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:var(--white-color);color:var(--secondary-color);border-radius:50%}.contact__info--social__icon:hover{background:var(--primary-color);color:var(--white-color)}.contact__map--iframe{width:100%;height:400px;margin-bottom:-7px}@media only screen and (min-width:992px){.contact__map--iframe{height:500px}}@media only screen and (min-width:1200px){.contact__map--iframe{height:600px}}.cart__table--inner{width:100%;border-spacing:0}@media only screen and (max-width:575px){.cart__table--header{display:none}}.cart__table--header__list{padding:0 2rem 2rem 0;text-transform:uppercase;text-align:left;border-bottom:1px solid var(--border-color2)}.cart__table--header__list:last-child{padding-right:0}@media only screen and (min-width:992px){.cart__table--header__list{font-size:1.5rem}}.cart__table--header__list.text-center{text-align:center}.cart__table--header__list.text-right{text-align:right}@media only screen and (max-width:575px){.cart__table--body__items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.cart__table--body__list{border-bottom:1px solid var(--border-color2);padding:2rem 2rem 2rem 0}.cart__table--body__list:last-child{padding-right:0}@media only screen and (max-width:575px){.cart__table--body__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:2rem 0}}.cart__thumbnail{max-width:10rem;line-height:1}@media only screen and (max-width:767px){.cart__thumbnail{max-width:8rem}}.cart__content{padding-left:1.5rem}@media only screen and (min-width:1200px){.cart__content{padding-left:2rem}}.cart__content--variant{display:block;margin-bottom:0.5rem;line-height:2.2rem;font-size:1.3rem}.cart__content--variant:last-child{margin-bottom:0}.cart__content--title{margin-bottom:0.5rem;line-height:2.5rem}.cart__remove--btn{font-weight:600;width:3rem;height:3rem;text-align:center;line-height:3rem;background:var(--white-color);-webkit-box-shadow:0 2px 22px rgba(0, 0, 0, 0.16);box-shadow:0 2px 22px rgba(0, 0, 0, 0.16);margin-right:1.5rem;border-radius:50%;border:0}.cart__remove--btn:hover{color:var(--secondary-color)}.cart__price{font-weight:600}@media only screen and (min-width:992px){.cart__price{font-size:1.6rem}}.continue__shopping{padding-top:2rem}.continue__shopping--link{font-size:1.5rem;font-weight:600;color:var(--secondary-color)}@media only screen and (min-width:992px){.continue__shopping--link{font-size:1.7rem}}.continue__shopping--clear{font-size:1.5rem;font-weight:600;color:var(--secondary-color);border:0;padding:0;background:inherit}@media only screen and (min-width:992px){.continue__shopping--clear{font-size:1.7rem}}.cart__summary{-webkit-box-shadow:0 2px 22px rgba(0, 0, 0, 0.16);box-shadow:0 2px 22px rgba(0, 0, 0, 0.16);padding:2rem;background:var(--white-color);position:-webkit-sticky;position:sticky;top:0}@media only screen and (max-width:991px){.cart__summary{margin-top:7.5rem}}@media only screen and (max-width:767px){.cart__summary{margin-top:5.5rem}}.cart__summary--total__table{width:100%}.coupon__code--title{font-size:1.7rem;margin-bottom:0.7rem;line-height:2.4rem}@media only screen and (min-width:992px){.coupon__code--title{font-size:2rem}}.coupon__code--desc{margin-bottom:1.5rem}.coupon__code--field__input{border:1px solid var(--border-color);height:4.5rem;padding:0 1rem;width:100px}@media only screen and (min-width:768px){.coupon__code--field__input{width:160px}}@media only screen and (min-width:992px){.coupon__code--field__input{width:140px}}@media only screen and (min-width:1200px){.coupon__code--field__input{width:160px}}@media only screen and (max-width:575px){.coupon__code--field__input{height:4rem}}.coupon__code--field__input:focus{border-color:var(--secondary-color)}.coupon__code--field__btn{height:4.5rem;line-height:4.5rem;padding:0 2.5rem;margin-left:2rem}@media only screen and (min-width:1200px){.coupon__code--field__btn{margin-left:3rem}}@media only screen and (max-width:575px){.coupon__code--field__btn{height:4rem;line-height:4rem;padding:0 1.8rem}}.cart__note--title{font-size:1.7rem;margin-bottom:0.7rem;line-height:2.4rem}@media only screen and (min-width:992px){.cart__note--title{font-size:2rem}}.cart__note--desc{margin-bottom:1.5rem}.cart__note--textarea{border:1px solid var(--border-color);height:10rem;padding:1rem;width:100%;resize:none}.cart__note--textarea:focus{border-color:var(--secondary-color)}.cart__summary--total__list{margin-bottom:1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.cart__summary--total__list:last-child{margin-bottom:0}.cart__summary--footer__desc{font-size:1.5rem;margin-bottom:1.5rem}.cart__summary--footer__btn{height:4.5rem;line-height:4.5rem;padding:0 1.5rem}@media only screen and (min-width:992px){.cart__summary--footer__btn{padding:0 1.5rem;font-size:1.5rem}}@media only screen and (min-width:1200px){.cart__summary--footer__btn{padding:0 2.5rem}}@media only screen and (max-width:575px){.cart__summary--footer__btn{height:4rem;line-height:4rem;padding:0 1.2rem}}.wishlist__cart--btn{font-size:1.4rem}@media only screen and (min-width:992px){.wishlist__cart--btn{font-size:1.6rem}}@media only screen and (max-width:767px){.wishlist__cart--btn{padding:0.5rem 0.4rem;height:auto;line-height:2.4rem;border-radius:5px;text-align:center;font-size:1.3rem;min-width:95px}}.checkout__breadcrumb{padding:0;margin:0}@media only screen and (max-width:767px){.checkout__breadcrumb{margin-top:2.5rem}}.breadcrumb__link{font-size:1.3rem;color:var(--secondary-color)}.readcrumb__chevron-icon{color:#737373;width:1.6rem;height:1.6rem;margin:0 0.6rem}.breadcrumb__text{color:#737373;font-size:1.3rem}.breadcrumb__text.current{color:var(----black-color)}.order__summary--mobile__version{display:none}@media only screen and (max-width:767px){.order__summary--mobile__version{display:block}}.order__summary--toggle{width:100%;text-align:left;background:var(--bg-gray-color);border:0;border:1px solid var(--border-color2);padding:1.2rem}.order__summary--toggle__inner{width:100%}.order__summary--toggle__text{color:var(--secondary-color)}.order__summary--toggle__icon{color:var(--secondary-color);vertical-align:middle;line-height:1.5rem;margin-right:1rem}.summary__table{width:100%}.summary__table--items{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.summary__table--list{padding:1rem 2rem 1rem 0;border-bottom:1px solid var(--border-color2)}.summary__table--list:last-child{padding-right:0}details>summary{list-style:none}details>summary::-webkit-details-marker{display:none}.order__summary--final__price{float:right;font-size:1.5rem;font-weight:600}.order__summary--section{background:var(--bg-gray-color);padding:3rem 1rem 1rem}.checkout__checkbox{position:relative}.checkout__checkbox--input{position:absolute;left:-1px;top:4px;opacity:0;cursor:pointer;z-index:999}.checkout__checkbox--input:checked~.checkout__checkbox--checkmark{background-color:var(--secondary-color);border:1px solid var(--secondary-color)}.checkout__checkbox--input:checked~.checkout__checkbox--checkmark::before{display:block}.checkout__checkbox--label{padding-left:3rem;cursor:pointer}.checkout__checkbox--checkmark{height:1.8rem;width:1.8rem;border:1px solid var(--border-color);border-radius:0.3rem;display:block;position:absolute;top:4px;left:0;background:var(--white-color);-webkit-transition:var(--transition);transition:var(--transition)}.checkout__checkbox--checkmark::before{left:0.5rem;top:0.3rem;width:0.5rem;height:0.8rem;border:solid white;border-top-width:medium;border-right-width:medium;border-bottom-width:medium;border-left-width:medium;border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);transform:rotate(45deg);content:"";position:absolute;display:none}.checkout__input--label{display:inline-block}.checkout__input--label__star{color:var(--secondary-color)}.checkout__input--field{width:100%;border:1px solid var(--border-color2);height:4.5rem;padding:0 1.5rem}.checkout__input--field:focus{border-color:var(--secondary-color)}.checkout__notes--textarea__field{width:100%;border:1px solid var(--border-color2);padding:1rem 1.5rem 0.5rem;resize:none}.checkout__notes--textarea__field:focus{border-color:var(--secondary-color)}@media only screen and (max-width:991px){.checkout__section--header{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.section__header--title{font-size:2rem;line-height:2.2rem}@media only screen and (min-width:1200px){.section__header--title{font-size:2.2rem;line-height:2.4rem}}@media only screen and (max-width:575px){.section__header--title{margin-bottom:0.8rem}}.section__header--desc{margin-top:0.5rem}.layout__flex--item{color:var(--text-gray-color)}@media only screen and (max-width:991px){.layout__flex--item{margin-top:1rem}}.layout__flex--item__link{color:var(--secondary-color)}.section__shipping--address{padding:3rem 0 2rem}@media only screen and (min-width:992px){.section__shipping--address{padding:4rem 0 3rem}}.section__shipping--address.pt-10{padding-top:1rem}.section__shipping--address.pt-0{padding-top:0}.checkout__input--select{position:relative}.checkout__input--select__field{width:100%;height:4.5rem;padding:0.5rem 1.5rem;border:1px solid var(--border-color2);-webkit-appearance:none;cursor:pointer}.checkout__input--select__field:focus{border-color:var(--secondary-color)}.previous__link--content{margin-left:2rem;color:var(--secondary-color)}@media only screen and (max-width:575px){.previous__link--content{margin-left:0;margin-top:1rem}}.checkout__footer{border:0}@media only screen and (max-width:575px){.checkout__content--step__footer{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.checkout__sidebar{background:#FAFAFA;border:1px solid var(--border-color2);padding:3rem 2.5rem;position:-webkit-sticky;position:sticky;top:0}@media only screen and (max-width:991px){.checkout__sidebar{padding:3rem 1.8rem}}@media only screen and (max-width:767px){.checkout__sidebar{margin-top:3rem}}.product__thumbnail{width:7rem;border:1px solid var(--border-color2);position:relative;line-height:1}.product__thumbnail--quantity{position:absolute;top:-6px;right:-5px;width:2rem;height:2rem;line-height:2rem;background:#7F7F7F;color:var(--white-color);text-align:center;border-radius:50%;font-size:1.2rem}.product__description{padding-left:1.5rem}.product__description--name{font-size:1.4rem;line-height:2rem;font-weight:600;opacity:0.9}.product__description--variant{font-size:1.2rem;color:var(--light-color);line-height:2rem}.checkout__product--table{margin-bottom:2rem}.checkout__product--table .cart__table--body__list{padding:1rem 2rem 1rem 0}.checkout__product--table .cart__table--body__list:last-child{padding-right:0}.checkout__discount--code{margin-bottom:2.5rem}.checkout__discount--code__input--field{width:100%;border:1px solid var(--border-color2);height:4.5rem;padding:0 1.5rem}.checkout__discount--code__input--field:focus{border-color:var(--secondary-color)}.checkout__discount--code__btn{height:4.5rem;line-height:4.5rem;margin-left:2rem;padding:0 2.5rem}.checkout__total{border-top:1px solid var(--border-color2);padding-top:1.2rem}.checkout__total--table{width:100%}.checkout__total--calculated__text{font-size:1.3rem;color:var(--text-gray-color)}.checkout__total--title{color:var(--text-gray-color)}.checkout__total--footer__list{padding-top:3rem;position:relative}.checkout__total--footer__list::before{position:absolute;content:"";width:100%;height:1px;background:#E4E4E4;top:1.5rem;left:0}.checkout__total--footer__title{font-size:1.6rem}.checkout__total--footer__amount{font-size:2.2rem;font-weight:600}.checkout__order--summary__title{font-size:2rem;line-height:2.2rem}@media only screen and (min-width:1200px){.checkout__order--summary__title{font-size:2.2rem;line-height:2.4rem}}.payment__history{margin-top:2rem}.payment__history--title{font-size:2rem;line-height:2.2rem}@media only screen and (min-width:1200px){.payment__history--title{font-size:2.2rem;line-height:2.4rem}}@media only screen and (max-width:575px){.payment__history--inner{-ms-flex-wrap:wrap;flex-wrap:wrap}}.payment__history--list{margin-right:1.5rem}@media only screen and (max-width:1199px){.payment__history--list{margin-bottom:1rem}}.payment__history--list:last-child{margin-right:0}@media only screen and (max-width:1199px){.payment__history--list{margin-right:1rem}}.payment__history--link{padding:0 2rem;background:var(--white-color);color:var(--primary-color);border:1px solid var(--primary-color)}@media only screen and (max-width:1199px){.payment__history--link{font-size:1.5rem;padding:0 0.8rem}}.checkout__now--btn{width:100%;text-align:center}.my__account--section__inner{background:var(--white-color);-webkit-box-shadow:0 2px 22px rgba(0, 0, 0, 0.16);box-shadow:0 2px 22px rgba(0, 0, 0, 0.16);padding:3rem 2rem}@media only screen and (min-width:1199px){.my__account--section__inner{padding:5rem 4rem}}@media only screen and (max-width:991px){.my__account--section__inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.account__left--sidebar{border-right:1px solid var(--border-color2);padding-right:3rem;margin-right:3rem;width:18rem}@media only screen and (min-width:1199px){.account__left--sidebar{padding-right:5rem;margin-right:5rem;width:23rem}}@media only screen and (max-width:991px){.account__left--sidebar{width:100%;padding-right:0;margin-right:0;border-right:0;border-bottom:1px solid var(--border-color2);padding-bottom:2.5rem;margin-bottom:2.5rem}}.account__wrapper{width:calc(100% - 18rem)}@media only screen and (min-width:1199px){.account__wrapper{width:calc(100% - 23rem)}}@media only screen and (max-width:991px){.account__wrapper{width:100%}}@media only screen and (max-width:991px){.account__menu{width:250px;margin-right:3rem}}@media only screen and (max-width:479px){.account__menu{margin-right:0}}.account__menu--list{font-size:1.5rem;line-height:2.5rem;font-weight:600;cursor:pointer;-webkit-transition:var(--transition);transition:var(--transition);margin-bottom:1.5rem}.account__menu--list:last-child{margin-bottom:0}.account__menu--list:hover{color:var(--secondary-color)}.account__menu--list.active{color:var(--secondary-color)}@media only screen and (min-width:992px){.account__menu--list{font-size:1.6rem}}.account__details.two{padding-top:0}@media only screen and (min-width:992px){.account__details{padding-top:3rem}}@media only screen and (max-width:479px){.account__details{padding-top:3rem}}.account__details--title{margin-bottom:1rem}.account__details--desc{color:var(--text-gray-color);line-height:3rem;margin-bottom:2rem;font-size:1.5rem}.account__details--link{color:var(--secondary-color);border-bottom:1px solid var(--secondary-color);font-size:1.5rem}.account__details--link:hover{color:var(--primary-color);border-color:var(--primary-color)}.new__address--btn{padding:0 2.5rem}@media only screen and (min-width:992px){.new__address--btn{font-size:1.5rem}}.account__details--footer{margin-top:3rem}.account__details--footer__btn{background:var(--white-color);border:1px solid var(--black-color);padding:0 2.5rem;height:4.5rem;line-height:4.1rem;border-radius:0.5rem;margin-right:1rem;font-size:1.5rem}.account__details--footer__btn:last-child{margin-right:0}.account__details--footer__btn:hover{color:var(--secondary-color);border-color:var(--secondary-color)}.account__welcome--text{font-size:1.6rem;margin-bottom:2rem}@media only screen and (min-width:992px){.account__welcome--text{font-size:1.8rem;margin-bottom:3rem}}.account__content--title{font-weight:600}.account__table{width:100%;border:1px solid var(--border-color2);border-spacing:0;border-bottom:0}@media only screen and (max-width:479px){.account__table{border:0}}@media only screen and (max-width:767px){.account__table--header{display:none}}.account__table--header__child--items{text-align:left;border-bottom:1px solid var(--border-color2);padding:1.7rem 1.3rem;font-size:1.5rem}.account__table--header__child--items:last-child{text-align:right}@media only screen and (min-width:1200px){.account__table--header__child--items{font-size:1.6rem;padding:1.7rem 1.5rem}}@media only screen and (max-width:767px){.account__table--body.mobile__none{display:none}}.account__table--body.mobile__block{display:none}@media only screen and (max-width:767px){.account__table--body.mobile__block{display:block}}@media only screen and (max-width:767px){.account__table--body__child{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:2rem;border-bottom:1px solid #ddd;padding-bottom:2rem}.account__table--body__child:last-child{margin-bottom:0}}.account__table--body__child--items{border-bottom:1px solid var(--border-color2);padding:1.7rem 2rem;color:var(--text-gray-color)}.account__table--body__child--items:last-child{text-align:right}@media only screen and (max-width:767px){.account__table--body__child--items{padding:0.5rem 2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border:0}}@media only screen and (max-width:479px){.account__table--body__child--items{padding:0.5rem 0}}.error__section{background:#F9FAFC}@media only screen and (max-width:1199px){.error__content--img{max-width:600px}}@media only screen and (max-width:767px){.error__content--img{max-width:450px}}@media only screen and (max-width:575px){.error__content--img{max-width:100%;padding:0 3rem}}.error__content--title{font-weight:600;margin-bottom:1.5rem;font-size:2rem;line-height:3rem}@media only screen and (min-width:576px){.error__content--title{margin-bottom:1.5rem;font-size:2.6rem;line-height:3rem}}@media only screen and (min-width:768px){.error__content--title{margin-bottom:1.8rem;font-size:3.3rem;line-height:4rem}}@media only screen and (min-width:992px){.error__content--title{font-size:4rem;line-height:4.5rem;margin-bottom:2rem}}@media only screen and (min-width:1200px){.error__content--title{font-size:4.5rem;line-height:5rem;margin-bottom:2.5rem}}@media only screen and (min-width:1366px){.error__content--title{font-size:5rem;line-height:5.5rem}}.error__content--desc{font-size:1.5rem}@media only screen and (min-width:768px){.error__content--desc{font-size:1.7rem;line-height:2.5rem;margin-bottom:2.5rem}}@media only screen and (min-width:992px){.error__content--desc{font-size:1.8rem;line-height:2.5rem;margin-bottom:2.5rem}}@media only screen and (min-width:1200px){.error__content--desc{font-size:2rem;line-height:2.5rem;margin-bottom:3rem}}@media only screen and (min-width:992px){.error__content--btn{font-size:1.6rem}}.account__login{background:var(--white-color);padding:2.5rem;border-radius:1rem;-webkit-box-shadow:0 5px 30px rgba(0, 0, 0, 0.1);box-shadow:0 5px 30px rgba(0, 0, 0, 0.1)}@media only screen and (min-width:992px){.account__login{padding:3rem}}.account__login--header__title{font-weight:600}.account__login--header__desc{font-size:1.5rem;font-weight:600}.account__login--input{width:100%;height:4.8rem;border:1px solid var(--border-color);border-radius:0.5rem;padding:0 1.5rem;margin-bottom:1.5rem}@media only screen and (min-width:768px){.account__login--input{height:5.2rem}}@media only screen and (min-width:992px){.account__login--input{font-size:1.5rem}}.account__login--input:focus{border-color:var(--secondary-color)}.account__login--btn{width:100%;border-radius:0.5rem;font-size:1.5rem}@media only screen and (min-width:992px){.account__login--btn{font-size:1.7rem}}@media only screen and (max-width:767px){.account__login--btn{height:4.5rem;line-height:4.5rem}}.account__login--signup__text{text-align:center;font-size:1.5rem;font-weight:600;color:var(--text-gray-color)}.account__login--signup__text button{padding:0;border:0;background:inherit}.account__login--signup__text button:hover{color:var(--secondary-color)}.account__login--forgot{font-weight:600;color:var(--secondary-color);font-size:1.5rem;padding:0;border:0;background:inherit}@media only screen and (max-width:575px){.account__login--forgot{margin-top:0.6rem}}.account__login--forgot:hover{color:var(--primary-color)}@media only screen and (max-width:767px){.account__login.register{margin-top:3rem}}@media only screen and (max-width:575px){.account__login--remember__forgot{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}@media only screen and (max-width:575px){.account__login--remember .checkout__checkbox--checkmark{top:0;top:5px;-webkit-transform:inherit;transform:inherit}}.login__remember--label{font-size:1.3rem;font-weight:600}@media only screen and (min-width:992px){.login__remember--label{font-size:1.5rem}}.account__login--divide{text-align:center;position:relative;padding:1rem 0}.account__login--divide::before{position:absolute;content:"";width:100%;height:0.1rem;background:var(--border-color2);top:50%;left:0;-webkit-transform:translatey(-50%);transform:translatey(-50%)}.account__login--divide__text{padding:0 0.8rem;background:var(--white-color);position:relative;font-weight:500;color:var(--light-color)}@media only screen and (min-width:992px){.account__login--divide__text{font-size:1.5rem}}.account__social--link{height:4.2rem;line-height:4.2rem;padding:0 2.5rem;color:var(--white-color);border-radius:0.5rem;font-weight:600;margin-right:1rem}.account__social--link.facebook{background:#4867AA}.account__social--link.facebook:hover{background:var(--secondary-color);color:var(--white-color)}.account__social--link.google{background:#E94235}.account__social--link.google:hover{background:var(--secondary-color);color:var(--white-color)}.account__social--link.twitter{background:#55ADEE}.account__social--link.twitter:hover{background:var(--secondary-color);color:var(--white-color)}.account__social--link:last-child{margin-right:0}@media only screen and (min-width:768px){.account__social--link{padding:0 2rem}}@media only screen and (min-width:992px){.account__social--link{padding:0 3.2rem;margin-right:1.2rem;font-size:1.5rem}}@media only screen and (min-width:1200px){.account__social--link{padding:0 4.5rem;margin-right:2rem}}@media only screen and (max-width:575px){.account__social--link{height:4rem;line-height:4rem;padding:0 1.4rem}}.compare__heading--maintitle{font-size:2rem}@media only screen and (min-width:992px){.compare__heading--maintitle{font-size:3rem;height:3.2rem}}.compare__table{border:1px solid var(--border-color2);border-spacing:0;border-bottom:0}.compare__table--items__child{padding:1.2rem;border-left:1px solid var(--border-color2);border-bottom:1px solid var(--border-color2);text-align:center}.compare__table--items__child:first-child{border-left:0}@media only screen and (max-width:991px){.compare__table--items__child{min-width:200px}}.compare__table--items__child--header{padding:1rem;border-bottom:1px solid var(--border-color2);text-transform:uppercase;background:var(--gray-color2);font-size:1.4rem}@media only screen and (min-width:992px){.compare__table--items__child--header{font-size:1.5rem}}.compare__product--title{font-size:1.4rem;line-height:2.4rem;margin-bottom:1rem;text-align:center}.compare__product--thumbnail{border-radius:0.5rem}.compare__remove{padding:0;float:right;width:100%;border:0;background:inherit;text-align:center;color:var(--text-gray-color);margin-bottom:5px}.compare__remove:hover{color:var(--secondary-color)}.compare__description{color:var(--text-gray-color);padding:0.5rem 0;font-size:1.5rem;line-height:2.8rem;text-align:center}.compare__instock{text-transform:uppercase;font-size:1.3rem;text-align:center}.compare__product--price{color:var(--text-gray-color)}.compare__cart--btn{border-radius:0.5rem;text-transform:uppercase;padding:0 2rem;height:4rem;line-height:4rem;font-size:1.3rem}@media only screen and (min-width:992px){.compare__cart--btn{height:4.2rem;line-height:4.2rem;padding:0 2.5rem}}.face__step{margin-bottom:3.5rem;padding-bottom:3rem}.face__step:last-child{margin-bottom:0;padding-bottom:0}.face__step--title{font-weight:600}@media only screen and (max-width:767px){.face__step--title.mb-30{margin-bottom:2.2rem}}.faq__accordion--btn{-webkit-box-shadow:0 2px 22px rgba(0, 0, 0, 0.1);box-shadow:0 2px 22px rgba(0, 0, 0, 0.1);padding:1.8rem 6rem 1.8rem 2rem;font-size:1.5rem;border-radius:0.5rem}.faq__accordion--btn .accordion__items--button__icon{right:2rem}@media only screen and (min-width:768px){.faq__accordion--btn{font-size:1.7rem}}div#preloader{width:100%;height:100%;background:#fff;z-index:9999;position:fixed;overflow:hidden}.addloaded{opacity:0;transition:1s ease-out;-webkit-transition:1s ease-out;-moz-transition:1s ease-out;-ms-transition:1s ease-out;-o-transition:1s ease-out;pointer-events:none}@-webkit-keyframes spinner{to{-webkit-transform:rotateZ(360deg);transform:rotateZ(360deg)}}@keyframes spinner{to{-webkit-transform:rotateZ(360deg);transform:rotateZ(360deg)}}@-webkit-keyframes letters-loading{0%, 75%, 100%{opacity:0;-webkit-transform:rotateY(-90deg);transform:rotateY(-90deg)}25%, 50%{opacity:1;-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}}@keyframes letters-loading{0%, 75%, 100%{opacity:0;-webkit-transform:rotateY(-90deg);transform:rotateY(-90deg)}25%, 50%{opacity:1;-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}}.loader{text-transform:uppercase;color:var(--white-color);font-size:40px;font-family:arial;position:fixed;left:50%;top:40%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);overflow:hidden}@media only screen and (max-width:767px){.loader{width:100%;padding:0 2rem;text-align:center}}.loader span{position:relative;top:30px;border-radius:8px;padding:0px 10px;background-color:var(--secondary-color);-webkit-animation:0.7s ease-in-out infinite alternate;animation:0.7s ease-in-out infinite alternate;-webkit-animation-name:loading-txt;animation-name:loading-txt;width:4.5rem;height:4.5rem;line-height:4.5rem;text-align:center;font-size:2.5rem;font-weight:700}@media only screen and (max-width:767px){.loader span{width:3rem;height:3rem;line-height:3rem;font-size:1.6rem}}@-webkit-keyframes loading-txt{to{top:0px}}@keyframes loading-txt{to{top:0px}}.loader span:nth-child(2){-webkit-animation-delay:0.15s;animation-delay:0.15s}.loader span:nth-child(3){-webkit-animation-delay:0.30s;animation-delay:0.30s}.loader span:nth-child(4){-webkit-animation-delay:0.45s;animation-delay:0.45s}.loader span:nth-child(5){-webkit-animation-delay:0.60s;animation-delay:0.60s}.loader span:nth-child(6){-webkit-animation-delay:0.75s;animation-delay:0.75s}.loader span:nth-child(7){-webkit-animation-delay:0.90s;animation-delay:0.90s}.privacy__policy--content{margin-bottom:2rem}.privacy__policy--content:last-child{margin-bottom:0}.privacy__policy--content__title{font-size:2rem;line-height:2.5rem;margin-bottom:0.8rem}@media only screen and (min-width:768px){.privacy__policy--content__title{font-size:2.2rem;line-height:2.5rem}}@media only screen and (min-width:1600px){.privacy__policy--content__title{font-size:2.5rem;line-height:2.8rem;margin-bottom:1.2rem}}.privacy__policy--content__subtitle{font-size:1.8rem;line-height:2.5rem;margin-bottom:0.8rem}@media only screen and (min-width:1600px){.privacy__policy--content__subtitle{font-size:2rem;line-height:2.5rem;margin-bottom:1rem}}.privacy__policy--content__desc{font-size:1.4rem;margin-bottom:1.5rem}@media only screen and (min-width:1200px){.privacy__policy--content__desc{font-size:1.5rem}}[data-animation] .newsletter__popup--inner{opacity:0;visibility:hidden;-webkit-transition:all 0.5s cubic-bezier(0.51, 0.92, 0.24, 1.15);transition:all 0.5s cubic-bezier(0.51, 0.92, 0.24, 1.15)}[data-animation].newsletter__show .newsletter__popup--inner{opacity:1;visibility:visible;-webkit-transition-delay:0.2s;transition-delay:0.2s}.newsletter__popup{position:fixed;top:0;left:0;right:0;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:1rem;cursor:pointer;visibility:hidden;opacity:0;-webkit-transition:all 1s ease-in-out;transition:all 1s ease-in-out;z-index:999}.newsletter__popup.newsletter__show{visibility:visible;opacity:1}.newsletter__popup.newsletter__show .newsletter__popup--inner{-webkit-transform:translateY(0);transform:translateY(0)}.newsletter__popup--inner{position:relative;width:88%;max-height:80vh;border-radius:10px;background:var(--white-color);-webkit-box-shadow:2px 0 20px rgba(0, 0, 0, 0.06);box-shadow:2px 0 20px rgba(0, 0, 0, 0.06);overflow:auto;cursor:default;-webkit-transform:translateY(-50px);transform:translateY(-50px)}@media only screen and (min-width:576px){.newsletter__popup--inner{width:80%}}@media only screen and (min-width:768px){.newsletter__popup--inner{width:655px}}@media only screen and (min-width:992px){.newsletter__popup--inner{width:720px}}@media only screen and (min-width:1200px){.newsletter__popup--inner{width:760px}}.newsletter__popup--close__btn{position:absolute;top:4px;right:4px;background:var(--secondary-color);color:var(--white-color);line-height:2.8rem;border:0;text-transform:uppercase;font-size:1.2rem;border-radius:50%;padding:0;width:3rem;height:3rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.newsletter__popup--close__btn:hover{background:var(--primary-color)}@media only screen and (min-width:992px){.newsletter__popup--close__btn{width:3.2rem;height:3.2rem}}.newsletter__popup--close__btn>*{pointer-events:none}.newsletter__popup--thumbnail{width:280px}@media only screen and (min-width:992px){.newsletter__popup--thumbnail{width:320px}}@media only screen and (min-width:1200px){.newsletter__popup--thumbnail{width:330px}}@media only screen and (max-width:767px){.newsletter__popup--thumbnail{display:none}}.newsletter__popup--box__right{width:100%;padding:4rem 2rem 2.2rem;text-align:center}@media only screen and (min-width:576px){.newsletter__popup--box__right{padding:4rem 2rem 3rem}}@media only screen and (min-width:768px){.newsletter__popup--box__right{width:calc(100% - 280px);padding:3rem 2rem}}@media only screen and (min-width:992px){.newsletter__popup--box__right{width:calc(100% - 320px);padding:4rem 2.5rem}}@media only screen and (min-width:1200px){.newsletter__popup--box__right{width:calc(100% - 330px);padding:4rem 3rem}}.newsletter__popup--title{margin-bottom:1.3rem}@media only screen and (min-width:992px){.newsletter__popup--title{margin-bottom:2rem;font-size:2.5rem;line-height:2.5rem}}@media only screen and (min-width:1200px){.newsletter__popup--title{font-size:2.8rem;line-height:2.8rem}}.newsletter__popup--content--desc{color:var(--text-gray-color);display:inline-block;line-height:2.2rem;font-size:1.5rem;margin-bottom:1.4rem}@media only screen and (min-width:768px){.newsletter__popup--content--desc{line-height:2.2rem;font-size:1.5rem}}@media only screen and (min-width:992px){.newsletter__popup--content--desc{font-size:1.6rem;margin-bottom:2.2rem}}.newsletter__popup--subscribe__input{width:100%;height:4rem;border:1px solid var(--border-color);border-radius:5px;padding:0 15px}.newsletter__popup--subscribe__input:focus{border-color:var(--secondary-color)}@media only screen and (min-width:768px){.newsletter__popup--subscribe__input{height:4.5rem}}.newsletter__popup--subscribe__btn{width:100%;height:4rem;background:var(--secondary-color);color:var(--white-color);border:0;padding:0 2rem;font-size:1.5rem;text-transform:uppercase;font-weight:500;border-radius:5px;margin-top:1.5rem}.newsletter__popup--subscribe__btn:hover{background:var(--primary-color)}@media only screen and (min-width:768px){.newsletter__popup--subscribe__btn{height:4.5rem}}.newsletter__popup--footer{margin-top:1.2rem}.newsletter__popup--dontshow__again--text{color:var(--text-gray-color);cursor:pointer;font-size:1.4rem}@media only screen and (min-width:768px){.newsletter__popup--dontshow__again--text{font-size:1.6rem}}.XHTMLBeforeCategory{margin-bottom:30px}.XHTMLBeforeCategory.collapsed{height:200px;overflow:hidden;position:relative}.XHTMLBeforeCategory.collapsed::after{content:'';display:block;height:30px;position:absolute;bottom:0;left:0;width:100%;background:rgb(255, 255, 255);background:linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%)}.XHTMLBeforeCategory.collapsed+.smsl{margin-top:-25px;margin-bottom:30px;position:relative;text-align:center}.smsl::before,.all::before{content:'';display:block;width:100%;height:1px;background:#ccc;position:absolute;top:50%;left:0}.smsl a,.all a{display:inline-block;background:#fff;position:relative;padding:5px 10px;border:1px solid #ccc;margin-left:10px;border-radius:3px}.all{text-align:center;position:relative}.smsl a:hover,.all a:hover{background:var(--primary-color);color:var(--white-color)}#MainProductImage{padding-top:0;padding-bottom:10px;position:relative}#MainProductImage .photo-gallery,#MainProductImage a{display:block;height:auto;width:auto;margin:0 auto;position:relative;text-align:center}#MainProductImage a img{height:auto;width:auto;max-width:100%;max-height:350px}.lSAction>a{background:var(--secondary-color) !important;text-decoration:none}.lSAction>a:hover{background:var(--primary-color) !important}.lSSlideOuter .lSPager.lSGallery li{min-height:100px;display:flex !important;align-items:center;text-align:center;justify-content:center}.lSSlideOuter .lSPager.lSGallery img{max-height:100px;margin:0 auto}#photos-slider li div.PhotoDescription,#MainProductImage div.PhotoDescription{display:none}@media only screen and (max-width:767px){#MainProductImage .photo-gallery, #MainProductImage a{display:table-cell;height:250px}}#description h2{font-size:2.5rem;line-height:3rem;margin-bottom:1.5rem}#productparams{margin-bottom:3rem}#productparams table{width:100%}#productparams table td,#productparams table th{padding:0.5rem 1rem}#productparams table th{font-weight:350}#productparams table tr:nth-child(even),#prilohy dt:nth-child(4n+3),#prilohy dd:nth-child(4n){background:var(--bg-gray-color)}#prilohy dl,.product__details--info__meta{font-weight:normal;width:100%;overflow:hidden;padding:0}#prilohy dt,.product__details--info__meta dt,.product__list--items__content dt{float:left;width:50%;padding:0.5rem;margin:0;clear:both}#prilohy dd,.product__details--info__meta dd,.product__list--items__content dd{float:left;width:50%;padding:0.5rem;margin:0;text-align:left}.product__details--info__meta dd{text-align:right}.product__details--info__meta dt strong,.product__details--info__meta dd strong{color:var(--secondary-color)}.mhs{margin-bottom:20px}.stcsklpr{display:none}.clicker{position:relative;font-size:1.2rem}.clicker .qm::after{content:'';display:block;position:absolute;top:0;left:0;right:0;bottom:0;cursor:pointer}dt .qm::before{display:inline-block;content:"\25be";font-weight:bold;border:1px solid var(--secondary-color);border-radius:3px;width:16px;height:16px;font-size:12px;line-height:16px;text-align:center;cursor:pointer}dt .qm:hover::before{color:#fff;background:var(--secondary-color)}.product__details--info__meta dt,.product__details--info__meta dd{padding-left:0;padding-right:0}.bcf .bcf-label{z-index:100}.bcf-confirms a{display:inline}@media only screen and (max-width:767px){#prilohy dt, #prilohy dd{float:none;width:100%}.product__details--info__meta dt span, .product__details--info__meta dd span{display:inline !important}.product__details--info__meta dt{width:65%}.product__details--info__meta dd{width:35%}}.header__menu--link,.widget__categories--menu__label,.blog__content--title a,.product__items--content__title a,.articl__post--items__content--title a,.blog__tags--media__link,.widget__tagcloud--link,.related__post--title a,.advance-box a,.slider__content--btn,.smsl a,.all a,.pagination__item,.widget__categories--menu a,.offcanvas__sub_menu_item,.offcanvas__stikcy--toolbar a,#prilohy dt a,.shopping-cart-content-header .cart-heading a:hover,.back-btns a:last-child,.minicart__button--link{text-decoration:none}.cust-badges>div{font-size:1.3rem;padding:8px 15px;background:#dbe2fd}.cust-badges>div.hrubka{background:var(--black-color);color:var(--white-color)}.bgbox{padding:15px;background:var(--bg-gray-color);border-radius:1rem}.advance-box .d-flex{gap:10px}.advance-box li{flex-grow:1}.advance-box li a{width:100%;text-align:center;line-height:normal;padding:10px 0;height:auto}.advance-box li a:hover{background:var(--bg-gray-color)}.bcf .bcf-label label,.bcf .bcf-label span,.bcf-confirms label,.new_delivery_address label,.firm-data-check label{display:inline}.bcf,#SetWatchDogBox,.added-message-box{cursor:default !important;border-radius:1.5rem}.bcf input[type="text"],.bcf textarea{line-height:100%;border-radius:1rem}.bcf .bcf-label{top:16px}#SetWatchDogBox h3{font-size:26px;text-align:center}.watch-doge-inside,dl.variants-watch-dog{display:flex;flex-wrap:wrap;margin:0 -15px;font-size:16px}.watch-doge-inside>div,dl.variants-watch-dog>dd,dl.variants-watch-dog>dt{padding:10px 15px;width:50%;display:flex;align-items:center;flex-wrap:wrap}.watch-doge-inside>div>*{padding:0}.watch-doge-inside>.doge-full{width:100%}.watch-doge-inside.watch-doge-grow>div{width:auto}.watch-doge-inside.watch-doge-grow>div:first-child{flex-grow:1}div.ProductWatchDog{margin:0;position:relative;display:inline-block}a#SetWatchDog{display:block;line-height:normal;margin:0}a#SetWatchDog p{margin:0;padding:0;display:none}.SetWatchDog{clear:both;text-align:left;padding:30px 35px 15px 35px;max-width:600px}.SetWatchDog p{margin:0;padding:0 0 15px;clear:both;font-size:16px}.BuyingListSubmit,.SetWatchDog button{padding:2px 5px;cursor:pointer;float:right;border:0;min-width:120px;border-radius:1rem}.SetWatchDog input{width:80px;padding:5px 8px;text-align:left;margin:0 3px 0 0;border:1px solid #cccccc;border-radius:0.5rem;text-align:center}.SetWatchDog .watch-doge-choose>div{display:block}.SetWatchDog .watch-doge-choose input{width:auto}.SetWatchDog .WatchDogEmail input{width:200px;width:100%;padding:5px 8px;border:1px solid #cccccc;font-size:16px;margin:0;border-radius:0.5rem}.wdis{clear:both}.ProductWatchDog,.compare-link,.wishlist-link{vertical-align:bottom}.compare-link{display:inline-block}.added-message-box .success-message{text-align:left;border-bottom:1px solid #dddddd;font-size:26px;padding-bottom:15px}.added-message-box .product-qt{font-size:20px}.added-message-box .product-message .about h3{font-size:1.6rem;line-height:120%}.added-message-box .product-message .about h3 a{display:inline;text-decoration:none}.added-message-box .product-message .about div{font-size:1.5rem;color:var(--secondary-color)}.added-message-box .product-message{overflow:hidden;padding:15px 0;border-bottom:1px solid #dddddd;margin-bottom:15px}.added-message-box .product-message-box{width:100%;overflow:hidden}.added-message-box .product-message .image{float:left;width:100px;text-align:center;margin-right:20px}.added-message-box .product-message img{max-width:100px;max-height:100px}.added-message-box .cart-counter-box{text-align:center;padding:15px 0}.added-message-box .cart-counter-box em{font-weight:normal}.added-message-box .end-message-box{overflow:hidden;clear:both;text-align:center}.added-message-box .end-message-box .buttons-box{text-align:right}.added-message-box .end-message-box .buttons-box a i{margin:0 10px}.added-message-box .end-message-box .buttons-box a{display:inline-block;min-width:0;line-height:35px;text-decoration:none;vertical-align:top!important;padding:0 20px;float:left;background:#ffffff;border:1px solid var(--secondary-color);border-radius:0.5rem}.added-message-box .end-message-box .buttons-box a:hover{background:var(--primary-color);color:#ffffff}.added-message-box .end-message-box .buttons-box a.next-button,.bcf button[type="submit"]{float:right;background:var(--secondary-color);color:#ffffff}.bcf button{border-radius:1rem;margin-left:5px}#bpage49455{width:800px;max-width:100%}#bpage49455 h2{text-align:center}.added-message-box .end-message-box .buttons-box a.next-button:hover,.bcf button[type="submit"]:hover{background:var(--primary-color);color:#ffffff}.quantity__box label{background:#fff;border-top:1px solid var(--border-color2);border-bottom:1px solid var(--border-color2)}.quantity__box label input.quantity__number{border:0}.quantity__box label span:last-child{padding:0 5px;display:flex;align-self:center}.added-message-box{text-align:left;position:relative;width:800px;max-width:100%}.added-message-box .amb-close{position:absolute;top:10px;right:10px;font-size:50px;cursor:pointer;font-weight:100}.odp-message-box{padding:20px 0;border-bottom:1px solid #dddddd}.odp-message-box h2{font-size:14px;text-align:center;padding:10px;margin:0 0 15px 0;background:#555;color:#fff;line-height:normal;border-radius:0.5rem}.odp-message-box .product__items--link{height:130px}.odp-message-box .product__items--content__title{font-size:1.4rem;height:75px}.odp-message-box .product__items--content{padding-bottom:0}div.checkin{display:none;position:absolute;top:0;left:0;width:100%;background:#000;background:rgba(0, 0, 0, 0.7);font-size:12px;font-weight:bold;color:#FFF;height:100%;z-index:1000;border:1px solid #000;text-align:center;border-radius:5px;overflow:hidden}div.checkin p{margin:0;height:100%;padding:0;text-align:center}div.checkin p a{display:flex;justify-content:center;align-items:center;height:100%;width:100%;cursor:pointer;color:#FFF;font-size:22px;line-height:130%;padding:0 20px;text-decoration:none;font-weight:normal}.message.empty-cart a{background:var(--secondary-color)}.message.empty-cart a:hover{background:var(--primary-color);color:#ffffff}.shopping-cart-content .mnozstvo{float:left;display:none;border-style:solid;border-width:1px;border-color:#dddddd;height:50px;padding-right:22px;position:relative;background-color:white}.steps .steps-in div,div.wishlist-link{display:inline-block;position:relative}.shopping-cart-content .mnozstvo input{border:0;width:46px;height:48px;text-align:center;float:left;background-color:white}.WatchDogsWrapper{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}table.WatchDogs{border:1px solid #eeeeee;margin-top:30px}table.WatchDogs caption{margin-bottom:5px;font-weight:700}table.WatchDogs td,table.WatchDogs th{padding:2px 5px}div.wishlist-link{margin:0;z-index:9}.userFields{background:#dddddd}.cart-price-box-content{background:#f1f1f1}#cart-table td{border-bottom:1px solid #dddddd}td.quantity input{border:1px solid #dddddd}#cart-table td.name{font-size:14px}#cart-table td.name a{font-size:16px}#cart-table .item-price.lh{text-align:right}#cart-table .item-price.lh .price-with-vat .price{font-size:24px;color:var(--secondary-color)}.steps div.step-img{display:flex;justify-content:center;border:1px solid var(--secondary-color);width:30px;height:30px;justify-content:center;align-items:center;border-radius:50%;margin:0 auto 10px}.steps div.step-img::before{font-size:17px;color:var(--secondary-color)}.steps .InactiveStep div.step-img,.steps .InactiveStep span{opacity:0.4}.steps .step1 div.step-img::before{font-size:16px;font-family:FontAwesome}.steps .step1 div.step-img.fa-shopping-cart::before{content:"\f07a"}.steps .step1 div.step-img.fa-shopping-bag::before{content:"\f290"}.steps .step1 div.step-img.fa-shopping-basket::before{content:"\f291"}.steps .step2 div.step-img::before{content:"\f0d1"}.steps .step3 div.step-img::before{content:"\f007"}.steps .step4 div.step-img::before{content:"\f0cb"}.steps .PreviousStep div.step-img{background-color:var(--secondary-color)}.steps .PreviousStep div.step-img::before{content:"\f00c";color:#fff}.steps a.PreviousStep,.steps a.PreviousStep:hover span{text-decoration:none!important;display:block}.steps a.PreviousStep span{text-decoration:underline!important}.steps .steps-in>div.previous:not(:last-child)::after{background-color:var(--secondary-color)}.steps .steps-in{margin:0 auto;overflow:hidden;display:flex;flex-wrap:wrap;align-items:flex-start}.steps .steps-in>div{width:160px}.steps .steps-in>div:not(:last-child)::after{content:"";display:block;width:100px;height:2px;background-color:#DDDDDD;top:15px;position:absolute;right:-50px}.steps div.step1,.steps div.step2,.steps div.step3,.steps div.step4{text-align:center}.steps div.step4{padding:0;background:none}#cart-table th,.userFields{padding:10px}.steps div strong{}.steps div strong em{}.steps div span.ico{display:none}.steps .ActiveStep strong em{font-weight:700}.steps .InactiveStep a strong em{text-decoration:underline}#pointsBox a.submit,.ShoppingCentre .MasterList h2 a,.articleSummary h3 a,.end-row button,.end-row input,.side-label a,.side-label a:hover,.steps .InactiveStep a:hover strong em,a.button,a.detail-button{text-decoration:none}.cart-price-box{clear:both;float:right;display:flex;flex-flow:column;align-items:flex-end;width:100%}.cart-price-box-content{float:right;min-width:320px;padding:20px}.cart-price-box-content table{width:100%}.cart-price-box-content table th{padding:3px 0;text-align:left;font-weight:400}.cart-price-box-content table td{padding:3px 0;text-align:right;font-weight:400;font-size:14px}.cart-additions{float:left;padding:10px 0;clear:left;margin-bottom:10px}#cart-table{width:100%}#cart-table tr:first-child{border-bottom:2px solid var(--secondary-color)}#cart-table th{font-weight:400}#cart-table th.image{text-align:center}#cart-table th.price.mh{text-align:left}#cart-table th.price{text-align:right}#cart-table td{padding:10px}#cart-table td.delete a::before{content:url("/Data/default/UserFiles/images/delete.svg")}.shopping-cart-finish #cart-table{margin-bottom:50px}.shopping-cart-content-header{display:flex;justify-content:space-between;flex-wrap:wrap;align-items:center;padding:0 0 25px 0;border-bottom:2px solid var(--secondary-color);margin-bottom:50px}div[class="shopping-cart-content"] .shopping-cart-content-header{margin:0;border:0}.shopping-cart-content-header .cart-heading a::before{content:"\f100";display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-right:5px}td.quantity,th.quantity,td.delete{text-align:center;width:55px}td.quantity input{text-align:center}.shopping-cart-content td .price-with-vat,.shopping-cart-content td .price-without-vat{font-size:14px}.shopping-cart-content td .price-with-vat .dph,.shopping-cart-content td .price-without-vat .dph{font-size:12px;color:#999}.shopping-cart-content td .mnozstvo{display:inline-flex;float:none;padding:0;margin:5px 15px}.shopping-cart-content td .mnozstvo .ccplus,.shopping-cart-content td .mnozstvo .ccminus{display:inline-block;width:22px;height:48px;line-height:48px;float:none;text-align:center;cursor:pointer;border-bottom:0;background:#eee;font-size:18px;font-weight:700}.shopping-cart-content td .mnozstvo .ccplus:hover,.shopping-cart-content td .mnozstvo .ccminus:hover{background:#ccc}.shopping-cart-content td .mnozstvo input{float:none;border-top:0;border-bottom:0;font-size:16px}.shopping-cart-content .order-number{color:#777777;font-size:12px}.b2b-price-reverse .shopping-cart-content td .price-with-vat{font-size:14px;color:#999}.b2b-price-reverse .shopping-cart-content td .price-without-vat{font-size:18px;color:#000}.shopping-cart-content td .price-with-vat,.shopping-cart-content td .price-without-vat{display:block}.userFields{width:100%;margin-bottom:10px}.userFields h3{clear:both;width:100%;padding:0 0 10px}.userFields div{float:left;width:33%;margin-bottom:5px}.userFields div label{width:80px;display:inline-block;vertical-align:top}.userFields div input{width:200px}.userFields div:nth-child(3n+2){clear:both}.userFields div:last-child{width:66.66%}.userFields textarea{width:74%;height:50px}.userFields div input,.userFields textarea{border:1px solid #ccc;padding:5px}td.item-price,td.price,th.price{text-align:center;white-space:nowrap}td.item-price.mh{text-align:left}.quantity-flex{display:flex;align-items:center;justify-content:center;flex-wrap:wrap}.quantity-flex .MinCount{width:100%;flex-grow:1;min-width:150px}th.price{white-space:nowrap}.price-with-vat td.price{font-size:18px}td.delete,th.delete{text-align:center;padding:0!important}td.image,th.image{width:100px}td.image{text-align:center}td.image img{max-width:70px}td.image i{font-size:28px}input.quantity{width:40px;text-align:center}.shopping-cart-content h2{padding:10px 0;margin:0;font-size:30px;line-height:normal}.shopping-cart-finish form h2,.shopping-cart-finish .cartBox legend,.shopping-cart-content .CartCustomText,.shopping-cart-content .CartCustomText1{font-size:16px}.registration h3{font-size:18px;margin-top:20px;margin-bottom:15px}.shopping-cart-content h3{font-size:14px;margin-bottom:15px}.shopping-cart-content form{margin:0;padding:0}.register-box-grey form{padding:0}.ctr{width:100%;padding:.6% 0}.ctri{width:90px;float:left}.ctri img{max-width:90px;max-height:90px}.ctrc{margin-left:100px}.ctrc h3{font-weight:400;margin:0;padding:0}.ctrc p.price strong,.iprice,tr.price-with-vat th,tr.tr-price-with-vat,tr.tr-price-with-vat td{font-weight:700}.ctrc p{margin:0;padding:4px 0;font-size:small}.iprice{float:right;height:35px;line-height:35px;margin:5px 0}#box_login div.login input,.disabledsubmit,.submit,.Obchod_Content_Login button,.cfooter button,.ManufacturerProductsLink a,#sphereCardBox button,.CartAttachments input[type="submit"],.register-box a,ul.contentin li input[type="submit"]{display:inline-block;border:0;padding:9px 10px;line-height:20px;min-width:300px;cursor:pointer;font-size:14px;text-align:center;text-decoration:none;background:var(--secondary-color);color:#ffffff;border:1px solid var(--secondary-color)}#box_login div.login input:hover,.disabledsubmit:hover,.submit:hover,.Obchod_Content_Login button:hover,.cfooter button:hover,.ManufacturerProductsLink a:hover,#sphereCardBox button:hover,.CartAttachments input[type="submit"]:hover,.register-box a:hover,ul.contentin li input[type="submit"]:hover{background:var(--primary-color);color:#ffffff;border:1px solid var(--primary-color)}#box_login div.login input,.disabledsubmit,.submit,.Obchod_Content_Login button,.cfooter button{float:right}#box_login div.login input{min-width:150px;float:none}#pointsBox a.submit,#sphereCardBox button,.CartAttachments input[type="submit"]{width:auto;min-width:0;margin-right:10px;display:block;line-height:35px;float:left}.CartAttachments input[type="submit"]{display:block;float:none;margin-top:15px}.Obchod_Content_Login button{float:none}.disabledsubmit,.disabledsubmit:hover{cursor:text}.disabled-wrap{position:relative}.disabled-wrap a{display:block;width:100%;height:100%;top:0;left:0;position:absolute;cursor:pointer;background:none}.confirm_conditions{padding:5px;clear:both}.confirm_conditions_not_required{float:none;width:auto}.confirm_conditions input{float:left;margin-top:1px}.confirm_conditions label,.confirm_conditions_not_required label{margin-left:35px;display:block}.CartCustomText{padding:25px 0px 0px;margin-bottom:5px}.shopping-cart-finish .CartCustomText{padding:0}.CartCustomText2{width:40%;font-size:12px;display:flex;flex-flow:column;justify-content:space-between;border-left:1px solid #DDDDDD}.CartCustomText2 p{line-height:normal}.shopping-cart-confirm .CartCustomText2{justify-content:flex-end}.CartCustomText2 .submit,.shopping-cart-confirm .CartCustomText2 button[type="submit"]{float:none!important;width:100%;min-width:auto}.register-box-grey label[for="ConfirmInfoEmailsId"]{font-size:11px;line-height:1.8}.register-box-grey label[for="ConfirmInfoEmailsId"]::first-line,label[for="ConfirmDataId"]{font-size:16px;margin-bottom:20px}.shopping-cart-confirm .register-box-grey{margin-top:0px}#cartorderid,#kosik-finish a.button{margin-top:5px}.end-row+.CartCustomText{border-top:0}.CartCustomText+.cart-price-box{padding-top:0}.customized_product_text,.delivery_days_text{padding:0}#cart-boxer .CartCustomText{border:0;margin:0}.ChangeCountMessage{color:red}#conditionsid{margin-right:5px;margin-top:5px;vertical-align:text-top}a.detail-button{padding:2px 5px;font-size:11px}.darcekovy-kupon{width:100%;margin-bottom:5px}.cartBox{margin-bottom:5px}.shopping-cart-finish .cartBox,.AfterOrder .cartBox{max-width:800px;margin:0 auto 10px}.thanks-message{padding:5px 10px;line-height:20px}.message{padding:1% 2%}.cart-form .checkbox{float:left;margin-top:10px;text-align:center;width:40px}.cart-form .item{padding:6px 0}.cart-form .item label{font-weight:700;font-size:12px;vertical-align:middle}.cart-form .item .info{float:left;margin-top:10px;width:658px}.item p{padding-left:17px}.end-row{padding:5px 0 10px;text-align:right}.end-row .first-td{float:left}.end-row .last-td{float:right;display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap}.end-row .last-td div.PriceChange{line-height:28px;position:relative;padding-left:30px}.end-row .last-td div.PriceChange img{position:absolute;left:0;top:-10px}.end-row button,.end-row input,a.button{padding:5px 10px;border:0;cursor:pointer}.end-row button:hover,.end-row input:hover,a.button:hover{text-decoration:none}.end-row button{padding:11px 25px;font-size:14px;color:var(--secondary-color)}.end-row button:hover{color:#fff;background-color:var(--secondary-color)}.end-row .PriceChange{display:none}a.button{float:left}#poznamka{width:80%}.text-field{width:300px}#box_login,.register-box-grey{margin-bottom:10px}#box_registracia,.register-box-grey .form{}.register-box-grey .newsbox{width:60%}ul.contentin,ul.inputs{margin:0;padding:0}ul.contentin li,ul.inputs li{margin:0;padding:0;list-style:none;clear:both}ul.inputs li{margin-bottom:10px}ul.inputs li label{position:relative;padding-left:25px;display:block}ul.inputs li label input{position:absolute;top:0;left:0}ul.contentin li label{width:170px;float:left;line-height:28px;font-size:16px;margin-bottom:5px}ul.contentin li input,ul.contentin li select,.shopping-cart-content #box_custom_fields textarea{padding:11px 15px;width:100%;margin-bottom:15px;border:1px solid #CCCCCC;font-size:16px}#box_login div.heslo,#box_login div.meno{width:535px;margin-bottom:5px;float:left}#box_login div.heslo{clear:left}#box_login div.heslo label,#box_login div.meno label{float:left;width:150px;line-height:28px}#box_registracia div.heslo,#box_registracia div.heslo_repeat,#box_registracia div.meno{float:left;width:220px}#box_registracia div.heslo,#box_registracia div.meno{margin-right:10px}#box_login div.login_links{width:100%;clear:both;padding:4px 0}#box_login div.login_links a{margin-right:20px}#box_login div.heslo input,#box_login div.meno input{padding:5px;width:300px}#box_login div.login{float:left;clear:both;margin-left:150px}#box_login div.login input{padding:0;margin:-3px 0 0}#box_login form{margin:0;padding:0}.customerZone .item{padding:5px 0}.warning{padding:5px 10px;font-weight:400}#box_nologin table{width:100%}#box_nologin table th{text-align:left;font-weight:400;width:50%;padding:5px 0}.cartBox fieldset{border:0;padding:0;margin-bottom:15px;position:relative}#paymentsBox fieldset{padding-bottom:20px}.cartBox legend{border:0;text-align:left;font-weight:bold;padding:10px 0;width:100%}.cartBox fieldset{}.cartBox legend{color:#000}input.couponCode{border:1px solid #dddddd;font-size:14px}.cartBox .payment label span+span,.orderComponent label span+span{color:#333}#couponsBox fieldset,#sphereCardBox fieldset{padding:0 0 20px}#couponsBox fieldset p,#pointsBox fieldset p,#customerOrderCode fieldset p{}input.couponCode,#customerOrderCode input,.sphereCardBoxContent input{min-width:260px;padding:10px;border:1px solid #dddddd}input.couponCode{min-width:215px}.orderComponent .ocdiv{padding:20px 0;border-bottom:1px solid #E9E9E9}.cartBox .payment label span+span,.orderComponent label span+span{}.cartBox .payment label,.customerZone label,.orderComponent label,label.orderComponent{cursor:pointer;font-size:16px}#box_nologin table input{padding:2px 5px;width:90%}#box_special p{clear:both;padding:.2% 0}.contacts{margin-bottom:10px}.contacts h3{padding:5px 0;margin:0;text-align:left}.contacts .inner{padding:10px 0}.contacts .coll{width:50%;float:left}.contacts.colls-2 .coll{width:30%}.contacts.colls-2 .coll:first-child{width:40%}.LostPasswordContent form{padding:20px}.LostPasswordContent form input[type=text]{padding:5px;width:300px;margin-left:5px}.cartBox .orderComponent select{padding:5px;font-size:14px;margin-bottom:4px}.cartBox .orderComponent select option{font-size:14px;padding:0 5px}.cartBox .calendar{width:100%}.cartBox .calendar caption{text-align:center;font-size:12px;font-weight:700;padding:5px 0}.cartBox .calendar td{text-align:center;padding:2px 5px}.cartBox .payment,.orderComponent .ocdiv,label.orderComponent{padding:20px 0;clear:both;border-bottom:1px solid #E9E9E9;display:flex;align-items:flex-start}.orderComponent .ocdiv,label.orderComponent{flex-wrap:wrap}.cartBox #BesteronPaymentBox{flex-wrap:wrap}.cartBox .payment>div{width:100%}.cartBox .payment>input,.cartBox .besteron-inner input,.orderComponent .ocdiv>input,label.orderComponent>input{margin-right:9px;margin-top:6px;flex-shrink:0}.cartBox .payment>input+label,.orderComponent .ocdiv>label,input+label.orderComponent{flex-grow:1;display:flex;flex-wrap:wrap;width:calc(100% - 30px)}.cartBox .payment>label>span:first-child,.orderComponent .ocdiv>label>span:first-child,label.orderComponent>span:first-child,.cartBox .payment-sub>label>span:first-child{width:100%;display:flex;flex-wrap:wrap}.cartBox .payment>label>span:first-child>span:first-child,.orderComponent .ocdiv>label>span:first-child>span:first-child,label.orderComponent>span:first-child>span:first-child,.cartBox .payment-sub>label>span:first-child>span:first-child{flex-grow:1}.cartBox .payment>label>span:first-child>span.paymentprice,.orderComponent .ocdiv>label>span:first-child>span.paymentprice,label.orderComponent>span:first-child>span.paymentprice{text-align:right}.cartBox .payment>label>span:nth-child(2),.orderComponent .ocdiv>label>span:nth-child(2),label.orderComponent>span:nth-child(2){font-size:14px;margin-top:10px}.cartBox .payment>label>span:nth-child(2)>img+span,.orderComponent .ocdiv>label>span:nth-child(2)>img+span,label.orderComponent>span:nth-child(2)>img+span{width:100%;display:block;margin-top:10px}.cartBox .payment>label>span:nth-child(2)>a,.orderComponent .ocdiv>label>span:nth-child(2)>a,label.orderComponent>span:nth-child(2)>a{display:block}.cartBox .payment>label>span:nth-child(2)>a img,.orderComponent .ocdiv>label>span:nth-child(2)>a img,label.orderComponent>span:nth-child(2)>a img{margin-bottom:5px}#comment.cartBox fieldset{padding:10px 0 20px 0}.cartBox #comment{margin-top:5px;padding:5px 10px}.cartBox #comment p{padding:0;margin:0}#comment.cartBox textarea,.cart-additions textarea.comment{width:100%;padding:2px}.clear{height:0;line-height:0;font-size:0;clear:both}#box_nologin .warning,span.warning{background:0 0}span.warning{line-height:0;padding:0}.userFields span.warning{font-size:14px;line-height:normal;display:block;clear:both}#box_nologin p.warning{margin:0;padding:0}.CharityRounding{float:left;margin:10px 0 0px 0;padding:15px;background:#f8f8f8;border:1px solid #dddddd}.CharityRounding::after{content:'';display:block;clear:both}.CharityRounding h3{margin:0 0 10px 0;padding:10px;background:#fff;border:1px solid #dddddd}.CharityRounding .CharityRoundingContent{}.CharityRounding .CharityRoundingImage{float:right;margin-left:15px;width:150px}.CharityRounding .CharityRoundingInputs{}.CharityRounding .CharityRoundingInputs span{display:block;position:relative;padding-left:24px;margin-bottom:4px}.CharityRounding .CharityRoundingInputs span input{position:absolute;top:0;left:0}.CharityRounding .CharityRoundingInputs span em{color:green;display:block;font-weight:bold}.CharityRounding .CharityRoundingInputs span label{cursor:pointer}.CharityRounding .CharityRoundingLink{text-align:right}.CharityRounding+.cart-additions{clear:both}p.warning{color:#f00}.cartBox .payment img{vertical-align:middle;max-height:40px}.cartBox .payment label span+span>img:last-of-type,.cartBox .orderComponent label span+span>img:last-of-type{margin-right:10px}#cetelemPayment{}.customerZone td.warning{padding:6px 0 0}.customerZone p.warning{padding:0}.Obchod_Content_Login{margin:0 auto;width:100%}.Obchod_Content_Login td{padding:4px 0;text-align:left;vertical-align:top}.Obchod_Content_Login td.warning{padding:4px 5px}.Obchod_Content_Login td input{width:200px;padding:4px}.SortAsc a,.SortDesc a{text-indent:-9999px;width:7px;height:6px;float:left;margin-top:5px}.Compare,.compare-wrap{width:100%;overflow:auto}.Compare{margin:0 0 15px}.remove-links a{display:block;text-align:center;color:var(--text-gray-color);text-decoration:none}.CompareProducts{border:0;margin-bottom:10px;border:1px solid var(--gray-color)}.CompareProducts img{max-height:150px}.CompareProducts td{padding:10px;border-left:1px solid var(--gray-color);border-right:1px solid var(--gray-color);text-align:center}.CompareProducts td.LeftCol{border:0;white-space:nowrap;width:100px;font-weight:normal;text-align:left;position:sticky;left:0;background-color:white}.CompareProducts td.LeftCol b{font-weight:500}.CompareProducts td{vertical-align:top}.CompareProducts>tbody>tr>td{min-width:150px}.CompareProducts>tbody>tr>td a{font-size:12px}.CompareProducts tr:nth-child(odd),.CompareProducts tr:nth-child(odd) td.LeftCol{background:#eee}.NextPages{margin:5px 0}.ShoppingCentre .MasterList{margin:0;padding:0}.ShoppingCentre .MasterList>li{margin:0 0 10px;padding:0;list-style:none;overflow:hidden;position:relative}.ShoppingCentre .MasterList h2{margin:0;padding:10px;font-size:16px;font-weight:400}.ShoppingCentre .MasterList h2 small{float:right;font-size:12px}.ShoppingCentre .MasterList h2 a:hover{text-decoration:underline}.shoppingCentreBox{padding:10px}.shoppingCentreBox table,table.Ratings,table.WatchDogs{width:100%;margin-bottom:15px}.shoppingCentreBox table th,.shoppingCentreBox table td,table#order td,table#order th,table.WatchDogs td,table.WatchDogs th{text-align:center;padding:5px 10px}.shoppingCentreBox table.Offers tr:nth-child(even),table#order tr:nth-child(even){background:#f6f6f6}.shoppingCentreBox table.Offers td:last-child{text-align:right;font-size:16px}.shoppingCentreBox table.Offers td:last-child a{margin:0 1px}.shoppingCentreBox table.Offers td:last-child a:hover{color:#000}.OrderedProducts .shoppingCentreBox table td,li.Ratings .shoppingCentreBox table td,li.UserData .shoppingCentreBox table td{text-align:left}table.Ratings td{padding:5px 0}li.Ratings th,li.Ratings ul.rating{display:none}.buying_list{clear:both;width:100%}.buying_list select{width:265px}.buying-list-form{padding:5px;text-align:center;margin-bottom:10px}input#ListNameId{width:320px;padding:4px}.BuyingListTable,.buying-product-list{width:100%;margin-bottom:15px}.BuyingListTable th,.buying-product-list th{padding:5px}.BuyingListTable td,.buying-product-list td{padding:5px}.buying-product-list td.ProductPrice{white-space:nowrap;vertical-align:middle;font-weight:700}.buying-product-list td.ProductImage{width:60px;text-align:center}.buying-product-list td.ProductImage img{height:50px;margin:0 auto}.ListLink{font-size:.9em}.ListLink strong{display:block;font-size:.8em}.buying-product-list .OrderSubmit{width:100%;height:100%;font-size:18px;border:0!important;cursor:pointer;color:#fff}.basket{margin:0;padding:0}.basket span{display:block;width:55px;height:55px}.item-nav{overflow:hidden;padding:10px 5px}.item-nav li{font-size:11px;padding:0 0 1px}.item-nav li a{display:block;padding:1px 0 1px 25px}.UndeliveredProducts{width:100%}.UndeliveredProducts th,.UndeliveredProducts td{padding:5px}.UndeliveredProducts th:not(:nth-child(2)),.UndeliveredProducts td:not(:nth-child(2)){text-align:center}#order,.order-in,table.OrderedProducts,table.Invoice,.shoppingCentreBox table.Offers{margin:15px 0;border-collapse:collapse;width:100%!important}.order-in dd{margin-bottom:10px;border-bottom:1px solid #ccc;padding-bottom:10px}.order-in caption{margin-bottom:5px;font-weight:700}#order td,#order th,.order-in td,.order-in th,table.OrderedProducts td,table.OrderedProducts th,table.Invoice td{padding:2px 10px;vertical-align:top}#order th,.order-in th,table.OrderedProducts th,table.OrderedProducts tr:nth-child(odd) td,table.Invoice tr:nth-child(odd) td,.Orders tr:nth-child(odd) td{background-color:#f6f6f6}table.OrderedProducts th,table.OrderedProducts tr td,table.Invoice tr td,table.Orders td{padding:10px}table.OrderedProducts .Quantity{width:50px;text-align:center}table.OrderedProducts form{white-space:nowrap}table.Invoice tr td{text-align:right}.backrow{clear:both}#delivery-address-form-id fieldset legend{padding:0 10px;margin:0 0 0 10px;font-size:14px;font-weight:700}#delivery-address-form-table-id{min-width:280px;margin:10px}#delivery-address-form-table-id td label{font-weight:700}#delivery-address-form-table-id td,#delivery-address-form-table-id th{padding:5px;text-align:left}#delivery-address-form-table-id td input{width:95%}.delivery-address-box p:last-child{margin:0;clear:both;padding:0 0 10px}.delivery-address-box a.delete{display:block;position:absolute;top:10px;right:10px;width:15px;height:15px;text-indent:-9999px;overflow:hidden}.delivery-address-box p a.btn{min-width:100px}#box_adresa_dodania .item span.btn,#delivery-address-submit-button,.delivery-address-box li.delivery-address a.edit,.delivery-address-box p a.btn{display:inline-block;padding:5px 10px;text-align:center;text-decoration:none;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;border:0;cursor:pointer}#box_adresa_dodania .item span.btn,.delivery-address-box li.delivery-address a.edit{position:absolute;bottom:10px;left:10px}#box_adresa_dodania .item span.btn{left:30px}#box_adresa_dodania,.delivery-address-box ul{clear:both;margin:0 0 10px;padding:0;overflow:hidden}#box_adresa_dodania .item,.delivery-address-box li.delivery-address{float:left;width:200px;min-height:190px;list-style:none;padding:10px 10px 30px;margin:0 10px 10px 0;position:relative}#box_adresa_dodania .item{background:0 0;padding:10px 10px 10px 30px}#box_adresa_dodania .item.new_delivery_address{min-height:0}#box_adresa_dodania .item input{margin-left:-18px}.delivery-address-box li.delivery-address address{font-style:normal;padding:0;margin:0 0 10px}.delivery-address-box li.delivery-address address span:first-child{font-weight:700}#new_delivery_address_form{clear:both;padding:10px 0}#cartformid{position:relative}#cartformid.is-loading::after{content:'';display:block;background:rgba(255, 255, 255, 0.5);position:absolute;top:0;left:0;bottom:0;right:0;z-index:10}#cartformid .calcs{clear:both;float:right;padding:15px 0;flex-wrap:wrap;justify-content:flex-end}#cartformid .calcs p{width:100%;text-align:right}#cartformid .calcs div{margin-bottom:5px;padding-bottom:0}.spinner{text-align:center;margin:0 auto;padding:25px 0!important;width:100%;border-top:1px solid #e0dfdf;position:absolute;top:50%;left:0}.spinner>div{width:18px;height:18px;background-color:#231f20;border-radius:100%;display:inline-block;-webkit-animation:sk-bouncedelay 1.4s infinite ease-in-out both;animation:sk-bouncedelay 1.4s infinite ease-in-out both}.spinner .bounce1{-webkit-animation-delay:-0.32s;animation-delay:-0.32s}.spinner .bounce2{-webkit-animation-delay:-0.16s;animation-delay:-0.16s}@-webkit-keyframes sk-bouncedelay{0%, 80%, 100%{-webkit-transform:scale(0)}40%{-webkit-transform:scale(1.0)}}@keyframes sk-bouncedelay{0%, 80%, 100%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1.0);transform:scale(1.0)}}.cart-price-box-content button,.register-box a,ul.contentin li input[type="submit"],.shopping-cart-confirm form button[type="submit"],.shopping-cart-customer form button.submit,.AfterOrderPay>div:last-child button,.AfterOrderPay>div:last-child a{margin-top:20px;height:auto;line-height:normal;width:100%;font-size:18px;font-weight:500;min-width:auto;padding:13px 25px;min-height:48px;border-radius:1rem}#box_login div.login input,.disabledsubmit,.submit,.Obchod_Content_Login button,.cfooter button{float:right}#box_login div.login input,.disabledsubmit,.submit,.Obchod_Content_Login button,.cfooter button,.ManufacturerProductsLink a,#sphereCardBox button,.CartAttachments input[type="submit"],.register-box a,ul.contentin li input[type="submit"]{display:inline-block;border:0;padding:9px 10px;line-height:20px;min-width:300px;cursor:pointer;font-size:14px;text-align:center;text-decoration:none;background:var(--secondary-color);color:#ffffff;border:1px solid var(--secondary-color);border-radius:1rem}#FilterFormId #PriceFilterBox .form{padding:19px 15px}#FilterFormId label{display:inline}#price-slider-new .price-slider-new-container{display:flex;align-items:center;margin:0 -15px}#price-slider-new .price-slider-new-container>*{padding:0 15px;order:5}#price-slider-new .price-slider-new-container .new-price-slider{flex-grow:1;padding:0 23px}#price-slider-new .new-price-slider-min{order:1}#price-slider-new .ui-slider-handle{width:1.2em}.new-price-slider-input>div{background-color:#fff;max-width:130px;display:flex;justify-content:flex-end;padding:9px;align-items:baseline;font-size:14px}#price-slider-new .new-price-slider-input>div span{margin:0;float:none;overflow:unset;width:auto}#price-slider-new .new-price-slider-input>div span:first-child{color:#888888}.new-price-slider-input input{border:0;background-color:transparent}.new-price-slider-input input{text-align:right;flex-shrink:1;flex-grow:0;width:100%;display:block;font-size:14px;padding:0 5px}#price-slider-new .ui-slider-handle{width:30px;height:30px;top:-10px;box-sizing:border-box;background-image:none!important;border-radius:50%;box-shadow:0px 0px 10px rgba(0, 0, 0, 0.1);background-color:#0086c3!important;border:11px solid #fff;cursor:pointer;-webkit-transition:border 0.1s linear;-moz-transition:border 0.1s linear;-ms-transition:border 0.1s linear;-o-transition:border 0.1s linear;transition:border 0.1s linear}#price-slider-new .ui-slider-handle:hover{border-width:7px}#price-slider-new .ui-slider-handle:last-child{margin-left:-20px;border-width:7px}#price-slider-new .ui-slider-handle:last-child:hover{border-width:11px}#price-slider-new .ui-widget.ui-widget-content{background-color:#C4C4C4;border-color:transparent}#price-slider-new .ui-widget-header{background:#0086c3}.registration.registration-only .register-box-upper{margin-bottom:50px}.register-box-upper{max-width:534px;margin:0 auto}.register-box-upper ul.contentin{display:flex;flex-wrap:wrap;margin:0 -7px}.register-box-upper ul.contentin li{width:100%;padding:0 7px;display:flex;flex-flow:column}.register-box-grey{background-color:#F1F1F1;padding:20px 0px;display:flex;flex-wrap:wrap;margin-top:50px;justify-content:flex-end}.register-box-grey>div{padding:0 30px;box-sizing:border-box}.CartCustomText1{font-size:18px;max-width:800px;margin:0 auto 50px;text-align:center}.register-box-upper ul.contentin li.label-half{width:50%}@media only screen and (max-width:991px){.registration ul.contentin li label{font-size:14px;line-height:normal}.registration ul.contentin li input, .registration ul.contentin li select{font-size:14px}.customerZone label{font-size:16px}.register-box-grey .newsbox, .CartCustomText2{width:100% !important}.register-box-grey>div{padding:0px !important;margin:0 15px}.register-box-grey .newsbox{padding-bottom:0px}.shopping-cart-confirm .register-box-grey .newsbox{padding-bottom:15px}.register-box-grey .CartCustomText2{border-left:0;border-top:1px solid #DDDDDD;padding-top:15px}.register-box-grey ul.inputs li label input{position:static}.register-box-grey label[for="ConfirmInfoEmailsId"], label[for="ConfirmDataId"]{padding:0 !important}.registration.registration-only .register-box-upper{margin-bottom:20px}.register-box-upper ul.contentin li.label-half{width:100%}}.delete-cart-row{display:none}.d-row{display:flex;margin:0 -15px}.d-row.grow>*{flex-grow:1;padding:0 15px}.after-cart-container{margin-top:25px}ul.tabs.tabs-order{text-align:left;width:auto;display:block!important}label[for="couponCode"]{font-weight:700;margin-right:15px}.after-cart-container p.warning{width:100%;margin-bottom:15px;text-align:left}.cart-price-box-content{width:100%;max-width:460px}.cart-price-box-content h3{text-align:left;padding:5px 0;font-size:18px;margin-bottom:5px}.import-cart-content{display:none}.cart-price-box-content p{padding-bottom:0}.cart-price-box-content+button[name="cartfinish"]{width:100%;max-width:460px}.cart-price-box-content .tr-price-with-vat{font-size:36px;line-height:normal;margin-bottom:10px}.cart-price-box-content .tr-price-with-vat strong{color:var(--secondary-color)}.cart-price-box-content .tr-price-with-vat .dph{font-size:18px;color:#999}.cart-price-box-content button,.register-box a,ul.contentin li input[type="submit"],.shopping-cart-confirm form button[type="submit"],.shopping-cart-customer form button.submit,.AfterOrderPay>div:last-child button,.AfterOrderPay>div:last-child a{margin-top:20px;height:auto;line-height:normal;width:100%;font-size:18px;font-weight:500;min-width:auto;padding:13px 25px;min-height:48px}.payment-info{padding:10px 5px 5px}.besteron-inner>div{display:flex;align-items:flex-start;width:100%;margin-bottom:10px}.besteron-inner>div label{display:flex;justify-content:space-between;flex-grow:1}.besteron-inner .payment-info{display:block}.cartBox #GoPayCardPaymentBox label,.cartBox #GoPayWalletPaymentBox label,.cartBox #GoPayPaySafeCardPaymentBox label,.cartBox #GoPaySMSPaymentBox label,.cartBox #GoPayApplePayPaymentBox label,.cartBox #GoPayGooglePayPaymentBox label,.cartBox #GoPayMasterPassPaymentBox label,.cartBox #GoPayBitcoinPaymentBox label,.cartBox #GoPayPayPalPaymentBox label,.cartBox #GoPayBankPaymentBox label{flex-wrap:nowrap}.cartBox #GoPayCardPaymentBox>label>span:nth-child(2),.cartBox #GoPayWalletPaymentBox>label>span:nth-child(2),.cartBox #GoPayPaySafeCardPaymentBox>label>span:nth-child(2),.cartBox #GoPaySMSPaymentBox>label>span:nth-child(2),.cartBox #GoPayApplePayPaymentBox>label>span:nth-child(2),.cartBox #GoPayGooglePayPaymentBox>label>span:nth-child(2),.cartBox #GoPayMasterPassPaymentBox>label>span:nth-child(2),.cartBox #GoPayBitcoinPaymentBox>label>span:nth-child(2),.cartBox #GoPayPayPalPaymentBox>label>span:nth-child(2),.cartBox #GoPayBankPaymentBox>label>span:nth-child(2){margin-top:0}#GoPayBankPaymentBox img{margin-bottom:15px;margin-left:15px;max-height:25px}.cartBox #GoPayBankPaymentBox>label>span:nth-child(2){text-align:right}fieldset.CartAttachments{margin-bottom:30px}fieldset.CartAttachments legend{margin-bottom:10px}.shopping-cart-finish .cartBox .after-cart-container-2{margin:40px -15px 0}.shopping-cart-confirm .after-cart-container-2{margin-bottom:25px}#pointsBox .select2-container{display:inline-block}.shopping-cart-finish .cart-price-box-content{max-width:none;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}.shopping-cart-finish .cart-price-box-content button,.register-box a{margin-top:0}.select2-container{width:auto}.cartbox-separator{width:100%;background-color:#0086c3;height:2px;margin-bottom:30px}.register-box{background:#dddddd;padding:20px;margin-bottom:30px}.register-box h3{text-align:center;font-size:18px}.register-box p{padding-bottom:20px}.temp-steps{flex-wrap:wrap}.temp-steps .half{width:33.333%;min-width:300px}.register-box-upper>div{}.steps-box #customer-register-box-tab div[class^='new-step-']{display:none}.warning{margin-bottom:15px}.shopping-cart-content div[class^='new-step-'] h2{text-align:center;margin-bottom:20px}.register-box-upper ul.contentin li.login_links{text-align:center}.shopping-cart-customer:not(.steps-box) .new-step-third h2{display:none}.shopping-cart-content .firm-data-check{margin-bottom:15px}.shopping-cart-content h3{font-size:16px}.steps-box.partner #customer-register-box-tab div[class^='new-step-'],.steps-box.logged #customer-register-box-tab div[class^='new-step-']{display:block}.shopping-cart-content #box_custom_fields textarea{margin-top:15px}.shopping-cart-content #box_custom_fields label{display:inline-block;font-size:16px}.shopping-cart-content .contacts{margin-bottom:40px}.payment-opts>*:first-child{padding-top:15px;border-top:1px solid #dddddd;margin-top:20px}.AfterOrder{padding:50px 0}.AfterOrder svg{display:block;margin:0 auto}.AfterOrder .TextAfterOrder{text-align:center}.AfterOrder .order-numbers{display:flex;justify-content:center;flex-wrap:wrap;padding-bottom:0;text-align:center}.AfterOrder .order-numbers>*{padding:0 15px 15px}.back-btns{display:flex;flex-flow:column;align-items:center;padding-top:15px}.back-btns a{font-size:18px}.back-btns a:last-child:hover{text-decoration:underline}#cartorderid .uni-spinner{line-height:50px}.AfterOrderPay{max-width:520px;margin:0 auto;padding:20px;display:block;background-color:#f1f1f1;margin-top:30px}.AfterOrderPay h2{font-size:18px}.AfterOrderPay>div{display:flex;flex-wrap:wrap;margin-bottom:15px;align-items:center}.AfterOrderPay>div:first-child>*{margin-bottom:15px}.AfterOrderPay>div img{max-width:140px}.AfterOrderPay>div:first-child{padding-bottom:5px;margin-bottom:20px;border-bottom:1px solid #DDDDDD;justify-content:space-between;flex-wrap:nowrap}div[class="AfterOrderPay"]>div:last-child{flex-flow:column;margin-bottom:0px}div[class="AfterOrderPay"]>div:last-child p{padding-bottom:20px}.AfterOrderPay>div:last-child button,.AfterOrderPay>div:last-child a{width:100%;margin-top:0}.AfterOrderPay>div:last-child button,.AfterOrderPay>div:last-child a,.back-btns a:first-child{margin-top:0}.AfterOrderPay.transfer{max-width:800px;margin-top:20px}.AfterOrderPay.transfer h2{font-size:18px;width:100%}.AfterOrderPay.transfer>div:first-child>p{margin-bottom:5px}.AfterOrderPay .AfterOrderPayLast{display:flex;flex-flow:row;flex-wrap:wrap;align-items:stretch;margin:0 -20px}.AfterOrderPay .AfterOrderPayLast>div{width:50%;padding:0 20px}.AfterOrderPay .AfterOrderPayLast>div:first-child{border-right:1px solid #ddd;display:flex;flex-wrap:wrap}.AfterOrderPay .AfterOrderPayLast>div:first-child>div{width:50%;padding:0 10px}.AfterOrderPay .AfterOrderPayLast>div:first-child>div:first-child{margin:0 -10px;padding:0 20px 0 10px}.AfterOrderPay .AfterOrderPayLast>div:first-child>div:last-child{padding-right:0;flex-grow:1}.AfterOrderPay .AfterOrderPayLast{}.AfterOrderPay .AfterOrderPayLast p{padding-bottom:10px}.AfterOrderPay .AfterOrderPayLast img{max-width:141px;width:100%}.AfterOrderPay .AfterOrderPayLast i{margin-left:5px;font-size:14px;color:#0086c3}.AfterOrderPay .AfterOrderPayLast .qr-infos strong{cursor:pointer}.AfterOrderPay .AfterOrderPayLast .qr-infos strong:hover i{color:#000000}.AfterOrderPay.transfer+.back-btns{padding-top:30px}.AfterOrderPay form button{width:100%}.deliveryPlaceBox{overflow:initial!important;width:100%;margin-top:10px;max-width:90vw}.deliveryPlaceBox .select2{width:100%!important}.deliveryPlaceBox .select2 .select2-selection__placeholder,.deliveryPlaceBox .select2 .select2-selection__rendered{text-overflow:ellipsis;overflow:hidden;width:100%;white-space:nowrap;max-width:85vw;display:inline-block}.deliveryPlaceBox .select2 .select2-selection__rendered{max-width:94vw}.ShopContent .LostPasswordContent h1{font-size:30px}.ShopContent .LostPasswordContent form{padding:0 10px 20px;display:flex;flex-wrap:wrap;max-width:400px;margin:0 auto}.ShopContent .LostPasswordContent form label{font-size:16px;font-weight:bold;padding:0 0 10px 0;display:block;width:100%}.ShopContent .LostPasswordContent form input[type=text]{width:auto;margin-left:0;flex-grow:1;padding:10px;border:1px solid #dddddd}.ShopContent .LostPasswordContent form button{flex-shrink:0;border:0;padding:9px 10px;line-height:20px;cursor:pointer;font-size:14px;text-align:center;text-decoration:none;background:var(--secondary-color);color:#ffffff;border:1px solid var(--secondary-color)}#PaymentForm{width:100%}.ShoppingCentre .MasterList>li{background:#f6f6f6;border:1px solid #eee}.ShoppingCentre .MasterList h2{background:#eee}.shoppingCentreBox table th,table.WatchDogs th{background-color:#eee}.shoppingCentreBox table td,table.WatchDogs td{border-bottom:1px solid #eee}table.Ratings td{border-bottom:1px solid #eee}.buying-list-form{background:#eee;border-bottom:1px solid #ccc}.BuyingListTable th,.buying-product-list th{background:#eee;border-bottom:1px solid #ccc}.BuyingListTable td,.buying-product-list td{border-bottom:1px solid #ccc}.ListLink{background:#dddddd}.buying-product-list .OrderSubmit{background:#FF8900}.item-nav li{color:#333}.item-nav li a{color:#777}.item-nav li.nav-print a{background:url(/Data/default/UserFiles/images/print.png)no-repeat}.item-nav li.nav-favourite a{background:url(/Data/default/UserFiles/images/favourite.png)no-repeat}.item-nav li.nav-mail a{background:url(/Data/default/UserFiles/images/email.png)no-repeat}.item-nav li.nav-facebook a{background:url(/Data/default/UserFiles/images/facebook.png)no-repeat}.item-nav li.nav-twitter a{background:url(/Data/default/UserFiles/images/twitter.png)no-repeat}.item-nav li.nav-myspace a{background:url(/Data/default/UserFiles/images/google.png)no-repeat}.order-in,table.OrderedProducts{border:1px solid #E3E3E3}#delivery-address-form-id fieldset,.sbHolder,.sbHolderDisabled,.sbOptions{border:1px solid #ccc}#order th,.order-in th,table.OrderedProducts th{background-color:#E3E3E3}.SubCategoryName{border-bottom:1px solid #eee}.sbHolder{background-color:#fff}.sbSelector:hover,.sbSelector:link,.sbSelector:visited{color:#000}.sbToggle{background:url(/Images/Skins/images/select-icons.png)0 -116px no-repeat}.sbToggle:hover{background:url(/Images/Skins/images/select-icons.png)0 -167px no-repeat}.sbToggleOpen{background:url(/Images/Skins/images/select-icons.png)0 -16px no-repeat}.sbToggleOpen:hover{background:url(/Images/Skins/images/select-icons.png)0 -66px no-repeat}.sbHolderDisabled{background-color:#333}.sbOptions{background-color:#fff}.sbOptions a{border-bottom:solid 1px #ccc}.sbOptions .sbDisabled,.sbOptions .sbGroup{border-bottom:dotted 1px #555}.sbOptions a:link,.sbOptions a:visited{color:#000}.sbOptions a.sbFocus,.sbOptions a:focus,.sbOptions a:hover{color:#000;background:#ccc}.sbOptions .sbDisabled{color:#999}.sbOptions .sbGroup{color:#EBB52D}#delivery-address-form-id fieldset legend{background:#fff}.delivery-address-box a.delete{background:url(/Data/default/UserFiles/images/uber.gif)center center no-repeat #000}#box_adresa_dodania .item span.btn,#delivery-address-submit-button,.delivery-address-box li.delivery-address a.edit,.delivery-address-box p a.btn{color:#fff;background:#8c8c8c;background:-moz-linear-gradient(top, #8c8c8c 0, #000 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #8c8c8c), color-stop(100%, #000));background:-webkit-linear-gradient(top, #8c8c8c 0, #000 100%);background:-o-linear-gradient(top, #8c8c8c 0, #000 100%);background:-ms-linear-gradient(top, #8c8c8c 0, #000 100%);background:linear-gradient(to bottom, #8c8c8c 0, #000 100%)}#box_adresa_dodania .item span.btn:hover,#delivery-address-submit-button:hover,.delivery-address-box li.delivery-address a.edit:hover,.delivery-address-box p a.btn:hover{background:#000}#box_adresa_dodania .item,.delivery-address-box li.delivery-address{border:1px solid #ccc;background:#eee;font-size:12px}#box_adresa_dodania .item.selected,#box_adresa_dodania .item:hover{background:#ddd}#reserve-cart{background-color:#333}#reserve-cart:hover{background-color:#e45e08;color:#fff}span.warnings{color:#ff0000;display:block;padding:5px 0}span.sticker-stock{color:var(--secondary-color);text-align:left}.sticker-sklad{text-align:right}span.sticker-stock.outstock{color:#999}.lSAction>a{width:30px !important;height:50px !important;border-radius:1rem}.compare-bar{position:fixed;right:0;bottom:0;width:260px;z-index:100}.compare-bar a strong{background:#ce0910;padding:2px 10px;border-radius:5px}.compare-bar a{display:block;padding:10px;font-size:14px;text-align:center;background:#222222;color:#ffffff;text-decoration:none;border-radius:5px 5px 0 0}.compare-bar a:hover{background:#ce0910;color:#ffffff}.body-admin-bar .compare-bar{bottom:40px}.CompareProducts-wrap{overflow:auto}@media only screen and (max-width:991px){.compare-bar{bottom:70px;right:75px;width:220px}.compare-bar a{padding:8px;font-size:12px}}.ajax-next{font-size:16px;text-decoration:none!important;color:#ffffff;background-color:var(--secondary-color);border:1px solid var(--secondary-color);display:block;text-align:center;max-width:220px;padding:12px 15px;margin:0 auto 25px;box-sizing:border-box;-webkit-transition:all 0.2s ease;-moz-transition:all 0.2s ease;-ms-transition:all 0.2s ease;-o-transition:all 0.2s ease;transition:all 0.2s ease;border-radius:0.7rem}.ajax-next:hover{color:var(--secondary-color);background-color:#ffffff}.ajax-next .axloader{border:2px solid #ffffff;border-radius:50%;border-top:2px solid transparent;width:24px;height:24px;margin:0 auto;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite}.ajax-next:hover .axloader{border:2px solid var(--secondary-color);border-top:2px solid transparent}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.footer-widget--image{display:flex;background:white;padding:10px 25px;align-items:center;align-content:space-between;gap:30px;border-radius:0px;max-width:255px}.footer-widget--image img{background:white;padding:0px;max-width:65px}.footer-widget--imgcntc span{background:white}.footer-widget--image li{padding:5px;text-align:right}.container-footer-i{padding:0px 25px 10px}.footer-widget--button{display:flex;margin-top:20px;justify-content:center;align-items:center;max-width:250px}.footer-widget--button button,.footer-widget--button a{background:white;border:0;padding:5px 35px;text-decoration:none}.footer-span--left{display:flex;justify-content:space-between;max-width:180px}.footer-span--left div:first-child,.footer-span--3left div:first-child{font-weight:700}.footer-widget--button button:hover,.footer-widget--button a:hover{background:var(--secondary-color);color:white;text-decoration:none !important}.footer-widget--table{display:flex;gap:30px;background:white;padding:11px 0px 32px 25px;max-width:275px}.footer-widget--table li{padding:5px;text-align:right}.footer-table--3{background:white;max-width:255px;display:flex;padding:10px 0px 10px 25px}.footer-table--3 li{padding:5px}.footer-table--4 li{text-align:end}.info-title-footer{padding-left:25px}.footer-widget--button button a,.footer-widget--image a{text-decoration:none}.footer-span--3left{display:flex;justify-content:space-between;max-width:215px}.footer-social--icons{display:flex;gap:10px;padding-top:50px}.footer-social--icons img{max-width:40PX}.footer-widget--button button a:hover{color:white !important;transition:0.1s none}.main__footer a{text-decoration:none}.main__footer a:hover{text-decoration:underline}#page49402 .breadcrumb__bg{background-image:url(/Data/4138/UserFiles/banner/banner-pages/page-banner-hero_9.webp)}#page49405 .breadcrumb__bg{background-image:url(/Data/4138/UserFiles/banner/banner-pages/page-banner-hero_11.webp)}#page49406 .breadcrumb__bg{background-image:url(/Data/4138/UserFiles/banner/banner-pages/page-banner-hero_4.webp)}#page49400 .breadcrumb__bg{background-image:url(/Data/4138/UserFiles/banner/banner-pages/page-banner-hero_7.webp)}#page49424 .breadcrumb__bg{background-image:url(/Data/4138/UserFiles/banner/banner-pages/page-banner-hero_6.webp)}#page49407 .breadcrumb__bg{background-image:url(/Data/4138/UserFiles/banner/banner-pages/page-banner-hero_5.webp)}.breadcrumb__bg{background-image:url(/Data/4138/UserFiles/banner/banner-pages/page-banner-hero_3.webp)}#FilterFormIdBox.isOpen{display:block}#FilterFormId{margin-bottom:10px;clear:both}#FilterFormIdBox{background-color:var(--bg-gray-color);position:relative}#FilterFormId .ResetFilter{display:none}p.filter-message{margin:0 0 15px 0;padding:5px 10px;clear:both;background:#ee7d00;color:#ffffff;text-align:center}p.filter-message a{color:#ffffff}p.filter-message a:hover{color:#ffffff}.FilterChange{float:left;display:inline-block;margin:8px 0 0 20px}.FilterChange a{background:#1b9bcb;color:#fff;text-decoration:none;display:block;padding:5px 15px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;border:1px solid #1b9bcb}.FilterChange a:hover{background:#14579e}#FilterFormId.isLoading #FilterFormIdBox:after, .ShopDetailView.isLoading:before{content:'';display:block;position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(255,255,255,0.5) url(/Images/loading.gif) no-repeat center center;z-index:2}#FilterFormIdBox{margin-bottom:30px;display:none;width:100%;clear:both}.Filter{clear:both;margin:0;overflow:hidden;padding:0;position:relative;width:100%}.Filter form, #FilterFormId .form{line-height:155%;margin:0 0 0 0;overflow:hidden;padding:5px 15px 5px 15px}.Filter form span, .Filter .form span{float:left;margin-right:3%;overflow:hidden;white-space:nowrap;width:20%}.Filter .form label span, .Filter label form span{float:none;margin-right:0;width:auto;font-size:12px;color:#777;display:inline}.Filter form #PriceFilter span, .Filter .form #PriceFilter span{width:auto;float:none;margin:0;padding:0;white-space:normal;overflow:visible}.Filter label{cursor:pointer;margin:0 10px 0 2px;padding:0}.FilterTitle{background-color:var(--bg-gray-color);color:#000000;padding:10px 0 0 2rem;float:left;text-align:left;width:20%}#FilterStates .FilterTitle{display:none}#FilterActions{margin-bottom:0;padding-bottom:0;border-bottom:0}#FilterStates{margin-top:0;padding-top:0;border-top:0}.FilterValue input[type=hidden]{display:none}.FilterValue{line-height:150%;white-space:nowrap}#PriceFilter{padding:25px 70px}#FilterFormId .infilter *{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}#FilterFormId .infilter{position:relative}#FilterFormId .infilter::after{clear:both;content:"";display:block}#FilterFormId .infilter .Filter{float:left;width:50%;position:relative;clear:none;overflow:visible}#FilterFormId .infilter .Filter:nth-child(odd){clear:both}#FilterFormId .infilter .Filter .form{padding:0 2rem;width:60%;float:left}#FilterFormId .infilter .Filter .form .likeselect{width:100%;position:relative}#FilterFormId .infilter .Filter .form .likeselect .hodnoty > span{float:none;display:block;clear:both;margin:0;width:auto;background:#fff}#FilterFormId .infilter .Filter .form .likeselect .hodnoty{display:none;position:absolute;top:38px;left:0;width:100%;padding:10px;z-index:100;background:#fff;max-height:200px;overflow:auto}#FilterFormId .infilter .Filter .form .likeselect.active .hodnoty{display:block}#FilterFormId .infilter .Filter .form .likeselect .htitle, #FilterFormId .infilter .Filter .form .likeselect .hodnoty{border:1px solid #fff}#FilterFormId .infilter .Filter .form .likeselect.active .htitle, #FilterFormId .infilter .Filter .form .likeselect.active .hodnoty{border:1px solid #ccc}#FilterFormId .infilter .Filter .FilterTitle{width:40%;padding:10px 0 0 2rem;margin:0}#FilterFormId .infilter .Filter .likeselect{position:relative;padding:4px 0}#FilterFormId .infilter .Filter .likeselect .htitle{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;border:0 none;background-color:#fff;font-size:14px;line-height:38px;height:38px;vertical-align:middle;padding:0 13px;margin:0;cursor:pointer}.button-rows{padding:10px;text-align:center;vertical-align:top}.button-rows button, .button-rows a{display:inline-block;padding:0 15px;height:36px;line-height:36px;margin:0;font-size:16px;border:0;cursor:pointer;text-decoration:none;vertical-align:top}.button-rows button{background:var(--secondary-color);color:#ffffff}.button-rows button:hover{background:var(--primary-color);color:#ffffff}.button-rows a{background:#777;color:#ffffff;font-size:12px}.button-rows a:hover{background:#777;color:#ffffff;font-size:12px}#FilterFormId .infilter .form{overflow:visible}#FilterFormId .infilter .Filter .likeselect .htitle .caret{position:absolute;right:0;top:0;width:30px;height:38px;vertical-align:middle;text-align:center;display:block}#FilterFormId .infilter .Filter .likeselect .htitle .caret::before{font-family:FontAwesome;content:"\f0d7";line-height:38px;font-size:10px;vertical-align:middle}.filter-selected-values{margin-bottom:30px}.filter-selected-values::after{content:"";clear:both;display:block}.filter-selected-value{border:1px solid #d2d2d2;float:left;clear:both;margin-bottom:5px}.filter-selected-value span{border-left:1px solid #d2d2d2;float:left;display:block;float:left;padding:2px 10px;font-weight:bold;background:#f6f6f6}.filter-selected-value span:first-child{border:0;font-weight:normal;background:none}.filter-selected-value a{text-decoration:none;color:#999}.filter-selected-value a:hover{text-decoration:none;color:#000}@media only screen and (max-width:700px){#FilterFormId .infilter .Filter, #PriceFilterBox .FilterTitle{float:none;width:100%;margin:0;clear:both}#price-slider-new .price-slider-new-container .new-price-slider{width:100%;margin-bottom:20px}#price-slider-new .price-slider-new-container{flex-wrap:wrap;justify-content:space-between;display:flex;align-items:center;margin:0 -15px}#price-slider-new .price-slider-new-container .new-price-slider-input{order:6}}#kosik a.full-cart{border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%{box-shadow:0 0 0 0 rgb(0 75 140)}70%{box-shadow:0 0 0 10px rgb(0 75 140 / 2%)}100%{box-shadow:0 0 0 0 rgba(0, 0, 0, 0)}}@media only screen and (max-width:999px){.items__count{position:absolute;right:-1.4rem;top:-2rem}}.container-blog--content{display:flex;gap:50px;justify-content:center;margin:20px 0px}@media only screen and (max-width:980px){.quantity-flex{flex-flow:column}.shopping-cart-content-header{flex-flow:column;text-align:center}.steps .steps-in{width:100%}}@media only screen and (max-width:800px){.container-blog--content, .container-blog--contentdouble{flex-direction:column;text-align:center}.blog-img{margin:auto}.blog-content--double{flex:1;padding:10px 5px;text-align:left;margin:0px !important}.blog-content--double img{padding:0}.CompareProducts{border:0}.registration h3{font-size:16px}.registration ul.contentin li label{font-size:14px;line-height:normal}.registration ul.contentin li input, .registration ul.contentin li select{font-size:14px}.customerZone label{font-size:16px}.register-box-grey .newsbox, .CartCustomText2{width:100%}.register-box-grey > div{padding:0px;margin:0 15px}.register-box-grey .newsbox{padding-bottom:0px}.shopping-cart-confirm .register-box-grey .newsbox{padding-bottom:15px}.register-box-grey .CartCustomText2{border-left:0;border-top:1px solid #DDDDDD;padding-top:15px}.register-box-grey ul.inputs li label input{position:static}.register-box-grey label[for="ConfirmInfoEmailsId"], label[for="ConfirmDataId"]{padding:0!important}.registration.registration-only .register-box-upper{margin-bottom:20px}.CartCustomText1{font-size:14px}.steps div div{height:auto}.shopping-cart-content-header{padding:0;margin:0 0 15px 0}.scc .section--padding{padding:2rem 0}.steps{display:none}.shopping-cart-content-header .cart-heading{margin-bottom:10px}#cart-table tr{display:flex;flex-wrap:wrap;position:relative}#cart-table th{font-size:11px;padding:5px;display:none}#cart-table td.name{width:100%;padding:10px 20px 10px 10px}#cart-table td.image{border-color:transparent;width:100%}#cart-table td.item-price::before, #cart-table td.quantity::before, #cart-table td.item-price-total::before, #cart-table td.image{content:attr(data-title);text-align:left;font-size:13px;display:block}#cart-table td.item-price, #cart-table td.quantity, #cart-table td.item-price-total{width:100%;display:flex;align-items:center;justify-content:space-between}#cart-table td.image{display:flex;justify-content:center;align-items:center}#cart-table td.image.img-hidden{display:none}#cart-table td.image.img-hidden + td{width:100%}.shopping-cart-finish #cart-table td.image{justify-content:flex-start}#cart-table td.delete{position:absolute;right:0;width:20px;top:15px;border:0}#cart-table tr:not(:last-child) .item-price.lh{border-bottom:2px solid #0086c3}.after-cart-container{margin:15px 0 0}.after-cart-container > *{margin:0;padding:0!important}.after-cart-container-2 > div:first-child, ul.tabs.tabs-order{padding:0}.quantity-flex .MinCount{min-width:auto;width:auto}.quantity-flex{flex-flow:row}#box_login div.login input, #content .disabledsubmit, #content .submit, .Obchod_Content_Login button, ul.contentin li input{max-width:100%}a.button{margin-bottom:5px}.login_links a{display:block;padding:4px;text-decoration:none;margin:3px 0 0!important}.contacts.colls-2 .coll{float:none;width:auto!important}.contacts .inner, .contacts h3{padding:5px}.cart-additions{float:none;clear:both;width:auto}.end-row .last-td{justify-content:flex-start}.cart-price-box-content .tr-price-with-vat p{font-size:36px}}.container-blog--contentdouble{display:flex}.blog-content--double{flex:1;margin:40px 0px;text-align:left}.blog-content img{border-radius:10px}.blog-content--double img{padding:0px;border-radius:10px}.entry__blog{padding-left:10px}blockquote{font-style:italic;padding:15px;background:var(--bg-gray-color);text-align:center;border-radius:10px;margin:30px 0px}@media only screen and (min-width:1400px){.colcon iframe{padding:0px 0px 0px 10px;height:100%}.blog-content--double img{max-width:491px}}.uni-columns{padding:0 5px 5px 5px}.colcon{padding:5px 0px}.subcategories ul{display:flex;width:100%;flex-wrap:wrap}.subcategories li{margin-bottom:1.5rem;width:32%;margin-right:1.333%}.subcategories li a{border:1px solid var(--border-color);border-radius:0.5rem;width:100%;display:block;height:45px;padding:0 2rem;display:flex;align-items:center;text-decoration:none}@media only screen and (max-width:599px){.subcategories li{width:100%;padding:0;margin-right:0}#description h2{font-size:1.5rem}.blog-content--double{margin:0px 0px}}@media only screen and (max-width:400px){.advance-box .d-flex{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.advance-box li{width:100%}}@media only screen and (max-width:1199px){.product__variant--list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.quickview__cart--btn{margin:0}.quantity__box{margin-bottom:10px;height:38px;justify-content:center}.product__details--info__price{text-align:center}}#search_suggest,.search_suggest_component{position:absolute;left:0;top:49px;z-index:99;width:100%}.suggest_wrapper{background:#ffffff;border-bottom:0;width:100%;-moz-box-shadow:0 10px 30px -5px #000;-webkit-box-shadow:0 10px 30px -5px #000;margin:0 auto;border-radius:5px;overflow:auto;max-height:calc(100vh - 200px)}#search_suggest img{float:left;max-height:50px;margin-right:10px;width:55px}#search_suggest p{margin:0;overflow:hidden;padding:0;width:100%}#search_suggest p a, #search_suggest .likelink{display:block;overflow:hidden;padding:7px 10px;text-decoration:none;cursor:pointer;border-bottom:1px solid #dfdfdf;background:#ffffff}#search_suggest .likelink{cursor:default}#search_suggest .suggestSearchContent.suggestSearchHeader p a, #search_suggest .likelink{color:var(--white-color);background:var(--primary-color);display:flex}#search_suggest p.search-selected-item a{color:var(--secondary-color);background:#eeeeee}#search_suggest p a:hover,#search_suggest p.search-selected-item a:hover{color:#ffffff;background:var(--secondary-color)}#search_suggest p a:focus,#search_suggest p a:hover{text-decoration:none}#search_suggest p a span{display:block;float:left;line-height:normal;cursor:pointer}.suggest_wrapper.loading{padding:10px 0;text-align:center}#search_suggest .suggest_wrapper.loading img{float:none;width:100px;height:auto;margin:0 auto;border:0;display:block}#search_suggest .suggestSearchContent:not(.suggestSearchHeader):not(.suggestSearchFooter) p a{display:flex;align-items:center}#search_suggest .suggestSearchContent:not(.suggestSearchHeader):not(.suggestSearchFooter) p a span:not(.price){width:100%;text-align:left}#search_suggest .suggestSearchContent:not(.suggestSearchHeader):not(.suggestSearchFooter) p a span.price{width:25%;text-align:right;color:var(--primary-color)}#search_suggest .suggestSearchContent:not(.suggestSearchHeader):not(.suggestSearchFooter) p a:hover span.price{color:#ffffff}#search_suggest .suggestSearchContent.suggestSearchFooter{padding:10px 0}#search_suggest .suggestSearchContent.suggestSearchFooter p a{border:0;max-width:210px;margin:0 auto;text-align:center;color:#ffffff;background:var(--secondary-color)}#search_suggest .suggestSearchContent.suggestSearchFooter p a:hover{color:#ffffff;background:var(--primary-color)}.ShopDetailView .NoProducts{width:100%}.about__thumbnail--play2{top:-55% !important;position:relative;right:-85px !important}.team__content2{position:absolute;top:30%;left:35%;margin-top:-42px}.basic002b{background:#f2f2f2}.container-reviews{padding:10px 10px;background:#fff;text-align:center;max-width:80%;margin:0 auto;border-radius:5px;box-shadow:rgba(0, 0, 0, 0.24) 0px 3px 8px}.container-reviews--date{padding-bottom:10px;background:#fff;font-weight:800}.container-reviews--title{padding-bottom:20px;font-weight:bold;color:var(--secondary-color)}.top-infobar-content p{color:white}.inspiracie{display:none}.blog__content--desc.inspbut{height:auto;margin:0}.blog__section h2{font-family:var(--josefin-sans);padding-top:20px;line-height:4rem;font-size:30px;color:black}.table-blog li{padding:5px 0px;list-style-type:disc;margin-left:5%;line-height:2.8rem}.table-blog{margin-bottom:25px}.img-double-right{text-align:right;padding-right:10px}#top-infobar{z-index:999}::-webkit-input-placeholder{color:#ccc}:-ms-input-placeholder{color:#ccc}::placeholder{color:#ccc}.QuerySheetBefore{margin:0 !important}#sjm-d-96310{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.contact__info{height:100%}#bpage49455 .QuerySheetLine:not(.QuerySheetLine6) label.QuerySheetQuery{position:relative;top:16px;background:#fff;padding:0 5px;left:10px;display:inline !important}.shipping-free{display:flex;justify-content:flex-start;gap:40px}.shipping-free img{max-width:55px;height:44.31px}.sdv{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.ocdiv .oc_name{color:#004b8c;font-weight:700;font-size:16px}.ocdiv .oc_prices{color:#004b8c;font-weight:700}.AfterOrder svg, .AfterOrder img{display:block;margin:0 auto}.AfterOrder h1{margin:0;padding:20px 0;text-align:center;overflow:hidden;position:relative;font-size:30px;line-height:normal}#WebyCookie.placement-center .WebyCookie-closed{left:20px;bottom:20px;right:auto}@media only screen and (max-width:1000px){#WebyCookie.placement-center .WebyCookie-closed{bottom:65px !important}}