/***********************************************************************/
/**************************************************************************
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"] {
    display: block;
    background: #FFFFFF;
    font-size: 14px;
    text-align: center;
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 0px 25px;
    margin: 0;
    border: 1px solid #000000;
}

.apQtyAdjust, .ajaxcartQtyAdjust {
    cursor: pointer;
    position: absolute;
    display: block;
    top: 0px;
    bottom: 0px;
    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 {
    background-color: #000000;
}

.apQtyAdjust:active, .ajaxcartQtyAdjust:active {
    background-color: black;
}

.apQtyAdjustPlus, .ajaxcartQtyPlus {
    right: 0;
    border-left: 1px solid #000000;
}

.apQtyAdjustMinus, .ajaxcartQtyMinus {
    left: 0;
    border-right: 1px solid #000000;
}

.ajaxcartQty {
    display: inline-block;
    margin: 0;
}

.is-loading .ajaxcartQty {
    opacity: 0.5;
    -webkit-transition: none;
    transition: none;
}

.ajaxcartModal {
    position: absolute;
    background-color: #FFFFFF;
    top: 170px;
    left: -200%;
    margin-left: -500px;
    width: 100%;
    max-width: 900px;
    height: auto;
    z-index: 99999999;
    visibility: hidden;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 30px 20px;
    -webkit-transition: "left 0s linear 700ms, box-shadow 600ms cubic-bezier(0.47, 0.5, 0, 0.95) 400ms, margin-top 200ms ease-in-out";
    transition: "left 0s linear 700ms, box-shadow 600ms cubic-bezier(0.47, 0.5, 0, 0.95) 400ms, margin-top 200ms ease-in-out";
}

@media only screen and (max-height: 645px) {
    .ajaxcartModal {
        top: 70px;
    }
}

@media screen and (max-width: 768px) {
    .ajaxcartModal {
        max-width: 90%;
    }
}

@media screen and (max-width: 480px) {
    .ajaxcartModal {
        position: fixed;
        top: 0;
        bottom: 0;
        margin: 0 !important;
        max-height: none;
        max-width: none;
    }
}

.ajaxcartModal .ajaxcartContent {
    padding-left: 30px;
    padding-right: 30px;
}

@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 #000000;
}

.ajaxcartOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 99999998;
    opacity: 0;
    cursor: pointer;
    -webkit-transition: all 450ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
    transition: all 450ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
    background-color: #333333;
}

@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.95;
    }

    .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: #000000;
    }

    .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__close {
    position: absolute;
    right: 37px;
}

.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 #000000;
    padding: 10px 0px;
    border-top: 1px solid #000000;
}

.ajaxcart .list_product_cart {
    text-align: center;
    margin-bottom: 15px;
}

.ajaxcart .product_name {
    margin: 0px;
    font-size: 14px;
    display: block;
    text-transform: none;
    letter-spacing: 0px;
}

.ajaxcart .note_item .control-label {
    font-weight: normal;
}

@media screen and (max-width: 808px) and (min-width: 768px) {
    .ajaxcart .note_buton {
        padding: 0;
    }

    .ajaxcart .note_buton .btn {
        font-size: 12px;
    }
}

@media screen and (max-width: 441px) {
    .ajaxcart .note_buton .btn {
        display: block;
        width: 100%;
        margin: 5px 0;
    }
}

.ajaxcart .list_button_cart p {
    margin: 0px 0px 5px;
}

.cartTitle {
    margin: 0px 0px 30px;
    padding: 10px 0;
    font-size: 28px;
    color: #000000;
}

#cart-page {
    margin-top: 30px;
    background: #FFFFFF;
    padding: 30px;
}

#cart-page h2 {
    margin: 0px;
    line-height: 50px;
}

#cart-page .cart-empty {
    text-transform: uppercase;
    font-size: 16px;
    margin: 0px;
    text-align: center;
}

#cart-page .cart-empty-continue {
    text-align: center;
    padding: 10px 0px;
    margin-bottom: 30px;
}

#cart-page .cart_header_labels {
    background-color: #000000;
    border: 1px solid #000000;
    color: #FFFFFF;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    #cart-page .cart_header_labels {
        font-size: 10px;
    }
}

#cart-page .cart_header_labels .label_item {
    padding-top: 10px;
    padding-bottom: 10px;
    border-right: 1px solid #000000;
    font-size: 13px;
}

#cart-page .cart_header_labels .label_item:last-child {
    border-right: 0px;
}

#cart-page .list_product_cart {
    border: 1px solid #000000;
    border-top-color: transparent;
}

#cart-page .list_product_cart .cpro_item {
    padding-top: 10px;
    padding-bottom: 10px;
    border-right: 1px solid #000000;
    min-height: 120px;
}

@media screen and (max-width: 767px) {
    #cart-page .list_product_cart .cpro_item {
        min-height: auto;
        text-align: center;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    #cart-page .list_product_cart .cpro_item:last-child {
        padding-left: 5px;
    }
}

#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 #000000;
    border-top: 0px;
    padding: 10px;
}

#cart-page .list_button_cart .note_cart {
    padding-top: 10px;
    padding-bottom: 10px;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    #cart-page .list_button_cart .note_buton .btn {
        font-size: 10px;
    }
}

@media screen and (max-width: 500px) {
    #cart-page .list_button_cart .note_buton .btn {
        width: 100%;
        margin: 1px 0;
    }
}

#cart-page .cart_navigation {
    margin: 15px 0px;
}

/**************************************************************************
CONTACT PAGE STYLES
**************************************************************************/
.contact-title {
    margin: 0;
    line-height: 23px;
}

.contact-title i {
    font-size: 23px;
    color: #c0c0c0;
    padding: 0 8px 0 0;
}

.contact-form-box {
    padding: 0px;
    margin: 30px 0px 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: 30px;
}

.contact-form-box .form-group label {
    display: none;
}

.contact-form-box .form-group .form-control {
    font-size: 13px;
    background: #f4f4f4;
    border: none;
    box-shadow: none;
}

.contact-form-box #desc_contact0 {
    display: none;
}

.contact-form-box .submit {
    text-align: right;
}

.rtl .contact-form-box .submit {
    text-align: left;
}

.contact-form-box .submit .btn {
    padding: 6px 25px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .contact-form-box div.uploader span.filename {
        width: 114px;
    }
}

.box-contact-info {
    padding: 0px;
    margin: 30px 0px 0px;
}

.box-contact-info.block .title_block {
    letter-spacing: 1px;
    border-bottom: solid 1px #cccccc;
}

.box-contact-info.block .block_content {
    padding: 30px 0px;
}

.box-contact-info .coninfo-des {
    font-size: 13px;
}

.box-contact-info ul {
    margin-top: 15px;
}

.box-contact-info ul > li {
    position: relative;
    padding: 5px 0px 5px 25px;
    font-family: Open Sans;
    font-size: 12px;
}

.rtl .box-contact-info ul > li {
    padding: 5px 25px 5px 0px;
}

.box-contact-info ul > li:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 25px;
    height: 100%;
    line-height: 25px;
    font-family: "FontAwesome";
    font-size: 13px;
}

