 /* Reset styles */
* {
    margin: 0;
    padding: 0;
}
html,
body {
    height: 100%;
}
body {
    background-attachment: scroll;
    background-color: #efefef;
    
    background-position: left top;
    background-repeat: repeat;
    color: #333333;
    font-weight: normal;
    font-size: 13px;
    font-family: Tahoma, Verdana, Arial;
    min-height: 100%;
    position: relative; 
}
article,
header,
nav,
section,
aside,
footer {
    display: block;
}
img {
    border: none;
    outline: none;
    vertical-align: top;
}
p {
    margin: 0;
    padding: 0 0 10px 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    margin: 0;
    padding: 0;
}
h1 {
    font-size: 20px;
    font-family: Tahoma, Verdana, Arial;
    margin: 5px 0 15px 0;
    color: #333333;
}
h2,
.cnt-ttl {
    font-size: 18px;
    margin-bottom: 5px;
}
ul,
ol {
    padding-left: 20px;
}
ul,
li {
    margin: 0;
}
ul li,
ol li {
    margin-bottom: 5px;
}
a {
    color: #2a7fd3;
    cursor: pointer;
    outline: none;
    text-decoration: underline;
}
a:hover {
    color: #ff0000;
    text-decoration: underline;
}
.clr {
  *zoom: 1;
}

.clr:before,
.clr:after {
  display: table;
  line-height: 0;
  content: "";
}
.clr:after {
  clear: both;
}
/* END Reset styles */

/* Sprites */
.ico {
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
}

/* Page structure */
.cntr {
    margin: 0 auto;
    padding: 0 10px;
    position:relative;
    width: 960px;
}
.cnt-wrap {
    padding: 0 0 30px;
}
.cnt-wrap .cntr {
    padding-top: 15px;
}
.l-col,
.cnt {
    float: left;
}
.l-col {
    width: 250px;
}
.cnt {
    padding-left: 20px;
    width: 690px;
}
.cnt .blk {
    background-color: #ffffff;
    border-color: #dddddd;
}
.cnt-full {
    min-height: 300px;
    padding-left: 20px;
    padding-right: 20px;
}
.cnt-two-cols {
    width: 700px;
}
.blk {
    background:  #ffffff;
    border: 1px solid #dddddd;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 15px;
    overflow: hidden;
}
.blk-ttl {
    color: #000000;
    font-size: 16px;
    padding: 7px 10px 5px 10px;
}
.blk-ttl a,
.blk-ttl a:hover {
    color: #000;
    text-decoration: none;
}
.blk-body {
    padding: 5px 10px 10px 10px;
}
.blk .a {
    color: #333;
}
.h-banner {
    padding-bottom: 15px;
    text-align: center;
}
.page-cnt {
    padding: 10px 10px 30px 10px;
}
.blk-ads {
    margin-bottom: 15px;
}
.empty-txt {
    margin: 30px 0 0;
    text-align: center;
}
.attent-blk {
    background: #f6f6f6;
    border: 1px solid #bbb;
    font-style: italic;
    margin: 20px 0 0;
    padding: 10px;
}
/* END Page structure */

