/* Categories */
#scenes .popover-button span {
    display: block;
    font-size: 28px;
    text-align: center
}
#scenes .popover-button span:before {
    content: "\f0fe";
    font-family: "FontAwesome";
    display: block;
    vertical-align: 5px
}
.thumbs_banner {
    margin: 10px auto;
    padding: 0;
    height: 62px !important;
    width: 100%;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee
}
.thumbs_banner .space-keeper {
    width: 21px;
    float: left;
    display: block;
    height: 100%
}
.rtl .thumbs_banner .space-keeper {
    float: right
}
.thumbs_banner .space-keeper a.prev {
    display: none;
    width: 21px;
    background: #fbfbfb;
    text-decoration: none
}
.thumbs_banner .space-keeper a.prev:before {
    font-family: "FontAwesome";
    content: "\f053";
    vertical-align: middle;
    padding-top: 35px;
    padding-left: 5px
}
.thumbs_banner .space-keeper a.next {
    float: left;
    display: block;
    width: 21px;
    background: #fbfbfb;
    text-decoration: none
}
.rtl .thumbs_banner .space-keeper a.next {
    float: right
}
.thumbs_banner .space-keeper a.next:before {
    font-family: "FontAwesome";
    content: "\f054";
    vertical-align: middle;
    padding-top: 35px;
    padding-left: 5px
}
#scenes_list {
    overflow: hidden;
    float: left;
    width: 828px
}
.rtl #scenes_list {
    float: right
}
#scenes_list ul {
    list-style-type: none
}
#scenes_list li {
    float: left
}
.rtl #scenes_list li {
    float: right
}
#scenes_list a {
    display: block
}
#scenes a.popover-button {
    display: block;
    position: absolute;
    text-decoration: none
}
#scenes .popover {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border-color: #eeeeee
}
#scenes .product-image-container,
#scenes .product-name {
    margin-bottom: 15px
}
#scenes div.description {
    margin-bottom: 15px
}
#scenes .button-container {
    margin-bottom: 15px
}
#scenes .button-container a {
    text-decoration: none
}
#scenes .price {
    margin-bottom: 10px
}
@media (max-width: 1199px) {
    #scenes {
        display: none
    }
}

/* Cart */
#addresses #center_column .page-heading {
    margin: 0 0 22px
}
#addresses #center_column p {
    margin: 0 0 13px
}
#addresses #center_column p.p-indent {
    margin: 0 0 27px
}
.address li.address_update {
    margin: 14px 0 6px 0
}
.address li.address_update a {
    margin: 0 10px 0 0
}

/* Blog */

.blogs-container h3 {
    margin-bottom: 10px
}
.blogs-container .title_block {
    margin-bottom: 10px
}
.blogs-container .blog-image img {
    max-width: 100%
}
.blog-item {
    border-top: 1px solid #DDDDDD;
    padding: 30px 0
}
.blog-item .blog-image,
.blog-item .blog-shortinfo {
    padding-top: 12px;
    margin: 10px 0
}
.blog-item .blog-meta span {
    font-size: 14px;
    margin-right: 10px;
    color: #9c9c9c
}
.blog-item .blog-meta span span {
    margin-right: 5px;
    color: #999
}
.blog-item h4 {
    font-size: 17px
}
.blog-title {
    font-size: 20px
}
.blog-image {
    margin: 20px 0
}
.blog-image img {
    width: 100%
}
.blog-detail .blog-description {
    font-weight: bold
}
.blog-detail .blog-meta {
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 10px
}
.blog-detail h4 {
    font-size: 18px
}
.blog-tags,
.extra-blogs,
.blog-comments,
.social-share {
    padding-bottom: 15px
}
.blog-comment-block h3 {
    font-size: 16px
}
.blog-tags a span {
    background: none repeat scroll 0 0 #666666;
    border-radius: 2px;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 1;
    padding: 5px 10px
}
.extra-blogs ul li {
    padding: 6px 0;
    border-bottom: dotted 1px #DDDDDD
}
.blog-video-code .inner {
    background: #DDD;
    padding: 12px;
    margin-bottom: 15px;
    text-align: center
}
.comment-item {
    padding: 12px 0
}
.comment-item img {
    padding-right: 12px
}
.comment-wrap {
    overflow: hidden;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E5E5E5;
    padding: 20px;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}
