
.clearfix::before, .clearfix::after {
    content: " ";
    display: table;
}
.clearfix::after {
    clear: both;
}
.clearfix::before, .clearfix::after {
    content: " ";
    display: table;
}

html {
    overflow: -moz-scrollbars-vertical;
    margin: 0;
    padding: 0;
}
body {
    background: url("../image/content-bg.jpg") repeat scroll center top transparent;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0px;
    font-family: 'fregatregular',sans-serif;
}
body, td, th, input, textarea, select, a {
    font-size: 12px;
}
h1, .welcome {
    color: #636E75;
    font-family: Verdana;
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: normal;
    text-shadow: 0 0 1px rgba(0, 0, 0, .01);
}
h2 {
    color: #000000;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 5px;
    font-weight: normal;
}
p {
    margin-top: 0px;
    margin-bottom: 20px;
}
a, a:visited, a b {
    color: #616161;
    text-decoration: underline;
    cursor: pointer;
}
a:hover {
    text-decoration: none;
    color: #C43F3F;
}
a img {
    border: none;
}
form {
    padding: 0;
    margin: 0;
    display: inline;
}
input[type='text'], input[type='password'], textarea {
    background: #F8F8F8;
    border: 1px solid #CCCCCC;
    padding: 3px;
    margin-left: 0px;
    margin-right: 0px;
}
select {
    background: #F8F8F8;
    border: 1px solid #CCCCCC;
    padding: 2px;
}
label {
    cursor: pointer;
}
/* layout */
#container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding: 3px 0px 0px 0px;
    text-align: left;
    width: 1084px;
    -webkit-box-shadow: 0 0 5px #444444;
    -moz-box-shadow: 0 0 5px #444444;
    box-shadow: 0 0 5px #444444;
    background: #FFFFFF;
}
#column-left {
    float: left;
    width: 224px;
    padding-left: 9px;
    -webkit-box-shadow: 3px 4px 6px #CECECE;
    -moz-box-shadow: 3px 4px 6px #CECECE;
    box-shadow: 3px 4px 6px #CECECE;
}
#column-right {
    float: right;
    width: 224px;
}
#content {
    min-height: 400px;
    margin-bottom: 25px;
    padding: 0 10px 10px 10px;
}
#column-left + #column-right + #content, #column-left + #content {
    margin-left: 235px;
}
#column-right + #content {
    margin-right: 195px;
}
/* header */
#header {
    background-color: #ffffff;
    height: 112px;
    padding-bottom: 4px;
    position: relative;
    z-index: 100;
}
#header #logo {
    position: absolute;
    top: 5px;
    left: 15px;
}
#language {
    color: #999999;
    line-height: 17px;
    position: absolute;
    right: 4px;
    text-align: right;
    top: 25px;
    width: 70px;
}
#language img {
    cursor: pointer;
    margin-right: 5px;
}
#currency {
    color: #999999;
    line-height: 17px;
    position: absolute;
    right: 76px;
    text-align: right;
    top: 21px;
    width: 85px;
}
#currency a {
    display: inline-block;
    padding: 2px 4px;
    border: 1px solid #CCC;
    color: #999;
    text-decoration: none;
    margin-right: 2px;
    margin-bottom: 2px;
}
#currency a b {
    color: #000;
    text-decoration: none;
}
#header #cart {
    min-width: 300px;
    position: absolute;
    right: 0px;
    top: 31px;
    z-index: 9;
}
#header #cart .heading {
    background: none repeat scroll 0 0 #FFFFFF;
    float: right;
    margin-top: 15px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    z-index: 1;
    border-top: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
}
#header #cart .heading .cart-heading-title {
    color: #333333;
    font-size: 15px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 3px;
}
#header #cart .heading a {
    color: #C43F3F;
    font-weight: bold;
    text-decoration: none;
}
#header #cart .heading a span {
    background: #FFFFFF url('../image/arrow-down.png') 100% 50% no-repeat;
    padding-right: 15px;
}
#header #cart .content {
    clear: both;
    display: none;
    position: relative;
    top: -1px;
    padding: 8px;
    min-height: 150px;
    border-top: 1px solid #EEEEEE;
    border-left: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    -webkit-border-radius: 0px 7px 7px 7px;
    -moz-border-radius: 0px 7px 7px 7px;
    -khtml-border-radius: 0px 7px 7px 7px;
    border-radius: 0px 7px 7px 7px;
    -webkit-box-shadow: 0px 2px 2px #DDDDDD;
    -moz-box-shadow: 0px 2px 2px #DDDDDD;
    box-shadow: 0px 2px 2px #DDDDDD;
    background: #FFF;
}
@font-face {
    font-family: 'fregatregular';
    src: url('../stylesheet/fregat-webfont.eot');
    src: url('../stylesheet/fregat-webfont.eot?#iefix') format('embedded-opentype'),
        url('../stylesheet/fregat-webfont.woff') format('woff'),
        url('../stylesheet/fregat-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
#header #cart.active .heading {
    margin-top: 5px;
    padding-top: 10px;
    padding-bottom: 6px;
    border-top: 1px solid #EEEEEE;
    border-left: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
    -webkit-border-radius: 7px 7px 0px 0px;
    -moz-border-radius: 7px 7px 0px 0px;
    -khtml-border-radius: 7px 7px 0px 0px;
    border-radius: 7px 7px 0px 0px;
}
#header #cart.active .content {
    display: block;
}
.mini-cart-info table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 5px;
}
.mini-cart-info td {
    color: #000;
    vertical-align: top;
    padding: 10px 5px;
    border-bottom: 1px solid #EEEEEE;
}
.mini-cart-info .image {
    width: 1px;
}
.mini-cart-info .image img {
    border: 1px solid #EEEEEE;
    text-align: left;
}
.mini-cart-info .name small {
    color: #666;
}
.mini-cart-info .quantity {
    text-align: right;
}
.mini-cart-info td.total {
    text-align: right;
}
.mini-cart-info .remove {
    text-align: right;
}
.mini-cart-info .remove img {
    cursor: pointer;
}
.mini-cart-total {
    text-align: right;
}
.mini-cart-total table {
    border-collapse: collapse;
    display: inline-block;
    margin-bottom: 5px;
}
.mini-cart-total td {
    color: #000;
    padding: 4px;
}
#header #cart .checkout {
    text-align: right;
    clear: both;
}
#header #cart .checkout a {
    text-transform: uppercase;
    color: #C43F3F;
}
#header #cart .empty {
    padding-top: 50px;
    text-align: center;
}

#header #search {
    left: 4px;
    position: absolute;
    top: 119px;
    width: 233px;
    z-index: 15;
}
#header .button-search {
    background: url("../image/button-search.png") no-repeat scroll center center transparent;
    cursor: pointer;
    height: 32px;
    left: -4px;
    padding-right: 6px;
    position: absolute;
    width: 30px;
}
#header #search input {
    background: url("../image/search-bg.png") repeat-x scroll left center transparent;
    border: 0 solid #CCCCCC;
    float: left;
    height: 28px;
    margin-top: 1px;
    padding: 1px 1px 1px 39px;
    width: 188px;
}
#header #welcome {
    color: #999999;
    position: absolute;
    right: 8px;
    text-align: right;
    top: 50px;
    width: 200px;
    z-index: 5;
}
#header .links {
    font-size: 10px;
    position: absolute;
    right: 8px;
    top: 3px;
}
#header .links a {
    float: left;
    display: block;
    padding: 0px 0px 0px 7px;
    color: #000;
    text-decoration: none;
    font-size: 15px;
    text-transform: uppercase;
}
#header .links a:hover {
    color: #C43F3F;
}
#header .links a + a {
    margin-left: 8px;
    border-left: 1px solid #CCC;
}
/* menu */
#menu {
    background: #414141;
    height: 38px;
    margin-bottom: 16px;
    -webkit-box-shadow: 0 2px 2px #9C9C9C;
    -moz-box-shadow: 0 2px 2px #9C9C9C;
    box-shadow: 0 2px 2px #9C9C9C;
    padding: 0px 5px;
    width: 1093px;
    margin-left: -9px;
}
.menu-bottom-bg {
    width: 100%;
    height: 20px;
    background: url('../image/menu-bottom.png') center center no-repeat;
    margin-bottom: 8px;
}
#menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#menu > ul > li {
    position: relative;
    float: left;
    z-index: 20;	
}
#menu > ul > li:hover {

}

#menu > ul > li:first-of-type a {
    border-left: medium none;
}
#menu > ul > li:first-child a {
    border-left: medium none;
}
#menu > ul > li:last-of-type a {
    border-right: medium none;
}
#menu > ul > li:last-child a {
    border-right: medium none;
}
#menu > ul > li > a.active {
    background: #C43F3F;
}
#menu > ul > li > a {
    font-size: 15px;
    color: #FFF;
    line-height: 20px;
    text-decoration: none;
    display: block;
    padding: 9px 10px 9px 10px;
    z-index: 6;
    position: relative;
    text-transform: capitalize;
    border-right: 1px solid #4F4F4F;
    border-left: 1px solid #808080;
    text-shadow: 0 1px 0 #000000;
    text-transform: uppercase;
}
#menu > ul > li:hover > a {

}
#menu > ul > li:hover {
    background: #C43F3F;
}
#menu > ul > li > div {
    display: none;
    position: absolute;
    z-index: 99999;
    -webkit-border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    -khtml-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
    -webkit-box-shadow: 2px 2px 11px #4F4F4F;
    -moz-box-shadow: 2px 2px 11px #4F4F4F;
    box-shadow: 2px 2px 11px #4F4F4F;
}
#menu > ul > li:hover > div > ul {
    background: url('../image/menu.png');
}
#menu > ul > li:hover > div {
    display: table;
}
#menu > ul > li > div > ul {
    display: table-cell;
    padding: 0px;
    background: none;
}
#menu > ul > li > div > ul li{
    min-width: 170px;
    padding: 5px;
}
#menu > ul > li ul + ul {
    padding-left: 7px;
}
#menu > ul > li ul > li:hover {
    background: #C43F3F;
}

