#header .shopping_cart {
    position: relative;
    float: right;
}
#header .shopping_cart:hover a:first-child {
    color: #000;
}
#header .shopping_cart:hover a:first-child:before {
    color: #000;
}
.shopping_cart {
    width: 190px;
    font-family: Arial, Helvetica, sans-serif;
}
@media (max-width: 480px) {
    .shopping_cart {
        padding-top: 20px;
    }
}
.shopping_cart>a:first-child {
    padding: 11px 10px 11px 30px;
    display: block;
    font-weight: norma;
    color: #7b7b7b;
    overflow: hidden;
    background: none;
    font-size: 11px;
    line-height: 14px;
    text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 991px) {
    .shopping_cart>a:first-child span.ajax_cart_product_txt,
    .shopping_cart>a:first-child span.ajax_cart_product_txt_s {
        display: none!important;
    }
}
.shopping_cart>a:first-child b {
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 14px;
    font-weight: bold;
    padding-right: 5px;
}
.shopping_cart>a:first-child:before {
    content: "\f07a";
    font-family: "FontAwesome";
    display: inline-block;
    font-size: 23px;
    line-height: 23px;
    color: orange;
    padding-right: 15px;
    text-shadow: none;
}
.shopping_cart .ajax_cart_total {
    display: none!important;
}
.shopping_cart .block_cart_collapse:after {
    content: "\f0d8";
    padding: 4px 0 2px 0;
}
.cart_block .cart_block_list .remove_link {
    position: absolute;
    right: 10px;
    top: 19px;
}
.cart_block .cart_block_list .remove_link a,
.cart_block .cart_block_list .ajax_cart_block_remove_link {
    color: #777777;
    display: block;
    width: 100%;
    height: 100%;
}
.cart_block .cart_block_list .remove_link a:before,
.cart_block .cart_block_list .ajax_cart_block_remove_link:before {
    display: inline-block;
    content: "\f057";
    font-family: "FontAwesome";
    font-size: 18px;
    line-height: 18px;
}
.cart_block .cart_block_list .remove_link a:hover,
.cart_block .cart_block_list .ajax_cart_block_remove_link:hover {
    color: black;
}
.cart_block .cart-images {
    float: left;
    margin-right: 20px;
    padding: 9px;
    position: relative;
    background: white;
    padding: 4px;
}
.cart_block .cart-images img {
    max-width: 100%;
    height: auto;
}
.cart_block .cart-info {
    overflow: hidden;
    position: relative;
    padding-right: 20px;
}
.cart_block .cart-info .product-name {
    padding-bottom: 5px;
    margin-top: -4px;
}
.cart_block .cart-info .product-name a {
    font-size: 13px;
    line-height: 18px;
    display: inline-block;
}
.cart_block .cart-info .quantity-formated {
    display: inline-block;
    color: #9c9b9b;
    text-transform: uppercase;
    font-size: 10px;
    padding-right: 5px;
}
.cart_block .cart-info .quantity-formated .quantity {
    font-size: 15px;
}
.cart_block dt {
    font-weight: normal;
    overflow: hidden;
    padding: 20px 10px 16px 20px;
    position: relative;
}
.cart_block dd {
    position: relative;
}
.cart_block dd .cart_block_customizations {
    border-top: 1px dashed #333333;
}
.cart_block dd .cart_block_customizations li {
    padding: 10px 20px;
}
.cart_block dd .cart_block_customizations li .deleteCustomizableProduct {
    position: absolute;
    right: 10px;
}
.cart_block .cart_block_no_products {
    margin: 0;
    padding: 10px 20px;
}
.cart_block .cart-prices {
    border-top: 1px solid #d6d4d4;
    font-weight: bold;
    padding: 10px 20px 22px 20px;
}
.cart_block .cart-prices .cart-prices-line {
    overflow: hidden;
    border-bottom: 1px solid #515151;
    padding: 7px 0;
}
.cart_block .cart-prices .cart-prices-line.last-line {
    border: none;
}
.cart_block .cart-buttons {
    overflow: hidden;
    padding: 20px 20px 10px 20px;
    margin: 0;
    background: #f6f6f6;
}
.cart_block .cart-buttons .btn {
    margin-bottom: 10px;
}
#header .cart_block {
    position: absolute;
    top: 45px;
    right: 0;
    z-index: 100;
    display: none;
    height: auto;
    background: #484848;
    color: white;
    width: 270px;
}
#header .cart_block dl a {
    color: white;
}
#header .cart_block dl a:hover {
    color: #9c9b9b;
}
#header .cart_block .cart_block_list .remove_link a,
#header .cart_block .cart_block_list .ajax_cart_block_remove_link {
    color: white;
    outline: none;
    text-decoration: none;
}
#header .cart_block .cart_block_list .remove_link a:hover,
#header .cart_block .cart_block_list .ajax_cart_block_remove_link:hover {
    color: #9c9b9b;
}
#header .cart_block .price {
    color: white;
}
#header .cart_block dt {
    background: url(../../../img/cart-shadow.png) repeat-x;
}
#header .cart_block dt.first_item {
    background: none;
}
#header .cart_block .product-atributes {
    padding-bottom: 10px;
    font-size: 11px;
}
#header .cart_block .product-atributes a {
    color: #9c9b9b;
}
#header .cart_block .product-atributes a:hover {
    color: white;
}
#header .cart_block .cart-prices {
    border: none;
    background: url(../../../img/cart-shadow.png) repeat-x #3d3d3d;
}
#header .cart_block .cart-buttons {
    background: url(../../../img/cart-shadow.png) repeat-x #333333;
}
#header .block_content {
    margin-bottom: 0;
}
.cart_block #cart_block_summary,
.cart_block .title_block span,
#header .cart_block h4,
#header .cart_block .title_block,
#header .cart_block h4 {
    display: none;
}
.cart_block .cart_block_shipping_cost,
.cart_block .cart_block_tax_cost,
.cart_block .cart_block_total,
.cart_block .cart_block_wrapping_cost {
    float: right;
}
.cart_block table.vouchers {
    clear: both;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 10px;
}
.cart_block table.vouchers tr td {
    padding: 2px;
}
.cart_block table.vouchers tr td.quantity {
    margin-right: 5px;
    min-width: 18px;
}
.cart_block table.vouchers tr td.delete {
    padding-left: 0;
    padding-right: 0;
    text-align: right;
    width: 15px;
}
.layer_cart_overlay {
    background-color: #000;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 98;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=20);
    opacity: 0.2;
}
* html .layer_cart_overlay {
    position: absolute;
    left: 0;
    margin-left: -160px;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=20);
    opacity: 0.2;
}
#layer_cart {
    background-color: white;
    position: absolute;
    display: none;
    z-index: 99;
    width: 84%;
    margin-right: 8%;
    margin-left: 8%;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
