/*
 * Webasyst Default 3.0 theme family
 *
 * Shop-Script app CSS
 * (requires linking base default.css file from the Site app)
 *
 * @link http://www.webasyst.com/
 * @author Webasyst LLC
 * @copyright 2015 Webasyst LLC
 * @package Webasyst
 *
 * ... extends base Site app's default.css
 */
.currency-toggle {
    right: 0;
    position: absolute;
}

.bonus {
    background: #ceb;
    padding: 2px 4px 1px;
}

.plugin {
    margin-bottom: 20px;
}

/* shipping and payment plugins ouput */
span.loading {
    position: relative;
    top: 4px;
    left: 10px;
}

.checkout span.loading {
    position: relative;
    top: 4px;
    left: 10px;
}

/*#compare-leash {
    position: fixed;
    bottom: 0;
    box-shadow: 0 2px 9px rgba(0, 0, 0, 0.4);
    font-size: 1.1em;
    right: 30px;
    z-index: 9999;
}

#compare-leash a {
    color: #fff;
    background: #ffa800;
    display: block;
    padding: 10px 15px;
    -webkit-transition: background 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out;
    -ms-transition: background 0.5s ease-in-out;
    transition: background 0.5s ease-in-out;
}

#compare-leash a:hover {
    background: red;
    color: #fff !important;
}

#compare-leash a.just-added {
    background: #f00;
}*/

/* Product list
--------------- */
ul.sub-categories {
    /*margin: 20px -20px;*/
    padding: 0;
}

/* Важно! Стили подираются для каждой темы дизайна, индивидуально. */
/* Создатели тем дизайна, быстро найдут решение. */
ul.sub-categories li {
    display: inline-block;
    width: 165px;
    height: 200px;
    margin-right: 10px;
    margin-bottom: 20px;
    vertical-align: top;
    border: 2px #eee solid;
    text-align: center;
}

ul.sub-categories li .image {
    width: 150px;
    height: 96px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 10px 0px;
}

ul.sub-categories li .image img {
    max-height: 90px;
    max-width: 100%;
    width: auto;
}

ul.sub-categories li a {
    font-size: 14px;
    color: #c75a5f;
    text-decoration: none;
}
ul.sub-categories li a span {
    border-bottom: 1px dashed;
}
ul.sub-categories li a:hover {
    color: #606060;
}
ul.sub-categories li a.sc_title {
    font-size: 13px;
    color: #606060;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    height: 35px;
}

ul.thumbs {
    padding: 0;
    margin: 20px -10px;
}

ul.thumbs li {
    display: inline-block;
    vertical-align: top;
    width: 230px;
    padding: 0;
    margin: 0 8px 20px 8px;
    position: relative;
    text-align: left;
    line-height: 1.2em;
    border: 2px #eee solid;
}

ul.thumbs li .image {
    width: 222px;
    height: 145px;
    display: table-cell;
    vertical-align: top;
    text-align: center;
}

ul.thumbs li .image img {
    max-width: 222px;
    max-height: 130px;
    width: auto;
}

ul.thumbs li .image .badge-wrapper {
    position: relative;
}

ul.thumbs li a {
    text-decoration: none;
}

ul.thumbs li h5, ul.thumbs li .h5 {
    text-align: center;
    padding: 5px 5px 5px 5px;
    height: 65px;
    width: 150px;
    overflow: hidden;
    color: #606060;
    font-size: 16px;
    line-height: 22px;
    margin: 0 auto;
    font-weight: normal;
}


ul.thumbs li span.summary {
    /*width: 216px;*/
    display: inline-block;
    text-align: center;
    color: #999;
    font-size: 0.9em;
    padding: 0 3px;
    height: 47px;
    overflow: hidden;
    width: 94%;
}

ul.thumbs li table.features {
    color: #999;
    font-size: 0.9em;
}

ul.thumbs li table.features td {
    padding: 3px 0 0 0;
}

ul.thumbs li table.features td.name {
    min-width: 70px;
    padding-right: 10px;
}

ul.thumbs li a:hover {
}

ul.thumbs li a:hover h5, ul.thumbs li a:hover .h5 {
    color: #c75a5f !important;
}

ul.thumbs .rating, ul.thumbs .offers {
    display: block;
    margin: 0 0.5em;
    text-align: center;
    min-height: 30px;
}

ul.thumbs .out-of-stock {
    display: block;
    margin: 0px 5px 0 2px;
    line-height: 8px;
    font-size: 11px;
}

ul.thumbs .in-of-stock {
    display: block;
    margin: 0px 5px 0 2px;
    line-height: 8px;
    font-size: 11px;
    color: green;
}

ul.product-list .in-of-stock .icon16.stock-green {
    background-position: -163px -20px;
    height: 10px;
    width: 13px;
    margin: 0;
}

ul.thumbs .purchase {
    margin-top: 7px;
    line-height: 1.5em;
    margin-bottom: 10px;
}

ul.thumbs .purchase .pricing {
    margin-bottom: 0px;
    text-align: center;
}

ul.thumbs .purchase .price {
    font-size: 20px;
    color: #c75a5f;
}

ul.thumbs li .purchase .to_cart {
    border: 0px;
    outline: 0px;
    padding: 0px 0px 0px 0px;
    margin: 15px 0px 5px 0px;
    text-align: center;
    line-height: 30px;
    width: 190px;
    background: #c75a5f;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
}
ul.thumbs li .purchase .to_cart:hover {
    background: #d5696e;
}
ul.thumbs li .purchase .to_cart:active {
    background: #ac5158;
}
ul.thumbs li .purchase .more_link {
    display: inline-block;
    vertical-align: top;
    margin: 0px 0px 0px 0px;
    text-align: center;
    line-height: 25px;
    width: 128px;
    background: #eee;
    border-radius: 3px;
    color: #606060;
    font-size: 14px;
}
ul.thumbs li .purchase .more_link:hover {
    background: #ddd;
}
ul.thumbs li .purchase .more_link:active {
    background: #bbb;
    color: #fff;
}
ul.thumbs li .purchase .compare_btn {
    display: inline-block;
    vertical-align: top;
    margin: 0px 0px 0px 0px;
    height: 25px;
    width: 25px;
    background: url(img/compare_btn.png) no-repeat 0px 0px;
}
ul.thumbs li .purchase .compare_btn:hover {
    background-position: 0px -25px;
}
ul.thumbs li .purchase .compare_btn.active, 
ul.thumbs li .purchase .compare_btn:active {
    background-position: 0px -50px;
}

ul.thumbs .purchase .icon16.loading.adding2cart {
    position: absolute;
    z-index: 1;
    margin-left: 6px;
    margin-top: 5px;
    background-color: #fff;
}

ul.thumbs .added2cart {
    display: inline;
    padding: 0;
    font-size: 0.9em;
}

.page-content.with-sidebar ul.thumbs li {
    width: 300px;
}

ul.thumbs.mini {
    text-align: left;
    margin: 0;
}

ul.thumbs.mini li {
    margin-left: 0;
    margin-right: 0;
    width: 150px;
    text-align: center;
}

ul.thumbs.mini li .image img {
    width: 96px;
    height: 96px;
}

ul.thumbs.mini li h5 {
    font-size: 1em;
    max-width: 150px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

ul.thumbs.mini .image {
    width: 96px;
    height: auto;
}

ul.thumbs.mini li .price {
    display: block;
    margin-bottom: 8px;
}

ul.thumbs.mini li .out-of-stock {
    margin-left: 0;
}

ul.thumbs.mini .purchase {
    margin-top: 0;
    margin-bottom: 5px;
}

ul.thumbs.mini input[type="button"], ul.thumbs.mini input[type="submit"] {
    font-size: 0.9em;
}

.related ul.thumbs.mini li {
    height: 210px;
    margin: 0;
    width: 250px;
    text-align: left;
    border: none;
    display: inline-block;
}

.related ul.thumbs.mini li h4, .related ul.thumbs.mini li .h4 {
    height: 35px;
    max-width: 100%;
    text-align: left;
    color: #635d6a;
    font-size: 1em;
    font-weight: normal;
    margin-top: 20px!important;
}

.related ul.thumbs.mini {
    background-color: #F7F7F7;
}

ul.thumbs.mini .image {
    /*display:block; margin:0 auto; */
}

.related ul.thumbs.mini li .price {
    display: block;
    font-size: 1em;
    margin: 0.5em;
}

ul.thumbs.text-content {
    margin: 0;
    padding-top: 5px;
}

ul.thumbs.text-content li {
    margin-left: 0;
    margin-right: 30px;
}

ul.thumbs.text-content li p {
    margin-top: 5px;
    margin-bottom: 5px;
}
.pages-wraper .bx-wrapper{ margin: 0px auto 0px!important }
.pages-wraper .bx-wrapper .bx-viewport{    -moz-box-shadow: none!important;
     -webkit-box-shadow: none!important; 
     box-shadow: none!important; 
     border: none!important; 
    left: -5px;}
ul.related-bxslider {
    padding: 0;
    overflow: hidden;
    position: relative;
}

ul.related-bxslider li {
    list-style: none;
}

.related .bx-wrapper {
    margin: 0;
    padding: 0 0 0 100px;
}

.related .bx-wrapper .bx-viewport {
    box-shadow: none;
    left: 0;
    border: none;
    padding-right: 0;
}

.related .bx-wrapper .bx-prev {
}

.related .bx-wrapper .bx-next {
    right: -20px;
    background-position: -36px 0px !important;
}

.related .bx-wrapper .bx-controls-direction a {
    z-index: 99;
    width: 39px;
    height: 30px;
    top: 50%;
    opacity: 0.3;
}

.related .bx-wrapper .bx-controls-direction a:hover {
    transition: none;
    opacity: 1;
}

.related h3 input.gray[type="button"], .related .h3 input.gray[type="button"] {
    font-size: 0.65em;
    position: relative;
    top: -2px;
    left: 5px;
}

.compare-from-list {
    position: relative;
    top: 2px;
    left: 6px;
    opacity: 0.25;
}

.compare-from-list:hover {
    opacity: 0.5;
}

.compare-from-list.active {
    opacity: 1;
}

.storequickorder-button{
    background: none !important;
    border: 0px;
    color: #c75a5f;
    cursor:pointer;
    margin: 0px 0px 0px 0px;
    text-align: center;
    line-height: 18px;
    border-radius: 3px;
    font-size: 12px;
}
.storequickorder-button:hover{
    
    color:#c75a5f;
}
/* Homepage
----------- */
.news {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}
#ulnews a {
    text-decoration: underline;
}
#ulnews a:hover {
    text-decoration: none;
}

.header {
    text-align: center;
    color: #606060;
    font-weight: normal;
    font-size: 24px;
    padding-bottom: 20px;
    padding-top: 20px;
    text-transform: uppercase;
    line-height: 22px;
}
.news .header {
    padding-bottom: 4px;
}

#home-news {
    list-style: none;
    padding: 0;
    margin: 0;
}

#home-news li {
    list-style: none;
    display: inline-block;
    width: 32%;
    /*background: #cecece;*/
    margin: 0 2%;
    overflow: hidden;
    float: left;
}

#home-news li:first-child {
    margin: 0;
}

#home-news li:last-child {
    margin: 0;
}

#home-news .da {
    color: #9c9c9c;
    font-size: 14px;
    padding-bottom: 15px;
}

#home-news .h4 {
    padding-bottom: 5px;
    margin-bottom: 0px;
    width: 300px;
    height: 50px;
    overflow: hidden;
}

#home-news .h4 a {
    color: #c75a5f;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    line-height: 22px;
}

#home-news .news_image img {
    height: 100px;
}
#home-news .text {
    color: #606060;
    font-size: 14px;
    padding-bottom: 12px;
    padding-top: 10px;
    line-height: 23px;
}

#home-news .more_news {
    text-align: right;
}
#home-news .more_news a {
    color: #c75a5f;
    font-size: 14px;
    text-decoration: none;
    background: url(img/marker2.png) right center no-repeat;
    padding-right: 10px;
}
#home-news .more_news a span {
    border-bottom: 1px dashed;
}
#home-news .more_news a:hover {
    text-decoration: none;
    /*border-bottom: 0;*/
    color: #606060;
    background: url(img/marker5.png) right center no-repeat;
}

.color_scheme_white header .pages li a:hover, .color_scheme_white header .pages li.active a {
    color: #c75a5f!important;
}

header .pages li a.cat-id-6 .img {
    background: url(img/cats.png) -8px 0 no-repeat;
}

header .pages li a.cat-id-7 .img {
    background: url(img/cats.png) -133px 0 no-repeat;
}

header .pages li a.cat-id-8 .img {
    background: url(img/cats.png) -272px 0 no-repeat;
}

header .pages li a.cat-id-9 .img {
    background: url(img/cats.png) -392px 0 no-repeat;
}

header .pages li a.cat-id-10 .img {
    background: url(img/cats.png) -514px 0 no-repeat;
}

header .pages li a.cat-id-11 .img {
    background: url(img/cats.png) -634px 0 no-repeat;
}

header .pages li a.cat-id-12 .img {
    background: url(img/cats.png) -770px 0 no-repeat;
}

