.no-padding {
    padding: 0 !important
}

.no-margin {
    margin: 0
}

.form-control {
    height: 42px
}

@media screen and (max-width: 480px) {
    body.ajaxcart-is-visible {
        overflow: hidden
    }
}

.ajaxcartInner {
    padding-bottom: 10px;
    margin-bottom: 20px
}

.ajaxcartProduct {
    position: relative;
    padding: 10px 0
}

.ajaxcartProduct:first-child {
    padding-top: 0
}

.ajaxcartProduct,
.cartRow {
    max-height: 500px;
    visibility: visible
}

.ajaxcartProduct.is-removed,
.cartRow.is-removed {
    overflow: hidden;
    opacity: 0;
    padding: 0;
    margin: -1px 0 0 0;
    visibility: hidden;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transform: "rotateX(-92deg)";
    -moz-transform: "rotateX(-92deg)";
    -ms-transform: "rotateX(-92deg)";
    -o-transform: "rotateX(-92deg)";
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -webkit-transition: all 450ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
    transition: all 450ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
    max-height: 0
}

.ajaxcartRow {
    clear: both
}

.ajaxcartRow:before,
.ajaxcartRow:after {
    content: " ";
    display: table
}

.ajaxcartRow:after {
    clear: both
}

.ajaxcartProductImage {
    display: block;
    overflow: hidden;
    margin-bottom: 15px
}

.ajaxcartProductImage img {
    display: block;
    margin: 0 auto;
    max-width: 100%
}

.apQty,
.ajaxcartQty {
    position: relative;
    display: inline-blockform-horizontal;
    vertical-align: middle;
    /*margin-bottom: 1em;*/
    max-width: 100px;
    min-width: 80px;
    overflow: visible;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden
}

.apQty input[type="text"],
.ajaxcartQty input[type="text"] {
    display: block;
    background: #f6f6f6;
    font-size: 14px;
    text-align: center;
    width: 100%;
    height: 50px;
    border: none;
    line-height: 50px;
    padding: 0px 25px;
    margin: 0;
    appearance: none;
    font-size: 20px;
    font-weight: 500;
    color: #000;
    border-radius: 10px;
}

.apQtyAdjust,
.ajaxcartQtyAdjust {
    padding: 10px;
    cursor: pointer;
    position: absolute;
    display: block;
    top: 1px;
    bottom: 1px;
    border: 0 none;
    background: none;
    text-align: center;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    border-radius: 0px;
    font-size: 20px;
}

.apQtyAdjust i {
    font-weight: 600;
}

.apQtyAdjust:hover,
.ajaxcartQtyAdjust:hover,
.apQtyAdjust:focus,
.ajaxcartQtyAdjust:focus {
    color: #000;
}

.apQtyAdjustPlus,
.ajaxcartQtyPlus {
    right: 0px;
    color: #000
}

.apQtyAdjustMinus,
.ajaxcartQtyMinus {
    left: 0px;
    color: #000
}

.apQtyAdjust.product-item-amount-field-btn-disabled{
    color: #bbb;
}

.ajaxcartQty {
    display: inline-block;
    margin: 0
}

.is-loading .ajaxcartQty {
    opacity: 0.5;
    -webkit-transition: none;
    transition: none
}

.ajaxcartModal {
    position: absolute;
    background-color: #fff;
    top: 170px;
    left: -200%;
    margin-left: -500px;
    width: 100%;
    max-width: 900px;
    height: auto;
    z-index: 99999999;
    visibility: hidden;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 30px 20px;
    -webkit-transition: "left 0s linear 700ms, box-shadow 600ms cubic-bezier(0.47, 0.5, 0, 0.95) 400ms, margin-top 200ms ease-in-out";
    transition: "left 0s linear 700ms, box-shadow 600ms cubic-bezier(0.47, 0.5, 0, 0.95) 400ms, margin-top 200ms ease-in-out"
}

@media only screen and (max-height: 645px) {
    .ajaxcartModal {
        top: 70px
    }
}

@media screen and (max-width: 768px) {
    .ajaxcartModal {
        max-width: 90%
    }
}

@media screen and (max-width: 480px) {
    .ajaxcartModal {
        position: fixed;
        top: 0;
        bottom: 0;
        margin: 0 !important;
        max-height: none;
        max-width: none
    }
}

.ajaxcartModal .ajaxcartContent {
    padding-left: 18px;
    padding-right: 18px
}

@media screen and (max-width: 768px) {
    .ajaxcartModal .ajaxcartContent {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (max-width: 480px) {
    .ajaxcartModal .ajaxcartContent {
        padding-bottom: 60px;
        min-height: 100%
    }
}

.ajaxcartModal.is-visible {
    visibility: visible;
    left: 50%;
    -webkit-transition: "left 0s linear, box-shadow 600ms cubic-bezier(0.47, 0.5, 0, 0.95) 400ms, margin-top 200ms ease-in-out";
    transition: "left 0s linear, box-shadow 600ms cubic-bezier(0.47, 0.5, 0, 0.95) 400ms, margin-top 200ms ease-in-out"
}

@media screen and (min-width: 769px) {
    .ajaxcartModal.is-visible {
        box-shadow: 0px 10px 80px rgba(0, 0, 0, 0.25)
    }
}

@media screen and (max-width: 480px) {
    .ajaxcartModal.is-visible {
        left: 0
    }
}

.ajaxcartModal .ajaxcartRow > div {
    padding-left: 20px
}

.ajaxcartModal .ajaxcartRow > div:first-child {
    padding-left: 0
}

.ajaxcartModal .ajaxcartProduct {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none
}

.ajaxcartModal .updateCart {
    display: none !important
}

.ajaxcartModal.no-transforms {
    border: 1px solid #ededed
}

.ajaxcartOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 99999998;
    opacity: 0;
    cursor: pointer;
    -webkit-transition: all 450ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
    transition: all 450ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
    background-color: #d3d3d3
}

@media screen and (min-width: 481px) {
    .is-visible ~ .ajaxcartOverlay {
        visibility: visible;
        -webkit-transition: all 650ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
        transition: all 650ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
        opacity: 0.8
    }

    .lt-ie9 .is-visible ~ .ajaxcartOverlay {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"
    }
}

.ajaxcartModal .ajaxcartContent {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    opacity: 0
}

.ajaxcartModal.is-visible .ajaxcartContent {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    opacity: 1
}

@media screen and (max-width: 768px) {
    .ajaxcartModal input[type="text"] {
        border-color: #ededed
    }

    .ajaxcartModal .ajaxcartQtyAdjust {
        opacity: 1
    }
}

.sprite,
.ajaxcartClose {
    display: block;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: 0 0
}

.ajaxcartClose {
    position: absolute;
    top: 20px;
    right: 20px;
    opacity: 0;
    visibility: hidden;
    border: 0 none;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-color: transparent;
    background-position: center center;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkMzRUY2REVBNDY1QjExRTM4ODdCODU0OEQ4MDA1MjgwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkMzRUY2REVCNDY1QjExRTM4ODdCODU0OEQ4MDA1MjgwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QzNFRjZERTg0NjVCMTFFMzg4N0I4NTQ4RDgwMDUyODAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QzNFRjZERTk0NjVCMTFFMzg4N0I4NTQ4RDgwMDUyODAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7sdZ8fAAAAp0lEQVR42nSPQQ6CMBBFx4ZEj+DSY8BGt9SVwRP1QBDdULeygaN4BFzpn+Q3mZCW5DFk/uvQ2YUQfiIygYuUnzc4O7wW/QCxIEbmi8oNG23mgO03js0reDF4gCNry77mUpkpHvSgo7QHA7gnwW1+q8FKcbViTtbJB/Bl7Uty5BWe4MTa2aWTPJplbuDDmpYe04IzqBn4zbU8J2udHcUpI9oDmtd/AQYAX20mtnhTCxQAAAAASUVORK5CYII=);
    z-index: 999999999;
    -webkit-transition: all 450ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
    transition: all 450ms cubic-bezier(0.57, 0.06, 0.05, 0.95)
}

.is-visible .ajaxcartClose {
    opacity: 0.8;
    visibility: visible;
    -webkit-transition: opacity 650ms cubic-bezier(0.57, 0.06, 0.05, 0.95) 200ms;
    transition: opacity 650ms cubic-bezier(0.57, 0.06, 0.05, 0.95) 200ms
}

.ajaxcartClose:hover {
    opacity: 1
}

.ajaxcart h1 {
    padding: 0px;
    line-height: 30px
}

.ajaxcart .cart_header_labels {
    margin: 15px 0px;
    margin: 10px 0px 15px 0px;
    text-align: center;
    border-bottom: 1px solid #ededed;
    padding: 10px 0px;
    border-top: 1px solid #ededed
}

.ajaxcart .list_product_cart {
    text-align: center;
    margin-bottom: 15px
}

.ajaxcart .product_name {
    margin: 0px;
    font-size: 14px;
    display: block;
    text-transform: none;
    letter-spacing: 0px
}

.ajaxcart small {
    float: left
}

.rtl .ajaxcart small {
    float: right
}

.ajaxcart .note_item .control-label {
    font-weight: normal
}

.ajaxcart .list_button_cart p {
    margin: 0px 0px 5px
}

.cartTitle {
    margin: 0px 0px 18px;
    padding: 10px 0;
    font-size: 28px;
    color: #000
}

#cart-page {
}

#cart-page h2 {
    margin: 0px;
    line-height: 50px
}

#cart-page .cart-empty {
    text-transform: uppercase;
    font-size: 16px;
    margin: 0px;
    text-align: center
}

#cart-page .cart-empty-continue {
    text-align: center;
    padding: 10px 0px;
    margin-bottom: 30px
}

#cart-page .cart_header_labels {
    color: #000;
}

#cart-page .cart_header_labels .label_item {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
}

#cart-page .cart_header_labels .label_item:last-child {
    border-right: 0px
}

#cart-page .list_product_cart {
    border-top-color: transparent;
    border-bottom: 1px dashed #ededed;
}

#cart-page .list_product_cart .cpro_item {
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 120px
}

#cart-page .list_product_cart .cpro_item:last-child {
    border-right: 0px
}

#cart-page .list_product_cart .cpro_item img {
    margin: 0px auto
}

#cart-page .list_product_cart .cpro_item .js-qty {
    display: inline-block;
    vertical-align: middle
}

#cart-page .list_button_cart {
    border-top: 0px;
    padding: 10px
}

#cart-page .list_button_cart .note_cart {
    padding-top: 10px;
    padding-bottom: 10px
}

#cart-page .list_product_cart .cpro_item .sum-price {
    font-size: 20px;
}

#cart-page .cart_navigation {
    margin: 15px 0px
}

.contact-title {
    margin: 0;
    line-height: 23px
}

.contact-title i {
    font-size: 23px;
    color: #c0c0c0;
    padding: 0 8px 0 0
}

.contact-form-box {
    padding: 0px
}

.contact-form-box fieldset {
    padding: 0px
}

.contact-form-box .col-md-3 {
    padding-left: 0
}

@media (max-width: 991px) {
    .contact-form-box .col-md-3 {
        padding-right: 0
    }
}

.contact-form-box .col-md-9 {
    padding-right: 0
}

@media (max-width: 991px) {
    .contact-form-box .col-md-9 {
        padding-left: 0
    }
}

.contact-form-box .form-group {
    margin-bottom: 18px
}

.contact-form-box .form-group label {
    display: none
}

.contact-form-box .form-group .form-control {
    font-size: 13px;
    background: #f4f4f4;
    border: none;
    box-shadow: none
}

.contact-form-box #desc_contact0 {
    display: none
}

.contact-form-box .submit .btn {
    padding: 8px 30px
}

@media (min-width: 992px) and (max-width: 1199px) {
    .contact-form-box div.uploader span.filename {
        width: 114px
    }
}

.box-contact-info {
    padding: 0px;
    font-weight: 300;
    margin: 18px 0px 0px
}

.box-contact-info.block .title_block {
    letter-spacing: 1px;
    background: #000
}

.box-contact-info .coninfo-des {
    font-size: 16px;
    color: #999
}

@media screen and (min-width: 991px) {
    .box-contact-info .coninfo-des {
        padding-right: 15px
    }
}

.box-contact-info ul {
    margin-top: 9px
}

.box-contact-info ul > li {
    position: relative;
    padding: 10px 0px 10px 40px;
    font-family: 'MyriadPro';
    font-size: 14px
}

.rtl .box-contact-info ul > li {
    padding: 10px 40px 10px 0px
}

.box-contact-info ul > li:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 30px;
    height: 100%;
    line-height: 40px;
    font-family: "FontAwesome";
    font-size: 13px;
    color: #999;
    text-align: center
}

.rtl .box-contact-info ul > li:before {
    right: 0px;
    left: auto
}

.box-contact-info ul > li.address:before {
    content: "\f041"
}

.box-contact-info ul > li.phone:before {
    content: "\f095"
}

.box-contact-info ul > li.email:before {
    content: "\f0e0"
}

.box-contact-info ul > li.website:before {
    content: "\f0ac"
}

.block__blog {
    border-top: 1px solid #ededed
}

.block__blog .page-subheading {
    text-align: center
}

.block__blog .page-subheading:before {
    left: 0;
    right: 0;
    margin: 0 auto
}

