/* 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 : "";
}

.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;
}

/*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;
}

.callback-opened-header {
  font-size:1.5em;
  padding-top:30px;
  padding-bottom:10px;
}

#callback-opened {
  padding-bottom:30px;
}

#callback-opened input[type="text"]{
  padding:0px !important;
  line-height:2;
  width:70%;
  height:auto !important;
  margin-left:2px;
}

#callback-opened input[type="button"], #callback-opened button{
  background: #00A02A;
  color:#fff;
  border:0px;
  margin:0px;
  padding:0px;
  border-radius: 0px;
  line-height:2;
  padding: 5px;
  margin-left: -3px;
  margin-top:-9px;
}

#callback-opened .pers_agreement {
  padding-top:10px;
}
/*END CALLBACK FORM*/

.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;
}

.crumbs-schema {
  padding: 0px !important;
}

/* favorites */
.fav-short-in-fav a, .fav-full-in-fav a {
	color:red !important;
}

#fav_header {
  padding-right:40px;
}
/* end favorites */

.pages-pagelist-image, .pages-pagefull-image, .news-pagelist-image, .news-pagefull-image {
  display: flex;
  height: 300px;
  overflow: hidden;
  flex-wrap: nowrap;
  flex-direction: column-reverse;
  justify-content: center;
}

.pages-pagelist-image img, .pages-pagefull-image img, .news-pagelist-image img, .news-pagefull-image img{
  width:100%;
}

.pages-pagefull-image, .news-pagefull-image{
  margin-left:0px;
}

.chars_diapasone_manual_input {
  padding-top:20px;
  text-align:center;
}

.chars_diapasone_manual_input input[type=text] {
  width:33%;
}

.cataloglist-descr {
  padding-top:30px;
  padding-bottom:40px;
}

.cataloglist-descr ul {
  list-style:initial;
}

.cataloglist-descr ul li{
  margin-left:20px;
}

.error_area {
  color:red;
  padding-bottom:10px;
}

.filelist_other_attachments .eds_icon {
  margin-top:-40px !important;
}

.attachments_header {
  padding-top:20px;
  text-transform: uppercase;
  font-size:1.6em;
}

.attachments_list {
  display:flex;
  flex-wrap: wrap;
}

.attachments_list li {
  text-align: center;
  padding:10px;
}

.popular-items-sidebar {
  margin-left:-30px;
}

.tags-cloud {
  display:flex;
  flex-wrap: wrap;
}
.meta-tags-cloud {
  padding-right:10px;
  padding-bottom:5px;
}