#menu > ul > li ul > li > a {
    text-decoration: none;
    padding: 4px;
    color: #000;
    display: block;
    white-space: nowrap;
    min-width: 120px;
}
#menu > ul > li ul > li > a:hover {
    color: #fff;
}

#menu > ul > li > div > ul > li > a {
    color: #FFFFFF;
    text-transform: uppercase;
}
#menu > ul > li > div > ul > li + li {
    border-top: 1px solid #4F4F4F;
}
.breadcrumb {
    color: #000000;
    margin-bottom: 10px;
}
.breadcrumb a {
    text-transform: uppercase;
}
.success, .warning, .attention, .information {
    padding: 10px 10px 10px 33px;
    margin-bottom: 15px;
    color: #555555;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;

}

.success {
    background: url('../image/success.png') 10px center no-repeat;
    border: 1px solid #444444;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    text-decoration: blink;
    font-size: 15px;
}
.success a {
    font-size: 15px;
}
.warning {
    background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
    border: 1px solid #F8ACAC;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
.attention {
    background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
    border: 1px solid #F2DD8C;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
.success .close, .warning .close, .attention .close, .information .close {
    float: right;
    padding-top: 4px;
    padding-right: 4px;
    cursor: pointer;
}
.required {
    color: #FF0000;
    font-weight: bold;
}
.error {
    display: block;
    color: #FF0000;
}
.help {
    color: #999;
    font-size: 10px;
    font-weight: normal;
    font-family: Verdana, Geneva, sans-serif;
    display: block;
}
table.form {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}
table.form tr td:first-child {
    width: 150px;
}
table.form > * > * > td {
    color: #000000;
}
table.form td {
    padding: 4px;
}
input.large-field, select.large-field {
    width: 300px;
}
table.list {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    margin-bottom: 20px;
}
table.list td {
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}
table.list thead td {
    background-color: #EFEFEF;
    padding: 0px 5px;
}
table.list thead td a, .list thead td {
    text-decoration: none;
    color: #222222;
    font-weight: bold;
}
table.list tbody td {
    vertical-align: top;
    padding: 0px 5px;
}
table.list .left {
    text-align: left;
    padding: 7px;
}
table.list .right {
    text-align: right;
    padding: 7px;
}
table.list .center {
    text-align: center;
    padding: 7px;
}
table.radio {
    width: 100%;
    border-collapse: collapse;
}
table.radio td {
    padding: 5px;
    vertical-align: top;
}
table.radio td label {
    display: block;
}
table.radio tr td:first-child {
    width: 1px;
}
table.radio tr td:first-child input {
    margin-top: 1px;
}
table.radio tr.highlight:hover td {
    background: #F1FFDD;
    cursor: pointer;
}
.pagination {
    border-top: 0px solid #EEEEEE;
    padding-top: 8px;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}
.pagination .links {
    float: left;
}
.pagination .links a {
    display: inline-block;
    border: 1px solid #EEEEEE;
    padding: 4px 10px;
    text-decoration: none;
    color: #A3A3A3;
}
.pagination .links b {
    display: inline-block;
    border: 1px solid #269BC6;
    padding: 4px 10px;
    font-weight: normal;
    text-decoration: none;
    color: #269BC6;
    background: #FFFFFF;
}
.pagination .results {
    float: right;
    padding-top: 3px;
}
/* button */
a.button, input.button {
    cursor: pointer;
    color: #FFFFFF;
    line-height: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    border: 0px;
    background: url("../image/button.png") repeat-x scroll center center transparent;
    text-transform: uppercase;
    font-weight: bold;
}
a.button {
    display: inline-block;
    text-decoration: none;
    padding: 6px 12px 6px 12px;
}
input.button {
    margin: 0;
    border: 0;
    height: 25px;
    padding: 0px 12px 0px 12px;
}
.button[disabled] {opacity: 0.5; cursor: default}
a.button:hover:not([disabled]), input.button:hover:not([disabled]) {
    background: url("../image/button-hover.png") repeat-x scroll center center transparent;
}
.buttons {
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    overflow: auto;
    padding: 6px;
    margin-bottom: 20px;
}
.buttons .left {
    float: left;
    text-align: left;
}
.buttons .right {
    float: right;
    text-align: right;
}
.buttons .center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.htabs {
    height: 30px;		
    line-height: 16px;
    border-bottom: 1px solid #DDDDDD;	
    clear: both;
}
.htabs a {
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD; 
    background: #FFFFFF url('../image/tab.png') repeat-x;
    padding: 7px 15px 6px 15px;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: #000000;
    margin-right: 2px;
    display: none;
}
.htabs a.selected {
    padding-bottom: 7px;
    background: #C43F3F;
    color: #FFFFFF;
    border-top: 1px solid #B83139;
    border-left: 1px solid #B83139;
    border-right: 1px solid #B83139;
}
.tab-content {
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    padding: 10px;
    margin-bottom: 20px;
    z-index: 2;
}
/* box */
.box {
    margin-bottom: 0px;
}
#column-left .box,
#column-right .box {
    margin-bottom: 20px;
}
.box .box-heading {
    text-transform: uppercase;
    background: #C43F3F;
    padding: 8px 10px 7px 10px;
    font-size: 14px;
    line-height: 14px;
    color: #333;
    color: #FAFFF9;
    margin-bottom: 7px;
}
#content .box-heading {
    background: #FFFFFF left bottom no-repeat; 
    background-size: 100%;
    color: #000000;
    font-size: 18px;
}
#column-left .box .box-heading {
    -webkit-box-shadow: 0 2px 2px #9C9C9C;
    -moz-box-shadow: 0 2px 2px #9C9C9C;
    box-shadow: 0 2px 2px #9C9C9C;
    margin-left: -9px;
    background: url("../image/header-blok.png") repeat scroll 0 0 transparent;
}
#column-left + #column-right + #content .box-product > div {
    margin-left: 22px;
}
#column-left + #column-right + #content .box-product > div + div {
    margin-left: 34px;
}
.box-content ul {
    padding-left: 9px;
}
.box-content ul li {
    color: #616161;
    list-style: none;
}
.box-content ul li a {
    color: #616161;
    line-height: 22px;
    text-transform: uppercase;
}
/* box products */
.box-product {
    width: 100%;
}
#column-left .box-product,
#column-right .box-product {
    text-align: center;
}
#content .box-product > div {
    display: inline-block;
    margin-bottom: 47px;
    margin-left: 11px;
    margin-right: 9px;
    vertical-align: top;
    width: 248px;
    text-align: center;
}
#column-left .box-product > div,
#column-right .box-product > div {

    display: inline-block;
    vertical-align: top;
    margin-bottom: 19px;
    padding-top: 11px;
    text-align: center;
    width: 224px;
    position: relative;
}
#content .box-product > div .cart,
#content .product-grid > div .cart {
    position: absolute;
    right: 1px;
    text-align: center;
    top: -42px;
    z-index: 4;
}
#column-left .box-product > div .cart,
#column-right .box-product > div .cart {
    position: absolute;
    bottom: 0px;
    right: 0px;
}
#column-left + #column-right + #content .box-product > div {
    width: 262px;
}
.box-product .image {
    display: block;
    margin-bottom: 0px;
    border: 0px solid #000;
    position: relative;
    border-bottom: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
}
#column-left .box-product .image,
#column-right .box-product .image {
    float: left;
    margin-right: 18px;
}
.box-product .image img {


}
.box-product .image a img {

}

.box-product .image .hov,
.product-grid .image .hov {
    display: none;
    position: absolute;
    z-index: 99;
    background: #fff;
    position: absolute;
    margin-top: -120px;
    -webkit-box-shadow: 1px 1px 5px #444444;
    -moz-box-shadow: 1px 1px 5px #444444;
    box-shadow: 1px 1px 5px #444444;
    margin-left: -45px;
    text-align: center;

    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -khtml-border-radius: 9px;
    border-radius: 9px;
    width: 270px;
}
.product-grid .image .hov {
    margin-top: -82px;
}
#content .box-product .image:hover .hov,
#content .product-grid .image:hover .hov {
    display: none;
}
.hov .cart {

}
.hov span{
    color: #000;
    font-size: 18px;
}
.hov a span:hover {
    color: #C43F3F;
}
#content .box-product .image:hover {
    color: #333333;
    display: block;
    font-size: 12px;
}
#content .box-product .name,
#content .product-grid .name {
    min-height: 4.3em;
    text-align: center;
    background: #686868;
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -ms-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
}
#content .box-product .name:hover,
#content .product-grid .name:hover {
    background: #D65151;
}
#content .box-product .name:hover a,
#content .product-grid .name:hover a {
    text-shadow: 1px 1px 2px #000000;
}
#content .box-product .hov .name,
#content .product-grid .hov .name {
    border: 0px;
}
.box-product .name a,
.product-grid .name a,
.product-list .name a {
    color: #000;
    display: block;
    font-size: 16px;
    text-decoration: none;
}
#content .box-product .name a,
#content .product-grid .name a {
    color: #FFFFFF;
    font-size: 16px;
    padding: 7px 0 9px;
}
#content .product-grid .name a span{font-style: italic; font-size: 13px;
}
.box-product .name a:hover,
.product-grid .name a:hover,
.product-list .name a:hover {
    color: #000;
}
#content .box-product .price,
#content .product-grid .price {
    display: block;
    margin-bottom: 4px;
    text-align: center;
    line-height: 1.2em;
    font-size: 15px;    
    margin-top: 12px;
    float: left;
    max-width: 220px;
}
#content .box-product .hov .price,
#content .product-grid .hov .price {
    text-align: center;
    margin-top: 6px;
    float: left;
}