.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
**************************************************************************/
#apolloblogs .page-subheading {
    font-size: 30px;
    line-height: 25px;
    text-align: center;
    letter-spacing: normal;
}

#apolloblogs .page-subheading span {
    font-size: 14px;
    font-family: Open Sans;
    color: #666666;
    display: block;
    text-transform: none;
    font-weight: normal;
    padding-top: 9px;
    padding-bottom: 33px;
}

#apolloblogs .blog-item {
    margin: 0;
}

#apolloblogs .blog-meta {
    padding: 7px 0;
    border-top: 1px dashed #cccccc;
    border-bottom: 1px dashed #cccccc;
    margin: 15px 0 5px;
    font-size: 13px;
    line-height: 25px;
    font-style: normal;
    text-transform: capitalize;
}

#apolloblogs .blog-meta .author {
    position: relative;
    padding-right: 13px;
}

#apolloblogs .blog-meta .author:before {
    position: absolute;
    content: "";
    height: 5px;
    width: 5px;
    top: 40%;
    right: 0;
    border-radius: 50%;
    background: #999999;
}

#apolloblogs .blog-meta .author .fa {
    margin-right: 10px;
}

#apolloblogs .blog-meta .blog-created {
    padding-left: 13px;
}

#apolloblogs .blog-meta .blog-created .fa {
    margin-right: 8px;
}

.blogTitle {
    margin: 0px 0px 30px;
    padding: 10px 0;
    font-size: 28px;
    color: #000000;
}

.articleTitle {
    margin: 0px;
    padding: 10px 0;
    font-size: 28px;
    color: #000000;
}

.blog-meta {
    padding: 6px 0;
    position: relative;
    font-size: 12px;
    font-style: italic;
    font-weight: normal;
    display: block;
    color: #999999;
}

.blog-meta a {
    color: #666666;
}

.blog-meta a:hover {
    color: #000000;
}

.blog-meta > div {
    display: inline-block;
    vertical-align: middle;
}

.blog-meta .comment-meta {
    padding: 0px 10px;
}

.blog-item {
    margin: 0 0 30px;
    font-size: 14px;
    color: #666666;
}

.blog-item h3 {
    margin: 0px;
    padding: 10px 0;
}

.blog-item h3 a {
    font-weight: bold;
    font-size: 20px;
    text-transform: none;
    line-height: 20px;
    color: #000000;
}

.blog-item h3 a:hover {
    color: #000000;
}

.blog-item h4 {
    margin: 0px;
    padding-top: 25px;
}

.blog-item h4 a {
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 20px;
    color: #000000;
}

.blog-item h4 a:hover {
    color: #000000;
}

.blog-item .rte {
    text-align: justify;
}

.blog-item .blog-shortinfo {
    margin: 0;
    padding: 10px 0;
    min-height: 60px;
    display: block;
    position: relative;
}

.blog-item .blog-shortinfo p {
    margin: 0;
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
}

.blog-item .link {
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
    color: #666666;
    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 {
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.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: #666666;
}

.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 #000000;
    padding: 2px 8px;
    color: #666666;
}

.listBlogTags > li > a:hover {
    color: #000000;
}

.sidebarBlog .listSidebar > li a {
    display: block;
    color: #666666;
}

.sidebarBlog .listSidebar > li a:hover {
    color: #000000;
}

.sidebarBlog .listSidebar > li time {
    font-size: 13px;
    color: #999999;
}

.sidebarBlog .block_content {
    font-size: 14px;
    color: #666666;
}

.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 #000000;
    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 #000000;
    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 #000000;
    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%;
}

.extra-blogs ul li {
    line-height: 30px;
}

/**************************************************************************
WISHLIST PAGE
**************************************************************************/
.wishlistTitle {
    margin: 0px 0px 30px;
    padding: 10px 0;
    font-size: 28px;
    color: #000000;
}

.wishlist-page {
    background: #FFFFFF;
    padding: 30px 0;
}

.wishlist-product {
    width: 100%;
    margin-bottom: 15px;
}

.wishlist-product thead {
    height: 40px;
    border: 1px solid #000000;
}

.wishlist-product thead th {
    padding: 0px 10px;
    color: #000000;
    border-right: 1px solid #000000;
}

.wishlist-product thead th:last-child {
    border-right: 0px;
}

.wishlist-product tbody tr {
    border: 1px solid #000000;
}

.wishlist-product .no_product-wishlist {
    padding: 10px;
    text-align: center;
    display: block;
    width: 100%;
}

/**************************************************************************
COLLECTIONS PAGE
**************************************************************************/
.block_collection {
    margin: 50px 0 20px;
}

.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 {
    margin-top: 30px;
    background: #FFFFFF;
    border: 1px solid #000000;
    text-align: left;
    margin-bottom: 30px;
    padding: 10px 20px;
    clear: both;
}

.content_sortPagiBar .pagination {
    margin: 0px;
    float: left;
    list-style: none;
}

.content_sortPagiBar .pagination > li {
    float: left;
    padding: 0px 8px;
}

.content_sortPagiBar .pagination > li > a, .content_sortPagiBar .pagination > li span {
    font-size: 12px;
    color: #999999;
    border-color: transparent;
}

.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: #999999;
    background: transparent;
    border: 1px solid #000000;
}

.content_sortPagiBar .pagination .active > a, .content_sortPagiBar .pagination .active span {
    color: #999999;
    background: transparent;
    border: 1px 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 {
    background: transparent;
    color: #999999;
}

.content_sortPagiBar .pagination .pagination_previous > a, .content_sortPagiBar .pagination .pagination_previous span {
    position: relative;
    font-size: 0px;
}

.content_sortPagiBar .pagination .pagination_previous > a:before, .content_sortPagiBar .pagination .pagination_previous span:before {
    content: "Previous";
    font-weight: 300;
    font-size: 12px;
    color: #999999;
    display: block;
}

.content_sortPagiBar .pagination .pagination_next > a, .content_sortPagiBar .pagination .pagination_next span {
    position: relative;
    font-size: 0px;
}

.content_sortPagiBar .pagination .pagination_next > a:before, .content_sortPagiBar .pagination .pagination_next span:before {
    content: "Next";
    font-weight: 300;
    font-size: 12px;
    color: #999999;
    display: block;
}

.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: 11px;
    font-weight: 300;
    padding: 9px 20px;
    border: 1px solid #000000;
    margin: 0px;
    color: #999999;
    background: #FFFFFF;
    margin-bottom: 15px;
}

@media screen and (max-width: 354px) {
    .category-heading {
        font-size: 9px;
    }
}

.sortPagiBar label {
    font-weight: 300;
    line-height: 28px;
    margin: 0px;
    padding: 0px 10px;
}

.sortPagiBar #SortBy {
    height: 28px;
    border: 1px solid #000000;
}

.sortPagiBar .form-horizontal {
    text-align: right;
}

.collection-view {
    text-align: left;
}

.collection-view .change-view {
    height: 28px;
    background: transparent;
    border: 1px solid #000000;
    color: #dbdbdb;
}

.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(/tp/T0221/img/tmp/loading.gif) 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 .dynamic-update-layout.selected, .paneltool .group-input .dynamic-update-header.selected {
    color: #000000;
    font-weight: bold;
}