#layer_cart .layer_cart_product {
    padding: 30px 30px 30px 30px;
    overflow: hidden;
    position: static;
}
#layer_cart .layer_cart_product h2 {
    font: 400 23px/29px Arial, Helvetica, sans-serif;
    color: #46a74e;
    margin: 0 0 22px;
    padding-right: 100px;
}
@media (max-width: 767px) {
    #layer_cart .layer_cart_product h2 {
        font-size: 18px;
        padding-right: 0;
        line-height: normal;
    }
}
#layer_cart .layer_cart_product h2 i {
    font-size: 30px;
    line-height: 30px;
    float: left;
    padding-right: 8px;
}
@media (max-width: 767px) {
    #layer_cart .layer_cart_product h2 i {
        font-size: 22px;
        line-height: 22px;
    }
}
#layer_cart .layer_cart_product .product-image-container {
    padding: 9px;
    position: relative;
    background: white;
    padding: 5px;
    float: left;
    max-width: 178px;
    margin-right: 30px;
}
@media (max-width: 480px) {
    #layer_cart .layer_cart_product .product-image-container {
        float: none;
        margin-right: 0;
        margin-bottom: 10px;
    }
}
#layer_cart .layer_cart_product .layer_cart_product_info {
    padding: 38px 0 0 0;
}
#layer_cart .layer_cart_product .layer_cart_product_info #layer_cart_product_title {
    display: block;
    padding-bottom: 8px;
}
#layer_cart .layer_cart_product .layer_cart_product_info>div {
    padding-bottom: 7px;
}
#layer_cart .layer_cart_product .layer_cart_product_info>div strong {
    padding-right: 3px;
}
#layer_cart .layer_cart_cart {
    background: #fafafa;
    border-left: 1px solid #d6d4d4;
    padding: 21px 30px 170px 30px;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0;
    border-radius: 0 4px 4px 0;
    position: relative;
}
@media (min-width: 1200px) {
    #layer_cart .layer_cart_cart {
        min-height: 318px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    #layer_cart .layer_cart_cart {
        min-height: 360px;
    }
}
@media (max-width: 991px) {
    #layer_cart .layer_cart_cart {
        border-left: none;
        border-top: 1px solid #d6d4d4;
    }
}
#layer_cart .layer_cart_cart h2 {
    font: 400 23px/29px Arial, Helvetica, sans-serif;
    color: #333333;
    border-bottom: 1px solid #d6d4d4;
    padding-bottom: 13px;
    margin: 0 0 17px;
}
@media (max-width: 767px) {
    #layer_cart .layer_cart_cart h2 {
        font-size: 18px;
    }
}
#layer_cart .layer_cart_cart .layer_cart_row {
    padding: 0 0 7px 0;
}
#layer_cart .layer_cart_cart .button-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 30px 20px 30px;
}
#layer_cart .layer_cart_cart .button-container .btn {
    margin-bottom: 10px;
}
#layer_cart .layer_cart_cart .button-container span.btn-md {
    margin-right: 5px;
}
#layer_cart .cross {
    position: absolute;
    right: 7px;
    top: 8px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    color: #333333;
    z-index: 2;
}
#layer_cart .cross:before {
    content: "\f057";
    display: block;
    font-family: "FontAwesome";
    font-size: 25px;
    line-height: 25px;
}
#layer_cart .cross:hover {
    color: black;
}
#layer_cart p {
    padding: 0;
}
#layer_cart .crossseling .crossseling-content {
    border-top: 1px solid #d6d4d4;
    padding: 26px 30px 40px 30px;
    position: relative;
}
#layer_cart .crossseling h2 {
    font: 400 23px/26px Arial, Helvetica, sans-serif;
    color: #333333;
    margin-bottom: 25px;
}
#layer_cart .crossseling #blockcart_list {
    max-width: 773px;
    width: 84%;
    margin: 0 auto;
    overflow: hidden;
}
#layer_cart .crossseling #blockcart_list ul {
    display: block;
}
#layer_cart .crossseling #blockcart_list ul li {
    float: left;
    width: 178px;
    margin: 0 0 0 0;
}
#layer_cart .crossseling #blockcart_list ul li .product-image-container {
    border: 1px solid #d6d4d4;
    text-align: center;
    padding: 5px;
    margin-bottom: 15px;
}
#layer_cart .crossseling #blockcart_list ul li .product-image-container img {
    width: 100%;
}
#layer_cart .crossseling #blockcart_list ul li .product-name {
    padding-bottom: 5px;
}
#layer_cart .crossseling #blockcart_list ul li .product-name a {
    font-size: 15px;
    line-height: 20px;
}
#layer_cart .crossseling #blockcart_list a.bx-prev,
#layer_cart .crossseling #blockcart_list a.bx-next {
    display: block;
    font-family: "FontAwesome";
    font-size: 20px;
    line-height: 20px;
    width: 20px;
    height: 20px;
    color: #333333;
    text-indent: -5000px;
    position: absolute;
    top: 45%;
    margin-top: -20px;
}
#layer_cart .crossseling #blockcart_list a.bx-prev:after,
#layer_cart .crossseling #blockcart_list a.bx-next:after {
    display: block;
    text-indent: 0;
}
#layer_cart .crossseling #blockcart_list a.bx-prev:hover,
#layer_cart .crossseling #blockcart_list a.bx-next:hover {
    color: #c0c0c0;
}
#layer_cart .crossseling #blockcart_list a.bx-prev.disabled,
#layer_cart .crossseling #blockcart_list a.bx-next.disabled {
    display: none;
}
#layer_cart .crossseling #blockcart_list a.bx-prev {
    left: 5%;
}
#layer_cart .crossseling #blockcart_list a.bx-prev:after {
    content: "\f137";
}
#layer_cart .crossseling #blockcart_list a.bx-next {
    right: 5%;
}
#layer_cart .crossseling #blockcart_list a.bx-next:after {
    content: "\f138";
}
#layer_cart .crossseling #blockcart_list .bx-controls {
    overflow: hidden;
}
#categories_block_top {
    clear: both;
    position: relative;
    top: 30px;
}
#categories_block_top .sf-menu {
    position: relative;
}
#categories_block_top .sf-menu>li {
    position: static;
}
#categories_block_top .sf-menu>li>ul {
    width: 100%;
    top: 60px;
    margin: 0 20px;
}
#categories_block_top .sf-menu>li>ul>li {
    display: block;
    float: left;
    width: 20%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
}
#categories_block_top .sf-menu>li>ul>.category_thumb {
    display: block;
    clear: both;
    overflow: hidden;
    width: 100%;
}
#categories_block_top .sf-menu>li>ul>.category_thumb img {
    display: inline-block;
    width: 33%;
}
#categories_block_top .sf-menu>li h4 a {
    font-size: 1.1em;
}
#categories_block_top .sf-menu>li h4 a:before {
    display: none;
}
#categories_block_top .sf-menu>li .main-level-submenus {
    position: relative;
    display: block!important;
    visibility: visible!important;
    top: 0;
    background: none;
    box-shadow: none;
    padding: 0;
    left: 0;
}
#categories_block_top .sf-menu .category_thumb {
    display: none;
}
#categories_block_left .block_content>ul {
    border-top: 1px solid #d6d4d4;
}
#categories_block_left li {
    position: relative;
}
#categories_block_left li a {
    font-weight: bold;
    color: #333333;
    display: block;
    font-size: 13px;
    line-height: 30px;
    padding: 0 30px 0 19px;
    border-bottom: 1px solid #d6d4d4;
}
#categories_block_left li span.grower {
    display: block;
    background: #f6f6f6;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    font-family: "FontAwesome";
    font-size: 14px;
}
#categories_block_left li span.grower.OPEN:before,
#categories_block_left li span.grower.CLOSE:before {
    content: "\f068";
    display: block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    color: #333333;
    line-height: 30px;
    text-align: center;
}
#categories_block_left li span.grower.CLOSE:before {
    content: "\f067";
    color: silver;
}
#categories_block_left li span.grower:hover+a,
#categories_block_left li a:hover,
#categories_block_left li a.selected {
    background: #f6f6f6;
}
#categories_block_left li li a {
    font-weight: normal;
    color: #777777;
}
#categories_block_left li li a:before {
    content: "\f105";
    font-family: "FontAwesome";
    line-height: 29px;
    padding-right: 8px;
}
.shop-phone {
    float: left;
    padding: 5px 0 10px;
}
@media (max-width: 767px) {
    .shop-phone {
        display: none;
    }
}
.shop-phone i {
    font-size: 21px;
    line-height: 21px;
    color: white;
    padding-right: 7px;
}
.shop-phone strong {
    color: white;
}
#contact-link {
    float: right;
    border-left: 1px solid #515151;
}
@media (max-width: 479px) {
    #contact-link {
        width: 25%;
        text-align: center;
    }
}
#contact-link a {
    display: block;
    color: white;
    font-weight: bold;
    padding: 8px 10px 11px 10px;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}
@media (max-width: 479px) {
    #contact-link a {
        font-size: 11px;
        padding-left: 5px;
        padding-right: 5px;
    }
}
#contact-link a:hover,
#contact-link a.active {
    background: #2b2b2b;
}
@media (max-width: 767px) {
    #contact_block {
        margin-bottom: 20px;
    }
}
#contact_block .label {
    display: none;
}
#contact_block .block_content {
    color: #888888;
}
#contact_block p {
    margin-bottom: 4px;
}
#contact_block p.tel {
    font: 400 17px/21px Arial, Helvetica, sans-serif;
    color: #333333;
    margin-bottom: 6px;
}
#contact_block p.tel i {
    font-size: 25px;
    vertical-align: -2px;
    padding-right: 10px;
}
#currencies-block-top {
    float: right;
    position: relative;
    padding-top: 2px;
    padding-bottom: 2px;
}
@media (max-width: 479px) {
    #currencies-block-top {
        /*width: 25%;*/
        width: 100%;
    }
}
#currencies-block-top span.firstWord {
    display: none;
}
#currencies-block-top div.current {
    font-weight: normal;
    padding: 3px 7px 3px 7px;
    color: #fff;
    text-shadow: none;
    cursor: pointer;
    background: #5e5e5e;
    max-height: 28px;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}
