body {
    min-width: 978px
}

.index-right {
    width: 212px
}

.index-left {
    float: left;
    width: 750px
}

.product-info-header {
    margin: 20px 0
}

[data-url] {
    cursor: pointer
}

.page-select {
    position: fixed;
    z-index: 300
}

.page-select li {
    float: left;
    display: block
}

.page-select li a {
    color: #fff;
    background: #C4161C;
    display: block;
    margin: 0 5px;
    padding: 2px 6px;
    text-decoration: none
}

.page-select li a.active, .page-select li a:hover {
    background: green
}

.calc-factions {
    margin-top: 20px
}

.cart *, .order-list *, .product-gallery *, .product-info *, .recommended-item, textarea {
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important
}

.calc-widget a {
    margin: 0;
    text-decoration: none
}

.cart {
    -webkit-backface-visibility: hidden;
    position: fixed;
    top: 380px;
    right: 0;
    z-index: 1029;
    background: #C4161C;
    color: #fff;
    border: 0;
    border-radius: 5px;
    width: 390px;
    transition: all 250ms ease-in;
    transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%)
}

.cart.hidden {
    transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%)
}

.cart.active {
    transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0)
}

.cart .inner {
    padding: 0;
    padding-bottom: 85px;
    margin: 2px;
    background: #fff;
    border-radius: 3px;
    color: #444;
    min-height: 150px;
    font-family: LatoLight, Arial, sans-serif;
    height: 100%;
    font-size: 15px;
    position: relative
}

.cart .actions {
    background: #fff;
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
    border-top: 2px solid #c4161c
}

.cart .actions .cart-href {
    text-decoration: none;
    color: #C4161C;
    font-family: LatoLight, Arial, sans-serif;
    font-size: 16px;
    float: right;
    margin-right: 10px
}

.cart .actions .cart-href:hover {
    text-decoration: underline
}

.cart .actions .cart-href.left {
    float: left;
    margin-left: 10px
}

.cart-total {
    width: 100%;
    font-family: LatoLight, Arial, sans-serif;
    font-size: 20px;
    line-height: 20px;
    border-bottom: 2px solid #c4161c;
    border-bottom: 2px solid #c4161c;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #222;
    text-align: right;
    float: left;
    margin-bottom: 7px
}

.realize-total {
    border-top: 1px solid #c4161c;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px
}

.cart-total p {
    margin: 0;
    margin-bottom: 5px
}

.cart-total p:first-child {
    margin-bottom: 10px
}

.cart-total .product-total {
    font-size: 27px
}

.cart header {
    color: #444;
    font-size: 25px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-top: 10px;
    border-bottom: 2px solid #c4161c;
    font-family: LatoLight, Arial, sans-serif
}

.cart .product-cart-price {
    font-family: LatoBold, Arial, sans-serif;
    color: #C4161C;
    text-align: right;
    display: inline
}

.cart .toggle-cart {
    cursor: pointer;
    position: absolute;
    left: -70px;
    top: 113px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .75);
    display: block;
    font: 600 22px/1.2em LatoLight, sans-serif;
    color: #fff;
    text-decoration: none;
    vertical-align: central;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background: #c4161c;
    padding: 10px;
    border-radius: 4px 4px 0 0;
    -webkit-backface-visibility: hidden
}

.calc-widget {
    z-index: 9999;
    position: fixed;
    top: 350px;
    right: -67px;
    vertical-align: middle;
    background-repeat: no-repeat;
    text-decoration: none;
    display: none;
    backface-visibility: hidden
}
.calc-widget a {
    font: 600 22px/1.2em LatoLight, sans-serif;
    backface-visibility: hidden;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .75);
    color: #fff;
    padding: 10px;
    display: block;
    border-radius: 4px 4px 0 0;
    vertical-align: central;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    padding-right: 50px;
    background: url(img/calcb.png) no-repeat scroll 134px 14px #C4161C
}

.cart .in-cart-list {
    padding: 12px 10px
}

