@charset "UTF-8";
/***********************************************************************/
.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0;
}

.form-control {
    height: 42px;
}

/**************************************************************************
AJAXCART
**************************************************************************/
@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;
    /* W3C */
    -webkit-backface-visibility: hidden;
    /* Safari & Chrome */
    -moz-backface-visibility: hidden;
    /* Firefox */
    -ms-backface-visibility: hidden;
    /* Internet Explorer */
    -o-backface-visibility: hidden;
    /* Opera */
    -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-block;
    vertical-align: middle;
    margin-bottom: 1em;
    max-width: 100px;
    min-width: 75px;
    overflow: visible;
    backface-visibility: hidden;
    /* W3C */
    -webkit-backface-visibility: hidden;
    /* Safari & Chrome */
    -moz-backface-visibility: hidden;
    /* Firefox */
    -ms-backface-visibility: hidden;
    /* Internet Explorer */
    -o-backface-visibility: hidden;
    /* Opera */
}

.apQty input[type="text"], .ajaxcartQty input[type="text"], .ajaxcartQty input[type="number"] {
    display: block;
    background: #FFFFFF;
    font-size: 13px;
    text-align: center;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0px 25px;
    margin: 0;
    border: 1px solid #ffffff;
}

.qview-qtt {
    display: block;
    background: #FFFFFF;
    font-size: 13px;
    text-align: center;
    width: 100%;
    height: 40px;
    margin: 0;
}

.apQtyAdjust, .ajaxcartQtyAdjust {
    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;
}

.apQtyAdjust:hover, .ajaxcartQtyAdjust:hover, .apQtyAdjust:focus, .ajaxcartQtyAdjust:focus {
    color: #000000;
    background-color: #FFFFFF;
}

.apQtyAdjust:active, .ajaxcartQtyAdjust:active {
    background-color: #e6e6e6;
}

.apQtyAdjustPlus, .ajaxcartQtyPlus {
    right: 10px;
    color: #000000;
}

.apQtyAdjustMinus, .ajaxcartQtyMinus {
    left: 10px;
    color: #000000;
}

.ajaxcartQty {
    display: inline-block;
    margin: 0;
}

.is-loading .ajaxcartQty {
    opacity: 0.5;
    -webkit-transition: none;
    transition: none;
}

.ajaxcartModal {
    position: fixed;
    background-color: #FFFFFF;
    top: 170px;
    left: -200%;
    margin-left: -500px;
    width: 100%;
    max-width: 900px;
    height: auto;
    z-index: 99;
    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";
}

.updateCart-qtt {
    height: 30px;
    min-width: 60px;
}

@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 #ffffff;
}

.ajaxcartOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 98;
    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: #ffffff;
    }

    .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 #ffffff;
    padding: 10px 0px;
    border-top: 1px solid #ffffff;
}

.ajaxcart .list_product_cart {
    text-align: center;
    margin-bottom: 15px;
}

.ajaxcart .product_name {
    margin: 0px;
    font-size: 13px;
    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: 6;
    color: #000000;
}

#cart-page {
    margin-top: 18px;
    background: #FFFFFF;
    padding: 18px;
}

#cart-page h2 {
    margin: 0px;
    line-height: 50px;
}

#cart-page .cart-empty {
    text-transform: uppercase;
    font-size: 15px;
    margin: 0px;
    text-align: center;
}

#cart-page .cart-empty-continue {
    text-align: center;
    padding: 10px 0px;
    margin-bottom: 30px;
}

#cart-page .cart_header_labels {
    background-color: #000000;
    border: 1px solid #ffffff;
    color: #FFFFFF;
}

#cart-page .cart_header_labels .label_item {
    padding-top: 10px;
    padding-bottom: 10px;
    border-right: 1px solid #ffffff;
}

#cart-page .cart_header_labels .label_item:last-child {
    border-right: 0px;
}

#cart-page .list_product_cart {
    border: 1px solid #ffffff;
    border-top-color: transparent;
}

#cart-page .list_product_cart .cpro_item {
    padding-top: 10px;
    padding-bottom: 10px;
    border-right: 1px solid #ffffff;
    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: 1px solid #ffffff;
    border-top: 0px;
    padding: 10px;
}

#cart-page .list_button_cart .note_cart {
    padding-top: 10px;
    padding-bottom: 10px;
}

#cart-page .cart_navigation {
    margin: 15px 0px;
}

/**************************************************************************
CONTACT PAGE STYLES
**************************************************************************/
.contact-title {
    margin: 0;
    line-height: 23px;
}

.contact-title i {
    font-size: 14px;
    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: 12px;
    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: #000000;
}

.box-contact-info .coninfo-des {
    font-size: 15px;
    color: #999999;
}

@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: Open Sans;
    font-size: 13px;
}

.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: 12px;
    color: #999999;
    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";
}

/**************************************************************************
BLOG PAGE And ARTICLE PAGE
**************************************************************************/
.block__blog {
    border-top: 1px solid #ffffff;
}

.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: 26px;
    color: #000000;
}

.articleTitle {
    margin: 0px;
    padding: 10px 0;
    font-size: 19px;
    color: #000000;
}

.blog-meta {
    position: relative;
    font-size: 11px;
    font-weight: normal;
    display: block;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    padding: 10px 0;
    margin-bottom: 20px;
    color: #999999;
}

.blog-meta a {
    color: #999999;
}

.blog-meta a:hover {
    color: #000000;
}

.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: 13px;
    color: #999999;
}

.blog-item h3 {
    margin: 0px;
    padding: 10px 0;
}

.blog-item h3 a {
    font-weight: bold;
    font-size: 19px;
    text-transform: none;
    line-height: 20px;
    color: #000000;
}

.blog-item h3 a:hover {
    color: #000000;
}

.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: #000000;
}

.blog-item h4 a:hover {
    color: #9bc3cc;
}

.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: 11px;
    font-weight: normal;
    font-style: italic;
    color: #999999;
    position: relative;
    display: inline-block;
}

.blog-item .link:hover {
    color: #000000;
}

.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: #999999;
    margin-right: 10px;
}

.blog-tags-bottom a:hover {
    color: #000000;
}

.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 #ffffff;
    padding: 2px 8px;
    color: #999999;
}

