* {
  font-family: 'Roboto', sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  /* For some Androids */
}

.top-animate {
    background: #e1071a !important;
    top: 13px !important;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mid-animate {
  opacity: 0;
}

.bottom-animate {
background: #e1071a !important;
  top: 13px !important;
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
}

.top-menu {
  top: 5px;
  width: 25px;
  height: 2px;
  border-radius: 10px;
  background-color: #F9A530;
}

.mid-menu {
    top: 13px;
    width: 15px;
    height: 2px;
    border-radius: 10px;
    background-color: #F9A530;
}

.bottom-menu {
  top: 21px;
  width: 25px;
  height: 2px;
  border-radius: 10px;
  background-color: #F9A530;
}

.menui {
    background: #e2001a;
    transition: 0.6s ease;
    transition-timing-function: cubic-bezier(.75, 0, .29, 1.01);
    margin-top: 0px;
    position: absolute;
}
.icon {
    z-index: 2;
    position: absolute;
    display: block;
    padding: 9px;
    height: 45px;
    width: 200px;
    margin: 0px;
    bottom: -33%;
    right: 0%;
    background: #ffcc00;
    padding-left: 20px;
}



.mobilenav {
    font-family: inherit;
    top: 40%;
    left: 0;
    z-index: 1;
    display: none;
    position: relative;
    width: 100%;
    height: 100%;
    background: #efefef;
    color: black;
}
.mobilenav li {
  list-style-type: none;
  text-align: center;
  padding: 10px;
}

.mobilenav li a {
    font-size: 150%;
    color: #212121;
    text-decoration: none;
    font-weight: 300;
    width: 100%;
}
.filter-button-text {
    color: #e1071a;
    margin-left: 60px;
    font-size: 2em;
    font-weight: 600;
  
}
/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}

[type="checkbox"]:not(:checked) + label:before, [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 1.25em;
    height: 1.25em;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 0px;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}

[type="checkbox"]:not(:checked) + label:after, [type="checkbox"]:checked + label:after {
    content: '\2713\0020';
    position: absolute;
    top: .15em;
    left: .10em;
    font-size: 1.6em;
    line-height: 0.8;
    color: #e2001a;
    transition: all .2s;
    font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 2px dotted blue;
}

label:hover:before {
    border: 1px solid #ffcc00!important;
}




 form p {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 2;
    font-weight: 400;
    color: #4e4e4e;
}


form {
 
    margin: 0 auto;
}
.txtcenter {
  margin-top: 4em;
  font-size: .9em;
  text-align: center;
  color: #aaa;
}
.copy {
 margin-top: 2em; 
}
.copy a {
 text-decoration: none;
 color: #4778d9;
}


.filter-main-category-heading {
    color: black;
    font-family: 'Roboto';
    font-size: 0.8rem;
    text-transform: uppercase;
    margin-bottom:15px;
    
}

.aligner-flex-start{
    display: flex;
    align-items: flex-start;
    justify-content: center;

    padding: 50px 0px;
}



@media only screen and (max-width: 991px) {
   
    form p {

    font-size: 11px;
 
}
    form {
    margin: 0 auto;
    width: 200px;
}
}


@media only screen and (max-width: 768px) {
   
    form p {

    font-size: 11px;
 
}
    form {
    margin: 0 auto;
    width: 200px;
}
    .aligner-flex-start {
   
    justify-content: left;
   
 
}
.icon {
    bottom: -33%;
}   .product_sorting > li {
    width: 100%;
}
    .breadcrumbs h1 {

    font-size: 3rem;
}
    .product_sorting {
    display: block;
    margin-top: 50px;
}
}