@media (max-width: 479px) {
    #currencies-block-top div.current {
        text-align: center;
        padding: 9px 5px 10px;
        font-size: 11px;
    }
}
#currencies-block-top div.current strong {
    color: #fff;
    font-weight: normal;
}
#currencies-block-top div.current:hover,
#currencies-block-top div.current.active {
    background: orange;
}
#currencies-block-top div.current:after {
    content: "\f0d7";
    font-family: "FontAwesome";
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    vertical-align: -2px;
    padding-left: 0px;
}
@media (max-width: 479px) {
    #currencies-block-top div.current:after {
        padding-left: 2px;
        font-size: 13px;
        line-height: 13px;
        vertical-align: 0;
    }
}
#currencies-block-top div.current.active:after {
    content: "\f0d8";
}
@media (max-width: 479px) {
    #currencies-block-top div.current .cur-label {
        display: none;
    }
}
#currencies-block-top ul {
    display: none;
    position: absolute;
    top: 32px;
    right: 0;
    width: 157px;
    background: #333333;
    z-index: 2;
}
#currencies-block-top ul li {
    color: white;
    line-height: 35px;
    font-size: 13px;
}
#currencies-block-top ul li a,
#currencies-block-top ul li>span {
    padding: 0 10px 0 12px;
    display: block;
    color: white;
}
#currencies-block-top ul li.selected,
#currencies-block-top ul li:hover a {
    background: #484848;
}
.facebook-fanbox {
    overflow-x: hidden;
}
#languages-block-top {
    float: right;
    position: relative;
    padding: 2px;
}
@media (max-width: 479px) {
    #languages-block-top {
        /*width: 25%;*/
    }
}
#languages-block-top span.firstWord {
    display: none;
}
#languages-block-top div.current {
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 8px 6px 8px 5px;
    color: #fff;
    cursor: pointer;
    background: #1c1c1c;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    height: 36px;
}
@media (max-width: 479px) {
    #languages-block-top div.current {
        text-align: center;
        padding: 9px 5px 10px;
        font-size: 11px;
    }
}
#languages-block-top div.current span {
    text-transform: capitalize;
    color: #fff;
}
#languages-block-top div.current strong {
    color: #fff;
}
#languages-block-top div.current:hover,
#languages-block-top div.current.active {
    background: orange;
}
#languages-block-top div.current:after {
    content: "\f0d7";
    font-family: "FontAwesome";
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    vertical-align: -2px;
    padding-left: 0px;
}
@media (max-width: 479px) {
    #languages-block-top div.current:after {
        padding-left: 2px;
        font-size: 13px;
        line-height: 13px;
        vertical-align: 0;
    }
}
#languages-block-top div.current.active:after {
    content: "\f0d8";
}
@media (max-width: 479px) {
    #languages-block-top div.current .cur-label {
        display: none;
    }
}
#languages-block-top ul {
    display: none;
    position: absolute;
    top: 45px;
    right: 0;
    width: 157px;
    background: #333333;
    z-index: 2;
}
#languages-block-top ul li {
    color: white;
    line-height: 35px;
    font-size: 13px;
}
#languages-block-top ul li a,
#languages-block-top ul li>span {
    padding: 0 10px 0 12px;
    display: block;
    color: white;
}
#languages-block-top ul li.selected,
#languages-block-top ul li:hover a {
    background: #484848;
}
#columns #newsletter_block_left .form-group {
    margin-bottom: 0;
}
#columns #newsletter_block_left .form-group .form-control {
    max-width: 222px;
    display: inline-block;
    margin-right: 6px;
}
@media (min-width: 768px) and (max-width: 1199px) {
    #columns #newsletter_block_left .form-group .form-control {
        margin-bottom: 10px;
        margin-right: 0;
    }
}
#columns #newsletter_block_left .success_inline,
#columns #newsletter_block_left .warning_inline {
    text-align: left;
    padding: 1px 0 0 0;
    margin-bottom: -19px;
}
#columns #newsletter_block_left .success_inline {
    color: #418B19;
}
#columns #newsletter_block_left .warning_inline {
    color: #f13340;
}
#footer #newsletter_block_left {
    overflow: hidden;
    width: 50%;
    float: left;
    padding: 13px 15px 7px 15px;
    margin-bottom: 0;
}
@media (max-width: 767px) {
    #footer #newsletter_block_left {
        width: 100%;
    }
}
#footer #newsletter_block_left h4 {
    background: none;
    float: left;
    padding: 7px 16px 5px 0;
    text-transform: none;
    font-size: 21px;
    line-height: 25px;
    border: none;
}
#footer #newsletter_block_left h4:after {
    display: none;
}
#footer #newsletter_block_left .block_content {
    overflow: hidden;
}
#footer #newsletter_block_left .form-group {
    margin-bottom: 0;
}
#footer #newsletter_block_left .form-group .form-control {
    height: 45px;
    line-height: 30px;
    max-width: 267px;
    background: #3c3c3c;
    border-color: #515151;
    color: white;
    padding: 5px 43px 5px 12px;
    display: inline-block;
    float: left;
}
#footer #newsletter_block_left .form-group .form-control:focus {
    -moz-box-shadow: black 0 0 0;
    -webkit-box-shadow: black 0 0 0;
    box-shadow: black 0 0 0;
}
#footer #newsletter_block_left .form-group .btn-sm {
    margin-left: -43px;
    border: none;
    background: none;
    text-align: center;
    color: #908f8f;
    padding: 8px;
}
#footer #newsletter_block_left .form-group .btn-sm:before {
    content: "\f138";
    font-family: "FontAwesome";
    font-size: 28px;
    line-height: 28px;
}
#footer #newsletter_block_left .form-group .btn-sm:hover {
    color: white!important;
}
#footer #newsletter_block_left .form-group .btn-sm span {
    display: none;
}
#footer #newsletter_block_left .warning_inline {
    display: block;
    color: #f13340;
    font-size: 13px;
    line-height: 26px;
    clear: both;
}
@media (min-width: 1200px) {
    #footer #newsletter_block_left .warning_inline {
        display: inline-block;
        position: relative;
        top: -35px;
        margin-bottom: -35px;
        left: 15px;
        clear: none;
    }
}
#footer #newsletter_block_left .newsletter-input {
    max-width: 300px!important;
}
ul#header_links {
    list-style-type: none;
    margin: 12px 0 0 0;
    float: left;
    overflow: hidden;
}
ul#header_links li {
    position: relative;
    text-transform: capitalize;
    float: left;
    padding: 0 13px 0 0;
}
ul#header_links li:before {
    position: absolute;
    content: '';
    width: 3px;
    height: 3px;
    left: -8px;
    top: 8px;
    background: #232323;
}
ul#header_links li:first-child {
    border: none;
}
ul#header_links li:first-child:before {
    display: none;
}
ul#header_links li a {
    font: 400 10px/ 12px 'Ubuntu', sans-serif;
    color: #a4a3a3;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}
ul#header_links li a:hover,
ul#header_links li a.active {
    color: orange;
}
#permanent_links div {
    border-bottom: 1px dotted #eee;
}
#permanent_links div a {
    display: block;
    padding: 7px 11px 5px 22px;
    color: #333;
    background: url(img/arrow_right_2.png) no-repeat 10px 10px;
}
ul#footer_links {
    clear: both;
    text-align: center;
    padding-bottom: 6px;
}
ul#footer_links li {
    display: inline;
    padding: 0 10px;
}
#search_block_top {
    padding-top: 10px;
    float: right;
    padding-right: 15px;
}
#search_block_top #searchbox {
    float: left;
    width: 100%;
    position: relative;
    background: #5e5e5e;
    padding-right: 50px;
    color: #fff;
}
#search_block_top .btn.button-search {
    background: none;
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    border: none;
    color: #fff;
    width: 35px;
    text-align: center;
    padding: 6px 0 5px 0;
}
#search_block_top .btn.button-search span {
    display: none;
}
#search_block_top .btn.button-search:before {
    content: "\f002";
    display: block;
    font-family: "FontAwesome";
    font-size: 14px;
    width: 100%;
    text-align: center;
}
#search_block_top .btn.button-search:hover {
    color: #6f6f6f;
}
#search_block_top #search_query_top {
    display: inline-block;
    padding: 5px 10px 5px 13px;
    height: 33px;
    border: none;
    background: none;
    color: #fff;
}
.ac_results {
    background: white;
    border: 1px solid #d6d4d4;
    width: 271px;
    margin-top: -1px;
}
.ac_results li {
    padding: 0 10px;
    font-weight: normal;
    color: #686666;
    font-size: 13px;
    line-height: 22px;
}
.ac_results li.ac_odd {
    background: white;
}
.ac_results li:hover,
.ac_results li.ac_over {
    background: #fbfbfb;
}
form#searchbox {
    position: relative;
}
form#searchbox label {
    color: #333333;
}
form#searchbox input#search_query_block {
    margin-right: 10px;
    max-width: 222px;
    margin-bottom: 10px;
    display: inline-block;
    float: left;
}
form#searchbox .btn.btn-sm {
    float: left;
}
form#searchbox .btn.btn-sm i {
    margin-right: 0;
}
.tags_block .block_content {
    overflow: hidden;
}
.tags_block .block_content a {
    display: inline-block;
    font-size: 13px;
    line-height: 16px;
    font-weight: bold;
    padding: 4px 9px 5px 9px;
    border: 1px solid #d6d4d4;
    float: left;
    margin: 0 3px 3px 0;
}
.tags_block .block_content a:hover {
    color: #333333;
    background: #f6f6f6;
}
.stickUpTop {
    position: relative;
    width: 100%;
    left: auto;
    top: 0;
}
.stickUpTop:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    margin-left: -100%;
    background: #363636;
}
.stickUpTop:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    right: 0;
    top: 0;
    margin-right: -100%;
    background: #363636;
}
.stickUpHolder {
    padding: 0;
    max-width: 100%;
}
@media only screen and (max-width: 1199px) {
    .isStuck .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}
#block_top_menu {
    padding-top: 0px;
}
.header_user_info {
    float: right;
    border-left: 1px solid #515151;
    border-right: 1px solid #515151;
}
.header_user_info a {
    color: white;
    font-weight: bold;
    display: block;
    padding: 8px 9px 11px 8px;
    cursor: pointer;
}
@media (max-width: 479px) {
    .header_user_info a {
        font-size: 11px;
    }
}
.header_user_info a:hover,
.header_user_info a.active {
    background: #2b2b2b;
}
.header_user_info+.header_user_info {
    border-right: none;
}
.user_info {
    text-align: right;
    margin: 20px 0 0 0;
}
.user_info li {
    display: inline-block;
    padding-right: 15px;
}
.user_info li a {
    text-decoration: none;
}
.user_info li a:hover {
    text-decoration: underline;
}
#viewed-products_block_left li.last_item {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
#wishlist_button {
    font-weight: 700;
}
#wishlist_button:before {
    content: "\f08a";
    font: 400 15px/31px "FontAwesome";
    color: white;
    background: #929292;
    width: 30px;
    text-align: center;
    display: inline-block;
    height: 30px;
    margin: 0 6px 0 0;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}