.listBlogTags > li > a:hover {
    color: #000000;
}

.extra-blogs li {
    line-height: 24px;
    font-weight: 300;
}

.sidebarBlog .listSidebar > li a {
    display: block;
    color: #999999;
}

.sidebarBlog .listSidebar > li a:hover {
    color: #000000;
}

.sidebarBlog .listSidebar > li time {
    font-size: 12px;
    color: #999999;
}

.sidebarBlog .block_content {
    font-size: 13px;
    color: #999999;
}

.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 #ffffff;
    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 #ffffff;
    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 #ffffff;
    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%;
}

/**************************************************************************
WISHLIST PAGE
**************************************************************************/
.wishlistTitle {
    margin: 0px 0px 18px;
    padding: 10px 0;
    font-size: 26px;
    color: #000000;
}

.wishlist-page {
    background: #FFFFFF;
    padding: 18px 0;
}

.wishlist-product {
    width: 100%;
    margin-bottom: 15px;
}

.wishlist-product thead {
    height: 40px;
    border: 1px solid #ffffff;
}

.wishlist-product thead th {
    padding: 0px 10px;
    color: #000000;
    border-right: 1px solid #ffffff;
}

.wishlist-product thead th:last-child {
    border-right: 0px;
}

.wishlist-product tbody tr {
    border: 1px solid #ffffff;
}

.wishlist-product .no_product-wishlist {
    padding: 10px;
    text-align: center;
    display: block;
    width: 100%;
}

/**************************************************************************
COLLECTIONS PAGE
**************************************************************************/
.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: #FFFFFF;
    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: 13px;
    color: #000000;
    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: #000000;
    background: transparent;
    border-bottom: 2px solid #000000;
}

.content_sortPagiBar .pagination .active > a, .content_sortPagiBar .pagination .active span, .content_sortPagiBar .pagination > .active > a, .content_sortPagiBar .pagination > .active span {
    color: #000000;
    background: transparent;
    border-bottom: 2px solid #000000;
}

.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: #000000;
    background: transparent;
    border-bottom: 2px solid #000000;
}

.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: "Trước";
    font-weight: 300;
    font-size: 13px;
    color: #999999;
    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: "Sau";
    font-weight: 300;
    font-size: 13px;
    color: #000000;
    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: #FFFFFF;
    color: #999999;
    font-size: 11px;
}

.content_scene_cat .cat_desc p {
    font-family: Open Sans;
    font-size: 13px;
    color: #000000;
    margin: 0px;
}

.category-heading {
    font-size: 14px;
    font-weight: 300;
    padding: 20px 0 30px;
    margin: 0px;
    color: #999999;
    background: #FFFFFF;
}

.sortPagiBar label {
    font-weight: 300;
    line-height: 28px;
    margin: 0px;
    padding: 0px 10px;
    text-transform: uppercase;
    color: #000000;
}

@media screen and (max-width: 767px) {
    .sortPagiBar label {
        display: none;
    }
}

.sortPagiBar #SortBy {
    height: 34px;
    border: 1px solid #ffffff;
    border-radius: 3px;
    padding: 0 10px;
}

.sortPagiBar .form-horizontal {
    text-align: left;
}

.collection-view {
    text-align: right;
}

.collection-view .change-view {
    height: 34px;
    background: transparent;
    border: 1px solid #ffffff;
    color: #dbdbdb;
    min-width: 34px;
    border-radius: 3px;
}

.collection-view .change-view:hover, .collection-view .change-view.change-view--active {
    background: transparent;
    color: #000000;
}

.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(//theme.hstatic.net/1000034256/1000379659/14/loading.gif?v=382) no-repeat center center #FFFFFF;
    -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);
}

/**************************************************************************
PANEL TOOLS
**************************************************************************/
#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: #000000;
}

.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: #000000;
    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: #FFFFFF;
    over-flow: hidden;
}

.paneltool .group-input .paneltool-skins > span.default {
    background: #9bc3cc;
}

.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;
}

.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
**************************************************************************/
#search-page {
    background: #FFFFFF;
    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: #9bc3cc;
    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 #ffffff;
    width: 100%;
    display: none;
    background: #FFFFFF;
    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: 155px;
}

.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: #000000;
    background-color: #ffffff;
    border-color: #ffffff;
    -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: #ffffff;
    background-color: #000000;
    border-color: #000000;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.open .btn-outline-inverse.dropdown-toggle {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
}

.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: #ffffff;
    border-color: #ffffff;
}

.btn-outline-inverse .badge {
    color: #ffffff;
    background-color: #000000;
}

.btn-outline {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.open .btn-outline.dropdown-toggle {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
}

.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: #000000;
    border-color: #000000;
}

.btn-outline .badge {
    color: #000000;
    background-color: #ffffff;
}

.block .title_block {
    position: relative;
    font-family: Open Sans;
    font-size: 29px;
    font-weight: 300;
    background: transparent;
    color: #000000;
    text-transform: capitalize;
    margin: 0 0 15px;
    padding: 0px 0px 15px;
}

.block .title_block:before {
    position: absolute;
    content: "";
    bottom: 0;
    height: 5px;
    width: 24px;
    left: 0;
    background-image: url(../img/tmp/icon-default.png);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0 -50px;
}

.accordion .block .title_block {
    cursor: pointer;
}

.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: #FFFFFF;
    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(../img/tmp/icon-default.png);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.sidebar .block {
    padding: 18px;
    border: 2px solid #ffffff;
}

#footer .list-address .title_block {
    text-transform: uppercase;
    font-size: 13px;
    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: #999999;
}

#footer .list-address ul li:first-child {
    line-height: 18px;
}

#footer .list-address ul li a {
    color: #999999;
    text-decoration: underline;
}

#footer .list-address ul li a:hover {
    color: #9bc3cc;
}

#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: 15px;
    line-height: 30px;
    color: #999999;
    font-weight: 300;
    text-align: justify;
}

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;
}

.page-heading {
    margin: 0px 0px 10px 0px;
    font-size: 24px;
    font-weight: 700;
    font-family: Open Sans;
    color: #000000;
    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: 10;
    }

    .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: 200px;
    }
}

