.product-price {
    font-family: "MyriadPro";
    font-size: 14px;
    padding: 0px
}

.price {
    color: #000;
    font-weight: 700
}

.price.sale-price {
    color: #deb74e
}

.product_list_owl {
    margin-left: -9px;
    margin-right: -9px
}

.product_list_owl .owl-item {
    padding: 0px 9px
}

.product-block {
    position: relative;
    padding: 0px;
    margin: 2px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(53,51,57,.08);
    margin-bottom: 24px;
    -webkit-transition: box-shadow .3s ease;
    -moz-transition: box-shadow .3s ease;
    -o-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
}

.product-block:hover {
    box-shadow: 0 6px 28px rgba(53,51,57,.12);
}

.inside-card .product-block{
    box-shadow: inherit;
    box-shadow: 0 4px 14px rgba(53,51,57,.08);
    margin-bottom: 14px;
}

.product-block .product-meta {
    position: relative;
    padding: 18px 10px 10px;
    text-align: left;
    min-height: 80px;
    padding-top: 10px;
}
.inside-card .product-block .product-meta {
    min-height: inherit;
}

#gifts .product-block .product-meta {
    min-height: 109px;
}

.product-block .content_price {
    margin: 0px 0px;
    /*margin-top: 15px;*/
}

.product-block .product-desc {
    overflow: hidden;
    display: none;
    color: #999;
    font-size: 13px;
    font-weight: 300;
}

.product-block .product_img_link {
    position: relative;
    display: block
}

.product-block .product_img_link:before {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0);
    zoom: 1;
    background-color: transparent\9;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 10
}

.product-block .product_img_link img {
    -webkit-transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.product-block .name {
    text-transform: none;
    margin: 0px;
    padding: 0px;
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis;
    /*min-height: 42px;*/
}

.main-page .product-block .name {
    min-height: auto;
}

.product-block .name a {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    text-decoration: none;
    line-height: 20px
}

.product-block .name a:hover {
    color: #63B84D
}

.product-block .right-block .name a {
    font-size: 18px;
}

.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%;
    perspective: 500px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: rotateY(-90deg);
    -moz-transform: rotateY(-90deg);
    -ms-transform: rotateY(-90deg);
    -o-transform: rotateY(-90deg);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out
}

.product-block:hover .product-additional {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg)
}

.product-block .product-flags {
    float: left
}

.product-block .functional-buttons {
    margin: 5px 0px 0px;
    width: 100%;
    position: absolute;
    bottom: 120px;
    left: 10px;
    z-index: 11
}

#gifts .product-block .functional-buttons {
    bottom: 100px;
}

.product-block .functional-buttons.one-offer {
    bottom: 117px;
}

@media screen and (min-width: 991px) {
    .product-block .functional-buttons {
        opacity: 0;
        filter: alpha(opacity=0);
        visibility: hidden;
        -webkit-transform: translateX(50px);
        -moz-transform: translateX(50px);
        -ms-transform: translateX(50px);
        -o-transform: translateX(50px);
        -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
        transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s
    }
}

.product-block .functional-buttons .btn {
    height: 47px;
    width: 47px;
    padding: 0;
    /*background-color: #fff;*/
    font-size: 14px;
    color: #666;
    line-height: 45px;
    margin-right: 1px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border: none
}