header .pages li a.cat-id-13 .img {
    background: url(img/cats.png) -894px 0 no-repeat;
}
header .pages li a.cat-id-136 .img {
    background: url(img/cats.png) -1000px 0px no-repeat!important;
}
header .pages li a:hover .img, header .pages li.active a .img {
    background-position-y: -100px;
}
header .pages li a.cat-id-129 .img {
    background: url(../../../site/themes/desktop/img/cats.png) -1168px -3px no-repeat;
}
header .pages li a.cat-id-129:hover .img {
    background: url(../../../site/themes/desktop/img/cats.png) -1168px -100px no-repeat!important;
}
header .pages li a.cat-id-128 .img {
    background: url(../../../site/themes/desktop/img/cats.png) -1030px 0px no-repeat;
}
header .pages li a.cat-id-128:hover .img {
    background: url(../../../site/themes/desktop/img/cats.png) -1030px -97px no-repeat!important;
}
header .pages li a.cat-id-136:hover .img {
    background: url(img/cats.png) -1000px -99px no-repeat!important;
}
.welcome {
    margin: 0 80px 30px;
}

ul.homepage-bxslider {
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
    max-height: 360px;
}

ul.homepage-bxslider li {
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 360px;
}

.slider {
    padding: 0;
    overflow: hidden;
    background: #fff;
    padding-bottom: 20px;
}

.slider a {
    display: block;
    height: 360px;
    margin-bottom: 40px;
    text-decoration: none;
}

.slider a .image {
    float: right;
    margin-right: 60px;
    margin-left: 20px;
    position: relative;
    max-width: 70%;
}

.slider a .image img {
    max-height: 320px;
    width: 100%!important;
}

.slider .image {
    width: 100%!important;
}

.slider .image img {
    width: 100%!important;
}

.slider a .image .corner.right {
    right: 30px;
}

.slider a .image .corner.top {
    top: 20px;
}

.slider a h3 {
    font-size: 2.3em;
    color: #000;
    line-height: 1.2em;
    margin-bottom: 0.4em;
    margin-left: 60px;
    margin-right: 60px;
}

.slider a .info {
    margin-left: 60px;
    z-index: 183;
}

.slider a p {
    margin-left: 60px;
    color: #555;
    margin-top: 15px;
    margin-right: 100px;
}

.slider .compare-at-price {
    font-size: 120%;
    margin-right: 10px;
}

.slider .price {
    font-size: 160%;
}

.slider .bx-wrapper {
    margin: 0 auto;
    direction: ltr;
}

.slider .bx-wrapper .bx-viewport {
    border: none;
    box-shadow: none;
    left: 0;
}

.slider .bx-wrapper .bx-pager, .slider .bx-wrapper .bx-controls-auto {
    bottom: 20px;
}

.slider .bx-wrapper .bx-prev {
    left: 30px;
    background: url('img/prev1.png') no-repeat 0px 0px;
}

.slider .bx-wrapper .bx-next {
    right: -50px;
    background: url('img/next1.png') no-repeat 0px 0px;
}

.slider .bx-wrapper .bx-controls-direction a {
    z-index: 99;
    width: 96px;
    height: 96px;
    top: 47%;
    /*opacity: 0.5;*/
}

.slider .bx-wrapper .bx-controls-direction a:hover {
    transition: none;
    opacity: 0.5;
    background-position: 0px 0px;
}

.slider .bx-wrapper .bx-pager.bx-default-pager a {
    background: rgba(255,255,255,0.5);
}

.slider .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #fff;
}

.slider .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: yellow !important;
}

.slider.fill-entire-area {
    box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1;
}

.slider.fill-entire-area .bx-wrapper .bx-prev {
    left: -18px;
    background-image: url('img/bx-controls-white.png');
}

.slider.fill-entire-area .bx-wrapper .bx-next {
    right: -18px;
    background-image: url('img/bx-controls-white.png');
}

.slider.fill-entire-area ul.homepage-bxslider li {
    background-size: cover;
    background-repeat: no-repeat;
}

.slider.fill-entire-area h3 {
    margin-top: 25px;
}

.slider.fill-entire-area h3, .slider.fill-entire-area .info, .slider.fill-entire-area p {
    margin-left: 60px;
}

.slider.fill-entire-area a .image .corner.right {
    right: 100px;
}

.slider.fill-entire-area a .image .corner.top {
    top: 0;
}

.slider a.slide_btn {
    display: block;
    position: absolute;
    background: url('img/slide_btn.png') no-repeat 0px 0px;
    width: 207px;
    height: 40px;
    line-height: 34px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    bottom: 2px;
    left: 95px;
    font-size: 16px;
}

.slider a.slide_btn:hover {
    background-position: 0px -40px;
}

.slider a.slide_btn:active {
    background-position: 0px -80px;
}

.slider  .slide_btn2 {
    display: block;
    position: absolute;
    background: url('img/slide_btn2.png') no-repeat 0px 0px;
    width: 307px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    color: #808080;
    bottom: 43px;
    left: 300px;
    font-size: 13px;
}

.store-info {
    text-align: center;
    margin-top: 25px;
}

.store-info h1 {
    font-size: 1.8em;
}

.store-info h3, .store-info .h3 {
    margin-bottom: 10px;
}

.promos {
    margin: 0;
}

.promos ul {
    padding: 0;
    margin: 5px -5px;
}

.promos ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    width: 25%;
    vertical-align: top;
}

.promos ul li a {
    display: block;
    padding: 35px 13px 0;
    height: 83px;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    color: #000;
    background-color: rgba(0,0,0,0.05);
    border: 5px solid #fff;
    text-align: center;
    position: relative;
}

.promos ul li a .background-color-layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0.1;
    background-color: #000;
}

.promos ul li a h5 {
    font-size: 1em;
    text-shadow: 0 1px 1px #000;
    position: relative;
    z-index: 2;
    margin-bottom: 10px;
    font-weight: normal;
}

.promos ul li a:hover .background-color-layer {
    opacity: 0.5;
    transition: 0.3s;
}

.bullets {
    padding: 0;
    margin: 20px 0px 40px;
}

.bullet {
    font-size: 0.9em;
    vertical-align: top;
}

.bullet p {
    margin-bottom: 10px;
}

.bullet .b-glyph {
    background: url('img/bullet-glyphs.png') no-repeat;
    background-size: 144px 48px;
    width: 36px;
    height: 36px;
    display: inline-block;
    position: relative;
    top: 10px;
}

.bullet .b-glyph.b-shipping {
    background-position: -6px -6px;
}

.bullet .b-glyph.b-payment {
    background-position: -54px -6px;
    left: -2px;
}

.bullet .b-glyph.b-location {
    background-position: -102px -6px;
}

.bestsellers .product-list {
    margin-top: 0px;
}

.bestsellers .bestsellers-header {
    text-align: center;
    color: #635d6a;
    font-weight: normal;
    font-size: 24px;
    padding-bottom: 20px;
    padding-top: 20px;
    text-transform: uppercase;
    line-height: 22px;
    margin-bottom: 10px!important;
}

.bestsellers ul.thumbs {
    margin: 0px 0px 25px 0px;
    text-align: center;
}

.bestsellers ul.thumbs li {
    width: 235px;
    border: #eee 1px solid;
    margin: 8px;
    background: url(img/action_mark.png) top left no-repeat;
}

.bestsellers ul.thumbs li .hit-bange {
    background: url(img/hits.png) top left no-repeat;
    width: 96px;
    height: 96px;
}

.bestsellers ul.thumbs li .image {
    vertical-align: middle;
    text-align: center;
}

.bestsellers ul.thumbs li .corner {
    position: absolute;
    z-index: 1;
}

.bestsellers ul.thumbs li .corner.left {
    left: -5px;
}

.bestsellers ul.thumbs li .corner.top {
    top: -5px;
}

.bestsellers ul.thumbs li .pricing {
    text-align: center;
    padding: 0px 0px 0px 0px;
    float: none;
}

.bestsellers ul.thumbs li h5, .bestsellers ul.thumbs li .h5 {
    text-align: center;
    padding: 5px 5px 5px 5px;
    height: 65px;
    width: 150px;
    overflow: hidden;
    color: #606060;
    font-size: 16px;
    line-height: 22px;
    margin: 0 auto;
    font-weight: normal;
}


.hits-container ul.thumbs {
    margin: 0 0;
}

.hits-container ul.thumbs li {
    width: 235px;
    border: #eee 1px solid;
    margin: 0px;
    height: 400px;
}

.hits-container ul.thumbs li .hit-bange {
    background: url(img/hits.png) top left no-repeat;
    width: 55px;
    height: 55px;
    background-size: 55px;
}

.hits-container ul.thumbs li .image {
    vertical-align: middle;
    text-align: center;
}

.hits-container ul.thumbs li .corner {
    position: absolute;
    z-index: 1;
}

.hits-container ul.thumbs li .corner.left {
    left: -5px;
}

.hits-container ul.thumbs li .corner.top {
    top: -5px;
}

.hits-container ul.thumbs li .pricing {
    text-align: center;
    padding: 0px 3px;
}

.hits-container ul.thumbs li h5, .hits-container ul.thumbs li .h5 {
    text-align: center;
    padding: 5px 10px 5px 10px;
    height: 65px;
    overflow: hidden;
    color: #606060;
    font-size: 16px;
    line-height: 22px;
    margin: 0 auto;
    font-weight: normal;
}

.hits-container ul.thumbs li .price {
    color: #c75a5f;
    font-size: 20px;
}

.hits-container ul.thumbs li .price>span {
    color: #c75a5f;
}

.hits-container ul.thumbs li .image img {
    width: auto;
    margin: auto;
}
.hits-container ul.thumbs .offers {
    min-height: 20px;
}


.viewed-container ul.thumbs {
    margin: 0 0;
}

.viewed-container ul.thumbs li {
    width: 235px;
    border: #eee 1px solid;
    margin: 0px;
    height: 400px;
}

.viewed-container ul.thumbs li .hit-bange {
    background: url(img/hits.png) top left no-repeat;
    width: 55px;
    height: 55px;
    background-size: 55px;
}

.viewed-container ul.thumbs li .image {
    vertical-align: middle;
    text-align: center;
}

.viewed-container ul.thumbs li .corner {
    position: absolute;
    z-index: 1;
}

.viewed-container ul.thumbs li .corner.left {
    left: -5px;
}

.viewed-container ul.thumbs li .corner.top {
    top: -5px;
}

.viewed-container ul.thumbs li .pricing {
    text-align: center;
    padding: 0px 3px;
}

.viewed-container ul.thumbs li h5, .viewed-container ul.thumbs li .h5 {
    text-align: center;
    padding: 5px 10px 5px 10px;
    height: 65px;
    overflow: hidden;
    color: #606060;
    font-size: 16px;
    line-height: 22px;
    margin: 0 auto;
    font-weight: normal;
}

.viewed-container ul.thumbs li .price {
    color: #c75a5f;
    font-size: 20px;
}

.viewed-container ul.thumbs li .price>span {
    color: #c75a5f;
}

.viewed-container ul.thumbs li .image img {
    width: auto;
    margin: auto;
}


.viewed-container ul.thumbs .offers {
    min-height: 20px;
}

#product-list {
    margin-left: 240px;
    padding: 10px 5px 10px 15px;
}

#product-cart {
    padding: 10px 0px 10px 15px;
    float: right;
    width: 740px;
}
#product-cart h1 {
    font-weight: normal;
    font-size: 24px;
    letter-spacing: 1px;
}

.section-header {
    color: #999;
    font-size: 1.4em;
    font-weight: normal;
}

.onsale.related {
    border-top: none;
    margin-top: 0;
    margin-bottom: 30px;
    overflow-x: hidden;
}

.sidebar.left-sidebar {
    float: left;
}

.content.with-sidebar.left-sidebar {
    margin-right: 0;
    margin-left: 290px;
}

.sidebar ul.tree li a {
    padding-left: 0;
}

/* left side bar 
--------------------- */
.banners {
    margin: 35px 0;
    width: 215px;
}

.banners img {
    width: 100%;
}

.left-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    border-radius: 3px;
    border: 1px solid #ddd;
}

.left-menu li {
    list-style: none;
    padding: 10px 5px 10px 18px;
    font-size: 14px;
    border-bottom: 1px dashed #ddd;
}
.left-menu li.active, 
.left-menu li:hover {
    background-color: #c75a5f;
    border-bottom: 1px solid #c75a5f;
}
.left-menu li a {
    color: #606060;
    text-decoration: none;
}
.left-menu li.active a, 
.left-menu li:hover a, 
.left-menu li:hover a:hover {
    color: #fff;
}

.left-menu li:first-child {
    border-radius: 3px 3px 0px 0px;
}

.left-menu li:last-child {
    border-radius: 0px 0px 3px 3px;
    border-bottom: 0;
}

.left-news {
    list-style: none;
    padding: 0;
    margin: 0;
    border-radius: 3px;
    border: 1px solid #ddd;
}

