@charset "utf-8";
@font-face {
    font-family: 'open_sans';
    src: url('../fonts/open-sans-cond-light.ttf');
}
@font-face {
    font-family: 'open_sans';
    src: url('../fonts/open-sans.ttf');
}

@font-face {
    font-family: 'arciformsanscyrlatregular';
    src: url('../fonts/open-sans-bold.ttf');
}

@font-face {
    font-family: 'arciformsanscyrlatregular_italic';
    src: url('../fonts/open-sans-bold-italic.ttf');
}

@font-face {
    font-family: 'open_sans_italic';
    src: url('../fonts/open-sans-italic.ttf');
}

@font-face {
    font-family: 'open_sans_Light';
    src: url('../fonts/Open-Sans-Light.ttf');
}

@font-face {
    font-family: 'arctika_script';
    src: url('../fonts/arctika-script.ttf');
}

@font-face {
    font-family: 'open_sans';
    src: url('../fonts/open_sans.ttf');
}
@font-face {
    font-family: 'KOMIKAX';
    src: url('../fonts/KOMIKAX_.ttf');
}
@font-face {
    font-family: 'arciformsanscyrlatregular';
    src: url('../fonts/arciformsanscyrlatregular.otf');
}

.bold {
	font-family: arciformsanscyrlatregular;
}

/********* RESET  *********/
html,
body,
div,
span,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-style: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

a img {
    border: none;
}

:focus {
    outline: none;
}

input[type="submit"],
textarea,
select {
    -webkit-appearance: none;
}

input,
textarea {
    font: normal 14px/120% open_sans;
}

#up_btn a {
    display: block;
    width: 100px;
    height: 30px;
    background: url(../img/up.png) no-repeat top;
    color: #818181;
    font: 14px/14px Arial;
    text-align: center;
    padding-top: 70px;
    position: fixed;
    right: 30px;
    bottom: 30px;
}

html {
}

body {
    /*background: #D7B295 url('../img/bg.jpg') no-repeat fixed right bottom/cover;*/
    color: #000;
    font: normal 14px/120% open_sans;
    min-width: 1000px;
    padding: 0;
}

a {
    color: #ff7c66;
    text-decoration: underline;
}

a:focus,
a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: open_sans;
    font-weight: bold;
}

h1 {
	font-size: 22px;
	line-height: 100%;
	margin: 0 0 20px;
}

h2 {
    font-size: 19px;
    line-height: 100%;
}

h3 {
    font-size: 18px;
    line-height: 100%;
}

h4 {
    font-size: 16px;
    line-height: 100%;
}

h5 {
    font-size: 14px;
    line-height: 100%;
}

h6 {
    font-size: 12px;
    line-height: 100%;
}

b,
strong {
	font-family: arciformsanscyrlatregular;
}

.clr:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clear {
    clear: both;
}

.align_left {
    float: left;
}

.align_right {
    float: right;
}

.align_center {
    text-align: center;
}

.input,
.textarea {
    border: 1px solid #568A7E;
}

.button {
    display: inline-block;
    border: none;
    text-align: center;
    outline: none;
    text-decoration: none;
    color: #fff;
    background: #008d00;
    font-size: 20px;
    line-height: 100%;
    cursor: pointer;
    padding: 5px 10px;
    /* box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.6); */
    border-radius: 3px;
}

.button:hover,
.button:focus,
.button:active {
    color: #008d00;
    background: #fff;
}

#body {
    width: 1000px;
    margin: 20px auto 30px;
    background: #f0e9b3 url(../img/bg_body.jpg);
}

#header {
    width: 1000px;
    margin: 0 auto 0px;
}

#header .header-inner {
}

#header .top-header-block {
    padding-right: 30px;
    padding-top: 20px;
    padding-left: 30px;
    margin-bottom: 20px;
}

#header .logo-block {
    float: left;
    width: 252px;
}

#header .logo-block .logo-link {
    display: block;
}

#header .logo-block .logo-link img {
    width: 100%;
}

#header .slogan-block {
    float: left;
    width: 493px;
}

#header .slogan-block .slogan-inner {
    margin: 15px 0 0 25px;
    font: 45px/45px open_sans;
    color: #222;
    text-align: left;
}

#header .info-block {
    float: left;
    width: 195px;
    font: 18px/18px arciformsanscyrlatregular;
}

#header .phone-block {
    float: left;
    margin-left: -250px;
}

#header .phone-block .phone-inner {
    position: relative;
    padding: 0 0 0 25px;
    min-height: 10px;
}

#header .phone-block .phone-ico {
    width: 45px;
    height: 45px;
    display: block;
    background: url(../img/phone-ico-big.png) no-repeat 0 0;
    position: absolute;
    top: 0px;
    left: -35px;
}

#header .phone-block .phone-info {
    color: #000;
    font: 18px/18px arciformsanscyrlatregular;
    line-height: 20px;
    padding-top: 10px;
}

.phone-block .phone-info b {
    font: 18px/18px arciformsanscyrlatregular;
}

#header .adress-block {
    margin: 0;
    float: left;
    width: 35%;
    margin: 0 0 0 3%;
    display: none;
}

#header .adress-block .adress-inner {
    position: relative;
    padding: 0 0 0 25px;
    min-height: 10px;
}

#header .adress-block .adress-ico {
    width: 19px;
    height: 29px;
    display: block;
    background: url(../img/adress-ico-big.png) no-repeat 0 0; /*todo: resolve error*/
    position: absolute;
    top: -6px;
    left: 0;
}

#header .adress-block .adress-info {
}

#header .email-block {
    float: left;
    width: 26%;
    margin: 0 0 0 3%;
}

#header .email-block .email-inner {
    position: relative;
    padding: 0 0 0 35px;
    min-height: 10px;
}