#wishlist_block #wishlist_block_list {
    margin: 0 0 20px 0;
}
#wishlist_block #wishlist_block_list dl {
    font-weight: 400;
}
#wishlist_block #wishlist_block_list dl.products.no-products {
    font-weight: 700;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #d6d4d4;
}
#wishlist_block #wishlist_block_list dl.products.no-products dt {
    padding: 0;
    border-top: none;
}
#wishlist_block #wishlist_block_list dl.products.no-products dd {
    display: none;
}
#wishlist_block #wishlist_block_list dl.products {
    border-bottom: 1px solid #d6d4d4;
}
#wishlist_block #wishlist_block_list dl.products dt {
    padding: 20px 0 0;
    border-top: 1px solid #d6d4d4;
}
#wishlist_block #wishlist_block_list dl.products dd {
    padding: 0 0 20px 0;
}
#wishlist_block #wishlist_block_list dl.products dt.first_item {
    padding: 0;
    border-top: none;
}
#wishlist_block #wishlist_block_list dl dt {
    position: relative;
    padding-right: 0;
}
#wishlist_block #wishlist_block_list dl dd {
    margin: 0 0 0 24px;
}
#wishlist_block .lnk .form-group {
    margin: 0 0 20px 0;
}
#wishlist_block .lnk .form-group select {
    max-width: 192px;
}
@media (max-width: 767px) {
    #wishlist_block .lnk .form-group select {
        width: 192px;
    }
}
#wishlist_block .lnk .form-group #uniform-wishlists {
    float: none;
}
#wishlist_block .ajax_cart_block_remove_link {
    font-size: 14px;
    line-height: 14px;
    color: #d3d2d2;
    width: 14px;
    height: 14px;
    float: right;
}
#wishlist_block .ajax_cart_block_remove_link:hover {
    color: black;
}
#wishlist_block .cart_block_product_name {
    width: 85%;
    display: inline-block;
    font-weight: bold;
}
#wishlist_block .quantity-formated {
    float: left;
    margin: 0 5px 0 0;
    width: 15px;
}
#wishlist_block_list .price {
    float: right;
}
#mywishlist td.wishlist_delete a {
    font-size: 15px;
}
#module-blockwishlist-mywishlist #block-order-detail #hideSendWishlist {
    display: inline-block;
}
#module-blockwishlist-mywishlist .wishlistLinkTop ul.display_list {
    border-bottom: 1px solid #d6d4d4;
    margin-bottom: 20px;
}
#module-blockwishlist-mywishlist .wishlistLinkTop ul.display_list a {
    display: inline-block;
    color: #333333;
    margin: 10px 10px 10px 0;
    font-weight: bold;
}
#module-blockwishlist-mywishlist .wishlistLinkTop ul.display_list a:hover {
    color: black;
}
#module-blockwishlist-mywishlist .wishlistLinkTop li {
    float: left;
}
#module-blockwishlist-mywishlist .wishlistLinkTop #hideSendWishlist {
    float: right;
}
#module-blockwishlist-mywishlist .wishlistLinkTop #showBoughtProducts,
#module-blockwishlist-mywishlist .wishlistLinkTop #hideBoughtProductsInfos {
    display: none;
}
ul.wlp_bought_list li {
    margin: 0 0 30px 0;
}
ul.wlp_bought_list li .product_image {
    padding: 9px;
    position: relative;
    background: white;
    margin: 0 0 20px 0;
    max-width: 270px;
}
ul.wlp_bought_list li .product-name {
    margin: 0 0 10px 0;
    padding: 0 20px 0 0;
}
ul.wlp_bought_list li .product-name small {
    display: block;
    font-size: 11px;
}
ul.wlp_bought_list li .product-name small a {
    font-size: 11px;
}
ul.wlp_bought_list li .product_infos {
    position: relative;
}
ul.wlp_bought_list li .btn_action .btn {
    margin: 0 0 10px 0;
}
@media (min-width: 992px) {
    ul.wlp_bought_list li {}ul.wlp_bought_list li.first-in-line {
        clear: left;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    ul.wlp_bought_list li {}ul.wlp_bought_list li.first-item-of-tablet-line {
        clear: left;
    }
}
.wishlistLinkTop .submit {
    margin: 0 0 30px 0;
}
ul.wlp_bought_list li .lnkdel {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    font-size: 14px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
    .replace-2x {
        font-size: 1px;
    }
    .example {
        background-image: url(../images/example2x.png);
        -webkit-background-size: 13px 13px;
        -moz-background-size: 13px 13px;
        -o-background-size: 13px 13px;
        background-size: 13px 13px;
    }
}
@charset "UTF-8";
#homepage-slider {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0px;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    float: left;
}
@media (max-width: 767px) {
    #homepage-slider {
        width: 100%;
        max-width: 100%;
        padding-top: 20px;
    }
}
#homepage-slider #homeslider {
    margin: 0 auto;
    padding: 0;
    width: 100%!important;
    display: block;
}
#homepage-slider #homeslider li {
    width: 100%!important;
    max-width: 100%!important;
}
#homepage-slider .homeslider-description {
    padding: 50px 40px 75px;
    cursor: pointer;
}
#homepage-slider .homeslider-description h2 {
    font-size: 2.7em;
    color: white;
    margin: 0;
    padding: 0;
    position: relative;
}
#homepage-slider .homeslider-description p {
    width: 50%;
    font-size: 1.15em;
    line-height: 1.3em;
    padding: 0.5em 0;
    color: white;
    position: relative;
}
#homepage-slider .homeslider-description button {
    font-size: 1.2em;
    text-transform: uppercase;
    position: relative;
}
@media (max-width: 1200px) {
    #homepage-slider .homeslider-description {
        padding: 20px;
        font-size: 0.8em;
    }
}
@media (max-width: 768px) {
    #homepage-slider .homeslider-description {
        padding: 30px;
        font-size: 0.7em;
    }
    #homepage-slider .homeslider-description p {
        font-size: 1.5em;
    }
}
@media (max-width: 480px) {
    #homepage-slider .homeslider-description {
        padding: 30px;
        font-size: 0.5em;
    }
    #homepage-slider .homeslider-description p {
        font-size: 1.7em;
    }
}
#homepage-slider .homeslider-container {
    position: relative;
}
#homepage-slider .homeslider-image {
    position: absolute;
    left: 0;
    top: 0;
}
#homepage-slider .homeslider-description {
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -585px;
    width: 605px;
    background: url(../../../img/slider_discription_bg.png) repeat 0 0;
}
#homepage-slider .homeslider-description h3 {
    font: 400 36px/42px 'Play', sans-serif;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0px;
}
#homepage-slider .homeslider-description h2 {
    font: 400 60px/60px 'Play', sans-serif;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 31px;
}
#homepage-slider .bx-wrapper {
    width: 100%;
    max-width: 100%!important;
    position: relative;
    padding: 0;
    *zoom: 1;
}
#homepage-slider .bx-wrapper a {
    display: block;
}
#homepage-slider .bx-wrapper img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    max-height: 550px;
}
#homepage-slider .bx-wrapper .bx-viewport {
    width: 100%;
}
#homepage-slider .bx-wrapper .bx-pager,
#homepage-slider .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: 30px;
    width: 1170px;
    z-index: 999;
    left: 50%;
    margin-left: -585px;
}
#homepage-slider .bx-wrapper .bx-loading {
    min-height: 50px;
    /*background: url(images/bx_loader.gif) center center no-repeat white;*/
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}
#homepage-slider .bx-wrapper .bx-pager {
    text-align: left;
    font-size: .85em;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
    padding-left: 40px;
}
#homepage-slider .bx-wrapper .bx-pager .bx-pager-item,
#homepage-slider .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}
#homepage-slider .bx-wrapper .bx-pager.bx-default-pager a {
    background: #c3e6d1;
    text-indent: -9999px;
    display: block;
    width: 22px;
    height: 22px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 22px;
    -webkit-border-radius: 22px;
    border-radius: 22px;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}
#homepage-slider .bx-wrapper .bx-pager.bx-default-pager a:hover,
#homepage-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: orange;
}
#homepage-slider .bx-wrapper .bx-prev {
    right: 60px;
}
#homepage-slider .bx-wrapper .bx-prev:after {
    content: "\f053";
}
#homepage-slider .bx-wrapper .bx-next {
    right: 10px;
}
#homepage-slider .bx-wrapper .bx-next:after {
    content: "\f054";
}
#homepage-slider .bx-wrapper .bx-controls-direction a {
    position: absolute;
    bottom: 10px;
    outline: 0;
    width: 52px;
    height: 52px;
    text-indent: -9999px;
    z-index: 9999;
    border: 2px solid white;
}
#homepage-slider .bx-wrapper .bx-controls-direction a:before {
    height: 48px;
    width: 48px;
    display: block;
    background: white;
    content: ".";
    opacity: 0.14;
    text-indent: -9999px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