.paneltool .group-input .dynamic-update-layout:hover, .paneltool .group-input .dynamic-update-header:hover {
    cursor: pointer;
}

.onoffswitch {
    position: relative;
    width: 90px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    display: inline-block;
    vertical-align: middle;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block !important;
    margin: 0px !important;
    overflow: hidden;
    cursor: pointer;
    border-radius: 20px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s;
    -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 35px;
    padding: 0;
    line-height: 35px;
    font-size: 14px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: "ON";
    padding-left: 20px;
    background-color: #34A7C1;
    color: #FFFFFF;
    text-align: left;
}

.onoffswitch-inner:after {
    content: "OFF";
    padding-right: 20px;
    background-color: #EEEEEE;
    color: #999999;
    text-align: right;
}

.onoffswitch-switch {
    display: block;
    width: 18px;
    margin: 11px;
    background: #FFFFFF;
    border: 2px solid #FFFFFF;
    border-radius: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 50px;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

/**************************************************************************
SEARCH PAGE
**************************************************************************/
#search-page {
    background: #FFFFFF;
    padding: 30px;
    margin: 30px 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: 30px 0px;
}

#search_querry_page {
    display: inline;
    padding: 0px 50px 0px 15px;
    height: 35px;
    line-height: 35px;
    background: #FBFBFB;
    border-color: #000000;
    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 #000000;
    width: 75%;
    display: none;
    background: #FFFFFF;
    max-height: 450px;
    overflow: auto;
    z-index: 100;
    left: 20%;
    top: 90px;
}

@media screen and (min-width: 1200px) {
    #ap-ajax-search {
        left: 21%;
    }
}

#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: -15px;
    margin-right: -15px;
}

.owl-row .owl-item {
    padding: 0px 15px;
}

.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 .popup-content {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(0, 200px);
    -ms-transform: translate(0, 200px);
    transform: translate(0, 200px);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.e-translate-top.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-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.2) inset;
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2) inset;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    background: #000;
}

.effect > a:hover:before {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2) inset;
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2) inset;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.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%;
}

.btn-outline-inverse {
    color: #000000;
    background-color: #ffffff;
    border-color: #ffffff;
    padding: 5px;
    -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: #333333;
    border-color: #000000;
    padding: 5px;
    -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: #333333;
    border-color: #000000;
}

.btn-outline .badge {
    color: #333333;
    background-color: #ffffff;
}

.block .title_block {
    position: relative;
    font-family: Open Sans;
    font-size: 15px;
    font-weight: bold;
    background: transparent;
    color: #000000;
    text-transform: uppercase;
    margin: 0px;
    padding: 10px 0px;
}

.rte a:hover {
    text-decoration: underline;
}

.rte img {
    max-width: 100%;
    height: auto !important;
    margin: 0px auto;
}

.rte p {
    padding-top: 15px;
    text-align: justify;
    line-height: 28px;
}

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 #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;
    margin-top: 6px;
    font-family: Open Sans;
    color: #000000;
    line-height: 30px;
    visibility: visible;
}

.page-wrap {
    margin-bottom: 30px;
}

.errors {
    color: #C83A3A;
}

.header-container {
    z-index: 1;
}

#header-main {
    background: #FFFFFF;
}

.header-wrap {
    position: relative;
    text-align: center;
}

.header-wrap:before, .header-wrap:after {
    content: " ";
    display: table;
}

.header-wrap:after {
    clear: both;
}

.header-wrap .header-left {
    float: none;
    width: 15%;
    padding: 13px 0 13px;
    z-index: 99;
    position: relative;
    display: inline-block;
    text-align: center;
}

.header-wrap .header-right {
    float: right;
    overflow: hidden;
    padding: 16px 0 10px;
}

#header_logo {
    text-align: center;
}

#header_logo h1 {
    margin: 0px;
}

#header_logo a {
    margin: 0px auto;
    display: block;
    max-width: 100%;
}

#header_logo img {
    max-width: 100%;
}

#topbar {
    font-size: 13px;
    background: linear-gradient(135deg, #000000 0%, #000000 50%, #000000 100%);
    color: #ffffff;
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    #topbar {
        font-size: 11px;
    }
}

#topbar a {
    color: #ffffff;
}

#topbar a:hover, #topbar a:focus {
    color: #000000;
}

#topbar nav:before, #topbar nav:after {
    content: "";
    display: table;
}

#topbar nav:after {
    clear: both;
}

#topbar nav .contactnav {
    color: #ffffff;
    font-size: 13px;
    line-height: 33px;
}
#topbar nav .contactnav p {
    display: inline-block;
}

#topbar nav .contactnav span {
    padding-right: 16px;
    margin: 0 5px 0 4px;
}

#topbar nav .contactnav a {
    padding: 0 10px;
}

#topbar nav .contactnav a .fa,
#topbar nav .contactnav i{
    margin-right: 5px;
}

.popup-over {
    position: relative;
}

.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 .popup-title .fa {
    margin-right: 5px;
}

.header_user_info .links {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.header_user_info .links li {
    display: inline;
    margin: 0px;
    line-height: 33px;
}

.header_user_info .links li a {
    font-size: 13px;
    padding: 0px 10px;
    border-right: 1px solid #616161;
    text-transform: uppercase;
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .header_user_info .links li a {
        font-size: 11px;
    }
}

.header_user_info .links li a .fa {
    font-size: 0;
}

.header_user_info .links li.fa, .header_user_info .links li.icon {
    margin-right: 10px;
}

.header_user_info .links.dropdown-menu li {
    display: block;
}

.header_user_info .links.dropdown-menu li a {
    margin: 0px;
}

#block_currencies {
    padding: 0px 10px;
    line-height: 33px;
    float: right;
}

.rtl #block_currencies {
    float: left;
}

#block_currencies .dropdown-menu {
    padding: 10px 10px;
    right: 0px;
    left: auto;
    margin: 0px;
}

#block_currencies .dropdown-menu li a {
    color: #ffffff;
    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: #000000;
    background: #ffffff;
    font-weight: 600;
}

#block_currencies .popup-title {
    padding: 0px 10px 0px 0px;
}

.rtl #block_currencies .popup-title {
    padding: 0px 0px 0px 10px;
}

#block_currencies .popup-title img {
    margin-top: -2px;
}

#block_currencies .popup-title:hover {
    color: #000000;
}

#block_currencies .fa {
    font-size: 0;
    float: left;
    line-height: 33px;
}

#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: 0px 0px 0px 0px;
    font-size: 11px;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 9;
}

.rtl .blockcart_top {
    float: left;
}

.rtl .blockcart_top {
    padding: 0px 0px 0px 0px;
}

.blockcart_top a {
    position: relative;
    display: block;
    padding: 0 10px;
}

.blockcart_top .title-cart {
    padding-right: 5px;
}

.blockcart_top .title-cart span {
    background-color: transparent;
    color: #000000;
    display: block;
    font-size: 15px;
    line-height: 33px;
    position: relative;
    text-align: center;
}

.blockcart_top .cart-inner {
    position: absolute;
    top: 0;
    right: 0px;
}