.comment-wrap .comment-meta {
    border-bottom: 1px solid #E5E5E5;
    font-size: 11px;
    margin: -20px -20px 10px;
    padding: 10px 20px
}
.comment-wrap .comment-meta > span {
    font-weight: bold
}
.comment-wrap .comment-meta > span span {
    font-weight: normal
}
.blog-social .social-wrap > div {
    float: left
}
.rtl .blog-social .social-wrap > div {
    float: right
}
.blog-social .social-heading {
    padding-right: 12px
}
.rtl .blog-social .social-heading {
    padding-left: 12px;
    padding-right: inherit
}
.comment-link {
    background: none repeat scroll 0 0 #F4F4F4;
    border-left: 1px solid #E5E5E5;
    display: block;
    float: right;
    font-weight: bold;
    margin: -11px -20px -10px 0;
    padding: 10px 20px
}
.rtl .comment-link {
    float: left
}
.rtl .comment-link {
    margin: -11px 0 -10px -20px
}
.ipts-captcha img {
    float: left;
    padding-right: 12px
}
.rtl .ipts-captcha img {
    float: right
}
.rtl .ipts-captcha img {
    padding-left: 12px;
    padding-right: inherit
}
.ipts-captcha input {
    width: 100px
}
.blog-menu li {
    position: relative
}
.blog-menu 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
}
.blog-menu li a:hover,
.blog-menu li a.selected {
    background: #f6f6f6
}
.blog-menu li li a {
    font-weight: normal;
    color: #777777
}
.blog-menu li li a:before {
    content: "";
    font-family: "FontAwesome";
    line-height: 29px;
    padding-right: 8px
}
.blog-menu li span.grower {
    display: block;
    position: absolute;
    top: 0;
    cursor: pointer;
    font-size: 13px;
    font-family: "FontAwesome";
    right: 0
}
.rtl .blog-menu li span.grower {
    left: 0;
    right: auto
}
.blog-menu li span.grower.OPEN:before,
.blog-menu li span.grower.CLOSE:before {
    content: "+";
    display: block;
    padding: 10px;
    text-align: center
}
.blog-menu li span.grower.CLOSE:before {
    content: "-"
}

/* Account */
#account-creation_form .id_state,
#account-creation_form .dni,
#account-creation_form .postcode {
    display: none
}
#create-account_form {
    min-height: 297px
}
#create-account_form p {
    margin-bottom: 8px
}
#login_form {
    min-height: 297px
}
#login_form .form-group.lost_password {
    margin: 14px 0 15px 0
}
#login_form .form-group.lost_password a {
    text-decoration: underline
}
#login_form .form-group.lost_password a:hover {
    text-decoration: none
}
#login_form .form-control,
#create-account_form .form-control {
    max-width: 271px
}

