.clearfix {
    *zoom: 1
}
.clearfix:after,
.clearfix:before {
    content: "";
    display: table
}
.clearfix:after {
    clear: both
}
body {
    width: 100%;
    *zoom: 1
}
body:after,
body:before {
    content: "";
    display: table
}
body:after {
    clear: both
}
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9 {
    display: inline;
    float: left;
    position: relative;
    margin-left: 1%;
    margin-right: 1%
}
@media only screen and (min-width: 320px) and (max-width: 320px) {
    .col-1,
    .col-10,
    .col-11,
    .col-12,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9 {
        width: 100%!important
    }
}
.col-1 {
    width: 6.333%
}
.col-2 {
    width: 14.667%
}
.col-3 {
    width: 23%
}
.col-4 {
    width: 31.333%
}
.col-5 {
    width: 39.667%
}
.col-6 {
    width: 48%
}
.col-7 {
    width: 56.333%
}
.col-8 {
    width: 64.667%
}
.col-9 {
    width: 73%
}
.col-10 {
    width: 81.333%
}
.col-11 {
    width: 89.667%
}
.col-12 {
    width: 98%
}
.col-offset-1 {
    left: 8.333%
}
.col-offset-2 {
    left: 16.667%
}
.col-offset-3 {
    left: 25%
}
.col-offset-4 {
    left: 33.333%
}
.col-offset-5 {
    left: 41.667%
}
.col-offset-6 {
    left: 50%
}
.col-offset-7 {
    left: 58.333%
}
.col-offset-8 {
    left: 66.667%
}
.col-offset-9 {
    left: 75%
}
.col-offset-10 {
    left: 83.333%
}
.col-offset-11 {
    left: 91.667%
}
@media only screen and (min-width: 320px) and (max-width: 320px) {
    .col-offset-1,
    .col-offset-10,
    .col-offset-11,
    .col-offset-2,
    .col-offset-3,
    .col-offset-4,
    .col-offset-5,
    .col-offset-6,
    .col-offset-7,
    .col-offset-8,
    .col-offset-9 {
        left: 0
    }
}
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}
body {
    margin: 0
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}
audio:not([controls]) {
    display: none;
    height: 0
}
[hidden],
template {
    display: none
}
a {
    background: 0 0
}
a:active,
a:hover {
    outline: 0
}
abbr[title] {
    border-bottom: 1px dotted
}
b,
strong {
    font-weight: 700
}
dfn {
    font-style: italic
}
h1 {
    font-size: 2em;
    margin: .67em 0
}
mark {
    background: #ff0;
    color: #000
}
small {
    font-size: 80%
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sup {
    top: -.5em
}
sub {
    bottom: -.25em
}
img {
    border: 0
}
svg:not(:root) {
    overflow: hidden
}
figure {
    margin: 1em 40px
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}
pre {
    overflow: auto
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}
button {
    overflow: visible
}
button,
select {
    text-transform: none
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}
button[disabled],
html input[disabled] {
    cursor: default
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}
input {
    line-height: normal
}
input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}
input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}
legend {
    border: 0;
    padding: 0
}
textarea {
    overflow: auto
}
optgroup {
    font-weight: 700
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
/*
td,
th {
    padding: 0
}
*/
.clear {
    clear: both
}
.left {
    float: left
}
.right {
    float: right
}
img {
    max-width: 100%;
    height: auto
}
.hide {
    display: none
}
.l-fixed {
    position: fixed;
    top: 0;
    width: 100%
}
.l-center {
    margin: 0 auto
}
.l-stacked {
    list-style-type: none;
    margin: 0;
    padding: 0
}
.l-stacked>li {
    display: block
}
.l-block {
    list-style-type: none;
    margin: 0;
    padding: 0
}
.l-block>li {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1
}
.container-wrapper {
    width: 100%;
    position: relative;
    float: left;
    right: 80%
}
aside {
    float: left;
    position: relative;
    overflow: hidden;
    padding-bottom: 1em;
    width: 20%;
    left: 0
}
main {
    float: left;
    position: relative;
    overflow: hidden;
    padding-bottom: 1em;
    width: 80%;
    left: 100%
}
main.no-left-column {
    width: 100%;
    left: 80%
}
.margin-top-5 {
    margin-top: 5px
}
.margin-top-10 {
    margin-top: 10px
}
.margin-top-15 {
    margin-top: 15px
}
.margin-top-20 {
    margin-top: 20px
}
.margin-bottom-5 {
    margin-bottom: 5px
}
.margin-bottom-10 {
    margin-bottom: 10px
}
.margin-bottom-15 {
    margin-bottom: 15px
}
.margin-bottom-20 {
    margin-bottom: 20px
}
.padding-top-5 {
    padding-top: 5px
}
.padding-top-10 {
    padding-top: 10px
}
.padding-top-15 {
    padding-top: 15px
}
.padding-top-20 {
    padding-top: 20px
}
.padding-bottom-5 {
    padding-bottom: 5px
}
.padding-bottom-10 {
    padding-bottom: 10px
}
.padding-bottom-15 {
    padding-bottom: 15px
}
.padding-bottom-20 {
    padding-bottom: 20px
}
@-ms-viewport {
    width: device-width
}
.just-on-desktop,
.just-on-mob,
.just-on-tab,
td.just-on-desktop,
td.just-on-mob,
td.just-on-tab,
th.just-on-desktop,
th.just-on-mob,
th.just-on-tab,
tr.just-on-desktop,
tr.just-on-mob,
tr.just-on-tab {
    display: none!important
}
.hide-on-desktop,
.hide-on-mob,
.hide-on-tab {
    display: block!important
}
th.hide-on-desktop,
th.hide-on-mob,
th.hide-on-tab {
    display: table-row!important
}
td.hide-on-desktop,
td.hide-on-mob,
td.hide-on-tab,
tr.hide-on-desktop,
tr.hide-on-mob,
tr.hide-on-tab {
    display: table-cell!important
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
    .just-on-mob {
        display: block!important
    }
    th.just-on-mob {
        display: table-row!important
    }
    td.just-on-mob,
    tr.just-on-mob {
        display: table-cell!important
    }
    .hide-on-mob,
    td.hide-on-mob,
    th.hide-on-mob,
    tr.hide-on-mob {
        display: none!important
    }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
    .just-on-tab {
        display: block!important
    }
    th.just-on-tab {
        display: table-row!important
    }
    td.just-on-tab,
    tr.just-on-tab {
        display: table-cell!important
    }
    .hide-on-tab,
    td.hide-on-tab,
    th.hide-on-tab,
    tr.hide-on-tab {
        display: none!important
    }
}
@media only screen and (min-width: 1000px) {
    .just-on-desktop {
        display: block!important
    }
    span.just-on-desktop {
        display: inline!important
    }
    th.just-on-desktop {
        display: table-row!important
    }
    td.just-on-desktop,
    tr.just-on-desktop {
        display: table-cell!important
    }
    .hide-on-desktop,
    td.hide-on-desktop,
    th.hide-on-desktop,
    tr.hide-on-desktop {
        display: none!important
    }
}
a {
    display: inline-block;
    color: #333;
    text-decoration: none
}
a:hover {
    color: #333;
    text-decoration: underline
}
.form input,
.form select,
.form textarea {
    border: 1px solid #ddd;
    background: #fff;
    padding: .4em .6em;
    display: inline-block;
    width: 100%;
    box-sizing: border-box
}
.form input[type=checkbox],
.form input[type=radio] {
    width: auto
}
.form .form-actions {
    margin-top: 10px
}
.form .form-actions .btn {
    margin-right: 5px
}
.form .form-actions,
.form .form-group {
    *zoom: 1;
    margin-bottom: 2.5px
}
.form .form-actions:after,
.form .form-actions:before,
.form .form-group:after,
.form .form-group:before {
    content: "";
    display: table
}
.form .form-actions:after,
.form .form-group:after {
    clear: both
}
.form .form-actions .fa {
    margin-right: 4px
}
.form .form-actions label {
    width: 100%;
    display: inline-block
}
table.table {
    width: 100%;
    border-collapse: collapse
}
table.table th {
    text-align: left
}
table.table td,
table.table th {
    padding: .2em .4em
}
.btn {
    border: 1px solid transparent;
    vertical-align: middle;
    white-space: nowrap;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    background-image: none;
    padding: .2em .6em
}
.btn.default {
    border-color: #eee;
    background: #fff;
    color: #000
}
.btn.default:hover {
    border-color: #e1e1e1;
    background: #f2f2f2
}
.btn.green,
.btn.success {
    border-color: #4cae4c;
    background: #5cb85c;
    color: #fff
}
.btn.green:hover,
.btn.success:hover {
    border-color: #449c44;
    background: #4cae4c
}
.btn.danger,
.btn.red {
    border-color: #d43f3a;
    background: #d9534f;
    color: #fff
}
.btn.danger:hover,
.btn.red:hover {
    border-color: #c9312c;
    background: #d43f3a
}
.btn.blue,
.btn.info {
    border-color: #357ebd;
    background: #428bca;
    color: #fff
}
.btn.blue:hover,
.btn.info:hover {
    border-color: #2f71a9;
    background: #357ebd
}
.btn:hover {
    text-decoration: none
}
.notice {
    padding: 1em;
    margin: .5em 0;
    border-left: 1px solid transparent
}
.notice.alert,
.notice.danger {
    background: #f4cecd;
    border-color: #d43f3a
}
.notice.info {
    background: #b9d4ec;
    border-color: #357ebd
}
.notice.success {
    background: #c7e6c7;
    border-color: #4cae4c
}
.error input,
.error select,
.error textarea,
input.error,
select.error,
textarea.error {
    border-color: #c00
}
.price {
    font-weight: 700;
    color: inherit
}
.price.old {
    text-decoration: line-through;
    float: none;
    color: #999
}
.stock {
    clear: both;
    font-weight: 700
}
.stock.stockid-1 {
    color: green
}
.stock.stockid-2 {
    color: red
}
.stock.stockid-3 {
    color: orange
}
.rating {
    text-align: center;
    display: block;
    position: relative;
    top: -18px;
    margin-bottom: -18px
}
.stars {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #d6b043
}
.stars.stars-1:before {
    content: "\f005 \f006 \f006 \f006 \f006"
}
.stars.stars-2:before {
    content: "\f005 \f005 \f006 \f006 \f006"
}
.stars.stars-3:before {
    content: "\f005 \f005 \f005 \f006 \f006"
}
.stars.stars-4:before {
    content: "\f005 \f005 \f005 \f005 \f006"
}
.stars.stars-5:before {
    content: "\f005 \f005 \f005 \f005 \f005"
}
.popup-box {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .1)
}
.popup-box .container {
    position: relative;
    margin: 1.5em auto 0;
    padding: 1em;
    width: 70%;
    background: #fff
}
.popup-box .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .05em .25em;
    font-size: 1.1em;
    color: #fff;
    background: #000
}
.popup-box .section-title {
    margin-top: 0
}
.box-promo .promo-text {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1em;
    background: rgba(0, 0, 0, .5);
    color: #fff
}
.box-promo .promo-text>* {
    display: block
}
.box-promo .promo-price,
.box-promo .promo-title {
    font-size: 1.5em
}
.box-promo .promo-description {
    padding: 1em 0
}
.box-user {
    position: relative;
    z-index: 1;
    float: left
}
.box-user .box-user-menu {
    display: none;
    position: absolute;
    top: 100%;
    right: -1px;
    border: 1px solid transparent;
    width: 100px
}
.box-cart {
    float: left
}
.box-cart .cart-list {
    display: none;
    position: absolute;
    top: 100%
}
.box-menu.horizontal>ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}
.box-menu.horizontal>ul>li {
    display: inline-block;
    *display: inline;
    *zoom: 1
}
.box-menu.horizontal>ul ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}
.box-menu.horizontal>ul ul>li {
    display: block
}
.box-menu.horizontal>ul>li {
    vertical-align: middle
}
.box-menu.horizontal li {
    position: relative;
    background: #fff
}
.box-menu.horizontal li>div {
    display: none;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0
}
.box-menu.horizontal li.level-2>div {
    left: 100%;
    top: 0
}
.box-menu.horizontal li:hover>div {
    display: block
}
.box-menu.vertical ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}
.box-menu.vertical ul>li {
    display: block
}
.box-menu.vertical li {
    position: relative
}
.box-menu.vertical li>div {
    display: none;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 100%
}
.box-menu.vertical li:hover>div {
    display: block
}
.box-menu .picture {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px
}
.box-menu a {
    vertical-align: middle
}
.box-login {
    display: none;
    position: absolute;
    top: 100%;
    max-width: 300px;
    background: #fff
}
/* Show login box when toggle is active or when there's a login error */
.user-account.open .box-login,
.box-login.show {
    display: block;
}
.box-login input {
    margin-bottom: 5px
}
.box-login .btn {
    margin-right: 5px
}
.box-categories {
    *zoom: 1
}
.box-categories:after,
.box-categories:before {
    content: "";
    display: table
}
.box-categories:after {
    clear: both
}
.box-categories .category {
    width: 185px;
    text-align: center
}
.box-categories .category .picture {
    position: relative;
    display: inline-block;
    height: 120px;
    width: 185px
}
.box-categories .category .picture img {
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 185px;
    max-height: 120px
}
.box-products {
    *zoom: 1;
    margin: 1.5em 0
}
.box-products:after,
.box-products:before {
    content: "";
    display: table
}
.box-products:after {
    clear: both
}
.product {
    float: left;
    position: relative;
    width: 185px;
    height: 220px;
    margin-right: 10px
}
.product .picture {
    position: relative;
    height: 90px;
    width: 185px
}
.product .picture img {
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 185px;
    max-height: 90px
}
.product .promo {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0
}
.product .discount {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    text-align: center;
    color: #fff;
    background: #c00;
    line-height: 40px;
    width: 40px;
    height: 40px;
    display: inline-block;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    behavior: url(/cs-js/PIE.htc)
}
.product .product-name {
    height: 2.5em;
    overflow: hidden;
    margin: .2em 0
}
.product .description {
    display: none
}
@media only screen and (min-width: 320px) {
    .box-products.list .product {
        float: none;
        *zoom: 1;
        width: 100%;
        height: auto
    }
    .box-products.list .product:after,
    .box-products.list .product:before {
        content: "";
        display: table
    }
    .box-products.list .product:after {
        clear: both
    }
    .box-products.list .product .picture {
        float: left;
        height: 90px;
        width: 185px
    }
    .box-products.list .product .picture img {
        display: block;
        margin: auto;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        max-width: 185px;
        max-height: 90px
    }
    .box-products.list .product .offer {
        position: absolute;
        right: 0;
        top: 4em;
        width: 150px;
        text-align: right
    }
    .box-products.list .product .product-name {
        padding-left: 10px
    }
    .box-products.list .product .description {
        display: block;
        padding-left: 195px;
        margin-right: 160px
    }
}
.box-last-products ul a {
    display: inline-block;
    padding: .5em;
    margin: .5em;
    width: 90px
}
.box-last-products span {
    display: block
}
.box-last-products .picture {
    position: relative;
    width: 90px;
    height: 90px;
    border: 1px solid transparent;
    background: 0 0
}
.box-last-products .picture img {
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 88px;
    max-height: 88px
}
.box-last-products .description {
    height: 3em;
    overflow: hidden
}
.home-article .picture {
    margin: 1em
}
.login-options .share-icon {
    font-size: 1.5em;
    width: 32px;
    height: 32px;
    display: inline-block;
    line-height: 32px;
    text-align: center
}
.login-options .share-icon.twitter {
    color: #00aced
}
.login-options .share-icon.twitter:hover {
    color: #fff;
    background: #00aced
}
.login-options .share-icon.google {
    color: #dd4b39
}
.login-options .share-icon.google:hover {
    color: #fff;
    background: #dd4b39
}
.login-options .share-icon.facebook {
    color: #3b5998
}
.login-options .share-icon.facebook:hover {
    color: #fff;
    background: #3b5998
}
.box-grid-list {
    float: left;
    margin-right: 5px
}
.box-grid-list span {
    margin-right: 10px
}
.box-grid-list i {
    margin-right: 3px
}
.box-pagination {
    float: left
}
.box-pagination a {
    padding: 0 .2em
}
.is-hidden {
    display: none
}
.category-description.is-closed {
    overflow: hidden;
    height: 13.5em
}
body {
    font: 400 12px/18px 'Open Sans', sans-serif
}
.icon {
    width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
    background: url(/cs-skins/grey-crimson/images/sprite.png) -1024px -1024px no-repeat
}
.icon.phone-i {
    background-position: -224px 0
}
.icon.user {
    background-position: -224px -32px
}
.icon.shopping-cart {
    background-position: -256px 0
}
.icon.menu {
    background-position: -352px -32px
}
.icon.search {
    background-position: -256px -32px
}
.icon.facebook-blue {
    background-position: -384px 5px;
    width: 70px
}
.icon.cs {
    background-position: 0 0
}
.icon.location {
    background-position: -192px 0
}
.icon.tel {
    background-position: -160px 0
}
.icon.mail {
    background-position: -160px -32px
}
.icon.facebook {
    background-position: -32px 0
}
.icon.gplus {
    background-position: -96px 0
}
.icon.twitter {
    background-position: -64px 0
}
.icon.youtube {
    background-position: -416px -64px
}
.icon.arrow-down {
    background-position: -450px 0
}
.icon.arrow-rounded {
    background-position: -191px -25px
}
.icon.addtocart {
    background-position: -512px 0;
    width: 44px
}
.container {
    width: 100%;
    margin: 0 auto;
    *zoom: 1
}
.container:after,
.container:before {
    content: "";
    display: table
}
.container:after {
    clear: both
}
@media only screen and (min-width: 320px) {
    .container {
        max-width: 320px
    }
}
@media only screen and (min-width: 320px) {
    .container {
        max-width: 320px
    }
}
@media only screen and (min-width: 768px) {
    .container {
        max-width: 768px
    }
}
@media only screen and (min-width: 1100px) {
    .container {
        max-width: 1050px
    }
}
@media only screen and (min-width: 1100px) {
    .container {
        max-width: 1050px
    }
}
#logo {
    width: 350px;
    max-width: 100%;
    height: 66px;
    display: block;
    float: left;
    background: url(images/logo.png) center center no-repeat
}
#logo.logo-img {
    background: 0 0
}
@media only screen and (min-width: 768px) {
    #logo {
        width: 280px;
        margin-top: 7px
    }
}
@media only screen and (min-width: 1000px) {
    #logo {
        width: 350px;
        margin-top: 0
    }
}
.box-newsletter-popup .container {
    max-width: 300px
}