@media screen and (max-width: 1280px) {
    .header-2 #apollo-menu .navbar-nav > li > a, .header-4 #apollo-menu .navbar-nav > li > a {
        padding-left: 5px;
        padding-right: 5px;
    }

    .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, .header-4 .block-left-fn .header_user_info {
    border-right: 1px solid #ffffff;
}

.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;
    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: 24px;
    margin-right: 0;
    line-height: 24px;
    min-width: 30px;
    text-align: center;
    background-color: #000000;
    color: #FFFFFF;
}

@media screen and (max-width: 991px) {
    .header-2 .header-wrap .header-left, .header-4 .header-wrap .header-left {
        width: 100%;
        margin-bottom: 10px;
    }

    .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: 10px;
        position: static;
        float: right;
    }

    .header-2 form#searchbox, .header-4 form#searchbox {
        right: 0;
        top: 26px;
    }
}

@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: 40px;
    height: 60px;
    line-height: 60px;
}

.header-3 #search_query_top {
    height: 60px;
    background-color: #FFFFFF;
}

.header-3 .header_user_info {
    border-right: 1px solid #ffffff;
}

.header-3 .header_user_info .popup-title {
    display: inline-block;
    font-size: 16px;
}

.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: relative;
    top: 7px;
    /*right: 0;*/
    float: right;
}

.header-3 .list-tool .header_user_info, .header-3 .list-tool #block_currencies, .header-3 .list-tool .search-order {
    border: 1px solid #ffffff;
    float: right;
    padding: 0;
    height: 45px;
    width: 25px;
    line-height: 45px;
    min-height: inherit;
}

.header-3 .list-tool .header_user_info .dropdown-menu, .header-3 .list-tool #block_currencies .dropdown-menu, .header-3 .list-tool .search-order .dropdown-menu {
    left: auto;
    right: 0;
}

.header-3 .list-tool .header_user_info .popup-title, .header-3 .list-tool #block_currencies .popup-title, .header-3 .list-tool .search-order .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 #ffffff;
}

.header-3 .list-tool .search-order .popup-title i {
    font-size: 20px;
}

@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 325px 0 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: #FFFFFF;
    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;
    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 #ffffff;
    border-right: 1px solid #ffffff;
    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;
        width: 100px;
        line-height: 100px;
    }

    .header-4 #search_block_top #search-icon {
        display: block;
        line-height: 100px;
    }
}

.header-4 form#searchbox {
    left: 0;
    right: auto;
    line-height: 36px;
    top: 38px;
}

@media screen and (min-width: 991px) {
    .header-4 form#searchbox {
        top: 100px;
    }
}

.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;
}

.header-4 #apollo-menu .navbar-nav > li > a > .caret:before {
    top: 39px;
}

.header-4 .block-left-fn {
    position: absolute;
    top: 40px;
    right: 0;
}

@media screen and (max-width: 991px) {
    .header-4 .block-left-fn {
        top: auto;
        bottom: 10px;
    }
}

.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 #ffffff;
    border-bottom: 1px solid #ffffff;
}

.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: #FFFFFF;
    border-bottom: 1px solid #ffffff;
}

.header-wrap {
    position: relative;
    padding: 5px 0 0 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;
}

.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-height: 90px;
}

#footer {
    background-color: #000000;
    font-weight: 300;
    color: #999999;
    padding: 10px 0;
}

.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: 24px;
    top: auto;
    right: 20px;
}

.footer-3, .footer-5, .footer-6, .footer-4 {
    background-color: #F9F9F9;
}

#footer .footer-3 .block .title_block, #footer .footer-5 .block .title_block, #footer .footer-6 .block .title_block, #footer .footer-4 .block .title_block {
    color: #000000;
}

#footer .footer-3 .block .title_block:before, #footer .footer-5 .block .title_block:before, #footer .footer-6 .block .title_block:before, #footer .footer-4 .block .title_block:before {
    background-position: 0 -50px;
}

.footer-3 .about__footer, .footer-5 .about__footer, .footer-6 .about__footer, .footer-4 .about__footer {
    padding-top: 70px;
    text-align: center;
}

.footer-3 .about__footer .des_about, .footer-5 .about__footer .des_about, .footer-6 .about__footer .des_about, .footer-4 .about__footer .des_about {
    margin-top: 30px;
    line-height: 28px;
}

.footer-3 #social_block, .footer-5 #social_block, .footer-6 #social_block, .footer-4 #social_block {
    margin-top: 30px;
}

.footer-3 #social_block .title_block, .footer-5 #social_block .title_block, .footer-6 #social_block .title_block, .footer-4 #social_block .title_block {
    display: none;
}

.footer-3 #social_block .block_content ul, .footer-5 #social_block .block_content ul, .footer-6 #social_block .block_content ul, .footer-4 #social_block .block_content ul {
    text-align: center;
}

.footer-3 #social_block .block_content ul li .fa, .footer-5 #social_block .block_content ul li .fa, .footer-6 #social_block .block_content ul li .fa, .footer-4 #social_block .block_content ul li .fa {
    background-color: transparent;
}

.footer-3 #powered, .footer-5 #powered, .footer-6 #powered, .footer-4 #powered {
    border-top: none;
    padding: 30px 0;
    text-align: center;
}

.footer-3 #powered:before, .footer-5 #powered:before, .footer-6 #powered:before, .footer-4 #powered:before {
    display: none;
}

.footer-3 #footernav, .footer-5 #footernav, .footer-6 #footernav, .footer-4 #footernav {
    border-top: 1px solid #ffffff;
}

.footer-3 #back-top a, .footer-5 #back-top a, .footer-6 #back-top a, .footer-4 #back-top a {
    background-color: #EDEDED;
}

.footer-5 #newsletter_block, .footer-6 #newsletter_block {
    background-color: transparent;
    text-align: left;
}

.footer-5 #newsletter_block .page-subheading, .footer-6 #newsletter_block .page-subheading {
    text-align: left;
    font-size: 20px;
    font-weight: 300;
    color: #000;
    text-transform: capitalize;
    padding: 70px 0 20px;
    margin: 0 0 30px;
}

.footer-5 #newsletter_block .page-subheading:before, .footer-6 #newsletter_block .page-subheading:before {
    margin: 0;
    left: 0;
    right: auto;
}