.product-block .functional-buttons .cannot-buy .btn {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.product-block .functional-buttons .btn .fa {
    display: inline-block;
    width: 100%
}

.product-block .functional-buttons .btn:hover {
    color: #fff;
    /*background-color: #3f3f3f;*/
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.product-block .functional-buttons .btn span {
    font-size: 0px
}

.product-block .functional-buttons .cart {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    float: left
}

.rtl .product-block .functional-buttons .cart {
    float: right
}

.product-block .functional-buttons .cart .btn {
    border: none
}

.product-block .functional-buttons .wishlist {
    float: left
}

.rtl .product-block .functional-buttons .wishlist {
    float: right
}

.product-block .functional-buttons .wishlist .btn-wishlist {
    padding: 0px
}

.product-block .functional-buttons .wishlist .btn-wishlist.added {
    color: #3f3f3f
}

.product-block .functional-buttons .view_detail {
    float: left
}

.rtl .product-block .functional-buttons .view_detail {
    float: right
}

.product-block .functional-buttons .view_detail .lnk_view {
    padding: 0px;
    display: block;
    border-right: none
}

.product-block .functional-buttons .quickview {
    float: left
}

.rtl .product-block .functional-buttons .quickview {
    float: right
}

.product-block .review {
    display: none
}

.product-block .review .spr-badge-starrating {
    margin: 0px;
    float: left
}

.product-block .review .spr-badge-starrating .spr-icon {
    font-size: 8px;
    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-caption {
    font-size: 11px;
    font-style: italic;
    color: #999;
    padding-top: 4px;
    float: right
}

.product-block .review .spr-badge {
    padding: 5px 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 .quickview {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s
    }
    .product-block:hover .product_img_link:before {
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible
    }
    .product-block:hover .product_img_link img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1)
    }
    .product-block:hover .functional-buttons {
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0)
    }
    .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 {
    background: #fff;
    color: #666;
    /*font-size: 11px;*/
    /*font-family: "MyriadPro";*/
    font-weight: 300;
    text-transform: uppercase;
    border: 1px solid #ededed;
    display: block;
    height: 32px;
    line-height: 30px;
    padding: 0px 10px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.ajax_addtocart:hover {
    background: #fff;
    color: #63B84D;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-decoration: none !important;
}

.ajax_addtocart.disabled,
.ajax_addtocart[disabled] {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    box-shadow: none
}

.icon-label {
    position: absolute;
    top: 0px;
    padding: 1px 4px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    z-index: 20;
}

.new-box {
    background-color: #77c66d;
    left: 24px;
}

.sale-box {
    background-color: #f56160;
    right: 24px
}

.product_list.list .product-block {
    /*border-bottom: 1px solid #ededed;*/
    /*padding-bottom: 20px*/
}

.product_list.list .product_block:last-child .product-block {
    border: none;
}

.product_list.list .product-block .product-meta,
.product-block .functional-buttons.one-offer {
    text-align: left
}

.product_list.list .product-block .name {
    /*min-height: inherit;*/
    /*margin-bottom: 7px*/
    /*margin-top: 7px*/
}

.product_list.list .product-block .product-desc {
    /*margin-top: 10px;*/
    display: block
}

/*.product_list.list .product-block .functional-buttons {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    position: static;
    !*margin-top: 20px*!
    margin-top: 15px
}*/

.product-block .functional-buttons .btn {
    /*border: 1px solid #63B84D;*/
    /*background-color: #63B84D;*/
    color: #fff;
    margin-right: 5px
}

.product-block .functional-buttons .btn:hover {
    color: #fff;
    /*border-color: #479334;*/
    /*background-color: #479334;*/
}

.product_list.list .product-block .product-desc {
    /*margin-bottom: 20px*/
}

.product_list.list .review {
    display: block;
    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: 48px;
    border: 1px solid #ededed;
    background: #fff;
    margin-bottom: 20px;
    padding: 0px 20px;
    height: 50px;
    font-size: 12px;
    text-transform: uppercase
}

.product-left-column #image-block {
    position: relative;
    padding: 0px;
    width: 75%;
    float: left
}

@media screen and (min-width: 991px) {
    .product-left-column #image-block {
        margin-right: 20px
    }
}

.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>div {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%
}

.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;
    float: right;
    width: 20%
}

@media screen and (min-width: 991px) {
    #views_block {
        width: 15%;
        float: left
    }
}

#thumbs_list {
    position: relative;
    padding: 0;
    height: 515px;
    overflow: hidden
}

@media screen and (max-width: 480px) {
    #thumbs_list {
        height: 390px
    }

    .product-block .functional-buttons {
        position: relative;
        bottom: 0px !important;
        left: 0px;
    }

    .product_list.list .product-block .product-meta{
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .product-block .name a{
        font-size: 14px;
    }
    .product-block .product-meta{
        min-height: 60px;
    }
}

@media screen and (max-width: 320px) {
    #thumbs_list {
        height: 260px
    }
}

#thumbs_list #thumblist {
    padding: 0;
    list-style-type: none
}

#thumbs_list #thumblist li {
    margin-bottom: 20px
}

#thumbs_list #thumblist li:last-child {
    margin-bottom: 0
}

#thumbs_list .owl-carousel {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    position: static
}

#thumbs_list .owl-thumblist {
    margin-left: -5px;
    margin-right: -5px
}

#thumbs_list .owl-thumblist .owl-item {
    padding: 0px 5px
}

#thumbs_list .thumb_item {
    border: 1px solid transparent
}

#thumbs_list .thumb_item:hover {
    border-color: #63B84D
}