.blogTitle {
    margin: 0px 0px 18px;
    padding: 10px 0;
    font-size: 28px;
    color: #000
}

.articleTitle {
    margin: 0px;
    padding: 10px 0;
    font-size: 20px;
    color: #000
}

.blog-meta {
    position: relative;
    font-size: 12px;
    font-weight: normal;
    display: block;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    padding: 10px 0;
    margin-bottom: 20px;
    color: #999
}

.blog-meta a {
    color: #999
}

.blog-meta a:hover {
    color: #000
}

.blog-meta > div {
    display: inline-block;
    vertical-align: middle
}

.blog-meta .comment-meta {
    padding: 0px 10px
}

.blog-meta .blog-created {
    margin-right: 20px
}

.blog-item {
    margin: 15px 0 18px;
    font-size: 14px;
    color: #999
}

.blog-item h3 {
    margin: 0px;
    padding: 10px 0
}

.blog-item h3 a {
    font-weight: bold;
    font-size: 20px;
    text-transform: none;
    line-height: 20px;
    color: #666
}

.blog-item h3 a:hover {
    color: #000
}

.blog-item h4 {
    margin: 30px 0 18px;
    min-height: 46px;
    line-height: 30px;
    overflow: hidden;
    text-transform: none
}

.blog-item h4 a {
    font-size: 18px;
    font-weight: 400;
    color: #000
}

.blog-item h4 a:hover {
    color: #63B84D
}

.blog-item .rte {
    text-align: justify
}

.blog-item .blog-shortinfo {
    margin: 0px;
    min-height: 60px;
    display: block;
    position: relative;
    line-height: 30px;
    font-size: 16px;
    font-weight: 300
}

.blog-item .blog-shortinfo p {
    margin: 0px
}

.blog-item .link {
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
    color: #999;
    position: relative;
    display: inline-block
}

.blog-item .link:hover {
    color: #000
}

.blog-item .btn-readmore {
    padding: 6px 0px
}

.blog-social {
    padding: 10px 0
}

.blog-social .social-wrap > div {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    height: 30px
}

.rtl .blog-social .social-wrap > div {
    margin-left: 10px;
    margin-right: inherit
}

.blog-tags-bottom .icon-tag {
    position: relative;
    padding-left: 18px
}

.rtl .blog-tags-bottom .icon-tag {
    padding-right: 18px;
    padding-left: inherit
}

.blog-tags-bottom .icon-tag:before {
    content: "\f02c";
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    left: 0
}

.rtl .blog-tags-bottom .icon-tag:before {
    right: 0;
    left: auto
}

.blog-tags-bottom a {
    color: #999
}

.blog-tags-bottom a:hover {
    color: #000
}

.listBlogTags {
    margin: 0px;
    padding: 0px
}

.listBlogTags:before,
.listBlogTags:after {
    content: " ";
    display: table
}

.listBlogTags:after {
    clear: both
}

.listBlogTags > li {
    float: left;
    margin: 0px 10px 10px 0px
}

.rtl .listBlogTags > li {
    float: right
}

.rtl .listBlogTags > li {
    margin: 0px 0px 10px 10px
}

.listBlogTags > li > a {
    display: block;
    border: 1px solid #ededed;
    padding: 2px 8px;
    color: #999
}

.listBlogTags > li > a:hover {
    color: #000
}

.extra-blogs li {
    line-height: 24px;
    font-weight: 300
}

.sidebarBlog .listSidebar > li a {
    display: block;
    color: #999
}

.sidebarBlog .listSidebar > li a:hover {
    color: #000
}

.sidebarBlog .listSidebar > li time {
    font-size: 13px;
    color: #999
}

.sidebarBlog .block_content {
    font-size: 14px;
    color: #999
}

.sidebarBlog .html_des {
    text-align: justify
}

.comment-item {
    padding: 12px 0px
}

.comment-wrap {
    overflow: hidden;
    background: none repeat scroll 0px 0px #FFF;
    border: 1px solid #ededed;
    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 #ededed;
    font-size: 11px;
    margin: -20px -20px 10px;
    padding: 10px 20px
}

.comment-wrap .comment-content {
    font-size: 13px
}

.comment-wrap .comment-content p {
    margin: 0px
}

.comment-link {
    background: none repeat scroll 0px 0px #F4F4F4;
    border-left: 1px solid #ededed;
    display: block;
    font-weight: bold;
    margin: -11px -20px -10px 0px;
    padding: 10px 20px;
    float: right
}

.rtl .comment-link {
    float: left
}

.comment-form {
    padding-top: 10px
}

.comment-form .control-label {
    padding-top: 6px;
    text-align: right;
    display: none
}

.comment-form .form-group {
    margin-bottom: 30px
}

.comment-form .form-group:before,
.comment-form .form-group:after {
    content: "";
    display: table
}

.comment-form .form-group:after {
    clear: both
}

.comment-form .form-group.commentbody {
    margin-bottom: 10px
}

.comment-form .form-group .form-control {
    border: none;
    box-shadow: none;
    background: #f4f4f4;
    font-size: 14px
}

.comment-form .note_comment {
    font-style: italic;
    font-size: 13px
}

.comment-form .btn {
    float: right;
    padding: 6px 20px 8px
}

.rtl .comment-form .btn {
    float: left
}

.blog-grid:after {
    content: '';
    display: block;
    clear: both
}

.blog-grid {
    margin: 0 -15px
}

.grid-sizer,
.grid-item {
    width: 33.333%;
    padding: 0 15px
}

@media screen and (max-width: 991px) {
    .grid-sizer,
    .grid-item {
        width: 50%
    }
}

@media screen and (max-width: 480px) {
    .grid-sizer,
    .grid-item {
        width: 100%
    }
}

.grid-item {
    float: left
}

.grid-item img {
    display: block;
    max-width: 100%
}

.wishlistTitle {
    margin: 0px 0px 18px;
    padding: 10px 0;
    font-size: 28px;
    color: #000
}

.wishlist-page {
    background: #fff;
    padding: 18px 0
}

.wishlist-product {
    width: 100%;
    margin-bottom: 15px
}

.wishlist-product thead {
    height: 40px;
    border: 1px solid #ededed
}

.wishlist-product thead th {
    padding: 0px 10px;
    color: #666;
    border-right: 1px solid #ededed
}

.wishlist-product thead th:last-child {
    border-right: 0px
}

.wishlist-product tbody tr {
    border: 1px solid #ededed
}

.wishlist-product .no_product-wishlist {
    padding: 10px;
    text-align: center;
    display: block;
    width: 100%
}

.block_collection {
    margin-bottom: 70px
}

.block_collection .collection-top {
    position: relative;
    margin: 0px;
    padding: 0px
}

.block_collection .collection-top .view-collection {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0px;
    margin: -20px 0px 0px -20px;
    background: rgba(255, 255, 255, 0.2)
}

.block_collection .collection-top .view-collection:before {
    content: "\f129";
    font-size: 14px;
    font-family: "FontAwesome";
    display: block;
    text-align: center
}

.block_collection .collection-meta h3 {
    text-align: center;
    margin: 0px;
    line-height: 40px;
    font-size: 16px
}

.block_collection .collection-meta .collection_products {
    text-align: center;
    color: gray;
    margin-bottom: 15px
}

.block_collection .collection-meta .collection_desc {
    font-size: 12px;
    text-align: center;
    min-height: 40px;
    margin-bottom: 15px;
    padding: 0px 15px
}

.content_sortPagiBar {
    background: #fff;
    text-align: left;
    margin-bottom: 18px;
    padding: 10px 20px
}

.content_sortPagiBar .pagination {
    margin: 0px;
    float: left;
    list-style: none
}

.content_sortPagiBar .pagination > li {
    float: left;
    padding: 0px
}

.content_sortPagiBar .pagination > li > a,
.content_sortPagiBar .pagination > li span {
    font-size: 14px;
    color: #666;
    border-color: transparent;
    text-transform: uppercase;
    font-weight: normal
}

.content_sortPagiBar .pagination > li > a:hover,
.content_sortPagiBar .pagination > li > a:focus,
.content_sortPagiBar .pagination > li span:hover,
.content_sortPagiBar .pagination > li span:focus {
    color: #666;
    background: transparent;
    border-bottom: 2px solid #000
}

.content_sortPagiBar .pagination .active > a,
.content_sortPagiBar .pagination .active span,
.content_sortPagiBar .pagination > .active > a,
.content_sortPagiBar .pagination > .active span {
    color: #666;
    background: transparent;
    border-bottom: 2px solid #000
}

.content_sortPagiBar .pagination .active > a:hover,
.content_sortPagiBar .pagination .active > a:focus,
.content_sortPagiBar .pagination .active span:hover,
.content_sortPagiBar .pagination .active span:focus,
.content_sortPagiBar .pagination > .active > a:hover,
.content_sortPagiBar .pagination > .active > a:focus,
.content_sortPagiBar .pagination > .active span:hover,
.content_sortPagiBar .pagination > .active span:focus {
    color: #666;
    background: transparent;
    border-bottom: 2px solid #000
}

.content_sortPagiBar .pagination .pagination_previous > a,
.content_sortPagiBar .pagination .pagination_previous span {
    position: relative;
    font-size: 0px
}

.content_sortPagiBar .pagination .pagination_previous > a:before,
.content_sortPagiBar .pagination .pagination_previous span:before {
    content: "Previous";
    font-weight: 300;
    font-size: 14px;
    color: #999;
    display: block
}

.content_sortPagiBar .pagination .pagination_previous > a:hover,
.content_sortPagiBar .pagination .pagination_previous span:hover {
    border-color: transparent
}

.content_sortPagiBar .pagination .pagination_next > a,
.content_sortPagiBar .pagination .pagination_next span {
    position: relative;
    font-size: 0px
}

.content_sortPagiBar .pagination .pagination_next > a:before,
.content_sortPagiBar .pagination .pagination_next span:before {
    content: "Next";
    font-weight: 300;
    font-size: 14px;
    color: #666;
    display: block
}

.content_sortPagiBar .pagination .pagination_next > a:hover,
.content_sortPagiBar .pagination .pagination_next span:hover {
    border-color: transparent
}

.content_scene_cat {
    margin-bottom: 15px
}

.content_scene_cat .cat_desc {
    padding: 15px;
    background: #fff;
    color: #999;
    font-size: 11px
}

.content_scene_cat .cat_desc p {
    font-family: 'MyriadPro';
    font-size: 13px;
    color: #666;
    margin: 0px
}

.category-heading {
    margin-bottom: 10px;
}

.sortPagiBar label {
    font-weight: 300;
    line-height: 28px;
    margin: 0px;
    padding: 0px 10px;
    color: #000
}

@media screen and (max-width: 767px) {
    /*.sortPagiBar label {
        display: none
    }*/
}

.sortPagiBar #SortBy {
    height: 34px;
    border: 1px solid #ededed;
    border-radius: 3px;
    padding: 0 10px;
    background: #fff;
    color: #000;
    width: 180px;
}

.sortPagiBar .form-horizontal {
    text-align: right;
}

.collection-view {
    text-align: right
}

.collection-view .change-view {
    height: 34px;
    background: transparent;
    border: 1px solid #ededed;
    color: #dbdbdb;
    min-width: 34px;
    border-radius: 3px
}

.collection-view .change-view:hover,
.collection-view .change-view.change-view--active {
    background: transparent;
    color: #000
}

.collection-view .change-view .fallback-text {
    display: none
}

.product_list.loading {
    position: relative
}

.product_list.loading:before {
    content: "";
    position: absolute;
    top: 50px;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    border-radius: 5px;
    over-flow: hidden;
    display: block;
    z-index: 3;
    background: url(//cdn.shopify.com/s/files/1/1131/6958/t/6/assets/loading.gif?16259769907364580552) no-repeat center center #fff;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.5)
}

.product_list.loading:after {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2)
}

#paneltool {
    width: 300px;
    height: 100%;
    position: fixed;
    top: 0px;
    right: -320px;
    left: auto;
    z-index: 1050;
    box-shadow: 0px 1px 3px #999;
    transition-duration: 0.2s;
    transition-property: left, right, top, bottom, width, margin;
    background: none repeat scroll 0px 0px #F5F5F5;
    border-right: 1px solid rgba(0, 0, 0, 0.2)
}

.paneltool {
    position: fixed;
    top: 120px;
    transition: all 0.6s ease 0s;
    right: -325px;
    left: auto;
    border: 1px solid #CCC;
    box-shadow: 1px -1px 3px #888;
    z-index: 999
}

.paneltool.active {
    right: 0px;
    left: auto;
    transition: all 0.6s ease 0s;
    color: #000
}

.paneltool .panelbutton {
    border-width: 1px 1px 1px 0px;
    border-style: solid solid solid none;
    border-color: #CCC #CCC #CCC #CCC;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    background: none repeat scroll 0% 0% #FFF;
    padding: 9px 11px;
    position: absolute;
    left: -40px;
    right: auto;
    top: 10px;
    cursor: pointer;
    box-shadow: 3px -1px 5px #888
}

.paneltool .panelbutton img {
    width: 20px;
    height: 20px
}

.paneltool .panelcontent {
    background: none repeat scroll 0% 0% #FFF;
    width: 320px;
    min-height: 210px
}