.footer-5 #newsletter_block .des_newsletter, .footer-6 #newsletter_block .des_newsletter {
    font-size: 13px;
    padding-top: 10px;
}

.footer-5 #newsletter_block .btn, .footer-6 #newsletter_block .btn {
    position: static;
    height: 45px;
    line-height: 45px;
    padding-left: 22px;
    padding-right: 22px;
    width: inherit;
}

.footer-5 #newsletter_block .newsletter-input, .footer-6 #newsletter_block .newsletter-input {
    padding-right: 10px;
    height: 45px;
    background-color: #fff;
    margin-bottom: 20px;
}

.footer-6 .des_about_adress {
    line-height: 26px;
}

.footer-6 .des_about_adress span {
    text-decoration: underline;
}

.footer-6 #social_block {
    margin-top: 10px;
}

.footer-6 #social_block .block_content ul {
    text-align: left;
}

.footer-4 {
    background: url(bg_footer_4.jpg) top left repeat;
}

.footer-4 #social_block {
    margin-bottom: 50px;
}

.footer-4 #social_block .block_content ul li a {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 700;
}

.footer-4 #social_block .block_content ul li a:hover {
    color: #9bc3cc;
}

.footer-4 #social_block .block_content ul li a .fa {
    display: none;
}

.footer-4 #social_block .block_content ul li a span {
    display: inline-block;
    background-color: transparent;
    border: none;
}

.footer-4 #footernav {
    border-color: #000000;
}

.footer-4 #back-top a {
    background-color: #000000;
}

#topbar {
    font-size: 11px;
    background: #FFFFFF;
    color: #000000;
    min-height: 49px;
    border-bottom: 1px solid #ffffff;
}

#topbar a {
    color: #999999;
}

#topbar a:hover, #topbar a:focus {
    color: #9bc3cc;
}

#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: 13px;
    color: #000000;
    text-align: center;
}

#topbar .block-code-deal .link_top {
    margin-left: 10px;
    border-left: 1px solid #ffffff;
    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;
    border-left: 1px solid #ffffff;
}

.header_user_info .links > li:last-child {
    border-right: 1px solid #ffffff;
}

.header_user_info .links > li > a {
    line-height: 50px;
    font-size: 11px;
    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 #ffffff;
    border-right: 1px solid #ffffff;
    float: left;
    min-height: 50px;
}

.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: #000000;
    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: #9bc3cc;
    background: #ffffff;
    font-weight: 600;
}

#block_currencies .popup-title img {
    margin-top: -2px;
}

#block_currencies .popup-title:hover {
    color: #9bc3cc;
}

#block_currencies .fa {
    float: left;
    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 5px;
    border-right: 1px solid #ffffff;
    height: 50px;
    line-height: 50px;
    font-size: 10px;
    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: #999999;
    font-size: 11px;
    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;
    font-weight: bold;
    border: 2px solid #000000;
    display: inline-block;
    line-height: 20px;
    text-align: center;
    color: #000000;
    -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);
}

.blockcart_top:hover .title-cart .cart-title {
    color: #9bc3cc;
}

.blockcart_top:hover .title-cart #CartCount {
    color: #9bc3cc;
}

#search_block_top {
    position: absolute;
    right: 0;
    width: 25px;
    height: 50px;
    top: 47px;
}

#search-icon {
    cursor: pointer;
    color: #000000;
    -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: 17px;
}

#search-icon:hover {
    color: #9bc3cc;
}

#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 33px 0px 10px;
    height: 36px;
    line-height: 36px;
    background: #fafafa;
    border-color: #ffffff;
    border-radius: 0px;
    box-shadow: none;
    font-size: 12px;
    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: #000000;
    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: 12px;
}

#search_button:hover {
    color: #9bc3cc;
}

#social_block .block_content {
    padding: 0px;
}

#social_block .block_content ul {
    margin: 0px;
    text-align: right;
}

#social_block .block_content ul li {
    display: inline-block;
    /* &.facebook{
				.fa{
				background: #3a5898;
			}
			}
				&.twitter{
				.fa{
				background: #00acee;
			}
			}
				&.instagram{
				.fa{
				background: #3F729B;
			}
			}
				&.pinterest{
				.fa{
				background: #c72527;
			}
			}
				&.rss{
				.fa{
				background: #0EBA9E;
			}
			}
				&.youtube{
				.fa{
				background: #ce3527;
			}
			}
				&.google-plus{
				.fa{
				background: #de6463;
			}
			} */
}

#social_block .block_content ul li a {
    font-size: 10px;
    font-wight: 300;
    color: #000000;
    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: #9bc3cc;
}

#social_block .block_content ul li .fa {
    float: left;
    font-size: 14px;
    color: #999999;
    height: 36px;
    width: 36px;
    text-align: center;
    line-height: 35px;
    display: block;
    background-color: #4d4d4d;
}

.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 #ffffff;
    border-bottom: 1px solid #ffffff;
    background: #FFFFFF;
}

.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: #000000;
}

.listSidebar > li a:hover {
    color: #000000;
}

.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: #999999;
    position: absolute;
    top: 5px;
}

.sidebarCategories li a {
    position: relative;
    display: block;
}

.sidebarCategories .apolloQty {
    color: #000000;
}

.catalog_filters {
    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: 13px;
    padding: 6px 15px;
}

.catalog_filter_ul > li a:before {
    position: absolute;
    content: "\f096";
    top: 6px;
    left: 0px;
    font-family: FontAwesome;
    font-size: 11px;
}

.rtl .catalog_filter_ul > li a:before {
    right: 0px;
    left: auto;
}

.catalog_filter_ul > li a:hover:before {
    content: "\f046";
    color: #000000;
}

.catalog_filter_ul > li .catalog_color {
    display: block;
    padding: 0px;
    border: 2px solid #ffffff;
}

.catalog_filter_ul > li .catalog_color:before {
    display: none;
}

.catalog_filter_ul > li .catalog_color:hover {
    border-color: #000000;
    -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: #000000;
}

.catalog_filter_ul > li.active-filter .catalog_color {
    border-color: #000000;
    -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 #ffffff;
    font-size: 0px;
    border-radius: 2px;
    line-height: 38px;
    color: #FFFFFF;
}