#header .email-block .email-ico {
    width: 28px;
    height: 28px;
    display: block;
    background: url(../img/mail-ico-big.png) no-repeat 0 0; /*todo: resolve error*/
    position: absolute;
    top: -6px;
    left: 0;
}

.btn-order {
    width: 154px;
    height: 28px;
    display: block;
    background-color: #008d00;
    color: #fff;
    font-family: open_sans, serif;
    text-align: center;
    text-decoration: none;
    float: right;
    margin-top: 12px;
    font-size: 12px;
    line-height: 21px;
    
}

.btn-order:hover {
    background: #48b548;
}

#header .email-block .email-info {
}

#header .cart-block {
	width: 175px;
	float: right;
}
#header .cart-block-fixed {
	position: fixed;
	top: 0;
	z-index: 1000;
	background: #fff;
	padding: 0 13px 15px 22px;
	border: 2px solid #000;
	border-top: none;
}

#header .search-block {
    float: right;
    width: 190px;
    margin: 0 0 0 15px;
}

#header .search-block .search-inner {
    position: relative;
    min-height: 10px;
}

#header .search-block .search-form {
    position: relative;
    top: 4px;
}

#header .search-block .search-form .input-search {
    border-radius: 5px;
    border: 1px solid #ff7c66;
    width: 145px;
    padding: 5px 30px 5px 10px;
    background: #fff;
}

#header .search-block .search-form .input-search:focus {
    background: #fff;
}

#header .search-block .search-form .input-submit {
    width: 27px;
    height: 26px;
    display: block;
    background: url(../img/search-ico.png) no-repeat 0 0;
    position: absolute;
    overflow: hidden;
    text-indent: -9999px;
    outline: none;
    border: none;
    margin: 0;
    padding: 0;
    top: 6px;
    right: 2px;
    z-index: 10;
    cursor: pointer;
}

#header .cart-block .cart-inner {
    position: relative;
    text-align: right;
}

#header .cart-block .cart-ico {
    width: 45px;
    height: 45px;
    display: block;
    background: url(../img/cart-ico.png) no-repeat 0 0;
    position: absolute;
    top: 5px;
    left: -10px;
    margin: 0;
}

#header .cart-block .cart-info {
    
}

#header .cart-block .cart-info #countincart {
    padding: 2px 5px;
    color: #475556;
    margin: 0 0 2px 40px;
    text-align: left;
    font: 14px/14px open_sans;
}
#header .cart-block .cart-info .bold {
	font-family: arciformsanscyrlatregular;
}

#header .cart-block .cart-info #totalallcart {
    padding: 2px 5px;
    color: #475556;
    margin: 0px 0 0 40px;
    text-align: left;
    font: 14px/14px open_sans;
}

#header .cart-block .edit {
    font-size: 14px;
    margin: 3px 0 0;
    padding-right: 20px;
}

#header .cart-block .edit a {
    color: #008cd4;
    text-decoration: underline;
    font: 14px;
    font-family: 'arciformsanscyrlatregular';
}

#header .top-menu {
    position: relative;
    z-index: 30;
    margin: 5px 20px 0;
    background: #f00009;
    border-radius: 3px;
}

#header .top-menu .top-menu-inner {
    margin: 0 0 20px;
}

#header .top-menu .menu {
    list-style-position: outside;
    float: left;
}

#header .top-menu .menu li {
    list-style-type: none;
}

#header .top-menu .menu li:hover {
    position: relative;
}



#header .top-menu .menu li a {
    text-decoration: none;
}

#header .top-menu .menu li a:hover,
#header .top-menu .menu li a:focus,
#header .top-menu .menu li a:active,
#header .top-menu .menu li.active > a {
}

#header .top-menu .menu > li {
    display: inline-block;
}

#header .top-menu .menu > li > a {
    text-decoration: none;
    display: block;
    padding: 10px 20px 13px;
    color: #fff;
    font-family: 'open_sans';
    font-weight: 900;
    font-size: 13px;
    text-transform: uppercase;
}

#header .top-menu .menu > li > a:hover,
#header .top-menu .menu > li > a:focus,
#header .top-menu .menu > li > a:active,
#header .top-menu .menu > li:hover > a,
#header .top-menu .menu > li.active > a {
    text-decoration: none;
    background: #ffe92d;
    color: #000;
    
}

#header .top-menu .menu ul {
    display: none;
}

#header .top-menu .menu ul li {
}

#header .top-menu .menu ul li a {
    display: block;
    padding: 4px 20px;
    font-size: 16px;
    line-height: 100%;
    
}
#header .top-menu .menu ul li.active > a {
    color: #f4edb6;
    background: #ffe92d;
}
#header .top-menu .menu ul li a:hover,
#header .top-menu .menu ul li a:focus,
#header .top-menu .menu ul li a:active,
#header .top-menu .menu ul li:hover > a,{
   color: #000;
    background: #f00009; 
}



#header .top-menu .menu li:first-child a {
    border-radius: 3px 0 0 3px;
}

#header .top-menu .menu ul {
    min-width: 200px;
    list-style: none;
    list-style-image: none;
    background: #008d00;
    left: 0;
    top: 100%;
    padding: 25px 0 25px;
    text-align: left;
    border-radius: 0 5px 5px 5px;
}

#header .top-menu .menu ul > li {
}

#header .top-menu .menu ul > li:first-child {
}

#header .top-menu .menu ul > li:last-child {
}

#header .top-menu .menu ul > li:only-child {
}

#header .top-menu .menu ul ul {
    left: 180px;
    top: -2px;
}

#header .top-menu .menu li:hover > ul,
#header .top-menu .menu li ul:hover {
    display: block;
    position: absolute;
}

#header .top-menu .menu > li:nth-child(2) > a {
	text-transform: uppercase;
}