.blockcart_top .cart-inner > span {
    display: none;
    font-size: 12px;
    font-weight: 300;
    color: #999999;
}

.blockcart_top .cart-inner > span.cart-title {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000000;
    display: none;
    line-height: 16px;
}

.blockcart_top .cart-inner > span#CartCount {
    background-color: #33c9db;
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    color: white;
    font-weight: 700;
    font-family: "Montserrats", sans-serif;
    text-align: center;
    line-height: 22px;
}

#search_block_top {
    float: right;
}

.rtl #search_block_top {
    float: left;
}

#search-icon {
    position: relative;
    z-index: 9;
    display: block;
    line-height: 19px;
    padding: 0 14px;
    margin: 7px 0;
    border-right: solid 1px #dddddd;
}

form#searchbox {
    width: 0%;
    position: absolute;
    display: block !important;
    opacity: 0;
    visibility: hidden;
    top: 14px;
    right: 55px;
    -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);
    z-index: 999;
}

#search_query_top {
    position: relative;
    display: inline;
    padding: 3px 40px 0px 10px;
    height: 36px;
    line-height: 36px;
    border-radius: 0px;
    box-shadow: none;
    font-size: 14px;
    font-weight: 300;
    border: none;
    border-bottom: 1px solid #999999;
}

.rtl #search_query_top {
    padding: 3px 10px 0px 40px;
}

#search_query_top:before {
    position: absolute;
    content: "";
    right: 0;
    top: 3px;
    width: 1px;
    height: 19px;
    background-color: #dddddd;
}

#search_query_top:focus {
    border-color: #33c9db;
}

#search_button {
    background: #FFFFFF;
    display: block;
    position: absolute;
    z-index: 10;
    top: 1px;
    right: 0px;
    border: medium none;
    color: #000000;
    width: 42px;
    text-align: center;
    line-height: 19px;
    padding: 7px 12px;
    border-radius: 0px;
}

.rtl #search_button {
    left: 0px;
    right: auto;
}

#search_button .fallback-text {
    display: none;
}

#search_button .fa {
    font-size: 21px;
}

#search_button:hover {
    color: #000000;
}

#social_block {
    background: transparent;
    z-index: 110;
}

#social_block h4 {
    text-align: center;
    display: none;
}

#social_block .block_content {
    padding: 0px;
}

#social_block .block_content ul {
    margin: 0px;
    text-align: center;
}

#social_block .block_content ul li {
    margin: 1px 0px 0px;
    padding-right: 7%;
    float: left;
}

.rtl #social_block .block_content ul li {
    float: right;
}

@media screen and (max-width: 767px) {
    #social_block .block_content ul li {
        float: none;
        display: inline-block;
    }
}

#social_block .block_content ul li a {
    font-size: 11px;
    font-wight: 300;
    color: #000000;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

#social_block .block_content ul li a:hover {
    margin-right: -0px;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

#social_block .block_content ul li .fa {
    float: left;
    font-size: 15px;
    color: #FFFFFF;
    text-align: center;
    line-height: 35px;
    display: block;
}

.rtl #social_block .block_content ul li .fa {
    float: right;
}

#social_block .block_content ul li .fa:hover {
    color: #000000;
}

#social_block .block_content ul li span {
    float: left;
    line-height: 35px;
    font-size: 0;
    text-align: center;
    text-transform: uppercase;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    background: #FFFFFF;
}

.rtl #social_block .block_content ul li span {
    float: right;
}

.sidebar .title_block {
    font-size: 18px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 15px;
    clear: both;
}

.sidebar > div {
    margin-top: 30px;
}

.sidebar > div:first-child {
    margin-top: 0px;
}

.sidebar .product-block:hover {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
}

.sidebar .product-block .products-block-image {
    max-width: 80px;
}

.sidebar .product-block .review {
    display: none;
}

.sidebar .product-block .name a {
    font-size: 13px;
    line-height: 19px;
}

.listSidebar {
    margin: 0px;
    padding: 0px;
}

.listSidebar > li {
    padding: 5px 0px;
}

.listSidebar > li a {
    line-height: 26px;
    color: #666666;
}

.listSidebar > li a:hover {
    color: #000000;
}

.sidebarCategories {
    margin: 0px;
    padding: 0px;
}

.sidebarCategories li a {
    line-height: 23px;
    position: relative;
    display: block;
    padding-right: 30px;
}

.rtl .sidebarCategories li a {
    padding-left: 30px;
    padding-right: inherit;
}

.sidebarCategories .apolloQty {
    position: absolute;
    width: 30px;
    top: 0;
    right: 0;
    text-align: right;
}

.rtl .sidebarCategories .apolloQty {
    left: 0;
    right: auto;
}

.rtl .sidebarCategories .apolloQty {
    text-align: left;
}

.catalog_filters {
    border-bottom: 1px solid #000000;
    padding: 6px 0;
}

.catalog_filters:last-child {
    border-bottom: 0px;
}

.catalog_filters .catalog_subtitle_heading {
    font-weight: bold;
}

.catalog_filter_ul {
    margin: 0px;
    padding: 0px;
}

.catalog_filter_ul:before, .catalog_filter_ul:after {
    content: " ";
    display: table;
}

.catalog_filter_ul:after {
    clear: both;
}

.catalog_filter_ul > li {
    margin: 0;
    padding: 0px 15px;
}

.catalog_filter_ul > li input {
    display: none;
}

.catalog_filter_ul > li a {
    position: relative;
    display: block;
    font-size: 14px;
    padding: 6px 15px;
    color: #666666;
    line-height: 24px;
}

.catalog_filter_ul > li a:before {
    position: absolute;
    content: "\f096";
    top: 6px;
    left: 0px;
    font-family: FontAwesome;
    font-size: 12px;
}

.rtl .catalog_filter_ul > li a:before {
    right: 0px;
    left: auto;
}

.catalog_filter_ul > li a:hover:before {
    content: "\f046";
    color: #000000;
}

.catalog_filter_ul > li .catalog_color {
    display: block;
    padding: 0px;
    border: 2px solid #000000;
}

.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 {
    padding-bottom: 5px;
}

.socialsharing_product ul li {
    display: inline-block;
    vertical-align: middle;
}