.socialsharing_product ul li .btn .fa {
    font-size: 13px;
}

.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: Open Sans;
    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: 9px;
    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: #9bc3cc;
}

.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 #ffffff;
}

.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: Open Sans;
    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: 9px;
    display: block;
}

.block_content .carousel-control:hover {
    color: #9bc3cc;
}

.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 #ffffff;
}

.block_content .carousel-control.right:before {
    content: "\f061";
}

#newsletter_block {
    margin-bottom: 70px;
    background: #FFFFFF;
    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: Open Sans;
    font-weight: 300;
    font-size: 15px;
    color: #999999;
    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: Open Sans;
    font-weight: 700;
    font-size: 13px;
    color: #000000;
    background: #f5f5f5;
}

#newsletter_block .btn {
    background-color: #000000;
    color: #FFFFFF;
    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: #9bc3cc;
}

.block-manufacture .logo-manu {
    margin-top: 18px;
}

.block-manufacture .logo-manu a {
    display: block;
    border: 1px solid #ffffff;
}

.block-manufacture .logo-manu a:hover {
    border-color: #9bc3cc;
}

.block-manufacture .carousel-control {
    background: transparent;
    text-align: center;
    color: #000000;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 25px;
    height: 25px;
    line-height: 20px;
    border: 1px solid #ffffff;
    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: #9bc3cc;
    border-color: #9bc3cc;
    -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: #000000;
    width: 25px;
    height: 25px;
    line-height: 20px;
    border: 1px solid #ffffff;
    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: #9bc3cc;
    border-color: #9bc3cc;
    -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: #999999;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.toggle-footer li a:hover {
    color: #9bc3cc;
}

#back-top {
    position: fixed;
    bottom: 85px;
    text-align: center;
    z-index: 10;
    right: 25px;
}

#back-top a {
    color: #fff;
    width: 54px;
    height: 54px;
    line-height: 50px;
    display: inline-block;
    background-color: #4f4f4f;
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.02);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.02);
    border-radius: 100%;
    font-size: 25px;
}

.box-googlemap {
    margin: 0px;
    text-align: center;
    position: relative;
}

.box-googlemap .box_title {
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    top: -20px;
    left: 0px;
    right: 0px;
    width: 200px;
    margin: 0px auto;
    padding: 0px 15px;
    line-height: 41px;
    color: #FFFFFF;
    background: #000000;
    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 #000000;
}

.swatch {
    margin: 20px 0px 0px;
}

.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 {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    float: left;
    min-width: 35px !important;
    height: 35px !important;
    margin: 0;
    border: 1px solid #ffffff;
    background-color: #FFFFFF;
    color: #777;
    /* Styling text */
    font-size: 10px;
    text-align: center;
    line-height: 35px;
    white-space: nowrap;
    text-transform: uppercase;
}

.rtl .swatch label {
    float: right;
}

.swatch .swatch-element {
    float: left;
    -webkit-transform: translateZ(0);
    -webkit-font-smoothing: antialiased;
    margin: 0px 10px 0px 0;
    position: relative;
}

.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;
}

.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 .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-family: Open Sans;
    font-size: 29px;
    font-weight: 300;
    text-transform: capitalize;
    margin: 30px 0 20px;
    padding: 22px 0px;
    color: #000000;
    letter-spacing: 1px;
    line-height: normal;
    text-transform: capitalize;
}

.page-subheading:before {
    position: absolute;
    content: "";
    bottom: 0;
    height: 5px;
    width: 24px;
    left: 0;
    background-image: url(../img/tmp/icon-default.png);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0 -50px;
}

.products_sidebar .product-block {
    padding: 0px;
}

.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 #ffffff;
}

.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: 12px;
    font-weight: 300;
    color: #999999;
}

#login-page h1, #login-page h2, #login-page h3 {
    font-family: Open Sans;
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    margin: 0px 0px 18px;
    line-height: 40px;
    border-bottom: 1px solid #ffffff;
}

#login-page .login-box {
    border: 1px solid #ffffff;
    min-height: 350px;
    padding: 20px;
    background: #FFFFFF;
}

#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: 10px;
    font-size: 12px;
}

#login-page .login-box .lost_password {
    margin: 0px 0px 10px;
    font-size: 10px;
    font-weight: normal;
    font-style: italic;
}

#login-page .login-box .text-link {
    margin-top: 10px;
}

#login-page .register-box {
    border: 1px solid #ffffff;
    min-height: 350px;
    padding: 20px;
    background: #FFFFFF;
}

#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 {
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 70px;
    background: #FFFFFF;
}

#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-family: Open Sans;
    font-size: 17px;
    font-weight: normal;
    background: transparent;
    color: #000000;
    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 #ffffff;
    padding: 0px 20px 30px;
}

#account-page {
    margin: 30px 0px 50px;
}

#account-page h1 {
    font-family: Open Sans;
    font-size: 23px;
    font-weight: normal;
    color: #000000;
    margin: 0px 0px 20px;
    line-height: 40px;
    border-bottom: 1px solid #ffffff;
}

#account-page h4 {
    font-family: Open Sans;
    margin: 0px;
    line-height: 40px;
    padding: 0px 20px;
    border: 1px solid #ffffff;
    background-color: #F7F7F7;
    height: 40px;
}

#account-page h5 {
    line-height: 30px;
    margin: 0px;
}

#account-page .box-content {
    padding: 10px 20px;
    border: 1px solid #ffffff;
    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: #FFFFFF;
}

#adress-page {
    margin: 50px 0px 70px;
}

#adress-page h1 {
    margin: 0px;
    font-family: Open Sans;
    font-size: 23px;
    font-weight: normal;
    color: #000000;
    margin: 0px;
    line-height: 40px;
}

#adress-page .section-header {
    padding: 5px 20px;
    border: 1px solid #ffffff;
    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: #FFFFFF;
}

.adress-box {
    padding: 20px;
}

.adress-box h3, .adress-box h4 {
    font-size: 13px;
    margin: 0px;
    line-height: 40px;
}

#AddAddress, .edit_address {
    width: 600px;
    margin: 0 auto;
    border: 1px solid #ffffff;
    padding: 20px;
    margin-bottom: 30px;
}