#main {
}

#main .main-inner {
    margin: 0;
}

#sidebar {
    float: left;
    width: 240px;
    position: relative;
    z-index: 100;
    padding: 0px 5px 20px;
    border-right: 1px solid #B0C19F;
}

#sidebar:before {
    display: none;
    content: '';
    position: absolute;
    top: 0;
    right: -10px;
    bottom: 0;
    width: 1px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(129, 129, 129, 1)), color-stop(60%, rgba(129, 129, 129, 1)), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, rgba(129, 129, 129, 1) 0%, rgba(129, 129, 129, 1) 60%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(129, 129, 129, 1) 0%, rgba(129, 129, 129, 1) 60%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#818181', endColorstr='#00000000', GradientType=0);
}

#sidebar .sidebar-inner {
    margin: 0 0 0 10px;
}

#sidebar .sidebar-block {
    margin: 0 0 30px;
}

#sidebar .sidebar-block .title-sidebar {
	color: #000;
    font: 20px/20px open_sans;
    margin: 5px;
    font-weight: 900;
}

#sidebar .sidebar-block .content-sidebar {
	    margin-top: 20px;
}

#sidebar .sidebar-block .menu {
    list-style-position: outside;
}

#sidebar .sidebar-block .menu li {
    list-style-type: none;
}

#sidebar .sidebar-block .menu li:hover {
    position: relative;
}

#sidebar .sidebar-block .menu li a {
    text-decoration: none;
}

#sidebar .sidebar-block .menu > li.active {
}

#sidebar .sidebar-block .menu li a:hover,
#sidebar .sidebar-block .menu li a:focus,
#sidebar .sidebar-block .menu li a:active,
#sidebar .sidebar-block .menu li.active > a {
}

#sidebar .sidebar-block .menu > li {
    margin: 0 0 5px;
    padding: 0 1px 0 0;
}

#sidebar .sidebar-block .menu > li > a {
    font: 16px/16px open_sans;
    display: block;
    padding: 7px 7px 7px 20px;
    background: rgba(255, 255, 255, .3);
    color: #000;
}

#sidebar .sidebar-block .menu > li > a:hover, #sidebar .sidebar-block .menu > li > a:focus, #sidebar .sidebar-block .menu > li > a:active, #sidebar .sidebar-block .menu > li:hover > a, #sidebar .sidebar-block .menu > li.active > a {
    color: #000;
    background: #ffe92d;
    border-radius: 3px;
    font-family: 'open_sans';
    font-weight: 900;
}

#sidebar .sidebar-block .menu ul {
    display: none;
}

#sidebar .sidebar-block .menu ul li {
}

#sidebar .sidebar-block .menu ul li a {
    display: block;
    padding: 4px 5px;
    font-size: 16px;
    line-height: 100%;
    color: #fff;
}

#sidebar .sidebar-block .menu ul li a:hover,
#sidebar .sidebar-block .menu ul li a:focus,
#sidebar .sidebar-block .menu ul li a:active,
#sidebar .sidebar-block .menu ul li:hover > a,
#sidebar .sidebar-block .menu ul li.active > a {
    color: #fff;
/*    background: #f00009;*/
}

#sidebar .sidebar-block .menu ul {
    width: 180px;
    list-style: none;
    list-style-image: none;
    background: #008d00;
    left: 216px;
    top: 0;
    border-radius: 3px;
}

#sidebar .sidebar-block .menu ul > li {
}

#sidebar .sidebar-block .menu ul > li:first-child {
    border-radius: 3px 3px 0 0;
}

#sidebar .sidebar-block .menu ul > li:last-child {
    border-radius: 0 0 3px 3px;
}

#sidebar .sidebar-block .menu ul > li:only-child {
    border-radius: 3px;
}

#sidebar .sidebar-block .menu ul ul {
    left: 180px;
    top: -1px;
}

#sidebar .sidebar-block .menu li:hover > ul,
#sidebar .sidebar-block .menu li ul:hover {
    display: block;
    position: absolute;
    padding: 10px 25px;
    background: #ffe92d;
}

#sidebar .sidebar-block .news {
    list-style: none;
}

#sidebar .sidebar-block .news li {
    margin: 0 0 10px;
    border-bottom: 1px dotted #ccc;
    padding: 10px;
}

#sidebar .sidebar-block .news .item-news {
}

#sidebar .sidebar-block .news .item-news .news-img {
    float: left;
    width: 95px;
    margin: 0 10px 0 0;
}

#sidebar .sidebar-block .news .item-news .news-img a {
    display: block;
}

#sidebar .sidebar-block .news .item-news .news-img a img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

#sidebar .sidebar-block .news .item-news .news-date {
    color: #ff7c66;
    margin: 0 0 5px;
    font-size: 14px;
}

#sidebar .sidebar-block .news .item-news .news-title {
    font-size: 14px;
    line-height: 110%;
    color: #475556;
}

#sidebar .sidebar-block .all-news-block {

}

#sidebar .sidebar-block .all-news-block a {
    font-size: 14px;
    color: blue;
    font-family: 'arciformsanscyrlatregular';

}

#sidebar .phone-block {
    margin: 0 0 20px;
}

#sidebar .phone-block .phone-inner {
    position: relative;
    padding: 0 0px 0 30px;
    display: block;
    margin: 7px auto 0;
    width: 160px;
}

#sidebar .phone-block .phone-ico {
    width: 22px;
    height: 22px;
    display: block;
    background: url(../img/phone-ico-min.png) no-repeat 0 0;
    position: absolute;
    top: 0;
    left: 0px;
}

#sidebar .phone-block .phone-info {
    font: 15px/15px arciformsanscyrlatregular;
    color: #000;
		line-height: 20px;
}