.cart .in-cart-list li {
    border-bottom: 1px solid #ddd;
    display: block;
    width: 100%;
    position: relative;
    padding: 9px 0;
    padding-left: 50px;
    padding-right: 8px
}

.cart .in-cart-list li img {
    position: absolute;
    top: 3px;
    bottom: 0;
    left: 0
}

.cart .in-cart-list li:last-child {
    border-bottom: 0
}

.cart-remove {
    font-size: 20px;
    text-decoration: none;
    color: #C4161C;
    line-height: 1
}

.product-info p {
    margin: 0
}

.product-box {
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    width: 25%;
    float: left;
    position: relative;
    cursor: pointer;
    padding: 0 10px 5px;
    margin-bottom: 20px;
    overflow: hidden
}

.product-box img {
    max-width: 100%
}

.product-box .product-title {
    font-size: 16px;
    margin: 0;
    line-height: 21px
}

.product-box .product-price, .recommended-item .product-price {
    background: #C4161C;
    background: rgba(196, 22, 28, .8);
    padding: 8px 6px;
    color: #fff;
    line-height: 1;
    display: block;
    position: relative;
    text-align: center;
    float: left;
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 16px
}
.product-box .product-price .oldprice {

    display: block;
    position: absolute;
    top: -29px;
    width: 100%;
    left: 0px;
    background: #C4161C;
    background: rgba(196, 22, 28, .8);
    padding: 8px 0;
    font-size: 80%;
    text-decoration: line-through;
}
.product-info-box .oldprice {
    font-size: 70%;
    text-decoration: line-through;
}

.product-box:hover .product-title a {
    color: #C4161C
}

.product-box .product-title a {
    color: #222;
    text-decoration: none;
    transition: all 250ms ease-in
}

.product-box .product-image {
    position: relative;
    text-align: center
}

.product-box .product-image img, .recommended-item img {
    vertical-align: bottom;
    -webkit-backface-visibility: hidden
}

.product-box .product-cart-add, .recommended-item .product-cart-add {
    float: left;
    background: #C4161C;
    background: rgba(196, 22, 28, .8);
    text-decoration: none;
    padding: 8px 6px;
    color: #fff;
    line-height: 1;
    display: block;
    text-align: center;
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 16px;
    width: 85px;
}

.product-box .product-cart-add:hover, .recommended-item .product-cart-add:hover {
    background: #ab1302
}

.product-box:hover .product-infobar, .recommended-item:hover .product-infobar {
    transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0)
}

.recommended-item {
    position: relative;
    overflow: hidden
}

.product-box .product-infobar, .recommended-item .product-infobar {
    transition: all 250ms ease-in;
    position: absolute;
    top: 155px;
    left: 0;
    transform: translateX(-97px);
    -ms-transform: translateX(-97px);
    -webkit-transform: translateX(-97px)
}

.recommended-item .product-infobar {
    top: 143px
}

