/* 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;
}
.footer-contacts li {
  padding-bottom:5px;
}

.utp-main {
  display:flex;
  justify-content: space-between;
}

.utp-main div {
  padding-right:15px;
}
.utp-main div:last-child {
  padding-right:0px !important;
}

.utp-main img {
  max-width:80%;
}

.utp-main div {
  width:33%;
  text-align: center;
}

.page_image {
  width:100%;
}

.fadelink-bottom {
  z-index:0 !important;
  margin-top:-20px;

}

.fadelink-bottom h2 {
  margin-bottom:0px !important;
}

.fadelink h2 i{
  line-height:1 !important;
}

/*
@media (min-width: 1200px) {
  .span3 {
      width: 260px !important;
  }
}
*/

.cats-items h4{
  margin-bottom:5px !important;
}

.cats-items {
  margin-bottom:20px;
}

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

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

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


.subcast-title {
  font-size.1.5em;
  line-height:1.8;
}

.page-content {
  padding-bottom:50px;
}

.page-content ul {
  list-style-type: circle;
  margin-left:20px;
  padding-bottom:20px;

}

.page-content ol {
  list-style-type:decimal;
  margin-left:20px;
  padding-bottom:20px;

}

.page-content ul li {
  list-style-type: circle;
}

.item-discontinued {
  font-weight: bold;
  font-size:20px;
  color:red !important;
}

.page-content h1 {
  line-height: 36px !important;
}

.page-content h2 {
  line-height: 32px !important;
}

.btn-orange {
  background:orange;
  color:black;
}

.popular-pages-title {
  padding-top:10px;
  padding-bottom:5px;
  font-weight: bold;
  font-size:14px;
}

.popular_pages>li {
  display:block;
  float:left;
  margin-right:10px;
}

.new_items>li {
  display:block;
}

@media (max-width: 600px) {
  .form-mail input, .form-search input.search-query {
      width: auto;
  }

  #header>.container, section.slider .container, section#content>.container {
      padding-left:5px !important;
      padding-right:5px !important;
  }
}

.sublist {
  padding-bottom:0px !important;
}

h2 {
  padding-top: 20px;
}

.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: 400px;*/
  overflow: hidden;
  flex-wrap: nowrap;
  flex-direction: column-reverse;
  justify-content: center;
  margin-bottom:10px;
}

.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;
  padding-bottom:10px;
}

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

@media(max-width:1000px) {
  .ls-s1 .text {
    font-size:4em !important;
    line-height: 1em !important;
  }

}
h3 small {
  margin-top:10px !important;
  display: block;
}

#cookie_agreement {
  border-top: none !important`;
  min-width: 200px !important;
  bottom: 15vh !important;
  left: 4vw !important;
  width: 15vw !important;
  border-radius: 10px !important;
  border: 1px solid #606060 !important;
  background: #606060 !important;
  color:#fff;
}

#cookie_agreement a, #cookie_agreement a:visited, #cookie_agreement a:active{
  color:#fff;
  text-decoration: underline;
}

#cookie_agreement a:hover {
  color:#fff;
  text-decoration: none;
}

.byorder_label {
  font-size:20px;
  font-weight: bold;
  padding-top:10px;
  padding-bottom:15px;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
}


.phone-header {
  font-family: "Oswald", sans-serif;
  line-height: 1.4;
}

.phone-header-last {
  margin-top:15px;
}

.btn-cart:disabled {
  background-color: gray !important;
}

.combination_selected_char, .combinationValueBtn.combination_selected_char:disabled {
  background:green !important;
}

.combinationValueBtn:disabled {
  background-color: gray !important;
}

.chars_compare {
  width:100%;
}

.chars_compare, .chars_compare td, .chars_compare th {
  border:1px solid;
  padding:5px !important;
}

#megamenu ul.rows_outer ul.menu_row li.col {
  min-height:250px;
}