.left-news li {
    list-style: none;
    padding: 12px 5px 11px 18px;
    font-size: 14px;
    border-bottom: 1px dashed #ddd;
}
.root-cats li.active a{color: #c75a5f;}
.root-cats .title{background-color: #c75a5f!important;}
.left-news .da {
    color: #9c9c9c;
    font-size: 13px;
    padding-bottom: 0px;
}

.left-news .h4 {
    margin-bottom: 0px;
    line-height: 24px;
}

.left-news .h4 a {
    color: #c75a5f;
    font-size: 14px;
    text-decoration: none;
}
.left-news .h4 a:hover {
    text-decoration: underline;
}
.left-news .more_news {
    text-align: center;
    border-bottom: 0;
}
.left-news .more_news a {
    display: inline-block;
    width: 150px;
    background: #eee;
    padding: 5px 0px;
    border-radius: 3px;
    color: #606060;
    font-size: 14px;
    text-decoration: none;
}
.left-news .more_news a:hover {
    background: #ddd;
}
.left-news .more_news a:active {
    background: #bbb;
    color: #fff;
}

/*.left-news .text {
    color: #635d6a;
    font-size: 14px;
    padding-bottom: 5px;
    font-weight: bold;
}
*/

/* Product page
--------------- */
.product-sidebar {
    width: 455px;
    position: relative;
    overflow: hidden;
    float: right;
}

.product-sidebar h1 {
    color: #c75a5f;
    font-size: 18px;
}

.product-info {
    background: #fff;
    float: left;
    width: 280px;
}

.reviews.product-info {
    margin-right: 0;
}

.product-gallery {
    text-align: center;
    margin-right: 25px;
    max-width: 320px;
    position: relative;
}

ul.product-nav {
    font-size: 1.1em;
    list-style: none;
    padding-left: 0;
}

ul.product-nav li {
    padding-right: 20px;
    display: inline-block;
    line-height: 1.8em;
}

ul.product-nav li a {
    padding: 2px 5px;
}

ul.product-nav li.selected a {
    background: #eed;
}

.product-sidebar .cart {
    padding: 15px 10px 0px 0;
}

.purchase {
    margin-bottom: 20px;
    padding: 0;
}

.options {
    line-height: 2em;
}

.options .inline-select {
    margin-bottom: 15px;
}

.options .inline-select a {
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 3px;
    margin: 0 5px 5px 0;
    display: inline-block;
    padding: 3px 7px;
    background: rgba(0,0,0,0.1);
    text-decoration: none;
    font-weight: bold;
    position: relative;
    min-width: 22px;
    text-align: center;
}

.options .inline-select a:hover {
    background-color: rgba(0,0,0,0.2);
}

.options .inline-select a .color_name {
    display: none;
    position: absolute;
    bottom: -22px;
    left: 50%;
    font-size: 0.6em;
    color: rgba(0,0,0,0.7);
    margin-left: -40px;
    width: 80px;
}

.options .inline-select a .color_checkmark {
    display: none;
    position: absolute;
    top: 7px;
    left: 10px;
}

.options .inline-select a.selected {
    border: 1px solid #000;
    box-shadow: 0 2px 4px -2px rgba(0,0,0,0.4);
    background: rgba(0,0,0,0.15) -moz-linear-gradient(top, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0.0) 100%);
    /* FF3.6+ */
    background: rgba(0,0,0,0.15) -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.7)), color-stop(100%,rgba(255,255,255,0.0)));
    /* Chrome,Safari4+ */
    background: rgba(0,0,0,0.15) -webkit-linear-gradient(top, rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.0) 100%);
    /* Chrome10+,Safari5.1+ */
    background: rgba(0,0,0,0.15) -o-linear-gradient(top, rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.0) 100%);
    /* Opera 11.10+ */
    background: rgba(0,0,0,0.15) -ms-linear-gradient(top, rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.0) 100%);
    /* IE10+ */
    background: rgba(0,0,0,0.15) linear-gradient(to bottom, rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.0) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fde992', endColorstr='#fcd630',GradientType=0 );
    /* IE6-9 */
    color: #000 !important;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.options .inline-select a.selected .color_name {
    display: block;
}

.options .inline-select a.selected .color_checkmark {
    display: block;
}

.services {
    margin-bottom: 20px;
    line-height: 1.4em;
}

.aux {
    padding: 15px;
    font-size: 0.9em;
}

.added2cart {
    display: block;
    padding-top: 5px;
    font-style: italic;
}

.image {
    position: relative;
    display: inline-block;
    max-width: 100%;
}

.image#product-core-image {
    min-width: 255px;
}
.image#product-core-image img {
    border: 2px solid #eee;
}

.image img {
    width: 100%;
    height: auto;
}

.image .corner {
    position: absolute;
    z-index: 10;
    font-size: 0.8em;
    color: #fff;
    font-weight: bold;
}

.image .corner.top {
    top: -5px;
}

.image .corner.bottom {
    bottom: -5px;
}

.image .corner.left {
    left: -8px;
}

.image .corner.right {
    right: 78px;
}

ul.thumbs .image .corner.right {
    right: 28px;
}
ul.thumbs li > .corner.right {
    right: 28px;
    top: -5px;
    position: absolute;
    z-index: 10;
}

.image #switching-image {
    background: #fff url('img/loading32.gif') no-repeat 50% 50%;
    background-size: 32px 32px;
    padding: 10px;
    opacity: 0.5;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.more-images {
    display: block;
    margin: 10px 0px;
    text-align: left;
}

.more-images .image img {
    width: 48px;
    height: 48px;
    border: 1px solid #ddd;
    margin-right: 3px;
}

.more-images .image.selected img {
    border: 1px solid #777777;
}

ul.skus {
    list-style: none;
    padding-left: 2px;
}

ul.skus li {
    padding-bottom: 3px;
}

div.stocks {
    float: left;
    min-width: 200px;
    margin-right: 5px;
}

.dostavka {
    width: 200px;
    display: inline-block;
    margin-right: 5px;
}

.stocks {
    margin-top: 0px;
    margin-bottom: 15px;
}

.stocks strong, .stocks .strong {
    white-space: nowrap;
    font-size: 14px;
    font-weight: bold;
}

.stocks .stock-critical {
    color: #e00;
}

.stocks .stock-low {
    color: #a80;
}

.stocks .stock-high {
    color: #598527;
}

.stocks .stock-none {
    color: #aaa;
    white-space: normal;
}

.stocks .icon16 {
    margin-top: 0.1em;
}

.sort-block .title {
    margin-right: 10px;
    color: #9c9c9c;
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
}

ul.sorting {
    margin: 0px;
    padding-left: 0;
    display: inline-block;
    vertical-align: top;
}

ul.sorting li {
    padding-right: 0px;
    list-style: none;
    display: inline-block;
}

ul.sorting li a {
    margin:  2px 17px;
    color: #c75a5f;
    font-size: 13px;
    border-bottom: 1px dashed;
}
ul.sorting li a:hover {
    border-bottom: 0;
    text-decoration: none;
}

ul.sorting li.selected a {
    color: #606060;
    margin: 0px 2px 0px 17px;
}

i.sort-desc {
    height: 0;
    width: 0;
    border: 4px solid transparent;
    border-bottom-color: #000;
    margin-bottom: 0.2em;
    display: inline-block;
    margin-right: 15px;
}

i.sort-asc {
    height: 0;
    width: 0;
    border: 4px solid transparent;
    border-top-color: #000;
    margin-top: 0.1em;
    display: inline-block;
    margin-right: 15px;
}



.compare-at-price {
    text-decoration: line-through;
    color: #c99;
    margin: 0 3px;
}

.out-of-stock strong {
    color: #aaa;
    font-size: 0.9em;
}

.disabled {
    color: #777;
}

.description {
    margin-bottom: 20px;
}

.error {
    color: red;
}

.rating i.icon16 {
    margin-right: 0.13em;
    margin-top: 0em;
}

span.rating {
    white-space: nowrap;
    margin-left: 10px;
}

h1 .rating i.icon16 {
    margin-top: 0.42em;
}

.add2cart {
    font-size: 1.1em;
    line-height: 1.4em;
}
.compare_links {
    position: absolute;
    top: 10px;
    right: 40px;
    z-index: 1;
}
.favor_links {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
}
.compare-add {
    display: inline-block;
    vertical-align: top;
    margin: 0px 0px 0px 0px;
    height: 25px;
    width: 25px;
    background: url(img/compare_btn.png) no-repeat 0px 0px;
}
.compare-add:hover {
    background-position: 0px -25px;
}
.compare-add:active {
    background-position: 0px -50px;
}
.compare-remove {
    display: inline-block;
    vertical-align: top;
    margin: 0px 0px 0px 0px;
    height: 25px;
    width: 25px;
    background: url(img/compare_btn.png) no-repeat;
    background-position: 0px -50px;
}
.compare-remove:hover {
    background-position: 0px -25px;
}
.compare-remove:active {
    background-position: 0px 0px;
}
.add2cart .price_block {
    font-size: 14px;
    margin-right: 5px;
    min-width: 165px;
    color: #9c9c9c;
    display: inline-block;
    vertical-align: top;
}
.add2cart .price_block .price {
        color: #c75a5f;
    font-size: 22px;
    margin-left: 7px;
    }

.skus li  {font-size: 18px;}
.skus li  label .price{    color: #c75a5f;
    margin-left: 7px;
    font-weight: 900;}
.add2cart .qty {
    margin-right: 5px;
    font-size: 14px;
    color: #9c9c9c;
}

.qty input {
    width: 40px;
    text-align: center;
    padding: 2px 5px;
    vertical-align: middle;
}
.qty-minus {
    background: url(img/minus.png) no-repeat 0px 0px;
    width: 13px;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 16px;
}
.qty-plus {
    background: url(img/plus.png) no-repeat 0px 0px;
    width: 13px;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
}

.add2cart .icon24.loading.adding2cart {
    position: relative;
    top: 5px;
    left: 8px;
}

.add2cart .outer-w {
    width: 165px;
    display: inline-block;
}
.add2cart .outer-w input {
    border: 0px;
    outline: 0px;
    padding: 0px 0px 0px 0px;
    margin: 20px 0px 0px 0px;
    text-align: center;
    line-height: 30px;
    width: 160px;
    background: #c75a5f;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
}
.add2cart .outer-w input:hover {
    background: #d5696e;
    cursor: pointer;
}
.add2cart .outer-w input:active {
    background: #ac5158;
}
.add2cart .ask_quest {
    display: inline-block;
    vertical-align: top;
    margin: 20px 0px 0px 0px;
    text-align: center;
    line-height: 30px;
    width: 150px;
    background: #eee;
    border-radius: 3px;
    color: #606060;
    font-size: 14px;
}
.add2cart .ask_quest:hover {
    background: #ddd;
    cursor: pointer;
}
.add2cart .ask_quest:active {
    background: #bbb;
    color: #fff;
}

ul.compare-diff-all {
    float: right;
    list-style: none;
}

ul.compare-diff-all li {
    display: inline-block;
    float: left;
    margin-left: 10px;
}

ul.compare-diff-all li a {
    padding: 5px;
}

ul.compare-diff-all li.selected a {
    background: #eee;
}

ul.compare-diff-all li.selected a b {
    border: none;
}

table.compare {
    width: 100%;
}

table.compare thead td {
    border-top: none;
    vertical-align: bottom;
}

table.compare td {
    text-align: left;
    line-height: 1em;
    padding: 10px 2px;
    border-left: none;
    border-right: none;
}

table.compare td a {
    text-decoration: none;
}

table.compare td a.compare-remove {
    position: relative;
    top: -0.2em;
    left: 0.2em;
}

table.compare th {
    text-align: left;
}

table.compare td img {
    display: block;
    margin: 0 0 10px;
    width: 96px;
    height: 96px;
}

table.compare thead .name-wrapper {
    position: relative;
    display: inline-block;
    padding: 0 24px 0 0;
}

