.product-info{display:flex;margin:0 0 30px;}
.product-info .gallery{width:470px;position:relative;}
.product-info .gallery .noimg{padding-bottom:76.6%;background:#f8f8f8;position:relative;font-size:2em;}
.product-info .gallery .noimg:before{content:'\f03e';font-family:"Font Awesome 5 Pro";font-style:normal;font-variant:normal;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#080707;font-size:4em;font-weight:400;opacity:0.1;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);}
.product-info .gallery .images{position:relative;}
.product-info .gallery .images .items .item{text-align:center;display:none;vertical-align:top;position:relative;transition:300ms all ease;-webkit-transition:300ms all ease;}
.product-info .gallery .images .items .item img{max-width:100%;margin:auto;}
.product-info .gallery .images .items .item:first-child{display:block;}
.product-info .gallery .images .items .item:hover{cursor:pointer;opacity:0.8;}
.product-info .gallery .thumbs{margin:15px 0 0;}
.product-info .gallery .thumbs .items .item{display:none;vertical-align:top;visibility:hidden;position:relative;border:1px solid #cfcaca;border-radius:8px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;transition:200ms all ease;-webkit-transition:200ms all ease;}
.product-info .gallery .thumbs .items .item img{max-width:100%;border-radius:8px;}
.product-info .gallery .thumbs .items .item:first-child{display:block;}
.product-info .gallery .thumbs .items .item:hover{cursor:pointer;opacity:0.8;}
.product-info .gallery .thumbs .items .slick-arrow{width:30px;height:30px;line-height:29px;text-align:center;color:#fff;position:absolute;top:50%;z-index:99;margin-top:-15px;background:rgba(0,0,0,0.6);transition:200ms all ease;-webkit-transition:200ms all ease;}
.product-info .gallery .thumbs .items .slick-arrow.arrow-prev{left:-6px;text-indent:-1px;}
.product-info .gallery .thumbs .items .slick-arrow.arrow-next{right:-6px;text-indent:1px;}
.product-info .gallery .thumbs .items .slick-arrow:hover{cursor:pointer;background:rgba(0,0,0,0.8);}
.product-info .gallery .thumbs .slick-slide{padding:0 8px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.product-info .gallery .thumbs .slick-slide .item{visibility:visible;opacity:0.6;}
.product-info .gallery .thumbs .slick-slide.slick-current .item{opacity:1;}
.product-info .gallery .flags{position:absolute;left:0;top:0;z-index:10;display:flex;flex-wrap:wrap;text-align:center;}
.product-info .gallery .flags .flag{margin:0 4px 4px 0;padding:6px 8px;font-size:0.8em;font-weight:600;line-height:1;white-space:nowrap;border-radius:4px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.product-info .gallery .flags .flag a{color:inherit;}
.product-info .gallery .flags .flag:not([class*="bg-"]){color:#fff;background:#f20000;}
.product-info .info{width:1%;flex-grow:1;padding-left:30px;position:relative;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.product-info .info .name{padding:0 0 10px;margin:0 0 15px;border-bottom:1px solid #cfcaca;}
.product-info .info .info-top{display:flex;padding:0 0 15px;margin:0 0 15px;border-bottom:1px solid #cfcaca;}
.product-info .info .info-top .comments{margin-left:auto;text-decoration:none;color:#a1a1a1;}
.product-info .info .info-top .details{margin:0;}
.product-info .info .info-panel{display:flex;}
.product-info .info .info-panel .info-left{width:50%;flex-shrink:0;}
.product-info .info .info-panel .info-right{width:1%;flex-grow:1;text-align:right;padding-left:50px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.product-info .info .info-rebate{margin:15px 0 0;}
.product-info .info .details{display:table;border-spacing:0;margin:0 0 15px;}
.product-info .info .details .item{display:table-row;}
.product-info .info .details .item .label{font-weight:bold;display:table-cell;vertical-align:middle;padding:2px 15px 2px 0;}
.product-info .info .details .item .value{display:table-cell;padding:2px 0;vertical-align:middle;}
.product-info .info .details .item .value img{display:block;}
.product-info .info .details .status .value{font-weight:600;}
.product-info .info .details .status .avail{color:#97be0d;}
.product-info .info .details .status .unavail{color:#c9202c;}
.product-info .info .details .status-icon{vertical-align:middle;width:60px;height:15px;margin-right:5px;display:inline-flex;background:#f8f8f8;border-radius:2px;position:relative;border:1px solid #cfcaca;border-radius:4px;overflow:hidden;}
.product-info .info .details .status-icon .dot{display:block;flex-grow:1;}
.product-info .info .details .status-icon .dot:last-child{border:0;}
.product-info .info .details .status-icon.status1{border-color:#c9202c;}
.product-info .info .details .status-icon.status1 .d1{background:#c9202c;}
.product-info .info .details .status-icon.status2 .d1{background:#ff7043;}
.product-info .info .details .status-icon.status2 .d2{background:#ff7043;}
.product-info .info .details .status-icon.status3{border-color:#97be0d;}
.product-info .info .details .status-icon.status3 .d1{background:#97be0d;}
.product-info .info .details .status-icon.status3 .d2{background:#97be0d;}
.product-info .info .details .status-icon.status3 .d3{background:#97be0d;}
.product-info .info .details .producer a{font-weight:normal;color:#999;}
.product-info .info .price{font-weight:bold;line-height:1.2;}
.product-info .info .price .txt{text-transform:lowercase;font-size:14px;}
.product-info .info .price .value{color:#a64253;font-size:30px;}
.product-info .info .price .price-small{font-weight:600;}
.product-info .info .price .price-small .txt{font-size:12px;}
.product-info .info .price .price-small .value{font-size:20px;color:#15437a;}
.product-info .info .price-old{font-size:16px;color:#a1a1a1;font-weight:bold;line-height:1.2;text-decoration:line-through;}
.product-info .info .price-lowest{margin:10px 0 0;color:#a1a1a1;font-size:0.9em;}
.product-info .info .rebate{font-size:0.9em;display:inline-block;padding:1px 3px;background:#c9202c;color:#fff;font-weight:600;}
.product-info .info .price-unit{color:#a1a1a1;}
.product-info .info .price-delivery{font-weight:bold;font-size:0.9em;text-transform:lowercase;margin-top:10px;}
.product-info .info .price-delivery span{cursor:pointer;}
.product-info .info .price-delivery span:hover{color:#f20000;}
.product-info .info .price-delivery:before{content:'\f0d1';font-family:"Font Awesome 5 Pro";font-style:normal;font-variant:normal;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#f20000;font-size:14px;margin:0 5px 0 0;font-weight:normal;}
.product-info .info .hs-content{position:relative;padding:15px;border:5px solid #f20000;border-radius:8px;}
.product-info .info .hs-content .hs-title{white-space:nowrap;font-size:20px;font-weight:800;text-transform:uppercase;padding:0 8%;position:absolute;left:50%;top:-20px;transform:translateX(-50%);background:#fff;}
.product-info .info .hs-content .hot-shot-timer{margin-top:15px;flex-wrap:wrap;justify-content:center;}
.product-info .info .hs-content .hot-shot-timer .hst-label{width:100%;border:none;padding:0 0 10px;margin:0;text-align:center;}
.product-info .info .hs-content .hot-shot-timer .hst-item{text-align:center;width:25%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.product-info .info .hs-content .hot-shot-timer .hst-item .hst-val{font-size:18px;display:block;}
.product-info .info .packs{display:flex;flex-wrap:wrap;justify-content:flex-end;margin:10px -2px 0;}
.product-info .info .packs .pack{font-size:0.9em;margin:2px;padding:5px 10px;border:2px solid #cfcaca;border-radius:4px;cursor:pointer;transition:200ms all ease;-webkit-transition:200ms all ease;}
.product-info .info .packs .pack.active{border-color:#97be0d;}
.product-info .info .packs .pack.disabled{color:#a1a1a1;opacity:0.9;}
.product-info .info .params{position:relative;margin:20px 0 0;padding:5px 0 0;border-top:1px solid #cfcaca;}
.product-info .info .params .param .label{margin:5px 0;font-weight:bold;}
.product-info .info .params .param .err{color:#fff;font-size:10px;display:inline-block;margin:2px 0 0;padding:2px 5px;background:#c9202c;}
.product-info .info .params .param.kind-2 .icon{width:40px;height:40px;padding:2px;margin:0 3px 0 0;display:inline-block;vertical-align:middle;border:1px solid #cfcaca;border-radius:5px;transition:300ms all ease;-webkit-transition:300ms all ease;}
.product-info .info .params .param.kind-2 .icon img{border-radius:4px;}
.product-info .info .params .param.kind-2 .icon.active{border-color:#f20000;}
.product-info .info .params .param.kind-2 .icon:hover{cursor:pointer;opacity:0.8;}
.product-info .info .params .param.kind-3 .color{padding:1px;margin:0 3px 0 0;display:inline-block;border:1px solid #cfcaca;border-radius:4px;transition:300ms all ease;-webkit-transition:300ms all ease;}
.product-info .info .params .param.kind-3 .color span{display:block;width:20px;height:20px;border-radius:4px;}
.product-info .info .params .param.kind-3 .color.active{border-color:#f20000;}
.product-info .info .params .param.kind-3 .color:hover{cursor:pointer;opacity:0.6;}
.product-info .info .params .param input{width:100%;}
.product-info .info .params .param:after{content:'';display:block;clear:both;}
.product-info .info .params.loading:before{content:'';position:absolute;left:0;top:0;right:0;bottom:0;z-index:9999999;background:rgba(255,255,255,0.7);}
.product-info .info .variants{margin:20px 0 0;}
.product-info .info .variants h3{margin:0 0 5px;}
.product-info .info .variants .items .variant{display:flex;align-items:center;padding:10px 0;position:relative;border-bottom:1px solid #cfcaca;}
.product-info .info .variants .items .variant .item.v-image{padding-right:15px;}
.product-info .info .variants .items .variant .item.v-name{padding-right:10px;flex-grow:1;}
.product-info .info .variants .items .variant .item.v-name .v-status{font-size:0.9em;}
.product-info .info .variants .items .variant .item.v-name .v-status.avail{color:#97be0d;}
.product-info .info .variants .items .variant .item.v-name .v-status.unavail{color:#c9202c;}
.product-info .info .variants .items .variant .item.v-price{width:30%;text-align:center;color:#a64253;font-weight:600;}
.product-info .info .variants .items .variant .item.v-price .v-price-old{font-size:0.9em;color:#a1a1a1;text-decoration:line-through;}
.product-info .info .variants .items .variant .item.v-buy{padding-right:0;text-align:right;}
.product-info .info .variants .items .variant:last-child{border:none;padding-bottom:0;}
.product-info .info .accessories{margin:24px 0 0;position:relative;text-align:left;}
.product-info .info .accessories .items .accessory{margin:10px 0 0;display:flex;align-items:center;font-size:0.929em;}
.product-info .info .accessories .items .accessory:first-child{margin-top:0;}
.product-info .info .accessories .items .accessory .a-add2cart{flex-shrink:0;margin:0 12px 0 0;width:12px;height:12px;display:flex;align-items:center;justify-content:center;text-align:center;border:2px solid #cfcaca;border-radius:8px;position:relative;transition:300ms all ease;-webkit-transition:300ms all ease;cursor:pointer;}
.product-info .info .accessories .items .accessory .a-add2cart::before{content:"\f00c";font-family:"Font Awesome 5 Pro";font-style:normal;font-variant:normal;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:1rem;font-weight:bold;color:#fff;opacity:0;transition:300ms all ease;-webkit-transition:300ms all ease;}
.product-info .info .accessories .items .accessory .a-add2cart:hover{border-color:#f20000;}
.product-info .info .accessories .items .accessory .a-picture{flex-shrink:0;position:relative;margin:0 12px 0 0;width:54px;height:54px;display:flex;align-items:center;justify-content:center;text-align:center;border:1px solid #cfcaca;border-radius:4px;overflow:hidden;transition:300ms border-color ease;}
.product-info .info .accessories .items .accessory .a-picture.noimg{background:#f8f8f8 url(/i/common/noimage.png) no-repeat center;background-size:80%;}
.product-info .info .accessories .items .accessory .a-info{flex-grow:1;}
.product-info .info .accessories .items .accessory .a-info .a-name{font-weight:400;}
.product-info .info .accessories .items .accessory .a-info .a-name a{color:inherit;}
.product-info .info .accessories .items .accessory .a-info .a-name .count{font-weight:bold;}
.product-info .info .accessories .items .accessory .a-info .a-price{font-weight:bold;color:#a64253;}
.product-info .info .accessories .items .accessory.selected .a-add2cart{background-color:#97be0d;border-color:#97be0d;}
.product-info .info .accessories .items .accessory.selected .a-add2cart::before{opacity:1;}
.product-info .info .accessories .items .accessory.unavailable{filter:grayscale(1);opacity:0.7;}
.product-info .info .accessories .items .accessory.unavailable .a-add2cart{pointer-events:none;}
.product-info .info .versions{margin:20px 0;position:relative;}
.product-info .info .versions h3{margin:0 0 5px;}
.product-info .info .versions .items{margin:0 -5px;}
.product-info .info .versions .items .version{padding:1px 0;text-align:center;}
.product-info .info .versions .items .version a{display:inline-block;width:40px;height:40px;margin:0 5px;border:1px solid #cfcaca;overflow:hidden;border-radius:4px;}
.product-info .info .versions .items .version a:hover{cursor:pointer;opacity:0.8;}
.product-info .info .versions .items .version.noimg a{background:#f8f8f8 url(/i/common/noimage.png) no-repeat center;background-size:80%;}
.product-info .info .versions .items .version.active{padding:0;}
.product-info .info .versions .items .version.active a{border-color:#97be0d;border-width:2px;}
.product-info .info .versions .slick-track{margin-right:0;}
.product-info .info .versions .slick-prev{width:20px;height:20px;line-height:20px;position:absolute;left:-5px;top:50%;margin-top:-10px;background:rgba(0,0,0,0.2);border-radius:50%;z-index:100;font-size:12px;color:#fff;text-align:center;cursor:pointer;}
.product-info .info .versions .slick-next{width:20px;height:20px;line-height:20px;position:absolute;right:-5px;top:50%;margin-top:-10px;background:rgba(0,0,0,0.2);border-radius:50%;z-index:100;font-size:12px;color:#fff;text-align:center;cursor:pointer;}
.product-info .info .products-set{position:relative;}
.product-info .info .products-set .variant{flex-wrap:wrap;}
.product-info .info .products-set .v-name a{color:inherit;}
.product-info .info .products-set .v-params{width:100%;margin:5px -5px 0;}
.product-info .info .products-set .v-params .param{float:left;width:33.3333%;padding:0 5px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.product-info .info .products-set .v-params .param:first-child{margin-top:0;}
.product-info .info .products-set .v-params .param:last-child{margin-bottom:0;}
.product-info .info .products-set .v-params .param .err{color:#fff;font-size:10px;display:inline-block;margin:2px 0 0;padding:2px 5px;background:#c9202c;}
.product-info .info .products-set .v-params .param.kind-2 .icon{width:40px;height:40px;padding:2px;margin:0 3px 0 0;display:inline-block;border:1px solid #cfcaca;border-radius:5px;transition:300ms all ease;-webkit-transition:300ms all ease;}
.product-info .info .products-set .v-params .param.kind-2 .icon img{border-radius:4px;}
.product-info .info .products-set .v-params .param.kind-2 .icon.active{border-color:#f20000;}
.product-info .info .products-set .v-params .param.kind-2 .icon:hover{cursor:pointer;opacity:0.8;}
.product-info .info .products-set .v-params .param.kind-3 .color{padding:1px;margin:0 3px 0 0;display:inline-block;border:1px solid #cfcaca;border-radius:5px;transition:300ms all ease;-webkit-transition:300ms all ease;}
.product-info .info .products-set .v-params .param.kind-3 .color span{display:block;width:20px;height:20px;border-radius:4px;}
.product-info .info .products-set .v-params .param.kind-3 .color.active{border-color:#f20000;}
.product-info .info .products-set .v-params .param.kind-3 .color:hover{cursor:pointer;opacity:0.6;}
.product-info .info .products-set .v-params .param.kind-v{width:66.6666%;}
.product-info .info .products-set .v-params .param select,.product-info .info .products-set .v-params .param input{width:100%;}
.product-info .info .products-set.loading:before{content:'';position:absolute;left:0;top:0;right:0;bottom:0;z-index:9999999;background:rgba(255,255,255,0.7);}
.product-info .info .product-dimensions{position:relative;margin:20px 0 0;padding:5px 0 0;border-top:1px solid #cfcaca;}
.product-info .info .product-dimensions .dimensions{display:flex;margin:0 -5px;flex-wrap:wrap;}
.product-info .info .product-dimensions .dimensions .dimension{padding:0 5px;width:50%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.product-info .info .product-dimensions .dimensions .dimension .d-label{margin:5px 0;font-weight:bold;}
.product-info .info .product-dimensions .dimensions .dimension .d-hint{font-size:0.75em;color:#a1a1a1;margin:5px 0 10px;}
.product-info .info .product-dimensions.loading:before{content:'';position:absolute;left:0;top:0;right:0;bottom:0;z-index:100;background:rgba(255,255,255,0.7);}
.product-info .info .desc-short{margin:5px 0 0;}
.product-info .info .add2cart{display:flex;justify-content:right;align-items:center;padding-top:15px;margin-top:20px;border-top:1px solid #cfcaca;}
.product-info .info .add2cart input{width:120px;}
.product-info .info .add2cart .count-box{margin:0 5px 0 0;}
.product-info .info .add2cart .unit{color:#a1a1a1;margin:0 10px 0 0;}
.product-info .info .add2cart .button{margin:0;}
.product-info .info .add2cart .notify-add:before{content:'\f05a';font-family:"Font Awesome 5 Pro";font-style:normal;font-variant:normal;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0 7px 0 -5px;font-size:14px;}
.product-info .info .add2cart .shipment{margin-right:auto;}
.product-info .info .add2cart .shipment .label{font-weight:bold;}
.product-info .info .add2wishlist{flex-shrink:0;margin:0 0 0 4px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;text-align:center;cursor:pointer;background:#15437a;border-radius:8px;}
.product-info .info .add2wishlist::before{content:"\f46d";font-family:"Font Awesome 5 Pro";font-style:normal;font-variant:normal;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:300;font-size:1.8rem;line-height:1;color:#fff;}
.product-info .info .add2wishlist.is::before{content:"\f46c";font-weight:bold;}
.product-info .info .add2wishlist:hover{opacity:0.8;}
.product-info .info .stuff{text-align:right;padding-top:15px;margin-top:15px;border-top:1px solid #cfcaca;}
.product-info .info .stuff .button{vertical-align:top;margin:0 0 0 5px;}
.product-info .info .stuff .favorites-add:before{content:'\f005';font-family:"Font Awesome 5 Pro";font-style:normal;font-variant:normal;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:normal;margin:0 7px 0 -5px;}
.product-info .info .stuff .send-to-friend:before{content:'\f0c0';font-family:"Font Awesome 5 Pro";font-style:normal;font-variant:normal;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0 7px 0 -5px;}
.product-info:after{content:'';display:block;clear:both;}
.product-details{display:flex;}
.product-details .product-see{width:294px;flex-shrink:0;padding-right:24px;}
.product-details .product-tabs{width:1%;flex-grow:1;}
.product-details .desc-long:after{content:'';display:block;clear:both;}
.product-details .dicts{width:100%;border-spacing:0;}
.product-details .dicts tr td{padding:12px 8px;border-bottom:1px solid #cfcaca;}
.product-details .dicts tr td.dict{width:40%;}
.product-details .dicts tr td.words{width:60%;font-weight:600;}
.product-details .dicts tr:last-child td{border-bottom:none;}
.product-details .dicts-group .group{margin:15px 0 0;border-bottom:1px solid #cfcaca;}
.product-details .dicts-group .group:first-child{margin-top:0;}
.product-details .dicts-group .group .name{margin:0;padding:0 0 15px;border-bottom:1px solid #cfcaca;}
.product-sets .set{margin:24px 0 0;padding:24px 0 0;display:flex;border-top:1px solid #cfcaca;}
.product-sets .set:first-child{margin-top:0;padding-top:0;border:none;}
.product-sets .set .set-products{flex-grow:1;width:50%;max-width:50%;display:flex;align-items:center;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.product-sets .set .set-products .product{flex:1;padding:0 12px;position:relative;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.product-sets .set .set-products .product::after{content:"\f067";font-family:"Font Awesome 5 Pro";font-style:normal;font-variant:normal;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:normal;font-size:1.2em;color:#a1a1a1;text-align:center;position:absolute;top:50%;right:0;transform:translate(50%,-50%);}
.product-sets .set .set-products .product .image{flex:1;position:relative;display:block;border-radius:8px;overflow:hidden;}
.product-sets .set .set-products .product .image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;transition:300ms opacity ease;-webkit-transition:300ms opacity ease;}
.product-sets .set .set-products .product .image.noimg{background:#f8f8f8;position:relative;}
.product-sets .set .set-products .product .image.noimg:before{content:'\f03e';font-family:"Font Awesome 5 Pro";font-style:normal;font-variant:normal;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#080707;font-size:4em;font-weight:400;opacity:0.1;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);}
.product-sets .set .set-products .product .image:hover img{opacity:0.8;}
.product-sets .set .set-products .product .image::after{content:"";display:block;padding-bottom:76.6%;}
.product-sets .set .set-products .product .image.psq::after{padding-bottom:100%;}
.product-sets .set .set-products .product .image.ph::after{padding-bottom:133.5%;}
.product-sets .set .set-products .product:last-child::after{display:none;}
.product-sets .set .set-info{flex-grow:1;width:50%;max-width:50%;display:flex;flex-direction:column;justify-content:center;font-size:0.9em;text-align:right;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.product-sets .set .set-info .rebate{margin:0 0 0 auto;padding:3px 4px;display:inline-flex;font-size:0.9em;font-weight:600;line-height:1.2;color:#fff;background:#c9202c;border-radius:2px;}
.product-sets .set .set-info .products{margin:auto 0;padding:20px 0;}
.product-sets .set .set-info .products .product{margin:8px 0 0;display:flex;}
.product-sets .set .set-info .products .product:first-child{margin-top:0;}
.product-sets .set .set-info .products .product .name{flex-grow:1;margin:0 16px 0 0;text-align:left;}
.product-sets .set .set-info .products .product .name .count{white-space:nowrap;}
.product-sets .set .set-info .products .product .price{min-width:70px;}
.product-sets .set .set-info .prices{margin:0 0 10px;}
.product-sets .set .set-info .prices .row{margin:2px 0 0;}
.product-sets .set .set-info .prices .row:first-child{margin-top:0;}
.product-sets .set .set-info .prices .row .label{margin:0 8px 0 0;}
.product-sets .set .set-info .prices .row .price-old{display:inline-block;min-width:70px;}
.product-sets .set .set-info .prices .row .price{display:inline-block;min-width:70px;font-size:1.2em;font-weight:bold;}
.product-sets .set .set-info .button{align-self:flex-end;}
.product-attachments{display:flex;flex-wrap:wrap;margin:0 -10px -20px;}
.product-attachments .attachment{width:33.3333%;padding:0 10px 20px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.product-attachments .attachment a{display:block;font-size:0.9em;color:#080707;padding:20px;padding-left:55px;position:relative;overflow:hidden;text-overflow:ellipsis;border:1px solid #cfcaca;border-radius:8px;transition:200ms all ease;-webkit-transition:200ms all ease;}
.product-attachments .attachment a:before{content:'\f56d';font-family:"Font Awesome 5 Pro";font-style:normal;font-variant:normal;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;left:11px;top:8px;font-size:40px;color:#ccc;font-weight:300;}
.product-attachments .attachment a:after{content:'\f019';font-family:"Font Awesome 5 Pro";font-style:normal;font-variant:normal;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#a1a1a1;margin-left:6px;}
.product-attachments .attachment a:hover{text-decoration:none;border-color:rgba(242,0,0,0.5);background:rgba(242,0,0,0.05);}
.product-attachments .attachment.pdf a:before{content:'\f1c1';}
.product-attachments .attachment.zip a:before{content:'\f1c6';}
.product-attachments .attachment.jpg a:before,.product-attachments .attachment.jpeg a:before,.product-attachments .attachment.png a:before,.product-attachments .attachment.gif a:before{content:'\f1c5';}
.product-attachments .attachment.avi a:before,.product-attachments .attachment.mov a:before,.product-attachments .attachment.mp4 a:before,.product-attachments .attachment.mpg a:before,.product-attachments .attachment.mpeg a:before{content:'\f1c8';}
.product-comments{position:relative;}
.product-comments .comments-summary{display:flex;align-items:center;}
.product-comments .comments-summary .rating{flex-shrink:0;width:calc(224px);padding:0 24px 0 0;text-align:center;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.product-comments .comments-summary .rating .vote{font-size:2.2em;font-weight:bold;white-space:nowrap;}
.product-comments .comments-summary .rating .vote span{font-size:0.6em;font-weight:normal;}
.product-comments .comments-summary .rating .stars-panel{font-size:1.2em;margin:12px 0 8px;}
.product-comments .comments-summary .rating .info{font-size:0.9em;color:#a1a1a1;}
.product-comments .comments-summary .chart{flex-grow:1;padding:0 24px 0 0;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.product-comments .comments-summary .chart .chart-line{margin:6px 0;display:flex;align-items:center;}
.product-comments .comments-summary .chart .chart-line:first-child{margin-top:0;}
.product-comments .comments-summary .chart .chart-line:last-child{margin-bottom:0;}
.product-comments .comments-summary .chart .chart-line .vote{display:none;margin:0 0 0 4px;font-size:0.9em;color:#a1a1a1;}
.product-comments .comments-summary .chart .chart-line .line{flex-grow:1;min-width:120px;margin:0 8px;position:relative;height:4px;border-radius:4px;background-color:#f8f8f8;overflow:hidden;}
.product-comments .comments-summary .chart .chart-line .line .line-p{height:100%;background-color:#f20000;}
.product-comments .comments-summary .chart .chart-line .count{font-size:0.9em;}
.product-comments .comments-summary .add{padding:24px;text-align:center;border:1px solid #cfcaca;border-radius:8px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.product-comments .comments-summary .add .info{margin:0 0 16px 0;}
.product-comments .comments-summary .add .info-collect{margin:10px 0 0 0;font-size:0.8em;color:#f20000;cursor:pointer;}
.product-comments .comments-summary .add .info-collect:hover{text-decoration:underline;}
.product-comments .comments-filters{margin:20px 0 0;padding:10px 0;border-top:1px solid #cfcaca;border-bottom:1px solid #cfcaca;}
.product-comments .comments-filters .filters{margin:0 -10px;display:flex;align-items:center;justify-content:space-between;}
.product-comments .comments-filters .filters .filter{padding:0 10px;display:flex;align-items:center;}
.product-comments .comments-filters .filters .filter .label{margin:0 4px 0 0;font-size:0.9em;}
.product-comments .comments-filters .filters .filter .chk{font-size:0.9em;}
.product-comments .comments-filters .filters .filter select,.product-comments .comments-filters .filters .filter input{width:100%;}
.product-comments .comments-filters .filters .filter:last-child{margin-left:auto;}
.product-comments .comments .comment{position:relative;margin:16px 0 0;}
.product-comments .comments .comment:first-child{margin-top:0;}
.product-comments .comments .comment .comment-cnt .author{display:flex;align-items:center;}
.product-comments .comments .comment .comment-cnt .author .avatar{flex-shrink:0;margin:0 12px 0 0;width:40px;height:40px;border-radius:50%;overflow:hidden;}
.product-comments .comments .comment .comment-cnt .author .avatar.noimg{background-color:#f8f8f8;display:flex;align-items:center;justify-content:center;}
.product-comments .comments .comment .comment-cnt .author .avatar.noimg::before{content:"\f007";font-family:"Font Awesome 5 Pro";font-style:normal;font-variant:normal;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:1.6rem;font-weight:700;color:#a1a1a1;}
.product-comments .comments .comment .comment-cnt .author .data{display:flex;flex-wrap:wrap;font-size:0.9em;}
.product-comments .comments .comment .comment-cnt .author .data .nick{margin:0 20px 0 0;font-weight:bold;}
.product-comments .comments .comment .comment-cnt .author .data .date{color:#a1a1a1;}
.product-comments .comments .comment .comment-cnt .info{padding:0 0 0 calc(52px);}
.product-comments .comments .comment .comment-cnt .info .details{margin:-4px 0;display:flex;flex-wrap:wrap;font-size:0.9em;}
.product-comments .comments .comment .comment-cnt .info .details .vote{margin:4px 24px 4px 0;color:#a1a1a1;}
.product-comments .comments .comment .comment-cnt .info .details .confirmed{margin:4px 0;font-weight:600;color:#97be0d;}
.product-comments .comments .comment .comment-cnt .info .details .confirmed::before{content:"\f2f7";font-family:"Font Awesome 5 Pro";font-style:normal;font-variant:normal;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:700;margin:0 5px 0 0;}
.product-comments .comments .comment .comment-cnt .info .details + .comm{margin:16px 0 0;}
.product-comments .comments .comment .comment-cnt .info .pos-neg{margin:12px 0 0;display:flex;}
.product-comments .comments .comment .comment-cnt .info .pos-neg ul{margin:0 48px 0 1em;}
.product-comments .comments .comment .comment-cnt .info .pos-neg ul:last-child{margin-right:0;}
.product-comments .comments .comment .comment-cnt .info .pos-neg ul li{padding:0 0 0 0.5em;}
.product-comments .comments .comment .comment-cnt .info .pos-neg ul li::marker{content:"";font-family:"Font Awesome 5 Pro";font-style:normal;font-variant:normal;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
.product-comments .comments .comment .comment-cnt .info .pos-neg ul li.pos::marker{content:"\f058";color:#97be0d;}
.product-comments .comments .comment .comment-cnt .info .pos-neg ul li.neg::marker{content:"\f056";color:#c9202c;}
.product-comments .comments .comment .comment-cnt .info .action{margin:12px 0 0;display:flex;align-items:center;}
.product-comments .comments .comment .comment-cnt .info .action .reply{font-size:0.85em;color:#a1a1a1;transition:300ms color ease;-webkit-transition:300ms color ease;cursor:pointer;}
.product-comments .comments .comment .comment-cnt .info .action .reply:hover{color:#f20000;}
.product-comments .comments .comment .comment-cnt .info .action .vcm{margin:0 0 0 24px;position:relative;display:flex;align-items:center;font-size:0.9em;color:#a1a1a1;}
.product-comments .comments .comment .comment-cnt .info .action .vcm .vc{margin:0 0 0 16px;cursor:pointer;}
.product-comments .comments .comment .comment-cnt .info .action .vcm .vc:first-child{margin-left:0;}
.product-comments .comments .comment .comment-cnt .info .action .vcm .vc::before{content:"";font-family:"Font Awesome 5 Pro";font-style:normal;font-variant:normal;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:400;margin:0 3px 0 0;position:relative;transition:300ms color ease;-webkit-transition:300ms color ease;}
.product-comments .comments .comment .comment-cnt .info .action .vcm .vc.vp::before{content:"\f164";}
.product-comments .comments .comment .comment-cnt .info .action .vcm .vc.vp.set::before,.product-comments .comments .comment .comment-cnt .info .action .vcm .vc.vp:hover::before{color:#97be0d;}
.product-comments .comments .comment .comment-cnt .info .action .vcm .vc.vm::before{content:"\f165";top:1px;}
.product-comments .comments .comment .comment-cnt .info .action .vcm .vc.vm.set::before,.product-comments .comments .comment .comment-cnt .info .action .vcm .vc.vm:hover::before{color:#c9202c;}
.product-comments .comments .comment .comment-cnt .info .action .vcm .pop-pop{white-space:nowrap;}
.product-comments .comments .comment .comment-cnt .info .answers{margin:24px 0 0;}
.product-comments .comments .comment.lvl-0{margin:0;padding:24px 0;border-bottom:1px solid #cfcaca;}
.product-comments .comments .comment.lvl-0:last-child{padding-bottom:0;border-bottom:none;}
.product-comments .comments .comment.loading .comment-cnt{opacity:0.5;transition:300ms opacity ease;-webkit-transition:300ms opacity ease;}
.product-comments.loading{min-height:100px;}
.product-comments.loading::before{content:'';position:absolute;left:0;right:0;top:0;bottom:0;z-index:100;background:rgba(255,255,255,0.6);}
@media screen and (max-width: 1280px){.product-info .gallery{width:300px !important;}
.product-info .info .name{font-size:2.2em;}
.product-info .info .add2cart{flex-wrap:wrap;justify-content:flex-start;}
.product-info .info .add2cart .shipment{width:100%;margin:0 0 15px;}
.product-info .info .add2cart .shipment div{display:inline;}
.product-info .info .add2cart .button{flex-grow:1;}
.product-details .product-see{width:230px;padding-right:20px;}
.product-comments .comments-summary .rating{width:calc(204px);}
.product-comments .comments-summary .add{padding:16px;}
.product-comments .comments .comment.lvl-0{padding:16px 0;}
}
@media screen and (max-width: 1000px){.product-info .gallery{width:220px !important;}
.product-info .info .product-dimensions .dimensions .dimension{width:100%;margin-bottom:10px;}
.product-details .product-see{display:none;}
}
@media screen and (max-width: 740px){.product-info{display:block;}
.product-info .gallery{width:auto !important;}
.product-info .info{padding:30px 0 0;width:auto;}
.product-info .info .add2cart .count-box{display:inline-block;}
.product-info .info .add2cart .unit{display:inline;}
.product-comments .comments-summary{flex-wrap:wrap;}
.product-comments .comments-summary .rating{width:45%;padding:0 10px 0 0;}
.product-comments .comments-summary .chart{width:55%;padding:0 0 0 10px;}
.product-comments .comments-summary .chart .chart-line .line{min-width:0;}
.product-comments .comments-summary .add{width:100%;margin:16px 0 0;}
.product-comments .comments-filters{padding:16px 0;}
.product-comments .comments-filters .filters{margin:0;flex-wrap:wrap;}
.product-comments .comments-filters .filters .filter{margin:0 0 16px 0;padding:0;display:block;width:100%;}
.product-comments .comments-filters .filters .filter:last-child{margin:0;}
.product-comments .comments-filters .filters .filter .label{display:none;}
.product-sets .set{display:block;}
.product-sets .set .set-products{width:100%;max-width:100%;}
.product-sets .set .set-products .product:last-child{padding-right:0;}
.product-sets .set .set-info{width:100%;max-width:100%;margin:16px 0 0;}
.product-attachments .attachment{width:50%;}
}
@media screen and (max-width: 540px){.product-info .info .name{text-align:center;}
.product-info .info .info-top{flex-direction:column;align-items:center;}
.product-info .info .info-top .comments{margin:15px 0 0;}
.product-info .info .info-panel{display:block;}
.product-info .info .info-panel .info-left{text-align:center;width:auto;}
.product-info .info .info-panel .info-right{width:auto;padding:15px 0 0;text-align:center;}
.product-info .info .details{justify-content:center;margin:0 auto 10px;}
.product-info .info .details .item .label{text-align:right;}
.product-info .info .details .item .value{text-align:left;}
.product-info .info .add2cart{justify-content:center;flex-wrap:wrap;}
.product-info .info .add2cart .shipment{width:100%;text-align:center;margin:0 0 15px;}
.product-info .info .add2cart .shipment div{display:inline;}
.product-info .info .add2cart .count-box input{height:36px;}
.product-info .info .stuff{text-align:center;}
.product-info .info .stuff .button{margin:5px;}
.product-info .info .versions .slick-track{margin-right:auto;}
.product-info .info .product-dimensions .dimensions .dimension{width:50%;margin-bottom:0;}
.product-info .info .accessories .h5{text-align:center;}
.product-info .info .variants .items .variant{flex-wrap:wrap;}
.product-info .info .variants .items .variant .item.v-name{width:80%;padding:0 0 6px;}
.product-info .info .variants .items .variant .item.v-price{text-align:left;}
.product-info .info .variants .items .variant .item.v-buy{margin-left:auto;}
.product-comments .comments-summary .rating{width:50%;}
.product-comments .comments-summary .rating .stars-panel{margin:8px 0 6px;}
.product-comments .comments-summary .chart{width:50%;}
.product-comments .comments-summary .chart .chart-line{margin:4px 0;}
.product-comments .comments-summary .chart .chart-line .stars-panel .star{display:none;color:#f5b305;}
.product-comments .comments-summary .chart .chart-line .stars-panel .star:first-child{display:inline-block;}
.product-comments .comments-summary .chart .chart-line .stars-panel .star::before{font-weight:700;}
.product-comments .comments-summary .chart .chart-line .stars-panel .progress{display:none;}
.product-comments .comments-summary .chart .chart-line .vote{display:block;}
.product-comments .comments-summary .add{padding:0;border:none;border-radius:0;}
.product-comments .comments-summary .add .info{display:none;}
.product-comments .comments-summary .add .button{width:100%;}
.product-comments .comments .comment .comment-cnt .author .avatar{width:36px;height:36px;}
.product-comments .comments .comment .comment-cnt .author .data{flex-direction:column;}
.product-comments .comments .comment .comment-cnt .author .data .date{font-size:0.9em;}
.product-comments .comments .comment .comment-cnt .info{margin:12px 0 0;padding:0;}
.product-comments .comments .comment .comment-cnt .info .details .vote{margin:4px 16px 4px 0;}
.product-comments .comments .comment .comment-cnt .info .answers{margin:24px 0 0 24px;}
.product-sets .set .set-info .button{display:flex;width:100%;}
.product-attachments{margin-bottom:-10px;}
.product-attachments .attachment{width:100%;padding-bottom:10px;}
}
@media screen and (max-width: 480px){.product-info .info .add2cart .count-box{display:block;flex-grow:1;margin:0 0 10px;}
.product-info .info .add2cart .count-box input{width:100%;}
.product-info .info .add2cart .unit{margin:0 10px 10px;}
.product-info .info .add2cart .button{display:flex;flex-grow:1;}
}
@media screen and (max-width: 400px){.product-info .info .product-dimensions .dimensions .dimension{width:100%;margin-bottom:10px;}
}