#sidebar .adress-block {
    margin: 0 0 20px;
}

#sidebar .adress-block .adress-inner {
    padding: 0 0px 0 30px;
    display: block;
    margin: 7px auto 0;
    width: 160px;
    position: relative;
}

#sidebar .adress-block .adress-ico {
    width: 20px;
    height: 20px;
    display: block;
    background: url(../img/adress-ico-min.png) no-repeat 0 0;
    position: absolute;
    top: 0;
    left: 0px;
}

#sidebar .adress-block .adress-info {
    font: 14px/14px open_sans;
    color: #475556;
}

#sidebar .email-block {
    margin: 0 0 20px;
}

#sidebar .email-block .email-inner {
    padding: 0 0px 0 30px;
    display: block;
    margin: 7px auto 0;
    position: relative;
    width: 160px;
}

#sidebar .email-block .email-ico {
    width: 20px;
    height: 16px;
    display: block;
    background: url(../img/mail-ico-min.png) no-repeat 0 0;
    position: absolute;
    top: 0;
    left: 0;
}

#sidebar .email-block .email-info {
}

#sidebar .email-block .email-info a {
    font: 14px/14px open_sans;
    color: blue;
    font-family: 'arciformsanscyrlatregular';
}

#content {
    float: left;
    width: 730px;
    padding: 0px 0 20px;
}

#content .content-inner {
    margin: 0 25px;
}

#slider {
    width: 960px;
    overflow: hidden;
    height: 375px;
    position: relative;
    border-radius: 10px;
    margin: 0 20px 20px;
    z-index: 10;
}

#article {
}

#article .article-inner {
}

#article .article-inner h1,
#article .article-inner h2 {
    color: #000;
    font: 20px/20px open_sans;
}

#article .article-inner p {
    margin: 0 0 1em;
    font-size: 18px;
    line-height: 24px;
}

#article ul,
#article ol {
    list-style-position: inside;
}

#article img,
#article iframe,
#article video {
    max-width: 100%;
}

#article .fancyb {
    display: inline-block;
    margin: 0 5px 5px 0;
    max-width: 100%;
}

#article .fancyb img {
    display: block;
}

#article table {
    border: 1px solid;
    border-collapse: collapse;
    margin: 0 0 1em;
}

#article td {
    border: 1px solid;
    padding: 5px;
}

#article .all-news {
    margin: 0 0 25px;
}

#article .all-news .all-news-img {
    width: 160px;
    float: left;
}

#article .all-news .all-news-img .all-news-img-link {
    display: block;
}

#article .all-news .all-news-img .all-news-img-link img {
    display: block;
    width: 100%;
    height: auto;
}

#article .all-news .all-news-content {
    width: 490px;
    float: left;
    margin: 0 0 0 20px;
}

#article .all-news .all-news-content .data {
    color: #aaa;
    margin: 0 0 10px;
    display: inline-block;
    border-bottom: 1px dotted;
}

#article .all-news .all-news-content .all-news-title {
    color: #000;
    margin: 0 0 10px;
}

#article .all-news .all-news-content .all-news-text {
    margin: 0 0 10px;
}

#article .all-news .all-news-content .more {
}

#article .news-img {
    width: 250px;
    float: left;
    margin: 0 10px 10px 0;
}

#article .news-img a {
    display: block;
}

#article .news-img a img {
    display: block;
    width: 100%;
    height: auto;
}

#article .category-product {
}

#article .product-icons {
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: 10;
}

#article .product-icons > div {
    display: none;
    width: 52px;
    height: 27px;
    float: left;
}

#article .product-value-block {
    position: relative;
}

#article .product-value-block .qnt_input {
    width: 45px;
    vertical-align: middle;
    font-size: 22px;
    text-align: center;
}

#article .product-value-block .plus,
#article .product-value-block .minus {
    display: block;
    width: 15px;
    height: 19px;
    border: none;
    text-decoration: none;
    cursor: pointer;
    background: url(../img/p-m.png) no-repeat 0 0;
    position: absolute;
    right: 0;
}

#article .product-value-block .plus {
    background-position: -18px 0;
    top: 15px;
    right: 0;
    bottom: -1px;
}

#article .product-value-block .minus {
    background-position: 0 0;
    top: 15px;
    left: -25px;
}

#article .product-value-block .plus:hover,
#article .product-value-block .minus:hover {
    opacity: 0.6;
}

#article .product-value-block .plus.cart,
#article .product-value-block .minus.cart {
	top: 5px;
}

#article .product-table {
    float: left;
    width: 210px;
    margin: 0 12px 12px 0;
		padding: 3px;
    border: 1px solid #555;
    border-radius: 3px;
    background: #fff;
    position: relative;
}

#article .product-table:hover,
#article .product-table:focus {
    /* box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3); */
		border-color: #00b200;
}

#article .product-table:nth-child(3n + 1) {
    clear: both;
}

#article .product-table:nth-child(3n) {
    margin-right: 0;
}

#article .product-table .product-img-block {
    display: block;
    margin: 5px;
}

#article .product-table.new-product .product-icons .new-ico {
    background: url(../img/new-big.png) no-repeat 0 0;
    display: block;
}

#article .product-table.bestseller .product-icons .hit-ico {
    background: url(../img/hit-big.png) no-repeat 0 0;
    display: block;
}

#article .product-table .product-img-block .product-img-link {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: auto;
    height: 180px;
    display:block;
}

#article .product-table .product-img-block .product-img-link img {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

#article .product-table .product-title-block {
    margin: 0 5px 5px;
    text-align: center;
    min-height: 50px;
    overflow: hidden;
    position: relative;
}

#article .product-table .product-title-block:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 10px;
    z-index: 10;
		/*
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.99) 99%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(99%, rgba(255, 255, 255, 0.99)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.99) 99%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.99) 99%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.99) 99%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.99) 99%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
		*/
}