#column-left .box-product .price,
#column-right .box-product .price {
    display: block;
    margin-bottom: 4px;
    padding-left: 8px;
    padding-right: 3px;
    text-align: left;
    line-height: 1em;
    font-size: 15px;    
    margin-top: 8px;
}
.box-product .price-old {
    font-size: 16px;
    text-decoration: line-through;
    text-align: center;
    color: #C43F3F;
}
.box-product .price-new {
    margin-bottom: 4px;
    padding-right: 3px;
    text-align: center;
    line-height: 1em;
    color: #444;
}
.box-product .rating {
    display: block;
    margin-bottom: 4px;
}
/* box category */
.box-category {
    margin-top: -5px;
}
.box-category ul {
    list-style: none;
    margin: 0 0 0 -9px;
    padding: 0;
}
.box-category > ul > li {
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -ms-transition: background-color 0.25s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
}
.box-category > ul > li a:hover {
    background: #C43F3F;
}
.box-category > ul > li + li {
    border-top: 1px solid #EEEEEE;
}
#column-left .box-product > div + div,
#column-right .box-product > div + div {
    border-top: 1px solid #EEEEEE;
}
.box-category > ul > li > a {
    text-decoration: none;
    color: #333;
    text-transform: uppercase;
    font-size: 15px;
    display: block;
    padding: 6px 0 2px 9px;
}

.box-category > ul > li > a:hover {
    color: #FFFFFF;
}
.box-category > ul > li ul {
    display: none;
}
.box-category > ul > li a.active {
    color: #FFF;
    font-weight: bold;
    background: #C43F3F;
}
.box-category > ul > li:hover a.active {
    color: #FFFFFF;
}
.box-category > ul > li.active:hover > ul > li > ul > li > a.active {
    color: #616161;
}

.box-category > ul > li a {
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -ms-transition: background-color 0.25s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
}
.box-category > ul > li ul > li {
    background: #FFFFFF;
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -ms-transition: background-color 0.25s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
}
.box-category > ul > li:hover ul > li a {
    color: #616161;
}

.box-category > ul > li ul > li > a {
    text-decoration: none;
    display: block;
}
.box-category > ul > li ul > li > ul > li > a {
    text-decoration: none;
    display: block;
}
.box-category > ul > li ul > li > a:hover {
    color: #C43F3F;
}
.box-category > ul > li ul > li > a.active {
    font-weight: bold;
    background: none;
    color: #616161;
}
/* content */
#content .content {
    padding: 10px;
    overflow: auto;
    margin-bottom: 20px;
    border: 1px solid #EEEEEE;
}
#content .content .left {
    float: left;
    width: 49%;
}
#content .content .right {
    float: right;
    width: 49%;
}
/* category */
.category-info {
    overflow: auto;
    margin-bottom: 20px;
}
.category-info .image {
    float: left;
    padding: 5px;
    margin-right: 15px;
    border: 1px solid #E7E7E7;
}
.category-list {
    overflow: auto;
    margin-bottom: 20px;
}
.category-list ul {
    float: left;
    width: 18%;
}
.category-list .div a {
    text-decoration: underline;
    font-weight: bold;
}
/* manufacturer */
.manufacturer-list {
    border: 1px solid #DBDEE1;
    padding: 5px;
    overflow: auto;
    margin-bottom: 20px;
}
.manufacturer-heading {
    background: #F8F8F8;
    font-size: 15px;
    font-weight: bold;
    padding: 5px 8px;
    margin-bottom: 6px;
}
.manufacturer-content {
    padding: 8px;
}
.manufacturer-list ul {
    float: left;
    width: 25%;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 10px;
}
/* product */
.product-filter {
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 20px;
    overflow: auto;
}
.product-filter .display {
    margin-right: 15px;
    float: left;
    padding-top: 4px;
    color: #333;
}
.product-filter .display a {
    font-weight: bold;
}
.product-filter .sort {
    float: right;
    color: #333;
}
.product-filter .limit {
    margin-left: 15px;
    float: right;
    color: #333;
}
.product-compare {
    padding-top: 6px;
    float: left;
    font-weight: bold;
}
.product-compare a {
    text-decoration: none;
    font-weight: bold;
    color: #c43f3f;
}
.product-list > div {
    overflow: auto;
    margin-bottom: 15px;
    padding-top: 6px;
}
.product-list .right {
    float: right;
    margin-left: 15px;
}
.product-list > div + div {
    border-top: 1px solid #EEEEEE;
    padding-top: 16px;
}
.product-list .image {
    float: left;
    margin-right: 10px;
    position: relative;
}
.product-list .image img {
    border: 1px solid #E7E7E7;
}
.product-list .name {
    margin-bottom: 3px;
}

.product-list .description {
    line-height: 15px;
    margin-bottom: 5px;
    color: #4D4D4D;
}
.product-list .rating {
    color: #7B7B7B;
}
.product-list .price {
    display: block;
    font-size: 19px;
    line-height: 1em;
    margin-bottom: 4px;
    margin-top: 6px;
    text-align: right;
    float: right;
}
.product-list .price-old {
    color: #C43F3F;
    font-size: 16px;
    text-align: center;
    text-decoration: line-through;
}
.product-list .price-new {
    color: #444444;
    line-height: 1em;
    margin-bottom: 4px;
    padding-left: 8px;
    padding-right: 3px;
    text-align: center;
}
.product-list .price-tax {
    font-size: 12px;
    font-weight: normal;
    color: #BBBBBB;
}
.product-list .cart {
    margin-bottom: 3px;
}
.product-list .wishlist, .product-list .compare {
    margin-bottom: 3px;
}
.product-grid .wishlist {

}
.product-grid .compare {

}
.product-list .wishlist a {
    color: #333333;
    text-decoration: none;
    padding-left: 18px;
    display: block;
    background: url('../image/add.png') left center no-repeat;
}
.product-list .compare a {
    color: #333333;
    text-decoration: none;
    padding-left: 18px;
    display: block;
    background: url('../image/add.png') left 60% no-repeat;
}
.product-grid {
    background: url("../image/menu-bottom.png") no-repeat bottom center transparent;
    background-size: 100%;
    margin-left: -13px;
    width: 106%;
}
.product-grid > div {
    display: inline-block;
    margin-bottom: 25px;
    margin-left: 11px;
    margin-right: 9px;
    text-align: center;
    vertical-align: top;
    width: 249px;
}
#column-left + #column-right + #content .product-grid > div {
    margin: 0 0 0 31px;
    width: 262px;
}
.product-grid .image {
    display: block;
    margin-bottom: 0px;
    position: relative;
    border-bottom: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
}
.product-grid .image img {
    border: 0px solid #E7E7E7;
}

.product-grid .description {
    display: none;
}
.product-grid .rating {
    display: block;
    left: 26px;
    margin-bottom: 4px;
    margin-top: 12px;
    position: absolute;
    top: -39px;
}
.product-grid .price {
    display: block;
    font-size: 19px;
    line-height: 1em;
    margin-bottom: 4px;
    margin-top: 6px;
    text-align: center;
    color: #444444;
}
.product-grid .price-old {
    white-space: nowrap;
    font-size: 16px;
    text-align: center;
    color: #444444;
    text-decoration: line-through;
}
.product-grid .hov .price-old {
    display: none;
}
.product-grid .price-new {
    white-space: nowrap;
    color: #C43F3F;
    line-height: 1em;
    margin-bottom: 4px;
    padding-left: 8px;
    padding-right: 3px;
    text-align: center;
}
.product-grid .price .price-tax {
    display: none;
}

.product-grid .wishlist, .product-grid .compare {
    margin-bottom: 3px;
}

