.product-price{
    font-family:Open Sans;
    font-size:18px;
    font-weight:700;
    padding:0px
}
.price{
    color:#000;
    font-weight:700
}
.price.sale-price{
    color:#000;
    margin-right:5px
}
.rtl .price.sale-price{
    margin-left:5px;
    margin-right:inherit
}
.price #ProductPrice{
    font-size:18px;
    font-weight:normal
}
.price-old,.old-price{
    font-size:14px;
    color:#787878;
    font-weight:400;
    text-decoration:line-through;
    font-family:Open Sans
}
.product_list.list .product_block{
    border:0px;
    padding:0
}
.product_list.list>.row{
    margin:0
}
.product-block{
    position:relative;
    overflow:hidden;
    margin-bottom:26px;
    -webkit-transition:all 0.3s ease 0s;
    transition:all 0.3s ease 0s;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}
.product-block .product-meta{
    position:relative;
    padding:0;
    text-align:left
}
.product-block .product-desc{
    overflow:hidden;
    display:none;
    padding:5px 0px;
    color:#999;
    font-size:13px;
    font-weight:300
}
.product-block .name{
    text-transform:none;
    margin:5px 0 0;
    padding:0px;
    min-height:36px;
    font-weight:normal
}
.product-block .name a{
    color:#344556;
    font-size:14px;
    font-family:Open Sans;
    font-weight:400;
    text-decoration:none;
    line-height:20px
}
.product-block .name a:hover{
    color:#42a2f3
}
.product-block .product_img_link{
    display:block;
    position:relative
}
@media screen and (min-width: 991px){
    .product-block .product_img_link:before{
        content:"";
        width:100%;
        height:100%;
        background-color:#000;
        background-color:rgba(0,0,0,0.2);
        zoom:1;
        background-color:transparent\9;
        position:absolute;
        top:0;
        left:0;
        z-index:11;
        opacity:0;
        filter:alpha(opacity=0);
        visibility:hidden;
        -webkit-transition:all 0.3s ease-in-out;
        transition:all 0.3s ease-in-out
    }
}
.product-block .image{
    position:relative;
    overflow:hidden;
    text-align:center;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    -ms-border-radius:0px;
    -o-border-radius:0px;
    border-radius:0px;
    margin:0px;
    border:0px
}
.product-block .product-additional{
    position:absolute;
    top:0px;
    visibility:hidden;
    left:0px;
    width:100%
}
@media screen and (min-width: 991px){
    .product-block .product-additional{
        perspective:500px;
        opacity:0;
        filter:alpha(opacity=0);
        -webkit-transition:all 0.4s ease-in-out;
        transition:all 0.4s ease-in-out
    }
}
@media screen and (min-width: 991px){
    .product-block:hover .product-additional{
        visibility:visible;
        opacity:1;
        filter:alpha(opacity=100)
    }
}
@media screen and (max-width: 375px){
    .product-block:hover .product-additional{
        visibility:visible;
        opacity:1;
        filter:alpha(opacity=100)
    }
}
.product-block .product-flags{
    float:left
}
.product-block .functional-buttons{
    width:100%;
    margin:auto;
    text-align:left;
    padding:10px 0
}
@media screen and (min-width: 991px){
    .product-block .functional-buttons{
        opacity:0;
        filter:alpha(opacity=0);
        -webkit-transform:scale(1.05);
        -moz-transform:scale(1.05);
        -ms-transform:scale(1.05);
        -o-transform:scale(1.05);
        visibility:hidden;
        z-index:12;
        position:absolute;
        bottom:0;
        left:0;
        top:0;
        right:0;
        height:88px;
        text-align:center;
        padding:0
    }
}
.product-block .functional-buttons .btn{
    background-color:#fff;
    font-size:14px;
    color:#000;
    padding:0;
    display:inline-block;
    -webkit-transition:all 0.3s ease 0s;
    transition:all 0.3s ease 0s;
    font-size:0px;
    height:39px;
    width:39px;
    line-height:37px;
    border:1px solid #000;
    margin:0
}
@media screen and (min-width: 991px){
    .product-block .functional-buttons .btn{
        margin:0 -2px
    }
}
.product-block .functional-buttons .btn .span{
    font-size:0px
}
.product-block .functional-buttons .btn .fa{
    font-size:14px;
    line-height:37px
}
.product-block .functional-buttons .btn:hover{
    background-color:#42a2f3;
    border-color:#42a2f3;
    color:#fff
}
.product-block .functional-buttons .cart,.product-block .functional-buttons .wishlist,.product-block .functional-buttons .view_detail{
    display:inline-block
}
.product-block .functional-buttons .wishlist .btn-wishlist.added{
    color:#6cc063
}
.product-block .functional-buttons .view_detail .lnk_view{
    padding:0px;
    display:block
}
.product-block .functional-buttons .view_detail .lnk_view span{
    font-size:0px
}
.product-block .functional-buttons .quickview{
    margin-bottom:10px;
    display:block
}
.product-block .functional-buttons .quickview .quick-view{
    padding:0px 20px;
    width:inherit
}
.product-block .functional-buttons .quickview .quick-view span{
    font-size:14px;
    font-weight:700
}
.product-block .functional-buttons .quickview .quick-view .fa{
    font-size:0px
}
.product-block .review .spr-badge-starrating{
    margin:0px;
    float:left
}
.product-block .review .spr-badge-starrating .spr-icon{
    font-size:10px;
    text-align:center;
    padding:0px 1px
}
.product-block .review .spr-badge-starrating .spr-icon.spr-icon-star-empty{
    color:#a2a2a2
}
.product-block .review .spr-badge-starrating .spr-icon.spr-icon-star-empty:before{
    content:"\f005";
    font-family:"FontAwesome"
}
.product-block .review .spr-badge-caption{
    display:none;
    font-size:11px;
    font-style:italic;
    color:#999;
    padding-top:4px;
    float:right
}
.product-block .review .spr-badge{
    padding:9px 0px
}
.product-block .deal-clock{
    position:absolute;
    left:0px;
    right:0px;
    bottom:100%;
    margin-bottom:0px;
    z-index:1;
    background-color:rgba(200,200,200,0.5);
    -webkit-transition:all 0.5s ease 0s;
    transition:all 0.5s ease 0s
}
.product_list.list .product-block .deal-clock{
    position:relative;
    margin-top:10px;
    z-index:1 !important;
    bottom:0px !important;
    background-color:transparent
}
.product-block .deal-clock ul li b{
    display:block
}
@media screen and (min-width: 991px){
    .product-block:hover .product_img_link:before{
        opacity:1;
        filter:alpha(opacity=100);
        visibility:visible
    }
    .product-block:hover .functional-buttons{
        -webkit-transition:all 0.5s ease-in-out;
        transition:all 0.5s ease-in-out;
        opacity:1;
        filter:alpha(opacity=100);
        visibility:visible;
        -webkit-transform:scale(1);
        -moz-transform:scale(1);
        -ms-transform:scale(1);
        -o-transform:scale(1)
    }
    .product-block:hover .deal-clock{
        z-index:-1;
        bottom:50%;
        opacity:0;
        filter:alpha(opacity=0);
        -webkit-transition:all 0.5s ease 0s;
        transition:all 0.5s ease 0s
    }
    .product_list.list .product-block:hover .deal-clock{
        opacity:1;
        filter:alpha(opacity=100)
    }
    .product-block:hover .leo-more-info{
        left:0px;
        width:80px;
        opacity:1;
        filter:alpha(opacity=100);
        -webkit-transition:all 0.4s ease 0s;
        transition:all 0.4s ease 0s
    }
}
.ajax_addtocart.disabled,.ajax_addtocart[disabled]{
    cursor:not-allowed;
    pointer-events:none;
    opacity:0.65;
    box-shadow:none
}
.new-box{
    position:absolute;
    top:6px;
    left:-29px;
    text-transform:capitalize;
    height:32px;
    width:100px;
    line-height:24px;
    z-index:10;
    background-color:#6CC063;
    -webkit-transform:rotate(315deg);
    -moz-transform:rotate(315deg);
    -ms-transform:rotate(315deg);
    -o-transform:rotate(315deg)
}
.new-box .label-new{
    font-family:Open Sans;
    font-size:13px;
    font-weight:300;
    color:#fff;
    display:block;
    line-height:30px;
    padding:0
}
.sale-box{
    position:absolute;
    top:6px;
    right:-29px;
    text-transform:capitalize;
    height:32px;
    width:100px;
    line-height:24px;
    z-index:10;
    background-color:#EE4564;
    -webkit-transform:rotate(-315deg);
    -moz-transform:rotate(-315deg);
    -ms-transform:rotate(-315deg);
    -o-transform:rotate(-315deg)
}
.sale-box .label-sale{
    font-family:Open Sans;
    font-size:13px;
    font-weight:300;
    color:#fff;
    display:block;
    line-height:30px;
    padding:0
}
.product_list.list .product-block .product-meta{
    padding:0px;
    text-align:left
}
.product_list.list .product-block .product-meta .name{
    margin-bottom:15px
}
.product_list.list .product-block .content_price{
    margin-bottom:15px
}
.product_list.list .product-block .product-desc{
    display:block
}
.product_list.list .review{
    border-top:0px
}
.product_list.list .review .spr-badge-caption{
    display:none
}
.product_list.list .review .spr-badge{
    padding:0px 0px 5px
}
.product_heading{
    line-height:38px;
    border:1px solid #e5e5e5;
    background:#fff;
    margin-bottom:20px;
    padding:0px 15px;
    height:40px;
    font-size:13px
}
.product-left-column #image-block{
    position:relative;
    padding:0px;
    border:1px solid #eaeaea
}
.product-left-column #image-block img{
    width:100%
}
.product-left-column #image-block a{
    display:inline-block;
    vertical-align:middle
}
.product-left-column #image-block a.jqzoom div div img{
    width:auto;
    max-width:10000px
}
.product-left-column #image-block #view_full_size{
    display:block;
    cursor:pointer;
    text-align:center
}
.product-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
}
.product-left-column #image-block #view_full_size .span_link::after{
    font-family:"FontAwesome";
    color:#C0C0C0;
    font-size:25px;
    line-height:25px;
    content:"\f00e";
    font-weight:normal;
    margin:0px 0px 0px 2px
}
.product-left-column #image-block #view_full_size .span_link:hover{
    color:#000
}
#views_block{
    text-align:center;
    position:relative;
    margin-top:15px
}
#thumbs_list{
    position:relative;
    padding:0px 50px
}
#thumbs_list #thumblist{
    list-style-type:none;
    padding:0px 1px;
    margin:0px;
    overflow:hidden;
    position:static
}
#thumbs_list .owl-item{
    padding:0px 5px
}
#thumbs_list .thumb_item{
    border:2px solid #eaeaea
}
#thumbs_list .thumb_item:hover{
    border-color:#000
}
#thumbs_list .owl-pagination{
    display:none
}
#thumbs_list .owl-prev,#thumbs_list .owl-next{
    width:30px;
    height:30px;
    margin-top:-20px
}
#thumbs_list .owl-prev:before,#thumbs_list .owl-next:before{
    border:1px solid #b6b6b6;
    border-radius:3px;
    font-size:12px;
    line-height:28px;
    height:30px;
    color:#787878;
    text-shadow:none;
    -webkit-transition:all 0.3s ease;
    transition:all 0.3s ease
}
#thumbs_list .owl-prev:hover:before,#thumbs_list .owl-next:hover:before{
    background:#42a2f3;
    color:#fff;
    border-color:#42a2f3
}
#view_scroll_left,#view_scroll_right{
    width:30px;
    height:30px;
    line-height:0;
    font-size:0px;
    overflow:hidden
}
#view_scroll_left:before,#view_scroll_right:before{
    padding-left:2px;
    color:#C0C0C0;
    font-family:"FontAwesome";
    font-size:20px;
    line-height:22px
}
#view_scroll_left:before{
    content:"\f137";
    padding-right:2px
}
#view_scroll_right{
    position:absolute;
    top:50%;
    right:0px;
    margin-top:-15px
}
#view_scroll_right:before{
    content:"\f138"
}
span.view_scroll_spacer{
    position:absolute;
    top:50%;
    left:0px;
    width:30px;
    height:30px;
    margin-top:-15px
}
.product-left-column .image-block{
    position:relative;
    padding:0px;
    border:1px solid #EBEBEB
}
.product-left-column .image-block .view_full_size{
    display:block;
    cursor:pointer;
    text-align:center
}
.product-left-column .image-block .view_full_size a{
    display:block
}
.product-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
}
.product-left-column .image-block .view_full_size .span_link::after{
    font-family:"FontAwesome";
    color:#C0C0C0;
    font-size:25px;
    line-height:25px;
    content:"\f00e";
    font-weight:normal;
    margin:0px 0px 0px 2px
}
.product-left-column .image-block .view_full_size .span_link:hover{
    color:#000
}
.thumbs_list{
    overflow:hidden;
    float:left;
    width:295px;
    margin-left:45px
}
.rtl .thumbs_list{
    float:right
}
.thumbs_list .thumblist{
    list-style-type:none;
    padding:0px;
    margin:0px;
    overflow:hidden;
    height:126px
}
.thumbs_list li{
    float:left;
    width:88px;
    height:126px;
    cursor:pointer;
    border:1px solid #DBDBDB;
    margin-right:8px;
    line-height:0;
    box-sizing:border-box;
    list-style:outside none none
}
.rtl .thumbs_list li{
    float:right
}
.thumbs_list li:first-child{
    margin:0px 9px 0px 0px
}
.thumbs_list li.last{
    margin-right:0px
}
.view_scroll_left,.view_scroll_right{
    margin-top:38px;
    height:20px;
    width:20px;
    line-height:0;
    font-size:0px;
    overflow:hidden
}
.view_scroll_left:before,.view_scroll_right:before{
    padding-left:2px;
    color:#C0C0C0;
    font-family:"FontAwesome";
    font-size:20px;
    line-height:22px
}
.view_scroll_left:before{
    content:"\f137";
    padding-right:2px
}
.view_scroll_right{
    float:left
}
.view_scroll_right:before{
    content:"\f138"
}
.product-center-column{
    font-size:12px;
    font-weight:300;
    color:#999
}
.product-center-column h1{
    margin:0px 0px 20px;
    font-size:24px;
    font-family:Open Sans;
    font-weight:700;
    line-height:36px;
    color:#272727;
    text-transform:capitalize
}
.product-center-column .review{
    margin-bottom:15px
}
.product-center-column .spr-badge-starrating .spr-icon{
    font-size:9px;
    padding:0px 1px;
    top:0px
}
.product-center-column .spr-badge-caption{
    font-size:13px;
    margin-left:10px
}
.product-center-column .available{
    margin:0px;
    font-weight:400;
    color:#72c13d;
    text-transform:uppercase
}
.product-center-column .available.outstock{
    color:#e55e5e
}
.product-center-column .brand{
    font-size:12px;
    margin:0px;
    padding:0;
    text-transform:none;
    line-height:30px
}
.product-center-column .brand a,.product-center-column .brand span{
    color:#000
}
.product-center-column .brand span{
    font-weight:bold
}
.product-center-column .price #ProductPrice{
    font-family:Open Sans;
    font-size:28px;
    font-weight:900;
    color:#ee4546
}
.product-center-column .price-old,.product-center-column .old-price{
    font-size:16px;
    margin:0 5px
}
.product-center-column .show_part_product{
    border-left:3px solid #42a2f3;
    padding:5px 0 5px 30px;
    margin:15px 0
}
.product-center-column .product-description{
    margin-bottom:15px
}
.product-right-column{
    font-size:13px;
    font-weight:300;
    color:#999
}
.product-right-column #ProductPrice{
    font-family:Open Sans;
    font-size:24px;
    font-weight:900;
    color:#42a2f3
}
.product-right-column .product-description{
    line-height:24px;
    padding:20px 0px 0;
    font-size:14px
}
.product-right-column .total-price{
    margin-top:15px;
    display:none
}
.product-right-column .selector-wrapper{
    display:block;
    margin-top:15px
}
.product-right-column .selector-wrapper:before,.product-right-column .selector-wrapper:after{
    content:"";
    display:table
}
.product-right-column .selector-wrapper:after{
    clear:both
}
.product-right-column .selector-wrapper label{
    margin:0px 10px 0px 0px;
    float:left;
    line-height:26px;
    min-width:60px;
    font-weight:700;
    color:#787878;
    text-transform:uppercase
}
.rtl .product-right-column .selector-wrapper label{
    float:right
}
.product-right-column .selector-wrapper select{
    padding:5px 15px;
    border:2px solid #e5e5e5
}
.product-right-column .quantity_wanted_p{
    padding:20px 0;
    border-bottom:1px solid #e5e5e5;
    margin-bottom:20px
}
.product-right-column #AddToCartForm{
    margin-top:20px;
    border-top:1px solid #e5e5e5
}
.product-right-column .quantity-selector{
    float:left;
    margin-right:10px;
    margin-bottom:0px;
    font-weight:700;
    color:#787878;
    line-height:30px;
    min-width:60px;
    text-transform:uppercase
}
.rtl .product-right-column .quantity-selector{
    float:right
}
.rtl .product-right-column .quantity-selector{
    margin-left:10px;
    margin-right:inherit
}
.product-right-column .js-qty{
    float:left;
    margin-bottom:0px
}
.rtl .product-right-column .js-qty{
    float:right
}
.product-right-column .price-product-detail{
    margin:6px 0px 10px 0px
}
.product-right-column .btn-wishlist{
    border-color:#e5e5e5;
    font-size:12px;
    color:#000;
    padding:0px 30px;
    line-height:36px
}
.product-right-column .btn-wishlist .fa{
    color:#000;
    -webkit-transition:all 0.3s;
    transition:all 0.3s
}
.product-right-column .btn-wishlist:hover{
    color:#fff;
    background:#42a2f3;
    border-color:#42a2f3
}
.product-right-column .btn-wishlist:hover .fa{
    color:#fff;
    -webkit-transition:all 0.3s;
    transition:all 0.3s
}
.product-right-column .add_to_cart_detail{
    display:block;
    float:left;
    margin-right:30px;
    padding:0px 30px;
    background:#42a2f3;
    border-color:#42a2f3;
    color:#fff;
    height:40px;
    line-height:40px;
    -webkit-transition:all 0.3s ease;
    transition:all 0.3s ease;
    font-size:12px
}
.product-right-column .add_to_cart_detail span{
    font-size:12px
}
.product-right-column .add_to_cart_detail:hover,.product-right-column .add_to_cart_detail:focus{
    sborder-color:#344556;
    background:#344556;
    color:#fff
}
.product-right-column .socialsharing_product{
    margin:20px 0px 0px
}
.product-right-column #usefull_link_block{
    margin:10px 0px
}
.product-right-column #usefull_link_block li a{
    color:#999;
    line-height:17px
}
.product-right-column #usefull_link_block li a:hover{
    color:#344556
}
.line-product-top{
    margin:20px 0px 10px;
    border-top:1px solid #e5e5e5
}
.line-product{
    margin:10px 0px;
    border-top:1px solid #e5e5e5
}
.deal-clock{
    margin-bottom:10px;
    font-family:Roboto Condensed;
    text-align:center;
    padding:10px 0px;
    border-top:1px solid #e5e5e5;
    border-bottom:1px solid #e5e5e5
}
.primary_block{
    padding:0 0 20px 0;
    background:#fff
}
.more_info_block{
    padding-top:20px
}
.more_info_block .panel{
    border-color:transparent
}
.more_info_block .panel .panel-body{
    border:1px solid #e5e5e5
}
.more_info_block .page-subheading{
    background:#42a2f3
}
.more_info_block .page-subheading a{
    display:block;
    color:#fff
}
.more_info_block .tab-content{
    border:1px solid #e5e5e5;
    padding:20px
}
.more_info_block .nav-tabs{
    border:0px;
    padding-right:20px;
    background-color:#f3f3f3
}
.more_info_block .nav-tabs li{
    border-bottom:2px solid transparent;
    display:inline-block;
    margin-bottom:0
}
.more_info_block .nav-tabs li a{
    background:transparent;
    border-color:transparent;
    padding:16px 15px 10px 15px;
    color:#344556;
    font-family:Open Sans;
    font-weight:700;
    text-transform:uppercase;
    font-size:12px
}
.more_info_block .nav-tabs li a:hover,.more_info_block .nav-tabs li a:focus{
    color:#42a2f3
}
.more_info_block .nav-tabs li:hover{
    border-bottom-color:#42a2f3
}
.more_info_block .nav-tabs li:hover a{
    background-color:transparent;
    border-color:transparent;
    color:#42a2f3
}
.more_info_block .nav-tabs li.active{
    border-bottom-color:#42a2f3
}
.more_info_block .nav-tabs li.active a{
    background-color:transparent;
    border-color:transparent;
    color:#42a2f3
}
.more_info_block .nav-tabs li.active a:hover,.more_info_block .nav-tabs li.active a:focus{
    background-color:transparent;
    border-color:transparent;
    color:#42a2f3
}
.more_info_block #shopify-product-reviews{
    margin:0px
}
.more_info_block .spr-container{
    padding:15px !important;
    border:none;
    color:#999
}
.more_info_block .spr-container a{
    color:#999
}
.more_info_block .spr-container a:hover{
    color:#42a2f3
}
.more_info_block .spr-container .spr-form-label{
    font-weight:400
}
.more_info_block .spr-container .spr-form-input-text,.more_info_block .spr-container .spr-form-input-email,.more_info_block .spr-container .spr-form-input-textarea{
    padding:6px 10px;
    border:1px solid #e5e5e5
}
.more_info_block .spr-container .spr-header-title,.more_info_block .spr-container .spr-form-title{
    font-size:14px;
    margin:0px;
    height:30px;
    line-height:30px
}
.more_info_block .spr-container .spr-form-input-error,.more_info_block .spr-container input.spr-form-input-error[type="text"],.more_info_block .spr-container input.spr-form-input-error[type="email"]{
    border-color:#C0363A
}
.more_info_block .spr-container .spr-icon{
    font-size:12px;
    color:#fad31f
}
.more_info_block .spr-container .spr-icon.spr-icon-star-empty{
    color:#999
}
.more_info_block .spr-container .spr-icon.spr-icon-star-empty:hover,.more_info_block .spr-container .spr-icon.spr-icon-star-empty:focus{
    color:#fad31f
}
.more_info_block .spr-container .spr-icon.spr-icon-star-hover{
    color:#fad31f
}
.more_info_block .products_block .productscategory_title{
    font-size:16px;
    letter-spacing:2px;
    text-align:center;
    margin:0px 0px 45px;
    background:url("../../../../../0766/6813/t/2/assets/list-icon2192.png?7613187826630311557") repeat-x scroll 0px -110px transparent;
    height:30px;
    line-height:30px
}
.more_info_block .products_block .productscategory_title span{
    background:#000;
    padding:0px 10px
}
.zoomWindow{
    border:0px !important
}
.rte{
    font-size:14px;
    color:#787878;
    font-family:Open Sans;
    font-weight:400;
    line-height:20px
}
.rte img{
    max-width:100%
}
.rte p{
    margin:0px 0px 10px
}
.rte a:hover{
    text-decoration:underline
}
.spr-icon-star,.spr-icon-star-half-alt{
    color:#FFD314
}
.spr-icon-star:hover,.spr-icon-star:focus,.spr-icon-star-half-alt:hover,.spr-icon-star-half-alt:focus{
    color:#FFD314
}
.leo-more-info{
    position:absolute;
    top:0px;
    left:-20px;
    height:auto;
    width:0px;
    overflow:hidden;
    background-color:#fff;
    z-index:1000;
    -webkit-transition:all 0.4s ease 0s;
    transition:all 0.4s ease 0s;
    opacity:0;
    filter:alpha(opacity=0);
    -webkit-box-shadow:0px 0px 5px 2px rgba(0,0,0,0.1);
    box-shadow:0px 0px 5px 2px rgba(0,0,0,0.1)
}
.leo-more-info .views_block{
    position:relative;
    text-align:center
}
.leo-more-info .thumbs_list{
    width:80px;
    margin:0px;
    height:200px;
    margin-top:30px;
    overflow:hidden
}
.leo-more-info .thumbs_list li{
    margin:0px 0px 5px;
    width:80px;
    height:100px;
    border:0px
}
.leo-more-info .thumbs_list li a{
    display:block
}
.leo-more-info span.view_scroll_spacer{
    top:0px;
    width:100%;
    right:0px;
    left:0px;
    text-align:center;
    margin-top:0px
}
.leo-more-info span.view_scroll_spacer .view_scroll_left{
    margin-top:0px
}
.leo-more-info span.view_scroll_spacer .view_scroll_left:before{
    content:"\f106"
}
.leo-more-info span.view_scroll_spacer .view_scroll_left:hover:before{
    color:#344556
}
.leo-more-info .view_scroll_right{
    margin-top:0px;
    height:30px;
    display:block;
    width:100%
}
.leo-more-info .view_scroll_right:before{
    content:"\f107";
    line-height:28px
}
.leo-more-info .view_scroll_right:hover:before{
    color:#344556
}
.page-product-box .panel-body .rte{
    padding:15px
}
.page-product-box .page-subheading{
    margin-bottom:0px
}
.zoomContainer{
    z-index:990
}
.warring{
    padding:20px 0px 15px;
    text-align:center
}