#quick-view-product {
    display: none;
    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: #999999;
    font-weight: 300;
}

#quick-view-product .brand {
    color: #999999;
}

#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: Open Sans;
    font-weight: 900;
    line-height: 30px;
    color: #000000;
    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: #FFFFFF;
    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: Open Sans;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
}

#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: #ffffff;
    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: #000000;
}

#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 #ffffff;
    color: #ffffff;
}

#thumblist_quickview .owl-prev:before, #thumblist_quickview .owl-next:before {
    font-size: 13px;
    text-shadow: none;
}

#thumblist_quickview .owl-prev:hover, #thumblist_quickview .owl-next:hover {
    background-color: #000000;
    border-color: #000000;
    color: #FFFFFF;
}

@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(//theme.hstatic.net/1000034256/1000379659/14/pnewletter_bg.png?v=382) 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: Open Sans;
    font-size: 30px;
    color: #000000;
    color: #000000;
    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: 13px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}

#popup-newletter .pnewle-message {
    color: #999999;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 25px;
}

#popup-newletter .pnewle-message span {
    font-size: 13px;
    margin-bottom: 20px;
    display: block;
}

#popup-newletter .pnewle-message p {
    font-size: 11px;
    margin-bottom: 10px;
    display: block;
}

#popup-newletter .pnewle-message ul {
    margin-bottom: 20px;
}

#popup-newletter .pnewle-message ul li {
    font-size: 11px;
    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: 13px;
    font-weight: 700;
    height: 52px;
    box-shadow: none;
    text-align: center;
    border: none;
}

#popup-newletter .pnewle-form .btn {
    margin-top: 10px;
    background-color: #000000;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 11px;
    position: relative;
    padding: 0 35px;
    height: 52px;
    font-weight: 700;
}

#popup-newletter .pnewle-form .btn:hover {
    background-color: #9bc3cc;
}

.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: 17px;
    display: inline-block;
    height: 35px;
    width: 35px;
    color: #000000;
    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 #000000;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.google-maps .gmap-stores-content .gmap-stores-list ul li > strong {
    color: #000000;
    font-family: Open Sans;
    font-size: 14px;
    text-transform: uppercase;
}

.google-maps .gmap-stores-content .gmap-stores-list ul li > text {
    font-size: 13px;
    font-family: Open Sans;
}

.google-maps .gmap-stores-content .gmap-stores-list ul li:last-child {
    border-bottom: 0px;
}

/* custom inclusion of right, left and below tabs */
.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 #ffffff;
    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 #ffffff;
    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: #000000;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.page-header {
    font-family: Open Sans;
    font-size: 20px;
    color: #000000;
    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: 200px;
    letter-spacing: 20px;
    line-height: 150px;
    color: #ffffff;
}

.page-404 h2 {
    font-size: 60px;
    letter-spacing: 20px;
    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(//theme.hstatic.net/1000034256/1000379659/14/404.jpg?v=382) no-repeat center center;
    background-size: cover;
    min-height: 800px;
    padding-top: 60px;
}

.loading_site {
    background: url(//theme.hstatic.net/1000034256/1000379659/14/loading.gif?v=382) no-repeat center center #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.15);
    position: fixed;
    top: 50% !important;
    bottom: auto;
    left: 50%;
    right: auto;
    width: 60px;
    height: 60px;
    margin-left: -30px;
    margin-top: -30px;
    overflow: hidden;
    padding: 0;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.aboutus {
    color: #000000;
    background-color: #ffffff;
}

.aboutus .rte {
    color: #000000;
}

.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: #000000;
    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: #000000;
    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: #000000;
}

.faqPage .panel-group .panel-title > a.collapsed:after {
    content: "\f067";
    color: #000000;
}

.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: #000000;
}

.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;
}

@media screen and (min-width: 991px) {
    .product__special .product_block.first-item {
        width: 50%;
    }
}

@media screen and (min-width: 1024px) {
    .product__special .product-block .image {
        height: 250px;
    }

    .product__special .product-block .image img {
        max-height: 100%;
    }

    .product__special .first-item .product-block .image {
        height: 500px;
    }
}

.product__special .product_block .product-meta {
    position: absolute;
    background-color: #FFFFFF;
    left: 20px;
    bottom: 20px;
    padding: 12px 15px 10px;
    z-index: 10;
    max-width: 85%;
    max-height: 110px;
}

.product__special .product_block .functional-buttons {
    bottom: 120px;
}

.product__special .product-block .product_img_link {
    height: 100%;
}

.special_best .widget-banner {
    margin: 0;
}

.special_best .product_block .product-meta {
    position: absolute;
    background-color: #FFFFFF;
    left: 20px;
    bottom: 20px;
    padding: 12px 15px 10px;
    z-index: 10;
    max-width: 85%;
    max-height: 110px;
}

.special_best .product_block .functional-buttons {
    bottom: 120px;
}

.block__care {
    text-align: center;
    /*padding-bottom: 10px !important;*/
    border-bottom: 1px solid #ffffff;
}

.block__care .block__care--service {
    margin-bottom: 0;
    padding: 55px 15px;
    min-height: 220px;
    color: #FFFFFF;
    font-weight: 300;
}

.layout-boxed-lg .block__care .block__care--service {
    height: 220px;
    overflow: hidden;
}

@media screen and (min-width: 1280px) {
    .block__care .block__care--service {
        padding: 55px 100px;
        min-height: 215px;
    }
}

.block__care .color-red {
    background-color: #000000;
}

.block__care .color-black {
    background-color: #3f3f3f;
}

.block__care .color-gray {
    background-color: #f4f4f4;
}

.block__care .color-gray .block__care--title {
    color: #000000;
}

.block__care .block__care--title {
    color: #FFFFFF;
    font-size: 17px;
    font-weight: 300;
}

.block__care span {
    display: block;
    font-size: 13px;
    margin-top: 15px;
    text-transform: initial;
}

.block-top {
    margin-top: 30px;
    padding-bottom: 70px;
}

.block__about {
    border-top: 1px solid #ffffff;
}

.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(//theme.hstatic.net/1000034256/1000379659/14/bg_about.jpg?v=382) repeat top left #FFFFFF;
    padding: 30px;
    font-size: 15px;
    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: #FFFFFF;
}