#article .product-table .product-title-block a {
  color: #000;
	font-family: open_sans;
  font-size: 26px;
	text-decoration: none;
	line-height: 24px;
}

#article .product-table .product-price-block {
	font-size: 20px;
	margin: 0 5px;
	text-align: center;
	line-height: 100%;
	color: #444;
	padding: 5px 0;
}

#article .product-table .product-price-block .product-count {
	color: #ff0009;
	font-family: arciformsanscyrlatregular;
}

#article .product-table .add-to-cart {
    margin: 8px 5px;
}

#article .product-table .add-to-cart .add-to-cart-link {
  display: block;
	padding: 8px 15px 10px;
}

#article .product-table .add-to-cart .add-to-cart-link:hover,
#article .product-table .add-to-cart .add-to-cart-link:focus,
#article .product-table .add-to-cart .add-to-cart-link:active {
    color: #fff;
    background: #ff0009;
}

#article .product-list {
    margin: 0 0 10px;
    border: 1px solid #818181;
    border-radius: 3px;
    background: #fff;
    position: relative;
}

#article .product-list:hover {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
}

#article .product-list .product-icons {
    top: -9px;
}

#article .product-list .product-icons > div {
    float: none;
}

#article .product-list .product-img-block {
    display: block;
    margin: 15px;
    float: left;
    width: 170px;
}

#article .product-list.new-product .product-icons .new-ico {
    background: url(../img/new-big.png) no-repeat 0 0;
    display: block;
}

#article .product-list.bestseller .product-icons .hit-ico {
    background: url(../img/hit-big.png) no-repeat 0 0;
    display: block;
}

#article .product-list .product-img-block .product-img-link {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 170px;
    height: 125px;
}

#article .product-list .product-img-block .product-img-link img {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

#article .product-list .product-title-block {
    overflow: hidden;
    position: relative;
    font-size: 18px;
    line-height: 100%;
    text-overflow: ellipsis;
    margin: 0 0 10px;
    white-space: nowrap;
    float: left;
    width: 320px;
}

#article .product-list .product-title-block a {
    color: #008d00;
    text-decoration: none;
}

#article .product-list .product-list-content {
    float: left;
    width: 460px;
    margin: 15px 15px 15px 0;
}

#article .product-list .product-desc-block {
    float: left;
    width: 340px;
    margin: 0 15px 0 0;
    height: 80px;
    position: relative;
}

#article span.product-desc {
  color: #008d00;
  text-decoration: underline;
}

#article span.product-desc:hover {
  text-decoration: none;
}

#article .product-list .product-desc-block:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
    z-index: 10;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(99%, rgba(255, 255, 255, 0.99)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.99) 99%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.99) 99%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}

#article .product-list .product-action-block {
    float: right;
    width: 105px;
    margin-top: -25px;
}

#article .product-list .product-value-block {
    position: relative;
}

#article .product-list .product-value-block .qnt_input {
    width: 85px;
    vertical-align: middle;
    font-size: 22px;
    text-align: center;
}

#article .product-list .product-value-block .plus {
}

#article .product-list .product-value-block .minus {
}

#article .product-list .product-value-block .plus:hover,
#article .product-list .product-value-block .minus:hover {
}

#article .product-list .product-price-block {
    font-size: 20px;
    text-align: center;
    line-height: 100%;
    margin: 10px 0;
    color: #444;
}

#article .product-list .product-price-block .product-count {
}

#article .product-list .add-to-cart {
}

#article .product-list .add-to-cart .add-to-cart-link {
    display: block;
    font-size: 16px;
}

#article .product-list .add-to-cart .add-to-cart-link:hover,
#article .product-list .add-to-cart .add-to-cart-link:focus,
#article .product-list .add-to-cart .add-to-cart-link:active {
}

#article .product-item {
    position: relative;
}

#article .product-item .images-product {
    float: left;
    width: 270px;
    margin: 0 25px 0 0;
}

#article .product-item.new-product .product-icons .new-ico {
    background: url(../img/new-big.png) no-repeat 0 0;
    display: block;
}

#article .product-item.bestseller .product-icons .hit-ico {
    background: url(../img/hit-big.png) no-repeat 0 0;
    display: block;
}

#article .product-item .images-product .big-img {
    width: 270px;
    overflow: hidden;
    margin: 0 0 10px;
}

#article .product-item .images-product .big-img a {
    display: block;
}

#article .product-item .images-product .big-img a img {
    width: 100%;
    height: auto;
    display: block;
}

#article .product-item .images-product .preview-img {
}

#article .product-item .images-product .small-img {
    width: 75px;
    height: auto;
    margin: 0 10px 10px 0;
    float: left;
}

#article .product-item .images-product .preview-img .small-img:nth-child(3n) {
    margin-right: 0;
}

#article .product-item .images-product .preview-img .small-img:nth-child(3n + 1) {
    clear: both;
}

#article .product-item .images-product .small-img a {
    display: block;
}

#article .product-item .images-product .small-img a img {
    display: block;
    width: 100%;
    height: auto;
}

#article .product-item .content-product {

}

#article .product-item .content-product .product-title-block {
}

#article .product-item .content-product .product-title-block h1 {
    color: #555;
}

#article .product-item .content-product .product-desc-block {
    margin: 20px 0;
}

#article .product-item .content-product .product-action-block {
    padding: 15px;
		background: rgba(255, 255, 255, .4);
}

#article .product-item .content-product .product-action-block p {
    font-size: 10px;
}

#article .product-item .content-product .product-action-block .product-value-block {
    width: 75px;
    float: left;
    margin-left: 25px;
}

#article .product-item .content-product .product-action-block .product-value-block p {
    font-size: 10px;
    margin: -15px 0 0 -5px;
}

