#main_checkbox_search_magazines {
    color: black !important;
    width: 75%!important;
}

.all-checkboxes-container {
    position: relative;
    top: 50%;
    right: 325px;
    display: none;
}
@media screen and (max-width: 700px) {
    .all-checkboxes-container {
        right: 0px;
    }
}
.checkbox-search-container {
    display: inline-flex !important;
    flex-direction: row;
}
.checkbox-search-container .checkbox-text {
    font-size: 22px;
}

.checkbox-text {
    padding-right: 10px;
    padding-left: 10px;
    color: #945d21;
}

.div-text-magazines {
    display: flex;
    align-items: center;
}

.div-text-articles {
    display: flex;
    align-items: center;
}

.all-checkboxes-container label {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

/* ///////////////////////////// */
/* CHECKBOXES */
/* ///////////////////////////// */


.container_checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

.container_checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

.container_checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}

.container_checkbox input:checked ~ .checkmark {
    background-color: #1abae9;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.container_checkbox input:checked ~ .checkmark:after {
    display: block;
}

.container_checkbox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


div.shipmentcost{
  text-align: right;
  font-size: 18px;
  padding: 15px 0;
}

div.shipmentcost .price{
  color: #1abae9;
  font-size: 26px;
}

.w75perc{
  width: 75%;
  margin: 0 auto;
}

/* ///////////////////////////// */
/* SEARCH BACKGROUND */
/* ///////////////////////////// */

/*@media screen and (min-width: 701px) {*/

/*    .search-foldout {*/
/*        display: flex;*/
/*        top: 40% !important;*/
/*        bottom: 30% !important;*/
/*        width: 70% !important;*/
/*        max-width: 1000px!important;*/
/*        max-height: 310px!important;*/
/*    }*/

/*    .search-foldout.open {*/
/*        left: 25% !important;*/
/*    }*/

/*    .search-foldout .icon {*/
/*        width: 22px!important;*/
/*        height: 22px !important;*/
/*    }*/

/*    .search-foldout .close-btn {*/
/*        top: 10%!important;*/
/*    }*/

/*}*/
