/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}
html {
  font-size: 1em;
  line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  background: #999999 url(../img/bg.jpg);
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  padding: 20px 15px;
}
.weborder {
  display:none;
}
.subscribe-form-orig {
  max-width: 550px;
  margin: 0 auto;
  background: white;
  border: 1px solid #A6C4C8;
  -webkit-box-shadow: #e5e5e5  0px 0px 50px 0px inset, rgba(0,0,0,0.2) 0px 1px 5px 1px;
  box-shadow: #e5e5e5  0px 0px 50px 0px inset, rgba(0,0,0,0.2) 0px 1px 5px 1px;
  border-radius: 4px;
  padding-top: 30px;
  overflow: hidden;
  position: relative;
  -webkit-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.subscribe-form {
  max-width: 550px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  -webkit-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.subscribe-form-inner {
  xxbackground: white;
  border: 1px solid #A6C4C8;
  -webkit-box-shadow: #e5e5e5  0px 0px 50px 0px inset, rgba(0,0,0,0.2) 0px 1px 5px 1px;
  box-shadow: #e5e5e5  0px 0px 50px 0px inset, rgba(0,0,0,0.2) 0px 1px 5px 1px;
  border-radius: 4px;
}
.page {
  background: white;
  padding-bottom: 1px;
  padding-top: 30px;
}
.subscribe-form.show-me {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
  filter: alpha(opacity=100);
}
.subscribe-form .form-header {
  height: 30px;
  line-height: 30px;
  border-top: 1px solid #DBE5E8;
  background-image: -webkit-linear-gradient(135deg, #e1eaeb 25%, transparent 25%, transparent 50%, #e1eaeb 50%, #e1eaeb 75%, transparent 75%, transparent);
  background-image: linear-gradient(135deg, #e1eaeb 25%, transparent 25%, transparent 50%, #e1eaeb 50%, #e1eaeb 75%, transparent 75%, transparent);
  background-size: 24px 24px;
  font-size: 14px;
  font-weight: 800;
  color: #306883;
  padding: 0 24px;
  margin-top: -20px;
  margin-bottom: 20px;
  text-align: center;
}
.subscribe-form .form-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 800;
  color: #306883;
  padding: 0 20px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.form-title p.descr_title_price
{
  margin-left:1em;
}
.subscribe-form .stock-info
{
  margin-left:3em;
}
.subscribe-form .form-subtitle {
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
}
.subscribe-form .form-title.unsubscribe {
  color: #E187;
}
.subscribe-form .form-content {
  padding: 0px 30px;
  padding-bottom: 15px;
}
.subscribe-form .form-message {
  color: #306883;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  padding: 0 30px;
  margin-bottom: 30px;
}
.subscribe-form .form-loading {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
}
.subscribe-form .form-loading i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
  color: #999999;
  font-size: 100px;
}
.subscribe-form hr {
  height: 2px;
  border: none;
  margin: 20px 30px;
  background-image: -webkit-radial-gradient(circle, #94b9be, #ffffff);
  background-image: radial-gradient(circle, #94b9be, #ffffff);
  background-repeat: no-repeat;
}
.subscribe-form .group {
  *zoom: 1;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 15px;
}
.subscribe-form .group:before,
.subscribe-form .group:after {
  content: " ";
  display: table;
}
.subscribe-form .group:after {
  clear: both;
}
.subscribe-form .group > label {
  padding: 5px 15px 5px 15px;
  color: #405C60;
  font-size: 14px;
  font-weight: 700;
  display: block;
}
.subscribe-form .group > label.empty {
  display: block;
  height: 1px;
  padding: 0;
  margin: 0;
}
.subscribe-form .group > div {
  padding: 0 15px;
}
.subscribe-form .group > div.addon-right {
  position: relative;
  padding-right: 50px;
}
.subscribe-form .group > div.addon-right > i {
  position: absolute;
  right: 25px;
  top: 9px;
  z-index: 999;
  color: #555555;
}
.subscribe-form .group > div .error-message {
  font-size: 14px;
  color: red;
  padding: 5px;
}
.subscribe-form .group > div.input-prefix {
  position: relative;
}
.subscribe-form .group > div.input-prefix i {
  position: absolute;
  left: 28px;
  top: 12px;
  color: #6A9FAB;
}
.subscribe-form .group > div.input-prefix input {
  padding-left: 38px;
}
.subscribe-formx .groupx, .btn-submit {
  padding: 12px 34px;
  font-size: 14px;
  line-height: 20px;
  border-radius: 3px;
  color: #ffffff;
  background-color: #3d9db3;
  border-color: #3d9db3;
  border: 1px solid #1C6C7A;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: rgba(0,0,0,0.2) 0px 0px 15px 0px inset, rgba(255,255,255,0.9) 0px 0px 0px 3px, rgba(0,0,0,0.3) 0px 2px 8px 1px;
  box-shadow: rgba(0,0,0,0.2) 0px 0px 15px 0px inset, rgba(255,255,255,0.9) 0px 0px 0px 3px, rgba(0,0,0,0.3) 0px 2px 8px 1px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.add, .sub, .info, .switch {
  padding: 0 15px;
  margin: 0 5px;
}

.switch {
  background-color: #cc4;
  color: #000;
}
.info {
  background-color: #44d;
  color: #fff;
  text-transform: lowercase;
}
.info_inactive {
  background-color: #bbb;
  color: #ddd;
}

.subscribe-formx .groupx, .btn-submit:hover,
.subscribe-formx .groupx, .btn-submit:focus,
.subscribe-formx .groupx, .btn-submit:active,
.subscribe-formx .groupx, .btn-submit.active,
.open .dropdown-toggle.subscribe-form .group .btn-submit {
  color: #ffffff;
  background-color: #338295;
  border-color: #2d7585;
}
.subscribe-form .group .btn-submit:active,
.subscribe-form .group .btn-submit.active,
.open .dropdown-toggle.subscribe-form .group .btn-submit {
  background-image: none;
}
.subscribe-form .group .btn-submit.disabled,
.subscribe-form .group .btn-submit[disabled],
fieldset[disabled] .subscribe-form .group .btn-submit,
.subscribe-form .group .btn-submit.disabled:hover,
.subscribe-form .group .btn-submit[disabled]:hover,
fieldset[disabled] .subscribe-form .group .btn-submit:hover,
.subscribe-form .group .btn-submit.disabled:focus,
.subscribe-form .group .btn-submit[disabled]:focus,
fieldset[disabled] .subscribe-form .group .btn-submit:focus,
.subscribe-form .group .btn-submit.disabled:active,
.subscribe-form .group .btn-submit[disabled]:active,
fieldset[disabled] .subscribe-form .group .btn-submit:active,
.subscribe-form .group .btn-submit.disabled.active,
.subscribe-form .group .btn-submit[disabled].active,
fieldset[disabled] .subscribe-form .group .btn-submit.active {
  xbackground-color: #3d9db3;
  xborder-color: #3d9db3;
}
.subscribe-form .group .btn-submit .badge {
  color: #3d9db3;
  background-color: #ffffff;
}
.subscribe-formx .groupx, .btn-submit:hover {
  background-color: #49aac1;
}
.subscribe-form .group.group-submit {
  margin-top: 30px;
}
.subscribe-form .form-footer {
  height: 60px;
  line-height: 60px;
  border-top: 1px solid #DBE5E8;
  background-image: -webkit-linear-gradient(135deg, #e1eaeb 25%, transparent 25%, transparent 50%, #e1eaeb 50%, #e1eaeb 75%, transparent 75%, transparent);
  background-image: linear-gradient(135deg, #e1eaeb 25%, transparent 25%, transparent 50%, #e1eaeb 50%, #e1eaeb 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  padding: 0 30px;
  text-align: right;
}
.subscribe-form .form-footer .btn {
  padding: 6px 10px;
  font-size: 14px;
  line-height: 20px;
  border-radius: 3px;
  color: #1da2ca;
  background-color: #ffffff;
  border-color: #cbd5d6;
  border: 1px solid #CBD5D6;
  font-weight: 700;
  text-decoration: none;
}
.subscribe-form .form-footer .btn:hover,
.subscribe-form .form-footer .btn:focus,
.subscribe-form .form-footer .btn:active,
.subscribe-form .form-footer .btn.active,
.open .dropdown-toggle.subscribe-form .form-footer .btn {
  color: #1da2ca;
  background-color: #ebebeb;
  border-color: #a9b9bb;
}
.subscribe-form .form-footer .btn:active,
.subscribe-form .form-footer .btn.active,
.open .dropdown-toggle.subscribe-form .form-footer .btn {
  background-image: none;
}
.subscribe-form .form-footer .btn.disabled,
.subscribe-form .form-footer .btn[disabled],
fieldset[disabled] .subscribe-form .form-footer .btn,
.subscribe-form .form-footer .btn.disabled:hover,
.subscribe-form .form-footer .btn[disabled]:hover,
fieldset[disabled] .subscribe-form .form-footer .btn:hover,
.subscribe-form .form-footer .btn.disabled:focus,
.subscribe-form .form-footer .btn[disabled]:focus,
fieldset[disabled] .subscribe-form .form-footer .btn:focus,
.subscribe-form .form-footer .btn.disabled:active,
.subscribe-form .form-footer .btn[disabled]:active,
fieldset[disabled] .subscribe-form .form-footer .btn:active,
.subscribe-form .form-footer .btn.disabled.active,
.subscribe-form .form-footer .btn[disabled].active,
fieldset[disabled] .subscribe-form .form-footer .btn.active {
  background-color: #ffffff;
  border-color: #cbd5d6;
}
.subscribe-form .form-footer .btn .badge {
  color: #ffffff;
  background-color: #1da2ca;
}
.booking-form {
  width: 320px;
}
@media (min-width: 550px) {
  .booking-form {
    width: 520px;
  }
  .booking-form .group > label {
    float: left;
    width: 180px;
  }
  .booking-form .group > div {
    margin-left: 180px;
    padding-left: 0;
  }
}
.form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #B2B2B2;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.18);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.18);
  -webkit-transition: border-color ease-in-out .15s, background ease-in-out .15s;
  transition: border-color ease-in-out .15s, background ease-in-out .15s;
  font-family: 'Open Sans', sans-serif;
}
.form-control:focus {
  outline: none;
  border-color: #999999;
  background: #F4F3F4;
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type=checkbox] {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
}
input[type=checkbox] + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  background: url('../img/checkbox.png') left -132px no-repeat;
  color: #405C60;
  font-size: 14px;
}
input[type=checkbox]:checked + label {
  background-position: left 2px;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.one-line {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.arrow-up {
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-style: none;
}
.arrow-down {
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-style: none;
}
.arrow-right {
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-style: none;
}
.arrow-left {
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-style: none;
}
.arrow {
  width: 0;
  height: 0;
  display: inline-block;
  vertical-align: middle;
  border-color: white;
  border-width: 5px;
  border-style: solid;
}
.arrow.up {
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-style: none;
}
.arrow.down {
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-style: none;
}
.arrow.right {
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-style: none;
}
.arrow.left {
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-style: none;
}
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}


.column {
    float: left;
    width: 33.33%;
    padding: 5px;
}

/* Clearfix (clear floats) */
.row::after {
    content: "";
    clear: both;
    display: table;
}

.input-field {
  width:80%;
  margin-left:10%;
}


/* quello che prima era nel index.php */


table.conto, table.cart {
  max-width: 400px;
  margin: 0 auto;
  background: white;
  border: 1px solid #A6C4C8;
  padding: 10px 10px 0 0;
}

td.conto, td.cart {
  padding: 1mm 0 1mm 0;
}

tr.alert {
  color: red;
}
tr.out-of-stock {
  color: #888;
  text-decoration: line-through;
}

td.conto.summary {
  padding: 0;
}

.conto.category, .list-info {
  padding-left: 1.5em;
  font-size: 80%;
  display:block;
}

td.conto.qty {
  width: 10%;
  text-align: right;
  padding-right: 0.5em;
}

td.conto.price {
  width: 20%;
  text-align: right;
}

td.total {
  font-size: 150%;
}

th.info_hdr {
  text-align:left;
}

th {
  font-style: italic;
  font-weight: normal;
}

table.two_buttons {
  width:100%;
}
.two_buttons td {
  width:50%;
}

.tabline:nth-of-type(2n) {
  background-color:#eee;
}

.zero {
  text-decoration: line-through;
}

.btn-page {
  width:90%;
}

.btn-reparto {
  width:80%;
  background:#48f; 
}

button.btn-return {
}
.add, button.btn-save, button.btn-confirm {
  background-color:#2a3; 
}
.add:hover, button.btn-save:hover, button.btn-confirm:hover {
  background-color:#28c83c; 
}
button:disabled, button:disabled:hover {
  background-color:#ddd; 
}
td.disabled {
  color:#aaa;
}
.sub, button.btn-cancel,button.btn-exit {
  background-color:#d44; 
}
.sub:hover, button.btn-cancel:hover,button.btn-exit:hover {
  background-color:#f55; 
}

.radio-button .sub
{
  display:none;
}
.radio-button .add 
{
  transform: scale(1.5);
}

.btn-left {
  width: 50%;
  float:left;
}
.btn-right {
  width: 50%;
  float:right;
}
.conto {
  width:90%;
}

.line-center {
  text-align:center;
  position: relative;
  left: 50%;
  transform: translate(-50%,0);
}

.form-title p {
  margin:0;
}

p, h1, h2, form, .spin  {
  text-align: center;
}

.spin {
  padding-bottom: 3em;
}

.fa-spin {
  font-size: 3em;
  color: #ccc;
}

.image_holder {
  text-align: center;
  width: 100%;
  padding-left:5%;
  padding-right:5%;
}

.image_cropper {
  position: relative;
  width: 100%;
}

.image_content {
  position: absolute;
  width: 100%;
  height: 100%;
}
.image_plu {
  width: 100%;
  border-radius: 10%;
}

.background-window {
  position: fixed;
  width:100%;
  height:100%;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background-color: transparent;
}

.exit-page {
  position: fixed;
  display: none;
  width:100%;
  height:100%;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background-color: #eee;
  color: #000;
  z-index: 2;
  font-size: 2em;
}

.progress-button {
  position: fixed;
  display: none;
  width:100%
  height:100%;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background-color: rgba(0,0,0,0.1);
  color: rgba(0,0,0,0.5);
  z-index: 2;
}
.centered {
  text-align:center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.transparent {
  background-color: rgba(0,0,0,0);
}
.center {
  text-align:center;
}
.flags table{
  margin-left:10%;
  width:80%;
}
.flags td {
  text-align:center;
  font-size:2em;
}
.webmenu-table-number {
  position:absolute;
  font-size:75%;
  top:0.5em;
  right:0.5em;
}
.pubblicita-spintec {
  font-size:75%;
  display:flex;
  text-align: left;
  vertical-align: top;
}

.pubblicita-client {
  font-size:75%;
  text-align: right;
  vertical-align: top;
}

.navigate {
  position: fixed;
  display: none;
  width:100%
  height: 100%;
  bottom: 20%;
  background-color: rgba(0,0,0,0.1);
  color: rgba(0,0,0,0.5);
  z-index: 2;
  font-size:8mm;
  transform: scale(1, 3);
  cursor: pointer;
  border-radius: 15%;
  padding-right:0.5em;
  padding-left:0.5em;
}

.nav_r {
  right: 0%;
}

.nav_l {
  left: 0%;
}

.descr_edit div {
 width:100%;
}
.descr_edit textarea, .descr_edit label {
  width:80%;
  margin-left:10%;
  margin-right:10%;
}
.descr_edit textarea
{
  resize: none;
  text-align:center;
}

.flag
{
  cursor:pointer;
}


/* CHECKBOX */


.container-conditions {
  width:max-content;
  height:max-content;
}

.container-conditions input[type="checkbox"] + label {
  margin-top:10px;
  margin-bottom:10px;
  font-size:150%;
  float:left;
}


/*** custom checkboxes ***/

input[type=checkbox] { 
 width: 40px; 
 height: 40px;
 color: #000; 
} 