/* Product */
.primary_block {
    margin-bottom: 40px
}
.product-heading-h5 {
    color: #999999;
    font-weight: 200;
    margin: 3px 0 8px;
    font-size: 19px;
    font-weight: bold;
}
.box-security .product-heading-h5 {
    margin: 3px 0 -8px
}
img {
    max-width: 100%;
    height: auto
}
.page-product-box .page-subheading {
    background: #d62529;
    padding: 10px;
    color: white
}
.tab-product .tab-content {
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #d6d6d6;
    padding: 10px 16px;
    margin-bottom: 20px;
    color: #000;
}
.tab-product .nav-tabs {
    border: 1px solid #D6D6D6;
    /*padding-left: 10px*/
}
.rtl .tab-product .nav-tabs {
    padding-right: 10px;
    padding-left: inherit
}
.tab-product .nav-tabs > li.active > a,
.tab-product .nav-tabs > li.active a:hover,
.tab-product .nav-tabs > li.active a:focus {
    border: none;
    /*background-color: #d62529;*/
    background: transparent;
    margin-top: -4px;
    color: #464646;
    /*text-transform: uppercase;*/
    padding: 15px 18px;
    border-bottom: 3px solid #d62529;
    font-weight: 600;
}
.tab-product .nav-tabs > li > a {
    display: block;
    padding: 12px 10px;
    text-decoration: none;
    /*text-transform: uppercase;*/
    color: #393939;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Arial';
    /*border-right: 1px solid #d6d6d6*/
}
.tab-product .nav-tabs > li > a:hover {
    /*background-color: #d62529;*/
    margin-top: -4px;
    /*color: white;*/
    /*text-transform: uppercase;*/
    padding: 15px 11px;
    border: none
}
.pb-left-column {}.pb-left-column #image-block {
    position: relative;
    padding: 5px;
    border: 1px solid #eeeeee;
    margin-bottom: 10px
}
.pb-left-column #image-block img {

}
.pb-left-column #image-block #view_full_size {
    display: block;
    cursor: pointer;
    text-align: center
}
.pb-left-column #image-block #view_full_size a {
    display: inline-block
}
.pb-left-column #image-block #view_full_size .span_link {
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: block;
    padding: 4px;
    text-align: center;
    line-height: 20px
}
.rtl .pb-left-column #image-block #view_full_size .span_link {
    left: 10px;
    right: auto
}
.pb-left-column #image-block #view_full_size .span_link:after {
    font-family: "FontAwesome";
    font-size: 20px;
    line-height: 20px;
    content: "\f00e";
    font-weight: normal;
    margin: 0 0 0 2px
}
.rtl .pb-left-column #image-block #view_full_size .span_link:after {
    margin: 0 2px 0 0
}
.pb-left-column #image-block #view_full_size .span_link:hover:after {
    color: white
}
.pb-left-column #image-block a.jqzoom div div img {
    width: auto;
    max-width: 10000px
}
.pb-left-column #image-block a.jqzoom div div .zoomWrapper {
    border: none
}
.pb-left-column #image-block .zoomPad {
    z-index: auto!important
}
.pb-left-column #views_block {
    position: relative
}
#thumbs_list {
    overflow: hidden;
    float: left;
    width: 410px;
    margin-left: 30px
}
.rtl #thumbs_list {
    float: right
}
.rtl #thumbs_list {
    margin-right: 30px;
    margin-left: inherit
}
#thumbs_list ul#thumbs_list_frame {
    list-style-type: none;
    padding-left: 0;
    overflow: hidden;
    margin: 0;
    height: 80px
}
.rtl #thumbs_list ul#thumbs_list_frame {
    padding-right: 0;
    padding-left: inherit
}
#thumbs_list li {
    float: left;
    height: 80px;
    width: 75px;
    cursor: pointer;
    border: 1px solid #eeeeee;
    margin-right: 8px;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.rtl #thumbs_list li {
    float: right
}
.rtl #thumbs_list li {
    margin-left: 8px;
    margin-right: inherit
}
#thumbs_list li:first-child {
    margin: 0 9px 0 0
}
.rtl #thumbs_list li:first-child {
    margin: 0 0 0 9px
}
#thumbs_list li.last {
    margin-right: 0
}
.rtl #thumbs_list li.last {
    margin-left: 0;
    margin-right: inherit
}
#thumbs_list li a {
    display: block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    text-align: center
}
#thumbs_list li img {
    margin: 5px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.primary_block span.view_scroll_spacer {
    float: left;
    width: 20px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: -6px;
    z-index: 1000
}
.rtl .primary_block span.view_scroll_spacer {
    float: right
}
.rtl .primary_block span.view_scroll_spacer {
    right: -6px;
    left: auto
}
#view_scroll_left,
#view_scroll_right {
    height: 20px;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    z-index: 1000
}
#view_scroll_left:before,
#view_scroll_right:before {
    color: black;
    font-family: "FontAwesome";
    font-size: 20px;
    line-height: 22px
}
#view_scroll_left:hover:before,
#view_scroll_right:hover:before {
    color: #75b263
}
#view_scroll_right {
    right: -10px
}
.rtl #view_scroll_right {
    left: -10px;
    right: auto
}
#view_scroll_right:before {
    content: "\f054"
}
#view_scroll_left {
    margin-top: 0
}
#view_scroll_left:before {
    content: "\f053";
    padding-right: 2px
}
.resetimg {
    padding: 10px 0 0
}
.resetimg #resetImages i {
    margin-right: 6px
}
.rtl .resetimg #resetImages i {
    margin-left: 6px;
    margin-right: inherit
}
#usefull_link_block {
    list-style-type: none
}
#usefull_link_block li {
    margin: 0 0 8px 0
}
#usefull_link_block li:first-child {
    margin: 0 0 8px 0;
    border: none;
    padding: 0
}
#usefull_link_block li a {
    position: relative;
    padding-left: 25px;
    line-height: 22px;
    display: inline-block;
    font-weight: 500
}
.rtl #usefull_link_block li a {
    padding-right: 25px;
    padding-left: inherit
}
#usefull_link_block li a:before {
    font-family: "FontAwesome";
    font-size: 16px;
    line-height: 24px;
    position: absolute;
    left: 0;
    font-weight: normal
}
.rtl #usefull_link_block li a:before {
    right: 0;
    left: auto
}
#usefull_link_block li a:hover:before {
    color: #75b263
}
#usefull_link_block li.print a:before {
    content: "\f02f"
}
#usefull_link_block li.sendtofriend a:before {
    content: "\f003"
}
#usefull_link_block li#left_share_fb {
    clear: both;
    float: none
}
#usefull_link_block li#left_share_fb a {
    padding-left: 18px
}
#usefull_link_block li#left_share_fb a:before {
    content: "\f09a"
}
#usefull_link_block li#favoriteproducts_block_extra_remove,
#usefull_link_block li#favoriteproducts_block_extra_add,
#usefull_link_block li#favoriteproducts_block_extra_removed,
#usefull_link_block li#favoriteproducts_block_extra_added {
    cursor: pointer;
    clear: both;
    float: none;
    margin: 0 0 8px 0;
    border: none;
    padding: 0;
    position: relative
}
#usefull_link_block li#favoriteproducts_block_extra_remove:before,
#usefull_link_block li#favoriteproducts_block_extra_add:before,
#usefull_link_block li#favoriteproducts_block_extra_removed:before,
#usefull_link_block li#favoriteproducts_block_extra_added:before {
    font-family: "FontAwesome";
    font-size: 19px;
    line-height: 24px;
    position: absolute;
    top: -2px;
    left: 0;
    font-weight: normal;
    content: "\f08a"
}
.rtl #usefull_link_block li#favoriteproducts_block_extra_remove:before,
.rtl #usefull_link_block li#favoriteproducts_block_extra_add:before,
.rtl #usefull_link_block li#favoriteproducts_block_extra_removed:before,
.rtl #usefull_link_block li#favoriteproducts_block_extra_added:before {
    right: 0;
    left: auto
}
#usefull_link_block li#favoriteproducts_block_extra_removed:before {
    content: "\f004"
}
.pb-center-column {
    margin-bottom: 30px
}
.pb-center-column h1 {
    padding-bottom: 16px;
    margin-top: 0;
    font-size: 24px;
    color: #75b263
}
.pb-center-column p {
    margin-bottom: 10px
}
.pb-center-column #product_reference {
    margin-bottom: 6px
}
.pb-center-column #short_description_block {
    color: #000
}
.pb-center-column #buy_block {
    margin-top: 10px
}
.pb-center-column #buy_block label {
    display: inline-block;
    width: 125px;
    font-weight: 700;
    font-size: 12px;
    text-align: right
}
.rtl .pb-center-column #buy_block label {
    text-align: left
}
.pb-center-column #buy_block p.price {
    padding: 0
}
.pb-center-column #color_picker p {
    padding-bottom: 5px;
    font-weight: 700
}
#product p#loyalty {
    padding: 17px 0 15px 35px;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    margin: 10px 0 -5px;
    position: relative
}
.rtl #product p#loyalty {
    padding: 17px 35px 15px 0
}
#product p#loyalty:before {
    content: "\f024";
    font-family: "FontAwesome";
    color: #cfcccc;
    font-size: 26px;
    line-height: 28px;
    position: absolute;
    top: 16px;
    left: 0
}
.rtl #product p#loyalty:before {
    right: 0;
    left: auto
}
#attributes fieldset {
    padding-bottom: 3px
}
#attributes fieldset label {
    vertical-align: top;
    display: block
}
#attributes .attribute_list {
    width: 100%
}
#attributes .attribute_list .form-control {
    max-width: 230px
}
#attributes .attribute_list .form-control option {
    color: #9c9c9c
}
#attributes .attribute_list ul {
    clear: both
}
#attributes .attribute_list ul li {
    float: left;
    margin-right: 10px
}
.rtl #attributes .attribute_list ul li {
    float: right
}
.rtl #attributes .attribute_list ul li {
    margin-left: 10px;
    margin-right: inherit
}
#attributes .attribute_list input.attribute_radio {
    float: left;
    margin-left: 3px
}
.rtl #attributes .attribute_list input.attribute_radio {
    float: right
}
.rtl #attributes .attribute_list input.attribute_radio {
    margin-right: 3px;
    margin-left: inherit
}
#attributes .attribute_list div.radio,
#attributes .attribute_list div.radio span,
#attributes .attribute_list div.radio input {
    float: none;
    display: inline-block
}
#attributes .attribute_list #color_to_pick_list {
    list-style-type: none
}
#attributes .attribute_list #color_to_pick_list li {
    float: left;
    margin: 0 3px 3px 0;
    padding: 1px;
    border: 1px solid #eeeeee;
    clear: none
}
.rtl #attributes .attribute_list #color_to_pick_list li {
    float: right
}
.rtl #attributes .attribute_list #color_to_pick_list li {
    margin: 0 0 3px 3px
}
#attributes .attribute_list #color_to_pick_list li a.color_pick {
    display: block;
    height: 22px;
    width: 22px;
    cursor: pointer
}
#attributes .attribute_list #color_to_pick_list li.selected {
    border: 1px solid #4d4d4d
}
.box-cart-bottom {
    padding: 0
}
.table-data-sheet {
    border-bottom: 1px solid #eeeeee;
    width: 100%;
    margin: 0 0 20px
}
.table-data-sheet tr {
    border-top: 1px solid #eeeeee
}
.table-data-sheet tr.even {
    background: #fdfdfd
}
.table-data-sheet tr td {
    padding: 10px 20px 11px
}
.table-data-sheet tr td:first-child {
    border-right: 1px solid #eeeeee;
    width: 30%;
    font-weight: 500
}
table.table-product-discounts {
    border: none;
    border-bottom: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    width: 50%;
    margin: 0 0 20px
}
@media (max-width: 767px) {
    table.table-product-discounts {
        width: 100%
    }
}
table.table-product-discounts tr th {
    background: #fbfbfb;
    font-weight: 700;
    border: none;
    font-weight: 700
}
table.table-product-discounts tr td,
table.table-product-discounts tr th {
    border-left: 1px solid #eeeeee;
    width: 33%;
    padding: 10px 20px 11px;
    border-top: 1px solid #eeeeee;
    border-right: none;
    text-shadow: none;
    text-transform: none;
    font-weight: 13px;
    line-height: 18px;
    border-bottom: none
}
.accessories-block .page-subheading {
    margin-bottom: 0
}
#quantity_wanted_p input {
    width: 78px;
    float: left;
    height: 30px
}
.rtl #quantity_wanted_p input {
    float: right
}
#quantity_wanted_p .btn {
    float: left;
    margin-left: 3px
}
.rtl #quantity_wanted_p .btn {
    float: right
}
.rtl #quantity_wanted_p .btn {
    margin-right: 3px;
    margin-left: inherit
}
#quantity_wanted_p label {
    display: block;
    margin-bottom: 7px
}
#availability_statut span#availability_label,
#availability_date_label {
    display: inline-block;
    width: 125px;
    font-weight: 700;
    font-size: 12px;
    text-align: right
}
.rtl #availability_statut span#availability_label,
.rtl #availability_date_label {
    text-align: left
}
#quantityAvailable {
    font-size: 13px;
    line-height: 18px
}
#availability_value,
#last_quantities {
    color: #8b8b8b;
    line-height: 18px;
    display: inline-block;
    margin-left: 5px
}
.rtl #availability_value,
.rtl #last_quantities {
    margin-right: 5px;
    margin-left: inherit
}
#last_quantities {
    background: #5cbae1;
    padding: 4px 8px 3px;
    position: relative;
    top: 1px
}
#availability_statut,
#pQuantityAvailable {
    display: inline-block
}
#pQuantityAvailable span {
    font-weight: 500
}
#availability_statut #availability_value.warning_inline {
    margin: 0
}
.content_prices {
    padding: 0 0 5px 0
}
.discount {
    display: none
}
.our_price_display {
    font-size: 23px;
    font-weight: bold;
}
#old_price,
.old-price {
    font-size: 17px;
    text-decoration: line-through;
    display: inline-block;
    font-weight: bold;
    line-height: 23px;
    color: #555555
}
.reduction_percent{
    display: inline-block;
    margin-right: 10px;
    padding: 1px 3px;
    font-size: 14px;
    line-height: 23px;
    color: white;
    background: #f13340;
    border: 1px solid #d02a2c;
    margin-top: 5px
}
.pb-center-column p.online_only {
    font-weight: 700;
    font-size: 13px;
    color: #f13340;
    text-align: left
}
.rtl .pb-center-column p.online_only {
    text-align: right
}
.buttons_bottom_block {
    clear: both;
    padding: 10px 0
}
#send_friend_form {
    width: 555px;
    overflow: hidden
}
#send_friend_form .product img {
    margin: 0 0 10px 0;
    border: 1px solid #eeeeee
}
#send_friend_form .product p {
    padding: 0
}
#send_friend_form .product p .product_name {
    font-size: 12px;
    color: #000
}
#send_friend_form .form_container {
    padding: 10px 15px;
    border: 1px solid #eeeeee;
    background: #fbfbfb
}
#send_friend_form .form_container p.intro_form {
    padding-bottom: 6px;
    font-weight: 700;
    font-size: 13px
}
#send_friend_form .form_container p.txt_required {
    padding-bottom: 0;
    color: #666
}
#send_friend_form .form_container .text {
    padding-bottom: 10px
}
#send_friend_form .form_container .text label {
    display: block;
    padding: 0;
    width: 100%;
    font-size: 12px
}
#send_friend_form .submit {
    margin-top: 20px;
    padding-bottom: 0;
    text-align: right
}
.rtl #send_friend_form .submit {
    text-align: left
}
p.infoCustomizable {
    margin-bottom: 30px
}
ul#uploadable_files,
ul#text_fields {
    list-style-type: none
}
.customizableProductsFile,
.customizableProductsText {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eeeeee
}
.customizationUploadLine {
    padding-bottom: 10px
}
.customizationUploadLine label {
    display: block;
    vertical-align: top
}
.customizationUploadLine textarea {
    width: 50%;
    border: 1px solid #eeeeee;
    color: #8b8b8b
}
.customizationUploadBrowse img + a {
    position: relative;
    top: -51px
}
#customizedDatas {
    float: right
}
.rtl #customizedDatas {
    float: left
}
.accessories_block div ul li a {
    display: inline-block
}
.accessories_block div ul li.s_title_block a,
.accessories_block div ul li.s_title_block span {
    font-weight: 700
}
.ie8 .pb-left-column #image-block #view_full_size .span_link {
    background: #fff;
    border: 1px solid #eeeeee
}
.ie8 .box-security {
    filter: none
}
.socialsharing_product button {
    border: 1px solid #eeeeee
}
.addsharethisinner .stButton .stArrow {
    display: none !important
}
#product.content_only div.primary_block {
    margin-bottom: 0;
    padding: 10px
}
@media (max-width: 991px) {
    #product.content_only div.primary_block {
        margin-right: 0
    }
}
#product.content_only #leo-paneltool {
    display: none
}
@media (max-width: 1050px) {
    #product.content_only div.primary_block div.pb-left-column,
    #product.content_only section.primary_block div.pb-left-column {
        width: 100%;
        padding-right: 15px
    }
    #product.content_only div.primary_block div.pb-left-column #image-block,
    #product.content_only div.primary_block div.pb-left-column #views_block,
    #product.content_only section.primary_block div.pb-left-column #image-block,
    #product.content_only section.primary_block div.pb-left-column #views_block {
        max-width: 470px;
        width: 100%;
        margin-left: auto;
        margin-right: auto
    }
    #product.content_only div.primary_block div.pb-left-column #thumbs_list li,
    #product.content_only section.primary_block div.pb-left-column #thumbs_list li {
        width: 90px;
        height: 90px
    }
    #product.content_only div.primary_block div.pb-left-column #thumbs_list li img,
    #product.content_only section.primary_block div.pb-left-column #thumbs_list li img {
        width: 82px;
        height: 82px
    }
    #product.content_only div.primary_block div.pb-center-column,
    #product.content_only section.primary_block div.pb-center-column {
        width: 50%;
        float: left;
        padding-left: 35px
    }
    .rtl #product.content_only div.primary_block div.pb-center-column,
    .rtl #product.content_only section.primary_block div.pb-center-column {
        float: right
    }
    .rtl #product.content_only div.primary_block div.pb-center-column,
    .rtl #product.content_only section.primary_block div.pb-center-column {
        padding-right: 35px;
        padding-left: inherit
    }
    #product.content_only div.primary_block div.pb-right-column,
    #product.content_only section.primary_block div.pb-right-column {
        width: 50%;
        float: left
    }
    .rtl #product.content_only div.primary_block div.pb-right-column,
    .rtl #product.content_only section.primary_block div.pb-right-column {
        float: right
    }
}
.bx-wrapper {
    position: relative;
    padding: 0;
    zoom: 1;
    margin: 0 !important
}
.bx-wrapper img {
    max-width: 100%;
    display: block
}
.bx-viewport {
    direction: ltr !important
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%
}
.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url("../../../js/jquery/plugins/bxslider/images/bx_loader.gif") center center no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
    display: none
}
.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #666;
    padding-top: 20px
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    zoom: 1
}
.bx-wrapper .bx-pager.bx-default-pager a {
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background: #000;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000
}
.bx-wrapper .bx-controls-direction a {
    margin-top: 38px;
    height: 20px;
    width: 20px;
    line-height: 0;
    position: absolute;
    top: 40%;
    margin-top: -10px;
    font-size: 0;
    overflow: hidden;
    outline: none;
    text-decoration: none
}
.bx-wrapper .bx-controls-direction a:before {
    padding-left: 2px;
    color: #c0c0c0;
    font-family: "FontAwesome";
    font-size: 20px;
    line-height: 22px
}
.bx-wrapper .bx-controls-direction a:hover:before {
    color: #333
}
.bx-next {
    right: 10px
}
.bx-next:before {
    content: "\f138"
}
.bx-prev {
    left: 10px
}
.bx-prev:before {
    content: "\f137"
}
.bx-wrapper .bx-controls-direction a.disabled {
    display: none
}
.bx-wrapper .bx-controls-auto {
    text-align: center
}
.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url("../../../js/jquery/plugins/bxslider/images/controls.png") -86px -11px no-repeat;
    margin: 0 3px
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0
}
.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url("../../../js/jquery/plugins/bxslider/images/controls.png") -86px -44px no-repeat;
    margin: 0 3px
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px
}
.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666;
    background: rgba(80, 80, 80, 0.75);
    width: 100%
}
.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    display: block;
    font-size: .85em;
    padding: 10px
}
.socialsharing_product button {
    margin-bottom: 3px
}
/* Product more */