#article .product-item .content-product .product-action-block .product-price-block {
	font-size: 18px;
	font-family: arciformsanscyrlatregular;		
	line-height: 120%;
	color: #fff;
	background: #ff0009;
	padding: 8px 15px;
	float: left;
	/* width: 150px; */
	text-align: center;
	margin: 5px 0 0 15px;
}

#article .product-item .content-product .product-action-block .product-price-block .product-count {
}

#article .product-item .content-product .product-action-block .add-to-cart {
    display: inline-block;
    width: 125px;
    margin: 5px 0 0 20px;
}

#article .product-item .content-product .product-action-block .add-to-cart .add-to-cart-link {
    width: inherit;
		padding: 8px 15px;
}

#article .product-item .content-product .product-action-block .add-to-cart .add-to-cart-link:hover,
#article .product-item .content-product .product-action-block .add-to-cart .add-to-cart-link:focus,
#article .product-item .content-product .product-action-block .add-to-cart .add-to-cart-link:active {
	background: #00b200;
	color: #fff;
}

#article .product-similar {
    margin: 25px 0 0;
}

#article .product-similar .product-similar-title,#article .product-action .product-action-title, .product-action .product-action-title{
	color: #555;
	font-size: 16px;
	line-height: 140%;
	margin: 0 0 20px;
	font-family: arciformsanscyrlatregular;
	text-transform: uppercase;
}

#article .cart-form {
}

#article .cart-form .cart-block {
    border: 1px solid #000;
    border-top: none;
    padding: 10px;
    background: #fff;
}

#article .cart-form .cart-block > div {
    float: left;
    height: initial !important;
    margin: 0 15px 0 0;
}

#article .cart-form .cart-block.header-cart-block {
    background: #ff7c66;
    color: #fff;
    border-radius: 3px 3px 0 0;
}

#article .cart-form .cart-block.header-cart-block > div {
    min-height: 10px;
}

#article .cart-form .cart-block .product-img-block {
    width: 100px;
    height: 100px;
}

#article .cart-form .cart-block .product-img-block a {
    width: 100px;
    height: 100px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#article .cart-form .cart-block .product-img-block a img {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

#article .cart-form .cart-block .product-content-block {
    width: 200px;
}

#article .cart-form .cart-block .product-content-block .product-title-block {
    margin: 0 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    line-height: 100%;
}

#article .cart-form .cart-block .product-content-block .product-title-block a {
    color: #ff7c66;
    text-decoration: none;
}

#article .cart-form .cart-block .product-content-block .product-desc-block {
    position: relative;
    height: 70px;
    overflow: hidden;
}

#article .cart-form .cart-block .product-content-block .product-desc-block:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
    z-index: 10;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(99%, rgba(255, 255, 255, 0.99)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.99) 99%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.99) 99%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}

#article .cart-form .cart-block .product-price-block {
    width: 80px;
		text-align: center;
}

#article .cart-form .cart-block .product-price-block .product-count {
	font-size: 22px;
	line-height: 100%;
	display: block;
	margin: 26px 0 0;
}

#article .cart-form .cart-block .product-action-block {
    width: 70px;
}

#article .cart-form .cart-block .product-action-block .product-value-block {
    margin: 24px 0 0;
}

#article .cart-form .cart-block .product-action-block .product-value-block .qnt_input {
}

#article .cart-form .cart-block .product-action-block .product-value-block .plus {
}

#article .cart-form .cart-block .product-action-block .product-value-block .minus {
}

#article .cart-form .cart-block .product-action-block .product-value-block .plus:hover,
#article .cart-form .cart-block .product-action-block .product-value-block .minus:hover {
}

#article .cart-form .cart-block .product-total-block {
    width: 118px;
}

#article .cart-form .cart-block .product-total-block .product-total {
    font-size: 22px;
    line-height: 100%;
    display: block;
    margin: 26px 0 0;
		color: #ff0009;
		
}

#article .cart-form .cart-block .product-delete-block {
    margin: 0;
    width: 15px;
}

#article .cart-form .cart-block .product-delete-block .delete {
    overflow: hidden;
    display: block;
    text-align: left;
    text-indent: -9999px;
    width: 15px;
    height: 15px;
    background: url(../img/delete.png) no-repeat;
    cursor: pointer;
    margin: 32px 0 0;
}

#article .cart-form .cart-block .product-delete-block .delete:hover {
    opacity: 0.6;
}

#article .order-total-cart {
    background: #ff7c66;
    color: #fff;
    border-radius: 0 0 3px 3px;
    padding: 10px;
    font-size: 24px;
    line-height: 100%;
}

#article .cart-view {
    margin: 35px 0 0;
}

#article .cart-view .ordering-title {
	margin: 0 0 20px;
}

#article .cart-view .form-contact {
}

#news {
    padding: 20px 30px 20px;
    background: #fff;
    border-top: 1px solid #999999;
}

#footer {
    background: #ffe92d;
}

#footer .footer-inner {
    padding: 0;
    font-size: 14px;
    line-height: 67px;
    height: 67px;
}

#footer a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
}

#footer a:hover,
#footer a:focus,
#footer a:active {
}

#footer .copy-block {
    width: 200px;
    float: left;
}

#footer .copy-block .copy-inner {
    margin: 0px 0 0 30px;
}

#footer .info-block {
    float: left;
    width: 375px;
    /*    height: 10px;*/
}

#footer .copy-made-block .copy-made-inner {
    text-align: right;
    width: 200px;
    float: right;
}

#footer .copy-made-block .copy-made-inner2 {
    margin: 1px;
    /* text-align: right; */
    width: 190px;
    float: right;
}

#footer .copy-made-block span {
    vertical-align: top;
    color: #000;
    font-size: 14px;
}