/* Product */
.product-info {
    margin-bottom: 20px;
}
.product-info > .left {
    float: left;
    padding-right: 15px;
    background: #FFFFFF;
}
.product-info > .left + .right {
    margin-left: 450px;
}
.product-info .image {
    box-shadow: 0 0 10px #B2B2B2;
    -webkit-box-shadow: 0 0 10px #B2B2B2;
    -moz-box-shadow: 0 0 10px #B2B2B2;    
    float: left;
    margin-bottom: 20px;
    padding: 10px;
    position: relative;
    text-align: center;
    z-index: 0;
}
.product-info .image img {

}
.product-info .image-additional {
    width: 493px;
    margin-left: -10px;
    clear: both;
    overflow: hidden;
    margin-bottom: 10px;
}
.product-info .image-additional img {
    border: 1px solid #E7E7E7;
}
.product-info .image-additional a {
    float: left;
    display: block;
    margin-left: 21px;
    margin-bottom: 10px;
}
.product-info .description {
    border-top: 1px solid #E7E7E7;
    border-bottom: 1px solid #E7E7E7;
    padding: 5px 5px 10px 5px;
    margin-bottom: 10px;
    line-height: 20px;
    color: #4D4D4D;
}
.product-info .description span {
    color: #000;
}
.product-info .description a {
    color: #4D4D4D;
    text-decoration: none;
}
.product-info .price {
    overflow: auto;
    border-bottom: 1px solid #E7E7E7;
    padding: 0px 5px 10px 5px;
    margin-bottom: 10px;
    line-height: 1em;
    font-size: 24px;
}
.product-info .price-old {
    text-decoration: line-through;
}
.product-info .price-new {
    color: #F00;
}
.product-info .price-tax {
    color: #999999;
    font-size: 12px;
    font-weight: normal;
    text-shadow: 0 0 0;
}
.product-info .price .reward {
    font-size: 12px;
    font-weight: normal;
    color: #999;
}
.product-info .price .discount {
    font-weight: normal;
    font-size: 12px;
    color: #4D4D4D;
}
.product-info .options {
    border-bottom: 1px solid #E7E7E7;
    padding: 0px 5px 10px 5px;
    margin-bottom: 10px;
    color: #000000;
}
.product-info .option-image {
    margin-top: 3px;
    margin-bottom: 10px;
}
.product-info .option-image label {
    display: block;
    width: 100%;
    height: 100%;
}
.product-info .option-image img {
    margin-right: 5px;
    border: 1px solid #CCCCCC;
    cursor: pointer;
}
.product-info .cart {
    border-bottom: 1px solid #E7E7E7;
    padding: 0px 5px 10px 5px;
    margin-bottom: 20px;
    color: #4D4D4D;
    overflow: auto;
}
.product-info .cart div {
    float: left;
    vertical-align: middle;
}
.product-info .cart div > span {
    padding-top: 7px;
    display: block;
    color: #999;
}
.product-info .cart .minimum {
    padding-top: 5px;
    font-size: 11px;
    color: #999;
    clear: both;
}
.product-info .review {
    color: #4D4D4D;
    border-top: 1px solid #E7E7E7;
    border-left: 1px solid #E7E7E7;
    border-right: 1px solid #E7E7E7;
    margin-bottom: 10px;
}
.product-info .review > div {
    padding: 8px;
    border-bottom: 1px solid #E7E7E7;
    line-height: 20px;
}
.product-info .review > div > span {
    color: #38B0E3;
}
.product-info .review .share {
    overflow: auto;
    line-height: normal;
}
.product-info .review .share a {
    text-decoration: none;
}
.review-list {
    padding: 10px;
    overflow: auto;
    margin-bottom: 20px;
    border: 1px solid #EEEEEE;
}
.review-list .author {
    float: left;
    margin-bottom: 20px;
}
.review-list .rating {
    float: right;
    margin-bottom: 20px;
}
.review-list .text {
    clear: both;
}
.attribute {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    margin-bottom: 20px;
}
.attribute thead td, .attribute thead tr td:first-child {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    background: #F7F7F7;
    text-align: left;
}
.attribute tr td:first-child {
    color: #000000;
    font-weight: bold;
    text-align: right;
    width: 40%;
}
.attribute td {
    padding: 7px;
    color: #4D4D4D;
    text-align: center;
    vertical-align: top;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}
.compare-info {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    margin-bottom: 20px;
}
.compare-info thead td, .compare-info thead tr td:first-child {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    background: #F7F7F7;
    text-align: left;
}
.compare-info tr td:first-child {
    color: #000000;
    font-weight: bold;
    text-align: right;
}
.compare-info td {
    padding: 7px;
    width: 20%;
    color: #4D4D4D;
    text-align: center;
    vertical-align: top;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}
.compare-info .name a {
    font-weight: bold;
}
.compare-info .price-old {
    font-weight: bold;
    text-decoration: line-through;
}
.compare-info .price-new {
    color: #F00;
    font-weight: bold;
}
/* wishlist */
.wishlist-info table {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    margin-bottom: 20px;
}
.wishlist-info td {
    padding: 7px;
}
.wishlist-info thead td {
    color: #4D4D4D;
    font-weight: bold;
    background-color: #F7F7F7;
    border-bottom: 1px solid #DDDDDD;
}
.wishlist-info thead .image {
    text-align: center;
}
.wishlist-info thead .name, .wishlist-info thead .model, .wishlist-info thead .stock {
    text-align: left;
}
.wishlist-info thead .quantity, .wishlist-info thead .price, .wishlist-info thead .total, .wishlist-info thead .action {
    text-align: right;
}
.wishlist-info tbody td {
    vertical-align: top;
    border-bottom: 1px solid #DDDDDD;
}
.wishlist-info tbody .image img {
    border: 1px solid #DDDDDD;
}
.wishlist-info tbody .image {
    text-align: center;
}
.wishlist-info tbody .name, .wishlist-info tbody .model, .wishlist-info tbody .stock {
    text-align: left;
}
.wishlist-info tbody .quantity, .wishlist-info tbody .price, .wishlist-info tbody .total, .wishlist-info tbody .action {
    text-align: right;
}
.wishlist-info tbody .price s {
    color: #F00;
}
.wishlist-info tbody .action img {
    cursor: pointer;
}
.login-content {
    margin-bottom: 20px;
    overflow: auto;
}
.login-content .left {
    float: left;
    width: 48%;
}
.login-content .right {
    float: right;
    width: 48%
}
.login-content .left .content, .login-content .right .content {
    min-height: 190px;
}
/* orders */
.order-list {
    margin-bottom: 10px;
}
.order-list .order-id {
    width: 49%;
    float: left;
    margin-bottom: 2px;
}
.order-list .order-status {
    width: 49%;
    float: right;
    text-align: right;
    margin-bottom: 2px;
}
.order-list .order-content {
    padding: 10px 0px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}
.order-list .order-content div {
    float: left;
    width: 33.3%;
}
.order-list .order-info {
    text-align: right;
}
.order-detail {
    background: #EFEFEF;
    font-weight: bold;
}
/* returns */
.return-list {
    margin-bottom: 10px;
}
.return-list .return-id {
    width: 49%;
    float: left;
    margin-bottom: 2px;
}
.return-list .return-status {
    width: 49%;
    float: right;
    text-align: right;
    margin-bottom: 2px;
}
.return-list .return-content {
    padding: 10px 0px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}
.return-list .return-content div {
    float: left;
    width: 33.3%;
}
.return-list .return-info {
    text-align: right;
}
.return-product {
    overflow: auto;
    margin-bottom: 20px;
}
.return-name {
    float: left;
    width: 31%;
    margin-right: 15px;
}
.return-model {
    float: left;
    width: 31%;
    margin-right: 15px;
}
.return-quantity {
    float: left;
    width: 31%;
}
.return-detail {
    overflow: auto;
    margin-bottom: 20px;
}
.return-reason {
    float: left;
    width: 31%;
    margin-right: 15px;
}
.return-opened {
    float: left;
    width: 31%;
    margin-right: 15px;
}
.return-opened textarea {
    width: 98%;
    vertical-align: top;
}
.return-captcha {
    float: left;
}
.download-list {
    margin-bottom: 10px;
}
.download-list .download-id {
    width: 49%;
    float: left;
    margin-bottom: 2px;
}
.download-list .download-status {
    width: 49%;
    float: right;
    text-align: right;
    margin-bottom: 2px;
}
.download-list .download-content {
    padding: 10px 0px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}
.download-list .download-content div {
    float: left;
    width: 33.3%;
}
.download-list .download-info {
    text-align: right;
}
/* cart */
.cart-info table {
    width: 100%;
    margin-bottom: 15px;
    border-collapse: collapse;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
}
.cart-info td {
    padding: 7px;
}
.cart-info thead td {
    color: #4D4D4D;
    font-weight: bold;
    background-color: #F7F7F7;
    border-bottom: 1px solid #DDDDDD;
}
.cart-info thead .image {
    text-align: center;
}
.cart-info thead .name, .cart-info thead .model, .cart-info thead .quantity {
    text-align: left;
}
.cart-info thead .price, .cart-info thead .total {
    text-align: right;
}
.cart-info tbody td {
    vertical-align: top;
    border-bottom: 1px solid #DDDDDD;
}
.cart-info tbody .image img {
    border: 1px solid #DDDDDD;
}
.cart-info tbody .image {
    text-align: center;
}
.cart-info tbody .name, .cart-info tbody .model, .cart-info tbody .quantity {
    text-align: left;
}
.cart-info tbody .quantity input[type='image'], .cart-info tbody .quantity img {
    position: relative;
    top: 4px;
    cursor: pointer;
}
.cart-info tbody .price, .cart-info tbody .total {
    text-align: right;
}
.cart-info tbody span.stock {
    color: #F00;
    font-weight: bold;
}
.cart-module > div {
    display: none;
}
.cart-total {
    border-top: 1px solid #DDDDDD;
    overflow: auto;
    padding-top: 8px;
    margin-bottom: 15px;
}
.cart-total table {
    float: right;
}
.cart-total td {
    padding: 3px;
    text-align: right;
}
/* checkout */
.checkout-heading {
    background: #F8F8F8;
    border: 1px solid #DBDEE1;
    padding: 8px;
    font-weight: bold;
    font-size: 13px;
    color: #555555;
    margin-bottom: 15px;
}
.checkout-heading a {
    float: right;
    margin-top: 1px;
    font-weight: normal;
    text-decoration: none;
}
.checkout-content {
    padding: 0px 0px 15px 0px;
    display: none;
    overflow: auto;
}
.checkout-content .left {
    float: left;
    width: 48%;
}
.checkout-content .right {
    float: right;
    width: 48%;
}
.checkout-content .buttons {
    clear: both;
}
.checkout-product table {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    margin-bottom: 20px;
}
.checkout-product td {
    padding: 7px;
}
.checkout-product thead td {
    color: #4D4D4D;
    font-weight: bold;
    background-color: #F7F7F7;
    border-bottom: 1px solid #DDDDDD;
}
.checkout-product thead .name, .checkout-product thead .model {
    text-align: left;
}
.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total {
    text-align: right;
}
.checkout-product tbody td {
    vertical-align: top;
    border-bottom: 1px solid #DDDDDD;
}
.checkout-product tbody .name, .checkout-product tbody .model {
    text-align: left;
}
.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {
    text-align: right;
}
.checkout-product tfoot td {
    text-align: right;
    border-bottom: 1px solid #DDDDDD;
}
.contact-info {
    overflow: auto;
}
.contact-info .left {
    float: left;
    width: 48%;
}
.contact-info .right {
    float: left;
    width: 48%;
}
.sitemap-info {
    overflow: auto;
    margin-bottom: 40px;
}
.sitemap-info .left {
    float: left;
    width: 48%;
}
.sitemap-info .right {
    float: left;
    width: 48%;
}
/* footer */ 
#footer {
    clear: both;
    overflow: auto;
    min-height: 100px;
    padding: 0;
    background-size: 100%;
    margin-bottom: 5px;
    background: #6F6F6F;
    position: relative;
}
#footer .column-title {
    color: #FFFFFF;
    font-size: 14px;
    margin-bottom: 21px;
    margin-top: 0;
    text-shadow: 0 4px 4px #000000;
    text-transform: uppercase;
}
#footer .column {
    float: left;
    height: 114px;
    margin-left: 21px;
    min-height: 100px;
    padding: 19px 14px 0;
    position: relative;
    width: 230px;
}
#footer .column ul {
    margin-top: 0px;
    margin-left: 8px;
    padding-left: 12px;
}
#footer .column ul li {
    margin-bottom: 3px;
    color: #FFFFFF;
}
#footer .column a {
    text-decoration: none;
    color: #FFFFFF;
}
#footer .column a:hover {
    text-decoration: underline;
}
#powered {
    bottom: 12px;
    position: absolute;
    right: 13px;
    text-align: right;
}
/* banner */
.banner div {
    text-align: center;
    width: 100%;
    display: none;
}
.banner div img {
    margin-bottom: 20px;
}