table.compare thead .name-wrapper .name-link {
    display: inline-block;
    max-width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

table.compare thead .name-wrapper .compare-remove {
    position: absolute;
    top: 0;
    right: 6px;
    left: auto;
    width: 16px;
    height: 16px;
}

table.compare thead .name-wrapper .compare-remove i {
    margin: 0;
}

.features_wrap {
    float: right;
}
table.features {
    border-spacing: 0;
    border-collapse: collapse;
    width: 455px;
}

table.features td {
    padding: 8px 0 7px;
    border: none;
    font-size: 14px;
    color: #606060;
    border-bottom: 1px dashed #ddd;
    text-align: right;
    vertical-align: middle;
}

table.features td.name {
    min-width: 290px;
    text-align: left;
}

table.features tr.divider td {
    border-bottom: 1px solid #ccc;
    padding-left: 0;
    padding-top: 15px;
    padding-bottom: 0;
    font-weight: bold;
    text-transform: uppercase;
    color: #aaa;
}

.more_features {
    text-align: center;
}
.more_features span {
    font-size: 13px;
    color: #c75a5f;
    border-bottom: 1px dashed;
    cursor: pointer;
}
.more_features span:hover {
    border-bottom: 0;
}

.related {
    padding: 20px 0;
    margin-top: 0px;
    width: 680px;
    height: 300px;
    float: left;
    box-sizing: border-box;
}

.related h3, .related .h3 {
    font-size: 1em;
    color: #635662;
    text-transform: uppercase;
    padding-left: 15px;
}

.featured {
    width: 361px;
    height: 299px;
    margin: 0px 0px 0 0px;
    float: left;
    box-sizing: border-box;
}

.featured .header {
    border: none;
    font-size: 1em;
    color: #635d6a;
    text-transform: uppercase;
    font-weight: bold;
    padding: 20px 0 0 15px;
}

.featured ul {
    margin: 0;
    padding: 0 0 0 15px;
    list-style: none;
}

.featured ul li {
    margin-bottom: 10px;
}

.featured ul li a {
    color: #787d7e;
    font-size: 12px;
}

/* Product reviews
------------------ */
table.rating-distribution td {
    padding: 2px 15px 2px 0;
    border: none;
}

table.rating-distribution td .bar {
    background: #eee;
    width: 200px;
    height: 13px;
}

table.rating-distribution td .bar .filling {
    background: #f7c854;
    height: 13px;
}

.write-review {
    margin: 30px 0 40px;
}

.review {
    margin-bottom: 30px;
}

.review .summary {
    font-size: 0.9em;
    color: #777;
}

.review .summary h6 {
    color: #000;
    font-size: 1.1em;
    margin-bottom: 0.3em;
}

.review .summary a.username {
    color: #777;
}

.review .summary a.username:hover {
    color: red;
}

.review .summary a {
    display: inline;
    padding: 0;
}

.review .summary .date {
    color: #aaa;
}

.review p {
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 1.3em;
}

.review .actions a {
    padding: 0 !important;
}

.reviews {
    margin-bottom: 20px;
}

.reviews ul {
    margin-left: 0;
    padding: 0;
    list-style: none;
}

.reviews ul li ul {
    padding-left: 35px;
}

.reviews ul li ul li .review h6 {
    color: #555;
}

.reviews ul li .review-form {
    padding: 20px 0 0;
}

.reviews ul li .review-form textarea {
    min-height: 100px;
}

.reviews ul .in-reply-to {
    background: #eee;
    margin: -8px -8px 3px;
    padding: 8px 35px 0 8px;
    position: relative;
}

.reviews ul .new {
    background: #ffc;
    margin: -8px -8px 22px;
    padding: 8px 35px 8px 8px;
}

.reviews ul.menu-h.auth-type {
    padding: 0 0 40px;
    margin-left: -5px;
}

.reviews ul.menu-h.auth-type li {
    padding-right: 10px;
}

.reviews ul.menu-h.auth-type li a {
    padding: 5px 6px;
}

.reviews ul.menu-h.auth-type li a img {
    top: 0;
}

.reviews textarea {
    height: 100px;
    min-height: 100px;
    margin-top: 0;
}

.review-form {
    padding: 0;
    margin-bottom: 30px;
}

.review-form h4 {
    margin: 0 0 20px;
    font-weight: normal;
}

.review-form-fields p {
    margin: 0 0 10px;
}

.review-form-fields p.review-field a {
    display: inline;
    padding: 0;
    text-decoration: none;
}

.review-form-fields label {
    width: 160px;
    display: block;
    float: left;
    margin: 0 10px 0 0;
    color: #aaa;
}

.review-form-fields input[type="text"] {
    width: 20em;
}

.wa-captcha .wa-captcha-input {
    width: 10em!important;
}

.review-form textarea {
    min-width: 70%;
    min-height: 160px;
}

.review-form .review-submit {
    padding: 0 0 20px 170px;
}

.review-form .userpic {
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 5px;
    border-radius: 50%;
}

.review-form ul.menu-h.auth-type li a img {
    float: left;
    margin-right: 3px;
    position: relative;
    top: 2px;
}

.review-form ul.menu-h.auth-type {
    padding-bottom: 20px;
}

.review-form label {
    width: 160px;
    display: block;
    float: left;
    margin: 0 10px 0 0;
    color: #AAA;
}

.reviews span.rate {
    line-height: 1.3em;
    display: block;
    margin: 0.5em 0;
}

.reviews span.rate a {
    text-decoration: none !important;
}

.reviews span.rate .icon10 {
    background-repeat: no-repeat;
    background-image: url(../../../../wa-content/img/icon10.png);
    height: 10px;
    width: 10px;
    display: inline-block;
    text-indent: -9999px;
}

.reviews span.rate .icon10.star {
    background-position: -60px -40px;
}

.reviews span.rate .icon10.star-empty {
    background-position: -80px -40px;
}

input.error, textarea.error {
    border: 2px solid red;
}

.errormsg {
    color: red!important;
    margin-left: 170px;
    display: block;
}

/* Product badges
----------------- */
.badge {
    height: 45px;
    width: 45px;
    background: #a1fcff;
    position: absolute;
    text-align: left;
    top: -5px;
    -moz-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
}

.badge:before {
    height: 45px;
    width: 45px;
    background: inherit;
    content: "";
    position: absolute;
    -moz-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
}

.badge:after {
    height: 45px;
    width: 45px;
    background: inherit;
    content: "";
    position: absolute;
    -moz-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-30deg);
}

.badge span {
    color: #000 !important;
    font-weight: bold;
    position: absolute;
    z-index: 1983;
    top: 17px;
    left: -2px;
    right: -2px;
    transform: rotate(-13deg);
    -webkit-transform: rotate(-13deg);
    -moz-transform: rotate(-13deg);
    -o-transform: rotate(-13deg);
    font-size: 1em;
    text-align: center;
    overflow: visible;
    line-height: 1em;
}

.badge.new, .badge.new:before, .badge.new:after {
    background: #ff4;
    color: #000;
}

.badge.low-price, .badge.low-price:before, .badge.low-price:after {
    background: #ffc2e3;
    color: #300;
}

.badge.bestseller, .badge.bestseller:before, .badge.bestseller:after {
    background: #74ff30;
    color: #030;
}

.badge.bestseller span {
    display: none;
}

.badge.bestseller:after {
    background-image: url('img/thumb-up.png');
    background-size: 40px 40px;
    background-position: 2px 2px;
    background-repeat: no-repeat;
}

.product-gallery .badge, .product-gallery .badge:before, .product-gallery .badge:after {
    width: 70px;
    height: 70px;
}

.product-gallery .badge span {
    font-size: 1.5em;
    top: 25px;
}

.product-gallery .badge.bestseller:after {
    background-size: 64px 64px;
    background-position: 2px 2px;
}

.slider .badge, .slider .badge:before, .slider .badge:after {
    width: 70px;
    height: 70px;
}

.slider .badge span {
    font-size: 1.5em;
    top: 25px;
}

.slider .badge.bestseller:after {
    background-size: 64px 64px;
    background-position: 2px 2px;
}

.bestsellers .badge span {
    top: 8px;
}

/* Category
----------- */
.filters {
    color: #606060;
    display: inline-block;
}

.filters {
    width: 235px;
    padding: 0px;
    float: left;
    margin-right: 0px;
    margin-bottom: 10px;
}
.filters .uncollapse-title {
    display: none;
}

.filters .filters-toggle-wrapper {
    display: none
}

.filters-form-wrapper {
    border-radius: 3px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}
.filters input[type="text"] {
    font-size: 14px;
    width: 50px;
    padding: 1px 3px;
    text-align: right;
    margin-left: 9px;
    margin-right: 5px;
}

.filters .filter-param {
    padding: 12px 10px 12px 20px;
    border-bottom: 1px dashed #ddd;
}

.filters h5, .filters .h5 {
    margin-bottom: 0.5em;
    text-transform: uppercase;
}

.filters label {
    display: block;
}

.filters h5.title, .filters .h5.title {
    display: inline-block;
    background-color: #808080;
    color: #fff;
    width: 235px;
    padding: 11px 0px;
    text-transform: uppercase;
    border-radius: 3px;
    text-align: center;
    font-size: 14px;
}

h5.notop, .h5.notop {
    border-top: none!important;
}

.filter-param .h5 {
    font-size: 13px;
    text-transform: none;
    color: #c75a5f;
    font-weight: normal;
    margin-bottom: 17px;
}
.filters .slider {
    background: transparent;
}

.filters .ui-slider {
    margin: 25px 15px 0px 8px;
    display: block;
}

.filters .ui-slider-horizontal {
    height: 2px;
    border: none;
}
.ui-slider .ui-slider-handle {
    background: url(img/marker3.png) no-repeat 0px 0px;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -.5em;
    margin-left: -.5em;
}
/*.filters .ui-slider-horizontal .ui-slider-handle, .filters .ui-slider-horizontal .ui-slider-handle.ui-state-focus {
    top: -0.55em;
    margin-left: -0.4em;
    height: 1.1em;
    width: 1.1em;
    border: none;
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    border-radius: 50%;
    z-index: 0;
}*/

/*.filters .ui-slider-horizontal .ui-slider-handle.ui-state-hover {
    border-color: #999;
    box-shadow: 0 1px 4px rgba(0,0,0,0.35);
}*/

.filters .ui-slider-horizontal.ui-widget-content {
    background: #bbb;
}

.filters .ui-slider-horizontal .ui-widget-header {
    background: #bbb;
    height: 3px;
    position: relative;
    top: -1px;
    z-index: 0;
}

/*.filters .ui-widget-content .ui-state-default {
    border: 1px solid #ccc;
    background: #f7f7f7;
}*/

.filters-form-wrapper .red-n {
    display: block;
    border: 0px;
    outline: 0px;
    padding: 0px 0px 0px 0px;
    margin: 15px auto 20px auto;
    text-align: center;
    line-height: 24px;
    width: 150px;
    background: #c75a5f;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
}
.filters-form-wrapper .red-n:hover {
    background: #d5696e;
}
.filters-form-wrapper .red-n:active {
    background: #ac5158;
}
.filters .news-left {
    margin-bottom: 20px
}
.materials .left-news li:last-child {
    border-bottom: 0;
}

/* Cart items
------------- */
.cart_items {
    border: 1px solid #eee;
    margin-bottom: 10px;
    padding: 0px 0px 10px 0px;
}
.cart_items > div {
    border-right: 1px solid #eee;
    padding: 10px 0px 0px 0px;
    color: #9c9c9c;
    margin: 10px 0px 0px 0px;
}
.cart_title {
    text-align: center;
}
.cart .row {
    min-height: 44px;
}

.cart .col.item-thumb {
    min-width: 70px;
    padding: 3px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border: 0;
    text-align: center;
}

.cart .col.item-thumb img {
    margin-top: 0;
    width: 48px;
    height: 48px;
}

.cart .item-name {
    padding: 0px 10px 0px 10px;
    border-left: 1px solid #eee;
    min-height: 35px;
}
.cart .item-name a {
    color: #606060;
    font-size: 16px;
}
.cart .item-price span {
    color: #606060;
}
.cart span.item-total {
    color: #c75a5f;
    font-size: 16px;
}
.cart .col.item-remove {
    float: right;
    text-align: center;
}

.cart .col.item-remove i.icon16 {
    background: url(img/x1.png) 0px 0px no-repeat;
}
.cart .total-title {
    font-size: 22px;
}
.cart .col.total {
    font-size: 24px;
    color: #c75a5f;
}

.cart .col.services {
    margin-top: 5px;
}

.cart .col.cart-coupon {
    min-height: 1px;
}

.cart .col.cart-coupon .errormsg {
    display: inline-block;
    margin: 0;
}

.cart .related {
    padding: 15px;
    background: #eee;
    border-top: 0;
    margin-bottom: 10px;
    margin-top: 0;
}

.cart .related h4 {
    font-weight: normal;
    color: #777;
}

.cart input.qty {
    width: 40px;
    text-align: center;
    padding: 2px 5px;
    vertical-align: middle;
    margin-right: 4px;
}

.cart .affiliate {
    text-align: center;
    padding: 20px;
    border-top: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.cart .featured-shipping-and-payment img {
    margin-right: 5px;
}

.cart-checkout {
    margin-top: -10px;
}

.your-cart-is-empty {
    padding: 50px;
    text-align: center;
}

.cart #use-coupon {
    margin-left: 5px;
    white-space: nowrap;
}

.cart .row.highlighted #apply-coupon-code {
    margin-left: 20px;
}
.checkout_btn {
    text-align: right;
    margin-left: 40px;
}
.ask_quest_cart {
    text-align: right;
}
.checkout_btn input {
    border: 0px;
    outline: 0px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    text-align: center;
    line-height: 30px;
    width: 160px;
    background: #c75a5f;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
}
.checkout_btn input:hover {
  background: #d5696e;
}
.checkout_btn input:active {
  background: #ac5158;
}
.ask_quest_cart .ask_quest {
    display: inline-block;
    vertical-align: top;
    margin: 0px 0px 0px 0px;
    text-align: center;
    line-height: 30px;
    width: 150px;
    background: #eee;
    border-radius: 3px;
    color: #606060;
    font-size: 14px;
}
.ask_quest_cart .ask_quest:hover {
    background: #ddd;
}
.ask_quest_cart .ask_quest:active {
    background: #bbb;
    color: #fff;
}

/* Checkout
----------- */
.checkout {
    margin: 20px 0 0;
}

.checkout-header {
    margin: 0;
    color: #999;
    background: #fff;
    padding: 20px;
}

.checkout-header h3 {
    margin-bottom: 0;
}

.checkout-header h3 a {
    text-decoration: none;
    color: #777;
    font-weight: normal;
}

.checkout-header h3 a:hover {
    color: #a00 !important;
}

.checkout-header strong {
    color: #666;
}

.checkout ul.checkout-options {
    padding-left: 0px;
}

.checkout ul.checkout-options li {
    list-style: none;
    position: relative;
    padding: 15px 0px 15px 40px;
    clear: both;
    background: #fff;
    margin-bottom: 15px;
}
.checkout ul.checkout-options li .shipping-descr {
    border-right: 1px solid #eee;
    width: 680px;
    min-height: 110px;
    display: inline-block;
}

.checkout ul.checkout-options li h3 {
    font-weight: bold;
    margin-bottom: 10px;
}

.checkout ul.checkout-options li h3 label {
    margin-right: 10px;
    color: #c75a5f;
    font-size: 16px;
}
select.shipping-rates {
    width: 340px;
    color: #888;
    padding: 3px;
    font-size: 12px;
    margin-top: 15px;
}
.checkout ul.checkout-options li .price_title {
    color: #9c9c9c;
    display: block;
}
.checkout ul.checkout-options li .price  {
    color: #c75a5f;
    font-size: 26px;
    display: block;
    padding-top: 10px;
}

.checkout ul.checkout-options li .rate {
    float: right;
    text-align: right;
    width: 170px;
    padding-right: 65px;
    padding-top: 30px;
}

