#left-col-cat-single{
    float: left;
}


#buy-block,
#params,
#description{
    font-size: 16px;
    padding: 25px;
    background: #fff;
    /*margin-right: 25px;*/
    font-family: Roboto;
}
#left-image{
    width: 600px;
    height: 400px;
    /*border-radius: 25px;*/
    margin-right: 25px;
    margin-bottom: 25px;
}
#count-cont{
    overflow:auto; 
    width: 180px; 
    margin: 0 auto;
}
#params,
#description{
    width: 525px;
    float: right;
}
#description{
    text-align: justify;
    /*margin-left: 430px;*/
    padding: 9px 25px;
    margin-bottom: 25px;
}
#buy-block{
    width: 550px;
    /*float: right;*/
    margin-bottom: 25px;
}
#params div{
    /*display: block;*/
    padding: 10px 0;
    overflow: auto;
}
#params div span{
    float: right;
}
section#banner{
    margin-bottom: 0;
}
.gray{
    padding: 25px;
}
#state-select{
    /*padding-bottom: 25px;*/
}
#state-select select{
    border-radius: 40px;
    border: 2px solid #5a4437;
    display: block;
    background: #fff;
    width: 100%;
    height: 60px;
    font-size: 20px;
    padding: 0 20px;
    outline: none;
}
#state-select label{
    display: block;
    padding: 10px;
    font-size: 20px;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-bottom: 1px solid #5a4437;
}
#state-select label span.prc{
    float: right;
}

/* Hide the browser's default checkbox */
#state-select label input[type=checkbox]{
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
#state-select label .checkmark {
    position: absolute;
    top: 8px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border: 1px solid #5a4437;
}

/* On mouse-over, add a grey background color */
#state-select label:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
#state-select label input:checked ~ .checkmark {
  background-color: #5a4437;
}

/* Create the checkmark/indicator (hidden when not checked) */
#state-select label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
#state-select label input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
#state-select label .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);
}




/*#state-select label input[type=checkbox]{*/
/**/
/*}*/




#simple-state-buy,
#simple-buy{
    display: block;
    padding: 25px;
    margin-top: 25px;
    text-align: center;
    background: #5a4437;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
}
#price-display{
    font-size: 35px;
    text-align: center;
}
#count{
    width: 40px;
    height: 40px;
    text-align: right;
    border: 1px solid #5a4437;
    float: right;
}
#count-label{
    font-size: 20px;
    padding: 10px 0px;
    /* margin: 25px 0; */
    float: left;
    display: block;
}

div#cat-message{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}
div#cat-message::before{
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    background: #000;
    top: 0;
    left: 0;
}
div#cat-message a#back-link{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;   
    display: block;
}
div#cat-message div#cat-message-content{
    position: relative;
    margin: 0 auto;
    width: 600px;
    top: 40%;
    color: #5a4437;
    background: #fff;
    padding: 25px;
    border-radius: 25px;
}
div#cat-message div#cat-message-content p{
    font-size: 25px;
    padding-top: 0;
    margin-top: 0;
    text-align: center;
}
div#cat-message div#cat-message-content a.alert-link{
        color: #fff;
    background: #5a4437;
    padding: 25px;
    border-radius: 25px;
    font-size: 22px;
    display: block;
    margin: 25px auto;
    margin-bottom: 0;
    text-align: center;
    width: 300px;
    text-decoration: none;
}