.gold-line-1 {
    width: 100%;
    height: 9px;
    background: url(/cs-skins/grey-crimson/images/gold.png) center center repeat-x;
    position: relative;
    z-index: 1
}
.gold-line-2 {
    width: 100%;
    height: 8px;
    background: url(/cs-skins/grey-crimson/images/gold-2.png) center center repeat-x
}
#Header .container {
    padding: 0;
    position: relative
}
@media only screen and (min-width: 1000px) {
    #Header .container {
        margin: -5px auto
    }
}
#Website {
    background: url(/cs-skins/grey-crimson/images/main.jpg) center center repeat-y
}
#Website .container {
    margin-bottom: 15px
}
#Footer {
    background: url(/cs-skins/grey-crimson/images/footer.png) top center #3c037e
}
.links-phones {
    text-align: center;
    margin-top: 16px;
    margin-left: 32px;
    float: left
}
.links-phones .links {
    color: #696867;
    font: 400 11px/12px 'Open Sans', sans-serif
}
.links-phones .links a {
    color: inherit
}
.links-phones .links a:hover {
    color: #703aaa;
    text-decoration: underline
}
.links-phones .phones {
    color: #8c7958;
    font: 700 13px/12px 'Open Sans', sans-serif
}
.links-phones .phones a {
    color: inherit
}
.links-phones .phones .icon {
    margin-left: -32px
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
    .links-phones {
        margin-top: 0;
        width: 100%
    }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
    .links-phones {
        margin-left: 0
    }
}
.box-cart,
.user-account {
    position: relative
}
.box-cart>a,
.user-account>a {
    color: inherit
}
.box-cart>a:hover,
.user-account>a:hover {
    color: #2c0867;
    text-decoration: none
}
.box-cart .icon,
.user-account .icon {
    margin-left: 5px
}
.box-cart.open>div,
.user-account.open>div {
    display: block
}
.user-account>a span {
    display: inline-block;
    vertical-align: middle;
    width: 160px;
    text-align: right;
    overflow: hidden
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
    .user-account>a span {
        width: 100px;
        height: 24px
    }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
    .user-account>a span {
        width: 80px
    }
}
.cont-cos {
    font: 400 13px/12px 'Open Sans', sans-serif;
    color: #696867;
    float: right;
    margin-top: 17px
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
    .cont-cos {
        margin-right: 36px
    }
}
.box-cart {
    margin-left: 17px
}
.box-cart .badge {
    position: absolute;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    behavior: url(/cs-js/PIE.htc);
    background-color: #2a095e;
    color: #dbce91;
    width: 22px;
    height: 22px;
    display: inline-block;
    text-align: center;
    line-height: 22px;
    font-style: normal;
    margin-left: -10px;
    margin-top: -6px;
    font-size: 10px
}
.box-cart .cart-list {
    border: 1px solid #a49272;
    padding: 14px 19px;
    box-sizing: border-box;
    width: 286px;
    right: -24px;
    background: #fff;
    z-index: 1
}
.box-cart .cart-list:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-bottom: none;
    border-top-color: #a49272;
    position: absolute;
    top: 0;
    right: 34px
}
.box-login {
    border: 1px solid #a49272;
    width: 276px;
    padding: 14px 19px;
    box-sizing: border-box;
    right: -137px;
    z-index: 999
}
.box-login:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-bottom: none;
    border-top-color: #a49272;
    position: absolute;
    top: 0;
    left: 108px
}
.box-login h4 {
    color: #8e8e8d;
    font: 400 12px/12px 'Open Sans', sans-serif;
    margin-top: 0
}
.box-login .row input[type=password],
.box-login .row input[type=text],
.box-login input {
    border: 1px solid #cacaca;
    padding: 9px 12px;
    font: 400 12px 'Open Sans', sans-serif;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    behavior: url(/cs-js/PIE.htc);
    width: 100%
}
.box-login button {
    border: none;
    padding: 9px 14px;
    color: #fff;
    font-size: 12px;
    background: #d0ac6b
}
.box-login .facebook-login {
    display: block;
    text-decoration: none;
    color: #3b5998
}
.box-login .new-acct-lined {
    border-top: 1px solid #a49272;
    padding-top: 15px;
    margin: 5px -19px;
    text-indent: 9px
}
.menu-bar {
    background: #491a96;
    font: 600 11px/14px 'Open Sans', sans-serif;
    color: #dbce91;
    text-transform: uppercase;
    position: relative
}
.menu-bar .container {
    padding: 0;
    position: relative
}
.menu-bar .top-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: left;
    overflow: hidden
}
.menu-bar .top-menu>li {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1
}
.menu-bar .top-menu li {
    float: left;
    position: relative
}
.menu-bar .top-menu li:first-child:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #361767;
    border-left: 1px solid #431987
}
.menu-bar .top-menu li:first-child a {
    padding: 2px 24px
}
.menu-bar .top-menu a {
    color: inherit;
    text-decoration: none;
    display: table-cell;
    vertical-align: middle;
    padding: 2px 8px;
    position: relative;
    height: 70px
}
.menu-bar .top-menu a:hover {
    background: #6b43aa
}
.menu-bar .top-menu a img {
    float: left;
    vertical-align: middle
}
.menu-bar .top-menu a span {
    margin-top: 11px;
    display: inline-block;
    max-width: 110px;
    margin-left: 5px
}
.menu-bar .top-menu a span.first {
    width: 70px
}
.menu-bar .top-menu a:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #361767;
    border-right: 1px solid #431987
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
    .menu-bar .top-menu {
        position: absolute;
        z-index: 99999;
        display: none;
        background: #491a96;
        width: 310px;
        top: 50px;
        margin-left: 10px
    }
    .menu-bar .top-menu a,
    .menu-bar .top-menu li:first-child a {
        height: 46px;
        width: 310px;
        padding: 0 8px
    }
    .menu-bar .top-menu a:hover,
    .menu-bar .top-menu li:first-child a:hover {
        box-shadow: 0 0 5px 0 rgba(17, 17, 17, .5)
    }
    .menu-bar .top-menu a span,
    .menu-bar .top-menu li:first-child a span {
        width: auto;
        max-width: initial;
        display: inline;
        margin: 0
    }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
    .menu-bar .top-menu a,
    .menu-bar .top-menu li:first-child a {
        height: 67px;
        padding: 0 4px
    }
    .menu-bar .top-menu a img,
    .menu-bar .top-menu li:first-child a img {
        height: 51px;
        width: auto!important
    }
    .menu-bar .top-menu a span,
    .menu-bar .top-menu li:first-child a span {
        margin-top: 4px
    }
}
#menu-show {
    float: left;
    position: relative;
    padding: 5px 13px
}
#menu-show:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #361767;
    border-right: 1px solid #431987
}
.box-search {
    float: right;
    background: 0 0;
    border: 1px solid #c79f5e;
    width: 158px;
    margin-top: 24px;
    position: relative
}
.box-search ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: left
}
.box-search ul>li {
    display: block
}
.box-search button {
    padding: 0;
    border: none;
    background: #4a1a97
}
.box-search input {
    height: 27px;
    line-height: 27px;
    padding: 0 6px;
    border: 0;
    width: 119px;
    float: left;
    font: 400 12px 'Open Sans', sans-serif;
    color: #696867
}
.box-search .icon.search {
    width: 27px;
    height: 27px;
    display: inline-block;
    background-position: -257px -34px
}
.box-search .as-results {
    position: absolute;
    right: 0;
    z-index: 1;
    top: 28px;
    width: 310px;
    background: #491a96;
    box-shadow: 0 0 5px 0 rgba(17, 17, 17, .5)
}
.box-search .as-results li {
    padding: 6px 4px
}
.box-search .as-results .active {
    background-color: #6b43aa;
    cursor: pointer
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
    .box-search {
        margin-top: 7px;
        width: 245px
    }
    .box-search input {
        width: 205px
    }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
    .box-search {
        position: absolute;
        margin-top: 0;
        border: none;
        right: 0;
        width: auto
    }
    .box-search input {
        border: 1px solid #c79f5e;
        height: 40px;
        line-height: 40px;
        padding: 0 16px;
        margin-right: 13px;
        display: none
    }
    .box-search button {
        background-color: #2a095e;
        border: 1px solid #cfab6a;
        margin: 19px 17px
    }
    .box-search.open {
        width: 243px;
        background-color: #844edb;
        padding: 12px 9px 13px
    }
    .box-search.open input {
        display: block;
        width: 160px
    }
    .box-search.open button {
        margin: 8px 0 0
    }
    .box-search .as-results {
        top: 75px
    }
}
.box-breadcrumbs {
    font: 400 11px/24px 'Open Sans', sans-serif;
    padding: 0 20px 6px;
    border-bottom: 2px solid #ccb06c;
    width: 94.5%;
    margin: 0 auto 10px
}
.box-breadcrumbs a {
    color: #190953;
    text-decoration: none
}
.box-breadcrumbs a:before {
    content: '';
    width: 10px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    background: url(/cs-skins/grey-crimson/images/sprite.png) -490px -12px no-repeat;
    margin: 0 3px
}
.box-breadcrumbs a:first-child:before {
    display: none
}
.brands-bar {
    background: url(/cs-skins/grey-crimson/images/silk.png) 50% -30px no-repeat;
    padding-top: 23px;
    margin-bottom: 6px
}
.brands-bar .container {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    behavior: url(/cs-js/PIE.htc);
    background: #d6d0df;
    background: -moz-linear-gradient(top, #d6d0df 0, #dbd6e3 7%, #fcfbfc 45%, #fcfbfc 49%, #d6d0df 50%, #dbd6e3 58%, #fcfbfc 90%, #fcfbfc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d6d0df), color-stop(7%, #dbd6e3), color-stop(45%, #fcfbfc), color-stop(49%, #fcfbfc), color-stop(50%, #d6d0df), color-stop(58%, #dbd6e3), color-stop(90%, #fcfbfc), color-stop(100%, #fcfbfc));
    background: -webkit-linear-gradient(top, #d6d0df 0, #dbd6e3 7%, #fcfbfc 45%, #fcfbfc 49%, #d6d0df 50%, #dbd6e3 58%, #fcfbfc 90%, #fcfbfc 100%);
    background: -o-linear-gradient(top, #d6d0df 0, #dbd6e3 7%, #fcfbfc 45%, #fcfbfc 49%, #d6d0df 50%, #dbd6e3 58%, #fcfbfc 90%, #fcfbfc 100%);
    background: -ms-linear-gradient(top, #d6d0df 0, #dbd6e3 7%, #fcfbfc 45%, #fcfbfc 49%, #d6d0df 50%, #dbd6e3 58%, #fcfbfc 90%, #fcfbfc 100%);
    background: linear-gradient(to bottom, #d6d0df 0, #dbd6e3 7%, #fcfbfc 45%, #fcfbfc 49%, #d6d0df 50%, #dbd6e3 58%, #fcfbfc 90%, #fcfbfc 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#d6d0df', endColorstr='#fcfbfc', GradientType=0)
}
.brands-bar .brands-slider {
    width: 782px;
    float: left
}
.brands-bar .gws-logo {
    width: 64px;
    height: 64px;
    display: inline-block;
    background: url(/cs-skins/grey-crimson/images/sprite.png) -288px 0 no-repeat;
    float: left;
    margin: 18px 22px
}
@media only screen and (min-width: 320px) {
    .brands-bar .gws-logo {
        display: none
    }
    .brands-bar .brands-slider {
        width: 197px;
        float: none
    }
}
@media only screen and (min-width: 768px) {
    .brands-bar .gws-logo {
        display: block;
        margin: 18px 13px
    }
    .brands-bar .brands-slider {
        float: left;
        width: 587px
    }
}
@media only screen and (min-width: 1000px) {
    .brands-bar .brands-slider {
        width: 782px
    }
    .brands-bar .gws-logo {
        margin: 18px 22px
    }
}
.brands-list {
    height: 100px;
    overflow: hidden;
    float: left
}
.brands-list a {
    display: block;
    height: 50px;
    width: 130px;
    position: relative
}
.brands-list a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    background: #e3e3e3;
    height: 50px;
    z-index: 1
}
.brands-list a img {
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 130px;
    max-height: 40px
}
.brands-list a:first-child:after {
    content: "";
    width: 128px;
    height: 5px;
    background: #2c0867;
    position: absolute;
    bottom: -2.5px;
    z-index: 1;
    margin-left: 3px
}
.brands-list a:hover img {
    -webkit-filter: none;
    filter: none
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
    .brands-list {
        width: 260px;
        margin-left: 30px
    }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
    .brands-list a {
        width: 97px
    }
    .brands-list a img {
        max-width: 97px
    }
    .brands-list a:first-child:after {
        width: 95px
    }
}
.left-column {
    width: 220px;
    float: left
}
.left-column .left-banners>* {
    margin-bottom: 14px
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
    .left-column {
        width: 310px;
        margin-left: 5px
    }
}
.middle-column {
    width: 779px;
    margin-left: 1px;
    float: left
}
@media only screen and (min-width: 320px) and (max-width: 1100px) {
    .middle-column {
        width: 100%;
        margin-left: 0
    }
}
.box-menu a {
    max-width: 100%
}
.box-menu.vertical {
    margin-bottom: 14px;
    width: auto;
    position: relative;
    z-index: 99
}
.box-menu.vertical .main-navigation-trigger {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    behavior: url(/cs-js/PIE.htc);
    background-color: #6841a6;
    color: #fff;
    text-decoration: none;
    padding-left: 25px;
    font-size: 14px;
    line-height: 42px
}
.box-menu.vertical .main-navigation-trigger .icon {
    float: right;
    margin-top: 5px
}
@media only screen and (min-width: 320px) {
    .box-menu.vertical .main-navigation-trigger {
        width: 285px
    }
}
@media only screen and (min-width: 768px) {
    .box-menu.vertical .main-navigation-trigger {
        width: 202px
    }
}
.box-menu.vertical .main-navigation {
    position: absolute;
    display: none;
    background-color: #fff;
    box-shadow: 0 0 2.34px .66px rgba(74, 26, 151, .5)
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
    .box-menu.vertical .main-navigation {
        margin-left: 10px;
        width: 298px
    }
    .box-menu.vertical .main-navigation .level-1>.subcats {
        width: auto
    }
}
@media only screen and (min-width: 1000px) {
    .box-menu.vertical .main-navigation {
        position: static;
        display: block
    }
}
.box-menu.vertical .level-1 {
    border-bottom: 2px solid #ccb06c;
    padding: 12px 9px;
    margin: 0 14px
}
.box-menu.vertical .level-1:last-child {
    border-bottom: none
}
.box-menu.vertical .level-1 a {
    color: #4a1a97;
    font: 700 15px/18px 'Open Sans', sans-serif;
    text-decoration: none
}
.box-menu.vertical .level-1>.subcats {
    display: block;
    position: static;
    margin-top: 6px;
    width: 220px;
    margin-left: -23px
}
@media only screen and (min-width: 1000px) {
    .box-menu.vertical .level-1 {
        margin: 0;
        padding: 12px 25px;
        border-bottom: none
    }
    .box-menu.vertical .level-1>.subcats {
        margin-left: -25px
    }
    .box-menu.vertical .level-1:after {
        content: '';
        display: block;
        width: 153px;
        height: 0;
        border-bottom: 2px solid #ccb06c
    }
    .box-menu.vertical .level-1:last-child:after {
        display: none
    }
    .box-menu.vertical .level-1.cid-4087 {
        background: url(/cs-skins/grey-crimson/images/background-violet.png) top center no-repeat
    }
    .box-menu.vertical .level-1.cid-4095 {
        background: url(/cs-skins/grey-crimson/images/background-gold.png) top center no-repeat
    }
}
.box-menu.vertical .level-2:before {
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    top: 0;
    z-index: 1;
    margin: 0 18px;
    box-sizing: border-box;
    width: 84%;
    background: #dcd8f3;
    background: -webkit-linear-gradient(left, #dcd8f3 0, #fbfbfb 100%);
    background: -moz-linear-gradient(left, #dcd8f3 0, #fbfbfb 100%);
    background: -ms-linear-gradient(left, #dcd8f3 0, #fbfbfb 100%);
    background: -o-linear-gradient(left, #dcd8f3 0, #fbfbfb 100%);
    background: linear-gradient(left, #dcd8f3 0, #fbfbfb 100%);
    behavior: url(/cs-js/PIE.htc)
}
.box-menu.vertical .level-2 a {
    font: 400 12px/28px 'Open Sans', sans-serif;
    display: block;
    text-decoration: none;
    text-indent: 23px
}
.box-menu.vertical .level-2 a:hover {
    background: #f4efdb;
    position: relative
}
.box-menu.vertical .level-2 a:hover:before {
    content: "";
    position: absolute;
    left: -4px;
    top: 3px;
    width: 26px;
    height: 26px;
    display: inline-block;
    background: url(/cs-skins/grey-crimson/images/sprite.png) -358px -3px no-repeat
}
.box-menu.vertical .level-2 ul {
    border: 2px solid #721dbb;
    border-width: 2px 0;
    background-color: #f8f1df;
    padding: 15px 0
}
.box-menu.vertical .level-2>div {
    position: static;
    margin: 0 15px
}
.box-menu.vertical .level-2.has-children>a:after {
    content: '';
    float: right;
    width: 10px;
    height: 10px;
    display: inline-block;
    background: url(/cs-skins/grey-crimson/images/sprite.png) -490px -43px no-repeat;
    vertical-align: middle;
    margin-top: 9px;
    margin-right: 17px
}
.box-menu.vertical .level-2:hover>div {
    display: none
}
.box-menu.vertical .level-3 a {
    padding: 0 15px;
    display: block;
    text-indent: 0
}
.box-menu.vertical .level-3 a:hover {
    background-color: transparent;
    color: #b38d3e
}
.box-menu.vertical .level-3 a:hover:before {
    display: none
}
.box-menu.vertical .events {
    display: block;
    margin-bottom: 15px;
    position: relative
}
.box-menu.vertical .events:after {
    content: '';
    display: block;
    width: 12px;
    height: 25px;
    background: url(/cs-skins/grey-crimson/images/sprite.png) -458px -35px no-repeat;
    position: absolute;
    top: -2px;
    right: -9px
}
.box-menu.vertical .events.img:after {
    display: none
}
.homepage-promo {
    margin: 0 auto 20px -9px;
    max-width: 108%!important;
    box-shadow: 0 1px 4px 0 rgba(35, 31, 32, .75)
}
.homepage-promo .bx-viewport {
    box-shadow: none;
    border: none;
    left: 0
}
.homepage-promo .bx-next,
.homepage-promo .bx-prev {
    background-image: url(/cs-skins/grey-crimson/images/sprite.png);
    background-color: #180952
}
.homepage-promo .bx-next:hover,
.homepage-promo .bx-prev:hover {
    background-color: #f2e7c6
}
.homepage-promo .bx-next {
    right: 0;
    background-position: -128px 0;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    behavior: url(/cs-js/PIE.htc)
}
.homepage-promo .bx-next:hover {
    background-position: -384px -32px
}
.homepage-promo .bx-prev {
    left: 0;
    background-position: -128px -32px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    behavior: url(/cs-js/PIE.htc)
}
.homepage-promo .bx-prev:hover {
    background-position: -416px -32px
}
.homepage-promo .bx-pager.bx-default-pager a {
    background: #4d08a3;
    border: 2px solid #edd28d;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    behavior: url(/cs-js/PIE.htc)
}
.homepage-promo .bx-pager.bx-default-pager a.active {
    background-color: #3e0e65
}
.homepage-promo .bx-pager {
    bottom: -13px
}
.category-promo {
    margin: 0 auto 40px;
    background: url(/cs-skins/grey-crimson/images/slider_bg.jpg) center center;
    padding: 7px
}
.category-promo .bx-viewport {
    box-shadow: none;
    border: none;
    left: 0
}
.category-promo .bx-controls-direction a,
.category-promo .bx-next,
.category-promo .bx-prev {
    background-image: url(/cs-skins/grey-crimson/images/sprite.png);
    width: 36px;
    height: 36px;
    display: inline-block
}
.category-promo .bx-next {
    right: 10px;
    background-position: -302px -78px
}
.category-promo .bx-next:hover {
    background-position: -366px -78px
}
.category-promo .bx-prev {
    left: 10px;
    background-position: -174px -78px
}
.category-promo .bx-prev:hover {
    background-position: -238px -78px
}
.category-promo .bx-pager.bx-default-pager a {
    background: #999384
}
.category-promo .bx-pager.bx-default-pager a.active {
    background-color: #4b4840
}
@media only screen and (min-width: 768px) {
    .category-promo {
        width: 752px
    }
}
.home-boxes {
    max-width: 724px;
    margin: 0 auto;
    align: center;
}
.home-boxes>* {
    width: 355px;
    margin: 3.5px;
    display: block;
    float: left;
    cursor: pointer;
    text-decoration: none;
    color: #f5ece1;
    font-weight: 300;
    font-size: 14px
}
.home-boxes>* h3 {
    font-weight: 300;
    font-size: 22px;
    color: #f5ece1
}
.home-boxes>* .picture {
    display: block;
    float: left;
    width: 138px;
    position: relative;
    height: 177px
}
.home-boxes>* .picture img {
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 138px;
    max-height: 177px
}
.home-boxes .buton {
    background-color: #703cdb;
    font-weight: bold;
    font-size: 20px;
    height: 60px;
    vertical-align: middle;
    padding-top: 10px;
}
.home-boxes a {
    background-color: #703cdb;
}
.home-boxes .buton-center {
    margin-left: 185px;
    background-color: #703cdb;
    font-weight: bold;
    font-size: 20px;
    height: 60px;
    vertical-align: middle;
    padding-top: 10px;
}
.home-boxes>:hover {
    text-decoration: none;
    color: inherit;
    background: url(/cs-skins/grey-crimson/images/box_hoverbg.jpg) center center
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
    .home-boxes>* {
        margin: 3.5px 5px;
        width: 310px;
        height: 155px
    }
    .home-boxes>* h3 {
        font-size: 19px
    }
}
.home-boxes .box-1 {
    background-color: #3e0e66
}
.home-boxes .box-2 {
    background-color: #721dbb
}
.home-boxes .box-3 {
    background-color: #983fe3
}
.home-boxes .box-4 {
    background-color: #9f4ce5
}
.home-boxes.md .box-1 {
    background-color: #230050
}
.home-boxes.md .box-2 {
    background-color: #461496
}
.home-boxes.md .box-3 {
    background-color: #703cdb
}
.home-boxes.md .box-4 {
    background-color: #9b73ff
}
.home-boxes.md>* {
    color: #f7ebb0;
    font-size: 16px;
    box-sizing: border-box;
    padding-right: 30px
}
.home-boxes.md>.produse {
    height: 246px
}
.home-boxes.md>.produse .picture {
    width: 355px;
    height: 246px
}
.home-boxes.md>.produse .picture img {
    max-width: 355px;
    max-height: 246px
}
.home-boxes.md>.produse h3,
.home-boxes.md>.produse p {
    display: none
}
.testimonials-row {
    *zoom: 1
}
.testimonials-row:after,
.testimonials-row:before {
    content: "";
    display: table
}
.testimonials-row:after {
    clear: both
}
.testimonials-row h2 {
    text-transform: uppercase;
    color: #83690d;
    margin: 25px 0;
    font: 600 16px/18px 'Open Sans', sans-serif
}
.testimonials-row h2 a {
    color: #721dbb;
    text-decoration: none
}
.testimonials-row .testimonial {
    color: #f3f3f3;
    position: relative;
    background: #1f0048;
    width: 255px;
    height: 224px;
    box-sizing: border-box;
    padding-top: 5px;
    font-weight: 300;
    float: left;
    margin-right: 6px;
    margin-bottom: 6px
}
.testimonials-row .testimonial:last-child {
    margin-right: 0
}
.testimonials-row .testimonial .icon {
    position: absolute;
    bottom: 0;
    right: 9px;
    padding-left: 0
}
.testimonials-row .testimonial .picture {
    display: block;
    width: 255px;
    height: 145px;
    position: relative;
    margin-bottom: 10px
}
.testimonials-row .testimonial .picture img {
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 255px;
    max-height: 145px
}
.testimonials-row .testimonial img {
    margin-bottom: 11px
}
.testimonials-row .testimonial i {
    font-size: 13px;
    padding-left: 16px
}
.testimonials-row .testimonial i.name {
    height: 1.7em;
    display: block;
    overflow: hidden
}
.testimonials-row .testimonial p {
    margin: 0;
    font-size: 16px;
    padding-left: 16px
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
    .testimonials-row {
        text-align: center
    }
    .testimonials-row .testimonial,
    .testimonials-row .testimonial:last-child {
        float: none;
        margin: 5px auto
    }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
    .testimonials-row .testimonial {
        width: 250px
    }
}
.article-kid {
    float: left;
    background: #721dbb;
    width: 388px;
    height: 170px;
    padding: 7px;
    margin: 0 3px 3px 0;
    box-sizing: border-box;
    color: #f8e9a0;
    font: 400 12px/14px 'Open Sans', sans-serif
}
.article-kid .wrapper {
    border: 1px solid #b68bcc
}
.article-kid .wrapper>div {
    margin-left: 6px;
    width: 190px
}
.article-kid .pic {
    display: block;
    position: relative;
    width: 150px;
    height: 147px;
    margin: 4px
}
.article-kid .pic img {
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 150px;
    max-height: 147px
}
.article-kid a {
    color: #f8e9a0;
    text-decoration: none
}
.article-kid h3 {
    font: 500 14px/23px 'Open Sans', sans-serif;
    margin-top: 10px;
    margin-bottom: 15px
}
.article-kid:hover {
    background: url(/cs-skins/grey-crimson/images/ca_bg.jpg) center center;
    color: #9a7d3e
}
.article-kid:hover .wrapper {
    border-color: #d0c39a
}
.article-kid:hover a {
    color: #15074d
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
    .article-kid {
        margin: 0 0 3px 5px;
        width: 310px;
        height: 144px
    }
    .article-kid .pic {
        width: 120px;
        height: 120px
    }
    .article-kid .pic img {
        display: block;
        margin: auto;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        max-width: 120px;
        max-height: 120px
    }
    .article-kid h3 {
        font-size: 16px
    }
    .article-kid p {
        height: 44px;
        overflow: hidden
    }
    .article-kid .wrapper>div {
        width: 155px
    }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
    .article-kid {
        width: 380px
    }
}
.testimoniale .article-kid {
    background: 0 0;
    width: 100%;
    color: #15074d
}
.testimoniale .article-kid a {
    color: #15074d
}
.testimoniale .article-kid .wrapper {
    border: none
}
.testimoniale .article-kid:hover {
    background: 0 0
}
.testimoniale .article-kid .pic {
    border: 1px solid #b68bcc;
    background: #fff
}
.artile-content,
.category-description {
    *zoom: 1;
    font: 400 13px/20px 'Open Sans', sans-serif;
    color: #817650;
    margin: 1em 0
}
.artile-content:after,
.artile-content:before,
.category-description:after,
.category-description:before {
    content: "";
    display: table
}
.artile-content:after,
.category-description:after {
    clear: both
}
.page-article h1 {
    text-transform: uppercase;
    color: #9a7d3e;
    font: 400 22px/24px 'Open Sans', sans-serif;
    margin-top: 0
}
.page-brand h1,
.page-brands h1,
.page-category h1,
.page-feature h1,
.page-features h1,
.page-rfq h1,
.page-search h1,
.page-special_product h1 {
    font: 400 22px/14px 'Open Sans', sans-serif;
    color: #9a7d3e;
    margin-bottom: 20px;
    text-transform: uppercase
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
    .page-brand h1,
    .page-brands h1,
    .page-category h1,
    .page-feature h1,
    .page-features h1,
    .page-rfq h1,
    .page-search h1,
    .page-special_product h1 {
        font-size: 15px
    }
}
.page-brand .RightBanners,
.page-brands .RightBanners,
.page-category .RightBanners,
.page-feature .RightBanners,
.page-features .RightBanners,
.page-rfq .RightBanners,
.page-search .RightBanners,
.page-special_product .RightBanners {
    float: left
}
.page-brand .RightBanners a,
.page-brands .RightBanners a,
.page-category .RightBanners a,
.page-feature .RightBanners a,
.page-features .RightBanners a,
.page-rfq .RightBanners a,
.page-search .RightBanners a,
.page-special_product .RightBanners a {
    margin: 4px 3px;
    display: inline-block
}
.category-read-more {
    background: #461595;
    color: #fff;
    padding: 2px 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    behavior: url(/cs-js/PIE.htc);
    margin-bottom: 20px
}
.category-read-more:hover {
    text-decoration: none;
    color: #fff;
    background: #310f68
}
p.prezentare {
    font: 400 16px/24px 'Open Sans', sans-serif;
    max-width: 726px;
    margin: 20px auto;
    text-align: center;
    color: #8c570c;
    position: relative
}
p.prezentare .read-more {
    color: #1f0048;
    font-weight: 600;
    font-size: 15px;
    font-style: italic;
    display: block;
    background: url(/cs-skins/grey-crimson/images/rm_p_bg.png) center center no-repeat;
    line-height: 33px;
    text-decoration: none;
    margin-top: 10px
}
p.prezentare:after,
p.prezentare:before {
    content: "";
    background: #d8ac52;
    height: 1px;
    margin: 0 auto;
    display: block
}
p.prezentare:before {
    width: 494px;
    margin-bottom: 14px
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
    p.prezentare:before {
        width: 310px
    }
}
p.prezentare:after {
    width: 190px;
    margin-top: 14px
}
.brand-box {
    *zoom: 1;
    border: 1px solid #a49272;
    color: #1f0048;
    font: 400 12px/21px 'Open Sans', sans-serif;
    position: relative;
    width: 250px;
    margin: 4px;
    height: 235px;
    float: left
}
.brand-box:after,
.brand-box:before {
    content: "";
    display: table
}
.brand-box:after {
    clear: both
}
.brand-box .picture {
    display: block;
    position: relative;
    width: 248px;
    height: 150px
}
.brand-box .picture img {
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 248px;
    max-height: 150px
}
.brand-box h2 {
    margin-top: 0;
    font: 600 18px 'Open Sans', sans-serif;
    padding: .3em 1em
}
.brand-box h2 a {
    color: inherit;
    text-decoration: none
}
.brand-box:hover {
    box-shadow: 0 0 9px rgba(153, 152, 152, .5)
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
    .brand-box {
        margin: 2px auto;
        float: none
    }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
    .brand-box {
        margin: 2px
    }
}
.products-list {
    *zoom: 1
    margin: -10px;
}
.products-list:after,
.products-list:before {
    content: "";
    display: table
}
.products-list:after {
    clear: both
}
.product-box {
    *zoom: 1;
    border: 1px solid #a49272;
    margin-bottom: 20px;
    color: #1f0048;
    font: 400 12px/21px 'Open Sans', sans-serif;
    position: relative
}
.product-box:after,
.product-box:before {
    content: "";
    display: table
}
.product-box:after {
    clear: both
}
@media only screen and (min-width: 768px) {
    .product-box {
        width: 360px;
        float: left;
        margin: 10px;
        height: 400px
    }
    .product-box .picture {
        float: none;
        margin: 0 auto
    }
}
.product-box .picture {
    display: block;
    position: relative;
    width: 247px;
    height: 224px
}
.product-box .picture img {
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 247px;
    max-height: 224px
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
    .product-box .picture {
        width: 318px
    }
    .product-box .picture img {
        max-width: 318px
    }
}
.product-box .picture .promo {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    right: auto;
    bottom: auto
}
.product-box .picture .isaPromoDisc {
    position: absolute;
    font: 700 17px/50px 'Open Sans', sans-serif;
    color: #fff;
    text-align: center;
    width: 50px;
    height: 50px;
    display: inline-block;
    background: #6841a6;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    behavior: url(/cs-js/PIE.htc);
    top: 0;
    right: 10px
}
.product-box .details {
    padding: 30px;
    max-width: 475px
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
    .product-box .details {
        max-width: 458px
    }
}
.product-box h2 {
    margin: 0;
    font: 600 18px 'Open Sans', sans-serif;
    height: 4em;
    overflow: hidden
}
.product-box h2 a {
    color: inherit;
    text-decoration: none
}
.product-box .product-quantity {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    position: static;
    margin-left: auto
}
.product-box a.AddToCart,
.product-box a.read-more {
    font: 600 13px 'Open Sans', sans-serif;
    text-shadow: 0 0 5px rgba(103, 94, 94, .68);
    color: #f9f6d7;
    text-align: center;
    padding: 10px 20px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    behavior: url(/cs-js/PIE.htc);
    background-color: #491a96;
    text-decoration: none
}
.product-box p {
    display: none
}
.product-box .price {
    font-size: 1.3em
}
.product-box .price-old {
    text-decoration: line-through;
    font-size: 1em;
    color: #a9a9a9
}
.product-box .price-text {
    font-size: 1em;
    max-width: 130px;
    line-height: 10px;
    font-weight: 600
}
.product-box .clear {
    display: block
}
.product-box select.product-variant {
    position: relative;
    margin: -3px 8px 0;
    padding: 3px;
    width: 146px
}
.product-box:hover {
    box-shadow: 0 0 9px rgba(153, 152, 152, .5)
}
.product-box.three-in-row .details {
    box-sizing: border-box;
    width: 100%
}
.product-box.three-in-row .product-quantity {
    width: 80px;
    line-height: 20px;
    margin-right: -31px;
    margin-top: -24px;
    float: right
}
.product-box.three-in-row .product-quantity .arrow-up {
    margin-top: 1px
}
.product-box.three-in-row .product-quantity .arrow-down {
    margin-top: 25px
}
@media only screen and (min-width: 768px) {
    .product-box.three-in-row {
        width: 248px;
        margin: 10px 3px
    }
    .product-box.three-in-row .details>p {
        display: none
    }
    .product-box.three-in-row select {
        float: none!important;
        position: absolute
    }
    .product-box.three-in-row .price,
    .product-box.three-in-row .price-old {
        display: inline-block
    }
}
@media only screen and (min-width: 1000px) {
    .product-box.three-in-row {
        margin: 10px 5px
    }
}
.type-service .product-box {
    width: auto;
    float: none;
    background-color: transparent;
    height: auto
}
.type-service .product-box .picture {
    display: none
}
.type-service .product-box .read-more {
    position: absolute;
    right: 7px;
    top: 6px;
    width: 147px;
    height: 48px;
    line-height: 48px
}
.type-service .product-box .details {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 17px
}
.type-service .product-box h2 {
    margin-top: 1px;
    max-width: 480px;
    margin-bottom: 0
}
.type-service .product-box p {
    display: none
}
.type-service .product-box .price {
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 170px
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
    .type-service .product-box .read-more {
        position: static;
        margin-left: 20px
    }
    .type-service .product-box .price {
        position: static
    }
}
.box-smallmenu {
    background-color: #fff;
    box-shadow: 0 0 2.34px .66px rgba(74, 26, 151, .5);
    padding: 16px;
    position: relative;
    font: 400 12px/15px 'Open Sans', sans-serif;
    color: #4a1a97;
    margin-bottom: 8px
}
.box-smallmenu a {
    color: inherit;
    text-decoration: none;
    display: block;
    padding: 7px 0
}
.box-smallmenu .wrapper {
    border: 2px solid #ccb06c;
    border-width: 2px 0;
    padding: 10px
}
.box-smallmenu .depth-1 {
    font-size: 16px
}
.box-smallmenu .depth-2.selected {
    background: #6841a6;
    position: relative;
    color: #fff;
    width: 203px;
    margin-left: -26px;
    text-indent: 26px
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
    .box-smallmenu .depth-2.selected {
        width: 310px
    }
}
.box-smallmenu .depth-2.selected:before {
    content: "";
    position: absolute;
    left: -4px;
    top: 3px;
    width: 26px;
    height: 26px;
    display: inline-block;
    background: url(/cs-skins/grey-crimson/images/sprite.png) -358px -3px no-repeat
}
.page-product .middle-column {
    width: 99%;
    margin-left: 0
}
@media only screen and (min-width: 1000px) {
    .page-product .box-menu.vertical .main-navigation-trigger {
        display: block!important;
        width: 180px;
        position: absolute;
        top: -64px
    }
    .page-product .box-menu.vertical .main-navigation {
        display: none;
        position: absolute;
        top: -21px;
        width: 204px
    }
    .page-product .box-breadcrumbs {
        padding-left: 220px;
        box-sizing: border-box;
        width: 98%;
        padding-bottom: 16px
    }
    .page-product .left-column {
        width: 220px;
        float: none;
        position: relative
    }
}
.page-product h1 {
    font-weight: 400;
    font-size: 20px;
    color: #4a1a97
}
.page-product .code {
    font: 400 12px/26px 'Open Sans', sans-serif;
    color: #71706f
}
.page-product .variantName {
    display: block;
    font: 400 16px/26px 'Open Sans', sans-serif;
    color: #71706f
}
.page-product .detaliiProd select {
    font: 400 16px/26px 'Open Sans', sans-serif;
    color: #71706f;
    border-radius: 3px;
    padding: 4px 15px;
    width: 269px
}
@media only screen and (min-width: 768px) {
    .page-product .three-in-row {
        margin: 10px 35px
    }
}
.ProductBigPicture {
    float: left;
    text-align: center;
    margin-bottom: 30px
}
@media only screen and (min-width: 320px) {
    .ProductBigPicture {
        width: 100%
    }
}
@media only screen and (min-width: 768px) {
    .ProductBigPicture {
        width: 317px;
        box-sizing: border-box
    }
}
@media only screen and (min-width: 1000px) {
    .ProductBigPicture {
        width: 458px
    }
}
.ProductBigPicture .Pic {
    display: block;
    position: relative
}
.ProductBigPicture .Pic img {
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 458px;
    max-height: 387px
}
@media only screen and (min-width: 320px) {
    .ProductBigPicture .Pic {
        width: 290px;
        height: 245px
    }
    .ProductBigPicture .Pic img {
        max-width: 290px;
        max-height: 245px
    }
}
@media only screen and (min-width: 768px) {
    .ProductBigPicture .Pic {
        width: 317px;
        height: 268px
    }
    .ProductBigPicture .Pic img {
        max-width: 317px;
        max-height: 268px
    }
}
@media only screen and (min-width: 1000px) {
    .ProductBigPicture .Pic {
        width: 458px;
        height: 387px
    }
    .ProductBigPicture .Pic img {
        max-width: 458px;
        max-height: 387px
    }
}
.ProductBigPicture .discount-big {
    position: absolute;
    font: 700 24px/78px 'Open Sans', sans-serif;
    color: #fff;
    width: 78px;
    height: 78px;
    display: inline-block;
    background: #6841a6;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    behavior: url(/cs-js/PIE.htc);
    top: 0;
    left: 19px
}
@media only screen and (min-width: 320px) and (max-width: 1100px) {
    .ProductBigPicture .discount-big {
        width: 50px;
        height: 50px;
        display: inline-block;
        line-height: 50px;
        font-size: 17px
    }
}
.ProductBigPicture .Pic img.promo-big {
    position: absolute;
    top: 0;
    right: 10px;
    margin: 0;
    bottom: auto;
    left: auto
}
.product-right {
    float: left;
    min-width: 310px
}
@media only screen and (min-width: 768px) {
    .product-right {
        width: 422px;
        margin-left: 10px
    }
}
@media only screen and (min-width: 1000px) {
    .product-right {
        width: 500px
    }
}
.product-right .price {
    font: 600 29px/26px 'Open Sans', sans-serif;
    color: #4a1a97;
    text-align: right
}
.product-right .price-old {
    text-decoration: line-through;
    color: #a49272;
    font-weight: 400;
    font-size: 17px;
    clear: left
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
    .product-right .price {
        text-align: left;
        float: left
    }
}
.product-right a.AddToCart,
.product-right a.ask4info {
    display: inline-block;
    float: right;
    font: 600 15px/61px 'Open Sans', sans-serif;
    text-decoration: none;
    margin-top: 24px;
    background: url(/cs-skins/grey-crimson/images/ca_bg.jpg) center center no-repeat;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    behavior: url(/cs-js/PIE.htc);
    text-align: center;
    padding: 0 20px;
    border: 1px solid #c5b26d;
    color: #6841a6;
    text-shadow: none;
    line-height: 45px
}
.product-right a.AddToCart .icon,
.product-right a.ask4info .icon {
    margin: 0 16px 0 5px
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
    .product-right a.AddToCart,
    .product-right a.ask4info {
        background-image: none;
        background-color: #ec9d02;
        border-radius: 4px;
        text-align: center;
        padding: 0;
        display: block;
        float: none;
        box-shadow: 0 1px 5px rgba(103, 94, 94, .68);
        margin-bottom: 20px
    }
    .product-right a.AddToCart .icon,
    .product-right a.ask4info .icon {
        margin: 0 5px
    }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
    .product-right a.AddToCart,
    .product-right a.ask4info {
        margin-top: -30px
    }
}
@media only screen and (min-width: 768px) {
    .product-right .ask4info {
        width: 188px;
        text-align: center;
        text-indent: 0;
        padding: 0;
        margin: 0
    }
}
.product-right .rating {
    top: 0;
    margin: 0;
    text-align: right;
    height: 36px
}
.product-right .rating .rate {
    display: inline-block;
    height: 32px;
    width: 150px;
    background: url(/cs-skins/grey-crimson/images/sprite.png) -1000px -10000px no-repeat
}
.product-right .rating .rate-5 {
    background-position: -224px -128px
}
.product-right .rating .rate-4 {
    background-position: -255px -128px
}
.product-right .rating .rate-3 {
    background-position: -285px -128px
}
.product-right .rating .rate-2 {
    background-position: -316px -128px
}
.product-right .rating .rate-1 {
    background-position: -346px -128px
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
    .product-right .rating {
        text-align: left
    }
}
@media only screen and (min-width: 1000px) {
    .product-right .rating {
        display: none
    }
}
.product-right .param-list {
    margin: 0;
    padding: 0;
    font: 600 12px/26px 'Open Sans', sans-serif;
    color: #484545
}
@media only screen and (min-width: 1000px) {
    .rating.just-on-desktop {
        display: inline-block!important;
        vertical-align: middle;
        margin-right: 15px
    }
}
#tabs {
    *zoom: 1
}
#tabs:after,
#tabs:before {
    content: "";
    display: table
}
#tabs:after {
    clear: both
}
#tabs ul {
    margin: 0;
    padding: 0
}
#tabs li {
    background: #fff;
    border: 1px solid #ccb06c;
    list-style-type: none;
    font: 400 14px/32px 'Open Sans', sans-serif;
    color: #6c696f;
    text-transform: uppercase;
    text-align: center;
    margin: 3px 1px;
    cursor: pointer;
    float: left;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    behavior: url(/cs-js/PIE.htc);
    width: 194px
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
    #tabs li {
        width: 47%;
        margin: 1%
    }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
    #tabs li {
        width: 144px;
        margin: 3px 2px
    }
}
#tabs li span {
    display: block
}
#tabs li.currenttab {
    background: #d7b376;
    color: #2a1644
}
#tabscontent,
.CommercialText {
    font: 400 13px/24px 'Open Sans', sans-serif;
    color: #6c696f;
    padding: 10px
}
#tabscontent .ReviewName,
.CommercialText .ReviewName {
    font-weight: 700
}
#tabscontent .ReviewComment,
.CommercialText .ReviewComment {
    display: block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e6d9b8
}
#tabscontent .ReviewDate,
.CommercialText .ReviewDate {
    font-size: .7em
}
#tabscontent input,
.CommercialText input {
    max-width: 100%
}
#tabscontent .rating,
.CommercialText .rating {
    top: 0;
    margin: -5px 0 0;
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    width: 118px;
    background: url(/cs-skins/grey-crimson/images/sprite.png) -1000px -10000px no-repeat
}
#tabscontent .rating-5,
.CommercialText .rating-5 {
    background-position: -227px -166px
}
#tabscontent .rating-4,
.CommercialText .rating-4 {
    background-position: -250px -166px
}
#tabscontent .rating-3,
.CommercialText .rating-3 {
    background-position: -275px -166px
}
#tabscontent .rating-2,
.CommercialText .rating-2 {
    background-position: -296px -166px
}
#tabscontent .rating-1,
.CommercialText .rating-1 {
    background-position: -320px -166px
}
.row {
    *zoom: 1;
    margin: 5px 0
}
.row:after,
.row:before {
    content: "";
    display: table
}
.row:after {
    clear: both
}
.row>label {
    float: left;
    width: 240px;
    padding: .3em 0
}
.row .input-group {
    float: left;
    width: 300px
}
.row .input-group label {
    display: block
}
.row .input-group.inline label {
    float: left;
    min-width: 60px
}
.row input[type=password],
.row input[type=text],
.row select,
.row textarea {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    behavior: url(/cs-js/PIE.htc);
    resize: none;
    border: 1px solid #ccb06c;
    outline: 0;
    padding: .3em 1em;
    width: 260px
}
.row button {
    background: #461595;
    color: #fff;
    padding: 2px 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    behavior: url(/cs-js/PIE.htc);
    border: 1px solid #1c083c
}
.row button+button {
    margin-left: 5px
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
    .row #imgr {
        margin-bottom: 10px
    }
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
    .row.col-6 {
        width: 100%
    }
}
.socialPromote {
    height: 23px
}
.page-error h1 {
    line-height: normal;
    font-weight: 400
}
.page-error .e404 {
    font-size: 150px;
    line-height: normal;
    text-align: center;
    font-weight: 700;
    color: #ccb06c;
    text-shadow: 0 0 3px #766029
}
.page-error .Search .box-search {
    margin: 20px auto;
    float: none;
    position: relative;
    width: 162px
}
.page-error .Search .box-search input {
    display: inline;
    height: 27px;
    margin-right: 0;
    line-height: 27px;
    padding: 0 6px;
    border: 0;
    width: 119px;
    font: 400 12px 'Open Sans', sans-serif;
    color: #696867
}
.page-error .Search .box-search button {
    margin: 0
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
    .page-error .Search .box-search {
        width: 158px
    }
}
@media only screen and (min-width: 1000px) {
    .page-error .Search .box-search {
        width: 158px
    }
}
/* Ad�ug�m stil pentru link-ul de resetare parol� */
.reset-password-link {
    color: #0066cc;
    text-decoration: underline;
    cursor: pointer;
}
.reset-password-link:hover {
    color: #004080;
    text-decoration: none;
}