#footer .copy-made-block .logo-web-studio {
    width: 44px;
    height: 28px;
    display: inline-block;
    background: url(../img/sd.png) no-repeat 0 0;
    text-align: left;
    overflow: hidden;
    text-indent: -9999px;
    margin: 23px 5px 0px;
}

#footer .copy-made-block .logo-afup {
    width: 31px;
    height: 29px;
    display: inline-block;
    background: url(../img/afup.png) no-repeat 0 0;
    text-align: left;
    overflow: hidden;
    text-indent: -9999px;
    margin: 15px 5px 0;
}

#share42 {
    padding: 6px 6px 0;
    background: #FFF;
    border: 1px solid #E9E9E9;
    border-radius: 4px;
}

#share42:hover {
    background: #F6F6F6;
    border: 1px solid #D4D4D4;
    box-shadow: 0 0 5px #DDD;
}

#share42 a {
    opacity: 0.5;
}

#share42:hover a {
    opacity: 0.7;
}

#share42 a:hover {
    opacity: 1;
}

#modal-wrap {
    background-color: #000;
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: fixed;
    top: 0;
    width: 100%;
    display: none;
    z-index: 1000;
}

#modal-msg {
    background-color: #fff;
    border-radius: 5px;
    color: #000;
    font-size: 20px;
    font-family: pfdindisplaypro-med;
    left: 50%;
    margin-left: -200px;
    position: absolute;
    top: 225px;
    width: 400px;
    z-index: 9999;
    display: none;
    padding: 35px 20px 35px 20px;
    text-align: center;
}

#modal-msg a.close {
    display: block;
    float: right;
    font-size: 26px;
    height: 26px;
    margin-right: -10px;
    margin-top: -20px;
    text-decoration: none;
}

#modal-msg .content {
    min-height: 60px;
}

.form-contact {
    margin: 1em 0;
}

.form-contact div {
    margin: 0 0 10px;
}

.form-contact div.captcha {
    display: block;
    margin: 0 0 0 200px;
}

.form-contact div.captcha img {
    display: block;
    margin: 10px 0 0;
}

.form-contact div.captcha input {
    display: block;
    width: 196px;
}

.form-contact label {
    display: block;
    float: left;
    width: 200px;
}

.textarea-form,
.input-form {
    width: 296px;
    padding: 2px;
}

.textarea-form {
    height: 70px;
}

.submit-form {
  margin: 0 0 0 200px;
	padding: 8px 15px;
}

.submit-form:hover,
.submit-form:focus,
.submit-form:active {
	background: #ff0009;
	color: #fff;
}

input.error,
textarea.error {
    border-color: red;
}

.flash-msg {
    text-align: center;
}

.flash-msg.success {
    color: green;
}

.yiiPager {
    display: block;
    list-style: none;
    margin: 10px 0 10px;
    font-size: 16px;
    line-height: 100%;
}

.yiiPager li {
    display: inline-block;
}

.yiiPager li a {
    display: block;
    color: #ff7c66;
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.6);
    border-radius: 3px;
    padding: 3px 5px;
    text-decoration: none;
}

.yiiPager li.selected a,
.yiiPager li a:hover,
.yiiPager li a:focus,
.yiiPager li a:active {
    color: #fff;
    background: #ff7c66;
}

.yiiPager li.first,
.yiiPager li.last,
.yiiPager li.hidden {
    display: none;
}

.bread-crumbs {
    font-size: 16px;
    font-style: italic;
    margin: 10px 0;
}

.bread-crumbs li {
    display: inline-block;
    color: #777;
}

.bread-crumbs a {
    display: inline-block;
    color: #000;
    position: relative;
    margin-right: 33px;
}

.bread-crumbs a:before {
    content: '';
    color: #000;
    position: absolute;
    width: 33px;
    height: 7px;
    top: 50%;
    right: -33px;
    margin-top: -3px;
    background: url(../images/bread-crumbs.png) no-repeat 6px 0; /*todo: resolve error*/
}

#call-me {
    position: fixed;
    top: 20px;
    right: -272px;
    z-index: 9999999;
    background: #fff;
    width: 250px;
    padding: 10px 10px 0px 10px;
    border: 2px solid #ff7c66;
    border-right: none;
    border-radius: 0 0 0 5px;
}

#call-me .call-me-ico {
    background: #fff url(../img/call-me-ico.png) no-repeat center center;
    width: 44px;
    position: absolute;
    top: -2px;
    left: -46px;
    border-radius: 5px 0 0 5px;
    border: 2px solid #ff7c66;
    border-right: none;
    height: 44px;
}

#call-me .call-me-body {
}

#call-me .zaq-form {
}

#call-me .title-call-me {
    color: #ff7c66;
    font-size: 18px;
    line-height: 100%;
    margin: 0 0 10px;
}

#call-me #subbutton {
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    background: rgba(255, 255, 255, 0.9);
    z-index: 20;
    text-align: center;
    font-size: 22px;
    line-height: 100%;
    color: #ff7c66;
    padding: 99px 0 0;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

#call-me .row-block {
    margin: 0 0 15px;
    position: relative;
}

#call-me .row-block .error-message {
    font-size: 12px;
    line-height: 100%;
    color: #f00;
    display: none;
}

#call-me .row-block.error .error-message {
    display: block;
    position: absolute;
    left: 0;
}

#call-me .row-block.error input,
#call-me .row-block.error textarea {
    border-color: #f00;
}

#call-me .row-block .input-call-me {
    width: 244px;
    padding: 2px;
}

#call-me .row-block .textarea-call-me {
    width: 244px;
    padding: 2px;
    height: 50px;
}

#call-me .row-block .captcha {
    white-space: nowrap;
}