#homepage-slider .bx-wrapper .bx-controls-direction a:after {
    display: block;
    width: 48px;
    height: 48px;
    color: white;
    text-indent: 0;
    text-align: center;
    font-size: 21px;
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 16px 0 0 0;
}
#homepage-slider .bx-wrapper .bx-controls-direction a:hover:before {
    background: #333333;
    opacity: 0.83;
}
#homepage-slider .bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}
#homepage-slider .bx-wrapper .bx-controls-auto {
    text-align: center;
}
#homepage-slider .bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    width: 10px;
    height: 11px;
    outline: 0;
    margin: 0 3px;
}
#homepage-slider .bx-wrapper .bx-controls-auto .bx-start:before {
    content: '';
    font-family: "FontAwesome";
    color: #fff;
}
#homepage-slider .bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    width: 9px;
    height: 11px;
    outline: 0;
    margin: 0 3px;
}
#homepage-slider .bx-wrapper .bx-controls-auto .bx-stop:before {
    content: '';
    font-family: "FontAwesome";
    color: #fff;
}
#homepage-slider .bx-wrapper .bx-controls .bx-controls-auto {
    right: 15px;
    width: 35px;
    top: 15px;
}
#homepage-slider .bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666666 \9;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}
#homepage-slider .bx-wrapper .bx-caption span {
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    display: block;
    font-size: .85em;
    padding: 10px;
}
.ie8 #homepage-slider .bx-wrapper .bx-controls-direction a:before {
    background: #333333;
}
#bx-pager-thumb {
    text-align: center;
    padding: 10px 0;
}
#bx-pager-thumb a {
    display: inline-block;
    max-width: 150px;
    width: 31%;
}
#bx-pager-thumb a img {
    max-width: 100%;
    height: auto;
}
@import url(https://fonts.googleapis.com/css?family=Play:400,700);
#htmlcontent_top {
    width: 100%;
    max-width: 100%;
}
@media (max-width: 767px) {
    #htmlcontent_top {
        width: 100%;
        max-width: 100%;
        padding-left: 0;
        padding-top: 0;
    }

    .ladbar, .hide_on_mobi{
        display: none;
    }
}
#htmlcontent_top ul.htmlcontent-home {
/*    margin-bottom: 37px;*/
}
@media (max-width: 767px) {
    #htmlcontent_top ul.htmlcontent-home {
        margin: 0 -5px;
    }
}
#htmlcontent_top ul.htmlcontent-home>li {
    width: 25%;
    margin-bottom: 10px;
}
@media (max-width: 767px) {
    #htmlcontent_top ul.htmlcontent-home>li {
        float: left;
        padding-left: 5px;
        padding-right: 5px;
        width: 100%;
    }
}
#htmlcontent_top ul.htmlcontent-home>li:last-child {
    margin-bottom: 0;
}
#htmlcontent_top ul.htmlcontent-home>li img {
    max-width: 100%;
    height: auto;
}
#htmlcontent_top ul.htmlcontent-home>li .item-html h3 {
    background: #363636;
    margin-top: 0px;
    margin-bottom: 10px;
    font: 700 24px/32px 'Play', sans-serif;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 20px 14px 20px;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}
#htmlcontent_top ul.htmlcontent-home>li .item-html ul li {
    position: relative;
    font: 400 18px/36px 'Play', sans-serif;
    color: #3d3c3c;
    text-transform: uppercase;
    padding-left: 17px;
}
#htmlcontent_top ul.htmlcontent-home>li .item-html ul li:after {
    position: absolute;
    content: '';
    width: 9px;
    height: 9px;
    background: #363636;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    left: 0px;
    top: 14px;
}
#htmlcontent_top ul.htmlcontent-home>li .item-html h4 {
    font: 400 24px/32px 'Play', sans-serif;
    color: #222;
    text-transform: uppercase;
}
#htmlcontent_top ul.htmlcontent-home>li .item-html h4 i {
    font-size: 36px;
    font-weight: 700;
}
#htmlcontent_top ul.htmlcontent-home>li .item-html:hover h3 {
    background: orange;
}
.ac_results {
    text-align: left;
    padding: 0px;
    border: 1px solid black;
    background-color: white;
    overflow: hidden;
    z-index: 99999;
}
.ac_results ul {
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0;
}
.ac_results li {
    margin: 0px;
    padding: 2px 5px;
    cursor: default;
    display: block;
    font: menu;
    font-size: 12px;
    line-height: 16px;
    overflow: hidden;
}
.ac_odd {
    background-color: #eee;
}
.ac_over {
    background-color: #0A246A;
    color: white;
}
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}
.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}
.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.fancybox-opened {
    z-index: 8030;
}
.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
    position: relative;
}
.fancybox-inner {
    overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}
.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}
.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
    background-image: url('fancybox_sprite.png');
}
#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}
#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}
.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('blank.gif');
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040;
}
.fancybox-prev {
    left: 0;
}
.fancybox-next {
    right: 0;
}
.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}
.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}
.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}
.fancybox-nav:hover span {
    visibility: visible;
}
.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible!important;
}
.fancybox-lock {
    overflow: hidden!important;
    width: auto;
}
.fancybox-lock body {
    overflow: hidden!important;
}
.fancybox-lock-test {
    overflow-y: hidden!important;
}
.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('fancybox_overlay.png');
}
.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}
.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}
.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}
.fancybox-opened .fancybox-title {
    visibility: visible;
}
.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}
.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}
.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}
.fancybox-title-inside-wrap {
    padding-top: 10px;
}
.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
    #fancybox-loading,
    .fancybox-close,
    .fancybox-prev span,
    .fancybox-next span {
        background-image: url('fancybox_sprite@2x.png');
        background-size: 44px 152px;
    }
    #fancybox-loading div {
        background-image: url('fancybox_loading@2x.gif');
        background-size: 24px 24px;
    }
}
@import url(https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700,300italic,400italic,500italic,700italic);
ul.product_list .availability span {
    display: inline-block;
    color: white;
    font-weight: bold;
    padding: 3px 8px 4px 8px;
    margin-bottom: 20px;
}
ul.product_list .availability span.available-now {
    background: #46a74e;
    border: 1px solid #36943e;
}
ul.product_list .availability span.out-of-stock {
    background: #ff7430;
    border: 1px solid #ea5e1a;
}
ul.product_list .color-list-container {
    margin-bottom: 12px;
}
ul.product_list .color-list-container ul li {
    display: inline-block;
    border: 1px solid #d6d4d4;
}
ul.product_list .color-list-container ul li a {
    display: block;
    width: 23px;
    height: 23px;
    margin: 1px;
}
ul.product_list .product-image-container {
    text-align: center;
}
ul.product_list .product-image-container img {
    margin: 0 auto;
}
ul.product_list .product-image-container .quick-view {
    font: 700 13px/16px Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -21px 0 0 -53px;
    padding: 12px 5px;
    background: rgba(28, 28, 28, 0.82);
    width: 107px;
    text-align: center;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}
