
/* ### Toggle switch ### */ 

.toggleswitch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 17px;
}

.toggleswitch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.toggleslider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.toggleslider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .toggleslider {
  background-color: #2196F3;
}

input:focus + .toggleslider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .toggleslider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}

/* Rounded sliders */
.toggleslider.round {
  border-radius: 17px;
}

.toggleslider.round:before {
  border-radius: 50%;
}

/* ### END Toggle Switch ### */ 


.pagebuttons, #lowerhr{
display:none;
}
.specbox .light{
color:#ffffff;
}
#filterdisplay{
background-color:#F7F7F9;
}

#productgrid h2{
font-size:1em;
margin-bottom:10px;
}

.testcontrast{
margin-bottom:-200px;margin-top:275px;
z-index:1;
}

ul.ticklist{
margin:30px 0px 20px 0px;
padding:0px;
}
ul.ticklist>li{
border-bottom:1px solid #E6E6EC;
padding:15px 0px 15px 55px;
}
ul.ticklist>li::before{
font-family: "Font Awesome 6 Pro"; 
	content: "\f00c";  
    font-size:1.5em;
    font-weight:600;
position:absolute;
display:block;
color:#FB1010;
left:35px;
}
ul.ticklist.info>li::before{
	content: "\f129";  
	left:30px;
}
ul.ticklist.question>li::before{
	content: "\f128";  
	left:25px;
}
ul.ticklist.white>li{
border-bottom: 1px solid #ffffff;
}

.blockbutton.iconbutton, .blockbutton.iconbutton h3, .blockbutton.iconbutton p, .blockbutton.iconbutton a{
color:#171939;
text-align:center;
}
.blockbutton.iconbutton h3{
font-weight:600;
}
.buttonbg{
border-top-left-radius:6px;
border-top-right-radius:6px;
}
.buttonbg.newsblock{
border-radius:6px;
}
.newsblock h4{
margin-top:15px;
line-height:1em;
}
.newsblock h4 a{
color:#171939;
font-weight:500;
font-size:1em;
}
.blockbutton.newsblock{
padding:0px;
}
a.widgetbutton{
text-decoration:none;
}
.newsblock .widgetbutton{
color:#171939;
display:inline-block;
margin-top:15px;
}
.widgetbutton:after, .buttonlink.newssmall:after{
content: "\f061";  
    font-family: "Font Awesome 6 Pro";  
    color:#FB1010;
    font-weight:300;
    margin-left:10px;
       -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
a.widgetbutton:hover, a.widgetbutton:focus, .buttonlink.newssmall:hover, .buttonlink.newssmall:focus{
text-decoration:none !important;
color:#FB1010;
}
.widgetbutton:hover:after, .widgetbutton:focus:after, .buttonlink.newssmall:hover:after, .buttonlink.newssmall:focus:after{
margin-left:15px;
}
.blockiconbutton{
   -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
   }    
.blockiconbutton:hover{
margin-top:-10px;
}
.blockiconbutton:hover .iconbutton i{
color:#ffffff;
}
.blockiconbutton:hover .iconbutton .fa-circle{
color:#FB1010;
}
.blockiconbutton a{
text-decoration:none;
}
.iconbutton{
border-bottom-left-radius:6px;
border-bottom-right-radius:6px;
background-color:#E6E6EC;
}

.iconbutton span{
margin-top:-40px;
}
.iconbutton i{
color:#FB1010;
font-size:1.2em;
}
.iconbutton .fa-stack-2x{
font-size:2em;
}
.iconbutton .fa-circle{
color:#ffffff;
}
.iconbutton h3{
margin: 10px 0px -15px 0px;
font-size:1.3em;
}

.col5 .productwidget-slide{
width:calc(33.3% - 13px);
}
.productwidget-slide{
margin-right:20px;
}
.productwidget-slide .pw-imgcontainer{
border:0px;
height:290px;
border-radius:6px;
}
.productwidget .flickity-prev-next-button.next{
right:-20px;
}
.productwidget .flickity-prev-next-button.previous{
left:-20px;
}
.flickity-button{
color:#FB1010;
background:#ffffff;
}
.flickity-button:hover, .flickity-button:focus, .flickity-button:active{
background:#FB1010;
color:#ffffff;
}
a.darklink{
color:#171939;
}
#productcontent{
margin-top:20px;
}
#propertyoverview{
background-color:#171939;
padding:20px;
border-radius:20px;
color:#ffffff;
display:flex;
align-items:center;
}
#propertyoverview div{
flex:1 1 auto;
text-align:center;
}
#propertyoverview i{
font-size:2em;
}
#productimage{
border-radius:20px;
}
#productthumbs li, #productthumbs li a{
border-radius:20px;
}
#propertyfurther{
margin-top:8px;
background-color:#171939;

border-radius:20px;
color:#ffffff;
display:flex;
align-items:center;
overflow:hidden;
}
#propertyfurther div{
flex:1 1 auto;
text-align:center;
}
#propertyfurther i{
font-size:2em;
display:block;
}
#propertyfurther div a{
display:block;padding:20px;
color:#ffffff;
text-decoration:none;
}
#propertyfurther div a:hover, #propertyfurther div a:focus{
background-color:#FB1010;
}

.el-input input, .el-textarea textarea{
border:1px solid #E6E6EC;
border-radius:3px;
font-size:1em;
padding: 8px 5px 8px 5px;
font:inherit;
color:#333333;
width:100%;
}

.el-input input:focus-within, .el-input textarea:focus-within{
border:1px solid #171939;
}
  @media only screen and ( max-width: 900px )
        {
 
        .col5 .productwidget-slide, .col5 .brandwidget-slide{
        width:calc(50% - 5px);
        }
 
        }
        
    @media only screen and ( max-width: 700px )
        {

        .col5 .productwidget-slide, .col5 .brandwidget-slide{
        width:100%;
        }
 
        }


#newsbox h2{
font-size:1em;
}
#newsbox h2 a:hover, #newsbox h2 a:focus{
color:#FB1010;
text-decoration:underline;
}
.buttonlink.newssmall{
background-color:#ffffff;
color:#171939;
padding:0px;
font-weight:400;
}

/* Footer */
#darkfootercurve{
background-color:#ffffff;
padding-top:30px;
}
#darkfooter{
background-color:#171939; border-top-left-radius: 50% 25%;
  border-top-right-radius: 50% 25%;
  width:110%;
  margin-left:-5%; padding-top:50px;
  font-size:0.9em;
  line-height:1.1em;
}
#darkfooter h5{
margin-bottom:20px;
}
#spectulise{
background-color:transparent;
border-bottom:1px solid #E6E6EC;
padding-bottom:30px;
padding-top:50px;
}
#spectulise img{
        max-width:200px;
        }
#legal{
padding:30px 0px 30px 0px;
}
@media only screen and ( max-width: 1100px )
        {
#spectulise, #legal{
padding-left:10px;
padding-right:10px;
}
#darkfooter{
border-top-left-radius: 50% 10%;
  border-top-right-radius: 50% 10%;width:100%;
  margin-left:0%;
}
}
@media only screen and ( max-width: 800px )
                {
		#darkfooter{
border-top-left-radius: 50% 5%;
  border-top-right-radius: 50% 5%;
  
}
        
        #spectulise{
        margin-right:-10px;
        }
        
                #spectulise>div{
		width:calc(50% - 10px);
        margin-right:10px;
        margin-bottom:20px;
		}
        
                }
@media only screen and ( max-width: 500px )
                {
		#spectulise{
        margin-right:0px;
        }

                #spectulise>div{
		width:100%;
		}
        
                }