.paneltool .panelcontent .panelinner {
    padding: 20px
}

.paneltool .panelcontent .panelinner > span {
    margin-bottom: 10px;
    margin-top: 0;
    font-size: 15px;
    font-weight: bold;
    color: #666;
    text-transform: uppercase
}

.paneltool .group-input {
    margin: 15px 0px;
    border-top: 1px dashed #ebebeb
}

.paneltool .group-input .control-label {
    text-transform: uppercase;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    padding: 6px 0px;
    margin: 0px;
    width: 100%;
    color: #848484
}

.paneltool .group-input .control-label .fa {
    font-size: 20px;
    margin-right: 10px
}

.paneltool .group-input .control-span {
    text-transform: uppercase;
    text-align: center;
    font-size: 13px;
    padding: 6px 0px;
    margin: 0px;
    width: 100%;
    display: block;
    color: #333
}

.paneltool .group-input .float-control {
    width: 100%;
    text-align: center
}

.paneltool .group-input .layout-control {
    width: 100%
}

.paneltool .group-input .paneltool-update {
    width: 50%;
    float: left;
    font-size: 12px;
    color: #333;
    padding: 8px 6px
}

.paneltool .group-input .paneltool-skins {
    float: left;
    width: 40px;
    margin: 10px 10px;
    cursor: pointer
}

.paneltool .group-input .paneltool-skins > span {
    width: 30px;
    height: 30px;
    display: block;
    background: #fff;
    over-flow: hidden
}

.paneltool .group-input .paneltool-skins > span.default {
    background: #63B84D
}

.paneltool .group-input .paneltool-skins > span.skin-blue {
    background: #0866e4
}

.paneltool .group-input .paneltool-skins > span.skin-orange {
    background: #ff8106
}

.paneltool .group-input .paneltool-skins > span.skin-green {
    background: #8bc43f
}

.paneltool .group-input .paneltool-skins > span.skin-yellow {
    background: #ffcc01
}

.paneltool .group-input .paneltool-skins.selected > span {
    border: 4px solid #2C3E50
}

.paneltool .group-input .dynamic-update-layout.selected,
.paneltool .group-input .dynamic-update-header.selected {
    color: #63B84D;
    font-weight: bold
}

.paneltool .group-input .dynamic-update-layout:hover,
.paneltool .group-input .dynamic-update-header:hover {
    cursor: pointer
}

.onoffswitch {
    position: relative;
    width: 90px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    display: inline-block;
    vertical-align: middle
}

.onoffswitch-checkbox {
    display: none
}

.onoffswitch-label {
    display: block !important;
    margin: 0px !important;
    overflow: hidden;
    cursor: pointer;
    border-radius: 20px
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s;
    -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 35px;
    padding: 0;
    line-height: 35px;
    font-size: 14px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.onoffswitch-inner:before {
    content: "ON";
    padding-left: 20px;
    background-color: #34A7C1;
    color: #FFFFFF;
    text-align: left
}

.onoffswitch-inner:after {
    content: "OFF";
    padding-right: 20px;
    background-color: #EEEEEE;
    color: #999999;
    text-align: right
}

.onoffswitch-switch {
    display: block;
    width: 18px;
    margin: 11px;
    background: #FFFFFF;
    border: 2px solid #FFFFFF;
    border-radius: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 50px;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px
}

#search-page {
    background: #fff;
    padding: 18px;
    margin: 18px 0px 0px
}

#search-page h1 {
    margin: 0px;
    padding: 30px 0px 20px;
    font-size: 20px
}

#search-page .pro_search_row {
    margin-top: 50px
}

#search_block_page {
    padding: 0px;
    position: relative;
    display: block;
    margin: 18px 0px
}

#search_querry_page {
    display: inline;
    padding: 0px 50px 0px 15px;
    height: 35px;
    line-height: 35px;
    background: #FBFBFB;
    border-color: #63B84D;
    margin-right: 1px;
    border-radius: 0px
}

.rtl #search_querry_page {
    padding: 0px 15px 0px 50px
}

.rtl #search_querry_page {
    margin-left: 1px;
    margin-right: inherit
}

#search_button_page {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40px;
    text-align: center;
    height: 35px;
    line-height: 35px;
    padding: 0px;
    border-radius: 0px
}

#search_button_page .fallback-text {
    display: none
}

#search_button_page .fa {
    font-size: 18px
}

.search-bar {
    width: 60%;
    margin: 0px auto;
    position: relative
}

#ap-ajax-search {
    position: absolute;
    border: 1px solid #ededed;
    width: 100%;
    display: none;
    background: #fff;
    max-height: 450px;
    width: 700px;
    right: 50px;
    top: 29px;
    overflow: auto;
    z-index: 100
}

#ap-ajax-search ul {
    margin-top: -1px
}

#ap-ajax-search ul li {
    padding: 10px 15px
}

a a:hover,
a a:focus {
    outline: none
}

.container {
    position: relative
}

.row.no-gutter {
    margin-left: 0px;
    margin-right: 0px
}

.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0
}

.owl-row {
    margin-left: -9px;
    margin-right: -9px
}

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

.e-scale .dropdown-menu {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.e-scale.popup-over:hover .dropdown-menu,
.e-scale.open .dropdown-menu {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.e-translate-left .popup-content {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(-200px, 0px);
    -ms-transform: translate(-200px, 0px);
    transform: translate(-200px, 0px);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.e-translate-left.popup-over:hover .popup-content {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.e-translate-right .popup-content {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(200px, 0px);
    -ms-transform: translate(200px, 0px);
    transform: translate(200px, 0px);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.e-translate-right.popup-over:hover .popup-content {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.e-translate-top .dropdown-menu {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(0, 20px);
    -moz-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    -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
}

.e-translate-top.popup-over:hover .dropdown-menu,
.e-translate-top.open .dropdown-menu {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0)
}

.e-translate-down .popup-content {
    opacity: 0;
    filter: alpha(opacity=0);
    height: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.e-translate-down.popup-over:hover .popup-content {
    opacity: 1;
    filter: alpha(opacity=100);
    height: auto;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.effect {
    text-align: center
}

.effect > a {
    position: relative;
    margin: 0px auto;
    display: block
}

.effect > a:before {
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    position: absolute;
    width: 100%;
    content: "";
    left: 0;
    top: 0;
    height: 100%
}

.effect > a:hover {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.5) inset;
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.5) inset;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s
}

.effect > a:hover:before {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.5) inset;
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.5) inset;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s
}

.widget-banner {
    margin-top: 149px
}

.effect_banner a {
    position: relative;
    display: block;
    max-width: 100%
}

.effect_banner a:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.1);
    width: 0;
    height: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.effect_banner a:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.1);
    width: 0;
    height: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.effect_banner a:hover:before,
.effect_banner a:hover:after {
    width: 100%;
    height: 100%
}

.video-container {
    position: relative;
    padding-bottom: 56.25%
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important
}

.btn-outline-inverse {
    color: #000;
    background-color: #fff;
    border-color: #fff;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease
}

.btn-outline-inverse:hover,
.btn-outline-inverse:focus,
.btn-outline-inverse:active,
.btn-outline-inverse.active {
    color: #fff;
    background-color: #000;
    border-color: #000;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease
}

.open .btn-outline-inverse.dropdown-toggle {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.btn-outline-inverse:active,
.btn-outline-inverse.active {
    background-image: none
}

.open .btn-outline-inverse.dropdown-toggle {
    background-image: none
}

.btn-outline-inverse.disabled,
.btn-outline-inverse.disabled:hover,
.btn-outline-inverse.disabled:focus,
.btn-outline-inverse.disabled:active,
.btn-outline-inverse.disabled.active,
.btn-outline-inverse[disabled],
.btn-outline-inverse[disabled]:hover,
.btn-outline-inverse[disabled]:focus,
.btn-outline-inverse[disabled]:active,
.btn-outline-inverse[disabled].active,
fieldset[disabled] .btn-outline-inverse,
fieldset[disabled] .btn-outline-inverse:hover,
fieldset[disabled] .btn-outline-inverse:focus,
fieldset[disabled] .btn-outline-inverse:active,
fieldset[disabled] .btn-outline-inverse.active {
    background-color: #fff;
    border-color: #fff
}

.btn-outline-inverse .badge {
    color: #fff;
    background-color: #000
}

.btn-outline {
    color: #fff;
    background-color: #63B84D;
    border-color: #63B84D;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    color: #fff;
    background-color: #479334;
    border-color: #479334;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    text-decoration: none;
}

.open .btn-outline.dropdown-toggle {
    color: #fff;
    background-color: #63B84D;
    border-color: #63B84D
}

.btn-outline:active,
.btn-outline.active {
    background-image: none
}

.open .btn-outline.dropdown-toggle {
    background-image: none
}

.btn-outline.disabled,
.btn-outline.disabled:hover,
.btn-outline.disabled:focus,
.btn-outline.disabled:active,
.btn-outline.disabled.active,
.btn-outline[disabled],
.btn-outline[disabled]:hover,
.btn-outline[disabled]:focus,
.btn-outline[disabled]:active,
.btn-outline[disabled].active,
fieldset[disabled] .btn-outline,
fieldset[disabled] .btn-outline:hover,
fieldset[disabled] .btn-outline:focus,
fieldset[disabled] .btn-outline:active,
fieldset[disabled] .btn-outline.active {
    background-color: #a3da95;
    border-color: #a3da95
}

.btn-outline .badge {
    color: #3f3f3f;
    background-color: #fff
}

.block .title_block {
    position: relative;
    font-weight: 300;
    text-transform: capitalize;
    margin: 0;
}

.accordion .block .title_block {
    cursor: pointer;
    font-size: 14px;
    color: #000;
}

.accordion .block .title_block:after {
    content: "\f055";
    font-family: "FontAwesome";
    position: absolute;
    right: 0;
    font-size: 13px;
    top: 5px
}

.accordion .block .title_block.active:after {
    content: "\f056"
}

#footer .block .title_block {
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    text-transform: capitalize;
    padding: 70px 0 20px;
    margin: 0 0 30px
}

#footer .block .title_block:before {
    position: absolute;
    content: "";
    bottom: 0;
    height: 5px;
    width: 24px;
    left: 0;
    background-image: url(icon-default.png);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0 0
}

.sidebar .block {
    padding: 18px;
    border: 2px solid #ededed;
    margin-bottom: 20px;
}

#footer .list-address .title_block {
    text-transform: uppercase;
    font-size: 14px;
    padding: 25px 0 10px;
    margin-bottom: 10px
}

#footer .list-address .title_block:before {
    display: none
}

#footer .list-address ul li {
    margin-bottom: 10px;
    display: flex;
    line-height: 32px;
    color: #999
}

#footer .list-address ul li:first-child {
    line-height: 18px
}

#footer .list-address ul li a {
    color: #999;
    text-decoration: underline
}

#footer .list-address ul li a:hover {
    color: #63B84D
}

#footer .list-address ul li .fa {
    padding-right: 15px
}

#footer .list-address ul li .fa:before {
    border: 1px solid #4d4d4d;
    width: 34px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    display: inline-block
}

.rte a:hover {
    text-decoration: underline
}

.rte img {
    max-width: 100%;
    height: auto;
    margin: 0px auto
}

.rte p {
    font-size: 18px;
    line-height: 1.4;
    color: #333;
    font-weight: 300;
}

body.layout-boxed-lg {
    background: white
}

body.layout-boxed-lg #page {
    max-width: 1200px;
    box-shadow: 0px 0px 5px #D5D5D5;
    margin: 0px auto;
    background: none repeat scroll 0% 0% #FFF;
    overflow: visible
}

body.layout-boxed-lg #page .container {
    max-width: 1200px
}

body.layout-boxed-lg #page .slide-caption {
    padding: 0 30px
}

body.layout-boxed-lg #header.navbar-fixed-top {
    width: 1200px;
    left: 50%;
    margin-left: -600px
}

body.layout-boxed-md {
    background: white
}

body.layout-boxed-md #page {
    max-width: 960px;
    box-shadow: 0px 0px 5px #D5D5D5;
    margin: 0px auto;
    background: none repeat scroll 0% 0% #FFF;
    overflow: visible
}

body.layout-boxed-md #page .container {
    max-width: 960px
}

body.layout-boxed-md #header.navbar-fixed-top {
    width: 960px;
    left: 50%;
    margin-left: -480px
}

#page {
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    overflow: hidden;
    /*padding-top: 80px;*/
}

.page-heading {
    margin: 0px 0px 10px 0px;
    font-size: 24px;
    font-weight: 700;
    font-family: 'MyriadPro';
    color: #666;
    line-height: 30px
}

.page-wrap {
    margin-bottom: 18px
}

.errors {
    color: #C83A3A
}

.header-container {
    z-index: 1
}

@media screen and (min-width: 991px) {
    .template-index .header-2,
    .template-index .header-4 {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 100
    }

    .template-index .header-2 #header-main,
    .template-index .header-4 #header-main {
        background-color: transparent;
        border-bottom: none
    }

    .template-index .header-2 #apollo-menu,
    .template-index .header-4 #apollo-menu,
    .template-index .header-2 #apollo-top-menu,
    .template-index .header-4 #apollo-top-menu {
        background: transparent
    }
}