/* Defini?ii pentru checkbox ?i radio buttons */
.checkbox,
.radio {
    width: 12px;
    height: 12px;
    padding: 0 5px 0 0;
    background: url(/cs-skins/grey-crimson/images/sprite.png) no-repeat;
    display: block;
    float: left;
    position: relative;
    top: 2px;
}

.checkbox {
    background-position: -522px -42px;
}

.radio {
    background-position: -490px -42px;
}

/* St�ri pentru checkbox ?i radio c�nd sunt selectate */
input[type="checkbox"]:checked + .checkbox,
input[type="checkbox"].styled:checked + .checkbox {
    background-position: -554px -42px !important;
}

input[type="radio"]:checked + .radio,
input[type="radio"].styled:checked + .radio {
    background-position: -522px -42px !important;
}

/* Stiluri pentru elementele cu clasa 'styled' - ascundem input-ul */
input[type="checkbox"].styled,
input[type="radio"].styled {
    position: absolute;
    left: -9999px;
    opacity: 0;
}

/* Stiluri specifice pentru .box-filters */
.box-filters .checkbox {
    background-position: -522px -42px;
    margin-top: 1px;
}

.box-filters .selected .checkbox {
    background-position: -554px -42px;
}
.align-center,
.page-error .middle-column {
    text-align: center
}
img.left {
    margin: 10px 10px 10px 0
}
img.right {
    margin: 10px 0 10px 10px
}
.contentspeed {
    display: inline-block;
    padding-left: 10px;
    -webkit-border-radius: 7px 7px 0 0;
    -moz-border-radius: 7px 7px 0 0;
    border-radius: 7px 7px 0 0;
    behavior: url(/cs-js/PIE.htc);
    background: #17062e;
    margin-top: 15px;
    text-decoration: none
}
.contentspeed:hover .icon {
    background-position: 0 -32px
}
.footer-links a {
    display: inline-block;
    margin: 0 5px
}
.footer-links a:first-child {
    margin-left: 0
}
.footer {
    font: 400 12px/26px 'Open Sans', sans-serif;
    color: #dedede
}
.footer a {
    color: inherit
}
.footer a.facebook,
.footer a.gplus,
.footer a.twitter,
.footer a.youtube {
    width: 32px;
    height: 32px;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    behavior: url(/cs-js/PIE.htc);
    background-color: #e8e4d0;
    margin-right: 10px
}
.footer a.facebook:hover i {
    background-position: -32px -32px
}
.footer a.twitter:hover i {
    background-position: -64px -32px
}
.footer a.gplus:hover i {
    background-position: -96px -32px
}
.footer a.youtube:hover i {
    background-position: -416px -96px
}
.footer .col {
    float: left;
    width: 365px
}
.footer .col.last {
    width: 262px
}
.footer .col li {
    width: 48%
}
.footer .col p.align-right {
    text-align: right;
    font-size: 14px;
    font-weight: 300;
    width: 260px
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
    .footer .col {
        width: 310px
    }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
    .footer .col {
        width: 50%;
        margin-bottom: 20px
    }
    .footer .col .box {
        width: 50%;
        float: left
    }
    .footer .col.last {
        width: 100%
    }
    .footer .col p.align-right {
        text-align: left;
        width: auto
    }
    .footer .col input {
        width: 240px
    }
}
.footer form button.success {
    background: #d1b26f;
    font-weight: 300;
    font-size: 11px;
    color: #fff;
    border: none;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    behavior: url(/cs-js/PIE.htc)
}
.footer form input {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    behavior: url(/cs-js/PIE.htc);
    border: none;
    padding: 6px 10px 7px;
    vertical-align: middle;
    width: 170px
}
.footer h2,
.footer h3 {
    font: 300 18px/18px 'Open Sans', sans-serif
}
.footer h2 a,
.footer h3 a {
    text-decoration: none
}
.footer h2 {
    font-size: 24px
}
.footer .catgroup {
    border-bottom: 1px solid #452371;
    margin-right: 20px;
    margin-bottom: 10px
}
.footer .tel {
    margin-bottom: 42px;
    float: left
}
.box-newsletter-popup {
    color: #333
}
.box-newsletter-popup .section-title {
    text-transform: uppercase;
    color: #452371
}
.page-checkout h2 {
    text-transform: uppercase;
    font-weight: 400;
    color: #452371
}
.page-checkout .middle-column {
    width: 100%
}
.page-checkout section.register {
    margin-left: 5%
}
.page-checkout section.login,
.page-checkout section.register {
    float: left;
    width: 45%
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
    .page-checkout section.login,
    .page-checkout section.register {
        width: 100%;
        margin-left: 0
    }
    .page-checkout section.login h2,
    .page-checkout section.register h2 {
        cursor: pointer
    }
    .page-checkout section.login.is-closed form,
    .page-checkout section.register.is-closed form {
        display: none
    }
}
.Subtitle {
    font-weight: 600;
    font-size: 1.2em;
    margin: .35em 0
}
.page-cart h1 {
    text-transform: uppercase;
    font-weight: 400
}
.page-cart .middle-column {
    width: 100%;
    margin: 0;
    padding: 0 1em;
    box-sizing: border-box
}
.page-cart .EmptyCart {
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight: 600
}
.page-cart fieldset {
    border: none;
    margin: 0;
    padding: 0
}
.page-cart .voucher {
    display: none
}
.page-cart h2 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.4em
}
#loginFormBox {
    margin: 20px 0
}
#incheiecomanda {
    font-size: 1.4em;
    padding: 10px 20px
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
    .box-cart-popup .row button {
        width: 100%;
        margin: 10px 0 0
    }
}
#changeCartForm {
    overflow-x: auto
}
.cart-table {
    width: 100%;
    min-width: 590px
}
.cart-table thead {
    border-bottom: 1px solid #e3cf96;
    padding-bottom: 5px
}
.cart-table tfoot {
    border-top: 1px solid #e3cf96;
    padding-top: 5px
}
.cart-table th {
    font-weight: 600;
    text-transform: uppercase
}
.cart-table td {
    padding: 4px 0
}
.cart-table .remove {
    width: 30px
}
.cart-table .image {
    width: 40px;
    padding: 0 5px
}
.cart-table .image a {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: relative
}
.cart-table .image a img {
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 40px;
    max-height: 40px
}
.cart-table .produs {
    text-align: left
}
.cart-table .quantity {
    width: 40px
}
.cart-table .quantity input {
    border: 1px solid #ccb06c;
    width: 100%;
    text-align: center
}
.cart-table .price,
.cart-table .total-price {
    width: 120px;
    text-align: right;
    font-weight: 600
}
.cart-table .GrandTotal,
.cart-table .Total {
    text-align: right;
    font-weight: 600
}
.cart-table .GrandTotal div,
.cart-table .Total div {
    text-align: left
}
.cart-table .GrandTotal.big,
.cart-table .Total.big {
    font-size: 1.15em
}
.catimg {
    margin: 0 10px 10px 5px;
    width: 77px
}
.checkbox,
.radio {
    width: 12px;
    height: 12px;
    padding: 0 5px 0 0;
    background: url(/cs-skins/grey-crimson/images/sprite.png) no-repeat;
    display: block;
    cursor: pointer;
    float: left;
    position: relative;
    top: 2px
}
.radio {
    background: url(/cs-skins/grey-crimson/images/sprite.png) no-repeat
}
.product-quantity {
    font: 600 15px/61px 'Open Sans', sans-serif
}
.product-quantity input {
    font: inherit;
    line-height: normal;
    padding: 10px;
    text-align: center;
    width: 40px
}
.product-quantity .arrow-down,
.product-quantity .arrow-up {
    width: 15px;
    height: 18px;
    position: absolute;
    margin-left: -15px;
    background: url(/cs-skins/grey-crimson/images/sprite.png) -1000px -1000px no-repeat
}
.product-quantity .arrow-up {
    background-position: -489px -72px;
    margin-top: 9px
}
.product-quantity .arrow-down {
    background-position: -488px -39px;
    margin-top: 33px
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
    .product-quantity {
        margin-top: -58px;
        margin-right: 177px
    }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
    .product-quantity {
        margin-top: -96px
    }
}
@media only screen and (min-width: 1000px) {
    .product-quantity {
        position: absolute;
        margin-top: 17px;
        margin-left: 173px
    }
}
.brandInProdus {
    position: absolute;
    margin-top: 13px;
    width: 70px;
    height: 70px;
    display: inline-block
}
.brandInProdus img {
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 70px;
    max-height: 70px
}
.bundle-big,
.product-bundle {
    border: 1px solid #a49272;
    color: #1f0048;
    font: 400 12px/21px 'Open Sans', sans-serif;
    position: relative;
    padding: 10px 20px;
    margin: 0 15px 20px 0;
    *zoom: 1
}
.bundle-big a,
.product-bundle a {
    text-decoration: none
}
.bundle-big:after,
.bundle-big:before,
.product-bundle:after,
.product-bundle:before {
    content: "";
    display: table
}
.bundle-big:after,
.product-bundle:after {
    clear: both
}
.bundle-big:hover,
.product-bundle:hover {
    box-shadow: 0 0 9px rgba(153, 152, 152, .5)
}
.bundle-big .price,
.product-bundle .price {
    font-size: 1.3em
}
.bundle-big .price-old,
.product-bundle .price-old {
    text-decoration: line-through;
    font-size: .9em;
    font-weight: 600
}
.bundle-big .price.you-save,
.product-bundle .price.you-save {
    font-size: .9em
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
    .bundle-big .price.you-save,
    .product-bundle .price.you-save {
        float: none
    }
}
.bundle-big a.AddToCart,
.product-bundle a.AddToCart {
    font: 600 13px/48px 'Open Sans', sans-serif;
    text-shadow: 0 0 5px rgba(103, 94, 94, .68);
    color: #f9f6d7;
    text-align: center;
    width: 147px;
    height: 48px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    behavior: url(/cs-js/PIE.htc);
    background-color: #491a96;
    text-decoration: none
}
.product-bundle .price {
    font-size: 1em;
    margin: 0
}
.product-bundle h3 {
    margin-bottom: 0
}
.product-bundle p {
    margin-top: 0
}
.product-bundle a.AddToCart {
    line-height: 24px;
    width: auto;
    padding: 0 15px;
    height: auto
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
    .page-bundle.page-product .bundle-save {
        margin-bottom: 20px
    }
    .page-bundle.page-product a.AddToCart {
        margin-top: -9px
    }
}
.box-filters {
    position: relative
}
.box-filters .section-title {
    text-transform: uppercase;
    border: 1px solid #2a0f56;
    font-weight: 400;
    color: #fff;
    background: #4a1a97;
    cursor: pointer;
    font-size: 16px;
    padding: 3px 10px;
    text-align: center;
    float: right
}
.box-filters .content {
    position: absolute;
    z-index: 1;
    background: #f8f1de;
    right: 0;
    border: 1px solid #2a0f56;
    top: 41px;
    display: none
}
.box-filters .content ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}
.box-filters .content ul>li {
    display: block
}
.box-filters .content ul a {
    padding: 3px 10px
}
.box-filters .filter-title {
    color: #4a1a97;
    margin: 0;
    padding: 3px 10px;
    font: 700 15px/18px 'Open Sans', sans-serif
}
.box-filters .filter-remove {
    display: block
}
.box-filters .checkbox {
    background-position: -522px -42px;
    margin-top: 1px
}
.box-filters .selected .checkbox {
    background-position: -554px -42px
}
.Thumbnails {
    *zoom: 1
}
.Thumbnails:after,
.Thumbnails:before {
    content: "";
    display: table
}
.Thumbnails:after {
    clear: both
}
.linkSmallThumbnail {
    width: 60px;
    height: 60px;
    display: inline-block;
    position: relative
}
.linkSmallThumbnail img {
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 60px;
    max-height: 60px
}
.page-search h1 {
    line-height: 22px
}
@media only screen and (min-width: 768px) {
    .page-category .RightBanners {
        margin-left: 0px
    }
}
@media only screen and (min-width: 1000px) {
    .page-category .RightBanners {
        margin-left: 0px
    }
}