.block__about-des p {
    color: #ccc;
}

.blocktime {
    min-height: 384px;
    padding: 15px;
    border: 2px solid #ffffff;
    background: url(//theme.hstatic.net/1000034256/1000379659/14/bg_phone.jpg?v=382) 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: 19px;
    font-weight: 300;
    text-transform: capitalize;
    color: #000000;
}

.blocktime .list__open {
    font-weight: 300;
    line-height: 30px;
    color: #999999;
    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: #ffffff;
}

.blocktime .blocktime__sp {
    margin-bottom: 0;
    font-weight: 300;
    color: #999999;
}

.blocktime .blocktime__sp .number-suport {
    color: #9bc3cc;
    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 {
    /*border-top: 1px solid #4d4d4d;*/
    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: #999999;
}

#powered a:hover {
    color: #9bc3cc;
}

#breadcrumbs nav {
    padding: 25px 0;
    background-color: #FFFFFF;
    display: inline-block;
    text-transform: uppercase;
}

.template-collection #breadcrumbs nav {
    margin: 100px 0 100px;
}

#breadcrumbs .name-collection {
    font-size: 36px;
    font-weight: 300;
    margin: 0;
    color: #000000;
}

.template-collection #breadcrumbs {
    margin-bottom: 50px;
}

.breadcrumb {
    padding: 0;
    margin: 0;
}

.breadcrumb > li + li:before {
    content: "/";
    font-family: Open Sans;
    padding: 0 3px;
}

.breadcrumb > li a, .breadcrumb > li span {
    color: #999999;
}

.breadcrumb > .active span {
    color: #9bc3cc;
}

.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: #000000;
    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: #000000;
}

.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 .product-block .review {
    display: block;
}

.show_rating .product-block .review .spr-badge-caption {
    display: none;
}

.show_rating .product-block .review .spr-badge-starrating .spr-icon {
    font-size: 9px;
}

/* Product grid */
.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;
}

/* Loader */
.grid__loader {
    display: none;
    margin: 3em auto 0;
}

.grid--loading .grid__loader {
    display: block;
}

/* Clearfix */
.grid:after {
    content: '';
    display: block;
    clear: both;
}

/* Grid items */
.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%;
}

/* Gallery */
.slider__item {
    width: 100%;
}

.slider__item img {
    width: 100%;
}

/* Flickity page dots */
.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;
}

/* Fixed bottom bar */
@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;
    }
}

/* Filter */
.bar {
    margin-bottom: 20px;
}

.filter .filter__item:last-child:before {
    display: none;
}

.filter__item {
    padding: 1px 20px;
    vertical-align: middle;
    color: #000000;
    background-color: #FFFFFF;
    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: #000000;
}

.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%;
}

/* draggable */
.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%;
    }
}

#AjaxifyCart h2 {
    text-align: center;
}

.newsletter-input {
    position: relative;
}

.sidebar .block {
    margin-bottom: 15px;
}

.sidebar .block .title_block {
    background: #6cabd5;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 100;
    color: #FFFFFF;
    text-align: center;
    line-height: 30px;
    position: relative;
    text-transform: uppercase;
    font-family: Open Sans;
    padding: 10px;
    letter-spacing: 1px;
    border: none;
    margin: 0;
}

.sidebar .block .title_block a {
    color: #FFFFFF;
}

.sidebar .block .block_content {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    padding: 0 0 15px 0px;
    border: none;
    background: #FFFFFF;
}

.sidebar .block .block_content:before, .sidebar .block .block_content:after {
    content: " ";
    display: table;
}

.sidebar .block .block_content:after {
    clear: both;
}

.sidebar .block ul {
    margin-top: 5px;
}

.sidebar .block ul li {
    position: relative;
}

.sidebar .block ul li a {
    font-family: Open Sans;
    color: #000000;
    text-transform: uppercase;
    display: block;
    font-size: 13px;
    padding: 10px 15px;
}

.sidebar .block ul li a:hover {
    color: #6cabd5;
}

.sidebar.offcanvas_content_left .block .block_content {
    padding: 15px;
}

.sidebar .block .color-group > li input {
    display: none;
}

.sidebar .block .color-group > li a {
    display: inline-block;
    vertical-align: middle;
}

.sidebar .block .color-group > li .catalog_color {
    height: 24px;
    width: 24px;
    padding: 0px;
    border: 1px solid #666;
    float: left;
    margin-top: 5px;
}

.sidebar .block .color-group > li.active-filter a {
    font-weight: bold;
}

.sidebar .block .color-group > li.active-filter .catalog_color {
    border-color: #FF0000;
}

.sidebar .products_block {
    margin: 0px 0px 15px 0px;
}

.rtl .sidebar .products_block {
    margin: 0px 0px 15px 0px;
}

.sidebar .products_block ul li a {
    font-family: Open Sans;
    padding: 0px;
    font-size: 16px;
    font-weight: 100;
    text-transform: none;
    color: #000000;
}

.sidebar .products_block ul li a:hover {
    color: #6cabd5;
}

.sidebar .price {
    /*text-align: center;*/
}

#categories_block .block_content .leo-qty {
    display: inline-block;
    vertical-align: middle;
    vertical-align: middle;
    min-width: 35px;
    padding: 3px 10px;
    font-size: 9px;
    font-weight: normal;
    color: #999999;
    border: 1px solid #ffffff;
    white-space: nowrap;
    text-align: center;
    background-color: transparent;
    border-radius: 2px;
}

#categories_block .block_content ul li a {
    color: #000000;
    border: 1px solid #ffffff;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding: 15px 0 15px 30px;
}

.rtl #categories_block .block_content ul li a {
    padding: 15px 30px 15px 0;
}

#categories_block .block_content ul li a:hover {
    border: 1px solid #000000;
    padding-left: 40px;
}

.rtl #categories_block .block_content ul li a:hover {
    padding-right: 40px;
    padding-left: inherit;
}

#catalog_block .catalog_filters {
    margin-top: 5px;
}

#catalog_block .catalog_subtitle {
    font-weight: bold;
    color: #000000;
}

#catalog_block .advanced-filter {
    padding-left: 0px;
    padding-right: 0px;
}