.realize-left, .realize-right {
    float: left;
    width: 50%;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.realize-right {
    padding-right: 0;
    padding-left: 10px;
    position: relative
}

.realize-right-wrapp.fixed {
    position: fixed;
    top: 0
}

.realize-right-wrapp.fixed.bot {
    position: fixed;
    top: auto;
    bottom: 0
}

.form-left {
    float: left;
    width: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.form-left:first-child {
    padding-right: 15px
}

.form-left:nth-child(2) {
    padding-left: 15px
}

.cart-button, .form-submit {
    background: #C4161C;
    padding: 6px 10px;
    display: block;
    color: #fff;
    font-family: LatoLight, Arial, sans-serif;
    font-size: 22px;
    text-align: center;
    border: 4px solid #c4161c;
    cursor: pointer;
    border-radius: 6px;
    text-decoration: none;
    transition: all 200ms ease-in;
    -webkit-appearance: none
}

.cbox {
    float: left;
    cursor: pointer;
    width: 220px;
    position: relative;
    margin-right: 16px;
    border: 1px solid #ccc;
    transition: all 200ms ease-in
}

.cbox.clearbo {
    border: 0
}

.cbox .link {
    position: absolute;
    bottom: 10px;
    transition: all 200ms ease-in;
    left: 0;
    right: 0;
    background: #C4161C;
    background: rgba(196, 22, 28, .7);
    text-decoration: none;
    padding: .5em .4em;
    color: #fff;
    line-height: 1;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    min-height: 32px;
    font-family: LatoBold, arial, sans-serif;
    text-shadow: 0 0 1px rgba(0, 0, 0, .8);
    font-size: 16px;
    font-weight: 300
}

.cbox.lh .link {
    line-height: 32px
}

.cbox:hover {
    border-color: #AB1302
}

.cbox:hover .link {
    background: #AB1302
}

.cbox img {
    vertical-align: bottom
}

.box-wrapper {
    margin-top: 40px !important;
    margin-bottom: 40px !important
}

.calc-finish-actions .cbox:last-child {
    margin-right: 0
}

.cart-button.small {
    width: 180px;
    margin: 10px 0;
    font-size: 20px;
    float: right
}

.cart-button.small2{
    margin-right: 15px;
}
.cart-button:hover, .form-submit:hover {
    background: 0 0;
    color: #C4161C
}

.form-radio {
    font-family: LatoLight, Arial, sans-serif;
    font-size: 18px;
    font-weight: 300
}

.form-h4 {
    margin-bottom: 12px
}

.form-actions {
    margin: 20px 0
}

.order-list {
    padding: 12px 10px
}

.in-cart-table td {
    position: relative;
    font-family: LatoLight, Arial, sans-serif
}

.cart-page {
    border: 1px solid #ccc;
    width: 100%;
    margin-top: 30px
}

.order-list li img {
    position: absolute;
    top: 3px;
    bottom: 0;
    left: 0
}

.order-list li:last-child {
    border-bottom: 0
}

.order-list .cart-remove {
    position: absolute;
    right: 0;
    top: 12px;
    font-size: 16px;
    text-decoration: none;
    color: #C4161C;
    line-height: 1
}

.product-cart-price {
    color: #c4161c;
    font-family: LatoRegular, Arial, sans-serif
}

.modal {
    border: 1px solid #ccc;
    background: #fff;
    width: 40%;
    position: fixed;
    z-index: 1000;
    left: 50%;
    margin: 200px 0 200px -20%;
    font-size: 22px
}

.modal h1 {
    font-size: 40px
}

.modal .inner .label {
    margin: 0;
    text-align: center
}

.modal .inner .close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 22px;
    line-height: 1;
    display: block;
    cursor: pointer;
    color: #AA142D
}

.modal .inner {
    margin: 12px 16px;
    padding: 8px;
    position: relative
}

.form-error {
    color: #C4161C
}

input.form-error {
    border-color: #C4161C
}

.order-form input[type=text] {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 700
}

.alert > p, .alert > ul {
    margin-bottom: 0
}

.alert > p + p {
    margin-top: 5px
}

.alert-dismissable {
    padding-right: 35px
}

.alert-dismissable .close {
    position: relative;
    top: -2px;
    color: inherit
}

.alert-success {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #356635
}

.alert-info {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #2d6987
}

.alert-warning {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #fbeed5
}

.alert-warning hr {
    border-top-color: #f8e5be
}

.alert-warning .alert-link {
    color: #a47e3c
}

.alert-danger {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7
}

.alert-danger hr {
    border-top-color: #e6c1c7
}

.alert-danger .alert-link {
    color: #953b39
}

.cart-table {
    border-collapse: collapse;
    width: 100%
}

.cart-table td, .cart-table th {
    padding: 0;
    border: 1px solid #ccc;
    vertical-align: middle
}

.cart-table img {
    vertical-align: bottom
}

.cart-table .cart-table-thumb {
    text-align: center
}

.cart-table .cart-table-price, .cart-table .cart-table-quantity, .cart-table .cart-table-title {
    padding: 0 10px
}

.cart-table .cart-table-remove {
    text-align: center;
    padding: 0 15px
}

.cart-table .cart-table-remove a {
    font-size: 22px;
    text-decoration: none;
    color: #C4161C;
    line-height: 1
}

.in-cart-table {
    width: 100%
}

.in-cart-table tr:last-child td {
    border-bottom: 0
}

.in-cart-table td {
    vertical-align: middle;
    border-bottom: 1px solid #ddd;
    padding: 3px 4px
}
.in-cart-table tr.sum td {
    border-bottom: 0;
}

.in-cart-table tr.sum + tr td {
    text-align: right;
}

.in-cart-table td img {
    vertical-align: bottom
}

.in-cart-table td.cart-href {
    padding: 3px 0
}
.in-cart-table td.cart-table-quantity form {
    margin-bottom: 0;
}

.in-cart-table td.cart-table-quantity input {
    margin-bottom: 0;
    width: 30px;
    display: inline-block;
}
.in-cart-table td.cart-table-quantity span.product-cart-price {
    padding:  0 10px;
    display: inline-block;
}
.in-cart-table td.cart-table-quantity span.product-cart-price:last-child {
    padding-right: 0;
}


.in-cart-table td.cart-href a {
    text-decoration: none;
    display: block;
    font-size: 14px;
    color: #222;
    line-height: 17px
}

.in-cart-table td.cart-href a:hover {
    text-decoration: underline
}

.in-cart-table .cart-table-thumb {
    text-align: left;
    vertical-align: bottom
}

.in-cart-table .cart-table-price {
    width: 80px;
    padding-left: 0;
    padding-right: 0
}

.product-title {
    font-size: 36px;
    line-height: 42px
}

.product-info {
    float: left;
    width: 600px
}

.product-info p {
    margin-bottom: 5px
}

.product-info-box {
    padding-bottom: 5px
}

.product-info-box h3 {
    float: left;
    width: 300px;
    line-height: 42px
}

.product-info-box .cart-button {
    margin: 0
}

.product-gallery {
    width: 378px;
    float: right
}

#right_buttons {
    padding-left: 15px;
    width: 363px;
    float: right;
    clear: right;
}
#right_buttons .cart-button.small{
    float: right;
    font-size: 18px;
    width:auto;
    float: right;
    line-height: 22px;
}
#right_buttons input.cart-button.small{
    float:left;
    box-shadow: none;
    -webkit-box-shadow: none
}
#right_buttons a.cart-button.small{
    font-weight: 900;
}
#right_buttons label {
    float: left;
}