#content .box-product .cart .button,
#content .product-grid .cart .button {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0 0px 0px #9C9C9C;
    -moz-box-shadow: 0 0px 0px #9C9C9C;
    box-shadow: 0 0px 0px #9C9C9C;
    color: #FFFFFF;
    font-weight: normal;
    height: 41px;
    line-height: 41px;
    width: 109px;
    padding: 0;
}

#content .box-product > div .hov .cart .button,
#content .product-grid > div .hov .cart .button {
    background: none repeat scroll 0 0 transparent;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
    margin-left: 33px;
    margin-top: 6px;
}
#content .box-product > div .hov .cart {
    background: none;
    float: right;
    margin-right: 15px;
}
#column-left .box-product .cart input.button,
#column-right .box-product .cart input.button {
    background: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0 0px 0px #9C9C9C;
    -moz-box-shadow: 0 0px 0px #9C9C9C;
    box-shadow: 0 0px 0px #9C9C9C;
    color: #C43F3F;
    font-size: 13px;
}
#content .stock {
    margin-top: 11px;
    text-align: center;
}
#content .no-stock {

    float: left;
    margin-top: 7px;
    padding-left: 28px;
    margin-left: 12px;
}
#column-left .stock,
#column-right .stock {
    margin-top: 7px;
}
#column-left .box-product .name,
#column-right .box-product .name {
    text-align: left;
}
#content .box-product {
    background: url("../image/menu-bottom.png") no-repeat bottom center transparent;
    background-size: 100%;
    margin-left: -13px;
    width: 1092px;
}
#column-left + #content .box-product {
    width: 854px;
}
#column-left + #content .box-product {
    width: 864px;
}
#column-left + #column-right + #content .box-product {
    width: 626px;
}
#content .image .special {
    background: url("../image/special.png") no-repeat scroll center center transparent;
    height: 70px;
    text-align: right;
    width: 72px;
    z-index: 10000;
}
#content .product-list .image .special,
#content .product-grid .image .special,
#content .box-product .image .special {
    right: -5px;
    top: -3px;
    position: absolute;
}
#content .specialhov {
    background: url("../image/special.png") no-repeat scroll center center transparent;
    height: 70px;
    position: absolute;
    text-align: right;
    width: 72px;
}
#content .product-info .special {
    position: absolute;
    right: -8px;
    top: -10px;
    z-index: 10001;
}

#content .product-list .special {
    position: absolute;
    right: -4px;
    top: 1px;
}

#content .specialhov {
    margin-left: 203px;
    margin-top: -4px;
}
#newDivPh {
    position:absolute;
    background:#fff;
    padding:5px;
    border:2px solid #444444;
    -webkit-box-shadow: 2px 2px 5px #333;
    -moz-box-shadow: 2px 2px 5px #333;
    box-shadow: 2px 2px 5px #333;
    z-index: 99999;
}
.descript {
    background: #FFFFFF;
    color: #000000;
    display: none;
    margin-top: 0px;
    padding: 10px 9px;
    position: absolute;
    text-align: justify;
    z-index: 9999;
    border-left: 1px solid #C5C5C5;
    border-right: 1px solid #C5C5C5;
    border-bottom: 1px solid #C5C5C5;
}
.image:hover .descript {
    display: block;
}
.image:hover .description {
    display: block;
}
.product-list .image:hover .descript {
    display: none;
}
.telefonimg {
    position: relative;
    top: 16px;
    left: 221px;
    width: 27px;
}

.telefonimgfooter {
    float: left;
    margin-left: 170px;
    margin-right: 13px;
}
.telefonimgfooter img {
    width: 30px;
    height: 30px;
}
.telefonnumberfooter {
    float: left;
    font-size: 17px;
    margin-top: 4px;
}
.informleft {
    color: #000;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 27px;
    letter-spacing: -2px;
    padding: 0 0 0 7px;
    position: relative;
    top: 8px;
    left: 225px;

}

.informleft span {
    color: #808080;
    font-family: Tahoma;
    font-size: 12px;
    letter-spacing: -1px;
}
.informright b, .informleft b {
    color: #808080;
    font-family: Arial;
    font-size: 11px;
    letter-spacing: -1px;
}
.inform {
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    left: 409px;
    position: absolute;
    top: 15px;
    width: 124px;
}

.inform .ico {
    left: 0;
    position: absolute;
    top: 7px;
}
.inform .days {
    color: #A8A8A8;
    left: 23px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 40px;
}

.inform .time1 {
    color: #707070;
    position: absolute;
    right: 0;
    top: 0;
}
.inform .days span {
    color: #30961E;
}
.informright {
    background: no-repeat scroll 10px 20px transparent;
    color: #86C324;
    float: right;
    font-family: Arial;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -2px;
    padding: 0;
    text-align: right;
    width: 120px;
    position: relative;
    top: 3px;
    right: 371px;
}

.informright span {
    color: #808080;
    font-family: Tahoma;
    font-size: 12px;
    letter-spacing: -1px;
}
.holder p {
    margin-bottom: 0px;
}
#pay {
    float: left;
    margin-top: -3px;
}

#header .cartimg {
    float: right;
    margin-right: 9px;
    margin-top: -32px;
}
#header .cartimg img {
    width: 92px;
}
#welcome a {
    color: #000;
}
#welcome a:hover {
    color: #C43F3F;
}
.description .stock {
    float: left;
    margin-left: -5px;
    margin-right: 11px;
    margin-top: 27px;
    padding-left: 28px;
}
.product-list .hov {
    display: none;
}
.hovdiv {
    background: url("../image/fon-cart.png") no-repeat scroll right center transparent;
    height: 34px;
    margin-top: 5px;
    padding-left: 27px;
    text-align: center;
    width: 244px;
    -webkit-border-radius: 0px 0px 9px 0px;
    -moz-border-radius: 0px 0px 9px 0px;
    -khtml-border-radius: 0px 0px 9px 0px;
    border-radius: 0px 0px 9px 0px;
}

.minus,
.minus1,
.minus2,
.minus3,
.minus4 {
    background: url("../image/plus-minus.png") no-repeat scroll 1px -17px transparent;
    width:20px;
    height:24px;
    display: block;
    float: left;
    cursor: pointer;
}
.plus,
.plus1,
.plus2,
.plus3,
.plus4
{
    background: url("../image/plus-minus.png") no-repeat scroll -1px 2px transparent;
    width:20px;
    height:24px;
    display: block;
    float: left;
    cursor: pointer;
    margin-left: 3px;
}
.buton_container {
    float: left;
    margin-top: 2px;
}
.buton_container INPUT {
    height:20px;
    display: block;
    width: 29px;
    border: none;
    padding:0;
    margin:0;
    text-align:center;
}
.buton_input {
    border: 1px solid #999999;
    float: left;
    text-align: center;
    width: 29px;
}
.listing_button {
    background: url("../image/fon-cart.png") no-repeat scroll 76px center transparent;
    height: 27px;
    margin-top: 12px;
    padding-left: 6px;  
}
.listing_button a.button {
    background: none;
    color: #FFFFFF;
    margin-left: 12px;
    padding: 8px 20px 7px 26px;
}
.listing_button:hover {
    background: url("../image/fon-cart-hover.png") no-repeat scroll 76px center transparent;
}
.product-list .listing_button a.button {
    background: url("../image/fon-cart.png") no-repeat scroll right center transparent;
    margin-left: 2px;
    width: 49px;
}