.catalog_filter_ul {
    padding: 0px 15px;
}

.catalog_filter_ul > li input {
    display: none;
}

.catalog_filter_ul > li a {
    position: relative;
    line-height: 18px;
}

.catalog_filter_ul > li a:before {
    position: absolute;
    content: "\f096";
    top: 10px;
    left: 0px;
    font-family: FontAwesome;
    font-size: 13px;
    color: #000000;
}

.catalog_filter_ul > li a:hover:before {
    content: "\f046";
}

.catalog_filter_ul > li.active-filter a:before {
    content: "\f046";
}

#categories_block .block_content ul li a span {
    margin-right: 10px;
}

.block-video {
    padding-top: 20px;
}

.ajaxcart__close {
    position: absolute;
    top: 0 !important;
    right: 0;
}

@media (max-width: 1153px) and (min-width: 599px) {
    #breadcrumbs {
        background-position: 75% !important;
    }
}

.sidebar .block .title_block {
    text-align: left;
}

.accordion .block .title_block:after {
    right: 13px;
    top: 10px;
}

@media (max-width: 321px) {
    #productrelated .owl-controls {
        position: absolute;
        top: -108px;
        left: -15px;
        right: 0px;
        width: 100%;
        text-align: center;
        font-size: 0px;
    }
}

@media (max-width: 801px) {
    .btn-outline {
        margin-top: 2px;
    }

    .label_item {
        text-align: center;
    }
}

#cart-page .cart_header_labels .label_item {
    min-height: 40px;
}

.cpro_item {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .header-3 form#searchbox {
        width: 200px;
    }
}

.block .title_block:before {
    display: none;
}

.sidebar .block .title_block {
    background: #000;
}

.main-overlay {
    display: none;
    background: rgba(0, 0, 0, .26);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
    z-index: 11;
}

.pright-fixed {
    position: fixed;
    width: 477px;
}

.pright-scroll-end {
    position: absolute;
    bottom: 0;
    width: auto;
}

#CustomerLoginForm .f ul {
    list-style: none;
    padding: 0;
}

#CustomerLoginForm .f ul li {
    margin-bottom: 10px;
}

#CustomerLoginForm .f .errors li {
    margin-bottom: 10px;
}

.p-selector {
    margin-top: 10px;
}

#pview-suggest {
    padding: 5px;
}

#pview-suggest ul li {
    cursor: pointer;
}

.pview-desc {
    max-height: 300px;
    overflow: auto;
    margin-bottom: 15px;
}

#account-page .title-head {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 7px;
    text-transform: uppercase;
}

/* ----- login-social ----*/
.loginFb {
    background-color: #3B5998;
    color: #FFF !important;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    width: 96px;
    /*margin: 10px 0 20px 100px;*/
    text-align: center !important;
}

.loginFb i {
    margin: 0 5px 0 0;
    color: #fff;
}

.loginGg {
    background-color: #E02F2F;
    color: #FFF !important;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    width: 96px;
    margin: 0 0 0 10px;
    text-align: center !important;
}

.loginGg i {
    margin: 0 5px 0 0;
    color: #fff;
}

.website-alo-phone {
    position: fixed;
    left: 20px;
    bottom: 20px;
    visibility: visible;
    background: transparent;
    width: 65px;
    height: 65px;
    cursor: pointer;
    z-index: 9999;
}

.website-alo-phone .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.website-alo-phone .animated.infinite {
    animation-iteration-count: infinite;
}

.website-alo-phone .animated.infinite.zoomIn {
    animation-name: zoomIn;
}

.website-alo-phone .animated.infinite.zoomIn.website-alo-ph-circle {
    position: absolute;
    width: 90px;
    height: 90px;
    top: 32px;
    left: -17px;
    border: 2px solid #fd0000;
    border-radius: 100%;
    background: transparent;
    opacity: 0.5;
}

.website-alo-phone .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
}

.website-alo-phone .animated.infinite {
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

.website-alo-phone .animated.infinite.pulse {
    animation-name: pulse;
    -webkit-animation-iteration-count: infinite;
}

.website-alo-phone .animated.infinite.pulse.website-alo-ph-circle-fill {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 0;
    left: 0;
    border: 2px solid transparent;
    border-radius: 100%;
    transition: all 0.5s;
    background-color: #ff000078;
    opacity: 0.75;
}

.website-alo-phone .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.website-alo-phone
.animated.infinite {
    animation-iteration-count: infinite
}

.website-alo-phone .animated.infinite.tada {
    animation-name: tada;
}

.website-alo-phone .animated.infinite.tada.website-alo-ph-img-circle {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 15px;
    left: 16px;
    border: 2px solid transparent;
    border-radius: 100%;
    transition: all 0.2s ease-in-out;
    transform-origin: 50% 50%;
    background-color: #f00;
    background-size: 70%;
    opacity: 0.7;
}

.website-alo-phone .animated.infinite.tada.website-alo-ph-img-circle .fa {
    color: #fff;
    display: block;
    padding: 3px 4px;
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

/*- - - end hotline mobile - - -*/
.purchase-product {
    margin: 20px 0;
}

#purchase-product-content {
    display: block;
    padding: 7px 5px;
}

.blog-desc {
    margin: 15px 0 10px;
}


@media (min-width: 992px) {
    .block-logo-scroll {
        display: none;
        position: absolute;
        left: 0;
        top: 1px;
        height: 60px;
        /*line-height: 60px;*/
    }

    .header-scroll .block-logo-scroll {
        display: inline-block;
        max-width: 150px;
    }

    .header-scroll .block-logo-scroll img {
        max-height: 98%;
    }

    .header-scroll .header-wrap {
        display: none;
    }

    .header-scroll #apollo-menu {
        padding: 0 325px 0 170px;
    }

    .header-scroll #apollo-menu .navbar-nav {
        padding: 0;
    }

    #product_list_news .product_block:nth-child(5n+1),
    #product_list_hot .product_block:nth-child(5n+1) {
        clear: both;
    }

    #product_list_discount .product_block:nth-child(2n+1) {
        clear: both;
    }
}

/*@media (max-width: 991px) {*/
/*#product_list_news .product_block:nth-child(2n+1) {*/
/*clear: both;*/
/*}*/
/*}*/