.socialsharing_product ul li .btn {
    padding: 0;
    font-size: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.socialsharing_product ul li .btn .fa {
    font-size: 14px;
    line-height: 30px;
}

.socialsharing_product ul li .btn-twitter i {
    color: #666666;
}

.socialsharing_product ul li .btn-twitter:hover {
    background-color: #00AAF0;
    color: #FFFFFF;
}

.socialsharing_product ul li .btn-twitter:hover i {
    color: #FFFFFF;
}

.socialsharing_product ul li .btn-facebook i {
    color: #666666;
}

.socialsharing_product ul li .btn-facebook:hover {
    background-color: #435F9F;
    color: #FFFFFF;
}

.socialsharing_product ul li .btn-facebook:hover i {
    color: #FFFFFF;
}

.socialsharing_product ul li .btn-google-plus i {
    color: #666666;
}

.socialsharing_product ul li .btn-google-plus:hover {
    background-color: #E04B34;
    color: #FFFFFF;
}

.socialsharing_product ul li .btn-google-plus:hover i {
    color: #FFFFFF;
}

.socialsharing_product ul li .btn-linkedin i {
    color: #666666;
}

.socialsharing_product ul li .btn-linkedin:hover {
    background-color: #435F9F;
    color: #FFFFFF;
}

.socialsharing_product ul li .btn-linkedin:hover i {
    color: #FFFFFF;
}

.socialsharing_product ul li .btn-pinterest i {
    color: #666666;
}

.socialsharing_product ul li .btn-pinterest:hover {
    background-color: #CE1F21;
    color: #FFFFFF;
}

.socialsharing_product ul li .btn-pinterest:hover i {
    color: #FFFFFF;
}

.products_block .owl-item, .testimonial-block .owl-item {
    padding: 0px 15px;
}

.products_block .owl-controls, .testimonial-block .owl-controls {
    position: absolute;
    top: -40px;
    left: 0px;
    right: 0px;
    width: 100%;
    text-align: center;
    font-size: 0px;
}

.products_block .owl-controls .owl-prev, .products_block .owl-controls .owl-next, .testimonial-block .owl-controls .owl-prev, .testimonial-block .owl-controls .owl-next {
    font-size: 0px;
    height: 30px;
    line-height: 28px;
    width: 30px;
    text-shadow: none;
    text-align: center;
    font-family: Open Sans;
    background-color: transparent;
    border: 1px solid #000000;
    color: #000000;
    margin: 0px;
}

.products_block .owl-controls .owl-prev:before, .products_block .owl-controls .owl-next:before, .testimonial-block .owl-controls .owl-prev:before, .testimonial-block .owl-controls .owl-next:before {
    content: "";
    font-family: "FontAwesome";
    font-size: 14px;
    display: block;
}

.products_block .owl-controls .owl-prev:hover, .products_block .owl-controls .owl-prev:focus, .products_block .owl-controls .owl-next:hover, .products_block .owl-controls .owl-next:focus, .testimonial-block .owl-controls .owl-prev:hover, .testimonial-block .owl-controls .owl-prev:focus, .testimonial-block .owl-controls .owl-next:hover, .testimonial-block .owl-controls .owl-next:focus {
    background: #000000;
    color: #FFFFFF;
}

.products_block .owl-controls .owl-prev, .testimonial-block .owl-controls .owl-prev {
    right: 45px;
    left: auto;
}

.products_block .owl-controls .owl-prev:before, .testimonial-block .owl-controls .owl-prev:before {
    content: "\f104";
}

.products_block .owl-controls .owl-next, .testimonial-block .owl-controls .owl-next {
    right: 10px;
    left: auto;
}

.products_block .owl-controls .owl-next:before, .testimonial-block .owl-controls .owl-next:before {
    content: "\f105";
}

.products_block .carousel-control, .testimonial-block .carousel-control {
    top: -40px;
    margin-top: 0px;
    font-size: 0px;
    height: 30px;
    line-height: 28px;
    width: 30px;
    text-align: center;
    text-shadow: none;
    font-family: Open Sans;
    background-color: transparent;
    background-image: none;
    border: 1px solid #000000;
    color: #000000;
    opacity: 1;
    filter: alpha(opacity=100);
}

.products_block .carousel-control:before, .testimonial-block .carousel-control:before {
    content: "";
    font-family: "FontAwesome";
    font-size: 14px;
    display: block;
}

.products_block .carousel-control:hover, .testimonial-block .carousel-control:hover {
    background: #000000;
    color: #FFFFFF;
}

.products_block .carousel-control.left, .testimonial-block .carousel-control.left {
    right: 35px;
    left: auto;
}

.products_block .carousel-control.left:before, .testimonial-block .carousel-control.left:before {
    content: "\f104";
}

.products_block .carousel-control.right:before, .testimonial-block .carousel-control.right:before {
    content: "\f105";
}

@media (min-width: 992px) {
    .products_block .owl-controls, .testimonial-block .owl-controls {
        opacity: 0;
        visibility: hidden;
    }
}

.products_block:hover .owl-controls, .testimonial-block:hover .owl-controls {
    opacity: 1;
    visibility: visible;
}

#newsletter_block h4 {
    font-family: Open Sans;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
}

#newsletter_block h4 span {
    font-weight: 700;
}

#newsletter_block h4:before, #newsletter_block h4:after {
    display: none;
}

#newsletter_block .block_content {
    padding: 14px 0;
    text-align: center;
}

@media (min-width: 992px) {
    #newsletter_block .block_content {
        max-width: 270px;
    }
}

@media (min-width: 768px) {
    #newsletter_block .block_content {
        text-align: left;
    }
}

#newsletter_block .des_newsletter {
    font-family: Open Sans;
    font-weight: 300;
    color: #aaaaaa;
    display: block;
    margin-bottom: 26px;
    line-height: 24px;
}

#newsletter_block .form_newsletter {
    position: relative;
}

#newsletter_block .newsletter-input {
    border: 1px solid #000000;
    box-shadow: none;
    height: 36px;
    font-family: Open Sans;
    font-weight: 300;
    font-style: italic;
    font-size: 12px;
    background: #f8f8f8;
}

#newsletter_block .btn {
    background-color: transparent;
    color: #FFFFFF;
    position: absolute;
    top: 3px;
    right: 3px;
    padding: 0px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

#newsletter_block .btn:hover {
    background-color: #000000;
}

#newsletter_block .btn:hover:before {
    color: #FFFFFF;
}

#newsletter_block .btn span {
    font-size: 0px;
}

#newsletter_block .btn:before {
    content: "\f0e0";
    font-family: "FontAwesome";
    font-size: 13px;
    color: #000000;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    line-height: 26px;
}

#newsletter_block .btn:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -1px;
    width: 0px;
    height: 0px;
    margin-top: -4px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #f8f8f8;
}

.block-manufacture .logo-manu {
    padding-top: 30px;
    padding-bottom: 30px;
}

.block-manufacture .logo-manu a {
    display: block;
}

@media (min-width: 768px) {
    .block-manufacture .logo-manu:nth-of-type(n+4):before {
        position: absolute;
        top: 0px;
        left: 10%;
        content: "";
        width: 80%;
        height: 1px;
        background-color: #eeeeee;
    }

    .block-manufacture .logo-manu:nth-of-type(n+4):after {
        content: "";
        position: absolute;
        top: 10%;
        left: 0;
        width: 1px;
        height: 80%;
        background-color: #eeeeee;
    }

    .block-manufacture .logo-manu:nth-of-type(-n+3):after {
        content: "";
        position: absolute;
        top: 10%;
        left: 0;
        width: 1px;
        height: 80%;
        background-color: #eeeeee;
    }
}

@media (max-width: 767px) {
    .block-manufacture .logo-manu:nth-of-type(n+6):before {
        position: absolute;
        top: 0px;
        left: 10%;
        content: "";
        width: 80%;
        height: 1px;
        background-color: #eeeeee;
    }

    .block-manufacture .logo-manu:nth-of-type(-n+3) {
        display: none;
    }

    .block-manufacture .logo-manu:nth-of-type(n+4):after {
        content: "";
        position: absolute;
        top: 10%;
        left: 0;
        width: 1px;
        height: 80%;
        background-color: #eeeeee;
    }

    .block-manufacture .logo-manu:nth-of-type(-n+3):after {
        content: "";
        position: absolute;
        top: 10%;
        left: 0;
        width: 1px;
        height: 80%;
        background-color: #eeeeee;
    }
}