/* Carousel */
#slidhorizontal {
    overflow:hidden;
    padding: 0 0 10px;
    clear:both;
    float:left;
    background:#fff;
}
.bloc {
    float: left;
    width: 350px;
    min-height: 107px;
    overflow: hidden;
    position: relative;
}
#slidhorizontal .buttons {
    float:left;
    background:url("../image/strelki.png") no-repeat scroll 0 0 transparent;
    display: block;
    margin: 45px 5px 0 0;
    text-indent: -999em;
    width: 15px;
    height: 15px;
    overflow: hidden;
    position: relative;
    border:0;
    padding:0;
}
#slidhorizontal .next {
    background-position: 0 38%;
    margin: 45px 0 0 5px;
    height: 19px;
}
#slidhorizontal .disable {
    visibility:hidden;
}
#slidhorizontal .overview {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}
#slidhorizontal .overview li{
    display: inline-block;
    padding: 1px;
    border: 0px solid #dcdcdc;
    text-align: center;
}

#slidhorizontal .overview li div{
    width:100px;
}
#slid .overview li div a{
    color:#5a5a5a;
    font-weight:bold;
}
#slidhorizontal .overview li div a:hover{
    color:#BA1A87;
    text-decoration:none;
}
#slidhorizontal .overview li div .price{
    font-size:10px;
    color:#000;
    float:left;
    width:auto;
}
#slidhorizontal .overview li div .button{
    background: center center no-repeat;
    padding:6px;
    float:right;
}
.bloc .image{
    border: 0px solid #C5C5C5;
    box-shadow: none;
    margin-bottom: 0px;
    padding: 0px;
    position: relative;
    text-align: center;
    z-index: 0;
}
.slid_text{
    font-family:Arial;
    font-size:11px;
    color:#000;
    text-transform:uppercase;
    font-weight:bold;
    margin-bottom: 10px;
}
#slidhorizontal .overview li div .price-old{
    font-size:10px;
    color:#f00;
    float:left;
    width:auto;
    clear:left;
}
#slidhorizontal .overview li div .price-new{
    font-size:10px;
    color:#000;
    float:left;
    width:auto;
}

.text_uvelish {
    background: none repeat scroll 0 0 #FFF;
    color: #000;
    font-weight: bold;
    height: 24px;
    margin-left: 85px;
    margin-top: 4px;
    opacity: 0.69;
    padding-top: 8px;
    position: absolute;
    text-align: center;
    width: 225px;
    z-index: 10000;
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -khtml-border-radius: 14px;
    display: block;
}
.product-info .image:hover .text_uvelish {
    display: none;
}








#slidvertical {
    overflow:hidden;
    float:left;
    background:#fff;
    margin: 0 14px 0 14px;
}
#slidvertical .viewport {
    float: left;
    width: 85px;
    height: 366px;
    overflow: hidden;
    position: relative;
}
#slidvertical .buttons {
    background:url("../image/strelki.png") no-repeat scroll transparent;
    display: block;
    margin: 0px 0px 0px 35px;
    background-position: 0 70%;
    text-indent: -999em;
    width: 19px;
    height: 19px;
    overflow: hidden;
    position: relative;
    padding:0;border:0;
}
#slidvertical .next {
    background-position: 0 100%;
    margin: 0px 0 0px 35px;
    clear:both;
}
#slidvertical .disable {
    visibility:hidden;
}
#slidvertical .overview {
    list-style: none;
    position: absolute;
    padding: 0;
    margin: 0;
    width: 60px;
    left: 0;
    top: 0;
    margin-left: -8px;
}
#slidvertical .overview li + li {
}
#slidhorizontal .overview li + li {}
#slidvertical .overview li{
    float: left;
    margin: 3px 0px 2px 0;
    padding: 7px 0 17px 0;
    height: 90px;
    width: 89px;
}




/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
    border: 4px solid #888;
    margin:-4px;	/* Set this to minus the border thickness. */
    background-color:#fff;	
    cursor:move;		
}

/* This is for the title text. */
.cloud-zoom-title {
    font-family:Arial, Helvetica, sans-serif;
    position:absolute !important;
    background-color:#000;
    color:#fff;
    padding:3px;
    width:100%;
    text-align:center;	
    font-weight:bold;
    font-size:10px;
    top:0px;
}

/* This is the zoom window. */
.cloud-zoom-big {
    border:0px solid #ccc;
    overflow:hidden;
}

/* This is the loading message. */
.cloud-zoom-loading {
    color:white;	
    background:#222;
    padding:3px;
    border:0px solid #000;
}
.left-image {

    padding-top: 6px;
    margin-bottom: 20px;
}
#colorbox {
    z-index: 100005;
}
.blok-heading-bottom {
    background: url("../image/blok-footer-bottom.png") no-repeat scroll center top transparent;
    bottom: -10px;
    height: 10px;
    left: 2px;
    position: absolute;
    width: 180px;

}
.blok-banners-bottom {
    background: url("../image/blok-banners-bottom.png") no-repeat scroll 0 0 transparent;
    bottom: -11px;
    height: 10px;
    left: -3px;
    position: absolute;
    width: 321px;
}
#content .jcarousel-container-horizontal {
    margin-bottom: 38px;
    overflow: hidden;
    width: 1014px;
}
#column-left + #content .jcarousel-container-horizontal,
#column-right + #content .jcarousel-container-horizontal {
    width: 823px;
}
#column-left + #column-right + #content .jcarousel-container-horizontal {
    width: 620px;

}
.jcarousel-item {
    margin: 0 8px;
    text-align: center;
    width: 183px;
}
.jcarousel-item .name a {
    color: #333333;
    display: block;
    font-size: 16px;
    margin-bottom: 4px;
    text-decoration: none;
}
.jcarousel-skin-carousel .jcarousel-prev-horizontal {
    position: absolute;
    top: 48%;
    left: 1px;
    width: 13px;
    height: 15px;
    cursor: pointer;
    background: transparent url(../image/strelki.png) no-repeat  0 0;
}
.jcarousel-skin-carousel .jcarousel-next-horizontal {
    background: url("../image/strelki.png") no-repeat scroll 0 38% transparent;
    cursor: pointer;
    height: 18px;
    position: absolute;
    right: 5px;
    top: 48%;
    width: 16px;
}
.jcarousel-skin-carousel .price {
    margin: 5px 0 10px;
    font-size: 18px;
    color: #444444;
}
.jcarousel-skin-carousel .price-old {
    color: #C43F3F;
    font-size: 16px;
    text-decoration: line-through;
}
.jcarousel-skin-carousel .price-new {

}
.footer-bg {
    background: url("../image/footer-bg.png") repeat scroll center center transparent;
    color: #FFFFFF;
    font-weight: normal;
    height: 137px;
    opacity: 0.85;
    padding: 10px;
    position: relative;
    width: 1064px;
}
.footer-bg a {
    color: #FFFFFF;
    text-decoration: none;
}
.footer-bg-bottom {
    background: url("../image/menu-bottom.png") no-repeat scroll center bottom / 100% auto transparent;
    height: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -8px;
    width: 1024px;
}
.footer-slide-bottom {
    background: url("../image/menu-bottom.png") no-repeat scroll center bottom / 97% auto transparent;
    height: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -39px;
    position: absolute;
    width: 1082px;
    z-index: 99;
}
#textfooter1 {
    float: left;
    height: 134px;
    left: 30px;
    padding: 18px 30px 0 36px;
    top: 23px;
    width: 177px;
    background: #CACACA;
}
#textfooter2 {
    left: 250px;
    line-height: 1.5;
    position: absolute;
    text-align: justify;
    top: 23px;
    width: 474px;
}
#textfooter3 {
    float: right;
    text-transform: uppercase;
}
#textfooter4 {
    float: left;
    margin-top: 32px;
    text-transform: uppercase;
}
#textfooter3 img {

}
.slideshow {
    box-shadow: 0 0 0 #444
}
.banners {
    font-size: 15px;
    height: 119px;
    margin-bottom: 37px;
    margin-top: 33px;
    padding-left: 15px;
    color: #000;
}
.block {
    float: left;
    font-size: 16px;
    height: 106px;
    margin-left: 15px;
    margin-right: 30px;
    padding: 13px 0 0 97px;
    text-align: center;
    width: 211px;
    -webkit-border-radius: 0px 14px 0px 14px;
    -moz-border-radius: 0px 14px 0px 14px;
    -khtml-border-radius: 0px 14px 0px 14px;
    border-radius: 0px 14px 0px 14px;
    position: relative;
    border: 1px solid #BEBEBE;
}
.blocklast {
    float: left;
    height: 106px;
    padding: 13px 7px 0 97px;
    width: 205px;
    font-size: 16px;
    text-align: center;
    -webkit-border-radius: 0px 14px 0px 14px;
    -moz-border-radius: 0px 14px 0px 14px;
    -khtml-border-radius: 0px 14px 0px 14px;
    border-radius: 0px 14px 0px 14px;
    position: relative;
    border: 1px solid #BEBEBE;
    margin-left: 16px;
}
.block img,
.blocklast img {
    float: left;
    left: 12px;
    position: absolute;
    width: 87px;
}
.heading-title {
    margin-bottom: 10px;
    font-size: 14px;
    width: 300px;
}

.box-category > ul > li span.close {
    background: url("../image/plus-minus-category.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 7px;
    margin-left: 7px;
    margin-right: 0;
    position: relative;
    top: -3px;
    width: 7px;
}
.box-category > ul > li span.expanded {
    background: url("../image/plus-minus-category.png") no-repeat scroll left bottom transparent !important;
}
#vk_groups {
    margin-left: -4px;
}
.bottomdiv {
    height: 40px;
    position: relative;
    padding: 0 3px;
}
.box.sidebarsearch .button-sidebarsearch {
    background: url("../image/search-button.png") no-repeat scroll left top transparent;
    float: right;
    height: 19px;
    width: 18px;
}
#sidebarsearch {

}