ul.product_list .product-image-container .quick-view:hover {
    background: rgba(38, 165, 91, 0.82);
    color: #fff;
}
@media (min-width: 1200px) {
    ul.product_list .product-image-container .quick-view {
        display: none;
    }
}
@media (max-width: 767px) {
    ul.product_list .product-image-container .quick-view {
        display: none;
    }
}
ul.product_list .comments_note {
    text-align: center;
    overflow: hidden;
    padding-bottom: 10px;
    line-height: 17px;
}
ul.product_list .comments_note .nb-comments {
    overflow: hidden;
    font-style: italic;
    display: inline-block;
}
ul.product_list .functional-buttons div a,
ul.product_list .functional-buttons div label {
    font-weight: bold;
    color: #777676;
    cursor: pointer;
}
ul.product_list .functional-buttons div a:hover,
ul.product_list .functional-buttons div label:hover {
    color: #000;
}
ul.product_list .functional-buttons div.wishlist a:before {
    display: inline-block;
    font-family: "FontAwesome";
    content: "\f08a";
    margin-right: 3px;
    min-width: 13px;
    text-align: left;
}
ul.product_list .functional-buttons div.wishlist a.checked:before {
    content: "\f004";
}
ul.product_list .functional-buttons div.compare a:before {
    content: "\f067";
    display: inline-block;
    font-family: "FontAwesome";
    margin-right: 3px;
    min-width: 17px;
    text-align: left;
}
ul.product_list .functional-buttons div.compare a.checked:before {
    content: "\f068";
}
ul.product_list.grid>li {
    padding-bottom: 20px;
    text-align: center;
}
@media (min-width: 480px) and (max-width: 767px) {
    ul.product_list.grid>li {
        width: 50%;
        float: left;
    }
}
ul.product_list.grid>li .product-container {
    background: white;
    padding: 0 0 13px 0;
    border: 1px solid #f0f0f0;
}
ul.product_list.grid>li .product-container .product-image-container {
    position: relative;
    margin-bottom: 13px;
}
@media (max-width: 767px) {
    ul.product_list.grid>li .product-container .product-image-container {
        max-width: 290px;
        margin-left: auto;
        margin-right: auto;
    }
}
ul.product_list.grid>li .product-container .product-image-container .product_img_link {
    display: block;
    padding: 9px;
    position: relative;
    background: white;
}
ul.product_list.grid>li .product-container h5 {
    padding: 0 0px 7px 0px;
    font: 400 13px/ 18px 'Ubuntu', sans-serif;
    margin-top: 3px;
}
ul.product_list.grid>li .product-container h5 a {
    font: 400 13px/ 18px 'Ubuntu', sans-serif;
    color: #858585;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}
ul.product_list.grid>li .product-container h5 a span.list-name {
    display: none;
}
ul.product_list.grid>li .product-container h5 a:hover {
    color: orange;
}
ul.product_list.grid>li .product-container .comments_note {
    text-align: center;
}
ul.product_list.grid>li .product-container .comments_note .star_content {
    display: inline-block;
    margin: 0 0 0 0;
}
ul.product_list.grid>li .product-container .product-desc span.list-desc {
    display: none;
}
ul.product_list.grid>li .product-container .content_price {
    padding-bottom: 0px;
    line-height: 21px;
}
ul.product_list.grid>li .product-container .old-price,
ul.product_list.grid>li .product-container .price,
ul.product_list.grid>li .product-container .price-percent-reduction {
    display: inline-block;
}
ul.product_list.grid>li .product-container .product-flags {
    display: none;
}
ul.product_list.grid>li .product-container .old-price {
    margin-right: 5px;
}
ul.product_list.grid>li .product-container .button-container {
    margin-bottom: 14px;
}
ul.product_list.grid>li .product-container .button-container .ajax_add_to_cart_button,
ul.product_list.grid>li .product-container .button-container span.btn,
ul.product_list.grid>li .product-container .button-container .lnk_view {
    margin: 0 6px 10px 0;
}
ul.product_list.grid>li .product-container .right-block {
    padding-left: 10px;
    padding-right: 10px;
}
ul.product_list.grid>li .product-container .functional-buttons {
    background: url(../img/functional-bt-shadow.png) repeat-x;
    padding: 11px 5px 5px;
}
ul.product_list.grid>li .product-container .functional-buttons div {
    text-align: left;
    float: left;
    padding: 3px 10px 4px 0;
}
@media (min-width: 1200px) {
    ul.product_list.grid>li.hovered .product-container .product-image-container .quick-view {
        display: block;
    }
}
@media (min-width: 992px) {
    ul.product_list.grid>li.first-in-line {
        clear: left;
    }
}
@media (min-width: 480px) and (max-width: 991px) {
    ul.product_list.grid>li.first-item-of-tablet-line {
        clear: left;
    }
}
@media (max-width: 479px) {
    ul.product_list.list>li .left-block {
        width: 100%;
    }
}
ul.product_list.list>li .product-container {
    border-top: 1px solid #d6d4d4;
    padding: 30px 0 30px;
}
ul.product_list.list>li .product-image-container {
    position: relative;
    padding: 9px;
    position: relative;
    background: white;
}
@media (max-width: 479px) {
    ul.product_list.list>li .product-image-container {
        max-width: 290px;
        margin: 0 auto;
    }
}
ul.product_list.list>li .product-image-container .content_price {
    display: none!important;
}
ul.product_list.list>li .product-flags {
    color: #333333;
    margin: 5px 0 10px 0;
}
@media (min-width: 480px) {
    ul.product_list.list>li .product-flags {
        margin-top: -5px;
    }
}
ul.product_list.list>li .product-flags .discount {
    color: #f13340;
}
ul.product_list.list>li h5 {
    padding-bottom: 8px;
}
ul.product_list.list>li h5 a span.grid-name {
    display: none;
}
ul.product_list.list>li .product-desc {
    margin-bottom: 15px;
}
ul.product_list.list>li .product-desc span.grid-desc {
    display: none;
}
@media (max-width: 479px) {
    ul.product_list.list>li .center-block {
        width: 100%;
    }
}
ul.product_list.list>li .center-block .comments_note {
    margin-bottom: 12px;
}
@media only screen and (min-width: 480px) {
    ul.product_list.list>li .center-block .comments_note {
        text-align: left;
    }
}
ul.product_list.list>li .center-block .comments_note .star_content {
    display: inline-block;
}
@media (min-width: 992px) {
    ul.product_list.list>li .right-block .right-block-content {
        margin: 0;
        border-left: 1px solid #d6d4d4;
        padding-left: 15px;
        padding-bottom: 16px;
    }
}
@media (max-width: 991px) {
    ul.product_list.list>li .right-block .right-block-content {
        padding-top: 20px;
    }
}
@media (max-width: 479px) {
    ul.product_list.list>li .right-block .right-block-content {
        padding-top: 5px;
    }
}
ul.product_list.list>li .right-block .right-block-content .content_price {
    padding-bottom: 10px;
}
@media (max-width: 991px) {
    ul.product_list.list>li .right-block .right-block-content .content_price {
        padding-top: 13px;
        padding-bottom: 0;
    }
}
@media (max-width: 479px) {
    ul.product_list.list>li .right-block .right-block-content .content_price {
        padding-top: 0;
        width: 100%;
    }
}
ul.product_list.list>li .right-block .right-block-content .content_price span {
    display: inline-block;
    margin-top: -4px;
    margin-bottom: 14px;
}
ul.product_list.list>li .right-block .right-block-content .content_price span.old-price {
    margin-right: 8px;
}
ul.product_list.list>li .right-block .right-block-content .button-container {
    overflow: hidden;
    padding-bottom: 20px;
}
@media (max-width: 479px) {
    ul.product_list.list>li .right-block .right-block-content .button-container {
        width: 100%;
    }
}
ul.product_list.list>li .right-block .right-block-content .button-container .btn {
    margin-bottom: 10px;
}
@media (min-width: 992px) {
    ul.product_list.list>li .right-block .right-block-content .button-container .btn {
        float: left;
        clear: both;
    }
}
ul.product_list.list>li .right-block .right-block-content .functional-buttons {
    overflow: hidden;
}
@media (max-width: 991px) {
    ul.product_list.list>li .right-block .right-block-content .functional-buttons {
        clear: both;
    }
    ul.product_list.list>li .right-block .right-block-content .functional-buttons>div {
        float: left;
        padding-top: 0!important;
        padding-right: 20px;
    }
}
@media (max-width: 479px) {
    ul.product_list.list>li .right-block .right-block-content .functional-buttons {
        float: none;
    }
}
ul.product_list.list>li .right-block .right-block-content .functional-buttons a {
    cursor: pointer;
}
ul.product_list.list>li .right-block .right-block-content .functional-buttons .compare {
    padding-top: 10px;
}
@media (min-width: 1200px) {
    ul.product_list.list>li:hover .product-image-container .quick-view {
        display: block;
    }
}
@media (max-width: 479px) {
    ul.product_list.list>li {
        text-align: center;
    }
}
#index ul.product_list.tab-pane>li {
    padding-bottom: 10px;
    margin-bottom: 10px;
}
#index ul.product_list.tab-pane>li .availability {
    display: none;
}
@media (min-width: 480px) and (max-width: 767px) {
    #index ul.product_list.tab-pane>li.first-item-of-tablet-line {
        clear: none;
    }
    #index ul.product_list.tab-pane>li.first-item-of-mobile-line {
        clear: left;
    }
}
.ie8 .quick-view {
    background: #fff;
    border: 1px solid #d6d4d4;
}
#product_comments_block_extra {
    padding: 8px 10px 10px;
    font-weight: 400;
    line-height: 18px;
    border: 1px solid #d6d4d4;
    background: #fbfbfb;
    margin: 15px 0 18px;
}
#product_comments_block_extra .comments_note {
    margin-bottom: 5px;
}
#product_comments_block_extra .comments_note span,
#product_comments_block_extra .star_content {
    float: left;
    color: #333333;
}
#product_comments_block_extra .star_content {
    margin-top: 1px;
}
#product_comments_block_extra div.star:after {
    content: "\f006";
    font-family: "FontAwesome";
    display: inline-block;
    color: #777676;
}
#product_comments_block_extra div.star_on:after {
    content: "\f005";
    font-family: "FontAwesome";
    display: inline-block;
    color: #ef8743;
}
#product_comments_block_extra .comments_advices {
    clear: both;
}
.comments_advices {
    margin: 0 0 0 0;
}
.comments_advices li {
    display: inline-block;
    line-height: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
    .comments_advices li {
        display: block;
        line-height: 20px;
    }
}
.comments_advices a {
    text-decoration: none;
    position: relative;
    margin-right: 8px;
    line-height: 30px;
    padding: 0;
    display: inline-block;
}
@media (min-width: 768px) and (max-width: 1199px) {
    .comments_advices a {
        float: none;
        line-height: 20px;
    }
}
.comments_advices a:before {
    background: #929292;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    color: white;
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 15px;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
}
@media (max-width: 1199px) {
    .comments_advices a:before {
        display: none;
    }
}
.comments_advices a.reviews:before {
    content: "\f0e5";
}
.comments_advices a.open-comment-form:before {
    content: "\f040";
}
#fancybox-wrap {
    width: 585px;
}
#fancybox-content {
    width: 585px;
    border-width: 0;
}
#new_comment_form {
    overflow: hidden;
    color: #333333;
    text-align: left;
}
#new_comment_form h2 {
    margin-bottom: 10px;
}
#new_comment_form .title {
    padding: 10px;
    font-size: 13px;
    color: white;
    text-transform: uppercase;
    background: #333333;
}
#new_comment_form ul.grade_content {
    list-style-type: none;
    margin: 0 0 20px 0;
}
#new_comment_form ul.grade_content li {
    width: 50%;
}
#new_comment_form ul.grade_content span {
    display: inline-block;
    padding: 0 10px;
    width: 150px;
    font-weight: bold;
}
#new_comment_form ul.grade_content .cancel {
    margin-right: 5px;
}
#new_comment_form .product {
    padding: 15px;
}
#new_comment_form .product img {
    border: 1px solid #d6d4d4;
}
#new_comment_form .product .product_desc {
    line-height: 18px;
    color: #666666;
}
#new_comment_form .product .product_desc .product_name {
    padding: 10px 0 5px;
    font-size: 13px;
    color: #000;
}
#new_comment_form .new_comment_form_content {
    padding: 15px 25px 15px 15px;
    background: #f8f8f8;
}
@media (max-width: 767px) {
    #new_comment_form .new_comment_form_content {
        padding-left: 25px;
    }
}
#new_comment_form .new_comment_form_content .intro_form {
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 12px;
}
#new_comment_form label {
    display: block;
    margin: 12px 0 4px 0;
    font-weight: bold;
    font-size: 12px;
}
#new_comment_form input,
#new_comment_form textarea {
    padding: 0 5px;
    height: 28px;
    width: 100%;
    border: 1px solid #ccc;
    background: white;
}
#new_comment_form textarea {
    height: 80px;
}
#new_comment_form .submit {
    margin-top: 20px;
    padding: 0;
    font-size: 13px;
    text-align: right;
}
#new_comment_form #criterions_list {
    border-bottom: 1px solid #CCC;
    padding-bottom: 15px;
    list-style-type: none;
}
#new_comment_form #criterions_list li {
    margin-bottom: 10px;
}
#new_comment_form #criterions_list label {
    display: inline;
    float: left;
    margin: 0 10px 0 0;
}
#new_comment_form #criterions_list .star_content {
    float: left;
}
#new_comment_form #new_comment_form_footer {
    margin-top: 20px;
    font-size: 12px;
}
#product_comments_block_tab {
    margin: 0 0 20px 0;
}
#product_comments_block_tab div.comment {
    margin: 0 0 14px;
    padding-top: 14px;
    border-top: 1px solid #d6d4d4;
}
#product_comments_block_tab div.comment:first-child {
    padding: 0;
    border: none;
}
#product_comments_block_tab div.comment .comment_author {
    padding: 0 20px;
    line-height: 18px span;
    line-height-font-weight: bold;
    line-height-float: left;
}
#product_comments_block_tab div.comment .comment_author .star_content {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 5px;
}
#product_comments_block_tab div.comment .comment_details {
    overflow: hidden;
    border-left: 1px solid #d6d4d4;
}
@media (max-width: 991px) {
    #product_comments_block_tab div.comment .comment_details {
        border-left: none;
    }
    #product_comments_block_tab div.comment .comment_details ul {
        list-style-type: none;
        margin: 0;
    }
    #product_comments_block_tab div.comment .comment_details ul li {
        padding: 2px 0 2px;
    }
    #product_comments_block_tab div.comment .comment_details ul li:before {
        font-family: "FontAwesome";
        content: "\f0da";
        color: #333333;
        margin-right: 8px;
    }
}
#product_comments_block_tab div.star:after {
    content: "\f006";
    font-family: "FontAwesome";
    display: inline-block;
    color: #777676;
}
#product_comments_block_tab div.star_on:after {
    content: "\f005";
    font-family: "FontAwesome";
    display: inline-block;
    color: #ef8743;
}
#product_comments_block_tab .comment_author_infos {
    clear: both;
    padding-top: 9px;
}
#product_comments_block_tab .comment_author_infos strong {
    display: block;
    color: #333333;
}
#product_comments_block_tab .comment_author_infos em {
    color: #adadad;
}
#product_comments_block_tab a {
    text-decoration: none;
    font-weight: bold;
}
#product_comments_block_tab span.report_btn {
    cursor: pointer;
}
#product_comments_block_tab span.report_btn:hover {
    text-decoration: underline;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