.checkout ul.checkout-options li p {
    width: 70%;
    margin-bottom: 0px;
}

.checkout ul.checkout-options li input[type="radio"] {
    position: absolute;
    top: 4px;
    left: 13px;
}

.checkout ul.checkout-options li label input[type="radio"] {
    top: 20px;
}
.checkout ul.checkout-options .hint {
    padding-top: 15px;
    color: #9c9c9c;
    font-size: 14px;
}
.checkout ul.checkout-options .hint strong {
    color: #c75a5f;
    font-weight: normal;
}

.checkout ul.checkout-options li img.method-logo {
    position: relative;
    float: left;
    margin-right: 10px;
    top: -6px;
    left: 0px;
    /* adjusted for default 60x32-px logos */
}

.checkout ul.checkout-options li .wa-form {
    margin-top: 0px;
    margin-bottom: 30px;
}

.checkout ul.checkout-options li .wa-form label input[type="radio"] {
    position: static;
}

.checkout .checkout-result {
    padding: 60px 0 20px;
    background: #fff;
    text-align: center;
}

.checkout .checkout-result h1 {
    font-size: 4em;
    margin-bottom: 50px;
    font-weight: bold;
}

.checkout .checkout-result .welcome {
    margin-top: -80px;
    padding-top: 280px;
}

.checkout .checkout-result.error h1 {
    color: red;
}

.checkout .checkout-result .wa-form {
    margin: 10px auto 20px;
    width: 400px;
    float: none;
    text-align: left;
}

.checkout .checkout-result .back {
    margin-top: 50px;
}

.checkout {
    padding: 0;
}

.checkout h2 {
    padding: 15px 0px 18px;
    font-weight: normal;
    margin: 0;
    text-align: center;
    background: #bbb;
    margin-top: 10px;
    color: #fff;
}

.checkout h2 a {
    text-decoration: none;
    color: #fff;
}

.checkout h2 a:hover {
    color: #fff !important;
}

.checkout h2.upcoming a:hover {
    color: #fff !important;
    cursor: default;
}

.checkout h2 a.hint {
    font-size: 0.6em;
    color: #fff;
    text-decoration: none;
    margin-top: 2px;
}

.checkout h2 a.hint strong {
    text-decoration: underline;
}

.checkout h2.is-done {
    position: relative;
}

.checkout h2.is-done:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 100%;
    background: transparent url("img/cheackout-done.png") 50% no-repeat;
    background-size: 30px;
}
.chk-ifauth {
    text-align: center;
    font-size: 14px;
    color: #9c9c9c;
}
.chk-ifauth span {
    color: #c75a5f;
    border-bottom: 1px dashed;
    cursor: pointer;
}

.checkout .checkout-step-content {
    padding: 20px;
}

.checkout ul {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
}


.checkout ul li input[type="radio"] {
    margin-right: 3px;
}

.checkout #login-form h1 {
    display: none;
}

.checkout input.large {
    font-size: 1.4em;
}

.checkout .comment {
    width: 100%;
    height: 100px;
    margin-bottom: 20px;
}

.checkout blockquote img {
    margin-right: 20px;
    float: left;
    border-radius: 50%;
}

.checkout blockquote p {
    margin-bottom: 10px;
    margin-left: 70px;
}

.checkout blockquote p span {
    color: #000;
}

#checkout-contact-form .wa-field-firstname {
    width: 300px;
}
#checkout-contact-form .wa-field-phone {
    width: 300px;
}
#checkout-contact-form .errormsg {
    position: absolute;
}
#checkout-contact-form .wa-field-address-shipping {
    float: right;
    margin-top: -168px;
    width: 665px;
    position: relative;
}

#checkout-contact-form .wa-field-address-shipping > .wa-name {
    display: none;
}
#checkout-contact-form .wa-form .wa-field .wa-value p span {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    margin-left: 25px;
}
#checkout-contact-form .wa-form .wa-field .wa-value p span span  {
    display: block;
    margin-bottom: 8px;
    margin-left: 0px;
}
#checkout-contact-form input {
    width: 275px!important;
    border: 0px;
    outline: 0px;
    padding: 7px 10px;
    font-size: 14px;
    font-family: inherit;
}
#checkout-contact-form .wa-field-address-shipping input {
    margin-bottom: 18px;
}
#checkout-contact-form select {
    width: 295px!important;
    color: #9c9c9c;
    border: 0px;
    outline: 0px;
    padding: 6px 10px;
    font-size: 14px;
    font-family: inherit;
    margin-bottom: 18px;
}
.checkout-step {
    background: #eee;
}
.checkout-step.step-confirmation {
    background: #fff;
}
.checkout-step.step-confirmation .checkout-step-content {
    padding: 20px 0px;
}
.checkout .errormsg.inline {
    display: inline;
    margin-left: 10px;
}

.chk-table {
    width: 100%;
}

.chk-table > div {
    padding: 0px;
    border: 2px solid #eee;   
    margin-bottom: 10px;
}
.chk-table .chk-img {
    padding: 5px 15px 0px 15px;
}
.chk-table .chk-del {
    padding: 0px;
    border-right: 0px;
}
.chk-table > div > div {
    margin: 10px 0px;
    border-right: 1px solid #eee;
    color: #9c9c9c;
    padding: 10px 20px 5px 20px;
    display: inline-block;
    vertical-align: middle;
    min-height: 30px;
}
.chk-img div {
    margin: 0px;
    border-right: 0px;
}
.chk-img img {
    margin-top: 0;
    width: 48px;
    height: 40px;
}
.chk-name {
    width: 315px;
}
.chk-qty input {
    width: 40px;
    text-align: center;
    padding: 2px 5px;
    vertical-align: middle;
    margin-right: 4px;
}
.chk-price {
    width: 90px;
}
.chk-price span {
    color: #606060;
}
.chk-price span.chk-price-title {
    color: #9c9c9c;
}
.chk-fullprice {
    width: 115px;
    padding: 5px 5px 5px 15px;
}
.chk-fullprice span {
    color: #c75a5f;
    font-size: 16px;
}
.chk-fullprice span.chk-fullprice-title {
    color: #9c9c9c;
}
.chk-table .chk-del div {
    text-align: center;
    padding: 0px 20px;
    border-right: 0px;
}
.chk-del i.icon16 {
    background: url(img/x1.png) 0px 0px no-repeat;
}
.chk-total {
    font-size: 22px;
    width: 630px;
}
.chk-total strong {
    padding-left: 25px;
    font-size: 24px;
    color: #c75a5f;
    font-weight: normal;
}
.chk-submit {
    padding-right: 10px;
}
.chk-total, 
.chk-submit, 
.step-confirmation .ask_quest_cart {
    display: inline-block;
    vertical-align: top;
}

.checkout .last span.loading {
    left: -10px
}

.checkout .wa-form .wa-field input, .checkout .wa-form .wa-field select {
    font-size: 1.2em;
}

.checkout .wa-form .wa-field .wa-name {
    padding-top: 0.3em;
}

.checkout .wa-form .wa-field.wa-field-birthday .wa-value select {
    margin-right: 5px;
}

.checkout .wa-form .wa-field.wa-field-address .wa-field-address-zip input {
    min-width: 100px;
    width: 20%;
}

/* Dialogs
---------- */
.dialog {
    display: none;
}

.dialog-background {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    opacity: 0.8;
    filter: alpha(opacity=80);
    z-index: 99;
}

.dialog-window .cart {
    position: fixed;
    top: 15%;
    left: 0;
    right: 0;
    opacity: 1;
    z-index: 100;
    overflow-x: hidden;
    box-shadow: 0 3px 15px #ddd;
    margin: 0 auto;
    text-align: left;
    width: 400px;
    bottom: 15%;
    background: #fff;
    padding: 25px;
}

.dialog-window .cart .added2cart {
    font-style: italic;
}

.dialog-window .cart .purchase {
    display: block;
}

.dialog-window .dialog-close {
    float: right;
    color: #bbb;
    text-decoration: none;
    font-size: 200%;
    margin-top: -3px;
}

/* Customer account
------------------- */
.order-status {
    padding: 2px 5px;
    color: #fff;
}

h1 .order-status {
    font-size: 0.75em;
    margin-left: 10px;
}

/* Swipebox
----------- */
#swipebox-caption {
    display: none;
}


#swipebox-action {
    background: rgba(255,255,255,0.42) !important;
    opacity: 0.8 !important;
    border-top: none !important;
    bottom: 0 !important;
}

#swipebox-action.visible-bars {
    transform: none !important;
    -webkit-transform: none !important;
    -o-transform: none !important;
}

#swipebox-close, #swipebox-prev, #swipebox-next {
    background-size: 120px 24px;
}

.border-2 {
    display: inline-block;
}

.border-1 {
    border: 1px solid #c65a5f;
    display: inline-block;
}

.product-container {
    padding: 5px 0 0 0;
}

.tabs-container {
    clear: both;
}

.viewed_prod {
    clear: both;
    margin-bottom: 30px;
}
.hits {
    clear: both;
}

.hdr {
    color: #606060;
    text-align: left;
    padding: 35px 0px 20px 0px;
    font-size: 22px;
}
.viewed-container .bx-wrapper, 
.hits-container .bx-wrapper {
    margin: 0px auto;
    max-width: 100%!important;
}
.viewed-container .bx-wrapper .bx-viewport, 
.hits-container .bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
     border: solid #fff 0px; 
}
.viewed-container .bx-wrapper .bx-controls-direction a, 
.hits-container .bx-wrapper .bx-controls-direction a {
    top: -45px;
    width: 25px;
    height: 25px;
    margin: 0px;
    z-index: 99;
}
.viewed-container .bx-wrapper .bx-prev, 
.hits-container .bx-wrapper .bx-prev {
    background: url(img/cart_arrows.png) no-repeat 0px 0px;
    background-position-x: 0px!important;
    right: 40px;
    left: auto;
}
.viewed-container .bx-wrapper .bx-next, 
.hits-container .bx-wrapper .bx-next {
    background: url(img/cart_arrows.png) no-repeat -25px 0px;
    background-position-x: -25px!important;
}

.viewed-container .bx-wrapper .bx-prev:hover, 
.hits-container .bx-wrapper .bx-prev:hover,
.viewed-container .bx-wrapper .bx-next:hover, 
.hits-container .bx-wrapper .bx-next:hover {
    background-position-y: -25px;
}
.viewed-container .bx-wrapper .bx-prev:active, 
.hits-container .bx-wrapper .bx-prev:active,
.viewed-container .bx-wrapper .bx-next:active, 
.hits-container .bx-wrapper .bx-next:active {
    background-position-y: -50px;
}

.related-container {
    margin-bottom: 30px;
    margin-top: 30px;
    display: inline-block;
}

.feedback {
    margin-top: 10px;
    box-sizing: border-box;
    width: 740px;
    margin-left: auto;
    clear: both;
}

div.tabs {
    text-align: center;
    margin: 30px 0px 0px;
    max-width: 740px;
    float: left;
}

ul.tabs {
    margin: 0;
    padding: 0;
    overflow: hidden;
    margin-bottom: -2px;
}

ul.tabs li {
    display: block;
    float: left;
    margin-right: 10px;
}

ul.tabs li a {
    display: block;
    float: left;
    padding: 9px 35px;
    font-size: 16px;
    text-decoration: none;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    color: #808080;
}

ul.tabs li a.selected {
    background-color: #eee;
}

.tab-content-wrap {
    overflow: hidden;
}

#tabs2 {
}

.tab-content {
    padding: 20px 15px 20px 15px;
    border: 1px solid #eee;
    line-height: 24px;
}

.tab-content, .tab-content * {
    color: #635d6a;
    font-size: 14px;
    text-align: justify;
}

.hint.reviews-count {
    display: inline;
    padding: 0;
}

.video-container {
    text-align: center;
    margin-right: 0px;
    max-width: 100%;
}

.video-container iframe {
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
    max-width: 100%;
}

.m-l10 {
    margin-left: -10px;
}

.m-r5 {
    margin-right: -5px;
}

span.count {
    font-weight: bold;
}

.populars ul.thumbs {
    margin: 20px 0px 0px 0px;
    text-align: center;
}
.populars ul.thumbs li {
    width: 222px;
}
.populars h5 {
    text-align: center;
    color: #635d6a;
    font-weight: normal;
    font-size: 24px;
    padding-top: 20px;
    text-transform: uppercase;
    line-height: 22px;
    margin-bottom: 27px!important;
}
.more_products {
    display: block;
  width: 170px;
  line-height: 30px;
  background: #808080;
  color: #fff;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  border-radius: 3px;
  margin: 0px auto 35px auto;
}
.more_products:hover {
  background: #939393;
}
.more_products:active {
  background: #707070;
}

.advants {
    text-align: center;
    font-size: 14px;
    padding-bottom: 28px;
}

.advant-icon {
    height: 100px;
    line-height: 11;
    background: url(img/circle1.png) center 0px no-repeat;
    margin-bottom: 20px;
}
.advants img {
    padding: 0px;
    margin-bottom: 12px;
    margin-top: 7px;
}
.advants p {
    width: 135px;
    margin: auto;
}

.advants .advant {
    width: 170px;
    margin: 0px 10px 0px 10px;
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
    color: #606060;
}


.home-page {
    line-height: 23px;
}
.home-page h5 {
    font-size: 22px;
    color: #606060;
    text-align: center;
    font-weight: normal;
    padding: 0px 0px 0px 0px;
}

.home-page ul {
    padding-left: 0px;
}