/* Form */
input,
textarea {
    color: #000;
    font-family: Tahoma, Verdana, Arial;
    outline: none;
}
input,
select,
textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.hide-txt {
    display: none;
}
span.err-txt {
    clear: both;
    color: #ff0000;
    display: block;
    font-size: 11px;
}
.capt-blk span.err-text {
    clear: both;
    display: block;
}
.sucs-blk,
.err-blk {
    color:#333;
    display:none;
    margin: 15px 0 0;
    padding: 12px 10px;
}
.sucs-blk {
    background: #e3f8fc;
    border: 1px solid #07b1d5;
}
.cnt .sucs-blk {
    margin: 15px 0;
}
.err-blk {
    background:#fceef0;
    border:1px solid #ff0000;
}
.btn {
    background-color: #e31515;
    background-image: -moz-linear-gradient(center top, #e24141 0, #e31515 100%);
    background-image: -webkit-linear-gradient(#e24141, #e31515);
    background-image: -ms-linear-gradient(#e24141, #e31515);
    background-image: -o-linear-gradient(#e24141, #e31515);
    background-image: linear-gradient(#e24141, #e31515);
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #ffffff;
    display: block;
    float: left;
    font-size: 13px;
    overflow: visible;
    padding: 3px 20px 5px 20px;
    position: relative;
    text-decoration: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35);
    -webkit-appearance: none;
}
.btn:hover {
    background-color: #e21e1e;
    background-image: -moz-linear-gradient(center top, #de6868 0, #e21e1e 100%);
    background-image: -webkit-linear-gradient(#de6868, #e21e1e);
    background-image: -ms-linear-gradient(#de6868, #e21e1e);
    background-image: -o-linear-gradient(#de6868, #e21e1e);
    background-image: linear-gradient(#de6868, #e21e1e);
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
}
.btn:active {
    background-image: -moz-linear-gradient(#e32929, #e14f4f);
    background-image: -webkit-linear-gradient(#e32929, #e14f4f);
    background-image: -ms-linear-gradient(#e32929, #e14f4f);
    background-image: -o-linear-gradient(#e32929, #e14f4f);
    background-image: linear-gradient(#e32929, #e14f4f);
    color: #ffffff;
}
.inform-btn {
    background-color: #cccccc;
    background-image: -moz-linear-gradient(center top, #eeeeee 0, #cccccc 100%);
    background-image: -webkit-linear-gradient(#eeeeee, #cccccc);
    background-image: -ms-linear-gradient(#eeeeee, #cccccc);
    background-image: -o-linear-gradient(#eeeeee, #cccccc);
    background-image: linear-gradient(#eeeeee, #cccccc);
    color: #333333;
    text-shadow: 1px 1px 1px #fff;
    -webkit-appearance: none;
}
.inform-btn:hover {
    background-color: #bbbbbb;
    background-image: -moz-linear-gradient(center top, #dddddd 0, #bbbbbb 100%);
    background-image: -webkit-linear-gradient(#dddddd, #bbbbbb);
    background-image: -ms-linear-gradient(#dddddd, #bbbbbb);
    background-image: -o-linear-gradient(#dddddd, #bbbbbb);
    background-image: linear-gradient(#dddddd, #bbbbbb);
    color: #333333;
}
.inform-btn:active {
    background-color: #dddddd;
    background-image: -moz-linear-gradient(center top, #bbbbbb 0, #dddddd 100%);
    background-image: -webkit-linear-gradient(#bbbbbb, #dddddd);
    background-image: -ms-linear-gradient(#bbbbbb, #dddddd);
    background-image: -o-linear-gradient(#bbbbbb, #dddddd);
    background-image: linear-gradient(#bbbbbb, #dddddd);
    color: #333333;
}
.cart-add {
    background-color: #e31515;
    background-image: -moz-linear-gradient(center top, #e24141 0, #e31515 100%);
    background-image: -webkit-linear-gradient(#e24141, #e31515);
    background-image: -ms-linear-gradient(#e24141, #e31515);
    background-image: -o-linear-gradient(#e24141, #e31515);
    background-image: linear-gradient(#e24141, #e31515);
    color: #ffffff;
    -webkit-appearance: none;
}
.cart-add:hover {
    background-color: #e21e1e;
    background-image: -moz-linear-gradient(center top, #de6868 0, #e21e1e 100%);
    background-image: -webkit-linear-gradient(#de6868, #e21e1e);
    background-image: -ms-linear-gradient(#de6868, #e21e1e);
    background-image: -o-linear-gradient(#de6868, #e21e1e);
    background-image: linear-gradient(#de6868, #e21e1e);
    color: #ffffff;
}
.cart-add:active {
    background-color: #e14f4f;
    background-image: -moz-linear-gradient(center top, #e32929 0, #e14f4f 100%);
    background-image: -webkit-linear-gradient(#e32929, #e14f4f);
    background-image: -ms-linear-gradient(#e32929, #e14f4f);
    background-image: -o-linear-gradient(#e32929, #e14f4f);
    background-image: linear-gradient(#e32929, #e14f4f);
    color: #ffffff;
}
.loading,
.loading:hover,
.loading:active {
    background-image: url(../img/loader.gif);
    background-position: center center;
    background-repeat: no-repeat;
    color: transparent;
    text-shadow: none;
}
.loading:hover,
.loading:active {
    background-color: #e24141;
}
.inp-blk {
    margin-bottom:11px;
    position:relative;
}
.inp-blk label,
.inp-blk .lbl,
.code-inp-blk label {
    color:#666;
    display:block;
    margin-bottom:2px;
}
.inp-blk input,
.inp-blk textarea,
.c-amount input,
.coupon-blk .inp,
.srch-frm .inp {
    background: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 13px;
    height: 26px;
    line-height: 24px;
    padding: 0 8px;
    width: 100%;
}
.inp-blk input:focus,
.filter-price input:focus,
.inp-blk textarea:focus,
.c-amount input:focus,
.srch-frm .inp:focus,
.coupon-blk .inp:focus {
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 3px rgba(0,0,0,0.2);
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
}
.inp-blk textarea {
    height: 130px;
    line-height: normal;
    min-height: 130px;
    overflow: auto;
    padding: 5px 8px;
    resize: vertical;
}
.data-frm .inp-blk input,
.data-frm .inp-blk textarea {
    width: 508px;
}
.data-frm .inp-blk input.disabled {
    background-color: #f9f9f9;
    border-color: #ccc;
    color: #999;
}
.inp-blk select {
    width: 170px;
}
.capt-blk .img {
    float: left;
    margin-right: 10px;
}
.capt-blk input {
    text-align: center;
    width: 100px;
}
.data-frm .capt-blk input {
    width: 88px;
}
.inp-tip {
    color: #999;
    font-size: 11px;
}
.data-frm h2 {
    font-size: 16px;
    margin-bottom: 10px;
}
.star {
    color: #ff0000;
}
.radio-blk {
    margin-bottom: 5px;
}
.radio-blk input {
    float: left;
    margin-right: 4px;
}
.radio-blk label {
    display: block;
    overflow: hidden;
}
.radio-ttl {
    display: block;
    margin-bottom: 5px;
}
.srch-frm .inp {
    float: left;
    margin-right: 10px;
    width: 400px;
}
.srch-frm {
    margin-bottom: 20px;
}
.srch-frm p {
    margin-top: 5px;
}
/* END Form */

/* Header */
header {
    color: #333333;
    overflow: hidden;
}
header a {
    color: #2a7fd3;
}
header a:hover {
    color: #a324a3;
}
.h-top {
    padding: 15px 0 5px;
}
.logo {
    border-right: 1px solid #ddd;
    float: left;
    padding-right: 20px;
}
.logo img {
    max-width: 100%;
}
.h-center {
    float: left;
    padding-left: 20px;
}
.h-right {
    float: right;
}
.h-contact {
    text-align: right;
}
.currency-blk {
    margin-top: 15px;
}
.menu-blk {
    background-color: #222222;
    background-image: -moz-linear-gradient(center top,  #555555 0, #222222 100%);
    background-image: -webkit-linear-gradient( #555555, #222222);
    background-image: -ms-linear-gradient( #555555, #222222);
    background-image: -o-linear-gradient( #555555, #222222);
    background-image: linear-gradient( #555555, #222222);
    -webkit-box-shadow: 1px 2px 3px rgba(0,0,0,0.21);
    -moz-box-shadow: 1px 2px 3px rgba(0,0,0,0.21);
    box-shadow: 1px 2px 3px rgba(0,0,0,0.21);
    overflow: hidden;
}
.menu {
    float: left;
    font-weight: bold;
    list-style: none;
    margin: 0;
    padding: 0;
    text-shadow: 1px 1px 1px #fff;
}
.menu li {
    float: left;
    font-size: 13px;
    margin: 0;
    padding: 0;
}
.menu a {
    color: #ffffff;
    display: block;
    padding: 12px 23px 13px 23px;
    text-decoration: none;
    text-shadow: 1px 1px 1px #000;
}
.menu a:hover {
    background-color: #d7d7d7;
    background-image: -moz-linear-gradient(center top,  #f5f5f5 0, #d7d7d7 100%);
    background-image: -webkit-linear-gradient( #f5f5f5, #d7d7d7);
    background-image: -ms-linear-gradient( #f5f5f5, #d7d7d7);
    background-image: -o-linear-gradient( #f5f5f5, #d7d7d7);
    background-image: linear-gradient( #f5f5f5, #d7d7d7);
    color: #333333;
    text-decoration: none;
    text-shadow: 1px 1px 1px #fff;
}
.menu a:active {
    background-image: -moz-linear-gradient(center top, #d7d7d7 0, #f5f5f5 100%);
    background-image: -webkit-linear-gradient(#d7d7d7, #f5f5f5);
    background-image: -ms-linear-gradient(#d7d7d7, #f5f5f5);
    background-image: -o-linear-gradient(#d7d7d7, #f5f5f5);
    background-image: linear-gradient(#d7d7d7, #f5f5f5);
    color: #333333;
    text-shadow: 1px 1px 1px #fff;
}
.menu li.cur {
    border-left-color: #e32929;
}
.menu li.cur a,
.menu li.cur a:hover {
    background-color: #e31515;
    background-image: -moz-linear-gradient(center top, #de8c8c 0, #e31515 100%);
    background-image: -webkit-linear-gradient(#de8c8c, #e31515);
    background-image: -ms-linear-gradient(#de8c8c, #e31515);
    background-image: -o-linear-gradient(#de8c8c, #e31515);
    background-image: linear-gradient(#de8c8c, #e31515);
    color: #ffffff;
    text-shadow: 1px 1px 1px #960a0a;
}
.menu .ico,
.menu li.cur a:hover .ico,
.menu li.cur a:active .ico {
    background-position: -17px 0;
    float: left;
    height: 8px;
    margin: 4px 5px 0 0;
    overflow: hidden;
    width: 6px;
}
.menu a:hover .ico {
    background-position: -17px -10px;
}
.srch-blk {
    position: relative;
}
.srch-inp {
    background: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #333;
    float: left;
    height: 26px;
    line-height: 24px;
    padding: 0 30px 0 10px;
    width: 212px;
}
.srch-inp:focus,
.srch-blk-fcs .srch-inp {
    border-color: #ccc;
    color: #000;
}
.srch-btn {
    background-color: transparent;
    background-position: 0 0;
    border: none;
    cursor: pointer;
    display: block;
    height: 16px;
    position: absolute;
    right: 6px;
    top: 5px;
    width: 16px;
}
.srch-btn:hover,
.srch-blk-fcs .srch-btn {
    background-position: 0 -17px;
}
.currency-blk label {
    float: left;
    margin-top: 2px;
    padding-right: 10px;
}
.currency-blk select {
    width: 85px;
}
/* END Header */

/* Bread crumbs */
.crumbs {
    color: #777;
    padding-bottom: 10px;
}
.crumbs .arr {
    margin: 0 3px 0 1px;
}
/* END Bread crumbs */

/* Categories list */
.categ-blk {
    background-color: #db3e40;
    background-image: -moz-linear-gradient(center top, #a12728 0, #db3e40 100%);
    background-image: -webkit-linear-gradient(#a12728, #db3e40);
    background-image: -ms-linear-gradient(#a12728, #db3e40);
    background-image: -o-linear-gradient(#a12728, #db3e40);
    background-image: linear-gradient(#a12728, #db3e40);
    border: none;
}
.categ-blk .blk-ttl {
    color: #ffffff;
    padding-left: 11px;
    padding-top: 8px;
}
.categ-lst {
    list-style: none;
    margin: -8px 0 0;
    padding: 0;
}
.categ-lst a {
    color: #ffffff;
    display: block;
    position: relative;
    text-decoration: none;
    text-shadow: 1px 1px 1px #960a0a;
}
.categ-lst a:hover {
    color: #ffffff;
    text-decoration: underline;
}
.categ-lst .cur > a,
.categ-lst .cur > a:hover {
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}
.categ-lst ul {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
}
.categ-lst .open > ul {
    display: block;
}
.categ-lst li {
    margin: 0;
    padding: 7px 12px 5px;
}
.categ-lst ul li {
    border: none;
    margin: 6px 0 0;
    padding: 0 15px;
}
.categ-lst .ico {
    background-position: -16px -20px;
    display: block;
    height: 6px;
    left: -10px;
    overflow: hidden;
    position: absolute;
    top: 5px;
    width: 6px;
}
.categ-lst .open > a .ico {
    background-position: -17px -29px;
}
.pub-lst,
.brand-lst {
    list-style: none;
    margin: -5px 0 0;
    padding: 0;
}
.pub-lst li,
.brand-lst li {
    border-top: 1px solid #ddd;
    margin: 0;
    padding: 5px 10px 6px 10px;
}
.pub-lst li:first-child,
.brand-lst li:first-child {
    border: none;
}
.pub-lst a,
.brand-lst a {
    color: #333;
    display: block;
    text-decoration: none;
}
.pub-lst a:hover,
.brand-lst a:hover {
    text-decoration: underline;
}
.pub-lst .cur a,
.brand-lst .cur a {
    font-weight: bold;
    text-decoration: none;
}
.date {
    color: #777;
    font-size: 11px;
    font-style: italic;
}
.date-full {
    margin-bottom:5px;
}
.pub-lst .date {
    margin-top: 3px;
}
/* END Categories list */

/* Questionnaire */
.poll-blk .ttl,
.hide-res .ttl {
    padding:5px 0 5px 0;
}
.poll-blk .answers,
.hide-res .answers {
    padding:6px 0 0 0;
    position:relative;
}
.poll-blk .answers .item {
    margin:4px 0;
    overflow: hidden;
}
.poll-blk .answers input {
    float:left;
    outline:none;
}
.poll-blk .answers label {
    color:#666;
    float:left;
    padding-left:8px;
}
.poll-blk .answers label:hover {
    color:#333;
}
.poll-blk .show-res {
    color: #333;
    display: block;
    margin-top: 10px;
}
.poll-blk .btn {
    margin-top: 10px;
}
.hide-res .res-box {
    color:#666;
    margin-bottom:9px;
    padding:0 2px 0 3px;
}
.hide-res .res-box .votes {
    font-size:11px;
    margin-top:4px;
}
.hide-res .res-box .percent {
    float:left;
}
.hide-res .res-box .amount {
    float:right;
}
.hide-res .ln-box {
    background:#ddd;
    height:2px;
    margin-top:1px;
    overflow:hidden;
    position: relative;
}
.hide-res .ln-box .ln {
    background-color: #e21515;
    height: 2px;
    left: 0;
    position: absolute;
    top: 0;
}
.hide-res {
    display:none;
    padding-bottom: 15px;
}
.hide-res .back-poll {
    color: #333;
}
.hide-res .thank {
    color:#555;
    display:none;
    font-weight: bold;
    padding-top:10px;
}
/* END Questionnaire */

/* Login block */
.soc-log {
    border-top: 1px solid #ddd;
    margin-top: 10px;
    padding: 15px 0 10px 0;
}
.soc-log a {
    background-color: transparent;
    border: none;
    float: left;
    height: 29px;
    margin-top: 5px;
    width: 60px;
}
.soc-log a:hover {
    cursor: pointer;
}
.soc-log .wrap {
    width: 234px;
}
.soc-log .fb {
    background-position:-212px -31px;
    margin-left: -6px;
}
.soc-log .tw {
    background-position:-92px -31px;
}
.soc-log .vk {
    background-position:-32px -31px;
}
.soc-log .mailru {
    background-position:-152px -31px;
}
.soc-log .fb:hover {
    background-position:-212px 0;
}
.soc-log .tw:hover {
    background-position:-92px 0;
}
.soc-log .vk:hover {
    background-position:-32px 0;
}
.soc-log .mailru:hover {
    background-position:-152px 0;
}
.soc-log .ttl {
    color: #666;
}
.log-blk a {
    display: block;
    margin-bottom: 1px;
    text-decoration: none;
}
.log-blk a:hover {
    text-decoration: underline;
}
.log-blk .btn {
    margin-top: 10px;
}
/* END Login block */

/* Cart informer */
.cart-info {
    background-color: #ffffff;
    border-color:  #cccccc;
    color: #333333;
    float: right;
    font-weight: bold;
    margin: 15px 0 0 0;
    padding: 10px 12px 10px 10px;
}
.cart-info a {
    color: #2a7fd3;
}
.cart-info a:hover {
    color: #ff0000;
}
.cart-info .ico {
    background-position: 0 -35px;
    float: left;
    height: 17px;
    margin-right: 10px;
    width: 14px;
}
/* END Cart informer */

/* Products list */
.prod-lst .item {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    float: left;
    margin: 0 0 15px 15px;
    padding: 10px;
    width: 197px;
}
.prod-lst .item:hover,
.prod-lst-full .item:hover {
    background-color: #ffffff;
}
.prod-lst .first {
    margin-left: 0;
}
.prod-lst .ttl,
.prod-lst-full .ttl {
    font-size: 16px;
    margin-bottom: 8px;
}
.prod-lst .ttl a,
.prod-lst-full .ttl a {
    color: #333;
    text-decoration: none;
}
.prod-lst .ttl a:hover,
.prod-lst-full .ttl a:hover {
    text-decoration: underline;
}
.prod-lst .img {
    margin-bottom: 10px;
    position: relative;
    text-align:center;
}
.prod-lst .img a,
.prod-lst-full .img a {
    text-decoration: none;
}
.prod-lst .img img,
.prod-lst-full .img img {
    max-height: 100%;
    max-width: 100%;
}
.code {
    color: #999;
}
.brand,
.code {
    margin-bottom: 5px;
}
.prom-blk {
    background-color: #dd4839;
    color: #ffffff;
    padding: 4px 10px;
    position: absolute;
    right: -4px;
    top: 10px;
    text-decoration: none;
}
.prom-blk:hover {
    text-decoration: none;
}
.prom-blk .tria {
    border-right: 4px solid transparent;
    border-top: 3px solid #dd4839;
    bottom: -3px;
    display: block;
    height: 0;
    position: absolute;
    right: 0;
    width: 0;
}
.prom-blk .lbl {
    float: right;
    padding: 4px 10px;
}
.prod-lbls {
    bottom: 5px;
    position: absolute;
    right: -4px;
}
.prod-lst .prod-lbls,
.prod-lst .prom-blk {
    right:-15px;
}
.prod-lbls .prom-blk {
    background-color: transparent;
    display: block;
    margin-top: 6px;
    padding: 0;
    position: relative;
    right: auto;
    top: auto;
}

.prod-lbls .label_1 .lbl {
    background-color: #2a7fd3;
    color: #ffffff;
}
.prod-lbls .label_1 .tria {
    border-top-color: #2a7fd3;
}

.prod-lbls .label_2 .lbl {
    background-color: #209002;
    color: #ffffff;
}
.prod-lbls .label_2 .tria {
    border-top-color: #209002;
}

.prod-lbls .label_3 .lbl {
    background-color: #d08c15;
    color: #ffffff;
}
.prod-lbls .label_3 .tria {
    border-top-color: #d08c15;
}

.prod-lbls .label_4 .lbl {
    background-color: ;
    color: ;
}
.prod-lbls .label_4 .tria {
    border-top-color: ;
}

.availability {
    color: #66971f;
}
.not-stock {
    color: #999999;
}
.prod-lst .prices {
    height: 35px;
}
.prices {
    overflow: hidden;
    margin-top: 10px;
}
.price {
    color: #333333;
    font-size: 14px;
    font-weight: bold;
}
.markdown-btn {
    border-bottom: 1px dashed;
    display: inline-block;
    margin: 5px 0 0;
    text-decoration: none;
}
.markdown-btn:hover {
    text-decoration: none;
}
.price-old {
    color: #999999;
    text-decoration: line-through;
}
.prod-lst .btn {
    float: right;
    margin: 10px 0 0 10px;
}
.prod-lst-full {
    overflow: hidden;
}
.prod-lst-full .item {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 0 0 15px 0;
    padding: 10px;
}
.prod-lst-full .img {
    float: left;
    margin: 0 20px 0 0;
    position: relative;
    text-align: center;
    
        width: 150px;
    
}
.prod-lst-full .ttl {
    margin-bottom: 5px;
}
.prod-lst-full h3 {
    font-size: 13px;
}
.prod-lst-full .btn {
    float: left;
    margin-left: 0;
}
.prod-lst-full .short-txt {
    color: #777;
    margin-bottom: 10px;
}
.prod-lst-full .descr {
    overflow: hidden;
}
.prod-lst-full .prices {
    height: auto;
}
.prod-lst-full .btn {
    float: left;
    margin-top: 10px;
}
/* END Products list */

/* Slider block */
.slider-blk {
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    height: 300px;
    margin-bottom: 20px;
    overflow: hidden;
    width: 688px;
}
.slider-blk .slider-cnt {
    height: 300px;
    width: 688px;
}
.slider-blk ul {
    list-style: none;
    padding: 0;
}
.slider-blk a {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: block;
    height: 100%;
}
.slider-blk .anythingSlider-default .anythingControls a {
    background-color: #bbbbbb;
}
.slider-blk .anythingSlider-default .anythingControls a:hover {
    background-color: #e31515;
}
.slider-blk .anythingSlider-default .anythingControls a.cur {
    background-color: #e31515;
}
/* END Slider block */

/* Product categories list */
.cat-lst .img {
    float: left;
    margin: 0 15px 0 0;
}
.cat-lst .img img {
    width: 50px;
}
.cat-lst .ttl {
    font-size: 14px;
    overflow: hidden;
}
/* END Product categories list */

/* Products navigation*/
.list-nav,
.pager {
    background: #fdfdfd;
    border: 1px solid #ddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 6px 10px;
}
.list-nav {
    margin-bottom: 15px;
}
.sorter {
    float: left;
}
.sorter .ttl,
.sizer .ttl {
    color: #767676;
    float: left;
    margin: 5px 9px 0 0;
}
.sorter .vars {
    float: left;
    position: relative;
}
.sorter .vars a,
.sorter .vars a:hover {
    text-decoration: none;
}
.sorter .cur {
    background: #fff;
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #333;
    display: block;
    padding: 4px 12px;
    width: 116px;
}
.sorter .cur .ttl {
    color: #333;
    margin: 0;
}
.sorter .cur .arr {
    background-position: -272px -34px;
    height: 18px;
    left: 50%;
    margin-left: -9px;
    position: absolute;
    top: 18px;
    width: 19px;
    z-index: 15;
}
.sorter .arr-up {
    background-position: -292px -34px;
    bottom: -10px;
    display: block;
    height: 18px;
    left: 50%;
    margin-left: -9px;
    position: absolute;
    width: 19px;
    z-index: 100;
}
.sorter .vars .lst {
    background: #fff;
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    border-top: none;
    display: none;
    left: 0;
    position: absolute;
    top: 24px;
    width: 140px;
    z-index: 20;
}
.sorter .h-vars {
    z-index: 10;
}
.sorter .h-vars .lst {
    display: block;
}
.sorter .h-vars .cur {
    margin-top: -3px;
    padding-top: 7px;
}
.sorter .h-vars .cur .arr {
    display: none;
}
.sorter .lst .wrap {
    position: relative;
}
.sorter .lst ul {
    list-style: none;
    padding: 5px 0 2px;
}
.sorter .lst li {
    margin: 0;
}
.sorter .lst a {
    border-top: 1px solid #e4e4e4;
    display: block;
    margin: 0 5px;
    padding: 4px 5px 7px;
}
.sorter .lst a:hover {
    background-color: #f9f9f9;
}
.sorter .lst ul a {
    color: #231F20;
}
.sizer {
    float: right;
}
.sizer .cur,
.sizer a,
.sizer .dots {
    border: 1px solid #fdfdfd;
    display: block;
    float: left;
    padding: 4px 8px;
}
.pager .sizer .cur,
.pager .sizer a,
.pager .sizer .dots {
    padding: 3px 8px;
}
.sizer .cur {
    background: #fff;
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.pager {
    padding: 0;
}
.pager .sizer {
    float: left;
    padding: 6px 10px;
}
.pager .nav {
    float: right;
}
.pager .nav .item {
    border-left: 1px solid #d9d9d9;
    float: left;
    height: 23px;
    padding-top: 13px;
    width: 40px;
}
.pager .nav .prev,
.pager .nav .next {
    display: block;
    height: 11px;
    margin: 0 auto;
    width: 8px;
}
.pager .nav .prev {
    background-position: -372px -12px;
}
.pager .nav .next {
    background-position: -381px -12px;
}
.pager .nav a .prev {
    background-position: -372px 0;
}
.pager .nav a .next {
    background-position: -381px 0;
}
.pager .nav a:hover {
    background-color: #f9f9f9;
}
/* END Products navigation*/

/* Filter block */
.filter-blk {
    float: right;
    margin: 0 0 15px 15px;
    width: 195px;
}
.filter-blk .blk-body {
    padding-bottom: 15px;
    padding-top: 10px;
}
.filter-blk ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.filter-blk .selected .ttl {
    font-weight: bold;
    margin-bottom: 15px;
}
.filter-blk .item .ttl {
    border-bottom: 1px solid #ddd;
    font-weight: normal;
    margin: 0 0 12px;
    padding: 0 0 3px;
}
.filter-blk .filter-lst ul {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
}
.filter-blk .filter-lst li {
    margin: 0 0 5px;
    padding: 0;
}
.filter-blk .filter-lst input {
    float: left;
    margin: 2px 5px 0 0;
}
.filter-blk .filter-lst label {
    display: block;
    overflow: hidden;
}
.filter-blk .filter-lst label span {
    color: #999;
}
.filter-blk .disabled,
.filter-blk .disabled span {
    color: #bbb;
}
.filter-blk .filter-price {
    margin-bottom: 15px;
}
.filter-blk .filter-price label {
    float: left;
    margin: 3px 0 0 13px;
    padding-right: 5px;
}
.filter-blk .filter-price label:first-child {
    margin-left: 0;
}
.filter-blk .filter-price input {
    background: #fff;
    border:1px solid #ddd;
    float: left;
    height: 22px;
    line-height: 20px;
    margin: 0;
    padding: 0 5px;
    text-align: center;
    width: 52px;
}
.filter-blk .selected .item {
    margin-bottom: 20px;
}
.filter-blk .selected li {
    cursor: pointer;
    margin-bottom: 5px;
}
.filter-blk .selected .item .ico {
    background-position: -312px -33px;
    float: left;
    height: 11px;
    margin: 3px 5px 0 0;
    width: 11px;
}
.filter-blk .selected .lbl {
    display: block;
    overflow: hidden;
}
.filter-blk .selected li:hover .lbl {
    text-decoration: underline;
}
.filter-blk .reset .ico {
    background-position: -324px -33px;
    float: left;
    height: 15px;
    margin-right: 5px;
    width: 15px;
}
.filter-blk .reset .lbl {
    color: #333;
    display: block;
    overflow: hidden;
    text-decoration: underline;
}
.filter-blk .selected {
    margin-bottom:20px;
}
/* END Filter block */

/* Gallery block */
.gal-blk {
    float: left;
    margin: 0 25px 30px 0;
    max-width: 280px;
}
.main-photo {
    margin-bottom: 5px;
    text-align: center;
    position: relative;
}
.main-photo img {
    max-height: 400px;
    max-width: 100%;
}
.gal-lst {
    text-align: center;
}
.gal-lst a {
    display: inline-block;
}
.gal-lst img {
    border:1px solid #ddd;
    height:50px;
    margin:5px 8px 0 0;
    padding:3px;
}
.gal-lst a:hover img {
    border-color:#2a7fd3;
}
.gal-pub-blk,
.txt-blk {
    margin-bottom: 15px;
}
.like-blk {
    margin-bottom: 25px;
}
.like-blk .item {
    float: left;
    width: 125px;
}
/* END Gallery block */

/* Product */
.prod-descr-blk {
    overflow: auto;
    margin-bottom: 30px;
}
.prod-descr-blk .inp-blk select {
    width: 200px;
}
.prod-descr-blk .availability {
    margin-bottom: 5px;
}
.prod-descr-blk .price {
    font-size: 16px;
    font-weight: bold;
}
.prod-descr-blk .complect-blk,
.prod-descr-blk .select-props {
    margin-top: 10px;
}
.prod-descr-blk .inform-btn {
    margin-top: 10px;
}
.complect-blk .disabled {
    color: #bbb;
}
.amount-blk {
    padding-top: 10px;
}
.amount-blk label {
    float: left;
    margin-top: 4px;
    padding-right: 5px;
}
.amount-blk input {
    float: left;
    height: 22px;
    line-height: 22px;
    padding-right: 0;
    text-align: center;
    width: 58px;
}
.prod-txt {
    margin-bottom: 15px;
}
.prom-info {
    color: #ff0000;
    font-size: 14px;
    margin-bottom: 10px;
}
.add-prods {
    margin-top: 30px;
}
.add-prods .cnt-ttl {
    margin-bottom:10px;
}
.add-prods .prod-lst .item {
    width:190px;
}
.prod-descr-blk .rating {
    margin: 10px 0 5px;
}
.prod-descr-blk .rating .total {
    float: left;
    padding: 0 0 0 5px;
}
.prod-descr-blk .rating .votes {
    color: #999;
    float: left;
    padding: 0 0 0 5px;
    text-transform: lowercase;
}
.prod-descr-blk .rating ul {
    padding: 0;
}
/* END Product */

/* Product complect */
.complect-tbl {
    border:1px solid #ddd;
    border-bottom: none;
    border-collapse:collapse;
    color:#777;
    margin-bottom:20px;
    text-align:center;
    width:100%;
}
.complect-tbl-horiz {
    text-align:left;
}
.complect-tbl td {
    border-bottom:1px solid #ddd;
    padding:5px 10px;
    vertical-align: top;
}
.complect-tbl tr:first-child {
    color:#333;
}
.complect-tbl tr:nth-child(odd) td {
    background:#eee;
}
.complect-tbl-horiz tr:first-child {
    color:#777;
}
.complect-tbl-horiz td:nth-child(odd) {
    width:200px;
}
.quant-disc-tbl {
    border:1px solid #ddd;
    border-bottom: none;
    border-collapse:collapse;
    color:#777;
    margin-bottom:20px;
    text-align:center;
    width:100%;
}
.quant-disc-tbl td {
    border-bottom:1px solid #ddd;
    padding:5px 10px;
    vertical-align: top;
}
.quant-disc-tbl tr:nth-child(odd) td {
    background:#f2f2f2;
}
.quant-disc-tbl td.first {
    text-align: left;
    width: 100px;
}
/* END Product complect */

/* Product review */
.rvw-lst {
    margin-bottom: 30px;
}
.rvw-lst .item {
    border-bottom: 1px solid #d9d9d9;
    color: #333;
    padding: 12px 5px;
}
.rvw-lst .auth {
    float: left;
    font-weight: bold;
}
.rvw-lst .date {
    color: #777;
    float: left;
    font-size: 12px;
    font-style: italic;
    margin: 1px 0 0 10px;
}
.rvw-lst .txt {
    margin-top: 5px;
}
.rating-add {
    padding: 5px 0 11px;
}
.rating-add .ttl {
    color: #666;
    float: left;
}
.rating ul,
.rating-add ul {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0 0 0 7px;
}
.rating ul .ico,
.rating-add ul .ico {
    background-position: -372px -41px;
    cursor: pointer;
    float: left;
    height: 16px;
    margin: 0;
    padding: 0 2px 0 0;
    width: 18px;
}
.rating ul .cur,
.rating-add ul .cur,
.rating-add ul .ico:hover {
    background-position: -372px -24px;
}
.rating ul .ico {
    cursor: default;
}
.rvw-lst .rating {
    float: left;
    padding: 0 0 0 5px;
}
/* END Review form */

/* Contacts */
.contact-frm {
    margin-top: 25px;
}
.map-wrap {
    margin-top: 10px;
}
.map-canvas {
    border:solid 1px #777;
    height:400px;
}
/* END Contacts */

/* Price-list */
.price-lst h2 {
    color: #777;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
.price-lst h2 a {
    border-bottom: 1px solid #ddd;
    color: #333;
    display: block;
    overflow: hidden;
    padding: 4px 3px;
    text-decoration: none;
}
.price-lst h2 a:hover {
    background: #f7f7f7;
    color: #333;
    text-decoration: none;
}
.price-lst h2 a:hover span {
    cursor: pointer;
}
.price-lst .val {
    float: right;
    padding-left: 5px;
    text-align: right;
    width: 150px;
}
.price-lst .ttl {
    overflow: hidden;
}
/* END Price-list */

/* Cart */
.cart-tbl {
    border-collapse: collapse;
    margin-bottom: 10px;
    width: 100%;
}
.cart-tbl tbody tr:nth-child(even) td {
    background: #fbfbfb;
}
.cart-tbl tbody tr:hover td {
    background: #f2f2f2;
}
.cart-tbl tfoot tr:hover td {
    background-color: transparent;
}
.cart-tbl th {
    border-bottom:1px solid #ddd;
    color: #777;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
}
.cart-tbl th,
.cart-tbl td {
    padding:5px;
    vertical-align:middle;
}
.cart-tbl td {
    border-bottom: 1px solid #ddd;
}
.cart-tbl .c-img {
    text-align: center;
    vertical-align: top;
    width: 90px;
}
.cart-tbl .c-img img {
    max-width: 90px;
}
.cart-tbl th.c-img {
    text-align: left;
}
.cart-tbl th.c-ttl {
    padding: 5px 10px;
}
.cart-tbl td.c-ttl {
    padding: 8px 15px 5px 15px;
    vertical-align: top;
}
.cart-tbl .c-price {
    text-align: center;
    white-space: nowrap;
    width: 90px;
}
.cart-tbl .c-amount,
.cart-tbl .c-del {
    text-align: center;
}
.cart-tbl .c-del .ico {
    background-position: -340px -33px;
    cursor: pointer;
    display: block;
    height: 14px;
    margin: 0 auto;
    width: 14px;
}
.cart-tbl td.c-amount {
    padding: 5px 10px;
}
.cart-tbl .c-amount input {
    height: 22px;
    line-height: 22px;
    text-align: center;
    width: 60px;
}
.cart-tbl td.c-del {
    padding-left: 10px;
    padding-right: 10px;
}
.cart-tbl .complect-blk {
    color: #666;
    margin-bottom: 5px;
}
.cart-tbl tfoot {
    color: #777;
}
.cart-tbl tfoot tr:first-child td {
    border-top: 3px solid #ccc;
}
.cart-tbl tfoot .ttl {
    font-size: 12px;
    text-align: right;
}
.cart-tbl .total {
    color: #333;
    font-size: 14px;
    text-align: right;
    white-space: nowrap;
}
.cart-tbl .total-ln .ttl {
    text-transform: uppercase;
}
.cart-tbl .total-ln .total {
    font-weight: bold;
}
.cart-tbl .total-ln a {
    float: left;
    margin-right: 10px;
    text-decoration: none;
}
.cart-tbl .complect-blk,
.cart-tbl .props {
    margin-top: 5px;
}
.cart-tbl .props {
    color: #777;
}
.total-blk .btn {
    float: right;
}
/* END Cart */

/* Purchase */
.order-frm {
    border-right: 1px solid #cacaca;
    float: left;
    padding-right: 30px;
    width: 370px;
}
.order-frm .inp-blk input,
.order-frm .inp-blk textarea {
    width: 100%;
}
.order-frm .inp-blk select {
    width: 370px;
}
.order-info {
    border-left: 1px solid #cacaca;
    float: left;
    margin-left: -1px;
    padding-left: 27px;
    width: 510px;
}
.order-info .btn {
    float: right;
}
.order-info .c-img,
.order-info .c-img img {
    width: 50px;
}
.coupon-blk .lbl {
    color: #666;
}
.coupon-blk .lbl a {
    border-bottom: 1px dotted #2a7fd3;
    font-weight: bold;
    text-decoration: none;
}
.coupon-blk .lbl a:hover {
    border-bottom: 1px dotted #ff0000;
    text-decoration: none;
}
.coupon-blk {
    margin-bottom: 10px;
}
.code-inp-blk,
.coupon-blk .info {
    display: none;
    margin-top: 10px;
}
.coupon-blk .code-inp-blk .inp {
    float: left;
    width: 195px;
}
.code-inp-blk .btn {
    float: left;
    margin-left: 10px;
    padding-left: 15px;
    padding-right: 15px;
}
.coupon-blk .code {
    background: #e6f4fb;
    background: -moz-linear-gradient(top, #e6f4fb 0%, #d8eef9 100%);
    background: -webkit-linear-gradient(#e6f4fb, #d8eef9);
    background: -ms-linear-gradient(#e6f4fb, #d8eef9);
    background: -o-linear-gradient(#e6f4fb, #d8eef9);
    background: linear-gradient(top, #e6f4fb 0%, #d8eef9 100%);
    border:1px solid #a0c3dd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
    color: #555;
    float: left;
    padding: 3px 3px 2px 3px;
}
.coupon-blk .code .txt {
    border: 1px dashed #8ab4d1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: bold;
    padding: 5px 6px 3px 6px;
}
.coupon-blk .info label {
    color: #767676;
    display: block;
    margin-bottom: 2px;
}
.coupon-blk .info .ico {
    background-position: -340px -33px;
    cursor: pointer;
    display: block;
    float: left;
    height: 14px;
    margin: 12px 0 0 10px;
    width: 14px;
}
/* END Purchase */

/* Orders list */
.order-lst .item {
    border-top: 1px solid #ddd;
    padding: 12px 0;
}
.order-lst .item:first-child {
    border: none;
}
.order-lst h2 {
    font-size: 14px;
    margin-bottom: 5px;
}
/* END Orders list */

/* Order */
.order-data label,
.order-data .lbl {
    float: left;
    padding-right: 10px;
    width: 150px;
}
.inp-val {
    overflow: hidden;
}
.order-stat {
    background: #f9f9f9;
    background: -moz-linear-gradient(center top, #ffffff 0, #f2f2f2 100%);
    background: -webkit-linear-gradient(#ffffff, #f2f2f2);
    background:-ms-linear-gradient(#ffffff, #f2f2f2);
    background:-o-linear-gradient(#ffffff, #f2f2f2);
    background:linear-gradient(#ffffff, #f2f2f2);
    border: 1px solid #ddd;
    margin: 0 0 10px -6px;
    padding: 8px 5px 0 5px;
}
.order-stat .inp-blk {
    margin-bottom: 8px;
}
.stat-true .inp-val {
    color:#228b22;
}
.dlg-blk {
    margin-top: 30px;
}
.dlg-blk h2 {
    border-bottom: 1px dotted #ddd;
    margin-bottom: 0;
    padding-bottom: 7px;
}
.dlg-lst .item {
    border-bottom: 1px dotted #ddd;
    padding: 10px 5px;
}
.dlg-lst .info {
    float: left;
    padding-right: 10px;
    text-align: right;
    width: 150px;
}
.dlg-lst .date {
    color: #999;
    font-size: 11px;
    font-style: italic;
    padding-top: 2px;
}
.dlg-lst .txt {
    overflow: hidden;
}
.dlg-lst .answ {
    background: #f9f9f9;
}
.dlg-frm {
    margin-left: 165px;
}
.dlg-frm .inp-blk textarea {
    width: 718px;
}
/* END Order */

/* Footer */
footer {
    background-color: #ffffff;
    border-top: 1px solid #dddddd;
    color: #333333;
    overflow: hidden;
    padding: 0 10px;    
}
footer .cntr {
    padding: 10px;  
    width: 940px;
}
footer a {
    color: #2a7fd3;
}
footer a:hover {
    color: #ff0000;
}
.f-menu {
    margin-bottom: 5px;
}
.f-menu span {
    margin: 0 1px;
}
.f-left {
    overflow: hidden;
}
.f-right {
    float: right;
    margin-left: 20px;
}
.soc-links {
    float: right;
    margin-top: -1px;
}
.soc-links a {
    float: right;
    height: 32px;
    margin: 0 10px 0 0;
    width: 32px;
}
.soc-links .fb {
    background-position: -272px 0;
    height: 33px;
    width: 33px;
}
.soc-links .vk {
    background-position: -338px 0;
}
.soc-links .tw {
    background-position: -305px 0;
}
.sellbe-count {
    float: right;
}
.f-counts {
    padding-top: 10px;
    text-align: center;
}
.tmpl-src {
    display: none;
}
/* END Footer */

/* Popup */
.pop-wrap {
    background: #000;
    display: none;
    filter: alpha(opacity = 50);
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}
.pop {
    background: #f7f7f7;
    border: 1px solid #d9d9d9;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 0 0 20px #2b2929;
    -moz-box-shadow: 0 0 20px #2b2929;
    box-shadow: 0 0 20px #2b2929;
    display: none;
    margin-left: -230px;
    margin-top: -110px;
    padding-bottom: 20px;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 460px;
    z-index: 1000;
}
.pop-blk {
    padding: 24px 30px 10px 30px;
    position: relative;
}
.pop-ttl {
    color: #777;
    font-size: 16px;
    overflow: hidden;
}
.pop .cls-btn {
    background-position: -355px -33px;
    cursor: pointer;
    float: right;
    height: 15px;
    margin: 2px 0 0 10px;
    width: 15px;
}
.sucs-pop .pop-ttl,
.err-pop .pop-ttl {
    clear: both;
    margin: 0;
    padding: 15px 0 20px;
    text-align: center;
}
.err-pop {
    background-color: rgba(247,247,247,0.9); 
}
.err-pop .pop-ttl {
    color: #db3e40;
    font-size: 18px;
    text-shadow: 1px 1px 1px #fff;
}
.pop .inp-blk input {
    width: 380px;
}
.pop-ttl {
    margin-bottom: 15px;
}
.cart-pop {
    margin: 0 0 0 -300px;
    top: 100px;
    width: 600px;
}
.cart-pop .pop-ttl {
    padding-bottom: 10px;
}
.cart-pop .cart-tbl-wrap {
    overflow-y: auto;
}
.cart-pop .c-img,
.cart-pop .c-img img {
    width: 50px;
}
.cart-pop .continue {
    background: transparent;
    border-bottom: 1px dotted #2a7fd3;
    color: #2a7fd3;
    cursor: pointer;
    height: auto;
    margin: 3px 15px 0 0;
    width: auto;
}
.cart-pop .continue:hover {
    border-bottom-color: #ff0000;
    color: #ff0000;
}
/* END Popup */

/* Languages */
.lang-blk {
    font-size: 10px;
    line-height: 16px;
    padding: 0 0 15px;
    text-transform: uppercase;
}
.lang-blk a,
.lang-blk .cur {
    float: left;
    margin: 0 10px 0 0;
}
.lang-blk a,
.lang-blk a:hover {
    text-decoration: none;
}
.lang-blk .cur {
    font-weight: bold;
}
.lang-blk img {
    margin: 0 3px 0 0;
}
/* END Languages */

@media screen and (max-device-width: 1024px) {
    .pop-wrap {
        cursor: pointer;
    }
}