#thumbs_list .owl-prev,
#thumbs_list .owl-next {
    width: 20px;
    height: 20px;
    line-height: 16px;
    margin-top: -10px;
    border: 1px solid #ededed;
    color: #ededed
}

#thumbs_list .owl-prev:before,
#thumbs_list .owl-next:before {
    font-size: 14px;
    text-shadow: none
}

#thumbs_list .owl-prev:hover,
#thumbs_list .owl-next:hover {
    background-color: #000;
    border-color: #000;
    color: #fff
}

#view_scroll_left,
#view_scroll_right {
    width: 35px;
    height: 35px;
    font-size: 14px;
    overflow: hidden;
    line-height: 30px;
    background-color: #fff;
    border: 2px solid #ededed;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -14px
}

#view_scroll_left:hover,
#view_scroll_right:hover {
    border-color: #63B84D;
    color: #63B84D
}

#view_scroll_left {
    top: -15px
}

#view_scroll_right {
    top: auto;
    bottom: -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: 14px;
    font-weight: 300;
    color: #999
}

.product-center-column h1 {
    margin: 20px 0px 40px;
    font-size: 40px;
    font-family: "MyriadPro";
    font-weight: 100;
    line-height: 40px;
    color: #000;
    text-transform: capitalize
}

@media screen and (min-width: 991px) {
    .product-center-column h1 {
        margin: 0px 0px 40px
    }
}

.product-center-column .price {
    float: left
}

.product-center-column #ProductPrice {
    font-family: "MyriadPro";
    font-size: 24px;
    font-weight: 700;
    color: #000
}

.product-center-column .review {
    float: right;
    padding: 5px 0
}

.product-center-column .review .spr-icon-star,
.product-center-column .review .spr-icon-star-half-alt {
    color: #000
}

.product-center-column .spr-badge-starrating .spr-icon {
    font-size: 9px;
    padding: 0px 1px;
    top: 0px
}

.product-center-column .spr-badge-caption {
    font-size: 14px
}

.product-center-column .brand {
    margin: 0px;
    text-transform: none;
    line-height: 30px
}

.product-center-column .brand a,
.product-center-column .brand span {
    color: #999
}

.product-center-column .brand span {
    font-weight: bold
}

.product-center-column .product-description {
    line-height: 30px;
    margin-bottom: 15px;
    padding: 20px 0px 0px;
    font-size: 16px
}

.product-right-column {
    font-size: 14px;
    font-weight: 300;
    color: #999
}

.product-right-column .quantity_wanted_p{
    margin-bottom: 1em;
}

.product-right-column .available {
    margin: 0px;
    font-weight: 400;
    color: #72c13d;
    text-transform: capitalize
}

.product-right-column .available.outstock {
    color: #e55e5e
}

.product-right-column #ProductPrice {
    font-family: "MyriadPro";
    font-size: 24px;
    font-weight: bold;
    color: #000
}

.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: 300
}

.rtl .product-right-column .selector-wrapper label {
    float: right
}

.product-right-column .selector-wrapper select {
    padding: 5px 15px
}

.product-right-column .quantity_wanted_p {
    float: left
}

.rtl .product-right-column .quantity_wanted_p {
    float: right
}

.product-right-column .quantity-selector {
    float: left;
    margin-right: 10px;
    margin-bottom: 0px;
    font-weight: 300;
    line-height: 30px;
    min-width: 60px
}

.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 .brand {
    font-weight: 300;
    color: #999;
    text-transform: capitalize
}

.product-right-column .brand span {
    min-width: 80px;
    display: inline-block
}

.product-right-column .brand a {
    color: #000
}

.product-right-column .btn-wishlist {
    border: none;
    text-transform: lowercase;
    font-weight: 700;
    font-size: 14px;
    color: #bbbbbb;
    padding: 0px 10px;
    line-height: 30px;
    width: 100%;
    text-align: left;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.product-right-column .btn-wishlist:hover,
.product-right-column .btn-wishlist:focus,
.product-right-column .btn-wishlist:active {
    color: #000;
    background: transparent
}

.product-right-column .add_to_cart_detail {
    display: block;
    padding: 0px;
    background: #63B84D;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    width: 100%;
    margin-bottom: 10px
}

.product-right-column .add_to_cart_detail:hover,
.product-right-column .add_to_cart_detail:focus {
    background: #479334;
    color: #fff
}

.product-right-column .socialsharing_product {
    margin: 25px 0px 0px
}

.product-right-column #product-detail-image img {
    margin: 0
}

.line-product-top {
    margin: 25px 0px;
    border-top: 1px solid #ededed
}