.product-gallery-item {
    width: 180px;
    margin-left: 9px;
    float: left;
    margin-bottom: 9px;
}
.product-gallery-item img {
    max-width: 100%;
}

.product-gallery-main {
    text-align: center
}

.recommended-item {
    float: left;
    width: 20%
}

.recommended-item img {
    vertical-align: bottom;
    max-width: 100%
}

.recommended-item {
    padding: 0 5px;
    margin-bottom: 5px;
    color: #C4161C;
    font-size: 15px;
    line-height: 21px
}

.recommended-item a {
    transition: all 250ms ease-in;
    text-decoration: none;
    padding-top: .5em;
    color: #222
}

.recommended-item .product-price {
    color: #fff
}

.recommended-item:hover .product-cr {
    color: #C4161C
}

.nivo-lightbox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99998;
    width: 100%;
    height: 100%;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.nivo-lightbox-overlay.nivo-lightbox-open {
    visibility: visible;
    opacity: 1
}

.nivo-lightbox-wrap {
    position: absolute;
    top: 10%;
    bottom: 10%;
    left: 10%;
    right: 10%
}

.nivo-lightbox-content {
    width: 100%;
    height: 100%
}

.nivo-lightbox-title-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    text-align: center
}

.nivo-lightbox-nav {
    display: none
}

.nivo-lightbox-prev {
    position: absolute;
    top: 50%;
    left: 0
}

.nivo-lightbox-next {
    position: absolute;
    top: 50%;
    right: 0
}