#call-me .row-block .captcha img {
    width: 100px;
    vertical-align: top;
}

#call-me .row-block .captcha .input-call-me {
    width: 137px;
    vertical-align: top;
}

#call-me .row-block.submit {
}

#call-me .row-block.submit .button-call-me {
    display: block;
    width: 100%;
}

#call-me .row-block.submit .button-call-me:hover {
}

/* Skitter styles */
.box_skitter {
    position: relative;
    width: 960px;
    height: 375px;
}

.box_skitter img {
    max-width: none;
}

/* Tip for stildv */
.box_skitter ul {
    display: none;
}

.box_skitter .container_skitter {
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    background: url("../img/roll.jpg") no-repeat 0 0 /cover;
}

.box_skitter .image {
    overflow: hidden;
}

.box_skitter .image img {
    display: none;
}

/* Box clone */
.box_skitter .box_clone {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    overflow: hidden;
    display: none;
    z-index: 20;
}

.box_skitter .box_clone img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
}

/* Navigation */
.box_skitter .prev_button {
    display: none;
}

.box_skitter .next_button {
    display: none;
}

/* Thumbs */
.box_skitter .container_thumbs {
    position: relative;
    overflow: hidden;
    height: 50px;
}

.box_skitter .info_slide_thumb {
    height: 50px;
    border-radius: 0;
    overflow: hidden;
    top: auto;
    top: 0;
    left: 0;
    padding: 0 !important;
    opacity: 1.0;
}

.box_skitter .info_slide_thumb .image_number {
    overflow: hidden;
    width: 100px;
    height: 50px;
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

.box_skitter .info_slide_thumb .image_number img {
    position: absolute;
    top: -30px;
    left: -30px;
    height: 100px;
}

.box_skitter .box_scroll_thumbs {
    padding: 0;
}

.box_skitter .box_scroll_thumbs .scroll_thumbs {
    position: absolute;
    bottom: 60px;
    left: 50px;
    background: #ccc;
    background: -moz-linear-gradient(-90deg, #555, #fff);
    background: -webkit-gradient(linear, left top, left bottom, from(#555), to(#fff));
    width: 200px;
    height: 10px;
    overflow: hidden;
    text-indent: -9999em;
    z-index: 101;
    cursor: pointer;
    border: 0px solid #333;
}

/* Dots */
.box_skitter .info_slide_dots {
    position: absolute;
    display: block !important;
    bottom: 0px !important;
    left: 0px !important;
    right: 0 !important;
    z-index: 21;
    text-align: right;
    padding: 5px 10px;
}

.box_skitter .info_slide_dots .image_number {
    display: inline-block;
    cursor: pointer;
    width: 11px;
    height: 11px;
    font-size: 0px;
    overflow: hidden;
    margin-left: 4px;
    cursor: pointer;
    border-radius: 6px;
}

.box_skitter .info_slide_dots .image_number.image_number_select {
    background-position: -143px -43px;
}

/* Loading */
.loading {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
    color: #fff;
    text-indent: -9999em;
    overflow: hidden;
    background: url(../img/ajax-loader.gif) no-repeat center center;
}

/* Label */
.box_skitter .label_skitter {
    z-index: 150;
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: none;
}

.box_skitter .label_skitter {
    z-index: 150;
    position: absolute;
    bottom: 0px;
    left: 0px;
    color: #fff;
    display: none;
    opacity: 0.8;
    background: #000;
}

.box_skitter .label_skitter p {
    padding: 10px;
    margin: 0;
    font: normal 22px arial, tahoma;
    letter-spacing: -1px;
}

.box_skitter .info_slide * {
    font-family: Consolas, arial, tahoma !important;
}

.box_skitter .progressbar {
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    height: 55px;
    width: 200px;
    z-index: 99;
    border-radius: 20px;
}

/* Preview slide */
.box_skitter .preview_slide {
    display: none;
    position: absolute;
    z-index: 152;
    bottom: 30px;
    left: -40px;
    width: 100px;
    height: 100px;
    background: #fff;
    border: 1px solid #222;
    box-shadow: rgba(0, 0, 0, 0.7) 2px 2px 5px;
    overflow: hidden;
}

.box_skitter .preview_slide ul {
    height: 100px;
    overflow: hidden;
    margin: 0;
    list-style: none;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.box_skitter .preview_slide ul li {
    width: 100px;
    height: 100px;
    overflow: hidden;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    display: block;
}

.box_skitter .preview_slide ul li img {
    position: absolute;
    top: 0;
    left: 0;
    height: 150px;
    width: auto;
}

/* Focus */
#overlay_skitter {
    display: none;
}

.box_skitter .focus_button {
    display: none;
}

.box_skitter .play_pause_button {
    display: none;
}

.box_skitter .play_pause_button.play_button {
    display: none;
}

.fancybox-type-ajax{
	width: 340px;
}

.fancybox-form .title {
    width: 360px;
    text-align: center;
    font-size: 20px;
    margin: auto;
    display: block;
    padding-top: 35px;
    padding-bottom: 30px;
    line-height: 25px;
}
.fancybox-form input[type=submit],
.fancybox-form input[type=text]{
	display: block;
	width: 250px;
	margin: auto;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	margin-bottom: 20px;
	border-radius: 3px;
	border: 0;
}

.fancybox-form input[type=text]{
	box-shadow: 0 0 0 #eee inset;
	border: 1px solid #ac8d6e;
}

.fancybox-form input[type=submit]{
	outline: 0;
	background: #48b548;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
}


.fancybox-form label{
	display: none;
}

.action-price	{
	color: #bbb;
	font-weight: 400;
	font-family: open_sans;
	text-decoration: line-through;
}
.product-action{display:block;clear:both;}
.sotial{
    position: absolute;
    right: 55%;
    top: 50px;
}