.dot{
color:#812C06;
}
.button-pay{
min-width:50%;
}
.check-cursor:hover span,
.radio-cursor:hover span{
color:black;
}
#filter .check-cursor:hover span{
color:white;
}
.check-box{
background-color:#ddd;
display:inline-block;
width:16px;
height:16px;
}
#filter .check-box{
background-color:rgb(160,160,160);
}
.check-cursor{
cursor:pointer;
white-space: nowrap;
}
.check-cursor span{
white-space: wrap;
}
@media (min-width: 1200px){
.check-cursor span{
white-space: nowrap;
}
}
.check-cursor:hover .check-box:not(.checked){
background-color: #bbb;
}
#filter .check-cursor:hover .check-box:not(.checked){
background-color:rgb(220,220,220);
box-shadow: 0 0 2px rgba(240,240,240,1);
}
#filter .check-cursor:hover .check-box:not(.checked) .check-in{
box-shadow: inset 0 0 1px rgba(240,240,240,1);
}
.check-box + span{
vertical-align: text-bottom;
margin-left: .25rem;
}
#filter .check-box:not(.checked) .check-mark,
.check-box:not(.checked) .check-mark{
display:none;
}
.check-in{
width:10px;
height:10px;
background-color:#fff;
margin:3px;
}
#filter .check-in{
background-color:rgb(61,40,69);
}
.check-box.checked > .check-in{
background-color: #1E90FF;
}
#filter .check-box.checked > .check-in{
background-color:rgb(186,99,168);
}
.check-box.checked{
box-sizing: content-box;
background-color: #1E90FF;
box-shadow: 0 0 2px rgba(50, 50, 100, .8);
}
#filter .check-box.checked{
background-color:rgb(186,99,168);
box-shadow: 0 0 2px rgba(255, 255, 255, .8);
box-shadow: 1px 1px 2px rgba(128,107,149,.8), 0px 1px 2px rgba(133,83,166,.64), -1px -1px 2px rgba(133,83,166,.64), -1px -1px 2px rgba(133,83,166,.64), -1px 1px 2px rgba(128,107,149,.8), 1px -1px 2px rgba(133,83,166,.64);
}
.check-mark{
width:80%;
height:110%;
border: solid #efe;
border-width: 0 .16rem .16rem 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
background-color: rgba(255,255,255,0);
position:relative;
top:-30%;
left:12%;
}
.radio-box{
background-color:#ddd;
display:inline-block;
width:16px;
height:16px;
border-radius: 50%;
}
#filter .radio-box{
background-color:rgb(160,160,160);
}
.radio-cursor{
cursor:pointer;
}
.radio-cursor:hover .radio-box:not(.checked){
background-color: #bbb;
}
#filter .radio-cursor:hover .radio-box:not(.checked){
background-color:rgb(220,220,220);
box-shadow: 0 0 1px rgba(240,240,240,.5);
}
.radio-box + span{
vertical-align: text-bottom;
margin-left: .25rem;
}
.radio-in{
width:8px;
height:8px;
background-color:#fff;
margin:4px;
border-radius: 50%;
}
#filter .radio-in{
background-color:rgb(90,72,94);
}
.radio-box.checked > .radio-in{
background: radial-gradient(circle at 65% 15%, white, #50A8FF);
box-shadow: 0 0 2px rgba(0, 0, 0, 1);
}
#filter .radio-box.checked > .radio-in{
background: radial-gradient(circle at 65% 15%, rgb(221,194,230), rgb(124,32,90));
box-shadow: 0 0 2px rgba(0, 0, 0, 1);
}
#filter .radio-cursor:hover .radio-box:not(.checked) .radio-in{
box-shadow: inset 0 0 1px rgba(240,240,240,1);
}
.radio-box.checked{
box-sizing: content-box;
background-color: #1E90FF;
box-shadow: 0 0 2px rgba(50, 50, 100, .8);
}
#filter .radio-box.checked{
background-color: #1E90FF;
background-color:rgb(186,99,168);
box-shadow: 0 0 2px rgba(99, 53, 90, .8);
box-shadow: 1px 1px 2px rgba(125,74,160,.8), 0px 1px 2px rgba(110,87,153,.36), -1px -1px 2px rgba(110,87,153,.36), -1px -1px 2px rgba(110,87,153,.36), -1px 1px 2px rgba(125,74,160,.8), 1px -1px 2px rgba(110,87,153,.36);
}
