@font-face{font-family:"Arvo";font-style:normal;font-weight:700;src:local(""),url("/static/fonts/arvo-v20-latin-700.woff2") format("woff2")}/*! =========================================================
 * bootstrap-slider.js
 *
 * Maintainers:
 *		Kyle Kemp
 *			- Twitter: @seiyria
 *			- Github:  seiyria
 *		Rohit Kalkur
 *			- Twitter: @Rovolutionary
 *			- Github:  rovolution
 *
 * =========================================================
 *
 * bootstrap-slider is released under the MIT License
 * Copyright (c) 2017 Kyle Kemp, Rohit Kalkur, and contributors
 * 
 * Permission is hereby granted, free of charge, to any person
 * obtaining a copy of this software and associated documentation
 * files (the "Software"), to deal in the Software without
 * restriction, including without limitation the rights to use,
 * copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the
 * Software is furnished to do so, subject to the following
 * conditions:
 * 
 * The above copyright notice and this permission notice shall be
 * included in all copies or substantial portions of the Software.
 * 
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 * OTHER DEALINGS IN THE SOFTWARE.
 *
 * ========================================================= */.slider{display:inline-block;vertical-align:middle;position:relative}.slider.slider-horizontal{width:210px;height:20px}.slider.slider-horizontal .slider-track{height:10px;width:100%;margin-top:-5px;top:50%;left:0}.slider.slider-horizontal .slider-selection,.slider.slider-horizontal .slider-track-low,.slider.slider-horizontal .slider-track-high{height:100%;top:0;bottom:0}.slider.slider-horizontal .slider-tick,.slider.slider-horizontal .slider-handle{margin-left:-10px}.slider.slider-horizontal .slider-tick.triangle,.slider.slider-horizontal .slider-handle.triangle{position:relative;top:50%;transform:translateY(-50%);border-width:0 10px 10px 10px;width:0;height:0;border-bottom-color:#036fa5;margin-top:0}.slider.slider-horizontal .slider-tick-container{white-space:nowrap;position:absolute;top:0;left:0;width:100%}.slider.slider-horizontal .slider-tick-label-container{white-space:nowrap;margin-top:20px}.slider.slider-horizontal .slider-tick-label-container .slider-tick-label{display:inline-block;padding-top:24px;text-align:center}.slider.slider-horizontal.slider-rtl .slider-track{left:initial;right:0}.slider.slider-horizontal.slider-rtl .slider-tick,.slider.slider-horizontal.slider-rtl .slider-handle{margin-left:initial;margin-right:-10px}.slider.slider-horizontal.slider-rtl .slider-tick-container{left:initial;right:0}.slider.slider-vertical{height:210px;width:20px}.slider.slider-vertical .slider-track{width:10px;height:100%;left:25%;top:0}.slider.slider-vertical .slider-selection{width:100%;left:0;top:0;bottom:0}.slider.slider-vertical .slider-track-low,.slider.slider-vertical .slider-track-high{width:100%;left:0;right:0}.slider.slider-vertical .slider-tick,.slider.slider-vertical .slider-handle{margin-top:-10px}.slider.slider-vertical .slider-tick.triangle,.slider.slider-vertical .slider-handle.triangle{border-width:10px 0 10px 10px;width:1px;height:1px;border-left-color:#036fa5;margin-left:0}.slider.slider-vertical .slider-tick-label-container{white-space:nowrap}.slider.slider-vertical .slider-tick-label-container .slider-tick-label{padding-left:4px}.slider.slider-vertical.slider-rtl .slider-track{left:initial;right:25%}.slider.slider-vertical.slider-rtl .slider-selection{left:initial;right:0}.slider.slider-vertical.slider-rtl .slider-tick.triangle,.slider.slider-vertical.slider-rtl .slider-handle.triangle{border-width:10px 10px 10px 0}.slider.slider-vertical.slider-rtl .slider-tick-label-container .slider-tick-label{padding-left:initial;padding-right:4px}.slider.slider-disabled .slider-handle{background-color:#cfcfcf;background-image:-moz-linear-gradient(top, #DFDFDF, #BEBEBE);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#DFDFDF), to(#BEBEBE));background-image:-webkit-linear-gradient(top, #DFDFDF, #BEBEBE);background-image:-o-linear-gradient(top, #DFDFDF, #BEBEBE);background-image:linear-gradient(to bottom, #DFDFDF, #BEBEBE);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#DFDFDF", endColorstr="#BEBEBE",GradientType=0)}.slider.slider-disabled .slider-track{background-color:#e7e7e7;background-image:-moz-linear-gradient(top, #E5E5E5, #E9E9E9);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#E5E5E5), to(#E9E9E9));background-image:-webkit-linear-gradient(top, #E5E5E5, #E9E9E9);background-image:-o-linear-gradient(top, #E5E5E5, #E9E9E9);background-image:linear-gradient(to bottom, #E5E5E5, #E9E9E9);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#E5E5E5", endColorstr="#E9E9E9",GradientType=0);cursor:not-allowed}.slider input{display:none}.slider .tooltip-inner{white-space:nowrap;max-width:none}.slider .tooltip.top{margin-top:-36px}.slider .tooltip-inner{white-space:nowrap;max-width:none}.slider .hide{display:none}.slider-track{background-color:#f7f7f7;background-image:-moz-linear-gradient(top, #F5F5F5, #F9F9F9);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#F5F5F5), to(#F9F9F9));background-image:-webkit-linear-gradient(top, #F5F5F5, #F9F9F9);background-image:-o-linear-gradient(top, #F5F5F5, #F9F9F9);background-image:linear-gradient(to bottom, #F5F5F5, #F9F9F9);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#F5F5F5", endColorstr="#F9F9F9",GradientType=0);-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;position:absolute;cursor:pointer}.slider-selection{background-color:#f7f7f7;background-image:-moz-linear-gradient(top, #F9F9F9, #F5F5F5);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#F9F9F9), to(#F5F5F5));background-image:-webkit-linear-gradient(top, #F9F9F9, #F5F5F5);background-image:-o-linear-gradient(top, #F9F9F9, #F5F5F5);background-image:linear-gradient(to bottom, #F9F9F9, #F5F5F5);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#F9F9F9", endColorstr="#F5F5F5",GradientType=0);-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-moz-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;position:absolute}.slider-selection.tick-slider-selection{background-color:#46c1fe;background-image:-moz-linear-gradient(top, #52c5ff, #3abcfd);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#52c5ff), to(#3abcfd));background-image:-webkit-linear-gradient(top, #52c5ff, #3abcfd);background-image:-o-linear-gradient(top, #52c5ff, #3abcfd);background-image:linear-gradient(to bottom, #52c5ff, #3abcfd);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#52c5ff", endColorstr="#3abcfd",GradientType=0)}.slider-track-low,.slider-track-high{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;position:absolute;background:transparent}.slider-handle{background-color:#0478b2;background-image:-moz-linear-gradient(top, #0480BE, #036fa5);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#0480BE), to(#036fa5));background-image:-webkit-linear-gradient(top, #0480BE, #036fa5);background-image:-o-linear-gradient(top, #0480BE, #036fa5);background-image:linear-gradient(to bottom, #0480BE, #036fa5);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#0480BE", endColorstr="#036fa5",GradientType=0);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);position:absolute;top:0;width:20px;height:20px;background-color:#0480be;border:0px solid transparent}.slider-handle.round{-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px}.slider-handle.triangle{background:transparent none}.slider-handle.custom{background:transparent none}.slider-handle.custom::before{line-height:20px;font-size:20px;content:"★";color:#726204}.slider-tick{background-color:#f7f7f7;background-image:-moz-linear-gradient(top, #F5F5F5, #F9F9F9);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#F5F5F5), to(#F9F9F9));background-image:-webkit-linear-gradient(top, #F5F5F5, #F9F9F9);background-image:-o-linear-gradient(top, #F5F5F5, #F9F9F9);background-image:linear-gradient(to bottom, #F5F5F5, #F9F9F9);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#F5F5F5", endColorstr="#F9F9F9",GradientType=0);-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-moz-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:absolute;width:20px;height:20px;filter:none;opacity:.8;border:0px solid transparent}.slider-tick.round{border-radius:50%}.slider-tick.triangle{background:transparent none}.slider-tick.custom{background:transparent none}.slider-tick.custom::before{line-height:20px;font-size:20px;content:"★";color:#726204}.slider-tick.in-selection{background-color:#46c1fe;background-image:-moz-linear-gradient(top, #52c5ff, #3abcfd);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#52c5ff), to(#3abcfd));background-image:-webkit-linear-gradient(top, #52c5ff, #3abcfd);background-image:-o-linear-gradient(top, #52c5ff, #3abcfd);background-image:linear-gradient(to bottom, #52c5ff, #3abcfd);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#52c5ff", endColorstr="#3abcfd",GradientType=0);opacity:1}.box-btn{height:50px;border-radius:25px;background-color:#e96d60;background-color:var(--primary-bnt-color, var(--primary-brand-color, #e96d60));color:#fff;box-shadow:0 10px 20px 0 #e96d60;box-shadow:0 10px 20px 0 var(--primary-bnt-color, var(--primary-brand-color, #e96d60));transition:all .35s ease-in-out;text-transform:none;font-family:"Roboto Slab",serif;font-size:20px;font-weight:bold;line-height:18px;letter-spacing:normal;border:1px solid #e96d60;border:1px solid var(--primary-bnt-color, var(--primary-brand-color, #e96d60))}.box-btn.btn-block{display:block;width:100%}.box-btn svg{fill:currentColor;margin-right:15px}.box-btn:hover{background-color:#e96d60;background-color:var(--primary-btn-darken, #e6584a);box-shadow:0 10px 25px 0 #e96d60;box-shadow:0 10px 25px 0 var(--primary-bnt-color, var(--primary-brand-color, #e96d60));color:#fff;outline:none}.box-btn:focus,.box-btn:active{box-shadow:0 0 25px 3px #e96d60;box-shadow:0 0 25px 3px var(--primary-bnt-color, var(--primary-brand-color, #e96d60));outline:none}.box-btn.box-red-btn{background-color:#e96d60;box-shadow:7px 7px 20px 0 rgba(232,108,95,.6);border-color:#e96d60}.box-btn.box-red-btn:hover{background-color:#e6584a;border-color:#e6584a;box-shadow:-6px 8px 20px 0 rgba(232,108,95,.6)}.box-btn.box-red-btn:focus{box-shadow:-6px 8px 20px 0 rgba(232,108,95,.6)}.box-btn.box-green-btn{display:inline-flex;align-items:center;justify-content:center;background-color:#27b34b;box-shadow:7px 7px 20px 0 rgba(39,179,75,.6);border-color:#27b34b}.box-btn.box-green-btn:hover{background-color:#229e42;border-color:#229e42;box-shadow:-6px 8px 20px 0 rgba(39,179,75,.6)}.box-btn.box-green-btn:focus{box-shadow:-6px 8px 20px 0 rgba(39,179,75,.6)}.box-btn.btn-white{color:#000;background-color:#e9e6d4;border-color:#e9e6d4;box-shadow:7px 7px 20px 0 rgba(201,198,181,.6);max-width:100%}.box-btn.btn-white:hover{background-color:#e0dcc3;border-color:#e0dcc3;box-shadow:-6px 8px 20px 0 rgba(201,198,181,.6)}.box-btn.btn-white:focus{box-shadow:-6px 8px 20px 0 rgba(201,198,181,.6)}.box-btn:disabled,.box-btn.disabled{background-color:#b0b9bb !important;box-shadow:0 10px 20px 0px rgba(176,185,187,.6) !important;border-color:#a2adaf !important}a.btn:hover{text-decoration:none}label.chfp-radio{position:relative;cursor:pointer;user-select:none}label.chfp-radio .radio-marker{display:flex;width:20px;height:20px;border-radius:50%;align-items:center;justify-content:center;background-color:#fff;box-sizing:border-box;border:1px solid #dfdfdf}label.chfp-radio .radio-marker::after{content:"";display:block;width:7px;height:7px;border-radius:50%;background-color:#fff;transition:background-color .3s ease}label.chfp-radio input[type=radio]{position:absolute;opacity:0;z-index:-1}label.chfp-radio input[type=radio]:checked+.radio-marker::after{background-color:#b0b9bb}label.chfp-radio.radio-green-type .radio-marker{width:24px;height:24px}label.chfp-radio.radio-green-type .radio-marker::after{content:"";display:block;width:14px;height:14px;border-radius:50%;background-color:#fff;transition:background-color .3s ease}label.chfp-radio.radio-green-type input[type=radio]:checked+.radio-marker::after{background-color:#27b34b}label.chfp-checkbox{display:flex;align-items:flex-start;position:relative;cursor:pointer;user-select:none;margin-bottom:0}label.chfp-checkbox .checkbox-marker{display:flex;flex-shrink:0;width:24px;height:24px;border-radius:2px;align-items:center;justify-content:center;background-color:#fff;box-sizing:border-box;border:2px solid #707174;margin-right:15px}label.chfp-checkbox .checkbox-marker svg.check-svg{width:24px;height:24px;fill:#fff;transition:fill .3s ease}label.chfp-checkbox input[type=checkbox]{position:absolute;opacity:0;z-index:-1}label.chfp-checkbox input[type=checkbox]:checked+.checkbox-marker svg.check-svg{fill:#e96d60;fill:var(--primary-brand-color, #e96d60)}label.chfp-radio.img-radio .radio-marker{display:block;width:26px;height:22px;border-radius:0;background-color:transparent;border:none}label.chfp-radio.img-radio .radio-marker.pet-icon-no{background:url(/static/v2widget/img/chk-happy.png) center center/contain no-repeat}label.chfp-radio.img-radio .radio-marker.pet-icon-ja{background:url(/static/v2widget/img/chk-unhappy.png) center center/contain no-repeat}label.chfp-radio.img-radio .radio-marker::after{display:none}label.chfp-radio.img-radio input[type=radio]{position:absolute;opacity:0;z-index:-1}label.chfp-radio.img-radio input[type=radio]:checked+.radio-marker.pet-icon-no{background:url(/static/v2widget/img/chk-happy-active.png) center center/contain no-repeat}label.chfp-radio.img-radio input[type=radio]:checked+.radio-marker.pet-icon-ja{background:url(/static/v2widget/img/chk-unhappy-active.png) center center/contain no-repeat}ul.futtercheck-progress{list-style:none;display:flex;flex-direction:row-reverse;max-width:420px;margin:0 auto;padding:0 30px;color:#fff}ul.futtercheck-progress>li{margin:0;padding:0;color:#fff;position:relative;display:flex;align-items:center;height:30px}ul.futtercheck-progress>li::before{content:"";display:block;height:2px;width:100%;background-color:#b0b9bb}ul.futtercheck-progress>li>span{position:absolute;top:0;right:0;display:flex;align-items:center;justify-content:center;flex:0 0 30px;width:30px;height:30px;background-color:#b0b9bb;border-radius:50%;z-index:2}ul.futtercheck-progress>li>span svg{fill:currentColor}ul.futtercheck-progress>li>span svg.check-svg{display:none}ul.futtercheck-progress>li>span .caption{position:absolute;display:none;white-space:nowrap;overflow:visible;bottom:-20px;font-size:11px;line-height:14px;left:50%;font-weight:bold;color:#000;transform:translateX(-50%)}@media(min-width: 576px){ul.futtercheck-progress>li>span .caption{display:inline-block}}ul.futtercheck-progress>li:last-child{flex:0 0 30px}ul.futtercheck-progress>li:not(:last-child){flex:1 0 30px}ul.futtercheck-progress>li.active>span{background-color:#e96d60;background-color:var(--indicator-active-color, var(--primary-brand-color, #e96d60))}ul.futtercheck-progress>li.active::before{background-color:#e96d60;background-color:var(--indicator-active-color, var(--primary-brand-color, #e96d60))}ul.futtercheck-progress>li.active~li>span{background-color:#e96d60;background-color:var(--indicator-active-color, var(--primary-brand-color, #e96d60))}ul.futtercheck-progress>li.active~li>span span.step-indicator{display:none}ul.futtercheck-progress>li.active~li>span svg.check-svg{display:block;width:24px;height:auto}ul.futtercheck-progress>li.active~li::before{background-color:#e96d60;background-color:var(--indicator-active-color, var(--primary-brand-color, #e96d60))}@media(min-width: 576px){ul.futtercheck-progress{padding:0 30px 20px}}.box-date-container{max-width:280px;margin:0 auto;display:flex;justify-content:space-between}.box-date-container>.form-group{display:flex;flex-flow:column;align-items:center;width:75px}.box-date-container>.form-group>label{margin-bottom:12px !important}.box-date-container>.form-group>input{padding:10px 15px;text-align:center}.box-date-container>.form-group>input[type=number]::-webkit-inner-spin-button,.box-date-container>.form-group>input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.box-date-container>.form-group.month-drop{width:120px}.range-select-wrapper{display:block;position:relative;user-select:none}.range-select-wrapper input[type=range]{position:absolute;opacity:0;z-index:-1}ul.range-select-tr{display:inline-flex;gap:0 1px;align-items:flex-end;flex-direction:row-reverse;width:100%;height:30px;margin:0;padding:0}ul.range-select-tr>li{flex:1 1 20%;display:flex;height:100%}ul.range-select-tr>li:hover{cursor:pointer}ul.range-select-tr>li:hover svg use,ul.range-select-tr>li:hover~li svg use{fill:#f8d4d0;fill:var(--primary-slider-hover-color, #f8d4d0)}ul.range-select-tr>li.selected svg use,ul.range-select-tr>li.selected~li svg use{fill:#e96d60 !important;fill:var(--primary-brand-color, #e96d60) !important}ul.range-select-tr>li svg{width:100%}ul.range-select-tr>li svg use{fill:#eaeaea}@media(min-width: 768px){ul.range-select-tr{height:26px}}ul.range-star,ul.range-select-t2{display:inline-flex;align-items:flex-end;flex-direction:row-reverse;width:100%;padding:0}ul.range-star>li,ul.range-select-t2>li{flex:1 1 20%;display:flex;height:100%;color:#c7c7c7}ul.range-star>li:hover,ul.range-select-t2>li:hover{cursor:pointer}ul.range-star>li:hover,ul.range-select-t2>li:hover,ul.range-star>li:hover~li,ul.range-select-t2>li:hover~li{color:#f8d4d0;color:var(--primary-slider-hover-color, #f8d4d0)}ul.range-star>li.selected,ul.range-select-t2>li.selected,ul.range-star>li.selected~li,ul.range-select-t2>li.selected~li{color:#e96d60;color:var(--primary-brand-color, #e96d60) !important}ul.range-select-t2{height:10px;border-radius:5px;box-shadow:inset -1px 1px 2px 1px rgba(176,185,187,.5);background-color:#eaeaea;margin:0;overflow:hidden}ul.range-select-t2>li:not(:last-child){position:relative;border-left:1px solid #d4d0bf}ul.range-select-t2>li:hover{cursor:pointer}ul.range-select-t2>li:hover,ul.range-select-t2>li:hover~li:not(.selected){box-shadow:inset 0 1px 1px 0 rgba(0,0,0,.3);background-color:#f8d4d0;background-color:var(--primary-slider-hover-color, #f8d4d0)}ul.range-select-t2>li:hover:not(:last-child),ul.range-select-t2>li:hover~li:not(.selected):not(:last-child){border-color:#ec9b9b}ul.range-select-t2>li.selected,ul.range-select-t2>li.selected~li{box-shadow:inset 0 1px 1px 0 rgba(0,0,0,.3);background-color:#e96d60;background-color:var(--primary-brand-color, #e96d60)}ul.range-select-t2>li.selected:not(:last-child),ul.range-select-t2>li.selected~li:not(:last-child){border-color:#d86559 !important}ul.range-star{margin:0;justify-content:space-between}ul.range-star>li{flex:0 0 18px;font-size:18px;width:auto}ul.range-star>li.icon-star::before{content:"";font-family:"futterpedia_iconfont";font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1}.markers{display:flex}.markers small.range-select-marker{display:inline-block;text-align:center;font-size:14px;flex:1 1 60px}.range-select-ad-marker{font-size:14px;display:flex;align-items:center}.range-select-ad-marker>i{width:24px;height:24px}.range-select-ad-marker>i.pet-icon-no{background:url(/static/bewerten/img/sad-pet.png) center center/contain no-repeat;margin-right:10px}.range-select-ad-marker>i.pet-icon-ja{background:url(/static/bewerten/img/happy-pet.png) center center/contain no-repeat;margin-left:10px}.chfp-range-slider .slider{width:100%}.chfp-range-slider .slider .slider-track{height:10px;border-radius:5px;background-image:none}.chfp-range-slider .slider .slider-track .slider-selection{background-color:var(--primary-brand-color, #e96d60);background-image:none;border-top-left-radius:5px;border-bottom-left-radius:5px;border-top-right-radius:0;border-bottom-right-radius:0;box-shadow:inset 0 2px 1px 0 rgba(0,0,0,.3)}.chfp-range-slider .slider .slider-handle{opacity:0}.chfp-range-slider .slider .tooltip.tooltip-main{opacity:1 !important;margin-left:-23px !important;cursor:pointer}.chfp-range-slider .slider .tooltip.tooltip-main .tooltip-inner{width:46px;height:39px;border-radius:0;padding:8px;font-size:14px;line-height:18px;font-family:"Roboto Slab",serif;background:url(/static/img/weight-thumb.svg) center center no-repeat}.chfp-range-slider+small{display:block;text-align:right}.chfp-range-slider input[type=range]{-webkit-appearance:none;appearance:none;margin:18px 0;background:transparent;width:100%;overflow:visible}.chfp-range-slider input[type=range]:focus{outline:none}.chfp-range-slider input[type=range]::-webkit-slider-runnable-track{background-image:none;background-color:#e4e7ec;border-radius:4px;height:8px;width:100%;cursor:pointer;animation-duration:.2s}.chfp-range-slider input[type=range]::-webkit-slider-thumb{display:block;height:24px;width:24px;border:none;border:1px solid var(--gray-25, #F9FAFB);border-radius:50%;box-shadow:none;filter:drop-shadow(0px 2px 4px rgba(16, 24, 40, 0.06)) drop-shadow(0px 4px 8px rgba(16, 24, 40, 0.1));background-color:var(--primary-brand-color, #e96d60);cursor:pointer;-webkit-appearance:none;margin-top:-7px}.chfp-range-slider input[type=range]::-moz-range-track{background-color:#e4e7ec;border-radius:4px;height:8px;width:100%;cursor:pointer;animation-duration:.2s}.chfp-range-slider input[type=range]::-moz-range-thumb{display:block;height:24px;width:24px;border:none;border:1px solid var(--gray-25, #F9FAFB);border-radius:50%;box-shadow:none;filter:drop-shadow(0px 2px 4px rgba(16, 24, 40, 0.06)) drop-shadow(0px 4px 8px rgba(16, 24, 40, 0.1));background-color:var(--primary-brand-color, #e96d60);cursor:pointer;margin-top:-5px}.chfp-range-slider input[type=range]::-ms-track{background-color:#e4e7ec;border-radius:4px;height:8px;width:100%;cursor:pointer;animation-duration:.2s}.chfp-range-slider input[type=range]::-ms-thumb{display:block;height:24px;width:24px;border:none;border:1px solid var(--gray-25, #F9FAFB);border-radius:50%;box-shadow:none;filter:drop-shadow(0px 2px 4px rgba(16, 24, 40, 0.06)) drop-shadow(0px 4px 8px rgba(16, 24, 40, 0.1));background-color:var(--primary-brand-color, #e96d60);cursor:pointer;margin-top:-5px}.chfp-range-slider input[type=range]::-moz-range-progress{background-color:var(--primary-brand-color, #e96d60);border-top-left-radius:4px;border-bottom-left-radius:4px;height:8px}.chfp-range-slider input[type=range]::-ms-fill-lower{height:8px;background-color:var(--primary-brand-color, #e96d60)}.breed-box .step-footer .content,.breed-box .step-main-content,.breed-box .box-header .box-header-container{padding:20px 25px}@media(min-width: 576px){.breed-box .step-footer .content,.breed-box .step-main-content,.breed-box .box-header .box-header-container{padding:40px 60px}}.breed-box{margin:7px;width:calc(100% - 14px);padding:0;position:relative;font-size:14px;font-family:"Roboto",sans-serif;box-sizing:border-box;max-width:600px;color:var(--Gray-900, #101828)}.breed-box figure{margin:0}.breed-box::before{content:"";display:block;position:absolute;top:-7px;right:-6px;width:75px;height:75px;background:url("/static/v2widget/img/sale-tag.png") center center/contain no-repeat;z-index:2}.breed-box .box-content{background-color:#f9fafb;border:1px solid #bcc1c3;border-radius:.715em;box-shadow:0 15px 50px 1px rgba(0,0,0,.1)}.breed-box .box-header{z-index:1;position:relative}.breed-box .box-header:before{content:"";position:absolute;bottom:0;left:0;right:0;height:30px;background:#fff;overflow:hidden;z-index:2}.breed-box .box-header:after{content:"";position:absolute;bottom:0;left:0;right:0;height:5px;z-index:1;display:block;box-shadow:0 0 10px rgba(0,0,0,.1)}.breed-box .box-header .box-header-container{background:#fff;border-top-left-radius:.715em;border-top-right-radius:.715em;overflow:hidden}.breed-box h1,.breed-box h2{font-family:"Roboto Slab",serif;font-size:2em;margin-top:10px;margin-bottom:40px}.breed-box h2{font-weight:normal}.breed-box h2.thanks-title,.breed-box h3,.breed-box legend{font-family:"Roboto Slab",serif;font-weight:normal;font-size:20px;margin:0 0 30px 0}.breed-box h4.box-table-title{text-align:left;font-size:18px;font-family:"Roboto",sans-serif}.breed-box p{font-family:"Roboto",sans-serif;color:var(--Gray-900, #101828);font-size:16px;margin:0 0 30px 0}.breed-box p.no-mb{margin-bottom:0}.breed-box p em{color:#e96d60;color:var(--primary-brand-color, #e96d60);font-style:inherit}.breed-box p.em{font-style:italic}.breed-box em{font-style:normal;color:#e96d60;color:var(--primary-brand-color, #e96d60)}.breed-box small.box-availability-note{display:block;position:relative;top:10px;font-size:13px;color:#5d5d5d;margin-left:auto;text-align:right;z-index:2}@media(min-width: 768px){.breed-box small.box-availability-note{top:20px}}.breed-box .step-footer::before{content:"";display:block;width:100%;height:1px;background:repeating-linear-gradient(to left, transparent 0 3px, #bcc1c3 0px 10px)}.breed-box .step-footer .content .btn{min-width:220px;margin-bottom:10px}.breed-box .fcp-check-list .check-item-success>span,.breed-box .fcp-check-list .check-item-reject>span{padding:0 0 0 20px;color:var(--Gray-900, #101828);flex:1 1 80%;display:block}.breed-box .fcp-check-list .check-item-success::before,.breed-box .fcp-check-list .check-item-reject::before{width:24px;height:24px;flex-basis:24px}.breed-box figure.price-fig{margin:0 auto}.breed-box figure.price-fig figcaption{display:flex;justify-content:center;align-items:center;padding-left:0;font-family:"Arvo","Open Sans",serif}.breed-box .box-button-container{margin-top:30px;margin-bottom:20px}@media(min-width: 768px){.breed-box .box-button-container{margin-top:40px;margin-botton:0}}.breed-box .premium-img{max-width:350px;margin:0 auto}.breed-box .premium-img.default{margin-top:-55px !important}.breed-box .step-set-container{padding:0;margin:0}.breed-box .mb-20{margin-bottom:20px !important}.breed-box .mt-20{margin-top:20px !important}.breed-box .pt-10{padding-top:10px !important}.breed-box .pt-0{padding-top:0 !important}.breed-box span[data-model=petname]{text-transform:capitalize}.breed-box .capitalize{text-transform:capitalize}.breed-box aside.step-indicator-container{padding:30px;background-color:#fff;overflow:hidden;border-top-right-radius:.715em;border-top-left-radius:.715em;box-shadow:0px 4px 8px -2px rgba(16,24,40,.1),0px 2px 4px -2px rgba(16,24,40,.06);z-index:1}.breed-box legend{margin-bottom:45px}.breed-box label,.breed-box output{font-size:14px;font-family:"Roboto",sans-serif;margin:0;padding:0;text-align:left}.breed-box .form-group{margin-bottom:35px}.breed-box .form-control{box-sizing:border-box}.breed-box input.form-control,.breed-box textarea.form-control,.breed-box select.form-control{height:45px;border:1px solid #dfdfdf;border-radius:22px;font-family:"Roboto",sans-serif;font-size:16px;font-weight:500;color:#000}.breed-box input.form-control[type=number],.breed-box textarea.form-control[type=number],.breed-box select.form-control[type=number]{-moz-appearance:textfield}.breed-box input.form-control::placeholder,.breed-box textarea.form-control::placeholder,.breed-box select.form-control::placeholder{font-style:italic;font-weight:400;color:#777;text-transform:none}.breed-box input.form-control:-ms-input-placeholder,.breed-box textarea.form-control:-ms-input-placeholder,.breed-box select.form-control:-ms-input-placeholder{font-style:italic;font-weight:400;color:#777;text-transform:none}.breed-box input.form-control:focus,.breed-box textarea.form-control:focus,.breed-box select.form-control:focus{outline:none;box-shadow:none}.breed-box input.form-control.vas-validated:invalid,.breed-box input.form-control.vas-validated.invalid,.breed-box textarea.form-control.vas-validated:invalid,.breed-box textarea.form-control.vas-validated.invalid,.breed-box select.form-control.vas-validated:invalid,.breed-box select.form-control.vas-validated.invalid{border-color:#dc3545 !important}.breed-box input.form-control.vas-validated:invalid+.error-block,.breed-box input.form-control.vas-validated.invalid+.error-block,.breed-box textarea.form-control.vas-validated:invalid+.error-block,.breed-box textarea.form-control.vas-validated.invalid+.error-block,.breed-box select.form-control.vas-validated:invalid+.error-block,.breed-box select.form-control.vas-validated.invalid+.error-block{display:flex !important}.breed-box input.form-control.vas-validated:valid,.breed-box textarea.form-control.vas-validated:valid,.breed-box select.form-control.vas-validated:valid{border-color:#28a745}.breed-box input[type=date]{-webkit-appearance:textfield}.breed-box select.form-control{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:url(/static/img/arrow-down.png) center right 15px/13px no-repeat,#fff}.breed-box select.form-control::-ms-value{color:#000;background-color:#fff}.breed-box textarea.form-control{height:auto;border-radius:10px;resize:none;overflow:auto}.breed-box label.chfp-radio input[type=radio].vas-validated:invalid+.radio-marker,.breed-box label.chfp-radio input[type=radio].vas-validated.invalid+.radio-marker{border-color:#dc3545 !important}.breed-box label.chfp-radio input[type=radio].vas-validated:checked:valid+.radio-marker,.breed-box label.chfp-radio input[type=radio].vas-validated:checked:not(.invalid)+.radio-marker{border-color:#28a745}.breed-box .chfp-client-data-form.vas-validated .form-control:invalid,.breed-box .chfp-client-data-form.vas-validated .form-control.invalid{border-color:#dc3545 !important}.breed-box .chfp-client-data-form.vas-validated .form-control:invalid+.error-block,.breed-box .chfp-client-data-form.vas-validated .form-control.invalid+.error-block{display:flex !important}.breed-box .chfp-client-data-form.vas-validated .form-control:checked:valid{border-color:#28a745}.breed-box .chfp-client-data-form.vas-validated label.chfp-radio input[type=radio]:invalid+.radio-marker,.breed-box .chfp-client-data-form.vas-validated label.chfp-radio input[type=radio].invalid+.radio-marker{border-color:#dc3545 !important}.breed-box .chfp-client-data-form.vas-validated label.chfp-radio input[type=radio]:checked:valid+.radio-marker,.breed-box .chfp-client-data-form.vas-validated label.chfp-radio input[type=radio]:checked:not(.invalid)+.radio-marker{border-color:#28a745}.breed-box .form-info,.breed-box .error-block{display:flex;align-items:center;justify-content:center;padding-top:10px;color:#dc3545}.breed-box .form-info>span,.breed-box .error-block>span{display:block;width:100%}.breed-box .form-info:not(.show),.breed-box .error-block:not(.show){display:none !important}.breed-box .form-info span.err-message,.breed-box .error-block span.err-message{display:inline-block;flex:1 1 90%}.breed-box .form-info svg,.breed-box .error-block svg{flex:0 0 20px;fill:currentColor;margin-right:10px}.breed-box .ri-control{display:flex;align-items:flex-end}.breed-box label.ri-control{margin-top:10px}@media(min-width: 768px){.breed-box label.ri-control{margin:0}}.breed-box output.ri-control{text-align:right;justify-content:flex-end;margin-top:10px}@media(min-width: 768px){.breed-box output.ri-control{margin:0}}.breed-box .form-check{margin-right:40px}.breed-box .form-check label.chfp-radio{margin-right:15px}.breed-box .agreement-check-text{color:#777}@media(max-width: 575.98px){.breed-box .agreement-check-text{font-size:15px}}@media screen and (min-width: 360px)and (max-width: 576px){.breed-box .agreement-check-text{font-size:17px}}.breed-box .form-description{font-size:13px}.breed-box .search-group-btn{display:flex;align-items:center;padding:0 1rem;background:#e96d60;background:var(--primary-brand-color, #e96d60);transition:background .4s;border-top-right-radius:22px !important;border-bottom-right-radius:22px !important}.breed-box .search-group-btn:hover,.breed-box .search-group-btn:focus{background:#48505e;text-decoration:none;color:#fff;cursor:pointer}.breed-box .search-group-btn:focus{box-shadow:none}.breed-box .box-date-dropdown{width:100%}.breed-box .box-date-dropdown .box-date-btn{display:block;height:45px;border:1px solid #dfdfdf;border-radius:22px;font-family:"Roboto",sans-serif;font-size:16px;font-weight:500;color:#000;background-color:#fff;width:100%;position:relative;padding:10px 20px 10px 10px;text-align:center}.breed-box .box-date-dropdown .box-date-btn::after{content:"";display:block;width:8px;height:8px;position:absolute;right:8px;top:17px;z-index:1;background:url(/static/img/arrow-down.png) center center/contain no-repeat}.breed-box .box-date-dropdown .dropdown-menu{border:none;min-width:100%;width:100%;max-height:370px;overflow-y:scroll}.breed-box .box-date-dropdown .dropdown-menu .dropdown-item{padding:2px 15px}.breed-box .info-input-group{position:relative}.breed-box .info-input-group .info-icon{position:absolute;top:23px;transform:translateY(-50%);right:15px;color:#fff;width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #bbb;background-color:#bbb;border-radius:50%}.breed-box .info-input-group .info-icon>svg{width:70%;height:auto}.breed-box .info-input-group .info-icon.show+span.chfp-title-span{display:block}@media(min-width: 768px){.breed-box .info-input-group .info-icon:hover+span.chfp-title-span{display:block}}.breed-box .info-input-group .chfp-title-span{top:44px;display:none;width:90%;right:0;position:absolute;z-index:10;margin:12px 0 0;padding:20px 15px;font-size:14px;word-wrap:break-word;background-color:#000;color:#fcfcfc;border-radius:3px}.breed-box .info-input-group .chfp-title-span.show{opacity:.9;display:block}.breed-box .info-input-group .chfp-title-span .arrow{top:-11px;right:25px;position:absolute;display:block;width:24px;height:12px}.breed-box .info-input-group .chfp-title-span .arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid;bottom:0;border-width:0 12px 12px;border-bottom-color:#000}.invalid.breed-box .box-date-btn{border-color:#dc3545 !important}.breed-box table.box-table{margin-bottom:40px}.breed-box table.box-table td{color:#000;font-weight:500;font-size:16px;border:none;padding:0;line-height:28px;vertical-align:bottom}.breed-box table.box-table td:first-child{color:#000;font-weight:normal;text-align:left}@media(max-width: 767.98px){.breed-box table.box-table td:first-child{width:70%}}.futterheck-widget ul,.review-widget ul{padding:0}.futterheck-widget a,.review-widget a{color:#e96d60;color:var(--primary-brand-color, #e96d60)}.futterheck-widget .text-xs,.review-widget .text-xs{font-size:12px}.futterheck-widget .text-center,.review-widget .text-center{text-align:center}.futterheck-widget .d-block,.review-widget .d-block{display:block !important}.futterheck-widget .text-primary,.review-widget .text-primary{color:var(--primary-brand-color, #e96d60)}.futterheck-widget .text-no-wrap,.review-widget .text-no-wrap{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.futterheck-widget .text-regular,.review-widget .text-regular{font-weight:400;color:inherit !important}.futterheck-widget .fw-600,.review-widget .fw-600{font-weight:600}.futterheck-widget .text-underline,.review-widget .text-underline{text-decoration:underline}.box-substep:not(.show),.box-step:not(.show){display:none}.box-step figure.step-success-figure{border-radius:50%;background-color:#fbfbfb;display:flex;flex-shrink:0;align-items:center;justify-content:center;width:81px;height:81px;box-shadow:inset 0px 1px 3px 0 rgba(0,0,0,.1);margin:30px auto}.box-step figure.step-success-figure .free-step-figure{fill:#e96d60;fill:var(--primary-bnt-color, var(--primary-brand-color, #e96d60))}.box-step .figure-underline{display:block;box-sizing:border-box;height:2px;width:40px;margin:0 auto 30px;border:1px solid #eaeaea}.box-step .progres-counter{display:flex;flex-direction:column;align-items:center;margin-inline:auto;margin-block:40px;max-width:380px}.box-step .progres-counter .progress-circle-figure{align-self:center;margin-inline:auto;flex-shrink:0;font-weight:500;display:flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:50%;position:relative;overflow:hidden;background-color:#fff}.box-step .progres-counter .progress-circle-figure .progress-circle-label{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:24px;font-style:normal;font-weight:600;line-height:32px}.box-step .progres-counter .progress-circle-figure .progress-figure{position:absolute;inset:0}.box-step .progres-counter .progress-circle-figure .progress-circle{stroke-dasharray:200.96px;stroke-dashoffset:200.96px;transition:stroke-dashoffset .3s ease}.box-step .progres-counter .progress-circle-figure.p-10 .progress-circle{stroke-dashoffset:180.864px}.box-step .progres-counter .progress-circle-figure.p-20 .progress-circle{stroke-dashoffset:160.768px}.box-step .progres-counter .progress-circle-figure.p-30 .progress-circle{stroke-dashoffset:140.672px}.box-step .progres-counter .progress-circle-figure.p-40 .progress-circle{stroke-dashoffset:120.576px}.box-step .progres-counter .progress-circle-figure.p-50 .progress-circle{stroke-dashoffset:100.48px}.box-step .progres-counter .progress-circle-figure.p-60 .progress-circle{stroke-dashoffset:80.384px}.box-step .progres-counter .progress-circle-figure.p-70 .progress-circle{stroke-dashoffset:60.288px}.box-step .progres-counter .progress-circle-figure.p-80 .progress-circle{stroke-dashoffset:40.192px}.box-step .progres-counter .progress-circle-figure.p-90 .progress-circle{stroke-dashoffset:20.096px}.box-step .progres-counter .progress-circle-figure.p-100 .progress-circle{stroke-dashoffset:0px}.box-step .progres-counter .progress-circle-figure.animated .progress-circle{animation:progress-circle 10s linear forwards}.box-step .progres-counter .text-sub{margin-top:2rem;text-align:center;font-size:16px;font-style:normal;font-weight:500;line-height:24px}@keyframes progress-circle{0%{stroke-dashoffset:200.96px}100%{stroke-dashoffset:0}}.box-step.thanks-step .box-header{border-radius:.715px !important;overflow:hidden !important}.box-step.thanks-step .box-header h2{margin-top:30px}.box-step .box-price-row{display:flex;margin-top:10px;margin-bottom:25px;align-items:center}.box-step .box-price-row .box-sale-badge-svg{flex-shrink:0}.box-step .price{color:#777;text-align:left}.box-step .price .old-price{font-family:"Roboto Slab",serif;font-size:24px;text-decoration:line-through}.box-step .price .new-price{font-family:"Roboto Slab",serif;font-size:28px;margin-left:10px;color:#27b34b}.box-substep.st-7 .range-input-group{align-items:flex-start}.box-substep.st-7 .range-input-group .range-select-wrapper{width:auto;margin-right:-3%}@media(min-width: 768px){.box-substep.st-7 .range-input-group{align-items:flex-end}.box-substep.st-7 .range-input-group .range-select-wrapper{position:relative;z-index:2;width:100%;margin-right:0;left:4%}}.box-substep.payment-step-1 .box-header-container{padding-top:0 !important}.box-substep.payment-step-1 .aside-info-block p{font-weight:500;text-align:left}.box-substep.payment-step-1 .aside-info-block p.p-em{font-style:italic}.box-substep.payment-step-1 .step-main-content{padding-top:20px}.box-substep.payment-step-1 .step-main-content .price{margin:0}.box-substep.payment-step-1 .box-button-container{margin:20px 0 0 0}.box-substep.payment-step-1 .box-button-container>div{display:flex;align-items:center;justify-content:center}.box-substep.payment-step-1 .box-button-container .button-divider{display:inline-flex;width:100%;align-items:center;margin:20px 0}.box-substep.payment-step-1 .box-button-container .button-divider::before,.box-substep.payment-step-1 .box-button-container .button-divider::after{content:"";display:block;height:1px;width:auto;background-color:#b0b9bb;flex:1 1 50%}.box-substep.payment-step-1 .box-button-container .button-divider::before{margin-right:15px}.box-substep.payment-step-1 .box-button-container .button-divider::after{margin-left:15px}@media(min-width: 768px){.box-substep.payment-step-1 .box-button-container .button-divider::after,.box-substep.payment-step-1 .box-button-container .button-divider::before{display:none}}.box-substep.payment-step-1 .box-button-container button{min-width:200px}@media(min-width: 768px){.box-substep.payment-step-1 .box-button-container button{width:100%}}.box-substep.order-box-step-1 a{text-decoration:underline}.box-substep.order-box-step-1 .box-edit-link{display:inline-flex;align-items:flex-end;margin-left:30px;color:#e96d60;color:var(--primary-brand-color, #e96d60);font-size:14px}.box-substep.order-box-step-1 .box-edit-link:hover{cursor:pointer;color:#e96d60;color:var(--primary-brand-color, #e96d60)}@media(min-width: 768px){.box-substep.order-box-step-1 .box-edit-link{margin-left:40px}}@media(max-width: 575.98px){.box-substep.order-box-step-1 .box-edit-link .box-lc{display:none}}.box-substep.order-box-step-1 .box-edit-link svg{fill:currentColor;margin-right:5px}.box-substep.order-box-step-1 .form-group.appeal-d{margin:0}.box-substep.order-box-step-1 .error-block{justify-content:flex-start;font-size:13px;padding:5px 0 10px}.box-substep.order-box-step-1 .error-block:not(.show){display:none !important}.box-substep.order-box-step-1 .checkbox-group{text-align:left;display:flex;font-size:16px;font-weight:500;line-height:24px}.box-substep.order-box-step-1 .checkbox-group>span{display:inline-block;flex:1 1 90%}.box-substep.order-box-step-1 .green-btn{min-width:230px}.box-substep.order-box-step .box-header{padding-bottom:20px}.box-substep.order-box-step .box-header h2{margin:0}.box-substep.order-box-step-2 .small{font-size:14px;margin-bottom:1em}.box-substep.order-box-step-2 .pay-pal-img{margin:10px auto 20px auto;display:inline-block;width:100px;height:25px;background:url("/static/widget/img/de-pp-logo-100-px@3x.png") center center/contain no-repeat}.breed-box.product-presentation-box h1{text-align:left;margin:0 0 15px 0}.breed-box.product-presentation-box header{margin-bottom:30px}.breed-box.product-presentation-box .step-main-content{background-color:#fff;padding:20px 25px}.breed-box.product-presentation-box .step-main-content .box-carousel{margin:0 -20px 30px -20px;width:auto !important}.breed-box.product-presentation-box .step-main-content .side-large-image{padding:0 20px;position:relative}.breed-box.product-presentation-box .step-main-content .side-large-image figcaption{position:absolute;top:20px;right:20px;width:90px;height:90px;border-radius:50%;overflow:hidden;display:flex;flex-direction:column;align-items:center;font-weight:600;justify-content:center;font-family:"Roboto Slab",serif}.breed-box.product-presentation-box .step-main-content .side-large-image figcaption .lg-1{font-size:24px;line-height:26px;font-weight:500;display:inline-block}.breed-box.product-presentation-box .step-main-content .side-large-image figcaption .lg-2{font-size:12px;text-transform:uppercase;display:inline-block}.breed-box.product-presentation-box .step-main-content .side-large-image figcaption .lg-3{font-size:10px;text-transform:uppercase;display:inline-block}.breed-box.product-presentation-box .step-main-content .side-large-image figcaption.caption-1{color:#000;background-color:#dcdcdf;overflow:visible}.breed-box.product-presentation-box .step-main-content .side-large-image figcaption.caption-1::before{content:"";display:block;width:20px;height:20px;background:url("/static/breed-box/img/check-circle-outline-24px.png") center center/contain no-repeat;position:absolute;top:1px;left:6px;z-index:1}.breed-box.product-presentation-box .step-main-content .side-large-image figcaption.caption-2{padding-bottom:10px;color:#fff;background-color:#000}.breed-box.product-presentation-box .step-main-content .pay-text{font-size:14px}.breed-box.product-presentation-box .step-main-content .rate-block a.rate-link{display:flex;align-items:center;color:#777}.breed-box.product-presentation-box .step-main-content .rate-block a.rate-link:hover{cursor:pointer;text-decoration:none;color:#777}.breed-box.product-presentation-box .step-main-content .rate-block .rating{max-width:150px;margin-right:12px}.breed-box.product-presentation-box .step-main-content .radio-section{margin-bottom:15px}.breed-box.product-presentation-box .step-main-content .radio-section .form-check{margin:0 0 15px 0;padding:15px;overflow:hidden;border:1px dashed #27b34b;border-radius:4px;width:100%;height:100%}.breed-box.product-presentation-box .step-main-content .radio-section .form-check .form-check-label{display:inline-block;flex:1 1 80%}.breed-box.product-presentation-box .step-main-content .radio-section .form-check.disabled,.breed-box.product-presentation-box .step-main-content .radio-section .form-check:has(input:disabled){background-color:#fcfcfc;border:1px dashed #dfdfdf}.breed-box.product-presentation-box .step-main-content .media-section{text-align:left;margin-bottom:25px}.breed-box.product-presentation-box .step-main-content .media-section .media{align-items:center}.breed-box.product-presentation-box .step-main-content .media-section .media figure{margin-right:20px}.breed-box.product-presentation-box .step-main-content .media-section .media figure svg{fill:#e96d60;fill:var(--primary-brand-color, #e96d60)}.breed-box.product-presentation-box .step-main-content .media-section .media figure.disabled svg{fill:#777}@media(max-width: 991.98px){.breed-box.product-presentation-box .step-main-content .media-section .media figure{min-width:55px}}@media(max-width: 991.98px){.breed-box.product-presentation-box .step-main-content .media-section .media{margin-bottom:10px}}.breed-box.product-presentation-box .step-main-content .bottom-section{border-top:1px solid rgba(108,108,108,.3);padding:20px 0 25px;position:relative;z-index:1}@media(min-width: 768px){.breed-box.product-presentation-box .step-main-content .bottom-section{padding:25px 0}}.breed-box.product-presentation-box .step-main-content .payment-icons-section{border-top:1px solid rgba(108,108,108,.3)}.breed-box.product-presentation-box .step-main-content .payment-icons-section .pay-text{display:inline-flex !important;position:relative;top:-13px;padding:0 16px;margin:0 auto;background-color:#fff}.breed-box.product-presentation-box .step-main-content .payment-icons-section .payment-logos-row{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;margin-bottom:-8px}@media(min-width: 768px){.breed-box.product-presentation-box .step-main-content .payment-icons-section .payment-logos-row{margin-bottom:-18px}}.breed-box.product-presentation-box .step-main-content .payment-icons-section .payment-logos-row img{width:auto;margin:0 9px 8px 9px}.breed-box.product-presentation-box .step-main-content .info-section{text-align:left;display:flex;align-items:center;margin-bottom:20px}@media(min-width: 992px){.breed-box.product-presentation-box .step-main-content .info-section{margin-bottom:0}}@media(max-width: 991.98px){.breed-box.product-presentation-box .step-main-content .info-section{justify-content:center}}.breed-box.product-presentation-box .step-main-content .info-section svg{color:#e96d60;color:var(--primary-brand-color, #e96d60);margin-right:20px}.breed-box.product-presentation-box .step-main-content .info-section .info-caption em{font-weight:500;line-height:18px}.breed-box.product-presentation-box .step-main-content .box-button-container{margin:0;display:flex;flex-direction:column;align-items:center}.breed-box.product-presentation-box .step-main-content .box-button-container .box-btn.step-complete{padding:13px 18px;font-size:18px}@media(max-width: 575.98px){.breed-box.product-presentation-box .step-main-content .box-button-container .box-btn.step-complete{font-size:16px}}@media(min-width: 768px){.breed-box.product-presentation-box .step-main-content{padding:40px 30px}}.breed-box.product-presentation-box img.img-fluid{width:100%;height:auto}.breed-box.product-presentation-box ul.preview-row{list-style:none;display:flex}.breed-box.product-presentation-box ul.preview-row>li{flex:1 1 33%;transition:all .25s ease;border:1px solid transparent}.breed-box.product-presentation-box ul.preview-row>li:not(:last-child){margin-right:5px}.breed-box.product-presentation-box ul.preview-row>li:hover{cursor:pointer;opacity:.6}.breed-box.product-presentation-box ul.preview-row>li.active{border:1px solid #e96d60;border:1px solid var(--primary-brand-color, #e96d60)}@media(min-width: 992px){.breed-box.product-presentation-box{max-width:970px}}
