/* Responsive table */
.resp-table .table table {
    max-width: 100%;
    min-width: 70%;
}

.resp-table input[type="checkbox"].main-checkbox+label,
input[type="radio"].main-radio+label {
    margin-top: 0;
    margin-bottom: 0;
}

@media only screen and (max-width: 800px), (min-device-width: 768px) and (max-device-width: 1024px) {
    /* Force table to not be like tables anymore */
    .resp-table .table table, .resp-table .table thead, .resp-table .table tbody, .resp-table .table th, .resp-table .table td, .resp-table .table tr {
        display: block;
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    .resp-table .table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .resp-table .table tr {
        border-left: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }
    .resp-table .table tr:last-child {
        border-bottom: 0;
    }
    .resp-table .table td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
    }
    .resp-table .table td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }
    /* Label the data */
    .resp-table .table td:before {
        content: attr(data-title);
    }
}
/* END Responsive table */

/*CHARACTERS LIST - product info*/
.product_info_characters {
  padding:0px;
  margin:0px;
  list-style-type: none;
}
.product_info_characters li {
  display:block;
  float:left;
}
.product_info_characters li:after {
  content : " , ";
}
.product_info_characters li:last-child:after {
  content : "";
}

/*CALLBACK FORM*/

.callback-btn {
  width:100%;
  margin-bottom:20px !important;
}

#callbackform-layer {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*background: #FFF;*/
  padding:5px;
  z-index:100000;
}

.callbackform-close-btn {
  float:right;
  padding-top:10px;
  padding-right:10px;
  cursor:pointer;
}

/*END CALLBACK FORM*/

.buy-oneclick-btn {
  width:100%;
  margin-bottom:20px !important;
}

#buy-oneclick-layer {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*background: #FFF;*/
  padding:5px;
  z-index:100000;
}

.oneclick-item-table {
  padding-top:5px;
  padding-bottom:15px;
}
.oneclick-item-table td {
  padding:10px;
}

.oneclick-item-image>img {
  width:100px;
  padding:5px;
}

.oneclick-item-title {
  padding:5px;
  vertical-align: middle;
  font-family: "Oswald", sans-serif;
  font-weight: normal;
  font-size:1.2em;
}

.buy-oneclick-close-btn {
  float:right;
  padding-top:10px;
  padding-right:10px;
  cursor:pointer;
}

.key_char_title {
  padding-right:10px;
}

.item_key_characters {
  padding-bottom:20px;
}

.key_char_title>i{
  color:green;
}

.key_char_value div {
  padding-bottom:5px;
}

.load_more_button {
  text-align:center;
}

.image-title-main {
    font-size: 14px;
    z-index: 1;
    bottom: 50px;
    left: 0;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border-radius: 0 7px 0 7px;
    background: url(../img/black-transparent.png) repeat 0 0;
}

.item_measure_cart {
  line-height: 30px;
  padding-left:15px;
}