.line-product {
    margin: 25px 0px;
    border-top: 1px solid #ededed
}

.deal-clock {
    margin-bottom: 10px;
    font-family: "MyriadPro";
    text-align: center;
    padding: 10px 0px;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed
}

.primary_block {
    background: #fff
}

.more_info_block .panel {
    border-color: transparent
}

.more_info_block .panel .panel-body {
    border: 1px solid #ededed
}

.more_info_block .page-subheading {
    background: #63B84D
}

.more_info_block .page-subheading a {
    display: block;
    color: #fff
}

.more_info_block .tab-content {
    /*padding: 18px 0*/
    padding: 0
}

.more_info_block .nav-tabs {
    border: 0px;
    text-align: center
}

.more_info_block .nav-tabs li {
    position: relative;
    float: none;
    display: inline-block;
    width: 100%
}

@media screen and (min-width: 768px) {
    .more_info_block .nav-tabs li {
        width: inherit
    }
    .more_info_block .nav-tabs li:before {
        content: "/";
        position: absolute;
        left: -6px;
        top: 25px
    }
    .more_info_block .nav-tabs li:first-child:before {
        display: none
    }
}

.more_info_block .nav-tabs li a {
    padding: 10px 12px;
    font-family: "MyriadPro";
    text-transform: uppercase;
    font-size: 14px;
    border: none;
    background-color: transparent
}

@media screen and (min-width: 768px) {
    .more_info_block .nav-tabs li a {
        padding: 25px 12px
    }
}

.more_info_block .nav-tabs li a:hover,
.more_info_block .nav-tabs li a:focus {
    color: #000
}

.more_info_block .nav-tabs li:hover a {
    color: #000
}

.more_info_block .nav-tabs li.active a {
    color: #000;
    border: none
}

.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: #63B84D
}

.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 #ededed
}

.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
}

.zoomWindow {
    border: 0px !important
}

.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: #999
}

.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: #999
}

.page-product-box .panel-body .rte {
    padding: 15px
}

.page-product-box .page-subheading {
    margin-bottom: 0px
}

.zoomContainer {
    z-index: 9
}

.warring {
    padding: 20px 0px 15px;
    text-align: center
}

.product__custom {
    -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.11);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.product__custom:hover {
    -webkit-box-shadow: 0px 12px 30px 0px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 12px 30px 0px rgba(0, 0, 0, 0.11)
}

.product__custom .product-meta {
    background-color: #fff;
    padding: 15px
}

.product__custom .functional-buttons {
    -webkit-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    left: 0;
    bottom: 0;
    padding: 22px 15px;
    margin: 0;
    background-color: #fff;
    text-align: center;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transform: translate(0, 20px);
    -moz-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -o-transform: translate(0, 20px)
}

.product__custom .functional-buttons .cart,
.product__custom .functional-buttons .quickview,
.product__custom .functional-buttons .wishlist,
.product__custom .functional-buttons .view_detail {
    float: none;
    display: inline-block
}

.product__custom .functional-buttons .cart .btn,
.product__custom .functional-buttons .quickview .btn,
.product__custom .functional-buttons .wishlist .btn,
.product__custom .functional-buttons .view_detail .btn {
    border: 1px solid #3f3f3f;
    line-height: 42px
}

.product__custom .review .spr-badge {
    padding: 0
}

.product__custom:hover .functional-buttons {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0)
}

.grid_special .product-block .review {
    display: none
}

.grid_special .product-block .functional-buttons {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    padding: 0;
    bottom: 0;
    margin: 0;
    width: inherit;
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.grid_special .product-block .functional-buttons .cart,
.grid_special .product-block .functional-buttons .view_detail {
    display: none
}

.grid_special .product-block .functional-buttons .wishlist {
    display: none
}

.grid_special .product-block .functional-buttons .quickview {
    display: none;
    width: 50px;
    height: 40px;
    line-height: 38px;
    margin: 0;
    position: static
}

.grid_special .product-block .functional-buttons .quickview span {
    display: none
}

.grid_special .product-block .functional-buttons .quickview .quick-view {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 38px;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.grid_special .product-block .functional-buttons .quickview .quick-view:hover {
    background-color: #fff;
    color: #000
}

.grid_special .product-block:hover .functional-buttons {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0)
}

.price .h2 {
    display: inline-block;
    margin-top: 10px;
}

.popup-window-content img{
    width: 300px !important;
    height: 300px !important;
    padding-bottom: 10px;
}