@media screen and (min-width: 991px) {
    .header-2 #apollo-menu .navbar-nav,
    .header-4 #apollo-menu .navbar-nav {
        padding-right: 160px
    }
}

@media screen and (max-width: 1280px) {
    .header-2 #apollo-menu .navbar-nav > li > a,
    .header-4 #apollo-menu .navbar-nav > li > a {
        padding-left: 10px;
        padding-right: 10px
    }

    .header-2 #apollo-menu .navbar-nav > li > a > .caret:before,
    .header-4 #apollo-menu .navbar-nav > li > a > .caret:before {
        right: 6px
    }
}

.header-2 .block-left-fn,
.header-4 .block-left-fn {
    position: absolute;
    top: 45px;
    right: 0
}

.header-2 .block-left-fn .popup-over,
.header-4 .block-left-fn .popup-over {
    padding: 0 7px;
    min-height: 24px;
    line-height: 24px
}

.header-2 .block-left-fn #block_currencies,
.header-4 .block-left-fn #block_currencies {
    min-height: 24px
}

.header-2 .block-left-fn #block_currencies #pre-currencies img,
.header-4 .block-left-fn #block_currencies #pre-currencies img {
    display: none
}

.header-2 .block-left-fn #search_block_top,
.header-4 .block-left-fn #search_block_top {
    position: relative;
    top: 0;
    left: auto;
    height: 24px;
    line-height: 28px;
    float: left
}

.header-2 .block-left-fn .header_user_info .popup-title,
.header-4 .block-left-fn .header_user_info .popup-title {
    display: inline-block
}

.header-2 .block-left-fn .header_user_info .dropdown-menu,
.header-4 .block-left-fn .header_user_info .dropdown-menu {
    left: auto;
    right: 0
}

.header-2 .block-left-fn .blockcart_top,
.header-4 .block-left-fn .blockcart_top {
    border: none;
    height: 24px;
    line-height: 24px;
    /*line-height: 21px;*/
    padding: 0 5px
}

.header-2 .block-left-fn .blockcart_top .title-cart .cart-title,
.header-4 .block-left-fn .blockcart_top .title-cart .cart-title {
    display: none
}

.header-2 .block-left-fn .blockcart_top .title-cart .zmdi,
.header-4 .block-left-fn .blockcart_top .title-cart .zmdi {
    position: relative;
    top: 1px;
    right: -4px;
    height: 23px;
    margin-right: 0;
    line-height: 22px;
    min-width: 30px;
    text-align: center;
    background-color: #3f3f3f;
    color: #fff;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.header-2 .block-left-fn .blockcart_top .title-cart:hover .zmdi,
.header-4 .block-left-fn .blockcart_top .title-cart:hover .zmdi {
    background-color: #666;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

@media screen and (max-width: 991px) {

    #page {
        /*padding-top: 115px;*/
        /*padding-top: 59px;*/
    }

    .header-2 .header-wrap .header-left,
    .header-4 .header-wrap .header-left {
        width: 100%;
        margin-bottom: 10px;
        /*position: absolute;
        z-index: 0;*/
    }

    .header-4 .header-wrap {
        margin: 10px 0;
    }

    .header-2 #header_logo,
    .header-4 #header_logo {
        text-align: center
    }

    .header-2 #apollo-menu,
    .header-4 #apollo-menu {
        float: left
    }

    .header-2 .block-left-fn,
    .header-4 .block-left-fn {
        margin-top: 5px;
        position: static;
        float: right
    }

    .header-2 form#searchbox,
    .header-4 form#searchbox {
        right: 0;
        top: 26px;
        width: 95vw;
    }

    .header-4 #search_block_top {
        border-left: none !important;
    }

    /*.header-4 .header-wrap .header-left #header_logo {
        margin-top: -5px;
    }*/
    .header-4 .block-left-fn {
        width: auto !important;
    }
}

@media screen and (max-width: 480px) {
    .header-2 form#searchbox,
    .header-4 form#searchbox {
        right: -173px
    }
}

.header-3 .header-wrap .header-left {
    width: 100%;
    float: none
}

.header-3 #header_logo {
    text-align: left
}

@media screen and (min-width: 768px) {
    .header-3 #header_logo {
        text-align: center
    }
}

.header-3 #search_block_top {
    position: relative;
    top: 0;
    left: auto;
    height: 60px;
    line-height: 60px;
    float: right
}

.header-3 #search_block_top #search-icon {
    display: none
}

.header-3 form#searchbox {
    top: -1px;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    right: 0;
    z-index: 0;
    width: 185px
}

@media screen and (min-width: 768px) {
    .header-3 form#searchbox {
        width: 258px
    }
}

.header-3 #ap-ajax-search {
    right: 0;
    top: 60px;
    width: 258px
}

.header-3 #search_button {
    width: 50px;
    height: 60px;
    line-height: 60px
}

.header-3 #search_query_top {
    height: 62px;
    background-color: #fff
}

.header-3 .header_user_info {
    border-right: 1px solid #ededed
}

.header-3 .header_user_info .popup-title {
    display: inline-block
}

.header-3 .header_user_info .dropdown-menu {
    left: auto;
    right: 0
}

.header-3 #block_currencies #pre-currencies {
    display: none
}

.header-3 #block_currencies #pre-currencies img {
    display: none
}

.header-3 .list-tool {
    position: absolute;
    top: 0;
    right: 0
}

.header-3 .list-tool .header_user_info,
.header-3 .list-tool #block_currencies {
    border: 1px solid #ededed;
    float: right;
    padding: 0;
    height: 45px;
    width: 45px;
    line-height: 45px;
    min-height: inherit
}

.header-3 .list-tool .header_user_info .dropdown-menu,
.header-3 .list-tool #block_currencies .dropdown-menu {
    left: auto;
    right: 0
}

.header-3 .list-tool .header_user_info .popup-title,
.header-3 .list-tool #block_currencies .popup-title {
    text-align: center;
    display: block;
    padding: 0
}

.header-3 .list-tool .header_user_info .popup-title:before,
.header-3 .list-tool #block_currencies .popup-title:before {
    display: none
}

.header-3 .list-tool #block_currencies {
    border-left: none
}

.header-3 .header-right {
    border-top: 1px solid #ededed
}

@media screen and (max-width: 991px) {
    .header-3 #apollo-menu {
        float: left;
        min-height: 60px;
        padding-top: 11px
    }
}

.header-3 #apollo-menu .navbar-nav {
    float: left;
    padding: 0
}

.header-3 #apollo-menu .navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 20px
}

.header-3 #apollo-menu .navbar-nav > li > a > .caret:before {
    top: 20px
}

.header-3 .block-left-fn {
    position: absolute;
    top: 0px;
    right: 0
}

.header-3 .blockcart_top {
    height: 60px;
    line-height: 60px
}

.header-4 .header-wrap {
    background-color: #fff;
    padding: 0
}

.header-4 .header-wrap .header-left {
    float: none
}

@media screen and (min-width: 991px) {
    .header-4 .header-wrap .header-left {
        float: left;
        width: 20%
    }
}

.header-4 .header-wrap .header-left #header_logo {
    /*padding: 25px 0;*/
    padding: 12px 0;
    text-align: center
}

.template-index .header-4 {
    position: static
}

.header-4 #search_block_top {
    position: relative;
    top: 0;
    left: 0;
    float: left;
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
    z-index: 10;
    text-align: center;
    width: 38px;
    height: 38px;
    line-height: 38px
}

.header-4 #search_block_top #search-icon {
    display: block;
    line-height: 38px
}

@media screen and (min-width: 991px) {
    .header-4 #search_block_top {
        /*height: 100px;*/
        height: 80px;
        width: 100px;
        /*line-height: 100px*/
        line-height: 80px
    }

    .header-4 #search_block_top #search-icon {
        display: block;
        /*line-height: 100px*/
        line-height: 80px
    }
}

.header-4 form#searchbox {
    left: 0;
    right: auto;
    line-height: 36px;
    top: 38px
}

@media screen and (min-width: 991px) {
    .header-4 form#searchbox {
        top: 80px
    }
}

.header-4 #ap-ajax-search {
    top: 100px;
    left: 0;
    right: auto;
    line-height: 23px;
    text-align: left
}

@media screen and (min-width: 991px) {
    .header-4 #ap-ajax-search {
        top: 136px
    }
}

.header-4 #apollo-menu .navbar-nav {
    float: left;
    padding-right: 0
}

.header-4 #apollo-menu .navbar-nav > li > a {
    /*padding-top: 39px;
    padding-bottom: 39px*/
    padding-top: 30px;
    padding-bottom: 30px
}

.header-4 #apollo-menu .navbar-nav > li > a > .caret:before {
    /*top: 39px*/
    top: 29px
}

.header-4 .block-left-fn {
    position: absolute;
    /*top: 40px;*/
    top: 26px;
    right: 0;
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    width: 15%;
}

@media screen and (max-width: 991px) {
    .header-4 .block-left-fn {
        top: auto;
        bottom: 10px /*top: 0;
        bottom: auto;*/
    }
}

.header-5 #block_currencies {
    border: none;
    float: right
}

.header-5 #block_currencies .zmdi {
    display: none
}

.header-5 .header_user_info {
    border-right: none
}

.header-5 .header_user_info .popup-title {
    display: inline-block;
    text-transform: uppercase
}

.header-5 .header_user_info .popup-title .zmdi {
    margin-right: 5px
}

@media screen and (max-width: 767px) {
    .header-5 .header_user_info .popup-title span {
        display: none
    }
}

.header-5 .blockcart_top {
    border-right: none
}

.header-5 #search_block_top {
    position: relative;
    left: 0;
    top: 0;
    float: left
}

.header-5 #search_block_top #search-icon {
    line-height: 50px
}

@media screen and (min-width: 991px) {
    .header-5 #search_block_top #search-icon {
        display: none
    }
}

.header-5 form#searchbox {
    margin-top: 10px;
    width: 280px;
    position: absolute;
    left: 0
}

@media screen and (min-width: 991px) {
    .header-5 form#searchbox {
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
        position: relative
    }
}

.header-5 #search_query_top {
    height: 40px
}

.header-5 #ap-ajax-search {
    left: 0;
    top: 40px;
    width: 280px
}

.header-5 #topbar {
    border-bottom: none
}

.header-5 .header-wrap {
    padding-bottom: 0
}

.header-5 .header-wrap .header-left {
    margin-bottom: 35px;
    width: 100%;
    float: none
}

.header-5 #header_logo {
    text-align: center
}

.header-5 #header-main {
    border-bottom: none
}

.header-5 .header-right {
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed
}

.header-5 #apollo-menu .navbar-nav {
    padding-right: 0;
    float: none
}

.header-5 #apollo-menu .navbar-nav > li {
    float: none;
    text-align: center;
    display: inline-block
}

.header-5 #apollo-menu .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px
}

.header-5 #apollo-menu .navbar-nav > li > a > .caret:before {
    top: 16px
}

@media screen and (max-width: 991px) {
    .header-5 #apollo-menu {
        float: none;
        text-align: center
    }

    .header-5 #apollo-menu .navbar-header .btn-menu-canvas {
        display: inline-block;
        float: none
    }
}

#header-main {
    background: #fff;
    border-bottom: 1px solid #ededed
}

.header-wrap {
    position: relative;
    padding: 15px 0 10px 0;
}

.header-wrap:before,
.header-wrap:after {
    content: " ";
    display: table
}

.header-wrap:after {
    clear: both
}

.header-wrap .header-left {
    float: left;
    width: 25%;
    position: relative;
    z-index: 10;
    min-width: 165px;
}

.rtl .header-wrap .header-left {
    float: right
}

#header_logo {
    text-align: left
}

.rtl #header_logo {
    text-align: right
}

#header_logo h1 {
    margin: 0px
}

#header_logo a {
    margin: 0px auto
}

#header_logo img {
    max-width: 100%
}

#footer {
    background-color: #63B84D;
    font-weight: 300;
    color: #fff
}

.footer-2 {
    padding-bottom: 50px
}

.footer-2 .footer-block {
    padding-left: 0
}

.footer-2 .footer-block .title_block {
    display: none !important
}

.footer-2 .footer-block .block_content {
    display: block !important
}

.footer-2 .footer-block .toggle-footer {
    margin-bottom: 0
}

.footer-2 .footer-block .toggle-footer li {
    display: inline-block;
    padding: 19px 10px 19px 0
}

.footer-2 #powered {
    padding-left: 0
}

.footer-2 #powered:before {
    display: none
}

@media screen and (min-width: 991px) {
    .footer-2 #social_block {
        margin-top: 54px;
        padding-left: 15px
    }
}

.footer-2 #social_block .title_block {
    display: none !important
}

.footer-2 #back-top {
    position: fixed;
    bottom: 55px;
    top: auto;
    right: 20px
}

#topbar {
    font-size: 12px;
    background: #fff;
    color: #666;
    min-height: 49px;
    border-bottom: 1px solid #ededed
}

#topbar a {
    color: #333;
    text-transform: uppercase;
}

#topbar a:hover,
#topbar a:focus {
    color: #63B84D
}

#topbar nav:before,
#topbar nav:after {
    content: "";
    display: table
}