.blogs_block .blog-item img {}.blockproductscategory .page-heading {
    background: transparent;
    text-transform: uppercase
}
.productscategory_h3 {
    margin-bottom: 0
}
#crossselling_list,
.accessories-block .block_content,
#productscategory_list {}#crossselling_list .bx-wrapper,
.accessories-block .block_content .bx-wrapper,
#productscategory_list .bx-wrapper {
    position: relative;
    padding: 0;
    *zoom: 1;
    margin: 0 !important
}
#crossselling_list .bx-wrapper img,
.accessories-block .block_content .bx-wrapper img,
#productscategory_list .bx-wrapper img {
    max-width: 100%;
    display: block
}
#crossselling_list .bx-wrapper .bx-pager,
#crossselling_list .bx-wrapper .bx-controls-auto,
.accessories-block .block_content .bx-wrapper .bx-pager,
.accessories-block .block_content .bx-wrapper .bx-controls-auto,
#productscategory_list .bx-wrapper .bx-pager,
#productscategory_list .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%
}
#crossselling_list .bx-wrapper .bx-loading,
.accessories-block .block_content .bx-wrapper .bx-loading,
#productscategory_list .bx-wrapper .bx-loading {
    min-height: 50px;
    background: url("../css/modules/productscategory/css/images/bx_loader.gif") center center no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
    display: none
}
#crossselling_list .bx-wrapper .bx-pager,
.accessories-block .block_content .bx-wrapper .bx-pager,
#productscategory_list .bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    
    font-weight: bold;
    color: #666;
    padding-top: 20px
}
#crossselling_list .bx-wrapper .bx-pager .bx-pager-item,
#crossselling_list .bx-wrapper .bx-controls-auto .bx-controls-auto-item,
.accessories-block .block_content .bx-wrapper .bx-pager .bx-pager-item,
.accessories-block .block_content .bx-wrapper .bx-controls-auto .bx-controls-auto-item,
#productscategory_list .bx-wrapper .bx-pager .bx-pager-item,
#productscategory_list .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline
}
#crossselling_list .bx-wrapper .bx-pager.bx-default-pager a,
.accessories-block .block_content .bx-wrapper .bx-pager.bx-default-pager a,
#productscategory_list .bx-wrapper .bx-pager.bx-default-pager a {
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background: #000;
    outline: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px
}
#crossselling_list .bx-wrapper .bx-pager.bx-default-pager a:hover,
#crossselling_list .bx-wrapper .bx-pager.bx-default-pager a.active,
.accessories-block .block_content .bx-wrapper .bx-pager.bx-default-pager a:hover,
.accessories-block .block_content .bx-wrapper .bx-pager.bx-default-pager a.active,
#productscategory_list .bx-wrapper .bx-pager.bx-default-pager a:hover,
#productscategory_list .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000
}
#crossselling_list .bx-wrapper .bx-controls-direction a,
.accessories-block .block_content .bx-wrapper .bx-controls-direction a,
#productscategory_list .bx-wrapper .bx-controls-direction a {
    height: 20px;
    width: 20px;
    line-height: 0;
    position: absolute;
    top: -50px;
    font-size: 0;
    overflow: hidden;
    text-align: center
}
#crossselling_list .bx-wrapper .bx-controls-direction a:before,
.accessories-block .block_content .bx-wrapper .bx-controls-direction a:before,
#productscategory_list .bx-wrapper .bx-controls-direction a:before {
    padding-left: 2px;
    color: #4D4E4F;
    font-family: "FontAwesome";
    font-size: 20px;
    line-height: 22px
}
#crossselling_list .bx-next,
.accessories-block .block_content .bx-next,
#productscategory_list .bx-next {
    right: 10px
}
#crossselling_list .bx-next:before,
.accessories-block .block_content .bx-next:before,
#productscategory_list .bx-next:before {
    content: "\f054"
}
#crossselling_list .bx-prev,
.accessories-block .block_content .bx-prev,
#productscategory_list .bx-prev {
    right: 10px
}
#crossselling_list .bx-prev:before,
.accessories-block .block_content .bx-prev:before,
#productscategory_list .bx-prev:before {
    content: "\f053"
}
#crossselling_list .bx-wrapper .bx-controls-direction a.disabled,
.accessories-block .block_content .bx-wrapper .bx-controls-direction a.disabled,
#productscategory_list .bx-wrapper .bx-controls-direction a.disabled {
    display: none
}
#crossselling_list .bx-wrapper .bx-controls-auto,
.accessories-block .block_content .bx-wrapper .bx-controls-auto,
#productscategory_list .bx-wrapper .bx-controls-auto {
    text-align: center
}
#crossselling_list .bx-wrapper .bx-controls-auto .bx-start,
.accessories-block .block_content .bx-wrapper .bx-controls-auto .bx-start,
#productscategory_list .bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url("../css/modules/productscategory/css/images/controls.png") -86px -11px no-repeat;
    margin: 0 3px
}
#crossselling_list .bx-wrapper .bx-controls-auto .bx-start:hover,
#crossselling_list .bx-wrapper .bx-controls-auto .bx-start.active,
.accessories-block .block_content .bx-wrapper .bx-controls-auto .bx-start:hover,
.accessories-block .block_content .bx-wrapper .bx-controls-auto .bx-start.active,
#productscategory_list .bx-wrapper .bx-controls-auto .bx-start:hover,
#productscategory_list .bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0
}
#crossselling_list .bx-wrapper .bx-controls-auto .bx-stop,
.accessories-block .block_content .bx-wrapper .bx-controls-auto .bx-stop,
#productscategory_list .bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url("../css/modules/productscategory/css/images/controls.png") -86px -44px no-repeat;
    margin: 0 3px
}
#crossselling_list .bx-wrapper .bx-controls-auto .bx-stop:hover,
#crossselling_list .bx-wrapper .bx-controls-auto .bx-stop.active,
.accessories-block .block_content .bx-wrapper .bx-controls-auto .bx-stop:hover,
.accessories-block .block_content .bx-wrapper .bx-controls-auto .bx-stop.active,
#productscategory_list .bx-wrapper .bx-controls-auto .bx-stop:hover,
#productscategory_list .bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px
}
#crossselling_list .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager,
.accessories-block .block_content .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager,
#productscategory_list .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%
}
.rtl #crossselling_list .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager,
.rtl .accessories-block .block_content .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager,
.rtl #productscategory_list .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: right
}
#crossselling_list .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto,
.accessories-block .block_content .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto,
#productscategory_list .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px
}
#crossselling_list .bx-wrapper .bx-caption,
.accessories-block .block_content .bx-wrapper .bx-caption,
#productscategory_list .bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666\9;
    background: rgba(80, 80, 80, 0.75);
    width: 100%
}
#crossselling_list .bx-wrapper .bx-caption span,
.accessories-block .block_content .bx-wrapper .bx-caption span,
#productscategory_list .bx-wrapper .bx-caption span {
    color: white;
    
    display: block;
    font-size: .85em;
    padding: 10px
}