table th {
    font-weight: bold;
}
table td,
table th {
    padding: 9px 10px;
    text-align: left;
}
@media only screen and (max-width: 767px) {
    table.responsive {
        margin-bottom: 0;
    }
    .pinned {
        position: absolute;
        left: 0;
        top: 0;
        background: #fff;
        width: 35%;
        overflow: hidden;
        overflow-x: scroll;
        border-right: 1px solid #ccc;
        border-left: 1px solid #ccc;
    }
    .pinned table {
        border-right: none;
        border-left: none;
        width: 100%;
    }
    .pinned table th,
    .pinned table td {
        white-space: nowrap;
    }
    .pinned td:last-child {
        border-bottom: 0;
    }
    div.table-wrapper {
        position: relative;
        margin-bottom: 20px;
        overflow: hidden;
        border-right: 1px solid #ccc;
    }
    div.table-wrapper div.scrollable {
        margin-left: 35%;
    }
    div.table-wrapper div.scrollable {
        overflow: scroll;
        overflow-y: hidden;
    }
    table.responsive td,
    table.responsive th {
        position: relative;
        white-space: nowrap;
        overflow: hidden;
    }
    table.responsive th:first-child,
    table.responsive td:first-child,
    table.responsive td:first-child,
    table.responsive.pinned td {
        display: none;
    }
}
@import url(https://fonts.googleapis.com/css?family=Play:400,700);
.sf-contener {
    clear: both;
    float: left;
    width: 100%;
}
.sf-menu,
.sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sf-menu {
    position: relative;
    padding: 0;
    width: 100%;
    background: #363636;
}
@media (max-width: 767px) {
    .sf-menu {
        display: none;
    }
}
.sf-menu ul {
    position: absolute;
    top: -999em;
    background: white;
}
@media (max-width: 767px) {
    .sf-menu ul {
        position: relative;
    }
}
.sf-menu ul li {
    width: 100%;
}
.sf-menu li:hover {
    visibility: inherit;
}
.sf-menu>li {
    float: left;
}
@media (max-width: 767px) {
    .sf-menu>li {
        float: none;
        position: relative;
        border-right: none;
    }
    .sf-menu>li span {
        position: absolute;
        right: 6px;
        top: 20px;
        width: 30px;
        height: 30px;
        z-index: 2;
    }
    .sf-menu>li span:after {
        font-family: "FontAwesome";
        content: "\f067";
        font-size: 26px;
    }
    .sf-menu>li span.active:after {
        content: "\f068";
    }
}
.sf-menu>li>a {
    font: 400 18px/22px 'Play', sans-serif;
    text-transform: uppercase;
    color: #fff;
    display: block;
    padding: 22px 29px 24px;
    position: relative;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}
.sf-menu>li>a:after {
    position: absolute;
    right: -1px;
    top: 15px;
    width: 1px;
    height: 24px;
    background: #4f4f4f;
    content: '';
}
.sf-menu>li>a.sf-with-ul:before {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f107";
    font-size: 10px;
    color: #fff;
}
.sf-menu>li.sfHover>a,
.sf-menu>li>a:hover,
.sf-menu>li.sfHoverForce>a {
    background: orange;
    color: #fff;
}
.sf-menu>li.sfHover>a:after,
.sf-menu>li>a:hover:after,
.sf-menu>li.sfHoverForce>a:after {
    display: none;
}
.sf-menu li li li a {
    display: inline-block;
    position: relative;
    color: #777777;
    font-size: 13px;
    line-height: 16px;
    font-weight: bold;
    padding-bottom: 10px;
}
.sf-menu li li li a:before {
    content: "\f105";
    display: inline-block;
    font-family: "FontAwesome";
    padding-right: 10px;
}
.sf-menu li li li a:hover {
    color: #333333;
}
.sf-menu li li li.sfHoverForce>a {
    color: #333333;
}
.sf-menu li ul {
    display: none;
    left: 0;
    top: 52px;
    z-index: 99;
    padding: 12px 0 18px 0;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 5px 13px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 5px 13px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 5px 13px;
}
@media (max-width: 767px) {
    .sf-menu li ul {
        top: 0;
    }
}
.sf-menu li li ul {
    position: static;
    display: block!important;
    opacity: 1!important;
    background: none;
    -moz-box-shadow: transparent 0 0 0;
    -webkit-box-shadow: transparent 0 0 0;
    box-shadow: transparent 0 0 0;
}
.sf-menu li li li ul {
    padding: 0 0 0 20px;
}
.sf-menu li li li ul {
    width: 220px;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
    top: -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
    left: 200px;
    top: 0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
    top: -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
    left: 200px;
    top: 0;
}
.sf-menu>li>ul {
    padding: 26px 30px 31px;
    width: 100%;
}
.sf-menu>li>ul>li>a {
    text-transform: uppercase;
    font: 600 16px/20px "Open Sans", sans-serif;
    color: #333333;
}
.sf-menu>li>ul>li>a:hover {
    color: black;
}
.sf-menu>li>ul>li {
    float: left;
    width: 20%;
    padding-right: 15px;
}
@media (max-width: 767px) {
    .sf-menu>li>ul>li {
        width: 50%;
    }
}
@media (max-width: 479px) {
    .sf-menu>li>ul>li {
        width: 100%;
    }
}
@media (min-width: 768px) {
    .sf-menu>li>ul>li.first-in-line-lg {
        clear: left;
    }
}
@media (min-width: 480px) and (max-width: 767px) {
    .sf-menu>li>ul>li.first-in-line-xs {
        clear: left;
    }
}
.sf-menu>li>ul>li.category-thumbnail {
    width: 100%!important;
    float: none;
    clear: both;
    overflow: hidden;
    padding-right: 0;
}
.sf-menu>li>ul>li.category-thumbnail>div {
    float: left;
    padding-left: 10px;
    width: 33.333%;
}
@media (max-width: 479px) {
    .sf-menu>li>ul>li.category-thumbnail>div {
        width: 100%;
        padding-left: 0;
        padding-top: 10px;
        text-align: center;
    }
}
.sf-menu>li>ul>li.category-thumbnail>div:first-child {
    padding-left: 0;
}
.sf-menu>li>ul>li.category-thumbnail>div img {
    max-width: 100%;
    display: block;
}
.cat-title {
    display: none;
}
@media (max-width: 767px) {
    .cat-title {
        display: block;
        font: 600 18px/22px "Open Sans", sans-serif;
        text-transform: uppercase;
        color: #484848;
        display: block;
        padding: 17px 20px;
        border-bottom: 3px solid #e9e9e9;
        background: #f6f6f6;
        position: relative;
    }
    .cat-title:hover {
        background: #333333;
        border-bottom-color: #666666;
        color: white;
    }
    .cat-title:after {
        display: block;
        font-family: "FontAwesome";
        content: "\f067";
        position: absolute;
        right: 15px;
        top: 18px;
        font-size: 26px;
    }
    .cat-title.active:after {
        content: "\f068";
    }
}
.sf-menu li.sf-search {
    border: none;
}
.sf-menu li.sf-search input {
    display: inline;
    padding: 0 13px;
    height: 30px;
    line-height: 30px;
    background: white;
    margin: 13px 10px 0 0;
    font-size: 13px;
    color: #555555;
    border: 1px solid #cccccc;
}
#gear-right2 {
    background: #333333;
    display: block;
    height: 50px;
    left: 0px;
    position: fixed;
    top: 150px;
    width: 50px;
    z-index: 9995;
    cursor: pointer;
}
#gear-right2 i {
    display: block;
    padding-top: 10px;
    text-align: center;
}
#tool_customization #quit {
    margin: 0;
    color: #fff;
    display: none;
}
#tool_customization #reset {
    width: 100%;
}
@media screen and (max-width: 768px) {
    #gear-right,
    #tool_customization,
    #gear-right2 {
        display: none;
    }
}
.parallax_section {
    position: relative;
    width: 100%;
    min-height: 400px;
    overflow: hidden;
}
.parallax_section .parallax_inner {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
}
.parallax_section .parallax_inner:before {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: url("../img/grid.png");
    z-index: 1;
    content: "";
}
.parallax_section .parallax_inner .parallax_media {
    position: absolute;
}
.parallax_section .parallax_inner video {
    max-width: inherit;
}
.parallax_section .parallax_inner img {
    max-width: inherit!important;
}
.parallax_section .info_alert {
    position: absolute;
    top: 20px;
    background: #fff;
}
.parallax_section .info_alert span {
    color: #000;
    display: block;
}
.parallax_section.mobileState .parallax_inner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.fixed_parallax_section {
    width: 100%;
    min-height: 200px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
div.selector,
div.selector span,
div.uploader,
div.uploader span.action,
div.button,
div.button span {
    background-image: url("../../img/jquery/uniform/sprite.png");
    background-repeat: no-repeat;
    -webkit-font-smoothing: antialiased;
}
div.selector,
div.checker,
div.button,
div.radio,
div.uploader {
    vertical-align: middle;
}
div.selector:focus,
div.checker:focus,
div.button:focus,
div.radio:focus,
div.uploader:focus {
    outline: 0;
}
div.selector,
div.selector *,
div.radio,
div.radio *,
div.checker,
div.checker *,
div.uploader,
div.uploader *,
div.button,
div.button * {
    margin: 0;
    padding: 0;
}
.highContrastDetect {
    background: url("../../../img/jquery/uniform/bg-input.png") repeat-x 0 0;
    width: 0;
    height: 0;
}
input.uniform-input,
select.uniform-multiselect,
textarea.uniform {
    padding: 3px;
    background: white;
    outline: 0;
}
div.checker input,
input[type="search"],
input[type="search"]:active {
    -moz-appearance: none;
    -webkit-appearance: none;
}
div.selector {
    line-height: 27px;
    height: 27px;
    padding: 0 0 0 10px;
    position: relative;
    overflow: hidden;
    border: 1px solid #d6d4d4;
    background: #fff;
}
div.selector span {
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    background: none;
    height: 25px;
    line-height: 25px;
    padding-right: 30px;
    cursor: pointer;
    width: 100%;
    display: block;
}
div.selector span:after {
    content: '\f0d7';
    font-family: "FontAwesome";
    position: absolute;
    right: 1px;
    top: 1px;
    border: 1px solid #d6d4d4;
    text-align: center;
    height: 23px;
    width: 23px;
    font-size: 19px;
    line-height: 21px;
    color: #AFAEAE;
    background: #fafafa;
}
div.selector.fixedWidth {
    width: 190px;
}
div.selector.fixedWidth span {
    width: 150px;
}
div.selector select {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    position: absolute;
    height: 27px;
    top: 0;
    left: 0;
    width: 100%;
}
div.selector.active span:after {
    color: #6f6e6e;
    top: 1px;
}
div.selector.hover span:after,
div.selector.focus span:after {
    color: #6f6e6e;
    top: 1px;
}
div.selector.hover.active span:after,
div.selector.focus.active span:after {
    color: #6f6e6e;
    top: 1px;
}
div.selector.disabled span:after,
div.selector.disabled.active span:after {
    color: #6f6e6e;
    top: 1px;
}
div.checker {
    position: relative;
}
div.checker,
div.checker span {
    width: 15px;
    height: 15px;
}
div.checker input {
    position: relative;
    left: -1px;
    top: -3px;
    width: 15px;
    height: 14px!important;
    padding: 0;
    cursor: pointer;
}
div.checker span {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
    border: 1px solid #d6d4d4;
    overflow: hidden;
    background: #fff;
}
div.checker span.checked:before {
    content: '\f00c';
    font-family: "FontAwesome";
    position: absolute;
    left: auto;
    top: auto;
    padding: 0 0 0 1px;
    text-align: center;
    width: 13px;
    height: 13px;
    line-height: 14px;
    font-size: 12px;
    background: #e6e5e5;
}
div.checker input {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
div.checker.active span {
    background-position: -15px -257px;
}
div.checker.active span.checked {
    background-position: -15px -257px;
}
div.checker.hover span,
div.checker.focus span {
    background: #e6e5e5;
}
div.checker.hover span.checked,
div.checker.focus span.checked {
    background: #e1e0e0;
}
div.checker.disabled,
div.checker.disabled.active {
    background-position: 0 -257px;
}
div.checker.disabled span.checked,
div.checker.disabled.active span.checked {
    background-position: 0 -257px;
}
div.radio {
    position: relative;
    display: inline;
}
div.radio,
div.radio span,
div.radio input {
    width: 13px;
    height: 13px;
}
div.radio span {
    width: 14px;
    height: 14px;
}
div.radio span {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid #d6d4d4;
}
div.radio span.checked:before {
    width: 8px;
    height: 8px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #727272;
    position: absolute;
    z-index: 1;
    left: 2px;
    top: 2px;
    display: block;
    text-indent: -5000px;
    content: '*';
}
div.radio input {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
}
div.radio.hover span,
div.radio.focus span {
    background-color: #f7f7f7;
}
div.uploader {
    background: none;
    height: 27px;
    width: 100%;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
div.uploader span.action {
    background-position: 0 -378px;
    height: 27px;
    line-height: 27px;
    width: 94px;
    text-align: center;
    float: left;
    display: inline;
    overflow: hidden;
    cursor: pointer;
}
div.uploader span.filename {
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    float: left;
    cursor: default;
    height: 27px;
    margin: 0 0 0 0;
    line-height: 27px;
    width: 172px;
    padding: 0 10px;
}
div.uploader input {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    position: absolute;
    top: 0;
    right: 0;
    float: right;
    cursor: default;
    width: 100%;
    height: 100%;
}
div.button {
    background-position: 0 -634px;
    height: 30px;
    cursor: pointer;
    position: relative;
}
div.button a,
div.button button,
div.button input {
    opacity: 0.01;
    filter: alpha(opacity=1);
    -moz-opacity: 0.01;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}
div.button span {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    line-height: 30px;
    text-align: center;
    background-position: right -514px;
    height: 30px;
    margin-left: 13px;
    padding: 0;
}
div.button.active {
    background-position: 0 -664px;
}
div.button.active span {
    background-position: right -544px;
    cursor: default;
}
div.button.hover,
div.button.focus {
    background-position: 0 -694px;
}
div.button.hover span,
div.button.focus span {
    background-position: right -574px;
}
div.button.disabled,
div.button.disabled.active {
    background-position: 0 -724px;
}
div.button.disabled span,
div.button.disabled.active span {
    background-position: right -604px;
    cursor: default;
}
input.uniform-input,
select.uniform-multiselect,
textarea.uniform {
    font-size: 13px;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: normal;
    line-height: 18px;
    color: #777;
    border: solid 1px #d6d4d4;
}
input.uniform-input.hover,
input.uniform-input.focus,
select.uniform-multiselect.hover,
select.uniform-multiselect.focus,
textarea.uniform.hover,
textarea.uniform.focus {
    border-color: #cbcaca;
}
div.button span {
    font-weight: bold;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
div.button.hover span,
div.button.focus span {
    color: #555;
}
div.button.disabled span,
div.button.disabled.active span {
    color: #bbb;
}
#compare_shipping .form-group label {
    display: block;
}
div.selector {
    font-size: 12px;
}
div.selector span {
    color: #666;
    text-shadow: 0 1px 0 #fff;
}
div.selector select {
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 12px;
}
div.selector.disabled span,
div.selector.disabled.active span {
    color: #bbb;
}
.checker span input {
    margin: 0!important;
    position: relative;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    margin: 0!important;
}
.radio-inline,
.checkbox-inline {
    cursor: default;
}
div.checker {
    cursor: pointer;
    margin-right: 5px;
}
div.checker span {
    position: relative;
    top: 1px;
}
#layered_form div.checker {
    display: inline;
    cursor: default;
}
div.radio {
    margin-right: 3px;
}
div.radio span {
    position: relative;
}
div.uploader span.action {
    text-shadow: rgba(0, 0, 0, 0.1) 0 1px 0;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
}
div.uploader span.filename {
    color: #777;
    border: solid 1px #d6d4d4;
    font-size: 13px;
    background: #fbfbfb;
    margin-right: 2px;
}
div.uploader.disabled span.action,
div.uploader.disabled.active span.action {
    color: #aaa;
}
div.uploader.disabled span.filename,
div.uploader.disabled.active span.filename {
    border-color: #ddd;
    color: #aaa;
}
input.uniform-input,
input.uniform-input:focus {
    background-color: #fff;
}
/*MY STYLE*/

.sf-menu>li>a {
    padding: 15px 29px 15px;
}

/* LAD Add*/

a:hover {
    text-decoration: none;
}

.btn-glx {
    background-color: orange; 
    color: white; 
    padding: 10px; 
    width: 100%; 
    text-align: center;
    border-color: orange;
    font-weight: bolder;
}

.custom-item-html {
    margin: 0px;
    padding: 0px; 
    background: lavenderblush
}

.inside-html-item{
    margin: 0px; padding: 0px 15px 12px 15px;
}

.tbl_top_login th {

}

table.tbl_top_login {margin-top: 2px}
table.tbl_top_login td {padding: 0px 5px 0px 5px}
table.tbl_top_login th {padding: 0px}


.name-n-quote{
    border: 1px solid red;
    padding: 10px;
    background-color: #eee;
}

body{
    height: auto;
}