#topbar nav:after {
    clear: both
}

#topbar .block-code-deal {
    background-color: #d3eef0;
    line-height: 41px;
    font-size: 14px;
    color: #000;
    text-align: center
}

#topbar .block-code-deal .link_top {
    margin-left: 10px;
    border-left: 1px solid #ededed;
    text-transform: uppercase;
    padding-left: 10px
}

.popup-over {
    padding: 16px 20px 15px;
    position: relative
}

.popup-over .popup-title {
    position: relative;
    padding-right: 15px
}

.popup-over .popup-title:before {
    content: "\f107";
    font-family: "FontAwesome";
    position: absolute;
    top: 0px;
    right: 0
}

.popup-over .dropdown-menu {
    display: block;
    visibility: hidden
}

.popup-over:hover,
.popup-over.open {
    cursor: pointer
}

.popup-over:hover .dropdown-menu,
.popup-over.open .dropdown-menu {
    visibility: visible
}

.header_user_info {
    float: right
}

.rtl .header_user_info {
    float: left
}

.header_user_info .popup-title {
    /*display: none*/
}

.header_user_info .links {
    margin: 0px;
    padding: 0px;
    list-style: none
}

.header_user_info .links > li {
    display: inline-block;
    margin: 0px;
}

.header_user_info .links > li > a {
    line-height: 50px;
    font-size: 12px;
    padding: 0px 20px
}

@media screen and (max-width: 991px) {
    .header_user_info .links > li > a {
        padding: 0 10px;
        line-height: 36px
    }
}

.header_user_info .links > li > a .zmdi {
    margin-right: 3px
}

.header_user_info .links.dropdown-menu li {
    display: block
}

.header_user_info .links.dropdown-menu li a {
    margin: 0px
}

#block_currencies {
    /*border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;*/
    float: left;
    min-height: 50px;
    padding: 14px 0;

}

.rtl #block_currencies {
    float: right
}

#block_currencies .dropdown-menu {
    padding: 10px 10px;
    right: auto;
    left: 0;
    margin: 0px
}

#block_currencies .dropdown-menu li a {
    color: #666;
    padding: 0px 10px;
    line-height: 30px;
    display: block
}

#block_currencies .dropdown-menu li a img {
    margin-top: -3px;
    margin-right: 5px
}

.rtl #block_currencies .dropdown-menu li a img {
    margin-left: 5px;
    margin-right: inherit
}

#block_currencies .dropdown-menu li a:hover,
#block_currencies .dropdown-menu li a.selected {
    color: #63B84D;
    background: #fff;
    font-weight: 600
}

#block_currencies .popup-title img {
    margin-top: -2px
}

#block_currencies .popup-title:hover {
    color: #63B84D
}

#block_currencies .fa {
    /*float: left;*/
    margin-right: 5px;

    /*line-height: 18px*/
}

#first-currencies {
    margin: 0px
}

#first-currencies li {
    margin: 0px;
    display: block
}

#first-currencies li a {
    padding: 2px 8px
}

#first-currencies li a img {
    width: 16px;
    height: 11px
}

.blockcart_top {
    float: right;
    padding: 0 15px;
    border-right: 1px solid #ededed;
    height: 50px;
    line-height: 50px;
    font-size: 11px;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.rtl .blockcart_top {
    float: left
}

.blockcart_top a {
    display: block
}

.blockcart_top .title-cart .zmdi {
    margin-right: 5px
}

.blockcart_top .title-cart .cart-title {
    color: #999;
    font-size: 12px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    margin-right: 8px;
    -webkit-transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: none
}

@media screen and (min-width: 991px) {
    .blockcart_top .title-cart .cart-title {
        display: inline-block
    }
}

.blockcart_top .title-cart #CartCount {
    position: relative;
    min-width: 28px;
    /*height: 24px;*/
    height: 23px;
    font-weight: bold;
    border: 2px solid #3f3f3f;
    display: inline-block;
    /*line-height: 20px;*/
    line-height: 19px;
    text-align: center;
    color: #000;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.blockcart_top:hover .title-cart #CartCount {
    border: 2px solid #666;
    color: #555;
}

#search_block_top {
    position: absolute;
    right: 0;
    width: 25px;
    height: 50px;
    top: 35px;
}

#search-icon {
    cursor: pointer;
    color: #000;
    -webkit-transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    font-size: 18px
}

#search-icon:hover {
    color: #63B84D
}

#search-icon.active:before {
    content: "\f135"
}

form#searchbox {
    width: 100%;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -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);
    width: 700px;
    top: -6px;
    right: 50px;
    z-index: 10
}

form#searchbox.show {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible
}

#search_query_top {
    display: inline;
    padding: 3px 40px 0px 10px;
    height: 36px;
    line-height: 36px;
    background: #fafafa;
    border-color: #ededed;
    border-radius: 0px;
    box-shadow: none;
    font-size: 13px;
    font-weight: 400
}

.rtl #search_query_top {
    padding: 3px 10px 0px 40px
}

#search_button {
    background: transparent;
    display: block;
    position: absolute;
    top: 1px;
    right: 0px;
    border: medium none;
    color: #666;
    width: 36px;
    text-align: center;
    height: 34px;
    line-height: 34px;
    padding: 0px;
    border-radius: 0px
}

.rtl #search_button {
    left: 0px;
    right: auto
}

#search_button .fallback-text {
    display: none
}

#search_button .fa {
    font-size: 13px
}

#search_button:hover {
    color: #63B84D
}

#social_block .block_content {
    padding: 0px
}

#social_block .block_content ul {
    margin: 0px
}

#social_block .block_content ul li {
    display: inline-block
}

#social_block .block_content ul li a {
    font-size: 11px;
    font-wight: 300;
    color: #666;
    float: right;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease
}

.rtl #social_block .block_content ul li a {
    float: left
}

#social_block .block_content ul li a:hover .fa {
    color: #63B84D
}

#social_block .block_content ul li .fa {
    float: left;
    font-size: 15px;
    color: #999;
    height: 36px;
    width: 36px;
    text-align: center;
    line-height: 35px;
    display: block;
    background-color: #fff
}

.rtl #social_block .block_content ul li .fa {
    float: right
}

#social_block .block_content ul li span {
    display: none;
    float: left;
    line-height: 35px;
    height: 36px;
    width: 80px;
    text-align: center;
    text-transform: uppercase;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    background: #fff
}

.rtl #social_block .block_content ul li span {
    float: right
}

.sidebar > div {
    margin-top: 18px
}

.sidebar > div:first-child {
    margin-top: 0px
}

.sidebar .product-block {
    margin-bottom: 10px
}

.listSidebar {
    margin: 0px;
    padding: 0px
}

.listSidebar > li {
    padding: 5px 0px
}

.listSidebar > li a {
    color: #666
}

.listSidebar > li a:hover {
    color: #000
}

.sidebarCategories {
    margin: 0px;
    padding: 0px
}

.sidebarCategories li {
    line-height: 30px;
    padding-left: 18px;
    position: relative
}

.sidebarCategories li:before {
    content: "\f105";
    font-family: "FontAwesome";
    left: 0;
    color: #999;
    position: absolute;
    top: 5px
}

.sidebarCategories li a {
    position: relative;
    display: block
}

.sidebarCategories .apolloQty {
    color: #000
}

.catalog_filters {
    border-bottom: 1px solid #ededed;
    padding: 6px 0
}

.catalog_filters:last-child {
    border-bottom: 0px
}

.catalog_filters .catalog_subtitle_heading {
    font-weight: bold
}

.catalog_filter_ul {
    margin: 0px;
    padding: 0px
}

.catalog_filter_ul:before,
.catalog_filter_ul:after {
    content: " ";
    display: table
}

.catalog_filter_ul:after {
    clear: both
}

.catalog_filter_ul > li {
    margin: 0;
    padding: 0px 15px
}

.catalog_filter_ul > li input {
    display: none
}

.catalog_filter_ul > li a {
    position: relative;
    display: block;
    font-size: 14px;
    padding: 6px 15px
}

.catalog_filter_ul > li a:before {
    position: absolute;
    content: "\f096";
    top: 6px;
    left: 0px;
    font-family: FontAwesome;
    font-size: 12px
}

.rtl .catalog_filter_ul > li a:before {
    right: 0px;
    left: auto
}

.catalog_filter_ul > li a:hover:before {
    content: "\f046";
    color: #000
}

.catalog_filter_ul > li .catalog_color {
    display: block;
    padding: 0px;
    border: 2px solid #ededed
}

.catalog_filter_ul > li .catalog_color:before {
    display: none
}

.catalog_filter_ul > li .catalog_color:hover {
    border-color: #000;
    -webkit-box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.26), 0 2px 10px 0 rgba(0, 0, 0, 0.22);
    box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.26), 0 2px 10px 0 rgba(0, 0, 0, 0.22)
}

.catalog_filter_ul > li.active-filter a:before {
    content: "\f046";
    color: #000
}

.catalog_filter_ul > li.active-filter .catalog_color {
    border-color: #000;
    -webkit-box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.26), 0 2px 10px 0 rgba(0, 0, 0, 0.22);
    box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.26), 0 2px 10px 0 rgba(0, 0, 0, 0.22)
}

.catalog_filter_ul.color-group {
    padding: 10px 0 0
}

.catalog_filter_ul.color-group:before,
.catalog_filter_ul.color-group:after {
    content: " ";
    display: table
}

.catalog_filter_ul.color-group:after {
    clear: both
}

.catalog_filter_ul.color-group > li {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 0px
}

.rtl .catalog_filter_ul.color-group > li {
    float: right
}

.rtl .catalog_filter_ul.color-group > li {
    margin-left: 10px;
    margin-right: inherit
}

.socialsharing_product ul {
    margin: 15px 0px
}

.socialsharing_product ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px
}

.socialsharing_product ul li .btn {
    padding: 0;
    min-width: 32px;
    height: 32px;
    border: 1px solid #ededed;
    font-size: 0px;
    border-radius: 2px;
    line-height: 38px;
    color: #fff
}

.socialsharing_product ul li .btn .fa {
    font-size: 14px
}

.socialsharing_product ul li .btn-twitter {
    background-color: #00AAF0;
    border-color: #00AAF0
}

.socialsharing_product ul li .btn-facebook {
    background-color: #435F9F;
    border-color: #435F9F
}

.socialsharing_product ul li .btn-google-plus {
    background-color: #E04B34;
    border-color: #E04B34
}

.socialsharing_product ul li .btn-linkedin {
    background-color: #435F9F;
    border-color: #435F9F
}

.socialsharing_product ul li .btn-pinterest {
    background-color: #CE1F21;
    border-color: #CE1F21
}

.block_content .owl-controls {
    position: absolute;
    top: -72px;
    left: 0px;
    right: 0px;
    width: 100%;
    text-align: center;
    font-size: 0px
}

.block_content .owl-controls .owl-prev,
.block_content .owl-controls .owl-next {
    font-size: 0px;
    height: 24px;
    line-height: 24px;
    width: 24px;
    text-shadow: none;
    text-align: center;
    font-family: 'MyriadPro';
    background-color: transparent;
    color: #a7a7a7;
    margin: 0px
}

.block_content .owl-controls .owl-prev:before,
.block_content .owl-controls .owl-next:before {
    content: "";
    font-family: "FontAwesome";
    font-size: 10px;
    display: block
}

.block_content .owl-controls .owl-prev:hover,
.block_content .owl-controls .owl-prev:focus,
.block_content .owl-controls .owl-next:hover,
.block_content .owl-controls .owl-next:focus {
    color: #63B84D
}

.block_content .owl-controls .owl-prev {
    right: 24px;
    left: auto
}

.block_content .owl-controls .owl-prev:before {
    content: "\f060"
}

.block_content .owl-controls .owl-next {
    right: 0px;
    left: auto;
    border-left: 1px solid #ededed
}

.block_content .owl-controls .owl-next:before {
    content: "\f061"
}

.block_content .carousel-control {
    top: -72px;
    margin-top: 0px;
    font-size: 0px;
    height: 24px;
    line-height: 22px;
    width: 24px;
    text-align: center;
    text-shadow: none;
    font-family: 'MyriadPro';
    background-color: transparent;
    background-image: none;
    color: #a7a7a7;
    opacity: 1;
    filter: alpha(opacity=100)
}

.block_content .carousel-control:before {
    content: "";
    font-family: "FontAwesome";
    font-size: 10px;
    display: block
}

.block_content .carousel-control:hover {
    color: #63B84D
}

.block_content .carousel-control.left {
    right: 14px;
    left: auto
}

.block_content .carousel-control.left:before {
    content: "\f060"
}

.block_content .carousel-control.right {
    right: -10px;
    border-left: 1px solid #ededed
}

.block_content .carousel-control.right:before {
    content: "\f061"
}

#newsletter_block {
    margin-bottom: 70px;
    background: #fff;
    text-align: center
}

#newsletter_block h4 {
    margin-top: 40px
}

#newsletter_block h4:before {
    left: 0;
    right: 0;
    margin: 0 auto
}

#newsletter_block .des_newsletter {
    font-family: 'MyriadPro';
    font-weight: 300;
    font-size: 16px;
    color: #999;
    display: block;
    margin-bottom: 30px
}