/* Product more more !*/
@media (min-width: 992px) {
    #subcategories .row > div:nth-child(4n+1),
    .first-in-line {
        clear: both
    }
}
@media (min-width: 480px) and (max-width: 991px) {
    #subcategories .row > div:nth-child(2n+1),
    .first-item-of-tablet-line {
        clear: both
    }
}
@media (min-width: 1200px) {
    #blockpack ul > li.last-line {
        border: none;
        padding-bottom: 0;
        margin-bottom: 0
    }
}
@media (min-width: 480px) and (max-width: 767px) {
    #blockpack ul > li.first-item-of-tablet-line {
        clear: none
    }
    #blockpack ul > li.first-item-of-mobile-line {
        clear: left
    }
}
.product_list {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.product_list .nopadding {
    padding: 0
}
.product_list .nomargin {
    margin: 0
}
.product_list.nomargin {
    margin: 0
}
.product_list .color-list-container {
    margin-bottom: 12px
}
.product_list .color-list-container ul li {
    display: inline-block;
    border: 1px solid #eeeeee
}
.product_list .color-list-container ul li a {
    display: block;
    width: 23px;
    height: 23px;
    margin: 1px
}
@media (max-width: 479px) {
    .product_list.list > .ajax_block_product .left-block {
        width: 100%
    }
}
@media (max-width: 479px) {
    .product_list.list > .ajax_block_product .product-image-container {
        max-width: 290px;
        margin: 0 auto
    }
}
@media (max-width: 479px) {
    .product_list.list > .ajax_block_product .center-block {
        width: 100%
    }
}
@media (max-width: 479px) {
    .product_list.list > .ajax_block_product {
        text-align: center
    }
}
.ie8 .quick-view {
    background: #fff;
    border: 1px solid #eeeeee
}

/* Page */

#cms #center_column .list-1 li {
    padding: 4px 0 6px 0;
    font-weight: bold;
    color: #46a74e;
    border-top: 1px solid #eeeeee
}
#cms #center_column .list-1 li:first-child {
    border: none
}
#cms #center_column .list-1 li em {
    font-size: 20px;
    line-height: 20px;
    padding-right: 15px;
    vertical-align: -2px
}
#cms #center_column img {
    margin: 4px 0 17px;
    max-width: 100%;
    height: auto
}
#cms #center_column .testimonials {
    border: 1px solid;
    border-color: #dfdede #d2d0d0 #b0afaf #d2d0d0;
    margin: 4px 0 13px 0;
    position: relative
}
#cms #center_column .testimonials .inner {
    padding: 19px 18px 11px 18px;
    background: #fbfbfb;
    background: -moz-linear-gradient(top, #fbfbfb 0, #fefefe 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbfbfb), color-stop(100%, #fefefe));
    background: -webkit-linear-gradient(top, #fbfbfb 0, #fefefe 100%);
    background: -o-linear-gradient(top, #fbfbfb 0, #fefefe 100%);
    background: -ms-linear-gradient(top, #fbfbfb 0, #fefefe 100%);
    background: linear-gradient(to bottom, #fbfbfb 0, #fefefe 100%)
}
#cms #center_column .testimonials .inner span {
    text-indent: -5000px;
    display: inline-block;
    width: 20px;
    height: 15px
}
#cms #center_column .testimonials .inner span.before {
    background: url("../img/bl-before-bg.png") no-repeat;
    margin-right: 8px
}
#cms #center_column .testimonials .inner span.after {
    background: url("../img/bl-after-bg.png") no-repeat;
    margin-left: 8px
}
#cms #center_column .testimonials:after {
    content: ".";
    display: block;
    text-indent: -5000px;
    position: absolute;
    bottom: -16px;
    left: 21px;
    width: 15px;
    height: 16px;
    background: url("../img/testimon-after.gif") no-repeat
}
#cms #center_column .testimonials + p {
    padding-left: 45px;
    margin-bottom: 18px
}
#cms #center_column p.bottom-indent {
    margin-bottom: 18px
}
#cms #center_column #admin-action-cms {
    background: none repeat 0 0 #F6F6F6;
    border: 1px solid #d2d0d0;
    padding: 10px
}
#cms #center_column #admin-action-cms p {
    margin: 0
}
#cms #center_column #admin-action-cms p span {
    display: block;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #d62529
}
#cms #center_column #admin-action-cms p .button {
    padding: 0;
    border: 1px solid;
    padding: 10px 14px;
    display: inline-block
}
#cms #center_column #admin-action-cms p .button.publish_button {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
    border-color: #0079b6 #006fa8 #012740 #006fa8;
    background: #009ad0;
    background: -moz-linear-gradient(top, #009ad0 0, #007ab7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #009ad0), color-stop(100%, #007ab7));
    background: -webkit-linear-gradient(top, #009ad0 0, #007ab7 100%);
    background: -o-linear-gradient(top, #009ad0 0, #007ab7 100%);
    background: -ms-linear-gradient(top, #009ad0 0, #007ab7 100%);
    background: linear-gradient(to bottom, #009ad0 0, #007ab7 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#009ad0', endColorstr='#007ab7', GradientType=0)
}
#cms #center_column #admin-action-cms p .button.publish_button:hover {
    border-color: #01314e #004b74 #0079b6 #004b74;
    filter: none;
    background: #0084bf
}
#cms #center_column #admin-action-cms p .button.lnk_view {
    text-shadow: 1px 1px white;
    border-color: #cacaca #b7b7b7 #9a9a9a #b7b7b7;
    background: #f7f7f7;
    background: -moz-linear-gradient(top, #f7f7f7 0, #ededed 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #ededed));
    background: -webkit-linear-gradient(top, #f7f7f7 0, #ededed 100%);
    background: -o-linear-gradient(top, #f7f7f7 0, #ededed 100%);
    background: -ms-linear-gradient(top, #f7f7f7 0, #ededed 100%);
    background: linear-gradient(to bottom, #f7f7f7 0, #ededed 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#ededed', GradientType=0)
}
#cms #center_column #admin-action-cms p .button.lnk_view:hover {
    border-color: #9e9e9e #9e9e9e #c8c8c8 #9e9e9e;
    filter: none;
    background: #e7e7e7
}