@media (max-width: 480px) {
    .block-manufacture .logo-manu:nth-of-type(-n+6) {
        display: none;
    }

    .block-manufacture .logo-manu:nth-of-type(6n+1):before {
        width: 0;
    }
}

.block-manufacture .carousel-control {
    opacity: 0;
    visibility: hidden;
    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 #000000;
    border-radius: 100%;
    text-align: center;
    margin-top: 0px;
    box-shadow: none;
    text-shadow: none;
}

.block-manufacture .carousel-control.left {
    left: -10px;
}

.block-manufacture .carousel-control.right {
    right: -10px;
}

.block-manufacture .carousel-control:hover {
    color: #000000;
    border-color: #000000;
    -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 #000000;
    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: #000000;
    border-color: #000000;
    -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;
    opacity: 1;
    visibility: visible;
}

.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 {
    padding: 9px 0px 6px;
}

.toggle-footer li {
    line-height: 33px;
    position: relative;
}

.toggle-footer li a {
    position: relative;
    padding: 0px 0px;
    display: block;
    color: #aaaaaa;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.toggle-footer li a:hover {
    color: #000000;
}

#back-top {
    position: absolute;
    top: -23px;
    text-align: center;
    z-index: 999;
    right: 0px;
    left: 0px;
    margin: auto;
    width: 46px;
    height: 46px;
    background-color: #000000;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

#back-top:hover {
    background-color: #000000;
}

#back-top a {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    display: inline-block;
    font-size: 0px !important;
    position: relative;
    line-height: 46px;
    display: block;
    color: white !important;
}

#back-top a::before {
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    text-align: center;
    font-family: "FontAwesome";
    font-size: 14px;
    content: "\f106";
    color: #FFFFFF;
    line-height: 40px;
}

.box-googlemap {
    margin: 0px;
    text-align: center;
    position: relative;
}

.box-googlemap .box_title {
    font-size: 15px;
    font-weight: 700;
    position: absolute;
    top: -20px;
    left: 0px;
    right: 0px;
    width: 200px;
    margin: 0px auto;
    padding: 0px 15px;
    line-height: 41px;
    color: #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;
}

.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 #000000;
    background-color: #FFFFFF;
    color: #777;
    /* Styling text */
    font-size: 11px;
    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;
    border-radius: 50%;
}

.swatch input:checked + label {
    -webkit-box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.8);
    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: 15px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0px;
    padding: 10px 0px;
    color: #000000;
    letter-spacing: 2px;
    line-height: normal;
}

.title_products_home {
    letter-spacing: normal;
    font-size: 26px;
    line-height: 25px;
    padding-bottom: 42px;
}

.title_products_home span {
    padding-top: 8px;
    text-transform: none;
    font-weight: normal;
    display: block;
    font-size: 14px;
    font-family: Open Sans;
    color: #666666;
}

.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 #000000;
}

.products_sidebar .owl-item .item .product_block {
    margin-bottom: 30px;
}

.products_sidebar .owl-item .item .product_block:last-child .product-meta {
    border-bottom: 0px;
}

.products_sidebar .product_list .product_block {
    margin: 30px 0px 0px;
}

.products_sidebar .product_list .product-block .product-meta {
    border-bottom: 0px;
}

#login-page {
    margin-top: 30px;
    font-size: 13px;
    font-weight: 300;
    color: #999999;
}

#login-page h1, #login-page h2, #login-page h3 {
    font-family: Open Sans;
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    margin: 0px 0px 30px;
    line-height: 40px;
    border-bottom: 1px solid #000000;
}

#login-page .login-box {
    border: 1px solid #000000;
    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: 20px;
    font-size: 13px;
}

#login-page .login-box .lost_password {
    margin: 0px 0px 10px;
    font-size: 11px;
    font-weight: normal;
    font-style: italic;
}

#login-page .login-box .text-link {
    margin-top: 10px;
}

#login-page .register-box {
    border: 1px solid #000000;
    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: 6px 15px 8px 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: 18px;
    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;
}

form.f ul li {
    list-style: none;
    margin: 7px 0;
}
form.f ul li .errors {
    padding: 0;
}

#create_customer {
    max-width: 600px;
    margin: 0px auto;
    border: 1px solid #000000;
    padding: 0px 20px 30px;
}

#account-page {
    margin: 30px 0px 50px;
}

#account-page h1 {
    font-family: Open Sans;
    font-size: 24px;
    font-weight: normal;
    color: #000000;
    margin: 0px 0px 20px;
    line-height: 40px;
    border-bottom: 1px solid #000000;
}

#account-page h4 {
    font-family: Open Sans;
    margin: 0px;
    line-height: 40px;
    padding: 0px 20px;
    border: 1px solid #000000;
    background-color: #F7F7F7;
    height: 40px;
}

#account-page h5 {
    line-height: 30px;
    margin: 0px;
}

#account-page .box-content {
    padding: 10px 20px;
    border: 1px solid #000000;
    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: 24px;
    font-weight: normal;
    color: #000000;
    margin: 0px;
    line-height: 40px;
}

#adress-page .section-header {
    padding: 5px 20px;
    border: 1px solid #000000;
    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: 14px;
    margin: 0px;
    line-height: 40px;
}

#AddAddress, .edit_address {
    width: 600px;
    margin: 0px auto;
    border: 1px solid #000000;
    padding: 20px;
    margin-bottom: 30px;
}

#quick-view-product {
    bottom: 0px;
    left: 0px;
    outline: 0px none;
    overflow-x: auto;
    overflow-y: scroll;
    position: fixed;
    right: 0px;
    top: 0px;
    z-index: 1100;
}

#quick-view-product .product-info {
    color: #666666;
    font-weight: 300;
}

#quick-view-product .brand {
    color: #666666;
}

#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-top: 15px;
}

#quick-view-product .total-price span {
    font-family: Open Sans;
    font-size: 17px;
    font-weight: 400;
    color: #000000;
}

#quick-view-product .more-view-wrapper {
    overflow: hidden;
}

#quick-view-product .product-right-column .quantity_wanted_p {
    width: 100%;
    margin-top: 15px;
}

#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(/tp/T0221/img/tmp/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 #000000;
    color: #000000;
}

#thumblist_quickview .owl-prev:before, #thumblist_quickview .owl-next:before {
    font-size: 14px;
    text-shadow: none;
}

#thumblist_quickview .owl-prev:hover, #thumblist_quickview .owl-next:hover {
    background-color: #000000;
    border-color: #000000;
    color: #FFFFFF;
}

@media (max-width: 1100px) {
    #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(/tp/T0221/img/tmp/pnewletter_bg.png) no-repeat scroll bottom right #e6e6e6;
    text-align: left;
    padding: 20px;
    min-width: 624px;
    min-height: 420px;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    #popup-newletter {
        min-width: 90%;
        padding: 0;
    }

    #popup-newletter .pa-header {
        background: rgba(230, 230, 230, 0.6);
        padding: 20px 10px;
        min-height: 428px;
    }
}