.nivo-lightbox-close {
    position: absolute;
    top: 2%;
    right: 2%
}

.nivo-lightbox-image {
    text-align: center
}

.nivo-lightbox-image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    vertical-align: middle
}

.nivo-lightbox-content iframe {
    width: 100%;
    height: 100%
}

.nivo-lightbox-ajax {
    max-height: 100%;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.nivo-lightbox-error {
    display: table;
    text-align: center;
    width: 100%;
    height: 100%;
    color: #fff;
    text-shadow: 0 1px 1px #000
}

.nivo-lightbox-error p {
    display: table-cell;
    vertical-align: middle
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay {
    background: #666;
    background: rgba(0, 0, 0, .6)
}

.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading {
    background: url(loading.gif) no-repeat 50% 50%
}

.nivo-lightbox-theme-default .nivo-lightbox-nav {
    top: 10%;
    width: 8%;
    height: 80%;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    opacity: .5
}

.nivo-lightbox-theme-default .nivo-lightbox-nav:hover {
    opacity: 1;
    background-color: rgba(0, 0, 0, .5)
}

.nivo-lightbox-theme-default .nivo-lightbox-prev {
    background-image: url(img/prev.png);
    border-radius: 0 3px 3px 0
}

.nivo-lightbox-theme-default .nivo-lightbox-next {
    background-image: url(img/next.png);
    border-radius: 3px 0 0 3px
}

.nivo-lightbox-theme-default .nivo-lightbox-close {
    display: block;
    background: url(img/close.png) no-repeat 5px 5px;
    width: 16px;
    height: 16px;
    text-indent: -9999px;
    padding: 5px;
    opacity: .5
}

.nivo-lightbox-theme-default .nivo-lightbox-close:hover {
    opacity: 1
}

.nivo-lightbox-theme-default .nivo-lightbox-title-wrap {
    bottom: -7%
}

.nivo-lightbox-theme-default .nivo-lightbox-title {
    font: 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    background: #000;
    color: #fff;
    padding: 7px 15px;
    border-radius: 30px
}

.nivo-lightbox-theme-default .nivo-lightbox-image img {
    background: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .4);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .4)
}

.nivo-lightbox-theme-default .nivo-lightbox-ajax, .nivo-lightbox-theme-default .nivo-lightbox-inline {
    background: #fff;
    padding: 40px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .4);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .4)
}

@media (-webkit-min-device-pixel-ratio: 1.3),(-o-min-device-pixel-ratio: 2.6/2),(min--moz-device-pixel-ratio: 1.3),(min-device-pixel-ratio: 1.3),(min-resolution: 1.3dppx) {
    .nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading {
        background-image: url(loading@2x.gif);
        background-size: 32px 32px
    }

    .nivo-lightbox-theme-default .nivo-lightbox-prev {
        background-image: url(prev@2x.png);
        background-size: 48px 48px
    }

    .nivo-lightbox-theme-default .nivo-lightbox-next {
        background-image: url(next@2x.png);
        background-size: 48px 48px
    }

    .nivo-lightbox-theme-default .nivo-lightbox-close {
        background-image: url(close@2x.png);
        background-size: 16px 16px
    }
}

.nivo-lightbox-effect-fade, .nivo-lightbox-effect-fadeScale, .nivo-lightbox-effect-fall, .nivo-lightbox-effect-slideDown, .nivo-lightbox-effect-slideLeft, .nivo-lightbox-effect-slideRight, .nivo-lightbox-effect-slideUp {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.nivo-lightbox-effect-fadeScale .nivo-lightbox-wrap {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7)
}