.quick {
    float: right;
    margin-top: 6px;
    display: none;
}
.wishlistcompare {
    float: right;
    margin: 10px 0px 0 0;
}







/* #advanced_menu */
#advanced_menu {
    z-index: 99;
    background: url("../image/menu-bg.png") repeat scroll 0 0 transparent;
    -webkit-box-shadow: 0 2px 2px #9C9C9C;
    -moz-box-shadow: 0 2px 2px #9C9C9C;
    box-shadow: 0 2px 2px #9C9C9C;
    height: 38px;
    left: 0;
    margin: 0 0 0px 0;
    padding: 0 5px;
    position: relative;
    width: 1075px;

}
#advanced_menu ul {
    list-style: none outside none;
    margin: 0;
    padding-bottom: 0;
    padding-left: 245px;
    padding-top: 0;
}
* html #advanced_menu_menu ul {
    float: left;
    margin-left: 15px;
}
#advanced_menu > ul > li {
    /*    position: relative;*/
    float: left;
    z-index: 10002;
}
#advanced_menu li {
    /*position: relative;*/
    float: left;
    z-index: 20;	
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -ms-transition: background-color 0.25s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out; 
}
#advanced_menu a {
    color: #FFF;
    line-height: 14px;
    text-decoration: none;
    text-transform: uppercase;
    font-size:15px;
    display: block;
    padding: 13px 10px 11px;
    z-index: 6;
    position: relative;
}
#advanced_menu li:hover {
    background: #C43F3F;
}
#advanced_menu a.active {
    background: #C43F3F;
}
#advanced_menu ul li ul {
    margin: 0px;
    position: absolute;
    left: 1px;
    float: left;
    min-width: 200px;
    background: url('../image/menu.png');
    padding: 0px;
    z-index: 99999;
    -webkit-border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    -khtml-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
    -webkit-box-shadow: 2px 2px 11px #4F4F4F;
    -moz-box-shadow: 2px 2px 11px #4F4F4F;
    box-shadow: 2px 2px 11px #4F4F4F;
}
#advanced_menu ul li ul li ul {
    -webkit-border-radius: 0px 5px 5px 0px;
    -moz-border-radius: 0px 5px 5px 0px;
    -khtml-border-radius: 0px 5px 5px 0px;
    border-radius: 0px 5px 5px 0px;
}


#advanced_menu ul li ul li  {
    min-width: 200px;
}
#advanced_menu ul li ul li a {
    text-transform: uppercase;
    margin: 0px;
}
body #advanced_menu ul li ul {
    display: none;
}
#advanced_menu ul li:hover ul, #advanced_menu ul li ul:hover {
    display: block;
}
* html #advanced_menu ul li ul {
    border-top: 1px solid #555;
    border-left: 0��;
}
#advanced_menu > ul .parent {
    background: url('../image/menuarrow.png') 95% center no-repeat;
}
#advanced_menu > ul .activeparent {
    background: url('../image/menuarrow-hover.png') 95% center no-repeat;
    background-color: #E2E2E2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    color: #00539B;
    text-shadow: 0 1px 0 #fff;
}
#advanced_menu ul li ul li ul   {
    visibility: hidden;
    top: 0px;
    left: 100%;
}
#advanced_menu ul li ul li:hover ul {
    visibility: visible;
}
#advanced_menu ul li ul li:hover ul li ul {
    visibility: hidden;
}
#advanced_menu ul li ul li ul li:hover ul {
    visibility: visible;
}






.box-category > ul > li > ul > li + li {
    border-top: 1px solid #EEEEEE;
}
.box-category > ul > li > ul > li > a,
.box-category > ul > li > ul > li > ul > li > a {
    color: #333333;
    display: block;
    font-size: 15px;
    padding: 6px 0 2px 9px;
    text-decoration: none;
    text-transform: uppercase;
}

.box-category > ul > li,
.box-category > ul > li > ul > li {
    position: relative;
}
.box-category > ul > li ul {
    display: none;
    left: 242px;
    position: absolute;
    top: 0;
    width: 220px;
    z-index: 99999;
    -webkit-box-shadow: 2px 1px 5px #656565;
    -moz-box-shadow: 2px 1px 5px #656565;
    box-shadow: 2px 1px 5px #656565;
}
.box-category > ul > li > ul > li > ul {
    left: 229px;
}
.box-category > ul > li.cat-header:hover ul {
    display: block;
}

.box-category > ul > li.cat-header:hover ul > li > ul {
    display: none;
}
.box-category > ul > li.cat-header ul > li:hover > ul {
    display: block;
}


.box-category > ul > li > ul > li {
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -ms-transition: background-color 0.25s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
}
.box-category > ul > li > ul > li:hover,
.box-category > ul > li > ul > li > ul > li:hover {
    background: #C43F3F;
}
.box-category > ul > li > ul > li:hover a, 
.box-category > ul > li > ul > li:hover > ul > li:hover a {
    color: #FFFFFF;
}
.box-category > ul > li > ul > li:hover > ul > li  a{
    color: #616161;
}

.box-category > ul > li.back a {
    background: url('../image/arrows-category.png') no-repeat 222px 10px;
}
.box-category > ul > li.back a:hover {
    background: url('../image/arrows-category.png') no-repeat 222px -10px #C43F3F;
}
.box-category > ul > li a.back {
    background: url('../image/arrows-category.png') no-repeat 207px 10px transparent;
}
.box-category > ul > li a.back:hover {
    background: url('../image/arrows-category.png') no-repeat 207px -10px #C43F3F;
}





.informpanel {
    left: 518px;
    position: relative;
    top: 50px;
}


.timejob {
    font-size: 15px;
    position: absolute;
    width: 186px;
}
.infointernet {
    font-size: 17px;
}
.infointernet img {
    padding: 0px 10px 0 0;
}

.infointernet span {
    position: absolute;
}


.telefonnumber {
    font-size: 19px;
    left: 368px;
    position: absolute;
    top: 0;
    width: 177px;
}


#content .product-list .image .hit, #content .product-grid .image .hit, #content .box-product .image .hit {
    position: absolute;
    right: -6px;
    top: -3px;
}
#content .image .hit {
    background: url("../image/hit.png") no-repeat scroll center center transparent;
    height: 70px;
    text-align: right;
    width: 72px;
    z-index: 10000;
}


#content .product-list .image .last, #content .product-grid .image .last, #content .box-product .image .last {
    position: absolute;
    right: -6px;
    top: -3px;
}
#content .image .last {
    background: url("../image/last.png") no-repeat scroll center center transparent;
    height: 70px;
    text-align: right;
    width: 72px;
    z-index: 10000;
}

.product-grid > div .image {position: relative;}
.image .stock{position: absolute; top: 0; left: 0; }

.header-contacts {left: 280px; position: absolute; top: 50px;}
.header-contacts a{text-decoration: none;}