.home-page li {
    display: inline-block;
    vertical-align: top;
    list-style: none;
    background: url(img/marker1.png) no-repeat 0px center;
    padding: 6px 0px 6px 15px;
    color: #c75a5f;
}
.home-page li a {
    color: #c75a5f;
    border-bottom: 1px dashed;
    text-decoration: none;
}
.home-page li a:hover {
    color: #606060;
}

.home-page li.orders1 {
    width: 285px;
}

.home-page li.orders2 {
    width: 375px;
}

.home-page li.orders3 {
    width: 285px;
}

.favor-add {
    display: inline-block;
    vertical-align: top;
    margin: 0px 0px 0px 0px;
    height: 25px;
    width: 25px;
    background: url(img/to_best_btn.png) no-repeat 0px 0px;
}
.favor-add:hover {
    background-position: 0px -25px;
}
.favor-add:active {
    background-position: 0px -50px;
}
.favor-remove {
    display: inline-block;
    vertical-align: top;
    margin: 0px 0px 0px 0px;
    height: 25px;
    width: 25px;
    background: url(img/to_best_btn.png) no-repeat 0px -50px;
}
.favor-remove:hover {
    background-position: 0px -25px;
}
.favor-remove:active {
    background-position: 0px 0px;
}
.favor_list {
    /*border: 2px solid #eee;*/
}
.favor_list ul {
    border-bottom: 1px solid #ddd;
}
.favor_list ul li {
    display: inline-block;
    vertical-align: top;
}
.favor-name {
    width: 95%;
}
.favor-opt .favor-remove {
    background: url(img/x1.png) 0px 0px no-repeat;
    width: 18px;
    height: 18px;
    display: inline-block;
}

#page-content > h1 {
    text-align: center;
    font-weight: normal;
    margin-bottom: 30px;
}
.cat_descr {
    line-height: 23px;
}
.cat_descr h2 {
    margin-top: 40px;
}
.cat_descr ul {
    padding-left: 0px;
}
.cat_descr li {
    list-style: none;
    background: url(img/marker4.png) no-repeat 0px 4px;
    padding-left: 20px;
}
.cat_descr li span {
    display: block;
    margin-top: 30px;
}

#contact_page h5 {
    font-size: 18px;
    color: #c75a5f;
    font-weight: normal;
}
.c_info {
    margin-bottom: 30px;
}
.c_info > div {
    display: inline-block;
    vertical-align: top;
}
.c_info > div > div {
    padding: 0px 0px 0px 30px;
    margin: 0px 0px 30px 0px;
}
.c_info1 {
    background: url(img/icon10.png) no-repeat 0px 0px;
    width: 270px;
}
.c_info2 {
    background: url(img/icon11.png) no-repeat 0px 0px;
    width: 285px;
}
.c_info3 {
    background: url(img/icon11.png) no-repeat 0px 0px;
    width: 320px;
}
.c_info4 {
    background: url(img/icon13.png) no-repeat 0px 0px;
    width: 270px;
}
.c_info5 {
    background: url(img/icon11.png) no-repeat 0px 0px;
    width: 285px;
}
.c_info6 {
    background: url(img/icon12.png) no-repeat 0px 4px;
    width: 320px;
}
.c_info-title {
    font-size: 14px;
    padding: 0px 0px 18px 0px;
}
.c_info-value,
.c_info-value a {
    font-size: 22px;
    color: #606060;
    text-decoration: none;
}
.c_info2 .c_info-value, 
.c_info3 .c_info-value, 
.c_info5 .c_info-value {
    display: block;
    padding-bottom: 7px;
}
.c_info-notes {
    font-size: 14px;
    color: #9c9c9c;
    padding: 0px 0px 0px 3px;
}
.c_info6 .c_info-value  {
    font-size: 15px;
}
.c_email {
    padding-bottom: 7px;
}
.c_info6 .c_info-value a  {
    font-size: 15px;
    color: #c75a5f;
    text-decoration: none;
    border-bottom: 1px dashed;
}
.c_email .c_info-value a:hover {
    border-bottom: 0;
    text-decoration: none;
}
.order_faq a {
    border-bottom: 1px dashed;
}
.order_faq a:hover {
    border-bottom: 0;
    text-decoration: none;
}
.jur_info p {
    display: inline-block;
    vertical-align: top;
}
.jur_info span {
    padding: 0px 30px 0px 30px;
}
#contact_map {
    border: 0px;
    width: 100%;
    height: 400px;
}
/* TABLET only
============== */
@media screen and (min-width: 768px) and (max-width: 1024px) {  
     body {
        -webkit-text-size-adjust: 100%;
    }

    .container {
        padding: 0 15px;
        max-width: 740px;
    }

    .sidebar {
        width: 200px;
    }

    .content.with-sidebar {
        margin-right: 220px;
    }

    .top_fixed_bar {
        width: 740px;
    }
    #favor-leash {
        margin-right: 190px;
    }
    .top_fixed_bar .top_fixed_item3 {
        display: none;
    }
    .cart.fixed {
        margin-left: 10px;
    }
    header #globalnav {
        padding-top: 0px;
    }
    header h2, header .h2 {
        margin: 0px;
        padding: 20px 0px 0px 0px;
    }
    header h2, header .h2 img {
        width: 225px;
    }
    header .apps .phones {
        padding: 22px 0px 0px 35px;
    }
    header .apps .worktime {
        padding: 22px 0px 0px 25px;
    }
    header .cart-auth {
        margin-left: 0;
    }
    header .auth li.ismobile {
        padding: 0px 11px 0px 11px;
    }
    header .cart {
        padding: 8px 10px 10px 10px;
        background: #eee;
    }
    .show_cart_item {
        display: none;
    }
    header .top-menu li {
        padding: 0px 24px;
    }
    header .top-menu li.search-head {
        display: none;
    }
    header .pages li {
        width: 89px;
    }
    header .pages li a {
        padding: 5px 12px;
    }
    header .pages li a .img {
        width: 55px;
        height: 45px;
    }
    header .pages li a.cat-id-6 .img {
        background: url(img/cats768.png) -4px 0 no-repeat;
    }

    header .pages li a.cat-id-7 .img {
        background: url(img/cats768.png) -92px 0 no-repeat;
    }

    header .pages li a.cat-id-8 .img {
        background: url(img/cats768.png) -182px 0 no-repeat;
    }

    header .pages li a.cat-id-9 .img {
        background: url(img/cats768.png) -272px 0 no-repeat;
    }

    header .pages li a.cat-id-10 .img {
        background: url(img/cats768.png) -369px 0 no-repeat;
    }

    header .pages li a.cat-id-11 .img {
        background: url(img/cats768.png) -465px 0 no-repeat;
    }

    header .pages li a.cat-id-12 .img {
        background: url(img/cats768.png) -552px 0 no-repeat;
    }

    header .pages li a.cat-id-13 .img {
        background: url(img/cats768.png) -656px 0 no-repeat;
    }
    header .pages li a:hover .img, header .pages li.active a .img {
        background-position-y: -47px;
    }
    .slider a.slide_btn {
        margin-bottom: 33px;
        left: 63px;
    }
    .slider .slide_btn2 {
        display: none;
    }

    .bestsellers ul.thumbs li {
        width: 224px;
        border: #eee 2px solid;
        margin: 6px 4px;
    }
    .populars ul.thumbs li {
        margin: 0 4px 15px 4px;
    }
    .advants .advant {
        width: 120px;
    }
    .advants p {
        width: 120px;
    }
    .home-page li.orders1 {
        width: 335px;
    }
    .home-page li.orders2 {
        width: 335px;
    }
    .home-page li.orders3 {
        width: 335px;
    }
    #home-news {
        text-align: center;
    }
    #home-news li {
        width: 47%;
        text-align: left;
        float: none;
    }
    #home-news li:last-child {
        display: none;
    }
    #home-news .more_news {
        margin-bottom: 15px;
    }

    .color_scheme_white header.globalheader .appnav {
        padding-left: 0;
        padding-right: 0;
    }
    .bot-menu {
        padding-left: 20px;
    }
    .bot-menu li {
        padding: 0px 24px;
    }
    .bot-menu li.search-head {
        display: none;
    }
    .footer-logo img {
        width: 210px;
    }
    footer .phones {
        padding: 10px 0px 0px 20px;
    }
    footer .worktime {
        padding: 10px 0px 0px 20px;
    }
    .footer-mail span {
        display: none;
    }
    .soc-menu {
        width: 160px;
    }
    .soc-menu li {
        padding-left: 9px;
    }
    .footer_add_menu .our_prod-title {
        width: 125px;
    }
    .footer_add_menu .our_prod {
        width: 288px;
    }
    .footer_add_menu .about_us {
        width: 220px;
    }
    .footer_add_menu .about_us li.about_us-col1 {
        width: 100px;
    }
    .footer_add_menu .about_us li.about_us-col2 {
        width: 96px;
    }
    .footer_add_menu .about_us li.about_us-col3 {
        width: 99px;
    }
    
    .filters h5.title, .filters .h5.title {
        width: 222px;
    }
    .filters input[type="text"] {
        width: 42px;
    }
    ul.thumbs li {
        width: 222px;
        margin: 0 4px 20px 4px;
    }
    #product-cart {
        width: 500px;
    }
    .product-sidebar {
        width: 215px;
    }
    .product-info {
        width: 280px;
    } 
    .add2cart .price_block {
        float: none;
        display: block;
    }
    .add2cart .qty {
        display: block;
        margin: 27px 0px 7px 0px;
    }
    .add2cart .ask_quest {
        width: 160px;
        margin-top: 10px;
    }
    .features_wrap {
        float: none !important;
        clear: both;
    }
    table.features {
        display: none;
    }
    .more_features {
        text-align: left;
    }
    ul.tabs li {
        margin-right: 5px;
    }
    ul.tabs li a {
        padding: 9px 10px;
    }
    .cart .col.w5.item-name {
        padding: 0px 10px 0px 10px;
        width: 250px;
    }
    .cart_items .qty-title {
        display: none;
    }
    .cart_items .item-price {
        display: none;
    }
    .cart_items .item-total-col {
        padding: 10px 35px 0px 35px;
    }
    .cart .col.total {
        width: 44%;
    }
    .col.w3.checkout_btn {
        width: 160px;
        margin-left: 0px;
        margin-right: 15px;
    }
    .checkout ul.checkout-options li .shipping-descr {
        width: 470px;
    }
    #checkout-contact-form .wa-field-address-shipping {
        width: 475px;
    }
    #checkout-contact-form input {
        width: 200px!important;
        min-width: 0;
    }
    #checkout-contact-form select {
        width: 220px!important;
    }
    #checkout-contact-form .wa-form .wa-field .wa-value p span {
        margin-left: 15px;
    }
    .chk-table > div > div {
        padding: 10px 10px 5px 10px;
    }
    .chk-name {
        width: 200px;
    }
    .chk-qty .qty-title {
        display: none;
    }
    .qty-minus {
        margin-left: 0px;
    }
    .chk-total {
        width: 370px;
    }

    .nav-sidebar {
        width: 180px;
    }

    .page-content.with-sidebar {
        margin-left: 180px;
    }

    .filters {
        width: 222px;
    }

    ul.thumbs.mini li {
        width: 120px !important;
    }

    ul.thumbs.mini li h5 {
        max-width: 130px;
    }

    header ul.flyout-nav li .flyout {
        padding: 15px 0;
    }

    .product-sidebar .cart {
        padding: 5px 0px 5px 0;
    }

    .welcome {
        margin-left: 20px;
        margin-right: 20px;
    }

    .slider a h3 {
        font-size: 2.4em;
    }

    .bestsellers .bestsellers-header {
        font-size: 1.6em;
    }

    ul.thumbs.text-content li {
        width: 21%;
        margin-left: 0;
        margin-right: 25px;
    }
    #contact_page .feedback .form_notes {
        padding: 3px 25px 0px 0px;
    }
    #contact_page .feedback .wa-submit {
        width: auto;
    }
}