.nivo-lightbox-effect-fadeScale.nivo-lightbox-open .nivo-lightbox-wrap {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap, .nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap, .nivo-lightbox-effect-slideRight .nivo-lightbox-wrap, .nivo-lightbox-effect-slideUp .nivo-lightbox-wrap {
    -webkit-transition: all .3s cubic-bezier(0.25, .5, .5, .9);
    -moz-transition: all .3s cubic-bezier(0.25, .5, .5, .9);
    -ms-transition: all .3s cubic-bezier(0.25, .5, .5, .9);
    -o-transition: all .3s cubic-bezier(0.25, .5, .5, .9);
    transition: all .3s cubic-bezier(0.25, .5, .5, .9)
}

.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap {
    -webkit-transform: translateX(-10%);
    -moz-transform: translateX(-10%);
    -ms-transform: translateX(-10%);
    transform: translateX(-10%)
}

.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap {
    -webkit-transform: translateX(10%);
    -moz-transform: translateX(10%);
    -ms-transform: translateX(10%);
    transform: translateX(10%)
}

.nivo-lightbox-effect-slideLeft.nivo-lightbox-open .nivo-lightbox-wrap, .nivo-lightbox-effect-slideRight.nivo-lightbox-open .nivo-lightbox-wrap {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
    -webkit-transform: translateY(-10%);
    -moz-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    transform: translateY(-10%)
}

.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap {
    -webkit-transform: translateY(10%);
    -moz-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%)
}

.nivo-lightbox-effect-slideDown.nivo-lightbox-open .nivo-lightbox-wrap, .nivo-lightbox-effect-slideUp.nivo-lightbox-open .nivo-lightbox-wrap {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.nivo-lightbox-body-effect-fall .nivo-lightbox-effect-fall {
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px
}

.nivo-lightbox-effect-fall .nivo-lightbox-wrap {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transform: translateZ(300px);
    -moz-transform: translateZ(300px);
    -ms-transform: translateZ(300px);
    transform: translateZ(300px)
}

.nivo-lightbox-effect-fall.nivo-lightbox-open .nivo-lightbox-wrap {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0)
}

.cart-empty ul {
    margin: 10px 0 10px 30px
}

.cart-empty ul li a {
    text-decoration: none;
    color: #C4161C
}

.form-invoice {
    display: none;
    margin-top: 20px
}

.tooltip {
    position: absolute;
    z-index: 1030;
    width: 120px;
    display: block;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: visible
}

.tooltip.in {
    opacity: .8;
    filter: alpha(opacity=80)
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-color: #000;
    border-width: 5px 5px 0
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-top-color: #000;
    border-width: 5px 5px 0
}

.tooltip.top-right .tooltip-arrow {
    right: 5px;
    bottom: 0;
    border-top-color: #000;
    border-width: 5px 5px 0
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-right-color: #000;
    border-width: 5px 5px 5px 0
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-left-color: #000;
    border-width: 5px 0 5px 5px
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-bottom-color: #000;
    border-width: 0 5px 5px
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-bottom-color: #000;
    border-width: 0 5px 5px
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-bottom-color: #000;
    border-width: 0 5px 5px
}

.cbox-row {
    margin-bottom: 40px
}

.calc-finish-actions .cart-button.left {
    float: left;
    width: auto;
    margin-right: 10px
}

.calc-finish-actions .cart-button {
    float: right;
    width: auto
}

.product-content {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 15px
}

.product-content table {
    width: 100% !important;
    border: 1px solid #ccc;
    border-right: 0;
    border-bottom: 0;
    font-family: 'Open Sans', Arial, sans-serif
}

.product-content table td {
    padding: 6px 3px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    vertical-align: middle
}

.product-content table tr td:first-child {
    text-align: left;
    border-right: 1px solid #ccc
}

.product-content {
    margin: 0 0 20px
}

.product-inst a {
    color: #222;
    text-decoration: none
}

.product-inst a:before {
    content: '>';
    padding: 0 .5em
}

.slider-content {
    border-radius: 4px;
    margin: 25px 0
}

.slider-content img {
    border-radius: 6px;
    vertical-align: bottom;
    border: 1px solid #ccc
}

.entry-sidebar {
    width: 336px;
    float: left
}

.entry-sidebar .cbox {
    float: right;
    position: relative;
    margin-bottom: 20px;
    margin-right: 0
}