#newsletter_block .form_newsletter {
    position: relative
}

#newsletter_block .newsletter-input {
    border: 1px solid #f5f5f5;
    box-shadow: none;
    height: 53px;
    font-family: 'MyriadPro';
    font-weight: 700;
    font-size: 14px;
    color: #3f3f3f;
    background: #f5f5f5
}

@media screen and (min-width: 768px) {
    #newsletter_block .newsletter-input {
        padding-right: 200px
    }
}

#newsletter_block .btn {
    background-color: #3f3f3f;
    color: #fff;
    width: 100%;
    height: 53px;
    line-height: 51px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0px
}

@media screen and (min-width: 768px) {
    #newsletter_block .btn {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 198px
    }
}

#newsletter_block .btn:hover {
    background-color: #63B84D
}

.block-manufacture .logo-manu {
    margin-top: 18px
}

.block-manufacture .logo-manu a {
    display: block;
    border: 1px solid #ededed
}

.block-manufacture .logo-manu a:hover {
    border-color: #63B84D
}

.block-manufacture .carousel-control {
    background: transparent;
    text-align: center;
    color: #666;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 25px;
    height: 25px;
    line-height: 20px;
    border: 1px solid #ededed;
    border-radius: 100%;
    text-align: center;
    margin-top: 0px;
    box-shadow: none;
    text-shadow: none
}

.block-manufacture .carousel-control.left {
    left: -60px
}

.block-manufacture .carousel-control.right {
    right: -60px
}

.block-manufacture .carousel-control:hover {
    color: #63B84D;
    border-color: #63B84D;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16), 0px 2px 10px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16), 0px 2px 10px 0px rgba(0, 0, 0, 0.12);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.block-manufacture .owl-next,
.block-manufacture .owl-prev {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #666;
    width: 25px;
    height: 25px;
    line-height: 20px;
    border: 1px solid #ededed;
    border-radius: 100%;
    text-align: center;
    margin-top: -5px;
    box-shadow: none;
    text-shadow: none
}

.block-manufacture .owl-next:hover,
.block-manufacture .owl-prev:hover {
    color: #63B84D;
    border-color: #63B84D;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16), 0px 2px 10px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16), 0px 2px 10px 0px rgba(0, 0, 0, 0.12);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.block-manufacture .owl-next {
    right: -60px
}

.block-manufacture .owl-prev {
    left: -60px
}

.block-manufacture:hover .carousel-control {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.block-manufacture:hover .carousel-control.left {
    left: -10px
}

.block-manufacture:hover .carousel-control.right {
    right: -10px
}

.block-manufacture:hover .owl-prev {
    left: -10px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.block-manufacture:hover .owl-next {
    right: -10px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.toggle-footer {
    margin-bottom: 32px
}

.toggle-footer li {
    line-height: 20px;
    position: relative
}

.toggle-footer li a {
    position: relative;
    padding: 6px 0px;
    display: block;
    color: #fff;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s
}

.toggle-footer li a:hover {
    color: #fff;
    text-decoration: underline;
}

#back-top {
    position: absolute;
    top: -28px;
    text-align: center;
    z-index: 999;
    right: 15px
}

#back-top a {
    width: 54px;
    height: 54px;
    line-height: 54px;
    display: inline-block;
    background-color: #ededed;
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1);
    border-radius: 100%
}

.box-googlemap {
    margin: 0px;
    text-align: center;
    position: relative
}

.box-googlemap .box_title {
    font-size: 15px;
    font-weight: 700;
    position: absolute;
    top: -20px;
    left: 0px;
    right: 0px;
    width: 200px;
    margin: 0px auto;
    padding: 0px 15px;
    line-height: 41px;
    color: #fff;
    background: #3f3f3f;
    letter-spacing: 2px;
    text-transform: uppercase;
    z-index: 1
}

.box-googlemap .box_title span {
    font-weight: 300
}

.box-googlemap .box_title:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000
}

.swatch {
    /*margin: 20px 0px 0px*/
    margin: 2px 0px;
}

.product-desc .product-item-scu-list .swatch {
    margin: 0;
}

.swatch .header {
    margin: 0px 10px 0px 0px;
    float: left;
    line-height: 35px;
    min-width: 60px;
    font-weight: 600
}

.rtl .swatch .header {
    margin: 0px 0px 0px 10px
}

.rtl .swatch .header {
    float: right
}

.quick-view-product .swatch .header {
    width: 100%;
    line-height: normal
}

.swatch input {
    display: none
}

.swatch label {
    min-width: 35px !important;
    height: 35px !important;
    margin: 0;
    border: 1px solid #ededed;
    background-color: #fff;
    color: #666;
    font-size: 14px;
    text-align: center;
    line-height: 35px;
    white-space: nowrap;
    font-weight: 400;
}

.rtl .swatch label {
    float: right
}

.swatch .swatch-element {
    float: left;
    -webkit-transform: translateZ(0);
    -webkit-font-smoothing: antialiased;
    margin: 10px 10px 0 0;
    position: relative;
    text-align: center;
}

.product-meta .swatch .swatch-element {
    margin: 0px 10px 5px 1px;
}


.product_list .product-meta .swatch .swatch-element {
    margin: 0px 3px 5px 1px;
}

.product_list .swatch .color label {
    min-width: 30px !important;
    height: 30px !important;
    line-height: 30px;
}

.swatch.swatch-property .swatch-element {
    float: inherit;
    display: inline-block;
    margin: 0px;
}

.swatch.swatch-property .swatch-element > i {
    color: #999;
    cursor: pointer;
    margin-left: 5px;
}


.rtl .swatch .swatch-element {
    float: right
}

.swatch .swatch-element.soldout {
    display: none
}

.swatch-element label {
    padding: 0 10px;
    cursor: pointer
}

.color.swatch-element label {
    padding: 0
}

.swatch input:checked + label {
    /* -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.6); */
    /* box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.6); */
    /* border-color: transparent; */
    border: 1px solid #63B84D;
    color: #000;
}

.crossed-out {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.swatch .swatch-element .crossed-out {
    display: none
}

.swatch .swatch-element.soldout .crossed-out {
    display: block
}

.swatch .swatch-element.soldout label {
    opacity: 0.6;
    filter: alpha(opacity=60)
}

.swatch .tooltip {
    text-align: center;
    background: gray;
    color: #fff;
    bottom: 100%;
    padding: 10px;
    display: block;
    position: absolute;
    width: 100px;
    left: -30px;
    margin-bottom: 15px;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.swatch.swatch-property .tooltip {
    width: 250px;
    left: -111px;
    text-align: left;
}

.swatch .tooltip:before {
    bottom: -20px;
    content: " ";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%
}

.swatch .tooltip:after {
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-top: solid gray 10px;
    bottom: -10px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -13px;
    position: absolute;
    width: 0
}

.swatch .swatch-element:hover .tooltip {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px)
}

.swatch.error {
    background-color: #e8d2d2 !important;
    color: #333 !important;
    padding: 1em;
    border-radius: 5px
}

.swatch.error p {
    margin: 0.7em 0
}

.swatch.error p:first-child {
    margin-top: 0
}

.swatch.error p:last-child {
    margin-bottom: 0
}

.swatch.error code {
    font-family: monospace
}

.page-subheading {
    position: relative;
    background: transparent;
    font-size: 30px;
    font-weight: 400;
    padding: 22px 0;
    letter-spacing: 1px;
    line-height: normal;
}

.products_sidebar .product-block {
    padding: 0;
}

.products_sidebar .product-block .functional-buttons,
.products_sidebar .product-block .quickview {
    display: none
}

.products_sidebar .product-block .content_price {
    margin: 5px 0px 0px
}

.products_sidebar .product-block .review {
    border-top: 0px
}

.products_sidebar .product-block .review .spr-badge {
    padding: 0px 0px 5px
}

.products_sidebar .product-block .product-meta {
    padding: 5px 0px 10px;
    border-bottom: 1px solid #ededed
}

.products_sidebar .owl-item .item .product_block {
    margin-bottom: 18px
}

.products_sidebar .owl-item .item .product_block:last-child .product-meta {
    border-bottom: 0px
}

.products_sidebar .product_list .product_block {
    margin: 18px 0px 0px
}

.products_sidebar .product_list .product-block .product-meta {
    border-bottom: 0px
}

#login-page {
    margin-top: 18px;
    font-size: 13px;
    font-weight: 300;
    color: #999
}

#login-page h1,
#login-page h2,
#login-page h3 {
    font-family: 'MyriadPro';
    font-size: 20px;
    font-weight: 700;
    color: #666;
    margin: 0px 0px 18px;
    line-height: 40px;
    border-bottom: 1px solid #ededed
}

#login-page .login-box {
    border: 1px solid #ededed;
    min-height: 350px;
    padding: 20px;
    background: #fff
}

#login-page .login-box p {
    margin: 0px
}

#login-page .login-box .label-login {
    display: block;
    line-height: 22px;
    margin: 0px 0px 5px;
    font-weigth: 400
}

#login-page .login-box .form-control {
    box-shadow: none;
    max-width: 350px;
    margin-bottom: 20px;
    font-size: 13px
}

#login-page .login-box .lost_password {
    margin: 0px 0px 10px;
    font-size: 11px;
    font-weight: normal;
    font-style: italic
}

#login-page .login-box .text-link {
    margin-top: 10px
}

#login-page .register-box {
    border: 1px solid #ededed;
    padding: 20px;
    background: #fff
}

#login-page .register-box p {
    margin: 0px
}

#login-page .register-box .register_des {
    margin-bottom: 20px
}

#login-page .btn-outline {
    padding: 9px 15px 9px 15px
}

#register-page .register-box {
    padding-bottom: 70px;
    background: #fff
}

#register-page .register-box .label-register {
    display: block;
    line-height: 22px;
    margin: 0px 0px 5px
}

#register-page .register-box .form-control {
    box-shadow: none;
    margin-bottom: 20px
}

#register-page h1,
#register-page h3 {
    font-weight: normal;
    background: transparent;
    margin: 0px 0px 20px;
    line-height: 40px;
    text-align: center
}

#register-page h1:before,
#register-page h1:after,
#register-page h3:before,
#register-page h3:after {
    display: none
}

#create_customer {
    max-width: 600px;
    margin: 0px auto;
    border: 1px solid #ededed;
    padding: 20px 20px 30px
}

#account-page {
    margin: 30px 0px 50px
}

#account-page h1 {
    font-family: 'MyriadPro';
    font-size: 24px;
    font-weight: normal;
    color: #666;
    margin: 0px 0px 20px;
    line-height: 40px;
    border-bottom: 1px solid #ededed
}

#account-page h4 {
    font-family: 'MyriadPro';
    margin: 0px;
    line-height: 40px;
    padding: 0px 20px;
    border: 1px solid #ededed;
    background-color: #F7F7F7;
    height: 40px
}

#account-page h5 {
    line-height: 30px;
    margin: 0px
}

#account-page .box-content {
    padding: 10px 20px;
    border: 1px solid #ededed;
    border-top: 0px
}

#account-page .order-account {
    margin-bottom: 20px
}

#account-page p {
    margin: 0px;
    line-height: 30px
}

.account-box {
    padding: 30px 20px 70px;
    background: #fff
}

#adress-page {
    margin: 50px 0px 70px
}

#adress-page h1 {
    margin: 0px;
    font-family: 'MyriadPro';
    font-size: 24px;
    font-weight: normal;
    color: #666;
    margin: 0px;
    line-height: 40px
}

#adress-page .section-header {
    padding: 5px 20px;
    border: 1px solid #ededed;
    margin-bottom: 20px
}

#adress-page .section-header_left,
#adress-page .section-header_right {
    float: left;
    width: 50%
}

.rtl #adress-page .section-header_left,
.rtl #adress-page .section-header_right {
    float: right
}

#adress-page .section-header_right {
    text-align: right;
    padding: 3px 0px
}

.rtl #adress-page .section-header_right {
    text-align: left
}

.address_box {
    padding: 30px 20px 70px;
    background: #fff
}

.adress-box {
    padding: 20px
}

.adress-box h3,
.adress-box h4 {
    font-size: 14px;
    margin: 0px;
    line-height: 40px
}

#AddAddress,
.edit_address {
    width: 600px;
    margin: 0px auto;
    border: 1px solid #ededed;
    padding: 20px;
    margin-bottom: 30px
}

#quick-view-product {
    bottom: 0px;
    left: 0px;
    outline: 0px none;
    overflow-x: auto;
    overflow-y: scroll;
    position: fixed;
    right: 0px;
    top: 0px;
    z-index: 1100
}

#quick-view-product .product-info {
    color: #999;
    font-weight: 300
}

#quick-view-product .brand {
    color: #999
}

#quick-view-product .available {
    margin: 0px;
    font-weight: 400;
    color: #72C13D
}

#quick-view-product .available.outstock {
    color: #E55E5E
}

#quick-view-product .qwp-name {
    margin: 10px 0px;
    font-size: 24px;
    font-family: 'MyriadPro';
    font-weight: 900;
    line-height: 30px;
    color: #666;
    text-transform: uppercase
}

