
@import url(http://fonts.googleapis.com/css?family=Play&subset=latin,cyrillic-ext,greek,latin-ext,cyrillic);
*{border:0;margin:0;padding:0;}
body{line-height:1.2}
ol,ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
a {text-decoration:none;}
a:hover {text-decoration:underline;}

/*clear*/
.clear:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}
html[xmlns] .clear{display:block;}
* html .clear{height:1%;}

/*css*/
html {
    height: 100%;
    min-height: 100%;
}
body {
    font-family: 'OpenSans', sans-serif;
    font-size: 14px;
    height: 100%;
    min-height: 100%;
    background-color: #fff;
    color: #000;
    overflow-x: hidden;
    line-height: 1.5;
}
img {
    max-width: 100%;
} 
.text p, .text div {
    margin: 10px 0;
    text-align: justify;
}
.text li {
    margin-left: 30px;
}
.text li:before {
  content:"\2022";
  font-size:1.5em;
  padding-right:30px;
}
.text td {
    padding: 10px;
    vertical-align: top;
}
.text img {
    vertical-align: middle;
}
.text h2, .red {
    color: #d64641;
}
input, select, textarea {
    border: solid 1px #dcdcdc;
    padding: 5px 5%;
    width: 90%;
    margin-bottom: 10px;
}
input.btn {
    font-weight: bold;
    width: 100%;
    cursor: pointer;
    padding: 10px 0;
}
/* images view */
#images-view figure {
    margin: 0 1%;
}
#images-view ul li {
    width: 23%;
    float: left;
    margin: 1%;
} 
#images-view ul li {
    cursor: pointer;
}
#images-view ul li img {
    border: 2px solid #fff;
}
#images-view ul li.current img {
    border: 2px solid #d64641;
}
.banner li {
    width: 100%;
}
/* images slider 
.images-slider {
    position: relative;
    margin-top: 30px;
}
.images-slider  div {
    width: 4%;
    position: absolute;
    top: 30%;
    left: 5%;
    cursor: pointer;
}
.images-slider  div.next {
    left: auto;
    right: 5%;
}
.images-slider  ul {
    width: 80%;
    padding-left: 10%;
    overflow: hidden;
}
.images-slider  li {
    display: block;
    height: 100%;
    width: 100%;
}
.images-slider .no {
    display: none !important;
}*/
.radio {
    width: auto;
    height: auto;
    border: 0;
    display: inline;
    margin: 0;
}
@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('../../cms/fonts/glyphicons-halflings-regular.eot');
  src: url('../../cms/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), 
  url('../../cms/fonts/glyphicons-halflings-regular.woff2') format('woff2'), 
  url('../../fonts/glyphicons-halflings-regular.woff') format('woff'), 
  url('../../fonts/glyphicons-halflings-regular.ttf') format('truetype'), 
  url('../../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 20px;
    position: relative;
    top: 5px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon-floppy-disk:before {
    content: "\e172";
}
.glyphicon-remove:before {
    content: "\e014";
}
.glyphicon-shopping-cart:before {
    content: "\e116";
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
#ajax-cart-added {
    padding: 10px 0;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    background-color: #d64641;
    display: none;
    z-index:1000;
    color: #000;
}
#ajax-cart-added a {
    color: #fff;
}

#cart table {
    width: 100%;
}
#cart th, #cart td { 
    text-align: center;
    padding: 5px 10px;
    text-align: center;
    vertical-align: middle;
}
#cart td {
    border: 1px solid #ccc;
}
#cart input {
    width: 50px;
    display: inline;
}
#cart img {
    width: 100px;
    border: 0;
    margin: 0;
}
#cart td a {
    background: transparent;
}
#cart .pull-right {
    text-align: right;
}
#cart .loading {
    width: 100%;
    height: 200px;
    text-align: center;
    background: url(../images/loading.gif) center no-repeat;
    background-size: auto 70px;
}
#order label {
    font-weight: bold;
}  
#order label:first-letter {
  text-transform: capitalize;
}
.order-button {
    background-color: #d64641;
    font-size: 18px;
    color: #fff;
    border-radius:10px;
    padding: 10px 30px;
    border:0;
    display: inline-block;
    width: auto;
    cursor: pointer;
}
.pagination {
    clear: both;
    text-align: center;
    padding: 30px 0 10px 0;
}
.pagination li {
    display: inline-block;
    margin: 0 5px;
}
.pagination li.active span, .pagination li a:hover {
    background-color: #d64641;
    color: #fff;
    border: 1px solid #d64641;
    text-decoration: none;
}
.pagination li a, .pagination li span {
    padding: 5px 10px;
    border: 1px solid #ccc;
}
.pagination li a {
    color: #d64641;
}   
.pagination li.disabled span {
    border: 1px solid #ccc;
    color: #ccc;
}
.pagination li.disabled a:hover {
    background-color: #fff;
    color: #ccc;
    border: 1px solid #fff;
}
.menu-mobile {
    display: none;
}
.glyphicon-th-large:before {
    content: "\e010";
}
.radio {
    width: auto;
    height: auto;
    border: 0;
    display: inline !important;
    margin: 0 !important;
}