/* MOBILE only
============== */
@media screen and (max-width: 767px) {

    body {
        -webkit-text-size-adjust: 100%;
    }

    header h2, header .h2 {
        padding: 0;
        margin: 0;
        float: none;
    }
    .phones_mobile {
        display: block;
        text-align: center;
        padding: 10px 0px;
    }
    .phones_mobile .phone {
        font-size: 18px;
        color: #606060;
        font-weight: bold;
    }
    .phones_mobile .phone span {
        font-size: 16px;
        font-weight: normal;
    }
    .phones_mobile .top_notes {
        font-size: 12px;
        color: #9c9c9c;
    }

    h1 {
        font-size: 2em;
    }

    h2 {
        font-size: 1.5em;
    }

    h3 {
        font-size: 1.3em;
    }

    .top_fixed_bar {
        width: 300px;
    }
    #compare-leash {
        display: none;
    }
    #favor-leash {
        display: none;
    }
    .top_fixed_bar .top_fixed_item1-320 {
        display: block;
        width: 170px;
        padding: 11px 20px;
    }
    .top_fixed_bar .top_fixed_item1-320 a {
        display: inline-block;
        vertical-align: middle;
        width: 36px;
        height: 36px;
    }
    .top_fixed_bar .top_fixed_item1-320 a.compare {
        background: url(img/compare_btn320.png) no-repeat 0px 0px;
    }
    .top_fixed_bar .top_fixed_item1-320 a.favor {
        background: url(img/favorite_btn320.png) no-repeat 0px 0px;
    }

    .top_fixed_bar .top_fixed_item3 {
        display: none;
    }
    .top_fixed_bar .top_fixed_item4 {
        display: none;
    }
    .cart.fixed {
        margin-left: 0px;
        padding-left: 25px;
        left: 48%;
    }
    header .cart.fixed .cart_head a {
        border-bottom: 1px dashed;
        font-size: 14px;
    }
    header nav {
        border: none;
        background: #c75a5f;
    }

    .container {
        min-width: 0;
        max-width: 320px;
        padding: 0;
    }

    .breadcrumbs {
        font-size: 1.0em;
        line-height: 1.5em;
        margin-bottom: 10px;
        display: none;
    }

    .sidebar {
        float: none !important;
        width: auto !important;
        padding: 0 !important;
    }

    .content {
        padding: 0px 10px;
        overflow-x: hidden;
    }

    .content.with-sidebar {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .nav-negative {
        display: block;
        /* mobile-only slide-out navigation */
    }

    header #globalnav.light {
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    }

    header #globalnav.light .cart.empty a {
        background: #f3f3f3 !important;
    }

    .color_scheme_white header #globalnav.light {
        box-shadow: none;
        border-bottom: 1px solid rgba(0,0,0,0.13);
    }


    header .h2 a img {
        width: 240px;
        display: block;
        margin: 0px auto 0px auto;
    }

    header h2 a span {
        display: inline;
    }

    header .appnav {
        padding: 0;
        min-height: 0;
    }

    header #mobile-nav-toggle {
        display: block;
        margin: 0px 0px 0px 20px;
        outline: 0;
        float: left;
        background: #ab5057 url(img/menu320.png) no-repeat 15px center;
        border: none;
        padding: 5px 5px 5px 45px;
        width: 107px;
        height: 38px;
        text-transform: uppercase;
        color: #fff;
        font-size: 14px;
    }
    header .uncollapse#mobile-nav-toggle {
        background: #808080 url(img/menu320gray.png) no-repeat 15px center;
        position: relative;
    }
    header .uncollapse#mobile-nav-toggle:before {
        content: '';
        display: inline-block;
        background: url(img/marker8.png) no-repeat 0px 0px;
        width: 17px;
        height: 17px;
        position: absolute;
        bottom: -8px;
        left: 48px;
    }

    header .apps {
        display: none;
    }
    header .top-menu {
        background: #fff;
        width: 280px;
        margin: auto;
        padding-top: 8px;
    }
    header .top-menu li {
        display: block;
        margin: 10px 0px;
        line-height: 30px;
        background: #c75a5f;
        border-radius: 3px;
    }
    header .top-menu li.search-head {
        display:none;
    }

    header .pages {
        margin: 0;
        padding: 20px 0;
    }

    header .auth {
        float: left;
        padding-left: 0;
        display: none;
    }

    header .auth li a {
        font-size: 1em;
    }

    header .auth li a i.icon16 {
        margin-top: 0;
    }

    header .apps.unfolded {
        display: block;
    }

    header .cart a strong {
        display: none;
    }

    .cart_fixed #cart-content {
        display: none;
    }

    header ul.flyout-nav li.submenu-is-shown > a {
        background: rgba(0,0,0,.33);
        border-radius: 3px;
    }

    .content img {
        max-width: 100%;
    }

    .search {
        display: none;
    }

    .search-wrapper {
        padding-right: 0;
    }
    header .cart {
        color: #fff;
        background: #c75a5f url(img/cart_icon2.png) no-repeat 0px 10px;
        font-size: 13px;
        padding: 8px 10px 10px 30px;
    }
    .show_cart_item {
        display: none;
    }
    .cart_head a {
        color: #fff;
    }
    .go_to_cart {
        display: none;
    }
    header .pages li {
        width: 148px;
    }

    .bestsellers .bx-wrapper, 
    .populars .bx-wrapper {
        margin: 0px auto;
        max-width: 247px!important;
    }
    .bestsellers .bx-wrapper .bx-viewport, 
    .populars .bx-wrapper .bx-viewport {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: solid #fff 0px; 
    }
    .bestsellers .bx-wrapper .bx-controls-direction a, 
    .populars .bx-wrapper .bx-controls-direction a {
        z-index: 99;
        width: 96px;
        height: 96px;
        top: 47%;
    }
    .bestsellers .bx-wrapper .bx-prev, 
    .populars .bx-wrapper .bx-prev {
        background: url(img/prev1.png) no-repeat 0px 0px;
        background-position-x: 0px!important;
        left: -25px;
    }
    .bestsellers .bx-wrapper .bx-next, 
    .populars .bx-wrapper .bx-next {
        background: url(img/next1.png) no-repeat 0px 0px;
        background-position-x: 0px!important;
        right: -100px;
    }
    .bestsellers ul.thumbs li h5, .bestsellers ul.thumbs li .h5 {
        width: 115px;
    }
    .populars {
        margin: 20px 0px;
    }
    .more_products {
        display: none;
    }
    .home-page {
        padding: 0px;
    }
    .advants .advant {
        width: auto;
        margin: 10px 0px 10px 0px;
        display: block; 
        font-size: 16px;
        border: 1px solid #eee;
        text-align: left;
    }
    .advants .advant > div {
        display: inline-block;
        vertical-align: middle;
    }
    .advant-icon {
        width: 75px;
        text-align: center;
        height: auto;
        line-height: inherit;
        background: none;
        margin-bottom: 0px;
    }
    .advants img {
        height: 37px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    #advant1 .advant-icon img {
        height: 27px;
    }
    .advants p {
        width: 190px;
    }
    .home-page li.orders2 {
        width: 285px;
    }

    footer.globalfooter {
        padding-top: 0px;
        border-top: 4px solid #808080;
        position: relative;
    }
    .bot-menu {
        display: none;
    }

    footer .top_contacts {
        display: block;
    }
    .footer-logo {
        position: absolute;
        top: 225px;
        left: 35px;
    }
    .footer-logo img {
        width: 240px;
    }

    .footer-block.right {
        width: auto;
        float: none;
        display: block;
        max-width: 320px;
        text-align: center;
        margin: 0px;
    }
    .soc-menu li {
        padding: 0px 20px 0px 0px;
    }

    .footer-mail {
        padding: 20px 0px 20px 0px;
    }
    .footer-mail span {
        display: none;
    }
    .footer-block#copyright {
        width: auto;
        display: block;
    }

    .footer-block a {
        margin-bottom: 3px;
    }

    .footer-note {
        margin: 10px 15px;
    }

    footer .worktime {
        display: none;
    }
    .footer_add_menu {
        padding-left: 35px;
        padding-top: 140px;
    }
    .footer_add_menu .our_prod-title {
        width: auto;
        padding-bottom: 22px;
    }
    .footer_add_menu .our_prod {
        width: auto;
        display: block;
        padding-bottom: 28px;
    }
    .footer_add_menu .about_us-title {
        width: auto;
        padding-bottom: 22px;
    }
    .footer_add_menu .about_us {
        width: auto;
        display: block;
    }
    .footer_add_menu .about_us li.about_us-col1 {
        width: 135px;
    }
    .footer_add_menu .about_us li.about_us-col2 {
        width: 131px;
    }
    .footer_add_menu .about_us li.about_us-col3 {
        width: 135px;
    }

    .appfooter {
        padding: 10px 15px;
    }

    .appfooter .copyright, .appfooter .poweredby {
        padding: 10px;
        width: 200px;
        margin: auto;
        line-height: 21px;
    }
    .appfooter .copyright span {
        padding-right: 0px;
        display: block;
    }

    .wa-form .wa-field .wa-name {
        float: none;
    }

    .wa-form .wa-field .wa-value {
        margin-left: 0;
    }

    .wa-form .wa-field .wa-value p span {
        display: block;
    }

    .wa-form .wa-field .wa-value input[type="text"], .wa-form .wa-field .wa-value input[type="email"], .wa-form .wa-field .wa-value input[type="password"] {
        min-width: 200px;
    }

    .wa-auth-adapters p {
        width: 80%;
    }

    .wa-captcha input.wa-captcha-input {
        width: 100px;
    }

    .errormsg {
        margin-left: 0;
    }

    table td {
        padding: 5px;
    }

    html.my ul.menu-h li a {
        padding: 10px;
    }

    .comment-form-fields label {
        float: left;
    }

    .sub-links li {
        font-size: 110%;
        margin-bottom: 5px;
    }

    .sidebar .likebox {
        display: none;
    }

    .connect.inline .likebox {
        display: block;
        width: auto;
    }

    .wa-signup-form .wa-form .wa-field.wa-field-email .wa-value input {
        min-width: 240px;
    }

    .wa-signup-form .wa-form .wa-field.wa-field-password .wa-value input, .wa-signup-form .wa-form .wa-field.wa-field-password_confirm .wa-value input {
        min-width: 160px;
        width: 160px;
    }

    .olives {
        padding: 10px;
    }

    .olives-left, .olives-right {
        background-size: 25px auto;
        min-height: 55px;
    }

    .olives-content {
        margin: 0 20px;
        font-size: 0.9em;
        padding: 10px;
    }

    .footer-block.contact-us {
        max-width: 999px;
        display: block;
        width: auto;
    }

    footer .header {
        margin-top: -72px;
    }

    .content.with-sidebar {
        padding: 0;
        margin: 0 !important;
    }

    .promos ul li {
        width: 50%;
    }

    .welcome {
        margin-left: 0;
        margin-right: 0;
    }
    
    .flyout-nav-title {
        display: block;
        width: 276px;
        margin: 20px auto 0px auto;
        text-align: center;
        border: 2px solid #606060;
        border-radius: 3px;
        color: #606060;
        text-transform: uppercase;
        padding: 8px 0px;
        font-size: 14px;
        background: #fff url(img/marker6.png) no-repeat 95% center;
    }
    .flyout-nav-title.uncollapse {
        background: #606060 url(img/marker7.png) no-repeat 95% center;
        color: #fff;
    }
    .flyout-nav-in {
        display: none;
    }
    header ul.flyout-nav li .flyout {
        padding: 15px;
    }

    header ul.flyout-nav li .flyout .departments ul.menu-v li {
        width: 42%;
    }

    .bestsellers .bestsellers-header {
        font-size: 1.4em;
    }

    .product-sidebar {
        width: 100%;
        float: none;
    }

    .product-sidebar .cart {
        padding: 0px;
    }

    .product-info {
        margin-right: 0;
    }

    .bullets {
        padding: 0px;
        margin-left: 0;
        margin-right: 0;
    }

    #product-cart {
        width: auto;
        float: none;
        padding: 10px 0px 10px 5px;
    }

    .added2cart {
        background: #ff7;
        font-weight: bold;
        display: block;
        padding: 3px 5px;
    }

    /*#compare-leash, .compare-add, .currency-toggle {
        display: none;
    }*/

    .filters {
        float: none;
        display: block;
        width: 280px;
        margin: auto;
    }

    .filters .uncollapse-title {
        display: block;
        background: #c75a5f;
        border-radius: 3px;
        text-align: center;
        color: #fff;
        text-transform: uppercase;
        font-size: 14px;
        margin-top: 20px;
    }
    .filters .uncollapse-title span {
        display: inline-block;
        vertical-align: top;
        background: url(img/menu320.png) no-repeat 0px 10px;
        padding: 10px 0px 10px 35px;
    }
    .filters .uncollapse-title.uncollapse {
        background: url(img/title_bg1.png) no-repeat 0px 0px;
        padding-bottom: 10px;
    }
    .filters .uncollapse-title.uncollapse span {
        background: url(img/menu320gray.png) no-repeat 0px 10px;
    }
    .filters h5.title, .filters .h5.title {
        display: none;
    }
    .left-menu {
        display: none;
        border: 0px;
    }
    .left-menu li {
        background: #c75a5f;
        border-radius: 3px;
        margin: 10px 0px;
        padding: 5px 0px;
        text-align: center;
        border: 0px;
    }
    .left-menu li:first-child, 
    .left-menu li:last-child {
        border-radius: 3px;
    }
    .left-menu li a {
        color: #fff;
    }

    .filters .filters-toggle-wrapper {
        display: block;
        text-align: center;
    }

    .filters .filters-toggle-wrapper .filters-toggle-link {
        display: block;
        color: #995;
    }
    .filters .filters-form-wrapper {
        display: none;
    }

    .filters.is-shown .filters-toggle-wrapper .filters-toggle-link {
        display: block;
        padding: 0 0 0;
        color: #995;
    }

    .filters.is-shown .filters-form-wrapper {
        display: block;
        margin: 15px 0 0;
    }
    .filters .left-news {
        display: none;
    }
    .materials {
        display: none;
    }

    table.features td.name {
        min-width: 105px;
    }

    .image#product-core-image {
        float: none;
    }

    .image img {
        height: auto;
    }

    .product-gallery {
        float: none;
        width: auto;
        margin-right: 0;
    }

    .badge {
        font-size: 0.9em;
    }
    .more-images {
        text-align: center;
    }
    .add2cart .price_block {
        display: block;
        float: none;
        text-align: center;
        margin-bottom: 20px;
    }
    .add2cart .qty {
        display: block;
        float: none;
        text-align: center;
    }
    .add2cart .outer-w {
        display: block;
        float: none;
        text-align: center;
    }
    .add2cart .ask_quest {
        display: block;
        float: none;
        margin: 10px auto auto auto;
        width: 160px;
    }
    .features_wrap  {
        float: none !important;
    }
    table.features {
        display: none;
        width: 290px;
    }

    ul.thumbs,ul.sub-categories {
        margin: 0 !important;
        text-align: center;
    }
    ul.sorting {
        margin-bottom: 20px;
    }

    ul.thumbs li .compare-from-list {
        display: none;
    }

    ul.thumbs.mini {
        margin: 0 0 30px !important;
    }

    ul.thumbs.mini li {
        margin-bottom: 30px;
        width: 120px !important;
        font-size: 1.0em;
        border-bottom: none;
    }

    .related .bx-wrapper .bx-next {
        right: 10px;
    }

    ul.thumbs.mini li h5 {
        max-width: 120px;
    }

    ul.thumbs.mini li .image img {
        max-height: 100%;
        max-width: 100%;
    }

    ul.thumbs .image .corner.right {
        right: 58px;
    }

    ul.thumbs .added2cart {
        display: block;
        padding: 3px 5px;
        margin-right: 30px;
    }

    ul.thumbs .purchase {
        line-height: 1.2em;
    }

    ul.thumbs.text-content li {
        width: 45% !important;
        margin-right: 5px;
    }

    .purchase {
        width: 100%;
    }

    .review-form-fields label {
        width: auto;
        float: none;
    }

    .review-form-fields input {
        width: 80%;
    }

    .review-form textarea {
        width: 90%;
    }

    .review-form .review-submit {
        padding-left: 0;
    }

    .review-form .wa-captcha img {
        margin-bottom: 10px;
    }

    .bullet {
        width: 100%;
    }

    .badge, .badge:before, .badge:after {
        width: 45px !important;
        height: 45px !important;
    }

    .badge span {
        top: 17px !important;
        left: -2px !important;
        right: -2px !important;
        font-size: 0.9em !important;
    }

    .badge.bestseller:after {
        background-size: 40px 40px !important;
        background-position: 5px 2px !important;
    }

    .dropdown ul.menu-h.aux {
        display: none;
        float: none;
    }

    .hdr {
        padding-left: 22px;
    }
    .viewed-container .bx-wrapper, 
    .hits-container .bx-wrapper {
        max-width: 247px!important;
    }
    .viewed-container .bx-wrapper .bx-controls-direction a, 
    .hits-container .bx-wrapper .bx-controls-direction a {
        z-index: 99;
        width: 96px;
        height: 96px;
        top: 47%;
    }
    .viewed-container .bx-wrapper .bx-prev, 
    .hits-container .bx-wrapper .bx-prev {
        background: url(img/prev1.png) no-repeat 0px 0px;
        background-position-x: 0px!important;
        left: -30px;
    }
    .viewed-container .bx-wrapper .bx-next, 
    .hits-container .bx-wrapper .bx-next {
        background: url(img/next1.png) no-repeat 0px 0px;
        background-position-x: 0px!important;
        right: -90px;
    }

    .viewed-container .bx-wrapper .bx-prev:hover, 
    .hits-container .bx-wrapper .bx-prev:hover,
    .viewed-container .bx-wrapper .bx-next:hover, 
    .hits-container .bx-wrapper .bx-next:hover {
        background-position-y: 0px;
    }
    .viewed-container .bx-wrapper .bx-prev:active, 
    .hits-container .bx-wrapper .bx-prev:active,
    .viewed-container .bx-wrapper .bx-next:active, 
    .hits-container .bx-wrapper .bx-next:active {
        background-position-y: 0px;
    }

    .feedback {
        width: 290px;
        margin-right: auto;
        padding-bottom: 5px;
    }
    .feedback_title {
        background: transparent;
        color: #606060;
        padding: 15px;
        line-height: 23px;
        margin-bottom: 0px;
    }
    .feedback_title span {
        display: block;
    }
    .feedback .wa-form {
        padding: 0px;
        width: 265px;
        margin: auto;
        border-top: 1px solid #e1e1e1;
        padding-top: 12px;
    }
    .wa_fields-col1, 
    .wa_fields-col2 {
        display: block;
        width: auto;
    }
    .feedback .wa-form .wa-field .wa-value textarea {
        min-width: 0px;
        width: 240px!important;
    }
    .feedback .wa_field-name input {
        width: 240px!important;
    }
    .feedback .wa_field-phone input {
        width: 240px!important;
    }
    .feedback .form_notes {
        padding: 0px 10px 15px 10px;
        text-align: center;
    }
    .feedback .wa-submit {
        display: block;
    }
    .feedback .wa-submit input {
        display: block;
        margin: auto;
    }

    ul.thumbs .purchase .pricing {
        margin-bottom: 7px;
        float: none;
    }

    .add2cart .price {
        min-width: 150px;
    }

    .add2cart .outer-w {
        width: auto;
    }

    .wa-form .wa-field .wa-value input[type="text"], .wa-form .wa-field .wa-value input[type="email"], .wa-form .wa-field .wa-value input[type="password"] {
        min-width: 180px!important;
    }

    /* cart: override cart column widths for better display on mobiles */
    .cart .row {
        min-height: 160px;
        position: relative;
        width: 300px;
        margin: 10px auto;
    }
    .cart_items > div {
        margin: 0px;
        padding: 0px 0px 0px 10px;
        border: 0;
    }

    .cart .col.item-thumb {
        line-height: 145px;
        border-right: 1px solid #eee;
        margin: 10px 0px 0px 0px;
        min-width: 85px;
    }
    .cart .col.item-thumb img {
        width: 60px;
        height: 60px;
    }
    .cart .col.w1.item-remove {
        display: block;
        float: none;
        position: absolute;
        top: 3px;
        right: 0px;
    }
    .cart .col.item-remove i.icon16 {
        background: url(img/x4.png) 0px 0px no-repeat;
    }

    .cart .col.item-name {
        width: 60% !important;
        margin-bottom: 20px;
        border-left: 0;
    }

    .cart .col.item-qty {
        float: left;
        border: 0;
        width: 60%;
        text-align: left;
        margin-bottom: 20px;
    }
    .cart .col.item-qty .qty-title {
        display: none;
    }
    .cart .col.item-qty .qty-minus {
        background: url(img/bigminus.png) no-repeat 0px 0px;
        width: 25px;
        height: 25px;
        margin-left: 0px;
    }
    .cart .col.item-qty .qty-plus {
        background: url(img/bigplus.png) no-repeat 0px 0px;
        width: 25px;
        height: 25px;
    }
    .cart .cart_items .item-price {
        display: none;
    }

   .cart .row.large {
       text-align: center;
       min-height: 0;
   }
   .cart .row.large > div.col {
       display: inline-block;
       vertical-align: top;
       width: auto;
       float: none;
   }
   .cart .col.total {
       margin-left: 30px;
   }
   .cart_checkout_blocks {
       display: none;
   }

   .cart .col.cart-discount, .cart .col.affiliate-discount {
        font-size: 140%;
        font-weight: bold;
        float: right;
        text-align: right;
        width: auto;
    }

    .cart .col.cart-coupon {
        width: 100% !important;
        padding-bottom: 20px;
    }
    .checkout_btn {
        margin: 27px 0px 0px 0px; 
    }
    .ask_quest_cart .ask_quest {
        display: none;
    }
    .cart .col.cart-checkout {
        width: 100% !important;
    }

    .cart .col.cart-checkout input {
        font-size: 150%;
        display: block;
        margin-top: 20px;
        margin-bottom: 10px;
        width: 100%;
    }

    .cart #discount-row .col {
        text-align: center;
    }

    .cart .related {
        display: none;
    }

    .cart .col.featured-shipping-and-payment {
        width: 100%;
    }

    .related .bx-wrapper {
        overflow-x: hidden;
    }

    .slider a {
        height: 200px;
    }

    .slider a h3 {
        font-size: 2em;
        margin: 20px 20px !important;
    }

    .slider p {
        margin: 0 20px !important;
    }

    .slider .bx-wrapper .bx-prev, .slider .bx-wrapper .bx-next {
        display: none;
    }

    .slider.fill-entire-area {
        box-shadow: none;
        margin-bottom: 0;
    }

    #checkout-contact-form .wa-field-address-shipping {
        width: auto;
        float: none;
        margin-top: 0;
    }
    #checkout-contact-form .wa-form .wa-field .wa-value p span {
        margin-left: 0px;
    }
    #checkout-contact-form input {
        width: 260px!important;
    }
    #checkout-contact-form select {
        width: 280px!important;
    }
    .chk-table > div {
        min-height: 180px;
        clear: both;
        position: relative;
    }
    .chk-table > div > div {
        padding: 5px 5px 5px 7px;
        float: left;
        margin: 0px;
        border-right: 0px;
    }
    .chk-table .chk-img {
        line-height: 145px;
        margin: 10px 0px 0px 0px;
        min-width: 65px;
        border-right: 1px solid #eee !important;
    }
    .chk-name {
        width: 50%;
    }
    .chk-qty .qty-title {
        display: none;
    }
    .chk-qty .qty-minus {
        margin-left: 0px;
    }
    .chk-table .chk-del {
        display: block;
        float: none;
        position: absolute;
        top: 3px;
        right: 0px;
    }
    .chk-table .chk-del div {
        padding: 0px;
    }
    .chk-total {
        width: auto;
    }
    .chk-submit {
        margin-top: 20px;
    }

    .checkout {
        margin: 0 0 30px;
    }

    .checkout ul.checkout-options li {
        width: auto;
    }

    .checkout ul.checkout-options li img {
        display: none;
    }
    .checkout ul.checkout-options li .shipping-descr {
        width: auto;
    }

    .checkout ul.checkout-options li .rate {
        min-width: 0;
        width: auto;
        float: none;
        padding: 15px 0px 0px 0px;
        text-align: left;
    }

    .checkout ul.checkout-options li .rate.error {
        padding-top: 5px;
    }
    select.shipping-rates {
        width: 220px;
    }
    .checkout ul.checkout-options li .price_title {
        display: inline;
        padding-right: 25px;
    }
    .checkout ul.checkout-options li .price {
        display: inline;
    }

    .checkout ul.checkout-options li .rate .hint {
        display: none;
    }

    .checkout ul.checkout-options li .wa-form.wa-address p {
        font-size: 1em;
    }

    .checkout h2 {
        font-size: 1.2em;
        padding: 10px 10px 10px;
    }

    .checkout h2 a.hint {
        display: none !important;
    }

    .checkout input.large {
        margin: 0 auto;
        display: inline-block;
    }

    .checkout .checkout-step-content {
        padding: 10px 10px 30px;
    }

    .checkout .checkout-step-content.auth ul.menu-v li {
        padding: 5px 0;
    }

    .checkout .checkout-result h1 {
        font-size: 2.5em;
    }

    .checkout-header {
        margin: 0px;
        font-size: 0.8em;
        text-align: center;
    }

    .checkout-header .float-right {
        display: none;
    }

    .checkout li .wa-form {
        margin-left: -25px;
    }

    .checkout .wa-form .wa-field.wa-field-email .wa-value input {
        min-width: 230px;
    }

    table.table th, table.table td {
        font-size: 0.75em;
    }

    table.table td .gray {
        display: none;
    }

    table.table td.nowrap {
        white-space: normal;
    }

    table.table td.nowrap.bold {
        white-space: nowrap;
    }

    .description {
        overflow-x: hidden;
    }
    
    .jur_info span {
        padding: 0px 15px 0px 15px;
    }

    #contact_page .feedback .wa-submit {
        width: auto;
    }

    table.rating-distribution td .bar {
        width: 100px;
    }

    .dialog-window .cart {
        top: 52px;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        padding: 0;
        z-index: 1005020;
        background: #fafadf;
        box-shadow: 0 -20px 40px -20px rgba(0,0,0,0.3) inset;
    }

    .dialog-window #cart-form-dialog {
        padding: 20px 15px;
    }

    .dialog-window .cart h4 {
        font-size: 1.5em;
    }

    .dialog-window .dialog-close {
        margin-right: 15px;
        font-size: 2.8em;
        margin-top: 15px;
    }

    #product-list {
        margin-left: 0;
        border-left: none;
    }

    .filters h5.title {
        width: auto;
    }

    .sort-block .title {
        height: auto;
        margin-left: 15px;
    }

    .footer-block.menu {
        width: 120px;
        margin: 10px 15px !important;
    }

    .filters > h5.title {
        display: none;
    }

    ul.tabs li a,ul.tabs li {
        float: none;
    }

    div.tabs {
        max-width: 760px;
        width: 100%;
    }

    .hits {
        width: auto;
        margin: 20px 0px 0 0px;
    }

    .hits-container ul.thumbs li .image {
    }

    .wa-form .wa-field .wa-name {
        float: none!important;
    }

    .wa-form .wa-field .wa-value textarea {
        margin: 2px!important ;
    }

    .related {
        width: auto;
    }

    .featured {
        width: 100%;
        float: left;
        margin: 15px 0 0 0;
    }

    article.slider,section.news {
        display: none;
    }

    .content {
        min-height: 0px;
    }
}

@media screen and (max-width: 864px) {
    div.tabs {
        max-width: 760px;
        width: 100%;
    }

    ul.tabs li a {
        background-color: #F7F7F7;
    }
}


/* WIDE
======= */
@media screen and (min-width: 1300px) {
    .promos ul li a {
        padding-top: 25px;
        height: 83px;
    }

    ul.homepage-bxslider, ul.homepage-bxslider li {
        max-height: 460px;
    }

    .slider a {
        height: 460px;
    }

    .slider a h3 {
        font-size: 2.8em;
    }

    ul.thumbs.text-content li {
        width: 225px;
        margin-right: 55px;
    }
}