#quick-view-product .quickview-overlay {
    position: fixed;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    overflow: hidden;
    display: block;
    z-index: 8010;
    background-color: rgba(10, 10, 10, 0.8)
}

#quick-view-product .quick-view-product {
    position: absolute;
    width: 1140px;
    top: 10%;
    height: auto;
    margin: 0px auto;
    left: 0px;
    right: 0px;
    padding: 30px;
    background-color: #fff;
    z-index: 8011
}

#quick-view-product .prices {
    display: block;
    margin-bottom: 15px
}

#quick-view-product .total-price {
    float: left;
    width: 100%;
    display: block;
    margin: 15px 0
}

#quick-view-product .total-price span {
    font-family: 'MyriadPro';
    font-size: 17px;
    font-weight: 400;
    color: #000
}

#quick-view-product .more-view-wrapper {
    overflow: hidden
}

#quick-view-product .product-right-column .selector-wrapper label {
    font-weight: 700;
    line-height: 40px
}

#quick-view-product .product-right-column .selector-wrapper select {
    border-color: #ededed;
    height: 42px
}

#quick-view-product .product-right-column .quantity_wanted_p {
    width: 100%;
    margin-top: 15px
}

#quick-view-product .product-right-column .quantity_wanted_p label {
    line-height: 50px;
    font-weight: 700
}

#quick-view-product .product-right-column .add_to_cart_detail {
    margin: 15px 10px 15px 0px
}

#quick-view-product .product-right-column .btn-wishlist {
    margin-top: 15px
}

#quick-view-product .swatch .swatch-element {
    margin: 6px 6px 0px 0px
}

#quick-view-product .view_full_size {
    position: relative
}

#quick-view-product .loading-imgquickview {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: url(loading.gif) no-repeat center center
}

#quick-view-product .availability {
    line-height: 28px
}

#quick-view-product .product-sku {
    line-height: 28px
}

#thumbs_list_quickview {
    position: relative;
    padding: 20px 30px
}

#thumblist_quickview {
    position: static
}

#thumblist_quickview .owl-item {
    padding: 1px
}

#thumblist_quickview .owl-item a {
    display: block;
    border: 1px solid transparent
}

#thumblist_quickview .owl-item a:hover {
    border-color: #000
}

#thumblist_quickview .owl-item img {
    max-width: 100%
}

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

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

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

@media (max-width: 991px) {
    #quick-view-product {
        display: none !important
    }

    .quickview {
        display: none !important
    }
}

#deal-pages {
    margin-bottom: 50px
}

#deal-pages .bg-warning {
    margin: 0px;
    padding: 8px 10px
}

#popup-newletter {
    background: url(//cdn.shopify.com/s/files/1/1131/6958/t/6/assets/pnewletter_bg.png?16259769907364580552) no-repeat scroll bottom right #e6e6e6;
    padding: 20px;
    width: 800px;
    min-height: 450px;
    overflow: hidden;
    text-align: center
}

@media screen and (max-width: 991px) {
    #popup-newletter {
        width: 768px
    }
}

@media screen and (max-width: 767px) {
    #popup-newletter {
        width: 100%;
        padding: 0
    }
}

#popup-newletter .pa-header {
    padding: 10px 10px
}

@media screen and (min-width: 991px) {
    #popup-newletter .pa-header {
        width: 60%;
        padding: 30px 10px
    }
}

#popup-newletter h3 {
    font-family: 'MyriadPro';
    font-size: 30px;
    color: #666;
    color: #000;
    font-weight: 400;
    text-align: center;
    margin-top: 0
}

#popup-newletter h3:before {
    left: 0;
    right: 0;
    margin: 0 auto
}

#popup-newletter h3 span {
    font-weight: 300;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px
}

#popup-newletter .pnewle-message {
    color: #999;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 25px
}

#popup-newletter .pnewle-message span {
    font-size: 14px;
    margin-bottom: 20px;
    display: block
}

#popup-newletter .pnewle-message p {
    font-size: 12px;
    margin-bottom: 10px;
    display: block
}

#popup-newletter .pnewle-message ul {
    margin-bottom: 20px
}

#popup-newletter .pnewle-message ul li {
    font-size: 12px;
    position: relative;
    display: block;
    padding-left: 25px
}

.rtl #popup-newletter .pnewle-message ul li {
    padding-right: 25px;
    padding-left: inherit
}

#popup-newletter .pnewle-message ul li:before {
    content: "\f111";
    position: absolute;
    font-family: "FontAwesome";
    font-size: 5px;
    top: 8px;
    left: 10px
}

.rtl #popup-newletter .pnewle-message ul li:before {
    right: 10px;
    left: auto
}

#popup-newletter .pnewle-form {
    width: 100%
}

@media screen and (min-width: 991px) {
    #popup-newletter .pnewle-form {
        width: 90%;
        margin-left: 5%
    }
}

#popup-newletter .pnewle-form .newsletter-input {
    font-size: 14px;
    font-weight: 700;
    height: 52px;
    box-shadow: none;
    text-align: center;
    border: none
}

#popup-newletter .pnewle-form .btn {
    margin-top: 10px;
    background-color: #3f3f3f;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    position: relative;
    padding: 0 35px;
    height: 52px;
    font-weight: 700
}

#popup-newletter .pnewle-form .btn:hover {
    background-color: #63B84D
}

.social-icons {
    margin-top: 20px
}

.social-icons h4 {
    font-weight: normal;
    padding: 8px 0px
}

.social-icons .block_content ul {
    margin: 0px
}

.social-icons .block_content ul li {
    width: 20%;
    text-align: center;
    padding: 0px;
    height: 40px;
    float: left
}

.rtl .social-icons .block_content ul li {
    float: right
}

.social-icons .block_content ul li a {
    font-size: 18px;
    display: inline-block;
    height: 35px;
    width: 35px;
    color: #000;
    border: 1px solid transparent;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg)
}

.social-icons .block_content ul li .fa {
    line-height: 35px;
    display: block;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg)
}

.social-icons .block_content ul li span {
    font-size: 0px
}

.social-icons .block_content ul li.facebook a:hover {
    border-color: #428bca
}

.social-icons .block_content ul li.twitter a:hover {
    border-color: #5bc0de
}

.social-icons .block_content ul li.rss a:hover {
    border-color: #0eba9e
}

.social-icons .block_content ul li.youtube a:hover {
    border-color: #CC181E
}

.social-icons .block_content ul li.google-plus a:hover {
    border-color: #4387fd
}

.social-icons .block_content ul li.instagram a:hover {
    border-color: #3F729B
}

.social-icons .block_content ul li.pinterest a:hover {
    border-color: #c72527
}

.google-maps .gmap-content {
    padding-right: 0px
}

.rtl .google-maps .gmap-content {
    padding-left: 0px;
    padding-right: inherit
}

.google-maps .gmap-stores-content {
    padding-left: 0px
}

.rtl .google-maps .gmap-stores-content {
    padding-right: 0px;
    padding-left: inherit
}

.google-maps .gmap-stores-content .gmap-stores-list {
    overflow: hidden;
    background: #e4e4e4
}

.google-maps .gmap-stores-content .gmap-stores-list ul {
    padding: 15px 20px 15px 30px
}

.rtl .google-maps .gmap-stores-content .gmap-stores-list ul {
    padding: 15px 30px 15px 20px
}

.google-maps .gmap-stores-content .gmap-stores-list ul li {
    cursor: pointer;
    padding: 20px 0px;
    border-bottom: 1px solid #3f3f3f;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease
}

.google-maps .gmap-stores-content .gmap-stores-list ul li > strong {
    color: #666;
    font-family: 'MyriadPro';
    font-size: 14px;
    text-transform: uppercase
}

.google-maps .gmap-stores-content .gmap-stores-list ul li > text {
    font-size: 13px;
    font-family: 'MyriadPro'
}

.google-maps .gmap-stores-content .gmap-stores-list ul li:last-child {
    border-bottom: 0px
}

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
    border-bottom: 0
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
    display: none
}

.tab-content > .active,
.pill-content > .active {
    display: block
}

.tabs-below > .nav-tabs {
    border-top: 1px solid #ddd
}

.tabs-below > .nav-tabs > li {
    margin-top: -1px;
    margin-bottom: 0
}

.tabs-below > .nav-tabs > li > a {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px
}

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
    border-top-color: #ddd;
    border-bottom-color: transparent
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
    border-color: transparent #ddd #ddd #ddd
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
    float: none
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
    min-width: 74px;
    margin-right: 0;
    margin-bottom: 3px
}

.tabs-left > .nav-tabs {
    float: left;
    margin-right: 19px;
    border-right: 1px solid #ddd
}

.tabs-left > .nav-tabs > li > a {
    margin-right: -1px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
    border-color: #eeeeee #dddddd #eeeeee #eeeeee
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
    border-color: #ddd transparent #ddd #ddd;
    *border-right-color: #ffffff
}

.tabs-right > .nav-tabs {
    float: right;
    margin-left: 19px;
    border-left: 1px solid #ddd
}

.tabs-right > .nav-tabs > li > a {
    margin-left: -1px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0
}

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
    border-color: #eeeeee #eeeeee #eeeeee #dddddd
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
    border-color: #ddd #ddd #ddd transparent;
    *border-left-color: #ffffff
}

.instagram-home {
    border-top: 1px solid #ededed;
    margin-bottom: 100px
}

.instagram-block .page-subheading {
    margin-bottom: 30px
}

.instagram-block .block-content {
    margin-top: 10px
}

#instafeed .owl-carousel {
    margin: 0 -9px
}

#instafeed .owl-item {
    padding: 0 9px
}

#instafeed .owl-item a {
    display: block
}

#instafeed .owl-item a img {
    border: 1px solid #ededed;
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0px auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#instafeed .owl-item a img:hover {
    border-color: #000;
    opacity: 0.8;
    filter: alpha(opacity=80)
}

.page-header {
    font-family: 'MyriadPro';
    font-size: 20px;
    color: #666;
    margin: 0px;
    padding: 0px;
    border: 0px;
    line-height: 40px
}

.page-header h1 {
    font-size: 24px;
    margin: 0px
}

#order-page h4 {
    font-size: 17px;
    margin: 0px;
    font-weight: 600;
    line-height: 25px
}

.order_details {
    margin-bottom: 20px
}

.order_details p {
    font-size: 14px;
    font-style: italic
}

.order_info {
    margin-bottom: 20px
}

.page-404 {
    text-align: center;
    padding: 40px 0px
}

.page-404 h1 {
    font-size: 100px;
    line-height: 150px;
    color: #FFFFFF
}

.page-404 h2 {
    font-size: 30px;
    line-height: 60px;
    color: #FFFFFF
}

.page-404 .des_cription_404 {
    font-size: 20px;
    line-height: 32px;
    font-weight: 100;
    color: #FFFFFF
}

.page-404 .btn_404 {
    margin-top: 20px
}