#popup-newletter h3 {
    font-family: Open Sans;
    font-size: 30px;
    color: #000000;
    margin: 0px 0px 10px;
    padding: 8px 0px;
    font-weight: normal;
}

@media screen and (max-width: 767px) {
    #popup-newletter h3 {
        font-size: 25px;
    }
}

#popup-newletter .pnewle-message {
    font-family: Open Sans;
    width: 55%;
    color: #000000;
}

@media screen and (max-width: 767px) {
    #popup-newletter .pnewle-message {
        width: 100%;
    }
}

#popup-newletter .pnewle-message span {
    font-size: 14px;
    margin-bottom: 20px;
    display: block;
}

#popup-newletter .pnewle-message p {
    font-size: 12px;
    margin-bottom: 10px;
    display: block;
}

#popup-newletter .pnewle-message ul {
    margin-bottom: 20px;
}

#popup-newletter .pnewle-message ul li {
    font-size: 12px;
    position: relative;
    display: block;
    padding-left: 25px;
}

.rtl #popup-newletter .pnewle-message ul li {
    padding-right: 25px;
    padding-left: inherit;
}

#popup-newletter .pnewle-message ul li:before {
    content: "\f111";
    position: absolute;
    font-family: "FontAwesome";
    font-size: 5px;
    top: 8px;
    left: 10px;
}

.rtl #popup-newletter .pnewle-message ul li:before {
    right: 10px;
    left: auto;
}

#popup-newletter .pnewle-form {
    width: 53%;
}

#popup-newletter .pnewle-form .newsletter-input {
    font-size: 12px;
    font-style: italic;
    height: 33px;
}

#popup-newletter .pnewle-form .btn {
    margin-top: 10px;
    background-color: #000000;
    color: #FFFFFF;
    font-family: Open Sans;
    font-style: italic;
    font-size: 11px;
    position: relative;
    padding: 5px 12px;
}

#popup-newletter .pnewle-form .btn:hover {
    background-color: #000000;
}

.social-icons {
    width: 53%;
    margin-top: 20px;
}

.social-icons h4 {
    font-weight: normal;
    padding: 8px 0px;
}

.social-icons .block_content ul {
    margin: 0px;
}

.social-icons .block_content ul li {
    width: 20%;
    text-align: center;
    padding: 0px;
    height: 40px;
    float: left;
}

.rtl .social-icons .block_content ul li {
    float: right;
}

.social-icons .block_content ul li a {
    font-size: 18px;
    display: inline-block;
    height: 35px;
    width: 35px;
    color: #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-block .block-title h3 {
    font-size: 18px;
    margin: 0px 0px 10px;
    padding: 10px 0px;
    text-align: center;
}

.instagram-block .block-content {
    over-flow: hidden;
}

#instafeed .owl-item {
    padding: 0px 15px;
}

#instafeed .owl-item a {
    display: block;
}

#instafeed .owl-item a img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0px auto;
}

.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(/tp/T0221/img/tmp/404.jpg) no-repeat center center;
    background-size: cover;
    min-height: 800px;
    padding-top: 60px;
}

.loading_site {
    background: url(/tp/T0221/img/tmp/loading.gif) 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);
}

.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;
}

.html_block #service_shop {
    padding: 40px 0 0;
}

.html_block #service_shop .block_content {
    padding: 45px 0 30px;
    text-align: center;
}

.html_block #service_shop .block_content .fa {
    font-size: 40px;
    line-height: 25px;
    color: #ccc;
}

.html_block #service_shop .block_content .title_block {
    font-size: 14px;
    line-height: 25px;
    padding: 35px 0 5px;
}

.html_block #service_shop .block_content p {
    color: #666666;
    line-height: 25px;
}

.html_block .group_banner {
    padding: 34px 0 40px 0;
}

.rtl .html_block .group_banner {
    padding: 34px 0 40px 0;
}

.html_block .group_banner .banner_description {
    padding-bottom: 10px;
}

@media screen and (min-width: 992px) {
    .html_block .group_banner .banner_description {
        padding-bottom: 70px;
    }
}

.html_block .group_banner .banner_description .title_block {
    font-size: 30px;
    line-height: 25px;
    padding: 80px 0 24px;
}

.html_block .group_banner .banner_description p {
    color: #666666;
    font-size: 14px;
    line-height: 25px;
    margin: 10px 0 22px;
}

.html_block .group_banner .banner_description .link-view a {
    font-family: Open Sans;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    line-height: 41px;
    border-color: #000000;
    background: #333333;
    color: #ffffff;
    padding: 0px 29px 0px 28px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.rtl .html_block .group_banner .banner_description .link-view a {
    padding: 0px 28px 0px 29px;
}

.html_block .group_banner .banner_description .link-view a:hover {
    background: #000000;
    border-color: transparent;
    color: #ffffff;
}

.html_block .group_banner .widget-banner {
    padding: 0px 0 16px;
}

@media screen and (min-width: 1200px) {
    .html_block .group_banner .widget-banner {
        padding: 0px 0 30px;
    }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .html_block .group_banner .widget-banner {
        padding: 0 0 24px;
    }
}

@media (min-width: 768px) {
    .html_block #service_shop {
        padding: 22px 0 0;
    }
}

.html_block .group_banner {
    padding: 22px 0 20px 0;
}

.rtl .html_block .group_banner {
    padding: 22px 0 20px 0;
}

.bottom_banner {
    background: url(/tp/T0221/img/tmp/bg_banner_bt.jpg) repeat-x;
}

.bottom_banner .widget-banner {
    position: relative;
    top: 0px !important;
    margin-right: 7px;
}

.products-homeshop #productlist1 {
    padding: 40px 0 30px;
    border-top: 1px dashed #cccccc;
}

.products-homeshop #productlist1 .product-block {
    margin-bottom: 30px;
}

.product_block .product_img_link img {
    width: 270px;
    height: 360px;
    object-fit: contain;
}


@media (min-width: 992px) {
    .products-homeshop #productlist1 {
        padding: 58px 0 0px;
    }
}

.widget_shop .testimonial-block .owl-item {
    padding: 0px;
}

.widget_shop .testimonial-block .block-content {
    padding: 49px 0 46px;
}