.products-list > div {position: relative;}
.products-list > div .image {position: relative;}
.products-list > div .popup-params{overflow: hidden; position: absolute; top: 0; left: 0; z-index: 3; width: 100%; height: 100%; box-sizing: border-box;}
.products-list > div .popup-params .popup-params-container{ height: 100%; top: -100%; transition: top ease-out 0.3s; position: absolute; background: rgba(239,239,236, 0.8);  width: 100%; box-sizing: border-box; text-align: cetner; padding: 32px 20px 0;  box-shadow: 0 0 8px -7px #000 inset;}
.products-list > div:hover .popup-params-container{top: 0;}
.products-list > div .popup-params ul{margin: 0; padding: 0; list-style: none;}
.products-list > div .popup-params ul li{margin: 0; padding: 0; font-style: italic; color: #000;  line-height: 29px;}
.products-list > div .popup-params ul li span{font-weight: bold; font-style: normal;}
/*.products-list > div .popup-params-container{top: 0!important;}*/


.ui-widget-header {background: url("../image/menu-bg.png") repeat scroll -7px -4px rgba(0, 0, 0, 0) !important; border: solid 1px #474747 !important;}
.ui-dialog .ui-dialog-buttonpane button {color:#474747 !important; }
.ui-dialog .ui-dialog-buttonpane button:hover {border-color: #474747 !important; background: rgba(168,12,61, 0.01) !important;}

.product-buy-dialog {display: none;}
.product-buy-one-click-dialog {display: none;}
.product-buy-popup form{margin: 0 !important;}
.product-buy-popup td {padding: 3px 5px;  vertical-align: top;}
.product-buy-popup td.image {width: 190px;}
.product-buy-popup td.image img {width: 100%;}
.product-buy-popup .product-buy-popup-description-name {font-weight: bold;}
.product-buy-popup .product-buy-popup-description-name a{ color: #444 !important; font-size: 18px; text-decoration: none;}
.product-buy-popup .product-buy-popup-description-name a:hover{color: #4b8b83 !important}
.product-buy-popup .product-buy-dialog-product-description {}
.product-buy-popup .product-buy-dialog-product-image {}
.product-buy-popup .product-buy-popup-description-rating {padding-top: 10px;}
.product-buy-popup .product-buy-popup-description-price {color: #009100;  font-size: 14px; padding: 10px 0;}
.product-buy-popup .product-buy-popup-description-price .price-old {color: #000000; display: block;}
.product-buy-popup .product-buy-popup-description-price .price-new {color: #ff0000; display: block;}
.product-buy-popup {width: 100%;}
.product-buy-popup table{width: 100%;}
.product-buy-popup table td{vertical-align: top;}
.product-buy-popup .quantity{width: 50px;}
.product-buy-popup .add-success .fa {color: #009100;font-size: 50px;padding-right: 20px;}
.product-buy-popup .add-success td { vertical-align: middle;}
.product-buy-popup .product-buy-dialog-product-description-price .price { font-size: 16px; font-weight: bold;}
.product-buy-popup .product-buy-dialog-product-actions {padding: 15px 0 0px !important; text-align: center;}
.product-buy-popup.ui-widget-content a { color: #0052ad;}
.product-buy-popup.ui-widget-content a.button {color: #fff}
.product-buy-popup .product-buy-popup-comment {text-align: center;}
.product-buy-popup .product-buy-popup-fields {padding-top: 30px;}
.product-buy-popup .product-buy-popup-fields-item {}
.product-buy-popup .product-buy-popup-fields-item input {font-size: 20px; border: solid 1px; width: 9em}
.product-buy-popup .product-buy-popup-fields-item label { padding-right: 10px; padding-top: 6px;}
.product-buy-popup .product-buy-popup-fields-item .error {padding-left: 165px; padding-top: 10px; text-align: left;}
.product-buy-popup .product-buy-popup-actions {text-align: center;}

.ui-widget-content a {color: #fff}

#product-preview .product-preview-table {width: 100%;}
#product-preview .product-preview-table td{vertical-align: top;}
#product-preview .product-preview-table td.col-left{width: 290px;}
#product-preview .product-preview-table td.col-left .image{height: 190px;}
#product-preview .product-preview-table td.col-left .image img{width: 280px}
#product-preview .product-preview-table td.col-left .image-additional{}
#product-preview .modal-footer {text-align: center;}
#product-preview .modal-body {padding: 0;}
#product-preview .description p{padding: 0; margin: 5px 0;}
#product-preview h1 {margin-top: 0; padding-right: 90px; position: relative;}
#product-preview .col-right {border-left: solid 4px rgba(238, 238, 238, 1); padding: 0 0 10px 10px}
#product-preview .price-line {  border-bottom: 2px solid rgba(238, 238, 238, 1); border-top: 2px solid rgba(238, 238, 238, 1);  padding: 10px 0;}
#product-preview .price {color: #333; font-size: 22px; font-weight: normal; line-height: 38px;}
#product-preview .review { position: absolute; right: 0; top: 0;}
#product-preview .image {padding: 5px }
#product-preview .image-additional {}
#product-preview .attribute {border: none;}
#product-preview .attribute thead td{text-align: left !important;}
#product-preview .attribute td:first-child{text-align: right;}
#product-preview .attribute td{font-size: 12px; padding: 2px 11px; text-align: left; border: none;}
#product-preview .image-additional span{display: inline-block;  padding: 2px 5px;}
#product-preview .image-additional span img{width: 86px;}


.product-preiew-button {
    background-color: rgba(51, 61, 70, 0.8);
    bottom: 75px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    left: 0;
    line-height: 23px;
    margin: 0 auto;
    padding: 0 0 2px;
    position: absolute;
    text-align: center;
    width: 100%;
    cursor: pointer;
}


.subcategories-filter {display: inline-block;}
.subcategories-filter .subcategories-filter-label {cursor: pointer;}
.subcategories-filter .subcategories-filter-label .fa{position: relative; top: -1px;}
.subcategories-filter .categories-popup{ 
    display: none;
    background-color: #ffffff;
    border: 1px solid #aaa;
    border-radius: 0 10px 10px;
    box-shadow: 6px 8px 7px -5px rgba(0, 0, 0, 0.357);
    box-sizing: border-box;
    padding: 10px;
    position: absolute;
    width: 100%;
    z-index: 5;}
.subcategories-filter:hover .categories-popup{display: block;}
.subcategories-filter .categories-list{}
.subcategories-filter .categories-list-column{ box-sizing: border-box;
                                               display: inline-block;
                                               margin: 0;
                                               padding: 0 9px;
                                               vertical-align: top;
                                               width: 24.5%;}
.subcategories-filter .categories-list-column li{display:	block; }
.subcategories-filter .categories-list-column li a{text-decoration: none; padding: 5px 5px; display: block;}
.subcategories-filter .categories-list-column li a:hover{background-color: #ddd}
.subcategories-filter .categories-popup .categories-group-name{font-size: 14px; font-weight: bold; padding: 5px 0;}


.popular-categories-filter {display: inline-block; margin-left: 20px;}
.popular-categories-filter .popular-categories-filter-label {cursor: pointer;}
.popular-categories-filter .popular-categories-filter-label .fa{position: relative; top: -1px;}
.popular-categories-filter .categories-popup{ 
    display: none;
    background-color: #ffffff;
    border: 1px solid #aaa;
    border-radius: 0 10px 10px;
    box-shadow: 6px 8px 7px -5px rgba(0, 0, 0, 0.357);
    box-sizing: border-box;
    padding: 10px;
    position: absolute;
    width: 300px;
    z-index: 5;}
.popular-categories-filter:hover .categories-popup{display: block;}
.popular-categories-filter .categories-list{}
.popular-categories-filter .categories-list-column{ box-sizing: border-box;
                                                    display: inline-block;
                                                    margin: 0;
                                                    padding: 0 9px;
                                                    vertical-align: top;
                                                    width: 100%;
}
.popular-categories-filter .categories-list-column li{display:	block; }
.popular-categories-filter .categories-list-column li a{text-decoration: none; padding: 5px 5px; display: block;}
.popular-categories-filter .categories-list-column li a:hover{background-color: #ddd}
.popular-categories-filter .categories-popup .categories-group-name{font-size: 14px; font-weight: bold; padding: 5px 0;}


.filter-top-menu-link {}
.filter-top-menu-link:hover .filter-top-menu {display: block;}

.filter-top-menu {  background: none repeat scroll 0 0 rgba(255, 255, 255, 1) !important;
                    border: 1px solid #ccc !important;
                    border-radius: 0 0 5px 5px;
                    box-shadow: 2px 2px 14px -5px;
                    display: none;
                    left: 0;
                    margin: 0 !important;
                    padding: 0 0 10px !important;
                    position: absolute;
                    width: 100%;
                    z-index: 100;

}
.filter-top-menu-column{width: 25%; display: table-cell; width: 25%; display: table-cell !important; position: relative !important; box-shadow: none !important; background: none !important;}
.filter-top-menu-column-group-name {  
    color: #666;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4em !important;
    padding: 4px 10px !important;
    white-space: normal !important;
}
.filter-top-menu-column li { background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important; border: medium none !important; float: none !important;}
.filter-top-menu-column li a {  color: #666 !important;
                                display: block;
                                font-size: 14px !important;
                                font-weight: normal !important;
                                line-height: 1.4em !important;
                                padding: 4px 10px !important;
                                text-transform: none !important;
                                white-space: normal !important;
}
.filter-top-menu-column li a:hover {
    background-color: #dfdfdf;
    color: #666 !important;
}

.category-container {position: relative;}
#category-description-bottom {position: absolute; bottom: 0;}


.crosslinks {padding-bottom: 20px;}
.crosslinks h4 {font-size: 18px; margin: 10px 0 1px 0; font-weight: normal; text-transform: uppercase;}
.crosslinks a {display: inline-block; padding-right: 10px; line-height: 1.7em; font-size: 14px; text-decoration: none;}


.sslider {
    height: 420px;
    overflow: hidden;
    position: relative;
}
.sslider-item {
    background-color: #fff;
    position: relative;
    width: 100%;
}
.sslider-item-mask {
    bottom: 0;
    position: absolute;
    right: 0;
    width: 105%;
}
.sslider-item-image {
    width: 100%;
}
.sslider-item-action {
    color: #fc383d;
    font-size: 77px;
    font-weight: bold;
    left: 42px;
    position: absolute;
    top: 10px;
}
.sslider-item-text1 {
    font-size: 39px;
    position: absolute;
    right: 10px;
    top: 30px;
}
.sslider-item-text2 {
    font-size: 43px;
    position: absolute;
    right: 25px;
    top: 74px;
}
.sslider-item-text3 {
    color: #626f77;
    font-size: 39px;
    position: absolute;
    right: 124px;
    top: 158px;
}
.sslider-item-discount {
    color: #fff;
    font-size: 46px;
    left: 472px;
    position: absolute;
    top: 188px;
}
.sslider-item-counter {
    position: absolute;
    right: 82px;
    top: 232px;
}
.sslider-item-button {
    bottom: 27px;
    position: absolute;
    right: 173px;
}
.sslider-item-button a.button {
    font-size: 19px;
    padding: 12px 22px;
}

#product-preview .price .price-old {
    text-decoration: line-through;
}

#product-preview .price .price-new {
    color: #f00;
}

.image .action-percent {
    background: rgba(0, 0, 0, 0) url("../image/action.png") no-repeat scroll center center / 100% auto;
    color: #fff;
    font-size: 14px;
    padding: 14px 24px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transform: rotate(-15deg);
}

.button.disabled {
    opacity: 0.45;
    background-color: #666!important; border-color: #666;
    cursor: default;
}

.sticker-header {padding-bottom: 20px; z-index: 99}

.ny-ttw {
    position: fixed;
    top:10px;
    left:12px;
    max-width: 240px;
    border:7px solid #616161;
    border-radius: 7px;
    padding: 5px;
    text-align: center;
    font-size: 12px !important;
    color: #616161;
    z-index:999;
    font-weight: bold;
    background: rgba(255,255,255,0.7)
}

@media screen and (max-width: 1646px) {
    .ny-ttw {
        position: absolute;
        top:auto;
        left: 150px;
        bottom: 180px;
    }
}

.ny-ttw h4 {
    font-size: 16px;
    margin: 10px;
}