.page_404 {
    background: url(//cdn.shopify.com/s/files/1/1131/6958/t/6/assets/404.jpg?16259769907364580552) no-repeat center center;
    background-size: cover;
    min-height: 600px;
    padding-top: 60px
}

.aboutus {
    color: #666666;
    background-color: #FFFFFF
}

.aboutus .rte {
    color: #666666
}

.aboutus .page-wrap {
    background: transparent;
    padding-bottom: 100px
}

@media screen and (min-width: 991px) {
    .page-abouts .block_content {
        padding-right: 15px
    }
}

.list-aboutus li {
    width: 100%;
    margin: 8px 0;
    float: left
}

.list-aboutus li p {
    padding-left: 90px
}

.list-aboutus li strong {
    color: #000;
    display: block
}

.faqPage .panel-group .panel-default {
    padding-left: 50px;
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.rtl .faqPage .panel-group .panel-default {
    padding-right: 50px;
    padding-left: inherit
}

.faqPage .panel-group .panel-default .panel-heading {
    border: none;
    background-color: transparent
}

.faqPage .panel-group .panel-heading + .panel-collapse .panel-body {
    border: none;
    background-color: transparent
}

.faqPage .panel-group .panel-title > a {
    color: #666;
    display: block;
    position: relative
}

.faqPage .panel-group .panel-title > a:before {
    content: "";
    width: 34px;
    height: 34px;
    position: absolute;
    top: -10px;
    left: -50px;
    -webkit-box-shadow: 0 0 0 2px #000 inset;
    box-shadow: 0 0 0 2px #000 inset;
    border-radius: 100%;
    z-index: 10;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s
}

.faqPage .panel-group .panel-title > a:after {
    content: "\f068";
    font-family: "FontAwesome";
    z-index: 11;
    position: absolute;
    top: -10px;
    left: -38px;
    line-height: 34px;
    font-weight: normal;
    color: #666
}

.faqPage .panel-group .panel-title > a.collapsed:after {
    content: "\f067";
    color: #666
}

.faqPage .panel-group .panel-title > a.collapsed:before {
    -webkit-box-shadow: 0 0 0 2px #000 inset;
    box-shadow: 0 0 0 2px #000 inset
}

.faqPage .panel-group .panel-title > a.in:after {
    content: "\f068";
    color: #666
}

.faqPage .panel-group .panel-title > a.in:before {
    -webkit-box-shadow: 0 0 0 34px #000 inset;
    box-shadow: 0 0 0 34px #000 inset
}

#slideshow {
    margin-bottom: 20px
}

@media screen and (min-width: 991px) {
    .products_top {
        margin-top: 40px
    }

    .products_top .products_block .page-subheading {
        margin: 0 0 20px;
        text-align: center;
        padding: 0 0 20px;
        position: absolute;
        width: 100%;
        top: 40%
    }

    .products_top .products_block .page-subheading:before {
        background-position: 0 -106px;
        left: 0;
        right: 0;
        margin: 0 auto
    }

    .products_top .bg-color-title {
        position: relative;
        min-height: 740px
    }

    .products_top .bg-color-title.title-row-1 {
        min-height: 340px
    }

    .products_top .block_content .carousel-control {
        color: #fff;
        top: 50%
    }

    .products_top .block_content .carousel-control:hover {
        color: #63B84D
    }

    .products_top .block_content .carousel-control.left {
        right: auto;
        left: -180px
    }

    .product__special-2 .products_top .block_content .carousel-control.left {
        left: auto;
        right: -156px
    }

    .products_top .block_content .carousel-control.right {
        right: auto;
        left: -156px;
        border: none
    }

    .product__special-2 .products_top .block_content .carousel-control.right {
        left: auto;
        right: -180px
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .products_top {
        margin-top: 40px
    }

    .products_top .products_block .page-subheading {
        margin: 0 0 20px;
        text-align: center;
        padding: 0 0 20px;
        position: absolute;
        width: 100%;
        top: 40%
    }

    .products_top .products_block .page-subheading:before {
        background-position: 0 -106px;
        left: 0;
        right: 0;
        margin: 0 auto
    }

    .products_top .bg-color-title {
        position: relative;
        /*min-height: 522px*/
    }

    .products_top .block_content .carousel-control {
        color: #fff;
        top: 50%
    }

    .products_top .block_content .carousel-control:hover {
        color: #63B84D
    }

    .products_top .block_content .carousel-control.left {
        right: auto;
        left: -150px
    }

    .product__special-2 .products_top .block_content .carousel-control.left {
        left: auto;
        right: -136px
    }

    .products_top .block_content .carousel-control.right {
        right: auto;
        left: -136px;
        border: none
    }

    .product__special-2 .products_top .block_content .carousel-control.right {
        left: auto;
        right: -150px
    }
}

@media screen and (min-width: 991px) {
    .product--color-green .bg-color-title {
        background-color: #a3da95
    }

    .product--color-yellow .bg-color-title {
        background-color: rgba(241, 224, 24, 0.85);
    }

    .product--color-kraft .bg-color-title {
        background-color: #f3d390
    }

    .product--color-red .bg-color-title {
        background-color: #ff6c6cc2
    }

    .product--color-violet .bg-color-title {
        background-color: #dfbade
    }

    .product--color-pink .bg-color-title {
        background-color: #fbaece
    }

    .product--color-pink-soft .bg-color-title {
        background-color: #ff8e98
    }

    .product--color-blue .bg-color-title {
        background-color: #95bdda
    }

    .product--color-brown .bg-color-title {
        background-color: rgba(148, 94, 79, 0.85)
    }
}

.product__special .product_block .product-meta {
    /*position: absolute;
    background-color: #fff;
    left: 0px;
    bottom: 0px;
    padding: 12px 15px 10px;
    z-index: 10;
    max-width: 85%;
    max-height: 110px;
    opacity: 0.7;*/
}

.product__special .product_block .functional-buttons {
    bottom: 120px
}

@media screen and (min-width: 991px) {
    .product__special-2 .product_block.first-item {
        width: 66.6%
    }
}

@media screen and (min-width: 991px) {
    .product__special-2 .title-left {
        float: right
    }
}

@media screen and (min-width: 991px) {
    .product__special-3 .product_block.first-item {
        width: 66.6%
    }
}

.block__care {
    text-align: center;
    padding-bottom: 10px !important;
    border-bottom: 1px solid #ededed
}

.block__care .block__care--service {
    margin-bottom: 0;
    padding: 55px 15px;
    min-height: 220px;
    color: #fff;
    font-weight: 300
}

.layout-boxed-lg .block__care .block__care--service {
    min-height: 220px
}

@media screen and (min-width: 1280px) {
    .block__care .block__care--service {
        padding: 55px 100px;
        min-height: 215px
    }
}

.block__care .color-red {
    background-color: #e27979
}

.block__care .color-black {
    background-color: #3f3f3f
}

.block__care .color-gray {
    background-color: #f4f4f4
}

.block__care .color-gray .block__care--title {
    color: #000
}

.block__care .block__care--title {
    color: #fff;
    font-size: 18px;
    font-weight: 300
}

.block__care span {
    display: block;
    font-size: 14px;
    margin-top: 15px;
    text-transform: initial
}

.block-top {
    margin-top: 30px;
    padding-bottom: 70px
}

.block__about {
    border-top: 1px solid #ededed
}

.block__about .page-subheading {
    text-align: center;
    margin-bottom: 50px
}

.block__about .page-subheading:before {
    left: 0;
    right: 0;
    margin: 0 auto
}

.block__about-des {
    min-height: 384px;
    background: url(//cdn.shopify.com/s/files/1/1131/6958/t/6/assets/bg_about.jpg?16259769907364580552) repeat top left #fff;
    padding: 30px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 300
}

@media screen and (min-width: 768px) {
    .block__about-des {
        padding: 6.7em 5em;
        background-repeat: no-repeat
    }
}

.block__about-des .text-head {
    color: #fff
}

.block__about-des p {
    color: #ccc
}

.blocktime {
    min-height: 384px;
    padding: 15px;
    border: 2px solid #ededed;
    background: url(//cdn.shopify.com/s/files/1/1131/6958/t/6/assets/bg_phone.jpg?16259769907364580552) right bottom no-repeat;
    text-align: center
}

@media screen and (min-width: 768px) {
    .blocktime {
        padding: 35px 40px
    }
}

.blocktime .blocktime__title {
    margin: 0;
    padding-bottom: 20px;
    font-size: 20px;
    font-weight: 300;
    text-transform: capitalize;
    color: #000
}

.blocktime .list__open {
    font-weight: 300;
    line-height: 30px;
    color: #999;
    padding-bottom: 25px;
    margin-bottom: 25px;
    position: relative
}

.blocktime .list__open:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    height: 1px;
    width: 155px;
    margin: 0 auto;
    background-color: #ededed
}

.blocktime .blocktime__sp {
    margin-bottom: 0;
    font-weight: 300;
    color: #999
}

.blocktime .blocktime__sp .number-suport {
    color: #63B84D;
    display: block;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 24px
}

@media screen and (min-width: 991px) {
    .blocktime .blocktime__sp .number-suport {
        font-size: 36px;
        line-height: 36px
    }
}

@media screen and (min-width: 991px) {
    .col-custom {
        border-right: 1px solid #4d4d4d
    }
}

@media screen and (min-width: 768px) {
    .col-custom {
        min-height: 460px
    }
}

@media screen and (min-width: 768px) {
    .footer-block {
        padding-left: 15px
    }
}

.widget-images img {
    margin: 0
}

#powered {
    padding-left: 25px;
    padding-top: 30px
}

#powered:before {
    position: absolute;
    content: "";
    top: -1px;
    height: 1px;
    min-width: 400px;
    background-color: #4d4d4d;
    right: -400px
}

#powered a {
    color: #fff
}

#breadcrumbs nav {
    padding: 25px 0;
    background-color: #fff;
    display: inline-block;
}

.template-collection #breadcrumbs nav {
    margin: 100px 0 100px
}

#breadcrumbs .name-collection {
    font-size: 36px;
    font-weight: 300;
    margin: 0;
    color: #000
}

.template-collection #breadcrumbs {
    margin-bottom: 50px
}

.breadcrumb {
    padding: 0;
    margin: 0
}

.breadcrumb > li + li:before {
    content: "/";
    font-family: 'MyriadPro';
    padding: 0 3px
}

.breadcrumb > li a,
.breadcrumb > li span {
    color: #999
}


.panel-group .panel-default {
    padding-left: 50px;
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.rtl .panel-group .panel-default {
    padding-right: 50px;
    padding-left: inherit
}

.panel-group .panel-default .panel-heading {
    border: none;
    background-color: transparent
}

.panel-group .panel-heading + .panel-collapse .panel-body {
    border: none;
    background-color: transparent
}

.panel-group .panel-title {
    font-size: 14px
}

.panel-group .panel-title .accordion-toggle {
    color: #000;
    display: block;
    position: relative
}

.panel-group .panel-title .accordion-toggle:before {
    content: "";
    width: 34px;
    height: 34px;
    position: absolute;
    top: -10px;
    left: -50px;
    -webkit-box-shadow: 0 0 0 34px #000 inset;
    box-shadow: 0 0 0 34px #000 inset;
    border-radius: 100%;
    z-index: 10;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s
}

.panel-group .panel-title .accordion-toggle:after {
    content: "\f068";
    font-family: "FontAwesome";
    z-index: 11;
    position: absolute;
    top: -10px;
    left: -38px;
    line-height: 34px;
    font-weight: normal;
    color: #fff
}

.panel-group .panel-title .accordion-toggle.collapsed:after {
    content: "\f067";
    color: #000
}

.panel-group .panel-title .accordion-toggle.collapsed:before {
    -webkit-box-shadow: 0 0 0 2px #000 inset;
    box-shadow: 0 0 0 2px #000 inset
}

.panel-group .panel-title .accordion-toggle.in:after {
    content: "\f068";
    color: #fff
}

.panel-group .panel-title .accordion-toggle.in:before {
    -webkit-box-shadow: 0 0 0 34px #000 inset;
    box-shadow: 0 0 0 34px #000 inset
}

.show_rating .products_top .title-left,
.show_rating .products_top .content_right {
    width: 100%
}

.show_rating .products_top .bg-color-title {
    min-height: inherit
}

.show_rating .products_top .products_block .page-subheading {
    margin: 0px 0px 20px;
    padding: 0px 0px 22px;
    text-align: left;
    position: relative;
    top: 0;
    left: 0;
    color: #000
}

.show_rating .products_top .products_block .page-subheading:before {
    background-position: 0 -50px;
    left: 0;
    bottom: 0;
    margin: 0
}

.show_rating .products_top .product-block .review {
    display: block
}

.show_rating .products_top .product-block .review .spr-badge-caption {
    display: none
}

.show_rating .products_top .product-block .review .spr-badge-starrating .spr-icon {
    font-size: 9px
}

.grid_collection {
    position: relative;
    overflow: hidden;
    padding: 1.5em 0 8em;
    text-align: center;
    margin: 0 -10px
}

.block-look .page-subheading {
    text-align: center
}

.block-look .page-subheading:before {
    left: 0;
    right: 0;
    margin: 0 auto
}

.grid__loader {
    display: none;
    margin: 3em auto 0
}

.grid--loading .grid__loader {
    display: block
}

.grid:after {
    content: '';
    display: block;
    clear: both
}

.grid__sizer,
.grid__item {
    position: relative;
    float: left;
    width: 20%;
    padding: .75em
}

.no-touch .grid__sizer,
.no-touch .grid__item {
    padding: 10px
}

.grid--loading .grid__item {
    visibility: hidden
}

.grid__item--size-a,
.big_layout {
    width: 40%
}

.slider__item {
    width: 100%
}

.slider__item img {
    width: 100%
}

.slider .flickity-page-dots {
    bottom: 15px;
    position: absolute;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0
}

.slider .flickity-page-dots .dot {
    display: inline-block;
    float: none;
    background-color: #d5d5d5;
    width: 10px;
    height: 10px;
    margin: 0 6px;
    border-radius: 50%
}

.slider .flickity-page-dots .dot.is-selected {
    background-color: #ababab
}

@media screen and (min-width: 768px) {
    .flexbox .filter {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center
    }
}

.bar {
    margin-bottom: 20px
}

.filter .filter__item:last-child:before {
    display: none
}

.filter__item {
    padding: 1px 20px;
    vertical-align: middle;
    color: #666;
    background-color: #fff;
    border: none;
    text-transform: uppercase;
    font-weight: 400;
    outline: none;
    position: relative
}

.filter__item:before {
    position: absolute;
    content: "/";
    right: 0;
    top: 3px;
    font-size: 12px
}

.filter__item--selected {
    color: #000
}

.flickity-enabled {
    position: relative
}

.flickity-enabled:focus {
    outline: none
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%
}

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

@media screen and (max-width: 65em) {
    .grid__sizer,
    .grid__item,
    .grid__item--size-a,
    .big_layout {
        width: 33.333%
    }
}

@media screen and (max-width: 50em) {
    .grid__sizer,
    .grid__item,
    .grid__item--size-a,
    .big_layout {
        width: 50%
    }
}

@media screen and (max-width: 25em) {
    .grid {
        max-width: 75%
    }

    .grid__loader {
        margin: 0 auto
    }

    .grid__sizer,
    .grid__item,
    .grid__item--size-a,
    .big_layout {
        width: 100%
    }
}

.ap-multilang-box {
    display: none !important
}

.wishlist {
    position: relative
}

.primary_block .wishlist {
    display: inline-block
}

.wishlist .btn-wlct {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
    filter: alpha(opacity=0);
}