.widget_shop .testimonial-block .block-content .testimonial {
    background: url(/tp/T0221/img/tmp/bg-testimonial_small.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding-top: 30px;
}

.widget_shop .testimonial-block .block-content .testimonial .testimmonial_des {
    font-size: 16px;
    line-height: 29px;
    color: #666666;
}

.widget_shop .testimonial-block .block-content .infomations_block {
    overflow: hidden;
    padding-top: 14px;
}

.widget_shop .testimonial-block .block-content .infomations_block .t-avatar {
    float: left;
    margin-right: 20px;
}

.rtl .widget_shop .testimonial-block .block-content .infomations_block .t-avatar {
    float: right;
}

.widget_shop .testimonial-block .block-content .infomations_block .profile .title_block {
    padding-top: 18px;
    padding-bottom: 0;
    font-size: 14px;
    line-height: 25px;
}

.widget_shop .testimonial-block .block-content .infomations_block .profile .testimmonial__name--sub {
    color: #999999;
}

@media (min-width: 992px) {
    .widget_shop .testimonial-block .block-content {
        padding: 159px 0 196px;
    }

    .widget_shop .testimonial-block .block-content .testimonial .testimmonial_des {
        width: 90%;
    }
}

@media (min-width: 768px) {
    .widget_shop .manufacturers .block_content {
        padding-top: 55px;
    }
}

.html_instagram {
    background-color: #f8f8f8;
}

.html_instagram .instagram_widget .instagram-block {
    position: relative;
    padding: 40px 0;
}

.html_instagram .instagram_widget .instagram-block .title_block {
    font-size: 20px;
    line-height: 25px;
    text-align: center;
}

.html_instagram .instagram_widget .instagram-block .title_block span {
    font-size: 14px;
    display: block;
    text-transform: capitalize;
    font-weight: normal;
    font-family: Open Sans;
    color: #666666;
    line-height: 35px;
}

.html_instagram .instagram_widget .instagram-block .block_content {
    text-align: center;
    padding-top: 27px;
}

.html_instagram .instagram_widget .instagram-block .block_content a img {
    max-width: 170px;
}

@media (min-width: 768px) {
    .html_instagram .instagram_widget .instagram-block .block_content a:not(:last-child) {
        padding-right: 30px;
    }
}

.html_instagram .instagram_widget .instagram-block .block_content .link-instagram {
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 25px;
    font-family: Open Sans;
    border: 1px solid transparent;
    margin: 0 auto;
    padding: 0;
    z-index: 9;
}

.html_instagram .instagram_widget .instagram-block .block_content .link-instagram a {
    background-color: #333333;
    color: #FFFFFF;
    display: inline-block;
    text-align: center;
    line-height: 39px;
    padding: 0 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.html_instagram .instagram_widget .instagram-block .block_content .link-instagram a:hover {
    background-color: #000000;
}

.html_instagram .instagram_widget .instagram-block .block_content .link-instagram a .fa {
    font-size: 0;
}

@media (min-width: 768px) {
    .html_instagram .instagram_widget .instagram-block {
        padding: 85px 0 101px;
    }
}

#footercenter {
    border-top: medium solid #F1F1F1;
    padding: 30px 0 62px 0;
    position: relative;
    margin-top: 92px;
}

#footercenter .block .title_block {
    color: #000000;
    font-size: 16px;
    line-height: 33px;
}

#footercenter .about {
    padding: 13px 0 15px 0;
    color: black;
    line-height: 24px;
    text-align: center;
}

.block_content iframe{
    max-height:200px !important;
}

@media (min-width: 992px) {
    #footercenter .about {
        width: 80%;
        color: black;
    }
}

@media (min-width: 768px) {
    #footercenter .about {
        text-align: left;
        color: black;
    }
}

@media (max-width: 767px) {
    #footercenter .block .title_block, #footercenter .block .toggle-footer {
        text-align: center;
    }
}

#footernav {
    background-color: #272727;
}

#footernav #powered {
    padding: 55px 0 45px 0;
}

#footernav #powered p {
    line-height: 26px;
    color: #aaa;
    margin: 0;
}

#footernav #powered p span a {
    color: #aaa;
}

#footernav #powered .powered_image {
    margin-bottom: 25px;
}

.aboutus {
    color: #666666;
    background-color: #ffffff;
}

.aboutus .rte {
    color: #666666;
}

.aboutus .page-wrap {
    background: transparent;
    padding-top: 10px;
    padding-bottom: 100px;
}

.aboutus .page-wrap .page-abouts .page-subheading {
    font-size: 30px;
    font-weight: 300;
    margin: 50px 0 20px;
    padding: 22px 0px;
    letter-spacing: 1px;
    line-height: normal;
    text-transform: capitalize;
}

.aboutus .page-wrap .page-abouts .page-subheading:before {
    position: absolute;
    content: "";
    bottom: 0;
    height: 5px;
    width: 24px;
    left: 0;
    background-image: url(icon-default.png);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0 -50px;
}

.aboutus .page-wrap .page-abouts .block_content {
    padding-right: 15px;
    font-size: 16px;
    line-height: 30px;
    color: #555;
    font-weight: 300;
    text-align: justify;
}

.aboutus .page-wrap .page-abouts .block_content .list-aboutus li {
    width: 100%;
    margin: 8px 0;
    float: left;
}

.aboutus .page-wrap .page-abouts .block_content .list-aboutus li p {
    padding-left: 90px;
}

.aboutus .page-wrap .page-abouts .block_content .list-aboutus li p strong {
    display: block;
    color: #000000;
}

.testimonials {
    padding: 50px 0 180px;
}

.testimonials .testimonials-quote {
    font-size: 16px;
}

.testimonials .testimonials-body {
    display: inline-block;
    margin-top: 40px;
    max-width: 720px;
    position: relative;
}

.testimonials .testimonials-body:before {
    color: #d7d7d7;
    content: "\f10d";
    font-family: "FontAwesome";
    font-size: 30px;
    left: -50px;
    position: absolute;
    top: 0;
}

.testimonials .testimonials-profile h4, .testimonials .testimonials-profile .h4 {
    font-size: 12px;
    margin: 15px 0 10px;
    font-weight: bold;
    text-transform: uppercase;
}

.testimonials .testimonials-profile em {
    color: #c99947;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
}

.testimonials .testimonials-meta {
    overflow: hidden;
    padding-left: 30px;
}

.testimonials .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: -30px;
}

.testimonials .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: -30px;
}

.testimonials h2.title, .testimonials .title.h2 {
    font-size: 36px;
    position: relative;
    text-align: center;
}

.testimonials h2.title:before, .testimonials .title.h2:before {
    background-color: #4f4f4f;
    bottom: -1px;
    content: "";
    height: 3px;
    left: 50%;
    margin-left: -15px;
    position: absolute;
    width: 30px;
}

.parallax {
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    position: relative;
    text-align: center;
}

.parallax:after {
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
    content: " ";
    height: 100%;
    text-align: center;
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
}

.text-center {
    text-align: center !important;
}
.title-testimonial {
    margin-top: 30px;
}
.title-testimonial .page-subheading {
    font-size: 30px;
    line-height: 25px;
    text-align: center;
    letter-spacing: normal;
}

.title-testimonial span {
    font-size: 14px;
    font-family: Open Sans;
    color: #666666;
    display: block;
    text-transform: none;
    font-weight: normal;
    padding-top: 9px;
    padding-bottom: 10px;
}

.pon-none {
    pointer-events: none;
}

.product-container {
    position: relative;
}

.no-avail {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 222;
    color: red;
    padding: 3px 6px;
    background: #fff;
    border: 2px solid red;
    font-size: 16px;
    margin: 0;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    #apollo-menu {
        clear: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #apollo-menu {
        clear: none;
    }

    .product_block .product_img_link img {
        height: 300px;
    }
}

.banner_collections {
    text-align: center;
}

.banner_collections img {
    max-width: 100%;
}
